gdb.python/py-frame-inline.exp and C++
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
dd23068d
PA
12020-09-17 Pedro Alves <pedro@palves.net>
2
3 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
4 full prototype.
5
0640a543
PA
62020-09-17 Pedro Alves <pedro@palves.net>
7
8 * gdb.python/py-as-string.c: Add cast.
9
ef0cdbc1
PA
102020-09-17 Pedro Alves <pedro@palves.net>
11
12 * gdb.base/sizeof.c (fill): Add cast.
13
3a5eeb8b
PA
142020-09-17 Pedro Alves <pedro@palves.net>
15
16 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
17
a8129512
PA
182020-09-17 Pedro Alves <pedro@palves.net>
19
20 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
21 linkage name.
22 * gdb.base/prologue.exp: Use print /d.
23 * gdb.base/symbol-alias.exp: Handle C++ output.
24 * gdb.base/symbol-alias2.c: Handle C++ output.
25 [__cplusplus] (func): Explicitly specify linkage name.
26
a83cdcb6
PA
272020-09-17 Pedro Alves <pedro@palves.net>
28
29 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
30 (struct my_key_t): ... this. Adjust all references.
31 (struct value_t): Rename to ...
32 (struct my_value_t): ... this. Adjust all references.
33 (create_map, add_map_element, create_map_map)
34 (add_map_map_element): Add casts.
35
d4bcee5c
PA
362020-09-17 Pedro Alves <pedro@palves.net>
37
38 * gdb.python/py-framefilter-mi.c (funca): Add casts.
39 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
40
81f90489
PA
412020-09-17 Pedro Alves <pedro@palves.net>
42
43 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
44
0a229804
PA
452020-09-17 Pedro Alves <pedro@palves.net>
46
47 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
48 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
49 (charfoo, intfoo): Define full prototype.
50 * gdb.base/ptype1.c (charfoo): Define full prototype.
51 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
52 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
53
c3e5138d
PA
542020-09-17 Pedro Alves <pedro@palves.net>
55
56 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
57 Don't define.
58 (utf_32_string): Compile for both C and C++.
59 * gdb.base/charset.exp: Use "print /d".
60
151fdbad
PA
612020-09-17 Pedro Alves <pedro@palves.net>
62
63 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
64 (nullptr): Rename to ...
65 (null_ptr): ... this.
66 * gdb.base/watchpoint.exp: Adjust to rename.
67
18a25b64
PA
682020-09-17 Pedro Alves <pedro@palves.net>
69
70 * gdb.base/printcmds.c (three, flag_enum_without_zero)
71 (three_not_flag): Add casts.
72
11fac337
PA
732020-09-17 Pedro Alves <pedro@palves.net>
74
75 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
76 char array.
77 (main): Add references to Barrier, TestStrings, TestStringsH and
78 TestStringsW.
79 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
80 and expect a full prototype in C++.
81
52626c58
PA
822020-09-17 Pedro Alves <pedro@palves.net>
83
84 * gdb.base/nested-addr.c (main): Add cast.
85 * gdb.base/nested-addr.exp: Use "print /d".
86
52bb0902
PA
872020-09-17 Pedro Alves <pedro@palves.net>
88
89 * gdb.base/break.exp (func): New. Use it throughout when
90 expecting a function name.
91
73e18ac9
PA
922020-09-17 Pedro Alves <pedro@palves.net>
93
94 * gdb.base/display.exp: Issue "set print asm-demangle on".
95
c8b18808
PA
962020-09-17 Pedro Alves <pedro@palves.net>
97
98 * gdb.base/find.c: Include <string.h>.
99 (init_bufs): Add cast.
100 * gdb.base/find.exp: Issue "set print asm-demangle on".
101
fe830662
TT
1022020-09-16 Tom Tromey <tromey@adacore.com>
103
104 PR gdb/26598:
105 * gdb.base/skipcxx.exp: New file.
106 * gdb.base/skipcxx.cc: New file.
107
945ff6e2
TV
1082020-09-16 Tom de Vries <tdevries@suse.de>
109
110 PR testsuite/26617
111 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
112 WITH_DEBUG_SECTIONS is defined.
113 (xstr, str): New macro.
114 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
115 to get start and size of _Dmain.
116 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
117 using additional_flags.
118
da1df1db
TBA
1192020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
120
121 * gdb.base/bp-cmds-sourced-script.c: New file.
122 * gdb.base/bp-cmds-sourced-script.exp: New test.
123 * gdb.base/bp-cmds-sourced-script.gdb: New file.
124
337882d4
TV
1252020-09-16 Tom de Vries <tdevries@suse.de>
126
127 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
128 get the gdb prompt after issuing "monitor exit".
129
7361f908
TV
1302020-09-16 Tom de Vries <tdevries@suse.de>
131
132 PR testsuite/26624
133 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
134
4d91ddd3
TV
1352020-09-16 Tom de Vries <tdevries@suse.de>
136
137 PR testsuite/26618
138 * gdb.tui/new-layout.exp: Escape unbalanced braces.
139
08cc37dd
TT
1402020-09-15 Tom Tromey <tromey@adacore.com>
141
142 PR rust/26197:
143 * lib/rust-support.exp (rust_llvm_version): New proc.
144 * gdb.rust/simple.exp: Check rust_llvm_version.
145
ee6372f2
TV
1462020-09-14 Tom de Vries <tdevries@suse.de>
147
148 * gdb.rust/traits.exp: Fix PATH warning.
149
dc3a371e
PA
1502020-09-13 Pedro Alves <pedro@palves.net>
151
152 * gdb.base/catch-follow-exec.c (main): Add explicit return
153 statement.
154 * gdb.base/catch-signal.c (main): Likewise.
155 * gdb.base/condbreak-call-false.c (main): Likewise.
156 * gdb.base/consecutive.c (main): Add explicit return
157 statement and return type.
158 * gdb.base/cursal.c (main): Add explicit return statement.
159 * gdb.base/cvexpr.c (main): Likewise.
160 * gdb.base/display.c (main): Add explicit return statement and
161 return type.
162 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
163 * gdb.base/endianity.c (main): Likewise.
164 * gdb.base/execd-prog.c (main): Likewise.
165 * gdb.base/gdb1090.c (main): Likewise.
166 * gdb.base/info_qt.c (main): Likewise.
167 * gdb.base/lineinc.c (main): Likewise.
168 * gdb.base/load-command.c (main): Likewise.
169 * gdb.base/macscp1.c (main): Likewise.
170 * gdb.base/pr10179-a.c (main): Likewise.
171 * gdb.base/quit-live.c (main): Likewise.
172 * gdb.base/scope0.c (main): Likewise.
173 * gdb.base/settings.c (main): Likewise.
174 * gdb.base/stack-checking.c (main): Return int.
175 * gdb.base/varargs.c (main): Add explicit return statement.
176 * gdb.cp/ambiguous.cc (main): Likewise.
177 * gdb.cp/anon-struct.cc (main): Likewise.
178 * gdb.cp/anon-union.cc (main): Likewise.
179 * gdb.cp/bool.cc (main): Likewise.
180 * gdb.cp/bs15503.cc (main): Likewise.
181 * gdb.cp/cplusfuncs.cc (main): Likewise.
182 * gdb.cp/cttiadd.cc (main): Likewise.
183 * gdb.cp/extern-c.cc (main): Likewise.
184 * gdb.cp/filename.cc (main): Likewise.
185 * gdb.cp/formatted-ref.cc (main): Likewise.
186 * gdb.cp/mb-ctor.cc (main): Likewise.
187 * gdb.cp/member-ptr.cc (main): Likewise.
188 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
189 * gdb.cp/overload-const.cc (main): Likewise.
190 * gdb.cp/paren-type.cc (main): Likewise.
191 * gdb.cp/parse-lang.cc (main): Likewise.
192 * gdb.cp/pr-1023.cc (main): Likewise.
193 * gdb.cp/psmang1.cc (main): Likewise.
194 * gdb.cp/readnow-language.cc (main): Likewise.
195 * gdb.cp/ref-params.cc (main): Likewise.
196 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
197 * gdb.cp/virtbase2.cc (main): Likewise.
198 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
199 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
200 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
201 * gdb.mi/mi-console.c (main): Likewise.
202 * gdb.mi/mi-read-memory.c (main): Likewise.
203 * gdb.modula2/multidim.c (main): Likewise.
204 * gdb.opt/inline-small-func.c (main): Likewise.
205 * gdb.python/py-rbreak.c (main): Likewise.
206 * gdb.stabs/exclfwd1.c (main): Likewise.
207 * gdb.trace/qtro.c (main): Likewise.
208
af26601c
PA
2092020-09-13 Pedro Alves <pedro@palves.net>
210
211 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
212 instead of getenv.
213
2f4b83cd
PA
2142020-09-13 Pedro Alves <pedro@palves.net>
215
216 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
217 instead of spawning GDB with remote_spawn.
218 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
219 gdb_spawn instead of spawning GDB with remote_spawn.
220
c49da0e4
PA
2212020-09-13 Pedro Alves <pedro@palves.net>
222
223 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
224 file and add calls to first and second.
225 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
226 add call to f.
227
6791b117
PA
2282020-09-13 Pedro Alves <pedro@palves.net>
229
230 * gdb.mi/mi-break-qualified.cc: New file.
231 * gdb.mi/mi-break-qualified.exp: New file.
232 * lib/mi-support.exp (mi_create_breakpoint_multi)
233 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
234 procedures.
235 (mi_create_breakpoint_1): New, factored out from
236 mi_create_breakpoint.
237
3b8d4c5c
PA
2382020-09-13 Pedro Alves <pedro@palves.net>
239
240 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
241 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
242 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
243 (register_class): Delete.
244 (main): Don't call register_class.
245
d5f96005
PA
2462020-09-13 Pedro Alves <pedro@palves.net>
247
248 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
249 (do_tests): Remove "calling method for small class" test.
250 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
251 (register_class): Delete.
252 (main): Don't call register_class.
253 * gdb.cp/call-method-register.exp: New file, based on bits removed
254 from classes.exp.
255 * gdb.cp/call-method-register.cc: New file, based on bits removed
256 from classes.cc.
257
77f2120b
PA
2582020-09-13 Pedro Alves <pedro@palves.net>
259
260 * gdb.base/msym-bp-2.c: New.
261 * gdb.base/msym-bp-shl-lib.c: New file.
262 * gdb.base/msym-bp-shl-main-2.c: New file.
263 * gdb.base/msym-bp-shl-main.c: New file.
264 * gdb.base/msym-bp-shl.exp: New file.
265 * gdb.base/msym-bp.c: New file.
266 * gdb.base/msym-bp.exp: New file.
267
32aea73e
JB
2682020-09-13 Joel Brobecker <brobecker@adacore.com>
269
270 * gdb.base/default.exp: Change $_gdb_major to 11.
271
2a67f09d
FW
2722020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
273 Felix Willgerodt <Felix.Willgerodt@intel.com>
274
275 * x86-avx512bf16.c: New file.
276 * x86-avx512bf16.exp: Likewise.
277 * lib/gdb.exp (skip_avx512bf16_tests): New function.
278
ad570dd7
TV
2792020-09-11 Tom de Vries <tdevries@suse.de>
280
281 PR exp/26602
282 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
283
a56f7391
TBA
2842020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
285
286 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
287
918619e5
AM
2882020-09-10 Alan Modra <amodra@gmail.com>
289
290 PR 26597
291 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
292
cac1e71d
TV
2932020-09-08 Tom de Vries <tdevries@suse.de>
294
295 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
296 after gdb_starti_cmd.
297
c5cd900e
AKS
2982020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
299
300 * lib/fortran.exp (fortran_complex8): New proc.
301 (fortran_complex16): New proc.
302 * gdb.fortran/complex.exp: Use routines from fortran.exp
303 * gdb.fortran/pointer-to-pointer.exp: Likewise.
304 * gdb.fortran/vla-ptr-info.exp: Likewise.
305
8f5c6526
TV
3062020-09-03 Tom de Vries <tdevries@suse.de>
307
308 PR breakpoint/26546
309 * gdb.base/label-without-address.exp: Runto main first.
310
02c6f3f1
TT
3112020-09-02 Tom Tromey <tromey@adacore.com>
312
313 * gdb.ada/mi_var_access.exp: Test children of access variable.
314 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
315 * gdb.ada/mi_var_array.exp: Update.
316
efe24f05
KB
3172020-08-31 Kevin Buettner <kevinb@redhat.com>
318
319 * gdb.base/corefile.exp (warning-free): XFAIL test when running
320 on docker w/ AUFS storage driver.
321
973695d6
KB
3222020-08-31 Kevin Buettner <kevinb@redhat.com>
323
324 * gdb.base/corefile2.exp (renamed binfile): New tests.
325
f3bd50f1
SM
3262020-08-31 Simon Marchi <simon.marchi@efficios.com>
327
328 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
329
22b9b4b0
SL
3302020-08-31 Simon Marchi <simon.marchi@efficios.com>
331
332 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
333 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
334
8efaf6b3
SM
3352020-08-31 Simon Marchi <simon.marchi@efficios.com>
336
337 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
338 output, printing a "not saved" value from history and printing a
339 convenience variable created from a "not saved" value.
340
e840f2e3
TV
3412020-08-31 Tom de Vries <tdevries@suse.de>
342
343 * gdb.base/eh_return.exp: Use nopie.
344
8f57f343
PA
3452020-08-28 Pedro Alves <pedro@palves.net>
346
347 * gdb.base/advance-until-multiple-locations.exp
348 (advance_overload, until_overload): Adjust to match the
349 frame/function header instead of the source line text.
350
626d2320
TV
3512020-08-28 Tom de Vries <tdevries@suse.de>
352
353 * gdb.base/label-without-address.c: New test.
354 * gdb.base/label-without-address.exp: New file.
355
df631783
PA
3562020-08-27 Pedro Alves <pedro@palves.net>
357
358 PR gdb/26523
359 PR gdb/26524
360 * gdb.base/advance-until-multiple-locations.cc: New.
361 * gdb.base/advance-until-multiple-locations.exp: New.
362
48b076bb
SM
3632020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
364
365 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
366
c2015ce4
AB
3672020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 * gdb.arch/amd64-byte.exp: Make test names unique, use
370 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
371 * gdb.arch/amd64-dword.exp: Likewise.
372 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
373 * gdb.arch/amd64-stap-special-operands.exp: Make test names
374 unique.
375 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
376 * gdb.arch/amd64-word.exp: Make test names unique, use
377 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
378 * gdb.arch/i386-byte.exp: Make test names unique, use
379 gdb_breakpoint.
380 * gdb.arch/i386-word.exp: Likewise.
381
995d3a19
SV
3822020-08-25 Shahab Vahedi <shahab@synopsys.com>
383
384 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
385
8cac2b31
SM
3862020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
387
388 PR gdb/26532
389 * gdb.threads/stepi-random-signal.exp: Update pattern.
390
2bc19622
SM
3912020-08-25 Simon Marchi <simon.marchi@efficios.com>
392
393 PR gdb/26532
394 * gdb.base/ui-redirect.exp: Update pattern.
395
b04aa1fc
GB
3962020-08-25 Gary Benson <gbenson@redhat.com>
397
398 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
399 when compiling with clang.
8571e9c8 400 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 401
9f68b453
GB
4022020-08-25 Gary Benson <gbenson@redhat.com>
403
404 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
405 Add additional_flags=-Wno-inaccessible-base when compiling
406 with GCC >= 10.1 or clang. Add additional_flags=-w when
407 compiling with GCC < 10.
408
3945d2d7
GM
4092020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
410
411 PR m2/26372
fc5d6901
SM
412 * gdb.modula2/multidim.c: New file.
413 * gdb.modula2/multidim.exp: New file.
3945d2d7 414
60122dbe
SM
4152020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
416
417 * lib/gdb.exp (runto): Always emit fail on internal error.
418
1eb8556f
SM
4192020-08-24 Simon Marchi <simon.marchi@efficios.com>
420
421 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
422 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
423 Likewise.
424 * gdb.threads/stepi-random-signal.exp: Likewise.
425
33bf4c5c
TBA
4262020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
427
428 * gdb.base/print-file-var.exp: Fix typo "breapoint".
429 * gdb.trace/strace.exp: Ditto.
430
c2fd7fae
AKS
4312020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
432
433 * gdb.fortran/vla-type.exp: Skip commands not required for
434 the Flang compiled binaries after prologue fix.
435
326afb72
TT
4362020-08-17 Tom de Vries <tdevries@suse.de>
437 Tom Tromey <tromey@adacore.com>
438
439 PR rust/26197:
440 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
441
3ae7ab99
TT
4422020-08-17 Tom Tromey <tromey@adacore.com>
443
444 * gdb.ada/mi_var_access.exp: New file.
445 * gdb.ada/mi_var_access/mi_access.adb: New file.
446 * gdb.ada/mi_var_access/pck.adb: New file.
447 * gdb.ada/mi_var_access/pck.ads: New file.
448
f569c1c5
TV
4492020-08-16 Tom de Vries <tdevries@suse.de>
450
451 PR gdb/25350
452 * gdb.base/eh_return.c: New test.
453 * gdb.base/eh_return.exp: New file.
454
3d11c30a
TV
4552020-08-15 Tom de Vries <tdevries@suse.de>
456
457 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
458 (mixed_func_1d_): Use fortran_charlen_t in decl.
459
547ce8f0
TV
4602020-08-15 Tom de Vries <tdevries@suse.de>
461
462 PR backtrace/26390
463 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
464 Update expected pattern.
465
a54a7f13
PA
4662020-08-13 Pedro Alves <pedro@palves.net>
467
468 * gdb.fortran/complex.exp: Check skip_fortran_tests.
469 * gdb.fortran/library-module.exp: Likewise.
470 * gdb.fortran/logical.exp: Likewise.
471 * gdb.fortran/module.exp: Likewise.
472 * gdb.fortran/print_type.exp: Likewise.
473 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
474 * gdb.fortran/vla-datatypes.exp: Likewise.
475 * gdb.fortran/vla-history.exp: Likewise.
476 * gdb.fortran/vla-ptr-info.exp: Likewise.
477 * gdb.fortran/vla-ptype-sub.exp: Likewise.
478 * gdb.fortran/vla-ptype.exp: Likewise.
479 * gdb.fortran/vla-sizeof.exp: Likewise.
480 * gdb.fortran/vla-type.exp: Likewise.
481 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
482 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
483 * gdb.fortran/vla-value-sub.exp: Likewise.
484 * gdb.fortran/vla-value.exp: Likewise.
485
7a82e903
PA
4862020-08-13 Pedro Alves <pedro@palves.net>
487
488 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
489 * gdb.ada/access_to_packed_array.exp: Likewise.
490 * gdb.ada/access_to_unbounded_array.exp: Likewise.
491 * gdb.ada/addr_arith.exp: Likewise.
492 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
493 * gdb.ada/arr_arr.exp: Likewise.
494 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
495 * gdb.ada/array_bounds.exp: Likewise.
496 * gdb.ada/array_of_variable_length.exp: Likewise.
497 * gdb.ada/array_ptr_renaming.exp: Likewise.
498 * gdb.ada/array_subscript_addr.exp: Likewise.
499 * gdb.ada/arraydim.exp: Likewise.
500 * gdb.ada/arrayparam.exp: Likewise.
501 * gdb.ada/arrayptr.exp: Likewise.
502 * gdb.ada/assign_1.exp: Likewise.
503 * gdb.ada/assign_arr.exp: Likewise.
504 * gdb.ada/atomic_enum.exp: Likewise.
505 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
506 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
507 * gdb.ada/bias.exp: Likewise.
508 * gdb.ada/boolean_expr.exp: Likewise.
509 * gdb.ada/bp_c_mixed_case.exp: Likewise.
510 * gdb.ada/bp_enum_homonym.exp: Likewise.
511 * gdb.ada/bp_inlined_func.exp: Likewise.
512 * gdb.ada/bp_on_var.exp: Likewise.
513 * gdb.ada/bp_range_type.exp: Likewise.
514 * gdb.ada/bp_reset.exp: Likewise.
515 * gdb.ada/call_pn.exp: Likewise.
516 * gdb.ada/catch_assert_if.exp: Likewise.
517 * gdb.ada/catch_ex.exp: Likewise.
518 * gdb.ada/catch_ex_std.exp: Likewise.
519 * gdb.ada/char_enum.exp: Likewise.
520 * gdb.ada/char_param.exp: Likewise.
521 * gdb.ada/complete.exp: Likewise.
522 * gdb.ada/cond_lang.exp: Likewise.
523 * gdb.ada/convvar_comp.exp: Likewise.
524 * gdb.ada/dgopt.exp: Likewise.
525 * gdb.ada/disc_arr_bound.exp: Likewise.
526 * gdb.ada/display_nested.exp: Likewise.
527 * gdb.ada/dot_all.exp: Likewise.
528 * gdb.ada/dyn_loc.exp: Likewise.
529 * gdb.ada/dyn_stride.exp: Likewise.
530 * gdb.ada/excep_handle.exp: Likewise.
531 * gdb.ada/expr_delims.exp: Likewise.
532 * gdb.ada/expr_with_funcall.exp: Likewise.
533 * gdb.ada/exprs.exp: Likewise.
534 * gdb.ada/fin_fun_out.exp: Likewise.
535 * gdb.ada/fixed_cmp.exp: Likewise.
536 * gdb.ada/formatted_ref.exp: Likewise.
537 * gdb.ada/frame_arg_lang.exp: Likewise.
538 * gdb.ada/frame_args.exp: Likewise.
539 * gdb.ada/fullname_bp.exp: Likewise.
540 * gdb.ada/fun_addr.exp: Likewise.
541 * gdb.ada/fun_in_declare.exp: Likewise.
542 * gdb.ada/fun_overload_menu.exp: Likewise.
543 * gdb.ada/fun_renaming.exp: Likewise.
544 * gdb.ada/funcall_char.exp: Likewise.
545 * gdb.ada/funcall_param.exp: Likewise.
546 * gdb.ada/funcall_ptr.exp: Likewise.
547 * gdb.ada/funcall_ref.exp: Likewise.
548 * gdb.ada/homonym.exp: Likewise.
549 * gdb.ada/info_addr_mixed_case.exp: Likewise.
550 * gdb.ada/info_auto_lang.exp: Likewise.
551 * gdb.ada/info_exc.exp: Likewise.
552 * gdb.ada/info_types.exp: Likewise.
553 * gdb.ada/int_deref.exp: Likewise.
554 * gdb.ada/interface.exp: Likewise.
555 * gdb.ada/iwide.exp: Likewise.
556 * gdb.ada/lang_switch.exp: Likewise.
557 * gdb.ada/length_cond.exp: Likewise.
558 * gdb.ada/maint_with_ada.exp: Likewise.
559 * gdb.ada/mi_catch_assert.exp: Likewise.
560 * gdb.ada/mi_catch_ex.exp: Likewise.
561 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
562 * gdb.ada/mi_dyn_arr.exp: Likewise.
563 * gdb.ada/mi_ex_cond.exp: Likewise.
564 * gdb.ada/mi_exc_info.exp: Likewise.
565 * gdb.ada/mi_interface.exp: Likewise.
566 * gdb.ada/mi_prot.exp: Likewise.
567 * gdb.ada/mi_ref_changeable.exp: Likewise.
568 * gdb.ada/mi_string_access.exp: Likewise.
569 * gdb.ada/mi_task_arg.exp: Likewise.
570 * gdb.ada/mi_task_info.exp: Likewise.
571 * gdb.ada/mi_var_array.exp: Likewise.
572 * gdb.ada/mi_var_union.exp: Likewise.
573 * gdb.ada/mi_variant.exp: Likewise.
574 * gdb.ada/minsyms.exp: Likewise.
575 * gdb.ada/mod_from_name.exp: Likewise.
576 * gdb.ada/nested.exp: Likewise.
577 * gdb.ada/null_array.exp: Likewise.
578 * gdb.ada/optim_drec.exp: Likewise.
579 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
580 * gdb.ada/packed_array_assign.exp: Likewise.
581 * gdb.ada/packed_tagged.exp: Likewise.
582 * gdb.ada/pp-rec-component.exp: Likewise.
583 * gdb.ada/print_chars.exp: Likewise.
584 * gdb.ada/print_pc.exp: Likewise.
585 * gdb.ada/ptr_typedef.exp: Likewise.
586 * gdb.ada/ptype_arith_binop.exp: Likewise.
587 * gdb.ada/ptype_array.exp: Likewise.
588 * gdb.ada/ptype_field.exp: Likewise.
589 * gdb.ada/ptype_tagged_param.exp: Likewise.
590 * gdb.ada/ptype_union.exp: Likewise.
591 * gdb.ada/py_range.exp: Likewise.
592 * gdb.ada/py_taft.exp: Likewise.
593 * gdb.ada/rdv_wait.exp: Likewise.
594 * gdb.ada/rec_comp.exp: Likewise.
595 * gdb.ada/rec_return.exp: Likewise.
596 * gdb.ada/ref_param.exp: Likewise.
597 * gdb.ada/ref_tick_size.exp: Likewise.
598 * gdb.ada/rename_subscript_param.exp: Likewise.
599 * gdb.ada/repeat_dyn.exp: Likewise.
600 * gdb.ada/same_component_name.exp: Likewise.
601 * gdb.ada/same_enum.exp: Likewise.
602 * gdb.ada/scalar_storage.exp: Likewise.
603 * gdb.ada/set_wstr.exp: Likewise.
604 * gdb.ada/small_reg_param.exp: Likewise.
605 * gdb.ada/str_binop_equal.exp: Likewise.
606 * gdb.ada/str_ref_cmp.exp: Likewise.
607 * gdb.ada/str_uninit.exp: Likewise.
608 * gdb.ada/sub_variant.exp: Likewise.
609 * gdb.ada/sym_print_name.exp: Likewise.
610 * gdb.ada/taft_type.exp: Likewise.
611 * gdb.ada/tagged.exp: Likewise.
612 * gdb.ada/tagged_access.exp: Likewise.
613 * gdb.ada/task_bp.exp: Likewise.
614 * gdb.ada/task_switch_in_core.exp: Likewise.
615 * gdb.ada/tasks.exp: Likewise.
616 * gdb.ada/tick_last_segv.exp: Likewise.
617 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
618 * gdb.ada/type_coercion.exp: Likewise.
619 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
620 * gdb.ada/unchecked_union.exp: Likewise.
621 * gdb.ada/uninitialized_vars.exp: Likewise.
622 * gdb.ada/var_arr_attrs.exp: Likewise.
623 * gdb.ada/var_arr_typedef.exp: Likewise.
624 * gdb.ada/var_rec_arr.exp: Likewise.
625 * gdb.ada/variant-record.exp: Likewise.
626 * gdb.ada/variant.exp: Likewise.
627 * gdb.ada/variant_record_packed_array.exp: Likewise.
628 * gdb.ada/varsize_limit.exp: Likewise.
629 * gdb.ada/whatis_array_val.exp: Likewise.
630 * gdb.ada/widewide.exp: Likewise.
631 * gdb.ada/win_fu_syms.exp: Likewise.
632
6332020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
634
635 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
636
10c381b5
AB
6372020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
638
639 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
640 unset the array variable.
641
8f34b746
TV
6422020-08-03 Tom de Vries <tdevries@suse.de>
643
644 PR symtab/26333
645 * lib/dwarf.exp (DW_LNE_user): New proc.
646 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
647 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
648
0245e136
KB
6492020-07-31 Kevin Buettner <kevinb@redhat.com>
650
651 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
652 to 'uintptr_t'
653 (inttypes.h): Include.
654
9ef1ec5d
KB
6552020-07-31 Kevin Buettner <kevinb@redhat.com>
656
657 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
658 (C5_24k): Delete.
659 (C5_8k, C5_64k, C5_256k): New macros.
660 (buf_ro): Allocate 256 KiB of initialized data.
661
4c55e970
TBA
6622020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
663
664 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
665 that attempt to overwrite an existing condition with a condition
666 that fails parsing and also with a condition that parses fine
667 but contains junk at the end.
668
1e620590
TBA
6692020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
670
671 * gdb.base/condbreak-bad.c: New test.
672 * gdb.base/condbreak-bad.exp: New file.
673
e12dcc50
TV
6742020-07-30 Tom de Vries <tdevries@suse.de>
675
676 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
677 out of ...
678 (GDBInfoModuleSymbols::check_entry): ... here.
679 (GDBInfoModuleSymbols::check_optional_entry): New proc.
680 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
681 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
682
6cc64caa
TV
6832020-07-30 Tom de Vries <tdevries@suse.de>
684
685 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
686 "__class_some_module_Number_t" optional.
687
90fd07fc
TV
6882020-07-29 Tom de Vries <tdevries@suse.de>
689
690 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
691 multiple locations.
692
f5c79e97
TV
6932020-07-29 Tom de Vries <tdevries@suse.de>
694
695 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
696 rather than function name.
697
f75a0693
AB
6982020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 PR symtab/26270:
701 * gdb.cp/disasm-func-name.cc: New file.
702 * gdb.cp/disasm-func-name.exp: New file.
703
4888741a
TT
7042020-07-28 Tom Tromey <tromey@adacore.com>
705
706 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
707 'varval' location.
708
43d5901d
AB
7092020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
710
711 * gdb.python/py-unwind.py: Update to make use of a register
712 descriptor.
713
14fa8fb3
AB
7142020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
715
716 * gdb.python/py-arch-reg-names.exp: Add additional tests.
717
e79eb02f
AB
7182020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
719
720 PR fortran/23051
721 PR fortran/26139
722 * gdb.fortran/class-allocatable-array.exp: New file.
723 * gdb.fortran/class-allocatable-array.f90: New file.
724 * gdb.fortran/pointer-to-pointer.exp: New file.
725 * gdb.fortran/pointer-to-pointer.f90: New file.
726
876518dd
TV
7272020-07-25 Tom de Vries <tdevries@suse.de>
728
729 PR symtab/26243
730 * gdb.dwarf2/dw2-line-number-zero.c: New test.
731 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
732
6dcfb80a
TV
7332020-07-24 Tom de Vries <tdevries@suse.de>
734
735 PR testsuite/26293
736 * gdb.ada/mi_prot.exp: Require gnatmake-8.
737
e7bc9db8
PA
7382020-07-23 Pedro Alves <pedro@palves.net>
739
740 * gdb.server/server-kill.exp (prepare): New, factored out from the
741 top level.
742 (kill_server): New.
743 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
744 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
745
78344df7
AB
7462020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
747
748 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
749
25dfed24
SL
7502020-07-22 Sandra Loosemore <sandra@codesourcery.com>
751
752 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
753 Initialize to empty string at top level.
754 (gdb_wrapper_init): Revert check for file existence on build.
755 Build the wrapper in its default place, not a build-specific
756 location. When host == build, make the pathname absolute.
757 (gdb_compile): Delete leftover declaration of
758 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
759 string instead of uninitialized.
760
7da515fd
KB
7612020-07-22 Kevin Buettner <kevinb@redhat.com>
762
763 * gdb.base/corefile2.exp: New file.
764 * gdb.base/coremaker2.exp: New file.
765
9c5ec5c2
KB
7662020-07-22 Kevin Buettner <kevinb@redhat.com>
767
768 * gdb.base/coredump-filter.exp: Add second
769 non-Private-Shared-Anon-File test.
770 (test_disasm): Rename binfile for test which is expected
771 to fail.
772
f9e233c9
KB
7732020-07-22 Kevin Buettner <kevinb@redhat.com>
774
775 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
776 data in core file".
777 * gdb.base/coremaker.c (buf2ro): New global.
778 (mmapdata): Add a read-only mmap mapping.
779
94c265d7
KB
7802020-07-22 Kevin Buettner <kevinb@redhat.com>
781
782 PR corefiles/25631
783 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
784 New test.
785 * gdb.base/coremaker.c (buf3): New global.
786 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
787 flags.
788
7892020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
790
791 * gdb.base/coremaker.c (filler_ro): New global constant.
792
32fa152e
TT
7932020-07-22 Tom Tromey <tromey@adacore.com>
794
795 * gdb.ada/mi_prot.exp: New file.
796 * gdb.ada/mi_prot/pkg.adb: New file.
797 * gdb.ada/mi_prot/pkg.ads: New file.
798 * gdb.ada/mi_prot/prot.adb: New file.
799
c8474dc3
TBA
8002020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
801
802 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
803 loads two JITers.
804
baf8791e
AB
8052020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
806
807 * gdb.python/py-arch-reg-groups.exp: Additional tests.
808
f7306dac
AB
8092020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
810
811 * gdb.python/py-arch-reg-names.exp: Additional tests.
812
6d3d6e4b
TV
8132020-07-21 Tom de Vries <tdevries@suse.de>
814
815 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
816 breakpoint locations".
817 * gdb.reverse/solib-reverse.exp: Same.
818
803d0592
TV
8192020-07-21 Tom de Vries <tdevries@suse.de>
820
821 * gdb.reverse/step-reverse.c (callee): Merge statements.
822
e9bdc510
TV
8232020-07-21 Tom de Vries <tdevries@suse.de>
824
825 * gdb.fortran/info-modules.exp (info module variables): Allow missing
826 line numbers for some variables.
827
f0f9e75a
TV
8282020-07-21 Tom de Vries <tdevries@suse.de>
829
830 * gdb.opt/inline-locals.c (init_array): New func.
831 (func1): Use init_array.
832 * gdb.opt/inline-locals.exp: Update pattern.
833
bd460ecb
TV
8342020-07-21 Tom de Vries <tdevries@suse.de>
835
836 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
837 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
838
ae5369e7
LC
8392020-07-20 Ludovic Courtès <ludo@gnu.org>
840
841 * gdb.guile/source2.scm: Add #f first argument to 'format'.
842 * gdb.guile/types-module.exp: Remove "ERROR:" from
843 regexps since Guile 3.0 no longer prints that.
844
68cf161c
LC
8452020-07-20 Ludovic Courtès <ludo@gnu.org>
846
847 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
848 error regexp to match on Guile 2.2.
849
c14b4913
GB
8502020-07-20 Gary Benson <gbenson@redhat.com>
851
852 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
853 with clang.
854
b243ba58
TV
8552020-07-20 Tom de Vries <tdevries@suse.de>
856
857 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
858 (omp_set_lock_in_order): New function.
859 (single_scope, multi_scope, nested_func, nested_parallel): Use
860 omp_set_lock_in_order and omp_unset_lock.
861 (main): Init and destroy lock and lock2.
862
c06ad8b5
TV
8632020-07-20 Tom de Vries <tdevries@suse.de>
864
865 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
866
6e22f117
TV
8672020-07-20 Tom de Vries <tdevries@suse.de>
868
869 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
870
33176ea7
TV
8712020-07-17 Tom de Vries <tdevries@suse.de>
872
873 * gdb.base/valgrind-infcall-2.c: New test.
874 * gdb.base/valgrind-infcall-2.exp: New file.
875 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
876
90c3ec2d
TV
8772020-07-17 Tom de Vries <tdevries@suse.de>
878
879 * gdb.dlang/circular.c (found): Use found_label as label name.
880 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
881 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
882 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
883 * gdb.dwarf2/ada-linkage-name.exp: Same.
884 * gdb.dwarf2/arr-subrange.exp: Same.
885 * gdb.dwarf2/atomic-type.exp: Same.
886 * gdb.dwarf2/comp-unit-lang.exp: Same.
887 * gdb.dwarf2/cpp-linkage-name.exp: Same.
888 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
889 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
890 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
891 * gdb.dwarf2/implptr-64bit.exp: Same.
892 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
893 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
894 * gdb.dwarf2/imported-unit.exp: Same.
895 * gdb.dwarf2/main-subprogram.exp: Same.
896 * gdb.dwarf2/missing-type-name.exp: Same.
897 * gdb.dwarf2/nonvar-access.exp: Same.
898 * gdb.dwarf2/struct-with-sig.exp: Same.
899 * gdb.dwarf2/typedef-void-finish.exp: Same.
900 * gdb.dwarf2/void-type.exp: Same.
901
10da644d
TV
9022020-07-17 Tom de Vries <tdevries@suse.de>
903
904 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
905 src parameter.
906 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
907 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
908 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
909 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
910 * gdb.dwarf2/dwz.exp: Same.
911 * gdb.dwarf2/implptr-optimized-out.exp: Same.
912 * gdb.dwarf2/implref-array.exp: Same.
913 * gdb.dwarf2/implref-const.exp: Same.
914 * gdb.dwarf2/implref-global.exp: Same.
915 * gdb.dwarf2/implref-struct.exp: Same.
916 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
917 * gdb.dwarf2/opaque-type-lookup.exp: Same.
918 * gdb.dwarf2/var-access.exp: Same.
919 * gdb.dwarf2/varval.exp: Same.
920 * gdb.trace/entry-values.exp: Same.
921
315e6afc
TV
9222020-07-17 Tom de Vries <tdevries@suse.de>
923
924 * lib/dwarf.exp (Dwarf::extern): Remove.
925 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
926 * gdb.dlang/circular.exp: Same.
927 * gdb.dwarf2/comp-unit-lang.exp: Same.
928 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
929 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
930 * gdb.dwarf2/dwz.exp: Same.
931 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
932 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
933 * gdb.dwarf2/imported-unit.exp: Same.
934 * gdb.dwarf2/opaque-type-lookup.exp: Same.
935
5597c940
SL
9362020-07-16 Sandra Loosemore <sandra@codesourcery.com>
937
938 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
939 Use double quotes instead of single quotes.
940
d0ce17d8
CT
9412020-07-16 Caroline Tice <cmtice@google.com>
942
943 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
944 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
945
853772cc
TV
9462020-07-16 Tom de Vries <tdevries@suse.de>
947
948 * lib/dwarf.exp (program): Initialize _line.
949 (DW_LNE_end_sequence): Reinitialize _line.
950 (DW_LNS_advance_line): Update _line.
951 (line): New proc.
952 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
953 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
954 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
955 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
956 * gdb.dwarf2/dw2-is-stmt.exp: Same.
957 * gdb.dwarf2/dw2-ranges-func.exp: Same.
958
fe07b572
AB
9592020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
960
961 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
962 generic.
963
52781cce
TV
9642020-07-15 Tom de Vries <tdevries@suse.de>
965
966 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
967 is_amd64_regs_target.
968
3dcc261c
AB
9692020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
970
971 * gdb.fortran/ptype-on-functions.exp: Add more tests.
972 * gdb.fortran/ptype-on-functions.f90: Likewise.
973
054a0959
SM
9742020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
975
976 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
977 values in documentation for addr_size to 4 and 8.
978
ccb9eba6
AB
9792020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
980
981 * gdb.arch/amd64-osabi.exp: Update.
982 * gdb.arch/arm-disassembler-options.exp: Update.
983 * gdb.arch/powerpc-disassembler-options.exp: Update.
984 * gdb.arch/ppc64-symtab-cordic.exp: Update.
985 * gdb.arch/s390-disassembler-options.exp: Update.
986 * gdb.base/all-architectures.exp.tcl: Update.
987 * gdb.base/attach-pie-noexec.exp: Update.
988 * gdb.base/catch-syscall.exp: Update.
989 * gdb.xml/tdesc-arch.exp: Update.
990
025a39a7
TV
9912020-07-14 Tom de Vries <tdevries@suse.de>
992
993 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
994 (local_gettid): ... this.
995 (fn): Update.
996
74e4b667
SL
9972020-07-13 Sandra Loosemore <sandra@codesourcery.com>
998
999 * gdb.base/info_sources.exp: Skip directory match tests on
1000 remote hosts.
1001
f413dd74
GB
10022020-07-13 Gary Benson <gbenson@redhat.com>
1003
1004 * gdb.base/savedregs.exp (caller): Use parentheses to
1005 make expected expression evaluation ordering explicit.
1006
915771bb
GB
10072020-07-13 Gary Benson <gbenson@redhat.com>
1008
1009 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
1010
2a122642
GB
10112020-07-13 Gary Benson <gbenson@redhat.com>
1012
1013 * gdb.base/bigcore.c (main): Use a volatile pointer when
1014 attempting to trigger a SIGSEGV.
1015 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
1016 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
1017 * gdb.base/savedregs.c (thrower): Likewise.
1018 * gdb.mi/mi-syn-frame.c (bar): Likewise.
1019
3f00c730
GB
10202020-07-13 Gary Benson <gbenson@redhat.com>
1021
1022 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
1023 defining and using VLA structure fields into...
1024 * gdb.base/vla-struct-fields.c: New file.
1025 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
1026 tests into...
1027 * gdb.base/vla-struct-fields.exp: New file.
1028
963eeee4
TV
10292020-07-13 Tom de Vries <tdevries@suse.de>
1030
1031 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
1032 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
1033 * gdb.base/gold-gdb-index.exp: Same.
1034 * gdb.base/morestack.exp: Same.
1035
0ed35c9a
DX
10362020-07-11 Daniel Xu <dxu@dxuuu.xyz>
1037
1038 PR rust/26121
1039 * gdb.rust/modules.rs: Prevent linker from discarding test
1040 symbol.
1041
4fdba23d
PA
10422020-07-10 Pedro Alves <pedro@palves.net>
1043
1044 PR gdb/26199
1045 * gdb.multi/multi-target.c (exit_thread): New.
1046 (thread_start): Break loop if EXIT_THREAD.
1047 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
1048 (top level) Call test_no_resumed.
1049
15f3b077
TT
10502020-07-08 Tom Tromey <tromey@adacore.com>
1051
1052 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
1053 * gdb.ada/catch_ex.exp: Examine catchpoint text.
1054
9fc501fd
AB
10552020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1056
1057 PR python/22748
1058 * gdb.opt/inline-frame-tailcall.c: New file.
1059 * gdb.opt/inline-frame-tailcall.exp: New file.
1060 * gdb.python/py-unwind-inline.c: New file.
1061 * gdb.python/py-unwind-inline.exp: New file.
1062 * gdb.python/py-unwind-inline.py: New file.
1063
64cb3757
AB
10642020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1065
1066 * gdb.python/py-arch-reg-groups.exp: New file.
1067
0f767f94
AB
10682020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1069
1070 * gdb.python/py-arch-reg-names.exp: New file.
1071
87dbc774
AB
10722020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1073
1074 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
1075 gdb.PendingFrame.architecture method.
1076
d8cc8af6
TV
10772020-07-06 Tom de Vries <tdevries@suse.de>
1078
1079 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
1080
3c8ea5be
PA
10812020-07-03 Pedro Alves <palves@redhat.com>
1082
1083 * gdb.base/structs2.c (main): Adjust second parem_reg call to
1084 explicitly write negative numbers.
1085 * gdb.base/structs2.exp: Adjust expected output.
1086
bf90c83a
PA
10872020-07-03 Pedro Alves <palves@redhat.com>
1088
1089 * gdb.base/charset.c (init_string): Change all char parameters to
1090 unsigned char parameters.
1091
2eb82157
PA
10922020-07-03 Pedro Alves <palves@redhat.com>
1093
1094 * gdb.base/call-sc.exp (start_scalars_test): Use
1095 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1096 * gdb.base/overlays.c: Remove references to PARAMS.
1097 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1098 * gdb.base/reread.exp: Don't set 'prototypes' global.
1099 * gdb.base/structs.exp (start_structs_test): Use
1100 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1101 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1102 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1103 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1104 call.
1105 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1106
9adda7af
PA
11072020-07-03 Pedro Alves <palves@redhat.com>
1108
1109 * gdb.base/m32rovly.c: Delete.
1110 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1111
2a17c803
PW
11122020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1113
1114 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1115 of gdb_py_test_multiple.
1116 * gdb.python/py-cmd.exp: Likewise.
1117 * gdb.python/py-events.exp: Likewise.
1118 * gdb.python/py-function.exp: Likewise.
1119 * gdb.python/py-inferior.exp: Likewise.
1120 * gdb.python/py-infthread.exp: Likewise.
1121 * gdb.python/py-linetable.exp: Likewise.
1122 * gdb.python/py-parameter.exp: Likewise.
1123 * gdb.python/py-value.exp: Likewise.
1124
b011fe1a
TV
11252020-06-30 Tom de Vries <tdevries@suse.de>
1126
1127 PR testsuite/26175
1128 * lib/future.exp (gdb_default_target_compile): Detect and handle
1129 early_flags.
1130
df5b8876
SM
11312020-06-29 Simon Marchi <simon.marchi@efficios.com>
1132
1133 * boards/simavr.exp (gdb_load): Catch errors when closing
1134 previous connection. Close connection, wait for process and
1135 unset simavr_spawn_id on failure.
1136
a3ca48cd
TV
11372020-06-29 Tom de Vries <tdevries@suse.de>
1138
1139 * lib/gdb.exp (unknown): Make test-case unresolved.
1140
b0237c0e
TV
11412020-06-29 Tom de Vries <tdevries@suse.de>
1142
1143 PR gdb/25475
1144 * gdb.server/solib-list.exp: Verify that the symbol reload
1145 confirmation question is asked.
1146
c0b3b3bd
PW
11472020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1148
1149 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1150 have a input seq nr in each pass message.
fe4c3d43 1151 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
1152 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1153 * gdb.python/python.exp: Make test names unique,
1154 use gdb_test_multiline instead of gdb_py_test_multiple,
1155 use $gdb_test_name.
1156 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1157
1776e3e5
NA
11582020-06-26 Nick Alcock <nick.alcock@oracle.com>
1159
1160 * configure.ac: Add --enable-libctf.
1161 * aclocal.m4: sinclude ../config/enable.m4.
1162 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1163 * lib/gdb.exp (skip_ctf_tests): Use it.
1164 * gdb.base/ctf-constvars.exp: Error message tweak.
1165 * gdb.base/ctf-ptype.exp: Likewise.
1166 * configure: Regenerate.
1167
f53b3eeb
GB
11682020-06-26 Gary Benson <gbenson@redhat.com>
1169
1170 * gdb.cp/try_catch.cc: Include string.h.
1171 (main): Replace comparison against string literal with
1172 strcmp, avoiding build failure with -Wstring-compare.
1173 Add "marker test-complete".
1174 * gdb.cp/try_catch.exp: Run the test to the above marker,
1175 then verify that the value of "test" is still true.
1176
6d74da72
AB
11772020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1178
1179 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1180
2e52d038
AB
11812020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1182
1183 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1184
3b9fce96
AB
11852020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1186
1187 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1188 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1189 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1190 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1191 * gdb.arch/riscv-tdesc-loading.exp: New file.
1192
ed69cbc8
AB
11932020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1194
1195 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1196
767a879e
AB
11972020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1198
1199 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1200 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1201 * gdb.arch/riscv-tdesc-regs.c: New file.
1202 * gdb.arch/riscv-tdesc-regs.exp: New file.
1203
221db974
PA
12042020-06-24 Pedro Alves <palves@redhat.com>
1205
1206 * gdb.arch/amd64-entry-value-paramref.exp: Use
1207 prepare_for_testing_full and don't pass "c++" for the .S file
1208 build spec.
1209 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1210 $options, since it's an assembly file. Remove -Wno-deprecated.
1211 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1212 compiling C++ programs.
1213
331733cd
PA
12142020-06-24 Pedro Alves <palves@redhat.com>
1215
1216 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1217 Clang, add "-Wno-unknown-warning-option" to the options.
1218
caa7fd04
AB
12192020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1220
1221 * gdb.xml/tdesc-reload.c: New file.
1222 * gdb.xml/tdesc-reload.exp: New file.
1223 * gdb.xml/maint-xml-dump-01.xml: New file.
1224 * gdb.xml/maint-xml-dump-02.xml: New file.
1225 * gdb.xml/maint-xml-dump.exp: New file.
1226
bb8d1260
SL
12272020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1228
1229 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1230 Adjust for omitted commands when TUI is disabled.
1231
7e4b9c4c
GB
12322020-06-23 Gary Benson <gbenson@redhat.com>
1233 Pedro Alves <palves@redhat.com>
1234
1235 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1236 * gdb.cp/nsimport.cc: Likewise.
1237 * gdb.cp/nsnested.cc: Likewise.
1238 * gdb.cp/nsnoimports.cc: Likewise.
1239 * gdb.cp/nsusing.cc: Likewise.
1240 * gdb.cp/smartp.cc: Likewise.
1241 * gdb.python/py-pp-integral.c: Likewise.
1242 * gdb.python/py-pp-re-notag.c: Likewise.
1243
2e573c0a
GB
12442020-06-23 Gary Benson <gbenson@redhat.com>
1245
1246 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1247 * gdb.cp/nsimport.cc: Likewise.
1248 * gdb.cp/nsnested.cc: Likewise.
1249 * gdb.cp/nsnoimports.cc: Likewise.
1250 * gdb.cp/nsusing.cc: Likewise.
1251 * gdb.cp/smartp.cc: Likewise.
1252 * gdb.python/py-pp-integral.c: Likewise.
1253 * gdb.python/py-pp-re-notag.c: Likewise.
1254
746ebfe8
PW
12552020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1256
1257 * gdb.base/default-args.exp: New test.
1258 * gdb.base/default-args.c: New file.
1259 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1260 * gdb.base/default.exp: Update to new help text.
1261 * gdb.base/help.exp: Likewise.
1262 * gdb.base/page.exp: Likewise.
1263 * gdb.base/style.exp: Likewise.
1264 * gdb.guile/guile.exp: Likewise.
1265 * gdb.python/python.exp: Likewise.
1266
e822f2cd
SL
12672020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1268
1269 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1270 remote host. Fix search path syntax on Windows host.
1271
48e9cc84
PW
12722020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1273
1274 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1275 over 'exec-file-mismatch'.
1276 * gdb.base/attach.c: Mark should_exit volatile.
1277 * gdb.base/attach2.c: Likewise. Add a comment explaining
1278 why the sleep cannot be big.
1279 * gdb.base/attach3.c: New file.
1280
160f8a8f
SL
12812020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1282
1283 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1284 prefix optional.
1285
4d91c2a4
SL
12862020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1287
1288 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1289 for remote host.
1290
87f83f20
SL
12912020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1292 Hafiz Abid Qadeer <abidh@codesourcery.com>
1293
1294 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1295 file sent to remote host.
1296 (top level): Allow int32_t as type of 32-bit register.
1297
37ab8655
TV
12982020-06-19 Tom de Vries <tdevries@suse.de>
1299
1300 * lib/gdb.exp (gdb_note): New proc.
1301 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1302 (gdb_default_target_compile): ... here. Only call
1303 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1304 (use_gdb_compile): Change to array.
1305 (toplevel): Update sets of use_gdb_compile to specify language.
1306 Warn about default_target_compile override. Store dejagnu's version
1307 of default_target_compile in dejagnu_default_target_compile.
1308
a8a56685
TV
13092020-06-18 Tom de Vries <tdevries@suse.de>
1310
1311 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1312 (default_gdb_init): ... here.
1313
581bea2c
SL
13142020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1315
1316 Fix TUI support checks in gdb.tui tests.
1317
1318 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1319 just say UNSUPPORTED.
1320 * gdb.tui/corefile-run.exp: Likewise.
1321 * gdb.tui/empty.exp: Likewise.
1322 * gdb.tui/list-before.exp: Likewise.
1323 * gdb.tui/list.exp: Likewise.
1324 * gdb.tui/main.exp: Likewise.
1325 * gdb.tui/regs.exp: Likewise.
1326 * gdb.tui/resize.exp: Likewise.
1327 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1328 * gdb.tui/tui-layout-asm.exp: Likewise.
1329 * gdb.tui/tui-missing-src.exp: Likewise.
1330 * gdb.tui/winheight.exp: Likewise.
1331 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1332
05e682e3
SL
13332020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1334
1335 Fix TCL error in gdb.python/py-format-string.exp.
1336
1337 * gdb.python/py-format-string.exp: Move test for python support
1338 earlier, out of function body.
1339
efb763a5
SM
13402020-06-15 Simon Marchi <simon.marchi@efficios.com>
1341
1342 * gdb.base/index-cache-load-twice.c: New.
1343 * gdb.base/index-cache-load-twice.exp: New.
1344
43327b20
KS
13452020-06-17 Keith Seitz <keiths@redhat.com>
1346
99cf27cf 1347 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
1348 when executing "gdb --configuration".
1349
081e778c
TV
13502020-06-17 Tom de Vries <tdevries@suse.de>
1351
1352 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1353 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1354 conditional on presence of gdb_tcl_unknown.
1355 (gdb_finish): Make override undo conditional on presence of
1356 gdb_tcl_unknown.
1357
d2d1ea20
TT
13582020-06-16 Tom Tromey <tom@tromey.com>
1359
1360 * gdb.python/tui-window.py (failwin): New function. Register it
1361 as a TUI window type.
1362 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1363
c802e8a7
GB
13642020-06-16 Gary Benson <gbenson@redhat.com>
1365
1366 * gdb.python/py-nested-maps.c (create_map): Add missing return
1367 value.
1368 (create_map_map): Likewise.
1369
ff08abb8
TBA
13702020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1371
1372 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1373 variable.
1374 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1375 and use the already-defined 'options' variable.
1376
a29d5112
AB
13772020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1378 Tom de Vries <tdevries@suse.de>
1379
1380 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1381 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1382 (gdb_setup_known_globals): New proc.
1383 (gdb_cleanup_globals): New proc.
1384 * lib/gdb.exp (load_lib): New override proc.
1385 (gdb_stdin_log_init): Set var in_file as persistent global.
1386 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1387 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1388 fpc_compiler as persistent global.
1389
8c74a764
TV
13902020-06-12 Tom de Vries <tdevries@suse.de>
1391
1392 * lib/tuiterm.exp (spawn): Rename to ...
1393 (tui_spawn): ... this.
1394 (toplevel): Move rename of spawn ...
1395 (gdb_init_tuiterm): ... here. New proc.
1396 (gdb_finish_tuiterm): New proc.
1397 * lib/gdb.exp (gdb_finish_hooks): New global var.
1398 (gdb_finish): Handle gdb_finish_hooks.
1399 (tuiterm_env): New proc.
1400 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1401 tuiterm_env.
1402 * gdb.tui/basic.exp: Same.
1403 * gdb.tui/corefile-run.exp: Same.
1404 * gdb.tui/empty.exp: Same.
1405 * gdb.tui/list-before.exp: Same.
1406 * gdb.tui/list.exp: Same.
1407 * gdb.tui/main.exp: Same.
1408 * gdb.tui/new-layout.exp: Same.
1409 * gdb.tui/regs.exp: Same.
1410 * gdb.tui/resize.exp: Same.
1411 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1412 * gdb.tui/tui-layout-asm.exp: Same.
1413 * gdb.tui/tui-missing-src.exp: Same.
1414 * gdb.tui/winheight.exp: Same.
1415
26783bce
TV
14162020-06-12 Tom de Vries <tdevries@suse.de>
1417
1418 PR testsuite/26110
1419 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1420 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1421
2b4e6a3f
TT
14222020-06-11 Tom Tromey <tom@tromey.com>
1423
1424 PR gdb/18318:
1425 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1426 floating point tests.
1427
2f33032a
KS
14282020-06-11 Keith Seitz <keiths@redhat.com>
1429
1430 PR gdb/21356
1431 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1432 vla_struct.
1433 Add new struct vla_typedef and union vla_typedef_union and
1434 corresponding instantiation objects.
1435 Initialize new objects.
1436 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1437 and vla_typedef_union_object.
1438 Fixup type for vla_struct_object.
1439
a8baf0a3
TV
14402020-06-11 Tom de Vries <tdevries@suse.de>
1441
1442 * lib/gdb.exp (with_override): New proc, factored out of ...
1443 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1444
7ab96794
TV
14452020-06-10 Tom de Vries <tdevries@suse.de>
1446
1447 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1448
cab5c3b7
SM
14492020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1450
1451 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1452 parameter, update callers.
1453
f8c41851
SM
14542020-06-04 Simon Marchi <simon.marchi@efficios.com>
1455
1456 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1457 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1458 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1459
1c07a73f
TV
14602020-06-04 Tom de Vries <tdevries@suse.de>
1461
1462 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1463
95146b5d
TV
14642020-06-04 Tom de Vries <tdevries@suse.de>
1465
1466 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1467 exp_continue.
1468
0cfcd4f0
TV
14692020-06-04 Tom de Vries <tdevries@suse.de>
1470
1471 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1472
f9b5d5ea
TV
14732020-06-03 Tom de Vries <tdevries@suse.de>
1474
1475 PR symtab/26046
1476 * gdb.cp/breakpoint-locs-2.cc: New test.
1477 * gdb.cp/breakpoint-locs.cc: New test.
1478 * gdb.cp/breakpoint-locs.exp: New file.
1479 * gdb.cp/breakpoint-locs.h: New test.
1480
5144dfba
TV
14812020-06-03 Tom de Vries <tdevries@suse.de>
1482
1483 PR testsuite/25609
1484 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1485 value of global verbose.
1486 * gdb.base/jit-elf.exp: Same.
1487 * gdb.base/jit-reader.exp: Same.
1488
621eacdf
TV
14892020-06-02 Tom de Vries <tdevries@suse.de>
1490
1491 * gdb.dwarf2/multidictionary.exp: Don't use
1492 gdb_spawn_with_cmdline_opts.
1493
1313c56e
AB
14942020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1495
1496 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1497 use_header case.
1498 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1499 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1500 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1501 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1502 * gdb.dwarf2/dw2-inline-header.c: New file.
1503 * gdb.dwarf2/dw2-inline-header.h: New file.
1504
f68f85b5
PA
15052020-05-30 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1508 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1509
678048e8
GB
15102020-05-29 Gary Benson <gbenson@redhat.com>
1511
1512 * gdb.compile/compile-cplus.exp (additional_flags): Also
1513 set when building with clang.
1514 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1515 when building with clang.
1516
9fcafd23
GB
15172020-05-29 Gary Benson <gbenson@redhat.com>
1518
1519 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1520 building with clang.
1521 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1522
735d5a07
GB
15232020-05-29 Gary Benson <gbenson@redhat.com>
1524
1525 * gdb.cp/koenig.exp (prepare_for_testing): Add
1526 additional_flags=-Wno-unused-comparison.
1527 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1528
4ad2c6a0
GB
15292020-05-28 Gary Benson <gbenson@redhat.com>
1530
1531 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1532 statement.
1533
09fe663e
GB
15342020-05-28 Gary Benson <gbenson@redhat.com>
1535
1536 * gdb.cp/classes.exp (prepare_for_testing): Add
1537 additional_flags=-Wno-deprecated-register.
1538 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1539 * gdb.cp/misc.exp: Likewise.
1540
cee00f17
GB
15412020-05-28 Gary Benson <gbenson@redhat.com>
1542
1543 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1544 (test_op_new::operator new): Add return statement.
1545 (test_op_new_array::operator new[]): Likewise.
1546
636edd00
PA
15472020-05-27 Pedro Alves <palves@redhat.com>
1548
1549 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1550 check. Use test_gdb_complete_unique instead of
1551 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1552 test_gdb_complete_multiple instead of
1553 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1554
c2b75043
LM
15552020-05-27 Luis Machado <luis.machado@linaro.org>
1556
1557 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1558 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1559 * gdb.arch/arm-disassembler-options.exp: Likewise.
1560 * gdb.arch/arm-disp-step.exp: Likewise.
1561 * gdb.arch/thumb-prologue.exp: Likewise.
1562 * gdb.base/async.exp: Likewise.
1563 * gdb.base/auxv.exp: Likewise.
1564 * gdb.base/complex-parts.exp: Likewise.
1565 * gdb.base/ena-dis-br.exp: Likewise.
1566 * gdb.base/foll-exec.exp: Likewise.
1567 * gdb.base/permissions.exp: Likewise.
1568 * gdb.base/relocate.exp: Likewise.
1569 * gdb.base/return2.exp: Likewise.
1570 * gdb.base/sigbpt.exp: Likewise.
1571 * gdb.base/siginfo-obj.exp: Likewise.
1572 * gdb.cp/converts.exp: Likewise.
1573 * gdb.cp/exceptprint.exp: Likewise.
1574 * gdb.cp/inherit.exp: Likewise.
1575 * gdb.cp/nsnoimports.exp: Likewise.
1576 * gdb.cp/virtbase2.exp: Likewise.
1577 * gdb.mi/mi-var-cmd.exp: Likewise.
1578 * gdb.mi/var-cmd.c: Likewise.
1579
53a47a3e
TT
15802020-05-26 Tom Tromey <tromey@adacore.com>
1581
1582 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1583
0bc2354b
TT
15842020-05-26 Tom Tromey <tromey@adacore.com>
1585
1586 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1587 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1588 type.
1589 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1590 variable.
1591
0db49895
CBG
15922020-05-26 Christian Biesinger <cbiesinger@google.com>
1593
1594 * Makefile.in: Use = instead of == for the test command
1595 for portability.
1596
40d22035
TV
15972020-05-26 Tom de Vries <tdevries@suse.de>
1598
1599 * gdb.base/gold-gdb-index-2.c: New test.
1600 * gdb.base/gold-gdb-index.c: New test.
1601 * gdb.base/gold-gdb-index.exp: New file.
1602 * gdb.base/gold-gdb-index.h: New test.
1603
043e2e02
TV
16042020-05-25 Tom de Vries <tdevries@suse.de>
1605
1606 * boards/gold-gdb-index.exp: New file.
1607
462f72c5
SM
16082020-05-25 Simon Marchi <simon.marchi@efficios.com>
1609
1610 * boards/simavr.exp: New file.
1611
6cf66e76
SM
16122020-05-25 Simon Marchi <simon.marchi@efficios.com>
1613
1614 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1615 * gdb.base/inferior-args.exp: New file.
1616 * gdb.base/inferior-args.c: New file.
1617
75d04512
SM
16182020-05-25 Simon Marchi <simon.marchi@efficios.com>
1619
1620 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1621 inferior_args. Pass it to gdb_reload.
1622 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1623 inferior_args.
1624 (gdb_reload): Add inferior_args argument.
1625 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1626 pass it to gdbserver_run.
1627 * boards/native-gdbserver.exp: Do not set noargs.
1628 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1629 inferior_args argument.
1630 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1631 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1632 * gdb.base/args.exp: Likewise.
1633
42cf1844
TV
16342020-05-25 Tom de Vries <tdevries@suse.de>
1635
1636 * lib/gdb.exp (exec_is_pie): Add comment.
1637
8f7d38ef
TV
16382020-05-25 Tom de Vries <tdevries@suse.de>
1639
1640 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1641 instead of $binfile in the untested message.
1642
465e1b0f
TV
16432020-05-25 Tom de Vries <tdevries@suse.de>
1644
1645 PR testsuite/26031
1646 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1647
3c5a0e02
TV
16482020-05-25 Tom de Vries <tdevries@suse.de>
1649
1650 * boards/gold.exp: New file.
1651
0a4f5f8c
TT
16522020-05-23 Tom Tromey <tom@tromey.com>
1653
1654 * gdb.base/style.exp: Remove completion styling test.
1655 * lib/gdb-utils.exp (style): Remove completion styles.
1656
eca1f90c
TT
16572020-05-23 Tom Tromey <tom@tromey.com>
1658
1659 * gdb.base/style.exp: Add completion styling test.
1660 * lib/gdb-utils.exp (style): Add completion styles.
1661
7c13f4e8
AB
16622020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1663
1664 * gdb.base/annota1.exp: Update expected results.
1665 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1666 test name.
1667 * gdb.cp/annota3.exp: Update expected results.
1668
41977d16
SM
16692020-05-20 Simon Marchi <simon.marchi@efficios.com>
1670
1671 PR gdb/26016
1672 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1673 against MAP_FAILED.
1674 * gdb.base/coremaker.c (mmapdata): Likewise.
1675 * gdb.base/jit-reader-host.c (main): Likewise.
1676 * gdb.base/sym-file-loader.c (load): Likewise.
1677 (load_shlib): Likewise.
1678
b4757f2e
TT
16792020-05-20 Tom Tromey <tromey@adacore.com>
1680
1681 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1682
9a0bacfb
TV
16832020-05-20 Tom de Vries <tdevries@suse.de>
1684
1685 PR symtab/25833
1686 * gdb.base/with-mf-inc.c: New test.
1687 * gdb.base/with-mf-main.c: New test.
1688 * gdb.base/with-mf.exp: New file.
1689
76571211
TT
16902020-05-19 Tom Tromey <tromey@adacore.com>
1691
1692 * gdb.rust/simple.exp: Restore missing test result.
1693
4cd9f3d5
TV
16942020-05-19 Tom de Vries <tdevries@suse.de>
1695
1696 * gdb.base/gdb-caching-proc.exp: Fix typo.
1697
7d874253
TT
16982020-05-19 Tom Tromey <tromey@adacore.com>
1699
1700 * gdb.rust/simple.exp: Add some test descriptions.
1701 (test_one_slice): Use with_test_prefix.
1702
1d727695
TV
17032020-05-18 Tom de Vries <tdevries@suse.de>
1704
1705 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1706
7f32a4d5
PA
17072020-05-17 Pedro Alves <palves@redhat.com>
1708
1709 PR gdb/25741
1710 * gdb.base/hw-sw-break-same-address.exp: New file.
1711
7cfd74cf
PA
17122020-05-16 Pedro Alves <palves@redhat.com>
1713
1714 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1715 LAST_LOADED_FILE accordingly.
1716
57b4f16e
PW
17172020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1718
1719 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1720
7c05caf7
PW
17212020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1722
1723 * gdb.base/help.exp: Test apropos and help for commands
1724 having aliases. Fixed comments not starting with an
1725 upper-case letter or not finishing with a dot.
1726
7aa1b46f
PW
17272020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1728
3b3aaacb
PW
1729 * gdb.base/alias.exp: Update help output check.
1730
57b4f16e 17312020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 1732
7aa1b46f
PW
1733 * gdb.base/default.exp: Update output following fixes.
1734
0605465f
PW
17352020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1736
1737 * gdb.base/alias.exp: Test aliases starting with a prefix of
1738 another alias.
1739
86e4e63d
GB
17402020-05-15 Gary Benson <gbenson@redhat.com>
1741
1742 * gdb.base/info-os.c (main): Add return statement.
1743 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1744 * gdb.base/large-frame-2.c (func): Likewise.
1745 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1746 * gdb.base/pr10179-b.c (foo2): Likewise.
1747 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1748 * gdb.base/watch-cond.c (func): Likewise.
1749 * gdb.multi/goodbye.c (verylongfun): Likewise.
1750 * gdb.multi/hello.c (commonfun): Likewise.
1751 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1752 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1753 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1754 Likewise.
1755 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1756 * gdb.threads/interrupt-while-step-over.c (child_function):
1757 Likewise.
1758 * gdb.trace/actions-changed.c (end): Likewise.
1759
163df4df
GB
17602020-05-15 Gary Benson <gbenson@redhat.com>
1761
1762 * gdb.opencl/callfuncs.exp: Report when test skipped.
1763 * gdb.opencl/convs_casts.exp: Likewise.
1764 * gdb.opencl/datatypes.exp: Likewise.
1765 * gdb.opencl/operators.exp: Likewise.
1766 * gdb.opencl/vec_comps.exp: Likewise.
1767
6dbc505a
TV
17682020-05-15 Tom de Vries <tdevries@suse.de>
1769
1770 * gdb.base/align.exp.in: Rename to ...
1771 * gdb.base/align.exp.tcl: ... this.
1772 * gdb.base/align-c++.exp: Update.
1773 * gdb.base/align-c.exp: Update.
1774 * gdb.base/all-architectures.exp.in: Rename to ...
1775 * gdb.base/all-architectures.exp: ... this.
1776 * gdb.base/all-architectures-0.exp: Update.
1777 * gdb.base/all-architectures-1.exp: Update.
1778 * gdb.base/all-architectures-2.exp: Update.
1779 * gdb.base/all-architectures-3.exp: Update.
1780 * gdb.base/all-architectures-4.exp: Update.
1781 * gdb.base/all-architectures-5.exp: Update.
1782 * gdb.base/all-architectures-6.exp: Update.
1783 * gdb.base/all-architectures-7.exp: Update.
1784 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1785 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1786 * gdb.base/infcall-nested-structs-c++.exp: Update.
1787 * gdb.base/infcall-nested-structs-c.exp: Update.
1788 * gdb.base/info-types.exp.in: Rename to ...
1789 * gdb.base/info-types.exp.tcl: ... this.
1790 * gdb.base/info-types-c++.exp: Update.
1791 * gdb.base/info-types-c.exp: Update.
1792 * gdb.base/max-depth.exp.in: Rename to ...
1793 * gdb.base/max-depth.exp.tcl: ... this.
1794 * gdb.base/max-depth-c++.exp: Update.
1795 * gdb.base/max-depth-c.exp: Update.
1796 * gdb.cp/cpexprs.exp.in: Rename to ...
1797 * gdb.cp/cpexprs.exp.tcl: ... this.
1798 * gdb.cp/cpexprs-debug-types.exp: Update.
1799 * gdb.cp/cpexprs.exp: Update.
1800 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1801 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1802 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1803 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1804 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1805 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1806 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1807 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1808 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1809 * gdb.dwarf2/clang-debug-names.exp: Update.
1810
d1034d78
AB
18112020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1812
1813 * lib/check-test-names.exp: Remove code that prevents this file
1814 loading when tests are run in parallel.
1815
3c5c3649
PA
18162020-05-15 Pedro Alves <palves@redhat.com>
1817
1818 * gdb.multi/multi-kill.exp (start_inferior): Remove
1819 'testpid' parameter. Refer to namespace variable directly.
1820 (testpid): Declare as namespace variable.
1821
272c36b8
PA
18222020-05-15 Pedro Alves <palves@redhat.com>
1823
1824 * gdb.multi/multi-kill.exp: Wrap in namespace.
1825 (start_inferior): Add TESTPID parameter. Use it instead of the
1826 testpid global.
1827 (top level): Define empty TESTPID array, and pass it down to
1828 start_inferior.
1829
02eba61a
TV
18302020-05-14 Tom de Vries <tdevries@suse.de>
1831
1832 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1833 output.
1834
971a3747
TV
18352020-05-14 Tom de Vries <tdevries@suse.de>
1836
1837 * gdb.base/align.exp: Split into ...
1838 * gdb.base/align.exp.in: ...
1839 * gdb.base/align-c++.exp: ...
1840 * gdb.base/align-c.exp: ... these.
1841 * gdb.base/infcall-nested-structs.exp: Split into ...
1842 * gdb.base/infcall-nested-structs.exp.in: ...
1843 * gdb.base/infcall-nested-structs-c++.exp: ...
1844 * gdb.base/infcall-nested-structs-c.exp: ... these.
1845 * gdb.base/info-types.exp: Split into ...
1846 * gdb.base/info-types.exp.in: ...
1847 * gdb.base/info-types-c++.exp: ...
1848 * gdb.base/info-types-c.exp: ... these.
1849 * gdb.base/max-depth.exp: Split into ...
1850 * gdb.base/max-depth.exp.in: ...
1851 * gdb.base/max-depth-c++.exp: ...
1852 * gdb.base/max-depth-c.exp: ... these.
1853 * gdb.cp/infcall-nodebug.exp: Split into ...
1854 * gdb.cp/infcall-nodebug.exp.in: ...
1855 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1856 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1857 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1858 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1859
a05575d3
TBA
18602020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1861 Pedro Alves <palves@redhat.com>
1862
1863 * gdb.multi/multi-exit.c: New file.
1864 * gdb.multi/multi-exit.exp: New file.
1865 * gdb.multi/multi-kill.c: New file.
1866 * gdb.multi/multi-kill.exp: New file.
1867
6ad82919
TBA
18682020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1869
1870 * gdb.base/annota1.exp: Update the expected output.
1871 * gdb.cp/annota2.exp: Ditto.
1872
843f4d93
AB
18732020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1874
1875 * lib/check-test-names.exp: Disable when testing is being run in
1876 parallel.
1877
c7c66341
TV
18782020-05-12 Tom de Vries <tdevries@suse.de>
1879
1880 * gdb.base/jit-elf.exp: Fix string concat.
1881
1b59ca1c
TV
18822020-05-12 Tom de Vries <tdevries@suse.de>
1883
1884 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1885 messages.
1886
b4991d29
TV
18872020-05-12 Tom de Vries <tdevries@suse.de>
1888
1889 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1890
dbb0ab10
TV
18912020-05-12 Tom de Vries <tdevries@suse.de>
1892
1893 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1894 * gdb.ada/mi_catch_ex.exp: Same.
1895 * gdb.ada/mi_catch_ex_hand.exp: Same.
1896
7549fed8
TV
18972020-05-12 Tom de Vries <tdevries@suse.de>
1898
1899 * gdb.fortran/complex.exp: Use with_test_prefix.
1900
af2d5cd8
TV
19012020-05-12 Tom de Vries <tdevries@suse.de>
1902
1903 * gdb.trace/passcount.exp: Fix test-names.
1904
7c121311
TV
19052020-05-12 Tom de Vries <tdevries@suse.de>
1906
1907 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1908
c9f3b40e
TV
19092020-05-12 Tom de Vries <tdevries@suse.de>
1910
1911 * gdb.gdb/complaints.exp: Use with_test_prefix.
1912 * gdb.xml/tdesc-regs.exp: Same.
1913 * gdb.opt/inline-locals.exp: Fix test name.
1914
111b33f0
TV
19152020-05-12 Tom de Vries <tdevries@suse.de>
1916
1917 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1918 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1919 * gdb.dwarf2/implref-struct.exp: Same.
1920 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1921 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1922
ebf47080
SM
19232020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1924
1925 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1926
d30dcd12
AB
19272020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1928
1929 * lib/check-test-names.exp (all_test_names): New module variable.
1930 (counts): Add 'duplicates' field.
1931 (_check_duplicates): New procedure.
1932 (check): Also check for duplicates.
1933 (do_log_summary): Print duplicates count.
1934 (do_reset_vars): Reset counter for duplicate test names, and
1935 discard all know test names.
1936
34584c09
AB
19372020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1938
1939 * lib/gdb.exp: Include check-test-names.exp library.
1940 * lib/check-test-names.exp: New file.
1941
e0002117
TV
19422020-05-11 Tom de Vries <tdevries@suse.de>
1943
1944 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1945
53f539a3
KS
19462020-05-11 Keith Seitz <keiths@redhat.com>
1947
1948 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1949
113ee09a
TV
19502020-05-11 Tom de Vries <tdevries@suse.de>
1951
1952 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1953 * gdb.cp/cpexprs.exp.in: .. here.
1954 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1955 cpexprs.exp.
1956
ba3e70b0
KS
19572020-05-11 Keith Seitz <keiths@redhat.com>
1958
1959 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1960 test names.
1961 * gdb.ada/arrayptr.exp: Likewise.
1962 * gdb.ada/assign_arr.exp: Likewise.
1963 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1964 * gdb.ada/bp_on_var.exp: Likewise.
1965 * gdb.ada/call_pn.exp: Likewise.
1966 * gdb.ada/complete.exp: Likewise.
1967 * gdb.ada/fun_overload_menu.exp: Likewise.
1968 * gdb.ada/funcall_param.exp: Likewise.
1969 * gdb.ada/funcall_ref.exp: Likewise.
1970 * gdb.ada/packed_array_assign.exp: Likewise.
1971 * gdb.ada/same_component_name.exp: Likewise.
1972 * gdb.ada/type_coercion.exp: Likewise.
1973 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1974 * gdb.ada/variant_record_packed_array.exp: Likewise.
1975
3ee6bb11
TV
19762020-05-11 Tom de Vries <tdevries@suse.de>
1977
1978 PR symtab/25941
1979 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1980 out of ...
1981 * gdb.dwarf2/clang-debug-names.exp: ... here.
1982 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1983 clang-debug-names.exp.in.
1984 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1985 * gdb.dwarf2/clang-debug-names-2.c: New test.
1986
86cd6bc8
AKS
19872020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1988
1989 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1990 (fortran_runto_main): New Proc, fortran version of runto_main.
1991 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1992 * gdb.fortran/array-bounds.exp: Likewise.
1993 * gdb.fortran/array-slices.exp: Likewise.
1994 * gdb.fortran/block-data.exp: Likewise.
1995 * gdb.fortran/charset.exp: Likewise.
1996 * gdb.fortran/common-block.exp: Likewise.
1997 * gdb.fortran/complex.exp: Likewise.
1998 * gdb.fortran/derived-type-function.exp: Likewise.
1999 * gdb.fortran/derived-type.exp: Likewise.
2000 * gdb.fortran/info-modules.exp: Likewise.
2001 * gdb.fortran/info-types.exp: Likewise.
2002 * gdb.fortran/intrinsics.exp: Likewise.
2003 * gdb.fortran/library-module.exp: Likewise.
2004 * gdb.fortran/logical.exp: Likewise.
2005 * gdb.fortran/max-depth.exp: Likewise.
2006 * gdb.fortran/module.exp: Likewise.
2007 * gdb.fortran/multi-dim.exp: Likewise.
2008 * gdb.fortran/nested-funcs.exp: Likewise.
2009 * gdb.fortran/print-formatted.exp: Likewise.
2010 * gdb.fortran/print_type.exp: Likewise.
2011 * gdb.fortran/printing-types.exp: Likewise.
2012 * gdb.fortran/ptr-indentation.exp: Likewise.
2013 * gdb.fortran/ptype-on-functions.exp: Likewise.
2014 * gdb.fortran/subarray.exp: Likewise.
2015 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2016 * gdb.fortran/vla-datatypes.exp: Likewise.
2017 * gdb.fortran/vla-history.exp: Likewise.
2018 * gdb.fortran/vla-ptr-info.exp: Likewise.
2019 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2020 * gdb.fortran/vla-ptype.exp: Likewise.
2021 * gdb.fortran/vla-sizeof.exp: Likewise.
2022 * gdb.fortran/vla-type.exp: Likewise.
2023 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2024 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2025 * gdb.fortran/vla-value-sub.exp: Likewise.
2026 * gdb.fortran/vla-value.exp: Likewise.
2027 * gdb.fortran/whatis_type.exp: Likewise.
2028 * gdb.mi/mi-var-child-f.exp: Likewise.
2029
6dc55ce9 20302020-05-09 Tom de Vries <tdevries@suse.de>
2031
2032 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
2033
283cb58c
TV
20342020-05-08 Tom de Vries <tdevries@suse.de>
2035
2036 * gdb.dwarf2/clang-debug-names.c: New test.
2037 * gdb.dwarf2/clang-debug-names.exp: New file.
2038
ac4a4f1c
SM
20392020-05-06 Simon Marchi <simon.marchi@efficios.com>
2040
2041 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
2042 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
2043
24fe640b
TV
20442020-05-06 Tom de Vries <tdevries@suse.de>
2045
2046 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
2047 breakpoint is at a "recommended breakpoint location".
2048 * gdb.reverse/consecutive-reverse.exp: Same.
2049
0d8683a3
TV
20502020-05-06 Tom de Vries <tdevries@suse.de>
2051
2052 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
2053 address.
2054
b8983c46
TV
20552020-05-06 Tom de Vries <tdevries@suse.de>
2056
2057 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
2058
abf6d805
TV
20592020-05-06 Tom de Vries <tdevries@suse.de>
2060
2061 * gdb.base/store.exp (check_set, up_set): Allowing missing location
2062 info for r.
2063
0fc2a808
TV
20642020-05-06 Tom de Vries <tdevries@suse.de>
2065
2066 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
2067 necessary.
2068
873dd427
TV
20692020-05-06 Tom de Vries <tdevries@suse.de>
2070
2071 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
2072 void.
2073
7c99e7e2
TV
20742020-05-06 Tom de Vries <tdevries@suse.de>
2075
2076 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
2077 of ...
2078 * gdb.base/async.exp: ... here.
2079 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
2080 "recommended breakpoint location".
2081
6173d6a6
TV
20822020-05-06 Tom de Vries <tdevries@suse.de>
2083
2084 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
2085
6015a067
TV
20862020-05-04 Tom de Vries <tdevries@suse.de>
2087
2088 * gdb.base/async.exp: Check whether instruction addresses are a
2089 "recommended breakpoint location".
2090
3b6acaee
TT
20912020-05-03 Tom Tromey <tom@tromey.com>
2092
2093 * gdb.base/sepdebug.exp: Remove "catch" test.
2094 * gdb.base/break.exp: Remove "catch" test.
2095 * gdb.base/default.exp: Update expected output.
2096
5beb4d17
TV
20972020-05-02 Tom de Vries <tdevries@suse.de>
2098
2099 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2100 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2101 * gdb.arch/i386-mpx-map.exp: Same.
2102 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2103 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2104 * gdb.arch/i386-mpx.exp: Same.
2105
8caf140d
TV
21062020-05-02 Tom de Vries <tdevries@suse.de>
2107
2108 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2109
693196cb
TV
21102020-05-01 Tom de Vries <tdevries@suse.de>
2111
2112 * gdb.ada/operator_bp.exp: Allow more than required amount of
2113 breakpoint.
2114
53ae0aa9
TV
21152020-05-01 Tom de Vries <tdevries@suse.de>
2116
2117 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2118
ee9d1e5f
HD
21192020-04-30 Hannes Domani <ssbssa@yahoo.de>
2120
2121 PR gdb/18706
2122 * gdb.cp/stub-array-size.cc: New test.
2123 * gdb.cp/stub-array-size.exp: New file.
2124 * gdb.cp/stub-array-size.h: New test.
2125 * gdb.cp/stub-array-size2.cc: New test.
2126
d5cf82c0
HD
21272020-04-30 Hannes Domani <ssbssa@yahoo.de>
2128
2129 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2130 output to the new format.
2131
42e165c3
SM
21322020-04-29 Simon Marchi <simon.marchi@efficios.com>
2133
2134 * gdb.base/break.exp: Use with_test_prefix.
2135
6e4e3fe1
TV
21362020-04-29 Tom de Vries <tdevries@suse.de>
2137
2138 * lib/gdb.exp (debug_types): New proc.
2139 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2140 * gdb.python/py-symtab.exp: Same.
2141
d642b692
HD
21422020-04-29 Hannes Domani <ssbssa@yahoo.de>
2143
2144 PR gdb/17320
2145 * gdb.base/pretty-array.c: New test.
2146 * gdb.base/pretty-array.exp: New file.
2147
ea90f227
TV
21482020-04-29 Tom de Vries <tdevries@suse.de>
2149
2150 PR symtab/25889
2151 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2152 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2153 and include cpexprs.exp.
2154
a65189c9
TV
21552020-04-28 Mark Williams <mark@myosotissp.com>
2156
2157 PR gdb/24480
2158 * dw4-toplevel-types.exp: Test for top level types.
2159 * dw4-toplevel-types.cc: Test for top level types.
2160
32d1f47a
TBA
21612020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2162
2163 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2164 (theads -> threads).
2165
56a4f5a1
TV
21662020-04-28 Tom de Vries <tdevries@suse.de>
2167
2168 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2169
0b2f8a3b
TV
21702020-04-28 Tom de Vries <tdevries@suse.de>
2171
2172 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2173
5390c717
TV
21742020-04-28 Tom de Vries <tdevries@suse.de>
2175
2176 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2177
15cd93d0
TV
21782020-04-28 Tom de Vries <tdevries@suse.de>
2179
2180 * gdb.dwarf2/main-foo.c: New test.
2181 * gdb.dwarf2/struct-with-sig.exp: New file.
2182
d472f0fb
TV
21832020-04-25 Tom de Vries <tdevries@suse.de>
2184
2185 * boards/debug-types.exp: New file.
2186
8d840e05
AB
21872020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2188
2189 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2190
bcfe6157
TT
21912020-04-24 Tom Tromey <tom@tromey.com>
2192
2193 PR symtab/12707:
2194 * gdb.python/py-symbol.exp: Update expected results for
2195 linkage_name test.
2196 * gdb.cp/print-demangle.exp: New file.
2197 * gdb.base/c-linkage-name.exp: Fix test.
2198 * gdb.guile/scm-symbol.exp: Update expected results for
2199 linkage_name test.
2200
f049a313
TT
22012020-04-24 Tom Tromey <tom@tromey.com>
2202
2203 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2204 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2205 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2206 assembler.
2207
7cf28874
TV
22082020-04-24 Tom de Vries <tdevries@suse.de>
2209
2210 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2211 C++.
2212
dac2fef7
TT
22132020-04-24 Tom Tromey <tromey@adacore.com>
2214
2215 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2216 values.
2217 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2218 values. Update test for minimal encodings.
2219 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2220 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2221 values. Update test for minimal encodings.
2222
1acda803
TT
22232020-04-24 Tom Tromey <tromey@adacore.com>
2224
2225 PR python/23662:
2226 * gdb.ada/variant.exp: Add Python checks.
2227 * gdb.rust/simple.exp: Add dynamic type checks.
2228
adfb9815
TT
22292020-04-24 Tom Tromey <tromey@adacore.com>
2230
2231 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2232 Make array type matching more lax.
2233 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2234 * gdb.ada/mi_variant.exp: New file.
2235 * gdb.ada/mi_variant/pck.ads: New file.
2236 * gdb.ada/mi_variant/pkg.adb: New file.
2237 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2238 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2239
7d79de9a
TT
22402020-04-24 Tom Tromey <tromey@adacore.com>
2241
2242 * gdb.ada/variant.exp: Add dynamic field offset tests.
2243 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2244 * gdb.ada/variant/pkg.adb: Add new variables.
2245
f8e89861
TT
22462020-04-24 Tom Tromey <tromey@adacore.com>
2247
2248 * gdb.ada/variant.exp: New file
2249 * gdb.ada/variant/pkg.adb: New file
2250 * gdb.ada/variant/pck.adb: New file
2251
86e887ae
TV
22522020-04-24 Tom de Vries <tdevries@suse.de>
2253
2254 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2255
88428775
TV
22562020-04-24 Tom de Vries <tdevries@suse.de>
2257
2258 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2259 flags.
2260
4e86f6e7
TV
22612020-04-24 Tom de Vries <tdevries@suse.de>
2262
2263 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2264
2016d3e6
TV
22652020-04-24 Tom de Vries <tdevries@suse.de>
2266
2267 * lib/gdb.exp (default_gdb_start): Handle eof.
2268 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2269 failure.
2270 * gdb.base/readnever.exp: Handle clean_restart failure.
2271
70bc38f5
TV
22722020-04-23 Tom de Vries <tdevries@suse.de>
2273
2274 * gdb.base/decl-before-def.exp: Run to main and print a again.
2275
de82891c
TV
22762020-04-23 Tom de Vries <tdevries@suse.de>
2277
2278 * gdb.base/decl-before-def-decl.c: New test.
2279 * gdb.base/decl-before-def-def.c: New test.
2280 * gdb.base/decl-before-def.exp: New file.
2281
96038148
TV
22822020-04-23 Tom de Vries <tdevries@suse.de>
2283
2284 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2285
54ac3df1
TV
22862020-04-22 Tom de Vries <tdevries@suse.de>
2287
2288 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2289 debug_info_offset.
2290 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2291 before $objsfile in the line line.
2292
714534e1
TV
22932020-04-22 Tom de Vries <tdevries@suse.de>
2294
2295 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2296
16a7dbf4
MS
22972020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2298
2299 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2300 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2301 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2302 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2303 * gdb.base/jit-protocol.h: Update definitions to match all usage
2304 contexts.
2305
23062020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2307
2308 * gdb.base: Rename all jit related test and source files.
2309
23102020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2311
2312 * gdb.base/jit-reader.exp: Relax register output check.
2313
317d2668
TV
23142020-04-22 Tom de Vries <tdevries@suse.de>
2315
2316 PR symtab/25764
2317 * gdb.base/psym-external-decl-2.c: New test.
2318 * gdb.base/psym-external-decl.c: New test.
2319 * gdb.base/psym-external-decl.exp: New file.
2320 * gdb.threads/tls.exp: Add PR25807 kfail.
2321
eea9e357
TV
23222020-04-22 Tom de Vries <tdevries@suse.de>
2323
2324 PR symtab/25801
2325 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2326 in "info source" output.
2327
3d5afab3
TV
23282020-04-22 Tom de Vries <tdevries@suse.de>
2329
2330 PR symtab/25700
2331 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2332 symtab for imported_unit.c.
2333
b32102f6
GB
23342020-04-21 Gary Benson <gbenson@redhat.com>
2335
2336 * gdb.base/advance.c (func): New argument, to match call site.
2337 (func2, func3): Add return statements.
2338
d43b7a2d
TBA
23392020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2340
2341 * gdb.multi/run-only-second-inf.c: New file.
2342 * gdb.multi/run-only-second-inf.exp: New file.
2343
d89edf9b
MM
23442020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2345
2346 * gdb.btrace/multi-inferior.c: New test.
2347 * gdb.btrace/multi-inferior.exp: New file.
2348
1a476b6d
MM
23492020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2350
2351 * gdb.btrace/enable-new-thread.c: New test.
2352 * gdb.btrace/enable-new-thread.exp: New file.
2353
4778a5f8
TV
23542020-04-21 Tom de Vries <tdevries@suse.de>
2355
2356 PR gdb/25471
2357 * gdb.threads/killed-outside.c: New test.
2358 * gdb.threads/killed-outside.exp: New file.
2359
9b2c992c
GB
23602020-04-20 Gary Benson <gbenson@redhat.com>
2361
2362 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2363 * gdb.base/nested-subp2.exp: Likewise.
2364 * gdb.base/nested-subp3.exp: Likewise.
2365
b5d1d6f7
GB
23662020-04-20 Gary Benson <gbenson@redhat.com>
2367
2368 * gdb.base/nested-subp1.exp: Disable test when using clang.
2369 * gdb.base/nested-subp2.exp: Likewise.
2370 * gdb.base/nested-subp3.exp: Likewise.
2371
25230285
GB
23722020-04-20 Gary Benson <gbenson@redhat.com>
2373
2374 * gdb.cp/exception.cc: Fix compilation error with clang.
2375
fa93cc8f
GB
23762020-04-20 Gary Benson <gbenson@redhat.com>
2377
809730f3 2378 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 2379
e0c45f30
GB
23802020-04-20 Gary Benson <gbenson@redhat.com>
2381
2382 * gdb.base/jit-main.c: Fix compilation error with clang.
2383
4ddfec93
KR
23842020-04-17 Kamil Rytarowski <n54@gmx.com>
2385
2386 * gdb.base/attach-twice.c: Include "sys/types.h".
2387 (PTRACE_ATTACH): Add fallback definition.
2388 (main): Pass `0' to the 4th argument of `ptrace'.
2389
2bed205e
KR
23902020-04-17 Kamil Rytarowski <n54@gmx.com>
2391
2392 * gdb.base/fork-running-state.c: Include "signal.h".
2393
0743fc83
TT
23942020-04-17 Tom Tromey <tromey@adacore.com>
2395
2396 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2397 Update tests.
2398 * gdb.btrace/cpu.exp: Update tests.
2399 * gdb.base/maint.exp: Update tests.
2400 * gdb.base/default.exp: Update tests.
2401 * gdb.base/completion.exp: Update tests.
2402
efba5c23
TV
24032020-04-16 Tom de Vries <tdevries@suse.de>
2404
2405 PR symtab/25791
2406 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2407 (ensure_gdb_index): and factor out and move ...
2408 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2409 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2410
d191d716
TV
24112020-04-16 Tom de Vries <tdevries@suse.de>
2412
2413 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2414 loading exec.
2415
99f1bc6a
AB
24162020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2417
2418 * gdb.base/many-completions.exp: New file.
2419
194d088f
TV
24202020-04-14 Tom de Vries <tdevries@suse.de>
2421
2422 PR symtab/25718
2423 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2424
c1a66c06
TV
24252020-04-14 Tom de Vries <tdevries@suse.de>
2426
2427 PR symtab/25720
2428 * gdb.base/maint-expand-symbols-header-file.c: New test.
2429 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2430 * gdb.base/maint-expand-symbols-header-file.h: New test.
2431
21b0982c
AB
24322020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2433
2434 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2435 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2436 get_func_info.
2437 (get_func_info): Delete.
2438 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2439 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2440 * lib/dwarf.exp (get_func_info): New function.
2441
dd1cab06
TV
24422020-04-13 Tom de Vries <tdevries@suse.de>
2443
2444 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2445 to what find_gnatmake does.
2446
71ea2b6b
TV
24472020-04-10 Tom de Vries <tdevries@suse.de>
2448
2449 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2450 -readnow.
2451
bdfc1e8a
TV
24522020-04-10 Tom de Vries <tdevries@suse.de>
2453
2454 PR cli/25808
2455 * gdb.base/style.c: Add leading newlines.
2456 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2457 Check listing of main's one-line body.
2458
14ca8ecf
TV
24592020-04-08 Tom de Vries <tdevries@suse.de>
2460
2461 * lib/gdb.exp (psymtabs_p): New proc.
2462 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2463 importing unit" unsupported if there are no partial symbols.
2464
e21d048f
TV
24652020-04-08 Tom de Vries <tdevries@suse.de>
2466
2467 PR testsuite/25760
2468 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2469
25c11aca
TV
24702020-04-07 Tom de Vries <tdevries@suse.de>
2471
2472 PR symtab/25796
2473 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2474
5707e24b
TV
24752020-04-07 Tom de Vries <tdevries@suse.de>
2476
2477 * gdb.base/check-psymtab.c: New test.
2478 * gdb.base/check-psymtab.exp: New file.
2479
6ee448cc
TT
24802020-04-06 Tom Tromey <tromey@adacore.com>
2481
2482 * gdb.ada/variant-record/proc.adb: New file.
2483 * gdb.ada/variant-record/value.adb: New file.
2484 * gdb.ada/variant-record/value.s: New file.
2485 * gdb.ada/variant-record.exp: New file.
2486
9e7c9a03
HD
24872020-04-03 Hannes Domani <ssbssa@yahoo.de>
2488
2489 PR gdb/25325
2490 * gdb.cp/typed-enum.cc: New test.
2491 * gdb.cp/typed-enum.exp: New file.
2492
c90d28ac
AB
24932020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2494
2495 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2496 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2497 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2498 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2499 * gdb.opt/inline-small-func.c: New file.
2500 * gdb.opt/inline-small-func.exp: New file.
2501 * gdb.opt/inline-small-func.h: New file.
2502
34e9a9fa
AB
25032020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2504
2505 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2506 function.
2507
6a354911
AB
25082020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2509
2510 * lib/dwarf.exp (function_range): Allow compiler options to be
2511 specified.
2512
880d9777
TV
25132020-04-02 Tom de Vries <tdevries@suse.de>
2514
2515 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2516 __attribute__((always_inline)).
2517 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2518
f32682ea
TV
25192020-04-02 Tom de Vries <tdevries@suse.de>
2520
2521 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2522 (gdbserver_gdb_exit): ... here. Add timeout warning.
2523 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2524 (connect_target_extended_remote): Append new server_spawn_id to
2525 server_spawn_ids.
2526 (cleanup): New proc.
2527 (setup, <toplevel>): Call cleanup.
2528
d3214198
TV
25292020-04-02 Tom de Vries <tdevries@suse.de>
2530
2531 * gdb.base/main-psymtab.exp: New file.
2532
cc77ed24
TV
25332020-04-02 Tom de Vries <tdevries@suse.de>
2534
2535 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2536
3638a098
TT
25372020-04-01 Tom Tromey <tom@tromey.com>
2538
2539 * gdb.base/complex-parts.exp: Add type tests.
2540
c34e8714
TT
25412020-04-01 Tom Tromey <tom@tromey.com>
2542
2543 * gdb.base/complex-parts.exp: Add arithmetic tests.
2544
981c08ce
TT
25452020-04-01 Tom Tromey <tom@tromey.com>
2546
2547 * gdb.compile/compile.exp: Update.
2548 * gdb.compile/compile-cplus.exp: Update.
2549 * gdb.base/varargs.exp: Update.
2550 * gdb.base/floatn.exp: Update.
2551 * gdb.base/endianity.exp: Update.
2552 * gdb.base/callfuncs.exp (do_function_calls): Update.
2553 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2554 (complex_float_integral_args): Update.
2555 * gdb.base/complex.exp: Update.
2556 * gdb.base/complex-parts.exp: Update.
2557
3d1cfd43
TT
25582020-04-01 Tom Tromey <tromey@adacore.com>
2559
2560 * gdb.rust/union.rs: New file.
2561 * gdb.rust/union.exp: New file.
2562 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2563 (main): Update.
2564 * gdb.rust/simple.exp: Move union tests to union.exp.
2565
e033dfa9
TT
25662020-04-01 Tom Tromey <tromey@adacore.com>
2567
2568 * gdb.rust/simple.rs (main): Remove "y0".
2569
53cccef1
TBA
25702020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2571
2572 * gdb.multi/stop-all-on-exit.c: New test.
2573 * gdb.multi/stop-all-on-exit.exp: New file.
2574
60e22c1e
HD
25752020-04-01 Hannes Domani <ssbssa@yahoo.de>
2576
2577 PR gdb/24789
2578 * gdb.cp/misc.cc: Add integer reference variable.
2579 * gdb.cp/misc.exp: Add test.
2580
e139a727
TBA
25812020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2582
2583 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2584 scenario to cover execution until the end and also the case
2585
16b0db75
TV
25862020-03-31 Tom de Vries <tdevries@suse.de>
2587
2588 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2589 c. Use "maint info symtabs" to check symtab expansion.
2590
c0502da6
TV
25912020-03-30 Tom de Vries <tdevries@suse.de>
2592
2593 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2594 unsupported.
2595 (verify_psymtab_expanded): Move ...
2596 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2597 test.
2598 (readnow): New proc.
2599
5935fd15
AB
26002020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2601
2602 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2603 with $hex.
2604
1773be9e
TT
26052020-03-20 Tom Tromey <tromey@adacore.com>
2606
2607 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2608
70304be9
TT
26092020-03-20 Tom Tromey <tromey@adacore.com>
2610
2611 * gdb.ada/sub_variant/subv.adb: New file.
2612 * gdb.ada/sub_variant.exp: New file.
2613
0dd7b8f7
TV
26142020-03-20 Tom de Vries <tdevries@suse.de>
2615
2616 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2617 first break fails.
2618 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2619
cada5fc9
AB
26202020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * gdb.server/exit-multiple-threads.c: New file.
2623 * gdb.server/exit-multiple-threads.exp: New file.
2624
6b8c53f2
AB
26252020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2626
2627 * gdb.fortran/mixed-lang-stack.c: New file.
2628 * gdb.fortran/mixed-lang-stack.cpp: New file.
2629 * gdb.fortran/mixed-lang-stack.exp: New file.
2630 * gdb.fortran/mixed-lang-stack.f90: New file.
2631
19a2740f
AB
26322020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2633
2634 * gdb.linespec/cp-completion-aliases.cc: New file.
2635 * gdb.linespec/cp-completion-aliases.exp: New file.
2636
d8c8b848
TV
26372020-03-19 Tom de Vries <tdevries@suse.de>
2638
2639 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2640 more precise.
2641
a9933ccf
TV
26422020-03-18 Tom de Vries <tdevries@suse.de>
2643
2644 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2645 * gdb.dwarf2/break-inline-psymtab.c: New test.
2646 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2647
2f89101f
TV
26482020-03-16 Tom de Vries <tdevries@suse.de>
2649
2650 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2651 cache_verify and cache_verify_proc.
2652
6b9374f1
TV
26532020-03-15 Tom de Vries <tdevries@suse.de>
2654
2655 * gdb.server/solib-list.exp: Handle
2656 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2657
eaeaf44c
TV
26582020-03-15 Tom de Vries <tdevries@suse.de>
2659
2660 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2661 objfiles".
2662
3293bbaf
TT
26632020-03-14 Tom Tromey <tom@tromey.com>
2664
2665 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2666
ab44624c
TV
26672020-03-14 Tom de Vries <tdevries@suse.de>
2668
2669 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2670
54c43825
TV
26712020-03-14 Tom de Vries <tdevries@suse.de>
2672
2673 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2674 result in line-by-line fashion.
2675
2ac70237
TV
26762020-03-14 Tom de Vries <tdevries@suse.de>
2677
2678 * lib/gdb.exp (supports_statement_frontiers): New proc.
2679 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2680
09546b56
TV
26812020-03-14 Tom de Vries <tdevries@suse.de>
2682
2683 * gdb.base/printcmds.exp: Add missing quoting for "print
2684 teststring2".
2685
a1f6a07c
TT
26862020-03-13 Tom Tromey <tom@tromey.com>
2687
2688 * gdb.base/printcmds.exp (test_print_strings): Add regression
2689 test.
2690 * gdb.base/printcmds.c (charptr): New typedef.
2691 (teststring2): New global.
2692
1b83d09c
AB
26932020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2694
2695 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2696 full path in the test name.
2697 (test_ld): Add some with_test_prefix blocks to make test names
2698 unique.
2699
2d61316c
TV
27002020-03-13 Tom de Vries <tdevries@suse.de>
2701
2702 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2703
2e9145ac
TV
27042020-03-13 Tom de Vries <tdevries@suse.de>
2705
2706 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2707
96c7f873
TV
27082020-03-13 Tom de Vries <tdevries@suse.de>
2709
2710 PR symtab/25646
2711 * gdb.dwarf2/imported-unit.exp: Add test.
2712
49ba92c0
TV
27132020-03-13 Tom de Vries <tdevries@suse.de>
2714
2715 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2716 (var1, var2): New variable.
2717 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2718 matching symbols.
2719
301b21e0
TV
27202020-03-13 Tom de Vries <tdevries@suse.de>
2721
2722 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2723 (Term::command): Use prompt prefix.
2724 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2725 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2726 command_no_prompt_prefix instead of prefix.
2727 * gdb.tui/tui-layout-asm.exp: Same.
2728
3f512721
SM
27292020-03-12 Simon Marchi <simon.marchi@efficios.com>
2730
2731 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2732
40310f30
SM
27332020-03-12 Simon Marchi <simon.marchi@efficios.com>
2734
2735 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2736 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2737 on" while stepping over the test instruction, match printed
2738 message.
2739
09252140
TV
27402020-03-12 Tom de Vries <tdevries@suse.de>
2741
2742 * gdb.base/info-types.exp: Use exp_continue during matching of output
2743 of "info types".
2744
14e9c72c
TV
27452020-03-12 Tom de Vries <tdevries@suse.de>
2746
2747 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2748
e515d67e
TV
27492020-03-12 Tom de Vries <tdevries@suse.de>
2750
2751 * gdb.fortran/module.exp: Use exp_continue during matching of output
2752 of "info variable -n".
2753
307eafd8
TV
27542020-03-12 Tom de Vries <tdevries@suse.de>
2755
2756 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2757 gdb.dwarf2/dw2-ranges-base.c.
2758
9a2de3fc
TV
27592020-03-12 Tom de Vries <tdevries@suse.de>
2760
2761 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2762 in presence of GLIBC debuginfo.
2763
3217502e
TV
27642020-03-12 Tom de Vries <tdevries@suse.de>
2765
2766 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2767 $core.
2768
1281424c
TV
27692020-03-12 Tom de Vries <tdevries@suse.de>
2770
2771 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2772 more precise.
2773
038b97fc
SM
27742020-03-11 Simon Marchi <simon.marchi@efficios.com>
2775
2776 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2777 from Unix to Windows path.
2778
5308d1e7
TV
27792020-03-11 Tom de Vries <tdevries@suse.de>
2780
2781 * gdb.ada/minsyms.exp: Set language to ada.
2782
f870f78f
TV
27832020-03-11 Tom de Vries <tdevries@suse.de>
2784
2785 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2786
5a13315d
TV
27872020-03-11 Tom de Vries <tdevries@suse.de>
2788
2789 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2790
976862ed
TT
27912020-03-11 Tom Tromey <tromey@adacore.com>
2792
2793 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2794
7462c383
TV
27952020-03-11 Tom de Vries <tdevries@suse.de>
2796
2797 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2798
1c6c46a0
TV
27992020-03-11 Tom de Vries <tdevries@suse.de>
2800
2801 * gdb.base/break-interp.exp: Limit verbose scope.
2802
44f41bb7
TV
28032020-03-11 Tom de Vries <tdevries@suse.de>
2804
2805 * gdb.fortran/logical.f90: Define variable with character type.
2806 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2807
b76f3a42
TV
28082020-03-11 Tom de Vries <tdevries@suse.de>
2809
2810 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2811
1c33af77
TV
28122020-03-11 Tom de Vries <tdevries@suse.de>
2813
2814 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2815 symtabs.
2816
8c95582d
AB
28172020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2818 Bernd Edlinger <bernd.edlinger@hotmail.de>
2819
2820 * gdb.cp/step-and-next-inline.cc: New file.
2821 * gdb.cp/step-and-next-inline.exp: New file.
2822 * gdb.cp/step-and-next-inline.h: New file.
2823 * gdb.dwarf2/dw2-is-stmt.c: New file.
2824 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2825 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2826 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2827 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2828
cecf8547
AB
28292020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2830
2831 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2832 is-stmt flag in the line table.
2833
0ba678c9
TV
28342020-03-09 Tom de Vries <tdevries@suse.de>
2835
2836 * lib/gdb.exp (cached_file): Create cache dir.
2837
72fbdf83
TV
28382020-03-07 Tom de Vries <tdevries@suse.de>
2839
2840 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2841 * gdb.cp/rvalue-ref-params.exp: Same.
2842
436b5e99
TV
28432020-03-06 Tom de Vries <tdevries@suse.de>
2844
2845 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2846 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2847
09f2921c
TV
28482020-03-06 Tom de Vries <tdevries@suse.de>
2849
2850 * README: Fix "the the".
2851 * gdb.base/dprintf.exp: Same.
2852
50a3cc5d
TV
28532020-03-05 Tom de Vries <tdevries@suse.de>
2854
2855 * gdb.base/maint.exp: Update "main print statistics" expected output.
2856
0a709cba
AKS
28572020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2858
2859 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2860 (fortran_int8): Likewise.
2861 (fortran_real4): Likewise.
2862 (fortran_real8): Likewise.
2863 (fortran_complex4): Likewise.
2864 (fortran_logical4): Likewise.
2865 (fortran_character1): Likewise.
2866
5e5d66b6
AB
28672020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2868
2869 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2870 printed as true.
2871
7b973adc
SDJ
28722020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2873
2874 * gdb.base/printcmds.exp: Add test to verify printf of a
2875 variable holding an address.
2876
478e490a
TV
28772020-03-03 Tom de Vries <tdevries@suse.de>
2878
2879 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2880
1ef44e86
TV
28812020-03-03 Tom de Vries <tdevries@suse.de>
2882
2883 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2884 gdb_test_multiple call.
2885
b98cc2cf
TV
28862020-03-03 Tom de Vries <tdevries@suse.de>
2887
2888 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2889 gdb_test_multiple calls.
2890
63e163f2
AB
28912020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2892
2893 * gdb.base/default.exp: Remove test of 'set history filename'.
2894 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2895 filename to the empty string.
2896 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2897 and GDBHISTSIZE.
2898
24ed6739
AB
28992020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2900
2901 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2902 disabled.
2903
590003dc 29042020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 2905 Tom de Vries <tdevries@suse.de>
590003dc
TV
2906
2907 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2908 -prompt prefix, before user_code argument. Add -lbl option likewise.
2909 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2910 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2911 argument.
2912 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2913 have "\r\n" at start-of-line, instead of at end-of-line.
2914
f5e46084
SM
29152020-02-28 Simon Marchi <simon.marchi@efficios.com>
2916
2917 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2918 libinproctrace.so.
2919
f7a7000d
LM
29202020-02-28 Luis Machado <luis.machado@linaro.org>
2921
2922 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2923 to "p/x".
2924
718e0816
LM
29252020-02-28 Luis Machado <luis.machado@linaro.org>
2926
2927 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2928 asm/ptrace.h and error.h.
2929
13c3a74a
TV
29302020-02-28 Tom de Vries <tdevries@suse.de>
2931
2932 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2933 (struct wrapper, do_something, mundane/symada__cS): Move ...
2934 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2935 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2936 Update "print symada__cS before partial symtab expansion" regexp.
2937 Update breakpoint location. Flush symbol cache after expansion.
2938
85d2d5bb
LM
29392020-02-28 Luis Machado <luis.machado@linaro.org>
2940
2941 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2942
3608f86c
TV
29432020-02-27 Tom de Vries <tdevries@suse.de>
2944
2945 * config/sid.exp: Remove unused globals.
2946 * gdb.base/attach.exp: Same.
2947 * gdb.base/catch-load.exp: Same.
2948 * gdb.base/dbx.exp: Same.
2949 * lib/gdb.exp: Same.
2950 * lib/mi-support.exp: Same.
2951 * lib/prompt.exp: Same.
2952
c8d4f6df
TV
29532020-02-27 Tom de Vries <tdevries@suse.de>
2954
2955 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2956 not set.
2957
0d79cdc4
AM
29582020-02-26 Aaron Merey <amerey@redhat.com>
2959
2960 * gdb.debuginfod: New directory for debuginfod tests.
2961 * gdb.debuginfod/main.c: New test file.
2962 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2963
0dce4280
TV
29642020-02-26 Tom de Vries <tdevries@suse.de>
2965
2966 PR gdb/25603
2967 * gdb.base/persistent-lang.cc: New test.
2968 * gdb.base/persistent-lang.exp: New file.
2969
9e80cfa1
AB
29702020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2971
2972 * gdb.fortran/derived-type-striding.exp: Add a new test.
2973 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2974 new test.
2975
2078dbb2
AB
29762020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2977
2978 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2979 names.
2980
70d49700
TV
29812020-02-25 Tom de Vries <tdevries@suse.de>
2982
2983 PR go/18926
2984 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2985
a88ef40d
TV
29862020-02-24 Tom de Vries <tdevries@suse.de>
2987
2988 PR gdb/25592
2989 * gdb.base/info-locals-unused-static-var.c: New test.
2990 * gdb.base/info-locals-unused-static-var.exp: New file.
2991
01b1af32
TT
29922020-02-22 Tom Tromey <tom@tromey.com>
2993
2994 * gdb.python/tui-window.exp: New file.
2995 * gdb.python/tui-window.py: New file.
2996
7c043ba6
TT
29972020-02-22 Tom Tromey <tom@tromey.com>
2998
2999 PR tui/17850:
3000 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
3001 tests.
3002
c22fef7e
TT
30032020-02-22 Tom Tromey <tom@tromey.com>
3004
3005 * gdb.tui/new-layout.exp: Add sub-layout tests.
3006
ee325b61
TT
30072020-02-22 Tom Tromey <tom@tromey.com>
3008
3009 * gdb.tui/new-layout.exp: New file.
3010
3f0cbb04
TT
30112020-02-22 Tom Tromey <tom@tromey.com>
3012
3013 * gdb.rust/rust-style.rs: New file.
3014 * gdb.rust/rust-style.exp: New file.
3015 * gdb.base/style.exp: Test structure printing.
3016 * gdb.base/style.c (struct some_struct): New type.
3017 (enum etype): New type.
3018 (struct_value): New global.
3019
75525152
TV
30202020-02-21 Tom de Vries <tdevries@suse.de>
3021
3022 PR go/18926
3023 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
3024 Remove blanket xfails. Use message argument for gdb_breakpoint.
3025 Make continuing to breakpoint test conditional on setting breakpoint.
3026 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
3027 DW_AT_name attribute. Add xfail for GCC PR93866.
3028
bd360d30
AB
30292020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
3030
3031 * gdb.dwarf2/cpp-linkage-name.c: New file.
3032 * gdb.dwarf2/cpp-linkage-name.exp: New file.
3033
c7adb09f 30342020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
3035
3036 * lib/gdb.exp (gdb_wrapper_init): Reset
3037 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
3038 not exist.
3039
a9c79803
TV
30402020-02-20 Tom de Vries <tdevries@suse.de>
3041
3042 PR go/17018
3043 * gdb.go/hello.exp: Copy ...
3044 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
3045 print of st to print value of global definition. Add xfail for GCC
3046 PR93844.
3047 * gdb.go/hello.exp: Remove printing of st before definition.
3048 * gdb.go/hello.go: Copy ...
3049 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
3050 to st.
3051 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
3052
d7445728
TV
30532020-02-20 Tom de Vries <tdevries@suse.de>
3054
3055 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
3056 (gdb_simple_compile): Handle compile_flags go by using .go extension
3057 for source file.
3058 * gdb.go/chan.exp: Use support_go_compile.
3059 * gdb.go/handcall.exp: Same.
3060 * gdb.go/hello.exp: Same.
3061 * gdb.go/integers.exp: Same.
3062 * gdb.go/max-depth.exp: Same.
3063 * gdb.go/methods.exp: Same.
3064 * gdb.go/package.exp: Same.
3065 * gdb.go/strings.exp: Same.
3066 * gdb.go/types.exp: Same.
3067 * gdb.go/unsafe.exp: Same.
3068
c9c41e6d
TV
30692020-02-19 Tom de Vries <tdevries@suse.de>
3070
3071 * gdb.python/lib-types.exp: Make xfail more strict.
3072
f20ff837
TV
30732020-02-19 Tom de Vries <tdevries@suse.de>
3074
3075 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
3076
08410482
DE
30772020-02-19 Doug Evans <dje@google.com>
3078
3079 PR rust/25535
3080 * gdb.rust/simple.exp: Add test.
3081 * gdb.rust/simple.rs: Add test.
3082
623563f7
TV
30832020-02-19 Tom de Vries <tdevries@suse.de>
3084
3085 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
3086 output line-by-line.
3087
d3308cfd
TV
30882020-02-19 Tom de Vries <tdevries@suse.de>
3089
3090 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3091
86cbc5dc
TV
30922020-02-19 Tom de Vries <tdevries@suse.de>
3093
3094 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3095 prelink.
3096
9db2b96b
TV
30972020-02-19 Tom de Vries <tdevries@suse.de>
3098
3099 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3100 (gdb_do_cache): Use gdb_do_cache_wrap.
3101 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3102
89e2fdc5
TV
31032020-02-19 Tom de Vries <tdevries@suse.de>
3104
3105 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3106 gdb_compile option.
3107
373d7ac0
SM
31082020-02-18 Simon Marchi <simon.marchi@efficios.com>
3109
3110 * gdb.base/printcmds.exp (test_print_enums): Update expected
3111 output.
3112
b29a2df0
SM
31132020-02-18 Simon Marchi <simon.marchi@efficios.com>
3114
3115 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3116 for "unknown".
3117
6740f0cc
SM
31182020-02-18 Simon Marchi <simon.marchi@efficios.com>
3119
3120 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3121 enumerator.
3122
edd45eb0
SM
31232020-02-18 Simon Marchi <simon.marchi@efficios.com>
3124
3125 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3126 FE_, add FE_NONE.
3127 (three): Update.
3128 (enum flag_enum_without_zero): New enum.
3129 (flag_enum_without_zero): New variable.
3130 (enum not_flag_enum): New enum.
3131 (three_not_flag): New variable.
3132 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3133 (test_print_enums): Add more tests for printing flag enums.
3134
d4295de4
TV
31352020-02-18 Tom de Vries <tdevries@suse.de>
3136
3137 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3138 (gdb_compile_ada): ... here.
3139 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3140 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3141
f251f505
TT
31422020-02-14 Tom Tromey <tom@tromey.com>
3143
3144 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3145 build directory.
3146 * boards/gdbserver-base.exp: Update path to gdbserver.
3147
8f432634
TV
31482020-02-13 Tom de Vries <tdevries@suse.de>
3149
3150 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3151
92b6eaf7
TV
31522020-02-13 Tom de Vries <tdevries@suse.de>
3153
3154 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3155 are missing.
3156
f3b0f7fe
TV
31572020-02-13 Tom de Vries <tdevries@suse.de>
3158
3159 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3160 call.
3161
f6be8713
SDJ
31622020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3163
3164 PR tui/25126
3165 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3166 * gdb.base/cached-source-file.c: New file.
3167 * gdb.base/cached-source-file.exp: New file.
3168
b2770d5e
TV
31692020-02-11 Tom de Vries <tdevries@suse.de>
3170
3171 PR testsuite/25488
3172 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3173
44f6938e
TV
31742020-02-10 Tom de Vries <tdevries@suse.de>
3175
3176 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3177
5f0e2eb7
MR
31782020-02-10 Maciej W. Rozycki <macro@wdc.com>
3179
3180 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3181 and $after_addr are both integers before making a comparison.
3182
46ce2b6f
TV
31832020-02-09 Tom de Vries <tdevries@suse.de>
3184
3185 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3186 command output and paste it into gdb.log. If any, paste catch message
3187 to gdb.log.
3188
5abbbe1d
TT
31892020-02-07 Tom Tromey <tromey@adacore.com>
3190
3191 PR breakpoints/24915:
3192 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3193
1d5d29e7
SV
31942020-02-06 Shahab Vahedi <shahab@synopsys.com>
3195
3196 * gdb.tui/tui-missing-src.exp: Add the "missing source
3197 file" test for the TUI.
3198
b0999b9b
AB
31992020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3200
3201 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3202 including a port number in the output.
3203
c3b149eb
AKS
32042020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3205
3206 * lib/fortran.exp (fortran_int4): Handle clang.
3207 (fortran_int8): Likewise.
3208 (fortran_real4): Likewise.
3209 (fortran_real8): Likewise.
3210 (fortran_complex4): Likewise.
3211 (fortran_logical4): Likewise.
3212 (fortran_character1): Likewise.
3213
f8dcc90b
TV
32142020-02-04 Tom de Vries <tdevries@suse.de>
3215
3216 * README (Race detection): Add note.
3217
f90ac7c2
TV
32182020-02-04 Tom de Vries <tdevries@suse.de>
3219
3220 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3221
780636ae
TV
32222020-02-04 Tom de Vries <tdevries@suse.de>
3223
3224 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3225
5d2e1193
RA
32262020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3227
3228 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3229 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3230 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3231 blttar, bnetarl.
3232 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3233 binary for blttar, bnetarl.
3234 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3235 wait instruction. Delete ldmx test.
3236 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3237
e409c542
AKS
32382020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3239
3240 * gdb.fortran/array-bounds-high.exp: New file.
3241 * gdb.fortran/array-bounds-high.f90: New file.
3242
b0029748
LD
32432020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3244
3245 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3246 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3247
195a8287
TV
32482020-02-01 Tom de Vries <tdevries@suse.de>
3249
3250 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3251
42330a68
AB
32522020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3253
3254 PR tui/9765
3255 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3256 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3257
b62a8028
LM
32582020-01-29 Luis Machado <luis.machado@linaro.org>
3259
3260 * gdb.arch/aarch64-brk-patterns.c: New source file.
3261 * gdb.arch/aarch64-brk-patterns.exp: New test.
3262
5f440116
TBA
32632020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3264
3265 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3266 GCC/Clang version.
3267 * gdb.cp/pass-by-ref.exp: Ditto.
3268
ee2a6fc6
TV
32692020-01-29 Tom de Vries <tdevries@suse.de>
3270
3271 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3272 * gdb.threads/watchpoint-fork-mt.c: Same.
3273 * gdb.threads/watchpoint-fork-parent.c: Same.
3274 * gdb.threads/watchpoint-fork-st.c: Same.
3275 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3276
16b10d6e
LM
32772020-01-27 Luis Machado <luis.machado@linaro.org>
3278
3279 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3280 sitting at a syscall instruction when we hit the syscall function's
3281 breakpoint.
3282 Check PC against one obtained with the x command.
3283 Validate syscall number.
3284 (step_over_syscall): Don't continue to the syscall instruction if
3285 we're already there.
3286
b1468492
PW
32872020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3288
3289 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3290
7ffa82e1
AB
32912020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3292
3293 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3294 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3295
3d92a3e3
AB
32962020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3297
3298 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3299 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3300
94a72be7
AB
33012020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3302
3303 * gdb.base/maint.exp: Update line table parsing test.
3304 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3305
53af73bf
PA
33062020-01-24 Pedro Alves <palves@redhat.com>
3307
3308 PR gdb/25410
3309 * gdb.multi/multi-re-run-1.c: New.
3310 * gdb.multi/multi-re-run-2.c: New.
3311 * gdb.multi/multi-re-run.exp: New.
3312
1ba1ac88
AB
33132020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3314
3315 PR gdb/23718
3316 * gdb.server/server-kill-python.exp: New file.
3317
f3364a6d
AB
33182020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3319
3320 * gdb.server/multi-ui-errors.c: New file.
3321 * gdb.server/multi-ui-errors.exp: New file.
3322
733d0a67
AB
33232020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3324
3325 PR tui/9765
3326 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3327
4f13c1c0
TT
33282020-01-19 Tom Tromey <tom@tromey.com>
3329
3330 * gdb.tui/main.exp: Add check for plain "file".
3331
40c94099
CB
33322020-01-16 Christian Biesinger <cbiesinger@google.com>
3333
3334 * lib/gdb.exp: Fix spelling error (seperatelly).
3335
ff47f4f0
TT
33362020-01-14 Tom Tromey <tom@tromey.com>
3337
3338 PR symtab/12535:
3339 * gdb.python/python.exp: Test decode_line with empty string
3340 argument.
3341
717c684d
BE
33422020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3343
3344 * gdb.base/skip-inline.exp: Extend test.
3345
44e4c775
AB
33462020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3347
3348 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3349 * gdb.dwarf2/dw2-bad-elf.c: New file.
3350 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3351
d93c6db7
AB
33522020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3353
3354 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3355 _line_saw_file.
3356
9a6d629c
AB
33572020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3358
3359 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3360 border.
3361
d9ebdab7
TBA
33622020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3363
3364 * gdb.multi/multi-target.exp (setup): Factor out "info
3365 connections" and "info inferiors" tests to ...
3366 (test_info_inferiors): ... this new procedure.
3367 (top level): Run new "info-inferiors" tests.
3368
f3c469b9
PA
33692020-01-10 Pedro Alves <palves@redhat.com>
3370
3371 * gdb.server/bkpt-other-inferior.exp: New file.
3372
121b3efd
PA
33732020-01-10 Pedro Alves <palves@redhat.com>
3374
3375 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3376 of "add-inferior".
3377 * gdb.base/quit-live.exp: Likewise.
3378 * gdb.base/remote-exec-file.exp: Likewise.
3379 * gdb.guile/scm-progspace.exp: Likewise.
3380 * gdb.linespec/linespec.exp: Likewise.
3381 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3382 * gdb.mi/user-selected-context-sync.exp: Likewise.
3383 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3384 "info inferiors" tests.
3385 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3386 "add-inferior".
3387 * gdb.multi/watchpoint-multi.exp: Likewise.
3388 * gdb.python/py-inferior.exp: Likewise.
3389 * gdb.server/extended-remote-restart.exp: Likewise.
3390 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3391 "info inferiors".
3392 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3393 * gdb.trace/report.exp: Likewise.
3394
1dadb1dd
PA
33952020-01-10 Pedro Alves <palves@redhat.com>
3396
3397 * gdb.multi/multi-target.c: New file.
3398 * gdb.multi/multi-target.exp: New file.
3399 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3400 mode requested, but remote does not support non-stop".
3401
78f2c40a
PA
34022020-01-10 Pedro Alves <palves@redhat.com>
3403
3404 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3405 disconnect before reconnecting.
3406
e7af6c70
TBA
34072020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3408 Pedro Alves <palves@redhat.com>
3409
3410 * gdb.server/connect-without-multi-process.exp: Also test
3411 continuing to end.
3412
acdf84a6
PA
34132020-01-10 Pedro Alves <palves@redhat.com>
3414
3415 * gdb.base/remote-exec-file.exp: New file.
3416
873657b9
PA
34172020-01-10 Pedro Alves <palves@redhat.com>
3418
3419 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3420 output.
3421 * gdb.threads/async.c: New.
3422 * gdb.threads/async.exp: New.
3423 * gdb.multi/tids-gid-reset.c: New.
3424 * gdb.multi/tids-gid-reset.exp: New.
3425
7f0ae84c
GB
34262020-01-10 George Barrett <bob@bob131.so>
3427
3428 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3429 to help in finding the image relocation offset.
3430 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3431 options in arguments.
3432 (stap_test_no_debuginfo): Likewise.
3433 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3434 test variants.
3435 (stap_test): Add null semaphore relocation test.
3436
47e9d49d
GB
34372020-01-10 George Barrett <bob@bob131.so>
3438
3439 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3440 * gdb.base/stap-probe.exp: Likewise.
3441 (stap_test): Pass argument as an additional flag.
3442 (stap_test_no_debuginfo): Likewise.
3443 (stap_test): Check `info probes stap' output for semaphore
3444 addresses if the test binary is supposed to have them.
3445
f5a7c406
AB
34462020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3447
3448 * gdb.tui/basic.exp: Add more scrolling tests.
3449
9ae6bf64
TT
34502020-01-09 Tom Tromey <tom@tromey.com>
3451
3452 PR tui/18932:
3453 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3454 meangingful value.
3455 (Term::command, Term::resize): Update.
3456 * gdb.tui/basic.exp: Add scrolling test.
3457
b2efe70c
AB
34582020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3459
3460 * gdb.tui/tui-layout-asm.exp: New file.
3461
3804da7e
AB
34622020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3463
3464 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3465
b40aa28f
AB
34662020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3467
3468 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3469 (Term::enter_tui): Use Term::prepare_for_tui.
3470
63ffd7c9
AB
34712020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3472
3473 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3474 called.
3475
3be966f6
AB
34762020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3477
3478 * gdb.base/skip.exp: Fix race condition in test.
3479
153d79c4
AB
34802020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3481
3482 * gdb.base/backtrace.c: New file.
3483 * gdb.base/backtrace.exp: New file.
3484
f2302a34
AB
34852020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3486
3487 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3488
6ec1d75e
PW
34892020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3490
3491 * gdb.base/style.exp: Test that warnings are styled.
3492
c296cbe6
BE
34932019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3494
3495 * gdb.base/line65535.exp: New file.
3496 * gdb.base/line65535.c: New file.
3497
b28a729d
SM
34982019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3499
3500 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3501 * lib/gnat_debug_info_test.adb: New file.
3502 * gdb.ada/ptype_tagged_param.exp: Use
3503 gnat_runtime_has_debug_info, expect a different output if
3504 runtime does not have debug info.
3505
7f2d7a0d
SM
35062019-12-20 Simon Marchi <simon.marchi@efficios.com>
3507
3508 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3509 (another) quote in test name.
3510
f3bce483
SM
35112019-12-20 Simon Marchi <simon.marchi@efficios.com>
3512
3513 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3514 Add quote in test name.
3515
c855a912
TBA
35162019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3517
3518 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3519 directory instead.
3520 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3521 * gdb.cp/pass-by-ref-2.cc: New file.
3522 * gdb.cp/pass-by-ref-2.exp: New file.
3523
fc9d2d72
TT
35242019-12-20 Tom Tromey <tom@tromey.com>
3525
3526 * gdb.tui/list-before.exp: New file.
3527
77b97e00
TT
35282019-12-20 Tom Tromey <tom@tromey.com>
3529
3530 * gdb.tui/list.exp: Check for source on initial listing.
3531
f69656d0
TT
35322019-12-11 Tom Tromey <tromey@adacore.com>
3533
3534 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3535 Add crlf test.
3536
99a55965
SM
35372019-12-18 Simon Marchi <simon.marchi@efficios.com>
3538
3539 * gdb.base/default.exp: Update value of $_gdb_major.
3540
5024637f
BE
35412019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3542
3543 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3544
b63634be
BE
35452019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3546
3547 * gdb.base/skip.exp: Whitespace fix.
3548
45d73523
BE
35492019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3550
3551 * gdb.base/skip-inline.c: New file.
3552 * gdb.base/skip-inline.exp: New file.
3553
d043f8c8
SM
35542019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3555
3556 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3557 jit_function_00 to jit_function_stack_mangle.
3558 * gdb.base/jithost.c (jit_function_t): Rename to...
3559 (jit_function_stack_mangle_t): ... this.
3560 (jit_function_add_t): New typedef.
3561 (jit_function_00_code): Rename to...
3562 (jit_function_stack_mangle_code): ... this, make static.
3563 (jit_function_add_code): New.
3564 (main): Generate "add" function and call it. Adjust to changes
3565 in jithost_abi.
3566 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3567 (struct jithost_abi) <begin, end>: Remove fields.
3568 <object, function_stack_mangle, function_add>: New fields.
3569 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3570 code_end>: Remove fields.
3571 <func_stack_mangle>: New field.
3572 (read_debug_info): Adjust to renaming, create block for "add"
3573 function.
3574 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3575
873de05c
TT
35762019-12-11 Tom Tromey <tom@tromey.com>
3577
3578 * gdb.tui/resize.exp: Fix regexp.
3579 * gdb.tui/regs.exp: Fix regexps.
3580 * gdb.tui/main.exp: Fix regexp.
3581
3d979945
TT
35822019-12-11 Tom Tromey <tom@tromey.com>
3583
3584 * gdb.tui/resize.exp: Update.
3585 * gdb.tui/empty.exp (layouts): Update.
3586
2192a9d3
TT
35872019-12-11 Tom Tromey <tom@tromey.com>
3588
3589 * gdb.tui/regs.exp: Update.
3590 * gdb.tui/empty.exp (layouts): Update.
3591 * gdb.tui/basic.exp: Update.
3592 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3593
d8edc8b7
PW
35942019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3595
3596 * gdb.base/options.exp: Add -raw-values in the print completion list.
3597 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3598
4c12d936
KB
35992019-12-10 Kevin Buettner <kevinb@redhat.com>
3600
3601 * gdb.threads/omp-par-scope.c: New file.
3602 * gdb/threads/omp-par-scope.exp: New file.
3603
26b911fb
KB
36042019-12-10 Kevin Buettner <kevinb@redhat.com>
3605
bb47f919
KB
3606 * lib/gdb.exp (support_nested_function_tests): New proc.
3607
36082019-12-10 Kevin Buettner <kevinb@redhat.com>
3609
3610 * lib/gdb.exp (gdb_compile_openmp): New proc.
3611 (build_executable_from_specs): Add an "openmp" option.
3612 (gdb_compile_pthreads): Add non-executable case.
26b911fb 3613
6c71eb7d
TT
36142019-12-10 Tom Tromey <tromey@adacore.com>
3615
3616 * gdb.ada/unchecked_union.exp: New file.
3617 * gdb.ada/unchecked_union/pck.adb: New file.
3618 * gdb.ada/unchecked_union/pck.ads: New file.
3619 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3620 * gdb-utils.exp (string_to_regexp): Also quote "?".
3621
bac7c5cf
GB
36222019-12-10 George Barrett <bob@bob131.so>
3623
3624 Test scripted probe breakpoints.
3625 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3626 * gdb.python/py-breakpoint.c (main): Likewise.
3627 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3628 specifier test.
3629 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3630
330f1d38
TBA
36312019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3632
3633 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3634 an rvalue parameter.
3635 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3636 parameter.
3637
b43315e2
AB
36382019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3639
3640 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3641 modules.
3642
54f73dad
AB
36432019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3644
3645 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3646 broken version of GCC.
3647
d57cbee9
AB
36482019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3649
3650 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3651 sym-info-cmds library.
3652 * gdb.fortran/info-types.exp: Likewise.
3653 * lib/sym-info-cmds.exp: New file.
3654
c14aab8c
TV
36552019-12-08 Tom de Vries <tdevries@suse.de>
3656
3657 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3658
aa2d5a42
KS
36592019-12-07 Keith Seitz <keiths@redhat.com>
3660
3661 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3662 * gdb.base/corefile-buildid-shlib.c: New file.
3663 * gdb.base/corefile-buildid.c: New file.
3664 * gdb.base/corefile-buildid.exp: New file.
3665
93e55f0a
TV
36662019-12-06 Tom de Vries <tdevries@suse.de>
3667
3668 * gdb.dwarf2/varval.exp: Add decl before def test.
3669
c7d12402
TBA
36702019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3671
3672 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3673
06acc08f
TBA
36742019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3675
3676 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3677 CV and reference conversion for overload resolution.
3678 * gdb.cp/rvalue-ref-overload.exp: Test it.
3679
e0fad1ea
PW
36802019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3681
3682 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3683 * gdb.base/frameapply.exp: Test faas without command.
3684
8d70a9f0
AB
36852019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3686
3687 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3688 Fortran tests.
3689 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3690 order.
3691
36c8fb93
AB
36922019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3693
3694 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3695 casting to type with no kind specified.
3696 (test_basic_parsing_of_type_kinds): Additional tests for types
3697 with no kind specified, and add tests for single/double
3698 precision/complex types.
3699
4139ff00
TT
37002019-12-04 Tom Tromey <tromey@adacore.com>
3701
3702 * gdb.base/endianity.c (struct other) <x>: New field.
3703 (main): Initialize it.
3704 * gdb.base/endianity.exp: Update.
3705
a05cf17a
TT
37062019-12-04 Tom Tromey <tromey@adacore.com>
3707
3708 * gdb.ada/scalar_storage/storage.adb: New file.
3709 * gdb.ada/scalar_storage/pck.adb: New file.
3710 * gdb.ada/scalar_storage/pck.ads: New file.
3711 * gdb.ada/scalar_storage.exp: New file.
3712
103a685e
TT
37132019-12-04 Tom Tromey <tromey@adacore.com>
3714
3715 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3716 (main): Initialize it.
3717 * gdb.base/endianity.exp: Update.
3718
c2512106
AB
37192019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3720
3721 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3722
293b38d6
AB
37232019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3724
3725 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3726 -symbol-info-module-functions and -symbol-info-module-variables.
3727
216a7e6b
AB
37282019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3729
3730 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3731
5bbd8269
AB
37322019-12-01 Richard Bunt <richard.bunt@arm.com>
3733 Andrew Burgess <andrew.burgess@embecosm.com>
3734
3735 * gdb.fortran/derived-type-striding.exp: New file.
3736 * gdb.fortran/derived-type-striding.f90: New file.
3737 * gdb.fortran/array-slices.exp: New file.
3738 * gdb.fortran/array-slices.f90: New file.
3739
be09caf1
PW
37402019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3741
3742 * gdb.base/define.exp: Test . in command names.
3743 * gdb.base/setshow.exp: Update test, as . is now part of
3744 command name.
3745
643c0cbe
PW
37462019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3747
3748 * gdb.base/define-prefix.exp: New file.
3749
dcdec678
AB
37502019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3751
3752 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3753 compile.
3754 (skip_btrace_pt_tests): Likewise.
3755
640ab947
AB
37562019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3757
3758 * gdb.fortran/info-modules.exp: Compile source files in correct
3759 order.
3760
d22670f0
KB
37612019-11-27 Kevin Buettner <kevinb@redhat.com>
3762
3763 * gdb.dwarf2/imported-unit.exp: New file.
3764 * gdb.dwarf2/imported-unit.c: New file.
3765
db5960b4
AB
37662019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3767
3768 * gdb.mi/mi-fortran-modules-2.f90: New file.
3769 * gdb.mi/mi-fortran-modules.exp: New file.
3770 * gdb.mi/mi-fortran-modules.f90: New file.
3771
7dc42066
AB
37722019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3773
3774 * gdb.mi/mi-sym-info-1.c: New file.
3775 * gdb.mi/mi-sym-info-2.c: New file.
3776 * gdb.mi/mi-sym-info.exp: New file.
3777
0dfeecca
TT
37782019-11-22 Tom Tromey <tromey@adacore.com>
3779
3780 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3781 * gdb.ada/tasks/foo.adb: Add another stopping location.
3782
34877895
PJ
37832019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3784
3785 * gdb.base/endianity.c: New test.
3786 * gdb.base/endianity.exp: New file.
3787
2e84f897
LD
37882019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3789
3790 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3791
65d1cd5f
TV
37922019-11-21 Tom de Vries <tdevries@suse.de>
3793
3794 PR gdb/24956
3795 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3796
4f22c3f4
SDJ
37972019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3798
3799 * gdb.python/py-progspace.exp: Add missing parentheses on some
3800 'print' commands.
3801
9f6ad286
TT
38022019-11-19 Tom Tromey <tom@tromey.com>
3803
3804 * gdb.tui/winheight.exp: New file.
3805
0b8dbf3f
AB
38062019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3807
3808 * gdb.base/ctf-whatis.c: Delete.
3809 * gdb.base/ctf-whatis.exp: Delete.
3810 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3811
f833b7a7
AB
38122019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3813
3814 * gdb.base/ctf-cvexpr.exp: Delete.
3815 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3816
30d0a636
AB
38172019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3818
3819 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3820 the compiler. Clean up header comment a little.
3821 * gdb.base/ctf-ptype.exp: Likewise.
3822 * gdb.base/ctf-whatis.exp: Likewise.
3823 * lib/gdb.exp (skip_ctf_tests): New proc.
3824
494409bb
SDJ
38252019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3826
3827 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3828 * gdb.tui/corefile-run.exp: New file.
3829
55708e99
TT
38302019-11-14 Tom Tromey <tromey@adacore.com>
3831
3832 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3833 regression tests.
3834
45e42163
TT
38352019-11-12 Tom Tromey <tom@tromey.com>
3836
3837 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3838 after any command. Expect prompt after WAIT_FOR is seen.
3839 (enter_tui): Enable resize messages.
3840 (command): Expect command in output.
3841 (get_line): Avoid error when cursor appears to be off-screen.
3842 (dump_screen): Include screen size in title.
3843 (_do_resize): New proc, from "resize".
3844 (resize): Rewrite. Do resize in two steps.
3845 * gdb.tui/empty.exp (layouts): Fix entries.
3846 (check_boxes): Remove xfail.
3847 (check_text): Dump screen on failure.
3848
086baaf1
AB
38492019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3850
3851 * gdb.python/py-symbol.exp: Add test for
3852 gdb.lookup_static_symbols.
3853
09ff83af
AB
38542019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3855
3856 * gdb.python/py-symbol.c: Declare and call function from new
3857 py-symbol-2.c file.
3858 * gdb.python/py-symbol.exp: Compile both source files, and add new
3859 tests for gdb.lookup_static_symbol.
3860 * gdb.python/py-symbol-2.c: New file.
3861
11af934b
TV
38622019-11-02 Tom de Vries <tdevries@suse.de>
3863
3864 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3865 * gdb.base/anon.exp: Same.
3866 * gdb.base/auto-connect-native-target.exp: Same.
3867 * gdb.base/call-ar-st.exp: Same.
3868 * gdb.base/catch-syscall.exp: Same.
3869 * gdb.base/commands.exp: Same.
3870 * gdb.base/default.exp: Same.
3871 * gdb.base/display.exp: Same.
3872 * gdb.base/float.exp: Same.
3873 * gdb.base/foll-fork.exp: Same.
3874 * gdb.base/help.exp: Same.
3875 * gdb.base/info-macros.exp: Same.
3876 * gdb.base/info-proc.exp: Same.
3877 * gdb.base/info-target.exp: Same.
3878 * gdb.base/long_long.exp: Same.
3879 * gdb.base/macscp.exp: Same.
3880 * gdb.base/memattr.exp: Same.
3881 * gdb.base/nofield.exp: Same.
3882 * gdb.base/pointers.exp: Same.
3883 * gdb.base/printcmds.exp: Same.
3884 * gdb.base/ptype.exp: Same.
3885 * gdb.base/restore.exp: Same.
3886 * gdb.base/return.exp: Same.
3887 * gdb.base/scope.exp: Same.
3888 * gdb.base/set-noassign.exp: Same.
3889 * gdb.base/setshow.exp: Same.
3890 * gdb.base/shlib-call.exp: Same.
3891 * gdb.base/signals.exp: Same.
3892 * gdb.base/sigstep.exp: Same.
3893 * gdb.base/skip.exp: Same.
3894 * gdb.base/solib-symbol.exp: Same.
3895 * gdb.base/stap-probe.exp: Same.
3896 * gdb.base/step-line.exp: Same.
3897 * gdb.base/step-test.exp: Same.
3898 * gdb.base/style.exp: Same.
3899 * gdb.base/varargs.exp: Same.
3900 * gdb.base/vla-datatypes.exp: Same.
3901 * gdb.base/vla-ptr.exp: Same.
3902 * gdb.base/vla-sideeffect.exp: Same.
3903 * gdb.base/volatile.exp: Same.
3904 * gdb.base/watch-cond-infcall.exp: Same.
3905 * gdb.base/watchpoint.exp: Same.
3906
e96ec2ba
TV
39072019-11-02 Tom de Vries <tdevries@suse.de>
3908
3909 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3910 * gdb.cp/cpexprs.exp: Same.
3911 * gdb.cp/except-multi-location.exp: Same.
3912 * gdb.cp/exceptprint.exp: Same.
3913 * gdb.cp/gdb2384.exp: Same.
3914 * gdb.cp/inherit.exp: Same.
3915 * gdb.cp/m-static.exp: Same.
3916 * gdb.cp/meth-typedefs.exp: Same.
3917 * gdb.cp/misc.exp: Same.
3918 * gdb.cp/namespace.exp: Same.
3919 * gdb.cp/non-trivial-retval.exp: Same.
3920 * gdb.cp/overload.exp: Same.
3921 * gdb.cp/pr17132.exp: Same.
3922 * gdb.cp/re-set-overloaded.exp: Same.
3923 * gdb.cp/rvalue-ref-types.exp: Same.
3924 * gdb.cp/templates.exp: Same.
3925
bd5766ec
LM
39262019-11-01 Luis Machado <luis.machado@linaro.org>
3927
3928 PR gdb/25124
3929
3930 * gdb.arch/pr25124.S: New file.
3931 * gdb.arch/pr25124.exp: New file.
3932
165f8965
AB
39332019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3934
3935 * gdb.fortran/info-modules.exp: Update expected results, and add
3936 additional tests for 'info module functinos', and 'info module
3937 variables'.
3938 * gdb.fortran/info-types.exp: Update expected results.
3939 * gdb.fortran/info-types.f90: Extend testcase with additional
3940 module variables and functions.
3941
59c35742
AB
39422019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3943
3944 * gdb.fortran/info-modules.exp: New file.
3945 * gdb.fortran/info-types.exp: Build with new file.
3946 * gdb.fortran/info-types.f90: Include and use new module.
3947 * gdb.fortran/info-types-2.f90: New file.
3948
f3fb2519
PW
39492019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3950
3951 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3952 * gdb.base/settings.exp: Test all settings types using
3953 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3954 that now verifies that the value of "maint show" is the same as
3955 returned by the settings functions. Test the type of the
3956 maintenance settings.
3957 * gdb.base/default.exp: Update show_conv_list.
3958
d1e36019
TV
39592019-10-31 Tom de Vries <tdevries@suse.de>
3960
3961 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3962 gdb_test.
3963 * gdb.arch/amd64-disp-step.exp: Same.
3964 * gdb.asm/asm-source.exp: Same.
3965 * gdb.btrace/buffer-size.exp: Same.
3966 * gdb.btrace/cpu.exp: Same.
3967 * gdb.btrace/enable.exp: Same.
3968 * gdb.dwarf2/count.exp: Same.
3969 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3970 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3971 * gdb.fortran/vla-datatypes.exp: Same.
3972 * gdb.fortran/vla-history.exp: Same.
3973 * gdb.fortran/vla-ptype.exp: Same.
3974 * gdb.fortran/vla-value.exp: Same.
3975 * gdb.fortran/whatis_type.exp: Same.
3976 * gdb.guile/guile.exp: Same.
3977 * gdb.multi/tids.exp: Same.
3978 * gdb.python/py-finish-breakpoint.exp: Same.
3979 * gdb.python/py-framefilter.exp: Same.
3980 * gdb.python/py-pp-registration.exp: Same.
3981 * gdb.python/py-xmethods.exp: Same.
3982 * gdb.python/python.exp: Same.
3983 * gdb.server/connect-with-no-symbol-file.exp: Same.
3984 * gdb.server/no-thread-db.exp: Same.
3985 * gdb.server/run-without-local-binary.exp: Same.
3986 * gdb.stabs/weird.exp: Same.
3987 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3988 * gdb.threads/thread-find.exp: Same.
3989 * gdb.threads/tls-shared.exp: Same.
3990 * gdb.threads/tls.exp: Same.
3991 * gdb.threads/wp-replication.exp: Same.
3992 * gdb.trace/ax.exp: Same.
3993 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3994
3d11e68e
TV
39952019-10-31 Tom de Vries <tdevries@suse.de>
3996
3997 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3998 * gdb.ada/array_subscript_addr.exp: Same.
3999 * gdb.ada/arrayidx.exp: Same.
4000 * gdb.ada/arrayparam.exp: Same.
4001 * gdb.ada/arrayptr.exp: Same.
4002 * gdb.ada/boolean_expr.exp: Same.
4003 * gdb.ada/call_pn.exp: Same.
4004 * gdb.ada/complete.exp: Same.
4005 * gdb.ada/fixed_cmp.exp: Same.
4006 * gdb.ada/fun_addr.exp: Same.
4007 * gdb.ada/funcall_param.exp: Same.
4008 * gdb.ada/interface.exp: Same.
4009 * gdb.ada/mod_from_name.exp: Same.
4010 * gdb.ada/null_array.exp: Same.
4011 * gdb.ada/packed_array.exp: Same.
4012 * gdb.ada/packed_tagged.exp: Same.
4013 * gdb.ada/print_chars.exp: Same.
4014 * gdb.ada/print_pc.exp: Same.
4015 * gdb.ada/ptype_arith_binop.exp: Same.
4016 * gdb.ada/ptype_field.exp: Same.
4017 * gdb.ada/ptype_tagged_param.exp: Same.
4018 * gdb.ada/rec_return.exp: Same.
4019 * gdb.ada/ref_tick_size.exp: Same.
4020 * gdb.ada/str_ref_cmp.exp: Same.
4021 * gdb.ada/taft_type.exp: Same.
4022 * gdb.ada/tagged.exp: Same.
4023 * gdb.ada/type_coercion.exp: Same.
4024 * gdb.ada/uninitialized_vars.exp: Same.
4025
60b6ede8
TV
40262019-10-30 Tom de Vries <tdevries@suse.de>
4027
4028 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
4029
30baf67b
TV
40302019-10-26 Tom de Vries <tdevries@suse.de>
4031
4032 * gdb.base/bigcore.c: Fix typos in comments.
4033 * gdb.base/ctf-ptype.c: Same.
4034 * gdb.base/long_long.c: Same.
4035 * gdb.dwarf2/dw2-op-out-param.S: Same.
4036 * gdb.python/py-evthreads.c: Same.
4037 * gdb.reverse/i387-stack-reverse.c: Same.
4038 * gdb.trace/tfile.c: Same.
4039 * lib/compiler.c: Same.
4040 * lib/compiler.cc: Same.
4041
158da0d1
TV
40422019-10-25 Tom de Vries <tdevries@suse.de>
4043
4044 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
4045 gdb_test_multiple calls.
4046 * gdb.reverse/sigall-reverse.exp: Same.
4047 * gdb.reverse/solib-precsave.exp: Same.
4048 * gdb.reverse/solib-reverse.exp: Same.
4049 * gdb.reverse/until-precsave.exp: Same.
4050 * gdb.reverse/until-reverse.exp: Same.
4051
4ccdfbec
TV
40522019-10-24 Tom de Vries <tdevries@suse.de>
4053
4054 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
4055 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
4056 kfail using -wrap pattern flag and convenience variable
4057 gdb_test_name.
4058
33d569b7
AB
40592019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
4060
4061 * gdb.python/py-progspace.exp: Add tests for the
4062 Progspace.block_for_pc method.
4063
4d0b984b
TT
40642019-10-23 Tom Tromey <tom@tromey.com>
4065
4066 * configure: Rebuild.
4067 * aclocal.m4: Use m4_include, not sinclude.
4068
94cb3754
TV
40692019-10-21 Tom de Vries <tdevries@suse.de>
4070
4071 * gdb.base/infcall-nested-structs.c: Add
4072 __attribute__((noinline,noclone)) to all functions.
4073 (call_all): Add missing variable initialization. Simplify return value.
4074 (breakpt): Increment volatile variable, to prevent call from being
4075 optimized out.
4076 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
4077
062f1fc1
TV
40782019-10-17 Tom de Vries <tdevries@suse.de>
4079
4080 * gdb.fortran/module.exp: Allow info variables to print info for files
4081 other than module.f90.
4082
0b54364d
AB
40832019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4084
4085 * gdb.fortran/module.exp: Extend with 'info variables' test.
4086
7ff5fae7
AB
40872019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4088
4089 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
4090 F77_FOR_TARGET.
4091
d10eccaa
TV
40922019-10-16 Tom de Vries <tdevries@suse.de>
4093
4094 PR tdep/25096
4095 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4096
745ff14e
TV
40972019-10-16 Tom de Vries <tdevries@suse.de>
4098
4099 PR tdep/24104
4100 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4101 Add KFAIL for PR tdep/25096.
4102
03e1ab94
TV
41032019-10-16 Tom de Vries <tdevries@suse.de>
4104
4105 PR testsuite/25059
4106 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4107
b17fcc10
TV
41082019-10-16 Tom de Vries <tdevries@suse.de>
4109
4110 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4111 as signed.
4112
9223170f
SM
41132019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4114
4115 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4116 one instead of increasing timeout.
4117
d6e76313
TV
41182019-10-13 Tom de Vries <tdevries@suse.de>
4119
4120 PR record/25038
4121 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4122 * gdb.reverse/sigall-reverse.exp: Same.
4123 * gdb.reverse/solib-precsave.exp: Same.
4124 * gdb.reverse/solib-reverse.exp: Same.
4125 * gdb.reverse/step-precsave.exp: Same.
4126 * gdb.reverse/until-precsave.exp: Same.
4127 * gdb.reverse/until-reverse.exp: Same.
4128 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4129
6dfc0041
AA
41302019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4131
4132 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4133 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4134 (cmp_struct_05_01, cmp_struct_static_02_01)
4135 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4136 comparisons.
4137
abcf2cc8
TV
41382019-10-10 Tom de Vries <tdevries@suse.de>
4139
4140 PR testsuite/24888
4141 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4142 gnatlink.
4143
a50faaf6
TV
41442019-10-09 Tom de Vries <tdevries@suse.de>
4145
4146 PR testsuite/25048
4147 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4148
60ff3cd7
AB
41492019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4150
4151 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4152 exceptions due to missing debug information.
4153
dfee8566
TV
41542019-10-07 Tom de Vries <tdevries@suse.de>
4155
4156 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4157
3d63690a
AB
41582019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4159
4160 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4161 * gdb.base/annota1.exp: Update to use gdb_test_name.
4162
30d1f018
WP
41632019-10-07 Weimin Pan <weimin.pan@oracle.com>
4164
4165 * gdb.base/ctf-whatis.exp: New file.
4166 * gdb.base/ctf-whatis.c: New file.
4167 * gdb.base/ctf-ptype.exp: New file.
4168 * gdb.base/ctf-ptype.c: New file.
4169 * gdb.base/ctf-constvars.exp: New file.
4170 * gdb.base/ctf-constvars.c: New file.
4171 * gdb.base/ctf-cvexpr.exp: New file.
4172
4dbbb47c
TV
41732019-10-04 Tom de Vries <tdevries@suse.de>
4174
4175 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4176 for loop.
4177
77c2dba3
TT
41782019-10-03 Tom Tromey <tom@tromey.com>
4179
4180 PR rust/24976:
4181 * gdb.rust/simple.rs (Union2): New type.
4182 (main): Use Union2.
4183 * gdb.rust/simple.exp: Add test.
4184
179aed7f
AB
41852019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4186
4187 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4188 nested function prefix.
4189
0a4b0913
AB
41902019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4191 Richard Bunt <richard.bunt@arm.com>
4192 Andrew Burgess <andrew.burgess@embecosm.com>
4193
4194 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4195 nested functions.
4196 * gdb.fortran/nested-funcs.f90: Update expected results.
4197 * gdb.fortran/nested-funcs-2.exp: New file.
4198 * gdb.fortran/nested-funcs-2.f90: New file.
4199
082cce05
AB
42002019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4201
4202 * gdb.python/py-parameter.exp: Make test names unique.
4203 * gdb.python/py-template.exp: Likewise.
4204 * gdb.python/py-value.exp: Likewise.
4205
2b74ba5a
AB
42062019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4207
4208 * gdb.base/break-interp.exp: Reduce test name duplication.
4209 * gdb.base/call-sc.exp: Likewise.
4210 * gdb.base/callfuncs.exp: Likewise.
4211 * gdb.base/charset.exp: Likewise.
4212 * gdb.base/dump.exp: Likewise.
4213 * gdb.base/ena-dis-br.exp: Likewise.
4214 * gdb.base/relational.exp: Likewise.
4215 * gdb.base/step-over-syscall.exp: Likewise.
4216 * gdb.base/structs.exp: Likewise.
4217
58eb20d5
AB
42182019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4219
4220 * gdb.linespec/explicit.exp: Make test names unique.
4221 * gdb.linespec/ls-errs.exp: Likewise.
4222
4d421147
AB
42232019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4224
4225 * gdb.reverse/break-precsave.exp: Make test names unique.
4226 * gdb.reverse/break-reverse.exp: Likewise.
4227 * gdb.reverse/finish-precsave.exp: Likewise.
4228 * gdb.reverse/finish-reverse.exp: Likewise.
4229 * gdb.reverse/machinestate-precsave.exp: Likewise.
4230 * gdb.reverse/machinestate.exp: Likewise.
4231 * gdb.reverse/readv-reverse.exp: Likewise.
4232 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4233 * gdb.reverse/sigall-precsave.exp: Likewise.
4234 * gdb.reverse/sigall-reverse.exp: Likewise.
4235 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4236 * gdb.reverse/watch-precsave.exp: Likewise.
4237 * gdb.reverse/watch-reverse.exp: Likewise.
4238
d8c06f22
AB
42392019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4240
4241 * gdb.threads/stop-with-handle.c: New file.
4242 * gdb.threads/stop-with-handle.exp: New file.
4243
3a56ed86
TV
42442019-10-03 Tom de Vries <tdevries@suse.de>
4245
4246 PR testsuite/25059
4247 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4248 directory" line to be missing.
4249
42275044
TV
42502019-10-03 Tom de Vries <tdevries@suse.de>
4251
4252 PR testsuite/25059
4253 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4254 type optional.
4255
9ef62df0
AA
42562019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4257
4258 * gdb.python/py-format-string.c (string.h): New include.
4259 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4260 the same value, for endianness-independence.
4261 * gdb.python/py-format-string.exp (default_regexp_dict)
4262 (test_pretty_structs, test_format): Adjust expected output to the
4263 changed initialization.
4264
37f6a7f4
TT
42652019-10-02 Tom Tromey <tromey@adacore.com>
4266
4267 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4268
1d58d6a2
PA
42692019-10-02 Pedro Alves <palves@redhat.com>
4270 Andrew Burgess <andrew.burgess@embecosm.com>
4271
4272 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4273 "print-file-var.h".
4274 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4275 (get_version_1): Print this_version_id and its address.
4276 Add extern "C" wrappers around interface functions.
4277 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4278 "print-file-var.h".
4279 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4280 (get_version_2): Print this_version_id and its address.
4281 Add extern "C" wrappers around interface functions.
4282 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4283 <stddef.h> and "print-file-var.h".
4284 Add extern "C" wrappers around interface functions.
4285 [VERSION_ID_MAIN] (this_version_id): Define.
4286 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4287 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4288 up extern "C" blocks.
4289 * gdb.base/print-file-var.exp (test): New, factored out from top
4290 level.
4291 (top level): Test all combinations of attribute hidden or not,
4292 dlopen or not, and this_version_id symbol in main file or not.
4293 Compile tests as both C++ and C, make test names unique.
4294
d770d56f
TT
42952019-10-01 Tom Tromey <tom@tromey.com>
4296
4297 * gdb.base/style.exp: Test "show logging filename".
4298
7f6aba03
TT
42992019-10-01 Tom Tromey <tom@tromey.com>
4300
4301 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4302 * gdb.base/style.exp: Add metadata style test.
4303
14309bb6
TT
43042019-10-01 Tom Tromey <tom@tromey.com>
4305
4306 * gdb.base/style.exp: Test "pwd".
4307
2a3c1174
PA
43082019-10-01 Tom Tromey <tom@tromey.com>
4309
4310 * gdb.base/style.exp: Update tests.
4311
53d666ec
AA
43122019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4313
4314 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4315 'six' to unsigned.
4316 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4317 'five'. Use an all-ones bit pattern for each.
4318 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4319 to its changed values.
4320
4a56a520
TT
43212019-09-30 Tom Tromey <tromey@adacore.com>
4322
4323 * gdb.rust/traits.rs: Disable all warnings.
4324
0df0352a
TV
43252019-09-29 Tom de Vries <tdevries@suse.de>
4326
aac66a4c 4327 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 4328
73d9a918
TV
43292019-09-29 Tom de Vries <tdevries@suse.de>
4330
4331 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4332
060b3ab4
TV
43332019-09-27 Tom de Vries <tdevries@suse.de>
4334
4335 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4336
68f7d34d
TV
43372019-09-27 Tom de Vries <tdevries@suse.de>
4338
4339 PR record/23188
4340 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4341
5d63b30a
TT
43422019-09-26 Tom Tromey <tromey@adacore.com>
4343
4344 * gdb.ada/py_taft.exp: New file.
4345 * gdb.ada/py_taft/main.adb: New file.
4346 * gdb.ada/py_taft/pkg.adb: New file.
4347 * gdb.ada/py_taft/pkg.ads: New file.
4348
3d435220
TV
43492019-09-24 Tom de Vries <tdevries@suse.de>
4350
4351 PR gdb/24598
4352 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4353
77d03678
TV
43542019-09-22 Tom de Vries <tdevries@suse.de>
4355
4356 * gdb.base/restore.exp: Allow register variables to be optimized out at
4357 -O0.
4358
abf516c6
UW
43592019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4360
4361 * gdb.arch/spu-info.exp: Remove file.
4362 * gdb.arch/spu-info.c: Remove file.
4363 * gdb.arch/spu-ls.exp: Remove file.
4364 * gdb.arch/spu-ls.c: Remove file.
4365
4366 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4367 * gdb.asm/spu.inc: Remove file.
4368
4369 * gdb.base/dump.exp: Remove support for spu*-*-*.
4370 * gdb.base/stack-checking.exp: Likewise.
4371 * gdb.base/overlays.exp: Likewise.
4372 * gdb.base/ovlymgr.c: Likewise.
4373 * gdb.base/spu.ld: Remove file.
4374
4375 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4376 * gdb.cp/cpexprs.exp: Likewise.
4377 * gdb.cp/exception.exp: Likewise.
4378 * gdb.cp/gdb2495.exp: Likewise.
4379 * gdb.cp/mb-templates.exp: Likewise.
4380 * gdb.cp/pr9167.exp: Likewise.
4381 * gdb.cp/userdef.exp: Likewise.
4382
4383 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4384
4385 * gdb.cell: Remove directory.
4386 * lib/cell.exp: Remove file.
4387
e452e88f
TV
43882019-09-19 Tom de Vries <tdevries@suse.de>
4389
4390 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4391
8a625130
TV
43922019-09-19 Tom de Vries <tdevries@suse.de>
4393
4394 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4395
81dc3ab5
TV
43962019-09-19 Tom de Vries <tdevries@suse.de>
4397
4398 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4399 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4400 (gdb_target_cmd): ... here.
4401 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4402 value 2.
4403
b078f3ac
AB
44042019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4405
4406 * gdb.base/source-dir.exp: Avoid having directory names in test
4407 names.
4408
f1b620e9
MG
44092019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4410
4411 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4412 directory.
4413
67f3ed6a
AB
44142019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4415
4416 * gdb.base/list-missing-source.exp: New file.
4417
d1b70248
TV
44182019-09-14 Tom de Vries <tdevries@suse.de>
4419
4420 PR teststuite/24599
4421 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4422 * lib/ada.exp (gnatmake_version_at_least): New proc.
4423
5fabdcd6
AB
44242019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4425
4426 * gdb.base/maint.exp: Use exec_has_index_section.
4427
aa17805f
AB
44282019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4429
4430 * gdb.base/maint.exp: Add test for 'maint info sections'.
4431
25e5c209
TV
44322019-09-12 Tom de Vries <tdevries@suse.de>
4433
4434 * gdb.base/store.exp: Allow register variables to be optimized out at
4435 -O0.
4436
4993045d
PW
44372019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4438
4439 * gdb.ada/rdv_wait.exp: Update to new task names.
4440 * gdb.base/task_switch_in_core.exp: Likewise.
4441 * gdb.base/info_sources_base.c: Likewise.
4442
8a516164
TT
44432019-09-10 Tom Tromey <tromey@adacore.com>
4444
4445 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4446
aa391654
TT
44472019-09-10 Tom Tromey <tromey@adacore.com>
4448
4449 * gdb.ada/dgopt.exp: New file.
4450 * gdb.ada/dgopt/x.adb: New file.
4451
8634b462
TT
44522019-09-08 Tom Tromey <tom@tromey.com>
4453
4454 * gdb.tui/resize.exp: Remove setup_xfail.
4455 * gdb.tui/regs.exp: Remove setup_xfail.
4456 * gdb.tui/basic.exp: Remove setup_xfail.
4457
736b0f76
DB
44582019-09-06 David Blaikie <dblaikie@gmail.com>
4459
4460 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4461 * gdb.cp/cplabel.exp: Ditto.
4462 * gdb.linespec/ls-errs.exp: Ditto.
4463
30331a6c
TV
44642019-09-05 Tom de Vries <tdevries@suse.de>
4465
4466 * lib/gdb.exp (cmp_file_string): New proc.
4467 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4468 runto_main. Verify save breakpoints output.
4469
98b0ebab
PW
44702019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4471
4472 * gdb.base/info-var.exp: Test info variables without running
4473 to main, to avoid expect's buffer overflow.
4474
4e962e74
TT
44752019-09-03 Tom Tromey <tromey@adacore.com>
4476
4477 * gdb.ada/bias.exp: New file.
4478 * gdb.ada/bias/bias.adb: New file.
4479 * gdb.ada/print_chars.exp: Add regression test.
4480 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4481 (MC): New variable.
4482
2ea1a07a
SL
44832019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4484
4485 * gdb.base/argv0-symlink.exp: Run only on native target
4486 and local host.
4487
8077c50d
TV
44882019-08-29 Tom de Vries <tdevries@suse.de>
4489
4490 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4491 diverse debug info.
4492 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4493
48352473
TV
44942019-08-28 Tom de Vries <tdevries@suse.de>
4495
4496 * gdb.base/info-var.exp: Allow info variables to print info for files
4497 other than info-var-f1.c and info-var-f2.c.
4498
d8f27c60
AB
44992019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4500
4501 * gdb.fortran/info-types.exp: Add module.
4502 * gdb.fortran/info-types.f90: Update expected results.
4503
1f20c35e
AB
45042019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4505
4506 * gdb.fortran/info-types.exp: New file.
4507 * gdb.fortran/info-types.f90: New file.
4508 * lib/fortran.exp (fortran_character1): New proc.
4509
4acfdd20
AB
45102019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4511
4512 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4513 functions'. Reindent as needed.
4514 * gdb.base/info-var-f1.c: New file.
4515 * gdb.base/info-var-f2.c: New file.
4516 * gdb.base/info-var.exp: New file.
4517 * gdb.base/info-var.h: New file.
4518
5c31b358
TV
45192019-08-26 Tom de Vries <tdevries@suse.de>
4520
4521 PR c++/24852
4522 * gdb.cp/no-libstdcxx-probe.exp: New test.
4523
b694989f
TV
45242019-08-26 Tom de Vries <tdevries@suse.de>
4525
4526 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4527 * tests need to be skipped.
4528 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4529 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4530 mi_skip_libstdcxx_probe_tests.
4531
d9c4ba53
SDJ
45322019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4533
4534 * gdb.python/py-xmethods.exp: Use raw strings when passing
4535 arguments to SimpleXMethodMatcher.
4536
395fad09
TV
45372019-08-22 Tom de Vries <tdevries@suse.de>
4538
4539 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4540 more informative.
4541
26c957f1
PA
45422019-08-21 Pedro Alves <palves@redhat.com>
4543
4544 * gdb.base/with.exp: Test "with" with no arguments.
4545
61f80d5d
TV
45462019-08-21 Tom de Vries <tdevries@suse.de>
4547
4548 * gdb.base/gdb-caching-proc.exp: Sort files.
4549
d7a11d13
TV
45502019-08-20 Tom de Vries <tdevries@suse.de>
4551
4552 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4553 compilation.
4554
34dafe9f
TV
45552019-08-16 Tom de Vries <tdevries@suse.de>
4556
4557 * gdb.base/compare-sections.exp ("after run to main"): Allow
4558 mismatched read-only sections for PIE executables.
4559
398fdd60
TT
45602019-08-16 Tom Tromey <tom@tromey.com>
4561
4562 * lib/tuiterm.exp (_csi_Z): New proc.
4563 * gdb.tui/basic.exp: Update window positions.
4564 * gdb.tui/empty.exp: Update window positions.
4565
d8f9e51c
SL
45662019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4567
4568 * gdb.base/examine-backward.exp: Correct regexp for
4569 "examine 3 bytes backward from ${address_zero}".
4570
3df505f6
TT
45712019-08-15 Tom Tromey <tom@tromey.com>
4572
4573 * gdb.tui/empty.exp: Enable resizing tests.
4574
272560b5
TT
45752019-08-15 Tom Tromey <tromey@adacore.com>
4576
4577 * gdb.ada/char_enum.exp: Add regression tests.
4578 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4579 and '0'.
4580 (Char, Gchar): Update.
4581 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4582
08235187
CB
45832019-08-15 Christian Biesinger <cbiesinger@google.com>
4584
4585 * gdb.python/python.exp: Expect a leading underscore on
4586 GdbOutput{,Error}File.
4587
22a2ab04
SL
45882019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4589
4590 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4591 Windows host.
4592
835b995b
SL
45932019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4594
4595 * gdb.base/batch-preserve-term-settings.exp
4596 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4597
97dd8e07
CB
45982019-08-15 Christian Biesinger <cbiesinger@google.com>
4599
4600 * lib/gdb.exp: When running on a mingw target, replace
4601 /x/ with x:/.
4602
75faf5c4
AH
46032019-08-14 Alan Hayward <alan.hayward@arm.com>
4604
4605 * gdb.arch/aarch64-prologue.c: New test.
4606 * gdb.arch/aarch64-prologue.exp: New file.
4607
abc6c00f
TV
46082019-08-13 Tom de Vries <tdevries@suse.de>
4609
4610 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4611 Thread.
4612
74c2c1f4
SL
46132019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4614
4615 * gdb.python/py-completion.exp: Download the .py file to the host
4616 and use its host pathname. Conditionalize tests that use
4617 tab completion and manipulate files on the build machine.
4618 * gdb.python/py-events.exp: Download the .py file to the host
4619 and use its host pathname.
4620 * gdb.python/py-evsignal.exp: Likewise.
4621 * gdb.python/py-evthreads.exp: Likewise.
4622 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4623 pathname syntax.
4624 * gdb.python/py-framefilter.exp: Download the .py file to the right
4625 place on the host. Match Windows pathname syntax.
4626 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4627 .py file to the host and use its host pathname.
4628 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4629 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4630 build pathname. Skip symlink test on Windows host. Add missing
4631 newline at end of file.
4632 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4633 and use its host pathname.
4634 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4635 * gdb.python/py-section-script.exp: Use host location of binfile
4636 on safe-path. Use correct path separator on Windows host.
4637 Reorder alternatives in gdb_test_multiple to prevent matching
4638 the wrong alternative on success.
4639 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4640
ca2589f3
PP
46412019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4642
4643 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4644 expect the GDB inferior to no longer immediately stop after
4645 being resumed with "signal SIGINT".
4646
020a839d
SL
46472019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4648
4649 * gdb.linespec/break-ask.exp: Generalize regexps to match
4650 Windows pathnames too.
4651
128d6509
TV
46522019-08-08 Tom de Vries <tdevries@suse.de>
4653
4654 PR testsuite/24862
4655 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4656
590042fc
PW
46572019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4658
4659 * gdb.base/style.exp: Update tests for help doc new invariants.
4660 * gdb.base/help.exp: Likewise.
4661
046bebe1
TT
46622019-08-06 Tom Tromey <tom@tromey.com>
4663
4664 * gdb.base/style.exp: Add disassemble test.
4665 * gdb.base/style.c (some_called_function): New function.
4666 (main): Use it.
4667
0b27c27d
CB
46682019-08-05 Christian Biesinger <cbiesinger@google.com>
4669
4670 * gdb.python/py-block.exp: Test dictionary access on blocks.
4671
580f1034
SM
46722019-08-05 Simon Marchi <simon.marchi@efficios.com>
4673
4674 PR gdb/24863
4675 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4676 -list-thread-groups --available test when running under
4677 check-read1.
4678
d86bd7cb
TV
46792019-08-05 Tom de Vries <tdevries@suse.de>
4680
4681 PR testsuite/24863
4682 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4683 * gdb.base/help.exp: Use with_read1_timeout_factor.
4684 * gdb.base/info-macros.exp: Same.
4685 * gdb.cp/nested-types.exp: Same.
4686
a80cf5d8
TV
46872019-08-05 Tom de Vries <tdevries@suse.de>
4688
4689 * lib/gdb.exp (version_at_least): Factor out of ...
4690 (tcl_version_at_least): ... here.
4691 (gdb_compile): Fail if pie results in non-PIE executable.
4692 (readelf_version, readelf_prints_pie): New proc.
4693 (exec_is_pie): Return -1 if unknown.
4694
d0962838
TV
46952019-08-05 Tom de Vries <tdevries@suse.de>
4696
4697 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4698
2252ff3d
SL
46992019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4700
4701 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4702
26655f53
SL
47032019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4704
4705 * lib/completion-support.exp (test_gdb_complete_none): Skip
4706 tab completion tests if no readline support.
4707 (test_gdb_complete_unique_re): Likewise.
4708 (test_gdb_complete_multiple): Likewise.
4709
db4dc13e
PW
47102019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4711
4712 * gdb.base/info_sources.exp: New file.
4713 * gdb.base/info_sources.c: New file.
4714 * gdb.base/info_sources_base.c: New file.
4715
0eba165a
PFC
47162019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4717
4718 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4719 prefix argument.
4720 (test_exit_status): Add prefix argument.
4721
59bd512b
TV
47222019-08-01 Tom de Vries <tdevries@suse.de>
4723
4724 PR testsuite/24863
4725 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4726 calling exp_continue for new thread and thread exited messages.
4727
2a3ad588
TV
47282019-08-01 Tom de Vries <tdevries@suse.de>
4729
4730 PR testsuite/24863
4731 * gdb.base/structs.exp: Fix check-read1 timeout using
4732 gdb_test_sequence.
4733 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4734
117eb594
TV
47352019-08-01 Tom de Vries <tdevries@suse.de>
4736
4737 PR testsuite/24863
4738 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4739 line.
4740
ed591340
TV
47412019-08-01 Tom de Vries <tdevries@suse.de>
4742
4743 PR testsuite/24863
4744 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4745
aa3b6533
TT
47462019-07-30 Tom Tromey <tromey@adacore.com>
4747
4748 * gdb.ada/display_nested.exp: New file.
4749 * gdb.ada/display_nested/foo.adb: New file.
4750 * gdb.ada/display_nested/pack.adb: New file.
4751 * gdb.ada/display_nested/pack.ads: New file.
4752
2906593f
CB
47532019-07-30 Christian Biesinger <cbiesinger@google.com>
4754
4755 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4756 namespace.
4757 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4758
0f575925
TV
47592019-07-30 Tom de Vries <tdevries@suse.de>
4760
4761 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4762 instead.
4763
b13057d9
TV
47642019-07-30 Tom de Vries <tdevries@suse.de>
4765
4766 PR testsuite/24834
4767 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4768 (exec_is_pie): New proc.
4769
5c4dde85
CB
47702019-07-29 Christian Biesinger <cbiesinger@google.com>
4771
4772 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4773
c620ed88
CB
47742019-07-29 Christian Biesinger <cbiesinger@google.com>
4775
4776 * gdb.python/py-objfile.c: Add global and static vars.
4777 * gdb.python/py-objfile.exp: Test new functions Objfile.
4778 lookup_global_symbol and lookup_static_symbol.
4779
3d235706
TT
47802019-07-29 Tom Tromey <tom@tromey.com>
4781
4782 * lib/tuiterm.exp (Term::_csi_@): New proc.
4783 (Term::_csi_X): Don't move cursor.
4784
c7e4c0a6
PW
47852019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4786
4787 * gdb.base/options.exp: Update backtrace - completion to
4788 new option -frame-info.
4789 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4790 Test new 'set print frame-info'. Test backtrace -frame-info
4791 overriding 'set print frame-info'.
4792 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4793 Test new 'set print frame-info'.
4794 Verify consistency of backtrace with and without filters, with and
4795 without -no-filters.
4796 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4797 default.
4798
de28a3b7
TV
47992019-07-29 Tom de Vries <tdevries@suse.de>
4800
4801 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4802 no arguments".
4803
507dd60e
TV
48042019-07-29 Tom de Vries <tdevries@suse.de>
4805
4806 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4807 is a substring of the first for "complete non-unique file name".
4808
5beafce9
TV
48092019-07-29 Tom de Vries <tdevries@suse.de>
4810
4811 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4812 with ".*".
4813
2d274232
TV
48142019-07-29 Tom de Vries <tdevries@suse.de>
4815
4816 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4817 Pass prompt_regexp parameter to gdb_test_multiple calls.
4818
9197cd8b
TV
48192019-07-29 Tom de Vries <tdevries@suse.de>
4820
4821 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 4822 print registers" regexps.
9197cd8b 4823
b528dae0
TV
48242019-07-29 Tom de Vries <tdevries@suse.de>
4825
4826 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4827
d17725d7
TV
48282019-07-29 Tom de Vries <tdevries@suse.de>
4829
4830 PR gdb/24855
4831 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4832 (skip_python_tests_prompt): Add prompt_regexp argument to
4833 gdb_test_multiple calls.
4834
52b75bf1
TT
48352019-07-27 Tom Tromey <tom@tromey.com>
4836
4837 * gdb.tui/main.exp: New file.
4838
2b1d00c2
TT
48392019-07-27 Tom Tromey <tom@tromey.com>
4840
4841 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4842 optional.
4843 * gdb.tui/empty.exp: New file.
4844
ded631d5
TT
48452019-07-27 Tom Tromey <tom@tromey.com>
4846
4847 * lib/tuiterm.exp (spawn): New proc.
4848 (Term::resize): New proc.
4849 * gdb.tui/resize.exp: New file.
4850
58ac439d
TT
48512019-07-27 Tom Tromey <tom@tromey.com>
4852
4853 * gdb.tui/list.exp: New file.
4854
fe1f56ee
TT
48552019-07-27 Tom Tromey <tom@tromey.com>
4856
4857 * gdb.tui/regs.exp: New file.
4858
f790b310
TT
48592019-07-27 Tom Tromey <tom@tromey.com>
4860
4861 * gdb.tui/basic.exp: Add "layout split" test.
4862
d95fc6ee
TT
48632019-07-27 Tom Tromey <tom@tromey.com>
4864
4865 * gdb.tui/basic.exp: Add "layout asm" test.
4866
c3786b3a
TT
48672019-07-27 Tom Tromey <tom@tromey.com>
4868
4869 * lib/tuiterm.exp: New file.
4870 * gdb.tui/basic.exp: New file.
4871
98a617f8
KB
48722019-07-27 Kevin Buettner <kevinb@redhat.com>
4873
4874 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4875 Enable tests associated with this flag. Adjust regex
4876 referencing "foo_low" to now refer to "foo_cold" instead.
4877
5c076da4
KB
48782019-07-27 Kevin Buettner <kevinb@redhat.com>
4879
4880 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4881 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4882 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4883 foo_cold. Revise comments to match.
4884 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4885 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4886 were wrapped into this proc; Call do_test in loop from outermost
4887 level.
4888 (foo_low): Rename all occurrences to "foo_cold".
4889 (backtrace from baz): New test.
4890 (x2/i foo_cold): New test.
4891 (info line *foo_cold): New test.
4892
1512d3b7
TV
48932019-07-26 Tom de Vries <tdevries@suse.de>
4894
4895 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4896
297989a1
TV
48972019-07-25 Tom de Vries <tdevries@suse.de>
4898
4899 PR testsuite/24830
4900 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4901 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4902 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4903 (skip_libstdcxx_probe_tests): ... here.
4904 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4905
b3b965fb
TV
49062019-07-24 Tom de Vries <tdevries@suse.de>
4907
4908 PR testsuite/24807
4909 * gdb.objc/basicclass.m: Include stdio.h.
4910 * gdb.objc/nondebug.m: Same.
4911 * gdb.objc/objcdecode.m: Same.
4912
4625b4d0
TV
49132019-07-24 Tom de Vries <tdevries@suse.de>
4914
4915 PR testsuite/24612
4916 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4917 additional_flags.
4918
024a5840
TV
49192019-07-24 Tom de Vries <tdevries@suse.de>
4920
4921 PR testsuite/24831
4922 * gdb.multi/tids.exp: Update error messages for info threads.
4923
c76ddaa3
TV
49242019-07-24 Tom de Vries <tdevries@suse.de>
4925
4926 * gdb.base/info-types.exp: Allow info types to print info for more than
4927 one file.
4928
9a618ef6
TV
49292019-07-23 Tom de Vries <tdevries@suse.de>
4930
4931 PR testsuite/24842
4932 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4933 gdb_spawn_with_cmdline_opts.
4934
40eadf04
SP
49352019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4936
4937 * gdb.arch/arm-cmse-sgstubs.c: New test.
4938 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4939
5ba29434
TV
49402019-07-23 Tom de Vries <tdevries@suse.de>
4941
4942 PR testsuite/24711
4943 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4944 issuing next command.
4945
a8e9d247
AB
49462019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4947
4948 * gdb.ada/info_auto_lang.exp: Update expected results.
4949 * gdb.base/info-types.c: Add additional types to check.
4950 * gdb.base/info-types.exp: Update expected results.
4951
eb86c5e2
AB
49522019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4953
4954 * gdb.base/info-types.c: New file.
4955 * gdb.base/info-types.exp: New file.
4956
01e175fe
AB
49572019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4958
4959 * gdb.arch/riscv-bp-infcall.c: New file.
4960 * gdb.arch/riscv-bp-infcall.exp: New file.
4961
6b78c3f8
AB
49622019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4963
4964 PR breakpoints/24541
4965 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4966
da738167
TV
49672019-07-14 Tom de Vries <tdevries@suse.de>
4968
4969 PR testsuite/24760
4970 * gdb.objc/basicclass.exp: Fix unterminated string.
4971
0d4e84ed
AB
49722019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4973 Andrew Burgess <andrew.burgess@embecosm.com>
4974
4975 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4976 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4977 negative bounds.
4978 * gdb.fortran/vla-value.exp: Print elements of an array with
4979 negative bounds.
4980 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4981 testing.
4982
021d8588
AB
49832019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4984
4985 * gdb.base/options.exp (expect_string): Dequote strings in
4986 results.
4987 (test-string): Test strings with different quoting and reindent.
4988
f06f1252
TT
49892019-07-10 Tom Tromey <tromey@adacore.com>
4990
4991 * gdb.ada/mi_ex_cond.exp: Update expected results.
4992 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4993 * gdb.ada/mi_catch_ex.exp: Update expected results.
4994 * gdb.ada/mi_catch_assert.exp: Update expected results.
4995 * gdb.ada/catch_ex.exp (catch_exception_info)
4996 (catch_exception_entry, catch_assert_entry)
4997 (catch_unhandled_entry): Update.
4998 * gdb.ada/catch_assert_if.exp: Update expected results.
4999
b863685d
RB
50002019-07-10 Richard Bunt <richard.bunt@arm.com>
5001 Stephen Roberts <stephen.roberts@arm.com>
5002
5003 * gdb.base/define.exp: Restore original prompt.
5004
cb1e4e32
PA
50052019-07-09 Pedro Alves <palves@redhat.com>
5006
5007 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
5008 breakpoints" output.
5009 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
5010 * gdb.python/py-breakpoint.exp: No longer expect that "catch
5011 throw" creates breakpoint.
5012 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
5013 'type="catchpoint"'.
5014
b58a68fe
PA
50152019-07-09 Pedro Alves <palves@redhat.com>
5016
5017 PR c++/15468
5018 * gdb.cp/except-multi-location-lib.cc: New.
5019 * gdb.cp/except-multi-location-main.cc: New.
5020 * gdb.cp/except-multi-location.exp: New.
5021
0826779b
PW
50222019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
5023
5024 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
5025 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
5026 argument and update callers.
5027
5b0e2db4
AB
50282019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5029
5030 * gdb.arch/amd64-break-on-asm-line.S: New file.
5031 * gdb.arch/amd64-break-on-asm-line.exp: New file.
5032
1f6f6e21
PW
50332019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5034
5035 * gdb.base/printcmds.exp: Test printing C string and
5036 C wide string convenience vars without transiting via the inferior.
5037 Also make test names unique.
5038
ea142fbf
AH
50392019-07-08 Alan Hayward <alan.hayward@arm.com>
5040
5862c886 5041 PR breakpoints/25011
ea142fbf
AH
5042 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
5043
213fd9fa
PA
50442019-07-04 Pedro Alves <palves@redhat.com>
5045
5046 * lib/gdb.exp (foreach_with_prefix): Don't return early if
5047 body returned ok(0), break(3) or continue(4).
5048 * gdb.testsuite/foreach_with_prefix.exp: New file.
5049
2b40fda7
AH
50502019-07-04 Alan Hayward <alan.hayward@arm.com>
5051
5052 * gdb.server/unittest.exp: Allow 0 unit tests to run.
5053
a26c8de0
PA
50542019-07-03 Pedro Alves <palves@redhat.com>
5055
5056 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
5057 "return -code".
5058
5f4ba3e7
PA
50592019-07-03 Pedro Alves <palves@redhat.com>
5060
5061 PR cli/24732
5062 * gdb.base/shell.exp: Load completion-support.exp.
5063 Adjust expected error output. Add completion tests.
5064
a994424f
PA
50652019-07-03 Pedro Alves <palves@redhat.com>
5066
5067 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
5068 string_to_regexp.
5069
3d9be6f5
PA
50702019-07-03 Pedro Alves <palves@redhat.com>
5071
5072 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
5073 (expect_integer): Adjust to expect "-string".
5074 (expect_string): New.
5075 (all_options): Expect "-string".
5076 (test-flag, test-boolean): Adjust to expect "-string".
5077 (test-string): New proc.
5078 (top level): Call it.
5079
41fc454c
PA
50802019-07-03 Pedro Alves <palves@redhat.com>
5081
5082 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
5083 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
5084 the expected output in the success.
5085
b2b2a215
PA
50862019-07-03 Pedro Alves <palves@redhat.com>
5087
5088 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5089 Split one gdb_test_multiple call in two to avoid a race.
5090
fdbc9870
PA
50912019-07-03 Pedro Alves <palves@redhat.com>
5092
5093 * gdb.base/with.c: New file.
5094 * gdb.base/with.exp: New file.
5095
c6ac8931
PA
50962019-07-03 Pedro Alves <palves@redhat.com>
5097
5098 * gdb.base/settings.exp: Replace all references to "maint
5099 test-settings set" with references to "maint set test-settings",
5100 and all references to "maint test-settings show" with references
5101 to "maint show test-settings".
5102
970f9d09
PA
51032019-07-03 Pedro Alves <palves@redhat.com>
5104
5105 * gdb.base/settings.exp (test-string): Adjust expected out when
5106 testing "maint test-settings show filename"
5107
54d66006
PA
51082019-07-02 Pedro Alves <palves@redhat.com>
5109
5110 * gdb.base/options.exp (test-info-threads): New procedure.
5111 (top level): Call it.
5112
10d06d82
TT
51132019-06-28 Tom Tromey <tromey@adacore.com>
5114
5115 * gdb.dwarf2/ada-linkage-name.c: New file.
5116 * gdb.dwarf2/ada-linkage-name.exp: New file.
5117
3d507ff2
TT
51182019-06-27 Tom Tromey <tromey@adacore.com>
5119
d039f014 5120 PR c++/20020:
3d507ff2
TT
5121 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5122
8af58ffe
TV
51232019-06-26 Tom de Vries <tdevries@suse.de>
5124
5125 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5126
22e21752
TV
51272019-06-26 Tom de Vries <tdevries@suse.de>
5128
5129 * gdb.base/index-cache.exp: Add back missing debug option.
5130
b65b566c
PW
51312019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5132
5133 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5134
5c2c8c69
TV
51352019-06-25 Tom de Vries <tdevries@suse.de>
5136
5137 PR testsuite/24727
5138 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5139
164e3873
TV
51402019-06-24 Tom de Vries <tdevries@suse.de>
5141
5142 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5143
824eacee
TV
51442019-06-24 Tom de Vries <tdevries@suse.de>
5145
5146 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5147 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5148 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5149
385b97d3
TV
51502019-06-24 Tom de Vries <tdevries@suse.de>
5151
5152 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5153
c596f180
TV
51542019-06-21 Tom de Vries <tdevries@suse.de>
5155
5156 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5157
b13a7d03
TV
51582019-06-21 Tom de Vries <tdevries@suse.de>
5159
5160 PR testsuite/24518
5161 PR ada/24713
5162 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5163 index.
5164
899277ae
TT
51652019-06-19 Tom Tromey <tromey@adacore.com>
5166
5167 * gdb.ada/length_cond.exp: Add intro comment.
5168
680e1bee
TT
51692019-06-19 Tom Tromey <tromey@adacore.com>
5170
5171 * gdb.ada/length_cond.exp: New file.
5172 * gdb.ada/length_cond/length_cond.adb: New file.
5173 * gdb.ada/length_cond/pck.adb: New file.
5174 * gdb.ada/length_cond/pck.ads: New file.
5175
0ed4690a
TV
51762019-06-18 Tom de Vries <tdevries@suse.de>
5177
5178 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5179
d20ed5fd
TT
51802019-06-18 Tom Tromey <tromey@adacore.com>
5181
5182 * gdb.base/list0.h: Add comment explaining control character.
5183
86e04673
TV
51842019-06-18 Tom de Vries <tdevries@suse.de>
5185
5186 * boards/fission.exp: Break up long debug_flags line.
5187
c4973306
SM
51882019-06-16 Tom de Vries <tdevries@suse.de>
5189
5190 PR gdb/24445
5191 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5192 generated index.
5193
93cb9841
AB
51942019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5195
5196 PR gdb/24686
5197 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5198 improve detection of bug gdb/24541.
5199
399aaebd
SM
52002019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5201
5202 PR gdb/24669
5203 * gdb.base/index-cache.exp (uses_readnow,
5204 expecting_index_cache_use): Define global variable.
5205 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5206 expecting_index_cache_use.
5207
584a927c
AB
52082019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5209 Andrew Burgess <andrew.burgess@embecosm.com>
5210
5211 * gdb.fortran/pointers.f90: New file.
5212 * gdb.fortran/print_type.exp: New file.
5213 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5214 * gdb.fortran/vla-type.exp: Likewise.
5215 * gdb.fortran/vla-value.exp: Likewise.
5216 * gdb.mi/mi-vla-fortran.exp: Likewise.
5217
30056ea0
AB
52182019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5219
5220 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5221 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5222 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5223 as a stop reason.
5224
ec8e2b6d
AB
52252019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5226
5227 * gdb.base/annota1.exp: Update expected results.
5228 * gdb.cp/annota2.exp: Likewise.
5229 * gdb.cp/annota3.exp: Likewise.
5230
09e4c4e1
AB
52312019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5232
5233 * gdb.base/style-logging.exp: Remove path from test name.
5234
0735b091
TT
52352019-06-14 Tom Tromey <tromey@adacore.com>
5236
5237 PR gdb/24502:
5238 * gdb.base/style-logging.exp: New file.
5239
f5686554
TT
52402019-06-14 Tom Tromey <tromey@adacore.com>
5241
5242 * gdb.base/symfile-warn.exp: New file.
5243 * gdb.base/symfile-warn.c: New file.
5244
a0c1ffed
TT
52452019-06-14 Tom Tromey <tromey@adacore.com>
5246
5247 * gdb.base/annotate-symlink.exp: New file.
5248
f411722c
TT
52492019-06-14 Tom Tromey <tromey@adacore.com>
5250
5251 * gdb.ada/set_wstr.exp: Add reassignment test.
5252
4268ec18
TT
52532019-06-14 Tom Tromey <tromey@adacore.com>
5254
5255 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5256 'unchecked_access and 'unrestricted_access as well.
5257
9a9e394b
TT
52582019-06-14 Tom Tromey <tromey@adacore.com>
5259
5260 PR ada/24539:
5261 * gdb.ada/vla.exp: Update tests.
5262 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5263 pragma.
5264
4c048731
PA
52652019-06-13 Pedro Alves <palves@redhat.com>
5266
5267 * gdb.base/settings.exp (test-integer): Test junk after
5268 "unlimited".
5269
6665660a
PA
52702019-06-13 Pedro Alves <palves@redhat.com>
5271
5272 * gdb.base/options.exp (test-thread-apply): New.
5273 (top level): Call it.
5274
5d707134
PA
52752019-06-13 Pedro Alves <palves@redhat.com>
5276
5277 * gdb.base/options.exp (test-frame-apply): New.
5278 (top level): Test print commands with different "frame apply"
5279 prefixes.
5280
e2a689da
PA
52812019-06-13 Pedro Alves <palves@redhat.com>
5282
e79be6e5 5283 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
5284 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5285 'max_completions' parameter and handle it.
5286 (test_gdb_completion_offers_commands): New.
5287
90a1ef87
PA
52882019-06-13 Pedro Alves <palves@redhat.com>
5289
5290 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5291
d4c16835
PA
52922019-06-13 Pedro Alves <palves@redhat.com>
5293
5294 * gdb.base/options.exp (test-backtrace): New.
5295 (top level): Call it.
5296
2daf894e
PA
52972019-06-13 Pedro Alves <palves@redhat.com>
5298
5299 * gdb.guile/scm-frame-args.exp: Use "set print
5300 raw-frame-arguments" instead of "set print raw frame-arguments".
5301 * gdb.python/py-frame-args.exp: Likewise.
5302
e6ed716c
PA
53032019-06-13 Pedro Alves <palves@redhat.com>
5304
5305 * gdb.compile/compile.exp: Adjust expected output to option
5306 processing changes.
5307
7d8062de
PA
53082019-06-13 Pedro Alves <palves@redhat.com>
5309
5310 * gdb.base/options.exp: Build executable.
5311 (test-print): New procedure.
5312 (top level): Call it, once for "print" and another for "compile
5313 print".
5314
9d0faba9
PA
53152019-06-13 Pedro Alves <palves@redhat.com>
5316
5317 * gdb.base/options.c: New file.
5318 * gdb.base/options.exp: New file.
5319
dee7b4c8
PA
53202019-06-13 Pedro Alves <palves@redhat.com>
5321
5322 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5323 that "o" is ambiguous.
5324
dca0f6c0
PA
53252019-06-13 Pedro Alves <palves@redhat.com>
5326
5327 * gdb.base/settings.c: New file.
5328 * gdb.base/settings.exp: New file.
5329
ccf46844
PA
53302019-06-13 Pedro Alves <palves@redhat.com>
5331
5332 * gdb.base/completion.exp: Fix comment typo.
5333
b9a3f842
PA
53342019-06-13 Pedro Alves <palves@redhat.com>
5335
5336 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5337 foo --1" test.
5338
d106773e
PA
53392019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5340
5341 * gdb.fortran/block-data.f: New.
5342 * gdb.fortran/block-data.exp: New.
5343
fea82da0
TV
53442019-06-11 Tom de Vries <tdevries@suse.de>
5345
5346 PR testsuite/24521
5347 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5348 message.
5349
8c2e74f1
TV
53502019-06-11 Tom de Vries <tdevries@suse.de>
5351
5352 PR testsuite/24521
5353 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5354
b49851c8
TV
53552019-06-11 Tom de Vries <tdevries@suse.de>
5356
5357 * boards/readnow.exp: New file.
5358
a7067863
AB
53592019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5360
5361 * gdb.fortran/vla-sizeof.exp: Update expected results.
5362
1a3da2cd
AB
53632019-06-06 Amos Bird <amosbird@gmail.com>
5364
5365 * gdb.base/annota1.exp (thread_switch): Add test for
5366 thread-exited annotation.
5367
3847a7bf
TT
53682019-06-06 Tom Tromey <tromey@adacore.com>
5369
5370 * gdb.base/maint.exp: Expect command started/finished output.
5371
0088ba59
AB
53722019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5373
5374 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5375 comment.
5376 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5377
312617a3
AB
53782019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5379
5380 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5381 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5382 * gdb.arch/riscv-unwind-long-insn.c: New file.
5383 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5384
e1f2e1a2
CB
53852019-06-04 Christian Biesinger <cbiesinger@google.com>
5386
d3238f7d 5387 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 5388
206584bd
PW
53892019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5390
5391 * lib/gdb.exp (help_list_trailer): New regexp variable
5392 factorizing the help trailer message.
5393 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5394 arg to allow to better factorize various tests.
5395 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5396 (test_prefix_command_help): Use help_list_trailer.
5397 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5398 * gdb.guile/scm-cmd.exp: Likewise.
5399 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5400 * gdb.base/help.exp: Use test_user_defined_class_help.
5401 * gdb.base/style.exp: Add tests for styling of help and apropos.
5402 * lib/gdb-utils.exp (style): Add title and highlight styles.
5403
708dc93e
PW
54042019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5405
5406 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5407 $_shell_exitsignal.
5408 * gdb.base/default.exp: Update for new convenience variables.
5409
f49055a5
TT
54102019-05-29 Tom Tromey <tromey@adacore.com>
5411
5412 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5413 to "break complete ada" test case's regexp.
5414
4330d61d
TT
54152019-05-29 Tom Tromey <tromey@adacore.com>
5416
5417 PR c++/20020:
5418 * gdb.cp/constexpr-field.exp: New file.
5419 * gdb.cp/constexpr-field.cc: New file.
5420
000439d5
TT
54212019-05-29 Tom Tromey <tromey@adacore.com>
5422
5423 * gdb.base/finish.exp (finish_no_print): New proc.
5424 (finish_tests): Call it.
5425
5a01c34c
TV
54262019-05-24 Tom de Vries <tdevries@suse.de>
5427
5428 * gdb.dwarf2/gdb-add-index.exp: New file.
5429
18125b16
TT
54302019-05-22 Tom Tromey <tromey@adacore.com>
5431
5432 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5433 * gdb.base/style.exp: Use "style".
5434 * lib/gdb-utils.exp (style): New proc.
5435
af1a8d03
TV
54362019-05-22 Tom de Vries <tdevries@suse.de>
5437
5438 * gdb.base/align.exp: Require c++11.
5439
e7fe496b
TV
54402019-05-22 Tom de Vries <tdevries@suse.de>
5441
5442 PR testsuite/24586
5443 * gdb.python/py-mi-var-info-path-expression.exp: Call
5444 mi_skip_python_tests to check if python is supported.
5445
8fca4da0
AH
54462019-05-22 Alan Hayward <alan.hayward@arm.com>
5447
5448 * gdb.arch/aarch64-pauth.c: New test.
5449 * gdb.arch/aarch64-pauth.exp: New file.
5450
b7060614
AH
54512019-05-22 Alan Hayward <alan.hayward@arm.com>
5452
5453 * README (Re-running Tests Outside The Testsuite): New section.
5454
669d0468
TV
54552019-05-21 Tom de Vries <tdevries@suse.de>
5456
5457 * gdb.arch/amd64-eval.exp: Require c++11.
5458 * gdb.base/max-depth.exp: Same.
5459 * gdb.compile/compile-cplus-array-decay.exp: Same.
5460 * gdb.cp/meth-typedefs.exp: Same.
5461 * gdb.cp/subtypes.exp: Same.
5462 * gdb.cp/temargs.exp: Same.
5463
ce3ebcaa
AH
54642019-05-21 Alan Hayward <alan.hayward@arm.com>
5465
5466 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5467
34d11c68
AB
54682019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5469
5470 PR gdb/18644
5471 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5472 * gdb.fortran/printing-types.exp: Add new test.
5473 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5474 testing.
5475 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5476 setup_kfail call.
5477
87781e84
AH
54782019-05-17 Alan Hayward <alan.hayward@arm.com>
5479
5480 * README (Running the Testsuite): Change example.
5481 (Testsuite Parameters): Remove TRANSCRIPT.
5482 * lib/gdb.exp: Remove TRANSCRIPT check.
5483
b420b89e
AH
54842019-05-17 Alan Hayward <alan.hayward@arm.com>
5485
5486 * README (Testsuite Parameters): Add replay logging to
5487 GDBSERVER_DEBUG.
5488 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5489 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5490 as a comma separated list.
5491 (gdb_debug_init): Override procedure.
5492
408e9b8b
AH
54932019-05-17 Alan Hayward <alan.hayward@arm.com>
5494
5495 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5496 (gdb_write_cmd_file): New procedure.
5497 * lib/gdbserver-support.exp (gdbserver_start): Call
5498 gdbserver_write_cmd_file.
5499 (gdbserver_write_cmd_file): New procedure.
5500
f9e2e39d
AH
55012019-05-17 Alan Hayward <alan.hayward@arm.com>
5502
5503 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5504 (delete_breakpoints): Likewise.
5505 (gdb_run_cmd): Likewise.
5506 (gdb_start_cmd): Likewise.
5507 (gdb_starti_cmd): Likewise.
5508 (gdb_internal_error_resync): Likewise.
5509 (gdb_test_multiple): Likewise.
5510 (gdb_reinitialize_dir): Likewise.
5511 (default_gdb_exit): Likewise.
5512 (gdb_file_cmd): Mark kill as optional.
5513 (default_gdb_start): Call gdb_stdin_log_init.
5514 (send_gdb): Call gdb_stdin_log_write.
5515 (rerun_to_main): Mark Y as an answer.
5516 (gdb_stdin_log_init): New function.
5517 (gdb_stdin_log_write): Likewise.
5518
81f47ac2
AH
55192019-05-17 Alan Hayward <alan.hayward@arm.com>
5520
5521 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5522 * gdb.base/debug-expr.exp: Likewise.
5523 * gdb.base/foll-fork.exp: Likewise.
5524 * gdb.base/foll-vfork.exp: Likewise.
5525 * gdb.base/fork-print-inferior-events.exp: Likewise.
5526 * gdb.base/gdb-sigterm.exp: Likewise.
5527 * gdb.base/gdbinit-history.exp: Likewise.
5528 * gdb.base/osabi.exp: Likewise.
5529 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5530 * gdb.base/ui-redirect.exp: Likewise.
5531 * gdb.gdb/unittest.exp: Likewise.
5532 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5533 * gdb.mi/mi-watch.exp: Likewise.
5534 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5535 * gdb.mi/user-selected-context-sync.exp: Likewise.
5536 * gdb.python/python.exp: Disable debug test when debugging.
5537 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5538 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5539 Likewise.
5540 * gdb.threads/stepi-random-signal.exp: Likewise.
5541
29b52314
AH
55422019-05-17 Alan Hayward <alan.hayward@arm.com>
5543
5544 * Makefile.in: Pass through GDB_DEBUG.
5545 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5546 (gdb,debug): Add board setting.
5547 * lib/gdb.exp (default_gdb_start): Start debugging.
5548 (gdb_debug_enabled): New procedure.
5549 (gdb_debug_init): Likewise.
29b52314
AH
5550
55512019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 5552
29b52314
AH
5553 * Makefile.in: Pass through GDB_DEBUG.
5554 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5555 (gdb,debug): Add board setting.
5556 * lib/gdb.exp (default_gdb_start): Start debugging.
5557 (gdb_debug_enabled): New procedure.
5558 (gdb_debug_init): Likewise.
29b52314 5559
ca1285d1
AH
55602019-05-17 Alan Hayward <alan.hayward@arm.com>
5561
5562 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5563
f3a09c80
AH
55642019-05-17 Alan Hayward <alan.hayward@arm.com>
5565
5566 * gdb.base/ui-redirect.exp: Test redirection.
5567
26648588
JV
55682019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5569
5570 * gdb.mi/mi-complete.exp: New file.
5571 * gdb.mi/mi-complete.cc: Likewise.
5572
14237686
AB
55732019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5574
5575 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5576 indexed and sliced arrays, and pointers to arrays.
5577
e7bd7fba
TT
55782019-05-14 Tom Tromey <tromey@adacore.com>
5579
5580 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5581 styling test.
5582
2764128d
TV
55832019-05-14 Tom de Vries <tdevries@suse.de>
5584
5585 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5586 selection entry encoding.
5587
71bed2db
TT
55882019-05-10 Tom Tromey <tromey@adacore.com>
5589
5590 * gdb.ada/info_exc.exp: Add "complete" test.
5591
63b667ad
TV
55922019-05-09 Tom de Vries <tdevries@suse.de>
5593
5594 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5595 CU-relative.
5596
9cfd2b89
TV
55972019-05-09 Tom de Vries <tdevries@suse.de>
5598
5599 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5600 CU-relative.
5601
2228ef77
XR
56022019-05-08 Joel Brobecker <brobecker@adacore.com>
5603
5604 * gdb.ada/frame_arg_lang.exp: New testcase.
5605 * gdb.ada/frame_arg_lang/bla.adb: New file.
5606 * gdb.ada/frame_arg_lang/pck.ads: New file.
5607 * gdb.ada/frame_arg_lang/pck.adb: New file.
5608 * gdb.ada/frame_arg_lang/foo.c: New file.
5609
80e55b13
TT
56102019-05-08 Tom Tromey <tromey@adacore.com>
5611
5612 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5613
9d3421af
TT
56142019-05-08 Tom Tromey <tromey@adacore.com>
5615
5616 * gdb.base/ptype-offsets.exp: Update tests.
5617
844333e2
TT
56182019-05-08 Tom Tromey <tromey@adacore.com>
5619
5620 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5621 cases.
5622 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5623 "short".
5624
988915ee
TT
56252019-05-08 Tom Tromey <tromey@adacore.com>
5626
5627 * gdb.ada/vla.exp: New file.
5628 * gdb.ada/vla/vla.adb: New file.
5629
7bd55dac
TV
56302019-05-07 Tom de Vries <tdevries@suse.de>
5631
5632 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5633
75f06e9d
TV
56342019-05-07 Tom de Vries <tdevries@suse.de>
5635
5636 PR testsuite/24522
5637 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5638 section.
5639
77e7aaa4
TV
56402019-05-07 Tom de Vries <tdevries@suse.de>
5641
5642 PR testsuite/24522
5643 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5644 .debug_aranges section.
5645
456ba0fa
TV
56462019-05-07 Tom de Vries <tdevries@suse.de>
5647
5648 PR testsuite/24159
5649 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5650
5a56d6a6
TV
56512019-05-06 Tom de Vries <tdevries@suse.de>
5652
5653 * lib/gdb.exp (exec_has_index_section): New proc.
5654 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5655 section.
5656
9d6d4be8
TV
56572019-05-04 Tom de Vries <tdevries@suse.de>
5658
5659 * boards/cc-with-debug-names.exp: New file.
5660
222a8d25
TT
56612019-05-03 Tom Tromey <tromey@adacore.com>
5662
5663 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5664 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5665 * gdb.ada/char_enum.exp: Add test.
5666
0fdfd794
TV
56672019-05-03 Tom de Vries <tdevries@suse.de>
5668
5669 * boards/cc-with-gdb-index.exp: New file.
5670
80062eb9
AB
56712019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5672
5673 * gdb.rust/simple.exp: Add new test case.
5674 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5675 (main): Initialise an instance of the new struct.
5676
4504bbde
TT
56772019-05-01 Tom Tromey <tromey@adacore.com>
5678
5679 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5680 record.
5681 (NPR): New variable.
5682 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5683 test.
5684
d48e62f4
TT
56852019-05-01 Tom Tromey <tromey@adacore.com>
5686
5687 * gdb.ada/packed_array_assign.exp: Add packed assignment
5688 regression test.
5689
f59f30f5
TV
56902019-05-01 Tom de Vries <tdevries@suse.de>
5691
5692 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5693
b70bfc54
TV
56942019-05-01 Tom de Vries <tdevries@suse.de>
5695
5696 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5697
15f18d14
AT
56982019-04-30 Ali Tamur <tamur@google.com>
5699
5700 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5701
2ff0a947
TT
57022019-04-30 Tom Tromey <tromey@adacore.com>
5703
5704 * lib/ada.exp (find_ada_tool): New proc.
5705 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5706 * gdb.ada/catch_ex_std.exp: New file.
5707 * gdb.ada/catch_ex_std/foo.adb: New file.
5708 * gdb.ada/catch_ex_std/some_package.adb: New file.
5709 * gdb.ada/catch_ex_std/some_package.ads: New file.
5710
a776957c
TT
57112019-04-30 Tom Tromey <tromey@adacore.com>
5712
5713 PR c++/24470:
5714 * gdb.cp/temargs.cc: Add test code from PR.
5715
bc68014d
AB
57162019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5717
5718 * gdb.fortran/vla-datatypes.exp: Update expected results.
5719 * gdb.fortran/vla-ptype.exp: Likewise.
5720 * gdb.fortran/vla-type.exp: Likewise.
5721 * gdb.fortran/vla-value.exp: Likewise.
5722
f1fdc960
AB
57232019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5724
5725 * gdb.fortran/ptr-indentation.exp: Update expected results.
5726 * gdb.fortran/ptype-on-functions.exp: Likewise.
5727 * gdb.fortran/vla-ptr-info.exp: Likewise.
5728 * gdb.fortran/vla-value.exp: Likewise.
5729
bf7a4de1
AB
57302019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5731
5732 * gdb.fortran/ptype-on-functions.exp: New file.
5733 * gdb.fortran/ptype-on-functions.f90: New file.
5734
bbe75b9d
AB
57352019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5736
5737 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5738 case void string.
5739
1db455a7
AB
57402019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5741
5742 * gdb.fortran/complex.exp: Expand.
5743 * gdb.fortran/complex.f: Renamed to...
5744 * gdb.fortran/complex.f90: ...this, and extended to add more
5745 complex values.
5746
b6d03bb2
AB
57472019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5748
5749 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5750 MODULO, CMPLX.
5751
2e62ab40
AB
57522019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5753 Richard Bunt <richard.bunt@arm.com>
5754
5755 * gdb.base/max-depth.c: New file.
5756 * gdb.base/max-depth.exp: New file.
5757 * gdb.python/py-nested-maps.c: New file.
5758 * gdb.python/py-nested-maps.exp: New file.
5759 * gdb.python/py-nested-maps.py: New file.
5760 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5761 (test_all_common): Call test_max_depth.
5762 * gdb.fortran/max-depth.exp: New file.
5763 * gdb.fortran/max-depth.f90: New file.
5764 * gdb.go/max-depth.exp: New file.
5765 * gdb.go/max-depth.go: New file.
5766 * gdb.modula2/max-depth.exp: New file.
5767 * gdb.modula2/max-depth.c: New file.
5768 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5769
d2b584a5
TV
57702019-04-29 Tom de Vries <tdevries@suse.de>
5771
5772 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5773
136afab8
PW
57742019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5775
5776 * gdb.base/callexit.exp: Test may-call-functions off.
5777
725cbb63
KS
57782019-04-25 Keith Seitz <keiths@redhat.com>
5779
5780 PR c++/24367
5781 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5782 (another_incomplete_struct, test_incomplete): New definitions.
5783 (main): Use new definitions.
5784 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5785 functions.
5786
701adfb0
PA
57872019-04-25 Ali Tamur <tamur@google.com>
5788
5789 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5790
82433e3e
SDJ
57912019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5792
5793 PR corefiles/11608
5794 PR corefiles/18187
5795 * gdb.base/coredump-filter-build-id.exp: New file.
5796
dd06d4d6
AH
57972019-04-25 Alan Hayward <alan.hayward@arm.com>
5798
e79be6e5
SM
5799 * Makefile.in: Pass through GDBSERVER_DEBUG.
5800 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5801 (gdbserver,debug): Add board setting.
5802 * gdb.trace/tspeed.exp: Skip when debugging.
5803 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5804 * lib/gdbserver-support.exp: Likewise
dd06d4d6 5805
1670072e
TT
58062019-04-24 Tom Tromey <tromey@adacore.com>
5807
5808 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5809 Rust.
5810
a59240a4
TT
58112019-04-24 Tom Tromey <tromey@adacore.com>
5812
5813 * gdb.arch/amd64-eval.exp: Test bitfield return.
5814 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5815 (class Foo) <return_bitfields>: New method.
5816 (main): Call it.
5817
b907456c
AB
58182019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5819
5820 * gdb.cp/many-args.cc: New file.
5821 * gdb.cp/many-args.exp: New file.
5822
5c565afd
TV
58232019-04-23 Tom de Vries <tdevries@suse.de>
5824
5825 PR gdb/24433
5826 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5827
ba22ff86
AH
58282019-04-23 Alan Hayward <alan.hayward@arm.com>
5829
5830 * gdb.trace/backtrace.exp: Use nopie flag.
5831 * gdb.trace/circ.exp: Likewise.
5832 * gdb.trace/collection.exp: Likewise.
5833 * gdb.trace/ftrace.exp: Likewise.
5834 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5835 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5836 * gdb.trace/qtro.exp: Likewise.
5837 * gdb.trace/read-memory.exp: Likewise.
5838 * gdb.trace/report.exp: Likewise.
5839 * gdb.trace/tfile.exp: Likewise.
5840 * gdb.trace/tfind.exp: Likewise.
5841 * gdb.trace/unavailable.exp: Likewise.
5842
7905fc35
PA
58432019-04-22 Pedro Alves <palves@redhat.com>
5844
5845 * gdb.base/solib-probes-nosharedlibrary.c,
5846 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5847
8ecb59f8
TT
58482019-04-19 Tom Tromey <tromey@adacore.com>
5849
5850 * gdb.ada/ptype_union.c: New file.
5851 * gdb.ada/ptype_union.exp: New file.
5852
62160ec9
TT
58532019-04-19 Tom Tromey <tromey@adacore.com>
5854
5855 PR symtab/24423:
5856 * gdb.base/list0.h (foo): Add a control-l character.
5857
36cd4ba5
TV
58582019-04-18 Tom de Vries <tdevries@suse.de>
5859
5860 PR gdb/24433
5861 * boards/local-board.exp: Set sysroot to "".
5862
b73715df
TV
58632019-04-18 Tom de Vries <tdevries@suse.de>
5864 Pedro Alves <palves@redhat.com>
5865
5866 PR gdb/24454
5867 * gdb.threads/vfork-follow-child-exec.c: New file.
5868 * gdb.threads/vfork-follow-child-exec.exp: New file.
5869 * gdb.threads/vfork-follow-child-exit.c: New file.
5870 * gdb.threads/vfork-follow-child-exit.exp: New file.
5871
4aa866af
LS
58722019-04-15 Leszek Swirski <leszeks@google.com>
5873
5874 * gdb.arch/amd64-eval.cc: New file.
5875 * gdb.arch/amd64-eval.exp: New file.
5876
e5a1a79a
AH
58772019-04-11 Alan Hayward <alan.hayward@arm.com>
5878
5879 * gdb.server/sysroot.c: New test.
5880 * gdb.server/sysroot.exp: New file.
5881 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5882 matching param.
5883
41077b66
AB
58842019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5885
5886 * gdb.base/align.exp: Extend test to cover structures containing
5887 only static fields.
5888
c30391f8
TV
58892019-04-11 Tom de Vries <tdevries@suse.de>
5890
5891 * boards/cc-with-dwz-m.exp: New file.
5892 * boards/cc-with-dwz.exp: New file.
5893 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5894
e242fd12
SM
58952019-04-09 Simon Marchi <simon.marchi@efficios.com>
5896
5897 * gdb.base/start-cpp.exp: New file.
5898 * gdb.base/start-cpp.cc: New file.
5899
2b0c8b01
KB
59002019-04-08 Kevin Buettner <kevinb@redhat.com>
5901
5902 * gdb.python/py-thrhandle.exp: Adjust tests to call
5903 thread_from_handle instead of thread_from_thread_handle.
5904
947210e5
KB
59052019-04-08 Kevin Buettner <kevinb@redhat.com>
5906
5907 * gdb.python/py-thrhandle.exp: Add tests for
5908 gdb.InferiorThread.handle.
5909
d7df6549
AB
59102019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5911
5912 * gdb.python/py-function.exp: Check calling helper function from
5913 all languages.
5914 * lib/gdb.exp (gdb_supported_languages): New proc.
5915
8bdc1658
AB
59162019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5917
5918 * gdb.base/complex-parts.c: New file.
5919 * gdb.base/complex-parts.exp: New file.
5920
05caa1d2
TT
59212019-04-01 Tom Tromey <tromey@adacore.com>
5922
5923 PR symtab/23331:
5924 * gdb.dwarf2/dw2-ranges-main.c: New file.
5925 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5926 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5927
7734102d
EZ
59282019-03-30 Simon Marchi <simark@simark.ca>
5929
5930 * gdb.base/default.exp: Add values for $_gdb_major and
5931 $_gdb_minor.
5932
188e1fa9
TT
59332019-03-29 Tom Tromey <tromey@adacore.com>
5934
5935 * gdb.base/help.exp: Tighten apropos regexp.
5936
2880242d
KS
59372019-03-29 Keith Seitz <keiths@redhat.com>
5938
5939 * gdb.fortran/array-bounds.exp: New file.
5940 * gdb.fortran/array-bounds.f90: New file.
5941
077cad8e
PW
59422019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5943
5944 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5945
80047cfc
PW
59462019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5947
5948 * gdb.multi/hello.c (main): Increase alarm timer.
5949
f489207e
SL
59502019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5951
5952 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5953 factor when no hardware watchpoint support.
5954
c92df149
AH
59552019-03-28 Alan Hayward <alan.hayward@arm.com>
5956 Pedro Alves <palves@redhat.com>
5957
5958 * boards/local-board.exp: set sysroot to /.
5959
933aebfa
AH
59602019-03-27 Alan Hayward <alan.hayward@arm.com>
5961
5962 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5963 in child.
5964
9f9aa852
AB
59652019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5966
5967 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5968 field.
5969 (make_container): Initialise new field.
5970 * gdb.python/py-prettyprint.exp: Add new tests.
5971 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5972 <display_hint>: New method.
5973
3714a195
AB
59742019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5975
5976 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5977 gdb_continue_to_breakpoint more throughout this test.
5978 (run_lang_tests) Supply unique test names, and use
5979 gdb_test_no_output.
5980
18c77628
AB
59812019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5982
5983 * gdb.base/finish-pretty.exp: Update expected results.
5984 * gdb.base/pretty-print.c: New file.
5985 * gdb.base/pretty-print.exp: New file.
5986
9a93502f
PA
59872019-03-25 Pedro Alves <palves@redhat.com>
5988
5989 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5990 move comments outside list. Append '-i "" eof' section.
5991
968aa7ae
AH
59922019-03-22 Alan Hayward <alan.hayward@arm.com>
5993
34a7f2a4 5994 PR testsuite/25016
968aa7ae
AH
5995 * README: Add pie options.
5996 * gdb.base/break-interp.exp: Ensure pie is disabled.
5997 * gdb.base/dump.exp: Likewise.
5998 * lib/gdb.exp (gdb_compile): Add pie option.
5999
4c7d57e7
TT
60002019-03-19 Tom Tromey <tromey@adacore.com>
6001
6002 * gdb.mi/mi2-cli-display.c: New file.
6003 * gdb.mi/mi2-cli-display.exp: New file.
6004
bff8c71f
TT
60052019-03-18 Joel Brobecker <brobecker@adacore.com>
6006 Tom Tromey <tromey@adacore.com>
6007
6008 * gdb.ada/ptype_array/pck.adb: New file.
6009 * gdb.ada/ptype_array/pck.ads: New file.
6010 * gdb.ada/ptype_array/foo.adb: New file.
6011 * gdb.ada/ptype_array.exp: New file.
6012
d085f989
TT
60132019-03-14 Tom Tromey <tromey@adacore.com>
6014
6015 * gdb.base/style.exp: Add "set style sources" test.
6016
b4be1b06
SM
60172019-03-13 Simon Marchi <simon.marchi@ericsson.com>
6018
6019 * mi-breakpoint-location-ena-dis.exp: Rename to ...
6020 * mi-breakpoint-multiple-locations.exp: ... this.
6021 (make_breakpoints_pattern): New proc.
6022 (do_test): Add mi_version parameter, test -break-insert,
6023 -break-info and =breakpoint-created.
6024
7cde5fc2
AB
60252019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
6026
6027 * config/default.exp: Remove 'load_lib gdb.exp'.
6028 * config/monitor.exp: Likewise.
6029 * config/sid.exp: Likewise.
6030 * config/sim.exp: Likewise.
6031 * config/slite.exp: Likewise.
6032 * config/unix.exp: Likewise.
6033 * gdb.base/default.exp: Remove unhelpful comment.
6034
efbecbc1
AB
60352019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6036
6037 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
6038
0841c79a
AB
60392019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6040
6041 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
6042
4a270568
AB
60432019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6044
6045 * gdb.fortran/type-kinds.exp: Update expected results.
6046
067630bd
AB
60472019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6048
6049 * gdb.fortran/type-kinds.exp: Test new integer type kind.
6050
3be47f7a
AB
60512019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6052
6053 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
6054 function.
6055 (test_basic_parsing_of_type_kinds): Expand types tested.
6056 (test_parsing_invalid_type_kinds): New function.
6057
4d00f5d8
AB
60582019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6059
6060 * gdb.fortran/intrinsics.exp: New file.
6061 * gdb.fortran/intrinsics.f90: New file.
6062 * gdb.fortran/type-kinds.exp: New file.
6063
c8f91604
AB
60642019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6065
6066 * gdb.fortran/dot-ops.exp: New file.
6067
dd9f2c76
AB
60682019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6069
6070 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
6071 Check upper and lower case logical literals.
6072
84ec9724
AB
60732019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6074
6075 * gdb.fortran/types.exp (test_float_literal_types_accepted):
6076 Remove duplicate tests.
6077
c3734e09
AH
60782019-03-06 Alan Hayward <alan.hayward@arm.com>
6079
6080 * lib/gdb.exp (builtin_cd): rename of cd.
6081 (cd): Override builtin.
6082
aa3cfbda
RB
60832019-03-06 Richard Bunt <richard.bunt@arm.com>
6084
6085 * gdb.fortran/function-calls.exp: New file.
6086 * gdb.fortran/function-calls.f90: New test.
6087
7b63ad86
RB
60882019-03-04 Richard Bunt <richard.bunt@arm.com>
6089
6090 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6091 on user program standard output.
6092 * gdb.fortran/short-circuit-argument-list.f90: Record function
6093 calls.
6094
01abb042
AH
60952019-02-28 Alan Hayward <alan.hayward@arm.com>
6096
c3734e09
AH
6097 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6098 failure.
01abb042 6099
92137da0
RO
61002019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6101
6102 PR gdb/8527
6103 * gdb.base/interrupt-daemon-attach.c,
6104 gdb.base/interrupt-daemon-attach.exp: New test.
6105
5862844d
PA
61062019-02-27 Pedro Alves <palves@redhat.com>
6107
6108 * gdb.base/page.exp: Add tests for "set width/height -1".
6109
8ed25214
PA
61102019-02-27 Pedro Alves <palves@redhat.com>
6111
6112 * gdb.base/page.exp: Add tests for "set/show width/height" with
6113 "infinite" values.
6114
6c28e44a
TT
61152019-02-27 Tom Tromey <tromey@adacore.com>
6116
6117 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6118 2.4.
6119 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6120 workaround.
6121
bf9a735e
AB
61222019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6123
6124 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6125 tests for structs with static members.
6126
8791793c
TT
61272019-02-26 Tom Tromey <tromey@adacore.com>
6128
6129 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6130 ValueError, not TypeError.
6131
bc2a507e
KB
61322019-02-26 Kevin Buettner <kevinb@redhat.com>
6133
6134 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6135 call from main program.
6136
e0e7d3bd
JB
61372019-02-23 Joel Brobecker <brobecker@adacore.com>
6138
6139 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6140 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6141 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6142 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6143 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6144
9600246d
KS
61452019-02-22 Keith Seitz <keiths@redhat.com>
6146
6147 PR symtab/23853
6148 * gdb.base/symlink-sourcefile.c: New file.
6149 * gdb.base/symlink-sourcefile.exp: New file.
6150
0c95f9ed
TT
61512019-02-20 Tom Tromey <tom@tromey.com>
6152
6153 * gdb.base/info_qt.exp: Update.
6154
6caa91b6
SM
61552019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6156
6157 * gdb.base/source.exp: Move "error in sourced script" code to
6158 the end.
6159 * gdb.base/source-error.gdb: Move contents to
6160 source-error-1.gdb. Add new code to source source-error-1.gdb.
6161 * gdb.base/source-error-1.gdb: New file, from previous
6162 source-error.gdb.
6163
6506371f
TT
61642019-02-17 Tom Tromey <tom@tromey.com>
6165
6166 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6167 for macro styling.
6168 * gdb.base/style.c (SOME_MACRO): New macro.
6169
a0087920
TT
61702019-02-17 Tom Tromey <tom@tromey.com>
6171
6172 * gdb.base/style.exp: Add line-wrapping tests.
6173 * gdb.base/page.exp: Add test for quitting during pagination.
6174
a2cd4f14
JB
61752019-02-17 Joel Brobecker <brobecker@adacore.com>
6176
6177 * gdb.ada/big_packed_array: New testcase.
6178 * gdb.ada/homonym.exp: Fix incorrect expected output for
6179 "break <homonym__get_value>" test.
6180
9d70ffbc
WP
61812019-02-13 Weimin Pan <weimin.pan@oracle.com>
6182
6183 PR breakpoints/21870
6184 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6185 and prepare_for_testing. Add comment.
6186 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6187 redundant cleanup call. Clean up comment.
6188
01c7ae81
WP
61892019-02-12 Weimin Pan <weimin.pan@oracle.com>
6190
6191 PR breakpoints/21870
6192 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6193 * gdb.arch/aarch64-dbreg-contents.c: New file.
6194
aff29d1c
JB
61952019-02-10 Joel Brobecker <brobecker@adacore.com>
6196
6197 * gdb.ada/mi_ref_changeable: New testcase.
6198
df0da8a2
AH
61992019-02-07 Alan Hayward <alan.hayward@arm.com>
6200
6201 * gdb.base/attach.exp: Add double attach test.
6202
bd447abb
SM
62032019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6204
6205 * lib/gdb.exp (default_gdb_start): Don't match pagination
6206 prompt.
6207 (gdb_init): Set stty_init.
6208
1dbc40b9
TT
62092019-01-27 Tom Tromey <tom@tromey.com>
6210
6211 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6212 skip_python_tests.
6213
353229bf
AH
62142019-01-24 Alan Hayward <alan.hayward@arm.com>
6215
6216 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6217 New structure.
6218 (struct struct_static_02_02): Likewise.
6219 (struct struct_static_02_03): Likewise.
6220 (struct struct_static_02_04): Likewise.
6221 (struct struct_static_04_01): Likewise.
6222 (struct struct_static_04_02): Likewise.
6223 (struct struct_static_04_03): Likewise.
6224 (struct struct_static_04_04): Likewise.
6225 (struct struct_static_06_01): Likewise.
6226 (struct struct_static_06_02): Likewise.
6227 (struct struct_static_06_03): Likewise.
6228 (struct struct_static_06_04): Likewise.
6229 (cmp_struct_static_02_01): Likewise.
6230 (cmp_struct_static_02_02): Likewise.
6231 (cmp_struct_static_02_03): Likewise.
6232 (cmp_struct_static_02_04): Likewise.
6233 (cmp_struct_static_04_01): Likewise.
6234 (cmp_struct_static_04_02): Likewise.
6235 (cmp_struct_static_04_03): Likewise.
6236 (cmp_struct_static_04_04): Likewise.
6237 (cmp_struct_static_06_01): Likewise.
6238 (cmp_struct_static_06_02): Likewise.
6239 (cmp_struct_static_06_03): Likewise.
6240 (cmp_struct_static_06_04): Likewise.
6241 (call_all): Test new structs.
6242 * gdb.base/infcall-nested-structs.exp: Likewise.
6243
73021deb
AH
62442019-01-21 Alan Hayward <alan.hayward@arm.com>
6245 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6246
fc65c7db
AH
62472019-01-21 Alan Hayward <alan.hayward@arm.com>
6248 * gdb.base/stack-protector.c: New test.
6249 * gdb.base/stack-protector.exp: New file.
6250 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6251 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6252 option.
6253 (gdb_compile): Remove stack protector for GCC and prevent
6254 recursion.
6255
c24bdb02
KS
62562019-01-16 Keith Seitz <keiths@redhat.com>
6257
6258 PR gdb/23773
6259 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6260
6f072a10
PFC
62612019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6262
6263 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6264 aliases.
6265 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6266 tests.
6267 * gdb.arch/powerpc-vector-regs.c: New file.
6268 * gdb.arch/powerpc-vector-regs.exp: New file.
6269
a7b8d682
PFC
62702019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6271
6272 * gdb.arch/altivec-regs.exp: Fix the list passed to
6273 gdb_expect_list when testing "info vector".
6274
6eb6fb67
AB
62752019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6276
6277 * gdb.base/style.exp: Don't include path in testname.
6278
b56f80d8
KS
62792019-01-10 Keith Seitz <keiths@redhat.com>
6280
6281 PR gdb/23712
6282 PR symtab/23010
6283 * gdb.dwarf2/multidictionary.exp: New file.
6284
041be526
SM
62852019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6286
6287 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6288 (test_gnuv3_style_demangling): ... this.
6289 (test_lucid_style_demangling): Remove.
6290 (test_arm_style_demangling): Remove.
6291 (test_hp_style_demangling): Remove.
6292 (do_tests): Remove calls to the above.
6293
d820d0c3
AB
62942019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6295
6296 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6297 case.
6298
f097f5ad
TT
62992019-01-06 Tom Tromey <tom@tromey.com>
6300
6301 PR gdb/28155:
6302 * gdb.dwarf2/typedef-void-finish.exp: New file.
6303
2cd8cc0b
TT
63042018-12-28 Tom Tromey <tom@tromey.com>
6305 Simon Marchi <simark@simark.ca>
6306
6307 * gdb.base/jit-exec.exp: New file.
6308 * gdb.base/jit-exec.c: New file.
6309 * gdb.base/jit-execd.c: New file.
6310
35fb8261
TT
63112018-12-28 Tom Tromey <tom@tromey.com>
6312
6313 * gdb.base/style.exp: Update test to check for address styling.
6314
47fd17cd
TT
63152018-12-28 Tom Tromey <tom@tromey.com>
6316
6317 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6318 message.
6319
d47032b7
TT
63202018-12-28 Tom Tromey <tom@tromey.com>
6321
6322 * gdb.base/style.exp: Add test for version number styling.
6323
af79b68d
TT
63242018-12-28 Tom Tromey <tom@tromey.com>
6325
6326 * gdb.base/style.exp: Add test for print_address_symbolic.
6327
0bb296cb
TT
63282018-12-28 Tom Tromey <tom@tromey.com>
6329
6330 * gdb.base/style.exp: Add test for breakpoint setting.
6331
80ae2043
TT
63322018-12-28 Tom Tromey <tom@tromey.com>
6333
6334 * gdb.base/style.exp: Add test for variable names.
6335
cbe56571
TT
63362018-12-28 Tom Tromey <tom@tromey.com>
6337
6338 * gdb.base/style.exp: New file.
6339 * gdb.base/style.c: New file.
6340
9162a27c
TT
63412018-12-28 Tom Tromey <tom@tromey.com>
6342
6343 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6344 "dumb".
6345 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6346 the TERM environment variable.
6347
bc543c90
TT
63482018-12-27 Tom Tromey <tom@tromey.com>
6349
6350 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6351 pagination test.
6352
6f0ffe50
AB
63532018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6354
6355 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6356 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6357
b5a1e557
PW
63582018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6359
6360 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6361 Filename a.adb changed to bp_fun_addr.adb.
6362 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6363
6e8b1ab2
JV
63642018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6365
6366 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6367 non-PIE executables.
6368 * README: Mention the gdb,nopie_flag board setting.
6369 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6370 non-PIE executable.
6371 * gdb.arch/amd64-entry-value.exp: Likewise.
6372 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6373 * gdb.arch/i386-float.exp: Likewise.
6374 * gdb.arch/i386-signal.exp: Likewise.
6375 * gdb.mi/mi-reg-undefined.exp: Likewise.
6376
d00a27c5
PM
63772018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6378
6379 PR gdb/23974
6380 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6381
161d081c
PW
63822018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6383
6384 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6385 Update order of results accordingly.
6386
b001de23
AB
63872018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6388
6389 * gdb.base/annota1.exp: Update a test regexp.
6390
99e1a184
AB
63912018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6392
6393 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6394
7a81c1e2
PW
63952018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6396
6397 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6398 (reuse_time): Initialize to REUSE_TIME_CAP.
6399 (check_rc): New function.
6400 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6401 Check pthread_create rc.
6402 (spawner_thread_func): Check pthread_create and pthread_join rc.
6403
73e8dc90
PA
64042018-12-08 Pedro Alves <palves@redhat.com>
6405
6406 * gdb.base/list.exp (test_forward_search): Rename to ...
6407 (test_forward_reverse_search): ... this. Also test reverse-search
6408 and the forward-search alias.
6409
13f2ed32
AB
64102018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6411
6412 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6413 local timeout variable before return, and remove all local timeout
6414 variable entirely.
6415 (gdb_load): Likewise.
6416
64d27cfc
TV
64172018-12-01 Tom de Vries <tdevries@suse.de>
6418
6419 * gdb.base/gdb-caching-proc.exp: New file.
6420
f63c03b4
SDJ
64212018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6422
6423 * Makefile.in (TIMESTAMP): New variable.
6424 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6425 command.
6426 (check-single-racy): Likewise.
6427 (check/%.exp): Likewise.
6428 (check-racy/%.exp): Likewise.
6429 (workers/%.worker): Likewise.
6430 (build-perf): Likewise.
6431 (check-perf): Likewise.
6432 * README: Describe new "TS" and "TS_FORMAT" variables.
6433 * print-ts.py: New file.
6434
1c97054b
BF
64352018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6436
6437 PR python/23714
6438 * gdb.python/python.exp: Test command repetition after
6439 gdb.execute.
6440
1871a62d
AB
64412018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6442
6443 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6444 is correctly aligned.
6445
fb5e1ed9
PW
64462018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6447
6448 * gdb.ada/info_auto_lang.exp: New testcase.
6449 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6450 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6451 * gdb.ada/info_auto_lang/some_c.c: New file.
6452
43d397ca
PW
64532018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6454
6455 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6456 FUNC_lang language syntax.
6457
beddd671
PW
64582018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6459
6460 * gdb.base/info_minsym.c: New file.
6461 * gdb.base/info_minsym.exp: New file.
6462
73fc52c4
TT
64632018-11-19 Tom Tromey <tom@tromey.com>
6464
6465 PR rust/23625:
6466 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6467 * gdb.rust/expr.exp: Update expected output. Change one test.
6468
994b876a
TT
64692018-11-19 Tom Tromey <tom@tromey.com>
6470
6471 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6472
6769f276
PA
64732018-11-19 Pedro Alves <palves@redhat.com>
6474
6475 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6476 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6477 see the expected warning.
6478
38a72da0
AH
64792018-11-16 Alan Hayward <alan.hayward@arm.com>
6480
6481 PR gdb/22736:
6482 * gdb.cp/infcall-nodebug-lib.c: New test.
6483 * gdb.cp/infcall-nodebug-main.c: New test.
6484 * gdb.cp/infcall-nodebug.exp: New file.
6485
53a89d6e
SM
64862018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6487
6488 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6489 completer tests.
6490
9325300d
TV
64912018-11-09 Tom de Vries <tdevries@suse.de>
6492
6493 * gdb.base/msym-lang.c: New test.
6494 * gdb.base/msym-lang.exp: New file.
6495 * gdb.base/msym-lang-main.c: New test.
6496
20f0d60d
TT
64972018-11-08 Tom Tromey <tom@tromey.com>
6498
6499 PR gdb/23555:
6500 PR gdb/23838:
6501 * gdb.base/warning.exp: New file.
6502
b5420128
JB
65032018-11-08 Jan Beulich <jbeulich@suse.com>
6504
6505 * testsuite/gdb.arch/i386-avx512.c,
6506 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6507
cd115d61
AB
65082018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6509
6510 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6511 point hardware.
6512
35ee2dc2
AB
65132018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6514
6515 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6516 * gdb.dwarf2/missing-type-name.exp: New file.
6517
31aceee8
TV
65182018-11-06 Tom de Vries <tdevries@suse.de>
6519
6520 * gdb.base/many-headers.c: New test.
6521 * gdb.base/many-headers.exp: New file.
6522
109be305
JW
65232018-11-06 Jim Wilson <jimw@sifive.com>
6524
6525 * gdb.base/code_elim.exp: For riscv, set additional_flags
6526 to include -msmall-data-limit=0.
6527
e2b7af72
JB
65282018-11-01 Joel Brobecker <brobecker@adacore.com>
6529
6530 * gdb.ada/watch_minus_l: New testcase.
6531
cdcda965
SM
65322018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6533
6534 * gdb.arch/aix-sighandle.c: New file.
6535 * gdb.arch/aix-sighandle.exp: New file.
6536
92dcebf3
AB
65372018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6538
6539 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6540 registers being unions.
6541
68b9ac18
TV
65422018-10-31 Tom de Vries <tdevries@suse.de>
6543
6544 * lib/valgrind.exp: New file.
6545 (vgdb_start, vgdb_stop): New procs, factored out of ...
6546 * gdb.base/valgrind-bt.exp: ... here, ...
6547 * gdb.base/valgrind-disp-step.exp: ... here and ...
6548 * gdb.base/valgrind-infcall.exp: ... here.
6549
1443936e
TV
65502018-10-31 Tom de Vries <tdevries@suse.de>
6551
6552 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6553
eb77c9df
AB
65542018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6555
6556 * gdb.dwarf2/void-type.c: New file.
6557 * gdb.dwarf2/void-type.exp: New file.
6558
82b5e646
PW
65592018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6560
6561 * gdb.base/info_qt.c: New file.
6562 * gdb.base/info_qt.exp: New file.
6563
8d619c01
EBM
65642018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6565
6566 * gdb.arch/powerpc-htm-regs.c: New file.
6567 * gdb.arch/powerpc-htm-regs.exp: New file.
6568
f2cf6173
EBM
65692018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6570
6571 * gdb.arch/powerpc-tar.c: New file.
6572 * gdb.arch/powerpc-tar.exp: New file.
6573
7ca18ed6
EBM
65742018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6575
6576 * gdb.arch/powerpc-ppr-dscr.c: New file.
6577 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6578
bfcc0eba
TV
65792018-10-25 Tom de Vries <tdevries@suse.de>
6580
6581 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6582
fe1a5cad
TV
65832018-10-24 Tom de Vries <tdevries@suse.de>
6584
6585 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6586 longer exists error.
6587
a76dc3b7
TV
65882018-10-24 Tom de Vries <tdevries@suse.de>
6589
6590 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6591
4df46df7
TV
65922018-10-24 Tom de Vries <tdevries@suse.de>
6593
6594 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6595 --db-attach in valgrind.
6596
0dbfcfff
AB
65972018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6598
6599 * gdb.arch/riscv-reg-aliases.c: New file.
6600 * gdb.arch/riscv-reg-aliases.exp: New file.
6601
b04480b1
AH
66022018-10-19 Alan Hayward <alan.hayward@arm.com>
6603
6604 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6605
2c6ac8d7
AH
66062018-10-19 Alan Hayward <alan.hayward@arm.com>
6607
6608 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6609
2bc69f25
AH
66102018-10-19 Alan Hayward <alan.hayward@arm.com>
6611
6612 * gdb.cp/ovldbreak.exp: Fix regexps.
6613
1f1ae3a3
AH
66142018-10-19 Alan Hayward <alan.hayward@arm.com>
6615
6616 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6617
94c18618
SDJ
66182018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6619
6620 PR cli/23785
6621 * gdb.base/restore.exp: New test to check if "restore" with an
6622 invalid file doesn't segfault.
6623
812cd6eb
TV
66242018-10-18 Tom de Vries <tdevries@suse.de>
6625
6626 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6627 * gdb.ada/excep_handle.exp: Same.
6628 * gdb.ada/mi_string_access.exp: Same.
6629 * gdb.ada/mi_var_union.exp: Same.
6630 * gdb.arch/arc-analyze-prologue.exp: Same.
6631 * gdb.arch/arc-decode-insn.exp: Same.
6632 * gdb.base/readnever.exp: Same.
6633 * gdb.fortran/printing-types.exp: Same.
6634 * gdb.guile/scm-lazy-string.exp: Same.
6635
c4b90788
TV
66362018-10-16 Tom de Vries <tdevries@suse.de>
6637
6638 PR gdb/23730
6639 * gdb.base/catch-follow-exec.c: Add copyright notice.
6640 * gdb.base/catch-follow-exec.exp: Rewrite to use
6641 gdb_spawn_with_cmdline_opts. Require gdb-native.
6642
8bca2978
SL
66432018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6644
6645 * gdb.trace/actions-changed.exp: Check for arch support.
6646 * gdb.trace/actions.exp: Likewise.
6647 * gdb.trace/ax.exp: Likewise.
6648 * gdb.trace/backtrace.exp: Likewise.
6649 * gdb.trace/change-loc.exp: Likewise.
6650 * gdb.trace/deltrace.exp: Likewise.
6651 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6652 * gdb.trace/ftrace.exp: Likewise.
6653 * gdb.trace/infotrace.exp: Check for arch support.
6654 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6655 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6656 * gdb.trace/mi-tsv-changed.exp: Likewise.
6657 * gdb.trace/packetlen.exp: Likewise.
6658 * gdb.trace/passc-dyn.exp: Likewise.
6659 * gdb.trace/passcount.exp: Likewise.
6660 * gdb.trace/pending.exp: Likewise.
6661 * gdb.trace/range-stepping.exp: Check for shlib support.
6662 * gdb.trace/report.exp: Check for arch support.
6663 * gdb.trace/save-trace.exp: Likewise.
6664 * gdb.trace/signal.exp: Check for signal support.
6665 * gdb.trace/tfind.exp: Check for arch support.
6666 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6667 * gdb.trace/trace-common.h: Add comment.
6668 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6669 * gdb.trace/trace-enable-disable.exp: Likewise.
6670 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6671 * gdb.trace/tracecmd.exp: Check for arch support.
6672 * gdb.trace/tspeed.exp: Check for shlib and target support.
6673 * gdb.trace/tstatus.exp: Check for arch support.
6674 * gdb.trace/tsv.exp: Likewise.
6675 * gdb.trace/while-dyn.exp: Likewise.
6676 * gdb.trace/while-stepping.exp: Likewise.
6677 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6678
f9c49bff
SM
66792018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6680
6681 * gdb.trace/tspeed.exp: Remove nowarnings.
6682 (prepare_for_trace_test): Declare "global ipalib".
6683 * gdb.trace/tspeed.c: Include unistd.h.
6684 (main): Remove superfluous printf argument.
6685
d4330bde
SL
66862018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6687
6688 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6689 directory prefix on the filename.
6690
8ecfd7bd
SDJ
66912018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6692
6693 * gdb.gdb/unittest.exp: Update expected message informing that
6694 selftests have been disabled.
6695 * gdb.server/unittest.exp: Likewise.
6696
58bbcd02
TV
66972018-10-09 Tom de Vries <tdevries@suse.de>
6698
6699 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6700 with runto_main.
6701
9f6b697b
WP
67022018-10-08 Weimin Pan <weimin.pan@oracle.com>
6703
6704 PR c++/16841
6705 * gdb.cp/virtbase2.cc: New file.
6706 * gdb.cp/virtbase2.exp: New file.
6707
add5ded5
TT
67082018-10-06 Tom Tromey <tom@tromey.com>
6709
6710 PR python/19399:
6711 * gdb.python/py-inferior.exp: Add architecture test.
6712
f9e48344
TT
67132018-10-06 Tom Tromey <tom@tromey.com>
6714
6715 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6716 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6717
2a8be203
TT
67182018-10-06 Tom Tromey <tom@tromey.com>
6719
6720 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6721 of a "throw" catchpoint.
6722
e04caa70
SDJ
67232018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6724
6725 * gdb.base/info-proc.exp: Update string expected from "help info
6726 proc".
6727
5ca8c39f
TT
67282018-10-04 Tom Tromey <tom@tromey.com>
6729
6730 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6731 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6732 (test_initial_complaints, test_empty_complaints): Update.
6733 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6734
3453e7e4
TT
67352018-10-04 Tom Tromey <tom@tromey.com>
6736
6737 PR cli/19551:
6738 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6739 * lib/gdb.exp (gdb_file_cmd): Update.
6740 * gdb.stabs/weird.exp (print_weird_var): Update.
6741 * gdb.server/solib-list.exp: Update.
6742 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6743 * gdb.mi/mi-cli.exp: Update.
6744 * gdb.linespec/linespec.exp: Update.
6745 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6746 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6747 * gdb.cp/cp-relocate.exp: Update.
6748 * gdb.base/sym-file.exp: Update.
6749 * gdb.base/relocate.exp: Update.
6750 * gdb.base/readnever.exp: Update.
6751 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6752 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6753 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6754 * gdb.base/code_elim.exp: Update.
6755 * gdb.base/break-unload-file.exp (test_break): Update.
6756 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6757 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6758 Update.
6759 * gdb.base/attach.exp (do_attach_tests): Update.
6760 * gdb.base/sepdebug.exp: Update.
6761 * gdb.python/py-section-script.exp: Update.
6762
6afcf761
TT
67632018-10-04 Tom Tromey <tom@tromey.com>
6764
6765 PR cli/22234:
6766 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6767 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6768 output.
6769
fef1b293
TT
67702018-10-04 Tom Tromey <tom@tromey.com>
6771
6772 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6773 set width and height to 0.
6774 (test_command_line_attach_run): Use -quiet.
6775
ca98345e
SL
67762018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6777
6778 * lib/gdb.exp (skip_ifunc_tests): New.
6779 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6780 other compile failures.
6781 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6782
ff34e6ae
SM
67832018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6784
6785 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6786 is_amd64_regs_target.
6787
6bb8890e
AH
67882018-10-01 Alan Hayward <alan.hayward@arm.com>
6789
6790 * gdb.arch/aarch64-sighandler-regs.c: New test.
6791 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6792 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6793
224d30d3
MM
67942018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6795
6796 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6797 assembly.
6798
f67ffa6a
AB
67992018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6800
6801 * gdb.base/frame-selection.exp: New file.
6802 * gdb.base/frame-selection.c: New file.
6803
9fc3183f
AH
68042018-09-27 Alan Hayward <alan.hayward@arm.com>
6805
6806 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6807 pthread barrier.
6808 (main): Likewise.
6809
d354055e
AB
68102018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6811
6812 * gdb.base/large-frame-1.c: New file.
6813 * gdb.base/large-frame-2.c: New file.
6814 * gdb.base/large-frame.exp: New file.
6815 * gdb.base/large-frame.h: New file.
6816
db727370
JL
68172018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6818
6819 PR gdb/20948
6820 * gdb.base/write_mem.exp: New test.
6821 * gdb.base/write_mem.c: Likewise.
6822
ae778caf
TT
68232018-09-23 Tom Tromey <tom@tromey.com>
6824
6825 PR python/18852:
6826 * gdb.python/py-parameter.exp: Add test for parameter that throws
6827 on "set".
6828
fd3ba736
TT
68292018-09-23 Tom Tromey <tom@tromey.com>
6830
6831 PR python/17284:
6832 * gdb.python/py-template.exp (test_template_arg): Add test for
6833 negative template argument number.
6834
39a24317
TT
68352018-09-23 Tom Tromey <tom@tromey.com>
6836
6837 PR python/14062:
6838 * gdb.python/python.exp: Add test for post_event error.
6839
f5769a2c
TT
68402018-09-23 Tom Tromey <tom@tromey.com>
6841
6842 PR python/18170:
6843 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6844 convert pointers to int and long.
6845
1c1e54f6
TT
68462018-09-23 Tom Tromey <tom@tromey.com>
6847
6848 PR python/20126:
6849 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6850 signed-ness conversion tests.
6851
fb4fa946
TT
68522018-09-23 Tom Tromey <tom@tromey.com>
6853
6854 PR python/18352;
6855 * gdb.python/py-value.exp (test_float_conversion): New proc.
6856 Use it.
6857
a466edac
HAQ
68582018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6859
6860 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6861
4ee9b0c5
SL
68622018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6863
6864 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6865 no readline.
6866 * gdb.base/utf8-identifiers.exp: Likewise.
6867 * gdb.cp/cpcompletion.exp: Likewise.
6868 * gdb.linespec/cpcompletion.exp: Likewise.
6869 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6870 * gdb.linespec/cpls-ops.exp: Likewise.
6871
23be8da7
RB
68722018-09-19 Richard Bunt <richard.bunt@arm.com>
6873 Chris January <chris.january@arm.com>
6874
6875 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6876 * gdb.fortran/short-circuit-argument-list.exp: New file.
6877 * gdb.fortran/short-circuit-argument-list.f90: New test.
6878
5031d0ae
SDJ
68792018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6880
6881 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6882 "arch=" keyword when executing "-stack-list-frames".
6883
b4c0d1a4
SDJ
68842018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6885
6886 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6887 "arch=" keyword when executing "-stack-list-frames".
6888
7a6d2b45
SDJ
68892018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6890
6891 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6892 break ada".
6893
8588b356
SM
68942018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6895
6896 PR python/23669
6897 * gdb.python/python.exp: Test gdb.execute("show commands").
6898
65e65158
TT
68992018-09-16 Tom Tromey <tom@tromey.com>
6900
6901 * gdb.base/new-ui.exp (do_execution_tests): Update.
6902 * gdb.base/dbx.exp (test_breakpoints): Update.
6903
bf326452
AH
69042018-09-14 Alan Hayward <alan.hayward@arm.com>
6905
6906 * lib/gdb.exp (gdb_simple_compile): Add proc.
6907 (is_elf_target): Use gdb_simple_compile.
6908 (skip_altivec_tests): Likewise.
6909 (skip_vsx_tests): Likewise.
6910 (skip_tsx_tests): Likewise.
6911 (skip_btrace_tests): Likewise.
6912 (skip_btrace_pt_tests): Likewise.
6913 (gdb_can_simple_compile): Likewise.
6914 (gdb_has_argv0): Likewise.
6915 (gdb_target_symbol_prefix): Likewise.
6916 (target_supports_scheduler_locking): Likewise.
6917
2361b0fb
TT
69182018-09-13 Tom Tromey <tom@tromey.com>
6919
6920 * Makefile.in (TAGS): Recognize proc_with_prefix and
6921 gdb_caching_proc.
6922
0ae1a321
SM
69232018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6924
6925 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6926 method.
6927
a40bf0c2
SM
69282018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6929
6930 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6931 and a few other Inferior properties when the Inferior is no
6932 longer valid.
6933
4a3fe98f
TT
69342018-09-13 Tom Tromey <tom@tromey.com>
6935
6936 PR rust/23650:
6937 * gdb.rust/simple.exp: Add test for enum field access error.
6938
098b2108
TT
69392018-09-13 Tom Tromey <tom@tromey.com>
6940
6941 PR rust/23626:
6942 * gdb.rust/simple.rs (EmptyEnum): New type.
6943 (main): Use it.
6944 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6945
1256af7d
SM
69462018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6947
6948 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6949 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6950 * gdb.python/py-symtab.exp: Update test printing an objfile.
6951
4aa8e6c2
SM
69522018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6953
6954 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6955 object.
6956
c221b2f7
AH
69572018-09-12 Alan Hayward <alan.hayward@arm.com>
6958
6959 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6960 (support_complex_tests): Use gdb_can_simple_compile.
6961 (is_ilp32_target): Likewise.
6962 (is_lp64_target): Likewise.
6963 (is_64_target): Likewise.
6964 (is_amd64_regs_target): Likewise.
6965 (is_aarch32_target): Likewise.
6966 (gdb_int128_helper): Likewise.
6967
6f1107b5
JK
69682018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6969
6970 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6971
1f5d1570
JG
69722018-09-10 Jerome Guitton <guitton@adacore.com>
6973
6974 * gdb.ada/same_component_name: Add test for case of tagged record
6975 with variable-length fields.
6976
cc330e39
XR
69772018-09-10 Xavier Roirand <roirand@adacore.com>
6978
6979 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6980 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6981 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6982 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6983
b9c50e9a
XR
69842018-09-10 Xavier Roirand <roirand@adacore.com>
6985
6986 * gdb.ada/mi_string_access.exp: New testcase.
6987 * gdb.ada/mi_string_access/bar.adb: New file.
6988 * gdb.ada/mi_string_access/pck.adb: New file.
6989 * gdb.ada/mi_string_access/pck.asd: New file.
6990
2963898f
XR
69912018-09-10 Xavier Roirand <roirand@adacore.com>
6992
6993 * gdb.ada/mi_var_union.exp: New testcase.
6994 * gdb.ada/mi_var_union/bar.adb: New file.
6995 * gdb.ada/mi_var_union/pck.adb: New file.
6996 * gdb.ada/mi_var_union/pck.asd: New file.
6997
1aac008f
TT
69982018-09-08 Tom Tromey <tom@tromey.com>
6999
7000 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
7001
332cf4c9
TT
70022018-09-08 Tom Tromey <tom@tromey.com>
7003
7004 PR python/16047:
7005 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
7006 (register_pretty_printers): Register new printer.
7007 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
7008 test.
7009 * gdb.python/py-prettyprint.c (int_type3): New typedef.
7010 (an_int_type3): New global.
7011
424da6cf
JB
70122018-09-08 Joel Brobecker <brobecker@adacore.com>
7013
7014 * gdb.ada/expr_with_funcall: New testcase.
7015
2a62dfa9
JB
70162018-09-08 Joel Brobecker <brobecker@adacore.com>
7017
7018 * gdb.ada/packed_array_assign: New testcase.
7019
96b6697f
AB
70202018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
7021
7022 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
7023 names, and add test prefixes to make test names unique.
7024
e4a62c65
TV
70252018-09-05 Tom de Vries <tdevries@suse.de>
7026
7027 * gdb.dwarf2/varval.exp: Add test.
7028
dd083ee2
GB
70292018-09-04 Gary Benson <gbenson@redhat.com>
7030
7031 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
7032 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
7033
aef9346c
TT
70342018-08-31 Tom Tromey <tom@tromey.com>
7035
7036 * gdb.rust/simple.rs: Rename second variable "v".
7037
c67f2e15
AB
70382018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
7039
7040 * gdb.base/funcargs.c (use_a): New function.
7041 (recurse): Call use_a.
7042
078a0207
KS
70432018-08-29 Keith Seitz <keiths@redhat.com>
7044
7045 * gdb.compile/compile-cplus-anonymous.cc: New file.
7046 * gdb.compile/compile-cplus-anonymous.exp: New file.
7047 * gdb.compile/compile-cplus-array-decay.cc: New file.
7048 * gdb.compile/compile-cplus-array-decay.exp: New file.
7049 * gdb.compile/compile-cplus-inherit.cc: New file.
7050 * gdb.compile/compile-cplus-inherit.exp: New file.
7051 * gdb.compile/compile-cplus-member.cc: New file.
7052 * gdb.compile/compile-cplus-member.exp: New file.
7053 * gdb.compile/compile-cplus-method.cc: New file.
7054 * gdb.compile/compile-cplus-method.exp: New file.
7055 * gdb.compile/compile-cplus-mod.c: "New" file.
7056 * gdb.compile/compile-cplus-namespace.cc: New file.
7057 * gdb.compile/compile-cplus-namespace.exp: New file.
7058 * gdb.compile/compile-cplus-nested.cc: New file.
7059 * gdb.compile/compile-cplus-nested.exp: New file.
7060 * gdb.compile/compile-cplus-print.c: "New" file.
7061 * gdb.compile/compile-cplus-print.exp: "New" file.
7062 * gdb.compile/compile-cplus-virtual.cc: New file.
7063 * gdb.compile/compile-cplus-virtual.exp: New file.
7064 * gdb.compile/compile-cplus.c: "New" file.
7065 * gdb.compile/compile-cplus.exp: "New" file.
7066 * lib/compile-support.exp: New file.
7067
b0f492b9
GB
70682018-08-16 Gary Benson <gbenson@redhat.com>
7069
7070 PR gdb/13000:
7071 * gdb.base/batch-exit-status.exp: New file.
7072 * gdb.base/batch-exit-status.good-commands: Likewise.
7073 * gdb.base/batch-exit-status.bad-commands: Likewise.
7074
36eb4c5f
AH
70752018-08-29 Alan Hayward <alan.hayward@arm.com>
7076
7077 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
7078 (struct struct02): Likewise.
7079 (struct struct03): Likewise.
7080 (struct struct04): Likewise.
7081 (struct struct_01_01): New struct.
7082 (struct struct_01_02): Likewise.
7083 (struct struct_01_03): Likewise.
7084 (struct struct_01_04): Likewise.
7085 (struct struct_02_01): Likewise.
7086 (struct struct_02_02): Likewise.
7087 (struct struct_02_03): Likewise.
7088 (struct struct_02_04): Likewise.
7089 (struct struct_04_01): Likewise.
7090 (struct struct_04_02): Likewise.
7091 (struct struct_04_03): Likewise.
7092 (struct struct_04_04): Likewise.
7093 (struct struct_05_01): Likewise.
7094 (struct struct_05_02): Likewise.
7095 (struct struct_05_03): Likewise.
7096 (struct struct_05_04): Likewise.
7097 (cmp_struct01): Remove function.
7098 (cmp_struct02): Likewise.
7099 (cmp_struct03): Likewise.
7100 (cmp_struct04): Likewise.
7101 (cmp_struct_01_01): Add Function.
7102 (cmp_struct_01_02): Likewise.
7103 (cmp_struct_01_03): Likewise.
7104 (cmp_struct_01_04): Likewise.
7105 (cmp_struct_02_01): Likewise.
7106 (cmp_struct_02_02): Likewise.
7107 (cmp_struct_02_03): Likewise.
7108 (cmp_struct_02_04): Likewise.
7109 (cmp_struct_04_01): Likewise.
7110 (cmp_struct_04_02): Likewise.
7111 (cmp_struct_04_03): Likewise.
7112 (cmp_struct_04_04): Likewise.
7113 (cmp_struct_05_01): Likewise.
7114 (cmp_struct_05_02): Likewise.
7115 (cmp_struct_05_03): Likewise.
7116 (cmp_struct_05_04): Likewise.
7117 (call_all): Add new structs.
7118 * gdb.base/infcall-nested-structs.exp: Likewise.
7119
3bf9c013
JV
71202018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7121
7122 * gdb.python/py-framefilter-mi.exp: Update regexp to
7123 check for "arch" field in frame output.
7124
450d1e88
KB
71252018-08-23 Kevin Buettner <kevinb@redhat.com>
7126
7127 * gdb.dwarf2/dw2-ranges-func.c: New file.
7128 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7129
ae739fe7
SM
71302018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7131
7132 * gdb.base/term.exp: Compare terminal settings with values from
7133 the inferior.
7134 * gdb.base/term.c: Get and set terminal settings.
7135
6d52907e
JV
71362018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7137
7138 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7139 accommodate new "arch" field in frame output.
7140 * gdb.mi/mi-return.exp: Likewise.
7141 * gdb.mi/mi-stack.exp: Likewise.
7142 * gdb.mi/mi-syn-frame.exp: Likewise.
7143 * gdb.mi/user-selected-context-sync.exp: Likewise.
7144
be2d111a
MS
71452018-08-19 Michael Spang <spang@google.com>
7146
7147 PR gdb/11786
7148 * gdb.base/gcore-tls-pie.c: New file.
7149 * gdb.base/gcore-tls-pie.exp: New file.
7150
ae3a7c47
KB
71512018-08-18 Kevin Buettner <kevinb@redhat.com>
7152
7153 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
7154 * gdb.dwarf2/varval.c: New file.
7155 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 7156
2ecae92e
AH
71572018-08-17 Alan Hayward <alan.hayward@arm.com>
7158
7159 PR gdb/18931
7160 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7161
c1854f1d
KS
71622018-08-16 Keith Seitz <keiths@redhat.com>
7163
7164 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7165 tests expected to pass.
7166
26fb3983
JV
71672018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7168
7169 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7170 -data-disassemble -a.
7171 (test_disassembly_bogus_args): Likewise.
7172
67943c00
AB
71732018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7174
7175 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7176
5ff2bbae
AB
71772018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7178
7179 * gdb.base/vla-optimized-out.exp: Add new test.
7180
e5bbcd0f
AB
71812018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7182
7183 * gdb.base/vla-optimized-out-o3.exp: Delete.
7184 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7185 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7186 deleted tests.
7187
9d4a934c
AB
71882018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7189
7190 PR gdb/18050:
7191 * gdb.server/extended-remote-restart.c: New file.
7192 * gdb.server/extended-remote-restart.exp: New file.
7193
045cf012
SM
71942018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7195
7196 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7197 "set variable index = 42".
7198
87d6a7aa
SM
71992018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7200
7201 * boards/index-cache-gdb.exp: New file.
7202 * gdb.dwarf2/index-cache.exp: New file.
7203 * gdb.dwarf2/index-cache.c: New file.
7204 * gdb.base/maint.exp: Check if we are using the index cache.
7205
96d68bd4
RO
72062018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7207
7208 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7209 MAKEFLAGS.
7210
5a699617
RO
72112018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7212
7213 * dg-extract-results.sh: Move to toplevel contrib.
7214 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7215 * Makefile.in (check-parallel-racy): Likewise.
7216
5bd18990
AB
72172018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7218
7219 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7220 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7221 tests if the target supports scheduler locking.
7222
3fbbcf47
TV
72232018-08-04 Tom de Vries <tdevries@suse.de>
7224
7225 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7226
3e1d3d8c
TT
72272018-08-02 Tom Tromey <tom@tromey.com>
7228
7229 PR symtab/16842.
7230 * gdb.cp/temargs.exp: Test "info address" of a template
7231 parameter.
7232
5abe0f0c
JV
72332018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7234
7235 * gdb.python/py-mi-var-info-path-expression.c: New file.
7236 * gdb.python/py-mi-var-info-path-expression.py: New file.
7237 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7238
fb66cde8
SDJ
72392018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7240
7241 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7242 error after "cannot resolve name" string.
7243
c708f4d2
AB
72442018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7245
7246 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7247 started.
7248 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7249
37cc0cae
TV
72502018-07-28 Tom de Vries <tdevries@suse.de>
7251
7252 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7253
63b4ecf7
TV
72542018-07-26 Tom de Vries <tdevries@suse.de>
7255
7256 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7257
3c3bb058
AB
72582018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7259
7260 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7261 is visible.
7262
9e7f3bbb
TV
72632018-07-26 Tom de Vries <tdevries@suse.de>
7264
7265 PR breakpoints/23366
7266 * gdb.base/catch-follow-exec.c: New test.
7267 * gdb.base/catch-follow-exec.exp: New file.
7268
16f808ec
TV
72692018-07-25 Tom de Vries <tdevries@suse.de>
7270
7271 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7272 vla-optimized-out.c.
7273
d7154a8d
JV
72742018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7275
7276 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7277 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7278
232a0032
TV
72792018-07-20 Tom de Vries <tdevries@suse.de>
7280
7281 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7282 NOCLONE macro.
7283 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7284
fbb1d502
TV
72852018-07-19 Tom de Vries <tdevries@suse.de>
7286
7287 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7288 regular expression.
7289
42dc7699
TV
72902018-07-18 Tom de Vries <tdevries@suse.de>
7291
7292 * gdb.base/vla-optimized-out.c: New test.
7293 * gdb.base/vla-optimized-out.exp: New file.
7294
7f1f7e23
SDJ
72952018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7296
7297 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7298 message "No address associated with hostname" when gdbserver
7299 cannot resolve the hostname.
7300
5759ebb3
PW
73012018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7302
7303 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7304 Add some test prefixes to make tests unique.
7305
3606ccab
PW
73062018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7307
7308 * gdb.base/frameapply.c: New file.
7309 * gdb.base/frameapply.exp: New file.
7310
529c08b2
PW
73112018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7312
7313 * gdb.base/skip.exp: Update expected error message.
7314
c7ab0aef
SDJ
73152018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7316 Jan Kratochvil <jan.kratochvil@redhat.com>
7317 Paul Fertser <fercerpav@gmail.com>
7318 Tsutomu Seki <sekiriki@gmail.com>
7319
7320 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7321 parameter.
7322 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7323 by default.
7324 * boards/native-gdbserver.exp: Likewise.
7325 * gdb.server/run-without-local-binary.exp: Improve regexp used
7326 for detecting when a remote debugging connection succeeds.
7327 * gdb.server/server-connect.exp: New file.
7328 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7329 Do not prefix the port number with ":".
7330 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7331 support for detecting and using it. Add '$debughost_gdbserver'
7332 to the list of arguments used to start gdbserver. Handle case
7333 when gdbserver cannot resolve a network name.
7334
16ff70dd
SDJ
73352018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7336
7337 PR c++/23373
7338 * gdb.base/ptype-offsets.cc (struct static_member): New
7339 struct.
7340 (main) <stmember>: New variable.
7341 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7342 with a static member in it.
7343
3541979f
AB
73442018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7345
7346 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7347 watchpoints enabled and disabled.
7348
c8ad9b9a
AB
73492018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7350
7351 * gdb.base/examine-backward.exp: Still run tests around address
7352 0x0, even if address 0x0 is not readable. Update the pattern for
7353 matching address 0x0 in expected output.
7354
e0e5e971
AB
73552018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7356
7357 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7358 malloc/free.
7359
1ea5da02
TV
73602018-07-04 Tom de Vries <tdevries@suse.de>
7361
7362 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7363
471b9d15
MR
73642018-07-02 Maciej W. Rozycki <macro@mips.com>
7365
7366 PR tdep/8282
7367 * gdb.arch/mips-disassembler-options.exp: New test.
7368 * gdb.arch/mips-disassembler-options.s: New test source.
7369
75acb486
PA
73702018-06-29 Pedro Alves <palves@redhat.com>
7371
7372 * gdb.threads/names.exp: Adjust expected "info threads" output.
7373
cd2bb709
PA
73742018-06-29 Pedro Alves <palves@redhat.com>
7375
7376 * gdb.opt/inline-break.exp (line number, address): Add "info
7377 break" tests.
7378
991ff292
PA
73792018-06-29 Pedro Alves <palves@redhat.com>
7380
7381 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7382 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7383 number and address and running to them.
7384
356819b6 73852018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
7386
7387 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7388
2512d7ef
JK
73892018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7390
7391 * lib/compiler.c: Remove executable permission flag.
7392
be1b6474
RB
73932018-06-28 Richard Bunt <richard.bunt@arm.com>
7394
7395 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7396 code.
7397 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7398
291f9a96
PT
73992018-06-28 Petr Tesarik <ptesarik@suse.cz>
7400
7401 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7402
ed6dfe51
PT
74032018-06-28 Petr Tesarik <ptesarik@suse.cz>
7404
7405 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7406 address argument is omitted.
7407
d4d429d5
PT
74082018-06-28 Petr Tesarik <ptesarik@suse.cz>
7409
7410 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7411
7ab6656f
OJ
74122018-06-27 Omair Javaid <omair.javaid@linaro.org>
7413
7414 PR gdb/21695
7415 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7416 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7417
a33ccfc7
TT
74182018-06-26 Tom Tromey <tom@tromey.com>
7419
7420 PR rust/22574:
7421 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7422 * gdb.rust/simple.rs (struct SimpleLayout): New.
7423
6d72d289
SM
74242018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7425
7426 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7427 "info registers" output.
7428
8363f9d5
RB
74292018-06-21 Richard Bunt <richard.bunt@arm.com>
7430
7431 * gdb.base/watchpoint-hw-attach.c: New test.
7432 * gdb.base/watchpoint-hw-attach.exp: New file.
7433
f00674fe
SM
74342018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7435
7436 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7437 through /bin/sh.
7438 * boards/dwarf4-gdb-index.exp: Likewise.
7439 * boards/fission-dwp.exp: Likewise.
7440
1d554008
UW
74412018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7442
7443 * gdb.base/float128.exp: Add comment and improved fail message
7444 to the failure case of "print large128" test.
7445
d0ac1c44
SM
74462018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7447
7448 * configure.ac: Remove AC_PREREQ.
7449 * configure: Re-generate.
7450
61b04dd0
PA
74512018-06-19 Pedro Alves <palves@redhat.com>
7452
7453 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7454 (func_extern_caller): New.
7455 (main): Call func_extern_caller.
7456 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7457 logic change.
7458
f63b508a
SM
74592018-06-18 Weimin Pan <weimin.pan@oracle.com>
7460
7461 PR gdb/16841
7462 * gdb.cp/typedef-base.cc: New file.
7463 * gdb.cp/typedef-base.exp: New file.
7464
0fe3a558
TV
74652018-06-18 Tom de Vries <tdevries@suse.de>
7466
7467 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7468
7010835a
AB
74692018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7470 Richard Bunt <Richard.Bunt@arm.com>
7471
7472 * gdb.threads/attach-slow-waitpid.c: New file.
7473 * gdb.threads/attach-slow-waitpid.exp: New file.
7474 * gdb.threads/slow-waitpid.c: New file.
7475
14897d65
PA
74762018-06-14 Pedro Alves <palves@redhat.com>
7477
7478 * gdb.base/fork-running-state.c: Include <errno.h>.
7479 (exit_if_relative_exits): New.
7480 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7481 exits.
7482 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7483 child exits.
7484
5d9a0608
TV
74852018-06-14 Tom de Vries <tdevries@suse.de>
7486
7487 PR cli/22573
7488 * gdb.base/finish-pretty.c: New test.
7489 * gdb.base/finish-pretty.exp: New file.
7490
11ae5818
PA
74912018-06-14 Pedro Alves <palves@redhat.com>
7492
7493 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7494 gdb's expected startup output.
7495
1d39de44
PA
74962018-06-14 Pedro Alves <palves@redhat.com>
7497
7498 * lib/selftest-support.exp (selftest_setup): Remove inlined
7499 function handling.
7500
70ee0000
TV
75012018-06-14 Tom de Vries <tdevries@suse.de>
7502
7503 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7504 matching of breakpoint printing.
7505
11f4b608
TV
75062018-06-13 Tom de Vries <tdevries@suse.de>
7507
7508 PR testsuite/23269
7509 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7510 (fork_child): ... here, and ...
7511 (fork_parent): ... here.
7512
75132018-06-12 Tom de Vries <tdevries@suse.de>
7514
7515 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7516
9516f85a
AB
75172018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7518 Stephen Roberts <stephen.roberts@arm.com>
7519
7520 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7521 rewrite test to describe action performed, rather than possible
7522 failure.
7523
5045b3d7
GB
75242018-06-08 Gary Benson <gbenson@redhat.com>
7525
7526 * gdb.threads/check-libthread-db.exp: New file.
7527 * gdb.threads/check-libthread-db.c: Likewise.
7528
c61b06a1
TT
75292018-06-05 Tom Tromey <tom@tromey.com>
7530
7531 * gdb.base/default.exp: Update expected "show version" output.
7532
eb6af809
TT
75332018-06-05 Tom Tromey <tom@tromey.com>
7534
7535 PR cli/12326:
7536 * gdb.cp/static-print-quit.exp: Update.
7537 * lib/gdb.exp (pagination_prompt): Update.
7538 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7539 * gdb.python/python.exp: Update.
7540
178d6a63
JB
75412018-06-04 Joel Brobecker <brobecker@adacore.com>
7542
7543 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7544
8e817061
JB
75452018-06-01 Joel Brobecker <brobecker@adacore.com>
7546
7547 * gdb.ada/bp_fun_addr: New testcase.
7548
e86ca25f
TT
75492018-06-01 Tom Tromey <tom@tromey.com>
7550
7551 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7552 results.
7553 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7554 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7555 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7556 * gdb.base/maint.exp (maint_pass_if): Update.
7557
4b2dfa9d
MR
75582018-05-31 Maciej W. Rozycki <macro@mips.com>
7559
7560 * gdb.base/endian.exp: New test.
7561 * gdb.base/endian.c: New test source.
7562
45f25d6c
AB
75632018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7564
7565 PR gdb/23203
7566 * gdb.base/bt-selected-frame.c: New file.
7567 * gdb.base/bt-selected-frame.exp: New file.
7568 * lib/gdb.exp (get_current_frame_number): New function.
7569
d9f6d7f8
MR
75702018-05-24 Maciej W. Rozycki <macro@mips.com>
7571 Pedro Alves <palves@redhat.com>
7572
7573 * gdb.threads/tls-core.c: Include <stdlib.h>
7574 (thread_proc): Call `abort'.
7575 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7576 (tls_core_test): New procedure, bits factored out from ...
7577 (top level): ... here. Test both native cores and gcore cores.
7578
ff1cf532
TT
75792018-05-23 Tom Tromey <tom@tromey.com>
7580
7581 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7582
b98664d3
TT
75832018-05-23 Tom Tromey <tom@tromey.com>
7584
7585 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7586 symfile_complaints.
7587 (test_short_complaints): Likewise.
7588 (test_empty_complaints): Likewise.
7589 (test_initial_complaints): Update.
7590
4e9668d0
TT
75912018-05-23 Tom Tromey <tom@tromey.com>
7592
7593 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7594
43ba33c7
TT
75952018-05-23 Tom Tromey <tom@tromey.com>
7596
7597 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7598 (test_short_complaints): Update.
7599
035522c0
PA
76002018-05-22 Pedro Alves <palves@redhat.com>
7601
7602 * gdb.base/remote.exp: Only gdb_start after compiling the
7603 testcase. Issue "disconnect" before testing "set remote" command
7604 defaults. Issue clean_restart before running to main.
7605
cc0be08f
PA
76062018-05-22 Pedro Alves <palves@redhat.com>
7607
7608 * gdb.base/remote.exp: Adjust expected output of "show remote
7609 memory-write-packet-size". Add tests for "set remote
7610 memory-write-packet-size 0" and "set remote
7611 memory-write-packet-size fixed/limit".
7612
b1b60145
PA
76132018-05-22 Pedro Alves <palves@redhat.com>
7614
7615 PR gdb/22973
7616 * gdb.base/utf8-identifiers.c: New file.
7617 * gdb.base/utf8-identifiers.exp: New file.
7618
0ec848ad
PFC
76192018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7620
7621 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7622
2c3305f6
PFC
76232018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7624
7625 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7626
ce1e8424
TT
76272018-05-18 Tom Tromey <tom@tromey.com>
7628
7629 * gdb.base/ptype-offsets.exp: Update.
7630
ddfe970e
KS
76312018-05-17 Keith Seitz <keiths@redhat.com>
7632
7633 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7634 in expected breakpoint stop locations.
7635 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7636 move to proper scope to test variable values.
7637 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7638 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7639 New functions.
7640 (main): Call not_inline_func3.
7641 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7642 inline_func1, inline_func2, and inline_func3. Test that when each
7643 breakpoint is hit, GDB properly reports both the stop location
7644 and the backtrace. Repeat tests for temporary breakpoints.
7645
0726fcc6
MR
76462018-05-15 Maciej W. Rozycki <macro@mips.com>
7647
7648 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7649 rather then trying to access it in determining whether the PID
7650 of `gdbserver' could have been retrieved.
7651
8ee22052
AB
76522018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7653
7654 * gdb.arch/amd64-init-x87-values.S: New file.
7655 * gdb.arch/amd64-init-x87-values.exp: New file.
7656
7785df48
JK
76572018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7658
7659 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7660
56bcdbea
TT
76612018-05-04 Tom Tromey <tom@tromey.com>
7662
7663 PR python/22730:
7664 * gdb.python/python.exp: Test multi-line execute.
7665
a913fffb
TT
76662018-05-04 Tom Tromey <tom@tromey.com>
7667
7668 PR python/22731:
7669 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7670
7a2c85f2
TT
76712018-05-04 Tom Tromey <tom@tromey.com>
7672
7673 PR gdb/11750:
7674 * gdb.base/define.exp: Test defining a user command inside a user
7675 command.
7676 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7677
a3b60e45
JK
76782018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7679 Pedro Alves <palves@redhat.com>
7680
7681 PR breakpoints/19806 and support for PR external/20207.
7682 * gdb.base/watchpoint-unaligned.c: New file.
7683 * gdb.base/watchpoint-unaligned.exp: New file.
7684
45fe4a03
AB
76852018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7686
7687 * gdb.base/maint.exp: Make test names unique, use
7688 test_prefix_command_help to test 'help maint info', and remove
7689 repeated test of 'help maint'.
7690
9be2ae8f
TT
76912018-05-04 Tom Tromey <tom@tromey.com>
7692
7693 PR gdb/22619:
7694 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7695 behavior.
7696
11859c31
AB
76972018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7698
7699 * gdb.base/maint.exp: Process output from 'maint print registers'
7700 line at a time.
7701
089a9490
AB
77022018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7703
7704 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7705 timeout.
7706
9b0797e2
AB
77072018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7708
7709 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7710 filter pattern.
7711
f6ac5f3d
PA
77122018-05-02 Pedro Alves <palves@redhat.com>
7713
7714 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7715 to_log_command renames.
7716 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7717
77d3c63b
TT
77182018-05-02 Tom Tromey <tom@tromey.com>
7719
7720 * gdb.python/py-parameter.exp: Set test message.
7721
0489430a
TT
77222018-05-02 Tom Tromey <tom@tromey.com>
7723
7724 PR python/20084:
7725 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7726 PARAM_ZUINTEGER_UNLIMITED tests.
7727
1632f8ba
DR
77282018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7729
7730 PR rust/23124
7731 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7732 when casting.
7733
6d7bb824
TT
77342018-04-30 Tom Tromey <tom@tromey.com>
7735
7736 * gdb.python/py-type.exp: Check align attribute.
7737 * gdb.python/py-type.c: New "aligncheck" global.
7738
007e1530
TT
77392018-04-30 Tom Tromey <tom@tromey.com>
7740
7741 PR exp/17095:
7742 * gdb.dwarf2/dw2-align.exp: New file.
7743 * gdb.cp/align.exp: New file.
7744 * gdb.base/align.exp: New file.
7745 * lib/gdb.exp (gdb_int128_helper): New proc.
7746 (has_int128_c, has_int128_cxx): New caching procs.
7747
6873858b
TT
77482018-04-27 Tom Tromey <tom@tromey.com>
7749
7750 PR rust/22545:
7751 * gdb.rust/simple.exp: Add inclusive range tests.
7752
79188d8d
PA
77532018-04-26 Pedro Alves <palves@redhat.com>
7754
7755 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7756 ifunc breakpoint locations correctly of ifunc breakpoints set
7757 while the program resolves the ifunc.
7758
c7075ad5
PA
77592018-04-26 Pedro Alves <palves@redhat.com>
7760
7761 * gdb.base/gnu-ifunc-final.c: New file.
7762 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7763 * gdb.base/gnu-ifunc.exp (executable): Delete.
7764 (staticexecutable): Adjust.
7765 (lib_opts, exec_opts): Delete.
7766 (make_binsuffix, build, set-break): New procedures.
7767 (misc_tests): New, with tests factored out from the top level.
7768 (top level): Test different combinations of ifunc resolver name,
7769 resolver with and with debug info, and ifunc target with and
7770 without debug info. Wrap static tests with with_target_prefix.
7771
8388016d
PA
77722018-04-26 Pedro Alves <palves@redhat.com>
7773
7774 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7775 return type" warnings.
7776
249b5733
PA
77772018-04-25 Pedro Alves <palves@redhat.com>
7778
7779 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7780 killed".
7781 * gdb.base/kill-after-signal.exp: Likewise.
7782 * gdb.threads/kill.exp: Likewise.
7783
f67c0c91
SDJ
77842018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7785 Sergio Durigan Junior <sergiodj@redhat.com>
7786 Pedro Alves <palves@redhat.com>
7787
7788 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7789 regexps to expect for '[Inferior ... detached]' as well.
7790 * gdb.base/attach.exp: Likewise.
7791 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7792 "gdb_continue_to_end".
7793 (test_catch_syscall_with_wrong_args): Likewise.
7794 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7795 ']'. Don't set 'verbose' on.
7796 * gdb.base/foll-vfork.exp: Likewise.
7797 * gdb.base/fork-print-inferior-events.c: New file.
7798 * gdb.base/fork-print-inferior-events.exp: New file.
7799 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7800 '[Inferior ... has been killed]' message.
7801 * gdb.base/kill-after-signal.exp: Likewise.
7802 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7803 detach message.
7804 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7805 message.
7806 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7807 regexps to expect for '[Inferior ... detached]' as well.
7808 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7809
0a8ddac4
SM
78102018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7811
7812 PR gdb/23104
7813 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7814
701adfb0
PA
78152018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7816
7817 PR gdb/23095
7818 * gdb.base/break-probes.exp: Pass shlib_load to
7819 prepare_for_testing. Set normal_bp to r_debug_state if target is
7820 bsd.
7821
d27d16bf
RB
78222018-04-19 Richard Bunt <richard.bunt@arm.com>
7823
7824 * gdb.threads/multiple-successive-infcall.c: New test.
7825 * gdb.threads/multiple-successive-infcall.exp: New file.
7826
a037790e
TT
78272018-04-17 Tom Tromey <tom@tromey.com>
7828
7829 * gdb.rust/simple.rs (Union): New type.
7830 (main): New local "u".
7831 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7832
e3a91079
AA
78332018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7834
7835 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7836 number information in output of "whereis" command.
7837 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7838
b744723f
AA
78392018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7840
7841 * gdb.ada/info_types.exp: Adjust expected output to the line
7842 numbers now printed by "info var/func/type".
7843 * gdb.base/completion.exp: Likewise.
7844 * gdb.base/included.exp: Likewise.
7845 * gdb.cp/cp-relocate.exp: Likewise.
7846 * gdb.cp/cplusfuncs.exp: Likewise.
7847 * gdb.cp/namespace.exp: Likewise.
7848 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7849
4a4495d6
MM
78502018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7851
7852 * gdb.btrace/cpu.exp: New.
7853
1d509aa6
MM
78542018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7855
7856 * gdb.base/step-indirect-call-thunk.exp: New.
7857 * gdb.base/step-indirect-call-thunk.c: New.
7858 * gdb.reverse/step-indirect-call-thunk.exp: New.
7859 * gdb.reverse/step-indirect-call-thunk.c: New.
7860
6295b6da
SM
78612018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7862
7863 * gdb.base/pie-fork.c: New file.
7864 * gdb.base/pie-fork.exp: New file.
7865
50146e70
TT
78662018-04-11 Tom Tromey <tom@tromey.com>
7867
7868 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7869
f50d8a2e
PA
78702018-04-10 Pedro Alves <palves@redhat.com>
7871
7872 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7873 exits. Instead loop running forever.
7874 (fork_parent): Run forever too.
7875
a0be7a36
SM
78762018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7877
7878 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7879 mi_continue_to_line.
7880 * gdb.mi/mi-stack.c (callee4): Add comment.
7881
9b73db36
SM
78822018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7883
7884 * gdb.mi/mi-stack.exp: Fix indentation.
7885
c912f608
SM
78862018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7887
7888 PR gdb/22979
7889 * gdb.arch/amd64-osabi.exp: New file.
7890
26540402
SM
78912018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7892
7893 PR gdb/22980
7894 * gdb.base/osabi.exp: New file.
7895
121ad66c 78962018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7897
7898 * gdb.cp/static-typedef-print.exp: New file.
7899 * gdb.cp/static-typedef-print.cc: New file.
7900
3fcded8f
JB
79012018-03-27 Joel Brobecker <brobecker@adacore.com>
7902
7903 * gdb.ada/varsize_limit: New testcase.
7904
59cc4834
JB
79052018-03-27 Joel Brobecker <brobecker@adacore.com>
7906
7907 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7908
7909 * gdb.ada/notcplusplus: New testcase.
7910
7911 * gdb.base/c-linkage-name.c: New file.
7912 * gdb.base/c-linkage-name.exp: New testcase.
7913
4ca59a9f
TT
79142018-03-26 Tom Tromey <tom@tromey.com>
7915
7916 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7917 * gdb.python/py-framefilter.py (name_error): New global.
7918 (ErrorInName.function): Use name_error.
7919
978d6c75
TT
79202018-03-26 Tom Tromey <tom@tromey.com>
7921
7922 PR backtrace/15582:
7923 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7924
b7fee5a3
KS
79252018-03-23 Keith Seitz <keiths@redhat.com>
7926
7927 PR c++/22968
7928 * gdb.cp/subtypes.exp: New file.
7929 * gdb.cp/subtypes.h: New file.
7930 * gdb.cp/subtypes.cc: New file.
7931 * gdb.cp/subtypes-2.cc: New file.
7932
376be529
AB
79332018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7934
7935 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7936 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7937 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7938 -nostartfiles when compiling the test. Confirm that all registers
7939 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7940
066cfa98
AB
79412018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7942
7943 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7944 option, syntax was wrong anyway.
7945 * gdb.arch/arm-disp-step.exp: Likewise.
7946 * gdb.arch/sparc64-regs.exp: Likewise.
7947 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7948 option, syntax was wrong anyway, switch to use
7949 prepare_for_testing.
7950 * gdb.arch/i386-disp-step.exp: Likewise.
7951
079670b9
AA
79522018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7953
7954 * gdb.ada/exec_changed.exp: Replace "target_info exists
7955 use_gdb_stub" by "use_gdb_stub".
7956 * gdb.ada/start.exp: Likewise.
7957 * gdb.base/async-shell.exp: Likewise.
7958 * gdb.base/attach-pie-misread.exp: Likewise.
7959 * gdb.base/attach-wait-input.exp: Likewise.
7960 * gdb.base/break-entry.exp: Likewise.
7961 * gdb.base/break-interp.exp: Likewise.
7962 * gdb.base/dprintf-detach.exp: Likewise.
7963 * gdb.base/nostdlib.exp: Likewise.
7964 * gdb.base/solib-nodir.exp: Likewise.
7965 * gdb.base/statistics.exp: Likewise.
7966 * gdb.base/testenv.exp: Likewise.
7967 * gdb.mi/mi-exec-run.exp: Likewise.
7968 * gdb.mi/mi-start.exp: Likewise.
7969 * gdb.multi/dummy-frame-restore.exp: Likewise.
7970 * gdb.multi/multi-arch-exec.exp: Likewise.
7971 * gdb.multi/multi-arch.exp: Likewise.
7972 * gdb.multi/tids.exp: Likewise.
7973 * gdb.multi/watchpoint-multi.exp: Likewise.
7974 * gdb.python/py-events.exp: Likewise.
7975 * gdb.threads/attach-into-signal.exp: Likewise.
7976 * gdb.threads/attach-stopped.exp: Likewise.
7977 * gdb.threads/threadapply.exp: Likewise.
7978 * lib/selftest-support.exp: Likewise.
7979
26d6cec4
AA
79802018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7981
7982 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7983
4ee89e90
SR
79842018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7985
7986 * gdb.perf/template-breakpoints.cc: New file.
7987 * gdb.perf/template-breakpoints.exp: New file.
7988 * gdb.perf/template-breakpoints.py: New file.
7989
92630041
TT
79902018-03-19 Tom Tromey <tom@tromey.com>
7991
7992 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7993 y0.
7994 * gdb.rust/simple.exp: Test bare identifier form of struct
7995 initializer.
7996
76727919
TT
79972018-03-19 Tom Tromey <tom@tromey.com>
7998
7999 * gdb.gdb/observer.exp: Remove.
8000
194ed413
AA
80012018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8002
8003 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
8004 "qualified" option when setting breakpoints.
8005 * gdb.trace/backtrace.exp: Likewise.
8006 * gdb.trace/circ.exp: Likewise.
8007 * gdb.trace/collection.exp: Likewise.
8008 * gdb.trace/disconnected-tracing.exp: Likewise.
8009 * gdb.trace/ftrace-lock.exp: Likewise.
8010 * gdb.trace/ftrace.exp: Likewise.
8011 * gdb.trace/infotrace.exp: Likewise.
8012 * gdb.trace/packetlen.exp: Likewise.
8013 * gdb.trace/passc-dyn.exp: Likewise.
8014 * gdb.trace/qtro.exp: Likewise.
8015 * gdb.trace/read-memory.exp: Likewise.
8016 * gdb.trace/report.exp: Likewise.
8017 * gdb.trace/signal.exp: Likewise.
8018 * gdb.trace/status-stop.exp: Likewise.
8019 * gdb.trace/strace.exp: Likewise.
8020 * gdb.trace/tfind.exp: Likewise.
8021 * gdb.trace/trace-break.exp: Likewise.
8022 * gdb.trace/trace-condition.exp: Likewise.
8023 * gdb.trace/trace-mt.exp: Likewise.
8024 * gdb.trace/tstatus.exp: Likewise.
8025 * gdb.trace/tsv.exp: Likewise.
8026 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8027 * gdb.trace/unavailable.exp: Likewise.
8028 * gdb.trace/while-dyn.exp: Likewise.
8029
8b067d2c
AA
80302018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8031
8032 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
8033 that libinproctrace is copied to the target.
8034
3ae9ce5d
TT
80352018-03-14 Tom Tromey <tom@tromey.com>
8036
8037 PR cli/14977:
8038 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
8039 a null pointer.
8040 * gdb.base/wchar.exp: Likewise.
8041
b8c2339b
TT
80422018-03-14 Tom Tromey <tom@tromey.com>
8043
8044 PR cli/19918:
8045 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
8046 flag.
8047
4872dc46
SM
80482018-03-08 Simon Marchi <simon.marchi@ericsson.com>
8049
8050 PR gdb/22841
8051 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
8052 "target" to remote_exec.
8053
e4fe3756
SM
80542018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8055
8056 PR gdb/22841
8057 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
8058 ${board}_upload): Remove.
8059
e95a97d4
AA
80602018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
8061
8062 * gdb.cp/watch-cp.cc: New test.
8063 * gdb.cp/watch-cp.exp: New file.
8064
dbbb1059
AB
80652018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8066
8067 * gdb.base/infcall-nested-structs.exp: New file.
8068 * gdb.base/infcall-nested-structs.c: New file.
8069 * gdb.base/float.exp: Add riscv support.
8070
ecc054c0
TP
80712018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
8072
8073 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
8074 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
8075
25e3c82c
SDJ
80762018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8077
8078 * gdb.server/abspath.exp: New file.
8079 * lib/gdb.exp (with_cwd): New procedure.
8080
3083294d
SM
80812018-02-28 Simon Marchi <simon.marchi@ericsson.com>
8082
8083 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
8084 use it.
8085 (gdb_is_target_remote_prompt): New proc.
8086 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
8087 (gdb_is_target_native): Pass prompt parameter to
8088 gdb_is_target_1.
8089
3275ef47
SM
80902018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8091
8092 * gdb.base/load-command.c: New file.
8093 * gdb.base/load-command.exp: New file.
8094 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8095 (gdb_is_target_1): ...this, and generalize for other targets
8096 than just remote.
8097 (gdb_is_target_remote): Use gdb_is_target_1.
8098 (gdb_is_target_native): use gdb_is_target_1.
8099
6893c19a
TT
81002018-02-26 Tom Tromey <tom@tromey.com>
8101
8102 PR python/16497:
8103 * gdb.python/py-framefilter.exp: Update test.
8104
2ddeaf8a
TT
81052018-02-26 Tom Tromey <tom@tromey.com>
8106
8107 * gdb.dwarf2/variant.c: New file.
8108 * gdb.dwarf2/variant.exp: New file.
8109
c9317f21
TT
81102018-02-26 Tom Tromey <tom@tromey.com>
8111
8112 * gdb.rust/simple.exp: Accept more possible results in enum test.
8113
6f6d0c26
SM
81142018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8115
8116 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8117 parentheses.
8118
11b03145
MR
81192018-02-23 Maciej W. Rozycki <macro@mips.com>
8120
8121 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8122 name of a variable: $actual_linejj -> $actual_line.
8123
54a27fe5
JB
81242018-02-21 John Baldwin <jhb@FreeBSD.org>
8125
8126 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8127
de65820c
MM
81282018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8129
8130 * gdb.btrace/buffer-size.exp: Do not force BTS.
8131
980548fd
PA
81322018-02-14 Pedro Alves <palves@redhat.com>
8133
8134 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8135 getting a "Quit".
8136
c4e12631
MM
81372018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8138
8139 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8140 Fix test name.
8141
c2e0e465
SM
81422018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8143
8144 * gdb.cp/m-static.exp: Check type of optimized out static
8145 member.
8146
f7216783
AB
81472018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8148
8149 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8150 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8151
0625771b
LS
81522018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8153 Leszek Swirski <leszeks@google.com>
8154
8155 * gdb.python/py-prettyprint.c
8156 (struct to_string_returns_value_inner,
8157 struct to_string_returns_value_wrapper): New.
8158 (main): Add tsrvw variable.
8159 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8160 ToStringReturnsValueWrapper): New classes.
8161 (register_pretty_printers): Register new pretty-printers.
8162 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8163 recursive pretty printer.
8164 * gdb.python/py-mi.exp: Likewise.
8165
59498c30
LS
81662018-02-01 Leszek Swirski <leszeks@google.com>
8167
8168 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8169 functions with the same name as an include file are parsed
8170 correctly.
8171
d4d38844
YQ
81722018-02-01 Yao Qi <yao.qi@linaro.org>
8173
8174 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8175 "\[^\r\n\]*".
8176
07e5f5cf
NP
81772018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8178
8179 * gdb.arch/powerpc-prologue-frame.s: New file.
8180 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8181 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8182
929b5ad4
JB
81832018-01-31 Joel Brobecker <brobecker@adacore.com>
8184
8185 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8186
e671cd59
PA
81872018-01-30 Pedro Alves <palves@redhat.com>
8188
8189 PR gdb/13211
8190 * gdb.base/interrupt-daemon.c: New.
8191 * gdb.base/interrupt-daemon.exp: New.
8192 * gdb.multi/multi-term-settings.c: New.
8193 * gdb.multi/multi-term-settings.exp: New.
8194
fc413dc4
JB
81952018-01-30 Joel Brobecker <brobecker@adacore.com>
8196
8197 * gdb.base/break.exp: Save the location where the breakpoint
8198 on break.c:47 was actually inserted when debugging the version
8199 compiled at -O2 and use it in the expected output of the "info
8200 break" test performed soon after.
8201
5c319bb2
PA
82022018-01-22 Pedro Alves <palves@redhat.com>
8203 Sergio Durigan Junior <sergiodj@redhat.com>
8204
8205 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8206 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8207
a9e40818
JB
82082018-01-22 Joel Brobecker <brobecker@adacore.com>
8209
8210 * gdb.base/break-include.c, gdb.base/break-include.inc,
8211 gdb.base/break-include.exp: New files.
8212 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8213 line number now being the actual line number where the breakpoint
8214 was inserted.
8215 * gdb.mi/mi-break.exp: Likewise.
8216 * gdb.mi/mi-reverse.exp: Likewise.
8217 * gdb.mi/mi-simplerun.exp: Ditto.
8218
e707fc44
AB
82192018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8220
8221 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8222 varobj.
8223 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8224
ae451627
AB
82252018-01-21 Don Breazeal <donb@codesourcery.com>
8226 Andrew Burgess <andrew.burgess@embecosm.com>
8227
8228 * gdb.mi/basics.c: Add new global.
8229 * gdb.mi/mi-frame-regs.exp: New file.
8230 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8231 case.
8232
b1b189e0
AB
82332018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8234
8235 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8236 non-parameter, and on an unknown symbol.
8237
fcfcc376
TT
82382018-01-19 Tom Tromey <tom@tromey.com>
8239
8240 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8241 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8242
634c1c31
AA
82432018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8244
8245 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8246 setrlimit and chdir to int.
8247
d6ad07fd
AA
82482018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8249
8250 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8251 function.
8252 (my_tend): Likewise.
8253 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8254 rationale of avoiding FP- and vector instructions.
8255
adf8243b
RK
82562018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8257
8258 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8259 "info reg" with "\[ \t\]*".
8260 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8261 "\[ \t\]+".
8262 * gdb.arch/s390-multiarch.exp: Ditto.
8263 * gdb.base/pc-fp.exp: Ditto.
8264 * gdb.reverse/i386-precsave.exp: Ditto.
8265 * gdb.reverse/i386-reverse.exp: Ditto.
8266 * gdb.reverse/i387-env-reverse.exp: Ditto.
8267 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8268
dcc06925
AA
82692018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8270
8271 * lib/gdb.exp (gdb_compile): Re-enable use of
8272 universal_compile_options for languages other than Rust.
8273
25d4fd80
AA
82742018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8275
8276 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8277
ee7f689e 82782018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
8279
8280 PR gdb/16577
8281 * gdb.base/solib-vanish.exp: New.
8282 * gdb.base/solib-vanish-main.c: New.
8283 * gdb.base/solib-vanish-lib1.c: New.
8284 * gdb.base/solib-vanish-lib2.c: New.
8285
d8447b6b
YQ
82862018-01-17 Yao Qi <yao.qi@linaro.org>
8287
8288 * gdb.compile/compile.exp: Match the address printed for
8289 frame in the output of command "bt".
8290
86d6a90c
TT
82912018-01-15 Tom Tromey <tom@tromey.com>
8292
8293 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8294 compute sp_reg.
8295
cbcdb1aa
AB
82962018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8297
8298 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8299 to prepare.
8300 (prepare): Return 0 on error, 1 on success.
8301
eea61984
PA
83022018-01-12 Pedro Alves <palves@redhat.com>
8303
8304 * gdb.base/continue-after-aborted-step-over.c: New.
8305 * gdb.base/continue-after-aborted-step-over.exp: New.
8306
6181e9c2
SM
83072018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8308
8309 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8310 options when not creating an executable.
8311
3cada740
PA
83122018-01-11 Pedro Alves <palves@redhat.com>
8313
8314 PR remote/22597
8315 * gdb.server/stop-reply-no-thread.c: New file.
8316 * gdb.server/stop-reply-no-thread.exp: New file.
8317
c63d3e8d
PA
83182018-01-10 Pedro Alves <palves@redhat.com>
8319
8320 PR gdb/22670
8321 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8322 functions too. Test setting breakpoints and printing C functions
8323 with no debug info too.
8324 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8325
d4c2a405
PA
83262018-01-10 Pedro Alves <palves@redhat.com>
8327
8328 PR gdb/22670
8329 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8330 a fail.
8331
8825213e
PA
83322018-01-10 Pedro Alves <palves@redhat.com>
8333
8334 PR gdb/22670
8335 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8336
605fd3c6
YQ
83372018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8338
8339 * gdb.server/unittest.exp: Match the output in non-development
8340 mode.
8341
1e5ded6c
YQ
83422018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8343
8344 * gdb.gdb/unittest.exp: Match output in non-development mode.
8345
30066b0b
JB
83462018-01-08 Joel Brobecker <brobecker@adacore.com>
8347
8348 * gdb.ada/access_tagged_param.exp: Relax expected output
8349 for value of "ObjL" in "continue" to pck.inspect breakpoint
8350 test.
8351
04bafb1e
XR
83522018-01-08 Joel Brobecker <brobecker@adacore.com>
8353
9f86398b
JB
8354 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8355 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 8356
e379cee6
PA
83572018-01-05 Pedro Alves <palves@redhat.com>
8358
8359 PR gdb/18653
8360 * gdb.base/libsegfault.exp: New.
8361
de63c46b
PA
83622018-01-05 Joel Brobecker <brobecker@adacore.com>
8363
8364 PR gdb/22670
8365 * gdb.ada/access_tagged_param.exp: New file.
8366 * gdb.ada/access_tagged_param/foo.adb: New file.
8367
f98fc17b
PA
83682018-01-05 Pedro Alves <palves@redhat.com>
8369
8370 PR gdb/22670
8371 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8372 exercise lower case too, and to exercise both full matching and
8373 wild matching.
8374
342f8240
JB
83752018-01-05 Joel Brobecker <brobecker@adacore.com>
8376
8377 * gdb.ada/rename_subscript_param: New testcase.
8378
7150d33c
JG
83792018-01-05 Jerome Guitton <guitton@adacore.com>
8380
8381 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8382
cc0e770c
JB
83832018-01-05 Joel Brobecker <brobecker@adacore.com>
8384
8385 * gdb.ada/convvar_comp: New testcase.
8386
672a41aa 83872018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
8388
8389 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8390 (My_Table): New global variable.
8391 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8392
7365ec2f
JB
83932018-01-04 Joel Brobecker <brobecker@adacore.com>
8394
8395 PR gdb/22670
8396 * gdb.ada/maint_with_ada: New testcase.
8397
289483b6
JB
83982018-01-04 Joel Brobecker <brobecker@adacore.com>
8399
8400 PR gdb/22670
8401 * gdb.ada/bp_c_mixed_case: New testcase.
8402
344420da
JB
84032018-01-04 Joel Brobecker <brobecker@adacore.com>
8404
8405 PR gdb/22670
8406 * gdb.ada/complete.exp: Add "complete break ada" test.
8407
66fc87a0
JB
84082018-01-04 Joel Brobecker <brobecker@adacore.com>
8409
8410 PR gdb/22670
8411 * gdb.ada/info_addr_mixed_case: New testcase.
8412
9f757bf7
XR
84132018-01-03 Xavier Roirand <roirand@adacore.com>
8414
8415 * gdb.ada/excep_handle.exp: New testcase.
8416 * gdb.ada/excep_handle/foo.adb: New file.
8417 * gdb.ada/excep_handle/pck.ads: New file.
8418
bd570f80
JB
84192018-01-03 Joel Brobecker <brobecker@adacore.com>
8420
8421 * gdb.base/step-line.c: Add extra empty line in copyright header.
8422 * gdb.base/step-line.inp: Likewise.
8423
9fe561ab
JB
84242018-01-02 Joel Brobecker <brobecker@adacore.com>
8425
8426 * gdb.ada/dyn_stride.exp: Add slice test.
8427
a405673c
JB
84282018-01-02 Joel Brobecker <brobecker@adacore.com>
8429
8430 * gdb.ada/dyn_stride: New testcase.
8431
cef0f868
SH
84322017-12-27 Stafford Horne <shorne@gmail.com>
8433
8434 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8435 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8436
b67d92b0
SH
84372017-12-27 Stafford Horne <shorne@gmail.com>
8438
8439 * gdb.base/reggroups.c: New file.
8440 * gdb.base/reggroups.exp: New file.
8441
eccab96d
JB
84422017-12-18 Joel Brobecker <brobecker@adacore.com>
8443
8444 * gdb.dwarf2/ada-valprint-error.c: New file.
8445 * gdb.dwarf2/ada-valprint-error.exp: New file.
8446
0e2da9f0
JB
84472017-12-18 Joel Brobecker <brobecker@adacore.com>
8448
8449 * gdb.ada/assign_arr: New testcase.
8450
cb923fcc
XR
84512017-12-18 Xavier Roirand <roirand@adacore.com>
8452
8453 * gdb.ada/funcall_ptr: New testcase.
8454
7c161838
SDJ
84552017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8456
8457 PR cli/16224
8458 * gdb.base/ptype-offsets.cc: New file.
8459 * gdb.base/ptype-offsets.exp: New file.
8460
1af17fd9
YQ
84612017-12-15 Yao Qi <yao.qi@linaro.org>
8462
8463 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8464 if XML is disabled.
8465
828d5846
XR
84662017-12-15 Xavier Roirand <roirand@adacore.com>
8467
8468 * gdb.ada/same_component_name: New testcase.
8469
79e8fcaa
JB
84702017-12-14 Joel Brobecker <brobecker@adacore.com>
8471
8472 * gdb.ada/str_binop_equal: New testcase.
8473
e05fa6f9
JB
84742017-12-14 Joel Brobecker <brobecker@adacore.com>
8475
8476 * gdb.ada/task_switch_in_core: New testcase.
8477
b89641ba
SM
84782017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8479
8480 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8481 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8482 call test_bkpt_qualified.
8483 (test_bkpt_qualified): New proc.
8484
6892d2e4
PA
84852017-12-13 Pedro Alves <palves@redhat.com>
8486
8487 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8488 Tighten regexp by matching with an anchor.
8489
a22ecf70
PA
84902017-12-13 Pedro Alves <palves@redhat.com>
8491
8492 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8493 ("expression with namespace"): New set of tests.
8494 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8495 (Nested::Test_NS::qux): New.
8496 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8497 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8498
9937536c
JB
84992017-12-13 Joel Brobecker <brobecker@adacore.com>
8500
8501 * gdb.base/server-del-break.c: New file.
8502 * gdb.base/server-del-break.exp: New file.
8503
fe49c6f5
SH
85042017-12-12 Stafford Horne <shorne@gmail.com>
8505
8506 * gdb.xml/tdesc-regs.exp: Add or1k support.
8507
c3d18620
SH
85082017-12-12 Stafford Horne <shorne@gmail.com>
8509
8510 * gdb.base/bp-permanent.c: Define nop of or1k.
8511
c5f9cfc8
JB
85122017-12-11 Joel Brobecker <brobecker@adacore.com>
8513
8514 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8515 output with components being reordered.
8516
a9c135fc
JB
85172017-12-11 Joel Brobecker <brobecker@adacore.com>
8518
8519 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8520 output with components being reordered.
8521
927aa2e7
JK
85222017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8523 Pedro Alves <palves@redhat.com>
8524
8525 * gdb.base/maint.exp (check for .gdb_index): Check also for
8526 .debug_names.
8527 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8528 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8529 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8530 (.gdb_index used after symbol reloading): Support also .debug_names.
8531 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8532
f17d9474
YQ
85332017-12-08 Yao Qi <yao.qi@linaro.org>
8534
8535 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8536 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8537
a0de8c21
YQ
85382017-12-08 Yao Qi <yao.qi@linaro.org>
8539
8540 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8541 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8542
a738ea1d
YQ
85432017-12-08 Yao Qi <yao.qi@linaro.org>
8544
8545 * gdb.arch/aarch64-tagged-pointer.c: New file.
8546 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8547
1cd9a73b
SDJ
85482017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8549
8550 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8551 "int".
8552
fa6eb693
KS
85532017-12-07 Keith Seitz <keiths@redhat.com>
8554
8555 PR breakpoints/22569
8556 * gdb.linespec/ls-errs.exp: Change expected result of "break
8557 -source this file has spaces.c -line 3".
8558 Check that an explicit source file followed by whitespace is
8559 identified as an invalid explicit location.
8560
883fd55a
KS
85612017-12-07 Keith Seitz <keiths@redhat.com>
8562
8563 * gdb.cp/nested-types.cc: New file.
8564 * gdb.cp/nested-types.exp: New file.
8565 * lib/cp-support.exp: Load data-structures.exp library.
8566 (debug_cp_test_ptype_class): New global.
8567 (cp_ptype_class_verbose, next_line): New procedures.
8568 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8569 Add and document new return value.
8570 Switch the list of lines to a queue.
8571 Add support for new `type' key for nested type definitions.
8572 Add debugging/troubleshooting messages.
8573 * lib/data-structures.exp: New file.
8574
ec72db3e
SM
85752017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8576
8577 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8578 with proc_with_prefix, don't use with_test_prefix.
8579
99598d71
TT
85802017-12-07 Tom Tromey <tom@tromey.com>
8581
8582 * gdb.base/break.exp: Add test for empty "commands".
8583
a8806230
YQ
85842017-12-07 Yao Qi <yao.qi@linaro.org>
8585
8586 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8587 malloc and catch syscall.
8588
824cc835
PM
85892017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8590
e79be6e5 8591 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
8592 tests for explicit locations.
8593
7cc244de
PA
85942017-12-06 Pedro Alves <palves@redhat.com>
8595
8596 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8597 force-disabling XML descriptions.
8598
50a1fdd5
PA
85992017-12-04 Pedro Alves <palves@redhat.com>
8600
8601 PR gdb/22499
8602 * gdb.arch/amd64-disp-step-avx.S: New file.
8603 * gdb.arch/amd64-disp-step-avx.exp: New file.
8604
f0fb2488
PA
86052017-12-03 Pedro Alves <palves@redhat.com>
8606
8607 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8608 and <string.h>.
8609 (parent_function): Print distinct messages when waitpid fails, or
8610 the child exits with a signal, or the child exits for an unhandled
8611 reason.
8612 * gdb.threads/process-dies-while-detaching.exp
8613 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8614 it. Wait for both inferior output and GDB's prompt. Use an
8615 indirect spawn id list.
8616 (do_detach): New parameter 'child_exit'. Use it to compute
8617 expected inferior output.
8618 (test_detach, test_detach_watch, test_detach_killed_outside):
8619 Adjust to pass down the expected child exit kind.
8620
97cbe998
SDJ
86212017-12-01 Joel Brobecker <brobecker@adacore.com>
8622 Sergio Durigan Junior <sergiodj@redhat.com>
8623 Pedro Alves <palves@redhat.com>
8624
8625 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8626
40fc416f
SDJ
86272017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8628
8629 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8630 to 'symbol-file' and 'add-symbol-file' can be
8631 position-independent.
8632
1cc75e92
YQ
86332017-12-01 Yao Qi <yao.qi@linaro.org>
8634
8635 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8636 the URL in copyright header.
8637 * gdb.arch/aarch64-fp.exp: Likewise.
8638 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8639 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8640 * gdb.base/expand-psymtabs.exp: Likewise.
8641 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8642 * gdb.fortran/common-block.exp: Likewise.
8643 * gdb.fortran/common-block.f90: Likewise.
8644 * gdb.fortran/logical.exp: Likewise.
8645 * gdb.fortran/vla-datatypes.f90: Likewise.
8646 * gdb.fortran/vla-sub.f90: Likewise.
8647
875fb7a7
JB
86482017-11-30 Joel Brobecker <brobecker@adacore.com>
8649
8650 * gdb.ada/repeat_dyn: New testcase.
8651
6f14765f
UW
86522017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8653
8654 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8655 Update for changed thread numbering.
8656 * gdb.cell/bt.exp: Update for changed GDB output.
8657
f1af7b94
SM
86582017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8659
8660 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8661 setting isremote by hand.
8662 * boards/dwarf4-gdb-index.exp: Likewise.
8663 * boards/fission.exp: Likewise.
8664 * boards/stabs.exp: Likewise.
8665
e3919f3e
PA
86662017-11-30 Pedro Alves <palves@redhat.com>
8667
8668 * gdb.linespec/cpls-ops.exp
8669 (check_explicit_skips_function_argument): Extract the underlying
8670 type of size_t instead of hardcoding it.
8671
bd69330d
PA
86722017-11-29 Pedro Alves <palves@redhat.com>
8673
8674 PR c++/19436
8675 * gdb.linespec/cpls-abi-tag.cc: New file.
8676 * gdb.linespec/cpls-abi-tag.exp: New file.
8677
a20714ff
PA
86782017-11-29 Pedro Alves <palves@redhat.com>
8679
8680 * gdb.base/langs.exp: Use -qualified.
8681 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8682 it.
8683 * gdb.cp/namespace.exp: Use -qualified.
8684 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8685 (overload-3, template-overload, template-ret-type, const-overload)
8686 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8687 procedures.
8688 (test_driver): Call them.
8689 * gdb.cp/save-bp-qualified.cc: New.
8690 * gdb.cp/save-bp-qualified.exp: New.
8691 * gdb.linespec/explicit.exp: Test -qualified.
8692 * lib/completion-support.exp (completion::explicit_opts_list): Add
8693 "-qualified".
8694 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8695
f6f1d339
PM
86962017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8697
8698 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8699
02ca603a
TT
87002017-11-29 Tom Tromey <tom@tromey.com>
8701
8702 * gdb.base/relocate.exp: Update invalid argument test.
8703 Add new tests for invalid arguments.
8704
ed6c0bfb
TP
87052017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8706
8707 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8708 Return 0 as a long.
8709 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8710
f106e10e
TP
87112017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8712
8713 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8714 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8715 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8716 func ().
8717 * gdb.cp/shadow.cc (B.func): Return 0.
8718
10329bb2
JB
87192017-11-27 Joel Brobecker <brobecker@adacore.com>
8720
8721 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8722 expected output in gdb_expect call to allow the exception
8723 message to be present as well. Fix syntax confusion to avoid
8724 TCL thinking that exception_name is an array.
8725
617cd4bc
UW
87262017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8727
8728 * gdb.arch/spu-info.c: Include <unistd.h>.
8729 (do_signal_test): Fix broken calls to write.
8730 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8731 Fix checks for empty mailboxes. Update signal tests for corrected
8732 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
8733 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8734 * gdb.cell/arch.exp: Use standard_output_file.
8735 * gdb.cell/break.exp: Likewise.
8736 * gdb.cell/bt.exp: Likewise.
8737 * gdb.cell/core.exp: Likewise.
8738 * gdb.cell/dwarfaddr.exp: Likewise.
8739 * gdb.cell/ea-cache.exp: Likewise.
8740 * gdb.cell/ea-standalone.exp: Likewise.
8741 * gdb.cell/f-regs.exp: Likewise.
8742 * gdb.cell/fork.exp: Likewise.
8743 * gdb.cell/gcore.exp: Likewise.
8744 * gdb.cell/mem-access.exp: Likewise.
8745 * gdb.cell/ptype.exp: Likewise.
8746 * gdb.cell/registers.exp: Likewise.
8747 * gdb.cell/sizeof.exp: Likewise.
8748 * gdb.cell/solib-symbol.exp: Likewise.
8749 * gdb.cell/solib.exp: Likewise.
617cd4bc 8750
a81aaca0
PA
87512017-11-25 Pedro Alves <palves@redhat.com>
8752
8753 * gdb.base/complete-empty.exp: New file.
8754 * gdb.base/completion.exp: Adjust.
8755
6a3c6ee4
PA
87562017-11-25 Pedro Alves <palves@redhat.com>
8757
8758 * gdb.linespec/cpls-ops.cc: New file.
8759 * gdb.linespec/cpls-ops.exp: New file.
8760 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8761 factored out from ...
8762 (test_complete_prefix_range): ... this.
8763
8955eb2d
PA
87642017-11-24 Pedro Alves <palves@redhat.com>
8765
8766 * gdb.linespec/cpcompletion.exp: New file.
8767 * gdb.linespec/cpls-hyphen.cc: New file.
8768 * gdb.linespec/cpls.cc: New file.
8769 * gdb.linespec/cpls2.cc: New file.
8770 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8771 test to use test_gdb_complete_unique. Add label completion,
8772 keyword completion and explicit location completion tests.
8773 * lib/completion-support.exp: New file.
8774
e547c119
JB
87752017-11-24 Joel Brobecker <brobecker@adacore.com>
8776
8777 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8778 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8779 when hitting an exception catchpoint.
8780
7c3c1aa8
YQ
87812017-11-22 Yao Qi <yao.qi@linaro.org>
8782
8783 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8784
41bd68f5
SM
87852017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8786
8787 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8788 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8789 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8790
1daad298
YQ
87912017-11-22 Yao Qi <yao.qi@linaro.org>
8792
8793 * gdb.base/info-os.exp: Pass pthreads.
8794 * gdb.multi/multi-attach.exp: Likewise.
8795
88465e87
YQ
87962017-11-22 Yao Qi <yao.qi@linaro.org>
8797
8798 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8799 compiler.
8800
dc196b23
YQ
88012017-11-22 Yao Qi <yao.qi@linaro.org>
8802
8803 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8804 * gdb.base/break-interp.exp: Likewise.
8805 * gdb.base/jit-attach-pie.exp: Likewise.
8806
2400729e
UW
88072017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8808
8809 * gdb.base/float128.c (large128): New variable.
8810 * gdb.base/float128.exp: Add test to print largest __float128 value.
8811
7a26362d
UW
88122017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8813
8814 * gdb.arch/vsx-regs.exp: Update register content checks.
8815
ed0f4273
UW
88162017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8817
8818 * gdb.arch/ppc-longdouble.exp: New file.
8819 * gdb.arch/ppc-longdouble.c: Likewise.
8820
a25d69c6
PA
88212017-11-21 Pedro Alves <palves@redhat.com>
8822
8823 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8824
73fcf641
PA
88252017-11-20 Pedro Alves <palves@redhat.com>
8826
8827 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8828 (long_double_typedef): New typedefs.
8829 Use DEF on double and long double.
8830 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8831 cases.
8832 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8833 and 'long_double_ptr_same_size' locals. Use them to decide
8834 whether cast from array/function to float is valid/invalid.
8835
71a3c369
TT
88362017-11-17 Tom Tromey <tom@tromey.com>
8837
8838 * gdb.rust/traits.rs: New file.
8839 * gdb.rust/traits.exp: New file.
8840
ced9779b
JB
88412017-11-17 Joel Brobecker <brobecker@adacore.com>
8842
8843 * gdb.ada/minsyms: New testcase.
8844
a0922d80
PA
88452017-11-16 Pedro Alves <palves@redhat.com>
8846
8847 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8848 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8849
ea04e54c
PA
88502017-11-16 Pedro Alves <palves@redhat.com>
8851
8852 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8853 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8854
e849ea89
PA
88552017-11-16 Pedro Alves <palves@redhat.com>
8856
8857 * gdb.server/reconnect-ctrl-c.c: New file.
8858 * gdb.server/reconnect-ctrl-c.exp: New file.
8859
d8ae99a7
PM
88602017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8861
8862 * gdb.python/py-rbreak.exp: New file.
8863 * gdb.python/py-rbreak.c: New file.
8864 * gdb.python/py-rbreak-func2.c: New file.
8865
968a13f8
PA
88662017-11-16 Pedro Alves <palves@redhat.com>
8867
8868 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8869 pattern.
8870 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8871 GDB.
8872
71774bc9
SM
88732017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8874
8875 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8876 regex.
8877
ddbb44cf
SM
88782017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8879
8880 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8881 test names.
8882
584a564f
PA
88832017-11-09 Pedro Alves <palves@redhat.com>
8884
8885 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8886 factored out from ...
8887 (top level): ... here, and adjusted to avoid expecting beyond the
8888 prompt in a single gdb_test_multiple.
8889
5ed7a928
PA
88902017-11-09 Pedro Alves <palves@redhat.com>
8891
8892 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8893 output.
8894 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8895 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8896 * gdb.server/ext-run.exp ("kill" test): Likewise.
8897 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8898
a60e0738
PA
88992017-11-09 Pedro Alves <palves@redhat.com>
8900
8901 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8902 match till end of line.
8903
2c88253f
PA
89042017-11-09 Pedro Alves <palves@redhat.com>
8905
8906 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8907
c7a38517
PA
89082017-11-09 Pedro Alves <palves@redhat.com>
8909
8910 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8911 New procedures, factored out from ...
8912 (top level): ... here, and adjusted to avoid expecting beyond the
8913 prompt in one go.
8914
f29f4b6b
PA
89152017-11-09 Pedro Alves <palves@redhat.com>
8916
8917 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8918 output. Fix '?' match.
8919
286acbb5
JB
89202017-11-08 Joel Brobecker <brobecker@adacore.com>
8921
8922 * gdb.ada/scoped_watch: New testcase.
8923 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8924 which is actually correct.
8925 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8926 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8927
62d7ae92
PA
89282017-11-08 Pedro Alves <palves@redhat.com>
8929
8930 * gdb.gdb/complaints.exp (test_initial_complaints)
8931 (test_serial_complaints, test_short_complaints): Call
8932 complaint_internal instead of complaint.
8933
280ca31f
DT
89342017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8935
8936 * gdb.threads/tls-core.c: New file.
8937 * gdb.threads/tls-core.exp: Likewise.
8938
b5ec771e
PA
89392017-11-08 Pedro Alves <palves@redhat.com>
8940
8941 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8942 (p Exported_Capitalized): New test.
8943 (p exported_capitalized): New test.
8944
a02b41a7
PA
89452017-11-07 Pedro Alves <palves@redhat.com>
8946
8947 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8948
95e95a6d
PA
89492017-11-07 Pedro Alves <palves@redhat.com>
8950
8951 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8952 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8953 (disable_invalid, disable_inverted, disable_negative): New
8954 procedures.
8955 ("bad numbers"): New set of tests.
8956
cee62dbd
PA
89572017-11-07 Pedro Alves <palves@redhat.com>
8958
8959 * gdb.cp/ena-dis-br-range.exp: Add tests.
8960
cc638e86
PA
89612017-11-07 Pedro Alves <palves@redhat.com>
8962
8963 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8964
d0fe4701
XR
89652017-11-07 Xavier Roirand <roirand@adacore.com>
8966 Pedro Alves <palves@redhat.com>
8967
8968 * gdb.base/ena-dis-br.exp: Add reference to
8969 gdb.cp/ena-dis-br-range.exp.
8970 * gdb.cp/ena-dis-br-range.exp: New file.
8971 * gdb.cp/ena-dis-br-range.cc: New file.
8972
46f67f80
PA
89732017-11-06 Pedro Alves <palves@redhat.com>
8974
8975 * gdb.base/attach-non-pgrp-leader.c: New.
8976 * gdb.base/attach-non-pgrp-leader.exp: New.
8977
726e1356
PA
89782017-11-06 Pedro Alves <palves@redhat.com>
8979
8980 * configure.ac: No longer check for termio.h and sgtty.h.
8981 * configure: Regenerate.
8982 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8983 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8984 Remove termio and sgtty code.
8985
50ab6ace
YQ
89862017-11-03 Yao Qi <yao.qi@linaro.org>
8987
8988 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8989 in GDB is disabled.
8990
8e68731c
YQ
89912017-11-03 Yao Qi <yao.qi@linaro.org>
8992
8993 * gdb.python/py-thrhandle.exp: Skip it if python is not
8994 enabled.
8995
3a87ae65
SM
89962017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8997
8998 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8999 as a breakpoint command.
9000
484d8d36
MD
90012017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
9002
9003 PR python/21213
9004 * gdb.python/py-infthread.exp: Test calling
9005 InferiorThread.inferior () multiple times in a row.
9006
4a27f119
KS
90072017-10-27 Keith Seitz <keiths@redhat.com>
9008
9009 * gdb.opt/inline-break.exp (break_info_1): New procedure.
9010 Test "info break" for every inlined function breakpoint.
9011
bb11dd58
YQ
90122017-10-27 Yao Qi <yao.qi@linaro.org>
9013
9014 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
9015
a43f3893
PF
90162017-10-26 Patrick Frants <osscontribute@gmail.com>
9017
9018 * gdb.cp/classes.exp (test_static_members): Test printing
9019 Outer::instance.
9020 * gdb.cp/classes.c (struct Inner, struct Outer): New.
9021 (Inner::instance, Outer::instance): New.
9022
792ccf00
PA
90232017-10-24 Pedro Alves <palves@redhat.com>
9024
9025 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
9026 extra console" test in two stages.
9027
eb2bfbad
PA
90282017-10-24 Pedro Alves <palves@redhat.com>
9029
9030 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
9031
1f75a651
PA
90322017-10-24 Pedro Alves <palves@redhat.com>
9033
9034 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
9035 loop.
9036
779990d9
PA
90372017-10-24 Pedro Alves <palves@redhat.com>
9038
9039 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
9040 $attempt" and "stoppedtry $stoppedtry" test prefixes.
9041
ad9b8f5d
PA
90422017-10-24 Pedro Alves <palves@redhat.com>
9043
9044 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
9045 parameter and handle it. Don't output read value in test name.
9046
fee6da6e
PA
90472017-10-24 Pedro Alves <palves@redhat.com>
9048
9049 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
9050 custom test name.
9051
10389c2c
PA
90522017-10-24 Pedro Alves <palves@redhat.com>
9053
9054 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
9055 include the unstable output directory name in the test's name.
9056 (initial_setup_simple) <'set args'>: Use custom test name.
9057
a80e65a9
PA
90582017-10-24 Pedro Alves <palves@redhat.com>
9059
9060 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
9061 with explicit test name.
9062
15763a09
PA
90632017-10-20 Pedro Alves <palves@redhat.com>
9064
9065 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
9066 'wait -i'. Use gdb_assert and remote_close.
9067
49a4ce2e
AB
90682017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
9069
9070 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
9071 number from variable rather than hard-coded.
9072
a75868f5
PA
90732017-10-19 Pedro Alves <palves@redhat.com>
9074
9075 * gdb.base/long-inferior-output.c: New file.
9076 * gdb.base/long-inferior-output.exp: New file.
9077
c8ba13ad
KS
90782017-11-18 Keith Seitz <keiths@redhat.com>
9079
9080 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
9081 method.
9082 (main): Call it.
9083 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
9084 Add additional user-defined conversion operator tests.
9085
b27de576
PA
90862017-10-17 Pedro Alves <palves@redhat.com>
9087
9088 * boards/native-stdio-gdbserver.exp: Load "local-board".
9089
8484c955
PA
90902017-10-17 Pedro Alves <palves@redhat.com>
9091
9092 * gdb.base/quit-live.c: New file.
9093 * gdb.base/quit-live.exp: New file.
9094
83d5a34d
KS
90952017-10-16 Keith Seitz <keiths@redhat.com>
9096
9097 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9098 (class_with_protected_typedef, class_with_private_typedef)
9099 (struct_with_public_typedef, struct_with_protected_typedef)
9100 (struct_with_private_typedef): New classes/structs.
9101 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9102 typedefs and access specifiers.
9103
739b3f1d
PA
91042017-10-16 Pedro Alves <palves@redhat.com>
9105 Simon Marchi <simon.marchi@polymtl.ca>
9106
9107 * README (Local vs Remote vs Native): New section.
9108 * boards/local-board.exp: New file, with bits factored out from
9109 ...
9110 * boards/native-extended-gdbserver.exp: ... here. Load
9111 "local-board".
9112 * boards/native-gdbserver.exp: Load "local-board".
9113 (${board}_spawn, ${board}_exec): Delete.
9114 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9115 ...
9116 * boards/stdio-gdbserver-base.exp: ... this new file.
9117 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9118 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9119 procedure.
9120 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9121 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9122 stdio_gdbserver_command.
9123 (${board}_get_remote_address, ${board}_get_comm_port)
9124 (${board}_download, ${board}_upload): Delete.
9125 (get_target_remote_pipe_cmd): New.
9126
fe68b953
SM
91272017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9128
9129 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9130 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9131 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9132 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9133 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9134 remove with_test_prefix.
9135
300b6685
PA
91362017-10-13 Pedro Alves <palves@redhat.com>
9137
9138 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9139 * gdb.base/annota1.exp: Use it instead of is_remote.
9140 * gdb.base/annota3.exp: Use it instead of is_remote.
9141 * gdb.cp/annota2.exp: Use it instead of is_remote.
9142 * gdb.cp/annota3.exp: Use it instead of is_remote.
9143 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9144
50500caf
PA
91452017-10-13 Pedro Alves <palves@redhat.com>
9146
9147 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9148 (test_num_test_vars, run_and_count_vars, find_env)
9149 (test_set_unset_env, test_inherit_env_var): New procedures.
9150 (top level): Use them.
9151
dad0c6d2
PA
91522017-10-13 Pedro Alves <palves@redhat.com>
9153
9154 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9155 also skip on stub-like targets.
9156
8b0553c1
PA
91572017-10-13 Pedro Alves <palves@redhat.com>
9158
9159 PR gdb/22293
9160 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9161 (top level): Move some tests to ...
9162 (test_not_found): ... this new procedure.
9163 (top level): Call it.
9164
7594f623
PA
91652017-10-13 Pedro Alves <palves@redhat.com>
9166
9167 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9168 expect different "info terminal" output if testing with a
9169 non-native target.
9170
ebe3b402
PA
91712017-10-13 Pedro Alves <palves@redhat.com>
9172 Simon Marchi <simon.marchi@polymtl.ca>
9173
9174 PR python/12966
9175 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9176
42f1b161
PA
91772017-10-13 Pedro Alves <palves@redhat.com>
9178
9179 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9180 already.
9181
8d6ef72b
PA
91822017-10-13 Pedro Alves <palves@redhat.com>
9183
9184 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9185 is_remote.
9186
d7bcd5b8
PA
91872017-10-13 Pedro Alves <palves@redhat.com>
9188
9189 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9190 is_remote.
9191
df479dc6
PA
91922017-10-13 Pedro Alves <palves@redhat.com>
9193
9194 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9195 is set.
9196 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9197 instead of is_remote.
9198
23fb630a
PA
91992017-10-13 Pedro Alves <palves@redhat.com>
9200
9201 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9202 (top level): Add comment.
9203
cc77b1dc
PA
92042017-10-13 Pedro Alves <palves@redhat.com>
9205
9206 * gdb.base/remote.exp (top level): Fix comment typo and add
9207 missing return.
9208
27c9e813
PA
92092017-10-13 Pedro Alves <palves@redhat.com>
9210 Simon Marchi <simon.marchi@polymtl.ca>
9211
9212 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9213 calls and add comments. Skip test if use_gdb_stub is set.
9214 (top level): Use "set cwd" command instead of "cd" command.
9215
5e830d98
PA
92162017-10-13 Pedro Alves <palves@redhat.com>
9217
9218 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9219 is_remote target check.
9220
f5ca0032
PA
92212017-10-13 Pedro Alves <palves@redhat.com>
9222
9223 * gdb.base/scope.exp: Use build_executable + clean_restart +
9224 gdb_file_cmd instead of prepare_for_testing and no longer skip
9225 "before run" tests on is_remote target boards. Update comments.
9226 * boards/native-extended-gdbserver.exp
9227 (extended_gdbserver_load_last_file): New, factored out from ...
9228 (gdb_load): ... this. Move further below and add comment.
9229 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9230
8aed1c0d
PA
92312017-10-12 Pedro Alves <palves@redhat.com>
9232
9233 * gdb.base/attach.exp: Remove references to gdb64.
9234 * gdb.base/dbx.exp: Remove references to gdb64.
9235
cfa34c87
SM
92362017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9237 Pedro Alves <palves@redhat.com>
9238
9239 * gdb.base/label.exp: Remove is_remote target check.
9240
9192b7de
PA
92412017-10-12 Pedro Alves <palves@redhat.com>
9242
9243 * gdb.base/auvx.exp (coredir): Update comment.
9244 (top level) <core_works>: Use "set cwd" command instead of "cd"
9245 command.
9246
6bf0052d
PA
92472017-10-12 Pedro Alves <palves@redhat.com>
9248 Simon Marchi <simon.marchi@polymtl.ca>
9249
9250 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9251 target boards.
9252
e48ef82d
PA
92532017-10-12 Pedro Alves <palves@redhat.com>
9254 Simon Marchi <simon.marchi@polymtl.ca>
9255
9256 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9257 Instead skip if there's any gdb_protocol set.
9258
8d7aea57
SM
92592017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9260 Pedro Alves <palves@redhat.com>
9261
9262 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9263
30440677
PA
92642017-10-12 Pedro Alves <palves@redhat.com>
9265 Simon Marchi <simon.marchi@polymtl.ca>
9266
9267 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9268 instead of on dejagnu remote boards.
9269
4e04f045 92702017-10-12 Pedro Alves <palves@redhat.com>
175654b9 9271 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
9272
9273 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9274 checks. Use build_executable + clean_restart instead of
9275 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9276 of enabling non-stop after starting gdb.
9277
871a186e
PA
92782017-10-12 Pedro Alves <palves@redhat.com>
9279
9280 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9281 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9282 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9283 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9284
56d704da
AK
92852017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9286
9287 * gdb.arch/arc-tdesc-cpu.exp: New file.
9288 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9289
2f20e312
SM
92902017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9291
9292 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9293
65630365
PA
92942017-10-10 Pedro Alves <palves@redhat.com>
9295
9296 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9297 expect CLI output.
9298
bf469271
PA
92992017-10-10 Pedro Alves <palves@redhat.com>
9300
9301 * lib/selftest-support.exp (selftest_setup): Update for
9302 captured_command_loop's prototype change.
9303
777a42f1
PA
93042017-10-09 Pedro Alves <palves@redhat.com>
9305
9306 Test both arch1=>arch2 and arch2=>arch1.
9307
9308 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9309 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9310 factored out to...
9311 (append_arch1_options, append_arch2_options, append_arch_options)
9312 (build_executables): New procedures.
9313 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9314 local.
9315 (top level): Add new 'first_arch' testing axis.
9316
cbd2b4e3
PA
93172017-10-09 Pedro Alves <palves@redhat.com>
9318
9319 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9320 (barrier): New.
9321 (thread_start, all_started): New functions.
9322 (main): Spawn new thread and wait until it is scheduled.
9323 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9324 option.
9325 (do_test): Add 'selected_thread' parameter. Run to all_started
9326 instead of main. Explicitly set the breakpoint at main. Switch
9327 to the SELECTED_THREAD thread.
9328 (top level): Test handling the exec event with either the main
9329 thread or the second thread selected.
9330
5c9e4427
PA
93312017-10-09 Pedro Alves <palves@redhat.com>
9332
9333 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9334 logic. Move STOP marker after the value checks.
9335 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9336 regexp.
9337
b3b7c423
SL
93382017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9339
9340 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9341
3b4b2f16
UW
93422017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9343
9344 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9345 integer-to-dfp conversion.
9346 * gdb.base/dfp-test.exp: Likewise.
9347
5cd63fda
PA
93482017-10-04 Pedro Alves <palves@redhat.com>
9349
9350 * gdb.multi/hangout.c: Include <unistd.h>.
9351 (hangout_loop): New function.
9352 (main): Call alarm. Call hangout_loop in a loop.
9353 * gdb.multi/hello.c: Include <unistd.h>.
9354 (hello_loop): New function.
9355 (main): Call alarm. Call hangout_loop in a loop.
9356 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9357 inferior with the other selected.
9358
4c71c105
SM
93592017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9360
9361 * gdb.mi/list-thread-groups-available.exp: New file.
9362 * gdb.mi/list-thread-groups-available.c: New file.
9363
bc3b087d
SDJ
93642017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9365
9366 * gdb.base/set-cwd.exp: Make it available on
9367 native-extended-gdbserver.
9368
d092c5a2
SDJ
93692017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9370
9371 * gdb.base/set-cwd.c: New file.
9372 * gdb.base/set-cwd.exp: Likewise.
9373
45320ffa
TT
93742017-10-02 Tom Tromey <tom@tromey.com>
9375
9376 PR rust/22236:
9377 * gdb.rust/simple.rs (main): New variable "fslice".
9378 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9379
b3e3859b
TT
93802017-10-02 Tom Tromey <tom@tromey.com>
9381
9382 * gdb.rust/simple.exp: Test ptype of a slice.
9383
01af5e0d
TT
93842017-10-02 Tom Tromey <tom@tromey.com>
9385
9386 * gdb.rust/simple.exp: Test index of slice.
9387
a9bbfbd8
TT
93882017-09-27 Tom Tromey <tom@tromey.com>
9389
9390 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9391
df8899e5
TP
93922017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9393 Pedro Alves <palves@redhat.com>
9394
9395 * gdb.base/compare-sections.exp (get value of read-only section): Read
9396 as unsigned value.
9397 (corrupt read-only section): Likewise and don't set written if patching
9398 failed.
9399
757bf54b
KB
94002017-09-21 Kevin Buettner <kevinb@redhat.com>
9401
9402 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9403 files.
9404
06871ae8
PA
94052017-09-20 Pedro Alves <palves@redhat.com>
9406
9407 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9408 symbol names in gdb's output.
9409 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9410
e5f25bc5
PA
94112017-09-20 Pedro Alves <palves@redhat.com>
9412
9413 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9414 Rename to ...
9415 (test_list_ambiguous_symbol): ... this and add a symbol name
9416 parameter. Adjust.
9417 (test_list_ambiguous_function): Reimplement on top of
9418 test_list_ambiguous_symbol and also test listing ambiguous
9419 variables.
9420 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9421 (ambiguous_fun): ... this.
9422 (ambiguous_var): New.
9423 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9424 (ambiguous_fun): ... this.
9425 (ambiguous_var): New.
9426
4e5a4f58
JB
94272017-09-19 John Baldwin <jhb@FreeBSD.org>
9428
9429 * gdb.base/starti.c: New file.
9430 * gdb.base/starti.exp: New file.
9431 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9432
26e53f3e
PA
94332017-09-14 Pedro Alves <palves@redhat.com>
9434
9435 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9436 (top level): Use it instead of runto.
9437
cb791d59
TT
94382017-09-11 Tom Tromey <tom@tromey.com>
9439
9440 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9441
7c96f8c1
TT
94422017-09-11 Tom Tromey <tom@tromey.com>
9443
9444 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9445 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9446
469412dd
CW
94472017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9448
9449 * gdb.fortran/printing-types.exp: New file.
9450 * gdb.fortran/printing-types.exp: New file.
9451
e0f86435
BH
94522017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9453
9454 * gdb.fortran/vla-ptype.exp: Fix typos.
9455 * gdb.fortran/vla-value.exp: Same.
9456
9e9af4be
BH
94572017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9458
9459 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9460 * gdb.mi/mi-var-child-f.exp: Likewise.
9461 * gdb.mi/mi-vla-fortran.exp: Likewise.
9462
a5ad232b 94632017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
9464 Christoph Weinmann <christoph.t.weinmann@intel.com>
9465 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
9466
9467 * gdb.fortran/ptr-indentation.f90: New file.
9468 * gdb.fortran/ptr-indentation.exp: New file.
9469
5aec60eb
TT
94702017-09-05 Tom Tromey <tom@tromey.com>
9471
9472 PR gdb/22010:
9473 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9474
8f8f8152
TP
94752017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9476
9477 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9478
fbd1b771
JK
94792017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9480
9481 * gdb.threads/tls-nodebug-pie.c: New file.
9482 * gdb.threads/tls-nodebug-pie.exp: New file.
9483
5eb5f850
TT
94842017-09-05 Tom Tromey <tom@tromey.com>
9485
9486 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9487 for rust.
9488
ae780a21
SM
94892017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9490
9491 * gdb.multi/multi-arch-exec.exp: Test with different
9492 "follow-exec-mode" settings.
9493 (do_test): New procedure.
9494
3693fdb3
PA
94952017-09-04 Pedro Alves <palves@redhat.com>
9496
9497 * gdb.base/func-static.c (S::method const, S::method volatile)
9498 (S::method volatile const): New methods.
9499 (c_s, v_s, cv_s): New instances.
9500 (main): Call method() on them.
9501 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9502 (cannot_resolve): New procedure.
9503 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9504 print-quote-unquoted columns.
9505 (do_test): Test printing each scope too.
9506
e68cb8e0
PA
95072017-09-04 Pedro Alves <palves@redhat.com>
9508
9509 * gdb.base/local-static.exp: Also test with
9510 class::method::variable wholly quoted.
9511 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9512
858be34c
PA
95132017-09-04 Pedro Alves <palves@redhat.com>
9514
9515 * gdb.base/local-static.c: New.
9516 * gdb.base/local-static.cc: New.
9517 * gdb.base/local-static.exp: New.
9518
46a4882b
PA
95192017-09-04 Pedro Alves <palves@redhat.com>
9520
9521 * gdb.asm/asm-source.exp: Add casts to int.
9522 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9523 (dataglobal64_1, dataglobal64_2): New globals.
9524 * gdb.base/nodebug.exp: Test different expressions involving the
9525 new globals, with print, whatis and ptype. Add casts to int.
9526 * gdb.base/solib-display.exp: Add casts to int.
9527 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9528 * gdb.cp/m-static.exp: Add cast to int.
9529 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9530 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9531 tls variable with no debug info without a cast. Test with a cast
9532 to int too.
9533 * gdb.trace/entry-values.exp: Add casts.
9534
2c5a2be1
PA
95352017-09-04 Pedro Alves <palves@redhat.com>
9536
9537 * gdb.base/nodebug.exp: Test that ptype's error about functions
9538 with unknown return type includes the function name too.
9539
7022349d
PA
95402017-09-04 Pedro Alves <palves@redhat.com>
9541
9542 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9543 return type of munmap in infcall.
9544 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9545 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9546 type of ftell in infcall.
9547 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9548 type of getpid in infcall.
9549 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9550 infcall.
9551 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9552 Bail on failure to extract the pid.
9553 * gdb.base/nodebug.c: #include <stdint.h>.
9554 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9555 New functions.
9556 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9557 Change expected output of print/whatis/ptype with functions with
9558 no debug info. Test all supported languages. Call
9559 test_call_promotion.
9560 * gdb.compile/compile.exp: Adjust expected output to expect
9561 warning.
9562 * gdb.threads/siginfo-threads.exp: Likewise.
9563
54990598
PA
95642017-09-04 Pedro Alves <palves@redhat.com>
9565
9566 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9567 "prototypes". Test calling float functions via prototyped and
9568 unprototyped function pointers.
9569 (perform_all_tests): New parameter "prototypes". Pass it down.
9570 (top level): Pass down "prototypes" parameter to
9571 perform_all_tests.
9572
34d16ea2
SM
95732017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9574
9575 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9576 Test with nested loops.
9577
9521ecda
SM
95782017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9579
9580 * gdb.base/commands.exp: Call the new procedures.
9581 (loop_break_test, loop_continue_test): New procedures.
9582
80a65e9b
SM
95832017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9584
9585 * gdb.base/commands.exp: Call new procedure.
9586 (define_if_without_arg_test): New procedure.
9587
e439fa14
PA
95882017-09-04 Pedro Alves <palves@redhat.com>
9589
9590 * gdb.base/list-ambiguous.exp: New file.
9591 * gdb.base/list-ambiguous0.c: New file.
9592 * gdb.base/list-ambiguous1.c: New file.
9593 * gdb.base/list.exp (test_list_range): Adjust expected output.
9594
0a2dde4a
SDJ
95952017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9596
9597 * gdb.base/share-env-with-gdbserver.c: New file.
9598 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9599
5e89eb3a
SM
96002017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9601
9602 * gdb.base/commands.exp (gdbvar_simple_if_test,
9603 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9604 progvar_simple_if_test, progvar_simple_while_test,
9605 progvar_complex_if_while_test, user_defined_command_test,
9606 user_defined_command_args_eval,
9607 user_defined_command_args_stack_test,
9608 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9609 temporary_breakpoint_commands,
9610 gdb_test_no_prompt, redefine_hook_test,
9611 redefine_backtrace_test): Remove "global gdb_prompt".
9612
fd437cbc
SM
96132017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9614
9615 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9616 New proc, call it from toplevel.
9617
87215ad1
SDJ
96182017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9619
9620 PR remote/21852
9621 * gdb.server/normal.c: New file, copied from gdb.base.
9622 * gdb.server/run-without-local-binary.exp: New file.
9623
58afddc6
WP
96242017-08-07 Weimin Pan <weimin.pan@oracle.com>
9625
9626 * gdb.arch/sparc64-adi.exp: New file.
9627 * gdb.arch/sparc64-adi.c: New file.
9628
5277199a
PA
96292017-08-22 Pedro Alves <palves@redhat.com>
9630
9631 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9632 (top level): Add "list all overloads" tests.
9633
14278e1f
TT
96342017-08-22 Tom Tromey <tom@tromey.com>
9635
9636 * gdb.gdb/xfullpath.exp: Remove.
9637
bf223d3e
PA
96382017-08-21 Pedro Alves <palves@redhat.com>
9639
9640 PR gdb/19487
9641 * gdb.base/symbol-alias.c: New.
9642 * gdb.base/symbol-alias2.c: New.
9643 * gdb.base/symbol-alias.exp: New.
9644
c973d0aa
PA
96452017-08-21 Pedro Alves <palves@redhat.com>
9646
9647 * gdb.base/dfp-test.c
9648 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9649 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9650 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9651 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9652 * gdb.base/whatis-ptype-typedefs.c: New.
9653 * gdb.base/whatis-ptype-typedefs.exp: New.
9654 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9655 (an_int, an_int_type, an_int_type2): New globals.
9656 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9657 involving typedefs and cast expressions.
9658 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9659 (lookup_typedefs_function): New.
9660 (typedefs_pretty_printers_dict): New.
9661 (top level): Register lookup_typedefs_function in
9662 gdb.pretty_printers.
9663
6d580b63
YQ
96642017-08-18 Yao Qi <yao.qi@linaro.org>
9665
9666 * gdb.server/unittest.exp: New.
9667
206726fb
SDJ
96682017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9669
9670 PR gdb/21954
9671 * gdb.base/environ.exp: Add test to check if 'unset environment'
9672 works.
9673
bf0ec4c2
AA
96742017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9675
9676 * lib/gdb.exp (universal_compile_options): New caching proc.
9677 (gdb_compile): Suppress GCC's coloring of messages.
9678
d6382fff
TT
96792017-08-14 Tom Tromey <tom@tromey.com>
9680
9681 PR gdb/21675:
9682 * gdb.base/printcmds.exp (test_radices): New function.
9683 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9684 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9685 * lib/gdb.exp (get_integer_valueof): Use p/d.
9686
c2c2dd9f
SM
96872017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9688
9689 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9690 characters.
9691
fdffd6f4
TT
96922017-08-05 Tom Tromey <tom@tromey.com>
9693
9694 * gdb.rust/simple.exp: Allow String to appear in a different
9695 namespace.
9696
27d41eac
YQ
96972017-07-26 Yao Qi <yao.qi@linaro.org>
9698
9699 * gdb.gdb/unittest.exp: Invoke command
9700 "maintenance check xml-descriptions".
9701
031ed05d
AA
97022017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9703
9704 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9705 calling context.
9706 (hex128): Drop erroneous calculation of parameters.
9707
dcd27ddf
SM
97082017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9709
9710 * gdb.python/py-unwind.exp: Disable stack protection when
9711 building test file.
9712
47e77640
PA
97132017-07-20 Pedro Alves <palves@redhat.com>
9714
9715 * gdb.base/default.exp (set language): Adjust expected output.
9716
62d2a18a
PA
97172017-07-20 Pedro Alves <palves@redhat.com>
9718
9719 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9720 (test_minsym): ... this, and make static.
9721 (get_pck__foo__bar__minsym): Rename to ...
9722 (get_test_minsym): ... this.
9723 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9724 symbol names and comments.
9725 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9726 (get_test_minsym): ... this.
9727 (pck__foo__bar__minsym__2): Rename to ...
9728 (test_minsym): ... this.
9729 (main): Adjust.
9730
c45ec17c
PA
97312017-07-17 Pedro Alves <palves@redhat.com>
9732
9733 * gdb.base/completion.exp: Adjust expected output.
9734 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9735 the completer works.
9736
c6756f62
PA
97372017-07-17 Pedro Alves <palves@redhat.com>
9738
9739 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9740
5bd68487
AB
97412017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9742
9743 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9744
8880f2a9
TT
97452017-07-14 Tom Tromey <tom@tromey.com>
9746
9747 PR rust/21764:
9748 * gdb.rust/simple.exp: Add tests.
9749
65547233
TT
97502017-07-14 Tom Tromey <tom@tromey.com>
9751
9752 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9753
8f14146e
PA
97542017-07-14 Pedro Alves <palves@redhat.com>
9755
9756 * gdb.linespec/base/one/thefile.cc (z1): New function.
9757 * gdb.linespec/base/two/thefile.cc (z2): New function.
9758 * gdb.linespec/linespec.exp: Add tests.
9759
b4365d02
AB
97602017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9761
9762 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9763 to mi_create_breakpoint.
9764
5d2cbaa5
AB
97652017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9766
9767 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9768 mi_create_breakpoint.
9769
11cb5716
IB
97702017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9771
9772 * gdb.dlang/demangle.exp: Update for demangling changes.
9773
03278692
TT
97742017-07-09 Tom Tromey <tom@tromey.com>
9775
9776 * gdb.dwarf2/shortpiece.exp: New file.
9777
33c5cd75
DB
97782017-07-06 David Blaikie <dblaikie@gmail.com>
9779
9780 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9781 built from fissiont-multi-cu{1,2}.c.
9782 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9783 except putting 'main' and 'func' in separate CUs in the same DWO file.
9784 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9785 test.
9786 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9787 test.
9788
8455d262
PA
97892017-07-06 Pedro Alves <palves@redhat.com>
9790
9791 * gdb.python/py-unwind.exp: Test flushregs.
9792
dc4bde35
SDJ
97932017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9794
9795 PR cli/21688
9796 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9797 tests for alias commands and trailing whitespace.
9798
51ed89aa
SDJ
97992017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9800
9801 PR cli/21688
9802 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9803 procedure. Call it.
9804
eb17d413
PA
98052017-06-29 Pedro Alves <palves@redhat.com>
9806
9807 * gdb.base/printcmds.exp: Add tests.
9808
41664b45
DG
98092017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9810
9811 PR gdb/21337
9812 * gdb.base/reread-readsym.exp: New file.
9813 * gdb.base/reread-readsym.c: New file.
9814
75312ae3
KB
98152017-06-21 Kevin Buettner <kevinb@redhat.com>
9816
9817 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9818 subpattern.
9819
66953522
PB
98202017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9821
9822 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9823 extended mnemonic.
9824 * gdb.arch/powerpc-power9.s: Likewise.
9825
5524b525
AA
98262017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9827
9828 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9829 on 32-bit x86 targets. Exploit is_*_target macros where
9830 appropriate.
9831
03c8af18
AA
98322017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9833
9834 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9835 register pieces.
9836
3bf31011
AA
98372017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9838
9839 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9840 located in one or more DWARF pieces.
9841
805acca0
AA
98422017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9843
9844 * lib/gdb.exp (get_endianness): New proc.
9845 * gdb.arch/aarch64-fp.exp: Use it.
9846 * gdb.arch/altivec-regs.exp: Likewise.
9847 * gdb.arch/e500-regs.exp: Likewise.
9848 * gdb.arch/vsx-regs.exp: Likewise.
9849 * gdb.base/dump.exp: Likewise.
9850 * gdb.base/funcargs.exp: Likewise.
9851 * gdb.base/gnu_vector.exp: Likewise.
9852 * gdb.dwarf2/formdata16.exp: Likewise.
9853 * gdb.dwarf2/implptrpiece.exp: Likewise.
9854 * gdb.dwarf2/nonvar-access.exp: Likewise.
9855 * gdb.python/py-inferior.exp: Likewise.
9856 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9857
e9352324
AA
98582017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9859
9860 PR gdb/21226
9861 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9862 stack value pieces are taken from the LSB end.
9863
d5d1163e
AA
98642017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9865
9866 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9867 variable at nonzero offset.
9868
0567c986
AA
98692017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9870
9871 * gdb.dwarf2/var-access.c: New file.
9872 * gdb.dwarf2/var-access.exp: New test.
9873 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9874
973e9aab
TT
98752017-06-12 Tom Tromey <tom@tromey.com>
9876
9877 * gdb.dwarf2/formdata16.exp: Add tests.
9878
d9109c80
TT
98792017-06-12 Tom Tromey <tom@tromey.com>
9880
9881 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9882
30a25466
TT
98832017-06-12 Tom Tromey <tom@tromey.com>
9884
9885 PR exp/16225:
9886 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9887 * gdb.arch/vsx-regs.exp: Update tests.
9888 * gdb.arch/s390-vregs.exp (hex128): New proc.
9889 Update test.
9890 * gdb.arch/altivec-regs.exp: Update tests.
9891
aefd8b33
SDJ
98922017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9893
9894 * gdb.base/startup-with-shell.c: New file.
9895 * gdb.base/startup-with-shell.exp: Likewise.
9896
2090129c
SDJ
98972017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9898
9899 * gdb.server/non-existing-program.exp: Update regex in order to
9900 reflect the fact that gdbserver is now using fork_inferior (with a
9901 shell) to startup the inferior.
9902
8e86a419
SM
99032017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9904
9905 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9906 support function calls from GDB.
9907
e6cf65f2
TT
99082017-05-21 Tom Tromey <tom@tromey.com>
9909
9910 PR rust/21466:
9911 * gdb.rust/unsized.exp: New file.
9912 * gdb.rust/unsized.rs: New file.
9913
43cc5389
TT
99142017-05-19 Tom Tromey <tom@tromey.com>
9915
9916 PR rust/21484:
9917 * gdb.rust/watch.exp: New file.
9918 * gdb.rust/watch.rs: New file.
9919
ec8df234
TT
99202017-05-18 Tom Tromey <tom@tromey.com>
9921
9922 * gdb.rust/simple.exp: Allow Box to be qualified.
9923
3e3e7fae
TP
99242017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9925
9926 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9927
59cc050d
PA
99282017-05-18 Pedro Alves <palves@redhat.com>
9929
9930 * gdb.base/fileio.c (test_write, test_read, test_close)
9931 (test_fstat): Don't print 'ret' in the fail path.
9932
c8f6abd1
PA
99332017-05-18 Pedro Alves <palves@redhat.com>
9934
9935 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9936 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9937 (test_system, test_rename, test_unlink, test_time): Change
9938 prototypes.
9939 * gdb.base/fileio.exp (stop_msg): Adjust.
9940
d2a03b77
PA
99412017-05-18 Pedro Alves <palves@redhat.com>
9942
9943 * gdb.base/fileio.c (null_str): New global.
9944 (test_stat): Use it.
9945 * gdb.base/fileio.exp: Remove nowarnings.
9946
0d5c6999
YQ
99472017-05-17 Yao Qi <yao.qi@linaro.org>
9948
9949 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9950
21873064
YQ
99512017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9952
9953 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9954 argument command.
9955 (top-level): Invoke test_set_inferior_tty.
9956
d512d31c
PA
99572017-05-04 Pedro Alves <palves@redhat.com>
9958
9959 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9960 Add parens to print call for Python 3.
9961
90cef2ed
KS
99622017-05-03 Keith Seitz <keiths@redhat.com>
9963
9964 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9965 (main): Call it.
9966
14f819c8
TW
99672017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9968
9969 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9970 to prev and next.
9971
913aeadd
TW
99722017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9973
9974 * gdb.python/py-record-btrace.exp: Remove test for
9975 gdb.BtraceInstruction.error.
9976
a3be24ad
TW
99772017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9978
9979 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9980
ae20e79a
TW
99812017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9982
9983 * gdb.python/py-record-btrace-threads.c: New file.
9984 * gdb.python/py-record-btrace-threads.exp: New file.
9985
45ce1b47
SDJ
99862017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9987
9988 PR testsuite/8595
9989 * gdb.base/environ.exp: Make test available in all architectures.
9990 Move bits related to "info program" testing to
9991 gdb.base/info-program.exp. Rewrite tests to use the two new
9992 procedures mentione below.
9993 (test_set_show_env_var) New procedure.
9994 (test_set_show_env_var_equal): Likewise.
9995 * gdb.base/info-program.exp: New file.
9996
e15c3eb4
KS
99972017-04-27 Keith Seitz <keiths@redhat.com>
9998
9999 * gdb.cp/oranking.cc (test15): New function.
10000 (main): Call test15 and declare additional variables for testing.
10001 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
10002 "p foo101('abc')" tests.
10003 Add tests for cv qualifier overloads.
10004 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
10005 "lvalue reference overload" test.
10006 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
10007 "print value of f1 on Child&& in f2" test.
10008
3a3fd0fd
PA
100092017-04-19 Pedro Alves <palves@redhat.com>
10010
10011 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
10012 procedure.
10013 (top level): Call it.
10014 * lib/gdb.exp (gdb_define_cmd): New procedure.
10015
53375380
PA
100162017-04-12 Pedro Alves <palves@redhat.com>
10017
10018 PR gdb/21323
10019 * gdb.cp/wide_char_types.c: Include <wchar.h>.
10020 (wchar): New global.
10021 * gdb.cp/wide_char_types.exp (wide_char_types_program)
10022 (do_test_wide_char, wide_char_types_no_program, top level): Add
10023 wchar_t testing.
10024
53e710ac
PA
100252017-04-12 Pedro Alves <palves@redhat.com>
10026
10027 PR c++/21323
10028 * gdb.cp/wide_char_types.c: New file.
10029 * gdb.cp/wide_char_types.exp: New file.
10030
0ad9d8c7
SDJ
100312017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
10032
10033 PR gdb/21352
10034 * gdb.trace/tsv.exp: Add test for "tsave -r".
10035
b1b45502
IB
100362017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
10037
10038 * gdb.dlang/watch-loc.c: New file.
10039 * gdb.dlang/watch-loc.exp: New file.
10040
ec13808e
JK
100412017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10042
10043 * gdb.python/py-section-script.exp (sepdebug): New testcases.
10044
fe5f7374
AK
100452017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10046
10047 * gdb.arch/arc-analyze-prologue.S: New file.
10048 * gdb.arch/arc-analyze-prologue.exp: Likewise.
10049
eea78757
AK
100502017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10051
10052 * gdb.arch/arc-decode-insn.S: New file.
10053 * gdb.arch/arc-decode-insn.exp: Likewise.
10054
5badf10a
IR
100552017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
10056
10057 PR tdep/20928
10058 * gdb.arch/sparc64-regs.exp: New file.
10059 * gdb.arch/sparc64-regs.S: Likewise.
10060
cee59b3f
TW
100612017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
10062
10063 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
10064 and memory view on Python 3.
10065
c0f55cc6
AV
100662017-03-20 Artemiy Volkov <artemiyv@acm.org>
10067 Keith Seitz <keiths@redhat.com>
10068
10069 PR gdb/14441
10070 * gdb.cp/demangle.exp: Add rvalue reference tests.
10071 * gdb.cp/rvalue-ref-casts.cc: New file.
10072 * gdb.cp/rvalue-ref-casts.exp: New file.
10073 * gdb.cp/rvalue-ref-overload.cc: New file.
10074 * gdb.cp/rvalue-ref-overload.exp: New file.
10075 * gdb.cp/rvalue-ref-params.cc: New file.
10076 * gdb.cp/rvalue-ref-params.exp: New file.
10077 * gdb.cp/rvalue-ref-sizeof.cc: New file.
10078 * gdb.cp/rvalue-ref-sizeof.exp: New file.
10079 * gdb.cp/rvalue-ref-types.cc: New file.
10080 * gdb.cp/rvalue-ref-types.exp: New file.
10081 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
10082 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
10083
51457a05
MAL
100842017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10085
10086 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
10087 New procedure.
10088
5b291c04
MAL
100892017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10090
10091 * lib/mi-support.exp (mi_gdb_test): Add additional message
10092 for unexpected output.
10093
59a56148
AA
100942017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10095
10096 * gdb.base/examine-backward.c (Barrier): New character array
10097 constant, to ensure that TestStrings is preceded by a string
10098 terminator.
10099
7942e96e
AA
101002017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10101
10102 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10103 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10104 and implicit pointer into such a location.
10105
6ebac3fb
DE
101062017-03-16 Doug Evans <dje@google.com>
10107
10108 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10109
ec3b243d
TP
101102017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10111
10112 * gdb.cp/m-static.exp: Fix expectation for prototype of
10113 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
10114
101152017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
10116
10117 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10118 * gdb.guile/scm-lazy-string.c: New file.
10119 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10120 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10121 for pointer, array, typedef lazy strings.
10122
2cc36e25 101232017-03-16 Doug Evans <dje@google.com>
34b43320
DE
10124
10125 PR python/17728, python/18439, python/18779
10126 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10127 * gdb.python/py-lazy-string.c (pointer): New typedef.
10128 (main): New locals ptr, array, typedef_ptr.
10129 * gdb.python/py-value.exp: Move lazy string tests to ...
10130 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10131 array, typedef lazy strings.
ec3b243d 10132
0efcde63
AK
101332017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10134
10135 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10136 Add optional 'test' parameter.
10137
7978d7c3
SM
101382017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10139
10140 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10141 Skip for versions of DejaGnu < 1.5.
10142
896c0c1e
SM
101432017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10144
10145 * lib/gdb.exp (dejagnu_version): New proc.
10146 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10147 Use dejagnu_version.
10148
5f4d1085
KS
101492017-03-10 Keith Seitz <keiths@redhat.com>
10150
10151 PR c++/8128
10152 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10153 type from destructor regexps.
10154 Add a branch which actually passes the test.
10155 Adjust "ptype t5i" test names.
10156
1de05205
PA
101572017-03-08 Pedro Alves <palves@redhat.com>
10158
10159 * gdb.base/step-over-exit.exp: Add explicit test message.
10160
c65d6b55
PA
101612017-03-08 Pedro Alves <palves@redhat.com>
10162
10163 PR gdb/18360
10164 * gdb.threads/interrupt-while-step-over.c: New file.
10165 * gdb.threads/interrupt-while-step-over.exp: New file.
10166
2e86a283
PA
101672017-03-08 Pedro Alves <palves@redhat.com>
10168
10169 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10170 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10171
25dcbff6
PA
101722017-03-08 Pedro Alves <palves@redhat.com>
10173
10174 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10175 PKRU as not supported as a PASS.
10176
dc9366eb
PA
101772017-03-08 Pedro Alves <palves@redhat.com>
10178
10179 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10180 prefix instead of $binfile1/$binfile2.
10181 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10182 in test message.
10183 * gdb.python/py-completion.exp: Use "load python file" as test
10184 messages instead of unstable path names.
10185
6e5d74e7
PA
101862017-03-08 Pedro Alves <palves@redhat.com>
10187 Jan Kratochvil <jan.kratochvil@redhat.com>
10188
10189 PR cli/21218
10190 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10191 New proc.
10192 (top level): Call it.
10193
9753a2f6
PA
101942017-03-08 Pedro Alves <palves@redhat.com>
10195
10196 PR tui/21216
10197 * gdb.tui/tui-nl-filtered-output.exp: New file.
10198
1a4dd9dd
PA
101992017-03-08 Pedro Alves <palves@redhat.com>
10200
10201 * gdb.base/completion.exp: Move TUI completion tests to ...
10202 * gdb.tui/completion.exp: ... this new file.
10203
7cbbff33
PA
102042017-03-08 Pedro Alves <palves@redhat.com>
10205
10206 * gdb.base/tui-disasm-long-lines.c,
10207 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10208 gdb.base/tui-layout.exp: Move to ...
10209 * gdb.tui/: ... this new directory.
10210
5f6fd321
PA
102112017-03-07 Pedro Alves <palves@redhat.com>
10212
10213 * gdb.base/tui-layout.c: New file.
10214 * gdb.base/tui-layout.exp: New file.
10215
44959fa8
PA
102162017-03-07 Pedro Alves <palves@redhat.com>
10217
10218 * gdb.base/tui-layout.c: Rename to ...
10219 * gdb.base/tui-disasm-long-lines.c: ... this.
10220 * gdb.base/tui-layout.exp: Rename to ...
10221 * gdb.base/tui-disasm-long-lines.exp: ... this.
10222
f8c4e718
PA
102232017-03-07 Pedro Alves <palves@redhat.com>
10224
10225 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10226
6dbb839a 102272017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
10228
10229 * i386-mpx-call.c: New file.
10230 * i386-mpx-call.exp: New file.
10231
65b48a81
PB
102322017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10233
10234 * gdb.arch/powerpc-power.exp: Delete test.
10235 * gdb.arch/powerpc-power.s: Likewise.
10236 * gdb.disasm/disassembler-options.exp: New test.
10237 * gdb.arch/powerpc-altivec.exp: Likewise.
10238 * gdb.arch/powerpc-altivec.s: Likewise.
10239 * gdb.arch/powerpc-altivec2.exp: Likewise.
10240 * gdb.arch/powerpc-altivec2.s: Likewise.
10241 * gdb.arch/powerpc-altivec3.exp: Likewise.
10242 * gdb.arch/powerpc-altivec3.s: Likewise.
10243 * gdb.arch/powerpc-power7.exp: Likewise.
10244 * gdb.arch/powerpc-power7.s: Likewise.
10245 * gdb.arch/powerpc-power8.exp: Likewise.
10246 * gdb.arch/powerpc-power8.s: Likewise.
10247 * gdb.arch/powerpc-power9.exp: Likewise.
10248 * gdb.arch/powerpc-power9.s: Likewise.
10249 * gdb.arch/powerpc-vsx.exp: Likewise.
10250 * gdb.arch/powerpc-vsx.s: Likewise.
10251 * gdb.arch/powerpc-vsx2.exp: Likewise.
10252 * gdb.arch/powerpc-vsx2.s: Likewise.
10253 * gdb.arch/powerpc-vsx3.exp: Likewise.
10254 * gdb.arch/powerpc-vsx3.s: Likewise.
10255 * gdb.arch/arm-disassembler-options.exp: Likewise.
10256 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10257 * gdb.arch/s390-disassembler-options.exp: Likewise.
10258
17cd4947
LM
102592017-02-23 Luis Machado <lgustavo@codesourcery.com>
10260
10261 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10262 (check_supported_features): ... this. Changed return type to void.
10263 (supports_rdseed): New static global.
10264 (rdseed): Check supports_rdseed.
10265 (initialize): Call check_supported_features.
10266
2039d74e
EBM
102672017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10268
10269 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10270 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10271 and lqarx/stqcx.
10272 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10273 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10274
a51d7ecf
EBM
102752017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10276
10277 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10278 uppercase.
10279
0224619f
JK
102802017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10281
10282 * gdb.dwarf2/formdata16.c: New file.
10283 * gdb.dwarf2/formdata16.exp: New file.
10284 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10285
216f72a1
JK
102862017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10287
10288 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10289 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10290 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10291 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10292 DW_AT_GNU_*.
10293
43988095
JK
102942017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10295
10296 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10297
99e8a4f9
SDJ
102982017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10299
10300 PR gdb/21164
10301 * gdb.base/maint.exp: Add testcases for when the commands do
10302 not have arguments.
10303
b58a8c0c
TP
103042017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10305
10306 * gdb.cp/chained-calls.exp: Use p instead of P.
10307
4e746bb6
TW
103082017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10309
10310 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10311 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10312
3f77c769
TT
103132017-02-14 Tom Tromey <tom@tromey.com>
10314
10315 PR python/13598:
10316 * gdb.python/py-events.exp: Add before_prompt event tests.
10317
075beec0
AA
103182017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10319
10320 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10321
bf5f525c
LM
103222017-02-13 Luis Machado <lgustavo@codesourcery.com>
10323
10324 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10325 (main): Call my_unique_function_name.
10326 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10327 completion of patterns with a single match.
10328 Add missing -re switches to gdb_test_multiple calls.
10329
13a66184
LM
103302017-02-13 Luis Machado <lgustavo@codesourcery.com>
10331
10332 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10333 return if core file is not recognized.
10334
26a06916
SM
103352017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10336
10337 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10338 and extra UIs.
10339
b761ca9e
SM
103402017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10341
10342 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10343 proc_with_prefix.
10344
b964bee0
TT
103452017-02-10 Tom Tromey <tom@tromey.com>
10346
10347 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10348
18da0c51
MG
103492017-02-10 Martin Galvan <martingalvan@sourceware.org>
10350
10351 PR gdb/21122
10352 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10353
604c4576
JG
103542017-02-08 Jerome Guitton <guitton@adacore.com>
10355
10356 * gdb.base/define.exp: Add test for command abbreviations
10357 in define.
10358
20b477a7
LM
103592017-02-06 Luis Machado <lgustavo@codesourcery.com>
10360
10361 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10362 * gdb.reverse/insn-reverse-x86.c: New file.
10363
3f7b46f2
IR
103642017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10365
10366 PR tdep/20936
10367 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10368
f0fd41c1
TT
103692017-02-03 Tom Tromey <tom@tromey.com>
10370
10371 PR rust/21097:
10372 * gdb.rust/simple.exp: Add new tests.
10373
5be5dbf0
PA
103742017-02-02 Pedro Alves <palves@redhat.com>
10375
10376 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10377 tests.
10378
7346ef59
AA
103792017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10380
10381 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10382 taking a 2-byte value out of a 4-byte DWARF implicit value on
10383 big-endian targets.
10384 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10385 logic. Add test cases for DW_OP_implicit.
10386
787f0025
MM
103872017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10388
10389 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10390
68777c29
MM
103912017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10392
10393 * gdb.btrace/enable.exp: Call gdb_exit before
10394 skip_gdbserver_tests.
10395
0a1c7e28
MM
103962017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10397
10398 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10399 GDBFLAGS.
10400
b5ac99b0
MM
104012017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10402
10403 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10404 the test is skipped.
10405 * gdb.btrace/data.exp: Likewise.
10406 * gdb.btrace/delta.exp: Likewise.
10407 * gdb.btrace/dlopen.exp: Likewise.
10408 * gdb.btrace/enable-running.exp: Likewise.
10409 * gdb.btrace/enable.exp: Likewise.
10410 * gdb.btrace/exception.exp: Likewise.
10411 * gdb.btrace/function_call_history.exp: Likewise.
10412 * gdb.btrace/gcore.exp: Likewise.
10413 * gdb.btrace/instruction_history.exp: Likewise.
10414 * gdb.btrace/multi-thread-step.exp: Likewise.
10415 * gdb.btrace/nohist.exp: Likewise.
10416 * gdb.btrace/non-stop.exp: Likewise.
10417 * gdb.btrace/reconnect.exp: Likewise.
10418 * gdb.btrace/record_goto-step.exp: Likewise.
10419 * gdb.btrace/record_goto.exp: Likewise.
10420 * gdb.btrace/rn-dl-bind.exp: Likewise.
10421 * gdb.btrace/segv.exp: Likewise.
10422 * gdb.btrace/step.exp: Likewise.
10423 * gdb.btrace/stepi.exp: Likewise.
10424 * gdb.btrace/tailcall-only.exp: Likewise.
10425 * gdb.btrace/tailcall.exp: Likewise.
10426 * gdb.btrace/tsx.exp: Likewise.
10427 * gdb.btrace/unknown_functions.exp: Likewise.
10428 * gdb.btrace/vdso.exp: Likewise.
10429
cd4007e4
MM
104302017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10431
10432 * gdb.btrace/enable-running.c: New.
10433 * gdb.btrace/enable-running.exp: New.
10434
2735833d
WT
104352017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10436
10437 * gdb.arch/amd64-gs_base.c: New file.
10438 * gdb.arch/amd64-gs_base.exp: New file.
10439
b51e1e94
LM
104402017-01-26 Luis Machado <lgustavo@codesourcery.com>
10441
10442 * lib/memory.exp: Remove spurious empty newlines.
10443
72ca0410
SM
104442017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10445
10446 * gdb.python/py-bad-printers.exp: Load python file using "source".
10447 * gdb.python/py-events.exp: Likewise.
10448 * gdb.python/py-evsignal.exp: Likewise.
10449 * gdb.python/py-evthreads.exp: Likewise.
10450 * gdb.python/py-frame-args.exp: Likewise.
10451 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10452 * gdb.python/py-framefilter-mi.exp: Likewise.
10453 * gdb.python/py-framefilter.exp: Likewise.
10454 * gdb.python/py-mi.exp: Likewise.
10455 * gdb.python/py-pp-maint.exp: Likewise.
10456 * gdb.python/py-pp-registration.exp: Likewise.
10457 * gdb.python/py-prettyprint.exp: Likewise.
10458 (run_lang_tests): Likewise.
10459 * gdb.python/py-typeprint.exp: Likewise.
10460
e309aa65
LM
104612017-01-26 Luis Machado <lgustavo@codesourcery.com>
10462
10463 * lib/memory.exp: New file.
10464 * lib/gdb.exp: Load memory.exp.
10465 * gdb.base/memattr.exp (delete_memory): Move proc to
10466 lib/memory.exp and rename to delete_memory_regions.
10467 Replace delete_memory with delete_memory_regions.
10468 Cleanup memory regions before tests.
10469 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10470 before tests.
10471
515aff23
LM
104722017-01-26 Luis Machado <lgustavo@codesourcery.com>
10473
10474 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10475 files.
10476 (initialize): New function conditionally defined.
10477 (testcases): Move within conditional block.
10478 (main): Call initialize.
10479 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10480 of gdb.reverse/insn-reverse.c.
10481 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10482 gdb.reverse/insn-reverse.c.
10483
d8b49cf0
YQ
104842017-01-26 Yao Qi <yao.qi@linaro.org>
10485
10486 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10487 disassemble on address 0.
10488
f13a9a0c
YQ
104892017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10490 Yao Qi <yao.qi@linaro.org>
10491
10492 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10493 * gdb.dwarf2/implptr-64bit.S: Remove.
10494 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10495 variables in caller's context. Add DW_OP_implicit_value.
10496
5ac95241
YQ
104972017-01-25 Yao Qi <yao.qi@linaro.org>
10498
10499 * lib/dwarf.exp (Dwarf::_location): Handle
10500 DW_OP_GNU_implicit_pointer with proper size.
10501
23e82930
LM
105022017-01-20 Luis Machado <lgustavo@codesourcery.com>
10503
10504 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10505 and add untested calls.
10506
d334ae25
LM
105072017-01-20 Luis Machado <lgustavo@codesourcery.com>
10508
10509 * gdb.python/python.exp: Check line number against what GDB thinks
10510 the line number is for func1.
10511
f5e6296e
IB
105122017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10513
10514 * gdb.dlang/debug-expr.exp: New file.
10515
5b362f04
LM
105162016-12-23 Luis Machado <lgustavo@codesourcery.com>
10517
10518 Fix test names for the following files:
10519
10520 * gdb.ada/exec_changed.exp
10521 * gdb.ada/info_types.exp
10522 * gdb.arch/aarch64-atomic-inst.exp
10523 * gdb.arch/aarch64-fp.exp
10524 * gdb.arch/altivec-abi.exp
10525 * gdb.arch/altivec-regs.exp
10526 * gdb.arch/amd64-byte.exp
10527 * gdb.arch/amd64-disp-step.exp
10528 * gdb.arch/amd64-dword.exp
10529 * gdb.arch/amd64-entry-value-inline.exp
10530 * gdb.arch/amd64-entry-value-param.exp
10531 * gdb.arch/amd64-entry-value-paramref.exp
10532 * gdb.arch/amd64-entry-value.exp
10533 * gdb.arch/amd64-i386-address.exp
10534 * gdb.arch/amd64-invalid-stack-middle.exp
10535 * gdb.arch/amd64-invalid-stack-top.exp
10536 * gdb.arch/amd64-optimout-repeat.exp
10537 * gdb.arch/amd64-prologue-skip.exp
10538 * gdb.arch/amd64-prologue-xmm.exp
10539 * gdb.arch/amd64-stap-special-operands.exp
10540 * gdb.arch/amd64-stap-wrong-subexp.exp
10541 * gdb.arch/amd64-tailcall-cxx.exp
10542 * gdb.arch/amd64-tailcall-noret.exp
10543 * gdb.arch/amd64-tailcall-ret.exp
10544 * gdb.arch/amd64-tailcall-self.exp
10545 * gdb.arch/amd64-word.exp
10546 * gdb.arch/arm-bl-branch-dest.exp
10547 * gdb.arch/arm-disp-step.exp
10548 * gdb.arch/arm-neon.exp
10549 * gdb.arch/arm-single-step-kernel-helper.exp
10550 * gdb.arch/avr-flash-qualifier.exp
10551 * gdb.arch/disp-step-insn-reloc.exp
10552 * gdb.arch/e500-abi.exp
10553 * gdb.arch/e500-regs.exp
10554 * gdb.arch/ftrace-insn-reloc.exp
10555 * gdb.arch/i386-avx512.exp
10556 * gdb.arch/i386-bp_permanent.exp
10557 * gdb.arch/i386-byte.exp
10558 * gdb.arch/i386-cfi-notcurrent.exp
10559 * gdb.arch/i386-disp-step.exp
10560 * gdb.arch/i386-dr3-watch.exp
10561 * gdb.arch/i386-float.exp
10562 * gdb.arch/i386-gnu-cfi.exp
10563 * gdb.arch/i386-mpx-map.exp
10564 * gdb.arch/i386-mpx-sigsegv.exp
10565 * gdb.arch/i386-mpx-simple_segv.exp
10566 * gdb.arch/i386-mpx.exp
10567 * gdb.arch/i386-permbkpt.exp
10568 * gdb.arch/i386-prologue.exp
10569 * gdb.arch/i386-signal.exp
10570 * gdb.arch/i386-size-overlap.exp
10571 * gdb.arch/i386-unwind.exp
10572 * gdb.arch/i386-word.exp
10573 * gdb.arch/mips-fcr.exp
10574 * gdb.arch/powerpc-d128-regs.exp
10575 * gdb.arch/powerpc-stackless.exp
10576 * gdb.arch/ppc64-atomic-inst.exp
10577 * gdb.arch/s390-stackless.exp
10578 * gdb.arch/s390-tdbregs.exp
10579 * gdb.arch/s390-vregs.exp
10580 * gdb.arch/sparc-sysstep.exp
10581 * gdb.arch/thumb-bx-pc.exp
10582 * gdb.arch/thumb-singlestep.exp
10583 * gdb.arch/thumb2-it.exp
10584 * gdb.arch/vsx-regs.exp
10585 * gdb.asm/asm-source.exp
10586 * gdb.base/a2-run.exp
10587 * gdb.base/advance.exp
10588 * gdb.base/all-bin.exp
10589 * gdb.base/anon.exp
10590 * gdb.base/args.exp
10591 * gdb.base/arithmet.exp
10592 * gdb.base/async-shell.exp
10593 * gdb.base/async.exp
10594 * gdb.base/attach-pie-noexec.exp
10595 * gdb.base/attach-twice.exp
10596 * gdb.base/auto-load.exp
10597 * gdb.base/bang.exp
10598 * gdb.base/bitfields.exp
10599 * gdb.base/break-always.exp
10600 * gdb.base/break-caller-line.exp
10601 * gdb.base/break-entry.exp
10602 * gdb.base/break-inline.exp
10603 * gdb.base/break-on-linker-gcd-function.exp
10604 * gdb.base/break-probes.exp
10605 * gdb.base/break.exp
10606 * gdb.base/breakpoint-shadow.exp
10607 * gdb.base/call-ar-st.exp
10608 * gdb.base/call-sc.exp
10609 * gdb.base/call-signal-resume.exp
10610 * gdb.base/call-strs.exp
10611 * gdb.base/callfuncs.exp
10612 * gdb.base/catch-fork-static.exp
10613 * gdb.base/catch-gdb-caused-signals.exp
10614 * gdb.base/catch-load.exp
10615 * gdb.base/catch-signal-fork.exp
10616 * gdb.base/catch-signal.exp
10617 * gdb.base/catch-syscall.exp
10618 * gdb.base/charset.exp
10619 * gdb.base/checkpoint.exp
10620 * gdb.base/chng-syms.exp
10621 * gdb.base/code-expr.exp
10622 * gdb.base/code_elim.exp
10623 * gdb.base/commands.exp
10624 * gdb.base/completion.exp
10625 * gdb.base/complex.exp
10626 * gdb.base/cond-expr.exp
10627 * gdb.base/condbreak.exp
10628 * gdb.base/consecutive.exp
10629 * gdb.base/continue-all-already-running.exp
10630 * gdb.base/coredump-filter.exp
10631 * gdb.base/corefile.exp
10632 * gdb.base/dbx.exp
10633 * gdb.base/debug-expr.exp
10634 * gdb.base/define.exp
10635 * gdb.base/del.exp
10636 * gdb.base/disabled-location.exp
10637 * gdb.base/disasm-end-cu.exp
10638 * gdb.base/disasm-optim.exp
10639 * gdb.base/display.exp
10640 * gdb.base/duplicate-bp.exp
10641 * gdb.base/ena-dis-br.exp
10642 * gdb.base/ending-run.exp
10643 * gdb.base/enumval.exp
10644 * gdb.base/environ.exp
10645 * gdb.base/eu-strip-infcall.exp
10646 * gdb.base/eval-avoid-side-effects.exp
10647 * gdb.base/eval-skip.exp
10648 * gdb.base/exitsignal.exp
10649 * gdb.base/expand-psymtabs.exp
10650 * gdb.base/filesym.exp
10651 * gdb.base/find-unmapped.exp
10652 * gdb.base/finish.exp
10653 * gdb.base/float.exp
10654 * gdb.base/foll-exec-mode.exp
10655 * gdb.base/foll-exec.exp
10656 * gdb.base/foll-fork.exp
10657 * gdb.base/fortran-sym-case.exp
10658 * gdb.base/freebpcmd.exp
10659 * gdb.base/func-ptr.exp
10660 * gdb.base/func-ptrs.exp
10661 * gdb.base/funcargs.exp
10662 * gdb.base/gcore-buffer-overflow.exp
10663 * gdb.base/gcore-relro-pie.exp
10664 * gdb.base/gcore-relro.exp
10665 * gdb.base/gcore.exp
10666 * gdb.base/gdb1090.exp
10667 * gdb.base/gdb11530.exp
10668 * gdb.base/gdb11531.exp
10669 * gdb.base/gdb1821.exp
10670 * gdb.base/gdbindex-stabs.exp
10671 * gdb.base/gdbvars.exp
10672 * gdb.base/hbreak.exp
10673 * gdb.base/hbreak2.exp
10674 * gdb.base/included.exp
10675 * gdb.base/infcall-input.exp
10676 * gdb.base/inferior-died.exp
10677 * gdb.base/infnan.exp
10678 * gdb.base/info-macros.exp
10679 * gdb.base/info-os.exp
10680 * gdb.base/info-proc.exp
10681 * gdb.base/info-shared.exp
10682 * gdb.base/info-target.exp
10683 * gdb.base/infoline.exp
10684 * gdb.base/interp.exp
10685 * gdb.base/interrupt.exp
10686 * gdb.base/jit-reader.exp
10687 * gdb.base/jit-simple.exp
10688 * gdb.base/kill-after-signal.exp
10689 * gdb.base/kill-detach-inferiors-cmd.exp
10690 * gdb.base/label.exp
10691 * gdb.base/langs.exp
10692 * gdb.base/ldbl_e308.exp
10693 * gdb.base/line-symtabs.exp
10694 * gdb.base/linespecs.exp
10695 * gdb.base/list.exp
10696 * gdb.base/long_long.exp
10697 * gdb.base/longest-types.exp
10698 * gdb.base/maint.exp
10699 * gdb.base/max-value-size.exp
10700 * gdb.base/memattr.exp
10701 * gdb.base/mips_pro.exp
10702 * gdb.base/morestack.exp
10703 * gdb.base/moribund-step.exp
10704 * gdb.base/multi-forks.exp
10705 * gdb.base/nested-addr.exp
10706 * gdb.base/nextoverexit.exp
10707 * gdb.base/noreturn-finish.exp
10708 * gdb.base/noreturn-return.exp
10709 * gdb.base/nostdlib.exp
10710 * gdb.base/offsets.exp
10711 * gdb.base/opaque.exp
10712 * gdb.base/pc-fp.exp
10713 * gdb.base/permissions.exp
10714 * gdb.base/print-symbol-loading.exp
10715 * gdb.base/prologue-include.exp
10716 * gdb.base/psymtab.exp
10717 * gdb.base/ptype.exp
10718 * gdb.base/random-signal.exp
10719 * gdb.base/randomize.exp
10720 * gdb.base/range-stepping.exp
10721 * gdb.base/readline-ask.exp
10722 * gdb.base/recpar.exp
10723 * gdb.base/recurse.exp
10724 * gdb.base/relational.exp
10725 * gdb.base/restore.exp
10726 * gdb.base/return-nodebug.exp
10727 * gdb.base/return.exp
10728 * gdb.base/run-after-attach.exp
10729 * gdb.base/save-bp.exp
10730 * gdb.base/scope.exp
10731 * gdb.base/sect-cmd.exp
10732 * gdb.base/set-lang-auto.exp
10733 * gdb.base/set-noassign.exp
10734 * gdb.base/setvar.exp
10735 * gdb.base/sigall.exp
10736 * gdb.base/sigbpt.exp
10737 * gdb.base/siginfo-addr.exp
10738 * gdb.base/siginfo-infcall.exp
10739 * gdb.base/siginfo-obj.exp
10740 * gdb.base/siginfo.exp
10741 * gdb.base/signals-state-child.exp
10742 * gdb.base/signest.exp
10743 * gdb.base/sigstep.exp
10744 * gdb.base/sizeof.exp
10745 * gdb.base/skip.exp
10746 * gdb.base/solib-corrupted.exp
10747 * gdb.base/solib-nodir.exp
10748 * gdb.base/solib-search.exp
10749 * gdb.base/stack-checking.exp
10750 * gdb.base/stale-infcall.exp
10751 * gdb.base/stap-probe.exp
10752 * gdb.base/start.exp
10753 * gdb.base/step-break.exp
10754 * gdb.base/step-bt.exp
10755 * gdb.base/step-line.exp
10756 * gdb.base/step-over-exit.exp
10757 * gdb.base/step-over-syscall.exp
10758 * gdb.base/step-resume-infcall.exp
10759 * gdb.base/step-test.exp
10760 * gdb.base/store.exp
10761 * gdb.base/structs3.exp
10762 * gdb.base/sym-file.exp
10763 * gdb.base/symbol-without-target_section.exp
10764 * gdb.base/term.exp
10765 * gdb.base/testenv.exp
10766 * gdb.base/ui-redirect.exp
10767 * gdb.base/until.exp
10768 * gdb.base/unwindonsignal.exp
10769 * gdb.base/value-double-free.exp
10770 * gdb.base/vla-datatypes.exp
10771 * gdb.base/vla-ptr.exp
10772 * gdb.base/vla-sideeffect.exp
10773 * gdb.base/volatile.exp
10774 * gdb.base/watch-cond-infcall.exp
10775 * gdb.base/watch-cond.exp
10776 * gdb.base/watch-non-mem.exp
10777 * gdb.base/watch-read.exp
10778 * gdb.base/watch-vfork.exp
10779 * gdb.base/watchpoint-cond-gone.exp
10780 * gdb.base/watchpoint-delete.exp
10781 * gdb.base/watchpoint-hw-hit-once.exp
10782 * gdb.base/watchpoint-hw.exp
10783 * gdb.base/watchpoint-stops-at-right-insn.exp
10784 * gdb.base/watchpoints.exp
10785 * gdb.base/wchar.exp
10786 * gdb.base/whatis-exp.exp
10787 * gdb.btrace/buffer-size.exp
10788 * gdb.btrace/data.exp
10789 * gdb.btrace/delta.exp
10790 * gdb.btrace/dlopen.exp
10791 * gdb.btrace/enable.exp
10792 * gdb.btrace/exception.exp
10793 * gdb.btrace/function_call_history.exp
10794 * gdb.btrace/gcore.exp
10795 * gdb.btrace/instruction_history.exp
10796 * gdb.btrace/nohist.exp
10797 * gdb.btrace/reconnect.exp
10798 * gdb.btrace/record_goto-step.exp
10799 * gdb.btrace/record_goto.exp
10800 * gdb.btrace/rn-dl-bind.exp
10801 * gdb.btrace/segv.exp
10802 * gdb.btrace/step.exp
10803 * gdb.btrace/stepi.exp
10804 * gdb.btrace/tailcall-only.exp
10805 * gdb.btrace/tailcall.exp
10806 * gdb.btrace/tsx.exp
10807 * gdb.btrace/unknown_functions.exp
10808 * gdb.btrace/vdso.exp
10809 * gdb.compile/compile-ifunc.exp
10810 * gdb.compile/compile-ops.exp
10811 * gdb.compile/compile-print.exp
10812 * gdb.compile/compile-setjmp.exp
10813 * gdb.cp/abstract-origin.exp
10814 * gdb.cp/ambiguous.exp
10815 * gdb.cp/annota2.exp
10816 * gdb.cp/annota3.exp
10817 * gdb.cp/anon-ns.exp
10818 * gdb.cp/anon-struct.exp
10819 * gdb.cp/anon-union.exp
10820 * gdb.cp/arg-reference.exp
10821 * gdb.cp/baseenum.exp
10822 * gdb.cp/bool.exp
10823 * gdb.cp/breakpoint.exp
10824 * gdb.cp/bs15503.exp
10825 * gdb.cp/call-c.exp
10826 * gdb.cp/casts.exp
10827 * gdb.cp/chained-calls.exp
10828 * gdb.cp/class2.exp
10829 * gdb.cp/classes.exp
10830 * gdb.cp/cmpd-minsyms.exp
10831 * gdb.cp/converts.exp
10832 * gdb.cp/cp-relocate.exp
10833 * gdb.cp/cpcompletion.exp
10834 * gdb.cp/cpexprs.exp
10835 * gdb.cp/cplabel.exp
10836 * gdb.cp/cplusfuncs.exp
10837 * gdb.cp/cpsizeof.exp
10838 * gdb.cp/ctti.exp
10839 * gdb.cp/derivation.exp
10840 * gdb.cp/destrprint.exp
10841 * gdb.cp/dispcxx.exp
10842 * gdb.cp/enum-class.exp
10843 * gdb.cp/exception.exp
10844 * gdb.cp/exceptprint.exp
10845 * gdb.cp/expand-psymtabs-cxx.exp
10846 * gdb.cp/expand-sals.exp
10847 * gdb.cp/extern-c.exp
10848 * gdb.cp/filename.exp
10849 * gdb.cp/formatted-ref.exp
10850 * gdb.cp/fpointer.exp
10851 * gdb.cp/gdb1355.exp
10852 * gdb.cp/gdb2495.exp
10853 * gdb.cp/hang.exp
10854 * gdb.cp/impl-this.exp
10855 * gdb.cp/infcall-dlopen.exp
10856 * gdb.cp/inherit.exp
10857 * gdb.cp/iostream.exp
10858 * gdb.cp/koenig.exp
10859 * gdb.cp/local.exp
10860 * gdb.cp/m-data.exp
10861 * gdb.cp/m-static.exp
10862 * gdb.cp/mb-ctor.exp
10863 * gdb.cp/mb-inline.exp
10864 * gdb.cp/mb-templates.exp
10865 * gdb.cp/member-name.exp
10866 * gdb.cp/member-ptr.exp
10867 * gdb.cp/meth-typedefs.exp
10868 * gdb.cp/method.exp
10869 * gdb.cp/method2.exp
10870 * gdb.cp/minsym-fallback.exp
10871 * gdb.cp/misc.exp
10872 * gdb.cp/namelessclass.exp
10873 * gdb.cp/namespace-enum.exp
10874 * gdb.cp/namespace-nested-import.exp
10875 * gdb.cp/namespace.exp
10876 * gdb.cp/nextoverthrow.exp
10877 * gdb.cp/no-dmgl-verbose.exp
10878 * gdb.cp/non-trivial-retval.exp
10879 * gdb.cp/noparam.exp
10880 * gdb.cp/nsdecl.exp
10881 * gdb.cp/nsimport.exp
10882 * gdb.cp/nsnested.exp
10883 * gdb.cp/nsnoimports.exp
10884 * gdb.cp/nsrecurs.exp
10885 * gdb.cp/nsstress.exp
10886 * gdb.cp/nsusing.exp
10887 * gdb.cp/operator.exp
10888 * gdb.cp/oranking.exp
10889 * gdb.cp/overload-const.exp
10890 * gdb.cp/overload.exp
10891 * gdb.cp/ovldbreak.exp
10892 * gdb.cp/ovsrch.exp
10893 * gdb.cp/paren-type.exp
10894 * gdb.cp/parse-lang.exp
10895 * gdb.cp/pass-by-ref.exp
10896 * gdb.cp/pr-1023.exp
10897 * gdb.cp/pr-1210.exp
10898 * gdb.cp/pr-574.exp
10899 * gdb.cp/pr10687.exp
10900 * gdb.cp/pr12028.exp
10901 * gdb.cp/pr17132.exp
10902 * gdb.cp/pr17494.exp
10903 * gdb.cp/pr9067.exp
10904 * gdb.cp/pr9167.exp
10905 * gdb.cp/pr9631.exp
10906 * gdb.cp/printmethod.exp
10907 * gdb.cp/psmang.exp
10908 * gdb.cp/psymtab-parameter.exp
10909 * gdb.cp/ptype-cv-cp.exp
10910 * gdb.cp/ptype-flags.exp
10911 * gdb.cp/re-set-overloaded.exp
10912 * gdb.cp/ref-types.exp
10913 * gdb.cp/rtti.exp
10914 * gdb.cp/scope-err.exp
10915 * gdb.cp/shadow.exp
10916 * gdb.cp/smartp.exp
10917 * gdb.cp/static-method.exp
10918 * gdb.cp/static-print-quit.exp
10919 * gdb.cp/temargs.exp
10920 * gdb.cp/templates.exp
10921 * gdb.cp/try_catch.exp
10922 * gdb.cp/typedef-operator.exp
10923 * gdb.cp/typeid.exp
10924 * gdb.cp/userdef.exp
10925 * gdb.cp/using-crash.exp
10926 * gdb.cp/var-tag.exp
10927 * gdb.cp/virtbase.exp
10928 * gdb.cp/virtfunc.exp
10929 * gdb.cp/virtfunc2.exp
10930 * gdb.cp/vla-cxx.exp
10931 * gdb.disasm/t01_mov.exp
10932 * gdb.disasm/t02_mova.exp
10933 * gdb.disasm/t03_add.exp
10934 * gdb.disasm/t04_sub.exp
10935 * gdb.disasm/t05_cmp.exp
10936 * gdb.disasm/t06_ari2.exp
10937 * gdb.disasm/t07_ari3.exp
10938 * gdb.disasm/t08_or.exp
10939 * gdb.disasm/t09_xor.exp
10940 * gdb.disasm/t10_and.exp
10941 * gdb.disasm/t11_logs.exp
10942 * gdb.disasm/t12_bit.exp
10943 * gdb.disasm/t13_otr.exp
10944 * gdb.dlang/circular.exp
10945 * gdb.dwarf2/arr-stride.exp
10946 * gdb.dwarf2/arr-subrange.exp
10947 * gdb.dwarf2/atomic-type.exp
10948 * gdb.dwarf2/bad-regnum.exp
10949 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10950 * gdb.dwarf2/callframecfa.exp
10951 * gdb.dwarf2/clztest.exp
10952 * gdb.dwarf2/corrupt.exp
10953 * gdb.dwarf2/data-loc.exp
10954 * gdb.dwarf2/dup-psym.exp
10955 * gdb.dwarf2/dw2-anon-mptr.exp
10956 * gdb.dwarf2/dw2-anonymous-func.exp
10957 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10958 * gdb.dwarf2/dw2-bad-unresolved.exp
10959 * gdb.dwarf2/dw2-basic.exp
10960 * gdb.dwarf2/dw2-canonicalize-type.exp
10961 * gdb.dwarf2/dw2-case-insensitive.exp
10962 * gdb.dwarf2/dw2-common-block.exp
10963 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10964 * gdb.dwarf2/dw2-compressed.exp
10965 * gdb.dwarf2/dw2-const.exp
10966 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10967 * gdb.dwarf2/dw2-cu-size.exp
10968 * gdb.dwarf2/dw2-dup-frame.exp
10969 * gdb.dwarf2/dw2-entry-value.exp
10970 * gdb.dwarf2/dw2-icycle.exp
10971 * gdb.dwarf2/dw2-ifort-parameter.exp
10972 * gdb.dwarf2/dw2-inline-break.exp
10973 * gdb.dwarf2/dw2-inline-param.exp
10974 * gdb.dwarf2/dw2-intercu.exp
10975 * gdb.dwarf2/dw2-intermix.exp
10976 * gdb.dwarf2/dw2-lexical-block-bare.exp
10977 * gdb.dwarf2/dw2-linkage-name-trust.exp
10978 * gdb.dwarf2/dw2-minsym-in-cu.exp
10979 * gdb.dwarf2/dw2-noloc.exp
10980 * gdb.dwarf2/dw2-op-call.exp
10981 * gdb.dwarf2/dw2-op-out-param.exp
10982 * gdb.dwarf2/dw2-opt-structptr.exp
10983 * gdb.dwarf2/dw2-param-error.exp
10984 * gdb.dwarf2/dw2-producer.exp
10985 * gdb.dwarf2/dw2-ranges-base.exp
10986 * gdb.dwarf2/dw2-ref-missing-frame.exp
10987 * gdb.dwarf2/dw2-reg-undefined.exp
10988 * gdb.dwarf2/dw2-regno-invalid.exp
10989 * gdb.dwarf2/dw2-restore.exp
10990 * gdb.dwarf2/dw2-restrict.exp
10991 * gdb.dwarf2/dw2-single-line-discriminators.exp
10992 * gdb.dwarf2/dw2-strp.exp
10993 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10994 * gdb.dwarf2/dw2-unresolved.exp
10995 * gdb.dwarf2/dw2-var-zero-addr.exp
10996 * gdb.dwarf2/dw4-sig-types.exp
10997 * gdb.dwarf2/dwz.exp
10998 * gdb.dwarf2/dynarr-ptr.exp
10999 * gdb.dwarf2/enum-type.exp
11000 * gdb.dwarf2/gdb-index.exp
11001 * gdb.dwarf2/implptr-64bit.exp
11002 * gdb.dwarf2/implptr-optimized-out.exp
11003 * gdb.dwarf2/implptr.exp
11004 * gdb.dwarf2/implref-array.exp
11005 * gdb.dwarf2/implref-const.exp
11006 * gdb.dwarf2/implref-global.exp
11007 * gdb.dwarf2/implref-struct.exp
11008 * gdb.dwarf2/mac-fileno.exp
11009 * gdb.dwarf2/main-subprogram.exp
11010 * gdb.dwarf2/member-ptr-forwardref.exp
11011 * gdb.dwarf2/method-ptr.exp
11012 * gdb.dwarf2/missing-sig-type.exp
11013 * gdb.dwarf2/nonvar-access.exp
11014 * gdb.dwarf2/opaque-type-lookup.exp
11015 * gdb.dwarf2/pieces-optimized-out.exp
11016 * gdb.dwarf2/pieces.exp
11017 * gdb.dwarf2/pr10770.exp
11018 * gdb.dwarf2/pr13961.exp
11019 * gdb.dwarf2/staticvirtual.exp
11020 * gdb.dwarf2/subrange.exp
11021 * gdb.dwarf2/symtab-producer.exp
11022 * gdb.dwarf2/trace-crash.exp
11023 * gdb.dwarf2/typeddwarf.exp
11024 * gdb.dwarf2/valop.exp
11025 * gdb.dwarf2/watch-notconst.exp
11026 * gdb.fortran/array-element.exp
11027 * gdb.fortran/charset.exp
11028 * gdb.fortran/common-block.exp
11029 * gdb.fortran/complex.exp
11030 * gdb.fortran/derived-type-function.exp
11031 * gdb.fortran/derived-type.exp
11032 * gdb.fortran/logical.exp
11033 * gdb.fortran/module.exp
11034 * gdb.fortran/multi-dim.exp
11035 * gdb.fortran/nested-funcs.exp
11036 * gdb.fortran/print-formatted.exp
11037 * gdb.fortran/subarray.exp
11038 * gdb.fortran/vla-alloc-assoc.exp
11039 * gdb.fortran/vla-datatypes.exp
11040 * gdb.fortran/vla-history.exp
11041 * gdb.fortran/vla-ptr-info.exp
11042 * gdb.fortran/vla-ptype-sub.exp
11043 * gdb.fortran/vla-ptype.exp
11044 * gdb.fortran/vla-sizeof.exp
11045 * gdb.fortran/vla-type.exp
11046 * gdb.fortran/vla-value-sub-arbitrary.exp
11047 * gdb.fortran/vla-value-sub-finish.exp
11048 * gdb.fortran/vla-value-sub.exp
11049 * gdb.fortran/vla-value.exp
11050 * gdb.fortran/whatis_type.exp
11051 * gdb.go/chan.exp
11052 * gdb.go/handcall.exp
11053 * gdb.go/hello.exp
11054 * gdb.go/integers.exp
11055 * gdb.go/methods.exp
11056 * gdb.go/package.exp
11057 * gdb.go/strings.exp
11058 * gdb.go/types.exp
11059 * gdb.go/unsafe.exp
11060 * gdb.guile/scm-arch.exp
11061 * gdb.guile/scm-block.exp
11062 * gdb.guile/scm-breakpoint.exp
11063 * gdb.guile/scm-cmd.exp
11064 * gdb.guile/scm-disasm.exp
11065 * gdb.guile/scm-equal.exp
11066 * gdb.guile/scm-frame-args.exp
11067 * gdb.guile/scm-frame-inline.exp
11068 * gdb.guile/scm-frame.exp
11069 * gdb.guile/scm-iterator.exp
11070 * gdb.guile/scm-math.exp
11071 * gdb.guile/scm-objfile.exp
11072 * gdb.guile/scm-ports.exp
11073 * gdb.guile/scm-symbol.exp
11074 * gdb.guile/scm-symtab.exp
11075 * gdb.guile/scm-value-cc.exp
11076 * gdb.guile/types-module.exp
11077 * gdb.linespec/break-ask.exp
11078 * gdb.linespec/cpexplicit.exp
11079 * gdb.linespec/explicit.exp
11080 * gdb.linespec/keywords.exp
11081 * gdb.linespec/linespec.exp
11082 * gdb.linespec/ls-dollar.exp
11083 * gdb.linespec/ls-errs.exp
11084 * gdb.linespec/skip-two.exp
11085 * gdb.linespec/thread.exp
11086 * gdb.mi/mi-async.exp
11087 * gdb.mi/mi-basics.exp
11088 * gdb.mi/mi-break.exp
11089 * gdb.mi/mi-catch-load.exp
11090 * gdb.mi/mi-cli.exp
11091 * gdb.mi/mi-cmd-param-changed.exp
11092 * gdb.mi/mi-console.exp
11093 * gdb.mi/mi-detach.exp
11094 * gdb.mi/mi-disassemble.exp
11095 * gdb.mi/mi-eval.exp
11096 * gdb.mi/mi-file-transfer.exp
11097 * gdb.mi/mi-file.exp
11098 * gdb.mi/mi-fill-memory.exp
11099 * gdb.mi/mi-inheritance-syntax-error.exp
11100 * gdb.mi/mi-linespec-err-cp.exp
11101 * gdb.mi/mi-logging.exp
11102 * gdb.mi/mi-memory-changed.exp
11103 * gdb.mi/mi-read-memory.exp
11104 * gdb.mi/mi-record-changed.exp
11105 * gdb.mi/mi-reg-undefined.exp
11106 * gdb.mi/mi-regs.exp
11107 * gdb.mi/mi-return.exp
11108 * gdb.mi/mi-reverse.exp
11109 * gdb.mi/mi-simplerun.exp
11110 * gdb.mi/mi-solib.exp
11111 * gdb.mi/mi-stack.exp
11112 * gdb.mi/mi-stepi.exp
11113 * gdb.mi/mi-syn-frame.exp
11114 * gdb.mi/mi-until.exp
11115 * gdb.mi/mi-var-block.exp
11116 * gdb.mi/mi-var-child.exp
11117 * gdb.mi/mi-var-cmd.exp
11118 * gdb.mi/mi-var-cp.exp
11119 * gdb.mi/mi-var-display.exp
11120 * gdb.mi/mi-var-invalidate.exp
11121 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11122 * gdb.mi/mi-vla-fortran.exp
11123 * gdb.mi/mi-watch.exp
11124 * gdb.mi/mi2-var-child.exp
11125 * gdb.mi/user-selected-context-sync.exp
11126 * gdb.modula2/unbounded-array.exp
11127 * gdb.multi/dummy-frame-restore.exp
11128 * gdb.multi/multi-arch-exec.exp
11129 * gdb.multi/multi-arch.exp
11130 * gdb.multi/tids.exp
11131 * gdb.multi/watchpoint-multi.exp
11132 * gdb.opencl/callfuncs.exp
11133 * gdb.opencl/convs_casts.exp
11134 * gdb.opencl/datatypes.exp
11135 * gdb.opencl/operators.exp
11136 * gdb.opencl/vec_comps.exp
11137 * gdb.opt/clobbered-registers-O2.exp
11138 * gdb.opt/inline-break.exp
11139 * gdb.opt/inline-bt.exp
11140 * gdb.opt/inline-cmds.exp
11141 * gdb.opt/inline-locals.exp
11142 * gdb.pascal/case-insensitive-symbols.exp
11143 * gdb.pascal/floats.exp
11144 * gdb.pascal/gdb11492.exp
11145 * gdb.python/lib-types.exp
11146 * gdb.python/py-arch.exp
11147 * gdb.python/py-as-string.exp
11148 * gdb.python/py-bad-printers.exp
11149 * gdb.python/py-block.exp
11150 * gdb.python/py-breakpoint-create-fail.exp
11151 * gdb.python/py-breakpoint.exp
11152 * gdb.python/py-caller-is.exp
11153 * gdb.python/py-cmd.exp
11154 * gdb.python/py-explore-cc.exp
11155 * gdb.python/py-explore.exp
11156 * gdb.python/py-finish-breakpoint.exp
11157 * gdb.python/py-finish-breakpoint2.exp
11158 * gdb.python/py-frame-args.exp
11159 * gdb.python/py-frame-inline.exp
11160 * gdb.python/py-frame.exp
11161 * gdb.python/py-framefilter-mi.exp
11162 * gdb.python/py-infthread.exp
11163 * gdb.python/py-lazy-string.exp
11164 * gdb.python/py-linetable.exp
11165 * gdb.python/py-mi-events.exp
11166 * gdb.python/py-mi-objfile.exp
11167 * gdb.python/py-mi.exp
11168 * gdb.python/py-objfile.exp
11169 * gdb.python/py-pp-integral.exp
11170 * gdb.python/py-pp-maint.exp
11171 * gdb.python/py-pp-re-notag.exp
11172 * gdb.python/py-pp-registration.exp
11173 * gdb.python/py-recurse-unwind.exp
11174 * gdb.python/py-strfns.exp
11175 * gdb.python/py-symbol.exp
11176 * gdb.python/py-symtab.exp
11177 * gdb.python/py-sync-interp.exp
11178 * gdb.python/py-typeprint.exp
11179 * gdb.python/py-unwind-maint.exp
11180 * gdb.python/py-unwind.exp
11181 * gdb.python/py-value-cc.exp
11182 * gdb.python/py-xmethods.exp
11183 * gdb.reverse/amd64-tailcall-reverse.exp
11184 * gdb.reverse/break-precsave.exp
11185 * gdb.reverse/break-reverse.exp
11186 * gdb.reverse/consecutive-precsave.exp
11187 * gdb.reverse/consecutive-reverse.exp
11188 * gdb.reverse/finish-precsave.exp
11189 * gdb.reverse/finish-reverse-bkpt.exp
11190 * gdb.reverse/finish-reverse.exp
11191 * gdb.reverse/fstatat-reverse.exp
11192 * gdb.reverse/getresuid-reverse.exp
11193 * gdb.reverse/i386-precsave.exp
11194 * gdb.reverse/i386-reverse.exp
11195 * gdb.reverse/i386-sse-reverse.exp
11196 * gdb.reverse/i387-env-reverse.exp
11197 * gdb.reverse/i387-stack-reverse.exp
11198 * gdb.reverse/insn-reverse.exp
11199 * gdb.reverse/machinestate-precsave.exp
11200 * gdb.reverse/machinestate.exp
11201 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11202 * gdb.reverse/pipe-reverse.exp
11203 * gdb.reverse/readv-reverse.exp
11204 * gdb.reverse/recvmsg-reverse.exp
11205 * gdb.reverse/rerun-prec.exp
11206 * gdb.reverse/s390-mvcle.exp
11207 * gdb.reverse/step-precsave.exp
11208 * gdb.reverse/step-reverse.exp
11209 * gdb.reverse/time-reverse.exp
11210 * gdb.reverse/until-precsave.exp
11211 * gdb.reverse/until-reverse.exp
11212 * gdb.reverse/waitpid-reverse.exp
11213 * gdb.reverse/watch-precsave.exp
11214 * gdb.reverse/watch-reverse.exp
11215 * gdb.rust/generics.exp
11216 * gdb.rust/methods.exp
11217 * gdb.rust/modules.exp
11218 * gdb.rust/simple.exp
11219 * gdb.server/connect-with-no-symbol-file.exp
11220 * gdb.server/ext-attach.exp
11221 * gdb.server/ext-restart.exp
11222 * gdb.server/ext-wrapper.exp
11223 * gdb.server/file-transfer.exp
11224 * gdb.server/server-exec-info.exp
11225 * gdb.server/server-kill.exp
11226 * gdb.server/server-mon.exp
11227 * gdb.server/wrapper.exp
11228 * gdb.stabs/exclfwd.exp
11229 * gdb.stabs/gdb11479.exp
11230 * gdb.threads/clone-new-thread-event.exp
11231 * gdb.threads/corethreads.exp
11232 * gdb.threads/current-lwp-dead.exp
11233 * gdb.threads/dlopen-libpthread.exp
11234 * gdb.threads/gcore-thread.exp
11235 * gdb.threads/sigstep-threads.exp
11236 * gdb.threads/watchpoint-fork.exp
11237 * gdb.trace/actions-changed.exp
11238 * gdb.trace/backtrace.exp
11239 * gdb.trace/change-loc.exp
11240 * gdb.trace/circ.exp
11241 * gdb.trace/collection.exp
11242 * gdb.trace/disconnected-tracing.exp
11243 * gdb.trace/ftrace.exp
11244 * gdb.trace/mi-trace-frame-collected.exp
11245 * gdb.trace/mi-trace-unavailable.exp
11246 * gdb.trace/mi-traceframe-changed.exp
11247 * gdb.trace/mi-tsv-changed.exp
11248 * gdb.trace/no-attach-trace.exp
11249 * gdb.trace/passc-dyn.exp
11250 * gdb.trace/qtro.exp
11251 * gdb.trace/range-stepping.exp
11252 * gdb.trace/read-memory.exp
11253 * gdb.trace/save-trace.exp
11254 * gdb.trace/signal.exp
11255 * gdb.trace/status-stop.exp
11256 * gdb.trace/tfile.exp
11257 * gdb.trace/trace-break.exp
11258 * gdb.trace/trace-buffer-size.exp
11259 * gdb.trace/trace-condition.exp
11260 * gdb.trace/tracefile-pseudo-reg.exp
11261 * gdb.trace/tstatus.exp
11262 * gdb.trace/unavailable.exp
11263 * gdb.trace/while-dyn.exp
11264 * gdb.trace/while-stepping.exp
11265
34c41c68
DE
112662016-12-22 Doug Evans <xdje42@gmail.com>
11267
11268 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11269 and msymbols.
11270
16e69324
YQ
112712016-12-19 Yao Qi <yao.qi@linaro.org>
11272
11273 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11274 (test_with_self): Don't call do_steps_and_nexts, and remove
11275 code about stepping into xmalloc.
11276
f94f411b
YQ
112772016-12-09 Yao Qi <yao.qi@linaro.org>
11278
11279 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11280
112812016-12-09 Yao Qi <yao.qi@linaro.org>
11282
11283 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11284
f1b5deee
PA
112852016-12-09 Pedro Alves <palves@redhat.com>
11286
11287 * gdb.base/all-architectures-0.exp: New file.
11288 * gdb.base/all-architectures-1.exp: New file.
11289 * gdb.base/all-architectures-2.exp: New file.
11290 * gdb.base/all-architectures-3.exp: New file.
11291 * gdb.base/all-architectures-4.exp: New file.
11292 * gdb.base/all-architectures-5.exp: New file.
11293 * gdb.base/all-architectures-6.exp: New file.
11294 * gdb.base/all-architectures-7.exp: New file.
11295 * gdb.base/all-architectures.exp.in: New file.
11296
364ca42e
YQ
112972016-12-09 Yao Qi <yao.qi@linaro.org>
11298
11299 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11300
107c2d62
LM
113012016-12-02 Luis Machado <lgustavo@codesourcery.com>
11302
11303 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11304 possible.
11305 Remove useless pattern-matching code.
11306
df3ee9ca
PA
113072016-12-02 Pedro Alves <palves@redhat.com>
11308
11309 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11310 procedure.
11311 (top level): Call it.
11312
ec835369
PA
113132016-12-02 Pedro Alves <palves@redhat.com>
11314
11315 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11316 New procedure.
11317 (top level): Call it.
11318
01770bbd
PA
113192016-12-02 Pedro Alves <palves@redhat.com>
11320
11321 PR cli/20559
11322 * gdb.base/commands.exp (user_defined_command_args_eval): New
11323 procedure.
11324 (top level): Call it.
11325
008459ea
LM
113262016-12-02 Luis Machado <lgustavo@codesourcery.com>
11327
11328 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11329 timeout handling.
11330
0c1b455e
TT
113312016-12-02 Tom Tromey <tom@tromey.com>
11332
11333 * gdb.dwarf2/main-subprogram.c: New file.
11334 * gdb.dwarf2/main-subprogram.exp: New file.
11335
018572b8
LM
113362016-12-01 Luis Machado <lgustavo@codesourcery.com>
11337
11338 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11339 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11340 gdb_test_no_output for a couple of cases.
11341 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11342
84c93cd5
LM
113432016-12-01 Luis Machado <lgustavo@codesourcery.com>
11344
11345 Fix test names and standardize compilation error messages throughout
11346 the following files:
11347
11348 * gdb.ada/start.exp
11349 * gdb.arch/alpha-step.exp
11350 * gdb.arch/e500-prologue.exp
11351 * gdb.arch/ftrace-insn-reloc.exp
11352 * gdb.arch/gdb1291.exp
11353 * gdb.arch/gdb1431.exp
11354 * gdb.arch/gdb1558.exp
11355 * gdb.arch/i386-dr3-watch.exp
11356 * gdb.arch/i386-sse-stack-align.exp
11357 * gdb.arch/ia64-breakpoint-shadow.exp
11358 * gdb.arch/pa-nullify.exp
11359 * gdb.arch/powerpc-aix-prologue.exp
11360 * gdb.arch/thumb-bx-pc.exp
11361 * gdb.base/annota1.exp
11362 * gdb.base/annota3.exp
11363 * gdb.base/arrayidx.exp
11364 * gdb.base/assign.exp
11365 * gdb.base/attach.exp
11366 * gdb.base/auxv.exp
11367 * gdb.base/bang.exp
11368 * gdb.base/bfp-test.exp
11369 * gdb.base/bigcore.exp
11370 * gdb.base/bitfields2.exp
11371 * gdb.base/break-fun-addr.exp
11372 * gdb.base/break-probes.exp
11373 * gdb.base/call-rt-st.exp
11374 * gdb.base/callexit.exp
11375 * gdb.base/catch-fork-kill.exp
11376 * gdb.base/charset.exp
11377 * gdb.base/checkpoint.exp
11378 * gdb.base/comprdebug.exp
11379 * gdb.base/constvars.exp
11380 * gdb.base/coredump-filter.exp
11381 * gdb.base/cursal.exp
11382 * gdb.base/cvexpr.exp
11383 * gdb.base/detach.exp
11384 * gdb.base/display.exp
11385 * gdb.base/dmsym.exp
11386 * gdb.base/dprintf-pending.exp
11387 * gdb.base/dso2dso.exp
11388 * gdb.base/dtrace-probe.exp
11389 * gdb.base/dump.exp
11390 * gdb.base/enum_cond.exp
11391 * gdb.base/exe-lock.exp
11392 * gdb.base/exec-invalid-sysroot.exp
11393 * gdb.base/execl-update-breakpoints.exp
11394 * gdb.base/exprs.exp
11395 * gdb.base/fileio.exp
11396 * gdb.base/find.exp
11397 * gdb.base/finish.exp
11398 * gdb.base/fixsection.exp
11399 * gdb.base/foll-vfork.exp
11400 * gdb.base/frame-args.exp
11401 * gdb.base/gcore.exp
11402 * gdb.base/gdb1250.exp
11403 * gdb.base/global-var-nested-by-dso.exp
11404 * gdb.base/gnu-ifunc.exp
11405 * gdb.base/hashline1.exp
11406 * gdb.base/hashline2.exp
11407 * gdb.base/hashline3.exp
11408 * gdb.base/hbreak-in-shr-unsupported.exp
11409 * gdb.base/huge.exp
11410 * gdb.base/infcall-input.exp
11411 * gdb.base/info-fun.exp
11412 * gdb.base/info-shared.exp
11413 * gdb.base/jit-simple.exp
11414 * gdb.base/jit-so.exp
11415 * gdb.base/jit.exp
11416 * gdb.base/jump.exp
11417 * gdb.base/label.exp
11418 * gdb.base/lineinc.exp
11419 * gdb.base/logical.exp
11420 * gdb.base/longjmp.exp
11421 * gdb.base/macscp.exp
11422 * gdb.base/miscexprs.exp
11423 * gdb.base/new-ui-echo.exp
11424 * gdb.base/new-ui-pending-input.exp
11425 * gdb.base/new-ui.exp
11426 * gdb.base/nodebug.exp
11427 * gdb.base/nofield.exp
11428 * gdb.base/offsets.exp
11429 * gdb.base/overlays.exp
11430 * gdb.base/pending.exp
11431 * gdb.base/pointers.exp
11432 * gdb.base/pr11022.exp
11433 * gdb.base/printcmds.exp
11434 * gdb.base/prologue.exp
11435 * gdb.base/ptr-typedef.exp
11436 * gdb.base/realname-expand.exp
11437 * gdb.base/relativedebug.exp
11438 * gdb.base/relocate.exp
11439 * gdb.base/remote.exp
11440 * gdb.base/reread.exp
11441 * gdb.base/return2.exp
11442 * gdb.base/savedregs.exp
11443 * gdb.base/sep.exp
11444 * gdb.base/sepdebug.exp
11445 * gdb.base/sepsymtab.exp
11446 * gdb.base/set-inferior-tty.exp
11447 * gdb.base/setshow.exp
11448 * gdb.base/shlib-call.exp
11449 * gdb.base/sigaltstack.exp
11450 * gdb.base/siginfo-addr.exp
11451 * gdb.base/signals.exp
11452 * gdb.base/signull.exp
11453 * gdb.base/sigrepeat.exp
11454 * gdb.base/so-impl-ld.exp
11455 * gdb.base/solib-display.exp
11456 * gdb.base/solib-overlap.exp
11457 * gdb.base/solib-search.exp
11458 * gdb.base/solib-symbol.exp
11459 * gdb.base/structs.exp
11460 * gdb.base/structs2.exp
11461 * gdb.base/symtab-search-order.exp
11462 * gdb.base/twice.exp
11463 * gdb.base/unload.exp
11464 * gdb.base/varargs.exp
11465 * gdb.base/watchpoint-solib.exp
11466 * gdb.base/watchpoint.exp
11467 * gdb.base/whatis.exp
11468 * gdb.base/wrong_frame_bt_full.exp
11469 * gdb.btrace/dlopen.exp
11470 * gdb.cell/ea-standalone.exp
11471 * gdb.cell/ea-test.exp
11472 * gdb.cp/dispcxx.exp
11473 * gdb.cp/gdb2384.exp
11474 * gdb.cp/method2.exp
11475 * gdb.cp/nextoverthrow.exp
11476 * gdb.cp/pr10728.exp
11477 * gdb.disasm/am33.exp
11478 * gdb.disasm/h8300s.exp
11479 * gdb.disasm/mn10300.exp
11480 * gdb.disasm/sh3.exp
11481 * gdb.dwarf2/dw2-dir-file-name.exp
11482 * gdb.fortran/complex.exp
11483 * gdb.fortran/library-module.exp
11484 * gdb.guile/scm-pretty-print.exp
11485 * gdb.guile/scm-symbol.exp
11486 * gdb.guile/scm-type.exp
11487 * gdb.guile/scm-value.exp
11488 * gdb.linespec/linespec.exp
11489 * gdb.mi/gdb701.exp
11490 * gdb.mi/gdb792.exp
11491 * gdb.mi/mi-breakpoint-changed.exp
11492 * gdb.mi/mi-dprintf-pending.exp
11493 * gdb.mi/mi-dprintf.exp
11494 * gdb.mi/mi-exit-code.exp
11495 * gdb.mi/mi-pending.exp
11496 * gdb.mi/mi-solib.exp
11497 * gdb.mi/new-ui-mi-sync.exp
11498 * gdb.mi/pr11022.exp
11499 * gdb.mi/user-selected-context-sync.exp
11500 * gdb.opt/solib-intra-step.exp
11501 * gdb.python/py-events.exp
11502 * gdb.python/py-finish-breakpoint.exp
11503 * gdb.python/py-mi.exp
11504 * gdb.python/py-prettyprint.exp
11505 * gdb.python/py-shared.exp
11506 * gdb.python/py-symbol.exp
11507 * gdb.python/py-template.exp
11508 * gdb.python/py-type.exp
11509 * gdb.python/py-value.exp
11510 * gdb.reverse/solib-precsave.exp
11511 * gdb.reverse/solib-reverse.exp
11512 * gdb.server/solib-list.exp
11513 * gdb.stabs/weird.exp
11514 * gdb.threads/reconnect-signal.exp
11515 * gdb.threads/stepi-random-signal.exp
11516 * gdb.trace/actions.exp
11517 * gdb.trace/ax.exp
11518 * gdb.trace/backtrace.exp
11519 * gdb.trace/change-loc.exp
11520 * gdb.trace/deltrace.exp
11521 * gdb.trace/ftrace-lock.exp
11522 * gdb.trace/ftrace.exp
11523 * gdb.trace/infotrace.exp
11524 * gdb.trace/mi-tracepoint-changed.exp
11525 * gdb.trace/packetlen.exp
11526 * gdb.trace/passcount.exp
11527 * gdb.trace/pending.exp
11528 * gdb.trace/range-stepping.exp
11529 * gdb.trace/report.exp
11530 * gdb.trace/stap-trace.exp
11531 * gdb.trace/tfind.exp
11532 * gdb.trace/trace-break.exp
11533 * gdb.trace/trace-condition.exp
11534 * gdb.trace/trace-enable-disable.exp
11535 * gdb.trace/trace-mt.exp
11536 * gdb.trace/tracecmd.exp
11537 * gdb.trace/tspeed.exp
11538 * gdb.trace/tsv.exp
11539 * lib/perftest.exp
11540
fb9feb35
LM
115412016-12-01 Luis Machado <lgustavo@codesourcery.com>
11542
11543 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11544 with gdb_test_no_output.
11545 Use command as test name.
11546
cd2ddb6c
LM
115472016-12-01 Luis Machado <lgustavo@codesourcery.com>
11548
11549 Fix test names starting with uppercase throughout the files.
11550
11551 * gdb.ada/assign_1.exp
11552 * gdb.ada/boolean_expr.exp
11553 * gdb.base/arrayidx.exp
11554 * gdb.base/del.exp
11555 * gdb.base/gcore-buffer-overflow.exp
11556 * gdb.base/testenv.exp
11557 * gdb.compile/compile.exp
11558 * gdb.python/py-framefilter-invalidarg.exp
11559 * gdb.python/py-framefilter.exp
11560
bb95117e
LM
115612016-12-01 Luis Machado <lgustavo@codesourcery.com>
11562
11563 Fix test names starting with uppercase throughout the files.
11564
11565 * gdb.ada/array_return.exp
11566 * gdb.ada/expr_delims.exp
11567 * gdb.ada/mi_dyn_arr.exp
11568 * gdb.ada/mi_interface.exp
11569 * gdb.ada/mi_var_array.exp
11570 * gdb.ada/watch_arg.exp
11571 * gdb.arch/alpha-step.exp
11572 * gdb.arch/altivec-regs.exp
11573 * gdb.arch/e500-regs.exp
11574 * gdb.arch/powerpc-d128-regs.exp
11575 * gdb.base/arrayidx.exp
11576 * gdb.base/break.exp
11577 * gdb.base/checkpoint.exp
11578 * gdb.base/debug-expr.exp
11579 * gdb.base/dmsym.exp
11580 * gdb.base/radix.exp
11581 * gdb.base/sepdebug.exp
11582 * gdb.base/testenv.exp
11583 * gdb.base/watch_thread_num.exp
11584 * gdb.base/watchpoint-cond-gone.exp
11585 * gdb.cell/break.exp
11586 * gdb.cell/ea-cache.exp
11587 * gdb.compile/compile.exp
11588 * gdb.cp/gdb2495.exp
11589 * gdb.gdb/selftest.exp
11590 * gdb.gdb/xfullpath.exp
11591 * gdb.go/hello.exp
11592 * gdb.go/integers.exp
11593 * gdb.objc/basicclass.exp
11594 * gdb.pascal/hello.exp
11595 * gdb.pascal/integers.exp
11596 * gdb.python/py-breakpoint.exp
11597 * gdb.python/py-cmd.exp
11598 * gdb.python/py-linetable.exp
11599 * gdb.python/py-xmethods.exp
11600 * gdb.python/python.exp
11601 * gdb.reverse/consecutive-precsave.exp
11602 * gdb.reverse/finish-precsave.exp
11603 * gdb.reverse/i386-precsave.exp
11604 * gdb.reverse/machinestate-precsave.exp
11605 * gdb.reverse/sigall-precsave.exp
11606 * gdb.reverse/solib-precsave.exp
11607 * gdb.reverse/step-precsave.exp
11608 * gdb.reverse/until-precsave.exp
11609 * gdb.reverse/watch-precsave.exp
11610 * gdb.threads/leader-exit.exp
11611 * gdb.threads/pthreads.exp
11612 * gdb.threads/wp-replication.exp
11613 * gdb.trace/actions.exp
11614 * gdb.trace/mi-tsv-changed.exp
11615 * gdb.trace/tsv.exp
11616
de97fdd4
LM
116172016-12-01 Luis Machado <lgustavo@codesourcery.com>
11618
11619 Fix test names starting with uppercase throughout the files.
11620
11621 * gdb.arch/i386-bp_permanent.exp
11622 * gdb.arch/i386-gnu-cfi.exp
11623 * gdb.base/disasm-end-cu.exp
11624 * gdb.base/macscp.exp
11625 * gdb.base/pending.exp
11626 * gdb.base/watch_thread_num.exp
11627 * gdb.cp/exception.exp
11628 * gdb.cp/gdb2495.exp
11629 * gdb.cp/local.exp
11630 * gdb.python/py-evsignal.exp
11631 * gdb.python/python.exp
11632 * gdb.trace/tracecmd.exp
11633
9f058c10
LM
116342016-12-01 Luis Machado <lgustavo@codesourcery.com>
11635
11636 Fix test names starting with uppercase throughout the files.
11637
11638 * gdb.base/charset.exp
11639 * gdb.base/eval.exp
11640 * gdb.base/multi-forks.exp
11641 * gdb.guile/scm-progspace.exp
11642 * gdb.opencl/datatypes.exp
11643 * gdb.python/py-block.exp
11644 * gdb.python/py-function.exp
11645 * gdb.python/py-symbol.exp
11646 * gdb.python/py-symtab.exp
11647 * gdb.python/py-xmethods.exp
11648 * gdb.reverse/break-precsave.exp
11649 * gdb.reverse/break-reverse.exp
11650 * gdb.reverse/consecutive-precsave.exp
11651 * gdb.reverse/consecutive-reverse.exp
11652 * gdb.reverse/finish-precsave.exp
11653 * gdb.reverse/finish-reverse-bkpt.exp
11654 * gdb.reverse/finish-reverse.exp
11655 * gdb.reverse/fstatat-reverse.exp
11656 * gdb.reverse/getresuid-reverse.exp
11657 * gdb.reverse/i386-precsave.exp
11658 * gdb.reverse/i386-reverse.exp
11659 * gdb.reverse/i386-sse-reverse.exp
11660 * gdb.reverse/i387-stack-reverse.exp
11661 * gdb.reverse/insn-reverse.exp
11662 * gdb.reverse/machinestate-precsave.exp
11663 * gdb.reverse/machinestate.exp
11664 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11665 * gdb.reverse/pipe-reverse.exp
11666 * gdb.reverse/readv-reverse.exp
11667 * gdb.reverse/recvmsg-reverse.exp
11668 * gdb.reverse/rerun-prec.exp
11669 * gdb.reverse/s390-mvcle.exp
11670 * gdb.reverse/sigall-precsave.exp
11671 * gdb.reverse/sigall-reverse.exp
11672 * gdb.reverse/solib-precsave.exp
11673 * gdb.reverse/solib-reverse.exp
11674 * gdb.reverse/step-precsave.exp
11675 * gdb.reverse/step-reverse.exp
11676 * gdb.reverse/time-reverse.exp
11677 * gdb.reverse/until-precsave.exp
11678 * gdb.reverse/until-reverse.exp
11679 * gdb.reverse/waitpid-reverse.exp
11680 * gdb.reverse/watch-precsave.exp
11681 * gdb.reverse/watch-reverse.exp
11682
cdc7edd7
LM
116832016-12-01 Luis Machado <lgustavo@codesourcery.com>
11684
11685 Fix test names starting with uppercase throughout the files.
11686
11687 * gdb.arch/i386-mpx-simple_segv.exp
11688 * gdb.arch/i386-mpx.exp
11689 * gdb.arch/i386-permbkpt.exp
11690 * gdb.arch/pa-nullify.exp
11691 * gdb.arch/powerpc-d128-regs.exp
11692 * gdb.arch/vsx-regs.exp
11693 * gdb.base/bfp-test.exp
11694 * gdb.base/break.exp
11695 * gdb.base/breakpoint-shadow.exp
11696 * gdb.base/callfuncs.exp
11697 * gdb.base/charset.exp
11698 * gdb.base/commands.exp
11699 * gdb.base/completion.exp
11700 * gdb.base/dfp-test.exp
11701 * gdb.base/echo.exp
11702 * gdb.base/ending-run.exp
11703 * gdb.base/eval.exp
11704 * gdb.base/expand-psymtabs.exp
11705 * gdb.base/float128.exp
11706 * gdb.base/floatn.exp
11707 * gdb.base/foll-exec-mode.exp
11708 * gdb.base/gdb1056.exp
11709 * gdb.base/gdb11531.exp
11710 * gdb.base/kill-after-signal.exp
11711 * gdb.base/multi-forks.exp
11712 * gdb.base/overlays.exp
11713 * gdb.base/pending.exp
11714 * gdb.base/sepdebug.exp
11715 * gdb.base/testenv.exp
11716 * gdb.base/valgrind-db-attach.exp
11717 * gdb.base/watch_thread_num.exp
11718 * gdb.base/watchpoint-cond-gone.exp
11719 * gdb.base/watchpoint.exp
11720 * gdb.base/watchpoints.exp
11721 * gdb.cp/arg-reference.exp
11722 * gdb.cp/baseenum.exp
11723 * gdb.cp/operator.exp
11724 * gdb.cp/shadow.exp
11725 * gdb.dwarf2/dw2-op-out-param.exp
11726 * gdb.dwarf2/dw2-reg-undefined.exp
11727 * gdb.go/chan.exp
11728 * gdb.go/hello.exp
11729 * gdb.go/integers.exp
11730 * gdb.go/methods.exp
11731 * gdb.go/package.exp
11732 * gdb.guile/scm-parameter.exp
11733 * gdb.guile/scm-progspace.exp
11734 * gdb.guile/scm-value.exp
11735 * gdb.mi/mi-pending.exp
11736 * gdb.mi/user-selected-context-sync.exp
11737 * gdb.multi/multi-attach.exp
11738 * gdb.multi/tids.exp
11739 * gdb.opt/clobbered-registers-O2.exp
11740 * gdb.pascal/floats.exp
11741 * gdb.pascal/integers.exp
11742 * gdb.python/py-block.exp
11743 * gdb.python/py-events.exp
11744 * gdb.python/py-parameter.exp
11745 * gdb.python/py-symbol.exp
11746 * gdb.python/py-symtab.exp
11747 * gdb.python/py-type.exp
11748 * gdb.python/py-value.exp
11749 * gdb.python/py-xmethods.exp
11750 * gdb.python/python.exp
11751 * gdb.reverse/break-precsave.exp
11752 * gdb.reverse/consecutive-precsave.exp
11753 * gdb.reverse/finish-precsave.exp
11754 * gdb.reverse/i386-precsave.exp
11755 * gdb.reverse/machinestate-precsave.exp
11756 * gdb.reverse/sigall-precsave.exp
11757 * gdb.reverse/solib-precsave.exp
11758 * gdb.reverse/step-precsave.exp
11759 * gdb.reverse/until-precsave.exp
11760 * gdb.reverse/watch-precsave.exp
11761 * gdb.server/ext-attach.exp
11762 * gdb.server/ext-restart.exp
11763 * gdb.server/ext-run.exp
11764 * gdb.server/ext-wrapper.exp
11765 * gdb.stabs/gdb11479.exp
11766 * gdb.stabs/weird.exp
11767 * gdb.threads/attach-many-short-lived-threads.exp
11768 * gdb.threads/kill.exp
11769 * gdb.threads/watchpoint-fork.exp
11770
bc6c7af4
LM
117712016-12-01 Luis Machado <lgustavo@codesourcery.com>
11772
11773 Fix test names starting with uppercase throughout all the files below.
11774
11775 * gdb.ada/array_return.exp
11776 * gdb.ada/catch_ex.exp
11777 * gdb.ada/info_exc.exp
11778 * gdb.ada/mi_catch_ex.exp
11779 * gdb.ada/mi_dyn_arr.exp
11780 * gdb.ada/mi_ex_cond.exp
11781 * gdb.ada/mi_exc_info.exp
11782 * gdb.ada/mi_interface.exp
11783 * gdb.ada/mi_task_arg.exp
11784 * gdb.ada/mi_task_info.exp
11785 * gdb.ada/mi_var_array.exp
11786 * gdb.arch/alpha-step.exp
11787 * gdb.arch/amd64-disp-step.exp
11788 * gdb.arch/arm-disp-step.exp
11789 * gdb.arch/disp-step-insn-reloc.exp
11790 * gdb.arch/e500-prologue.exp
11791 * gdb.arch/ftrace-insn-reloc.exp
11792 * gdb.arch/gdb1558.exp
11793 * gdb.arch/i386-bp_permanent.exp
11794 * gdb.arch/i386-disp-step.exp
11795 * gdb.arch/i386-float.exp
11796 * gdb.arch/i386-gnu-cfi.exp
11797 * gdb.arch/ia64-breakpoint-shadow.exp
11798 * gdb.arch/mips16-thunks.exp
11799 * gdb.arch/pa-nullify.exp
11800 * gdb.arch/powerpc-aix-prologue.exp
11801 * gdb.arch/powerpc-power.exp
11802 * gdb.arch/ppc-dfp.exp
11803 * gdb.arch/s390-tdbregs.exp
11804 * gdb.arch/spu-info.exp
11805 * gdb.arch/spu-ls.exp
11806 * gdb.arch/thumb-bx-pc.exp
11807 * gdb.base/advance.exp
11808 * gdb.base/annota-input-while-running.exp
11809 * gdb.base/arrayidx.exp
11810 * gdb.base/asmlabel.exp
11811 * gdb.base/async.exp
11812 * gdb.base/attach-wait-input.exp
11813 * gdb.base/auto-connect-native-target.exp
11814 * gdb.base/batch-preserve-term-settings.exp
11815 * gdb.base/bfp-test.exp
11816 * gdb.base/bigcore.exp
11817 * gdb.base/bp-permanent.exp
11818 * gdb.base/break-always.exp
11819 * gdb.base/break-fun-addr.exp
11820 * gdb.base/break-idempotent.exp
11821 * gdb.base/break-main-file-remove-fail.exp
11822 * gdb.base/break-probes.exp
11823 * gdb.base/break-unload-file.exp
11824 * gdb.base/break.exp
11825 * gdb.base/call-ar-st.exp
11826 * gdb.base/call-rt-st.exp
11827 * gdb.base/call-sc.exp
11828 * gdb.base/call-signal-resume.exp
11829 * gdb.base/call-strs.exp
11830 * gdb.base/callexit.exp
11831 * gdb.base/callfuncs.exp
11832 * gdb.base/catch-gdb-caused-signals.exp
11833 * gdb.base/catch-signal-siginfo-cond.exp
11834 * gdb.base/catch-syscall.exp
11835 * gdb.base/compare-sections.exp
11836 * gdb.base/cond-eval-mode.exp
11837 * gdb.base/condbreak-call-false.exp
11838 * gdb.base/consecutive-step-over.exp
11839 * gdb.base/cursal.exp
11840 * gdb.base/disabled-location.exp
11841 * gdb.base/disasm-end-cu.exp
11842 * gdb.base/display.exp
11843 * gdb.base/double-prompt-target-event-error.exp
11844 * gdb.base/dprintf-bp-same-addr.exp
11845 * gdb.base/dprintf-detach.exp
11846 * gdb.base/dprintf-next.exp
11847 * gdb.base/dprintf-non-stop.exp
11848 * gdb.base/dprintf-pending.exp
11849 * gdb.base/dso2dso.exp
11850 * gdb.base/ending-run.exp
11851 * gdb.base/enum_cond.exp
11852 * gdb.base/examine-backward.exp
11853 * gdb.base/exe-lock.exp
11854 * gdb.base/exec-invalid-sysroot.exp
11855 * gdb.base/execl-update-breakpoints.exp
11856 * gdb.base/execution-termios.exp
11857 * gdb.base/fileio.exp
11858 * gdb.base/fixsection.exp
11859 * gdb.base/foll-exec-mode.exp
11860 * gdb.base/foll-exec.exp
11861 * gdb.base/fork-running-state.exp
11862 * gdb.base/frame-args.exp
11863 * gdb.base/fullpath-expand.exp
11864 * gdb.base/func-ptr.exp
11865 * gdb.base/gcore-relro-pie.exp
11866 * gdb.base/gdb1090.exp
11867 * gdb.base/gdb1555.exp
11868 * gdb.base/global-var-nested-by-dso.exp
11869 * gdb.base/gnu-ifunc.exp
11870 * gdb.base/hbreak-in-shr-unsupported.exp
11871 * gdb.base/hbreak-unmapped.exp
11872 * gdb.base/hook-stop.exp
11873 * gdb.base/infcall-input.exp
11874 * gdb.base/info-fun.exp
11875 * gdb.base/info-shared.exp
11876 * gdb.base/interrupt-noterm.exp
11877 * gdb.base/jit-so.exp
11878 * gdb.base/jit.exp
11879 * gdb.base/line-symtabs.exp
11880 * gdb.base/list.exp
11881 * gdb.base/longjmp.exp
11882 * gdb.base/macscp.exp
11883 * gdb.base/max-value-size.exp
11884 * gdb.base/nodebug.exp
11885 * gdb.base/nofield.exp
11886 * gdb.base/overlays.exp
11887 * gdb.base/paginate-after-ctrl-c-running.exp
11888 * gdb.base/paginate-bg-execution.exp
11889 * gdb.base/paginate-inferior-exit.exp
11890 * gdb.base/pending.exp
11891 * gdb.base/pr11022.exp
11892 * gdb.base/printcmds.exp
11893 * gdb.base/ptr-typedef.exp
11894 * gdb.base/ptype.exp
11895 * gdb.base/randomize.exp
11896 * gdb.base/range-stepping.exp
11897 * gdb.base/realname-expand.exp
11898 * gdb.base/relativedebug.exp
11899 * gdb.base/remote.exp
11900 * gdb.base/savedregs.exp
11901 * gdb.base/sepdebug.exp
11902 * gdb.base/set-noassign.exp
11903 * gdb.base/shlib-call.exp
11904 * gdb.base/shreloc.exp
11905 * gdb.base/sigaltstack.exp
11906 * gdb.base/sigbpt.exp
11907 * gdb.base/siginfo-addr.exp
11908 * gdb.base/siginfo-obj.exp
11909 * gdb.base/siginfo-thread.exp
11910 * gdb.base/signest.exp
11911 * gdb.base/signull.exp
11912 * gdb.base/sigrepeat.exp
11913 * gdb.base/skip.exp
11914 * gdb.base/so-impl-ld.exp
11915 * gdb.base/solib-corrupted.exp
11916 * gdb.base/solib-disc.exp
11917 * gdb.base/solib-display.exp
11918 * gdb.base/solib-overlap.exp
11919 * gdb.base/solib-search.exp
11920 * gdb.base/solib-symbol.exp
11921 * gdb.base/source-execution.exp
11922 * gdb.base/sss-bp-on-user-bp-2.exp
11923 * gdb.base/sss-bp-on-user-bp.exp
11924 * gdb.base/stack-checking.exp
11925 * gdb.base/stale-infcall.exp
11926 * gdb.base/step-break.exp
11927 * gdb.base/step-line.exp
11928 * gdb.base/step-over-exit.exp
11929 * gdb.base/step-test.exp
11930 * gdb.base/structs.exp
11931 * gdb.base/sym-file.exp
11932 * gdb.base/symtab-search-order.exp
11933 * gdb.base/term.exp
11934 * gdb.base/type-opaque.exp
11935 * gdb.base/unload.exp
11936 * gdb.base/until-nodebug.exp
11937 * gdb.base/until.exp
11938 * gdb.base/unwindonsignal.exp
11939 * gdb.base/watch-cond.exp
11940 * gdb.base/watch-non-mem.exp
11941 * gdb.base/watch_thread_num.exp
11942 * gdb.base/watchpoint-reuse-slot.exp
11943 * gdb.base/watchpoint-solib.exp
11944 * gdb.base/watchpoint.exp
11945 * gdb.btrace/dlopen.exp
11946 * gdb.cell/arch.exp
11947 * gdb.cell/break.exp
11948 * gdb.cell/bt.exp
11949 * gdb.cell/core.exp
11950 * gdb.cell/data.exp
11951 * gdb.cell/dwarfaddr.exp
11952 * gdb.cell/ea-cache.exp
11953 * gdb.cell/ea-standalone.exp
11954 * gdb.cell/ea-test.exp
11955 * gdb.cell/f-regs.exp
11956 * gdb.cell/fork.exp
11957 * gdb.cell/gcore.exp
11958 * gdb.cell/mem-access.exp
11959 * gdb.cell/ptype.exp
11960 * gdb.cell/registers.exp
11961 * gdb.cell/sizeof.exp
11962 * gdb.cell/solib-symbol.exp
11963 * gdb.cell/solib.exp
11964 * gdb.compile/compile-tls.exp
11965 * gdb.cp/exception.exp
11966 * gdb.cp/gdb2495.exp
11967 * gdb.cp/local.exp
11968 * gdb.cp/mb-inline.exp
11969 * gdb.cp/mb-templates.exp
11970 * gdb.cp/pr10687.exp
11971 * gdb.cp/pr9167.exp
11972 * gdb.cp/scope-err.exp
11973 * gdb.cp/templates.exp
11974 * gdb.cp/virtfunc.exp
11975 * gdb.dwarf2/dw2-dir-file-name.exp
11976 * gdb.dwarf2/dw2-single-line-discriminators.exp
11977 * gdb.fortran/complex.exp
11978 * gdb.fortran/library-module.exp
11979 * gdb.guile/guile.exp
11980 * gdb.guile/scm-cmd.exp
11981 * gdb.guile/scm-frame-inline.exp
11982 * gdb.guile/scm-objfile.exp
11983 * gdb.guile/scm-pretty-print.exp
11984 * gdb.guile/scm-symbol.exp
11985 * gdb.guile/scm-type.exp
11986 * gdb.guile/scm-value.exp
11987 * gdb.linespec/keywords.exp
11988 * gdb.linespec/ls-errs.exp
11989 * gdb.linespec/macro-relative.exp
11990 * gdb.linespec/thread.exp
11991 * gdb.mi/mi-breakpoint-changed.exp
11992 * gdb.mi/mi-dprintf-pending.exp
11993 * gdb.mi/mi-fullname-deleted.exp
11994 * gdb.mi/mi-logging.exp
11995 * gdb.mi/mi-pending.exp
11996 * gdb.mi/mi-solib.exp
11997 * gdb.mi/new-ui-mi-sync.exp
11998 * gdb.mi/user-selected-context-sync.exp
11999 * gdb.multi/dummy-frame-restore.exp
12000 * gdb.multi/multi-arch-exec.exp
12001 * gdb.multi/remove-inferiors.exp
12002 * gdb.multi/watchpoint-multi-exit.exp
12003 * gdb.opt/solib-intra-step.exp
12004 * gdb.perf/backtrace.exp
12005 * gdb.perf/single-step.exp
12006 * gdb.perf/skip-command.exp
12007 * gdb.perf/skip-prologue.exp
12008 * gdb.perf/solib.exp
12009 * gdb.python/lib-types.exp
12010 * gdb.python/py-as-string.exp
12011 * gdb.python/py-bad-printers.exp
12012 * gdb.python/py-block.exp
12013 * gdb.python/py-breakpoint.exp
12014 * gdb.python/py-cmd.exp
12015 * gdb.python/py-events.exp
12016 * gdb.python/py-evthreads.exp
12017 * gdb.python/py-finish-breakpoint.exp
12018 * gdb.python/py-finish-breakpoint2.exp
12019 * gdb.python/py-frame-inline.exp
12020 * gdb.python/py-frame.exp
12021 * gdb.python/py-inferior.exp
12022 * gdb.python/py-infthread.exp
12023 * gdb.python/py-mi.exp
12024 * gdb.python/py-objfile.exp
12025 * gdb.python/py-pp-maint.exp
12026 * gdb.python/py-pp-registration.exp
12027 * gdb.python/py-prettyprint.exp
12028 * gdb.python/py-recurse-unwind.exp
12029 * gdb.python/py-shared.exp
12030 * gdb.python/py-symbol.exp
12031 * gdb.python/py-symtab.exp
12032 * gdb.python/py-template.exp
12033 * gdb.python/py-type.exp
12034 * gdb.python/py-unwind-maint.exp
12035 * gdb.python/py-unwind.exp
12036 * gdb.python/py-value.exp
12037 * gdb.python/python.exp
12038 * gdb.reverse/finish-reverse-bkpt.exp
12039 * gdb.reverse/insn-reverse.exp
12040 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12041 * gdb.reverse/solib-precsave.exp
12042 * gdb.reverse/solib-reverse.exp
12043 * gdb.stabs/gdb11479.exp
12044 * gdb.stabs/weird.exp
12045 * gdb.threads/fork-child-threads.exp
12046 * gdb.threads/fork-plus-threads.exp
12047 * gdb.threads/fork-thread-pending.exp
12048 * gdb.threads/forking-threads-plus-breakpoint.exp
12049 * gdb.threads/hand-call-in-threads.exp
12050 * gdb.threads/interrupted-hand-call.exp
12051 * gdb.threads/linux-dp.exp
12052 * gdb.threads/local-watch-wrong-thread.exp
12053 * gdb.threads/next-while-other-thread-longjmps.exp
12054 * gdb.threads/non-ldr-exit.exp
12055 * gdb.threads/pending-step.exp
12056 * gdb.threads/print-threads.exp
12057 * gdb.threads/process-dies-while-detaching.exp
12058 * gdb.threads/process-dies-while-handling-bp.exp
12059 * gdb.threads/pthreads.exp
12060 * gdb.threads/queue-signal.exp
12061 * gdb.threads/reconnect-signal.exp
12062 * gdb.threads/signal-command-handle-nopass.exp
12063 * gdb.threads/signal-command-multiple-signals-pending.exp
12064 * gdb.threads/signal-delivered-right-thread.exp
12065 * gdb.threads/signal-sigtrap.exp
12066 * gdb.threads/sigthread.exp
12067 * gdb.threads/staticthreads.exp
12068 * gdb.threads/stepi-random-signal.exp
12069 * gdb.threads/thread-unwindonsignal.exp
12070 * gdb.threads/thread_check.exp
12071 * gdb.threads/thread_events.exp
12072 * gdb.threads/tid-reuse.exp
12073 * gdb.threads/tls-nodebug.exp
12074 * gdb.threads/tls-shared.exp
12075 * gdb.threads/tls-so_extern.exp
12076 * gdb.threads/tls.exp
12077 * gdb.threads/wp-replication.exp
12078 * gdb.trace/actions-changed.exp
12079 * gdb.trace/actions.exp
12080 * gdb.trace/backtrace.exp
12081 * gdb.trace/change-loc.exp
12082 * gdb.trace/collection.exp
12083 * gdb.trace/deltrace.exp
12084 * gdb.trace/disconnected-tracing.exp
12085 * gdb.trace/entry-values.exp
12086 * gdb.trace/ftrace-lock.exp
12087 * gdb.trace/ftrace.exp
12088 * gdb.trace/infotrace.exp
12089 * gdb.trace/mi-trace-frame-collected.exp
12090 * gdb.trace/mi-trace-unavailable.exp
12091 * gdb.trace/mi-traceframe-changed.exp
12092 * gdb.trace/mi-tracepoint-changed.exp
12093 * gdb.trace/mi-tsv-changed.exp
12094 * gdb.trace/no-attach-trace.exp
12095 * gdb.trace/packetlen.exp
12096 * gdb.trace/passc-dyn.exp
12097 * gdb.trace/passcount.exp
12098 * gdb.trace/pending.exp
12099 * gdb.trace/pr16508.exp
12100 * gdb.trace/qtro.exp
12101 * gdb.trace/range-stepping.exp
12102 * gdb.trace/read-memory.exp
12103 * gdb.trace/report.exp
12104 * gdb.trace/save-trace.exp
12105 * gdb.trace/signal.exp
12106 * gdb.trace/stap-trace.exp
12107 * gdb.trace/status-stop.exp
12108 * gdb.trace/strace.exp
12109 * gdb.trace/tfile.exp
12110 * gdb.trace/tfind.exp
12111 * gdb.trace/trace-break.exp
12112 * gdb.trace/trace-condition.exp
12113 * gdb.trace/trace-enable-disable.exp
12114 * gdb.trace/trace-mt.exp
12115 * gdb.trace/tracecmd.exp
12116 * gdb.trace/tracefile-pseudo-reg.exp
12117 * gdb.trace/tspeed.exp
12118 * gdb.trace/tstatus.exp
12119 * gdb.trace/tsv.exp
12120 * gdb.trace/unavailable.exp
12121 * gdb.trace/while-dyn.exp
12122 * gdb.trace/while-stepping.exp
12123 * lib/gdb-guile.exp
12124 * lib/gdb.exp
12125 * lib/mi-support.exp
12126 * lib/pascal.exp
12127 * lib/perftest.exp
12128 * lib/prelink-support.exp
12129 * lib/selftest-support.exp
12130
ad02e4fe
SM
121312016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12132
12133 * Makefile.in: Include disable-implicit-rules.mk.
12134
22347e55
AA
121352016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12136
12137 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12138 non-byte-aligned bit fields.
12139
da5b30da
AA
121402016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12141
12142 PR gdb/12616
12143 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12144 respects the DW_AT_data_bit_offset attribute.
12145
b593ecca
SM
121462016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12147
12148 * gdb.base/default.exp: Fix output of "set language".
12149
3b165252
SM
121502016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12151
12152 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12153 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12154 make.
12155 * configure.ac: Remove checks for the make program.
12156 * configure: Re-generate.
12157
1a2f3d7f
KB
121582016-11-16 Kevin Buettner <kevinb@redhat.com>
12159
12160 * gdb.python/py-recurse-unwind.c (main): Add loop.
12161 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12162 to read_register() and gdb.parse_and_eval(). Make each code
12163 call a separate case that can be individually tested.
12164 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12165 proc. Call cont_and_backtrace for each of the code paths that
12166 we want to test in the unwinder.
12167
b7f38fda
AA
121682016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12169
12170 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12171 the definition of struct S.
12172
1f8db343
CM
121732016-11-11 Catherine Moore <clm@codesourcery.com>
12174
12175 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12176
fad0c9fb
PA
121772016-11-09 Pedro Alves <palves@redhat.com>
12178
12179 * gdb.base/commands.exp (runto_or_return): New procedure.
12180 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12181 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12182 (progvar_simple_while_test, progvar_complex_if_while_test)
12183 (if_while_breakpoint_command_test)
12184 (infrun_breakpoint_command_test, breakpoint_command_test)
12185 (user_defined_command_test, watchpoint_command_test)
12186 (test_command_prompt_position, redefine_hook_test)
12187 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12188 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12189 multi_line_input and multi_line. Remove gdb_expect and
12190 gdb_stop_suppressing_tests uses.
12191 * lib/gdb.exp (valnum_re): New global.
12192 (multi_line_input): New procedure.
12193
8354c62c
SM
121942016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12195
12196 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12197 Remove.
12198 (test_setup): Define with proc_with_prefix.
12199 (test_cli_inferior): Likewise.
12200 (test_cli_thread): Likewise.
12201 (test_cli_frame): Likewise.
12202 (test_cli_select_frame): Likewise.
12203 (test_cli_up_down): Likewise.
12204 (test_mi_thread_select): Likewise.
12205 (test_mi_stack_select_frame): Likewise.
12206 (test_cli_in_mi_inferior): Likewise.
12207 (test_cli_in_mi_thread): Likewise.
12208 (test_cli_in_mi_frame): Likewise.
12209 (top level): Do not use with_test_prefix_procname.
12210
64f367a2
PA
122112016-11-09 Pedro Alves <palves@redhat.com>
12212
12213 * gdb.base/commands.exp (gdbvar_simple_if_test)
12214 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12215 (progvar_simple_if_test, progvar_simple_while_test)
12216 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12217 (infrun_breakpoint_command_test, breakpoint_command_test)
12218 (user_defined_command_test, watchpoint_command_test)
12219 (test_command_prompt_position, deprecated_command_test)
12220 (bp_deleted_in_command, temporary_breakpoint_commands)
12221 (stray_arg0_test, source_file_with_indented_comment)
12222 (recursive_source_test, if_commands_test)
12223 (error_clears_commands_left, redefine_hook_test)
12224 (redefine_backtrace_test): Use proc_with_prefix.
12225 * lib/gdb.exp (proc_with_prefix): New proc.
12226
0bb65f1e
AA
122272016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12228
12229 * gdb.base/tui-layout.c: New file.
12230 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12231 disassembly window contains very long lines.
12232
7353f247
TT
122332016-11-08 Tom Tromey <tom@tromey.com>
12234
12235 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12236 depend on Python 2.
12237
30a7bb83
TT
122382016-11-08 Tom Tromey <tom@tromey.com>
12239
12240 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12241 New method.
12242
cdf5a07c
MG
122432016-10-29 Manish Goregaokar <manish@mozilla.com>
12244
2806dc7e 12245 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 12246
51a789c3
MG
122472016-10-27 Manish Goregaokar <manish@mozilla.com>
12248
2806dc7e
PA
12249 * gdb.rust/simple.rs: Add test for univariant enums without
12250 discriminants and for encoded struct-like enums.
51a789c3 12251
f610ab6d
PA
122522016-10-28 Pedro Alves <palves@redhat.com>
12253
12254 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12255 gdb_test_multiple, tighten regexps and match symtabs and line
12256 tables incrementally.
12257
b129b0ca
LM
122582016-10-28 Luis Machado <lgustavo@codesourcery.com>
12259
12260 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12261 general.
12262
ecf45d2c
SL
122632016-10-25 Luis Machado <lgustavo@codesourcery.com>
12264
12265 * gdb.base/exec-invalid-sysroot.exp: New file.
12266
b8d38ee4
JK
122672016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12268
12269 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12270
f90fd8c2
JK
122712016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12272
12273 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12274
2d2476aa
MR
122752016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12276
2806dc7e
PA
12277 * gdb.base/killed-outside.exp: Remove $options from a call to
12278 `prepare_for_testing'.
2d2476aa 12279
e42b25a0
SM
122802016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12281
12282 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12283 Change test message.
12284
3ccdb432
SM
122852016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12286
12287 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12288 Update comment.
12289
5bad3170
SM
122902016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12291
12292 * gdb.trace/mi-trace-save.exp: New file.
12293
5ad9dba7
YQ
122942016-10-13 Yao Qi <yao.qi@linaro.org>
12295
12296 * gdb.base/code_elim.exp (get_var_address): Remove.
12297 * gdb.base/relocate.exp: Likewise.
12298 * gdb.base/shreloc.exp: Likewise.
12299 * lib/gdb.exp (get_var_address): New.
12300
62df7e21
YQ
123012016-10-13 Yao Qi <yao.qi@linaro.org>
12302
12303 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12304 floating point tests if $skip_float_test is false.
12305
4dac951e
LM
123062016-10-12 Luis Machado <lgustavo@codesourcery.com>
12307
12308 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12309 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12310 argc values.
12311 Add 1 to argc so we guarantee distinct initial/modified argc values.
12312
8f1a8fc4
JK
123132016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12314
12315 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12316
16c85b5d
JK
123172016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12318
12319 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12320 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12321 * gdb.arch/vsx-regs.exp: Likewise.
12322
1d0e042a
YQ
123232016-10-07 Yao Qi <yao.qi@linaro.org>
12324
12325 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12326
68dadef5
MM
123272016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12328
12329 * gdb.python/python.exp: Test decode_line("*0").
12330
33fa2c6e
DE
123312016-10-06 Doug Evans <dje@google.com>
12332
12333 * gdb.python/py-value.exp (test_value_creation): Add test for large
12334 unsigned 64-bit value.
12335
9c37b5ae
TT
123362016-10-06 Tom Tromey <tom@tromey.com>
12337
12338 * gdb.compile/compile.exp: Change java tests to rust.
12339 * gdb.base/setshow.exp: Change java tests to rust.
12340 * gdb.base/default.exp: Remove java from language list.
12341 * README (Examples): Update language example.
12342 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12343 test.
12344 * lib/gdb.exp (skip_java_tests): Remove.
12345 * lib/java.exp: Remove.
12346 * gdb.java: Remove.
12347
78b86327
MR
123482016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12349
12350 * gdb.arch/mips-fcr.exp: New test.
12351 * gdb.arch/mips-fcr.c: Source for the new test.
12352
7470adbb
MR
123532016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12354
12355 * gdb.base/solib-disc.exp: Use `standard_output_file'
12356 throughout.
12357
4a556533
PA
123582016-10-06 Pedro Alves <palves@redhat.com>
12359
12360 * gdb.base/jit-simple-dl.c: New file.
12361 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12362 * gdb.base/jit-simple.c: ... this.
12363 * gdb.base/jit-simple.exp (jit_run): Delete.
12364 (build_jit): New proc.
12365 (jit_test_reread): Recompile either the main program or the shared
12366 library, depending on what is being tested. Skip changing address
12367 if caller wants to. Compare before/after addresses. If testing
12368 standalone, explicitly load the binary. Test "maint info
12369 breakpoints".
12370 (top level): Add "standalone vs shared lib" and "change address"
12371 vs "same address" axes.
12372
5a122fbc
PA
123732016-10-06 Pedro Alves <palves@redhat.com>
12374
12375 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12376 call.
12377 (jit_run): Delete.
12378 (jit_test_reread): Use with_test_prefix. Reload the main binary
12379 explicitly. Compare the before/after addresses of the JIT
12380 descriptor.
12381
ee8da4b8
DE
123822016-08-15 Doug Evans <dje@google.com>
12383
12384 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12385 for single bitfields is bool.
12386 * gdb.xml/tdesc-regs.exp: Ditto.
12387
f389f6fe
JK
123882016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12389
12390 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12391
fdebf1a4
YQ
123922016-10-05 Yao Qi <yao.qi@linaro.org>
12393
12394 * lib/gdb.exp (support_complex_tests): Return zero if
12395 gdb_skip_float_test return true.
12396
9c36d954 123972016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12398 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
12399
12400 PR gdb/20487
12401 * gdb.mi/user-selected-context-sync.exp: New file.
12402 * gdb.mi/user-selected-context-sync.c: New file.
12403
4034d0ff 124042016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12405 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
12406
12407 PR gdb/20487
12408 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12409 =thread-select-event check.
12410
a4297203
PB
124112016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12412
12413 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12414 the compulsory L operand changes.
12415 * gdb.arch/powerpc-power.s: Likewise.
12416
bb805577
JK
124172016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12418
12419 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12420 * gdb.base/jit-attach-pie.c: New file.
12421 * gdb.base/jit-attach-pie.exp: New file.
12422
6d61dee5
PA
124232016-09-28 Pedro Alves <palves@redhat.com>
12424
12425 * gdb.base/infcall-input.c: New file.
12426 * gdb.base/infcall-input.exp: New file.
12427
f73842fc
YQ
124282016-09-22 Yao Qi <yao.qi@linaro.org>
12429
12430 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12431 (gdb_exit): Rename it to ...
12432 (gdbserver_gdb_exit): ... Close GDBserver.
12433 (gdb_exit): New proc, call gdbserver_gdb_exit.
12434 (mi_gdb_exit): Likewise.
12435
90681dab
YQ
124362016-09-22 Yao Qi <yao.qi@linaro.org>
12437
12438 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12439 path.
12440 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12441 Remove duplication.
12442
9c211fd8
YQ
124432016-09-22 Yao Qi <yao.qi@linaro.org>
12444
12445 * lib/gdbserver-support.exp: Check the existence of
12446 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12447
ad0a504f
AK
124482016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12449
12450 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12451
36cf1806
TT
124522016-09-21 Tom Tromey <tom@tromey.com>
12453
12454 PR gdb/20604:
12455 * gdb.base/quit.exp: New file.
12456
74172ecf
SM
124572016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12458
12459 * .gitignore: New file.
12460
3d0ec882
MR
124612016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12462
12463 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12464 throughout.
12465
8193adea
AA
124662016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12467
12468 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12469
d41a5c09
JK
124702016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12471
12472 * gdb.cp/casts.cc (decltype): Move it ...
12473 (main): ... with its call to ...
12474 * gdb.cp/casts03.cc: ... a new file.
12475 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12476
d2dfe700
JK
124772016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12478
12479 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12480
e2a92b16
PB
124812016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12482
12483 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12484 and sync up the test with tests in gas/testsuite/gas/ppc.
12485 * gdb.arch/powerpc-power.exp: Likewise.
12486
49b4de64
JK
124872016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12488
12489 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12490
2c29df25
SDJ
124912016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12492 Jan Kratochvil <jan.kratochvil@redhat.com>
12493
12494 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12495 make m1's definition to be different from m2's. Use 'dummy' as an
12496 argument for probe 'two'.
12497
cc3c2846
JB
124982016-09-10 Jon Beniston <jon@beniston.com>
12499
12500 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12501 for sim target.
12502
e1b2624a
AA
125032016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12504
12505 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12506 variable declaration.
12507 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12508 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12509 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12510 received HWCAP as its argument.
12511
4295e285
PA
125122016-09-06 Pedro Alves <palves@redhat.com>
12513
12514 * gdb.base/new-ui-pending-input.c: New file.
12515 * gdb.base/new-ui-pending-input.exp: New file.
12516 * gdb.exp (clear_gdb_spawn_id): New procedure.
12517 (with_spawn_id): Check whether gdb_spawn_id exists before
12518 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12519 on exit.
12520
00d5215e
UW
125212016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12522
12523 * gdb.base/float128.c: New file.
12524 * gdb.base/float128.exp: Likewise.
12525 * gdb.base/floatn.c: Likewise.
12526 * gdb.base/floatn.exp: Likewise.
12527
a9ff5f12
UW
125282016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12529
12530 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12531
f245535c
PA
125322016-09-05 Pedro Alves <palves@redhat.com>
12533
12534 PR backtrace/19927
12535 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12536 unwinders are immediately called as side effect of "source" or
12537 "disable unwinder" commands.
12538 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12539
ae9cf263
YQ
125402016-09-02 Yao Qi <yao.qi@linaro.org>
12541
12542 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12543 is true and $type is "float" or "double".
12544
27aba047
YQ
125452016-09-02 Yao Qi <yao.qi@linaro.org>
12546
12547 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12548 true.
12549 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12550 * gdb.base/call-rt-st.exp: Likewise.
12551 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12552 return value instead of gdb,skip_float_test.
12553 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12554 (do_function_calls): Use its return value instead of
12555 gdb,skip_float_test.
12556 * gdb.base/finish.exp: Likewise.
12557 * gdb.base/funcargs.exp: Likewise.
12558 * gdb.base/return.exp: Likewise.
12559 * gdb.base/return2.exp: Likewise.
12560 * gdb.base/varargs.exp: Likewise.
12561 * lib/gdb.exp (gdb_skip_float_test): Change it to
12562 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12563
5af962df
AA
125642016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12565
12566 * gdb.multi/tids.exp: Test "thread apply all".
12567
7fac6910
JK
125682016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12569
12570 * gdb.base/default.exp (tty): Remove.
12571
bb1fe4ac
KB
125722016-08-24 Kevin Buettner <kevinb@redhat.com>
12573
2806dc7e
PA
12574 * gdb.python/py-recurse-unwind.c: New file.
12575 * gdb.python/py-recurse-unwind.py: New file.
12576 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 12577
0a1ddfa6
SM
125782016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12579
12580 * gdb.base/set-inferior-tty.exp: New file.
12581 * gdb.base/set-inferior-tty.c: New file.
12582
d9de1fe3
PA
125832016-08-23 Pedro Alves <palves@redhat.com>
12584
12585 PR gdb/20494
12586 * gdb.base/new-ui-echo.c: New file.
12587 * gdb.base/new-ui-echo.exp: New file.
12588
e9d9abd7
YQ
125892016-08-23 Yao Qi <yao.qi@linaro.org>
12590
12591 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12592 gdbserver_spawn.
12593 * gdb.server/connect-without-multi-process.exp (do_test):
12594 Likewise.
12595
3589529e
YQ
125962016-08-23 Yao Qi <yao.qi@linaro.org>
12597
12598 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12599 standalone_txt. Delete gdb_txt and standalone_txt on host
12600 and target. Spawn the binary on target. Copy files from
12601 target to host.
12602
6bb90213
PA
126032016-08-22 Pedro Alves <palves@redhat.com>
12604
12605 PR gdb/20505
12606 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12607 with_test_prefix. Factor out bits to ...
12608 (test_no_vdso): ... this new procedure.
12609
20c2c024
CL
126102016-08-19 Carl Love <cel@us.ibm.com>
12611
12612 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12613 maintaining separate logic for constructing the output path.
12614 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12615 * gdb.arch/ppc-dfp.exp: Likewise.
12616 * gdb.arch/ppc-fp.exp: Likewise.
12617 * gdb.arch/vsx-regs.exp: Likewise.
12618 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12619 binprefix for generating the additional binary files.
12620
0646e07d
PA
126212016-08-19 Pedro Alves <palves@redhat.com>
12622
12623 * gdb.trace/mi-trace-frame-collected.exp
12624 (test_trace_frame_collected): On x32, expect two registers.
12625
46da9242
CL
126262016-08-18 Carl Love <cel@us.ibm.com>
12627
12628 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12629 and sync up the test with tests in gas/testsuite/gas/ppc.
12630 * gdb.arch/powerpc-power.exp: Likewise.
12631
eb2332d7
SM
126322016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12633
12634 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12635 expected error message.
12636
63c61e04
SM
126372016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12638
12639 * gdb.multi/remove-inferiors.exp: New file.
12640 * gdb.multi/remove-inferiors.c: New file.
12641
7b17065f
YQ
126422016-08-12 Yao Qi <yao.qi@linaro.org>
12643
12644 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12645 argument list.
12646
01d3dedf
PA
126472016-08-10 Pedro Alves <palves@redhat.com>
12648
12649 PR gdb/19187
12650 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12651 setup_kfails.
12652
3eb7562a
PA
126532016-08-09 Pedro Alves <palves@redhat.com>
12654 Simon Marchi <simon.marchi@ericsson.com>
12655
12656 PR gdb/20418
12657 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12658 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12659
80614914
PA
126602016-08-09 Pedro Alves <palves@redhat.com>
12661
12662 PR mi/20431
12663 * gdb.mi/mi-cmd-error.exp: New file.
12664
f348d89a
PA
126652016-08-09 Pedro Alves <palves@redhat.com>
12666
12667 PR gdb/18653
12668 * gdb.base/signals-state-child.c: New file.
12669 * gdb.base/signals-state-child.exp: New file.
12670 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12671
e5ca03b4
PA
126722016-08-09 Pedro Alves <palves@redhat.com>
12673
12674 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12675
282a0691
TT
126762016-08-03 Tom Tromey <tom@tromey.com>
12677
12678 PR python/18565:
12679 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12680
41bfcd63
YQ
126812016-08-01 Yao Qi <yao.qi@linaro.org>
12682
12683 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12684 variable mode to "multi-process" if $multi_process is 1, otherwise
12685 set it to "single-process".
12686
e3465b24
YQ
126872016-08-01 Yao Qi <yao.qi@linaro.org>
12688
12689 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12690 * gdb.cp/cpexprs.exp: Likewise.
12691 * gdb.cp/m-static.exp: Likewise.
12692
0b31a4bc
TT
126932016-07-26 Tom Tromey <tom@tromey.com>
12694
12695 PR python/20190:
12696 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12697 test.
12698
e0461dbb
MM
126992016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12700
12701 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12702 selecting assembly source files.
12703 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12704 assembly source files.
12705 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12706 assembly source files.
12707 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12708 selecting assembly source files.
12709
8194e927
SM
127102016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12711
12712 * gdb.base/new-ui.exp (do_test_invalid_args): New
12713 procedure.
12714
c0272db5
TW
127152016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12716
12717 * gdb.btrace/reconnect.c: New file.
12718 * gdb.btrace/reconnect.exp: New file.
12719
e3487908
GKB
127202016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12721
12722 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12723 to test_catch_syscall_group.
12724 (test_catch_syscall_group): New.
12725
12df5c00
TT
127262016-07-21 Tom Tromey <tom@tromey.com>
12727
12728 * gdb.rust/simple.rs (main): Use empty struct expression.
12729 * gdb.rust/simple.exp: Add tests for empty struct expression.
12730
bae62ee2
YQ
127312016-07-21 Yao Qi <yao.qi@linaro.org>
12732
12733 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12734 if gdb_skip_xml_test is true on some targets.
12735
b1b53fb3
YQ
127362016-07-21 Yao Qi <yao.qi@linaro.org>
12737
12738 * gdb.server/solib-list.exp: Unset last_loaded_file.
12739
027d97f8
JK
127402016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12741
12742 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12743 "step into captured_main (args)".
12744
7674d381
JK
127452016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12746
12747 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12748
72b5d099
JK
127492016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12750
12751 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12752
1f960ced
PA
127532016-07-19 Pedro Alves <palves@redhat.com>
12754
12755 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12756 * gdb.opt/inline-bt.exp: Likewise.
12757 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12758 additional_flags=-Winline.
12759 * gdb.opt/inline-locals.exp: Likewise.
12760 * gdb.opt/inline-markers.c (ATTR): Define.
12761 (inlined_fn): Use it.
12762
f25827c1
YQ
127632016-07-19 Yao Qi <yao.qi@linaro.org>
12764
12765 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12766 (test_with_self): Remove some code. Remove argument executable.
12767 (top-level): Use do_self_tests.
12768
37539ebe
DB
127692016-07-15 Zachary Welch <zwelch@codesourcery.com>
12770 Don Breazeal <donb@codesourcery.com>
12771
12772 * gdb.base/maint.exp: Escape paths used in regular expressions.
12773 * gdb.stabs/weird.exp: Likewise.
12774
dac790e1
TT
127752016-07-13 Tom Tromey <tom@tromey.com>
12776
12777 PR python/15620, PR python/18620:
12778 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12779 (test_bkpt_events): New procs.
12780
93daf339
TT
127812016-07-13 Tom Tromey <tom@tromey.com>
12782
12783 PR python/17698:
12784 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12785 test.
12786 (test_watchpoints): Likewise.
12787 (test_bkpt_pending): New proc.
12788
6571a381
TT
127892016-07-13 Tom Tromey <tom@tromey.com>
12790
12791 PR cli/18053:
12792 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12793 completion test.
12794
e8732474
JK
127952016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12796
12797 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12798 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12799 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12800 f_label.
12801 (g): Rename g_end_lbl to g_label.
12802 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12803 low_pc and high_pc.
12804 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12805
e0f3fd7c
TT
128062016-07-12 Tom Tromey <tom@tromey.com>
12807
12808 PR python/19293:
12809 * gdb.python/py-unwind-maint.exp: Update tests.
12810
3cfe46b6
YQ
128112016-07-12 Yao Qi <yao.qi@linaro.org>
12812
12813 * lib/selftest-support.exp (selftest_setup): Match the output
12814 when captured_main is inlined.
12815
4f19a0e6
WT
128162016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12817
12818 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12819 New variables.
12820 (print this%a, print this%b, print this): New tests.
12821 * gdb.fortran/derived-types.f90 (this): New object and
12822 initialization.
12823
986cf455
SM
128242016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12825
12826 * gdb.ada/arraydim.exp: Remove extra directory level in build
12827 directory.
12828
f0464b23
SM
128292016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12830
12831 * lib/ada.exp: Remove extra directory level in build directory.
12832 * gdb.ada/cond_lang.exp: Likewise.
12833 * gdb.ada/exec_changed.exp: Likewise.
12834 * gdb.ada/lang_switch.exp: Likewise.
12835
42d94011
MG
128362016-07-06 Manish Goregaokar <manish@mozilla.com>
12837
2806dc7e
PA
12838 * simple.rs: Add test for raw pointer subscripting.
12839 * simple.exp: Add test expectations.
42d94011 12840
647c264c
YQ
128412016-07-05 Yao Qi <yao.qi@linaro.org>
12842
12843 * gdb.mi/mi-reverse.exp: Match =record-started output.
12844
20aa2c60
PA
128452016-07-01 Pedro Alves <palves@redhat.com>
12846
12847 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12848 procedure.
12849 (jit_reader_test): Test the jit reader's unwinder.
12850 * gdb.base/jithost.c (jit_function_00_code): New global.
12851 (main): Use memcpy to fill in the mmapped code, instead of poking
12852 bytes manually here.
12853 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12854 value.
12855 (read_debug_info): Save the function's range.
12856 (read_sp): New function.
12857 (unwind_frame): Use it. Also unwind RBP.
12858 (get_frame_id): Use read_sp.
12859 (gdb_init_reader): Use calloc instead of malloc.
12860 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12861 parameter. Use gdb_test_multiple.
12862
ced2dffb
PA
128632016-07-01 Pedro Alves <palves@redhat.com>
12864 Antoine Tremblay <antoine.tremblay@ericsson.com>
12865
12866 * gdb.threads/process-dies-while-detaching.c: New file.
12867 * gdb.threads/process-dies-while-detaching.exp: New file.
12868
63000888
PA
128692016-07-01 Pedro Alves <palves@redhat.com>
12870
12871 * gdb.multi/watchpoint-multi-exit.c: New file.
12872 * gdb.multi/watchpoint-multi-exit.exp: New file.
12873
038d4868
PA
128742016-06-30 Pedro Alves <palves@redhat.com>
12875
12876 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12877 unset inferior_spawn_id.
12878
994e9c83
PA
128792016-06-30 Pedro Alves <palves@redhat.com>
12880
12881 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12882 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12883
e5653468
YQ
128842016-06-29 Yao Qi <yao.qi@linaro.org>
12885
12886 * gdb.base/return.c: Add copyright header.
12887
803b47e5
TT
128882016-06-29 Tom Tromey <tom@tromey.com>
12889
12890 PR python/20129:
12891 * gdb.python/py-framefilter.exp: Add tests for setting priority
12892 and disabling of non-existent frame filter.
12893
28244707
YQ
128942016-06-29 Yao Qi <yao.qi@linaro.org>
12895
12896 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12897 0x0f07ff.
12898
a31d2f06
YQ
128992016-06-28 Yao Qi <yao.qi@linaro.org>
12900
12901 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12902 triplets. Start gdb, execute catch syscall, and continue. Check
12903 gdb's output to determine catch syscall is supported.
12904
921d8f54
MG
129052016-06-27 Manish Goregaokar <manish@mozilla.com>
12906
25d49b86
PA
12907 * gdb.rust/simple.rs: Add test for returning unit in a function.
12908 * gdb.rust/simple.exp: Add expectation for functions returning
12909 unit.
921d8f54 12910
f4952523
PMR
129112016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12912
12913 * gdb.python/py-breakpoint-create-fail.c,
12914 gdb.python/py-breakpoint-create-fail.exp,
12915 gdb.python/py-breakpoint-create-fail.py: New testcase.
12916
fccb08f8
MG
129172016-06-25 Manish Goregaokar <manish@mozilla.com>
12918
12919 PR gdb/20239
12920 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12921 * gdb.rust/simple.exp: Add test expectations for new NonZero
12922 tests.
fccb08f8 12923
6b850546
DT
129242016-06-24 David Taylor <dtaylor@emc.com>
12925
12926 * gdb.base/offsets.exp: New file.
12927 * gdb.base/offsets.c: New file.
12928
17621150
TT
129292016-06-23 Tom Tromey <tom@tromey.com>
12930
12931 PR gdb/16483:
12932 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12933 before any filters are loaded.
12934
04d59df6
WT
129352016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12936
12937 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12938 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12939 structs.
12940 * gdb.fortran/derived-type-function.exp: New file.
12941 * gdb.fortran/derived-type-function.f90: New file.
12942
12943
ac69f786
PA
129442016-06-21 Pedro Alves <palves@redhat.com>
12945
12946 * gdb.base/new-ui.exp: New file.
12947 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12948 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12949 (with_spawn_id): New procedure.
12950
49940788
PA
129512016-06-21 Pedro Alves <palves@redhat.com>
12952
12953 * gdb.mi/mi-exec-run.exp: New file.
12954
ef274d26
PA
129552016-06-21 Pedro Alves <palves@redhat.com>
12956
12957 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12958 breakpoint command's output on the main UI.
12959 (test_break): New procedure, factored out from calls in the top
12960 level.
12961 (top level): Use foreach_with_prefix to test MI as main UI and as
12962 separate UI.
12963
468afe6c
PA
129642016-06-21 Pedro Alves <palves@redhat.com>
12965
12966 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12967 (test_awatch_creation_and_listing)
12968 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12969 Remove 'type' parameter.
12970 (test_watchpoint_all): New parameter mi_mode. Remove
12971 with_test_prefix.
12972 (top level): Use foreach_with_prefix, and add main/separate UI MI
12973 testing axis.
12974
51f77c37
PA
129752016-06-21 Pedro Alves <palves@redhat.com>
12976
12977 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12978 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12979 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12980 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12981 (gdb_main_spawn_id, mi_spawn_id): Declare and
12982 comment.
12983 (mi_create_inferior_pty): New procedure,
12984 factored out from default_mi_gdb_start.
12985 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12986 procedures.
12987 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12988 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12989 Use mi_create_inferior_pty.
12990 (mi_gdb_start): Use eval to pass down args list.
12991
8980e177
PA
129922016-06-21 Pedro Alves <palves@redhat.com>
12993
12994 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12995 * gdb.opt/inline-cmds.exp: Add MI tests.
12996
f38d3ad1
PA
129972016-06-21 Pedro Alves <palves@redhat.com>
12998
12999 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
13000
45db7c09
PA
130012016-06-21 Pedro Alves <palves@redhat.com>
13002
13003 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
13004 (top level): Use it instead of mi_execute_to.
13005
5a069ab3
PA
130062016-06-21 Pedro Alves <palves@redhat.com>
13007
13008 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
13009 (cont_handler_str): New.
13010 (signal_stop_handler): Set stop_handler_str instead of printing to
13011 stdout.
13012 (continue_handler): Set cont_handler_str instead of printing to
13013 stdout.
13014 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
13015 mi_send_resuming_command. Print stop_handler_str and
13016 cont_handler_str instead of expecting the python events print
13017 directly.
13018
2838cc1d
SD
130192016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
13020
13021 * gdb.base/jit-reader.exp: New file.
13022 * gdb.base/jithost.c: New file.
13023 * gdb.base/jithost.h: New file.
13024 * gdb.base/jitreader.c : New file.
13025 * gdb.base/jit-protocol.h: New file.
13026
21a77091
YQ
130272016-06-17 Yao Qi <yao.qi@linaro.org>
13028
13029 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
13030 parameters follow_fork and detach_on_fork. Set follow-fork-mode
13031 and detach-on-fork. Adjust tests.
13032 (top level): Invoke break_cond_on_syscall with combinations of
13033 syscall, follow-fork-mode and detach-on-fork.
13034
f50bf8e5
YQ
130352016-06-17 Yao Qi <yao.qi@linaro.org>
13036
13037 * gdb.base/step-over-exit.c: New.
13038 * gdb.base/step-over-exit.exp: New.
13039
a28d8e50
YTL
130402016-06-17 Yan-Ting Lin <currygt52@gmail.com>
13041
13042 * gdb.base/float.exp: Add target check for nds32*-*-*.
13043 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
13044
cad8e26d
AB
130452016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
13046
13047 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
13048 for unsupported target features.
13049 * gdb.base/call-rt-st.exp: Likewise.
13050 * gdb.base/call-sc.exp: Likewise.
13051 * gdb.base/call-signal-resume.exp: Likewise.
13052 * gdb.base/call-strs.exp: Likewise.
13053 * gdb.base/callexit.exp: Likewise.
13054 * gdb.base/callfuncs.exp: Likewise.
13055 * gdb.base/nodebug.exp: Likewise.
13056 * gdb.base/printcmds.exp: Likewise.
13057 * gdb.base/ptype.exp: Likewise.
13058 * gdb.base/structs.exp: Likewise.
13059 * gdb.base/unwindonsignal.exp: Likewise.
13060 * gdb.cp/gdb2495.exp: Likewise.
13061 * gdb.cp/templates.exp: Likewise.
13062 * gdb.cp/virtfunc.exp: Likewise.
13063 * gdb.threads/hand-call-in-threads.exp: Likewise.
13064 * gdb.threads/interrupted-hand-call.exp: Likewise.
13065 * gdb.threads/thread-unwindonsignal.exp: Likewise.
13066
347dc102
TT
130672016-06-10 Tom Tromey <tom@tromey.com>
13068
13069 PR rust/20110:
13070 * gdb.rust/expr.exp: Add test for integer constant larger than
13071 i32.
13072
5e13cf25
BH
130732016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
13074
13075 * gdb.fortran/nested-funcs.exp: New.
13076 * gdb.fortran/nested-funcs.f90: New.
13077
bb556f1f
TK
130782016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
13079
13080 * gdb.base/examine-backward.c: New file.
13081 * gdb.base/examine-backward.exp: New file.
13082
38b022b4
SM
130832016-06-06 Simon Marchi <simon.marchi@ericsson.com>
13084
13085 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
13086 matching.
13087
1b40ec05
TT
130882016-06-02 Tom Tromey <tom@tromey.com>
13089
13090 PR python/18984:
13091 * gdb.python/py-shared.exp: Add solib_name test.
13092
193bd378
SM
130932016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13094
13095 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13096
3326303b
MG
130972016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13098
13099 PR c++/19893
13100 * gdb.dwarf2/implref.exp: Rename to...
13101 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13102 * gdb.dwarf2/implref-array.c: New file.
13103 * gdb.dwarf2/implref-array.exp: Likewise.
13104 * gdb.dwarf2/implref-global.c: Likewise.
13105 * gdb.dwarf2/implref-global.exp: Likewise.
13106 * gdb.dwarf2/implref-struct.c: Likewise.
13107 * gdb.dwarf2/implref-struct.exp: Likewise.
13108
825c8ef2
AT
131092016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13110
13111 * gdb.trace/trace-condition.exp: Add 64bit tests.
13112
2320162a
AT
131132016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13114
13115 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13116 bits types.
13117 (main): Adapt to 8 to 64 bits types.
13118 * gdb.trace/trace-condition.exp: Add new tests.
13119
a7818233
AT
131202016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13121
13122 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13123
0d336466
AT
131242016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13125
13126 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13127 Move condition tests...
13128 * gdb.trace/trace-condition.exp: Here.
13129
7faeb45a
AT
131302016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13131
13132 * gdb.trace/trace-condition.exp: Add counter-case tests.
13133
e385593e
JK
131342016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13135
13136 PR c++/15231
13137 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13138 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13139
744608cc
PA
131402016-05-27 Pedro Alves <palves@redhat.com>
13141
13142 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13143 New procedure.
13144 (top level): Call it, and bail out of DejaGnu is known to be bad.
13145
ac775bf4
AB
131462016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13147
13148 * gdb.base/whatis.c: Extend the test case.
13149 * gdb.base/whatis.exp: Add additional tests.
13150
2bbad2ea
BH
131512016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13152
13153* gdb.fortran/type.f90: Add pointer variable.
13154* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13155
8b70175d
BH
131562016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13157
13158 * gdb.fortran/vla-type.exp: Fix testcase name.
13159
86d8a848
BH
131602016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13161
13162 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13163
e188eb36
BH
131642016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13165
13166 * gdb.fortran/type.f90: Add nested structures.
13167 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13168 * gdb.fortran/derived-type.exp: Adapt expected output.
13169 * gdb.fortran/vla-type.exp: Adapt expected output.
13170
9b2db1fd
BH
131712016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13172
13173 * gdb.fortran/whatis_type.exp: Adapt expected output.
13174
72b17055
BH
131752016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13176
13177 * gdb.fortran/print_type.exp: Fix expected output.
13178 * gdb.fortran/whatis_type.exp: Fix expected output.
13179
3cd81d8d
BH
131802016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13181
13182 * gdb.fortran/whatis_type.exp: Use multi_line.
13183
ddae9462
TT
131842016-05-24 Tom Tromey <tom@tromey.com>
13185
13186 PR python/17386:
13187 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13188 use value as an index.
13189
1957f6b8
TT
131902016-05-23 Tom Tromey <tom@tromey.com>
13191
13192 PR python/17981:
13193 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13194 no-breakpoint case.
13195
026a9174
PA
131962016-05-24 Pedro Alves <palves@redhat.com>
13197
13198 PR gdb/19828
13199 * gdb.threads/clone-attach-detach.c: New file.
13200 * gdb.threads/clone-attach-detach.exp: New file.
13201
e70a7231
FR
132022016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13203
13204 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13205
0f6ed0e0
TT
132062016-05-23 Tom Tromey <tom@tromey.com>
13207
13208 PR python/19438, PR python/18393:
13209 * gdb.python/py-progspace.exp: Add "dir" test.
13210 * gdb.python/py-objfile.exp: Add "dir" test.
13211
ffd19d61
YQ
132122016-05-23 Yao Qi <yao.qi@linaro.org>
13213
13214 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13215 * gdb.arch/thumb2-it.exp: Likewise.
13216
9e8f9b05
SM
132172016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13218
13219 * gdb.mi/mi-threads-interrupt.c: New file.
13220 * gdb.mi/mi-threads-interrupt.exp: New file.
13221
61c6156d
SM
132222016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13223
13224 PR gdb/18077
13225 * gdb.mi/mi-async-run.exp: New file.
13226 * gdb.mi/mi-async-run.c: New file.
13227
67218854
TT
132282016-05-17 Tom Tromey <tom@tromey.com>
13229 Manish Goregaokar <manishsmail@gmail.com>
13230
13231 * lib/rust-support.exp: New file.
13232 * lib/gdb.exp (skip_rust_tests): New proc.
13233 (build_executable_from_specs): Handle rust.
13234 * lib/future.exp (gdb_find_rustc): New proc.
13235 (gdb_default_target_compile): Handle rust.
13236 * gdb.rust/expr.exp: New file.
13237 * gdb.rust/generics.exp: New file.
13238 * gdb.rust/generics.rs: New file.
13239 * gdb.rust/methods.exp: New file.
13240 * gdb.rust/methods.rs: New file.
13241 * gdb.rust/modules.exp: New file.
13242 * gdb.rust/modules.rs: New file.
13243 * gdb.rust/simple.exp: New file.
13244 * gdb.rust/simple.rs: New file.
13245
c44af4eb
TT
132462016-05-17 Tom Tromey <tom@tromey.com>
13247
13248 * gdb.base/default.exp (set language): Add rust.
13249
dcd1f979
TT
132502016-05-17 Tom Tromey <tom@tromey.com>
13251
13252 * gdb.gdb/unittest.exp: New file.
13253
155b7f57
YQ
132542016-05-16 Yao Qi <yao.qi@linaro.org>
13255
13256 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13257 shell_prompt. Update shell_prompt_re.
13258
8ddd5a6c
DE
132592016-05-12 Doug Evans <dje@google.com>
13260
13261 PR symtab/19999
13262 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13263 $options when building executable.
13264 * gdb.dwarf2/fission-loclists-pie.S: New file.
13265 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13266
02e370d9
SM
132672016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13268
13269 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13270 of [is_remote target],
13271
8929ad8b
SM
132722016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13273
13274 * lib/gdb.exp (use_gdb_stub): New procedure.
13275
6c447423
DE
132762016-05-03 Yunlian Jiang <yunlian@google.com>
13277 Doug Evans <dje@google.com>
13278
13279 PR symtab/19914
13280 * gdb.dwarf2/dwp-sepdebug.c: New file.
13281 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13282
444e826c
SM
132832016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13284
13285 * gdb.base/detach.exp: Remove is_remote check.
13286
740feeaa
SM
132872016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13288
13289 * gdb.base/annota-input-while-running.exp: Don't check for
13290 [is_remote target]. Enable annotations after running to main.
13291 Remove unused "set test..." line.
13292
9080ac9d
SM
132932016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13294
13295 * gdb.trace/trace-enable-disable.exp: New file.
13296 * gdb.trace/trace-enable-disable.c: New file.
13297
952ebca5
SM
132982016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13299
13300 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13301 use it in info sharedlibrary test.
13302 * gdb.trace/ftrace-lock.exp: Likewise.
13303 * gdb.trace/ftrace.exp: Likewise.
13304 * gdb.trace/range-stepping.exp: Likewise.
13305 * gdb.trace/trace-break.exp: Likewise.
13306 * gdb.trace/trace-condition.exp: Likewise.
13307 * gdb.trace/trace-mt.exp: Likewise.
13308
d9019901
SM
133092016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13310
13311 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13312 (gdb_load_shlib): ... this.
13313 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13314 gdb_load_shlib.
13315 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13316 * gdb.base/ctxobj.exp: Likewise.
13317 * gdb.base/dprintf-pending.exp: Likewise.
13318 * gdb.base/dso2dso.exp: Likewise.
13319 * gdb.base/fixsection.exp: Likewise.
13320 * gdb.base/gcore-relro.exp: Likewise.
13321 * gdb.base/gdb1555.exp: Likewise.
13322 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13323 * gdb.base/gnu-ifunc.exp: Likewise.
13324 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13325 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13326 * gdb.base/pending.exp: Likewise.
13327 * gdb.base/print-file-var.exp: Likewise.
13328 * gdb.base/print-symbol-loading.exp: Likewise.
13329 * gdb.base/shlib-call.exp: Likewise.
13330 * gdb.base/shreloc.exp: Likewise.
13331 * gdb.base/so-impl-ld.exp: Likewise.
13332 * gdb.base/solib-disc.exp: Likewise.
13333 * gdb.base/solib-nodir.exp: Likewise.
13334 * gdb.base/solib-overlap.exp: Likewise.
13335 * gdb.base/solib-symbol.exp: Likewise.
13336 * gdb.base/solib-weak.exp (do_test): Likewise.
13337 * gdb.base/sym-file.exp: Likewise.
13338 * gdb.base/symtab-search-order.exp: Likewise.
13339 * gdb.base/type-opaque.exp: Likewise.
13340 * gdb.base/unload.exp: Likewise.
13341 * gdb.base/watchpoint-solib.exp: Likewise.
13342 * gdb.compile/compile.exp: Likewise.
13343 * gdb.cp/gdb2384.exp: Likewise.
13344 * gdb.cp/infcall-dlopen.exp: Likewise.
13345 * gdb.cp/re-set-overloaded.exp: Likewise.
13346 * gdb.fortran/library-module.exp: Likewise.
13347 * gdb.opt/solib-intra-step.exp: Likewise.
13348 * gdb.python/py-finish-breakpoint.exp: Likewise.
13349 * gdb.python/py-shared.exp: Likewise.
13350 * gdb.reverse/solib-precsave.exp: Likewise.
13351 * gdb.reverse/solib-reverse.exp: Likewise.
13352 * gdb.server/solib-list.exp: Likewise.
13353 * gdb.threads/dlopen-libpthread.exp: Likewise.
13354 * gdb.threads/tls-shared.exp: Likewise.
13355 * gdb.threads/tls-so_extern.exp: Likewise.
13356 * gdb.trace/change-loc.exp: Likewise.
13357 * gdb.trace/ftrace-lock.exp: Likewise.
13358 * gdb.trace/ftrace.exp: Likewise.
13359 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13360 * gdb.trace/pending.exp: Likewise.
13361 * gdb.trace/range-stepping.exp: Likewise.
13362 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13363 (strace_info_marker): Likewise.
13364 (strace_probe_marker): Likewise.
13365 (strace_trace_on_same_addr): Likewise.
13366 (strace_trace_on_diff_addr): Likewise.
13367 * gdb.trace/trace-break.exp: Likewise.
13368 * gdb.trace/trace-condition.exp: Likewise.
13369 * gdb.trace/trace-mt.exp: Likewise.
13370
fca4cfd9
SM
133712016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13372
13373 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13374 result of gdb_remote_download.
13375 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13376 * gdb.base/dso2dso.exp: Likewise.
13377 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13378 * gdb.base/print-file-var.exp: Likewise.
13379 * gdb.base/shlib-call.exp: Likewise.
13380 * gdb.base/shreloc.exp: Likewise.
13381 * gdb.base/solib-overlap.exp: Likewise.
13382 * gdb.base/solib-weak.exp (do_test): Likewise.
13383 * gdb.base/unload.exp: Likewise.
13384
11cf4ffb
YQ
133852016-04-27 Yao Qi <yao.qi@linaro.org>
13386
13387 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13388 exists.
13389
3e2e34f8
KB
133902016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13391
13392 * vla-type.exp: Print structure from toplevel.
13393
8f07e298
BH
133942016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13395
13396 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13397 of dynamic types.
13398 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13399 of dynamic types.
13400
9920b434
BH
134012016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13402
13403 * gdb.fortran/vla-type.f90: New file.
13404 * gdb.fortran/vla-type.exp: New file.
13405
f3abeff5
YQ
134062016-04-25 Yao Qi <yao.qi@linaro.org>
13407
13408 * gdb.base/branch-to-self.c: New file.
13409 * gdb.base/branch-to-self.exp: New file.
13410
0a5d52f0
YQ
134112016-04-22 Yao Qi <yao.qi@linaro.org>
13412
13413 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13414 more after $hex.
13415
495346f6
YQ
134162016-04-22 Yao Qi <yao.qi@linaro.org>
13417
13418 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13419 * gdb.base/annota3.exp: Likewise.
13420
4a7e075c
YQ
134212016-04-22 Yao Qi <yao.qi@linaro.org>
13422
13423 * gdb.reverse/step-precsave.exp: Do one step and test program
13424 stops in "callee" and do multiple steps until program goes out
13425 of "callee".
13426 * gdb.reverse/step-reverse.exp: Likewise.
13427
5b061e98
YQ
134282016-04-22 Yao Qi <yao.qi@linaro.org>
13429
13430 * gdb.trace/signal.exp: Also pass if
13431 $tracepoint_hits($i) > $iterations.
13432
5c5dc57f
YQ
134332016-04-22 Yao Qi <yao.qi@linaro.org>
13434
13435 * gdb.trace/signal.c: New file.
13436 * gdb.trace/signal.exp: New file.
13437
a55411b9
DE
134382016-04-19 Doug Evans <xdje42@gmail.com>
13439
13440 * gdb.base/bad-file.exp: New file.
13441
a22df60a
MG
134422016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13443
13444 * gdb.dwarf2/implref.exp: New file.
13445
0c13f7e5
BH
134462016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13447
13448 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13449 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13450 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13451 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13452 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13453 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13454 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13455 * lib/fortran.exp (fortran_int4): New procedure.
13456 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13457 (fortran_logical4): Likewise.
13458
9b9b09e9
BH
134592016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13460
13461 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13462
a14d1f4d
BH
134632016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13464
13465 * lib/compiler.c: Add Intel specific preprocessor macros.
13466 * lib/compiler.cc: Likewise.
25d49b86 13467
7d49b1d0
LM
134682016-04-13 Luis Machado <lgustavo@codesourcery.com>
13469
13470 * gdb.server/connect-with-no-symbol-file.c: New file.
13471 * gdb.server/connect-with-no-symbol-file.exp: New file.
13472
8392fa22
SM
134732016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13474
13475 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13476
8c4c4aeb
SM
134772016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13478
13479 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13480 standard output directory.
13481
45e3745e
AT
134822016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13483
13484 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13485
e26b7e41
MM
134862016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13487
13488 * gdb.btrace/instruction_history.c (loop): Add declaration.
13489
8ce09462
AT
134902016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13491
13492 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13493
2e88a1ea
SM
134942016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13495
13496 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13497 parentheses to print.
13498 (continue_handler): Likewise.
13499
f48e22e3
SM
135002016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13501
13502 * gdb.server/solib-list.exp: Remove is_remote check.
13503 Pass shlib= to gdb_compile. Don't link shared library with
13504 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13505 Run binary filename through "readlink -f" on the target.
13506
096be756
PA
135072016-04-08 Pedro Alves <palves@redhat.com>
13508
13509 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13510 interpreter filename as argument to gdbserver_spawn.
13511 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13512 Return empty if $last_loaded_file does not exist.
13513
06500533
JK
135142016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13515
13516 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13517 * gdb.base/jit-main.c: Use exit after usage.
13518
2d35e871
JK
135192016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13520
13521 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13522 GDBHISTSIZE prior to the tests.
13523 * gdb.base/gdbinit-history.exp: Likewise.
13524
135252016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
13526
13527 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13528 instead of build_executable. Use gdb_load_shlibs.
13529
c8064e7e
YQ
135302016-04-07 Yao Qi <yao.qi@linaro.org>
13531
13532 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13533 Execute "si" command.
13534
bde47561
YQ
135352016-04-07 Yao Qi <yao.qi@linaro.org>
13536
13537 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13538 number instead of the comments on some line.
13539
b16f8a3b
DB
135402016-04-06 Don Breazeal <donb@codesourcery.com>
13541
13542 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13543 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13544
c2f901df
SM
135452016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13546
13547 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13548 standard_output_file. Remove unused binfile variable.
13549
ac17fda0
CU
135502016-04-05 Catalin Udma <catalin.udma@freescale.com>
13551
13552 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13553 * gdb.python/py-mi-objfile.exp: Match "list main" output
13554 in console format.
13555
03a8c4df
SM
135562016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13557
13558 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13559 absolute.
13560
6e774b13
SM
135612016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13562
13563 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13564 absolute.
13565 * gdb.trace/ftrace.exp: Likewise.
13566 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13567 targets as well.
13568 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13569 (gdb_load_shlibs): Copy libraries to test directory when testing
13570 natively. Only set solib-search-path if testing remotely.
13571 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13572
7817ea46
SM
135732016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13574
13575 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13576 gdb_download. Use it even if the target is not remote.
13577 * gdb.base/jit.exp (compile_jit_test): Likewise.
13578 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13579 output directory if the destination board is local, otherwise use
13580 the standard remote_download from DejaGnu.
13581 (gdb_download): Remove.
13582 (gdb_load_shlibs): Use gdb_remote_download instead of
13583 gdb_download.
13584 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13585 Use gdb_remote_download instead of gdb_download. Use it even if
13586 the target is not remote.
13587 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13588 instead of gdb_download.
13589
7beb7f68
SM
135902016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13591
13592 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13593 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13594 run.
13595
cc63428a
AV
135962016-04-01 Artemiy Volkov <artemiyv@acm.org>
13597
13598 PR gdb/19820
13599 * gdb.base/printcmds.exp: Add artificial arrays tests.
13600
64cdf930
PA
136012016-03-31 Pedro Alves <palves@redhat.com>
13602
13603 PR gdb/19858
13604 * gdb.base/jit-main.c: Include unistd.h.
13605 (ATTACH): Define to 0 if not already defined.
13606 (wait_for_gdb, mypid): New globals.
13607 (WAIT_FOR_GDB): New macro.
13608 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13609 some breakpoint locations.
13610 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13611 New procedures.
13612 (one_jit_test): Add REATTACH parameter, and handle it. Use
13613 continue_to_test_location.
13614 (top level): Test attach, and adjusts calls to one_jit_test.
13615
40dea8cb
PA
136162016-03-31 Pedro Alves <palves@redhat.com>
13617
13618 PR gdb/19858
13619 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13620 BINSUFFIX parameter, and handle it.
13621 (top level): Adjust calls compile_jit_test.
13622
e7ea3ec7
CU
136232016-03-31 Catalin Udma <catalin.udma@freescale.com>
13624
13625 PR python/19743
13626 * gdb.python/py-mi-events-gdb.py: New file.
13627 * gdb.python/py-mi-events.c: New file.
13628 * gdb.python/py-mi-events.exp: New file.
13629
e6359af3
YQ
136302016-03-30 Yao Qi <yao.qi@linaro.org>
13631
13632 * gdb.reverse/until-precsave.exp: Match function name only.
13633 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13634 Move malloc to a condition block.
13635 * gdb.reverse/until-reverse.exp: Match function name only.
13636
a4105d04
MK
136372016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13638
13639 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13640 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13641 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13642 variable for GPR 0 instead of assuming it is register 0.
13643 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13644 * lib/trace-support.exp: Add s390 registers.
13645
bfa6adb9
YQ
136462016-03-29 Yao Qi <yao.qi@linaro.org>
13647
13648 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13649
1e6697ea
YQ
136502016-03-24 Yao Qi <yao.qi@linaro.org>
13651
13652 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13653 test message.
13654
64bcd522
AA
136552016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13656
13657 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13658 maintaining separate logic for constructing the output path.
13659
7868401b
DB
136602016-03-16 Don Breazeal <donb@codesourcery.com>
13661
13662 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13663 Retry fork and waitpid on interrupted system call errors.
13664 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13665 Use with_timeout_factor to increase timeout by factor of 10.
13666
1cafadb4
DB
136672016-03-15 Don Breazeal <donb@codesourcery.com>
13668
13669 * gdb.cp/scope-err.cc: New test program.
13670 * gdb.cp/scope-err.exp: New test script.
13671 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13672 lines and "set breakpoint here" comment.
13673 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13674 Fixed some whitespace and format issues.
13675 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13676 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13677
81516450
DE
136782016-03-15 Doug Evans <dje@google.com>
13679
13680 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13681 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13682 All callers updated. Add tests for enums, mixed flags register.
13683
aa52b601
DE
136842016-03-15 Doug Evans <dje@google.com>
13685
13686 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13687 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13688
fa4ff313
SM
136892016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13690
13691 * gdb.base/default.exp: Add $_as_string to the list of expected
13692 convenience functions.
13693
f2403c39
AB
136942016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13695
13696 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13697
f2f3ccb9
SM
136982016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13699
13700 * gdb.python/py-as-string.exp: New file.
13701 * gdb.python/py-as-string.c: New file.
13702
00dbd492
PA
137032016-03-09 Pedro Alves <palves@redhat.com>
13704
13705 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13706 signal" -> "Thread NN received signal" output change.
13707 * gdb.threads/ia64-sigill.exp: Likewise.
13708 * gdb.threads/linux-dp.exp: Likewise.
13709 * gdb.threads/manythreads.exp: Likewise.
13710 * gdb.threads/pending-step.exp: Likewise.
13711 * gdb.threads/print-threads.exp: Likewise.
13712 * gdb.threads/sigstep-threads.exp: Likewise.
13713 * gdb.threads/staticthreads.exp: Likewise.
13714 * gdb.threads/tls.exp: Likewise.
13715
1e6697ea
YQ
137162016-03-09 Pedro Alves <palves@redhat.com>
13717
13718 * gdb.base/command-line-input.exp: New file.
13719
b04fd3be
MK
137202016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13721
13722 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13723 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13724 * gdb.trace/pending.exp: Accept leading dot before function name.
13725 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13726 * lib/trace-support.exp: Set registers for ppc.
13727
98fa59e9
MK
137282016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13729
13730 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13731 use it for disassembly; accept .main in addition to main in backtrace.
13732
f77198c8
MK
137332016-03-09 Wei-cheng Wang <cole945@gmail.com>
13734 Marcin Kościelnicki <koriakin@0x04.net>
13735
13736 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13737 (gdb_recursion_test_ptr): New global variable.
13738 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13739 gdb_recursion_test.
13740 (gdb_c_test): Ditto.
13741
ba84e0da
MK
137422016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13743
13744 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13745 ordering.
13746
4366d36e
MK
137472016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13748
13749 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13750 (bar): Add bar_start_lbl label.
13751 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13752 of foo/bar for emitting DWARF and tracing.
13753
5eb264df
SDJ
137542016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13755
13756 * analyze-racy-logs.py: Set executable bit.
13757
fb6a751f
SDJ
137582016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13759
13760 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13761 (CHECK_TARGET_TMP): Likewise.
13762 (check-single-racy): New rule.
13763 (check-parallel-racy): Likewise.
13764 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13765 (do-check-parallel-racy): New rule.
13766 (check-racy/%.exp): Likewise.
13767 * README (Racy testcases): New section.
13768 * analyze-racy-logs.py: New file.
13769
bdf7e230
DE
137702016-03-03 Doug Evans <dje@google.com>
13771
13772 * gdb.base/skip.exp: Use with_test_prefix.
13773
4719d415
YQ
137742016-03-03 Yao Qi <yao.qi@linaro.org>
13775
13776 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13777 Invoke step_over_syscall "clone" and break_cond_on_syscall
13778 "clone".
13779 * gdb.base/step-over-clone.c: New file.
13780
ea507862
YQ
137812016-03-03 Yao Qi <yao.qi@linaro.org>
13782
13783 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13784 code format.
13785
8fc8cbda
YQ
137862016-03-03 Yao Qi <yao.qi@linaro.org>
13787
13788 * gdb.base/disp-step-fork.c: Rename to ...
13789 * gdb.base/step-over-fork.c: ... it. New file.
13790 * gdb.base/disp-step-vfork.c: Rename to ...
13791 * gdb.base/step-over-vfork.c: ... it. New file.
13792 * gdb.base/disp-step-syscall.exp: Rename to ...
13793 * gdb.base/step-over-syscall.exp: ... it. New file.
13794 (disp_step_cross_syscall): Rename to ...
13795 (step_over_syscall): ... it.
13796
92fa70b0
YQ
137972016-03-03 Yao Qi <yao.qi@linaro.org>
13798
13799 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13800 If target supports condition evaluation on target, invoke
13801 break_cond_on_syscall for fork and vfork.
13802
e197ad3c
YQ
138032016-03-03 Yao Qi <yao.qi@linaro.org>
13804
13805 * gdb.base/disp-step-syscall.exp: Don't invoke
13806 support_displaced_stepping.
13807 (disp_step_cross_syscall): Test with displaced stepping off and
13808 on if supported.
13809
0b47da9f
YQ
138102016-03-03 Yao Qi <yao.qi@linaro.org>
13811
13812 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13813 proc.
13814 (setup): New proc.
13815 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13816 and setup.
13817
065ab6dc
BH
138182016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13819
13820 * gdb.fortran/vla-history.exp: Remove breakpoint.
13821
07e448ad 138222016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13823
25d49b86
PA
13824 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13825 exceeds timeout.
07e448ad 13826
9ac2d526 138272016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13828
25d49b86
PA
13829 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13830 breakpoint.
9ac2d526 13831
17807369
BH
138322016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13833
13834 * gdb.mi/vla.f90: Nullify pointer after declaration.
13835
86e501af
PA
138362016-03-01 Pedro Alves <palves@redhat.com>
13837
13838 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13839
1e903e32
PA
138402016-03-01 Pedro Alves <palves@redhat.com>
13841
13842 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13843 before anything else.
13844 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13845 _GNU_SOURCE here.
13846 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13847 before anything else.
13848 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13849
6ccb54e2
PA
138502016-03-01 Pedro Alves <palves@redhat.com>
13851
13852 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13853
30ca9da1
YQ
138542016-03-01 Yao Qi <yao.qi@linaro.org>
13855
13856 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13857 prepare_for_testing.
13858
dc856b38
YQ
138592016-03-01 Yao Qi <yao.qi@linaro.org>
13860
13861 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13862
4a932159
AA
138632016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13864
13865 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13866 manually constructing the output path.
13867
f2489477
AA
138682016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13869
13870 * gdb.arch/s390-stackless.S: New.
13871 * gdb.arch/s390-stackless.exp: New.
13872
38899f16
IB
138732016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13874
13875 * gdb.dlang/circular.c: New file.
13876 * gdb.dlang/circular.exp: New file.
13877
9fde51ed
YQ
138782016-02-26 Yao Qi <yao.qi@linaro.org>
13879
13880 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13881 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13882 (testcases): Update.
13883
ce90fefe
YQ
138842016-02-26 Yao Qi <yao.qi@linaro.org>
13885
13886 * gdb.reverse/aarch64.c: Rename to ...
13887 * gdb.reverse/insn-reverse.c: ... it.
13888 * gdb.reverse/aarch64.exp: Rename to ...
13889 * gdb.reverse/insn-reverse.exp: ... it.
13890
3263bceb
YQ
138912016-02-26 Yao Qi <yao.qi@linaro.org>
13892
13893 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13894 (testcase_ftype): New.
13895 (testcases): New array.
13896 (n_testcases): New.
13897 (main): Call each element in testcases.
13898 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13899 (read_testcase): New.
13900 Do the tests in a loop.
13901
6cb59ff1
YQ
139022016-02-25 Yao Qi <yao.qi@linaro.org>
13903
13904 * gdb.base/branches.c: Remove.
13905
ae91f625
MK
139062016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13907
13908 PR gdb/13808
13909 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13910
678b48b7
MK
139112016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13912
13913 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13914
7337a6f2
MK
139152016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13916
13917 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13918 change x86_64 call_insn to 'callq'.
13919
861ca91f
AT
139202016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13921
13922 * gdb.trace/tfile-avx.c: Move to...
13923 * gdb.trace/tracefile-pseudo-reg.c: Here.
13924 * gdb.trace/tfile-avx.exp: Move to...
13925 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13926
bf74e428
GB
139272016-02-24 Gary Benson <gbenson@redhat.com>
13928
13929 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13930 message on attach.
13931
cce0e923
DE
139322016-02-23 Doug Evans <dje@google.com>
13933
13934 * gdb.base/skip.c (test_skip): New function.
13935 (end_test_skip_file_and_function): New function.
13936 (test_skip_file_and_function): New function.
13937 * gdb.base/skip1.c (test_skip): New function.
13938 (skip1_test_skip_file_and_function): New function.
13939 * gdb.base/skip.exp: Add tests for new skip options.
13940 * gdb.base/skip-solib.exp: Update expected output.
13941 * gdb.perf/skip-command.cc: New file.
13942 * gdb.perf/skip-command.exp: New file.
13943 * gdb.perf/skip-command.py: New file.
13944
4000e47e
MK
139452016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13946
13947 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13948 info registers pattern.
13949
24f75ead
IB
139502016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13951
13952 * lib/future.exp: Add D support.
13953 (gdb_find_gdc): New proc.
13954 (gdb_default_target_compile): Add D support.
13955
fbb7bcbe
WW
139562016-02-18 Wei-cheng Wang <cole945@gmail.com>
13957
13958 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13959 user+system time.
13960 (trace_speed_test): Determine the iteration count for a time
13961 between 15..30 seconds.
13962
012b3a21
WT
139632016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13964
13965 * gdb.arch/i386-mpx-sigsegv.c: New file.
13966 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13967 * gdb.arch/i386-mpx-simple_segv.c: New file.
13968 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13969
2d5189bd
YQ
139702016-02-18 Yao Qi <yao.qi@linaro.org>
13971
13972 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13973 Don't call setup_kfail.
13974
40fb20d0
YQ
139752016-02-18 Yao Qi <yao.qi@linaro.org>
13976
13977 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13978 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13979
21b1f8d2
DE
139802016-02-16 Doug Evans <dje@google.com>
13981
13982 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13983 * gdb.base/skip1.c: Ditto.
13984 * gdb.base/skip.exp: Whitespace cleanup.
13985
4041ed77
DB
139862016-02-16 Don Breazeal <donb@codesourcery.com>
13987
13988 PR remote/19496
13989 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13990 Remove kfail for PR remote/19496.
13991
c4ef31bf
SM
139922016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13993
13994 * lib/gdb.exp (standard_temp_file): Return a path specific to
13995 the runtest invocation.
13996
266b65b3
SM
139972016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13998
13999 * gdb.trace/save-trace.exp: Change relative path to be in the
14000 standard output directory.
14001
a7a0a6a9
JK
140022016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14003
14004 * gdb.arch/i386-prologue.c: Add missing prototypes.
14005
c99dbb42
JK
140062016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14007
14008 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
14009 * gdb.arch/i386-prologue.exp: Likewise.
14010 * gdb.arch/i386-size.exp: Likewise.
14011
aa480355
SM
140122016-02-15 Simon Marchi <simon.marchi@ericsson.com>
14013
14014 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
14015 define object file path.
14016 * gdb.btrace/gcore.exp: Use standard_output_file to define core
14017 file path.
14018 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
14019 standard_output_file to define binfile.
14020
ba881f50
JK
140212016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14022
14023 Fix compatibility with recent gfortran-5.3.1.
14024 * gdb.fortran/vla-history.exp (print vla1 allocated)
14025 (print vla2 allocated, print $2, print $3): Remove
14026 (print $4): Rename to ...
14027 (print $2): ... here.
14028 (print $9): Rename to ...
14029 (print $5): ... here.
14030 (print $10): Rename to ...
14031 (print $6): ... here.
14032 * gdb.fortran/vla.f90: Add pvla initialization.
14033
e9fb005c
JK
140342016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14035
14036 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
14037 New test.
14038 * gdb.fortran/vla-value-sub.exp: Likewise.
14039
e44e00ff
MK
140402016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
14041
14042 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
14043
97e94151
SM
140442016-02-12 Simon Marchi <simon.marchi@ericsson.com>
14045
14046 * i386-biarch-core.exp: Define corefile using
14047 standard_output_file.
14048
01113bc1
YQ
140492016-02-12 Yao Qi <yao.qi@linaro.org>
14050
14051 * gdb.arch/arm-single-step-kernel-helper.c: New.
14052 * gdb.arch/arm-single-step-kernel-helper.exp: New.
14053
33b4777c
MM
140542016-02-12 Markus Metzger <markus.t.metzger@intel.com>
14055
14056 * gdb.btrace/tailcall-only.exp: New.
14057 * gdb.btrace/tailcall-only.c: New.
14058 * gdb.btrace/x86_64-tailcall-only.S: New.
14059 * gdb.btrace/i686-tailcall-only.S: New.
14060
acc23c11
PA
140612016-02-11 Pedro Alves <palves@redhat.com>
14062
14063 * README (Parallel testing): Add missing double quotes.
14064
e352bf0a
PA
140652016-02-11 Pedro Alves <palves@redhat.com>
14066
14067 * README (Parallel testing): New section.
14068 (GDB_PARALLEL): Rewrite.
14069 (FORCE_PARALLEL): Document.
14070
9f5fed78
MK
140712016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
14072
14073 * gdb.trace/tfile-avx.c: New test.
14074 * gdb.trace/tfile-avx.exp: New test.
14075
9ef9e6a6
KS
140762016-02-09 Keith Seitz <keiths@redhat.com>
14077
14078 PR breakpoints/19546
14079 * gdb.base/infcall-exec.c: New file.
14080 * gdb.base/infcall-exec2.c: New file.
14081 * gdb.base/infcall-exec.exp: New file.
14082
a96e36da
KS
140832016-02-09 Keith Seitz <keiths@redhat.com>
14084
14085 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
14086 (toplevel): Call test_bkpt_address.
14087
9f61929f
KS
140882016-02-09 Keith Seitz <keiths@redhat.com>
14089
14090 PR python/19506
14091 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14092 (toplevel): Call test_bkpt_address.
14093
1e94266c
SM
140942016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14095
14096 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14097 to AC_OUTPUT.
14098 * configure: Regenerate.
14099
2a7f3dff
PA
141002016-02-09 Pedro Alves <palves@redhat.com>
14101
14102 PR breakpoints/19548
14103 * gdb.base/execl-update-breakpoints.c (some_function): New
14104 function.
14105 (main): Call it.
14106 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14107 Tighten expected GDB output.
14108
2151ccc5
SM
141092016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14110
14111 * Makefile.in (ALL_SUBDIRS): Remove.
14112 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14113 (distclean maintainer-clean realclean): Likewise.
14114 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14115 * configure: Regenerate.
14116 * gdb.ada/Makefile.in: Delete.
14117 * gdb.arch/Makefile.in: Likewise.
14118 * gdb.asm/Makefile.in: Likewise.
14119 * gdb.base/Makefile.in: Likewise.
14120 * gdb.btrace/Makefile.in: Likewise.
14121 * gdb.cell/Makefile.in: Likewise.
14122 * gdb.compile/Makefile.in: Likewise.
14123 * gdb.cp/Makefile.in: Likewise.
14124 * gdb.disasm/Makefile.in: Likewise.
14125 * gdb.dlang/Makefile.in: Likewise.
14126 * gdb.dwarf2/Makefile.in: Likewise.
14127 * gdb.fortran/Makefile.in: Likewise.
14128 * gdb.gdb/Makefile.in: Likewise.
14129 * gdb.go/Makefile.in: Likewise.
14130 * gdb.guile/Makefile.in: Likewise.
14131 * gdb.java/Makefile.in: Likewise.
14132 * gdb.linespec/Makefile.in: Likewise.
14133 * gdb.mi/Makefile.in: Likewise.
14134 * gdb.modula2/Makefile.in: Likewise.
14135 * gdb.multi/Makefile.in: Likewise.
14136 * gdb.objc/Makefile.in: Likewise.
14137 * gdb.opencl/Makefile.in: Likewise.
14138 * gdb.opt/Makefile.in: Likewise.
14139 * gdb.pascal/Makefile.in: Likewise.
14140 * gdb.perf/Makefile.in: Likewise.
14141 * gdb.python/Makefile.in: Likewise.
14142 * gdb.reverse/Makefile.in: Likewise.
14143 * gdb.server/Makefile.in: Likewise.
14144 * gdb.stabs/Makefile.in: Likewise.
14145 * gdb.threads/Makefile.in: Likewise.
14146 * gdb.trace/Makefile.in: Likewise.
14147 * gdb.xml/Makefile.in: Likewise.
14148 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14149 GDB_PARALLEL.
14150 (standard_output_file): Remove check for GDB_PARALLEL, always
14151 return path in outputs/$subdir/$testname.
14152
437277d4
SM
141532016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14154
14155 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14156 (site.exp): Assign abs_srcdir to tcl's srcdir.
14157
31d913c7
YQ
141582016-02-04 Yao Qi <yao.qi@linaro.org>
14159
14160 * gdb.base/foll-exec-mode.c: Include limits.h.
14161 (main): Add parameters argc and argv. Get directory from
14162 argv[0].
14163 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14164 compilation.
14165 * gdb.base/foll-exec.c: Include limits.h.
14166 (main): Add parameters argc and argv.
14167 Get directory from argv[0].
14168 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14169 Adjust tests on the number of lines as source code changed.
14170 * gdb.base/foll-vfork-exit.c: Include limits.h.
14171 (main): Add one line of statement before vfork.
14172 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14173 (main): Add parameters argc and argv. Get directory from
14174 argv[0].
14175 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14176 (setup_gdb): Set tbreak to skip some source lines.
14177 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14178 (main): Add parameters argc and argv. Get directory from
14179 argv[0].
14180 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14181 compilation.
14182 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14183 (main): Add parameters argc and argv. Get directory from
14184 argv[0].
14185 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14186 compilation.
14187
9482b9fb
DE
141882016-02-01 Doug Evans <dje@google.com>
14189
14190 * gdb.base/skip.exp: Clean up multiple references to same test name.
14191
6b2e4f10
PA
141922016-02-01 Pedro Alves <palves@redhat.com>
14193
ccb6afd6 14194 PR remote/19496
6b2e4f10
PA
14195 * gdb.threads/forking-threads-plus-breakpoint.exp
14196 (displaced_stepping_supported): New global.
14197 (probe_displaced_stepping_support): New procedure.
14198 (do_test): Add 'displaced' parameter, and use it.
14199 (top level): Check for displaced stepping support. Add displaced
14200 stepping on/off testing axis.
14201
37a8db1a
AB
142022016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14203
14204 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14205 pointer. Don't perform further tests on the unassociated pointer
14206 if the first test fails.
14207
5fdf6324
AB
142082016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14209
14210 * gdb.base/max-value-size.c: New file.
14211 * gdb.base/max-value-size.exp: New file.
14212 * gdb.base/huge.exp: Disable max-value-size for this test.
14213
935c6144
IB
142142016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14215
14216 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14217
7fe8399d
YQ
142182016-01-28 Yao Qi <yao.qi@linaro.org>
14219
14220 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14221
a2077e25
PA
142222016-01-25 Pedro Alves <palves@redhat.com>
14223
14224 PR threads/19461
14225 * gdb.base/fork-running-state.c: New file.
14226 * gdb.base/fork-running-state.exp: New file.
14227
1d2736d4
PA
142282016-01-25 Pedro Alves <palves@redhat.com>
14229
14230 PR gdb/19494
14231 * gdb.base/catch-fork-kill.c: New file.
14232 * gdb.base/catch-fork-kill.exp: New file.
14233
f1da4b11
PA
142342016-01-25 Pedro Alves <palves@redhat.com>
14235
14236 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14237 Delete, moved to lib/gdb.exp.
14238 * gdb.threads/forking-threads-plus-breakpoint.exp
14239 (foreach_with_prefix): Likewise.
14240 * gdb.threads/process-dies-while-handling-bp.exp
14241 (foreach_with_prefix): Likewise.
14242 * lib/gdb.exp (foreach_with_prefix): New procedure.
14243
45f38546
MK
142442016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14245
14246 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14247 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14248
dc29a1ce
MK
142492016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14250
14251 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14252 endian targets.
14253
092127d7
JK
142542016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14255 Pedro Alves <palves@redhat.com>
14256
14257 Fix testsuite compatibility with Guile.
14258 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14259 number.
14260
31d765d3
JK
142612016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14262
14263 Fix testsuite compatibility with Guile.
14264 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14265 (thread 1): New test for backtrace through signal handler.
14266
1ac78c04
YQ
142672016-01-22 Yao Qi <yao.qi@linaro.org>
14268
14269 PR testsuite/19491
14270 * gdb.base/multi-forks.c: Include
14271 ../lib/unbuffer_output.c
14272 (main): Call gdb_unbuffer_output.
14273
4f5946a8
DE
142742016-01-21 Doug Evans <dje@google.com>
14275
14276 * lib/ada.exp (gdb_compile_ada): Fix typo.
14277
305e13e6
JB
142782016-01-21 Joel Brobecker <brobecker@adacore.com>
14279
14280 * gdb.base/break-fun-addr.exp: New file.
14281 * gdb.base/break-fun-addr1.c: New file.
14282 * gdb.base/break-fun-addr2.c: New file.
14283
5f5dfff6
SM
142842016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14285
14286 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14287 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14288 enum flag values.
14289
fd356fa2
AA
142902016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14291
14292 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14293 when GDB can not set the vector return value. Add more comments
14294 for clarification.
14295
9df22175
AT
142962016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14297
14298 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14299 command.
14300
41d1845e
SM
143012016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14302
14303 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14304
01ac6840
SM
143052016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14306
14307 * Makefile.in (check-single): Pass --status to runtest.
14308 (check/%.exp): Likewise.
14309
143102016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14311
14312 * Makefile.in (check-parallel): Propagate return code from make
14313 do-check-parallel.
14314
bd0a71fa
MK
143152016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14316
14317 * gdb.trace/ftrace.exp: Fix expected message on continue.
14318 * gdb.trace/pending.exp: Fix expected message on continue.
14319 * gdb.trace/trace-break.exp: Fix expected message on continue.
14320
8bcbad33
SM
143212016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14322
14323 * lib/gdb.exp (gdb_test): Remove unused global references.
14324
f303dbd6
PA
143252016-01-18 Pedro Alves <palves@redhat.com>
14326
14327 * gdb.base/async-shell.exp: Adjust expected output.
14328 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14329 * gdb.base/siginfo-thread.exp: Adjust expected output.
14330 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14331 * gdb.java/jnpe.exp: Adjust expected output.
14332 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14333 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14334 * gdb.threads/leader-exit.exp: Adjust expected output.
14335 * gdb.threads/manythreads.exp: Adjust expected output.
14336 * gdb.threads/pthreads.exp: Adjust expected output.
14337 * gdb.threads/schedlock.exp: Adjust expected output.
14338 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14339 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14340 expected output.
14341 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14342 output.
14343 * gdb.threads/sigthread.exp: Adjust expected output.
14344 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14345
b2789696
YQ
143462016-01-18 Yao Qi <yao.qi@linaro.org>
14347
14348 * gdb.guile/scm-section-script.c: Replace @progbits with
14349 %progbits.
14350 * gdb.python/py-section-script.c: Likewise.
14351
71ef29a8
PA
143522016-01-15 Pedro Alves <palves@redhat.com>
14353
14354 * gdb.multi/tids.exp: Test star wildcard ranges.
14355
3f5b7598
PA
143562016-01-15 Pedro Alves <palves@redhat.com>
14357
14358 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14359 command from "thread apply" invocation.
14360 (thr_apply_info_thr_invalid): Default the expected output to the
14361 input tid list.
14362 (top level): Add tests that use convenience variables. Add tests
14363 for "thread apply" with a valid TID list, but missing the command.
14364
663f6d42
PA
143652016-01-13 Pedro Alves <palves@redhat.com>
14366
14367 * gdb.base/default.exp: Expect $_gthread as well.
14368 * gdb.multi/tids.exp: Test $_gthread.
14369 * gdb.threads/thread-specific.exp: Test $_gthread.
14370
c84f6bbf
PA
143712016-01-13 Pedro Alves <palves@redhat.com>
14372
14373 * gdb.multi/tids.exp: Test "info threads -gid".
14374
22a02324
PA
143752016-01-13 Pedro Alves <palves@redhat.com>
14376
14377 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14378 Breakpoint.thread.
14379 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14380
5d5658a1
PA
143812016-01-07 Pedro Alves <palves@redhat.com>
14382
14383 * gdb.base/break.exp: Adjust to output changes.
14384 * gdb.base/hbreak2.exp: Likewise.
14385 * gdb.base/sepdebug.exp: Likewise.
14386 * gdb.base/watch_thread_num.exp: Likewise.
14387 * gdb.linespec/keywords.exp: Likewise.
14388 * gdb.multi/info-threads.exp: Likewise.
14389 * gdb.threads/thread-find.exp: Likewise.
14390 * gdb.multi/tids.c: New file.
14391 * gdb.multi/tids.exp: New file.
14392
84654457
PA
143932016-01-13 Pedro Alves <palves@redhat.com>
14394
14395 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14396
e3940304
PA
143972016-01-13 Pedro Alves <palves@redhat.com>
14398
14399 * gdb.base/default.exp: Expect $_inferior as well.
14400 * gdb.multi/base.exp: Test $_inferior.
14401
a911d87a
PA
144022016-01-13 Pedro Alves <palves@redhat.com>
14403
14404 PR breakpoints/19388
14405 * gdb.base/catch-signal-siginfo-cond.c: New file.
14406 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14407
82075af2
JS
144082016-01-12 Josh Stone <jistone@redhat.com>
14409 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14410
14411 * gdb.base/catch-syscall.c (do_execve): New variable.
14412 (main): Conditionally trigger an execve.
14413 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14414 (test_catch_syscall_execve): New, check entry/return across execve.
14415 (do_syscall_tests): Call test_catch_syscall_execve.
14416
e46eeedd
PA
144172016-01-12 Pedro Alves <palves@redhat.com>
14418
14419 * gdb.base/random-signal.exp (do_test): New procedure, with body
14420 of testcase moved in.
14421
01d8c27e
JK
144222016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14423 Pedro Alves <palves@redhat.com>
14424
14425 * gdb.base/funcargs.exp (finish from indirectly called function):
14426 Reintroduce the case for 'First'.
14427
9a706302
JK
144282016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14429 Pedro Alves <palves@redhat.com>
14430
14431 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14432 (tcatch_vfork_then_child_follow_exec)
14433 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14434 identification.
14435
c0ecb95f
JK
144362016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14437
14438 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14439 and repeats to unlimited.
14440 * gdb.python/py-value.exp: Likewise.
14441 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14442 and repeats to unlimited.
14443
6cfc1fcb
JK
144442016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14445
14446 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14447 and reordering the functions.
14448 * gdb.multi/hangout.c: Likewise.
14449 * gdb.multi/hello.c: Likewise.
14450
582a1b00
SM
144512016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14452
14453 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14454 absolute.
14455 (SingleStatisticTestResult.report): Use dict.keys instead of
14456 dict.iterkeys.
14457
79bc59cb
PA
144582016-01-06 Pedro Alves <palves@redhat.com>
14459
14460 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14461
43368e1d
MM
144622016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14463
14464 * gdb.btrace/dlopen.exp: New.
14465 * gdb.btrace/dlopen.c: New.
14466 * gdb.btrace/dlopen-dso.c: New.
14467
79fad5b8
SL
144682015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14469
14470 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14471 PATTERN argument is optional.
14472
ab8314b3
JB
144732015-12-24 Joel Brobecker <brobecker@adacore.com>
14474
14475 * lib/ada.exp (target_compile_ada_from_dir): New function.
14476 (gdb_compile_ada): Reimplement avoiding the use of project files.
14477 * gdb.ada/gnat_ada.gpr: Delete.
14478 * gdb.ada/cond_lang.exp: Adjust test to make path before
14479 filename optional.
14480 * gdb.ada/small_reg_param.exp: Likewise.
14481
fe33faff
SM
144822015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14483
14484 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14485
6d265cb4
TP
144862015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14487
14488 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14489 case.
14490
10125099
SM
144912015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14492
14493 * gdb.base/break.exp: Remove dead code.
14494 * gdb.base/sepdebug.exp: Likewise.
14495
3ca22649
SM
144962015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14497
14498 * gdb.asm/asm-source.exp: Remove HP-UX references.
14499 * gdb.base/annota1.exp: Likewise.
14500 * gdb.base/annota3.exp: Likewise.
14501 * gdb.base/attach.exp: Likewise.
14502 * gdb.base/bigcore.exp: Likewise.
14503 * gdb.base/break.exp: Likewise.
14504 * gdb.base/call-ar-st.exp: Likewise.
14505 * gdb.base/callfuncs.exp: Likewise.
14506 * gdb.base/catch-fork-static.exp: Likewise.
14507 * gdb.base/display.exp: Likewise.
14508 * gdb.base/foll-exec-mode.exp: Likewise.
14509 * gdb.base/foll-exec.exp: Likewise.
14510 * gdb.base/foll-fork.exp: Likewise.
14511 * gdb.base/foll-vfork.exp: Likewise.
14512 * gdb.base/funcargs.exp: Likewise.
14513 * gdb.base/hbreak2.exp: Likewise.
14514 * gdb.base/inferior-died.exp: Likewise.
14515 * gdb.base/interrupt.exp: Likewise.
14516 * gdb.base/multi-forks.exp: Likewise.
14517 * gdb.base/nodebug.exp: Likewise.
14518 * gdb.base/sepdebug.exp: Likewise.
14519 * gdb.base/solib1.c: Likewise.
14520 * gdb.base/step-test.exp: Likewise.
14521 * gdb.mi/non-stop.c: Likewise.
14522 * gdb.mi/pthreads.c: Likewise.
14523 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14524 * gdb.threads/pthreads.c: Likewise.
14525 * gdb.threads/staticthreads.exp: Likewise.
14526 * lib/future.exp: Likewise.
14527 * lib/gdb.exp: Likewise.
14528 * gdb.base/so-indr-cl.c: Remove.
14529 * gdb.base/so-indr-cl.exp: Likewise.
14530 * gdb.base/solib.c: Likewise.
14531 * gdb.base/solib.exp: Likewise.
14532 * gdb.base/solib2.c: Likewise.
14533
b6304613
SM
145342015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14535
14536 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14537 * gdb.base/call-ar-st.exp: Likewise.
14538 * gdb.base/callfuncs.exp: Likewise.
14539 * gdb.base/condbreak.exp: Likewise.
14540 * gdb.base/constvars.exp: Likewise.
14541 * gdb.base/hbreak2.exp: Likewise.
14542 * gdb.base/langs.exp: Likewise.
14543 * gdb.base/list.exp: Likewise.
14544 * gdb.base/long_long.exp: Likewise.
14545 * gdb.base/ptype.exp: Likewise.
14546 * gdb.base/scope.exp: Likewise.
14547 * gdb.base/signals.exp: Likewise.
14548 * gdb.base/so-impl-ld.exp: Likewise.
14549 * gdb.base/varargs.exp: Likewise.
14550 * gdb.base/volatile.exp: Likewise.
14551 * gdb.base/whatis.exp: Likewise.
14552 * gdb.cp/cplusfuncs.exp: Likewise.
14553 * gdb.cp/inherit.exp: Likewise.
14554 * gdb.cp/local.exp: Likewise.
14555 * gdb.cp/member-ptr.exp: Likewise.
14556 * gdb.cp/method.exp: Likewise.
14557 * gdb.cp/overload.exp: Likewise.
14558 * gdb.cp/templates.exp: Likewise.
14559 * gdb.stabs/weird.exp: Likewise.
14560 * lib/compiler.c: Likewise.
14561 * lib/compiler.cc: Likewise.
14562 * lib/cp-support.exp: Likewise.
14563 * lib/gdb.exp: Likewise.
14564
bf401b07
SM
145652015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14566
14567 * configure.ac: Remove HP-UX case.
14568 * configure: Regenerate.
14569
aff9c0f8
SM
145702015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14571
14572 * lib/gdb.exp (gdb_compile): Add function doc.
14573
a6904d5a
PA
145742015-12-17 Pedro Alves <palves@redhat.com>
14575
14576 PR threads/19354
14577 * gdb.multi/info-threads.exp: New file.
14578
a22279dd
YQ
145792015-12-15 Yao Qi <yao.qi@linaro.org>
14580
14581 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14582 is aarch64*-*-*.
14583
0588c796
SL
145842015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14585
14586 * gdb.base/history-duplicates.exp: Skip if no readline support.
14587
5d978e17
SL
145882015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14589
14590 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14591
7e763b86
SL
145922015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14593
14594 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14595
87a3a92c
SL
145962015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14597
14598 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14599 ctrl-C if nointerrupts target property is set.
14600 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14601 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14602 * gdb.base/paginate-bg-execution.exp: Likewise.
14603 * gdb.base/paginate-execution-startup.exp: Likewise.
14604 * gdb.base/random-signal.exp: Likewise.
14605 * gdb.base/range-stepping.exp: Likewise.
14606 * gdb.cp/annota2.exp: Likewise.
14607 * gdb.cp/annota3.exp: Likewise.
14608 * gdb.gdb/selftest.exp: Likewise.
14609 * gdb.threads/continue-pending-status.exp: Likewise.
14610 * gdb.threads/leader-exit.exp: Likewise.
14611 * gdb.threads/manythreads.exp: Likewise.
14612 * gdb.threads/pthreads.exp: Likewise.
14613 * gdb.threads/schedlock.exp: Likewise.
14614 * gdb.threads/sigthread.exp: Likewise.
14615
a8f077dc
DB
146162015-12-11 Don Breazeal <donb@codesourcery.com>
14617
14618 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14619 remote.
14620 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14621 * gdb.base/foll-exec.exp (main): Enable for target remote.
14622 * gdb.base/foll-fork.exp (main): Likewise.
14623 * gdb.base/foll-vfork.exp (main): Likewise.
14624 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14625 (proc continue_to_exit_bp_loc): Use clean_restart.
14626 * gdb.base/pie-execl.exp (main): Disable for target remote.
14627 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14628 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14629 * gdb.threads/execl.exp (main): Likewise.
14630 * gdb.threads/fork-child-threads.exp (main): Likewise.
14631 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14632 remote.
14633 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14634 remote.
14635 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14636 pid.tid style ptids, instead of just tid.
14637 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14638 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14639 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14640 ptids, instead of just tid.
14641
3b2464a8
AB
146422015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14643
14644 * gdb.base/list.exp (test_list_forward): Add end of file error
14645 test.
14646 (test_repeat_list_command): Add end of file error test.
14647 (test_list_backwards): Add beginning of file error test.
14648
a0def019
AB
146492015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14650
14651 * gdb.base/list.exp (test_list_invalid_args): New function,
14652 defined, and called.
14653
5c000dff
AB
146542015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14655
14656 * gdb.base/list.exp (test_list): Make test names unique.
14657
f1637ebe
YQ
146582015-12-11 Yao Qi <yao.qi@linaro.org>
14659
14660 * gdb.base/coremaker2.c: Remove.
14661
36d6fc0a
PA
146622015-12-10 Pedro Alves <palves@redhat.com>
14663
14664 * gdb.multi/base.exp: Remove stale "spaces" references.
14665
762f7747
PA
146662015-12-10 Pedro Alves <palves@redhat.com>
14667
14668 * gdb.multi/base.exp: Don't use nowarnings.
14669 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14670 * gdb.multi/hangout.c: Include stdio.h.
14671 * gdb.multi/hello.c: Include stdlib.h.
14672 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14673 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14674 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14675
28d2bfb9
AB
146762015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14677
14678 * gdb.dwarf2/dw2-ranges-base.c: New file.
14679 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14680 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14681 support additional line table, and debug ranges generation.
14682 (Dwarf::ranges): New function, generate .debug_ranges.
14683 (Dwarf::lines): Support generating simple line table programs.
14684 (Dwarf::assemble): Initialise new namespace variables.
14685
5fc2beac
KB
146862015-12-09 Kevin Buettner <kevinb@redhat.com>
14687
14688 * gdb.base/async.exp (proc test_background): Add case for
14689 asynchronous execution not supported.
14690
1c35a88f
LM
146912015-12-09 Luis Machado <lgustavo@codesourcery.com>
14692
14693 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14694 format and change test names to make them unique.
14695
b593e3d9
RK
146962015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14697 Pedro Alves <pedro@redhat.com>
14698
14699 PR gdb/18702
14700 Add checking of floatformats setup on x86_64 hosts.
14701 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14702 (smallval, bigval): New labels/constants.
14703 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14704 float" after loading bigval and smallval.
14705
d72413e6
PMR
147062015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14707
14708 * gdb.ada/fun_overload_menu.exp: New testcase.
14709 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14710
ece66d65
JS
147112015-12-04 Josh Stone <jistone@redhat.com>
14712
14713 * gdb.base/catch-fork-static.exp: New.
14714
41d0efca
YQ
147152015-12-03 Yao Qi <yao.qi@linaro.org>
14716
14717 * gdb.base/sizeof.c: Don't include stdio.h and
14718 ../lib/unbuffer_output.c.
14719 (main): New variable 'size' and 'value'. Remove printf and
14720 gdb_unbuffer_output. Assign return value to size and value.
14721 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14722 at the beginning.
14723 (check_sizeof): Check the result by printing variable 'size'.
14724 (check_valueof): Check the result by printing variable 'value'.
14725
99fd02d9
YQ
147262015-12-01 Yao Qi <yao.qi@linaro.org>
14727
14728 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14729 for aarch64*-*-linux* target.
14730
f2faf941
PA
147312015-11-30 Pedro Alves <palves@redhat.com>
14732
14733 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14734
04bf20c5
PA
147352015-11-30 Pedro Alves <palves@redhat.com>
14736
14737 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14738 Handle non-stop mode vCont replies.
14739
09df4675
PA
147402015-11-30 Pedro Alves <palves@redhat.com>
14741
14742 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14743 prepare_for_testing. Start gdb with "set non-stop on" appended to
14744 GDBFLAGS. Lax expected stop output.
14745
58b584af
YQ
147462015-11-27 Yao Qi <yao.qi@linaro.org>
14747
14748 * gdb.arch/arm-neon.exp: New.
14749 * gdb.arch/arm-neon.c: New.
14750
dfcb77a8
YQ
147512015-11-27 Yao Qi <yao.qi@linaro.org>
14752
14753 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14754
88e8ec1b
YQ
147552015-11-27 Yao Qi <yao.qi@linaro.org>
14756
14757 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14758 frames-invalid annotation.
14759
bfde72c2
YQ
147602015-11-27 Yao Qi <yao.qi@linaro.org>
14761
14762 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14763
f6512a69
SM
147642015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14765
14766 * gdb.threads/names.exp: New file.
14767 * gdb.threads/names.c: New file.
14768 * README: Mention gdb,no_thread_names.
14769
46a3515b
MM
147702015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14771
14772 PR 19297
14773 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14774 support" error.
14775
62147a22
PA
147762015-11-24 Pedro Alves <palves@redhat.com>
14777
14778 PR 17539
14779 * gdb.base/display.exp: Expect displays to be sorted in ascending
14780 order. Use multi_line.
14781 * gdb.base/solib-display.exp: Likewise.
14782
2f341b6e
PA
147832015-11-24 Pedro Alves <palves@redhat.com>
14784
14785 PR 17539
25d49b86
PA
14786 * gdb.base/display.exp: Expect displays to be sorted in ascending
14787 order. Use multi_line.
14788 * gdb.base/solib-display.exp: Likewise.
2f341b6e 14789
7e0aa6aa
PA
147902015-11-24 Pedro Alves <palves@redhat.com>
14791
14792 PR 17539
14793 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14794 threads in ascending order.
14795 * gdb.base/foll-fork.exp: Likewise.
14796 * gdb.base/foll-vfork.exp: Likewise.
14797 * gdb.base/multi-forks.exp: Likewise.
14798 * gdb.mi/mi-nonstop.exp: Likewise.
14799 * gdb.mi/mi-nsintrall.exp: Likewise.
14800 * gdb.multi/base.exp: Likewise.
14801 * gdb.multi/multi-arch.exp: Likewise.
14802 * gdb.python/py-inferior.exp: Likewise.
14803 * gdb.threads/break-while-running.exp: Likewise.
14804 * gdb.threads/execl.exp: Likewise.
14805 * gdb.threads/gcore-thread.exp: Likewise.
14806 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14807 * gdb.threads/kill.exp: Likewise.
14808 * gdb.threads/linux-dp.exp: Likewise.
14809 * gdb.threads/multiple-step-overs.exp: Likewise.
14810 * gdb.threads/next-bp-other-thread.exp: Likewise.
14811 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14812 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14813 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14814 * gdb.threads/thread-find.exp: Likewise.
14815 * gdb.threads/tls.exp: Likewise.
14816 * lib/mi-support.exp (mi_reverse_list): Delete.
14817 (mi_check_thread_states): No longer reverse list.
14818
2cc57ad8
PA
148192015-11-24 Pedro Alves <palves@redhat.com>
14820
14821 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14822 use lowercase.
14823
c93e8391
SM
148242015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14825
14826 * gdb.trace/actions.c: Include trace-common.h.
14827 (main): Add a location for a fast tracepoint.
14828 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14829 the normal tracepoints.
14830 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14831
045ccf91
SM
148322015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14833
14834 * save-trace.exp: Factor out code to these...
14835 (gdb_save_tracepoints): New.
14836 (gdb_load_tracepoints): New.
14837 (do_save_load_test): New.
14838
5506f9f6
KB
148392015-11-23 Kevin Buettner <kevinb@redhat.com>
14840
14841 * gdb.base/asmlabel.exp: New test.
14842 * gdb.base/asmlabel.c: New test case.
14843
16c3b12f
JB
148442015-11-23 Joel Brobecker <brobecker@adacore.com>
14845
14846 * gdb.base/wrong_frame_bt_full-main.c: New file.
14847 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14848 * gdb.base/wrong_frame_bt_full.exp: New file.
14849
155bfbd3
JB
148502015-11-23 Joel Brobecker <brobecker@adacore.com>
14851
14852 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14853
bb097445
JM
148542015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14855
206853a0 14856 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14857 pstate register when comparing registers values in
14858 sparc64-*-linux-gnu targets to avoid spurious differences.
14859
9c88ed8f
JM
148602015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14861
206853a0 14862 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14863
96161e25
SL
148642015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14865
14866 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14867 as type argument to gdb_compile.
14868 * gdb.base/nested-subp2.exp: Likewise.
14869 * gdb.base/nested-subp3.exp: Likewise.
14870
340c2830
DV
148712015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14872
14873 * lib/dwarf.exp (_note): Fix left shift of negative value.
14874 * gdb.trace/trace-condition.exp: Likewise.
14875
c1862d0f
YQ
148762015-11-13 Yao Qi <yao.qi@linaro.org>
14877
14878 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14879 comments about d10v.
14880 (test_scalar_returns): Likewise.
14881 * gdb.base/d10v.ld: Remove.
14882 * gdb.base/overlays.exp: Remove the target triplet checking for
14883 d10v-*-*.
14884 * gdb.base/structs.exp (test_struct_returns): Remove the
14885 comments about d10v.
14886 (test_struct_calls): Likewise.
14887
77ae9c19
YQ
148882015-11-13 Yao Qi <yao.qi@linaro.org>
14889
14890 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14891 * gdb.base/gnu_vector.c: Don't include stdio.h.
14892 (main): Don't print res and call add_some_intvecs.
14893
430e004e
MK
148942015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14895
14896 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14897 macro.
14898 (func5): Removed.
14899 (func4): Use FAST_TRACEPOINT_LABEL.
14900 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14901 macro.
14902 (func): Removed.
14903 (thread_function): Use FAST_TRACEPOINT_LABEL.
14904 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14905 (func): Remove.
14906 (marker): Use FAST_TRACEPOINT_LABEL.
14907 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14908 (pendfunc1): Remove.
14909 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14910 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14911 (foo): Remove.
14912 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14913 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14914 macro.
14915 (func): Remove.
14916 (marker): Use FAST_TRACEPOINT_LABEL.
14917 * gdb.trace/trace-common.h: New header.
14918 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14919 macro.
14920 (func): Remove.
14921 (marker): Use FAST_TRACEPOINT_LABEL.
14922 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14923 (func): Remove.
14924 (thread_function): Use FAST_TRACEPOINT_LABEL.
14925
6e7675a7
MK
149262015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14927
14928 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14929 in front.
14930 * gdb.trace/change-loc.exp: Use global pcreg definition.
14931 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14932 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14933 in front.
14934 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14935 * gdb.trace/pending.exp: Likewise.
14936 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14937 * gdb.trace/trace-break.exp: Likewise.
14938 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14939 in front.
14940 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14941 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14942 in front.
14943 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14944
dddc0e16
JB
149452015-11-09 Joel Brobecker <brobecker@adacore.com>
14946
14947 * gdb.ada/fin_fun_out: New testcase.
14948
c6f0b406
KB
149492015-11-07 Kevin Buettner <kevinb@redhat.com>
14950
14951 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14952 value associated with DW_AT_byte_size.
14953 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14954 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14955 DW_AT_upper_bound.
14956
f01dcfd9
KB
149572015-11-07 Kevin Buettner <kevinb@redhat.com>
14958
14959 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14960 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14961 version.
14962 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14963 gdb.dwarf2/dw2-canonicalize-type.exp,
14964 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14965 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14966 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14967 provided by gdb_target_symbol_prefix_flags_asm.
14968 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14969 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14970 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14971 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14972 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14973 macros where needed). Use this macro for symbols which require
14974 the prefix provided by SYMBOL_PREFIX.
14975
2223449a
KB
149762015-11-05 Kevin Buettner <kevinb@redhat.com>
14977
14978 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14979 New procs.
14980 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14981 representing expressions, of more than one list element.
14982 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14983 to prepend linker symbol prefix to f.
14984 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14985 table_1 and table_2.
14986 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14987 Likewise, for f and g.
14988 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14989 for ptr.
14990 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14991 for main.
14992 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14993 table_1_ptr and table_2_ptr.
14994
6f2f1a3a
JK
149952015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14996 Joel Brobecker <brobecker@adacore.com>
14997
14998 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14999
566c56c9
MK
150002015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
15001
15002 * gdb.reverse/s390-mvcle.c: New test.
15003 * gdb.reverse/s390-mvcle.exp: New file.
15004 * lib/gdb.exp: Enable reverse tests on s390*-linux.
15005
d5f0636b
MK
150062015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15007
15008 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
15009
7ad8b86c
MK
150102015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15011
15012 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
15013 reaching marker2.
15014 * gdb.reverse/getresuid-reverse.exp: Likewise.
15015 * gdb.reverse/pipe-reverse.exp: Likewise.
15016 * gdb.reverse/readv-reverse.exp: Likewise.
15017 * gdb.reverse/recvmsg-reverse.exp: Likewise.
15018 * gdb.reverse/time-reverse.exp: Likewise.
15019 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
15020
4081c0f1
YQ
150212015-10-30 Yao Qi <yao.qi@linaro.org>
15022
15023 * gdb.threads/wp-replication.c (watch_count_done): Remove.
15024 (empty_cycle): Remove.
15025 (main): Don't call empty_cycle. Don't use watch_count_done.
15026 * gdb.threads/wp-replication.exp: Don't set breakpoint on
15027 empty_cycle. Rewrite the code counting HW watchpoints.
15028
452b4ba5
MK
150292015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
15030
15031 * gdb.reverse/fstatat-reverse.c: New test.
15032 * gdb.reverse/fstatat-reverse.exp: New file.
15033 * gdb.reverse/getresuid-reverse.c: New test.
15034 * gdb.reverse/getresuid-reverse.exp: New file.
15035 * gdb.reverse/pipe-reverse.c: New test.
15036 * gdb.reverse/pipe-reverse.exp: New file.
15037 * gdb.reverse/readv-reverse.c: New test.
15038 * gdb.reverse/readv-reverse.exp: New file.
15039 * gdb.reverse/recvmsg-reverse.c: New test.
15040 * gdb.reverse/recvmsg-reverse.exp: New file.
15041 * gdb.reverse/time-reverse.c: New test.
15042 * gdb.reverse/time-reverse.exp: New file.
15043 * gdb.reverse/waitpid-reverse.c: New test.
15044 * gdb.reverse/waitpid-reverse.exp: New file.
15045
5e2e7507
JK
150462015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15047
15048 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
15049
0fde2c53
DE
150502015-10-26 Doug Evans <dje@google.com>
15051
15052 PR symtab/17391
15053 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
15054 * gdb.dwarf2/bad-regnum.c: New file.
15055 * gdb.dwarf2/bad-regnum.exp: New file.
15056
1a70ae97
DE
150572015-10-26 Doug Evans <dje@google.com>
15058
15059 PR python/18938
15060 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
15061 file.
15062
27dc26ab
JK
150632015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15064
15065 * gdb.compile/compile.exp (compile code globalvar): Update expectation
15066 for a change by "Mention language in compile error message".
15067
bed91f4d
SM
150682015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
15069
15070 PR python/18073
15071 * gdb.python/py-type.c (C::a_method): New.
15072 (C::a_const_method): New.
15073 (C::a_static_method): New.
15074 (a_function): New.
15075 * gdb.python/py-type.exp (test_fields): Test getting fields
15076 from function and method.
15077
3f2f83dd
KB
150782015-10-21 Keven Boell <keven.boell@intel.com>
15079
15080 * gdb.fortran/vla-alloc-assoc.exp: New file.
15081 * gdb.fortran/vla-datatypes.exp: New file.
15082 * gdb.fortran/vla-datatypes.f90: New file.
15083 * gdb.fortran/vla-history.exp: New file.
15084 * gdb.fortran/vla-ptype-sub.exp: New file.
15085 * gdb.fortran/vla-ptype.exp: New file.
15086 * gdb.fortran/vla-sizeof.exp: New file.
15087 * gdb.fortran/vla-sub.f90: New file.
15088 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
15089 * gdb.fortran/vla-value-sub-finish.exp: New file.
15090 * gdb.fortran/vla-value-sub.exp: New file.
15091 * gdb.fortran/vla-value.exp: New file.
15092 * gdb.fortran/vla-ptr-info.exp: New file.
15093 * gdb.mi/mi-vla-fortran.exp: New file.
15094 * gdb.mi/vla.f90: New file.
15095
27145d50
SL
150962015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15097
15098 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15099 of hardwired timeout value.
15100
5f3ff4f8
JK
151012015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15102 Pedro Alves <palves@redhat.com>
15103
15104 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15105 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15106
bfd09d20
JS
151072015-10-19 Josh Stone <jistone@redhat.com>
15108
15109 * gdb.base/catch-syscall.c: Include <sched.h>.
15110 (unknown_syscall): New variable.
15111 (main): Trigger a vfork and an unknown syscall.
15112 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15113 (unknown_syscall_number): Likewise.
15114 (check_call_to_syscall): Accept an optional syscall pattern.
15115 (check_return_from_syscall): Likewise.
15116 (check_continue): Likewise.
15117 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15118 (test_catch_syscall_skipping_return): New test toggling off 'catch
15119 syscall' to step over the syscall return, then toggling back on.
15120 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15121 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15122 (do_syscall_tests): Call test_catch_syscall_without_args and
15123 test_catch_syscall_mid_vfork.
15124 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15125 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15126
b32b93c6
AS
151272015-10-19 Andrew Stubbs <ams@codesourcery.com>
15128
15129 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15130 print g_vE): Add new pass patterns.
15131 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15132 print various symbol names for vptr fields.
15133
9d622bda
AB
151342015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15135
15136 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15137 results.
15138
0fd8ac1c
YQ
151392015-10-12 Yao Qi <yao.qi@linaro.org>
15140
15141 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15142
34240514
YQ
151432015-10-12 Yao Qi <yao.qi@linaro.org>
15144
15145 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15146 is aarch64*-*-linux*.
15147
8240f442
YQ
151482015-10-12 Yao Qi <yao.qi@linaro.org>
15149
15150 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15151 (can_relocate_bcond_true): ... it.
15152 (can_relocate_bcond_false): New function.
15153 (foo): Likewise.
15154 (can_relocate_bl): Likewise.
15155 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15156 can_relocate_bl.
15157
2520f728
PMR
151582015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15159
15160 * gdb.base/nested-addr.c: New file.
15161 * gdb.base/nested-addr.exp: New testcase.
15162
abcef95a
MM
151632015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15164
15165 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15166 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15167 its output. Ignore the output of "record goto begin" and instead
15168 check that GDB is replaying.
15169
145e3ddb
PA
151702015-10-09 Pedro Alves <palves@redhat.com>
15171
15172 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15173 (top level): Use it in the run with no args test.
15174
d5d8c4e1
IB
151752015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15176
15177 * gdb.dlang/properties.exp: New file.
15178
06e635ef
SL
151792015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15180
15181 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15182 whether or not address 0x1000 is mapped on the target.
15183
e019fd1d
SM
151842015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15185
15186 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15187 build.
15188
77ba2a67
MM
151892015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15190
15191 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15192 instruction-history test.
15193
c60eb31f
DE
151942015-09-28 Doug Evans <dje@google.com>
15195
15196 * gdb.base/gcore.c (array_func): Add reference to static_array.
15197
9a3c8263
SM
151982015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15199
15200 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15201 source line.
15202
9720e656
SL
152032015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15204
15205 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15206 short or char as base type.
15207
938d3bf2
SL
152082015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15209
15210 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15211 to allow any size enum.
15212
e6c2c623
PMR
152132015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15214
15215 * gdb.ada/array_ptr_renaming.exp: New testcase.
15216 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15217 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15218
06da0f77
PL
152192015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15220
15221 * gdb.trace/ftrace-lock.c: New file.
15222 * gdb.trace/ftrace-lock.exp: New file.
15223
4f51c22a
PL
152242015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15225
15226 * gdb.arch/insn-reloc.c: New file.
15227 * gdb.arch/ftrace-insn-reloc.exp: New file.
15228
7041adf4
PL
152292015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15230
15231 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15232 instruction.
15233 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15234 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15235 * gdb.trace/range-stepping.c: Likewise.
15236 * gdb.trace/trace-break.c: Likewise.
15237 * gdb.trace/trace-mt.c (thread_function): Likewise.
15238 * gdb.trace/ftrace.c (marker): Likewise.
15239 * gdb.trace/trace-condition.c (marker): Likewise.
15240 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15241 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15242 is_aarch64_target.
15243
015d2e7e
DE
152442015-09-18 Doug Evans <xdje42@gmail.com>
15245
15246 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15247 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15248
26b188a2
SL
152492015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15250
15251 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15252 the breakpoint.
15253
79dc332b
SL
152542015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15255
15256 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15257 the pending breakpoint. Remove timeout override for "Run till
15258 MI pending breakpoint on pendfunc3 on thread 2" test.
15259
f57929f2
SL
152602015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15261
15262 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15263 filename pattern.
15264
3f469b17
SL
152652015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15266
15267 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15268 in breakpoint filename pattern.
15269
515b89b3
SL
152702015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15271
7800dbe4
SL
15272 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15273
152742015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15275
515b89b3
SL
15276 * gdb.linespec/explicit.exp: Check for readline support for
15277 tab-completion tests. Fix obvious typo.
15278
d2939ba2
MM
152792015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15280
15281 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15282 and replay.
15283
cbb55fa7
MM
152842015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15285
15286 * gdb.btrace/non-stop.c: New.
15287 * gdb.btrace/non-stop.exp: New.
15288
43691ca1
PL
152892015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15290 Yao Qi <yao.qi@linaro.org>
15291
15292 * gdb.trace/trace-condition.c: New file.
15293 * gdb.trace/trace-condition.exp: New file.
15294
d78908cf
WW
152952015-09-16 Wei-cheng Wang <cole945@gmail.com>
15296
15297 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15298 for testing bytecode compilation.
15299
1ed415e2
PA
153002015-09-16 Pedro Alves <palves@redhat.com>
15301 Sandra Loosemore <sandra@codesourcery.com>
15302
15303 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15304 (SECONDS): Redefine.
15305 (main): Call pthread_kill and alarm early.
15306 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15307 support.
15308 (test): If the target can't hardware step and doesn't support
15309 displaced stepping, increase the timeout.
15310
d136eff5
PA
153112015-09-16 Pedro Alves <palves@redhat.com>
15312
15313 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15314 (enable_debug): New procedures.
15315 (test): Use them. Bail out if waiting for threads fails.
15316 (top level): Bail out if a test fails.
15317
991f019c
YQ
153182015-09-16 Yao Qi <yao.qi@linaro.org>
15319
15320 * gdb.asm/asm-source.exp: Set asm-arch for
15321 aarch64*-*-* target.
15322 * gdb.asm/aarch64.inc: New file.
15323
bfca584f
PMR
153242015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15325
15326 * gdb.ada/array_of_variable_length.exp: New testcase.
15327 * gdb.ada/array_of_variable_length/foo.adb: New file.
15328 * gdb.ada/array_of_variable_length/pck.adb: New file.
15329 * gdb.ada/array_of_variable_length/pck.ads: New file.
15330
b326e587
DE
153312015-09-15 Doug Evans <dje@google.com>
15332
15333 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15334 of function static local variable.
15335
5382cfab
PW
153362015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15337
15338 * gdb.threads/tls-so_extern.exp: New test file.
15339 * gdb.threads/tls-so_extern.c: New test file.
15340 * gdb.threads/tls-so_extern_main.c: New test file.
15341
141c5cc4
JK
153422015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15343
15344 * gdb.opt/solib-intra-step-lib.c: New file.
15345 * gdb.opt/solib-intra-step-main.c: New file.
15346 * gdb.opt/solib-intra-step.exp: New file.
15347
d15dcecd
PA
153482015-09-15 Pedro Alves <palves@redhat.com>
15349
15350 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15351 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15352
4c2f2a79
PA
153532015-09-14 Pedro Alves <palves@redhat.com>
15354
15355 * gdb.base/hook-stop-continue.c: Delete.
15356 * gdb.base/hook-stop-continue.exp: Delete.
15357 * gdb.base/hook-stop-frame.c: Delete.
15358 * gdb.base/hook-stop-frame.exp: Delete.
15359 * gdb.base/hook-stop.c: New file.
15360 * gdb.base/hook-stop.exp: New file.
15361
919e6dbe
PMR
153622015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15363
15364 * gdb.ada/access_to_packed_array.exp: New testcase.
15365 * gdb.ada/access_to_packed_array/foo.adb: New file.
15366 * gdb.ada/access_to_packed_array/pack.adb: New file.
15367 * gdb.ada/access_to_packed_array/pack.ads: New file.
15368
157280a4
MM
153692015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15370
15371 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15372 buffer size test.
15373
2fd33e94
DB
153742015-09-11 Don Breazeal <donb@codesourcery.com>
15375
15376 * gdb.base/foll-exec.c: Add copyright header. Fix
15377 formatting issues.
15378 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15379 (do_exec_tests): Use clean_restart in place of zap_session,
15380 and for test initialization. Fix formatting issues. Use
15381 fail in place of perror.
15382 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15383 an expect statement to match an expression with output from
15384 the program under debug.
15385 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15386 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15387 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15388 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15389 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15390
e70b6e8e
DE
153912015-09-09 Doug Evans <dje@google.com>
15392
15393 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15394
7a551a51
DE
153952015-09-09 Doug Evans <dje@google.com>
15396
15397 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15398
4c666f84
DE
153992015-09-09 Doug Evans <dje@google.com>
15400
15401 * gdb.base/savedregs.exp: Fix typo.
15402
243a9253
PA
154032015-09-09 Pedro Alves <palves@redhat.com>
15404
15405 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15406
c0fa8fbd
SL
154072015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15408
15409 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15410 command actually switches threads. Give up on remaining
15411 tests if target fails to stop at breakpoint.
15412
cd7c1778
PMR
154132015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15414
15415 * gdb.ada/funcall_char.exp: New testcase.
15416 * gdb.ada/funcall_char/foo.adb: New file.
15417
dc5c8746
PMR
154182015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15419
15420 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15421 expected outputs. Add two testcases for completing ambiguous
15422 functions.
15423 * gdb.ada/complete/aux_pck.adb: New file.
15424 * gdb.ada/complete/aux_pck.ads: New file.
15425 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15426 Ambiguous_Func functions.
15427 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15428 * gdb.ada/complete/pck.adb: Likewise.
15429
4e83a1e7
UW
154302015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15431
15432 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15433 failures to run the test program under GDB.
15434
8ce74153
LM
154352015-08-26 Luis Machado <lgustavo@codesourcery.com>
15436
15437 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15438 to C.
15439
e9756d52
PP
154402015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15441
15442 * gdb.base/run-after-attach.exp: New test file.
15443 * gdb.base/run-after-attach.c: New test file.
15444
8d37573b
DB
154452015-08-26 Don Breazeal <donb@codesourcery.com>
15446
15447 * gdb.base/foll-exec-2.c: New test program.
15448 * gdb.base/foll-exec-2.exp: New test.
15449
63e43d3a
PMR
154502015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15451
15452 * gdb.base/nested-subp1.exp: New file.
15453 * gdb.base/nested-subp1.c: New file.
15454 * gdb.base/nested-subp2.exp: New file.
15455 * gdb.base/nested-subp2.c: New file.
15456 * gdb.base/nested-subp3.exp: New file.
15457 * gdb.base/nested-subp3.c: New file.
15458
3d40fbb5
PA
154592015-08-24 Pedro Alves <palves@redhat.com>
15460
15461 * gdb.server/connect-without-multi-process.c: New file.
15462 * gdb.server/connect-without-multi-process.exp: New file.
15463
4422ac93
LM
154642015-08-24 Luis Machado <lgustavo@codesourcery.com>
15465
15466 * gdb.opt/inline-markers.c: Make z int.
15467
91dddb86
LM
154682015-08-24 Luis Machado <lgustavo@codesourcery.com>
15469
15470 * gdb.opt/inline-markers.c: Make z volatile.
15471
a48847ee
LM
154722015-08-24 Luis Machado <lgustavo@codesourcery.com>
15473
15474 * gdb.opt/inline-bt.c: New volatile global z.
15475 * gdb.opt/inline-cmds.c: Likewise.
15476 * gdb.opt/inline-locals.c: Likewise.
15477 * gdb.opt/inline-markers.c: New extern global z.
15478 (marker): Use z.
15479 (inline_fn): Likewise.
15480
0ebbc52b
PA
154812015-08-24 Pedro Alves <palves@redhat.com>
15482
15483 * config/m32r-stub.exp: Remove file.
15484 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15485 * gdb.base/call-rt-st.exp: Likewise.
15486 * gdb.base/call-strs.exp: Likewise.
15487 * gdb.base/default.exp: Remove references to h8300-*-hms and
15488 *-*-udi*.
15489 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15490
77c365df
AA
154912015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15492
15493 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15494 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15495 and "return" use KFAIL when GDB can not read/write the vector
15496 return value.
15497
4313b8c0
GB
154982015-08-21 Gary Benson <gbenson@redhat.com>
15499
15500 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15501
0e433b32
PA
155022015-08-20 Pedro Alves <palves@redhat.com>
15503
15504 * gdb.server/solib-list.exp: No longer expect an interior stop in
15505 non-stop mode.
15506
221e1a37
PA
155072015-08-20 Pedro Alves <palves@redhat.com>
15508
15509 * gdb.server/connect-stopped-target.c: New file.
15510 * gdb.server/connect-stopped-target.exp: New file.
15511
40e3ad0e
PA
155122015-08-20 Pedro Alves <palves@redhat.com>
15513
15514 * gdb.dwarf2/comp-unit-lang.exp: New file.
15515 * gdb.dwarf2/comp-unit-lang.c: New file.
15516
af39b327
PMR
155172015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15518
15519 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15520 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15521
7d45c7c3 155222015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 15523
7d45c7c3
KB
15524 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15525 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15526
4d6cceb4
DE
155272015-08-18 Doug Evans <dje@google.com>
15528 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15529
15530 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15531 skip_python_tests. New arg prompt_regexp.
15532 (skip_python_tests): New function.
15533 * lib/mi-support.exp (mi_skip_python_tests): New function.
15534 * gdb.python/py-mi-objfile-gdb.py: New file.
15535 * gdb.python/py-mi-objfile.c: New file.
15536 * gdb.python/py-mi-objfile.exp: New file.
15537
ad89c2aa
KS
155382015-08-17 Keith Seitz <keiths@redhat.com>
15539
15540 * gdb.linespec/explicit.exp: Move strace test from here ...
15541 * gdb.trace/strace.exp: ... to here.
15542
e3ae3c43
PP
155432015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15544
15545 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15546 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15547
604b2636
DE
155482015-08-14 Doug Evans <xdje42@gmail.com>
15549
15550 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15551 inferior before selecting a new file.
15552
6ff0ba5f
DE
155532015-08-14 Doug Evans <xdje42@gmail.com>
15554
15555 * gdb.mi/mi-disassemble.exp: Update.
15556 * gdb.base/disasm-optim.S: New file.
15557 * gdb.base/disasm-optim.c: New file.
15558 * gdb.base/disasm-optim.h: New file.
15559 * gdb.base/disasm-optim.exp: New file.
15560
9ca98f92
KS
155612015-08-14 Keith Seitz <keiths@redhat.com>
15562
15563 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15564 "evaluated-by".
15565
52bbc560
JB
155662015-08-13 Joel Brobecker <brobecker@adacore.com>
15567
15568 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15569
5d8c3ed3
PMR
155702015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15571
15572 * gdb.ada/fun_renaming.exp: New testcase.
15573 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15574 * gdb.ada/fun_renaming/pack.adb: New file.
15575 * gdb.ada/fun_renaming/pack.ads: New file.
15576
ea8812bc
KS
155772015-08-12 Keith Seitz <keiths@redhat.com>
15578
15579 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15580 gdb_get_line_number.
15581
4dafcdeb
JB
155822015-08-12 Joel Brobecker <brobecker@adacore.com>
15583
15584 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15585 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15586 gdb.base/dso2dso.exp: New files.
15587
5ba32597
SDJ
155882015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15589 Pedro Alves <palves@redhat.com>
15590 Keith Seitz <keiths@redhat.com>
15591
15592 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15593 GDBFLAGS.
15594
b6dafabf
PP
155952015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15596
15597 * gdb.base/gdbhistsize-history.exp
15598 (test_histsize_history_setting): Use save_vars.
15599 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15600 Use save_vars.
15601 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15602 * gdb.base/readline.exp: Use save_vars.
15603
abe8e607
PP
156042015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15605
15606 * lib/gdb.exp (save_vars): New proc.
15607
629500fa
KS
156082015-08-11 Keith Seitz <keiths@redhat.com>
15609
15610 * gdb.base/help.exp: Update help_breakpoint_text.
15611
eb8c4e2e
KS
156122015-08-11 Keith Seitz <keiths@redhat.com>
15613
15614 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15615 (at toplevel): Call test_explicit_breakpoints.
15616 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15617 breakpoints.
15618 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15619 breakpoint conditions, "-cond".
15620
87f0e720
KS
156212015-08-11 Keith Seitz <keiths@redhat.com>
15622
15623 * gdb.linespec/3explicit.c: New file.
15624 * gdb.linespec/cpexplicit.cc: New file.
15625 * gdb.linespec/cpexplicit.exp: New file.
15626 * gdb.linespec/explicit.c: New file.
15627 * gdb.linespec/explicit.exp: New file.
15628 * gdb.linespec/explicit2.c: New file.
15629 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15630 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15631 before using in the matching pattern.
15632 Clarify that `prefix' is a regular expression.
15633
f00aae0f
KS
156342015-08-11 Keith Seitz <keiths@redhat.com>
15635
15636 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15637 test.
15638 Add tests for missing ",FMT" and ",".
15639
e27852be
DE
156402015-08-10 Doug Evans <dje@google.com>
15641 Keith Seitz <keiths@redhat.com>
15642
15643 PR gdb/17960
15644 * gdb.base/completion.exp: Add location completer tests.
15645
7f03bd92
PA
156462015-08-07 Pedro Alves <palves@redhat.com>
15647
15648 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15649 tests here.
15650 (top level): Run do_test with and without displaced stepping.
15651
3fc8eb30
PA
156522015-08-07 Pedro Alves <palves@redhat.com>
15653
15654 * gdb.base/valgrind-disp-step.c: New file.
15655 * gdb.base/valgrind-disp-step.exp: New file.
15656
d4569d7b
PA
156572015-08-07 Pedro Alves <palves@redhat.com>
15658
15659 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15660 Delete function.
15661 (main): Add alarm. Run an infinite loop instead of calling
15662 wait_threads.
15663 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15664 comment.
15665 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15666 Delete function.
15667 (main): Add alarm. Run an infinite loop instead of calling
15668 wait_threads.
15669 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15670 comment.
15671
e1316e60
PA
156722015-08-07 Pedro Alves <palves@redhat.com>
15673
15674 * gdb.base/checkpoint-ns.exp: New file.
15675 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15676 standard_testfile.
15677
da8c46d2
MM
156782015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15679
15680 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15681 * gdb.btrace/instruction_history.exp: Update.
15682 * gdb.btrace/tsx.exp: New.
15683 * gdb.btrace/tsx.c: New.
15684
de1c2c52
PA
156852015-08-06 Pedro Alves <palves@redhat.com>
15686
15687 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15688 increase timeout.
15689 * gdb.reverse/until-precsave.exp: Bump timeouts.
15690
782e0bf4
PA
156912015-08-06 Pedro Alves <palves@redhat.com>
15692
15693 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15694
83e97ed0
PA
156952015-08-06 Pedro Alves <palves@redhat.com>
15696
15697 PR gdb/18749
15698 * gdb.threads/process-dies-while-handling-bp.c: New file.
15699 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15700
863d01bd
PA
157012015-08-06 Pedro Alves <palves@redhat.com>
15702
15703 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15704 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15705
0a39bb32
PA
157062015-08-05 Pedro Alves <palves@redhat.com>
15707
15708 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15709 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15710
ee2d2b10
SL
157112015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15712
15713 * gdb.base/bp-permanent.exp: Report test as unsupported if
15714 the target cannot stop at the permanent breakpoint.
15715
4e1bdb00
DE
157162015-08-03 Doug Evans <dje@google.com>
15717
15718 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15719 10000.
15720
3d338901
DE
157212015-08-03 Doug Evans <dje@google.com>
15722
15723 * Makefile.in (workers/%.worker, build-perf): New rule.
15724 (GDB_PERFTEST_MODE): New variable.
15725 (check-perf): Use it.
15726 (clean): Clean up gdb.perf parallel build subdirs.
15727 * lib/build-piece.exp: New file.
15728 * lib/gdb.exp (make_gdb_parallel_path): New function
15729 (standard_output_file, standard_temp_file): Call it.
15730 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15731 of $GDB_PARALLEL.
15732 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15733
af061d3e
DE
157342015-08-03 Doug Evans <dje@google.com>
15735
8e1afc81 15736 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
15737 (LOG_FILE_NAME): New global.
15738 (TextReporter.__init__): Initialize self.txt_sum.
15739 (TextReporter.report): Add support for multiple data-points.
15740 Move report to perftest.sum, put raw data in perftest.log.
15741 (TextReporter.start): Open sum and log files.
15742 (TextReporter.end): Close sum and log files.
8e1afc81
DE
15743 * gdb.perf/lib/perftest/testresult.py
15744 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 15745
2c8c5d37
PA
157462015-07-31 Pedro Alves <palves@redhat.com>
15747
15748 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15749 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15750 kill_wait_spawned_process instead of explicit "kill -9".
15751 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15752 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15753 kill_wait_spawned_process.
15754 * gdb.base/attach-twice.exp: Likewise.
15755 * gdb.base/attach.exp: Likewise.
15756 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15757 gdb_test_multiple.
15758 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15759 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15760 kill_wait_spawned_process.
15761 * gdb.base/valgrind-infcall.exp: Likewise.
15762 * gdb.multi/multi-attach.exp: Likewise.
15763 * gdb.python/py-prompt.exp: Likewise.
15764 * gdb.python/py-sync-interp.exp: Likewise.
15765 * gdb.server/ext-attach.exp: Likewise.
15766 * gdb.threads/attach-into-signal.exp (corefunc): Use
15767 spawn_wait_for_attach, spawn_id_get_pid and
15768 kill_wait_spawned_process.
15769 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15770 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15771 spawn_id_get_pid and kill_wait_spawned_process.
15772 * gdb.threads/attach-stopped.exp (corefunc): Use
15773 spawn_wait_for_attach, spawn_id_get_pid and
15774 kill_wait_spawned_process.
15775 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15776 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15777 kill_wait_spawned_process instead of explicit "kill -9".
15778 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15779 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15780 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15781 processes. Don't map cygwin/windows pids here. Now returns a
15782 spawn id list.
15783
032a0fca
SL
157842015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15785
15786 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15787 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15788 correct patch.
15789
61a934ca
SL
157902015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15791
15792 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15793
4bc4d428
SL
157942015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15795
15796 Reapply:
15797 2014-05-21 Mark Wielaard <mjw@redhat.com>
15798
15799 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15800
998d452a
PA
158012015-07-30 Pedro Alves <palves@redhat.com>
15802
15803 * linux-low.c (handle_extended_wait): Set the child's last
15804 reported status to TARGET_WAITKIND_STOPPED.
15805
69dde7dc
PA
158062015-07-30 Pedro Alves <palves@redhat.com>
15807
15808 PR threads/18600
15809 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15810 only shows inferior 1.
15811
4dd63d48
PA
158122015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15813 Pedro Alves <palves@redhat.com>
15814
15815 PR threads/18600
15816 * gdb.threads/fork-plus-threads.c: New file.
15817 * gdb.threads/fork-plus-threads.exp: New file.
15818
d618e4c5
PP
158192015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15820
15821 * gdb.base/batch-preserve-term-settings.exp
15822 (test_terminal_settings_preserved_after_cli_exit): Use
15823 send_quit_command.
15824
1eef6428
PA
158252015-07-29 Pedro Alves <palves@redhat.com>
15826 Don Breazeal <donb@codesourcery.com>
15827
15828 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15829 output from both inferior_spawn_id and gdb_spawn_id.
15830
7da5b897
SDJ
158312015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15832
15833 * gdb.threads/attach-into-signal.exp (corefunc): Use
15834 with_test_prefix on nested loops, uniquefying the test messages.
15835
dac804df
SDJ
158362015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15837
15838 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15839 commit.
15840
06265e53
PP
158412015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15842
15843 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15844 New proc.
15845 (test_terminal_settings_preserved_after_sigterm): New test.
15846
18206ca3
PP
158472015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15848
15849 * gdb.base/batch-preserve-term-settings.exp
15850 (test_terminal_settings_preserved_after_cli_exit): New test.
15851
90074d11
PP
158522015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15853
15854 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15855 manipulation of saved_gdbflags.
15856 (test_terminal_settings_preserved): Remove global declaration of
15857 the unused variable pagination_prompt. Remove manipulation of
15858 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15859 GDBFLAGS.
15860
eb1a7902
PA
158612015-07-29 Pedro Alves <palves@redhat.com>
15862
15863 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15864
8b75dd3b
PA
158652015-07-29 Pedro Alves <palves@redhat.com>
15866
15867 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15868 at the top.
15869
dedad4e3
PA
158702015-07-29 Pedro Alves <palves@redhat.com>
15871
15872 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15873 (main): Call gdb_unbuffer_output.
15874 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15875 (main): Call gdb_unbuffer_output.
15876 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15877 (main): Call gdb_unbuffer_output.
15878 * gdb.base/call-strs.exp: Adjust to step over the
15879 gdb_unbuffer_output call.
15880 * gdb.base/catch-gdb-caused-signals.c: Include
15881 "../lib/unbuffer_output.c".
15882 (main): Call gdb_unbuffer_output.
15883 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15884 (main): Call gdb_unbuffer_output.
15885 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15886 (main): Call gdb_unbuffer_output.
15887 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15888 (main): Call gdb_unbuffer_output.
15889 * gdb.base/shlib-call.exp: Adjust to step over the
15890 gdb_unbuffer_output call.
15891 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15892 (main): Call gdb_unbuffer_output.
15893 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15894 (main): Call gdb_unbuffer_output.
15895 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15896 (main): Rename to ...
15897 (test): ... this.
15898 (main): Reimplement.
15899 * gdb.base/varargs.exp: Run to test instead of to main.
15900 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15901 (main): Call gdb_unbuffer_output.
15902
58789a91
PA
159032015-07-29 Pedro Alves <palves@redhat.com>
15904
15905 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15906 factore out from mi_continue_dprintf. For call-style dprintfs,
15907 expect dprintf output out of $inferior_spawn_id.
15908 (mi_continue_dprintf): Use mi_expect_dprintf.
15909 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15910 (main): Call gdb_unbuffer_output.
15911
e8376742
PA
159122015-07-29 Pedro Alves <palves@redhat.com>
15913
15914 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15915 (default_mi_gdb_start): Set inferior_spawn_id instead of
15916 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15917 gdb_spawn_id.
15918 (mi_gdb_test): Always expect inferior output from both
15919 $inferior_spawn_id and $gdb_spawn_id.
15920
08280010
PA
159212015-07-29 Pedro Alves <palves@redhat.com>
15922
15923 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15924 send_inferior and $inferior_spawn_id.
15925
4d30e432
PA
159262015-07-29 Pedro Alves <palves@redhat.com>
15927
15928 * gdb.gdb/complaints.exp (test_initial_complaints)
15929 (test_serial_complaints, test_short_complaints): Use
15930 gdb_test_stdio.
15931 (test_empty_complaint): Handle $inferior_spawn_id !=
15932 $gdb_spawn_id.
15933
0d30a335
PA
159342015-07-29 Pedro Alves <palves@redhat.com>
15935
15936 * gdb.base/varargs.exp: Use gdb_test_stdio.
15937
39413b29
PA
159382015-07-29 Pedro Alves <palves@redhat.com>
15939
15940 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15941
7cb000a9
PA
159422015-07-29 Pedro Alves <palves@redhat.com>
15943
15944 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15945
d7b8ac82
PA
159462015-07-29 Pedro Alves <palves@redhat.com>
15947
15948 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15949 parameter into two new parameters, "inf_result" and "gdb_result".
15950 Expect inferior output and gdb output from $inferior_spawn_id and
15951 $gdb_spawn_id, respectively. Adjust all callers.
15952
789c3a0c
PA
159532015-07-29 Pedro Alves <palves@redhat.com>
15954
15955 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15956 of gdb_test_sequence.
15957
77e760c3
PA
159582015-07-29 Pedro Alves <palves@redhat.com>
15959
15960 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15961 (saw_spurious_output): Expect inferior output from
15962 $inferior_spawn_id. Use gdb_test_stdio.
15963
8396d2cd
PA
159642015-07-29 Pedro Alves <palves@redhat.com>
15965
15966 * gdb.base/dprintf.exp: Use standard_testfile. Change
15967 prepare_for_testing call.
15968 (srcfile): Don't set.
15969 (restart): New procedure.
15970 (test_dprintf): New procecure, use to continue over dprintfs.
15971 (test_call, test_agent): New procedures, tests moved here.
15972 Restart gdb and recreate dprintfs. Adjust expected output.
15973
2051d61f
PA
159742015-07-29 Pedro Alves <palves@redhat.com>
15975
15976 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15977
452397af
PA
159782015-07-29 Pedro Alves <palves@redhat.com>
15979
15980 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15981
8aed9555
PA
159822015-07-29 Pedro Alves <palves@redhat.com>
15983
15984 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15985 gdb_test_stdio.
15986
188a61b4
PA
159872015-07-29 Pedro Alves <palves@redhat.com>
15988
15989 * lib/gdb.exp (gdb_test_stdio): New procedure.
15990
12264a45
PA
159912015-07-29 Pedro Alves <palves@redhat.com>
15992
15993 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15994
23ffc893
PA
159952015-07-29 Pedro Alves <palves@redhat.com>
15996
15997 * gdb.base/call-signal-resume.exp: Remove check for
15998 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15999 * gdb.base/unwindonsignal.exp: Likewise.
16000 * gdb.base/call-signals.c (gen_signal): Remove printf call.
16001 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
16002
65566918
PA
160032015-07-29 Pedro Alves <palves@redhat.com>
16004
16005 * gdb.base/siginfo-addr.c (pass): New function.
16006 (handler): Call it iff si_addr is correct.
16007 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
16008 Set a breakpoint at "pass" and continue to it.
16009
d60a9221
SDJ
160102015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
16011
16012 * gdb.python/py-objfile.exp: Make some tests have unique names.
16013 * gdb.python/py-pp-registration.exp: Likewise.
16014
bde40b8f
PA
160152015-07-28 Pedro Alves <palves@redhat.com>
16016
16017 * gdb.server/server-exec-info.exp: Issue a "disconnect".
16018
13e1dec8
SM
160192015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16020
16021 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
16022
da33c9a7
SM
160232015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16024
16025 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
16026
077836f7
PP
160272015-07-27 Patrick Palka <patrick@parcs.ath.cx>
16028
16029 * gdb.base/gdb-sigterm-2.exp: New test.
16030
b8cc7b2e
DE
160312015-07-25 Doug Evans <xdje42@gmail.com>
16032
16033 Revert:
16034 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16035 (workers/%.worker, build-perf): New rule.
16036 (GDB_PERFTEST_MODE): New variable.
16037 (check-perf): Use it.
16038 (clean): Clean up gdb.perf parallel build subdirs.
16039 * lib/build-piece.exp: New file.
16040 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16041 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16042 name.
16043 (standard_temp_file): Ditto.
16044 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16045 of $GDB_PARALLEL.
16046
c8bd4544
DE
160472015-07-24 Doug Evans <dje@google.com>
16048
16049 * gdb.perf/lib/perftest/utils.py: New file.
16050 * gdb.perf/gm-hello.cc: New file.
16051 * gdb.perf/gm-pervasive-typedef.cc: New file.
16052 * gdb.perf/gm-pervasive-typedef.h: New file.
16053 * gdb.perf/gm-std.cc: New file.
16054 * gdb.perf/gm-std.h: New file.
16055 * gdb.perf/gm-use-cerr.cc: New file.
16056 * gdb.perf/gm-utils.h: New file.
16057 * gdb.perf/gmonster-null-lookup.py: New file.
16058 * gdb.perf/gmonster-pervasive-typedef.py: New file.
16059 * gdb.perf/gmonster-print-cerr.py: New file.
16060 * gdb.perf/gmonster-ptype-string.py: New file.
16061 * gdb.perf/gmonster-runto-main.py: New file.
16062 * gdb.perf/gmonster-select-file.py: New file.
16063 * gdb.perf/gmonster1-null-lookup.exp: New file.
16064 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
16065 * gdb.perf/gmonster1-print-cerr.exp: New file.
16066 * gdb.perf/gmonster1-ptype-string.exp: New file.
16067 * gdb.perf/gmonster1-runto-main.exp: New file.
16068 * gdb.perf/gmonster1-select-file.exp: New file.
16069 * gdb.perf/gmonster1.cc: New file.
16070 * gdb.perf/gmonster1.exp: New file.
16071 * gdb.perf/gmonster2-null-lookup.exp: New file.
16072 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
16073 * gdb.perf/gmonster2-print-cerr.exp: New file.
16074 * gdb.perf/gmonster2-ptype-string.exp: New file.
16075 * gdb.perf/gmonster2-runto-main.exp: New file.
16076 * gdb.perf/gmonster2-select-file.exp: New file.
16077 * gdb.perf/gmonster2.cc: New file.
16078 * gdb.perf/gmonster2.exp: New file.
16079
6eab34f3
DE
160802015-07-24 Doug Evans <dje@google.com>
16081
16082 * gdb.perf/README: New file.
16083 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
16084 * lib/gen-perf-test.exp: New file.
16085
63738bfd
DE
160862015-07-24 Doug Evans <dje@google.com>
16087
16088 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
16089 (PerfTest::startup): New function.
16090 (PerfTest::run): Return result of calling body.
16091 (PerfTest::assemble): Rewrite.
16092 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16093 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16094 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16095 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16096 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16097
7b606f95
DE
160982015-07-24 Doug Evans <dje@google.com>
16099
16100 * lib/gdb.exp (clean_restart): Make executable optional.
16101
a97b16b8
DE
161022015-07-24 Doug Evans <dje@google.com>
16103
16104 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16105 compiler_info references.
16106 * gdb.cp/temargs.exp: Ditto.
16107 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16108 (get_compiler_info): Early exit if already computed. Set compiler_info
16109 to "unknown" if there was a problem.
16110 (test_compiler_info): Add function comment. Call get_compiler_info.
16111
35baa57f
DE
161122015-07-24 Doug Evans <dje@google.com>
16113
16114 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16115 (workers/%.worker, build-perf): New rule.
16116 (GDB_PERFTEST_MODE): New variable.
16117 (check-perf): Use it.
16118 (clean): Clean up gdb.perf parallel build subdirs.
16119 * lib/build-piece.exp: New file.
16120 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16121 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16122 name.
16123 (standard_temp_file): Ditto.
16124 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16125 of $GDB_PARALLEL.
16126
6ebea266
DE
161272015-07-24 Doug Evans <dje@google.com>
16128
16129 * lib/future.exp (gdb_default_target_compile): New option
16130 "early_flags".
16131 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16132 --as-needed.
16133
1e76a7e9
SDJ
161342015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16135
16136 * gdb.base/catch-syscall.exp: Call gdb_exit before
16137 gdb_skip_xml_test.
16138
5068630a
PA
161392015-07-24 Pedro Alves <palves@redhat.com>
16140
16141 * gdb.python/py-events.exp: Accept output between the stop event
16142 and the prompt.
16143 * gdb.python/py-evsignal.exp: Likewise.
16144 * gdb.python/py-evthreads.exp: Likewise.
16145
77598427
PA
161462015-07-24 Pedro Alves <palves@redhat.com>
16147
16148 PR gdb/18717
16149 * gdb.threads/non-ldr-exit.c: New file.
16150 * gdb.threads/non-ldr-exit.exp: New file.
16151
11e6c98f
YQ
161522015-07-24 Yao Qi <yao.qi@linaro.org>
16153
16154 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16155 restarting process.
16156
51aee833
YQ
161572015-07-24 Yao Qi <yao.qi@linaro.org>
16158
16159 * gdb.server/ext-restart.exp: New file.
16160
8cfe207c
YQ
161612015-07-24 Yao Qi <yao.qi@linaro.org>
16162
16163 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16164 argument options.
16165 * gdb.server/ext-wrapper.exp: New file.
16166
cc12ce38
DE
161672015-07-23 Doug Evans <dje@google.com>
16168
16169 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16170 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16171
d0d84780
PMR
161722015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16173
16174 * gdb.ada/var_arr_typedef.exp: New testcase.
16175 * gdb.ada/var_arr_typedef/pack.adb: New file.
16176 * gdb.ada/var_arr_typedef/pack.ads: New file.
16177 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16178
8b558f79
JB
161792015-07-20 Joel Brobecker <brobecker@adacore.com>
16180
16181 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16182
775a3298
JK
161832015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16184
16185 * gdb.arch/i386-biarch-core.exp: Replace istarget
16186 by "complete set gnutarget". Remove expectation for the "core-file"
16187 command.
16188
db1ff28b
JK
161892015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16190
16191 Revert the previous commit:
16192 Tests for validate symbol file using build-id.
16193
0a94970d
JK
161942015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16195
16196 Tests for validate symbol file using build-id.
16197 * gdb.base/solib-mismatch-lib.c: New file.
16198 * gdb.base/solib-mismatch-libmod.c: New file.
16199 * gdb.base/solib-mismatch.c: New file.
16200 * gdb.base/solib-mismatch.exp: New file.
16201
03346981
SL
162022015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16203
16204 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16205 nios2-*-linux*.
16206 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16207 * gdb.base/siginfo.exp: Likewise.
16208 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16209
42422cc7
PL
162102015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16211
16212 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16213 Move it to ...
16214 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16215 ... here.
16216 * gdb.trace/range-stepping.exp: Check that the target supports
16217 range stepping.
16218
cfa68bae
JK
162192015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16220
16221 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16222
8ffdba26
PA
162232015-07-14 Pedro Alves <palves@redhat.com>
16224
16225 * gdb.base/killed-outside.exp: New file.
16226 * gdb.base/killed-outside.c: New file.
16227
218a5a11
JK
162282015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16229
16230 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16231 (n at main): New.
16232 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16233
e03ed3c6
AA
162342015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16235
16236 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16237 infcall tests instead of setting up for KFAIL.
16238
485668e5
MM
162392015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16240
16241 * gdb.btrace/record_goto-step.exp: New.
16242
08464196
JK
162432015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16244
16245 PR compile/18484
16246 * gdb.compile/compile.c (struct struct_type): Add volatile to
16247 selffield's type.
16248 * gdb.compile/compile.exp
16249 (compile code struct_object.selffield = &struct_object): Skip further
16250 struct_object tests if this one xfails.
16251
bcf5c1d9
RC
162522015-07-08 Robert O'Callahan <robert@ocallahan.org>
16253
16254 PR exp/18617
16255 * gdb.trace/ax.exp: Add test.
16256
4931af25
YQ
162572015-07-07 Yao Qi <yao.qi@linaro.org>
16258
16259 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16260 instead of istarget "aarch64*-*-*".
16261 * gdb.arch/aarch64-fp.exp: Likewise.
16262 * gdb.base/float.exp: Likewise.
16263 * gdb.reverse/aarch64.exp: Likewise.
16264 * lib/gdb.exp (is_aarch64_target): New proc.
16265
9fcf688e
YQ
162662015-07-07 Yao Qi <yao.qi@linaro.org>
16267
16268 * lib/gdb.exp (is_aarch32_target): New proc.
16269 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16270 instead of "istarget "arm*-*-*"".
16271 * gdb.arch/arm-disp-step.exp: Likewise.
16272 * gdb.arch/thumb-bx-pc.exp: Likewise.
16273 * gdb.arch/thumb-prologue.exp: Likewise.
16274 * gdb.arch/thumb-singlestep.exp: Likewise.
16275 * gdb.base/disp-step-syscall.exp: Likewise.
16276 * gdb.base/float.exp: Likewise.
16277
fbd8d50d
YQ
162782015-07-07 Yao Qi <yao.qi@linaro.org>
16279
16280 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16281 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16282
71be1fdc
YQ
162832015-07-07 Yao Qi <yao.qi@linaro.org>
16284
16285 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16286 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16287 if it exists.
16288 * gdb.multi/multi-arch.exp: Likewise.
16289
3e221d36
SM
162902015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16291
16292 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16293 print.
16294
d441430b
YQ
162952015-07-07 Yao Qi <yao.qi@linaro.org>
16296
16297 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16298
06f810bd
MG
162992015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16300
16301 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16302 '[' and ']' characters.
16303
5e61e7c0
IB
163042015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16305
16306 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16307
28bf096c
PA
163082015-06-29 Pedro Alves <palves@redhat.com>
16309
16310 PR threads/18127
16311 * gdb.threads/hand-call-new-thread.c: New file.
16312 * gdb.threads/hand-call-new-thread.c: New file.
16313
ee93cd5e
KS
163142015-06-26 Keith Seitz <keiths@redhat.com>
16315 Doug Evans <dje@google.com>
16316
16317 PR 16253
16318 * gdb.cp/var-tag-2.cc: New file.
16319 * gdb.cp/var-tag-3.cc: New file.
16320 * gdb.cp/var-tag-4.cc: New file.
16321 * gdb.cp/var-tag.cc: New file.
16322 * gdb.cp/var-tag.exp: New file.
16323
fc637f04
PP
163242015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16325
16326 * gdb.base/history-duplicates.exp: New test.
16327
2e52ae68
PP
163282015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16329
16330 * gdb.base/completion.exp: Test the completion of the "focus"
16331 command.
16332
6e22494e
JK
163332015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16334
16335 * gdb.arch/amd64-prologue-skip.S: New file.
16336 * gdb.arch/amd64-prologue-skip.exp: New file.
16337
bf7b9cd9
SM
163382015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16339
16340 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16341 is_address_zero_readable check.
16342
201e8dfd
PB
163432015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16344
16345 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16346 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16347
5cd867b4
YQ
163482015-06-24 Yao Qi <yao.qi@linaro.org>
16349
16350 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16351 linux targets.
16352
4d7be007
YQ
163532015-06-24 Yao Qi <yao.qi@linaro.org>
16354
16355 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16356 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16357 * gdb.base/siginfo-thread.exp: Likewise.
16358
07fcd301
YQ
163592015-06-22 Yao Qi <yao.qi@linaro.org>
16360
16361 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16362
52042a00
YQ
163632015-06-22 Yao Qi <yao.qi@linaro.org>
16364
16365 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16366 aarch64*-*-*.
16367 (skip_hw_watchpoint_tests): Likewise.
16368
74bd41ce
PP
163692015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16370
16371 * gdb.base/gdbinit-history.exp: Test the interaction between
16372 setting GDBHISTSIZE and setting the history size via .gdbinit.
16373
bc460514
PP
163742015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16375
16376 PR gdb/16999
16377 * gdb.base/gdbhistsize-history.exp: New test.
16378
b58c513b
PP
163792015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16380
16381 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16382 with GDBHISTSIZE.
16383 * gdb.base/readline.exp: Likewise.
16384
92046791
YQ
163852015-06-17 Yao Qi <yao.qi@linaro.org>
16386
16387 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16388 line.
16389
2093d2d3
PP
163902015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16391
16392 * gdb.base/gdbinit-history.exp: Add test case to check that
16393 an unlimited history file does not get truncated on exit.
16394
e6c693af
AA
163952015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16396
16397 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16398 (VECTOR): New macro. Use it...
16399 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16400 ...for these typedefs.
16401 (int8, char1, int1, double1): New typedefs.
16402 (struct just_int2, struct two_int2): New structures.
16403 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16404 (add_structvecs, add_singlevecs): New functions.
16405 (main): Call add_some_intvecs twice.
16406 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16407 the compile and exit upon failure. Try compiling for the "native"
16408 architecture. Test inferior function calls with vector arguments
16409 and vector return value handling with "finish" and "return".
16410
c74f7d1c
JT
164112015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16412
16413 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16414 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16415 PE file.
16416 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16417
98aa42ee
AT
164182015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16419
16420 PR breakpoints/16465
16421 * gdb.mi/mi-dprintf-pending.c: New file.
16422 * gdb.mi/mi-dprintf-pending.exp: New test.
16423 * gdb.mi/mi-dprintf-pendshr.c: New file.
16424
7d73c23c 164252015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 16426 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
16427
16428 * gdb.arch/i386-mpx-map.c: New file.
16429 * gdb.arch/i386-mpx-map.exp: New File.
16430
164312015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16432
16433 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16434 * gdb.arch/i386-mpx.exp: Indentation fixed.
16435
164362015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16437
16438 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16439 function and improved indentation.
16440 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16441 gdb_test_multiple. Added additional tests to skip the test.
16442
164432015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16444
16445 * gdb.arch/i386-avx512.c: Change path in include file.
16446 * gdb.arch/i386-avx512.exp: Change include dir path
16447 compilation flag.
16448 * gdb.arch/i386-mpx.c: Change path in include file.
16449 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16450 flag.
16451
d5eba19a
JK
164522015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16453
16454 * gdb.compile/compile-print.exp (compile print *vararray@3)
16455 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16456
7f361056
JK
164572015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16458
16459 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16460 (do not keep jit in memory): ... this.
16461 (expect 5): Change it to ...
16462 (expect no 5): ... this.
16463
3b462ec2
SM
164642015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16465
16466 PR gdb/15564
16467 * gdb.mi/mi-detach.exp: New file.
16468
e0619de6
JK
164692015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16470
16471 PR symtab/18392
16472 * gdb.arch/amd64-tailcall-self.S: New file.
16473 * gdb.arch/amd64-tailcall-self.c: New file.
16474 * gdb.arch/amd64-tailcall-self.exp: New file.
16475
e970cb34
DB
164762015-05-28 Don Breazeal <donb@codesourcery.com>
16477
16478 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16479 tests for remote targets by checking is_target_gdbserver.
16480
b2e2f908
DE
164812015-05-27 Doug Evans <dje@google.com>
16482
16483 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16484 * gdb.dwarf2/opaque-type-lookup.c: New file.
16485 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16486
82c7be31
DE
164872015-05-26 Doug Evans <dje@google.com>
16488
16489 * gdb.cp/iostream.cc: New file.
16490 * gdb.cp/iostream.exp: New file.
16491
b4f54984
DE
164922015-05-26 Doug Evans <dje@google.com>
16493
16494 * gdb.dwarf2/dw2-op-call.exp: Update.
16495 * gdb.dwarf2/dw4-sig-types.exp: Update.
16496 * gdb.dwarf2/implptr.exp: Update.
16497 * gdb.mi/mi-cmd-param-changed.exp: Update.
16498
4ea6efe9
DE
164992015-05-26 Doug Evans <dje@google.com>
16500
16501 * gdb.python/py-lazy-string.c: New file.
16502 * gdb.python/py-lazy-string.exp: New file.
16503 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16504 (main): Update. Add estring3.
16505 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16506 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16507
f6bb7db3
YQ
165082015-05-26 Omair Javaid <omair.javaid@linaro.org>
16509 Yao Qi <yao.qi@linaro.org>
16510
16511 * gdb.reverse/aarch64.c: New.
16512 * gdb.reverse/aarch64.exp: New.
16513
a81bfbd0
OJ
165142015-05-26 Omair Javaid <omair.javaid@linaro.org>
16515
25d49b86
PA
16516 * lib/gdb.exp (supports_process_record): Return true for
16517 aarch64*-linux*.
a81bfbd0
OJ
16518 (supports_reverse): Likewise.
16519
158bf1b4
PP
165202015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16521
16522 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16523 Use with_test_prefix.
16524
a0145030
AB
165252015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16526
16527 * gdb.base/completion.exp: Add test for completion of layout
16528 names.
16529
ebe3b578
AB
165302015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16531
16532 * lib/gdb.exp (skip_tui_tests): New proc.
16533 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16534
84204ed7
PA
165352015-05-19 Pedro Alves <palves@redhat.com>
16536
16537 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16538 Save the whole env array instead of just HOME. Unset HISTSIZE in
16539 the environment while testing. Restore whole environment
16540 afterwards.
16541
37442ce1
DE
165422015-05-16 Doug Evans <xdje42@gmail.com>
16543
16544 * gdb.guile/scm-ports.c: New file.
16545 * gdb.guile/scm-ports.exp: Add memory port tests.
16546
36de76f9
JK
165472015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16548
16549 * gdb.compile/compile-print.c: New file.
16550 * gdb.compile/compile-print.exp: New file.
16551
3a9558c4
JK
165522015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16553
16554 * gdb.compile/compile-ops.exp: Cast param to void.
16555 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16556 (compile code struct_object.selffield = &struct_object): Add xfail.
16557
aa715135
JG
165582015-05-15 Joel Brobecker <brobecker@adacore.com>
16559
16560 * gdb.ada/arr_enum_with_gap: New testcase.
16561
931e5bc3
JG
165622015-05-15 Joel Brobecker <brobecker@adacore.com>
16563
16564 * gdb.ada/byte_packed_arr: New testcase.
16565
9cd4d857
JB
165662015-05-15 Joel Brobecker <brobecker@adacore.com>
16567
16568 * gdb.ada/pckd_neg: New testcase.
16569
ebfd00d2
PP
165702015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16571
16572 PR gdb/17820
16573 * gdb.base/gdbinit-history.exp: New test.
16574 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16575 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16576
4c082a81
SC
165772015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16578
16579 * gdb.python/py-xmethods.cc: Enhance test case.
16580 * gdb.python/py-xmethods.exp: New tests.
16581 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16582 function.
16583 (B_indexoper): Likewise.
16584 (global_dm_list) : Add new xmethod worker functions.
16585
f7797074
SDJ
165862015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16587
16588 * gdb.base/coredump-filter.exp: Correctly unset
16589 "coredump_var_addr" array.
16590
a4674e4e
PA
165912015-05-08 Pedro Alves <palves@redhat.com>
16592
16593 * gdb.server/non-existing-program.exp: Unset spawn_id.
16594
df2eb078
SC
165952015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16596
16597 PR python/18291
16598 * gdb.python/py-xmethods.exp: Add tests.
16599
422349a3
YQ
166002015-05-08 Yao Qi <yao.qi@linaro.org>
16601
16602 PR gdb/18208
16603 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16604 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16605 function set_coredump_filter, and remove remote_exec call.
16606 Remove argument ipid. Callers update.
16607 (top level): Don't get inferior's PID.
16608
63fc80ce
AA
166092015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16610
16611 * gdb.base/watch_thread_num.exp: Skip test on targets without
16612 access watchpoints.
16613
80ad801e
PA
166142015-05-06 Pedro Alves <palves@redhat.com>
16615
16616 PR server/18081
16617 * gdb.server/non-existing-program.exp: New file.
16618
0fa7fe50
JB
166192015-05-05 Joel Brobecker <brobecker@adacore.com>
16620
16621 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16622
3ea89b92
PMR
166232015-05-05 Joel Brobecker <brobecker@adacore.com>
16624
16625 * gdb.ada/out_of_line_in_inlined: New testcase.
16626
87b8eff0
JB
166272015-05-05 Joel Brobecker <brobecker@adacore.com>
16628
16629 * gdb.ada/var_rec_arr: New testcase.
16630
5fccc635
YQ
166312015-04-30 Yao Qi <yao.qi@linaro.org>
16632
16633 * gdb.base/break-idempotent.exp: If
16634 skip_hw_watchpoint_multi_tests returns true, skip the tests
16635 on "rwatch" and "awatch".
16636
42d38f42
YQ
166372015-04-30 Yao Qi <yao.qi@linaro.org>
16638
16639 * gdb.base/relativedebug.exp: Invoke gdb command
16640 "info sharedlibrary", and if libc.so doesn't have debug info,
16641 skip the test.
16642
2ce1cdbf
DE
166432015-04-29 Doug Evans <dje@google.com>
16644
16645 * gdb.python/py-xmethods.exp: Add ptype tests.
16646 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16647 get_result_type method.
16648
f24a38c5
LM
166492015-04-29 Luis Machado <lgustavo@codesourcery.com>
16650
16651 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16652 the target does not support hardware watchpoints.
16653
ecbf2b3c
LM
166542015-04-29 Luis Machado <lgustavo@codesourcery.com>
16655
16656 * gdb.base/break-always.exp: Abort testing if writing to memory
16657 causes an error.
16658
34f5f757
DE
166592015-04-28 Doug Evans <dje@google.com>
16660
16661 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16662 * gdb.python/py-pp-registration.exp: ... here. New file.
16663 * gdb.python/py-pp-registration.c: New file.
16664 * gdb.python/py-pp-registration.py: New file.
16665
69b4374a
DE
166662015-04-28 Doug Evans <dje@google.com>
16667
16668 * gdb.python/py-bad-printers.c: New file.
16669 * gdb.python/py-bad-printers.py: New file.
16670 * gdb.python/py-bad-printers.exp: New file.
16671
59fb7612
SS
166722015-04-28 Sasha Smundak <asmundak@google.com>
16673
16674 * gdb.python/py-type.exp: New test.
16675
2631b16a
AW
166762015-04-28 Andy Wingo <wingo@igalia.com>
16677
16678 * gdb.python/py-parameter.exp:
16679 * gdb.guile/scm-parameter.exp: Escape the path that we are
16680 matching against, as it might contain characters that are special
16681 to regular expressions.
16682
460efde1
JB
166832015-04-27 Joel Brobecker <brobecker@adacore.com>
16684
16685 * gdb.ada/rec_comp: New testcase.
16686
2d369d8e
SDJ
166872015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16688
16689 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16690 before using it.
16691
cf75d6c3
AB
166922015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16693
16694 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16695 new tests for verilog output.
16696
8dbe7ca5
YQ
166972015-04-24 Yao Qi <yao.qi@linaro.org>
16698
16699 * boards/remote-gdbserver-on-localhost.exp: New file.
16700
4ef9fb2f
PA
167012015-04-23 Pedro Alves <palves@redhat.com>
16702
16703 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16704 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16705 "end of file", remove $inferior_spawn_id from the indirect list.
16706
0a803169
PA
167072015-04-23 Pedro Alves <palves@redhat.com>
16708
16709 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16710
749ef8f8
PA
167112015-04-23 Pedro Alves <palves@redhat.com>
16712
16713 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16714 on $any_spawn_id instead of only on $gdb_spawn_id.
16715
8aae4344
PM
167162015-04-21 Pierre Muller <muller@sourceware.org>
16717
16718 PR pascal/17815
16719 * lib/pascal.exp (gpc_compile): Add new option "class".
16720 (fpc_compile): Likewise.
16721 * gdb.pascal/case-insensitive-symbols.pas: New file.
16722 * gdb.pascal/case-insensitive-symbols.exp: New file.
16723
1586c8fb
GB
167242015-04-20 Gary Benson <gbenson@redhat.com>
16725
16726 * gdb.base/attach.exp: Fix three extended remote failures.
16727
1b6e6f5c
GB
167282015-04-17 Gary Benson <gbenson@redhat.com>
16729
16730 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16731 the main executable over the remote protocol.
16732
e797481d
PA
167332015-04-16 Pedro Alves <palves@redhat.com>
16734
16735 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16736 a new gdbserver if gdbserver_reconnect_p is set.
16737
1ca99c42
PA
167382015-04-16 Pedro Alves <palves@redhat.com>
16739
16740 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16741 is set, don't exit gdbserver.
16742
af9fd6f8
AA
167432015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16744
16745 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16746 appropriate .insn, such that an older assembler can be used.
16747 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16748 the z/Architecture instruction set on 31-bit targets as well.
16749
04ff1e61
AA
167502015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16751
16752 * gdb.go/handcall.exp: Remove all logic related to the first
16753 breakpoint and rely on go_runto_main instead.
16754 * gdb.go/strings.exp: Likewise.
16755 * gdb.go/unsafe.exp: Likewise.
16756 * gdb.go/hello.exp: Likewise. Also rename the remaining
16757 breakpoint marker to "breakpoint 1".
16758 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16759 * gdb.go/strings.go: Likewise.
16760 * gdb.go/unsafe.go: Likewise.
16761 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16762 "set breakpoint 2 here" and rename the remaining breakpoint marker
16763 to "breakpoint 1".
16764
40d2f8d6
SM
167652015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16766
16767 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16768 if itertools.imap is not present.
16769 * gdb.python/py-objfile.exp: Add parentheses.
16770 * gdb.python/py-type.exp: Same.
16771 * gdb.python/py-unwind-maint.py: Same.
16772
8cbc97c6
YQ
167732015-04-15 Yao Qi <yao.qi@linaro.org>
16774
16775 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16776 of ":$ptr_size" and set its form explicitly.
16777
45fd756c
YQ
167782015-04-15 Pedro Alves <palves@redhat.com>
16779 Yao Qi <yao.qi@linaro.org>
16780
16781 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16782 timeout by factor of 4.
16783 (test_regular_watch): Likewise.
16784 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16785 * gdb.reverse/sigall-reverse.exp: Likewise.
16786 * gdb.reverse/until-precsave.exp: Likewise.
16787 * lib/gdb.exp (with_timeout_factor): New proc.
16788 (gdb_expect): Move some code to ...
16789 (get_largest_timeout): ... here. New procedure.
16790
9e811bc3
LM
167912015-04-14 Luis Machado <lgustavo@codesourcery.com>
16792
16793 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16794
0ff6fcb2
LM
167952015-04-13 Luis Machado <lgustavo@codesourcery.com>
16796
16797 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16798 to write to the .text section.
16799
7578d5f7
LM
168002015-04-13 Luis Machado <lgustavo@codesourcery.com>
16801
16802 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16803 Handle the case of targets that do not provide PID information.
16804
2efe15c4
YQ
168052015-04-13 Yao Qi <yao.qi@linaro.org>
16806
16807 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16808 and use expect instead of gdb_expect.
16809
8cd8f2f8
SDJ
168102015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16811
16812 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16813 "coredump_var_addr" to avoid naming conflict with other testcases.
16814
9ee41772
PA
168152015-04-10 Pedro Alves <palves@redhat.com>
16816
16817 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16818 gdb_test_sequence and gdb_assert.
16819
07473109
PA
168202015-04-10 Pedro Alves <palves@redhat.com>
16821
16822 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16823 test messages that don't include the breakpoint address.
16824
de3db44c
YQ
168252015-04-10 Yao Qi <yao.qi@linaro.org>
16826
16827 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16828 false for some offset and width combinations which aren't
16829 supported by linux kernel.
16830
c79d856c
PA
168312015-04-10 Pedro Alves <palves@redhat.com>
16832
16833 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16834 procedure, factored out from ...
16835 (top level): ... here. Add "set displaced-stepping" testing axis.
16836 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16837 parameter "displaced". Use it.
16838 (top level): Use foreach and add "set displaced-stepping" testing
16839 axis.
16840
ebc90b50
PA
168412015-04-10 Pedro Alves <palves@redhat.com>
16842
16843 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16844 Remove comment.
16845 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16846 both the address of the instruction that triggers the watchpoint
16847 and the address of the instruction immediately after, and use
16848 those addresses for the test. Fix comment.
16849
8f572e5c
PA
168502015-04-10 Pedro Alves <palves@redhat.com>
16851
16852 * gdb.base/sigstep.exp (breakpoint_to_handler)
16853 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16854 Test "backtrace" in handler.
16855 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16856 (top level): Add new "displaced" test axis to
16857 breakpoint_to_handler, breakpoint_to_handler_entry and
16858 breakpoint_over_handler.
16859
8d707a12
PA
168602015-04-10 Pedro Alves <palves@redhat.com>
16861
16862 PR gdb/18216
16863 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16864
ef713951
YQ
168652015-04-10 Yao Qi <yao.qi@linaro.org>
16866
16867 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16868 (test_add_rn_pc): New function.
16869 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16870 (top level): Invoke test_add_rn_pc.
16871
906d60cf
PA
168722015-04-10 Pedro Alves <palves@redhat.com>
16873
16874 PR gdb/13858
16875 * gdb.base/step-over-no-symbols.exp: New file.
16876
f2983cc3
AW
168772015-04-09 Andy Wingo <wingo@igalia.com>
16878
16879 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16880 after the Python tests.
16881
6d62641c
SDJ
168822015-04-08 Keith Seitz <keiths@redhat.com>
16883
16884 PR python/16699
16885 * gdb.python/py-completion.exp: New tests for completion.
16886 * gdb.python/py-completion.py (CompleteLimit1): New class.
16887 (CompleteLimit2): Likewise.
16888 (CompleteLimit3): Likewise.
16889 (CompleteLimit4): Likewise.
16890 (CompleteLimit5): Likewise.
16891 (CompleteLimit6): Likewise.
16892 (CompleteLimit7): Likewise.
16893
f3770638
PA
168942015-04-08 Pedro Alves <palves@redhat.com>
16895
16896 PR gdb/18214
16897 PR gdb/18216
16898 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16899 function.
16900 (main): Install it as SIGUSR1 handler.
16901 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16902 parameter. Always use "setup" as prefix. Toggle "set
16903 displaced-stepping" off/on depending on global. Don't switch to
16904 thread 1 here.
16905 (top level): Add displaced stepping "off/on" test axis. Update
16906 "setup" calls. Wrap each subtest with with_test_prefix. Test
16907 continuing with a queued signal in each thread.
16908
4496bed7
PA
169092015-04-08 Pedro Alves <palves@redhat.com>
16910
16911 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16912 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16913 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16914 Return early if running to main fails.
16915 * gdb.trace/while-stepping.exp: Likewise.
16916
b97fde92
PA
169172015-04-07 Pedro Alves <palves@redhat.com>
16918
16919 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16920 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16921 interact with inferior program.
16922
f71c18e7
PA
169232015-04-07 Pedro Alves <palves@redhat.com>
16924
16925 * lib/gdb.exp (inferior_spawn_id): New global.
16926 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16927 spawn id after processing the user code.
16928 (default_gdb_start): Set inferior_spawn_id.
16929 (send_inferior): New procedure.
16930 * lib/gdbserver-support.exp (gdbserver_start): Set
16931 inferior_spawn_id.
16932 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16933
6423214f
PA
169342015-04-07 Pedro Alves <palves@redhat.com>
16935
16936 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16937 * lib/gdbserver-support.exp (gdbserver_start): Make
16938 $server_spawn_id global.
16939 (gdbserver_start): Don't wait for gdbserver's spawn id with
16940 expect_background.
16941 (close_gdbserver): New procedure.
16942 (gdb_exit): Rename the default version and reimplement.
16943
71c0ee8c
PA
169442015-04-07 Pedro Alves <palves@redhat.com>
16945
72f4393d 16946 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
16947 append the substituted item, not the original item.
16948
203bc29b
PA
169492015-04-07 Pedro Alves <palves@redhat.com>
16950
16951 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16952 gdb_expect.
16953
508a3ddf
PA
169542015-04-07 Pedro Alves <palves@redhat.com>
16955
16956 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16957 output appearing once only.
16958
9f6dbe2b
PA
169592015-04-07 Pedro Alves <palves@redhat.com>
16960
16961 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16962 that doesn't expect anything. Return early if running to main
16963 fails.
16964
337532fa
YQ
169652015-04-07 Yao Qi <yao.qi@linaro.org>
16966
16967 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16968 (child_function): Call alarm.
16969 (main): Move call to alarm into the loop.
16970 * gdb.threads/non-stop-fair-events.exp: Build program with
16971 -DTIMEOUT=$timeout.
16972
01b622d4
DE
169732015-04-06 Doug Evans <xdje42@gmail.com>
16974
16975 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16976 Fix dest parameter to board_info.
16977 (fpc_compile): Ditto.
16978 (gdb_compile_pascal): Rename dest arg to destfile.
16979
961f4160
PMR
169802015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16981
16982 * gdb.ada/funcall_ref.exp: New file.
16983 * gdb.ada/funcall_ref/foo.adb: New file.
16984
cafda597
YQ
169852015-04-02 Yao Qi <yao.qi@linaro.org>
16986
16987 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16988 is remote.
16989
fed040c6
GB
169902015-04-02 Gary Benson <gbenson@redhat.com>
16991
16992 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16993
d11916aa
SS
169942015-04-01 Sasha Smundak <asmundak@google.com>
16995
16996 * gdb.python/py-unwind-maint.c: New file.
16997 * gdb.python/py-unwind-maint.exp: New test.
16998 * gdb.python/py-unwind-maint.py: New file.
16999 * gdb.python/py-unwind.c: New file.
17000 * gdb.python/py-unwind.exp: New test.
17001 * gdb.python/py-unwind.py: New test.
17002
a1471180
PA
170032015-04-01 Pedro Alves <palves@redhat.com>
17004
17005 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
17006 to fail instead of non-existent $test.
17007
0bbeccb1
PA
170082015-04-01 Pedro Alves <palves@redhat.com>
17009
17010 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
17011 GDBFLAGS if not empty.
17012
3c724c8c
PMR
170132015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
17014
17015 * gdb.ada/complete.exp: Remove "multi_line".
17016 * gdb.ada/info_exc.exp: Remove "multi_line".
17017 * gdb.ada/packed_tagged.exp: Remove "multi_line".
17018 * gdb.ada/ptype_field.exp: Remove "multi_line".
17019 * gdb.ada/sym_print_name.exp: Remove "multi_line".
17020 * gdb.ada/tagged.exp: Remove "multi_line".
17021 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
17022 [multi_line ...]
17023 * gdb.btrace/delta.exp: Likewise.
17024 * gdb.btrace/exception.exp: Likewise.
17025 * gdb.btrace/function_call_history.exp: Likewise.
17026 * gdb.btrace/instruction_history.exp: Likewise.
17027 * gdb.btrace/nohist.exp: Likewise.
17028 * gdb.btrace/record_goto.exp: Likewise.
17029 * gdb.btrace/segv.exp: Likewise.
17030 * gdb.btrace/stepi.exp: Likewise.
17031 * gdb.btrace/tailcall.exp: Likewise.
17032 * gdb.btrace/unknown_functions.exp: Likewise.
17033 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
17034 * lib/gdb.exp: Add the "multi_line" helper.
17035
4eec2deb
PA
170362015-04-01 Pedro Alves <palves@redhat.com>
17037
17038 * gdb.threads/tid-reuse.c: New file.
17039 * gdb.threads/tid-reuse.exp: New file.
17040
df8411da
SDJ
170412015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
17042
17043 PR corefiles/16092
17044 * gdb.base/coredump-filter.c: New file.
17045 * gdb.base/coredump-filter.exp: Likewise.
17046
6ef37366
PM
170472015-03-27 Petr Machata <pmachata@redhat.com>
17048
17049 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
17050 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
17051 (Dwarf::assemble): Initialize them.
17052 (Dwarf::lines): New function.
17053
7ec911b0
JT
170542015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
17055
17056 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
17057 SYMBOL_PREFIX for x86_64-*-cygwin.
17058
ff908ebf
AW
170592015-03-26 Andy Wingo <wingo@igalia.com>
17060
17061 PR symtab/18148
17062 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
17063 const_value but not a location.
17064 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
17065 location defined in non-main CUs are visible.
17066
6d5f0679
YQ
170672015-03-26 Yao Qi <yao.qi@linaro.org>
17068
17069 PR testsuite/18139
17070 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
17071 Add a line number entry for the same line.
17072 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
17073 Add a line number entry for the same line.
17074
2898689b
YQ
170752015-03-26 Yao Qi <yao.qi@linaro.org>
17076
17077 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
17078 .int 0.
17079 (func): Likewise. Add .Lfunc_1 label.
17080 Use .Lfunc_1 label.
17081 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
17082 .int 0.
17083 (func): Likewise.
17084 Use .Lfunc_1 label.
17085
85180498
YQ
170862015-03-26 Yao Qi <yao.qi@linaro.org>
17087
17088 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
17089 Call gdb_compile instead to compile each .s files without debug
17090 information.
17091
8aa08a8d
YQ
170922015-03-26 Yao Qi <yao.qi@linaro.org>
17093
17094 * gdb.base/savedregs.exp (process_saved_regs): Make
17095 "Saved registers:" optional in the pattern.
17096
66849923
MM
170972015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17098
17099 * gdb.btrace/next.exp: Merged into step.exp.
17100 * gdb.btrace/finish.exp: Merged into step.exp.
17101 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17102 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17103 "record goto" and checking the exact replay position.
17104 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17105 check for "Recording format" in "info record" output.
17106 * gdb.btrace/record_goto.exp: Choose test file based on target.
17107 * gdb.btrace/x86-record_goto.S: Renamed into ...
17108 * gdb.btrace/x86_64-record_goto.S: ... this.
17109 * gdb.btrace/i686-record_goto.S: New.
17110 * gdb.btrace/x86-tailcall.S: Renamed into ...
17111 * gdb.btrace/x86_64-tailcall.S: ... this.
17112 * gdb.btrace/i686-tailcall.S: New.
17113 * gdb.btrace/x86-tailcall.c: Renamed into ...
17114 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17115 separate statements. Update test.
17116 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17117 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17118 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17119 * gdb.btrace/tailcall.exp: Choose test file based on target.
17120 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17121
11cc1b74
MM
171222015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17123
17124 * gdb.btrace/exception.exp: Increase BTS buffer size.
17125
a25d8bf9
PA
171262015-03-24 Pedro Alves <palves@redhat.com>
17127
17128 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17129
856e7dd6
PA
171302015-03-24 Pedro Alves <palves@redhat.com>
17131
17132 * gdb.threads/schedlock.exp (test_step): No longer expect that
17133 "set scheduler-locking step" with "next" over a function call runs
17134 threads unlocked.
17135
ad235a41
AT
171362015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17137
17138 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17139
15630549
AT
171402015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17141
17142 PR breakpoints/16466
17143 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17144 * gdb.mi/mi-pending.c (thread_func): New function.
17145 (int main): Add threading support required.
17146 * gdb.mi/mi-pending.exp: Add tests for this issue.
17147 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17148 (pendfunc2): Remove stdio dependency.
17149 * gdb.mi/mi-pendshr2.c: New file.
17150
693dca06
KS
171512015-03-23 Keith Seitz <keiths@redhat.com>
17152
17153 * gdb.linespec/keywords.c: New file.
17154 * gdb.linespec/keywords.exp: New file.
17155
7e993ebf
KS
171562015-03-23 Keith Seitz <keiths@redhat.com>
17157
17158 PR gdb/18021
17159 * gdb.dwarf2/staticvirtual.exp: New test.
17160
bc23328c
JK
171612015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17162
17163 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17164 * README: Remove HP-UX and gdb.hp.
17165 (configuration):
17166 * configure: Regenerate.
17167 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17168 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17169 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17170 gdb.hp/gdb.defects/Makefile.
17171 * gdb.hp/Makefile.in: File deleted.
17172 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17173 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17174 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17175 * gdb.hp/gdb.aCC/run.c: File deleted.
17176 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17177 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17178 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17179 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17180 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17181 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17182 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17183 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17184 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17185 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17186 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17187 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17188 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17189 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17190 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17191 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17192 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17193 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17194 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17195 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17196 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17197 * gdb.hp/gdb.compat/average.c: File deleted.
17198 * gdb.hp/gdb.compat/sum.c: File deleted.
17199 * gdb.hp/gdb.compat/xdb.c: File deleted.
17200 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17201 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17202 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17203 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17204 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17205 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17206 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17207 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17208 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17209 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17210 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17211 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17212 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17213 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17214 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17215 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17216 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17217 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17218 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17219 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17220 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17221 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17222 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17223 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17224 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17225 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17226 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17227 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17228 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17229 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17230 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17231 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17232 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17233 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17234 * gdb.hp/tools/odump: File deleted.
17235
8bf3b159
PA
172362015-03-19 Pedro Alves <palves@redhat.com>
17237
17238 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17239 (saw_thread_3): New globals.
17240 (top level): Increment them when an event for the corresponding
17241 thread is seen.
17242 (no thread starvation): New test.
17243
eb54c8bf
PA
172442015-03-19 Pedro Alves <palves@redhat.com>
17245
17246 * gdb.threads/continue-pending-status.c: New file.
17247 * gdb.threads/continue-pending-status.exp: New file.
17248
32d2e5d6
PA
172492015-03-18 Pedro Alves <palves@redhat.com>
17250
17251 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17252 Use gdb_is_target_remote instead of is_remote. Use
17253 gdb_test_multiple instead of gdb_expect. Exit early if
17254 gdb_test_multiple hits its internal matches. Tighten stepi tests
17255 expected output. Fail on exit with any signal, instead of just
17256 SIGILL.
17257
f68f11b7
YQ
172582015-03-18 Yao Qi <yao.qi@linaro.org>
17259
17260 PR tdep/18107
17261 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17262 variable.
17263 * gdb.base/catch-syscall.exp: Don't skip it on
17264 aarch64*-*-linux* target. Remove elements in all_syscalls.
17265 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17266 target.
17267 (setup_all_syscalls): New proc.
17268
ca5fd19b
YQ
172692015-03-16 Yao Qi <yao.qi@linaro.org>
17270
17271 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17272 (top level): Skip tests if valid_addr_p returns false for
17273 $cmd1 or $cmd2.
17274
85642ba0
AW
172752015-03-11 Andy Wingo <wingo@igalia.com>
17276
17277 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17278
e03f9645
YQ
172792015-03-11 Yao Qi <yao.qi@linaro.org>
17280
17281 * gdb.base/catch-syscall.exp: Fix typo in comments.
17282
5d0962b2
YQ
172832015-03-11 Yao Qi <yao.qi@linaro.org>
17284
17285 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17286
b2df3cef
PA
172872015-03-09 Pedro Alves <palves@redhat.com>
17288
17289 * dg-extract-results.py: Delete.
17290
ef878e53
PA
172912015-03-09 Pedro Alves <palves@redhat.com>
17292
17293 Merge dg-extract-results.sh from GCC upstream (r218843).
17294
17295 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17296 * dg-extract-results.sh: Use --text with grep to avoid issues with
17297 binary files. Fall back to cat -v, if that doesn't work.
17298
9494d219
PA
172992015-03-05 Pedro Alves <palves@redhat.com>
17300
17301 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17302
a8d9763a
SM
173032015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17304
17305 * lib/mi-support.exp (mi_expect_interrupt): Accept
17306 alternative event for when in all-stop mode.
17307
be9957b8
PA
173082015-03-04 Pedro Alves <palves@redhat.com>
17309
17310 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17311
d57be0f4 173122015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
17313
17314 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17315
c214c7cf
AA
173162015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17317
17318 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17319 regexps for GDB's current line display, accept a hex address
17320 preceding the line number.
17321
6d74a497
AA
173222015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17323
17324 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17325 the 'arch1' variable for "s390*-linux*" targets.
17326
511aee7c
PA
173272015-03-04 Pedro Alves <palves@redhat.com>
17328
17329 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17330 (main): Pass missing retval argument to pthread_join call.
17331
95e50b27
PA
173322015-03-02 Pedro Alves <palves@redhat.com>
17333
17334 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17335 (top level): Call do_test with non-stop as well.
17336
28054d69
PA
173372015-03-02 Pedro Alves <palves@redhat.com>
17338
17339 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17340 -1.
17341
4fa5d7b4
AA
173422015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17343
17344 * gdb.arch/s390-vregs.exp: New test.
17345 * gdb.arch/s390-vregs.S: New file.
17346
97c18565
PA
173472015-02-27 Pedro Alves <palves@redhat.com>
17348
17349 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17350 call to catch_command_errors.
17351 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17352 catch_command_errors.
17353
a37bfa30
PA
173542015-02-27 Pedro Alves <palves@redhat.com>
17355
17356 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17357 "true" for boolean result.
17358 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17359 prototype of main.
17360
6f98576f
PA
173612015-02-27 Pedro Alves <palves@redhat.com>
17362
17363 * lib/unbuffer_output.c: New file.
17364 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17365 (main): Call gdb_unbuffer_output.
17366
eba5ab56
YQ
173672015-02-27 Yao Qi <yao.qi@linaro.org>
17368
17369 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17370 target.
17371
0def5aaa
DE
173722015-02-26 Doug Evans <dje@google.com>
17373
17374 * gdb.cp/class2.cc (Dbase, D): New classes.
17375 (main): New local delta.
17376 * gdb.cp/class2.exp: Test printing delta.
17377 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17378 (dynbar): New global.
17379 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17380
081a1c2c
JK
173812015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17382
17383 * gdb.compile/compile-ifunc.c: New file.
17384 * gdb.compile/compile-ifunc.exp: New file.
17385
2f41223f
AT
173862015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17387
17388 * gdb.base/structs.exp: Check for correct struct on finish.
17389
03eddd80
YQ
173902015-02-26 Yao Qi <yao.qi@linaro.org>
17391
17392 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17393 is zero.
17394
80c57053
JK
173952015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17396
17397 * gdb.arch/cordic.ko.bz2: New file.
17398 * gdb.arch/cordic.ko.debug.bz2: New file.
17399 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17400
21613c12
YQ
174012015-02-25 Yao Qi <yao.qi@linaro.org>
17402
17403 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17404 aarch64*-*-* target.
17405
d8b901ed
PA
174062015-02-23 Pedro Alves <palves@redhat.com>
17407
17408 * lib/gdb.exp (delete_breakpoints): Rewrite using
17409 gdb_test_multiple.
17410
e5b85ead
PA
174112015-02-23 Pedro Alves <palves@redhat.com>
17412
17413 * gdb.base/info-os.c: Include stdlib.h.
17414
85c3a371
DE
174152015-02-22 Doug Evans <xdje42@gmail.com>
17416
17417 PR symtab/17855
17418 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17419 is read after symbols have been re-read.
17420 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17421 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17422
96553a0c
DE
174232015-02-21 Doug Evans <dje@google.com>
17424
17425 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17426
97a0c697
JK
174272015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17428
17429 PR corefiles/17808
17430 * gdb.arch/i386-biarch-core.core.bz2: New file.
17431 * gdb.arch/i386-biarch-core.exp: New file.
17432
a47cd6e9
PA
174332015-02-21 Pedro Alves <palves@redhat.com>
17434
17435 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17436 runto_main fails.
17437
c5facdc4
PA
174382015-02-20 Pedro Alves <palves@redhat.com>
17439
17440 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17441 info probes.
17442
2db9a427
PA
174432015-02-20 Pedro Alves <palves@redhat.com>
17444
17445 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17446
60fb7e9e
PA
174472015-02-20 Pedro Alves <palves@redhat.com>
17448
17449 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17450 clean_restart before gdb_target_supports_trace.
17451
5c5019c2
PA
174522015-02-20 Pedro Alves <palves@redhat.com>
17453
17454 PR threads/18006
17455 * gdb.threads/clone-thread_db.c: New file.
17456 * gdb.threads/clone-thread_db.exp: New file.
17457
c9587f88
AT
174582015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17459
17460 PR breakpoints/16812
17461 * gdb.base/catch-gdb-caused-signals.c: New file.
17462 * gdb.base/catch-gdb-caused-signals.exp: New file.
17463
f6a88844
JM
174642015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17465
17466 * configure: Regenerated.
17467 * configure.ac: Use GDB_AC_TRANSFORM.
17468 * aclocal.m4: sinclude ../transform.m4.
17469
497c491b
JM
174702015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17471
17472 * lib/dtrace.exp: New file.
17473 * gdb.base/dtrace-probe.exp: Likewise.
17474 * gdb.base/dtrace-probe.d: Likewise.
17475 * gdb.base/dtrace-probe.c: Likewise.
17476 * lib/pdtrace.in: Likewise.
17477 * configure.ac: Output variables with the transformed names of
17478 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17479 * configure: Regenerated.
17480
03e98035
JM
174812015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17482
17483 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17484 expected message when trying to access $_probe_* convenience
17485 variables while not on a probe.
17486
63cc30e9
JK
174872015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17488
17489 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17490
0703599a
PA
174912015-02-11 Pedro Alves <pedro@codesourcery.com>
17492
17493 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17494 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17495
7e60a48e
DE
174962015-02-10 Doug Evans <xdje42@gmail.com>
17497
17498 * lib/gdb.exp (gdb_load): Always return a result.
17499
01b088bc
PA
175002015-02-10 Pedro Alves <palves@redhat.com>
17501
17502 * gdb.threads/signal-sigtrap.c: New file.
17503 * gdb.threads/signal-sigtrap.exp: New file.
17504
b05ec7a5
AT
175052015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17506
17507 * gdb.trace/no-attach-trace.c: New file.
17508 * gdb.trace/no-attach-trace.exp: New file.
17509
a2c2acaf
MW
175102015-02-09 Mark Wielaard <mjw@redhat.com>
17511
17512 * gdb.dwarf2/atomic.c: New file.
17513 * gdb.dwarf2/atomic-type.exp: Likewise.
17514
31fd9caa
MM
175152015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17516
17517 * gdb.btrace/buffer-size.exp: Update "info record" output.
17518 * gdb.btrace/delta.exp: Update "info record" output.
17519 * gdb.btrace/enable.exp: Update "info record" output.
17520 * gdb.btrace/finish.exp: Update "info record" output.
17521 * gdb.btrace/instruction_history.exp: Update "info record" output.
17522 * gdb.btrace/next.exp: Update "info record" output.
17523 * gdb.btrace/nexti.exp: Update "info record" output.
17524 * gdb.btrace/step.exp: Update "info record" output.
17525 * gdb.btrace/stepi.exp: Update "info record" output.
17526 * gdb.btrace/nohist.exp: Update "info record" output.
17527
d33501a5
MM
175282015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17529
17530 * gdb.btrace/buffer-size: New.
17531
f4abbc16
MM
175322015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17533
17534 * gdb.btrace/delta.exp: Update "info record" output.
17535 * gdb.btrace/enable.exp: Update "info record" output.
17536 * gdb.btrace/finish.exp: Update "info record" output.
17537 * gdb.btrace/instruction_history.exp: Update "info record" output.
17538 * gdb.btrace/next.exp: Update "info record" output.
17539 * gdb.btrace/nexti.exp: Update "info record" output.
17540 * gdb.btrace/step.exp: Update "info record" output.
17541 * gdb.btrace/stepi.exp: Update "info record" output.
17542 * gdb.btrace/nohist.exp: Update "info record" output.
17543
b9d61307
SM
175442015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17545
17546 PR gdb/15678
17547 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17548
e584fdbc
PA
175492015-02-06 Pedro Alves <palves@redhat.com>
17550
17551 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17552 macro.
17553 (seconds_left, again): New globals.
17554 (main): Wait seconds_left in a 1-second sleep loop instead of
17555 sleeping 180 seconds. If 'again' is set, reset the seconds
17556 counter.
17557 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17558 'again' in the inferior before detaching. Print the seconds left.
17559 (options): New global.
17560 (top level): Build program with -DTIMEOUT=$timeout.
17561
77f41761
PA
175622015-02-06 Pedro Alves <palves@redhat.com>
17563
17564 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17565 determine how many seconds to pass to 'alarm'.
17566 * gdb.base/gdb-sigterm.exp (top level): Build program with
17567 -DTIMEOUT=$timeout.
17568 (do_test): Return success/failure indication. Add more verbose
17569 logging. Don't fail if 200 single steps are seen. Instead, fail
17570 when the test times out.
17571 (passes): New global.
17572 (top level): Break the testing loop if testing fails on any
17573 iteration. Use gdb_assert.
17574
b9394193
DB
175752015-02-04 Don Breazeal <donb@codesourcery.com>
17576
17577 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17578 and initialize them.
17579 (ipc_cleanup): New function.
17580 (main): Don't declare shmid, semid, and msqid. Add a call to
17581 atexit so that we call ipc_cleanup on exit.
17582
42d9e528
PA
175832015-02-04 Pedro Alves <palves@redhat.com>
17584
17585 * boards/native-extended-gdbserver.exp: Remove any target variant
17586 specifications from the board name before clearing the isremote
17587 flag from board_info.
17588
ae6ae975
DE
175892015-01-31 Doug Evans <xdje42@gmail.com>
17590
17591 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17592
cfb069a8
GB
175932015-01-31 Gary Benson <gbenson@redhat.com>
17594
17595 * gdb.base/completion.exp: Disable completion limiting for
17596 existing tests. Add new tests to check completion limiting.
17597 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17598
5dd31d79
DE
175992015-01-31 Doug Evans <xdje42@gmail.com>
17600
17601 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17602
9f050062
DE
176032015-01-31 Doug Evans <xdje42@gmail.com>
17604
17605 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17606 entries. Duplicate file section script entries.
17607 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17608 inlined entries. Add test for safe-path rejection.
17609 * gdb.python/py-section-script.c: Add duplicate inlined section script
17610 entries. Duplicate file section script entries.
17611 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17612 inlined entries. Add test for safe-path rejection.
17613
df25ebbd
JB
176142015-01-29 Joel Brobecker <brobecker@adacore.com>
17615
17616 * gdb.ada/disc_arr_bound: New testcase.
17617
4a0ca9ec
JB
176182015-01-29 Joel Brobecker <brobecker@adacore.com>
17619
17620 * gdb.ada/mi_var_array: New testcase.
17621
3a8b707a
DE
176222015-01-27 Doug Evans <dje@google.com>
17623
17624 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17625 Add test for objfile.filename, objfile.username after objfile
17626 has been unloaded.
17627
f8313f6e
JB
176282015-01-26 Joel Brobecker <brobecker@adacore.com>
17629
17630 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17631 the second test to print the name attribute of value
17632 returned by the call to gdb.lookup_type, and adjust
17633 the expected output accordingly.
17634
37bc665e
MW
176352015-01-25 Mark Wielaard <mjw@redhat.com>
17636
17637 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17638 * gdb.base/disp-step-fork.c: Include unistd.h.
17639 * gdb.base/siginfo-obj.c: Include stdio.h.
17640 * gdb.base/siginfo-thread.c: Likewise.
17641 * gdb.mi/non-stop.c: Include unistd.h.
17642 * gdb.mi/nsthrexec.c: Include stdio.h.
17643 * gdb.mi/pthreads.c: Include unistd.h.
17644 * gdb.modula2/unbounded1.c (main): Declare returns int.
17645 * gdb.reverse/consecutive-reverse.c: Likewise.
17646 * gdb.threads/create-fail.c: Include unistd.h.
17647 * gdb.threads/killed.c: Likewise.
17648 * gdb.threads/linux-dp.c: Likewise.
17649 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17650 * gdb.threads/non-ldr-exc-2.c: Likewise.
17651 * gdb.threads/non-ldr-exc-3.c: Likewise.
17652 * gdb.threads/non-ldr-exc-4.c: Likewise.
17653 * gdb.threads/pthreads.c: Include unistd.h.
17654 (main): Declare returns int.
17655 * gdb.threads/tls-main.c (foo): New declaration.
17656 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17657
f7e5394d
SM
176582015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17659
17660 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17661 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17662
743649fd
MW
176632015-01-15 Mark Wielaard <mjw@redhat.com>
17664
17665 * gdb.base/noreturn-return.c: New file.
17666 * gdb.base/noreturn-return.exp: New file.
17667 * gdb.base/noreturn-finish.c: New file.
17668 * gdb.base/noreturn-finish.exp: New file.
17669
198297aa
PA
176702015-01-23 Pedro Alves <palves@redhat.com>
17671
17672 * gdb.threads/continue-pending-after-query.c: New file.
17673 * gdb.threads/continue-pending-after-query.exp: New file.
17674
717cf30c
AG
176752015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17676 Simon Marchi <simon.marchi@ericsson.com>
17677
17678 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17679 * gdb.base/valgrind-db-attach.exp: Same.
17680 * gdb.base/valgrind-infcall.exp: Same.
17681 * lib/mi-support.exp (default_mi_gdb_start): Same.
17682 * lib/prompt.exp (default_prompt_gdb_start): Same.
17683 * lib/gdb.exp (default_gdb_spawn): Same.
17684 (gdb_interact): New.
17685
17686
4b62a76e
JK
176872015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17688
17689 * gdb.compile/compile.exp (pointer to jit function): New test.
17690
b4cdae6f
WW
176912015-01-17 Wei-cheng Wang <cole945@gmail.com>
17692
17693 * lib/gdb.exp (supports_process_record): Return true for
17694 powerpc*-*-linux*.
17695 (supports_reverse): Likewise.
17696
d221e7ef
DB
176972015-01-15 Don Breazeal <donb@codesourcery.com>
17698
17699 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17700 instead of checking whether the target board is remote and
17701 use spawn_wait_for_attach instead of exec/sleep.
17702 * gdb.base/attach-twice.exp: Likewise.
17703
bafffb51
JB
177042015-01-15 Joel Brobecker <brobecker@adacore.com>
17705
17706 * gdb.ada/var_arr_attrs: New testcase.
17707
5589af0e
PA
177082015-01-14 Pedro Alves <palves@redhat.com>
17709 Joel Brobecker <brobecker@adacore.com>
17710
17711 PR gdb/17525
17712 * gdb.base/bp-cmds-execution-x-script.c: New file.
17713 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17714 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17715
6c400b59
PA
177162015-01-14 Pedro Alves <palves@redhat.com>
17717
17718 PR cli/17828
17719 * gdb.base/batch-preserve-term-settings.c: New file.
17720 * gdb.base/batch-preserve-term-settings.exp: New file.
17721
e02c96a7
DE
177222015-01-13 Doug Evans <dje@google.com>
17723
17724 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17725 binary.
17726
576fd14c
JB
177272015-01-13 Joel Brobecker <brobecker@adacore.com>
17728
17729 * Makefile.in (clean mostlyclean): Do not delete *.py.
17730
04dccad0
JB
177312015-01-13 Joel Brobecker <brobecker@adacore.com>
17732
17733 * gdb.python/py-lookup-type.exp: New file.
17734
3d230f71
PA
177352015-01-12 Pedro Alves <palves@redhat.com>
17736
17737 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17738 restore GDBFLAGS before returning.
17739
7e67715d
JK
177402015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17741
17742 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17743 is_amd64_regs_target and is_x86_like_target.
17744
f2e0d4b4
DE
177452015-01-11 Doug Evans <xdje42@gmail.com>
17746
17747 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17748 is given without an explicit form.
17749 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17750 attributes.
17751 * gdb.dwarf/corrupt.exp: Ditto.
17752 * gdb.dwarf2/enum-type.exp: Ditto.
17753 * gdb.trace/entry-values.exp: Ditto.
17754 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17755
439250fb
DE
177562015-01-11 Doug Evans <xdje42@gmail.com>
17757
17758 PR gdb/15830
17759 * gdb.base/maint.exp: Remove references to "maint demangle".
17760 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17761 Add tests for explicitly specifying language to demangle.
17762 * gdb.dlang/demangle.exp: Ditto.
17763
ede9f622
PA
177642015-01-09 Pedro Alves <palves@redhat.com>
17765
17766 * gdb.threads/non-stop-fair-events.c: New file.
17767 * gdb.threads/non-stop-fair-events.exp: New file.
17768
a7b796db
PA
177692015-01-09 Pedro Alves <palves@redhat.com>
17770
17771 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17772 the global scope. Set a breakpoint after all threads are started
17773 rather than stepping over two source lines. Expect the prompt.
17774 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17775 global.
17776 (NUM): Now 15.
17777 (main): Use threads_started_barrier to wait for all threads to
17778 start. Main thread no longer calls thread_function. Exit after
17779 180 seconds.
17780 (loop): New function.
17781 (thread_function): Wait on threads_started_barrier barrier. Call
17782 'loop' at each iteration.
17783 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17784 threads have started, instead of hardcoding number of "next"
17785 steps. Use an access watchpoint instead of a write watchpoint.
17786
9665ffdd
PA
177872015-01-09 Pedro Alves <palves@redhat.com>
17788
17789 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17790 (thread_func): Wait on barrier.
17791 (main): Wait for all threads to start before stopping GDB.
17792 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17793 global.
17794 (thread1_func, thread2_func): Wait on barrier.
17795 (main): Wait for all threads to start before stopping GDB.
17796 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17797 New global.
17798 (thread1_func, thread2_func): Wait on barrier.
17799 (main): Wait for all threads to start before stopping GDB.
17800
c945a99f
PA
178012015-01-09 Pedro Alves <palves@redhat.com>
17802
17803 * gdb.threads/attach-many-short-lived-threads.c: New file.
17804 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17805
c1a747c1
PA
178062014-01-09 Pedro Alves <palves@redhat.com>
17807
17808 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17809 instead of to thread 2.
17810 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17811 Add barrier around each pthread_create call instead of around all
17812 calls.
17813 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17814 Set a break on thread_function and have the child threads hit it
17815 one at at a time.
17816
60b3033e
PA
178172015-01-09 Pedro Alves <palves@redhat.com>
17818
17819 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17820 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17821 false.
17822 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17823 checking whether the target board is remote.
17824 * gdb.multi/multi-attach.exp: Likewise.
17825 * gdb.python/py-sync-interp.exp: Likewise.
17826 * gdb.server/ext-attach.exp: Likewise.
17827 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17828 tests that need to attach, instead of checking whether the target
17829 board is remote at the top of the file.
17830
acc018ac
YQ
178312015-01-08 Yao Qi <yao@codesourcery.com>
17832
17833 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17834
50a18af8
JK
178352015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17836
17837 Fix testcase compilation.
17838 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17839
8503d6e1
JB
178402015-01-06 Joel Brobecker <brobecker@adacore.com>
17841
17842 * gdb.python/py-type.exp: Add a couple test about empty
17843 array creation, and negative-length array creation.
17844
cc73dbcc
DE
178452015-01-02 Doug Evans <xdje42@gmail.com>
17846
17847 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17848
0300bbc7
DE
178492015-01-02 Doug Evans <dje@google.com>
17850
17851 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17852
9d85a0ec
YQ
178532014-12-29 Yao Qi <yao@codesourcery.com>
17854
17855 * gdb.trace/entry-values.exp: Update comments. Rename variable
17856 bar_call_foo to returned_from_foo.
17857
87186c6a
MMN
178582014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17859
17860 PR gdb/17394
17861 * gdb.linespec/break-asm-file.c: New file.
17862 * gdb.linespec/break-asm-file.exp: New file.
17863 * gdb.linespec/break-asm-file0.s: New file.
17864 * gdb.linespec/break-asm-file1.s: New file.
17865
1bab7383
YQ
178662014-12-18 Nigel Stephens <nigel@mips.com>
17867 Maciej W. Rozycki <macro@codesourcery.com>
17868
17869 * gdb.base/float.exp: Handle the new output from "info float" on
17870 MIPS targets.
17871
1bc1068a
JK
178722014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17873
17874 Fix MinGW compilation.
17875 * gdb.compile/compile-ops.exp: Update untested message if
17876 !skip_compile_feature_tests.
17877 * gdb.compile/compile-setjmp.exp: Likewise.
17878 * gdb.compile/compile-tls.exp: Likewise.
17879 * gdb.compile/compile.exp: Likewise.
17880 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17881 supported on this host".
17882
b6615d10
DE
178832014-12-16 Doug Evans <xdje42@gmail.com>
17884
17885 * boards/stabs.exp: New file.
17886
25dda427
AA
178872014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17888
17889 * gdb.base/completion.exp: Adjust to format changes of "maint
17890 print user-registers".
17891
bf330350
CU
178922014-12-16 Catalin Udma <catalin.udma@freescale.com>
17893
17894 PR server/17457
17895 * gdb.arch/aarch64-fp.c: New file.
17896 * gdb.arch/aarch64-fp.exp: New file.
17897
395cf596
SDJ
178982014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17899
17900 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17901 r210637, r210913, r211666, r215400, r215817).
17902
17903 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17904 * dg-extract-results.py: New file.
17905 * dg-extract-results.sh: Use it if the environment seems
17906 suitable.
17907
17908 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17909
17910 * dg-extract-results.py (parse_run): Handle warnings that
17911 are printed before a test harness is run.
17912
17913 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17914
17915 * dg-extract-results.py (Named): Remove __cmp__ method.
17916 (output_variation): Use a key to sort variation.harnesses.
17917
17918 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17919
17920 * dg-extract-results.py: For Python 3, force sys.stdout to
17921 handle surrogate escape sequences.
17922 (safe_open): New function.
17923 (output_segment, main): Use it.
17924
17925 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17926
17927 * dg-extract-results.py (Prog.result_re): Include options
17928 in test name.
17929
17930 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17931
17932 * dg-extract-results.py (output_variation): Always sort if
17933 do_sum.
17934
e882ef3c
SM
179352014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17936
17937 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17938 as long as we get pagination notifications.
17939
4992aa20
JM
179402014-12-15 Jason Merrill <jason@redhat.com>
17941
17942 * Makefile.in (check-gdb.%): Restore.
17943 * README: Mention it.
17944
c1b5a1a6
JB
179452014-12-13 Joel Brobecker <brobecker@adacore.com>
17946
17947 * gdb.ada/str_uninit: New testcase.
17948
5537b577
JK
179492014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17950
17951 PR symtab/17642
17952 * gdb.base/vla-stub-define.c: New file.
17953 * gdb.base/vla-stub.c: New file.
17954 * gdb.base/vla-stub.exp: New file.
17955
bb2ec1b3
TT
179562014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17957 Jan Kratochvil <jan.kratochvil@redhat.com>
17958 Tom Tromey <tromey@redhat.com>
17959
17960 * configure.ac: Add gdb.compile/.
17961 * configure: Regenerate.
17962 * gdb.compile/Makefile.in: New file.
17963 * gdb.compile/compile-ops.exp: New file.
17964 * gdb.compile/compile-ops.c: New file.
17965 * gdb.compile/compile-tls.c: New file.
17966 * gdb.compile/compile-tls.exp: New file.
17967 * gdb.compile/compile-constvar.S: New file.
17968 * gdb.compile/compile-constvar.c: New file.
17969 * gdb.compile/compile-mod.c: New file.
17970 * gdb.compile/compile-nodebug.c: New file.
17971 * gdb.compile/compile-setjmp-mod.c: New file.
17972 * gdb.compile/compile-setjmp.c: New file.
17973 * gdb.compile/compile-setjmp.exp: New file.
17974 * gdb.compile/compile-shlib.c: New file.
17975 * gdb.compile/compile.c: New file.
17976 * gdb.compile/compile.exp: New file.
17977 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17978
4ff709eb
TT
179792014-12-12 Tom Tromey <tromey@redhat.com>
17980
17981 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17982 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17983
6dddd6a5
DE
179842014-12-12 Doug Evans <dje@google.com>
17985
17986 * lib/gdb-python.exp (get_python_valueof): New function.
17987 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17988
71c24708
AA
179892014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17990
17991 * gdb.base/completion.exp: Add test for completion of "info
17992 registers ".
17993
3e29f34a
MR
179942014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17995
17996 * gdb.base/func-ptrs.c: New file.
17997 * gdb.base/func-ptrs.exp: New file.
17998
fc126975
SM
179992014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18000
18001 PR breakpoints/17012
18002 * gdb.base/dprintf-detach.c: New file.
18003 * gdb.base/dprintf-detach.exp: New file.
18004
0a46d518
SM
180052014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18006
18007 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
18008 * lib/gdb.exp (target_is_gdbserver): New procedure.
18009
a0be3e44
DE
180102014-12-08 Doug Evans <dje@google.com>
18011
18012 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
18013
df1b803a
YQ
180142014-12-05 Yao Qi <yao@codesourcery.com>
18015
18016 * gdb.guile/scm-error.exp: Remove the third argument to
18017 gdb_remote_download.
18018 * gdb.guile/scm-frame-args.exp: Likewise.
18019 * gdb.guile/scm-section-script.exp: Likewise.
18020
ddb9f679
YQ
180212014-12-05 Yao Qi <yao@codesourcery.com>
18022
18023 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
18024
86e4ed39
DE
180252014-12-04 Doug Evans <dje@google.com>
18026
18027 * gdb.python/py-objfile.exp: Add tests for
18028 objfile.add_separate_debug_file.
18029
7c50a931
DE
180302014-12-04 Doug Evans <dje@google.com>
18031
18032 * lib/gdb.exp (get_build_id): New function.
18033 (build_id_debug_filename_get): Rewrite to use it.
18034 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
18035
621661e3
MR
180362014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
18037
18038 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
18039 `method(long)', not just 0x0.
18040 * gdb.cp/nsalias.exp: Align code labels to 4.
18041 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
18042 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
18043 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
18044 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
18045 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
18046 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
18047
29f0c3b7
DE
180482014-12-02 Doug Evans <dje@google.com>
18049
e1e061e7 18050 PR symtab/17602
29f0c3b7 18051 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 18052 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
18053 * gdb.cp/anon-ns.exp: Update.
18054
162078c8
NB
180552014-12-02 Nick Bull <nicholaspbull@gmail.com>
18056
18057 * gdb.python/py-events.py (inferior_call_handler): New.
18058 (register_changed_handler, memory_changed_handler): New.
18059 (test_events.invoke): Register new handlers.
18060 * gdb.python/py-events.exp: Add tests for inferior call,
18061 memory_changed and register_changed events.
18062
fdb09caf
AA
180632014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18064
18065 * gdb.base/execl-update-breakpoints.exp: Specify the link address
18066 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
18067 if the linker doesn't understand this.
18068
55cfb2c4
SM
180692014-12-01 Simon Marchi <simon.marchi@ericsson.com>
18070
18071 * gdb.python/python.exp: Change expected reply to help().
18072
9e8cd6df
YQ
180732014-12-01 Yao Qi <yao@codesourcery.com>
18074
18075 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
18076 AC_CONFIG_SUBDIRS(gdb.gdbtk).
18077 * configure: Re-generated.
18078
6c659fc2
SC
180792014-11-28 Siva Chandra Reddy <sivachandra@google.com>
18080
18081 * gdb.cp/chained-calls.cc: New file.
18082 * gdb.cp/chained-calls.exp: New file.
18083 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
18084
d7fc3181
SM
180852014-11-28 Simon Marchi <simon.marchi@ericsson.com>
18086
18087 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
18088 * gdb.dwarf2/symtab-producer.exp: Same.
18089 * gdb.gdb/python-interrupts.exp: Same.
18090 * gdb.gdb/python-selftest.exp: Same.
18091 * gdb.python/py-linetable.exp: Same.
18092 * gdb.python/py-type.exp: Same.
18093 * gdb.python/py-value-cc.exp: Same.
18094 * gdb.python/py-value.exp: Same.
18095
10e79639
YQ
180962014-11-28 Yao Qi <yao@codesourcery.com>
18097
18098 * gdb.base/break-probes.exp: Match library name prefixed with
18099 sysroot.
18100
f28a0564
SM
181012014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18102
18103 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18104 test expected output. Add parentheses for the call to print.
18105 Remove L suffix from integers.
18106
3fe1ce1d
DE
181072014-11-26 Doug Evans <dje@google.com>
18108
18109 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18110
84429e27
YQ
181112014-11-22 Yao Qi <yao@codesourcery.com>
18112
18113 * gdb.trace/entry-values.c: Remove asms.
18114 (foo): Add foo_label.
18115 (bar): Add bar_label.
18116 * gdb.trace/entry-values.exp: Remove code computing foo's
18117 length and bar's length.
18118 (Dwarf::assemble): Invoke function_range for bar and use
18119 MACRO_AT_func for foo.
18120
26741859
YQ
181212014-11-22 Yao Qi <yao@codesourcery.com>
18122
18123 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18124 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18125 Use .Lgcc43_procstart instead of gcc43.
18126
45e44d27
JB
181272014-11-21 Joel Brobecker <brobecker@adacore.com>
18128
18129 * gdb.ada/n_arr_bound: New testcase.
18130
458c8db8
SDJ
181312014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18132
18133 PR breakpoints/10737
18134 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18135 test_catch_syscall_multi_arch.
18136 (test_catch_syscall_multi_arch): New function.
18137
43f3e411
DE
181382014-11-20 Doug Evans <xdje42@gmail.com>
18139
18140 * gdb.base/maint.exp: Update expected output.
18141
0d7b2549
AA
181422014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18143
18144 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18145 4-byte instruction on S390.
18146
8908fca5
JB
181472014-11-19 Joel Brobecker <brobecker@adacore.com>
18148
18149 * gdb.ada/arr_arr: New testcase.
18150
4a46959e
JB
181512014-11-19 Joel Brobecker <brobecker@adacore.com>
18152
18153 * gdb.ada/pkd_arr_elem: New Testcase.
18154
470e2f4e
LM
181552014-11-18 Luis Machado <lgustavo@codesourcery.com>
18156
18157 * gdb.reverse/break-precsave: Expect completion message for
18158 core file reads.
18159 * gdb.reverse/consecutive-precsave.exp: Likewise.
18160 * gdb.reverse/finish-precsave.exp: Likewise.
18161 * gdb.reverse/i386-precsave.exp: Likewise.
18162 * gdb.reverse/machinestate-precsave.exp: Likewise.
18163 * gdb.reverse/sigall-precsave.exp: Likewise.
18164 * gdb.reverse/solib-precsave.exp: Likewise.
18165 * gdb.reverse/step-precsave.exp: Likewise.
18166 * gdb.reverse/until-precsave.exp: Likewise.
18167 * gdb.reverse/watch-precsave.exp: Likewise.
18168
a267f3ad
AA
181692014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18170
18171 * gdb.base/bp-permanent.c: Include unistd.h.
18172 * gdb.python/py-framefilter-mi.c (main): Add return type.
18173 * gdb.python/py-framefilter.c (main): Likewise.
18174 * gdb.trace/actions-changed.c (main): Likewise.
18175
12084a9a
AA
181762014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18177
18178 * gdb.mi/until.c: Add eye-catchers.
18179 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18180 line numbers.
18181
dc7e1a77
AA
181822014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18183
18184 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18185 function header variants in break1.c.
18186 * gdb.base/ena-dis-br.exp: Likewise.
18187 * gdb.base/hbreak2.exp: Likewise.
18188 * gdb.reverse/until-precsave.exp: Drop references to removed
18189 non-prototype function header variants in ur1.c.
18190 * gdb.reverse/until-reverse.exp: Likewise.
18191
41c77605
PM
181922014-11-17 Petr Machata <pmachata@redhat.com>
18193
18194 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18195 ${_cu_offset_size} bytes abbrev offset.
18196
34248c3a
DE
181972014-11-15 Doug Evans <xdje42@gmail.com>
18198
18199 PR symtab/17559
18200 * gdb.base/line-symtabs.exp: New file.
18201 * gdb.base/line-symtabs.c: New file.
18202 * gdb.base/line-symtabs.h: New file.
18203
646da059
YQ
182042014-11-14 Yao Qi <yao@codesourcery.com>
18205
18206 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18207 (func): Add label func_label.
18208 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18209 Replace low_pc and high_pc with MACRO_AT_range.
18210 Replace name, low_pc and high_pc with MACRO_AT_func.
18211
9301ebe6
YQ
182122014-11-14 Yao Qi <yao@codesourcery.com>
18213
18214 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18215 Replace name, low_pc and high_pc with MACRO_AT_func.
18216
f166b542
YQ
182172014-11-14 Yao Qi <yao@codesourcery.com>
18218
18219 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18220 produce debug information.
18221 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18222
0f6e71e3
YQ
182232014-11-14 Yao Qi <yao@codesourcery.com>
18224
18225 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18226 object and get function length.
18227 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18228 with MACRO_AT_func.
18229 (top-level): Replace gdb_compile and clean_restart with
18230 prepare_for_testing.
18231 * gdb.dwarf2/main.c (main): Add label main_label.
18232
876c4df9
YQ
182332014-11-14 Yao Qi <yao@codesourcery.com>
18234
18235 * lib/dwarf.exp (function_range): New procedure.
18236 (Dwarf::_handle_macro_at_func): New procedure.
18237 (Dwarf::_handle_macro_at_range): New procedure.
18238 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18239
02ad9cf1
YQ
182402014-11-14 Yao Qi <yao@codesourcery.com>
18241
18242 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18243 (_handle_attribute): New procedure.
18244
a59add0c
AA
182452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18246
18247 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18248 * gdb.base/call-sc.c (zed): Likewise.
18249 * gdb.base/checkpoint.c (main): Likewise.
18250 * gdb.base/dump.c (main): Likewise.
18251 * gdb.base/gcore.c (main): Likewise.
18252 * gdb.base/huge.c (main): Likewise.
18253 * gdb.base/multi-forks.c (main): Likewise.
18254 * gdb.base/pr10179-a.c (main): Likewise.
18255 * gdb.base/savedregs.c (main): Likewise.
18256 * gdb.base/sigaltstack.c (main): Likewise.
18257 * gdb.base/siginfo.c (main): Likewise.
18258 * gdb.base/structs.c (zed): Likewise.
18259 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18260 * gdb.mi/mi-syn-frame.c (main): Likewise.
18261 * gdb.mi/until.c (foo, main): Likewise.
18262 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18263 * gdb.base/solib-weak.c (foo): Declare.
18264 * gdb.base/attach-twice.c: Include stdio.h.
18265 * gdb.base/weaklib1.c: Likewise.
18266 * gdb.base/weaklib2.c: Likewise.
18267 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18268 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18269 unistd.h.
18270 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18271 * gdb.mi/mi-exit-code.c: Likewise.
18272 * gdb.base/break-interp-lib.c: Include string.h.
18273 * gdb.base/coremaker.c: Likewise.
18274 * gdb.base/testenv.c: Likewise.
18275 * gdb.python/py-finish-breakpoint.c: Likewise.
18276 * gdb.base/inferior-died.c: Include sys/wait.h.
18277 * gdb.base/fileio.c: Include time.h.
18278 * gdb.base/async-shell.c: Include unistd.h.
18279 * gdb.base/dprintf-non-stop.c: Likewise.
18280 * gdb.base/info-os.c: Likewise.
18281 * gdb.mi/mi-console.c: Likewise.
18282 * gdb.mi/watch-nonstop.c: Likewise.
18283 * gdb.python/py-events.c: Likewise.
18284 * gdb.base/async.c (baz): Move up before its invocation.
18285 * gdb.base/code_elim2.c (my_global_func): Likewise.
18286 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18287 * gdb.base/advance.c (func2): Likewise.
18288
3b5d5997
AA
182892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18290
18291 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18292 variant.
18293 * gdb.base/annota3.c: Likewise.
18294 * gdb.base/async.c: Likewise.
18295 * gdb.base/average.c: Likewise.
18296 * gdb.base/call-ar-st.c: Likewise.
18297 * gdb.base/call-rt-st.c: Likewise.
18298 * gdb.base/call-sc.c: Likewise.
18299 * gdb.base/call-strs.c: Likewise.
18300 * gdb.base/ending-run.c: Likewise.
18301 * gdb.base/execd-prog.c: Likewise.
18302 * gdb.base/exprs.c: Likewise.
18303 * gdb.base/foll-exec.c: Likewise.
18304 * gdb.base/foll-fork.c: Likewise.
18305 * gdb.base/foll-vfork.c: Likewise.
18306 * gdb.base/funcargs.c: Likewise.
18307 * gdb.base/gcore.c: Likewise.
18308 * gdb.base/jump.c: Likewise.
18309 * gdb.base/langs0.c: Likewise.
18310 * gdb.base/langs1.c: Likewise.
18311 * gdb.base/langs2.c: Likewise.
18312 * gdb.base/mips_pro.c: Likewise.
18313 * gdb.base/nodebug.c: Likewise.
18314 * gdb.base/opaque0.c: Likewise.
18315 * gdb.base/opaque1.c: Likewise.
18316 * gdb.base/recurse.c: Likewise.
18317 * gdb.base/run.c: Likewise.
18318 * gdb.base/scope0.c: Likewise.
18319 * gdb.base/scope1.c: Likewise.
18320 * gdb.base/setshow.c: Likewise.
18321 * gdb.base/setvar.c: Likewise.
18322 * gdb.base/shmain.c: Likewise.
18323 * gdb.base/shr1.c: Likewise.
18324 * gdb.base/shr2.c: Likewise.
18325 * gdb.base/sigall.c: Likewise.
18326 * gdb.base/signals.c: Likewise.
18327 * gdb.base/so-indr-cl.c: Likewise.
18328 * gdb.base/solib2.c: Likewise.
18329 * gdb.base/structs.c: Likewise.
18330 * gdb.base/sum.c: Likewise.
18331 * gdb.base/vforked-prog.c: Likewise.
18332 * gdb.base/watchpoint.c: Likewise.
18333 * gdb.reverse/shr2.c: Likewise.
18334 * gdb.reverse/until-reverse.c: Likewise.
18335 * gdb.reverse/ur1.c: Likewise.
18336 * gdb.reverse/watch-reverse.c: Likewise.
18337
066a77c5
AA
183382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18339
18340 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18341 variant.
18342 * gdb.base/sepdebug.exp: Drop references to removed code.
18343
4f204ea5
AA
183442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18345
18346 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18347 variant. Preserve original line numbering.
18348 * gdb.base/list1.c: Likewise.
18349
3b377a3a
AA
183502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18351
18352 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18353 variant.
18354 * gdb.base/break1.c: Likewise.
18355 * gdb.base/break.exp: Drop references to removed code.
18356
e444df73
AA
183572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18358
18359 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18360 variant.
18361
8008f2a7
AA
183622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18363
18364 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18365
a5a06887
AA
183662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18367
18368 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18369 logic into perform_all_tests() and invoke it with and without
18370 function header prototypes.
18371 (do_function_calls): Remove conditional XFAIL for PR 5318.
18372 (rerun_and_prepare): Remove duplicate code.
18373 (perform_all_tests): New. Main logic moved here.
18374
44dba9b9
AA
183752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18376
18377 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18378 code guarded by #ifdef NO_PROTOTYPES.
18379 (t_double_many_args): Likewise.
18380 (DEF_FUNC_MANY_ARGS_1): Likewise.
18381 (DEF_FUNC_VALUES_1): Likewise.
18382 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18383 guarded by #ifdef PROTOTYPES.
18384
d1fbcd56
AA
183852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18386
18387 * gdb.mi/mi-console.c: Add eye-catcher.
18388 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18389 instead of literal line number.
18390
b0e59b8f
AA
183912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18392
18393 * gdb.base/shr2.c: Add eye-catcher.
18394 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18395 line number.
18396
78f98cca
AA
183972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18398
18399 * gdb.base/jump.c: Add eye-catchers.
18400 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18401 numbers.
18402
58fa2af0
AA
184032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18404
18405 * gdb.base/execd-prog.c: Add eye-catchers.
18406 * gdb.base/foll-exec.c: Likewise.
18407 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18408 line numbers.
18409
04e5059b
AA
184102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18411
18412 * gdb.base/ending-run.c: Add eye-catchers.
18413 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18414 literal line numbers.
18415
dbfdb174
AA
184162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18417
18418 * gdb.base/call-rt-st.c: Add eye-catchers.
18419 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18420 literal line numbers.
18421
888a2ade
AA
184222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18423
18424 * gdb.base/call-ar-st.c: Add eye-catchers.
18425 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18426 literal line numbers.
18427
6acc2dde
AA
184282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18429
18430 * gdb.base/average.c: Add eye-catchers.
18431 * gdb.base/sum.c: Likewise.
18432 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18433 regexps dynamically.
18434
9ecfcd1d
AA
184352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18436
18437 * gdb.base/solib1.c: Add eye-catchers.
18438 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18439 literal line numbers.
18440
78708b7c
PA
184412014-11-12 Pedro Alves <palves@redhat.com>
18442
18443 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18444 leader has exited.
18445
af48d08f
PA
184462014-11-12 Pedro Alves <palves@redhat.com>
18447
18448 * gdb.arch/i386-bp_permanent.c: New file.
18449 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18450 (srcfile): Set to i386-bp_permanent.c.
18451 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18452 that stepi does not execute the 'leave' instruction, instead of
18453 testing it does execute.
18454 * gdb.base/bp-permanent.c: New file.
18455 * gdb.base/bp-permanent.exp: New file.
18456
af3768e9
DE
184572014-11-10 Doug Evans <xdje42@gmail.com>
18458
18459 PR symtab/17564
18460 * gdb.base/symtab-search-order.exp: New file.
18461 * gdb.base/symtab-search-order.c: New file.
18462 * gdb.base/symtab-search-order-1.c: New file.
18463 * gdb.base/symtab-search-order-shlib-1.c: New file.
18464
9de00a4a
PA
184652014-11-07 Pedro Alves <palves@redhat.com>
18466
18467 PR gdb/17511
18468 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18469 i?86-*-linux*.
18470
e0f52461
SC
184712014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18472
18473 PR c++/17494
18474 * gdb.cp/pr17494.cc: New file.
18475 * gdb.cp/pr17494.exp: New file.
18476
6ce8c980
YQ
184772014-11-02 Yao Qi <yao@codesourcery.com>
18478
18479 * gdb.python/python.exp: Get working directory and match the
18480 output of "set extended-prompt \\w " with it.
18481
02be9a71
DE
184822014-10-30 Doug Evans <dje@google.com>
18483
18484 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18485 in objfiles.
18486 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18487 in progspaces.
18488
3bdff46b
LM
184892014-10-30 Janis Johnson <janisjo@codesourcery.com>
18490
18491 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18492 * gdb.base/realname-expand.exp: Likewise.
18493 * gdb.linespec/macro-relative.exp: Likewise.
18494
ab917dfb
PA
184952014-10-29 Pedro Alves <palves@redhat.com>
18496
18497 PR gdb/17408
18498 * gdb.threads/schedlock.c (some_function): New function.
18499 (call_function): New global.
18500 (MAYBE_CALL_SOME_FUNCTION): New macro.
18501 (thread_function): Call it.
18502 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18503 and use it instead of a global counter. Adjust all callers.
18504 (get_current_thread): Use "find current thread" for test message
18505 here rather than having all callers pass down the same string.
18506 (goto_loop): New procedure, factored out from ...
18507 (my_continue): ... this.
18508 (step_ten_loops): Change parameter from test message to command to
18509 use. Adjust.
18510 (list_count): Delete global.
18511 (check_result): New procedure, factored out from duplicate top
18512 level code.
18513 (continue tests): Wrap in with_test_prefix.
18514 (test_step): New procedure, factored out from duplicate top level
18515 code.
18516 (top level): Test "step" in combination with all scheduler-locking
18517 modes. Test "next" in combination with all scheduler-locking
18518 modes, and in combination with stepping over a function call or
18519 not.
18520 * gdb.threads/next-bp-other-thread.c: New file.
18521 * gdb.threads/next-bp-other-thread.exp: New file.
18522
d3d4baed
PA
185232014-10-29 Pedro Alves <palves@redhat.com>
18524
18525 PR python/17372
18526 * gdb.python/python.exp: Test a multi-line command that spawns
18527 interactive Python.
18528 * gdb.base/multi-line-starts-subshell.exp: New file.
18529
563e8d85
YQ
185302014-10-29 Yao Qi <yao@codesourcery.com>
18531
18532 * gdb.base/fileio.exp: Make directories on host.
18533
0ea4d52e
YQ
185342014-10-29 Yao Qi <yao@codesourcery.com>
18535
18536 * gdb.base/fileio.c (test_write): Close the file.
18537
7f5ef605
PA
185382014-10-28 Pedro Alves <palves@redhat.com>
18539
18540 PR gdb/12623
18541 * gdb.base/sigstep.c (no_handler): New global.
18542 (main): If 'no_handler is true, set the signal handlers to
18543 SIG_IGN.
18544 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18545 with_sw_watch and no_handler parameters. Handle them.
18546 (top level) <stepping over handler when stopped at a breakpoint
18547 test>: Add a test axis for testing with a software watchpoint, and
18548 another for testing with the signal handler set to SIG_IGN.
18549 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18550 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18551
abbdbd03
PA
185522014-10-28 Pedro Alves <palves@redhat.com>
18553
18554 PR gdb/17511
18555 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18556 * gdb.base/sigstep.exp (other_handler_location): New global.
18557 (advance): Support stepping into the signal handler, and running
18558 commands while in the handler.
18559 (in_handler_map): New global.
18560 (top level): In the advance test, add combinations for getting
18561 into the handler with stepping commands, and for running commands
18562 in the handler. Add comment descripting the advancei tests.
18563
1df4399f
PA
185642014-10-28 Pedro Alves <palves@redhat.com>
18565
18566 * gdb.base/sigstep.exp: Use build_executable instead of
18567 prepare_for_testing.
18568 (top level): Move code that starts GDB, runs to main and creates a
18569 display to ...
18570 (restart): ... this new procedure.
18571 (top level): Move backtrace from signal handler test to ...
18572 (validate_backtrace): ... this new procedure.
18573 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18574 with_test_prefix. Always restart GDB.
18575 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18576 with_test_prefix. Always restart GDB. No need to delete
18577 breakpoints after the test.
18578 (test_skip_handler): Remove prefix parameter.
18579 (skip_over_handler, breakpoint_to_handler)
18580 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18581 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18582 restart GDB. No need to delete breakpoints after the test.
18583 (top level): Use foreach to call the test procedures with
18584 different commands.
18585
a5b6e449
PA
185862014-10-28 Pedro Alves <palves@redhat.com>
18587
18588 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18589 instead of GNATS numbers.
18590 * gdb.base/sigbpt.exp: Likewise.
18591 * gdb.base/siginfo.exp: Likewise.
18592 * gdb.base/sigstep.exp: Likewise.
18593
e5f8a7cc
PA
185942014-10-27 Pedro Alves <palves@redhat.com>
18595
18596 * gdb.base/sigstep.c (dummy): New global.
18597 (main): Issue a couple writes to the new global.
18598 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18599 procedures.
18600 (skip_over_handler): Use test_skip_handler.
18601 (top level): Call skip_over_handler for stepi and nexti too.
18602 (breakpoint_over_handler): Use test_skip_handler.
18603 (top level): Call breakpoint_over_handler for stepi and nexti too.
18604
763905a3
YQ
186052014-10-27 Yao Qi <yao@codesourcery.com>
18606
18607 * gdb.trace/tfile.c (adjust_function_address)
18608 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18609 function descriptor.
18610
6f259a23
DB
186112014-10-24 Don Breazeal <donb@codesourcery.com>
18612
18613 * gdb.base/foll-fork.exp (test_follow_fork,
18614 catch_fork_child_follow): Check for updated fork messages emitted
18615 from infrun.c.
18616 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18617 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18618 vfork_and_exec_child_follow_through_step): Check for updated vfork
18619 messages emitted from infrun.c.
18620
09dd9a69
PA
186212014-10-24 Pedro Alves <palves@redhat.com>
18622
18623 * gdb.base/corefile.exp: Remove references to ultrix.
18624 * gdb.base/interrupt.exp: Likewise.
18625 * gdb.base/whatis.exp: Likewise.
18626 * gdb.gdb/selftest.exp: Likewise.
18627 * gdb.threads/manythreads.exp: Likewise.
18628 * gdb.threads/print-threads.exp: Likewise.
18629 * gdb.threads/pthreads.exp:: Likewise.
18630 * gdb.threads/schedlock.exp: Likewise.
18631
3433cfa5
SC
186322014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18633
18634 * gdb.cp/non-trivial-retval.cc: Add a test case.
18635 * gdb.cp/non-trivial-retval.exp: Add a test.
18636
092f880b
YQ
186372014-10-20 Yao Qi <yao@codesourcery.com>
18638
18639 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18640 * gdb.python/py-objfile-script-gdb.py: New file.
18641 * gdb.python/py-objfile-script.exp: Update reference to
18642 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18643 of remote_download. Remove the dest file.
18644
acbdb7f3
YQ
186452014-10-20 Yao Qi <yao@codesourcery.com>
18646
18647 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18648 * gdb.base/step-line.exp: Likewise.
18649 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18650 * gdb.dwarf2/dw2-basic.exp: Likewise.
18651 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18652 * gdb.dwarf2/dw2-filename.exp: Likewise.
18653 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18654 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18655 * gdb.dwarf2/dw2-producer.exp: Likewise.
18656 * gdb.dwarf2/mac-fileno.exp: Likewise.
18657 * gdb.python/py-frame-args.exp: Likewise.
18658 * gdb.python/py-framefilter.exp: Likewise.
18659 * gdb.python/py-mi.exp: Likewise.
18660 * gdb.python/py-objfile-script.exp: Likewise
18661 * gdb.python/py-pp-integral.exp: Likewise.
18662 * gdb.python/py-pp-re-notag.exp: Likewise.
18663 * gdb.python/py-prettyprint.exp: Likewise.
18664 * gdb.python/py-section-script.exp: Likewise.
18665 * gdb.python/py-typeprint.exp: Likewise.
18666 * gdb.python/py-xmethods.exp: Likewise.
18667 * gdb.stabs/weird.exp: Likewise.
18668 * gdb.xml/tdesc-regs.exp: Likewise.
18669
bd286a29
KCY
186702014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18671
18672 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18673 (out_cu): Use addr_len for the size of addresses.
18674 (out_line): Likewise. Size DW_LNE_set_address instruction
18675 according to addr_len.
18676 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18677 (FUNC): Add START_INSNS to definition.
18678
673dc4a0
YQ
186792014-10-18 Yao Qi <yao@codesourcery.com>
18680
18681 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18682 gdb_has_argv0 return true.
18683 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18684 check [target_info exists noargs], check [gdb_has_argv0]
18685 instead.
18686 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18687 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18688 procedures.
18689
4ffbba72
DE
186902014-10-17 Doug Evans <dje@google.com>
18691
18692 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18693 event.
18694 * gdb.python/py-events.py: Add clear_objfiles event.
18695
d096d8c1
DE
186962014-10-17 Doug Evans <dje@google.com>
18697
18698 * gdb.python/py-objfile.exp: Test progspace attribute.
18699
a80db015
LM
187002014-10-17 Luis Machado <lgustavo@codesourcery.com>
18701
18702 * gdb.guile/scm-breakpoint.exp: Do not assume any
18703 directory separators when matching source file paths.
18704 * gdb.python/py-breakpoint.exp: Likewise.
18705 * gdb.reverse/break-precsave.exp: Likewise.
18706 * gdb.reverse/break-reverse.exp: Likewise.
18707 * gdb.reverse/consecutive-precsave.exp: Likewise.
18708 * gdb.reverse/finish-precsave.exp: Likewise.
18709 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18710 * gdb.reverse/finish-reverse.exp: Likewise.
18711 * gdb.reverse/i386-precsave.exp: Likewise.
18712 * gdb.reverse/i387-env-reverse.exp: Likewise.
18713 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18714 * gdb.reverse/machinestate-precsave.exp: Likewise.
18715 * gdb.reverse/machinestate.exp: Likewise.
18716 * gdb.reverse/sigall-precsave.exp: Likewise.
18717 * gdb.reverse/solib-precsave.exp: Likewise.
18718 * gdb.reverse/step-precsave.exp: Likewise.
18719 * gdb.reverse/until-precsave.exp: Likewise.
18720 * gdb.reverse/watch-precsave.exp: Likewise.
18721 * gdb.reverse/watch-reverse.exp: Likewise.
18722
b22089ab
YQ
187232014-10-17 Yao Qi <yao@codesourcery.com>
18724
18725 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18726 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18727
6c4486e6
PA
187282014-10-17 Pedro Alves <palves@redhat.com>
18729
18730 PR gdb/17471
18731 * gdb.base/bg-execution-repeat.c: New file.
18732 * gdb.base/bg-execution-repeat.exp: New file.
18733
0ff33695
PA
187342014-10-17 Pedro Alves <palves@redhat.com>
18735
18736 PR gdb/17300
18737 * gdb.base/continue-all-already-running.c: New file.
18738 * gdb.base/continue-all-already-running.exp: New file.
18739
6fdebc3d
PA
187402014-10-17 Pedro Alves <palves@redhat.com>
18741
18742 PR gdb/17472
18743 * gdb.base/annota-input-while-running.c: New file.
18744 * gdb.base/annota-input-while-running.exp: New file.
18745
32a8097b
PA
187462014-10-17 Pedro Alves <palves@redhat.com>
18747
18748 * gdb.base/callfuncs.exp: emove references to osf.
18749 * gdb.base/sigall.exp: Likewise.
18750 * gdb.gdb/selftest.exp: Likewise.
18751 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18752 * gdb.mi/non-stop.c: Likewise.
18753 * gdb.mi/pthreads.c: Likewise.
18754 * gdb.reverse/sigall-precsave.exp: Likewise.
18755 * gdb.reverse/sigall-reverse.exp: Likewise.
18756 * gdb.threads/pthreads.c: Likewise.
18757 * gdb.threads/pthreads.exp: Likewise.
18758
7a3517ff
YQ
187592014-10-17 Yao Qi <yao@codesourcery.com>
18760
18761 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18762 check 'target_info exists noargs'.
18763 (test_command_prompt_position): Likewise.
18764 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18765 Remove "set args".
18766 (progvar_simple_while_test): Likewise.
18767 (progvar_complex_if_while_test): Likewise.
18768 (if_while_breakpoint_command_test): Likewise.
18769 (infrun_breakpoint_command_test): Likewise.
18770 (breakpoint_command_test): Likewise.
18771 (watchpoint_command_test): Likewise.
18772 (bp_deleted_in_command_test): Likewise.
18773 (temporary_breakpoint_commands): Likewise.
18774
bb99c472
YQ
187752014-10-16 Yao Qi <yao@codesourcery.com>
18776
18777 * gdb.base/remotetimeout.exp: Remove noargs checking.
18778
7c16b83e
PA
187792014-10-15 Pedro Alves <palves@redhat.com>
18780
18781 PR breakpoints/9649
18782 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18783 * gdb.base/breakpoint-in-ro-region.exp
18784 (probe_target_hardware_step): New procedure.
18785 (top level): Probe hardware stepping and hardware breakpoint
18786 support. Test stepping through a read-only region, with both
18787 "breakpoint auto-hw" on and off and both "always-inserted" on and
18788 off.
18789
35a49624
IB
187902014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18791
18792 * gdb.dlang/demangle.exp: Update for demangling changes.
18793
2d1c107c
SC
187942014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18795
18796 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18797 * gdb.cp/non-trivial-retval.exp: Add new tests.
18798
778811d5
SC
187992014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18800
18801 PR c++/13403
18802 PR c++/15154
18803 * gdb.cp/non-trivial-retval.cc: New file.
18804 * gdb.cp/non-trivial-retval.exp: New file.
18805
10c5f0a8
YQ
188062014-10-15 Yao Qi <yao@codesourcery.com>
18807
18808 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18809 remote host.
18810
65d7b369
YQ
188112014-10-15 Yao Qi <yao@codesourcery.com>
18812
18813 * gdb.python/py-symbol.exp: Match file base name if host is
18814 remote, otherwise match file name with dir name.
18815 * gdb.python/py-symtab.exp: Likewise.
18816 * gdb.python/python.exp: Likewise.
18817
46dc1394
YQ
188182014-10-15 Yao Qi <yao@codesourcery.com>
18819
18820 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18821 pattern.
18822 * gdb.python/py-symtab.exp: Likewise.
18823 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18824 locationn.
18825
c40cc657
JB
188262014-10-14 Joel Brobecker <brobecker@adacore.com>
18827
18828 * gdb.ada/addr_arith: New testcase.
18829
2abf49e1
MR
188302014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18831
18832 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18833 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18834 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18835 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18836
f7088df3
SDJ
188372014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18838
18839 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18840 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18841 * gdb.arch/stap-eval-lang-ada.exp: New file.
18842
4dc06805
YQ
188432014-10-14 Yao Qi <yao@codesourcery.com>
18844
18845 * gdb.mi/mi-var-child.c (nothing1): New function.
18846 (nothing2): New function.
18847 (do_children_tests): Set function pointers by nothing1 and
18848 nothing2.
18849 * gdb.mi/mi-var-child.exp: Step over new added statements.
18850 Update test to match the new output.
18851 * gdb.mi/var-cmd.c (nothing1): New function.
18852 (nothing2): New function.
18853 (do_children_tests): Set function pointers by nothing1 and
18854 nothing2.
18855 * gdb.mi/mi-var-display.exp: Update test to match output.
18856 Step to the line specified by $line_dct_nothing.
18857 Increase the number of lines to step.
18858
46a93de2
YQ
188592014-10-14 Yao Qi <yao@codesourcery.com>
18860
18861 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18862 tests.
18863 * gdb.mi/mi2-var-child.exp: Likewise.
18864
14ea52ee
DE
188652014-10-13 Doug Evans <dje@google.com>
18866
18867 * gdb.python/py-objfile.exp: Change name of file name test.
18868
e5c6e92b
DE
188692014-10-13 Doug Evans <dje@google.com>
18870
18871 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18872 from the start of the CU.
18873
c780cc2f
JK
188742014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18875 Yao Qi <yao@codesourcery.com>
18876
18877 Fix "save breakpoints" for "catch" command.
18878 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18879 Remove -nonewline. Match also the added "main" line.
18880
99894e11
JK
188812014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18882
18883 Fix "save breakpoints" for "disable $bpnum" command.
18884 * gdb.base/save-bp.c (main): Add label.
18885 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18886
6e1ac5a3
JK
188872014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18888
18889 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18890
754dd2b0
YQ
188912014-10-11 Yao Qi <yao@codesourcery.com>
18892
18893 * gdb.server/server-kill.exp: Execute command
18894 "set remote trace-status-packet on" before "tstatus".
18895
f90183d7
YQ
188962014-10-11 Yao Qi <yao@codesourcery.com>
18897
18898 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18899 (main): Call getppid.
18900 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18901 and continue to it. Read variable "server_pid".
18902
bf40a607
YQ
189032014-10-11 Yao Qi <yao@codesourcery.com>
18904
18905 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18906
052ca370
YQ
189072014-10-11 Yao Qi <yao@codesourcery.com>
18908
18909 * gdb.threads/thread-find.exp: Don't execute command
18910 "info threads".
18911 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18912 * gdb.threads/linux-dp.exp: Don't check the condition
18913 $threads_created equals to zero.
18914
3831839c
PA
189152014-10-10 Pedro Alves <palves@redhat.com>
18916
18917 * gdb.base/bigcore.exp: Remove references to IRIX.
18918 * gdb.base/funcargs.exp: Likewise.
18919 * gdb.base/interrupt.exp: Likewise.
18920 * gdb.base/mips_pro.exp: Likewise.
18921 * gdb.base/nodebug.exp: Likewise.
18922 * gdb.base/setvar.exp: Likewise.
18923 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18924
8b9a549d
PA
189252014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18926 Pedro Alves <palves@redhat.com>
18927
18928 PR symtab/14466
18929 * gdb.base/vdso-warning.c: New file.
18930 * gdb.base/vdso-warning.exp: New file.
18931
d48ba5e8
DE
189322014-10-02 Doug Evans <dje@google.com>
18933
18934 * gdb.base/structs.c (main): Don't run forever.
18935
2278c276
PA
189362014-10-02 Pedro Alves <palves@redhat.com>
18937
18938 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18939 (top level) <stop threads 1, stop threads 2>: Use it.
18940
b57bacec
PA
189412014-10-02 Pedro Alves <palves@redhat.com>
18942
18943 * gdb.threads/break-while-running.exp (test): Add new
18944 'update_thread_list' argument. Skip "info threads" if false.
18945 (top level): Add new 'update_thread_list' axis.
18946
13fd3ff3
PA
189472014-10-02 Pedro Alves <palves@redhat.com>
18948
18949 PR breakpoints/17431
18950 * gdb.base/execl-update-breakpoints.c: New file.
18951 * gdb.base/execl-update-breakpoints.exp: New file.
18952
0fec99e8
PA
189532014-10-01 Pedro Alves <palves@redhat.com>
18954
18955 * gdb.base/breakpoint-in-ro-region.c: New file.
18956 * gdb.base/breakpoint-in-ro-region.exp: New file.
18957
2ddf4301
SM
189582014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18959
18960 * gdb.mi/mi-exit-code.exp: New file.
18961 * gdb.mi/mi-exit-code.c: New file.
18962
6a5f3f43
YQ
189632014-09-30 Yao Qi <yao@codesourcery.com>
18964
18965 * lib/prelink-support.exp (build_executable_own_libs): Error if
18966 the target isn't native.
18967
345bcc73
YQ
189682014-09-30 Yao Qi <yao@codesourcery.com>
18969
18970 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18971 false.
18972
a25a5a45
PA
189732014-09-22 Pedro Alves <palves@redhat.com>
18974
18975 * gdb.threads/break-while-running.exp: New file.
18976 * gdb.threads/break-while-running.c: New file.
18977
00ba3162
YQ
189782014-09-19 Yao Qi <yao@codesourcery.com>
18979
18980 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18981 Invoke test. Restart GDB with --readnow and invoke test again.
18982
c3b7b696
YQ
189832014-09-19 Yao Qi <yao@codesourcery.com>
18984
18985 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18986 proc set_breakpoint_on_gcd_function. Invoke
18987 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18988 invoke set_breakpoint_on_gcd_function again.
18989
2b4fd423
DE
189902014-09-18 Doug Evans <dje@google.com>
18991
18992 * gdb.dwarf2/symtab-producer.exp: New file.
18993
a5947601
SDJ
189942014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18995
18996 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18997 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18998 * gdb.base/global-var-nested-by-dso.c: Likewise.
18999 * gdb.base/global-var-nested-by-dso.exp: Likewise.
19000
91c19059
SDJ
190012014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19002 Pedro Alves <palves@redhat.com>
19003
19004 * gdb.base/watch-bitfields.exp: Pass string other than test file
19005 name to prepare_for_testing.
19006 (watch): New procedure.
19007 (expect_watchpoint): Use with_test_prefix.
19008 (top level): Factor out tests to ...
19009 (test_watch_location, test_regular_watch): ... these new
19010 procedures, and use with_test_prefix and gdb_continue_to_end.
19011
bb9d5f81
PP
190122014-09-16 Patrick Palka <patrick@parcs.ath.cx>
19013
19014 PR breakpoints/12526
19015 * gdb.base/watch-bitfields.exp: New file.
19016 * gdb.base/watch-bitfields.c: New file.
19017
635856f5
PA
190182014-09-16 Pedro Alves <palves@redhat.com>
19019
19020 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
19021 software and hardware addresses, not software address against
19022 itself.
19023
7280ceea
PA
190242014-09-16 Pedro Alves <palves@redhat.com>
19025
19026 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
19027 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
19028
428b16bd
PA
190292014-09-16 Pedro Alves <palves@redhat.com>
19030
19031 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
19032 files.
19033 * gdb.base/a2-run.exp: Remove all code guarded by istarget
19034 "*-*-vxworks*" throughout.
19035 * gdb.base/break.exp: Likewise.
19036 * gdb.base/default.exp: Likewise.
19037 * gdb.base/scope.exp: Likewise.
19038 * gdb.base/sepdebug.exp: Likewise.
19039 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
19040 throughout.
19041 * gdb.base/run.c: Likewise.
19042 * gdb.base/sepdebug.c: Likewise.
19043 * gdb.hp/gdb.aCC/run.c: Likewise.
19044 * gdb.reverse/until-reverse.c: Likewise.
19045 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
19046
666d413c
YQ
190472014-09-16 Yao Qi <yao@codesourcery.com>
19048
19049 * boards/local-remote-host-native.exp: New file.
19050
57cbd724
DE
190512014-09-14 Doug Evans <xdje42@gmail.com>
19052
19053 * gdb.threads/queue-signal.c (thread_count): New variable.
19054 (thread_count_mutex, thread_count_condvar): New variables.
19055 (incr_thread_count, wait_all_threads_running): New functions.
19056 (main): Wait for all threads to be in their thread functions.
19057
81219e53
DE
190582014-09-13 Doug Evans <xdje42@gmail.com>
19059
19060 * gdb.threads/queue-signal.c: New file.
19061 * gdb.threads/queue-signal.exp: New file.
19062
3714cea7
DE
190632014-09-13 Doug Evans <xdje42@gmail.com>
19064
19065 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
19066 be consistent with what default_gdb_init uses.
19067 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
19068 the plain text of the prompt. Add some logging printfs.
19069 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
19070
fa43b1d7
PA
190712014-09-12 Pedro Alves <palves@redhat.com>
19072
19073 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
19074 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
19075 * gdb.arch/i386-size-overlap.exp: Likewise.
19076 * gdb.arch/i386-size.exp: Likewise.
19077 * gdb.arch/i386-unwind.exp: Likewise.
19078 * gdb.base/a2-run.exp: Likewise.
19079 * gdb.base/break.exp: Likewise.
19080 * gdb.base/charset.exp: Likewise.
19081 * gdb.base/chng-syms.exp: Likewise.
19082 * gdb.base/commands.exp: Likewise.
19083 * gdb.base/dbx.exp: Likewise.
19084 * gdb.base/find.exp: Likewise.
19085 * gdb.base/funcargs.exp: Likewise.
19086 * gdb.base/jit-simple.exp: Likewise.
19087 * gdb.base/reread.exp: Likewise.
19088 * gdb.base/sepdebug.exp: Likewise.
19089 * gdb.base/step-bt.exp: Likewise.
19090 * gdb.cp/mb-inline.exp: Likewise.
19091 * gdb.cp/mb-templates.exp: Likewise.
19092 * gdb.objc/basicclass.exp: Likewise.
19093 * gdb.threads/killed.exp: Likewise.
19094
9d9bf2df
EBM
190952014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19096
19097 PR tdep/17379
19098 * gdb.arch/powerpc-stackless.S: New file.
19099 * gdb.arch/powerpc-stackless.exp: New file.
19100
1cf2f1b0
JK
191012014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19102
19103 * gdb.base/attach.c: Include unistd.h.
19104 (main): Call alarm. Add label postloop.
19105 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19106 gdb_breakpoint, gdb_continue_to_breakpoint.
19107 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19108
98880d46
PA
191092014-09-11 Pedro Alves <palves@redhat.com>
19110
19111 PR gdb/17347
19112 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19113 * gdb.base/attach.exp (test_command_line_attach_run): New
19114 procedure.
19115 (top level): Call it.
19116
4c92ff2c
PA
191172014-09-11 Pedro Alves <palves@redhat.com>
19118
19119 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19120 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19121 (do_command_attach_tests): Use spawn_wait_for_attach.
19122 * gdb.base/solib-overlap.exp: Likewise.
19123 * gdb.multi/multi-attach.exp: Likewise.
19124 * gdb.python/py-prompt.exp: Likewise.
19125 * gdb.python/py-sync-interp.exp: Likewise.
19126 * gdb.server/ext-attach.exp: Likewise.
19127
3adc1a7d
GKB
191282014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19129
19130 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19131 command in testcase. Simplify testcase.
19132
96334934
JB
191332014-09-10 Joel Brobecker <brobecker@adacore.com>
19134
19135 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19136
eb479039
JB
191372014-09-10 Joel Brobecker <brobecker@adacore.com>
19138
19139 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19140
deede10c
JB
191412014-09-10 Joel Brobecker <brobecker@adacore.com>
19142
19143 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19144
7828a5f5
JB
191452014-09-10 Joel Brobecker <brobecker@adacore.com>
19146
19147 * gdb.dwarf2/dynarr-ptr.c: New file.
19148 * gdb.dwarf2/dynarr-ptr.exp: New file.
19149
33aeebcf
MR
191502014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19151
19152 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19153 of 30 rather than hardcoding 120 for a slow test case. Take the
19154 `gdb,timeout' target setting into account for this calculation.
19155 Don't extend the timeout for the test cases that don't need it.
19156
7b415901
MR
191572014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19158
19159 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19160 a factor of 2 for a slow test case. Take the `gdb,timeout'
19161 target setting into account for this calculation.
19162 * gdb.reverse/until-precsave.exp: Increase the timeout by
19163 a factor of 15 and 3 respectively rather than adding 120
19164 for a pair of slow test cases. Take the `gdb,timeout'
19165 target setting into account for this calculation.
19166
4a40f85a
MR
191672014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19168
19169 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19170 timeout, don't pass one down to gdb_expect.
19171 (gdb_expect): Rework timeout selection.
19172
09635af7
MR
191732014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19174
19175 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19176 exception on timeout.
19177 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19178 (gdbserver_start_extended): Catch any `gdbserver_start' error
19179 exceptions.
19180 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19181 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19182 `gdbserver_gdb_load' error exceptions.
19183
2bdd10b7
MR
191842014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19185
19186 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19187 120 on waiting for the TCP socket to open.
19188
316935f0
DE
191892014-09-09 Doug Evans <xdje42@gmail.com>
19190
19191 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19192 _caller_matches, _any_caller_is, _any_caller_matches.
19193
83740597
DE
191942014-09-09 Doug Evans <xdje42@gmail.com>
19195
19196 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19197
4c122fc3
YQ
191982014-09-09 Yao Qi <yao@codesourcery.com>
19199
19200 * gdb.mi/mi-var-display.exp: Set print symbol off.
19201
a9f116cb
GKB
192022014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19203
19204 PR gdb/17035
19205 * gdb.base/commands.exp: Add tests to verify user-defined
19206 commands with empty bodies.
19207 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19208 python commands in `show user command`.
19209 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19210 scheme commands in `show user command`.
19211
c75bd3a2
JK
192122014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19213
19214 PR python/17355
19215 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19216 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19217 * gdb.python/py-framefilter-invalidarg.exp: New file.
19218 * gdb.python/py-framefilter-invalidarg.py: New file.
19219
faa42425
DE
192202014-09-06 Doug Evans <xdje42@gmail.com>
19221
19222 PR 15276
19223 * gdb.python/py-caller-is.c: New file.
19224 * gdb.python/py-caller-is.exp: New file.
19225
474ca4f6
SDJ
192262014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19227
19228 PR gdb/17235
19229 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19230 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19231
eb0b0463
SDJ
192322014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19233
19234 PR fortran/17237
19235 * gdb.fortran/print-formatted.exp: New file.
19236 * gdb.fortran/print-formatted.f90: Likewise.
19237
5f3b99cf
SS
192382014-09-03 Sasha Smundak <asmundak@google.com>
19239
19240 * gdb.python/py-frame.exp: Test Frame.read_register.
19241
7d793aa9
SDJ
192422014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19243
19244 PR python/16699
19245 * gdb.python/py-completion.exp: New file.
19246 * gdb.python/py-completion.py: Likewise.
19247
fb0576e9
DE
192482014-08-28 Doug Evans <dje@google.com>
19249
19250 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19251 eax,etc. are live with values set by gdb and thus the compiler can't
19252 use them.
19253 * gdb.arch/i386-pseudo.c (main): Ditto.
19254
ee92b0dd
DE
192552014-08-27 Doug Evans <dje@google.com>
19256
19257 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19258
6649db35
DE
192592014-08-25 Doug Evans <dje@google.com>
19260
19261 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19262 (main): Ditto.
19263
564b7600
DE
192642014-08-25 Doug Evans <dje@google.com>
19265
19266 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19267
3881fb67
YQ
192682014-08-24 Yao Qi <yao@codesourcery.com>
19269
19270 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19271 symbol off.
19272 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19273
a05a36a5
DE
192742014-08-22 Doug Evans <dje@google.com>
19275
19276 PR 17276
19277 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19278 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19279 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19280
7c343b48
YQ
192812014-08-22 Yao Qi <yao@codesourcery.com>
19282
19283 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19284 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19285 * gdb.python/python.exp: Likewise. Use .py file on the host
19286 instead of the build.
19287
22fd09ae
JK
192882014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19289
19290 * gdb.threads/gcore-stale-thread.c: New file.
19291 * gdb.threads/gcore-stale-thread.exp: New file.
19292
a8454a7c
PA
192932014-08-21 Pedro Alves <palves@redhat.com>
19294
19295 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19296 * gdb.base/gcore-relro-pie.exp: Likewise.
19297 * gdb.base/gcore-relro.exp: Likewise.
19298 * gdb.base/gcore.exp: Likewise.
19299 * gdb.base/print-symbol-loading.exp: Likewise.
19300 * gdb.threads/gcore-thread.exp: Likewise.
19301 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19302
2a31c623
PA
193032014-08-20 Pedro Alves <palves@redhat.com>
19304 Jan Kratochvil <jan.kratochvil@redhat.com>
19305
19306 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19307 configure.
19308 (EXPECT): Handle READ1 being set.
19309 (all): Depend on EXTRA_RULES.
19310 (check-read1, expect-read1, read1.so, read1): New rules.
19311 * README (Testsuite Parameters): Document the READ1 make variable.
19312 (Race detection): New section.
19313 * configure: Regenerate.
19314 * configure.ac: If build==host==target, and running under a
19315 GNU/glibc system, add read1 to the extra Makefile rules.
19316 (EXTRA_RULES): AC_SUBST it.
19317 * lib/read1.c: New file.
19318
d36430db
JB
193192014-08-20 Joel Brobecker <brobecker@adacore.com>
19320
19321 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19322 the handling of variables declared as a typedef to an array
19323 which a DW_AT_data_location attribute.
19324
9a0dc9e3
PA
193252014-08-19 Andrew Burgess <aburgess@broadcom.com>
19326 Pedro Alves <palves@redhat.com>
19327
19328 PR symtab/14604
19329 PR symtab/14605
19330 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19331 gdb_test.
19332
0718a8da
PA
193332014-08-19 Pedro Alves <palves@redhat.com>
19334
19335 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19336
13b448cd
YQ
193372014-08-19 Yao Qi <yao@codesourcery.com>
19338
19339 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19340 right line.
19341
1cbf5077
DB
193422014-08-18 David Blaikie <dblaikie@gmail.com>
19343
19344 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19345
bf0fae19
JB
193462014-08-18 Joel Brobecker <brobecker@adacore.com>
19347
19348 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19349 attribute in array range.
19350
3c8c5dcc
JB
193512014-08-18 Joel Brobecker <brobecker@adacore.com>
19352
19353 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19354
e66d4446
SC
193552014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19356
19357 PR c++/17132
19358 * gdb.cp/pr17132.cc: New file.
19359 * gdb.cp/pr17132.exp: New file.
19360
940df408
SC
193612014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19362
19363 * gdb.python/py-xmethods.py (A_getarrayind)
19364 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19365 Use 'print' with function call syntax.
19366 (E_method_matcher.match): Fix tab vs space indentation mixup.
19367
ebcc6c3a
YQ
193682014-08-15 Yao Qi <yao@codesourcery.com>
19369
19370 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19371 false.
19372
775e0f04
YQ
193732014-08-15 Yao Qi <yao@codesourcery.com>
19374
19375 * gdb.cp/casts.exp: Set print symbol off.
19376 * gdb.cp/class2.exp: Likewise.
19377 * gdb.cp/overload.exp: Likewise.
19378 * gdb.cp/templates.exp: Likewise.
19379
d769e349
DE
193802014-08-11 Doug Evans <dje@google.com>
19381
19382 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19383 (test_load_shlib): Update.
19384
20c6f1e1
YQ
193852014-08-09 Yao Qi <yao@codesourcery.com>
19386
19387 * gdb.base/display.exp: Invoke is_address_zero_readable.
19388 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19389 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19390 * gdb.base/hbreak-unmapped.exp: Return if
19391 is_address_zero_readable returns true.
19392 * gdb.base/signest.exp: Likewise.
19393 * gdb.base/signull.exp: Likewise.
19394 * gdb.base/sigbpt.exp: Likewise.
19395 * gdb.guile/scm-disasm.exp: Do the test if
19396 is_address_zero_readable returns false.
19397 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19398 * gdb.python/py-arch.exp: Likewise.
19399 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19400 * lib/gdb.exp (is_address_zero_readable): New proc.
19401
5792e8e3
YQ
194022014-08-09 Yao Qi <yao@codesourcery.com>
19403
19404 PR testsuite/13443
19405 * gdb.mi/mi-var-display.exp: Make test messages unique.
19406
3cecbbbe
TT
194072014-08-04 Tom Tromey <tromey@redhat.com>
19408
19409 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19410 target 0".
19411
00b51ff5
TT
194122014-08-04 Tom Tromey <tromey@redhat.com>
19413
19414 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19415 "target_resume".
19416
6908c509
JB
194172014-08-01 Joel Brobecker <brobecker@adacore.com>
19418
19419 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19420 inner_vla_struct_object_size.
19421 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19422 as xfail.
19423
cc6563d2
PA
194242014-07-30 Pedro Alves <palves@redhat.com>
19425
19426 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19427 comment.
19428
7e09a223
YQ
194292014-07-29 Yao Qi <yao@codesourcery.com>
19430
19431 PR gdb/17206
19432 * gdb.base/until-nodebug.exp: New.
19433
7ebdbe92
DE
194342014-07-28 Doug Evans <xdje42@gmail.com>
19435
19436 PR guile/17203
19437 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19438 previously existing parameter, and previously ambiguously spelled
19439 parameter.
19440
fdb1adc6
WN
194412014-07-28 Will Newton <will.newton@linaro.org>
19442
19443 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19444
186fcde0
DE
194452014-07-26 Ludovic Courtès <ludo@gnu.org>
19446 Doug Evans <xdje42@gmail.com>
19447
19448 PR guile/17146
19449 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19450
70509625
PA
194512014-07-25 Pedro Alves <palves@redhat.com>
19452
19453 * gdb.threads/signal-command-handle-nopass.c: New file.
19454 * gdb.threads/signal-command-handle-nopass.exp: New file.
19455 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19456 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19457 * gdb.threads/signal-delivered-right-thread.c: New file.
19458 * gdb.threads/signal-delivered-right-thread.exp: New file.
19459
c3f814a1
PA
194602014-07-25 Pedro Alves <palves@redhat.com>
19461
19462 * gdb.base/double-prompt-target-event-error.exp
19463 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19464 match.
19465 (cancel_pagination_in_target_event): Rework double prompt
19466 detection.
19467 * gdb.base/paginate-after-ctrl-c-running.exp
19468 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19469 <return>' match.
19470 * gdb.base/paginate-bg-execution.exp
19471 (test_bg_execution_pagination_return)
19472 (test_bg_execution_pagination_cancel): Remove '-notransfer
19473 <return>' matches.
19474 * gdb.base/paginate-execution-startup.exp
19475 (test_fg_execution_pagination_return)
19476 (test_fg_execution_pagination_cancel): Remove '-notransfer
19477 <return>' matches.
19478 * gdb.base/paginate-inferior-exit.exp
19479 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19480 match.
19481 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19482 * lib/gdb.exp (pagination_prompt): Run text through
19483 string_to_regexp.
19484 (gdb_test_multiple): Match $pagination_prompt instead of
19485 "<return>".
19486 (string_to_regexp): Move to lib/gdb-utils.exp.
19487
e214cf6c
JK
194882014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19489
19490 * gdb.arch/amd64-entry-value-paramref.S: New file.
19491 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19492 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19493 * gdb.arch/amd64-optimout-repeat.S: New file.
19494 * gdb.arch/amd64-optimout-repeat.c: New file.
19495 * gdb.arch/amd64-optimout-repeat.exp: New file.
19496
17d0c5c8
JK
194972014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19498
19499 PR gdb/17170
19500 * gdb.base/statistics.exp: New file.
19501
b8b8facf
DE
195022014-07-17 Doug Evans <dje@google.com>
19503
74b49205 19504 PR gdb/17170
b8b8facf
DE
19505 * gdb.base/maint.exp: Update testing of per-command stats.
19506
1b5d0ab3
PA
195072014-07-16 Pedro Alves <palves@redhat.com>
19508
19509 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19510 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19511 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19512 (tfile_write_buf): New functions.
19513 (add_memory_block): Rewrite using the above.
19514 (adjust_function_address): New function.
19515 (FUNCTION_ADDRESS): New macro.
19516 (write_basic_trace_file): Remove short_x local, and use
19517 tfile_write_16. Change type of func_addr local to unsigned long
19518 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19519 here. Cast argument of add_memory_block to char pointer.
19520 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19521 (main): Remove parameters.
19522 * gdb.trace/tfile.exp: Remove nowarnings.
19523
4d974e88
SM
195242014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19525
19526 * gdb.base/debug-expr.exp: Test string evaluation with
19527 "debug expression" on.
19528
41e99568
PA
195292014-07-15 Pedro Alves <palves@redhat.com>
19530
19531 * gdb.base/reread.exp: Use clean_restart.
19532
487d9753
PL
195332014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19534
19535 * gdb.arch/avr-flash-qualifer.c: New.
19536 * gdb.arch/avr-flash-qualifer.exp: New.
19537
cc1c52ad
PA
195382014-07-14 Pedro Alves <palves@redhat.com>
19539
19540 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19541 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19542
1e973570
PA
195432014-07-14 Pedro Alves <palves@redhat.com>
19544
19545 * gdb.base/double-prompt-target-event-error.c: New file.
19546 * gdb.base/double-prompt-target-event-error.exp: New file.
19547
93d6eb10
PA
195482014-07-14 Pedro Alves <palves@redhat.com>
19549
19550 PR gdb/17072
19551 * gdb.base/paginate-inferior-exit.c: New file.
19552 * gdb.base/paginate-inferior-exit.exp: New file.
19553
0017922d
PA
195542014-07-14 Pedro Alves <palves@redhat.com>
19555
19556 PR gdb/17072
19557 * gdb.base/paginate-bg-execution.c: New file.
19558 * gdb.base/paginate-bg-execution.exp: New file.
19559
94696ad3
PA
195602014-07-14 Pedro Alves <palves@redhat.com>
19561
19562 PR gdb/17072
19563 * gdb.base/paginate-execution-startup.c: New file.
19564 * gdb.base/paginate-execution-startup.exp: New file.
19565 * lib/gdb.exp (pagination_prompt): New global.
19566 (default_gdb_spawn): New procedure, factored out from
19567 default_gdb_spawn.
19568 (default_gdb_start): Adjust to call default_gdb_spawn.
19569 (gdb_spawn): New procedure.
19570
bd293940
PA
195712014-07-14 Pedro Alves <palves@redhat.com>
19572
19573 * lib/gdb.exp (gdb_assert): New procedure.
19574 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19575
c933f875
PA
195762014-07-14 Pedro Alves <palves@redhat.com>
19577
19578 * gdb.base/execution-termios.c: New file.
19579 * gdb.base/execution-termios.exp: New file.
19580
d98b7a16
TT
195812014-07-14 Tom Tromey <tromey@redhat.com>
19582
19583 * gdb.cp/vla-cxx.cc: New file.
19584 * gdb.cp/vla-cxx.exp: New file.
19585
548740d6
TT
195862014-07-14 Tom Tromey <tromey@redhat.com>
19587
19588 * gdb.reverse/rerun-prec.c: New file.
19589 * gdb.reverse/rerun-prec.exp: New file.
19590
a25eb028
MR
195912014-07-12 Maciej W. Rozycki <macro@mips.com>
19592 Maciej W. Rozycki <macro@codesourcery.com>
19593
19594 * lib/gdb-utils.exp: New file.
19595 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19596 inline `gdb_init_command' processing.
19597 (gdb_start_cmd): Likewise.
19598 * lib/mi-support.exp (mi_run_cmd): Likewise.
19599 * README: Document `gdb_init_command' and `gdb_init_commands'.
19600
218c2655
JK
196012014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19602
19603 Fix false FAIL running under a very long directory name.
19604 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19605 and "set print elements 10000". Twice.
19606
5401fde3
YQ
196072014-07-11 Yao Qi <yao@codesourcery.com>
19608
19609 * gdb.base/exprs.exp: "set print symbol off".
19610
e76126e8
PA
196112014-07-11 Pedro Alves <palves@redhat.com>
19612
19613 * gdb.threads/kill.c: New file.
19614 * gdb.threads/kill.exp: New file.
19615
2d6f0de6
YQ
196162014-07-10 Yao Qi <yao@codesourcery.com>
19617
19618 * gdb.trace/tfile.c (write_basic_trace_file)
19619 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19620 address written to trace file.
19621
7180e04a
PA
196222014-07-09 Pedro Alves <palves@redhat.com>
19623
19624 * gdb.base/attach-wait-input.exp: New file.
19625 * gdb.base/attach-wait-input.c: New file.
19626
9a9a7608
AB
196272014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19628
19629 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19630 setting up test structures.
19631 (main): Call new test function.
19632 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19633 test function, continue into test function and walk test
19634 structures.
19635
161ac41e
YQ
196362014-07-02 Yao Qi <yao@codesourcery.com>
19637
19638 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19639 'bar_start' at the beginning of functions 'foo' and 'bar'
19640 respectively.
19641 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19642 instead of 'foo' and 'bar'.
19643
1f267ae3
MM
196442014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19645
19646 * gdb.btrace/segv.exp: New.
19647 * gdb.btrace/segv.c: New.
19648
2b239efb
LM
196492014-07-02 Luis Machado <lgustavo@codesourcery.com>
19650
19651 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19652 instruction.
19653
cf363f18
MW
196542014-06-30 Mark Wielaard <mjw@redhat.com>
19655
19656 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19657 vulture, vilify, villar): New volatile array constants.
19658 (vindictive, vegetation): New const volatile array constants.
19659 * gdb.base/volatile.exp: Test volatile and const volatile array
19660 types.
19661
aebf9d24
AA
196622014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19663
19664 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19665 target lacks support for awatch, rwatch, or hbreak.
19666
b67a2c6f
YQ
196672014-06-27 Yao Qi <yao@codesourcery.com>
19668
19669 * gdb.multi/dummy-frame-restore.exp: New.
19670 * gdb.multi/dummy-frame-restore.c: New.
19671
aef92902
MM
196722014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19673
19674 * gdb.btrace/gcore.exp: New.
19675
8e9db26e
PA
196762014-06-23 Pedro Alves <palves@redhat.com>
19677
19678 * gdb.base/watchpoint-reuse-slot.c: New file.
19679 * gdb.base/watchpoint-reuse-slot.exp: New file.
19680
70afc5b7
SC
196812014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19682
19683 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19684 progspace's filename in 'info', 'enable' and 'disable' command
19685 tests.
19686
b972bd9c
JK
196872014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19688
19689 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19690 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19691 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19692
125f8a3d
GB
196932014-06-20 Gary Benson <gbenson@redhat.com>
19694
19695 * gdb.arch/i386-avx.exp: Fix include file location.
19696 * gdb.arch/i386-sse.exp: Likewise.
19697
3ed9baed
IB
196982014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19699
19700 * gdb.dlang/expression.exp: New file.
19701
034f788c
PA
197022014-06-19 Pedro Alves <palves@redhat.com>
19703
19704 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19705 out from ...
19706 (top level): ... here. Iterate running tests under different
19707 scheduler-locking settings.
19708
45371d0c
LM
197092014-06-18 Luis Machado <lgustavo@codesourcery.com>
19710
19711 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19712 to DW_FORM_addr and use non-zero addresses.
19713
5d376983
SC
197142014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19715
19716 PR gdb/17017
19717 * gdb.python/py-xmethods.cc: Add global function call counters and
19718 increment them in their respective functions. Remove "cout"
19719 statements.
19720 * gdb.python/py-xmethods.exp: Make tests check the global function
19721 call counters instead of depending on inferior IO.
19722
a1aa2221
LM
197232014-06-18 Don Breazeal <donb@codesourcery.com>
19724
19725 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19726 Deleted procedure.
19727 (explicit_fork_parent_follow): Deleted procedure.
19728 (explicit_fork_child_follow): Deleted procedure.
19729 (test_follow_fork): New procedure.
19730 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 19731 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
19732 procedure calls.
19733
0fc05997
YQ
197342014-06-17 Yao Qi <yao@codesourcery.com>
19735
19736 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19737 CP1252.
19738
70795c52
LM
197392014-06-17 Luis Machado <lgustavo@codesourcery.com>
19740
19741 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19742 Initialize ptr and S explicitly.
19743 (skip_type_update_when_not_use_rtti_test): Likewise.
19744
6be47f0c
KS
197452014-06-16 Keith Seitz <keiths@redhat.com>
19746
19747 PR mi/15863
19748 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19749 the inferior is started.
19750
d03de421
PA
197512014-06-16 Pedro Alves <palves@redhat.com>
19752
19753 * gdb.base/break-main-file-remove-fail.c: New file.
19754 * gdb.base/break-main-file-remove-fail.exp: New file.
19755 * gdb.base/break-unload-file.exp: Use build_executable instead of
19756 prepare_for_testing.
19757 (test_break): New parameter "initial_load". Handle it.
19758 (top level): Add initial_load cmdline/file axis.
19759
f9579b99
TT
197602014-06-12 Tom Tromey <tromey@redhat.com>
19761
19762 * gdb.base/completion.exp: Don't use directory name in test.
19763
3657956b
GB
197642014-06-09 Gary Benson <gbenson@redhat.com>
19765
19766 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19767 separate the always-available ANSI-standard signals from the
19768 signals that require checking.
19769 (main): Likewise.
19770 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19771 Likewise.
19772 (main): Likewise.
19773
4186eb54
KS
197742014-06-07 Keith Seitz <keiths@redhat.com>
19775
19776 Revert:
19777 PR c++/16253
19778 * gdb.cp/var-tag.cc: New file.
19779 * gdb.cp/var-tag.exp: New file.
19780 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19781 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19782 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19783 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19784
25326a28 197852014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
19786
19787 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19788
829155c9
PA
197892014-06-06 Pedro Alves <palves@redhat.com>
19790
19791 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19792 in target debug output instead of looking at RSP packets,
19793 disabling the test on any target that uses hardware stepping.
19794 Update comments.
19795
61c8d22e
PA
197962014-06-06 Pedro Alves <palves@redhat.com>
19797
19798 * gdb.base/break-unload-file.exp: Fix typo.
19799
d9a47287
YQ
198002014-06-06 Yao Qi <yao@codesourcery.com>
19801
19802 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19803 from "jit_function" to "^jit_function".
19804
e5e01dbf
YQ
198052014-06-06 Yao Qi <yao@codesourcery.com>
19806
19807 * gdb.base/async.c (foo): Add one statement.
19808 * gdb.base/async.exp: Get the next instruction address and
19809 match the output of "nexti" by instruction address. Match
19810 the hex address in the output of "finish".
19811
73ba372c
GB
198122014-06-06 Gary Benson <gbenson@redhat.com>
19813
19814 * gdb.base/call-signals.c: Remove preprocessor conditionals
19815 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19816 SIGSEGV and SIGTERM.
19817 * gdb.base/sigall.c: Likewise.
19818 * gdb.base/unwindonsignal.c: Likewise.
19819 * gdb.reverse/sigall-reverse.c: Likewise.
19820
831517df
YQ
198212014-06-06 Yao Qi <yao@codesourcery.com>
19822
19823 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19824 readable, skip the test.
19825
b8b91e98
YQ
198262014-06-06 Yao Qi <yao@codesourcery.com>
19827
19828 * gdb.threads/staticthreads.c (thread_function): Move the line
19829 setting breakpoint on forward.
19830 * gdb.threads/staticthreads.exp: Update comments.
19831
fb934770
LC
198322014-06-05 Ludovic Courtès <ludo@gnu.org>
19833
19834 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19835 "history-append! type error".
19836
6ef284bd
SM
198372014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19838
19839 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19840 erroneous dprintf expected input.
19841
a872e241
DE
198422014-06-04 Doug Evans <xdje42@gmail.com>
19843
19844 * gdb.guile/scm-generics.exp: Delete.
19845
16f691fb
DE
198462014-06-04 Doug Evans <xdje42@gmail.com>
19847
19848 * gdb.guile/scm-breakpoint.exp: Update.
19849 Add tests for breakpoint registration.
19850
012370f6
TT
198512014-06-04 Tom Tromey <tromey@redhat.com>
19852
19853 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19854 VLA-in-union.
19855 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19856 inner_vla_struct, vla_union types. Initialize objects of those
19857 types and compute their sizes.
19858
9f5a4cef
HZ
198592014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19860 Hui Zhu <hui@codesourcery.com>
19861
19862 * gdb.base/fileio.exp: Add test for shell not available as well as
19863 available.
19864 * gdb.base/fileio.c (test_system): Check for shell twice.
19865
90a45c4d
YQ
198662014-06-04 Yao Qi <yao@codesourcery.com>
19867
19868 * gdb.base/auto-connect-native-target.exp: Remove redundant
19869 space from the regexp pattern.
19870
70017e41
YQ
198712014-06-04 Yao Qi <yao@codesourcery.com>
19872
19873 * gdb.base/default.exp: Replace "child" with "native" in
19874 regexp pattern.
19875
883964a7
SC
198762014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19877
19878 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19879 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19880 * gdb.python/py-xmethods.py: Python script supporting the
19881 new testcase and tests.
19882
ef370185
JB
198832014-06-03 Joel Brobecker <brobecker@adacore.com>
19884 Pedro Alves <palves@redhat.com>
19885
19886 PR breakpoints/17000
19887 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19888 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19889
1e2ccb61
BM
198902014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19891
19892 * gdb.base/subst.exp: Add tests to verify partial path matching
19893 output.
19894
c6ec5ab2
PA
198952014-06-03 Pedro Alves <palves@redhat.com>
19896
19897 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19898 target that doesn't use software single-stepping.
19899
835c559f
PA
199002014-06-03 Pedro Alves <palves@redhat.com>
19901
19902 PR breakpoints/17000
19903 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19904 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19905
06eb1586
DE
199062014-06-02 Doug Evans <xdje42@gmail.com>
19907
19908 * gdb.guile/scm-parameter.exp: New file.
19909
e698b8c4
DE
199102014-06-02 Doug Evans <xdje42@gmail.com>
19911
19912 * gdb.guile/scm-cmd.c: New file.
19913 * gdb.guile/scm-cmd.exp: New file.
19914
ded03782
DE
199152014-06-02 Doug Evans <xdje42@gmail.com>
19916
19917 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19918 pretty-printer lookup.
19919 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19920 (make-pp_s-printer): Call it.
19921 (make-pretty-printer-from-dict): New function.
19922 (lookup-pretty-printer-maker-from-dict): New function.
19923 (*pretty-printer*): Simplify.
19924 (make-objfile-pp_s-printer): New function.
19925 (install-objfile-pretty-printers!): New function.
19926 (make-progspace-pp_s-printer): New function.
19927 (install-progspace-pretty-printers!): New function.
19928 * gdb.guile/scm-progspace.c: New file.
19929 * gdb.guile/scm-progspace.exp: New file.
19930
41fac0cf
PA
199312014-06-02 Pedro Alves <palves@redhat.com>
19932
19933 * gdb.base/dprintf-bp-same-addr.c: New file.
19934 * gdb.base/dprintf-bp-same-addr.exp: New file.
19935
96ae5695
EBM
199362014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19937
19938 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19939 * gdb.arch/powerpc-power.s: Likewise.
19940
da02b3a8
JB
199412014-06-02 Joel Brobecker <brobecker@adacore.com>
19942
19943 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19944
c72b2e7b
YQ
199452014-06-01 Yao Qi <yao@codesourcery.com>
19946
19947 * gdb.base/watchpoint.exp (test_watch_location): Check null
19948 pointer can be dereferenced. If not, do the test, otherwise
19949 skip it.
19950
53e8a631
AB
199512014-05-30 Andrew Burgess <aburgess@broadcom.com>
19952
19953 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19954 results.
19955 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19956
938f0e2f
AB
199572014-05-30 Andrew Burgess <aburgess@broadcom.com>
19958
19959 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19960 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19961 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19962 * gdb.arch/amd64-invalid-stack-top.c: New file.
19963 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19964
9ba6657a
PA
199652014-05-30 Pedro Alves <palves@redhat.com>
19966
19967 PR breakpoints/17000
19968 * gdb.base/sss-bp-on-user-bp.c: New file.
19969 * gdb.base/sss-bp-on-user-bp.exp: New file.
19970
522c09bf
DB
199712014-05-30 David Blaikie <dblaikie@gmail.com>
19972
19973 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19974 gnu_inline semantics via attribute.
19975 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19976 source explicitly specifies the required semantics.
19977
bf4ef81e
MR
199782014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19979
19980 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19981
329ea579
PA
199822014-05-29 Pedro Alves <palves@redhat.com>
19983 Tom Tromey <tromey@redhat.com>
19984
19985 * gdb.base/async-shell.exp: Don't enable target-async.
19986 * gdb.base/async.exp
19987 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19988 parameter. Adjust.
19989 (top level): Don't test with "target-async".
19990 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19991 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19992 * gdb.base/inferior-died.exp: Don't enable target-async.
19993 * gdb.base/interrupt-noterm.exp: Likewise.
19994 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19995 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19996 * gdb.mi/mi-nonstop.exp: Likewise.
19997 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19998 * gdb.mi/mi-nsintrall.exp: Likewise.
19999 * gdb.mi/mi-nsmoribund.exp: Likewise.
20000 * gdb.mi/mi-nsthrexec.exp: Likewise.
20001 * gdb.mi/mi-watch-nonstop.exp: Likewise.
20002 * gdb.multi/watchpoint-multi.exp: Adjust comment.
20003 * gdb.python/py-evsignal.exp: Don't enable target-async.
20004 * gdb.python/py-evthreads.exp: Likewise.
20005 * gdb.python/py-prompt.exp: Likewise.
20006 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
20007 * gdb.server/solib-list.exp: Don't enable target-async.
20008 * gdb.threads/thread-specific-bp.exp: Likewise.
20009 * lib/mi-support.exp: Adjust to use mi-async.
20010
fd664c91
PA
200112014-05-29 Pedro Alves <palves@redhat.com>
20012
20013 PR gdb/13860
20014 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
20015 reason, even in sync mode.
20016
251bde03
PA
200172014-05-29 Pedro Alves <palves@redhat.com>
20018 Hui Zhu <hui@codesourcery.com>
20019
20020 PR PR15693
20021 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
20022 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
20023 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
20024 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
20025
7f3c0343
JB
200262014-05-28 Joel Brobecker <brobecker@adacore.com>
20027
20028 * config/monitor.exp (gdb_target_monitor): Replace use of
20029 "set remotebaud" by "set serial baud".
20030
b2715b27
AW
200312014-05-26 Andy Wingo <wingo@igalia.com>
20032
20033 * gdb.guile/scm-breakpoint.exp:
20034 * gdb.guile/scm-gsmob.exp: Update to use plain old object
20035 properties instead of gdb-object-properties.
20036
498a4489
YQ
200372014-05-26 Yao Qi <yao@codesourcery.com>
20038
20039 * gdb.server/no-thread-db.exp: Specify source file name
20040 explicitly when setting a breakpoint.
20041
589fdceb
MM
200422014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20043
20044 * gdb.btrace/vdso.c: New.
20045 * gdb.btrace/vdso.exp: New.
20046
e9089e05
MM
200472014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20048
20049 * gdb.base/gcore.exp (capture_command_output): Move ...
20050 * lib/gdb.exp (capture_command_output): ... here.
20051
67b5c0c1
MM
200522014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20053
20054 * gdb.btrace/data.exp: Test memory access during btrace replay.
20055
a2199296
SM
200562014-05-22 Simon Marchi <simon.marchi@ericsson.com>
20057
20058 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
20059
17b2616c
PA
200602014-05-21 Pedro Alves <palves@redhat.com>
20061
20062 PR gdb/13860
20063 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
20064 (top level): Test that output related to execution commands is
20065 sent to the console with CLI commands, but not with MI commands.
20066 Test that breakpoint events are always mirrored to the console.
20067 Also expect the new source line to be output after a "next" in
20068 async mode too. Make it a pass/fail test.
20069 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
20070 output.
20071 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
20072
5166082f
PA
200732014-05-21 Pedro Alves <palves@redhat.com>
20074
20075 * gdb.base/list.exp (build_pattern, test_list): New procedures.
20076 Use them to test variations of "list" after reaching a breakpoint.
20077 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
20078 Test "list" with listsize 10 after reaching a breakpoint.
20079 * gdb.python/python.exp (decode_line current location line
20080 number): Adjust expected line number.
20081
2f25d70f
SM
200822014-05-21 Simon Marchi <simon.marchi@ericsson.com>
20083
20084 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
20085 behavior for $args, pass it directly to "run".
20086
ff604a67
MR
200872014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
20088
20089 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
20090 30000 to 65536.
20091
6a3cb8e8
PA
200922014-05-21 Pedro Alves <palves@redhat.com>
20093
20094 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20095 auto-connect-native-target off".
20096 * gdb.base/auto-connect-native-target.c: New file.
20097 * gdb.base/auto-connect-native-target.exp: New file.
20098
4ebfc96e
PA
200992014-05-21 Pedro Alves <palves@redhat.com>
20100
20101 * gdb.base/default.exp: Test "target native" instead of "target
20102 child".
20103
36d46afb
MW
201042014-05-21 Mark Wielaard <mjw@redhat.com>
20105
20106 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20107
5876f503
JK
201082014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20109
20110 Fix TLS access for -static -pthread.
20111 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20112 <HAVE_TLS> (thread_function, main): Initialize it.
20113 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20114 Add clean_restart.
20115 <$have_tls != "">: Check TLSVAR.
20116
0256a6ac
PA
201172014-05-21 Pedro Alves <palves@redhat.com>
20118
20119 * gdb.base/dcache-line-read-error.c: New.
20120 * gdb.base/dcache-line-read-error.exp: New.
20121
936d2992
PA
201222014-05-20 Pedro Alves <palves@redhat.com>
20123
20124 * gdb.base/compare-sections.c: New file.
20125 * gdb.base/compare-sections.exp: New file.
20126
802e8e6d
PA
201272014-05-20 Pedro Alves <palves@redhat.com>
20128
20129 * gdb.base/break-idempotent.c: New file.
20130 * gdb.base/break-idempotent.exp: New file.
20131
e59fa00f
MM
201322014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20133
20134 * gdb.btrace/nohist.exp: New.
20135
8b696e31
YQ
201362014-05-20 Yao Qi <yao@codesourcery.com>
20137
20138 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20139 gdb.reverse directory and gdb_reverse_timeout exists in board
20140 setting.
20141 * README: Document gdb_reverse_timeout.
20142
73c9764f
YQ
201432014-05-20 Yao Qi <yao@codesourcery.com>
20144
20145 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20146 'test_file_name'. Treat args as a string instead of a list.
20147 (gdb_init): Rename argument 'args' by 'test_file_name'.
20148
f1f4348a
JK
201492014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20150
20151 * gdb.arch/powerpc-power.exp: New file.
20152 * gdb.arch/powerpc-power.s: New file.
20153
0dbe70ce
DE
201542014-05-16 Doug Evans <dje@google.com>
20155
20156 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
20157 * gdb.base/completion.exp: Check that all expected files exist
20158 before doing file completion.
0dbe70ce 20159
8d551b02
DE
201602014-05-16 Doug Evans <dje@google.com>
20161
20162 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20163 Update.
20164 (do_syscall_tests_without_xml): Update.
20165
73eb7709
PA
201662014-05-16 Pedro Alves <palves@redhat.com>
20167
20168 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20169 instead of "unknown output after running".
20170
3fae92fc
YQ
201712014-05-16 Yao Qi <yao@codesourcery.com>
20172
20173 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20174 file1.txt from host at the end.
20175 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20176
c2b2ccc5
DE
201772014-05-15 Doug Evans <dje@google.com>
20178
20179 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20180 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20181 loading file. Add test for TU lookup.
20182
8c217a4b
SM
201832014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20184
20185 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20186 calling "-exec-arguments" or "set args" before running the
20187 inferior.
20188
3deb39c6
SM
201892014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20190
20191 * lib/mi-support.exp (mi_expect_stop): Expect message for
20192 inferiors that exit with non-zero exit code.
20193
71a79f8c
YQ
201942014-05-14 Yao Qi <yao@codesourcery.com>
20195
20196 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20197 match absolute path on remote host.
20198 (test_file_list_exec_source_files): Remove "/" from the
20199 pattern.
20200
f23fcd46
YQ
202012014-05-14 Yao Qi <yao@codesourcery.com>
20202
20203 * boards/local-remote-host-notty.exp (${board}_file): New
20204 proc.
20205
9404b58f
KM
202062014-05-07 Kyle McMartin <kyle@redhat.com>
20207
20208 Pushed by Joel Brobecker <brobecker@adacore.com>.
20209 * gdb.arch/aarch64-atomic-inst.c: New file.
20210 * gdb.arch/aarch64-atomic-inst.exp: New file.
20211
5e45f04c
YQ
202122014-05-07 Yao Qi <yao@codesourcery.com>
20213
20214 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20215 in current context" too.
20216
c888a17d
KS
202172014-05-05 Keith Seitz <keiths@redhat.com>
20218
20219 * gdb.linespec/ls-dollar.exp: Add test for linespec
20220 file:convenience_variable.
20221
290a839c
YQ
202222014-05-05 Yao Qi <yao@codesourcery.com>
20223
20224 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20225 traceframes into tfile and ctf trace files. Read data from
20226 trace file and test collected data.
20227 (gdb_collect_locals_test): Likewise.
20228 (gdb_unavailable_registers_test): Likewise.
20229 (gdb_unavailable_floats): Likewise.
20230 (gdb_collect_globals_test): Likewise.
20231 (top-level): Append "ctf" to trace_file_targets if GDB
20232 supports.
20233
b5262cd0
YQ
202342014-05-05 Yao Qi <yao@codesourcery.com>
20235
20236 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20237 code to ...
20238 (gdb_collect_args_test_1): ... it. New proc.
20239 (gdb_collect_locals_test): Move some code to ...
20240 (gdb_collect_locals_test_1): ... it. New proc.
20241 (gdb_unavailable_registers_test): Move some code to ...
20242 (gdb_unavailable_registers_test_1): ... it. New proc.
20243 (gdb_unavailable_floats): Move some code to ...
20244 (gdb_unavailable_floats_1): ... it. New proc.
20245
30a1e6cc
SDJ
202462014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20247
20248 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20249 probes to test for bitness recognition.
20250 * gdb.arch/amd64-stap-optional-prefix.exp
20251 (test_probe_value_without_reg): New procedure.
20252 Add code to test for different kinds of bitness.
20253
f33da99a
SDJ
202542014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20255
20256 PR breakpoints/16889
20257 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20258 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20259
5b80f00d
PA
202602014-05-01 Pedro Alves <palves@redhat.com>
20261
20262 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20263 gdb_file_cmd if no file is specified.
20264 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20265 last_loaded_file to set the remote exec-file.
20266
f8c2a73c
PA
202672014-05-01 Pedro Alves <palves@redhat.com>
20268
20269 * boards/local-remote-host.exp: New file.
20270
be6e8ac7
PA
202712014-05-01 Pedro Alves <palves@redhat.com>
20272
20273 * boards/local-remote-host.exp: Rename to ...
20274 * boards/local-remote-host-notty.exp: ... this.
20275
cac0dc8f
JB
202762014-04-28 Joel Brobecker <brobecker@adacore.com>
20277
20278 * gdb.ada/dyn_arrayidx: New testcase.
20279
9730e6cc
YQ
202802014-04-26 Yao Qi <yao@codesourcery.com>
20281
20282 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20283 and compute the length of function main. Save it in
20284 $main_length.
20285 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20286 (top-level): Use gdb_compile to compile objects into
20287 executable and restart GDB. Remove invocation to
20288 prepare_for_testing.
20289
7ae1a6a6
PA
202902014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20291 Pedro Alves <palves@redhat.com>
20292
20293 PR server/16255
20294 * gdb.multi/multi-attach.c: New file.
20295 * gdb.multi/multi-attach.exp: New file.
20296
4082afcc
PA
202972014-04-25 Pedro Alves <palves@redhat.com>
20298
20299 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20300 user.
20301 (top level): Test that "set remote conditional-breakpoints-packet
20302 off" works as intended.
20303 * gdb.base/dprintf.exp: Test that "set remote
20304 breakpoint-commands-packet off" works as intended.
20305 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20306 New function.
20307 (top level): Call it.
20308 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20309 remote fast-tracepoints-packet off" works as intended.
20310 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20311 * lib/gdb.exp (gdb_is_target_remote): ... here.
20312
2abc3f8d
DB
203132014-04-24 David Blaikie <dblaikie@gmail.com>
20314
20315 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20316 ensure clang would not discard them.
20317 * gdb.base/gdbvars.c: Ditto.
20318 * gdb.base/memattr.c: Ditto.
20319 * gdb.base/whatis.c: Ditto.
20320 * gdb.python/py-prettyprint.c: Ditto.
20321 * gdb.trace/actions.c: Ditto.
20322 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20323 ensure clang would not discard it.
20324
bfd39632
DB
203252014-04-24 David Blaikie <dblaikie@gmail.com>
20326
20327 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20328 clang to emit the full definition of type required by the test
20329 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20330
22842ff6
DB
203312014-04-24 David Blaikie <dblaikie@gmail.com>
20332
20333 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20334 coax Clang into emitting the definition of the type.
20335 * gdb.cp/pr10728-x.h (y): Ditto.
20336 * gdb.cp/pr10728-y.cc (y): Ditto.
20337
c2e827ad
DB
203382014-04-24 David Blaikie <dblaikie@gmail.com>
20339
20340 * gdb.base/label.exp: XFAIL label related tests under Clang.
20341 * gdb.cp/cplabel.exp: Ditto.
20342 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20343 under Clang those using labels.
20344
4c2d33e7
YQ
203452014-04-25 Yao Qi <yao@codesourcery.com>
20346
20347 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20348 double_label.
20349 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20350 partial_label and double_label.
20351
56083b99
DB
203522014-04-24 David Blaikie <dblaikie@gmail.com>
20353
20354 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20355
25d4e99d
DB
203562014-04-24 David Blaikie <dblaikie@gmail.com>
20357
20358 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20359 of the function to work across GCC and Clang.
20360 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20361 pointer types (const void ** const V void **).
20362
01f9f808
MS
203632014-04-24 Michael Sturm <michael.sturm@mintel.com>
20364 Walfred Tedeschi <walfred.tedeschi@intel.com>
20365
20366 * Makefile.in (EXECUTABLES): Added i386-avx512.
20367 * gdb.arch/i386-avx512.c: New file.
20368 * gdb.arch/i386-avx512.exp: Likewise.
20369
4b48d439
KS
203702014-04-23 Keith Seitz <keiths@redhat.com>
20371
20372 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20373 (mi_make_breakpoint_table): New procedure.
20374 (mi_create_breakpoint): Use mi_make_breakpoint
20375 and return the result.
20376 (mi_make_breakpoint): New procedure.
20377 (mi_build_kv_pairs): New procedure.
20378
20379 * gdb.mi/mi-break.exp: Remove unused globals,
20380 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20381 All callers updated.
20382 * gdb.mi/mi-dprintf.exp: Use variable to track command
20383 number.
20384 Update all callers of mi_create_breakpoint and use
20385 mi_make_breakpoint_table.
20386 Remove any unused global variables.
20387 * gdb.mi/mi-nonstop.exp: Likewise.
20388 * gdb.mi/mi-nsintrall.exp: Likewise.
20389 * gdb.mi/mi-nsmoribund.exp: Likewise.
20390 * gdb.mi/mi-nsthrexec.exp: Likewise.
20391 * gdb.mi/mi-reverse.exp: Likewise.
20392 * gdb.mi/mi-simplerun.exp: Likewise.
20393 * gdb.mi/mi-stepn.exp: Likewise.
20394 * gdb.mi/mi-syn-frame.exp: Likewise.
20395 * gdb.mi/mi-until.exp: Likewise.
20396 * gdb.mi/mi-var-cp.exp: Likewise.
20397 * gdb.mi/mi-var-display.exp: Likewise.
20398 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20399 * gdb.mi/mi2-var-child.exp: Likewise.
20400 * gdb.mi/mi-vla-c99.exp: Likewise.
20401 * lib/mi-support.exp: Likewise.
20402
20403 From Ian Lance Taylor <iant@cygnus.com>:
20404 * lib/gdb.exp (parse_args): New procedure.
20405
08351840
PA
204062014-04-23 Pedro Alves <palves@redhat.com>
20407
20408 * gdb.base/break-unload-file.c: New file.
20409 * gdb.base/break-unload-file.exp: New file.
20410 * gdb.base/sym-file-lib.c (baz): New function.
20411 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20412 field.
20413 (load): Store the segment's mapped size.
20414 (unload): New function.
20415 (unload_shlib): New function.
20416 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20417 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20418 set a breakpoint at baz, and call it.
20419 * gdb.base/sym-file.exp: New tests for stale breakpoint
20420 instructions.
20421
076855f9
PA
204222014-04-23 Pedro Alves <palves@redhat.com>
20423
20424 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20425 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20426 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20427 * gdb.base/hbreak-unmapped.c: New file.
20428 * gdb.base/hbreak-unmapped.exp: New file.
20429 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20430 * lib/gdb.exp (gdb_is_target_remote): ... here.
20431
483805cf
PA
204322014-04-22 Pedro Alves <palves@redhat.com>
20433
20434 * gdb.base/consecutive-step-over.c: New file.
20435 * gdb.base/consecutive-step-over.exp: New file.
20436
06d97543
PA
204372014-04-22 Pedro Alves <palves@redhat.com>
20438
20439 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20440 instead of send_gdb/gdb_expect.
20441
b4429ea2
YQ
204422014-04-22 Yao Qi <yao@codesourcery.com>
20443
20444 * lib/trace-support.exp (generate_tracefile): New procedure.
20445 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20446 return 0.
20447 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20448 if generate_tracefile returns 1.
20449
51d48146
PA
204502014-04-18 Tom Tromey <palves@redhat.com>
20451 Pedro alves <tromey@redhat.com>
20452
20453 PR backtrace/15558
20454 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20455 with a backtrace limit.
20456 * gdb.python/py-frame-inline.exp: Test running to an inline
20457 function with a backtrace limit, and printing the newest frame.
20458 * gdb.python/py-frame-inline.c (main): Call f.
20459
bd1dce5f
MS
204602014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20461
20462 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20463
40d1a503
MS
204642014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20465
20466 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20467 Drop prefix from unsupported source file path.
20468
389b98f7
YQ
204692014-04-17 Yao Qi <yao@codesourcery.com>
20470
20471 * lib/gdb.exp (with_target_charset): New proc.
20472 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20473 with_target_charset.
20474 (test_print_strings): Likewise.
20475 (test_repeat_bytes): Likewise.
20476 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20477 for some tests.
20478
22869d73
KS
204792014-04-16 Keith Seitz <keiths@redhat.com>
20480
20481 PR gdb/15827
20482 * gdb.dwarf2/corrupt.c: New file.
20483 * gdb.dwarf2/corrupt.exp: New file.
20484
c4f87ca6
KS
204852014-04-16 Keith Seitz <keiths@redhat.com>
20486
20487 PR c++/16597
20488 * gdb.cp/namelessclass.cc: New file.
20489 * gdb.cp/namelessclass.exp: New file.
20490 * gdb.cp/namelessclass.S: New file.
20491
ab19de87
DE
204922014-04-16 Doug Evans <dje@google.com>
20493
20494 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20495 Add comment.
20496 (gdbserver_default_get_comm_port): New function.
20497 (gdbserver_start): Check if board file provided
20498 "gdbserver,get_comm_port" and use it if so.
20499 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20500 (gdb,socketport): Set to "stdio".
20501 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20502 (stdio_gdbserver_template): Delete.
20503 (${board}_get_remote_address): Update.
20504 (${board}_build_remote_cmd): Delete.
20505 (${board}_get_comm_port): New function.
20506 (${board}_spawn): Update.
20507 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20508 Delete.
20509 (${board}_get_remote_address): Update.
20510 (${board}_get_comm_port): New function.
20511
fc98a809
AB
205122014-04-16 Andrew Burgess <aburgess@broadcom.com>
20513
20514 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20515 appearing in any order.
20516
87fd9e6e
DE
205172014-04-15 Doug Evans <dje@google.com>
20518
20519 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20520 uninitialized value of "description".
20521
099fc3ea
KS
205222014-04-15 Keith Seitz <keiths@redhat.com>
20523
20524 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20525 Remove unused globals.
20526 (test_running_the_program): Likewise.
20527 (test_controlled_execution): Likewise.
20528 (test_controlling_breakpoints): Likewise.
20529 (test_program_termination): Likewise.
20530
5da151d4
KS
205312014-04-15 Keith Seitz <keiths@redhat.com>
20532
20533 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20534 unused globals.
20535 (test_rbreak_creation_and_listing): Likewise.
20536 (test_ignore_count): Likewise.
20537 (test_error): Likewise.
20538
35e5d2f0
PA
205392014-04-15 Pedro Alves <palves@redhat.com>
20540
20541 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20542 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20543 sym-file-loader.c.
20544 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20545 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20546 to sym-file-loader.c.
20547 (struct library): Forward declare.
20548 (load_shlib, lookup_function): Change prototypes.
20549 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20550 (translate_offset): Remove declarations.
20551 (get_text_addr): New declaration.
20552 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20553 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20554 sym-file-loader.h.
20555 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20556 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20557 here from sym-file-loader.h.
20558 (struct library): New structure.
20559 (load_shlib, lookup_function): Change prototypes and adjust to
20560 work with a struct library.
20561 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20562 (translate_offset): Make static.
20563 (get_text_addr): New function.
20564 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20565
eb4c1710
PA
205662014-04-15 Pedro Alves <palves@redhat.com>
20567
20568 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20569
2d1baf52
PA
205702014-04-15 Pedro Alves <palves@redhat.com>
20571
20572 * gdb.base/sym-file-loader.c: Include <limits.h>.
20573 (SELF_LINK): New define.
20574 (get_origin): New function.
20575 (load_shlib): Use it.
20576 * gdb.base/sym-file.exp: Don't early return if the target is
20577 remote. Use runto_main, and issue fail is that fails. Use
20578 gdb_load_shlibs.
20579 (shlib_name): Delete.
20580 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20581
7dd6df01
PA
205822014-04-15 Pedro Alves <palves@redhat.com>
20583
20584 * gdb.base/sym-file.exp: Remove regex characters from test
20585 message. Don't refer to breakpoint numbers in test messages.
20586
b50c8614
KS
205872014-04-14 Keith Seitz <keiths@redhat.com>
20588
20589 PR c++/16253
20590 * gdb.cp/var-tag.cc: New file.
20591 * gdb.cp/var-tag.exp: New file.
20592 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20593 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20594 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20595 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20596
3d567982
TT
205972014-04-14 Tom Tromey <tromey@redhat.com>
20598
20599 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20600 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20601 type.
20602 * gdb.cp/enum-class.exp: New file.
20603 * gdb.cp/enum-class.cc: New file.
20604
0626fc76
TT
206052014-04-14 Tom Tromey <tromey@redhat.com>
20606
20607 * gdb.dwarf2/enum-type.exp: New file.
20608
dca325b3
SA
206092014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20610
20611 * gdb.mi/mi-vla-c99.exp: New file.
20612 * gdb.mi/vla.c: New file.
20613
5854b38a
SA
206142014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20615
20616 * gdb.base/vla-datatypes.c: New file.
20617 * gdb.base/vla-datatypes.exp: New file.
20618
463bb957
SA
206192014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20620
20621 * gdb.base/vla-ptr.c: New file.
20622 * gdb.base/vla-ptr.exp: New file.
20623
3dd170be
SA
206242014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20625
20626 * gdb.dwarf2/count.exp: New file.
20627
5ecaaa66
SA
206282014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20629
20630 * gdb.base/vla-sideeffect.c: New file.
20631 * gdb.base/vla-sideeffect.exp: New file.
20632
41f1ada5
DB
206332014-04-14 David Blaikie <dblaikie@gmail.com>
20634
20635 * gdb.mi/non-stop.c: Add return value for non-void function return
20636 statement.
20637 * gdb.threads/staticthreads.c: Ditto.
20638
0be03e84
DE
206392014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20640 Doug Evans <xdje42@gmail.com>
20641
20642 * gdb.guile/scm-value.c: Improve test case.
20643 * gdb.guile/scm-value.exp: Add new test.
20644
f180a1fb
DB
206452014-04-11 David Blaikie <dblaikie@gmail.com>
20646
20647 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20648 override Clang's default.
20649
6b662e19
JB
206502014-04-11 Joel Brobecker <brobecker@adacore.com>
20651
20652 Revert the following changes (regressions):
20653
20654 * gdb.base/vla-sideeffect.c: New file.
20655 * gdb.base/vla-sideeffect.exp: New file.
20656
20657 * gdb.dwarf2/count.exp: New file.
20658
20659 * gdb.base/vla-multi.c: New file.
20660 * gdb.base/vla-multi.exp: New file.
20661
20662 * gdb.base/vla-ptr.c: New file.
20663 * gdb.base/vla-ptr.exp: New file.
20664
20665 * gdb.base/vla-datatypes.c: New file.
20666 * gdb.base/vla-datatypes.exp: New file.
20667
20668 * gdb.mi/mi-vla-c99.exp: New file.
20669 * gdb.mi/vla.c: New file.
20670
245a5f0b
KS
206712014-04-11 Keith Seitz <keiths@redhat.com>
20672
20673 PR c++/16675
20674 * gdb.cp/cpsizeof.exp: New file.
20675 * gdb.cp/cpsizeof.cc: New file.
20676
58a84dcf
SA
206772014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20678
191a8a90
JB
20679 * gdb.mi/mi-vla-c99.exp: New file.
20680 * gdb.mi/vla.c: New file.
58a84dcf 20681
c8655f75
SA
206822014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20683
20684 * gdb.base/vla-datatypes.c: New file.
20685 * gdb.base/vla-datatypes.exp: New file.
20686
024e13b4
SA
206872014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20688
20689 * gdb.base/vla-ptr.c: New file.
20690 * gdb.base/vla-ptr.exp: New file.
20691
1a237e0e
SA
206922014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20693
20694 * gdb.base/vla-multi.c: New file.
20695 * gdb.base/vla-multi.exp: New file.
20696
504f3432
SA
206972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20698
20699 * gdb.dwarf2/count.exp: New file.
20700
3bce8237
SA
207012014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20702
191a8a90
JB
20703 * gdb.base/vla-sideeffect.c: New file.
20704 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 20705
322f9c21
YQ
207062014-04-11 Yao Qi <yao@codesourcery.com>
20707
20708 * gdb.base/completion.exp: Check file exists before running tests
20709 on file completion.
20710
d708bcd1
PA
207112014-04-10 Pedro Alves <palves@redhat.com>
20712
20713 * gdb.base/cond-eval-mode.c: New file.
20714 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20715 prepare_for_testing to build the new file. Check result of
20716 runto_main.
20717 (test_break, test_watch): New procedures.
20718 (top level): Use them.
20719
ae1d2761
PM
207202014-04-08 Pierre Muller <muller@sourceware.org>
20721
20722 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20723 Ctrl-V use for mingw hosts.
20724
7af389b8
SC
207252014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20726
20727 * gdb.python/py-value.c: Improve test case.
20728 * gdb.python/py-value.exp: Add new test.
20729
5e703181
DE
207302014-04-07 David Blaikie <dblaikie@gmail.com>
20731
20732 * lib/compiler.c: Identify the clang compiler.
20733 * lib/compiler.cc: Ditto.
20734
9810b410
YQ
207352014-04-03 Yao Qi <yao@codesourcery.com>
20736
20737 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20738
98d1b8dc
AB
207392014-04-01 Anton Blanchard <anton@samba.org>
20740
20741 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20742 messages unique.
20743
3114cea1
AB
207442014-04-01 Anton Blanchard <anton@samba.org>
20745
20746 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20747 prepare_for_testing.
20748
62f7182c
AB
207492014-04-01 Anton Blanchard <anton@samba.org>
20750
20751 * gdb.arch/ppc64-atomic-inst.c: Remove.
20752 * gdb.arch/ppc64-atomic-inst.S: New file.
20753 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20754
770e7fc7
DE
207552014-03-31 Doug Evans <dje@google.com>
20756
20757 * gdb.base/print-symbol-loading-lib.c: New file.
20758 * gdb.base/print-symbol-loading-main.c: New file.
20759 * gdb.base/print-symbol-loading.exp: New file.
20760
46e2bafa
YQ
207612014-03-31 Yao Qi <yao@codesourcery.com>
20762
20763 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20764
8776cfe9
JB
207652014-03-28 Joel Brobecker <brobecker@adacore.com>
20766
20767 * gdb.ada/mi_dyn_arr: New testcase.
20768
5d1ef361
DE
207692014-03-27 Doug Evans <dje@google.com>
20770
20771 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20772
b5bee914
YQ
207732014-03-27 Yao Qi <yao@codesourcery.com>
20774
20775 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20776 if target is nios2-*-*.
20777
0d4d0e77
YQ
207782014-03-26 Yao Qi <yao@codesourcery.com>
20779
20780 * lib/gdb.exp (readline_is_used): New proc.
20781 * gdb.base/completion.exp: Move tests on command complete up.
20782 Skip the rest of tests if readline is not used.
20783 * gdb.ada/complete.exp: Skp the test if readline is not
20784 used.
20785 * gdb.base/filesym.exp: Likewise.
20786 * gdb.base/macscp.exp: Likewise.
20787 * gdb.base/readline-ask.exp: Likewise.
20788 * gdb.base/readline.exp: Likewise.
20789 * gdb.python/py-cmd.exp: Likewise.
20790 * gdb.trace/tfile.exp: Likewise.
20791
29361eee
YQ
207922014-03-26 Yao Qi <yao@codesourcery.com>
20793
20794 * gdb.base/macscp.exp: Fix code format issues.
20795
bc9a5525
UW
207962014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20797
20798 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20799 * gdb.asm/powerpc64le.inc: New file.
20800
d3839ede
PA
208012014-03-25 Pedro Alves <palves@redhat.com>
20802 Doug Evans <dje@google.com>
20803
20804 * gdb.base/source-execution.c: New file.
20805 * gdb.base/source-execution.exp: New file.
20806 * gdb.base/source-execution.gdb: New file.
20807
01672a57
DE
208082014-03-24 Doug Evans <dje@google.com>
20809
20810 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20811 using fission.
20812
88bbeca9
HZ
208132014-03-24 Hui Zhu <hui@codesourcery.com>
20814 Pedro Alves <palves@redhat.com>
20815
20816 PR breakpoints/16101
20817 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20818 test pass/fail messages. Detect missing support for dprintf when
20819 breakpoints are actually inserted.
20820 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20821 breakpoints are actually inserted.
20822 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20823 fails.
20824
d2348791
JK
208252014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20826
20827 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20828
feef67ab
DE
208292014-03-22 Doug Evans <xdje42@gmail.com>
20830
20831 * gdb.python/python.exp (python not supported): Verify multi-line
20832 python command issues an error.
25d743f9 20833 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 20834 guile command issues an error.
feef67ab 20835
ecebef6a
MR
208362014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20837
20838 * gdb.threads/thread-specific.exp: Handle the lack of usable
20839 $this_breakpoint and $this_thread.
20840
ccdd1909
HZ
208412014-03-21 Hui Zhu <hui@codesourcery.com>
20842
20843 * gdb.base/attach.exp (do_command_attach_tests): New.
20844
beb460e8
PA
208452014-03-20 Tom Tromey <tromey@redhat.com>
20846 Pedro Alves <palves@redhat.com>
20847
20848 PR cli/15718
20849 * gdb.base/condbreak-call-false.c: New file.
20850 * gdb.base/condbreak-call-false.exp: New file.
20851
40acf43a
PA
208522014-03-20 Pedro Alves <palves@redhat.com>
20853
20854 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20855 Delete.
20856 (block_signals, unblock_signals): Delete.
20857 (child_function_2, main): Remove references to deleted variable
20858 and functions.
20859
9f5e1e02
PA
208602014-03-20 Pedro Alves <palves@redhat.com>
20861
20862 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20863 Use pthread_kill to signal thread 2.
20864 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20865 Adjust to make the test send itself a signal rather than using the
20866 host's "kill" command.
20867
99619bea
PA
208682014-03-20 Pedro Alves <palves@redhat.com>
20869
20870 * gdb.threads/multiple-step-overs.c: New file.
20871 * gdb.threads/multiple-step-overs.exp: New file.
20872 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20873 Adjust expected infrun debug output.
20874
2adfaa28
PA
208752014-03-20 Pedro Alves <palves@redhat.com>
20876
20877 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20878 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20879
31e77af2
PA
208802014-03-20 Pedro Alves <palves@redhat.com>
20881
20882 PR breakpoints/7143
20883 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20884 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20885 of gdb_test_multiple.
20886 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20887 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20888
b9f437de
PA
208892014-03-20 Pedro Alves <palves@redhat.com>
20890
20891 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20892 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20893
05adc73e
PA
208942014-03-19 Pedro Alves <palves@redhat.com>
20895
20896 * gdb.base/async.exp: Remove early return.
20897
6048b950
PA
208982014-03-19 Pedro Alves <palves@redhat.com>
20899
20900 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20901
8bcfb00a
PA
209022014-03-19 Pedro Alves <palves@redhat.com>
20903
20904 * gdb.base/async.exp (test_background): Expect \r\n after
20905 "completed." in the fail pattern.
20906
884e37dc
PA
209072014-03-19 Pedro Alves <palves@redhat.com>
20908
20909 * gdb.base/async.exp (test_background): New procedure.
20910 Use it for all background execution command tests.
20911
148e57e2
PA
209122014-03-19 Pedro Alves <palves@redhat.com>
20913
20914 * gdb.base/async.exp: Use prepare_for_testing.
20915
f48088c7
PA
209162014-03-19 Pedro Alves <palves@redhat.com>
20917
20918 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20919 the same line.
20920
e2f6c966
PA
209212014-03-19 Pedro Alves <palves@redhat.com>
20922
20923 * gdb.base/async.c (main): Add "jump here" and "until here" line
20924 marker comments.
20925 * gdb.base/async.exp (jump_here): New global.
20926 (jump& test): Use it.
20927 (until_here): New global.
20928 (until& test): Use it.
20929
c30568d4
PA
209302014-03-19 Pedro Alves <palves@redhat.com>
20931
20932 * gdb.base/async.exp: Don't frob gdb_protocol.
20933
0172b6a7
DE
209342014-03-18 Doug Evans <xdje42@gmail.com>
20935
20936 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20937 Fix spelling of exec-done-display.
20938
06c868a8
JK
209392014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20940
20941 PR gdb/15358
20942 * gdb.base/gdb-sigterm.c: New file.
20943 * gdb.base/gdb-sigterm.exp: New file.
20944
0c7e1a46
PA
209452014-03-18 Pedro Alves <palves@redhat.com>
20946
20947 PR gdb/13860
20948 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20949 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20950 solib-event.
20951
f7c77d93
JB
209522014-03-17 Joel Brobecker <brobecker@adacore.com>
20953
20954 * gdb.ada/pckd_arr_ren: New testcase.
20955
5a1e8c7a
DE
209562014-03-13 Doug Evans <xdje42@gmail.com>
20957
20958 PR guile/16612
20959 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20960 collect after discarding symbols.
20961
350e1a76
DE
209622014-03-13 Ludovic Courtès <ludo@gnu.org>
20963 Doug Evans <xdje42@gmail.com>
20964
20965 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20966 to history survives a gc.
20967
a69900ae
PA
209682014-03-13 Pedro Alves <palves@redhat.com>
20969
20970 * gdb.base/default.exp: Don't test "target procfs".
20971
5db9f0bd
PA
209722014-03-13 Pedro Alves <palves@redhat.com>
20973
20974 * gdb.base/default.exp: Update "target child" and "target procfs"
20975 tests to not expect "Unix".
20976
b3ccfe11
TT
209772014-03-12 Tom Tromey <tromey@redhat.com>
20978
20979 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20980 New procs. Add target-async tests.
20981 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20982 Add target-async tests.
20983
646f4417
AA
209842014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20985
20986 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20987 'func_start' and 'func_end' for the beginning and end of the
20988 function code, respectively.
20989 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20990 'func_end' instead of 'func' and 'main'.
20991
288c211f
AA
209922014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20993
20994 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20995 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20996 generate the debug info assembler source.
20997
e0c0f156
AA
209982014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20999
21000 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
21001 * gdb.dwarf2/arr-subrange.exp: Likewise.
21002 * gdb.dwarf2/dwz.exp: Likewise.
21003 * gdb.dwarf2/method-ptr.exp: Likewise.
21004 * gdb.dwarf2/missing-sig-type.exp: Likewise.
21005 * gdb.dwarf2/subrange.exp: Likewise.
21006 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
21007 * gdb.dwarf2/implptrpiece.exp: Likewise.
21008 * gdb.dwarf2/nostaticblock.exp: Likewise.
21009
0e5c4555
AA
210102014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21011
21012 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
21013 directory to absolute path name arguments.
21014
5ec18f2b
JG
210152014-03-10 Joel Brobecker <brobecker@adacore.com>
21016
21017 * gdb.ada/tagged_access: New testcase.
21018
847fc4f2
MM
210192014-03-07 Markus Metzger <markus.t.metzger@intel.com>
21020
21021 * gdb.btrace/data.exp: Update expected output.
21022
cc3da688
YQ
210232014-03-06 Yao Qi <yao@codesourcery.com>
21024
21025 * gdb.trace/pr16508.exp: New file.
21026
0f26cec1
PA
210272014-03-05 Pedro Alves <palves@redhat.com>
21028
21029 PR gdb/16575
21030 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
21031 procedure.
21032 (top level): Adjust to use it. Add tests that exercise breakpoint
21033 interaction with the code-cache.
21034
7a5a839f
LC
210352014-02-26 Ludovic Courtès <ludo@gnu.org>
21036
21037 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
21038 test for 'history-append!'.
21039
31aa7e4e
JB
210402014-02-26 Joel Brobecker <brobecker@adacore.com>
21041
21042 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
21043 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
21044 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
21045 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
21046 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
21047 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
21048
1b588015
JB
210492014-02-26 Joel Brobecker <brobecker@adacore.com>
21050
21051 * testsuite/gdb.python/py-pp-re-notag.c: New file.
21052 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
21053 * testsuite/gdb.python/py-pp-re-notag.p: New file.
21054
55426c9d
JB
210552014-02-26 Joel Brobecker <brobecker@adacore.com>
21056
21057 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
21058
dc53a7ad
JB
210592014-02-26 Joel Brobecker <brobecker@adacore.com>
21060
21061 * gdb.dwarf2/arr-stride.c: New file.
21062 * gdb.dwarf2/arr-stride.exp: New file.
21063
12ab52e9
PA
210642014-02-26 Pedro Alves <palves@redhat.com>
21065
21066 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
21067 that won't ever trigger. Make sure that GDB reports the correct
21068 breakpoint that caused the stop.
21069
849c862e
JK
210702014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21071
21072 PR gdb/16626
21073 * gdb.base/auto-load-script: New file.
21074 * gdb.base/auto-load.c: New file.
21075 * gdb.base/auto-load.exp: New file.
21076
71b7d793
JK
21077 PR gdb/16626
21078 * gdb.base/auto-load.exp: Fix out-of-srctree run.
21079
e2f0d509
JK
210802014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21081
21082 Fix dw2-icycle.exp -fsanitize=address GDB crash.
21083 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
21084
50cc37c8
DE
210852014-02-24 Doug Evans <dje@google.com>
21086
21087 * lib/gdb.exp (run_on_host): Log error output if program fails.
21088
ea4758f2
PA
210892014-02-21 Pedro Alves <palves@redhat.com>
21090
21091 * gdb.threads/step-after-sr-lock.c: Rename to ...
21092 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21093 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21094 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21095 ... this.
21096
d7b30f67
SDJ
210972014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21098
21099 PR tdep/16397
21100 * gdb.arch/amd64-stap-special-operands.exp: New file.
21101 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21102 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21103 * gdb.arch/amd64-stap-triplet.S: Likewise.
21104 * gdb.arch/amd64-stap-triplet.c: Likewise.
21105
83deb43f
JB
211062014-02-20 Joel Brobecker <brobecker@adacore.com>
21107
21108 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21109 in .section pseudo-op.
21110
adde2bff
DE
211112014-02-20 lin zuojian <manjian2006@gmail.com>
21112 Joel Brobecker <brobecker@adacore.com>
21113 Doug Evans <xdje42@gmail.com>
21114
21115 PR symtab/16581
21116 * gdb.dwarf2/dw2-icycle.S: New file.
21117 * gdb.dwarf2/dw2-icycle.c: New file.
21118 * gdb.dwarf2/dw2-icycle.exp: New file.
21119
f7bd0f78
SC
211202014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21121
21122 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21123 operations on gdb.Value objects.
21124 * gdb.python/py-value-cc.exp: Add new test to test operations on
21125 gdb.Value objects.
21126
c17ef0d5
DE
211272014-02-18 Doug Evans <dje@google.com>
21128
21129 * Makefile.in (TESTS): New variable.
21130 (expanded_tests, expanded_tests_or_none): New variables
21131 (check-single): Pass $(expanded_tests_or_none) to runtest.
21132 (check-parallel): Only run tests in $(TESTS) if non-empty.
21133 (check/no-matching-tests-found): New rule.
21134 * README: Document TESTS makefile variable.
21135
5dd3176f
DE
211362014-02-18 Doug Evans <dje@google.com>
21137
21138 * Makefile.in (check-parallel): rm -rf outputs temp.
21139
0b10be4f
JK
211402014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21141
21142 Fix "ERROR: no fileid for" in the testsuite.
21143 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21144
85f224e7
DE
211452014-02-12 Doug Evans <dje@google.com>
21146
21147 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21148 (MISCELLANEOUS): New variable.
21149 (clean): rm -rf $(MISCELLANEOUS).
21150 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21151 dwp live in the same directory as symlinks, with each symlink pointed
21152 to a differently named file in a different directory.
21153
149b30ff
DE
211542014-02-11 Doug Evans <dje@google.com>
21155
21156 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21157 of Tcl file commands.
21158
1dfdac32
MK
211592014-02-10 Mark Kettenis <kettenis@gnu.org>
21160
21161 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21162 "kill -SIGUSR1 -1".
21163
aa4fb036
JB
211642014-02-10 Joel Brobecker <brobecker@adacore.com>
21165
21166 * gdb.ada/tick_length_array_enum_idx: New testcase.
21167
ed3ef339
DE
211682014-02-10 Doug Evans <xdje42@gmail.com>
21169
21170 * configure.ac (AC_OUTPUT): Add gdb.guile.
21171 * configure: Regenerate.
21172 * lib/gdb-guile.exp: New file.
21173 * lib/gdb.exp (get_target_charset): New function.
21174 * gdb.base/help.exp: Update expected output from "apropos apropos".
21175 * gdb.guile/Makefile.in: New file.
21176 * gdb.guile/guile.exp: New file.
21177 * gdb.guile/scm-arch.c: New file.
21178 * gdb.guile/scm-arch.exp: New file.
21179 * gdb.guile/scm-block.c: New file.
21180 * gdb.guile/scm-block.exp: New file.
21181 * gdb.guile/scm-breakpoint.c: New file.
21182 * gdb.guile/scm-breakpoint.exp: New file.
21183 * gdb.guile/scm-disasm.c: New file.
21184 * gdb.guile/scm-disasm.exp: New file.
21185 * gdb.guile/scm-equal.c: New file.
21186 * gdb.guile/scm-equal.exp: New file.
21187 * gdb.guile/scm-error.exp: New file.
21188 * gdb.guile/scm-error.scm: New file.
21189 * gdb.guile/scm-frame-args.c: New file.
21190 * gdb.guile/scm-frame-args.exp: New file.
21191 * gdb.guile/scm-frame-args.scm: New file.
21192 * gdb.guile/scm-frame-inline.c: New file.
21193 * gdb.guile/scm-frame-inline.exp: New file.
21194 * gdb.guile/scm-frame.c: New file.
21195 * gdb.guile/scm-frame.exp: New file.
21196 * gdb.guile/scm-generics.exp: New file.
21197 * gdb.guile/scm-gsmob.exp: New file.
21198 * gdb.guile/scm-iterator.c: New file.
21199 * gdb.guile/scm-iterator.exp: New file.
21200 * gdb.guile/scm-math.c: New file.
21201 * gdb.guile/scm-math.exp: New file.
21202 * gdb.guile/scm-objfile-script-gdb.in: New file.
21203 * gdb.guile/scm-objfile-script.c: New file.
21204 * gdb.guile/scm-objfile-script.exp: New file.
21205 * gdb.guile/scm-objfile.c: New file.
21206 * gdb.guile/scm-objfile.exp: New file.
21207 * gdb.guile/scm-ports.exp: New file.
21208 * gdb.guile/scm-pretty-print.c: New file.
21209 * gdb.guile/scm-pretty-print.exp: New file.
21210 * gdb.guile/scm-pretty-print.scm: New file.
21211 * gdb.guile/scm-section-script.c: New file.
21212 * gdb.guile/scm-section-script.exp: New file.
21213 * gdb.guile/scm-section-script.scm: New file.
21214 * gdb.guile/scm-symbol.c: New file.
21215 * gdb.guile/scm-symbol.exp: New file.
21216 * gdb.guile/scm-symtab-2.c: New file.
21217 * gdb.guile/scm-symtab.c: New file.
21218 * gdb.guile/scm-symtab.exp: New file.
21219 * gdb.guile/scm-type.c: New file.
21220 * gdb.guile/scm-type.exp: New file.
21221 * gdb.guile/scm-value-cc.cc: New file.
21222 * gdb.guile/scm-value-cc.exp: New file.
21223 * gdb.guile/scm-value.c: New file.
21224 * gdb.guile/scm-value.exp: New file.
21225 * gdb.guile/source2.scm: New file.
21226 * gdb.guile/types-module.cc: New file.
21227 * gdb.guile/types-module.exp: New file.
21228
7026a7c1
YQ
212292014-02-10 Yao Qi <yao@codesourcery.com>
21230
21231 PR testsuite/16543
21232 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21233 * configure: Regenerated.
21234 * Makefile.in: New file.
21235
6c466447
AS
212362014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21237
21238 * gdb.python/py-framefilter.exp: Fix typo.
21239
6e854735
YQ
212402014-02-08 Yao Qi <yao@codesourcery.com>
21241
21242 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21243 that no =breakpoint-modified is emitted when breakpoints are
21244 modified through MI commands.
21245
d137e6dc
PA
212462014-02-07 Pedro Alves <pedro@codesourcery.com>
21247 Pedro Alves <palves@redhat.com>
21248
21249 * gdb.threads/step-after-sr-lock.c: New file.
21250 * gdb.threads/step-after-sr-lock.exp: New file.
21251
b5ee5a50
PA
212522014-02-07 Pedro Alves <palves@redhat.com>
21253
21254 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21255
3c77faf3
JK
212562014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21257
21258 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21259 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21260
6dddc817
DE
212612014-02-06 Doug Evans <xdje42@gmail.com>
21262
21263 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21264 output.
21265
21266 * gdb.gdb/python-interrupts.exp: New file.
21267
de7b2893
YQ
212682014-02-05 Yao Qi <yao@codesourcery.com>
21269
21270 * gdb.trace/report.exp (use_collected_data): Test the output
21271 of "info threads" and "info inferiors".
21272
66d032ac
YQ
212732014-02-05 Yao Qi <yao@codesourcery.com>
21274
21275 Revert this patch:
21276
21277 2013-05-24 Yao Qi <yao@codesourcery.com>
21278
21279 * gdb.trace/tfile.exp: Test inferior and thread.
21280
591a12a1
UW
212812014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21282
21283 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21284 on a function.
21285 * gdb.base/step-bt.c: Call hello via function pointer to make
21286 sure its first instruction is executed on powerpc64le-linux.
21287
0ff3e01f
UW
212882014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21289
21290 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21291
084ee545
UW
212922014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21293
21294 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21295 of the test patterns for use on little-endian systems.
21296
6ed14ff3
UW
212972014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21298
21299 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21300 (decimal_vector): Fix for little-endian.
21301
401e27fd
JM
213022014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21303
21304 * gdb.arch/sparc-sysstep.exp: New file.
21305 * gdb.arch/sparc-sysstep.c: Likewise.
21306
21307 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21308
8b924729
EBM
213092014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21310
21311 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21312
fb151210
JB
213132014-01-23 Tom Tromey <tromey@redhat.com>
21314
21315 * gdb.ada/array_char_idx: New testcase.
21316
0740f8d8
TT
213172014-01-23 Tom Tromey <tromey@redhat.com>
21318
21319 PR python/16487:
21320 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21321 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21322 classes.
21323
21909fa1
TT
213242014-01-23 Tom Tromey <tromey@redhat.com>
21325
21326 PR python/16491:
21327 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21328 string from an inferior frame.
21329 * gdb.python/py-framefilter-mi.exp: Update.
21330
87ce2a04
DE
213312014-01-22 Doug Evans <dje@google.com>
21332
21333 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21334
237b092b
AA
213352014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21336
21337 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21338
d674a709
AA
213392014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21340
21341 * gdb.trace/entry-values.exp: Remove excess space character from
21342 regex patterns. Handle s390 call instruction.
21343
20fa3390
AA
213442014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21345
21346 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21347 define "*_start" label. Make "name" static.
21348 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21349 ${name} by references to ${name}_start.
21350
78466714
AA
213512014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21352
21353 * gdb.base/info-macros.exp: Remove "debug" from the compile
21354 options.
21355
ec9f644a
IB
213562014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21357
21358 * gdb.dlang/demangle.exp: New file.
21359
94b1b47e
IB
213602014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21361
21362 * gdb.dlang/primitive-types.exp: New file.
21363
7f420862
IB
213642014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21365
21366 * configure.ac: Create gdb.dlang/Makefile.
21367 * configure: Regenerate.
21368 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21369 * gdb.dlang/Makefile.in: New file.
21370 * lib/d-support.exp: New file.
21371 * lib/gdb.exp (skip_d_tests): New proc.
21372
52834460
MM
213732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21374
21375 * gdb.btrace/delta.exp: Check reverse stepi.
21376 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21377 * gdb.btrace/finish.exp: New.
21378 * gdb.btrace/next.exp: New.
21379 * gdb.btrace/nexti.exp: New.
21380 * gdb.btrace/record_goto.c: Add comments.
21381 * gdb.btrace/step.exp: New.
21382 * gdb.btrace/stepi.exp: New.
21383 * gdb.btrace/multi-thread-step.c: New.
21384 * gdb.btrace/multi-thread-step.exp: New.
21385 * gdb.btrace/rn-dl-bind.c: New.
21386 * gdb.btrace/rn-dl-bind.exp: New.
21387 * gdb.btrace/data.c: New.
21388 * gdb.btrace/data.exp: New.
21389 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21390
6e07b1d2
MM
213912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21392
21393 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21394 * gdb.btrace/exception.exp: Update.
21395 * gdb.btrace/instruction_history.exp: Update.
21396 * gdb.btrace/record_goto.exp: Update.
21397 * gdb.btrace/tailcall.exp: Update.
21398 * gdb.btrace/unknown_functions.exp: Update.
21399 * gdb.btrace/delta.exp: New.
21400
0b722aec
MM
214012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21402
21403 * gdb.btrace/record_goto.exp: Add backtrace test.
21404 * gdb.btrace/tailcall.exp: Add backtrace test.
21405
066ce621
MM
214062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21407
21408 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21409 * gdb.btrace/record_goto.c: New.
21410 * gdb.btrace/record_goto.exp: New.
21411 * gdb.btrace/x86-record_goto.S: New.
21412
0688d04e
MM
214132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21414
21415 * gdb.btrace/function_call_history.exp: Update tests.
21416 * gdb.btrace/instruction_history.exp: Update tests.
21417
8710b709
MM
214182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21419
21420 * gdb.btrace/function_call_history.exp: Fix expected field
21421 order for "record function-call-history".
21422 Add new tests for "record function-call-history /c".
21423 * gdb.btrace/exception.cc: New.
21424 * gdb.btrace/exception.exp: New.
21425 * gdb.btrace/tailcall.exp: New.
21426 * gdb.btrace/x86-tailcall.S: New.
21427 * gdb.btrace/x86-tailcall.c: New.
21428 * gdb.btrace/unknown_functions.c: New.
21429 * gdb.btrace/unknown_functions.exp: New.
21430 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21431
5de9129b
MM
214322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21433
21434 * gdb.btrace/instruction_history.exp: Update.
21435 * gdb.btrace/function_call_history.exp: Update.
21436
23a7fe75
MM
214372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21438
21439 * gdb.btrace/function_call_history.exp: Fix expected function
21440 trace.
21441 * gdb.btrace/instruction_history.exp: Initialize traced.
21442 Remove traced_functions.
21443
724c7dd8
MM
214442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21445
21446 * gdb.btrace/function_call_history.exp: Update
21447 * gdb.btrace/instruction_history.exp: Update.
21448
6d78d93b
MM
214492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21450
21451 * gdb.btrace/enable.exp: Update expected text.
21452
93a360cc
OJ
214532014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21454
21455 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21456 bytes.
21457
3772b53f
MR
214582014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21459
21460 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21461
596662fa
OJ
214622014-01-15 Omair Javaid <omair.javaid@linaro.org>
21463
21464 * lib/gdb.exp (supports_process_record): Return true for
21465 arm*-linux*. (supports_reverse): Likewise.
21466
b5b08fb4
SC
214672014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21468
21469 PR python/15464
21470 PR python/16113
21471 * gdb.python/py-type.c: Enhance test case.
21472 * gdb.python/py-value-cc.cc: Likewise
21473 * gdb.python/py-type.exp: Add new tests.
21474 * gdb.python/py-value-cc.exp: Likewise
21475
52d7fb13
AA
214762014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21477 Pedro Alves <palves@redhat.com>
21478
21479 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21480 Make "name" extern.
21481 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21482 references to ${name}_start by references to ${name}.
21483
a2cd8cfe
JB
214842014-01-10 Joel Brobecker <brobecker@adacore.com>
21485
21486 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21487
4e23fced
JB
214882014-01-10 Joel Brobecker <brobecker@adacore.com>
21489
21490 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21491
c6a9e42c
PA
214922014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21493 Pedro Alves <palves@redhat.com>
21494
21495 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 21496 mi_gdb_target_load.
c6a9e42c 21497
b7ea362b
PA
214982014-01-08 Pedro Alves <palves@redhat.com>
21499
21500 * gdb.threads/reconnect-signal.c: New file.
21501 * gdb.threads/reconnect-signal.exp: New file.
21502
5e3f4fab
EBM
215032014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21504
21505 * gdb.base/source-dir.exp: New file.
21506
79301218
JB
215072014-01-07 Joel Brobecker <brobecker@adacore.com>
21508
21509 * gdb.ada/mi_interface: New testcase.
21510
8e355c5d
JB
215112014-01-07 Joel Brobecker <brobecker@adacore.com>
21512
21513 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21514 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21515 gdb.ada/pp-rec-component/pck.ads: New files.
21516
c0d48811
JB
215172014-01-07 Joel Brobecker <brobecker@adacore.com>
21518
21519 * gdb.python/py-pp-integral.c: New file.
21520 * gdb.python/py-pp-integral.py: New file.
21521 * gdb.python/py-pp-integral.exp: New file.
21522
17b609c3 21523For older changes see ChangeLog-1993-2013.
c906108c 21524\f
8d8cb839
EZ
21525;; Local Variables:
21526;; mode: change-log
21527;; left-margin: 8
21528;; fill-column: 74
21529;; version-control: never
21530;; End:
902f2ccb 21531
b811d2c2 21532 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
21533 Copying and distribution of this file, with or without modification,
21534 are permitted provided the copyright notice and this notice are preserved.
This page took 4.603337 seconds and 4 git commands to generate.