Handle bit offset and bit size in base types
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
20a5fcbd
TT
12020-09-23 Tom Tromey <tom@tromey.com>
2
3 * gdb.dwarf2/intbits.exp: New file.
4 * gdb.dwarf2/intbits.c: New file.
5
b167e53f
PA
62020-09-20 Pedro Alves <pedro@palves.net>
7
8 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
9 spawn_id before calling remote_close. Close secondary MI channel.
10
dbc49e9f
PA
112020-09-20 Pedro Alves <pedro@palves.net>
12
13 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
14 fails.
15
c8d5abea
AB
162020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
17
18 * gdb.fortran/array-slices.exp: Update expected results.
19 * gdb.fortran/class-allocatable-array.exp: Likewise.
20 * gdb.fortran/multi-dim.exp: Likewise.
21 * gdb.fortran/vla-type.exp: Likewise.
22 * gdb.mi/mi-vla-fortran.exp: Likewise.
23
14f9473c
VC
242020-09-18 Victor Collod <vcollod@nvidia.com>
25
26 PR gdb/26635
27 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
28 compatible with i386, and move it to...
29 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
30 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
31 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
32
e8ef12b9
PA
332020-09-18 Pedro Alves <pedro@palves.net>
34
35 PR gdb/26631
36 * gdb.multi/multi-target-thread-find.exp: New file.
37
e11daf7a
PA
382020-09-18 Pedro Alves <pedro@palves.net>
39
40 * gdb.multi/multi-target-continue.exp: New file, factored out from
41 multi-target.exp.
42 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
43 multi-target.exp.
44 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
45 multi-target.exp.
46 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
47 multi-target.exp.
48 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
49 multi-target.exp.
50 * gdb.multi/multi-target.exp.tcl: New file, factored out from
51 multi-target.exp.
52 * gdb.multi/multi-target.exp: Delete.
53
d0edc2b8
AB
542020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * gdb.fortran/array-slices.exp: Add missing message data.
57
7474326c
PA
582020-09-17 Pedro Alves <pedro@palves.net>
59
60 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
61
dd23068d
PA
622020-09-17 Pedro Alves <pedro@palves.net>
63
64 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
65 full prototype.
66
0640a543
PA
672020-09-17 Pedro Alves <pedro@palves.net>
68
69 * gdb.python/py-as-string.c: Add cast.
70
ef0cdbc1
PA
712020-09-17 Pedro Alves <pedro@palves.net>
72
73 * gdb.base/sizeof.c (fill): Add cast.
74
3a5eeb8b
PA
752020-09-17 Pedro Alves <pedro@palves.net>
76
77 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
78
a8129512
PA
792020-09-17 Pedro Alves <pedro@palves.net>
80
81 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
82 linkage name.
83 * gdb.base/prologue.exp: Use print /d.
84 * gdb.base/symbol-alias.exp: Handle C++ output.
85 * gdb.base/symbol-alias2.c: Handle C++ output.
86 [__cplusplus] (func): Explicitly specify linkage name.
87
a83cdcb6
PA
882020-09-17 Pedro Alves <pedro@palves.net>
89
90 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
91 (struct my_key_t): ... this. Adjust all references.
92 (struct value_t): Rename to ...
93 (struct my_value_t): ... this. Adjust all references.
94 (create_map, add_map_element, create_map_map)
95 (add_map_map_element): Add casts.
96
d4bcee5c
PA
972020-09-17 Pedro Alves <pedro@palves.net>
98
99 * gdb.python/py-framefilter-mi.c (funca): Add casts.
100 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
101
81f90489
PA
1022020-09-17 Pedro Alves <pedro@palves.net>
103
104 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
105
0a229804
PA
1062020-09-17 Pedro Alves <pedro@palves.net>
107
108 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
109 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
110 (charfoo, intfoo): Define full prototype.
111 * gdb.base/ptype1.c (charfoo): Define full prototype.
112 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
113 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
114
c3e5138d
PA
1152020-09-17 Pedro Alves <pedro@palves.net>
116
117 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
118 Don't define.
119 (utf_32_string): Compile for both C and C++.
120 * gdb.base/charset.exp: Use "print /d".
121
151fdbad
PA
1222020-09-17 Pedro Alves <pedro@palves.net>
123
124 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
125 (nullptr): Rename to ...
126 (null_ptr): ... this.
127 * gdb.base/watchpoint.exp: Adjust to rename.
128
18a25b64
PA
1292020-09-17 Pedro Alves <pedro@palves.net>
130
131 * gdb.base/printcmds.c (three, flag_enum_without_zero)
132 (three_not_flag): Add casts.
133
11fac337
PA
1342020-09-17 Pedro Alves <pedro@palves.net>
135
136 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
137 char array.
138 (main): Add references to Barrier, TestStrings, TestStringsH and
139 TestStringsW.
140 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
141 and expect a full prototype in C++.
142
52626c58
PA
1432020-09-17 Pedro Alves <pedro@palves.net>
144
145 * gdb.base/nested-addr.c (main): Add cast.
146 * gdb.base/nested-addr.exp: Use "print /d".
147
52bb0902
PA
1482020-09-17 Pedro Alves <pedro@palves.net>
149
150 * gdb.base/break.exp (func): New. Use it throughout when
151 expecting a function name.
152
73e18ac9
PA
1532020-09-17 Pedro Alves <pedro@palves.net>
154
155 * gdb.base/display.exp: Issue "set print asm-demangle on".
156
c8b18808
PA
1572020-09-17 Pedro Alves <pedro@palves.net>
158
159 * gdb.base/find.c: Include <string.h>.
160 (init_bufs): Add cast.
161 * gdb.base/find.exp: Issue "set print asm-demangle on".
162
fe830662
TT
1632020-09-16 Tom Tromey <tromey@adacore.com>
164
165 PR gdb/26598:
166 * gdb.base/skipcxx.exp: New file.
167 * gdb.base/skipcxx.cc: New file.
168
945ff6e2
TV
1692020-09-16 Tom de Vries <tdevries@suse.de>
170
171 PR testsuite/26617
172 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
173 WITH_DEBUG_SECTIONS is defined.
174 (xstr, str): New macro.
175 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
176 to get start and size of _Dmain.
177 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
178 using additional_flags.
179
da1df1db
TBA
1802020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
181
182 * gdb.base/bp-cmds-sourced-script.c: New file.
183 * gdb.base/bp-cmds-sourced-script.exp: New test.
184 * gdb.base/bp-cmds-sourced-script.gdb: New file.
185
337882d4
TV
1862020-09-16 Tom de Vries <tdevries@suse.de>
187
188 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
189 get the gdb prompt after issuing "monitor exit".
190
7361f908
TV
1912020-09-16 Tom de Vries <tdevries@suse.de>
192
193 PR testsuite/26624
194 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
195
4d91ddd3
TV
1962020-09-16 Tom de Vries <tdevries@suse.de>
197
198 PR testsuite/26618
199 * gdb.tui/new-layout.exp: Escape unbalanced braces.
200
08cc37dd
TT
2012020-09-15 Tom Tromey <tromey@adacore.com>
202
203 PR rust/26197:
204 * lib/rust-support.exp (rust_llvm_version): New proc.
205 * gdb.rust/simple.exp: Check rust_llvm_version.
206
ee6372f2
TV
2072020-09-14 Tom de Vries <tdevries@suse.de>
208
209 * gdb.rust/traits.exp: Fix PATH warning.
210
dc3a371e
PA
2112020-09-13 Pedro Alves <pedro@palves.net>
212
213 * gdb.base/catch-follow-exec.c (main): Add explicit return
214 statement.
215 * gdb.base/catch-signal.c (main): Likewise.
216 * gdb.base/condbreak-call-false.c (main): Likewise.
217 * gdb.base/consecutive.c (main): Add explicit return
218 statement and return type.
219 * gdb.base/cursal.c (main): Add explicit return statement.
220 * gdb.base/cvexpr.c (main): Likewise.
221 * gdb.base/display.c (main): Add explicit return statement and
222 return type.
223 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
224 * gdb.base/endianity.c (main): Likewise.
225 * gdb.base/execd-prog.c (main): Likewise.
226 * gdb.base/gdb1090.c (main): Likewise.
227 * gdb.base/info_qt.c (main): Likewise.
228 * gdb.base/lineinc.c (main): Likewise.
229 * gdb.base/load-command.c (main): Likewise.
230 * gdb.base/macscp1.c (main): Likewise.
231 * gdb.base/pr10179-a.c (main): Likewise.
232 * gdb.base/quit-live.c (main): Likewise.
233 * gdb.base/scope0.c (main): Likewise.
234 * gdb.base/settings.c (main): Likewise.
235 * gdb.base/stack-checking.c (main): Return int.
236 * gdb.base/varargs.c (main): Add explicit return statement.
237 * gdb.cp/ambiguous.cc (main): Likewise.
238 * gdb.cp/anon-struct.cc (main): Likewise.
239 * gdb.cp/anon-union.cc (main): Likewise.
240 * gdb.cp/bool.cc (main): Likewise.
241 * gdb.cp/bs15503.cc (main): Likewise.
242 * gdb.cp/cplusfuncs.cc (main): Likewise.
243 * gdb.cp/cttiadd.cc (main): Likewise.
244 * gdb.cp/extern-c.cc (main): Likewise.
245 * gdb.cp/filename.cc (main): Likewise.
246 * gdb.cp/formatted-ref.cc (main): Likewise.
247 * gdb.cp/mb-ctor.cc (main): Likewise.
248 * gdb.cp/member-ptr.cc (main): Likewise.
249 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
250 * gdb.cp/overload-const.cc (main): Likewise.
251 * gdb.cp/paren-type.cc (main): Likewise.
252 * gdb.cp/parse-lang.cc (main): Likewise.
253 * gdb.cp/pr-1023.cc (main): Likewise.
254 * gdb.cp/psmang1.cc (main): Likewise.
255 * gdb.cp/readnow-language.cc (main): Likewise.
256 * gdb.cp/ref-params.cc (main): Likewise.
257 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
258 * gdb.cp/virtbase2.cc (main): Likewise.
259 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
260 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
261 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
262 * gdb.mi/mi-console.c (main): Likewise.
263 * gdb.mi/mi-read-memory.c (main): Likewise.
264 * gdb.modula2/multidim.c (main): Likewise.
265 * gdb.opt/inline-small-func.c (main): Likewise.
266 * gdb.python/py-rbreak.c (main): Likewise.
267 * gdb.stabs/exclfwd1.c (main): Likewise.
268 * gdb.trace/qtro.c (main): Likewise.
269
af26601c
PA
2702020-09-13 Pedro Alves <pedro@palves.net>
271
272 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
273 instead of getenv.
274
2f4b83cd
PA
2752020-09-13 Pedro Alves <pedro@palves.net>
276
277 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
278 instead of spawning GDB with remote_spawn.
279 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
280 gdb_spawn instead of spawning GDB with remote_spawn.
281
c49da0e4
PA
2822020-09-13 Pedro Alves <pedro@palves.net>
283
284 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
285 file and add calls to first and second.
286 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
287 add call to f.
288
6791b117
PA
2892020-09-13 Pedro Alves <pedro@palves.net>
290
291 * gdb.mi/mi-break-qualified.cc: New file.
292 * gdb.mi/mi-break-qualified.exp: New file.
293 * lib/mi-support.exp (mi_create_breakpoint_multi)
294 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
295 procedures.
296 (mi_create_breakpoint_1): New, factored out from
297 mi_create_breakpoint.
298
3b8d4c5c
PA
2992020-09-13 Pedro Alves <pedro@palves.net>
300
301 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
302 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
303 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
304 (register_class): Delete.
305 (main): Don't call register_class.
306
d5f96005
PA
3072020-09-13 Pedro Alves <pedro@palves.net>
308
309 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
310 (do_tests): Remove "calling method for small class" test.
311 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
312 (register_class): Delete.
313 (main): Don't call register_class.
314 * gdb.cp/call-method-register.exp: New file, based on bits removed
315 from classes.exp.
316 * gdb.cp/call-method-register.cc: New file, based on bits removed
317 from classes.cc.
318
77f2120b
PA
3192020-09-13 Pedro Alves <pedro@palves.net>
320
321 * gdb.base/msym-bp-2.c: New.
322 * gdb.base/msym-bp-shl-lib.c: New file.
323 * gdb.base/msym-bp-shl-main-2.c: New file.
324 * gdb.base/msym-bp-shl-main.c: New file.
325 * gdb.base/msym-bp-shl.exp: New file.
326 * gdb.base/msym-bp.c: New file.
327 * gdb.base/msym-bp.exp: New file.
328
32aea73e
JB
3292020-09-13 Joel Brobecker <brobecker@adacore.com>
330
331 * gdb.base/default.exp: Change $_gdb_major to 11.
332
2a67f09d
FW
3332020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
334 Felix Willgerodt <Felix.Willgerodt@intel.com>
335
336 * x86-avx512bf16.c: New file.
337 * x86-avx512bf16.exp: Likewise.
338 * lib/gdb.exp (skip_avx512bf16_tests): New function.
339
ad570dd7
TV
3402020-09-11 Tom de Vries <tdevries@suse.de>
341
342 PR exp/26602
343 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
344
a56f7391
TBA
3452020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
346
347 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
348
918619e5
AM
3492020-09-10 Alan Modra <amodra@gmail.com>
350
351 PR 26597
352 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
353
cac1e71d
TV
3542020-09-08 Tom de Vries <tdevries@suse.de>
355
356 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
357 after gdb_starti_cmd.
358
c5cd900e
AKS
3592020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
360
361 * lib/fortran.exp (fortran_complex8): New proc.
362 (fortran_complex16): New proc.
363 * gdb.fortran/complex.exp: Use routines from fortran.exp
364 * gdb.fortran/pointer-to-pointer.exp: Likewise.
365 * gdb.fortran/vla-ptr-info.exp: Likewise.
366
8f5c6526
TV
3672020-09-03 Tom de Vries <tdevries@suse.de>
368
369 PR breakpoint/26546
370 * gdb.base/label-without-address.exp: Runto main first.
371
02c6f3f1
TT
3722020-09-02 Tom Tromey <tromey@adacore.com>
373
374 * gdb.ada/mi_var_access.exp: Test children of access variable.
375 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
376 * gdb.ada/mi_var_array.exp: Update.
377
efe24f05
KB
3782020-08-31 Kevin Buettner <kevinb@redhat.com>
379
380 * gdb.base/corefile.exp (warning-free): XFAIL test when running
381 on docker w/ AUFS storage driver.
382
973695d6
KB
3832020-08-31 Kevin Buettner <kevinb@redhat.com>
384
385 * gdb.base/corefile2.exp (renamed binfile): New tests.
386
f3bd50f1
SM
3872020-08-31 Simon Marchi <simon.marchi@efficios.com>
388
389 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
390
22b9b4b0
SL
3912020-08-31 Simon Marchi <simon.marchi@efficios.com>
392
393 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
394 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
395
8efaf6b3
SM
3962020-08-31 Simon Marchi <simon.marchi@efficios.com>
397
398 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
399 output, printing a "not saved" value from history and printing a
400 convenience variable created from a "not saved" value.
401
e840f2e3
TV
4022020-08-31 Tom de Vries <tdevries@suse.de>
403
404 * gdb.base/eh_return.exp: Use nopie.
405
8f57f343
PA
4062020-08-28 Pedro Alves <pedro@palves.net>
407
408 * gdb.base/advance-until-multiple-locations.exp
409 (advance_overload, until_overload): Adjust to match the
410 frame/function header instead of the source line text.
411
626d2320
TV
4122020-08-28 Tom de Vries <tdevries@suse.de>
413
414 * gdb.base/label-without-address.c: New test.
415 * gdb.base/label-without-address.exp: New file.
416
df631783
PA
4172020-08-27 Pedro Alves <pedro@palves.net>
418
419 PR gdb/26523
420 PR gdb/26524
421 * gdb.base/advance-until-multiple-locations.cc: New.
422 * gdb.base/advance-until-multiple-locations.exp: New.
423
48b076bb
SM
4242020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
425
426 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
427
c2015ce4
AB
4282020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * gdb.arch/amd64-byte.exp: Make test names unique, use
431 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
432 * gdb.arch/amd64-dword.exp: Likewise.
433 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
434 * gdb.arch/amd64-stap-special-operands.exp: Make test names
435 unique.
436 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
437 * gdb.arch/amd64-word.exp: Make test names unique, use
438 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
439 * gdb.arch/i386-byte.exp: Make test names unique, use
440 gdb_breakpoint.
441 * gdb.arch/i386-word.exp: Likewise.
442
995d3a19
SV
4432020-08-25 Shahab Vahedi <shahab@synopsys.com>
444
445 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
446
8cac2b31
SM
4472020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
448
449 PR gdb/26532
450 * gdb.threads/stepi-random-signal.exp: Update pattern.
451
2bc19622
SM
4522020-08-25 Simon Marchi <simon.marchi@efficios.com>
453
454 PR gdb/26532
455 * gdb.base/ui-redirect.exp: Update pattern.
456
b04aa1fc
GB
4572020-08-25 Gary Benson <gbenson@redhat.com>
458
459 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
460 when compiling with clang.
8571e9c8 461 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 462
9f68b453
GB
4632020-08-25 Gary Benson <gbenson@redhat.com>
464
465 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
466 Add additional_flags=-Wno-inaccessible-base when compiling
467 with GCC >= 10.1 or clang. Add additional_flags=-w when
468 compiling with GCC < 10.
469
3945d2d7
GM
4702020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
471
472 PR m2/26372
fc5d6901
SM
473 * gdb.modula2/multidim.c: New file.
474 * gdb.modula2/multidim.exp: New file.
3945d2d7 475
60122dbe
SM
4762020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
477
478 * lib/gdb.exp (runto): Always emit fail on internal error.
479
1eb8556f
SM
4802020-08-24 Simon Marchi <simon.marchi@efficios.com>
481
482 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
483 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
484 Likewise.
485 * gdb.threads/stepi-random-signal.exp: Likewise.
486
33bf4c5c
TBA
4872020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
488
489 * gdb.base/print-file-var.exp: Fix typo "breapoint".
490 * gdb.trace/strace.exp: Ditto.
491
c2fd7fae
AKS
4922020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
493
494 * gdb.fortran/vla-type.exp: Skip commands not required for
495 the Flang compiled binaries after prologue fix.
496
326afb72
TT
4972020-08-17 Tom de Vries <tdevries@suse.de>
498 Tom Tromey <tromey@adacore.com>
499
500 PR rust/26197:
501 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
502
3ae7ab99
TT
5032020-08-17 Tom Tromey <tromey@adacore.com>
504
505 * gdb.ada/mi_var_access.exp: New file.
506 * gdb.ada/mi_var_access/mi_access.adb: New file.
507 * gdb.ada/mi_var_access/pck.adb: New file.
508 * gdb.ada/mi_var_access/pck.ads: New file.
509
f569c1c5
TV
5102020-08-16 Tom de Vries <tdevries@suse.de>
511
512 PR gdb/25350
513 * gdb.base/eh_return.c: New test.
514 * gdb.base/eh_return.exp: New file.
515
3d11c30a
TV
5162020-08-15 Tom de Vries <tdevries@suse.de>
517
518 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
519 (mixed_func_1d_): Use fortran_charlen_t in decl.
520
547ce8f0
TV
5212020-08-15 Tom de Vries <tdevries@suse.de>
522
523 PR backtrace/26390
524 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
525 Update expected pattern.
526
a54a7f13
PA
5272020-08-13 Pedro Alves <pedro@palves.net>
528
529 * gdb.fortran/complex.exp: Check skip_fortran_tests.
530 * gdb.fortran/library-module.exp: Likewise.
531 * gdb.fortran/logical.exp: Likewise.
532 * gdb.fortran/module.exp: Likewise.
533 * gdb.fortran/print_type.exp: Likewise.
534 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
535 * gdb.fortran/vla-datatypes.exp: Likewise.
536 * gdb.fortran/vla-history.exp: Likewise.
537 * gdb.fortran/vla-ptr-info.exp: Likewise.
538 * gdb.fortran/vla-ptype-sub.exp: Likewise.
539 * gdb.fortran/vla-ptype.exp: Likewise.
540 * gdb.fortran/vla-sizeof.exp: Likewise.
541 * gdb.fortran/vla-type.exp: Likewise.
542 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
543 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
544 * gdb.fortran/vla-value-sub.exp: Likewise.
545 * gdb.fortran/vla-value.exp: Likewise.
546
7a82e903
PA
5472020-08-13 Pedro Alves <pedro@palves.net>
548
549 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
550 * gdb.ada/access_to_packed_array.exp: Likewise.
551 * gdb.ada/access_to_unbounded_array.exp: Likewise.
552 * gdb.ada/addr_arith.exp: Likewise.
553 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
554 * gdb.ada/arr_arr.exp: Likewise.
555 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
556 * gdb.ada/array_bounds.exp: Likewise.
557 * gdb.ada/array_of_variable_length.exp: Likewise.
558 * gdb.ada/array_ptr_renaming.exp: Likewise.
559 * gdb.ada/array_subscript_addr.exp: Likewise.
560 * gdb.ada/arraydim.exp: Likewise.
561 * gdb.ada/arrayparam.exp: Likewise.
562 * gdb.ada/arrayptr.exp: Likewise.
563 * gdb.ada/assign_1.exp: Likewise.
564 * gdb.ada/assign_arr.exp: Likewise.
565 * gdb.ada/atomic_enum.exp: Likewise.
566 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
567 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
568 * gdb.ada/bias.exp: Likewise.
569 * gdb.ada/boolean_expr.exp: Likewise.
570 * gdb.ada/bp_c_mixed_case.exp: Likewise.
571 * gdb.ada/bp_enum_homonym.exp: Likewise.
572 * gdb.ada/bp_inlined_func.exp: Likewise.
573 * gdb.ada/bp_on_var.exp: Likewise.
574 * gdb.ada/bp_range_type.exp: Likewise.
575 * gdb.ada/bp_reset.exp: Likewise.
576 * gdb.ada/call_pn.exp: Likewise.
577 * gdb.ada/catch_assert_if.exp: Likewise.
578 * gdb.ada/catch_ex.exp: Likewise.
579 * gdb.ada/catch_ex_std.exp: Likewise.
580 * gdb.ada/char_enum.exp: Likewise.
581 * gdb.ada/char_param.exp: Likewise.
582 * gdb.ada/complete.exp: Likewise.
583 * gdb.ada/cond_lang.exp: Likewise.
584 * gdb.ada/convvar_comp.exp: Likewise.
585 * gdb.ada/dgopt.exp: Likewise.
586 * gdb.ada/disc_arr_bound.exp: Likewise.
587 * gdb.ada/display_nested.exp: Likewise.
588 * gdb.ada/dot_all.exp: Likewise.
589 * gdb.ada/dyn_loc.exp: Likewise.
590 * gdb.ada/dyn_stride.exp: Likewise.
591 * gdb.ada/excep_handle.exp: Likewise.
592 * gdb.ada/expr_delims.exp: Likewise.
593 * gdb.ada/expr_with_funcall.exp: Likewise.
594 * gdb.ada/exprs.exp: Likewise.
595 * gdb.ada/fin_fun_out.exp: Likewise.
596 * gdb.ada/fixed_cmp.exp: Likewise.
597 * gdb.ada/formatted_ref.exp: Likewise.
598 * gdb.ada/frame_arg_lang.exp: Likewise.
599 * gdb.ada/frame_args.exp: Likewise.
600 * gdb.ada/fullname_bp.exp: Likewise.
601 * gdb.ada/fun_addr.exp: Likewise.
602 * gdb.ada/fun_in_declare.exp: Likewise.
603 * gdb.ada/fun_overload_menu.exp: Likewise.
604 * gdb.ada/fun_renaming.exp: Likewise.
605 * gdb.ada/funcall_char.exp: Likewise.
606 * gdb.ada/funcall_param.exp: Likewise.
607 * gdb.ada/funcall_ptr.exp: Likewise.
608 * gdb.ada/funcall_ref.exp: Likewise.
609 * gdb.ada/homonym.exp: Likewise.
610 * gdb.ada/info_addr_mixed_case.exp: Likewise.
611 * gdb.ada/info_auto_lang.exp: Likewise.
612 * gdb.ada/info_exc.exp: Likewise.
613 * gdb.ada/info_types.exp: Likewise.
614 * gdb.ada/int_deref.exp: Likewise.
615 * gdb.ada/interface.exp: Likewise.
616 * gdb.ada/iwide.exp: Likewise.
617 * gdb.ada/lang_switch.exp: Likewise.
618 * gdb.ada/length_cond.exp: Likewise.
619 * gdb.ada/maint_with_ada.exp: Likewise.
620 * gdb.ada/mi_catch_assert.exp: Likewise.
621 * gdb.ada/mi_catch_ex.exp: Likewise.
622 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
623 * gdb.ada/mi_dyn_arr.exp: Likewise.
624 * gdb.ada/mi_ex_cond.exp: Likewise.
625 * gdb.ada/mi_exc_info.exp: Likewise.
626 * gdb.ada/mi_interface.exp: Likewise.
627 * gdb.ada/mi_prot.exp: Likewise.
628 * gdb.ada/mi_ref_changeable.exp: Likewise.
629 * gdb.ada/mi_string_access.exp: Likewise.
630 * gdb.ada/mi_task_arg.exp: Likewise.
631 * gdb.ada/mi_task_info.exp: Likewise.
632 * gdb.ada/mi_var_array.exp: Likewise.
633 * gdb.ada/mi_var_union.exp: Likewise.
634 * gdb.ada/mi_variant.exp: Likewise.
635 * gdb.ada/minsyms.exp: Likewise.
636 * gdb.ada/mod_from_name.exp: Likewise.
637 * gdb.ada/nested.exp: Likewise.
638 * gdb.ada/null_array.exp: Likewise.
639 * gdb.ada/optim_drec.exp: Likewise.
640 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
641 * gdb.ada/packed_array_assign.exp: Likewise.
642 * gdb.ada/packed_tagged.exp: Likewise.
643 * gdb.ada/pp-rec-component.exp: Likewise.
644 * gdb.ada/print_chars.exp: Likewise.
645 * gdb.ada/print_pc.exp: Likewise.
646 * gdb.ada/ptr_typedef.exp: Likewise.
647 * gdb.ada/ptype_arith_binop.exp: Likewise.
648 * gdb.ada/ptype_array.exp: Likewise.
649 * gdb.ada/ptype_field.exp: Likewise.
650 * gdb.ada/ptype_tagged_param.exp: Likewise.
651 * gdb.ada/ptype_union.exp: Likewise.
652 * gdb.ada/py_range.exp: Likewise.
653 * gdb.ada/py_taft.exp: Likewise.
654 * gdb.ada/rdv_wait.exp: Likewise.
655 * gdb.ada/rec_comp.exp: Likewise.
656 * gdb.ada/rec_return.exp: Likewise.
657 * gdb.ada/ref_param.exp: Likewise.
658 * gdb.ada/ref_tick_size.exp: Likewise.
659 * gdb.ada/rename_subscript_param.exp: Likewise.
660 * gdb.ada/repeat_dyn.exp: Likewise.
661 * gdb.ada/same_component_name.exp: Likewise.
662 * gdb.ada/same_enum.exp: Likewise.
663 * gdb.ada/scalar_storage.exp: Likewise.
664 * gdb.ada/set_wstr.exp: Likewise.
665 * gdb.ada/small_reg_param.exp: Likewise.
666 * gdb.ada/str_binop_equal.exp: Likewise.
667 * gdb.ada/str_ref_cmp.exp: Likewise.
668 * gdb.ada/str_uninit.exp: Likewise.
669 * gdb.ada/sub_variant.exp: Likewise.
670 * gdb.ada/sym_print_name.exp: Likewise.
671 * gdb.ada/taft_type.exp: Likewise.
672 * gdb.ada/tagged.exp: Likewise.
673 * gdb.ada/tagged_access.exp: Likewise.
674 * gdb.ada/task_bp.exp: Likewise.
675 * gdb.ada/task_switch_in_core.exp: Likewise.
676 * gdb.ada/tasks.exp: Likewise.
677 * gdb.ada/tick_last_segv.exp: Likewise.
678 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
679 * gdb.ada/type_coercion.exp: Likewise.
680 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
681 * gdb.ada/unchecked_union.exp: Likewise.
682 * gdb.ada/uninitialized_vars.exp: Likewise.
683 * gdb.ada/var_arr_attrs.exp: Likewise.
684 * gdb.ada/var_arr_typedef.exp: Likewise.
685 * gdb.ada/var_rec_arr.exp: Likewise.
686 * gdb.ada/variant-record.exp: Likewise.
687 * gdb.ada/variant.exp: Likewise.
688 * gdb.ada/variant_record_packed_array.exp: Likewise.
689 * gdb.ada/varsize_limit.exp: Likewise.
690 * gdb.ada/whatis_array_val.exp: Likewise.
691 * gdb.ada/widewide.exp: Likewise.
692 * gdb.ada/win_fu_syms.exp: Likewise.
693
6942020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
695
696 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
697
10c381b5
AB
6982020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
701 unset the array variable.
702
8f34b746
TV
7032020-08-03 Tom de Vries <tdevries@suse.de>
704
705 PR symtab/26333
706 * lib/dwarf.exp (DW_LNE_user): New proc.
707 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
708 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
709
0245e136
KB
7102020-07-31 Kevin Buettner <kevinb@redhat.com>
711
712 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
713 to 'uintptr_t'
714 (inttypes.h): Include.
715
9ef1ec5d
KB
7162020-07-31 Kevin Buettner <kevinb@redhat.com>
717
718 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
719 (C5_24k): Delete.
720 (C5_8k, C5_64k, C5_256k): New macros.
721 (buf_ro): Allocate 256 KiB of initialized data.
722
4c55e970
TBA
7232020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
724
725 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
726 that attempt to overwrite an existing condition with a condition
727 that fails parsing and also with a condition that parses fine
728 but contains junk at the end.
729
1e620590
TBA
7302020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
731
732 * gdb.base/condbreak-bad.c: New test.
733 * gdb.base/condbreak-bad.exp: New file.
734
e12dcc50
TV
7352020-07-30 Tom de Vries <tdevries@suse.de>
736
737 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
738 out of ...
739 (GDBInfoModuleSymbols::check_entry): ... here.
740 (GDBInfoModuleSymbols::check_optional_entry): New proc.
741 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
742 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
743
6cc64caa
TV
7442020-07-30 Tom de Vries <tdevries@suse.de>
745
746 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
747 "__class_some_module_Number_t" optional.
748
90fd07fc
TV
7492020-07-29 Tom de Vries <tdevries@suse.de>
750
751 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
752 multiple locations.
753
f5c79e97
TV
7542020-07-29 Tom de Vries <tdevries@suse.de>
755
756 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
757 rather than function name.
758
f75a0693
AB
7592020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
760
761 PR symtab/26270:
762 * gdb.cp/disasm-func-name.cc: New file.
763 * gdb.cp/disasm-func-name.exp: New file.
764
4888741a
TT
7652020-07-28 Tom Tromey <tromey@adacore.com>
766
767 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
768 'varval' location.
769
43d5901d
AB
7702020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
771
772 * gdb.python/py-unwind.py: Update to make use of a register
773 descriptor.
774
14fa8fb3
AB
7752020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
776
777 * gdb.python/py-arch-reg-names.exp: Add additional tests.
778
e79eb02f
AB
7792020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
780
781 PR fortran/23051
782 PR fortran/26139
783 * gdb.fortran/class-allocatable-array.exp: New file.
784 * gdb.fortran/class-allocatable-array.f90: New file.
785 * gdb.fortran/pointer-to-pointer.exp: New file.
786 * gdb.fortran/pointer-to-pointer.f90: New file.
787
876518dd
TV
7882020-07-25 Tom de Vries <tdevries@suse.de>
789
790 PR symtab/26243
791 * gdb.dwarf2/dw2-line-number-zero.c: New test.
792 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
793
6dcfb80a
TV
7942020-07-24 Tom de Vries <tdevries@suse.de>
795
796 PR testsuite/26293
797 * gdb.ada/mi_prot.exp: Require gnatmake-8.
798
e7bc9db8
PA
7992020-07-23 Pedro Alves <pedro@palves.net>
800
801 * gdb.server/server-kill.exp (prepare): New, factored out from the
802 top level.
803 (kill_server): New.
804 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
805 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
806
78344df7
AB
8072020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
808
809 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
810
25dfed24
SL
8112020-07-22 Sandra Loosemore <sandra@codesourcery.com>
812
813 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
814 Initialize to empty string at top level.
815 (gdb_wrapper_init): Revert check for file existence on build.
816 Build the wrapper in its default place, not a build-specific
817 location. When host == build, make the pathname absolute.
818 (gdb_compile): Delete leftover declaration of
819 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
820 string instead of uninitialized.
821
7da515fd
KB
8222020-07-22 Kevin Buettner <kevinb@redhat.com>
823
824 * gdb.base/corefile2.exp: New file.
825 * gdb.base/coremaker2.exp: New file.
826
9c5ec5c2
KB
8272020-07-22 Kevin Buettner <kevinb@redhat.com>
828
829 * gdb.base/coredump-filter.exp: Add second
830 non-Private-Shared-Anon-File test.
831 (test_disasm): Rename binfile for test which is expected
832 to fail.
833
f9e233c9
KB
8342020-07-22 Kevin Buettner <kevinb@redhat.com>
835
836 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
837 data in core file".
838 * gdb.base/coremaker.c (buf2ro): New global.
839 (mmapdata): Add a read-only mmap mapping.
840
94c265d7
KB
8412020-07-22 Kevin Buettner <kevinb@redhat.com>
842
843 PR corefiles/25631
844 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
845 New test.
846 * gdb.base/coremaker.c (buf3): New global.
847 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
848 flags.
849
8502020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
851
852 * gdb.base/coremaker.c (filler_ro): New global constant.
853
32fa152e
TT
8542020-07-22 Tom Tromey <tromey@adacore.com>
855
856 * gdb.ada/mi_prot.exp: New file.
857 * gdb.ada/mi_prot/pkg.adb: New file.
858 * gdb.ada/mi_prot/pkg.ads: New file.
859 * gdb.ada/mi_prot/prot.adb: New file.
860
c8474dc3
TBA
8612020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
862
863 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
864 loads two JITers.
865
baf8791e
AB
8662020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
867
868 * gdb.python/py-arch-reg-groups.exp: Additional tests.
869
f7306dac
AB
8702020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
871
872 * gdb.python/py-arch-reg-names.exp: Additional tests.
873
6d3d6e4b
TV
8742020-07-21 Tom de Vries <tdevries@suse.de>
875
876 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
877 breakpoint locations".
878 * gdb.reverse/solib-reverse.exp: Same.
879
803d0592
TV
8802020-07-21 Tom de Vries <tdevries@suse.de>
881
882 * gdb.reverse/step-reverse.c (callee): Merge statements.
883
e9bdc510
TV
8842020-07-21 Tom de Vries <tdevries@suse.de>
885
886 * gdb.fortran/info-modules.exp (info module variables): Allow missing
887 line numbers for some variables.
888
f0f9e75a
TV
8892020-07-21 Tom de Vries <tdevries@suse.de>
890
891 * gdb.opt/inline-locals.c (init_array): New func.
892 (func1): Use init_array.
893 * gdb.opt/inline-locals.exp: Update pattern.
894
bd460ecb
TV
8952020-07-21 Tom de Vries <tdevries@suse.de>
896
897 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
898 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
899
ae5369e7
LC
9002020-07-20 Ludovic Courtès <ludo@gnu.org>
901
902 * gdb.guile/source2.scm: Add #f first argument to 'format'.
903 * gdb.guile/types-module.exp: Remove "ERROR:" from
904 regexps since Guile 3.0 no longer prints that.
905
68cf161c
LC
9062020-07-20 Ludovic Courtès <ludo@gnu.org>
907
908 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
909 error regexp to match on Guile 2.2.
910
c14b4913
GB
9112020-07-20 Gary Benson <gbenson@redhat.com>
912
913 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
914 with clang.
915
b243ba58
TV
9162020-07-20 Tom de Vries <tdevries@suse.de>
917
918 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
919 (omp_set_lock_in_order): New function.
920 (single_scope, multi_scope, nested_func, nested_parallel): Use
921 omp_set_lock_in_order and omp_unset_lock.
922 (main): Init and destroy lock and lock2.
923
c06ad8b5
TV
9242020-07-20 Tom de Vries <tdevries@suse.de>
925
926 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
927
6e22f117
TV
9282020-07-20 Tom de Vries <tdevries@suse.de>
929
930 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
931
33176ea7
TV
9322020-07-17 Tom de Vries <tdevries@suse.de>
933
934 * gdb.base/valgrind-infcall-2.c: New test.
935 * gdb.base/valgrind-infcall-2.exp: New file.
936 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
937
90c3ec2d
TV
9382020-07-17 Tom de Vries <tdevries@suse.de>
939
940 * gdb.dlang/circular.c (found): Use found_label as label name.
941 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
942 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
943 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
944 * gdb.dwarf2/ada-linkage-name.exp: Same.
945 * gdb.dwarf2/arr-subrange.exp: Same.
946 * gdb.dwarf2/atomic-type.exp: Same.
947 * gdb.dwarf2/comp-unit-lang.exp: Same.
948 * gdb.dwarf2/cpp-linkage-name.exp: Same.
949 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
950 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
951 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
952 * gdb.dwarf2/implptr-64bit.exp: Same.
953 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
954 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
955 * gdb.dwarf2/imported-unit.exp: Same.
956 * gdb.dwarf2/main-subprogram.exp: Same.
957 * gdb.dwarf2/missing-type-name.exp: Same.
958 * gdb.dwarf2/nonvar-access.exp: Same.
959 * gdb.dwarf2/struct-with-sig.exp: Same.
960 * gdb.dwarf2/typedef-void-finish.exp: Same.
961 * gdb.dwarf2/void-type.exp: Same.
962
10da644d
TV
9632020-07-17 Tom de Vries <tdevries@suse.de>
964
965 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
966 src parameter.
967 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
968 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
969 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
970 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
971 * gdb.dwarf2/dwz.exp: Same.
972 * gdb.dwarf2/implptr-optimized-out.exp: Same.
973 * gdb.dwarf2/implref-array.exp: Same.
974 * gdb.dwarf2/implref-const.exp: Same.
975 * gdb.dwarf2/implref-global.exp: Same.
976 * gdb.dwarf2/implref-struct.exp: Same.
977 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
978 * gdb.dwarf2/opaque-type-lookup.exp: Same.
979 * gdb.dwarf2/var-access.exp: Same.
980 * gdb.dwarf2/varval.exp: Same.
981 * gdb.trace/entry-values.exp: Same.
982
315e6afc
TV
9832020-07-17 Tom de Vries <tdevries@suse.de>
984
985 * lib/dwarf.exp (Dwarf::extern): Remove.
986 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
987 * gdb.dlang/circular.exp: Same.
988 * gdb.dwarf2/comp-unit-lang.exp: Same.
989 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
990 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
991 * gdb.dwarf2/dwz.exp: Same.
992 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
993 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
994 * gdb.dwarf2/imported-unit.exp: Same.
995 * gdb.dwarf2/opaque-type-lookup.exp: Same.
996
5597c940
SL
9972020-07-16 Sandra Loosemore <sandra@codesourcery.com>
998
999 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
1000 Use double quotes instead of single quotes.
1001
d0ce17d8
CT
10022020-07-16 Caroline Tice <cmtice@google.com>
1003
1004 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
1005 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
1006
853772cc
TV
10072020-07-16 Tom de Vries <tdevries@suse.de>
1008
1009 * lib/dwarf.exp (program): Initialize _line.
1010 (DW_LNE_end_sequence): Reinitialize _line.
1011 (DW_LNS_advance_line): Update _line.
1012 (line): New proc.
1013 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
1014 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1015 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1016 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1017 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1018 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1019
fe07b572
AB
10202020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1021
1022 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
1023 generic.
1024
52781cce
TV
10252020-07-15 Tom de Vries <tdevries@suse.de>
1026
1027 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
1028 is_amd64_regs_target.
1029
3dcc261c
AB
10302020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1031
1032 * gdb.fortran/ptype-on-functions.exp: Add more tests.
1033 * gdb.fortran/ptype-on-functions.f90: Likewise.
1034
054a0959
SM
10352020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
1036
1037 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
1038 values in documentation for addr_size to 4 and 8.
1039
ccb9eba6
AB
10402020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
1041
1042 * gdb.arch/amd64-osabi.exp: Update.
1043 * gdb.arch/arm-disassembler-options.exp: Update.
1044 * gdb.arch/powerpc-disassembler-options.exp: Update.
1045 * gdb.arch/ppc64-symtab-cordic.exp: Update.
1046 * gdb.arch/s390-disassembler-options.exp: Update.
1047 * gdb.base/all-architectures.exp.tcl: Update.
1048 * gdb.base/attach-pie-noexec.exp: Update.
1049 * gdb.base/catch-syscall.exp: Update.
1050 * gdb.xml/tdesc-arch.exp: Update.
1051
025a39a7
TV
10522020-07-14 Tom de Vries <tdevries@suse.de>
1053
1054 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
1055 (local_gettid): ... this.
1056 (fn): Update.
1057
74e4b667
SL
10582020-07-13 Sandra Loosemore <sandra@codesourcery.com>
1059
1060 * gdb.base/info_sources.exp: Skip directory match tests on
1061 remote hosts.
1062
f413dd74
GB
10632020-07-13 Gary Benson <gbenson@redhat.com>
1064
1065 * gdb.base/savedregs.exp (caller): Use parentheses to
1066 make expected expression evaluation ordering explicit.
1067
915771bb
GB
10682020-07-13 Gary Benson <gbenson@redhat.com>
1069
1070 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
1071
2a122642
GB
10722020-07-13 Gary Benson <gbenson@redhat.com>
1073
1074 * gdb.base/bigcore.c (main): Use a volatile pointer when
1075 attempting to trigger a SIGSEGV.
1076 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
1077 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
1078 * gdb.base/savedregs.c (thrower): Likewise.
1079 * gdb.mi/mi-syn-frame.c (bar): Likewise.
1080
3f00c730
GB
10812020-07-13 Gary Benson <gbenson@redhat.com>
1082
1083 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
1084 defining and using VLA structure fields into...
1085 * gdb.base/vla-struct-fields.c: New file.
1086 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
1087 tests into...
1088 * gdb.base/vla-struct-fields.exp: New file.
1089
963eeee4
TV
10902020-07-13 Tom de Vries <tdevries@suse.de>
1091
1092 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
1093 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
1094 * gdb.base/gold-gdb-index.exp: Same.
1095 * gdb.base/morestack.exp: Same.
1096
0ed35c9a
DX
10972020-07-11 Daniel Xu <dxu@dxuuu.xyz>
1098
1099 PR rust/26121
1100 * gdb.rust/modules.rs: Prevent linker from discarding test
1101 symbol.
1102
4fdba23d
PA
11032020-07-10 Pedro Alves <pedro@palves.net>
1104
1105 PR gdb/26199
1106 * gdb.multi/multi-target.c (exit_thread): New.
1107 (thread_start): Break loop if EXIT_THREAD.
1108 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
1109 (top level) Call test_no_resumed.
1110
15f3b077
TT
11112020-07-08 Tom Tromey <tromey@adacore.com>
1112
1113 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
1114 * gdb.ada/catch_ex.exp: Examine catchpoint text.
1115
9fc501fd
AB
11162020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1117
1118 PR python/22748
1119 * gdb.opt/inline-frame-tailcall.c: New file.
1120 * gdb.opt/inline-frame-tailcall.exp: New file.
1121 * gdb.python/py-unwind-inline.c: New file.
1122 * gdb.python/py-unwind-inline.exp: New file.
1123 * gdb.python/py-unwind-inline.py: New file.
1124
64cb3757
AB
11252020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1126
1127 * gdb.python/py-arch-reg-groups.exp: New file.
1128
0f767f94
AB
11292020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1130
1131 * gdb.python/py-arch-reg-names.exp: New file.
1132
87dbc774
AB
11332020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1134
1135 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
1136 gdb.PendingFrame.architecture method.
1137
d8cc8af6
TV
11382020-07-06 Tom de Vries <tdevries@suse.de>
1139
1140 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
1141
3c8ea5be
PA
11422020-07-03 Pedro Alves <palves@redhat.com>
1143
1144 * gdb.base/structs2.c (main): Adjust second parem_reg call to
1145 explicitly write negative numbers.
1146 * gdb.base/structs2.exp: Adjust expected output.
1147
bf90c83a
PA
11482020-07-03 Pedro Alves <palves@redhat.com>
1149
1150 * gdb.base/charset.c (init_string): Change all char parameters to
1151 unsigned char parameters.
1152
2eb82157
PA
11532020-07-03 Pedro Alves <palves@redhat.com>
1154
1155 * gdb.base/call-sc.exp (start_scalars_test): Use
1156 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1157 * gdb.base/overlays.c: Remove references to PARAMS.
1158 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1159 * gdb.base/reread.exp: Don't set 'prototypes' global.
1160 * gdb.base/structs.exp (start_structs_test): Use
1161 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1162 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1163 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1164 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1165 call.
1166 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1167
9adda7af
PA
11682020-07-03 Pedro Alves <palves@redhat.com>
1169
1170 * gdb.base/m32rovly.c: Delete.
1171 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1172
2a17c803
PW
11732020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1174
1175 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1176 of gdb_py_test_multiple.
1177 * gdb.python/py-cmd.exp: Likewise.
1178 * gdb.python/py-events.exp: Likewise.
1179 * gdb.python/py-function.exp: Likewise.
1180 * gdb.python/py-inferior.exp: Likewise.
1181 * gdb.python/py-infthread.exp: Likewise.
1182 * gdb.python/py-linetable.exp: Likewise.
1183 * gdb.python/py-parameter.exp: Likewise.
1184 * gdb.python/py-value.exp: Likewise.
1185
b011fe1a
TV
11862020-06-30 Tom de Vries <tdevries@suse.de>
1187
1188 PR testsuite/26175
1189 * lib/future.exp (gdb_default_target_compile): Detect and handle
1190 early_flags.
1191
df5b8876
SM
11922020-06-29 Simon Marchi <simon.marchi@efficios.com>
1193
1194 * boards/simavr.exp (gdb_load): Catch errors when closing
1195 previous connection. Close connection, wait for process and
1196 unset simavr_spawn_id on failure.
1197
a3ca48cd
TV
11982020-06-29 Tom de Vries <tdevries@suse.de>
1199
1200 * lib/gdb.exp (unknown): Make test-case unresolved.
1201
b0237c0e
TV
12022020-06-29 Tom de Vries <tdevries@suse.de>
1203
1204 PR gdb/25475
1205 * gdb.server/solib-list.exp: Verify that the symbol reload
1206 confirmation question is asked.
1207
c0b3b3bd
PW
12082020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1209
1210 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1211 have a input seq nr in each pass message.
fe4c3d43 1212 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
1213 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1214 * gdb.python/python.exp: Make test names unique,
1215 use gdb_test_multiline instead of gdb_py_test_multiple,
1216 use $gdb_test_name.
1217 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1218
1776e3e5
NA
12192020-06-26 Nick Alcock <nick.alcock@oracle.com>
1220
1221 * configure.ac: Add --enable-libctf.
1222 * aclocal.m4: sinclude ../config/enable.m4.
1223 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1224 * lib/gdb.exp (skip_ctf_tests): Use it.
1225 * gdb.base/ctf-constvars.exp: Error message tweak.
1226 * gdb.base/ctf-ptype.exp: Likewise.
1227 * configure: Regenerate.
1228
f53b3eeb
GB
12292020-06-26 Gary Benson <gbenson@redhat.com>
1230
1231 * gdb.cp/try_catch.cc: Include string.h.
1232 (main): Replace comparison against string literal with
1233 strcmp, avoiding build failure with -Wstring-compare.
1234 Add "marker test-complete".
1235 * gdb.cp/try_catch.exp: Run the test to the above marker,
1236 then verify that the value of "test" is still true.
1237
6d74da72
AB
12382020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1239
1240 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1241
2e52d038
AB
12422020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1243
1244 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1245
3b9fce96
AB
12462020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1247
1248 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1249 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1250 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1251 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1252 * gdb.arch/riscv-tdesc-loading.exp: New file.
1253
ed69cbc8
AB
12542020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1255
1256 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1257
767a879e
AB
12582020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1259
1260 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1261 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1262 * gdb.arch/riscv-tdesc-regs.c: New file.
1263 * gdb.arch/riscv-tdesc-regs.exp: New file.
1264
221db974
PA
12652020-06-24 Pedro Alves <palves@redhat.com>
1266
1267 * gdb.arch/amd64-entry-value-paramref.exp: Use
1268 prepare_for_testing_full and don't pass "c++" for the .S file
1269 build spec.
1270 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1271 $options, since it's an assembly file. Remove -Wno-deprecated.
1272 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1273 compiling C++ programs.
1274
331733cd
PA
12752020-06-24 Pedro Alves <palves@redhat.com>
1276
1277 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1278 Clang, add "-Wno-unknown-warning-option" to the options.
1279
caa7fd04
AB
12802020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1281
1282 * gdb.xml/tdesc-reload.c: New file.
1283 * gdb.xml/tdesc-reload.exp: New file.
1284 * gdb.xml/maint-xml-dump-01.xml: New file.
1285 * gdb.xml/maint-xml-dump-02.xml: New file.
1286 * gdb.xml/maint-xml-dump.exp: New file.
1287
bb8d1260
SL
12882020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1289
1290 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1291 Adjust for omitted commands when TUI is disabled.
1292
7e4b9c4c
GB
12932020-06-23 Gary Benson <gbenson@redhat.com>
1294 Pedro Alves <palves@redhat.com>
1295
1296 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1297 * gdb.cp/nsimport.cc: Likewise.
1298 * gdb.cp/nsnested.cc: Likewise.
1299 * gdb.cp/nsnoimports.cc: Likewise.
1300 * gdb.cp/nsusing.cc: Likewise.
1301 * gdb.cp/smartp.cc: Likewise.
1302 * gdb.python/py-pp-integral.c: Likewise.
1303 * gdb.python/py-pp-re-notag.c: Likewise.
1304
2e573c0a
GB
13052020-06-23 Gary Benson <gbenson@redhat.com>
1306
1307 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1308 * gdb.cp/nsimport.cc: Likewise.
1309 * gdb.cp/nsnested.cc: Likewise.
1310 * gdb.cp/nsnoimports.cc: Likewise.
1311 * gdb.cp/nsusing.cc: Likewise.
1312 * gdb.cp/smartp.cc: Likewise.
1313 * gdb.python/py-pp-integral.c: Likewise.
1314 * gdb.python/py-pp-re-notag.c: Likewise.
1315
746ebfe8
PW
13162020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1317
1318 * gdb.base/default-args.exp: New test.
1319 * gdb.base/default-args.c: New file.
1320 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1321 * gdb.base/default.exp: Update to new help text.
1322 * gdb.base/help.exp: Likewise.
1323 * gdb.base/page.exp: Likewise.
1324 * gdb.base/style.exp: Likewise.
1325 * gdb.guile/guile.exp: Likewise.
1326 * gdb.python/python.exp: Likewise.
1327
e822f2cd
SL
13282020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1329
1330 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1331 remote host. Fix search path syntax on Windows host.
1332
48e9cc84
PW
13332020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1334
1335 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1336 over 'exec-file-mismatch'.
1337 * gdb.base/attach.c: Mark should_exit volatile.
1338 * gdb.base/attach2.c: Likewise. Add a comment explaining
1339 why the sleep cannot be big.
1340 * gdb.base/attach3.c: New file.
1341
160f8a8f
SL
13422020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1343
1344 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1345 prefix optional.
1346
4d91c2a4
SL
13472020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1348
1349 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1350 for remote host.
1351
87f83f20
SL
13522020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1353 Hafiz Abid Qadeer <abidh@codesourcery.com>
1354
1355 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1356 file sent to remote host.
1357 (top level): Allow int32_t as type of 32-bit register.
1358
37ab8655
TV
13592020-06-19 Tom de Vries <tdevries@suse.de>
1360
1361 * lib/gdb.exp (gdb_note): New proc.
1362 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1363 (gdb_default_target_compile): ... here. Only call
1364 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1365 (use_gdb_compile): Change to array.
1366 (toplevel): Update sets of use_gdb_compile to specify language.
1367 Warn about default_target_compile override. Store dejagnu's version
1368 of default_target_compile in dejagnu_default_target_compile.
1369
a8a56685
TV
13702020-06-18 Tom de Vries <tdevries@suse.de>
1371
1372 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1373 (default_gdb_init): ... here.
1374
581bea2c
SL
13752020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1376
1377 Fix TUI support checks in gdb.tui tests.
1378
1379 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1380 just say UNSUPPORTED.
1381 * gdb.tui/corefile-run.exp: Likewise.
1382 * gdb.tui/empty.exp: Likewise.
1383 * gdb.tui/list-before.exp: Likewise.
1384 * gdb.tui/list.exp: Likewise.
1385 * gdb.tui/main.exp: Likewise.
1386 * gdb.tui/regs.exp: Likewise.
1387 * gdb.tui/resize.exp: Likewise.
1388 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1389 * gdb.tui/tui-layout-asm.exp: Likewise.
1390 * gdb.tui/tui-missing-src.exp: Likewise.
1391 * gdb.tui/winheight.exp: Likewise.
1392 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1393
05e682e3
SL
13942020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1395
1396 Fix TCL error in gdb.python/py-format-string.exp.
1397
1398 * gdb.python/py-format-string.exp: Move test for python support
1399 earlier, out of function body.
1400
efb763a5
SM
14012020-06-15 Simon Marchi <simon.marchi@efficios.com>
1402
1403 * gdb.base/index-cache-load-twice.c: New.
1404 * gdb.base/index-cache-load-twice.exp: New.
1405
43327b20
KS
14062020-06-17 Keith Seitz <keiths@redhat.com>
1407
99cf27cf 1408 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
1409 when executing "gdb --configuration".
1410
081e778c
TV
14112020-06-17 Tom de Vries <tdevries@suse.de>
1412
1413 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1414 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1415 conditional on presence of gdb_tcl_unknown.
1416 (gdb_finish): Make override undo conditional on presence of
1417 gdb_tcl_unknown.
1418
d2d1ea20
TT
14192020-06-16 Tom Tromey <tom@tromey.com>
1420
1421 * gdb.python/tui-window.py (failwin): New function. Register it
1422 as a TUI window type.
1423 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1424
c802e8a7
GB
14252020-06-16 Gary Benson <gbenson@redhat.com>
1426
1427 * gdb.python/py-nested-maps.c (create_map): Add missing return
1428 value.
1429 (create_map_map): Likewise.
1430
ff08abb8
TBA
14312020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1432
1433 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1434 variable.
1435 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1436 and use the already-defined 'options' variable.
1437
a29d5112
AB
14382020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1439 Tom de Vries <tdevries@suse.de>
1440
1441 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1442 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1443 (gdb_setup_known_globals): New proc.
1444 (gdb_cleanup_globals): New proc.
1445 * lib/gdb.exp (load_lib): New override proc.
1446 (gdb_stdin_log_init): Set var in_file as persistent global.
1447 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1448 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1449 fpc_compiler as persistent global.
1450
8c74a764
TV
14512020-06-12 Tom de Vries <tdevries@suse.de>
1452
1453 * lib/tuiterm.exp (spawn): Rename to ...
1454 (tui_spawn): ... this.
1455 (toplevel): Move rename of spawn ...
1456 (gdb_init_tuiterm): ... here. New proc.
1457 (gdb_finish_tuiterm): New proc.
1458 * lib/gdb.exp (gdb_finish_hooks): New global var.
1459 (gdb_finish): Handle gdb_finish_hooks.
1460 (tuiterm_env): New proc.
1461 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1462 tuiterm_env.
1463 * gdb.tui/basic.exp: Same.
1464 * gdb.tui/corefile-run.exp: Same.
1465 * gdb.tui/empty.exp: Same.
1466 * gdb.tui/list-before.exp: Same.
1467 * gdb.tui/list.exp: Same.
1468 * gdb.tui/main.exp: Same.
1469 * gdb.tui/new-layout.exp: Same.
1470 * gdb.tui/regs.exp: Same.
1471 * gdb.tui/resize.exp: Same.
1472 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1473 * gdb.tui/tui-layout-asm.exp: Same.
1474 * gdb.tui/tui-missing-src.exp: Same.
1475 * gdb.tui/winheight.exp: Same.
1476
26783bce
TV
14772020-06-12 Tom de Vries <tdevries@suse.de>
1478
1479 PR testsuite/26110
1480 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1481 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1482
2b4e6a3f
TT
14832020-06-11 Tom Tromey <tom@tromey.com>
1484
1485 PR gdb/18318:
1486 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1487 floating point tests.
1488
2f33032a
KS
14892020-06-11 Keith Seitz <keiths@redhat.com>
1490
1491 PR gdb/21356
1492 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1493 vla_struct.
1494 Add new struct vla_typedef and union vla_typedef_union and
1495 corresponding instantiation objects.
1496 Initialize new objects.
1497 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1498 and vla_typedef_union_object.
1499 Fixup type for vla_struct_object.
1500
a8baf0a3
TV
15012020-06-11 Tom de Vries <tdevries@suse.de>
1502
1503 * lib/gdb.exp (with_override): New proc, factored out of ...
1504 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1505
7ab96794
TV
15062020-06-10 Tom de Vries <tdevries@suse.de>
1507
1508 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1509
cab5c3b7
SM
15102020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1511
1512 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1513 parameter, update callers.
1514
f8c41851
SM
15152020-06-04 Simon Marchi <simon.marchi@efficios.com>
1516
1517 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1518 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1519 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1520
1c07a73f
TV
15212020-06-04 Tom de Vries <tdevries@suse.de>
1522
1523 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1524
95146b5d
TV
15252020-06-04 Tom de Vries <tdevries@suse.de>
1526
1527 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1528 exp_continue.
1529
0cfcd4f0
TV
15302020-06-04 Tom de Vries <tdevries@suse.de>
1531
1532 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1533
f9b5d5ea
TV
15342020-06-03 Tom de Vries <tdevries@suse.de>
1535
1536 PR symtab/26046
1537 * gdb.cp/breakpoint-locs-2.cc: New test.
1538 * gdb.cp/breakpoint-locs.cc: New test.
1539 * gdb.cp/breakpoint-locs.exp: New file.
1540 * gdb.cp/breakpoint-locs.h: New test.
1541
5144dfba
TV
15422020-06-03 Tom de Vries <tdevries@suse.de>
1543
1544 PR testsuite/25609
1545 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1546 value of global verbose.
1547 * gdb.base/jit-elf.exp: Same.
1548 * gdb.base/jit-reader.exp: Same.
1549
621eacdf
TV
15502020-06-02 Tom de Vries <tdevries@suse.de>
1551
1552 * gdb.dwarf2/multidictionary.exp: Don't use
1553 gdb_spawn_with_cmdline_opts.
1554
1313c56e
AB
15552020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1556
1557 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1558 use_header case.
1559 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1560 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1561 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1562 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1563 * gdb.dwarf2/dw2-inline-header.c: New file.
1564 * gdb.dwarf2/dw2-inline-header.h: New file.
1565
f68f85b5
PA
15662020-05-30 Pedro Alves <palves@redhat.com>
1567
1568 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1569 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1570
678048e8
GB
15712020-05-29 Gary Benson <gbenson@redhat.com>
1572
1573 * gdb.compile/compile-cplus.exp (additional_flags): Also
1574 set when building with clang.
1575 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1576 when building with clang.
1577
9fcafd23
GB
15782020-05-29 Gary Benson <gbenson@redhat.com>
1579
1580 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1581 building with clang.
1582 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1583
735d5a07
GB
15842020-05-29 Gary Benson <gbenson@redhat.com>
1585
1586 * gdb.cp/koenig.exp (prepare_for_testing): Add
1587 additional_flags=-Wno-unused-comparison.
1588 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1589
4ad2c6a0
GB
15902020-05-28 Gary Benson <gbenson@redhat.com>
1591
1592 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1593 statement.
1594
09fe663e
GB
15952020-05-28 Gary Benson <gbenson@redhat.com>
1596
1597 * gdb.cp/classes.exp (prepare_for_testing): Add
1598 additional_flags=-Wno-deprecated-register.
1599 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1600 * gdb.cp/misc.exp: Likewise.
1601
cee00f17
GB
16022020-05-28 Gary Benson <gbenson@redhat.com>
1603
1604 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1605 (test_op_new::operator new): Add return statement.
1606 (test_op_new_array::operator new[]): Likewise.
1607
636edd00
PA
16082020-05-27 Pedro Alves <palves@redhat.com>
1609
1610 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1611 check. Use test_gdb_complete_unique instead of
1612 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1613 test_gdb_complete_multiple instead of
1614 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1615
c2b75043
LM
16162020-05-27 Luis Machado <luis.machado@linaro.org>
1617
1618 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1619 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1620 * gdb.arch/arm-disassembler-options.exp: Likewise.
1621 * gdb.arch/arm-disp-step.exp: Likewise.
1622 * gdb.arch/thumb-prologue.exp: Likewise.
1623 * gdb.base/async.exp: Likewise.
1624 * gdb.base/auxv.exp: Likewise.
1625 * gdb.base/complex-parts.exp: Likewise.
1626 * gdb.base/ena-dis-br.exp: Likewise.
1627 * gdb.base/foll-exec.exp: Likewise.
1628 * gdb.base/permissions.exp: Likewise.
1629 * gdb.base/relocate.exp: Likewise.
1630 * gdb.base/return2.exp: Likewise.
1631 * gdb.base/sigbpt.exp: Likewise.
1632 * gdb.base/siginfo-obj.exp: Likewise.
1633 * gdb.cp/converts.exp: Likewise.
1634 * gdb.cp/exceptprint.exp: Likewise.
1635 * gdb.cp/inherit.exp: Likewise.
1636 * gdb.cp/nsnoimports.exp: Likewise.
1637 * gdb.cp/virtbase2.exp: Likewise.
1638 * gdb.mi/mi-var-cmd.exp: Likewise.
1639 * gdb.mi/var-cmd.c: Likewise.
1640
53a47a3e
TT
16412020-05-26 Tom Tromey <tromey@adacore.com>
1642
1643 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1644
0bc2354b
TT
16452020-05-26 Tom Tromey <tromey@adacore.com>
1646
1647 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1648 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1649 type.
1650 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1651 variable.
1652
0db49895
CBG
16532020-05-26 Christian Biesinger <cbiesinger@google.com>
1654
1655 * Makefile.in: Use = instead of == for the test command
1656 for portability.
1657
40d22035
TV
16582020-05-26 Tom de Vries <tdevries@suse.de>
1659
1660 * gdb.base/gold-gdb-index-2.c: New test.
1661 * gdb.base/gold-gdb-index.c: New test.
1662 * gdb.base/gold-gdb-index.exp: New file.
1663 * gdb.base/gold-gdb-index.h: New test.
1664
043e2e02
TV
16652020-05-25 Tom de Vries <tdevries@suse.de>
1666
1667 * boards/gold-gdb-index.exp: New file.
1668
462f72c5
SM
16692020-05-25 Simon Marchi <simon.marchi@efficios.com>
1670
1671 * boards/simavr.exp: New file.
1672
6cf66e76
SM
16732020-05-25 Simon Marchi <simon.marchi@efficios.com>
1674
1675 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1676 * gdb.base/inferior-args.exp: New file.
1677 * gdb.base/inferior-args.c: New file.
1678
75d04512
SM
16792020-05-25 Simon Marchi <simon.marchi@efficios.com>
1680
1681 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1682 inferior_args. Pass it to gdb_reload.
1683 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1684 inferior_args.
1685 (gdb_reload): Add inferior_args argument.
1686 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1687 pass it to gdbserver_run.
1688 * boards/native-gdbserver.exp: Do not set noargs.
1689 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1690 inferior_args argument.
1691 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1692 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1693 * gdb.base/args.exp: Likewise.
1694
42cf1844
TV
16952020-05-25 Tom de Vries <tdevries@suse.de>
1696
1697 * lib/gdb.exp (exec_is_pie): Add comment.
1698
8f7d38ef
TV
16992020-05-25 Tom de Vries <tdevries@suse.de>
1700
1701 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1702 instead of $binfile in the untested message.
1703
465e1b0f
TV
17042020-05-25 Tom de Vries <tdevries@suse.de>
1705
1706 PR testsuite/26031
1707 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1708
3c5a0e02
TV
17092020-05-25 Tom de Vries <tdevries@suse.de>
1710
1711 * boards/gold.exp: New file.
1712
0a4f5f8c
TT
17132020-05-23 Tom Tromey <tom@tromey.com>
1714
1715 * gdb.base/style.exp: Remove completion styling test.
1716 * lib/gdb-utils.exp (style): Remove completion styles.
1717
eca1f90c
TT
17182020-05-23 Tom Tromey <tom@tromey.com>
1719
1720 * gdb.base/style.exp: Add completion styling test.
1721 * lib/gdb-utils.exp (style): Add completion styles.
1722
7c13f4e8
AB
17232020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1724
1725 * gdb.base/annota1.exp: Update expected results.
1726 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1727 test name.
1728 * gdb.cp/annota3.exp: Update expected results.
1729
41977d16
SM
17302020-05-20 Simon Marchi <simon.marchi@efficios.com>
1731
1732 PR gdb/26016
1733 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1734 against MAP_FAILED.
1735 * gdb.base/coremaker.c (mmapdata): Likewise.
1736 * gdb.base/jit-reader-host.c (main): Likewise.
1737 * gdb.base/sym-file-loader.c (load): Likewise.
1738 (load_shlib): Likewise.
1739
b4757f2e
TT
17402020-05-20 Tom Tromey <tromey@adacore.com>
1741
1742 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1743
9a0bacfb
TV
17442020-05-20 Tom de Vries <tdevries@suse.de>
1745
1746 PR symtab/25833
1747 * gdb.base/with-mf-inc.c: New test.
1748 * gdb.base/with-mf-main.c: New test.
1749 * gdb.base/with-mf.exp: New file.
1750
76571211
TT
17512020-05-19 Tom Tromey <tromey@adacore.com>
1752
1753 * gdb.rust/simple.exp: Restore missing test result.
1754
4cd9f3d5
TV
17552020-05-19 Tom de Vries <tdevries@suse.de>
1756
1757 * gdb.base/gdb-caching-proc.exp: Fix typo.
1758
7d874253
TT
17592020-05-19 Tom Tromey <tromey@adacore.com>
1760
1761 * gdb.rust/simple.exp: Add some test descriptions.
1762 (test_one_slice): Use with_test_prefix.
1763
1d727695
TV
17642020-05-18 Tom de Vries <tdevries@suse.de>
1765
1766 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1767
7f32a4d5
PA
17682020-05-17 Pedro Alves <palves@redhat.com>
1769
1770 PR gdb/25741
1771 * gdb.base/hw-sw-break-same-address.exp: New file.
1772
7cfd74cf
PA
17732020-05-16 Pedro Alves <palves@redhat.com>
1774
1775 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1776 LAST_LOADED_FILE accordingly.
1777
57b4f16e
PW
17782020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1779
1780 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1781
7c05caf7
PW
17822020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1783
1784 * gdb.base/help.exp: Test apropos and help for commands
1785 having aliases. Fixed comments not starting with an
1786 upper-case letter or not finishing with a dot.
1787
7aa1b46f
PW
17882020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1789
3b3aaacb
PW
1790 * gdb.base/alias.exp: Update help output check.
1791
57b4f16e 17922020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 1793
7aa1b46f
PW
1794 * gdb.base/default.exp: Update output following fixes.
1795
0605465f
PW
17962020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1797
1798 * gdb.base/alias.exp: Test aliases starting with a prefix of
1799 another alias.
1800
86e4e63d
GB
18012020-05-15 Gary Benson <gbenson@redhat.com>
1802
1803 * gdb.base/info-os.c (main): Add return statement.
1804 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1805 * gdb.base/large-frame-2.c (func): Likewise.
1806 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1807 * gdb.base/pr10179-b.c (foo2): Likewise.
1808 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1809 * gdb.base/watch-cond.c (func): Likewise.
1810 * gdb.multi/goodbye.c (verylongfun): Likewise.
1811 * gdb.multi/hello.c (commonfun): Likewise.
1812 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1813 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1814 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1815 Likewise.
1816 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1817 * gdb.threads/interrupt-while-step-over.c (child_function):
1818 Likewise.
1819 * gdb.trace/actions-changed.c (end): Likewise.
1820
163df4df
GB
18212020-05-15 Gary Benson <gbenson@redhat.com>
1822
1823 * gdb.opencl/callfuncs.exp: Report when test skipped.
1824 * gdb.opencl/convs_casts.exp: Likewise.
1825 * gdb.opencl/datatypes.exp: Likewise.
1826 * gdb.opencl/operators.exp: Likewise.
1827 * gdb.opencl/vec_comps.exp: Likewise.
1828
6dbc505a
TV
18292020-05-15 Tom de Vries <tdevries@suse.de>
1830
1831 * gdb.base/align.exp.in: Rename to ...
1832 * gdb.base/align.exp.tcl: ... this.
1833 * gdb.base/align-c++.exp: Update.
1834 * gdb.base/align-c.exp: Update.
1835 * gdb.base/all-architectures.exp.in: Rename to ...
1836 * gdb.base/all-architectures.exp: ... this.
1837 * gdb.base/all-architectures-0.exp: Update.
1838 * gdb.base/all-architectures-1.exp: Update.
1839 * gdb.base/all-architectures-2.exp: Update.
1840 * gdb.base/all-architectures-3.exp: Update.
1841 * gdb.base/all-architectures-4.exp: Update.
1842 * gdb.base/all-architectures-5.exp: Update.
1843 * gdb.base/all-architectures-6.exp: Update.
1844 * gdb.base/all-architectures-7.exp: Update.
1845 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1846 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1847 * gdb.base/infcall-nested-structs-c++.exp: Update.
1848 * gdb.base/infcall-nested-structs-c.exp: Update.
1849 * gdb.base/info-types.exp.in: Rename to ...
1850 * gdb.base/info-types.exp.tcl: ... this.
1851 * gdb.base/info-types-c++.exp: Update.
1852 * gdb.base/info-types-c.exp: Update.
1853 * gdb.base/max-depth.exp.in: Rename to ...
1854 * gdb.base/max-depth.exp.tcl: ... this.
1855 * gdb.base/max-depth-c++.exp: Update.
1856 * gdb.base/max-depth-c.exp: Update.
1857 * gdb.cp/cpexprs.exp.in: Rename to ...
1858 * gdb.cp/cpexprs.exp.tcl: ... this.
1859 * gdb.cp/cpexprs-debug-types.exp: Update.
1860 * gdb.cp/cpexprs.exp: Update.
1861 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1862 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1863 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1864 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1865 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1866 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1867 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1868 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1869 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1870 * gdb.dwarf2/clang-debug-names.exp: Update.
1871
d1034d78
AB
18722020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1873
1874 * lib/check-test-names.exp: Remove code that prevents this file
1875 loading when tests are run in parallel.
1876
3c5c3649
PA
18772020-05-15 Pedro Alves <palves@redhat.com>
1878
1879 * gdb.multi/multi-kill.exp (start_inferior): Remove
1880 'testpid' parameter. Refer to namespace variable directly.
1881 (testpid): Declare as namespace variable.
1882
272c36b8
PA
18832020-05-15 Pedro Alves <palves@redhat.com>
1884
1885 * gdb.multi/multi-kill.exp: Wrap in namespace.
1886 (start_inferior): Add TESTPID parameter. Use it instead of the
1887 testpid global.
1888 (top level): Define empty TESTPID array, and pass it down to
1889 start_inferior.
1890
02eba61a
TV
18912020-05-14 Tom de Vries <tdevries@suse.de>
1892
1893 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1894 output.
1895
971a3747
TV
18962020-05-14 Tom de Vries <tdevries@suse.de>
1897
1898 * gdb.base/align.exp: Split into ...
1899 * gdb.base/align.exp.in: ...
1900 * gdb.base/align-c++.exp: ...
1901 * gdb.base/align-c.exp: ... these.
1902 * gdb.base/infcall-nested-structs.exp: Split into ...
1903 * gdb.base/infcall-nested-structs.exp.in: ...
1904 * gdb.base/infcall-nested-structs-c++.exp: ...
1905 * gdb.base/infcall-nested-structs-c.exp: ... these.
1906 * gdb.base/info-types.exp: Split into ...
1907 * gdb.base/info-types.exp.in: ...
1908 * gdb.base/info-types-c++.exp: ...
1909 * gdb.base/info-types-c.exp: ... these.
1910 * gdb.base/max-depth.exp: Split into ...
1911 * gdb.base/max-depth.exp.in: ...
1912 * gdb.base/max-depth-c++.exp: ...
1913 * gdb.base/max-depth-c.exp: ... these.
1914 * gdb.cp/infcall-nodebug.exp: Split into ...
1915 * gdb.cp/infcall-nodebug.exp.in: ...
1916 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1917 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1918 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1919 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1920
a05575d3
TBA
19212020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1922 Pedro Alves <palves@redhat.com>
1923
1924 * gdb.multi/multi-exit.c: New file.
1925 * gdb.multi/multi-exit.exp: New file.
1926 * gdb.multi/multi-kill.c: New file.
1927 * gdb.multi/multi-kill.exp: New file.
1928
6ad82919
TBA
19292020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1930
1931 * gdb.base/annota1.exp: Update the expected output.
1932 * gdb.cp/annota2.exp: Ditto.
1933
843f4d93
AB
19342020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1935
1936 * lib/check-test-names.exp: Disable when testing is being run in
1937 parallel.
1938
c7c66341
TV
19392020-05-12 Tom de Vries <tdevries@suse.de>
1940
1941 * gdb.base/jit-elf.exp: Fix string concat.
1942
1b59ca1c
TV
19432020-05-12 Tom de Vries <tdevries@suse.de>
1944
1945 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1946 messages.
1947
b4991d29
TV
19482020-05-12 Tom de Vries <tdevries@suse.de>
1949
1950 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1951
dbb0ab10
TV
19522020-05-12 Tom de Vries <tdevries@suse.de>
1953
1954 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1955 * gdb.ada/mi_catch_ex.exp: Same.
1956 * gdb.ada/mi_catch_ex_hand.exp: Same.
1957
7549fed8
TV
19582020-05-12 Tom de Vries <tdevries@suse.de>
1959
1960 * gdb.fortran/complex.exp: Use with_test_prefix.
1961
af2d5cd8
TV
19622020-05-12 Tom de Vries <tdevries@suse.de>
1963
1964 * gdb.trace/passcount.exp: Fix test-names.
1965
7c121311
TV
19662020-05-12 Tom de Vries <tdevries@suse.de>
1967
1968 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1969
c9f3b40e
TV
19702020-05-12 Tom de Vries <tdevries@suse.de>
1971
1972 * gdb.gdb/complaints.exp: Use with_test_prefix.
1973 * gdb.xml/tdesc-regs.exp: Same.
1974 * gdb.opt/inline-locals.exp: Fix test name.
1975
111b33f0
TV
19762020-05-12 Tom de Vries <tdevries@suse.de>
1977
1978 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1979 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1980 * gdb.dwarf2/implref-struct.exp: Same.
1981 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1982 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1983
ebf47080
SM
19842020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1985
1986 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1987
d30dcd12
AB
19882020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1989
1990 * lib/check-test-names.exp (all_test_names): New module variable.
1991 (counts): Add 'duplicates' field.
1992 (_check_duplicates): New procedure.
1993 (check): Also check for duplicates.
1994 (do_log_summary): Print duplicates count.
1995 (do_reset_vars): Reset counter for duplicate test names, and
1996 discard all know test names.
1997
34584c09
AB
19982020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1999
2000 * lib/gdb.exp: Include check-test-names.exp library.
2001 * lib/check-test-names.exp: New file.
2002
e0002117
TV
20032020-05-11 Tom de Vries <tdevries@suse.de>
2004
2005 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
2006
53f539a3
KS
20072020-05-11 Keith Seitz <keiths@redhat.com>
2008
2009 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
2010
113ee09a
TV
20112020-05-11 Tom de Vries <tdevries@suse.de>
2012
2013 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
2014 * gdb.cp/cpexprs.exp.in: .. here.
2015 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
2016 cpexprs.exp.
2017
ba3e70b0
KS
20182020-05-11 Keith Seitz <keiths@redhat.com>
2019
2020 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
2021 test names.
2022 * gdb.ada/arrayptr.exp: Likewise.
2023 * gdb.ada/assign_arr.exp: Likewise.
2024 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2025 * gdb.ada/bp_on_var.exp: Likewise.
2026 * gdb.ada/call_pn.exp: Likewise.
2027 * gdb.ada/complete.exp: Likewise.
2028 * gdb.ada/fun_overload_menu.exp: Likewise.
2029 * gdb.ada/funcall_param.exp: Likewise.
2030 * gdb.ada/funcall_ref.exp: Likewise.
2031 * gdb.ada/packed_array_assign.exp: Likewise.
2032 * gdb.ada/same_component_name.exp: Likewise.
2033 * gdb.ada/type_coercion.exp: Likewise.
2034 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2035 * gdb.ada/variant_record_packed_array.exp: Likewise.
2036
3ee6bb11
TV
20372020-05-11 Tom de Vries <tdevries@suse.de>
2038
2039 PR symtab/25941
2040 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
2041 out of ...
2042 * gdb.dwarf2/clang-debug-names.exp: ... here.
2043 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
2044 clang-debug-names.exp.in.
2045 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
2046 * gdb.dwarf2/clang-debug-names-2.c: New test.
2047
86cd6bc8
AKS
20482020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2049
2050 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
2051 (fortran_runto_main): New Proc, fortran version of runto_main.
2052 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
2053 * gdb.fortran/array-bounds.exp: Likewise.
2054 * gdb.fortran/array-slices.exp: Likewise.
2055 * gdb.fortran/block-data.exp: Likewise.
2056 * gdb.fortran/charset.exp: Likewise.
2057 * gdb.fortran/common-block.exp: Likewise.
2058 * gdb.fortran/complex.exp: Likewise.
2059 * gdb.fortran/derived-type-function.exp: Likewise.
2060 * gdb.fortran/derived-type.exp: Likewise.
2061 * gdb.fortran/info-modules.exp: Likewise.
2062 * gdb.fortran/info-types.exp: Likewise.
2063 * gdb.fortran/intrinsics.exp: Likewise.
2064 * gdb.fortran/library-module.exp: Likewise.
2065 * gdb.fortran/logical.exp: Likewise.
2066 * gdb.fortran/max-depth.exp: Likewise.
2067 * gdb.fortran/module.exp: Likewise.
2068 * gdb.fortran/multi-dim.exp: Likewise.
2069 * gdb.fortran/nested-funcs.exp: Likewise.
2070 * gdb.fortran/print-formatted.exp: Likewise.
2071 * gdb.fortran/print_type.exp: Likewise.
2072 * gdb.fortran/printing-types.exp: Likewise.
2073 * gdb.fortran/ptr-indentation.exp: Likewise.
2074 * gdb.fortran/ptype-on-functions.exp: Likewise.
2075 * gdb.fortran/subarray.exp: Likewise.
2076 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2077 * gdb.fortran/vla-datatypes.exp: Likewise.
2078 * gdb.fortran/vla-history.exp: Likewise.
2079 * gdb.fortran/vla-ptr-info.exp: Likewise.
2080 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2081 * gdb.fortran/vla-ptype.exp: Likewise.
2082 * gdb.fortran/vla-sizeof.exp: Likewise.
2083 * gdb.fortran/vla-type.exp: Likewise.
2084 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2085 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2086 * gdb.fortran/vla-value-sub.exp: Likewise.
2087 * gdb.fortran/vla-value.exp: Likewise.
2088 * gdb.fortran/whatis_type.exp: Likewise.
2089 * gdb.mi/mi-var-child-f.exp: Likewise.
2090
6dc55ce9 20912020-05-09 Tom de Vries <tdevries@suse.de>
2092
2093 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
2094
283cb58c
TV
20952020-05-08 Tom de Vries <tdevries@suse.de>
2096
2097 * gdb.dwarf2/clang-debug-names.c: New test.
2098 * gdb.dwarf2/clang-debug-names.exp: New file.
2099
ac4a4f1c
SM
21002020-05-06 Simon Marchi <simon.marchi@efficios.com>
2101
2102 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
2103 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
2104
24fe640b
TV
21052020-05-06 Tom de Vries <tdevries@suse.de>
2106
2107 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
2108 breakpoint is at a "recommended breakpoint location".
2109 * gdb.reverse/consecutive-reverse.exp: Same.
2110
0d8683a3
TV
21112020-05-06 Tom de Vries <tdevries@suse.de>
2112
2113 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
2114 address.
2115
b8983c46
TV
21162020-05-06 Tom de Vries <tdevries@suse.de>
2117
2118 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
2119
abf6d805
TV
21202020-05-06 Tom de Vries <tdevries@suse.de>
2121
2122 * gdb.base/store.exp (check_set, up_set): Allowing missing location
2123 info for r.
2124
0fc2a808
TV
21252020-05-06 Tom de Vries <tdevries@suse.de>
2126
2127 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
2128 necessary.
2129
873dd427
TV
21302020-05-06 Tom de Vries <tdevries@suse.de>
2131
2132 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
2133 void.
2134
7c99e7e2
TV
21352020-05-06 Tom de Vries <tdevries@suse.de>
2136
2137 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
2138 of ...
2139 * gdb.base/async.exp: ... here.
2140 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
2141 "recommended breakpoint location".
2142
6173d6a6
TV
21432020-05-06 Tom de Vries <tdevries@suse.de>
2144
2145 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
2146
6015a067
TV
21472020-05-04 Tom de Vries <tdevries@suse.de>
2148
2149 * gdb.base/async.exp: Check whether instruction addresses are a
2150 "recommended breakpoint location".
2151
3b6acaee
TT
21522020-05-03 Tom Tromey <tom@tromey.com>
2153
2154 * gdb.base/sepdebug.exp: Remove "catch" test.
2155 * gdb.base/break.exp: Remove "catch" test.
2156 * gdb.base/default.exp: Update expected output.
2157
5beb4d17
TV
21582020-05-02 Tom de Vries <tdevries@suse.de>
2159
2160 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2161 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2162 * gdb.arch/i386-mpx-map.exp: Same.
2163 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2164 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2165 * gdb.arch/i386-mpx.exp: Same.
2166
8caf140d
TV
21672020-05-02 Tom de Vries <tdevries@suse.de>
2168
2169 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2170
693196cb
TV
21712020-05-01 Tom de Vries <tdevries@suse.de>
2172
2173 * gdb.ada/operator_bp.exp: Allow more than required amount of
2174 breakpoint.
2175
53ae0aa9
TV
21762020-05-01 Tom de Vries <tdevries@suse.de>
2177
2178 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2179
ee9d1e5f
HD
21802020-04-30 Hannes Domani <ssbssa@yahoo.de>
2181
2182 PR gdb/18706
2183 * gdb.cp/stub-array-size.cc: New test.
2184 * gdb.cp/stub-array-size.exp: New file.
2185 * gdb.cp/stub-array-size.h: New test.
2186 * gdb.cp/stub-array-size2.cc: New test.
2187
d5cf82c0
HD
21882020-04-30 Hannes Domani <ssbssa@yahoo.de>
2189
2190 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2191 output to the new format.
2192
42e165c3
SM
21932020-04-29 Simon Marchi <simon.marchi@efficios.com>
2194
2195 * gdb.base/break.exp: Use with_test_prefix.
2196
6e4e3fe1
TV
21972020-04-29 Tom de Vries <tdevries@suse.de>
2198
2199 * lib/gdb.exp (debug_types): New proc.
2200 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2201 * gdb.python/py-symtab.exp: Same.
2202
d642b692
HD
22032020-04-29 Hannes Domani <ssbssa@yahoo.de>
2204
2205 PR gdb/17320
2206 * gdb.base/pretty-array.c: New test.
2207 * gdb.base/pretty-array.exp: New file.
2208
ea90f227
TV
22092020-04-29 Tom de Vries <tdevries@suse.de>
2210
2211 PR symtab/25889
2212 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2213 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2214 and include cpexprs.exp.
2215
a65189c9
TV
22162020-04-28 Mark Williams <mark@myosotissp.com>
2217
2218 PR gdb/24480
2219 * dw4-toplevel-types.exp: Test for top level types.
2220 * dw4-toplevel-types.cc: Test for top level types.
2221
32d1f47a
TBA
22222020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2223
2224 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2225 (theads -> threads).
2226
56a4f5a1
TV
22272020-04-28 Tom de Vries <tdevries@suse.de>
2228
2229 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2230
0b2f8a3b
TV
22312020-04-28 Tom de Vries <tdevries@suse.de>
2232
2233 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2234
5390c717
TV
22352020-04-28 Tom de Vries <tdevries@suse.de>
2236
2237 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2238
15cd93d0
TV
22392020-04-28 Tom de Vries <tdevries@suse.de>
2240
2241 * gdb.dwarf2/main-foo.c: New test.
2242 * gdb.dwarf2/struct-with-sig.exp: New file.
2243
d472f0fb
TV
22442020-04-25 Tom de Vries <tdevries@suse.de>
2245
2246 * boards/debug-types.exp: New file.
2247
8d840e05
AB
22482020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2249
2250 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2251
bcfe6157
TT
22522020-04-24 Tom Tromey <tom@tromey.com>
2253
2254 PR symtab/12707:
2255 * gdb.python/py-symbol.exp: Update expected results for
2256 linkage_name test.
2257 * gdb.cp/print-demangle.exp: New file.
2258 * gdb.base/c-linkage-name.exp: Fix test.
2259 * gdb.guile/scm-symbol.exp: Update expected results for
2260 linkage_name test.
2261
f049a313
TT
22622020-04-24 Tom Tromey <tom@tromey.com>
2263
2264 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2265 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2266 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2267 assembler.
2268
7cf28874
TV
22692020-04-24 Tom de Vries <tdevries@suse.de>
2270
2271 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2272 C++.
2273
dac2fef7
TT
22742020-04-24 Tom Tromey <tromey@adacore.com>
2275
2276 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2277 values.
2278 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2279 values. Update test for minimal encodings.
2280 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2281 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2282 values. Update test for minimal encodings.
2283
1acda803
TT
22842020-04-24 Tom Tromey <tromey@adacore.com>
2285
2286 PR python/23662:
2287 * gdb.ada/variant.exp: Add Python checks.
2288 * gdb.rust/simple.exp: Add dynamic type checks.
2289
adfb9815
TT
22902020-04-24 Tom Tromey <tromey@adacore.com>
2291
2292 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2293 Make array type matching more lax.
2294 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2295 * gdb.ada/mi_variant.exp: New file.
2296 * gdb.ada/mi_variant/pck.ads: New file.
2297 * gdb.ada/mi_variant/pkg.adb: New file.
2298 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2299 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2300
7d79de9a
TT
23012020-04-24 Tom Tromey <tromey@adacore.com>
2302
2303 * gdb.ada/variant.exp: Add dynamic field offset tests.
2304 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2305 * gdb.ada/variant/pkg.adb: Add new variables.
2306
f8e89861
TT
23072020-04-24 Tom Tromey <tromey@adacore.com>
2308
2309 * gdb.ada/variant.exp: New file
2310 * gdb.ada/variant/pkg.adb: New file
2311 * gdb.ada/variant/pck.adb: New file
2312
86e887ae
TV
23132020-04-24 Tom de Vries <tdevries@suse.de>
2314
2315 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2316
88428775
TV
23172020-04-24 Tom de Vries <tdevries@suse.de>
2318
2319 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2320 flags.
2321
4e86f6e7
TV
23222020-04-24 Tom de Vries <tdevries@suse.de>
2323
2324 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2325
2016d3e6
TV
23262020-04-24 Tom de Vries <tdevries@suse.de>
2327
2328 * lib/gdb.exp (default_gdb_start): Handle eof.
2329 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2330 failure.
2331 * gdb.base/readnever.exp: Handle clean_restart failure.
2332
70bc38f5
TV
23332020-04-23 Tom de Vries <tdevries@suse.de>
2334
2335 * gdb.base/decl-before-def.exp: Run to main and print a again.
2336
de82891c
TV
23372020-04-23 Tom de Vries <tdevries@suse.de>
2338
2339 * gdb.base/decl-before-def-decl.c: New test.
2340 * gdb.base/decl-before-def-def.c: New test.
2341 * gdb.base/decl-before-def.exp: New file.
2342
96038148
TV
23432020-04-23 Tom de Vries <tdevries@suse.de>
2344
2345 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2346
54ac3df1
TV
23472020-04-22 Tom de Vries <tdevries@suse.de>
2348
2349 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2350 debug_info_offset.
2351 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2352 before $objsfile in the line line.
2353
714534e1
TV
23542020-04-22 Tom de Vries <tdevries@suse.de>
2355
2356 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2357
16a7dbf4
MS
23582020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2359
2360 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2361 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2362 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2363 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2364 * gdb.base/jit-protocol.h: Update definitions to match all usage
2365 contexts.
2366
23672020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2368
2369 * gdb.base: Rename all jit related test and source files.
2370
23712020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2372
2373 * gdb.base/jit-reader.exp: Relax register output check.
2374
317d2668
TV
23752020-04-22 Tom de Vries <tdevries@suse.de>
2376
2377 PR symtab/25764
2378 * gdb.base/psym-external-decl-2.c: New test.
2379 * gdb.base/psym-external-decl.c: New test.
2380 * gdb.base/psym-external-decl.exp: New file.
2381 * gdb.threads/tls.exp: Add PR25807 kfail.
2382
eea9e357
TV
23832020-04-22 Tom de Vries <tdevries@suse.de>
2384
2385 PR symtab/25801
2386 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2387 in "info source" output.
2388
3d5afab3
TV
23892020-04-22 Tom de Vries <tdevries@suse.de>
2390
2391 PR symtab/25700
2392 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2393 symtab for imported_unit.c.
2394
b32102f6
GB
23952020-04-21 Gary Benson <gbenson@redhat.com>
2396
2397 * gdb.base/advance.c (func): New argument, to match call site.
2398 (func2, func3): Add return statements.
2399
d43b7a2d
TBA
24002020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2401
2402 * gdb.multi/run-only-second-inf.c: New file.
2403 * gdb.multi/run-only-second-inf.exp: New file.
2404
d89edf9b
MM
24052020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2406
2407 * gdb.btrace/multi-inferior.c: New test.
2408 * gdb.btrace/multi-inferior.exp: New file.
2409
1a476b6d
MM
24102020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2411
2412 * gdb.btrace/enable-new-thread.c: New test.
2413 * gdb.btrace/enable-new-thread.exp: New file.
2414
4778a5f8
TV
24152020-04-21 Tom de Vries <tdevries@suse.de>
2416
2417 PR gdb/25471
2418 * gdb.threads/killed-outside.c: New test.
2419 * gdb.threads/killed-outside.exp: New file.
2420
9b2c992c
GB
24212020-04-20 Gary Benson <gbenson@redhat.com>
2422
2423 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2424 * gdb.base/nested-subp2.exp: Likewise.
2425 * gdb.base/nested-subp3.exp: Likewise.
2426
b5d1d6f7
GB
24272020-04-20 Gary Benson <gbenson@redhat.com>
2428
2429 * gdb.base/nested-subp1.exp: Disable test when using clang.
2430 * gdb.base/nested-subp2.exp: Likewise.
2431 * gdb.base/nested-subp3.exp: Likewise.
2432
25230285
GB
24332020-04-20 Gary Benson <gbenson@redhat.com>
2434
2435 * gdb.cp/exception.cc: Fix compilation error with clang.
2436
fa93cc8f
GB
24372020-04-20 Gary Benson <gbenson@redhat.com>
2438
809730f3 2439 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 2440
e0c45f30
GB
24412020-04-20 Gary Benson <gbenson@redhat.com>
2442
2443 * gdb.base/jit-main.c: Fix compilation error with clang.
2444
4ddfec93
KR
24452020-04-17 Kamil Rytarowski <n54@gmx.com>
2446
2447 * gdb.base/attach-twice.c: Include "sys/types.h".
2448 (PTRACE_ATTACH): Add fallback definition.
2449 (main): Pass `0' to the 4th argument of `ptrace'.
2450
2bed205e
KR
24512020-04-17 Kamil Rytarowski <n54@gmx.com>
2452
2453 * gdb.base/fork-running-state.c: Include "signal.h".
2454
0743fc83
TT
24552020-04-17 Tom Tromey <tromey@adacore.com>
2456
2457 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2458 Update tests.
2459 * gdb.btrace/cpu.exp: Update tests.
2460 * gdb.base/maint.exp: Update tests.
2461 * gdb.base/default.exp: Update tests.
2462 * gdb.base/completion.exp: Update tests.
2463
efba5c23
TV
24642020-04-16 Tom de Vries <tdevries@suse.de>
2465
2466 PR symtab/25791
2467 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2468 (ensure_gdb_index): and factor out and move ...
2469 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2470 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2471
d191d716
TV
24722020-04-16 Tom de Vries <tdevries@suse.de>
2473
2474 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2475 loading exec.
2476
99f1bc6a
AB
24772020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2478
2479 * gdb.base/many-completions.exp: New file.
2480
194d088f
TV
24812020-04-14 Tom de Vries <tdevries@suse.de>
2482
2483 PR symtab/25718
2484 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2485
c1a66c06
TV
24862020-04-14 Tom de Vries <tdevries@suse.de>
2487
2488 PR symtab/25720
2489 * gdb.base/maint-expand-symbols-header-file.c: New test.
2490 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2491 * gdb.base/maint-expand-symbols-header-file.h: New test.
2492
21b0982c
AB
24932020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2494
2495 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2496 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2497 get_func_info.
2498 (get_func_info): Delete.
2499 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2500 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2501 * lib/dwarf.exp (get_func_info): New function.
2502
dd1cab06
TV
25032020-04-13 Tom de Vries <tdevries@suse.de>
2504
2505 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2506 to what find_gnatmake does.
2507
71ea2b6b
TV
25082020-04-10 Tom de Vries <tdevries@suse.de>
2509
2510 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2511 -readnow.
2512
bdfc1e8a
TV
25132020-04-10 Tom de Vries <tdevries@suse.de>
2514
2515 PR cli/25808
2516 * gdb.base/style.c: Add leading newlines.
2517 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2518 Check listing of main's one-line body.
2519
14ca8ecf
TV
25202020-04-08 Tom de Vries <tdevries@suse.de>
2521
2522 * lib/gdb.exp (psymtabs_p): New proc.
2523 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2524 importing unit" unsupported if there are no partial symbols.
2525
e21d048f
TV
25262020-04-08 Tom de Vries <tdevries@suse.de>
2527
2528 PR testsuite/25760
2529 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2530
25c11aca
TV
25312020-04-07 Tom de Vries <tdevries@suse.de>
2532
2533 PR symtab/25796
2534 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2535
5707e24b
TV
25362020-04-07 Tom de Vries <tdevries@suse.de>
2537
2538 * gdb.base/check-psymtab.c: New test.
2539 * gdb.base/check-psymtab.exp: New file.
2540
6ee448cc
TT
25412020-04-06 Tom Tromey <tromey@adacore.com>
2542
2543 * gdb.ada/variant-record/proc.adb: New file.
2544 * gdb.ada/variant-record/value.adb: New file.
2545 * gdb.ada/variant-record/value.s: New file.
2546 * gdb.ada/variant-record.exp: New file.
2547
9e7c9a03
HD
25482020-04-03 Hannes Domani <ssbssa@yahoo.de>
2549
2550 PR gdb/25325
2551 * gdb.cp/typed-enum.cc: New test.
2552 * gdb.cp/typed-enum.exp: New file.
2553
c90d28ac
AB
25542020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2555
2556 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2557 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2558 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2559 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2560 * gdb.opt/inline-small-func.c: New file.
2561 * gdb.opt/inline-small-func.exp: New file.
2562 * gdb.opt/inline-small-func.h: New file.
2563
34e9a9fa
AB
25642020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2565
2566 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2567 function.
2568
6a354911
AB
25692020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2570
2571 * lib/dwarf.exp (function_range): Allow compiler options to be
2572 specified.
2573
880d9777
TV
25742020-04-02 Tom de Vries <tdevries@suse.de>
2575
2576 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2577 __attribute__((always_inline)).
2578 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2579
f32682ea
TV
25802020-04-02 Tom de Vries <tdevries@suse.de>
2581
2582 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2583 (gdbserver_gdb_exit): ... here. Add timeout warning.
2584 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2585 (connect_target_extended_remote): Append new server_spawn_id to
2586 server_spawn_ids.
2587 (cleanup): New proc.
2588 (setup, <toplevel>): Call cleanup.
2589
d3214198
TV
25902020-04-02 Tom de Vries <tdevries@suse.de>
2591
2592 * gdb.base/main-psymtab.exp: New file.
2593
cc77ed24
TV
25942020-04-02 Tom de Vries <tdevries@suse.de>
2595
2596 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2597
3638a098
TT
25982020-04-01 Tom Tromey <tom@tromey.com>
2599
2600 * gdb.base/complex-parts.exp: Add type tests.
2601
c34e8714
TT
26022020-04-01 Tom Tromey <tom@tromey.com>
2603
2604 * gdb.base/complex-parts.exp: Add arithmetic tests.
2605
981c08ce
TT
26062020-04-01 Tom Tromey <tom@tromey.com>
2607
2608 * gdb.compile/compile.exp: Update.
2609 * gdb.compile/compile-cplus.exp: Update.
2610 * gdb.base/varargs.exp: Update.
2611 * gdb.base/floatn.exp: Update.
2612 * gdb.base/endianity.exp: Update.
2613 * gdb.base/callfuncs.exp (do_function_calls): Update.
2614 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2615 (complex_float_integral_args): Update.
2616 * gdb.base/complex.exp: Update.
2617 * gdb.base/complex-parts.exp: Update.
2618
3d1cfd43
TT
26192020-04-01 Tom Tromey <tromey@adacore.com>
2620
2621 * gdb.rust/union.rs: New file.
2622 * gdb.rust/union.exp: New file.
2623 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2624 (main): Update.
2625 * gdb.rust/simple.exp: Move union tests to union.exp.
2626
e033dfa9
TT
26272020-04-01 Tom Tromey <tromey@adacore.com>
2628
2629 * gdb.rust/simple.rs (main): Remove "y0".
2630
53cccef1
TBA
26312020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2632
2633 * gdb.multi/stop-all-on-exit.c: New test.
2634 * gdb.multi/stop-all-on-exit.exp: New file.
2635
60e22c1e
HD
26362020-04-01 Hannes Domani <ssbssa@yahoo.de>
2637
2638 PR gdb/24789
2639 * gdb.cp/misc.cc: Add integer reference variable.
2640 * gdb.cp/misc.exp: Add test.
2641
e139a727
TBA
26422020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2643
2644 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2645 scenario to cover execution until the end and also the case
2646
16b0db75
TV
26472020-03-31 Tom de Vries <tdevries@suse.de>
2648
2649 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2650 c. Use "maint info symtabs" to check symtab expansion.
2651
c0502da6
TV
26522020-03-30 Tom de Vries <tdevries@suse.de>
2653
2654 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2655 unsupported.
2656 (verify_psymtab_expanded): Move ...
2657 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2658 test.
2659 (readnow): New proc.
2660
5935fd15
AB
26612020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2662
2663 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2664 with $hex.
2665
1773be9e
TT
26662020-03-20 Tom Tromey <tromey@adacore.com>
2667
2668 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2669
70304be9
TT
26702020-03-20 Tom Tromey <tromey@adacore.com>
2671
2672 * gdb.ada/sub_variant/subv.adb: New file.
2673 * gdb.ada/sub_variant.exp: New file.
2674
0dd7b8f7
TV
26752020-03-20 Tom de Vries <tdevries@suse.de>
2676
2677 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2678 first break fails.
2679 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2680
cada5fc9
AB
26812020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2682
2683 * gdb.server/exit-multiple-threads.c: New file.
2684 * gdb.server/exit-multiple-threads.exp: New file.
2685
6b8c53f2
AB
26862020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2687
2688 * gdb.fortran/mixed-lang-stack.c: New file.
2689 * gdb.fortran/mixed-lang-stack.cpp: New file.
2690 * gdb.fortran/mixed-lang-stack.exp: New file.
2691 * gdb.fortran/mixed-lang-stack.f90: New file.
2692
19a2740f
AB
26932020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2694
2695 * gdb.linespec/cp-completion-aliases.cc: New file.
2696 * gdb.linespec/cp-completion-aliases.exp: New file.
2697
d8c8b848
TV
26982020-03-19 Tom de Vries <tdevries@suse.de>
2699
2700 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2701 more precise.
2702
a9933ccf
TV
27032020-03-18 Tom de Vries <tdevries@suse.de>
2704
2705 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2706 * gdb.dwarf2/break-inline-psymtab.c: New test.
2707 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2708
2f89101f
TV
27092020-03-16 Tom de Vries <tdevries@suse.de>
2710
2711 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2712 cache_verify and cache_verify_proc.
2713
6b9374f1
TV
27142020-03-15 Tom de Vries <tdevries@suse.de>
2715
2716 * gdb.server/solib-list.exp: Handle
2717 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2718
eaeaf44c
TV
27192020-03-15 Tom de Vries <tdevries@suse.de>
2720
2721 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2722 objfiles".
2723
3293bbaf
TT
27242020-03-14 Tom Tromey <tom@tromey.com>
2725
2726 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2727
ab44624c
TV
27282020-03-14 Tom de Vries <tdevries@suse.de>
2729
2730 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2731
54c43825
TV
27322020-03-14 Tom de Vries <tdevries@suse.de>
2733
2734 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2735 result in line-by-line fashion.
2736
2ac70237
TV
27372020-03-14 Tom de Vries <tdevries@suse.de>
2738
2739 * lib/gdb.exp (supports_statement_frontiers): New proc.
2740 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2741
09546b56
TV
27422020-03-14 Tom de Vries <tdevries@suse.de>
2743
2744 * gdb.base/printcmds.exp: Add missing quoting for "print
2745 teststring2".
2746
a1f6a07c
TT
27472020-03-13 Tom Tromey <tom@tromey.com>
2748
2749 * gdb.base/printcmds.exp (test_print_strings): Add regression
2750 test.
2751 * gdb.base/printcmds.c (charptr): New typedef.
2752 (teststring2): New global.
2753
1b83d09c
AB
27542020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2755
2756 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2757 full path in the test name.
2758 (test_ld): Add some with_test_prefix blocks to make test names
2759 unique.
2760
2d61316c
TV
27612020-03-13 Tom de Vries <tdevries@suse.de>
2762
2763 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2764
2e9145ac
TV
27652020-03-13 Tom de Vries <tdevries@suse.de>
2766
2767 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2768
96c7f873
TV
27692020-03-13 Tom de Vries <tdevries@suse.de>
2770
2771 PR symtab/25646
2772 * gdb.dwarf2/imported-unit.exp: Add test.
2773
49ba92c0
TV
27742020-03-13 Tom de Vries <tdevries@suse.de>
2775
2776 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2777 (var1, var2): New variable.
2778 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2779 matching symbols.
2780
301b21e0
TV
27812020-03-13 Tom de Vries <tdevries@suse.de>
2782
2783 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2784 (Term::command): Use prompt prefix.
2785 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2786 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2787 command_no_prompt_prefix instead of prefix.
2788 * gdb.tui/tui-layout-asm.exp: Same.
2789
3f512721
SM
27902020-03-12 Simon Marchi <simon.marchi@efficios.com>
2791
2792 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2793
40310f30
SM
27942020-03-12 Simon Marchi <simon.marchi@efficios.com>
2795
2796 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2797 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2798 on" while stepping over the test instruction, match printed
2799 message.
2800
09252140
TV
28012020-03-12 Tom de Vries <tdevries@suse.de>
2802
2803 * gdb.base/info-types.exp: Use exp_continue during matching of output
2804 of "info types".
2805
14e9c72c
TV
28062020-03-12 Tom de Vries <tdevries@suse.de>
2807
2808 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2809
e515d67e
TV
28102020-03-12 Tom de Vries <tdevries@suse.de>
2811
2812 * gdb.fortran/module.exp: Use exp_continue during matching of output
2813 of "info variable -n".
2814
307eafd8
TV
28152020-03-12 Tom de Vries <tdevries@suse.de>
2816
2817 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2818 gdb.dwarf2/dw2-ranges-base.c.
2819
9a2de3fc
TV
28202020-03-12 Tom de Vries <tdevries@suse.de>
2821
2822 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2823 in presence of GLIBC debuginfo.
2824
3217502e
TV
28252020-03-12 Tom de Vries <tdevries@suse.de>
2826
2827 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2828 $core.
2829
1281424c
TV
28302020-03-12 Tom de Vries <tdevries@suse.de>
2831
2832 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2833 more precise.
2834
038b97fc
SM
28352020-03-11 Simon Marchi <simon.marchi@efficios.com>
2836
2837 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2838 from Unix to Windows path.
2839
5308d1e7
TV
28402020-03-11 Tom de Vries <tdevries@suse.de>
2841
2842 * gdb.ada/minsyms.exp: Set language to ada.
2843
f870f78f
TV
28442020-03-11 Tom de Vries <tdevries@suse.de>
2845
2846 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2847
5a13315d
TV
28482020-03-11 Tom de Vries <tdevries@suse.de>
2849
2850 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2851
976862ed
TT
28522020-03-11 Tom Tromey <tromey@adacore.com>
2853
2854 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2855
7462c383
TV
28562020-03-11 Tom de Vries <tdevries@suse.de>
2857
2858 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2859
1c6c46a0
TV
28602020-03-11 Tom de Vries <tdevries@suse.de>
2861
2862 * gdb.base/break-interp.exp: Limit verbose scope.
2863
44f41bb7
TV
28642020-03-11 Tom de Vries <tdevries@suse.de>
2865
2866 * gdb.fortran/logical.f90: Define variable with character type.
2867 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2868
b76f3a42
TV
28692020-03-11 Tom de Vries <tdevries@suse.de>
2870
2871 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2872
1c33af77
TV
28732020-03-11 Tom de Vries <tdevries@suse.de>
2874
2875 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2876 symtabs.
2877
8c95582d
AB
28782020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2879 Bernd Edlinger <bernd.edlinger@hotmail.de>
2880
2881 * gdb.cp/step-and-next-inline.cc: New file.
2882 * gdb.cp/step-and-next-inline.exp: New file.
2883 * gdb.cp/step-and-next-inline.h: New file.
2884 * gdb.dwarf2/dw2-is-stmt.c: New file.
2885 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2886 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2887 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2888 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2889
cecf8547
AB
28902020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2891
2892 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2893 is-stmt flag in the line table.
2894
0ba678c9
TV
28952020-03-09 Tom de Vries <tdevries@suse.de>
2896
2897 * lib/gdb.exp (cached_file): Create cache dir.
2898
72fbdf83
TV
28992020-03-07 Tom de Vries <tdevries@suse.de>
2900
2901 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2902 * gdb.cp/rvalue-ref-params.exp: Same.
2903
436b5e99
TV
29042020-03-06 Tom de Vries <tdevries@suse.de>
2905
2906 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2907 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2908
09f2921c
TV
29092020-03-06 Tom de Vries <tdevries@suse.de>
2910
2911 * README: Fix "the the".
2912 * gdb.base/dprintf.exp: Same.
2913
50a3cc5d
TV
29142020-03-05 Tom de Vries <tdevries@suse.de>
2915
2916 * gdb.base/maint.exp: Update "main print statistics" expected output.
2917
0a709cba
AKS
29182020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2919
2920 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2921 (fortran_int8): Likewise.
2922 (fortran_real4): Likewise.
2923 (fortran_real8): Likewise.
2924 (fortran_complex4): Likewise.
2925 (fortran_logical4): Likewise.
2926 (fortran_character1): Likewise.
2927
5e5d66b6
AB
29282020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2929
2930 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2931 printed as true.
2932
7b973adc
SDJ
29332020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2934
2935 * gdb.base/printcmds.exp: Add test to verify printf of a
2936 variable holding an address.
2937
478e490a
TV
29382020-03-03 Tom de Vries <tdevries@suse.de>
2939
2940 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2941
1ef44e86
TV
29422020-03-03 Tom de Vries <tdevries@suse.de>
2943
2944 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2945 gdb_test_multiple call.
2946
b98cc2cf
TV
29472020-03-03 Tom de Vries <tdevries@suse.de>
2948
2949 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2950 gdb_test_multiple calls.
2951
63e163f2
AB
29522020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2953
2954 * gdb.base/default.exp: Remove test of 'set history filename'.
2955 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2956 filename to the empty string.
2957 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2958 and GDBHISTSIZE.
2959
24ed6739
AB
29602020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2961
2962 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2963 disabled.
2964
590003dc 29652020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 2966 Tom de Vries <tdevries@suse.de>
590003dc
TV
2967
2968 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2969 -prompt prefix, before user_code argument. Add -lbl option likewise.
2970 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2971 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2972 argument.
2973 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2974 have "\r\n" at start-of-line, instead of at end-of-line.
2975
f5e46084
SM
29762020-02-28 Simon Marchi <simon.marchi@efficios.com>
2977
2978 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2979 libinproctrace.so.
2980
f7a7000d
LM
29812020-02-28 Luis Machado <luis.machado@linaro.org>
2982
2983 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2984 to "p/x".
2985
718e0816
LM
29862020-02-28 Luis Machado <luis.machado@linaro.org>
2987
2988 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2989 asm/ptrace.h and error.h.
2990
13c3a74a
TV
29912020-02-28 Tom de Vries <tdevries@suse.de>
2992
2993 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2994 (struct wrapper, do_something, mundane/symada__cS): Move ...
2995 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2996 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2997 Update "print symada__cS before partial symtab expansion" regexp.
2998 Update breakpoint location. Flush symbol cache after expansion.
2999
85d2d5bb
LM
30002020-02-28 Luis Machado <luis.machado@linaro.org>
3001
3002 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
3003
3608f86c
TV
30042020-02-27 Tom de Vries <tdevries@suse.de>
3005
3006 * config/sid.exp: Remove unused globals.
3007 * gdb.base/attach.exp: Same.
3008 * gdb.base/catch-load.exp: Same.
3009 * gdb.base/dbx.exp: Same.
3010 * lib/gdb.exp: Same.
3011 * lib/mi-support.exp: Same.
3012 * lib/prompt.exp: Same.
3013
c8d4f6df
TV
30142020-02-27 Tom de Vries <tdevries@suse.de>
3015
3016 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
3017 not set.
3018
0d79cdc4
AM
30192020-02-26 Aaron Merey <amerey@redhat.com>
3020
3021 * gdb.debuginfod: New directory for debuginfod tests.
3022 * gdb.debuginfod/main.c: New test file.
3023 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
3024
0dce4280
TV
30252020-02-26 Tom de Vries <tdevries@suse.de>
3026
3027 PR gdb/25603
3028 * gdb.base/persistent-lang.cc: New test.
3029 * gdb.base/persistent-lang.exp: New file.
3030
9e80cfa1
AB
30312020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3032
3033 * gdb.fortran/derived-type-striding.exp: Add a new test.
3034 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
3035 new test.
3036
2078dbb2
AB
30372020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3038
3039 * gdb.base/cached-source-file.exp: Avoid source file paths in test
3040 names.
3041
70d49700
TV
30422020-02-25 Tom de Vries <tdevries@suse.de>
3043
3044 PR go/18926
3045 * gdb.go/methods.exp: Remove gcc/93866 xfail.
3046
a88ef40d
TV
30472020-02-24 Tom de Vries <tdevries@suse.de>
3048
3049 PR gdb/25592
3050 * gdb.base/info-locals-unused-static-var.c: New test.
3051 * gdb.base/info-locals-unused-static-var.exp: New file.
3052
01b1af32
TT
30532020-02-22 Tom Tromey <tom@tromey.com>
3054
3055 * gdb.python/tui-window.exp: New file.
3056 * gdb.python/tui-window.py: New file.
3057
7c043ba6
TT
30582020-02-22 Tom Tromey <tom@tromey.com>
3059
3060 PR tui/17850:
3061 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
3062 tests.
3063
c22fef7e
TT
30642020-02-22 Tom Tromey <tom@tromey.com>
3065
3066 * gdb.tui/new-layout.exp: Add sub-layout tests.
3067
ee325b61
TT
30682020-02-22 Tom Tromey <tom@tromey.com>
3069
3070 * gdb.tui/new-layout.exp: New file.
3071
3f0cbb04
TT
30722020-02-22 Tom Tromey <tom@tromey.com>
3073
3074 * gdb.rust/rust-style.rs: New file.
3075 * gdb.rust/rust-style.exp: New file.
3076 * gdb.base/style.exp: Test structure printing.
3077 * gdb.base/style.c (struct some_struct): New type.
3078 (enum etype): New type.
3079 (struct_value): New global.
3080
75525152
TV
30812020-02-21 Tom de Vries <tdevries@suse.de>
3082
3083 PR go/18926
3084 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
3085 Remove blanket xfails. Use message argument for gdb_breakpoint.
3086 Make continuing to breakpoint test conditional on setting breakpoint.
3087 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
3088 DW_AT_name attribute. Add xfail for GCC PR93866.
3089
bd360d30
AB
30902020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
3091
3092 * gdb.dwarf2/cpp-linkage-name.c: New file.
3093 * gdb.dwarf2/cpp-linkage-name.exp: New file.
3094
c7adb09f 30952020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
3096
3097 * lib/gdb.exp (gdb_wrapper_init): Reset
3098 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
3099 not exist.
3100
a9c79803
TV
31012020-02-20 Tom de Vries <tdevries@suse.de>
3102
3103 PR go/17018
3104 * gdb.go/hello.exp: Copy ...
3105 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
3106 print of st to print value of global definition. Add xfail for GCC
3107 PR93844.
3108 * gdb.go/hello.exp: Remove printing of st before definition.
3109 * gdb.go/hello.go: Copy ...
3110 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
3111 to st.
3112 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
3113
d7445728
TV
31142020-02-20 Tom de Vries <tdevries@suse.de>
3115
3116 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
3117 (gdb_simple_compile): Handle compile_flags go by using .go extension
3118 for source file.
3119 * gdb.go/chan.exp: Use support_go_compile.
3120 * gdb.go/handcall.exp: Same.
3121 * gdb.go/hello.exp: Same.
3122 * gdb.go/integers.exp: Same.
3123 * gdb.go/max-depth.exp: Same.
3124 * gdb.go/methods.exp: Same.
3125 * gdb.go/package.exp: Same.
3126 * gdb.go/strings.exp: Same.
3127 * gdb.go/types.exp: Same.
3128 * gdb.go/unsafe.exp: Same.
3129
c9c41e6d
TV
31302020-02-19 Tom de Vries <tdevries@suse.de>
3131
3132 * gdb.python/lib-types.exp: Make xfail more strict.
3133
f20ff837
TV
31342020-02-19 Tom de Vries <tdevries@suse.de>
3135
3136 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
3137
08410482
DE
31382020-02-19 Doug Evans <dje@google.com>
3139
3140 PR rust/25535
3141 * gdb.rust/simple.exp: Add test.
3142 * gdb.rust/simple.rs: Add test.
3143
623563f7
TV
31442020-02-19 Tom de Vries <tdevries@suse.de>
3145
3146 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
3147 output line-by-line.
3148
d3308cfd
TV
31492020-02-19 Tom de Vries <tdevries@suse.de>
3150
3151 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3152
86cbc5dc
TV
31532020-02-19 Tom de Vries <tdevries@suse.de>
3154
3155 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3156 prelink.
3157
9db2b96b
TV
31582020-02-19 Tom de Vries <tdevries@suse.de>
3159
3160 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3161 (gdb_do_cache): Use gdb_do_cache_wrap.
3162 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3163
89e2fdc5
TV
31642020-02-19 Tom de Vries <tdevries@suse.de>
3165
3166 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3167 gdb_compile option.
3168
373d7ac0
SM
31692020-02-18 Simon Marchi <simon.marchi@efficios.com>
3170
3171 * gdb.base/printcmds.exp (test_print_enums): Update expected
3172 output.
3173
b29a2df0
SM
31742020-02-18 Simon Marchi <simon.marchi@efficios.com>
3175
3176 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3177 for "unknown".
3178
6740f0cc
SM
31792020-02-18 Simon Marchi <simon.marchi@efficios.com>
3180
3181 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3182 enumerator.
3183
edd45eb0
SM
31842020-02-18 Simon Marchi <simon.marchi@efficios.com>
3185
3186 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3187 FE_, add FE_NONE.
3188 (three): Update.
3189 (enum flag_enum_without_zero): New enum.
3190 (flag_enum_without_zero): New variable.
3191 (enum not_flag_enum): New enum.
3192 (three_not_flag): New variable.
3193 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3194 (test_print_enums): Add more tests for printing flag enums.
3195
d4295de4
TV
31962020-02-18 Tom de Vries <tdevries@suse.de>
3197
3198 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3199 (gdb_compile_ada): ... here.
3200 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3201 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3202
f251f505
TT
32032020-02-14 Tom Tromey <tom@tromey.com>
3204
3205 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3206 build directory.
3207 * boards/gdbserver-base.exp: Update path to gdbserver.
3208
8f432634
TV
32092020-02-13 Tom de Vries <tdevries@suse.de>
3210
3211 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3212
92b6eaf7
TV
32132020-02-13 Tom de Vries <tdevries@suse.de>
3214
3215 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3216 are missing.
3217
f3b0f7fe
TV
32182020-02-13 Tom de Vries <tdevries@suse.de>
3219
3220 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3221 call.
3222
f6be8713
SDJ
32232020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3224
3225 PR tui/25126
3226 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3227 * gdb.base/cached-source-file.c: New file.
3228 * gdb.base/cached-source-file.exp: New file.
3229
b2770d5e
TV
32302020-02-11 Tom de Vries <tdevries@suse.de>
3231
3232 PR testsuite/25488
3233 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3234
44f6938e
TV
32352020-02-10 Tom de Vries <tdevries@suse.de>
3236
3237 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3238
5f0e2eb7
MR
32392020-02-10 Maciej W. Rozycki <macro@wdc.com>
3240
3241 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3242 and $after_addr are both integers before making a comparison.
3243
46ce2b6f
TV
32442020-02-09 Tom de Vries <tdevries@suse.de>
3245
3246 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3247 command output and paste it into gdb.log. If any, paste catch message
3248 to gdb.log.
3249
5abbbe1d
TT
32502020-02-07 Tom Tromey <tromey@adacore.com>
3251
3252 PR breakpoints/24915:
3253 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3254
1d5d29e7
SV
32552020-02-06 Shahab Vahedi <shahab@synopsys.com>
3256
3257 * gdb.tui/tui-missing-src.exp: Add the "missing source
3258 file" test for the TUI.
3259
b0999b9b
AB
32602020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3261
3262 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3263 including a port number in the output.
3264
c3b149eb
AKS
32652020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3266
3267 * lib/fortran.exp (fortran_int4): Handle clang.
3268 (fortran_int8): Likewise.
3269 (fortran_real4): Likewise.
3270 (fortran_real8): Likewise.
3271 (fortran_complex4): Likewise.
3272 (fortran_logical4): Likewise.
3273 (fortran_character1): Likewise.
3274
f8dcc90b
TV
32752020-02-04 Tom de Vries <tdevries@suse.de>
3276
3277 * README (Race detection): Add note.
3278
f90ac7c2
TV
32792020-02-04 Tom de Vries <tdevries@suse.de>
3280
3281 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3282
780636ae
TV
32832020-02-04 Tom de Vries <tdevries@suse.de>
3284
3285 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3286
5d2e1193
RA
32872020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3288
3289 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3290 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3291 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3292 blttar, bnetarl.
3293 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3294 binary for blttar, bnetarl.
3295 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3296 wait instruction. Delete ldmx test.
3297 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3298
e409c542
AKS
32992020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3300
3301 * gdb.fortran/array-bounds-high.exp: New file.
3302 * gdb.fortran/array-bounds-high.f90: New file.
3303
b0029748
LD
33042020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3305
3306 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3307 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3308
195a8287
TV
33092020-02-01 Tom de Vries <tdevries@suse.de>
3310
3311 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3312
42330a68
AB
33132020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3314
3315 PR tui/9765
3316 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3317 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3318
b62a8028
LM
33192020-01-29 Luis Machado <luis.machado@linaro.org>
3320
3321 * gdb.arch/aarch64-brk-patterns.c: New source file.
3322 * gdb.arch/aarch64-brk-patterns.exp: New test.
3323
5f440116
TBA
33242020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3325
3326 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3327 GCC/Clang version.
3328 * gdb.cp/pass-by-ref.exp: Ditto.
3329
ee2a6fc6
TV
33302020-01-29 Tom de Vries <tdevries@suse.de>
3331
3332 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3333 * gdb.threads/watchpoint-fork-mt.c: Same.
3334 * gdb.threads/watchpoint-fork-parent.c: Same.
3335 * gdb.threads/watchpoint-fork-st.c: Same.
3336 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3337
16b10d6e
LM
33382020-01-27 Luis Machado <luis.machado@linaro.org>
3339
3340 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3341 sitting at a syscall instruction when we hit the syscall function's
3342 breakpoint.
3343 Check PC against one obtained with the x command.
3344 Validate syscall number.
3345 (step_over_syscall): Don't continue to the syscall instruction if
3346 we're already there.
3347
b1468492
PW
33482020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3349
3350 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3351
7ffa82e1
AB
33522020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3353
3354 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3355 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3356
3d92a3e3
AB
33572020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3358
3359 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3360 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3361
94a72be7
AB
33622020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3363
3364 * gdb.base/maint.exp: Update line table parsing test.
3365 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3366
53af73bf
PA
33672020-01-24 Pedro Alves <palves@redhat.com>
3368
3369 PR gdb/25410
3370 * gdb.multi/multi-re-run-1.c: New.
3371 * gdb.multi/multi-re-run-2.c: New.
3372 * gdb.multi/multi-re-run.exp: New.
3373
1ba1ac88
AB
33742020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3375
3376 PR gdb/23718
3377 * gdb.server/server-kill-python.exp: New file.
3378
f3364a6d
AB
33792020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3380
3381 * gdb.server/multi-ui-errors.c: New file.
3382 * gdb.server/multi-ui-errors.exp: New file.
3383
733d0a67
AB
33842020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3385
3386 PR tui/9765
3387 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3388
4f13c1c0
TT
33892020-01-19 Tom Tromey <tom@tromey.com>
3390
3391 * gdb.tui/main.exp: Add check for plain "file".
3392
40c94099
CB
33932020-01-16 Christian Biesinger <cbiesinger@google.com>
3394
3395 * lib/gdb.exp: Fix spelling error (seperatelly).
3396
ff47f4f0
TT
33972020-01-14 Tom Tromey <tom@tromey.com>
3398
3399 PR symtab/12535:
3400 * gdb.python/python.exp: Test decode_line with empty string
3401 argument.
3402
717c684d
BE
34032020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3404
3405 * gdb.base/skip-inline.exp: Extend test.
3406
44e4c775
AB
34072020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3408
3409 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3410 * gdb.dwarf2/dw2-bad-elf.c: New file.
3411 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3412
d93c6db7
AB
34132020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3414
3415 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3416 _line_saw_file.
3417
9a6d629c
AB
34182020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3419
3420 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3421 border.
3422
d9ebdab7
TBA
34232020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3424
3425 * gdb.multi/multi-target.exp (setup): Factor out "info
3426 connections" and "info inferiors" tests to ...
3427 (test_info_inferiors): ... this new procedure.
3428 (top level): Run new "info-inferiors" tests.
3429
f3c469b9
PA
34302020-01-10 Pedro Alves <palves@redhat.com>
3431
3432 * gdb.server/bkpt-other-inferior.exp: New file.
3433
121b3efd
PA
34342020-01-10 Pedro Alves <palves@redhat.com>
3435
3436 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3437 of "add-inferior".
3438 * gdb.base/quit-live.exp: Likewise.
3439 * gdb.base/remote-exec-file.exp: Likewise.
3440 * gdb.guile/scm-progspace.exp: Likewise.
3441 * gdb.linespec/linespec.exp: Likewise.
3442 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3443 * gdb.mi/user-selected-context-sync.exp: Likewise.
3444 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3445 "info inferiors" tests.
3446 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3447 "add-inferior".
3448 * gdb.multi/watchpoint-multi.exp: Likewise.
3449 * gdb.python/py-inferior.exp: Likewise.
3450 * gdb.server/extended-remote-restart.exp: Likewise.
3451 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3452 "info inferiors".
3453 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3454 * gdb.trace/report.exp: Likewise.
3455
1dadb1dd
PA
34562020-01-10 Pedro Alves <palves@redhat.com>
3457
3458 * gdb.multi/multi-target.c: New file.
3459 * gdb.multi/multi-target.exp: New file.
3460 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3461 mode requested, but remote does not support non-stop".
3462
78f2c40a
PA
34632020-01-10 Pedro Alves <palves@redhat.com>
3464
3465 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3466 disconnect before reconnecting.
3467
e7af6c70
TBA
34682020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3469 Pedro Alves <palves@redhat.com>
3470
3471 * gdb.server/connect-without-multi-process.exp: Also test
3472 continuing to end.
3473
acdf84a6
PA
34742020-01-10 Pedro Alves <palves@redhat.com>
3475
3476 * gdb.base/remote-exec-file.exp: New file.
3477
873657b9
PA
34782020-01-10 Pedro Alves <palves@redhat.com>
3479
3480 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3481 output.
3482 * gdb.threads/async.c: New.
3483 * gdb.threads/async.exp: New.
3484 * gdb.multi/tids-gid-reset.c: New.
3485 * gdb.multi/tids-gid-reset.exp: New.
3486
7f0ae84c
GB
34872020-01-10 George Barrett <bob@bob131.so>
3488
3489 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3490 to help in finding the image relocation offset.
3491 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3492 options in arguments.
3493 (stap_test_no_debuginfo): Likewise.
3494 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3495 test variants.
3496 (stap_test): Add null semaphore relocation test.
3497
47e9d49d
GB
34982020-01-10 George Barrett <bob@bob131.so>
3499
3500 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3501 * gdb.base/stap-probe.exp: Likewise.
3502 (stap_test): Pass argument as an additional flag.
3503 (stap_test_no_debuginfo): Likewise.
3504 (stap_test): Check `info probes stap' output for semaphore
3505 addresses if the test binary is supposed to have them.
3506
f5a7c406
AB
35072020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3508
3509 * gdb.tui/basic.exp: Add more scrolling tests.
3510
9ae6bf64
TT
35112020-01-09 Tom Tromey <tom@tromey.com>
3512
3513 PR tui/18932:
3514 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3515 meangingful value.
3516 (Term::command, Term::resize): Update.
3517 * gdb.tui/basic.exp: Add scrolling test.
3518
b2efe70c
AB
35192020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3520
3521 * gdb.tui/tui-layout-asm.exp: New file.
3522
3804da7e
AB
35232020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3524
3525 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3526
b40aa28f
AB
35272020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3528
3529 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3530 (Term::enter_tui): Use Term::prepare_for_tui.
3531
63ffd7c9
AB
35322020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3533
3534 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3535 called.
3536
3be966f6
AB
35372020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3538
3539 * gdb.base/skip.exp: Fix race condition in test.
3540
153d79c4
AB
35412020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3542
3543 * gdb.base/backtrace.c: New file.
3544 * gdb.base/backtrace.exp: New file.
3545
f2302a34
AB
35462020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3547
3548 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3549
6ec1d75e
PW
35502020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3551
3552 * gdb.base/style.exp: Test that warnings are styled.
3553
c296cbe6
BE
35542019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3555
3556 * gdb.base/line65535.exp: New file.
3557 * gdb.base/line65535.c: New file.
3558
b28a729d
SM
35592019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3560
3561 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3562 * lib/gnat_debug_info_test.adb: New file.
3563 * gdb.ada/ptype_tagged_param.exp: Use
3564 gnat_runtime_has_debug_info, expect a different output if
3565 runtime does not have debug info.
3566
7f2d7a0d
SM
35672019-12-20 Simon Marchi <simon.marchi@efficios.com>
3568
3569 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3570 (another) quote in test name.
3571
f3bce483
SM
35722019-12-20 Simon Marchi <simon.marchi@efficios.com>
3573
3574 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3575 Add quote in test name.
3576
c855a912
TBA
35772019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3578
3579 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3580 directory instead.
3581 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3582 * gdb.cp/pass-by-ref-2.cc: New file.
3583 * gdb.cp/pass-by-ref-2.exp: New file.
3584
fc9d2d72
TT
35852019-12-20 Tom Tromey <tom@tromey.com>
3586
3587 * gdb.tui/list-before.exp: New file.
3588
77b97e00
TT
35892019-12-20 Tom Tromey <tom@tromey.com>
3590
3591 * gdb.tui/list.exp: Check for source on initial listing.
3592
f69656d0
TT
35932019-12-11 Tom Tromey <tromey@adacore.com>
3594
3595 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3596 Add crlf test.
3597
99a55965
SM
35982019-12-18 Simon Marchi <simon.marchi@efficios.com>
3599
3600 * gdb.base/default.exp: Update value of $_gdb_major.
3601
5024637f
BE
36022019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3603
3604 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3605
b63634be
BE
36062019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3607
3608 * gdb.base/skip.exp: Whitespace fix.
3609
45d73523
BE
36102019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3611
3612 * gdb.base/skip-inline.c: New file.
3613 * gdb.base/skip-inline.exp: New file.
3614
d043f8c8
SM
36152019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3616
3617 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3618 jit_function_00 to jit_function_stack_mangle.
3619 * gdb.base/jithost.c (jit_function_t): Rename to...
3620 (jit_function_stack_mangle_t): ... this.
3621 (jit_function_add_t): New typedef.
3622 (jit_function_00_code): Rename to...
3623 (jit_function_stack_mangle_code): ... this, make static.
3624 (jit_function_add_code): New.
3625 (main): Generate "add" function and call it. Adjust to changes
3626 in jithost_abi.
3627 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3628 (struct jithost_abi) <begin, end>: Remove fields.
3629 <object, function_stack_mangle, function_add>: New fields.
3630 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3631 code_end>: Remove fields.
3632 <func_stack_mangle>: New field.
3633 (read_debug_info): Adjust to renaming, create block for "add"
3634 function.
3635 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3636
873de05c
TT
36372019-12-11 Tom Tromey <tom@tromey.com>
3638
3639 * gdb.tui/resize.exp: Fix regexp.
3640 * gdb.tui/regs.exp: Fix regexps.
3641 * gdb.tui/main.exp: Fix regexp.
3642
3d979945
TT
36432019-12-11 Tom Tromey <tom@tromey.com>
3644
3645 * gdb.tui/resize.exp: Update.
3646 * gdb.tui/empty.exp (layouts): Update.
3647
2192a9d3
TT
36482019-12-11 Tom Tromey <tom@tromey.com>
3649
3650 * gdb.tui/regs.exp: Update.
3651 * gdb.tui/empty.exp (layouts): Update.
3652 * gdb.tui/basic.exp: Update.
3653 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3654
d8edc8b7
PW
36552019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3656
3657 * gdb.base/options.exp: Add -raw-values in the print completion list.
3658 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3659
4c12d936
KB
36602019-12-10 Kevin Buettner <kevinb@redhat.com>
3661
3662 * gdb.threads/omp-par-scope.c: New file.
3663 * gdb/threads/omp-par-scope.exp: New file.
3664
26b911fb
KB
36652019-12-10 Kevin Buettner <kevinb@redhat.com>
3666
bb47f919
KB
3667 * lib/gdb.exp (support_nested_function_tests): New proc.
3668
36692019-12-10 Kevin Buettner <kevinb@redhat.com>
3670
3671 * lib/gdb.exp (gdb_compile_openmp): New proc.
3672 (build_executable_from_specs): Add an "openmp" option.
3673 (gdb_compile_pthreads): Add non-executable case.
26b911fb 3674
6c71eb7d
TT
36752019-12-10 Tom Tromey <tromey@adacore.com>
3676
3677 * gdb.ada/unchecked_union.exp: New file.
3678 * gdb.ada/unchecked_union/pck.adb: New file.
3679 * gdb.ada/unchecked_union/pck.ads: New file.
3680 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3681 * gdb-utils.exp (string_to_regexp): Also quote "?".
3682
bac7c5cf
GB
36832019-12-10 George Barrett <bob@bob131.so>
3684
3685 Test scripted probe breakpoints.
3686 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3687 * gdb.python/py-breakpoint.c (main): Likewise.
3688 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3689 specifier test.
3690 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3691
330f1d38
TBA
36922019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3693
3694 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3695 an rvalue parameter.
3696 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3697 parameter.
3698
b43315e2
AB
36992019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3700
3701 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3702 modules.
3703
54f73dad
AB
37042019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3705
3706 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3707 broken version of GCC.
3708
d57cbee9
AB
37092019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3710
3711 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3712 sym-info-cmds library.
3713 * gdb.fortran/info-types.exp: Likewise.
3714 * lib/sym-info-cmds.exp: New file.
3715
c14aab8c
TV
37162019-12-08 Tom de Vries <tdevries@suse.de>
3717
3718 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3719
aa2d5a42
KS
37202019-12-07 Keith Seitz <keiths@redhat.com>
3721
3722 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3723 * gdb.base/corefile-buildid-shlib.c: New file.
3724 * gdb.base/corefile-buildid.c: New file.
3725 * gdb.base/corefile-buildid.exp: New file.
3726
93e55f0a
TV
37272019-12-06 Tom de Vries <tdevries@suse.de>
3728
3729 * gdb.dwarf2/varval.exp: Add decl before def test.
3730
c7d12402
TBA
37312019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3732
3733 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3734
06acc08f
TBA
37352019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3736
3737 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3738 CV and reference conversion for overload resolution.
3739 * gdb.cp/rvalue-ref-overload.exp: Test it.
3740
e0fad1ea
PW
37412019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3742
3743 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3744 * gdb.base/frameapply.exp: Test faas without command.
3745
8d70a9f0
AB
37462019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3747
3748 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3749 Fortran tests.
3750 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3751 order.
3752
36c8fb93
AB
37532019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3754
3755 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3756 casting to type with no kind specified.
3757 (test_basic_parsing_of_type_kinds): Additional tests for types
3758 with no kind specified, and add tests for single/double
3759 precision/complex types.
3760
4139ff00
TT
37612019-12-04 Tom Tromey <tromey@adacore.com>
3762
3763 * gdb.base/endianity.c (struct other) <x>: New field.
3764 (main): Initialize it.
3765 * gdb.base/endianity.exp: Update.
3766
a05cf17a
TT
37672019-12-04 Tom Tromey <tromey@adacore.com>
3768
3769 * gdb.ada/scalar_storage/storage.adb: New file.
3770 * gdb.ada/scalar_storage/pck.adb: New file.
3771 * gdb.ada/scalar_storage/pck.ads: New file.
3772 * gdb.ada/scalar_storage.exp: New file.
3773
103a685e
TT
37742019-12-04 Tom Tromey <tromey@adacore.com>
3775
3776 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3777 (main): Initialize it.
3778 * gdb.base/endianity.exp: Update.
3779
c2512106
AB
37802019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3781
3782 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3783
293b38d6
AB
37842019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3785
3786 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3787 -symbol-info-module-functions and -symbol-info-module-variables.
3788
216a7e6b
AB
37892019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3790
3791 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3792
5bbd8269
AB
37932019-12-01 Richard Bunt <richard.bunt@arm.com>
3794 Andrew Burgess <andrew.burgess@embecosm.com>
3795
3796 * gdb.fortran/derived-type-striding.exp: New file.
3797 * gdb.fortran/derived-type-striding.f90: New file.
3798 * gdb.fortran/array-slices.exp: New file.
3799 * gdb.fortran/array-slices.f90: New file.
3800
be09caf1
PW
38012019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3802
3803 * gdb.base/define.exp: Test . in command names.
3804 * gdb.base/setshow.exp: Update test, as . is now part of
3805 command name.
3806
643c0cbe
PW
38072019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3808
3809 * gdb.base/define-prefix.exp: New file.
3810
dcdec678
AB
38112019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3812
3813 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3814 compile.
3815 (skip_btrace_pt_tests): Likewise.
3816
640ab947
AB
38172019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3818
3819 * gdb.fortran/info-modules.exp: Compile source files in correct
3820 order.
3821
d22670f0
KB
38222019-11-27 Kevin Buettner <kevinb@redhat.com>
3823
3824 * gdb.dwarf2/imported-unit.exp: New file.
3825 * gdb.dwarf2/imported-unit.c: New file.
3826
db5960b4
AB
38272019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3828
3829 * gdb.mi/mi-fortran-modules-2.f90: New file.
3830 * gdb.mi/mi-fortran-modules.exp: New file.
3831 * gdb.mi/mi-fortran-modules.f90: New file.
3832
7dc42066
AB
38332019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3834
3835 * gdb.mi/mi-sym-info-1.c: New file.
3836 * gdb.mi/mi-sym-info-2.c: New file.
3837 * gdb.mi/mi-sym-info.exp: New file.
3838
0dfeecca
TT
38392019-11-22 Tom Tromey <tromey@adacore.com>
3840
3841 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3842 * gdb.ada/tasks/foo.adb: Add another stopping location.
3843
34877895
PJ
38442019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3845
3846 * gdb.base/endianity.c: New test.
3847 * gdb.base/endianity.exp: New file.
3848
2e84f897
LD
38492019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3850
3851 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3852
65d1cd5f
TV
38532019-11-21 Tom de Vries <tdevries@suse.de>
3854
3855 PR gdb/24956
3856 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3857
4f22c3f4
SDJ
38582019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3859
3860 * gdb.python/py-progspace.exp: Add missing parentheses on some
3861 'print' commands.
3862
9f6ad286
TT
38632019-11-19 Tom Tromey <tom@tromey.com>
3864
3865 * gdb.tui/winheight.exp: New file.
3866
0b8dbf3f
AB
38672019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3868
3869 * gdb.base/ctf-whatis.c: Delete.
3870 * gdb.base/ctf-whatis.exp: Delete.
3871 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3872
f833b7a7
AB
38732019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3874
3875 * gdb.base/ctf-cvexpr.exp: Delete.
3876 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3877
30d0a636
AB
38782019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3879
3880 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3881 the compiler. Clean up header comment a little.
3882 * gdb.base/ctf-ptype.exp: Likewise.
3883 * gdb.base/ctf-whatis.exp: Likewise.
3884 * lib/gdb.exp (skip_ctf_tests): New proc.
3885
494409bb
SDJ
38862019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3887
3888 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3889 * gdb.tui/corefile-run.exp: New file.
3890
55708e99
TT
38912019-11-14 Tom Tromey <tromey@adacore.com>
3892
3893 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3894 regression tests.
3895
45e42163
TT
38962019-11-12 Tom Tromey <tom@tromey.com>
3897
3898 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3899 after any command. Expect prompt after WAIT_FOR is seen.
3900 (enter_tui): Enable resize messages.
3901 (command): Expect command in output.
3902 (get_line): Avoid error when cursor appears to be off-screen.
3903 (dump_screen): Include screen size in title.
3904 (_do_resize): New proc, from "resize".
3905 (resize): Rewrite. Do resize in two steps.
3906 * gdb.tui/empty.exp (layouts): Fix entries.
3907 (check_boxes): Remove xfail.
3908 (check_text): Dump screen on failure.
3909
086baaf1
AB
39102019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3911
3912 * gdb.python/py-symbol.exp: Add test for
3913 gdb.lookup_static_symbols.
3914
09ff83af
AB
39152019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3916
3917 * gdb.python/py-symbol.c: Declare and call function from new
3918 py-symbol-2.c file.
3919 * gdb.python/py-symbol.exp: Compile both source files, and add new
3920 tests for gdb.lookup_static_symbol.
3921 * gdb.python/py-symbol-2.c: New file.
3922
11af934b
TV
39232019-11-02 Tom de Vries <tdevries@suse.de>
3924
3925 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3926 * gdb.base/anon.exp: Same.
3927 * gdb.base/auto-connect-native-target.exp: Same.
3928 * gdb.base/call-ar-st.exp: Same.
3929 * gdb.base/catch-syscall.exp: Same.
3930 * gdb.base/commands.exp: Same.
3931 * gdb.base/default.exp: Same.
3932 * gdb.base/display.exp: Same.
3933 * gdb.base/float.exp: Same.
3934 * gdb.base/foll-fork.exp: Same.
3935 * gdb.base/help.exp: Same.
3936 * gdb.base/info-macros.exp: Same.
3937 * gdb.base/info-proc.exp: Same.
3938 * gdb.base/info-target.exp: Same.
3939 * gdb.base/long_long.exp: Same.
3940 * gdb.base/macscp.exp: Same.
3941 * gdb.base/memattr.exp: Same.
3942 * gdb.base/nofield.exp: Same.
3943 * gdb.base/pointers.exp: Same.
3944 * gdb.base/printcmds.exp: Same.
3945 * gdb.base/ptype.exp: Same.
3946 * gdb.base/restore.exp: Same.
3947 * gdb.base/return.exp: Same.
3948 * gdb.base/scope.exp: Same.
3949 * gdb.base/set-noassign.exp: Same.
3950 * gdb.base/setshow.exp: Same.
3951 * gdb.base/shlib-call.exp: Same.
3952 * gdb.base/signals.exp: Same.
3953 * gdb.base/sigstep.exp: Same.
3954 * gdb.base/skip.exp: Same.
3955 * gdb.base/solib-symbol.exp: Same.
3956 * gdb.base/stap-probe.exp: Same.
3957 * gdb.base/step-line.exp: Same.
3958 * gdb.base/step-test.exp: Same.
3959 * gdb.base/style.exp: Same.
3960 * gdb.base/varargs.exp: Same.
3961 * gdb.base/vla-datatypes.exp: Same.
3962 * gdb.base/vla-ptr.exp: Same.
3963 * gdb.base/vla-sideeffect.exp: Same.
3964 * gdb.base/volatile.exp: Same.
3965 * gdb.base/watch-cond-infcall.exp: Same.
3966 * gdb.base/watchpoint.exp: Same.
3967
e96ec2ba
TV
39682019-11-02 Tom de Vries <tdevries@suse.de>
3969
3970 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3971 * gdb.cp/cpexprs.exp: Same.
3972 * gdb.cp/except-multi-location.exp: Same.
3973 * gdb.cp/exceptprint.exp: Same.
3974 * gdb.cp/gdb2384.exp: Same.
3975 * gdb.cp/inherit.exp: Same.
3976 * gdb.cp/m-static.exp: Same.
3977 * gdb.cp/meth-typedefs.exp: Same.
3978 * gdb.cp/misc.exp: Same.
3979 * gdb.cp/namespace.exp: Same.
3980 * gdb.cp/non-trivial-retval.exp: Same.
3981 * gdb.cp/overload.exp: Same.
3982 * gdb.cp/pr17132.exp: Same.
3983 * gdb.cp/re-set-overloaded.exp: Same.
3984 * gdb.cp/rvalue-ref-types.exp: Same.
3985 * gdb.cp/templates.exp: Same.
3986
bd5766ec
LM
39872019-11-01 Luis Machado <luis.machado@linaro.org>
3988
3989 PR gdb/25124
3990
3991 * gdb.arch/pr25124.S: New file.
3992 * gdb.arch/pr25124.exp: New file.
3993
165f8965
AB
39942019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3995
3996 * gdb.fortran/info-modules.exp: Update expected results, and add
3997 additional tests for 'info module functinos', and 'info module
3998 variables'.
3999 * gdb.fortran/info-types.exp: Update expected results.
4000 * gdb.fortran/info-types.f90: Extend testcase with additional
4001 module variables and functions.
4002
59c35742
AB
40032019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4004
4005 * gdb.fortran/info-modules.exp: New file.
4006 * gdb.fortran/info-types.exp: Build with new file.
4007 * gdb.fortran/info-types.f90: Include and use new module.
4008 * gdb.fortran/info-types-2.f90: New file.
4009
f3fb2519
PW
40102019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4011
4012 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
4013 * gdb.base/settings.exp: Test all settings types using
4014 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
4015 that now verifies that the value of "maint show" is the same as
4016 returned by the settings functions. Test the type of the
4017 maintenance settings.
4018 * gdb.base/default.exp: Update show_conv_list.
4019
d1e36019
TV
40202019-10-31 Tom de Vries <tdevries@suse.de>
4021
4022 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
4023 gdb_test.
4024 * gdb.arch/amd64-disp-step.exp: Same.
4025 * gdb.asm/asm-source.exp: Same.
4026 * gdb.btrace/buffer-size.exp: Same.
4027 * gdb.btrace/cpu.exp: Same.
4028 * gdb.btrace/enable.exp: Same.
4029 * gdb.dwarf2/count.exp: Same.
4030 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4031 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
4032 * gdb.fortran/vla-datatypes.exp: Same.
4033 * gdb.fortran/vla-history.exp: Same.
4034 * gdb.fortran/vla-ptype.exp: Same.
4035 * gdb.fortran/vla-value.exp: Same.
4036 * gdb.fortran/whatis_type.exp: Same.
4037 * gdb.guile/guile.exp: Same.
4038 * gdb.multi/tids.exp: Same.
4039 * gdb.python/py-finish-breakpoint.exp: Same.
4040 * gdb.python/py-framefilter.exp: Same.
4041 * gdb.python/py-pp-registration.exp: Same.
4042 * gdb.python/py-xmethods.exp: Same.
4043 * gdb.python/python.exp: Same.
4044 * gdb.server/connect-with-no-symbol-file.exp: Same.
4045 * gdb.server/no-thread-db.exp: Same.
4046 * gdb.server/run-without-local-binary.exp: Same.
4047 * gdb.stabs/weird.exp: Same.
4048 * gdb.threads/attach-many-short-lived-threads.exp: Same.
4049 * gdb.threads/thread-find.exp: Same.
4050 * gdb.threads/tls-shared.exp: Same.
4051 * gdb.threads/tls.exp: Same.
4052 * gdb.threads/wp-replication.exp: Same.
4053 * gdb.trace/ax.exp: Same.
4054 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
4055
3d11e68e
TV
40562019-10-31 Tom de Vries <tdevries@suse.de>
4057
4058 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
4059 * gdb.ada/array_subscript_addr.exp: Same.
4060 * gdb.ada/arrayidx.exp: Same.
4061 * gdb.ada/arrayparam.exp: Same.
4062 * gdb.ada/arrayptr.exp: Same.
4063 * gdb.ada/boolean_expr.exp: Same.
4064 * gdb.ada/call_pn.exp: Same.
4065 * gdb.ada/complete.exp: Same.
4066 * gdb.ada/fixed_cmp.exp: Same.
4067 * gdb.ada/fun_addr.exp: Same.
4068 * gdb.ada/funcall_param.exp: Same.
4069 * gdb.ada/interface.exp: Same.
4070 * gdb.ada/mod_from_name.exp: Same.
4071 * gdb.ada/null_array.exp: Same.
4072 * gdb.ada/packed_array.exp: Same.
4073 * gdb.ada/packed_tagged.exp: Same.
4074 * gdb.ada/print_chars.exp: Same.
4075 * gdb.ada/print_pc.exp: Same.
4076 * gdb.ada/ptype_arith_binop.exp: Same.
4077 * gdb.ada/ptype_field.exp: Same.
4078 * gdb.ada/ptype_tagged_param.exp: Same.
4079 * gdb.ada/rec_return.exp: Same.
4080 * gdb.ada/ref_tick_size.exp: Same.
4081 * gdb.ada/str_ref_cmp.exp: Same.
4082 * gdb.ada/taft_type.exp: Same.
4083 * gdb.ada/tagged.exp: Same.
4084 * gdb.ada/type_coercion.exp: Same.
4085 * gdb.ada/uninitialized_vars.exp: Same.
4086
60b6ede8
TV
40872019-10-30 Tom de Vries <tdevries@suse.de>
4088
4089 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
4090
30baf67b
TV
40912019-10-26 Tom de Vries <tdevries@suse.de>
4092
4093 * gdb.base/bigcore.c: Fix typos in comments.
4094 * gdb.base/ctf-ptype.c: Same.
4095 * gdb.base/long_long.c: Same.
4096 * gdb.dwarf2/dw2-op-out-param.S: Same.
4097 * gdb.python/py-evthreads.c: Same.
4098 * gdb.reverse/i387-stack-reverse.c: Same.
4099 * gdb.trace/tfile.c: Same.
4100 * lib/compiler.c: Same.
4101 * lib/compiler.cc: Same.
4102
158da0d1
TV
41032019-10-25 Tom de Vries <tdevries@suse.de>
4104
4105 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
4106 gdb_test_multiple calls.
4107 * gdb.reverse/sigall-reverse.exp: Same.
4108 * gdb.reverse/solib-precsave.exp: Same.
4109 * gdb.reverse/solib-reverse.exp: Same.
4110 * gdb.reverse/until-precsave.exp: Same.
4111 * gdb.reverse/until-reverse.exp: Same.
4112
4ccdfbec
TV
41132019-10-24 Tom de Vries <tdevries@suse.de>
4114
4115 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
4116 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
4117 kfail using -wrap pattern flag and convenience variable
4118 gdb_test_name.
4119
33d569b7
AB
41202019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
4121
4122 * gdb.python/py-progspace.exp: Add tests for the
4123 Progspace.block_for_pc method.
4124
4d0b984b
TT
41252019-10-23 Tom Tromey <tom@tromey.com>
4126
4127 * configure: Rebuild.
4128 * aclocal.m4: Use m4_include, not sinclude.
4129
94cb3754
TV
41302019-10-21 Tom de Vries <tdevries@suse.de>
4131
4132 * gdb.base/infcall-nested-structs.c: Add
4133 __attribute__((noinline,noclone)) to all functions.
4134 (call_all): Add missing variable initialization. Simplify return value.
4135 (breakpt): Increment volatile variable, to prevent call from being
4136 optimized out.
4137 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
4138
062f1fc1
TV
41392019-10-17 Tom de Vries <tdevries@suse.de>
4140
4141 * gdb.fortran/module.exp: Allow info variables to print info for files
4142 other than module.f90.
4143
0b54364d
AB
41442019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4145
4146 * gdb.fortran/module.exp: Extend with 'info variables' test.
4147
7ff5fae7
AB
41482019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4149
4150 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
4151 F77_FOR_TARGET.
4152
d10eccaa
TV
41532019-10-16 Tom de Vries <tdevries@suse.de>
4154
4155 PR tdep/25096
4156 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4157
745ff14e
TV
41582019-10-16 Tom de Vries <tdevries@suse.de>
4159
4160 PR tdep/24104
4161 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4162 Add KFAIL for PR tdep/25096.
4163
03e1ab94
TV
41642019-10-16 Tom de Vries <tdevries@suse.de>
4165
4166 PR testsuite/25059
4167 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4168
b17fcc10
TV
41692019-10-16 Tom de Vries <tdevries@suse.de>
4170
4171 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4172 as signed.
4173
9223170f
SM
41742019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4175
4176 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4177 one instead of increasing timeout.
4178
d6e76313
TV
41792019-10-13 Tom de Vries <tdevries@suse.de>
4180
4181 PR record/25038
4182 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4183 * gdb.reverse/sigall-reverse.exp: Same.
4184 * gdb.reverse/solib-precsave.exp: Same.
4185 * gdb.reverse/solib-reverse.exp: Same.
4186 * gdb.reverse/step-precsave.exp: Same.
4187 * gdb.reverse/until-precsave.exp: Same.
4188 * gdb.reverse/until-reverse.exp: Same.
4189 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4190
6dfc0041
AA
41912019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4192
4193 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4194 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4195 (cmp_struct_05_01, cmp_struct_static_02_01)
4196 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4197 comparisons.
4198
abcf2cc8
TV
41992019-10-10 Tom de Vries <tdevries@suse.de>
4200
4201 PR testsuite/24888
4202 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4203 gnatlink.
4204
a50faaf6
TV
42052019-10-09 Tom de Vries <tdevries@suse.de>
4206
4207 PR testsuite/25048
4208 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4209
60ff3cd7
AB
42102019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4211
4212 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4213 exceptions due to missing debug information.
4214
dfee8566
TV
42152019-10-07 Tom de Vries <tdevries@suse.de>
4216
4217 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4218
3d63690a
AB
42192019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4220
4221 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4222 * gdb.base/annota1.exp: Update to use gdb_test_name.
4223
30d1f018
WP
42242019-10-07 Weimin Pan <weimin.pan@oracle.com>
4225
4226 * gdb.base/ctf-whatis.exp: New file.
4227 * gdb.base/ctf-whatis.c: New file.
4228 * gdb.base/ctf-ptype.exp: New file.
4229 * gdb.base/ctf-ptype.c: New file.
4230 * gdb.base/ctf-constvars.exp: New file.
4231 * gdb.base/ctf-constvars.c: New file.
4232 * gdb.base/ctf-cvexpr.exp: New file.
4233
4dbbb47c
TV
42342019-10-04 Tom de Vries <tdevries@suse.de>
4235
4236 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4237 for loop.
4238
77c2dba3
TT
42392019-10-03 Tom Tromey <tom@tromey.com>
4240
4241 PR rust/24976:
4242 * gdb.rust/simple.rs (Union2): New type.
4243 (main): Use Union2.
4244 * gdb.rust/simple.exp: Add test.
4245
179aed7f
AB
42462019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4247
4248 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4249 nested function prefix.
4250
0a4b0913
AB
42512019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4252 Richard Bunt <richard.bunt@arm.com>
4253 Andrew Burgess <andrew.burgess@embecosm.com>
4254
4255 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4256 nested functions.
4257 * gdb.fortran/nested-funcs.f90: Update expected results.
4258 * gdb.fortran/nested-funcs-2.exp: New file.
4259 * gdb.fortran/nested-funcs-2.f90: New file.
4260
082cce05
AB
42612019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4262
4263 * gdb.python/py-parameter.exp: Make test names unique.
4264 * gdb.python/py-template.exp: Likewise.
4265 * gdb.python/py-value.exp: Likewise.
4266
2b74ba5a
AB
42672019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4268
4269 * gdb.base/break-interp.exp: Reduce test name duplication.
4270 * gdb.base/call-sc.exp: Likewise.
4271 * gdb.base/callfuncs.exp: Likewise.
4272 * gdb.base/charset.exp: Likewise.
4273 * gdb.base/dump.exp: Likewise.
4274 * gdb.base/ena-dis-br.exp: Likewise.
4275 * gdb.base/relational.exp: Likewise.
4276 * gdb.base/step-over-syscall.exp: Likewise.
4277 * gdb.base/structs.exp: Likewise.
4278
58eb20d5
AB
42792019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4280
4281 * gdb.linespec/explicit.exp: Make test names unique.
4282 * gdb.linespec/ls-errs.exp: Likewise.
4283
4d421147
AB
42842019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4285
4286 * gdb.reverse/break-precsave.exp: Make test names unique.
4287 * gdb.reverse/break-reverse.exp: Likewise.
4288 * gdb.reverse/finish-precsave.exp: Likewise.
4289 * gdb.reverse/finish-reverse.exp: Likewise.
4290 * gdb.reverse/machinestate-precsave.exp: Likewise.
4291 * gdb.reverse/machinestate.exp: Likewise.
4292 * gdb.reverse/readv-reverse.exp: Likewise.
4293 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4294 * gdb.reverse/sigall-precsave.exp: Likewise.
4295 * gdb.reverse/sigall-reverse.exp: Likewise.
4296 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4297 * gdb.reverse/watch-precsave.exp: Likewise.
4298 * gdb.reverse/watch-reverse.exp: Likewise.
4299
d8c06f22
AB
43002019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4301
4302 * gdb.threads/stop-with-handle.c: New file.
4303 * gdb.threads/stop-with-handle.exp: New file.
4304
3a56ed86
TV
43052019-10-03 Tom de Vries <tdevries@suse.de>
4306
4307 PR testsuite/25059
4308 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4309 directory" line to be missing.
4310
42275044
TV
43112019-10-03 Tom de Vries <tdevries@suse.de>
4312
4313 PR testsuite/25059
4314 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4315 type optional.
4316
9ef62df0
AA
43172019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4318
4319 * gdb.python/py-format-string.c (string.h): New include.
4320 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4321 the same value, for endianness-independence.
4322 * gdb.python/py-format-string.exp (default_regexp_dict)
4323 (test_pretty_structs, test_format): Adjust expected output to the
4324 changed initialization.
4325
37f6a7f4
TT
43262019-10-02 Tom Tromey <tromey@adacore.com>
4327
4328 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4329
1d58d6a2
PA
43302019-10-02 Pedro Alves <palves@redhat.com>
4331 Andrew Burgess <andrew.burgess@embecosm.com>
4332
4333 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4334 "print-file-var.h".
4335 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4336 (get_version_1): Print this_version_id and its address.
4337 Add extern "C" wrappers around interface functions.
4338 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4339 "print-file-var.h".
4340 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4341 (get_version_2): Print this_version_id and its address.
4342 Add extern "C" wrappers around interface functions.
4343 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4344 <stddef.h> and "print-file-var.h".
4345 Add extern "C" wrappers around interface functions.
4346 [VERSION_ID_MAIN] (this_version_id): Define.
4347 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4348 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4349 up extern "C" blocks.
4350 * gdb.base/print-file-var.exp (test): New, factored out from top
4351 level.
4352 (top level): Test all combinations of attribute hidden or not,
4353 dlopen or not, and this_version_id symbol in main file or not.
4354 Compile tests as both C++ and C, make test names unique.
4355
d770d56f
TT
43562019-10-01 Tom Tromey <tom@tromey.com>
4357
4358 * gdb.base/style.exp: Test "show logging filename".
4359
7f6aba03
TT
43602019-10-01 Tom Tromey <tom@tromey.com>
4361
4362 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4363 * gdb.base/style.exp: Add metadata style test.
4364
14309bb6
TT
43652019-10-01 Tom Tromey <tom@tromey.com>
4366
4367 * gdb.base/style.exp: Test "pwd".
4368
2a3c1174
PA
43692019-10-01 Tom Tromey <tom@tromey.com>
4370
4371 * gdb.base/style.exp: Update tests.
4372
53d666ec
AA
43732019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4374
4375 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4376 'six' to unsigned.
4377 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4378 'five'. Use an all-ones bit pattern for each.
4379 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4380 to its changed values.
4381
4a56a520
TT
43822019-09-30 Tom Tromey <tromey@adacore.com>
4383
4384 * gdb.rust/traits.rs: Disable all warnings.
4385
0df0352a
TV
43862019-09-29 Tom de Vries <tdevries@suse.de>
4387
aac66a4c 4388 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 4389
73d9a918
TV
43902019-09-29 Tom de Vries <tdevries@suse.de>
4391
4392 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4393
060b3ab4
TV
43942019-09-27 Tom de Vries <tdevries@suse.de>
4395
4396 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4397
68f7d34d
TV
43982019-09-27 Tom de Vries <tdevries@suse.de>
4399
4400 PR record/23188
4401 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4402
5d63b30a
TT
44032019-09-26 Tom Tromey <tromey@adacore.com>
4404
4405 * gdb.ada/py_taft.exp: New file.
4406 * gdb.ada/py_taft/main.adb: New file.
4407 * gdb.ada/py_taft/pkg.adb: New file.
4408 * gdb.ada/py_taft/pkg.ads: New file.
4409
3d435220
TV
44102019-09-24 Tom de Vries <tdevries@suse.de>
4411
4412 PR gdb/24598
4413 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4414
77d03678
TV
44152019-09-22 Tom de Vries <tdevries@suse.de>
4416
4417 * gdb.base/restore.exp: Allow register variables to be optimized out at
4418 -O0.
4419
abf516c6
UW
44202019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4421
4422 * gdb.arch/spu-info.exp: Remove file.
4423 * gdb.arch/spu-info.c: Remove file.
4424 * gdb.arch/spu-ls.exp: Remove file.
4425 * gdb.arch/spu-ls.c: Remove file.
4426
4427 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4428 * gdb.asm/spu.inc: Remove file.
4429
4430 * gdb.base/dump.exp: Remove support for spu*-*-*.
4431 * gdb.base/stack-checking.exp: Likewise.
4432 * gdb.base/overlays.exp: Likewise.
4433 * gdb.base/ovlymgr.c: Likewise.
4434 * gdb.base/spu.ld: Remove file.
4435
4436 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4437 * gdb.cp/cpexprs.exp: Likewise.
4438 * gdb.cp/exception.exp: Likewise.
4439 * gdb.cp/gdb2495.exp: Likewise.
4440 * gdb.cp/mb-templates.exp: Likewise.
4441 * gdb.cp/pr9167.exp: Likewise.
4442 * gdb.cp/userdef.exp: Likewise.
4443
4444 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4445
4446 * gdb.cell: Remove directory.
4447 * lib/cell.exp: Remove file.
4448
e452e88f
TV
44492019-09-19 Tom de Vries <tdevries@suse.de>
4450
4451 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4452
8a625130
TV
44532019-09-19 Tom de Vries <tdevries@suse.de>
4454
4455 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4456
81dc3ab5
TV
44572019-09-19 Tom de Vries <tdevries@suse.de>
4458
4459 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4460 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4461 (gdb_target_cmd): ... here.
4462 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4463 value 2.
4464
b078f3ac
AB
44652019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4466
4467 * gdb.base/source-dir.exp: Avoid having directory names in test
4468 names.
4469
f1b620e9
MG
44702019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4471
4472 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4473 directory.
4474
67f3ed6a
AB
44752019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4476
4477 * gdb.base/list-missing-source.exp: New file.
4478
d1b70248
TV
44792019-09-14 Tom de Vries <tdevries@suse.de>
4480
4481 PR teststuite/24599
4482 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4483 * lib/ada.exp (gnatmake_version_at_least): New proc.
4484
5fabdcd6
AB
44852019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4486
4487 * gdb.base/maint.exp: Use exec_has_index_section.
4488
aa17805f
AB
44892019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4490
4491 * gdb.base/maint.exp: Add test for 'maint info sections'.
4492
25e5c209
TV
44932019-09-12 Tom de Vries <tdevries@suse.de>
4494
4495 * gdb.base/store.exp: Allow register variables to be optimized out at
4496 -O0.
4497
4993045d
PW
44982019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4499
4500 * gdb.ada/rdv_wait.exp: Update to new task names.
4501 * gdb.base/task_switch_in_core.exp: Likewise.
4502 * gdb.base/info_sources_base.c: Likewise.
4503
8a516164
TT
45042019-09-10 Tom Tromey <tromey@adacore.com>
4505
4506 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4507
aa391654
TT
45082019-09-10 Tom Tromey <tromey@adacore.com>
4509
4510 * gdb.ada/dgopt.exp: New file.
4511 * gdb.ada/dgopt/x.adb: New file.
4512
8634b462
TT
45132019-09-08 Tom Tromey <tom@tromey.com>
4514
4515 * gdb.tui/resize.exp: Remove setup_xfail.
4516 * gdb.tui/regs.exp: Remove setup_xfail.
4517 * gdb.tui/basic.exp: Remove setup_xfail.
4518
736b0f76
DB
45192019-09-06 David Blaikie <dblaikie@gmail.com>
4520
4521 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4522 * gdb.cp/cplabel.exp: Ditto.
4523 * gdb.linespec/ls-errs.exp: Ditto.
4524
30331a6c
TV
45252019-09-05 Tom de Vries <tdevries@suse.de>
4526
4527 * lib/gdb.exp (cmp_file_string): New proc.
4528 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4529 runto_main. Verify save breakpoints output.
4530
98b0ebab
PW
45312019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4532
4533 * gdb.base/info-var.exp: Test info variables without running
4534 to main, to avoid expect's buffer overflow.
4535
4e962e74
TT
45362019-09-03 Tom Tromey <tromey@adacore.com>
4537
4538 * gdb.ada/bias.exp: New file.
4539 * gdb.ada/bias/bias.adb: New file.
4540 * gdb.ada/print_chars.exp: Add regression test.
4541 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4542 (MC): New variable.
4543
2ea1a07a
SL
45442019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4545
4546 * gdb.base/argv0-symlink.exp: Run only on native target
4547 and local host.
4548
8077c50d
TV
45492019-08-29 Tom de Vries <tdevries@suse.de>
4550
4551 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4552 diverse debug info.
4553 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4554
48352473
TV
45552019-08-28 Tom de Vries <tdevries@suse.de>
4556
4557 * gdb.base/info-var.exp: Allow info variables to print info for files
4558 other than info-var-f1.c and info-var-f2.c.
4559
d8f27c60
AB
45602019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4561
4562 * gdb.fortran/info-types.exp: Add module.
4563 * gdb.fortran/info-types.f90: Update expected results.
4564
1f20c35e
AB
45652019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4566
4567 * gdb.fortran/info-types.exp: New file.
4568 * gdb.fortran/info-types.f90: New file.
4569 * lib/fortran.exp (fortran_character1): New proc.
4570
4acfdd20
AB
45712019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4572
4573 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4574 functions'. Reindent as needed.
4575 * gdb.base/info-var-f1.c: New file.
4576 * gdb.base/info-var-f2.c: New file.
4577 * gdb.base/info-var.exp: New file.
4578 * gdb.base/info-var.h: New file.
4579
5c31b358
TV
45802019-08-26 Tom de Vries <tdevries@suse.de>
4581
4582 PR c++/24852
4583 * gdb.cp/no-libstdcxx-probe.exp: New test.
4584
b694989f
TV
45852019-08-26 Tom de Vries <tdevries@suse.de>
4586
4587 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4588 * tests need to be skipped.
4589 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4590 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4591 mi_skip_libstdcxx_probe_tests.
4592
d9c4ba53
SDJ
45932019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4594
4595 * gdb.python/py-xmethods.exp: Use raw strings when passing
4596 arguments to SimpleXMethodMatcher.
4597
395fad09
TV
45982019-08-22 Tom de Vries <tdevries@suse.de>
4599
4600 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4601 more informative.
4602
26c957f1
PA
46032019-08-21 Pedro Alves <palves@redhat.com>
4604
4605 * gdb.base/with.exp: Test "with" with no arguments.
4606
61f80d5d
TV
46072019-08-21 Tom de Vries <tdevries@suse.de>
4608
4609 * gdb.base/gdb-caching-proc.exp: Sort files.
4610
d7a11d13
TV
46112019-08-20 Tom de Vries <tdevries@suse.de>
4612
4613 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4614 compilation.
4615
34dafe9f
TV
46162019-08-16 Tom de Vries <tdevries@suse.de>
4617
4618 * gdb.base/compare-sections.exp ("after run to main"): Allow
4619 mismatched read-only sections for PIE executables.
4620
398fdd60
TT
46212019-08-16 Tom Tromey <tom@tromey.com>
4622
4623 * lib/tuiterm.exp (_csi_Z): New proc.
4624 * gdb.tui/basic.exp: Update window positions.
4625 * gdb.tui/empty.exp: Update window positions.
4626
d8f9e51c
SL
46272019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4628
4629 * gdb.base/examine-backward.exp: Correct regexp for
4630 "examine 3 bytes backward from ${address_zero}".
4631
3df505f6
TT
46322019-08-15 Tom Tromey <tom@tromey.com>
4633
4634 * gdb.tui/empty.exp: Enable resizing tests.
4635
272560b5
TT
46362019-08-15 Tom Tromey <tromey@adacore.com>
4637
4638 * gdb.ada/char_enum.exp: Add regression tests.
4639 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4640 and '0'.
4641 (Char, Gchar): Update.
4642 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4643
08235187
CB
46442019-08-15 Christian Biesinger <cbiesinger@google.com>
4645
4646 * gdb.python/python.exp: Expect a leading underscore on
4647 GdbOutput{,Error}File.
4648
22a2ab04
SL
46492019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4650
4651 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4652 Windows host.
4653
835b995b
SL
46542019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4655
4656 * gdb.base/batch-preserve-term-settings.exp
4657 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4658
97dd8e07
CB
46592019-08-15 Christian Biesinger <cbiesinger@google.com>
4660
4661 * lib/gdb.exp: When running on a mingw target, replace
4662 /x/ with x:/.
4663
75faf5c4
AH
46642019-08-14 Alan Hayward <alan.hayward@arm.com>
4665
4666 * gdb.arch/aarch64-prologue.c: New test.
4667 * gdb.arch/aarch64-prologue.exp: New file.
4668
abc6c00f
TV
46692019-08-13 Tom de Vries <tdevries@suse.de>
4670
4671 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4672 Thread.
4673
74c2c1f4
SL
46742019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4675
4676 * gdb.python/py-completion.exp: Download the .py file to the host
4677 and use its host pathname. Conditionalize tests that use
4678 tab completion and manipulate files on the build machine.
4679 * gdb.python/py-events.exp: Download the .py file to the host
4680 and use its host pathname.
4681 * gdb.python/py-evsignal.exp: Likewise.
4682 * gdb.python/py-evthreads.exp: Likewise.
4683 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4684 pathname syntax.
4685 * gdb.python/py-framefilter.exp: Download the .py file to the right
4686 place on the host. Match Windows pathname syntax.
4687 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4688 .py file to the host and use its host pathname.
4689 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4690 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4691 build pathname. Skip symlink test on Windows host. Add missing
4692 newline at end of file.
4693 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4694 and use its host pathname.
4695 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4696 * gdb.python/py-section-script.exp: Use host location of binfile
4697 on safe-path. Use correct path separator on Windows host.
4698 Reorder alternatives in gdb_test_multiple to prevent matching
4699 the wrong alternative on success.
4700 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4701
ca2589f3
PP
47022019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4703
4704 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4705 expect the GDB inferior to no longer immediately stop after
4706 being resumed with "signal SIGINT".
4707
020a839d
SL
47082019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4709
4710 * gdb.linespec/break-ask.exp: Generalize regexps to match
4711 Windows pathnames too.
4712
128d6509
TV
47132019-08-08 Tom de Vries <tdevries@suse.de>
4714
4715 PR testsuite/24862
4716 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4717
590042fc
PW
47182019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4719
4720 * gdb.base/style.exp: Update tests for help doc new invariants.
4721 * gdb.base/help.exp: Likewise.
4722
046bebe1
TT
47232019-08-06 Tom Tromey <tom@tromey.com>
4724
4725 * gdb.base/style.exp: Add disassemble test.
4726 * gdb.base/style.c (some_called_function): New function.
4727 (main): Use it.
4728
0b27c27d
CB
47292019-08-05 Christian Biesinger <cbiesinger@google.com>
4730
4731 * gdb.python/py-block.exp: Test dictionary access on blocks.
4732
580f1034
SM
47332019-08-05 Simon Marchi <simon.marchi@efficios.com>
4734
4735 PR gdb/24863
4736 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4737 -list-thread-groups --available test when running under
4738 check-read1.
4739
d86bd7cb
TV
47402019-08-05 Tom de Vries <tdevries@suse.de>
4741
4742 PR testsuite/24863
4743 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4744 * gdb.base/help.exp: Use with_read1_timeout_factor.
4745 * gdb.base/info-macros.exp: Same.
4746 * gdb.cp/nested-types.exp: Same.
4747
a80cf5d8
TV
47482019-08-05 Tom de Vries <tdevries@suse.de>
4749
4750 * lib/gdb.exp (version_at_least): Factor out of ...
4751 (tcl_version_at_least): ... here.
4752 (gdb_compile): Fail if pie results in non-PIE executable.
4753 (readelf_version, readelf_prints_pie): New proc.
4754 (exec_is_pie): Return -1 if unknown.
4755
d0962838
TV
47562019-08-05 Tom de Vries <tdevries@suse.de>
4757
4758 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4759
2252ff3d
SL
47602019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4761
4762 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4763
26655f53
SL
47642019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4765
4766 * lib/completion-support.exp (test_gdb_complete_none): Skip
4767 tab completion tests if no readline support.
4768 (test_gdb_complete_unique_re): Likewise.
4769 (test_gdb_complete_multiple): Likewise.
4770
db4dc13e
PW
47712019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4772
4773 * gdb.base/info_sources.exp: New file.
4774 * gdb.base/info_sources.c: New file.
4775 * gdb.base/info_sources_base.c: New file.
4776
0eba165a
PFC
47772019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4778
4779 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4780 prefix argument.
4781 (test_exit_status): Add prefix argument.
4782
59bd512b
TV
47832019-08-01 Tom de Vries <tdevries@suse.de>
4784
4785 PR testsuite/24863
4786 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4787 calling exp_continue for new thread and thread exited messages.
4788
2a3ad588
TV
47892019-08-01 Tom de Vries <tdevries@suse.de>
4790
4791 PR testsuite/24863
4792 * gdb.base/structs.exp: Fix check-read1 timeout using
4793 gdb_test_sequence.
4794 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4795
117eb594
TV
47962019-08-01 Tom de Vries <tdevries@suse.de>
4797
4798 PR testsuite/24863
4799 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4800 line.
4801
ed591340
TV
48022019-08-01 Tom de Vries <tdevries@suse.de>
4803
4804 PR testsuite/24863
4805 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4806
aa3b6533
TT
48072019-07-30 Tom Tromey <tromey@adacore.com>
4808
4809 * gdb.ada/display_nested.exp: New file.
4810 * gdb.ada/display_nested/foo.adb: New file.
4811 * gdb.ada/display_nested/pack.adb: New file.
4812 * gdb.ada/display_nested/pack.ads: New file.
4813
2906593f
CB
48142019-07-30 Christian Biesinger <cbiesinger@google.com>
4815
4816 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4817 namespace.
4818 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4819
0f575925
TV
48202019-07-30 Tom de Vries <tdevries@suse.de>
4821
4822 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4823 instead.
4824
b13057d9
TV
48252019-07-30 Tom de Vries <tdevries@suse.de>
4826
4827 PR testsuite/24834
4828 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4829 (exec_is_pie): New proc.
4830
5c4dde85
CB
48312019-07-29 Christian Biesinger <cbiesinger@google.com>
4832
4833 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4834
c620ed88
CB
48352019-07-29 Christian Biesinger <cbiesinger@google.com>
4836
4837 * gdb.python/py-objfile.c: Add global and static vars.
4838 * gdb.python/py-objfile.exp: Test new functions Objfile.
4839 lookup_global_symbol and lookup_static_symbol.
4840
3d235706
TT
48412019-07-29 Tom Tromey <tom@tromey.com>
4842
4843 * lib/tuiterm.exp (Term::_csi_@): New proc.
4844 (Term::_csi_X): Don't move cursor.
4845
c7e4c0a6
PW
48462019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4847
4848 * gdb.base/options.exp: Update backtrace - completion to
4849 new option -frame-info.
4850 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4851 Test new 'set print frame-info'. Test backtrace -frame-info
4852 overriding 'set print frame-info'.
4853 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4854 Test new 'set print frame-info'.
4855 Verify consistency of backtrace with and without filters, with and
4856 without -no-filters.
4857 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4858 default.
4859
de28a3b7
TV
48602019-07-29 Tom de Vries <tdevries@suse.de>
4861
4862 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4863 no arguments".
4864
507dd60e
TV
48652019-07-29 Tom de Vries <tdevries@suse.de>
4866
4867 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4868 is a substring of the first for "complete non-unique file name".
4869
5beafce9
TV
48702019-07-29 Tom de Vries <tdevries@suse.de>
4871
4872 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4873 with ".*".
4874
2d274232
TV
48752019-07-29 Tom de Vries <tdevries@suse.de>
4876
4877 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4878 Pass prompt_regexp parameter to gdb_test_multiple calls.
4879
9197cd8b
TV
48802019-07-29 Tom de Vries <tdevries@suse.de>
4881
4882 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 4883 print registers" regexps.
9197cd8b 4884
b528dae0
TV
48852019-07-29 Tom de Vries <tdevries@suse.de>
4886
4887 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4888
d17725d7
TV
48892019-07-29 Tom de Vries <tdevries@suse.de>
4890
4891 PR gdb/24855
4892 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4893 (skip_python_tests_prompt): Add prompt_regexp argument to
4894 gdb_test_multiple calls.
4895
52b75bf1
TT
48962019-07-27 Tom Tromey <tom@tromey.com>
4897
4898 * gdb.tui/main.exp: New file.
4899
2b1d00c2
TT
49002019-07-27 Tom Tromey <tom@tromey.com>
4901
4902 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4903 optional.
4904 * gdb.tui/empty.exp: New file.
4905
ded631d5
TT
49062019-07-27 Tom Tromey <tom@tromey.com>
4907
4908 * lib/tuiterm.exp (spawn): New proc.
4909 (Term::resize): New proc.
4910 * gdb.tui/resize.exp: New file.
4911
58ac439d
TT
49122019-07-27 Tom Tromey <tom@tromey.com>
4913
4914 * gdb.tui/list.exp: New file.
4915
fe1f56ee
TT
49162019-07-27 Tom Tromey <tom@tromey.com>
4917
4918 * gdb.tui/regs.exp: New file.
4919
f790b310
TT
49202019-07-27 Tom Tromey <tom@tromey.com>
4921
4922 * gdb.tui/basic.exp: Add "layout split" test.
4923
d95fc6ee
TT
49242019-07-27 Tom Tromey <tom@tromey.com>
4925
4926 * gdb.tui/basic.exp: Add "layout asm" test.
4927
c3786b3a
TT
49282019-07-27 Tom Tromey <tom@tromey.com>
4929
4930 * lib/tuiterm.exp: New file.
4931 * gdb.tui/basic.exp: New file.
4932
98a617f8
KB
49332019-07-27 Kevin Buettner <kevinb@redhat.com>
4934
4935 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4936 Enable tests associated with this flag. Adjust regex
4937 referencing "foo_low" to now refer to "foo_cold" instead.
4938
5c076da4
KB
49392019-07-27 Kevin Buettner <kevinb@redhat.com>
4940
4941 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4942 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4943 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4944 foo_cold. Revise comments to match.
4945 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4946 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4947 were wrapped into this proc; Call do_test in loop from outermost
4948 level.
4949 (foo_low): Rename all occurrences to "foo_cold".
4950 (backtrace from baz): New test.
4951 (x2/i foo_cold): New test.
4952 (info line *foo_cold): New test.
4953
1512d3b7
TV
49542019-07-26 Tom de Vries <tdevries@suse.de>
4955
4956 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4957
297989a1
TV
49582019-07-25 Tom de Vries <tdevries@suse.de>
4959
4960 PR testsuite/24830
4961 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4962 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4963 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4964 (skip_libstdcxx_probe_tests): ... here.
4965 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4966
b3b965fb
TV
49672019-07-24 Tom de Vries <tdevries@suse.de>
4968
4969 PR testsuite/24807
4970 * gdb.objc/basicclass.m: Include stdio.h.
4971 * gdb.objc/nondebug.m: Same.
4972 * gdb.objc/objcdecode.m: Same.
4973
4625b4d0
TV
49742019-07-24 Tom de Vries <tdevries@suse.de>
4975
4976 PR testsuite/24612
4977 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4978 additional_flags.
4979
024a5840
TV
49802019-07-24 Tom de Vries <tdevries@suse.de>
4981
4982 PR testsuite/24831
4983 * gdb.multi/tids.exp: Update error messages for info threads.
4984
c76ddaa3
TV
49852019-07-24 Tom de Vries <tdevries@suse.de>
4986
4987 * gdb.base/info-types.exp: Allow info types to print info for more than
4988 one file.
4989
9a618ef6
TV
49902019-07-23 Tom de Vries <tdevries@suse.de>
4991
4992 PR testsuite/24842
4993 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4994 gdb_spawn_with_cmdline_opts.
4995
40eadf04
SP
49962019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4997
4998 * gdb.arch/arm-cmse-sgstubs.c: New test.
4999 * gdb.arch/arm-cmse-sgstubs.exp: New file.
5000
5ba29434
TV
50012019-07-23 Tom de Vries <tdevries@suse.de>
5002
5003 PR testsuite/24711
5004 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
5005 issuing next command.
5006
a8e9d247
AB
50072019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5008
5009 * gdb.ada/info_auto_lang.exp: Update expected results.
5010 * gdb.base/info-types.c: Add additional types to check.
5011 * gdb.base/info-types.exp: Update expected results.
5012
eb86c5e2
AB
50132019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5014
5015 * gdb.base/info-types.c: New file.
5016 * gdb.base/info-types.exp: New file.
5017
01e175fe
AB
50182019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5019
5020 * gdb.arch/riscv-bp-infcall.c: New file.
5021 * gdb.arch/riscv-bp-infcall.exp: New file.
5022
6b78c3f8
AB
50232019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5024
5025 PR breakpoints/24541
5026 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
5027
da738167
TV
50282019-07-14 Tom de Vries <tdevries@suse.de>
5029
5030 PR testsuite/24760
5031 * gdb.objc/basicclass.exp: Fix unterminated string.
5032
0d4e84ed
AB
50332019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
5034 Andrew Burgess <andrew.burgess@embecosm.com>
5035
5036 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
5037 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
5038 negative bounds.
5039 * gdb.fortran/vla-value.exp: Print elements of an array with
5040 negative bounds.
5041 * gdb.fortran/vla.f90: Setup an array with negative bounds for
5042 testing.
5043
021d8588
AB
50442019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5045
5046 * gdb.base/options.exp (expect_string): Dequote strings in
5047 results.
5048 (test-string): Test strings with different quoting and reindent.
5049
f06f1252
TT
50502019-07-10 Tom Tromey <tromey@adacore.com>
5051
5052 * gdb.ada/mi_ex_cond.exp: Update expected results.
5053 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
5054 * gdb.ada/mi_catch_ex.exp: Update expected results.
5055 * gdb.ada/mi_catch_assert.exp: Update expected results.
5056 * gdb.ada/catch_ex.exp (catch_exception_info)
5057 (catch_exception_entry, catch_assert_entry)
5058 (catch_unhandled_entry): Update.
5059 * gdb.ada/catch_assert_if.exp: Update expected results.
5060
b863685d
RB
50612019-07-10 Richard Bunt <richard.bunt@arm.com>
5062 Stephen Roberts <stephen.roberts@arm.com>
5063
5064 * gdb.base/define.exp: Restore original prompt.
5065
cb1e4e32
PA
50662019-07-09 Pedro Alves <palves@redhat.com>
5067
5068 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
5069 breakpoints" output.
5070 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
5071 * gdb.python/py-breakpoint.exp: No longer expect that "catch
5072 throw" creates breakpoint.
5073 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
5074 'type="catchpoint"'.
5075
b58a68fe
PA
50762019-07-09 Pedro Alves <palves@redhat.com>
5077
5078 PR c++/15468
5079 * gdb.cp/except-multi-location-lib.cc: New.
5080 * gdb.cp/except-multi-location-main.cc: New.
5081 * gdb.cp/except-multi-location.exp: New.
5082
0826779b
PW
50832019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
5084
5085 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
5086 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
5087 argument and update callers.
5088
5b0e2db4
AB
50892019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5090
5091 * gdb.arch/amd64-break-on-asm-line.S: New file.
5092 * gdb.arch/amd64-break-on-asm-line.exp: New file.
5093
1f6f6e21
PW
50942019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5095
5096 * gdb.base/printcmds.exp: Test printing C string and
5097 C wide string convenience vars without transiting via the inferior.
5098 Also make test names unique.
5099
ea142fbf
AH
51002019-07-08 Alan Hayward <alan.hayward@arm.com>
5101
5862c886 5102 PR breakpoints/25011
ea142fbf
AH
5103 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
5104
213fd9fa
PA
51052019-07-04 Pedro Alves <palves@redhat.com>
5106
5107 * lib/gdb.exp (foreach_with_prefix): Don't return early if
5108 body returned ok(0), break(3) or continue(4).
5109 * gdb.testsuite/foreach_with_prefix.exp: New file.
5110
2b40fda7
AH
51112019-07-04 Alan Hayward <alan.hayward@arm.com>
5112
5113 * gdb.server/unittest.exp: Allow 0 unit tests to run.
5114
a26c8de0
PA
51152019-07-03 Pedro Alves <palves@redhat.com>
5116
5117 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
5118 "return -code".
5119
5f4ba3e7
PA
51202019-07-03 Pedro Alves <palves@redhat.com>
5121
5122 PR cli/24732
5123 * gdb.base/shell.exp: Load completion-support.exp.
5124 Adjust expected error output. Add completion tests.
5125
a994424f
PA
51262019-07-03 Pedro Alves <palves@redhat.com>
5127
5128 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
5129 string_to_regexp.
5130
3d9be6f5
PA
51312019-07-03 Pedro Alves <palves@redhat.com>
5132
5133 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
5134 (expect_integer): Adjust to expect "-string".
5135 (expect_string): New.
5136 (all_options): Expect "-string".
5137 (test-flag, test-boolean): Adjust to expect "-string".
5138 (test-string): New proc.
5139 (top level): Call it.
5140
41fc454c
PA
51412019-07-03 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
5144 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
5145 the expected output in the success.
5146
b2b2a215
PA
51472019-07-03 Pedro Alves <palves@redhat.com>
5148
5149 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5150 Split one gdb_test_multiple call in two to avoid a race.
5151
fdbc9870
PA
51522019-07-03 Pedro Alves <palves@redhat.com>
5153
5154 * gdb.base/with.c: New file.
5155 * gdb.base/with.exp: New file.
5156
c6ac8931
PA
51572019-07-03 Pedro Alves <palves@redhat.com>
5158
5159 * gdb.base/settings.exp: Replace all references to "maint
5160 test-settings set" with references to "maint set test-settings",
5161 and all references to "maint test-settings show" with references
5162 to "maint show test-settings".
5163
970f9d09
PA
51642019-07-03 Pedro Alves <palves@redhat.com>
5165
5166 * gdb.base/settings.exp (test-string): Adjust expected out when
5167 testing "maint test-settings show filename"
5168
54d66006
PA
51692019-07-02 Pedro Alves <palves@redhat.com>
5170
5171 * gdb.base/options.exp (test-info-threads): New procedure.
5172 (top level): Call it.
5173
10d06d82
TT
51742019-06-28 Tom Tromey <tromey@adacore.com>
5175
5176 * gdb.dwarf2/ada-linkage-name.c: New file.
5177 * gdb.dwarf2/ada-linkage-name.exp: New file.
5178
3d507ff2
TT
51792019-06-27 Tom Tromey <tromey@adacore.com>
5180
d039f014 5181 PR c++/20020:
3d507ff2
TT
5182 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5183
8af58ffe
TV
51842019-06-26 Tom de Vries <tdevries@suse.de>
5185
5186 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5187
22e21752
TV
51882019-06-26 Tom de Vries <tdevries@suse.de>
5189
5190 * gdb.base/index-cache.exp: Add back missing debug option.
5191
b65b566c
PW
51922019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5193
5194 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5195
5c2c8c69
TV
51962019-06-25 Tom de Vries <tdevries@suse.de>
5197
5198 PR testsuite/24727
5199 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5200
164e3873
TV
52012019-06-24 Tom de Vries <tdevries@suse.de>
5202
5203 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5204
824eacee
TV
52052019-06-24 Tom de Vries <tdevries@suse.de>
5206
5207 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5208 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5209 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5210
385b97d3
TV
52112019-06-24 Tom de Vries <tdevries@suse.de>
5212
5213 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5214
c596f180
TV
52152019-06-21 Tom de Vries <tdevries@suse.de>
5216
5217 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5218
b13a7d03
TV
52192019-06-21 Tom de Vries <tdevries@suse.de>
5220
5221 PR testsuite/24518
5222 PR ada/24713
5223 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5224 index.
5225
899277ae
TT
52262019-06-19 Tom Tromey <tromey@adacore.com>
5227
5228 * gdb.ada/length_cond.exp: Add intro comment.
5229
680e1bee
TT
52302019-06-19 Tom Tromey <tromey@adacore.com>
5231
5232 * gdb.ada/length_cond.exp: New file.
5233 * gdb.ada/length_cond/length_cond.adb: New file.
5234 * gdb.ada/length_cond/pck.adb: New file.
5235 * gdb.ada/length_cond/pck.ads: New file.
5236
0ed4690a
TV
52372019-06-18 Tom de Vries <tdevries@suse.de>
5238
5239 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5240
d20ed5fd
TT
52412019-06-18 Tom Tromey <tromey@adacore.com>
5242
5243 * gdb.base/list0.h: Add comment explaining control character.
5244
86e04673
TV
52452019-06-18 Tom de Vries <tdevries@suse.de>
5246
5247 * boards/fission.exp: Break up long debug_flags line.
5248
c4973306
SM
52492019-06-16 Tom de Vries <tdevries@suse.de>
5250
5251 PR gdb/24445
5252 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5253 generated index.
5254
93cb9841
AB
52552019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5256
5257 PR gdb/24686
5258 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5259 improve detection of bug gdb/24541.
5260
399aaebd
SM
52612019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5262
5263 PR gdb/24669
5264 * gdb.base/index-cache.exp (uses_readnow,
5265 expecting_index_cache_use): Define global variable.
5266 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5267 expecting_index_cache_use.
5268
584a927c
AB
52692019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5270 Andrew Burgess <andrew.burgess@embecosm.com>
5271
5272 * gdb.fortran/pointers.f90: New file.
5273 * gdb.fortran/print_type.exp: New file.
5274 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5275 * gdb.fortran/vla-type.exp: Likewise.
5276 * gdb.fortran/vla-value.exp: Likewise.
5277 * gdb.mi/mi-vla-fortran.exp: Likewise.
5278
30056ea0
AB
52792019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5280
5281 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5282 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5283 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5284 as a stop reason.
5285
ec8e2b6d
AB
52862019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5287
5288 * gdb.base/annota1.exp: Update expected results.
5289 * gdb.cp/annota2.exp: Likewise.
5290 * gdb.cp/annota3.exp: Likewise.
5291
09e4c4e1
AB
52922019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5293
5294 * gdb.base/style-logging.exp: Remove path from test name.
5295
0735b091
TT
52962019-06-14 Tom Tromey <tromey@adacore.com>
5297
5298 PR gdb/24502:
5299 * gdb.base/style-logging.exp: New file.
5300
f5686554
TT
53012019-06-14 Tom Tromey <tromey@adacore.com>
5302
5303 * gdb.base/symfile-warn.exp: New file.
5304 * gdb.base/symfile-warn.c: New file.
5305
a0c1ffed
TT
53062019-06-14 Tom Tromey <tromey@adacore.com>
5307
5308 * gdb.base/annotate-symlink.exp: New file.
5309
f411722c
TT
53102019-06-14 Tom Tromey <tromey@adacore.com>
5311
5312 * gdb.ada/set_wstr.exp: Add reassignment test.
5313
4268ec18
TT
53142019-06-14 Tom Tromey <tromey@adacore.com>
5315
5316 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5317 'unchecked_access and 'unrestricted_access as well.
5318
9a9e394b
TT
53192019-06-14 Tom Tromey <tromey@adacore.com>
5320
5321 PR ada/24539:
5322 * gdb.ada/vla.exp: Update tests.
5323 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5324 pragma.
5325
4c048731
PA
53262019-06-13 Pedro Alves <palves@redhat.com>
5327
5328 * gdb.base/settings.exp (test-integer): Test junk after
5329 "unlimited".
5330
6665660a
PA
53312019-06-13 Pedro Alves <palves@redhat.com>
5332
5333 * gdb.base/options.exp (test-thread-apply): New.
5334 (top level): Call it.
5335
5d707134
PA
53362019-06-13 Pedro Alves <palves@redhat.com>
5337
5338 * gdb.base/options.exp (test-frame-apply): New.
5339 (top level): Test print commands with different "frame apply"
5340 prefixes.
5341
e2a689da
PA
53422019-06-13 Pedro Alves <palves@redhat.com>
5343
e79be6e5 5344 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
5345 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5346 'max_completions' parameter and handle it.
5347 (test_gdb_completion_offers_commands): New.
5348
90a1ef87
PA
53492019-06-13 Pedro Alves <palves@redhat.com>
5350
5351 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5352
d4c16835
PA
53532019-06-13 Pedro Alves <palves@redhat.com>
5354
5355 * gdb.base/options.exp (test-backtrace): New.
5356 (top level): Call it.
5357
2daf894e
PA
53582019-06-13 Pedro Alves <palves@redhat.com>
5359
5360 * gdb.guile/scm-frame-args.exp: Use "set print
5361 raw-frame-arguments" instead of "set print raw frame-arguments".
5362 * gdb.python/py-frame-args.exp: Likewise.
5363
e6ed716c
PA
53642019-06-13 Pedro Alves <palves@redhat.com>
5365
5366 * gdb.compile/compile.exp: Adjust expected output to option
5367 processing changes.
5368
7d8062de
PA
53692019-06-13 Pedro Alves <palves@redhat.com>
5370
5371 * gdb.base/options.exp: Build executable.
5372 (test-print): New procedure.
5373 (top level): Call it, once for "print" and another for "compile
5374 print".
5375
9d0faba9
PA
53762019-06-13 Pedro Alves <palves@redhat.com>
5377
5378 * gdb.base/options.c: New file.
5379 * gdb.base/options.exp: New file.
5380
dee7b4c8
PA
53812019-06-13 Pedro Alves <palves@redhat.com>
5382
5383 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5384 that "o" is ambiguous.
5385
dca0f6c0
PA
53862019-06-13 Pedro Alves <palves@redhat.com>
5387
5388 * gdb.base/settings.c: New file.
5389 * gdb.base/settings.exp: New file.
5390
ccf46844
PA
53912019-06-13 Pedro Alves <palves@redhat.com>
5392
5393 * gdb.base/completion.exp: Fix comment typo.
5394
b9a3f842
PA
53952019-06-13 Pedro Alves <palves@redhat.com>
5396
5397 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5398 foo --1" test.
5399
d106773e
PA
54002019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5401
5402 * gdb.fortran/block-data.f: New.
5403 * gdb.fortran/block-data.exp: New.
5404
fea82da0
TV
54052019-06-11 Tom de Vries <tdevries@suse.de>
5406
5407 PR testsuite/24521
5408 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5409 message.
5410
8c2e74f1
TV
54112019-06-11 Tom de Vries <tdevries@suse.de>
5412
5413 PR testsuite/24521
5414 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5415
b49851c8
TV
54162019-06-11 Tom de Vries <tdevries@suse.de>
5417
5418 * boards/readnow.exp: New file.
5419
a7067863
AB
54202019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5421
5422 * gdb.fortran/vla-sizeof.exp: Update expected results.
5423
1a3da2cd
AB
54242019-06-06 Amos Bird <amosbird@gmail.com>
5425
5426 * gdb.base/annota1.exp (thread_switch): Add test for
5427 thread-exited annotation.
5428
3847a7bf
TT
54292019-06-06 Tom Tromey <tromey@adacore.com>
5430
5431 * gdb.base/maint.exp: Expect command started/finished output.
5432
0088ba59
AB
54332019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5434
5435 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5436 comment.
5437 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5438
312617a3
AB
54392019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5440
5441 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5442 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5443 * gdb.arch/riscv-unwind-long-insn.c: New file.
5444 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5445
e1f2e1a2
CB
54462019-06-04 Christian Biesinger <cbiesinger@google.com>
5447
d3238f7d 5448 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 5449
206584bd
PW
54502019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5451
5452 * lib/gdb.exp (help_list_trailer): New regexp variable
5453 factorizing the help trailer message.
5454 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5455 arg to allow to better factorize various tests.
5456 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5457 (test_prefix_command_help): Use help_list_trailer.
5458 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5459 * gdb.guile/scm-cmd.exp: Likewise.
5460 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5461 * gdb.base/help.exp: Use test_user_defined_class_help.
5462 * gdb.base/style.exp: Add tests for styling of help and apropos.
5463 * lib/gdb-utils.exp (style): Add title and highlight styles.
5464
708dc93e
PW
54652019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5466
5467 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5468 $_shell_exitsignal.
5469 * gdb.base/default.exp: Update for new convenience variables.
5470
f49055a5
TT
54712019-05-29 Tom Tromey <tromey@adacore.com>
5472
5473 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5474 to "break complete ada" test case's regexp.
5475
4330d61d
TT
54762019-05-29 Tom Tromey <tromey@adacore.com>
5477
5478 PR c++/20020:
5479 * gdb.cp/constexpr-field.exp: New file.
5480 * gdb.cp/constexpr-field.cc: New file.
5481
000439d5
TT
54822019-05-29 Tom Tromey <tromey@adacore.com>
5483
5484 * gdb.base/finish.exp (finish_no_print): New proc.
5485 (finish_tests): Call it.
5486
5a01c34c
TV
54872019-05-24 Tom de Vries <tdevries@suse.de>
5488
5489 * gdb.dwarf2/gdb-add-index.exp: New file.
5490
18125b16
TT
54912019-05-22 Tom Tromey <tromey@adacore.com>
5492
5493 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5494 * gdb.base/style.exp: Use "style".
5495 * lib/gdb-utils.exp (style): New proc.
5496
af1a8d03
TV
54972019-05-22 Tom de Vries <tdevries@suse.de>
5498
5499 * gdb.base/align.exp: Require c++11.
5500
e7fe496b
TV
55012019-05-22 Tom de Vries <tdevries@suse.de>
5502
5503 PR testsuite/24586
5504 * gdb.python/py-mi-var-info-path-expression.exp: Call
5505 mi_skip_python_tests to check if python is supported.
5506
8fca4da0
AH
55072019-05-22 Alan Hayward <alan.hayward@arm.com>
5508
5509 * gdb.arch/aarch64-pauth.c: New test.
5510 * gdb.arch/aarch64-pauth.exp: New file.
5511
b7060614
AH
55122019-05-22 Alan Hayward <alan.hayward@arm.com>
5513
5514 * README (Re-running Tests Outside The Testsuite): New section.
5515
669d0468
TV
55162019-05-21 Tom de Vries <tdevries@suse.de>
5517
5518 * gdb.arch/amd64-eval.exp: Require c++11.
5519 * gdb.base/max-depth.exp: Same.
5520 * gdb.compile/compile-cplus-array-decay.exp: Same.
5521 * gdb.cp/meth-typedefs.exp: Same.
5522 * gdb.cp/subtypes.exp: Same.
5523 * gdb.cp/temargs.exp: Same.
5524
ce3ebcaa
AH
55252019-05-21 Alan Hayward <alan.hayward@arm.com>
5526
5527 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5528
34d11c68
AB
55292019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5530
5531 PR gdb/18644
5532 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5533 * gdb.fortran/printing-types.exp: Add new test.
5534 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5535 testing.
5536 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5537 setup_kfail call.
5538
87781e84
AH
55392019-05-17 Alan Hayward <alan.hayward@arm.com>
5540
5541 * README (Running the Testsuite): Change example.
5542 (Testsuite Parameters): Remove TRANSCRIPT.
5543 * lib/gdb.exp: Remove TRANSCRIPT check.
5544
b420b89e
AH
55452019-05-17 Alan Hayward <alan.hayward@arm.com>
5546
5547 * README (Testsuite Parameters): Add replay logging to
5548 GDBSERVER_DEBUG.
5549 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5550 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5551 as a comma separated list.
5552 (gdb_debug_init): Override procedure.
5553
408e9b8b
AH
55542019-05-17 Alan Hayward <alan.hayward@arm.com>
5555
5556 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5557 (gdb_write_cmd_file): New procedure.
5558 * lib/gdbserver-support.exp (gdbserver_start): Call
5559 gdbserver_write_cmd_file.
5560 (gdbserver_write_cmd_file): New procedure.
5561
f9e2e39d
AH
55622019-05-17 Alan Hayward <alan.hayward@arm.com>
5563
5564 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5565 (delete_breakpoints): Likewise.
5566 (gdb_run_cmd): Likewise.
5567 (gdb_start_cmd): Likewise.
5568 (gdb_starti_cmd): Likewise.
5569 (gdb_internal_error_resync): Likewise.
5570 (gdb_test_multiple): Likewise.
5571 (gdb_reinitialize_dir): Likewise.
5572 (default_gdb_exit): Likewise.
5573 (gdb_file_cmd): Mark kill as optional.
5574 (default_gdb_start): Call gdb_stdin_log_init.
5575 (send_gdb): Call gdb_stdin_log_write.
5576 (rerun_to_main): Mark Y as an answer.
5577 (gdb_stdin_log_init): New function.
5578 (gdb_stdin_log_write): Likewise.
5579
81f47ac2
AH
55802019-05-17 Alan Hayward <alan.hayward@arm.com>
5581
5582 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5583 * gdb.base/debug-expr.exp: Likewise.
5584 * gdb.base/foll-fork.exp: Likewise.
5585 * gdb.base/foll-vfork.exp: Likewise.
5586 * gdb.base/fork-print-inferior-events.exp: Likewise.
5587 * gdb.base/gdb-sigterm.exp: Likewise.
5588 * gdb.base/gdbinit-history.exp: Likewise.
5589 * gdb.base/osabi.exp: Likewise.
5590 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5591 * gdb.base/ui-redirect.exp: Likewise.
5592 * gdb.gdb/unittest.exp: Likewise.
5593 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5594 * gdb.mi/mi-watch.exp: Likewise.
5595 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5596 * gdb.mi/user-selected-context-sync.exp: Likewise.
5597 * gdb.python/python.exp: Disable debug test when debugging.
5598 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5599 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5600 Likewise.
5601 * gdb.threads/stepi-random-signal.exp: Likewise.
5602
29b52314
AH
56032019-05-17 Alan Hayward <alan.hayward@arm.com>
5604
5605 * Makefile.in: Pass through GDB_DEBUG.
5606 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5607 (gdb,debug): Add board setting.
5608 * lib/gdb.exp (default_gdb_start): Start debugging.
5609 (gdb_debug_enabled): New procedure.
5610 (gdb_debug_init): Likewise.
29b52314
AH
5611
56122019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 5613
29b52314
AH
5614 * Makefile.in: Pass through GDB_DEBUG.
5615 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5616 (gdb,debug): Add board setting.
5617 * lib/gdb.exp (default_gdb_start): Start debugging.
5618 (gdb_debug_enabled): New procedure.
5619 (gdb_debug_init): Likewise.
29b52314 5620
ca1285d1
AH
56212019-05-17 Alan Hayward <alan.hayward@arm.com>
5622
5623 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5624
f3a09c80
AH
56252019-05-17 Alan Hayward <alan.hayward@arm.com>
5626
5627 * gdb.base/ui-redirect.exp: Test redirection.
5628
26648588
JV
56292019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5630
5631 * gdb.mi/mi-complete.exp: New file.
5632 * gdb.mi/mi-complete.cc: Likewise.
5633
14237686
AB
56342019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5635
5636 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5637 indexed and sliced arrays, and pointers to arrays.
5638
e7bd7fba
TT
56392019-05-14 Tom Tromey <tromey@adacore.com>
5640
5641 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5642 styling test.
5643
2764128d
TV
56442019-05-14 Tom de Vries <tdevries@suse.de>
5645
5646 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5647 selection entry encoding.
5648
71bed2db
TT
56492019-05-10 Tom Tromey <tromey@adacore.com>
5650
5651 * gdb.ada/info_exc.exp: Add "complete" test.
5652
63b667ad
TV
56532019-05-09 Tom de Vries <tdevries@suse.de>
5654
5655 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5656 CU-relative.
5657
9cfd2b89
TV
56582019-05-09 Tom de Vries <tdevries@suse.de>
5659
5660 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5661 CU-relative.
5662
2228ef77
XR
56632019-05-08 Joel Brobecker <brobecker@adacore.com>
5664
5665 * gdb.ada/frame_arg_lang.exp: New testcase.
5666 * gdb.ada/frame_arg_lang/bla.adb: New file.
5667 * gdb.ada/frame_arg_lang/pck.ads: New file.
5668 * gdb.ada/frame_arg_lang/pck.adb: New file.
5669 * gdb.ada/frame_arg_lang/foo.c: New file.
5670
80e55b13
TT
56712019-05-08 Tom Tromey <tromey@adacore.com>
5672
5673 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5674
9d3421af
TT
56752019-05-08 Tom Tromey <tromey@adacore.com>
5676
5677 * gdb.base/ptype-offsets.exp: Update tests.
5678
844333e2
TT
56792019-05-08 Tom Tromey <tromey@adacore.com>
5680
5681 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5682 cases.
5683 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5684 "short".
5685
988915ee
TT
56862019-05-08 Tom Tromey <tromey@adacore.com>
5687
5688 * gdb.ada/vla.exp: New file.
5689 * gdb.ada/vla/vla.adb: New file.
5690
7bd55dac
TV
56912019-05-07 Tom de Vries <tdevries@suse.de>
5692
5693 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5694
75f06e9d
TV
56952019-05-07 Tom de Vries <tdevries@suse.de>
5696
5697 PR testsuite/24522
5698 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5699 section.
5700
77e7aaa4
TV
57012019-05-07 Tom de Vries <tdevries@suse.de>
5702
5703 PR testsuite/24522
5704 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5705 .debug_aranges section.
5706
456ba0fa
TV
57072019-05-07 Tom de Vries <tdevries@suse.de>
5708
5709 PR testsuite/24159
5710 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5711
5a56d6a6
TV
57122019-05-06 Tom de Vries <tdevries@suse.de>
5713
5714 * lib/gdb.exp (exec_has_index_section): New proc.
5715 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5716 section.
5717
9d6d4be8
TV
57182019-05-04 Tom de Vries <tdevries@suse.de>
5719
5720 * boards/cc-with-debug-names.exp: New file.
5721
222a8d25
TT
57222019-05-03 Tom Tromey <tromey@adacore.com>
5723
5724 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5725 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5726 * gdb.ada/char_enum.exp: Add test.
5727
0fdfd794
TV
57282019-05-03 Tom de Vries <tdevries@suse.de>
5729
5730 * boards/cc-with-gdb-index.exp: New file.
5731
80062eb9
AB
57322019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5733
5734 * gdb.rust/simple.exp: Add new test case.
5735 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5736 (main): Initialise an instance of the new struct.
5737
4504bbde
TT
57382019-05-01 Tom Tromey <tromey@adacore.com>
5739
5740 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5741 record.
5742 (NPR): New variable.
5743 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5744 test.
5745
d48e62f4
TT
57462019-05-01 Tom Tromey <tromey@adacore.com>
5747
5748 * gdb.ada/packed_array_assign.exp: Add packed assignment
5749 regression test.
5750
f59f30f5
TV
57512019-05-01 Tom de Vries <tdevries@suse.de>
5752
5753 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5754
b70bfc54
TV
57552019-05-01 Tom de Vries <tdevries@suse.de>
5756
5757 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5758
15f18d14
AT
57592019-04-30 Ali Tamur <tamur@google.com>
5760
5761 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5762
2ff0a947
TT
57632019-04-30 Tom Tromey <tromey@adacore.com>
5764
5765 * lib/ada.exp (find_ada_tool): New proc.
5766 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5767 * gdb.ada/catch_ex_std.exp: New file.
5768 * gdb.ada/catch_ex_std/foo.adb: New file.
5769 * gdb.ada/catch_ex_std/some_package.adb: New file.
5770 * gdb.ada/catch_ex_std/some_package.ads: New file.
5771
a776957c
TT
57722019-04-30 Tom Tromey <tromey@adacore.com>
5773
5774 PR c++/24470:
5775 * gdb.cp/temargs.cc: Add test code from PR.
5776
bc68014d
AB
57772019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5778
5779 * gdb.fortran/vla-datatypes.exp: Update expected results.
5780 * gdb.fortran/vla-ptype.exp: Likewise.
5781 * gdb.fortran/vla-type.exp: Likewise.
5782 * gdb.fortran/vla-value.exp: Likewise.
5783
f1fdc960
AB
57842019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5785
5786 * gdb.fortran/ptr-indentation.exp: Update expected results.
5787 * gdb.fortran/ptype-on-functions.exp: Likewise.
5788 * gdb.fortran/vla-ptr-info.exp: Likewise.
5789 * gdb.fortran/vla-value.exp: Likewise.
5790
bf7a4de1
AB
57912019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5792
5793 * gdb.fortran/ptype-on-functions.exp: New file.
5794 * gdb.fortran/ptype-on-functions.f90: New file.
5795
bbe75b9d
AB
57962019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5797
5798 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5799 case void string.
5800
1db455a7
AB
58012019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5802
5803 * gdb.fortran/complex.exp: Expand.
5804 * gdb.fortran/complex.f: Renamed to...
5805 * gdb.fortran/complex.f90: ...this, and extended to add more
5806 complex values.
5807
b6d03bb2
AB
58082019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5809
5810 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5811 MODULO, CMPLX.
5812
2e62ab40
AB
58132019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5814 Richard Bunt <richard.bunt@arm.com>
5815
5816 * gdb.base/max-depth.c: New file.
5817 * gdb.base/max-depth.exp: New file.
5818 * gdb.python/py-nested-maps.c: New file.
5819 * gdb.python/py-nested-maps.exp: New file.
5820 * gdb.python/py-nested-maps.py: New file.
5821 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5822 (test_all_common): Call test_max_depth.
5823 * gdb.fortran/max-depth.exp: New file.
5824 * gdb.fortran/max-depth.f90: New file.
5825 * gdb.go/max-depth.exp: New file.
5826 * gdb.go/max-depth.go: New file.
5827 * gdb.modula2/max-depth.exp: New file.
5828 * gdb.modula2/max-depth.c: New file.
5829 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5830
d2b584a5
TV
58312019-04-29 Tom de Vries <tdevries@suse.de>
5832
5833 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5834
136afab8
PW
58352019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5836
5837 * gdb.base/callexit.exp: Test may-call-functions off.
5838
725cbb63
KS
58392019-04-25 Keith Seitz <keiths@redhat.com>
5840
5841 PR c++/24367
5842 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5843 (another_incomplete_struct, test_incomplete): New definitions.
5844 (main): Use new definitions.
5845 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5846 functions.
5847
701adfb0
PA
58482019-04-25 Ali Tamur <tamur@google.com>
5849
5850 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5851
82433e3e
SDJ
58522019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5853
5854 PR corefiles/11608
5855 PR corefiles/18187
5856 * gdb.base/coredump-filter-build-id.exp: New file.
5857
dd06d4d6
AH
58582019-04-25 Alan Hayward <alan.hayward@arm.com>
5859
e79be6e5
SM
5860 * Makefile.in: Pass through GDBSERVER_DEBUG.
5861 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5862 (gdbserver,debug): Add board setting.
5863 * gdb.trace/tspeed.exp: Skip when debugging.
5864 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5865 * lib/gdbserver-support.exp: Likewise
dd06d4d6 5866
1670072e
TT
58672019-04-24 Tom Tromey <tromey@adacore.com>
5868
5869 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5870 Rust.
5871
a59240a4
TT
58722019-04-24 Tom Tromey <tromey@adacore.com>
5873
5874 * gdb.arch/amd64-eval.exp: Test bitfield return.
5875 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5876 (class Foo) <return_bitfields>: New method.
5877 (main): Call it.
5878
b907456c
AB
58792019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5880
5881 * gdb.cp/many-args.cc: New file.
5882 * gdb.cp/many-args.exp: New file.
5883
5c565afd
TV
58842019-04-23 Tom de Vries <tdevries@suse.de>
5885
5886 PR gdb/24433
5887 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5888
ba22ff86
AH
58892019-04-23 Alan Hayward <alan.hayward@arm.com>
5890
5891 * gdb.trace/backtrace.exp: Use nopie flag.
5892 * gdb.trace/circ.exp: Likewise.
5893 * gdb.trace/collection.exp: Likewise.
5894 * gdb.trace/ftrace.exp: Likewise.
5895 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5896 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5897 * gdb.trace/qtro.exp: Likewise.
5898 * gdb.trace/read-memory.exp: Likewise.
5899 * gdb.trace/report.exp: Likewise.
5900 * gdb.trace/tfile.exp: Likewise.
5901 * gdb.trace/tfind.exp: Likewise.
5902 * gdb.trace/unavailable.exp: Likewise.
5903
7905fc35
PA
59042019-04-22 Pedro Alves <palves@redhat.com>
5905
5906 * gdb.base/solib-probes-nosharedlibrary.c,
5907 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5908
8ecb59f8
TT
59092019-04-19 Tom Tromey <tromey@adacore.com>
5910
5911 * gdb.ada/ptype_union.c: New file.
5912 * gdb.ada/ptype_union.exp: New file.
5913
62160ec9
TT
59142019-04-19 Tom Tromey <tromey@adacore.com>
5915
5916 PR symtab/24423:
5917 * gdb.base/list0.h (foo): Add a control-l character.
5918
36cd4ba5
TV
59192019-04-18 Tom de Vries <tdevries@suse.de>
5920
5921 PR gdb/24433
5922 * boards/local-board.exp: Set sysroot to "".
5923
b73715df
TV
59242019-04-18 Tom de Vries <tdevries@suse.de>
5925 Pedro Alves <palves@redhat.com>
5926
5927 PR gdb/24454
5928 * gdb.threads/vfork-follow-child-exec.c: New file.
5929 * gdb.threads/vfork-follow-child-exec.exp: New file.
5930 * gdb.threads/vfork-follow-child-exit.c: New file.
5931 * gdb.threads/vfork-follow-child-exit.exp: New file.
5932
4aa866af
LS
59332019-04-15 Leszek Swirski <leszeks@google.com>
5934
5935 * gdb.arch/amd64-eval.cc: New file.
5936 * gdb.arch/amd64-eval.exp: New file.
5937
e5a1a79a
AH
59382019-04-11 Alan Hayward <alan.hayward@arm.com>
5939
5940 * gdb.server/sysroot.c: New test.
5941 * gdb.server/sysroot.exp: New file.
5942 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5943 matching param.
5944
41077b66
AB
59452019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5946
5947 * gdb.base/align.exp: Extend test to cover structures containing
5948 only static fields.
5949
c30391f8
TV
59502019-04-11 Tom de Vries <tdevries@suse.de>
5951
5952 * boards/cc-with-dwz-m.exp: New file.
5953 * boards/cc-with-dwz.exp: New file.
5954 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5955
e242fd12
SM
59562019-04-09 Simon Marchi <simon.marchi@efficios.com>
5957
5958 * gdb.base/start-cpp.exp: New file.
5959 * gdb.base/start-cpp.cc: New file.
5960
2b0c8b01
KB
59612019-04-08 Kevin Buettner <kevinb@redhat.com>
5962
5963 * gdb.python/py-thrhandle.exp: Adjust tests to call
5964 thread_from_handle instead of thread_from_thread_handle.
5965
947210e5
KB
59662019-04-08 Kevin Buettner <kevinb@redhat.com>
5967
5968 * gdb.python/py-thrhandle.exp: Add tests for
5969 gdb.InferiorThread.handle.
5970
d7df6549
AB
59712019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5972
5973 * gdb.python/py-function.exp: Check calling helper function from
5974 all languages.
5975 * lib/gdb.exp (gdb_supported_languages): New proc.
5976
8bdc1658
AB
59772019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5978
5979 * gdb.base/complex-parts.c: New file.
5980 * gdb.base/complex-parts.exp: New file.
5981
05caa1d2
TT
59822019-04-01 Tom Tromey <tromey@adacore.com>
5983
5984 PR symtab/23331:
5985 * gdb.dwarf2/dw2-ranges-main.c: New file.
5986 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5987 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5988
7734102d
EZ
59892019-03-30 Simon Marchi <simark@simark.ca>
5990
5991 * gdb.base/default.exp: Add values for $_gdb_major and
5992 $_gdb_minor.
5993
188e1fa9
TT
59942019-03-29 Tom Tromey <tromey@adacore.com>
5995
5996 * gdb.base/help.exp: Tighten apropos regexp.
5997
2880242d
KS
59982019-03-29 Keith Seitz <keiths@redhat.com>
5999
6000 * gdb.fortran/array-bounds.exp: New file.
6001 * gdb.fortran/array-bounds.f90: New file.
6002
077cad8e
PW
60032019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6004
6005 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
6006
80047cfc
PW
60072019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6008
6009 * gdb.multi/hello.c (main): Increase alarm timer.
6010
f489207e
SL
60112019-03-28 Sandra Loosemore <sandra@codesourcery.com>
6012
6013 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
6014 factor when no hardware watchpoint support.
6015
c92df149
AH
60162019-03-28 Alan Hayward <alan.hayward@arm.com>
6017 Pedro Alves <palves@redhat.com>
6018
6019 * boards/local-board.exp: set sysroot to /.
6020
933aebfa
AH
60212019-03-27 Alan Hayward <alan.hayward@arm.com>
6022
6023 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
6024 in child.
6025
9f9aa852
AB
60262019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6027
6028 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
6029 field.
6030 (make_container): Initialise new field.
6031 * gdb.python/py-prettyprint.exp: Add new tests.
6032 * gdb.python/py-prettyprint.py (class ContainerPrinter)
6033 <display_hint>: New method.
6034
3714a195
AB
60352019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6036
6037 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
6038 gdb_continue_to_breakpoint more throughout this test.
6039 (run_lang_tests) Supply unique test names, and use
6040 gdb_test_no_output.
6041
18c77628
AB
60422019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6043
6044 * gdb.base/finish-pretty.exp: Update expected results.
6045 * gdb.base/pretty-print.c: New file.
6046 * gdb.base/pretty-print.exp: New file.
6047
9a93502f
PA
60482019-03-25 Pedro Alves <palves@redhat.com>
6049
6050 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
6051 move comments outside list. Append '-i "" eof' section.
6052
968aa7ae
AH
60532019-03-22 Alan Hayward <alan.hayward@arm.com>
6054
34a7f2a4 6055 PR testsuite/25016
968aa7ae
AH
6056 * README: Add pie options.
6057 * gdb.base/break-interp.exp: Ensure pie is disabled.
6058 * gdb.base/dump.exp: Likewise.
6059 * lib/gdb.exp (gdb_compile): Add pie option.
6060
4c7d57e7
TT
60612019-03-19 Tom Tromey <tromey@adacore.com>
6062
6063 * gdb.mi/mi2-cli-display.c: New file.
6064 * gdb.mi/mi2-cli-display.exp: New file.
6065
bff8c71f
TT
60662019-03-18 Joel Brobecker <brobecker@adacore.com>
6067 Tom Tromey <tromey@adacore.com>
6068
6069 * gdb.ada/ptype_array/pck.adb: New file.
6070 * gdb.ada/ptype_array/pck.ads: New file.
6071 * gdb.ada/ptype_array/foo.adb: New file.
6072 * gdb.ada/ptype_array.exp: New file.
6073
d085f989
TT
60742019-03-14 Tom Tromey <tromey@adacore.com>
6075
6076 * gdb.base/style.exp: Add "set style sources" test.
6077
b4be1b06
SM
60782019-03-13 Simon Marchi <simon.marchi@ericsson.com>
6079
6080 * mi-breakpoint-location-ena-dis.exp: Rename to ...
6081 * mi-breakpoint-multiple-locations.exp: ... this.
6082 (make_breakpoints_pattern): New proc.
6083 (do_test): Add mi_version parameter, test -break-insert,
6084 -break-info and =breakpoint-created.
6085
7cde5fc2
AB
60862019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
6087
6088 * config/default.exp: Remove 'load_lib gdb.exp'.
6089 * config/monitor.exp: Likewise.
6090 * config/sid.exp: Likewise.
6091 * config/sim.exp: Likewise.
6092 * config/slite.exp: Likewise.
6093 * config/unix.exp: Likewise.
6094 * gdb.base/default.exp: Remove unhelpful comment.
6095
efbecbc1
AB
60962019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6097
6098 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
6099
0841c79a
AB
61002019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6101
6102 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
6103
4a270568
AB
61042019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6105
6106 * gdb.fortran/type-kinds.exp: Update expected results.
6107
067630bd
AB
61082019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6109
6110 * gdb.fortran/type-kinds.exp: Test new integer type kind.
6111
3be47f7a
AB
61122019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6113
6114 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
6115 function.
6116 (test_basic_parsing_of_type_kinds): Expand types tested.
6117 (test_parsing_invalid_type_kinds): New function.
6118
4d00f5d8
AB
61192019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6120
6121 * gdb.fortran/intrinsics.exp: New file.
6122 * gdb.fortran/intrinsics.f90: New file.
6123 * gdb.fortran/type-kinds.exp: New file.
6124
c8f91604
AB
61252019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6126
6127 * gdb.fortran/dot-ops.exp: New file.
6128
dd9f2c76
AB
61292019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6130
6131 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
6132 Check upper and lower case logical literals.
6133
84ec9724
AB
61342019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6135
6136 * gdb.fortran/types.exp (test_float_literal_types_accepted):
6137 Remove duplicate tests.
6138
c3734e09
AH
61392019-03-06 Alan Hayward <alan.hayward@arm.com>
6140
6141 * lib/gdb.exp (builtin_cd): rename of cd.
6142 (cd): Override builtin.
6143
aa3cfbda
RB
61442019-03-06 Richard Bunt <richard.bunt@arm.com>
6145
6146 * gdb.fortran/function-calls.exp: New file.
6147 * gdb.fortran/function-calls.f90: New test.
6148
7b63ad86
RB
61492019-03-04 Richard Bunt <richard.bunt@arm.com>
6150
6151 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6152 on user program standard output.
6153 * gdb.fortran/short-circuit-argument-list.f90: Record function
6154 calls.
6155
01abb042
AH
61562019-02-28 Alan Hayward <alan.hayward@arm.com>
6157
c3734e09
AH
6158 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6159 failure.
01abb042 6160
92137da0
RO
61612019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6162
6163 PR gdb/8527
6164 * gdb.base/interrupt-daemon-attach.c,
6165 gdb.base/interrupt-daemon-attach.exp: New test.
6166
5862844d
PA
61672019-02-27 Pedro Alves <palves@redhat.com>
6168
6169 * gdb.base/page.exp: Add tests for "set width/height -1".
6170
8ed25214
PA
61712019-02-27 Pedro Alves <palves@redhat.com>
6172
6173 * gdb.base/page.exp: Add tests for "set/show width/height" with
6174 "infinite" values.
6175
6c28e44a
TT
61762019-02-27 Tom Tromey <tromey@adacore.com>
6177
6178 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6179 2.4.
6180 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6181 workaround.
6182
bf9a735e
AB
61832019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6184
6185 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6186 tests for structs with static members.
6187
8791793c
TT
61882019-02-26 Tom Tromey <tromey@adacore.com>
6189
6190 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6191 ValueError, not TypeError.
6192
bc2a507e
KB
61932019-02-26 Kevin Buettner <kevinb@redhat.com>
6194
6195 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6196 call from main program.
6197
e0e7d3bd
JB
61982019-02-23 Joel Brobecker <brobecker@adacore.com>
6199
6200 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6201 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6202 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6203 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6204 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6205
9600246d
KS
62062019-02-22 Keith Seitz <keiths@redhat.com>
6207
6208 PR symtab/23853
6209 * gdb.base/symlink-sourcefile.c: New file.
6210 * gdb.base/symlink-sourcefile.exp: New file.
6211
0c95f9ed
TT
62122019-02-20 Tom Tromey <tom@tromey.com>
6213
6214 * gdb.base/info_qt.exp: Update.
6215
6caa91b6
SM
62162019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6217
6218 * gdb.base/source.exp: Move "error in sourced script" code to
6219 the end.
6220 * gdb.base/source-error.gdb: Move contents to
6221 source-error-1.gdb. Add new code to source source-error-1.gdb.
6222 * gdb.base/source-error-1.gdb: New file, from previous
6223 source-error.gdb.
6224
6506371f
TT
62252019-02-17 Tom Tromey <tom@tromey.com>
6226
6227 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6228 for macro styling.
6229 * gdb.base/style.c (SOME_MACRO): New macro.
6230
a0087920
TT
62312019-02-17 Tom Tromey <tom@tromey.com>
6232
6233 * gdb.base/style.exp: Add line-wrapping tests.
6234 * gdb.base/page.exp: Add test for quitting during pagination.
6235
a2cd4f14
JB
62362019-02-17 Joel Brobecker <brobecker@adacore.com>
6237
6238 * gdb.ada/big_packed_array: New testcase.
6239 * gdb.ada/homonym.exp: Fix incorrect expected output for
6240 "break <homonym__get_value>" test.
6241
9d70ffbc
WP
62422019-02-13 Weimin Pan <weimin.pan@oracle.com>
6243
6244 PR breakpoints/21870
6245 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6246 and prepare_for_testing. Add comment.
6247 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6248 redundant cleanup call. Clean up comment.
6249
01c7ae81
WP
62502019-02-12 Weimin Pan <weimin.pan@oracle.com>
6251
6252 PR breakpoints/21870
6253 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6254 * gdb.arch/aarch64-dbreg-contents.c: New file.
6255
aff29d1c
JB
62562019-02-10 Joel Brobecker <brobecker@adacore.com>
6257
6258 * gdb.ada/mi_ref_changeable: New testcase.
6259
df0da8a2
AH
62602019-02-07 Alan Hayward <alan.hayward@arm.com>
6261
6262 * gdb.base/attach.exp: Add double attach test.
6263
bd447abb
SM
62642019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6265
6266 * lib/gdb.exp (default_gdb_start): Don't match pagination
6267 prompt.
6268 (gdb_init): Set stty_init.
6269
1dbc40b9
TT
62702019-01-27 Tom Tromey <tom@tromey.com>
6271
6272 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6273 skip_python_tests.
6274
353229bf
AH
62752019-01-24 Alan Hayward <alan.hayward@arm.com>
6276
6277 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6278 New structure.
6279 (struct struct_static_02_02): Likewise.
6280 (struct struct_static_02_03): Likewise.
6281 (struct struct_static_02_04): Likewise.
6282 (struct struct_static_04_01): Likewise.
6283 (struct struct_static_04_02): Likewise.
6284 (struct struct_static_04_03): Likewise.
6285 (struct struct_static_04_04): Likewise.
6286 (struct struct_static_06_01): Likewise.
6287 (struct struct_static_06_02): Likewise.
6288 (struct struct_static_06_03): Likewise.
6289 (struct struct_static_06_04): Likewise.
6290 (cmp_struct_static_02_01): Likewise.
6291 (cmp_struct_static_02_02): Likewise.
6292 (cmp_struct_static_02_03): Likewise.
6293 (cmp_struct_static_02_04): Likewise.
6294 (cmp_struct_static_04_01): Likewise.
6295 (cmp_struct_static_04_02): Likewise.
6296 (cmp_struct_static_04_03): Likewise.
6297 (cmp_struct_static_04_04): Likewise.
6298 (cmp_struct_static_06_01): Likewise.
6299 (cmp_struct_static_06_02): Likewise.
6300 (cmp_struct_static_06_03): Likewise.
6301 (cmp_struct_static_06_04): Likewise.
6302 (call_all): Test new structs.
6303 * gdb.base/infcall-nested-structs.exp: Likewise.
6304
73021deb
AH
63052019-01-21 Alan Hayward <alan.hayward@arm.com>
6306 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6307
fc65c7db
AH
63082019-01-21 Alan Hayward <alan.hayward@arm.com>
6309 * gdb.base/stack-protector.c: New test.
6310 * gdb.base/stack-protector.exp: New file.
6311 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6312 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6313 option.
6314 (gdb_compile): Remove stack protector for GCC and prevent
6315 recursion.
6316
c24bdb02
KS
63172019-01-16 Keith Seitz <keiths@redhat.com>
6318
6319 PR gdb/23773
6320 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6321
6f072a10
PFC
63222019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6323
6324 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6325 aliases.
6326 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6327 tests.
6328 * gdb.arch/powerpc-vector-regs.c: New file.
6329 * gdb.arch/powerpc-vector-regs.exp: New file.
6330
a7b8d682
PFC
63312019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6332
6333 * gdb.arch/altivec-regs.exp: Fix the list passed to
6334 gdb_expect_list when testing "info vector".
6335
6eb6fb67
AB
63362019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6337
6338 * gdb.base/style.exp: Don't include path in testname.
6339
b56f80d8
KS
63402019-01-10 Keith Seitz <keiths@redhat.com>
6341
6342 PR gdb/23712
6343 PR symtab/23010
6344 * gdb.dwarf2/multidictionary.exp: New file.
6345
041be526
SM
63462019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6347
6348 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6349 (test_gnuv3_style_demangling): ... this.
6350 (test_lucid_style_demangling): Remove.
6351 (test_arm_style_demangling): Remove.
6352 (test_hp_style_demangling): Remove.
6353 (do_tests): Remove calls to the above.
6354
d820d0c3
AB
63552019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6356
6357 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6358 case.
6359
f097f5ad
TT
63602019-01-06 Tom Tromey <tom@tromey.com>
6361
6362 PR gdb/28155:
6363 * gdb.dwarf2/typedef-void-finish.exp: New file.
6364
2cd8cc0b
TT
63652018-12-28 Tom Tromey <tom@tromey.com>
6366 Simon Marchi <simark@simark.ca>
6367
6368 * gdb.base/jit-exec.exp: New file.
6369 * gdb.base/jit-exec.c: New file.
6370 * gdb.base/jit-execd.c: New file.
6371
35fb8261
TT
63722018-12-28 Tom Tromey <tom@tromey.com>
6373
6374 * gdb.base/style.exp: Update test to check for address styling.
6375
47fd17cd
TT
63762018-12-28 Tom Tromey <tom@tromey.com>
6377
6378 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6379 message.
6380
d47032b7
TT
63812018-12-28 Tom Tromey <tom@tromey.com>
6382
6383 * gdb.base/style.exp: Add test for version number styling.
6384
af79b68d
TT
63852018-12-28 Tom Tromey <tom@tromey.com>
6386
6387 * gdb.base/style.exp: Add test for print_address_symbolic.
6388
0bb296cb
TT
63892018-12-28 Tom Tromey <tom@tromey.com>
6390
6391 * gdb.base/style.exp: Add test for breakpoint setting.
6392
80ae2043
TT
63932018-12-28 Tom Tromey <tom@tromey.com>
6394
6395 * gdb.base/style.exp: Add test for variable names.
6396
cbe56571
TT
63972018-12-28 Tom Tromey <tom@tromey.com>
6398
6399 * gdb.base/style.exp: New file.
6400 * gdb.base/style.c: New file.
6401
9162a27c
TT
64022018-12-28 Tom Tromey <tom@tromey.com>
6403
6404 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6405 "dumb".
6406 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6407 the TERM environment variable.
6408
bc543c90
TT
64092018-12-27 Tom Tromey <tom@tromey.com>
6410
6411 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6412 pagination test.
6413
6f0ffe50
AB
64142018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6415
6416 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6417 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6418
b5a1e557
PW
64192018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6420
6421 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6422 Filename a.adb changed to bp_fun_addr.adb.
6423 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6424
6e8b1ab2
JV
64252018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6426
6427 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6428 non-PIE executables.
6429 * README: Mention the gdb,nopie_flag board setting.
6430 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6431 non-PIE executable.
6432 * gdb.arch/amd64-entry-value.exp: Likewise.
6433 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6434 * gdb.arch/i386-float.exp: Likewise.
6435 * gdb.arch/i386-signal.exp: Likewise.
6436 * gdb.mi/mi-reg-undefined.exp: Likewise.
6437
d00a27c5
PM
64382018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6439
6440 PR gdb/23974
6441 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6442
161d081c
PW
64432018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6444
6445 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6446 Update order of results accordingly.
6447
b001de23
AB
64482018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6449
6450 * gdb.base/annota1.exp: Update a test regexp.
6451
99e1a184
AB
64522018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6453
6454 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6455
7a81c1e2
PW
64562018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6457
6458 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6459 (reuse_time): Initialize to REUSE_TIME_CAP.
6460 (check_rc): New function.
6461 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6462 Check pthread_create rc.
6463 (spawner_thread_func): Check pthread_create and pthread_join rc.
6464
73e8dc90
PA
64652018-12-08 Pedro Alves <palves@redhat.com>
6466
6467 * gdb.base/list.exp (test_forward_search): Rename to ...
6468 (test_forward_reverse_search): ... this. Also test reverse-search
6469 and the forward-search alias.
6470
13f2ed32
AB
64712018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6472
6473 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6474 local timeout variable before return, and remove all local timeout
6475 variable entirely.
6476 (gdb_load): Likewise.
6477
64d27cfc
TV
64782018-12-01 Tom de Vries <tdevries@suse.de>
6479
6480 * gdb.base/gdb-caching-proc.exp: New file.
6481
f63c03b4
SDJ
64822018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6483
6484 * Makefile.in (TIMESTAMP): New variable.
6485 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6486 command.
6487 (check-single-racy): Likewise.
6488 (check/%.exp): Likewise.
6489 (check-racy/%.exp): Likewise.
6490 (workers/%.worker): Likewise.
6491 (build-perf): Likewise.
6492 (check-perf): Likewise.
6493 * README: Describe new "TS" and "TS_FORMAT" variables.
6494 * print-ts.py: New file.
6495
1c97054b
BF
64962018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6497
6498 PR python/23714
6499 * gdb.python/python.exp: Test command repetition after
6500 gdb.execute.
6501
1871a62d
AB
65022018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6503
6504 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6505 is correctly aligned.
6506
fb5e1ed9
PW
65072018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6508
6509 * gdb.ada/info_auto_lang.exp: New testcase.
6510 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6511 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6512 * gdb.ada/info_auto_lang/some_c.c: New file.
6513
43d397ca
PW
65142018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6515
6516 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6517 FUNC_lang language syntax.
6518
beddd671
PW
65192018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6520
6521 * gdb.base/info_minsym.c: New file.
6522 * gdb.base/info_minsym.exp: New file.
6523
73fc52c4
TT
65242018-11-19 Tom Tromey <tom@tromey.com>
6525
6526 PR rust/23625:
6527 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6528 * gdb.rust/expr.exp: Update expected output. Change one test.
6529
994b876a
TT
65302018-11-19 Tom Tromey <tom@tromey.com>
6531
6532 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6533
6769f276
PA
65342018-11-19 Pedro Alves <palves@redhat.com>
6535
6536 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6537 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6538 see the expected warning.
6539
38a72da0
AH
65402018-11-16 Alan Hayward <alan.hayward@arm.com>
6541
6542 PR gdb/22736:
6543 * gdb.cp/infcall-nodebug-lib.c: New test.
6544 * gdb.cp/infcall-nodebug-main.c: New test.
6545 * gdb.cp/infcall-nodebug.exp: New file.
6546
53a89d6e
SM
65472018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6548
6549 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6550 completer tests.
6551
9325300d
TV
65522018-11-09 Tom de Vries <tdevries@suse.de>
6553
6554 * gdb.base/msym-lang.c: New test.
6555 * gdb.base/msym-lang.exp: New file.
6556 * gdb.base/msym-lang-main.c: New test.
6557
20f0d60d
TT
65582018-11-08 Tom Tromey <tom@tromey.com>
6559
6560 PR gdb/23555:
6561 PR gdb/23838:
6562 * gdb.base/warning.exp: New file.
6563
b5420128
JB
65642018-11-08 Jan Beulich <jbeulich@suse.com>
6565
6566 * testsuite/gdb.arch/i386-avx512.c,
6567 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6568
cd115d61
AB
65692018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6570
6571 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6572 point hardware.
6573
35ee2dc2
AB
65742018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6575
6576 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6577 * gdb.dwarf2/missing-type-name.exp: New file.
6578
31aceee8
TV
65792018-11-06 Tom de Vries <tdevries@suse.de>
6580
6581 * gdb.base/many-headers.c: New test.
6582 * gdb.base/many-headers.exp: New file.
6583
109be305
JW
65842018-11-06 Jim Wilson <jimw@sifive.com>
6585
6586 * gdb.base/code_elim.exp: For riscv, set additional_flags
6587 to include -msmall-data-limit=0.
6588
e2b7af72
JB
65892018-11-01 Joel Brobecker <brobecker@adacore.com>
6590
6591 * gdb.ada/watch_minus_l: New testcase.
6592
cdcda965
SM
65932018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6594
6595 * gdb.arch/aix-sighandle.c: New file.
6596 * gdb.arch/aix-sighandle.exp: New file.
6597
92dcebf3
AB
65982018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6599
6600 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6601 registers being unions.
6602
68b9ac18
TV
66032018-10-31 Tom de Vries <tdevries@suse.de>
6604
6605 * lib/valgrind.exp: New file.
6606 (vgdb_start, vgdb_stop): New procs, factored out of ...
6607 * gdb.base/valgrind-bt.exp: ... here, ...
6608 * gdb.base/valgrind-disp-step.exp: ... here and ...
6609 * gdb.base/valgrind-infcall.exp: ... here.
6610
1443936e
TV
66112018-10-31 Tom de Vries <tdevries@suse.de>
6612
6613 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6614
eb77c9df
AB
66152018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6616
6617 * gdb.dwarf2/void-type.c: New file.
6618 * gdb.dwarf2/void-type.exp: New file.
6619
82b5e646
PW
66202018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6621
6622 * gdb.base/info_qt.c: New file.
6623 * gdb.base/info_qt.exp: New file.
6624
8d619c01
EBM
66252018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6626
6627 * gdb.arch/powerpc-htm-regs.c: New file.
6628 * gdb.arch/powerpc-htm-regs.exp: New file.
6629
f2cf6173
EBM
66302018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6631
6632 * gdb.arch/powerpc-tar.c: New file.
6633 * gdb.arch/powerpc-tar.exp: New file.
6634
7ca18ed6
EBM
66352018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6636
6637 * gdb.arch/powerpc-ppr-dscr.c: New file.
6638 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6639
bfcc0eba
TV
66402018-10-25 Tom de Vries <tdevries@suse.de>
6641
6642 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6643
fe1a5cad
TV
66442018-10-24 Tom de Vries <tdevries@suse.de>
6645
6646 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6647 longer exists error.
6648
a76dc3b7
TV
66492018-10-24 Tom de Vries <tdevries@suse.de>
6650
6651 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6652
4df46df7
TV
66532018-10-24 Tom de Vries <tdevries@suse.de>
6654
6655 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6656 --db-attach in valgrind.
6657
0dbfcfff
AB
66582018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6659
6660 * gdb.arch/riscv-reg-aliases.c: New file.
6661 * gdb.arch/riscv-reg-aliases.exp: New file.
6662
b04480b1
AH
66632018-10-19 Alan Hayward <alan.hayward@arm.com>
6664
6665 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6666
2c6ac8d7
AH
66672018-10-19 Alan Hayward <alan.hayward@arm.com>
6668
6669 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6670
2bc69f25
AH
66712018-10-19 Alan Hayward <alan.hayward@arm.com>
6672
6673 * gdb.cp/ovldbreak.exp: Fix regexps.
6674
1f1ae3a3
AH
66752018-10-19 Alan Hayward <alan.hayward@arm.com>
6676
6677 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6678
94c18618
SDJ
66792018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6680
6681 PR cli/23785
6682 * gdb.base/restore.exp: New test to check if "restore" with an
6683 invalid file doesn't segfault.
6684
812cd6eb
TV
66852018-10-18 Tom de Vries <tdevries@suse.de>
6686
6687 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6688 * gdb.ada/excep_handle.exp: Same.
6689 * gdb.ada/mi_string_access.exp: Same.
6690 * gdb.ada/mi_var_union.exp: Same.
6691 * gdb.arch/arc-analyze-prologue.exp: Same.
6692 * gdb.arch/arc-decode-insn.exp: Same.
6693 * gdb.base/readnever.exp: Same.
6694 * gdb.fortran/printing-types.exp: Same.
6695 * gdb.guile/scm-lazy-string.exp: Same.
6696
c4b90788
TV
66972018-10-16 Tom de Vries <tdevries@suse.de>
6698
6699 PR gdb/23730
6700 * gdb.base/catch-follow-exec.c: Add copyright notice.
6701 * gdb.base/catch-follow-exec.exp: Rewrite to use
6702 gdb_spawn_with_cmdline_opts. Require gdb-native.
6703
8bca2978
SL
67042018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6705
6706 * gdb.trace/actions-changed.exp: Check for arch support.
6707 * gdb.trace/actions.exp: Likewise.
6708 * gdb.trace/ax.exp: Likewise.
6709 * gdb.trace/backtrace.exp: Likewise.
6710 * gdb.trace/change-loc.exp: Likewise.
6711 * gdb.trace/deltrace.exp: Likewise.
6712 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6713 * gdb.trace/ftrace.exp: Likewise.
6714 * gdb.trace/infotrace.exp: Check for arch support.
6715 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6716 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6717 * gdb.trace/mi-tsv-changed.exp: Likewise.
6718 * gdb.trace/packetlen.exp: Likewise.
6719 * gdb.trace/passc-dyn.exp: Likewise.
6720 * gdb.trace/passcount.exp: Likewise.
6721 * gdb.trace/pending.exp: Likewise.
6722 * gdb.trace/range-stepping.exp: Check for shlib support.
6723 * gdb.trace/report.exp: Check for arch support.
6724 * gdb.trace/save-trace.exp: Likewise.
6725 * gdb.trace/signal.exp: Check for signal support.
6726 * gdb.trace/tfind.exp: Check for arch support.
6727 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6728 * gdb.trace/trace-common.h: Add comment.
6729 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6730 * gdb.trace/trace-enable-disable.exp: Likewise.
6731 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6732 * gdb.trace/tracecmd.exp: Check for arch support.
6733 * gdb.trace/tspeed.exp: Check for shlib and target support.
6734 * gdb.trace/tstatus.exp: Check for arch support.
6735 * gdb.trace/tsv.exp: Likewise.
6736 * gdb.trace/while-dyn.exp: Likewise.
6737 * gdb.trace/while-stepping.exp: Likewise.
6738 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6739
f9c49bff
SM
67402018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6741
6742 * gdb.trace/tspeed.exp: Remove nowarnings.
6743 (prepare_for_trace_test): Declare "global ipalib".
6744 * gdb.trace/tspeed.c: Include unistd.h.
6745 (main): Remove superfluous printf argument.
6746
d4330bde
SL
67472018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6748
6749 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6750 directory prefix on the filename.
6751
8ecfd7bd
SDJ
67522018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6753
6754 * gdb.gdb/unittest.exp: Update expected message informing that
6755 selftests have been disabled.
6756 * gdb.server/unittest.exp: Likewise.
6757
58bbcd02
TV
67582018-10-09 Tom de Vries <tdevries@suse.de>
6759
6760 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6761 with runto_main.
6762
9f6b697b
WP
67632018-10-08 Weimin Pan <weimin.pan@oracle.com>
6764
6765 PR c++/16841
6766 * gdb.cp/virtbase2.cc: New file.
6767 * gdb.cp/virtbase2.exp: New file.
6768
add5ded5
TT
67692018-10-06 Tom Tromey <tom@tromey.com>
6770
6771 PR python/19399:
6772 * gdb.python/py-inferior.exp: Add architecture test.
6773
f9e48344
TT
67742018-10-06 Tom Tromey <tom@tromey.com>
6775
6776 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6777 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6778
2a8be203
TT
67792018-10-06 Tom Tromey <tom@tromey.com>
6780
6781 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6782 of a "throw" catchpoint.
6783
e04caa70
SDJ
67842018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6785
6786 * gdb.base/info-proc.exp: Update string expected from "help info
6787 proc".
6788
5ca8c39f
TT
67892018-10-04 Tom Tromey <tom@tromey.com>
6790
6791 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6792 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6793 (test_initial_complaints, test_empty_complaints): Update.
6794 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6795
3453e7e4
TT
67962018-10-04 Tom Tromey <tom@tromey.com>
6797
6798 PR cli/19551:
6799 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6800 * lib/gdb.exp (gdb_file_cmd): Update.
6801 * gdb.stabs/weird.exp (print_weird_var): Update.
6802 * gdb.server/solib-list.exp: Update.
6803 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6804 * gdb.mi/mi-cli.exp: Update.
6805 * gdb.linespec/linespec.exp: Update.
6806 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6807 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6808 * gdb.cp/cp-relocate.exp: Update.
6809 * gdb.base/sym-file.exp: Update.
6810 * gdb.base/relocate.exp: Update.
6811 * gdb.base/readnever.exp: Update.
6812 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6813 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6814 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6815 * gdb.base/code_elim.exp: Update.
6816 * gdb.base/break-unload-file.exp (test_break): Update.
6817 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6818 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6819 Update.
6820 * gdb.base/attach.exp (do_attach_tests): Update.
6821 * gdb.base/sepdebug.exp: Update.
6822 * gdb.python/py-section-script.exp: Update.
6823
6afcf761
TT
68242018-10-04 Tom Tromey <tom@tromey.com>
6825
6826 PR cli/22234:
6827 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6828 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6829 output.
6830
fef1b293
TT
68312018-10-04 Tom Tromey <tom@tromey.com>
6832
6833 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6834 set width and height to 0.
6835 (test_command_line_attach_run): Use -quiet.
6836
ca98345e
SL
68372018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6838
6839 * lib/gdb.exp (skip_ifunc_tests): New.
6840 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6841 other compile failures.
6842 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6843
ff34e6ae
SM
68442018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6845
6846 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6847 is_amd64_regs_target.
6848
6bb8890e
AH
68492018-10-01 Alan Hayward <alan.hayward@arm.com>
6850
6851 * gdb.arch/aarch64-sighandler-regs.c: New test.
6852 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6853 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6854
224d30d3
MM
68552018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6856
6857 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6858 assembly.
6859
f67ffa6a
AB
68602018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6861
6862 * gdb.base/frame-selection.exp: New file.
6863 * gdb.base/frame-selection.c: New file.
6864
9fc3183f
AH
68652018-09-27 Alan Hayward <alan.hayward@arm.com>
6866
6867 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6868 pthread barrier.
6869 (main): Likewise.
6870
d354055e
AB
68712018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6872
6873 * gdb.base/large-frame-1.c: New file.
6874 * gdb.base/large-frame-2.c: New file.
6875 * gdb.base/large-frame.exp: New file.
6876 * gdb.base/large-frame.h: New file.
6877
db727370
JL
68782018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6879
6880 PR gdb/20948
6881 * gdb.base/write_mem.exp: New test.
6882 * gdb.base/write_mem.c: Likewise.
6883
ae778caf
TT
68842018-09-23 Tom Tromey <tom@tromey.com>
6885
6886 PR python/18852:
6887 * gdb.python/py-parameter.exp: Add test for parameter that throws
6888 on "set".
6889
fd3ba736
TT
68902018-09-23 Tom Tromey <tom@tromey.com>
6891
6892 PR python/17284:
6893 * gdb.python/py-template.exp (test_template_arg): Add test for
6894 negative template argument number.
6895
39a24317
TT
68962018-09-23 Tom Tromey <tom@tromey.com>
6897
6898 PR python/14062:
6899 * gdb.python/python.exp: Add test for post_event error.
6900
f5769a2c
TT
69012018-09-23 Tom Tromey <tom@tromey.com>
6902
6903 PR python/18170:
6904 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6905 convert pointers to int and long.
6906
1c1e54f6
TT
69072018-09-23 Tom Tromey <tom@tromey.com>
6908
6909 PR python/20126:
6910 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6911 signed-ness conversion tests.
6912
fb4fa946
TT
69132018-09-23 Tom Tromey <tom@tromey.com>
6914
6915 PR python/18352;
6916 * gdb.python/py-value.exp (test_float_conversion): New proc.
6917 Use it.
6918
a466edac
HAQ
69192018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6920
6921 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6922
4ee9b0c5
SL
69232018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6924
6925 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6926 no readline.
6927 * gdb.base/utf8-identifiers.exp: Likewise.
6928 * gdb.cp/cpcompletion.exp: Likewise.
6929 * gdb.linespec/cpcompletion.exp: Likewise.
6930 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6931 * gdb.linespec/cpls-ops.exp: Likewise.
6932
23be8da7
RB
69332018-09-19 Richard Bunt <richard.bunt@arm.com>
6934 Chris January <chris.january@arm.com>
6935
6936 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6937 * gdb.fortran/short-circuit-argument-list.exp: New file.
6938 * gdb.fortran/short-circuit-argument-list.f90: New test.
6939
5031d0ae
SDJ
69402018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6941
6942 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6943 "arch=" keyword when executing "-stack-list-frames".
6944
b4c0d1a4
SDJ
69452018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6946
6947 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6948 "arch=" keyword when executing "-stack-list-frames".
6949
7a6d2b45
SDJ
69502018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6951
6952 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6953 break ada".
6954
8588b356
SM
69552018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6956
6957 PR python/23669
6958 * gdb.python/python.exp: Test gdb.execute("show commands").
6959
65e65158
TT
69602018-09-16 Tom Tromey <tom@tromey.com>
6961
6962 * gdb.base/new-ui.exp (do_execution_tests): Update.
6963 * gdb.base/dbx.exp (test_breakpoints): Update.
6964
bf326452
AH
69652018-09-14 Alan Hayward <alan.hayward@arm.com>
6966
6967 * lib/gdb.exp (gdb_simple_compile): Add proc.
6968 (is_elf_target): Use gdb_simple_compile.
6969 (skip_altivec_tests): Likewise.
6970 (skip_vsx_tests): Likewise.
6971 (skip_tsx_tests): Likewise.
6972 (skip_btrace_tests): Likewise.
6973 (skip_btrace_pt_tests): Likewise.
6974 (gdb_can_simple_compile): Likewise.
6975 (gdb_has_argv0): Likewise.
6976 (gdb_target_symbol_prefix): Likewise.
6977 (target_supports_scheduler_locking): Likewise.
6978
2361b0fb
TT
69792018-09-13 Tom Tromey <tom@tromey.com>
6980
6981 * Makefile.in (TAGS): Recognize proc_with_prefix and
6982 gdb_caching_proc.
6983
0ae1a321
SM
69842018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6985
6986 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6987 method.
6988
a40bf0c2
SM
69892018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6990
6991 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6992 and a few other Inferior properties when the Inferior is no
6993 longer valid.
6994
4a3fe98f
TT
69952018-09-13 Tom Tromey <tom@tromey.com>
6996
6997 PR rust/23650:
6998 * gdb.rust/simple.exp: Add test for enum field access error.
6999
098b2108
TT
70002018-09-13 Tom Tromey <tom@tromey.com>
7001
7002 PR rust/23626:
7003 * gdb.rust/simple.rs (EmptyEnum): New type.
7004 (main): Use it.
7005 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
7006
1256af7d
SM
70072018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7008
7009 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
7010 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
7011 * gdb.python/py-symtab.exp: Update test printing an objfile.
7012
4aa8e6c2
SM
70132018-09-12 Simon Marchi <simon.marchi@ericsson.com>
7014
7015 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
7016 object.
7017
c221b2f7
AH
70182018-09-12 Alan Hayward <alan.hayward@arm.com>
7019
7020 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
7021 (support_complex_tests): Use gdb_can_simple_compile.
7022 (is_ilp32_target): Likewise.
7023 (is_lp64_target): Likewise.
7024 (is_64_target): Likewise.
7025 (is_amd64_regs_target): Likewise.
7026 (is_aarch32_target): Likewise.
7027 (gdb_int128_helper): Likewise.
7028
6f1107b5
JK
70292018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7030
7031 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
7032
1f5d1570
JG
70332018-09-10 Jerome Guitton <guitton@adacore.com>
7034
7035 * gdb.ada/same_component_name: Add test for case of tagged record
7036 with variable-length fields.
7037
cc330e39
XR
70382018-09-10 Xavier Roirand <roirand@adacore.com>
7039
7040 * gdb.ada/access_to_unbounded_array.exp: New testcase.
7041 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
7042 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
7043 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
7044
b9c50e9a
XR
70452018-09-10 Xavier Roirand <roirand@adacore.com>
7046
7047 * gdb.ada/mi_string_access.exp: New testcase.
7048 * gdb.ada/mi_string_access/bar.adb: New file.
7049 * gdb.ada/mi_string_access/pck.adb: New file.
7050 * gdb.ada/mi_string_access/pck.asd: New file.
7051
2963898f
XR
70522018-09-10 Xavier Roirand <roirand@adacore.com>
7053
7054 * gdb.ada/mi_var_union.exp: New testcase.
7055 * gdb.ada/mi_var_union/bar.adb: New file.
7056 * gdb.ada/mi_var_union/pck.adb: New file.
7057 * gdb.ada/mi_var_union/pck.asd: New file.
7058
1aac008f
TT
70592018-09-08 Tom Tromey <tom@tromey.com>
7060
7061 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
7062
332cf4c9
TT
70632018-09-08 Tom Tromey <tom@tromey.com>
7064
7065 PR python/16047:
7066 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
7067 (register_pretty_printers): Register new printer.
7068 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
7069 test.
7070 * gdb.python/py-prettyprint.c (int_type3): New typedef.
7071 (an_int_type3): New global.
7072
424da6cf
JB
70732018-09-08 Joel Brobecker <brobecker@adacore.com>
7074
7075 * gdb.ada/expr_with_funcall: New testcase.
7076
2a62dfa9
JB
70772018-09-08 Joel Brobecker <brobecker@adacore.com>
7078
7079 * gdb.ada/packed_array_assign: New testcase.
7080
96b6697f
AB
70812018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
7082
7083 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
7084 names, and add test prefixes to make test names unique.
7085
e4a62c65
TV
70862018-09-05 Tom de Vries <tdevries@suse.de>
7087
7088 * gdb.dwarf2/varval.exp: Add test.
7089
dd083ee2
GB
70902018-09-04 Gary Benson <gbenson@redhat.com>
7091
7092 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
7093 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
7094
aef9346c
TT
70952018-08-31 Tom Tromey <tom@tromey.com>
7096
7097 * gdb.rust/simple.rs: Rename second variable "v".
7098
c67f2e15
AB
70992018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
7100
7101 * gdb.base/funcargs.c (use_a): New function.
7102 (recurse): Call use_a.
7103
078a0207
KS
71042018-08-29 Keith Seitz <keiths@redhat.com>
7105
7106 * gdb.compile/compile-cplus-anonymous.cc: New file.
7107 * gdb.compile/compile-cplus-anonymous.exp: New file.
7108 * gdb.compile/compile-cplus-array-decay.cc: New file.
7109 * gdb.compile/compile-cplus-array-decay.exp: New file.
7110 * gdb.compile/compile-cplus-inherit.cc: New file.
7111 * gdb.compile/compile-cplus-inherit.exp: New file.
7112 * gdb.compile/compile-cplus-member.cc: New file.
7113 * gdb.compile/compile-cplus-member.exp: New file.
7114 * gdb.compile/compile-cplus-method.cc: New file.
7115 * gdb.compile/compile-cplus-method.exp: New file.
7116 * gdb.compile/compile-cplus-mod.c: "New" file.
7117 * gdb.compile/compile-cplus-namespace.cc: New file.
7118 * gdb.compile/compile-cplus-namespace.exp: New file.
7119 * gdb.compile/compile-cplus-nested.cc: New file.
7120 * gdb.compile/compile-cplus-nested.exp: New file.
7121 * gdb.compile/compile-cplus-print.c: "New" file.
7122 * gdb.compile/compile-cplus-print.exp: "New" file.
7123 * gdb.compile/compile-cplus-virtual.cc: New file.
7124 * gdb.compile/compile-cplus-virtual.exp: New file.
7125 * gdb.compile/compile-cplus.c: "New" file.
7126 * gdb.compile/compile-cplus.exp: "New" file.
7127 * lib/compile-support.exp: New file.
7128
b0f492b9
GB
71292018-08-16 Gary Benson <gbenson@redhat.com>
7130
7131 PR gdb/13000:
7132 * gdb.base/batch-exit-status.exp: New file.
7133 * gdb.base/batch-exit-status.good-commands: Likewise.
7134 * gdb.base/batch-exit-status.bad-commands: Likewise.
7135
36eb4c5f
AH
71362018-08-29 Alan Hayward <alan.hayward@arm.com>
7137
7138 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
7139 (struct struct02): Likewise.
7140 (struct struct03): Likewise.
7141 (struct struct04): Likewise.
7142 (struct struct_01_01): New struct.
7143 (struct struct_01_02): Likewise.
7144 (struct struct_01_03): Likewise.
7145 (struct struct_01_04): Likewise.
7146 (struct struct_02_01): Likewise.
7147 (struct struct_02_02): Likewise.
7148 (struct struct_02_03): Likewise.
7149 (struct struct_02_04): Likewise.
7150 (struct struct_04_01): Likewise.
7151 (struct struct_04_02): Likewise.
7152 (struct struct_04_03): Likewise.
7153 (struct struct_04_04): Likewise.
7154 (struct struct_05_01): Likewise.
7155 (struct struct_05_02): Likewise.
7156 (struct struct_05_03): Likewise.
7157 (struct struct_05_04): Likewise.
7158 (cmp_struct01): Remove function.
7159 (cmp_struct02): Likewise.
7160 (cmp_struct03): Likewise.
7161 (cmp_struct04): Likewise.
7162 (cmp_struct_01_01): Add Function.
7163 (cmp_struct_01_02): Likewise.
7164 (cmp_struct_01_03): Likewise.
7165 (cmp_struct_01_04): Likewise.
7166 (cmp_struct_02_01): Likewise.
7167 (cmp_struct_02_02): Likewise.
7168 (cmp_struct_02_03): Likewise.
7169 (cmp_struct_02_04): Likewise.
7170 (cmp_struct_04_01): Likewise.
7171 (cmp_struct_04_02): Likewise.
7172 (cmp_struct_04_03): Likewise.
7173 (cmp_struct_04_04): Likewise.
7174 (cmp_struct_05_01): Likewise.
7175 (cmp_struct_05_02): Likewise.
7176 (cmp_struct_05_03): Likewise.
7177 (cmp_struct_05_04): Likewise.
7178 (call_all): Add new structs.
7179 * gdb.base/infcall-nested-structs.exp: Likewise.
7180
3bf9c013
JV
71812018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7182
7183 * gdb.python/py-framefilter-mi.exp: Update regexp to
7184 check for "arch" field in frame output.
7185
450d1e88
KB
71862018-08-23 Kevin Buettner <kevinb@redhat.com>
7187
7188 * gdb.dwarf2/dw2-ranges-func.c: New file.
7189 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7190
ae739fe7
SM
71912018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7192
7193 * gdb.base/term.exp: Compare terminal settings with values from
7194 the inferior.
7195 * gdb.base/term.c: Get and set terminal settings.
7196
6d52907e
JV
71972018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7198
7199 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7200 accommodate new "arch" field in frame output.
7201 * gdb.mi/mi-return.exp: Likewise.
7202 * gdb.mi/mi-stack.exp: Likewise.
7203 * gdb.mi/mi-syn-frame.exp: Likewise.
7204 * gdb.mi/user-selected-context-sync.exp: Likewise.
7205
be2d111a
MS
72062018-08-19 Michael Spang <spang@google.com>
7207
7208 PR gdb/11786
7209 * gdb.base/gcore-tls-pie.c: New file.
7210 * gdb.base/gcore-tls-pie.exp: New file.
7211
ae3a7c47
KB
72122018-08-18 Kevin Buettner <kevinb@redhat.com>
7213
7214 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
7215 * gdb.dwarf2/varval.c: New file.
7216 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 7217
2ecae92e
AH
72182018-08-17 Alan Hayward <alan.hayward@arm.com>
7219
7220 PR gdb/18931
7221 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7222
c1854f1d
KS
72232018-08-16 Keith Seitz <keiths@redhat.com>
7224
7225 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7226 tests expected to pass.
7227
26fb3983
JV
72282018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7229
7230 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7231 -data-disassemble -a.
7232 (test_disassembly_bogus_args): Likewise.
7233
67943c00
AB
72342018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7235
7236 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7237
5ff2bbae
AB
72382018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7239
7240 * gdb.base/vla-optimized-out.exp: Add new test.
7241
e5bbcd0f
AB
72422018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7243
7244 * gdb.base/vla-optimized-out-o3.exp: Delete.
7245 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7246 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7247 deleted tests.
7248
9d4a934c
AB
72492018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7250
7251 PR gdb/18050:
7252 * gdb.server/extended-remote-restart.c: New file.
7253 * gdb.server/extended-remote-restart.exp: New file.
7254
045cf012
SM
72552018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7256
7257 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7258 "set variable index = 42".
7259
87d6a7aa
SM
72602018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7261
7262 * boards/index-cache-gdb.exp: New file.
7263 * gdb.dwarf2/index-cache.exp: New file.
7264 * gdb.dwarf2/index-cache.c: New file.
7265 * gdb.base/maint.exp: Check if we are using the index cache.
7266
96d68bd4
RO
72672018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7268
7269 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7270 MAKEFLAGS.
7271
5a699617
RO
72722018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7273
7274 * dg-extract-results.sh: Move to toplevel contrib.
7275 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7276 * Makefile.in (check-parallel-racy): Likewise.
7277
5bd18990
AB
72782018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7279
7280 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7281 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7282 tests if the target supports scheduler locking.
7283
3fbbcf47
TV
72842018-08-04 Tom de Vries <tdevries@suse.de>
7285
7286 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7287
3e1d3d8c
TT
72882018-08-02 Tom Tromey <tom@tromey.com>
7289
7290 PR symtab/16842.
7291 * gdb.cp/temargs.exp: Test "info address" of a template
7292 parameter.
7293
5abe0f0c
JV
72942018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7295
7296 * gdb.python/py-mi-var-info-path-expression.c: New file.
7297 * gdb.python/py-mi-var-info-path-expression.py: New file.
7298 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7299
fb66cde8
SDJ
73002018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7301
7302 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7303 error after "cannot resolve name" string.
7304
c708f4d2
AB
73052018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7306
7307 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7308 started.
7309 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7310
37cc0cae
TV
73112018-07-28 Tom de Vries <tdevries@suse.de>
7312
7313 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7314
63b4ecf7
TV
73152018-07-26 Tom de Vries <tdevries@suse.de>
7316
7317 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7318
3c3bb058
AB
73192018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7320
7321 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7322 is visible.
7323
9e7f3bbb
TV
73242018-07-26 Tom de Vries <tdevries@suse.de>
7325
7326 PR breakpoints/23366
7327 * gdb.base/catch-follow-exec.c: New test.
7328 * gdb.base/catch-follow-exec.exp: New file.
7329
16f808ec
TV
73302018-07-25 Tom de Vries <tdevries@suse.de>
7331
7332 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7333 vla-optimized-out.c.
7334
d7154a8d
JV
73352018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7336
7337 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7338 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7339
232a0032
TV
73402018-07-20 Tom de Vries <tdevries@suse.de>
7341
7342 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7343 NOCLONE macro.
7344 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7345
fbb1d502
TV
73462018-07-19 Tom de Vries <tdevries@suse.de>
7347
7348 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7349 regular expression.
7350
42dc7699
TV
73512018-07-18 Tom de Vries <tdevries@suse.de>
7352
7353 * gdb.base/vla-optimized-out.c: New test.
7354 * gdb.base/vla-optimized-out.exp: New file.
7355
7f1f7e23
SDJ
73562018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7357
7358 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7359 message "No address associated with hostname" when gdbserver
7360 cannot resolve the hostname.
7361
5759ebb3
PW
73622018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7363
7364 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7365 Add some test prefixes to make tests unique.
7366
3606ccab
PW
73672018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7368
7369 * gdb.base/frameapply.c: New file.
7370 * gdb.base/frameapply.exp: New file.
7371
529c08b2
PW
73722018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7373
7374 * gdb.base/skip.exp: Update expected error message.
7375
c7ab0aef
SDJ
73762018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7377 Jan Kratochvil <jan.kratochvil@redhat.com>
7378 Paul Fertser <fercerpav@gmail.com>
7379 Tsutomu Seki <sekiriki@gmail.com>
7380
7381 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7382 parameter.
7383 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7384 by default.
7385 * boards/native-gdbserver.exp: Likewise.
7386 * gdb.server/run-without-local-binary.exp: Improve regexp used
7387 for detecting when a remote debugging connection succeeds.
7388 * gdb.server/server-connect.exp: New file.
7389 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7390 Do not prefix the port number with ":".
7391 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7392 support for detecting and using it. Add '$debughost_gdbserver'
7393 to the list of arguments used to start gdbserver. Handle case
7394 when gdbserver cannot resolve a network name.
7395
16ff70dd
SDJ
73962018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7397
7398 PR c++/23373
7399 * gdb.base/ptype-offsets.cc (struct static_member): New
7400 struct.
7401 (main) <stmember>: New variable.
7402 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7403 with a static member in it.
7404
3541979f
AB
74052018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7406
7407 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7408 watchpoints enabled and disabled.
7409
c8ad9b9a
AB
74102018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7411
7412 * gdb.base/examine-backward.exp: Still run tests around address
7413 0x0, even if address 0x0 is not readable. Update the pattern for
7414 matching address 0x0 in expected output.
7415
e0e5e971
AB
74162018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7417
7418 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7419 malloc/free.
7420
1ea5da02
TV
74212018-07-04 Tom de Vries <tdevries@suse.de>
7422
7423 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7424
471b9d15
MR
74252018-07-02 Maciej W. Rozycki <macro@mips.com>
7426
7427 PR tdep/8282
7428 * gdb.arch/mips-disassembler-options.exp: New test.
7429 * gdb.arch/mips-disassembler-options.s: New test source.
7430
75acb486
PA
74312018-06-29 Pedro Alves <palves@redhat.com>
7432
7433 * gdb.threads/names.exp: Adjust expected "info threads" output.
7434
cd2bb709
PA
74352018-06-29 Pedro Alves <palves@redhat.com>
7436
7437 * gdb.opt/inline-break.exp (line number, address): Add "info
7438 break" tests.
7439
991ff292
PA
74402018-06-29 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7443 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7444 number and address and running to them.
7445
356819b6 74462018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
7447
7448 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7449
2512d7ef
JK
74502018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7451
7452 * lib/compiler.c: Remove executable permission flag.
7453
be1b6474
RB
74542018-06-28 Richard Bunt <richard.bunt@arm.com>
7455
7456 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7457 code.
7458 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7459
291f9a96
PT
74602018-06-28 Petr Tesarik <ptesarik@suse.cz>
7461
7462 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7463
ed6dfe51
PT
74642018-06-28 Petr Tesarik <ptesarik@suse.cz>
7465
7466 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7467 address argument is omitted.
7468
d4d429d5
PT
74692018-06-28 Petr Tesarik <ptesarik@suse.cz>
7470
7471 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7472
7ab6656f
OJ
74732018-06-27 Omair Javaid <omair.javaid@linaro.org>
7474
7475 PR gdb/21695
7476 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7477 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7478
a33ccfc7
TT
74792018-06-26 Tom Tromey <tom@tromey.com>
7480
7481 PR rust/22574:
7482 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7483 * gdb.rust/simple.rs (struct SimpleLayout): New.
7484
6d72d289
SM
74852018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7486
7487 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7488 "info registers" output.
7489
8363f9d5
RB
74902018-06-21 Richard Bunt <richard.bunt@arm.com>
7491
7492 * gdb.base/watchpoint-hw-attach.c: New test.
7493 * gdb.base/watchpoint-hw-attach.exp: New file.
7494
f00674fe
SM
74952018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7496
7497 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7498 through /bin/sh.
7499 * boards/dwarf4-gdb-index.exp: Likewise.
7500 * boards/fission-dwp.exp: Likewise.
7501
1d554008
UW
75022018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7503
7504 * gdb.base/float128.exp: Add comment and improved fail message
7505 to the failure case of "print large128" test.
7506
d0ac1c44
SM
75072018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7508
7509 * configure.ac: Remove AC_PREREQ.
7510 * configure: Re-generate.
7511
61b04dd0
PA
75122018-06-19 Pedro Alves <palves@redhat.com>
7513
7514 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7515 (func_extern_caller): New.
7516 (main): Call func_extern_caller.
7517 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7518 logic change.
7519
f63b508a
SM
75202018-06-18 Weimin Pan <weimin.pan@oracle.com>
7521
7522 PR gdb/16841
7523 * gdb.cp/typedef-base.cc: New file.
7524 * gdb.cp/typedef-base.exp: New file.
7525
0fe3a558
TV
75262018-06-18 Tom de Vries <tdevries@suse.de>
7527
7528 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7529
7010835a
AB
75302018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7531 Richard Bunt <Richard.Bunt@arm.com>
7532
7533 * gdb.threads/attach-slow-waitpid.c: New file.
7534 * gdb.threads/attach-slow-waitpid.exp: New file.
7535 * gdb.threads/slow-waitpid.c: New file.
7536
14897d65
PA
75372018-06-14 Pedro Alves <palves@redhat.com>
7538
7539 * gdb.base/fork-running-state.c: Include <errno.h>.
7540 (exit_if_relative_exits): New.
7541 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7542 exits.
7543 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7544 child exits.
7545
5d9a0608
TV
75462018-06-14 Tom de Vries <tdevries@suse.de>
7547
7548 PR cli/22573
7549 * gdb.base/finish-pretty.c: New test.
7550 * gdb.base/finish-pretty.exp: New file.
7551
11ae5818
PA
75522018-06-14 Pedro Alves <palves@redhat.com>
7553
7554 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7555 gdb's expected startup output.
7556
1d39de44
PA
75572018-06-14 Pedro Alves <palves@redhat.com>
7558
7559 * lib/selftest-support.exp (selftest_setup): Remove inlined
7560 function handling.
7561
70ee0000
TV
75622018-06-14 Tom de Vries <tdevries@suse.de>
7563
7564 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7565 matching of breakpoint printing.
7566
11f4b608
TV
75672018-06-13 Tom de Vries <tdevries@suse.de>
7568
7569 PR testsuite/23269
7570 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7571 (fork_child): ... here, and ...
7572 (fork_parent): ... here.
7573
75742018-06-12 Tom de Vries <tdevries@suse.de>
7575
7576 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7577
9516f85a
AB
75782018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7579 Stephen Roberts <stephen.roberts@arm.com>
7580
7581 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7582 rewrite test to describe action performed, rather than possible
7583 failure.
7584
5045b3d7
GB
75852018-06-08 Gary Benson <gbenson@redhat.com>
7586
7587 * gdb.threads/check-libthread-db.exp: New file.
7588 * gdb.threads/check-libthread-db.c: Likewise.
7589
c61b06a1
TT
75902018-06-05 Tom Tromey <tom@tromey.com>
7591
7592 * gdb.base/default.exp: Update expected "show version" output.
7593
eb6af809
TT
75942018-06-05 Tom Tromey <tom@tromey.com>
7595
7596 PR cli/12326:
7597 * gdb.cp/static-print-quit.exp: Update.
7598 * lib/gdb.exp (pagination_prompt): Update.
7599 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7600 * gdb.python/python.exp: Update.
7601
178d6a63
JB
76022018-06-04 Joel Brobecker <brobecker@adacore.com>
7603
7604 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7605
8e817061
JB
76062018-06-01 Joel Brobecker <brobecker@adacore.com>
7607
7608 * gdb.ada/bp_fun_addr: New testcase.
7609
e86ca25f
TT
76102018-06-01 Tom Tromey <tom@tromey.com>
7611
7612 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7613 results.
7614 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7615 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7616 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7617 * gdb.base/maint.exp (maint_pass_if): Update.
7618
4b2dfa9d
MR
76192018-05-31 Maciej W. Rozycki <macro@mips.com>
7620
7621 * gdb.base/endian.exp: New test.
7622 * gdb.base/endian.c: New test source.
7623
45f25d6c
AB
76242018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7625
7626 PR gdb/23203
7627 * gdb.base/bt-selected-frame.c: New file.
7628 * gdb.base/bt-selected-frame.exp: New file.
7629 * lib/gdb.exp (get_current_frame_number): New function.
7630
d9f6d7f8
MR
76312018-05-24 Maciej W. Rozycki <macro@mips.com>
7632 Pedro Alves <palves@redhat.com>
7633
7634 * gdb.threads/tls-core.c: Include <stdlib.h>
7635 (thread_proc): Call `abort'.
7636 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7637 (tls_core_test): New procedure, bits factored out from ...
7638 (top level): ... here. Test both native cores and gcore cores.
7639
ff1cf532
TT
76402018-05-23 Tom Tromey <tom@tromey.com>
7641
7642 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7643
b98664d3
TT
76442018-05-23 Tom Tromey <tom@tromey.com>
7645
7646 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7647 symfile_complaints.
7648 (test_short_complaints): Likewise.
7649 (test_empty_complaints): Likewise.
7650 (test_initial_complaints): Update.
7651
4e9668d0
TT
76522018-05-23 Tom Tromey <tom@tromey.com>
7653
7654 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7655
43ba33c7
TT
76562018-05-23 Tom Tromey <tom@tromey.com>
7657
7658 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7659 (test_short_complaints): Update.
7660
035522c0
PA
76612018-05-22 Pedro Alves <palves@redhat.com>
7662
7663 * gdb.base/remote.exp: Only gdb_start after compiling the
7664 testcase. Issue "disconnect" before testing "set remote" command
7665 defaults. Issue clean_restart before running to main.
7666
cc0be08f
PA
76672018-05-22 Pedro Alves <palves@redhat.com>
7668
7669 * gdb.base/remote.exp: Adjust expected output of "show remote
7670 memory-write-packet-size". Add tests for "set remote
7671 memory-write-packet-size 0" and "set remote
7672 memory-write-packet-size fixed/limit".
7673
b1b60145
PA
76742018-05-22 Pedro Alves <palves@redhat.com>
7675
7676 PR gdb/22973
7677 * gdb.base/utf8-identifiers.c: New file.
7678 * gdb.base/utf8-identifiers.exp: New file.
7679
0ec848ad
PFC
76802018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7681
7682 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7683
2c3305f6
PFC
76842018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7685
7686 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7687
ce1e8424
TT
76882018-05-18 Tom Tromey <tom@tromey.com>
7689
7690 * gdb.base/ptype-offsets.exp: Update.
7691
ddfe970e
KS
76922018-05-17 Keith Seitz <keiths@redhat.com>
7693
7694 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7695 in expected breakpoint stop locations.
7696 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7697 move to proper scope to test variable values.
7698 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7699 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7700 New functions.
7701 (main): Call not_inline_func3.
7702 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7703 inline_func1, inline_func2, and inline_func3. Test that when each
7704 breakpoint is hit, GDB properly reports both the stop location
7705 and the backtrace. Repeat tests for temporary breakpoints.
7706
0726fcc6
MR
77072018-05-15 Maciej W. Rozycki <macro@mips.com>
7708
7709 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7710 rather then trying to access it in determining whether the PID
7711 of `gdbserver' could have been retrieved.
7712
8ee22052
AB
77132018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7714
7715 * gdb.arch/amd64-init-x87-values.S: New file.
7716 * gdb.arch/amd64-init-x87-values.exp: New file.
7717
7785df48
JK
77182018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7719
7720 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7721
56bcdbea
TT
77222018-05-04 Tom Tromey <tom@tromey.com>
7723
7724 PR python/22730:
7725 * gdb.python/python.exp: Test multi-line execute.
7726
a913fffb
TT
77272018-05-04 Tom Tromey <tom@tromey.com>
7728
7729 PR python/22731:
7730 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7731
7a2c85f2
TT
77322018-05-04 Tom Tromey <tom@tromey.com>
7733
7734 PR gdb/11750:
7735 * gdb.base/define.exp: Test defining a user command inside a user
7736 command.
7737 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7738
a3b60e45
JK
77392018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7740 Pedro Alves <palves@redhat.com>
7741
7742 PR breakpoints/19806 and support for PR external/20207.
7743 * gdb.base/watchpoint-unaligned.c: New file.
7744 * gdb.base/watchpoint-unaligned.exp: New file.
7745
45fe4a03
AB
77462018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7747
7748 * gdb.base/maint.exp: Make test names unique, use
7749 test_prefix_command_help to test 'help maint info', and remove
7750 repeated test of 'help maint'.
7751
9be2ae8f
TT
77522018-05-04 Tom Tromey <tom@tromey.com>
7753
7754 PR gdb/22619:
7755 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7756 behavior.
7757
11859c31
AB
77582018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7759
7760 * gdb.base/maint.exp: Process output from 'maint print registers'
7761 line at a time.
7762
089a9490
AB
77632018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7764
7765 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7766 timeout.
7767
9b0797e2
AB
77682018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7769
7770 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7771 filter pattern.
7772
f6ac5f3d
PA
77732018-05-02 Pedro Alves <palves@redhat.com>
7774
7775 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7776 to_log_command renames.
7777 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7778
77d3c63b
TT
77792018-05-02 Tom Tromey <tom@tromey.com>
7780
7781 * gdb.python/py-parameter.exp: Set test message.
7782
0489430a
TT
77832018-05-02 Tom Tromey <tom@tromey.com>
7784
7785 PR python/20084:
7786 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7787 PARAM_ZUINTEGER_UNLIMITED tests.
7788
1632f8ba
DR
77892018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7790
7791 PR rust/23124
7792 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7793 when casting.
7794
6d7bb824
TT
77952018-04-30 Tom Tromey <tom@tromey.com>
7796
7797 * gdb.python/py-type.exp: Check align attribute.
7798 * gdb.python/py-type.c: New "aligncheck" global.
7799
007e1530
TT
78002018-04-30 Tom Tromey <tom@tromey.com>
7801
7802 PR exp/17095:
7803 * gdb.dwarf2/dw2-align.exp: New file.
7804 * gdb.cp/align.exp: New file.
7805 * gdb.base/align.exp: New file.
7806 * lib/gdb.exp (gdb_int128_helper): New proc.
7807 (has_int128_c, has_int128_cxx): New caching procs.
7808
6873858b
TT
78092018-04-27 Tom Tromey <tom@tromey.com>
7810
7811 PR rust/22545:
7812 * gdb.rust/simple.exp: Add inclusive range tests.
7813
79188d8d
PA
78142018-04-26 Pedro Alves <palves@redhat.com>
7815
7816 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7817 ifunc breakpoint locations correctly of ifunc breakpoints set
7818 while the program resolves the ifunc.
7819
c7075ad5
PA
78202018-04-26 Pedro Alves <palves@redhat.com>
7821
7822 * gdb.base/gnu-ifunc-final.c: New file.
7823 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7824 * gdb.base/gnu-ifunc.exp (executable): Delete.
7825 (staticexecutable): Adjust.
7826 (lib_opts, exec_opts): Delete.
7827 (make_binsuffix, build, set-break): New procedures.
7828 (misc_tests): New, with tests factored out from the top level.
7829 (top level): Test different combinations of ifunc resolver name,
7830 resolver with and with debug info, and ifunc target with and
7831 without debug info. Wrap static tests with with_target_prefix.
7832
8388016d
PA
78332018-04-26 Pedro Alves <palves@redhat.com>
7834
7835 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7836 return type" warnings.
7837
249b5733
PA
78382018-04-25 Pedro Alves <palves@redhat.com>
7839
7840 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7841 killed".
7842 * gdb.base/kill-after-signal.exp: Likewise.
7843 * gdb.threads/kill.exp: Likewise.
7844
f67c0c91
SDJ
78452018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7846 Sergio Durigan Junior <sergiodj@redhat.com>
7847 Pedro Alves <palves@redhat.com>
7848
7849 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7850 regexps to expect for '[Inferior ... detached]' as well.
7851 * gdb.base/attach.exp: Likewise.
7852 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7853 "gdb_continue_to_end".
7854 (test_catch_syscall_with_wrong_args): Likewise.
7855 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7856 ']'. Don't set 'verbose' on.
7857 * gdb.base/foll-vfork.exp: Likewise.
7858 * gdb.base/fork-print-inferior-events.c: New file.
7859 * gdb.base/fork-print-inferior-events.exp: New file.
7860 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7861 '[Inferior ... has been killed]' message.
7862 * gdb.base/kill-after-signal.exp: Likewise.
7863 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7864 detach message.
7865 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7866 message.
7867 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7868 regexps to expect for '[Inferior ... detached]' as well.
7869 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7870
0a8ddac4
SM
78712018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7872
7873 PR gdb/23104
7874 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7875
701adfb0
PA
78762018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7877
7878 PR gdb/23095
7879 * gdb.base/break-probes.exp: Pass shlib_load to
7880 prepare_for_testing. Set normal_bp to r_debug_state if target is
7881 bsd.
7882
d27d16bf
RB
78832018-04-19 Richard Bunt <richard.bunt@arm.com>
7884
7885 * gdb.threads/multiple-successive-infcall.c: New test.
7886 * gdb.threads/multiple-successive-infcall.exp: New file.
7887
a037790e
TT
78882018-04-17 Tom Tromey <tom@tromey.com>
7889
7890 * gdb.rust/simple.rs (Union): New type.
7891 (main): New local "u".
7892 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7893
e3a91079
AA
78942018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7895
7896 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7897 number information in output of "whereis" command.
7898 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7899
b744723f
AA
79002018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7901
7902 * gdb.ada/info_types.exp: Adjust expected output to the line
7903 numbers now printed by "info var/func/type".
7904 * gdb.base/completion.exp: Likewise.
7905 * gdb.base/included.exp: Likewise.
7906 * gdb.cp/cp-relocate.exp: Likewise.
7907 * gdb.cp/cplusfuncs.exp: Likewise.
7908 * gdb.cp/namespace.exp: Likewise.
7909 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7910
4a4495d6
MM
79112018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7912
7913 * gdb.btrace/cpu.exp: New.
7914
1d509aa6
MM
79152018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7916
7917 * gdb.base/step-indirect-call-thunk.exp: New.
7918 * gdb.base/step-indirect-call-thunk.c: New.
7919 * gdb.reverse/step-indirect-call-thunk.exp: New.
7920 * gdb.reverse/step-indirect-call-thunk.c: New.
7921
6295b6da
SM
79222018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7923
7924 * gdb.base/pie-fork.c: New file.
7925 * gdb.base/pie-fork.exp: New file.
7926
50146e70
TT
79272018-04-11 Tom Tromey <tom@tromey.com>
7928
7929 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7930
f50d8a2e
PA
79312018-04-10 Pedro Alves <palves@redhat.com>
7932
7933 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7934 exits. Instead loop running forever.
7935 (fork_parent): Run forever too.
7936
a0be7a36
SM
79372018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7938
7939 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7940 mi_continue_to_line.
7941 * gdb.mi/mi-stack.c (callee4): Add comment.
7942
9b73db36
SM
79432018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7944
7945 * gdb.mi/mi-stack.exp: Fix indentation.
7946
c912f608
SM
79472018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7948
7949 PR gdb/22979
7950 * gdb.arch/amd64-osabi.exp: New file.
7951
26540402
SM
79522018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7953
7954 PR gdb/22980
7955 * gdb.base/osabi.exp: New file.
7956
121ad66c 79572018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7958
7959 * gdb.cp/static-typedef-print.exp: New file.
7960 * gdb.cp/static-typedef-print.cc: New file.
7961
3fcded8f
JB
79622018-03-27 Joel Brobecker <brobecker@adacore.com>
7963
7964 * gdb.ada/varsize_limit: New testcase.
7965
59cc4834
JB
79662018-03-27 Joel Brobecker <brobecker@adacore.com>
7967
7968 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7969
7970 * gdb.ada/notcplusplus: New testcase.
7971
7972 * gdb.base/c-linkage-name.c: New file.
7973 * gdb.base/c-linkage-name.exp: New testcase.
7974
4ca59a9f
TT
79752018-03-26 Tom Tromey <tom@tromey.com>
7976
7977 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7978 * gdb.python/py-framefilter.py (name_error): New global.
7979 (ErrorInName.function): Use name_error.
7980
978d6c75
TT
79812018-03-26 Tom Tromey <tom@tromey.com>
7982
7983 PR backtrace/15582:
7984 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7985
b7fee5a3
KS
79862018-03-23 Keith Seitz <keiths@redhat.com>
7987
7988 PR c++/22968
7989 * gdb.cp/subtypes.exp: New file.
7990 * gdb.cp/subtypes.h: New file.
7991 * gdb.cp/subtypes.cc: New file.
7992 * gdb.cp/subtypes-2.cc: New file.
7993
376be529
AB
79942018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7995
7996 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7997 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7998 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7999 -nostartfiles when compiling the test. Confirm that all registers
8000 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
8001
066cfa98
AB
80022018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
8003
8004 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
8005 option, syntax was wrong anyway.
8006 * gdb.arch/arm-disp-step.exp: Likewise.
8007 * gdb.arch/sparc64-regs.exp: Likewise.
8008 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
8009 option, syntax was wrong anyway, switch to use
8010 prepare_for_testing.
8011 * gdb.arch/i386-disp-step.exp: Likewise.
8012
079670b9
AA
80132018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
8014
8015 * gdb.ada/exec_changed.exp: Replace "target_info exists
8016 use_gdb_stub" by "use_gdb_stub".
8017 * gdb.ada/start.exp: Likewise.
8018 * gdb.base/async-shell.exp: Likewise.
8019 * gdb.base/attach-pie-misread.exp: Likewise.
8020 * gdb.base/attach-wait-input.exp: Likewise.
8021 * gdb.base/break-entry.exp: Likewise.
8022 * gdb.base/break-interp.exp: Likewise.
8023 * gdb.base/dprintf-detach.exp: Likewise.
8024 * gdb.base/nostdlib.exp: Likewise.
8025 * gdb.base/solib-nodir.exp: Likewise.
8026 * gdb.base/statistics.exp: Likewise.
8027 * gdb.base/testenv.exp: Likewise.
8028 * gdb.mi/mi-exec-run.exp: Likewise.
8029 * gdb.mi/mi-start.exp: Likewise.
8030 * gdb.multi/dummy-frame-restore.exp: Likewise.
8031 * gdb.multi/multi-arch-exec.exp: Likewise.
8032 * gdb.multi/multi-arch.exp: Likewise.
8033 * gdb.multi/tids.exp: Likewise.
8034 * gdb.multi/watchpoint-multi.exp: Likewise.
8035 * gdb.python/py-events.exp: Likewise.
8036 * gdb.threads/attach-into-signal.exp: Likewise.
8037 * gdb.threads/attach-stopped.exp: Likewise.
8038 * gdb.threads/threadapply.exp: Likewise.
8039 * lib/selftest-support.exp: Likewise.
8040
26d6cec4
AA
80412018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
8042
8043 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
8044
4ee89e90
SR
80452018-03-20 Stephen Roberts <stephen.roberts@arm.com>
8046
8047 * gdb.perf/template-breakpoints.cc: New file.
8048 * gdb.perf/template-breakpoints.exp: New file.
8049 * gdb.perf/template-breakpoints.py: New file.
8050
92630041
TT
80512018-03-19 Tom Tromey <tom@tromey.com>
8052
8053 * gdb.rust/simple.rs (main): Add local variables field1, field2,
8054 y0.
8055 * gdb.rust/simple.exp: Test bare identifier form of struct
8056 initializer.
8057
76727919
TT
80582018-03-19 Tom Tromey <tom@tromey.com>
8059
8060 * gdb.gdb/observer.exp: Remove.
8061
194ed413
AA
80622018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8063
8064 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
8065 "qualified" option when setting breakpoints.
8066 * gdb.trace/backtrace.exp: Likewise.
8067 * gdb.trace/circ.exp: Likewise.
8068 * gdb.trace/collection.exp: Likewise.
8069 * gdb.trace/disconnected-tracing.exp: Likewise.
8070 * gdb.trace/ftrace-lock.exp: Likewise.
8071 * gdb.trace/ftrace.exp: Likewise.
8072 * gdb.trace/infotrace.exp: Likewise.
8073 * gdb.trace/packetlen.exp: Likewise.
8074 * gdb.trace/passc-dyn.exp: Likewise.
8075 * gdb.trace/qtro.exp: Likewise.
8076 * gdb.trace/read-memory.exp: Likewise.
8077 * gdb.trace/report.exp: Likewise.
8078 * gdb.trace/signal.exp: Likewise.
8079 * gdb.trace/status-stop.exp: Likewise.
8080 * gdb.trace/strace.exp: Likewise.
8081 * gdb.trace/tfind.exp: Likewise.
8082 * gdb.trace/trace-break.exp: Likewise.
8083 * gdb.trace/trace-condition.exp: Likewise.
8084 * gdb.trace/trace-mt.exp: Likewise.
8085 * gdb.trace/tstatus.exp: Likewise.
8086 * gdb.trace/tsv.exp: Likewise.
8087 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8088 * gdb.trace/unavailable.exp: Likewise.
8089 * gdb.trace/while-dyn.exp: Likewise.
8090
8b067d2c
AA
80912018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8092
8093 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
8094 that libinproctrace is copied to the target.
8095
3ae9ce5d
TT
80962018-03-14 Tom Tromey <tom@tromey.com>
8097
8098 PR cli/14977:
8099 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
8100 a null pointer.
8101 * gdb.base/wchar.exp: Likewise.
8102
b8c2339b
TT
81032018-03-14 Tom Tromey <tom@tromey.com>
8104
8105 PR cli/19918:
8106 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
8107 flag.
8108
4872dc46
SM
81092018-03-08 Simon Marchi <simon.marchi@ericsson.com>
8110
8111 PR gdb/22841
8112 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
8113 "target" to remote_exec.
8114
e4fe3756
SM
81152018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8116
8117 PR gdb/22841
8118 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
8119 ${board}_upload): Remove.
8120
e95a97d4
AA
81212018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
8122
8123 * gdb.cp/watch-cp.cc: New test.
8124 * gdb.cp/watch-cp.exp: New file.
8125
dbbb1059
AB
81262018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8127
8128 * gdb.base/infcall-nested-structs.exp: New file.
8129 * gdb.base/infcall-nested-structs.c: New file.
8130 * gdb.base/float.exp: Add riscv support.
8131
ecc054c0
TP
81322018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
8133
8134 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
8135 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
8136
25e3c82c
SDJ
81372018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8138
8139 * gdb.server/abspath.exp: New file.
8140 * lib/gdb.exp (with_cwd): New procedure.
8141
3083294d
SM
81422018-02-28 Simon Marchi <simon.marchi@ericsson.com>
8143
8144 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
8145 use it.
8146 (gdb_is_target_remote_prompt): New proc.
8147 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
8148 (gdb_is_target_native): Pass prompt parameter to
8149 gdb_is_target_1.
8150
3275ef47
SM
81512018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8152
8153 * gdb.base/load-command.c: New file.
8154 * gdb.base/load-command.exp: New file.
8155 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8156 (gdb_is_target_1): ...this, and generalize for other targets
8157 than just remote.
8158 (gdb_is_target_remote): Use gdb_is_target_1.
8159 (gdb_is_target_native): use gdb_is_target_1.
8160
6893c19a
TT
81612018-02-26 Tom Tromey <tom@tromey.com>
8162
8163 PR python/16497:
8164 * gdb.python/py-framefilter.exp: Update test.
8165
2ddeaf8a
TT
81662018-02-26 Tom Tromey <tom@tromey.com>
8167
8168 * gdb.dwarf2/variant.c: New file.
8169 * gdb.dwarf2/variant.exp: New file.
8170
c9317f21
TT
81712018-02-26 Tom Tromey <tom@tromey.com>
8172
8173 * gdb.rust/simple.exp: Accept more possible results in enum test.
8174
6f6d0c26
SM
81752018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8176
8177 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8178 parentheses.
8179
11b03145
MR
81802018-02-23 Maciej W. Rozycki <macro@mips.com>
8181
8182 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8183 name of a variable: $actual_linejj -> $actual_line.
8184
54a27fe5
JB
81852018-02-21 John Baldwin <jhb@FreeBSD.org>
8186
8187 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8188
de65820c
MM
81892018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8190
8191 * gdb.btrace/buffer-size.exp: Do not force BTS.
8192
980548fd
PA
81932018-02-14 Pedro Alves <palves@redhat.com>
8194
8195 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8196 getting a "Quit".
8197
c4e12631
MM
81982018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8199
8200 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8201 Fix test name.
8202
c2e0e465
SM
82032018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8204
8205 * gdb.cp/m-static.exp: Check type of optimized out static
8206 member.
8207
f7216783
AB
82082018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8209
8210 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8211 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8212
0625771b
LS
82132018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8214 Leszek Swirski <leszeks@google.com>
8215
8216 * gdb.python/py-prettyprint.c
8217 (struct to_string_returns_value_inner,
8218 struct to_string_returns_value_wrapper): New.
8219 (main): Add tsrvw variable.
8220 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8221 ToStringReturnsValueWrapper): New classes.
8222 (register_pretty_printers): Register new pretty-printers.
8223 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8224 recursive pretty printer.
8225 * gdb.python/py-mi.exp: Likewise.
8226
59498c30
LS
82272018-02-01 Leszek Swirski <leszeks@google.com>
8228
8229 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8230 functions with the same name as an include file are parsed
8231 correctly.
8232
d4d38844
YQ
82332018-02-01 Yao Qi <yao.qi@linaro.org>
8234
8235 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8236 "\[^\r\n\]*".
8237
07e5f5cf
NP
82382018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8239
8240 * gdb.arch/powerpc-prologue-frame.s: New file.
8241 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8242 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8243
929b5ad4
JB
82442018-01-31 Joel Brobecker <brobecker@adacore.com>
8245
8246 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8247
e671cd59
PA
82482018-01-30 Pedro Alves <palves@redhat.com>
8249
8250 PR gdb/13211
8251 * gdb.base/interrupt-daemon.c: New.
8252 * gdb.base/interrupt-daemon.exp: New.
8253 * gdb.multi/multi-term-settings.c: New.
8254 * gdb.multi/multi-term-settings.exp: New.
8255
fc413dc4
JB
82562018-01-30 Joel Brobecker <brobecker@adacore.com>
8257
8258 * gdb.base/break.exp: Save the location where the breakpoint
8259 on break.c:47 was actually inserted when debugging the version
8260 compiled at -O2 and use it in the expected output of the "info
8261 break" test performed soon after.
8262
5c319bb2
PA
82632018-01-22 Pedro Alves <palves@redhat.com>
8264 Sergio Durigan Junior <sergiodj@redhat.com>
8265
8266 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8267 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8268
a9e40818
JB
82692018-01-22 Joel Brobecker <brobecker@adacore.com>
8270
8271 * gdb.base/break-include.c, gdb.base/break-include.inc,
8272 gdb.base/break-include.exp: New files.
8273 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8274 line number now being the actual line number where the breakpoint
8275 was inserted.
8276 * gdb.mi/mi-break.exp: Likewise.
8277 * gdb.mi/mi-reverse.exp: Likewise.
8278 * gdb.mi/mi-simplerun.exp: Ditto.
8279
e707fc44
AB
82802018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8281
8282 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8283 varobj.
8284 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8285
ae451627
AB
82862018-01-21 Don Breazeal <donb@codesourcery.com>
8287 Andrew Burgess <andrew.burgess@embecosm.com>
8288
8289 * gdb.mi/basics.c: Add new global.
8290 * gdb.mi/mi-frame-regs.exp: New file.
8291 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8292 case.
8293
b1b189e0
AB
82942018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8295
8296 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8297 non-parameter, and on an unknown symbol.
8298
fcfcc376
TT
82992018-01-19 Tom Tromey <tom@tromey.com>
8300
8301 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8302 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8303
634c1c31
AA
83042018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8305
8306 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8307 setrlimit and chdir to int.
8308
d6ad07fd
AA
83092018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8310
8311 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8312 function.
8313 (my_tend): Likewise.
8314 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8315 rationale of avoiding FP- and vector instructions.
8316
adf8243b
RK
83172018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8318
8319 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8320 "info reg" with "\[ \t\]*".
8321 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8322 "\[ \t\]+".
8323 * gdb.arch/s390-multiarch.exp: Ditto.
8324 * gdb.base/pc-fp.exp: Ditto.
8325 * gdb.reverse/i386-precsave.exp: Ditto.
8326 * gdb.reverse/i386-reverse.exp: Ditto.
8327 * gdb.reverse/i387-env-reverse.exp: Ditto.
8328 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8329
dcc06925
AA
83302018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8331
8332 * lib/gdb.exp (gdb_compile): Re-enable use of
8333 universal_compile_options for languages other than Rust.
8334
25d4fd80
AA
83352018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8336
8337 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8338
ee7f689e 83392018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
8340
8341 PR gdb/16577
8342 * gdb.base/solib-vanish.exp: New.
8343 * gdb.base/solib-vanish-main.c: New.
8344 * gdb.base/solib-vanish-lib1.c: New.
8345 * gdb.base/solib-vanish-lib2.c: New.
8346
d8447b6b
YQ
83472018-01-17 Yao Qi <yao.qi@linaro.org>
8348
8349 * gdb.compile/compile.exp: Match the address printed for
8350 frame in the output of command "bt".
8351
86d6a90c
TT
83522018-01-15 Tom Tromey <tom@tromey.com>
8353
8354 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8355 compute sp_reg.
8356
cbcdb1aa
AB
83572018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8358
8359 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8360 to prepare.
8361 (prepare): Return 0 on error, 1 on success.
8362
eea61984
PA
83632018-01-12 Pedro Alves <palves@redhat.com>
8364
8365 * gdb.base/continue-after-aborted-step-over.c: New.
8366 * gdb.base/continue-after-aborted-step-over.exp: New.
8367
6181e9c2
SM
83682018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8369
8370 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8371 options when not creating an executable.
8372
3cada740
PA
83732018-01-11 Pedro Alves <palves@redhat.com>
8374
8375 PR remote/22597
8376 * gdb.server/stop-reply-no-thread.c: New file.
8377 * gdb.server/stop-reply-no-thread.exp: New file.
8378
c63d3e8d
PA
83792018-01-10 Pedro Alves <palves@redhat.com>
8380
8381 PR gdb/22670
8382 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8383 functions too. Test setting breakpoints and printing C functions
8384 with no debug info too.
8385 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8386
d4c2a405
PA
83872018-01-10 Pedro Alves <palves@redhat.com>
8388
8389 PR gdb/22670
8390 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8391 a fail.
8392
8825213e
PA
83932018-01-10 Pedro Alves <palves@redhat.com>
8394
8395 PR gdb/22670
8396 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8397
605fd3c6
YQ
83982018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8399
8400 * gdb.server/unittest.exp: Match the output in non-development
8401 mode.
8402
1e5ded6c
YQ
84032018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8404
8405 * gdb.gdb/unittest.exp: Match output in non-development mode.
8406
30066b0b
JB
84072018-01-08 Joel Brobecker <brobecker@adacore.com>
8408
8409 * gdb.ada/access_tagged_param.exp: Relax expected output
8410 for value of "ObjL" in "continue" to pck.inspect breakpoint
8411 test.
8412
04bafb1e
XR
84132018-01-08 Joel Brobecker <brobecker@adacore.com>
8414
9f86398b
JB
8415 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8416 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 8417
e379cee6
PA
84182018-01-05 Pedro Alves <palves@redhat.com>
8419
8420 PR gdb/18653
8421 * gdb.base/libsegfault.exp: New.
8422
de63c46b
PA
84232018-01-05 Joel Brobecker <brobecker@adacore.com>
8424
8425 PR gdb/22670
8426 * gdb.ada/access_tagged_param.exp: New file.
8427 * gdb.ada/access_tagged_param/foo.adb: New file.
8428
f98fc17b
PA
84292018-01-05 Pedro Alves <palves@redhat.com>
8430
8431 PR gdb/22670
8432 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8433 exercise lower case too, and to exercise both full matching and
8434 wild matching.
8435
342f8240
JB
84362018-01-05 Joel Brobecker <brobecker@adacore.com>
8437
8438 * gdb.ada/rename_subscript_param: New testcase.
8439
7150d33c
JG
84402018-01-05 Jerome Guitton <guitton@adacore.com>
8441
8442 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8443
cc0e770c
JB
84442018-01-05 Joel Brobecker <brobecker@adacore.com>
8445
8446 * gdb.ada/convvar_comp: New testcase.
8447
672a41aa 84482018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
8449
8450 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8451 (My_Table): New global variable.
8452 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8453
7365ec2f
JB
84542018-01-04 Joel Brobecker <brobecker@adacore.com>
8455
8456 PR gdb/22670
8457 * gdb.ada/maint_with_ada: New testcase.
8458
289483b6
JB
84592018-01-04 Joel Brobecker <brobecker@adacore.com>
8460
8461 PR gdb/22670
8462 * gdb.ada/bp_c_mixed_case: New testcase.
8463
344420da
JB
84642018-01-04 Joel Brobecker <brobecker@adacore.com>
8465
8466 PR gdb/22670
8467 * gdb.ada/complete.exp: Add "complete break ada" test.
8468
66fc87a0
JB
84692018-01-04 Joel Brobecker <brobecker@adacore.com>
8470
8471 PR gdb/22670
8472 * gdb.ada/info_addr_mixed_case: New testcase.
8473
9f757bf7
XR
84742018-01-03 Xavier Roirand <roirand@adacore.com>
8475
8476 * gdb.ada/excep_handle.exp: New testcase.
8477 * gdb.ada/excep_handle/foo.adb: New file.
8478 * gdb.ada/excep_handle/pck.ads: New file.
8479
bd570f80
JB
84802018-01-03 Joel Brobecker <brobecker@adacore.com>
8481
8482 * gdb.base/step-line.c: Add extra empty line in copyright header.
8483 * gdb.base/step-line.inp: Likewise.
8484
9fe561ab
JB
84852018-01-02 Joel Brobecker <brobecker@adacore.com>
8486
8487 * gdb.ada/dyn_stride.exp: Add slice test.
8488
a405673c
JB
84892018-01-02 Joel Brobecker <brobecker@adacore.com>
8490
8491 * gdb.ada/dyn_stride: New testcase.
8492
cef0f868
SH
84932017-12-27 Stafford Horne <shorne@gmail.com>
8494
8495 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8496 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8497
b67d92b0
SH
84982017-12-27 Stafford Horne <shorne@gmail.com>
8499
8500 * gdb.base/reggroups.c: New file.
8501 * gdb.base/reggroups.exp: New file.
8502
eccab96d
JB
85032017-12-18 Joel Brobecker <brobecker@adacore.com>
8504
8505 * gdb.dwarf2/ada-valprint-error.c: New file.
8506 * gdb.dwarf2/ada-valprint-error.exp: New file.
8507
0e2da9f0
JB
85082017-12-18 Joel Brobecker <brobecker@adacore.com>
8509
8510 * gdb.ada/assign_arr: New testcase.
8511
cb923fcc
XR
85122017-12-18 Xavier Roirand <roirand@adacore.com>
8513
8514 * gdb.ada/funcall_ptr: New testcase.
8515
7c161838
SDJ
85162017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8517
8518 PR cli/16224
8519 * gdb.base/ptype-offsets.cc: New file.
8520 * gdb.base/ptype-offsets.exp: New file.
8521
1af17fd9
YQ
85222017-12-15 Yao Qi <yao.qi@linaro.org>
8523
8524 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8525 if XML is disabled.
8526
828d5846
XR
85272017-12-15 Xavier Roirand <roirand@adacore.com>
8528
8529 * gdb.ada/same_component_name: New testcase.
8530
79e8fcaa
JB
85312017-12-14 Joel Brobecker <brobecker@adacore.com>
8532
8533 * gdb.ada/str_binop_equal: New testcase.
8534
e05fa6f9
JB
85352017-12-14 Joel Brobecker <brobecker@adacore.com>
8536
8537 * gdb.ada/task_switch_in_core: New testcase.
8538
b89641ba
SM
85392017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8540
8541 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8542 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8543 call test_bkpt_qualified.
8544 (test_bkpt_qualified): New proc.
8545
6892d2e4
PA
85462017-12-13 Pedro Alves <palves@redhat.com>
8547
8548 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8549 Tighten regexp by matching with an anchor.
8550
a22ecf70
PA
85512017-12-13 Pedro Alves <palves@redhat.com>
8552
8553 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8554 ("expression with namespace"): New set of tests.
8555 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8556 (Nested::Test_NS::qux): New.
8557 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8558 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8559
9937536c
JB
85602017-12-13 Joel Brobecker <brobecker@adacore.com>
8561
8562 * gdb.base/server-del-break.c: New file.
8563 * gdb.base/server-del-break.exp: New file.
8564
fe49c6f5
SH
85652017-12-12 Stafford Horne <shorne@gmail.com>
8566
8567 * gdb.xml/tdesc-regs.exp: Add or1k support.
8568
c3d18620
SH
85692017-12-12 Stafford Horne <shorne@gmail.com>
8570
8571 * gdb.base/bp-permanent.c: Define nop of or1k.
8572
c5f9cfc8
JB
85732017-12-11 Joel Brobecker <brobecker@adacore.com>
8574
8575 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8576 output with components being reordered.
8577
a9c135fc
JB
85782017-12-11 Joel Brobecker <brobecker@adacore.com>
8579
8580 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8581 output with components being reordered.
8582
927aa2e7
JK
85832017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8584 Pedro Alves <palves@redhat.com>
8585
8586 * gdb.base/maint.exp (check for .gdb_index): Check also for
8587 .debug_names.
8588 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8589 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8590 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8591 (.gdb_index used after symbol reloading): Support also .debug_names.
8592 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8593
f17d9474
YQ
85942017-12-08 Yao Qi <yao.qi@linaro.org>
8595
8596 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8597 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8598
a0de8c21
YQ
85992017-12-08 Yao Qi <yao.qi@linaro.org>
8600
8601 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8602 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8603
a738ea1d
YQ
86042017-12-08 Yao Qi <yao.qi@linaro.org>
8605
8606 * gdb.arch/aarch64-tagged-pointer.c: New file.
8607 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8608
1cd9a73b
SDJ
86092017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8610
8611 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8612 "int".
8613
fa6eb693
KS
86142017-12-07 Keith Seitz <keiths@redhat.com>
8615
8616 PR breakpoints/22569
8617 * gdb.linespec/ls-errs.exp: Change expected result of "break
8618 -source this file has spaces.c -line 3".
8619 Check that an explicit source file followed by whitespace is
8620 identified as an invalid explicit location.
8621
883fd55a
KS
86222017-12-07 Keith Seitz <keiths@redhat.com>
8623
8624 * gdb.cp/nested-types.cc: New file.
8625 * gdb.cp/nested-types.exp: New file.
8626 * lib/cp-support.exp: Load data-structures.exp library.
8627 (debug_cp_test_ptype_class): New global.
8628 (cp_ptype_class_verbose, next_line): New procedures.
8629 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8630 Add and document new return value.
8631 Switch the list of lines to a queue.
8632 Add support for new `type' key for nested type definitions.
8633 Add debugging/troubleshooting messages.
8634 * lib/data-structures.exp: New file.
8635
ec72db3e
SM
86362017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8637
8638 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8639 with proc_with_prefix, don't use with_test_prefix.
8640
99598d71
TT
86412017-12-07 Tom Tromey <tom@tromey.com>
8642
8643 * gdb.base/break.exp: Add test for empty "commands".
8644
a8806230
YQ
86452017-12-07 Yao Qi <yao.qi@linaro.org>
8646
8647 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8648 malloc and catch syscall.
8649
824cc835
PM
86502017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8651
e79be6e5 8652 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
8653 tests for explicit locations.
8654
7cc244de
PA
86552017-12-06 Pedro Alves <palves@redhat.com>
8656
8657 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8658 force-disabling XML descriptions.
8659
50a1fdd5
PA
86602017-12-04 Pedro Alves <palves@redhat.com>
8661
8662 PR gdb/22499
8663 * gdb.arch/amd64-disp-step-avx.S: New file.
8664 * gdb.arch/amd64-disp-step-avx.exp: New file.
8665
f0fb2488
PA
86662017-12-03 Pedro Alves <palves@redhat.com>
8667
8668 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8669 and <string.h>.
8670 (parent_function): Print distinct messages when waitpid fails, or
8671 the child exits with a signal, or the child exits for an unhandled
8672 reason.
8673 * gdb.threads/process-dies-while-detaching.exp
8674 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8675 it. Wait for both inferior output and GDB's prompt. Use an
8676 indirect spawn id list.
8677 (do_detach): New parameter 'child_exit'. Use it to compute
8678 expected inferior output.
8679 (test_detach, test_detach_watch, test_detach_killed_outside):
8680 Adjust to pass down the expected child exit kind.
8681
97cbe998
SDJ
86822017-12-01 Joel Brobecker <brobecker@adacore.com>
8683 Sergio Durigan Junior <sergiodj@redhat.com>
8684 Pedro Alves <palves@redhat.com>
8685
8686 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8687
40fc416f
SDJ
86882017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8689
8690 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8691 to 'symbol-file' and 'add-symbol-file' can be
8692 position-independent.
8693
1cc75e92
YQ
86942017-12-01 Yao Qi <yao.qi@linaro.org>
8695
8696 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8697 the URL in copyright header.
8698 * gdb.arch/aarch64-fp.exp: Likewise.
8699 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8700 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8701 * gdb.base/expand-psymtabs.exp: Likewise.
8702 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8703 * gdb.fortran/common-block.exp: Likewise.
8704 * gdb.fortran/common-block.f90: Likewise.
8705 * gdb.fortran/logical.exp: Likewise.
8706 * gdb.fortran/vla-datatypes.f90: Likewise.
8707 * gdb.fortran/vla-sub.f90: Likewise.
8708
875fb7a7
JB
87092017-11-30 Joel Brobecker <brobecker@adacore.com>
8710
8711 * gdb.ada/repeat_dyn: New testcase.
8712
6f14765f
UW
87132017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8714
8715 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8716 Update for changed thread numbering.
8717 * gdb.cell/bt.exp: Update for changed GDB output.
8718
f1af7b94
SM
87192017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8720
8721 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8722 setting isremote by hand.
8723 * boards/dwarf4-gdb-index.exp: Likewise.
8724 * boards/fission.exp: Likewise.
8725 * boards/stabs.exp: Likewise.
8726
e3919f3e
PA
87272017-11-30 Pedro Alves <palves@redhat.com>
8728
8729 * gdb.linespec/cpls-ops.exp
8730 (check_explicit_skips_function_argument): Extract the underlying
8731 type of size_t instead of hardcoding it.
8732
bd69330d
PA
87332017-11-29 Pedro Alves <palves@redhat.com>
8734
8735 PR c++/19436
8736 * gdb.linespec/cpls-abi-tag.cc: New file.
8737 * gdb.linespec/cpls-abi-tag.exp: New file.
8738
a20714ff
PA
87392017-11-29 Pedro Alves <palves@redhat.com>
8740
8741 * gdb.base/langs.exp: Use -qualified.
8742 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8743 it.
8744 * gdb.cp/namespace.exp: Use -qualified.
8745 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8746 (overload-3, template-overload, template-ret-type, const-overload)
8747 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8748 procedures.
8749 (test_driver): Call them.
8750 * gdb.cp/save-bp-qualified.cc: New.
8751 * gdb.cp/save-bp-qualified.exp: New.
8752 * gdb.linespec/explicit.exp: Test -qualified.
8753 * lib/completion-support.exp (completion::explicit_opts_list): Add
8754 "-qualified".
8755 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8756
f6f1d339
PM
87572017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8758
8759 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8760
02ca603a
TT
87612017-11-29 Tom Tromey <tom@tromey.com>
8762
8763 * gdb.base/relocate.exp: Update invalid argument test.
8764 Add new tests for invalid arguments.
8765
ed6c0bfb
TP
87662017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8767
8768 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8769 Return 0 as a long.
8770 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8771
f106e10e
TP
87722017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8773
8774 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8775 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8776 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8777 func ().
8778 * gdb.cp/shadow.cc (B.func): Return 0.
8779
10329bb2
JB
87802017-11-27 Joel Brobecker <brobecker@adacore.com>
8781
8782 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8783 expected output in gdb_expect call to allow the exception
8784 message to be present as well. Fix syntax confusion to avoid
8785 TCL thinking that exception_name is an array.
8786
617cd4bc
UW
87872017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8788
8789 * gdb.arch/spu-info.c: Include <unistd.h>.
8790 (do_signal_test): Fix broken calls to write.
8791 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8792 Fix checks for empty mailboxes. Update signal tests for corrected
8793 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
8794 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8795 * gdb.cell/arch.exp: Use standard_output_file.
8796 * gdb.cell/break.exp: Likewise.
8797 * gdb.cell/bt.exp: Likewise.
8798 * gdb.cell/core.exp: Likewise.
8799 * gdb.cell/dwarfaddr.exp: Likewise.
8800 * gdb.cell/ea-cache.exp: Likewise.
8801 * gdb.cell/ea-standalone.exp: Likewise.
8802 * gdb.cell/f-regs.exp: Likewise.
8803 * gdb.cell/fork.exp: Likewise.
8804 * gdb.cell/gcore.exp: Likewise.
8805 * gdb.cell/mem-access.exp: Likewise.
8806 * gdb.cell/ptype.exp: Likewise.
8807 * gdb.cell/registers.exp: Likewise.
8808 * gdb.cell/sizeof.exp: Likewise.
8809 * gdb.cell/solib-symbol.exp: Likewise.
8810 * gdb.cell/solib.exp: Likewise.
617cd4bc 8811
a81aaca0
PA
88122017-11-25 Pedro Alves <palves@redhat.com>
8813
8814 * gdb.base/complete-empty.exp: New file.
8815 * gdb.base/completion.exp: Adjust.
8816
6a3c6ee4
PA
88172017-11-25 Pedro Alves <palves@redhat.com>
8818
8819 * gdb.linespec/cpls-ops.cc: New file.
8820 * gdb.linespec/cpls-ops.exp: New file.
8821 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8822 factored out from ...
8823 (test_complete_prefix_range): ... this.
8824
8955eb2d
PA
88252017-11-24 Pedro Alves <palves@redhat.com>
8826
8827 * gdb.linespec/cpcompletion.exp: New file.
8828 * gdb.linespec/cpls-hyphen.cc: New file.
8829 * gdb.linespec/cpls.cc: New file.
8830 * gdb.linespec/cpls2.cc: New file.
8831 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8832 test to use test_gdb_complete_unique. Add label completion,
8833 keyword completion and explicit location completion tests.
8834 * lib/completion-support.exp: New file.
8835
e547c119
JB
88362017-11-24 Joel Brobecker <brobecker@adacore.com>
8837
8838 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8839 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8840 when hitting an exception catchpoint.
8841
7c3c1aa8
YQ
88422017-11-22 Yao Qi <yao.qi@linaro.org>
8843
8844 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8845
41bd68f5
SM
88462017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8847
8848 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8849 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8850 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8851
1daad298
YQ
88522017-11-22 Yao Qi <yao.qi@linaro.org>
8853
8854 * gdb.base/info-os.exp: Pass pthreads.
8855 * gdb.multi/multi-attach.exp: Likewise.
8856
88465e87
YQ
88572017-11-22 Yao Qi <yao.qi@linaro.org>
8858
8859 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8860 compiler.
8861
dc196b23
YQ
88622017-11-22 Yao Qi <yao.qi@linaro.org>
8863
8864 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8865 * gdb.base/break-interp.exp: Likewise.
8866 * gdb.base/jit-attach-pie.exp: Likewise.
8867
2400729e
UW
88682017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8869
8870 * gdb.base/float128.c (large128): New variable.
8871 * gdb.base/float128.exp: Add test to print largest __float128 value.
8872
7a26362d
UW
88732017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8874
8875 * gdb.arch/vsx-regs.exp: Update register content checks.
8876
ed0f4273
UW
88772017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8878
8879 * gdb.arch/ppc-longdouble.exp: New file.
8880 * gdb.arch/ppc-longdouble.c: Likewise.
8881
a25d69c6
PA
88822017-11-21 Pedro Alves <palves@redhat.com>
8883
8884 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8885
73fcf641
PA
88862017-11-20 Pedro Alves <palves@redhat.com>
8887
8888 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8889 (long_double_typedef): New typedefs.
8890 Use DEF on double and long double.
8891 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8892 cases.
8893 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8894 and 'long_double_ptr_same_size' locals. Use them to decide
8895 whether cast from array/function to float is valid/invalid.
8896
71a3c369
TT
88972017-11-17 Tom Tromey <tom@tromey.com>
8898
8899 * gdb.rust/traits.rs: New file.
8900 * gdb.rust/traits.exp: New file.
8901
ced9779b
JB
89022017-11-17 Joel Brobecker <brobecker@adacore.com>
8903
8904 * gdb.ada/minsyms: New testcase.
8905
a0922d80
PA
89062017-11-16 Pedro Alves <palves@redhat.com>
8907
8908 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8909 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8910
ea04e54c
PA
89112017-11-16 Pedro Alves <palves@redhat.com>
8912
8913 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8914 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8915
e849ea89
PA
89162017-11-16 Pedro Alves <palves@redhat.com>
8917
8918 * gdb.server/reconnect-ctrl-c.c: New file.
8919 * gdb.server/reconnect-ctrl-c.exp: New file.
8920
d8ae99a7
PM
89212017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8922
8923 * gdb.python/py-rbreak.exp: New file.
8924 * gdb.python/py-rbreak.c: New file.
8925 * gdb.python/py-rbreak-func2.c: New file.
8926
968a13f8
PA
89272017-11-16 Pedro Alves <palves@redhat.com>
8928
8929 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8930 pattern.
8931 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8932 GDB.
8933
71774bc9
SM
89342017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8935
8936 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8937 regex.
8938
ddbb44cf
SM
89392017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8940
8941 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8942 test names.
8943
584a564f
PA
89442017-11-09 Pedro Alves <palves@redhat.com>
8945
8946 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8947 factored out from ...
8948 (top level): ... here, and adjusted to avoid expecting beyond the
8949 prompt in a single gdb_test_multiple.
8950
5ed7a928
PA
89512017-11-09 Pedro Alves <palves@redhat.com>
8952
8953 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8954 output.
8955 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8956 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8957 * gdb.server/ext-run.exp ("kill" test): Likewise.
8958 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8959
a60e0738
PA
89602017-11-09 Pedro Alves <palves@redhat.com>
8961
8962 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8963 match till end of line.
8964
2c88253f
PA
89652017-11-09 Pedro Alves <palves@redhat.com>
8966
8967 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8968
c7a38517
PA
89692017-11-09 Pedro Alves <palves@redhat.com>
8970
8971 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8972 New procedures, factored out from ...
8973 (top level): ... here, and adjusted to avoid expecting beyond the
8974 prompt in one go.
8975
f29f4b6b
PA
89762017-11-09 Pedro Alves <palves@redhat.com>
8977
8978 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8979 output. Fix '?' match.
8980
286acbb5
JB
89812017-11-08 Joel Brobecker <brobecker@adacore.com>
8982
8983 * gdb.ada/scoped_watch: New testcase.
8984 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8985 which is actually correct.
8986 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8987 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8988
62d7ae92
PA
89892017-11-08 Pedro Alves <palves@redhat.com>
8990
8991 * gdb.gdb/complaints.exp (test_initial_complaints)
8992 (test_serial_complaints, test_short_complaints): Call
8993 complaint_internal instead of complaint.
8994
280ca31f
DT
89952017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8996
8997 * gdb.threads/tls-core.c: New file.
8998 * gdb.threads/tls-core.exp: Likewise.
8999
b5ec771e
PA
90002017-11-08 Pedro Alves <palves@redhat.com>
9001
9002 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
9003 (p Exported_Capitalized): New test.
9004 (p exported_capitalized): New test.
9005
a02b41a7
PA
90062017-11-07 Pedro Alves <palves@redhat.com>
9007
9008 * gdb.cp/ena-dis-br-range.exp: Add more tests.
9009
95e95a6d
PA
90102017-11-07 Pedro Alves <palves@redhat.com>
9011
9012 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
9013 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
9014 (disable_invalid, disable_inverted, disable_negative): New
9015 procedures.
9016 ("bad numbers"): New set of tests.
9017
cee62dbd
PA
90182017-11-07 Pedro Alves <palves@redhat.com>
9019
9020 * gdb.cp/ena-dis-br-range.exp: Add tests.
9021
cc638e86
PA
90222017-11-07 Pedro Alves <palves@redhat.com>
9023
9024 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
9025
d0fe4701
XR
90262017-11-07 Xavier Roirand <roirand@adacore.com>
9027 Pedro Alves <palves@redhat.com>
9028
9029 * gdb.base/ena-dis-br.exp: Add reference to
9030 gdb.cp/ena-dis-br-range.exp.
9031 * gdb.cp/ena-dis-br-range.exp: New file.
9032 * gdb.cp/ena-dis-br-range.cc: New file.
9033
46f67f80
PA
90342017-11-06 Pedro Alves <palves@redhat.com>
9035
9036 * gdb.base/attach-non-pgrp-leader.c: New.
9037 * gdb.base/attach-non-pgrp-leader.exp: New.
9038
726e1356
PA
90392017-11-06 Pedro Alves <palves@redhat.com>
9040
9041 * configure.ac: No longer check for termio.h and sgtty.h.
9042 * configure: Regenerate.
9043 * remote-utils.c: Include termios.h instead of gdb_termios.h.
9044 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
9045 Remove termio and sgtty code.
9046
50ab6ace
YQ
90472017-11-03 Yao Qi <yao.qi@linaro.org>
9048
9049 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
9050 in GDB is disabled.
9051
8e68731c
YQ
90522017-11-03 Yao Qi <yao.qi@linaro.org>
9053
9054 * gdb.python/py-thrhandle.exp: Skip it if python is not
9055 enabled.
9056
3a87ae65
SM
90572017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
9058
9059 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
9060 as a breakpoint command.
9061
484d8d36
MD
90622017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
9063
9064 PR python/21213
9065 * gdb.python/py-infthread.exp: Test calling
9066 InferiorThread.inferior () multiple times in a row.
9067
4a27f119
KS
90682017-10-27 Keith Seitz <keiths@redhat.com>
9069
9070 * gdb.opt/inline-break.exp (break_info_1): New procedure.
9071 Test "info break" for every inlined function breakpoint.
9072
bb11dd58
YQ
90732017-10-27 Yao Qi <yao.qi@linaro.org>
9074
9075 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
9076
a43f3893
PF
90772017-10-26 Patrick Frants <osscontribute@gmail.com>
9078
9079 * gdb.cp/classes.exp (test_static_members): Test printing
9080 Outer::instance.
9081 * gdb.cp/classes.c (struct Inner, struct Outer): New.
9082 (Inner::instance, Outer::instance): New.
9083
792ccf00
PA
90842017-10-24 Pedro Alves <palves@redhat.com>
9085
9086 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
9087 extra console" test in two stages.
9088
eb2bfbad
PA
90892017-10-24 Pedro Alves <palves@redhat.com>
9090
9091 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
9092
1f75a651
PA
90932017-10-24 Pedro Alves <palves@redhat.com>
9094
9095 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
9096 loop.
9097
779990d9
PA
90982017-10-24 Pedro Alves <palves@redhat.com>
9099
9100 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
9101 $attempt" and "stoppedtry $stoppedtry" test prefixes.
9102
ad9b8f5d
PA
91032017-10-24 Pedro Alves <palves@redhat.com>
9104
9105 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
9106 parameter and handle it. Don't output read value in test name.
9107
fee6da6e
PA
91082017-10-24 Pedro Alves <palves@redhat.com>
9109
9110 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
9111 custom test name.
9112
10389c2c
PA
91132017-10-24 Pedro Alves <palves@redhat.com>
9114
9115 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
9116 include the unstable output directory name in the test's name.
9117 (initial_setup_simple) <'set args'>: Use custom test name.
9118
a80e65a9
PA
91192017-10-24 Pedro Alves <palves@redhat.com>
9120
9121 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
9122 with explicit test name.
9123
15763a09
PA
91242017-10-20 Pedro Alves <palves@redhat.com>
9125
9126 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
9127 'wait -i'. Use gdb_assert and remote_close.
9128
49a4ce2e
AB
91292017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
9130
9131 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
9132 number from variable rather than hard-coded.
9133
a75868f5
PA
91342017-10-19 Pedro Alves <palves@redhat.com>
9135
9136 * gdb.base/long-inferior-output.c: New file.
9137 * gdb.base/long-inferior-output.exp: New file.
9138
c8ba13ad
KS
91392017-11-18 Keith Seitz <keiths@redhat.com>
9140
9141 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
9142 method.
9143 (main): Call it.
9144 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
9145 Add additional user-defined conversion operator tests.
9146
b27de576
PA
91472017-10-17 Pedro Alves <palves@redhat.com>
9148
9149 * boards/native-stdio-gdbserver.exp: Load "local-board".
9150
8484c955
PA
91512017-10-17 Pedro Alves <palves@redhat.com>
9152
9153 * gdb.base/quit-live.c: New file.
9154 * gdb.base/quit-live.exp: New file.
9155
83d5a34d
KS
91562017-10-16 Keith Seitz <keiths@redhat.com>
9157
9158 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9159 (class_with_protected_typedef, class_with_private_typedef)
9160 (struct_with_public_typedef, struct_with_protected_typedef)
9161 (struct_with_private_typedef): New classes/structs.
9162 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9163 typedefs and access specifiers.
9164
739b3f1d
PA
91652017-10-16 Pedro Alves <palves@redhat.com>
9166 Simon Marchi <simon.marchi@polymtl.ca>
9167
9168 * README (Local vs Remote vs Native): New section.
9169 * boards/local-board.exp: New file, with bits factored out from
9170 ...
9171 * boards/native-extended-gdbserver.exp: ... here. Load
9172 "local-board".
9173 * boards/native-gdbserver.exp: Load "local-board".
9174 (${board}_spawn, ${board}_exec): Delete.
9175 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9176 ...
9177 * boards/stdio-gdbserver-base.exp: ... this new file.
9178 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9179 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9180 procedure.
9181 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9182 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9183 stdio_gdbserver_command.
9184 (${board}_get_remote_address, ${board}_get_comm_port)
9185 (${board}_download, ${board}_upload): Delete.
9186 (get_target_remote_pipe_cmd): New.
9187
fe68b953
SM
91882017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9189
9190 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9191 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9192 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9193 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9194 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9195 remove with_test_prefix.
9196
300b6685
PA
91972017-10-13 Pedro Alves <palves@redhat.com>
9198
9199 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9200 * gdb.base/annota1.exp: Use it instead of is_remote.
9201 * gdb.base/annota3.exp: Use it instead of is_remote.
9202 * gdb.cp/annota2.exp: Use it instead of is_remote.
9203 * gdb.cp/annota3.exp: Use it instead of is_remote.
9204 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9205
50500caf
PA
92062017-10-13 Pedro Alves <palves@redhat.com>
9207
9208 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9209 (test_num_test_vars, run_and_count_vars, find_env)
9210 (test_set_unset_env, test_inherit_env_var): New procedures.
9211 (top level): Use them.
9212
dad0c6d2
PA
92132017-10-13 Pedro Alves <palves@redhat.com>
9214
9215 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9216 also skip on stub-like targets.
9217
8b0553c1
PA
92182017-10-13 Pedro Alves <palves@redhat.com>
9219
9220 PR gdb/22293
9221 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9222 (top level): Move some tests to ...
9223 (test_not_found): ... this new procedure.
9224 (top level): Call it.
9225
7594f623
PA
92262017-10-13 Pedro Alves <palves@redhat.com>
9227
9228 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9229 expect different "info terminal" output if testing with a
9230 non-native target.
9231
ebe3b402
PA
92322017-10-13 Pedro Alves <palves@redhat.com>
9233 Simon Marchi <simon.marchi@polymtl.ca>
9234
9235 PR python/12966
9236 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9237
42f1b161
PA
92382017-10-13 Pedro Alves <palves@redhat.com>
9239
9240 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9241 already.
9242
8d6ef72b
PA
92432017-10-13 Pedro Alves <palves@redhat.com>
9244
9245 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9246 is_remote.
9247
d7bcd5b8
PA
92482017-10-13 Pedro Alves <palves@redhat.com>
9249
9250 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9251 is_remote.
9252
df479dc6
PA
92532017-10-13 Pedro Alves <palves@redhat.com>
9254
9255 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9256 is set.
9257 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9258 instead of is_remote.
9259
23fb630a
PA
92602017-10-13 Pedro Alves <palves@redhat.com>
9261
9262 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9263 (top level): Add comment.
9264
cc77b1dc
PA
92652017-10-13 Pedro Alves <palves@redhat.com>
9266
9267 * gdb.base/remote.exp (top level): Fix comment typo and add
9268 missing return.
9269
27c9e813
PA
92702017-10-13 Pedro Alves <palves@redhat.com>
9271 Simon Marchi <simon.marchi@polymtl.ca>
9272
9273 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9274 calls and add comments. Skip test if use_gdb_stub is set.
9275 (top level): Use "set cwd" command instead of "cd" command.
9276
5e830d98
PA
92772017-10-13 Pedro Alves <palves@redhat.com>
9278
9279 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9280 is_remote target check.
9281
f5ca0032
PA
92822017-10-13 Pedro Alves <palves@redhat.com>
9283
9284 * gdb.base/scope.exp: Use build_executable + clean_restart +
9285 gdb_file_cmd instead of prepare_for_testing and no longer skip
9286 "before run" tests on is_remote target boards. Update comments.
9287 * boards/native-extended-gdbserver.exp
9288 (extended_gdbserver_load_last_file): New, factored out from ...
9289 (gdb_load): ... this. Move further below and add comment.
9290 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9291
8aed1c0d
PA
92922017-10-12 Pedro Alves <palves@redhat.com>
9293
9294 * gdb.base/attach.exp: Remove references to gdb64.
9295 * gdb.base/dbx.exp: Remove references to gdb64.
9296
cfa34c87
SM
92972017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9298 Pedro Alves <palves@redhat.com>
9299
9300 * gdb.base/label.exp: Remove is_remote target check.
9301
9192b7de
PA
93022017-10-12 Pedro Alves <palves@redhat.com>
9303
9304 * gdb.base/auvx.exp (coredir): Update comment.
9305 (top level) <core_works>: Use "set cwd" command instead of "cd"
9306 command.
9307
6bf0052d
PA
93082017-10-12 Pedro Alves <palves@redhat.com>
9309 Simon Marchi <simon.marchi@polymtl.ca>
9310
9311 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9312 target boards.
9313
e48ef82d
PA
93142017-10-12 Pedro Alves <palves@redhat.com>
9315 Simon Marchi <simon.marchi@polymtl.ca>
9316
9317 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9318 Instead skip if there's any gdb_protocol set.
9319
8d7aea57
SM
93202017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9321 Pedro Alves <palves@redhat.com>
9322
9323 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9324
30440677
PA
93252017-10-12 Pedro Alves <palves@redhat.com>
9326 Simon Marchi <simon.marchi@polymtl.ca>
9327
9328 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9329 instead of on dejagnu remote boards.
9330
4e04f045 93312017-10-12 Pedro Alves <palves@redhat.com>
175654b9 9332 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
9333
9334 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9335 checks. Use build_executable + clean_restart instead of
9336 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9337 of enabling non-stop after starting gdb.
9338
871a186e
PA
93392017-10-12 Pedro Alves <palves@redhat.com>
9340
9341 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9342 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9343 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9344 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9345
56d704da
AK
93462017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9347
9348 * gdb.arch/arc-tdesc-cpu.exp: New file.
9349 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9350
2f20e312
SM
93512017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9352
9353 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9354
65630365
PA
93552017-10-10 Pedro Alves <palves@redhat.com>
9356
9357 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9358 expect CLI output.
9359
bf469271
PA
93602017-10-10 Pedro Alves <palves@redhat.com>
9361
9362 * lib/selftest-support.exp (selftest_setup): Update for
9363 captured_command_loop's prototype change.
9364
777a42f1
PA
93652017-10-09 Pedro Alves <palves@redhat.com>
9366
9367 Test both arch1=>arch2 and arch2=>arch1.
9368
9369 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9370 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9371 factored out to...
9372 (append_arch1_options, append_arch2_options, append_arch_options)
9373 (build_executables): New procedures.
9374 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9375 local.
9376 (top level): Add new 'first_arch' testing axis.
9377
cbd2b4e3
PA
93782017-10-09 Pedro Alves <palves@redhat.com>
9379
9380 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9381 (barrier): New.
9382 (thread_start, all_started): New functions.
9383 (main): Spawn new thread and wait until it is scheduled.
9384 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9385 option.
9386 (do_test): Add 'selected_thread' parameter. Run to all_started
9387 instead of main. Explicitly set the breakpoint at main. Switch
9388 to the SELECTED_THREAD thread.
9389 (top level): Test handling the exec event with either the main
9390 thread or the second thread selected.
9391
5c9e4427
PA
93922017-10-09 Pedro Alves <palves@redhat.com>
9393
9394 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9395 logic. Move STOP marker after the value checks.
9396 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9397 regexp.
9398
b3b7c423
SL
93992017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9400
9401 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9402
3b4b2f16
UW
94032017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9404
9405 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9406 integer-to-dfp conversion.
9407 * gdb.base/dfp-test.exp: Likewise.
9408
5cd63fda
PA
94092017-10-04 Pedro Alves <palves@redhat.com>
9410
9411 * gdb.multi/hangout.c: Include <unistd.h>.
9412 (hangout_loop): New function.
9413 (main): Call alarm. Call hangout_loop in a loop.
9414 * gdb.multi/hello.c: Include <unistd.h>.
9415 (hello_loop): New function.
9416 (main): Call alarm. Call hangout_loop in a loop.
9417 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9418 inferior with the other selected.
9419
4c71c105
SM
94202017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9421
9422 * gdb.mi/list-thread-groups-available.exp: New file.
9423 * gdb.mi/list-thread-groups-available.c: New file.
9424
bc3b087d
SDJ
94252017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9426
9427 * gdb.base/set-cwd.exp: Make it available on
9428 native-extended-gdbserver.
9429
d092c5a2
SDJ
94302017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9431
9432 * gdb.base/set-cwd.c: New file.
9433 * gdb.base/set-cwd.exp: Likewise.
9434
45320ffa
TT
94352017-10-02 Tom Tromey <tom@tromey.com>
9436
9437 PR rust/22236:
9438 * gdb.rust/simple.rs (main): New variable "fslice".
9439 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9440
b3e3859b
TT
94412017-10-02 Tom Tromey <tom@tromey.com>
9442
9443 * gdb.rust/simple.exp: Test ptype of a slice.
9444
01af5e0d
TT
94452017-10-02 Tom Tromey <tom@tromey.com>
9446
9447 * gdb.rust/simple.exp: Test index of slice.
9448
a9bbfbd8
TT
94492017-09-27 Tom Tromey <tom@tromey.com>
9450
9451 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9452
df8899e5
TP
94532017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9454 Pedro Alves <palves@redhat.com>
9455
9456 * gdb.base/compare-sections.exp (get value of read-only section): Read
9457 as unsigned value.
9458 (corrupt read-only section): Likewise and don't set written if patching
9459 failed.
9460
757bf54b
KB
94612017-09-21 Kevin Buettner <kevinb@redhat.com>
9462
9463 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9464 files.
9465
06871ae8
PA
94662017-09-20 Pedro Alves <palves@redhat.com>
9467
9468 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9469 symbol names in gdb's output.
9470 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9471
e5f25bc5
PA
94722017-09-20 Pedro Alves <palves@redhat.com>
9473
9474 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9475 Rename to ...
9476 (test_list_ambiguous_symbol): ... this and add a symbol name
9477 parameter. Adjust.
9478 (test_list_ambiguous_function): Reimplement on top of
9479 test_list_ambiguous_symbol and also test listing ambiguous
9480 variables.
9481 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9482 (ambiguous_fun): ... this.
9483 (ambiguous_var): New.
9484 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9485 (ambiguous_fun): ... this.
9486 (ambiguous_var): New.
9487
4e5a4f58
JB
94882017-09-19 John Baldwin <jhb@FreeBSD.org>
9489
9490 * gdb.base/starti.c: New file.
9491 * gdb.base/starti.exp: New file.
9492 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9493
26e53f3e
PA
94942017-09-14 Pedro Alves <palves@redhat.com>
9495
9496 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9497 (top level): Use it instead of runto.
9498
cb791d59
TT
94992017-09-11 Tom Tromey <tom@tromey.com>
9500
9501 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9502
7c96f8c1
TT
95032017-09-11 Tom Tromey <tom@tromey.com>
9504
9505 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9506 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9507
469412dd
CW
95082017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9509
9510 * gdb.fortran/printing-types.exp: New file.
9511 * gdb.fortran/printing-types.exp: New file.
9512
e0f86435
BH
95132017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9514
9515 * gdb.fortran/vla-ptype.exp: Fix typos.
9516 * gdb.fortran/vla-value.exp: Same.
9517
9e9af4be
BH
95182017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9519
9520 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9521 * gdb.mi/mi-var-child-f.exp: Likewise.
9522 * gdb.mi/mi-vla-fortran.exp: Likewise.
9523
a5ad232b 95242017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
9525 Christoph Weinmann <christoph.t.weinmann@intel.com>
9526 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
9527
9528 * gdb.fortran/ptr-indentation.f90: New file.
9529 * gdb.fortran/ptr-indentation.exp: New file.
9530
5aec60eb
TT
95312017-09-05 Tom Tromey <tom@tromey.com>
9532
9533 PR gdb/22010:
9534 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9535
8f8f8152
TP
95362017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9537
9538 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9539
fbd1b771
JK
95402017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9541
9542 * gdb.threads/tls-nodebug-pie.c: New file.
9543 * gdb.threads/tls-nodebug-pie.exp: New file.
9544
5eb5f850
TT
95452017-09-05 Tom Tromey <tom@tromey.com>
9546
9547 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9548 for rust.
9549
ae780a21
SM
95502017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9551
9552 * gdb.multi/multi-arch-exec.exp: Test with different
9553 "follow-exec-mode" settings.
9554 (do_test): New procedure.
9555
3693fdb3
PA
95562017-09-04 Pedro Alves <palves@redhat.com>
9557
9558 * gdb.base/func-static.c (S::method const, S::method volatile)
9559 (S::method volatile const): New methods.
9560 (c_s, v_s, cv_s): New instances.
9561 (main): Call method() on them.
9562 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9563 (cannot_resolve): New procedure.
9564 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9565 print-quote-unquoted columns.
9566 (do_test): Test printing each scope too.
9567
e68cb8e0
PA
95682017-09-04 Pedro Alves <palves@redhat.com>
9569
9570 * gdb.base/local-static.exp: Also test with
9571 class::method::variable wholly quoted.
9572 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9573
858be34c
PA
95742017-09-04 Pedro Alves <palves@redhat.com>
9575
9576 * gdb.base/local-static.c: New.
9577 * gdb.base/local-static.cc: New.
9578 * gdb.base/local-static.exp: New.
9579
46a4882b
PA
95802017-09-04 Pedro Alves <palves@redhat.com>
9581
9582 * gdb.asm/asm-source.exp: Add casts to int.
9583 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9584 (dataglobal64_1, dataglobal64_2): New globals.
9585 * gdb.base/nodebug.exp: Test different expressions involving the
9586 new globals, with print, whatis and ptype. Add casts to int.
9587 * gdb.base/solib-display.exp: Add casts to int.
9588 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9589 * gdb.cp/m-static.exp: Add cast to int.
9590 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9591 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9592 tls variable with no debug info without a cast. Test with a cast
9593 to int too.
9594 * gdb.trace/entry-values.exp: Add casts.
9595
2c5a2be1
PA
95962017-09-04 Pedro Alves <palves@redhat.com>
9597
9598 * gdb.base/nodebug.exp: Test that ptype's error about functions
9599 with unknown return type includes the function name too.
9600
7022349d
PA
96012017-09-04 Pedro Alves <palves@redhat.com>
9602
9603 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9604 return type of munmap in infcall.
9605 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9606 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9607 type of ftell in infcall.
9608 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9609 type of getpid in infcall.
9610 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9611 infcall.
9612 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9613 Bail on failure to extract the pid.
9614 * gdb.base/nodebug.c: #include <stdint.h>.
9615 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9616 New functions.
9617 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9618 Change expected output of print/whatis/ptype with functions with
9619 no debug info. Test all supported languages. Call
9620 test_call_promotion.
9621 * gdb.compile/compile.exp: Adjust expected output to expect
9622 warning.
9623 * gdb.threads/siginfo-threads.exp: Likewise.
9624
54990598
PA
96252017-09-04 Pedro Alves <palves@redhat.com>
9626
9627 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9628 "prototypes". Test calling float functions via prototyped and
9629 unprototyped function pointers.
9630 (perform_all_tests): New parameter "prototypes". Pass it down.
9631 (top level): Pass down "prototypes" parameter to
9632 perform_all_tests.
9633
34d16ea2
SM
96342017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9635
9636 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9637 Test with nested loops.
9638
9521ecda
SM
96392017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9640
9641 * gdb.base/commands.exp: Call the new procedures.
9642 (loop_break_test, loop_continue_test): New procedures.
9643
80a65e9b
SM
96442017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9645
9646 * gdb.base/commands.exp: Call new procedure.
9647 (define_if_without_arg_test): New procedure.
9648
e439fa14
PA
96492017-09-04 Pedro Alves <palves@redhat.com>
9650
9651 * gdb.base/list-ambiguous.exp: New file.
9652 * gdb.base/list-ambiguous0.c: New file.
9653 * gdb.base/list-ambiguous1.c: New file.
9654 * gdb.base/list.exp (test_list_range): Adjust expected output.
9655
0a2dde4a
SDJ
96562017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9657
9658 * gdb.base/share-env-with-gdbserver.c: New file.
9659 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9660
5e89eb3a
SM
96612017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9662
9663 * gdb.base/commands.exp (gdbvar_simple_if_test,
9664 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9665 progvar_simple_if_test, progvar_simple_while_test,
9666 progvar_complex_if_while_test, user_defined_command_test,
9667 user_defined_command_args_eval,
9668 user_defined_command_args_stack_test,
9669 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9670 temporary_breakpoint_commands,
9671 gdb_test_no_prompt, redefine_hook_test,
9672 redefine_backtrace_test): Remove "global gdb_prompt".
9673
fd437cbc
SM
96742017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9675
9676 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9677 New proc, call it from toplevel.
9678
87215ad1
SDJ
96792017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9680
9681 PR remote/21852
9682 * gdb.server/normal.c: New file, copied from gdb.base.
9683 * gdb.server/run-without-local-binary.exp: New file.
9684
58afddc6
WP
96852017-08-07 Weimin Pan <weimin.pan@oracle.com>
9686
9687 * gdb.arch/sparc64-adi.exp: New file.
9688 * gdb.arch/sparc64-adi.c: New file.
9689
5277199a
PA
96902017-08-22 Pedro Alves <palves@redhat.com>
9691
9692 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9693 (top level): Add "list all overloads" tests.
9694
14278e1f
TT
96952017-08-22 Tom Tromey <tom@tromey.com>
9696
9697 * gdb.gdb/xfullpath.exp: Remove.
9698
bf223d3e
PA
96992017-08-21 Pedro Alves <palves@redhat.com>
9700
9701 PR gdb/19487
9702 * gdb.base/symbol-alias.c: New.
9703 * gdb.base/symbol-alias2.c: New.
9704 * gdb.base/symbol-alias.exp: New.
9705
c973d0aa
PA
97062017-08-21 Pedro Alves <palves@redhat.com>
9707
9708 * gdb.base/dfp-test.c
9709 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9710 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9711 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9712 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9713 * gdb.base/whatis-ptype-typedefs.c: New.
9714 * gdb.base/whatis-ptype-typedefs.exp: New.
9715 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9716 (an_int, an_int_type, an_int_type2): New globals.
9717 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9718 involving typedefs and cast expressions.
9719 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9720 (lookup_typedefs_function): New.
9721 (typedefs_pretty_printers_dict): New.
9722 (top level): Register lookup_typedefs_function in
9723 gdb.pretty_printers.
9724
6d580b63
YQ
97252017-08-18 Yao Qi <yao.qi@linaro.org>
9726
9727 * gdb.server/unittest.exp: New.
9728
206726fb
SDJ
97292017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9730
9731 PR gdb/21954
9732 * gdb.base/environ.exp: Add test to check if 'unset environment'
9733 works.
9734
bf0ec4c2
AA
97352017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9736
9737 * lib/gdb.exp (universal_compile_options): New caching proc.
9738 (gdb_compile): Suppress GCC's coloring of messages.
9739
d6382fff
TT
97402017-08-14 Tom Tromey <tom@tromey.com>
9741
9742 PR gdb/21675:
9743 * gdb.base/printcmds.exp (test_radices): New function.
9744 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9745 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9746 * lib/gdb.exp (get_integer_valueof): Use p/d.
9747
c2c2dd9f
SM
97482017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9749
9750 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9751 characters.
9752
fdffd6f4
TT
97532017-08-05 Tom Tromey <tom@tromey.com>
9754
9755 * gdb.rust/simple.exp: Allow String to appear in a different
9756 namespace.
9757
27d41eac
YQ
97582017-07-26 Yao Qi <yao.qi@linaro.org>
9759
9760 * gdb.gdb/unittest.exp: Invoke command
9761 "maintenance check xml-descriptions".
9762
031ed05d
AA
97632017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9764
9765 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9766 calling context.
9767 (hex128): Drop erroneous calculation of parameters.
9768
dcd27ddf
SM
97692017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9770
9771 * gdb.python/py-unwind.exp: Disable stack protection when
9772 building test file.
9773
47e77640
PA
97742017-07-20 Pedro Alves <palves@redhat.com>
9775
9776 * gdb.base/default.exp (set language): Adjust expected output.
9777
62d2a18a
PA
97782017-07-20 Pedro Alves <palves@redhat.com>
9779
9780 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9781 (test_minsym): ... this, and make static.
9782 (get_pck__foo__bar__minsym): Rename to ...
9783 (get_test_minsym): ... this.
9784 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9785 symbol names and comments.
9786 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9787 (get_test_minsym): ... this.
9788 (pck__foo__bar__minsym__2): Rename to ...
9789 (test_minsym): ... this.
9790 (main): Adjust.
9791
c45ec17c
PA
97922017-07-17 Pedro Alves <palves@redhat.com>
9793
9794 * gdb.base/completion.exp: Adjust expected output.
9795 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9796 the completer works.
9797
c6756f62
PA
97982017-07-17 Pedro Alves <palves@redhat.com>
9799
9800 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9801
5bd68487
AB
98022017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9803
9804 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9805
8880f2a9
TT
98062017-07-14 Tom Tromey <tom@tromey.com>
9807
9808 PR rust/21764:
9809 * gdb.rust/simple.exp: Add tests.
9810
65547233
TT
98112017-07-14 Tom Tromey <tom@tromey.com>
9812
9813 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9814
8f14146e
PA
98152017-07-14 Pedro Alves <palves@redhat.com>
9816
9817 * gdb.linespec/base/one/thefile.cc (z1): New function.
9818 * gdb.linespec/base/two/thefile.cc (z2): New function.
9819 * gdb.linespec/linespec.exp: Add tests.
9820
b4365d02
AB
98212017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9822
9823 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9824 to mi_create_breakpoint.
9825
5d2cbaa5
AB
98262017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9827
9828 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9829 mi_create_breakpoint.
9830
11cb5716
IB
98312017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9832
9833 * gdb.dlang/demangle.exp: Update for demangling changes.
9834
03278692
TT
98352017-07-09 Tom Tromey <tom@tromey.com>
9836
9837 * gdb.dwarf2/shortpiece.exp: New file.
9838
33c5cd75
DB
98392017-07-06 David Blaikie <dblaikie@gmail.com>
9840
9841 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9842 built from fissiont-multi-cu{1,2}.c.
9843 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9844 except putting 'main' and 'func' in separate CUs in the same DWO file.
9845 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9846 test.
9847 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9848 test.
9849
8455d262
PA
98502017-07-06 Pedro Alves <palves@redhat.com>
9851
9852 * gdb.python/py-unwind.exp: Test flushregs.
9853
dc4bde35
SDJ
98542017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9855
9856 PR cli/21688
9857 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9858 tests for alias commands and trailing whitespace.
9859
51ed89aa
SDJ
98602017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9861
9862 PR cli/21688
9863 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9864 procedure. Call it.
9865
eb17d413
PA
98662017-06-29 Pedro Alves <palves@redhat.com>
9867
9868 * gdb.base/printcmds.exp: Add tests.
9869
41664b45
DG
98702017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9871
9872 PR gdb/21337
9873 * gdb.base/reread-readsym.exp: New file.
9874 * gdb.base/reread-readsym.c: New file.
9875
75312ae3
KB
98762017-06-21 Kevin Buettner <kevinb@redhat.com>
9877
9878 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9879 subpattern.
9880
66953522
PB
98812017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9882
9883 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9884 extended mnemonic.
9885 * gdb.arch/powerpc-power9.s: Likewise.
9886
5524b525
AA
98872017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9888
9889 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9890 on 32-bit x86 targets. Exploit is_*_target macros where
9891 appropriate.
9892
03c8af18
AA
98932017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9894
9895 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9896 register pieces.
9897
3bf31011
AA
98982017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9899
9900 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9901 located in one or more DWARF pieces.
9902
805acca0
AA
99032017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9904
9905 * lib/gdb.exp (get_endianness): New proc.
9906 * gdb.arch/aarch64-fp.exp: Use it.
9907 * gdb.arch/altivec-regs.exp: Likewise.
9908 * gdb.arch/e500-regs.exp: Likewise.
9909 * gdb.arch/vsx-regs.exp: Likewise.
9910 * gdb.base/dump.exp: Likewise.
9911 * gdb.base/funcargs.exp: Likewise.
9912 * gdb.base/gnu_vector.exp: Likewise.
9913 * gdb.dwarf2/formdata16.exp: Likewise.
9914 * gdb.dwarf2/implptrpiece.exp: Likewise.
9915 * gdb.dwarf2/nonvar-access.exp: Likewise.
9916 * gdb.python/py-inferior.exp: Likewise.
9917 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9918
e9352324
AA
99192017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9920
9921 PR gdb/21226
9922 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9923 stack value pieces are taken from the LSB end.
9924
d5d1163e
AA
99252017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9926
9927 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9928 variable at nonzero offset.
9929
0567c986
AA
99302017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9931
9932 * gdb.dwarf2/var-access.c: New file.
9933 * gdb.dwarf2/var-access.exp: New test.
9934 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9935
973e9aab
TT
99362017-06-12 Tom Tromey <tom@tromey.com>
9937
9938 * gdb.dwarf2/formdata16.exp: Add tests.
9939
d9109c80
TT
99402017-06-12 Tom Tromey <tom@tromey.com>
9941
9942 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9943
30a25466
TT
99442017-06-12 Tom Tromey <tom@tromey.com>
9945
9946 PR exp/16225:
9947 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9948 * gdb.arch/vsx-regs.exp: Update tests.
9949 * gdb.arch/s390-vregs.exp (hex128): New proc.
9950 Update test.
9951 * gdb.arch/altivec-regs.exp: Update tests.
9952
aefd8b33
SDJ
99532017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9954
9955 * gdb.base/startup-with-shell.c: New file.
9956 * gdb.base/startup-with-shell.exp: Likewise.
9957
2090129c
SDJ
99582017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9959
9960 * gdb.server/non-existing-program.exp: Update regex in order to
9961 reflect the fact that gdbserver is now using fork_inferior (with a
9962 shell) to startup the inferior.
9963
8e86a419
SM
99642017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9965
9966 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9967 support function calls from GDB.
9968
e6cf65f2
TT
99692017-05-21 Tom Tromey <tom@tromey.com>
9970
9971 PR rust/21466:
9972 * gdb.rust/unsized.exp: New file.
9973 * gdb.rust/unsized.rs: New file.
9974
43cc5389
TT
99752017-05-19 Tom Tromey <tom@tromey.com>
9976
9977 PR rust/21484:
9978 * gdb.rust/watch.exp: New file.
9979 * gdb.rust/watch.rs: New file.
9980
ec8df234
TT
99812017-05-18 Tom Tromey <tom@tromey.com>
9982
9983 * gdb.rust/simple.exp: Allow Box to be qualified.
9984
3e3e7fae
TP
99852017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9986
9987 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9988
59cc050d
PA
99892017-05-18 Pedro Alves <palves@redhat.com>
9990
9991 * gdb.base/fileio.c (test_write, test_read, test_close)
9992 (test_fstat): Don't print 'ret' in the fail path.
9993
c8f6abd1
PA
99942017-05-18 Pedro Alves <palves@redhat.com>
9995
9996 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9997 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9998 (test_system, test_rename, test_unlink, test_time): Change
9999 prototypes.
10000 * gdb.base/fileio.exp (stop_msg): Adjust.
10001
d2a03b77
PA
100022017-05-18 Pedro Alves <palves@redhat.com>
10003
10004 * gdb.base/fileio.c (null_str): New global.
10005 (test_stat): Use it.
10006 * gdb.base/fileio.exp: Remove nowarnings.
10007
0d5c6999
YQ
100082017-05-17 Yao Qi <yao.qi@linaro.org>
10009
10010 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
10011
21873064
YQ
100122017-05-17 Simon Marchi <simon.marchi@ericsson.com>
10013
10014 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
10015 argument command.
10016 (top-level): Invoke test_set_inferior_tty.
10017
d512d31c
PA
100182017-05-04 Pedro Alves <palves@redhat.com>
10019
10020 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
10021 Add parens to print call for Python 3.
10022
90cef2ed
KS
100232017-05-03 Keith Seitz <keiths@redhat.com>
10024
10025 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
10026 (main): Call it.
10027
14f819c8
TW
100282017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10029
10030 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
10031 to prev and next.
10032
913aeadd
TW
100332017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10034
10035 * gdb.python/py-record-btrace.exp: Remove test for
10036 gdb.BtraceInstruction.error.
10037
a3be24ad
TW
100382017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10039
10040 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
10041
ae20e79a
TW
100422017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10043
10044 * gdb.python/py-record-btrace-threads.c: New file.
10045 * gdb.python/py-record-btrace-threads.exp: New file.
10046
45ce1b47
SDJ
100472017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
10048
10049 PR testsuite/8595
10050 * gdb.base/environ.exp: Make test available in all architectures.
10051 Move bits related to "info program" testing to
10052 gdb.base/info-program.exp. Rewrite tests to use the two new
10053 procedures mentione below.
10054 (test_set_show_env_var) New procedure.
10055 (test_set_show_env_var_equal): Likewise.
10056 * gdb.base/info-program.exp: New file.
10057
e15c3eb4
KS
100582017-04-27 Keith Seitz <keiths@redhat.com>
10059
10060 * gdb.cp/oranking.cc (test15): New function.
10061 (main): Call test15 and declare additional variables for testing.
10062 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
10063 "p foo101('abc')" tests.
10064 Add tests for cv qualifier overloads.
10065 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
10066 "lvalue reference overload" test.
10067 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
10068 "print value of f1 on Child&& in f2" test.
10069
3a3fd0fd
PA
100702017-04-19 Pedro Alves <palves@redhat.com>
10071
10072 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
10073 procedure.
10074 (top level): Call it.
10075 * lib/gdb.exp (gdb_define_cmd): New procedure.
10076
53375380
PA
100772017-04-12 Pedro Alves <palves@redhat.com>
10078
10079 PR gdb/21323
10080 * gdb.cp/wide_char_types.c: Include <wchar.h>.
10081 (wchar): New global.
10082 * gdb.cp/wide_char_types.exp (wide_char_types_program)
10083 (do_test_wide_char, wide_char_types_no_program, top level): Add
10084 wchar_t testing.
10085
53e710ac
PA
100862017-04-12 Pedro Alves <palves@redhat.com>
10087
10088 PR c++/21323
10089 * gdb.cp/wide_char_types.c: New file.
10090 * gdb.cp/wide_char_types.exp: New file.
10091
0ad9d8c7
SDJ
100922017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
10093
10094 PR gdb/21352
10095 * gdb.trace/tsv.exp: Add test for "tsave -r".
10096
b1b45502
IB
100972017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
10098
10099 * gdb.dlang/watch-loc.c: New file.
10100 * gdb.dlang/watch-loc.exp: New file.
10101
ec13808e
JK
101022017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10103
10104 * gdb.python/py-section-script.exp (sepdebug): New testcases.
10105
fe5f7374
AK
101062017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10107
10108 * gdb.arch/arc-analyze-prologue.S: New file.
10109 * gdb.arch/arc-analyze-prologue.exp: Likewise.
10110
eea78757
AK
101112017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10112
10113 * gdb.arch/arc-decode-insn.S: New file.
10114 * gdb.arch/arc-decode-insn.exp: Likewise.
10115
5badf10a
IR
101162017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
10117
10118 PR tdep/20928
10119 * gdb.arch/sparc64-regs.exp: New file.
10120 * gdb.arch/sparc64-regs.S: Likewise.
10121
cee59b3f
TW
101222017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
10123
10124 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
10125 and memory view on Python 3.
10126
c0f55cc6
AV
101272017-03-20 Artemiy Volkov <artemiyv@acm.org>
10128 Keith Seitz <keiths@redhat.com>
10129
10130 PR gdb/14441
10131 * gdb.cp/demangle.exp: Add rvalue reference tests.
10132 * gdb.cp/rvalue-ref-casts.cc: New file.
10133 * gdb.cp/rvalue-ref-casts.exp: New file.
10134 * gdb.cp/rvalue-ref-overload.cc: New file.
10135 * gdb.cp/rvalue-ref-overload.exp: New file.
10136 * gdb.cp/rvalue-ref-params.cc: New file.
10137 * gdb.cp/rvalue-ref-params.exp: New file.
10138 * gdb.cp/rvalue-ref-sizeof.cc: New file.
10139 * gdb.cp/rvalue-ref-sizeof.exp: New file.
10140 * gdb.cp/rvalue-ref-types.cc: New file.
10141 * gdb.cp/rvalue-ref-types.exp: New file.
10142 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
10143 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
10144
51457a05
MAL
101452017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10146
10147 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
10148 New procedure.
10149
5b291c04
MAL
101502017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10151
10152 * lib/mi-support.exp (mi_gdb_test): Add additional message
10153 for unexpected output.
10154
59a56148
AA
101552017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10156
10157 * gdb.base/examine-backward.c (Barrier): New character array
10158 constant, to ensure that TestStrings is preceded by a string
10159 terminator.
10160
7942e96e
AA
101612017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10162
10163 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10164 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10165 and implicit pointer into such a location.
10166
6ebac3fb
DE
101672017-03-16 Doug Evans <dje@google.com>
10168
10169 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10170
ec3b243d
TP
101712017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10172
10173 * gdb.cp/m-static.exp: Fix expectation for prototype of
10174 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
10175
101762017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
10177
10178 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10179 * gdb.guile/scm-lazy-string.c: New file.
10180 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10181 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10182 for pointer, array, typedef lazy strings.
10183
2cc36e25 101842017-03-16 Doug Evans <dje@google.com>
34b43320
DE
10185
10186 PR python/17728, python/18439, python/18779
10187 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10188 * gdb.python/py-lazy-string.c (pointer): New typedef.
10189 (main): New locals ptr, array, typedef_ptr.
10190 * gdb.python/py-value.exp: Move lazy string tests to ...
10191 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10192 array, typedef lazy strings.
ec3b243d 10193
0efcde63
AK
101942017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10195
10196 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10197 Add optional 'test' parameter.
10198
7978d7c3
SM
101992017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10200
10201 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10202 Skip for versions of DejaGnu < 1.5.
10203
896c0c1e
SM
102042017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10205
10206 * lib/gdb.exp (dejagnu_version): New proc.
10207 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10208 Use dejagnu_version.
10209
5f4d1085
KS
102102017-03-10 Keith Seitz <keiths@redhat.com>
10211
10212 PR c++/8128
10213 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10214 type from destructor regexps.
10215 Add a branch which actually passes the test.
10216 Adjust "ptype t5i" test names.
10217
1de05205
PA
102182017-03-08 Pedro Alves <palves@redhat.com>
10219
10220 * gdb.base/step-over-exit.exp: Add explicit test message.
10221
c65d6b55
PA
102222017-03-08 Pedro Alves <palves@redhat.com>
10223
10224 PR gdb/18360
10225 * gdb.threads/interrupt-while-step-over.c: New file.
10226 * gdb.threads/interrupt-while-step-over.exp: New file.
10227
2e86a283
PA
102282017-03-08 Pedro Alves <palves@redhat.com>
10229
10230 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10231 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10232
25dcbff6
PA
102332017-03-08 Pedro Alves <palves@redhat.com>
10234
10235 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10236 PKRU as not supported as a PASS.
10237
dc9366eb
PA
102382017-03-08 Pedro Alves <palves@redhat.com>
10239
10240 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10241 prefix instead of $binfile1/$binfile2.
10242 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10243 in test message.
10244 * gdb.python/py-completion.exp: Use "load python file" as test
10245 messages instead of unstable path names.
10246
6e5d74e7
PA
102472017-03-08 Pedro Alves <palves@redhat.com>
10248 Jan Kratochvil <jan.kratochvil@redhat.com>
10249
10250 PR cli/21218
10251 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10252 New proc.
10253 (top level): Call it.
10254
9753a2f6
PA
102552017-03-08 Pedro Alves <palves@redhat.com>
10256
10257 PR tui/21216
10258 * gdb.tui/tui-nl-filtered-output.exp: New file.
10259
1a4dd9dd
PA
102602017-03-08 Pedro Alves <palves@redhat.com>
10261
10262 * gdb.base/completion.exp: Move TUI completion tests to ...
10263 * gdb.tui/completion.exp: ... this new file.
10264
7cbbff33
PA
102652017-03-08 Pedro Alves <palves@redhat.com>
10266
10267 * gdb.base/tui-disasm-long-lines.c,
10268 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10269 gdb.base/tui-layout.exp: Move to ...
10270 * gdb.tui/: ... this new directory.
10271
5f6fd321
PA
102722017-03-07 Pedro Alves <palves@redhat.com>
10273
10274 * gdb.base/tui-layout.c: New file.
10275 * gdb.base/tui-layout.exp: New file.
10276
44959fa8
PA
102772017-03-07 Pedro Alves <palves@redhat.com>
10278
10279 * gdb.base/tui-layout.c: Rename to ...
10280 * gdb.base/tui-disasm-long-lines.c: ... this.
10281 * gdb.base/tui-layout.exp: Rename to ...
10282 * gdb.base/tui-disasm-long-lines.exp: ... this.
10283
f8c4e718
PA
102842017-03-07 Pedro Alves <palves@redhat.com>
10285
10286 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10287
6dbb839a 102882017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
10289
10290 * i386-mpx-call.c: New file.
10291 * i386-mpx-call.exp: New file.
10292
65b48a81
PB
102932017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10294
10295 * gdb.arch/powerpc-power.exp: Delete test.
10296 * gdb.arch/powerpc-power.s: Likewise.
10297 * gdb.disasm/disassembler-options.exp: New test.
10298 * gdb.arch/powerpc-altivec.exp: Likewise.
10299 * gdb.arch/powerpc-altivec.s: Likewise.
10300 * gdb.arch/powerpc-altivec2.exp: Likewise.
10301 * gdb.arch/powerpc-altivec2.s: Likewise.
10302 * gdb.arch/powerpc-altivec3.exp: Likewise.
10303 * gdb.arch/powerpc-altivec3.s: Likewise.
10304 * gdb.arch/powerpc-power7.exp: Likewise.
10305 * gdb.arch/powerpc-power7.s: Likewise.
10306 * gdb.arch/powerpc-power8.exp: Likewise.
10307 * gdb.arch/powerpc-power8.s: Likewise.
10308 * gdb.arch/powerpc-power9.exp: Likewise.
10309 * gdb.arch/powerpc-power9.s: Likewise.
10310 * gdb.arch/powerpc-vsx.exp: Likewise.
10311 * gdb.arch/powerpc-vsx.s: Likewise.
10312 * gdb.arch/powerpc-vsx2.exp: Likewise.
10313 * gdb.arch/powerpc-vsx2.s: Likewise.
10314 * gdb.arch/powerpc-vsx3.exp: Likewise.
10315 * gdb.arch/powerpc-vsx3.s: Likewise.
10316 * gdb.arch/arm-disassembler-options.exp: Likewise.
10317 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10318 * gdb.arch/s390-disassembler-options.exp: Likewise.
10319
17cd4947
LM
103202017-02-23 Luis Machado <lgustavo@codesourcery.com>
10321
10322 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10323 (check_supported_features): ... this. Changed return type to void.
10324 (supports_rdseed): New static global.
10325 (rdseed): Check supports_rdseed.
10326 (initialize): Call check_supported_features.
10327
2039d74e
EBM
103282017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10329
10330 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10331 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10332 and lqarx/stqcx.
10333 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10334 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10335
a51d7ecf
EBM
103362017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10337
10338 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10339 uppercase.
10340
0224619f
JK
103412017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10342
10343 * gdb.dwarf2/formdata16.c: New file.
10344 * gdb.dwarf2/formdata16.exp: New file.
10345 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10346
216f72a1
JK
103472017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10348
10349 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10350 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10351 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10352 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10353 DW_AT_GNU_*.
10354
43988095
JK
103552017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10356
10357 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10358
99e8a4f9
SDJ
103592017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10360
10361 PR gdb/21164
10362 * gdb.base/maint.exp: Add testcases for when the commands do
10363 not have arguments.
10364
b58a8c0c
TP
103652017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10366
10367 * gdb.cp/chained-calls.exp: Use p instead of P.
10368
4e746bb6
TW
103692017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10370
10371 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10372 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10373
3f77c769
TT
103742017-02-14 Tom Tromey <tom@tromey.com>
10375
10376 PR python/13598:
10377 * gdb.python/py-events.exp: Add before_prompt event tests.
10378
075beec0
AA
103792017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10380
10381 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10382
bf5f525c
LM
103832017-02-13 Luis Machado <lgustavo@codesourcery.com>
10384
10385 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10386 (main): Call my_unique_function_name.
10387 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10388 completion of patterns with a single match.
10389 Add missing -re switches to gdb_test_multiple calls.
10390
13a66184
LM
103912017-02-13 Luis Machado <lgustavo@codesourcery.com>
10392
10393 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10394 return if core file is not recognized.
10395
26a06916
SM
103962017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10397
10398 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10399 and extra UIs.
10400
b761ca9e
SM
104012017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10402
10403 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10404 proc_with_prefix.
10405
b964bee0
TT
104062017-02-10 Tom Tromey <tom@tromey.com>
10407
10408 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10409
18da0c51
MG
104102017-02-10 Martin Galvan <martingalvan@sourceware.org>
10411
10412 PR gdb/21122
10413 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10414
604c4576
JG
104152017-02-08 Jerome Guitton <guitton@adacore.com>
10416
10417 * gdb.base/define.exp: Add test for command abbreviations
10418 in define.
10419
20b477a7
LM
104202017-02-06 Luis Machado <lgustavo@codesourcery.com>
10421
10422 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10423 * gdb.reverse/insn-reverse-x86.c: New file.
10424
3f7b46f2
IR
104252017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10426
10427 PR tdep/20936
10428 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10429
f0fd41c1
TT
104302017-02-03 Tom Tromey <tom@tromey.com>
10431
10432 PR rust/21097:
10433 * gdb.rust/simple.exp: Add new tests.
10434
5be5dbf0
PA
104352017-02-02 Pedro Alves <palves@redhat.com>
10436
10437 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10438 tests.
10439
7346ef59
AA
104402017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10441
10442 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10443 taking a 2-byte value out of a 4-byte DWARF implicit value on
10444 big-endian targets.
10445 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10446 logic. Add test cases for DW_OP_implicit.
10447
787f0025
MM
104482017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10449
10450 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10451
68777c29
MM
104522017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10453
10454 * gdb.btrace/enable.exp: Call gdb_exit before
10455 skip_gdbserver_tests.
10456
0a1c7e28
MM
104572017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10458
10459 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10460 GDBFLAGS.
10461
b5ac99b0
MM
104622017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10463
10464 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10465 the test is skipped.
10466 * gdb.btrace/data.exp: Likewise.
10467 * gdb.btrace/delta.exp: Likewise.
10468 * gdb.btrace/dlopen.exp: Likewise.
10469 * gdb.btrace/enable-running.exp: Likewise.
10470 * gdb.btrace/enable.exp: Likewise.
10471 * gdb.btrace/exception.exp: Likewise.
10472 * gdb.btrace/function_call_history.exp: Likewise.
10473 * gdb.btrace/gcore.exp: Likewise.
10474 * gdb.btrace/instruction_history.exp: Likewise.
10475 * gdb.btrace/multi-thread-step.exp: Likewise.
10476 * gdb.btrace/nohist.exp: Likewise.
10477 * gdb.btrace/non-stop.exp: Likewise.
10478 * gdb.btrace/reconnect.exp: Likewise.
10479 * gdb.btrace/record_goto-step.exp: Likewise.
10480 * gdb.btrace/record_goto.exp: Likewise.
10481 * gdb.btrace/rn-dl-bind.exp: Likewise.
10482 * gdb.btrace/segv.exp: Likewise.
10483 * gdb.btrace/step.exp: Likewise.
10484 * gdb.btrace/stepi.exp: Likewise.
10485 * gdb.btrace/tailcall-only.exp: Likewise.
10486 * gdb.btrace/tailcall.exp: Likewise.
10487 * gdb.btrace/tsx.exp: Likewise.
10488 * gdb.btrace/unknown_functions.exp: Likewise.
10489 * gdb.btrace/vdso.exp: Likewise.
10490
cd4007e4
MM
104912017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10492
10493 * gdb.btrace/enable-running.c: New.
10494 * gdb.btrace/enable-running.exp: New.
10495
2735833d
WT
104962017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10497
10498 * gdb.arch/amd64-gs_base.c: New file.
10499 * gdb.arch/amd64-gs_base.exp: New file.
10500
b51e1e94
LM
105012017-01-26 Luis Machado <lgustavo@codesourcery.com>
10502
10503 * lib/memory.exp: Remove spurious empty newlines.
10504
72ca0410
SM
105052017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10506
10507 * gdb.python/py-bad-printers.exp: Load python file using "source".
10508 * gdb.python/py-events.exp: Likewise.
10509 * gdb.python/py-evsignal.exp: Likewise.
10510 * gdb.python/py-evthreads.exp: Likewise.
10511 * gdb.python/py-frame-args.exp: Likewise.
10512 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10513 * gdb.python/py-framefilter-mi.exp: Likewise.
10514 * gdb.python/py-framefilter.exp: Likewise.
10515 * gdb.python/py-mi.exp: Likewise.
10516 * gdb.python/py-pp-maint.exp: Likewise.
10517 * gdb.python/py-pp-registration.exp: Likewise.
10518 * gdb.python/py-prettyprint.exp: Likewise.
10519 (run_lang_tests): Likewise.
10520 * gdb.python/py-typeprint.exp: Likewise.
10521
e309aa65
LM
105222017-01-26 Luis Machado <lgustavo@codesourcery.com>
10523
10524 * lib/memory.exp: New file.
10525 * lib/gdb.exp: Load memory.exp.
10526 * gdb.base/memattr.exp (delete_memory): Move proc to
10527 lib/memory.exp and rename to delete_memory_regions.
10528 Replace delete_memory with delete_memory_regions.
10529 Cleanup memory regions before tests.
10530 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10531 before tests.
10532
515aff23
LM
105332017-01-26 Luis Machado <lgustavo@codesourcery.com>
10534
10535 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10536 files.
10537 (initialize): New function conditionally defined.
10538 (testcases): Move within conditional block.
10539 (main): Call initialize.
10540 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10541 of gdb.reverse/insn-reverse.c.
10542 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10543 gdb.reverse/insn-reverse.c.
10544
d8b49cf0
YQ
105452017-01-26 Yao Qi <yao.qi@linaro.org>
10546
10547 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10548 disassemble on address 0.
10549
f13a9a0c
YQ
105502017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10551 Yao Qi <yao.qi@linaro.org>
10552
10553 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10554 * gdb.dwarf2/implptr-64bit.S: Remove.
10555 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10556 variables in caller's context. Add DW_OP_implicit_value.
10557
5ac95241
YQ
105582017-01-25 Yao Qi <yao.qi@linaro.org>
10559
10560 * lib/dwarf.exp (Dwarf::_location): Handle
10561 DW_OP_GNU_implicit_pointer with proper size.
10562
23e82930
LM
105632017-01-20 Luis Machado <lgustavo@codesourcery.com>
10564
10565 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10566 and add untested calls.
10567
d334ae25
LM
105682017-01-20 Luis Machado <lgustavo@codesourcery.com>
10569
10570 * gdb.python/python.exp: Check line number against what GDB thinks
10571 the line number is for func1.
10572
f5e6296e
IB
105732017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10574
10575 * gdb.dlang/debug-expr.exp: New file.
10576
5b362f04
LM
105772016-12-23 Luis Machado <lgustavo@codesourcery.com>
10578
10579 Fix test names for the following files:
10580
10581 * gdb.ada/exec_changed.exp
10582 * gdb.ada/info_types.exp
10583 * gdb.arch/aarch64-atomic-inst.exp
10584 * gdb.arch/aarch64-fp.exp
10585 * gdb.arch/altivec-abi.exp
10586 * gdb.arch/altivec-regs.exp
10587 * gdb.arch/amd64-byte.exp
10588 * gdb.arch/amd64-disp-step.exp
10589 * gdb.arch/amd64-dword.exp
10590 * gdb.arch/amd64-entry-value-inline.exp
10591 * gdb.arch/amd64-entry-value-param.exp
10592 * gdb.arch/amd64-entry-value-paramref.exp
10593 * gdb.arch/amd64-entry-value.exp
10594 * gdb.arch/amd64-i386-address.exp
10595 * gdb.arch/amd64-invalid-stack-middle.exp
10596 * gdb.arch/amd64-invalid-stack-top.exp
10597 * gdb.arch/amd64-optimout-repeat.exp
10598 * gdb.arch/amd64-prologue-skip.exp
10599 * gdb.arch/amd64-prologue-xmm.exp
10600 * gdb.arch/amd64-stap-special-operands.exp
10601 * gdb.arch/amd64-stap-wrong-subexp.exp
10602 * gdb.arch/amd64-tailcall-cxx.exp
10603 * gdb.arch/amd64-tailcall-noret.exp
10604 * gdb.arch/amd64-tailcall-ret.exp
10605 * gdb.arch/amd64-tailcall-self.exp
10606 * gdb.arch/amd64-word.exp
10607 * gdb.arch/arm-bl-branch-dest.exp
10608 * gdb.arch/arm-disp-step.exp
10609 * gdb.arch/arm-neon.exp
10610 * gdb.arch/arm-single-step-kernel-helper.exp
10611 * gdb.arch/avr-flash-qualifier.exp
10612 * gdb.arch/disp-step-insn-reloc.exp
10613 * gdb.arch/e500-abi.exp
10614 * gdb.arch/e500-regs.exp
10615 * gdb.arch/ftrace-insn-reloc.exp
10616 * gdb.arch/i386-avx512.exp
10617 * gdb.arch/i386-bp_permanent.exp
10618 * gdb.arch/i386-byte.exp
10619 * gdb.arch/i386-cfi-notcurrent.exp
10620 * gdb.arch/i386-disp-step.exp
10621 * gdb.arch/i386-dr3-watch.exp
10622 * gdb.arch/i386-float.exp
10623 * gdb.arch/i386-gnu-cfi.exp
10624 * gdb.arch/i386-mpx-map.exp
10625 * gdb.arch/i386-mpx-sigsegv.exp
10626 * gdb.arch/i386-mpx-simple_segv.exp
10627 * gdb.arch/i386-mpx.exp
10628 * gdb.arch/i386-permbkpt.exp
10629 * gdb.arch/i386-prologue.exp
10630 * gdb.arch/i386-signal.exp
10631 * gdb.arch/i386-size-overlap.exp
10632 * gdb.arch/i386-unwind.exp
10633 * gdb.arch/i386-word.exp
10634 * gdb.arch/mips-fcr.exp
10635 * gdb.arch/powerpc-d128-regs.exp
10636 * gdb.arch/powerpc-stackless.exp
10637 * gdb.arch/ppc64-atomic-inst.exp
10638 * gdb.arch/s390-stackless.exp
10639 * gdb.arch/s390-tdbregs.exp
10640 * gdb.arch/s390-vregs.exp
10641 * gdb.arch/sparc-sysstep.exp
10642 * gdb.arch/thumb-bx-pc.exp
10643 * gdb.arch/thumb-singlestep.exp
10644 * gdb.arch/thumb2-it.exp
10645 * gdb.arch/vsx-regs.exp
10646 * gdb.asm/asm-source.exp
10647 * gdb.base/a2-run.exp
10648 * gdb.base/advance.exp
10649 * gdb.base/all-bin.exp
10650 * gdb.base/anon.exp
10651 * gdb.base/args.exp
10652 * gdb.base/arithmet.exp
10653 * gdb.base/async-shell.exp
10654 * gdb.base/async.exp
10655 * gdb.base/attach-pie-noexec.exp
10656 * gdb.base/attach-twice.exp
10657 * gdb.base/auto-load.exp
10658 * gdb.base/bang.exp
10659 * gdb.base/bitfields.exp
10660 * gdb.base/break-always.exp
10661 * gdb.base/break-caller-line.exp
10662 * gdb.base/break-entry.exp
10663 * gdb.base/break-inline.exp
10664 * gdb.base/break-on-linker-gcd-function.exp
10665 * gdb.base/break-probes.exp
10666 * gdb.base/break.exp
10667 * gdb.base/breakpoint-shadow.exp
10668 * gdb.base/call-ar-st.exp
10669 * gdb.base/call-sc.exp
10670 * gdb.base/call-signal-resume.exp
10671 * gdb.base/call-strs.exp
10672 * gdb.base/callfuncs.exp
10673 * gdb.base/catch-fork-static.exp
10674 * gdb.base/catch-gdb-caused-signals.exp
10675 * gdb.base/catch-load.exp
10676 * gdb.base/catch-signal-fork.exp
10677 * gdb.base/catch-signal.exp
10678 * gdb.base/catch-syscall.exp
10679 * gdb.base/charset.exp
10680 * gdb.base/checkpoint.exp
10681 * gdb.base/chng-syms.exp
10682 * gdb.base/code-expr.exp
10683 * gdb.base/code_elim.exp
10684 * gdb.base/commands.exp
10685 * gdb.base/completion.exp
10686 * gdb.base/complex.exp
10687 * gdb.base/cond-expr.exp
10688 * gdb.base/condbreak.exp
10689 * gdb.base/consecutive.exp
10690 * gdb.base/continue-all-already-running.exp
10691 * gdb.base/coredump-filter.exp
10692 * gdb.base/corefile.exp
10693 * gdb.base/dbx.exp
10694 * gdb.base/debug-expr.exp
10695 * gdb.base/define.exp
10696 * gdb.base/del.exp
10697 * gdb.base/disabled-location.exp
10698 * gdb.base/disasm-end-cu.exp
10699 * gdb.base/disasm-optim.exp
10700 * gdb.base/display.exp
10701 * gdb.base/duplicate-bp.exp
10702 * gdb.base/ena-dis-br.exp
10703 * gdb.base/ending-run.exp
10704 * gdb.base/enumval.exp
10705 * gdb.base/environ.exp
10706 * gdb.base/eu-strip-infcall.exp
10707 * gdb.base/eval-avoid-side-effects.exp
10708 * gdb.base/eval-skip.exp
10709 * gdb.base/exitsignal.exp
10710 * gdb.base/expand-psymtabs.exp
10711 * gdb.base/filesym.exp
10712 * gdb.base/find-unmapped.exp
10713 * gdb.base/finish.exp
10714 * gdb.base/float.exp
10715 * gdb.base/foll-exec-mode.exp
10716 * gdb.base/foll-exec.exp
10717 * gdb.base/foll-fork.exp
10718 * gdb.base/fortran-sym-case.exp
10719 * gdb.base/freebpcmd.exp
10720 * gdb.base/func-ptr.exp
10721 * gdb.base/func-ptrs.exp
10722 * gdb.base/funcargs.exp
10723 * gdb.base/gcore-buffer-overflow.exp
10724 * gdb.base/gcore-relro-pie.exp
10725 * gdb.base/gcore-relro.exp
10726 * gdb.base/gcore.exp
10727 * gdb.base/gdb1090.exp
10728 * gdb.base/gdb11530.exp
10729 * gdb.base/gdb11531.exp
10730 * gdb.base/gdb1821.exp
10731 * gdb.base/gdbindex-stabs.exp
10732 * gdb.base/gdbvars.exp
10733 * gdb.base/hbreak.exp
10734 * gdb.base/hbreak2.exp
10735 * gdb.base/included.exp
10736 * gdb.base/infcall-input.exp
10737 * gdb.base/inferior-died.exp
10738 * gdb.base/infnan.exp
10739 * gdb.base/info-macros.exp
10740 * gdb.base/info-os.exp
10741 * gdb.base/info-proc.exp
10742 * gdb.base/info-shared.exp
10743 * gdb.base/info-target.exp
10744 * gdb.base/infoline.exp
10745 * gdb.base/interp.exp
10746 * gdb.base/interrupt.exp
10747 * gdb.base/jit-reader.exp
10748 * gdb.base/jit-simple.exp
10749 * gdb.base/kill-after-signal.exp
10750 * gdb.base/kill-detach-inferiors-cmd.exp
10751 * gdb.base/label.exp
10752 * gdb.base/langs.exp
10753 * gdb.base/ldbl_e308.exp
10754 * gdb.base/line-symtabs.exp
10755 * gdb.base/linespecs.exp
10756 * gdb.base/list.exp
10757 * gdb.base/long_long.exp
10758 * gdb.base/longest-types.exp
10759 * gdb.base/maint.exp
10760 * gdb.base/max-value-size.exp
10761 * gdb.base/memattr.exp
10762 * gdb.base/mips_pro.exp
10763 * gdb.base/morestack.exp
10764 * gdb.base/moribund-step.exp
10765 * gdb.base/multi-forks.exp
10766 * gdb.base/nested-addr.exp
10767 * gdb.base/nextoverexit.exp
10768 * gdb.base/noreturn-finish.exp
10769 * gdb.base/noreturn-return.exp
10770 * gdb.base/nostdlib.exp
10771 * gdb.base/offsets.exp
10772 * gdb.base/opaque.exp
10773 * gdb.base/pc-fp.exp
10774 * gdb.base/permissions.exp
10775 * gdb.base/print-symbol-loading.exp
10776 * gdb.base/prologue-include.exp
10777 * gdb.base/psymtab.exp
10778 * gdb.base/ptype.exp
10779 * gdb.base/random-signal.exp
10780 * gdb.base/randomize.exp
10781 * gdb.base/range-stepping.exp
10782 * gdb.base/readline-ask.exp
10783 * gdb.base/recpar.exp
10784 * gdb.base/recurse.exp
10785 * gdb.base/relational.exp
10786 * gdb.base/restore.exp
10787 * gdb.base/return-nodebug.exp
10788 * gdb.base/return.exp
10789 * gdb.base/run-after-attach.exp
10790 * gdb.base/save-bp.exp
10791 * gdb.base/scope.exp
10792 * gdb.base/sect-cmd.exp
10793 * gdb.base/set-lang-auto.exp
10794 * gdb.base/set-noassign.exp
10795 * gdb.base/setvar.exp
10796 * gdb.base/sigall.exp
10797 * gdb.base/sigbpt.exp
10798 * gdb.base/siginfo-addr.exp
10799 * gdb.base/siginfo-infcall.exp
10800 * gdb.base/siginfo-obj.exp
10801 * gdb.base/siginfo.exp
10802 * gdb.base/signals-state-child.exp
10803 * gdb.base/signest.exp
10804 * gdb.base/sigstep.exp
10805 * gdb.base/sizeof.exp
10806 * gdb.base/skip.exp
10807 * gdb.base/solib-corrupted.exp
10808 * gdb.base/solib-nodir.exp
10809 * gdb.base/solib-search.exp
10810 * gdb.base/stack-checking.exp
10811 * gdb.base/stale-infcall.exp
10812 * gdb.base/stap-probe.exp
10813 * gdb.base/start.exp
10814 * gdb.base/step-break.exp
10815 * gdb.base/step-bt.exp
10816 * gdb.base/step-line.exp
10817 * gdb.base/step-over-exit.exp
10818 * gdb.base/step-over-syscall.exp
10819 * gdb.base/step-resume-infcall.exp
10820 * gdb.base/step-test.exp
10821 * gdb.base/store.exp
10822 * gdb.base/structs3.exp
10823 * gdb.base/sym-file.exp
10824 * gdb.base/symbol-without-target_section.exp
10825 * gdb.base/term.exp
10826 * gdb.base/testenv.exp
10827 * gdb.base/ui-redirect.exp
10828 * gdb.base/until.exp
10829 * gdb.base/unwindonsignal.exp
10830 * gdb.base/value-double-free.exp
10831 * gdb.base/vla-datatypes.exp
10832 * gdb.base/vla-ptr.exp
10833 * gdb.base/vla-sideeffect.exp
10834 * gdb.base/volatile.exp
10835 * gdb.base/watch-cond-infcall.exp
10836 * gdb.base/watch-cond.exp
10837 * gdb.base/watch-non-mem.exp
10838 * gdb.base/watch-read.exp
10839 * gdb.base/watch-vfork.exp
10840 * gdb.base/watchpoint-cond-gone.exp
10841 * gdb.base/watchpoint-delete.exp
10842 * gdb.base/watchpoint-hw-hit-once.exp
10843 * gdb.base/watchpoint-hw.exp
10844 * gdb.base/watchpoint-stops-at-right-insn.exp
10845 * gdb.base/watchpoints.exp
10846 * gdb.base/wchar.exp
10847 * gdb.base/whatis-exp.exp
10848 * gdb.btrace/buffer-size.exp
10849 * gdb.btrace/data.exp
10850 * gdb.btrace/delta.exp
10851 * gdb.btrace/dlopen.exp
10852 * gdb.btrace/enable.exp
10853 * gdb.btrace/exception.exp
10854 * gdb.btrace/function_call_history.exp
10855 * gdb.btrace/gcore.exp
10856 * gdb.btrace/instruction_history.exp
10857 * gdb.btrace/nohist.exp
10858 * gdb.btrace/reconnect.exp
10859 * gdb.btrace/record_goto-step.exp
10860 * gdb.btrace/record_goto.exp
10861 * gdb.btrace/rn-dl-bind.exp
10862 * gdb.btrace/segv.exp
10863 * gdb.btrace/step.exp
10864 * gdb.btrace/stepi.exp
10865 * gdb.btrace/tailcall-only.exp
10866 * gdb.btrace/tailcall.exp
10867 * gdb.btrace/tsx.exp
10868 * gdb.btrace/unknown_functions.exp
10869 * gdb.btrace/vdso.exp
10870 * gdb.compile/compile-ifunc.exp
10871 * gdb.compile/compile-ops.exp
10872 * gdb.compile/compile-print.exp
10873 * gdb.compile/compile-setjmp.exp
10874 * gdb.cp/abstract-origin.exp
10875 * gdb.cp/ambiguous.exp
10876 * gdb.cp/annota2.exp
10877 * gdb.cp/annota3.exp
10878 * gdb.cp/anon-ns.exp
10879 * gdb.cp/anon-struct.exp
10880 * gdb.cp/anon-union.exp
10881 * gdb.cp/arg-reference.exp
10882 * gdb.cp/baseenum.exp
10883 * gdb.cp/bool.exp
10884 * gdb.cp/breakpoint.exp
10885 * gdb.cp/bs15503.exp
10886 * gdb.cp/call-c.exp
10887 * gdb.cp/casts.exp
10888 * gdb.cp/chained-calls.exp
10889 * gdb.cp/class2.exp
10890 * gdb.cp/classes.exp
10891 * gdb.cp/cmpd-minsyms.exp
10892 * gdb.cp/converts.exp
10893 * gdb.cp/cp-relocate.exp
10894 * gdb.cp/cpcompletion.exp
10895 * gdb.cp/cpexprs.exp
10896 * gdb.cp/cplabel.exp
10897 * gdb.cp/cplusfuncs.exp
10898 * gdb.cp/cpsizeof.exp
10899 * gdb.cp/ctti.exp
10900 * gdb.cp/derivation.exp
10901 * gdb.cp/destrprint.exp
10902 * gdb.cp/dispcxx.exp
10903 * gdb.cp/enum-class.exp
10904 * gdb.cp/exception.exp
10905 * gdb.cp/exceptprint.exp
10906 * gdb.cp/expand-psymtabs-cxx.exp
10907 * gdb.cp/expand-sals.exp
10908 * gdb.cp/extern-c.exp
10909 * gdb.cp/filename.exp
10910 * gdb.cp/formatted-ref.exp
10911 * gdb.cp/fpointer.exp
10912 * gdb.cp/gdb1355.exp
10913 * gdb.cp/gdb2495.exp
10914 * gdb.cp/hang.exp
10915 * gdb.cp/impl-this.exp
10916 * gdb.cp/infcall-dlopen.exp
10917 * gdb.cp/inherit.exp
10918 * gdb.cp/iostream.exp
10919 * gdb.cp/koenig.exp
10920 * gdb.cp/local.exp
10921 * gdb.cp/m-data.exp
10922 * gdb.cp/m-static.exp
10923 * gdb.cp/mb-ctor.exp
10924 * gdb.cp/mb-inline.exp
10925 * gdb.cp/mb-templates.exp
10926 * gdb.cp/member-name.exp
10927 * gdb.cp/member-ptr.exp
10928 * gdb.cp/meth-typedefs.exp
10929 * gdb.cp/method.exp
10930 * gdb.cp/method2.exp
10931 * gdb.cp/minsym-fallback.exp
10932 * gdb.cp/misc.exp
10933 * gdb.cp/namelessclass.exp
10934 * gdb.cp/namespace-enum.exp
10935 * gdb.cp/namespace-nested-import.exp
10936 * gdb.cp/namespace.exp
10937 * gdb.cp/nextoverthrow.exp
10938 * gdb.cp/no-dmgl-verbose.exp
10939 * gdb.cp/non-trivial-retval.exp
10940 * gdb.cp/noparam.exp
10941 * gdb.cp/nsdecl.exp
10942 * gdb.cp/nsimport.exp
10943 * gdb.cp/nsnested.exp
10944 * gdb.cp/nsnoimports.exp
10945 * gdb.cp/nsrecurs.exp
10946 * gdb.cp/nsstress.exp
10947 * gdb.cp/nsusing.exp
10948 * gdb.cp/operator.exp
10949 * gdb.cp/oranking.exp
10950 * gdb.cp/overload-const.exp
10951 * gdb.cp/overload.exp
10952 * gdb.cp/ovldbreak.exp
10953 * gdb.cp/ovsrch.exp
10954 * gdb.cp/paren-type.exp
10955 * gdb.cp/parse-lang.exp
10956 * gdb.cp/pass-by-ref.exp
10957 * gdb.cp/pr-1023.exp
10958 * gdb.cp/pr-1210.exp
10959 * gdb.cp/pr-574.exp
10960 * gdb.cp/pr10687.exp
10961 * gdb.cp/pr12028.exp
10962 * gdb.cp/pr17132.exp
10963 * gdb.cp/pr17494.exp
10964 * gdb.cp/pr9067.exp
10965 * gdb.cp/pr9167.exp
10966 * gdb.cp/pr9631.exp
10967 * gdb.cp/printmethod.exp
10968 * gdb.cp/psmang.exp
10969 * gdb.cp/psymtab-parameter.exp
10970 * gdb.cp/ptype-cv-cp.exp
10971 * gdb.cp/ptype-flags.exp
10972 * gdb.cp/re-set-overloaded.exp
10973 * gdb.cp/ref-types.exp
10974 * gdb.cp/rtti.exp
10975 * gdb.cp/scope-err.exp
10976 * gdb.cp/shadow.exp
10977 * gdb.cp/smartp.exp
10978 * gdb.cp/static-method.exp
10979 * gdb.cp/static-print-quit.exp
10980 * gdb.cp/temargs.exp
10981 * gdb.cp/templates.exp
10982 * gdb.cp/try_catch.exp
10983 * gdb.cp/typedef-operator.exp
10984 * gdb.cp/typeid.exp
10985 * gdb.cp/userdef.exp
10986 * gdb.cp/using-crash.exp
10987 * gdb.cp/var-tag.exp
10988 * gdb.cp/virtbase.exp
10989 * gdb.cp/virtfunc.exp
10990 * gdb.cp/virtfunc2.exp
10991 * gdb.cp/vla-cxx.exp
10992 * gdb.disasm/t01_mov.exp
10993 * gdb.disasm/t02_mova.exp
10994 * gdb.disasm/t03_add.exp
10995 * gdb.disasm/t04_sub.exp
10996 * gdb.disasm/t05_cmp.exp
10997 * gdb.disasm/t06_ari2.exp
10998 * gdb.disasm/t07_ari3.exp
10999 * gdb.disasm/t08_or.exp
11000 * gdb.disasm/t09_xor.exp
11001 * gdb.disasm/t10_and.exp
11002 * gdb.disasm/t11_logs.exp
11003 * gdb.disasm/t12_bit.exp
11004 * gdb.disasm/t13_otr.exp
11005 * gdb.dlang/circular.exp
11006 * gdb.dwarf2/arr-stride.exp
11007 * gdb.dwarf2/arr-subrange.exp
11008 * gdb.dwarf2/atomic-type.exp
11009 * gdb.dwarf2/bad-regnum.exp
11010 * gdb.dwarf2/bitfield-parent-optimized-out.exp
11011 * gdb.dwarf2/callframecfa.exp
11012 * gdb.dwarf2/clztest.exp
11013 * gdb.dwarf2/corrupt.exp
11014 * gdb.dwarf2/data-loc.exp
11015 * gdb.dwarf2/dup-psym.exp
11016 * gdb.dwarf2/dw2-anon-mptr.exp
11017 * gdb.dwarf2/dw2-anonymous-func.exp
11018 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
11019 * gdb.dwarf2/dw2-bad-unresolved.exp
11020 * gdb.dwarf2/dw2-basic.exp
11021 * gdb.dwarf2/dw2-canonicalize-type.exp
11022 * gdb.dwarf2/dw2-case-insensitive.exp
11023 * gdb.dwarf2/dw2-common-block.exp
11024 * gdb.dwarf2/dw2-compdir-oldgcc.exp
11025 * gdb.dwarf2/dw2-compressed.exp
11026 * gdb.dwarf2/dw2-const.exp
11027 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
11028 * gdb.dwarf2/dw2-cu-size.exp
11029 * gdb.dwarf2/dw2-dup-frame.exp
11030 * gdb.dwarf2/dw2-entry-value.exp
11031 * gdb.dwarf2/dw2-icycle.exp
11032 * gdb.dwarf2/dw2-ifort-parameter.exp
11033 * gdb.dwarf2/dw2-inline-break.exp
11034 * gdb.dwarf2/dw2-inline-param.exp
11035 * gdb.dwarf2/dw2-intercu.exp
11036 * gdb.dwarf2/dw2-intermix.exp
11037 * gdb.dwarf2/dw2-lexical-block-bare.exp
11038 * gdb.dwarf2/dw2-linkage-name-trust.exp
11039 * gdb.dwarf2/dw2-minsym-in-cu.exp
11040 * gdb.dwarf2/dw2-noloc.exp
11041 * gdb.dwarf2/dw2-op-call.exp
11042 * gdb.dwarf2/dw2-op-out-param.exp
11043 * gdb.dwarf2/dw2-opt-structptr.exp
11044 * gdb.dwarf2/dw2-param-error.exp
11045 * gdb.dwarf2/dw2-producer.exp
11046 * gdb.dwarf2/dw2-ranges-base.exp
11047 * gdb.dwarf2/dw2-ref-missing-frame.exp
11048 * gdb.dwarf2/dw2-reg-undefined.exp
11049 * gdb.dwarf2/dw2-regno-invalid.exp
11050 * gdb.dwarf2/dw2-restore.exp
11051 * gdb.dwarf2/dw2-restrict.exp
11052 * gdb.dwarf2/dw2-single-line-discriminators.exp
11053 * gdb.dwarf2/dw2-strp.exp
11054 * gdb.dwarf2/dw2-undefined-ret-addr.exp
11055 * gdb.dwarf2/dw2-unresolved.exp
11056 * gdb.dwarf2/dw2-var-zero-addr.exp
11057 * gdb.dwarf2/dw4-sig-types.exp
11058 * gdb.dwarf2/dwz.exp
11059 * gdb.dwarf2/dynarr-ptr.exp
11060 * gdb.dwarf2/enum-type.exp
11061 * gdb.dwarf2/gdb-index.exp
11062 * gdb.dwarf2/implptr-64bit.exp
11063 * gdb.dwarf2/implptr-optimized-out.exp
11064 * gdb.dwarf2/implptr.exp
11065 * gdb.dwarf2/implref-array.exp
11066 * gdb.dwarf2/implref-const.exp
11067 * gdb.dwarf2/implref-global.exp
11068 * gdb.dwarf2/implref-struct.exp
11069 * gdb.dwarf2/mac-fileno.exp
11070 * gdb.dwarf2/main-subprogram.exp
11071 * gdb.dwarf2/member-ptr-forwardref.exp
11072 * gdb.dwarf2/method-ptr.exp
11073 * gdb.dwarf2/missing-sig-type.exp
11074 * gdb.dwarf2/nonvar-access.exp
11075 * gdb.dwarf2/opaque-type-lookup.exp
11076 * gdb.dwarf2/pieces-optimized-out.exp
11077 * gdb.dwarf2/pieces.exp
11078 * gdb.dwarf2/pr10770.exp
11079 * gdb.dwarf2/pr13961.exp
11080 * gdb.dwarf2/staticvirtual.exp
11081 * gdb.dwarf2/subrange.exp
11082 * gdb.dwarf2/symtab-producer.exp
11083 * gdb.dwarf2/trace-crash.exp
11084 * gdb.dwarf2/typeddwarf.exp
11085 * gdb.dwarf2/valop.exp
11086 * gdb.dwarf2/watch-notconst.exp
11087 * gdb.fortran/array-element.exp
11088 * gdb.fortran/charset.exp
11089 * gdb.fortran/common-block.exp
11090 * gdb.fortran/complex.exp
11091 * gdb.fortran/derived-type-function.exp
11092 * gdb.fortran/derived-type.exp
11093 * gdb.fortran/logical.exp
11094 * gdb.fortran/module.exp
11095 * gdb.fortran/multi-dim.exp
11096 * gdb.fortran/nested-funcs.exp
11097 * gdb.fortran/print-formatted.exp
11098 * gdb.fortran/subarray.exp
11099 * gdb.fortran/vla-alloc-assoc.exp
11100 * gdb.fortran/vla-datatypes.exp
11101 * gdb.fortran/vla-history.exp
11102 * gdb.fortran/vla-ptr-info.exp
11103 * gdb.fortran/vla-ptype-sub.exp
11104 * gdb.fortran/vla-ptype.exp
11105 * gdb.fortran/vla-sizeof.exp
11106 * gdb.fortran/vla-type.exp
11107 * gdb.fortran/vla-value-sub-arbitrary.exp
11108 * gdb.fortran/vla-value-sub-finish.exp
11109 * gdb.fortran/vla-value-sub.exp
11110 * gdb.fortran/vla-value.exp
11111 * gdb.fortran/whatis_type.exp
11112 * gdb.go/chan.exp
11113 * gdb.go/handcall.exp
11114 * gdb.go/hello.exp
11115 * gdb.go/integers.exp
11116 * gdb.go/methods.exp
11117 * gdb.go/package.exp
11118 * gdb.go/strings.exp
11119 * gdb.go/types.exp
11120 * gdb.go/unsafe.exp
11121 * gdb.guile/scm-arch.exp
11122 * gdb.guile/scm-block.exp
11123 * gdb.guile/scm-breakpoint.exp
11124 * gdb.guile/scm-cmd.exp
11125 * gdb.guile/scm-disasm.exp
11126 * gdb.guile/scm-equal.exp
11127 * gdb.guile/scm-frame-args.exp
11128 * gdb.guile/scm-frame-inline.exp
11129 * gdb.guile/scm-frame.exp
11130 * gdb.guile/scm-iterator.exp
11131 * gdb.guile/scm-math.exp
11132 * gdb.guile/scm-objfile.exp
11133 * gdb.guile/scm-ports.exp
11134 * gdb.guile/scm-symbol.exp
11135 * gdb.guile/scm-symtab.exp
11136 * gdb.guile/scm-value-cc.exp
11137 * gdb.guile/types-module.exp
11138 * gdb.linespec/break-ask.exp
11139 * gdb.linespec/cpexplicit.exp
11140 * gdb.linespec/explicit.exp
11141 * gdb.linespec/keywords.exp
11142 * gdb.linespec/linespec.exp
11143 * gdb.linespec/ls-dollar.exp
11144 * gdb.linespec/ls-errs.exp
11145 * gdb.linespec/skip-two.exp
11146 * gdb.linespec/thread.exp
11147 * gdb.mi/mi-async.exp
11148 * gdb.mi/mi-basics.exp
11149 * gdb.mi/mi-break.exp
11150 * gdb.mi/mi-catch-load.exp
11151 * gdb.mi/mi-cli.exp
11152 * gdb.mi/mi-cmd-param-changed.exp
11153 * gdb.mi/mi-console.exp
11154 * gdb.mi/mi-detach.exp
11155 * gdb.mi/mi-disassemble.exp
11156 * gdb.mi/mi-eval.exp
11157 * gdb.mi/mi-file-transfer.exp
11158 * gdb.mi/mi-file.exp
11159 * gdb.mi/mi-fill-memory.exp
11160 * gdb.mi/mi-inheritance-syntax-error.exp
11161 * gdb.mi/mi-linespec-err-cp.exp
11162 * gdb.mi/mi-logging.exp
11163 * gdb.mi/mi-memory-changed.exp
11164 * gdb.mi/mi-read-memory.exp
11165 * gdb.mi/mi-record-changed.exp
11166 * gdb.mi/mi-reg-undefined.exp
11167 * gdb.mi/mi-regs.exp
11168 * gdb.mi/mi-return.exp
11169 * gdb.mi/mi-reverse.exp
11170 * gdb.mi/mi-simplerun.exp
11171 * gdb.mi/mi-solib.exp
11172 * gdb.mi/mi-stack.exp
11173 * gdb.mi/mi-stepi.exp
11174 * gdb.mi/mi-syn-frame.exp
11175 * gdb.mi/mi-until.exp
11176 * gdb.mi/mi-var-block.exp
11177 * gdb.mi/mi-var-child.exp
11178 * gdb.mi/mi-var-cmd.exp
11179 * gdb.mi/mi-var-cp.exp
11180 * gdb.mi/mi-var-display.exp
11181 * gdb.mi/mi-var-invalidate.exp
11182 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11183 * gdb.mi/mi-vla-fortran.exp
11184 * gdb.mi/mi-watch.exp
11185 * gdb.mi/mi2-var-child.exp
11186 * gdb.mi/user-selected-context-sync.exp
11187 * gdb.modula2/unbounded-array.exp
11188 * gdb.multi/dummy-frame-restore.exp
11189 * gdb.multi/multi-arch-exec.exp
11190 * gdb.multi/multi-arch.exp
11191 * gdb.multi/tids.exp
11192 * gdb.multi/watchpoint-multi.exp
11193 * gdb.opencl/callfuncs.exp
11194 * gdb.opencl/convs_casts.exp
11195 * gdb.opencl/datatypes.exp
11196 * gdb.opencl/operators.exp
11197 * gdb.opencl/vec_comps.exp
11198 * gdb.opt/clobbered-registers-O2.exp
11199 * gdb.opt/inline-break.exp
11200 * gdb.opt/inline-bt.exp
11201 * gdb.opt/inline-cmds.exp
11202 * gdb.opt/inline-locals.exp
11203 * gdb.pascal/case-insensitive-symbols.exp
11204 * gdb.pascal/floats.exp
11205 * gdb.pascal/gdb11492.exp
11206 * gdb.python/lib-types.exp
11207 * gdb.python/py-arch.exp
11208 * gdb.python/py-as-string.exp
11209 * gdb.python/py-bad-printers.exp
11210 * gdb.python/py-block.exp
11211 * gdb.python/py-breakpoint-create-fail.exp
11212 * gdb.python/py-breakpoint.exp
11213 * gdb.python/py-caller-is.exp
11214 * gdb.python/py-cmd.exp
11215 * gdb.python/py-explore-cc.exp
11216 * gdb.python/py-explore.exp
11217 * gdb.python/py-finish-breakpoint.exp
11218 * gdb.python/py-finish-breakpoint2.exp
11219 * gdb.python/py-frame-args.exp
11220 * gdb.python/py-frame-inline.exp
11221 * gdb.python/py-frame.exp
11222 * gdb.python/py-framefilter-mi.exp
11223 * gdb.python/py-infthread.exp
11224 * gdb.python/py-lazy-string.exp
11225 * gdb.python/py-linetable.exp
11226 * gdb.python/py-mi-events.exp
11227 * gdb.python/py-mi-objfile.exp
11228 * gdb.python/py-mi.exp
11229 * gdb.python/py-objfile.exp
11230 * gdb.python/py-pp-integral.exp
11231 * gdb.python/py-pp-maint.exp
11232 * gdb.python/py-pp-re-notag.exp
11233 * gdb.python/py-pp-registration.exp
11234 * gdb.python/py-recurse-unwind.exp
11235 * gdb.python/py-strfns.exp
11236 * gdb.python/py-symbol.exp
11237 * gdb.python/py-symtab.exp
11238 * gdb.python/py-sync-interp.exp
11239 * gdb.python/py-typeprint.exp
11240 * gdb.python/py-unwind-maint.exp
11241 * gdb.python/py-unwind.exp
11242 * gdb.python/py-value-cc.exp
11243 * gdb.python/py-xmethods.exp
11244 * gdb.reverse/amd64-tailcall-reverse.exp
11245 * gdb.reverse/break-precsave.exp
11246 * gdb.reverse/break-reverse.exp
11247 * gdb.reverse/consecutive-precsave.exp
11248 * gdb.reverse/consecutive-reverse.exp
11249 * gdb.reverse/finish-precsave.exp
11250 * gdb.reverse/finish-reverse-bkpt.exp
11251 * gdb.reverse/finish-reverse.exp
11252 * gdb.reverse/fstatat-reverse.exp
11253 * gdb.reverse/getresuid-reverse.exp
11254 * gdb.reverse/i386-precsave.exp
11255 * gdb.reverse/i386-reverse.exp
11256 * gdb.reverse/i386-sse-reverse.exp
11257 * gdb.reverse/i387-env-reverse.exp
11258 * gdb.reverse/i387-stack-reverse.exp
11259 * gdb.reverse/insn-reverse.exp
11260 * gdb.reverse/machinestate-precsave.exp
11261 * gdb.reverse/machinestate.exp
11262 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11263 * gdb.reverse/pipe-reverse.exp
11264 * gdb.reverse/readv-reverse.exp
11265 * gdb.reverse/recvmsg-reverse.exp
11266 * gdb.reverse/rerun-prec.exp
11267 * gdb.reverse/s390-mvcle.exp
11268 * gdb.reverse/step-precsave.exp
11269 * gdb.reverse/step-reverse.exp
11270 * gdb.reverse/time-reverse.exp
11271 * gdb.reverse/until-precsave.exp
11272 * gdb.reverse/until-reverse.exp
11273 * gdb.reverse/waitpid-reverse.exp
11274 * gdb.reverse/watch-precsave.exp
11275 * gdb.reverse/watch-reverse.exp
11276 * gdb.rust/generics.exp
11277 * gdb.rust/methods.exp
11278 * gdb.rust/modules.exp
11279 * gdb.rust/simple.exp
11280 * gdb.server/connect-with-no-symbol-file.exp
11281 * gdb.server/ext-attach.exp
11282 * gdb.server/ext-restart.exp
11283 * gdb.server/ext-wrapper.exp
11284 * gdb.server/file-transfer.exp
11285 * gdb.server/server-exec-info.exp
11286 * gdb.server/server-kill.exp
11287 * gdb.server/server-mon.exp
11288 * gdb.server/wrapper.exp
11289 * gdb.stabs/exclfwd.exp
11290 * gdb.stabs/gdb11479.exp
11291 * gdb.threads/clone-new-thread-event.exp
11292 * gdb.threads/corethreads.exp
11293 * gdb.threads/current-lwp-dead.exp
11294 * gdb.threads/dlopen-libpthread.exp
11295 * gdb.threads/gcore-thread.exp
11296 * gdb.threads/sigstep-threads.exp
11297 * gdb.threads/watchpoint-fork.exp
11298 * gdb.trace/actions-changed.exp
11299 * gdb.trace/backtrace.exp
11300 * gdb.trace/change-loc.exp
11301 * gdb.trace/circ.exp
11302 * gdb.trace/collection.exp
11303 * gdb.trace/disconnected-tracing.exp
11304 * gdb.trace/ftrace.exp
11305 * gdb.trace/mi-trace-frame-collected.exp
11306 * gdb.trace/mi-trace-unavailable.exp
11307 * gdb.trace/mi-traceframe-changed.exp
11308 * gdb.trace/mi-tsv-changed.exp
11309 * gdb.trace/no-attach-trace.exp
11310 * gdb.trace/passc-dyn.exp
11311 * gdb.trace/qtro.exp
11312 * gdb.trace/range-stepping.exp
11313 * gdb.trace/read-memory.exp
11314 * gdb.trace/save-trace.exp
11315 * gdb.trace/signal.exp
11316 * gdb.trace/status-stop.exp
11317 * gdb.trace/tfile.exp
11318 * gdb.trace/trace-break.exp
11319 * gdb.trace/trace-buffer-size.exp
11320 * gdb.trace/trace-condition.exp
11321 * gdb.trace/tracefile-pseudo-reg.exp
11322 * gdb.trace/tstatus.exp
11323 * gdb.trace/unavailable.exp
11324 * gdb.trace/while-dyn.exp
11325 * gdb.trace/while-stepping.exp
11326
34c41c68
DE
113272016-12-22 Doug Evans <xdje42@gmail.com>
11328
11329 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11330 and msymbols.
11331
16e69324
YQ
113322016-12-19 Yao Qi <yao.qi@linaro.org>
11333
11334 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11335 (test_with_self): Don't call do_steps_and_nexts, and remove
11336 code about stepping into xmalloc.
11337
f94f411b
YQ
113382016-12-09 Yao Qi <yao.qi@linaro.org>
11339
11340 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11341
113422016-12-09 Yao Qi <yao.qi@linaro.org>
11343
11344 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11345
f1b5deee
PA
113462016-12-09 Pedro Alves <palves@redhat.com>
11347
11348 * gdb.base/all-architectures-0.exp: New file.
11349 * gdb.base/all-architectures-1.exp: New file.
11350 * gdb.base/all-architectures-2.exp: New file.
11351 * gdb.base/all-architectures-3.exp: New file.
11352 * gdb.base/all-architectures-4.exp: New file.
11353 * gdb.base/all-architectures-5.exp: New file.
11354 * gdb.base/all-architectures-6.exp: New file.
11355 * gdb.base/all-architectures-7.exp: New file.
11356 * gdb.base/all-architectures.exp.in: New file.
11357
364ca42e
YQ
113582016-12-09 Yao Qi <yao.qi@linaro.org>
11359
11360 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11361
107c2d62
LM
113622016-12-02 Luis Machado <lgustavo@codesourcery.com>
11363
11364 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11365 possible.
11366 Remove useless pattern-matching code.
11367
df3ee9ca
PA
113682016-12-02 Pedro Alves <palves@redhat.com>
11369
11370 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11371 procedure.
11372 (top level): Call it.
11373
ec835369
PA
113742016-12-02 Pedro Alves <palves@redhat.com>
11375
11376 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11377 New procedure.
11378 (top level): Call it.
11379
01770bbd
PA
113802016-12-02 Pedro Alves <palves@redhat.com>
11381
11382 PR cli/20559
11383 * gdb.base/commands.exp (user_defined_command_args_eval): New
11384 procedure.
11385 (top level): Call it.
11386
008459ea
LM
113872016-12-02 Luis Machado <lgustavo@codesourcery.com>
11388
11389 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11390 timeout handling.
11391
0c1b455e
TT
113922016-12-02 Tom Tromey <tom@tromey.com>
11393
11394 * gdb.dwarf2/main-subprogram.c: New file.
11395 * gdb.dwarf2/main-subprogram.exp: New file.
11396
018572b8
LM
113972016-12-01 Luis Machado <lgustavo@codesourcery.com>
11398
11399 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11400 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11401 gdb_test_no_output for a couple of cases.
11402 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11403
84c93cd5
LM
114042016-12-01 Luis Machado <lgustavo@codesourcery.com>
11405
11406 Fix test names and standardize compilation error messages throughout
11407 the following files:
11408
11409 * gdb.ada/start.exp
11410 * gdb.arch/alpha-step.exp
11411 * gdb.arch/e500-prologue.exp
11412 * gdb.arch/ftrace-insn-reloc.exp
11413 * gdb.arch/gdb1291.exp
11414 * gdb.arch/gdb1431.exp
11415 * gdb.arch/gdb1558.exp
11416 * gdb.arch/i386-dr3-watch.exp
11417 * gdb.arch/i386-sse-stack-align.exp
11418 * gdb.arch/ia64-breakpoint-shadow.exp
11419 * gdb.arch/pa-nullify.exp
11420 * gdb.arch/powerpc-aix-prologue.exp
11421 * gdb.arch/thumb-bx-pc.exp
11422 * gdb.base/annota1.exp
11423 * gdb.base/annota3.exp
11424 * gdb.base/arrayidx.exp
11425 * gdb.base/assign.exp
11426 * gdb.base/attach.exp
11427 * gdb.base/auxv.exp
11428 * gdb.base/bang.exp
11429 * gdb.base/bfp-test.exp
11430 * gdb.base/bigcore.exp
11431 * gdb.base/bitfields2.exp
11432 * gdb.base/break-fun-addr.exp
11433 * gdb.base/break-probes.exp
11434 * gdb.base/call-rt-st.exp
11435 * gdb.base/callexit.exp
11436 * gdb.base/catch-fork-kill.exp
11437 * gdb.base/charset.exp
11438 * gdb.base/checkpoint.exp
11439 * gdb.base/comprdebug.exp
11440 * gdb.base/constvars.exp
11441 * gdb.base/coredump-filter.exp
11442 * gdb.base/cursal.exp
11443 * gdb.base/cvexpr.exp
11444 * gdb.base/detach.exp
11445 * gdb.base/display.exp
11446 * gdb.base/dmsym.exp
11447 * gdb.base/dprintf-pending.exp
11448 * gdb.base/dso2dso.exp
11449 * gdb.base/dtrace-probe.exp
11450 * gdb.base/dump.exp
11451 * gdb.base/enum_cond.exp
11452 * gdb.base/exe-lock.exp
11453 * gdb.base/exec-invalid-sysroot.exp
11454 * gdb.base/execl-update-breakpoints.exp
11455 * gdb.base/exprs.exp
11456 * gdb.base/fileio.exp
11457 * gdb.base/find.exp
11458 * gdb.base/finish.exp
11459 * gdb.base/fixsection.exp
11460 * gdb.base/foll-vfork.exp
11461 * gdb.base/frame-args.exp
11462 * gdb.base/gcore.exp
11463 * gdb.base/gdb1250.exp
11464 * gdb.base/global-var-nested-by-dso.exp
11465 * gdb.base/gnu-ifunc.exp
11466 * gdb.base/hashline1.exp
11467 * gdb.base/hashline2.exp
11468 * gdb.base/hashline3.exp
11469 * gdb.base/hbreak-in-shr-unsupported.exp
11470 * gdb.base/huge.exp
11471 * gdb.base/infcall-input.exp
11472 * gdb.base/info-fun.exp
11473 * gdb.base/info-shared.exp
11474 * gdb.base/jit-simple.exp
11475 * gdb.base/jit-so.exp
11476 * gdb.base/jit.exp
11477 * gdb.base/jump.exp
11478 * gdb.base/label.exp
11479 * gdb.base/lineinc.exp
11480 * gdb.base/logical.exp
11481 * gdb.base/longjmp.exp
11482 * gdb.base/macscp.exp
11483 * gdb.base/miscexprs.exp
11484 * gdb.base/new-ui-echo.exp
11485 * gdb.base/new-ui-pending-input.exp
11486 * gdb.base/new-ui.exp
11487 * gdb.base/nodebug.exp
11488 * gdb.base/nofield.exp
11489 * gdb.base/offsets.exp
11490 * gdb.base/overlays.exp
11491 * gdb.base/pending.exp
11492 * gdb.base/pointers.exp
11493 * gdb.base/pr11022.exp
11494 * gdb.base/printcmds.exp
11495 * gdb.base/prologue.exp
11496 * gdb.base/ptr-typedef.exp
11497 * gdb.base/realname-expand.exp
11498 * gdb.base/relativedebug.exp
11499 * gdb.base/relocate.exp
11500 * gdb.base/remote.exp
11501 * gdb.base/reread.exp
11502 * gdb.base/return2.exp
11503 * gdb.base/savedregs.exp
11504 * gdb.base/sep.exp
11505 * gdb.base/sepdebug.exp
11506 * gdb.base/sepsymtab.exp
11507 * gdb.base/set-inferior-tty.exp
11508 * gdb.base/setshow.exp
11509 * gdb.base/shlib-call.exp
11510 * gdb.base/sigaltstack.exp
11511 * gdb.base/siginfo-addr.exp
11512 * gdb.base/signals.exp
11513 * gdb.base/signull.exp
11514 * gdb.base/sigrepeat.exp
11515 * gdb.base/so-impl-ld.exp
11516 * gdb.base/solib-display.exp
11517 * gdb.base/solib-overlap.exp
11518 * gdb.base/solib-search.exp
11519 * gdb.base/solib-symbol.exp
11520 * gdb.base/structs.exp
11521 * gdb.base/structs2.exp
11522 * gdb.base/symtab-search-order.exp
11523 * gdb.base/twice.exp
11524 * gdb.base/unload.exp
11525 * gdb.base/varargs.exp
11526 * gdb.base/watchpoint-solib.exp
11527 * gdb.base/watchpoint.exp
11528 * gdb.base/whatis.exp
11529 * gdb.base/wrong_frame_bt_full.exp
11530 * gdb.btrace/dlopen.exp
11531 * gdb.cell/ea-standalone.exp
11532 * gdb.cell/ea-test.exp
11533 * gdb.cp/dispcxx.exp
11534 * gdb.cp/gdb2384.exp
11535 * gdb.cp/method2.exp
11536 * gdb.cp/nextoverthrow.exp
11537 * gdb.cp/pr10728.exp
11538 * gdb.disasm/am33.exp
11539 * gdb.disasm/h8300s.exp
11540 * gdb.disasm/mn10300.exp
11541 * gdb.disasm/sh3.exp
11542 * gdb.dwarf2/dw2-dir-file-name.exp
11543 * gdb.fortran/complex.exp
11544 * gdb.fortran/library-module.exp
11545 * gdb.guile/scm-pretty-print.exp
11546 * gdb.guile/scm-symbol.exp
11547 * gdb.guile/scm-type.exp
11548 * gdb.guile/scm-value.exp
11549 * gdb.linespec/linespec.exp
11550 * gdb.mi/gdb701.exp
11551 * gdb.mi/gdb792.exp
11552 * gdb.mi/mi-breakpoint-changed.exp
11553 * gdb.mi/mi-dprintf-pending.exp
11554 * gdb.mi/mi-dprintf.exp
11555 * gdb.mi/mi-exit-code.exp
11556 * gdb.mi/mi-pending.exp
11557 * gdb.mi/mi-solib.exp
11558 * gdb.mi/new-ui-mi-sync.exp
11559 * gdb.mi/pr11022.exp
11560 * gdb.mi/user-selected-context-sync.exp
11561 * gdb.opt/solib-intra-step.exp
11562 * gdb.python/py-events.exp
11563 * gdb.python/py-finish-breakpoint.exp
11564 * gdb.python/py-mi.exp
11565 * gdb.python/py-prettyprint.exp
11566 * gdb.python/py-shared.exp
11567 * gdb.python/py-symbol.exp
11568 * gdb.python/py-template.exp
11569 * gdb.python/py-type.exp
11570 * gdb.python/py-value.exp
11571 * gdb.reverse/solib-precsave.exp
11572 * gdb.reverse/solib-reverse.exp
11573 * gdb.server/solib-list.exp
11574 * gdb.stabs/weird.exp
11575 * gdb.threads/reconnect-signal.exp
11576 * gdb.threads/stepi-random-signal.exp
11577 * gdb.trace/actions.exp
11578 * gdb.trace/ax.exp
11579 * gdb.trace/backtrace.exp
11580 * gdb.trace/change-loc.exp
11581 * gdb.trace/deltrace.exp
11582 * gdb.trace/ftrace-lock.exp
11583 * gdb.trace/ftrace.exp
11584 * gdb.trace/infotrace.exp
11585 * gdb.trace/mi-tracepoint-changed.exp
11586 * gdb.trace/packetlen.exp
11587 * gdb.trace/passcount.exp
11588 * gdb.trace/pending.exp
11589 * gdb.trace/range-stepping.exp
11590 * gdb.trace/report.exp
11591 * gdb.trace/stap-trace.exp
11592 * gdb.trace/tfind.exp
11593 * gdb.trace/trace-break.exp
11594 * gdb.trace/trace-condition.exp
11595 * gdb.trace/trace-enable-disable.exp
11596 * gdb.trace/trace-mt.exp
11597 * gdb.trace/tracecmd.exp
11598 * gdb.trace/tspeed.exp
11599 * gdb.trace/tsv.exp
11600 * lib/perftest.exp
11601
fb9feb35
LM
116022016-12-01 Luis Machado <lgustavo@codesourcery.com>
11603
11604 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11605 with gdb_test_no_output.
11606 Use command as test name.
11607
cd2ddb6c
LM
116082016-12-01 Luis Machado <lgustavo@codesourcery.com>
11609
11610 Fix test names starting with uppercase throughout the files.
11611
11612 * gdb.ada/assign_1.exp
11613 * gdb.ada/boolean_expr.exp
11614 * gdb.base/arrayidx.exp
11615 * gdb.base/del.exp
11616 * gdb.base/gcore-buffer-overflow.exp
11617 * gdb.base/testenv.exp
11618 * gdb.compile/compile.exp
11619 * gdb.python/py-framefilter-invalidarg.exp
11620 * gdb.python/py-framefilter.exp
11621
bb95117e
LM
116222016-12-01 Luis Machado <lgustavo@codesourcery.com>
11623
11624 Fix test names starting with uppercase throughout the files.
11625
11626 * gdb.ada/array_return.exp
11627 * gdb.ada/expr_delims.exp
11628 * gdb.ada/mi_dyn_arr.exp
11629 * gdb.ada/mi_interface.exp
11630 * gdb.ada/mi_var_array.exp
11631 * gdb.ada/watch_arg.exp
11632 * gdb.arch/alpha-step.exp
11633 * gdb.arch/altivec-regs.exp
11634 * gdb.arch/e500-regs.exp
11635 * gdb.arch/powerpc-d128-regs.exp
11636 * gdb.base/arrayidx.exp
11637 * gdb.base/break.exp
11638 * gdb.base/checkpoint.exp
11639 * gdb.base/debug-expr.exp
11640 * gdb.base/dmsym.exp
11641 * gdb.base/radix.exp
11642 * gdb.base/sepdebug.exp
11643 * gdb.base/testenv.exp
11644 * gdb.base/watch_thread_num.exp
11645 * gdb.base/watchpoint-cond-gone.exp
11646 * gdb.cell/break.exp
11647 * gdb.cell/ea-cache.exp
11648 * gdb.compile/compile.exp
11649 * gdb.cp/gdb2495.exp
11650 * gdb.gdb/selftest.exp
11651 * gdb.gdb/xfullpath.exp
11652 * gdb.go/hello.exp
11653 * gdb.go/integers.exp
11654 * gdb.objc/basicclass.exp
11655 * gdb.pascal/hello.exp
11656 * gdb.pascal/integers.exp
11657 * gdb.python/py-breakpoint.exp
11658 * gdb.python/py-cmd.exp
11659 * gdb.python/py-linetable.exp
11660 * gdb.python/py-xmethods.exp
11661 * gdb.python/python.exp
11662 * gdb.reverse/consecutive-precsave.exp
11663 * gdb.reverse/finish-precsave.exp
11664 * gdb.reverse/i386-precsave.exp
11665 * gdb.reverse/machinestate-precsave.exp
11666 * gdb.reverse/sigall-precsave.exp
11667 * gdb.reverse/solib-precsave.exp
11668 * gdb.reverse/step-precsave.exp
11669 * gdb.reverse/until-precsave.exp
11670 * gdb.reverse/watch-precsave.exp
11671 * gdb.threads/leader-exit.exp
11672 * gdb.threads/pthreads.exp
11673 * gdb.threads/wp-replication.exp
11674 * gdb.trace/actions.exp
11675 * gdb.trace/mi-tsv-changed.exp
11676 * gdb.trace/tsv.exp
11677
de97fdd4
LM
116782016-12-01 Luis Machado <lgustavo@codesourcery.com>
11679
11680 Fix test names starting with uppercase throughout the files.
11681
11682 * gdb.arch/i386-bp_permanent.exp
11683 * gdb.arch/i386-gnu-cfi.exp
11684 * gdb.base/disasm-end-cu.exp
11685 * gdb.base/macscp.exp
11686 * gdb.base/pending.exp
11687 * gdb.base/watch_thread_num.exp
11688 * gdb.cp/exception.exp
11689 * gdb.cp/gdb2495.exp
11690 * gdb.cp/local.exp
11691 * gdb.python/py-evsignal.exp
11692 * gdb.python/python.exp
11693 * gdb.trace/tracecmd.exp
11694
9f058c10
LM
116952016-12-01 Luis Machado <lgustavo@codesourcery.com>
11696
11697 Fix test names starting with uppercase throughout the files.
11698
11699 * gdb.base/charset.exp
11700 * gdb.base/eval.exp
11701 * gdb.base/multi-forks.exp
11702 * gdb.guile/scm-progspace.exp
11703 * gdb.opencl/datatypes.exp
11704 * gdb.python/py-block.exp
11705 * gdb.python/py-function.exp
11706 * gdb.python/py-symbol.exp
11707 * gdb.python/py-symtab.exp
11708 * gdb.python/py-xmethods.exp
11709 * gdb.reverse/break-precsave.exp
11710 * gdb.reverse/break-reverse.exp
11711 * gdb.reverse/consecutive-precsave.exp
11712 * gdb.reverse/consecutive-reverse.exp
11713 * gdb.reverse/finish-precsave.exp
11714 * gdb.reverse/finish-reverse-bkpt.exp
11715 * gdb.reverse/finish-reverse.exp
11716 * gdb.reverse/fstatat-reverse.exp
11717 * gdb.reverse/getresuid-reverse.exp
11718 * gdb.reverse/i386-precsave.exp
11719 * gdb.reverse/i386-reverse.exp
11720 * gdb.reverse/i386-sse-reverse.exp
11721 * gdb.reverse/i387-stack-reverse.exp
11722 * gdb.reverse/insn-reverse.exp
11723 * gdb.reverse/machinestate-precsave.exp
11724 * gdb.reverse/machinestate.exp
11725 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11726 * gdb.reverse/pipe-reverse.exp
11727 * gdb.reverse/readv-reverse.exp
11728 * gdb.reverse/recvmsg-reverse.exp
11729 * gdb.reverse/rerun-prec.exp
11730 * gdb.reverse/s390-mvcle.exp
11731 * gdb.reverse/sigall-precsave.exp
11732 * gdb.reverse/sigall-reverse.exp
11733 * gdb.reverse/solib-precsave.exp
11734 * gdb.reverse/solib-reverse.exp
11735 * gdb.reverse/step-precsave.exp
11736 * gdb.reverse/step-reverse.exp
11737 * gdb.reverse/time-reverse.exp
11738 * gdb.reverse/until-precsave.exp
11739 * gdb.reverse/until-reverse.exp
11740 * gdb.reverse/waitpid-reverse.exp
11741 * gdb.reverse/watch-precsave.exp
11742 * gdb.reverse/watch-reverse.exp
11743
cdc7edd7
LM
117442016-12-01 Luis Machado <lgustavo@codesourcery.com>
11745
11746 Fix test names starting with uppercase throughout the files.
11747
11748 * gdb.arch/i386-mpx-simple_segv.exp
11749 * gdb.arch/i386-mpx.exp
11750 * gdb.arch/i386-permbkpt.exp
11751 * gdb.arch/pa-nullify.exp
11752 * gdb.arch/powerpc-d128-regs.exp
11753 * gdb.arch/vsx-regs.exp
11754 * gdb.base/bfp-test.exp
11755 * gdb.base/break.exp
11756 * gdb.base/breakpoint-shadow.exp
11757 * gdb.base/callfuncs.exp
11758 * gdb.base/charset.exp
11759 * gdb.base/commands.exp
11760 * gdb.base/completion.exp
11761 * gdb.base/dfp-test.exp
11762 * gdb.base/echo.exp
11763 * gdb.base/ending-run.exp
11764 * gdb.base/eval.exp
11765 * gdb.base/expand-psymtabs.exp
11766 * gdb.base/float128.exp
11767 * gdb.base/floatn.exp
11768 * gdb.base/foll-exec-mode.exp
11769 * gdb.base/gdb1056.exp
11770 * gdb.base/gdb11531.exp
11771 * gdb.base/kill-after-signal.exp
11772 * gdb.base/multi-forks.exp
11773 * gdb.base/overlays.exp
11774 * gdb.base/pending.exp
11775 * gdb.base/sepdebug.exp
11776 * gdb.base/testenv.exp
11777 * gdb.base/valgrind-db-attach.exp
11778 * gdb.base/watch_thread_num.exp
11779 * gdb.base/watchpoint-cond-gone.exp
11780 * gdb.base/watchpoint.exp
11781 * gdb.base/watchpoints.exp
11782 * gdb.cp/arg-reference.exp
11783 * gdb.cp/baseenum.exp
11784 * gdb.cp/operator.exp
11785 * gdb.cp/shadow.exp
11786 * gdb.dwarf2/dw2-op-out-param.exp
11787 * gdb.dwarf2/dw2-reg-undefined.exp
11788 * gdb.go/chan.exp
11789 * gdb.go/hello.exp
11790 * gdb.go/integers.exp
11791 * gdb.go/methods.exp
11792 * gdb.go/package.exp
11793 * gdb.guile/scm-parameter.exp
11794 * gdb.guile/scm-progspace.exp
11795 * gdb.guile/scm-value.exp
11796 * gdb.mi/mi-pending.exp
11797 * gdb.mi/user-selected-context-sync.exp
11798 * gdb.multi/multi-attach.exp
11799 * gdb.multi/tids.exp
11800 * gdb.opt/clobbered-registers-O2.exp
11801 * gdb.pascal/floats.exp
11802 * gdb.pascal/integers.exp
11803 * gdb.python/py-block.exp
11804 * gdb.python/py-events.exp
11805 * gdb.python/py-parameter.exp
11806 * gdb.python/py-symbol.exp
11807 * gdb.python/py-symtab.exp
11808 * gdb.python/py-type.exp
11809 * gdb.python/py-value.exp
11810 * gdb.python/py-xmethods.exp
11811 * gdb.python/python.exp
11812 * gdb.reverse/break-precsave.exp
11813 * gdb.reverse/consecutive-precsave.exp
11814 * gdb.reverse/finish-precsave.exp
11815 * gdb.reverse/i386-precsave.exp
11816 * gdb.reverse/machinestate-precsave.exp
11817 * gdb.reverse/sigall-precsave.exp
11818 * gdb.reverse/solib-precsave.exp
11819 * gdb.reverse/step-precsave.exp
11820 * gdb.reverse/until-precsave.exp
11821 * gdb.reverse/watch-precsave.exp
11822 * gdb.server/ext-attach.exp
11823 * gdb.server/ext-restart.exp
11824 * gdb.server/ext-run.exp
11825 * gdb.server/ext-wrapper.exp
11826 * gdb.stabs/gdb11479.exp
11827 * gdb.stabs/weird.exp
11828 * gdb.threads/attach-many-short-lived-threads.exp
11829 * gdb.threads/kill.exp
11830 * gdb.threads/watchpoint-fork.exp
11831
bc6c7af4
LM
118322016-12-01 Luis Machado <lgustavo@codesourcery.com>
11833
11834 Fix test names starting with uppercase throughout all the files below.
11835
11836 * gdb.ada/array_return.exp
11837 * gdb.ada/catch_ex.exp
11838 * gdb.ada/info_exc.exp
11839 * gdb.ada/mi_catch_ex.exp
11840 * gdb.ada/mi_dyn_arr.exp
11841 * gdb.ada/mi_ex_cond.exp
11842 * gdb.ada/mi_exc_info.exp
11843 * gdb.ada/mi_interface.exp
11844 * gdb.ada/mi_task_arg.exp
11845 * gdb.ada/mi_task_info.exp
11846 * gdb.ada/mi_var_array.exp
11847 * gdb.arch/alpha-step.exp
11848 * gdb.arch/amd64-disp-step.exp
11849 * gdb.arch/arm-disp-step.exp
11850 * gdb.arch/disp-step-insn-reloc.exp
11851 * gdb.arch/e500-prologue.exp
11852 * gdb.arch/ftrace-insn-reloc.exp
11853 * gdb.arch/gdb1558.exp
11854 * gdb.arch/i386-bp_permanent.exp
11855 * gdb.arch/i386-disp-step.exp
11856 * gdb.arch/i386-float.exp
11857 * gdb.arch/i386-gnu-cfi.exp
11858 * gdb.arch/ia64-breakpoint-shadow.exp
11859 * gdb.arch/mips16-thunks.exp
11860 * gdb.arch/pa-nullify.exp
11861 * gdb.arch/powerpc-aix-prologue.exp
11862 * gdb.arch/powerpc-power.exp
11863 * gdb.arch/ppc-dfp.exp
11864 * gdb.arch/s390-tdbregs.exp
11865 * gdb.arch/spu-info.exp
11866 * gdb.arch/spu-ls.exp
11867 * gdb.arch/thumb-bx-pc.exp
11868 * gdb.base/advance.exp
11869 * gdb.base/annota-input-while-running.exp
11870 * gdb.base/arrayidx.exp
11871 * gdb.base/asmlabel.exp
11872 * gdb.base/async.exp
11873 * gdb.base/attach-wait-input.exp
11874 * gdb.base/auto-connect-native-target.exp
11875 * gdb.base/batch-preserve-term-settings.exp
11876 * gdb.base/bfp-test.exp
11877 * gdb.base/bigcore.exp
11878 * gdb.base/bp-permanent.exp
11879 * gdb.base/break-always.exp
11880 * gdb.base/break-fun-addr.exp
11881 * gdb.base/break-idempotent.exp
11882 * gdb.base/break-main-file-remove-fail.exp
11883 * gdb.base/break-probes.exp
11884 * gdb.base/break-unload-file.exp
11885 * gdb.base/break.exp
11886 * gdb.base/call-ar-st.exp
11887 * gdb.base/call-rt-st.exp
11888 * gdb.base/call-sc.exp
11889 * gdb.base/call-signal-resume.exp
11890 * gdb.base/call-strs.exp
11891 * gdb.base/callexit.exp
11892 * gdb.base/callfuncs.exp
11893 * gdb.base/catch-gdb-caused-signals.exp
11894 * gdb.base/catch-signal-siginfo-cond.exp
11895 * gdb.base/catch-syscall.exp
11896 * gdb.base/compare-sections.exp
11897 * gdb.base/cond-eval-mode.exp
11898 * gdb.base/condbreak-call-false.exp
11899 * gdb.base/consecutive-step-over.exp
11900 * gdb.base/cursal.exp
11901 * gdb.base/disabled-location.exp
11902 * gdb.base/disasm-end-cu.exp
11903 * gdb.base/display.exp
11904 * gdb.base/double-prompt-target-event-error.exp
11905 * gdb.base/dprintf-bp-same-addr.exp
11906 * gdb.base/dprintf-detach.exp
11907 * gdb.base/dprintf-next.exp
11908 * gdb.base/dprintf-non-stop.exp
11909 * gdb.base/dprintf-pending.exp
11910 * gdb.base/dso2dso.exp
11911 * gdb.base/ending-run.exp
11912 * gdb.base/enum_cond.exp
11913 * gdb.base/examine-backward.exp
11914 * gdb.base/exe-lock.exp
11915 * gdb.base/exec-invalid-sysroot.exp
11916 * gdb.base/execl-update-breakpoints.exp
11917 * gdb.base/execution-termios.exp
11918 * gdb.base/fileio.exp
11919 * gdb.base/fixsection.exp
11920 * gdb.base/foll-exec-mode.exp
11921 * gdb.base/foll-exec.exp
11922 * gdb.base/fork-running-state.exp
11923 * gdb.base/frame-args.exp
11924 * gdb.base/fullpath-expand.exp
11925 * gdb.base/func-ptr.exp
11926 * gdb.base/gcore-relro-pie.exp
11927 * gdb.base/gdb1090.exp
11928 * gdb.base/gdb1555.exp
11929 * gdb.base/global-var-nested-by-dso.exp
11930 * gdb.base/gnu-ifunc.exp
11931 * gdb.base/hbreak-in-shr-unsupported.exp
11932 * gdb.base/hbreak-unmapped.exp
11933 * gdb.base/hook-stop.exp
11934 * gdb.base/infcall-input.exp
11935 * gdb.base/info-fun.exp
11936 * gdb.base/info-shared.exp
11937 * gdb.base/interrupt-noterm.exp
11938 * gdb.base/jit-so.exp
11939 * gdb.base/jit.exp
11940 * gdb.base/line-symtabs.exp
11941 * gdb.base/list.exp
11942 * gdb.base/longjmp.exp
11943 * gdb.base/macscp.exp
11944 * gdb.base/max-value-size.exp
11945 * gdb.base/nodebug.exp
11946 * gdb.base/nofield.exp
11947 * gdb.base/overlays.exp
11948 * gdb.base/paginate-after-ctrl-c-running.exp
11949 * gdb.base/paginate-bg-execution.exp
11950 * gdb.base/paginate-inferior-exit.exp
11951 * gdb.base/pending.exp
11952 * gdb.base/pr11022.exp
11953 * gdb.base/printcmds.exp
11954 * gdb.base/ptr-typedef.exp
11955 * gdb.base/ptype.exp
11956 * gdb.base/randomize.exp
11957 * gdb.base/range-stepping.exp
11958 * gdb.base/realname-expand.exp
11959 * gdb.base/relativedebug.exp
11960 * gdb.base/remote.exp
11961 * gdb.base/savedregs.exp
11962 * gdb.base/sepdebug.exp
11963 * gdb.base/set-noassign.exp
11964 * gdb.base/shlib-call.exp
11965 * gdb.base/shreloc.exp
11966 * gdb.base/sigaltstack.exp
11967 * gdb.base/sigbpt.exp
11968 * gdb.base/siginfo-addr.exp
11969 * gdb.base/siginfo-obj.exp
11970 * gdb.base/siginfo-thread.exp
11971 * gdb.base/signest.exp
11972 * gdb.base/signull.exp
11973 * gdb.base/sigrepeat.exp
11974 * gdb.base/skip.exp
11975 * gdb.base/so-impl-ld.exp
11976 * gdb.base/solib-corrupted.exp
11977 * gdb.base/solib-disc.exp
11978 * gdb.base/solib-display.exp
11979 * gdb.base/solib-overlap.exp
11980 * gdb.base/solib-search.exp
11981 * gdb.base/solib-symbol.exp
11982 * gdb.base/source-execution.exp
11983 * gdb.base/sss-bp-on-user-bp-2.exp
11984 * gdb.base/sss-bp-on-user-bp.exp
11985 * gdb.base/stack-checking.exp
11986 * gdb.base/stale-infcall.exp
11987 * gdb.base/step-break.exp
11988 * gdb.base/step-line.exp
11989 * gdb.base/step-over-exit.exp
11990 * gdb.base/step-test.exp
11991 * gdb.base/structs.exp
11992 * gdb.base/sym-file.exp
11993 * gdb.base/symtab-search-order.exp
11994 * gdb.base/term.exp
11995 * gdb.base/type-opaque.exp
11996 * gdb.base/unload.exp
11997 * gdb.base/until-nodebug.exp
11998 * gdb.base/until.exp
11999 * gdb.base/unwindonsignal.exp
12000 * gdb.base/watch-cond.exp
12001 * gdb.base/watch-non-mem.exp
12002 * gdb.base/watch_thread_num.exp
12003 * gdb.base/watchpoint-reuse-slot.exp
12004 * gdb.base/watchpoint-solib.exp
12005 * gdb.base/watchpoint.exp
12006 * gdb.btrace/dlopen.exp
12007 * gdb.cell/arch.exp
12008 * gdb.cell/break.exp
12009 * gdb.cell/bt.exp
12010 * gdb.cell/core.exp
12011 * gdb.cell/data.exp
12012 * gdb.cell/dwarfaddr.exp
12013 * gdb.cell/ea-cache.exp
12014 * gdb.cell/ea-standalone.exp
12015 * gdb.cell/ea-test.exp
12016 * gdb.cell/f-regs.exp
12017 * gdb.cell/fork.exp
12018 * gdb.cell/gcore.exp
12019 * gdb.cell/mem-access.exp
12020 * gdb.cell/ptype.exp
12021 * gdb.cell/registers.exp
12022 * gdb.cell/sizeof.exp
12023 * gdb.cell/solib-symbol.exp
12024 * gdb.cell/solib.exp
12025 * gdb.compile/compile-tls.exp
12026 * gdb.cp/exception.exp
12027 * gdb.cp/gdb2495.exp
12028 * gdb.cp/local.exp
12029 * gdb.cp/mb-inline.exp
12030 * gdb.cp/mb-templates.exp
12031 * gdb.cp/pr10687.exp
12032 * gdb.cp/pr9167.exp
12033 * gdb.cp/scope-err.exp
12034 * gdb.cp/templates.exp
12035 * gdb.cp/virtfunc.exp
12036 * gdb.dwarf2/dw2-dir-file-name.exp
12037 * gdb.dwarf2/dw2-single-line-discriminators.exp
12038 * gdb.fortran/complex.exp
12039 * gdb.fortran/library-module.exp
12040 * gdb.guile/guile.exp
12041 * gdb.guile/scm-cmd.exp
12042 * gdb.guile/scm-frame-inline.exp
12043 * gdb.guile/scm-objfile.exp
12044 * gdb.guile/scm-pretty-print.exp
12045 * gdb.guile/scm-symbol.exp
12046 * gdb.guile/scm-type.exp
12047 * gdb.guile/scm-value.exp
12048 * gdb.linespec/keywords.exp
12049 * gdb.linespec/ls-errs.exp
12050 * gdb.linespec/macro-relative.exp
12051 * gdb.linespec/thread.exp
12052 * gdb.mi/mi-breakpoint-changed.exp
12053 * gdb.mi/mi-dprintf-pending.exp
12054 * gdb.mi/mi-fullname-deleted.exp
12055 * gdb.mi/mi-logging.exp
12056 * gdb.mi/mi-pending.exp
12057 * gdb.mi/mi-solib.exp
12058 * gdb.mi/new-ui-mi-sync.exp
12059 * gdb.mi/user-selected-context-sync.exp
12060 * gdb.multi/dummy-frame-restore.exp
12061 * gdb.multi/multi-arch-exec.exp
12062 * gdb.multi/remove-inferiors.exp
12063 * gdb.multi/watchpoint-multi-exit.exp
12064 * gdb.opt/solib-intra-step.exp
12065 * gdb.perf/backtrace.exp
12066 * gdb.perf/single-step.exp
12067 * gdb.perf/skip-command.exp
12068 * gdb.perf/skip-prologue.exp
12069 * gdb.perf/solib.exp
12070 * gdb.python/lib-types.exp
12071 * gdb.python/py-as-string.exp
12072 * gdb.python/py-bad-printers.exp
12073 * gdb.python/py-block.exp
12074 * gdb.python/py-breakpoint.exp
12075 * gdb.python/py-cmd.exp
12076 * gdb.python/py-events.exp
12077 * gdb.python/py-evthreads.exp
12078 * gdb.python/py-finish-breakpoint.exp
12079 * gdb.python/py-finish-breakpoint2.exp
12080 * gdb.python/py-frame-inline.exp
12081 * gdb.python/py-frame.exp
12082 * gdb.python/py-inferior.exp
12083 * gdb.python/py-infthread.exp
12084 * gdb.python/py-mi.exp
12085 * gdb.python/py-objfile.exp
12086 * gdb.python/py-pp-maint.exp
12087 * gdb.python/py-pp-registration.exp
12088 * gdb.python/py-prettyprint.exp
12089 * gdb.python/py-recurse-unwind.exp
12090 * gdb.python/py-shared.exp
12091 * gdb.python/py-symbol.exp
12092 * gdb.python/py-symtab.exp
12093 * gdb.python/py-template.exp
12094 * gdb.python/py-type.exp
12095 * gdb.python/py-unwind-maint.exp
12096 * gdb.python/py-unwind.exp
12097 * gdb.python/py-value.exp
12098 * gdb.python/python.exp
12099 * gdb.reverse/finish-reverse-bkpt.exp
12100 * gdb.reverse/insn-reverse.exp
12101 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12102 * gdb.reverse/solib-precsave.exp
12103 * gdb.reverse/solib-reverse.exp
12104 * gdb.stabs/gdb11479.exp
12105 * gdb.stabs/weird.exp
12106 * gdb.threads/fork-child-threads.exp
12107 * gdb.threads/fork-plus-threads.exp
12108 * gdb.threads/fork-thread-pending.exp
12109 * gdb.threads/forking-threads-plus-breakpoint.exp
12110 * gdb.threads/hand-call-in-threads.exp
12111 * gdb.threads/interrupted-hand-call.exp
12112 * gdb.threads/linux-dp.exp
12113 * gdb.threads/local-watch-wrong-thread.exp
12114 * gdb.threads/next-while-other-thread-longjmps.exp
12115 * gdb.threads/non-ldr-exit.exp
12116 * gdb.threads/pending-step.exp
12117 * gdb.threads/print-threads.exp
12118 * gdb.threads/process-dies-while-detaching.exp
12119 * gdb.threads/process-dies-while-handling-bp.exp
12120 * gdb.threads/pthreads.exp
12121 * gdb.threads/queue-signal.exp
12122 * gdb.threads/reconnect-signal.exp
12123 * gdb.threads/signal-command-handle-nopass.exp
12124 * gdb.threads/signal-command-multiple-signals-pending.exp
12125 * gdb.threads/signal-delivered-right-thread.exp
12126 * gdb.threads/signal-sigtrap.exp
12127 * gdb.threads/sigthread.exp
12128 * gdb.threads/staticthreads.exp
12129 * gdb.threads/stepi-random-signal.exp
12130 * gdb.threads/thread-unwindonsignal.exp
12131 * gdb.threads/thread_check.exp
12132 * gdb.threads/thread_events.exp
12133 * gdb.threads/tid-reuse.exp
12134 * gdb.threads/tls-nodebug.exp
12135 * gdb.threads/tls-shared.exp
12136 * gdb.threads/tls-so_extern.exp
12137 * gdb.threads/tls.exp
12138 * gdb.threads/wp-replication.exp
12139 * gdb.trace/actions-changed.exp
12140 * gdb.trace/actions.exp
12141 * gdb.trace/backtrace.exp
12142 * gdb.trace/change-loc.exp
12143 * gdb.trace/collection.exp
12144 * gdb.trace/deltrace.exp
12145 * gdb.trace/disconnected-tracing.exp
12146 * gdb.trace/entry-values.exp
12147 * gdb.trace/ftrace-lock.exp
12148 * gdb.trace/ftrace.exp
12149 * gdb.trace/infotrace.exp
12150 * gdb.trace/mi-trace-frame-collected.exp
12151 * gdb.trace/mi-trace-unavailable.exp
12152 * gdb.trace/mi-traceframe-changed.exp
12153 * gdb.trace/mi-tracepoint-changed.exp
12154 * gdb.trace/mi-tsv-changed.exp
12155 * gdb.trace/no-attach-trace.exp
12156 * gdb.trace/packetlen.exp
12157 * gdb.trace/passc-dyn.exp
12158 * gdb.trace/passcount.exp
12159 * gdb.trace/pending.exp
12160 * gdb.trace/pr16508.exp
12161 * gdb.trace/qtro.exp
12162 * gdb.trace/range-stepping.exp
12163 * gdb.trace/read-memory.exp
12164 * gdb.trace/report.exp
12165 * gdb.trace/save-trace.exp
12166 * gdb.trace/signal.exp
12167 * gdb.trace/stap-trace.exp
12168 * gdb.trace/status-stop.exp
12169 * gdb.trace/strace.exp
12170 * gdb.trace/tfile.exp
12171 * gdb.trace/tfind.exp
12172 * gdb.trace/trace-break.exp
12173 * gdb.trace/trace-condition.exp
12174 * gdb.trace/trace-enable-disable.exp
12175 * gdb.trace/trace-mt.exp
12176 * gdb.trace/tracecmd.exp
12177 * gdb.trace/tracefile-pseudo-reg.exp
12178 * gdb.trace/tspeed.exp
12179 * gdb.trace/tstatus.exp
12180 * gdb.trace/tsv.exp
12181 * gdb.trace/unavailable.exp
12182 * gdb.trace/while-dyn.exp
12183 * gdb.trace/while-stepping.exp
12184 * lib/gdb-guile.exp
12185 * lib/gdb.exp
12186 * lib/mi-support.exp
12187 * lib/pascal.exp
12188 * lib/perftest.exp
12189 * lib/prelink-support.exp
12190 * lib/selftest-support.exp
12191
ad02e4fe
SM
121922016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12193
12194 * Makefile.in: Include disable-implicit-rules.mk.
12195
22347e55
AA
121962016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12197
12198 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12199 non-byte-aligned bit fields.
12200
da5b30da
AA
122012016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12202
12203 PR gdb/12616
12204 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12205 respects the DW_AT_data_bit_offset attribute.
12206
b593ecca
SM
122072016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12208
12209 * gdb.base/default.exp: Fix output of "set language".
12210
3b165252
SM
122112016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12212
12213 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12214 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12215 make.
12216 * configure.ac: Remove checks for the make program.
12217 * configure: Re-generate.
12218
1a2f3d7f
KB
122192016-11-16 Kevin Buettner <kevinb@redhat.com>
12220
12221 * gdb.python/py-recurse-unwind.c (main): Add loop.
12222 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12223 to read_register() and gdb.parse_and_eval(). Make each code
12224 call a separate case that can be individually tested.
12225 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12226 proc. Call cont_and_backtrace for each of the code paths that
12227 we want to test in the unwinder.
12228
b7f38fda
AA
122292016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12230
12231 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12232 the definition of struct S.
12233
1f8db343
CM
122342016-11-11 Catherine Moore <clm@codesourcery.com>
12235
12236 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12237
fad0c9fb
PA
122382016-11-09 Pedro Alves <palves@redhat.com>
12239
12240 * gdb.base/commands.exp (runto_or_return): New procedure.
12241 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12242 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12243 (progvar_simple_while_test, progvar_complex_if_while_test)
12244 (if_while_breakpoint_command_test)
12245 (infrun_breakpoint_command_test, breakpoint_command_test)
12246 (user_defined_command_test, watchpoint_command_test)
12247 (test_command_prompt_position, redefine_hook_test)
12248 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12249 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12250 multi_line_input and multi_line. Remove gdb_expect and
12251 gdb_stop_suppressing_tests uses.
12252 * lib/gdb.exp (valnum_re): New global.
12253 (multi_line_input): New procedure.
12254
8354c62c
SM
122552016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12256
12257 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12258 Remove.
12259 (test_setup): Define with proc_with_prefix.
12260 (test_cli_inferior): Likewise.
12261 (test_cli_thread): Likewise.
12262 (test_cli_frame): Likewise.
12263 (test_cli_select_frame): Likewise.
12264 (test_cli_up_down): Likewise.
12265 (test_mi_thread_select): Likewise.
12266 (test_mi_stack_select_frame): Likewise.
12267 (test_cli_in_mi_inferior): Likewise.
12268 (test_cli_in_mi_thread): Likewise.
12269 (test_cli_in_mi_frame): Likewise.
12270 (top level): Do not use with_test_prefix_procname.
12271
64f367a2
PA
122722016-11-09 Pedro Alves <palves@redhat.com>
12273
12274 * gdb.base/commands.exp (gdbvar_simple_if_test)
12275 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12276 (progvar_simple_if_test, progvar_simple_while_test)
12277 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12278 (infrun_breakpoint_command_test, breakpoint_command_test)
12279 (user_defined_command_test, watchpoint_command_test)
12280 (test_command_prompt_position, deprecated_command_test)
12281 (bp_deleted_in_command, temporary_breakpoint_commands)
12282 (stray_arg0_test, source_file_with_indented_comment)
12283 (recursive_source_test, if_commands_test)
12284 (error_clears_commands_left, redefine_hook_test)
12285 (redefine_backtrace_test): Use proc_with_prefix.
12286 * lib/gdb.exp (proc_with_prefix): New proc.
12287
0bb65f1e
AA
122882016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12289
12290 * gdb.base/tui-layout.c: New file.
12291 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12292 disassembly window contains very long lines.
12293
7353f247
TT
122942016-11-08 Tom Tromey <tom@tromey.com>
12295
12296 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12297 depend on Python 2.
12298
30a7bb83
TT
122992016-11-08 Tom Tromey <tom@tromey.com>
12300
12301 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12302 New method.
12303
cdf5a07c
MG
123042016-10-29 Manish Goregaokar <manish@mozilla.com>
12305
2806dc7e 12306 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 12307
51a789c3
MG
123082016-10-27 Manish Goregaokar <manish@mozilla.com>
12309
2806dc7e
PA
12310 * gdb.rust/simple.rs: Add test for univariant enums without
12311 discriminants and for encoded struct-like enums.
51a789c3 12312
f610ab6d
PA
123132016-10-28 Pedro Alves <palves@redhat.com>
12314
12315 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12316 gdb_test_multiple, tighten regexps and match symtabs and line
12317 tables incrementally.
12318
b129b0ca
LM
123192016-10-28 Luis Machado <lgustavo@codesourcery.com>
12320
12321 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12322 general.
12323
ecf45d2c
SL
123242016-10-25 Luis Machado <lgustavo@codesourcery.com>
12325
12326 * gdb.base/exec-invalid-sysroot.exp: New file.
12327
b8d38ee4
JK
123282016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12329
12330 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12331
f90fd8c2
JK
123322016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12333
12334 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12335
2d2476aa
MR
123362016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12337
2806dc7e
PA
12338 * gdb.base/killed-outside.exp: Remove $options from a call to
12339 `prepare_for_testing'.
2d2476aa 12340
e42b25a0
SM
123412016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12342
12343 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12344 Change test message.
12345
3ccdb432
SM
123462016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12347
12348 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12349 Update comment.
12350
5bad3170
SM
123512016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12352
12353 * gdb.trace/mi-trace-save.exp: New file.
12354
5ad9dba7
YQ
123552016-10-13 Yao Qi <yao.qi@linaro.org>
12356
12357 * gdb.base/code_elim.exp (get_var_address): Remove.
12358 * gdb.base/relocate.exp: Likewise.
12359 * gdb.base/shreloc.exp: Likewise.
12360 * lib/gdb.exp (get_var_address): New.
12361
62df7e21
YQ
123622016-10-13 Yao Qi <yao.qi@linaro.org>
12363
12364 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12365 floating point tests if $skip_float_test is false.
12366
4dac951e
LM
123672016-10-12 Luis Machado <lgustavo@codesourcery.com>
12368
12369 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12370 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12371 argc values.
12372 Add 1 to argc so we guarantee distinct initial/modified argc values.
12373
8f1a8fc4
JK
123742016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12375
12376 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12377
16c85b5d
JK
123782016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12379
12380 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12381 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12382 * gdb.arch/vsx-regs.exp: Likewise.
12383
1d0e042a
YQ
123842016-10-07 Yao Qi <yao.qi@linaro.org>
12385
12386 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12387
68dadef5
MM
123882016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12389
12390 * gdb.python/python.exp: Test decode_line("*0").
12391
33fa2c6e
DE
123922016-10-06 Doug Evans <dje@google.com>
12393
12394 * gdb.python/py-value.exp (test_value_creation): Add test for large
12395 unsigned 64-bit value.
12396
9c37b5ae
TT
123972016-10-06 Tom Tromey <tom@tromey.com>
12398
12399 * gdb.compile/compile.exp: Change java tests to rust.
12400 * gdb.base/setshow.exp: Change java tests to rust.
12401 * gdb.base/default.exp: Remove java from language list.
12402 * README (Examples): Update language example.
12403 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12404 test.
12405 * lib/gdb.exp (skip_java_tests): Remove.
12406 * lib/java.exp: Remove.
12407 * gdb.java: Remove.
12408
78b86327
MR
124092016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12410
12411 * gdb.arch/mips-fcr.exp: New test.
12412 * gdb.arch/mips-fcr.c: Source for the new test.
12413
7470adbb
MR
124142016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12415
12416 * gdb.base/solib-disc.exp: Use `standard_output_file'
12417 throughout.
12418
4a556533
PA
124192016-10-06 Pedro Alves <palves@redhat.com>
12420
12421 * gdb.base/jit-simple-dl.c: New file.
12422 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12423 * gdb.base/jit-simple.c: ... this.
12424 * gdb.base/jit-simple.exp (jit_run): Delete.
12425 (build_jit): New proc.
12426 (jit_test_reread): Recompile either the main program or the shared
12427 library, depending on what is being tested. Skip changing address
12428 if caller wants to. Compare before/after addresses. If testing
12429 standalone, explicitly load the binary. Test "maint info
12430 breakpoints".
12431 (top level): Add "standalone vs shared lib" and "change address"
12432 vs "same address" axes.
12433
5a122fbc
PA
124342016-10-06 Pedro Alves <palves@redhat.com>
12435
12436 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12437 call.
12438 (jit_run): Delete.
12439 (jit_test_reread): Use with_test_prefix. Reload the main binary
12440 explicitly. Compare the before/after addresses of the JIT
12441 descriptor.
12442
ee8da4b8
DE
124432016-08-15 Doug Evans <dje@google.com>
12444
12445 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12446 for single bitfields is bool.
12447 * gdb.xml/tdesc-regs.exp: Ditto.
12448
f389f6fe
JK
124492016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12450
12451 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12452
fdebf1a4
YQ
124532016-10-05 Yao Qi <yao.qi@linaro.org>
12454
12455 * lib/gdb.exp (support_complex_tests): Return zero if
12456 gdb_skip_float_test return true.
12457
9c36d954 124582016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12459 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
12460
12461 PR gdb/20487
12462 * gdb.mi/user-selected-context-sync.exp: New file.
12463 * gdb.mi/user-selected-context-sync.c: New file.
12464
4034d0ff 124652016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12466 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
12467
12468 PR gdb/20487
12469 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12470 =thread-select-event check.
12471
a4297203
PB
124722016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12473
12474 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12475 the compulsory L operand changes.
12476 * gdb.arch/powerpc-power.s: Likewise.
12477
bb805577
JK
124782016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12479
12480 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12481 * gdb.base/jit-attach-pie.c: New file.
12482 * gdb.base/jit-attach-pie.exp: New file.
12483
6d61dee5
PA
124842016-09-28 Pedro Alves <palves@redhat.com>
12485
12486 * gdb.base/infcall-input.c: New file.
12487 * gdb.base/infcall-input.exp: New file.
12488
f73842fc
YQ
124892016-09-22 Yao Qi <yao.qi@linaro.org>
12490
12491 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12492 (gdb_exit): Rename it to ...
12493 (gdbserver_gdb_exit): ... Close GDBserver.
12494 (gdb_exit): New proc, call gdbserver_gdb_exit.
12495 (mi_gdb_exit): Likewise.
12496
90681dab
YQ
124972016-09-22 Yao Qi <yao.qi@linaro.org>
12498
12499 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12500 path.
12501 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12502 Remove duplication.
12503
9c211fd8
YQ
125042016-09-22 Yao Qi <yao.qi@linaro.org>
12505
12506 * lib/gdbserver-support.exp: Check the existence of
12507 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12508
ad0a504f
AK
125092016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12510
12511 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12512
36cf1806
TT
125132016-09-21 Tom Tromey <tom@tromey.com>
12514
12515 PR gdb/20604:
12516 * gdb.base/quit.exp: New file.
12517
74172ecf
SM
125182016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12519
12520 * .gitignore: New file.
12521
3d0ec882
MR
125222016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12523
12524 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12525 throughout.
12526
8193adea
AA
125272016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12528
12529 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12530
d41a5c09
JK
125312016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12532
12533 * gdb.cp/casts.cc (decltype): Move it ...
12534 (main): ... with its call to ...
12535 * gdb.cp/casts03.cc: ... a new file.
12536 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12537
d2dfe700
JK
125382016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12539
12540 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12541
e2a92b16
PB
125422016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12543
12544 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12545 and sync up the test with tests in gas/testsuite/gas/ppc.
12546 * gdb.arch/powerpc-power.exp: Likewise.
12547
49b4de64
JK
125482016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12549
12550 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12551
2c29df25
SDJ
125522016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12553 Jan Kratochvil <jan.kratochvil@redhat.com>
12554
12555 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12556 make m1's definition to be different from m2's. Use 'dummy' as an
12557 argument for probe 'two'.
12558
cc3c2846
JB
125592016-09-10 Jon Beniston <jon@beniston.com>
12560
12561 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12562 for sim target.
12563
e1b2624a
AA
125642016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12565
12566 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12567 variable declaration.
12568 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12569 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12570 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12571 received HWCAP as its argument.
12572
4295e285
PA
125732016-09-06 Pedro Alves <palves@redhat.com>
12574
12575 * gdb.base/new-ui-pending-input.c: New file.
12576 * gdb.base/new-ui-pending-input.exp: New file.
12577 * gdb.exp (clear_gdb_spawn_id): New procedure.
12578 (with_spawn_id): Check whether gdb_spawn_id exists before
12579 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12580 on exit.
12581
00d5215e
UW
125822016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12583
12584 * gdb.base/float128.c: New file.
12585 * gdb.base/float128.exp: Likewise.
12586 * gdb.base/floatn.c: Likewise.
12587 * gdb.base/floatn.exp: Likewise.
12588
a9ff5f12
UW
125892016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12590
12591 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12592
f245535c
PA
125932016-09-05 Pedro Alves <palves@redhat.com>
12594
12595 PR backtrace/19927
12596 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12597 unwinders are immediately called as side effect of "source" or
12598 "disable unwinder" commands.
12599 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12600
ae9cf263
YQ
126012016-09-02 Yao Qi <yao.qi@linaro.org>
12602
12603 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12604 is true and $type is "float" or "double".
12605
27aba047
YQ
126062016-09-02 Yao Qi <yao.qi@linaro.org>
12607
12608 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12609 true.
12610 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12611 * gdb.base/call-rt-st.exp: Likewise.
12612 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12613 return value instead of gdb,skip_float_test.
12614 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12615 (do_function_calls): Use its return value instead of
12616 gdb,skip_float_test.
12617 * gdb.base/finish.exp: Likewise.
12618 * gdb.base/funcargs.exp: Likewise.
12619 * gdb.base/return.exp: Likewise.
12620 * gdb.base/return2.exp: Likewise.
12621 * gdb.base/varargs.exp: Likewise.
12622 * lib/gdb.exp (gdb_skip_float_test): Change it to
12623 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12624
5af962df
AA
126252016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12626
12627 * gdb.multi/tids.exp: Test "thread apply all".
12628
7fac6910
JK
126292016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12630
12631 * gdb.base/default.exp (tty): Remove.
12632
bb1fe4ac
KB
126332016-08-24 Kevin Buettner <kevinb@redhat.com>
12634
2806dc7e
PA
12635 * gdb.python/py-recurse-unwind.c: New file.
12636 * gdb.python/py-recurse-unwind.py: New file.
12637 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 12638
0a1ddfa6
SM
126392016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12640
12641 * gdb.base/set-inferior-tty.exp: New file.
12642 * gdb.base/set-inferior-tty.c: New file.
12643
d9de1fe3
PA
126442016-08-23 Pedro Alves <palves@redhat.com>
12645
12646 PR gdb/20494
12647 * gdb.base/new-ui-echo.c: New file.
12648 * gdb.base/new-ui-echo.exp: New file.
12649
e9d9abd7
YQ
126502016-08-23 Yao Qi <yao.qi@linaro.org>
12651
12652 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12653 gdbserver_spawn.
12654 * gdb.server/connect-without-multi-process.exp (do_test):
12655 Likewise.
12656
3589529e
YQ
126572016-08-23 Yao Qi <yao.qi@linaro.org>
12658
12659 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12660 standalone_txt. Delete gdb_txt and standalone_txt on host
12661 and target. Spawn the binary on target. Copy files from
12662 target to host.
12663
6bb90213
PA
126642016-08-22 Pedro Alves <palves@redhat.com>
12665
12666 PR gdb/20505
12667 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12668 with_test_prefix. Factor out bits to ...
12669 (test_no_vdso): ... this new procedure.
12670
20c2c024
CL
126712016-08-19 Carl Love <cel@us.ibm.com>
12672
12673 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12674 maintaining separate logic for constructing the output path.
12675 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12676 * gdb.arch/ppc-dfp.exp: Likewise.
12677 * gdb.arch/ppc-fp.exp: Likewise.
12678 * gdb.arch/vsx-regs.exp: Likewise.
12679 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12680 binprefix for generating the additional binary files.
12681
0646e07d
PA
126822016-08-19 Pedro Alves <palves@redhat.com>
12683
12684 * gdb.trace/mi-trace-frame-collected.exp
12685 (test_trace_frame_collected): On x32, expect two registers.
12686
46da9242
CL
126872016-08-18 Carl Love <cel@us.ibm.com>
12688
12689 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12690 and sync up the test with tests in gas/testsuite/gas/ppc.
12691 * gdb.arch/powerpc-power.exp: Likewise.
12692
eb2332d7
SM
126932016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12694
12695 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12696 expected error message.
12697
63c61e04
SM
126982016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12699
12700 * gdb.multi/remove-inferiors.exp: New file.
12701 * gdb.multi/remove-inferiors.c: New file.
12702
7b17065f
YQ
127032016-08-12 Yao Qi <yao.qi@linaro.org>
12704
12705 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12706 argument list.
12707
01d3dedf
PA
127082016-08-10 Pedro Alves <palves@redhat.com>
12709
12710 PR gdb/19187
12711 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12712 setup_kfails.
12713
3eb7562a
PA
127142016-08-09 Pedro Alves <palves@redhat.com>
12715 Simon Marchi <simon.marchi@ericsson.com>
12716
12717 PR gdb/20418
12718 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12719 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12720
80614914
PA
127212016-08-09 Pedro Alves <palves@redhat.com>
12722
12723 PR mi/20431
12724 * gdb.mi/mi-cmd-error.exp: New file.
12725
f348d89a
PA
127262016-08-09 Pedro Alves <palves@redhat.com>
12727
12728 PR gdb/18653
12729 * gdb.base/signals-state-child.c: New file.
12730 * gdb.base/signals-state-child.exp: New file.
12731 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12732
e5ca03b4
PA
127332016-08-09 Pedro Alves <palves@redhat.com>
12734
12735 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12736
282a0691
TT
127372016-08-03 Tom Tromey <tom@tromey.com>
12738
12739 PR python/18565:
12740 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12741
41bfcd63
YQ
127422016-08-01 Yao Qi <yao.qi@linaro.org>
12743
12744 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12745 variable mode to "multi-process" if $multi_process is 1, otherwise
12746 set it to "single-process".
12747
e3465b24
YQ
127482016-08-01 Yao Qi <yao.qi@linaro.org>
12749
12750 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12751 * gdb.cp/cpexprs.exp: Likewise.
12752 * gdb.cp/m-static.exp: Likewise.
12753
0b31a4bc
TT
127542016-07-26 Tom Tromey <tom@tromey.com>
12755
12756 PR python/20190:
12757 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12758 test.
12759
e0461dbb
MM
127602016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12761
12762 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12763 selecting assembly source files.
12764 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12765 assembly source files.
12766 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12767 assembly source files.
12768 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12769 selecting assembly source files.
12770
8194e927
SM
127712016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12772
12773 * gdb.base/new-ui.exp (do_test_invalid_args): New
12774 procedure.
12775
c0272db5
TW
127762016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12777
12778 * gdb.btrace/reconnect.c: New file.
12779 * gdb.btrace/reconnect.exp: New file.
12780
e3487908
GKB
127812016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12782
12783 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12784 to test_catch_syscall_group.
12785 (test_catch_syscall_group): New.
12786
12df5c00
TT
127872016-07-21 Tom Tromey <tom@tromey.com>
12788
12789 * gdb.rust/simple.rs (main): Use empty struct expression.
12790 * gdb.rust/simple.exp: Add tests for empty struct expression.
12791
bae62ee2
YQ
127922016-07-21 Yao Qi <yao.qi@linaro.org>
12793
12794 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12795 if gdb_skip_xml_test is true on some targets.
12796
b1b53fb3
YQ
127972016-07-21 Yao Qi <yao.qi@linaro.org>
12798
12799 * gdb.server/solib-list.exp: Unset last_loaded_file.
12800
027d97f8
JK
128012016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12802
12803 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12804 "step into captured_main (args)".
12805
7674d381
JK
128062016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12807
12808 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12809
72b5d099
JK
128102016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12811
12812 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12813
1f960ced
PA
128142016-07-19 Pedro Alves <palves@redhat.com>
12815
12816 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12817 * gdb.opt/inline-bt.exp: Likewise.
12818 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12819 additional_flags=-Winline.
12820 * gdb.opt/inline-locals.exp: Likewise.
12821 * gdb.opt/inline-markers.c (ATTR): Define.
12822 (inlined_fn): Use it.
12823
f25827c1
YQ
128242016-07-19 Yao Qi <yao.qi@linaro.org>
12825
12826 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12827 (test_with_self): Remove some code. Remove argument executable.
12828 (top-level): Use do_self_tests.
12829
37539ebe
DB
128302016-07-15 Zachary Welch <zwelch@codesourcery.com>
12831 Don Breazeal <donb@codesourcery.com>
12832
12833 * gdb.base/maint.exp: Escape paths used in regular expressions.
12834 * gdb.stabs/weird.exp: Likewise.
12835
dac790e1
TT
128362016-07-13 Tom Tromey <tom@tromey.com>
12837
12838 PR python/15620, PR python/18620:
12839 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12840 (test_bkpt_events): New procs.
12841
93daf339
TT
128422016-07-13 Tom Tromey <tom@tromey.com>
12843
12844 PR python/17698:
12845 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12846 test.
12847 (test_watchpoints): Likewise.
12848 (test_bkpt_pending): New proc.
12849
6571a381
TT
128502016-07-13 Tom Tromey <tom@tromey.com>
12851
12852 PR cli/18053:
12853 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12854 completion test.
12855
e8732474
JK
128562016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12857
12858 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12859 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12860 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12861 f_label.
12862 (g): Rename g_end_lbl to g_label.
12863 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12864 low_pc and high_pc.
12865 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12866
e0f3fd7c
TT
128672016-07-12 Tom Tromey <tom@tromey.com>
12868
12869 PR python/19293:
12870 * gdb.python/py-unwind-maint.exp: Update tests.
12871
3cfe46b6
YQ
128722016-07-12 Yao Qi <yao.qi@linaro.org>
12873
12874 * lib/selftest-support.exp (selftest_setup): Match the output
12875 when captured_main is inlined.
12876
4f19a0e6
WT
128772016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12878
12879 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12880 New variables.
12881 (print this%a, print this%b, print this): New tests.
12882 * gdb.fortran/derived-types.f90 (this): New object and
12883 initialization.
12884
986cf455
SM
128852016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12886
12887 * gdb.ada/arraydim.exp: Remove extra directory level in build
12888 directory.
12889
f0464b23
SM
128902016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12891
12892 * lib/ada.exp: Remove extra directory level in build directory.
12893 * gdb.ada/cond_lang.exp: Likewise.
12894 * gdb.ada/exec_changed.exp: Likewise.
12895 * gdb.ada/lang_switch.exp: Likewise.
12896
42d94011
MG
128972016-07-06 Manish Goregaokar <manish@mozilla.com>
12898
2806dc7e
PA
12899 * simple.rs: Add test for raw pointer subscripting.
12900 * simple.exp: Add test expectations.
42d94011 12901
647c264c
YQ
129022016-07-05 Yao Qi <yao.qi@linaro.org>
12903
12904 * gdb.mi/mi-reverse.exp: Match =record-started output.
12905
20aa2c60
PA
129062016-07-01 Pedro Alves <palves@redhat.com>
12907
12908 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12909 procedure.
12910 (jit_reader_test): Test the jit reader's unwinder.
12911 * gdb.base/jithost.c (jit_function_00_code): New global.
12912 (main): Use memcpy to fill in the mmapped code, instead of poking
12913 bytes manually here.
12914 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12915 value.
12916 (read_debug_info): Save the function's range.
12917 (read_sp): New function.
12918 (unwind_frame): Use it. Also unwind RBP.
12919 (get_frame_id): Use read_sp.
12920 (gdb_init_reader): Use calloc instead of malloc.
12921 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12922 parameter. Use gdb_test_multiple.
12923
ced2dffb
PA
129242016-07-01 Pedro Alves <palves@redhat.com>
12925 Antoine Tremblay <antoine.tremblay@ericsson.com>
12926
12927 * gdb.threads/process-dies-while-detaching.c: New file.
12928 * gdb.threads/process-dies-while-detaching.exp: New file.
12929
63000888
PA
129302016-07-01 Pedro Alves <palves@redhat.com>
12931
12932 * gdb.multi/watchpoint-multi-exit.c: New file.
12933 * gdb.multi/watchpoint-multi-exit.exp: New file.
12934
038d4868
PA
129352016-06-30 Pedro Alves <palves@redhat.com>
12936
12937 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12938 unset inferior_spawn_id.
12939
994e9c83
PA
129402016-06-30 Pedro Alves <palves@redhat.com>
12941
12942 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12943 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12944
e5653468
YQ
129452016-06-29 Yao Qi <yao.qi@linaro.org>
12946
12947 * gdb.base/return.c: Add copyright header.
12948
803b47e5
TT
129492016-06-29 Tom Tromey <tom@tromey.com>
12950
12951 PR python/20129:
12952 * gdb.python/py-framefilter.exp: Add tests for setting priority
12953 and disabling of non-existent frame filter.
12954
28244707
YQ
129552016-06-29 Yao Qi <yao.qi@linaro.org>
12956
12957 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12958 0x0f07ff.
12959
a31d2f06
YQ
129602016-06-28 Yao Qi <yao.qi@linaro.org>
12961
12962 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12963 triplets. Start gdb, execute catch syscall, and continue. Check
12964 gdb's output to determine catch syscall is supported.
12965
921d8f54
MG
129662016-06-27 Manish Goregaokar <manish@mozilla.com>
12967
25d49b86
PA
12968 * gdb.rust/simple.rs: Add test for returning unit in a function.
12969 * gdb.rust/simple.exp: Add expectation for functions returning
12970 unit.
921d8f54 12971
f4952523
PMR
129722016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12973
12974 * gdb.python/py-breakpoint-create-fail.c,
12975 gdb.python/py-breakpoint-create-fail.exp,
12976 gdb.python/py-breakpoint-create-fail.py: New testcase.
12977
fccb08f8
MG
129782016-06-25 Manish Goregaokar <manish@mozilla.com>
12979
12980 PR gdb/20239
12981 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12982 * gdb.rust/simple.exp: Add test expectations for new NonZero
12983 tests.
fccb08f8 12984
6b850546
DT
129852016-06-24 David Taylor <dtaylor@emc.com>
12986
12987 * gdb.base/offsets.exp: New file.
12988 * gdb.base/offsets.c: New file.
12989
17621150
TT
129902016-06-23 Tom Tromey <tom@tromey.com>
12991
12992 PR gdb/16483:
12993 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12994 before any filters are loaded.
12995
04d59df6
WT
129962016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12997
12998 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12999 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
13000 structs.
13001 * gdb.fortran/derived-type-function.exp: New file.
13002 * gdb.fortran/derived-type-function.f90: New file.
13003
13004
ac69f786
PA
130052016-06-21 Pedro Alves <palves@redhat.com>
13006
13007 * gdb.base/new-ui.exp: New file.
13008 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
13009 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
13010 (with_spawn_id): New procedure.
13011
49940788
PA
130122016-06-21 Pedro Alves <palves@redhat.com>
13013
13014 * gdb.mi/mi-exec-run.exp: New file.
13015
ef274d26
PA
130162016-06-21 Pedro Alves <palves@redhat.com>
13017
13018 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
13019 breakpoint command's output on the main UI.
13020 (test_break): New procedure, factored out from calls in the top
13021 level.
13022 (top level): Use foreach_with_prefix to test MI as main UI and as
13023 separate UI.
13024
468afe6c
PA
130252016-06-21 Pedro Alves <palves@redhat.com>
13026
13027 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
13028 (test_awatch_creation_and_listing)
13029 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
13030 Remove 'type' parameter.
13031 (test_watchpoint_all): New parameter mi_mode. Remove
13032 with_test_prefix.
13033 (top level): Use foreach_with_prefix, and add main/separate UI MI
13034 testing axis.
13035
51f77c37
PA
130362016-06-21 Pedro Alves <palves@redhat.com>
13037
13038 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
13039 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
13040 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
13041 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
13042 (gdb_main_spawn_id, mi_spawn_id): Declare and
13043 comment.
13044 (mi_create_inferior_pty): New procedure,
13045 factored out from default_mi_gdb_start.
13046 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
13047 procedures.
13048 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
13049 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
13050 Use mi_create_inferior_pty.
13051 (mi_gdb_start): Use eval to pass down args list.
13052
8980e177
PA
130532016-06-21 Pedro Alves <palves@redhat.com>
13054
13055 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
13056 * gdb.opt/inline-cmds.exp: Add MI tests.
13057
f38d3ad1
PA
130582016-06-21 Pedro Alves <palves@redhat.com>
13059
13060 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
13061
45db7c09
PA
130622016-06-21 Pedro Alves <palves@redhat.com>
13063
13064 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
13065 (top level): Use it instead of mi_execute_to.
13066
5a069ab3
PA
130672016-06-21 Pedro Alves <palves@redhat.com>
13068
13069 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
13070 (cont_handler_str): New.
13071 (signal_stop_handler): Set stop_handler_str instead of printing to
13072 stdout.
13073 (continue_handler): Set cont_handler_str instead of printing to
13074 stdout.
13075 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
13076 mi_send_resuming_command. Print stop_handler_str and
13077 cont_handler_str instead of expecting the python events print
13078 directly.
13079
2838cc1d
SD
130802016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
13081
13082 * gdb.base/jit-reader.exp: New file.
13083 * gdb.base/jithost.c: New file.
13084 * gdb.base/jithost.h: New file.
13085 * gdb.base/jitreader.c : New file.
13086 * gdb.base/jit-protocol.h: New file.
13087
21a77091
YQ
130882016-06-17 Yao Qi <yao.qi@linaro.org>
13089
13090 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
13091 parameters follow_fork and detach_on_fork. Set follow-fork-mode
13092 and detach-on-fork. Adjust tests.
13093 (top level): Invoke break_cond_on_syscall with combinations of
13094 syscall, follow-fork-mode and detach-on-fork.
13095
f50bf8e5
YQ
130962016-06-17 Yao Qi <yao.qi@linaro.org>
13097
13098 * gdb.base/step-over-exit.c: New.
13099 * gdb.base/step-over-exit.exp: New.
13100
a28d8e50
YTL
131012016-06-17 Yan-Ting Lin <currygt52@gmail.com>
13102
13103 * gdb.base/float.exp: Add target check for nds32*-*-*.
13104 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
13105
cad8e26d
AB
131062016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
13107
13108 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
13109 for unsupported target features.
13110 * gdb.base/call-rt-st.exp: Likewise.
13111 * gdb.base/call-sc.exp: Likewise.
13112 * gdb.base/call-signal-resume.exp: Likewise.
13113 * gdb.base/call-strs.exp: Likewise.
13114 * gdb.base/callexit.exp: Likewise.
13115 * gdb.base/callfuncs.exp: Likewise.
13116 * gdb.base/nodebug.exp: Likewise.
13117 * gdb.base/printcmds.exp: Likewise.
13118 * gdb.base/ptype.exp: Likewise.
13119 * gdb.base/structs.exp: Likewise.
13120 * gdb.base/unwindonsignal.exp: Likewise.
13121 * gdb.cp/gdb2495.exp: Likewise.
13122 * gdb.cp/templates.exp: Likewise.
13123 * gdb.cp/virtfunc.exp: Likewise.
13124 * gdb.threads/hand-call-in-threads.exp: Likewise.
13125 * gdb.threads/interrupted-hand-call.exp: Likewise.
13126 * gdb.threads/thread-unwindonsignal.exp: Likewise.
13127
347dc102
TT
131282016-06-10 Tom Tromey <tom@tromey.com>
13129
13130 PR rust/20110:
13131 * gdb.rust/expr.exp: Add test for integer constant larger than
13132 i32.
13133
5e13cf25
BH
131342016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
13135
13136 * gdb.fortran/nested-funcs.exp: New.
13137 * gdb.fortran/nested-funcs.f90: New.
13138
bb556f1f
TK
131392016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
13140
13141 * gdb.base/examine-backward.c: New file.
13142 * gdb.base/examine-backward.exp: New file.
13143
38b022b4
SM
131442016-06-06 Simon Marchi <simon.marchi@ericsson.com>
13145
13146 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
13147 matching.
13148
1b40ec05
TT
131492016-06-02 Tom Tromey <tom@tromey.com>
13150
13151 PR python/18984:
13152 * gdb.python/py-shared.exp: Add solib_name test.
13153
193bd378
SM
131542016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13155
13156 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13157
3326303b
MG
131582016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13159
13160 PR c++/19893
13161 * gdb.dwarf2/implref.exp: Rename to...
13162 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13163 * gdb.dwarf2/implref-array.c: New file.
13164 * gdb.dwarf2/implref-array.exp: Likewise.
13165 * gdb.dwarf2/implref-global.c: Likewise.
13166 * gdb.dwarf2/implref-global.exp: Likewise.
13167 * gdb.dwarf2/implref-struct.c: Likewise.
13168 * gdb.dwarf2/implref-struct.exp: Likewise.
13169
825c8ef2
AT
131702016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13171
13172 * gdb.trace/trace-condition.exp: Add 64bit tests.
13173
2320162a
AT
131742016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13175
13176 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13177 bits types.
13178 (main): Adapt to 8 to 64 bits types.
13179 * gdb.trace/trace-condition.exp: Add new tests.
13180
a7818233
AT
131812016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13182
13183 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13184
0d336466
AT
131852016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13186
13187 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13188 Move condition tests...
13189 * gdb.trace/trace-condition.exp: Here.
13190
7faeb45a
AT
131912016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13192
13193 * gdb.trace/trace-condition.exp: Add counter-case tests.
13194
e385593e
JK
131952016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13196
13197 PR c++/15231
13198 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13199 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13200
744608cc
PA
132012016-05-27 Pedro Alves <palves@redhat.com>
13202
13203 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13204 New procedure.
13205 (top level): Call it, and bail out of DejaGnu is known to be bad.
13206
ac775bf4
AB
132072016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13208
13209 * gdb.base/whatis.c: Extend the test case.
13210 * gdb.base/whatis.exp: Add additional tests.
13211
2bbad2ea
BH
132122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13213
13214* gdb.fortran/type.f90: Add pointer variable.
13215* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13216
8b70175d
BH
132172016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13218
13219 * gdb.fortran/vla-type.exp: Fix testcase name.
13220
86d8a848
BH
132212016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13222
13223 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13224
e188eb36
BH
132252016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13226
13227 * gdb.fortran/type.f90: Add nested structures.
13228 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13229 * gdb.fortran/derived-type.exp: Adapt expected output.
13230 * gdb.fortran/vla-type.exp: Adapt expected output.
13231
9b2db1fd
BH
132322016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13233
13234 * gdb.fortran/whatis_type.exp: Adapt expected output.
13235
72b17055
BH
132362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13237
13238 * gdb.fortran/print_type.exp: Fix expected output.
13239 * gdb.fortran/whatis_type.exp: Fix expected output.
13240
3cd81d8d
BH
132412016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13242
13243 * gdb.fortran/whatis_type.exp: Use multi_line.
13244
ddae9462
TT
132452016-05-24 Tom Tromey <tom@tromey.com>
13246
13247 PR python/17386:
13248 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13249 use value as an index.
13250
1957f6b8
TT
132512016-05-23 Tom Tromey <tom@tromey.com>
13252
13253 PR python/17981:
13254 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13255 no-breakpoint case.
13256
026a9174
PA
132572016-05-24 Pedro Alves <palves@redhat.com>
13258
13259 PR gdb/19828
13260 * gdb.threads/clone-attach-detach.c: New file.
13261 * gdb.threads/clone-attach-detach.exp: New file.
13262
e70a7231
FR
132632016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13264
13265 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13266
0f6ed0e0
TT
132672016-05-23 Tom Tromey <tom@tromey.com>
13268
13269 PR python/19438, PR python/18393:
13270 * gdb.python/py-progspace.exp: Add "dir" test.
13271 * gdb.python/py-objfile.exp: Add "dir" test.
13272
ffd19d61
YQ
132732016-05-23 Yao Qi <yao.qi@linaro.org>
13274
13275 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13276 * gdb.arch/thumb2-it.exp: Likewise.
13277
9e8f9b05
SM
132782016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13279
13280 * gdb.mi/mi-threads-interrupt.c: New file.
13281 * gdb.mi/mi-threads-interrupt.exp: New file.
13282
61c6156d
SM
132832016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13284
13285 PR gdb/18077
13286 * gdb.mi/mi-async-run.exp: New file.
13287 * gdb.mi/mi-async-run.c: New file.
13288
67218854
TT
132892016-05-17 Tom Tromey <tom@tromey.com>
13290 Manish Goregaokar <manishsmail@gmail.com>
13291
13292 * lib/rust-support.exp: New file.
13293 * lib/gdb.exp (skip_rust_tests): New proc.
13294 (build_executable_from_specs): Handle rust.
13295 * lib/future.exp (gdb_find_rustc): New proc.
13296 (gdb_default_target_compile): Handle rust.
13297 * gdb.rust/expr.exp: New file.
13298 * gdb.rust/generics.exp: New file.
13299 * gdb.rust/generics.rs: New file.
13300 * gdb.rust/methods.exp: New file.
13301 * gdb.rust/methods.rs: New file.
13302 * gdb.rust/modules.exp: New file.
13303 * gdb.rust/modules.rs: New file.
13304 * gdb.rust/simple.exp: New file.
13305 * gdb.rust/simple.rs: New file.
13306
c44af4eb
TT
133072016-05-17 Tom Tromey <tom@tromey.com>
13308
13309 * gdb.base/default.exp (set language): Add rust.
13310
dcd1f979
TT
133112016-05-17 Tom Tromey <tom@tromey.com>
13312
13313 * gdb.gdb/unittest.exp: New file.
13314
155b7f57
YQ
133152016-05-16 Yao Qi <yao.qi@linaro.org>
13316
13317 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13318 shell_prompt. Update shell_prompt_re.
13319
8ddd5a6c
DE
133202016-05-12 Doug Evans <dje@google.com>
13321
13322 PR symtab/19999
13323 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13324 $options when building executable.
13325 * gdb.dwarf2/fission-loclists-pie.S: New file.
13326 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13327
02e370d9
SM
133282016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13329
13330 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13331 of [is_remote target],
13332
8929ad8b
SM
133332016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13334
13335 * lib/gdb.exp (use_gdb_stub): New procedure.
13336
6c447423
DE
133372016-05-03 Yunlian Jiang <yunlian@google.com>
13338 Doug Evans <dje@google.com>
13339
13340 PR symtab/19914
13341 * gdb.dwarf2/dwp-sepdebug.c: New file.
13342 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13343
444e826c
SM
133442016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13345
13346 * gdb.base/detach.exp: Remove is_remote check.
13347
740feeaa
SM
133482016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13349
13350 * gdb.base/annota-input-while-running.exp: Don't check for
13351 [is_remote target]. Enable annotations after running to main.
13352 Remove unused "set test..." line.
13353
9080ac9d
SM
133542016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13355
13356 * gdb.trace/trace-enable-disable.exp: New file.
13357 * gdb.trace/trace-enable-disable.c: New file.
13358
952ebca5
SM
133592016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13360
13361 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13362 use it in info sharedlibrary test.
13363 * gdb.trace/ftrace-lock.exp: Likewise.
13364 * gdb.trace/ftrace.exp: Likewise.
13365 * gdb.trace/range-stepping.exp: Likewise.
13366 * gdb.trace/trace-break.exp: Likewise.
13367 * gdb.trace/trace-condition.exp: Likewise.
13368 * gdb.trace/trace-mt.exp: Likewise.
13369
d9019901
SM
133702016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13371
13372 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13373 (gdb_load_shlib): ... this.
13374 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13375 gdb_load_shlib.
13376 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13377 * gdb.base/ctxobj.exp: Likewise.
13378 * gdb.base/dprintf-pending.exp: Likewise.
13379 * gdb.base/dso2dso.exp: Likewise.
13380 * gdb.base/fixsection.exp: Likewise.
13381 * gdb.base/gcore-relro.exp: Likewise.
13382 * gdb.base/gdb1555.exp: Likewise.
13383 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13384 * gdb.base/gnu-ifunc.exp: Likewise.
13385 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13386 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13387 * gdb.base/pending.exp: Likewise.
13388 * gdb.base/print-file-var.exp: Likewise.
13389 * gdb.base/print-symbol-loading.exp: Likewise.
13390 * gdb.base/shlib-call.exp: Likewise.
13391 * gdb.base/shreloc.exp: Likewise.
13392 * gdb.base/so-impl-ld.exp: Likewise.
13393 * gdb.base/solib-disc.exp: Likewise.
13394 * gdb.base/solib-nodir.exp: Likewise.
13395 * gdb.base/solib-overlap.exp: Likewise.
13396 * gdb.base/solib-symbol.exp: Likewise.
13397 * gdb.base/solib-weak.exp (do_test): Likewise.
13398 * gdb.base/sym-file.exp: Likewise.
13399 * gdb.base/symtab-search-order.exp: Likewise.
13400 * gdb.base/type-opaque.exp: Likewise.
13401 * gdb.base/unload.exp: Likewise.
13402 * gdb.base/watchpoint-solib.exp: Likewise.
13403 * gdb.compile/compile.exp: Likewise.
13404 * gdb.cp/gdb2384.exp: Likewise.
13405 * gdb.cp/infcall-dlopen.exp: Likewise.
13406 * gdb.cp/re-set-overloaded.exp: Likewise.
13407 * gdb.fortran/library-module.exp: Likewise.
13408 * gdb.opt/solib-intra-step.exp: Likewise.
13409 * gdb.python/py-finish-breakpoint.exp: Likewise.
13410 * gdb.python/py-shared.exp: Likewise.
13411 * gdb.reverse/solib-precsave.exp: Likewise.
13412 * gdb.reverse/solib-reverse.exp: Likewise.
13413 * gdb.server/solib-list.exp: Likewise.
13414 * gdb.threads/dlopen-libpthread.exp: Likewise.
13415 * gdb.threads/tls-shared.exp: Likewise.
13416 * gdb.threads/tls-so_extern.exp: Likewise.
13417 * gdb.trace/change-loc.exp: Likewise.
13418 * gdb.trace/ftrace-lock.exp: Likewise.
13419 * gdb.trace/ftrace.exp: Likewise.
13420 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13421 * gdb.trace/pending.exp: Likewise.
13422 * gdb.trace/range-stepping.exp: Likewise.
13423 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13424 (strace_info_marker): Likewise.
13425 (strace_probe_marker): Likewise.
13426 (strace_trace_on_same_addr): Likewise.
13427 (strace_trace_on_diff_addr): Likewise.
13428 * gdb.trace/trace-break.exp: Likewise.
13429 * gdb.trace/trace-condition.exp: Likewise.
13430 * gdb.trace/trace-mt.exp: Likewise.
13431
fca4cfd9
SM
134322016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13433
13434 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13435 result of gdb_remote_download.
13436 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13437 * gdb.base/dso2dso.exp: Likewise.
13438 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13439 * gdb.base/print-file-var.exp: Likewise.
13440 * gdb.base/shlib-call.exp: Likewise.
13441 * gdb.base/shreloc.exp: Likewise.
13442 * gdb.base/solib-overlap.exp: Likewise.
13443 * gdb.base/solib-weak.exp (do_test): Likewise.
13444 * gdb.base/unload.exp: Likewise.
13445
11cf4ffb
YQ
134462016-04-27 Yao Qi <yao.qi@linaro.org>
13447
13448 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13449 exists.
13450
3e2e34f8
KB
134512016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13452
13453 * vla-type.exp: Print structure from toplevel.
13454
8f07e298
BH
134552016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13456
13457 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13458 of dynamic types.
13459 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13460 of dynamic types.
13461
9920b434
BH
134622016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13463
13464 * gdb.fortran/vla-type.f90: New file.
13465 * gdb.fortran/vla-type.exp: New file.
13466
f3abeff5
YQ
134672016-04-25 Yao Qi <yao.qi@linaro.org>
13468
13469 * gdb.base/branch-to-self.c: New file.
13470 * gdb.base/branch-to-self.exp: New file.
13471
0a5d52f0
YQ
134722016-04-22 Yao Qi <yao.qi@linaro.org>
13473
13474 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13475 more after $hex.
13476
495346f6
YQ
134772016-04-22 Yao Qi <yao.qi@linaro.org>
13478
13479 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13480 * gdb.base/annota3.exp: Likewise.
13481
4a7e075c
YQ
134822016-04-22 Yao Qi <yao.qi@linaro.org>
13483
13484 * gdb.reverse/step-precsave.exp: Do one step and test program
13485 stops in "callee" and do multiple steps until program goes out
13486 of "callee".
13487 * gdb.reverse/step-reverse.exp: Likewise.
13488
5b061e98
YQ
134892016-04-22 Yao Qi <yao.qi@linaro.org>
13490
13491 * gdb.trace/signal.exp: Also pass if
13492 $tracepoint_hits($i) > $iterations.
13493
5c5dc57f
YQ
134942016-04-22 Yao Qi <yao.qi@linaro.org>
13495
13496 * gdb.trace/signal.c: New file.
13497 * gdb.trace/signal.exp: New file.
13498
a55411b9
DE
134992016-04-19 Doug Evans <xdje42@gmail.com>
13500
13501 * gdb.base/bad-file.exp: New file.
13502
a22df60a
MG
135032016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13504
13505 * gdb.dwarf2/implref.exp: New file.
13506
0c13f7e5
BH
135072016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13508
13509 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13510 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13511 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13512 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13513 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13514 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13515 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13516 * lib/fortran.exp (fortran_int4): New procedure.
13517 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13518 (fortran_logical4): Likewise.
13519
9b9b09e9
BH
135202016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13521
13522 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13523
a14d1f4d
BH
135242016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13525
13526 * lib/compiler.c: Add Intel specific preprocessor macros.
13527 * lib/compiler.cc: Likewise.
25d49b86 13528
7d49b1d0
LM
135292016-04-13 Luis Machado <lgustavo@codesourcery.com>
13530
13531 * gdb.server/connect-with-no-symbol-file.c: New file.
13532 * gdb.server/connect-with-no-symbol-file.exp: New file.
13533
8392fa22
SM
135342016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13535
13536 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13537
8c4c4aeb
SM
135382016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13539
13540 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13541 standard output directory.
13542
45e3745e
AT
135432016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13544
13545 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13546
e26b7e41
MM
135472016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13548
13549 * gdb.btrace/instruction_history.c (loop): Add declaration.
13550
8ce09462
AT
135512016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13552
13553 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13554
2e88a1ea
SM
135552016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13556
13557 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13558 parentheses to print.
13559 (continue_handler): Likewise.
13560
f48e22e3
SM
135612016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13562
13563 * gdb.server/solib-list.exp: Remove is_remote check.
13564 Pass shlib= to gdb_compile. Don't link shared library with
13565 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13566 Run binary filename through "readlink -f" on the target.
13567
096be756
PA
135682016-04-08 Pedro Alves <palves@redhat.com>
13569
13570 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13571 interpreter filename as argument to gdbserver_spawn.
13572 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13573 Return empty if $last_loaded_file does not exist.
13574
06500533
JK
135752016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13576
13577 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13578 * gdb.base/jit-main.c: Use exit after usage.
13579
2d35e871
JK
135802016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13581
13582 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13583 GDBHISTSIZE prior to the tests.
13584 * gdb.base/gdbinit-history.exp: Likewise.
13585
135862016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
13587
13588 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13589 instead of build_executable. Use gdb_load_shlibs.
13590
c8064e7e
YQ
135912016-04-07 Yao Qi <yao.qi@linaro.org>
13592
13593 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13594 Execute "si" command.
13595
bde47561
YQ
135962016-04-07 Yao Qi <yao.qi@linaro.org>
13597
13598 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13599 number instead of the comments on some line.
13600
b16f8a3b
DB
136012016-04-06 Don Breazeal <donb@codesourcery.com>
13602
13603 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13604 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13605
c2f901df
SM
136062016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13607
13608 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13609 standard_output_file. Remove unused binfile variable.
13610
ac17fda0
CU
136112016-04-05 Catalin Udma <catalin.udma@freescale.com>
13612
13613 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13614 * gdb.python/py-mi-objfile.exp: Match "list main" output
13615 in console format.
13616
03a8c4df
SM
136172016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13618
13619 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13620 absolute.
13621
6e774b13
SM
136222016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13623
13624 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13625 absolute.
13626 * gdb.trace/ftrace.exp: Likewise.
13627 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13628 targets as well.
13629 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13630 (gdb_load_shlibs): Copy libraries to test directory when testing
13631 natively. Only set solib-search-path if testing remotely.
13632 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13633
7817ea46
SM
136342016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13635
13636 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13637 gdb_download. Use it even if the target is not remote.
13638 * gdb.base/jit.exp (compile_jit_test): Likewise.
13639 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13640 output directory if the destination board is local, otherwise use
13641 the standard remote_download from DejaGnu.
13642 (gdb_download): Remove.
13643 (gdb_load_shlibs): Use gdb_remote_download instead of
13644 gdb_download.
13645 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13646 Use gdb_remote_download instead of gdb_download. Use it even if
13647 the target is not remote.
13648 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13649 instead of gdb_download.
13650
7beb7f68
SM
136512016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13652
13653 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13654 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13655 run.
13656
cc63428a
AV
136572016-04-01 Artemiy Volkov <artemiyv@acm.org>
13658
13659 PR gdb/19820
13660 * gdb.base/printcmds.exp: Add artificial arrays tests.
13661
64cdf930
PA
136622016-03-31 Pedro Alves <palves@redhat.com>
13663
13664 PR gdb/19858
13665 * gdb.base/jit-main.c: Include unistd.h.
13666 (ATTACH): Define to 0 if not already defined.
13667 (wait_for_gdb, mypid): New globals.
13668 (WAIT_FOR_GDB): New macro.
13669 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13670 some breakpoint locations.
13671 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13672 New procedures.
13673 (one_jit_test): Add REATTACH parameter, and handle it. Use
13674 continue_to_test_location.
13675 (top level): Test attach, and adjusts calls to one_jit_test.
13676
40dea8cb
PA
136772016-03-31 Pedro Alves <palves@redhat.com>
13678
13679 PR gdb/19858
13680 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13681 BINSUFFIX parameter, and handle it.
13682 (top level): Adjust calls compile_jit_test.
13683
e7ea3ec7
CU
136842016-03-31 Catalin Udma <catalin.udma@freescale.com>
13685
13686 PR python/19743
13687 * gdb.python/py-mi-events-gdb.py: New file.
13688 * gdb.python/py-mi-events.c: New file.
13689 * gdb.python/py-mi-events.exp: New file.
13690
e6359af3
YQ
136912016-03-30 Yao Qi <yao.qi@linaro.org>
13692
13693 * gdb.reverse/until-precsave.exp: Match function name only.
13694 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13695 Move malloc to a condition block.
13696 * gdb.reverse/until-reverse.exp: Match function name only.
13697
a4105d04
MK
136982016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13699
13700 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13701 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13702 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13703 variable for GPR 0 instead of assuming it is register 0.
13704 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13705 * lib/trace-support.exp: Add s390 registers.
13706
bfa6adb9
YQ
137072016-03-29 Yao Qi <yao.qi@linaro.org>
13708
13709 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13710
1e6697ea
YQ
137112016-03-24 Yao Qi <yao.qi@linaro.org>
13712
13713 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13714 test message.
13715
64bcd522
AA
137162016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13717
13718 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13719 maintaining separate logic for constructing the output path.
13720
7868401b
DB
137212016-03-16 Don Breazeal <donb@codesourcery.com>
13722
13723 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13724 Retry fork and waitpid on interrupted system call errors.
13725 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13726 Use with_timeout_factor to increase timeout by factor of 10.
13727
1cafadb4
DB
137282016-03-15 Don Breazeal <donb@codesourcery.com>
13729
13730 * gdb.cp/scope-err.cc: New test program.
13731 * gdb.cp/scope-err.exp: New test script.
13732 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13733 lines and "set breakpoint here" comment.
13734 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13735 Fixed some whitespace and format issues.
13736 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13737 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13738
81516450
DE
137392016-03-15 Doug Evans <dje@google.com>
13740
13741 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13742 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13743 All callers updated. Add tests for enums, mixed flags register.
13744
aa52b601
DE
137452016-03-15 Doug Evans <dje@google.com>
13746
13747 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13748 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13749
fa4ff313
SM
137502016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13751
13752 * gdb.base/default.exp: Add $_as_string to the list of expected
13753 convenience functions.
13754
f2403c39
AB
137552016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13756
13757 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13758
f2f3ccb9
SM
137592016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13760
13761 * gdb.python/py-as-string.exp: New file.
13762 * gdb.python/py-as-string.c: New file.
13763
00dbd492
PA
137642016-03-09 Pedro Alves <palves@redhat.com>
13765
13766 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13767 signal" -> "Thread NN received signal" output change.
13768 * gdb.threads/ia64-sigill.exp: Likewise.
13769 * gdb.threads/linux-dp.exp: Likewise.
13770 * gdb.threads/manythreads.exp: Likewise.
13771 * gdb.threads/pending-step.exp: Likewise.
13772 * gdb.threads/print-threads.exp: Likewise.
13773 * gdb.threads/sigstep-threads.exp: Likewise.
13774 * gdb.threads/staticthreads.exp: Likewise.
13775 * gdb.threads/tls.exp: Likewise.
13776
1e6697ea
YQ
137772016-03-09 Pedro Alves <palves@redhat.com>
13778
13779 * gdb.base/command-line-input.exp: New file.
13780
b04fd3be
MK
137812016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13782
13783 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13784 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13785 * gdb.trace/pending.exp: Accept leading dot before function name.
13786 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13787 * lib/trace-support.exp: Set registers for ppc.
13788
98fa59e9
MK
137892016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13790
13791 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13792 use it for disassembly; accept .main in addition to main in backtrace.
13793
f77198c8
MK
137942016-03-09 Wei-cheng Wang <cole945@gmail.com>
13795 Marcin Kościelnicki <koriakin@0x04.net>
13796
13797 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13798 (gdb_recursion_test_ptr): New global variable.
13799 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13800 gdb_recursion_test.
13801 (gdb_c_test): Ditto.
13802
ba84e0da
MK
138032016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13804
13805 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13806 ordering.
13807
4366d36e
MK
138082016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13809
13810 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13811 (bar): Add bar_start_lbl label.
13812 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13813 of foo/bar for emitting DWARF and tracing.
13814
5eb264df
SDJ
138152016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13816
13817 * analyze-racy-logs.py: Set executable bit.
13818
fb6a751f
SDJ
138192016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13820
13821 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13822 (CHECK_TARGET_TMP): Likewise.
13823 (check-single-racy): New rule.
13824 (check-parallel-racy): Likewise.
13825 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13826 (do-check-parallel-racy): New rule.
13827 (check-racy/%.exp): Likewise.
13828 * README (Racy testcases): New section.
13829 * analyze-racy-logs.py: New file.
13830
bdf7e230
DE
138312016-03-03 Doug Evans <dje@google.com>
13832
13833 * gdb.base/skip.exp: Use with_test_prefix.
13834
4719d415
YQ
138352016-03-03 Yao Qi <yao.qi@linaro.org>
13836
13837 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13838 Invoke step_over_syscall "clone" and break_cond_on_syscall
13839 "clone".
13840 * gdb.base/step-over-clone.c: New file.
13841
ea507862
YQ
138422016-03-03 Yao Qi <yao.qi@linaro.org>
13843
13844 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13845 code format.
13846
8fc8cbda
YQ
138472016-03-03 Yao Qi <yao.qi@linaro.org>
13848
13849 * gdb.base/disp-step-fork.c: Rename to ...
13850 * gdb.base/step-over-fork.c: ... it. New file.
13851 * gdb.base/disp-step-vfork.c: Rename to ...
13852 * gdb.base/step-over-vfork.c: ... it. New file.
13853 * gdb.base/disp-step-syscall.exp: Rename to ...
13854 * gdb.base/step-over-syscall.exp: ... it. New file.
13855 (disp_step_cross_syscall): Rename to ...
13856 (step_over_syscall): ... it.
13857
92fa70b0
YQ
138582016-03-03 Yao Qi <yao.qi@linaro.org>
13859
13860 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13861 If target supports condition evaluation on target, invoke
13862 break_cond_on_syscall for fork and vfork.
13863
e197ad3c
YQ
138642016-03-03 Yao Qi <yao.qi@linaro.org>
13865
13866 * gdb.base/disp-step-syscall.exp: Don't invoke
13867 support_displaced_stepping.
13868 (disp_step_cross_syscall): Test with displaced stepping off and
13869 on if supported.
13870
0b47da9f
YQ
138712016-03-03 Yao Qi <yao.qi@linaro.org>
13872
13873 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13874 proc.
13875 (setup): New proc.
13876 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13877 and setup.
13878
065ab6dc
BH
138792016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13880
13881 * gdb.fortran/vla-history.exp: Remove breakpoint.
13882
07e448ad 138832016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13884
25d49b86
PA
13885 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13886 exceeds timeout.
07e448ad 13887
9ac2d526 138882016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13889
25d49b86
PA
13890 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13891 breakpoint.
9ac2d526 13892
17807369
BH
138932016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13894
13895 * gdb.mi/vla.f90: Nullify pointer after declaration.
13896
86e501af
PA
138972016-03-01 Pedro Alves <palves@redhat.com>
13898
13899 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13900
1e903e32
PA
139012016-03-01 Pedro Alves <palves@redhat.com>
13902
13903 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13904 before anything else.
13905 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13906 _GNU_SOURCE here.
13907 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13908 before anything else.
13909 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13910
6ccb54e2
PA
139112016-03-01 Pedro Alves <palves@redhat.com>
13912
13913 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13914
30ca9da1
YQ
139152016-03-01 Yao Qi <yao.qi@linaro.org>
13916
13917 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13918 prepare_for_testing.
13919
dc856b38
YQ
139202016-03-01 Yao Qi <yao.qi@linaro.org>
13921
13922 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13923
4a932159
AA
139242016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13925
13926 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13927 manually constructing the output path.
13928
f2489477
AA
139292016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13930
13931 * gdb.arch/s390-stackless.S: New.
13932 * gdb.arch/s390-stackless.exp: New.
13933
38899f16
IB
139342016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13935
13936 * gdb.dlang/circular.c: New file.
13937 * gdb.dlang/circular.exp: New file.
13938
9fde51ed
YQ
139392016-02-26 Yao Qi <yao.qi@linaro.org>
13940
13941 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13942 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13943 (testcases): Update.
13944
ce90fefe
YQ
139452016-02-26 Yao Qi <yao.qi@linaro.org>
13946
13947 * gdb.reverse/aarch64.c: Rename to ...
13948 * gdb.reverse/insn-reverse.c: ... it.
13949 * gdb.reverse/aarch64.exp: Rename to ...
13950 * gdb.reverse/insn-reverse.exp: ... it.
13951
3263bceb
YQ
139522016-02-26 Yao Qi <yao.qi@linaro.org>
13953
13954 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13955 (testcase_ftype): New.
13956 (testcases): New array.
13957 (n_testcases): New.
13958 (main): Call each element in testcases.
13959 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13960 (read_testcase): New.
13961 Do the tests in a loop.
13962
6cb59ff1
YQ
139632016-02-25 Yao Qi <yao.qi@linaro.org>
13964
13965 * gdb.base/branches.c: Remove.
13966
ae91f625
MK
139672016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13968
13969 PR gdb/13808
13970 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13971
678b48b7
MK
139722016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13973
13974 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13975
7337a6f2
MK
139762016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13977
13978 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13979 change x86_64 call_insn to 'callq'.
13980
861ca91f
AT
139812016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13982
13983 * gdb.trace/tfile-avx.c: Move to...
13984 * gdb.trace/tracefile-pseudo-reg.c: Here.
13985 * gdb.trace/tfile-avx.exp: Move to...
13986 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13987
bf74e428
GB
139882016-02-24 Gary Benson <gbenson@redhat.com>
13989
13990 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13991 message on attach.
13992
cce0e923
DE
139932016-02-23 Doug Evans <dje@google.com>
13994
13995 * gdb.base/skip.c (test_skip): New function.
13996 (end_test_skip_file_and_function): New function.
13997 (test_skip_file_and_function): New function.
13998 * gdb.base/skip1.c (test_skip): New function.
13999 (skip1_test_skip_file_and_function): New function.
14000 * gdb.base/skip.exp: Add tests for new skip options.
14001 * gdb.base/skip-solib.exp: Update expected output.
14002 * gdb.perf/skip-command.cc: New file.
14003 * gdb.perf/skip-command.exp: New file.
14004 * gdb.perf/skip-command.py: New file.
14005
4000e47e
MK
140062016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
14007
14008 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
14009 info registers pattern.
14010
24f75ead
IB
140112016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
14012
14013 * lib/future.exp: Add D support.
14014 (gdb_find_gdc): New proc.
14015 (gdb_default_target_compile): Add D support.
14016
fbb7bcbe
WW
140172016-02-18 Wei-cheng Wang <cole945@gmail.com>
14018
14019 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
14020 user+system time.
14021 (trace_speed_test): Determine the iteration count for a time
14022 between 15..30 seconds.
14023
012b3a21
WT
140242016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
14025
14026 * gdb.arch/i386-mpx-sigsegv.c: New file.
14027 * gdb.arch/i386-mpx-sigsegv.exp: New file.
14028 * gdb.arch/i386-mpx-simple_segv.c: New file.
14029 * gdb.arch/i386-mpx-simple_segv.exp: New file.
14030
2d5189bd
YQ
140312016-02-18 Yao Qi <yao.qi@linaro.org>
14032
14033 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14034 Don't call setup_kfail.
14035
40fb20d0
YQ
140362016-02-18 Yao Qi <yao.qi@linaro.org>
14037
14038 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14039 Set "set breakpoint condition-evaluation" per $cond_bp_target.
14040
21b1f8d2
DE
140412016-02-16 Doug Evans <dje@google.com>
14042
14043 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
14044 * gdb.base/skip1.c: Ditto.
14045 * gdb.base/skip.exp: Whitespace cleanup.
14046
4041ed77
DB
140472016-02-16 Don Breazeal <donb@codesourcery.com>
14048
14049 PR remote/19496
14050 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14051 Remove kfail for PR remote/19496.
14052
c4ef31bf
SM
140532016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14054
14055 * lib/gdb.exp (standard_temp_file): Return a path specific to
14056 the runtest invocation.
14057
266b65b3
SM
140582016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14059
14060 * gdb.trace/save-trace.exp: Change relative path to be in the
14061 standard output directory.
14062
a7a0a6a9
JK
140632016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14064
14065 * gdb.arch/i386-prologue.c: Add missing prototypes.
14066
c99dbb42
JK
140672016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14068
14069 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
14070 * gdb.arch/i386-prologue.exp: Likewise.
14071 * gdb.arch/i386-size.exp: Likewise.
14072
aa480355
SM
140732016-02-15 Simon Marchi <simon.marchi@ericsson.com>
14074
14075 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
14076 define object file path.
14077 * gdb.btrace/gcore.exp: Use standard_output_file to define core
14078 file path.
14079 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
14080 standard_output_file to define binfile.
14081
ba881f50
JK
140822016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14083
14084 Fix compatibility with recent gfortran-5.3.1.
14085 * gdb.fortran/vla-history.exp (print vla1 allocated)
14086 (print vla2 allocated, print $2, print $3): Remove
14087 (print $4): Rename to ...
14088 (print $2): ... here.
14089 (print $9): Rename to ...
14090 (print $5): ... here.
14091 (print $10): Rename to ...
14092 (print $6): ... here.
14093 * gdb.fortran/vla.f90: Add pvla initialization.
14094
e9fb005c
JK
140952016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14096
14097 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
14098 New test.
14099 * gdb.fortran/vla-value-sub.exp: Likewise.
14100
e44e00ff
MK
141012016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
14102
14103 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
14104
97e94151
SM
141052016-02-12 Simon Marchi <simon.marchi@ericsson.com>
14106
14107 * i386-biarch-core.exp: Define corefile using
14108 standard_output_file.
14109
01113bc1
YQ
141102016-02-12 Yao Qi <yao.qi@linaro.org>
14111
14112 * gdb.arch/arm-single-step-kernel-helper.c: New.
14113 * gdb.arch/arm-single-step-kernel-helper.exp: New.
14114
33b4777c
MM
141152016-02-12 Markus Metzger <markus.t.metzger@intel.com>
14116
14117 * gdb.btrace/tailcall-only.exp: New.
14118 * gdb.btrace/tailcall-only.c: New.
14119 * gdb.btrace/x86_64-tailcall-only.S: New.
14120 * gdb.btrace/i686-tailcall-only.S: New.
14121
acc23c11
PA
141222016-02-11 Pedro Alves <palves@redhat.com>
14123
14124 * README (Parallel testing): Add missing double quotes.
14125
e352bf0a
PA
141262016-02-11 Pedro Alves <palves@redhat.com>
14127
14128 * README (Parallel testing): New section.
14129 (GDB_PARALLEL): Rewrite.
14130 (FORCE_PARALLEL): Document.
14131
9f5fed78
MK
141322016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
14133
14134 * gdb.trace/tfile-avx.c: New test.
14135 * gdb.trace/tfile-avx.exp: New test.
14136
9ef9e6a6
KS
141372016-02-09 Keith Seitz <keiths@redhat.com>
14138
14139 PR breakpoints/19546
14140 * gdb.base/infcall-exec.c: New file.
14141 * gdb.base/infcall-exec2.c: New file.
14142 * gdb.base/infcall-exec.exp: New file.
14143
a96e36da
KS
141442016-02-09 Keith Seitz <keiths@redhat.com>
14145
14146 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
14147 (toplevel): Call test_bkpt_address.
14148
9f61929f
KS
141492016-02-09 Keith Seitz <keiths@redhat.com>
14150
14151 PR python/19506
14152 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14153 (toplevel): Call test_bkpt_address.
14154
1e94266c
SM
141552016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14156
14157 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14158 to AC_OUTPUT.
14159 * configure: Regenerate.
14160
2a7f3dff
PA
141612016-02-09 Pedro Alves <palves@redhat.com>
14162
14163 PR breakpoints/19548
14164 * gdb.base/execl-update-breakpoints.c (some_function): New
14165 function.
14166 (main): Call it.
14167 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14168 Tighten expected GDB output.
14169
2151ccc5
SM
141702016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14171
14172 * Makefile.in (ALL_SUBDIRS): Remove.
14173 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14174 (distclean maintainer-clean realclean): Likewise.
14175 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14176 * configure: Regenerate.
14177 * gdb.ada/Makefile.in: Delete.
14178 * gdb.arch/Makefile.in: Likewise.
14179 * gdb.asm/Makefile.in: Likewise.
14180 * gdb.base/Makefile.in: Likewise.
14181 * gdb.btrace/Makefile.in: Likewise.
14182 * gdb.cell/Makefile.in: Likewise.
14183 * gdb.compile/Makefile.in: Likewise.
14184 * gdb.cp/Makefile.in: Likewise.
14185 * gdb.disasm/Makefile.in: Likewise.
14186 * gdb.dlang/Makefile.in: Likewise.
14187 * gdb.dwarf2/Makefile.in: Likewise.
14188 * gdb.fortran/Makefile.in: Likewise.
14189 * gdb.gdb/Makefile.in: Likewise.
14190 * gdb.go/Makefile.in: Likewise.
14191 * gdb.guile/Makefile.in: Likewise.
14192 * gdb.java/Makefile.in: Likewise.
14193 * gdb.linespec/Makefile.in: Likewise.
14194 * gdb.mi/Makefile.in: Likewise.
14195 * gdb.modula2/Makefile.in: Likewise.
14196 * gdb.multi/Makefile.in: Likewise.
14197 * gdb.objc/Makefile.in: Likewise.
14198 * gdb.opencl/Makefile.in: Likewise.
14199 * gdb.opt/Makefile.in: Likewise.
14200 * gdb.pascal/Makefile.in: Likewise.
14201 * gdb.perf/Makefile.in: Likewise.
14202 * gdb.python/Makefile.in: Likewise.
14203 * gdb.reverse/Makefile.in: Likewise.
14204 * gdb.server/Makefile.in: Likewise.
14205 * gdb.stabs/Makefile.in: Likewise.
14206 * gdb.threads/Makefile.in: Likewise.
14207 * gdb.trace/Makefile.in: Likewise.
14208 * gdb.xml/Makefile.in: Likewise.
14209 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14210 GDB_PARALLEL.
14211 (standard_output_file): Remove check for GDB_PARALLEL, always
14212 return path in outputs/$subdir/$testname.
14213
437277d4
SM
142142016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14215
14216 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14217 (site.exp): Assign abs_srcdir to tcl's srcdir.
14218
31d913c7
YQ
142192016-02-04 Yao Qi <yao.qi@linaro.org>
14220
14221 * gdb.base/foll-exec-mode.c: Include limits.h.
14222 (main): Add parameters argc and argv. Get directory from
14223 argv[0].
14224 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14225 compilation.
14226 * gdb.base/foll-exec.c: Include limits.h.
14227 (main): Add parameters argc and argv.
14228 Get directory from argv[0].
14229 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14230 Adjust tests on the number of lines as source code changed.
14231 * gdb.base/foll-vfork-exit.c: Include limits.h.
14232 (main): Add one line of statement before vfork.
14233 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14234 (main): Add parameters argc and argv. Get directory from
14235 argv[0].
14236 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14237 (setup_gdb): Set tbreak to skip some source lines.
14238 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14239 (main): Add parameters argc and argv. Get directory from
14240 argv[0].
14241 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14242 compilation.
14243 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14244 (main): Add parameters argc and argv. Get directory from
14245 argv[0].
14246 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14247 compilation.
14248
9482b9fb
DE
142492016-02-01 Doug Evans <dje@google.com>
14250
14251 * gdb.base/skip.exp: Clean up multiple references to same test name.
14252
6b2e4f10
PA
142532016-02-01 Pedro Alves <palves@redhat.com>
14254
ccb6afd6 14255 PR remote/19496
6b2e4f10
PA
14256 * gdb.threads/forking-threads-plus-breakpoint.exp
14257 (displaced_stepping_supported): New global.
14258 (probe_displaced_stepping_support): New procedure.
14259 (do_test): Add 'displaced' parameter, and use it.
14260 (top level): Check for displaced stepping support. Add displaced
14261 stepping on/off testing axis.
14262
37a8db1a
AB
142632016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14264
14265 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14266 pointer. Don't perform further tests on the unassociated pointer
14267 if the first test fails.
14268
5fdf6324
AB
142692016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14270
14271 * gdb.base/max-value-size.c: New file.
14272 * gdb.base/max-value-size.exp: New file.
14273 * gdb.base/huge.exp: Disable max-value-size for this test.
14274
935c6144
IB
142752016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14276
14277 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14278
7fe8399d
YQ
142792016-01-28 Yao Qi <yao.qi@linaro.org>
14280
14281 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14282
a2077e25
PA
142832016-01-25 Pedro Alves <palves@redhat.com>
14284
14285 PR threads/19461
14286 * gdb.base/fork-running-state.c: New file.
14287 * gdb.base/fork-running-state.exp: New file.
14288
1d2736d4
PA
142892016-01-25 Pedro Alves <palves@redhat.com>
14290
14291 PR gdb/19494
14292 * gdb.base/catch-fork-kill.c: New file.
14293 * gdb.base/catch-fork-kill.exp: New file.
14294
f1da4b11
PA
142952016-01-25 Pedro Alves <palves@redhat.com>
14296
14297 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14298 Delete, moved to lib/gdb.exp.
14299 * gdb.threads/forking-threads-plus-breakpoint.exp
14300 (foreach_with_prefix): Likewise.
14301 * gdb.threads/process-dies-while-handling-bp.exp
14302 (foreach_with_prefix): Likewise.
14303 * lib/gdb.exp (foreach_with_prefix): New procedure.
14304
45f38546
MK
143052016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14306
14307 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14308 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14309
dc29a1ce
MK
143102016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14311
14312 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14313 endian targets.
14314
092127d7
JK
143152016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14316 Pedro Alves <palves@redhat.com>
14317
14318 Fix testsuite compatibility with Guile.
14319 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14320 number.
14321
31d765d3
JK
143222016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14323
14324 Fix testsuite compatibility with Guile.
14325 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14326 (thread 1): New test for backtrace through signal handler.
14327
1ac78c04
YQ
143282016-01-22 Yao Qi <yao.qi@linaro.org>
14329
14330 PR testsuite/19491
14331 * gdb.base/multi-forks.c: Include
14332 ../lib/unbuffer_output.c
14333 (main): Call gdb_unbuffer_output.
14334
4f5946a8
DE
143352016-01-21 Doug Evans <dje@google.com>
14336
14337 * lib/ada.exp (gdb_compile_ada): Fix typo.
14338
305e13e6
JB
143392016-01-21 Joel Brobecker <brobecker@adacore.com>
14340
14341 * gdb.base/break-fun-addr.exp: New file.
14342 * gdb.base/break-fun-addr1.c: New file.
14343 * gdb.base/break-fun-addr2.c: New file.
14344
5f5dfff6
SM
143452016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14346
14347 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14348 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14349 enum flag values.
14350
fd356fa2
AA
143512016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14352
14353 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14354 when GDB can not set the vector return value. Add more comments
14355 for clarification.
14356
9df22175
AT
143572016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14358
14359 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14360 command.
14361
41d1845e
SM
143622016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14363
14364 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14365
01ac6840
SM
143662016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14367
14368 * Makefile.in (check-single): Pass --status to runtest.
14369 (check/%.exp): Likewise.
14370
143712016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14372
14373 * Makefile.in (check-parallel): Propagate return code from make
14374 do-check-parallel.
14375
bd0a71fa
MK
143762016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14377
14378 * gdb.trace/ftrace.exp: Fix expected message on continue.
14379 * gdb.trace/pending.exp: Fix expected message on continue.
14380 * gdb.trace/trace-break.exp: Fix expected message on continue.
14381
8bcbad33
SM
143822016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14383
14384 * lib/gdb.exp (gdb_test): Remove unused global references.
14385
f303dbd6
PA
143862016-01-18 Pedro Alves <palves@redhat.com>
14387
14388 * gdb.base/async-shell.exp: Adjust expected output.
14389 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14390 * gdb.base/siginfo-thread.exp: Adjust expected output.
14391 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14392 * gdb.java/jnpe.exp: Adjust expected output.
14393 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14394 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14395 * gdb.threads/leader-exit.exp: Adjust expected output.
14396 * gdb.threads/manythreads.exp: Adjust expected output.
14397 * gdb.threads/pthreads.exp: Adjust expected output.
14398 * gdb.threads/schedlock.exp: Adjust expected output.
14399 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14400 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14401 expected output.
14402 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14403 output.
14404 * gdb.threads/sigthread.exp: Adjust expected output.
14405 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14406
b2789696
YQ
144072016-01-18 Yao Qi <yao.qi@linaro.org>
14408
14409 * gdb.guile/scm-section-script.c: Replace @progbits with
14410 %progbits.
14411 * gdb.python/py-section-script.c: Likewise.
14412
71ef29a8
PA
144132016-01-15 Pedro Alves <palves@redhat.com>
14414
14415 * gdb.multi/tids.exp: Test star wildcard ranges.
14416
3f5b7598
PA
144172016-01-15 Pedro Alves <palves@redhat.com>
14418
14419 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14420 command from "thread apply" invocation.
14421 (thr_apply_info_thr_invalid): Default the expected output to the
14422 input tid list.
14423 (top level): Add tests that use convenience variables. Add tests
14424 for "thread apply" with a valid TID list, but missing the command.
14425
663f6d42
PA
144262016-01-13 Pedro Alves <palves@redhat.com>
14427
14428 * gdb.base/default.exp: Expect $_gthread as well.
14429 * gdb.multi/tids.exp: Test $_gthread.
14430 * gdb.threads/thread-specific.exp: Test $_gthread.
14431
c84f6bbf
PA
144322016-01-13 Pedro Alves <palves@redhat.com>
14433
14434 * gdb.multi/tids.exp: Test "info threads -gid".
14435
22a02324
PA
144362016-01-13 Pedro Alves <palves@redhat.com>
14437
14438 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14439 Breakpoint.thread.
14440 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14441
5d5658a1
PA
144422016-01-07 Pedro Alves <palves@redhat.com>
14443
14444 * gdb.base/break.exp: Adjust to output changes.
14445 * gdb.base/hbreak2.exp: Likewise.
14446 * gdb.base/sepdebug.exp: Likewise.
14447 * gdb.base/watch_thread_num.exp: Likewise.
14448 * gdb.linespec/keywords.exp: Likewise.
14449 * gdb.multi/info-threads.exp: Likewise.
14450 * gdb.threads/thread-find.exp: Likewise.
14451 * gdb.multi/tids.c: New file.
14452 * gdb.multi/tids.exp: New file.
14453
84654457
PA
144542016-01-13 Pedro Alves <palves@redhat.com>
14455
14456 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14457
e3940304
PA
144582016-01-13 Pedro Alves <palves@redhat.com>
14459
14460 * gdb.base/default.exp: Expect $_inferior as well.
14461 * gdb.multi/base.exp: Test $_inferior.
14462
a911d87a
PA
144632016-01-13 Pedro Alves <palves@redhat.com>
14464
14465 PR breakpoints/19388
14466 * gdb.base/catch-signal-siginfo-cond.c: New file.
14467 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14468
82075af2
JS
144692016-01-12 Josh Stone <jistone@redhat.com>
14470 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14471
14472 * gdb.base/catch-syscall.c (do_execve): New variable.
14473 (main): Conditionally trigger an execve.
14474 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14475 (test_catch_syscall_execve): New, check entry/return across execve.
14476 (do_syscall_tests): Call test_catch_syscall_execve.
14477
e46eeedd
PA
144782016-01-12 Pedro Alves <palves@redhat.com>
14479
14480 * gdb.base/random-signal.exp (do_test): New procedure, with body
14481 of testcase moved in.
14482
01d8c27e
JK
144832016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14484 Pedro Alves <palves@redhat.com>
14485
14486 * gdb.base/funcargs.exp (finish from indirectly called function):
14487 Reintroduce the case for 'First'.
14488
9a706302
JK
144892016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14490 Pedro Alves <palves@redhat.com>
14491
14492 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14493 (tcatch_vfork_then_child_follow_exec)
14494 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14495 identification.
14496
c0ecb95f
JK
144972016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14498
14499 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14500 and repeats to unlimited.
14501 * gdb.python/py-value.exp: Likewise.
14502 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14503 and repeats to unlimited.
14504
6cfc1fcb
JK
145052016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14506
14507 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14508 and reordering the functions.
14509 * gdb.multi/hangout.c: Likewise.
14510 * gdb.multi/hello.c: Likewise.
14511
582a1b00
SM
145122016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14513
14514 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14515 absolute.
14516 (SingleStatisticTestResult.report): Use dict.keys instead of
14517 dict.iterkeys.
14518
79bc59cb
PA
145192016-01-06 Pedro Alves <palves@redhat.com>
14520
14521 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14522
43368e1d
MM
145232016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14524
14525 * gdb.btrace/dlopen.exp: New.
14526 * gdb.btrace/dlopen.c: New.
14527 * gdb.btrace/dlopen-dso.c: New.
14528
79fad5b8
SL
145292015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14530
14531 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14532 PATTERN argument is optional.
14533
ab8314b3
JB
145342015-12-24 Joel Brobecker <brobecker@adacore.com>
14535
14536 * lib/ada.exp (target_compile_ada_from_dir): New function.
14537 (gdb_compile_ada): Reimplement avoiding the use of project files.
14538 * gdb.ada/gnat_ada.gpr: Delete.
14539 * gdb.ada/cond_lang.exp: Adjust test to make path before
14540 filename optional.
14541 * gdb.ada/small_reg_param.exp: Likewise.
14542
fe33faff
SM
145432015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14544
14545 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14546
6d265cb4
TP
145472015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14548
14549 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14550 case.
14551
10125099
SM
145522015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14553
14554 * gdb.base/break.exp: Remove dead code.
14555 * gdb.base/sepdebug.exp: Likewise.
14556
3ca22649
SM
145572015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14558
14559 * gdb.asm/asm-source.exp: Remove HP-UX references.
14560 * gdb.base/annota1.exp: Likewise.
14561 * gdb.base/annota3.exp: Likewise.
14562 * gdb.base/attach.exp: Likewise.
14563 * gdb.base/bigcore.exp: Likewise.
14564 * gdb.base/break.exp: Likewise.
14565 * gdb.base/call-ar-st.exp: Likewise.
14566 * gdb.base/callfuncs.exp: Likewise.
14567 * gdb.base/catch-fork-static.exp: Likewise.
14568 * gdb.base/display.exp: Likewise.
14569 * gdb.base/foll-exec-mode.exp: Likewise.
14570 * gdb.base/foll-exec.exp: Likewise.
14571 * gdb.base/foll-fork.exp: Likewise.
14572 * gdb.base/foll-vfork.exp: Likewise.
14573 * gdb.base/funcargs.exp: Likewise.
14574 * gdb.base/hbreak2.exp: Likewise.
14575 * gdb.base/inferior-died.exp: Likewise.
14576 * gdb.base/interrupt.exp: Likewise.
14577 * gdb.base/multi-forks.exp: Likewise.
14578 * gdb.base/nodebug.exp: Likewise.
14579 * gdb.base/sepdebug.exp: Likewise.
14580 * gdb.base/solib1.c: Likewise.
14581 * gdb.base/step-test.exp: Likewise.
14582 * gdb.mi/non-stop.c: Likewise.
14583 * gdb.mi/pthreads.c: Likewise.
14584 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14585 * gdb.threads/pthreads.c: Likewise.
14586 * gdb.threads/staticthreads.exp: Likewise.
14587 * lib/future.exp: Likewise.
14588 * lib/gdb.exp: Likewise.
14589 * gdb.base/so-indr-cl.c: Remove.
14590 * gdb.base/so-indr-cl.exp: Likewise.
14591 * gdb.base/solib.c: Likewise.
14592 * gdb.base/solib.exp: Likewise.
14593 * gdb.base/solib2.c: Likewise.
14594
b6304613
SM
145952015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14596
14597 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14598 * gdb.base/call-ar-st.exp: Likewise.
14599 * gdb.base/callfuncs.exp: Likewise.
14600 * gdb.base/condbreak.exp: Likewise.
14601 * gdb.base/constvars.exp: Likewise.
14602 * gdb.base/hbreak2.exp: Likewise.
14603 * gdb.base/langs.exp: Likewise.
14604 * gdb.base/list.exp: Likewise.
14605 * gdb.base/long_long.exp: Likewise.
14606 * gdb.base/ptype.exp: Likewise.
14607 * gdb.base/scope.exp: Likewise.
14608 * gdb.base/signals.exp: Likewise.
14609 * gdb.base/so-impl-ld.exp: Likewise.
14610 * gdb.base/varargs.exp: Likewise.
14611 * gdb.base/volatile.exp: Likewise.
14612 * gdb.base/whatis.exp: Likewise.
14613 * gdb.cp/cplusfuncs.exp: Likewise.
14614 * gdb.cp/inherit.exp: Likewise.
14615 * gdb.cp/local.exp: Likewise.
14616 * gdb.cp/member-ptr.exp: Likewise.
14617 * gdb.cp/method.exp: Likewise.
14618 * gdb.cp/overload.exp: Likewise.
14619 * gdb.cp/templates.exp: Likewise.
14620 * gdb.stabs/weird.exp: Likewise.
14621 * lib/compiler.c: Likewise.
14622 * lib/compiler.cc: Likewise.
14623 * lib/cp-support.exp: Likewise.
14624 * lib/gdb.exp: Likewise.
14625
bf401b07
SM
146262015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14627
14628 * configure.ac: Remove HP-UX case.
14629 * configure: Regenerate.
14630
aff9c0f8
SM
146312015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14632
14633 * lib/gdb.exp (gdb_compile): Add function doc.
14634
a6904d5a
PA
146352015-12-17 Pedro Alves <palves@redhat.com>
14636
14637 PR threads/19354
14638 * gdb.multi/info-threads.exp: New file.
14639
a22279dd
YQ
146402015-12-15 Yao Qi <yao.qi@linaro.org>
14641
14642 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14643 is aarch64*-*-*.
14644
0588c796
SL
146452015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14646
14647 * gdb.base/history-duplicates.exp: Skip if no readline support.
14648
5d978e17
SL
146492015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14650
14651 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14652
7e763b86
SL
146532015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14654
14655 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14656
87a3a92c
SL
146572015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14658
14659 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14660 ctrl-C if nointerrupts target property is set.
14661 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14662 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14663 * gdb.base/paginate-bg-execution.exp: Likewise.
14664 * gdb.base/paginate-execution-startup.exp: Likewise.
14665 * gdb.base/random-signal.exp: Likewise.
14666 * gdb.base/range-stepping.exp: Likewise.
14667 * gdb.cp/annota2.exp: Likewise.
14668 * gdb.cp/annota3.exp: Likewise.
14669 * gdb.gdb/selftest.exp: Likewise.
14670 * gdb.threads/continue-pending-status.exp: Likewise.
14671 * gdb.threads/leader-exit.exp: Likewise.
14672 * gdb.threads/manythreads.exp: Likewise.
14673 * gdb.threads/pthreads.exp: Likewise.
14674 * gdb.threads/schedlock.exp: Likewise.
14675 * gdb.threads/sigthread.exp: Likewise.
14676
a8f077dc
DB
146772015-12-11 Don Breazeal <donb@codesourcery.com>
14678
14679 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14680 remote.
14681 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14682 * gdb.base/foll-exec.exp (main): Enable for target remote.
14683 * gdb.base/foll-fork.exp (main): Likewise.
14684 * gdb.base/foll-vfork.exp (main): Likewise.
14685 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14686 (proc continue_to_exit_bp_loc): Use clean_restart.
14687 * gdb.base/pie-execl.exp (main): Disable for target remote.
14688 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14689 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14690 * gdb.threads/execl.exp (main): Likewise.
14691 * gdb.threads/fork-child-threads.exp (main): Likewise.
14692 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14693 remote.
14694 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14695 remote.
14696 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14697 pid.tid style ptids, instead of just tid.
14698 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14699 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14700 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14701 ptids, instead of just tid.
14702
3b2464a8
AB
147032015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14704
14705 * gdb.base/list.exp (test_list_forward): Add end of file error
14706 test.
14707 (test_repeat_list_command): Add end of file error test.
14708 (test_list_backwards): Add beginning of file error test.
14709
a0def019
AB
147102015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14711
14712 * gdb.base/list.exp (test_list_invalid_args): New function,
14713 defined, and called.
14714
5c000dff
AB
147152015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14716
14717 * gdb.base/list.exp (test_list): Make test names unique.
14718
f1637ebe
YQ
147192015-12-11 Yao Qi <yao.qi@linaro.org>
14720
14721 * gdb.base/coremaker2.c: Remove.
14722
36d6fc0a
PA
147232015-12-10 Pedro Alves <palves@redhat.com>
14724
14725 * gdb.multi/base.exp: Remove stale "spaces" references.
14726
762f7747
PA
147272015-12-10 Pedro Alves <palves@redhat.com>
14728
14729 * gdb.multi/base.exp: Don't use nowarnings.
14730 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14731 * gdb.multi/hangout.c: Include stdio.h.
14732 * gdb.multi/hello.c: Include stdlib.h.
14733 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14734 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14735 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14736
28d2bfb9
AB
147372015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14738
14739 * gdb.dwarf2/dw2-ranges-base.c: New file.
14740 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14741 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14742 support additional line table, and debug ranges generation.
14743 (Dwarf::ranges): New function, generate .debug_ranges.
14744 (Dwarf::lines): Support generating simple line table programs.
14745 (Dwarf::assemble): Initialise new namespace variables.
14746
5fc2beac
KB
147472015-12-09 Kevin Buettner <kevinb@redhat.com>
14748
14749 * gdb.base/async.exp (proc test_background): Add case for
14750 asynchronous execution not supported.
14751
1c35a88f
LM
147522015-12-09 Luis Machado <lgustavo@codesourcery.com>
14753
14754 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14755 format and change test names to make them unique.
14756
b593e3d9
RK
147572015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14758 Pedro Alves <pedro@redhat.com>
14759
14760 PR gdb/18702
14761 Add checking of floatformats setup on x86_64 hosts.
14762 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14763 (smallval, bigval): New labels/constants.
14764 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14765 float" after loading bigval and smallval.
14766
d72413e6
PMR
147672015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14768
14769 * gdb.ada/fun_overload_menu.exp: New testcase.
14770 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14771
ece66d65
JS
147722015-12-04 Josh Stone <jistone@redhat.com>
14773
14774 * gdb.base/catch-fork-static.exp: New.
14775
41d0efca
YQ
147762015-12-03 Yao Qi <yao.qi@linaro.org>
14777
14778 * gdb.base/sizeof.c: Don't include stdio.h and
14779 ../lib/unbuffer_output.c.
14780 (main): New variable 'size' and 'value'. Remove printf and
14781 gdb_unbuffer_output. Assign return value to size and value.
14782 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14783 at the beginning.
14784 (check_sizeof): Check the result by printing variable 'size'.
14785 (check_valueof): Check the result by printing variable 'value'.
14786
99fd02d9
YQ
147872015-12-01 Yao Qi <yao.qi@linaro.org>
14788
14789 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14790 for aarch64*-*-linux* target.
14791
f2faf941
PA
147922015-11-30 Pedro Alves <palves@redhat.com>
14793
14794 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14795
04bf20c5
PA
147962015-11-30 Pedro Alves <palves@redhat.com>
14797
14798 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14799 Handle non-stop mode vCont replies.
14800
09df4675
PA
148012015-11-30 Pedro Alves <palves@redhat.com>
14802
14803 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14804 prepare_for_testing. Start gdb with "set non-stop on" appended to
14805 GDBFLAGS. Lax expected stop output.
14806
58b584af
YQ
148072015-11-27 Yao Qi <yao.qi@linaro.org>
14808
14809 * gdb.arch/arm-neon.exp: New.
14810 * gdb.arch/arm-neon.c: New.
14811
dfcb77a8
YQ
148122015-11-27 Yao Qi <yao.qi@linaro.org>
14813
14814 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14815
88e8ec1b
YQ
148162015-11-27 Yao Qi <yao.qi@linaro.org>
14817
14818 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14819 frames-invalid annotation.
14820
bfde72c2
YQ
148212015-11-27 Yao Qi <yao.qi@linaro.org>
14822
14823 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14824
f6512a69
SM
148252015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14826
14827 * gdb.threads/names.exp: New file.
14828 * gdb.threads/names.c: New file.
14829 * README: Mention gdb,no_thread_names.
14830
46a3515b
MM
148312015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14832
14833 PR 19297
14834 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14835 support" error.
14836
62147a22
PA
148372015-11-24 Pedro Alves <palves@redhat.com>
14838
14839 PR 17539
14840 * gdb.base/display.exp: Expect displays to be sorted in ascending
14841 order. Use multi_line.
14842 * gdb.base/solib-display.exp: Likewise.
14843
2f341b6e
PA
148442015-11-24 Pedro Alves <palves@redhat.com>
14845
14846 PR 17539
25d49b86
PA
14847 * gdb.base/display.exp: Expect displays to be sorted in ascending
14848 order. Use multi_line.
14849 * gdb.base/solib-display.exp: Likewise.
2f341b6e 14850
7e0aa6aa
PA
148512015-11-24 Pedro Alves <palves@redhat.com>
14852
14853 PR 17539
14854 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14855 threads in ascending order.
14856 * gdb.base/foll-fork.exp: Likewise.
14857 * gdb.base/foll-vfork.exp: Likewise.
14858 * gdb.base/multi-forks.exp: Likewise.
14859 * gdb.mi/mi-nonstop.exp: Likewise.
14860 * gdb.mi/mi-nsintrall.exp: Likewise.
14861 * gdb.multi/base.exp: Likewise.
14862 * gdb.multi/multi-arch.exp: Likewise.
14863 * gdb.python/py-inferior.exp: Likewise.
14864 * gdb.threads/break-while-running.exp: Likewise.
14865 * gdb.threads/execl.exp: Likewise.
14866 * gdb.threads/gcore-thread.exp: Likewise.
14867 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14868 * gdb.threads/kill.exp: Likewise.
14869 * gdb.threads/linux-dp.exp: Likewise.
14870 * gdb.threads/multiple-step-overs.exp: Likewise.
14871 * gdb.threads/next-bp-other-thread.exp: Likewise.
14872 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14873 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14874 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14875 * gdb.threads/thread-find.exp: Likewise.
14876 * gdb.threads/tls.exp: Likewise.
14877 * lib/mi-support.exp (mi_reverse_list): Delete.
14878 (mi_check_thread_states): No longer reverse list.
14879
2cc57ad8
PA
148802015-11-24 Pedro Alves <palves@redhat.com>
14881
14882 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14883 use lowercase.
14884
c93e8391
SM
148852015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14886
14887 * gdb.trace/actions.c: Include trace-common.h.
14888 (main): Add a location for a fast tracepoint.
14889 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14890 the normal tracepoints.
14891 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14892
045ccf91
SM
148932015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14894
14895 * save-trace.exp: Factor out code to these...
14896 (gdb_save_tracepoints): New.
14897 (gdb_load_tracepoints): New.
14898 (do_save_load_test): New.
14899
5506f9f6
KB
149002015-11-23 Kevin Buettner <kevinb@redhat.com>
14901
14902 * gdb.base/asmlabel.exp: New test.
14903 * gdb.base/asmlabel.c: New test case.
14904
16c3b12f
JB
149052015-11-23 Joel Brobecker <brobecker@adacore.com>
14906
14907 * gdb.base/wrong_frame_bt_full-main.c: New file.
14908 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14909 * gdb.base/wrong_frame_bt_full.exp: New file.
14910
155bfbd3
JB
149112015-11-23 Joel Brobecker <brobecker@adacore.com>
14912
14913 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14914
bb097445
JM
149152015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14916
206853a0 14917 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14918 pstate register when comparing registers values in
14919 sparc64-*-linux-gnu targets to avoid spurious differences.
14920
9c88ed8f
JM
149212015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14922
206853a0 14923 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14924
96161e25
SL
149252015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14926
14927 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14928 as type argument to gdb_compile.
14929 * gdb.base/nested-subp2.exp: Likewise.
14930 * gdb.base/nested-subp3.exp: Likewise.
14931
340c2830
DV
149322015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14933
14934 * lib/dwarf.exp (_note): Fix left shift of negative value.
14935 * gdb.trace/trace-condition.exp: Likewise.
14936
c1862d0f
YQ
149372015-11-13 Yao Qi <yao.qi@linaro.org>
14938
14939 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14940 comments about d10v.
14941 (test_scalar_returns): Likewise.
14942 * gdb.base/d10v.ld: Remove.
14943 * gdb.base/overlays.exp: Remove the target triplet checking for
14944 d10v-*-*.
14945 * gdb.base/structs.exp (test_struct_returns): Remove the
14946 comments about d10v.
14947 (test_struct_calls): Likewise.
14948
77ae9c19
YQ
149492015-11-13 Yao Qi <yao.qi@linaro.org>
14950
14951 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14952 * gdb.base/gnu_vector.c: Don't include stdio.h.
14953 (main): Don't print res and call add_some_intvecs.
14954
430e004e
MK
149552015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14956
14957 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14958 macro.
14959 (func5): Removed.
14960 (func4): Use FAST_TRACEPOINT_LABEL.
14961 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14962 macro.
14963 (func): Removed.
14964 (thread_function): Use FAST_TRACEPOINT_LABEL.
14965 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14966 (func): Remove.
14967 (marker): Use FAST_TRACEPOINT_LABEL.
14968 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14969 (pendfunc1): Remove.
14970 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14971 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14972 (foo): Remove.
14973 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14974 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14975 macro.
14976 (func): Remove.
14977 (marker): Use FAST_TRACEPOINT_LABEL.
14978 * gdb.trace/trace-common.h: New header.
14979 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14980 macro.
14981 (func): Remove.
14982 (marker): Use FAST_TRACEPOINT_LABEL.
14983 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14984 (func): Remove.
14985 (thread_function): Use FAST_TRACEPOINT_LABEL.
14986
6e7675a7
MK
149872015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14988
14989 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14990 in front.
14991 * gdb.trace/change-loc.exp: Use global pcreg definition.
14992 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14993 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14994 in front.
14995 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14996 * gdb.trace/pending.exp: Likewise.
14997 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14998 * gdb.trace/trace-break.exp: Likewise.
14999 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
15000 in front.
15001 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
15002 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
15003 in front.
15004 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
15005
dddc0e16
JB
150062015-11-09 Joel Brobecker <brobecker@adacore.com>
15007
15008 * gdb.ada/fin_fun_out: New testcase.
15009
c6f0b406
KB
150102015-11-07 Kevin Buettner <kevinb@redhat.com>
15011
15012 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
15013 value associated with DW_AT_byte_size.
15014 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
15015 constants for DW_AT_byte_size, DW_AT_lower_bound, and
15016 DW_AT_upper_bound.
15017
f01dcfd9
KB
150182015-11-07 Kevin Buettner <kevinb@redhat.com>
15019
15020 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
15021 (gdb_target_symbol_prefix_flags): Define in terms of _asm
15022 version.
15023 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
15024 gdb.dwarf2/dw2-canonicalize-type.exp,
15025 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
15026 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
15027 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
15028 provided by gdb_target_symbol_prefix_flags_asm.
15029 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
15030 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
15031 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
15032 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
15033 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
15034 macros where needed). Use this macro for symbols which require
15035 the prefix provided by SYMBOL_PREFIX.
15036
2223449a
KB
150372015-11-05 Kevin Buettner <kevinb@redhat.com>
15038
15039 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
15040 New procs.
15041 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
15042 representing expressions, of more than one list element.
15043 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
15044 to prepend linker symbol prefix to f.
15045 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
15046 table_1 and table_2.
15047 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
15048 Likewise, for f and g.
15049 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
15050 for ptr.
15051 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
15052 for main.
15053 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
15054 table_1_ptr and table_2_ptr.
15055
6f2f1a3a
JK
150562015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15057 Joel Brobecker <brobecker@adacore.com>
15058
15059 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
15060
566c56c9
MK
150612015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
15062
15063 * gdb.reverse/s390-mvcle.c: New test.
15064 * gdb.reverse/s390-mvcle.exp: New file.
15065 * lib/gdb.exp: Enable reverse tests on s390*-linux.
15066
d5f0636b
MK
150672015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15068
15069 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
15070
7ad8b86c
MK
150712015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15072
15073 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
15074 reaching marker2.
15075 * gdb.reverse/getresuid-reverse.exp: Likewise.
15076 * gdb.reverse/pipe-reverse.exp: Likewise.
15077 * gdb.reverse/readv-reverse.exp: Likewise.
15078 * gdb.reverse/recvmsg-reverse.exp: Likewise.
15079 * gdb.reverse/time-reverse.exp: Likewise.
15080 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
15081
4081c0f1
YQ
150822015-10-30 Yao Qi <yao.qi@linaro.org>
15083
15084 * gdb.threads/wp-replication.c (watch_count_done): Remove.
15085 (empty_cycle): Remove.
15086 (main): Don't call empty_cycle. Don't use watch_count_done.
15087 * gdb.threads/wp-replication.exp: Don't set breakpoint on
15088 empty_cycle. Rewrite the code counting HW watchpoints.
15089
452b4ba5
MK
150902015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
15091
15092 * gdb.reverse/fstatat-reverse.c: New test.
15093 * gdb.reverse/fstatat-reverse.exp: New file.
15094 * gdb.reverse/getresuid-reverse.c: New test.
15095 * gdb.reverse/getresuid-reverse.exp: New file.
15096 * gdb.reverse/pipe-reverse.c: New test.
15097 * gdb.reverse/pipe-reverse.exp: New file.
15098 * gdb.reverse/readv-reverse.c: New test.
15099 * gdb.reverse/readv-reverse.exp: New file.
15100 * gdb.reverse/recvmsg-reverse.c: New test.
15101 * gdb.reverse/recvmsg-reverse.exp: New file.
15102 * gdb.reverse/time-reverse.c: New test.
15103 * gdb.reverse/time-reverse.exp: New file.
15104 * gdb.reverse/waitpid-reverse.c: New test.
15105 * gdb.reverse/waitpid-reverse.exp: New file.
15106
5e2e7507
JK
151072015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15108
15109 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
15110
0fde2c53
DE
151112015-10-26 Doug Evans <dje@google.com>
15112
15113 PR symtab/17391
15114 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
15115 * gdb.dwarf2/bad-regnum.c: New file.
15116 * gdb.dwarf2/bad-regnum.exp: New file.
15117
1a70ae97
DE
151182015-10-26 Doug Evans <dje@google.com>
15119
15120 PR python/18938
15121 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
15122 file.
15123
27dc26ab
JK
151242015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15125
15126 * gdb.compile/compile.exp (compile code globalvar): Update expectation
15127 for a change by "Mention language in compile error message".
15128
bed91f4d
SM
151292015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
15130
15131 PR python/18073
15132 * gdb.python/py-type.c (C::a_method): New.
15133 (C::a_const_method): New.
15134 (C::a_static_method): New.
15135 (a_function): New.
15136 * gdb.python/py-type.exp (test_fields): Test getting fields
15137 from function and method.
15138
3f2f83dd
KB
151392015-10-21 Keven Boell <keven.boell@intel.com>
15140
15141 * gdb.fortran/vla-alloc-assoc.exp: New file.
15142 * gdb.fortran/vla-datatypes.exp: New file.
15143 * gdb.fortran/vla-datatypes.f90: New file.
15144 * gdb.fortran/vla-history.exp: New file.
15145 * gdb.fortran/vla-ptype-sub.exp: New file.
15146 * gdb.fortran/vla-ptype.exp: New file.
15147 * gdb.fortran/vla-sizeof.exp: New file.
15148 * gdb.fortran/vla-sub.f90: New file.
15149 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
15150 * gdb.fortran/vla-value-sub-finish.exp: New file.
15151 * gdb.fortran/vla-value-sub.exp: New file.
15152 * gdb.fortran/vla-value.exp: New file.
15153 * gdb.fortran/vla-ptr-info.exp: New file.
15154 * gdb.mi/mi-vla-fortran.exp: New file.
15155 * gdb.mi/vla.f90: New file.
15156
27145d50
SL
151572015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15158
15159 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15160 of hardwired timeout value.
15161
5f3ff4f8
JK
151622015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15163 Pedro Alves <palves@redhat.com>
15164
15165 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15166 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15167
bfd09d20
JS
151682015-10-19 Josh Stone <jistone@redhat.com>
15169
15170 * gdb.base/catch-syscall.c: Include <sched.h>.
15171 (unknown_syscall): New variable.
15172 (main): Trigger a vfork and an unknown syscall.
15173 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15174 (unknown_syscall_number): Likewise.
15175 (check_call_to_syscall): Accept an optional syscall pattern.
15176 (check_return_from_syscall): Likewise.
15177 (check_continue): Likewise.
15178 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15179 (test_catch_syscall_skipping_return): New test toggling off 'catch
15180 syscall' to step over the syscall return, then toggling back on.
15181 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15182 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15183 (do_syscall_tests): Call test_catch_syscall_without_args and
15184 test_catch_syscall_mid_vfork.
15185 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15186 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15187
b32b93c6
AS
151882015-10-19 Andrew Stubbs <ams@codesourcery.com>
15189
15190 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15191 print g_vE): Add new pass patterns.
15192 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15193 print various symbol names for vptr fields.
15194
9d622bda
AB
151952015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15196
15197 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15198 results.
15199
0fd8ac1c
YQ
152002015-10-12 Yao Qi <yao.qi@linaro.org>
15201
15202 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15203
34240514
YQ
152042015-10-12 Yao Qi <yao.qi@linaro.org>
15205
15206 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15207 is aarch64*-*-linux*.
15208
8240f442
YQ
152092015-10-12 Yao Qi <yao.qi@linaro.org>
15210
15211 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15212 (can_relocate_bcond_true): ... it.
15213 (can_relocate_bcond_false): New function.
15214 (foo): Likewise.
15215 (can_relocate_bl): Likewise.
15216 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15217 can_relocate_bl.
15218
2520f728
PMR
152192015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15220
15221 * gdb.base/nested-addr.c: New file.
15222 * gdb.base/nested-addr.exp: New testcase.
15223
abcef95a
MM
152242015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15225
15226 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15227 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15228 its output. Ignore the output of "record goto begin" and instead
15229 check that GDB is replaying.
15230
145e3ddb
PA
152312015-10-09 Pedro Alves <palves@redhat.com>
15232
15233 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15234 (top level): Use it in the run with no args test.
15235
d5d8c4e1
IB
152362015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15237
15238 * gdb.dlang/properties.exp: New file.
15239
06e635ef
SL
152402015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15241
15242 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15243 whether or not address 0x1000 is mapped on the target.
15244
e019fd1d
SM
152452015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15246
15247 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15248 build.
15249
77ba2a67
MM
152502015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15251
15252 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15253 instruction-history test.
15254
c60eb31f
DE
152552015-09-28 Doug Evans <dje@google.com>
15256
15257 * gdb.base/gcore.c (array_func): Add reference to static_array.
15258
9a3c8263
SM
152592015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15260
15261 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15262 source line.
15263
9720e656
SL
152642015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15265
15266 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15267 short or char as base type.
15268
938d3bf2
SL
152692015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15270
15271 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15272 to allow any size enum.
15273
e6c2c623
PMR
152742015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15275
15276 * gdb.ada/array_ptr_renaming.exp: New testcase.
15277 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15278 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15279
06da0f77
PL
152802015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15281
15282 * gdb.trace/ftrace-lock.c: New file.
15283 * gdb.trace/ftrace-lock.exp: New file.
15284
4f51c22a
PL
152852015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15286
15287 * gdb.arch/insn-reloc.c: New file.
15288 * gdb.arch/ftrace-insn-reloc.exp: New file.
15289
7041adf4
PL
152902015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15291
15292 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15293 instruction.
15294 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15295 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15296 * gdb.trace/range-stepping.c: Likewise.
15297 * gdb.trace/trace-break.c: Likewise.
15298 * gdb.trace/trace-mt.c (thread_function): Likewise.
15299 * gdb.trace/ftrace.c (marker): Likewise.
15300 * gdb.trace/trace-condition.c (marker): Likewise.
15301 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15302 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15303 is_aarch64_target.
15304
015d2e7e
DE
153052015-09-18 Doug Evans <xdje42@gmail.com>
15306
15307 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15308 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15309
26b188a2
SL
153102015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15311
15312 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15313 the breakpoint.
15314
79dc332b
SL
153152015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15316
15317 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15318 the pending breakpoint. Remove timeout override for "Run till
15319 MI pending breakpoint on pendfunc3 on thread 2" test.
15320
f57929f2
SL
153212015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15322
15323 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15324 filename pattern.
15325
3f469b17
SL
153262015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15327
15328 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15329 in breakpoint filename pattern.
15330
515b89b3
SL
153312015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15332
7800dbe4
SL
15333 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15334
153352015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15336
515b89b3
SL
15337 * gdb.linespec/explicit.exp: Check for readline support for
15338 tab-completion tests. Fix obvious typo.
15339
d2939ba2
MM
153402015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15341
15342 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15343 and replay.
15344
cbb55fa7
MM
153452015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15346
15347 * gdb.btrace/non-stop.c: New.
15348 * gdb.btrace/non-stop.exp: New.
15349
43691ca1
PL
153502015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15351 Yao Qi <yao.qi@linaro.org>
15352
15353 * gdb.trace/trace-condition.c: New file.
15354 * gdb.trace/trace-condition.exp: New file.
15355
d78908cf
WW
153562015-09-16 Wei-cheng Wang <cole945@gmail.com>
15357
15358 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15359 for testing bytecode compilation.
15360
1ed415e2
PA
153612015-09-16 Pedro Alves <palves@redhat.com>
15362 Sandra Loosemore <sandra@codesourcery.com>
15363
15364 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15365 (SECONDS): Redefine.
15366 (main): Call pthread_kill and alarm early.
15367 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15368 support.
15369 (test): If the target can't hardware step and doesn't support
15370 displaced stepping, increase the timeout.
15371
d136eff5
PA
153722015-09-16 Pedro Alves <palves@redhat.com>
15373
15374 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15375 (enable_debug): New procedures.
15376 (test): Use them. Bail out if waiting for threads fails.
15377 (top level): Bail out if a test fails.
15378
991f019c
YQ
153792015-09-16 Yao Qi <yao.qi@linaro.org>
15380
15381 * gdb.asm/asm-source.exp: Set asm-arch for
15382 aarch64*-*-* target.
15383 * gdb.asm/aarch64.inc: New file.
15384
bfca584f
PMR
153852015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15386
15387 * gdb.ada/array_of_variable_length.exp: New testcase.
15388 * gdb.ada/array_of_variable_length/foo.adb: New file.
15389 * gdb.ada/array_of_variable_length/pck.adb: New file.
15390 * gdb.ada/array_of_variable_length/pck.ads: New file.
15391
b326e587
DE
153922015-09-15 Doug Evans <dje@google.com>
15393
15394 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15395 of function static local variable.
15396
5382cfab
PW
153972015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15398
15399 * gdb.threads/tls-so_extern.exp: New test file.
15400 * gdb.threads/tls-so_extern.c: New test file.
15401 * gdb.threads/tls-so_extern_main.c: New test file.
15402
141c5cc4
JK
154032015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15404
15405 * gdb.opt/solib-intra-step-lib.c: New file.
15406 * gdb.opt/solib-intra-step-main.c: New file.
15407 * gdb.opt/solib-intra-step.exp: New file.
15408
d15dcecd
PA
154092015-09-15 Pedro Alves <palves@redhat.com>
15410
15411 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15412 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15413
4c2f2a79
PA
154142015-09-14 Pedro Alves <palves@redhat.com>
15415
15416 * gdb.base/hook-stop-continue.c: Delete.
15417 * gdb.base/hook-stop-continue.exp: Delete.
15418 * gdb.base/hook-stop-frame.c: Delete.
15419 * gdb.base/hook-stop-frame.exp: Delete.
15420 * gdb.base/hook-stop.c: New file.
15421 * gdb.base/hook-stop.exp: New file.
15422
919e6dbe
PMR
154232015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15424
15425 * gdb.ada/access_to_packed_array.exp: New testcase.
15426 * gdb.ada/access_to_packed_array/foo.adb: New file.
15427 * gdb.ada/access_to_packed_array/pack.adb: New file.
15428 * gdb.ada/access_to_packed_array/pack.ads: New file.
15429
157280a4
MM
154302015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15431
15432 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15433 buffer size test.
15434
2fd33e94
DB
154352015-09-11 Don Breazeal <donb@codesourcery.com>
15436
15437 * gdb.base/foll-exec.c: Add copyright header. Fix
15438 formatting issues.
15439 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15440 (do_exec_tests): Use clean_restart in place of zap_session,
15441 and for test initialization. Fix formatting issues. Use
15442 fail in place of perror.
15443 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15444 an expect statement to match an expression with output from
15445 the program under debug.
15446 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15447 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15448 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15449 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15450 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15451
e70b6e8e
DE
154522015-09-09 Doug Evans <dje@google.com>
15453
15454 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15455
7a551a51
DE
154562015-09-09 Doug Evans <dje@google.com>
15457
15458 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15459
4c666f84
DE
154602015-09-09 Doug Evans <dje@google.com>
15461
15462 * gdb.base/savedregs.exp: Fix typo.
15463
243a9253
PA
154642015-09-09 Pedro Alves <palves@redhat.com>
15465
15466 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15467
c0fa8fbd
SL
154682015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15469
15470 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15471 command actually switches threads. Give up on remaining
15472 tests if target fails to stop at breakpoint.
15473
cd7c1778
PMR
154742015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15475
15476 * gdb.ada/funcall_char.exp: New testcase.
15477 * gdb.ada/funcall_char/foo.adb: New file.
15478
dc5c8746
PMR
154792015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15480
15481 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15482 expected outputs. Add two testcases for completing ambiguous
15483 functions.
15484 * gdb.ada/complete/aux_pck.adb: New file.
15485 * gdb.ada/complete/aux_pck.ads: New file.
15486 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15487 Ambiguous_Func functions.
15488 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15489 * gdb.ada/complete/pck.adb: Likewise.
15490
4e83a1e7
UW
154912015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15492
15493 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15494 failures to run the test program under GDB.
15495
8ce74153
LM
154962015-08-26 Luis Machado <lgustavo@codesourcery.com>
15497
15498 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15499 to C.
15500
e9756d52
PP
155012015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15502
15503 * gdb.base/run-after-attach.exp: New test file.
15504 * gdb.base/run-after-attach.c: New test file.
15505
8d37573b
DB
155062015-08-26 Don Breazeal <donb@codesourcery.com>
15507
15508 * gdb.base/foll-exec-2.c: New test program.
15509 * gdb.base/foll-exec-2.exp: New test.
15510
63e43d3a
PMR
155112015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15512
15513 * gdb.base/nested-subp1.exp: New file.
15514 * gdb.base/nested-subp1.c: New file.
15515 * gdb.base/nested-subp2.exp: New file.
15516 * gdb.base/nested-subp2.c: New file.
15517 * gdb.base/nested-subp3.exp: New file.
15518 * gdb.base/nested-subp3.c: New file.
15519
3d40fbb5
PA
155202015-08-24 Pedro Alves <palves@redhat.com>
15521
15522 * gdb.server/connect-without-multi-process.c: New file.
15523 * gdb.server/connect-without-multi-process.exp: New file.
15524
4422ac93
LM
155252015-08-24 Luis Machado <lgustavo@codesourcery.com>
15526
15527 * gdb.opt/inline-markers.c: Make z int.
15528
91dddb86
LM
155292015-08-24 Luis Machado <lgustavo@codesourcery.com>
15530
15531 * gdb.opt/inline-markers.c: Make z volatile.
15532
a48847ee
LM
155332015-08-24 Luis Machado <lgustavo@codesourcery.com>
15534
15535 * gdb.opt/inline-bt.c: New volatile global z.
15536 * gdb.opt/inline-cmds.c: Likewise.
15537 * gdb.opt/inline-locals.c: Likewise.
15538 * gdb.opt/inline-markers.c: New extern global z.
15539 (marker): Use z.
15540 (inline_fn): Likewise.
15541
0ebbc52b
PA
155422015-08-24 Pedro Alves <palves@redhat.com>
15543
15544 * config/m32r-stub.exp: Remove file.
15545 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15546 * gdb.base/call-rt-st.exp: Likewise.
15547 * gdb.base/call-strs.exp: Likewise.
15548 * gdb.base/default.exp: Remove references to h8300-*-hms and
15549 *-*-udi*.
15550 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15551
77c365df
AA
155522015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15553
15554 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15555 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15556 and "return" use KFAIL when GDB can not read/write the vector
15557 return value.
15558
4313b8c0
GB
155592015-08-21 Gary Benson <gbenson@redhat.com>
15560
15561 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15562
0e433b32
PA
155632015-08-20 Pedro Alves <palves@redhat.com>
15564
15565 * gdb.server/solib-list.exp: No longer expect an interior stop in
15566 non-stop mode.
15567
221e1a37
PA
155682015-08-20 Pedro Alves <palves@redhat.com>
15569
15570 * gdb.server/connect-stopped-target.c: New file.
15571 * gdb.server/connect-stopped-target.exp: New file.
15572
40e3ad0e
PA
155732015-08-20 Pedro Alves <palves@redhat.com>
15574
15575 * gdb.dwarf2/comp-unit-lang.exp: New file.
15576 * gdb.dwarf2/comp-unit-lang.c: New file.
15577
af39b327
PMR
155782015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15579
15580 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15581 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15582
7d45c7c3 155832015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 15584
7d45c7c3
KB
15585 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15586 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15587
4d6cceb4
DE
155882015-08-18 Doug Evans <dje@google.com>
15589 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15590
15591 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15592 skip_python_tests. New arg prompt_regexp.
15593 (skip_python_tests): New function.
15594 * lib/mi-support.exp (mi_skip_python_tests): New function.
15595 * gdb.python/py-mi-objfile-gdb.py: New file.
15596 * gdb.python/py-mi-objfile.c: New file.
15597 * gdb.python/py-mi-objfile.exp: New file.
15598
ad89c2aa
KS
155992015-08-17 Keith Seitz <keiths@redhat.com>
15600
15601 * gdb.linespec/explicit.exp: Move strace test from here ...
15602 * gdb.trace/strace.exp: ... to here.
15603
e3ae3c43
PP
156042015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15605
15606 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15607 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15608
604b2636
DE
156092015-08-14 Doug Evans <xdje42@gmail.com>
15610
15611 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15612 inferior before selecting a new file.
15613
6ff0ba5f
DE
156142015-08-14 Doug Evans <xdje42@gmail.com>
15615
15616 * gdb.mi/mi-disassemble.exp: Update.
15617 * gdb.base/disasm-optim.S: New file.
15618 * gdb.base/disasm-optim.c: New file.
15619 * gdb.base/disasm-optim.h: New file.
15620 * gdb.base/disasm-optim.exp: New file.
15621
9ca98f92
KS
156222015-08-14 Keith Seitz <keiths@redhat.com>
15623
15624 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15625 "evaluated-by".
15626
52bbc560
JB
156272015-08-13 Joel Brobecker <brobecker@adacore.com>
15628
15629 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15630
5d8c3ed3
PMR
156312015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15632
15633 * gdb.ada/fun_renaming.exp: New testcase.
15634 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15635 * gdb.ada/fun_renaming/pack.adb: New file.
15636 * gdb.ada/fun_renaming/pack.ads: New file.
15637
ea8812bc
KS
156382015-08-12 Keith Seitz <keiths@redhat.com>
15639
15640 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15641 gdb_get_line_number.
15642
4dafcdeb
JB
156432015-08-12 Joel Brobecker <brobecker@adacore.com>
15644
15645 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15646 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15647 gdb.base/dso2dso.exp: New files.
15648
5ba32597
SDJ
156492015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15650 Pedro Alves <palves@redhat.com>
15651 Keith Seitz <keiths@redhat.com>
15652
15653 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15654 GDBFLAGS.
15655
b6dafabf
PP
156562015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15657
15658 * gdb.base/gdbhistsize-history.exp
15659 (test_histsize_history_setting): Use save_vars.
15660 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15661 Use save_vars.
15662 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15663 * gdb.base/readline.exp: Use save_vars.
15664
abe8e607
PP
156652015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15666
15667 * lib/gdb.exp (save_vars): New proc.
15668
629500fa
KS
156692015-08-11 Keith Seitz <keiths@redhat.com>
15670
15671 * gdb.base/help.exp: Update help_breakpoint_text.
15672
eb8c4e2e
KS
156732015-08-11 Keith Seitz <keiths@redhat.com>
15674
15675 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15676 (at toplevel): Call test_explicit_breakpoints.
15677 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15678 breakpoints.
15679 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15680 breakpoint conditions, "-cond".
15681
87f0e720
KS
156822015-08-11 Keith Seitz <keiths@redhat.com>
15683
15684 * gdb.linespec/3explicit.c: New file.
15685 * gdb.linespec/cpexplicit.cc: New file.
15686 * gdb.linespec/cpexplicit.exp: New file.
15687 * gdb.linespec/explicit.c: New file.
15688 * gdb.linespec/explicit.exp: New file.
15689 * gdb.linespec/explicit2.c: New file.
15690 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15691 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15692 before using in the matching pattern.
15693 Clarify that `prefix' is a regular expression.
15694
f00aae0f
KS
156952015-08-11 Keith Seitz <keiths@redhat.com>
15696
15697 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15698 test.
15699 Add tests for missing ",FMT" and ",".
15700
e27852be
DE
157012015-08-10 Doug Evans <dje@google.com>
15702 Keith Seitz <keiths@redhat.com>
15703
15704 PR gdb/17960
15705 * gdb.base/completion.exp: Add location completer tests.
15706
7f03bd92
PA
157072015-08-07 Pedro Alves <palves@redhat.com>
15708
15709 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15710 tests here.
15711 (top level): Run do_test with and without displaced stepping.
15712
3fc8eb30
PA
157132015-08-07 Pedro Alves <palves@redhat.com>
15714
15715 * gdb.base/valgrind-disp-step.c: New file.
15716 * gdb.base/valgrind-disp-step.exp: New file.
15717
d4569d7b
PA
157182015-08-07 Pedro Alves <palves@redhat.com>
15719
15720 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15721 Delete function.
15722 (main): Add alarm. Run an infinite loop instead of calling
15723 wait_threads.
15724 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15725 comment.
15726 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15727 Delete function.
15728 (main): Add alarm. Run an infinite loop instead of calling
15729 wait_threads.
15730 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15731 comment.
15732
e1316e60
PA
157332015-08-07 Pedro Alves <palves@redhat.com>
15734
15735 * gdb.base/checkpoint-ns.exp: New file.
15736 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15737 standard_testfile.
15738
da8c46d2
MM
157392015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15740
15741 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15742 * gdb.btrace/instruction_history.exp: Update.
15743 * gdb.btrace/tsx.exp: New.
15744 * gdb.btrace/tsx.c: New.
15745
de1c2c52
PA
157462015-08-06 Pedro Alves <palves@redhat.com>
15747
15748 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15749 increase timeout.
15750 * gdb.reverse/until-precsave.exp: Bump timeouts.
15751
782e0bf4
PA
157522015-08-06 Pedro Alves <palves@redhat.com>
15753
15754 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15755
83e97ed0
PA
157562015-08-06 Pedro Alves <palves@redhat.com>
15757
15758 PR gdb/18749
15759 * gdb.threads/process-dies-while-handling-bp.c: New file.
15760 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15761
863d01bd
PA
157622015-08-06 Pedro Alves <palves@redhat.com>
15763
15764 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15765 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15766
0a39bb32
PA
157672015-08-05 Pedro Alves <palves@redhat.com>
15768
15769 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15770 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15771
ee2d2b10
SL
157722015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15773
15774 * gdb.base/bp-permanent.exp: Report test as unsupported if
15775 the target cannot stop at the permanent breakpoint.
15776
4e1bdb00
DE
157772015-08-03 Doug Evans <dje@google.com>
15778
15779 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15780 10000.
15781
3d338901
DE
157822015-08-03 Doug Evans <dje@google.com>
15783
15784 * Makefile.in (workers/%.worker, build-perf): New rule.
15785 (GDB_PERFTEST_MODE): New variable.
15786 (check-perf): Use it.
15787 (clean): Clean up gdb.perf parallel build subdirs.
15788 * lib/build-piece.exp: New file.
15789 * lib/gdb.exp (make_gdb_parallel_path): New function
15790 (standard_output_file, standard_temp_file): Call it.
15791 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15792 of $GDB_PARALLEL.
15793 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15794
af061d3e
DE
157952015-08-03 Doug Evans <dje@google.com>
15796
8e1afc81 15797 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
15798 (LOG_FILE_NAME): New global.
15799 (TextReporter.__init__): Initialize self.txt_sum.
15800 (TextReporter.report): Add support for multiple data-points.
15801 Move report to perftest.sum, put raw data in perftest.log.
15802 (TextReporter.start): Open sum and log files.
15803 (TextReporter.end): Close sum and log files.
8e1afc81
DE
15804 * gdb.perf/lib/perftest/testresult.py
15805 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 15806
2c8c5d37
PA
158072015-07-31 Pedro Alves <palves@redhat.com>
15808
15809 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15810 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15811 kill_wait_spawned_process instead of explicit "kill -9".
15812 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15813 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15814 kill_wait_spawned_process.
15815 * gdb.base/attach-twice.exp: Likewise.
15816 * gdb.base/attach.exp: Likewise.
15817 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15818 gdb_test_multiple.
15819 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15820 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15821 kill_wait_spawned_process.
15822 * gdb.base/valgrind-infcall.exp: Likewise.
15823 * gdb.multi/multi-attach.exp: Likewise.
15824 * gdb.python/py-prompt.exp: Likewise.
15825 * gdb.python/py-sync-interp.exp: Likewise.
15826 * gdb.server/ext-attach.exp: Likewise.
15827 * gdb.threads/attach-into-signal.exp (corefunc): Use
15828 spawn_wait_for_attach, spawn_id_get_pid and
15829 kill_wait_spawned_process.
15830 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15831 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15832 spawn_id_get_pid and kill_wait_spawned_process.
15833 * gdb.threads/attach-stopped.exp (corefunc): Use
15834 spawn_wait_for_attach, spawn_id_get_pid and
15835 kill_wait_spawned_process.
15836 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15837 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15838 kill_wait_spawned_process instead of explicit "kill -9".
15839 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15840 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15841 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15842 processes. Don't map cygwin/windows pids here. Now returns a
15843 spawn id list.
15844
032a0fca
SL
158452015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15846
15847 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15848 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15849 correct patch.
15850
61a934ca
SL
158512015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15852
15853 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15854
4bc4d428
SL
158552015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15856
15857 Reapply:
15858 2014-05-21 Mark Wielaard <mjw@redhat.com>
15859
15860 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15861
998d452a
PA
158622015-07-30 Pedro Alves <palves@redhat.com>
15863
15864 * linux-low.c (handle_extended_wait): Set the child's last
15865 reported status to TARGET_WAITKIND_STOPPED.
15866
69dde7dc
PA
158672015-07-30 Pedro Alves <palves@redhat.com>
15868
15869 PR threads/18600
15870 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15871 only shows inferior 1.
15872
4dd63d48
PA
158732015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15874 Pedro Alves <palves@redhat.com>
15875
15876 PR threads/18600
15877 * gdb.threads/fork-plus-threads.c: New file.
15878 * gdb.threads/fork-plus-threads.exp: New file.
15879
d618e4c5
PP
158802015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15881
15882 * gdb.base/batch-preserve-term-settings.exp
15883 (test_terminal_settings_preserved_after_cli_exit): Use
15884 send_quit_command.
15885
1eef6428
PA
158862015-07-29 Pedro Alves <palves@redhat.com>
15887 Don Breazeal <donb@codesourcery.com>
15888
15889 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15890 output from both inferior_spawn_id and gdb_spawn_id.
15891
7da5b897
SDJ
158922015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15893
15894 * gdb.threads/attach-into-signal.exp (corefunc): Use
15895 with_test_prefix on nested loops, uniquefying the test messages.
15896
dac804df
SDJ
158972015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15898
15899 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15900 commit.
15901
06265e53
PP
159022015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15903
15904 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15905 New proc.
15906 (test_terminal_settings_preserved_after_sigterm): New test.
15907
18206ca3
PP
159082015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15909
15910 * gdb.base/batch-preserve-term-settings.exp
15911 (test_terminal_settings_preserved_after_cli_exit): New test.
15912
90074d11
PP
159132015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15914
15915 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15916 manipulation of saved_gdbflags.
15917 (test_terminal_settings_preserved): Remove global declaration of
15918 the unused variable pagination_prompt. Remove manipulation of
15919 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15920 GDBFLAGS.
15921
eb1a7902
PA
159222015-07-29 Pedro Alves <palves@redhat.com>
15923
15924 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15925
8b75dd3b
PA
159262015-07-29 Pedro Alves <palves@redhat.com>
15927
15928 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15929 at the top.
15930
dedad4e3
PA
159312015-07-29 Pedro Alves <palves@redhat.com>
15932
15933 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15934 (main): Call gdb_unbuffer_output.
15935 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15936 (main): Call gdb_unbuffer_output.
15937 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15938 (main): Call gdb_unbuffer_output.
15939 * gdb.base/call-strs.exp: Adjust to step over the
15940 gdb_unbuffer_output call.
15941 * gdb.base/catch-gdb-caused-signals.c: Include
15942 "../lib/unbuffer_output.c".
15943 (main): Call gdb_unbuffer_output.
15944 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15945 (main): Call gdb_unbuffer_output.
15946 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15947 (main): Call gdb_unbuffer_output.
15948 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15949 (main): Call gdb_unbuffer_output.
15950 * gdb.base/shlib-call.exp: Adjust to step over the
15951 gdb_unbuffer_output call.
15952 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15953 (main): Call gdb_unbuffer_output.
15954 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15955 (main): Call gdb_unbuffer_output.
15956 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15957 (main): Rename to ...
15958 (test): ... this.
15959 (main): Reimplement.
15960 * gdb.base/varargs.exp: Run to test instead of to main.
15961 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15962 (main): Call gdb_unbuffer_output.
15963
58789a91
PA
159642015-07-29 Pedro Alves <palves@redhat.com>
15965
15966 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15967 factore out from mi_continue_dprintf. For call-style dprintfs,
15968 expect dprintf output out of $inferior_spawn_id.
15969 (mi_continue_dprintf): Use mi_expect_dprintf.
15970 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15971 (main): Call gdb_unbuffer_output.
15972
e8376742
PA
159732015-07-29 Pedro Alves <palves@redhat.com>
15974
15975 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15976 (default_mi_gdb_start): Set inferior_spawn_id instead of
15977 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15978 gdb_spawn_id.
15979 (mi_gdb_test): Always expect inferior output from both
15980 $inferior_spawn_id and $gdb_spawn_id.
15981
08280010
PA
159822015-07-29 Pedro Alves <palves@redhat.com>
15983
15984 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15985 send_inferior and $inferior_spawn_id.
15986
4d30e432
PA
159872015-07-29 Pedro Alves <palves@redhat.com>
15988
15989 * gdb.gdb/complaints.exp (test_initial_complaints)
15990 (test_serial_complaints, test_short_complaints): Use
15991 gdb_test_stdio.
15992 (test_empty_complaint): Handle $inferior_spawn_id !=
15993 $gdb_spawn_id.
15994
0d30a335
PA
159952015-07-29 Pedro Alves <palves@redhat.com>
15996
15997 * gdb.base/varargs.exp: Use gdb_test_stdio.
15998
39413b29
PA
159992015-07-29 Pedro Alves <palves@redhat.com>
16000
16001 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
16002
7cb000a9
PA
160032015-07-29 Pedro Alves <palves@redhat.com>
16004
16005 * gdb.base/ending-run.exp: Use gdb_test_stdio.
16006
d7b8ac82
PA
160072015-07-29 Pedro Alves <palves@redhat.com>
16008
16009 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
16010 parameter into two new parameters, "inf_result" and "gdb_result".
16011 Expect inferior output and gdb output from $inferior_spawn_id and
16012 $gdb_spawn_id, respectively. Adjust all callers.
16013
789c3a0c
PA
160142015-07-29 Pedro Alves <palves@redhat.com>
16015
16016 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
16017 of gdb_test_sequence.
16018
77e760c3
PA
160192015-07-29 Pedro Alves <palves@redhat.com>
16020
16021 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
16022 (saw_spurious_output): Expect inferior output from
16023 $inferior_spawn_id. Use gdb_test_stdio.
16024
8396d2cd
PA
160252015-07-29 Pedro Alves <palves@redhat.com>
16026
16027 * gdb.base/dprintf.exp: Use standard_testfile. Change
16028 prepare_for_testing call.
16029 (srcfile): Don't set.
16030 (restart): New procedure.
16031 (test_dprintf): New procecure, use to continue over dprintfs.
16032 (test_call, test_agent): New procedures, tests moved here.
16033 Restart gdb and recreate dprintfs. Adjust expected output.
16034
2051d61f
PA
160352015-07-29 Pedro Alves <palves@redhat.com>
16036
16037 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
16038
452397af
PA
160392015-07-29 Pedro Alves <palves@redhat.com>
16040
16041 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
16042
8aed9555
PA
160432015-07-29 Pedro Alves <palves@redhat.com>
16044
16045 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
16046 gdb_test_stdio.
16047
188a61b4
PA
160482015-07-29 Pedro Alves <palves@redhat.com>
16049
16050 * lib/gdb.exp (gdb_test_stdio): New procedure.
16051
12264a45
PA
160522015-07-29 Pedro Alves <palves@redhat.com>
16053
16054 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
16055
23ffc893
PA
160562015-07-29 Pedro Alves <palves@redhat.com>
16057
16058 * gdb.base/call-signal-resume.exp: Remove check for
16059 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
16060 * gdb.base/unwindonsignal.exp: Likewise.
16061 * gdb.base/call-signals.c (gen_signal): Remove printf call.
16062 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
16063
65566918
PA
160642015-07-29 Pedro Alves <palves@redhat.com>
16065
16066 * gdb.base/siginfo-addr.c (pass): New function.
16067 (handler): Call it iff si_addr is correct.
16068 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
16069 Set a breakpoint at "pass" and continue to it.
16070
d60a9221
SDJ
160712015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
16072
16073 * gdb.python/py-objfile.exp: Make some tests have unique names.
16074 * gdb.python/py-pp-registration.exp: Likewise.
16075
bde40b8f
PA
160762015-07-28 Pedro Alves <palves@redhat.com>
16077
16078 * gdb.server/server-exec-info.exp: Issue a "disconnect".
16079
13e1dec8
SM
160802015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16081
16082 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
16083
da33c9a7
SM
160842015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16085
16086 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
16087
077836f7
PP
160882015-07-27 Patrick Palka <patrick@parcs.ath.cx>
16089
16090 * gdb.base/gdb-sigterm-2.exp: New test.
16091
b8cc7b2e
DE
160922015-07-25 Doug Evans <xdje42@gmail.com>
16093
16094 Revert:
16095 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16096 (workers/%.worker, build-perf): New rule.
16097 (GDB_PERFTEST_MODE): New variable.
16098 (check-perf): Use it.
16099 (clean): Clean up gdb.perf parallel build subdirs.
16100 * lib/build-piece.exp: New file.
16101 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16102 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16103 name.
16104 (standard_temp_file): Ditto.
16105 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16106 of $GDB_PARALLEL.
16107
c8bd4544
DE
161082015-07-24 Doug Evans <dje@google.com>
16109
16110 * gdb.perf/lib/perftest/utils.py: New file.
16111 * gdb.perf/gm-hello.cc: New file.
16112 * gdb.perf/gm-pervasive-typedef.cc: New file.
16113 * gdb.perf/gm-pervasive-typedef.h: New file.
16114 * gdb.perf/gm-std.cc: New file.
16115 * gdb.perf/gm-std.h: New file.
16116 * gdb.perf/gm-use-cerr.cc: New file.
16117 * gdb.perf/gm-utils.h: New file.
16118 * gdb.perf/gmonster-null-lookup.py: New file.
16119 * gdb.perf/gmonster-pervasive-typedef.py: New file.
16120 * gdb.perf/gmonster-print-cerr.py: New file.
16121 * gdb.perf/gmonster-ptype-string.py: New file.
16122 * gdb.perf/gmonster-runto-main.py: New file.
16123 * gdb.perf/gmonster-select-file.py: New file.
16124 * gdb.perf/gmonster1-null-lookup.exp: New file.
16125 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
16126 * gdb.perf/gmonster1-print-cerr.exp: New file.
16127 * gdb.perf/gmonster1-ptype-string.exp: New file.
16128 * gdb.perf/gmonster1-runto-main.exp: New file.
16129 * gdb.perf/gmonster1-select-file.exp: New file.
16130 * gdb.perf/gmonster1.cc: New file.
16131 * gdb.perf/gmonster1.exp: New file.
16132 * gdb.perf/gmonster2-null-lookup.exp: New file.
16133 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
16134 * gdb.perf/gmonster2-print-cerr.exp: New file.
16135 * gdb.perf/gmonster2-ptype-string.exp: New file.
16136 * gdb.perf/gmonster2-runto-main.exp: New file.
16137 * gdb.perf/gmonster2-select-file.exp: New file.
16138 * gdb.perf/gmonster2.cc: New file.
16139 * gdb.perf/gmonster2.exp: New file.
16140
6eab34f3
DE
161412015-07-24 Doug Evans <dje@google.com>
16142
16143 * gdb.perf/README: New file.
16144 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
16145 * lib/gen-perf-test.exp: New file.
16146
63738bfd
DE
161472015-07-24 Doug Evans <dje@google.com>
16148
16149 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
16150 (PerfTest::startup): New function.
16151 (PerfTest::run): Return result of calling body.
16152 (PerfTest::assemble): Rewrite.
16153 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16154 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16155 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16156 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16157 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16158
7b606f95
DE
161592015-07-24 Doug Evans <dje@google.com>
16160
16161 * lib/gdb.exp (clean_restart): Make executable optional.
16162
a97b16b8
DE
161632015-07-24 Doug Evans <dje@google.com>
16164
16165 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16166 compiler_info references.
16167 * gdb.cp/temargs.exp: Ditto.
16168 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16169 (get_compiler_info): Early exit if already computed. Set compiler_info
16170 to "unknown" if there was a problem.
16171 (test_compiler_info): Add function comment. Call get_compiler_info.
16172
35baa57f
DE
161732015-07-24 Doug Evans <dje@google.com>
16174
16175 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16176 (workers/%.worker, build-perf): New rule.
16177 (GDB_PERFTEST_MODE): New variable.
16178 (check-perf): Use it.
16179 (clean): Clean up gdb.perf parallel build subdirs.
16180 * lib/build-piece.exp: New file.
16181 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16182 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16183 name.
16184 (standard_temp_file): Ditto.
16185 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16186 of $GDB_PARALLEL.
16187
6ebea266
DE
161882015-07-24 Doug Evans <dje@google.com>
16189
16190 * lib/future.exp (gdb_default_target_compile): New option
16191 "early_flags".
16192 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16193 --as-needed.
16194
1e76a7e9
SDJ
161952015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16196
16197 * gdb.base/catch-syscall.exp: Call gdb_exit before
16198 gdb_skip_xml_test.
16199
5068630a
PA
162002015-07-24 Pedro Alves <palves@redhat.com>
16201
16202 * gdb.python/py-events.exp: Accept output between the stop event
16203 and the prompt.
16204 * gdb.python/py-evsignal.exp: Likewise.
16205 * gdb.python/py-evthreads.exp: Likewise.
16206
77598427
PA
162072015-07-24 Pedro Alves <palves@redhat.com>
16208
16209 PR gdb/18717
16210 * gdb.threads/non-ldr-exit.c: New file.
16211 * gdb.threads/non-ldr-exit.exp: New file.
16212
11e6c98f
YQ
162132015-07-24 Yao Qi <yao.qi@linaro.org>
16214
16215 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16216 restarting process.
16217
51aee833
YQ
162182015-07-24 Yao Qi <yao.qi@linaro.org>
16219
16220 * gdb.server/ext-restart.exp: New file.
16221
8cfe207c
YQ
162222015-07-24 Yao Qi <yao.qi@linaro.org>
16223
16224 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16225 argument options.
16226 * gdb.server/ext-wrapper.exp: New file.
16227
cc12ce38
DE
162282015-07-23 Doug Evans <dje@google.com>
16229
16230 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16231 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16232
d0d84780
PMR
162332015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16234
16235 * gdb.ada/var_arr_typedef.exp: New testcase.
16236 * gdb.ada/var_arr_typedef/pack.adb: New file.
16237 * gdb.ada/var_arr_typedef/pack.ads: New file.
16238 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16239
8b558f79
JB
162402015-07-20 Joel Brobecker <brobecker@adacore.com>
16241
16242 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16243
775a3298
JK
162442015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16245
16246 * gdb.arch/i386-biarch-core.exp: Replace istarget
16247 by "complete set gnutarget". Remove expectation for the "core-file"
16248 command.
16249
db1ff28b
JK
162502015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16251
16252 Revert the previous commit:
16253 Tests for validate symbol file using build-id.
16254
0a94970d
JK
162552015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16256
16257 Tests for validate symbol file using build-id.
16258 * gdb.base/solib-mismatch-lib.c: New file.
16259 * gdb.base/solib-mismatch-libmod.c: New file.
16260 * gdb.base/solib-mismatch.c: New file.
16261 * gdb.base/solib-mismatch.exp: New file.
16262
03346981
SL
162632015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16264
16265 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16266 nios2-*-linux*.
16267 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16268 * gdb.base/siginfo.exp: Likewise.
16269 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16270
42422cc7
PL
162712015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16272
16273 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16274 Move it to ...
16275 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16276 ... here.
16277 * gdb.trace/range-stepping.exp: Check that the target supports
16278 range stepping.
16279
cfa68bae
JK
162802015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16281
16282 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16283
8ffdba26
PA
162842015-07-14 Pedro Alves <palves@redhat.com>
16285
16286 * gdb.base/killed-outside.exp: New file.
16287 * gdb.base/killed-outside.c: New file.
16288
218a5a11
JK
162892015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16290
16291 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16292 (n at main): New.
16293 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16294
e03ed3c6
AA
162952015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16296
16297 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16298 infcall tests instead of setting up for KFAIL.
16299
485668e5
MM
163002015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16301
16302 * gdb.btrace/record_goto-step.exp: New.
16303
08464196
JK
163042015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16305
16306 PR compile/18484
16307 * gdb.compile/compile.c (struct struct_type): Add volatile to
16308 selffield's type.
16309 * gdb.compile/compile.exp
16310 (compile code struct_object.selffield = &struct_object): Skip further
16311 struct_object tests if this one xfails.
16312
bcf5c1d9
RC
163132015-07-08 Robert O'Callahan <robert@ocallahan.org>
16314
16315 PR exp/18617
16316 * gdb.trace/ax.exp: Add test.
16317
4931af25
YQ
163182015-07-07 Yao Qi <yao.qi@linaro.org>
16319
16320 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16321 instead of istarget "aarch64*-*-*".
16322 * gdb.arch/aarch64-fp.exp: Likewise.
16323 * gdb.base/float.exp: Likewise.
16324 * gdb.reverse/aarch64.exp: Likewise.
16325 * lib/gdb.exp (is_aarch64_target): New proc.
16326
9fcf688e
YQ
163272015-07-07 Yao Qi <yao.qi@linaro.org>
16328
16329 * lib/gdb.exp (is_aarch32_target): New proc.
16330 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16331 instead of "istarget "arm*-*-*"".
16332 * gdb.arch/arm-disp-step.exp: Likewise.
16333 * gdb.arch/thumb-bx-pc.exp: Likewise.
16334 * gdb.arch/thumb-prologue.exp: Likewise.
16335 * gdb.arch/thumb-singlestep.exp: Likewise.
16336 * gdb.base/disp-step-syscall.exp: Likewise.
16337 * gdb.base/float.exp: Likewise.
16338
fbd8d50d
YQ
163392015-07-07 Yao Qi <yao.qi@linaro.org>
16340
16341 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16342 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16343
71be1fdc
YQ
163442015-07-07 Yao Qi <yao.qi@linaro.org>
16345
16346 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16347 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16348 if it exists.
16349 * gdb.multi/multi-arch.exp: Likewise.
16350
3e221d36
SM
163512015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16352
16353 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16354 print.
16355
d441430b
YQ
163562015-07-07 Yao Qi <yao.qi@linaro.org>
16357
16358 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16359
06f810bd
MG
163602015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16361
16362 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16363 '[' and ']' characters.
16364
5e61e7c0
IB
163652015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16366
16367 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16368
28bf096c
PA
163692015-06-29 Pedro Alves <palves@redhat.com>
16370
16371 PR threads/18127
16372 * gdb.threads/hand-call-new-thread.c: New file.
16373 * gdb.threads/hand-call-new-thread.c: New file.
16374
ee93cd5e
KS
163752015-06-26 Keith Seitz <keiths@redhat.com>
16376 Doug Evans <dje@google.com>
16377
16378 PR 16253
16379 * gdb.cp/var-tag-2.cc: New file.
16380 * gdb.cp/var-tag-3.cc: New file.
16381 * gdb.cp/var-tag-4.cc: New file.
16382 * gdb.cp/var-tag.cc: New file.
16383 * gdb.cp/var-tag.exp: New file.
16384
fc637f04
PP
163852015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16386
16387 * gdb.base/history-duplicates.exp: New test.
16388
2e52ae68
PP
163892015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16390
16391 * gdb.base/completion.exp: Test the completion of the "focus"
16392 command.
16393
6e22494e
JK
163942015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16395
16396 * gdb.arch/amd64-prologue-skip.S: New file.
16397 * gdb.arch/amd64-prologue-skip.exp: New file.
16398
bf7b9cd9
SM
163992015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16400
16401 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16402 is_address_zero_readable check.
16403
201e8dfd
PB
164042015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16405
16406 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16407 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16408
5cd867b4
YQ
164092015-06-24 Yao Qi <yao.qi@linaro.org>
16410
16411 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16412 linux targets.
16413
4d7be007
YQ
164142015-06-24 Yao Qi <yao.qi@linaro.org>
16415
16416 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16417 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16418 * gdb.base/siginfo-thread.exp: Likewise.
16419
07fcd301
YQ
164202015-06-22 Yao Qi <yao.qi@linaro.org>
16421
16422 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16423
52042a00
YQ
164242015-06-22 Yao Qi <yao.qi@linaro.org>
16425
16426 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16427 aarch64*-*-*.
16428 (skip_hw_watchpoint_tests): Likewise.
16429
74bd41ce
PP
164302015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16431
16432 * gdb.base/gdbinit-history.exp: Test the interaction between
16433 setting GDBHISTSIZE and setting the history size via .gdbinit.
16434
bc460514
PP
164352015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16436
16437 PR gdb/16999
16438 * gdb.base/gdbhistsize-history.exp: New test.
16439
b58c513b
PP
164402015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16441
16442 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16443 with GDBHISTSIZE.
16444 * gdb.base/readline.exp: Likewise.
16445
92046791
YQ
164462015-06-17 Yao Qi <yao.qi@linaro.org>
16447
16448 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16449 line.
16450
2093d2d3
PP
164512015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16452
16453 * gdb.base/gdbinit-history.exp: Add test case to check that
16454 an unlimited history file does not get truncated on exit.
16455
e6c693af
AA
164562015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16457
16458 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16459 (VECTOR): New macro. Use it...
16460 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16461 ...for these typedefs.
16462 (int8, char1, int1, double1): New typedefs.
16463 (struct just_int2, struct two_int2): New structures.
16464 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16465 (add_structvecs, add_singlevecs): New functions.
16466 (main): Call add_some_intvecs twice.
16467 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16468 the compile and exit upon failure. Try compiling for the "native"
16469 architecture. Test inferior function calls with vector arguments
16470 and vector return value handling with "finish" and "return".
16471
c74f7d1c
JT
164722015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16473
16474 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16475 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16476 PE file.
16477 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16478
98aa42ee
AT
164792015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16480
16481 PR breakpoints/16465
16482 * gdb.mi/mi-dprintf-pending.c: New file.
16483 * gdb.mi/mi-dprintf-pending.exp: New test.
16484 * gdb.mi/mi-dprintf-pendshr.c: New file.
16485
7d73c23c 164862015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 16487 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
16488
16489 * gdb.arch/i386-mpx-map.c: New file.
16490 * gdb.arch/i386-mpx-map.exp: New File.
16491
164922015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16493
16494 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16495 * gdb.arch/i386-mpx.exp: Indentation fixed.
16496
164972015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16498
16499 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16500 function and improved indentation.
16501 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16502 gdb_test_multiple. Added additional tests to skip the test.
16503
165042015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16505
16506 * gdb.arch/i386-avx512.c: Change path in include file.
16507 * gdb.arch/i386-avx512.exp: Change include dir path
16508 compilation flag.
16509 * gdb.arch/i386-mpx.c: Change path in include file.
16510 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16511 flag.
16512
d5eba19a
JK
165132015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16514
16515 * gdb.compile/compile-print.exp (compile print *vararray@3)
16516 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16517
7f361056
JK
165182015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16519
16520 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16521 (do not keep jit in memory): ... this.
16522 (expect 5): Change it to ...
16523 (expect no 5): ... this.
16524
3b462ec2
SM
165252015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16526
16527 PR gdb/15564
16528 * gdb.mi/mi-detach.exp: New file.
16529
e0619de6
JK
165302015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16531
16532 PR symtab/18392
16533 * gdb.arch/amd64-tailcall-self.S: New file.
16534 * gdb.arch/amd64-tailcall-self.c: New file.
16535 * gdb.arch/amd64-tailcall-self.exp: New file.
16536
e970cb34
DB
165372015-05-28 Don Breazeal <donb@codesourcery.com>
16538
16539 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16540 tests for remote targets by checking is_target_gdbserver.
16541
b2e2f908
DE
165422015-05-27 Doug Evans <dje@google.com>
16543
16544 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16545 * gdb.dwarf2/opaque-type-lookup.c: New file.
16546 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16547
82c7be31
DE
165482015-05-26 Doug Evans <dje@google.com>
16549
16550 * gdb.cp/iostream.cc: New file.
16551 * gdb.cp/iostream.exp: New file.
16552
b4f54984
DE
165532015-05-26 Doug Evans <dje@google.com>
16554
16555 * gdb.dwarf2/dw2-op-call.exp: Update.
16556 * gdb.dwarf2/dw4-sig-types.exp: Update.
16557 * gdb.dwarf2/implptr.exp: Update.
16558 * gdb.mi/mi-cmd-param-changed.exp: Update.
16559
4ea6efe9
DE
165602015-05-26 Doug Evans <dje@google.com>
16561
16562 * gdb.python/py-lazy-string.c: New file.
16563 * gdb.python/py-lazy-string.exp: New file.
16564 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16565 (main): Update. Add estring3.
16566 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16567 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16568
f6bb7db3
YQ
165692015-05-26 Omair Javaid <omair.javaid@linaro.org>
16570 Yao Qi <yao.qi@linaro.org>
16571
16572 * gdb.reverse/aarch64.c: New.
16573 * gdb.reverse/aarch64.exp: New.
16574
a81bfbd0
OJ
165752015-05-26 Omair Javaid <omair.javaid@linaro.org>
16576
25d49b86
PA
16577 * lib/gdb.exp (supports_process_record): Return true for
16578 aarch64*-linux*.
a81bfbd0
OJ
16579 (supports_reverse): Likewise.
16580
158bf1b4
PP
165812015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16582
16583 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16584 Use with_test_prefix.
16585
a0145030
AB
165862015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16587
16588 * gdb.base/completion.exp: Add test for completion of layout
16589 names.
16590
ebe3b578
AB
165912015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16592
16593 * lib/gdb.exp (skip_tui_tests): New proc.
16594 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16595
84204ed7
PA
165962015-05-19 Pedro Alves <palves@redhat.com>
16597
16598 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16599 Save the whole env array instead of just HOME. Unset HISTSIZE in
16600 the environment while testing. Restore whole environment
16601 afterwards.
16602
37442ce1
DE
166032015-05-16 Doug Evans <xdje42@gmail.com>
16604
16605 * gdb.guile/scm-ports.c: New file.
16606 * gdb.guile/scm-ports.exp: Add memory port tests.
16607
36de76f9
JK
166082015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16609
16610 * gdb.compile/compile-print.c: New file.
16611 * gdb.compile/compile-print.exp: New file.
16612
3a9558c4
JK
166132015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16614
16615 * gdb.compile/compile-ops.exp: Cast param to void.
16616 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16617 (compile code struct_object.selffield = &struct_object): Add xfail.
16618
aa715135
JG
166192015-05-15 Joel Brobecker <brobecker@adacore.com>
16620
16621 * gdb.ada/arr_enum_with_gap: New testcase.
16622
931e5bc3
JG
166232015-05-15 Joel Brobecker <brobecker@adacore.com>
16624
16625 * gdb.ada/byte_packed_arr: New testcase.
16626
9cd4d857
JB
166272015-05-15 Joel Brobecker <brobecker@adacore.com>
16628
16629 * gdb.ada/pckd_neg: New testcase.
16630
ebfd00d2
PP
166312015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16632
16633 PR gdb/17820
16634 * gdb.base/gdbinit-history.exp: New test.
16635 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16636 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16637
4c082a81
SC
166382015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16639
16640 * gdb.python/py-xmethods.cc: Enhance test case.
16641 * gdb.python/py-xmethods.exp: New tests.
16642 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16643 function.
16644 (B_indexoper): Likewise.
16645 (global_dm_list) : Add new xmethod worker functions.
16646
f7797074
SDJ
166472015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16648
16649 * gdb.base/coredump-filter.exp: Correctly unset
16650 "coredump_var_addr" array.
16651
a4674e4e
PA
166522015-05-08 Pedro Alves <palves@redhat.com>
16653
16654 * gdb.server/non-existing-program.exp: Unset spawn_id.
16655
df2eb078
SC
166562015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16657
16658 PR python/18291
16659 * gdb.python/py-xmethods.exp: Add tests.
16660
422349a3
YQ
166612015-05-08 Yao Qi <yao.qi@linaro.org>
16662
16663 PR gdb/18208
16664 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16665 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16666 function set_coredump_filter, and remove remote_exec call.
16667 Remove argument ipid. Callers update.
16668 (top level): Don't get inferior's PID.
16669
63fc80ce
AA
166702015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16671
16672 * gdb.base/watch_thread_num.exp: Skip test on targets without
16673 access watchpoints.
16674
80ad801e
PA
166752015-05-06 Pedro Alves <palves@redhat.com>
16676
16677 PR server/18081
16678 * gdb.server/non-existing-program.exp: New file.
16679
0fa7fe50
JB
166802015-05-05 Joel Brobecker <brobecker@adacore.com>
16681
16682 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16683
3ea89b92
PMR
166842015-05-05 Joel Brobecker <brobecker@adacore.com>
16685
16686 * gdb.ada/out_of_line_in_inlined: New testcase.
16687
87b8eff0
JB
166882015-05-05 Joel Brobecker <brobecker@adacore.com>
16689
16690 * gdb.ada/var_rec_arr: New testcase.
16691
5fccc635
YQ
166922015-04-30 Yao Qi <yao.qi@linaro.org>
16693
16694 * gdb.base/break-idempotent.exp: If
16695 skip_hw_watchpoint_multi_tests returns true, skip the tests
16696 on "rwatch" and "awatch".
16697
42d38f42
YQ
166982015-04-30 Yao Qi <yao.qi@linaro.org>
16699
16700 * gdb.base/relativedebug.exp: Invoke gdb command
16701 "info sharedlibrary", and if libc.so doesn't have debug info,
16702 skip the test.
16703
2ce1cdbf
DE
167042015-04-29 Doug Evans <dje@google.com>
16705
16706 * gdb.python/py-xmethods.exp: Add ptype tests.
16707 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16708 get_result_type method.
16709
f24a38c5
LM
167102015-04-29 Luis Machado <lgustavo@codesourcery.com>
16711
16712 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16713 the target does not support hardware watchpoints.
16714
ecbf2b3c
LM
167152015-04-29 Luis Machado <lgustavo@codesourcery.com>
16716
16717 * gdb.base/break-always.exp: Abort testing if writing to memory
16718 causes an error.
16719
34f5f757
DE
167202015-04-28 Doug Evans <dje@google.com>
16721
16722 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16723 * gdb.python/py-pp-registration.exp: ... here. New file.
16724 * gdb.python/py-pp-registration.c: New file.
16725 * gdb.python/py-pp-registration.py: New file.
16726
69b4374a
DE
167272015-04-28 Doug Evans <dje@google.com>
16728
16729 * gdb.python/py-bad-printers.c: New file.
16730 * gdb.python/py-bad-printers.py: New file.
16731 * gdb.python/py-bad-printers.exp: New file.
16732
59fb7612
SS
167332015-04-28 Sasha Smundak <asmundak@google.com>
16734
16735 * gdb.python/py-type.exp: New test.
16736
2631b16a
AW
167372015-04-28 Andy Wingo <wingo@igalia.com>
16738
16739 * gdb.python/py-parameter.exp:
16740 * gdb.guile/scm-parameter.exp: Escape the path that we are
16741 matching against, as it might contain characters that are special
16742 to regular expressions.
16743
460efde1
JB
167442015-04-27 Joel Brobecker <brobecker@adacore.com>
16745
16746 * gdb.ada/rec_comp: New testcase.
16747
2d369d8e
SDJ
167482015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16749
16750 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16751 before using it.
16752
cf75d6c3
AB
167532015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16754
16755 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16756 new tests for verilog output.
16757
8dbe7ca5
YQ
167582015-04-24 Yao Qi <yao.qi@linaro.org>
16759
16760 * boards/remote-gdbserver-on-localhost.exp: New file.
16761
4ef9fb2f
PA
167622015-04-23 Pedro Alves <palves@redhat.com>
16763
16764 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16765 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16766 "end of file", remove $inferior_spawn_id from the indirect list.
16767
0a803169
PA
167682015-04-23 Pedro Alves <palves@redhat.com>
16769
16770 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16771
749ef8f8
PA
167722015-04-23 Pedro Alves <palves@redhat.com>
16773
16774 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16775 on $any_spawn_id instead of only on $gdb_spawn_id.
16776
8aae4344
PM
167772015-04-21 Pierre Muller <muller@sourceware.org>
16778
16779 PR pascal/17815
16780 * lib/pascal.exp (gpc_compile): Add new option "class".
16781 (fpc_compile): Likewise.
16782 * gdb.pascal/case-insensitive-symbols.pas: New file.
16783 * gdb.pascal/case-insensitive-symbols.exp: New file.
16784
1586c8fb
GB
167852015-04-20 Gary Benson <gbenson@redhat.com>
16786
16787 * gdb.base/attach.exp: Fix three extended remote failures.
16788
1b6e6f5c
GB
167892015-04-17 Gary Benson <gbenson@redhat.com>
16790
16791 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16792 the main executable over the remote protocol.
16793
e797481d
PA
167942015-04-16 Pedro Alves <palves@redhat.com>
16795
16796 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16797 a new gdbserver if gdbserver_reconnect_p is set.
16798
1ca99c42
PA
167992015-04-16 Pedro Alves <palves@redhat.com>
16800
16801 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16802 is set, don't exit gdbserver.
16803
af9fd6f8
AA
168042015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16805
16806 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16807 appropriate .insn, such that an older assembler can be used.
16808 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16809 the z/Architecture instruction set on 31-bit targets as well.
16810
04ff1e61
AA
168112015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16812
16813 * gdb.go/handcall.exp: Remove all logic related to the first
16814 breakpoint and rely on go_runto_main instead.
16815 * gdb.go/strings.exp: Likewise.
16816 * gdb.go/unsafe.exp: Likewise.
16817 * gdb.go/hello.exp: Likewise. Also rename the remaining
16818 breakpoint marker to "breakpoint 1".
16819 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16820 * gdb.go/strings.go: Likewise.
16821 * gdb.go/unsafe.go: Likewise.
16822 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16823 "set breakpoint 2 here" and rename the remaining breakpoint marker
16824 to "breakpoint 1".
16825
40d2f8d6
SM
168262015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16827
16828 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16829 if itertools.imap is not present.
16830 * gdb.python/py-objfile.exp: Add parentheses.
16831 * gdb.python/py-type.exp: Same.
16832 * gdb.python/py-unwind-maint.py: Same.
16833
8cbc97c6
YQ
168342015-04-15 Yao Qi <yao.qi@linaro.org>
16835
16836 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16837 of ":$ptr_size" and set its form explicitly.
16838
45fd756c
YQ
168392015-04-15 Pedro Alves <palves@redhat.com>
16840 Yao Qi <yao.qi@linaro.org>
16841
16842 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16843 timeout by factor of 4.
16844 (test_regular_watch): Likewise.
16845 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16846 * gdb.reverse/sigall-reverse.exp: Likewise.
16847 * gdb.reverse/until-precsave.exp: Likewise.
16848 * lib/gdb.exp (with_timeout_factor): New proc.
16849 (gdb_expect): Move some code to ...
16850 (get_largest_timeout): ... here. New procedure.
16851
9e811bc3
LM
168522015-04-14 Luis Machado <lgustavo@codesourcery.com>
16853
16854 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16855
0ff6fcb2
LM
168562015-04-13 Luis Machado <lgustavo@codesourcery.com>
16857
16858 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16859 to write to the .text section.
16860
7578d5f7
LM
168612015-04-13 Luis Machado <lgustavo@codesourcery.com>
16862
16863 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16864 Handle the case of targets that do not provide PID information.
16865
2efe15c4
YQ
168662015-04-13 Yao Qi <yao.qi@linaro.org>
16867
16868 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16869 and use expect instead of gdb_expect.
16870
8cd8f2f8
SDJ
168712015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16872
16873 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16874 "coredump_var_addr" to avoid naming conflict with other testcases.
16875
9ee41772
PA
168762015-04-10 Pedro Alves <palves@redhat.com>
16877
16878 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16879 gdb_test_sequence and gdb_assert.
16880
07473109
PA
168812015-04-10 Pedro Alves <palves@redhat.com>
16882
16883 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16884 test messages that don't include the breakpoint address.
16885
de3db44c
YQ
168862015-04-10 Yao Qi <yao.qi@linaro.org>
16887
16888 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16889 false for some offset and width combinations which aren't
16890 supported by linux kernel.
16891
c79d856c
PA
168922015-04-10 Pedro Alves <palves@redhat.com>
16893
16894 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16895 procedure, factored out from ...
16896 (top level): ... here. Add "set displaced-stepping" testing axis.
16897 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16898 parameter "displaced". Use it.
16899 (top level): Use foreach and add "set displaced-stepping" testing
16900 axis.
16901
ebc90b50
PA
169022015-04-10 Pedro Alves <palves@redhat.com>
16903
16904 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16905 Remove comment.
16906 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16907 both the address of the instruction that triggers the watchpoint
16908 and the address of the instruction immediately after, and use
16909 those addresses for the test. Fix comment.
16910
8f572e5c
PA
169112015-04-10 Pedro Alves <palves@redhat.com>
16912
16913 * gdb.base/sigstep.exp (breakpoint_to_handler)
16914 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16915 Test "backtrace" in handler.
16916 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16917 (top level): Add new "displaced" test axis to
16918 breakpoint_to_handler, breakpoint_to_handler_entry and
16919 breakpoint_over_handler.
16920
8d707a12
PA
169212015-04-10 Pedro Alves <palves@redhat.com>
16922
16923 PR gdb/18216
16924 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16925
ef713951
YQ
169262015-04-10 Yao Qi <yao.qi@linaro.org>
16927
16928 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16929 (test_add_rn_pc): New function.
16930 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16931 (top level): Invoke test_add_rn_pc.
16932
906d60cf
PA
169332015-04-10 Pedro Alves <palves@redhat.com>
16934
16935 PR gdb/13858
16936 * gdb.base/step-over-no-symbols.exp: New file.
16937
f2983cc3
AW
169382015-04-09 Andy Wingo <wingo@igalia.com>
16939
16940 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16941 after the Python tests.
16942
6d62641c
SDJ
169432015-04-08 Keith Seitz <keiths@redhat.com>
16944
16945 PR python/16699
16946 * gdb.python/py-completion.exp: New tests for completion.
16947 * gdb.python/py-completion.py (CompleteLimit1): New class.
16948 (CompleteLimit2): Likewise.
16949 (CompleteLimit3): Likewise.
16950 (CompleteLimit4): Likewise.
16951 (CompleteLimit5): Likewise.
16952 (CompleteLimit6): Likewise.
16953 (CompleteLimit7): Likewise.
16954
f3770638
PA
169552015-04-08 Pedro Alves <palves@redhat.com>
16956
16957 PR gdb/18214
16958 PR gdb/18216
16959 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16960 function.
16961 (main): Install it as SIGUSR1 handler.
16962 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16963 parameter. Always use "setup" as prefix. Toggle "set
16964 displaced-stepping" off/on depending on global. Don't switch to
16965 thread 1 here.
16966 (top level): Add displaced stepping "off/on" test axis. Update
16967 "setup" calls. Wrap each subtest with with_test_prefix. Test
16968 continuing with a queued signal in each thread.
16969
4496bed7
PA
169702015-04-08 Pedro Alves <palves@redhat.com>
16971
16972 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16973 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16974 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16975 Return early if running to main fails.
16976 * gdb.trace/while-stepping.exp: Likewise.
16977
b97fde92
PA
169782015-04-07 Pedro Alves <palves@redhat.com>
16979
16980 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16981 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16982 interact with inferior program.
16983
f71c18e7
PA
169842015-04-07 Pedro Alves <palves@redhat.com>
16985
16986 * lib/gdb.exp (inferior_spawn_id): New global.
16987 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16988 spawn id after processing the user code.
16989 (default_gdb_start): Set inferior_spawn_id.
16990 (send_inferior): New procedure.
16991 * lib/gdbserver-support.exp (gdbserver_start): Set
16992 inferior_spawn_id.
16993 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16994
6423214f
PA
169952015-04-07 Pedro Alves <palves@redhat.com>
16996
16997 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16998 * lib/gdbserver-support.exp (gdbserver_start): Make
16999 $server_spawn_id global.
17000 (gdbserver_start): Don't wait for gdbserver's spawn id with
17001 expect_background.
17002 (close_gdbserver): New procedure.
17003 (gdb_exit): Rename the default version and reimplement.
17004
71c0ee8c
PA
170052015-04-07 Pedro Alves <palves@redhat.com>
17006
72f4393d 17007 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
17008 append the substituted item, not the original item.
17009
203bc29b
PA
170102015-04-07 Pedro Alves <palves@redhat.com>
17011
17012 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
17013 gdb_expect.
17014
508a3ddf
PA
170152015-04-07 Pedro Alves <palves@redhat.com>
17016
17017 * gdb.base/interrupt.exp: Don't handle the case of the inferior
17018 output appearing once only.
17019
9f6dbe2b
PA
170202015-04-07 Pedro Alves <palves@redhat.com>
17021
17022 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
17023 that doesn't expect anything. Return early if running to main
17024 fails.
17025
337532fa
YQ
170262015-04-07 Yao Qi <yao.qi@linaro.org>
17027
17028 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
17029 (child_function): Call alarm.
17030 (main): Move call to alarm into the loop.
17031 * gdb.threads/non-stop-fair-events.exp: Build program with
17032 -DTIMEOUT=$timeout.
17033
01b622d4
DE
170342015-04-06 Doug Evans <xdje42@gmail.com>
17035
17036 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
17037 Fix dest parameter to board_info.
17038 (fpc_compile): Ditto.
17039 (gdb_compile_pascal): Rename dest arg to destfile.
17040
961f4160
PMR
170412015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
17042
17043 * gdb.ada/funcall_ref.exp: New file.
17044 * gdb.ada/funcall_ref/foo.adb: New file.
17045
cafda597
YQ
170462015-04-02 Yao Qi <yao.qi@linaro.org>
17047
17048 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
17049 is remote.
17050
fed040c6
GB
170512015-04-02 Gary Benson <gbenson@redhat.com>
17052
17053 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
17054
d11916aa
SS
170552015-04-01 Sasha Smundak <asmundak@google.com>
17056
17057 * gdb.python/py-unwind-maint.c: New file.
17058 * gdb.python/py-unwind-maint.exp: New test.
17059 * gdb.python/py-unwind-maint.py: New file.
17060 * gdb.python/py-unwind.c: New file.
17061 * gdb.python/py-unwind.exp: New test.
17062 * gdb.python/py-unwind.py: New test.
17063
a1471180
PA
170642015-04-01 Pedro Alves <palves@redhat.com>
17065
17066 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
17067 to fail instead of non-existent $test.
17068
0bbeccb1
PA
170692015-04-01 Pedro Alves <palves@redhat.com>
17070
17071 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
17072 GDBFLAGS if not empty.
17073
3c724c8c
PMR
170742015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
17075
17076 * gdb.ada/complete.exp: Remove "multi_line".
17077 * gdb.ada/info_exc.exp: Remove "multi_line".
17078 * gdb.ada/packed_tagged.exp: Remove "multi_line".
17079 * gdb.ada/ptype_field.exp: Remove "multi_line".
17080 * gdb.ada/sym_print_name.exp: Remove "multi_line".
17081 * gdb.ada/tagged.exp: Remove "multi_line".
17082 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
17083 [multi_line ...]
17084 * gdb.btrace/delta.exp: Likewise.
17085 * gdb.btrace/exception.exp: Likewise.
17086 * gdb.btrace/function_call_history.exp: Likewise.
17087 * gdb.btrace/instruction_history.exp: Likewise.
17088 * gdb.btrace/nohist.exp: Likewise.
17089 * gdb.btrace/record_goto.exp: Likewise.
17090 * gdb.btrace/segv.exp: Likewise.
17091 * gdb.btrace/stepi.exp: Likewise.
17092 * gdb.btrace/tailcall.exp: Likewise.
17093 * gdb.btrace/unknown_functions.exp: Likewise.
17094 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
17095 * lib/gdb.exp: Add the "multi_line" helper.
17096
4eec2deb
PA
170972015-04-01 Pedro Alves <palves@redhat.com>
17098
17099 * gdb.threads/tid-reuse.c: New file.
17100 * gdb.threads/tid-reuse.exp: New file.
17101
df8411da
SDJ
171022015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
17103
17104 PR corefiles/16092
17105 * gdb.base/coredump-filter.c: New file.
17106 * gdb.base/coredump-filter.exp: Likewise.
17107
6ef37366
PM
171082015-03-27 Petr Machata <pmachata@redhat.com>
17109
17110 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
17111 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
17112 (Dwarf::assemble): Initialize them.
17113 (Dwarf::lines): New function.
17114
7ec911b0
JT
171152015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
17116
17117 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
17118 SYMBOL_PREFIX for x86_64-*-cygwin.
17119
ff908ebf
AW
171202015-03-26 Andy Wingo <wingo@igalia.com>
17121
17122 PR symtab/18148
17123 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
17124 const_value but not a location.
17125 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
17126 location defined in non-main CUs are visible.
17127
6d5f0679
YQ
171282015-03-26 Yao Qi <yao.qi@linaro.org>
17129
17130 PR testsuite/18139
17131 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
17132 Add a line number entry for the same line.
17133 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
17134 Add a line number entry for the same line.
17135
2898689b
YQ
171362015-03-26 Yao Qi <yao.qi@linaro.org>
17137
17138 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
17139 .int 0.
17140 (func): Likewise. Add .Lfunc_1 label.
17141 Use .Lfunc_1 label.
17142 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
17143 .int 0.
17144 (func): Likewise.
17145 Use .Lfunc_1 label.
17146
85180498
YQ
171472015-03-26 Yao Qi <yao.qi@linaro.org>
17148
17149 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
17150 Call gdb_compile instead to compile each .s files without debug
17151 information.
17152
8aa08a8d
YQ
171532015-03-26 Yao Qi <yao.qi@linaro.org>
17154
17155 * gdb.base/savedregs.exp (process_saved_regs): Make
17156 "Saved registers:" optional in the pattern.
17157
66849923
MM
171582015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17159
17160 * gdb.btrace/next.exp: Merged into step.exp.
17161 * gdb.btrace/finish.exp: Merged into step.exp.
17162 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17163 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17164 "record goto" and checking the exact replay position.
17165 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17166 check for "Recording format" in "info record" output.
17167 * gdb.btrace/record_goto.exp: Choose test file based on target.
17168 * gdb.btrace/x86-record_goto.S: Renamed into ...
17169 * gdb.btrace/x86_64-record_goto.S: ... this.
17170 * gdb.btrace/i686-record_goto.S: New.
17171 * gdb.btrace/x86-tailcall.S: Renamed into ...
17172 * gdb.btrace/x86_64-tailcall.S: ... this.
17173 * gdb.btrace/i686-tailcall.S: New.
17174 * gdb.btrace/x86-tailcall.c: Renamed into ...
17175 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17176 separate statements. Update test.
17177 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17178 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17179 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17180 * gdb.btrace/tailcall.exp: Choose test file based on target.
17181 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17182
11cc1b74
MM
171832015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17184
17185 * gdb.btrace/exception.exp: Increase BTS buffer size.
17186
a25d8bf9
PA
171872015-03-24 Pedro Alves <palves@redhat.com>
17188
17189 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17190
856e7dd6
PA
171912015-03-24 Pedro Alves <palves@redhat.com>
17192
17193 * gdb.threads/schedlock.exp (test_step): No longer expect that
17194 "set scheduler-locking step" with "next" over a function call runs
17195 threads unlocked.
17196
ad235a41
AT
171972015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17198
17199 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17200
15630549
AT
172012015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17202
17203 PR breakpoints/16466
17204 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17205 * gdb.mi/mi-pending.c (thread_func): New function.
17206 (int main): Add threading support required.
17207 * gdb.mi/mi-pending.exp: Add tests for this issue.
17208 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17209 (pendfunc2): Remove stdio dependency.
17210 * gdb.mi/mi-pendshr2.c: New file.
17211
693dca06
KS
172122015-03-23 Keith Seitz <keiths@redhat.com>
17213
17214 * gdb.linespec/keywords.c: New file.
17215 * gdb.linespec/keywords.exp: New file.
17216
7e993ebf
KS
172172015-03-23 Keith Seitz <keiths@redhat.com>
17218
17219 PR gdb/18021
17220 * gdb.dwarf2/staticvirtual.exp: New test.
17221
bc23328c
JK
172222015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17223
17224 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17225 * README: Remove HP-UX and gdb.hp.
17226 (configuration):
17227 * configure: Regenerate.
17228 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17229 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17230 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17231 gdb.hp/gdb.defects/Makefile.
17232 * gdb.hp/Makefile.in: File deleted.
17233 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17234 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17235 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17236 * gdb.hp/gdb.aCC/run.c: File deleted.
17237 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17238 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17239 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17240 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17241 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17242 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17243 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17244 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17245 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17246 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17247 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17248 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17249 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17250 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17251 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17252 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17253 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17254 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17255 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17256 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17257 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17258 * gdb.hp/gdb.compat/average.c: File deleted.
17259 * gdb.hp/gdb.compat/sum.c: File deleted.
17260 * gdb.hp/gdb.compat/xdb.c: File deleted.
17261 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17262 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17263 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17264 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17265 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17266 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17267 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17268 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17269 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17270 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17271 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17272 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17273 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17274 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17275 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17276 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17277 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17278 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17279 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17280 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17281 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17282 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17283 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17284 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17285 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17286 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17287 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17288 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17289 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17290 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17291 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17292 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17293 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17294 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17295 * gdb.hp/tools/odump: File deleted.
17296
8bf3b159
PA
172972015-03-19 Pedro Alves <palves@redhat.com>
17298
17299 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17300 (saw_thread_3): New globals.
17301 (top level): Increment them when an event for the corresponding
17302 thread is seen.
17303 (no thread starvation): New test.
17304
eb54c8bf
PA
173052015-03-19 Pedro Alves <palves@redhat.com>
17306
17307 * gdb.threads/continue-pending-status.c: New file.
17308 * gdb.threads/continue-pending-status.exp: New file.
17309
32d2e5d6
PA
173102015-03-18 Pedro Alves <palves@redhat.com>
17311
17312 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17313 Use gdb_is_target_remote instead of is_remote. Use
17314 gdb_test_multiple instead of gdb_expect. Exit early if
17315 gdb_test_multiple hits its internal matches. Tighten stepi tests
17316 expected output. Fail on exit with any signal, instead of just
17317 SIGILL.
17318
f68f11b7
YQ
173192015-03-18 Yao Qi <yao.qi@linaro.org>
17320
17321 PR tdep/18107
17322 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17323 variable.
17324 * gdb.base/catch-syscall.exp: Don't skip it on
17325 aarch64*-*-linux* target. Remove elements in all_syscalls.
17326 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17327 target.
17328 (setup_all_syscalls): New proc.
17329
ca5fd19b
YQ
173302015-03-16 Yao Qi <yao.qi@linaro.org>
17331
17332 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17333 (top level): Skip tests if valid_addr_p returns false for
17334 $cmd1 or $cmd2.
17335
85642ba0
AW
173362015-03-11 Andy Wingo <wingo@igalia.com>
17337
17338 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17339
e03f9645
YQ
173402015-03-11 Yao Qi <yao.qi@linaro.org>
17341
17342 * gdb.base/catch-syscall.exp: Fix typo in comments.
17343
5d0962b2
YQ
173442015-03-11 Yao Qi <yao.qi@linaro.org>
17345
17346 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17347
b2df3cef
PA
173482015-03-09 Pedro Alves <palves@redhat.com>
17349
17350 * dg-extract-results.py: Delete.
17351
ef878e53
PA
173522015-03-09 Pedro Alves <palves@redhat.com>
17353
17354 Merge dg-extract-results.sh from GCC upstream (r218843).
17355
17356 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17357 * dg-extract-results.sh: Use --text with grep to avoid issues with
17358 binary files. Fall back to cat -v, if that doesn't work.
17359
9494d219
PA
173602015-03-05 Pedro Alves <palves@redhat.com>
17361
17362 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17363
a8d9763a
SM
173642015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17365
17366 * lib/mi-support.exp (mi_expect_interrupt): Accept
17367 alternative event for when in all-stop mode.
17368
be9957b8
PA
173692015-03-04 Pedro Alves <palves@redhat.com>
17370
17371 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17372
d57be0f4 173732015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
17374
17375 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17376
c214c7cf
AA
173772015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17378
17379 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17380 regexps for GDB's current line display, accept a hex address
17381 preceding the line number.
17382
6d74a497
AA
173832015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17384
17385 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17386 the 'arch1' variable for "s390*-linux*" targets.
17387
511aee7c
PA
173882015-03-04 Pedro Alves <palves@redhat.com>
17389
17390 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17391 (main): Pass missing retval argument to pthread_join call.
17392
95e50b27
PA
173932015-03-02 Pedro Alves <palves@redhat.com>
17394
17395 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17396 (top level): Call do_test with non-stop as well.
17397
28054d69
PA
173982015-03-02 Pedro Alves <palves@redhat.com>
17399
17400 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17401 -1.
17402
4fa5d7b4
AA
174032015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17404
17405 * gdb.arch/s390-vregs.exp: New test.
17406 * gdb.arch/s390-vregs.S: New file.
17407
97c18565
PA
174082015-02-27 Pedro Alves <palves@redhat.com>
17409
17410 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17411 call to catch_command_errors.
17412 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17413 catch_command_errors.
17414
a37bfa30
PA
174152015-02-27 Pedro Alves <palves@redhat.com>
17416
17417 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17418 "true" for boolean result.
17419 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17420 prototype of main.
17421
6f98576f
PA
174222015-02-27 Pedro Alves <palves@redhat.com>
17423
17424 * lib/unbuffer_output.c: New file.
17425 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17426 (main): Call gdb_unbuffer_output.
17427
eba5ab56
YQ
174282015-02-27 Yao Qi <yao.qi@linaro.org>
17429
17430 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17431 target.
17432
0def5aaa
DE
174332015-02-26 Doug Evans <dje@google.com>
17434
17435 * gdb.cp/class2.cc (Dbase, D): New classes.
17436 (main): New local delta.
17437 * gdb.cp/class2.exp: Test printing delta.
17438 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17439 (dynbar): New global.
17440 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17441
081a1c2c
JK
174422015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17443
17444 * gdb.compile/compile-ifunc.c: New file.
17445 * gdb.compile/compile-ifunc.exp: New file.
17446
2f41223f
AT
174472015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17448
17449 * gdb.base/structs.exp: Check for correct struct on finish.
17450
03eddd80
YQ
174512015-02-26 Yao Qi <yao.qi@linaro.org>
17452
17453 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17454 is zero.
17455
80c57053
JK
174562015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17457
17458 * gdb.arch/cordic.ko.bz2: New file.
17459 * gdb.arch/cordic.ko.debug.bz2: New file.
17460 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17461
21613c12
YQ
174622015-02-25 Yao Qi <yao.qi@linaro.org>
17463
17464 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17465 aarch64*-*-* target.
17466
d8b901ed
PA
174672015-02-23 Pedro Alves <palves@redhat.com>
17468
17469 * lib/gdb.exp (delete_breakpoints): Rewrite using
17470 gdb_test_multiple.
17471
e5b85ead
PA
174722015-02-23 Pedro Alves <palves@redhat.com>
17473
17474 * gdb.base/info-os.c: Include stdlib.h.
17475
85c3a371
DE
174762015-02-22 Doug Evans <xdje42@gmail.com>
17477
17478 PR symtab/17855
17479 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17480 is read after symbols have been re-read.
17481 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17482 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17483
96553a0c
DE
174842015-02-21 Doug Evans <dje@google.com>
17485
17486 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17487
97a0c697
JK
174882015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17489
17490 PR corefiles/17808
17491 * gdb.arch/i386-biarch-core.core.bz2: New file.
17492 * gdb.arch/i386-biarch-core.exp: New file.
17493
a47cd6e9
PA
174942015-02-21 Pedro Alves <palves@redhat.com>
17495
17496 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17497 runto_main fails.
17498
c5facdc4
PA
174992015-02-20 Pedro Alves <palves@redhat.com>
17500
17501 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17502 info probes.
17503
2db9a427
PA
175042015-02-20 Pedro Alves <palves@redhat.com>
17505
17506 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17507
60fb7e9e
PA
175082015-02-20 Pedro Alves <palves@redhat.com>
17509
17510 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17511 clean_restart before gdb_target_supports_trace.
17512
5c5019c2
PA
175132015-02-20 Pedro Alves <palves@redhat.com>
17514
17515 PR threads/18006
17516 * gdb.threads/clone-thread_db.c: New file.
17517 * gdb.threads/clone-thread_db.exp: New file.
17518
c9587f88
AT
175192015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17520
17521 PR breakpoints/16812
17522 * gdb.base/catch-gdb-caused-signals.c: New file.
17523 * gdb.base/catch-gdb-caused-signals.exp: New file.
17524
f6a88844
JM
175252015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17526
17527 * configure: Regenerated.
17528 * configure.ac: Use GDB_AC_TRANSFORM.
17529 * aclocal.m4: sinclude ../transform.m4.
17530
497c491b
JM
175312015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17532
17533 * lib/dtrace.exp: New file.
17534 * gdb.base/dtrace-probe.exp: Likewise.
17535 * gdb.base/dtrace-probe.d: Likewise.
17536 * gdb.base/dtrace-probe.c: Likewise.
17537 * lib/pdtrace.in: Likewise.
17538 * configure.ac: Output variables with the transformed names of
17539 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17540 * configure: Regenerated.
17541
03e98035
JM
175422015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17543
17544 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17545 expected message when trying to access $_probe_* convenience
17546 variables while not on a probe.
17547
63cc30e9
JK
175482015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17549
17550 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17551
0703599a
PA
175522015-02-11 Pedro Alves <pedro@codesourcery.com>
17553
17554 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17555 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17556
7e60a48e
DE
175572015-02-10 Doug Evans <xdje42@gmail.com>
17558
17559 * lib/gdb.exp (gdb_load): Always return a result.
17560
01b088bc
PA
175612015-02-10 Pedro Alves <palves@redhat.com>
17562
17563 * gdb.threads/signal-sigtrap.c: New file.
17564 * gdb.threads/signal-sigtrap.exp: New file.
17565
b05ec7a5
AT
175662015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17567
17568 * gdb.trace/no-attach-trace.c: New file.
17569 * gdb.trace/no-attach-trace.exp: New file.
17570
a2c2acaf
MW
175712015-02-09 Mark Wielaard <mjw@redhat.com>
17572
17573 * gdb.dwarf2/atomic.c: New file.
17574 * gdb.dwarf2/atomic-type.exp: Likewise.
17575
31fd9caa
MM
175762015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17577
17578 * gdb.btrace/buffer-size.exp: Update "info record" output.
17579 * gdb.btrace/delta.exp: Update "info record" output.
17580 * gdb.btrace/enable.exp: Update "info record" output.
17581 * gdb.btrace/finish.exp: Update "info record" output.
17582 * gdb.btrace/instruction_history.exp: Update "info record" output.
17583 * gdb.btrace/next.exp: Update "info record" output.
17584 * gdb.btrace/nexti.exp: Update "info record" output.
17585 * gdb.btrace/step.exp: Update "info record" output.
17586 * gdb.btrace/stepi.exp: Update "info record" output.
17587 * gdb.btrace/nohist.exp: Update "info record" output.
17588
d33501a5
MM
175892015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17590
17591 * gdb.btrace/buffer-size: New.
17592
f4abbc16
MM
175932015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17594
17595 * gdb.btrace/delta.exp: Update "info record" output.
17596 * gdb.btrace/enable.exp: Update "info record" output.
17597 * gdb.btrace/finish.exp: Update "info record" output.
17598 * gdb.btrace/instruction_history.exp: Update "info record" output.
17599 * gdb.btrace/next.exp: Update "info record" output.
17600 * gdb.btrace/nexti.exp: Update "info record" output.
17601 * gdb.btrace/step.exp: Update "info record" output.
17602 * gdb.btrace/stepi.exp: Update "info record" output.
17603 * gdb.btrace/nohist.exp: Update "info record" output.
17604
b9d61307
SM
176052015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17606
17607 PR gdb/15678
17608 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17609
e584fdbc
PA
176102015-02-06 Pedro Alves <palves@redhat.com>
17611
17612 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17613 macro.
17614 (seconds_left, again): New globals.
17615 (main): Wait seconds_left in a 1-second sleep loop instead of
17616 sleeping 180 seconds. If 'again' is set, reset the seconds
17617 counter.
17618 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17619 'again' in the inferior before detaching. Print the seconds left.
17620 (options): New global.
17621 (top level): Build program with -DTIMEOUT=$timeout.
17622
77f41761
PA
176232015-02-06 Pedro Alves <palves@redhat.com>
17624
17625 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17626 determine how many seconds to pass to 'alarm'.
17627 * gdb.base/gdb-sigterm.exp (top level): Build program with
17628 -DTIMEOUT=$timeout.
17629 (do_test): Return success/failure indication. Add more verbose
17630 logging. Don't fail if 200 single steps are seen. Instead, fail
17631 when the test times out.
17632 (passes): New global.
17633 (top level): Break the testing loop if testing fails on any
17634 iteration. Use gdb_assert.
17635
b9394193
DB
176362015-02-04 Don Breazeal <donb@codesourcery.com>
17637
17638 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17639 and initialize them.
17640 (ipc_cleanup): New function.
17641 (main): Don't declare shmid, semid, and msqid. Add a call to
17642 atexit so that we call ipc_cleanup on exit.
17643
42d9e528
PA
176442015-02-04 Pedro Alves <palves@redhat.com>
17645
17646 * boards/native-extended-gdbserver.exp: Remove any target variant
17647 specifications from the board name before clearing the isremote
17648 flag from board_info.
17649
ae6ae975
DE
176502015-01-31 Doug Evans <xdje42@gmail.com>
17651
17652 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17653
cfb069a8
GB
176542015-01-31 Gary Benson <gbenson@redhat.com>
17655
17656 * gdb.base/completion.exp: Disable completion limiting for
17657 existing tests. Add new tests to check completion limiting.
17658 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17659
5dd31d79
DE
176602015-01-31 Doug Evans <xdje42@gmail.com>
17661
17662 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17663
9f050062
DE
176642015-01-31 Doug Evans <xdje42@gmail.com>
17665
17666 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17667 entries. Duplicate file section script entries.
17668 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17669 inlined entries. Add test for safe-path rejection.
17670 * gdb.python/py-section-script.c: Add duplicate inlined section script
17671 entries. Duplicate file section script entries.
17672 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17673 inlined entries. Add test for safe-path rejection.
17674
df25ebbd
JB
176752015-01-29 Joel Brobecker <brobecker@adacore.com>
17676
17677 * gdb.ada/disc_arr_bound: New testcase.
17678
4a0ca9ec
JB
176792015-01-29 Joel Brobecker <brobecker@adacore.com>
17680
17681 * gdb.ada/mi_var_array: New testcase.
17682
3a8b707a
DE
176832015-01-27 Doug Evans <dje@google.com>
17684
17685 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17686 Add test for objfile.filename, objfile.username after objfile
17687 has been unloaded.
17688
f8313f6e
JB
176892015-01-26 Joel Brobecker <brobecker@adacore.com>
17690
17691 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17692 the second test to print the name attribute of value
17693 returned by the call to gdb.lookup_type, and adjust
17694 the expected output accordingly.
17695
37bc665e
MW
176962015-01-25 Mark Wielaard <mjw@redhat.com>
17697
17698 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17699 * gdb.base/disp-step-fork.c: Include unistd.h.
17700 * gdb.base/siginfo-obj.c: Include stdio.h.
17701 * gdb.base/siginfo-thread.c: Likewise.
17702 * gdb.mi/non-stop.c: Include unistd.h.
17703 * gdb.mi/nsthrexec.c: Include stdio.h.
17704 * gdb.mi/pthreads.c: Include unistd.h.
17705 * gdb.modula2/unbounded1.c (main): Declare returns int.
17706 * gdb.reverse/consecutive-reverse.c: Likewise.
17707 * gdb.threads/create-fail.c: Include unistd.h.
17708 * gdb.threads/killed.c: Likewise.
17709 * gdb.threads/linux-dp.c: Likewise.
17710 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17711 * gdb.threads/non-ldr-exc-2.c: Likewise.
17712 * gdb.threads/non-ldr-exc-3.c: Likewise.
17713 * gdb.threads/non-ldr-exc-4.c: Likewise.
17714 * gdb.threads/pthreads.c: Include unistd.h.
17715 (main): Declare returns int.
17716 * gdb.threads/tls-main.c (foo): New declaration.
17717 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17718
f7e5394d
SM
177192015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17720
17721 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17722 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17723
743649fd
MW
177242015-01-15 Mark Wielaard <mjw@redhat.com>
17725
17726 * gdb.base/noreturn-return.c: New file.
17727 * gdb.base/noreturn-return.exp: New file.
17728 * gdb.base/noreturn-finish.c: New file.
17729 * gdb.base/noreturn-finish.exp: New file.
17730
198297aa
PA
177312015-01-23 Pedro Alves <palves@redhat.com>
17732
17733 * gdb.threads/continue-pending-after-query.c: New file.
17734 * gdb.threads/continue-pending-after-query.exp: New file.
17735
717cf30c
AG
177362015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17737 Simon Marchi <simon.marchi@ericsson.com>
17738
17739 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17740 * gdb.base/valgrind-db-attach.exp: Same.
17741 * gdb.base/valgrind-infcall.exp: Same.
17742 * lib/mi-support.exp (default_mi_gdb_start): Same.
17743 * lib/prompt.exp (default_prompt_gdb_start): Same.
17744 * lib/gdb.exp (default_gdb_spawn): Same.
17745 (gdb_interact): New.
17746
17747
4b62a76e
JK
177482015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17749
17750 * gdb.compile/compile.exp (pointer to jit function): New test.
17751
b4cdae6f
WW
177522015-01-17 Wei-cheng Wang <cole945@gmail.com>
17753
17754 * lib/gdb.exp (supports_process_record): Return true for
17755 powerpc*-*-linux*.
17756 (supports_reverse): Likewise.
17757
d221e7ef
DB
177582015-01-15 Don Breazeal <donb@codesourcery.com>
17759
17760 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17761 instead of checking whether the target board is remote and
17762 use spawn_wait_for_attach instead of exec/sleep.
17763 * gdb.base/attach-twice.exp: Likewise.
17764
bafffb51
JB
177652015-01-15 Joel Brobecker <brobecker@adacore.com>
17766
17767 * gdb.ada/var_arr_attrs: New testcase.
17768
5589af0e
PA
177692015-01-14 Pedro Alves <palves@redhat.com>
17770 Joel Brobecker <brobecker@adacore.com>
17771
17772 PR gdb/17525
17773 * gdb.base/bp-cmds-execution-x-script.c: New file.
17774 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17775 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17776
6c400b59
PA
177772015-01-14 Pedro Alves <palves@redhat.com>
17778
17779 PR cli/17828
17780 * gdb.base/batch-preserve-term-settings.c: New file.
17781 * gdb.base/batch-preserve-term-settings.exp: New file.
17782
e02c96a7
DE
177832015-01-13 Doug Evans <dje@google.com>
17784
17785 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17786 binary.
17787
576fd14c
JB
177882015-01-13 Joel Brobecker <brobecker@adacore.com>
17789
17790 * Makefile.in (clean mostlyclean): Do not delete *.py.
17791
04dccad0
JB
177922015-01-13 Joel Brobecker <brobecker@adacore.com>
17793
17794 * gdb.python/py-lookup-type.exp: New file.
17795
3d230f71
PA
177962015-01-12 Pedro Alves <palves@redhat.com>
17797
17798 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17799 restore GDBFLAGS before returning.
17800
7e67715d
JK
178012015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17802
17803 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17804 is_amd64_regs_target and is_x86_like_target.
17805
f2e0d4b4
DE
178062015-01-11 Doug Evans <xdje42@gmail.com>
17807
17808 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17809 is given without an explicit form.
17810 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17811 attributes.
17812 * gdb.dwarf/corrupt.exp: Ditto.
17813 * gdb.dwarf2/enum-type.exp: Ditto.
17814 * gdb.trace/entry-values.exp: Ditto.
17815 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17816
439250fb
DE
178172015-01-11 Doug Evans <xdje42@gmail.com>
17818
17819 PR gdb/15830
17820 * gdb.base/maint.exp: Remove references to "maint demangle".
17821 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17822 Add tests for explicitly specifying language to demangle.
17823 * gdb.dlang/demangle.exp: Ditto.
17824
ede9f622
PA
178252015-01-09 Pedro Alves <palves@redhat.com>
17826
17827 * gdb.threads/non-stop-fair-events.c: New file.
17828 * gdb.threads/non-stop-fair-events.exp: New file.
17829
a7b796db
PA
178302015-01-09 Pedro Alves <palves@redhat.com>
17831
17832 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17833 the global scope. Set a breakpoint after all threads are started
17834 rather than stepping over two source lines. Expect the prompt.
17835 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17836 global.
17837 (NUM): Now 15.
17838 (main): Use threads_started_barrier to wait for all threads to
17839 start. Main thread no longer calls thread_function. Exit after
17840 180 seconds.
17841 (loop): New function.
17842 (thread_function): Wait on threads_started_barrier barrier. Call
17843 'loop' at each iteration.
17844 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17845 threads have started, instead of hardcoding number of "next"
17846 steps. Use an access watchpoint instead of a write watchpoint.
17847
9665ffdd
PA
178482015-01-09 Pedro Alves <palves@redhat.com>
17849
17850 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17851 (thread_func): Wait on barrier.
17852 (main): Wait for all threads to start before stopping GDB.
17853 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17854 global.
17855 (thread1_func, thread2_func): Wait on barrier.
17856 (main): Wait for all threads to start before stopping GDB.
17857 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17858 New global.
17859 (thread1_func, thread2_func): Wait on barrier.
17860 (main): Wait for all threads to start before stopping GDB.
17861
c945a99f
PA
178622015-01-09 Pedro Alves <palves@redhat.com>
17863
17864 * gdb.threads/attach-many-short-lived-threads.c: New file.
17865 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17866
c1a747c1
PA
178672014-01-09 Pedro Alves <palves@redhat.com>
17868
17869 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17870 instead of to thread 2.
17871 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17872 Add barrier around each pthread_create call instead of around all
17873 calls.
17874 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17875 Set a break on thread_function and have the child threads hit it
17876 one at at a time.
17877
60b3033e
PA
178782015-01-09 Pedro Alves <palves@redhat.com>
17879
17880 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17881 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17882 false.
17883 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17884 checking whether the target board is remote.
17885 * gdb.multi/multi-attach.exp: Likewise.
17886 * gdb.python/py-sync-interp.exp: Likewise.
17887 * gdb.server/ext-attach.exp: Likewise.
17888 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17889 tests that need to attach, instead of checking whether the target
17890 board is remote at the top of the file.
17891
acc018ac
YQ
178922015-01-08 Yao Qi <yao@codesourcery.com>
17893
17894 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17895
50a18af8
JK
178962015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17897
17898 Fix testcase compilation.
17899 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17900
8503d6e1
JB
179012015-01-06 Joel Brobecker <brobecker@adacore.com>
17902
17903 * gdb.python/py-type.exp: Add a couple test about empty
17904 array creation, and negative-length array creation.
17905
cc73dbcc
DE
179062015-01-02 Doug Evans <xdje42@gmail.com>
17907
17908 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17909
0300bbc7
DE
179102015-01-02 Doug Evans <dje@google.com>
17911
17912 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17913
9d85a0ec
YQ
179142014-12-29 Yao Qi <yao@codesourcery.com>
17915
17916 * gdb.trace/entry-values.exp: Update comments. Rename variable
17917 bar_call_foo to returned_from_foo.
17918
87186c6a
MMN
179192014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17920
17921 PR gdb/17394
17922 * gdb.linespec/break-asm-file.c: New file.
17923 * gdb.linespec/break-asm-file.exp: New file.
17924 * gdb.linespec/break-asm-file0.s: New file.
17925 * gdb.linespec/break-asm-file1.s: New file.
17926
1bab7383
YQ
179272014-12-18 Nigel Stephens <nigel@mips.com>
17928 Maciej W. Rozycki <macro@codesourcery.com>
17929
17930 * gdb.base/float.exp: Handle the new output from "info float" on
17931 MIPS targets.
17932
1bc1068a
JK
179332014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17934
17935 Fix MinGW compilation.
17936 * gdb.compile/compile-ops.exp: Update untested message if
17937 !skip_compile_feature_tests.
17938 * gdb.compile/compile-setjmp.exp: Likewise.
17939 * gdb.compile/compile-tls.exp: Likewise.
17940 * gdb.compile/compile.exp: Likewise.
17941 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17942 supported on this host".
17943
b6615d10
DE
179442014-12-16 Doug Evans <xdje42@gmail.com>
17945
17946 * boards/stabs.exp: New file.
17947
25dda427
AA
179482014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17949
17950 * gdb.base/completion.exp: Adjust to format changes of "maint
17951 print user-registers".
17952
bf330350
CU
179532014-12-16 Catalin Udma <catalin.udma@freescale.com>
17954
17955 PR server/17457
17956 * gdb.arch/aarch64-fp.c: New file.
17957 * gdb.arch/aarch64-fp.exp: New file.
17958
395cf596
SDJ
179592014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17960
17961 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17962 r210637, r210913, r211666, r215400, r215817).
17963
17964 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17965 * dg-extract-results.py: New file.
17966 * dg-extract-results.sh: Use it if the environment seems
17967 suitable.
17968
17969 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17970
17971 * dg-extract-results.py (parse_run): Handle warnings that
17972 are printed before a test harness is run.
17973
17974 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17975
17976 * dg-extract-results.py (Named): Remove __cmp__ method.
17977 (output_variation): Use a key to sort variation.harnesses.
17978
17979 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17980
17981 * dg-extract-results.py: For Python 3, force sys.stdout to
17982 handle surrogate escape sequences.
17983 (safe_open): New function.
17984 (output_segment, main): Use it.
17985
17986 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17987
17988 * dg-extract-results.py (Prog.result_re): Include options
17989 in test name.
17990
17991 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17992
17993 * dg-extract-results.py (output_variation): Always sort if
17994 do_sum.
17995
e882ef3c
SM
179962014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17997
17998 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17999 as long as we get pagination notifications.
18000
4992aa20
JM
180012014-12-15 Jason Merrill <jason@redhat.com>
18002
18003 * Makefile.in (check-gdb.%): Restore.
18004 * README: Mention it.
18005
c1b5a1a6
JB
180062014-12-13 Joel Brobecker <brobecker@adacore.com>
18007
18008 * gdb.ada/str_uninit: New testcase.
18009
5537b577
JK
180102014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18011
18012 PR symtab/17642
18013 * gdb.base/vla-stub-define.c: New file.
18014 * gdb.base/vla-stub.c: New file.
18015 * gdb.base/vla-stub.exp: New file.
18016
bb2ec1b3
TT
180172014-12-12 Phil Muldoon <pmuldoon@redhat.com>
18018 Jan Kratochvil <jan.kratochvil@redhat.com>
18019 Tom Tromey <tromey@redhat.com>
18020
18021 * configure.ac: Add gdb.compile/.
18022 * configure: Regenerate.
18023 * gdb.compile/Makefile.in: New file.
18024 * gdb.compile/compile-ops.exp: New file.
18025 * gdb.compile/compile-ops.c: New file.
18026 * gdb.compile/compile-tls.c: New file.
18027 * gdb.compile/compile-tls.exp: New file.
18028 * gdb.compile/compile-constvar.S: New file.
18029 * gdb.compile/compile-constvar.c: New file.
18030 * gdb.compile/compile-mod.c: New file.
18031 * gdb.compile/compile-nodebug.c: New file.
18032 * gdb.compile/compile-setjmp-mod.c: New file.
18033 * gdb.compile/compile-setjmp.c: New file.
18034 * gdb.compile/compile-setjmp.exp: New file.
18035 * gdb.compile/compile-shlib.c: New file.
18036 * gdb.compile/compile.c: New file.
18037 * gdb.compile/compile.exp: New file.
18038 * lib/gdb.exp (skip_compile_feature_tests): New proc.
18039
4ff709eb
TT
180402014-12-12 Tom Tromey <tromey@redhat.com>
18041
18042 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
18043 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
18044
6dddd6a5
DE
180452014-12-12 Doug Evans <dje@google.com>
18046
18047 * lib/gdb-python.exp (get_python_valueof): New function.
18048 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
18049
71c24708
AA
180502014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18051
18052 * gdb.base/completion.exp: Add test for completion of "info
18053 registers ".
18054
3e29f34a
MR
180552014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
18056
18057 * gdb.base/func-ptrs.c: New file.
18058 * gdb.base/func-ptrs.exp: New file.
18059
fc126975
SM
180602014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18061
18062 PR breakpoints/17012
18063 * gdb.base/dprintf-detach.c: New file.
18064 * gdb.base/dprintf-detach.exp: New file.
18065
0a46d518
SM
180662014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18067
18068 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
18069 * lib/gdb.exp (target_is_gdbserver): New procedure.
18070
a0be3e44
DE
180712014-12-08 Doug Evans <dje@google.com>
18072
18073 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
18074
df1b803a
YQ
180752014-12-05 Yao Qi <yao@codesourcery.com>
18076
18077 * gdb.guile/scm-error.exp: Remove the third argument to
18078 gdb_remote_download.
18079 * gdb.guile/scm-frame-args.exp: Likewise.
18080 * gdb.guile/scm-section-script.exp: Likewise.
18081
ddb9f679
YQ
180822014-12-05 Yao Qi <yao@codesourcery.com>
18083
18084 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
18085
86e4ed39
DE
180862014-12-04 Doug Evans <dje@google.com>
18087
18088 * gdb.python/py-objfile.exp: Add tests for
18089 objfile.add_separate_debug_file.
18090
7c50a931
DE
180912014-12-04 Doug Evans <dje@google.com>
18092
18093 * lib/gdb.exp (get_build_id): New function.
18094 (build_id_debug_filename_get): Rewrite to use it.
18095 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
18096
621661e3
MR
180972014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
18098
18099 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
18100 `method(long)', not just 0x0.
18101 * gdb.cp/nsalias.exp: Align code labels to 4.
18102 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
18103 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
18104 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
18105 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
18106 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
18107 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
18108
29f0c3b7
DE
181092014-12-02 Doug Evans <dje@google.com>
18110
e1e061e7 18111 PR symtab/17602
29f0c3b7 18112 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 18113 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
18114 * gdb.cp/anon-ns.exp: Update.
18115
162078c8
NB
181162014-12-02 Nick Bull <nicholaspbull@gmail.com>
18117
18118 * gdb.python/py-events.py (inferior_call_handler): New.
18119 (register_changed_handler, memory_changed_handler): New.
18120 (test_events.invoke): Register new handlers.
18121 * gdb.python/py-events.exp: Add tests for inferior call,
18122 memory_changed and register_changed events.
18123
fdb09caf
AA
181242014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18125
18126 * gdb.base/execl-update-breakpoints.exp: Specify the link address
18127 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
18128 if the linker doesn't understand this.
18129
55cfb2c4
SM
181302014-12-01 Simon Marchi <simon.marchi@ericsson.com>
18131
18132 * gdb.python/python.exp: Change expected reply to help().
18133
9e8cd6df
YQ
181342014-12-01 Yao Qi <yao@codesourcery.com>
18135
18136 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
18137 AC_CONFIG_SUBDIRS(gdb.gdbtk).
18138 * configure: Re-generated.
18139
6c659fc2
SC
181402014-11-28 Siva Chandra Reddy <sivachandra@google.com>
18141
18142 * gdb.cp/chained-calls.cc: New file.
18143 * gdb.cp/chained-calls.exp: New file.
18144 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
18145
d7fc3181
SM
181462014-11-28 Simon Marchi <simon.marchi@ericsson.com>
18147
18148 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
18149 * gdb.dwarf2/symtab-producer.exp: Same.
18150 * gdb.gdb/python-interrupts.exp: Same.
18151 * gdb.gdb/python-selftest.exp: Same.
18152 * gdb.python/py-linetable.exp: Same.
18153 * gdb.python/py-type.exp: Same.
18154 * gdb.python/py-value-cc.exp: Same.
18155 * gdb.python/py-value.exp: Same.
18156
10e79639
YQ
181572014-11-28 Yao Qi <yao@codesourcery.com>
18158
18159 * gdb.base/break-probes.exp: Match library name prefixed with
18160 sysroot.
18161
f28a0564
SM
181622014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18163
18164 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18165 test expected output. Add parentheses for the call to print.
18166 Remove L suffix from integers.
18167
3fe1ce1d
DE
181682014-11-26 Doug Evans <dje@google.com>
18169
18170 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18171
84429e27
YQ
181722014-11-22 Yao Qi <yao@codesourcery.com>
18173
18174 * gdb.trace/entry-values.c: Remove asms.
18175 (foo): Add foo_label.
18176 (bar): Add bar_label.
18177 * gdb.trace/entry-values.exp: Remove code computing foo's
18178 length and bar's length.
18179 (Dwarf::assemble): Invoke function_range for bar and use
18180 MACRO_AT_func for foo.
18181
26741859
YQ
181822014-11-22 Yao Qi <yao@codesourcery.com>
18183
18184 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18185 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18186 Use .Lgcc43_procstart instead of gcc43.
18187
45e44d27
JB
181882014-11-21 Joel Brobecker <brobecker@adacore.com>
18189
18190 * gdb.ada/n_arr_bound: New testcase.
18191
458c8db8
SDJ
181922014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18193
18194 PR breakpoints/10737
18195 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18196 test_catch_syscall_multi_arch.
18197 (test_catch_syscall_multi_arch): New function.
18198
43f3e411
DE
181992014-11-20 Doug Evans <xdje42@gmail.com>
18200
18201 * gdb.base/maint.exp: Update expected output.
18202
0d7b2549
AA
182032014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18204
18205 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18206 4-byte instruction on S390.
18207
8908fca5
JB
182082014-11-19 Joel Brobecker <brobecker@adacore.com>
18209
18210 * gdb.ada/arr_arr: New testcase.
18211
4a46959e
JB
182122014-11-19 Joel Brobecker <brobecker@adacore.com>
18213
18214 * gdb.ada/pkd_arr_elem: New Testcase.
18215
470e2f4e
LM
182162014-11-18 Luis Machado <lgustavo@codesourcery.com>
18217
18218 * gdb.reverse/break-precsave: Expect completion message for
18219 core file reads.
18220 * gdb.reverse/consecutive-precsave.exp: Likewise.
18221 * gdb.reverse/finish-precsave.exp: Likewise.
18222 * gdb.reverse/i386-precsave.exp: Likewise.
18223 * gdb.reverse/machinestate-precsave.exp: Likewise.
18224 * gdb.reverse/sigall-precsave.exp: Likewise.
18225 * gdb.reverse/solib-precsave.exp: Likewise.
18226 * gdb.reverse/step-precsave.exp: Likewise.
18227 * gdb.reverse/until-precsave.exp: Likewise.
18228 * gdb.reverse/watch-precsave.exp: Likewise.
18229
a267f3ad
AA
182302014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18231
18232 * gdb.base/bp-permanent.c: Include unistd.h.
18233 * gdb.python/py-framefilter-mi.c (main): Add return type.
18234 * gdb.python/py-framefilter.c (main): Likewise.
18235 * gdb.trace/actions-changed.c (main): Likewise.
18236
12084a9a
AA
182372014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18238
18239 * gdb.mi/until.c: Add eye-catchers.
18240 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18241 line numbers.
18242
dc7e1a77
AA
182432014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18244
18245 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18246 function header variants in break1.c.
18247 * gdb.base/ena-dis-br.exp: Likewise.
18248 * gdb.base/hbreak2.exp: Likewise.
18249 * gdb.reverse/until-precsave.exp: Drop references to removed
18250 non-prototype function header variants in ur1.c.
18251 * gdb.reverse/until-reverse.exp: Likewise.
18252
41c77605
PM
182532014-11-17 Petr Machata <pmachata@redhat.com>
18254
18255 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18256 ${_cu_offset_size} bytes abbrev offset.
18257
34248c3a
DE
182582014-11-15 Doug Evans <xdje42@gmail.com>
18259
18260 PR symtab/17559
18261 * gdb.base/line-symtabs.exp: New file.
18262 * gdb.base/line-symtabs.c: New file.
18263 * gdb.base/line-symtabs.h: New file.
18264
646da059
YQ
182652014-11-14 Yao Qi <yao@codesourcery.com>
18266
18267 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18268 (func): Add label func_label.
18269 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18270 Replace low_pc and high_pc with MACRO_AT_range.
18271 Replace name, low_pc and high_pc with MACRO_AT_func.
18272
9301ebe6
YQ
182732014-11-14 Yao Qi <yao@codesourcery.com>
18274
18275 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18276 Replace name, low_pc and high_pc with MACRO_AT_func.
18277
f166b542
YQ
182782014-11-14 Yao Qi <yao@codesourcery.com>
18279
18280 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18281 produce debug information.
18282 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18283
0f6e71e3
YQ
182842014-11-14 Yao Qi <yao@codesourcery.com>
18285
18286 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18287 object and get function length.
18288 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18289 with MACRO_AT_func.
18290 (top-level): Replace gdb_compile and clean_restart with
18291 prepare_for_testing.
18292 * gdb.dwarf2/main.c (main): Add label main_label.
18293
876c4df9
YQ
182942014-11-14 Yao Qi <yao@codesourcery.com>
18295
18296 * lib/dwarf.exp (function_range): New procedure.
18297 (Dwarf::_handle_macro_at_func): New procedure.
18298 (Dwarf::_handle_macro_at_range): New procedure.
18299 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18300
02ad9cf1
YQ
183012014-11-14 Yao Qi <yao@codesourcery.com>
18302
18303 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18304 (_handle_attribute): New procedure.
18305
a59add0c
AA
183062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18307
18308 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18309 * gdb.base/call-sc.c (zed): Likewise.
18310 * gdb.base/checkpoint.c (main): Likewise.
18311 * gdb.base/dump.c (main): Likewise.
18312 * gdb.base/gcore.c (main): Likewise.
18313 * gdb.base/huge.c (main): Likewise.
18314 * gdb.base/multi-forks.c (main): Likewise.
18315 * gdb.base/pr10179-a.c (main): Likewise.
18316 * gdb.base/savedregs.c (main): Likewise.
18317 * gdb.base/sigaltstack.c (main): Likewise.
18318 * gdb.base/siginfo.c (main): Likewise.
18319 * gdb.base/structs.c (zed): Likewise.
18320 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18321 * gdb.mi/mi-syn-frame.c (main): Likewise.
18322 * gdb.mi/until.c (foo, main): Likewise.
18323 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18324 * gdb.base/solib-weak.c (foo): Declare.
18325 * gdb.base/attach-twice.c: Include stdio.h.
18326 * gdb.base/weaklib1.c: Likewise.
18327 * gdb.base/weaklib2.c: Likewise.
18328 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18329 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18330 unistd.h.
18331 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18332 * gdb.mi/mi-exit-code.c: Likewise.
18333 * gdb.base/break-interp-lib.c: Include string.h.
18334 * gdb.base/coremaker.c: Likewise.
18335 * gdb.base/testenv.c: Likewise.
18336 * gdb.python/py-finish-breakpoint.c: Likewise.
18337 * gdb.base/inferior-died.c: Include sys/wait.h.
18338 * gdb.base/fileio.c: Include time.h.
18339 * gdb.base/async-shell.c: Include unistd.h.
18340 * gdb.base/dprintf-non-stop.c: Likewise.
18341 * gdb.base/info-os.c: Likewise.
18342 * gdb.mi/mi-console.c: Likewise.
18343 * gdb.mi/watch-nonstop.c: Likewise.
18344 * gdb.python/py-events.c: Likewise.
18345 * gdb.base/async.c (baz): Move up before its invocation.
18346 * gdb.base/code_elim2.c (my_global_func): Likewise.
18347 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18348 * gdb.base/advance.c (func2): Likewise.
18349
3b5d5997
AA
183502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18351
18352 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18353 variant.
18354 * gdb.base/annota3.c: Likewise.
18355 * gdb.base/async.c: Likewise.
18356 * gdb.base/average.c: Likewise.
18357 * gdb.base/call-ar-st.c: Likewise.
18358 * gdb.base/call-rt-st.c: Likewise.
18359 * gdb.base/call-sc.c: Likewise.
18360 * gdb.base/call-strs.c: Likewise.
18361 * gdb.base/ending-run.c: Likewise.
18362 * gdb.base/execd-prog.c: Likewise.
18363 * gdb.base/exprs.c: Likewise.
18364 * gdb.base/foll-exec.c: Likewise.
18365 * gdb.base/foll-fork.c: Likewise.
18366 * gdb.base/foll-vfork.c: Likewise.
18367 * gdb.base/funcargs.c: Likewise.
18368 * gdb.base/gcore.c: Likewise.
18369 * gdb.base/jump.c: Likewise.
18370 * gdb.base/langs0.c: Likewise.
18371 * gdb.base/langs1.c: Likewise.
18372 * gdb.base/langs2.c: Likewise.
18373 * gdb.base/mips_pro.c: Likewise.
18374 * gdb.base/nodebug.c: Likewise.
18375 * gdb.base/opaque0.c: Likewise.
18376 * gdb.base/opaque1.c: Likewise.
18377 * gdb.base/recurse.c: Likewise.
18378 * gdb.base/run.c: Likewise.
18379 * gdb.base/scope0.c: Likewise.
18380 * gdb.base/scope1.c: Likewise.
18381 * gdb.base/setshow.c: Likewise.
18382 * gdb.base/setvar.c: Likewise.
18383 * gdb.base/shmain.c: Likewise.
18384 * gdb.base/shr1.c: Likewise.
18385 * gdb.base/shr2.c: Likewise.
18386 * gdb.base/sigall.c: Likewise.
18387 * gdb.base/signals.c: Likewise.
18388 * gdb.base/so-indr-cl.c: Likewise.
18389 * gdb.base/solib2.c: Likewise.
18390 * gdb.base/structs.c: Likewise.
18391 * gdb.base/sum.c: Likewise.
18392 * gdb.base/vforked-prog.c: Likewise.
18393 * gdb.base/watchpoint.c: Likewise.
18394 * gdb.reverse/shr2.c: Likewise.
18395 * gdb.reverse/until-reverse.c: Likewise.
18396 * gdb.reverse/ur1.c: Likewise.
18397 * gdb.reverse/watch-reverse.c: Likewise.
18398
066a77c5
AA
183992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18400
18401 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18402 variant.
18403 * gdb.base/sepdebug.exp: Drop references to removed code.
18404
4f204ea5
AA
184052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18406
18407 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18408 variant. Preserve original line numbering.
18409 * gdb.base/list1.c: Likewise.
18410
3b377a3a
AA
184112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18412
18413 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18414 variant.
18415 * gdb.base/break1.c: Likewise.
18416 * gdb.base/break.exp: Drop references to removed code.
18417
e444df73
AA
184182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18419
18420 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18421 variant.
18422
8008f2a7
AA
184232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18424
18425 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18426
a5a06887
AA
184272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18428
18429 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18430 logic into perform_all_tests() and invoke it with and without
18431 function header prototypes.
18432 (do_function_calls): Remove conditional XFAIL for PR 5318.
18433 (rerun_and_prepare): Remove duplicate code.
18434 (perform_all_tests): New. Main logic moved here.
18435
44dba9b9
AA
184362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18437
18438 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18439 code guarded by #ifdef NO_PROTOTYPES.
18440 (t_double_many_args): Likewise.
18441 (DEF_FUNC_MANY_ARGS_1): Likewise.
18442 (DEF_FUNC_VALUES_1): Likewise.
18443 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18444 guarded by #ifdef PROTOTYPES.
18445
d1fbcd56
AA
184462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18447
18448 * gdb.mi/mi-console.c: Add eye-catcher.
18449 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18450 instead of literal line number.
18451
b0e59b8f
AA
184522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18453
18454 * gdb.base/shr2.c: Add eye-catcher.
18455 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18456 line number.
18457
78f98cca
AA
184582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18459
18460 * gdb.base/jump.c: Add eye-catchers.
18461 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18462 numbers.
18463
58fa2af0
AA
184642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18465
18466 * gdb.base/execd-prog.c: Add eye-catchers.
18467 * gdb.base/foll-exec.c: Likewise.
18468 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18469 line numbers.
18470
04e5059b
AA
184712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18472
18473 * gdb.base/ending-run.c: Add eye-catchers.
18474 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18475 literal line numbers.
18476
dbfdb174
AA
184772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18478
18479 * gdb.base/call-rt-st.c: Add eye-catchers.
18480 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18481 literal line numbers.
18482
888a2ade
AA
184832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18484
18485 * gdb.base/call-ar-st.c: Add eye-catchers.
18486 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18487 literal line numbers.
18488
6acc2dde
AA
184892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18490
18491 * gdb.base/average.c: Add eye-catchers.
18492 * gdb.base/sum.c: Likewise.
18493 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18494 regexps dynamically.
18495
9ecfcd1d
AA
184962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18497
18498 * gdb.base/solib1.c: Add eye-catchers.
18499 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18500 literal line numbers.
18501
78708b7c
PA
185022014-11-12 Pedro Alves <palves@redhat.com>
18503
18504 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18505 leader has exited.
18506
af48d08f
PA
185072014-11-12 Pedro Alves <palves@redhat.com>
18508
18509 * gdb.arch/i386-bp_permanent.c: New file.
18510 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18511 (srcfile): Set to i386-bp_permanent.c.
18512 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18513 that stepi does not execute the 'leave' instruction, instead of
18514 testing it does execute.
18515 * gdb.base/bp-permanent.c: New file.
18516 * gdb.base/bp-permanent.exp: New file.
18517
af3768e9
DE
185182014-11-10 Doug Evans <xdje42@gmail.com>
18519
18520 PR symtab/17564
18521 * gdb.base/symtab-search-order.exp: New file.
18522 * gdb.base/symtab-search-order.c: New file.
18523 * gdb.base/symtab-search-order-1.c: New file.
18524 * gdb.base/symtab-search-order-shlib-1.c: New file.
18525
9de00a4a
PA
185262014-11-07 Pedro Alves <palves@redhat.com>
18527
18528 PR gdb/17511
18529 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18530 i?86-*-linux*.
18531
e0f52461
SC
185322014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18533
18534 PR c++/17494
18535 * gdb.cp/pr17494.cc: New file.
18536 * gdb.cp/pr17494.exp: New file.
18537
6ce8c980
YQ
185382014-11-02 Yao Qi <yao@codesourcery.com>
18539
18540 * gdb.python/python.exp: Get working directory and match the
18541 output of "set extended-prompt \\w " with it.
18542
02be9a71
DE
185432014-10-30 Doug Evans <dje@google.com>
18544
18545 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18546 in objfiles.
18547 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18548 in progspaces.
18549
3bdff46b
LM
185502014-10-30 Janis Johnson <janisjo@codesourcery.com>
18551
18552 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18553 * gdb.base/realname-expand.exp: Likewise.
18554 * gdb.linespec/macro-relative.exp: Likewise.
18555
ab917dfb
PA
185562014-10-29 Pedro Alves <palves@redhat.com>
18557
18558 PR gdb/17408
18559 * gdb.threads/schedlock.c (some_function): New function.
18560 (call_function): New global.
18561 (MAYBE_CALL_SOME_FUNCTION): New macro.
18562 (thread_function): Call it.
18563 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18564 and use it instead of a global counter. Adjust all callers.
18565 (get_current_thread): Use "find current thread" for test message
18566 here rather than having all callers pass down the same string.
18567 (goto_loop): New procedure, factored out from ...
18568 (my_continue): ... this.
18569 (step_ten_loops): Change parameter from test message to command to
18570 use. Adjust.
18571 (list_count): Delete global.
18572 (check_result): New procedure, factored out from duplicate top
18573 level code.
18574 (continue tests): Wrap in with_test_prefix.
18575 (test_step): New procedure, factored out from duplicate top level
18576 code.
18577 (top level): Test "step" in combination with all scheduler-locking
18578 modes. Test "next" in combination with all scheduler-locking
18579 modes, and in combination with stepping over a function call or
18580 not.
18581 * gdb.threads/next-bp-other-thread.c: New file.
18582 * gdb.threads/next-bp-other-thread.exp: New file.
18583
d3d4baed
PA
185842014-10-29 Pedro Alves <palves@redhat.com>
18585
18586 PR python/17372
18587 * gdb.python/python.exp: Test a multi-line command that spawns
18588 interactive Python.
18589 * gdb.base/multi-line-starts-subshell.exp: New file.
18590
563e8d85
YQ
185912014-10-29 Yao Qi <yao@codesourcery.com>
18592
18593 * gdb.base/fileio.exp: Make directories on host.
18594
0ea4d52e
YQ
185952014-10-29 Yao Qi <yao@codesourcery.com>
18596
18597 * gdb.base/fileio.c (test_write): Close the file.
18598
7f5ef605
PA
185992014-10-28 Pedro Alves <palves@redhat.com>
18600
18601 PR gdb/12623
18602 * gdb.base/sigstep.c (no_handler): New global.
18603 (main): If 'no_handler is true, set the signal handlers to
18604 SIG_IGN.
18605 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18606 with_sw_watch and no_handler parameters. Handle them.
18607 (top level) <stepping over handler when stopped at a breakpoint
18608 test>: Add a test axis for testing with a software watchpoint, and
18609 another for testing with the signal handler set to SIG_IGN.
18610 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18611 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18612
abbdbd03
PA
186132014-10-28 Pedro Alves <palves@redhat.com>
18614
18615 PR gdb/17511
18616 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18617 * gdb.base/sigstep.exp (other_handler_location): New global.
18618 (advance): Support stepping into the signal handler, and running
18619 commands while in the handler.
18620 (in_handler_map): New global.
18621 (top level): In the advance test, add combinations for getting
18622 into the handler with stepping commands, and for running commands
18623 in the handler. Add comment descripting the advancei tests.
18624
1df4399f
PA
186252014-10-28 Pedro Alves <palves@redhat.com>
18626
18627 * gdb.base/sigstep.exp: Use build_executable instead of
18628 prepare_for_testing.
18629 (top level): Move code that starts GDB, runs to main and creates a
18630 display to ...
18631 (restart): ... this new procedure.
18632 (top level): Move backtrace from signal handler test to ...
18633 (validate_backtrace): ... this new procedure.
18634 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18635 with_test_prefix. Always restart GDB.
18636 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18637 with_test_prefix. Always restart GDB. No need to delete
18638 breakpoints after the test.
18639 (test_skip_handler): Remove prefix parameter.
18640 (skip_over_handler, breakpoint_to_handler)
18641 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18642 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18643 restart GDB. No need to delete breakpoints after the test.
18644 (top level): Use foreach to call the test procedures with
18645 different commands.
18646
a5b6e449
PA
186472014-10-28 Pedro Alves <palves@redhat.com>
18648
18649 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18650 instead of GNATS numbers.
18651 * gdb.base/sigbpt.exp: Likewise.
18652 * gdb.base/siginfo.exp: Likewise.
18653 * gdb.base/sigstep.exp: Likewise.
18654
e5f8a7cc
PA
186552014-10-27 Pedro Alves <palves@redhat.com>
18656
18657 * gdb.base/sigstep.c (dummy): New global.
18658 (main): Issue a couple writes to the new global.
18659 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18660 procedures.
18661 (skip_over_handler): Use test_skip_handler.
18662 (top level): Call skip_over_handler for stepi and nexti too.
18663 (breakpoint_over_handler): Use test_skip_handler.
18664 (top level): Call breakpoint_over_handler for stepi and nexti too.
18665
763905a3
YQ
186662014-10-27 Yao Qi <yao@codesourcery.com>
18667
18668 * gdb.trace/tfile.c (adjust_function_address)
18669 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18670 function descriptor.
18671
6f259a23
DB
186722014-10-24 Don Breazeal <donb@codesourcery.com>
18673
18674 * gdb.base/foll-fork.exp (test_follow_fork,
18675 catch_fork_child_follow): Check for updated fork messages emitted
18676 from infrun.c.
18677 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18678 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18679 vfork_and_exec_child_follow_through_step): Check for updated vfork
18680 messages emitted from infrun.c.
18681
09dd9a69
PA
186822014-10-24 Pedro Alves <palves@redhat.com>
18683
18684 * gdb.base/corefile.exp: Remove references to ultrix.
18685 * gdb.base/interrupt.exp: Likewise.
18686 * gdb.base/whatis.exp: Likewise.
18687 * gdb.gdb/selftest.exp: Likewise.
18688 * gdb.threads/manythreads.exp: Likewise.
18689 * gdb.threads/print-threads.exp: Likewise.
18690 * gdb.threads/pthreads.exp:: Likewise.
18691 * gdb.threads/schedlock.exp: Likewise.
18692
3433cfa5
SC
186932014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18694
18695 * gdb.cp/non-trivial-retval.cc: Add a test case.
18696 * gdb.cp/non-trivial-retval.exp: Add a test.
18697
092f880b
YQ
186982014-10-20 Yao Qi <yao@codesourcery.com>
18699
18700 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18701 * gdb.python/py-objfile-script-gdb.py: New file.
18702 * gdb.python/py-objfile-script.exp: Update reference to
18703 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18704 of remote_download. Remove the dest file.
18705
acbdb7f3
YQ
187062014-10-20 Yao Qi <yao@codesourcery.com>
18707
18708 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18709 * gdb.base/step-line.exp: Likewise.
18710 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18711 * gdb.dwarf2/dw2-basic.exp: Likewise.
18712 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18713 * gdb.dwarf2/dw2-filename.exp: Likewise.
18714 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18715 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18716 * gdb.dwarf2/dw2-producer.exp: Likewise.
18717 * gdb.dwarf2/mac-fileno.exp: Likewise.
18718 * gdb.python/py-frame-args.exp: Likewise.
18719 * gdb.python/py-framefilter.exp: Likewise.
18720 * gdb.python/py-mi.exp: Likewise.
18721 * gdb.python/py-objfile-script.exp: Likewise
18722 * gdb.python/py-pp-integral.exp: Likewise.
18723 * gdb.python/py-pp-re-notag.exp: Likewise.
18724 * gdb.python/py-prettyprint.exp: Likewise.
18725 * gdb.python/py-section-script.exp: Likewise.
18726 * gdb.python/py-typeprint.exp: Likewise.
18727 * gdb.python/py-xmethods.exp: Likewise.
18728 * gdb.stabs/weird.exp: Likewise.
18729 * gdb.xml/tdesc-regs.exp: Likewise.
18730
bd286a29
KCY
187312014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18732
18733 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18734 (out_cu): Use addr_len for the size of addresses.
18735 (out_line): Likewise. Size DW_LNE_set_address instruction
18736 according to addr_len.
18737 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18738 (FUNC): Add START_INSNS to definition.
18739
673dc4a0
YQ
187402014-10-18 Yao Qi <yao@codesourcery.com>
18741
18742 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18743 gdb_has_argv0 return true.
18744 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18745 check [target_info exists noargs], check [gdb_has_argv0]
18746 instead.
18747 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18748 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18749 procedures.
18750
4ffbba72
DE
187512014-10-17 Doug Evans <dje@google.com>
18752
18753 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18754 event.
18755 * gdb.python/py-events.py: Add clear_objfiles event.
18756
d096d8c1
DE
187572014-10-17 Doug Evans <dje@google.com>
18758
18759 * gdb.python/py-objfile.exp: Test progspace attribute.
18760
a80db015
LM
187612014-10-17 Luis Machado <lgustavo@codesourcery.com>
18762
18763 * gdb.guile/scm-breakpoint.exp: Do not assume any
18764 directory separators when matching source file paths.
18765 * gdb.python/py-breakpoint.exp: Likewise.
18766 * gdb.reverse/break-precsave.exp: Likewise.
18767 * gdb.reverse/break-reverse.exp: Likewise.
18768 * gdb.reverse/consecutive-precsave.exp: Likewise.
18769 * gdb.reverse/finish-precsave.exp: Likewise.
18770 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18771 * gdb.reverse/finish-reverse.exp: Likewise.
18772 * gdb.reverse/i386-precsave.exp: Likewise.
18773 * gdb.reverse/i387-env-reverse.exp: Likewise.
18774 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18775 * gdb.reverse/machinestate-precsave.exp: Likewise.
18776 * gdb.reverse/machinestate.exp: Likewise.
18777 * gdb.reverse/sigall-precsave.exp: Likewise.
18778 * gdb.reverse/solib-precsave.exp: Likewise.
18779 * gdb.reverse/step-precsave.exp: Likewise.
18780 * gdb.reverse/until-precsave.exp: Likewise.
18781 * gdb.reverse/watch-precsave.exp: Likewise.
18782 * gdb.reverse/watch-reverse.exp: Likewise.
18783
b22089ab
YQ
187842014-10-17 Yao Qi <yao@codesourcery.com>
18785
18786 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18787 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18788
6c4486e6
PA
187892014-10-17 Pedro Alves <palves@redhat.com>
18790
18791 PR gdb/17471
18792 * gdb.base/bg-execution-repeat.c: New file.
18793 * gdb.base/bg-execution-repeat.exp: New file.
18794
0ff33695
PA
187952014-10-17 Pedro Alves <palves@redhat.com>
18796
18797 PR gdb/17300
18798 * gdb.base/continue-all-already-running.c: New file.
18799 * gdb.base/continue-all-already-running.exp: New file.
18800
6fdebc3d
PA
188012014-10-17 Pedro Alves <palves@redhat.com>
18802
18803 PR gdb/17472
18804 * gdb.base/annota-input-while-running.c: New file.
18805 * gdb.base/annota-input-while-running.exp: New file.
18806
32a8097b
PA
188072014-10-17 Pedro Alves <palves@redhat.com>
18808
18809 * gdb.base/callfuncs.exp: emove references to osf.
18810 * gdb.base/sigall.exp: Likewise.
18811 * gdb.gdb/selftest.exp: Likewise.
18812 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18813 * gdb.mi/non-stop.c: Likewise.
18814 * gdb.mi/pthreads.c: Likewise.
18815 * gdb.reverse/sigall-precsave.exp: Likewise.
18816 * gdb.reverse/sigall-reverse.exp: Likewise.
18817 * gdb.threads/pthreads.c: Likewise.
18818 * gdb.threads/pthreads.exp: Likewise.
18819
7a3517ff
YQ
188202014-10-17 Yao Qi <yao@codesourcery.com>
18821
18822 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18823 check 'target_info exists noargs'.
18824 (test_command_prompt_position): Likewise.
18825 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18826 Remove "set args".
18827 (progvar_simple_while_test): Likewise.
18828 (progvar_complex_if_while_test): Likewise.
18829 (if_while_breakpoint_command_test): Likewise.
18830 (infrun_breakpoint_command_test): Likewise.
18831 (breakpoint_command_test): Likewise.
18832 (watchpoint_command_test): Likewise.
18833 (bp_deleted_in_command_test): Likewise.
18834 (temporary_breakpoint_commands): Likewise.
18835
bb99c472
YQ
188362014-10-16 Yao Qi <yao@codesourcery.com>
18837
18838 * gdb.base/remotetimeout.exp: Remove noargs checking.
18839
7c16b83e
PA
188402014-10-15 Pedro Alves <palves@redhat.com>
18841
18842 PR breakpoints/9649
18843 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18844 * gdb.base/breakpoint-in-ro-region.exp
18845 (probe_target_hardware_step): New procedure.
18846 (top level): Probe hardware stepping and hardware breakpoint
18847 support. Test stepping through a read-only region, with both
18848 "breakpoint auto-hw" on and off and both "always-inserted" on and
18849 off.
18850
35a49624
IB
188512014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18852
18853 * gdb.dlang/demangle.exp: Update for demangling changes.
18854
2d1c107c
SC
188552014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18856
18857 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18858 * gdb.cp/non-trivial-retval.exp: Add new tests.
18859
778811d5
SC
188602014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18861
18862 PR c++/13403
18863 PR c++/15154
18864 * gdb.cp/non-trivial-retval.cc: New file.
18865 * gdb.cp/non-trivial-retval.exp: New file.
18866
10c5f0a8
YQ
188672014-10-15 Yao Qi <yao@codesourcery.com>
18868
18869 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18870 remote host.
18871
65d7b369
YQ
188722014-10-15 Yao Qi <yao@codesourcery.com>
18873
18874 * gdb.python/py-symbol.exp: Match file base name if host is
18875 remote, otherwise match file name with dir name.
18876 * gdb.python/py-symtab.exp: Likewise.
18877 * gdb.python/python.exp: Likewise.
18878
46dc1394
YQ
188792014-10-15 Yao Qi <yao@codesourcery.com>
18880
18881 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18882 pattern.
18883 * gdb.python/py-symtab.exp: Likewise.
18884 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18885 locationn.
18886
c40cc657
JB
188872014-10-14 Joel Brobecker <brobecker@adacore.com>
18888
18889 * gdb.ada/addr_arith: New testcase.
18890
2abf49e1
MR
188912014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18892
18893 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18894 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18895 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18896 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18897
f7088df3
SDJ
188982014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18899
18900 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18901 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18902 * gdb.arch/stap-eval-lang-ada.exp: New file.
18903
4dc06805
YQ
189042014-10-14 Yao Qi <yao@codesourcery.com>
18905
18906 * gdb.mi/mi-var-child.c (nothing1): New function.
18907 (nothing2): New function.
18908 (do_children_tests): Set function pointers by nothing1 and
18909 nothing2.
18910 * gdb.mi/mi-var-child.exp: Step over new added statements.
18911 Update test to match the new output.
18912 * gdb.mi/var-cmd.c (nothing1): New function.
18913 (nothing2): New function.
18914 (do_children_tests): Set function pointers by nothing1 and
18915 nothing2.
18916 * gdb.mi/mi-var-display.exp: Update test to match output.
18917 Step to the line specified by $line_dct_nothing.
18918 Increase the number of lines to step.
18919
46a93de2
YQ
189202014-10-14 Yao Qi <yao@codesourcery.com>
18921
18922 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18923 tests.
18924 * gdb.mi/mi2-var-child.exp: Likewise.
18925
14ea52ee
DE
189262014-10-13 Doug Evans <dje@google.com>
18927
18928 * gdb.python/py-objfile.exp: Change name of file name test.
18929
e5c6e92b
DE
189302014-10-13 Doug Evans <dje@google.com>
18931
18932 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18933 from the start of the CU.
18934
c780cc2f
JK
189352014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18936 Yao Qi <yao@codesourcery.com>
18937
18938 Fix "save breakpoints" for "catch" command.
18939 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18940 Remove -nonewline. Match also the added "main" line.
18941
99894e11
JK
189422014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18943
18944 Fix "save breakpoints" for "disable $bpnum" command.
18945 * gdb.base/save-bp.c (main): Add label.
18946 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18947
6e1ac5a3
JK
189482014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18949
18950 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18951
754dd2b0
YQ
189522014-10-11 Yao Qi <yao@codesourcery.com>
18953
18954 * gdb.server/server-kill.exp: Execute command
18955 "set remote trace-status-packet on" before "tstatus".
18956
f90183d7
YQ
189572014-10-11 Yao Qi <yao@codesourcery.com>
18958
18959 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18960 (main): Call getppid.
18961 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18962 and continue to it. Read variable "server_pid".
18963
bf40a607
YQ
189642014-10-11 Yao Qi <yao@codesourcery.com>
18965
18966 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18967
052ca370
YQ
189682014-10-11 Yao Qi <yao@codesourcery.com>
18969
18970 * gdb.threads/thread-find.exp: Don't execute command
18971 "info threads".
18972 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18973 * gdb.threads/linux-dp.exp: Don't check the condition
18974 $threads_created equals to zero.
18975
3831839c
PA
189762014-10-10 Pedro Alves <palves@redhat.com>
18977
18978 * gdb.base/bigcore.exp: Remove references to IRIX.
18979 * gdb.base/funcargs.exp: Likewise.
18980 * gdb.base/interrupt.exp: Likewise.
18981 * gdb.base/mips_pro.exp: Likewise.
18982 * gdb.base/nodebug.exp: Likewise.
18983 * gdb.base/setvar.exp: Likewise.
18984 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18985
8b9a549d
PA
189862014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18987 Pedro Alves <palves@redhat.com>
18988
18989 PR symtab/14466
18990 * gdb.base/vdso-warning.c: New file.
18991 * gdb.base/vdso-warning.exp: New file.
18992
d48ba5e8
DE
189932014-10-02 Doug Evans <dje@google.com>
18994
18995 * gdb.base/structs.c (main): Don't run forever.
18996
2278c276
PA
189972014-10-02 Pedro Alves <palves@redhat.com>
18998
18999 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
19000 (top level) <stop threads 1, stop threads 2>: Use it.
19001
b57bacec
PA
190022014-10-02 Pedro Alves <palves@redhat.com>
19003
19004 * gdb.threads/break-while-running.exp (test): Add new
19005 'update_thread_list' argument. Skip "info threads" if false.
19006 (top level): Add new 'update_thread_list' axis.
19007
13fd3ff3
PA
190082014-10-02 Pedro Alves <palves@redhat.com>
19009
19010 PR breakpoints/17431
19011 * gdb.base/execl-update-breakpoints.c: New file.
19012 * gdb.base/execl-update-breakpoints.exp: New file.
19013
0fec99e8
PA
190142014-10-01 Pedro Alves <palves@redhat.com>
19015
19016 * gdb.base/breakpoint-in-ro-region.c: New file.
19017 * gdb.base/breakpoint-in-ro-region.exp: New file.
19018
2ddf4301
SM
190192014-10-01 Simon Marchi <simon.marchi@ericsson.com>
19020
19021 * gdb.mi/mi-exit-code.exp: New file.
19022 * gdb.mi/mi-exit-code.c: New file.
19023
6a5f3f43
YQ
190242014-09-30 Yao Qi <yao@codesourcery.com>
19025
19026 * lib/prelink-support.exp (build_executable_own_libs): Error if
19027 the target isn't native.
19028
345bcc73
YQ
190292014-09-30 Yao Qi <yao@codesourcery.com>
19030
19031 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
19032 false.
19033
a25a5a45
PA
190342014-09-22 Pedro Alves <palves@redhat.com>
19035
19036 * gdb.threads/break-while-running.exp: New file.
19037 * gdb.threads/break-while-running.c: New file.
19038
00ba3162
YQ
190392014-09-19 Yao Qi <yao@codesourcery.com>
19040
19041 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
19042 Invoke test. Restart GDB with --readnow and invoke test again.
19043
c3b7b696
YQ
190442014-09-19 Yao Qi <yao@codesourcery.com>
19045
19046 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
19047 proc set_breakpoint_on_gcd_function. Invoke
19048 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
19049 invoke set_breakpoint_on_gcd_function again.
19050
2b4fd423
DE
190512014-09-18 Doug Evans <dje@google.com>
19052
19053 * gdb.dwarf2/symtab-producer.exp: New file.
19054
a5947601
SDJ
190552014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19056
19057 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
19058 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
19059 * gdb.base/global-var-nested-by-dso.c: Likewise.
19060 * gdb.base/global-var-nested-by-dso.exp: Likewise.
19061
91c19059
SDJ
190622014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19063 Pedro Alves <palves@redhat.com>
19064
19065 * gdb.base/watch-bitfields.exp: Pass string other than test file
19066 name to prepare_for_testing.
19067 (watch): New procedure.
19068 (expect_watchpoint): Use with_test_prefix.
19069 (top level): Factor out tests to ...
19070 (test_watch_location, test_regular_watch): ... these new
19071 procedures, and use with_test_prefix and gdb_continue_to_end.
19072
bb9d5f81
PP
190732014-09-16 Patrick Palka <patrick@parcs.ath.cx>
19074
19075 PR breakpoints/12526
19076 * gdb.base/watch-bitfields.exp: New file.
19077 * gdb.base/watch-bitfields.c: New file.
19078
635856f5
PA
190792014-09-16 Pedro Alves <palves@redhat.com>
19080
19081 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
19082 software and hardware addresses, not software address against
19083 itself.
19084
7280ceea
PA
190852014-09-16 Pedro Alves <palves@redhat.com>
19086
19087 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
19088 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
19089
428b16bd
PA
190902014-09-16 Pedro Alves <palves@redhat.com>
19091
19092 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
19093 files.
19094 * gdb.base/a2-run.exp: Remove all code guarded by istarget
19095 "*-*-vxworks*" throughout.
19096 * gdb.base/break.exp: Likewise.
19097 * gdb.base/default.exp: Likewise.
19098 * gdb.base/scope.exp: Likewise.
19099 * gdb.base/sepdebug.exp: Likewise.
19100 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
19101 throughout.
19102 * gdb.base/run.c: Likewise.
19103 * gdb.base/sepdebug.c: Likewise.
19104 * gdb.hp/gdb.aCC/run.c: Likewise.
19105 * gdb.reverse/until-reverse.c: Likewise.
19106 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
19107
666d413c
YQ
191082014-09-16 Yao Qi <yao@codesourcery.com>
19109
19110 * boards/local-remote-host-native.exp: New file.
19111
57cbd724
DE
191122014-09-14 Doug Evans <xdje42@gmail.com>
19113
19114 * gdb.threads/queue-signal.c (thread_count): New variable.
19115 (thread_count_mutex, thread_count_condvar): New variables.
19116 (incr_thread_count, wait_all_threads_running): New functions.
19117 (main): Wait for all threads to be in their thread functions.
19118
81219e53
DE
191192014-09-13 Doug Evans <xdje42@gmail.com>
19120
19121 * gdb.threads/queue-signal.c: New file.
19122 * gdb.threads/queue-signal.exp: New file.
19123
3714cea7
DE
191242014-09-13 Doug Evans <xdje42@gmail.com>
19125
19126 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
19127 be consistent with what default_gdb_init uses.
19128 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
19129 the plain text of the prompt. Add some logging printfs.
19130 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
19131
fa43b1d7
PA
191322014-09-12 Pedro Alves <palves@redhat.com>
19133
19134 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
19135 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
19136 * gdb.arch/i386-size-overlap.exp: Likewise.
19137 * gdb.arch/i386-size.exp: Likewise.
19138 * gdb.arch/i386-unwind.exp: Likewise.
19139 * gdb.base/a2-run.exp: Likewise.
19140 * gdb.base/break.exp: Likewise.
19141 * gdb.base/charset.exp: Likewise.
19142 * gdb.base/chng-syms.exp: Likewise.
19143 * gdb.base/commands.exp: Likewise.
19144 * gdb.base/dbx.exp: Likewise.
19145 * gdb.base/find.exp: Likewise.
19146 * gdb.base/funcargs.exp: Likewise.
19147 * gdb.base/jit-simple.exp: Likewise.
19148 * gdb.base/reread.exp: Likewise.
19149 * gdb.base/sepdebug.exp: Likewise.
19150 * gdb.base/step-bt.exp: Likewise.
19151 * gdb.cp/mb-inline.exp: Likewise.
19152 * gdb.cp/mb-templates.exp: Likewise.
19153 * gdb.objc/basicclass.exp: Likewise.
19154 * gdb.threads/killed.exp: Likewise.
19155
9d9bf2df
EBM
191562014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19157
19158 PR tdep/17379
19159 * gdb.arch/powerpc-stackless.S: New file.
19160 * gdb.arch/powerpc-stackless.exp: New file.
19161
1cf2f1b0
JK
191622014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19163
19164 * gdb.base/attach.c: Include unistd.h.
19165 (main): Call alarm. Add label postloop.
19166 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19167 gdb_breakpoint, gdb_continue_to_breakpoint.
19168 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19169
98880d46
PA
191702014-09-11 Pedro Alves <palves@redhat.com>
19171
19172 PR gdb/17347
19173 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19174 * gdb.base/attach.exp (test_command_line_attach_run): New
19175 procedure.
19176 (top level): Call it.
19177
4c92ff2c
PA
191782014-09-11 Pedro Alves <palves@redhat.com>
19179
19180 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19181 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19182 (do_command_attach_tests): Use spawn_wait_for_attach.
19183 * gdb.base/solib-overlap.exp: Likewise.
19184 * gdb.multi/multi-attach.exp: Likewise.
19185 * gdb.python/py-prompt.exp: Likewise.
19186 * gdb.python/py-sync-interp.exp: Likewise.
19187 * gdb.server/ext-attach.exp: Likewise.
19188
3adc1a7d
GKB
191892014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19190
19191 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19192 command in testcase. Simplify testcase.
19193
96334934
JB
191942014-09-10 Joel Brobecker <brobecker@adacore.com>
19195
19196 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19197
eb479039
JB
191982014-09-10 Joel Brobecker <brobecker@adacore.com>
19199
19200 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19201
deede10c
JB
192022014-09-10 Joel Brobecker <brobecker@adacore.com>
19203
19204 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19205
7828a5f5
JB
192062014-09-10 Joel Brobecker <brobecker@adacore.com>
19207
19208 * gdb.dwarf2/dynarr-ptr.c: New file.
19209 * gdb.dwarf2/dynarr-ptr.exp: New file.
19210
33aeebcf
MR
192112014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19212
19213 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19214 of 30 rather than hardcoding 120 for a slow test case. Take the
19215 `gdb,timeout' target setting into account for this calculation.
19216 Don't extend the timeout for the test cases that don't need it.
19217
7b415901
MR
192182014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19219
19220 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19221 a factor of 2 for a slow test case. Take the `gdb,timeout'
19222 target setting into account for this calculation.
19223 * gdb.reverse/until-precsave.exp: Increase the timeout by
19224 a factor of 15 and 3 respectively rather than adding 120
19225 for a pair of slow test cases. Take the `gdb,timeout'
19226 target setting into account for this calculation.
19227
4a40f85a
MR
192282014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19229
19230 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19231 timeout, don't pass one down to gdb_expect.
19232 (gdb_expect): Rework timeout selection.
19233
09635af7
MR
192342014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19235
19236 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19237 exception on timeout.
19238 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19239 (gdbserver_start_extended): Catch any `gdbserver_start' error
19240 exceptions.
19241 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19242 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19243 `gdbserver_gdb_load' error exceptions.
19244
2bdd10b7
MR
192452014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19246
19247 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19248 120 on waiting for the TCP socket to open.
19249
316935f0
DE
192502014-09-09 Doug Evans <xdje42@gmail.com>
19251
19252 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19253 _caller_matches, _any_caller_is, _any_caller_matches.
19254
83740597
DE
192552014-09-09 Doug Evans <xdje42@gmail.com>
19256
19257 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19258
4c122fc3
YQ
192592014-09-09 Yao Qi <yao@codesourcery.com>
19260
19261 * gdb.mi/mi-var-display.exp: Set print symbol off.
19262
a9f116cb
GKB
192632014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19264
19265 PR gdb/17035
19266 * gdb.base/commands.exp: Add tests to verify user-defined
19267 commands with empty bodies.
19268 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19269 python commands in `show user command`.
19270 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19271 scheme commands in `show user command`.
19272
c75bd3a2
JK
192732014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19274
19275 PR python/17355
19276 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19277 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19278 * gdb.python/py-framefilter-invalidarg.exp: New file.
19279 * gdb.python/py-framefilter-invalidarg.py: New file.
19280
faa42425
DE
192812014-09-06 Doug Evans <xdje42@gmail.com>
19282
19283 PR 15276
19284 * gdb.python/py-caller-is.c: New file.
19285 * gdb.python/py-caller-is.exp: New file.
19286
474ca4f6
SDJ
192872014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19288
19289 PR gdb/17235
19290 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19291 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19292
eb0b0463
SDJ
192932014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19294
19295 PR fortran/17237
19296 * gdb.fortran/print-formatted.exp: New file.
19297 * gdb.fortran/print-formatted.f90: Likewise.
19298
5f3b99cf
SS
192992014-09-03 Sasha Smundak <asmundak@google.com>
19300
19301 * gdb.python/py-frame.exp: Test Frame.read_register.
19302
7d793aa9
SDJ
193032014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19304
19305 PR python/16699
19306 * gdb.python/py-completion.exp: New file.
19307 * gdb.python/py-completion.py: Likewise.
19308
fb0576e9
DE
193092014-08-28 Doug Evans <dje@google.com>
19310
19311 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19312 eax,etc. are live with values set by gdb and thus the compiler can't
19313 use them.
19314 * gdb.arch/i386-pseudo.c (main): Ditto.
19315
ee92b0dd
DE
193162014-08-27 Doug Evans <dje@google.com>
19317
19318 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19319
6649db35
DE
193202014-08-25 Doug Evans <dje@google.com>
19321
19322 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19323 (main): Ditto.
19324
564b7600
DE
193252014-08-25 Doug Evans <dje@google.com>
19326
19327 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19328
3881fb67
YQ
193292014-08-24 Yao Qi <yao@codesourcery.com>
19330
19331 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19332 symbol off.
19333 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19334
a05a36a5
DE
193352014-08-22 Doug Evans <dje@google.com>
19336
19337 PR 17276
19338 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19339 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19340 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19341
7c343b48
YQ
193422014-08-22 Yao Qi <yao@codesourcery.com>
19343
19344 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19345 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19346 * gdb.python/python.exp: Likewise. Use .py file on the host
19347 instead of the build.
19348
22fd09ae
JK
193492014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19350
19351 * gdb.threads/gcore-stale-thread.c: New file.
19352 * gdb.threads/gcore-stale-thread.exp: New file.
19353
a8454a7c
PA
193542014-08-21 Pedro Alves <palves@redhat.com>
19355
19356 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19357 * gdb.base/gcore-relro-pie.exp: Likewise.
19358 * gdb.base/gcore-relro.exp: Likewise.
19359 * gdb.base/gcore.exp: Likewise.
19360 * gdb.base/print-symbol-loading.exp: Likewise.
19361 * gdb.threads/gcore-thread.exp: Likewise.
19362 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19363
2a31c623
PA
193642014-08-20 Pedro Alves <palves@redhat.com>
19365 Jan Kratochvil <jan.kratochvil@redhat.com>
19366
19367 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19368 configure.
19369 (EXPECT): Handle READ1 being set.
19370 (all): Depend on EXTRA_RULES.
19371 (check-read1, expect-read1, read1.so, read1): New rules.
19372 * README (Testsuite Parameters): Document the READ1 make variable.
19373 (Race detection): New section.
19374 * configure: Regenerate.
19375 * configure.ac: If build==host==target, and running under a
19376 GNU/glibc system, add read1 to the extra Makefile rules.
19377 (EXTRA_RULES): AC_SUBST it.
19378 * lib/read1.c: New file.
19379
d36430db
JB
193802014-08-20 Joel Brobecker <brobecker@adacore.com>
19381
19382 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19383 the handling of variables declared as a typedef to an array
19384 which a DW_AT_data_location attribute.
19385
9a0dc9e3
PA
193862014-08-19 Andrew Burgess <aburgess@broadcom.com>
19387 Pedro Alves <palves@redhat.com>
19388
19389 PR symtab/14604
19390 PR symtab/14605
19391 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19392 gdb_test.
19393
0718a8da
PA
193942014-08-19 Pedro Alves <palves@redhat.com>
19395
19396 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19397
13b448cd
YQ
193982014-08-19 Yao Qi <yao@codesourcery.com>
19399
19400 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19401 right line.
19402
1cbf5077
DB
194032014-08-18 David Blaikie <dblaikie@gmail.com>
19404
19405 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19406
bf0fae19
JB
194072014-08-18 Joel Brobecker <brobecker@adacore.com>
19408
19409 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19410 attribute in array range.
19411
3c8c5dcc
JB
194122014-08-18 Joel Brobecker <brobecker@adacore.com>
19413
19414 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19415
e66d4446
SC
194162014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19417
19418 PR c++/17132
19419 * gdb.cp/pr17132.cc: New file.
19420 * gdb.cp/pr17132.exp: New file.
19421
940df408
SC
194222014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19423
19424 * gdb.python/py-xmethods.py (A_getarrayind)
19425 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19426 Use 'print' with function call syntax.
19427 (E_method_matcher.match): Fix tab vs space indentation mixup.
19428
ebcc6c3a
YQ
194292014-08-15 Yao Qi <yao@codesourcery.com>
19430
19431 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19432 false.
19433
775e0f04
YQ
194342014-08-15 Yao Qi <yao@codesourcery.com>
19435
19436 * gdb.cp/casts.exp: Set print symbol off.
19437 * gdb.cp/class2.exp: Likewise.
19438 * gdb.cp/overload.exp: Likewise.
19439 * gdb.cp/templates.exp: Likewise.
19440
d769e349
DE
194412014-08-11 Doug Evans <dje@google.com>
19442
19443 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19444 (test_load_shlib): Update.
19445
20c6f1e1
YQ
194462014-08-09 Yao Qi <yao@codesourcery.com>
19447
19448 * gdb.base/display.exp: Invoke is_address_zero_readable.
19449 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19450 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19451 * gdb.base/hbreak-unmapped.exp: Return if
19452 is_address_zero_readable returns true.
19453 * gdb.base/signest.exp: Likewise.
19454 * gdb.base/signull.exp: Likewise.
19455 * gdb.base/sigbpt.exp: Likewise.
19456 * gdb.guile/scm-disasm.exp: Do the test if
19457 is_address_zero_readable returns false.
19458 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19459 * gdb.python/py-arch.exp: Likewise.
19460 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19461 * lib/gdb.exp (is_address_zero_readable): New proc.
19462
5792e8e3
YQ
194632014-08-09 Yao Qi <yao@codesourcery.com>
19464
19465 PR testsuite/13443
19466 * gdb.mi/mi-var-display.exp: Make test messages unique.
19467
3cecbbbe
TT
194682014-08-04 Tom Tromey <tromey@redhat.com>
19469
19470 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19471 target 0".
19472
00b51ff5
TT
194732014-08-04 Tom Tromey <tromey@redhat.com>
19474
19475 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19476 "target_resume".
19477
6908c509
JB
194782014-08-01 Joel Brobecker <brobecker@adacore.com>
19479
19480 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19481 inner_vla_struct_object_size.
19482 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19483 as xfail.
19484
cc6563d2
PA
194852014-07-30 Pedro Alves <palves@redhat.com>
19486
19487 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19488 comment.
19489
7e09a223
YQ
194902014-07-29 Yao Qi <yao@codesourcery.com>
19491
19492 PR gdb/17206
19493 * gdb.base/until-nodebug.exp: New.
19494
7ebdbe92
DE
194952014-07-28 Doug Evans <xdje42@gmail.com>
19496
19497 PR guile/17203
19498 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19499 previously existing parameter, and previously ambiguously spelled
19500 parameter.
19501
fdb1adc6
WN
195022014-07-28 Will Newton <will.newton@linaro.org>
19503
19504 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19505
186fcde0
DE
195062014-07-26 Ludovic Courtès <ludo@gnu.org>
19507 Doug Evans <xdje42@gmail.com>
19508
19509 PR guile/17146
19510 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19511
70509625
PA
195122014-07-25 Pedro Alves <palves@redhat.com>
19513
19514 * gdb.threads/signal-command-handle-nopass.c: New file.
19515 * gdb.threads/signal-command-handle-nopass.exp: New file.
19516 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19517 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19518 * gdb.threads/signal-delivered-right-thread.c: New file.
19519 * gdb.threads/signal-delivered-right-thread.exp: New file.
19520
c3f814a1
PA
195212014-07-25 Pedro Alves <palves@redhat.com>
19522
19523 * gdb.base/double-prompt-target-event-error.exp
19524 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19525 match.
19526 (cancel_pagination_in_target_event): Rework double prompt
19527 detection.
19528 * gdb.base/paginate-after-ctrl-c-running.exp
19529 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19530 <return>' match.
19531 * gdb.base/paginate-bg-execution.exp
19532 (test_bg_execution_pagination_return)
19533 (test_bg_execution_pagination_cancel): Remove '-notransfer
19534 <return>' matches.
19535 * gdb.base/paginate-execution-startup.exp
19536 (test_fg_execution_pagination_return)
19537 (test_fg_execution_pagination_cancel): Remove '-notransfer
19538 <return>' matches.
19539 * gdb.base/paginate-inferior-exit.exp
19540 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19541 match.
19542 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19543 * lib/gdb.exp (pagination_prompt): Run text through
19544 string_to_regexp.
19545 (gdb_test_multiple): Match $pagination_prompt instead of
19546 "<return>".
19547 (string_to_regexp): Move to lib/gdb-utils.exp.
19548
e214cf6c
JK
195492014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19550
19551 * gdb.arch/amd64-entry-value-paramref.S: New file.
19552 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19553 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19554 * gdb.arch/amd64-optimout-repeat.S: New file.
19555 * gdb.arch/amd64-optimout-repeat.c: New file.
19556 * gdb.arch/amd64-optimout-repeat.exp: New file.
19557
17d0c5c8
JK
195582014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19559
19560 PR gdb/17170
19561 * gdb.base/statistics.exp: New file.
19562
b8b8facf
DE
195632014-07-17 Doug Evans <dje@google.com>
19564
74b49205 19565 PR gdb/17170
b8b8facf
DE
19566 * gdb.base/maint.exp: Update testing of per-command stats.
19567
1b5d0ab3
PA
195682014-07-16 Pedro Alves <palves@redhat.com>
19569
19570 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19571 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19572 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19573 (tfile_write_buf): New functions.
19574 (add_memory_block): Rewrite using the above.
19575 (adjust_function_address): New function.
19576 (FUNCTION_ADDRESS): New macro.
19577 (write_basic_trace_file): Remove short_x local, and use
19578 tfile_write_16. Change type of func_addr local to unsigned long
19579 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19580 here. Cast argument of add_memory_block to char pointer.
19581 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19582 (main): Remove parameters.
19583 * gdb.trace/tfile.exp: Remove nowarnings.
19584
4d974e88
SM
195852014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19586
19587 * gdb.base/debug-expr.exp: Test string evaluation with
19588 "debug expression" on.
19589
41e99568
PA
195902014-07-15 Pedro Alves <palves@redhat.com>
19591
19592 * gdb.base/reread.exp: Use clean_restart.
19593
487d9753
PL
195942014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19595
19596 * gdb.arch/avr-flash-qualifer.c: New.
19597 * gdb.arch/avr-flash-qualifer.exp: New.
19598
cc1c52ad
PA
195992014-07-14 Pedro Alves <palves@redhat.com>
19600
19601 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19602 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19603
1e973570
PA
196042014-07-14 Pedro Alves <palves@redhat.com>
19605
19606 * gdb.base/double-prompt-target-event-error.c: New file.
19607 * gdb.base/double-prompt-target-event-error.exp: New file.
19608
93d6eb10
PA
196092014-07-14 Pedro Alves <palves@redhat.com>
19610
19611 PR gdb/17072
19612 * gdb.base/paginate-inferior-exit.c: New file.
19613 * gdb.base/paginate-inferior-exit.exp: New file.
19614
0017922d
PA
196152014-07-14 Pedro Alves <palves@redhat.com>
19616
19617 PR gdb/17072
19618 * gdb.base/paginate-bg-execution.c: New file.
19619 * gdb.base/paginate-bg-execution.exp: New file.
19620
94696ad3
PA
196212014-07-14 Pedro Alves <palves@redhat.com>
19622
19623 PR gdb/17072
19624 * gdb.base/paginate-execution-startup.c: New file.
19625 * gdb.base/paginate-execution-startup.exp: New file.
19626 * lib/gdb.exp (pagination_prompt): New global.
19627 (default_gdb_spawn): New procedure, factored out from
19628 default_gdb_spawn.
19629 (default_gdb_start): Adjust to call default_gdb_spawn.
19630 (gdb_spawn): New procedure.
19631
bd293940
PA
196322014-07-14 Pedro Alves <palves@redhat.com>
19633
19634 * lib/gdb.exp (gdb_assert): New procedure.
19635 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19636
c933f875
PA
196372014-07-14 Pedro Alves <palves@redhat.com>
19638
19639 * gdb.base/execution-termios.c: New file.
19640 * gdb.base/execution-termios.exp: New file.
19641
d98b7a16
TT
196422014-07-14 Tom Tromey <tromey@redhat.com>
19643
19644 * gdb.cp/vla-cxx.cc: New file.
19645 * gdb.cp/vla-cxx.exp: New file.
19646
548740d6
TT
196472014-07-14 Tom Tromey <tromey@redhat.com>
19648
19649 * gdb.reverse/rerun-prec.c: New file.
19650 * gdb.reverse/rerun-prec.exp: New file.
19651
a25eb028
MR
196522014-07-12 Maciej W. Rozycki <macro@mips.com>
19653 Maciej W. Rozycki <macro@codesourcery.com>
19654
19655 * lib/gdb-utils.exp: New file.
19656 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19657 inline `gdb_init_command' processing.
19658 (gdb_start_cmd): Likewise.
19659 * lib/mi-support.exp (mi_run_cmd): Likewise.
19660 * README: Document `gdb_init_command' and `gdb_init_commands'.
19661
218c2655
JK
196622014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19663
19664 Fix false FAIL running under a very long directory name.
19665 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19666 and "set print elements 10000". Twice.
19667
5401fde3
YQ
196682014-07-11 Yao Qi <yao@codesourcery.com>
19669
19670 * gdb.base/exprs.exp: "set print symbol off".
19671
e76126e8
PA
196722014-07-11 Pedro Alves <palves@redhat.com>
19673
19674 * gdb.threads/kill.c: New file.
19675 * gdb.threads/kill.exp: New file.
19676
2d6f0de6
YQ
196772014-07-10 Yao Qi <yao@codesourcery.com>
19678
19679 * gdb.trace/tfile.c (write_basic_trace_file)
19680 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19681 address written to trace file.
19682
7180e04a
PA
196832014-07-09 Pedro Alves <palves@redhat.com>
19684
19685 * gdb.base/attach-wait-input.exp: New file.
19686 * gdb.base/attach-wait-input.c: New file.
19687
9a9a7608
AB
196882014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19689
19690 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19691 setting up test structures.
19692 (main): Call new test function.
19693 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19694 test function, continue into test function and walk test
19695 structures.
19696
161ac41e
YQ
196972014-07-02 Yao Qi <yao@codesourcery.com>
19698
19699 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19700 'bar_start' at the beginning of functions 'foo' and 'bar'
19701 respectively.
19702 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19703 instead of 'foo' and 'bar'.
19704
1f267ae3
MM
197052014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19706
19707 * gdb.btrace/segv.exp: New.
19708 * gdb.btrace/segv.c: New.
19709
2b239efb
LM
197102014-07-02 Luis Machado <lgustavo@codesourcery.com>
19711
19712 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19713 instruction.
19714
cf363f18
MW
197152014-06-30 Mark Wielaard <mjw@redhat.com>
19716
19717 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19718 vulture, vilify, villar): New volatile array constants.
19719 (vindictive, vegetation): New const volatile array constants.
19720 * gdb.base/volatile.exp: Test volatile and const volatile array
19721 types.
19722
aebf9d24
AA
197232014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19724
19725 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19726 target lacks support for awatch, rwatch, or hbreak.
19727
b67a2c6f
YQ
197282014-06-27 Yao Qi <yao@codesourcery.com>
19729
19730 * gdb.multi/dummy-frame-restore.exp: New.
19731 * gdb.multi/dummy-frame-restore.c: New.
19732
aef92902
MM
197332014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19734
19735 * gdb.btrace/gcore.exp: New.
19736
8e9db26e
PA
197372014-06-23 Pedro Alves <palves@redhat.com>
19738
19739 * gdb.base/watchpoint-reuse-slot.c: New file.
19740 * gdb.base/watchpoint-reuse-slot.exp: New file.
19741
70afc5b7
SC
197422014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19743
19744 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19745 progspace's filename in 'info', 'enable' and 'disable' command
19746 tests.
19747
b972bd9c
JK
197482014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19749
19750 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19751 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19752 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19753
125f8a3d
GB
197542014-06-20 Gary Benson <gbenson@redhat.com>
19755
19756 * gdb.arch/i386-avx.exp: Fix include file location.
19757 * gdb.arch/i386-sse.exp: Likewise.
19758
3ed9baed
IB
197592014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19760
19761 * gdb.dlang/expression.exp: New file.
19762
034f788c
PA
197632014-06-19 Pedro Alves <palves@redhat.com>
19764
19765 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19766 out from ...
19767 (top level): ... here. Iterate running tests under different
19768 scheduler-locking settings.
19769
45371d0c
LM
197702014-06-18 Luis Machado <lgustavo@codesourcery.com>
19771
19772 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19773 to DW_FORM_addr and use non-zero addresses.
19774
5d376983
SC
197752014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19776
19777 PR gdb/17017
19778 * gdb.python/py-xmethods.cc: Add global function call counters and
19779 increment them in their respective functions. Remove "cout"
19780 statements.
19781 * gdb.python/py-xmethods.exp: Make tests check the global function
19782 call counters instead of depending on inferior IO.
19783
a1aa2221
LM
197842014-06-18 Don Breazeal <donb@codesourcery.com>
19785
19786 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19787 Deleted procedure.
19788 (explicit_fork_parent_follow): Deleted procedure.
19789 (explicit_fork_child_follow): Deleted procedure.
19790 (test_follow_fork): New procedure.
19791 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 19792 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
19793 procedure calls.
19794
0fc05997
YQ
197952014-06-17 Yao Qi <yao@codesourcery.com>
19796
19797 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19798 CP1252.
19799
70795c52
LM
198002014-06-17 Luis Machado <lgustavo@codesourcery.com>
19801
19802 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19803 Initialize ptr and S explicitly.
19804 (skip_type_update_when_not_use_rtti_test): Likewise.
19805
6be47f0c
KS
198062014-06-16 Keith Seitz <keiths@redhat.com>
19807
19808 PR mi/15863
19809 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19810 the inferior is started.
19811
d03de421
PA
198122014-06-16 Pedro Alves <palves@redhat.com>
19813
19814 * gdb.base/break-main-file-remove-fail.c: New file.
19815 * gdb.base/break-main-file-remove-fail.exp: New file.
19816 * gdb.base/break-unload-file.exp: Use build_executable instead of
19817 prepare_for_testing.
19818 (test_break): New parameter "initial_load". Handle it.
19819 (top level): Add initial_load cmdline/file axis.
19820
f9579b99
TT
198212014-06-12 Tom Tromey <tromey@redhat.com>
19822
19823 * gdb.base/completion.exp: Don't use directory name in test.
19824
3657956b
GB
198252014-06-09 Gary Benson <gbenson@redhat.com>
19826
19827 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19828 separate the always-available ANSI-standard signals from the
19829 signals that require checking.
19830 (main): Likewise.
19831 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19832 Likewise.
19833 (main): Likewise.
19834
4186eb54
KS
198352014-06-07 Keith Seitz <keiths@redhat.com>
19836
19837 Revert:
19838 PR c++/16253
19839 * gdb.cp/var-tag.cc: New file.
19840 * gdb.cp/var-tag.exp: New file.
19841 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19842 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19843 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19844 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19845
25326a28 198462014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
19847
19848 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19849
829155c9
PA
198502014-06-06 Pedro Alves <palves@redhat.com>
19851
19852 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19853 in target debug output instead of looking at RSP packets,
19854 disabling the test on any target that uses hardware stepping.
19855 Update comments.
19856
61c8d22e
PA
198572014-06-06 Pedro Alves <palves@redhat.com>
19858
19859 * gdb.base/break-unload-file.exp: Fix typo.
19860
d9a47287
YQ
198612014-06-06 Yao Qi <yao@codesourcery.com>
19862
19863 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19864 from "jit_function" to "^jit_function".
19865
e5e01dbf
YQ
198662014-06-06 Yao Qi <yao@codesourcery.com>
19867
19868 * gdb.base/async.c (foo): Add one statement.
19869 * gdb.base/async.exp: Get the next instruction address and
19870 match the output of "nexti" by instruction address. Match
19871 the hex address in the output of "finish".
19872
73ba372c
GB
198732014-06-06 Gary Benson <gbenson@redhat.com>
19874
19875 * gdb.base/call-signals.c: Remove preprocessor conditionals
19876 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19877 SIGSEGV and SIGTERM.
19878 * gdb.base/sigall.c: Likewise.
19879 * gdb.base/unwindonsignal.c: Likewise.
19880 * gdb.reverse/sigall-reverse.c: Likewise.
19881
831517df
YQ
198822014-06-06 Yao Qi <yao@codesourcery.com>
19883
19884 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19885 readable, skip the test.
19886
b8b91e98
YQ
198872014-06-06 Yao Qi <yao@codesourcery.com>
19888
19889 * gdb.threads/staticthreads.c (thread_function): Move the line
19890 setting breakpoint on forward.
19891 * gdb.threads/staticthreads.exp: Update comments.
19892
fb934770
LC
198932014-06-05 Ludovic Courtès <ludo@gnu.org>
19894
19895 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19896 "history-append! type error".
19897
6ef284bd
SM
198982014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19899
19900 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19901 erroneous dprintf expected input.
19902
a872e241
DE
199032014-06-04 Doug Evans <xdje42@gmail.com>
19904
19905 * gdb.guile/scm-generics.exp: Delete.
19906
16f691fb
DE
199072014-06-04 Doug Evans <xdje42@gmail.com>
19908
19909 * gdb.guile/scm-breakpoint.exp: Update.
19910 Add tests for breakpoint registration.
19911
012370f6
TT
199122014-06-04 Tom Tromey <tromey@redhat.com>
19913
19914 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19915 VLA-in-union.
19916 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19917 inner_vla_struct, vla_union types. Initialize objects of those
19918 types and compute their sizes.
19919
9f5a4cef
HZ
199202014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19921 Hui Zhu <hui@codesourcery.com>
19922
19923 * gdb.base/fileio.exp: Add test for shell not available as well as
19924 available.
19925 * gdb.base/fileio.c (test_system): Check for shell twice.
19926
90a45c4d
YQ
199272014-06-04 Yao Qi <yao@codesourcery.com>
19928
19929 * gdb.base/auto-connect-native-target.exp: Remove redundant
19930 space from the regexp pattern.
19931
70017e41
YQ
199322014-06-04 Yao Qi <yao@codesourcery.com>
19933
19934 * gdb.base/default.exp: Replace "child" with "native" in
19935 regexp pattern.
19936
883964a7
SC
199372014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19938
19939 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19940 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19941 * gdb.python/py-xmethods.py: Python script supporting the
19942 new testcase and tests.
19943
ef370185
JB
199442014-06-03 Joel Brobecker <brobecker@adacore.com>
19945 Pedro Alves <palves@redhat.com>
19946
19947 PR breakpoints/17000
19948 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19949 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19950
1e2ccb61
BM
199512014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19952
19953 * gdb.base/subst.exp: Add tests to verify partial path matching
19954 output.
19955
c6ec5ab2
PA
199562014-06-03 Pedro Alves <palves@redhat.com>
19957
19958 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19959 target that doesn't use software single-stepping.
19960
835c559f
PA
199612014-06-03 Pedro Alves <palves@redhat.com>
19962
19963 PR breakpoints/17000
19964 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19965 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19966
06eb1586
DE
199672014-06-02 Doug Evans <xdje42@gmail.com>
19968
19969 * gdb.guile/scm-parameter.exp: New file.
19970
e698b8c4
DE
199712014-06-02 Doug Evans <xdje42@gmail.com>
19972
19973 * gdb.guile/scm-cmd.c: New file.
19974 * gdb.guile/scm-cmd.exp: New file.
19975
ded03782
DE
199762014-06-02 Doug Evans <xdje42@gmail.com>
19977
19978 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19979 pretty-printer lookup.
19980 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19981 (make-pp_s-printer): Call it.
19982 (make-pretty-printer-from-dict): New function.
19983 (lookup-pretty-printer-maker-from-dict): New function.
19984 (*pretty-printer*): Simplify.
19985 (make-objfile-pp_s-printer): New function.
19986 (install-objfile-pretty-printers!): New function.
19987 (make-progspace-pp_s-printer): New function.
19988 (install-progspace-pretty-printers!): New function.
19989 * gdb.guile/scm-progspace.c: New file.
19990 * gdb.guile/scm-progspace.exp: New file.
19991
41fac0cf
PA
199922014-06-02 Pedro Alves <palves@redhat.com>
19993
19994 * gdb.base/dprintf-bp-same-addr.c: New file.
19995 * gdb.base/dprintf-bp-same-addr.exp: New file.
19996
96ae5695
EBM
199972014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19998
19999 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
20000 * gdb.arch/powerpc-power.s: Likewise.
20001
da02b3a8
JB
200022014-06-02 Joel Brobecker <brobecker@adacore.com>
20003
20004 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
20005
c72b2e7b
YQ
200062014-06-01 Yao Qi <yao@codesourcery.com>
20007
20008 * gdb.base/watchpoint.exp (test_watch_location): Check null
20009 pointer can be dereferenced. If not, do the test, otherwise
20010 skip it.
20011
53e8a631
AB
200122014-05-30 Andrew Burgess <aburgess@broadcom.com>
20013
20014 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
20015 results.
20016 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
20017
938f0e2f
AB
200182014-05-30 Andrew Burgess <aburgess@broadcom.com>
20019
20020 * gdb.arch/amd64-invalid-stack-middle.S: New file.
20021 * gdb.arch/amd64-invalid-stack-middle.c: New file.
20022 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
20023 * gdb.arch/amd64-invalid-stack-top.c: New file.
20024 * gdb.arch/amd64-invalid-stack-top.exp: New file.
20025
9ba6657a
PA
200262014-05-30 Pedro Alves <palves@redhat.com>
20027
20028 PR breakpoints/17000
20029 * gdb.base/sss-bp-on-user-bp.c: New file.
20030 * gdb.base/sss-bp-on-user-bp.exp: New file.
20031
522c09bf
DB
200322014-05-30 David Blaikie <dblaikie@gmail.com>
20033
20034 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
20035 gnu_inline semantics via attribute.
20036 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
20037 source explicitly specifies the required semantics.
20038
bf4ef81e
MR
200392014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
20040
20041 * gdb.reverse/sigall-reverse.exp: Fix a typo.
20042
329ea579
PA
200432014-05-29 Pedro Alves <palves@redhat.com>
20044 Tom Tromey <tromey@redhat.com>
20045
20046 * gdb.base/async-shell.exp: Don't enable target-async.
20047 * gdb.base/async.exp
20048 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
20049 parameter. Adjust.
20050 (top level): Don't test with "target-async".
20051 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
20052 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
20053 * gdb.base/inferior-died.exp: Don't enable target-async.
20054 * gdb.base/interrupt-noterm.exp: Likewise.
20055 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
20056 * gdb.mi/mi-nonstop-exit.exp: Likewise.
20057 * gdb.mi/mi-nonstop.exp: Likewise.
20058 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
20059 * gdb.mi/mi-nsintrall.exp: Likewise.
20060 * gdb.mi/mi-nsmoribund.exp: Likewise.
20061 * gdb.mi/mi-nsthrexec.exp: Likewise.
20062 * gdb.mi/mi-watch-nonstop.exp: Likewise.
20063 * gdb.multi/watchpoint-multi.exp: Adjust comment.
20064 * gdb.python/py-evsignal.exp: Don't enable target-async.
20065 * gdb.python/py-evthreads.exp: Likewise.
20066 * gdb.python/py-prompt.exp: Likewise.
20067 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
20068 * gdb.server/solib-list.exp: Don't enable target-async.
20069 * gdb.threads/thread-specific-bp.exp: Likewise.
20070 * lib/mi-support.exp: Adjust to use mi-async.
20071
fd664c91
PA
200722014-05-29 Pedro Alves <palves@redhat.com>
20073
20074 PR gdb/13860
20075 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
20076 reason, even in sync mode.
20077
251bde03
PA
200782014-05-29 Pedro Alves <palves@redhat.com>
20079 Hui Zhu <hui@codesourcery.com>
20080
20081 PR PR15693
20082 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
20083 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
20084 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
20085 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
20086
7f3c0343
JB
200872014-05-28 Joel Brobecker <brobecker@adacore.com>
20088
20089 * config/monitor.exp (gdb_target_monitor): Replace use of
20090 "set remotebaud" by "set serial baud".
20091
b2715b27
AW
200922014-05-26 Andy Wingo <wingo@igalia.com>
20093
20094 * gdb.guile/scm-breakpoint.exp:
20095 * gdb.guile/scm-gsmob.exp: Update to use plain old object
20096 properties instead of gdb-object-properties.
20097
498a4489
YQ
200982014-05-26 Yao Qi <yao@codesourcery.com>
20099
20100 * gdb.server/no-thread-db.exp: Specify source file name
20101 explicitly when setting a breakpoint.
20102
589fdceb
MM
201032014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20104
20105 * gdb.btrace/vdso.c: New.
20106 * gdb.btrace/vdso.exp: New.
20107
e9089e05
MM
201082014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20109
20110 * gdb.base/gcore.exp (capture_command_output): Move ...
20111 * lib/gdb.exp (capture_command_output): ... here.
20112
67b5c0c1
MM
201132014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20114
20115 * gdb.btrace/data.exp: Test memory access during btrace replay.
20116
a2199296
SM
201172014-05-22 Simon Marchi <simon.marchi@ericsson.com>
20118
20119 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
20120
17b2616c
PA
201212014-05-21 Pedro Alves <palves@redhat.com>
20122
20123 PR gdb/13860
20124 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
20125 (top level): Test that output related to execution commands is
20126 sent to the console with CLI commands, but not with MI commands.
20127 Test that breakpoint events are always mirrored to the console.
20128 Also expect the new source line to be output after a "next" in
20129 async mode too. Make it a pass/fail test.
20130 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
20131 output.
20132 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
20133
5166082f
PA
201342014-05-21 Pedro Alves <palves@redhat.com>
20135
20136 * gdb.base/list.exp (build_pattern, test_list): New procedures.
20137 Use them to test variations of "list" after reaching a breakpoint.
20138 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
20139 Test "list" with listsize 10 after reaching a breakpoint.
20140 * gdb.python/python.exp (decode_line current location line
20141 number): Adjust expected line number.
20142
2f25d70f
SM
201432014-05-21 Simon Marchi <simon.marchi@ericsson.com>
20144
20145 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
20146 behavior for $args, pass it directly to "run".
20147
ff604a67
MR
201482014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
20149
20150 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
20151 30000 to 65536.
20152
6a3cb8e8
PA
201532014-05-21 Pedro Alves <palves@redhat.com>
20154
20155 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20156 auto-connect-native-target off".
20157 * gdb.base/auto-connect-native-target.c: New file.
20158 * gdb.base/auto-connect-native-target.exp: New file.
20159
4ebfc96e
PA
201602014-05-21 Pedro Alves <palves@redhat.com>
20161
20162 * gdb.base/default.exp: Test "target native" instead of "target
20163 child".
20164
36d46afb
MW
201652014-05-21 Mark Wielaard <mjw@redhat.com>
20166
20167 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20168
5876f503
JK
201692014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20170
20171 Fix TLS access for -static -pthread.
20172 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20173 <HAVE_TLS> (thread_function, main): Initialize it.
20174 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20175 Add clean_restart.
20176 <$have_tls != "">: Check TLSVAR.
20177
0256a6ac
PA
201782014-05-21 Pedro Alves <palves@redhat.com>
20179
20180 * gdb.base/dcache-line-read-error.c: New.
20181 * gdb.base/dcache-line-read-error.exp: New.
20182
936d2992
PA
201832014-05-20 Pedro Alves <palves@redhat.com>
20184
20185 * gdb.base/compare-sections.c: New file.
20186 * gdb.base/compare-sections.exp: New file.
20187
802e8e6d
PA
201882014-05-20 Pedro Alves <palves@redhat.com>
20189
20190 * gdb.base/break-idempotent.c: New file.
20191 * gdb.base/break-idempotent.exp: New file.
20192
e59fa00f
MM
201932014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20194
20195 * gdb.btrace/nohist.exp: New.
20196
8b696e31
YQ
201972014-05-20 Yao Qi <yao@codesourcery.com>
20198
20199 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20200 gdb.reverse directory and gdb_reverse_timeout exists in board
20201 setting.
20202 * README: Document gdb_reverse_timeout.
20203
73c9764f
YQ
202042014-05-20 Yao Qi <yao@codesourcery.com>
20205
20206 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20207 'test_file_name'. Treat args as a string instead of a list.
20208 (gdb_init): Rename argument 'args' by 'test_file_name'.
20209
f1f4348a
JK
202102014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20211
20212 * gdb.arch/powerpc-power.exp: New file.
20213 * gdb.arch/powerpc-power.s: New file.
20214
0dbe70ce
DE
202152014-05-16 Doug Evans <dje@google.com>
20216
20217 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
20218 * gdb.base/completion.exp: Check that all expected files exist
20219 before doing file completion.
0dbe70ce 20220
8d551b02
DE
202212014-05-16 Doug Evans <dje@google.com>
20222
20223 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20224 Update.
20225 (do_syscall_tests_without_xml): Update.
20226
73eb7709
PA
202272014-05-16 Pedro Alves <palves@redhat.com>
20228
20229 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20230 instead of "unknown output after running".
20231
3fae92fc
YQ
202322014-05-16 Yao Qi <yao@codesourcery.com>
20233
20234 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20235 file1.txt from host at the end.
20236 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20237
c2b2ccc5
DE
202382014-05-15 Doug Evans <dje@google.com>
20239
20240 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20241 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20242 loading file. Add test for TU lookup.
20243
8c217a4b
SM
202442014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20245
20246 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20247 calling "-exec-arguments" or "set args" before running the
20248 inferior.
20249
3deb39c6
SM
202502014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20251
20252 * lib/mi-support.exp (mi_expect_stop): Expect message for
20253 inferiors that exit with non-zero exit code.
20254
71a79f8c
YQ
202552014-05-14 Yao Qi <yao@codesourcery.com>
20256
20257 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20258 match absolute path on remote host.
20259 (test_file_list_exec_source_files): Remove "/" from the
20260 pattern.
20261
f23fcd46
YQ
202622014-05-14 Yao Qi <yao@codesourcery.com>
20263
20264 * boards/local-remote-host-notty.exp (${board}_file): New
20265 proc.
20266
9404b58f
KM
202672014-05-07 Kyle McMartin <kyle@redhat.com>
20268
20269 Pushed by Joel Brobecker <brobecker@adacore.com>.
20270 * gdb.arch/aarch64-atomic-inst.c: New file.
20271 * gdb.arch/aarch64-atomic-inst.exp: New file.
20272
5e45f04c
YQ
202732014-05-07 Yao Qi <yao@codesourcery.com>
20274
20275 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20276 in current context" too.
20277
c888a17d
KS
202782014-05-05 Keith Seitz <keiths@redhat.com>
20279
20280 * gdb.linespec/ls-dollar.exp: Add test for linespec
20281 file:convenience_variable.
20282
290a839c
YQ
202832014-05-05 Yao Qi <yao@codesourcery.com>
20284
20285 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20286 traceframes into tfile and ctf trace files. Read data from
20287 trace file and test collected data.
20288 (gdb_collect_locals_test): Likewise.
20289 (gdb_unavailable_registers_test): Likewise.
20290 (gdb_unavailable_floats): Likewise.
20291 (gdb_collect_globals_test): Likewise.
20292 (top-level): Append "ctf" to trace_file_targets if GDB
20293 supports.
20294
b5262cd0
YQ
202952014-05-05 Yao Qi <yao@codesourcery.com>
20296
20297 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20298 code to ...
20299 (gdb_collect_args_test_1): ... it. New proc.
20300 (gdb_collect_locals_test): Move some code to ...
20301 (gdb_collect_locals_test_1): ... it. New proc.
20302 (gdb_unavailable_registers_test): Move some code to ...
20303 (gdb_unavailable_registers_test_1): ... it. New proc.
20304 (gdb_unavailable_floats): Move some code to ...
20305 (gdb_unavailable_floats_1): ... it. New proc.
20306
30a1e6cc
SDJ
203072014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20308
20309 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20310 probes to test for bitness recognition.
20311 * gdb.arch/amd64-stap-optional-prefix.exp
20312 (test_probe_value_without_reg): New procedure.
20313 Add code to test for different kinds of bitness.
20314
f33da99a
SDJ
203152014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20316
20317 PR breakpoints/16889
20318 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20319 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20320
5b80f00d
PA
203212014-05-01 Pedro Alves <palves@redhat.com>
20322
20323 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20324 gdb_file_cmd if no file is specified.
20325 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20326 last_loaded_file to set the remote exec-file.
20327
f8c2a73c
PA
203282014-05-01 Pedro Alves <palves@redhat.com>
20329
20330 * boards/local-remote-host.exp: New file.
20331
be6e8ac7
PA
203322014-05-01 Pedro Alves <palves@redhat.com>
20333
20334 * boards/local-remote-host.exp: Rename to ...
20335 * boards/local-remote-host-notty.exp: ... this.
20336
cac0dc8f
JB
203372014-04-28 Joel Brobecker <brobecker@adacore.com>
20338
20339 * gdb.ada/dyn_arrayidx: New testcase.
20340
9730e6cc
YQ
203412014-04-26 Yao Qi <yao@codesourcery.com>
20342
20343 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20344 and compute the length of function main. Save it in
20345 $main_length.
20346 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20347 (top-level): Use gdb_compile to compile objects into
20348 executable and restart GDB. Remove invocation to
20349 prepare_for_testing.
20350
7ae1a6a6
PA
203512014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20352 Pedro Alves <palves@redhat.com>
20353
20354 PR server/16255
20355 * gdb.multi/multi-attach.c: New file.
20356 * gdb.multi/multi-attach.exp: New file.
20357
4082afcc
PA
203582014-04-25 Pedro Alves <palves@redhat.com>
20359
20360 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20361 user.
20362 (top level): Test that "set remote conditional-breakpoints-packet
20363 off" works as intended.
20364 * gdb.base/dprintf.exp: Test that "set remote
20365 breakpoint-commands-packet off" works as intended.
20366 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20367 New function.
20368 (top level): Call it.
20369 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20370 remote fast-tracepoints-packet off" works as intended.
20371 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20372 * lib/gdb.exp (gdb_is_target_remote): ... here.
20373
2abc3f8d
DB
203742014-04-24 David Blaikie <dblaikie@gmail.com>
20375
20376 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20377 ensure clang would not discard them.
20378 * gdb.base/gdbvars.c: Ditto.
20379 * gdb.base/memattr.c: Ditto.
20380 * gdb.base/whatis.c: Ditto.
20381 * gdb.python/py-prettyprint.c: Ditto.
20382 * gdb.trace/actions.c: Ditto.
20383 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20384 ensure clang would not discard it.
20385
bfd39632
DB
203862014-04-24 David Blaikie <dblaikie@gmail.com>
20387
20388 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20389 clang to emit the full definition of type required by the test
20390 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20391
22842ff6
DB
203922014-04-24 David Blaikie <dblaikie@gmail.com>
20393
20394 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20395 coax Clang into emitting the definition of the type.
20396 * gdb.cp/pr10728-x.h (y): Ditto.
20397 * gdb.cp/pr10728-y.cc (y): Ditto.
20398
c2e827ad
DB
203992014-04-24 David Blaikie <dblaikie@gmail.com>
20400
20401 * gdb.base/label.exp: XFAIL label related tests under Clang.
20402 * gdb.cp/cplabel.exp: Ditto.
20403 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20404 under Clang those using labels.
20405
4c2d33e7
YQ
204062014-04-25 Yao Qi <yao@codesourcery.com>
20407
20408 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20409 double_label.
20410 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20411 partial_label and double_label.
20412
56083b99
DB
204132014-04-24 David Blaikie <dblaikie@gmail.com>
20414
20415 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20416
25d4e99d
DB
204172014-04-24 David Blaikie <dblaikie@gmail.com>
20418
20419 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20420 of the function to work across GCC and Clang.
20421 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20422 pointer types (const void ** const V void **).
20423
01f9f808
MS
204242014-04-24 Michael Sturm <michael.sturm@mintel.com>
20425 Walfred Tedeschi <walfred.tedeschi@intel.com>
20426
20427 * Makefile.in (EXECUTABLES): Added i386-avx512.
20428 * gdb.arch/i386-avx512.c: New file.
20429 * gdb.arch/i386-avx512.exp: Likewise.
20430
4b48d439
KS
204312014-04-23 Keith Seitz <keiths@redhat.com>
20432
20433 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20434 (mi_make_breakpoint_table): New procedure.
20435 (mi_create_breakpoint): Use mi_make_breakpoint
20436 and return the result.
20437 (mi_make_breakpoint): New procedure.
20438 (mi_build_kv_pairs): New procedure.
20439
20440 * gdb.mi/mi-break.exp: Remove unused globals,
20441 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20442 All callers updated.
20443 * gdb.mi/mi-dprintf.exp: Use variable to track command
20444 number.
20445 Update all callers of mi_create_breakpoint and use
20446 mi_make_breakpoint_table.
20447 Remove any unused global variables.
20448 * gdb.mi/mi-nonstop.exp: Likewise.
20449 * gdb.mi/mi-nsintrall.exp: Likewise.
20450 * gdb.mi/mi-nsmoribund.exp: Likewise.
20451 * gdb.mi/mi-nsthrexec.exp: Likewise.
20452 * gdb.mi/mi-reverse.exp: Likewise.
20453 * gdb.mi/mi-simplerun.exp: Likewise.
20454 * gdb.mi/mi-stepn.exp: Likewise.
20455 * gdb.mi/mi-syn-frame.exp: Likewise.
20456 * gdb.mi/mi-until.exp: Likewise.
20457 * gdb.mi/mi-var-cp.exp: Likewise.
20458 * gdb.mi/mi-var-display.exp: Likewise.
20459 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20460 * gdb.mi/mi2-var-child.exp: Likewise.
20461 * gdb.mi/mi-vla-c99.exp: Likewise.
20462 * lib/mi-support.exp: Likewise.
20463
20464 From Ian Lance Taylor <iant@cygnus.com>:
20465 * lib/gdb.exp (parse_args): New procedure.
20466
08351840
PA
204672014-04-23 Pedro Alves <palves@redhat.com>
20468
20469 * gdb.base/break-unload-file.c: New file.
20470 * gdb.base/break-unload-file.exp: New file.
20471 * gdb.base/sym-file-lib.c (baz): New function.
20472 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20473 field.
20474 (load): Store the segment's mapped size.
20475 (unload): New function.
20476 (unload_shlib): New function.
20477 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20478 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20479 set a breakpoint at baz, and call it.
20480 * gdb.base/sym-file.exp: New tests for stale breakpoint
20481 instructions.
20482
076855f9
PA
204832014-04-23 Pedro Alves <palves@redhat.com>
20484
20485 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20486 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20487 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20488 * gdb.base/hbreak-unmapped.c: New file.
20489 * gdb.base/hbreak-unmapped.exp: New file.
20490 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20491 * lib/gdb.exp (gdb_is_target_remote): ... here.
20492
483805cf
PA
204932014-04-22 Pedro Alves <palves@redhat.com>
20494
20495 * gdb.base/consecutive-step-over.c: New file.
20496 * gdb.base/consecutive-step-over.exp: New file.
20497
06d97543
PA
204982014-04-22 Pedro Alves <palves@redhat.com>
20499
20500 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20501 instead of send_gdb/gdb_expect.
20502
b4429ea2
YQ
205032014-04-22 Yao Qi <yao@codesourcery.com>
20504
20505 * lib/trace-support.exp (generate_tracefile): New procedure.
20506 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20507 return 0.
20508 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20509 if generate_tracefile returns 1.
20510
51d48146
PA
205112014-04-18 Tom Tromey <palves@redhat.com>
20512 Pedro alves <tromey@redhat.com>
20513
20514 PR backtrace/15558
20515 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20516 with a backtrace limit.
20517 * gdb.python/py-frame-inline.exp: Test running to an inline
20518 function with a backtrace limit, and printing the newest frame.
20519 * gdb.python/py-frame-inline.c (main): Call f.
20520
bd1dce5f
MS
205212014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20522
20523 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20524
40d1a503
MS
205252014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20526
20527 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20528 Drop prefix from unsupported source file path.
20529
389b98f7
YQ
205302014-04-17 Yao Qi <yao@codesourcery.com>
20531
20532 * lib/gdb.exp (with_target_charset): New proc.
20533 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20534 with_target_charset.
20535 (test_print_strings): Likewise.
20536 (test_repeat_bytes): Likewise.
20537 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20538 for some tests.
20539
22869d73
KS
205402014-04-16 Keith Seitz <keiths@redhat.com>
20541
20542 PR gdb/15827
20543 * gdb.dwarf2/corrupt.c: New file.
20544 * gdb.dwarf2/corrupt.exp: New file.
20545
c4f87ca6
KS
205462014-04-16 Keith Seitz <keiths@redhat.com>
20547
20548 PR c++/16597
20549 * gdb.cp/namelessclass.cc: New file.
20550 * gdb.cp/namelessclass.exp: New file.
20551 * gdb.cp/namelessclass.S: New file.
20552
ab19de87
DE
205532014-04-16 Doug Evans <dje@google.com>
20554
20555 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20556 Add comment.
20557 (gdbserver_default_get_comm_port): New function.
20558 (gdbserver_start): Check if board file provided
20559 "gdbserver,get_comm_port" and use it if so.
20560 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20561 (gdb,socketport): Set to "stdio".
20562 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20563 (stdio_gdbserver_template): Delete.
20564 (${board}_get_remote_address): Update.
20565 (${board}_build_remote_cmd): Delete.
20566 (${board}_get_comm_port): New function.
20567 (${board}_spawn): Update.
20568 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20569 Delete.
20570 (${board}_get_remote_address): Update.
20571 (${board}_get_comm_port): New function.
20572
fc98a809
AB
205732014-04-16 Andrew Burgess <aburgess@broadcom.com>
20574
20575 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20576 appearing in any order.
20577
87fd9e6e
DE
205782014-04-15 Doug Evans <dje@google.com>
20579
20580 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20581 uninitialized value of "description".
20582
099fc3ea
KS
205832014-04-15 Keith Seitz <keiths@redhat.com>
20584
20585 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20586 Remove unused globals.
20587 (test_running_the_program): Likewise.
20588 (test_controlled_execution): Likewise.
20589 (test_controlling_breakpoints): Likewise.
20590 (test_program_termination): Likewise.
20591
5da151d4
KS
205922014-04-15 Keith Seitz <keiths@redhat.com>
20593
20594 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20595 unused globals.
20596 (test_rbreak_creation_and_listing): Likewise.
20597 (test_ignore_count): Likewise.
20598 (test_error): Likewise.
20599
35e5d2f0
PA
206002014-04-15 Pedro Alves <palves@redhat.com>
20601
20602 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20603 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20604 sym-file-loader.c.
20605 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20606 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20607 to sym-file-loader.c.
20608 (struct library): Forward declare.
20609 (load_shlib, lookup_function): Change prototypes.
20610 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20611 (translate_offset): Remove declarations.
20612 (get_text_addr): New declaration.
20613 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20614 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20615 sym-file-loader.h.
20616 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20617 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20618 here from sym-file-loader.h.
20619 (struct library): New structure.
20620 (load_shlib, lookup_function): Change prototypes and adjust to
20621 work with a struct library.
20622 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20623 (translate_offset): Make static.
20624 (get_text_addr): New function.
20625 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20626
eb4c1710
PA
206272014-04-15 Pedro Alves <palves@redhat.com>
20628
20629 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20630
2d1baf52
PA
206312014-04-15 Pedro Alves <palves@redhat.com>
20632
20633 * gdb.base/sym-file-loader.c: Include <limits.h>.
20634 (SELF_LINK): New define.
20635 (get_origin): New function.
20636 (load_shlib): Use it.
20637 * gdb.base/sym-file.exp: Don't early return if the target is
20638 remote. Use runto_main, and issue fail is that fails. Use
20639 gdb_load_shlibs.
20640 (shlib_name): Delete.
20641 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20642
7dd6df01
PA
206432014-04-15 Pedro Alves <palves@redhat.com>
20644
20645 * gdb.base/sym-file.exp: Remove regex characters from test
20646 message. Don't refer to breakpoint numbers in test messages.
20647
b50c8614
KS
206482014-04-14 Keith Seitz <keiths@redhat.com>
20649
20650 PR c++/16253
20651 * gdb.cp/var-tag.cc: New file.
20652 * gdb.cp/var-tag.exp: New file.
20653 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20654 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20655 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20656 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20657
3d567982
TT
206582014-04-14 Tom Tromey <tromey@redhat.com>
20659
20660 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20661 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20662 type.
20663 * gdb.cp/enum-class.exp: New file.
20664 * gdb.cp/enum-class.cc: New file.
20665
0626fc76
TT
206662014-04-14 Tom Tromey <tromey@redhat.com>
20667
20668 * gdb.dwarf2/enum-type.exp: New file.
20669
dca325b3
SA
206702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20671
20672 * gdb.mi/mi-vla-c99.exp: New file.
20673 * gdb.mi/vla.c: New file.
20674
5854b38a
SA
206752014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20676
20677 * gdb.base/vla-datatypes.c: New file.
20678 * gdb.base/vla-datatypes.exp: New file.
20679
463bb957
SA
206802014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20681
20682 * gdb.base/vla-ptr.c: New file.
20683 * gdb.base/vla-ptr.exp: New file.
20684
3dd170be
SA
206852014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20686
20687 * gdb.dwarf2/count.exp: New file.
20688
5ecaaa66
SA
206892014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20690
20691 * gdb.base/vla-sideeffect.c: New file.
20692 * gdb.base/vla-sideeffect.exp: New file.
20693
41f1ada5
DB
206942014-04-14 David Blaikie <dblaikie@gmail.com>
20695
20696 * gdb.mi/non-stop.c: Add return value for non-void function return
20697 statement.
20698 * gdb.threads/staticthreads.c: Ditto.
20699
0be03e84
DE
207002014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20701 Doug Evans <xdje42@gmail.com>
20702
20703 * gdb.guile/scm-value.c: Improve test case.
20704 * gdb.guile/scm-value.exp: Add new test.
20705
f180a1fb
DB
207062014-04-11 David Blaikie <dblaikie@gmail.com>
20707
20708 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20709 override Clang's default.
20710
6b662e19
JB
207112014-04-11 Joel Brobecker <brobecker@adacore.com>
20712
20713 Revert the following changes (regressions):
20714
20715 * gdb.base/vla-sideeffect.c: New file.
20716 * gdb.base/vla-sideeffect.exp: New file.
20717
20718 * gdb.dwarf2/count.exp: New file.
20719
20720 * gdb.base/vla-multi.c: New file.
20721 * gdb.base/vla-multi.exp: New file.
20722
20723 * gdb.base/vla-ptr.c: New file.
20724 * gdb.base/vla-ptr.exp: New file.
20725
20726 * gdb.base/vla-datatypes.c: New file.
20727 * gdb.base/vla-datatypes.exp: New file.
20728
20729 * gdb.mi/mi-vla-c99.exp: New file.
20730 * gdb.mi/vla.c: New file.
20731
245a5f0b
KS
207322014-04-11 Keith Seitz <keiths@redhat.com>
20733
20734 PR c++/16675
20735 * gdb.cp/cpsizeof.exp: New file.
20736 * gdb.cp/cpsizeof.cc: New file.
20737
58a84dcf
SA
207382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20739
191a8a90
JB
20740 * gdb.mi/mi-vla-c99.exp: New file.
20741 * gdb.mi/vla.c: New file.
58a84dcf 20742
c8655f75
SA
207432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20744
20745 * gdb.base/vla-datatypes.c: New file.
20746 * gdb.base/vla-datatypes.exp: New file.
20747
024e13b4
SA
207482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20749
20750 * gdb.base/vla-ptr.c: New file.
20751 * gdb.base/vla-ptr.exp: New file.
20752
1a237e0e
SA
207532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20754
20755 * gdb.base/vla-multi.c: New file.
20756 * gdb.base/vla-multi.exp: New file.
20757
504f3432
SA
207582014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20759
20760 * gdb.dwarf2/count.exp: New file.
20761
3bce8237
SA
207622014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20763
191a8a90
JB
20764 * gdb.base/vla-sideeffect.c: New file.
20765 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 20766
322f9c21
YQ
207672014-04-11 Yao Qi <yao@codesourcery.com>
20768
20769 * gdb.base/completion.exp: Check file exists before running tests
20770 on file completion.
20771
d708bcd1
PA
207722014-04-10 Pedro Alves <palves@redhat.com>
20773
20774 * gdb.base/cond-eval-mode.c: New file.
20775 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20776 prepare_for_testing to build the new file. Check result of
20777 runto_main.
20778 (test_break, test_watch): New procedures.
20779 (top level): Use them.
20780
ae1d2761
PM
207812014-04-08 Pierre Muller <muller@sourceware.org>
20782
20783 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20784 Ctrl-V use for mingw hosts.
20785
7af389b8
SC
207862014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20787
20788 * gdb.python/py-value.c: Improve test case.
20789 * gdb.python/py-value.exp: Add new test.
20790
5e703181
DE
207912014-04-07 David Blaikie <dblaikie@gmail.com>
20792
20793 * lib/compiler.c: Identify the clang compiler.
20794 * lib/compiler.cc: Ditto.
20795
9810b410
YQ
207962014-04-03 Yao Qi <yao@codesourcery.com>
20797
20798 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20799
98d1b8dc
AB
208002014-04-01 Anton Blanchard <anton@samba.org>
20801
20802 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20803 messages unique.
20804
3114cea1
AB
208052014-04-01 Anton Blanchard <anton@samba.org>
20806
20807 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20808 prepare_for_testing.
20809
62f7182c
AB
208102014-04-01 Anton Blanchard <anton@samba.org>
20811
20812 * gdb.arch/ppc64-atomic-inst.c: Remove.
20813 * gdb.arch/ppc64-atomic-inst.S: New file.
20814 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20815
770e7fc7
DE
208162014-03-31 Doug Evans <dje@google.com>
20817
20818 * gdb.base/print-symbol-loading-lib.c: New file.
20819 * gdb.base/print-symbol-loading-main.c: New file.
20820 * gdb.base/print-symbol-loading.exp: New file.
20821
46e2bafa
YQ
208222014-03-31 Yao Qi <yao@codesourcery.com>
20823
20824 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20825
8776cfe9
JB
208262014-03-28 Joel Brobecker <brobecker@adacore.com>
20827
20828 * gdb.ada/mi_dyn_arr: New testcase.
20829
5d1ef361
DE
208302014-03-27 Doug Evans <dje@google.com>
20831
20832 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20833
b5bee914
YQ
208342014-03-27 Yao Qi <yao@codesourcery.com>
20835
20836 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20837 if target is nios2-*-*.
20838
0d4d0e77
YQ
208392014-03-26 Yao Qi <yao@codesourcery.com>
20840
20841 * lib/gdb.exp (readline_is_used): New proc.
20842 * gdb.base/completion.exp: Move tests on command complete up.
20843 Skip the rest of tests if readline is not used.
20844 * gdb.ada/complete.exp: Skp the test if readline is not
20845 used.
20846 * gdb.base/filesym.exp: Likewise.
20847 * gdb.base/macscp.exp: Likewise.
20848 * gdb.base/readline-ask.exp: Likewise.
20849 * gdb.base/readline.exp: Likewise.
20850 * gdb.python/py-cmd.exp: Likewise.
20851 * gdb.trace/tfile.exp: Likewise.
20852
29361eee
YQ
208532014-03-26 Yao Qi <yao@codesourcery.com>
20854
20855 * gdb.base/macscp.exp: Fix code format issues.
20856
bc9a5525
UW
208572014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20858
20859 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20860 * gdb.asm/powerpc64le.inc: New file.
20861
d3839ede
PA
208622014-03-25 Pedro Alves <palves@redhat.com>
20863 Doug Evans <dje@google.com>
20864
20865 * gdb.base/source-execution.c: New file.
20866 * gdb.base/source-execution.exp: New file.
20867 * gdb.base/source-execution.gdb: New file.
20868
01672a57
DE
208692014-03-24 Doug Evans <dje@google.com>
20870
20871 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20872 using fission.
20873
88bbeca9
HZ
208742014-03-24 Hui Zhu <hui@codesourcery.com>
20875 Pedro Alves <palves@redhat.com>
20876
20877 PR breakpoints/16101
20878 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20879 test pass/fail messages. Detect missing support for dprintf when
20880 breakpoints are actually inserted.
20881 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20882 breakpoints are actually inserted.
20883 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20884 fails.
20885
d2348791
JK
208862014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20887
20888 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20889
feef67ab
DE
208902014-03-22 Doug Evans <xdje42@gmail.com>
20891
20892 * gdb.python/python.exp (python not supported): Verify multi-line
20893 python command issues an error.
25d743f9 20894 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 20895 guile command issues an error.
feef67ab 20896
ecebef6a
MR
208972014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20898
20899 * gdb.threads/thread-specific.exp: Handle the lack of usable
20900 $this_breakpoint and $this_thread.
20901
ccdd1909
HZ
209022014-03-21 Hui Zhu <hui@codesourcery.com>
20903
20904 * gdb.base/attach.exp (do_command_attach_tests): New.
20905
beb460e8
PA
209062014-03-20 Tom Tromey <tromey@redhat.com>
20907 Pedro Alves <palves@redhat.com>
20908
20909 PR cli/15718
20910 * gdb.base/condbreak-call-false.c: New file.
20911 * gdb.base/condbreak-call-false.exp: New file.
20912
40acf43a
PA
209132014-03-20 Pedro Alves <palves@redhat.com>
20914
20915 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20916 Delete.
20917 (block_signals, unblock_signals): Delete.
20918 (child_function_2, main): Remove references to deleted variable
20919 and functions.
20920
9f5e1e02
PA
209212014-03-20 Pedro Alves <palves@redhat.com>
20922
20923 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20924 Use pthread_kill to signal thread 2.
20925 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20926 Adjust to make the test send itself a signal rather than using the
20927 host's "kill" command.
20928
99619bea
PA
209292014-03-20 Pedro Alves <palves@redhat.com>
20930
20931 * gdb.threads/multiple-step-overs.c: New file.
20932 * gdb.threads/multiple-step-overs.exp: New file.
20933 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20934 Adjust expected infrun debug output.
20935
2adfaa28
PA
209362014-03-20 Pedro Alves <palves@redhat.com>
20937
20938 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20939 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20940
31e77af2
PA
209412014-03-20 Pedro Alves <palves@redhat.com>
20942
20943 PR breakpoints/7143
20944 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20945 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20946 of gdb_test_multiple.
20947 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20948 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20949
b9f437de
PA
209502014-03-20 Pedro Alves <palves@redhat.com>
20951
20952 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20953 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20954
05adc73e
PA
209552014-03-19 Pedro Alves <palves@redhat.com>
20956
20957 * gdb.base/async.exp: Remove early return.
20958
6048b950
PA
209592014-03-19 Pedro Alves <palves@redhat.com>
20960
20961 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20962
8bcfb00a
PA
209632014-03-19 Pedro Alves <palves@redhat.com>
20964
20965 * gdb.base/async.exp (test_background): Expect \r\n after
20966 "completed." in the fail pattern.
20967
884e37dc
PA
209682014-03-19 Pedro Alves <palves@redhat.com>
20969
20970 * gdb.base/async.exp (test_background): New procedure.
20971 Use it for all background execution command tests.
20972
148e57e2
PA
209732014-03-19 Pedro Alves <palves@redhat.com>
20974
20975 * gdb.base/async.exp: Use prepare_for_testing.
20976
f48088c7
PA
209772014-03-19 Pedro Alves <palves@redhat.com>
20978
20979 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20980 the same line.
20981
e2f6c966
PA
209822014-03-19 Pedro Alves <palves@redhat.com>
20983
20984 * gdb.base/async.c (main): Add "jump here" and "until here" line
20985 marker comments.
20986 * gdb.base/async.exp (jump_here): New global.
20987 (jump& test): Use it.
20988 (until_here): New global.
20989 (until& test): Use it.
20990
c30568d4
PA
209912014-03-19 Pedro Alves <palves@redhat.com>
20992
20993 * gdb.base/async.exp: Don't frob gdb_protocol.
20994
0172b6a7
DE
209952014-03-18 Doug Evans <xdje42@gmail.com>
20996
20997 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20998 Fix spelling of exec-done-display.
20999
06c868a8
JK
210002014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
21001
21002 PR gdb/15358
21003 * gdb.base/gdb-sigterm.c: New file.
21004 * gdb.base/gdb-sigterm.exp: New file.
21005
0c7e1a46
PA
210062014-03-18 Pedro Alves <palves@redhat.com>
21007
21008 PR gdb/13860
21009 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
21010 * lib/mi-support.exp (mi_expect_stop): Add special handling for
21011 solib-event.
21012
f7c77d93
JB
210132014-03-17 Joel Brobecker <brobecker@adacore.com>
21014
21015 * gdb.ada/pckd_arr_ren: New testcase.
21016
5a1e8c7a
DE
210172014-03-13 Doug Evans <xdje42@gmail.com>
21018
21019 PR guile/16612
21020 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
21021 collect after discarding symbols.
21022
350e1a76
DE
210232014-03-13 Ludovic Courtès <ludo@gnu.org>
21024 Doug Evans <xdje42@gmail.com>
21025
21026 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
21027 to history survives a gc.
21028
a69900ae
PA
210292014-03-13 Pedro Alves <palves@redhat.com>
21030
21031 * gdb.base/default.exp: Don't test "target procfs".
21032
5db9f0bd
PA
210332014-03-13 Pedro Alves <palves@redhat.com>
21034
21035 * gdb.base/default.exp: Update "target child" and "target procfs"
21036 tests to not expect "Unix".
21037
b3ccfe11
TT
210382014-03-12 Tom Tromey <tromey@redhat.com>
21039
21040 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
21041 New procs. Add target-async tests.
21042 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
21043 Add target-async tests.
21044
646f4417
AA
210452014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21046
21047 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
21048 'func_start' and 'func_end' for the beginning and end of the
21049 function code, respectively.
21050 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
21051 'func_end' instead of 'func' and 'main'.
21052
288c211f
AA
210532014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21054
21055 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
21056 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
21057 generate the debug info assembler source.
21058
e0c0f156
AA
210592014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21060
21061 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
21062 * gdb.dwarf2/arr-subrange.exp: Likewise.
21063 * gdb.dwarf2/dwz.exp: Likewise.
21064 * gdb.dwarf2/method-ptr.exp: Likewise.
21065 * gdb.dwarf2/missing-sig-type.exp: Likewise.
21066 * gdb.dwarf2/subrange.exp: Likewise.
21067 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
21068 * gdb.dwarf2/implptrpiece.exp: Likewise.
21069 * gdb.dwarf2/nostaticblock.exp: Likewise.
21070
0e5c4555
AA
210712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21072
21073 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
21074 directory to absolute path name arguments.
21075
5ec18f2b
JG
210762014-03-10 Joel Brobecker <brobecker@adacore.com>
21077
21078 * gdb.ada/tagged_access: New testcase.
21079
847fc4f2
MM
210802014-03-07 Markus Metzger <markus.t.metzger@intel.com>
21081
21082 * gdb.btrace/data.exp: Update expected output.
21083
cc3da688
YQ
210842014-03-06 Yao Qi <yao@codesourcery.com>
21085
21086 * gdb.trace/pr16508.exp: New file.
21087
0f26cec1
PA
210882014-03-05 Pedro Alves <palves@redhat.com>
21089
21090 PR gdb/16575
21091 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
21092 procedure.
21093 (top level): Adjust to use it. Add tests that exercise breakpoint
21094 interaction with the code-cache.
21095
7a5a839f
LC
210962014-02-26 Ludovic Courtès <ludo@gnu.org>
21097
21098 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
21099 test for 'history-append!'.
21100
31aa7e4e
JB
211012014-02-26 Joel Brobecker <brobecker@adacore.com>
21102
21103 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
21104 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
21105 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
21106 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
21107 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
21108 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
21109
1b588015
JB
211102014-02-26 Joel Brobecker <brobecker@adacore.com>
21111
21112 * testsuite/gdb.python/py-pp-re-notag.c: New file.
21113 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
21114 * testsuite/gdb.python/py-pp-re-notag.p: New file.
21115
55426c9d
JB
211162014-02-26 Joel Brobecker <brobecker@adacore.com>
21117
21118 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
21119
dc53a7ad
JB
211202014-02-26 Joel Brobecker <brobecker@adacore.com>
21121
21122 * gdb.dwarf2/arr-stride.c: New file.
21123 * gdb.dwarf2/arr-stride.exp: New file.
21124
12ab52e9
PA
211252014-02-26 Pedro Alves <palves@redhat.com>
21126
21127 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
21128 that won't ever trigger. Make sure that GDB reports the correct
21129 breakpoint that caused the stop.
21130
849c862e
JK
211312014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21132
21133 PR gdb/16626
21134 * gdb.base/auto-load-script: New file.
21135 * gdb.base/auto-load.c: New file.
21136 * gdb.base/auto-load.exp: New file.
21137
71b7d793
JK
21138 PR gdb/16626
21139 * gdb.base/auto-load.exp: Fix out-of-srctree run.
21140
e2f0d509
JK
211412014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21142
21143 Fix dw2-icycle.exp -fsanitize=address GDB crash.
21144 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
21145
50cc37c8
DE
211462014-02-24 Doug Evans <dje@google.com>
21147
21148 * lib/gdb.exp (run_on_host): Log error output if program fails.
21149
ea4758f2
PA
211502014-02-21 Pedro Alves <palves@redhat.com>
21151
21152 * gdb.threads/step-after-sr-lock.c: Rename to ...
21153 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21154 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21155 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21156 ... this.
21157
d7b30f67
SDJ
211582014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21159
21160 PR tdep/16397
21161 * gdb.arch/amd64-stap-special-operands.exp: New file.
21162 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21163 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21164 * gdb.arch/amd64-stap-triplet.S: Likewise.
21165 * gdb.arch/amd64-stap-triplet.c: Likewise.
21166
83deb43f
JB
211672014-02-20 Joel Brobecker <brobecker@adacore.com>
21168
21169 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21170 in .section pseudo-op.
21171
adde2bff
DE
211722014-02-20 lin zuojian <manjian2006@gmail.com>
21173 Joel Brobecker <brobecker@adacore.com>
21174 Doug Evans <xdje42@gmail.com>
21175
21176 PR symtab/16581
21177 * gdb.dwarf2/dw2-icycle.S: New file.
21178 * gdb.dwarf2/dw2-icycle.c: New file.
21179 * gdb.dwarf2/dw2-icycle.exp: New file.
21180
f7bd0f78
SC
211812014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21182
21183 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21184 operations on gdb.Value objects.
21185 * gdb.python/py-value-cc.exp: Add new test to test operations on
21186 gdb.Value objects.
21187
c17ef0d5
DE
211882014-02-18 Doug Evans <dje@google.com>
21189
21190 * Makefile.in (TESTS): New variable.
21191 (expanded_tests, expanded_tests_or_none): New variables
21192 (check-single): Pass $(expanded_tests_or_none) to runtest.
21193 (check-parallel): Only run tests in $(TESTS) if non-empty.
21194 (check/no-matching-tests-found): New rule.
21195 * README: Document TESTS makefile variable.
21196
5dd3176f
DE
211972014-02-18 Doug Evans <dje@google.com>
21198
21199 * Makefile.in (check-parallel): rm -rf outputs temp.
21200
0b10be4f
JK
212012014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21202
21203 Fix "ERROR: no fileid for" in the testsuite.
21204 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21205
85f224e7
DE
212062014-02-12 Doug Evans <dje@google.com>
21207
21208 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21209 (MISCELLANEOUS): New variable.
21210 (clean): rm -rf $(MISCELLANEOUS).
21211 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21212 dwp live in the same directory as symlinks, with each symlink pointed
21213 to a differently named file in a different directory.
21214
149b30ff
DE
212152014-02-11 Doug Evans <dje@google.com>
21216
21217 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21218 of Tcl file commands.
21219
1dfdac32
MK
212202014-02-10 Mark Kettenis <kettenis@gnu.org>
21221
21222 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21223 "kill -SIGUSR1 -1".
21224
aa4fb036
JB
212252014-02-10 Joel Brobecker <brobecker@adacore.com>
21226
21227 * gdb.ada/tick_length_array_enum_idx: New testcase.
21228
ed3ef339
DE
212292014-02-10 Doug Evans <xdje42@gmail.com>
21230
21231 * configure.ac (AC_OUTPUT): Add gdb.guile.
21232 * configure: Regenerate.
21233 * lib/gdb-guile.exp: New file.
21234 * lib/gdb.exp (get_target_charset): New function.
21235 * gdb.base/help.exp: Update expected output from "apropos apropos".
21236 * gdb.guile/Makefile.in: New file.
21237 * gdb.guile/guile.exp: New file.
21238 * gdb.guile/scm-arch.c: New file.
21239 * gdb.guile/scm-arch.exp: New file.
21240 * gdb.guile/scm-block.c: New file.
21241 * gdb.guile/scm-block.exp: New file.
21242 * gdb.guile/scm-breakpoint.c: New file.
21243 * gdb.guile/scm-breakpoint.exp: New file.
21244 * gdb.guile/scm-disasm.c: New file.
21245 * gdb.guile/scm-disasm.exp: New file.
21246 * gdb.guile/scm-equal.c: New file.
21247 * gdb.guile/scm-equal.exp: New file.
21248 * gdb.guile/scm-error.exp: New file.
21249 * gdb.guile/scm-error.scm: New file.
21250 * gdb.guile/scm-frame-args.c: New file.
21251 * gdb.guile/scm-frame-args.exp: New file.
21252 * gdb.guile/scm-frame-args.scm: New file.
21253 * gdb.guile/scm-frame-inline.c: New file.
21254 * gdb.guile/scm-frame-inline.exp: New file.
21255 * gdb.guile/scm-frame.c: New file.
21256 * gdb.guile/scm-frame.exp: New file.
21257 * gdb.guile/scm-generics.exp: New file.
21258 * gdb.guile/scm-gsmob.exp: New file.
21259 * gdb.guile/scm-iterator.c: New file.
21260 * gdb.guile/scm-iterator.exp: New file.
21261 * gdb.guile/scm-math.c: New file.
21262 * gdb.guile/scm-math.exp: New file.
21263 * gdb.guile/scm-objfile-script-gdb.in: New file.
21264 * gdb.guile/scm-objfile-script.c: New file.
21265 * gdb.guile/scm-objfile-script.exp: New file.
21266 * gdb.guile/scm-objfile.c: New file.
21267 * gdb.guile/scm-objfile.exp: New file.
21268 * gdb.guile/scm-ports.exp: New file.
21269 * gdb.guile/scm-pretty-print.c: New file.
21270 * gdb.guile/scm-pretty-print.exp: New file.
21271 * gdb.guile/scm-pretty-print.scm: New file.
21272 * gdb.guile/scm-section-script.c: New file.
21273 * gdb.guile/scm-section-script.exp: New file.
21274 * gdb.guile/scm-section-script.scm: New file.
21275 * gdb.guile/scm-symbol.c: New file.
21276 * gdb.guile/scm-symbol.exp: New file.
21277 * gdb.guile/scm-symtab-2.c: New file.
21278 * gdb.guile/scm-symtab.c: New file.
21279 * gdb.guile/scm-symtab.exp: New file.
21280 * gdb.guile/scm-type.c: New file.
21281 * gdb.guile/scm-type.exp: New file.
21282 * gdb.guile/scm-value-cc.cc: New file.
21283 * gdb.guile/scm-value-cc.exp: New file.
21284 * gdb.guile/scm-value.c: New file.
21285 * gdb.guile/scm-value.exp: New file.
21286 * gdb.guile/source2.scm: New file.
21287 * gdb.guile/types-module.cc: New file.
21288 * gdb.guile/types-module.exp: New file.
21289
7026a7c1
YQ
212902014-02-10 Yao Qi <yao@codesourcery.com>
21291
21292 PR testsuite/16543
21293 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21294 * configure: Regenerated.
21295 * Makefile.in: New file.
21296
6c466447
AS
212972014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21298
21299 * gdb.python/py-framefilter.exp: Fix typo.
21300
6e854735
YQ
213012014-02-08 Yao Qi <yao@codesourcery.com>
21302
21303 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21304 that no =breakpoint-modified is emitted when breakpoints are
21305 modified through MI commands.
21306
d137e6dc
PA
213072014-02-07 Pedro Alves <pedro@codesourcery.com>
21308 Pedro Alves <palves@redhat.com>
21309
21310 * gdb.threads/step-after-sr-lock.c: New file.
21311 * gdb.threads/step-after-sr-lock.exp: New file.
21312
b5ee5a50
PA
213132014-02-07 Pedro Alves <palves@redhat.com>
21314
21315 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21316
3c77faf3
JK
213172014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21318
21319 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21320 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21321
6dddc817
DE
213222014-02-06 Doug Evans <xdje42@gmail.com>
21323
21324 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21325 output.
21326
21327 * gdb.gdb/python-interrupts.exp: New file.
21328
de7b2893
YQ
213292014-02-05 Yao Qi <yao@codesourcery.com>
21330
21331 * gdb.trace/report.exp (use_collected_data): Test the output
21332 of "info threads" and "info inferiors".
21333
66d032ac
YQ
213342014-02-05 Yao Qi <yao@codesourcery.com>
21335
21336 Revert this patch:
21337
21338 2013-05-24 Yao Qi <yao@codesourcery.com>
21339
21340 * gdb.trace/tfile.exp: Test inferior and thread.
21341
591a12a1
UW
213422014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21343
21344 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21345 on a function.
21346 * gdb.base/step-bt.c: Call hello via function pointer to make
21347 sure its first instruction is executed on powerpc64le-linux.
21348
0ff3e01f
UW
213492014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21350
21351 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21352
084ee545
UW
213532014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21354
21355 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21356 of the test patterns for use on little-endian systems.
21357
6ed14ff3
UW
213582014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21359
21360 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21361 (decimal_vector): Fix for little-endian.
21362
401e27fd
JM
213632014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21364
21365 * gdb.arch/sparc-sysstep.exp: New file.
21366 * gdb.arch/sparc-sysstep.c: Likewise.
21367
21368 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21369
8b924729
EBM
213702014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21371
21372 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21373
fb151210
JB
213742014-01-23 Tom Tromey <tromey@redhat.com>
21375
21376 * gdb.ada/array_char_idx: New testcase.
21377
0740f8d8
TT
213782014-01-23 Tom Tromey <tromey@redhat.com>
21379
21380 PR python/16487:
21381 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21382 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21383 classes.
21384
21909fa1
TT
213852014-01-23 Tom Tromey <tromey@redhat.com>
21386
21387 PR python/16491:
21388 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21389 string from an inferior frame.
21390 * gdb.python/py-framefilter-mi.exp: Update.
21391
87ce2a04
DE
213922014-01-22 Doug Evans <dje@google.com>
21393
21394 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21395
237b092b
AA
213962014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21397
21398 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21399
d674a709
AA
214002014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21401
21402 * gdb.trace/entry-values.exp: Remove excess space character from
21403 regex patterns. Handle s390 call instruction.
21404
20fa3390
AA
214052014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21406
21407 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21408 define "*_start" label. Make "name" static.
21409 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21410 ${name} by references to ${name}_start.
21411
78466714
AA
214122014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21413
21414 * gdb.base/info-macros.exp: Remove "debug" from the compile
21415 options.
21416
ec9f644a
IB
214172014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21418
21419 * gdb.dlang/demangle.exp: New file.
21420
94b1b47e
IB
214212014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21422
21423 * gdb.dlang/primitive-types.exp: New file.
21424
7f420862
IB
214252014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21426
21427 * configure.ac: Create gdb.dlang/Makefile.
21428 * configure: Regenerate.
21429 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21430 * gdb.dlang/Makefile.in: New file.
21431 * lib/d-support.exp: New file.
21432 * lib/gdb.exp (skip_d_tests): New proc.
21433
52834460
MM
214342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21435
21436 * gdb.btrace/delta.exp: Check reverse stepi.
21437 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21438 * gdb.btrace/finish.exp: New.
21439 * gdb.btrace/next.exp: New.
21440 * gdb.btrace/nexti.exp: New.
21441 * gdb.btrace/record_goto.c: Add comments.
21442 * gdb.btrace/step.exp: New.
21443 * gdb.btrace/stepi.exp: New.
21444 * gdb.btrace/multi-thread-step.c: New.
21445 * gdb.btrace/multi-thread-step.exp: New.
21446 * gdb.btrace/rn-dl-bind.c: New.
21447 * gdb.btrace/rn-dl-bind.exp: New.
21448 * gdb.btrace/data.c: New.
21449 * gdb.btrace/data.exp: New.
21450 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21451
6e07b1d2
MM
214522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21453
21454 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21455 * gdb.btrace/exception.exp: Update.
21456 * gdb.btrace/instruction_history.exp: Update.
21457 * gdb.btrace/record_goto.exp: Update.
21458 * gdb.btrace/tailcall.exp: Update.
21459 * gdb.btrace/unknown_functions.exp: Update.
21460 * gdb.btrace/delta.exp: New.
21461
0b722aec
MM
214622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21463
21464 * gdb.btrace/record_goto.exp: Add backtrace test.
21465 * gdb.btrace/tailcall.exp: Add backtrace test.
21466
066ce621
MM
214672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21468
21469 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21470 * gdb.btrace/record_goto.c: New.
21471 * gdb.btrace/record_goto.exp: New.
21472 * gdb.btrace/x86-record_goto.S: New.
21473
0688d04e
MM
214742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21475
21476 * gdb.btrace/function_call_history.exp: Update tests.
21477 * gdb.btrace/instruction_history.exp: Update tests.
21478
8710b709
MM
214792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21480
21481 * gdb.btrace/function_call_history.exp: Fix expected field
21482 order for "record function-call-history".
21483 Add new tests for "record function-call-history /c".
21484 * gdb.btrace/exception.cc: New.
21485 * gdb.btrace/exception.exp: New.
21486 * gdb.btrace/tailcall.exp: New.
21487 * gdb.btrace/x86-tailcall.S: New.
21488 * gdb.btrace/x86-tailcall.c: New.
21489 * gdb.btrace/unknown_functions.c: New.
21490 * gdb.btrace/unknown_functions.exp: New.
21491 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21492
5de9129b
MM
214932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21494
21495 * gdb.btrace/instruction_history.exp: Update.
21496 * gdb.btrace/function_call_history.exp: Update.
21497
23a7fe75
MM
214982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21499
21500 * gdb.btrace/function_call_history.exp: Fix expected function
21501 trace.
21502 * gdb.btrace/instruction_history.exp: Initialize traced.
21503 Remove traced_functions.
21504
724c7dd8
MM
215052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21506
21507 * gdb.btrace/function_call_history.exp: Update
21508 * gdb.btrace/instruction_history.exp: Update.
21509
6d78d93b
MM
215102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21511
21512 * gdb.btrace/enable.exp: Update expected text.
21513
93a360cc
OJ
215142014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21515
21516 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21517 bytes.
21518
3772b53f
MR
215192014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21520
21521 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21522
596662fa
OJ
215232014-01-15 Omair Javaid <omair.javaid@linaro.org>
21524
21525 * lib/gdb.exp (supports_process_record): Return true for
21526 arm*-linux*. (supports_reverse): Likewise.
21527
b5b08fb4
SC
215282014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21529
21530 PR python/15464
21531 PR python/16113
21532 * gdb.python/py-type.c: Enhance test case.
21533 * gdb.python/py-value-cc.cc: Likewise
21534 * gdb.python/py-type.exp: Add new tests.
21535 * gdb.python/py-value-cc.exp: Likewise
21536
52d7fb13
AA
215372014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21538 Pedro Alves <palves@redhat.com>
21539
21540 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21541 Make "name" extern.
21542 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21543 references to ${name}_start by references to ${name}.
21544
a2cd8cfe
JB
215452014-01-10 Joel Brobecker <brobecker@adacore.com>
21546
21547 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21548
4e23fced
JB
215492014-01-10 Joel Brobecker <brobecker@adacore.com>
21550
21551 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21552
c6a9e42c
PA
215532014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21554 Pedro Alves <palves@redhat.com>
21555
21556 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 21557 mi_gdb_target_load.
c6a9e42c 21558
b7ea362b
PA
215592014-01-08 Pedro Alves <palves@redhat.com>
21560
21561 * gdb.threads/reconnect-signal.c: New file.
21562 * gdb.threads/reconnect-signal.exp: New file.
21563
5e3f4fab
EBM
215642014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21565
21566 * gdb.base/source-dir.exp: New file.
21567
79301218
JB
215682014-01-07 Joel Brobecker <brobecker@adacore.com>
21569
21570 * gdb.ada/mi_interface: New testcase.
21571
8e355c5d
JB
215722014-01-07 Joel Brobecker <brobecker@adacore.com>
21573
21574 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21575 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21576 gdb.ada/pp-rec-component/pck.ads: New files.
21577
c0d48811
JB
215782014-01-07 Joel Brobecker <brobecker@adacore.com>
21579
21580 * gdb.python/py-pp-integral.c: New file.
21581 * gdb.python/py-pp-integral.py: New file.
21582 * gdb.python/py-pp-integral.exp: New file.
21583
17b609c3 21584For older changes see ChangeLog-1993-2013.
c906108c 21585\f
8d8cb839
EZ
21586;; Local Variables:
21587;; mode: change-log
21588;; left-margin: 8
21589;; fill-column: 74
21590;; version-control: never
21591;; End:
902f2ccb 21592
b811d2c2 21593 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
21594 Copying and distribution of this file, with or without modification,
21595 are permitted provided the copyright notice and this notice are preserved.
This page took 3.957793 seconds and 4 git commands to generate.