]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Fix compilation of .c files as C++ when using Clang
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
68d654af
GB
12020-09-25 Gary Benson <gbenson@redhat.com>
2
3 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
4 for .c files.
5
b551a89f
TT
62020-09-24 Tom Tromey <tromey@adacore.com>
7
8 PR tui/26638:
9 * gdb.tui/list.exp: Check output of "focus next".
10
20a5fcbd
TT
112020-09-23 Tom Tromey <tom@tromey.com>
12
13 * gdb.dwarf2/intbits.exp: New file.
14 * gdb.dwarf2/intbits.c: New file.
15
b167e53f
PA
162020-09-20 Pedro Alves <pedro@palves.net>
17
18 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
19 spawn_id before calling remote_close. Close secondary MI channel.
20
dbc49e9f
PA
212020-09-20 Pedro Alves <pedro@palves.net>
22
23 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
24 fails.
25
c8d5abea
AB
262020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
27
28 * gdb.fortran/array-slices.exp: Update expected results.
29 * gdb.fortran/class-allocatable-array.exp: Likewise.
30 * gdb.fortran/multi-dim.exp: Likewise.
31 * gdb.fortran/vla-type.exp: Likewise.
32 * gdb.mi/mi-vla-fortran.exp: Likewise.
33
14f9473c
VC
342020-09-18 Victor Collod <vcollod@nvidia.com>
35
36 PR gdb/26635
37 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
38 compatible with i386, and move it to...
39 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
40 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
41 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
42
e8ef12b9
PA
432020-09-18 Pedro Alves <pedro@palves.net>
44
45 PR gdb/26631
46 * gdb.multi/multi-target-thread-find.exp: New file.
47
e11daf7a
PA
482020-09-18 Pedro Alves <pedro@palves.net>
49
50 * gdb.multi/multi-target-continue.exp: New file, factored out from
51 multi-target.exp.
52 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
53 multi-target.exp.
54 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
55 multi-target.exp.
56 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
57 multi-target.exp.
58 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
59 multi-target.exp.
60 * gdb.multi/multi-target.exp.tcl: New file, factored out from
61 multi-target.exp.
62 * gdb.multi/multi-target.exp: Delete.
63
d0edc2b8
AB
642020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
65
66 * gdb.fortran/array-slices.exp: Add missing message data.
67
7474326c
PA
682020-09-17 Pedro Alves <pedro@palves.net>
69
70 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
71
dd23068d
PA
722020-09-17 Pedro Alves <pedro@palves.net>
73
74 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
75 full prototype.
76
0640a543
PA
772020-09-17 Pedro Alves <pedro@palves.net>
78
79 * gdb.python/py-as-string.c: Add cast.
80
ef0cdbc1
PA
812020-09-17 Pedro Alves <pedro@palves.net>
82
83 * gdb.base/sizeof.c (fill): Add cast.
84
3a5eeb8b
PA
852020-09-17 Pedro Alves <pedro@palves.net>
86
87 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
88
a8129512
PA
892020-09-17 Pedro Alves <pedro@palves.net>
90
91 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
92 linkage name.
93 * gdb.base/prologue.exp: Use print /d.
94 * gdb.base/symbol-alias.exp: Handle C++ output.
95 * gdb.base/symbol-alias2.c: Handle C++ output.
96 [__cplusplus] (func): Explicitly specify linkage name.
97
a83cdcb6
PA
982020-09-17 Pedro Alves <pedro@palves.net>
99
100 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
101 (struct my_key_t): ... this. Adjust all references.
102 (struct value_t): Rename to ...
103 (struct my_value_t): ... this. Adjust all references.
104 (create_map, add_map_element, create_map_map)
105 (add_map_map_element): Add casts.
106
d4bcee5c
PA
1072020-09-17 Pedro Alves <pedro@palves.net>
108
109 * gdb.python/py-framefilter-mi.c (funca): Add casts.
110 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
111
81f90489
PA
1122020-09-17 Pedro Alves <pedro@palves.net>
113
114 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
115
0a229804
PA
1162020-09-17 Pedro Alves <pedro@palves.net>
117
118 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
119 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
120 (charfoo, intfoo): Define full prototype.
121 * gdb.base/ptype1.c (charfoo): Define full prototype.
122 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
123 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
124
c3e5138d
PA
1252020-09-17 Pedro Alves <pedro@palves.net>
126
127 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
128 Don't define.
129 (utf_32_string): Compile for both C and C++.
130 * gdb.base/charset.exp: Use "print /d".
131
151fdbad
PA
1322020-09-17 Pedro Alves <pedro@palves.net>
133
134 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
135 (nullptr): Rename to ...
136 (null_ptr): ... this.
137 * gdb.base/watchpoint.exp: Adjust to rename.
138
18a25b64
PA
1392020-09-17 Pedro Alves <pedro@palves.net>
140
141 * gdb.base/printcmds.c (three, flag_enum_without_zero)
142 (three_not_flag): Add casts.
143
11fac337
PA
1442020-09-17 Pedro Alves <pedro@palves.net>
145
146 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
147 char array.
148 (main): Add references to Barrier, TestStrings, TestStringsH and
149 TestStringsW.
150 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
151 and expect a full prototype in C++.
152
52626c58
PA
1532020-09-17 Pedro Alves <pedro@palves.net>
154
155 * gdb.base/nested-addr.c (main): Add cast.
156 * gdb.base/nested-addr.exp: Use "print /d".
157
52bb0902
PA
1582020-09-17 Pedro Alves <pedro@palves.net>
159
160 * gdb.base/break.exp (func): New. Use it throughout when
161 expecting a function name.
162
73e18ac9
PA
1632020-09-17 Pedro Alves <pedro@palves.net>
164
165 * gdb.base/display.exp: Issue "set print asm-demangle on".
166
c8b18808
PA
1672020-09-17 Pedro Alves <pedro@palves.net>
168
169 * gdb.base/find.c: Include <string.h>.
170 (init_bufs): Add cast.
171 * gdb.base/find.exp: Issue "set print asm-demangle on".
172
fe830662
TT
1732020-09-16 Tom Tromey <tromey@adacore.com>
174
175 PR gdb/26598:
176 * gdb.base/skipcxx.exp: New file.
177 * gdb.base/skipcxx.cc: New file.
178
945ff6e2
TV
1792020-09-16 Tom de Vries <tdevries@suse.de>
180
181 PR testsuite/26617
182 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
183 WITH_DEBUG_SECTIONS is defined.
184 (xstr, str): New macro.
185 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
186 to get start and size of _Dmain.
187 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
188 using additional_flags.
189
da1df1db
TBA
1902020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
191
192 * gdb.base/bp-cmds-sourced-script.c: New file.
193 * gdb.base/bp-cmds-sourced-script.exp: New test.
194 * gdb.base/bp-cmds-sourced-script.gdb: New file.
195
337882d4
TV
1962020-09-16 Tom de Vries <tdevries@suse.de>
197
198 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
199 get the gdb prompt after issuing "monitor exit".
200
7361f908
TV
2012020-09-16 Tom de Vries <tdevries@suse.de>
202
203 PR testsuite/26624
204 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
205
4d91ddd3
TV
2062020-09-16 Tom de Vries <tdevries@suse.de>
207
208 PR testsuite/26618
209 * gdb.tui/new-layout.exp: Escape unbalanced braces.
210
08cc37dd
TT
2112020-09-15 Tom Tromey <tromey@adacore.com>
212
213 PR rust/26197:
214 * lib/rust-support.exp (rust_llvm_version): New proc.
215 * gdb.rust/simple.exp: Check rust_llvm_version.
216
ee6372f2
TV
2172020-09-14 Tom de Vries <tdevries@suse.de>
218
219 * gdb.rust/traits.exp: Fix PATH warning.
220
dc3a371e
PA
2212020-09-13 Pedro Alves <pedro@palves.net>
222
223 * gdb.base/catch-follow-exec.c (main): Add explicit return
224 statement.
225 * gdb.base/catch-signal.c (main): Likewise.
226 * gdb.base/condbreak-call-false.c (main): Likewise.
227 * gdb.base/consecutive.c (main): Add explicit return
228 statement and return type.
229 * gdb.base/cursal.c (main): Add explicit return statement.
230 * gdb.base/cvexpr.c (main): Likewise.
231 * gdb.base/display.c (main): Add explicit return statement and
232 return type.
233 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
234 * gdb.base/endianity.c (main): Likewise.
235 * gdb.base/execd-prog.c (main): Likewise.
236 * gdb.base/gdb1090.c (main): Likewise.
237 * gdb.base/info_qt.c (main): Likewise.
238 * gdb.base/lineinc.c (main): Likewise.
239 * gdb.base/load-command.c (main): Likewise.
240 * gdb.base/macscp1.c (main): Likewise.
241 * gdb.base/pr10179-a.c (main): Likewise.
242 * gdb.base/quit-live.c (main): Likewise.
243 * gdb.base/scope0.c (main): Likewise.
244 * gdb.base/settings.c (main): Likewise.
245 * gdb.base/stack-checking.c (main): Return int.
246 * gdb.base/varargs.c (main): Add explicit return statement.
247 * gdb.cp/ambiguous.cc (main): Likewise.
248 * gdb.cp/anon-struct.cc (main): Likewise.
249 * gdb.cp/anon-union.cc (main): Likewise.
250 * gdb.cp/bool.cc (main): Likewise.
251 * gdb.cp/bs15503.cc (main): Likewise.
252 * gdb.cp/cplusfuncs.cc (main): Likewise.
253 * gdb.cp/cttiadd.cc (main): Likewise.
254 * gdb.cp/extern-c.cc (main): Likewise.
255 * gdb.cp/filename.cc (main): Likewise.
256 * gdb.cp/formatted-ref.cc (main): Likewise.
257 * gdb.cp/mb-ctor.cc (main): Likewise.
258 * gdb.cp/member-ptr.cc (main): Likewise.
259 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
260 * gdb.cp/overload-const.cc (main): Likewise.
261 * gdb.cp/paren-type.cc (main): Likewise.
262 * gdb.cp/parse-lang.cc (main): Likewise.
263 * gdb.cp/pr-1023.cc (main): Likewise.
264 * gdb.cp/psmang1.cc (main): Likewise.
265 * gdb.cp/readnow-language.cc (main): Likewise.
266 * gdb.cp/ref-params.cc (main): Likewise.
267 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
268 * gdb.cp/virtbase2.cc (main): Likewise.
269 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
270 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
271 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
272 * gdb.mi/mi-console.c (main): Likewise.
273 * gdb.mi/mi-read-memory.c (main): Likewise.
274 * gdb.modula2/multidim.c (main): Likewise.
275 * gdb.opt/inline-small-func.c (main): Likewise.
276 * gdb.python/py-rbreak.c (main): Likewise.
277 * gdb.stabs/exclfwd1.c (main): Likewise.
278 * gdb.trace/qtro.c (main): Likewise.
279
af26601c
PA
2802020-09-13 Pedro Alves <pedro@palves.net>
281
282 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
283 instead of getenv.
284
2f4b83cd
PA
2852020-09-13 Pedro Alves <pedro@palves.net>
286
287 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
288 instead of spawning GDB with remote_spawn.
289 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
290 gdb_spawn instead of spawning GDB with remote_spawn.
291
c49da0e4
PA
2922020-09-13 Pedro Alves <pedro@palves.net>
293
294 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
295 file and add calls to first and second.
296 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
297 add call to f.
298
6791b117
PA
2992020-09-13 Pedro Alves <pedro@palves.net>
300
301 * gdb.mi/mi-break-qualified.cc: New file.
302 * gdb.mi/mi-break-qualified.exp: New file.
303 * lib/mi-support.exp (mi_create_breakpoint_multi)
304 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
305 procedures.
306 (mi_create_breakpoint_1): New, factored out from
307 mi_create_breakpoint.
308
3b8d4c5c
PA
3092020-09-13 Pedro Alves <pedro@palves.net>
310
311 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
312 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
313 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
314 (register_class): Delete.
315 (main): Don't call register_class.
316
d5f96005
PA
3172020-09-13 Pedro Alves <pedro@palves.net>
318
319 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
320 (do_tests): Remove "calling method for small class" test.
321 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
322 (register_class): Delete.
323 (main): Don't call register_class.
324 * gdb.cp/call-method-register.exp: New file, based on bits removed
325 from classes.exp.
326 * gdb.cp/call-method-register.cc: New file, based on bits removed
327 from classes.cc.
328
77f2120b
PA
3292020-09-13 Pedro Alves <pedro@palves.net>
330
331 * gdb.base/msym-bp-2.c: New.
332 * gdb.base/msym-bp-shl-lib.c: New file.
333 * gdb.base/msym-bp-shl-main-2.c: New file.
334 * gdb.base/msym-bp-shl-main.c: New file.
335 * gdb.base/msym-bp-shl.exp: New file.
336 * gdb.base/msym-bp.c: New file.
337 * gdb.base/msym-bp.exp: New file.
338
32aea73e
JB
3392020-09-13 Joel Brobecker <brobecker@adacore.com>
340
341 * gdb.base/default.exp: Change $_gdb_major to 11.
342
2a67f09d
FW
3432020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
344 Felix Willgerodt <Felix.Willgerodt@intel.com>
345
346 * x86-avx512bf16.c: New file.
347 * x86-avx512bf16.exp: Likewise.
348 * lib/gdb.exp (skip_avx512bf16_tests): New function.
349
ad570dd7
TV
3502020-09-11 Tom de Vries <tdevries@suse.de>
351
352 PR exp/26602
353 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
354
a56f7391
TBA
3552020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
356
357 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
358
918619e5
AM
3592020-09-10 Alan Modra <amodra@gmail.com>
360
361 PR 26597
362 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
363
cac1e71d
TV
3642020-09-08 Tom de Vries <tdevries@suse.de>
365
366 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
367 after gdb_starti_cmd.
368
c5cd900e
AKS
3692020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
370
371 * lib/fortran.exp (fortran_complex8): New proc.
372 (fortran_complex16): New proc.
373 * gdb.fortran/complex.exp: Use routines from fortran.exp
374 * gdb.fortran/pointer-to-pointer.exp: Likewise.
375 * gdb.fortran/vla-ptr-info.exp: Likewise.
376
8f5c6526
TV
3772020-09-03 Tom de Vries <tdevries@suse.de>
378
379 PR breakpoint/26546
380 * gdb.base/label-without-address.exp: Runto main first.
381
02c6f3f1
TT
3822020-09-02 Tom Tromey <tromey@adacore.com>
383
384 * gdb.ada/mi_var_access.exp: Test children of access variable.
385 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
386 * gdb.ada/mi_var_array.exp: Update.
387
efe24f05
KB
3882020-08-31 Kevin Buettner <kevinb@redhat.com>
389
390 * gdb.base/corefile.exp (warning-free): XFAIL test when running
391 on docker w/ AUFS storage driver.
392
973695d6
KB
3932020-08-31 Kevin Buettner <kevinb@redhat.com>
394
395 * gdb.base/corefile2.exp (renamed binfile): New tests.
396
f3bd50f1
SM
3972020-08-31 Simon Marchi <simon.marchi@efficios.com>
398
399 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
400
22b9b4b0
SL
4012020-08-31 Simon Marchi <simon.marchi@efficios.com>
402
403 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
404 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
405
8efaf6b3
SM
4062020-08-31 Simon Marchi <simon.marchi@efficios.com>
407
408 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
409 output, printing a "not saved" value from history and printing a
410 convenience variable created from a "not saved" value.
411
e840f2e3
TV
4122020-08-31 Tom de Vries <tdevries@suse.de>
413
414 * gdb.base/eh_return.exp: Use nopie.
415
8f57f343
PA
4162020-08-28 Pedro Alves <pedro@palves.net>
417
418 * gdb.base/advance-until-multiple-locations.exp
419 (advance_overload, until_overload): Adjust to match the
420 frame/function header instead of the source line text.
421
626d2320
TV
4222020-08-28 Tom de Vries <tdevries@suse.de>
423
424 * gdb.base/label-without-address.c: New test.
425 * gdb.base/label-without-address.exp: New file.
426
df631783
PA
4272020-08-27 Pedro Alves <pedro@palves.net>
428
429 PR gdb/26523
430 PR gdb/26524
431 * gdb.base/advance-until-multiple-locations.cc: New.
432 * gdb.base/advance-until-multiple-locations.exp: New.
433
48b076bb
SM
4342020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
435
436 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
437
c2015ce4
AB
4382020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
439
440 * gdb.arch/amd64-byte.exp: Make test names unique, use
441 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
442 * gdb.arch/amd64-dword.exp: Likewise.
443 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
444 * gdb.arch/amd64-stap-special-operands.exp: Make test names
445 unique.
446 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
447 * gdb.arch/amd64-word.exp: Make test names unique, use
448 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
449 * gdb.arch/i386-byte.exp: Make test names unique, use
450 gdb_breakpoint.
451 * gdb.arch/i386-word.exp: Likewise.
452
995d3a19
SV
4532020-08-25 Shahab Vahedi <shahab@synopsys.com>
454
455 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
456
8cac2b31
SM
4572020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
458
459 PR gdb/26532
460 * gdb.threads/stepi-random-signal.exp: Update pattern.
461
2bc19622
SM
4622020-08-25 Simon Marchi <simon.marchi@efficios.com>
463
464 PR gdb/26532
465 * gdb.base/ui-redirect.exp: Update pattern.
466
b04aa1fc
GB
4672020-08-25 Gary Benson <gbenson@redhat.com>
468
469 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
470 when compiling with clang.
8571e9c8 471 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 472
9f68b453
GB
4732020-08-25 Gary Benson <gbenson@redhat.com>
474
475 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
476 Add additional_flags=-Wno-inaccessible-base when compiling
477 with GCC >= 10.1 or clang. Add additional_flags=-w when
478 compiling with GCC < 10.
479
3945d2d7
GM
4802020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
481
482 PR m2/26372
fc5d6901
SM
483 * gdb.modula2/multidim.c: New file.
484 * gdb.modula2/multidim.exp: New file.
3945d2d7 485
60122dbe
SM
4862020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
487
488 * lib/gdb.exp (runto): Always emit fail on internal error.
489
1eb8556f
SM
4902020-08-24 Simon Marchi <simon.marchi@efficios.com>
491
492 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
493 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
494 Likewise.
495 * gdb.threads/stepi-random-signal.exp: Likewise.
496
33bf4c5c
TBA
4972020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
498
499 * gdb.base/print-file-var.exp: Fix typo "breapoint".
500 * gdb.trace/strace.exp: Ditto.
501
c2fd7fae
AKS
5022020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
503
504 * gdb.fortran/vla-type.exp: Skip commands not required for
505 the Flang compiled binaries after prologue fix.
506
326afb72
TT
5072020-08-17 Tom de Vries <tdevries@suse.de>
508 Tom Tromey <tromey@adacore.com>
509
510 PR rust/26197:
511 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
512
3ae7ab99
TT
5132020-08-17 Tom Tromey <tromey@adacore.com>
514
515 * gdb.ada/mi_var_access.exp: New file.
516 * gdb.ada/mi_var_access/mi_access.adb: New file.
517 * gdb.ada/mi_var_access/pck.adb: New file.
518 * gdb.ada/mi_var_access/pck.ads: New file.
519
f569c1c5
TV
5202020-08-16 Tom de Vries <tdevries@suse.de>
521
522 PR gdb/25350
523 * gdb.base/eh_return.c: New test.
524 * gdb.base/eh_return.exp: New file.
525
3d11c30a
TV
5262020-08-15 Tom de Vries <tdevries@suse.de>
527
528 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
529 (mixed_func_1d_): Use fortran_charlen_t in decl.
530
547ce8f0
TV
5312020-08-15 Tom de Vries <tdevries@suse.de>
532
533 PR backtrace/26390
534 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
535 Update expected pattern.
536
a54a7f13
PA
5372020-08-13 Pedro Alves <pedro@palves.net>
538
539 * gdb.fortran/complex.exp: Check skip_fortran_tests.
540 * gdb.fortran/library-module.exp: Likewise.
541 * gdb.fortran/logical.exp: Likewise.
542 * gdb.fortran/module.exp: Likewise.
543 * gdb.fortran/print_type.exp: Likewise.
544 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
545 * gdb.fortran/vla-datatypes.exp: Likewise.
546 * gdb.fortran/vla-history.exp: Likewise.
547 * gdb.fortran/vla-ptr-info.exp: Likewise.
548 * gdb.fortran/vla-ptype-sub.exp: Likewise.
549 * gdb.fortran/vla-ptype.exp: Likewise.
550 * gdb.fortran/vla-sizeof.exp: Likewise.
551 * gdb.fortran/vla-type.exp: Likewise.
552 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
553 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
554 * gdb.fortran/vla-value-sub.exp: Likewise.
555 * gdb.fortran/vla-value.exp: Likewise.
556
7a82e903
PA
5572020-08-13 Pedro Alves <pedro@palves.net>
558
559 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
560 * gdb.ada/access_to_packed_array.exp: Likewise.
561 * gdb.ada/access_to_unbounded_array.exp: Likewise.
562 * gdb.ada/addr_arith.exp: Likewise.
563 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
564 * gdb.ada/arr_arr.exp: Likewise.
565 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
566 * gdb.ada/array_bounds.exp: Likewise.
567 * gdb.ada/array_of_variable_length.exp: Likewise.
568 * gdb.ada/array_ptr_renaming.exp: Likewise.
569 * gdb.ada/array_subscript_addr.exp: Likewise.
570 * gdb.ada/arraydim.exp: Likewise.
571 * gdb.ada/arrayparam.exp: Likewise.
572 * gdb.ada/arrayptr.exp: Likewise.
573 * gdb.ada/assign_1.exp: Likewise.
574 * gdb.ada/assign_arr.exp: Likewise.
575 * gdb.ada/atomic_enum.exp: Likewise.
576 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
577 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
578 * gdb.ada/bias.exp: Likewise.
579 * gdb.ada/boolean_expr.exp: Likewise.
580 * gdb.ada/bp_c_mixed_case.exp: Likewise.
581 * gdb.ada/bp_enum_homonym.exp: Likewise.
582 * gdb.ada/bp_inlined_func.exp: Likewise.
583 * gdb.ada/bp_on_var.exp: Likewise.
584 * gdb.ada/bp_range_type.exp: Likewise.
585 * gdb.ada/bp_reset.exp: Likewise.
586 * gdb.ada/call_pn.exp: Likewise.
587 * gdb.ada/catch_assert_if.exp: Likewise.
588 * gdb.ada/catch_ex.exp: Likewise.
589 * gdb.ada/catch_ex_std.exp: Likewise.
590 * gdb.ada/char_enum.exp: Likewise.
591 * gdb.ada/char_param.exp: Likewise.
592 * gdb.ada/complete.exp: Likewise.
593 * gdb.ada/cond_lang.exp: Likewise.
594 * gdb.ada/convvar_comp.exp: Likewise.
595 * gdb.ada/dgopt.exp: Likewise.
596 * gdb.ada/disc_arr_bound.exp: Likewise.
597 * gdb.ada/display_nested.exp: Likewise.
598 * gdb.ada/dot_all.exp: Likewise.
599 * gdb.ada/dyn_loc.exp: Likewise.
600 * gdb.ada/dyn_stride.exp: Likewise.
601 * gdb.ada/excep_handle.exp: Likewise.
602 * gdb.ada/expr_delims.exp: Likewise.
603 * gdb.ada/expr_with_funcall.exp: Likewise.
604 * gdb.ada/exprs.exp: Likewise.
605 * gdb.ada/fin_fun_out.exp: Likewise.
606 * gdb.ada/fixed_cmp.exp: Likewise.
607 * gdb.ada/formatted_ref.exp: Likewise.
608 * gdb.ada/frame_arg_lang.exp: Likewise.
609 * gdb.ada/frame_args.exp: Likewise.
610 * gdb.ada/fullname_bp.exp: Likewise.
611 * gdb.ada/fun_addr.exp: Likewise.
612 * gdb.ada/fun_in_declare.exp: Likewise.
613 * gdb.ada/fun_overload_menu.exp: Likewise.
614 * gdb.ada/fun_renaming.exp: Likewise.
615 * gdb.ada/funcall_char.exp: Likewise.
616 * gdb.ada/funcall_param.exp: Likewise.
617 * gdb.ada/funcall_ptr.exp: Likewise.
618 * gdb.ada/funcall_ref.exp: Likewise.
619 * gdb.ada/homonym.exp: Likewise.
620 * gdb.ada/info_addr_mixed_case.exp: Likewise.
621 * gdb.ada/info_auto_lang.exp: Likewise.
622 * gdb.ada/info_exc.exp: Likewise.
623 * gdb.ada/info_types.exp: Likewise.
624 * gdb.ada/int_deref.exp: Likewise.
625 * gdb.ada/interface.exp: Likewise.
626 * gdb.ada/iwide.exp: Likewise.
627 * gdb.ada/lang_switch.exp: Likewise.
628 * gdb.ada/length_cond.exp: Likewise.
629 * gdb.ada/maint_with_ada.exp: Likewise.
630 * gdb.ada/mi_catch_assert.exp: Likewise.
631 * gdb.ada/mi_catch_ex.exp: Likewise.
632 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
633 * gdb.ada/mi_dyn_arr.exp: Likewise.
634 * gdb.ada/mi_ex_cond.exp: Likewise.
635 * gdb.ada/mi_exc_info.exp: Likewise.
636 * gdb.ada/mi_interface.exp: Likewise.
637 * gdb.ada/mi_prot.exp: Likewise.
638 * gdb.ada/mi_ref_changeable.exp: Likewise.
639 * gdb.ada/mi_string_access.exp: Likewise.
640 * gdb.ada/mi_task_arg.exp: Likewise.
641 * gdb.ada/mi_task_info.exp: Likewise.
642 * gdb.ada/mi_var_array.exp: Likewise.
643 * gdb.ada/mi_var_union.exp: Likewise.
644 * gdb.ada/mi_variant.exp: Likewise.
645 * gdb.ada/minsyms.exp: Likewise.
646 * gdb.ada/mod_from_name.exp: Likewise.
647 * gdb.ada/nested.exp: Likewise.
648 * gdb.ada/null_array.exp: Likewise.
649 * gdb.ada/optim_drec.exp: Likewise.
650 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
651 * gdb.ada/packed_array_assign.exp: Likewise.
652 * gdb.ada/packed_tagged.exp: Likewise.
653 * gdb.ada/pp-rec-component.exp: Likewise.
654 * gdb.ada/print_chars.exp: Likewise.
655 * gdb.ada/print_pc.exp: Likewise.
656 * gdb.ada/ptr_typedef.exp: Likewise.
657 * gdb.ada/ptype_arith_binop.exp: Likewise.
658 * gdb.ada/ptype_array.exp: Likewise.
659 * gdb.ada/ptype_field.exp: Likewise.
660 * gdb.ada/ptype_tagged_param.exp: Likewise.
661 * gdb.ada/ptype_union.exp: Likewise.
662 * gdb.ada/py_range.exp: Likewise.
663 * gdb.ada/py_taft.exp: Likewise.
664 * gdb.ada/rdv_wait.exp: Likewise.
665 * gdb.ada/rec_comp.exp: Likewise.
666 * gdb.ada/rec_return.exp: Likewise.
667 * gdb.ada/ref_param.exp: Likewise.
668 * gdb.ada/ref_tick_size.exp: Likewise.
669 * gdb.ada/rename_subscript_param.exp: Likewise.
670 * gdb.ada/repeat_dyn.exp: Likewise.
671 * gdb.ada/same_component_name.exp: Likewise.
672 * gdb.ada/same_enum.exp: Likewise.
673 * gdb.ada/scalar_storage.exp: Likewise.
674 * gdb.ada/set_wstr.exp: Likewise.
675 * gdb.ada/small_reg_param.exp: Likewise.
676 * gdb.ada/str_binop_equal.exp: Likewise.
677 * gdb.ada/str_ref_cmp.exp: Likewise.
678 * gdb.ada/str_uninit.exp: Likewise.
679 * gdb.ada/sub_variant.exp: Likewise.
680 * gdb.ada/sym_print_name.exp: Likewise.
681 * gdb.ada/taft_type.exp: Likewise.
682 * gdb.ada/tagged.exp: Likewise.
683 * gdb.ada/tagged_access.exp: Likewise.
684 * gdb.ada/task_bp.exp: Likewise.
685 * gdb.ada/task_switch_in_core.exp: Likewise.
686 * gdb.ada/tasks.exp: Likewise.
687 * gdb.ada/tick_last_segv.exp: Likewise.
688 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
689 * gdb.ada/type_coercion.exp: Likewise.
690 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
691 * gdb.ada/unchecked_union.exp: Likewise.
692 * gdb.ada/uninitialized_vars.exp: Likewise.
693 * gdb.ada/var_arr_attrs.exp: Likewise.
694 * gdb.ada/var_arr_typedef.exp: Likewise.
695 * gdb.ada/var_rec_arr.exp: Likewise.
696 * gdb.ada/variant-record.exp: Likewise.
697 * gdb.ada/variant.exp: Likewise.
698 * gdb.ada/variant_record_packed_array.exp: Likewise.
699 * gdb.ada/varsize_limit.exp: Likewise.
700 * gdb.ada/whatis_array_val.exp: Likewise.
701 * gdb.ada/widewide.exp: Likewise.
702 * gdb.ada/win_fu_syms.exp: Likewise.
703
7042020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
705
706 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
707
10c381b5
AB
7082020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
709
710 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
711 unset the array variable.
712
8f34b746
TV
7132020-08-03 Tom de Vries <tdevries@suse.de>
714
715 PR symtab/26333
716 * lib/dwarf.exp (DW_LNE_user): New proc.
717 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
718 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
719
0245e136
KB
7202020-07-31 Kevin Buettner <kevinb@redhat.com>
721
722 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
723 to 'uintptr_t'
724 (inttypes.h): Include.
725
9ef1ec5d
KB
7262020-07-31 Kevin Buettner <kevinb@redhat.com>
727
728 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
729 (C5_24k): Delete.
730 (C5_8k, C5_64k, C5_256k): New macros.
731 (buf_ro): Allocate 256 KiB of initialized data.
732
4c55e970
TBA
7332020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
734
735 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
736 that attempt to overwrite an existing condition with a condition
737 that fails parsing and also with a condition that parses fine
738 but contains junk at the end.
739
1e620590
TBA
7402020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
741
742 * gdb.base/condbreak-bad.c: New test.
743 * gdb.base/condbreak-bad.exp: New file.
744
e12dcc50
TV
7452020-07-30 Tom de Vries <tdevries@suse.de>
746
747 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
748 out of ...
749 (GDBInfoModuleSymbols::check_entry): ... here.
750 (GDBInfoModuleSymbols::check_optional_entry): New proc.
751 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
752 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
753
6cc64caa
TV
7542020-07-30 Tom de Vries <tdevries@suse.de>
755
756 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
757 "__class_some_module_Number_t" optional.
758
90fd07fc
TV
7592020-07-29 Tom de Vries <tdevries@suse.de>
760
761 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
762 multiple locations.
763
f5c79e97
TV
7642020-07-29 Tom de Vries <tdevries@suse.de>
765
766 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
767 rather than function name.
768
f75a0693
AB
7692020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
770
771 PR symtab/26270:
772 * gdb.cp/disasm-func-name.cc: New file.
773 * gdb.cp/disasm-func-name.exp: New file.
774
4888741a
TT
7752020-07-28 Tom Tromey <tromey@adacore.com>
776
777 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
778 'varval' location.
779
43d5901d
AB
7802020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
781
782 * gdb.python/py-unwind.py: Update to make use of a register
783 descriptor.
784
14fa8fb3
AB
7852020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
786
787 * gdb.python/py-arch-reg-names.exp: Add additional tests.
788
e79eb02f
AB
7892020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
790
791 PR fortran/23051
792 PR fortran/26139
793 * gdb.fortran/class-allocatable-array.exp: New file.
794 * gdb.fortran/class-allocatable-array.f90: New file.
795 * gdb.fortran/pointer-to-pointer.exp: New file.
796 * gdb.fortran/pointer-to-pointer.f90: New file.
797
876518dd
TV
7982020-07-25 Tom de Vries <tdevries@suse.de>
799
800 PR symtab/26243
801 * gdb.dwarf2/dw2-line-number-zero.c: New test.
802 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
803
6dcfb80a
TV
8042020-07-24 Tom de Vries <tdevries@suse.de>
805
806 PR testsuite/26293
807 * gdb.ada/mi_prot.exp: Require gnatmake-8.
808
e7bc9db8
PA
8092020-07-23 Pedro Alves <pedro@palves.net>
810
811 * gdb.server/server-kill.exp (prepare): New, factored out from the
812 top level.
813 (kill_server): New.
814 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
815 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
816
78344df7
AB
8172020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
818
819 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
820
25dfed24
SL
8212020-07-22 Sandra Loosemore <sandra@codesourcery.com>
822
823 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
824 Initialize to empty string at top level.
825 (gdb_wrapper_init): Revert check for file existence on build.
826 Build the wrapper in its default place, not a build-specific
827 location. When host == build, make the pathname absolute.
828 (gdb_compile): Delete leftover declaration of
829 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
830 string instead of uninitialized.
831
7da515fd
KB
8322020-07-22 Kevin Buettner <kevinb@redhat.com>
833
834 * gdb.base/corefile2.exp: New file.
835 * gdb.base/coremaker2.exp: New file.
836
9c5ec5c2
KB
8372020-07-22 Kevin Buettner <kevinb@redhat.com>
838
839 * gdb.base/coredump-filter.exp: Add second
840 non-Private-Shared-Anon-File test.
841 (test_disasm): Rename binfile for test which is expected
842 to fail.
843
f9e233c9
KB
8442020-07-22 Kevin Buettner <kevinb@redhat.com>
845
846 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
847 data in core file".
848 * gdb.base/coremaker.c (buf2ro): New global.
849 (mmapdata): Add a read-only mmap mapping.
850
94c265d7
KB
8512020-07-22 Kevin Buettner <kevinb@redhat.com>
852
853 PR corefiles/25631
854 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
855 New test.
856 * gdb.base/coremaker.c (buf3): New global.
857 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
858 flags.
859
8602020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
861
862 * gdb.base/coremaker.c (filler_ro): New global constant.
863
32fa152e
TT
8642020-07-22 Tom Tromey <tromey@adacore.com>
865
866 * gdb.ada/mi_prot.exp: New file.
867 * gdb.ada/mi_prot/pkg.adb: New file.
868 * gdb.ada/mi_prot/pkg.ads: New file.
869 * gdb.ada/mi_prot/prot.adb: New file.
870
c8474dc3
TBA
8712020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
872
873 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
874 loads two JITers.
875
baf8791e
AB
8762020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
877
878 * gdb.python/py-arch-reg-groups.exp: Additional tests.
879
f7306dac
AB
8802020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
881
882 * gdb.python/py-arch-reg-names.exp: Additional tests.
883
6d3d6e4b
TV
8842020-07-21 Tom de Vries <tdevries@suse.de>
885
886 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
887 breakpoint locations".
888 * gdb.reverse/solib-reverse.exp: Same.
889
803d0592
TV
8902020-07-21 Tom de Vries <tdevries@suse.de>
891
892 * gdb.reverse/step-reverse.c (callee): Merge statements.
893
e9bdc510
TV
8942020-07-21 Tom de Vries <tdevries@suse.de>
895
896 * gdb.fortran/info-modules.exp (info module variables): Allow missing
897 line numbers for some variables.
898
f0f9e75a
TV
8992020-07-21 Tom de Vries <tdevries@suse.de>
900
901 * gdb.opt/inline-locals.c (init_array): New func.
902 (func1): Use init_array.
903 * gdb.opt/inline-locals.exp: Update pattern.
904
bd460ecb
TV
9052020-07-21 Tom de Vries <tdevries@suse.de>
906
907 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
908 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
909
ae5369e7
LC
9102020-07-20 Ludovic Courtès <ludo@gnu.org>
911
912 * gdb.guile/source2.scm: Add #f first argument to 'format'.
913 * gdb.guile/types-module.exp: Remove "ERROR:" from
914 regexps since Guile 3.0 no longer prints that.
915
68cf161c
LC
9162020-07-20 Ludovic Courtès <ludo@gnu.org>
917
918 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
919 error regexp to match on Guile 2.2.
920
c14b4913
GB
9212020-07-20 Gary Benson <gbenson@redhat.com>
922
923 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
924 with clang.
925
b243ba58
TV
9262020-07-20 Tom de Vries <tdevries@suse.de>
927
928 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
929 (omp_set_lock_in_order): New function.
930 (single_scope, multi_scope, nested_func, nested_parallel): Use
931 omp_set_lock_in_order and omp_unset_lock.
932 (main): Init and destroy lock and lock2.
933
c06ad8b5
TV
9342020-07-20 Tom de Vries <tdevries@suse.de>
935
936 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
937
6e22f117
TV
9382020-07-20 Tom de Vries <tdevries@suse.de>
939
940 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
941
33176ea7
TV
9422020-07-17 Tom de Vries <tdevries@suse.de>
943
944 * gdb.base/valgrind-infcall-2.c: New test.
945 * gdb.base/valgrind-infcall-2.exp: New file.
946 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
947
90c3ec2d
TV
9482020-07-17 Tom de Vries <tdevries@suse.de>
949
950 * gdb.dlang/circular.c (found): Use found_label as label name.
951 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
952 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
953 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
954 * gdb.dwarf2/ada-linkage-name.exp: Same.
955 * gdb.dwarf2/arr-subrange.exp: Same.
956 * gdb.dwarf2/atomic-type.exp: Same.
957 * gdb.dwarf2/comp-unit-lang.exp: Same.
958 * gdb.dwarf2/cpp-linkage-name.exp: Same.
959 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
960 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
961 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
962 * gdb.dwarf2/implptr-64bit.exp: Same.
963 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
964 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
965 * gdb.dwarf2/imported-unit.exp: Same.
966 * gdb.dwarf2/main-subprogram.exp: Same.
967 * gdb.dwarf2/missing-type-name.exp: Same.
968 * gdb.dwarf2/nonvar-access.exp: Same.
969 * gdb.dwarf2/struct-with-sig.exp: Same.
970 * gdb.dwarf2/typedef-void-finish.exp: Same.
971 * gdb.dwarf2/void-type.exp: Same.
972
10da644d
TV
9732020-07-17 Tom de Vries <tdevries@suse.de>
974
975 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
976 src parameter.
977 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
978 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
979 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
980 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
981 * gdb.dwarf2/dwz.exp: Same.
982 * gdb.dwarf2/implptr-optimized-out.exp: Same.
983 * gdb.dwarf2/implref-array.exp: Same.
984 * gdb.dwarf2/implref-const.exp: Same.
985 * gdb.dwarf2/implref-global.exp: Same.
986 * gdb.dwarf2/implref-struct.exp: Same.
987 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
988 * gdb.dwarf2/opaque-type-lookup.exp: Same.
989 * gdb.dwarf2/var-access.exp: Same.
990 * gdb.dwarf2/varval.exp: Same.
991 * gdb.trace/entry-values.exp: Same.
992
315e6afc
TV
9932020-07-17 Tom de Vries <tdevries@suse.de>
994
995 * lib/dwarf.exp (Dwarf::extern): Remove.
996 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
997 * gdb.dlang/circular.exp: Same.
998 * gdb.dwarf2/comp-unit-lang.exp: Same.
999 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1000 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
1001 * gdb.dwarf2/dwz.exp: Same.
1002 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
1003 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
1004 * gdb.dwarf2/imported-unit.exp: Same.
1005 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1006
5597c940
SL
10072020-07-16 Sandra Loosemore <sandra@codesourcery.com>
1008
1009 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
1010 Use double quotes instead of single quotes.
1011
d0ce17d8
CT
10122020-07-16 Caroline Tice <cmtice@google.com>
1013
1014 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
1015 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
1016
853772cc
TV
10172020-07-16 Tom de Vries <tdevries@suse.de>
1018
1019 * lib/dwarf.exp (program): Initialize _line.
1020 (DW_LNE_end_sequence): Reinitialize _line.
1021 (DW_LNS_advance_line): Update _line.
1022 (line): New proc.
1023 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
1024 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1025 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1026 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1027 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1028 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1029
fe07b572
AB
10302020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1031
1032 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
1033 generic.
1034
52781cce
TV
10352020-07-15 Tom de Vries <tdevries@suse.de>
1036
1037 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
1038 is_amd64_regs_target.
1039
3dcc261c
AB
10402020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1041
1042 * gdb.fortran/ptype-on-functions.exp: Add more tests.
1043 * gdb.fortran/ptype-on-functions.f90: Likewise.
1044
054a0959
SM
10452020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
1046
1047 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
1048 values in documentation for addr_size to 4 and 8.
1049
ccb9eba6
AB
10502020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
1051
1052 * gdb.arch/amd64-osabi.exp: Update.
1053 * gdb.arch/arm-disassembler-options.exp: Update.
1054 * gdb.arch/powerpc-disassembler-options.exp: Update.
1055 * gdb.arch/ppc64-symtab-cordic.exp: Update.
1056 * gdb.arch/s390-disassembler-options.exp: Update.
1057 * gdb.base/all-architectures.exp.tcl: Update.
1058 * gdb.base/attach-pie-noexec.exp: Update.
1059 * gdb.base/catch-syscall.exp: Update.
1060 * gdb.xml/tdesc-arch.exp: Update.
1061
025a39a7
TV
10622020-07-14 Tom de Vries <tdevries@suse.de>
1063
1064 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
1065 (local_gettid): ... this.
1066 (fn): Update.
1067
74e4b667
SL
10682020-07-13 Sandra Loosemore <sandra@codesourcery.com>
1069
1070 * gdb.base/info_sources.exp: Skip directory match tests on
1071 remote hosts.
1072
f413dd74
GB
10732020-07-13 Gary Benson <gbenson@redhat.com>
1074
1075 * gdb.base/savedregs.exp (caller): Use parentheses to
1076 make expected expression evaluation ordering explicit.
1077
915771bb
GB
10782020-07-13 Gary Benson <gbenson@redhat.com>
1079
1080 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
1081
2a122642
GB
10822020-07-13 Gary Benson <gbenson@redhat.com>
1083
1084 * gdb.base/bigcore.c (main): Use a volatile pointer when
1085 attempting to trigger a SIGSEGV.
1086 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
1087 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
1088 * gdb.base/savedregs.c (thrower): Likewise.
1089 * gdb.mi/mi-syn-frame.c (bar): Likewise.
1090
3f00c730
GB
10912020-07-13 Gary Benson <gbenson@redhat.com>
1092
1093 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
1094 defining and using VLA structure fields into...
1095 * gdb.base/vla-struct-fields.c: New file.
1096 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
1097 tests into...
1098 * gdb.base/vla-struct-fields.exp: New file.
1099
963eeee4
TV
11002020-07-13 Tom de Vries <tdevries@suse.de>
1101
1102 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
1103 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
1104 * gdb.base/gold-gdb-index.exp: Same.
1105 * gdb.base/morestack.exp: Same.
1106
0ed35c9a
DX
11072020-07-11 Daniel Xu <dxu@dxuuu.xyz>
1108
1109 PR rust/26121
1110 * gdb.rust/modules.rs: Prevent linker from discarding test
1111 symbol.
1112
4fdba23d
PA
11132020-07-10 Pedro Alves <pedro@palves.net>
1114
1115 PR gdb/26199
1116 * gdb.multi/multi-target.c (exit_thread): New.
1117 (thread_start): Break loop if EXIT_THREAD.
1118 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
1119 (top level) Call test_no_resumed.
1120
15f3b077
TT
11212020-07-08 Tom Tromey <tromey@adacore.com>
1122
1123 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
1124 * gdb.ada/catch_ex.exp: Examine catchpoint text.
1125
9fc501fd
AB
11262020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1127
1128 PR python/22748
1129 * gdb.opt/inline-frame-tailcall.c: New file.
1130 * gdb.opt/inline-frame-tailcall.exp: New file.
1131 * gdb.python/py-unwind-inline.c: New file.
1132 * gdb.python/py-unwind-inline.exp: New file.
1133 * gdb.python/py-unwind-inline.py: New file.
1134
64cb3757
AB
11352020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1136
1137 * gdb.python/py-arch-reg-groups.exp: New file.
1138
0f767f94
AB
11392020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1140
1141 * gdb.python/py-arch-reg-names.exp: New file.
1142
87dbc774
AB
11432020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1144
1145 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
1146 gdb.PendingFrame.architecture method.
1147
d8cc8af6
TV
11482020-07-06 Tom de Vries <tdevries@suse.de>
1149
1150 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
1151
3c8ea5be
PA
11522020-07-03 Pedro Alves <palves@redhat.com>
1153
1154 * gdb.base/structs2.c (main): Adjust second parem_reg call to
1155 explicitly write negative numbers.
1156 * gdb.base/structs2.exp: Adjust expected output.
1157
bf90c83a
PA
11582020-07-03 Pedro Alves <palves@redhat.com>
1159
1160 * gdb.base/charset.c (init_string): Change all char parameters to
1161 unsigned char parameters.
1162
2eb82157
PA
11632020-07-03 Pedro Alves <palves@redhat.com>
1164
1165 * gdb.base/call-sc.exp (start_scalars_test): Use
1166 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1167 * gdb.base/overlays.c: Remove references to PARAMS.
1168 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1169 * gdb.base/reread.exp: Don't set 'prototypes' global.
1170 * gdb.base/structs.exp (start_structs_test): Use
1171 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1172 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1173 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1174 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1175 call.
1176 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1177
9adda7af
PA
11782020-07-03 Pedro Alves <palves@redhat.com>
1179
1180 * gdb.base/m32rovly.c: Delete.
1181 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1182
2a17c803
PW
11832020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1184
1185 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1186 of gdb_py_test_multiple.
1187 * gdb.python/py-cmd.exp: Likewise.
1188 * gdb.python/py-events.exp: Likewise.
1189 * gdb.python/py-function.exp: Likewise.
1190 * gdb.python/py-inferior.exp: Likewise.
1191 * gdb.python/py-infthread.exp: Likewise.
1192 * gdb.python/py-linetable.exp: Likewise.
1193 * gdb.python/py-parameter.exp: Likewise.
1194 * gdb.python/py-value.exp: Likewise.
1195
b011fe1a
TV
11962020-06-30 Tom de Vries <tdevries@suse.de>
1197
1198 PR testsuite/26175
1199 * lib/future.exp (gdb_default_target_compile): Detect and handle
1200 early_flags.
1201
df5b8876
SM
12022020-06-29 Simon Marchi <simon.marchi@efficios.com>
1203
1204 * boards/simavr.exp (gdb_load): Catch errors when closing
1205 previous connection. Close connection, wait for process and
1206 unset simavr_spawn_id on failure.
1207
a3ca48cd
TV
12082020-06-29 Tom de Vries <tdevries@suse.de>
1209
1210 * lib/gdb.exp (unknown): Make test-case unresolved.
1211
b0237c0e
TV
12122020-06-29 Tom de Vries <tdevries@suse.de>
1213
1214 PR gdb/25475
1215 * gdb.server/solib-list.exp: Verify that the symbol reload
1216 confirmation question is asked.
1217
c0b3b3bd
PW
12182020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1219
1220 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1221 have a input seq nr in each pass message.
fe4c3d43 1222 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
1223 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1224 * gdb.python/python.exp: Make test names unique,
1225 use gdb_test_multiline instead of gdb_py_test_multiple,
1226 use $gdb_test_name.
1227 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1228
1776e3e5
NA
12292020-06-26 Nick Alcock <nick.alcock@oracle.com>
1230
1231 * configure.ac: Add --enable-libctf.
1232 * aclocal.m4: sinclude ../config/enable.m4.
1233 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1234 * lib/gdb.exp (skip_ctf_tests): Use it.
1235 * gdb.base/ctf-constvars.exp: Error message tweak.
1236 * gdb.base/ctf-ptype.exp: Likewise.
1237 * configure: Regenerate.
1238
f53b3eeb
GB
12392020-06-26 Gary Benson <gbenson@redhat.com>
1240
1241 * gdb.cp/try_catch.cc: Include string.h.
1242 (main): Replace comparison against string literal with
1243 strcmp, avoiding build failure with -Wstring-compare.
1244 Add "marker test-complete".
1245 * gdb.cp/try_catch.exp: Run the test to the above marker,
1246 then verify that the value of "test" is still true.
1247
6d74da72
AB
12482020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1249
1250 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1251
2e52d038
AB
12522020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1253
1254 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1255
3b9fce96
AB
12562020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1257
1258 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1259 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1260 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1261 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1262 * gdb.arch/riscv-tdesc-loading.exp: New file.
1263
ed69cbc8
AB
12642020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1265
1266 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1267
767a879e
AB
12682020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1269
1270 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1271 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1272 * gdb.arch/riscv-tdesc-regs.c: New file.
1273 * gdb.arch/riscv-tdesc-regs.exp: New file.
1274
221db974
PA
12752020-06-24 Pedro Alves <palves@redhat.com>
1276
1277 * gdb.arch/amd64-entry-value-paramref.exp: Use
1278 prepare_for_testing_full and don't pass "c++" for the .S file
1279 build spec.
1280 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1281 $options, since it's an assembly file. Remove -Wno-deprecated.
1282 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1283 compiling C++ programs.
1284
331733cd
PA
12852020-06-24 Pedro Alves <palves@redhat.com>
1286
1287 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1288 Clang, add "-Wno-unknown-warning-option" to the options.
1289
caa7fd04
AB
12902020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1291
1292 * gdb.xml/tdesc-reload.c: New file.
1293 * gdb.xml/tdesc-reload.exp: New file.
1294 * gdb.xml/maint-xml-dump-01.xml: New file.
1295 * gdb.xml/maint-xml-dump-02.xml: New file.
1296 * gdb.xml/maint-xml-dump.exp: New file.
1297
bb8d1260
SL
12982020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1299
1300 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1301 Adjust for omitted commands when TUI is disabled.
1302
7e4b9c4c
GB
13032020-06-23 Gary Benson <gbenson@redhat.com>
1304 Pedro Alves <palves@redhat.com>
1305
1306 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1307 * gdb.cp/nsimport.cc: Likewise.
1308 * gdb.cp/nsnested.cc: Likewise.
1309 * gdb.cp/nsnoimports.cc: Likewise.
1310 * gdb.cp/nsusing.cc: Likewise.
1311 * gdb.cp/smartp.cc: Likewise.
1312 * gdb.python/py-pp-integral.c: Likewise.
1313 * gdb.python/py-pp-re-notag.c: Likewise.
1314
2e573c0a
GB
13152020-06-23 Gary Benson <gbenson@redhat.com>
1316
1317 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1318 * gdb.cp/nsimport.cc: Likewise.
1319 * gdb.cp/nsnested.cc: Likewise.
1320 * gdb.cp/nsnoimports.cc: Likewise.
1321 * gdb.cp/nsusing.cc: Likewise.
1322 * gdb.cp/smartp.cc: Likewise.
1323 * gdb.python/py-pp-integral.c: Likewise.
1324 * gdb.python/py-pp-re-notag.c: Likewise.
1325
746ebfe8
PW
13262020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1327
1328 * gdb.base/default-args.exp: New test.
1329 * gdb.base/default-args.c: New file.
1330 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1331 * gdb.base/default.exp: Update to new help text.
1332 * gdb.base/help.exp: Likewise.
1333 * gdb.base/page.exp: Likewise.
1334 * gdb.base/style.exp: Likewise.
1335 * gdb.guile/guile.exp: Likewise.
1336 * gdb.python/python.exp: Likewise.
1337
e822f2cd
SL
13382020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1339
1340 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1341 remote host. Fix search path syntax on Windows host.
1342
48e9cc84
PW
13432020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1344
1345 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1346 over 'exec-file-mismatch'.
1347 * gdb.base/attach.c: Mark should_exit volatile.
1348 * gdb.base/attach2.c: Likewise. Add a comment explaining
1349 why the sleep cannot be big.
1350 * gdb.base/attach3.c: New file.
1351
160f8a8f
SL
13522020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1353
1354 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1355 prefix optional.
1356
4d91c2a4
SL
13572020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1358
1359 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1360 for remote host.
1361
87f83f20
SL
13622020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1363 Hafiz Abid Qadeer <abidh@codesourcery.com>
1364
1365 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1366 file sent to remote host.
1367 (top level): Allow int32_t as type of 32-bit register.
1368
37ab8655
TV
13692020-06-19 Tom de Vries <tdevries@suse.de>
1370
1371 * lib/gdb.exp (gdb_note): New proc.
1372 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1373 (gdb_default_target_compile): ... here. Only call
1374 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1375 (use_gdb_compile): Change to array.
1376 (toplevel): Update sets of use_gdb_compile to specify language.
1377 Warn about default_target_compile override. Store dejagnu's version
1378 of default_target_compile in dejagnu_default_target_compile.
1379
a8a56685
TV
13802020-06-18 Tom de Vries <tdevries@suse.de>
1381
1382 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1383 (default_gdb_init): ... here.
1384
581bea2c
SL
13852020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1386
1387 Fix TUI support checks in gdb.tui tests.
1388
1389 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1390 just say UNSUPPORTED.
1391 * gdb.tui/corefile-run.exp: Likewise.
1392 * gdb.tui/empty.exp: Likewise.
1393 * gdb.tui/list-before.exp: Likewise.
1394 * gdb.tui/list.exp: Likewise.
1395 * gdb.tui/main.exp: Likewise.
1396 * gdb.tui/regs.exp: Likewise.
1397 * gdb.tui/resize.exp: Likewise.
1398 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1399 * gdb.tui/tui-layout-asm.exp: Likewise.
1400 * gdb.tui/tui-missing-src.exp: Likewise.
1401 * gdb.tui/winheight.exp: Likewise.
1402 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1403
05e682e3
SL
14042020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1405
1406 Fix TCL error in gdb.python/py-format-string.exp.
1407
1408 * gdb.python/py-format-string.exp: Move test for python support
1409 earlier, out of function body.
1410
efb763a5
SM
14112020-06-15 Simon Marchi <simon.marchi@efficios.com>
1412
1413 * gdb.base/index-cache-load-twice.c: New.
1414 * gdb.base/index-cache-load-twice.exp: New.
1415
43327b20
KS
14162020-06-17 Keith Seitz <keiths@redhat.com>
1417
99cf27cf 1418 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
1419 when executing "gdb --configuration".
1420
081e778c
TV
14212020-06-17 Tom de Vries <tdevries@suse.de>
1422
1423 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1424 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1425 conditional on presence of gdb_tcl_unknown.
1426 (gdb_finish): Make override undo conditional on presence of
1427 gdb_tcl_unknown.
1428
d2d1ea20
TT
14292020-06-16 Tom Tromey <tom@tromey.com>
1430
1431 * gdb.python/tui-window.py (failwin): New function. Register it
1432 as a TUI window type.
1433 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1434
c802e8a7
GB
14352020-06-16 Gary Benson <gbenson@redhat.com>
1436
1437 * gdb.python/py-nested-maps.c (create_map): Add missing return
1438 value.
1439 (create_map_map): Likewise.
1440
ff08abb8
TBA
14412020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1442
1443 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1444 variable.
1445 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1446 and use the already-defined 'options' variable.
1447
a29d5112
AB
14482020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1449 Tom de Vries <tdevries@suse.de>
1450
1451 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1452 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1453 (gdb_setup_known_globals): New proc.
1454 (gdb_cleanup_globals): New proc.
1455 * lib/gdb.exp (load_lib): New override proc.
1456 (gdb_stdin_log_init): Set var in_file as persistent global.
1457 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1458 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1459 fpc_compiler as persistent global.
1460
8c74a764
TV
14612020-06-12 Tom de Vries <tdevries@suse.de>
1462
1463 * lib/tuiterm.exp (spawn): Rename to ...
1464 (tui_spawn): ... this.
1465 (toplevel): Move rename of spawn ...
1466 (gdb_init_tuiterm): ... here. New proc.
1467 (gdb_finish_tuiterm): New proc.
1468 * lib/gdb.exp (gdb_finish_hooks): New global var.
1469 (gdb_finish): Handle gdb_finish_hooks.
1470 (tuiterm_env): New proc.
1471 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1472 tuiterm_env.
1473 * gdb.tui/basic.exp: Same.
1474 * gdb.tui/corefile-run.exp: Same.
1475 * gdb.tui/empty.exp: Same.
1476 * gdb.tui/list-before.exp: Same.
1477 * gdb.tui/list.exp: Same.
1478 * gdb.tui/main.exp: Same.
1479 * gdb.tui/new-layout.exp: Same.
1480 * gdb.tui/regs.exp: Same.
1481 * gdb.tui/resize.exp: Same.
1482 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1483 * gdb.tui/tui-layout-asm.exp: Same.
1484 * gdb.tui/tui-missing-src.exp: Same.
1485 * gdb.tui/winheight.exp: Same.
1486
26783bce
TV
14872020-06-12 Tom de Vries <tdevries@suse.de>
1488
1489 PR testsuite/26110
1490 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1491 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1492
2b4e6a3f
TT
14932020-06-11 Tom Tromey <tom@tromey.com>
1494
1495 PR gdb/18318:
1496 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1497 floating point tests.
1498
2f33032a
KS
14992020-06-11 Keith Seitz <keiths@redhat.com>
1500
1501 PR gdb/21356
1502 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1503 vla_struct.
1504 Add new struct vla_typedef and union vla_typedef_union and
1505 corresponding instantiation objects.
1506 Initialize new objects.
1507 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1508 and vla_typedef_union_object.
1509 Fixup type for vla_struct_object.
1510
a8baf0a3
TV
15112020-06-11 Tom de Vries <tdevries@suse.de>
1512
1513 * lib/gdb.exp (with_override): New proc, factored out of ...
1514 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1515
7ab96794
TV
15162020-06-10 Tom de Vries <tdevries@suse.de>
1517
1518 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1519
cab5c3b7
SM
15202020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1521
1522 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1523 parameter, update callers.
1524
f8c41851
SM
15252020-06-04 Simon Marchi <simon.marchi@efficios.com>
1526
1527 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1528 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1529 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1530
1c07a73f
TV
15312020-06-04 Tom de Vries <tdevries@suse.de>
1532
1533 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1534
95146b5d
TV
15352020-06-04 Tom de Vries <tdevries@suse.de>
1536
1537 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1538 exp_continue.
1539
0cfcd4f0
TV
15402020-06-04 Tom de Vries <tdevries@suse.de>
1541
1542 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1543
f9b5d5ea
TV
15442020-06-03 Tom de Vries <tdevries@suse.de>
1545
1546 PR symtab/26046
1547 * gdb.cp/breakpoint-locs-2.cc: New test.
1548 * gdb.cp/breakpoint-locs.cc: New test.
1549 * gdb.cp/breakpoint-locs.exp: New file.
1550 * gdb.cp/breakpoint-locs.h: New test.
1551
5144dfba
TV
15522020-06-03 Tom de Vries <tdevries@suse.de>
1553
1554 PR testsuite/25609
1555 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1556 value of global verbose.
1557 * gdb.base/jit-elf.exp: Same.
1558 * gdb.base/jit-reader.exp: Same.
1559
621eacdf
TV
15602020-06-02 Tom de Vries <tdevries@suse.de>
1561
1562 * gdb.dwarf2/multidictionary.exp: Don't use
1563 gdb_spawn_with_cmdline_opts.
1564
1313c56e
AB
15652020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1566
1567 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1568 use_header case.
1569 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1570 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1571 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1572 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1573 * gdb.dwarf2/dw2-inline-header.c: New file.
1574 * gdb.dwarf2/dw2-inline-header.h: New file.
1575
f68f85b5
PA
15762020-05-30 Pedro Alves <palves@redhat.com>
1577
1578 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1579 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1580
678048e8
GB
15812020-05-29 Gary Benson <gbenson@redhat.com>
1582
1583 * gdb.compile/compile-cplus.exp (additional_flags): Also
1584 set when building with clang.
1585 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1586 when building with clang.
1587
9fcafd23
GB
15882020-05-29 Gary Benson <gbenson@redhat.com>
1589
1590 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1591 building with clang.
1592 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1593
735d5a07
GB
15942020-05-29 Gary Benson <gbenson@redhat.com>
1595
1596 * gdb.cp/koenig.exp (prepare_for_testing): Add
1597 additional_flags=-Wno-unused-comparison.
1598 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1599
4ad2c6a0
GB
16002020-05-28 Gary Benson <gbenson@redhat.com>
1601
1602 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1603 statement.
1604
09fe663e
GB
16052020-05-28 Gary Benson <gbenson@redhat.com>
1606
1607 * gdb.cp/classes.exp (prepare_for_testing): Add
1608 additional_flags=-Wno-deprecated-register.
1609 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1610 * gdb.cp/misc.exp: Likewise.
1611
cee00f17
GB
16122020-05-28 Gary Benson <gbenson@redhat.com>
1613
1614 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1615 (test_op_new::operator new): Add return statement.
1616 (test_op_new_array::operator new[]): Likewise.
1617
636edd00
PA
16182020-05-27 Pedro Alves <palves@redhat.com>
1619
1620 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1621 check. Use test_gdb_complete_unique instead of
1622 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1623 test_gdb_complete_multiple instead of
1624 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1625
c2b75043
LM
16262020-05-27 Luis Machado <luis.machado@linaro.org>
1627
1628 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1629 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1630 * gdb.arch/arm-disassembler-options.exp: Likewise.
1631 * gdb.arch/arm-disp-step.exp: Likewise.
1632 * gdb.arch/thumb-prologue.exp: Likewise.
1633 * gdb.base/async.exp: Likewise.
1634 * gdb.base/auxv.exp: Likewise.
1635 * gdb.base/complex-parts.exp: Likewise.
1636 * gdb.base/ena-dis-br.exp: Likewise.
1637 * gdb.base/foll-exec.exp: Likewise.
1638 * gdb.base/permissions.exp: Likewise.
1639 * gdb.base/relocate.exp: Likewise.
1640 * gdb.base/return2.exp: Likewise.
1641 * gdb.base/sigbpt.exp: Likewise.
1642 * gdb.base/siginfo-obj.exp: Likewise.
1643 * gdb.cp/converts.exp: Likewise.
1644 * gdb.cp/exceptprint.exp: Likewise.
1645 * gdb.cp/inherit.exp: Likewise.
1646 * gdb.cp/nsnoimports.exp: Likewise.
1647 * gdb.cp/virtbase2.exp: Likewise.
1648 * gdb.mi/mi-var-cmd.exp: Likewise.
1649 * gdb.mi/var-cmd.c: Likewise.
1650
53a47a3e
TT
16512020-05-26 Tom Tromey <tromey@adacore.com>
1652
1653 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1654
0bc2354b
TT
16552020-05-26 Tom Tromey <tromey@adacore.com>
1656
1657 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1658 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1659 type.
1660 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1661 variable.
1662
0db49895
CBG
16632020-05-26 Christian Biesinger <cbiesinger@google.com>
1664
1665 * Makefile.in: Use = instead of == for the test command
1666 for portability.
1667
40d22035
TV
16682020-05-26 Tom de Vries <tdevries@suse.de>
1669
1670 * gdb.base/gold-gdb-index-2.c: New test.
1671 * gdb.base/gold-gdb-index.c: New test.
1672 * gdb.base/gold-gdb-index.exp: New file.
1673 * gdb.base/gold-gdb-index.h: New test.
1674
043e2e02
TV
16752020-05-25 Tom de Vries <tdevries@suse.de>
1676
1677 * boards/gold-gdb-index.exp: New file.
1678
462f72c5
SM
16792020-05-25 Simon Marchi <simon.marchi@efficios.com>
1680
1681 * boards/simavr.exp: New file.
1682
6cf66e76
SM
16832020-05-25 Simon Marchi <simon.marchi@efficios.com>
1684
1685 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1686 * gdb.base/inferior-args.exp: New file.
1687 * gdb.base/inferior-args.c: New file.
1688
75d04512
SM
16892020-05-25 Simon Marchi <simon.marchi@efficios.com>
1690
1691 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1692 inferior_args. Pass it to gdb_reload.
1693 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1694 inferior_args.
1695 (gdb_reload): Add inferior_args argument.
1696 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1697 pass it to gdbserver_run.
1698 * boards/native-gdbserver.exp: Do not set noargs.
1699 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1700 inferior_args argument.
1701 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1702 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1703 * gdb.base/args.exp: Likewise.
1704
42cf1844
TV
17052020-05-25 Tom de Vries <tdevries@suse.de>
1706
1707 * lib/gdb.exp (exec_is_pie): Add comment.
1708
8f7d38ef
TV
17092020-05-25 Tom de Vries <tdevries@suse.de>
1710
1711 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1712 instead of $binfile in the untested message.
1713
465e1b0f
TV
17142020-05-25 Tom de Vries <tdevries@suse.de>
1715
1716 PR testsuite/26031
1717 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1718
3c5a0e02
TV
17192020-05-25 Tom de Vries <tdevries@suse.de>
1720
1721 * boards/gold.exp: New file.
1722
0a4f5f8c
TT
17232020-05-23 Tom Tromey <tom@tromey.com>
1724
1725 * gdb.base/style.exp: Remove completion styling test.
1726 * lib/gdb-utils.exp (style): Remove completion styles.
1727
eca1f90c
TT
17282020-05-23 Tom Tromey <tom@tromey.com>
1729
1730 * gdb.base/style.exp: Add completion styling test.
1731 * lib/gdb-utils.exp (style): Add completion styles.
1732
7c13f4e8
AB
17332020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1734
1735 * gdb.base/annota1.exp: Update expected results.
1736 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1737 test name.
1738 * gdb.cp/annota3.exp: Update expected results.
1739
41977d16
SM
17402020-05-20 Simon Marchi <simon.marchi@efficios.com>
1741
1742 PR gdb/26016
1743 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1744 against MAP_FAILED.
1745 * gdb.base/coremaker.c (mmapdata): Likewise.
1746 * gdb.base/jit-reader-host.c (main): Likewise.
1747 * gdb.base/sym-file-loader.c (load): Likewise.
1748 (load_shlib): Likewise.
1749
b4757f2e
TT
17502020-05-20 Tom Tromey <tromey@adacore.com>
1751
1752 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1753
9a0bacfb
TV
17542020-05-20 Tom de Vries <tdevries@suse.de>
1755
1756 PR symtab/25833
1757 * gdb.base/with-mf-inc.c: New test.
1758 * gdb.base/with-mf-main.c: New test.
1759 * gdb.base/with-mf.exp: New file.
1760
76571211
TT
17612020-05-19 Tom Tromey <tromey@adacore.com>
1762
1763 * gdb.rust/simple.exp: Restore missing test result.
1764
4cd9f3d5
TV
17652020-05-19 Tom de Vries <tdevries@suse.de>
1766
1767 * gdb.base/gdb-caching-proc.exp: Fix typo.
1768
7d874253
TT
17692020-05-19 Tom Tromey <tromey@adacore.com>
1770
1771 * gdb.rust/simple.exp: Add some test descriptions.
1772 (test_one_slice): Use with_test_prefix.
1773
1d727695
TV
17742020-05-18 Tom de Vries <tdevries@suse.de>
1775
1776 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1777
7f32a4d5
PA
17782020-05-17 Pedro Alves <palves@redhat.com>
1779
1780 PR gdb/25741
1781 * gdb.base/hw-sw-break-same-address.exp: New file.
1782
7cfd74cf
PA
17832020-05-16 Pedro Alves <palves@redhat.com>
1784
1785 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1786 LAST_LOADED_FILE accordingly.
1787
57b4f16e
PW
17882020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1789
1790 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1791
7c05caf7
PW
17922020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1793
1794 * gdb.base/help.exp: Test apropos and help for commands
1795 having aliases. Fixed comments not starting with an
1796 upper-case letter or not finishing with a dot.
1797
7aa1b46f
PW
17982020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1799
3b3aaacb
PW
1800 * gdb.base/alias.exp: Update help output check.
1801
57b4f16e 18022020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 1803
7aa1b46f
PW
1804 * gdb.base/default.exp: Update output following fixes.
1805
0605465f
PW
18062020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1807
1808 * gdb.base/alias.exp: Test aliases starting with a prefix of
1809 another alias.
1810
86e4e63d
GB
18112020-05-15 Gary Benson <gbenson@redhat.com>
1812
1813 * gdb.base/info-os.c (main): Add return statement.
1814 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1815 * gdb.base/large-frame-2.c (func): Likewise.
1816 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1817 * gdb.base/pr10179-b.c (foo2): Likewise.
1818 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1819 * gdb.base/watch-cond.c (func): Likewise.
1820 * gdb.multi/goodbye.c (verylongfun): Likewise.
1821 * gdb.multi/hello.c (commonfun): Likewise.
1822 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1823 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1824 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1825 Likewise.
1826 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1827 * gdb.threads/interrupt-while-step-over.c (child_function):
1828 Likewise.
1829 * gdb.trace/actions-changed.c (end): Likewise.
1830
163df4df
GB
18312020-05-15 Gary Benson <gbenson@redhat.com>
1832
1833 * gdb.opencl/callfuncs.exp: Report when test skipped.
1834 * gdb.opencl/convs_casts.exp: Likewise.
1835 * gdb.opencl/datatypes.exp: Likewise.
1836 * gdb.opencl/operators.exp: Likewise.
1837 * gdb.opencl/vec_comps.exp: Likewise.
1838
6dbc505a
TV
18392020-05-15 Tom de Vries <tdevries@suse.de>
1840
1841 * gdb.base/align.exp.in: Rename to ...
1842 * gdb.base/align.exp.tcl: ... this.
1843 * gdb.base/align-c++.exp: Update.
1844 * gdb.base/align-c.exp: Update.
1845 * gdb.base/all-architectures.exp.in: Rename to ...
1846 * gdb.base/all-architectures.exp: ... this.
1847 * gdb.base/all-architectures-0.exp: Update.
1848 * gdb.base/all-architectures-1.exp: Update.
1849 * gdb.base/all-architectures-2.exp: Update.
1850 * gdb.base/all-architectures-3.exp: Update.
1851 * gdb.base/all-architectures-4.exp: Update.
1852 * gdb.base/all-architectures-5.exp: Update.
1853 * gdb.base/all-architectures-6.exp: Update.
1854 * gdb.base/all-architectures-7.exp: Update.
1855 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1856 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1857 * gdb.base/infcall-nested-structs-c++.exp: Update.
1858 * gdb.base/infcall-nested-structs-c.exp: Update.
1859 * gdb.base/info-types.exp.in: Rename to ...
1860 * gdb.base/info-types.exp.tcl: ... this.
1861 * gdb.base/info-types-c++.exp: Update.
1862 * gdb.base/info-types-c.exp: Update.
1863 * gdb.base/max-depth.exp.in: Rename to ...
1864 * gdb.base/max-depth.exp.tcl: ... this.
1865 * gdb.base/max-depth-c++.exp: Update.
1866 * gdb.base/max-depth-c.exp: Update.
1867 * gdb.cp/cpexprs.exp.in: Rename to ...
1868 * gdb.cp/cpexprs.exp.tcl: ... this.
1869 * gdb.cp/cpexprs-debug-types.exp: Update.
1870 * gdb.cp/cpexprs.exp: Update.
1871 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1872 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1873 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1874 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1875 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1876 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1877 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1878 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1879 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1880 * gdb.dwarf2/clang-debug-names.exp: Update.
1881
d1034d78
AB
18822020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1883
1884 * lib/check-test-names.exp: Remove code that prevents this file
1885 loading when tests are run in parallel.
1886
3c5c3649
PA
18872020-05-15 Pedro Alves <palves@redhat.com>
1888
1889 * gdb.multi/multi-kill.exp (start_inferior): Remove
1890 'testpid' parameter. Refer to namespace variable directly.
1891 (testpid): Declare as namespace variable.
1892
272c36b8
PA
18932020-05-15 Pedro Alves <palves@redhat.com>
1894
1895 * gdb.multi/multi-kill.exp: Wrap in namespace.
1896 (start_inferior): Add TESTPID parameter. Use it instead of the
1897 testpid global.
1898 (top level): Define empty TESTPID array, and pass it down to
1899 start_inferior.
1900
02eba61a
TV
19012020-05-14 Tom de Vries <tdevries@suse.de>
1902
1903 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1904 output.
1905
971a3747
TV
19062020-05-14 Tom de Vries <tdevries@suse.de>
1907
1908 * gdb.base/align.exp: Split into ...
1909 * gdb.base/align.exp.in: ...
1910 * gdb.base/align-c++.exp: ...
1911 * gdb.base/align-c.exp: ... these.
1912 * gdb.base/infcall-nested-structs.exp: Split into ...
1913 * gdb.base/infcall-nested-structs.exp.in: ...
1914 * gdb.base/infcall-nested-structs-c++.exp: ...
1915 * gdb.base/infcall-nested-structs-c.exp: ... these.
1916 * gdb.base/info-types.exp: Split into ...
1917 * gdb.base/info-types.exp.in: ...
1918 * gdb.base/info-types-c++.exp: ...
1919 * gdb.base/info-types-c.exp: ... these.
1920 * gdb.base/max-depth.exp: Split into ...
1921 * gdb.base/max-depth.exp.in: ...
1922 * gdb.base/max-depth-c++.exp: ...
1923 * gdb.base/max-depth-c.exp: ... these.
1924 * gdb.cp/infcall-nodebug.exp: Split into ...
1925 * gdb.cp/infcall-nodebug.exp.in: ...
1926 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1927 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1928 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1929 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1930
a05575d3
TBA
19312020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1932 Pedro Alves <palves@redhat.com>
1933
1934 * gdb.multi/multi-exit.c: New file.
1935 * gdb.multi/multi-exit.exp: New file.
1936 * gdb.multi/multi-kill.c: New file.
1937 * gdb.multi/multi-kill.exp: New file.
1938
6ad82919
TBA
19392020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1940
1941 * gdb.base/annota1.exp: Update the expected output.
1942 * gdb.cp/annota2.exp: Ditto.
1943
843f4d93
AB
19442020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1945
1946 * lib/check-test-names.exp: Disable when testing is being run in
1947 parallel.
1948
c7c66341
TV
19492020-05-12 Tom de Vries <tdevries@suse.de>
1950
1951 * gdb.base/jit-elf.exp: Fix string concat.
1952
1b59ca1c
TV
19532020-05-12 Tom de Vries <tdevries@suse.de>
1954
1955 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1956 messages.
1957
b4991d29
TV
19582020-05-12 Tom de Vries <tdevries@suse.de>
1959
1960 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1961
dbb0ab10
TV
19622020-05-12 Tom de Vries <tdevries@suse.de>
1963
1964 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1965 * gdb.ada/mi_catch_ex.exp: Same.
1966 * gdb.ada/mi_catch_ex_hand.exp: Same.
1967
7549fed8
TV
19682020-05-12 Tom de Vries <tdevries@suse.de>
1969
1970 * gdb.fortran/complex.exp: Use with_test_prefix.
1971
af2d5cd8
TV
19722020-05-12 Tom de Vries <tdevries@suse.de>
1973
1974 * gdb.trace/passcount.exp: Fix test-names.
1975
7c121311
TV
19762020-05-12 Tom de Vries <tdevries@suse.de>
1977
1978 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1979
c9f3b40e
TV
19802020-05-12 Tom de Vries <tdevries@suse.de>
1981
1982 * gdb.gdb/complaints.exp: Use with_test_prefix.
1983 * gdb.xml/tdesc-regs.exp: Same.
1984 * gdb.opt/inline-locals.exp: Fix test name.
1985
111b33f0
TV
19862020-05-12 Tom de Vries <tdevries@suse.de>
1987
1988 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1989 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1990 * gdb.dwarf2/implref-struct.exp: Same.
1991 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1992 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1993
ebf47080
SM
19942020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1995
1996 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1997
d30dcd12
AB
19982020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1999
2000 * lib/check-test-names.exp (all_test_names): New module variable.
2001 (counts): Add 'duplicates' field.
2002 (_check_duplicates): New procedure.
2003 (check): Also check for duplicates.
2004 (do_log_summary): Print duplicates count.
2005 (do_reset_vars): Reset counter for duplicate test names, and
2006 discard all know test names.
2007
34584c09
AB
20082020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
2009
2010 * lib/gdb.exp: Include check-test-names.exp library.
2011 * lib/check-test-names.exp: New file.
2012
e0002117
TV
20132020-05-11 Tom de Vries <tdevries@suse.de>
2014
2015 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
2016
53f539a3
KS
20172020-05-11 Keith Seitz <keiths@redhat.com>
2018
2019 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
2020
113ee09a
TV
20212020-05-11 Tom de Vries <tdevries@suse.de>
2022
2023 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
2024 * gdb.cp/cpexprs.exp.in: .. here.
2025 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
2026 cpexprs.exp.
2027
ba3e70b0
KS
20282020-05-11 Keith Seitz <keiths@redhat.com>
2029
2030 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
2031 test names.
2032 * gdb.ada/arrayptr.exp: Likewise.
2033 * gdb.ada/assign_arr.exp: Likewise.
2034 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2035 * gdb.ada/bp_on_var.exp: Likewise.
2036 * gdb.ada/call_pn.exp: Likewise.
2037 * gdb.ada/complete.exp: Likewise.
2038 * gdb.ada/fun_overload_menu.exp: Likewise.
2039 * gdb.ada/funcall_param.exp: Likewise.
2040 * gdb.ada/funcall_ref.exp: Likewise.
2041 * gdb.ada/packed_array_assign.exp: Likewise.
2042 * gdb.ada/same_component_name.exp: Likewise.
2043 * gdb.ada/type_coercion.exp: Likewise.
2044 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2045 * gdb.ada/variant_record_packed_array.exp: Likewise.
2046
3ee6bb11
TV
20472020-05-11 Tom de Vries <tdevries@suse.de>
2048
2049 PR symtab/25941
2050 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
2051 out of ...
2052 * gdb.dwarf2/clang-debug-names.exp: ... here.
2053 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
2054 clang-debug-names.exp.in.
2055 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
2056 * gdb.dwarf2/clang-debug-names-2.c: New test.
2057
86cd6bc8
AKS
20582020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2059
2060 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
2061 (fortran_runto_main): New Proc, fortran version of runto_main.
2062 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
2063 * gdb.fortran/array-bounds.exp: Likewise.
2064 * gdb.fortran/array-slices.exp: Likewise.
2065 * gdb.fortran/block-data.exp: Likewise.
2066 * gdb.fortran/charset.exp: Likewise.
2067 * gdb.fortran/common-block.exp: Likewise.
2068 * gdb.fortran/complex.exp: Likewise.
2069 * gdb.fortran/derived-type-function.exp: Likewise.
2070 * gdb.fortran/derived-type.exp: Likewise.
2071 * gdb.fortran/info-modules.exp: Likewise.
2072 * gdb.fortran/info-types.exp: Likewise.
2073 * gdb.fortran/intrinsics.exp: Likewise.
2074 * gdb.fortran/library-module.exp: Likewise.
2075 * gdb.fortran/logical.exp: Likewise.
2076 * gdb.fortran/max-depth.exp: Likewise.
2077 * gdb.fortran/module.exp: Likewise.
2078 * gdb.fortran/multi-dim.exp: Likewise.
2079 * gdb.fortran/nested-funcs.exp: Likewise.
2080 * gdb.fortran/print-formatted.exp: Likewise.
2081 * gdb.fortran/print_type.exp: Likewise.
2082 * gdb.fortran/printing-types.exp: Likewise.
2083 * gdb.fortran/ptr-indentation.exp: Likewise.
2084 * gdb.fortran/ptype-on-functions.exp: Likewise.
2085 * gdb.fortran/subarray.exp: Likewise.
2086 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2087 * gdb.fortran/vla-datatypes.exp: Likewise.
2088 * gdb.fortran/vla-history.exp: Likewise.
2089 * gdb.fortran/vla-ptr-info.exp: Likewise.
2090 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2091 * gdb.fortran/vla-ptype.exp: Likewise.
2092 * gdb.fortran/vla-sizeof.exp: Likewise.
2093 * gdb.fortran/vla-type.exp: Likewise.
2094 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2095 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2096 * gdb.fortran/vla-value-sub.exp: Likewise.
2097 * gdb.fortran/vla-value.exp: Likewise.
2098 * gdb.fortran/whatis_type.exp: Likewise.
2099 * gdb.mi/mi-var-child-f.exp: Likewise.
2100
6dc55ce9 21012020-05-09 Tom de Vries <tdevries@suse.de>
2102
2103 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
2104
283cb58c
TV
21052020-05-08 Tom de Vries <tdevries@suse.de>
2106
2107 * gdb.dwarf2/clang-debug-names.c: New test.
2108 * gdb.dwarf2/clang-debug-names.exp: New file.
2109
ac4a4f1c
SM
21102020-05-06 Simon Marchi <simon.marchi@efficios.com>
2111
2112 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
2113 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
2114
24fe640b
TV
21152020-05-06 Tom de Vries <tdevries@suse.de>
2116
2117 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
2118 breakpoint is at a "recommended breakpoint location".
2119 * gdb.reverse/consecutive-reverse.exp: Same.
2120
0d8683a3
TV
21212020-05-06 Tom de Vries <tdevries@suse.de>
2122
2123 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
2124 address.
2125
b8983c46
TV
21262020-05-06 Tom de Vries <tdevries@suse.de>
2127
2128 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
2129
abf6d805
TV
21302020-05-06 Tom de Vries <tdevries@suse.de>
2131
2132 * gdb.base/store.exp (check_set, up_set): Allowing missing location
2133 info for r.
2134
0fc2a808
TV
21352020-05-06 Tom de Vries <tdevries@suse.de>
2136
2137 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
2138 necessary.
2139
873dd427
TV
21402020-05-06 Tom de Vries <tdevries@suse.de>
2141
2142 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
2143 void.
2144
7c99e7e2
TV
21452020-05-06 Tom de Vries <tdevries@suse.de>
2146
2147 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
2148 of ...
2149 * gdb.base/async.exp: ... here.
2150 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
2151 "recommended breakpoint location".
2152
6173d6a6
TV
21532020-05-06 Tom de Vries <tdevries@suse.de>
2154
2155 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
2156
6015a067
TV
21572020-05-04 Tom de Vries <tdevries@suse.de>
2158
2159 * gdb.base/async.exp: Check whether instruction addresses are a
2160 "recommended breakpoint location".
2161
3b6acaee
TT
21622020-05-03 Tom Tromey <tom@tromey.com>
2163
2164 * gdb.base/sepdebug.exp: Remove "catch" test.
2165 * gdb.base/break.exp: Remove "catch" test.
2166 * gdb.base/default.exp: Update expected output.
2167
5beb4d17
TV
21682020-05-02 Tom de Vries <tdevries@suse.de>
2169
2170 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2171 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2172 * gdb.arch/i386-mpx-map.exp: Same.
2173 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2174 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2175 * gdb.arch/i386-mpx.exp: Same.
2176
8caf140d
TV
21772020-05-02 Tom de Vries <tdevries@suse.de>
2178
2179 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2180
693196cb
TV
21812020-05-01 Tom de Vries <tdevries@suse.de>
2182
2183 * gdb.ada/operator_bp.exp: Allow more than required amount of
2184 breakpoint.
2185
53ae0aa9
TV
21862020-05-01 Tom de Vries <tdevries@suse.de>
2187
2188 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2189
ee9d1e5f
HD
21902020-04-30 Hannes Domani <ssbssa@yahoo.de>
2191
2192 PR gdb/18706
2193 * gdb.cp/stub-array-size.cc: New test.
2194 * gdb.cp/stub-array-size.exp: New file.
2195 * gdb.cp/stub-array-size.h: New test.
2196 * gdb.cp/stub-array-size2.cc: New test.
2197
d5cf82c0
HD
21982020-04-30 Hannes Domani <ssbssa@yahoo.de>
2199
2200 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2201 output to the new format.
2202
42e165c3
SM
22032020-04-29 Simon Marchi <simon.marchi@efficios.com>
2204
2205 * gdb.base/break.exp: Use with_test_prefix.
2206
6e4e3fe1
TV
22072020-04-29 Tom de Vries <tdevries@suse.de>
2208
2209 * lib/gdb.exp (debug_types): New proc.
2210 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2211 * gdb.python/py-symtab.exp: Same.
2212
d642b692
HD
22132020-04-29 Hannes Domani <ssbssa@yahoo.de>
2214
2215 PR gdb/17320
2216 * gdb.base/pretty-array.c: New test.
2217 * gdb.base/pretty-array.exp: New file.
2218
ea90f227
TV
22192020-04-29 Tom de Vries <tdevries@suse.de>
2220
2221 PR symtab/25889
2222 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2223 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2224 and include cpexprs.exp.
2225
a65189c9
TV
22262020-04-28 Mark Williams <mark@myosotissp.com>
2227
2228 PR gdb/24480
2229 * dw4-toplevel-types.exp: Test for top level types.
2230 * dw4-toplevel-types.cc: Test for top level types.
2231
32d1f47a
TBA
22322020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2233
2234 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2235 (theads -> threads).
2236
56a4f5a1
TV
22372020-04-28 Tom de Vries <tdevries@suse.de>
2238
2239 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2240
0b2f8a3b
TV
22412020-04-28 Tom de Vries <tdevries@suse.de>
2242
2243 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2244
5390c717
TV
22452020-04-28 Tom de Vries <tdevries@suse.de>
2246
2247 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2248
15cd93d0
TV
22492020-04-28 Tom de Vries <tdevries@suse.de>
2250
2251 * gdb.dwarf2/main-foo.c: New test.
2252 * gdb.dwarf2/struct-with-sig.exp: New file.
2253
d472f0fb
TV
22542020-04-25 Tom de Vries <tdevries@suse.de>
2255
2256 * boards/debug-types.exp: New file.
2257
8d840e05
AB
22582020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2259
2260 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2261
bcfe6157
TT
22622020-04-24 Tom Tromey <tom@tromey.com>
2263
2264 PR symtab/12707:
2265 * gdb.python/py-symbol.exp: Update expected results for
2266 linkage_name test.
2267 * gdb.cp/print-demangle.exp: New file.
2268 * gdb.base/c-linkage-name.exp: Fix test.
2269 * gdb.guile/scm-symbol.exp: Update expected results for
2270 linkage_name test.
2271
f049a313
TT
22722020-04-24 Tom Tromey <tom@tromey.com>
2273
2274 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2275 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2276 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2277 assembler.
2278
7cf28874
TV
22792020-04-24 Tom de Vries <tdevries@suse.de>
2280
2281 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2282 C++.
2283
dac2fef7
TT
22842020-04-24 Tom Tromey <tromey@adacore.com>
2285
2286 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2287 values.
2288 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2289 values. Update test for minimal encodings.
2290 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2291 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2292 values. Update test for minimal encodings.
2293
1acda803
TT
22942020-04-24 Tom Tromey <tromey@adacore.com>
2295
2296 PR python/23662:
2297 * gdb.ada/variant.exp: Add Python checks.
2298 * gdb.rust/simple.exp: Add dynamic type checks.
2299
adfb9815
TT
23002020-04-24 Tom Tromey <tromey@adacore.com>
2301
2302 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2303 Make array type matching more lax.
2304 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2305 * gdb.ada/mi_variant.exp: New file.
2306 * gdb.ada/mi_variant/pck.ads: New file.
2307 * gdb.ada/mi_variant/pkg.adb: New file.
2308 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2309 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2310
7d79de9a
TT
23112020-04-24 Tom Tromey <tromey@adacore.com>
2312
2313 * gdb.ada/variant.exp: Add dynamic field offset tests.
2314 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2315 * gdb.ada/variant/pkg.adb: Add new variables.
2316
f8e89861
TT
23172020-04-24 Tom Tromey <tromey@adacore.com>
2318
2319 * gdb.ada/variant.exp: New file
2320 * gdb.ada/variant/pkg.adb: New file
2321 * gdb.ada/variant/pck.adb: New file
2322
86e887ae
TV
23232020-04-24 Tom de Vries <tdevries@suse.de>
2324
2325 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2326
88428775
TV
23272020-04-24 Tom de Vries <tdevries@suse.de>
2328
2329 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2330 flags.
2331
4e86f6e7
TV
23322020-04-24 Tom de Vries <tdevries@suse.de>
2333
2334 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2335
2016d3e6
TV
23362020-04-24 Tom de Vries <tdevries@suse.de>
2337
2338 * lib/gdb.exp (default_gdb_start): Handle eof.
2339 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2340 failure.
2341 * gdb.base/readnever.exp: Handle clean_restart failure.
2342
70bc38f5
TV
23432020-04-23 Tom de Vries <tdevries@suse.de>
2344
2345 * gdb.base/decl-before-def.exp: Run to main and print a again.
2346
de82891c
TV
23472020-04-23 Tom de Vries <tdevries@suse.de>
2348
2349 * gdb.base/decl-before-def-decl.c: New test.
2350 * gdb.base/decl-before-def-def.c: New test.
2351 * gdb.base/decl-before-def.exp: New file.
2352
96038148
TV
23532020-04-23 Tom de Vries <tdevries@suse.de>
2354
2355 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2356
54ac3df1
TV
23572020-04-22 Tom de Vries <tdevries@suse.de>
2358
2359 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2360 debug_info_offset.
2361 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2362 before $objsfile in the line line.
2363
714534e1
TV
23642020-04-22 Tom de Vries <tdevries@suse.de>
2365
2366 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2367
16a7dbf4
MS
23682020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2369
2370 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2371 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2372 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2373 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2374 * gdb.base/jit-protocol.h: Update definitions to match all usage
2375 contexts.
2376
23772020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2378
2379 * gdb.base: Rename all jit related test and source files.
2380
23812020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2382
2383 * gdb.base/jit-reader.exp: Relax register output check.
2384
317d2668
TV
23852020-04-22 Tom de Vries <tdevries@suse.de>
2386
2387 PR symtab/25764
2388 * gdb.base/psym-external-decl-2.c: New test.
2389 * gdb.base/psym-external-decl.c: New test.
2390 * gdb.base/psym-external-decl.exp: New file.
2391 * gdb.threads/tls.exp: Add PR25807 kfail.
2392
eea9e357
TV
23932020-04-22 Tom de Vries <tdevries@suse.de>
2394
2395 PR symtab/25801
2396 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2397 in "info source" output.
2398
3d5afab3
TV
23992020-04-22 Tom de Vries <tdevries@suse.de>
2400
2401 PR symtab/25700
2402 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2403 symtab for imported_unit.c.
2404
b32102f6
GB
24052020-04-21 Gary Benson <gbenson@redhat.com>
2406
2407 * gdb.base/advance.c (func): New argument, to match call site.
2408 (func2, func3): Add return statements.
2409
d43b7a2d
TBA
24102020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2411
2412 * gdb.multi/run-only-second-inf.c: New file.
2413 * gdb.multi/run-only-second-inf.exp: New file.
2414
d89edf9b
MM
24152020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2416
2417 * gdb.btrace/multi-inferior.c: New test.
2418 * gdb.btrace/multi-inferior.exp: New file.
2419
1a476b6d
MM
24202020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2421
2422 * gdb.btrace/enable-new-thread.c: New test.
2423 * gdb.btrace/enable-new-thread.exp: New file.
2424
4778a5f8
TV
24252020-04-21 Tom de Vries <tdevries@suse.de>
2426
2427 PR gdb/25471
2428 * gdb.threads/killed-outside.c: New test.
2429 * gdb.threads/killed-outside.exp: New file.
2430
9b2c992c
GB
24312020-04-20 Gary Benson <gbenson@redhat.com>
2432
2433 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2434 * gdb.base/nested-subp2.exp: Likewise.
2435 * gdb.base/nested-subp3.exp: Likewise.
2436
b5d1d6f7
GB
24372020-04-20 Gary Benson <gbenson@redhat.com>
2438
2439 * gdb.base/nested-subp1.exp: Disable test when using clang.
2440 * gdb.base/nested-subp2.exp: Likewise.
2441 * gdb.base/nested-subp3.exp: Likewise.
2442
25230285
GB
24432020-04-20 Gary Benson <gbenson@redhat.com>
2444
2445 * gdb.cp/exception.cc: Fix compilation error with clang.
2446
fa93cc8f
GB
24472020-04-20 Gary Benson <gbenson@redhat.com>
2448
809730f3 2449 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 2450
e0c45f30
GB
24512020-04-20 Gary Benson <gbenson@redhat.com>
2452
2453 * gdb.base/jit-main.c: Fix compilation error with clang.
2454
4ddfec93
KR
24552020-04-17 Kamil Rytarowski <n54@gmx.com>
2456
2457 * gdb.base/attach-twice.c: Include "sys/types.h".
2458 (PTRACE_ATTACH): Add fallback definition.
2459 (main): Pass `0' to the 4th argument of `ptrace'.
2460
2bed205e
KR
24612020-04-17 Kamil Rytarowski <n54@gmx.com>
2462
2463 * gdb.base/fork-running-state.c: Include "signal.h".
2464
0743fc83
TT
24652020-04-17 Tom Tromey <tromey@adacore.com>
2466
2467 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2468 Update tests.
2469 * gdb.btrace/cpu.exp: Update tests.
2470 * gdb.base/maint.exp: Update tests.
2471 * gdb.base/default.exp: Update tests.
2472 * gdb.base/completion.exp: Update tests.
2473
efba5c23
TV
24742020-04-16 Tom de Vries <tdevries@suse.de>
2475
2476 PR symtab/25791
2477 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2478 (ensure_gdb_index): and factor out and move ...
2479 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2480 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2481
d191d716
TV
24822020-04-16 Tom de Vries <tdevries@suse.de>
2483
2484 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2485 loading exec.
2486
99f1bc6a
AB
24872020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2488
2489 * gdb.base/many-completions.exp: New file.
2490
194d088f
TV
24912020-04-14 Tom de Vries <tdevries@suse.de>
2492
2493 PR symtab/25718
2494 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2495
c1a66c06
TV
24962020-04-14 Tom de Vries <tdevries@suse.de>
2497
2498 PR symtab/25720
2499 * gdb.base/maint-expand-symbols-header-file.c: New test.
2500 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2501 * gdb.base/maint-expand-symbols-header-file.h: New test.
2502
21b0982c
AB
25032020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2504
2505 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2506 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2507 get_func_info.
2508 (get_func_info): Delete.
2509 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2510 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2511 * lib/dwarf.exp (get_func_info): New function.
2512
dd1cab06
TV
25132020-04-13 Tom de Vries <tdevries@suse.de>
2514
2515 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2516 to what find_gnatmake does.
2517
71ea2b6b
TV
25182020-04-10 Tom de Vries <tdevries@suse.de>
2519
2520 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2521 -readnow.
2522
bdfc1e8a
TV
25232020-04-10 Tom de Vries <tdevries@suse.de>
2524
2525 PR cli/25808
2526 * gdb.base/style.c: Add leading newlines.
2527 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2528 Check listing of main's one-line body.
2529
14ca8ecf
TV
25302020-04-08 Tom de Vries <tdevries@suse.de>
2531
2532 * lib/gdb.exp (psymtabs_p): New proc.
2533 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2534 importing unit" unsupported if there are no partial symbols.
2535
e21d048f
TV
25362020-04-08 Tom de Vries <tdevries@suse.de>
2537
2538 PR testsuite/25760
2539 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2540
25c11aca
TV
25412020-04-07 Tom de Vries <tdevries@suse.de>
2542
2543 PR symtab/25796
2544 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2545
5707e24b
TV
25462020-04-07 Tom de Vries <tdevries@suse.de>
2547
2548 * gdb.base/check-psymtab.c: New test.
2549 * gdb.base/check-psymtab.exp: New file.
2550
6ee448cc
TT
25512020-04-06 Tom Tromey <tromey@adacore.com>
2552
2553 * gdb.ada/variant-record/proc.adb: New file.
2554 * gdb.ada/variant-record/value.adb: New file.
2555 * gdb.ada/variant-record/value.s: New file.
2556 * gdb.ada/variant-record.exp: New file.
2557
9e7c9a03
HD
25582020-04-03 Hannes Domani <ssbssa@yahoo.de>
2559
2560 PR gdb/25325
2561 * gdb.cp/typed-enum.cc: New test.
2562 * gdb.cp/typed-enum.exp: New file.
2563
c90d28ac
AB
25642020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2565
2566 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2567 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2568 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2569 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2570 * gdb.opt/inline-small-func.c: New file.
2571 * gdb.opt/inline-small-func.exp: New file.
2572 * gdb.opt/inline-small-func.h: New file.
2573
34e9a9fa
AB
25742020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2575
2576 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2577 function.
2578
6a354911
AB
25792020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2580
2581 * lib/dwarf.exp (function_range): Allow compiler options to be
2582 specified.
2583
880d9777
TV
25842020-04-02 Tom de Vries <tdevries@suse.de>
2585
2586 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2587 __attribute__((always_inline)).
2588 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2589
f32682ea
TV
25902020-04-02 Tom de Vries <tdevries@suse.de>
2591
2592 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2593 (gdbserver_gdb_exit): ... here. Add timeout warning.
2594 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2595 (connect_target_extended_remote): Append new server_spawn_id to
2596 server_spawn_ids.
2597 (cleanup): New proc.
2598 (setup, <toplevel>): Call cleanup.
2599
d3214198
TV
26002020-04-02 Tom de Vries <tdevries@suse.de>
2601
2602 * gdb.base/main-psymtab.exp: New file.
2603
cc77ed24
TV
26042020-04-02 Tom de Vries <tdevries@suse.de>
2605
2606 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2607
3638a098
TT
26082020-04-01 Tom Tromey <tom@tromey.com>
2609
2610 * gdb.base/complex-parts.exp: Add type tests.
2611
c34e8714
TT
26122020-04-01 Tom Tromey <tom@tromey.com>
2613
2614 * gdb.base/complex-parts.exp: Add arithmetic tests.
2615
981c08ce
TT
26162020-04-01 Tom Tromey <tom@tromey.com>
2617
2618 * gdb.compile/compile.exp: Update.
2619 * gdb.compile/compile-cplus.exp: Update.
2620 * gdb.base/varargs.exp: Update.
2621 * gdb.base/floatn.exp: Update.
2622 * gdb.base/endianity.exp: Update.
2623 * gdb.base/callfuncs.exp (do_function_calls): Update.
2624 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2625 (complex_float_integral_args): Update.
2626 * gdb.base/complex.exp: Update.
2627 * gdb.base/complex-parts.exp: Update.
2628
3d1cfd43
TT
26292020-04-01 Tom Tromey <tromey@adacore.com>
2630
2631 * gdb.rust/union.rs: New file.
2632 * gdb.rust/union.exp: New file.
2633 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2634 (main): Update.
2635 * gdb.rust/simple.exp: Move union tests to union.exp.
2636
e033dfa9
TT
26372020-04-01 Tom Tromey <tromey@adacore.com>
2638
2639 * gdb.rust/simple.rs (main): Remove "y0".
2640
53cccef1
TBA
26412020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2642
2643 * gdb.multi/stop-all-on-exit.c: New test.
2644 * gdb.multi/stop-all-on-exit.exp: New file.
2645
60e22c1e
HD
26462020-04-01 Hannes Domani <ssbssa@yahoo.de>
2647
2648 PR gdb/24789
2649 * gdb.cp/misc.cc: Add integer reference variable.
2650 * gdb.cp/misc.exp: Add test.
2651
e139a727
TBA
26522020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2653
2654 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2655 scenario to cover execution until the end and also the case
2656
16b0db75
TV
26572020-03-31 Tom de Vries <tdevries@suse.de>
2658
2659 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2660 c. Use "maint info symtabs" to check symtab expansion.
2661
c0502da6
TV
26622020-03-30 Tom de Vries <tdevries@suse.de>
2663
2664 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2665 unsupported.
2666 (verify_psymtab_expanded): Move ...
2667 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2668 test.
2669 (readnow): New proc.
2670
5935fd15
AB
26712020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2672
2673 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2674 with $hex.
2675
1773be9e
TT
26762020-03-20 Tom Tromey <tromey@adacore.com>
2677
2678 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2679
70304be9
TT
26802020-03-20 Tom Tromey <tromey@adacore.com>
2681
2682 * gdb.ada/sub_variant/subv.adb: New file.
2683 * gdb.ada/sub_variant.exp: New file.
2684
0dd7b8f7
TV
26852020-03-20 Tom de Vries <tdevries@suse.de>
2686
2687 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2688 first break fails.
2689 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2690
cada5fc9
AB
26912020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2692
2693 * gdb.server/exit-multiple-threads.c: New file.
2694 * gdb.server/exit-multiple-threads.exp: New file.
2695
6b8c53f2
AB
26962020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2697
2698 * gdb.fortran/mixed-lang-stack.c: New file.
2699 * gdb.fortran/mixed-lang-stack.cpp: New file.
2700 * gdb.fortran/mixed-lang-stack.exp: New file.
2701 * gdb.fortran/mixed-lang-stack.f90: New file.
2702
19a2740f
AB
27032020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2704
2705 * gdb.linespec/cp-completion-aliases.cc: New file.
2706 * gdb.linespec/cp-completion-aliases.exp: New file.
2707
d8c8b848
TV
27082020-03-19 Tom de Vries <tdevries@suse.de>
2709
2710 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2711 more precise.
2712
a9933ccf
TV
27132020-03-18 Tom de Vries <tdevries@suse.de>
2714
2715 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2716 * gdb.dwarf2/break-inline-psymtab.c: New test.
2717 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2718
2f89101f
TV
27192020-03-16 Tom de Vries <tdevries@suse.de>
2720
2721 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2722 cache_verify and cache_verify_proc.
2723
6b9374f1
TV
27242020-03-15 Tom de Vries <tdevries@suse.de>
2725
2726 * gdb.server/solib-list.exp: Handle
2727 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2728
eaeaf44c
TV
27292020-03-15 Tom de Vries <tdevries@suse.de>
2730
2731 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2732 objfiles".
2733
3293bbaf
TT
27342020-03-14 Tom Tromey <tom@tromey.com>
2735
2736 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2737
ab44624c
TV
27382020-03-14 Tom de Vries <tdevries@suse.de>
2739
2740 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2741
54c43825
TV
27422020-03-14 Tom de Vries <tdevries@suse.de>
2743
2744 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2745 result in line-by-line fashion.
2746
2ac70237
TV
27472020-03-14 Tom de Vries <tdevries@suse.de>
2748
2749 * lib/gdb.exp (supports_statement_frontiers): New proc.
2750 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2751
09546b56
TV
27522020-03-14 Tom de Vries <tdevries@suse.de>
2753
2754 * gdb.base/printcmds.exp: Add missing quoting for "print
2755 teststring2".
2756
a1f6a07c
TT
27572020-03-13 Tom Tromey <tom@tromey.com>
2758
2759 * gdb.base/printcmds.exp (test_print_strings): Add regression
2760 test.
2761 * gdb.base/printcmds.c (charptr): New typedef.
2762 (teststring2): New global.
2763
1b83d09c
AB
27642020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2765
2766 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2767 full path in the test name.
2768 (test_ld): Add some with_test_prefix blocks to make test names
2769 unique.
2770
2d61316c
TV
27712020-03-13 Tom de Vries <tdevries@suse.de>
2772
2773 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2774
2e9145ac
TV
27752020-03-13 Tom de Vries <tdevries@suse.de>
2776
2777 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2778
96c7f873
TV
27792020-03-13 Tom de Vries <tdevries@suse.de>
2780
2781 PR symtab/25646
2782 * gdb.dwarf2/imported-unit.exp: Add test.
2783
49ba92c0
TV
27842020-03-13 Tom de Vries <tdevries@suse.de>
2785
2786 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2787 (var1, var2): New variable.
2788 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2789 matching symbols.
2790
301b21e0
TV
27912020-03-13 Tom de Vries <tdevries@suse.de>
2792
2793 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2794 (Term::command): Use prompt prefix.
2795 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2796 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2797 command_no_prompt_prefix instead of prefix.
2798 * gdb.tui/tui-layout-asm.exp: Same.
2799
3f512721
SM
28002020-03-12 Simon Marchi <simon.marchi@efficios.com>
2801
2802 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2803
40310f30
SM
28042020-03-12 Simon Marchi <simon.marchi@efficios.com>
2805
2806 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2807 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2808 on" while stepping over the test instruction, match printed
2809 message.
2810
09252140
TV
28112020-03-12 Tom de Vries <tdevries@suse.de>
2812
2813 * gdb.base/info-types.exp: Use exp_continue during matching of output
2814 of "info types".
2815
14e9c72c
TV
28162020-03-12 Tom de Vries <tdevries@suse.de>
2817
2818 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2819
e515d67e
TV
28202020-03-12 Tom de Vries <tdevries@suse.de>
2821
2822 * gdb.fortran/module.exp: Use exp_continue during matching of output
2823 of "info variable -n".
2824
307eafd8
TV
28252020-03-12 Tom de Vries <tdevries@suse.de>
2826
2827 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2828 gdb.dwarf2/dw2-ranges-base.c.
2829
9a2de3fc
TV
28302020-03-12 Tom de Vries <tdevries@suse.de>
2831
2832 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2833 in presence of GLIBC debuginfo.
2834
3217502e
TV
28352020-03-12 Tom de Vries <tdevries@suse.de>
2836
2837 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2838 $core.
2839
1281424c
TV
28402020-03-12 Tom de Vries <tdevries@suse.de>
2841
2842 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2843 more precise.
2844
038b97fc
SM
28452020-03-11 Simon Marchi <simon.marchi@efficios.com>
2846
2847 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2848 from Unix to Windows path.
2849
5308d1e7
TV
28502020-03-11 Tom de Vries <tdevries@suse.de>
2851
2852 * gdb.ada/minsyms.exp: Set language to ada.
2853
f870f78f
TV
28542020-03-11 Tom de Vries <tdevries@suse.de>
2855
2856 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2857
5a13315d
TV
28582020-03-11 Tom de Vries <tdevries@suse.de>
2859
2860 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2861
976862ed
TT
28622020-03-11 Tom Tromey <tromey@adacore.com>
2863
2864 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2865
7462c383
TV
28662020-03-11 Tom de Vries <tdevries@suse.de>
2867
2868 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2869
1c6c46a0
TV
28702020-03-11 Tom de Vries <tdevries@suse.de>
2871
2872 * gdb.base/break-interp.exp: Limit verbose scope.
2873
44f41bb7
TV
28742020-03-11 Tom de Vries <tdevries@suse.de>
2875
2876 * gdb.fortran/logical.f90: Define variable with character type.
2877 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2878
b76f3a42
TV
28792020-03-11 Tom de Vries <tdevries@suse.de>
2880
2881 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2882
1c33af77
TV
28832020-03-11 Tom de Vries <tdevries@suse.de>
2884
2885 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2886 symtabs.
2887
8c95582d
AB
28882020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2889 Bernd Edlinger <bernd.edlinger@hotmail.de>
2890
2891 * gdb.cp/step-and-next-inline.cc: New file.
2892 * gdb.cp/step-and-next-inline.exp: New file.
2893 * gdb.cp/step-and-next-inline.h: New file.
2894 * gdb.dwarf2/dw2-is-stmt.c: New file.
2895 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2896 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2897 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2898 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2899
cecf8547
AB
29002020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2901
2902 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2903 is-stmt flag in the line table.
2904
0ba678c9
TV
29052020-03-09 Tom de Vries <tdevries@suse.de>
2906
2907 * lib/gdb.exp (cached_file): Create cache dir.
2908
72fbdf83
TV
29092020-03-07 Tom de Vries <tdevries@suse.de>
2910
2911 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2912 * gdb.cp/rvalue-ref-params.exp: Same.
2913
436b5e99
TV
29142020-03-06 Tom de Vries <tdevries@suse.de>
2915
2916 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2917 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2918
09f2921c
TV
29192020-03-06 Tom de Vries <tdevries@suse.de>
2920
2921 * README: Fix "the the".
2922 * gdb.base/dprintf.exp: Same.
2923
50a3cc5d
TV
29242020-03-05 Tom de Vries <tdevries@suse.de>
2925
2926 * gdb.base/maint.exp: Update "main print statistics" expected output.
2927
0a709cba
AKS
29282020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2929
2930 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2931 (fortran_int8): Likewise.
2932 (fortran_real4): Likewise.
2933 (fortran_real8): Likewise.
2934 (fortran_complex4): Likewise.
2935 (fortran_logical4): Likewise.
2936 (fortran_character1): Likewise.
2937
5e5d66b6
AB
29382020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2939
2940 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2941 printed as true.
2942
7b973adc
SDJ
29432020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2944
2945 * gdb.base/printcmds.exp: Add test to verify printf of a
2946 variable holding an address.
2947
478e490a
TV
29482020-03-03 Tom de Vries <tdevries@suse.de>
2949
2950 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2951
1ef44e86
TV
29522020-03-03 Tom de Vries <tdevries@suse.de>
2953
2954 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2955 gdb_test_multiple call.
2956
b98cc2cf
TV
29572020-03-03 Tom de Vries <tdevries@suse.de>
2958
2959 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2960 gdb_test_multiple calls.
2961
63e163f2
AB
29622020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2963
2964 * gdb.base/default.exp: Remove test of 'set history filename'.
2965 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2966 filename to the empty string.
2967 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2968 and GDBHISTSIZE.
2969
24ed6739
AB
29702020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2971
2972 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2973 disabled.
2974
590003dc 29752020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 2976 Tom de Vries <tdevries@suse.de>
590003dc
TV
2977
2978 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2979 -prompt prefix, before user_code argument. Add -lbl option likewise.
2980 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2981 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2982 argument.
2983 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2984 have "\r\n" at start-of-line, instead of at end-of-line.
2985
f5e46084
SM
29862020-02-28 Simon Marchi <simon.marchi@efficios.com>
2987
2988 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2989 libinproctrace.so.
2990
f7a7000d
LM
29912020-02-28 Luis Machado <luis.machado@linaro.org>
2992
2993 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2994 to "p/x".
2995
718e0816
LM
29962020-02-28 Luis Machado <luis.machado@linaro.org>
2997
2998 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2999 asm/ptrace.h and error.h.
3000
13c3a74a
TV
30012020-02-28 Tom de Vries <tdevries@suse.de>
3002
3003 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
3004 (struct wrapper, do_something, mundane/symada__cS): Move ...
3005 * gdb.base/c-linkage-name-2.c: ... here. New source file.
3006 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
3007 Update "print symada__cS before partial symtab expansion" regexp.
3008 Update breakpoint location. Flush symbol cache after expansion.
3009
85d2d5bb
LM
30102020-02-28 Luis Machado <luis.machado@linaro.org>
3011
3012 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
3013
3608f86c
TV
30142020-02-27 Tom de Vries <tdevries@suse.de>
3015
3016 * config/sid.exp: Remove unused globals.
3017 * gdb.base/attach.exp: Same.
3018 * gdb.base/catch-load.exp: Same.
3019 * gdb.base/dbx.exp: Same.
3020 * lib/gdb.exp: Same.
3021 * lib/mi-support.exp: Same.
3022 * lib/prompt.exp: Same.
3023
c8d4f6df
TV
30242020-02-27 Tom de Vries <tdevries@suse.de>
3025
3026 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
3027 not set.
3028
0d79cdc4
AM
30292020-02-26 Aaron Merey <amerey@redhat.com>
3030
3031 * gdb.debuginfod: New directory for debuginfod tests.
3032 * gdb.debuginfod/main.c: New test file.
3033 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
3034
0dce4280
TV
30352020-02-26 Tom de Vries <tdevries@suse.de>
3036
3037 PR gdb/25603
3038 * gdb.base/persistent-lang.cc: New test.
3039 * gdb.base/persistent-lang.exp: New file.
3040
9e80cfa1
AB
30412020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3042
3043 * gdb.fortran/derived-type-striding.exp: Add a new test.
3044 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
3045 new test.
3046
2078dbb2
AB
30472020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3048
3049 * gdb.base/cached-source-file.exp: Avoid source file paths in test
3050 names.
3051
70d49700
TV
30522020-02-25 Tom de Vries <tdevries@suse.de>
3053
3054 PR go/18926
3055 * gdb.go/methods.exp: Remove gcc/93866 xfail.
3056
a88ef40d
TV
30572020-02-24 Tom de Vries <tdevries@suse.de>
3058
3059 PR gdb/25592
3060 * gdb.base/info-locals-unused-static-var.c: New test.
3061 * gdb.base/info-locals-unused-static-var.exp: New file.
3062
01b1af32
TT
30632020-02-22 Tom Tromey <tom@tromey.com>
3064
3065 * gdb.python/tui-window.exp: New file.
3066 * gdb.python/tui-window.py: New file.
3067
7c043ba6
TT
30682020-02-22 Tom Tromey <tom@tromey.com>
3069
3070 PR tui/17850:
3071 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
3072 tests.
3073
c22fef7e
TT
30742020-02-22 Tom Tromey <tom@tromey.com>
3075
3076 * gdb.tui/new-layout.exp: Add sub-layout tests.
3077
ee325b61
TT
30782020-02-22 Tom Tromey <tom@tromey.com>
3079
3080 * gdb.tui/new-layout.exp: New file.
3081
3f0cbb04
TT
30822020-02-22 Tom Tromey <tom@tromey.com>
3083
3084 * gdb.rust/rust-style.rs: New file.
3085 * gdb.rust/rust-style.exp: New file.
3086 * gdb.base/style.exp: Test structure printing.
3087 * gdb.base/style.c (struct some_struct): New type.
3088 (enum etype): New type.
3089 (struct_value): New global.
3090
75525152
TV
30912020-02-21 Tom de Vries <tdevries@suse.de>
3092
3093 PR go/18926
3094 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
3095 Remove blanket xfails. Use message argument for gdb_breakpoint.
3096 Make continuing to breakpoint test conditional on setting breakpoint.
3097 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
3098 DW_AT_name attribute. Add xfail for GCC PR93866.
3099
bd360d30
AB
31002020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
3101
3102 * gdb.dwarf2/cpp-linkage-name.c: New file.
3103 * gdb.dwarf2/cpp-linkage-name.exp: New file.
3104
c7adb09f 31052020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
3106
3107 * lib/gdb.exp (gdb_wrapper_init): Reset
3108 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
3109 not exist.
3110
a9c79803
TV
31112020-02-20 Tom de Vries <tdevries@suse.de>
3112
3113 PR go/17018
3114 * gdb.go/hello.exp: Copy ...
3115 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
3116 print of st to print value of global definition. Add xfail for GCC
3117 PR93844.
3118 * gdb.go/hello.exp: Remove printing of st before definition.
3119 * gdb.go/hello.go: Copy ...
3120 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
3121 to st.
3122 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
3123
d7445728
TV
31242020-02-20 Tom de Vries <tdevries@suse.de>
3125
3126 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
3127 (gdb_simple_compile): Handle compile_flags go by using .go extension
3128 for source file.
3129 * gdb.go/chan.exp: Use support_go_compile.
3130 * gdb.go/handcall.exp: Same.
3131 * gdb.go/hello.exp: Same.
3132 * gdb.go/integers.exp: Same.
3133 * gdb.go/max-depth.exp: Same.
3134 * gdb.go/methods.exp: Same.
3135 * gdb.go/package.exp: Same.
3136 * gdb.go/strings.exp: Same.
3137 * gdb.go/types.exp: Same.
3138 * gdb.go/unsafe.exp: Same.
3139
c9c41e6d
TV
31402020-02-19 Tom de Vries <tdevries@suse.de>
3141
3142 * gdb.python/lib-types.exp: Make xfail more strict.
3143
f20ff837
TV
31442020-02-19 Tom de Vries <tdevries@suse.de>
3145
3146 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
3147
08410482
DE
31482020-02-19 Doug Evans <dje@google.com>
3149
3150 PR rust/25535
3151 * gdb.rust/simple.exp: Add test.
3152 * gdb.rust/simple.rs: Add test.
3153
623563f7
TV
31542020-02-19 Tom de Vries <tdevries@suse.de>
3155
3156 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
3157 output line-by-line.
3158
d3308cfd
TV
31592020-02-19 Tom de Vries <tdevries@suse.de>
3160
3161 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3162
86cbc5dc
TV
31632020-02-19 Tom de Vries <tdevries@suse.de>
3164
3165 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3166 prelink.
3167
9db2b96b
TV
31682020-02-19 Tom de Vries <tdevries@suse.de>
3169
3170 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3171 (gdb_do_cache): Use gdb_do_cache_wrap.
3172 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3173
89e2fdc5
TV
31742020-02-19 Tom de Vries <tdevries@suse.de>
3175
3176 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3177 gdb_compile option.
3178
373d7ac0
SM
31792020-02-18 Simon Marchi <simon.marchi@efficios.com>
3180
3181 * gdb.base/printcmds.exp (test_print_enums): Update expected
3182 output.
3183
b29a2df0
SM
31842020-02-18 Simon Marchi <simon.marchi@efficios.com>
3185
3186 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3187 for "unknown".
3188
6740f0cc
SM
31892020-02-18 Simon Marchi <simon.marchi@efficios.com>
3190
3191 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3192 enumerator.
3193
edd45eb0
SM
31942020-02-18 Simon Marchi <simon.marchi@efficios.com>
3195
3196 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3197 FE_, add FE_NONE.
3198 (three): Update.
3199 (enum flag_enum_without_zero): New enum.
3200 (flag_enum_without_zero): New variable.
3201 (enum not_flag_enum): New enum.
3202 (three_not_flag): New variable.
3203 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3204 (test_print_enums): Add more tests for printing flag enums.
3205
d4295de4
TV
32062020-02-18 Tom de Vries <tdevries@suse.de>
3207
3208 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3209 (gdb_compile_ada): ... here.
3210 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3211 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3212
f251f505
TT
32132020-02-14 Tom Tromey <tom@tromey.com>
3214
3215 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3216 build directory.
3217 * boards/gdbserver-base.exp: Update path to gdbserver.
3218
8f432634
TV
32192020-02-13 Tom de Vries <tdevries@suse.de>
3220
3221 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3222
92b6eaf7
TV
32232020-02-13 Tom de Vries <tdevries@suse.de>
3224
3225 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3226 are missing.
3227
f3b0f7fe
TV
32282020-02-13 Tom de Vries <tdevries@suse.de>
3229
3230 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3231 call.
3232
f6be8713
SDJ
32332020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3234
3235 PR tui/25126
3236 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3237 * gdb.base/cached-source-file.c: New file.
3238 * gdb.base/cached-source-file.exp: New file.
3239
b2770d5e
TV
32402020-02-11 Tom de Vries <tdevries@suse.de>
3241
3242 PR testsuite/25488
3243 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3244
44f6938e
TV
32452020-02-10 Tom de Vries <tdevries@suse.de>
3246
3247 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3248
5f0e2eb7
MR
32492020-02-10 Maciej W. Rozycki <macro@wdc.com>
3250
3251 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3252 and $after_addr are both integers before making a comparison.
3253
46ce2b6f
TV
32542020-02-09 Tom de Vries <tdevries@suse.de>
3255
3256 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3257 command output and paste it into gdb.log. If any, paste catch message
3258 to gdb.log.
3259
5abbbe1d
TT
32602020-02-07 Tom Tromey <tromey@adacore.com>
3261
3262 PR breakpoints/24915:
3263 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3264
1d5d29e7
SV
32652020-02-06 Shahab Vahedi <shahab@synopsys.com>
3266
3267 * gdb.tui/tui-missing-src.exp: Add the "missing source
3268 file" test for the TUI.
3269
b0999b9b
AB
32702020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3271
3272 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3273 including a port number in the output.
3274
c3b149eb
AKS
32752020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3276
3277 * lib/fortran.exp (fortran_int4): Handle clang.
3278 (fortran_int8): Likewise.
3279 (fortran_real4): Likewise.
3280 (fortran_real8): Likewise.
3281 (fortran_complex4): Likewise.
3282 (fortran_logical4): Likewise.
3283 (fortran_character1): Likewise.
3284
f8dcc90b
TV
32852020-02-04 Tom de Vries <tdevries@suse.de>
3286
3287 * README (Race detection): Add note.
3288
f90ac7c2
TV
32892020-02-04 Tom de Vries <tdevries@suse.de>
3290
3291 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3292
780636ae
TV
32932020-02-04 Tom de Vries <tdevries@suse.de>
3294
3295 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3296
5d2e1193
RA
32972020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3298
3299 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3300 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3301 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3302 blttar, bnetarl.
3303 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3304 binary for blttar, bnetarl.
3305 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3306 wait instruction. Delete ldmx test.
3307 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3308
e409c542
AKS
33092020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3310
3311 * gdb.fortran/array-bounds-high.exp: New file.
3312 * gdb.fortran/array-bounds-high.f90: New file.
3313
b0029748
LD
33142020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3315
3316 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3317 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3318
195a8287
TV
33192020-02-01 Tom de Vries <tdevries@suse.de>
3320
3321 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3322
42330a68
AB
33232020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3324
3325 PR tui/9765
3326 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3327 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3328
b62a8028
LM
33292020-01-29 Luis Machado <luis.machado@linaro.org>
3330
3331 * gdb.arch/aarch64-brk-patterns.c: New source file.
3332 * gdb.arch/aarch64-brk-patterns.exp: New test.
3333
5f440116
TBA
33342020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3335
3336 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3337 GCC/Clang version.
3338 * gdb.cp/pass-by-ref.exp: Ditto.
3339
ee2a6fc6
TV
33402020-01-29 Tom de Vries <tdevries@suse.de>
3341
3342 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3343 * gdb.threads/watchpoint-fork-mt.c: Same.
3344 * gdb.threads/watchpoint-fork-parent.c: Same.
3345 * gdb.threads/watchpoint-fork-st.c: Same.
3346 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3347
16b10d6e
LM
33482020-01-27 Luis Machado <luis.machado@linaro.org>
3349
3350 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3351 sitting at a syscall instruction when we hit the syscall function's
3352 breakpoint.
3353 Check PC against one obtained with the x command.
3354 Validate syscall number.
3355 (step_over_syscall): Don't continue to the syscall instruction if
3356 we're already there.
3357
b1468492
PW
33582020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3359
3360 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3361
7ffa82e1
AB
33622020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3363
3364 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3365 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3366
3d92a3e3
AB
33672020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3368
3369 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3370 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3371
94a72be7
AB
33722020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3373
3374 * gdb.base/maint.exp: Update line table parsing test.
3375 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3376
53af73bf
PA
33772020-01-24 Pedro Alves <palves@redhat.com>
3378
3379 PR gdb/25410
3380 * gdb.multi/multi-re-run-1.c: New.
3381 * gdb.multi/multi-re-run-2.c: New.
3382 * gdb.multi/multi-re-run.exp: New.
3383
1ba1ac88
AB
33842020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3385
3386 PR gdb/23718
3387 * gdb.server/server-kill-python.exp: New file.
3388
f3364a6d
AB
33892020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3390
3391 * gdb.server/multi-ui-errors.c: New file.
3392 * gdb.server/multi-ui-errors.exp: New file.
3393
733d0a67
AB
33942020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3395
3396 PR tui/9765
3397 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3398
4f13c1c0
TT
33992020-01-19 Tom Tromey <tom@tromey.com>
3400
3401 * gdb.tui/main.exp: Add check for plain "file".
3402
40c94099
CB
34032020-01-16 Christian Biesinger <cbiesinger@google.com>
3404
3405 * lib/gdb.exp: Fix spelling error (seperatelly).
3406
ff47f4f0
TT
34072020-01-14 Tom Tromey <tom@tromey.com>
3408
3409 PR symtab/12535:
3410 * gdb.python/python.exp: Test decode_line with empty string
3411 argument.
3412
717c684d
BE
34132020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3414
3415 * gdb.base/skip-inline.exp: Extend test.
3416
44e4c775
AB
34172020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3418
3419 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3420 * gdb.dwarf2/dw2-bad-elf.c: New file.
3421 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3422
d93c6db7
AB
34232020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3424
3425 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3426 _line_saw_file.
3427
9a6d629c
AB
34282020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3429
3430 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3431 border.
3432
d9ebdab7
TBA
34332020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3434
3435 * gdb.multi/multi-target.exp (setup): Factor out "info
3436 connections" and "info inferiors" tests to ...
3437 (test_info_inferiors): ... this new procedure.
3438 (top level): Run new "info-inferiors" tests.
3439
f3c469b9
PA
34402020-01-10 Pedro Alves <palves@redhat.com>
3441
3442 * gdb.server/bkpt-other-inferior.exp: New file.
3443
121b3efd
PA
34442020-01-10 Pedro Alves <palves@redhat.com>
3445
3446 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3447 of "add-inferior".
3448 * gdb.base/quit-live.exp: Likewise.
3449 * gdb.base/remote-exec-file.exp: Likewise.
3450 * gdb.guile/scm-progspace.exp: Likewise.
3451 * gdb.linespec/linespec.exp: Likewise.
3452 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3453 * gdb.mi/user-selected-context-sync.exp: Likewise.
3454 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3455 "info inferiors" tests.
3456 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3457 "add-inferior".
3458 * gdb.multi/watchpoint-multi.exp: Likewise.
3459 * gdb.python/py-inferior.exp: Likewise.
3460 * gdb.server/extended-remote-restart.exp: Likewise.
3461 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3462 "info inferiors".
3463 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3464 * gdb.trace/report.exp: Likewise.
3465
1dadb1dd
PA
34662020-01-10 Pedro Alves <palves@redhat.com>
3467
3468 * gdb.multi/multi-target.c: New file.
3469 * gdb.multi/multi-target.exp: New file.
3470 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3471 mode requested, but remote does not support non-stop".
3472
78f2c40a
PA
34732020-01-10 Pedro Alves <palves@redhat.com>
3474
3475 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3476 disconnect before reconnecting.
3477
e7af6c70
TBA
34782020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3479 Pedro Alves <palves@redhat.com>
3480
3481 * gdb.server/connect-without-multi-process.exp: Also test
3482 continuing to end.
3483
acdf84a6
PA
34842020-01-10 Pedro Alves <palves@redhat.com>
3485
3486 * gdb.base/remote-exec-file.exp: New file.
3487
873657b9
PA
34882020-01-10 Pedro Alves <palves@redhat.com>
3489
3490 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3491 output.
3492 * gdb.threads/async.c: New.
3493 * gdb.threads/async.exp: New.
3494 * gdb.multi/tids-gid-reset.c: New.
3495 * gdb.multi/tids-gid-reset.exp: New.
3496
7f0ae84c
GB
34972020-01-10 George Barrett <bob@bob131.so>
3498
3499 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3500 to help in finding the image relocation offset.
3501 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3502 options in arguments.
3503 (stap_test_no_debuginfo): Likewise.
3504 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3505 test variants.
3506 (stap_test): Add null semaphore relocation test.
3507
47e9d49d
GB
35082020-01-10 George Barrett <bob@bob131.so>
3509
3510 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3511 * gdb.base/stap-probe.exp: Likewise.
3512 (stap_test): Pass argument as an additional flag.
3513 (stap_test_no_debuginfo): Likewise.
3514 (stap_test): Check `info probes stap' output for semaphore
3515 addresses if the test binary is supposed to have them.
3516
f5a7c406
AB
35172020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3518
3519 * gdb.tui/basic.exp: Add more scrolling tests.
3520
9ae6bf64
TT
35212020-01-09 Tom Tromey <tom@tromey.com>
3522
3523 PR tui/18932:
3524 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3525 meangingful value.
3526 (Term::command, Term::resize): Update.
3527 * gdb.tui/basic.exp: Add scrolling test.
3528
b2efe70c
AB
35292020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3530
3531 * gdb.tui/tui-layout-asm.exp: New file.
3532
3804da7e
AB
35332020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3534
3535 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3536
b40aa28f
AB
35372020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3538
3539 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3540 (Term::enter_tui): Use Term::prepare_for_tui.
3541
63ffd7c9
AB
35422020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3543
3544 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3545 called.
3546
3be966f6
AB
35472020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3548
3549 * gdb.base/skip.exp: Fix race condition in test.
3550
153d79c4
AB
35512020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3552
3553 * gdb.base/backtrace.c: New file.
3554 * gdb.base/backtrace.exp: New file.
3555
f2302a34
AB
35562020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3557
3558 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3559
6ec1d75e
PW
35602020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3561
3562 * gdb.base/style.exp: Test that warnings are styled.
3563
c296cbe6
BE
35642019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3565
3566 * gdb.base/line65535.exp: New file.
3567 * gdb.base/line65535.c: New file.
3568
b28a729d
SM
35692019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3570
3571 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3572 * lib/gnat_debug_info_test.adb: New file.
3573 * gdb.ada/ptype_tagged_param.exp: Use
3574 gnat_runtime_has_debug_info, expect a different output if
3575 runtime does not have debug info.
3576
7f2d7a0d
SM
35772019-12-20 Simon Marchi <simon.marchi@efficios.com>
3578
3579 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3580 (another) quote in test name.
3581
f3bce483
SM
35822019-12-20 Simon Marchi <simon.marchi@efficios.com>
3583
3584 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3585 Add quote in test name.
3586
c855a912
TBA
35872019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3588
3589 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3590 directory instead.
3591 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3592 * gdb.cp/pass-by-ref-2.cc: New file.
3593 * gdb.cp/pass-by-ref-2.exp: New file.
3594
fc9d2d72
TT
35952019-12-20 Tom Tromey <tom@tromey.com>
3596
3597 * gdb.tui/list-before.exp: New file.
3598
77b97e00
TT
35992019-12-20 Tom Tromey <tom@tromey.com>
3600
3601 * gdb.tui/list.exp: Check for source on initial listing.
3602
f69656d0
TT
36032019-12-11 Tom Tromey <tromey@adacore.com>
3604
3605 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3606 Add crlf test.
3607
99a55965
SM
36082019-12-18 Simon Marchi <simon.marchi@efficios.com>
3609
3610 * gdb.base/default.exp: Update value of $_gdb_major.
3611
5024637f
BE
36122019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3613
3614 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3615
b63634be
BE
36162019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3617
3618 * gdb.base/skip.exp: Whitespace fix.
3619
45d73523
BE
36202019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3621
3622 * gdb.base/skip-inline.c: New file.
3623 * gdb.base/skip-inline.exp: New file.
3624
d043f8c8
SM
36252019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3626
3627 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3628 jit_function_00 to jit_function_stack_mangle.
3629 * gdb.base/jithost.c (jit_function_t): Rename to...
3630 (jit_function_stack_mangle_t): ... this.
3631 (jit_function_add_t): New typedef.
3632 (jit_function_00_code): Rename to...
3633 (jit_function_stack_mangle_code): ... this, make static.
3634 (jit_function_add_code): New.
3635 (main): Generate "add" function and call it. Adjust to changes
3636 in jithost_abi.
3637 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3638 (struct jithost_abi) <begin, end>: Remove fields.
3639 <object, function_stack_mangle, function_add>: New fields.
3640 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3641 code_end>: Remove fields.
3642 <func_stack_mangle>: New field.
3643 (read_debug_info): Adjust to renaming, create block for "add"
3644 function.
3645 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3646
873de05c
TT
36472019-12-11 Tom Tromey <tom@tromey.com>
3648
3649 * gdb.tui/resize.exp: Fix regexp.
3650 * gdb.tui/regs.exp: Fix regexps.
3651 * gdb.tui/main.exp: Fix regexp.
3652
3d979945
TT
36532019-12-11 Tom Tromey <tom@tromey.com>
3654
3655 * gdb.tui/resize.exp: Update.
3656 * gdb.tui/empty.exp (layouts): Update.
3657
2192a9d3
TT
36582019-12-11 Tom Tromey <tom@tromey.com>
3659
3660 * gdb.tui/regs.exp: Update.
3661 * gdb.tui/empty.exp (layouts): Update.
3662 * gdb.tui/basic.exp: Update.
3663 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3664
d8edc8b7
PW
36652019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3666
3667 * gdb.base/options.exp: Add -raw-values in the print completion list.
3668 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3669
4c12d936
KB
36702019-12-10 Kevin Buettner <kevinb@redhat.com>
3671
3672 * gdb.threads/omp-par-scope.c: New file.
3673 * gdb/threads/omp-par-scope.exp: New file.
3674
26b911fb
KB
36752019-12-10 Kevin Buettner <kevinb@redhat.com>
3676
bb47f919
KB
3677 * lib/gdb.exp (support_nested_function_tests): New proc.
3678
36792019-12-10 Kevin Buettner <kevinb@redhat.com>
3680
3681 * lib/gdb.exp (gdb_compile_openmp): New proc.
3682 (build_executable_from_specs): Add an "openmp" option.
3683 (gdb_compile_pthreads): Add non-executable case.
26b911fb 3684
6c71eb7d
TT
36852019-12-10 Tom Tromey <tromey@adacore.com>
3686
3687 * gdb.ada/unchecked_union.exp: New file.
3688 * gdb.ada/unchecked_union/pck.adb: New file.
3689 * gdb.ada/unchecked_union/pck.ads: New file.
3690 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3691 * gdb-utils.exp (string_to_regexp): Also quote "?".
3692
bac7c5cf
GB
36932019-12-10 George Barrett <bob@bob131.so>
3694
3695 Test scripted probe breakpoints.
3696 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3697 * gdb.python/py-breakpoint.c (main): Likewise.
3698 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3699 specifier test.
3700 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3701
330f1d38
TBA
37022019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3703
3704 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3705 an rvalue parameter.
3706 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3707 parameter.
3708
b43315e2
AB
37092019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3710
3711 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3712 modules.
3713
54f73dad
AB
37142019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3715
3716 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3717 broken version of GCC.
3718
d57cbee9
AB
37192019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3720
3721 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3722 sym-info-cmds library.
3723 * gdb.fortran/info-types.exp: Likewise.
3724 * lib/sym-info-cmds.exp: New file.
3725
c14aab8c
TV
37262019-12-08 Tom de Vries <tdevries@suse.de>
3727
3728 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3729
aa2d5a42
KS
37302019-12-07 Keith Seitz <keiths@redhat.com>
3731
3732 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3733 * gdb.base/corefile-buildid-shlib.c: New file.
3734 * gdb.base/corefile-buildid.c: New file.
3735 * gdb.base/corefile-buildid.exp: New file.
3736
93e55f0a
TV
37372019-12-06 Tom de Vries <tdevries@suse.de>
3738
3739 * gdb.dwarf2/varval.exp: Add decl before def test.
3740
c7d12402
TBA
37412019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3742
3743 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3744
06acc08f
TBA
37452019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3746
3747 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3748 CV and reference conversion for overload resolution.
3749 * gdb.cp/rvalue-ref-overload.exp: Test it.
3750
e0fad1ea
PW
37512019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3752
3753 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3754 * gdb.base/frameapply.exp: Test faas without command.
3755
8d70a9f0
AB
37562019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3757
3758 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3759 Fortran tests.
3760 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3761 order.
3762
36c8fb93
AB
37632019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3764
3765 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3766 casting to type with no kind specified.
3767 (test_basic_parsing_of_type_kinds): Additional tests for types
3768 with no kind specified, and add tests for single/double
3769 precision/complex types.
3770
4139ff00
TT
37712019-12-04 Tom Tromey <tromey@adacore.com>
3772
3773 * gdb.base/endianity.c (struct other) <x>: New field.
3774 (main): Initialize it.
3775 * gdb.base/endianity.exp: Update.
3776
a05cf17a
TT
37772019-12-04 Tom Tromey <tromey@adacore.com>
3778
3779 * gdb.ada/scalar_storage/storage.adb: New file.
3780 * gdb.ada/scalar_storage/pck.adb: New file.
3781 * gdb.ada/scalar_storage/pck.ads: New file.
3782 * gdb.ada/scalar_storage.exp: New file.
3783
103a685e
TT
37842019-12-04 Tom Tromey <tromey@adacore.com>
3785
3786 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3787 (main): Initialize it.
3788 * gdb.base/endianity.exp: Update.
3789
c2512106
AB
37902019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3791
3792 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3793
293b38d6
AB
37942019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3795
3796 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3797 -symbol-info-module-functions and -symbol-info-module-variables.
3798
216a7e6b
AB
37992019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3800
3801 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3802
5bbd8269
AB
38032019-12-01 Richard Bunt <richard.bunt@arm.com>
3804 Andrew Burgess <andrew.burgess@embecosm.com>
3805
3806 * gdb.fortran/derived-type-striding.exp: New file.
3807 * gdb.fortran/derived-type-striding.f90: New file.
3808 * gdb.fortran/array-slices.exp: New file.
3809 * gdb.fortran/array-slices.f90: New file.
3810
be09caf1
PW
38112019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3812
3813 * gdb.base/define.exp: Test . in command names.
3814 * gdb.base/setshow.exp: Update test, as . is now part of
3815 command name.
3816
643c0cbe
PW
38172019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3818
3819 * gdb.base/define-prefix.exp: New file.
3820
dcdec678
AB
38212019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3822
3823 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3824 compile.
3825 (skip_btrace_pt_tests): Likewise.
3826
640ab947
AB
38272019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3828
3829 * gdb.fortran/info-modules.exp: Compile source files in correct
3830 order.
3831
d22670f0
KB
38322019-11-27 Kevin Buettner <kevinb@redhat.com>
3833
3834 * gdb.dwarf2/imported-unit.exp: New file.
3835 * gdb.dwarf2/imported-unit.c: New file.
3836
db5960b4
AB
38372019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3838
3839 * gdb.mi/mi-fortran-modules-2.f90: New file.
3840 * gdb.mi/mi-fortran-modules.exp: New file.
3841 * gdb.mi/mi-fortran-modules.f90: New file.
3842
7dc42066
AB
38432019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3844
3845 * gdb.mi/mi-sym-info-1.c: New file.
3846 * gdb.mi/mi-sym-info-2.c: New file.
3847 * gdb.mi/mi-sym-info.exp: New file.
3848
0dfeecca
TT
38492019-11-22 Tom Tromey <tromey@adacore.com>
3850
3851 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3852 * gdb.ada/tasks/foo.adb: Add another stopping location.
3853
34877895
PJ
38542019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3855
3856 * gdb.base/endianity.c: New test.
3857 * gdb.base/endianity.exp: New file.
3858
2e84f897
LD
38592019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3860
3861 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3862
65d1cd5f
TV
38632019-11-21 Tom de Vries <tdevries@suse.de>
3864
3865 PR gdb/24956
3866 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3867
4f22c3f4
SDJ
38682019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3869
3870 * gdb.python/py-progspace.exp: Add missing parentheses on some
3871 'print' commands.
3872
9f6ad286
TT
38732019-11-19 Tom Tromey <tom@tromey.com>
3874
3875 * gdb.tui/winheight.exp: New file.
3876
0b8dbf3f
AB
38772019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3878
3879 * gdb.base/ctf-whatis.c: Delete.
3880 * gdb.base/ctf-whatis.exp: Delete.
3881 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3882
f833b7a7
AB
38832019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3884
3885 * gdb.base/ctf-cvexpr.exp: Delete.
3886 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3887
30d0a636
AB
38882019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3889
3890 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3891 the compiler. Clean up header comment a little.
3892 * gdb.base/ctf-ptype.exp: Likewise.
3893 * gdb.base/ctf-whatis.exp: Likewise.
3894 * lib/gdb.exp (skip_ctf_tests): New proc.
3895
494409bb
SDJ
38962019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3897
3898 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3899 * gdb.tui/corefile-run.exp: New file.
3900
55708e99
TT
39012019-11-14 Tom Tromey <tromey@adacore.com>
3902
3903 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3904 regression tests.
3905
45e42163
TT
39062019-11-12 Tom Tromey <tom@tromey.com>
3907
3908 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3909 after any command. Expect prompt after WAIT_FOR is seen.
3910 (enter_tui): Enable resize messages.
3911 (command): Expect command in output.
3912 (get_line): Avoid error when cursor appears to be off-screen.
3913 (dump_screen): Include screen size in title.
3914 (_do_resize): New proc, from "resize".
3915 (resize): Rewrite. Do resize in two steps.
3916 * gdb.tui/empty.exp (layouts): Fix entries.
3917 (check_boxes): Remove xfail.
3918 (check_text): Dump screen on failure.
3919
086baaf1
AB
39202019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3921
3922 * gdb.python/py-symbol.exp: Add test for
3923 gdb.lookup_static_symbols.
3924
09ff83af
AB
39252019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3926
3927 * gdb.python/py-symbol.c: Declare and call function from new
3928 py-symbol-2.c file.
3929 * gdb.python/py-symbol.exp: Compile both source files, and add new
3930 tests for gdb.lookup_static_symbol.
3931 * gdb.python/py-symbol-2.c: New file.
3932
11af934b
TV
39332019-11-02 Tom de Vries <tdevries@suse.de>
3934
3935 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3936 * gdb.base/anon.exp: Same.
3937 * gdb.base/auto-connect-native-target.exp: Same.
3938 * gdb.base/call-ar-st.exp: Same.
3939 * gdb.base/catch-syscall.exp: Same.
3940 * gdb.base/commands.exp: Same.
3941 * gdb.base/default.exp: Same.
3942 * gdb.base/display.exp: Same.
3943 * gdb.base/float.exp: Same.
3944 * gdb.base/foll-fork.exp: Same.
3945 * gdb.base/help.exp: Same.
3946 * gdb.base/info-macros.exp: Same.
3947 * gdb.base/info-proc.exp: Same.
3948 * gdb.base/info-target.exp: Same.
3949 * gdb.base/long_long.exp: Same.
3950 * gdb.base/macscp.exp: Same.
3951 * gdb.base/memattr.exp: Same.
3952 * gdb.base/nofield.exp: Same.
3953 * gdb.base/pointers.exp: Same.
3954 * gdb.base/printcmds.exp: Same.
3955 * gdb.base/ptype.exp: Same.
3956 * gdb.base/restore.exp: Same.
3957 * gdb.base/return.exp: Same.
3958 * gdb.base/scope.exp: Same.
3959 * gdb.base/set-noassign.exp: Same.
3960 * gdb.base/setshow.exp: Same.
3961 * gdb.base/shlib-call.exp: Same.
3962 * gdb.base/signals.exp: Same.
3963 * gdb.base/sigstep.exp: Same.
3964 * gdb.base/skip.exp: Same.
3965 * gdb.base/solib-symbol.exp: Same.
3966 * gdb.base/stap-probe.exp: Same.
3967 * gdb.base/step-line.exp: Same.
3968 * gdb.base/step-test.exp: Same.
3969 * gdb.base/style.exp: Same.
3970 * gdb.base/varargs.exp: Same.
3971 * gdb.base/vla-datatypes.exp: Same.
3972 * gdb.base/vla-ptr.exp: Same.
3973 * gdb.base/vla-sideeffect.exp: Same.
3974 * gdb.base/volatile.exp: Same.
3975 * gdb.base/watch-cond-infcall.exp: Same.
3976 * gdb.base/watchpoint.exp: Same.
3977
e96ec2ba
TV
39782019-11-02 Tom de Vries <tdevries@suse.de>
3979
3980 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3981 * gdb.cp/cpexprs.exp: Same.
3982 * gdb.cp/except-multi-location.exp: Same.
3983 * gdb.cp/exceptprint.exp: Same.
3984 * gdb.cp/gdb2384.exp: Same.
3985 * gdb.cp/inherit.exp: Same.
3986 * gdb.cp/m-static.exp: Same.
3987 * gdb.cp/meth-typedefs.exp: Same.
3988 * gdb.cp/misc.exp: Same.
3989 * gdb.cp/namespace.exp: Same.
3990 * gdb.cp/non-trivial-retval.exp: Same.
3991 * gdb.cp/overload.exp: Same.
3992 * gdb.cp/pr17132.exp: Same.
3993 * gdb.cp/re-set-overloaded.exp: Same.
3994 * gdb.cp/rvalue-ref-types.exp: Same.
3995 * gdb.cp/templates.exp: Same.
3996
bd5766ec
LM
39972019-11-01 Luis Machado <luis.machado@linaro.org>
3998
3999 PR gdb/25124
4000
4001 * gdb.arch/pr25124.S: New file.
4002 * gdb.arch/pr25124.exp: New file.
4003
165f8965
AB
40042019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4005
4006 * gdb.fortran/info-modules.exp: Update expected results, and add
4007 additional tests for 'info module functinos', and 'info module
4008 variables'.
4009 * gdb.fortran/info-types.exp: Update expected results.
4010 * gdb.fortran/info-types.f90: Extend testcase with additional
4011 module variables and functions.
4012
59c35742
AB
40132019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4014
4015 * gdb.fortran/info-modules.exp: New file.
4016 * gdb.fortran/info-types.exp: Build with new file.
4017 * gdb.fortran/info-types.f90: Include and use new module.
4018 * gdb.fortran/info-types-2.f90: New file.
4019
f3fb2519
PW
40202019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4021
4022 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
4023 * gdb.base/settings.exp: Test all settings types using
4024 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
4025 that now verifies that the value of "maint show" is the same as
4026 returned by the settings functions. Test the type of the
4027 maintenance settings.
4028 * gdb.base/default.exp: Update show_conv_list.
4029
d1e36019
TV
40302019-10-31 Tom de Vries <tdevries@suse.de>
4031
4032 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
4033 gdb_test.
4034 * gdb.arch/amd64-disp-step.exp: Same.
4035 * gdb.asm/asm-source.exp: Same.
4036 * gdb.btrace/buffer-size.exp: Same.
4037 * gdb.btrace/cpu.exp: Same.
4038 * gdb.btrace/enable.exp: Same.
4039 * gdb.dwarf2/count.exp: Same.
4040 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4041 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
4042 * gdb.fortran/vla-datatypes.exp: Same.
4043 * gdb.fortran/vla-history.exp: Same.
4044 * gdb.fortran/vla-ptype.exp: Same.
4045 * gdb.fortran/vla-value.exp: Same.
4046 * gdb.fortran/whatis_type.exp: Same.
4047 * gdb.guile/guile.exp: Same.
4048 * gdb.multi/tids.exp: Same.
4049 * gdb.python/py-finish-breakpoint.exp: Same.
4050 * gdb.python/py-framefilter.exp: Same.
4051 * gdb.python/py-pp-registration.exp: Same.
4052 * gdb.python/py-xmethods.exp: Same.
4053 * gdb.python/python.exp: Same.
4054 * gdb.server/connect-with-no-symbol-file.exp: Same.
4055 * gdb.server/no-thread-db.exp: Same.
4056 * gdb.server/run-without-local-binary.exp: Same.
4057 * gdb.stabs/weird.exp: Same.
4058 * gdb.threads/attach-many-short-lived-threads.exp: Same.
4059 * gdb.threads/thread-find.exp: Same.
4060 * gdb.threads/tls-shared.exp: Same.
4061 * gdb.threads/tls.exp: Same.
4062 * gdb.threads/wp-replication.exp: Same.
4063 * gdb.trace/ax.exp: Same.
4064 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
4065
3d11e68e
TV
40662019-10-31 Tom de Vries <tdevries@suse.de>
4067
4068 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
4069 * gdb.ada/array_subscript_addr.exp: Same.
4070 * gdb.ada/arrayidx.exp: Same.
4071 * gdb.ada/arrayparam.exp: Same.
4072 * gdb.ada/arrayptr.exp: Same.
4073 * gdb.ada/boolean_expr.exp: Same.
4074 * gdb.ada/call_pn.exp: Same.
4075 * gdb.ada/complete.exp: Same.
4076 * gdb.ada/fixed_cmp.exp: Same.
4077 * gdb.ada/fun_addr.exp: Same.
4078 * gdb.ada/funcall_param.exp: Same.
4079 * gdb.ada/interface.exp: Same.
4080 * gdb.ada/mod_from_name.exp: Same.
4081 * gdb.ada/null_array.exp: Same.
4082 * gdb.ada/packed_array.exp: Same.
4083 * gdb.ada/packed_tagged.exp: Same.
4084 * gdb.ada/print_chars.exp: Same.
4085 * gdb.ada/print_pc.exp: Same.
4086 * gdb.ada/ptype_arith_binop.exp: Same.
4087 * gdb.ada/ptype_field.exp: Same.
4088 * gdb.ada/ptype_tagged_param.exp: Same.
4089 * gdb.ada/rec_return.exp: Same.
4090 * gdb.ada/ref_tick_size.exp: Same.
4091 * gdb.ada/str_ref_cmp.exp: Same.
4092 * gdb.ada/taft_type.exp: Same.
4093 * gdb.ada/tagged.exp: Same.
4094 * gdb.ada/type_coercion.exp: Same.
4095 * gdb.ada/uninitialized_vars.exp: Same.
4096
60b6ede8
TV
40972019-10-30 Tom de Vries <tdevries@suse.de>
4098
4099 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
4100
30baf67b
TV
41012019-10-26 Tom de Vries <tdevries@suse.de>
4102
4103 * gdb.base/bigcore.c: Fix typos in comments.
4104 * gdb.base/ctf-ptype.c: Same.
4105 * gdb.base/long_long.c: Same.
4106 * gdb.dwarf2/dw2-op-out-param.S: Same.
4107 * gdb.python/py-evthreads.c: Same.
4108 * gdb.reverse/i387-stack-reverse.c: Same.
4109 * gdb.trace/tfile.c: Same.
4110 * lib/compiler.c: Same.
4111 * lib/compiler.cc: Same.
4112
158da0d1
TV
41132019-10-25 Tom de Vries <tdevries@suse.de>
4114
4115 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
4116 gdb_test_multiple calls.
4117 * gdb.reverse/sigall-reverse.exp: Same.
4118 * gdb.reverse/solib-precsave.exp: Same.
4119 * gdb.reverse/solib-reverse.exp: Same.
4120 * gdb.reverse/until-precsave.exp: Same.
4121 * gdb.reverse/until-reverse.exp: Same.
4122
4ccdfbec
TV
41232019-10-24 Tom de Vries <tdevries@suse.de>
4124
4125 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
4126 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
4127 kfail using -wrap pattern flag and convenience variable
4128 gdb_test_name.
4129
33d569b7
AB
41302019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
4131
4132 * gdb.python/py-progspace.exp: Add tests for the
4133 Progspace.block_for_pc method.
4134
4d0b984b
TT
41352019-10-23 Tom Tromey <tom@tromey.com>
4136
4137 * configure: Rebuild.
4138 * aclocal.m4: Use m4_include, not sinclude.
4139
94cb3754
TV
41402019-10-21 Tom de Vries <tdevries@suse.de>
4141
4142 * gdb.base/infcall-nested-structs.c: Add
4143 __attribute__((noinline,noclone)) to all functions.
4144 (call_all): Add missing variable initialization. Simplify return value.
4145 (breakpt): Increment volatile variable, to prevent call from being
4146 optimized out.
4147 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
4148
062f1fc1
TV
41492019-10-17 Tom de Vries <tdevries@suse.de>
4150
4151 * gdb.fortran/module.exp: Allow info variables to print info for files
4152 other than module.f90.
4153
0b54364d
AB
41542019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4155
4156 * gdb.fortran/module.exp: Extend with 'info variables' test.
4157
7ff5fae7
AB
41582019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4159
4160 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
4161 F77_FOR_TARGET.
4162
d10eccaa
TV
41632019-10-16 Tom de Vries <tdevries@suse.de>
4164
4165 PR tdep/25096
4166 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4167
745ff14e
TV
41682019-10-16 Tom de Vries <tdevries@suse.de>
4169
4170 PR tdep/24104
4171 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4172 Add KFAIL for PR tdep/25096.
4173
03e1ab94
TV
41742019-10-16 Tom de Vries <tdevries@suse.de>
4175
4176 PR testsuite/25059
4177 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4178
b17fcc10
TV
41792019-10-16 Tom de Vries <tdevries@suse.de>
4180
4181 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4182 as signed.
4183
9223170f
SM
41842019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4185
4186 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4187 one instead of increasing timeout.
4188
d6e76313
TV
41892019-10-13 Tom de Vries <tdevries@suse.de>
4190
4191 PR record/25038
4192 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4193 * gdb.reverse/sigall-reverse.exp: Same.
4194 * gdb.reverse/solib-precsave.exp: Same.
4195 * gdb.reverse/solib-reverse.exp: Same.
4196 * gdb.reverse/step-precsave.exp: Same.
4197 * gdb.reverse/until-precsave.exp: Same.
4198 * gdb.reverse/until-reverse.exp: Same.
4199 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4200
6dfc0041
AA
42012019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4202
4203 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4204 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4205 (cmp_struct_05_01, cmp_struct_static_02_01)
4206 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4207 comparisons.
4208
abcf2cc8
TV
42092019-10-10 Tom de Vries <tdevries@suse.de>
4210
4211 PR testsuite/24888
4212 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4213 gnatlink.
4214
a50faaf6
TV
42152019-10-09 Tom de Vries <tdevries@suse.de>
4216
4217 PR testsuite/25048
4218 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4219
60ff3cd7
AB
42202019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4221
4222 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4223 exceptions due to missing debug information.
4224
dfee8566
TV
42252019-10-07 Tom de Vries <tdevries@suse.de>
4226
4227 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4228
3d63690a
AB
42292019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4230
4231 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4232 * gdb.base/annota1.exp: Update to use gdb_test_name.
4233
30d1f018
WP
42342019-10-07 Weimin Pan <weimin.pan@oracle.com>
4235
4236 * gdb.base/ctf-whatis.exp: New file.
4237 * gdb.base/ctf-whatis.c: New file.
4238 * gdb.base/ctf-ptype.exp: New file.
4239 * gdb.base/ctf-ptype.c: New file.
4240 * gdb.base/ctf-constvars.exp: New file.
4241 * gdb.base/ctf-constvars.c: New file.
4242 * gdb.base/ctf-cvexpr.exp: New file.
4243
4dbbb47c
TV
42442019-10-04 Tom de Vries <tdevries@suse.de>
4245
4246 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4247 for loop.
4248
77c2dba3
TT
42492019-10-03 Tom Tromey <tom@tromey.com>
4250
4251 PR rust/24976:
4252 * gdb.rust/simple.rs (Union2): New type.
4253 (main): Use Union2.
4254 * gdb.rust/simple.exp: Add test.
4255
179aed7f
AB
42562019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4257
4258 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4259 nested function prefix.
4260
0a4b0913
AB
42612019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4262 Richard Bunt <richard.bunt@arm.com>
4263 Andrew Burgess <andrew.burgess@embecosm.com>
4264
4265 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4266 nested functions.
4267 * gdb.fortran/nested-funcs.f90: Update expected results.
4268 * gdb.fortran/nested-funcs-2.exp: New file.
4269 * gdb.fortran/nested-funcs-2.f90: New file.
4270
082cce05
AB
42712019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4272
4273 * gdb.python/py-parameter.exp: Make test names unique.
4274 * gdb.python/py-template.exp: Likewise.
4275 * gdb.python/py-value.exp: Likewise.
4276
2b74ba5a
AB
42772019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4278
4279 * gdb.base/break-interp.exp: Reduce test name duplication.
4280 * gdb.base/call-sc.exp: Likewise.
4281 * gdb.base/callfuncs.exp: Likewise.
4282 * gdb.base/charset.exp: Likewise.
4283 * gdb.base/dump.exp: Likewise.
4284 * gdb.base/ena-dis-br.exp: Likewise.
4285 * gdb.base/relational.exp: Likewise.
4286 * gdb.base/step-over-syscall.exp: Likewise.
4287 * gdb.base/structs.exp: Likewise.
4288
58eb20d5
AB
42892019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4290
4291 * gdb.linespec/explicit.exp: Make test names unique.
4292 * gdb.linespec/ls-errs.exp: Likewise.
4293
4d421147
AB
42942019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4295
4296 * gdb.reverse/break-precsave.exp: Make test names unique.
4297 * gdb.reverse/break-reverse.exp: Likewise.
4298 * gdb.reverse/finish-precsave.exp: Likewise.
4299 * gdb.reverse/finish-reverse.exp: Likewise.
4300 * gdb.reverse/machinestate-precsave.exp: Likewise.
4301 * gdb.reverse/machinestate.exp: Likewise.
4302 * gdb.reverse/readv-reverse.exp: Likewise.
4303 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4304 * gdb.reverse/sigall-precsave.exp: Likewise.
4305 * gdb.reverse/sigall-reverse.exp: Likewise.
4306 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4307 * gdb.reverse/watch-precsave.exp: Likewise.
4308 * gdb.reverse/watch-reverse.exp: Likewise.
4309
d8c06f22
AB
43102019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4311
4312 * gdb.threads/stop-with-handle.c: New file.
4313 * gdb.threads/stop-with-handle.exp: New file.
4314
3a56ed86
TV
43152019-10-03 Tom de Vries <tdevries@suse.de>
4316
4317 PR testsuite/25059
4318 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4319 directory" line to be missing.
4320
42275044
TV
43212019-10-03 Tom de Vries <tdevries@suse.de>
4322
4323 PR testsuite/25059
4324 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4325 type optional.
4326
9ef62df0
AA
43272019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4328
4329 * gdb.python/py-format-string.c (string.h): New include.
4330 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4331 the same value, for endianness-independence.
4332 * gdb.python/py-format-string.exp (default_regexp_dict)
4333 (test_pretty_structs, test_format): Adjust expected output to the
4334 changed initialization.
4335
37f6a7f4
TT
43362019-10-02 Tom Tromey <tromey@adacore.com>
4337
4338 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4339
1d58d6a2
PA
43402019-10-02 Pedro Alves <palves@redhat.com>
4341 Andrew Burgess <andrew.burgess@embecosm.com>
4342
4343 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4344 "print-file-var.h".
4345 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4346 (get_version_1): Print this_version_id and its address.
4347 Add extern "C" wrappers around interface functions.
4348 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4349 "print-file-var.h".
4350 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4351 (get_version_2): Print this_version_id and its address.
4352 Add extern "C" wrappers around interface functions.
4353 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4354 <stddef.h> and "print-file-var.h".
4355 Add extern "C" wrappers around interface functions.
4356 [VERSION_ID_MAIN] (this_version_id): Define.
4357 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4358 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4359 up extern "C" blocks.
4360 * gdb.base/print-file-var.exp (test): New, factored out from top
4361 level.
4362 (top level): Test all combinations of attribute hidden or not,
4363 dlopen or not, and this_version_id symbol in main file or not.
4364 Compile tests as both C++ and C, make test names unique.
4365
d770d56f
TT
43662019-10-01 Tom Tromey <tom@tromey.com>
4367
4368 * gdb.base/style.exp: Test "show logging filename".
4369
7f6aba03
TT
43702019-10-01 Tom Tromey <tom@tromey.com>
4371
4372 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4373 * gdb.base/style.exp: Add metadata style test.
4374
14309bb6
TT
43752019-10-01 Tom Tromey <tom@tromey.com>
4376
4377 * gdb.base/style.exp: Test "pwd".
4378
2a3c1174
PA
43792019-10-01 Tom Tromey <tom@tromey.com>
4380
4381 * gdb.base/style.exp: Update tests.
4382
53d666ec
AA
43832019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4384
4385 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4386 'six' to unsigned.
4387 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4388 'five'. Use an all-ones bit pattern for each.
4389 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4390 to its changed values.
4391
4a56a520
TT
43922019-09-30 Tom Tromey <tromey@adacore.com>
4393
4394 * gdb.rust/traits.rs: Disable all warnings.
4395
0df0352a
TV
43962019-09-29 Tom de Vries <tdevries@suse.de>
4397
aac66a4c 4398 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 4399
73d9a918
TV
44002019-09-29 Tom de Vries <tdevries@suse.de>
4401
4402 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4403
060b3ab4
TV
44042019-09-27 Tom de Vries <tdevries@suse.de>
4405
4406 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4407
68f7d34d
TV
44082019-09-27 Tom de Vries <tdevries@suse.de>
4409
4410 PR record/23188
4411 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4412
5d63b30a
TT
44132019-09-26 Tom Tromey <tromey@adacore.com>
4414
4415 * gdb.ada/py_taft.exp: New file.
4416 * gdb.ada/py_taft/main.adb: New file.
4417 * gdb.ada/py_taft/pkg.adb: New file.
4418 * gdb.ada/py_taft/pkg.ads: New file.
4419
3d435220
TV
44202019-09-24 Tom de Vries <tdevries@suse.de>
4421
4422 PR gdb/24598
4423 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4424
77d03678
TV
44252019-09-22 Tom de Vries <tdevries@suse.de>
4426
4427 * gdb.base/restore.exp: Allow register variables to be optimized out at
4428 -O0.
4429
abf516c6
UW
44302019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4431
4432 * gdb.arch/spu-info.exp: Remove file.
4433 * gdb.arch/spu-info.c: Remove file.
4434 * gdb.arch/spu-ls.exp: Remove file.
4435 * gdb.arch/spu-ls.c: Remove file.
4436
4437 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4438 * gdb.asm/spu.inc: Remove file.
4439
4440 * gdb.base/dump.exp: Remove support for spu*-*-*.
4441 * gdb.base/stack-checking.exp: Likewise.
4442 * gdb.base/overlays.exp: Likewise.
4443 * gdb.base/ovlymgr.c: Likewise.
4444 * gdb.base/spu.ld: Remove file.
4445
4446 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4447 * gdb.cp/cpexprs.exp: Likewise.
4448 * gdb.cp/exception.exp: Likewise.
4449 * gdb.cp/gdb2495.exp: Likewise.
4450 * gdb.cp/mb-templates.exp: Likewise.
4451 * gdb.cp/pr9167.exp: Likewise.
4452 * gdb.cp/userdef.exp: Likewise.
4453
4454 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4455
4456 * gdb.cell: Remove directory.
4457 * lib/cell.exp: Remove file.
4458
e452e88f
TV
44592019-09-19 Tom de Vries <tdevries@suse.de>
4460
4461 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4462
8a625130
TV
44632019-09-19 Tom de Vries <tdevries@suse.de>
4464
4465 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4466
81dc3ab5
TV
44672019-09-19 Tom de Vries <tdevries@suse.de>
4468
4469 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4470 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4471 (gdb_target_cmd): ... here.
4472 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4473 value 2.
4474
b078f3ac
AB
44752019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4476
4477 * gdb.base/source-dir.exp: Avoid having directory names in test
4478 names.
4479
f1b620e9
MG
44802019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4481
4482 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4483 directory.
4484
67f3ed6a
AB
44852019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4486
4487 * gdb.base/list-missing-source.exp: New file.
4488
d1b70248
TV
44892019-09-14 Tom de Vries <tdevries@suse.de>
4490
4491 PR teststuite/24599
4492 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4493 * lib/ada.exp (gnatmake_version_at_least): New proc.
4494
5fabdcd6
AB
44952019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4496
4497 * gdb.base/maint.exp: Use exec_has_index_section.
4498
aa17805f
AB
44992019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4500
4501 * gdb.base/maint.exp: Add test for 'maint info sections'.
4502
25e5c209
TV
45032019-09-12 Tom de Vries <tdevries@suse.de>
4504
4505 * gdb.base/store.exp: Allow register variables to be optimized out at
4506 -O0.
4507
4993045d
PW
45082019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4509
4510 * gdb.ada/rdv_wait.exp: Update to new task names.
4511 * gdb.base/task_switch_in_core.exp: Likewise.
4512 * gdb.base/info_sources_base.c: Likewise.
4513
8a516164
TT
45142019-09-10 Tom Tromey <tromey@adacore.com>
4515
4516 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4517
aa391654
TT
45182019-09-10 Tom Tromey <tromey@adacore.com>
4519
4520 * gdb.ada/dgopt.exp: New file.
4521 * gdb.ada/dgopt/x.adb: New file.
4522
8634b462
TT
45232019-09-08 Tom Tromey <tom@tromey.com>
4524
4525 * gdb.tui/resize.exp: Remove setup_xfail.
4526 * gdb.tui/regs.exp: Remove setup_xfail.
4527 * gdb.tui/basic.exp: Remove setup_xfail.
4528
736b0f76
DB
45292019-09-06 David Blaikie <dblaikie@gmail.com>
4530
4531 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4532 * gdb.cp/cplabel.exp: Ditto.
4533 * gdb.linespec/ls-errs.exp: Ditto.
4534
30331a6c
TV
45352019-09-05 Tom de Vries <tdevries@suse.de>
4536
4537 * lib/gdb.exp (cmp_file_string): New proc.
4538 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4539 runto_main. Verify save breakpoints output.
4540
98b0ebab
PW
45412019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4542
4543 * gdb.base/info-var.exp: Test info variables without running
4544 to main, to avoid expect's buffer overflow.
4545
4e962e74
TT
45462019-09-03 Tom Tromey <tromey@adacore.com>
4547
4548 * gdb.ada/bias.exp: New file.
4549 * gdb.ada/bias/bias.adb: New file.
4550 * gdb.ada/print_chars.exp: Add regression test.
4551 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4552 (MC): New variable.
4553
2ea1a07a
SL
45542019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4555
4556 * gdb.base/argv0-symlink.exp: Run only on native target
4557 and local host.
4558
8077c50d
TV
45592019-08-29 Tom de Vries <tdevries@suse.de>
4560
4561 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4562 diverse debug info.
4563 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4564
48352473
TV
45652019-08-28 Tom de Vries <tdevries@suse.de>
4566
4567 * gdb.base/info-var.exp: Allow info variables to print info for files
4568 other than info-var-f1.c and info-var-f2.c.
4569
d8f27c60
AB
45702019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4571
4572 * gdb.fortran/info-types.exp: Add module.
4573 * gdb.fortran/info-types.f90: Update expected results.
4574
1f20c35e
AB
45752019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4576
4577 * gdb.fortran/info-types.exp: New file.
4578 * gdb.fortran/info-types.f90: New file.
4579 * lib/fortran.exp (fortran_character1): New proc.
4580
4acfdd20
AB
45812019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4582
4583 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4584 functions'. Reindent as needed.
4585 * gdb.base/info-var-f1.c: New file.
4586 * gdb.base/info-var-f2.c: New file.
4587 * gdb.base/info-var.exp: New file.
4588 * gdb.base/info-var.h: New file.
4589
5c31b358
TV
45902019-08-26 Tom de Vries <tdevries@suse.de>
4591
4592 PR c++/24852
4593 * gdb.cp/no-libstdcxx-probe.exp: New test.
4594
b694989f
TV
45952019-08-26 Tom de Vries <tdevries@suse.de>
4596
4597 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4598 * tests need to be skipped.
4599 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4600 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4601 mi_skip_libstdcxx_probe_tests.
4602
d9c4ba53
SDJ
46032019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4604
4605 * gdb.python/py-xmethods.exp: Use raw strings when passing
4606 arguments to SimpleXMethodMatcher.
4607
395fad09
TV
46082019-08-22 Tom de Vries <tdevries@suse.de>
4609
4610 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4611 more informative.
4612
26c957f1
PA
46132019-08-21 Pedro Alves <palves@redhat.com>
4614
4615 * gdb.base/with.exp: Test "with" with no arguments.
4616
61f80d5d
TV
46172019-08-21 Tom de Vries <tdevries@suse.de>
4618
4619 * gdb.base/gdb-caching-proc.exp: Sort files.
4620
d7a11d13
TV
46212019-08-20 Tom de Vries <tdevries@suse.de>
4622
4623 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4624 compilation.
4625
34dafe9f
TV
46262019-08-16 Tom de Vries <tdevries@suse.de>
4627
4628 * gdb.base/compare-sections.exp ("after run to main"): Allow
4629 mismatched read-only sections for PIE executables.
4630
398fdd60
TT
46312019-08-16 Tom Tromey <tom@tromey.com>
4632
4633 * lib/tuiterm.exp (_csi_Z): New proc.
4634 * gdb.tui/basic.exp: Update window positions.
4635 * gdb.tui/empty.exp: Update window positions.
4636
d8f9e51c
SL
46372019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4638
4639 * gdb.base/examine-backward.exp: Correct regexp for
4640 "examine 3 bytes backward from ${address_zero}".
4641
3df505f6
TT
46422019-08-15 Tom Tromey <tom@tromey.com>
4643
4644 * gdb.tui/empty.exp: Enable resizing tests.
4645
272560b5
TT
46462019-08-15 Tom Tromey <tromey@adacore.com>
4647
4648 * gdb.ada/char_enum.exp: Add regression tests.
4649 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4650 and '0'.
4651 (Char, Gchar): Update.
4652 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4653
08235187
CB
46542019-08-15 Christian Biesinger <cbiesinger@google.com>
4655
4656 * gdb.python/python.exp: Expect a leading underscore on
4657 GdbOutput{,Error}File.
4658
22a2ab04
SL
46592019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4660
4661 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4662 Windows host.
4663
835b995b
SL
46642019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4665
4666 * gdb.base/batch-preserve-term-settings.exp
4667 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4668
97dd8e07
CB
46692019-08-15 Christian Biesinger <cbiesinger@google.com>
4670
4671 * lib/gdb.exp: When running on a mingw target, replace
4672 /x/ with x:/.
4673
75faf5c4
AH
46742019-08-14 Alan Hayward <alan.hayward@arm.com>
4675
4676 * gdb.arch/aarch64-prologue.c: New test.
4677 * gdb.arch/aarch64-prologue.exp: New file.
4678
abc6c00f
TV
46792019-08-13 Tom de Vries <tdevries@suse.de>
4680
4681 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4682 Thread.
4683
74c2c1f4
SL
46842019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4685
4686 * gdb.python/py-completion.exp: Download the .py file to the host
4687 and use its host pathname. Conditionalize tests that use
4688 tab completion and manipulate files on the build machine.
4689 * gdb.python/py-events.exp: Download the .py file to the host
4690 and use its host pathname.
4691 * gdb.python/py-evsignal.exp: Likewise.
4692 * gdb.python/py-evthreads.exp: Likewise.
4693 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4694 pathname syntax.
4695 * gdb.python/py-framefilter.exp: Download the .py file to the right
4696 place on the host. Match Windows pathname syntax.
4697 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4698 .py file to the host and use its host pathname.
4699 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4700 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4701 build pathname. Skip symlink test on Windows host. Add missing
4702 newline at end of file.
4703 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4704 and use its host pathname.
4705 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4706 * gdb.python/py-section-script.exp: Use host location of binfile
4707 on safe-path. Use correct path separator on Windows host.
4708 Reorder alternatives in gdb_test_multiple to prevent matching
4709 the wrong alternative on success.
4710 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4711
ca2589f3
PP
47122019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4713
4714 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4715 expect the GDB inferior to no longer immediately stop after
4716 being resumed with "signal SIGINT".
4717
020a839d
SL
47182019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4719
4720 * gdb.linespec/break-ask.exp: Generalize regexps to match
4721 Windows pathnames too.
4722
128d6509
TV
47232019-08-08 Tom de Vries <tdevries@suse.de>
4724
4725 PR testsuite/24862
4726 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4727
590042fc
PW
47282019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4729
4730 * gdb.base/style.exp: Update tests for help doc new invariants.
4731 * gdb.base/help.exp: Likewise.
4732
046bebe1
TT
47332019-08-06 Tom Tromey <tom@tromey.com>
4734
4735 * gdb.base/style.exp: Add disassemble test.
4736 * gdb.base/style.c (some_called_function): New function.
4737 (main): Use it.
4738
0b27c27d
CB
47392019-08-05 Christian Biesinger <cbiesinger@google.com>
4740
4741 * gdb.python/py-block.exp: Test dictionary access on blocks.
4742
580f1034
SM
47432019-08-05 Simon Marchi <simon.marchi@efficios.com>
4744
4745 PR gdb/24863
4746 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4747 -list-thread-groups --available test when running under
4748 check-read1.
4749
d86bd7cb
TV
47502019-08-05 Tom de Vries <tdevries@suse.de>
4751
4752 PR testsuite/24863
4753 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4754 * gdb.base/help.exp: Use with_read1_timeout_factor.
4755 * gdb.base/info-macros.exp: Same.
4756 * gdb.cp/nested-types.exp: Same.
4757
a80cf5d8
TV
47582019-08-05 Tom de Vries <tdevries@suse.de>
4759
4760 * lib/gdb.exp (version_at_least): Factor out of ...
4761 (tcl_version_at_least): ... here.
4762 (gdb_compile): Fail if pie results in non-PIE executable.
4763 (readelf_version, readelf_prints_pie): New proc.
4764 (exec_is_pie): Return -1 if unknown.
4765
d0962838
TV
47662019-08-05 Tom de Vries <tdevries@suse.de>
4767
4768 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4769
2252ff3d
SL
47702019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4771
4772 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4773
26655f53
SL
47742019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4775
4776 * lib/completion-support.exp (test_gdb_complete_none): Skip
4777 tab completion tests if no readline support.
4778 (test_gdb_complete_unique_re): Likewise.
4779 (test_gdb_complete_multiple): Likewise.
4780
db4dc13e
PW
47812019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4782
4783 * gdb.base/info_sources.exp: New file.
4784 * gdb.base/info_sources.c: New file.
4785 * gdb.base/info_sources_base.c: New file.
4786
0eba165a
PFC
47872019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4788
4789 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4790 prefix argument.
4791 (test_exit_status): Add prefix argument.
4792
59bd512b
TV
47932019-08-01 Tom de Vries <tdevries@suse.de>
4794
4795 PR testsuite/24863
4796 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4797 calling exp_continue for new thread and thread exited messages.
4798
2a3ad588
TV
47992019-08-01 Tom de Vries <tdevries@suse.de>
4800
4801 PR testsuite/24863
4802 * gdb.base/structs.exp: Fix check-read1 timeout using
4803 gdb_test_sequence.
4804 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4805
117eb594
TV
48062019-08-01 Tom de Vries <tdevries@suse.de>
4807
4808 PR testsuite/24863
4809 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4810 line.
4811
ed591340
TV
48122019-08-01 Tom de Vries <tdevries@suse.de>
4813
4814 PR testsuite/24863
4815 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4816
aa3b6533
TT
48172019-07-30 Tom Tromey <tromey@adacore.com>
4818
4819 * gdb.ada/display_nested.exp: New file.
4820 * gdb.ada/display_nested/foo.adb: New file.
4821 * gdb.ada/display_nested/pack.adb: New file.
4822 * gdb.ada/display_nested/pack.ads: New file.
4823
2906593f
CB
48242019-07-30 Christian Biesinger <cbiesinger@google.com>
4825
4826 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4827 namespace.
4828 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4829
0f575925
TV
48302019-07-30 Tom de Vries <tdevries@suse.de>
4831
4832 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4833 instead.
4834
b13057d9
TV
48352019-07-30 Tom de Vries <tdevries@suse.de>
4836
4837 PR testsuite/24834
4838 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4839 (exec_is_pie): New proc.
4840
5c4dde85
CB
48412019-07-29 Christian Biesinger <cbiesinger@google.com>
4842
4843 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4844
c620ed88
CB
48452019-07-29 Christian Biesinger <cbiesinger@google.com>
4846
4847 * gdb.python/py-objfile.c: Add global and static vars.
4848 * gdb.python/py-objfile.exp: Test new functions Objfile.
4849 lookup_global_symbol and lookup_static_symbol.
4850
3d235706
TT
48512019-07-29 Tom Tromey <tom@tromey.com>
4852
4853 * lib/tuiterm.exp (Term::_csi_@): New proc.
4854 (Term::_csi_X): Don't move cursor.
4855
c7e4c0a6
PW
48562019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4857
4858 * gdb.base/options.exp: Update backtrace - completion to
4859 new option -frame-info.
4860 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4861 Test new 'set print frame-info'. Test backtrace -frame-info
4862 overriding 'set print frame-info'.
4863 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4864 Test new 'set print frame-info'.
4865 Verify consistency of backtrace with and without filters, with and
4866 without -no-filters.
4867 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4868 default.
4869
de28a3b7
TV
48702019-07-29 Tom de Vries <tdevries@suse.de>
4871
4872 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4873 no arguments".
4874
507dd60e
TV
48752019-07-29 Tom de Vries <tdevries@suse.de>
4876
4877 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4878 is a substring of the first for "complete non-unique file name".
4879
5beafce9
TV
48802019-07-29 Tom de Vries <tdevries@suse.de>
4881
4882 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4883 with ".*".
4884
2d274232
TV
48852019-07-29 Tom de Vries <tdevries@suse.de>
4886
4887 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4888 Pass prompt_regexp parameter to gdb_test_multiple calls.
4889
9197cd8b
TV
48902019-07-29 Tom de Vries <tdevries@suse.de>
4891
4892 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 4893 print registers" regexps.
9197cd8b 4894
b528dae0
TV
48952019-07-29 Tom de Vries <tdevries@suse.de>
4896
4897 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4898
d17725d7
TV
48992019-07-29 Tom de Vries <tdevries@suse.de>
4900
4901 PR gdb/24855
4902 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4903 (skip_python_tests_prompt): Add prompt_regexp argument to
4904 gdb_test_multiple calls.
4905
52b75bf1
TT
49062019-07-27 Tom Tromey <tom@tromey.com>
4907
4908 * gdb.tui/main.exp: New file.
4909
2b1d00c2
TT
49102019-07-27 Tom Tromey <tom@tromey.com>
4911
4912 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4913 optional.
4914 * gdb.tui/empty.exp: New file.
4915
ded631d5
TT
49162019-07-27 Tom Tromey <tom@tromey.com>
4917
4918 * lib/tuiterm.exp (spawn): New proc.
4919 (Term::resize): New proc.
4920 * gdb.tui/resize.exp: New file.
4921
58ac439d
TT
49222019-07-27 Tom Tromey <tom@tromey.com>
4923
4924 * gdb.tui/list.exp: New file.
4925
fe1f56ee
TT
49262019-07-27 Tom Tromey <tom@tromey.com>
4927
4928 * gdb.tui/regs.exp: New file.
4929
f790b310
TT
49302019-07-27 Tom Tromey <tom@tromey.com>
4931
4932 * gdb.tui/basic.exp: Add "layout split" test.
4933
d95fc6ee
TT
49342019-07-27 Tom Tromey <tom@tromey.com>
4935
4936 * gdb.tui/basic.exp: Add "layout asm" test.
4937
c3786b3a
TT
49382019-07-27 Tom Tromey <tom@tromey.com>
4939
4940 * lib/tuiterm.exp: New file.
4941 * gdb.tui/basic.exp: New file.
4942
98a617f8
KB
49432019-07-27 Kevin Buettner <kevinb@redhat.com>
4944
4945 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4946 Enable tests associated with this flag. Adjust regex
4947 referencing "foo_low" to now refer to "foo_cold" instead.
4948
5c076da4
KB
49492019-07-27 Kevin Buettner <kevinb@redhat.com>
4950
4951 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4952 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4953 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4954 foo_cold. Revise comments to match.
4955 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4956 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4957 were wrapped into this proc; Call do_test in loop from outermost
4958 level.
4959 (foo_low): Rename all occurrences to "foo_cold".
4960 (backtrace from baz): New test.
4961 (x2/i foo_cold): New test.
4962 (info line *foo_cold): New test.
4963
1512d3b7
TV
49642019-07-26 Tom de Vries <tdevries@suse.de>
4965
4966 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4967
297989a1
TV
49682019-07-25 Tom de Vries <tdevries@suse.de>
4969
4970 PR testsuite/24830
4971 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4972 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4973 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4974 (skip_libstdcxx_probe_tests): ... here.
4975 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4976
b3b965fb
TV
49772019-07-24 Tom de Vries <tdevries@suse.de>
4978
4979 PR testsuite/24807
4980 * gdb.objc/basicclass.m: Include stdio.h.
4981 * gdb.objc/nondebug.m: Same.
4982 * gdb.objc/objcdecode.m: Same.
4983
4625b4d0
TV
49842019-07-24 Tom de Vries <tdevries@suse.de>
4985
4986 PR testsuite/24612
4987 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4988 additional_flags.
4989
024a5840
TV
49902019-07-24 Tom de Vries <tdevries@suse.de>
4991
4992 PR testsuite/24831
4993 * gdb.multi/tids.exp: Update error messages for info threads.
4994
c76ddaa3
TV
49952019-07-24 Tom de Vries <tdevries@suse.de>
4996
4997 * gdb.base/info-types.exp: Allow info types to print info for more than
4998 one file.
4999
9a618ef6
TV
50002019-07-23 Tom de Vries <tdevries@suse.de>
5001
5002 PR testsuite/24842
5003 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
5004 gdb_spawn_with_cmdline_opts.
5005
40eadf04
SP
50062019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5007
5008 * gdb.arch/arm-cmse-sgstubs.c: New test.
5009 * gdb.arch/arm-cmse-sgstubs.exp: New file.
5010
5ba29434
TV
50112019-07-23 Tom de Vries <tdevries@suse.de>
5012
5013 PR testsuite/24711
5014 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
5015 issuing next command.
5016
a8e9d247
AB
50172019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5018
5019 * gdb.ada/info_auto_lang.exp: Update expected results.
5020 * gdb.base/info-types.c: Add additional types to check.
5021 * gdb.base/info-types.exp: Update expected results.
5022
eb86c5e2
AB
50232019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5024
5025 * gdb.base/info-types.c: New file.
5026 * gdb.base/info-types.exp: New file.
5027
01e175fe
AB
50282019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5029
5030 * gdb.arch/riscv-bp-infcall.c: New file.
5031 * gdb.arch/riscv-bp-infcall.exp: New file.
5032
6b78c3f8
AB
50332019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5034
5035 PR breakpoints/24541
5036 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
5037
da738167
TV
50382019-07-14 Tom de Vries <tdevries@suse.de>
5039
5040 PR testsuite/24760
5041 * gdb.objc/basicclass.exp: Fix unterminated string.
5042
0d4e84ed
AB
50432019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
5044 Andrew Burgess <andrew.burgess@embecosm.com>
5045
5046 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
5047 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
5048 negative bounds.
5049 * gdb.fortran/vla-value.exp: Print elements of an array with
5050 negative bounds.
5051 * gdb.fortran/vla.f90: Setup an array with negative bounds for
5052 testing.
5053
021d8588
AB
50542019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5055
5056 * gdb.base/options.exp (expect_string): Dequote strings in
5057 results.
5058 (test-string): Test strings with different quoting and reindent.
5059
f06f1252
TT
50602019-07-10 Tom Tromey <tromey@adacore.com>
5061
5062 * gdb.ada/mi_ex_cond.exp: Update expected results.
5063 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
5064 * gdb.ada/mi_catch_ex.exp: Update expected results.
5065 * gdb.ada/mi_catch_assert.exp: Update expected results.
5066 * gdb.ada/catch_ex.exp (catch_exception_info)
5067 (catch_exception_entry, catch_assert_entry)
5068 (catch_unhandled_entry): Update.
5069 * gdb.ada/catch_assert_if.exp: Update expected results.
5070
b863685d
RB
50712019-07-10 Richard Bunt <richard.bunt@arm.com>
5072 Stephen Roberts <stephen.roberts@arm.com>
5073
5074 * gdb.base/define.exp: Restore original prompt.
5075
cb1e4e32
PA
50762019-07-09 Pedro Alves <palves@redhat.com>
5077
5078 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
5079 breakpoints" output.
5080 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
5081 * gdb.python/py-breakpoint.exp: No longer expect that "catch
5082 throw" creates breakpoint.
5083 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
5084 'type="catchpoint"'.
5085
b58a68fe
PA
50862019-07-09 Pedro Alves <palves@redhat.com>
5087
5088 PR c++/15468
5089 * gdb.cp/except-multi-location-lib.cc: New.
5090 * gdb.cp/except-multi-location-main.cc: New.
5091 * gdb.cp/except-multi-location.exp: New.
5092
0826779b
PW
50932019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
5094
5095 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
5096 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
5097 argument and update callers.
5098
5b0e2db4
AB
50992019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5100
5101 * gdb.arch/amd64-break-on-asm-line.S: New file.
5102 * gdb.arch/amd64-break-on-asm-line.exp: New file.
5103
1f6f6e21
PW
51042019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5105
5106 * gdb.base/printcmds.exp: Test printing C string and
5107 C wide string convenience vars without transiting via the inferior.
5108 Also make test names unique.
5109
ea142fbf
AH
51102019-07-08 Alan Hayward <alan.hayward@arm.com>
5111
5862c886 5112 PR breakpoints/25011
ea142fbf
AH
5113 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
5114
213fd9fa
PA
51152019-07-04 Pedro Alves <palves@redhat.com>
5116
5117 * lib/gdb.exp (foreach_with_prefix): Don't return early if
5118 body returned ok(0), break(3) or continue(4).
5119 * gdb.testsuite/foreach_with_prefix.exp: New file.
5120
2b40fda7
AH
51212019-07-04 Alan Hayward <alan.hayward@arm.com>
5122
5123 * gdb.server/unittest.exp: Allow 0 unit tests to run.
5124
a26c8de0
PA
51252019-07-03 Pedro Alves <palves@redhat.com>
5126
5127 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
5128 "return -code".
5129
5f4ba3e7
PA
51302019-07-03 Pedro Alves <palves@redhat.com>
5131
5132 PR cli/24732
5133 * gdb.base/shell.exp: Load completion-support.exp.
5134 Adjust expected error output. Add completion tests.
5135
a994424f
PA
51362019-07-03 Pedro Alves <palves@redhat.com>
5137
5138 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
5139 string_to_regexp.
5140
3d9be6f5
PA
51412019-07-03 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
5144 (expect_integer): Adjust to expect "-string".
5145 (expect_string): New.
5146 (all_options): Expect "-string".
5147 (test-flag, test-boolean): Adjust to expect "-string".
5148 (test-string): New proc.
5149 (top level): Call it.
5150
41fc454c
PA
51512019-07-03 Pedro Alves <palves@redhat.com>
5152
5153 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
5154 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
5155 the expected output in the success.
5156
b2b2a215
PA
51572019-07-03 Pedro Alves <palves@redhat.com>
5158
5159 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5160 Split one gdb_test_multiple call in two to avoid a race.
5161
fdbc9870
PA
51622019-07-03 Pedro Alves <palves@redhat.com>
5163
5164 * gdb.base/with.c: New file.
5165 * gdb.base/with.exp: New file.
5166
c6ac8931
PA
51672019-07-03 Pedro Alves <palves@redhat.com>
5168
5169 * gdb.base/settings.exp: Replace all references to "maint
5170 test-settings set" with references to "maint set test-settings",
5171 and all references to "maint test-settings show" with references
5172 to "maint show test-settings".
5173
970f9d09
PA
51742019-07-03 Pedro Alves <palves@redhat.com>
5175
5176 * gdb.base/settings.exp (test-string): Adjust expected out when
5177 testing "maint test-settings show filename"
5178
54d66006
PA
51792019-07-02 Pedro Alves <palves@redhat.com>
5180
5181 * gdb.base/options.exp (test-info-threads): New procedure.
5182 (top level): Call it.
5183
10d06d82
TT
51842019-06-28 Tom Tromey <tromey@adacore.com>
5185
5186 * gdb.dwarf2/ada-linkage-name.c: New file.
5187 * gdb.dwarf2/ada-linkage-name.exp: New file.
5188
3d507ff2
TT
51892019-06-27 Tom Tromey <tromey@adacore.com>
5190
d039f014 5191 PR c++/20020:
3d507ff2
TT
5192 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5193
8af58ffe
TV
51942019-06-26 Tom de Vries <tdevries@suse.de>
5195
5196 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5197
22e21752
TV
51982019-06-26 Tom de Vries <tdevries@suse.de>
5199
5200 * gdb.base/index-cache.exp: Add back missing debug option.
5201
b65b566c
PW
52022019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5203
5204 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5205
5c2c8c69
TV
52062019-06-25 Tom de Vries <tdevries@suse.de>
5207
5208 PR testsuite/24727
5209 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5210
164e3873
TV
52112019-06-24 Tom de Vries <tdevries@suse.de>
5212
5213 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5214
824eacee
TV
52152019-06-24 Tom de Vries <tdevries@suse.de>
5216
5217 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5218 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5219 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5220
385b97d3
TV
52212019-06-24 Tom de Vries <tdevries@suse.de>
5222
5223 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5224
c596f180
TV
52252019-06-21 Tom de Vries <tdevries@suse.de>
5226
5227 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5228
b13a7d03
TV
52292019-06-21 Tom de Vries <tdevries@suse.de>
5230
5231 PR testsuite/24518
5232 PR ada/24713
5233 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5234 index.
5235
899277ae
TT
52362019-06-19 Tom Tromey <tromey@adacore.com>
5237
5238 * gdb.ada/length_cond.exp: Add intro comment.
5239
680e1bee
TT
52402019-06-19 Tom Tromey <tromey@adacore.com>
5241
5242 * gdb.ada/length_cond.exp: New file.
5243 * gdb.ada/length_cond/length_cond.adb: New file.
5244 * gdb.ada/length_cond/pck.adb: New file.
5245 * gdb.ada/length_cond/pck.ads: New file.
5246
0ed4690a
TV
52472019-06-18 Tom de Vries <tdevries@suse.de>
5248
5249 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5250
d20ed5fd
TT
52512019-06-18 Tom Tromey <tromey@adacore.com>
5252
5253 * gdb.base/list0.h: Add comment explaining control character.
5254
86e04673
TV
52552019-06-18 Tom de Vries <tdevries@suse.de>
5256
5257 * boards/fission.exp: Break up long debug_flags line.
5258
c4973306
SM
52592019-06-16 Tom de Vries <tdevries@suse.de>
5260
5261 PR gdb/24445
5262 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5263 generated index.
5264
93cb9841
AB
52652019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5266
5267 PR gdb/24686
5268 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5269 improve detection of bug gdb/24541.
5270
399aaebd
SM
52712019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5272
5273 PR gdb/24669
5274 * gdb.base/index-cache.exp (uses_readnow,
5275 expecting_index_cache_use): Define global variable.
5276 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5277 expecting_index_cache_use.
5278
584a927c
AB
52792019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5280 Andrew Burgess <andrew.burgess@embecosm.com>
5281
5282 * gdb.fortran/pointers.f90: New file.
5283 * gdb.fortran/print_type.exp: New file.
5284 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5285 * gdb.fortran/vla-type.exp: Likewise.
5286 * gdb.fortran/vla-value.exp: Likewise.
5287 * gdb.mi/mi-vla-fortran.exp: Likewise.
5288
30056ea0
AB
52892019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5290
5291 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5292 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5293 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5294 as a stop reason.
5295
ec8e2b6d
AB
52962019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5297
5298 * gdb.base/annota1.exp: Update expected results.
5299 * gdb.cp/annota2.exp: Likewise.
5300 * gdb.cp/annota3.exp: Likewise.
5301
09e4c4e1
AB
53022019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5303
5304 * gdb.base/style-logging.exp: Remove path from test name.
5305
0735b091
TT
53062019-06-14 Tom Tromey <tromey@adacore.com>
5307
5308 PR gdb/24502:
5309 * gdb.base/style-logging.exp: New file.
5310
f5686554
TT
53112019-06-14 Tom Tromey <tromey@adacore.com>
5312
5313 * gdb.base/symfile-warn.exp: New file.
5314 * gdb.base/symfile-warn.c: New file.
5315
a0c1ffed
TT
53162019-06-14 Tom Tromey <tromey@adacore.com>
5317
5318 * gdb.base/annotate-symlink.exp: New file.
5319
f411722c
TT
53202019-06-14 Tom Tromey <tromey@adacore.com>
5321
5322 * gdb.ada/set_wstr.exp: Add reassignment test.
5323
4268ec18
TT
53242019-06-14 Tom Tromey <tromey@adacore.com>
5325
5326 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5327 'unchecked_access and 'unrestricted_access as well.
5328
9a9e394b
TT
53292019-06-14 Tom Tromey <tromey@adacore.com>
5330
5331 PR ada/24539:
5332 * gdb.ada/vla.exp: Update tests.
5333 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5334 pragma.
5335
4c048731
PA
53362019-06-13 Pedro Alves <palves@redhat.com>
5337
5338 * gdb.base/settings.exp (test-integer): Test junk after
5339 "unlimited".
5340
6665660a
PA
53412019-06-13 Pedro Alves <palves@redhat.com>
5342
5343 * gdb.base/options.exp (test-thread-apply): New.
5344 (top level): Call it.
5345
5d707134
PA
53462019-06-13 Pedro Alves <palves@redhat.com>
5347
5348 * gdb.base/options.exp (test-frame-apply): New.
5349 (top level): Test print commands with different "frame apply"
5350 prefixes.
5351
e2a689da
PA
53522019-06-13 Pedro Alves <palves@redhat.com>
5353
e79be6e5 5354 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
5355 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5356 'max_completions' parameter and handle it.
5357 (test_gdb_completion_offers_commands): New.
5358
90a1ef87
PA
53592019-06-13 Pedro Alves <palves@redhat.com>
5360
5361 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5362
d4c16835
PA
53632019-06-13 Pedro Alves <palves@redhat.com>
5364
5365 * gdb.base/options.exp (test-backtrace): New.
5366 (top level): Call it.
5367
2daf894e
PA
53682019-06-13 Pedro Alves <palves@redhat.com>
5369
5370 * gdb.guile/scm-frame-args.exp: Use "set print
5371 raw-frame-arguments" instead of "set print raw frame-arguments".
5372 * gdb.python/py-frame-args.exp: Likewise.
5373
e6ed716c
PA
53742019-06-13 Pedro Alves <palves@redhat.com>
5375
5376 * gdb.compile/compile.exp: Adjust expected output to option
5377 processing changes.
5378
7d8062de
PA
53792019-06-13 Pedro Alves <palves@redhat.com>
5380
5381 * gdb.base/options.exp: Build executable.
5382 (test-print): New procedure.
5383 (top level): Call it, once for "print" and another for "compile
5384 print".
5385
9d0faba9
PA
53862019-06-13 Pedro Alves <palves@redhat.com>
5387
5388 * gdb.base/options.c: New file.
5389 * gdb.base/options.exp: New file.
5390
dee7b4c8
PA
53912019-06-13 Pedro Alves <palves@redhat.com>
5392
5393 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5394 that "o" is ambiguous.
5395
dca0f6c0
PA
53962019-06-13 Pedro Alves <palves@redhat.com>
5397
5398 * gdb.base/settings.c: New file.
5399 * gdb.base/settings.exp: New file.
5400
ccf46844
PA
54012019-06-13 Pedro Alves <palves@redhat.com>
5402
5403 * gdb.base/completion.exp: Fix comment typo.
5404
b9a3f842
PA
54052019-06-13 Pedro Alves <palves@redhat.com>
5406
5407 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5408 foo --1" test.
5409
d106773e
PA
54102019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5411
5412 * gdb.fortran/block-data.f: New.
5413 * gdb.fortran/block-data.exp: New.
5414
fea82da0
TV
54152019-06-11 Tom de Vries <tdevries@suse.de>
5416
5417 PR testsuite/24521
5418 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5419 message.
5420
8c2e74f1
TV
54212019-06-11 Tom de Vries <tdevries@suse.de>
5422
5423 PR testsuite/24521
5424 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5425
b49851c8
TV
54262019-06-11 Tom de Vries <tdevries@suse.de>
5427
5428 * boards/readnow.exp: New file.
5429
a7067863
AB
54302019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5431
5432 * gdb.fortran/vla-sizeof.exp: Update expected results.
5433
1a3da2cd
AB
54342019-06-06 Amos Bird <amosbird@gmail.com>
5435
5436 * gdb.base/annota1.exp (thread_switch): Add test for
5437 thread-exited annotation.
5438
3847a7bf
TT
54392019-06-06 Tom Tromey <tromey@adacore.com>
5440
5441 * gdb.base/maint.exp: Expect command started/finished output.
5442
0088ba59
AB
54432019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5444
5445 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5446 comment.
5447 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5448
312617a3
AB
54492019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5450
5451 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5452 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5453 * gdb.arch/riscv-unwind-long-insn.c: New file.
5454 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5455
e1f2e1a2
CB
54562019-06-04 Christian Biesinger <cbiesinger@google.com>
5457
d3238f7d 5458 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 5459
206584bd
PW
54602019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5461
5462 * lib/gdb.exp (help_list_trailer): New regexp variable
5463 factorizing the help trailer message.
5464 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5465 arg to allow to better factorize various tests.
5466 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5467 (test_prefix_command_help): Use help_list_trailer.
5468 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5469 * gdb.guile/scm-cmd.exp: Likewise.
5470 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5471 * gdb.base/help.exp: Use test_user_defined_class_help.
5472 * gdb.base/style.exp: Add tests for styling of help and apropos.
5473 * lib/gdb-utils.exp (style): Add title and highlight styles.
5474
708dc93e
PW
54752019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5476
5477 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5478 $_shell_exitsignal.
5479 * gdb.base/default.exp: Update for new convenience variables.
5480
f49055a5
TT
54812019-05-29 Tom Tromey <tromey@adacore.com>
5482
5483 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5484 to "break complete ada" test case's regexp.
5485
4330d61d
TT
54862019-05-29 Tom Tromey <tromey@adacore.com>
5487
5488 PR c++/20020:
5489 * gdb.cp/constexpr-field.exp: New file.
5490 * gdb.cp/constexpr-field.cc: New file.
5491
000439d5
TT
54922019-05-29 Tom Tromey <tromey@adacore.com>
5493
5494 * gdb.base/finish.exp (finish_no_print): New proc.
5495 (finish_tests): Call it.
5496
5a01c34c
TV
54972019-05-24 Tom de Vries <tdevries@suse.de>
5498
5499 * gdb.dwarf2/gdb-add-index.exp: New file.
5500
18125b16
TT
55012019-05-22 Tom Tromey <tromey@adacore.com>
5502
5503 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5504 * gdb.base/style.exp: Use "style".
5505 * lib/gdb-utils.exp (style): New proc.
5506
af1a8d03
TV
55072019-05-22 Tom de Vries <tdevries@suse.de>
5508
5509 * gdb.base/align.exp: Require c++11.
5510
e7fe496b
TV
55112019-05-22 Tom de Vries <tdevries@suse.de>
5512
5513 PR testsuite/24586
5514 * gdb.python/py-mi-var-info-path-expression.exp: Call
5515 mi_skip_python_tests to check if python is supported.
5516
8fca4da0
AH
55172019-05-22 Alan Hayward <alan.hayward@arm.com>
5518
5519 * gdb.arch/aarch64-pauth.c: New test.
5520 * gdb.arch/aarch64-pauth.exp: New file.
5521
b7060614
AH
55222019-05-22 Alan Hayward <alan.hayward@arm.com>
5523
5524 * README (Re-running Tests Outside The Testsuite): New section.
5525
669d0468
TV
55262019-05-21 Tom de Vries <tdevries@suse.de>
5527
5528 * gdb.arch/amd64-eval.exp: Require c++11.
5529 * gdb.base/max-depth.exp: Same.
5530 * gdb.compile/compile-cplus-array-decay.exp: Same.
5531 * gdb.cp/meth-typedefs.exp: Same.
5532 * gdb.cp/subtypes.exp: Same.
5533 * gdb.cp/temargs.exp: Same.
5534
ce3ebcaa
AH
55352019-05-21 Alan Hayward <alan.hayward@arm.com>
5536
5537 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5538
34d11c68
AB
55392019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5540
5541 PR gdb/18644
5542 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5543 * gdb.fortran/printing-types.exp: Add new test.
5544 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5545 testing.
5546 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5547 setup_kfail call.
5548
87781e84
AH
55492019-05-17 Alan Hayward <alan.hayward@arm.com>
5550
5551 * README (Running the Testsuite): Change example.
5552 (Testsuite Parameters): Remove TRANSCRIPT.
5553 * lib/gdb.exp: Remove TRANSCRIPT check.
5554
b420b89e
AH
55552019-05-17 Alan Hayward <alan.hayward@arm.com>
5556
5557 * README (Testsuite Parameters): Add replay logging to
5558 GDBSERVER_DEBUG.
5559 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5560 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5561 as a comma separated list.
5562 (gdb_debug_init): Override procedure.
5563
408e9b8b
AH
55642019-05-17 Alan Hayward <alan.hayward@arm.com>
5565
5566 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5567 (gdb_write_cmd_file): New procedure.
5568 * lib/gdbserver-support.exp (gdbserver_start): Call
5569 gdbserver_write_cmd_file.
5570 (gdbserver_write_cmd_file): New procedure.
5571
f9e2e39d
AH
55722019-05-17 Alan Hayward <alan.hayward@arm.com>
5573
5574 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5575 (delete_breakpoints): Likewise.
5576 (gdb_run_cmd): Likewise.
5577 (gdb_start_cmd): Likewise.
5578 (gdb_starti_cmd): Likewise.
5579 (gdb_internal_error_resync): Likewise.
5580 (gdb_test_multiple): Likewise.
5581 (gdb_reinitialize_dir): Likewise.
5582 (default_gdb_exit): Likewise.
5583 (gdb_file_cmd): Mark kill as optional.
5584 (default_gdb_start): Call gdb_stdin_log_init.
5585 (send_gdb): Call gdb_stdin_log_write.
5586 (rerun_to_main): Mark Y as an answer.
5587 (gdb_stdin_log_init): New function.
5588 (gdb_stdin_log_write): Likewise.
5589
81f47ac2
AH
55902019-05-17 Alan Hayward <alan.hayward@arm.com>
5591
5592 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5593 * gdb.base/debug-expr.exp: Likewise.
5594 * gdb.base/foll-fork.exp: Likewise.
5595 * gdb.base/foll-vfork.exp: Likewise.
5596 * gdb.base/fork-print-inferior-events.exp: Likewise.
5597 * gdb.base/gdb-sigterm.exp: Likewise.
5598 * gdb.base/gdbinit-history.exp: Likewise.
5599 * gdb.base/osabi.exp: Likewise.
5600 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5601 * gdb.base/ui-redirect.exp: Likewise.
5602 * gdb.gdb/unittest.exp: Likewise.
5603 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5604 * gdb.mi/mi-watch.exp: Likewise.
5605 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5606 * gdb.mi/user-selected-context-sync.exp: Likewise.
5607 * gdb.python/python.exp: Disable debug test when debugging.
5608 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5609 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5610 Likewise.
5611 * gdb.threads/stepi-random-signal.exp: Likewise.
5612
29b52314
AH
56132019-05-17 Alan Hayward <alan.hayward@arm.com>
5614
5615 * Makefile.in: Pass through GDB_DEBUG.
5616 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5617 (gdb,debug): Add board setting.
5618 * lib/gdb.exp (default_gdb_start): Start debugging.
5619 (gdb_debug_enabled): New procedure.
5620 (gdb_debug_init): Likewise.
29b52314
AH
5621
56222019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 5623
29b52314
AH
5624 * Makefile.in: Pass through GDB_DEBUG.
5625 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5626 (gdb,debug): Add board setting.
5627 * lib/gdb.exp (default_gdb_start): Start debugging.
5628 (gdb_debug_enabled): New procedure.
5629 (gdb_debug_init): Likewise.
29b52314 5630
ca1285d1
AH
56312019-05-17 Alan Hayward <alan.hayward@arm.com>
5632
5633 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5634
f3a09c80
AH
56352019-05-17 Alan Hayward <alan.hayward@arm.com>
5636
5637 * gdb.base/ui-redirect.exp: Test redirection.
5638
26648588
JV
56392019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5640
5641 * gdb.mi/mi-complete.exp: New file.
5642 * gdb.mi/mi-complete.cc: Likewise.
5643
14237686
AB
56442019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5645
5646 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5647 indexed and sliced arrays, and pointers to arrays.
5648
e7bd7fba
TT
56492019-05-14 Tom Tromey <tromey@adacore.com>
5650
5651 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5652 styling test.
5653
2764128d
TV
56542019-05-14 Tom de Vries <tdevries@suse.de>
5655
5656 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5657 selection entry encoding.
5658
71bed2db
TT
56592019-05-10 Tom Tromey <tromey@adacore.com>
5660
5661 * gdb.ada/info_exc.exp: Add "complete" test.
5662
63b667ad
TV
56632019-05-09 Tom de Vries <tdevries@suse.de>
5664
5665 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5666 CU-relative.
5667
9cfd2b89
TV
56682019-05-09 Tom de Vries <tdevries@suse.de>
5669
5670 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5671 CU-relative.
5672
2228ef77
XR
56732019-05-08 Joel Brobecker <brobecker@adacore.com>
5674
5675 * gdb.ada/frame_arg_lang.exp: New testcase.
5676 * gdb.ada/frame_arg_lang/bla.adb: New file.
5677 * gdb.ada/frame_arg_lang/pck.ads: New file.
5678 * gdb.ada/frame_arg_lang/pck.adb: New file.
5679 * gdb.ada/frame_arg_lang/foo.c: New file.
5680
80e55b13
TT
56812019-05-08 Tom Tromey <tromey@adacore.com>
5682
5683 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5684
9d3421af
TT
56852019-05-08 Tom Tromey <tromey@adacore.com>
5686
5687 * gdb.base/ptype-offsets.exp: Update tests.
5688
844333e2
TT
56892019-05-08 Tom Tromey <tromey@adacore.com>
5690
5691 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5692 cases.
5693 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5694 "short".
5695
988915ee
TT
56962019-05-08 Tom Tromey <tromey@adacore.com>
5697
5698 * gdb.ada/vla.exp: New file.
5699 * gdb.ada/vla/vla.adb: New file.
5700
7bd55dac
TV
57012019-05-07 Tom de Vries <tdevries@suse.de>
5702
5703 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5704
75f06e9d
TV
57052019-05-07 Tom de Vries <tdevries@suse.de>
5706
5707 PR testsuite/24522
5708 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5709 section.
5710
77e7aaa4
TV
57112019-05-07 Tom de Vries <tdevries@suse.de>
5712
5713 PR testsuite/24522
5714 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5715 .debug_aranges section.
5716
456ba0fa
TV
57172019-05-07 Tom de Vries <tdevries@suse.de>
5718
5719 PR testsuite/24159
5720 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5721
5a56d6a6
TV
57222019-05-06 Tom de Vries <tdevries@suse.de>
5723
5724 * lib/gdb.exp (exec_has_index_section): New proc.
5725 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5726 section.
5727
9d6d4be8
TV
57282019-05-04 Tom de Vries <tdevries@suse.de>
5729
5730 * boards/cc-with-debug-names.exp: New file.
5731
222a8d25
TT
57322019-05-03 Tom Tromey <tromey@adacore.com>
5733
5734 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5735 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5736 * gdb.ada/char_enum.exp: Add test.
5737
0fdfd794
TV
57382019-05-03 Tom de Vries <tdevries@suse.de>
5739
5740 * boards/cc-with-gdb-index.exp: New file.
5741
80062eb9
AB
57422019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5743
5744 * gdb.rust/simple.exp: Add new test case.
5745 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5746 (main): Initialise an instance of the new struct.
5747
4504bbde
TT
57482019-05-01 Tom Tromey <tromey@adacore.com>
5749
5750 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5751 record.
5752 (NPR): New variable.
5753 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5754 test.
5755
d48e62f4
TT
57562019-05-01 Tom Tromey <tromey@adacore.com>
5757
5758 * gdb.ada/packed_array_assign.exp: Add packed assignment
5759 regression test.
5760
f59f30f5
TV
57612019-05-01 Tom de Vries <tdevries@suse.de>
5762
5763 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5764
b70bfc54
TV
57652019-05-01 Tom de Vries <tdevries@suse.de>
5766
5767 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5768
15f18d14
AT
57692019-04-30 Ali Tamur <tamur@google.com>
5770
5771 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5772
2ff0a947
TT
57732019-04-30 Tom Tromey <tromey@adacore.com>
5774
5775 * lib/ada.exp (find_ada_tool): New proc.
5776 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5777 * gdb.ada/catch_ex_std.exp: New file.
5778 * gdb.ada/catch_ex_std/foo.adb: New file.
5779 * gdb.ada/catch_ex_std/some_package.adb: New file.
5780 * gdb.ada/catch_ex_std/some_package.ads: New file.
5781
a776957c
TT
57822019-04-30 Tom Tromey <tromey@adacore.com>
5783
5784 PR c++/24470:
5785 * gdb.cp/temargs.cc: Add test code from PR.
5786
bc68014d
AB
57872019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5788
5789 * gdb.fortran/vla-datatypes.exp: Update expected results.
5790 * gdb.fortran/vla-ptype.exp: Likewise.
5791 * gdb.fortran/vla-type.exp: Likewise.
5792 * gdb.fortran/vla-value.exp: Likewise.
5793
f1fdc960
AB
57942019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5795
5796 * gdb.fortran/ptr-indentation.exp: Update expected results.
5797 * gdb.fortran/ptype-on-functions.exp: Likewise.
5798 * gdb.fortran/vla-ptr-info.exp: Likewise.
5799 * gdb.fortran/vla-value.exp: Likewise.
5800
bf7a4de1
AB
58012019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5802
5803 * gdb.fortran/ptype-on-functions.exp: New file.
5804 * gdb.fortran/ptype-on-functions.f90: New file.
5805
bbe75b9d
AB
58062019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5807
5808 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5809 case void string.
5810
1db455a7
AB
58112019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5812
5813 * gdb.fortran/complex.exp: Expand.
5814 * gdb.fortran/complex.f: Renamed to...
5815 * gdb.fortran/complex.f90: ...this, and extended to add more
5816 complex values.
5817
b6d03bb2
AB
58182019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5819
5820 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5821 MODULO, CMPLX.
5822
2e62ab40
AB
58232019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5824 Richard Bunt <richard.bunt@arm.com>
5825
5826 * gdb.base/max-depth.c: New file.
5827 * gdb.base/max-depth.exp: New file.
5828 * gdb.python/py-nested-maps.c: New file.
5829 * gdb.python/py-nested-maps.exp: New file.
5830 * gdb.python/py-nested-maps.py: New file.
5831 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5832 (test_all_common): Call test_max_depth.
5833 * gdb.fortran/max-depth.exp: New file.
5834 * gdb.fortran/max-depth.f90: New file.
5835 * gdb.go/max-depth.exp: New file.
5836 * gdb.go/max-depth.go: New file.
5837 * gdb.modula2/max-depth.exp: New file.
5838 * gdb.modula2/max-depth.c: New file.
5839 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5840
d2b584a5
TV
58412019-04-29 Tom de Vries <tdevries@suse.de>
5842
5843 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5844
136afab8
PW
58452019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5846
5847 * gdb.base/callexit.exp: Test may-call-functions off.
5848
725cbb63
KS
58492019-04-25 Keith Seitz <keiths@redhat.com>
5850
5851 PR c++/24367
5852 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5853 (another_incomplete_struct, test_incomplete): New definitions.
5854 (main): Use new definitions.
5855 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5856 functions.
5857
701adfb0
PA
58582019-04-25 Ali Tamur <tamur@google.com>
5859
5860 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5861
82433e3e
SDJ
58622019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5863
5864 PR corefiles/11608
5865 PR corefiles/18187
5866 * gdb.base/coredump-filter-build-id.exp: New file.
5867
dd06d4d6
AH
58682019-04-25 Alan Hayward <alan.hayward@arm.com>
5869
e79be6e5
SM
5870 * Makefile.in: Pass through GDBSERVER_DEBUG.
5871 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5872 (gdbserver,debug): Add board setting.
5873 * gdb.trace/tspeed.exp: Skip when debugging.
5874 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5875 * lib/gdbserver-support.exp: Likewise
dd06d4d6 5876
1670072e
TT
58772019-04-24 Tom Tromey <tromey@adacore.com>
5878
5879 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5880 Rust.
5881
a59240a4
TT
58822019-04-24 Tom Tromey <tromey@adacore.com>
5883
5884 * gdb.arch/amd64-eval.exp: Test bitfield return.
5885 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5886 (class Foo) <return_bitfields>: New method.
5887 (main): Call it.
5888
b907456c
AB
58892019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5890
5891 * gdb.cp/many-args.cc: New file.
5892 * gdb.cp/many-args.exp: New file.
5893
5c565afd
TV
58942019-04-23 Tom de Vries <tdevries@suse.de>
5895
5896 PR gdb/24433
5897 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5898
ba22ff86
AH
58992019-04-23 Alan Hayward <alan.hayward@arm.com>
5900
5901 * gdb.trace/backtrace.exp: Use nopie flag.
5902 * gdb.trace/circ.exp: Likewise.
5903 * gdb.trace/collection.exp: Likewise.
5904 * gdb.trace/ftrace.exp: Likewise.
5905 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5906 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5907 * gdb.trace/qtro.exp: Likewise.
5908 * gdb.trace/read-memory.exp: Likewise.
5909 * gdb.trace/report.exp: Likewise.
5910 * gdb.trace/tfile.exp: Likewise.
5911 * gdb.trace/tfind.exp: Likewise.
5912 * gdb.trace/unavailable.exp: Likewise.
5913
7905fc35
PA
59142019-04-22 Pedro Alves <palves@redhat.com>
5915
5916 * gdb.base/solib-probes-nosharedlibrary.c,
5917 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5918
8ecb59f8
TT
59192019-04-19 Tom Tromey <tromey@adacore.com>
5920
5921 * gdb.ada/ptype_union.c: New file.
5922 * gdb.ada/ptype_union.exp: New file.
5923
62160ec9
TT
59242019-04-19 Tom Tromey <tromey@adacore.com>
5925
5926 PR symtab/24423:
5927 * gdb.base/list0.h (foo): Add a control-l character.
5928
36cd4ba5
TV
59292019-04-18 Tom de Vries <tdevries@suse.de>
5930
5931 PR gdb/24433
5932 * boards/local-board.exp: Set sysroot to "".
5933
b73715df
TV
59342019-04-18 Tom de Vries <tdevries@suse.de>
5935 Pedro Alves <palves@redhat.com>
5936
5937 PR gdb/24454
5938 * gdb.threads/vfork-follow-child-exec.c: New file.
5939 * gdb.threads/vfork-follow-child-exec.exp: New file.
5940 * gdb.threads/vfork-follow-child-exit.c: New file.
5941 * gdb.threads/vfork-follow-child-exit.exp: New file.
5942
4aa866af
LS
59432019-04-15 Leszek Swirski <leszeks@google.com>
5944
5945 * gdb.arch/amd64-eval.cc: New file.
5946 * gdb.arch/amd64-eval.exp: New file.
5947
e5a1a79a
AH
59482019-04-11 Alan Hayward <alan.hayward@arm.com>
5949
5950 * gdb.server/sysroot.c: New test.
5951 * gdb.server/sysroot.exp: New file.
5952 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5953 matching param.
5954
41077b66
AB
59552019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5956
5957 * gdb.base/align.exp: Extend test to cover structures containing
5958 only static fields.
5959
c30391f8
TV
59602019-04-11 Tom de Vries <tdevries@suse.de>
5961
5962 * boards/cc-with-dwz-m.exp: New file.
5963 * boards/cc-with-dwz.exp: New file.
5964 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5965
e242fd12
SM
59662019-04-09 Simon Marchi <simon.marchi@efficios.com>
5967
5968 * gdb.base/start-cpp.exp: New file.
5969 * gdb.base/start-cpp.cc: New file.
5970
2b0c8b01
KB
59712019-04-08 Kevin Buettner <kevinb@redhat.com>
5972
5973 * gdb.python/py-thrhandle.exp: Adjust tests to call
5974 thread_from_handle instead of thread_from_thread_handle.
5975
947210e5
KB
59762019-04-08 Kevin Buettner <kevinb@redhat.com>
5977
5978 * gdb.python/py-thrhandle.exp: Add tests for
5979 gdb.InferiorThread.handle.
5980
d7df6549
AB
59812019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5982
5983 * gdb.python/py-function.exp: Check calling helper function from
5984 all languages.
5985 * lib/gdb.exp (gdb_supported_languages): New proc.
5986
8bdc1658
AB
59872019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5988
5989 * gdb.base/complex-parts.c: New file.
5990 * gdb.base/complex-parts.exp: New file.
5991
05caa1d2
TT
59922019-04-01 Tom Tromey <tromey@adacore.com>
5993
5994 PR symtab/23331:
5995 * gdb.dwarf2/dw2-ranges-main.c: New file.
5996 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5997 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5998
7734102d
EZ
59992019-03-30 Simon Marchi <simark@simark.ca>
6000
6001 * gdb.base/default.exp: Add values for $_gdb_major and
6002 $_gdb_minor.
6003
188e1fa9
TT
60042019-03-29 Tom Tromey <tromey@adacore.com>
6005
6006 * gdb.base/help.exp: Tighten apropos regexp.
6007
2880242d
KS
60082019-03-29 Keith Seitz <keiths@redhat.com>
6009
6010 * gdb.fortran/array-bounds.exp: New file.
6011 * gdb.fortran/array-bounds.f90: New file.
6012
077cad8e
PW
60132019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6014
6015 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
6016
80047cfc
PW
60172019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6018
6019 * gdb.multi/hello.c (main): Increase alarm timer.
6020
f489207e
SL
60212019-03-28 Sandra Loosemore <sandra@codesourcery.com>
6022
6023 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
6024 factor when no hardware watchpoint support.
6025
c92df149
AH
60262019-03-28 Alan Hayward <alan.hayward@arm.com>
6027 Pedro Alves <palves@redhat.com>
6028
6029 * boards/local-board.exp: set sysroot to /.
6030
933aebfa
AH
60312019-03-27 Alan Hayward <alan.hayward@arm.com>
6032
6033 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
6034 in child.
6035
9f9aa852
AB
60362019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6037
6038 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
6039 field.
6040 (make_container): Initialise new field.
6041 * gdb.python/py-prettyprint.exp: Add new tests.
6042 * gdb.python/py-prettyprint.py (class ContainerPrinter)
6043 <display_hint>: New method.
6044
3714a195
AB
60452019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6046
6047 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
6048 gdb_continue_to_breakpoint more throughout this test.
6049 (run_lang_tests) Supply unique test names, and use
6050 gdb_test_no_output.
6051
18c77628
AB
60522019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6053
6054 * gdb.base/finish-pretty.exp: Update expected results.
6055 * gdb.base/pretty-print.c: New file.
6056 * gdb.base/pretty-print.exp: New file.
6057
9a93502f
PA
60582019-03-25 Pedro Alves <palves@redhat.com>
6059
6060 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
6061 move comments outside list. Append '-i "" eof' section.
6062
968aa7ae
AH
60632019-03-22 Alan Hayward <alan.hayward@arm.com>
6064
34a7f2a4 6065 PR testsuite/25016
968aa7ae
AH
6066 * README: Add pie options.
6067 * gdb.base/break-interp.exp: Ensure pie is disabled.
6068 * gdb.base/dump.exp: Likewise.
6069 * lib/gdb.exp (gdb_compile): Add pie option.
6070
4c7d57e7
TT
60712019-03-19 Tom Tromey <tromey@adacore.com>
6072
6073 * gdb.mi/mi2-cli-display.c: New file.
6074 * gdb.mi/mi2-cli-display.exp: New file.
6075
bff8c71f
TT
60762019-03-18 Joel Brobecker <brobecker@adacore.com>
6077 Tom Tromey <tromey@adacore.com>
6078
6079 * gdb.ada/ptype_array/pck.adb: New file.
6080 * gdb.ada/ptype_array/pck.ads: New file.
6081 * gdb.ada/ptype_array/foo.adb: New file.
6082 * gdb.ada/ptype_array.exp: New file.
6083
d085f989
TT
60842019-03-14 Tom Tromey <tromey@adacore.com>
6085
6086 * gdb.base/style.exp: Add "set style sources" test.
6087
b4be1b06
SM
60882019-03-13 Simon Marchi <simon.marchi@ericsson.com>
6089
6090 * mi-breakpoint-location-ena-dis.exp: Rename to ...
6091 * mi-breakpoint-multiple-locations.exp: ... this.
6092 (make_breakpoints_pattern): New proc.
6093 (do_test): Add mi_version parameter, test -break-insert,
6094 -break-info and =breakpoint-created.
6095
7cde5fc2
AB
60962019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
6097
6098 * config/default.exp: Remove 'load_lib gdb.exp'.
6099 * config/monitor.exp: Likewise.
6100 * config/sid.exp: Likewise.
6101 * config/sim.exp: Likewise.
6102 * config/slite.exp: Likewise.
6103 * config/unix.exp: Likewise.
6104 * gdb.base/default.exp: Remove unhelpful comment.
6105
efbecbc1
AB
61062019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6107
6108 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
6109
0841c79a
AB
61102019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6111
6112 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
6113
4a270568
AB
61142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6115
6116 * gdb.fortran/type-kinds.exp: Update expected results.
6117
067630bd
AB
61182019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6119
6120 * gdb.fortran/type-kinds.exp: Test new integer type kind.
6121
3be47f7a
AB
61222019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6123
6124 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
6125 function.
6126 (test_basic_parsing_of_type_kinds): Expand types tested.
6127 (test_parsing_invalid_type_kinds): New function.
6128
4d00f5d8
AB
61292019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6130
6131 * gdb.fortran/intrinsics.exp: New file.
6132 * gdb.fortran/intrinsics.f90: New file.
6133 * gdb.fortran/type-kinds.exp: New file.
6134
c8f91604
AB
61352019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6136
6137 * gdb.fortran/dot-ops.exp: New file.
6138
dd9f2c76
AB
61392019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6140
6141 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
6142 Check upper and lower case logical literals.
6143
84ec9724
AB
61442019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6145
6146 * gdb.fortran/types.exp (test_float_literal_types_accepted):
6147 Remove duplicate tests.
6148
c3734e09
AH
61492019-03-06 Alan Hayward <alan.hayward@arm.com>
6150
6151 * lib/gdb.exp (builtin_cd): rename of cd.
6152 (cd): Override builtin.
6153
aa3cfbda
RB
61542019-03-06 Richard Bunt <richard.bunt@arm.com>
6155
6156 * gdb.fortran/function-calls.exp: New file.
6157 * gdb.fortran/function-calls.f90: New test.
6158
7b63ad86
RB
61592019-03-04 Richard Bunt <richard.bunt@arm.com>
6160
6161 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6162 on user program standard output.
6163 * gdb.fortran/short-circuit-argument-list.f90: Record function
6164 calls.
6165
01abb042
AH
61662019-02-28 Alan Hayward <alan.hayward@arm.com>
6167
c3734e09
AH
6168 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6169 failure.
01abb042 6170
92137da0
RO
61712019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6172
6173 PR gdb/8527
6174 * gdb.base/interrupt-daemon-attach.c,
6175 gdb.base/interrupt-daemon-attach.exp: New test.
6176
5862844d
PA
61772019-02-27 Pedro Alves <palves@redhat.com>
6178
6179 * gdb.base/page.exp: Add tests for "set width/height -1".
6180
8ed25214
PA
61812019-02-27 Pedro Alves <palves@redhat.com>
6182
6183 * gdb.base/page.exp: Add tests for "set/show width/height" with
6184 "infinite" values.
6185
6c28e44a
TT
61862019-02-27 Tom Tromey <tromey@adacore.com>
6187
6188 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6189 2.4.
6190 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6191 workaround.
6192
bf9a735e
AB
61932019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6194
6195 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6196 tests for structs with static members.
6197
8791793c
TT
61982019-02-26 Tom Tromey <tromey@adacore.com>
6199
6200 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6201 ValueError, not TypeError.
6202
bc2a507e
KB
62032019-02-26 Kevin Buettner <kevinb@redhat.com>
6204
6205 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6206 call from main program.
6207
e0e7d3bd
JB
62082019-02-23 Joel Brobecker <brobecker@adacore.com>
6209
6210 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6211 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6212 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6213 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6214 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6215
9600246d
KS
62162019-02-22 Keith Seitz <keiths@redhat.com>
6217
6218 PR symtab/23853
6219 * gdb.base/symlink-sourcefile.c: New file.
6220 * gdb.base/symlink-sourcefile.exp: New file.
6221
0c95f9ed
TT
62222019-02-20 Tom Tromey <tom@tromey.com>
6223
6224 * gdb.base/info_qt.exp: Update.
6225
6caa91b6
SM
62262019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6227
6228 * gdb.base/source.exp: Move "error in sourced script" code to
6229 the end.
6230 * gdb.base/source-error.gdb: Move contents to
6231 source-error-1.gdb. Add new code to source source-error-1.gdb.
6232 * gdb.base/source-error-1.gdb: New file, from previous
6233 source-error.gdb.
6234
6506371f
TT
62352019-02-17 Tom Tromey <tom@tromey.com>
6236
6237 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6238 for macro styling.
6239 * gdb.base/style.c (SOME_MACRO): New macro.
6240
a0087920
TT
62412019-02-17 Tom Tromey <tom@tromey.com>
6242
6243 * gdb.base/style.exp: Add line-wrapping tests.
6244 * gdb.base/page.exp: Add test for quitting during pagination.
6245
a2cd4f14
JB
62462019-02-17 Joel Brobecker <brobecker@adacore.com>
6247
6248 * gdb.ada/big_packed_array: New testcase.
6249 * gdb.ada/homonym.exp: Fix incorrect expected output for
6250 "break <homonym__get_value>" test.
6251
9d70ffbc
WP
62522019-02-13 Weimin Pan <weimin.pan@oracle.com>
6253
6254 PR breakpoints/21870
6255 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6256 and prepare_for_testing. Add comment.
6257 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6258 redundant cleanup call. Clean up comment.
6259
01c7ae81
WP
62602019-02-12 Weimin Pan <weimin.pan@oracle.com>
6261
6262 PR breakpoints/21870
6263 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6264 * gdb.arch/aarch64-dbreg-contents.c: New file.
6265
aff29d1c
JB
62662019-02-10 Joel Brobecker <brobecker@adacore.com>
6267
6268 * gdb.ada/mi_ref_changeable: New testcase.
6269
df0da8a2
AH
62702019-02-07 Alan Hayward <alan.hayward@arm.com>
6271
6272 * gdb.base/attach.exp: Add double attach test.
6273
bd447abb
SM
62742019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6275
6276 * lib/gdb.exp (default_gdb_start): Don't match pagination
6277 prompt.
6278 (gdb_init): Set stty_init.
6279
1dbc40b9
TT
62802019-01-27 Tom Tromey <tom@tromey.com>
6281
6282 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6283 skip_python_tests.
6284
353229bf
AH
62852019-01-24 Alan Hayward <alan.hayward@arm.com>
6286
6287 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6288 New structure.
6289 (struct struct_static_02_02): Likewise.
6290 (struct struct_static_02_03): Likewise.
6291 (struct struct_static_02_04): Likewise.
6292 (struct struct_static_04_01): Likewise.
6293 (struct struct_static_04_02): Likewise.
6294 (struct struct_static_04_03): Likewise.
6295 (struct struct_static_04_04): Likewise.
6296 (struct struct_static_06_01): Likewise.
6297 (struct struct_static_06_02): Likewise.
6298 (struct struct_static_06_03): Likewise.
6299 (struct struct_static_06_04): Likewise.
6300 (cmp_struct_static_02_01): Likewise.
6301 (cmp_struct_static_02_02): Likewise.
6302 (cmp_struct_static_02_03): Likewise.
6303 (cmp_struct_static_02_04): Likewise.
6304 (cmp_struct_static_04_01): Likewise.
6305 (cmp_struct_static_04_02): Likewise.
6306 (cmp_struct_static_04_03): Likewise.
6307 (cmp_struct_static_04_04): Likewise.
6308 (cmp_struct_static_06_01): Likewise.
6309 (cmp_struct_static_06_02): Likewise.
6310 (cmp_struct_static_06_03): Likewise.
6311 (cmp_struct_static_06_04): Likewise.
6312 (call_all): Test new structs.
6313 * gdb.base/infcall-nested-structs.exp: Likewise.
6314
73021deb
AH
63152019-01-21 Alan Hayward <alan.hayward@arm.com>
6316 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6317
fc65c7db
AH
63182019-01-21 Alan Hayward <alan.hayward@arm.com>
6319 * gdb.base/stack-protector.c: New test.
6320 * gdb.base/stack-protector.exp: New file.
6321 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6322 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6323 option.
6324 (gdb_compile): Remove stack protector for GCC and prevent
6325 recursion.
6326
c24bdb02
KS
63272019-01-16 Keith Seitz <keiths@redhat.com>
6328
6329 PR gdb/23773
6330 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6331
6f072a10
PFC
63322019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6333
6334 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6335 aliases.
6336 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6337 tests.
6338 * gdb.arch/powerpc-vector-regs.c: New file.
6339 * gdb.arch/powerpc-vector-regs.exp: New file.
6340
a7b8d682
PFC
63412019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6342
6343 * gdb.arch/altivec-regs.exp: Fix the list passed to
6344 gdb_expect_list when testing "info vector".
6345
6eb6fb67
AB
63462019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6347
6348 * gdb.base/style.exp: Don't include path in testname.
6349
b56f80d8
KS
63502019-01-10 Keith Seitz <keiths@redhat.com>
6351
6352 PR gdb/23712
6353 PR symtab/23010
6354 * gdb.dwarf2/multidictionary.exp: New file.
6355
041be526
SM
63562019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6357
6358 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6359 (test_gnuv3_style_demangling): ... this.
6360 (test_lucid_style_demangling): Remove.
6361 (test_arm_style_demangling): Remove.
6362 (test_hp_style_demangling): Remove.
6363 (do_tests): Remove calls to the above.
6364
d820d0c3
AB
63652019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6366
6367 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6368 case.
6369
f097f5ad
TT
63702019-01-06 Tom Tromey <tom@tromey.com>
6371
6372 PR gdb/28155:
6373 * gdb.dwarf2/typedef-void-finish.exp: New file.
6374
2cd8cc0b
TT
63752018-12-28 Tom Tromey <tom@tromey.com>
6376 Simon Marchi <simark@simark.ca>
6377
6378 * gdb.base/jit-exec.exp: New file.
6379 * gdb.base/jit-exec.c: New file.
6380 * gdb.base/jit-execd.c: New file.
6381
35fb8261
TT
63822018-12-28 Tom Tromey <tom@tromey.com>
6383
6384 * gdb.base/style.exp: Update test to check for address styling.
6385
47fd17cd
TT
63862018-12-28 Tom Tromey <tom@tromey.com>
6387
6388 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6389 message.
6390
d47032b7
TT
63912018-12-28 Tom Tromey <tom@tromey.com>
6392
6393 * gdb.base/style.exp: Add test for version number styling.
6394
af79b68d
TT
63952018-12-28 Tom Tromey <tom@tromey.com>
6396
6397 * gdb.base/style.exp: Add test for print_address_symbolic.
6398
0bb296cb
TT
63992018-12-28 Tom Tromey <tom@tromey.com>
6400
6401 * gdb.base/style.exp: Add test for breakpoint setting.
6402
80ae2043
TT
64032018-12-28 Tom Tromey <tom@tromey.com>
6404
6405 * gdb.base/style.exp: Add test for variable names.
6406
cbe56571
TT
64072018-12-28 Tom Tromey <tom@tromey.com>
6408
6409 * gdb.base/style.exp: New file.
6410 * gdb.base/style.c: New file.
6411
9162a27c
TT
64122018-12-28 Tom Tromey <tom@tromey.com>
6413
6414 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6415 "dumb".
6416 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6417 the TERM environment variable.
6418
bc543c90
TT
64192018-12-27 Tom Tromey <tom@tromey.com>
6420
6421 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6422 pagination test.
6423
6f0ffe50
AB
64242018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6425
6426 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6427 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6428
b5a1e557
PW
64292018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6430
6431 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6432 Filename a.adb changed to bp_fun_addr.adb.
6433 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6434
6e8b1ab2
JV
64352018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6436
6437 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6438 non-PIE executables.
6439 * README: Mention the gdb,nopie_flag board setting.
6440 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6441 non-PIE executable.
6442 * gdb.arch/amd64-entry-value.exp: Likewise.
6443 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6444 * gdb.arch/i386-float.exp: Likewise.
6445 * gdb.arch/i386-signal.exp: Likewise.
6446 * gdb.mi/mi-reg-undefined.exp: Likewise.
6447
d00a27c5
PM
64482018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6449
6450 PR gdb/23974
6451 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6452
161d081c
PW
64532018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6454
6455 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6456 Update order of results accordingly.
6457
b001de23
AB
64582018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6459
6460 * gdb.base/annota1.exp: Update a test regexp.
6461
99e1a184
AB
64622018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6463
6464 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6465
7a81c1e2
PW
64662018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6467
6468 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6469 (reuse_time): Initialize to REUSE_TIME_CAP.
6470 (check_rc): New function.
6471 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6472 Check pthread_create rc.
6473 (spawner_thread_func): Check pthread_create and pthread_join rc.
6474
73e8dc90
PA
64752018-12-08 Pedro Alves <palves@redhat.com>
6476
6477 * gdb.base/list.exp (test_forward_search): Rename to ...
6478 (test_forward_reverse_search): ... this. Also test reverse-search
6479 and the forward-search alias.
6480
13f2ed32
AB
64812018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6482
6483 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6484 local timeout variable before return, and remove all local timeout
6485 variable entirely.
6486 (gdb_load): Likewise.
6487
64d27cfc
TV
64882018-12-01 Tom de Vries <tdevries@suse.de>
6489
6490 * gdb.base/gdb-caching-proc.exp: New file.
6491
f63c03b4
SDJ
64922018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6493
6494 * Makefile.in (TIMESTAMP): New variable.
6495 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6496 command.
6497 (check-single-racy): Likewise.
6498 (check/%.exp): Likewise.
6499 (check-racy/%.exp): Likewise.
6500 (workers/%.worker): Likewise.
6501 (build-perf): Likewise.
6502 (check-perf): Likewise.
6503 * README: Describe new "TS" and "TS_FORMAT" variables.
6504 * print-ts.py: New file.
6505
1c97054b
BF
65062018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6507
6508 PR python/23714
6509 * gdb.python/python.exp: Test command repetition after
6510 gdb.execute.
6511
1871a62d
AB
65122018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6513
6514 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6515 is correctly aligned.
6516
fb5e1ed9
PW
65172018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6518
6519 * gdb.ada/info_auto_lang.exp: New testcase.
6520 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6521 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6522 * gdb.ada/info_auto_lang/some_c.c: New file.
6523
43d397ca
PW
65242018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6525
6526 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6527 FUNC_lang language syntax.
6528
beddd671
PW
65292018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6530
6531 * gdb.base/info_minsym.c: New file.
6532 * gdb.base/info_minsym.exp: New file.
6533
73fc52c4
TT
65342018-11-19 Tom Tromey <tom@tromey.com>
6535
6536 PR rust/23625:
6537 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6538 * gdb.rust/expr.exp: Update expected output. Change one test.
6539
994b876a
TT
65402018-11-19 Tom Tromey <tom@tromey.com>
6541
6542 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6543
6769f276
PA
65442018-11-19 Pedro Alves <palves@redhat.com>
6545
6546 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6547 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6548 see the expected warning.
6549
38a72da0
AH
65502018-11-16 Alan Hayward <alan.hayward@arm.com>
6551
6552 PR gdb/22736:
6553 * gdb.cp/infcall-nodebug-lib.c: New test.
6554 * gdb.cp/infcall-nodebug-main.c: New test.
6555 * gdb.cp/infcall-nodebug.exp: New file.
6556
53a89d6e
SM
65572018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6558
6559 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6560 completer tests.
6561
9325300d
TV
65622018-11-09 Tom de Vries <tdevries@suse.de>
6563
6564 * gdb.base/msym-lang.c: New test.
6565 * gdb.base/msym-lang.exp: New file.
6566 * gdb.base/msym-lang-main.c: New test.
6567
20f0d60d
TT
65682018-11-08 Tom Tromey <tom@tromey.com>
6569
6570 PR gdb/23555:
6571 PR gdb/23838:
6572 * gdb.base/warning.exp: New file.
6573
b5420128
JB
65742018-11-08 Jan Beulich <jbeulich@suse.com>
6575
6576 * testsuite/gdb.arch/i386-avx512.c,
6577 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6578
cd115d61
AB
65792018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6580
6581 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6582 point hardware.
6583
35ee2dc2
AB
65842018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6585
6586 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6587 * gdb.dwarf2/missing-type-name.exp: New file.
6588
31aceee8
TV
65892018-11-06 Tom de Vries <tdevries@suse.de>
6590
6591 * gdb.base/many-headers.c: New test.
6592 * gdb.base/many-headers.exp: New file.
6593
109be305
JW
65942018-11-06 Jim Wilson <jimw@sifive.com>
6595
6596 * gdb.base/code_elim.exp: For riscv, set additional_flags
6597 to include -msmall-data-limit=0.
6598
e2b7af72
JB
65992018-11-01 Joel Brobecker <brobecker@adacore.com>
6600
6601 * gdb.ada/watch_minus_l: New testcase.
6602
cdcda965
SM
66032018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6604
6605 * gdb.arch/aix-sighandle.c: New file.
6606 * gdb.arch/aix-sighandle.exp: New file.
6607
92dcebf3
AB
66082018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6609
6610 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6611 registers being unions.
6612
68b9ac18
TV
66132018-10-31 Tom de Vries <tdevries@suse.de>
6614
6615 * lib/valgrind.exp: New file.
6616 (vgdb_start, vgdb_stop): New procs, factored out of ...
6617 * gdb.base/valgrind-bt.exp: ... here, ...
6618 * gdb.base/valgrind-disp-step.exp: ... here and ...
6619 * gdb.base/valgrind-infcall.exp: ... here.
6620
1443936e
TV
66212018-10-31 Tom de Vries <tdevries@suse.de>
6622
6623 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6624
eb77c9df
AB
66252018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6626
6627 * gdb.dwarf2/void-type.c: New file.
6628 * gdb.dwarf2/void-type.exp: New file.
6629
82b5e646
PW
66302018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6631
6632 * gdb.base/info_qt.c: New file.
6633 * gdb.base/info_qt.exp: New file.
6634
8d619c01
EBM
66352018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6636
6637 * gdb.arch/powerpc-htm-regs.c: New file.
6638 * gdb.arch/powerpc-htm-regs.exp: New file.
6639
f2cf6173
EBM
66402018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6641
6642 * gdb.arch/powerpc-tar.c: New file.
6643 * gdb.arch/powerpc-tar.exp: New file.
6644
7ca18ed6
EBM
66452018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6646
6647 * gdb.arch/powerpc-ppr-dscr.c: New file.
6648 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6649
bfcc0eba
TV
66502018-10-25 Tom de Vries <tdevries@suse.de>
6651
6652 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6653
fe1a5cad
TV
66542018-10-24 Tom de Vries <tdevries@suse.de>
6655
6656 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6657 longer exists error.
6658
a76dc3b7
TV
66592018-10-24 Tom de Vries <tdevries@suse.de>
6660
6661 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6662
4df46df7
TV
66632018-10-24 Tom de Vries <tdevries@suse.de>
6664
6665 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6666 --db-attach in valgrind.
6667
0dbfcfff
AB
66682018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6669
6670 * gdb.arch/riscv-reg-aliases.c: New file.
6671 * gdb.arch/riscv-reg-aliases.exp: New file.
6672
b04480b1
AH
66732018-10-19 Alan Hayward <alan.hayward@arm.com>
6674
6675 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6676
2c6ac8d7
AH
66772018-10-19 Alan Hayward <alan.hayward@arm.com>
6678
6679 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6680
2bc69f25
AH
66812018-10-19 Alan Hayward <alan.hayward@arm.com>
6682
6683 * gdb.cp/ovldbreak.exp: Fix regexps.
6684
1f1ae3a3
AH
66852018-10-19 Alan Hayward <alan.hayward@arm.com>
6686
6687 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6688
94c18618
SDJ
66892018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6690
6691 PR cli/23785
6692 * gdb.base/restore.exp: New test to check if "restore" with an
6693 invalid file doesn't segfault.
6694
812cd6eb
TV
66952018-10-18 Tom de Vries <tdevries@suse.de>
6696
6697 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6698 * gdb.ada/excep_handle.exp: Same.
6699 * gdb.ada/mi_string_access.exp: Same.
6700 * gdb.ada/mi_var_union.exp: Same.
6701 * gdb.arch/arc-analyze-prologue.exp: Same.
6702 * gdb.arch/arc-decode-insn.exp: Same.
6703 * gdb.base/readnever.exp: Same.
6704 * gdb.fortran/printing-types.exp: Same.
6705 * gdb.guile/scm-lazy-string.exp: Same.
6706
c4b90788
TV
67072018-10-16 Tom de Vries <tdevries@suse.de>
6708
6709 PR gdb/23730
6710 * gdb.base/catch-follow-exec.c: Add copyright notice.
6711 * gdb.base/catch-follow-exec.exp: Rewrite to use
6712 gdb_spawn_with_cmdline_opts. Require gdb-native.
6713
8bca2978
SL
67142018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6715
6716 * gdb.trace/actions-changed.exp: Check for arch support.
6717 * gdb.trace/actions.exp: Likewise.
6718 * gdb.trace/ax.exp: Likewise.
6719 * gdb.trace/backtrace.exp: Likewise.
6720 * gdb.trace/change-loc.exp: Likewise.
6721 * gdb.trace/deltrace.exp: Likewise.
6722 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6723 * gdb.trace/ftrace.exp: Likewise.
6724 * gdb.trace/infotrace.exp: Check for arch support.
6725 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6726 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6727 * gdb.trace/mi-tsv-changed.exp: Likewise.
6728 * gdb.trace/packetlen.exp: Likewise.
6729 * gdb.trace/passc-dyn.exp: Likewise.
6730 * gdb.trace/passcount.exp: Likewise.
6731 * gdb.trace/pending.exp: Likewise.
6732 * gdb.trace/range-stepping.exp: Check for shlib support.
6733 * gdb.trace/report.exp: Check for arch support.
6734 * gdb.trace/save-trace.exp: Likewise.
6735 * gdb.trace/signal.exp: Check for signal support.
6736 * gdb.trace/tfind.exp: Check for arch support.
6737 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6738 * gdb.trace/trace-common.h: Add comment.
6739 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6740 * gdb.trace/trace-enable-disable.exp: Likewise.
6741 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6742 * gdb.trace/tracecmd.exp: Check for arch support.
6743 * gdb.trace/tspeed.exp: Check for shlib and target support.
6744 * gdb.trace/tstatus.exp: Check for arch support.
6745 * gdb.trace/tsv.exp: Likewise.
6746 * gdb.trace/while-dyn.exp: Likewise.
6747 * gdb.trace/while-stepping.exp: Likewise.
6748 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6749
f9c49bff
SM
67502018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6751
6752 * gdb.trace/tspeed.exp: Remove nowarnings.
6753 (prepare_for_trace_test): Declare "global ipalib".
6754 * gdb.trace/tspeed.c: Include unistd.h.
6755 (main): Remove superfluous printf argument.
6756
d4330bde
SL
67572018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6758
6759 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6760 directory prefix on the filename.
6761
8ecfd7bd
SDJ
67622018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6763
6764 * gdb.gdb/unittest.exp: Update expected message informing that
6765 selftests have been disabled.
6766 * gdb.server/unittest.exp: Likewise.
6767
58bbcd02
TV
67682018-10-09 Tom de Vries <tdevries@suse.de>
6769
6770 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6771 with runto_main.
6772
9f6b697b
WP
67732018-10-08 Weimin Pan <weimin.pan@oracle.com>
6774
6775 PR c++/16841
6776 * gdb.cp/virtbase2.cc: New file.
6777 * gdb.cp/virtbase2.exp: New file.
6778
add5ded5
TT
67792018-10-06 Tom Tromey <tom@tromey.com>
6780
6781 PR python/19399:
6782 * gdb.python/py-inferior.exp: Add architecture test.
6783
f9e48344
TT
67842018-10-06 Tom Tromey <tom@tromey.com>
6785
6786 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6787 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6788
2a8be203
TT
67892018-10-06 Tom Tromey <tom@tromey.com>
6790
6791 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6792 of a "throw" catchpoint.
6793
e04caa70
SDJ
67942018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6795
6796 * gdb.base/info-proc.exp: Update string expected from "help info
6797 proc".
6798
5ca8c39f
TT
67992018-10-04 Tom Tromey <tom@tromey.com>
6800
6801 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6802 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6803 (test_initial_complaints, test_empty_complaints): Update.
6804 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6805
3453e7e4
TT
68062018-10-04 Tom Tromey <tom@tromey.com>
6807
6808 PR cli/19551:
6809 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6810 * lib/gdb.exp (gdb_file_cmd): Update.
6811 * gdb.stabs/weird.exp (print_weird_var): Update.
6812 * gdb.server/solib-list.exp: Update.
6813 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6814 * gdb.mi/mi-cli.exp: Update.
6815 * gdb.linespec/linespec.exp: Update.
6816 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6817 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6818 * gdb.cp/cp-relocate.exp: Update.
6819 * gdb.base/sym-file.exp: Update.
6820 * gdb.base/relocate.exp: Update.
6821 * gdb.base/readnever.exp: Update.
6822 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6823 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6824 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6825 * gdb.base/code_elim.exp: Update.
6826 * gdb.base/break-unload-file.exp (test_break): Update.
6827 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6828 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6829 Update.
6830 * gdb.base/attach.exp (do_attach_tests): Update.
6831 * gdb.base/sepdebug.exp: Update.
6832 * gdb.python/py-section-script.exp: Update.
6833
6afcf761
TT
68342018-10-04 Tom Tromey <tom@tromey.com>
6835
6836 PR cli/22234:
6837 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6838 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6839 output.
6840
fef1b293
TT
68412018-10-04 Tom Tromey <tom@tromey.com>
6842
6843 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6844 set width and height to 0.
6845 (test_command_line_attach_run): Use -quiet.
6846
ca98345e
SL
68472018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6848
6849 * lib/gdb.exp (skip_ifunc_tests): New.
6850 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6851 other compile failures.
6852 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6853
ff34e6ae
SM
68542018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6855
6856 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6857 is_amd64_regs_target.
6858
6bb8890e
AH
68592018-10-01 Alan Hayward <alan.hayward@arm.com>
6860
6861 * gdb.arch/aarch64-sighandler-regs.c: New test.
6862 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6863 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6864
224d30d3
MM
68652018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6866
6867 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6868 assembly.
6869
f67ffa6a
AB
68702018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6871
6872 * gdb.base/frame-selection.exp: New file.
6873 * gdb.base/frame-selection.c: New file.
6874
9fc3183f
AH
68752018-09-27 Alan Hayward <alan.hayward@arm.com>
6876
6877 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6878 pthread barrier.
6879 (main): Likewise.
6880
d354055e
AB
68812018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6882
6883 * gdb.base/large-frame-1.c: New file.
6884 * gdb.base/large-frame-2.c: New file.
6885 * gdb.base/large-frame.exp: New file.
6886 * gdb.base/large-frame.h: New file.
6887
db727370
JL
68882018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6889
6890 PR gdb/20948
6891 * gdb.base/write_mem.exp: New test.
6892 * gdb.base/write_mem.c: Likewise.
6893
ae778caf
TT
68942018-09-23 Tom Tromey <tom@tromey.com>
6895
6896 PR python/18852:
6897 * gdb.python/py-parameter.exp: Add test for parameter that throws
6898 on "set".
6899
fd3ba736
TT
69002018-09-23 Tom Tromey <tom@tromey.com>
6901
6902 PR python/17284:
6903 * gdb.python/py-template.exp (test_template_arg): Add test for
6904 negative template argument number.
6905
39a24317
TT
69062018-09-23 Tom Tromey <tom@tromey.com>
6907
6908 PR python/14062:
6909 * gdb.python/python.exp: Add test for post_event error.
6910
f5769a2c
TT
69112018-09-23 Tom Tromey <tom@tromey.com>
6912
6913 PR python/18170:
6914 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6915 convert pointers to int and long.
6916
1c1e54f6
TT
69172018-09-23 Tom Tromey <tom@tromey.com>
6918
6919 PR python/20126:
6920 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6921 signed-ness conversion tests.
6922
fb4fa946
TT
69232018-09-23 Tom Tromey <tom@tromey.com>
6924
6925 PR python/18352;
6926 * gdb.python/py-value.exp (test_float_conversion): New proc.
6927 Use it.
6928
a466edac
HAQ
69292018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6930
6931 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6932
4ee9b0c5
SL
69332018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6934
6935 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6936 no readline.
6937 * gdb.base/utf8-identifiers.exp: Likewise.
6938 * gdb.cp/cpcompletion.exp: Likewise.
6939 * gdb.linespec/cpcompletion.exp: Likewise.
6940 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6941 * gdb.linespec/cpls-ops.exp: Likewise.
6942
23be8da7
RB
69432018-09-19 Richard Bunt <richard.bunt@arm.com>
6944 Chris January <chris.january@arm.com>
6945
6946 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6947 * gdb.fortran/short-circuit-argument-list.exp: New file.
6948 * gdb.fortran/short-circuit-argument-list.f90: New test.
6949
5031d0ae
SDJ
69502018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6951
6952 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6953 "arch=" keyword when executing "-stack-list-frames".
6954
b4c0d1a4
SDJ
69552018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6956
6957 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6958 "arch=" keyword when executing "-stack-list-frames".
6959
7a6d2b45
SDJ
69602018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6961
6962 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6963 break ada".
6964
8588b356
SM
69652018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6966
6967 PR python/23669
6968 * gdb.python/python.exp: Test gdb.execute("show commands").
6969
65e65158
TT
69702018-09-16 Tom Tromey <tom@tromey.com>
6971
6972 * gdb.base/new-ui.exp (do_execution_tests): Update.
6973 * gdb.base/dbx.exp (test_breakpoints): Update.
6974
bf326452
AH
69752018-09-14 Alan Hayward <alan.hayward@arm.com>
6976
6977 * lib/gdb.exp (gdb_simple_compile): Add proc.
6978 (is_elf_target): Use gdb_simple_compile.
6979 (skip_altivec_tests): Likewise.
6980 (skip_vsx_tests): Likewise.
6981 (skip_tsx_tests): Likewise.
6982 (skip_btrace_tests): Likewise.
6983 (skip_btrace_pt_tests): Likewise.
6984 (gdb_can_simple_compile): Likewise.
6985 (gdb_has_argv0): Likewise.
6986 (gdb_target_symbol_prefix): Likewise.
6987 (target_supports_scheduler_locking): Likewise.
6988
2361b0fb
TT
69892018-09-13 Tom Tromey <tom@tromey.com>
6990
6991 * Makefile.in (TAGS): Recognize proc_with_prefix and
6992 gdb_caching_proc.
6993
0ae1a321
SM
69942018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6995
6996 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6997 method.
6998
a40bf0c2
SM
69992018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7000
7001 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
7002 and a few other Inferior properties when the Inferior is no
7003 longer valid.
7004
4a3fe98f
TT
70052018-09-13 Tom Tromey <tom@tromey.com>
7006
7007 PR rust/23650:
7008 * gdb.rust/simple.exp: Add test for enum field access error.
7009
098b2108
TT
70102018-09-13 Tom Tromey <tom@tromey.com>
7011
7012 PR rust/23626:
7013 * gdb.rust/simple.rs (EmptyEnum): New type.
7014 (main): Use it.
7015 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
7016
1256af7d
SM
70172018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7018
7019 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
7020 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
7021 * gdb.python/py-symtab.exp: Update test printing an objfile.
7022
4aa8e6c2
SM
70232018-09-12 Simon Marchi <simon.marchi@ericsson.com>
7024
7025 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
7026 object.
7027
c221b2f7
AH
70282018-09-12 Alan Hayward <alan.hayward@arm.com>
7029
7030 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
7031 (support_complex_tests): Use gdb_can_simple_compile.
7032 (is_ilp32_target): Likewise.
7033 (is_lp64_target): Likewise.
7034 (is_64_target): Likewise.
7035 (is_amd64_regs_target): Likewise.
7036 (is_aarch32_target): Likewise.
7037 (gdb_int128_helper): Likewise.
7038
6f1107b5
JK
70392018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7040
7041 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
7042
1f5d1570
JG
70432018-09-10 Jerome Guitton <guitton@adacore.com>
7044
7045 * gdb.ada/same_component_name: Add test for case of tagged record
7046 with variable-length fields.
7047
cc330e39
XR
70482018-09-10 Xavier Roirand <roirand@adacore.com>
7049
7050 * gdb.ada/access_to_unbounded_array.exp: New testcase.
7051 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
7052 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
7053 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
7054
b9c50e9a
XR
70552018-09-10 Xavier Roirand <roirand@adacore.com>
7056
7057 * gdb.ada/mi_string_access.exp: New testcase.
7058 * gdb.ada/mi_string_access/bar.adb: New file.
7059 * gdb.ada/mi_string_access/pck.adb: New file.
7060 * gdb.ada/mi_string_access/pck.asd: New file.
7061
2963898f
XR
70622018-09-10 Xavier Roirand <roirand@adacore.com>
7063
7064 * gdb.ada/mi_var_union.exp: New testcase.
7065 * gdb.ada/mi_var_union/bar.adb: New file.
7066 * gdb.ada/mi_var_union/pck.adb: New file.
7067 * gdb.ada/mi_var_union/pck.asd: New file.
7068
1aac008f
TT
70692018-09-08 Tom Tromey <tom@tromey.com>
7070
7071 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
7072
332cf4c9
TT
70732018-09-08 Tom Tromey <tom@tromey.com>
7074
7075 PR python/16047:
7076 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
7077 (register_pretty_printers): Register new printer.
7078 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
7079 test.
7080 * gdb.python/py-prettyprint.c (int_type3): New typedef.
7081 (an_int_type3): New global.
7082
424da6cf
JB
70832018-09-08 Joel Brobecker <brobecker@adacore.com>
7084
7085 * gdb.ada/expr_with_funcall: New testcase.
7086
2a62dfa9
JB
70872018-09-08 Joel Brobecker <brobecker@adacore.com>
7088
7089 * gdb.ada/packed_array_assign: New testcase.
7090
96b6697f
AB
70912018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
7092
7093 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
7094 names, and add test prefixes to make test names unique.
7095
e4a62c65
TV
70962018-09-05 Tom de Vries <tdevries@suse.de>
7097
7098 * gdb.dwarf2/varval.exp: Add test.
7099
dd083ee2
GB
71002018-09-04 Gary Benson <gbenson@redhat.com>
7101
7102 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
7103 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
7104
aef9346c
TT
71052018-08-31 Tom Tromey <tom@tromey.com>
7106
7107 * gdb.rust/simple.rs: Rename second variable "v".
7108
c67f2e15
AB
71092018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
7110
7111 * gdb.base/funcargs.c (use_a): New function.
7112 (recurse): Call use_a.
7113
078a0207
KS
71142018-08-29 Keith Seitz <keiths@redhat.com>
7115
7116 * gdb.compile/compile-cplus-anonymous.cc: New file.
7117 * gdb.compile/compile-cplus-anonymous.exp: New file.
7118 * gdb.compile/compile-cplus-array-decay.cc: New file.
7119 * gdb.compile/compile-cplus-array-decay.exp: New file.
7120 * gdb.compile/compile-cplus-inherit.cc: New file.
7121 * gdb.compile/compile-cplus-inherit.exp: New file.
7122 * gdb.compile/compile-cplus-member.cc: New file.
7123 * gdb.compile/compile-cplus-member.exp: New file.
7124 * gdb.compile/compile-cplus-method.cc: New file.
7125 * gdb.compile/compile-cplus-method.exp: New file.
7126 * gdb.compile/compile-cplus-mod.c: "New" file.
7127 * gdb.compile/compile-cplus-namespace.cc: New file.
7128 * gdb.compile/compile-cplus-namespace.exp: New file.
7129 * gdb.compile/compile-cplus-nested.cc: New file.
7130 * gdb.compile/compile-cplus-nested.exp: New file.
7131 * gdb.compile/compile-cplus-print.c: "New" file.
7132 * gdb.compile/compile-cplus-print.exp: "New" file.
7133 * gdb.compile/compile-cplus-virtual.cc: New file.
7134 * gdb.compile/compile-cplus-virtual.exp: New file.
7135 * gdb.compile/compile-cplus.c: "New" file.
7136 * gdb.compile/compile-cplus.exp: "New" file.
7137 * lib/compile-support.exp: New file.
7138
b0f492b9
GB
71392018-08-16 Gary Benson <gbenson@redhat.com>
7140
7141 PR gdb/13000:
7142 * gdb.base/batch-exit-status.exp: New file.
7143 * gdb.base/batch-exit-status.good-commands: Likewise.
7144 * gdb.base/batch-exit-status.bad-commands: Likewise.
7145
36eb4c5f
AH
71462018-08-29 Alan Hayward <alan.hayward@arm.com>
7147
7148 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
7149 (struct struct02): Likewise.
7150 (struct struct03): Likewise.
7151 (struct struct04): Likewise.
7152 (struct struct_01_01): New struct.
7153 (struct struct_01_02): Likewise.
7154 (struct struct_01_03): Likewise.
7155 (struct struct_01_04): Likewise.
7156 (struct struct_02_01): Likewise.
7157 (struct struct_02_02): Likewise.
7158 (struct struct_02_03): Likewise.
7159 (struct struct_02_04): Likewise.
7160 (struct struct_04_01): Likewise.
7161 (struct struct_04_02): Likewise.
7162 (struct struct_04_03): Likewise.
7163 (struct struct_04_04): Likewise.
7164 (struct struct_05_01): Likewise.
7165 (struct struct_05_02): Likewise.
7166 (struct struct_05_03): Likewise.
7167 (struct struct_05_04): Likewise.
7168 (cmp_struct01): Remove function.
7169 (cmp_struct02): Likewise.
7170 (cmp_struct03): Likewise.
7171 (cmp_struct04): Likewise.
7172 (cmp_struct_01_01): Add Function.
7173 (cmp_struct_01_02): Likewise.
7174 (cmp_struct_01_03): Likewise.
7175 (cmp_struct_01_04): Likewise.
7176 (cmp_struct_02_01): Likewise.
7177 (cmp_struct_02_02): Likewise.
7178 (cmp_struct_02_03): Likewise.
7179 (cmp_struct_02_04): Likewise.
7180 (cmp_struct_04_01): Likewise.
7181 (cmp_struct_04_02): Likewise.
7182 (cmp_struct_04_03): Likewise.
7183 (cmp_struct_04_04): Likewise.
7184 (cmp_struct_05_01): Likewise.
7185 (cmp_struct_05_02): Likewise.
7186 (cmp_struct_05_03): Likewise.
7187 (cmp_struct_05_04): Likewise.
7188 (call_all): Add new structs.
7189 * gdb.base/infcall-nested-structs.exp: Likewise.
7190
3bf9c013
JV
71912018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7192
7193 * gdb.python/py-framefilter-mi.exp: Update regexp to
7194 check for "arch" field in frame output.
7195
450d1e88
KB
71962018-08-23 Kevin Buettner <kevinb@redhat.com>
7197
7198 * gdb.dwarf2/dw2-ranges-func.c: New file.
7199 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7200
ae739fe7
SM
72012018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7202
7203 * gdb.base/term.exp: Compare terminal settings with values from
7204 the inferior.
7205 * gdb.base/term.c: Get and set terminal settings.
7206
6d52907e
JV
72072018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7208
7209 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7210 accommodate new "arch" field in frame output.
7211 * gdb.mi/mi-return.exp: Likewise.
7212 * gdb.mi/mi-stack.exp: Likewise.
7213 * gdb.mi/mi-syn-frame.exp: Likewise.
7214 * gdb.mi/user-selected-context-sync.exp: Likewise.
7215
be2d111a
MS
72162018-08-19 Michael Spang <spang@google.com>
7217
7218 PR gdb/11786
7219 * gdb.base/gcore-tls-pie.c: New file.
7220 * gdb.base/gcore-tls-pie.exp: New file.
7221
ae3a7c47
KB
72222018-08-18 Kevin Buettner <kevinb@redhat.com>
7223
7224 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
7225 * gdb.dwarf2/varval.c: New file.
7226 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 7227
2ecae92e
AH
72282018-08-17 Alan Hayward <alan.hayward@arm.com>
7229
7230 PR gdb/18931
7231 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7232
c1854f1d
KS
72332018-08-16 Keith Seitz <keiths@redhat.com>
7234
7235 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7236 tests expected to pass.
7237
26fb3983
JV
72382018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7239
7240 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7241 -data-disassemble -a.
7242 (test_disassembly_bogus_args): Likewise.
7243
67943c00
AB
72442018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7245
7246 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7247
5ff2bbae
AB
72482018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7249
7250 * gdb.base/vla-optimized-out.exp: Add new test.
7251
e5bbcd0f
AB
72522018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7253
7254 * gdb.base/vla-optimized-out-o3.exp: Delete.
7255 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7256 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7257 deleted tests.
7258
9d4a934c
AB
72592018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7260
7261 PR gdb/18050:
7262 * gdb.server/extended-remote-restart.c: New file.
7263 * gdb.server/extended-remote-restart.exp: New file.
7264
045cf012
SM
72652018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7266
7267 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7268 "set variable index = 42".
7269
87d6a7aa
SM
72702018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7271
7272 * boards/index-cache-gdb.exp: New file.
7273 * gdb.dwarf2/index-cache.exp: New file.
7274 * gdb.dwarf2/index-cache.c: New file.
7275 * gdb.base/maint.exp: Check if we are using the index cache.
7276
96d68bd4
RO
72772018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7278
7279 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7280 MAKEFLAGS.
7281
5a699617
RO
72822018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7283
7284 * dg-extract-results.sh: Move to toplevel contrib.
7285 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7286 * Makefile.in (check-parallel-racy): Likewise.
7287
5bd18990
AB
72882018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7289
7290 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7291 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7292 tests if the target supports scheduler locking.
7293
3fbbcf47
TV
72942018-08-04 Tom de Vries <tdevries@suse.de>
7295
7296 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7297
3e1d3d8c
TT
72982018-08-02 Tom Tromey <tom@tromey.com>
7299
7300 PR symtab/16842.
7301 * gdb.cp/temargs.exp: Test "info address" of a template
7302 parameter.
7303
5abe0f0c
JV
73042018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7305
7306 * gdb.python/py-mi-var-info-path-expression.c: New file.
7307 * gdb.python/py-mi-var-info-path-expression.py: New file.
7308 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7309
fb66cde8
SDJ
73102018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7311
7312 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7313 error after "cannot resolve name" string.
7314
c708f4d2
AB
73152018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7316
7317 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7318 started.
7319 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7320
37cc0cae
TV
73212018-07-28 Tom de Vries <tdevries@suse.de>
7322
7323 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7324
63b4ecf7
TV
73252018-07-26 Tom de Vries <tdevries@suse.de>
7326
7327 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7328
3c3bb058
AB
73292018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7330
7331 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7332 is visible.
7333
9e7f3bbb
TV
73342018-07-26 Tom de Vries <tdevries@suse.de>
7335
7336 PR breakpoints/23366
7337 * gdb.base/catch-follow-exec.c: New test.
7338 * gdb.base/catch-follow-exec.exp: New file.
7339
16f808ec
TV
73402018-07-25 Tom de Vries <tdevries@suse.de>
7341
7342 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7343 vla-optimized-out.c.
7344
d7154a8d
JV
73452018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7346
7347 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7348 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7349
232a0032
TV
73502018-07-20 Tom de Vries <tdevries@suse.de>
7351
7352 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7353 NOCLONE macro.
7354 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7355
fbb1d502
TV
73562018-07-19 Tom de Vries <tdevries@suse.de>
7357
7358 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7359 regular expression.
7360
42dc7699
TV
73612018-07-18 Tom de Vries <tdevries@suse.de>
7362
7363 * gdb.base/vla-optimized-out.c: New test.
7364 * gdb.base/vla-optimized-out.exp: New file.
7365
7f1f7e23
SDJ
73662018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7367
7368 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7369 message "No address associated with hostname" when gdbserver
7370 cannot resolve the hostname.
7371
5759ebb3
PW
73722018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7373
7374 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7375 Add some test prefixes to make tests unique.
7376
3606ccab
PW
73772018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7378
7379 * gdb.base/frameapply.c: New file.
7380 * gdb.base/frameapply.exp: New file.
7381
529c08b2
PW
73822018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7383
7384 * gdb.base/skip.exp: Update expected error message.
7385
c7ab0aef
SDJ
73862018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7387 Jan Kratochvil <jan.kratochvil@redhat.com>
7388 Paul Fertser <fercerpav@gmail.com>
7389 Tsutomu Seki <sekiriki@gmail.com>
7390
7391 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7392 parameter.
7393 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7394 by default.
7395 * boards/native-gdbserver.exp: Likewise.
7396 * gdb.server/run-without-local-binary.exp: Improve regexp used
7397 for detecting when a remote debugging connection succeeds.
7398 * gdb.server/server-connect.exp: New file.
7399 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7400 Do not prefix the port number with ":".
7401 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7402 support for detecting and using it. Add '$debughost_gdbserver'
7403 to the list of arguments used to start gdbserver. Handle case
7404 when gdbserver cannot resolve a network name.
7405
16ff70dd
SDJ
74062018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7407
7408 PR c++/23373
7409 * gdb.base/ptype-offsets.cc (struct static_member): New
7410 struct.
7411 (main) <stmember>: New variable.
7412 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7413 with a static member in it.
7414
3541979f
AB
74152018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7416
7417 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7418 watchpoints enabled and disabled.
7419
c8ad9b9a
AB
74202018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7421
7422 * gdb.base/examine-backward.exp: Still run tests around address
7423 0x0, even if address 0x0 is not readable. Update the pattern for
7424 matching address 0x0 in expected output.
7425
e0e5e971
AB
74262018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7427
7428 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7429 malloc/free.
7430
1ea5da02
TV
74312018-07-04 Tom de Vries <tdevries@suse.de>
7432
7433 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7434
471b9d15
MR
74352018-07-02 Maciej W. Rozycki <macro@mips.com>
7436
7437 PR tdep/8282
7438 * gdb.arch/mips-disassembler-options.exp: New test.
7439 * gdb.arch/mips-disassembler-options.s: New test source.
7440
75acb486
PA
74412018-06-29 Pedro Alves <palves@redhat.com>
7442
7443 * gdb.threads/names.exp: Adjust expected "info threads" output.
7444
cd2bb709
PA
74452018-06-29 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.opt/inline-break.exp (line number, address): Add "info
7448 break" tests.
7449
991ff292
PA
74502018-06-29 Pedro Alves <palves@redhat.com>
7451
7452 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7453 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7454 number and address and running to them.
7455
356819b6 74562018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
7457
7458 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7459
2512d7ef
JK
74602018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7461
7462 * lib/compiler.c: Remove executable permission flag.
7463
be1b6474
RB
74642018-06-28 Richard Bunt <richard.bunt@arm.com>
7465
7466 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7467 code.
7468 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7469
291f9a96
PT
74702018-06-28 Petr Tesarik <ptesarik@suse.cz>
7471
7472 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7473
ed6dfe51
PT
74742018-06-28 Petr Tesarik <ptesarik@suse.cz>
7475
7476 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7477 address argument is omitted.
7478
d4d429d5
PT
74792018-06-28 Petr Tesarik <ptesarik@suse.cz>
7480
7481 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7482
7ab6656f
OJ
74832018-06-27 Omair Javaid <omair.javaid@linaro.org>
7484
7485 PR gdb/21695
7486 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7487 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7488
a33ccfc7
TT
74892018-06-26 Tom Tromey <tom@tromey.com>
7490
7491 PR rust/22574:
7492 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7493 * gdb.rust/simple.rs (struct SimpleLayout): New.
7494
6d72d289
SM
74952018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7496
7497 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7498 "info registers" output.
7499
8363f9d5
RB
75002018-06-21 Richard Bunt <richard.bunt@arm.com>
7501
7502 * gdb.base/watchpoint-hw-attach.c: New test.
7503 * gdb.base/watchpoint-hw-attach.exp: New file.
7504
f00674fe
SM
75052018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7506
7507 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7508 through /bin/sh.
7509 * boards/dwarf4-gdb-index.exp: Likewise.
7510 * boards/fission-dwp.exp: Likewise.
7511
1d554008
UW
75122018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7513
7514 * gdb.base/float128.exp: Add comment and improved fail message
7515 to the failure case of "print large128" test.
7516
d0ac1c44
SM
75172018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7518
7519 * configure.ac: Remove AC_PREREQ.
7520 * configure: Re-generate.
7521
61b04dd0
PA
75222018-06-19 Pedro Alves <palves@redhat.com>
7523
7524 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7525 (func_extern_caller): New.
7526 (main): Call func_extern_caller.
7527 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7528 logic change.
7529
f63b508a
SM
75302018-06-18 Weimin Pan <weimin.pan@oracle.com>
7531
7532 PR gdb/16841
7533 * gdb.cp/typedef-base.cc: New file.
7534 * gdb.cp/typedef-base.exp: New file.
7535
0fe3a558
TV
75362018-06-18 Tom de Vries <tdevries@suse.de>
7537
7538 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7539
7010835a
AB
75402018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7541 Richard Bunt <Richard.Bunt@arm.com>
7542
7543 * gdb.threads/attach-slow-waitpid.c: New file.
7544 * gdb.threads/attach-slow-waitpid.exp: New file.
7545 * gdb.threads/slow-waitpid.c: New file.
7546
14897d65
PA
75472018-06-14 Pedro Alves <palves@redhat.com>
7548
7549 * gdb.base/fork-running-state.c: Include <errno.h>.
7550 (exit_if_relative_exits): New.
7551 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7552 exits.
7553 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7554 child exits.
7555
5d9a0608
TV
75562018-06-14 Tom de Vries <tdevries@suse.de>
7557
7558 PR cli/22573
7559 * gdb.base/finish-pretty.c: New test.
7560 * gdb.base/finish-pretty.exp: New file.
7561
11ae5818
PA
75622018-06-14 Pedro Alves <palves@redhat.com>
7563
7564 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7565 gdb's expected startup output.
7566
1d39de44
PA
75672018-06-14 Pedro Alves <palves@redhat.com>
7568
7569 * lib/selftest-support.exp (selftest_setup): Remove inlined
7570 function handling.
7571
70ee0000
TV
75722018-06-14 Tom de Vries <tdevries@suse.de>
7573
7574 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7575 matching of breakpoint printing.
7576
11f4b608
TV
75772018-06-13 Tom de Vries <tdevries@suse.de>
7578
7579 PR testsuite/23269
7580 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7581 (fork_child): ... here, and ...
7582 (fork_parent): ... here.
7583
75842018-06-12 Tom de Vries <tdevries@suse.de>
7585
7586 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7587
9516f85a
AB
75882018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7589 Stephen Roberts <stephen.roberts@arm.com>
7590
7591 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7592 rewrite test to describe action performed, rather than possible
7593 failure.
7594
5045b3d7
GB
75952018-06-08 Gary Benson <gbenson@redhat.com>
7596
7597 * gdb.threads/check-libthread-db.exp: New file.
7598 * gdb.threads/check-libthread-db.c: Likewise.
7599
c61b06a1
TT
76002018-06-05 Tom Tromey <tom@tromey.com>
7601
7602 * gdb.base/default.exp: Update expected "show version" output.
7603
eb6af809
TT
76042018-06-05 Tom Tromey <tom@tromey.com>
7605
7606 PR cli/12326:
7607 * gdb.cp/static-print-quit.exp: Update.
7608 * lib/gdb.exp (pagination_prompt): Update.
7609 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7610 * gdb.python/python.exp: Update.
7611
178d6a63
JB
76122018-06-04 Joel Brobecker <brobecker@adacore.com>
7613
7614 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7615
8e817061
JB
76162018-06-01 Joel Brobecker <brobecker@adacore.com>
7617
7618 * gdb.ada/bp_fun_addr: New testcase.
7619
e86ca25f
TT
76202018-06-01 Tom Tromey <tom@tromey.com>
7621
7622 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7623 results.
7624 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7625 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7626 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7627 * gdb.base/maint.exp (maint_pass_if): Update.
7628
4b2dfa9d
MR
76292018-05-31 Maciej W. Rozycki <macro@mips.com>
7630
7631 * gdb.base/endian.exp: New test.
7632 * gdb.base/endian.c: New test source.
7633
45f25d6c
AB
76342018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7635
7636 PR gdb/23203
7637 * gdb.base/bt-selected-frame.c: New file.
7638 * gdb.base/bt-selected-frame.exp: New file.
7639 * lib/gdb.exp (get_current_frame_number): New function.
7640
d9f6d7f8
MR
76412018-05-24 Maciej W. Rozycki <macro@mips.com>
7642 Pedro Alves <palves@redhat.com>
7643
7644 * gdb.threads/tls-core.c: Include <stdlib.h>
7645 (thread_proc): Call `abort'.
7646 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7647 (tls_core_test): New procedure, bits factored out from ...
7648 (top level): ... here. Test both native cores and gcore cores.
7649
ff1cf532
TT
76502018-05-23 Tom Tromey <tom@tromey.com>
7651
7652 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7653
b98664d3
TT
76542018-05-23 Tom Tromey <tom@tromey.com>
7655
7656 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7657 symfile_complaints.
7658 (test_short_complaints): Likewise.
7659 (test_empty_complaints): Likewise.
7660 (test_initial_complaints): Update.
7661
4e9668d0
TT
76622018-05-23 Tom Tromey <tom@tromey.com>
7663
7664 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7665
43ba33c7
TT
76662018-05-23 Tom Tromey <tom@tromey.com>
7667
7668 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7669 (test_short_complaints): Update.
7670
035522c0
PA
76712018-05-22 Pedro Alves <palves@redhat.com>
7672
7673 * gdb.base/remote.exp: Only gdb_start after compiling the
7674 testcase. Issue "disconnect" before testing "set remote" command
7675 defaults. Issue clean_restart before running to main.
7676
cc0be08f
PA
76772018-05-22 Pedro Alves <palves@redhat.com>
7678
7679 * gdb.base/remote.exp: Adjust expected output of "show remote
7680 memory-write-packet-size". Add tests for "set remote
7681 memory-write-packet-size 0" and "set remote
7682 memory-write-packet-size fixed/limit".
7683
b1b60145
PA
76842018-05-22 Pedro Alves <palves@redhat.com>
7685
7686 PR gdb/22973
7687 * gdb.base/utf8-identifiers.c: New file.
7688 * gdb.base/utf8-identifiers.exp: New file.
7689
0ec848ad
PFC
76902018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7691
7692 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7693
2c3305f6
PFC
76942018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7695
7696 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7697
ce1e8424
TT
76982018-05-18 Tom Tromey <tom@tromey.com>
7699
7700 * gdb.base/ptype-offsets.exp: Update.
7701
ddfe970e
KS
77022018-05-17 Keith Seitz <keiths@redhat.com>
7703
7704 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7705 in expected breakpoint stop locations.
7706 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7707 move to proper scope to test variable values.
7708 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7709 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7710 New functions.
7711 (main): Call not_inline_func3.
7712 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7713 inline_func1, inline_func2, and inline_func3. Test that when each
7714 breakpoint is hit, GDB properly reports both the stop location
7715 and the backtrace. Repeat tests for temporary breakpoints.
7716
0726fcc6
MR
77172018-05-15 Maciej W. Rozycki <macro@mips.com>
7718
7719 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7720 rather then trying to access it in determining whether the PID
7721 of `gdbserver' could have been retrieved.
7722
8ee22052
AB
77232018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7724
7725 * gdb.arch/amd64-init-x87-values.S: New file.
7726 * gdb.arch/amd64-init-x87-values.exp: New file.
7727
7785df48
JK
77282018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7729
7730 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7731
56bcdbea
TT
77322018-05-04 Tom Tromey <tom@tromey.com>
7733
7734 PR python/22730:
7735 * gdb.python/python.exp: Test multi-line execute.
7736
a913fffb
TT
77372018-05-04 Tom Tromey <tom@tromey.com>
7738
7739 PR python/22731:
7740 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7741
7a2c85f2
TT
77422018-05-04 Tom Tromey <tom@tromey.com>
7743
7744 PR gdb/11750:
7745 * gdb.base/define.exp: Test defining a user command inside a user
7746 command.
7747 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7748
a3b60e45
JK
77492018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7750 Pedro Alves <palves@redhat.com>
7751
7752 PR breakpoints/19806 and support for PR external/20207.
7753 * gdb.base/watchpoint-unaligned.c: New file.
7754 * gdb.base/watchpoint-unaligned.exp: New file.
7755
45fe4a03
AB
77562018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7757
7758 * gdb.base/maint.exp: Make test names unique, use
7759 test_prefix_command_help to test 'help maint info', and remove
7760 repeated test of 'help maint'.
7761
9be2ae8f
TT
77622018-05-04 Tom Tromey <tom@tromey.com>
7763
7764 PR gdb/22619:
7765 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7766 behavior.
7767
11859c31
AB
77682018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7769
7770 * gdb.base/maint.exp: Process output from 'maint print registers'
7771 line at a time.
7772
089a9490
AB
77732018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7774
7775 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7776 timeout.
7777
9b0797e2
AB
77782018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7779
7780 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7781 filter pattern.
7782
f6ac5f3d
PA
77832018-05-02 Pedro Alves <palves@redhat.com>
7784
7785 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7786 to_log_command renames.
7787 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7788
77d3c63b
TT
77892018-05-02 Tom Tromey <tom@tromey.com>
7790
7791 * gdb.python/py-parameter.exp: Set test message.
7792
0489430a
TT
77932018-05-02 Tom Tromey <tom@tromey.com>
7794
7795 PR python/20084:
7796 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7797 PARAM_ZUINTEGER_UNLIMITED tests.
7798
1632f8ba
DR
77992018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7800
7801 PR rust/23124
7802 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7803 when casting.
7804
6d7bb824
TT
78052018-04-30 Tom Tromey <tom@tromey.com>
7806
7807 * gdb.python/py-type.exp: Check align attribute.
7808 * gdb.python/py-type.c: New "aligncheck" global.
7809
007e1530
TT
78102018-04-30 Tom Tromey <tom@tromey.com>
7811
7812 PR exp/17095:
7813 * gdb.dwarf2/dw2-align.exp: New file.
7814 * gdb.cp/align.exp: New file.
7815 * gdb.base/align.exp: New file.
7816 * lib/gdb.exp (gdb_int128_helper): New proc.
7817 (has_int128_c, has_int128_cxx): New caching procs.
7818
6873858b
TT
78192018-04-27 Tom Tromey <tom@tromey.com>
7820
7821 PR rust/22545:
7822 * gdb.rust/simple.exp: Add inclusive range tests.
7823
79188d8d
PA
78242018-04-26 Pedro Alves <palves@redhat.com>
7825
7826 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7827 ifunc breakpoint locations correctly of ifunc breakpoints set
7828 while the program resolves the ifunc.
7829
c7075ad5
PA
78302018-04-26 Pedro Alves <palves@redhat.com>
7831
7832 * gdb.base/gnu-ifunc-final.c: New file.
7833 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7834 * gdb.base/gnu-ifunc.exp (executable): Delete.
7835 (staticexecutable): Adjust.
7836 (lib_opts, exec_opts): Delete.
7837 (make_binsuffix, build, set-break): New procedures.
7838 (misc_tests): New, with tests factored out from the top level.
7839 (top level): Test different combinations of ifunc resolver name,
7840 resolver with and with debug info, and ifunc target with and
7841 without debug info. Wrap static tests with with_target_prefix.
7842
8388016d
PA
78432018-04-26 Pedro Alves <palves@redhat.com>
7844
7845 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7846 return type" warnings.
7847
249b5733
PA
78482018-04-25 Pedro Alves <palves@redhat.com>
7849
7850 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7851 killed".
7852 * gdb.base/kill-after-signal.exp: Likewise.
7853 * gdb.threads/kill.exp: Likewise.
7854
f67c0c91
SDJ
78552018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7856 Sergio Durigan Junior <sergiodj@redhat.com>
7857 Pedro Alves <palves@redhat.com>
7858
7859 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7860 regexps to expect for '[Inferior ... detached]' as well.
7861 * gdb.base/attach.exp: Likewise.
7862 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7863 "gdb_continue_to_end".
7864 (test_catch_syscall_with_wrong_args): Likewise.
7865 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7866 ']'. Don't set 'verbose' on.
7867 * gdb.base/foll-vfork.exp: Likewise.
7868 * gdb.base/fork-print-inferior-events.c: New file.
7869 * gdb.base/fork-print-inferior-events.exp: New file.
7870 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7871 '[Inferior ... has been killed]' message.
7872 * gdb.base/kill-after-signal.exp: Likewise.
7873 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7874 detach message.
7875 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7876 message.
7877 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7878 regexps to expect for '[Inferior ... detached]' as well.
7879 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7880
0a8ddac4
SM
78812018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7882
7883 PR gdb/23104
7884 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7885
701adfb0
PA
78862018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7887
7888 PR gdb/23095
7889 * gdb.base/break-probes.exp: Pass shlib_load to
7890 prepare_for_testing. Set normal_bp to r_debug_state if target is
7891 bsd.
7892
d27d16bf
RB
78932018-04-19 Richard Bunt <richard.bunt@arm.com>
7894
7895 * gdb.threads/multiple-successive-infcall.c: New test.
7896 * gdb.threads/multiple-successive-infcall.exp: New file.
7897
a037790e
TT
78982018-04-17 Tom Tromey <tom@tromey.com>
7899
7900 * gdb.rust/simple.rs (Union): New type.
7901 (main): New local "u".
7902 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7903
e3a91079
AA
79042018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7905
7906 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7907 number information in output of "whereis" command.
7908 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7909
b744723f
AA
79102018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7911
7912 * gdb.ada/info_types.exp: Adjust expected output to the line
7913 numbers now printed by "info var/func/type".
7914 * gdb.base/completion.exp: Likewise.
7915 * gdb.base/included.exp: Likewise.
7916 * gdb.cp/cp-relocate.exp: Likewise.
7917 * gdb.cp/cplusfuncs.exp: Likewise.
7918 * gdb.cp/namespace.exp: Likewise.
7919 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7920
4a4495d6
MM
79212018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7922
7923 * gdb.btrace/cpu.exp: New.
7924
1d509aa6
MM
79252018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7926
7927 * gdb.base/step-indirect-call-thunk.exp: New.
7928 * gdb.base/step-indirect-call-thunk.c: New.
7929 * gdb.reverse/step-indirect-call-thunk.exp: New.
7930 * gdb.reverse/step-indirect-call-thunk.c: New.
7931
6295b6da
SM
79322018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7933
7934 * gdb.base/pie-fork.c: New file.
7935 * gdb.base/pie-fork.exp: New file.
7936
50146e70
TT
79372018-04-11 Tom Tromey <tom@tromey.com>
7938
7939 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7940
f50d8a2e
PA
79412018-04-10 Pedro Alves <palves@redhat.com>
7942
7943 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7944 exits. Instead loop running forever.
7945 (fork_parent): Run forever too.
7946
a0be7a36
SM
79472018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7948
7949 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7950 mi_continue_to_line.
7951 * gdb.mi/mi-stack.c (callee4): Add comment.
7952
9b73db36
SM
79532018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7954
7955 * gdb.mi/mi-stack.exp: Fix indentation.
7956
c912f608
SM
79572018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7958
7959 PR gdb/22979
7960 * gdb.arch/amd64-osabi.exp: New file.
7961
26540402
SM
79622018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7963
7964 PR gdb/22980
7965 * gdb.base/osabi.exp: New file.
7966
121ad66c 79672018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7968
7969 * gdb.cp/static-typedef-print.exp: New file.
7970 * gdb.cp/static-typedef-print.cc: New file.
7971
3fcded8f
JB
79722018-03-27 Joel Brobecker <brobecker@adacore.com>
7973
7974 * gdb.ada/varsize_limit: New testcase.
7975
59cc4834
JB
79762018-03-27 Joel Brobecker <brobecker@adacore.com>
7977
7978 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7979
7980 * gdb.ada/notcplusplus: New testcase.
7981
7982 * gdb.base/c-linkage-name.c: New file.
7983 * gdb.base/c-linkage-name.exp: New testcase.
7984
4ca59a9f
TT
79852018-03-26 Tom Tromey <tom@tromey.com>
7986
7987 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7988 * gdb.python/py-framefilter.py (name_error): New global.
7989 (ErrorInName.function): Use name_error.
7990
978d6c75
TT
79912018-03-26 Tom Tromey <tom@tromey.com>
7992
7993 PR backtrace/15582:
7994 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7995
b7fee5a3
KS
79962018-03-23 Keith Seitz <keiths@redhat.com>
7997
7998 PR c++/22968
7999 * gdb.cp/subtypes.exp: New file.
8000 * gdb.cp/subtypes.h: New file.
8001 * gdb.cp/subtypes.cc: New file.
8002 * gdb.cp/subtypes-2.cc: New file.
8003
376be529
AB
80042018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
8005
8006 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
8007 (done): Call '_exit' not 'exit' to avoid atexit handlers.
8008 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
8009 -nostartfiles when compiling the test. Confirm that all registers
8010 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
8011
066cfa98
AB
80122018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
8013
8014 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
8015 option, syntax was wrong anyway.
8016 * gdb.arch/arm-disp-step.exp: Likewise.
8017 * gdb.arch/sparc64-regs.exp: Likewise.
8018 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
8019 option, syntax was wrong anyway, switch to use
8020 prepare_for_testing.
8021 * gdb.arch/i386-disp-step.exp: Likewise.
8022
079670b9
AA
80232018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
8024
8025 * gdb.ada/exec_changed.exp: Replace "target_info exists
8026 use_gdb_stub" by "use_gdb_stub".
8027 * gdb.ada/start.exp: Likewise.
8028 * gdb.base/async-shell.exp: Likewise.
8029 * gdb.base/attach-pie-misread.exp: Likewise.
8030 * gdb.base/attach-wait-input.exp: Likewise.
8031 * gdb.base/break-entry.exp: Likewise.
8032 * gdb.base/break-interp.exp: Likewise.
8033 * gdb.base/dprintf-detach.exp: Likewise.
8034 * gdb.base/nostdlib.exp: Likewise.
8035 * gdb.base/solib-nodir.exp: Likewise.
8036 * gdb.base/statistics.exp: Likewise.
8037 * gdb.base/testenv.exp: Likewise.
8038 * gdb.mi/mi-exec-run.exp: Likewise.
8039 * gdb.mi/mi-start.exp: Likewise.
8040 * gdb.multi/dummy-frame-restore.exp: Likewise.
8041 * gdb.multi/multi-arch-exec.exp: Likewise.
8042 * gdb.multi/multi-arch.exp: Likewise.
8043 * gdb.multi/tids.exp: Likewise.
8044 * gdb.multi/watchpoint-multi.exp: Likewise.
8045 * gdb.python/py-events.exp: Likewise.
8046 * gdb.threads/attach-into-signal.exp: Likewise.
8047 * gdb.threads/attach-stopped.exp: Likewise.
8048 * gdb.threads/threadapply.exp: Likewise.
8049 * lib/selftest-support.exp: Likewise.
8050
26d6cec4
AA
80512018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
8052
8053 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
8054
4ee89e90
SR
80552018-03-20 Stephen Roberts <stephen.roberts@arm.com>
8056
8057 * gdb.perf/template-breakpoints.cc: New file.
8058 * gdb.perf/template-breakpoints.exp: New file.
8059 * gdb.perf/template-breakpoints.py: New file.
8060
92630041
TT
80612018-03-19 Tom Tromey <tom@tromey.com>
8062
8063 * gdb.rust/simple.rs (main): Add local variables field1, field2,
8064 y0.
8065 * gdb.rust/simple.exp: Test bare identifier form of struct
8066 initializer.
8067
76727919
TT
80682018-03-19 Tom Tromey <tom@tromey.com>
8069
8070 * gdb.gdb/observer.exp: Remove.
8071
194ed413
AA
80722018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8073
8074 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
8075 "qualified" option when setting breakpoints.
8076 * gdb.trace/backtrace.exp: Likewise.
8077 * gdb.trace/circ.exp: Likewise.
8078 * gdb.trace/collection.exp: Likewise.
8079 * gdb.trace/disconnected-tracing.exp: Likewise.
8080 * gdb.trace/ftrace-lock.exp: Likewise.
8081 * gdb.trace/ftrace.exp: Likewise.
8082 * gdb.trace/infotrace.exp: Likewise.
8083 * gdb.trace/packetlen.exp: Likewise.
8084 * gdb.trace/passc-dyn.exp: Likewise.
8085 * gdb.trace/qtro.exp: Likewise.
8086 * gdb.trace/read-memory.exp: Likewise.
8087 * gdb.trace/report.exp: Likewise.
8088 * gdb.trace/signal.exp: Likewise.
8089 * gdb.trace/status-stop.exp: Likewise.
8090 * gdb.trace/strace.exp: Likewise.
8091 * gdb.trace/tfind.exp: Likewise.
8092 * gdb.trace/trace-break.exp: Likewise.
8093 * gdb.trace/trace-condition.exp: Likewise.
8094 * gdb.trace/trace-mt.exp: Likewise.
8095 * gdb.trace/tstatus.exp: Likewise.
8096 * gdb.trace/tsv.exp: Likewise.
8097 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8098 * gdb.trace/unavailable.exp: Likewise.
8099 * gdb.trace/while-dyn.exp: Likewise.
8100
8b067d2c
AA
81012018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8102
8103 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
8104 that libinproctrace is copied to the target.
8105
3ae9ce5d
TT
81062018-03-14 Tom Tromey <tom@tromey.com>
8107
8108 PR cli/14977:
8109 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
8110 a null pointer.
8111 * gdb.base/wchar.exp: Likewise.
8112
b8c2339b
TT
81132018-03-14 Tom Tromey <tom@tromey.com>
8114
8115 PR cli/19918:
8116 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
8117 flag.
8118
4872dc46
SM
81192018-03-08 Simon Marchi <simon.marchi@ericsson.com>
8120
8121 PR gdb/22841
8122 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
8123 "target" to remote_exec.
8124
e4fe3756
SM
81252018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8126
8127 PR gdb/22841
8128 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
8129 ${board}_upload): Remove.
8130
e95a97d4
AA
81312018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
8132
8133 * gdb.cp/watch-cp.cc: New test.
8134 * gdb.cp/watch-cp.exp: New file.
8135
dbbb1059
AB
81362018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8137
8138 * gdb.base/infcall-nested-structs.exp: New file.
8139 * gdb.base/infcall-nested-structs.c: New file.
8140 * gdb.base/float.exp: Add riscv support.
8141
ecc054c0
TP
81422018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
8143
8144 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
8145 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
8146
25e3c82c
SDJ
81472018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8148
8149 * gdb.server/abspath.exp: New file.
8150 * lib/gdb.exp (with_cwd): New procedure.
8151
3083294d
SM
81522018-02-28 Simon Marchi <simon.marchi@ericsson.com>
8153
8154 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
8155 use it.
8156 (gdb_is_target_remote_prompt): New proc.
8157 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
8158 (gdb_is_target_native): Pass prompt parameter to
8159 gdb_is_target_1.
8160
3275ef47
SM
81612018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8162
8163 * gdb.base/load-command.c: New file.
8164 * gdb.base/load-command.exp: New file.
8165 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8166 (gdb_is_target_1): ...this, and generalize for other targets
8167 than just remote.
8168 (gdb_is_target_remote): Use gdb_is_target_1.
8169 (gdb_is_target_native): use gdb_is_target_1.
8170
6893c19a
TT
81712018-02-26 Tom Tromey <tom@tromey.com>
8172
8173 PR python/16497:
8174 * gdb.python/py-framefilter.exp: Update test.
8175
2ddeaf8a
TT
81762018-02-26 Tom Tromey <tom@tromey.com>
8177
8178 * gdb.dwarf2/variant.c: New file.
8179 * gdb.dwarf2/variant.exp: New file.
8180
c9317f21
TT
81812018-02-26 Tom Tromey <tom@tromey.com>
8182
8183 * gdb.rust/simple.exp: Accept more possible results in enum test.
8184
6f6d0c26
SM
81852018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8186
8187 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8188 parentheses.
8189
11b03145
MR
81902018-02-23 Maciej W. Rozycki <macro@mips.com>
8191
8192 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8193 name of a variable: $actual_linejj -> $actual_line.
8194
54a27fe5
JB
81952018-02-21 John Baldwin <jhb@FreeBSD.org>
8196
8197 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8198
de65820c
MM
81992018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8200
8201 * gdb.btrace/buffer-size.exp: Do not force BTS.
8202
980548fd
PA
82032018-02-14 Pedro Alves <palves@redhat.com>
8204
8205 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8206 getting a "Quit".
8207
c4e12631
MM
82082018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8209
8210 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8211 Fix test name.
8212
c2e0e465
SM
82132018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8214
8215 * gdb.cp/m-static.exp: Check type of optimized out static
8216 member.
8217
f7216783
AB
82182018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8219
8220 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8221 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8222
0625771b
LS
82232018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8224 Leszek Swirski <leszeks@google.com>
8225
8226 * gdb.python/py-prettyprint.c
8227 (struct to_string_returns_value_inner,
8228 struct to_string_returns_value_wrapper): New.
8229 (main): Add tsrvw variable.
8230 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8231 ToStringReturnsValueWrapper): New classes.
8232 (register_pretty_printers): Register new pretty-printers.
8233 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8234 recursive pretty printer.
8235 * gdb.python/py-mi.exp: Likewise.
8236
59498c30
LS
82372018-02-01 Leszek Swirski <leszeks@google.com>
8238
8239 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8240 functions with the same name as an include file are parsed
8241 correctly.
8242
d4d38844
YQ
82432018-02-01 Yao Qi <yao.qi@linaro.org>
8244
8245 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8246 "\[^\r\n\]*".
8247
07e5f5cf
NP
82482018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8249
8250 * gdb.arch/powerpc-prologue-frame.s: New file.
8251 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8252 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8253
929b5ad4
JB
82542018-01-31 Joel Brobecker <brobecker@adacore.com>
8255
8256 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8257
e671cd59
PA
82582018-01-30 Pedro Alves <palves@redhat.com>
8259
8260 PR gdb/13211
8261 * gdb.base/interrupt-daemon.c: New.
8262 * gdb.base/interrupt-daemon.exp: New.
8263 * gdb.multi/multi-term-settings.c: New.
8264 * gdb.multi/multi-term-settings.exp: New.
8265
fc413dc4
JB
82662018-01-30 Joel Brobecker <brobecker@adacore.com>
8267
8268 * gdb.base/break.exp: Save the location where the breakpoint
8269 on break.c:47 was actually inserted when debugging the version
8270 compiled at -O2 and use it in the expected output of the "info
8271 break" test performed soon after.
8272
5c319bb2
PA
82732018-01-22 Pedro Alves <palves@redhat.com>
8274 Sergio Durigan Junior <sergiodj@redhat.com>
8275
8276 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8277 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8278
a9e40818
JB
82792018-01-22 Joel Brobecker <brobecker@adacore.com>
8280
8281 * gdb.base/break-include.c, gdb.base/break-include.inc,
8282 gdb.base/break-include.exp: New files.
8283 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8284 line number now being the actual line number where the breakpoint
8285 was inserted.
8286 * gdb.mi/mi-break.exp: Likewise.
8287 * gdb.mi/mi-reverse.exp: Likewise.
8288 * gdb.mi/mi-simplerun.exp: Ditto.
8289
e707fc44
AB
82902018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8291
8292 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8293 varobj.
8294 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8295
ae451627
AB
82962018-01-21 Don Breazeal <donb@codesourcery.com>
8297 Andrew Burgess <andrew.burgess@embecosm.com>
8298
8299 * gdb.mi/basics.c: Add new global.
8300 * gdb.mi/mi-frame-regs.exp: New file.
8301 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8302 case.
8303
b1b189e0
AB
83042018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8305
8306 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8307 non-parameter, and on an unknown symbol.
8308
fcfcc376
TT
83092018-01-19 Tom Tromey <tom@tromey.com>
8310
8311 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8312 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8313
634c1c31
AA
83142018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8315
8316 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8317 setrlimit and chdir to int.
8318
d6ad07fd
AA
83192018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8320
8321 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8322 function.
8323 (my_tend): Likewise.
8324 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8325 rationale of avoiding FP- and vector instructions.
8326
adf8243b
RK
83272018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8328
8329 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8330 "info reg" with "\[ \t\]*".
8331 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8332 "\[ \t\]+".
8333 * gdb.arch/s390-multiarch.exp: Ditto.
8334 * gdb.base/pc-fp.exp: Ditto.
8335 * gdb.reverse/i386-precsave.exp: Ditto.
8336 * gdb.reverse/i386-reverse.exp: Ditto.
8337 * gdb.reverse/i387-env-reverse.exp: Ditto.
8338 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8339
dcc06925
AA
83402018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8341
8342 * lib/gdb.exp (gdb_compile): Re-enable use of
8343 universal_compile_options for languages other than Rust.
8344
25d4fd80
AA
83452018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8346
8347 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8348
ee7f689e 83492018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
8350
8351 PR gdb/16577
8352 * gdb.base/solib-vanish.exp: New.
8353 * gdb.base/solib-vanish-main.c: New.
8354 * gdb.base/solib-vanish-lib1.c: New.
8355 * gdb.base/solib-vanish-lib2.c: New.
8356
d8447b6b
YQ
83572018-01-17 Yao Qi <yao.qi@linaro.org>
8358
8359 * gdb.compile/compile.exp: Match the address printed for
8360 frame in the output of command "bt".
8361
86d6a90c
TT
83622018-01-15 Tom Tromey <tom@tromey.com>
8363
8364 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8365 compute sp_reg.
8366
cbcdb1aa
AB
83672018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8368
8369 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8370 to prepare.
8371 (prepare): Return 0 on error, 1 on success.
8372
eea61984
PA
83732018-01-12 Pedro Alves <palves@redhat.com>
8374
8375 * gdb.base/continue-after-aborted-step-over.c: New.
8376 * gdb.base/continue-after-aborted-step-over.exp: New.
8377
6181e9c2
SM
83782018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8379
8380 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8381 options when not creating an executable.
8382
3cada740
PA
83832018-01-11 Pedro Alves <palves@redhat.com>
8384
8385 PR remote/22597
8386 * gdb.server/stop-reply-no-thread.c: New file.
8387 * gdb.server/stop-reply-no-thread.exp: New file.
8388
c63d3e8d
PA
83892018-01-10 Pedro Alves <palves@redhat.com>
8390
8391 PR gdb/22670
8392 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8393 functions too. Test setting breakpoints and printing C functions
8394 with no debug info too.
8395 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8396
d4c2a405
PA
83972018-01-10 Pedro Alves <palves@redhat.com>
8398
8399 PR gdb/22670
8400 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8401 a fail.
8402
8825213e
PA
84032018-01-10 Pedro Alves <palves@redhat.com>
8404
8405 PR gdb/22670
8406 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8407
605fd3c6
YQ
84082018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8409
8410 * gdb.server/unittest.exp: Match the output in non-development
8411 mode.
8412
1e5ded6c
YQ
84132018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8414
8415 * gdb.gdb/unittest.exp: Match output in non-development mode.
8416
30066b0b
JB
84172018-01-08 Joel Brobecker <brobecker@adacore.com>
8418
8419 * gdb.ada/access_tagged_param.exp: Relax expected output
8420 for value of "ObjL" in "continue" to pck.inspect breakpoint
8421 test.
8422
04bafb1e
XR
84232018-01-08 Joel Brobecker <brobecker@adacore.com>
8424
9f86398b
JB
8425 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8426 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 8427
e379cee6
PA
84282018-01-05 Pedro Alves <palves@redhat.com>
8429
8430 PR gdb/18653
8431 * gdb.base/libsegfault.exp: New.
8432
de63c46b
PA
84332018-01-05 Joel Brobecker <brobecker@adacore.com>
8434
8435 PR gdb/22670
8436 * gdb.ada/access_tagged_param.exp: New file.
8437 * gdb.ada/access_tagged_param/foo.adb: New file.
8438
f98fc17b
PA
84392018-01-05 Pedro Alves <palves@redhat.com>
8440
8441 PR gdb/22670
8442 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8443 exercise lower case too, and to exercise both full matching and
8444 wild matching.
8445
342f8240
JB
84462018-01-05 Joel Brobecker <brobecker@adacore.com>
8447
8448 * gdb.ada/rename_subscript_param: New testcase.
8449
7150d33c
JG
84502018-01-05 Jerome Guitton <guitton@adacore.com>
8451
8452 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8453
cc0e770c
JB
84542018-01-05 Joel Brobecker <brobecker@adacore.com>
8455
8456 * gdb.ada/convvar_comp: New testcase.
8457
672a41aa 84582018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
8459
8460 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8461 (My_Table): New global variable.
8462 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8463
7365ec2f
JB
84642018-01-04 Joel Brobecker <brobecker@adacore.com>
8465
8466 PR gdb/22670
8467 * gdb.ada/maint_with_ada: New testcase.
8468
289483b6
JB
84692018-01-04 Joel Brobecker <brobecker@adacore.com>
8470
8471 PR gdb/22670
8472 * gdb.ada/bp_c_mixed_case: New testcase.
8473
344420da
JB
84742018-01-04 Joel Brobecker <brobecker@adacore.com>
8475
8476 PR gdb/22670
8477 * gdb.ada/complete.exp: Add "complete break ada" test.
8478
66fc87a0
JB
84792018-01-04 Joel Brobecker <brobecker@adacore.com>
8480
8481 PR gdb/22670
8482 * gdb.ada/info_addr_mixed_case: New testcase.
8483
9f757bf7
XR
84842018-01-03 Xavier Roirand <roirand@adacore.com>
8485
8486 * gdb.ada/excep_handle.exp: New testcase.
8487 * gdb.ada/excep_handle/foo.adb: New file.
8488 * gdb.ada/excep_handle/pck.ads: New file.
8489
bd570f80
JB
84902018-01-03 Joel Brobecker <brobecker@adacore.com>
8491
8492 * gdb.base/step-line.c: Add extra empty line in copyright header.
8493 * gdb.base/step-line.inp: Likewise.
8494
9fe561ab
JB
84952018-01-02 Joel Brobecker <brobecker@adacore.com>
8496
8497 * gdb.ada/dyn_stride.exp: Add slice test.
8498
a405673c
JB
84992018-01-02 Joel Brobecker <brobecker@adacore.com>
8500
8501 * gdb.ada/dyn_stride: New testcase.
8502
cef0f868
SH
85032017-12-27 Stafford Horne <shorne@gmail.com>
8504
8505 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8506 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8507
b67d92b0
SH
85082017-12-27 Stafford Horne <shorne@gmail.com>
8509
8510 * gdb.base/reggroups.c: New file.
8511 * gdb.base/reggroups.exp: New file.
8512
eccab96d
JB
85132017-12-18 Joel Brobecker <brobecker@adacore.com>
8514
8515 * gdb.dwarf2/ada-valprint-error.c: New file.
8516 * gdb.dwarf2/ada-valprint-error.exp: New file.
8517
0e2da9f0
JB
85182017-12-18 Joel Brobecker <brobecker@adacore.com>
8519
8520 * gdb.ada/assign_arr: New testcase.
8521
cb923fcc
XR
85222017-12-18 Xavier Roirand <roirand@adacore.com>
8523
8524 * gdb.ada/funcall_ptr: New testcase.
8525
7c161838
SDJ
85262017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8527
8528 PR cli/16224
8529 * gdb.base/ptype-offsets.cc: New file.
8530 * gdb.base/ptype-offsets.exp: New file.
8531
1af17fd9
YQ
85322017-12-15 Yao Qi <yao.qi@linaro.org>
8533
8534 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8535 if XML is disabled.
8536
828d5846
XR
85372017-12-15 Xavier Roirand <roirand@adacore.com>
8538
8539 * gdb.ada/same_component_name: New testcase.
8540
79e8fcaa
JB
85412017-12-14 Joel Brobecker <brobecker@adacore.com>
8542
8543 * gdb.ada/str_binop_equal: New testcase.
8544
e05fa6f9
JB
85452017-12-14 Joel Brobecker <brobecker@adacore.com>
8546
8547 * gdb.ada/task_switch_in_core: New testcase.
8548
b89641ba
SM
85492017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8550
8551 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8552 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8553 call test_bkpt_qualified.
8554 (test_bkpt_qualified): New proc.
8555
6892d2e4
PA
85562017-12-13 Pedro Alves <palves@redhat.com>
8557
8558 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8559 Tighten regexp by matching with an anchor.
8560
a22ecf70
PA
85612017-12-13 Pedro Alves <palves@redhat.com>
8562
8563 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8564 ("expression with namespace"): New set of tests.
8565 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8566 (Nested::Test_NS::qux): New.
8567 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8568 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8569
9937536c
JB
85702017-12-13 Joel Brobecker <brobecker@adacore.com>
8571
8572 * gdb.base/server-del-break.c: New file.
8573 * gdb.base/server-del-break.exp: New file.
8574
fe49c6f5
SH
85752017-12-12 Stafford Horne <shorne@gmail.com>
8576
8577 * gdb.xml/tdesc-regs.exp: Add or1k support.
8578
c3d18620
SH
85792017-12-12 Stafford Horne <shorne@gmail.com>
8580
8581 * gdb.base/bp-permanent.c: Define nop of or1k.
8582
c5f9cfc8
JB
85832017-12-11 Joel Brobecker <brobecker@adacore.com>
8584
8585 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8586 output with components being reordered.
8587
a9c135fc
JB
85882017-12-11 Joel Brobecker <brobecker@adacore.com>
8589
8590 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8591 output with components being reordered.
8592
927aa2e7
JK
85932017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8594 Pedro Alves <palves@redhat.com>
8595
8596 * gdb.base/maint.exp (check for .gdb_index): Check also for
8597 .debug_names.
8598 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8599 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8600 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8601 (.gdb_index used after symbol reloading): Support also .debug_names.
8602 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8603
f17d9474
YQ
86042017-12-08 Yao Qi <yao.qi@linaro.org>
8605
8606 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8607 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8608
a0de8c21
YQ
86092017-12-08 Yao Qi <yao.qi@linaro.org>
8610
8611 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8612 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8613
a738ea1d
YQ
86142017-12-08 Yao Qi <yao.qi@linaro.org>
8615
8616 * gdb.arch/aarch64-tagged-pointer.c: New file.
8617 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8618
1cd9a73b
SDJ
86192017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8620
8621 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8622 "int".
8623
fa6eb693
KS
86242017-12-07 Keith Seitz <keiths@redhat.com>
8625
8626 PR breakpoints/22569
8627 * gdb.linespec/ls-errs.exp: Change expected result of "break
8628 -source this file has spaces.c -line 3".
8629 Check that an explicit source file followed by whitespace is
8630 identified as an invalid explicit location.
8631
883fd55a
KS
86322017-12-07 Keith Seitz <keiths@redhat.com>
8633
8634 * gdb.cp/nested-types.cc: New file.
8635 * gdb.cp/nested-types.exp: New file.
8636 * lib/cp-support.exp: Load data-structures.exp library.
8637 (debug_cp_test_ptype_class): New global.
8638 (cp_ptype_class_verbose, next_line): New procedures.
8639 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8640 Add and document new return value.
8641 Switch the list of lines to a queue.
8642 Add support for new `type' key for nested type definitions.
8643 Add debugging/troubleshooting messages.
8644 * lib/data-structures.exp: New file.
8645
ec72db3e
SM
86462017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8647
8648 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8649 with proc_with_prefix, don't use with_test_prefix.
8650
99598d71
TT
86512017-12-07 Tom Tromey <tom@tromey.com>
8652
8653 * gdb.base/break.exp: Add test for empty "commands".
8654
a8806230
YQ
86552017-12-07 Yao Qi <yao.qi@linaro.org>
8656
8657 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8658 malloc and catch syscall.
8659
824cc835
PM
86602017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8661
e79be6e5 8662 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
8663 tests for explicit locations.
8664
7cc244de
PA
86652017-12-06 Pedro Alves <palves@redhat.com>
8666
8667 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8668 force-disabling XML descriptions.
8669
50a1fdd5
PA
86702017-12-04 Pedro Alves <palves@redhat.com>
8671
8672 PR gdb/22499
8673 * gdb.arch/amd64-disp-step-avx.S: New file.
8674 * gdb.arch/amd64-disp-step-avx.exp: New file.
8675
f0fb2488
PA
86762017-12-03 Pedro Alves <palves@redhat.com>
8677
8678 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8679 and <string.h>.
8680 (parent_function): Print distinct messages when waitpid fails, or
8681 the child exits with a signal, or the child exits for an unhandled
8682 reason.
8683 * gdb.threads/process-dies-while-detaching.exp
8684 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8685 it. Wait for both inferior output and GDB's prompt. Use an
8686 indirect spawn id list.
8687 (do_detach): New parameter 'child_exit'. Use it to compute
8688 expected inferior output.
8689 (test_detach, test_detach_watch, test_detach_killed_outside):
8690 Adjust to pass down the expected child exit kind.
8691
97cbe998
SDJ
86922017-12-01 Joel Brobecker <brobecker@adacore.com>
8693 Sergio Durigan Junior <sergiodj@redhat.com>
8694 Pedro Alves <palves@redhat.com>
8695
8696 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8697
40fc416f
SDJ
86982017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8699
8700 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8701 to 'symbol-file' and 'add-symbol-file' can be
8702 position-independent.
8703
1cc75e92
YQ
87042017-12-01 Yao Qi <yao.qi@linaro.org>
8705
8706 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8707 the URL in copyright header.
8708 * gdb.arch/aarch64-fp.exp: Likewise.
8709 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8710 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8711 * gdb.base/expand-psymtabs.exp: Likewise.
8712 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8713 * gdb.fortran/common-block.exp: Likewise.
8714 * gdb.fortran/common-block.f90: Likewise.
8715 * gdb.fortran/logical.exp: Likewise.
8716 * gdb.fortran/vla-datatypes.f90: Likewise.
8717 * gdb.fortran/vla-sub.f90: Likewise.
8718
875fb7a7
JB
87192017-11-30 Joel Brobecker <brobecker@adacore.com>
8720
8721 * gdb.ada/repeat_dyn: New testcase.
8722
6f14765f
UW
87232017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8724
8725 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8726 Update for changed thread numbering.
8727 * gdb.cell/bt.exp: Update for changed GDB output.
8728
f1af7b94
SM
87292017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8730
8731 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8732 setting isremote by hand.
8733 * boards/dwarf4-gdb-index.exp: Likewise.
8734 * boards/fission.exp: Likewise.
8735 * boards/stabs.exp: Likewise.
8736
e3919f3e
PA
87372017-11-30 Pedro Alves <palves@redhat.com>
8738
8739 * gdb.linespec/cpls-ops.exp
8740 (check_explicit_skips_function_argument): Extract the underlying
8741 type of size_t instead of hardcoding it.
8742
bd69330d
PA
87432017-11-29 Pedro Alves <palves@redhat.com>
8744
8745 PR c++/19436
8746 * gdb.linespec/cpls-abi-tag.cc: New file.
8747 * gdb.linespec/cpls-abi-tag.exp: New file.
8748
a20714ff
PA
87492017-11-29 Pedro Alves <palves@redhat.com>
8750
8751 * gdb.base/langs.exp: Use -qualified.
8752 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8753 it.
8754 * gdb.cp/namespace.exp: Use -qualified.
8755 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8756 (overload-3, template-overload, template-ret-type, const-overload)
8757 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8758 procedures.
8759 (test_driver): Call them.
8760 * gdb.cp/save-bp-qualified.cc: New.
8761 * gdb.cp/save-bp-qualified.exp: New.
8762 * gdb.linespec/explicit.exp: Test -qualified.
8763 * lib/completion-support.exp (completion::explicit_opts_list): Add
8764 "-qualified".
8765 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8766
f6f1d339
PM
87672017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8768
8769 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8770
02ca603a
TT
87712017-11-29 Tom Tromey <tom@tromey.com>
8772
8773 * gdb.base/relocate.exp: Update invalid argument test.
8774 Add new tests for invalid arguments.
8775
ed6c0bfb
TP
87762017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8777
8778 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8779 Return 0 as a long.
8780 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8781
f106e10e
TP
87822017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8783
8784 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8785 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8786 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8787 func ().
8788 * gdb.cp/shadow.cc (B.func): Return 0.
8789
10329bb2
JB
87902017-11-27 Joel Brobecker <brobecker@adacore.com>
8791
8792 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8793 expected output in gdb_expect call to allow the exception
8794 message to be present as well. Fix syntax confusion to avoid
8795 TCL thinking that exception_name is an array.
8796
617cd4bc
UW
87972017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8798
8799 * gdb.arch/spu-info.c: Include <unistd.h>.
8800 (do_signal_test): Fix broken calls to write.
8801 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8802 Fix checks for empty mailboxes. Update signal tests for corrected
8803 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
8804 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8805 * gdb.cell/arch.exp: Use standard_output_file.
8806 * gdb.cell/break.exp: Likewise.
8807 * gdb.cell/bt.exp: Likewise.
8808 * gdb.cell/core.exp: Likewise.
8809 * gdb.cell/dwarfaddr.exp: Likewise.
8810 * gdb.cell/ea-cache.exp: Likewise.
8811 * gdb.cell/ea-standalone.exp: Likewise.
8812 * gdb.cell/f-regs.exp: Likewise.
8813 * gdb.cell/fork.exp: Likewise.
8814 * gdb.cell/gcore.exp: Likewise.
8815 * gdb.cell/mem-access.exp: Likewise.
8816 * gdb.cell/ptype.exp: Likewise.
8817 * gdb.cell/registers.exp: Likewise.
8818 * gdb.cell/sizeof.exp: Likewise.
8819 * gdb.cell/solib-symbol.exp: Likewise.
8820 * gdb.cell/solib.exp: Likewise.
617cd4bc 8821
a81aaca0
PA
88222017-11-25 Pedro Alves <palves@redhat.com>
8823
8824 * gdb.base/complete-empty.exp: New file.
8825 * gdb.base/completion.exp: Adjust.
8826
6a3c6ee4
PA
88272017-11-25 Pedro Alves <palves@redhat.com>
8828
8829 * gdb.linespec/cpls-ops.cc: New file.
8830 * gdb.linespec/cpls-ops.exp: New file.
8831 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8832 factored out from ...
8833 (test_complete_prefix_range): ... this.
8834
8955eb2d
PA
88352017-11-24 Pedro Alves <palves@redhat.com>
8836
8837 * gdb.linespec/cpcompletion.exp: New file.
8838 * gdb.linespec/cpls-hyphen.cc: New file.
8839 * gdb.linespec/cpls.cc: New file.
8840 * gdb.linespec/cpls2.cc: New file.
8841 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8842 test to use test_gdb_complete_unique. Add label completion,
8843 keyword completion and explicit location completion tests.
8844 * lib/completion-support.exp: New file.
8845
e547c119
JB
88462017-11-24 Joel Brobecker <brobecker@adacore.com>
8847
8848 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8849 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8850 when hitting an exception catchpoint.
8851
7c3c1aa8
YQ
88522017-11-22 Yao Qi <yao.qi@linaro.org>
8853
8854 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8855
41bd68f5
SM
88562017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8857
8858 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8859 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8860 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8861
1daad298
YQ
88622017-11-22 Yao Qi <yao.qi@linaro.org>
8863
8864 * gdb.base/info-os.exp: Pass pthreads.
8865 * gdb.multi/multi-attach.exp: Likewise.
8866
88465e87
YQ
88672017-11-22 Yao Qi <yao.qi@linaro.org>
8868
8869 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8870 compiler.
8871
dc196b23
YQ
88722017-11-22 Yao Qi <yao.qi@linaro.org>
8873
8874 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8875 * gdb.base/break-interp.exp: Likewise.
8876 * gdb.base/jit-attach-pie.exp: Likewise.
8877
2400729e
UW
88782017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8879
8880 * gdb.base/float128.c (large128): New variable.
8881 * gdb.base/float128.exp: Add test to print largest __float128 value.
8882
7a26362d
UW
88832017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8884
8885 * gdb.arch/vsx-regs.exp: Update register content checks.
8886
ed0f4273
UW
88872017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8888
8889 * gdb.arch/ppc-longdouble.exp: New file.
8890 * gdb.arch/ppc-longdouble.c: Likewise.
8891
a25d69c6
PA
88922017-11-21 Pedro Alves <palves@redhat.com>
8893
8894 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8895
73fcf641
PA
88962017-11-20 Pedro Alves <palves@redhat.com>
8897
8898 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8899 (long_double_typedef): New typedefs.
8900 Use DEF on double and long double.
8901 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8902 cases.
8903 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8904 and 'long_double_ptr_same_size' locals. Use them to decide
8905 whether cast from array/function to float is valid/invalid.
8906
71a3c369
TT
89072017-11-17 Tom Tromey <tom@tromey.com>
8908
8909 * gdb.rust/traits.rs: New file.
8910 * gdb.rust/traits.exp: New file.
8911
ced9779b
JB
89122017-11-17 Joel Brobecker <brobecker@adacore.com>
8913
8914 * gdb.ada/minsyms: New testcase.
8915
a0922d80
PA
89162017-11-16 Pedro Alves <palves@redhat.com>
8917
8918 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8919 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8920
ea04e54c
PA
89212017-11-16 Pedro Alves <palves@redhat.com>
8922
8923 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8924 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8925
e849ea89
PA
89262017-11-16 Pedro Alves <palves@redhat.com>
8927
8928 * gdb.server/reconnect-ctrl-c.c: New file.
8929 * gdb.server/reconnect-ctrl-c.exp: New file.
8930
d8ae99a7
PM
89312017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8932
8933 * gdb.python/py-rbreak.exp: New file.
8934 * gdb.python/py-rbreak.c: New file.
8935 * gdb.python/py-rbreak-func2.c: New file.
8936
968a13f8
PA
89372017-11-16 Pedro Alves <palves@redhat.com>
8938
8939 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8940 pattern.
8941 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8942 GDB.
8943
71774bc9
SM
89442017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8945
8946 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8947 regex.
8948
ddbb44cf
SM
89492017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8950
8951 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8952 test names.
8953
584a564f
PA
89542017-11-09 Pedro Alves <palves@redhat.com>
8955
8956 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8957 factored out from ...
8958 (top level): ... here, and adjusted to avoid expecting beyond the
8959 prompt in a single gdb_test_multiple.
8960
5ed7a928
PA
89612017-11-09 Pedro Alves <palves@redhat.com>
8962
8963 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8964 output.
8965 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8966 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8967 * gdb.server/ext-run.exp ("kill" test): Likewise.
8968 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8969
a60e0738
PA
89702017-11-09 Pedro Alves <palves@redhat.com>
8971
8972 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8973 match till end of line.
8974
2c88253f
PA
89752017-11-09 Pedro Alves <palves@redhat.com>
8976
8977 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8978
c7a38517
PA
89792017-11-09 Pedro Alves <palves@redhat.com>
8980
8981 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8982 New procedures, factored out from ...
8983 (top level): ... here, and adjusted to avoid expecting beyond the
8984 prompt in one go.
8985
f29f4b6b
PA
89862017-11-09 Pedro Alves <palves@redhat.com>
8987
8988 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8989 output. Fix '?' match.
8990
286acbb5
JB
89912017-11-08 Joel Brobecker <brobecker@adacore.com>
8992
8993 * gdb.ada/scoped_watch: New testcase.
8994 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8995 which is actually correct.
8996 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8997 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8998
62d7ae92
PA
89992017-11-08 Pedro Alves <palves@redhat.com>
9000
9001 * gdb.gdb/complaints.exp (test_initial_complaints)
9002 (test_serial_complaints, test_short_complaints): Call
9003 complaint_internal instead of complaint.
9004
280ca31f
DT
90052017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
9006
9007 * gdb.threads/tls-core.c: New file.
9008 * gdb.threads/tls-core.exp: Likewise.
9009
b5ec771e
PA
90102017-11-08 Pedro Alves <palves@redhat.com>
9011
9012 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
9013 (p Exported_Capitalized): New test.
9014 (p exported_capitalized): New test.
9015
a02b41a7
PA
90162017-11-07 Pedro Alves <palves@redhat.com>
9017
9018 * gdb.cp/ena-dis-br-range.exp: Add more tests.
9019
95e95a6d
PA
90202017-11-07 Pedro Alves <palves@redhat.com>
9021
9022 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
9023 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
9024 (disable_invalid, disable_inverted, disable_negative): New
9025 procedures.
9026 ("bad numbers"): New set of tests.
9027
cee62dbd
PA
90282017-11-07 Pedro Alves <palves@redhat.com>
9029
9030 * gdb.cp/ena-dis-br-range.exp: Add tests.
9031
cc638e86
PA
90322017-11-07 Pedro Alves <palves@redhat.com>
9033
9034 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
9035
d0fe4701
XR
90362017-11-07 Xavier Roirand <roirand@adacore.com>
9037 Pedro Alves <palves@redhat.com>
9038
9039 * gdb.base/ena-dis-br.exp: Add reference to
9040 gdb.cp/ena-dis-br-range.exp.
9041 * gdb.cp/ena-dis-br-range.exp: New file.
9042 * gdb.cp/ena-dis-br-range.cc: New file.
9043
46f67f80
PA
90442017-11-06 Pedro Alves <palves@redhat.com>
9045
9046 * gdb.base/attach-non-pgrp-leader.c: New.
9047 * gdb.base/attach-non-pgrp-leader.exp: New.
9048
726e1356
PA
90492017-11-06 Pedro Alves <palves@redhat.com>
9050
9051 * configure.ac: No longer check for termio.h and sgtty.h.
9052 * configure: Regenerate.
9053 * remote-utils.c: Include termios.h instead of gdb_termios.h.
9054 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
9055 Remove termio and sgtty code.
9056
50ab6ace
YQ
90572017-11-03 Yao Qi <yao.qi@linaro.org>
9058
9059 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
9060 in GDB is disabled.
9061
8e68731c
YQ
90622017-11-03 Yao Qi <yao.qi@linaro.org>
9063
9064 * gdb.python/py-thrhandle.exp: Skip it if python is not
9065 enabled.
9066
3a87ae65
SM
90672017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
9068
9069 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
9070 as a breakpoint command.
9071
484d8d36
MD
90722017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
9073
9074 PR python/21213
9075 * gdb.python/py-infthread.exp: Test calling
9076 InferiorThread.inferior () multiple times in a row.
9077
4a27f119
KS
90782017-10-27 Keith Seitz <keiths@redhat.com>
9079
9080 * gdb.opt/inline-break.exp (break_info_1): New procedure.
9081 Test "info break" for every inlined function breakpoint.
9082
bb11dd58
YQ
90832017-10-27 Yao Qi <yao.qi@linaro.org>
9084
9085 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
9086
a43f3893
PF
90872017-10-26 Patrick Frants <osscontribute@gmail.com>
9088
9089 * gdb.cp/classes.exp (test_static_members): Test printing
9090 Outer::instance.
9091 * gdb.cp/classes.c (struct Inner, struct Outer): New.
9092 (Inner::instance, Outer::instance): New.
9093
792ccf00
PA
90942017-10-24 Pedro Alves <palves@redhat.com>
9095
9096 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
9097 extra console" test in two stages.
9098
eb2bfbad
PA
90992017-10-24 Pedro Alves <palves@redhat.com>
9100
9101 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
9102
1f75a651
PA
91032017-10-24 Pedro Alves <palves@redhat.com>
9104
9105 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
9106 loop.
9107
779990d9
PA
91082017-10-24 Pedro Alves <palves@redhat.com>
9109
9110 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
9111 $attempt" and "stoppedtry $stoppedtry" test prefixes.
9112
ad9b8f5d
PA
91132017-10-24 Pedro Alves <palves@redhat.com>
9114
9115 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
9116 parameter and handle it. Don't output read value in test name.
9117
fee6da6e
PA
91182017-10-24 Pedro Alves <palves@redhat.com>
9119
9120 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
9121 custom test name.
9122
10389c2c
PA
91232017-10-24 Pedro Alves <palves@redhat.com>
9124
9125 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
9126 include the unstable output directory name in the test's name.
9127 (initial_setup_simple) <'set args'>: Use custom test name.
9128
a80e65a9
PA
91292017-10-24 Pedro Alves <palves@redhat.com>
9130
9131 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
9132 with explicit test name.
9133
15763a09
PA
91342017-10-20 Pedro Alves <palves@redhat.com>
9135
9136 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
9137 'wait -i'. Use gdb_assert and remote_close.
9138
49a4ce2e
AB
91392017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
9140
9141 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
9142 number from variable rather than hard-coded.
9143
a75868f5
PA
91442017-10-19 Pedro Alves <palves@redhat.com>
9145
9146 * gdb.base/long-inferior-output.c: New file.
9147 * gdb.base/long-inferior-output.exp: New file.
9148
c8ba13ad
KS
91492017-11-18 Keith Seitz <keiths@redhat.com>
9150
9151 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
9152 method.
9153 (main): Call it.
9154 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
9155 Add additional user-defined conversion operator tests.
9156
b27de576
PA
91572017-10-17 Pedro Alves <palves@redhat.com>
9158
9159 * boards/native-stdio-gdbserver.exp: Load "local-board".
9160
8484c955
PA
91612017-10-17 Pedro Alves <palves@redhat.com>
9162
9163 * gdb.base/quit-live.c: New file.
9164 * gdb.base/quit-live.exp: New file.
9165
83d5a34d
KS
91662017-10-16 Keith Seitz <keiths@redhat.com>
9167
9168 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9169 (class_with_protected_typedef, class_with_private_typedef)
9170 (struct_with_public_typedef, struct_with_protected_typedef)
9171 (struct_with_private_typedef): New classes/structs.
9172 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9173 typedefs and access specifiers.
9174
739b3f1d
PA
91752017-10-16 Pedro Alves <palves@redhat.com>
9176 Simon Marchi <simon.marchi@polymtl.ca>
9177
9178 * README (Local vs Remote vs Native): New section.
9179 * boards/local-board.exp: New file, with bits factored out from
9180 ...
9181 * boards/native-extended-gdbserver.exp: ... here. Load
9182 "local-board".
9183 * boards/native-gdbserver.exp: Load "local-board".
9184 (${board}_spawn, ${board}_exec): Delete.
9185 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9186 ...
9187 * boards/stdio-gdbserver-base.exp: ... this new file.
9188 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9189 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9190 procedure.
9191 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9192 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9193 stdio_gdbserver_command.
9194 (${board}_get_remote_address, ${board}_get_comm_port)
9195 (${board}_download, ${board}_upload): Delete.
9196 (get_target_remote_pipe_cmd): New.
9197
fe68b953
SM
91982017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9199
9200 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9201 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9202 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9203 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9204 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9205 remove with_test_prefix.
9206
300b6685
PA
92072017-10-13 Pedro Alves <palves@redhat.com>
9208
9209 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9210 * gdb.base/annota1.exp: Use it instead of is_remote.
9211 * gdb.base/annota3.exp: Use it instead of is_remote.
9212 * gdb.cp/annota2.exp: Use it instead of is_remote.
9213 * gdb.cp/annota3.exp: Use it instead of is_remote.
9214 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9215
50500caf
PA
92162017-10-13 Pedro Alves <palves@redhat.com>
9217
9218 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9219 (test_num_test_vars, run_and_count_vars, find_env)
9220 (test_set_unset_env, test_inherit_env_var): New procedures.
9221 (top level): Use them.
9222
dad0c6d2
PA
92232017-10-13 Pedro Alves <palves@redhat.com>
9224
9225 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9226 also skip on stub-like targets.
9227
8b0553c1
PA
92282017-10-13 Pedro Alves <palves@redhat.com>
9229
9230 PR gdb/22293
9231 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9232 (top level): Move some tests to ...
9233 (test_not_found): ... this new procedure.
9234 (top level): Call it.
9235
7594f623
PA
92362017-10-13 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9239 expect different "info terminal" output if testing with a
9240 non-native target.
9241
ebe3b402
PA
92422017-10-13 Pedro Alves <palves@redhat.com>
9243 Simon Marchi <simon.marchi@polymtl.ca>
9244
9245 PR python/12966
9246 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9247
42f1b161
PA
92482017-10-13 Pedro Alves <palves@redhat.com>
9249
9250 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9251 already.
9252
8d6ef72b
PA
92532017-10-13 Pedro Alves <palves@redhat.com>
9254
9255 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9256 is_remote.
9257
d7bcd5b8
PA
92582017-10-13 Pedro Alves <palves@redhat.com>
9259
9260 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9261 is_remote.
9262
df479dc6
PA
92632017-10-13 Pedro Alves <palves@redhat.com>
9264
9265 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9266 is set.
9267 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9268 instead of is_remote.
9269
23fb630a
PA
92702017-10-13 Pedro Alves <palves@redhat.com>
9271
9272 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9273 (top level): Add comment.
9274
cc77b1dc
PA
92752017-10-13 Pedro Alves <palves@redhat.com>
9276
9277 * gdb.base/remote.exp (top level): Fix comment typo and add
9278 missing return.
9279
27c9e813
PA
92802017-10-13 Pedro Alves <palves@redhat.com>
9281 Simon Marchi <simon.marchi@polymtl.ca>
9282
9283 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9284 calls and add comments. Skip test if use_gdb_stub is set.
9285 (top level): Use "set cwd" command instead of "cd" command.
9286
5e830d98
PA
92872017-10-13 Pedro Alves <palves@redhat.com>
9288
9289 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9290 is_remote target check.
9291
f5ca0032
PA
92922017-10-13 Pedro Alves <palves@redhat.com>
9293
9294 * gdb.base/scope.exp: Use build_executable + clean_restart +
9295 gdb_file_cmd instead of prepare_for_testing and no longer skip
9296 "before run" tests on is_remote target boards. Update comments.
9297 * boards/native-extended-gdbserver.exp
9298 (extended_gdbserver_load_last_file): New, factored out from ...
9299 (gdb_load): ... this. Move further below and add comment.
9300 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9301
8aed1c0d
PA
93022017-10-12 Pedro Alves <palves@redhat.com>
9303
9304 * gdb.base/attach.exp: Remove references to gdb64.
9305 * gdb.base/dbx.exp: Remove references to gdb64.
9306
cfa34c87
SM
93072017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9308 Pedro Alves <palves@redhat.com>
9309
9310 * gdb.base/label.exp: Remove is_remote target check.
9311
9192b7de
PA
93122017-10-12 Pedro Alves <palves@redhat.com>
9313
9314 * gdb.base/auvx.exp (coredir): Update comment.
9315 (top level) <core_works>: Use "set cwd" command instead of "cd"
9316 command.
9317
6bf0052d
PA
93182017-10-12 Pedro Alves <palves@redhat.com>
9319 Simon Marchi <simon.marchi@polymtl.ca>
9320
9321 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9322 target boards.
9323
e48ef82d
PA
93242017-10-12 Pedro Alves <palves@redhat.com>
9325 Simon Marchi <simon.marchi@polymtl.ca>
9326
9327 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9328 Instead skip if there's any gdb_protocol set.
9329
8d7aea57
SM
93302017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9331 Pedro Alves <palves@redhat.com>
9332
9333 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9334
30440677
PA
93352017-10-12 Pedro Alves <palves@redhat.com>
9336 Simon Marchi <simon.marchi@polymtl.ca>
9337
9338 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9339 instead of on dejagnu remote boards.
9340
4e04f045 93412017-10-12 Pedro Alves <palves@redhat.com>
175654b9 9342 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
9343
9344 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9345 checks. Use build_executable + clean_restart instead of
9346 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9347 of enabling non-stop after starting gdb.
9348
871a186e
PA
93492017-10-12 Pedro Alves <palves@redhat.com>
9350
9351 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9352 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9353 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9354 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9355
56d704da
AK
93562017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9357
9358 * gdb.arch/arc-tdesc-cpu.exp: New file.
9359 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9360
2f20e312
SM
93612017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9362
9363 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9364
65630365
PA
93652017-10-10 Pedro Alves <palves@redhat.com>
9366
9367 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9368 expect CLI output.
9369
bf469271
PA
93702017-10-10 Pedro Alves <palves@redhat.com>
9371
9372 * lib/selftest-support.exp (selftest_setup): Update for
9373 captured_command_loop's prototype change.
9374
777a42f1
PA
93752017-10-09 Pedro Alves <palves@redhat.com>
9376
9377 Test both arch1=>arch2 and arch2=>arch1.
9378
9379 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9380 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9381 factored out to...
9382 (append_arch1_options, append_arch2_options, append_arch_options)
9383 (build_executables): New procedures.
9384 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9385 local.
9386 (top level): Add new 'first_arch' testing axis.
9387
cbd2b4e3
PA
93882017-10-09 Pedro Alves <palves@redhat.com>
9389
9390 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9391 (barrier): New.
9392 (thread_start, all_started): New functions.
9393 (main): Spawn new thread and wait until it is scheduled.
9394 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9395 option.
9396 (do_test): Add 'selected_thread' parameter. Run to all_started
9397 instead of main. Explicitly set the breakpoint at main. Switch
9398 to the SELECTED_THREAD thread.
9399 (top level): Test handling the exec event with either the main
9400 thread or the second thread selected.
9401
5c9e4427
PA
94022017-10-09 Pedro Alves <palves@redhat.com>
9403
9404 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9405 logic. Move STOP marker after the value checks.
9406 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9407 regexp.
9408
b3b7c423
SL
94092017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9410
9411 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9412
3b4b2f16
UW
94132017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9414
9415 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9416 integer-to-dfp conversion.
9417 * gdb.base/dfp-test.exp: Likewise.
9418
5cd63fda
PA
94192017-10-04 Pedro Alves <palves@redhat.com>
9420
9421 * gdb.multi/hangout.c: Include <unistd.h>.
9422 (hangout_loop): New function.
9423 (main): Call alarm. Call hangout_loop in a loop.
9424 * gdb.multi/hello.c: Include <unistd.h>.
9425 (hello_loop): New function.
9426 (main): Call alarm. Call hangout_loop in a loop.
9427 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9428 inferior with the other selected.
9429
4c71c105
SM
94302017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9431
9432 * gdb.mi/list-thread-groups-available.exp: New file.
9433 * gdb.mi/list-thread-groups-available.c: New file.
9434
bc3b087d
SDJ
94352017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9436
9437 * gdb.base/set-cwd.exp: Make it available on
9438 native-extended-gdbserver.
9439
d092c5a2
SDJ
94402017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9441
9442 * gdb.base/set-cwd.c: New file.
9443 * gdb.base/set-cwd.exp: Likewise.
9444
45320ffa
TT
94452017-10-02 Tom Tromey <tom@tromey.com>
9446
9447 PR rust/22236:
9448 * gdb.rust/simple.rs (main): New variable "fslice".
9449 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9450
b3e3859b
TT
94512017-10-02 Tom Tromey <tom@tromey.com>
9452
9453 * gdb.rust/simple.exp: Test ptype of a slice.
9454
01af5e0d
TT
94552017-10-02 Tom Tromey <tom@tromey.com>
9456
9457 * gdb.rust/simple.exp: Test index of slice.
9458
a9bbfbd8
TT
94592017-09-27 Tom Tromey <tom@tromey.com>
9460
9461 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9462
df8899e5
TP
94632017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9464 Pedro Alves <palves@redhat.com>
9465
9466 * gdb.base/compare-sections.exp (get value of read-only section): Read
9467 as unsigned value.
9468 (corrupt read-only section): Likewise and don't set written if patching
9469 failed.
9470
757bf54b
KB
94712017-09-21 Kevin Buettner <kevinb@redhat.com>
9472
9473 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9474 files.
9475
06871ae8
PA
94762017-09-20 Pedro Alves <palves@redhat.com>
9477
9478 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9479 symbol names in gdb's output.
9480 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9481
e5f25bc5
PA
94822017-09-20 Pedro Alves <palves@redhat.com>
9483
9484 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9485 Rename to ...
9486 (test_list_ambiguous_symbol): ... this and add a symbol name
9487 parameter. Adjust.
9488 (test_list_ambiguous_function): Reimplement on top of
9489 test_list_ambiguous_symbol and also test listing ambiguous
9490 variables.
9491 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9492 (ambiguous_fun): ... this.
9493 (ambiguous_var): New.
9494 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9495 (ambiguous_fun): ... this.
9496 (ambiguous_var): New.
9497
4e5a4f58
JB
94982017-09-19 John Baldwin <jhb@FreeBSD.org>
9499
9500 * gdb.base/starti.c: New file.
9501 * gdb.base/starti.exp: New file.
9502 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9503
26e53f3e
PA
95042017-09-14 Pedro Alves <palves@redhat.com>
9505
9506 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9507 (top level): Use it instead of runto.
9508
cb791d59
TT
95092017-09-11 Tom Tromey <tom@tromey.com>
9510
9511 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9512
7c96f8c1
TT
95132017-09-11 Tom Tromey <tom@tromey.com>
9514
9515 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9516 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9517
469412dd
CW
95182017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9519
9520 * gdb.fortran/printing-types.exp: New file.
9521 * gdb.fortran/printing-types.exp: New file.
9522
e0f86435
BH
95232017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9524
9525 * gdb.fortran/vla-ptype.exp: Fix typos.
9526 * gdb.fortran/vla-value.exp: Same.
9527
9e9af4be
BH
95282017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9529
9530 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9531 * gdb.mi/mi-var-child-f.exp: Likewise.
9532 * gdb.mi/mi-vla-fortran.exp: Likewise.
9533
a5ad232b 95342017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
9535 Christoph Weinmann <christoph.t.weinmann@intel.com>
9536 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
9537
9538 * gdb.fortran/ptr-indentation.f90: New file.
9539 * gdb.fortran/ptr-indentation.exp: New file.
9540
5aec60eb
TT
95412017-09-05 Tom Tromey <tom@tromey.com>
9542
9543 PR gdb/22010:
9544 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9545
8f8f8152
TP
95462017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9547
9548 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9549
fbd1b771
JK
95502017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9551
9552 * gdb.threads/tls-nodebug-pie.c: New file.
9553 * gdb.threads/tls-nodebug-pie.exp: New file.
9554
5eb5f850
TT
95552017-09-05 Tom Tromey <tom@tromey.com>
9556
9557 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9558 for rust.
9559
ae780a21
SM
95602017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9561
9562 * gdb.multi/multi-arch-exec.exp: Test with different
9563 "follow-exec-mode" settings.
9564 (do_test): New procedure.
9565
3693fdb3
PA
95662017-09-04 Pedro Alves <palves@redhat.com>
9567
9568 * gdb.base/func-static.c (S::method const, S::method volatile)
9569 (S::method volatile const): New methods.
9570 (c_s, v_s, cv_s): New instances.
9571 (main): Call method() on them.
9572 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9573 (cannot_resolve): New procedure.
9574 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9575 print-quote-unquoted columns.
9576 (do_test): Test printing each scope too.
9577
e68cb8e0
PA
95782017-09-04 Pedro Alves <palves@redhat.com>
9579
9580 * gdb.base/local-static.exp: Also test with
9581 class::method::variable wholly quoted.
9582 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9583
858be34c
PA
95842017-09-04 Pedro Alves <palves@redhat.com>
9585
9586 * gdb.base/local-static.c: New.
9587 * gdb.base/local-static.cc: New.
9588 * gdb.base/local-static.exp: New.
9589
46a4882b
PA
95902017-09-04 Pedro Alves <palves@redhat.com>
9591
9592 * gdb.asm/asm-source.exp: Add casts to int.
9593 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9594 (dataglobal64_1, dataglobal64_2): New globals.
9595 * gdb.base/nodebug.exp: Test different expressions involving the
9596 new globals, with print, whatis and ptype. Add casts to int.
9597 * gdb.base/solib-display.exp: Add casts to int.
9598 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9599 * gdb.cp/m-static.exp: Add cast to int.
9600 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9601 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9602 tls variable with no debug info without a cast. Test with a cast
9603 to int too.
9604 * gdb.trace/entry-values.exp: Add casts.
9605
2c5a2be1
PA
96062017-09-04 Pedro Alves <palves@redhat.com>
9607
9608 * gdb.base/nodebug.exp: Test that ptype's error about functions
9609 with unknown return type includes the function name too.
9610
7022349d
PA
96112017-09-04 Pedro Alves <palves@redhat.com>
9612
9613 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9614 return type of munmap in infcall.
9615 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9616 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9617 type of ftell in infcall.
9618 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9619 type of getpid in infcall.
9620 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9621 infcall.
9622 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9623 Bail on failure to extract the pid.
9624 * gdb.base/nodebug.c: #include <stdint.h>.
9625 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9626 New functions.
9627 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9628 Change expected output of print/whatis/ptype with functions with
9629 no debug info. Test all supported languages. Call
9630 test_call_promotion.
9631 * gdb.compile/compile.exp: Adjust expected output to expect
9632 warning.
9633 * gdb.threads/siginfo-threads.exp: Likewise.
9634
54990598
PA
96352017-09-04 Pedro Alves <palves@redhat.com>
9636
9637 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9638 "prototypes". Test calling float functions via prototyped and
9639 unprototyped function pointers.
9640 (perform_all_tests): New parameter "prototypes". Pass it down.
9641 (top level): Pass down "prototypes" parameter to
9642 perform_all_tests.
9643
34d16ea2
SM
96442017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9645
9646 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9647 Test with nested loops.
9648
9521ecda
SM
96492017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9650
9651 * gdb.base/commands.exp: Call the new procedures.
9652 (loop_break_test, loop_continue_test): New procedures.
9653
80a65e9b
SM
96542017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9655
9656 * gdb.base/commands.exp: Call new procedure.
9657 (define_if_without_arg_test): New procedure.
9658
e439fa14
PA
96592017-09-04 Pedro Alves <palves@redhat.com>
9660
9661 * gdb.base/list-ambiguous.exp: New file.
9662 * gdb.base/list-ambiguous0.c: New file.
9663 * gdb.base/list-ambiguous1.c: New file.
9664 * gdb.base/list.exp (test_list_range): Adjust expected output.
9665
0a2dde4a
SDJ
96662017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9667
9668 * gdb.base/share-env-with-gdbserver.c: New file.
9669 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9670
5e89eb3a
SM
96712017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9672
9673 * gdb.base/commands.exp (gdbvar_simple_if_test,
9674 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9675 progvar_simple_if_test, progvar_simple_while_test,
9676 progvar_complex_if_while_test, user_defined_command_test,
9677 user_defined_command_args_eval,
9678 user_defined_command_args_stack_test,
9679 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9680 temporary_breakpoint_commands,
9681 gdb_test_no_prompt, redefine_hook_test,
9682 redefine_backtrace_test): Remove "global gdb_prompt".
9683
fd437cbc
SM
96842017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9685
9686 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9687 New proc, call it from toplevel.
9688
87215ad1
SDJ
96892017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9690
9691 PR remote/21852
9692 * gdb.server/normal.c: New file, copied from gdb.base.
9693 * gdb.server/run-without-local-binary.exp: New file.
9694
58afddc6
WP
96952017-08-07 Weimin Pan <weimin.pan@oracle.com>
9696
9697 * gdb.arch/sparc64-adi.exp: New file.
9698 * gdb.arch/sparc64-adi.c: New file.
9699
5277199a
PA
97002017-08-22 Pedro Alves <palves@redhat.com>
9701
9702 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9703 (top level): Add "list all overloads" tests.
9704
14278e1f
TT
97052017-08-22 Tom Tromey <tom@tromey.com>
9706
9707 * gdb.gdb/xfullpath.exp: Remove.
9708
bf223d3e
PA
97092017-08-21 Pedro Alves <palves@redhat.com>
9710
9711 PR gdb/19487
9712 * gdb.base/symbol-alias.c: New.
9713 * gdb.base/symbol-alias2.c: New.
9714 * gdb.base/symbol-alias.exp: New.
9715
c973d0aa
PA
97162017-08-21 Pedro Alves <palves@redhat.com>
9717
9718 * gdb.base/dfp-test.c
9719 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9720 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9721 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9722 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9723 * gdb.base/whatis-ptype-typedefs.c: New.
9724 * gdb.base/whatis-ptype-typedefs.exp: New.
9725 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9726 (an_int, an_int_type, an_int_type2): New globals.
9727 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9728 involving typedefs and cast expressions.
9729 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9730 (lookup_typedefs_function): New.
9731 (typedefs_pretty_printers_dict): New.
9732 (top level): Register lookup_typedefs_function in
9733 gdb.pretty_printers.
9734
6d580b63
YQ
97352017-08-18 Yao Qi <yao.qi@linaro.org>
9736
9737 * gdb.server/unittest.exp: New.
9738
206726fb
SDJ
97392017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9740
9741 PR gdb/21954
9742 * gdb.base/environ.exp: Add test to check if 'unset environment'
9743 works.
9744
bf0ec4c2
AA
97452017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9746
9747 * lib/gdb.exp (universal_compile_options): New caching proc.
9748 (gdb_compile): Suppress GCC's coloring of messages.
9749
d6382fff
TT
97502017-08-14 Tom Tromey <tom@tromey.com>
9751
9752 PR gdb/21675:
9753 * gdb.base/printcmds.exp (test_radices): New function.
9754 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9755 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9756 * lib/gdb.exp (get_integer_valueof): Use p/d.
9757
c2c2dd9f
SM
97582017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9759
9760 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9761 characters.
9762
fdffd6f4
TT
97632017-08-05 Tom Tromey <tom@tromey.com>
9764
9765 * gdb.rust/simple.exp: Allow String to appear in a different
9766 namespace.
9767
27d41eac
YQ
97682017-07-26 Yao Qi <yao.qi@linaro.org>
9769
9770 * gdb.gdb/unittest.exp: Invoke command
9771 "maintenance check xml-descriptions".
9772
031ed05d
AA
97732017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9774
9775 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9776 calling context.
9777 (hex128): Drop erroneous calculation of parameters.
9778
dcd27ddf
SM
97792017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9780
9781 * gdb.python/py-unwind.exp: Disable stack protection when
9782 building test file.
9783
47e77640
PA
97842017-07-20 Pedro Alves <palves@redhat.com>
9785
9786 * gdb.base/default.exp (set language): Adjust expected output.
9787
62d2a18a
PA
97882017-07-20 Pedro Alves <palves@redhat.com>
9789
9790 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9791 (test_minsym): ... this, and make static.
9792 (get_pck__foo__bar__minsym): Rename to ...
9793 (get_test_minsym): ... this.
9794 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9795 symbol names and comments.
9796 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9797 (get_test_minsym): ... this.
9798 (pck__foo__bar__minsym__2): Rename to ...
9799 (test_minsym): ... this.
9800 (main): Adjust.
9801
c45ec17c
PA
98022017-07-17 Pedro Alves <palves@redhat.com>
9803
9804 * gdb.base/completion.exp: Adjust expected output.
9805 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9806 the completer works.
9807
c6756f62
PA
98082017-07-17 Pedro Alves <palves@redhat.com>
9809
9810 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9811
5bd68487
AB
98122017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9813
9814 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9815
8880f2a9
TT
98162017-07-14 Tom Tromey <tom@tromey.com>
9817
9818 PR rust/21764:
9819 * gdb.rust/simple.exp: Add tests.
9820
65547233
TT
98212017-07-14 Tom Tromey <tom@tromey.com>
9822
9823 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9824
8f14146e
PA
98252017-07-14 Pedro Alves <palves@redhat.com>
9826
9827 * gdb.linespec/base/one/thefile.cc (z1): New function.
9828 * gdb.linespec/base/two/thefile.cc (z2): New function.
9829 * gdb.linespec/linespec.exp: Add tests.
9830
b4365d02
AB
98312017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9832
9833 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9834 to mi_create_breakpoint.
9835
5d2cbaa5
AB
98362017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9837
9838 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9839 mi_create_breakpoint.
9840
11cb5716
IB
98412017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9842
9843 * gdb.dlang/demangle.exp: Update for demangling changes.
9844
03278692
TT
98452017-07-09 Tom Tromey <tom@tromey.com>
9846
9847 * gdb.dwarf2/shortpiece.exp: New file.
9848
33c5cd75
DB
98492017-07-06 David Blaikie <dblaikie@gmail.com>
9850
9851 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9852 built from fissiont-multi-cu{1,2}.c.
9853 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9854 except putting 'main' and 'func' in separate CUs in the same DWO file.
9855 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9856 test.
9857 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9858 test.
9859
8455d262
PA
98602017-07-06 Pedro Alves <palves@redhat.com>
9861
9862 * gdb.python/py-unwind.exp: Test flushregs.
9863
dc4bde35
SDJ
98642017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9865
9866 PR cli/21688
9867 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9868 tests for alias commands and trailing whitespace.
9869
51ed89aa
SDJ
98702017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9871
9872 PR cli/21688
9873 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9874 procedure. Call it.
9875
eb17d413
PA
98762017-06-29 Pedro Alves <palves@redhat.com>
9877
9878 * gdb.base/printcmds.exp: Add tests.
9879
41664b45
DG
98802017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9881
9882 PR gdb/21337
9883 * gdb.base/reread-readsym.exp: New file.
9884 * gdb.base/reread-readsym.c: New file.
9885
75312ae3
KB
98862017-06-21 Kevin Buettner <kevinb@redhat.com>
9887
9888 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9889 subpattern.
9890
66953522
PB
98912017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9892
9893 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9894 extended mnemonic.
9895 * gdb.arch/powerpc-power9.s: Likewise.
9896
5524b525
AA
98972017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9898
9899 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9900 on 32-bit x86 targets. Exploit is_*_target macros where
9901 appropriate.
9902
03c8af18
AA
99032017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9904
9905 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9906 register pieces.
9907
3bf31011
AA
99082017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9909
9910 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9911 located in one or more DWARF pieces.
9912
805acca0
AA
99132017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9914
9915 * lib/gdb.exp (get_endianness): New proc.
9916 * gdb.arch/aarch64-fp.exp: Use it.
9917 * gdb.arch/altivec-regs.exp: Likewise.
9918 * gdb.arch/e500-regs.exp: Likewise.
9919 * gdb.arch/vsx-regs.exp: Likewise.
9920 * gdb.base/dump.exp: Likewise.
9921 * gdb.base/funcargs.exp: Likewise.
9922 * gdb.base/gnu_vector.exp: Likewise.
9923 * gdb.dwarf2/formdata16.exp: Likewise.
9924 * gdb.dwarf2/implptrpiece.exp: Likewise.
9925 * gdb.dwarf2/nonvar-access.exp: Likewise.
9926 * gdb.python/py-inferior.exp: Likewise.
9927 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9928
e9352324
AA
99292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9930
9931 PR gdb/21226
9932 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9933 stack value pieces are taken from the LSB end.
9934
d5d1163e
AA
99352017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9936
9937 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9938 variable at nonzero offset.
9939
0567c986
AA
99402017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9941
9942 * gdb.dwarf2/var-access.c: New file.
9943 * gdb.dwarf2/var-access.exp: New test.
9944 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9945
973e9aab
TT
99462017-06-12 Tom Tromey <tom@tromey.com>
9947
9948 * gdb.dwarf2/formdata16.exp: Add tests.
9949
d9109c80
TT
99502017-06-12 Tom Tromey <tom@tromey.com>
9951
9952 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9953
30a25466
TT
99542017-06-12 Tom Tromey <tom@tromey.com>
9955
9956 PR exp/16225:
9957 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9958 * gdb.arch/vsx-regs.exp: Update tests.
9959 * gdb.arch/s390-vregs.exp (hex128): New proc.
9960 Update test.
9961 * gdb.arch/altivec-regs.exp: Update tests.
9962
aefd8b33
SDJ
99632017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9964
9965 * gdb.base/startup-with-shell.c: New file.
9966 * gdb.base/startup-with-shell.exp: Likewise.
9967
2090129c
SDJ
99682017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9969
9970 * gdb.server/non-existing-program.exp: Update regex in order to
9971 reflect the fact that gdbserver is now using fork_inferior (with a
9972 shell) to startup the inferior.
9973
8e86a419
SM
99742017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9975
9976 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9977 support function calls from GDB.
9978
e6cf65f2
TT
99792017-05-21 Tom Tromey <tom@tromey.com>
9980
9981 PR rust/21466:
9982 * gdb.rust/unsized.exp: New file.
9983 * gdb.rust/unsized.rs: New file.
9984
43cc5389
TT
99852017-05-19 Tom Tromey <tom@tromey.com>
9986
9987 PR rust/21484:
9988 * gdb.rust/watch.exp: New file.
9989 * gdb.rust/watch.rs: New file.
9990
ec8df234
TT
99912017-05-18 Tom Tromey <tom@tromey.com>
9992
9993 * gdb.rust/simple.exp: Allow Box to be qualified.
9994
3e3e7fae
TP
99952017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9996
9997 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9998
59cc050d
PA
99992017-05-18 Pedro Alves <palves@redhat.com>
10000
10001 * gdb.base/fileio.c (test_write, test_read, test_close)
10002 (test_fstat): Don't print 'ret' in the fail path.
10003
c8f6abd1
PA
100042017-05-18 Pedro Alves <palves@redhat.com>
10005
10006 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
10007 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
10008 (test_system, test_rename, test_unlink, test_time): Change
10009 prototypes.
10010 * gdb.base/fileio.exp (stop_msg): Adjust.
10011
d2a03b77
PA
100122017-05-18 Pedro Alves <palves@redhat.com>
10013
10014 * gdb.base/fileio.c (null_str): New global.
10015 (test_stat): Use it.
10016 * gdb.base/fileio.exp: Remove nowarnings.
10017
0d5c6999
YQ
100182017-05-17 Yao Qi <yao.qi@linaro.org>
10019
10020 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
10021
21873064
YQ
100222017-05-17 Simon Marchi <simon.marchi@ericsson.com>
10023
10024 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
10025 argument command.
10026 (top-level): Invoke test_set_inferior_tty.
10027
d512d31c
PA
100282017-05-04 Pedro Alves <palves@redhat.com>
10029
10030 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
10031 Add parens to print call for Python 3.
10032
90cef2ed
KS
100332017-05-03 Keith Seitz <keiths@redhat.com>
10034
10035 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
10036 (main): Call it.
10037
14f819c8
TW
100382017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10039
10040 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
10041 to prev and next.
10042
913aeadd
TW
100432017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10044
10045 * gdb.python/py-record-btrace.exp: Remove test for
10046 gdb.BtraceInstruction.error.
10047
a3be24ad
TW
100482017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10049
10050 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
10051
ae20e79a
TW
100522017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10053
10054 * gdb.python/py-record-btrace-threads.c: New file.
10055 * gdb.python/py-record-btrace-threads.exp: New file.
10056
45ce1b47
SDJ
100572017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
10058
10059 PR testsuite/8595
10060 * gdb.base/environ.exp: Make test available in all architectures.
10061 Move bits related to "info program" testing to
10062 gdb.base/info-program.exp. Rewrite tests to use the two new
10063 procedures mentione below.
10064 (test_set_show_env_var) New procedure.
10065 (test_set_show_env_var_equal): Likewise.
10066 * gdb.base/info-program.exp: New file.
10067
e15c3eb4
KS
100682017-04-27 Keith Seitz <keiths@redhat.com>
10069
10070 * gdb.cp/oranking.cc (test15): New function.
10071 (main): Call test15 and declare additional variables for testing.
10072 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
10073 "p foo101('abc')" tests.
10074 Add tests for cv qualifier overloads.
10075 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
10076 "lvalue reference overload" test.
10077 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
10078 "print value of f1 on Child&& in f2" test.
10079
3a3fd0fd
PA
100802017-04-19 Pedro Alves <palves@redhat.com>
10081
10082 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
10083 procedure.
10084 (top level): Call it.
10085 * lib/gdb.exp (gdb_define_cmd): New procedure.
10086
53375380
PA
100872017-04-12 Pedro Alves <palves@redhat.com>
10088
10089 PR gdb/21323
10090 * gdb.cp/wide_char_types.c: Include <wchar.h>.
10091 (wchar): New global.
10092 * gdb.cp/wide_char_types.exp (wide_char_types_program)
10093 (do_test_wide_char, wide_char_types_no_program, top level): Add
10094 wchar_t testing.
10095
53e710ac
PA
100962017-04-12 Pedro Alves <palves@redhat.com>
10097
10098 PR c++/21323
10099 * gdb.cp/wide_char_types.c: New file.
10100 * gdb.cp/wide_char_types.exp: New file.
10101
0ad9d8c7
SDJ
101022017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
10103
10104 PR gdb/21352
10105 * gdb.trace/tsv.exp: Add test for "tsave -r".
10106
b1b45502
IB
101072017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
10108
10109 * gdb.dlang/watch-loc.c: New file.
10110 * gdb.dlang/watch-loc.exp: New file.
10111
ec13808e
JK
101122017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10113
10114 * gdb.python/py-section-script.exp (sepdebug): New testcases.
10115
fe5f7374
AK
101162017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10117
10118 * gdb.arch/arc-analyze-prologue.S: New file.
10119 * gdb.arch/arc-analyze-prologue.exp: Likewise.
10120
eea78757
AK
101212017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10122
10123 * gdb.arch/arc-decode-insn.S: New file.
10124 * gdb.arch/arc-decode-insn.exp: Likewise.
10125
5badf10a
IR
101262017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
10127
10128 PR tdep/20928
10129 * gdb.arch/sparc64-regs.exp: New file.
10130 * gdb.arch/sparc64-regs.S: Likewise.
10131
cee59b3f
TW
101322017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
10133
10134 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
10135 and memory view on Python 3.
10136
c0f55cc6
AV
101372017-03-20 Artemiy Volkov <artemiyv@acm.org>
10138 Keith Seitz <keiths@redhat.com>
10139
10140 PR gdb/14441
10141 * gdb.cp/demangle.exp: Add rvalue reference tests.
10142 * gdb.cp/rvalue-ref-casts.cc: New file.
10143 * gdb.cp/rvalue-ref-casts.exp: New file.
10144 * gdb.cp/rvalue-ref-overload.cc: New file.
10145 * gdb.cp/rvalue-ref-overload.exp: New file.
10146 * gdb.cp/rvalue-ref-params.cc: New file.
10147 * gdb.cp/rvalue-ref-params.exp: New file.
10148 * gdb.cp/rvalue-ref-sizeof.cc: New file.
10149 * gdb.cp/rvalue-ref-sizeof.exp: New file.
10150 * gdb.cp/rvalue-ref-types.cc: New file.
10151 * gdb.cp/rvalue-ref-types.exp: New file.
10152 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
10153 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
10154
51457a05
MAL
101552017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10156
10157 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
10158 New procedure.
10159
5b291c04
MAL
101602017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10161
10162 * lib/mi-support.exp (mi_gdb_test): Add additional message
10163 for unexpected output.
10164
59a56148
AA
101652017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10166
10167 * gdb.base/examine-backward.c (Barrier): New character array
10168 constant, to ensure that TestStrings is preceded by a string
10169 terminator.
10170
7942e96e
AA
101712017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10172
10173 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10174 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10175 and implicit pointer into such a location.
10176
6ebac3fb
DE
101772017-03-16 Doug Evans <dje@google.com>
10178
10179 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10180
ec3b243d
TP
101812017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10182
10183 * gdb.cp/m-static.exp: Fix expectation for prototype of
10184 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
10185
101862017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
10187
10188 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10189 * gdb.guile/scm-lazy-string.c: New file.
10190 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10191 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10192 for pointer, array, typedef lazy strings.
10193
2cc36e25 101942017-03-16 Doug Evans <dje@google.com>
34b43320
DE
10195
10196 PR python/17728, python/18439, python/18779
10197 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10198 * gdb.python/py-lazy-string.c (pointer): New typedef.
10199 (main): New locals ptr, array, typedef_ptr.
10200 * gdb.python/py-value.exp: Move lazy string tests to ...
10201 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10202 array, typedef lazy strings.
ec3b243d 10203
0efcde63
AK
102042017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10205
10206 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10207 Add optional 'test' parameter.
10208
7978d7c3
SM
102092017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10210
10211 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10212 Skip for versions of DejaGnu < 1.5.
10213
896c0c1e
SM
102142017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10215
10216 * lib/gdb.exp (dejagnu_version): New proc.
10217 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10218 Use dejagnu_version.
10219
5f4d1085
KS
102202017-03-10 Keith Seitz <keiths@redhat.com>
10221
10222 PR c++/8128
10223 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10224 type from destructor regexps.
10225 Add a branch which actually passes the test.
10226 Adjust "ptype t5i" test names.
10227
1de05205
PA
102282017-03-08 Pedro Alves <palves@redhat.com>
10229
10230 * gdb.base/step-over-exit.exp: Add explicit test message.
10231
c65d6b55
PA
102322017-03-08 Pedro Alves <palves@redhat.com>
10233
10234 PR gdb/18360
10235 * gdb.threads/interrupt-while-step-over.c: New file.
10236 * gdb.threads/interrupt-while-step-over.exp: New file.
10237
2e86a283
PA
102382017-03-08 Pedro Alves <palves@redhat.com>
10239
10240 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10241 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10242
25dcbff6
PA
102432017-03-08 Pedro Alves <palves@redhat.com>
10244
10245 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10246 PKRU as not supported as a PASS.
10247
dc9366eb
PA
102482017-03-08 Pedro Alves <palves@redhat.com>
10249
10250 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10251 prefix instead of $binfile1/$binfile2.
10252 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10253 in test message.
10254 * gdb.python/py-completion.exp: Use "load python file" as test
10255 messages instead of unstable path names.
10256
6e5d74e7
PA
102572017-03-08 Pedro Alves <palves@redhat.com>
10258 Jan Kratochvil <jan.kratochvil@redhat.com>
10259
10260 PR cli/21218
10261 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10262 New proc.
10263 (top level): Call it.
10264
9753a2f6
PA
102652017-03-08 Pedro Alves <palves@redhat.com>
10266
10267 PR tui/21216
10268 * gdb.tui/tui-nl-filtered-output.exp: New file.
10269
1a4dd9dd
PA
102702017-03-08 Pedro Alves <palves@redhat.com>
10271
10272 * gdb.base/completion.exp: Move TUI completion tests to ...
10273 * gdb.tui/completion.exp: ... this new file.
10274
7cbbff33
PA
102752017-03-08 Pedro Alves <palves@redhat.com>
10276
10277 * gdb.base/tui-disasm-long-lines.c,
10278 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10279 gdb.base/tui-layout.exp: Move to ...
10280 * gdb.tui/: ... this new directory.
10281
5f6fd321
PA
102822017-03-07 Pedro Alves <palves@redhat.com>
10283
10284 * gdb.base/tui-layout.c: New file.
10285 * gdb.base/tui-layout.exp: New file.
10286
44959fa8
PA
102872017-03-07 Pedro Alves <palves@redhat.com>
10288
10289 * gdb.base/tui-layout.c: Rename to ...
10290 * gdb.base/tui-disasm-long-lines.c: ... this.
10291 * gdb.base/tui-layout.exp: Rename to ...
10292 * gdb.base/tui-disasm-long-lines.exp: ... this.
10293
f8c4e718
PA
102942017-03-07 Pedro Alves <palves@redhat.com>
10295
10296 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10297
6dbb839a 102982017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
10299
10300 * i386-mpx-call.c: New file.
10301 * i386-mpx-call.exp: New file.
10302
65b48a81
PB
103032017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10304
10305 * gdb.arch/powerpc-power.exp: Delete test.
10306 * gdb.arch/powerpc-power.s: Likewise.
10307 * gdb.disasm/disassembler-options.exp: New test.
10308 * gdb.arch/powerpc-altivec.exp: Likewise.
10309 * gdb.arch/powerpc-altivec.s: Likewise.
10310 * gdb.arch/powerpc-altivec2.exp: Likewise.
10311 * gdb.arch/powerpc-altivec2.s: Likewise.
10312 * gdb.arch/powerpc-altivec3.exp: Likewise.
10313 * gdb.arch/powerpc-altivec3.s: Likewise.
10314 * gdb.arch/powerpc-power7.exp: Likewise.
10315 * gdb.arch/powerpc-power7.s: Likewise.
10316 * gdb.arch/powerpc-power8.exp: Likewise.
10317 * gdb.arch/powerpc-power8.s: Likewise.
10318 * gdb.arch/powerpc-power9.exp: Likewise.
10319 * gdb.arch/powerpc-power9.s: Likewise.
10320 * gdb.arch/powerpc-vsx.exp: Likewise.
10321 * gdb.arch/powerpc-vsx.s: Likewise.
10322 * gdb.arch/powerpc-vsx2.exp: Likewise.
10323 * gdb.arch/powerpc-vsx2.s: Likewise.
10324 * gdb.arch/powerpc-vsx3.exp: Likewise.
10325 * gdb.arch/powerpc-vsx3.s: Likewise.
10326 * gdb.arch/arm-disassembler-options.exp: Likewise.
10327 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10328 * gdb.arch/s390-disassembler-options.exp: Likewise.
10329
17cd4947
LM
103302017-02-23 Luis Machado <lgustavo@codesourcery.com>
10331
10332 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10333 (check_supported_features): ... this. Changed return type to void.
10334 (supports_rdseed): New static global.
10335 (rdseed): Check supports_rdseed.
10336 (initialize): Call check_supported_features.
10337
2039d74e
EBM
103382017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10339
10340 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10341 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10342 and lqarx/stqcx.
10343 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10344 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10345
a51d7ecf
EBM
103462017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10347
10348 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10349 uppercase.
10350
0224619f
JK
103512017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10352
10353 * gdb.dwarf2/formdata16.c: New file.
10354 * gdb.dwarf2/formdata16.exp: New file.
10355 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10356
216f72a1
JK
103572017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10358
10359 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10360 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10361 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10362 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10363 DW_AT_GNU_*.
10364
43988095
JK
103652017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10366
10367 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10368
99e8a4f9
SDJ
103692017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10370
10371 PR gdb/21164
10372 * gdb.base/maint.exp: Add testcases for when the commands do
10373 not have arguments.
10374
b58a8c0c
TP
103752017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10376
10377 * gdb.cp/chained-calls.exp: Use p instead of P.
10378
4e746bb6
TW
103792017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10380
10381 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10382 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10383
3f77c769
TT
103842017-02-14 Tom Tromey <tom@tromey.com>
10385
10386 PR python/13598:
10387 * gdb.python/py-events.exp: Add before_prompt event tests.
10388
075beec0
AA
103892017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10390
10391 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10392
bf5f525c
LM
103932017-02-13 Luis Machado <lgustavo@codesourcery.com>
10394
10395 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10396 (main): Call my_unique_function_name.
10397 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10398 completion of patterns with a single match.
10399 Add missing -re switches to gdb_test_multiple calls.
10400
13a66184
LM
104012017-02-13 Luis Machado <lgustavo@codesourcery.com>
10402
10403 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10404 return if core file is not recognized.
10405
26a06916
SM
104062017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10407
10408 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10409 and extra UIs.
10410
b761ca9e
SM
104112017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10412
10413 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10414 proc_with_prefix.
10415
b964bee0
TT
104162017-02-10 Tom Tromey <tom@tromey.com>
10417
10418 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10419
18da0c51
MG
104202017-02-10 Martin Galvan <martingalvan@sourceware.org>
10421
10422 PR gdb/21122
10423 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10424
604c4576
JG
104252017-02-08 Jerome Guitton <guitton@adacore.com>
10426
10427 * gdb.base/define.exp: Add test for command abbreviations
10428 in define.
10429
20b477a7
LM
104302017-02-06 Luis Machado <lgustavo@codesourcery.com>
10431
10432 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10433 * gdb.reverse/insn-reverse-x86.c: New file.
10434
3f7b46f2
IR
104352017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10436
10437 PR tdep/20936
10438 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10439
f0fd41c1
TT
104402017-02-03 Tom Tromey <tom@tromey.com>
10441
10442 PR rust/21097:
10443 * gdb.rust/simple.exp: Add new tests.
10444
5be5dbf0
PA
104452017-02-02 Pedro Alves <palves@redhat.com>
10446
10447 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10448 tests.
10449
7346ef59
AA
104502017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10451
10452 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10453 taking a 2-byte value out of a 4-byte DWARF implicit value on
10454 big-endian targets.
10455 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10456 logic. Add test cases for DW_OP_implicit.
10457
787f0025
MM
104582017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10459
10460 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10461
68777c29
MM
104622017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10463
10464 * gdb.btrace/enable.exp: Call gdb_exit before
10465 skip_gdbserver_tests.
10466
0a1c7e28
MM
104672017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10468
10469 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10470 GDBFLAGS.
10471
b5ac99b0
MM
104722017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10473
10474 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10475 the test is skipped.
10476 * gdb.btrace/data.exp: Likewise.
10477 * gdb.btrace/delta.exp: Likewise.
10478 * gdb.btrace/dlopen.exp: Likewise.
10479 * gdb.btrace/enable-running.exp: Likewise.
10480 * gdb.btrace/enable.exp: Likewise.
10481 * gdb.btrace/exception.exp: Likewise.
10482 * gdb.btrace/function_call_history.exp: Likewise.
10483 * gdb.btrace/gcore.exp: Likewise.
10484 * gdb.btrace/instruction_history.exp: Likewise.
10485 * gdb.btrace/multi-thread-step.exp: Likewise.
10486 * gdb.btrace/nohist.exp: Likewise.
10487 * gdb.btrace/non-stop.exp: Likewise.
10488 * gdb.btrace/reconnect.exp: Likewise.
10489 * gdb.btrace/record_goto-step.exp: Likewise.
10490 * gdb.btrace/record_goto.exp: Likewise.
10491 * gdb.btrace/rn-dl-bind.exp: Likewise.
10492 * gdb.btrace/segv.exp: Likewise.
10493 * gdb.btrace/step.exp: Likewise.
10494 * gdb.btrace/stepi.exp: Likewise.
10495 * gdb.btrace/tailcall-only.exp: Likewise.
10496 * gdb.btrace/tailcall.exp: Likewise.
10497 * gdb.btrace/tsx.exp: Likewise.
10498 * gdb.btrace/unknown_functions.exp: Likewise.
10499 * gdb.btrace/vdso.exp: Likewise.
10500
cd4007e4
MM
105012017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10502
10503 * gdb.btrace/enable-running.c: New.
10504 * gdb.btrace/enable-running.exp: New.
10505
2735833d
WT
105062017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10507
10508 * gdb.arch/amd64-gs_base.c: New file.
10509 * gdb.arch/amd64-gs_base.exp: New file.
10510
b51e1e94
LM
105112017-01-26 Luis Machado <lgustavo@codesourcery.com>
10512
10513 * lib/memory.exp: Remove spurious empty newlines.
10514
72ca0410
SM
105152017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10516
10517 * gdb.python/py-bad-printers.exp: Load python file using "source".
10518 * gdb.python/py-events.exp: Likewise.
10519 * gdb.python/py-evsignal.exp: Likewise.
10520 * gdb.python/py-evthreads.exp: Likewise.
10521 * gdb.python/py-frame-args.exp: Likewise.
10522 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10523 * gdb.python/py-framefilter-mi.exp: Likewise.
10524 * gdb.python/py-framefilter.exp: Likewise.
10525 * gdb.python/py-mi.exp: Likewise.
10526 * gdb.python/py-pp-maint.exp: Likewise.
10527 * gdb.python/py-pp-registration.exp: Likewise.
10528 * gdb.python/py-prettyprint.exp: Likewise.
10529 (run_lang_tests): Likewise.
10530 * gdb.python/py-typeprint.exp: Likewise.
10531
e309aa65
LM
105322017-01-26 Luis Machado <lgustavo@codesourcery.com>
10533
10534 * lib/memory.exp: New file.
10535 * lib/gdb.exp: Load memory.exp.
10536 * gdb.base/memattr.exp (delete_memory): Move proc to
10537 lib/memory.exp and rename to delete_memory_regions.
10538 Replace delete_memory with delete_memory_regions.
10539 Cleanup memory regions before tests.
10540 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10541 before tests.
10542
515aff23
LM
105432017-01-26 Luis Machado <lgustavo@codesourcery.com>
10544
10545 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10546 files.
10547 (initialize): New function conditionally defined.
10548 (testcases): Move within conditional block.
10549 (main): Call initialize.
10550 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10551 of gdb.reverse/insn-reverse.c.
10552 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10553 gdb.reverse/insn-reverse.c.
10554
d8b49cf0
YQ
105552017-01-26 Yao Qi <yao.qi@linaro.org>
10556
10557 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10558 disassemble on address 0.
10559
f13a9a0c
YQ
105602017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10561 Yao Qi <yao.qi@linaro.org>
10562
10563 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10564 * gdb.dwarf2/implptr-64bit.S: Remove.
10565 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10566 variables in caller's context. Add DW_OP_implicit_value.
10567
5ac95241
YQ
105682017-01-25 Yao Qi <yao.qi@linaro.org>
10569
10570 * lib/dwarf.exp (Dwarf::_location): Handle
10571 DW_OP_GNU_implicit_pointer with proper size.
10572
23e82930
LM
105732017-01-20 Luis Machado <lgustavo@codesourcery.com>
10574
10575 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10576 and add untested calls.
10577
d334ae25
LM
105782017-01-20 Luis Machado <lgustavo@codesourcery.com>
10579
10580 * gdb.python/python.exp: Check line number against what GDB thinks
10581 the line number is for func1.
10582
f5e6296e
IB
105832017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10584
10585 * gdb.dlang/debug-expr.exp: New file.
10586
5b362f04
LM
105872016-12-23 Luis Machado <lgustavo@codesourcery.com>
10588
10589 Fix test names for the following files:
10590
10591 * gdb.ada/exec_changed.exp
10592 * gdb.ada/info_types.exp
10593 * gdb.arch/aarch64-atomic-inst.exp
10594 * gdb.arch/aarch64-fp.exp
10595 * gdb.arch/altivec-abi.exp
10596 * gdb.arch/altivec-regs.exp
10597 * gdb.arch/amd64-byte.exp
10598 * gdb.arch/amd64-disp-step.exp
10599 * gdb.arch/amd64-dword.exp
10600 * gdb.arch/amd64-entry-value-inline.exp
10601 * gdb.arch/amd64-entry-value-param.exp
10602 * gdb.arch/amd64-entry-value-paramref.exp
10603 * gdb.arch/amd64-entry-value.exp
10604 * gdb.arch/amd64-i386-address.exp
10605 * gdb.arch/amd64-invalid-stack-middle.exp
10606 * gdb.arch/amd64-invalid-stack-top.exp
10607 * gdb.arch/amd64-optimout-repeat.exp
10608 * gdb.arch/amd64-prologue-skip.exp
10609 * gdb.arch/amd64-prologue-xmm.exp
10610 * gdb.arch/amd64-stap-special-operands.exp
10611 * gdb.arch/amd64-stap-wrong-subexp.exp
10612 * gdb.arch/amd64-tailcall-cxx.exp
10613 * gdb.arch/amd64-tailcall-noret.exp
10614 * gdb.arch/amd64-tailcall-ret.exp
10615 * gdb.arch/amd64-tailcall-self.exp
10616 * gdb.arch/amd64-word.exp
10617 * gdb.arch/arm-bl-branch-dest.exp
10618 * gdb.arch/arm-disp-step.exp
10619 * gdb.arch/arm-neon.exp
10620 * gdb.arch/arm-single-step-kernel-helper.exp
10621 * gdb.arch/avr-flash-qualifier.exp
10622 * gdb.arch/disp-step-insn-reloc.exp
10623 * gdb.arch/e500-abi.exp
10624 * gdb.arch/e500-regs.exp
10625 * gdb.arch/ftrace-insn-reloc.exp
10626 * gdb.arch/i386-avx512.exp
10627 * gdb.arch/i386-bp_permanent.exp
10628 * gdb.arch/i386-byte.exp
10629 * gdb.arch/i386-cfi-notcurrent.exp
10630 * gdb.arch/i386-disp-step.exp
10631 * gdb.arch/i386-dr3-watch.exp
10632 * gdb.arch/i386-float.exp
10633 * gdb.arch/i386-gnu-cfi.exp
10634 * gdb.arch/i386-mpx-map.exp
10635 * gdb.arch/i386-mpx-sigsegv.exp
10636 * gdb.arch/i386-mpx-simple_segv.exp
10637 * gdb.arch/i386-mpx.exp
10638 * gdb.arch/i386-permbkpt.exp
10639 * gdb.arch/i386-prologue.exp
10640 * gdb.arch/i386-signal.exp
10641 * gdb.arch/i386-size-overlap.exp
10642 * gdb.arch/i386-unwind.exp
10643 * gdb.arch/i386-word.exp
10644 * gdb.arch/mips-fcr.exp
10645 * gdb.arch/powerpc-d128-regs.exp
10646 * gdb.arch/powerpc-stackless.exp
10647 * gdb.arch/ppc64-atomic-inst.exp
10648 * gdb.arch/s390-stackless.exp
10649 * gdb.arch/s390-tdbregs.exp
10650 * gdb.arch/s390-vregs.exp
10651 * gdb.arch/sparc-sysstep.exp
10652 * gdb.arch/thumb-bx-pc.exp
10653 * gdb.arch/thumb-singlestep.exp
10654 * gdb.arch/thumb2-it.exp
10655 * gdb.arch/vsx-regs.exp
10656 * gdb.asm/asm-source.exp
10657 * gdb.base/a2-run.exp
10658 * gdb.base/advance.exp
10659 * gdb.base/all-bin.exp
10660 * gdb.base/anon.exp
10661 * gdb.base/args.exp
10662 * gdb.base/arithmet.exp
10663 * gdb.base/async-shell.exp
10664 * gdb.base/async.exp
10665 * gdb.base/attach-pie-noexec.exp
10666 * gdb.base/attach-twice.exp
10667 * gdb.base/auto-load.exp
10668 * gdb.base/bang.exp
10669 * gdb.base/bitfields.exp
10670 * gdb.base/break-always.exp
10671 * gdb.base/break-caller-line.exp
10672 * gdb.base/break-entry.exp
10673 * gdb.base/break-inline.exp
10674 * gdb.base/break-on-linker-gcd-function.exp
10675 * gdb.base/break-probes.exp
10676 * gdb.base/break.exp
10677 * gdb.base/breakpoint-shadow.exp
10678 * gdb.base/call-ar-st.exp
10679 * gdb.base/call-sc.exp
10680 * gdb.base/call-signal-resume.exp
10681 * gdb.base/call-strs.exp
10682 * gdb.base/callfuncs.exp
10683 * gdb.base/catch-fork-static.exp
10684 * gdb.base/catch-gdb-caused-signals.exp
10685 * gdb.base/catch-load.exp
10686 * gdb.base/catch-signal-fork.exp
10687 * gdb.base/catch-signal.exp
10688 * gdb.base/catch-syscall.exp
10689 * gdb.base/charset.exp
10690 * gdb.base/checkpoint.exp
10691 * gdb.base/chng-syms.exp
10692 * gdb.base/code-expr.exp
10693 * gdb.base/code_elim.exp
10694 * gdb.base/commands.exp
10695 * gdb.base/completion.exp
10696 * gdb.base/complex.exp
10697 * gdb.base/cond-expr.exp
10698 * gdb.base/condbreak.exp
10699 * gdb.base/consecutive.exp
10700 * gdb.base/continue-all-already-running.exp
10701 * gdb.base/coredump-filter.exp
10702 * gdb.base/corefile.exp
10703 * gdb.base/dbx.exp
10704 * gdb.base/debug-expr.exp
10705 * gdb.base/define.exp
10706 * gdb.base/del.exp
10707 * gdb.base/disabled-location.exp
10708 * gdb.base/disasm-end-cu.exp
10709 * gdb.base/disasm-optim.exp
10710 * gdb.base/display.exp
10711 * gdb.base/duplicate-bp.exp
10712 * gdb.base/ena-dis-br.exp
10713 * gdb.base/ending-run.exp
10714 * gdb.base/enumval.exp
10715 * gdb.base/environ.exp
10716 * gdb.base/eu-strip-infcall.exp
10717 * gdb.base/eval-avoid-side-effects.exp
10718 * gdb.base/eval-skip.exp
10719 * gdb.base/exitsignal.exp
10720 * gdb.base/expand-psymtabs.exp
10721 * gdb.base/filesym.exp
10722 * gdb.base/find-unmapped.exp
10723 * gdb.base/finish.exp
10724 * gdb.base/float.exp
10725 * gdb.base/foll-exec-mode.exp
10726 * gdb.base/foll-exec.exp
10727 * gdb.base/foll-fork.exp
10728 * gdb.base/fortran-sym-case.exp
10729 * gdb.base/freebpcmd.exp
10730 * gdb.base/func-ptr.exp
10731 * gdb.base/func-ptrs.exp
10732 * gdb.base/funcargs.exp
10733 * gdb.base/gcore-buffer-overflow.exp
10734 * gdb.base/gcore-relro-pie.exp
10735 * gdb.base/gcore-relro.exp
10736 * gdb.base/gcore.exp
10737 * gdb.base/gdb1090.exp
10738 * gdb.base/gdb11530.exp
10739 * gdb.base/gdb11531.exp
10740 * gdb.base/gdb1821.exp
10741 * gdb.base/gdbindex-stabs.exp
10742 * gdb.base/gdbvars.exp
10743 * gdb.base/hbreak.exp
10744 * gdb.base/hbreak2.exp
10745 * gdb.base/included.exp
10746 * gdb.base/infcall-input.exp
10747 * gdb.base/inferior-died.exp
10748 * gdb.base/infnan.exp
10749 * gdb.base/info-macros.exp
10750 * gdb.base/info-os.exp
10751 * gdb.base/info-proc.exp
10752 * gdb.base/info-shared.exp
10753 * gdb.base/info-target.exp
10754 * gdb.base/infoline.exp
10755 * gdb.base/interp.exp
10756 * gdb.base/interrupt.exp
10757 * gdb.base/jit-reader.exp
10758 * gdb.base/jit-simple.exp
10759 * gdb.base/kill-after-signal.exp
10760 * gdb.base/kill-detach-inferiors-cmd.exp
10761 * gdb.base/label.exp
10762 * gdb.base/langs.exp
10763 * gdb.base/ldbl_e308.exp
10764 * gdb.base/line-symtabs.exp
10765 * gdb.base/linespecs.exp
10766 * gdb.base/list.exp
10767 * gdb.base/long_long.exp
10768 * gdb.base/longest-types.exp
10769 * gdb.base/maint.exp
10770 * gdb.base/max-value-size.exp
10771 * gdb.base/memattr.exp
10772 * gdb.base/mips_pro.exp
10773 * gdb.base/morestack.exp
10774 * gdb.base/moribund-step.exp
10775 * gdb.base/multi-forks.exp
10776 * gdb.base/nested-addr.exp
10777 * gdb.base/nextoverexit.exp
10778 * gdb.base/noreturn-finish.exp
10779 * gdb.base/noreturn-return.exp
10780 * gdb.base/nostdlib.exp
10781 * gdb.base/offsets.exp
10782 * gdb.base/opaque.exp
10783 * gdb.base/pc-fp.exp
10784 * gdb.base/permissions.exp
10785 * gdb.base/print-symbol-loading.exp
10786 * gdb.base/prologue-include.exp
10787 * gdb.base/psymtab.exp
10788 * gdb.base/ptype.exp
10789 * gdb.base/random-signal.exp
10790 * gdb.base/randomize.exp
10791 * gdb.base/range-stepping.exp
10792 * gdb.base/readline-ask.exp
10793 * gdb.base/recpar.exp
10794 * gdb.base/recurse.exp
10795 * gdb.base/relational.exp
10796 * gdb.base/restore.exp
10797 * gdb.base/return-nodebug.exp
10798 * gdb.base/return.exp
10799 * gdb.base/run-after-attach.exp
10800 * gdb.base/save-bp.exp
10801 * gdb.base/scope.exp
10802 * gdb.base/sect-cmd.exp
10803 * gdb.base/set-lang-auto.exp
10804 * gdb.base/set-noassign.exp
10805 * gdb.base/setvar.exp
10806 * gdb.base/sigall.exp
10807 * gdb.base/sigbpt.exp
10808 * gdb.base/siginfo-addr.exp
10809 * gdb.base/siginfo-infcall.exp
10810 * gdb.base/siginfo-obj.exp
10811 * gdb.base/siginfo.exp
10812 * gdb.base/signals-state-child.exp
10813 * gdb.base/signest.exp
10814 * gdb.base/sigstep.exp
10815 * gdb.base/sizeof.exp
10816 * gdb.base/skip.exp
10817 * gdb.base/solib-corrupted.exp
10818 * gdb.base/solib-nodir.exp
10819 * gdb.base/solib-search.exp
10820 * gdb.base/stack-checking.exp
10821 * gdb.base/stale-infcall.exp
10822 * gdb.base/stap-probe.exp
10823 * gdb.base/start.exp
10824 * gdb.base/step-break.exp
10825 * gdb.base/step-bt.exp
10826 * gdb.base/step-line.exp
10827 * gdb.base/step-over-exit.exp
10828 * gdb.base/step-over-syscall.exp
10829 * gdb.base/step-resume-infcall.exp
10830 * gdb.base/step-test.exp
10831 * gdb.base/store.exp
10832 * gdb.base/structs3.exp
10833 * gdb.base/sym-file.exp
10834 * gdb.base/symbol-without-target_section.exp
10835 * gdb.base/term.exp
10836 * gdb.base/testenv.exp
10837 * gdb.base/ui-redirect.exp
10838 * gdb.base/until.exp
10839 * gdb.base/unwindonsignal.exp
10840 * gdb.base/value-double-free.exp
10841 * gdb.base/vla-datatypes.exp
10842 * gdb.base/vla-ptr.exp
10843 * gdb.base/vla-sideeffect.exp
10844 * gdb.base/volatile.exp
10845 * gdb.base/watch-cond-infcall.exp
10846 * gdb.base/watch-cond.exp
10847 * gdb.base/watch-non-mem.exp
10848 * gdb.base/watch-read.exp
10849 * gdb.base/watch-vfork.exp
10850 * gdb.base/watchpoint-cond-gone.exp
10851 * gdb.base/watchpoint-delete.exp
10852 * gdb.base/watchpoint-hw-hit-once.exp
10853 * gdb.base/watchpoint-hw.exp
10854 * gdb.base/watchpoint-stops-at-right-insn.exp
10855 * gdb.base/watchpoints.exp
10856 * gdb.base/wchar.exp
10857 * gdb.base/whatis-exp.exp
10858 * gdb.btrace/buffer-size.exp
10859 * gdb.btrace/data.exp
10860 * gdb.btrace/delta.exp
10861 * gdb.btrace/dlopen.exp
10862 * gdb.btrace/enable.exp
10863 * gdb.btrace/exception.exp
10864 * gdb.btrace/function_call_history.exp
10865 * gdb.btrace/gcore.exp
10866 * gdb.btrace/instruction_history.exp
10867 * gdb.btrace/nohist.exp
10868 * gdb.btrace/reconnect.exp
10869 * gdb.btrace/record_goto-step.exp
10870 * gdb.btrace/record_goto.exp
10871 * gdb.btrace/rn-dl-bind.exp
10872 * gdb.btrace/segv.exp
10873 * gdb.btrace/step.exp
10874 * gdb.btrace/stepi.exp
10875 * gdb.btrace/tailcall-only.exp
10876 * gdb.btrace/tailcall.exp
10877 * gdb.btrace/tsx.exp
10878 * gdb.btrace/unknown_functions.exp
10879 * gdb.btrace/vdso.exp
10880 * gdb.compile/compile-ifunc.exp
10881 * gdb.compile/compile-ops.exp
10882 * gdb.compile/compile-print.exp
10883 * gdb.compile/compile-setjmp.exp
10884 * gdb.cp/abstract-origin.exp
10885 * gdb.cp/ambiguous.exp
10886 * gdb.cp/annota2.exp
10887 * gdb.cp/annota3.exp
10888 * gdb.cp/anon-ns.exp
10889 * gdb.cp/anon-struct.exp
10890 * gdb.cp/anon-union.exp
10891 * gdb.cp/arg-reference.exp
10892 * gdb.cp/baseenum.exp
10893 * gdb.cp/bool.exp
10894 * gdb.cp/breakpoint.exp
10895 * gdb.cp/bs15503.exp
10896 * gdb.cp/call-c.exp
10897 * gdb.cp/casts.exp
10898 * gdb.cp/chained-calls.exp
10899 * gdb.cp/class2.exp
10900 * gdb.cp/classes.exp
10901 * gdb.cp/cmpd-minsyms.exp
10902 * gdb.cp/converts.exp
10903 * gdb.cp/cp-relocate.exp
10904 * gdb.cp/cpcompletion.exp
10905 * gdb.cp/cpexprs.exp
10906 * gdb.cp/cplabel.exp
10907 * gdb.cp/cplusfuncs.exp
10908 * gdb.cp/cpsizeof.exp
10909 * gdb.cp/ctti.exp
10910 * gdb.cp/derivation.exp
10911 * gdb.cp/destrprint.exp
10912 * gdb.cp/dispcxx.exp
10913 * gdb.cp/enum-class.exp
10914 * gdb.cp/exception.exp
10915 * gdb.cp/exceptprint.exp
10916 * gdb.cp/expand-psymtabs-cxx.exp
10917 * gdb.cp/expand-sals.exp
10918 * gdb.cp/extern-c.exp
10919 * gdb.cp/filename.exp
10920 * gdb.cp/formatted-ref.exp
10921 * gdb.cp/fpointer.exp
10922 * gdb.cp/gdb1355.exp
10923 * gdb.cp/gdb2495.exp
10924 * gdb.cp/hang.exp
10925 * gdb.cp/impl-this.exp
10926 * gdb.cp/infcall-dlopen.exp
10927 * gdb.cp/inherit.exp
10928 * gdb.cp/iostream.exp
10929 * gdb.cp/koenig.exp
10930 * gdb.cp/local.exp
10931 * gdb.cp/m-data.exp
10932 * gdb.cp/m-static.exp
10933 * gdb.cp/mb-ctor.exp
10934 * gdb.cp/mb-inline.exp
10935 * gdb.cp/mb-templates.exp
10936 * gdb.cp/member-name.exp
10937 * gdb.cp/member-ptr.exp
10938 * gdb.cp/meth-typedefs.exp
10939 * gdb.cp/method.exp
10940 * gdb.cp/method2.exp
10941 * gdb.cp/minsym-fallback.exp
10942 * gdb.cp/misc.exp
10943 * gdb.cp/namelessclass.exp
10944 * gdb.cp/namespace-enum.exp
10945 * gdb.cp/namespace-nested-import.exp
10946 * gdb.cp/namespace.exp
10947 * gdb.cp/nextoverthrow.exp
10948 * gdb.cp/no-dmgl-verbose.exp
10949 * gdb.cp/non-trivial-retval.exp
10950 * gdb.cp/noparam.exp
10951 * gdb.cp/nsdecl.exp
10952 * gdb.cp/nsimport.exp
10953 * gdb.cp/nsnested.exp
10954 * gdb.cp/nsnoimports.exp
10955 * gdb.cp/nsrecurs.exp
10956 * gdb.cp/nsstress.exp
10957 * gdb.cp/nsusing.exp
10958 * gdb.cp/operator.exp
10959 * gdb.cp/oranking.exp
10960 * gdb.cp/overload-const.exp
10961 * gdb.cp/overload.exp
10962 * gdb.cp/ovldbreak.exp
10963 * gdb.cp/ovsrch.exp
10964 * gdb.cp/paren-type.exp
10965 * gdb.cp/parse-lang.exp
10966 * gdb.cp/pass-by-ref.exp
10967 * gdb.cp/pr-1023.exp
10968 * gdb.cp/pr-1210.exp
10969 * gdb.cp/pr-574.exp
10970 * gdb.cp/pr10687.exp
10971 * gdb.cp/pr12028.exp
10972 * gdb.cp/pr17132.exp
10973 * gdb.cp/pr17494.exp
10974 * gdb.cp/pr9067.exp
10975 * gdb.cp/pr9167.exp
10976 * gdb.cp/pr9631.exp
10977 * gdb.cp/printmethod.exp
10978 * gdb.cp/psmang.exp
10979 * gdb.cp/psymtab-parameter.exp
10980 * gdb.cp/ptype-cv-cp.exp
10981 * gdb.cp/ptype-flags.exp
10982 * gdb.cp/re-set-overloaded.exp
10983 * gdb.cp/ref-types.exp
10984 * gdb.cp/rtti.exp
10985 * gdb.cp/scope-err.exp
10986 * gdb.cp/shadow.exp
10987 * gdb.cp/smartp.exp
10988 * gdb.cp/static-method.exp
10989 * gdb.cp/static-print-quit.exp
10990 * gdb.cp/temargs.exp
10991 * gdb.cp/templates.exp
10992 * gdb.cp/try_catch.exp
10993 * gdb.cp/typedef-operator.exp
10994 * gdb.cp/typeid.exp
10995 * gdb.cp/userdef.exp
10996 * gdb.cp/using-crash.exp
10997 * gdb.cp/var-tag.exp
10998 * gdb.cp/virtbase.exp
10999 * gdb.cp/virtfunc.exp
11000 * gdb.cp/virtfunc2.exp
11001 * gdb.cp/vla-cxx.exp
11002 * gdb.disasm/t01_mov.exp
11003 * gdb.disasm/t02_mova.exp
11004 * gdb.disasm/t03_add.exp
11005 * gdb.disasm/t04_sub.exp
11006 * gdb.disasm/t05_cmp.exp
11007 * gdb.disasm/t06_ari2.exp
11008 * gdb.disasm/t07_ari3.exp
11009 * gdb.disasm/t08_or.exp
11010 * gdb.disasm/t09_xor.exp
11011 * gdb.disasm/t10_and.exp
11012 * gdb.disasm/t11_logs.exp
11013 * gdb.disasm/t12_bit.exp
11014 * gdb.disasm/t13_otr.exp
11015 * gdb.dlang/circular.exp
11016 * gdb.dwarf2/arr-stride.exp
11017 * gdb.dwarf2/arr-subrange.exp
11018 * gdb.dwarf2/atomic-type.exp
11019 * gdb.dwarf2/bad-regnum.exp
11020 * gdb.dwarf2/bitfield-parent-optimized-out.exp
11021 * gdb.dwarf2/callframecfa.exp
11022 * gdb.dwarf2/clztest.exp
11023 * gdb.dwarf2/corrupt.exp
11024 * gdb.dwarf2/data-loc.exp
11025 * gdb.dwarf2/dup-psym.exp
11026 * gdb.dwarf2/dw2-anon-mptr.exp
11027 * gdb.dwarf2/dw2-anonymous-func.exp
11028 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
11029 * gdb.dwarf2/dw2-bad-unresolved.exp
11030 * gdb.dwarf2/dw2-basic.exp
11031 * gdb.dwarf2/dw2-canonicalize-type.exp
11032 * gdb.dwarf2/dw2-case-insensitive.exp
11033 * gdb.dwarf2/dw2-common-block.exp
11034 * gdb.dwarf2/dw2-compdir-oldgcc.exp
11035 * gdb.dwarf2/dw2-compressed.exp
11036 * gdb.dwarf2/dw2-const.exp
11037 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
11038 * gdb.dwarf2/dw2-cu-size.exp
11039 * gdb.dwarf2/dw2-dup-frame.exp
11040 * gdb.dwarf2/dw2-entry-value.exp
11041 * gdb.dwarf2/dw2-icycle.exp
11042 * gdb.dwarf2/dw2-ifort-parameter.exp
11043 * gdb.dwarf2/dw2-inline-break.exp
11044 * gdb.dwarf2/dw2-inline-param.exp
11045 * gdb.dwarf2/dw2-intercu.exp
11046 * gdb.dwarf2/dw2-intermix.exp
11047 * gdb.dwarf2/dw2-lexical-block-bare.exp
11048 * gdb.dwarf2/dw2-linkage-name-trust.exp
11049 * gdb.dwarf2/dw2-minsym-in-cu.exp
11050 * gdb.dwarf2/dw2-noloc.exp
11051 * gdb.dwarf2/dw2-op-call.exp
11052 * gdb.dwarf2/dw2-op-out-param.exp
11053 * gdb.dwarf2/dw2-opt-structptr.exp
11054 * gdb.dwarf2/dw2-param-error.exp
11055 * gdb.dwarf2/dw2-producer.exp
11056 * gdb.dwarf2/dw2-ranges-base.exp
11057 * gdb.dwarf2/dw2-ref-missing-frame.exp
11058 * gdb.dwarf2/dw2-reg-undefined.exp
11059 * gdb.dwarf2/dw2-regno-invalid.exp
11060 * gdb.dwarf2/dw2-restore.exp
11061 * gdb.dwarf2/dw2-restrict.exp
11062 * gdb.dwarf2/dw2-single-line-discriminators.exp
11063 * gdb.dwarf2/dw2-strp.exp
11064 * gdb.dwarf2/dw2-undefined-ret-addr.exp
11065 * gdb.dwarf2/dw2-unresolved.exp
11066 * gdb.dwarf2/dw2-var-zero-addr.exp
11067 * gdb.dwarf2/dw4-sig-types.exp
11068 * gdb.dwarf2/dwz.exp
11069 * gdb.dwarf2/dynarr-ptr.exp
11070 * gdb.dwarf2/enum-type.exp
11071 * gdb.dwarf2/gdb-index.exp
11072 * gdb.dwarf2/implptr-64bit.exp
11073 * gdb.dwarf2/implptr-optimized-out.exp
11074 * gdb.dwarf2/implptr.exp
11075 * gdb.dwarf2/implref-array.exp
11076 * gdb.dwarf2/implref-const.exp
11077 * gdb.dwarf2/implref-global.exp
11078 * gdb.dwarf2/implref-struct.exp
11079 * gdb.dwarf2/mac-fileno.exp
11080 * gdb.dwarf2/main-subprogram.exp
11081 * gdb.dwarf2/member-ptr-forwardref.exp
11082 * gdb.dwarf2/method-ptr.exp
11083 * gdb.dwarf2/missing-sig-type.exp
11084 * gdb.dwarf2/nonvar-access.exp
11085 * gdb.dwarf2/opaque-type-lookup.exp
11086 * gdb.dwarf2/pieces-optimized-out.exp
11087 * gdb.dwarf2/pieces.exp
11088 * gdb.dwarf2/pr10770.exp
11089 * gdb.dwarf2/pr13961.exp
11090 * gdb.dwarf2/staticvirtual.exp
11091 * gdb.dwarf2/subrange.exp
11092 * gdb.dwarf2/symtab-producer.exp
11093 * gdb.dwarf2/trace-crash.exp
11094 * gdb.dwarf2/typeddwarf.exp
11095 * gdb.dwarf2/valop.exp
11096 * gdb.dwarf2/watch-notconst.exp
11097 * gdb.fortran/array-element.exp
11098 * gdb.fortran/charset.exp
11099 * gdb.fortran/common-block.exp
11100 * gdb.fortran/complex.exp
11101 * gdb.fortran/derived-type-function.exp
11102 * gdb.fortran/derived-type.exp
11103 * gdb.fortran/logical.exp
11104 * gdb.fortran/module.exp
11105 * gdb.fortran/multi-dim.exp
11106 * gdb.fortran/nested-funcs.exp
11107 * gdb.fortran/print-formatted.exp
11108 * gdb.fortran/subarray.exp
11109 * gdb.fortran/vla-alloc-assoc.exp
11110 * gdb.fortran/vla-datatypes.exp
11111 * gdb.fortran/vla-history.exp
11112 * gdb.fortran/vla-ptr-info.exp
11113 * gdb.fortran/vla-ptype-sub.exp
11114 * gdb.fortran/vla-ptype.exp
11115 * gdb.fortran/vla-sizeof.exp
11116 * gdb.fortran/vla-type.exp
11117 * gdb.fortran/vla-value-sub-arbitrary.exp
11118 * gdb.fortran/vla-value-sub-finish.exp
11119 * gdb.fortran/vla-value-sub.exp
11120 * gdb.fortran/vla-value.exp
11121 * gdb.fortran/whatis_type.exp
11122 * gdb.go/chan.exp
11123 * gdb.go/handcall.exp
11124 * gdb.go/hello.exp
11125 * gdb.go/integers.exp
11126 * gdb.go/methods.exp
11127 * gdb.go/package.exp
11128 * gdb.go/strings.exp
11129 * gdb.go/types.exp
11130 * gdb.go/unsafe.exp
11131 * gdb.guile/scm-arch.exp
11132 * gdb.guile/scm-block.exp
11133 * gdb.guile/scm-breakpoint.exp
11134 * gdb.guile/scm-cmd.exp
11135 * gdb.guile/scm-disasm.exp
11136 * gdb.guile/scm-equal.exp
11137 * gdb.guile/scm-frame-args.exp
11138 * gdb.guile/scm-frame-inline.exp
11139 * gdb.guile/scm-frame.exp
11140 * gdb.guile/scm-iterator.exp
11141 * gdb.guile/scm-math.exp
11142 * gdb.guile/scm-objfile.exp
11143 * gdb.guile/scm-ports.exp
11144 * gdb.guile/scm-symbol.exp
11145 * gdb.guile/scm-symtab.exp
11146 * gdb.guile/scm-value-cc.exp
11147 * gdb.guile/types-module.exp
11148 * gdb.linespec/break-ask.exp
11149 * gdb.linespec/cpexplicit.exp
11150 * gdb.linespec/explicit.exp
11151 * gdb.linespec/keywords.exp
11152 * gdb.linespec/linespec.exp
11153 * gdb.linespec/ls-dollar.exp
11154 * gdb.linespec/ls-errs.exp
11155 * gdb.linespec/skip-two.exp
11156 * gdb.linespec/thread.exp
11157 * gdb.mi/mi-async.exp
11158 * gdb.mi/mi-basics.exp
11159 * gdb.mi/mi-break.exp
11160 * gdb.mi/mi-catch-load.exp
11161 * gdb.mi/mi-cli.exp
11162 * gdb.mi/mi-cmd-param-changed.exp
11163 * gdb.mi/mi-console.exp
11164 * gdb.mi/mi-detach.exp
11165 * gdb.mi/mi-disassemble.exp
11166 * gdb.mi/mi-eval.exp
11167 * gdb.mi/mi-file-transfer.exp
11168 * gdb.mi/mi-file.exp
11169 * gdb.mi/mi-fill-memory.exp
11170 * gdb.mi/mi-inheritance-syntax-error.exp
11171 * gdb.mi/mi-linespec-err-cp.exp
11172 * gdb.mi/mi-logging.exp
11173 * gdb.mi/mi-memory-changed.exp
11174 * gdb.mi/mi-read-memory.exp
11175 * gdb.mi/mi-record-changed.exp
11176 * gdb.mi/mi-reg-undefined.exp
11177 * gdb.mi/mi-regs.exp
11178 * gdb.mi/mi-return.exp
11179 * gdb.mi/mi-reverse.exp
11180 * gdb.mi/mi-simplerun.exp
11181 * gdb.mi/mi-solib.exp
11182 * gdb.mi/mi-stack.exp
11183 * gdb.mi/mi-stepi.exp
11184 * gdb.mi/mi-syn-frame.exp
11185 * gdb.mi/mi-until.exp
11186 * gdb.mi/mi-var-block.exp
11187 * gdb.mi/mi-var-child.exp
11188 * gdb.mi/mi-var-cmd.exp
11189 * gdb.mi/mi-var-cp.exp
11190 * gdb.mi/mi-var-display.exp
11191 * gdb.mi/mi-var-invalidate.exp
11192 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11193 * gdb.mi/mi-vla-fortran.exp
11194 * gdb.mi/mi-watch.exp
11195 * gdb.mi/mi2-var-child.exp
11196 * gdb.mi/user-selected-context-sync.exp
11197 * gdb.modula2/unbounded-array.exp
11198 * gdb.multi/dummy-frame-restore.exp
11199 * gdb.multi/multi-arch-exec.exp
11200 * gdb.multi/multi-arch.exp
11201 * gdb.multi/tids.exp
11202 * gdb.multi/watchpoint-multi.exp
11203 * gdb.opencl/callfuncs.exp
11204 * gdb.opencl/convs_casts.exp
11205 * gdb.opencl/datatypes.exp
11206 * gdb.opencl/operators.exp
11207 * gdb.opencl/vec_comps.exp
11208 * gdb.opt/clobbered-registers-O2.exp
11209 * gdb.opt/inline-break.exp
11210 * gdb.opt/inline-bt.exp
11211 * gdb.opt/inline-cmds.exp
11212 * gdb.opt/inline-locals.exp
11213 * gdb.pascal/case-insensitive-symbols.exp
11214 * gdb.pascal/floats.exp
11215 * gdb.pascal/gdb11492.exp
11216 * gdb.python/lib-types.exp
11217 * gdb.python/py-arch.exp
11218 * gdb.python/py-as-string.exp
11219 * gdb.python/py-bad-printers.exp
11220 * gdb.python/py-block.exp
11221 * gdb.python/py-breakpoint-create-fail.exp
11222 * gdb.python/py-breakpoint.exp
11223 * gdb.python/py-caller-is.exp
11224 * gdb.python/py-cmd.exp
11225 * gdb.python/py-explore-cc.exp
11226 * gdb.python/py-explore.exp
11227 * gdb.python/py-finish-breakpoint.exp
11228 * gdb.python/py-finish-breakpoint2.exp
11229 * gdb.python/py-frame-args.exp
11230 * gdb.python/py-frame-inline.exp
11231 * gdb.python/py-frame.exp
11232 * gdb.python/py-framefilter-mi.exp
11233 * gdb.python/py-infthread.exp
11234 * gdb.python/py-lazy-string.exp
11235 * gdb.python/py-linetable.exp
11236 * gdb.python/py-mi-events.exp
11237 * gdb.python/py-mi-objfile.exp
11238 * gdb.python/py-mi.exp
11239 * gdb.python/py-objfile.exp
11240 * gdb.python/py-pp-integral.exp
11241 * gdb.python/py-pp-maint.exp
11242 * gdb.python/py-pp-re-notag.exp
11243 * gdb.python/py-pp-registration.exp
11244 * gdb.python/py-recurse-unwind.exp
11245 * gdb.python/py-strfns.exp
11246 * gdb.python/py-symbol.exp
11247 * gdb.python/py-symtab.exp
11248 * gdb.python/py-sync-interp.exp
11249 * gdb.python/py-typeprint.exp
11250 * gdb.python/py-unwind-maint.exp
11251 * gdb.python/py-unwind.exp
11252 * gdb.python/py-value-cc.exp
11253 * gdb.python/py-xmethods.exp
11254 * gdb.reverse/amd64-tailcall-reverse.exp
11255 * gdb.reverse/break-precsave.exp
11256 * gdb.reverse/break-reverse.exp
11257 * gdb.reverse/consecutive-precsave.exp
11258 * gdb.reverse/consecutive-reverse.exp
11259 * gdb.reverse/finish-precsave.exp
11260 * gdb.reverse/finish-reverse-bkpt.exp
11261 * gdb.reverse/finish-reverse.exp
11262 * gdb.reverse/fstatat-reverse.exp
11263 * gdb.reverse/getresuid-reverse.exp
11264 * gdb.reverse/i386-precsave.exp
11265 * gdb.reverse/i386-reverse.exp
11266 * gdb.reverse/i386-sse-reverse.exp
11267 * gdb.reverse/i387-env-reverse.exp
11268 * gdb.reverse/i387-stack-reverse.exp
11269 * gdb.reverse/insn-reverse.exp
11270 * gdb.reverse/machinestate-precsave.exp
11271 * gdb.reverse/machinestate.exp
11272 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11273 * gdb.reverse/pipe-reverse.exp
11274 * gdb.reverse/readv-reverse.exp
11275 * gdb.reverse/recvmsg-reverse.exp
11276 * gdb.reverse/rerun-prec.exp
11277 * gdb.reverse/s390-mvcle.exp
11278 * gdb.reverse/step-precsave.exp
11279 * gdb.reverse/step-reverse.exp
11280 * gdb.reverse/time-reverse.exp
11281 * gdb.reverse/until-precsave.exp
11282 * gdb.reverse/until-reverse.exp
11283 * gdb.reverse/waitpid-reverse.exp
11284 * gdb.reverse/watch-precsave.exp
11285 * gdb.reverse/watch-reverse.exp
11286 * gdb.rust/generics.exp
11287 * gdb.rust/methods.exp
11288 * gdb.rust/modules.exp
11289 * gdb.rust/simple.exp
11290 * gdb.server/connect-with-no-symbol-file.exp
11291 * gdb.server/ext-attach.exp
11292 * gdb.server/ext-restart.exp
11293 * gdb.server/ext-wrapper.exp
11294 * gdb.server/file-transfer.exp
11295 * gdb.server/server-exec-info.exp
11296 * gdb.server/server-kill.exp
11297 * gdb.server/server-mon.exp
11298 * gdb.server/wrapper.exp
11299 * gdb.stabs/exclfwd.exp
11300 * gdb.stabs/gdb11479.exp
11301 * gdb.threads/clone-new-thread-event.exp
11302 * gdb.threads/corethreads.exp
11303 * gdb.threads/current-lwp-dead.exp
11304 * gdb.threads/dlopen-libpthread.exp
11305 * gdb.threads/gcore-thread.exp
11306 * gdb.threads/sigstep-threads.exp
11307 * gdb.threads/watchpoint-fork.exp
11308 * gdb.trace/actions-changed.exp
11309 * gdb.trace/backtrace.exp
11310 * gdb.trace/change-loc.exp
11311 * gdb.trace/circ.exp
11312 * gdb.trace/collection.exp
11313 * gdb.trace/disconnected-tracing.exp
11314 * gdb.trace/ftrace.exp
11315 * gdb.trace/mi-trace-frame-collected.exp
11316 * gdb.trace/mi-trace-unavailable.exp
11317 * gdb.trace/mi-traceframe-changed.exp
11318 * gdb.trace/mi-tsv-changed.exp
11319 * gdb.trace/no-attach-trace.exp
11320 * gdb.trace/passc-dyn.exp
11321 * gdb.trace/qtro.exp
11322 * gdb.trace/range-stepping.exp
11323 * gdb.trace/read-memory.exp
11324 * gdb.trace/save-trace.exp
11325 * gdb.trace/signal.exp
11326 * gdb.trace/status-stop.exp
11327 * gdb.trace/tfile.exp
11328 * gdb.trace/trace-break.exp
11329 * gdb.trace/trace-buffer-size.exp
11330 * gdb.trace/trace-condition.exp
11331 * gdb.trace/tracefile-pseudo-reg.exp
11332 * gdb.trace/tstatus.exp
11333 * gdb.trace/unavailable.exp
11334 * gdb.trace/while-dyn.exp
11335 * gdb.trace/while-stepping.exp
11336
34c41c68
DE
113372016-12-22 Doug Evans <xdje42@gmail.com>
11338
11339 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11340 and msymbols.
11341
16e69324
YQ
113422016-12-19 Yao Qi <yao.qi@linaro.org>
11343
11344 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11345 (test_with_self): Don't call do_steps_and_nexts, and remove
11346 code about stepping into xmalloc.
11347
f94f411b
YQ
113482016-12-09 Yao Qi <yao.qi@linaro.org>
11349
11350 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11351
113522016-12-09 Yao Qi <yao.qi@linaro.org>
11353
11354 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11355
f1b5deee
PA
113562016-12-09 Pedro Alves <palves@redhat.com>
11357
11358 * gdb.base/all-architectures-0.exp: New file.
11359 * gdb.base/all-architectures-1.exp: New file.
11360 * gdb.base/all-architectures-2.exp: New file.
11361 * gdb.base/all-architectures-3.exp: New file.
11362 * gdb.base/all-architectures-4.exp: New file.
11363 * gdb.base/all-architectures-5.exp: New file.
11364 * gdb.base/all-architectures-6.exp: New file.
11365 * gdb.base/all-architectures-7.exp: New file.
11366 * gdb.base/all-architectures.exp.in: New file.
11367
364ca42e
YQ
113682016-12-09 Yao Qi <yao.qi@linaro.org>
11369
11370 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11371
107c2d62
LM
113722016-12-02 Luis Machado <lgustavo@codesourcery.com>
11373
11374 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11375 possible.
11376 Remove useless pattern-matching code.
11377
df3ee9ca
PA
113782016-12-02 Pedro Alves <palves@redhat.com>
11379
11380 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11381 procedure.
11382 (top level): Call it.
11383
ec835369
PA
113842016-12-02 Pedro Alves <palves@redhat.com>
11385
11386 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11387 New procedure.
11388 (top level): Call it.
11389
01770bbd
PA
113902016-12-02 Pedro Alves <palves@redhat.com>
11391
11392 PR cli/20559
11393 * gdb.base/commands.exp (user_defined_command_args_eval): New
11394 procedure.
11395 (top level): Call it.
11396
008459ea
LM
113972016-12-02 Luis Machado <lgustavo@codesourcery.com>
11398
11399 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11400 timeout handling.
11401
0c1b455e
TT
114022016-12-02 Tom Tromey <tom@tromey.com>
11403
11404 * gdb.dwarf2/main-subprogram.c: New file.
11405 * gdb.dwarf2/main-subprogram.exp: New file.
11406
018572b8
LM
114072016-12-01 Luis Machado <lgustavo@codesourcery.com>
11408
11409 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11410 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11411 gdb_test_no_output for a couple of cases.
11412 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11413
84c93cd5
LM
114142016-12-01 Luis Machado <lgustavo@codesourcery.com>
11415
11416 Fix test names and standardize compilation error messages throughout
11417 the following files:
11418
11419 * gdb.ada/start.exp
11420 * gdb.arch/alpha-step.exp
11421 * gdb.arch/e500-prologue.exp
11422 * gdb.arch/ftrace-insn-reloc.exp
11423 * gdb.arch/gdb1291.exp
11424 * gdb.arch/gdb1431.exp
11425 * gdb.arch/gdb1558.exp
11426 * gdb.arch/i386-dr3-watch.exp
11427 * gdb.arch/i386-sse-stack-align.exp
11428 * gdb.arch/ia64-breakpoint-shadow.exp
11429 * gdb.arch/pa-nullify.exp
11430 * gdb.arch/powerpc-aix-prologue.exp
11431 * gdb.arch/thumb-bx-pc.exp
11432 * gdb.base/annota1.exp
11433 * gdb.base/annota3.exp
11434 * gdb.base/arrayidx.exp
11435 * gdb.base/assign.exp
11436 * gdb.base/attach.exp
11437 * gdb.base/auxv.exp
11438 * gdb.base/bang.exp
11439 * gdb.base/bfp-test.exp
11440 * gdb.base/bigcore.exp
11441 * gdb.base/bitfields2.exp
11442 * gdb.base/break-fun-addr.exp
11443 * gdb.base/break-probes.exp
11444 * gdb.base/call-rt-st.exp
11445 * gdb.base/callexit.exp
11446 * gdb.base/catch-fork-kill.exp
11447 * gdb.base/charset.exp
11448 * gdb.base/checkpoint.exp
11449 * gdb.base/comprdebug.exp
11450 * gdb.base/constvars.exp
11451 * gdb.base/coredump-filter.exp
11452 * gdb.base/cursal.exp
11453 * gdb.base/cvexpr.exp
11454 * gdb.base/detach.exp
11455 * gdb.base/display.exp
11456 * gdb.base/dmsym.exp
11457 * gdb.base/dprintf-pending.exp
11458 * gdb.base/dso2dso.exp
11459 * gdb.base/dtrace-probe.exp
11460 * gdb.base/dump.exp
11461 * gdb.base/enum_cond.exp
11462 * gdb.base/exe-lock.exp
11463 * gdb.base/exec-invalid-sysroot.exp
11464 * gdb.base/execl-update-breakpoints.exp
11465 * gdb.base/exprs.exp
11466 * gdb.base/fileio.exp
11467 * gdb.base/find.exp
11468 * gdb.base/finish.exp
11469 * gdb.base/fixsection.exp
11470 * gdb.base/foll-vfork.exp
11471 * gdb.base/frame-args.exp
11472 * gdb.base/gcore.exp
11473 * gdb.base/gdb1250.exp
11474 * gdb.base/global-var-nested-by-dso.exp
11475 * gdb.base/gnu-ifunc.exp
11476 * gdb.base/hashline1.exp
11477 * gdb.base/hashline2.exp
11478 * gdb.base/hashline3.exp
11479 * gdb.base/hbreak-in-shr-unsupported.exp
11480 * gdb.base/huge.exp
11481 * gdb.base/infcall-input.exp
11482 * gdb.base/info-fun.exp
11483 * gdb.base/info-shared.exp
11484 * gdb.base/jit-simple.exp
11485 * gdb.base/jit-so.exp
11486 * gdb.base/jit.exp
11487 * gdb.base/jump.exp
11488 * gdb.base/label.exp
11489 * gdb.base/lineinc.exp
11490 * gdb.base/logical.exp
11491 * gdb.base/longjmp.exp
11492 * gdb.base/macscp.exp
11493 * gdb.base/miscexprs.exp
11494 * gdb.base/new-ui-echo.exp
11495 * gdb.base/new-ui-pending-input.exp
11496 * gdb.base/new-ui.exp
11497 * gdb.base/nodebug.exp
11498 * gdb.base/nofield.exp
11499 * gdb.base/offsets.exp
11500 * gdb.base/overlays.exp
11501 * gdb.base/pending.exp
11502 * gdb.base/pointers.exp
11503 * gdb.base/pr11022.exp
11504 * gdb.base/printcmds.exp
11505 * gdb.base/prologue.exp
11506 * gdb.base/ptr-typedef.exp
11507 * gdb.base/realname-expand.exp
11508 * gdb.base/relativedebug.exp
11509 * gdb.base/relocate.exp
11510 * gdb.base/remote.exp
11511 * gdb.base/reread.exp
11512 * gdb.base/return2.exp
11513 * gdb.base/savedregs.exp
11514 * gdb.base/sep.exp
11515 * gdb.base/sepdebug.exp
11516 * gdb.base/sepsymtab.exp
11517 * gdb.base/set-inferior-tty.exp
11518 * gdb.base/setshow.exp
11519 * gdb.base/shlib-call.exp
11520 * gdb.base/sigaltstack.exp
11521 * gdb.base/siginfo-addr.exp
11522 * gdb.base/signals.exp
11523 * gdb.base/signull.exp
11524 * gdb.base/sigrepeat.exp
11525 * gdb.base/so-impl-ld.exp
11526 * gdb.base/solib-display.exp
11527 * gdb.base/solib-overlap.exp
11528 * gdb.base/solib-search.exp
11529 * gdb.base/solib-symbol.exp
11530 * gdb.base/structs.exp
11531 * gdb.base/structs2.exp
11532 * gdb.base/symtab-search-order.exp
11533 * gdb.base/twice.exp
11534 * gdb.base/unload.exp
11535 * gdb.base/varargs.exp
11536 * gdb.base/watchpoint-solib.exp
11537 * gdb.base/watchpoint.exp
11538 * gdb.base/whatis.exp
11539 * gdb.base/wrong_frame_bt_full.exp
11540 * gdb.btrace/dlopen.exp
11541 * gdb.cell/ea-standalone.exp
11542 * gdb.cell/ea-test.exp
11543 * gdb.cp/dispcxx.exp
11544 * gdb.cp/gdb2384.exp
11545 * gdb.cp/method2.exp
11546 * gdb.cp/nextoverthrow.exp
11547 * gdb.cp/pr10728.exp
11548 * gdb.disasm/am33.exp
11549 * gdb.disasm/h8300s.exp
11550 * gdb.disasm/mn10300.exp
11551 * gdb.disasm/sh3.exp
11552 * gdb.dwarf2/dw2-dir-file-name.exp
11553 * gdb.fortran/complex.exp
11554 * gdb.fortran/library-module.exp
11555 * gdb.guile/scm-pretty-print.exp
11556 * gdb.guile/scm-symbol.exp
11557 * gdb.guile/scm-type.exp
11558 * gdb.guile/scm-value.exp
11559 * gdb.linespec/linespec.exp
11560 * gdb.mi/gdb701.exp
11561 * gdb.mi/gdb792.exp
11562 * gdb.mi/mi-breakpoint-changed.exp
11563 * gdb.mi/mi-dprintf-pending.exp
11564 * gdb.mi/mi-dprintf.exp
11565 * gdb.mi/mi-exit-code.exp
11566 * gdb.mi/mi-pending.exp
11567 * gdb.mi/mi-solib.exp
11568 * gdb.mi/new-ui-mi-sync.exp
11569 * gdb.mi/pr11022.exp
11570 * gdb.mi/user-selected-context-sync.exp
11571 * gdb.opt/solib-intra-step.exp
11572 * gdb.python/py-events.exp
11573 * gdb.python/py-finish-breakpoint.exp
11574 * gdb.python/py-mi.exp
11575 * gdb.python/py-prettyprint.exp
11576 * gdb.python/py-shared.exp
11577 * gdb.python/py-symbol.exp
11578 * gdb.python/py-template.exp
11579 * gdb.python/py-type.exp
11580 * gdb.python/py-value.exp
11581 * gdb.reverse/solib-precsave.exp
11582 * gdb.reverse/solib-reverse.exp
11583 * gdb.server/solib-list.exp
11584 * gdb.stabs/weird.exp
11585 * gdb.threads/reconnect-signal.exp
11586 * gdb.threads/stepi-random-signal.exp
11587 * gdb.trace/actions.exp
11588 * gdb.trace/ax.exp
11589 * gdb.trace/backtrace.exp
11590 * gdb.trace/change-loc.exp
11591 * gdb.trace/deltrace.exp
11592 * gdb.trace/ftrace-lock.exp
11593 * gdb.trace/ftrace.exp
11594 * gdb.trace/infotrace.exp
11595 * gdb.trace/mi-tracepoint-changed.exp
11596 * gdb.trace/packetlen.exp
11597 * gdb.trace/passcount.exp
11598 * gdb.trace/pending.exp
11599 * gdb.trace/range-stepping.exp
11600 * gdb.trace/report.exp
11601 * gdb.trace/stap-trace.exp
11602 * gdb.trace/tfind.exp
11603 * gdb.trace/trace-break.exp
11604 * gdb.trace/trace-condition.exp
11605 * gdb.trace/trace-enable-disable.exp
11606 * gdb.trace/trace-mt.exp
11607 * gdb.trace/tracecmd.exp
11608 * gdb.trace/tspeed.exp
11609 * gdb.trace/tsv.exp
11610 * lib/perftest.exp
11611
fb9feb35
LM
116122016-12-01 Luis Machado <lgustavo@codesourcery.com>
11613
11614 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11615 with gdb_test_no_output.
11616 Use command as test name.
11617
cd2ddb6c
LM
116182016-12-01 Luis Machado <lgustavo@codesourcery.com>
11619
11620 Fix test names starting with uppercase throughout the files.
11621
11622 * gdb.ada/assign_1.exp
11623 * gdb.ada/boolean_expr.exp
11624 * gdb.base/arrayidx.exp
11625 * gdb.base/del.exp
11626 * gdb.base/gcore-buffer-overflow.exp
11627 * gdb.base/testenv.exp
11628 * gdb.compile/compile.exp
11629 * gdb.python/py-framefilter-invalidarg.exp
11630 * gdb.python/py-framefilter.exp
11631
bb95117e
LM
116322016-12-01 Luis Machado <lgustavo@codesourcery.com>
11633
11634 Fix test names starting with uppercase throughout the files.
11635
11636 * gdb.ada/array_return.exp
11637 * gdb.ada/expr_delims.exp
11638 * gdb.ada/mi_dyn_arr.exp
11639 * gdb.ada/mi_interface.exp
11640 * gdb.ada/mi_var_array.exp
11641 * gdb.ada/watch_arg.exp
11642 * gdb.arch/alpha-step.exp
11643 * gdb.arch/altivec-regs.exp
11644 * gdb.arch/e500-regs.exp
11645 * gdb.arch/powerpc-d128-regs.exp
11646 * gdb.base/arrayidx.exp
11647 * gdb.base/break.exp
11648 * gdb.base/checkpoint.exp
11649 * gdb.base/debug-expr.exp
11650 * gdb.base/dmsym.exp
11651 * gdb.base/radix.exp
11652 * gdb.base/sepdebug.exp
11653 * gdb.base/testenv.exp
11654 * gdb.base/watch_thread_num.exp
11655 * gdb.base/watchpoint-cond-gone.exp
11656 * gdb.cell/break.exp
11657 * gdb.cell/ea-cache.exp
11658 * gdb.compile/compile.exp
11659 * gdb.cp/gdb2495.exp
11660 * gdb.gdb/selftest.exp
11661 * gdb.gdb/xfullpath.exp
11662 * gdb.go/hello.exp
11663 * gdb.go/integers.exp
11664 * gdb.objc/basicclass.exp
11665 * gdb.pascal/hello.exp
11666 * gdb.pascal/integers.exp
11667 * gdb.python/py-breakpoint.exp
11668 * gdb.python/py-cmd.exp
11669 * gdb.python/py-linetable.exp
11670 * gdb.python/py-xmethods.exp
11671 * gdb.python/python.exp
11672 * gdb.reverse/consecutive-precsave.exp
11673 * gdb.reverse/finish-precsave.exp
11674 * gdb.reverse/i386-precsave.exp
11675 * gdb.reverse/machinestate-precsave.exp
11676 * gdb.reverse/sigall-precsave.exp
11677 * gdb.reverse/solib-precsave.exp
11678 * gdb.reverse/step-precsave.exp
11679 * gdb.reverse/until-precsave.exp
11680 * gdb.reverse/watch-precsave.exp
11681 * gdb.threads/leader-exit.exp
11682 * gdb.threads/pthreads.exp
11683 * gdb.threads/wp-replication.exp
11684 * gdb.trace/actions.exp
11685 * gdb.trace/mi-tsv-changed.exp
11686 * gdb.trace/tsv.exp
11687
de97fdd4
LM
116882016-12-01 Luis Machado <lgustavo@codesourcery.com>
11689
11690 Fix test names starting with uppercase throughout the files.
11691
11692 * gdb.arch/i386-bp_permanent.exp
11693 * gdb.arch/i386-gnu-cfi.exp
11694 * gdb.base/disasm-end-cu.exp
11695 * gdb.base/macscp.exp
11696 * gdb.base/pending.exp
11697 * gdb.base/watch_thread_num.exp
11698 * gdb.cp/exception.exp
11699 * gdb.cp/gdb2495.exp
11700 * gdb.cp/local.exp
11701 * gdb.python/py-evsignal.exp
11702 * gdb.python/python.exp
11703 * gdb.trace/tracecmd.exp
11704
9f058c10
LM
117052016-12-01 Luis Machado <lgustavo@codesourcery.com>
11706
11707 Fix test names starting with uppercase throughout the files.
11708
11709 * gdb.base/charset.exp
11710 * gdb.base/eval.exp
11711 * gdb.base/multi-forks.exp
11712 * gdb.guile/scm-progspace.exp
11713 * gdb.opencl/datatypes.exp
11714 * gdb.python/py-block.exp
11715 * gdb.python/py-function.exp
11716 * gdb.python/py-symbol.exp
11717 * gdb.python/py-symtab.exp
11718 * gdb.python/py-xmethods.exp
11719 * gdb.reverse/break-precsave.exp
11720 * gdb.reverse/break-reverse.exp
11721 * gdb.reverse/consecutive-precsave.exp
11722 * gdb.reverse/consecutive-reverse.exp
11723 * gdb.reverse/finish-precsave.exp
11724 * gdb.reverse/finish-reverse-bkpt.exp
11725 * gdb.reverse/finish-reverse.exp
11726 * gdb.reverse/fstatat-reverse.exp
11727 * gdb.reverse/getresuid-reverse.exp
11728 * gdb.reverse/i386-precsave.exp
11729 * gdb.reverse/i386-reverse.exp
11730 * gdb.reverse/i386-sse-reverse.exp
11731 * gdb.reverse/i387-stack-reverse.exp
11732 * gdb.reverse/insn-reverse.exp
11733 * gdb.reverse/machinestate-precsave.exp
11734 * gdb.reverse/machinestate.exp
11735 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11736 * gdb.reverse/pipe-reverse.exp
11737 * gdb.reverse/readv-reverse.exp
11738 * gdb.reverse/recvmsg-reverse.exp
11739 * gdb.reverse/rerun-prec.exp
11740 * gdb.reverse/s390-mvcle.exp
11741 * gdb.reverse/sigall-precsave.exp
11742 * gdb.reverse/sigall-reverse.exp
11743 * gdb.reverse/solib-precsave.exp
11744 * gdb.reverse/solib-reverse.exp
11745 * gdb.reverse/step-precsave.exp
11746 * gdb.reverse/step-reverse.exp
11747 * gdb.reverse/time-reverse.exp
11748 * gdb.reverse/until-precsave.exp
11749 * gdb.reverse/until-reverse.exp
11750 * gdb.reverse/waitpid-reverse.exp
11751 * gdb.reverse/watch-precsave.exp
11752 * gdb.reverse/watch-reverse.exp
11753
cdc7edd7
LM
117542016-12-01 Luis Machado <lgustavo@codesourcery.com>
11755
11756 Fix test names starting with uppercase throughout the files.
11757
11758 * gdb.arch/i386-mpx-simple_segv.exp
11759 * gdb.arch/i386-mpx.exp
11760 * gdb.arch/i386-permbkpt.exp
11761 * gdb.arch/pa-nullify.exp
11762 * gdb.arch/powerpc-d128-regs.exp
11763 * gdb.arch/vsx-regs.exp
11764 * gdb.base/bfp-test.exp
11765 * gdb.base/break.exp
11766 * gdb.base/breakpoint-shadow.exp
11767 * gdb.base/callfuncs.exp
11768 * gdb.base/charset.exp
11769 * gdb.base/commands.exp
11770 * gdb.base/completion.exp
11771 * gdb.base/dfp-test.exp
11772 * gdb.base/echo.exp
11773 * gdb.base/ending-run.exp
11774 * gdb.base/eval.exp
11775 * gdb.base/expand-psymtabs.exp
11776 * gdb.base/float128.exp
11777 * gdb.base/floatn.exp
11778 * gdb.base/foll-exec-mode.exp
11779 * gdb.base/gdb1056.exp
11780 * gdb.base/gdb11531.exp
11781 * gdb.base/kill-after-signal.exp
11782 * gdb.base/multi-forks.exp
11783 * gdb.base/overlays.exp
11784 * gdb.base/pending.exp
11785 * gdb.base/sepdebug.exp
11786 * gdb.base/testenv.exp
11787 * gdb.base/valgrind-db-attach.exp
11788 * gdb.base/watch_thread_num.exp
11789 * gdb.base/watchpoint-cond-gone.exp
11790 * gdb.base/watchpoint.exp
11791 * gdb.base/watchpoints.exp
11792 * gdb.cp/arg-reference.exp
11793 * gdb.cp/baseenum.exp
11794 * gdb.cp/operator.exp
11795 * gdb.cp/shadow.exp
11796 * gdb.dwarf2/dw2-op-out-param.exp
11797 * gdb.dwarf2/dw2-reg-undefined.exp
11798 * gdb.go/chan.exp
11799 * gdb.go/hello.exp
11800 * gdb.go/integers.exp
11801 * gdb.go/methods.exp
11802 * gdb.go/package.exp
11803 * gdb.guile/scm-parameter.exp
11804 * gdb.guile/scm-progspace.exp
11805 * gdb.guile/scm-value.exp
11806 * gdb.mi/mi-pending.exp
11807 * gdb.mi/user-selected-context-sync.exp
11808 * gdb.multi/multi-attach.exp
11809 * gdb.multi/tids.exp
11810 * gdb.opt/clobbered-registers-O2.exp
11811 * gdb.pascal/floats.exp
11812 * gdb.pascal/integers.exp
11813 * gdb.python/py-block.exp
11814 * gdb.python/py-events.exp
11815 * gdb.python/py-parameter.exp
11816 * gdb.python/py-symbol.exp
11817 * gdb.python/py-symtab.exp
11818 * gdb.python/py-type.exp
11819 * gdb.python/py-value.exp
11820 * gdb.python/py-xmethods.exp
11821 * gdb.python/python.exp
11822 * gdb.reverse/break-precsave.exp
11823 * gdb.reverse/consecutive-precsave.exp
11824 * gdb.reverse/finish-precsave.exp
11825 * gdb.reverse/i386-precsave.exp
11826 * gdb.reverse/machinestate-precsave.exp
11827 * gdb.reverse/sigall-precsave.exp
11828 * gdb.reverse/solib-precsave.exp
11829 * gdb.reverse/step-precsave.exp
11830 * gdb.reverse/until-precsave.exp
11831 * gdb.reverse/watch-precsave.exp
11832 * gdb.server/ext-attach.exp
11833 * gdb.server/ext-restart.exp
11834 * gdb.server/ext-run.exp
11835 * gdb.server/ext-wrapper.exp
11836 * gdb.stabs/gdb11479.exp
11837 * gdb.stabs/weird.exp
11838 * gdb.threads/attach-many-short-lived-threads.exp
11839 * gdb.threads/kill.exp
11840 * gdb.threads/watchpoint-fork.exp
11841
bc6c7af4
LM
118422016-12-01 Luis Machado <lgustavo@codesourcery.com>
11843
11844 Fix test names starting with uppercase throughout all the files below.
11845
11846 * gdb.ada/array_return.exp
11847 * gdb.ada/catch_ex.exp
11848 * gdb.ada/info_exc.exp
11849 * gdb.ada/mi_catch_ex.exp
11850 * gdb.ada/mi_dyn_arr.exp
11851 * gdb.ada/mi_ex_cond.exp
11852 * gdb.ada/mi_exc_info.exp
11853 * gdb.ada/mi_interface.exp
11854 * gdb.ada/mi_task_arg.exp
11855 * gdb.ada/mi_task_info.exp
11856 * gdb.ada/mi_var_array.exp
11857 * gdb.arch/alpha-step.exp
11858 * gdb.arch/amd64-disp-step.exp
11859 * gdb.arch/arm-disp-step.exp
11860 * gdb.arch/disp-step-insn-reloc.exp
11861 * gdb.arch/e500-prologue.exp
11862 * gdb.arch/ftrace-insn-reloc.exp
11863 * gdb.arch/gdb1558.exp
11864 * gdb.arch/i386-bp_permanent.exp
11865 * gdb.arch/i386-disp-step.exp
11866 * gdb.arch/i386-float.exp
11867 * gdb.arch/i386-gnu-cfi.exp
11868 * gdb.arch/ia64-breakpoint-shadow.exp
11869 * gdb.arch/mips16-thunks.exp
11870 * gdb.arch/pa-nullify.exp
11871 * gdb.arch/powerpc-aix-prologue.exp
11872 * gdb.arch/powerpc-power.exp
11873 * gdb.arch/ppc-dfp.exp
11874 * gdb.arch/s390-tdbregs.exp
11875 * gdb.arch/spu-info.exp
11876 * gdb.arch/spu-ls.exp
11877 * gdb.arch/thumb-bx-pc.exp
11878 * gdb.base/advance.exp
11879 * gdb.base/annota-input-while-running.exp
11880 * gdb.base/arrayidx.exp
11881 * gdb.base/asmlabel.exp
11882 * gdb.base/async.exp
11883 * gdb.base/attach-wait-input.exp
11884 * gdb.base/auto-connect-native-target.exp
11885 * gdb.base/batch-preserve-term-settings.exp
11886 * gdb.base/bfp-test.exp
11887 * gdb.base/bigcore.exp
11888 * gdb.base/bp-permanent.exp
11889 * gdb.base/break-always.exp
11890 * gdb.base/break-fun-addr.exp
11891 * gdb.base/break-idempotent.exp
11892 * gdb.base/break-main-file-remove-fail.exp
11893 * gdb.base/break-probes.exp
11894 * gdb.base/break-unload-file.exp
11895 * gdb.base/break.exp
11896 * gdb.base/call-ar-st.exp
11897 * gdb.base/call-rt-st.exp
11898 * gdb.base/call-sc.exp
11899 * gdb.base/call-signal-resume.exp
11900 * gdb.base/call-strs.exp
11901 * gdb.base/callexit.exp
11902 * gdb.base/callfuncs.exp
11903 * gdb.base/catch-gdb-caused-signals.exp
11904 * gdb.base/catch-signal-siginfo-cond.exp
11905 * gdb.base/catch-syscall.exp
11906 * gdb.base/compare-sections.exp
11907 * gdb.base/cond-eval-mode.exp
11908 * gdb.base/condbreak-call-false.exp
11909 * gdb.base/consecutive-step-over.exp
11910 * gdb.base/cursal.exp
11911 * gdb.base/disabled-location.exp
11912 * gdb.base/disasm-end-cu.exp
11913 * gdb.base/display.exp
11914 * gdb.base/double-prompt-target-event-error.exp
11915 * gdb.base/dprintf-bp-same-addr.exp
11916 * gdb.base/dprintf-detach.exp
11917 * gdb.base/dprintf-next.exp
11918 * gdb.base/dprintf-non-stop.exp
11919 * gdb.base/dprintf-pending.exp
11920 * gdb.base/dso2dso.exp
11921 * gdb.base/ending-run.exp
11922 * gdb.base/enum_cond.exp
11923 * gdb.base/examine-backward.exp
11924 * gdb.base/exe-lock.exp
11925 * gdb.base/exec-invalid-sysroot.exp
11926 * gdb.base/execl-update-breakpoints.exp
11927 * gdb.base/execution-termios.exp
11928 * gdb.base/fileio.exp
11929 * gdb.base/fixsection.exp
11930 * gdb.base/foll-exec-mode.exp
11931 * gdb.base/foll-exec.exp
11932 * gdb.base/fork-running-state.exp
11933 * gdb.base/frame-args.exp
11934 * gdb.base/fullpath-expand.exp
11935 * gdb.base/func-ptr.exp
11936 * gdb.base/gcore-relro-pie.exp
11937 * gdb.base/gdb1090.exp
11938 * gdb.base/gdb1555.exp
11939 * gdb.base/global-var-nested-by-dso.exp
11940 * gdb.base/gnu-ifunc.exp
11941 * gdb.base/hbreak-in-shr-unsupported.exp
11942 * gdb.base/hbreak-unmapped.exp
11943 * gdb.base/hook-stop.exp
11944 * gdb.base/infcall-input.exp
11945 * gdb.base/info-fun.exp
11946 * gdb.base/info-shared.exp
11947 * gdb.base/interrupt-noterm.exp
11948 * gdb.base/jit-so.exp
11949 * gdb.base/jit.exp
11950 * gdb.base/line-symtabs.exp
11951 * gdb.base/list.exp
11952 * gdb.base/longjmp.exp
11953 * gdb.base/macscp.exp
11954 * gdb.base/max-value-size.exp
11955 * gdb.base/nodebug.exp
11956 * gdb.base/nofield.exp
11957 * gdb.base/overlays.exp
11958 * gdb.base/paginate-after-ctrl-c-running.exp
11959 * gdb.base/paginate-bg-execution.exp
11960 * gdb.base/paginate-inferior-exit.exp
11961 * gdb.base/pending.exp
11962 * gdb.base/pr11022.exp
11963 * gdb.base/printcmds.exp
11964 * gdb.base/ptr-typedef.exp
11965 * gdb.base/ptype.exp
11966 * gdb.base/randomize.exp
11967 * gdb.base/range-stepping.exp
11968 * gdb.base/realname-expand.exp
11969 * gdb.base/relativedebug.exp
11970 * gdb.base/remote.exp
11971 * gdb.base/savedregs.exp
11972 * gdb.base/sepdebug.exp
11973 * gdb.base/set-noassign.exp
11974 * gdb.base/shlib-call.exp
11975 * gdb.base/shreloc.exp
11976 * gdb.base/sigaltstack.exp
11977 * gdb.base/sigbpt.exp
11978 * gdb.base/siginfo-addr.exp
11979 * gdb.base/siginfo-obj.exp
11980 * gdb.base/siginfo-thread.exp
11981 * gdb.base/signest.exp
11982 * gdb.base/signull.exp
11983 * gdb.base/sigrepeat.exp
11984 * gdb.base/skip.exp
11985 * gdb.base/so-impl-ld.exp
11986 * gdb.base/solib-corrupted.exp
11987 * gdb.base/solib-disc.exp
11988 * gdb.base/solib-display.exp
11989 * gdb.base/solib-overlap.exp
11990 * gdb.base/solib-search.exp
11991 * gdb.base/solib-symbol.exp
11992 * gdb.base/source-execution.exp
11993 * gdb.base/sss-bp-on-user-bp-2.exp
11994 * gdb.base/sss-bp-on-user-bp.exp
11995 * gdb.base/stack-checking.exp
11996 * gdb.base/stale-infcall.exp
11997 * gdb.base/step-break.exp
11998 * gdb.base/step-line.exp
11999 * gdb.base/step-over-exit.exp
12000 * gdb.base/step-test.exp
12001 * gdb.base/structs.exp
12002 * gdb.base/sym-file.exp
12003 * gdb.base/symtab-search-order.exp
12004 * gdb.base/term.exp
12005 * gdb.base/type-opaque.exp
12006 * gdb.base/unload.exp
12007 * gdb.base/until-nodebug.exp
12008 * gdb.base/until.exp
12009 * gdb.base/unwindonsignal.exp
12010 * gdb.base/watch-cond.exp
12011 * gdb.base/watch-non-mem.exp
12012 * gdb.base/watch_thread_num.exp
12013 * gdb.base/watchpoint-reuse-slot.exp
12014 * gdb.base/watchpoint-solib.exp
12015 * gdb.base/watchpoint.exp
12016 * gdb.btrace/dlopen.exp
12017 * gdb.cell/arch.exp
12018 * gdb.cell/break.exp
12019 * gdb.cell/bt.exp
12020 * gdb.cell/core.exp
12021 * gdb.cell/data.exp
12022 * gdb.cell/dwarfaddr.exp
12023 * gdb.cell/ea-cache.exp
12024 * gdb.cell/ea-standalone.exp
12025 * gdb.cell/ea-test.exp
12026 * gdb.cell/f-regs.exp
12027 * gdb.cell/fork.exp
12028 * gdb.cell/gcore.exp
12029 * gdb.cell/mem-access.exp
12030 * gdb.cell/ptype.exp
12031 * gdb.cell/registers.exp
12032 * gdb.cell/sizeof.exp
12033 * gdb.cell/solib-symbol.exp
12034 * gdb.cell/solib.exp
12035 * gdb.compile/compile-tls.exp
12036 * gdb.cp/exception.exp
12037 * gdb.cp/gdb2495.exp
12038 * gdb.cp/local.exp
12039 * gdb.cp/mb-inline.exp
12040 * gdb.cp/mb-templates.exp
12041 * gdb.cp/pr10687.exp
12042 * gdb.cp/pr9167.exp
12043 * gdb.cp/scope-err.exp
12044 * gdb.cp/templates.exp
12045 * gdb.cp/virtfunc.exp
12046 * gdb.dwarf2/dw2-dir-file-name.exp
12047 * gdb.dwarf2/dw2-single-line-discriminators.exp
12048 * gdb.fortran/complex.exp
12049 * gdb.fortran/library-module.exp
12050 * gdb.guile/guile.exp
12051 * gdb.guile/scm-cmd.exp
12052 * gdb.guile/scm-frame-inline.exp
12053 * gdb.guile/scm-objfile.exp
12054 * gdb.guile/scm-pretty-print.exp
12055 * gdb.guile/scm-symbol.exp
12056 * gdb.guile/scm-type.exp
12057 * gdb.guile/scm-value.exp
12058 * gdb.linespec/keywords.exp
12059 * gdb.linespec/ls-errs.exp
12060 * gdb.linespec/macro-relative.exp
12061 * gdb.linespec/thread.exp
12062 * gdb.mi/mi-breakpoint-changed.exp
12063 * gdb.mi/mi-dprintf-pending.exp
12064 * gdb.mi/mi-fullname-deleted.exp
12065 * gdb.mi/mi-logging.exp
12066 * gdb.mi/mi-pending.exp
12067 * gdb.mi/mi-solib.exp
12068 * gdb.mi/new-ui-mi-sync.exp
12069 * gdb.mi/user-selected-context-sync.exp
12070 * gdb.multi/dummy-frame-restore.exp
12071 * gdb.multi/multi-arch-exec.exp
12072 * gdb.multi/remove-inferiors.exp
12073 * gdb.multi/watchpoint-multi-exit.exp
12074 * gdb.opt/solib-intra-step.exp
12075 * gdb.perf/backtrace.exp
12076 * gdb.perf/single-step.exp
12077 * gdb.perf/skip-command.exp
12078 * gdb.perf/skip-prologue.exp
12079 * gdb.perf/solib.exp
12080 * gdb.python/lib-types.exp
12081 * gdb.python/py-as-string.exp
12082 * gdb.python/py-bad-printers.exp
12083 * gdb.python/py-block.exp
12084 * gdb.python/py-breakpoint.exp
12085 * gdb.python/py-cmd.exp
12086 * gdb.python/py-events.exp
12087 * gdb.python/py-evthreads.exp
12088 * gdb.python/py-finish-breakpoint.exp
12089 * gdb.python/py-finish-breakpoint2.exp
12090 * gdb.python/py-frame-inline.exp
12091 * gdb.python/py-frame.exp
12092 * gdb.python/py-inferior.exp
12093 * gdb.python/py-infthread.exp
12094 * gdb.python/py-mi.exp
12095 * gdb.python/py-objfile.exp
12096 * gdb.python/py-pp-maint.exp
12097 * gdb.python/py-pp-registration.exp
12098 * gdb.python/py-prettyprint.exp
12099 * gdb.python/py-recurse-unwind.exp
12100 * gdb.python/py-shared.exp
12101 * gdb.python/py-symbol.exp
12102 * gdb.python/py-symtab.exp
12103 * gdb.python/py-template.exp
12104 * gdb.python/py-type.exp
12105 * gdb.python/py-unwind-maint.exp
12106 * gdb.python/py-unwind.exp
12107 * gdb.python/py-value.exp
12108 * gdb.python/python.exp
12109 * gdb.reverse/finish-reverse-bkpt.exp
12110 * gdb.reverse/insn-reverse.exp
12111 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12112 * gdb.reverse/solib-precsave.exp
12113 * gdb.reverse/solib-reverse.exp
12114 * gdb.stabs/gdb11479.exp
12115 * gdb.stabs/weird.exp
12116 * gdb.threads/fork-child-threads.exp
12117 * gdb.threads/fork-plus-threads.exp
12118 * gdb.threads/fork-thread-pending.exp
12119 * gdb.threads/forking-threads-plus-breakpoint.exp
12120 * gdb.threads/hand-call-in-threads.exp
12121 * gdb.threads/interrupted-hand-call.exp
12122 * gdb.threads/linux-dp.exp
12123 * gdb.threads/local-watch-wrong-thread.exp
12124 * gdb.threads/next-while-other-thread-longjmps.exp
12125 * gdb.threads/non-ldr-exit.exp
12126 * gdb.threads/pending-step.exp
12127 * gdb.threads/print-threads.exp
12128 * gdb.threads/process-dies-while-detaching.exp
12129 * gdb.threads/process-dies-while-handling-bp.exp
12130 * gdb.threads/pthreads.exp
12131 * gdb.threads/queue-signal.exp
12132 * gdb.threads/reconnect-signal.exp
12133 * gdb.threads/signal-command-handle-nopass.exp
12134 * gdb.threads/signal-command-multiple-signals-pending.exp
12135 * gdb.threads/signal-delivered-right-thread.exp
12136 * gdb.threads/signal-sigtrap.exp
12137 * gdb.threads/sigthread.exp
12138 * gdb.threads/staticthreads.exp
12139 * gdb.threads/stepi-random-signal.exp
12140 * gdb.threads/thread-unwindonsignal.exp
12141 * gdb.threads/thread_check.exp
12142 * gdb.threads/thread_events.exp
12143 * gdb.threads/tid-reuse.exp
12144 * gdb.threads/tls-nodebug.exp
12145 * gdb.threads/tls-shared.exp
12146 * gdb.threads/tls-so_extern.exp
12147 * gdb.threads/tls.exp
12148 * gdb.threads/wp-replication.exp
12149 * gdb.trace/actions-changed.exp
12150 * gdb.trace/actions.exp
12151 * gdb.trace/backtrace.exp
12152 * gdb.trace/change-loc.exp
12153 * gdb.trace/collection.exp
12154 * gdb.trace/deltrace.exp
12155 * gdb.trace/disconnected-tracing.exp
12156 * gdb.trace/entry-values.exp
12157 * gdb.trace/ftrace-lock.exp
12158 * gdb.trace/ftrace.exp
12159 * gdb.trace/infotrace.exp
12160 * gdb.trace/mi-trace-frame-collected.exp
12161 * gdb.trace/mi-trace-unavailable.exp
12162 * gdb.trace/mi-traceframe-changed.exp
12163 * gdb.trace/mi-tracepoint-changed.exp
12164 * gdb.trace/mi-tsv-changed.exp
12165 * gdb.trace/no-attach-trace.exp
12166 * gdb.trace/packetlen.exp
12167 * gdb.trace/passc-dyn.exp
12168 * gdb.trace/passcount.exp
12169 * gdb.trace/pending.exp
12170 * gdb.trace/pr16508.exp
12171 * gdb.trace/qtro.exp
12172 * gdb.trace/range-stepping.exp
12173 * gdb.trace/read-memory.exp
12174 * gdb.trace/report.exp
12175 * gdb.trace/save-trace.exp
12176 * gdb.trace/signal.exp
12177 * gdb.trace/stap-trace.exp
12178 * gdb.trace/status-stop.exp
12179 * gdb.trace/strace.exp
12180 * gdb.trace/tfile.exp
12181 * gdb.trace/tfind.exp
12182 * gdb.trace/trace-break.exp
12183 * gdb.trace/trace-condition.exp
12184 * gdb.trace/trace-enable-disable.exp
12185 * gdb.trace/trace-mt.exp
12186 * gdb.trace/tracecmd.exp
12187 * gdb.trace/tracefile-pseudo-reg.exp
12188 * gdb.trace/tspeed.exp
12189 * gdb.trace/tstatus.exp
12190 * gdb.trace/tsv.exp
12191 * gdb.trace/unavailable.exp
12192 * gdb.trace/while-dyn.exp
12193 * gdb.trace/while-stepping.exp
12194 * lib/gdb-guile.exp
12195 * lib/gdb.exp
12196 * lib/mi-support.exp
12197 * lib/pascal.exp
12198 * lib/perftest.exp
12199 * lib/prelink-support.exp
12200 * lib/selftest-support.exp
12201
ad02e4fe
SM
122022016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12203
12204 * Makefile.in: Include disable-implicit-rules.mk.
12205
22347e55
AA
122062016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12207
12208 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12209 non-byte-aligned bit fields.
12210
da5b30da
AA
122112016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12212
12213 PR gdb/12616
12214 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12215 respects the DW_AT_data_bit_offset attribute.
12216
b593ecca
SM
122172016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12218
12219 * gdb.base/default.exp: Fix output of "set language".
12220
3b165252
SM
122212016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12222
12223 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12224 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12225 make.
12226 * configure.ac: Remove checks for the make program.
12227 * configure: Re-generate.
12228
1a2f3d7f
KB
122292016-11-16 Kevin Buettner <kevinb@redhat.com>
12230
12231 * gdb.python/py-recurse-unwind.c (main): Add loop.
12232 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12233 to read_register() and gdb.parse_and_eval(). Make each code
12234 call a separate case that can be individually tested.
12235 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12236 proc. Call cont_and_backtrace for each of the code paths that
12237 we want to test in the unwinder.
12238
b7f38fda
AA
122392016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12240
12241 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12242 the definition of struct S.
12243
1f8db343
CM
122442016-11-11 Catherine Moore <clm@codesourcery.com>
12245
12246 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12247
fad0c9fb
PA
122482016-11-09 Pedro Alves <palves@redhat.com>
12249
12250 * gdb.base/commands.exp (runto_or_return): New procedure.
12251 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12252 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12253 (progvar_simple_while_test, progvar_complex_if_while_test)
12254 (if_while_breakpoint_command_test)
12255 (infrun_breakpoint_command_test, breakpoint_command_test)
12256 (user_defined_command_test, watchpoint_command_test)
12257 (test_command_prompt_position, redefine_hook_test)
12258 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12259 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12260 multi_line_input and multi_line. Remove gdb_expect and
12261 gdb_stop_suppressing_tests uses.
12262 * lib/gdb.exp (valnum_re): New global.
12263 (multi_line_input): New procedure.
12264
8354c62c
SM
122652016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12266
12267 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12268 Remove.
12269 (test_setup): Define with proc_with_prefix.
12270 (test_cli_inferior): Likewise.
12271 (test_cli_thread): Likewise.
12272 (test_cli_frame): Likewise.
12273 (test_cli_select_frame): Likewise.
12274 (test_cli_up_down): Likewise.
12275 (test_mi_thread_select): Likewise.
12276 (test_mi_stack_select_frame): Likewise.
12277 (test_cli_in_mi_inferior): Likewise.
12278 (test_cli_in_mi_thread): Likewise.
12279 (test_cli_in_mi_frame): Likewise.
12280 (top level): Do not use with_test_prefix_procname.
12281
64f367a2
PA
122822016-11-09 Pedro Alves <palves@redhat.com>
12283
12284 * gdb.base/commands.exp (gdbvar_simple_if_test)
12285 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12286 (progvar_simple_if_test, progvar_simple_while_test)
12287 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12288 (infrun_breakpoint_command_test, breakpoint_command_test)
12289 (user_defined_command_test, watchpoint_command_test)
12290 (test_command_prompt_position, deprecated_command_test)
12291 (bp_deleted_in_command, temporary_breakpoint_commands)
12292 (stray_arg0_test, source_file_with_indented_comment)
12293 (recursive_source_test, if_commands_test)
12294 (error_clears_commands_left, redefine_hook_test)
12295 (redefine_backtrace_test): Use proc_with_prefix.
12296 * lib/gdb.exp (proc_with_prefix): New proc.
12297
0bb65f1e
AA
122982016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12299
12300 * gdb.base/tui-layout.c: New file.
12301 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12302 disassembly window contains very long lines.
12303
7353f247
TT
123042016-11-08 Tom Tromey <tom@tromey.com>
12305
12306 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12307 depend on Python 2.
12308
30a7bb83
TT
123092016-11-08 Tom Tromey <tom@tromey.com>
12310
12311 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12312 New method.
12313
cdf5a07c
MG
123142016-10-29 Manish Goregaokar <manish@mozilla.com>
12315
2806dc7e 12316 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 12317
51a789c3
MG
123182016-10-27 Manish Goregaokar <manish@mozilla.com>
12319
2806dc7e
PA
12320 * gdb.rust/simple.rs: Add test for univariant enums without
12321 discriminants and for encoded struct-like enums.
51a789c3 12322
f610ab6d
PA
123232016-10-28 Pedro Alves <palves@redhat.com>
12324
12325 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12326 gdb_test_multiple, tighten regexps and match symtabs and line
12327 tables incrementally.
12328
b129b0ca
LM
123292016-10-28 Luis Machado <lgustavo@codesourcery.com>
12330
12331 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12332 general.
12333
ecf45d2c
SL
123342016-10-25 Luis Machado <lgustavo@codesourcery.com>
12335
12336 * gdb.base/exec-invalid-sysroot.exp: New file.
12337
b8d38ee4
JK
123382016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12339
12340 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12341
f90fd8c2
JK
123422016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12343
12344 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12345
2d2476aa
MR
123462016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12347
2806dc7e
PA
12348 * gdb.base/killed-outside.exp: Remove $options from a call to
12349 `prepare_for_testing'.
2d2476aa 12350
e42b25a0
SM
123512016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12352
12353 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12354 Change test message.
12355
3ccdb432
SM
123562016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12357
12358 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12359 Update comment.
12360
5bad3170
SM
123612016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12362
12363 * gdb.trace/mi-trace-save.exp: New file.
12364
5ad9dba7
YQ
123652016-10-13 Yao Qi <yao.qi@linaro.org>
12366
12367 * gdb.base/code_elim.exp (get_var_address): Remove.
12368 * gdb.base/relocate.exp: Likewise.
12369 * gdb.base/shreloc.exp: Likewise.
12370 * lib/gdb.exp (get_var_address): New.
12371
62df7e21
YQ
123722016-10-13 Yao Qi <yao.qi@linaro.org>
12373
12374 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12375 floating point tests if $skip_float_test is false.
12376
4dac951e
LM
123772016-10-12 Luis Machado <lgustavo@codesourcery.com>
12378
12379 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12380 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12381 argc values.
12382 Add 1 to argc so we guarantee distinct initial/modified argc values.
12383
8f1a8fc4
JK
123842016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12385
12386 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12387
16c85b5d
JK
123882016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12389
12390 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12391 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12392 * gdb.arch/vsx-regs.exp: Likewise.
12393
1d0e042a
YQ
123942016-10-07 Yao Qi <yao.qi@linaro.org>
12395
12396 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12397
68dadef5
MM
123982016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12399
12400 * gdb.python/python.exp: Test decode_line("*0").
12401
33fa2c6e
DE
124022016-10-06 Doug Evans <dje@google.com>
12403
12404 * gdb.python/py-value.exp (test_value_creation): Add test for large
12405 unsigned 64-bit value.
12406
9c37b5ae
TT
124072016-10-06 Tom Tromey <tom@tromey.com>
12408
12409 * gdb.compile/compile.exp: Change java tests to rust.
12410 * gdb.base/setshow.exp: Change java tests to rust.
12411 * gdb.base/default.exp: Remove java from language list.
12412 * README (Examples): Update language example.
12413 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12414 test.
12415 * lib/gdb.exp (skip_java_tests): Remove.
12416 * lib/java.exp: Remove.
12417 * gdb.java: Remove.
12418
78b86327
MR
124192016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12420
12421 * gdb.arch/mips-fcr.exp: New test.
12422 * gdb.arch/mips-fcr.c: Source for the new test.
12423
7470adbb
MR
124242016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12425
12426 * gdb.base/solib-disc.exp: Use `standard_output_file'
12427 throughout.
12428
4a556533
PA
124292016-10-06 Pedro Alves <palves@redhat.com>
12430
12431 * gdb.base/jit-simple-dl.c: New file.
12432 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12433 * gdb.base/jit-simple.c: ... this.
12434 * gdb.base/jit-simple.exp (jit_run): Delete.
12435 (build_jit): New proc.
12436 (jit_test_reread): Recompile either the main program or the shared
12437 library, depending on what is being tested. Skip changing address
12438 if caller wants to. Compare before/after addresses. If testing
12439 standalone, explicitly load the binary. Test "maint info
12440 breakpoints".
12441 (top level): Add "standalone vs shared lib" and "change address"
12442 vs "same address" axes.
12443
5a122fbc
PA
124442016-10-06 Pedro Alves <palves@redhat.com>
12445
12446 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12447 call.
12448 (jit_run): Delete.
12449 (jit_test_reread): Use with_test_prefix. Reload the main binary
12450 explicitly. Compare the before/after addresses of the JIT
12451 descriptor.
12452
ee8da4b8
DE
124532016-08-15 Doug Evans <dje@google.com>
12454
12455 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12456 for single bitfields is bool.
12457 * gdb.xml/tdesc-regs.exp: Ditto.
12458
f389f6fe
JK
124592016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12460
12461 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12462
fdebf1a4
YQ
124632016-10-05 Yao Qi <yao.qi@linaro.org>
12464
12465 * lib/gdb.exp (support_complex_tests): Return zero if
12466 gdb_skip_float_test return true.
12467
9c36d954 124682016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12469 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
12470
12471 PR gdb/20487
12472 * gdb.mi/user-selected-context-sync.exp: New file.
12473 * gdb.mi/user-selected-context-sync.c: New file.
12474
4034d0ff 124752016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12476 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
12477
12478 PR gdb/20487
12479 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12480 =thread-select-event check.
12481
a4297203
PB
124822016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12483
12484 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12485 the compulsory L operand changes.
12486 * gdb.arch/powerpc-power.s: Likewise.
12487
bb805577
JK
124882016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12489
12490 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12491 * gdb.base/jit-attach-pie.c: New file.
12492 * gdb.base/jit-attach-pie.exp: New file.
12493
6d61dee5
PA
124942016-09-28 Pedro Alves <palves@redhat.com>
12495
12496 * gdb.base/infcall-input.c: New file.
12497 * gdb.base/infcall-input.exp: New file.
12498
f73842fc
YQ
124992016-09-22 Yao Qi <yao.qi@linaro.org>
12500
12501 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12502 (gdb_exit): Rename it to ...
12503 (gdbserver_gdb_exit): ... Close GDBserver.
12504 (gdb_exit): New proc, call gdbserver_gdb_exit.
12505 (mi_gdb_exit): Likewise.
12506
90681dab
YQ
125072016-09-22 Yao Qi <yao.qi@linaro.org>
12508
12509 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12510 path.
12511 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12512 Remove duplication.
12513
9c211fd8
YQ
125142016-09-22 Yao Qi <yao.qi@linaro.org>
12515
12516 * lib/gdbserver-support.exp: Check the existence of
12517 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12518
ad0a504f
AK
125192016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12520
12521 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12522
36cf1806
TT
125232016-09-21 Tom Tromey <tom@tromey.com>
12524
12525 PR gdb/20604:
12526 * gdb.base/quit.exp: New file.
12527
74172ecf
SM
125282016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12529
12530 * .gitignore: New file.
12531
3d0ec882
MR
125322016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12533
12534 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12535 throughout.
12536
8193adea
AA
125372016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12538
12539 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12540
d41a5c09
JK
125412016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12542
12543 * gdb.cp/casts.cc (decltype): Move it ...
12544 (main): ... with its call to ...
12545 * gdb.cp/casts03.cc: ... a new file.
12546 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12547
d2dfe700
JK
125482016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12549
12550 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12551
e2a92b16
PB
125522016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12553
12554 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12555 and sync up the test with tests in gas/testsuite/gas/ppc.
12556 * gdb.arch/powerpc-power.exp: Likewise.
12557
49b4de64
JK
125582016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12559
12560 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12561
2c29df25
SDJ
125622016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12563 Jan Kratochvil <jan.kratochvil@redhat.com>
12564
12565 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12566 make m1's definition to be different from m2's. Use 'dummy' as an
12567 argument for probe 'two'.
12568
cc3c2846
JB
125692016-09-10 Jon Beniston <jon@beniston.com>
12570
12571 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12572 for sim target.
12573
e1b2624a
AA
125742016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12575
12576 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12577 variable declaration.
12578 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12579 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12580 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12581 received HWCAP as its argument.
12582
4295e285
PA
125832016-09-06 Pedro Alves <palves@redhat.com>
12584
12585 * gdb.base/new-ui-pending-input.c: New file.
12586 * gdb.base/new-ui-pending-input.exp: New file.
12587 * gdb.exp (clear_gdb_spawn_id): New procedure.
12588 (with_spawn_id): Check whether gdb_spawn_id exists before
12589 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12590 on exit.
12591
00d5215e
UW
125922016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12593
12594 * gdb.base/float128.c: New file.
12595 * gdb.base/float128.exp: Likewise.
12596 * gdb.base/floatn.c: Likewise.
12597 * gdb.base/floatn.exp: Likewise.
12598
a9ff5f12
UW
125992016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12600
12601 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12602
f245535c
PA
126032016-09-05 Pedro Alves <palves@redhat.com>
12604
12605 PR backtrace/19927
12606 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12607 unwinders are immediately called as side effect of "source" or
12608 "disable unwinder" commands.
12609 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12610
ae9cf263
YQ
126112016-09-02 Yao Qi <yao.qi@linaro.org>
12612
12613 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12614 is true and $type is "float" or "double".
12615
27aba047
YQ
126162016-09-02 Yao Qi <yao.qi@linaro.org>
12617
12618 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12619 true.
12620 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12621 * gdb.base/call-rt-st.exp: Likewise.
12622 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12623 return value instead of gdb,skip_float_test.
12624 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12625 (do_function_calls): Use its return value instead of
12626 gdb,skip_float_test.
12627 * gdb.base/finish.exp: Likewise.
12628 * gdb.base/funcargs.exp: Likewise.
12629 * gdb.base/return.exp: Likewise.
12630 * gdb.base/return2.exp: Likewise.
12631 * gdb.base/varargs.exp: Likewise.
12632 * lib/gdb.exp (gdb_skip_float_test): Change it to
12633 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12634
5af962df
AA
126352016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12636
12637 * gdb.multi/tids.exp: Test "thread apply all".
12638
7fac6910
JK
126392016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12640
12641 * gdb.base/default.exp (tty): Remove.
12642
bb1fe4ac
KB
126432016-08-24 Kevin Buettner <kevinb@redhat.com>
12644
2806dc7e
PA
12645 * gdb.python/py-recurse-unwind.c: New file.
12646 * gdb.python/py-recurse-unwind.py: New file.
12647 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 12648
0a1ddfa6
SM
126492016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12650
12651 * gdb.base/set-inferior-tty.exp: New file.
12652 * gdb.base/set-inferior-tty.c: New file.
12653
d9de1fe3
PA
126542016-08-23 Pedro Alves <palves@redhat.com>
12655
12656 PR gdb/20494
12657 * gdb.base/new-ui-echo.c: New file.
12658 * gdb.base/new-ui-echo.exp: New file.
12659
e9d9abd7
YQ
126602016-08-23 Yao Qi <yao.qi@linaro.org>
12661
12662 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12663 gdbserver_spawn.
12664 * gdb.server/connect-without-multi-process.exp (do_test):
12665 Likewise.
12666
3589529e
YQ
126672016-08-23 Yao Qi <yao.qi@linaro.org>
12668
12669 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12670 standalone_txt. Delete gdb_txt and standalone_txt on host
12671 and target. Spawn the binary on target. Copy files from
12672 target to host.
12673
6bb90213
PA
126742016-08-22 Pedro Alves <palves@redhat.com>
12675
12676 PR gdb/20505
12677 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12678 with_test_prefix. Factor out bits to ...
12679 (test_no_vdso): ... this new procedure.
12680
20c2c024
CL
126812016-08-19 Carl Love <cel@us.ibm.com>
12682
12683 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12684 maintaining separate logic for constructing the output path.
12685 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12686 * gdb.arch/ppc-dfp.exp: Likewise.
12687 * gdb.arch/ppc-fp.exp: Likewise.
12688 * gdb.arch/vsx-regs.exp: Likewise.
12689 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12690 binprefix for generating the additional binary files.
12691
0646e07d
PA
126922016-08-19 Pedro Alves <palves@redhat.com>
12693
12694 * gdb.trace/mi-trace-frame-collected.exp
12695 (test_trace_frame_collected): On x32, expect two registers.
12696
46da9242
CL
126972016-08-18 Carl Love <cel@us.ibm.com>
12698
12699 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12700 and sync up the test with tests in gas/testsuite/gas/ppc.
12701 * gdb.arch/powerpc-power.exp: Likewise.
12702
eb2332d7
SM
127032016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12704
12705 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12706 expected error message.
12707
63c61e04
SM
127082016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12709
12710 * gdb.multi/remove-inferiors.exp: New file.
12711 * gdb.multi/remove-inferiors.c: New file.
12712
7b17065f
YQ
127132016-08-12 Yao Qi <yao.qi@linaro.org>
12714
12715 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12716 argument list.
12717
01d3dedf
PA
127182016-08-10 Pedro Alves <palves@redhat.com>
12719
12720 PR gdb/19187
12721 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12722 setup_kfails.
12723
3eb7562a
PA
127242016-08-09 Pedro Alves <palves@redhat.com>
12725 Simon Marchi <simon.marchi@ericsson.com>
12726
12727 PR gdb/20418
12728 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12729 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12730
80614914
PA
127312016-08-09 Pedro Alves <palves@redhat.com>
12732
12733 PR mi/20431
12734 * gdb.mi/mi-cmd-error.exp: New file.
12735
f348d89a
PA
127362016-08-09 Pedro Alves <palves@redhat.com>
12737
12738 PR gdb/18653
12739 * gdb.base/signals-state-child.c: New file.
12740 * gdb.base/signals-state-child.exp: New file.
12741 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12742
e5ca03b4
PA
127432016-08-09 Pedro Alves <palves@redhat.com>
12744
12745 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12746
282a0691
TT
127472016-08-03 Tom Tromey <tom@tromey.com>
12748
12749 PR python/18565:
12750 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12751
41bfcd63
YQ
127522016-08-01 Yao Qi <yao.qi@linaro.org>
12753
12754 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12755 variable mode to "multi-process" if $multi_process is 1, otherwise
12756 set it to "single-process".
12757
e3465b24
YQ
127582016-08-01 Yao Qi <yao.qi@linaro.org>
12759
12760 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12761 * gdb.cp/cpexprs.exp: Likewise.
12762 * gdb.cp/m-static.exp: Likewise.
12763
0b31a4bc
TT
127642016-07-26 Tom Tromey <tom@tromey.com>
12765
12766 PR python/20190:
12767 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12768 test.
12769
e0461dbb
MM
127702016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12771
12772 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12773 selecting assembly source files.
12774 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12775 assembly source files.
12776 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12777 assembly source files.
12778 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12779 selecting assembly source files.
12780
8194e927
SM
127812016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12782
12783 * gdb.base/new-ui.exp (do_test_invalid_args): New
12784 procedure.
12785
c0272db5
TW
127862016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12787
12788 * gdb.btrace/reconnect.c: New file.
12789 * gdb.btrace/reconnect.exp: New file.
12790
e3487908
GKB
127912016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12792
12793 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12794 to test_catch_syscall_group.
12795 (test_catch_syscall_group): New.
12796
12df5c00
TT
127972016-07-21 Tom Tromey <tom@tromey.com>
12798
12799 * gdb.rust/simple.rs (main): Use empty struct expression.
12800 * gdb.rust/simple.exp: Add tests for empty struct expression.
12801
bae62ee2
YQ
128022016-07-21 Yao Qi <yao.qi@linaro.org>
12803
12804 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12805 if gdb_skip_xml_test is true on some targets.
12806
b1b53fb3
YQ
128072016-07-21 Yao Qi <yao.qi@linaro.org>
12808
12809 * gdb.server/solib-list.exp: Unset last_loaded_file.
12810
027d97f8
JK
128112016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12812
12813 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12814 "step into captured_main (args)".
12815
7674d381
JK
128162016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12817
12818 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12819
72b5d099
JK
128202016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12821
12822 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12823
1f960ced
PA
128242016-07-19 Pedro Alves <palves@redhat.com>
12825
12826 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12827 * gdb.opt/inline-bt.exp: Likewise.
12828 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12829 additional_flags=-Winline.
12830 * gdb.opt/inline-locals.exp: Likewise.
12831 * gdb.opt/inline-markers.c (ATTR): Define.
12832 (inlined_fn): Use it.
12833
f25827c1
YQ
128342016-07-19 Yao Qi <yao.qi@linaro.org>
12835
12836 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12837 (test_with_self): Remove some code. Remove argument executable.
12838 (top-level): Use do_self_tests.
12839
37539ebe
DB
128402016-07-15 Zachary Welch <zwelch@codesourcery.com>
12841 Don Breazeal <donb@codesourcery.com>
12842
12843 * gdb.base/maint.exp: Escape paths used in regular expressions.
12844 * gdb.stabs/weird.exp: Likewise.
12845
dac790e1
TT
128462016-07-13 Tom Tromey <tom@tromey.com>
12847
12848 PR python/15620, PR python/18620:
12849 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12850 (test_bkpt_events): New procs.
12851
93daf339
TT
128522016-07-13 Tom Tromey <tom@tromey.com>
12853
12854 PR python/17698:
12855 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12856 test.
12857 (test_watchpoints): Likewise.
12858 (test_bkpt_pending): New proc.
12859
6571a381
TT
128602016-07-13 Tom Tromey <tom@tromey.com>
12861
12862 PR cli/18053:
12863 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12864 completion test.
12865
e8732474
JK
128662016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12867
12868 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12869 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12870 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12871 f_label.
12872 (g): Rename g_end_lbl to g_label.
12873 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12874 low_pc and high_pc.
12875 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12876
e0f3fd7c
TT
128772016-07-12 Tom Tromey <tom@tromey.com>
12878
12879 PR python/19293:
12880 * gdb.python/py-unwind-maint.exp: Update tests.
12881
3cfe46b6
YQ
128822016-07-12 Yao Qi <yao.qi@linaro.org>
12883
12884 * lib/selftest-support.exp (selftest_setup): Match the output
12885 when captured_main is inlined.
12886
4f19a0e6
WT
128872016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12888
12889 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12890 New variables.
12891 (print this%a, print this%b, print this): New tests.
12892 * gdb.fortran/derived-types.f90 (this): New object and
12893 initialization.
12894
986cf455
SM
128952016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12896
12897 * gdb.ada/arraydim.exp: Remove extra directory level in build
12898 directory.
12899
f0464b23
SM
129002016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12901
12902 * lib/ada.exp: Remove extra directory level in build directory.
12903 * gdb.ada/cond_lang.exp: Likewise.
12904 * gdb.ada/exec_changed.exp: Likewise.
12905 * gdb.ada/lang_switch.exp: Likewise.
12906
42d94011
MG
129072016-07-06 Manish Goregaokar <manish@mozilla.com>
12908
2806dc7e
PA
12909 * simple.rs: Add test for raw pointer subscripting.
12910 * simple.exp: Add test expectations.
42d94011 12911
647c264c
YQ
129122016-07-05 Yao Qi <yao.qi@linaro.org>
12913
12914 * gdb.mi/mi-reverse.exp: Match =record-started output.
12915
20aa2c60
PA
129162016-07-01 Pedro Alves <palves@redhat.com>
12917
12918 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12919 procedure.
12920 (jit_reader_test): Test the jit reader's unwinder.
12921 * gdb.base/jithost.c (jit_function_00_code): New global.
12922 (main): Use memcpy to fill in the mmapped code, instead of poking
12923 bytes manually here.
12924 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12925 value.
12926 (read_debug_info): Save the function's range.
12927 (read_sp): New function.
12928 (unwind_frame): Use it. Also unwind RBP.
12929 (get_frame_id): Use read_sp.
12930 (gdb_init_reader): Use calloc instead of malloc.
12931 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12932 parameter. Use gdb_test_multiple.
12933
ced2dffb
PA
129342016-07-01 Pedro Alves <palves@redhat.com>
12935 Antoine Tremblay <antoine.tremblay@ericsson.com>
12936
12937 * gdb.threads/process-dies-while-detaching.c: New file.
12938 * gdb.threads/process-dies-while-detaching.exp: New file.
12939
63000888
PA
129402016-07-01 Pedro Alves <palves@redhat.com>
12941
12942 * gdb.multi/watchpoint-multi-exit.c: New file.
12943 * gdb.multi/watchpoint-multi-exit.exp: New file.
12944
038d4868
PA
129452016-06-30 Pedro Alves <palves@redhat.com>
12946
12947 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12948 unset inferior_spawn_id.
12949
994e9c83
PA
129502016-06-30 Pedro Alves <palves@redhat.com>
12951
12952 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12953 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12954
e5653468
YQ
129552016-06-29 Yao Qi <yao.qi@linaro.org>
12956
12957 * gdb.base/return.c: Add copyright header.
12958
803b47e5
TT
129592016-06-29 Tom Tromey <tom@tromey.com>
12960
12961 PR python/20129:
12962 * gdb.python/py-framefilter.exp: Add tests for setting priority
12963 and disabling of non-existent frame filter.
12964
28244707
YQ
129652016-06-29 Yao Qi <yao.qi@linaro.org>
12966
12967 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12968 0x0f07ff.
12969
a31d2f06
YQ
129702016-06-28 Yao Qi <yao.qi@linaro.org>
12971
12972 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12973 triplets. Start gdb, execute catch syscall, and continue. Check
12974 gdb's output to determine catch syscall is supported.
12975
921d8f54
MG
129762016-06-27 Manish Goregaokar <manish@mozilla.com>
12977
25d49b86
PA
12978 * gdb.rust/simple.rs: Add test for returning unit in a function.
12979 * gdb.rust/simple.exp: Add expectation for functions returning
12980 unit.
921d8f54 12981
f4952523
PMR
129822016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12983
12984 * gdb.python/py-breakpoint-create-fail.c,
12985 gdb.python/py-breakpoint-create-fail.exp,
12986 gdb.python/py-breakpoint-create-fail.py: New testcase.
12987
fccb08f8
MG
129882016-06-25 Manish Goregaokar <manish@mozilla.com>
12989
12990 PR gdb/20239
12991 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12992 * gdb.rust/simple.exp: Add test expectations for new NonZero
12993 tests.
fccb08f8 12994
6b850546
DT
129952016-06-24 David Taylor <dtaylor@emc.com>
12996
12997 * gdb.base/offsets.exp: New file.
12998 * gdb.base/offsets.c: New file.
12999
17621150
TT
130002016-06-23 Tom Tromey <tom@tromey.com>
13001
13002 PR gdb/16483:
13003 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
13004 before any filters are loaded.
13005
04d59df6
WT
130062016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
13007
13008 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
13009 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
13010 structs.
13011 * gdb.fortran/derived-type-function.exp: New file.
13012 * gdb.fortran/derived-type-function.f90: New file.
13013
13014
ac69f786
PA
130152016-06-21 Pedro Alves <palves@redhat.com>
13016
13017 * gdb.base/new-ui.exp: New file.
13018 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
13019 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
13020 (with_spawn_id): New procedure.
13021
49940788
PA
130222016-06-21 Pedro Alves <palves@redhat.com>
13023
13024 * gdb.mi/mi-exec-run.exp: New file.
13025
ef274d26
PA
130262016-06-21 Pedro Alves <palves@redhat.com>
13027
13028 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
13029 breakpoint command's output on the main UI.
13030 (test_break): New procedure, factored out from calls in the top
13031 level.
13032 (top level): Use foreach_with_prefix to test MI as main UI and as
13033 separate UI.
13034
468afe6c
PA
130352016-06-21 Pedro Alves <palves@redhat.com>
13036
13037 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
13038 (test_awatch_creation_and_listing)
13039 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
13040 Remove 'type' parameter.
13041 (test_watchpoint_all): New parameter mi_mode. Remove
13042 with_test_prefix.
13043 (top level): Use foreach_with_prefix, and add main/separate UI MI
13044 testing axis.
13045
51f77c37
PA
130462016-06-21 Pedro Alves <palves@redhat.com>
13047
13048 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
13049 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
13050 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
13051 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
13052 (gdb_main_spawn_id, mi_spawn_id): Declare and
13053 comment.
13054 (mi_create_inferior_pty): New procedure,
13055 factored out from default_mi_gdb_start.
13056 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
13057 procedures.
13058 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
13059 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
13060 Use mi_create_inferior_pty.
13061 (mi_gdb_start): Use eval to pass down args list.
13062
8980e177
PA
130632016-06-21 Pedro Alves <palves@redhat.com>
13064
13065 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
13066 * gdb.opt/inline-cmds.exp: Add MI tests.
13067
f38d3ad1
PA
130682016-06-21 Pedro Alves <palves@redhat.com>
13069
13070 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
13071
45db7c09
PA
130722016-06-21 Pedro Alves <palves@redhat.com>
13073
13074 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
13075 (top level): Use it instead of mi_execute_to.
13076
5a069ab3
PA
130772016-06-21 Pedro Alves <palves@redhat.com>
13078
13079 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
13080 (cont_handler_str): New.
13081 (signal_stop_handler): Set stop_handler_str instead of printing to
13082 stdout.
13083 (continue_handler): Set cont_handler_str instead of printing to
13084 stdout.
13085 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
13086 mi_send_resuming_command. Print stop_handler_str and
13087 cont_handler_str instead of expecting the python events print
13088 directly.
13089
2838cc1d
SD
130902016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
13091
13092 * gdb.base/jit-reader.exp: New file.
13093 * gdb.base/jithost.c: New file.
13094 * gdb.base/jithost.h: New file.
13095 * gdb.base/jitreader.c : New file.
13096 * gdb.base/jit-protocol.h: New file.
13097
21a77091
YQ
130982016-06-17 Yao Qi <yao.qi@linaro.org>
13099
13100 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
13101 parameters follow_fork and detach_on_fork. Set follow-fork-mode
13102 and detach-on-fork. Adjust tests.
13103 (top level): Invoke break_cond_on_syscall with combinations of
13104 syscall, follow-fork-mode and detach-on-fork.
13105
f50bf8e5
YQ
131062016-06-17 Yao Qi <yao.qi@linaro.org>
13107
13108 * gdb.base/step-over-exit.c: New.
13109 * gdb.base/step-over-exit.exp: New.
13110
a28d8e50
YTL
131112016-06-17 Yan-Ting Lin <currygt52@gmail.com>
13112
13113 * gdb.base/float.exp: Add target check for nds32*-*-*.
13114 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
13115
cad8e26d
AB
131162016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
13117
13118 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
13119 for unsupported target features.
13120 * gdb.base/call-rt-st.exp: Likewise.
13121 * gdb.base/call-sc.exp: Likewise.
13122 * gdb.base/call-signal-resume.exp: Likewise.
13123 * gdb.base/call-strs.exp: Likewise.
13124 * gdb.base/callexit.exp: Likewise.
13125 * gdb.base/callfuncs.exp: Likewise.
13126 * gdb.base/nodebug.exp: Likewise.
13127 * gdb.base/printcmds.exp: Likewise.
13128 * gdb.base/ptype.exp: Likewise.
13129 * gdb.base/structs.exp: Likewise.
13130 * gdb.base/unwindonsignal.exp: Likewise.
13131 * gdb.cp/gdb2495.exp: Likewise.
13132 * gdb.cp/templates.exp: Likewise.
13133 * gdb.cp/virtfunc.exp: Likewise.
13134 * gdb.threads/hand-call-in-threads.exp: Likewise.
13135 * gdb.threads/interrupted-hand-call.exp: Likewise.
13136 * gdb.threads/thread-unwindonsignal.exp: Likewise.
13137
347dc102
TT
131382016-06-10 Tom Tromey <tom@tromey.com>
13139
13140 PR rust/20110:
13141 * gdb.rust/expr.exp: Add test for integer constant larger than
13142 i32.
13143
5e13cf25
BH
131442016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
13145
13146 * gdb.fortran/nested-funcs.exp: New.
13147 * gdb.fortran/nested-funcs.f90: New.
13148
bb556f1f
TK
131492016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
13150
13151 * gdb.base/examine-backward.c: New file.
13152 * gdb.base/examine-backward.exp: New file.
13153
38b022b4
SM
131542016-06-06 Simon Marchi <simon.marchi@ericsson.com>
13155
13156 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
13157 matching.
13158
1b40ec05
TT
131592016-06-02 Tom Tromey <tom@tromey.com>
13160
13161 PR python/18984:
13162 * gdb.python/py-shared.exp: Add solib_name test.
13163
193bd378
SM
131642016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13165
13166 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13167
3326303b
MG
131682016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13169
13170 PR c++/19893
13171 * gdb.dwarf2/implref.exp: Rename to...
13172 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13173 * gdb.dwarf2/implref-array.c: New file.
13174 * gdb.dwarf2/implref-array.exp: Likewise.
13175 * gdb.dwarf2/implref-global.c: Likewise.
13176 * gdb.dwarf2/implref-global.exp: Likewise.
13177 * gdb.dwarf2/implref-struct.c: Likewise.
13178 * gdb.dwarf2/implref-struct.exp: Likewise.
13179
825c8ef2
AT
131802016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13181
13182 * gdb.trace/trace-condition.exp: Add 64bit tests.
13183
2320162a
AT
131842016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13185
13186 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13187 bits types.
13188 (main): Adapt to 8 to 64 bits types.
13189 * gdb.trace/trace-condition.exp: Add new tests.
13190
a7818233
AT
131912016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13192
13193 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13194
0d336466
AT
131952016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13196
13197 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13198 Move condition tests...
13199 * gdb.trace/trace-condition.exp: Here.
13200
7faeb45a
AT
132012016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13202
13203 * gdb.trace/trace-condition.exp: Add counter-case tests.
13204
e385593e
JK
132052016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13206
13207 PR c++/15231
13208 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13209 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13210
744608cc
PA
132112016-05-27 Pedro Alves <palves@redhat.com>
13212
13213 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13214 New procedure.
13215 (top level): Call it, and bail out of DejaGnu is known to be bad.
13216
ac775bf4
AB
132172016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13218
13219 * gdb.base/whatis.c: Extend the test case.
13220 * gdb.base/whatis.exp: Add additional tests.
13221
2bbad2ea
BH
132222016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13223
13224* gdb.fortran/type.f90: Add pointer variable.
13225* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13226
8b70175d
BH
132272016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13228
13229 * gdb.fortran/vla-type.exp: Fix testcase name.
13230
86d8a848
BH
132312016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13232
13233 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13234
e188eb36
BH
132352016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13236
13237 * gdb.fortran/type.f90: Add nested structures.
13238 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13239 * gdb.fortran/derived-type.exp: Adapt expected output.
13240 * gdb.fortran/vla-type.exp: Adapt expected output.
13241
9b2db1fd
BH
132422016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13243
13244 * gdb.fortran/whatis_type.exp: Adapt expected output.
13245
72b17055
BH
132462016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13247
13248 * gdb.fortran/print_type.exp: Fix expected output.
13249 * gdb.fortran/whatis_type.exp: Fix expected output.
13250
3cd81d8d
BH
132512016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13252
13253 * gdb.fortran/whatis_type.exp: Use multi_line.
13254
ddae9462
TT
132552016-05-24 Tom Tromey <tom@tromey.com>
13256
13257 PR python/17386:
13258 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13259 use value as an index.
13260
1957f6b8
TT
132612016-05-23 Tom Tromey <tom@tromey.com>
13262
13263 PR python/17981:
13264 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13265 no-breakpoint case.
13266
026a9174
PA
132672016-05-24 Pedro Alves <palves@redhat.com>
13268
13269 PR gdb/19828
13270 * gdb.threads/clone-attach-detach.c: New file.
13271 * gdb.threads/clone-attach-detach.exp: New file.
13272
e70a7231
FR
132732016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13274
13275 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13276
0f6ed0e0
TT
132772016-05-23 Tom Tromey <tom@tromey.com>
13278
13279 PR python/19438, PR python/18393:
13280 * gdb.python/py-progspace.exp: Add "dir" test.
13281 * gdb.python/py-objfile.exp: Add "dir" test.
13282
ffd19d61
YQ
132832016-05-23 Yao Qi <yao.qi@linaro.org>
13284
13285 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13286 * gdb.arch/thumb2-it.exp: Likewise.
13287
9e8f9b05
SM
132882016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13289
13290 * gdb.mi/mi-threads-interrupt.c: New file.
13291 * gdb.mi/mi-threads-interrupt.exp: New file.
13292
61c6156d
SM
132932016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13294
13295 PR gdb/18077
13296 * gdb.mi/mi-async-run.exp: New file.
13297 * gdb.mi/mi-async-run.c: New file.
13298
67218854
TT
132992016-05-17 Tom Tromey <tom@tromey.com>
13300 Manish Goregaokar <manishsmail@gmail.com>
13301
13302 * lib/rust-support.exp: New file.
13303 * lib/gdb.exp (skip_rust_tests): New proc.
13304 (build_executable_from_specs): Handle rust.
13305 * lib/future.exp (gdb_find_rustc): New proc.
13306 (gdb_default_target_compile): Handle rust.
13307 * gdb.rust/expr.exp: New file.
13308 * gdb.rust/generics.exp: New file.
13309 * gdb.rust/generics.rs: New file.
13310 * gdb.rust/methods.exp: New file.
13311 * gdb.rust/methods.rs: New file.
13312 * gdb.rust/modules.exp: New file.
13313 * gdb.rust/modules.rs: New file.
13314 * gdb.rust/simple.exp: New file.
13315 * gdb.rust/simple.rs: New file.
13316
c44af4eb
TT
133172016-05-17 Tom Tromey <tom@tromey.com>
13318
13319 * gdb.base/default.exp (set language): Add rust.
13320
dcd1f979
TT
133212016-05-17 Tom Tromey <tom@tromey.com>
13322
13323 * gdb.gdb/unittest.exp: New file.
13324
155b7f57
YQ
133252016-05-16 Yao Qi <yao.qi@linaro.org>
13326
13327 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13328 shell_prompt. Update shell_prompt_re.
13329
8ddd5a6c
DE
133302016-05-12 Doug Evans <dje@google.com>
13331
13332 PR symtab/19999
13333 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13334 $options when building executable.
13335 * gdb.dwarf2/fission-loclists-pie.S: New file.
13336 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13337
02e370d9
SM
133382016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13339
13340 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13341 of [is_remote target],
13342
8929ad8b
SM
133432016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13344
13345 * lib/gdb.exp (use_gdb_stub): New procedure.
13346
6c447423
DE
133472016-05-03 Yunlian Jiang <yunlian@google.com>
13348 Doug Evans <dje@google.com>
13349
13350 PR symtab/19914
13351 * gdb.dwarf2/dwp-sepdebug.c: New file.
13352 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13353
444e826c
SM
133542016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13355
13356 * gdb.base/detach.exp: Remove is_remote check.
13357
740feeaa
SM
133582016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13359
13360 * gdb.base/annota-input-while-running.exp: Don't check for
13361 [is_remote target]. Enable annotations after running to main.
13362 Remove unused "set test..." line.
13363
9080ac9d
SM
133642016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13365
13366 * gdb.trace/trace-enable-disable.exp: New file.
13367 * gdb.trace/trace-enable-disable.c: New file.
13368
952ebca5
SM
133692016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13370
13371 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13372 use it in info sharedlibrary test.
13373 * gdb.trace/ftrace-lock.exp: Likewise.
13374 * gdb.trace/ftrace.exp: Likewise.
13375 * gdb.trace/range-stepping.exp: Likewise.
13376 * gdb.trace/trace-break.exp: Likewise.
13377 * gdb.trace/trace-condition.exp: Likewise.
13378 * gdb.trace/trace-mt.exp: Likewise.
13379
d9019901
SM
133802016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13381
13382 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13383 (gdb_load_shlib): ... this.
13384 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13385 gdb_load_shlib.
13386 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13387 * gdb.base/ctxobj.exp: Likewise.
13388 * gdb.base/dprintf-pending.exp: Likewise.
13389 * gdb.base/dso2dso.exp: Likewise.
13390 * gdb.base/fixsection.exp: Likewise.
13391 * gdb.base/gcore-relro.exp: Likewise.
13392 * gdb.base/gdb1555.exp: Likewise.
13393 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13394 * gdb.base/gnu-ifunc.exp: Likewise.
13395 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13396 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13397 * gdb.base/pending.exp: Likewise.
13398 * gdb.base/print-file-var.exp: Likewise.
13399 * gdb.base/print-symbol-loading.exp: Likewise.
13400 * gdb.base/shlib-call.exp: Likewise.
13401 * gdb.base/shreloc.exp: Likewise.
13402 * gdb.base/so-impl-ld.exp: Likewise.
13403 * gdb.base/solib-disc.exp: Likewise.
13404 * gdb.base/solib-nodir.exp: Likewise.
13405 * gdb.base/solib-overlap.exp: Likewise.
13406 * gdb.base/solib-symbol.exp: Likewise.
13407 * gdb.base/solib-weak.exp (do_test): Likewise.
13408 * gdb.base/sym-file.exp: Likewise.
13409 * gdb.base/symtab-search-order.exp: Likewise.
13410 * gdb.base/type-opaque.exp: Likewise.
13411 * gdb.base/unload.exp: Likewise.
13412 * gdb.base/watchpoint-solib.exp: Likewise.
13413 * gdb.compile/compile.exp: Likewise.
13414 * gdb.cp/gdb2384.exp: Likewise.
13415 * gdb.cp/infcall-dlopen.exp: Likewise.
13416 * gdb.cp/re-set-overloaded.exp: Likewise.
13417 * gdb.fortran/library-module.exp: Likewise.
13418 * gdb.opt/solib-intra-step.exp: Likewise.
13419 * gdb.python/py-finish-breakpoint.exp: Likewise.
13420 * gdb.python/py-shared.exp: Likewise.
13421 * gdb.reverse/solib-precsave.exp: Likewise.
13422 * gdb.reverse/solib-reverse.exp: Likewise.
13423 * gdb.server/solib-list.exp: Likewise.
13424 * gdb.threads/dlopen-libpthread.exp: Likewise.
13425 * gdb.threads/tls-shared.exp: Likewise.
13426 * gdb.threads/tls-so_extern.exp: Likewise.
13427 * gdb.trace/change-loc.exp: Likewise.
13428 * gdb.trace/ftrace-lock.exp: Likewise.
13429 * gdb.trace/ftrace.exp: Likewise.
13430 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13431 * gdb.trace/pending.exp: Likewise.
13432 * gdb.trace/range-stepping.exp: Likewise.
13433 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13434 (strace_info_marker): Likewise.
13435 (strace_probe_marker): Likewise.
13436 (strace_trace_on_same_addr): Likewise.
13437 (strace_trace_on_diff_addr): Likewise.
13438 * gdb.trace/trace-break.exp: Likewise.
13439 * gdb.trace/trace-condition.exp: Likewise.
13440 * gdb.trace/trace-mt.exp: Likewise.
13441
fca4cfd9
SM
134422016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13443
13444 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13445 result of gdb_remote_download.
13446 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13447 * gdb.base/dso2dso.exp: Likewise.
13448 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13449 * gdb.base/print-file-var.exp: Likewise.
13450 * gdb.base/shlib-call.exp: Likewise.
13451 * gdb.base/shreloc.exp: Likewise.
13452 * gdb.base/solib-overlap.exp: Likewise.
13453 * gdb.base/solib-weak.exp (do_test): Likewise.
13454 * gdb.base/unload.exp: Likewise.
13455
11cf4ffb
YQ
134562016-04-27 Yao Qi <yao.qi@linaro.org>
13457
13458 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13459 exists.
13460
3e2e34f8
KB
134612016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13462
13463 * vla-type.exp: Print structure from toplevel.
13464
8f07e298
BH
134652016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13466
13467 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13468 of dynamic types.
13469 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13470 of dynamic types.
13471
9920b434
BH
134722016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13473
13474 * gdb.fortran/vla-type.f90: New file.
13475 * gdb.fortran/vla-type.exp: New file.
13476
f3abeff5
YQ
134772016-04-25 Yao Qi <yao.qi@linaro.org>
13478
13479 * gdb.base/branch-to-self.c: New file.
13480 * gdb.base/branch-to-self.exp: New file.
13481
0a5d52f0
YQ
134822016-04-22 Yao Qi <yao.qi@linaro.org>
13483
13484 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13485 more after $hex.
13486
495346f6
YQ
134872016-04-22 Yao Qi <yao.qi@linaro.org>
13488
13489 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13490 * gdb.base/annota3.exp: Likewise.
13491
4a7e075c
YQ
134922016-04-22 Yao Qi <yao.qi@linaro.org>
13493
13494 * gdb.reverse/step-precsave.exp: Do one step and test program
13495 stops in "callee" and do multiple steps until program goes out
13496 of "callee".
13497 * gdb.reverse/step-reverse.exp: Likewise.
13498
5b061e98
YQ
134992016-04-22 Yao Qi <yao.qi@linaro.org>
13500
13501 * gdb.trace/signal.exp: Also pass if
13502 $tracepoint_hits($i) > $iterations.
13503
5c5dc57f
YQ
135042016-04-22 Yao Qi <yao.qi@linaro.org>
13505
13506 * gdb.trace/signal.c: New file.
13507 * gdb.trace/signal.exp: New file.
13508
a55411b9
DE
135092016-04-19 Doug Evans <xdje42@gmail.com>
13510
13511 * gdb.base/bad-file.exp: New file.
13512
a22df60a
MG
135132016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13514
13515 * gdb.dwarf2/implref.exp: New file.
13516
0c13f7e5
BH
135172016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13518
13519 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13520 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13521 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13522 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13523 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13524 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13525 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13526 * lib/fortran.exp (fortran_int4): New procedure.
13527 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13528 (fortran_logical4): Likewise.
13529
9b9b09e9
BH
135302016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13531
13532 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13533
a14d1f4d
BH
135342016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13535
13536 * lib/compiler.c: Add Intel specific preprocessor macros.
13537 * lib/compiler.cc: Likewise.
25d49b86 13538
7d49b1d0
LM
135392016-04-13 Luis Machado <lgustavo@codesourcery.com>
13540
13541 * gdb.server/connect-with-no-symbol-file.c: New file.
13542 * gdb.server/connect-with-no-symbol-file.exp: New file.
13543
8392fa22
SM
135442016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13545
13546 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13547
8c4c4aeb
SM
135482016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13549
13550 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13551 standard output directory.
13552
45e3745e
AT
135532016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13554
13555 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13556
e26b7e41
MM
135572016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13558
13559 * gdb.btrace/instruction_history.c (loop): Add declaration.
13560
8ce09462
AT
135612016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13562
13563 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13564
2e88a1ea
SM
135652016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13566
13567 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13568 parentheses to print.
13569 (continue_handler): Likewise.
13570
f48e22e3
SM
135712016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13572
13573 * gdb.server/solib-list.exp: Remove is_remote check.
13574 Pass shlib= to gdb_compile. Don't link shared library with
13575 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13576 Run binary filename through "readlink -f" on the target.
13577
096be756
PA
135782016-04-08 Pedro Alves <palves@redhat.com>
13579
13580 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13581 interpreter filename as argument to gdbserver_spawn.
13582 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13583 Return empty if $last_loaded_file does not exist.
13584
06500533
JK
135852016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13586
13587 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13588 * gdb.base/jit-main.c: Use exit after usage.
13589
2d35e871
JK
135902016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13591
13592 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13593 GDBHISTSIZE prior to the tests.
13594 * gdb.base/gdbinit-history.exp: Likewise.
13595
135962016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
13597
13598 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13599 instead of build_executable. Use gdb_load_shlibs.
13600
c8064e7e
YQ
136012016-04-07 Yao Qi <yao.qi@linaro.org>
13602
13603 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13604 Execute "si" command.
13605
bde47561
YQ
136062016-04-07 Yao Qi <yao.qi@linaro.org>
13607
13608 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13609 number instead of the comments on some line.
13610
b16f8a3b
DB
136112016-04-06 Don Breazeal <donb@codesourcery.com>
13612
13613 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13614 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13615
c2f901df
SM
136162016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13617
13618 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13619 standard_output_file. Remove unused binfile variable.
13620
ac17fda0
CU
136212016-04-05 Catalin Udma <catalin.udma@freescale.com>
13622
13623 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13624 * gdb.python/py-mi-objfile.exp: Match "list main" output
13625 in console format.
13626
03a8c4df
SM
136272016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13628
13629 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13630 absolute.
13631
6e774b13
SM
136322016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13633
13634 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13635 absolute.
13636 * gdb.trace/ftrace.exp: Likewise.
13637 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13638 targets as well.
13639 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13640 (gdb_load_shlibs): Copy libraries to test directory when testing
13641 natively. Only set solib-search-path if testing remotely.
13642 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13643
7817ea46
SM
136442016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13645
13646 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13647 gdb_download. Use it even if the target is not remote.
13648 * gdb.base/jit.exp (compile_jit_test): Likewise.
13649 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13650 output directory if the destination board is local, otherwise use
13651 the standard remote_download from DejaGnu.
13652 (gdb_download): Remove.
13653 (gdb_load_shlibs): Use gdb_remote_download instead of
13654 gdb_download.
13655 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13656 Use gdb_remote_download instead of gdb_download. Use it even if
13657 the target is not remote.
13658 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13659 instead of gdb_download.
13660
7beb7f68
SM
136612016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13662
13663 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13664 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13665 run.
13666
cc63428a
AV
136672016-04-01 Artemiy Volkov <artemiyv@acm.org>
13668
13669 PR gdb/19820
13670 * gdb.base/printcmds.exp: Add artificial arrays tests.
13671
64cdf930
PA
136722016-03-31 Pedro Alves <palves@redhat.com>
13673
13674 PR gdb/19858
13675 * gdb.base/jit-main.c: Include unistd.h.
13676 (ATTACH): Define to 0 if not already defined.
13677 (wait_for_gdb, mypid): New globals.
13678 (WAIT_FOR_GDB): New macro.
13679 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13680 some breakpoint locations.
13681 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13682 New procedures.
13683 (one_jit_test): Add REATTACH parameter, and handle it. Use
13684 continue_to_test_location.
13685 (top level): Test attach, and adjusts calls to one_jit_test.
13686
40dea8cb
PA
136872016-03-31 Pedro Alves <palves@redhat.com>
13688
13689 PR gdb/19858
13690 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13691 BINSUFFIX parameter, and handle it.
13692 (top level): Adjust calls compile_jit_test.
13693
e7ea3ec7
CU
136942016-03-31 Catalin Udma <catalin.udma@freescale.com>
13695
13696 PR python/19743
13697 * gdb.python/py-mi-events-gdb.py: New file.
13698 * gdb.python/py-mi-events.c: New file.
13699 * gdb.python/py-mi-events.exp: New file.
13700
e6359af3
YQ
137012016-03-30 Yao Qi <yao.qi@linaro.org>
13702
13703 * gdb.reverse/until-precsave.exp: Match function name only.
13704 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13705 Move malloc to a condition block.
13706 * gdb.reverse/until-reverse.exp: Match function name only.
13707
a4105d04
MK
137082016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13709
13710 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13711 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13712 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13713 variable for GPR 0 instead of assuming it is register 0.
13714 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13715 * lib/trace-support.exp: Add s390 registers.
13716
bfa6adb9
YQ
137172016-03-29 Yao Qi <yao.qi@linaro.org>
13718
13719 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13720
1e6697ea
YQ
137212016-03-24 Yao Qi <yao.qi@linaro.org>
13722
13723 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13724 test message.
13725
64bcd522
AA
137262016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13727
13728 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13729 maintaining separate logic for constructing the output path.
13730
7868401b
DB
137312016-03-16 Don Breazeal <donb@codesourcery.com>
13732
13733 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13734 Retry fork and waitpid on interrupted system call errors.
13735 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13736 Use with_timeout_factor to increase timeout by factor of 10.
13737
1cafadb4
DB
137382016-03-15 Don Breazeal <donb@codesourcery.com>
13739
13740 * gdb.cp/scope-err.cc: New test program.
13741 * gdb.cp/scope-err.exp: New test script.
13742 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13743 lines and "set breakpoint here" comment.
13744 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13745 Fixed some whitespace and format issues.
13746 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13747 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13748
81516450
DE
137492016-03-15 Doug Evans <dje@google.com>
13750
13751 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13752 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13753 All callers updated. Add tests for enums, mixed flags register.
13754
aa52b601
DE
137552016-03-15 Doug Evans <dje@google.com>
13756
13757 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13758 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13759
fa4ff313
SM
137602016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13761
13762 * gdb.base/default.exp: Add $_as_string to the list of expected
13763 convenience functions.
13764
f2403c39
AB
137652016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13766
13767 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13768
f2f3ccb9
SM
137692016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13770
13771 * gdb.python/py-as-string.exp: New file.
13772 * gdb.python/py-as-string.c: New file.
13773
00dbd492
PA
137742016-03-09 Pedro Alves <palves@redhat.com>
13775
13776 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13777 signal" -> "Thread NN received signal" output change.
13778 * gdb.threads/ia64-sigill.exp: Likewise.
13779 * gdb.threads/linux-dp.exp: Likewise.
13780 * gdb.threads/manythreads.exp: Likewise.
13781 * gdb.threads/pending-step.exp: Likewise.
13782 * gdb.threads/print-threads.exp: Likewise.
13783 * gdb.threads/sigstep-threads.exp: Likewise.
13784 * gdb.threads/staticthreads.exp: Likewise.
13785 * gdb.threads/tls.exp: Likewise.
13786
1e6697ea
YQ
137872016-03-09 Pedro Alves <palves@redhat.com>
13788
13789 * gdb.base/command-line-input.exp: New file.
13790
b04fd3be
MK
137912016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13792
13793 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13794 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13795 * gdb.trace/pending.exp: Accept leading dot before function name.
13796 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13797 * lib/trace-support.exp: Set registers for ppc.
13798
98fa59e9
MK
137992016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13800
13801 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13802 use it for disassembly; accept .main in addition to main in backtrace.
13803
f77198c8
MK
138042016-03-09 Wei-cheng Wang <cole945@gmail.com>
13805 Marcin Kościelnicki <koriakin@0x04.net>
13806
13807 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13808 (gdb_recursion_test_ptr): New global variable.
13809 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13810 gdb_recursion_test.
13811 (gdb_c_test): Ditto.
13812
ba84e0da
MK
138132016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13814
13815 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13816 ordering.
13817
4366d36e
MK
138182016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13819
13820 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13821 (bar): Add bar_start_lbl label.
13822 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13823 of foo/bar for emitting DWARF and tracing.
13824
5eb264df
SDJ
138252016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13826
13827 * analyze-racy-logs.py: Set executable bit.
13828
fb6a751f
SDJ
138292016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13830
13831 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13832 (CHECK_TARGET_TMP): Likewise.
13833 (check-single-racy): New rule.
13834 (check-parallel-racy): Likewise.
13835 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13836 (do-check-parallel-racy): New rule.
13837 (check-racy/%.exp): Likewise.
13838 * README (Racy testcases): New section.
13839 * analyze-racy-logs.py: New file.
13840
bdf7e230
DE
138412016-03-03 Doug Evans <dje@google.com>
13842
13843 * gdb.base/skip.exp: Use with_test_prefix.
13844
4719d415
YQ
138452016-03-03 Yao Qi <yao.qi@linaro.org>
13846
13847 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13848 Invoke step_over_syscall "clone" and break_cond_on_syscall
13849 "clone".
13850 * gdb.base/step-over-clone.c: New file.
13851
ea507862
YQ
138522016-03-03 Yao Qi <yao.qi@linaro.org>
13853
13854 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13855 code format.
13856
8fc8cbda
YQ
138572016-03-03 Yao Qi <yao.qi@linaro.org>
13858
13859 * gdb.base/disp-step-fork.c: Rename to ...
13860 * gdb.base/step-over-fork.c: ... it. New file.
13861 * gdb.base/disp-step-vfork.c: Rename to ...
13862 * gdb.base/step-over-vfork.c: ... it. New file.
13863 * gdb.base/disp-step-syscall.exp: Rename to ...
13864 * gdb.base/step-over-syscall.exp: ... it. New file.
13865 (disp_step_cross_syscall): Rename to ...
13866 (step_over_syscall): ... it.
13867
92fa70b0
YQ
138682016-03-03 Yao Qi <yao.qi@linaro.org>
13869
13870 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13871 If target supports condition evaluation on target, invoke
13872 break_cond_on_syscall for fork and vfork.
13873
e197ad3c
YQ
138742016-03-03 Yao Qi <yao.qi@linaro.org>
13875
13876 * gdb.base/disp-step-syscall.exp: Don't invoke
13877 support_displaced_stepping.
13878 (disp_step_cross_syscall): Test with displaced stepping off and
13879 on if supported.
13880
0b47da9f
YQ
138812016-03-03 Yao Qi <yao.qi@linaro.org>
13882
13883 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13884 proc.
13885 (setup): New proc.
13886 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13887 and setup.
13888
065ab6dc
BH
138892016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13890
13891 * gdb.fortran/vla-history.exp: Remove breakpoint.
13892
07e448ad 138932016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13894
25d49b86
PA
13895 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13896 exceeds timeout.
07e448ad 13897
9ac2d526 138982016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13899
25d49b86
PA
13900 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13901 breakpoint.
9ac2d526 13902
17807369
BH
139032016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13904
13905 * gdb.mi/vla.f90: Nullify pointer after declaration.
13906
86e501af
PA
139072016-03-01 Pedro Alves <palves@redhat.com>
13908
13909 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13910
1e903e32
PA
139112016-03-01 Pedro Alves <palves@redhat.com>
13912
13913 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13914 before anything else.
13915 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13916 _GNU_SOURCE here.
13917 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13918 before anything else.
13919 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13920
6ccb54e2
PA
139212016-03-01 Pedro Alves <palves@redhat.com>
13922
13923 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13924
30ca9da1
YQ
139252016-03-01 Yao Qi <yao.qi@linaro.org>
13926
13927 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13928 prepare_for_testing.
13929
dc856b38
YQ
139302016-03-01 Yao Qi <yao.qi@linaro.org>
13931
13932 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13933
4a932159
AA
139342016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13935
13936 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13937 manually constructing the output path.
13938
f2489477
AA
139392016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13940
13941 * gdb.arch/s390-stackless.S: New.
13942 * gdb.arch/s390-stackless.exp: New.
13943
38899f16
IB
139442016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13945
13946 * gdb.dlang/circular.c: New file.
13947 * gdb.dlang/circular.exp: New file.
13948
9fde51ed
YQ
139492016-02-26 Yao Qi <yao.qi@linaro.org>
13950
13951 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13952 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13953 (testcases): Update.
13954
ce90fefe
YQ
139552016-02-26 Yao Qi <yao.qi@linaro.org>
13956
13957 * gdb.reverse/aarch64.c: Rename to ...
13958 * gdb.reverse/insn-reverse.c: ... it.
13959 * gdb.reverse/aarch64.exp: Rename to ...
13960 * gdb.reverse/insn-reverse.exp: ... it.
13961
3263bceb
YQ
139622016-02-26 Yao Qi <yao.qi@linaro.org>
13963
13964 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13965 (testcase_ftype): New.
13966 (testcases): New array.
13967 (n_testcases): New.
13968 (main): Call each element in testcases.
13969 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13970 (read_testcase): New.
13971 Do the tests in a loop.
13972
6cb59ff1
YQ
139732016-02-25 Yao Qi <yao.qi@linaro.org>
13974
13975 * gdb.base/branches.c: Remove.
13976
ae91f625
MK
139772016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13978
13979 PR gdb/13808
13980 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13981
678b48b7
MK
139822016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13983
13984 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13985
7337a6f2
MK
139862016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13987
13988 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13989 change x86_64 call_insn to 'callq'.
13990
861ca91f
AT
139912016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13992
13993 * gdb.trace/tfile-avx.c: Move to...
13994 * gdb.trace/tracefile-pseudo-reg.c: Here.
13995 * gdb.trace/tfile-avx.exp: Move to...
13996 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13997
bf74e428
GB
139982016-02-24 Gary Benson <gbenson@redhat.com>
13999
14000 * gdb.base/attach-pie-noexec.exp: Do not expect an error
14001 message on attach.
14002
cce0e923
DE
140032016-02-23 Doug Evans <dje@google.com>
14004
14005 * gdb.base/skip.c (test_skip): New function.
14006 (end_test_skip_file_and_function): New function.
14007 (test_skip_file_and_function): New function.
14008 * gdb.base/skip1.c (test_skip): New function.
14009 (skip1_test_skip_file_and_function): New function.
14010 * gdb.base/skip.exp: Add tests for new skip options.
14011 * gdb.base/skip-solib.exp: Update expected output.
14012 * gdb.perf/skip-command.cc: New file.
14013 * gdb.perf/skip-command.exp: New file.
14014 * gdb.perf/skip-command.py: New file.
14015
4000e47e
MK
140162016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
14017
14018 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
14019 info registers pattern.
14020
24f75ead
IB
140212016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
14022
14023 * lib/future.exp: Add D support.
14024 (gdb_find_gdc): New proc.
14025 (gdb_default_target_compile): Add D support.
14026
fbb7bcbe
WW
140272016-02-18 Wei-cheng Wang <cole945@gmail.com>
14028
14029 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
14030 user+system time.
14031 (trace_speed_test): Determine the iteration count for a time
14032 between 15..30 seconds.
14033
012b3a21
WT
140342016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
14035
14036 * gdb.arch/i386-mpx-sigsegv.c: New file.
14037 * gdb.arch/i386-mpx-sigsegv.exp: New file.
14038 * gdb.arch/i386-mpx-simple_segv.c: New file.
14039 * gdb.arch/i386-mpx-simple_segv.exp: New file.
14040
2d5189bd
YQ
140412016-02-18 Yao Qi <yao.qi@linaro.org>
14042
14043 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14044 Don't call setup_kfail.
14045
40fb20d0
YQ
140462016-02-18 Yao Qi <yao.qi@linaro.org>
14047
14048 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14049 Set "set breakpoint condition-evaluation" per $cond_bp_target.
14050
21b1f8d2
DE
140512016-02-16 Doug Evans <dje@google.com>
14052
14053 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
14054 * gdb.base/skip1.c: Ditto.
14055 * gdb.base/skip.exp: Whitespace cleanup.
14056
4041ed77
DB
140572016-02-16 Don Breazeal <donb@codesourcery.com>
14058
14059 PR remote/19496
14060 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14061 Remove kfail for PR remote/19496.
14062
c4ef31bf
SM
140632016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14064
14065 * lib/gdb.exp (standard_temp_file): Return a path specific to
14066 the runtest invocation.
14067
266b65b3
SM
140682016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14069
14070 * gdb.trace/save-trace.exp: Change relative path to be in the
14071 standard output directory.
14072
a7a0a6a9
JK
140732016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14074
14075 * gdb.arch/i386-prologue.c: Add missing prototypes.
14076
c99dbb42
JK
140772016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14078
14079 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
14080 * gdb.arch/i386-prologue.exp: Likewise.
14081 * gdb.arch/i386-size.exp: Likewise.
14082
aa480355
SM
140832016-02-15 Simon Marchi <simon.marchi@ericsson.com>
14084
14085 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
14086 define object file path.
14087 * gdb.btrace/gcore.exp: Use standard_output_file to define core
14088 file path.
14089 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
14090 standard_output_file to define binfile.
14091
ba881f50
JK
140922016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14093
14094 Fix compatibility with recent gfortran-5.3.1.
14095 * gdb.fortran/vla-history.exp (print vla1 allocated)
14096 (print vla2 allocated, print $2, print $3): Remove
14097 (print $4): Rename to ...
14098 (print $2): ... here.
14099 (print $9): Rename to ...
14100 (print $5): ... here.
14101 (print $10): Rename to ...
14102 (print $6): ... here.
14103 * gdb.fortran/vla.f90: Add pvla initialization.
14104
e9fb005c
JK
141052016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14106
14107 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
14108 New test.
14109 * gdb.fortran/vla-value-sub.exp: Likewise.
14110
e44e00ff
MK
141112016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
14112
14113 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
14114
97e94151
SM
141152016-02-12 Simon Marchi <simon.marchi@ericsson.com>
14116
14117 * i386-biarch-core.exp: Define corefile using
14118 standard_output_file.
14119
01113bc1
YQ
141202016-02-12 Yao Qi <yao.qi@linaro.org>
14121
14122 * gdb.arch/arm-single-step-kernel-helper.c: New.
14123 * gdb.arch/arm-single-step-kernel-helper.exp: New.
14124
33b4777c
MM
141252016-02-12 Markus Metzger <markus.t.metzger@intel.com>
14126
14127 * gdb.btrace/tailcall-only.exp: New.
14128 * gdb.btrace/tailcall-only.c: New.
14129 * gdb.btrace/x86_64-tailcall-only.S: New.
14130 * gdb.btrace/i686-tailcall-only.S: New.
14131
acc23c11
PA
141322016-02-11 Pedro Alves <palves@redhat.com>
14133
14134 * README (Parallel testing): Add missing double quotes.
14135
e352bf0a
PA
141362016-02-11 Pedro Alves <palves@redhat.com>
14137
14138 * README (Parallel testing): New section.
14139 (GDB_PARALLEL): Rewrite.
14140 (FORCE_PARALLEL): Document.
14141
9f5fed78
MK
141422016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
14143
14144 * gdb.trace/tfile-avx.c: New test.
14145 * gdb.trace/tfile-avx.exp: New test.
14146
9ef9e6a6
KS
141472016-02-09 Keith Seitz <keiths@redhat.com>
14148
14149 PR breakpoints/19546
14150 * gdb.base/infcall-exec.c: New file.
14151 * gdb.base/infcall-exec2.c: New file.
14152 * gdb.base/infcall-exec.exp: New file.
14153
a96e36da
KS
141542016-02-09 Keith Seitz <keiths@redhat.com>
14155
14156 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
14157 (toplevel): Call test_bkpt_address.
14158
9f61929f
KS
141592016-02-09 Keith Seitz <keiths@redhat.com>
14160
14161 PR python/19506
14162 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14163 (toplevel): Call test_bkpt_address.
14164
1e94266c
SM
141652016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14166
14167 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14168 to AC_OUTPUT.
14169 * configure: Regenerate.
14170
2a7f3dff
PA
141712016-02-09 Pedro Alves <palves@redhat.com>
14172
14173 PR breakpoints/19548
14174 * gdb.base/execl-update-breakpoints.c (some_function): New
14175 function.
14176 (main): Call it.
14177 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14178 Tighten expected GDB output.
14179
2151ccc5
SM
141802016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14181
14182 * Makefile.in (ALL_SUBDIRS): Remove.
14183 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14184 (distclean maintainer-clean realclean): Likewise.
14185 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14186 * configure: Regenerate.
14187 * gdb.ada/Makefile.in: Delete.
14188 * gdb.arch/Makefile.in: Likewise.
14189 * gdb.asm/Makefile.in: Likewise.
14190 * gdb.base/Makefile.in: Likewise.
14191 * gdb.btrace/Makefile.in: Likewise.
14192 * gdb.cell/Makefile.in: Likewise.
14193 * gdb.compile/Makefile.in: Likewise.
14194 * gdb.cp/Makefile.in: Likewise.
14195 * gdb.disasm/Makefile.in: Likewise.
14196 * gdb.dlang/Makefile.in: Likewise.
14197 * gdb.dwarf2/Makefile.in: Likewise.
14198 * gdb.fortran/Makefile.in: Likewise.
14199 * gdb.gdb/Makefile.in: Likewise.
14200 * gdb.go/Makefile.in: Likewise.
14201 * gdb.guile/Makefile.in: Likewise.
14202 * gdb.java/Makefile.in: Likewise.
14203 * gdb.linespec/Makefile.in: Likewise.
14204 * gdb.mi/Makefile.in: Likewise.
14205 * gdb.modula2/Makefile.in: Likewise.
14206 * gdb.multi/Makefile.in: Likewise.
14207 * gdb.objc/Makefile.in: Likewise.
14208 * gdb.opencl/Makefile.in: Likewise.
14209 * gdb.opt/Makefile.in: Likewise.
14210 * gdb.pascal/Makefile.in: Likewise.
14211 * gdb.perf/Makefile.in: Likewise.
14212 * gdb.python/Makefile.in: Likewise.
14213 * gdb.reverse/Makefile.in: Likewise.
14214 * gdb.server/Makefile.in: Likewise.
14215 * gdb.stabs/Makefile.in: Likewise.
14216 * gdb.threads/Makefile.in: Likewise.
14217 * gdb.trace/Makefile.in: Likewise.
14218 * gdb.xml/Makefile.in: Likewise.
14219 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14220 GDB_PARALLEL.
14221 (standard_output_file): Remove check for GDB_PARALLEL, always
14222 return path in outputs/$subdir/$testname.
14223
437277d4
SM
142242016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14225
14226 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14227 (site.exp): Assign abs_srcdir to tcl's srcdir.
14228
31d913c7
YQ
142292016-02-04 Yao Qi <yao.qi@linaro.org>
14230
14231 * gdb.base/foll-exec-mode.c: Include limits.h.
14232 (main): Add parameters argc and argv. Get directory from
14233 argv[0].
14234 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14235 compilation.
14236 * gdb.base/foll-exec.c: Include limits.h.
14237 (main): Add parameters argc and argv.
14238 Get directory from argv[0].
14239 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14240 Adjust tests on the number of lines as source code changed.
14241 * gdb.base/foll-vfork-exit.c: Include limits.h.
14242 (main): Add one line of statement before vfork.
14243 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14244 (main): Add parameters argc and argv. Get directory from
14245 argv[0].
14246 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14247 (setup_gdb): Set tbreak to skip some source lines.
14248 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14249 (main): Add parameters argc and argv. Get directory from
14250 argv[0].
14251 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14252 compilation.
14253 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14254 (main): Add parameters argc and argv. Get directory from
14255 argv[0].
14256 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14257 compilation.
14258
9482b9fb
DE
142592016-02-01 Doug Evans <dje@google.com>
14260
14261 * gdb.base/skip.exp: Clean up multiple references to same test name.
14262
6b2e4f10
PA
142632016-02-01 Pedro Alves <palves@redhat.com>
14264
ccb6afd6 14265 PR remote/19496
6b2e4f10
PA
14266 * gdb.threads/forking-threads-plus-breakpoint.exp
14267 (displaced_stepping_supported): New global.
14268 (probe_displaced_stepping_support): New procedure.
14269 (do_test): Add 'displaced' parameter, and use it.
14270 (top level): Check for displaced stepping support. Add displaced
14271 stepping on/off testing axis.
14272
37a8db1a
AB
142732016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14274
14275 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14276 pointer. Don't perform further tests on the unassociated pointer
14277 if the first test fails.
14278
5fdf6324
AB
142792016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14280
14281 * gdb.base/max-value-size.c: New file.
14282 * gdb.base/max-value-size.exp: New file.
14283 * gdb.base/huge.exp: Disable max-value-size for this test.
14284
935c6144
IB
142852016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14286
14287 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14288
7fe8399d
YQ
142892016-01-28 Yao Qi <yao.qi@linaro.org>
14290
14291 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14292
a2077e25
PA
142932016-01-25 Pedro Alves <palves@redhat.com>
14294
14295 PR threads/19461
14296 * gdb.base/fork-running-state.c: New file.
14297 * gdb.base/fork-running-state.exp: New file.
14298
1d2736d4
PA
142992016-01-25 Pedro Alves <palves@redhat.com>
14300
14301 PR gdb/19494
14302 * gdb.base/catch-fork-kill.c: New file.
14303 * gdb.base/catch-fork-kill.exp: New file.
14304
f1da4b11
PA
143052016-01-25 Pedro Alves <palves@redhat.com>
14306
14307 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14308 Delete, moved to lib/gdb.exp.
14309 * gdb.threads/forking-threads-plus-breakpoint.exp
14310 (foreach_with_prefix): Likewise.
14311 * gdb.threads/process-dies-while-handling-bp.exp
14312 (foreach_with_prefix): Likewise.
14313 * lib/gdb.exp (foreach_with_prefix): New procedure.
14314
45f38546
MK
143152016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14316
14317 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14318 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14319
dc29a1ce
MK
143202016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14321
14322 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14323 endian targets.
14324
092127d7
JK
143252016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14326 Pedro Alves <palves@redhat.com>
14327
14328 Fix testsuite compatibility with Guile.
14329 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14330 number.
14331
31d765d3
JK
143322016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14333
14334 Fix testsuite compatibility with Guile.
14335 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14336 (thread 1): New test for backtrace through signal handler.
14337
1ac78c04
YQ
143382016-01-22 Yao Qi <yao.qi@linaro.org>
14339
14340 PR testsuite/19491
14341 * gdb.base/multi-forks.c: Include
14342 ../lib/unbuffer_output.c
14343 (main): Call gdb_unbuffer_output.
14344
4f5946a8
DE
143452016-01-21 Doug Evans <dje@google.com>
14346
14347 * lib/ada.exp (gdb_compile_ada): Fix typo.
14348
305e13e6
JB
143492016-01-21 Joel Brobecker <brobecker@adacore.com>
14350
14351 * gdb.base/break-fun-addr.exp: New file.
14352 * gdb.base/break-fun-addr1.c: New file.
14353 * gdb.base/break-fun-addr2.c: New file.
14354
5f5dfff6
SM
143552016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14356
14357 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14358 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14359 enum flag values.
14360
fd356fa2
AA
143612016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14362
14363 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14364 when GDB can not set the vector return value. Add more comments
14365 for clarification.
14366
9df22175
AT
143672016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14368
14369 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14370 command.
14371
41d1845e
SM
143722016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14373
14374 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14375
01ac6840
SM
143762016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14377
14378 * Makefile.in (check-single): Pass --status to runtest.
14379 (check/%.exp): Likewise.
14380
143812016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14382
14383 * Makefile.in (check-parallel): Propagate return code from make
14384 do-check-parallel.
14385
bd0a71fa
MK
143862016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14387
14388 * gdb.trace/ftrace.exp: Fix expected message on continue.
14389 * gdb.trace/pending.exp: Fix expected message on continue.
14390 * gdb.trace/trace-break.exp: Fix expected message on continue.
14391
8bcbad33
SM
143922016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14393
14394 * lib/gdb.exp (gdb_test): Remove unused global references.
14395
f303dbd6
PA
143962016-01-18 Pedro Alves <palves@redhat.com>
14397
14398 * gdb.base/async-shell.exp: Adjust expected output.
14399 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14400 * gdb.base/siginfo-thread.exp: Adjust expected output.
14401 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14402 * gdb.java/jnpe.exp: Adjust expected output.
14403 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14404 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14405 * gdb.threads/leader-exit.exp: Adjust expected output.
14406 * gdb.threads/manythreads.exp: Adjust expected output.
14407 * gdb.threads/pthreads.exp: Adjust expected output.
14408 * gdb.threads/schedlock.exp: Adjust expected output.
14409 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14410 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14411 expected output.
14412 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14413 output.
14414 * gdb.threads/sigthread.exp: Adjust expected output.
14415 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14416
b2789696
YQ
144172016-01-18 Yao Qi <yao.qi@linaro.org>
14418
14419 * gdb.guile/scm-section-script.c: Replace @progbits with
14420 %progbits.
14421 * gdb.python/py-section-script.c: Likewise.
14422
71ef29a8
PA
144232016-01-15 Pedro Alves <palves@redhat.com>
14424
14425 * gdb.multi/tids.exp: Test star wildcard ranges.
14426
3f5b7598
PA
144272016-01-15 Pedro Alves <palves@redhat.com>
14428
14429 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14430 command from "thread apply" invocation.
14431 (thr_apply_info_thr_invalid): Default the expected output to the
14432 input tid list.
14433 (top level): Add tests that use convenience variables. Add tests
14434 for "thread apply" with a valid TID list, but missing the command.
14435
663f6d42
PA
144362016-01-13 Pedro Alves <palves@redhat.com>
14437
14438 * gdb.base/default.exp: Expect $_gthread as well.
14439 * gdb.multi/tids.exp: Test $_gthread.
14440 * gdb.threads/thread-specific.exp: Test $_gthread.
14441
c84f6bbf
PA
144422016-01-13 Pedro Alves <palves@redhat.com>
14443
14444 * gdb.multi/tids.exp: Test "info threads -gid".
14445
22a02324
PA
144462016-01-13 Pedro Alves <palves@redhat.com>
14447
14448 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14449 Breakpoint.thread.
14450 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14451
5d5658a1
PA
144522016-01-07 Pedro Alves <palves@redhat.com>
14453
14454 * gdb.base/break.exp: Adjust to output changes.
14455 * gdb.base/hbreak2.exp: Likewise.
14456 * gdb.base/sepdebug.exp: Likewise.
14457 * gdb.base/watch_thread_num.exp: Likewise.
14458 * gdb.linespec/keywords.exp: Likewise.
14459 * gdb.multi/info-threads.exp: Likewise.
14460 * gdb.threads/thread-find.exp: Likewise.
14461 * gdb.multi/tids.c: New file.
14462 * gdb.multi/tids.exp: New file.
14463
84654457
PA
144642016-01-13 Pedro Alves <palves@redhat.com>
14465
14466 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14467
e3940304
PA
144682016-01-13 Pedro Alves <palves@redhat.com>
14469
14470 * gdb.base/default.exp: Expect $_inferior as well.
14471 * gdb.multi/base.exp: Test $_inferior.
14472
a911d87a
PA
144732016-01-13 Pedro Alves <palves@redhat.com>
14474
14475 PR breakpoints/19388
14476 * gdb.base/catch-signal-siginfo-cond.c: New file.
14477 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14478
82075af2
JS
144792016-01-12 Josh Stone <jistone@redhat.com>
14480 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14481
14482 * gdb.base/catch-syscall.c (do_execve): New variable.
14483 (main): Conditionally trigger an execve.
14484 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14485 (test_catch_syscall_execve): New, check entry/return across execve.
14486 (do_syscall_tests): Call test_catch_syscall_execve.
14487
e46eeedd
PA
144882016-01-12 Pedro Alves <palves@redhat.com>
14489
14490 * gdb.base/random-signal.exp (do_test): New procedure, with body
14491 of testcase moved in.
14492
01d8c27e
JK
144932016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14494 Pedro Alves <palves@redhat.com>
14495
14496 * gdb.base/funcargs.exp (finish from indirectly called function):
14497 Reintroduce the case for 'First'.
14498
9a706302
JK
144992016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14500 Pedro Alves <palves@redhat.com>
14501
14502 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14503 (tcatch_vfork_then_child_follow_exec)
14504 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14505 identification.
14506
c0ecb95f
JK
145072016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14508
14509 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14510 and repeats to unlimited.
14511 * gdb.python/py-value.exp: Likewise.
14512 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14513 and repeats to unlimited.
14514
6cfc1fcb
JK
145152016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14516
14517 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14518 and reordering the functions.
14519 * gdb.multi/hangout.c: Likewise.
14520 * gdb.multi/hello.c: Likewise.
14521
582a1b00
SM
145222016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14523
14524 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14525 absolute.
14526 (SingleStatisticTestResult.report): Use dict.keys instead of
14527 dict.iterkeys.
14528
79bc59cb
PA
145292016-01-06 Pedro Alves <palves@redhat.com>
14530
14531 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14532
43368e1d
MM
145332016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14534
14535 * gdb.btrace/dlopen.exp: New.
14536 * gdb.btrace/dlopen.c: New.
14537 * gdb.btrace/dlopen-dso.c: New.
14538
79fad5b8
SL
145392015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14540
14541 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14542 PATTERN argument is optional.
14543
ab8314b3
JB
145442015-12-24 Joel Brobecker <brobecker@adacore.com>
14545
14546 * lib/ada.exp (target_compile_ada_from_dir): New function.
14547 (gdb_compile_ada): Reimplement avoiding the use of project files.
14548 * gdb.ada/gnat_ada.gpr: Delete.
14549 * gdb.ada/cond_lang.exp: Adjust test to make path before
14550 filename optional.
14551 * gdb.ada/small_reg_param.exp: Likewise.
14552
fe33faff
SM
145532015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14554
14555 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14556
6d265cb4
TP
145572015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14558
14559 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14560 case.
14561
10125099
SM
145622015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14563
14564 * gdb.base/break.exp: Remove dead code.
14565 * gdb.base/sepdebug.exp: Likewise.
14566
3ca22649
SM
145672015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14568
14569 * gdb.asm/asm-source.exp: Remove HP-UX references.
14570 * gdb.base/annota1.exp: Likewise.
14571 * gdb.base/annota3.exp: Likewise.
14572 * gdb.base/attach.exp: Likewise.
14573 * gdb.base/bigcore.exp: Likewise.
14574 * gdb.base/break.exp: Likewise.
14575 * gdb.base/call-ar-st.exp: Likewise.
14576 * gdb.base/callfuncs.exp: Likewise.
14577 * gdb.base/catch-fork-static.exp: Likewise.
14578 * gdb.base/display.exp: Likewise.
14579 * gdb.base/foll-exec-mode.exp: Likewise.
14580 * gdb.base/foll-exec.exp: Likewise.
14581 * gdb.base/foll-fork.exp: Likewise.
14582 * gdb.base/foll-vfork.exp: Likewise.
14583 * gdb.base/funcargs.exp: Likewise.
14584 * gdb.base/hbreak2.exp: Likewise.
14585 * gdb.base/inferior-died.exp: Likewise.
14586 * gdb.base/interrupt.exp: Likewise.
14587 * gdb.base/multi-forks.exp: Likewise.
14588 * gdb.base/nodebug.exp: Likewise.
14589 * gdb.base/sepdebug.exp: Likewise.
14590 * gdb.base/solib1.c: Likewise.
14591 * gdb.base/step-test.exp: Likewise.
14592 * gdb.mi/non-stop.c: Likewise.
14593 * gdb.mi/pthreads.c: Likewise.
14594 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14595 * gdb.threads/pthreads.c: Likewise.
14596 * gdb.threads/staticthreads.exp: Likewise.
14597 * lib/future.exp: Likewise.
14598 * lib/gdb.exp: Likewise.
14599 * gdb.base/so-indr-cl.c: Remove.
14600 * gdb.base/so-indr-cl.exp: Likewise.
14601 * gdb.base/solib.c: Likewise.
14602 * gdb.base/solib.exp: Likewise.
14603 * gdb.base/solib2.c: Likewise.
14604
b6304613
SM
146052015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14606
14607 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14608 * gdb.base/call-ar-st.exp: Likewise.
14609 * gdb.base/callfuncs.exp: Likewise.
14610 * gdb.base/condbreak.exp: Likewise.
14611 * gdb.base/constvars.exp: Likewise.
14612 * gdb.base/hbreak2.exp: Likewise.
14613 * gdb.base/langs.exp: Likewise.
14614 * gdb.base/list.exp: Likewise.
14615 * gdb.base/long_long.exp: Likewise.
14616 * gdb.base/ptype.exp: Likewise.
14617 * gdb.base/scope.exp: Likewise.
14618 * gdb.base/signals.exp: Likewise.
14619 * gdb.base/so-impl-ld.exp: Likewise.
14620 * gdb.base/varargs.exp: Likewise.
14621 * gdb.base/volatile.exp: Likewise.
14622 * gdb.base/whatis.exp: Likewise.
14623 * gdb.cp/cplusfuncs.exp: Likewise.
14624 * gdb.cp/inherit.exp: Likewise.
14625 * gdb.cp/local.exp: Likewise.
14626 * gdb.cp/member-ptr.exp: Likewise.
14627 * gdb.cp/method.exp: Likewise.
14628 * gdb.cp/overload.exp: Likewise.
14629 * gdb.cp/templates.exp: Likewise.
14630 * gdb.stabs/weird.exp: Likewise.
14631 * lib/compiler.c: Likewise.
14632 * lib/compiler.cc: Likewise.
14633 * lib/cp-support.exp: Likewise.
14634 * lib/gdb.exp: Likewise.
14635
bf401b07
SM
146362015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14637
14638 * configure.ac: Remove HP-UX case.
14639 * configure: Regenerate.
14640
aff9c0f8
SM
146412015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14642
14643 * lib/gdb.exp (gdb_compile): Add function doc.
14644
a6904d5a
PA
146452015-12-17 Pedro Alves <palves@redhat.com>
14646
14647 PR threads/19354
14648 * gdb.multi/info-threads.exp: New file.
14649
a22279dd
YQ
146502015-12-15 Yao Qi <yao.qi@linaro.org>
14651
14652 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14653 is aarch64*-*-*.
14654
0588c796
SL
146552015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14656
14657 * gdb.base/history-duplicates.exp: Skip if no readline support.
14658
5d978e17
SL
146592015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14660
14661 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14662
7e763b86
SL
146632015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14664
14665 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14666
87a3a92c
SL
146672015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14668
14669 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14670 ctrl-C if nointerrupts target property is set.
14671 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14672 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14673 * gdb.base/paginate-bg-execution.exp: Likewise.
14674 * gdb.base/paginate-execution-startup.exp: Likewise.
14675 * gdb.base/random-signal.exp: Likewise.
14676 * gdb.base/range-stepping.exp: Likewise.
14677 * gdb.cp/annota2.exp: Likewise.
14678 * gdb.cp/annota3.exp: Likewise.
14679 * gdb.gdb/selftest.exp: Likewise.
14680 * gdb.threads/continue-pending-status.exp: Likewise.
14681 * gdb.threads/leader-exit.exp: Likewise.
14682 * gdb.threads/manythreads.exp: Likewise.
14683 * gdb.threads/pthreads.exp: Likewise.
14684 * gdb.threads/schedlock.exp: Likewise.
14685 * gdb.threads/sigthread.exp: Likewise.
14686
a8f077dc
DB
146872015-12-11 Don Breazeal <donb@codesourcery.com>
14688
14689 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14690 remote.
14691 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14692 * gdb.base/foll-exec.exp (main): Enable for target remote.
14693 * gdb.base/foll-fork.exp (main): Likewise.
14694 * gdb.base/foll-vfork.exp (main): Likewise.
14695 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14696 (proc continue_to_exit_bp_loc): Use clean_restart.
14697 * gdb.base/pie-execl.exp (main): Disable for target remote.
14698 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14699 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14700 * gdb.threads/execl.exp (main): Likewise.
14701 * gdb.threads/fork-child-threads.exp (main): Likewise.
14702 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14703 remote.
14704 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14705 remote.
14706 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14707 pid.tid style ptids, instead of just tid.
14708 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14709 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14710 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14711 ptids, instead of just tid.
14712
3b2464a8
AB
147132015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14714
14715 * gdb.base/list.exp (test_list_forward): Add end of file error
14716 test.
14717 (test_repeat_list_command): Add end of file error test.
14718 (test_list_backwards): Add beginning of file error test.
14719
a0def019
AB
147202015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14721
14722 * gdb.base/list.exp (test_list_invalid_args): New function,
14723 defined, and called.
14724
5c000dff
AB
147252015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14726
14727 * gdb.base/list.exp (test_list): Make test names unique.
14728
f1637ebe
YQ
147292015-12-11 Yao Qi <yao.qi@linaro.org>
14730
14731 * gdb.base/coremaker2.c: Remove.
14732
36d6fc0a
PA
147332015-12-10 Pedro Alves <palves@redhat.com>
14734
14735 * gdb.multi/base.exp: Remove stale "spaces" references.
14736
762f7747
PA
147372015-12-10 Pedro Alves <palves@redhat.com>
14738
14739 * gdb.multi/base.exp: Don't use nowarnings.
14740 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14741 * gdb.multi/hangout.c: Include stdio.h.
14742 * gdb.multi/hello.c: Include stdlib.h.
14743 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14744 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14745 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14746
28d2bfb9
AB
147472015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14748
14749 * gdb.dwarf2/dw2-ranges-base.c: New file.
14750 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14751 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14752 support additional line table, and debug ranges generation.
14753 (Dwarf::ranges): New function, generate .debug_ranges.
14754 (Dwarf::lines): Support generating simple line table programs.
14755 (Dwarf::assemble): Initialise new namespace variables.
14756
5fc2beac
KB
147572015-12-09 Kevin Buettner <kevinb@redhat.com>
14758
14759 * gdb.base/async.exp (proc test_background): Add case for
14760 asynchronous execution not supported.
14761
1c35a88f
LM
147622015-12-09 Luis Machado <lgustavo@codesourcery.com>
14763
14764 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14765 format and change test names to make them unique.
14766
b593e3d9
RK
147672015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14768 Pedro Alves <pedro@redhat.com>
14769
14770 PR gdb/18702
14771 Add checking of floatformats setup on x86_64 hosts.
14772 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14773 (smallval, bigval): New labels/constants.
14774 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14775 float" after loading bigval and smallval.
14776
d72413e6
PMR
147772015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14778
14779 * gdb.ada/fun_overload_menu.exp: New testcase.
14780 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14781
ece66d65
JS
147822015-12-04 Josh Stone <jistone@redhat.com>
14783
14784 * gdb.base/catch-fork-static.exp: New.
14785
41d0efca
YQ
147862015-12-03 Yao Qi <yao.qi@linaro.org>
14787
14788 * gdb.base/sizeof.c: Don't include stdio.h and
14789 ../lib/unbuffer_output.c.
14790 (main): New variable 'size' and 'value'. Remove printf and
14791 gdb_unbuffer_output. Assign return value to size and value.
14792 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14793 at the beginning.
14794 (check_sizeof): Check the result by printing variable 'size'.
14795 (check_valueof): Check the result by printing variable 'value'.
14796
99fd02d9
YQ
147972015-12-01 Yao Qi <yao.qi@linaro.org>
14798
14799 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14800 for aarch64*-*-linux* target.
14801
f2faf941
PA
148022015-11-30 Pedro Alves <palves@redhat.com>
14803
14804 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14805
04bf20c5
PA
148062015-11-30 Pedro Alves <palves@redhat.com>
14807
14808 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14809 Handle non-stop mode vCont replies.
14810
09df4675
PA
148112015-11-30 Pedro Alves <palves@redhat.com>
14812
14813 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14814 prepare_for_testing. Start gdb with "set non-stop on" appended to
14815 GDBFLAGS. Lax expected stop output.
14816
58b584af
YQ
148172015-11-27 Yao Qi <yao.qi@linaro.org>
14818
14819 * gdb.arch/arm-neon.exp: New.
14820 * gdb.arch/arm-neon.c: New.
14821
dfcb77a8
YQ
148222015-11-27 Yao Qi <yao.qi@linaro.org>
14823
14824 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14825
88e8ec1b
YQ
148262015-11-27 Yao Qi <yao.qi@linaro.org>
14827
14828 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14829 frames-invalid annotation.
14830
bfde72c2
YQ
148312015-11-27 Yao Qi <yao.qi@linaro.org>
14832
14833 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14834
f6512a69
SM
148352015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14836
14837 * gdb.threads/names.exp: New file.
14838 * gdb.threads/names.c: New file.
14839 * README: Mention gdb,no_thread_names.
14840
46a3515b
MM
148412015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14842
14843 PR 19297
14844 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14845 support" error.
14846
62147a22
PA
148472015-11-24 Pedro Alves <palves@redhat.com>
14848
14849 PR 17539
14850 * gdb.base/display.exp: Expect displays to be sorted in ascending
14851 order. Use multi_line.
14852 * gdb.base/solib-display.exp: Likewise.
14853
2f341b6e
PA
148542015-11-24 Pedro Alves <palves@redhat.com>
14855
14856 PR 17539
25d49b86
PA
14857 * gdb.base/display.exp: Expect displays to be sorted in ascending
14858 order. Use multi_line.
14859 * gdb.base/solib-display.exp: Likewise.
2f341b6e 14860
7e0aa6aa
PA
148612015-11-24 Pedro Alves <palves@redhat.com>
14862
14863 PR 17539
14864 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14865 threads in ascending order.
14866 * gdb.base/foll-fork.exp: Likewise.
14867 * gdb.base/foll-vfork.exp: Likewise.
14868 * gdb.base/multi-forks.exp: Likewise.
14869 * gdb.mi/mi-nonstop.exp: Likewise.
14870 * gdb.mi/mi-nsintrall.exp: Likewise.
14871 * gdb.multi/base.exp: Likewise.
14872 * gdb.multi/multi-arch.exp: Likewise.
14873 * gdb.python/py-inferior.exp: Likewise.
14874 * gdb.threads/break-while-running.exp: Likewise.
14875 * gdb.threads/execl.exp: Likewise.
14876 * gdb.threads/gcore-thread.exp: Likewise.
14877 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14878 * gdb.threads/kill.exp: Likewise.
14879 * gdb.threads/linux-dp.exp: Likewise.
14880 * gdb.threads/multiple-step-overs.exp: Likewise.
14881 * gdb.threads/next-bp-other-thread.exp: Likewise.
14882 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14883 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14884 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14885 * gdb.threads/thread-find.exp: Likewise.
14886 * gdb.threads/tls.exp: Likewise.
14887 * lib/mi-support.exp (mi_reverse_list): Delete.
14888 (mi_check_thread_states): No longer reverse list.
14889
2cc57ad8
PA
148902015-11-24 Pedro Alves <palves@redhat.com>
14891
14892 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14893 use lowercase.
14894
c93e8391
SM
148952015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14896
14897 * gdb.trace/actions.c: Include trace-common.h.
14898 (main): Add a location for a fast tracepoint.
14899 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14900 the normal tracepoints.
14901 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14902
045ccf91
SM
149032015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14904
14905 * save-trace.exp: Factor out code to these...
14906 (gdb_save_tracepoints): New.
14907 (gdb_load_tracepoints): New.
14908 (do_save_load_test): New.
14909
5506f9f6
KB
149102015-11-23 Kevin Buettner <kevinb@redhat.com>
14911
14912 * gdb.base/asmlabel.exp: New test.
14913 * gdb.base/asmlabel.c: New test case.
14914
16c3b12f
JB
149152015-11-23 Joel Brobecker <brobecker@adacore.com>
14916
14917 * gdb.base/wrong_frame_bt_full-main.c: New file.
14918 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14919 * gdb.base/wrong_frame_bt_full.exp: New file.
14920
155bfbd3
JB
149212015-11-23 Joel Brobecker <brobecker@adacore.com>
14922
14923 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14924
bb097445
JM
149252015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14926
206853a0 14927 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14928 pstate register when comparing registers values in
14929 sparc64-*-linux-gnu targets to avoid spurious differences.
14930
9c88ed8f
JM
149312015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14932
206853a0 14933 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14934
96161e25
SL
149352015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14936
14937 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14938 as type argument to gdb_compile.
14939 * gdb.base/nested-subp2.exp: Likewise.
14940 * gdb.base/nested-subp3.exp: Likewise.
14941
340c2830
DV
149422015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14943
14944 * lib/dwarf.exp (_note): Fix left shift of negative value.
14945 * gdb.trace/trace-condition.exp: Likewise.
14946
c1862d0f
YQ
149472015-11-13 Yao Qi <yao.qi@linaro.org>
14948
14949 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14950 comments about d10v.
14951 (test_scalar_returns): Likewise.
14952 * gdb.base/d10v.ld: Remove.
14953 * gdb.base/overlays.exp: Remove the target triplet checking for
14954 d10v-*-*.
14955 * gdb.base/structs.exp (test_struct_returns): Remove the
14956 comments about d10v.
14957 (test_struct_calls): Likewise.
14958
77ae9c19
YQ
149592015-11-13 Yao Qi <yao.qi@linaro.org>
14960
14961 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14962 * gdb.base/gnu_vector.c: Don't include stdio.h.
14963 (main): Don't print res and call add_some_intvecs.
14964
430e004e
MK
149652015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14966
14967 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14968 macro.
14969 (func5): Removed.
14970 (func4): Use FAST_TRACEPOINT_LABEL.
14971 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14972 macro.
14973 (func): Removed.
14974 (thread_function): Use FAST_TRACEPOINT_LABEL.
14975 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14976 (func): Remove.
14977 (marker): Use FAST_TRACEPOINT_LABEL.
14978 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14979 (pendfunc1): Remove.
14980 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14981 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14982 (foo): Remove.
14983 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14984 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14985 macro.
14986 (func): Remove.
14987 (marker): Use FAST_TRACEPOINT_LABEL.
14988 * gdb.trace/trace-common.h: New header.
14989 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14990 macro.
14991 (func): Remove.
14992 (marker): Use FAST_TRACEPOINT_LABEL.
14993 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14994 (func): Remove.
14995 (thread_function): Use FAST_TRACEPOINT_LABEL.
14996
6e7675a7
MK
149972015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14998
14999 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
15000 in front.
15001 * gdb.trace/change-loc.exp: Use global pcreg definition.
15002 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
15003 * gdb.trace/entry-values.exp: Use global spreg definition, add $
15004 in front.
15005 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
15006 * gdb.trace/pending.exp: Likewise.
15007 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
15008 * gdb.trace/trace-break.exp: Likewise.
15009 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
15010 in front.
15011 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
15012 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
15013 in front.
15014 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
15015
dddc0e16
JB
150162015-11-09 Joel Brobecker <brobecker@adacore.com>
15017
15018 * gdb.ada/fin_fun_out: New testcase.
15019
c6f0b406
KB
150202015-11-07 Kevin Buettner <kevinb@redhat.com>
15021
15022 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
15023 value associated with DW_AT_byte_size.
15024 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
15025 constants for DW_AT_byte_size, DW_AT_lower_bound, and
15026 DW_AT_upper_bound.
15027
f01dcfd9
KB
150282015-11-07 Kevin Buettner <kevinb@redhat.com>
15029
15030 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
15031 (gdb_target_symbol_prefix_flags): Define in terms of _asm
15032 version.
15033 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
15034 gdb.dwarf2/dw2-canonicalize-type.exp,
15035 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
15036 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
15037 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
15038 provided by gdb_target_symbol_prefix_flags_asm.
15039 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
15040 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
15041 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
15042 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
15043 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
15044 macros where needed). Use this macro for symbols which require
15045 the prefix provided by SYMBOL_PREFIX.
15046
2223449a
KB
150472015-11-05 Kevin Buettner <kevinb@redhat.com>
15048
15049 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
15050 New procs.
15051 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
15052 representing expressions, of more than one list element.
15053 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
15054 to prepend linker symbol prefix to f.
15055 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
15056 table_1 and table_2.
15057 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
15058 Likewise, for f and g.
15059 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
15060 for ptr.
15061 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
15062 for main.
15063 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
15064 table_1_ptr and table_2_ptr.
15065
6f2f1a3a
JK
150662015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15067 Joel Brobecker <brobecker@adacore.com>
15068
15069 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
15070
566c56c9
MK
150712015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
15072
15073 * gdb.reverse/s390-mvcle.c: New test.
15074 * gdb.reverse/s390-mvcle.exp: New file.
15075 * lib/gdb.exp: Enable reverse tests on s390*-linux.
15076
d5f0636b
MK
150772015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15078
15079 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
15080
7ad8b86c
MK
150812015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15082
15083 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
15084 reaching marker2.
15085 * gdb.reverse/getresuid-reverse.exp: Likewise.
15086 * gdb.reverse/pipe-reverse.exp: Likewise.
15087 * gdb.reverse/readv-reverse.exp: Likewise.
15088 * gdb.reverse/recvmsg-reverse.exp: Likewise.
15089 * gdb.reverse/time-reverse.exp: Likewise.
15090 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
15091
4081c0f1
YQ
150922015-10-30 Yao Qi <yao.qi@linaro.org>
15093
15094 * gdb.threads/wp-replication.c (watch_count_done): Remove.
15095 (empty_cycle): Remove.
15096 (main): Don't call empty_cycle. Don't use watch_count_done.
15097 * gdb.threads/wp-replication.exp: Don't set breakpoint on
15098 empty_cycle. Rewrite the code counting HW watchpoints.
15099
452b4ba5
MK
151002015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
15101
15102 * gdb.reverse/fstatat-reverse.c: New test.
15103 * gdb.reverse/fstatat-reverse.exp: New file.
15104 * gdb.reverse/getresuid-reverse.c: New test.
15105 * gdb.reverse/getresuid-reverse.exp: New file.
15106 * gdb.reverse/pipe-reverse.c: New test.
15107 * gdb.reverse/pipe-reverse.exp: New file.
15108 * gdb.reverse/readv-reverse.c: New test.
15109 * gdb.reverse/readv-reverse.exp: New file.
15110 * gdb.reverse/recvmsg-reverse.c: New test.
15111 * gdb.reverse/recvmsg-reverse.exp: New file.
15112 * gdb.reverse/time-reverse.c: New test.
15113 * gdb.reverse/time-reverse.exp: New file.
15114 * gdb.reverse/waitpid-reverse.c: New test.
15115 * gdb.reverse/waitpid-reverse.exp: New file.
15116
5e2e7507
JK
151172015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15118
15119 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
15120
0fde2c53
DE
151212015-10-26 Doug Evans <dje@google.com>
15122
15123 PR symtab/17391
15124 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
15125 * gdb.dwarf2/bad-regnum.c: New file.
15126 * gdb.dwarf2/bad-regnum.exp: New file.
15127
1a70ae97
DE
151282015-10-26 Doug Evans <dje@google.com>
15129
15130 PR python/18938
15131 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
15132 file.
15133
27dc26ab
JK
151342015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15135
15136 * gdb.compile/compile.exp (compile code globalvar): Update expectation
15137 for a change by "Mention language in compile error message".
15138
bed91f4d
SM
151392015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
15140
15141 PR python/18073
15142 * gdb.python/py-type.c (C::a_method): New.
15143 (C::a_const_method): New.
15144 (C::a_static_method): New.
15145 (a_function): New.
15146 * gdb.python/py-type.exp (test_fields): Test getting fields
15147 from function and method.
15148
3f2f83dd
KB
151492015-10-21 Keven Boell <keven.boell@intel.com>
15150
15151 * gdb.fortran/vla-alloc-assoc.exp: New file.
15152 * gdb.fortran/vla-datatypes.exp: New file.
15153 * gdb.fortran/vla-datatypes.f90: New file.
15154 * gdb.fortran/vla-history.exp: New file.
15155 * gdb.fortran/vla-ptype-sub.exp: New file.
15156 * gdb.fortran/vla-ptype.exp: New file.
15157 * gdb.fortran/vla-sizeof.exp: New file.
15158 * gdb.fortran/vla-sub.f90: New file.
15159 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
15160 * gdb.fortran/vla-value-sub-finish.exp: New file.
15161 * gdb.fortran/vla-value-sub.exp: New file.
15162 * gdb.fortran/vla-value.exp: New file.
15163 * gdb.fortran/vla-ptr-info.exp: New file.
15164 * gdb.mi/mi-vla-fortran.exp: New file.
15165 * gdb.mi/vla.f90: New file.
15166
27145d50
SL
151672015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15168
15169 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15170 of hardwired timeout value.
15171
5f3ff4f8
JK
151722015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15173 Pedro Alves <palves@redhat.com>
15174
15175 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15176 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15177
bfd09d20
JS
151782015-10-19 Josh Stone <jistone@redhat.com>
15179
15180 * gdb.base/catch-syscall.c: Include <sched.h>.
15181 (unknown_syscall): New variable.
15182 (main): Trigger a vfork and an unknown syscall.
15183 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15184 (unknown_syscall_number): Likewise.
15185 (check_call_to_syscall): Accept an optional syscall pattern.
15186 (check_return_from_syscall): Likewise.
15187 (check_continue): Likewise.
15188 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15189 (test_catch_syscall_skipping_return): New test toggling off 'catch
15190 syscall' to step over the syscall return, then toggling back on.
15191 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15192 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15193 (do_syscall_tests): Call test_catch_syscall_without_args and
15194 test_catch_syscall_mid_vfork.
15195 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15196 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15197
b32b93c6
AS
151982015-10-19 Andrew Stubbs <ams@codesourcery.com>
15199
15200 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15201 print g_vE): Add new pass patterns.
15202 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15203 print various symbol names for vptr fields.
15204
9d622bda
AB
152052015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15206
15207 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15208 results.
15209
0fd8ac1c
YQ
152102015-10-12 Yao Qi <yao.qi@linaro.org>
15211
15212 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15213
34240514
YQ
152142015-10-12 Yao Qi <yao.qi@linaro.org>
15215
15216 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15217 is aarch64*-*-linux*.
15218
8240f442
YQ
152192015-10-12 Yao Qi <yao.qi@linaro.org>
15220
15221 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15222 (can_relocate_bcond_true): ... it.
15223 (can_relocate_bcond_false): New function.
15224 (foo): Likewise.
15225 (can_relocate_bl): Likewise.
15226 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15227 can_relocate_bl.
15228
2520f728
PMR
152292015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15230
15231 * gdb.base/nested-addr.c: New file.
15232 * gdb.base/nested-addr.exp: New testcase.
15233
abcef95a
MM
152342015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15235
15236 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15237 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15238 its output. Ignore the output of "record goto begin" and instead
15239 check that GDB is replaying.
15240
145e3ddb
PA
152412015-10-09 Pedro Alves <palves@redhat.com>
15242
15243 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15244 (top level): Use it in the run with no args test.
15245
d5d8c4e1
IB
152462015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15247
15248 * gdb.dlang/properties.exp: New file.
15249
06e635ef
SL
152502015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15251
15252 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15253 whether or not address 0x1000 is mapped on the target.
15254
e019fd1d
SM
152552015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15256
15257 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15258 build.
15259
77ba2a67
MM
152602015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15261
15262 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15263 instruction-history test.
15264
c60eb31f
DE
152652015-09-28 Doug Evans <dje@google.com>
15266
15267 * gdb.base/gcore.c (array_func): Add reference to static_array.
15268
9a3c8263
SM
152692015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15270
15271 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15272 source line.
15273
9720e656
SL
152742015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15275
15276 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15277 short or char as base type.
15278
938d3bf2
SL
152792015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15280
15281 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15282 to allow any size enum.
15283
e6c2c623
PMR
152842015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15285
15286 * gdb.ada/array_ptr_renaming.exp: New testcase.
15287 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15288 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15289
06da0f77
PL
152902015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15291
15292 * gdb.trace/ftrace-lock.c: New file.
15293 * gdb.trace/ftrace-lock.exp: New file.
15294
4f51c22a
PL
152952015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15296
15297 * gdb.arch/insn-reloc.c: New file.
15298 * gdb.arch/ftrace-insn-reloc.exp: New file.
15299
7041adf4
PL
153002015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15301
15302 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15303 instruction.
15304 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15305 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15306 * gdb.trace/range-stepping.c: Likewise.
15307 * gdb.trace/trace-break.c: Likewise.
15308 * gdb.trace/trace-mt.c (thread_function): Likewise.
15309 * gdb.trace/ftrace.c (marker): Likewise.
15310 * gdb.trace/trace-condition.c (marker): Likewise.
15311 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15312 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15313 is_aarch64_target.
15314
015d2e7e
DE
153152015-09-18 Doug Evans <xdje42@gmail.com>
15316
15317 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15318 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15319
26b188a2
SL
153202015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15321
15322 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15323 the breakpoint.
15324
79dc332b
SL
153252015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15326
15327 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15328 the pending breakpoint. Remove timeout override for "Run till
15329 MI pending breakpoint on pendfunc3 on thread 2" test.
15330
f57929f2
SL
153312015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15332
15333 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15334 filename pattern.
15335
3f469b17
SL
153362015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15337
15338 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15339 in breakpoint filename pattern.
15340
515b89b3
SL
153412015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15342
7800dbe4
SL
15343 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15344
153452015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15346
515b89b3
SL
15347 * gdb.linespec/explicit.exp: Check for readline support for
15348 tab-completion tests. Fix obvious typo.
15349
d2939ba2
MM
153502015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15351
15352 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15353 and replay.
15354
cbb55fa7
MM
153552015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15356
15357 * gdb.btrace/non-stop.c: New.
15358 * gdb.btrace/non-stop.exp: New.
15359
43691ca1
PL
153602015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15361 Yao Qi <yao.qi@linaro.org>
15362
15363 * gdb.trace/trace-condition.c: New file.
15364 * gdb.trace/trace-condition.exp: New file.
15365
d78908cf
WW
153662015-09-16 Wei-cheng Wang <cole945@gmail.com>
15367
15368 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15369 for testing bytecode compilation.
15370
1ed415e2
PA
153712015-09-16 Pedro Alves <palves@redhat.com>
15372 Sandra Loosemore <sandra@codesourcery.com>
15373
15374 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15375 (SECONDS): Redefine.
15376 (main): Call pthread_kill and alarm early.
15377 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15378 support.
15379 (test): If the target can't hardware step and doesn't support
15380 displaced stepping, increase the timeout.
15381
d136eff5
PA
153822015-09-16 Pedro Alves <palves@redhat.com>
15383
15384 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15385 (enable_debug): New procedures.
15386 (test): Use them. Bail out if waiting for threads fails.
15387 (top level): Bail out if a test fails.
15388
991f019c
YQ
153892015-09-16 Yao Qi <yao.qi@linaro.org>
15390
15391 * gdb.asm/asm-source.exp: Set asm-arch for
15392 aarch64*-*-* target.
15393 * gdb.asm/aarch64.inc: New file.
15394
bfca584f
PMR
153952015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15396
15397 * gdb.ada/array_of_variable_length.exp: New testcase.
15398 * gdb.ada/array_of_variable_length/foo.adb: New file.
15399 * gdb.ada/array_of_variable_length/pck.adb: New file.
15400 * gdb.ada/array_of_variable_length/pck.ads: New file.
15401
b326e587
DE
154022015-09-15 Doug Evans <dje@google.com>
15403
15404 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15405 of function static local variable.
15406
5382cfab
PW
154072015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15408
15409 * gdb.threads/tls-so_extern.exp: New test file.
15410 * gdb.threads/tls-so_extern.c: New test file.
15411 * gdb.threads/tls-so_extern_main.c: New test file.
15412
141c5cc4
JK
154132015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15414
15415 * gdb.opt/solib-intra-step-lib.c: New file.
15416 * gdb.opt/solib-intra-step-main.c: New file.
15417 * gdb.opt/solib-intra-step.exp: New file.
15418
d15dcecd
PA
154192015-09-15 Pedro Alves <palves@redhat.com>
15420
15421 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15422 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15423
4c2f2a79
PA
154242015-09-14 Pedro Alves <palves@redhat.com>
15425
15426 * gdb.base/hook-stop-continue.c: Delete.
15427 * gdb.base/hook-stop-continue.exp: Delete.
15428 * gdb.base/hook-stop-frame.c: Delete.
15429 * gdb.base/hook-stop-frame.exp: Delete.
15430 * gdb.base/hook-stop.c: New file.
15431 * gdb.base/hook-stop.exp: New file.
15432
919e6dbe
PMR
154332015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15434
15435 * gdb.ada/access_to_packed_array.exp: New testcase.
15436 * gdb.ada/access_to_packed_array/foo.adb: New file.
15437 * gdb.ada/access_to_packed_array/pack.adb: New file.
15438 * gdb.ada/access_to_packed_array/pack.ads: New file.
15439
157280a4
MM
154402015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15441
15442 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15443 buffer size test.
15444
2fd33e94
DB
154452015-09-11 Don Breazeal <donb@codesourcery.com>
15446
15447 * gdb.base/foll-exec.c: Add copyright header. Fix
15448 formatting issues.
15449 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15450 (do_exec_tests): Use clean_restart in place of zap_session,
15451 and for test initialization. Fix formatting issues. Use
15452 fail in place of perror.
15453 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15454 an expect statement to match an expression with output from
15455 the program under debug.
15456 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15457 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15458 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15459 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15460 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15461
e70b6e8e
DE
154622015-09-09 Doug Evans <dje@google.com>
15463
15464 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15465
7a551a51
DE
154662015-09-09 Doug Evans <dje@google.com>
15467
15468 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15469
4c666f84
DE
154702015-09-09 Doug Evans <dje@google.com>
15471
15472 * gdb.base/savedregs.exp: Fix typo.
15473
243a9253
PA
154742015-09-09 Pedro Alves <palves@redhat.com>
15475
15476 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15477
c0fa8fbd
SL
154782015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15479
15480 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15481 command actually switches threads. Give up on remaining
15482 tests if target fails to stop at breakpoint.
15483
cd7c1778
PMR
154842015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15485
15486 * gdb.ada/funcall_char.exp: New testcase.
15487 * gdb.ada/funcall_char/foo.adb: New file.
15488
dc5c8746
PMR
154892015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15490
15491 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15492 expected outputs. Add two testcases for completing ambiguous
15493 functions.
15494 * gdb.ada/complete/aux_pck.adb: New file.
15495 * gdb.ada/complete/aux_pck.ads: New file.
15496 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15497 Ambiguous_Func functions.
15498 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15499 * gdb.ada/complete/pck.adb: Likewise.
15500
4e83a1e7
UW
155012015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15502
15503 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15504 failures to run the test program under GDB.
15505
8ce74153
LM
155062015-08-26 Luis Machado <lgustavo@codesourcery.com>
15507
15508 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15509 to C.
15510
e9756d52
PP
155112015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15512
15513 * gdb.base/run-after-attach.exp: New test file.
15514 * gdb.base/run-after-attach.c: New test file.
15515
8d37573b
DB
155162015-08-26 Don Breazeal <donb@codesourcery.com>
15517
15518 * gdb.base/foll-exec-2.c: New test program.
15519 * gdb.base/foll-exec-2.exp: New test.
15520
63e43d3a
PMR
155212015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15522
15523 * gdb.base/nested-subp1.exp: New file.
15524 * gdb.base/nested-subp1.c: New file.
15525 * gdb.base/nested-subp2.exp: New file.
15526 * gdb.base/nested-subp2.c: New file.
15527 * gdb.base/nested-subp3.exp: New file.
15528 * gdb.base/nested-subp3.c: New file.
15529
3d40fbb5
PA
155302015-08-24 Pedro Alves <palves@redhat.com>
15531
15532 * gdb.server/connect-without-multi-process.c: New file.
15533 * gdb.server/connect-without-multi-process.exp: New file.
15534
4422ac93
LM
155352015-08-24 Luis Machado <lgustavo@codesourcery.com>
15536
15537 * gdb.opt/inline-markers.c: Make z int.
15538
91dddb86
LM
155392015-08-24 Luis Machado <lgustavo@codesourcery.com>
15540
15541 * gdb.opt/inline-markers.c: Make z volatile.
15542
a48847ee
LM
155432015-08-24 Luis Machado <lgustavo@codesourcery.com>
15544
15545 * gdb.opt/inline-bt.c: New volatile global z.
15546 * gdb.opt/inline-cmds.c: Likewise.
15547 * gdb.opt/inline-locals.c: Likewise.
15548 * gdb.opt/inline-markers.c: New extern global z.
15549 (marker): Use z.
15550 (inline_fn): Likewise.
15551
0ebbc52b
PA
155522015-08-24 Pedro Alves <palves@redhat.com>
15553
15554 * config/m32r-stub.exp: Remove file.
15555 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15556 * gdb.base/call-rt-st.exp: Likewise.
15557 * gdb.base/call-strs.exp: Likewise.
15558 * gdb.base/default.exp: Remove references to h8300-*-hms and
15559 *-*-udi*.
15560 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15561
77c365df
AA
155622015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15563
15564 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15565 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15566 and "return" use KFAIL when GDB can not read/write the vector
15567 return value.
15568
4313b8c0
GB
155692015-08-21 Gary Benson <gbenson@redhat.com>
15570
15571 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15572
0e433b32
PA
155732015-08-20 Pedro Alves <palves@redhat.com>
15574
15575 * gdb.server/solib-list.exp: No longer expect an interior stop in
15576 non-stop mode.
15577
221e1a37
PA
155782015-08-20 Pedro Alves <palves@redhat.com>
15579
15580 * gdb.server/connect-stopped-target.c: New file.
15581 * gdb.server/connect-stopped-target.exp: New file.
15582
40e3ad0e
PA
155832015-08-20 Pedro Alves <palves@redhat.com>
15584
15585 * gdb.dwarf2/comp-unit-lang.exp: New file.
15586 * gdb.dwarf2/comp-unit-lang.c: New file.
15587
af39b327
PMR
155882015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15589
15590 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15591 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15592
7d45c7c3 155932015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 15594
7d45c7c3
KB
15595 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15596 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15597
4d6cceb4
DE
155982015-08-18 Doug Evans <dje@google.com>
15599 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15600
15601 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15602 skip_python_tests. New arg prompt_regexp.
15603 (skip_python_tests): New function.
15604 * lib/mi-support.exp (mi_skip_python_tests): New function.
15605 * gdb.python/py-mi-objfile-gdb.py: New file.
15606 * gdb.python/py-mi-objfile.c: New file.
15607 * gdb.python/py-mi-objfile.exp: New file.
15608
ad89c2aa
KS
156092015-08-17 Keith Seitz <keiths@redhat.com>
15610
15611 * gdb.linespec/explicit.exp: Move strace test from here ...
15612 * gdb.trace/strace.exp: ... to here.
15613
e3ae3c43
PP
156142015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15615
15616 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15617 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15618
604b2636
DE
156192015-08-14 Doug Evans <xdje42@gmail.com>
15620
15621 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15622 inferior before selecting a new file.
15623
6ff0ba5f
DE
156242015-08-14 Doug Evans <xdje42@gmail.com>
15625
15626 * gdb.mi/mi-disassemble.exp: Update.
15627 * gdb.base/disasm-optim.S: New file.
15628 * gdb.base/disasm-optim.c: New file.
15629 * gdb.base/disasm-optim.h: New file.
15630 * gdb.base/disasm-optim.exp: New file.
15631
9ca98f92
KS
156322015-08-14 Keith Seitz <keiths@redhat.com>
15633
15634 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15635 "evaluated-by".
15636
52bbc560
JB
156372015-08-13 Joel Brobecker <brobecker@adacore.com>
15638
15639 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15640
5d8c3ed3
PMR
156412015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15642
15643 * gdb.ada/fun_renaming.exp: New testcase.
15644 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15645 * gdb.ada/fun_renaming/pack.adb: New file.
15646 * gdb.ada/fun_renaming/pack.ads: New file.
15647
ea8812bc
KS
156482015-08-12 Keith Seitz <keiths@redhat.com>
15649
15650 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15651 gdb_get_line_number.
15652
4dafcdeb
JB
156532015-08-12 Joel Brobecker <brobecker@adacore.com>
15654
15655 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15656 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15657 gdb.base/dso2dso.exp: New files.
15658
5ba32597
SDJ
156592015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15660 Pedro Alves <palves@redhat.com>
15661 Keith Seitz <keiths@redhat.com>
15662
15663 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15664 GDBFLAGS.
15665
b6dafabf
PP
156662015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15667
15668 * gdb.base/gdbhistsize-history.exp
15669 (test_histsize_history_setting): Use save_vars.
15670 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15671 Use save_vars.
15672 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15673 * gdb.base/readline.exp: Use save_vars.
15674
abe8e607
PP
156752015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15676
15677 * lib/gdb.exp (save_vars): New proc.
15678
629500fa
KS
156792015-08-11 Keith Seitz <keiths@redhat.com>
15680
15681 * gdb.base/help.exp: Update help_breakpoint_text.
15682
eb8c4e2e
KS
156832015-08-11 Keith Seitz <keiths@redhat.com>
15684
15685 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15686 (at toplevel): Call test_explicit_breakpoints.
15687 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15688 breakpoints.
15689 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15690 breakpoint conditions, "-cond".
15691
87f0e720
KS
156922015-08-11 Keith Seitz <keiths@redhat.com>
15693
15694 * gdb.linespec/3explicit.c: New file.
15695 * gdb.linespec/cpexplicit.cc: New file.
15696 * gdb.linespec/cpexplicit.exp: New file.
15697 * gdb.linespec/explicit.c: New file.
15698 * gdb.linespec/explicit.exp: New file.
15699 * gdb.linespec/explicit2.c: New file.
15700 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15701 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15702 before using in the matching pattern.
15703 Clarify that `prefix' is a regular expression.
15704
f00aae0f
KS
157052015-08-11 Keith Seitz <keiths@redhat.com>
15706
15707 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15708 test.
15709 Add tests for missing ",FMT" and ",".
15710
e27852be
DE
157112015-08-10 Doug Evans <dje@google.com>
15712 Keith Seitz <keiths@redhat.com>
15713
15714 PR gdb/17960
15715 * gdb.base/completion.exp: Add location completer tests.
15716
7f03bd92
PA
157172015-08-07 Pedro Alves <palves@redhat.com>
15718
15719 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15720 tests here.
15721 (top level): Run do_test with and without displaced stepping.
15722
3fc8eb30
PA
157232015-08-07 Pedro Alves <palves@redhat.com>
15724
15725 * gdb.base/valgrind-disp-step.c: New file.
15726 * gdb.base/valgrind-disp-step.exp: New file.
15727
d4569d7b
PA
157282015-08-07 Pedro Alves <palves@redhat.com>
15729
15730 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15731 Delete function.
15732 (main): Add alarm. Run an infinite loop instead of calling
15733 wait_threads.
15734 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15735 comment.
15736 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15737 Delete function.
15738 (main): Add alarm. Run an infinite loop instead of calling
15739 wait_threads.
15740 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15741 comment.
15742
e1316e60
PA
157432015-08-07 Pedro Alves <palves@redhat.com>
15744
15745 * gdb.base/checkpoint-ns.exp: New file.
15746 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15747 standard_testfile.
15748
da8c46d2
MM
157492015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15750
15751 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15752 * gdb.btrace/instruction_history.exp: Update.
15753 * gdb.btrace/tsx.exp: New.
15754 * gdb.btrace/tsx.c: New.
15755
de1c2c52
PA
157562015-08-06 Pedro Alves <palves@redhat.com>
15757
15758 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15759 increase timeout.
15760 * gdb.reverse/until-precsave.exp: Bump timeouts.
15761
782e0bf4
PA
157622015-08-06 Pedro Alves <palves@redhat.com>
15763
15764 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15765
83e97ed0
PA
157662015-08-06 Pedro Alves <palves@redhat.com>
15767
15768 PR gdb/18749
15769 * gdb.threads/process-dies-while-handling-bp.c: New file.
15770 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15771
863d01bd
PA
157722015-08-06 Pedro Alves <palves@redhat.com>
15773
15774 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15775 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15776
0a39bb32
PA
157772015-08-05 Pedro Alves <palves@redhat.com>
15778
15779 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15780 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15781
ee2d2b10
SL
157822015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15783
15784 * gdb.base/bp-permanent.exp: Report test as unsupported if
15785 the target cannot stop at the permanent breakpoint.
15786
4e1bdb00
DE
157872015-08-03 Doug Evans <dje@google.com>
15788
15789 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15790 10000.
15791
3d338901
DE
157922015-08-03 Doug Evans <dje@google.com>
15793
15794 * Makefile.in (workers/%.worker, build-perf): New rule.
15795 (GDB_PERFTEST_MODE): New variable.
15796 (check-perf): Use it.
15797 (clean): Clean up gdb.perf parallel build subdirs.
15798 * lib/build-piece.exp: New file.
15799 * lib/gdb.exp (make_gdb_parallel_path): New function
15800 (standard_output_file, standard_temp_file): Call it.
15801 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15802 of $GDB_PARALLEL.
15803 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15804
af061d3e
DE
158052015-08-03 Doug Evans <dje@google.com>
15806
8e1afc81 15807 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
15808 (LOG_FILE_NAME): New global.
15809 (TextReporter.__init__): Initialize self.txt_sum.
15810 (TextReporter.report): Add support for multiple data-points.
15811 Move report to perftest.sum, put raw data in perftest.log.
15812 (TextReporter.start): Open sum and log files.
15813 (TextReporter.end): Close sum and log files.
8e1afc81
DE
15814 * gdb.perf/lib/perftest/testresult.py
15815 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 15816
2c8c5d37
PA
158172015-07-31 Pedro Alves <palves@redhat.com>
15818
15819 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15820 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15821 kill_wait_spawned_process instead of explicit "kill -9".
15822 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15823 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15824 kill_wait_spawned_process.
15825 * gdb.base/attach-twice.exp: Likewise.
15826 * gdb.base/attach.exp: Likewise.
15827 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15828 gdb_test_multiple.
15829 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15830 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15831 kill_wait_spawned_process.
15832 * gdb.base/valgrind-infcall.exp: Likewise.
15833 * gdb.multi/multi-attach.exp: Likewise.
15834 * gdb.python/py-prompt.exp: Likewise.
15835 * gdb.python/py-sync-interp.exp: Likewise.
15836 * gdb.server/ext-attach.exp: Likewise.
15837 * gdb.threads/attach-into-signal.exp (corefunc): Use
15838 spawn_wait_for_attach, spawn_id_get_pid and
15839 kill_wait_spawned_process.
15840 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15841 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15842 spawn_id_get_pid and kill_wait_spawned_process.
15843 * gdb.threads/attach-stopped.exp (corefunc): Use
15844 spawn_wait_for_attach, spawn_id_get_pid and
15845 kill_wait_spawned_process.
15846 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15847 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15848 kill_wait_spawned_process instead of explicit "kill -9".
15849 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15850 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15851 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15852 processes. Don't map cygwin/windows pids here. Now returns a
15853 spawn id list.
15854
032a0fca
SL
158552015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15856
15857 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15858 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15859 correct patch.
15860
61a934ca
SL
158612015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15862
15863 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15864
4bc4d428
SL
158652015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15866
15867 Reapply:
15868 2014-05-21 Mark Wielaard <mjw@redhat.com>
15869
15870 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15871
998d452a
PA
158722015-07-30 Pedro Alves <palves@redhat.com>
15873
15874 * linux-low.c (handle_extended_wait): Set the child's last
15875 reported status to TARGET_WAITKIND_STOPPED.
15876
69dde7dc
PA
158772015-07-30 Pedro Alves <palves@redhat.com>
15878
15879 PR threads/18600
15880 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15881 only shows inferior 1.
15882
4dd63d48
PA
158832015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15884 Pedro Alves <palves@redhat.com>
15885
15886 PR threads/18600
15887 * gdb.threads/fork-plus-threads.c: New file.
15888 * gdb.threads/fork-plus-threads.exp: New file.
15889
d618e4c5
PP
158902015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15891
15892 * gdb.base/batch-preserve-term-settings.exp
15893 (test_terminal_settings_preserved_after_cli_exit): Use
15894 send_quit_command.
15895
1eef6428
PA
158962015-07-29 Pedro Alves <palves@redhat.com>
15897 Don Breazeal <donb@codesourcery.com>
15898
15899 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15900 output from both inferior_spawn_id and gdb_spawn_id.
15901
7da5b897
SDJ
159022015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15903
15904 * gdb.threads/attach-into-signal.exp (corefunc): Use
15905 with_test_prefix on nested loops, uniquefying the test messages.
15906
dac804df
SDJ
159072015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15908
15909 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15910 commit.
15911
06265e53
PP
159122015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15913
15914 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15915 New proc.
15916 (test_terminal_settings_preserved_after_sigterm): New test.
15917
18206ca3
PP
159182015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15919
15920 * gdb.base/batch-preserve-term-settings.exp
15921 (test_terminal_settings_preserved_after_cli_exit): New test.
15922
90074d11
PP
159232015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15924
15925 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15926 manipulation of saved_gdbflags.
15927 (test_terminal_settings_preserved): Remove global declaration of
15928 the unused variable pagination_prompt. Remove manipulation of
15929 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15930 GDBFLAGS.
15931
eb1a7902
PA
159322015-07-29 Pedro Alves <palves@redhat.com>
15933
15934 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15935
8b75dd3b
PA
159362015-07-29 Pedro Alves <palves@redhat.com>
15937
15938 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15939 at the top.
15940
dedad4e3
PA
159412015-07-29 Pedro Alves <palves@redhat.com>
15942
15943 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15944 (main): Call gdb_unbuffer_output.
15945 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15946 (main): Call gdb_unbuffer_output.
15947 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15948 (main): Call gdb_unbuffer_output.
15949 * gdb.base/call-strs.exp: Adjust to step over the
15950 gdb_unbuffer_output call.
15951 * gdb.base/catch-gdb-caused-signals.c: Include
15952 "../lib/unbuffer_output.c".
15953 (main): Call gdb_unbuffer_output.
15954 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15955 (main): Call gdb_unbuffer_output.
15956 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15957 (main): Call gdb_unbuffer_output.
15958 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15959 (main): Call gdb_unbuffer_output.
15960 * gdb.base/shlib-call.exp: Adjust to step over the
15961 gdb_unbuffer_output call.
15962 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15963 (main): Call gdb_unbuffer_output.
15964 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15965 (main): Call gdb_unbuffer_output.
15966 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15967 (main): Rename to ...
15968 (test): ... this.
15969 (main): Reimplement.
15970 * gdb.base/varargs.exp: Run to test instead of to main.
15971 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15972 (main): Call gdb_unbuffer_output.
15973
58789a91
PA
159742015-07-29 Pedro Alves <palves@redhat.com>
15975
15976 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15977 factore out from mi_continue_dprintf. For call-style dprintfs,
15978 expect dprintf output out of $inferior_spawn_id.
15979 (mi_continue_dprintf): Use mi_expect_dprintf.
15980 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15981 (main): Call gdb_unbuffer_output.
15982
e8376742
PA
159832015-07-29 Pedro Alves <palves@redhat.com>
15984
15985 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15986 (default_mi_gdb_start): Set inferior_spawn_id instead of
15987 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15988 gdb_spawn_id.
15989 (mi_gdb_test): Always expect inferior output from both
15990 $inferior_spawn_id and $gdb_spawn_id.
15991
08280010
PA
159922015-07-29 Pedro Alves <palves@redhat.com>
15993
15994 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15995 send_inferior and $inferior_spawn_id.
15996
4d30e432
PA
159972015-07-29 Pedro Alves <palves@redhat.com>
15998
15999 * gdb.gdb/complaints.exp (test_initial_complaints)
16000 (test_serial_complaints, test_short_complaints): Use
16001 gdb_test_stdio.
16002 (test_empty_complaint): Handle $inferior_spawn_id !=
16003 $gdb_spawn_id.
16004
0d30a335
PA
160052015-07-29 Pedro Alves <palves@redhat.com>
16006
16007 * gdb.base/varargs.exp: Use gdb_test_stdio.
16008
39413b29
PA
160092015-07-29 Pedro Alves <palves@redhat.com>
16010
16011 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
16012
7cb000a9
PA
160132015-07-29 Pedro Alves <palves@redhat.com>
16014
16015 * gdb.base/ending-run.exp: Use gdb_test_stdio.
16016
d7b8ac82
PA
160172015-07-29 Pedro Alves <palves@redhat.com>
16018
16019 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
16020 parameter into two new parameters, "inf_result" and "gdb_result".
16021 Expect inferior output and gdb output from $inferior_spawn_id and
16022 $gdb_spawn_id, respectively. Adjust all callers.
16023
789c3a0c
PA
160242015-07-29 Pedro Alves <palves@redhat.com>
16025
16026 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
16027 of gdb_test_sequence.
16028
77e760c3
PA
160292015-07-29 Pedro Alves <palves@redhat.com>
16030
16031 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
16032 (saw_spurious_output): Expect inferior output from
16033 $inferior_spawn_id. Use gdb_test_stdio.
16034
8396d2cd
PA
160352015-07-29 Pedro Alves <palves@redhat.com>
16036
16037 * gdb.base/dprintf.exp: Use standard_testfile. Change
16038 prepare_for_testing call.
16039 (srcfile): Don't set.
16040 (restart): New procedure.
16041 (test_dprintf): New procecure, use to continue over dprintfs.
16042 (test_call, test_agent): New procedures, tests moved here.
16043 Restart gdb and recreate dprintfs. Adjust expected output.
16044
2051d61f
PA
160452015-07-29 Pedro Alves <palves@redhat.com>
16046
16047 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
16048
452397af
PA
160492015-07-29 Pedro Alves <palves@redhat.com>
16050
16051 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
16052
8aed9555
PA
160532015-07-29 Pedro Alves <palves@redhat.com>
16054
16055 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
16056 gdb_test_stdio.
16057
188a61b4
PA
160582015-07-29 Pedro Alves <palves@redhat.com>
16059
16060 * lib/gdb.exp (gdb_test_stdio): New procedure.
16061
12264a45
PA
160622015-07-29 Pedro Alves <palves@redhat.com>
16063
16064 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
16065
23ffc893
PA
160662015-07-29 Pedro Alves <palves@redhat.com>
16067
16068 * gdb.base/call-signal-resume.exp: Remove check for
16069 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
16070 * gdb.base/unwindonsignal.exp: Likewise.
16071 * gdb.base/call-signals.c (gen_signal): Remove printf call.
16072 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
16073
65566918
PA
160742015-07-29 Pedro Alves <palves@redhat.com>
16075
16076 * gdb.base/siginfo-addr.c (pass): New function.
16077 (handler): Call it iff si_addr is correct.
16078 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
16079 Set a breakpoint at "pass" and continue to it.
16080
d60a9221
SDJ
160812015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
16082
16083 * gdb.python/py-objfile.exp: Make some tests have unique names.
16084 * gdb.python/py-pp-registration.exp: Likewise.
16085
bde40b8f
PA
160862015-07-28 Pedro Alves <palves@redhat.com>
16087
16088 * gdb.server/server-exec-info.exp: Issue a "disconnect".
16089
13e1dec8
SM
160902015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16091
16092 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
16093
da33c9a7
SM
160942015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16095
16096 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
16097
077836f7
PP
160982015-07-27 Patrick Palka <patrick@parcs.ath.cx>
16099
16100 * gdb.base/gdb-sigterm-2.exp: New test.
16101
b8cc7b2e
DE
161022015-07-25 Doug Evans <xdje42@gmail.com>
16103
16104 Revert:
16105 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16106 (workers/%.worker, build-perf): New rule.
16107 (GDB_PERFTEST_MODE): New variable.
16108 (check-perf): Use it.
16109 (clean): Clean up gdb.perf parallel build subdirs.
16110 * lib/build-piece.exp: New file.
16111 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16112 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16113 name.
16114 (standard_temp_file): Ditto.
16115 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16116 of $GDB_PARALLEL.
16117
c8bd4544
DE
161182015-07-24 Doug Evans <dje@google.com>
16119
16120 * gdb.perf/lib/perftest/utils.py: New file.
16121 * gdb.perf/gm-hello.cc: New file.
16122 * gdb.perf/gm-pervasive-typedef.cc: New file.
16123 * gdb.perf/gm-pervasive-typedef.h: New file.
16124 * gdb.perf/gm-std.cc: New file.
16125 * gdb.perf/gm-std.h: New file.
16126 * gdb.perf/gm-use-cerr.cc: New file.
16127 * gdb.perf/gm-utils.h: New file.
16128 * gdb.perf/gmonster-null-lookup.py: New file.
16129 * gdb.perf/gmonster-pervasive-typedef.py: New file.
16130 * gdb.perf/gmonster-print-cerr.py: New file.
16131 * gdb.perf/gmonster-ptype-string.py: New file.
16132 * gdb.perf/gmonster-runto-main.py: New file.
16133 * gdb.perf/gmonster-select-file.py: New file.
16134 * gdb.perf/gmonster1-null-lookup.exp: New file.
16135 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
16136 * gdb.perf/gmonster1-print-cerr.exp: New file.
16137 * gdb.perf/gmonster1-ptype-string.exp: New file.
16138 * gdb.perf/gmonster1-runto-main.exp: New file.
16139 * gdb.perf/gmonster1-select-file.exp: New file.
16140 * gdb.perf/gmonster1.cc: New file.
16141 * gdb.perf/gmonster1.exp: New file.
16142 * gdb.perf/gmonster2-null-lookup.exp: New file.
16143 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
16144 * gdb.perf/gmonster2-print-cerr.exp: New file.
16145 * gdb.perf/gmonster2-ptype-string.exp: New file.
16146 * gdb.perf/gmonster2-runto-main.exp: New file.
16147 * gdb.perf/gmonster2-select-file.exp: New file.
16148 * gdb.perf/gmonster2.cc: New file.
16149 * gdb.perf/gmonster2.exp: New file.
16150
6eab34f3
DE
161512015-07-24 Doug Evans <dje@google.com>
16152
16153 * gdb.perf/README: New file.
16154 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
16155 * lib/gen-perf-test.exp: New file.
16156
63738bfd
DE
161572015-07-24 Doug Evans <dje@google.com>
16158
16159 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
16160 (PerfTest::startup): New function.
16161 (PerfTest::run): Return result of calling body.
16162 (PerfTest::assemble): Rewrite.
16163 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16164 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16165 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16166 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16167 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16168
7b606f95
DE
161692015-07-24 Doug Evans <dje@google.com>
16170
16171 * lib/gdb.exp (clean_restart): Make executable optional.
16172
a97b16b8
DE
161732015-07-24 Doug Evans <dje@google.com>
16174
16175 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16176 compiler_info references.
16177 * gdb.cp/temargs.exp: Ditto.
16178 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16179 (get_compiler_info): Early exit if already computed. Set compiler_info
16180 to "unknown" if there was a problem.
16181 (test_compiler_info): Add function comment. Call get_compiler_info.
16182
35baa57f
DE
161832015-07-24 Doug Evans <dje@google.com>
16184
16185 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16186 (workers/%.worker, build-perf): New rule.
16187 (GDB_PERFTEST_MODE): New variable.
16188 (check-perf): Use it.
16189 (clean): Clean up gdb.perf parallel build subdirs.
16190 * lib/build-piece.exp: New file.
16191 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16192 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16193 name.
16194 (standard_temp_file): Ditto.
16195 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16196 of $GDB_PARALLEL.
16197
6ebea266
DE
161982015-07-24 Doug Evans <dje@google.com>
16199
16200 * lib/future.exp (gdb_default_target_compile): New option
16201 "early_flags".
16202 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16203 --as-needed.
16204
1e76a7e9
SDJ
162052015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16206
16207 * gdb.base/catch-syscall.exp: Call gdb_exit before
16208 gdb_skip_xml_test.
16209
5068630a
PA
162102015-07-24 Pedro Alves <palves@redhat.com>
16211
16212 * gdb.python/py-events.exp: Accept output between the stop event
16213 and the prompt.
16214 * gdb.python/py-evsignal.exp: Likewise.
16215 * gdb.python/py-evthreads.exp: Likewise.
16216
77598427
PA
162172015-07-24 Pedro Alves <palves@redhat.com>
16218
16219 PR gdb/18717
16220 * gdb.threads/non-ldr-exit.c: New file.
16221 * gdb.threads/non-ldr-exit.exp: New file.
16222
11e6c98f
YQ
162232015-07-24 Yao Qi <yao.qi@linaro.org>
16224
16225 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16226 restarting process.
16227
51aee833
YQ
162282015-07-24 Yao Qi <yao.qi@linaro.org>
16229
16230 * gdb.server/ext-restart.exp: New file.
16231
8cfe207c
YQ
162322015-07-24 Yao Qi <yao.qi@linaro.org>
16233
16234 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16235 argument options.
16236 * gdb.server/ext-wrapper.exp: New file.
16237
cc12ce38
DE
162382015-07-23 Doug Evans <dje@google.com>
16239
16240 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16241 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16242
d0d84780
PMR
162432015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16244
16245 * gdb.ada/var_arr_typedef.exp: New testcase.
16246 * gdb.ada/var_arr_typedef/pack.adb: New file.
16247 * gdb.ada/var_arr_typedef/pack.ads: New file.
16248 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16249
8b558f79
JB
162502015-07-20 Joel Brobecker <brobecker@adacore.com>
16251
16252 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16253
775a3298
JK
162542015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16255
16256 * gdb.arch/i386-biarch-core.exp: Replace istarget
16257 by "complete set gnutarget". Remove expectation for the "core-file"
16258 command.
16259
db1ff28b
JK
162602015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16261
16262 Revert the previous commit:
16263 Tests for validate symbol file using build-id.
16264
0a94970d
JK
162652015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16266
16267 Tests for validate symbol file using build-id.
16268 * gdb.base/solib-mismatch-lib.c: New file.
16269 * gdb.base/solib-mismatch-libmod.c: New file.
16270 * gdb.base/solib-mismatch.c: New file.
16271 * gdb.base/solib-mismatch.exp: New file.
16272
03346981
SL
162732015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16274
16275 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16276 nios2-*-linux*.
16277 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16278 * gdb.base/siginfo.exp: Likewise.
16279 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16280
42422cc7
PL
162812015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16282
16283 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16284 Move it to ...
16285 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16286 ... here.
16287 * gdb.trace/range-stepping.exp: Check that the target supports
16288 range stepping.
16289
cfa68bae
JK
162902015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16291
16292 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16293
8ffdba26
PA
162942015-07-14 Pedro Alves <palves@redhat.com>
16295
16296 * gdb.base/killed-outside.exp: New file.
16297 * gdb.base/killed-outside.c: New file.
16298
218a5a11
JK
162992015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16300
16301 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16302 (n at main): New.
16303 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16304
e03ed3c6
AA
163052015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16306
16307 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16308 infcall tests instead of setting up for KFAIL.
16309
485668e5
MM
163102015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16311
16312 * gdb.btrace/record_goto-step.exp: New.
16313
08464196
JK
163142015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16315
16316 PR compile/18484
16317 * gdb.compile/compile.c (struct struct_type): Add volatile to
16318 selffield's type.
16319 * gdb.compile/compile.exp
16320 (compile code struct_object.selffield = &struct_object): Skip further
16321 struct_object tests if this one xfails.
16322
bcf5c1d9
RC
163232015-07-08 Robert O'Callahan <robert@ocallahan.org>
16324
16325 PR exp/18617
16326 * gdb.trace/ax.exp: Add test.
16327
4931af25
YQ
163282015-07-07 Yao Qi <yao.qi@linaro.org>
16329
16330 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16331 instead of istarget "aarch64*-*-*".
16332 * gdb.arch/aarch64-fp.exp: Likewise.
16333 * gdb.base/float.exp: Likewise.
16334 * gdb.reverse/aarch64.exp: Likewise.
16335 * lib/gdb.exp (is_aarch64_target): New proc.
16336
9fcf688e
YQ
163372015-07-07 Yao Qi <yao.qi@linaro.org>
16338
16339 * lib/gdb.exp (is_aarch32_target): New proc.
16340 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16341 instead of "istarget "arm*-*-*"".
16342 * gdb.arch/arm-disp-step.exp: Likewise.
16343 * gdb.arch/thumb-bx-pc.exp: Likewise.
16344 * gdb.arch/thumb-prologue.exp: Likewise.
16345 * gdb.arch/thumb-singlestep.exp: Likewise.
16346 * gdb.base/disp-step-syscall.exp: Likewise.
16347 * gdb.base/float.exp: Likewise.
16348
fbd8d50d
YQ
163492015-07-07 Yao Qi <yao.qi@linaro.org>
16350
16351 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16352 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16353
71be1fdc
YQ
163542015-07-07 Yao Qi <yao.qi@linaro.org>
16355
16356 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16357 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16358 if it exists.
16359 * gdb.multi/multi-arch.exp: Likewise.
16360
3e221d36
SM
163612015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16362
16363 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16364 print.
16365
d441430b
YQ
163662015-07-07 Yao Qi <yao.qi@linaro.org>
16367
16368 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16369
06f810bd
MG
163702015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16371
16372 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16373 '[' and ']' characters.
16374
5e61e7c0
IB
163752015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16376
16377 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16378
28bf096c
PA
163792015-06-29 Pedro Alves <palves@redhat.com>
16380
16381 PR threads/18127
16382 * gdb.threads/hand-call-new-thread.c: New file.
16383 * gdb.threads/hand-call-new-thread.c: New file.
16384
ee93cd5e
KS
163852015-06-26 Keith Seitz <keiths@redhat.com>
16386 Doug Evans <dje@google.com>
16387
16388 PR 16253
16389 * gdb.cp/var-tag-2.cc: New file.
16390 * gdb.cp/var-tag-3.cc: New file.
16391 * gdb.cp/var-tag-4.cc: New file.
16392 * gdb.cp/var-tag.cc: New file.
16393 * gdb.cp/var-tag.exp: New file.
16394
fc637f04
PP
163952015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16396
16397 * gdb.base/history-duplicates.exp: New test.
16398
2e52ae68
PP
163992015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16400
16401 * gdb.base/completion.exp: Test the completion of the "focus"
16402 command.
16403
6e22494e
JK
164042015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16405
16406 * gdb.arch/amd64-prologue-skip.S: New file.
16407 * gdb.arch/amd64-prologue-skip.exp: New file.
16408
bf7b9cd9
SM
164092015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16410
16411 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16412 is_address_zero_readable check.
16413
201e8dfd
PB
164142015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16415
16416 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16417 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16418
5cd867b4
YQ
164192015-06-24 Yao Qi <yao.qi@linaro.org>
16420
16421 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16422 linux targets.
16423
4d7be007
YQ
164242015-06-24 Yao Qi <yao.qi@linaro.org>
16425
16426 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16427 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16428 * gdb.base/siginfo-thread.exp: Likewise.
16429
07fcd301
YQ
164302015-06-22 Yao Qi <yao.qi@linaro.org>
16431
16432 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16433
52042a00
YQ
164342015-06-22 Yao Qi <yao.qi@linaro.org>
16435
16436 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16437 aarch64*-*-*.
16438 (skip_hw_watchpoint_tests): Likewise.
16439
74bd41ce
PP
164402015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16441
16442 * gdb.base/gdbinit-history.exp: Test the interaction between
16443 setting GDBHISTSIZE and setting the history size via .gdbinit.
16444
bc460514
PP
164452015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16446
16447 PR gdb/16999
16448 * gdb.base/gdbhistsize-history.exp: New test.
16449
b58c513b
PP
164502015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16451
16452 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16453 with GDBHISTSIZE.
16454 * gdb.base/readline.exp: Likewise.
16455
92046791
YQ
164562015-06-17 Yao Qi <yao.qi@linaro.org>
16457
16458 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16459 line.
16460
2093d2d3
PP
164612015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16462
16463 * gdb.base/gdbinit-history.exp: Add test case to check that
16464 an unlimited history file does not get truncated on exit.
16465
e6c693af
AA
164662015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16467
16468 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16469 (VECTOR): New macro. Use it...
16470 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16471 ...for these typedefs.
16472 (int8, char1, int1, double1): New typedefs.
16473 (struct just_int2, struct two_int2): New structures.
16474 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16475 (add_structvecs, add_singlevecs): New functions.
16476 (main): Call add_some_intvecs twice.
16477 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16478 the compile and exit upon failure. Try compiling for the "native"
16479 architecture. Test inferior function calls with vector arguments
16480 and vector return value handling with "finish" and "return".
16481
c74f7d1c
JT
164822015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16483
16484 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16485 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16486 PE file.
16487 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16488
98aa42ee
AT
164892015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16490
16491 PR breakpoints/16465
16492 * gdb.mi/mi-dprintf-pending.c: New file.
16493 * gdb.mi/mi-dprintf-pending.exp: New test.
16494 * gdb.mi/mi-dprintf-pendshr.c: New file.
16495
7d73c23c 164962015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 16497 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
16498
16499 * gdb.arch/i386-mpx-map.c: New file.
16500 * gdb.arch/i386-mpx-map.exp: New File.
16501
165022015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16503
16504 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16505 * gdb.arch/i386-mpx.exp: Indentation fixed.
16506
165072015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16508
16509 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16510 function and improved indentation.
16511 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16512 gdb_test_multiple. Added additional tests to skip the test.
16513
165142015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16515
16516 * gdb.arch/i386-avx512.c: Change path in include file.
16517 * gdb.arch/i386-avx512.exp: Change include dir path
16518 compilation flag.
16519 * gdb.arch/i386-mpx.c: Change path in include file.
16520 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16521 flag.
16522
d5eba19a
JK
165232015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16524
16525 * gdb.compile/compile-print.exp (compile print *vararray@3)
16526 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16527
7f361056
JK
165282015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16529
16530 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16531 (do not keep jit in memory): ... this.
16532 (expect 5): Change it to ...
16533 (expect no 5): ... this.
16534
3b462ec2
SM
165352015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16536
16537 PR gdb/15564
16538 * gdb.mi/mi-detach.exp: New file.
16539
e0619de6
JK
165402015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16541
16542 PR symtab/18392
16543 * gdb.arch/amd64-tailcall-self.S: New file.
16544 * gdb.arch/amd64-tailcall-self.c: New file.
16545 * gdb.arch/amd64-tailcall-self.exp: New file.
16546
e970cb34
DB
165472015-05-28 Don Breazeal <donb@codesourcery.com>
16548
16549 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16550 tests for remote targets by checking is_target_gdbserver.
16551
b2e2f908
DE
165522015-05-27 Doug Evans <dje@google.com>
16553
16554 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16555 * gdb.dwarf2/opaque-type-lookup.c: New file.
16556 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16557
82c7be31
DE
165582015-05-26 Doug Evans <dje@google.com>
16559
16560 * gdb.cp/iostream.cc: New file.
16561 * gdb.cp/iostream.exp: New file.
16562
b4f54984
DE
165632015-05-26 Doug Evans <dje@google.com>
16564
16565 * gdb.dwarf2/dw2-op-call.exp: Update.
16566 * gdb.dwarf2/dw4-sig-types.exp: Update.
16567 * gdb.dwarf2/implptr.exp: Update.
16568 * gdb.mi/mi-cmd-param-changed.exp: Update.
16569
4ea6efe9
DE
165702015-05-26 Doug Evans <dje@google.com>
16571
16572 * gdb.python/py-lazy-string.c: New file.
16573 * gdb.python/py-lazy-string.exp: New file.
16574 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16575 (main): Update. Add estring3.
16576 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16577 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16578
f6bb7db3
YQ
165792015-05-26 Omair Javaid <omair.javaid@linaro.org>
16580 Yao Qi <yao.qi@linaro.org>
16581
16582 * gdb.reverse/aarch64.c: New.
16583 * gdb.reverse/aarch64.exp: New.
16584
a81bfbd0
OJ
165852015-05-26 Omair Javaid <omair.javaid@linaro.org>
16586
25d49b86
PA
16587 * lib/gdb.exp (supports_process_record): Return true for
16588 aarch64*-linux*.
a81bfbd0
OJ
16589 (supports_reverse): Likewise.
16590
158bf1b4
PP
165912015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16592
16593 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16594 Use with_test_prefix.
16595
a0145030
AB
165962015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16597
16598 * gdb.base/completion.exp: Add test for completion of layout
16599 names.
16600
ebe3b578
AB
166012015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16602
16603 * lib/gdb.exp (skip_tui_tests): New proc.
16604 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16605
84204ed7
PA
166062015-05-19 Pedro Alves <palves@redhat.com>
16607
16608 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16609 Save the whole env array instead of just HOME. Unset HISTSIZE in
16610 the environment while testing. Restore whole environment
16611 afterwards.
16612
37442ce1
DE
166132015-05-16 Doug Evans <xdje42@gmail.com>
16614
16615 * gdb.guile/scm-ports.c: New file.
16616 * gdb.guile/scm-ports.exp: Add memory port tests.
16617
36de76f9
JK
166182015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16619
16620 * gdb.compile/compile-print.c: New file.
16621 * gdb.compile/compile-print.exp: New file.
16622
3a9558c4
JK
166232015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16624
16625 * gdb.compile/compile-ops.exp: Cast param to void.
16626 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16627 (compile code struct_object.selffield = &struct_object): Add xfail.
16628
aa715135
JG
166292015-05-15 Joel Brobecker <brobecker@adacore.com>
16630
16631 * gdb.ada/arr_enum_with_gap: New testcase.
16632
931e5bc3
JG
166332015-05-15 Joel Brobecker <brobecker@adacore.com>
16634
16635 * gdb.ada/byte_packed_arr: New testcase.
16636
9cd4d857
JB
166372015-05-15 Joel Brobecker <brobecker@adacore.com>
16638
16639 * gdb.ada/pckd_neg: New testcase.
16640
ebfd00d2
PP
166412015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16642
16643 PR gdb/17820
16644 * gdb.base/gdbinit-history.exp: New test.
16645 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16646 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16647
4c082a81
SC
166482015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16649
16650 * gdb.python/py-xmethods.cc: Enhance test case.
16651 * gdb.python/py-xmethods.exp: New tests.
16652 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16653 function.
16654 (B_indexoper): Likewise.
16655 (global_dm_list) : Add new xmethod worker functions.
16656
f7797074
SDJ
166572015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16658
16659 * gdb.base/coredump-filter.exp: Correctly unset
16660 "coredump_var_addr" array.
16661
a4674e4e
PA
166622015-05-08 Pedro Alves <palves@redhat.com>
16663
16664 * gdb.server/non-existing-program.exp: Unset spawn_id.
16665
df2eb078
SC
166662015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16667
16668 PR python/18291
16669 * gdb.python/py-xmethods.exp: Add tests.
16670
422349a3
YQ
166712015-05-08 Yao Qi <yao.qi@linaro.org>
16672
16673 PR gdb/18208
16674 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16675 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16676 function set_coredump_filter, and remove remote_exec call.
16677 Remove argument ipid. Callers update.
16678 (top level): Don't get inferior's PID.
16679
63fc80ce
AA
166802015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16681
16682 * gdb.base/watch_thread_num.exp: Skip test on targets without
16683 access watchpoints.
16684
80ad801e
PA
166852015-05-06 Pedro Alves <palves@redhat.com>
16686
16687 PR server/18081
16688 * gdb.server/non-existing-program.exp: New file.
16689
0fa7fe50
JB
166902015-05-05 Joel Brobecker <brobecker@adacore.com>
16691
16692 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16693
3ea89b92
PMR
166942015-05-05 Joel Brobecker <brobecker@adacore.com>
16695
16696 * gdb.ada/out_of_line_in_inlined: New testcase.
16697
87b8eff0
JB
166982015-05-05 Joel Brobecker <brobecker@adacore.com>
16699
16700 * gdb.ada/var_rec_arr: New testcase.
16701
5fccc635
YQ
167022015-04-30 Yao Qi <yao.qi@linaro.org>
16703
16704 * gdb.base/break-idempotent.exp: If
16705 skip_hw_watchpoint_multi_tests returns true, skip the tests
16706 on "rwatch" and "awatch".
16707
42d38f42
YQ
167082015-04-30 Yao Qi <yao.qi@linaro.org>
16709
16710 * gdb.base/relativedebug.exp: Invoke gdb command
16711 "info sharedlibrary", and if libc.so doesn't have debug info,
16712 skip the test.
16713
2ce1cdbf
DE
167142015-04-29 Doug Evans <dje@google.com>
16715
16716 * gdb.python/py-xmethods.exp: Add ptype tests.
16717 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16718 get_result_type method.
16719
f24a38c5
LM
167202015-04-29 Luis Machado <lgustavo@codesourcery.com>
16721
16722 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16723 the target does not support hardware watchpoints.
16724
ecbf2b3c
LM
167252015-04-29 Luis Machado <lgustavo@codesourcery.com>
16726
16727 * gdb.base/break-always.exp: Abort testing if writing to memory
16728 causes an error.
16729
34f5f757
DE
167302015-04-28 Doug Evans <dje@google.com>
16731
16732 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16733 * gdb.python/py-pp-registration.exp: ... here. New file.
16734 * gdb.python/py-pp-registration.c: New file.
16735 * gdb.python/py-pp-registration.py: New file.
16736
69b4374a
DE
167372015-04-28 Doug Evans <dje@google.com>
16738
16739 * gdb.python/py-bad-printers.c: New file.
16740 * gdb.python/py-bad-printers.py: New file.
16741 * gdb.python/py-bad-printers.exp: New file.
16742
59fb7612
SS
167432015-04-28 Sasha Smundak <asmundak@google.com>
16744
16745 * gdb.python/py-type.exp: New test.
16746
2631b16a
AW
167472015-04-28 Andy Wingo <wingo@igalia.com>
16748
16749 * gdb.python/py-parameter.exp:
16750 * gdb.guile/scm-parameter.exp: Escape the path that we are
16751 matching against, as it might contain characters that are special
16752 to regular expressions.
16753
460efde1
JB
167542015-04-27 Joel Brobecker <brobecker@adacore.com>
16755
16756 * gdb.ada/rec_comp: New testcase.
16757
2d369d8e
SDJ
167582015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16759
16760 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16761 before using it.
16762
cf75d6c3
AB
167632015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16764
16765 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16766 new tests for verilog output.
16767
8dbe7ca5
YQ
167682015-04-24 Yao Qi <yao.qi@linaro.org>
16769
16770 * boards/remote-gdbserver-on-localhost.exp: New file.
16771
4ef9fb2f
PA
167722015-04-23 Pedro Alves <palves@redhat.com>
16773
16774 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16775 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16776 "end of file", remove $inferior_spawn_id from the indirect list.
16777
0a803169
PA
167782015-04-23 Pedro Alves <palves@redhat.com>
16779
16780 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16781
749ef8f8
PA
167822015-04-23 Pedro Alves <palves@redhat.com>
16783
16784 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16785 on $any_spawn_id instead of only on $gdb_spawn_id.
16786
8aae4344
PM
167872015-04-21 Pierre Muller <muller@sourceware.org>
16788
16789 PR pascal/17815
16790 * lib/pascal.exp (gpc_compile): Add new option "class".
16791 (fpc_compile): Likewise.
16792 * gdb.pascal/case-insensitive-symbols.pas: New file.
16793 * gdb.pascal/case-insensitive-symbols.exp: New file.
16794
1586c8fb
GB
167952015-04-20 Gary Benson <gbenson@redhat.com>
16796
16797 * gdb.base/attach.exp: Fix three extended remote failures.
16798
1b6e6f5c
GB
167992015-04-17 Gary Benson <gbenson@redhat.com>
16800
16801 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16802 the main executable over the remote protocol.
16803
e797481d
PA
168042015-04-16 Pedro Alves <palves@redhat.com>
16805
16806 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16807 a new gdbserver if gdbserver_reconnect_p is set.
16808
1ca99c42
PA
168092015-04-16 Pedro Alves <palves@redhat.com>
16810
16811 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16812 is set, don't exit gdbserver.
16813
af9fd6f8
AA
168142015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16815
16816 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16817 appropriate .insn, such that an older assembler can be used.
16818 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16819 the z/Architecture instruction set on 31-bit targets as well.
16820
04ff1e61
AA
168212015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16822
16823 * gdb.go/handcall.exp: Remove all logic related to the first
16824 breakpoint and rely on go_runto_main instead.
16825 * gdb.go/strings.exp: Likewise.
16826 * gdb.go/unsafe.exp: Likewise.
16827 * gdb.go/hello.exp: Likewise. Also rename the remaining
16828 breakpoint marker to "breakpoint 1".
16829 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16830 * gdb.go/strings.go: Likewise.
16831 * gdb.go/unsafe.go: Likewise.
16832 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16833 "set breakpoint 2 here" and rename the remaining breakpoint marker
16834 to "breakpoint 1".
16835
40d2f8d6
SM
168362015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16837
16838 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16839 if itertools.imap is not present.
16840 * gdb.python/py-objfile.exp: Add parentheses.
16841 * gdb.python/py-type.exp: Same.
16842 * gdb.python/py-unwind-maint.py: Same.
16843
8cbc97c6
YQ
168442015-04-15 Yao Qi <yao.qi@linaro.org>
16845
16846 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16847 of ":$ptr_size" and set its form explicitly.
16848
45fd756c
YQ
168492015-04-15 Pedro Alves <palves@redhat.com>
16850 Yao Qi <yao.qi@linaro.org>
16851
16852 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16853 timeout by factor of 4.
16854 (test_regular_watch): Likewise.
16855 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16856 * gdb.reverse/sigall-reverse.exp: Likewise.
16857 * gdb.reverse/until-precsave.exp: Likewise.
16858 * lib/gdb.exp (with_timeout_factor): New proc.
16859 (gdb_expect): Move some code to ...
16860 (get_largest_timeout): ... here. New procedure.
16861
9e811bc3
LM
168622015-04-14 Luis Machado <lgustavo@codesourcery.com>
16863
16864 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16865
0ff6fcb2
LM
168662015-04-13 Luis Machado <lgustavo@codesourcery.com>
16867
16868 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16869 to write to the .text section.
16870
7578d5f7
LM
168712015-04-13 Luis Machado <lgustavo@codesourcery.com>
16872
16873 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16874 Handle the case of targets that do not provide PID information.
16875
2efe15c4
YQ
168762015-04-13 Yao Qi <yao.qi@linaro.org>
16877
16878 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16879 and use expect instead of gdb_expect.
16880
8cd8f2f8
SDJ
168812015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16882
16883 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16884 "coredump_var_addr" to avoid naming conflict with other testcases.
16885
9ee41772
PA
168862015-04-10 Pedro Alves <palves@redhat.com>
16887
16888 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16889 gdb_test_sequence and gdb_assert.
16890
07473109
PA
168912015-04-10 Pedro Alves <palves@redhat.com>
16892
16893 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16894 test messages that don't include the breakpoint address.
16895
de3db44c
YQ
168962015-04-10 Yao Qi <yao.qi@linaro.org>
16897
16898 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16899 false for some offset and width combinations which aren't
16900 supported by linux kernel.
16901
c79d856c
PA
169022015-04-10 Pedro Alves <palves@redhat.com>
16903
16904 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16905 procedure, factored out from ...
16906 (top level): ... here. Add "set displaced-stepping" testing axis.
16907 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16908 parameter "displaced". Use it.
16909 (top level): Use foreach and add "set displaced-stepping" testing
16910 axis.
16911
ebc90b50
PA
169122015-04-10 Pedro Alves <palves@redhat.com>
16913
16914 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16915 Remove comment.
16916 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16917 both the address of the instruction that triggers the watchpoint
16918 and the address of the instruction immediately after, and use
16919 those addresses for the test. Fix comment.
16920
8f572e5c
PA
169212015-04-10 Pedro Alves <palves@redhat.com>
16922
16923 * gdb.base/sigstep.exp (breakpoint_to_handler)
16924 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16925 Test "backtrace" in handler.
16926 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16927 (top level): Add new "displaced" test axis to
16928 breakpoint_to_handler, breakpoint_to_handler_entry and
16929 breakpoint_over_handler.
16930
8d707a12
PA
169312015-04-10 Pedro Alves <palves@redhat.com>
16932
16933 PR gdb/18216
16934 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16935
ef713951
YQ
169362015-04-10 Yao Qi <yao.qi@linaro.org>
16937
16938 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16939 (test_add_rn_pc): New function.
16940 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16941 (top level): Invoke test_add_rn_pc.
16942
906d60cf
PA
169432015-04-10 Pedro Alves <palves@redhat.com>
16944
16945 PR gdb/13858
16946 * gdb.base/step-over-no-symbols.exp: New file.
16947
f2983cc3
AW
169482015-04-09 Andy Wingo <wingo@igalia.com>
16949
16950 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16951 after the Python tests.
16952
6d62641c
SDJ
169532015-04-08 Keith Seitz <keiths@redhat.com>
16954
16955 PR python/16699
16956 * gdb.python/py-completion.exp: New tests for completion.
16957 * gdb.python/py-completion.py (CompleteLimit1): New class.
16958 (CompleteLimit2): Likewise.
16959 (CompleteLimit3): Likewise.
16960 (CompleteLimit4): Likewise.
16961 (CompleteLimit5): Likewise.
16962 (CompleteLimit6): Likewise.
16963 (CompleteLimit7): Likewise.
16964
f3770638
PA
169652015-04-08 Pedro Alves <palves@redhat.com>
16966
16967 PR gdb/18214
16968 PR gdb/18216
16969 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16970 function.
16971 (main): Install it as SIGUSR1 handler.
16972 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16973 parameter. Always use "setup" as prefix. Toggle "set
16974 displaced-stepping" off/on depending on global. Don't switch to
16975 thread 1 here.
16976 (top level): Add displaced stepping "off/on" test axis. Update
16977 "setup" calls. Wrap each subtest with with_test_prefix. Test
16978 continuing with a queued signal in each thread.
16979
4496bed7
PA
169802015-04-08 Pedro Alves <palves@redhat.com>
16981
16982 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16983 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16984 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16985 Return early if running to main fails.
16986 * gdb.trace/while-stepping.exp: Likewise.
16987
b97fde92
PA
169882015-04-07 Pedro Alves <palves@redhat.com>
16989
16990 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16991 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16992 interact with inferior program.
16993
f71c18e7
PA
169942015-04-07 Pedro Alves <palves@redhat.com>
16995
16996 * lib/gdb.exp (inferior_spawn_id): New global.
16997 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16998 spawn id after processing the user code.
16999 (default_gdb_start): Set inferior_spawn_id.
17000 (send_inferior): New procedure.
17001 * lib/gdbserver-support.exp (gdbserver_start): Set
17002 inferior_spawn_id.
17003 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
17004
6423214f
PA
170052015-04-07 Pedro Alves <palves@redhat.com>
17006
17007 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
17008 * lib/gdbserver-support.exp (gdbserver_start): Make
17009 $server_spawn_id global.
17010 (gdbserver_start): Don't wait for gdbserver's spawn id with
17011 expect_background.
17012 (close_gdbserver): New procedure.
17013 (gdb_exit): Rename the default version and reimplement.
17014
71c0ee8c
PA
170152015-04-07 Pedro Alves <palves@redhat.com>
17016
72f4393d 17017 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
17018 append the substituted item, not the original item.
17019
203bc29b
PA
170202015-04-07 Pedro Alves <palves@redhat.com>
17021
17022 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
17023 gdb_expect.
17024
508a3ddf
PA
170252015-04-07 Pedro Alves <palves@redhat.com>
17026
17027 * gdb.base/interrupt.exp: Don't handle the case of the inferior
17028 output appearing once only.
17029
9f6dbe2b
PA
170302015-04-07 Pedro Alves <palves@redhat.com>
17031
17032 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
17033 that doesn't expect anything. Return early if running to main
17034 fails.
17035
337532fa
YQ
170362015-04-07 Yao Qi <yao.qi@linaro.org>
17037
17038 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
17039 (child_function): Call alarm.
17040 (main): Move call to alarm into the loop.
17041 * gdb.threads/non-stop-fair-events.exp: Build program with
17042 -DTIMEOUT=$timeout.
17043
01b622d4
DE
170442015-04-06 Doug Evans <xdje42@gmail.com>
17045
17046 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
17047 Fix dest parameter to board_info.
17048 (fpc_compile): Ditto.
17049 (gdb_compile_pascal): Rename dest arg to destfile.
17050
961f4160
PMR
170512015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
17052
17053 * gdb.ada/funcall_ref.exp: New file.
17054 * gdb.ada/funcall_ref/foo.adb: New file.
17055
cafda597
YQ
170562015-04-02 Yao Qi <yao.qi@linaro.org>
17057
17058 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
17059 is remote.
17060
fed040c6
GB
170612015-04-02 Gary Benson <gbenson@redhat.com>
17062
17063 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
17064
d11916aa
SS
170652015-04-01 Sasha Smundak <asmundak@google.com>
17066
17067 * gdb.python/py-unwind-maint.c: New file.
17068 * gdb.python/py-unwind-maint.exp: New test.
17069 * gdb.python/py-unwind-maint.py: New file.
17070 * gdb.python/py-unwind.c: New file.
17071 * gdb.python/py-unwind.exp: New test.
17072 * gdb.python/py-unwind.py: New test.
17073
a1471180
PA
170742015-04-01 Pedro Alves <palves@redhat.com>
17075
17076 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
17077 to fail instead of non-existent $test.
17078
0bbeccb1
PA
170792015-04-01 Pedro Alves <palves@redhat.com>
17080
17081 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
17082 GDBFLAGS if not empty.
17083
3c724c8c
PMR
170842015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
17085
17086 * gdb.ada/complete.exp: Remove "multi_line".
17087 * gdb.ada/info_exc.exp: Remove "multi_line".
17088 * gdb.ada/packed_tagged.exp: Remove "multi_line".
17089 * gdb.ada/ptype_field.exp: Remove "multi_line".
17090 * gdb.ada/sym_print_name.exp: Remove "multi_line".
17091 * gdb.ada/tagged.exp: Remove "multi_line".
17092 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
17093 [multi_line ...]
17094 * gdb.btrace/delta.exp: Likewise.
17095 * gdb.btrace/exception.exp: Likewise.
17096 * gdb.btrace/function_call_history.exp: Likewise.
17097 * gdb.btrace/instruction_history.exp: Likewise.
17098 * gdb.btrace/nohist.exp: Likewise.
17099 * gdb.btrace/record_goto.exp: Likewise.
17100 * gdb.btrace/segv.exp: Likewise.
17101 * gdb.btrace/stepi.exp: Likewise.
17102 * gdb.btrace/tailcall.exp: Likewise.
17103 * gdb.btrace/unknown_functions.exp: Likewise.
17104 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
17105 * lib/gdb.exp: Add the "multi_line" helper.
17106
4eec2deb
PA
171072015-04-01 Pedro Alves <palves@redhat.com>
17108
17109 * gdb.threads/tid-reuse.c: New file.
17110 * gdb.threads/tid-reuse.exp: New file.
17111
df8411da
SDJ
171122015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
17113
17114 PR corefiles/16092
17115 * gdb.base/coredump-filter.c: New file.
17116 * gdb.base/coredump-filter.exp: Likewise.
17117
6ef37366
PM
171182015-03-27 Petr Machata <pmachata@redhat.com>
17119
17120 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
17121 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
17122 (Dwarf::assemble): Initialize them.
17123 (Dwarf::lines): New function.
17124
7ec911b0
JT
171252015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
17126
17127 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
17128 SYMBOL_PREFIX for x86_64-*-cygwin.
17129
ff908ebf
AW
171302015-03-26 Andy Wingo <wingo@igalia.com>
17131
17132 PR symtab/18148
17133 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
17134 const_value but not a location.
17135 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
17136 location defined in non-main CUs are visible.
17137
6d5f0679
YQ
171382015-03-26 Yao Qi <yao.qi@linaro.org>
17139
17140 PR testsuite/18139
17141 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
17142 Add a line number entry for the same line.
17143 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
17144 Add a line number entry for the same line.
17145
2898689b
YQ
171462015-03-26 Yao Qi <yao.qi@linaro.org>
17147
17148 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
17149 .int 0.
17150 (func): Likewise. Add .Lfunc_1 label.
17151 Use .Lfunc_1 label.
17152 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
17153 .int 0.
17154 (func): Likewise.
17155 Use .Lfunc_1 label.
17156
85180498
YQ
171572015-03-26 Yao Qi <yao.qi@linaro.org>
17158
17159 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
17160 Call gdb_compile instead to compile each .s files without debug
17161 information.
17162
8aa08a8d
YQ
171632015-03-26 Yao Qi <yao.qi@linaro.org>
17164
17165 * gdb.base/savedregs.exp (process_saved_regs): Make
17166 "Saved registers:" optional in the pattern.
17167
66849923
MM
171682015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17169
17170 * gdb.btrace/next.exp: Merged into step.exp.
17171 * gdb.btrace/finish.exp: Merged into step.exp.
17172 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17173 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17174 "record goto" and checking the exact replay position.
17175 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17176 check for "Recording format" in "info record" output.
17177 * gdb.btrace/record_goto.exp: Choose test file based on target.
17178 * gdb.btrace/x86-record_goto.S: Renamed into ...
17179 * gdb.btrace/x86_64-record_goto.S: ... this.
17180 * gdb.btrace/i686-record_goto.S: New.
17181 * gdb.btrace/x86-tailcall.S: Renamed into ...
17182 * gdb.btrace/x86_64-tailcall.S: ... this.
17183 * gdb.btrace/i686-tailcall.S: New.
17184 * gdb.btrace/x86-tailcall.c: Renamed into ...
17185 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17186 separate statements. Update test.
17187 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17188 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17189 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17190 * gdb.btrace/tailcall.exp: Choose test file based on target.
17191 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17192
11cc1b74
MM
171932015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17194
17195 * gdb.btrace/exception.exp: Increase BTS buffer size.
17196
a25d8bf9
PA
171972015-03-24 Pedro Alves <palves@redhat.com>
17198
17199 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17200
856e7dd6
PA
172012015-03-24 Pedro Alves <palves@redhat.com>
17202
17203 * gdb.threads/schedlock.exp (test_step): No longer expect that
17204 "set scheduler-locking step" with "next" over a function call runs
17205 threads unlocked.
17206
ad235a41
AT
172072015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17208
17209 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17210
15630549
AT
172112015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17212
17213 PR breakpoints/16466
17214 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17215 * gdb.mi/mi-pending.c (thread_func): New function.
17216 (int main): Add threading support required.
17217 * gdb.mi/mi-pending.exp: Add tests for this issue.
17218 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17219 (pendfunc2): Remove stdio dependency.
17220 * gdb.mi/mi-pendshr2.c: New file.
17221
693dca06
KS
172222015-03-23 Keith Seitz <keiths@redhat.com>
17223
17224 * gdb.linespec/keywords.c: New file.
17225 * gdb.linespec/keywords.exp: New file.
17226
7e993ebf
KS
172272015-03-23 Keith Seitz <keiths@redhat.com>
17228
17229 PR gdb/18021
17230 * gdb.dwarf2/staticvirtual.exp: New test.
17231
bc23328c
JK
172322015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17233
17234 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17235 * README: Remove HP-UX and gdb.hp.
17236 (configuration):
17237 * configure: Regenerate.
17238 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17239 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17240 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17241 gdb.hp/gdb.defects/Makefile.
17242 * gdb.hp/Makefile.in: File deleted.
17243 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17244 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17245 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17246 * gdb.hp/gdb.aCC/run.c: File deleted.
17247 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17248 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17249 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17250 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17251 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17252 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17253 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17254 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17255 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17256 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17257 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17258 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17259 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17260 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17261 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17262 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17263 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17264 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17265 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17266 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17267 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17268 * gdb.hp/gdb.compat/average.c: File deleted.
17269 * gdb.hp/gdb.compat/sum.c: File deleted.
17270 * gdb.hp/gdb.compat/xdb.c: File deleted.
17271 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17272 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17273 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17274 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17275 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17276 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17277 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17278 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17279 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17280 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17281 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17282 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17283 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17284 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17285 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17286 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17287 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17288 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17289 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17290 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17291 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17292 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17293 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17294 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17295 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17296 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17297 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17298 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17299 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17300 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17301 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17302 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17303 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17304 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17305 * gdb.hp/tools/odump: File deleted.
17306
8bf3b159
PA
173072015-03-19 Pedro Alves <palves@redhat.com>
17308
17309 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17310 (saw_thread_3): New globals.
17311 (top level): Increment them when an event for the corresponding
17312 thread is seen.
17313 (no thread starvation): New test.
17314
eb54c8bf
PA
173152015-03-19 Pedro Alves <palves@redhat.com>
17316
17317 * gdb.threads/continue-pending-status.c: New file.
17318 * gdb.threads/continue-pending-status.exp: New file.
17319
32d2e5d6
PA
173202015-03-18 Pedro Alves <palves@redhat.com>
17321
17322 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17323 Use gdb_is_target_remote instead of is_remote. Use
17324 gdb_test_multiple instead of gdb_expect. Exit early if
17325 gdb_test_multiple hits its internal matches. Tighten stepi tests
17326 expected output. Fail on exit with any signal, instead of just
17327 SIGILL.
17328
f68f11b7
YQ
173292015-03-18 Yao Qi <yao.qi@linaro.org>
17330
17331 PR tdep/18107
17332 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17333 variable.
17334 * gdb.base/catch-syscall.exp: Don't skip it on
17335 aarch64*-*-linux* target. Remove elements in all_syscalls.
17336 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17337 target.
17338 (setup_all_syscalls): New proc.
17339
ca5fd19b
YQ
173402015-03-16 Yao Qi <yao.qi@linaro.org>
17341
17342 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17343 (top level): Skip tests if valid_addr_p returns false for
17344 $cmd1 or $cmd2.
17345
85642ba0
AW
173462015-03-11 Andy Wingo <wingo@igalia.com>
17347
17348 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17349
e03f9645
YQ
173502015-03-11 Yao Qi <yao.qi@linaro.org>
17351
17352 * gdb.base/catch-syscall.exp: Fix typo in comments.
17353
5d0962b2
YQ
173542015-03-11 Yao Qi <yao.qi@linaro.org>
17355
17356 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17357
b2df3cef
PA
173582015-03-09 Pedro Alves <palves@redhat.com>
17359
17360 * dg-extract-results.py: Delete.
17361
ef878e53
PA
173622015-03-09 Pedro Alves <palves@redhat.com>
17363
17364 Merge dg-extract-results.sh from GCC upstream (r218843).
17365
17366 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17367 * dg-extract-results.sh: Use --text with grep to avoid issues with
17368 binary files. Fall back to cat -v, if that doesn't work.
17369
9494d219
PA
173702015-03-05 Pedro Alves <palves@redhat.com>
17371
17372 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17373
a8d9763a
SM
173742015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17375
17376 * lib/mi-support.exp (mi_expect_interrupt): Accept
17377 alternative event for when in all-stop mode.
17378
be9957b8
PA
173792015-03-04 Pedro Alves <palves@redhat.com>
17380
17381 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17382
d57be0f4 173832015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
17384
17385 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17386
c214c7cf
AA
173872015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17388
17389 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17390 regexps for GDB's current line display, accept a hex address
17391 preceding the line number.
17392
6d74a497
AA
173932015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17394
17395 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17396 the 'arch1' variable for "s390*-linux*" targets.
17397
511aee7c
PA
173982015-03-04 Pedro Alves <palves@redhat.com>
17399
17400 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17401 (main): Pass missing retval argument to pthread_join call.
17402
95e50b27
PA
174032015-03-02 Pedro Alves <palves@redhat.com>
17404
17405 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17406 (top level): Call do_test with non-stop as well.
17407
28054d69
PA
174082015-03-02 Pedro Alves <palves@redhat.com>
17409
17410 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17411 -1.
17412
4fa5d7b4
AA
174132015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17414
17415 * gdb.arch/s390-vregs.exp: New test.
17416 * gdb.arch/s390-vregs.S: New file.
17417
97c18565
PA
174182015-02-27 Pedro Alves <palves@redhat.com>
17419
17420 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17421 call to catch_command_errors.
17422 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17423 catch_command_errors.
17424
a37bfa30
PA
174252015-02-27 Pedro Alves <palves@redhat.com>
17426
17427 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17428 "true" for boolean result.
17429 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17430 prototype of main.
17431
6f98576f
PA
174322015-02-27 Pedro Alves <palves@redhat.com>
17433
17434 * lib/unbuffer_output.c: New file.
17435 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17436 (main): Call gdb_unbuffer_output.
17437
eba5ab56
YQ
174382015-02-27 Yao Qi <yao.qi@linaro.org>
17439
17440 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17441 target.
17442
0def5aaa
DE
174432015-02-26 Doug Evans <dje@google.com>
17444
17445 * gdb.cp/class2.cc (Dbase, D): New classes.
17446 (main): New local delta.
17447 * gdb.cp/class2.exp: Test printing delta.
17448 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17449 (dynbar): New global.
17450 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17451
081a1c2c
JK
174522015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17453
17454 * gdb.compile/compile-ifunc.c: New file.
17455 * gdb.compile/compile-ifunc.exp: New file.
17456
2f41223f
AT
174572015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17458
17459 * gdb.base/structs.exp: Check for correct struct on finish.
17460
03eddd80
YQ
174612015-02-26 Yao Qi <yao.qi@linaro.org>
17462
17463 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17464 is zero.
17465
80c57053
JK
174662015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17467
17468 * gdb.arch/cordic.ko.bz2: New file.
17469 * gdb.arch/cordic.ko.debug.bz2: New file.
17470 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17471
21613c12
YQ
174722015-02-25 Yao Qi <yao.qi@linaro.org>
17473
17474 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17475 aarch64*-*-* target.
17476
d8b901ed
PA
174772015-02-23 Pedro Alves <palves@redhat.com>
17478
17479 * lib/gdb.exp (delete_breakpoints): Rewrite using
17480 gdb_test_multiple.
17481
e5b85ead
PA
174822015-02-23 Pedro Alves <palves@redhat.com>
17483
17484 * gdb.base/info-os.c: Include stdlib.h.
17485
85c3a371
DE
174862015-02-22 Doug Evans <xdje42@gmail.com>
17487
17488 PR symtab/17855
17489 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17490 is read after symbols have been re-read.
17491 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17492 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17493
96553a0c
DE
174942015-02-21 Doug Evans <dje@google.com>
17495
17496 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17497
97a0c697
JK
174982015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17499
17500 PR corefiles/17808
17501 * gdb.arch/i386-biarch-core.core.bz2: New file.
17502 * gdb.arch/i386-biarch-core.exp: New file.
17503
a47cd6e9
PA
175042015-02-21 Pedro Alves <palves@redhat.com>
17505
17506 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17507 runto_main fails.
17508
c5facdc4
PA
175092015-02-20 Pedro Alves <palves@redhat.com>
17510
17511 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17512 info probes.
17513
2db9a427
PA
175142015-02-20 Pedro Alves <palves@redhat.com>
17515
17516 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17517
60fb7e9e
PA
175182015-02-20 Pedro Alves <palves@redhat.com>
17519
17520 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17521 clean_restart before gdb_target_supports_trace.
17522
5c5019c2
PA
175232015-02-20 Pedro Alves <palves@redhat.com>
17524
17525 PR threads/18006
17526 * gdb.threads/clone-thread_db.c: New file.
17527 * gdb.threads/clone-thread_db.exp: New file.
17528
c9587f88
AT
175292015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17530
17531 PR breakpoints/16812
17532 * gdb.base/catch-gdb-caused-signals.c: New file.
17533 * gdb.base/catch-gdb-caused-signals.exp: New file.
17534
f6a88844
JM
175352015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17536
17537 * configure: Regenerated.
17538 * configure.ac: Use GDB_AC_TRANSFORM.
17539 * aclocal.m4: sinclude ../transform.m4.
17540
497c491b
JM
175412015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17542
17543 * lib/dtrace.exp: New file.
17544 * gdb.base/dtrace-probe.exp: Likewise.
17545 * gdb.base/dtrace-probe.d: Likewise.
17546 * gdb.base/dtrace-probe.c: Likewise.
17547 * lib/pdtrace.in: Likewise.
17548 * configure.ac: Output variables with the transformed names of
17549 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17550 * configure: Regenerated.
17551
03e98035
JM
175522015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17553
17554 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17555 expected message when trying to access $_probe_* convenience
17556 variables while not on a probe.
17557
63cc30e9
JK
175582015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17559
17560 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17561
0703599a
PA
175622015-02-11 Pedro Alves <pedro@codesourcery.com>
17563
17564 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17565 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17566
7e60a48e
DE
175672015-02-10 Doug Evans <xdje42@gmail.com>
17568
17569 * lib/gdb.exp (gdb_load): Always return a result.
17570
01b088bc
PA
175712015-02-10 Pedro Alves <palves@redhat.com>
17572
17573 * gdb.threads/signal-sigtrap.c: New file.
17574 * gdb.threads/signal-sigtrap.exp: New file.
17575
b05ec7a5
AT
175762015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17577
17578 * gdb.trace/no-attach-trace.c: New file.
17579 * gdb.trace/no-attach-trace.exp: New file.
17580
a2c2acaf
MW
175812015-02-09 Mark Wielaard <mjw@redhat.com>
17582
17583 * gdb.dwarf2/atomic.c: New file.
17584 * gdb.dwarf2/atomic-type.exp: Likewise.
17585
31fd9caa
MM
175862015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17587
17588 * gdb.btrace/buffer-size.exp: Update "info record" output.
17589 * gdb.btrace/delta.exp: Update "info record" output.
17590 * gdb.btrace/enable.exp: Update "info record" output.
17591 * gdb.btrace/finish.exp: Update "info record" output.
17592 * gdb.btrace/instruction_history.exp: Update "info record" output.
17593 * gdb.btrace/next.exp: Update "info record" output.
17594 * gdb.btrace/nexti.exp: Update "info record" output.
17595 * gdb.btrace/step.exp: Update "info record" output.
17596 * gdb.btrace/stepi.exp: Update "info record" output.
17597 * gdb.btrace/nohist.exp: Update "info record" output.
17598
d33501a5
MM
175992015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17600
17601 * gdb.btrace/buffer-size: New.
17602
f4abbc16
MM
176032015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17604
17605 * gdb.btrace/delta.exp: Update "info record" output.
17606 * gdb.btrace/enable.exp: Update "info record" output.
17607 * gdb.btrace/finish.exp: Update "info record" output.
17608 * gdb.btrace/instruction_history.exp: Update "info record" output.
17609 * gdb.btrace/next.exp: Update "info record" output.
17610 * gdb.btrace/nexti.exp: Update "info record" output.
17611 * gdb.btrace/step.exp: Update "info record" output.
17612 * gdb.btrace/stepi.exp: Update "info record" output.
17613 * gdb.btrace/nohist.exp: Update "info record" output.
17614
b9d61307
SM
176152015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17616
17617 PR gdb/15678
17618 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17619
e584fdbc
PA
176202015-02-06 Pedro Alves <palves@redhat.com>
17621
17622 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17623 macro.
17624 (seconds_left, again): New globals.
17625 (main): Wait seconds_left in a 1-second sleep loop instead of
17626 sleeping 180 seconds. If 'again' is set, reset the seconds
17627 counter.
17628 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17629 'again' in the inferior before detaching. Print the seconds left.
17630 (options): New global.
17631 (top level): Build program with -DTIMEOUT=$timeout.
17632
77f41761
PA
176332015-02-06 Pedro Alves <palves@redhat.com>
17634
17635 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17636 determine how many seconds to pass to 'alarm'.
17637 * gdb.base/gdb-sigterm.exp (top level): Build program with
17638 -DTIMEOUT=$timeout.
17639 (do_test): Return success/failure indication. Add more verbose
17640 logging. Don't fail if 200 single steps are seen. Instead, fail
17641 when the test times out.
17642 (passes): New global.
17643 (top level): Break the testing loop if testing fails on any
17644 iteration. Use gdb_assert.
17645
b9394193
DB
176462015-02-04 Don Breazeal <donb@codesourcery.com>
17647
17648 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17649 and initialize them.
17650 (ipc_cleanup): New function.
17651 (main): Don't declare shmid, semid, and msqid. Add a call to
17652 atexit so that we call ipc_cleanup on exit.
17653
42d9e528
PA
176542015-02-04 Pedro Alves <palves@redhat.com>
17655
17656 * boards/native-extended-gdbserver.exp: Remove any target variant
17657 specifications from the board name before clearing the isremote
17658 flag from board_info.
17659
ae6ae975
DE
176602015-01-31 Doug Evans <xdje42@gmail.com>
17661
17662 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17663
cfb069a8
GB
176642015-01-31 Gary Benson <gbenson@redhat.com>
17665
17666 * gdb.base/completion.exp: Disable completion limiting for
17667 existing tests. Add new tests to check completion limiting.
17668 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17669
5dd31d79
DE
176702015-01-31 Doug Evans <xdje42@gmail.com>
17671
17672 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17673
9f050062
DE
176742015-01-31 Doug Evans <xdje42@gmail.com>
17675
17676 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17677 entries. Duplicate file section script entries.
17678 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17679 inlined entries. Add test for safe-path rejection.
17680 * gdb.python/py-section-script.c: Add duplicate inlined section script
17681 entries. Duplicate file section script entries.
17682 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17683 inlined entries. Add test for safe-path rejection.
17684
df25ebbd
JB
176852015-01-29 Joel Brobecker <brobecker@adacore.com>
17686
17687 * gdb.ada/disc_arr_bound: New testcase.
17688
4a0ca9ec
JB
176892015-01-29 Joel Brobecker <brobecker@adacore.com>
17690
17691 * gdb.ada/mi_var_array: New testcase.
17692
3a8b707a
DE
176932015-01-27 Doug Evans <dje@google.com>
17694
17695 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17696 Add test for objfile.filename, objfile.username after objfile
17697 has been unloaded.
17698
f8313f6e
JB
176992015-01-26 Joel Brobecker <brobecker@adacore.com>
17700
17701 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17702 the second test to print the name attribute of value
17703 returned by the call to gdb.lookup_type, and adjust
17704 the expected output accordingly.
17705
37bc665e
MW
177062015-01-25 Mark Wielaard <mjw@redhat.com>
17707
17708 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17709 * gdb.base/disp-step-fork.c: Include unistd.h.
17710 * gdb.base/siginfo-obj.c: Include stdio.h.
17711 * gdb.base/siginfo-thread.c: Likewise.
17712 * gdb.mi/non-stop.c: Include unistd.h.
17713 * gdb.mi/nsthrexec.c: Include stdio.h.
17714 * gdb.mi/pthreads.c: Include unistd.h.
17715 * gdb.modula2/unbounded1.c (main): Declare returns int.
17716 * gdb.reverse/consecutive-reverse.c: Likewise.
17717 * gdb.threads/create-fail.c: Include unistd.h.
17718 * gdb.threads/killed.c: Likewise.
17719 * gdb.threads/linux-dp.c: Likewise.
17720 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17721 * gdb.threads/non-ldr-exc-2.c: Likewise.
17722 * gdb.threads/non-ldr-exc-3.c: Likewise.
17723 * gdb.threads/non-ldr-exc-4.c: Likewise.
17724 * gdb.threads/pthreads.c: Include unistd.h.
17725 (main): Declare returns int.
17726 * gdb.threads/tls-main.c (foo): New declaration.
17727 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17728
f7e5394d
SM
177292015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17730
17731 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17732 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17733
743649fd
MW
177342015-01-15 Mark Wielaard <mjw@redhat.com>
17735
17736 * gdb.base/noreturn-return.c: New file.
17737 * gdb.base/noreturn-return.exp: New file.
17738 * gdb.base/noreturn-finish.c: New file.
17739 * gdb.base/noreturn-finish.exp: New file.
17740
198297aa
PA
177412015-01-23 Pedro Alves <palves@redhat.com>
17742
17743 * gdb.threads/continue-pending-after-query.c: New file.
17744 * gdb.threads/continue-pending-after-query.exp: New file.
17745
717cf30c
AG
177462015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17747 Simon Marchi <simon.marchi@ericsson.com>
17748
17749 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17750 * gdb.base/valgrind-db-attach.exp: Same.
17751 * gdb.base/valgrind-infcall.exp: Same.
17752 * lib/mi-support.exp (default_mi_gdb_start): Same.
17753 * lib/prompt.exp (default_prompt_gdb_start): Same.
17754 * lib/gdb.exp (default_gdb_spawn): Same.
17755 (gdb_interact): New.
17756
17757
4b62a76e
JK
177582015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17759
17760 * gdb.compile/compile.exp (pointer to jit function): New test.
17761
b4cdae6f
WW
177622015-01-17 Wei-cheng Wang <cole945@gmail.com>
17763
17764 * lib/gdb.exp (supports_process_record): Return true for
17765 powerpc*-*-linux*.
17766 (supports_reverse): Likewise.
17767
d221e7ef
DB
177682015-01-15 Don Breazeal <donb@codesourcery.com>
17769
17770 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17771 instead of checking whether the target board is remote and
17772 use spawn_wait_for_attach instead of exec/sleep.
17773 * gdb.base/attach-twice.exp: Likewise.
17774
bafffb51
JB
177752015-01-15 Joel Brobecker <brobecker@adacore.com>
17776
17777 * gdb.ada/var_arr_attrs: New testcase.
17778
5589af0e
PA
177792015-01-14 Pedro Alves <palves@redhat.com>
17780 Joel Brobecker <brobecker@adacore.com>
17781
17782 PR gdb/17525
17783 * gdb.base/bp-cmds-execution-x-script.c: New file.
17784 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17785 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17786
6c400b59
PA
177872015-01-14 Pedro Alves <palves@redhat.com>
17788
17789 PR cli/17828
17790 * gdb.base/batch-preserve-term-settings.c: New file.
17791 * gdb.base/batch-preserve-term-settings.exp: New file.
17792
e02c96a7
DE
177932015-01-13 Doug Evans <dje@google.com>
17794
17795 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17796 binary.
17797
576fd14c
JB
177982015-01-13 Joel Brobecker <brobecker@adacore.com>
17799
17800 * Makefile.in (clean mostlyclean): Do not delete *.py.
17801
04dccad0
JB
178022015-01-13 Joel Brobecker <brobecker@adacore.com>
17803
17804 * gdb.python/py-lookup-type.exp: New file.
17805
3d230f71
PA
178062015-01-12 Pedro Alves <palves@redhat.com>
17807
17808 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17809 restore GDBFLAGS before returning.
17810
7e67715d
JK
178112015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17812
17813 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17814 is_amd64_regs_target and is_x86_like_target.
17815
f2e0d4b4
DE
178162015-01-11 Doug Evans <xdje42@gmail.com>
17817
17818 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17819 is given without an explicit form.
17820 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17821 attributes.
17822 * gdb.dwarf/corrupt.exp: Ditto.
17823 * gdb.dwarf2/enum-type.exp: Ditto.
17824 * gdb.trace/entry-values.exp: Ditto.
17825 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17826
439250fb
DE
178272015-01-11 Doug Evans <xdje42@gmail.com>
17828
17829 PR gdb/15830
17830 * gdb.base/maint.exp: Remove references to "maint demangle".
17831 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17832 Add tests for explicitly specifying language to demangle.
17833 * gdb.dlang/demangle.exp: Ditto.
17834
ede9f622
PA
178352015-01-09 Pedro Alves <palves@redhat.com>
17836
17837 * gdb.threads/non-stop-fair-events.c: New file.
17838 * gdb.threads/non-stop-fair-events.exp: New file.
17839
a7b796db
PA
178402015-01-09 Pedro Alves <palves@redhat.com>
17841
17842 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17843 the global scope. Set a breakpoint after all threads are started
17844 rather than stepping over two source lines. Expect the prompt.
17845 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17846 global.
17847 (NUM): Now 15.
17848 (main): Use threads_started_barrier to wait for all threads to
17849 start. Main thread no longer calls thread_function. Exit after
17850 180 seconds.
17851 (loop): New function.
17852 (thread_function): Wait on threads_started_barrier barrier. Call
17853 'loop' at each iteration.
17854 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17855 threads have started, instead of hardcoding number of "next"
17856 steps. Use an access watchpoint instead of a write watchpoint.
17857
9665ffdd
PA
178582015-01-09 Pedro Alves <palves@redhat.com>
17859
17860 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17861 (thread_func): Wait on barrier.
17862 (main): Wait for all threads to start before stopping GDB.
17863 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17864 global.
17865 (thread1_func, thread2_func): Wait on barrier.
17866 (main): Wait for all threads to start before stopping GDB.
17867 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17868 New global.
17869 (thread1_func, thread2_func): Wait on barrier.
17870 (main): Wait for all threads to start before stopping GDB.
17871
c945a99f
PA
178722015-01-09 Pedro Alves <palves@redhat.com>
17873
17874 * gdb.threads/attach-many-short-lived-threads.c: New file.
17875 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17876
c1a747c1
PA
178772014-01-09 Pedro Alves <palves@redhat.com>
17878
17879 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17880 instead of to thread 2.
17881 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17882 Add barrier around each pthread_create call instead of around all
17883 calls.
17884 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17885 Set a break on thread_function and have the child threads hit it
17886 one at at a time.
17887
60b3033e
PA
178882015-01-09 Pedro Alves <palves@redhat.com>
17889
17890 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17891 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17892 false.
17893 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17894 checking whether the target board is remote.
17895 * gdb.multi/multi-attach.exp: Likewise.
17896 * gdb.python/py-sync-interp.exp: Likewise.
17897 * gdb.server/ext-attach.exp: Likewise.
17898 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17899 tests that need to attach, instead of checking whether the target
17900 board is remote at the top of the file.
17901
acc018ac
YQ
179022015-01-08 Yao Qi <yao@codesourcery.com>
17903
17904 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17905
50a18af8
JK
179062015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17907
17908 Fix testcase compilation.
17909 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17910
8503d6e1
JB
179112015-01-06 Joel Brobecker <brobecker@adacore.com>
17912
17913 * gdb.python/py-type.exp: Add a couple test about empty
17914 array creation, and negative-length array creation.
17915
cc73dbcc
DE
179162015-01-02 Doug Evans <xdje42@gmail.com>
17917
17918 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17919
0300bbc7
DE
179202015-01-02 Doug Evans <dje@google.com>
17921
17922 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17923
9d85a0ec
YQ
179242014-12-29 Yao Qi <yao@codesourcery.com>
17925
17926 * gdb.trace/entry-values.exp: Update comments. Rename variable
17927 bar_call_foo to returned_from_foo.
17928
87186c6a
MMN
179292014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17930
17931 PR gdb/17394
17932 * gdb.linespec/break-asm-file.c: New file.
17933 * gdb.linespec/break-asm-file.exp: New file.
17934 * gdb.linespec/break-asm-file0.s: New file.
17935 * gdb.linespec/break-asm-file1.s: New file.
17936
1bab7383
YQ
179372014-12-18 Nigel Stephens <nigel@mips.com>
17938 Maciej W. Rozycki <macro@codesourcery.com>
17939
17940 * gdb.base/float.exp: Handle the new output from "info float" on
17941 MIPS targets.
17942
1bc1068a
JK
179432014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17944
17945 Fix MinGW compilation.
17946 * gdb.compile/compile-ops.exp: Update untested message if
17947 !skip_compile_feature_tests.
17948 * gdb.compile/compile-setjmp.exp: Likewise.
17949 * gdb.compile/compile-tls.exp: Likewise.
17950 * gdb.compile/compile.exp: Likewise.
17951 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17952 supported on this host".
17953
b6615d10
DE
179542014-12-16 Doug Evans <xdje42@gmail.com>
17955
17956 * boards/stabs.exp: New file.
17957
25dda427
AA
179582014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17959
17960 * gdb.base/completion.exp: Adjust to format changes of "maint
17961 print user-registers".
17962
bf330350
CU
179632014-12-16 Catalin Udma <catalin.udma@freescale.com>
17964
17965 PR server/17457
17966 * gdb.arch/aarch64-fp.c: New file.
17967 * gdb.arch/aarch64-fp.exp: New file.
17968
395cf596
SDJ
179692014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17970
17971 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17972 r210637, r210913, r211666, r215400, r215817).
17973
17974 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17975 * dg-extract-results.py: New file.
17976 * dg-extract-results.sh: Use it if the environment seems
17977 suitable.
17978
17979 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17980
17981 * dg-extract-results.py (parse_run): Handle warnings that
17982 are printed before a test harness is run.
17983
17984 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17985
17986 * dg-extract-results.py (Named): Remove __cmp__ method.
17987 (output_variation): Use a key to sort variation.harnesses.
17988
17989 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17990
17991 * dg-extract-results.py: For Python 3, force sys.stdout to
17992 handle surrogate escape sequences.
17993 (safe_open): New function.
17994 (output_segment, main): Use it.
17995
17996 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17997
17998 * dg-extract-results.py (Prog.result_re): Include options
17999 in test name.
18000
18001 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
18002
18003 * dg-extract-results.py (output_variation): Always sort if
18004 do_sum.
18005
e882ef3c
SM
180062014-12-15 Simon Marchi <simon.marchi@ericsson.com>
18007
18008 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
18009 as long as we get pagination notifications.
18010
4992aa20
JM
180112014-12-15 Jason Merrill <jason@redhat.com>
18012
18013 * Makefile.in (check-gdb.%): Restore.
18014 * README: Mention it.
18015
c1b5a1a6
JB
180162014-12-13 Joel Brobecker <brobecker@adacore.com>
18017
18018 * gdb.ada/str_uninit: New testcase.
18019
5537b577
JK
180202014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18021
18022 PR symtab/17642
18023 * gdb.base/vla-stub-define.c: New file.
18024 * gdb.base/vla-stub.c: New file.
18025 * gdb.base/vla-stub.exp: New file.
18026
bb2ec1b3
TT
180272014-12-12 Phil Muldoon <pmuldoon@redhat.com>
18028 Jan Kratochvil <jan.kratochvil@redhat.com>
18029 Tom Tromey <tromey@redhat.com>
18030
18031 * configure.ac: Add gdb.compile/.
18032 * configure: Regenerate.
18033 * gdb.compile/Makefile.in: New file.
18034 * gdb.compile/compile-ops.exp: New file.
18035 * gdb.compile/compile-ops.c: New file.
18036 * gdb.compile/compile-tls.c: New file.
18037 * gdb.compile/compile-tls.exp: New file.
18038 * gdb.compile/compile-constvar.S: New file.
18039 * gdb.compile/compile-constvar.c: New file.
18040 * gdb.compile/compile-mod.c: New file.
18041 * gdb.compile/compile-nodebug.c: New file.
18042 * gdb.compile/compile-setjmp-mod.c: New file.
18043 * gdb.compile/compile-setjmp.c: New file.
18044 * gdb.compile/compile-setjmp.exp: New file.
18045 * gdb.compile/compile-shlib.c: New file.
18046 * gdb.compile/compile.c: New file.
18047 * gdb.compile/compile.exp: New file.
18048 * lib/gdb.exp (skip_compile_feature_tests): New proc.
18049
4ff709eb
TT
180502014-12-12 Tom Tromey <tromey@redhat.com>
18051
18052 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
18053 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
18054
6dddd6a5
DE
180552014-12-12 Doug Evans <dje@google.com>
18056
18057 * lib/gdb-python.exp (get_python_valueof): New function.
18058 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
18059
71c24708
AA
180602014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18061
18062 * gdb.base/completion.exp: Add test for completion of "info
18063 registers ".
18064
3e29f34a
MR
180652014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
18066
18067 * gdb.base/func-ptrs.c: New file.
18068 * gdb.base/func-ptrs.exp: New file.
18069
fc126975
SM
180702014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18071
18072 PR breakpoints/17012
18073 * gdb.base/dprintf-detach.c: New file.
18074 * gdb.base/dprintf-detach.exp: New file.
18075
0a46d518
SM
180762014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18077
18078 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
18079 * lib/gdb.exp (target_is_gdbserver): New procedure.
18080
a0be3e44
DE
180812014-12-08 Doug Evans <dje@google.com>
18082
18083 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
18084
df1b803a
YQ
180852014-12-05 Yao Qi <yao@codesourcery.com>
18086
18087 * gdb.guile/scm-error.exp: Remove the third argument to
18088 gdb_remote_download.
18089 * gdb.guile/scm-frame-args.exp: Likewise.
18090 * gdb.guile/scm-section-script.exp: Likewise.
18091
ddb9f679
YQ
180922014-12-05 Yao Qi <yao@codesourcery.com>
18093
18094 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
18095
86e4ed39
DE
180962014-12-04 Doug Evans <dje@google.com>
18097
18098 * gdb.python/py-objfile.exp: Add tests for
18099 objfile.add_separate_debug_file.
18100
7c50a931
DE
181012014-12-04 Doug Evans <dje@google.com>
18102
18103 * lib/gdb.exp (get_build_id): New function.
18104 (build_id_debug_filename_get): Rewrite to use it.
18105 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
18106
621661e3
MR
181072014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
18108
18109 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
18110 `method(long)', not just 0x0.
18111 * gdb.cp/nsalias.exp: Align code labels to 4.
18112 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
18113 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
18114 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
18115 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
18116 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
18117 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
18118
29f0c3b7
DE
181192014-12-02 Doug Evans <dje@google.com>
18120
e1e061e7 18121 PR symtab/17602
29f0c3b7 18122 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 18123 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
18124 * gdb.cp/anon-ns.exp: Update.
18125
162078c8
NB
181262014-12-02 Nick Bull <nicholaspbull@gmail.com>
18127
18128 * gdb.python/py-events.py (inferior_call_handler): New.
18129 (register_changed_handler, memory_changed_handler): New.
18130 (test_events.invoke): Register new handlers.
18131 * gdb.python/py-events.exp: Add tests for inferior call,
18132 memory_changed and register_changed events.
18133
fdb09caf
AA
181342014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18135
18136 * gdb.base/execl-update-breakpoints.exp: Specify the link address
18137 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
18138 if the linker doesn't understand this.
18139
55cfb2c4
SM
181402014-12-01 Simon Marchi <simon.marchi@ericsson.com>
18141
18142 * gdb.python/python.exp: Change expected reply to help().
18143
9e8cd6df
YQ
181442014-12-01 Yao Qi <yao@codesourcery.com>
18145
18146 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
18147 AC_CONFIG_SUBDIRS(gdb.gdbtk).
18148 * configure: Re-generated.
18149
6c659fc2
SC
181502014-11-28 Siva Chandra Reddy <sivachandra@google.com>
18151
18152 * gdb.cp/chained-calls.cc: New file.
18153 * gdb.cp/chained-calls.exp: New file.
18154 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
18155
d7fc3181
SM
181562014-11-28 Simon Marchi <simon.marchi@ericsson.com>
18157
18158 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
18159 * gdb.dwarf2/symtab-producer.exp: Same.
18160 * gdb.gdb/python-interrupts.exp: Same.
18161 * gdb.gdb/python-selftest.exp: Same.
18162 * gdb.python/py-linetable.exp: Same.
18163 * gdb.python/py-type.exp: Same.
18164 * gdb.python/py-value-cc.exp: Same.
18165 * gdb.python/py-value.exp: Same.
18166
10e79639
YQ
181672014-11-28 Yao Qi <yao@codesourcery.com>
18168
18169 * gdb.base/break-probes.exp: Match library name prefixed with
18170 sysroot.
18171
f28a0564
SM
181722014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18173
18174 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18175 test expected output. Add parentheses for the call to print.
18176 Remove L suffix from integers.
18177
3fe1ce1d
DE
181782014-11-26 Doug Evans <dje@google.com>
18179
18180 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18181
84429e27
YQ
181822014-11-22 Yao Qi <yao@codesourcery.com>
18183
18184 * gdb.trace/entry-values.c: Remove asms.
18185 (foo): Add foo_label.
18186 (bar): Add bar_label.
18187 * gdb.trace/entry-values.exp: Remove code computing foo's
18188 length and bar's length.
18189 (Dwarf::assemble): Invoke function_range for bar and use
18190 MACRO_AT_func for foo.
18191
26741859
YQ
181922014-11-22 Yao Qi <yao@codesourcery.com>
18193
18194 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18195 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18196 Use .Lgcc43_procstart instead of gcc43.
18197
45e44d27
JB
181982014-11-21 Joel Brobecker <brobecker@adacore.com>
18199
18200 * gdb.ada/n_arr_bound: New testcase.
18201
458c8db8
SDJ
182022014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18203
18204 PR breakpoints/10737
18205 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18206 test_catch_syscall_multi_arch.
18207 (test_catch_syscall_multi_arch): New function.
18208
43f3e411
DE
182092014-11-20 Doug Evans <xdje42@gmail.com>
18210
18211 * gdb.base/maint.exp: Update expected output.
18212
0d7b2549
AA
182132014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18214
18215 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18216 4-byte instruction on S390.
18217
8908fca5
JB
182182014-11-19 Joel Brobecker <brobecker@adacore.com>
18219
18220 * gdb.ada/arr_arr: New testcase.
18221
4a46959e
JB
182222014-11-19 Joel Brobecker <brobecker@adacore.com>
18223
18224 * gdb.ada/pkd_arr_elem: New Testcase.
18225
470e2f4e
LM
182262014-11-18 Luis Machado <lgustavo@codesourcery.com>
18227
18228 * gdb.reverse/break-precsave: Expect completion message for
18229 core file reads.
18230 * gdb.reverse/consecutive-precsave.exp: Likewise.
18231 * gdb.reverse/finish-precsave.exp: Likewise.
18232 * gdb.reverse/i386-precsave.exp: Likewise.
18233 * gdb.reverse/machinestate-precsave.exp: Likewise.
18234 * gdb.reverse/sigall-precsave.exp: Likewise.
18235 * gdb.reverse/solib-precsave.exp: Likewise.
18236 * gdb.reverse/step-precsave.exp: Likewise.
18237 * gdb.reverse/until-precsave.exp: Likewise.
18238 * gdb.reverse/watch-precsave.exp: Likewise.
18239
a267f3ad
AA
182402014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18241
18242 * gdb.base/bp-permanent.c: Include unistd.h.
18243 * gdb.python/py-framefilter-mi.c (main): Add return type.
18244 * gdb.python/py-framefilter.c (main): Likewise.
18245 * gdb.trace/actions-changed.c (main): Likewise.
18246
12084a9a
AA
182472014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18248
18249 * gdb.mi/until.c: Add eye-catchers.
18250 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18251 line numbers.
18252
dc7e1a77
AA
182532014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18254
18255 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18256 function header variants in break1.c.
18257 * gdb.base/ena-dis-br.exp: Likewise.
18258 * gdb.base/hbreak2.exp: Likewise.
18259 * gdb.reverse/until-precsave.exp: Drop references to removed
18260 non-prototype function header variants in ur1.c.
18261 * gdb.reverse/until-reverse.exp: Likewise.
18262
41c77605
PM
182632014-11-17 Petr Machata <pmachata@redhat.com>
18264
18265 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18266 ${_cu_offset_size} bytes abbrev offset.
18267
34248c3a
DE
182682014-11-15 Doug Evans <xdje42@gmail.com>
18269
18270 PR symtab/17559
18271 * gdb.base/line-symtabs.exp: New file.
18272 * gdb.base/line-symtabs.c: New file.
18273 * gdb.base/line-symtabs.h: New file.
18274
646da059
YQ
182752014-11-14 Yao Qi <yao@codesourcery.com>
18276
18277 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18278 (func): Add label func_label.
18279 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18280 Replace low_pc and high_pc with MACRO_AT_range.
18281 Replace name, low_pc and high_pc with MACRO_AT_func.
18282
9301ebe6
YQ
182832014-11-14 Yao Qi <yao@codesourcery.com>
18284
18285 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18286 Replace name, low_pc and high_pc with MACRO_AT_func.
18287
f166b542
YQ
182882014-11-14 Yao Qi <yao@codesourcery.com>
18289
18290 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18291 produce debug information.
18292 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18293
0f6e71e3
YQ
182942014-11-14 Yao Qi <yao@codesourcery.com>
18295
18296 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18297 object and get function length.
18298 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18299 with MACRO_AT_func.
18300 (top-level): Replace gdb_compile and clean_restart with
18301 prepare_for_testing.
18302 * gdb.dwarf2/main.c (main): Add label main_label.
18303
876c4df9
YQ
183042014-11-14 Yao Qi <yao@codesourcery.com>
18305
18306 * lib/dwarf.exp (function_range): New procedure.
18307 (Dwarf::_handle_macro_at_func): New procedure.
18308 (Dwarf::_handle_macro_at_range): New procedure.
18309 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18310
02ad9cf1
YQ
183112014-11-14 Yao Qi <yao@codesourcery.com>
18312
18313 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18314 (_handle_attribute): New procedure.
18315
a59add0c
AA
183162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18317
18318 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18319 * gdb.base/call-sc.c (zed): Likewise.
18320 * gdb.base/checkpoint.c (main): Likewise.
18321 * gdb.base/dump.c (main): Likewise.
18322 * gdb.base/gcore.c (main): Likewise.
18323 * gdb.base/huge.c (main): Likewise.
18324 * gdb.base/multi-forks.c (main): Likewise.
18325 * gdb.base/pr10179-a.c (main): Likewise.
18326 * gdb.base/savedregs.c (main): Likewise.
18327 * gdb.base/sigaltstack.c (main): Likewise.
18328 * gdb.base/siginfo.c (main): Likewise.
18329 * gdb.base/structs.c (zed): Likewise.
18330 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18331 * gdb.mi/mi-syn-frame.c (main): Likewise.
18332 * gdb.mi/until.c (foo, main): Likewise.
18333 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18334 * gdb.base/solib-weak.c (foo): Declare.
18335 * gdb.base/attach-twice.c: Include stdio.h.
18336 * gdb.base/weaklib1.c: Likewise.
18337 * gdb.base/weaklib2.c: Likewise.
18338 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18339 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18340 unistd.h.
18341 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18342 * gdb.mi/mi-exit-code.c: Likewise.
18343 * gdb.base/break-interp-lib.c: Include string.h.
18344 * gdb.base/coremaker.c: Likewise.
18345 * gdb.base/testenv.c: Likewise.
18346 * gdb.python/py-finish-breakpoint.c: Likewise.
18347 * gdb.base/inferior-died.c: Include sys/wait.h.
18348 * gdb.base/fileio.c: Include time.h.
18349 * gdb.base/async-shell.c: Include unistd.h.
18350 * gdb.base/dprintf-non-stop.c: Likewise.
18351 * gdb.base/info-os.c: Likewise.
18352 * gdb.mi/mi-console.c: Likewise.
18353 * gdb.mi/watch-nonstop.c: Likewise.
18354 * gdb.python/py-events.c: Likewise.
18355 * gdb.base/async.c (baz): Move up before its invocation.
18356 * gdb.base/code_elim2.c (my_global_func): Likewise.
18357 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18358 * gdb.base/advance.c (func2): Likewise.
18359
3b5d5997
AA
183602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18361
18362 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18363 variant.
18364 * gdb.base/annota3.c: Likewise.
18365 * gdb.base/async.c: Likewise.
18366 * gdb.base/average.c: Likewise.
18367 * gdb.base/call-ar-st.c: Likewise.
18368 * gdb.base/call-rt-st.c: Likewise.
18369 * gdb.base/call-sc.c: Likewise.
18370 * gdb.base/call-strs.c: Likewise.
18371 * gdb.base/ending-run.c: Likewise.
18372 * gdb.base/execd-prog.c: Likewise.
18373 * gdb.base/exprs.c: Likewise.
18374 * gdb.base/foll-exec.c: Likewise.
18375 * gdb.base/foll-fork.c: Likewise.
18376 * gdb.base/foll-vfork.c: Likewise.
18377 * gdb.base/funcargs.c: Likewise.
18378 * gdb.base/gcore.c: Likewise.
18379 * gdb.base/jump.c: Likewise.
18380 * gdb.base/langs0.c: Likewise.
18381 * gdb.base/langs1.c: Likewise.
18382 * gdb.base/langs2.c: Likewise.
18383 * gdb.base/mips_pro.c: Likewise.
18384 * gdb.base/nodebug.c: Likewise.
18385 * gdb.base/opaque0.c: Likewise.
18386 * gdb.base/opaque1.c: Likewise.
18387 * gdb.base/recurse.c: Likewise.
18388 * gdb.base/run.c: Likewise.
18389 * gdb.base/scope0.c: Likewise.
18390 * gdb.base/scope1.c: Likewise.
18391 * gdb.base/setshow.c: Likewise.
18392 * gdb.base/setvar.c: Likewise.
18393 * gdb.base/shmain.c: Likewise.
18394 * gdb.base/shr1.c: Likewise.
18395 * gdb.base/shr2.c: Likewise.
18396 * gdb.base/sigall.c: Likewise.
18397 * gdb.base/signals.c: Likewise.
18398 * gdb.base/so-indr-cl.c: Likewise.
18399 * gdb.base/solib2.c: Likewise.
18400 * gdb.base/structs.c: Likewise.
18401 * gdb.base/sum.c: Likewise.
18402 * gdb.base/vforked-prog.c: Likewise.
18403 * gdb.base/watchpoint.c: Likewise.
18404 * gdb.reverse/shr2.c: Likewise.
18405 * gdb.reverse/until-reverse.c: Likewise.
18406 * gdb.reverse/ur1.c: Likewise.
18407 * gdb.reverse/watch-reverse.c: Likewise.
18408
066a77c5
AA
184092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18410
18411 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18412 variant.
18413 * gdb.base/sepdebug.exp: Drop references to removed code.
18414
4f204ea5
AA
184152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18416
18417 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18418 variant. Preserve original line numbering.
18419 * gdb.base/list1.c: Likewise.
18420
3b377a3a
AA
184212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18422
18423 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18424 variant.
18425 * gdb.base/break1.c: Likewise.
18426 * gdb.base/break.exp: Drop references to removed code.
18427
e444df73
AA
184282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18429
18430 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18431 variant.
18432
8008f2a7
AA
184332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18434
18435 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18436
a5a06887
AA
184372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18438
18439 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18440 logic into perform_all_tests() and invoke it with and without
18441 function header prototypes.
18442 (do_function_calls): Remove conditional XFAIL for PR 5318.
18443 (rerun_and_prepare): Remove duplicate code.
18444 (perform_all_tests): New. Main logic moved here.
18445
44dba9b9
AA
184462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18447
18448 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18449 code guarded by #ifdef NO_PROTOTYPES.
18450 (t_double_many_args): Likewise.
18451 (DEF_FUNC_MANY_ARGS_1): Likewise.
18452 (DEF_FUNC_VALUES_1): Likewise.
18453 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18454 guarded by #ifdef PROTOTYPES.
18455
d1fbcd56
AA
184562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18457
18458 * gdb.mi/mi-console.c: Add eye-catcher.
18459 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18460 instead of literal line number.
18461
b0e59b8f
AA
184622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18463
18464 * gdb.base/shr2.c: Add eye-catcher.
18465 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18466 line number.
18467
78f98cca
AA
184682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18469
18470 * gdb.base/jump.c: Add eye-catchers.
18471 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18472 numbers.
18473
58fa2af0
AA
184742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18475
18476 * gdb.base/execd-prog.c: Add eye-catchers.
18477 * gdb.base/foll-exec.c: Likewise.
18478 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18479 line numbers.
18480
04e5059b
AA
184812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18482
18483 * gdb.base/ending-run.c: Add eye-catchers.
18484 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18485 literal line numbers.
18486
dbfdb174
AA
184872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18488
18489 * gdb.base/call-rt-st.c: Add eye-catchers.
18490 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18491 literal line numbers.
18492
888a2ade
AA
184932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18494
18495 * gdb.base/call-ar-st.c: Add eye-catchers.
18496 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18497 literal line numbers.
18498
6acc2dde
AA
184992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18500
18501 * gdb.base/average.c: Add eye-catchers.
18502 * gdb.base/sum.c: Likewise.
18503 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18504 regexps dynamically.
18505
9ecfcd1d
AA
185062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18507
18508 * gdb.base/solib1.c: Add eye-catchers.
18509 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18510 literal line numbers.
18511
78708b7c
PA
185122014-11-12 Pedro Alves <palves@redhat.com>
18513
18514 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18515 leader has exited.
18516
af48d08f
PA
185172014-11-12 Pedro Alves <palves@redhat.com>
18518
18519 * gdb.arch/i386-bp_permanent.c: New file.
18520 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18521 (srcfile): Set to i386-bp_permanent.c.
18522 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18523 that stepi does not execute the 'leave' instruction, instead of
18524 testing it does execute.
18525 * gdb.base/bp-permanent.c: New file.
18526 * gdb.base/bp-permanent.exp: New file.
18527
af3768e9
DE
185282014-11-10 Doug Evans <xdje42@gmail.com>
18529
18530 PR symtab/17564
18531 * gdb.base/symtab-search-order.exp: New file.
18532 * gdb.base/symtab-search-order.c: New file.
18533 * gdb.base/symtab-search-order-1.c: New file.
18534 * gdb.base/symtab-search-order-shlib-1.c: New file.
18535
9de00a4a
PA
185362014-11-07 Pedro Alves <palves@redhat.com>
18537
18538 PR gdb/17511
18539 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18540 i?86-*-linux*.
18541
e0f52461
SC
185422014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18543
18544 PR c++/17494
18545 * gdb.cp/pr17494.cc: New file.
18546 * gdb.cp/pr17494.exp: New file.
18547
6ce8c980
YQ
185482014-11-02 Yao Qi <yao@codesourcery.com>
18549
18550 * gdb.python/python.exp: Get working directory and match the
18551 output of "set extended-prompt \\w " with it.
18552
02be9a71
DE
185532014-10-30 Doug Evans <dje@google.com>
18554
18555 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18556 in objfiles.
18557 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18558 in progspaces.
18559
3bdff46b
LM
185602014-10-30 Janis Johnson <janisjo@codesourcery.com>
18561
18562 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18563 * gdb.base/realname-expand.exp: Likewise.
18564 * gdb.linespec/macro-relative.exp: Likewise.
18565
ab917dfb
PA
185662014-10-29 Pedro Alves <palves@redhat.com>
18567
18568 PR gdb/17408
18569 * gdb.threads/schedlock.c (some_function): New function.
18570 (call_function): New global.
18571 (MAYBE_CALL_SOME_FUNCTION): New macro.
18572 (thread_function): Call it.
18573 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18574 and use it instead of a global counter. Adjust all callers.
18575 (get_current_thread): Use "find current thread" for test message
18576 here rather than having all callers pass down the same string.
18577 (goto_loop): New procedure, factored out from ...
18578 (my_continue): ... this.
18579 (step_ten_loops): Change parameter from test message to command to
18580 use. Adjust.
18581 (list_count): Delete global.
18582 (check_result): New procedure, factored out from duplicate top
18583 level code.
18584 (continue tests): Wrap in with_test_prefix.
18585 (test_step): New procedure, factored out from duplicate top level
18586 code.
18587 (top level): Test "step" in combination with all scheduler-locking
18588 modes. Test "next" in combination with all scheduler-locking
18589 modes, and in combination with stepping over a function call or
18590 not.
18591 * gdb.threads/next-bp-other-thread.c: New file.
18592 * gdb.threads/next-bp-other-thread.exp: New file.
18593
d3d4baed
PA
185942014-10-29 Pedro Alves <palves@redhat.com>
18595
18596 PR python/17372
18597 * gdb.python/python.exp: Test a multi-line command that spawns
18598 interactive Python.
18599 * gdb.base/multi-line-starts-subshell.exp: New file.
18600
563e8d85
YQ
186012014-10-29 Yao Qi <yao@codesourcery.com>
18602
18603 * gdb.base/fileio.exp: Make directories on host.
18604
0ea4d52e
YQ
186052014-10-29 Yao Qi <yao@codesourcery.com>
18606
18607 * gdb.base/fileio.c (test_write): Close the file.
18608
7f5ef605
PA
186092014-10-28 Pedro Alves <palves@redhat.com>
18610
18611 PR gdb/12623
18612 * gdb.base/sigstep.c (no_handler): New global.
18613 (main): If 'no_handler is true, set the signal handlers to
18614 SIG_IGN.
18615 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18616 with_sw_watch and no_handler parameters. Handle them.
18617 (top level) <stepping over handler when stopped at a breakpoint
18618 test>: Add a test axis for testing with a software watchpoint, and
18619 another for testing with the signal handler set to SIG_IGN.
18620 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18621 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18622
abbdbd03
PA
186232014-10-28 Pedro Alves <palves@redhat.com>
18624
18625 PR gdb/17511
18626 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18627 * gdb.base/sigstep.exp (other_handler_location): New global.
18628 (advance): Support stepping into the signal handler, and running
18629 commands while in the handler.
18630 (in_handler_map): New global.
18631 (top level): In the advance test, add combinations for getting
18632 into the handler with stepping commands, and for running commands
18633 in the handler. Add comment descripting the advancei tests.
18634
1df4399f
PA
186352014-10-28 Pedro Alves <palves@redhat.com>
18636
18637 * gdb.base/sigstep.exp: Use build_executable instead of
18638 prepare_for_testing.
18639 (top level): Move code that starts GDB, runs to main and creates a
18640 display to ...
18641 (restart): ... this new procedure.
18642 (top level): Move backtrace from signal handler test to ...
18643 (validate_backtrace): ... this new procedure.
18644 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18645 with_test_prefix. Always restart GDB.
18646 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18647 with_test_prefix. Always restart GDB. No need to delete
18648 breakpoints after the test.
18649 (test_skip_handler): Remove prefix parameter.
18650 (skip_over_handler, breakpoint_to_handler)
18651 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18652 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18653 restart GDB. No need to delete breakpoints after the test.
18654 (top level): Use foreach to call the test procedures with
18655 different commands.
18656
a5b6e449
PA
186572014-10-28 Pedro Alves <palves@redhat.com>
18658
18659 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18660 instead of GNATS numbers.
18661 * gdb.base/sigbpt.exp: Likewise.
18662 * gdb.base/siginfo.exp: Likewise.
18663 * gdb.base/sigstep.exp: Likewise.
18664
e5f8a7cc
PA
186652014-10-27 Pedro Alves <palves@redhat.com>
18666
18667 * gdb.base/sigstep.c (dummy): New global.
18668 (main): Issue a couple writes to the new global.
18669 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18670 procedures.
18671 (skip_over_handler): Use test_skip_handler.
18672 (top level): Call skip_over_handler for stepi and nexti too.
18673 (breakpoint_over_handler): Use test_skip_handler.
18674 (top level): Call breakpoint_over_handler for stepi and nexti too.
18675
763905a3
YQ
186762014-10-27 Yao Qi <yao@codesourcery.com>
18677
18678 * gdb.trace/tfile.c (adjust_function_address)
18679 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18680 function descriptor.
18681
6f259a23
DB
186822014-10-24 Don Breazeal <donb@codesourcery.com>
18683
18684 * gdb.base/foll-fork.exp (test_follow_fork,
18685 catch_fork_child_follow): Check for updated fork messages emitted
18686 from infrun.c.
18687 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18688 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18689 vfork_and_exec_child_follow_through_step): Check for updated vfork
18690 messages emitted from infrun.c.
18691
09dd9a69
PA
186922014-10-24 Pedro Alves <palves@redhat.com>
18693
18694 * gdb.base/corefile.exp: Remove references to ultrix.
18695 * gdb.base/interrupt.exp: Likewise.
18696 * gdb.base/whatis.exp: Likewise.
18697 * gdb.gdb/selftest.exp: Likewise.
18698 * gdb.threads/manythreads.exp: Likewise.
18699 * gdb.threads/print-threads.exp: Likewise.
18700 * gdb.threads/pthreads.exp:: Likewise.
18701 * gdb.threads/schedlock.exp: Likewise.
18702
3433cfa5
SC
187032014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18704
18705 * gdb.cp/non-trivial-retval.cc: Add a test case.
18706 * gdb.cp/non-trivial-retval.exp: Add a test.
18707
092f880b
YQ
187082014-10-20 Yao Qi <yao@codesourcery.com>
18709
18710 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18711 * gdb.python/py-objfile-script-gdb.py: New file.
18712 * gdb.python/py-objfile-script.exp: Update reference to
18713 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18714 of remote_download. Remove the dest file.
18715
acbdb7f3
YQ
187162014-10-20 Yao Qi <yao@codesourcery.com>
18717
18718 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18719 * gdb.base/step-line.exp: Likewise.
18720 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18721 * gdb.dwarf2/dw2-basic.exp: Likewise.
18722 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18723 * gdb.dwarf2/dw2-filename.exp: Likewise.
18724 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18725 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18726 * gdb.dwarf2/dw2-producer.exp: Likewise.
18727 * gdb.dwarf2/mac-fileno.exp: Likewise.
18728 * gdb.python/py-frame-args.exp: Likewise.
18729 * gdb.python/py-framefilter.exp: Likewise.
18730 * gdb.python/py-mi.exp: Likewise.
18731 * gdb.python/py-objfile-script.exp: Likewise
18732 * gdb.python/py-pp-integral.exp: Likewise.
18733 * gdb.python/py-pp-re-notag.exp: Likewise.
18734 * gdb.python/py-prettyprint.exp: Likewise.
18735 * gdb.python/py-section-script.exp: Likewise.
18736 * gdb.python/py-typeprint.exp: Likewise.
18737 * gdb.python/py-xmethods.exp: Likewise.
18738 * gdb.stabs/weird.exp: Likewise.
18739 * gdb.xml/tdesc-regs.exp: Likewise.
18740
bd286a29
KCY
187412014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18742
18743 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18744 (out_cu): Use addr_len for the size of addresses.
18745 (out_line): Likewise. Size DW_LNE_set_address instruction
18746 according to addr_len.
18747 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18748 (FUNC): Add START_INSNS to definition.
18749
673dc4a0
YQ
187502014-10-18 Yao Qi <yao@codesourcery.com>
18751
18752 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18753 gdb_has_argv0 return true.
18754 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18755 check [target_info exists noargs], check [gdb_has_argv0]
18756 instead.
18757 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18758 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18759 procedures.
18760
4ffbba72
DE
187612014-10-17 Doug Evans <dje@google.com>
18762
18763 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18764 event.
18765 * gdb.python/py-events.py: Add clear_objfiles event.
18766
d096d8c1
DE
187672014-10-17 Doug Evans <dje@google.com>
18768
18769 * gdb.python/py-objfile.exp: Test progspace attribute.
18770
a80db015
LM
187712014-10-17 Luis Machado <lgustavo@codesourcery.com>
18772
18773 * gdb.guile/scm-breakpoint.exp: Do not assume any
18774 directory separators when matching source file paths.
18775 * gdb.python/py-breakpoint.exp: Likewise.
18776 * gdb.reverse/break-precsave.exp: Likewise.
18777 * gdb.reverse/break-reverse.exp: Likewise.
18778 * gdb.reverse/consecutive-precsave.exp: Likewise.
18779 * gdb.reverse/finish-precsave.exp: Likewise.
18780 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18781 * gdb.reverse/finish-reverse.exp: Likewise.
18782 * gdb.reverse/i386-precsave.exp: Likewise.
18783 * gdb.reverse/i387-env-reverse.exp: Likewise.
18784 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18785 * gdb.reverse/machinestate-precsave.exp: Likewise.
18786 * gdb.reverse/machinestate.exp: Likewise.
18787 * gdb.reverse/sigall-precsave.exp: Likewise.
18788 * gdb.reverse/solib-precsave.exp: Likewise.
18789 * gdb.reverse/step-precsave.exp: Likewise.
18790 * gdb.reverse/until-precsave.exp: Likewise.
18791 * gdb.reverse/watch-precsave.exp: Likewise.
18792 * gdb.reverse/watch-reverse.exp: Likewise.
18793
b22089ab
YQ
187942014-10-17 Yao Qi <yao@codesourcery.com>
18795
18796 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18797 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18798
6c4486e6
PA
187992014-10-17 Pedro Alves <palves@redhat.com>
18800
18801 PR gdb/17471
18802 * gdb.base/bg-execution-repeat.c: New file.
18803 * gdb.base/bg-execution-repeat.exp: New file.
18804
0ff33695
PA
188052014-10-17 Pedro Alves <palves@redhat.com>
18806
18807 PR gdb/17300
18808 * gdb.base/continue-all-already-running.c: New file.
18809 * gdb.base/continue-all-already-running.exp: New file.
18810
6fdebc3d
PA
188112014-10-17 Pedro Alves <palves@redhat.com>
18812
18813 PR gdb/17472
18814 * gdb.base/annota-input-while-running.c: New file.
18815 * gdb.base/annota-input-while-running.exp: New file.
18816
32a8097b
PA
188172014-10-17 Pedro Alves <palves@redhat.com>
18818
18819 * gdb.base/callfuncs.exp: emove references to osf.
18820 * gdb.base/sigall.exp: Likewise.
18821 * gdb.gdb/selftest.exp: Likewise.
18822 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18823 * gdb.mi/non-stop.c: Likewise.
18824 * gdb.mi/pthreads.c: Likewise.
18825 * gdb.reverse/sigall-precsave.exp: Likewise.
18826 * gdb.reverse/sigall-reverse.exp: Likewise.
18827 * gdb.threads/pthreads.c: Likewise.
18828 * gdb.threads/pthreads.exp: Likewise.
18829
7a3517ff
YQ
188302014-10-17 Yao Qi <yao@codesourcery.com>
18831
18832 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18833 check 'target_info exists noargs'.
18834 (test_command_prompt_position): Likewise.
18835 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18836 Remove "set args".
18837 (progvar_simple_while_test): Likewise.
18838 (progvar_complex_if_while_test): Likewise.
18839 (if_while_breakpoint_command_test): Likewise.
18840 (infrun_breakpoint_command_test): Likewise.
18841 (breakpoint_command_test): Likewise.
18842 (watchpoint_command_test): Likewise.
18843 (bp_deleted_in_command_test): Likewise.
18844 (temporary_breakpoint_commands): Likewise.
18845
bb99c472
YQ
188462014-10-16 Yao Qi <yao@codesourcery.com>
18847
18848 * gdb.base/remotetimeout.exp: Remove noargs checking.
18849
7c16b83e
PA
188502014-10-15 Pedro Alves <palves@redhat.com>
18851
18852 PR breakpoints/9649
18853 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18854 * gdb.base/breakpoint-in-ro-region.exp
18855 (probe_target_hardware_step): New procedure.
18856 (top level): Probe hardware stepping and hardware breakpoint
18857 support. Test stepping through a read-only region, with both
18858 "breakpoint auto-hw" on and off and both "always-inserted" on and
18859 off.
18860
35a49624
IB
188612014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18862
18863 * gdb.dlang/demangle.exp: Update for demangling changes.
18864
2d1c107c
SC
188652014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18866
18867 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18868 * gdb.cp/non-trivial-retval.exp: Add new tests.
18869
778811d5
SC
188702014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18871
18872 PR c++/13403
18873 PR c++/15154
18874 * gdb.cp/non-trivial-retval.cc: New file.
18875 * gdb.cp/non-trivial-retval.exp: New file.
18876
10c5f0a8
YQ
188772014-10-15 Yao Qi <yao@codesourcery.com>
18878
18879 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18880 remote host.
18881
65d7b369
YQ
188822014-10-15 Yao Qi <yao@codesourcery.com>
18883
18884 * gdb.python/py-symbol.exp: Match file base name if host is
18885 remote, otherwise match file name with dir name.
18886 * gdb.python/py-symtab.exp: Likewise.
18887 * gdb.python/python.exp: Likewise.
18888
46dc1394
YQ
188892014-10-15 Yao Qi <yao@codesourcery.com>
18890
18891 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18892 pattern.
18893 * gdb.python/py-symtab.exp: Likewise.
18894 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18895 locationn.
18896
c40cc657
JB
188972014-10-14 Joel Brobecker <brobecker@adacore.com>
18898
18899 * gdb.ada/addr_arith: New testcase.
18900
2abf49e1
MR
189012014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18902
18903 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18904 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18905 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18906 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18907
f7088df3
SDJ
189082014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18909
18910 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18911 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18912 * gdb.arch/stap-eval-lang-ada.exp: New file.
18913
4dc06805
YQ
189142014-10-14 Yao Qi <yao@codesourcery.com>
18915
18916 * gdb.mi/mi-var-child.c (nothing1): New function.
18917 (nothing2): New function.
18918 (do_children_tests): Set function pointers by nothing1 and
18919 nothing2.
18920 * gdb.mi/mi-var-child.exp: Step over new added statements.
18921 Update test to match the new output.
18922 * gdb.mi/var-cmd.c (nothing1): New function.
18923 (nothing2): New function.
18924 (do_children_tests): Set function pointers by nothing1 and
18925 nothing2.
18926 * gdb.mi/mi-var-display.exp: Update test to match output.
18927 Step to the line specified by $line_dct_nothing.
18928 Increase the number of lines to step.
18929
46a93de2
YQ
189302014-10-14 Yao Qi <yao@codesourcery.com>
18931
18932 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18933 tests.
18934 * gdb.mi/mi2-var-child.exp: Likewise.
18935
14ea52ee
DE
189362014-10-13 Doug Evans <dje@google.com>
18937
18938 * gdb.python/py-objfile.exp: Change name of file name test.
18939
e5c6e92b
DE
189402014-10-13 Doug Evans <dje@google.com>
18941
18942 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18943 from the start of the CU.
18944
c780cc2f
JK
189452014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18946 Yao Qi <yao@codesourcery.com>
18947
18948 Fix "save breakpoints" for "catch" command.
18949 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18950 Remove -nonewline. Match also the added "main" line.
18951
99894e11
JK
189522014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18953
18954 Fix "save breakpoints" for "disable $bpnum" command.
18955 * gdb.base/save-bp.c (main): Add label.
18956 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18957
6e1ac5a3
JK
189582014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18959
18960 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18961
754dd2b0
YQ
189622014-10-11 Yao Qi <yao@codesourcery.com>
18963
18964 * gdb.server/server-kill.exp: Execute command
18965 "set remote trace-status-packet on" before "tstatus".
18966
f90183d7
YQ
189672014-10-11 Yao Qi <yao@codesourcery.com>
18968
18969 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18970 (main): Call getppid.
18971 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18972 and continue to it. Read variable "server_pid".
18973
bf40a607
YQ
189742014-10-11 Yao Qi <yao@codesourcery.com>
18975
18976 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18977
052ca370
YQ
189782014-10-11 Yao Qi <yao@codesourcery.com>
18979
18980 * gdb.threads/thread-find.exp: Don't execute command
18981 "info threads".
18982 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18983 * gdb.threads/linux-dp.exp: Don't check the condition
18984 $threads_created equals to zero.
18985
3831839c
PA
189862014-10-10 Pedro Alves <palves@redhat.com>
18987
18988 * gdb.base/bigcore.exp: Remove references to IRIX.
18989 * gdb.base/funcargs.exp: Likewise.
18990 * gdb.base/interrupt.exp: Likewise.
18991 * gdb.base/mips_pro.exp: Likewise.
18992 * gdb.base/nodebug.exp: Likewise.
18993 * gdb.base/setvar.exp: Likewise.
18994 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18995
8b9a549d
PA
189962014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18997 Pedro Alves <palves@redhat.com>
18998
18999 PR symtab/14466
19000 * gdb.base/vdso-warning.c: New file.
19001 * gdb.base/vdso-warning.exp: New file.
19002
d48ba5e8
DE
190032014-10-02 Doug Evans <dje@google.com>
19004
19005 * gdb.base/structs.c (main): Don't run forever.
19006
2278c276
PA
190072014-10-02 Pedro Alves <palves@redhat.com>
19008
19009 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
19010 (top level) <stop threads 1, stop threads 2>: Use it.
19011
b57bacec
PA
190122014-10-02 Pedro Alves <palves@redhat.com>
19013
19014 * gdb.threads/break-while-running.exp (test): Add new
19015 'update_thread_list' argument. Skip "info threads" if false.
19016 (top level): Add new 'update_thread_list' axis.
19017
13fd3ff3
PA
190182014-10-02 Pedro Alves <palves@redhat.com>
19019
19020 PR breakpoints/17431
19021 * gdb.base/execl-update-breakpoints.c: New file.
19022 * gdb.base/execl-update-breakpoints.exp: New file.
19023
0fec99e8
PA
190242014-10-01 Pedro Alves <palves@redhat.com>
19025
19026 * gdb.base/breakpoint-in-ro-region.c: New file.
19027 * gdb.base/breakpoint-in-ro-region.exp: New file.
19028
2ddf4301
SM
190292014-10-01 Simon Marchi <simon.marchi@ericsson.com>
19030
19031 * gdb.mi/mi-exit-code.exp: New file.
19032 * gdb.mi/mi-exit-code.c: New file.
19033
6a5f3f43
YQ
190342014-09-30 Yao Qi <yao@codesourcery.com>
19035
19036 * lib/prelink-support.exp (build_executable_own_libs): Error if
19037 the target isn't native.
19038
345bcc73
YQ
190392014-09-30 Yao Qi <yao@codesourcery.com>
19040
19041 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
19042 false.
19043
a25a5a45
PA
190442014-09-22 Pedro Alves <palves@redhat.com>
19045
19046 * gdb.threads/break-while-running.exp: New file.
19047 * gdb.threads/break-while-running.c: New file.
19048
00ba3162
YQ
190492014-09-19 Yao Qi <yao@codesourcery.com>
19050
19051 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
19052 Invoke test. Restart GDB with --readnow and invoke test again.
19053
c3b7b696
YQ
190542014-09-19 Yao Qi <yao@codesourcery.com>
19055
19056 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
19057 proc set_breakpoint_on_gcd_function. Invoke
19058 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
19059 invoke set_breakpoint_on_gcd_function again.
19060
2b4fd423
DE
190612014-09-18 Doug Evans <dje@google.com>
19062
19063 * gdb.dwarf2/symtab-producer.exp: New file.
19064
a5947601
SDJ
190652014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19066
19067 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
19068 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
19069 * gdb.base/global-var-nested-by-dso.c: Likewise.
19070 * gdb.base/global-var-nested-by-dso.exp: Likewise.
19071
91c19059
SDJ
190722014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19073 Pedro Alves <palves@redhat.com>
19074
19075 * gdb.base/watch-bitfields.exp: Pass string other than test file
19076 name to prepare_for_testing.
19077 (watch): New procedure.
19078 (expect_watchpoint): Use with_test_prefix.
19079 (top level): Factor out tests to ...
19080 (test_watch_location, test_regular_watch): ... these new
19081 procedures, and use with_test_prefix and gdb_continue_to_end.
19082
bb9d5f81
PP
190832014-09-16 Patrick Palka <patrick@parcs.ath.cx>
19084
19085 PR breakpoints/12526
19086 * gdb.base/watch-bitfields.exp: New file.
19087 * gdb.base/watch-bitfields.c: New file.
19088
635856f5
PA
190892014-09-16 Pedro Alves <palves@redhat.com>
19090
19091 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
19092 software and hardware addresses, not software address against
19093 itself.
19094
7280ceea
PA
190952014-09-16 Pedro Alves <palves@redhat.com>
19096
19097 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
19098 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
19099
428b16bd
PA
191002014-09-16 Pedro Alves <palves@redhat.com>
19101
19102 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
19103 files.
19104 * gdb.base/a2-run.exp: Remove all code guarded by istarget
19105 "*-*-vxworks*" throughout.
19106 * gdb.base/break.exp: Likewise.
19107 * gdb.base/default.exp: Likewise.
19108 * gdb.base/scope.exp: Likewise.
19109 * gdb.base/sepdebug.exp: Likewise.
19110 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
19111 throughout.
19112 * gdb.base/run.c: Likewise.
19113 * gdb.base/sepdebug.c: Likewise.
19114 * gdb.hp/gdb.aCC/run.c: Likewise.
19115 * gdb.reverse/until-reverse.c: Likewise.
19116 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
19117
666d413c
YQ
191182014-09-16 Yao Qi <yao@codesourcery.com>
19119
19120 * boards/local-remote-host-native.exp: New file.
19121
57cbd724
DE
191222014-09-14 Doug Evans <xdje42@gmail.com>
19123
19124 * gdb.threads/queue-signal.c (thread_count): New variable.
19125 (thread_count_mutex, thread_count_condvar): New variables.
19126 (incr_thread_count, wait_all_threads_running): New functions.
19127 (main): Wait for all threads to be in their thread functions.
19128
81219e53
DE
191292014-09-13 Doug Evans <xdje42@gmail.com>
19130
19131 * gdb.threads/queue-signal.c: New file.
19132 * gdb.threads/queue-signal.exp: New file.
19133
3714cea7
DE
191342014-09-13 Doug Evans <xdje42@gmail.com>
19135
19136 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
19137 be consistent with what default_gdb_init uses.
19138 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
19139 the plain text of the prompt. Add some logging printfs.
19140 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
19141
fa43b1d7
PA
191422014-09-12 Pedro Alves <palves@redhat.com>
19143
19144 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
19145 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
19146 * gdb.arch/i386-size-overlap.exp: Likewise.
19147 * gdb.arch/i386-size.exp: Likewise.
19148 * gdb.arch/i386-unwind.exp: Likewise.
19149 * gdb.base/a2-run.exp: Likewise.
19150 * gdb.base/break.exp: Likewise.
19151 * gdb.base/charset.exp: Likewise.
19152 * gdb.base/chng-syms.exp: Likewise.
19153 * gdb.base/commands.exp: Likewise.
19154 * gdb.base/dbx.exp: Likewise.
19155 * gdb.base/find.exp: Likewise.
19156 * gdb.base/funcargs.exp: Likewise.
19157 * gdb.base/jit-simple.exp: Likewise.
19158 * gdb.base/reread.exp: Likewise.
19159 * gdb.base/sepdebug.exp: Likewise.
19160 * gdb.base/step-bt.exp: Likewise.
19161 * gdb.cp/mb-inline.exp: Likewise.
19162 * gdb.cp/mb-templates.exp: Likewise.
19163 * gdb.objc/basicclass.exp: Likewise.
19164 * gdb.threads/killed.exp: Likewise.
19165
9d9bf2df
EBM
191662014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19167
19168 PR tdep/17379
19169 * gdb.arch/powerpc-stackless.S: New file.
19170 * gdb.arch/powerpc-stackless.exp: New file.
19171
1cf2f1b0
JK
191722014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19173
19174 * gdb.base/attach.c: Include unistd.h.
19175 (main): Call alarm. Add label postloop.
19176 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19177 gdb_breakpoint, gdb_continue_to_breakpoint.
19178 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19179
98880d46
PA
191802014-09-11 Pedro Alves <palves@redhat.com>
19181
19182 PR gdb/17347
19183 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19184 * gdb.base/attach.exp (test_command_line_attach_run): New
19185 procedure.
19186 (top level): Call it.
19187
4c92ff2c
PA
191882014-09-11 Pedro Alves <palves@redhat.com>
19189
19190 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19191 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19192 (do_command_attach_tests): Use spawn_wait_for_attach.
19193 * gdb.base/solib-overlap.exp: Likewise.
19194 * gdb.multi/multi-attach.exp: Likewise.
19195 * gdb.python/py-prompt.exp: Likewise.
19196 * gdb.python/py-sync-interp.exp: Likewise.
19197 * gdb.server/ext-attach.exp: Likewise.
19198
3adc1a7d
GKB
191992014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19200
19201 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19202 command in testcase. Simplify testcase.
19203
96334934
JB
192042014-09-10 Joel Brobecker <brobecker@adacore.com>
19205
19206 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19207
eb479039
JB
192082014-09-10 Joel Brobecker <brobecker@adacore.com>
19209
19210 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19211
deede10c
JB
192122014-09-10 Joel Brobecker <brobecker@adacore.com>
19213
19214 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19215
7828a5f5
JB
192162014-09-10 Joel Brobecker <brobecker@adacore.com>
19217
19218 * gdb.dwarf2/dynarr-ptr.c: New file.
19219 * gdb.dwarf2/dynarr-ptr.exp: New file.
19220
33aeebcf
MR
192212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19222
19223 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19224 of 30 rather than hardcoding 120 for a slow test case. Take the
19225 `gdb,timeout' target setting into account for this calculation.
19226 Don't extend the timeout for the test cases that don't need it.
19227
7b415901
MR
192282014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19229
19230 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19231 a factor of 2 for a slow test case. Take the `gdb,timeout'
19232 target setting into account for this calculation.
19233 * gdb.reverse/until-precsave.exp: Increase the timeout by
19234 a factor of 15 and 3 respectively rather than adding 120
19235 for a pair of slow test cases. Take the `gdb,timeout'
19236 target setting into account for this calculation.
19237
4a40f85a
MR
192382014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19239
19240 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19241 timeout, don't pass one down to gdb_expect.
19242 (gdb_expect): Rework timeout selection.
19243
09635af7
MR
192442014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19245
19246 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19247 exception on timeout.
19248 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19249 (gdbserver_start_extended): Catch any `gdbserver_start' error
19250 exceptions.
19251 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19252 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19253 `gdbserver_gdb_load' error exceptions.
19254
2bdd10b7
MR
192552014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19256
19257 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19258 120 on waiting for the TCP socket to open.
19259
316935f0
DE
192602014-09-09 Doug Evans <xdje42@gmail.com>
19261
19262 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19263 _caller_matches, _any_caller_is, _any_caller_matches.
19264
83740597
DE
192652014-09-09 Doug Evans <xdje42@gmail.com>
19266
19267 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19268
4c122fc3
YQ
192692014-09-09 Yao Qi <yao@codesourcery.com>
19270
19271 * gdb.mi/mi-var-display.exp: Set print symbol off.
19272
a9f116cb
GKB
192732014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19274
19275 PR gdb/17035
19276 * gdb.base/commands.exp: Add tests to verify user-defined
19277 commands with empty bodies.
19278 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19279 python commands in `show user command`.
19280 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19281 scheme commands in `show user command`.
19282
c75bd3a2
JK
192832014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19284
19285 PR python/17355
19286 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19287 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19288 * gdb.python/py-framefilter-invalidarg.exp: New file.
19289 * gdb.python/py-framefilter-invalidarg.py: New file.
19290
faa42425
DE
192912014-09-06 Doug Evans <xdje42@gmail.com>
19292
19293 PR 15276
19294 * gdb.python/py-caller-is.c: New file.
19295 * gdb.python/py-caller-is.exp: New file.
19296
474ca4f6
SDJ
192972014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19298
19299 PR gdb/17235
19300 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19301 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19302
eb0b0463
SDJ
193032014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19304
19305 PR fortran/17237
19306 * gdb.fortran/print-formatted.exp: New file.
19307 * gdb.fortran/print-formatted.f90: Likewise.
19308
5f3b99cf
SS
193092014-09-03 Sasha Smundak <asmundak@google.com>
19310
19311 * gdb.python/py-frame.exp: Test Frame.read_register.
19312
7d793aa9
SDJ
193132014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19314
19315 PR python/16699
19316 * gdb.python/py-completion.exp: New file.
19317 * gdb.python/py-completion.py: Likewise.
19318
fb0576e9
DE
193192014-08-28 Doug Evans <dje@google.com>
19320
19321 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19322 eax,etc. are live with values set by gdb and thus the compiler can't
19323 use them.
19324 * gdb.arch/i386-pseudo.c (main): Ditto.
19325
ee92b0dd
DE
193262014-08-27 Doug Evans <dje@google.com>
19327
19328 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19329
6649db35
DE
193302014-08-25 Doug Evans <dje@google.com>
19331
19332 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19333 (main): Ditto.
19334
564b7600
DE
193352014-08-25 Doug Evans <dje@google.com>
19336
19337 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19338
3881fb67
YQ
193392014-08-24 Yao Qi <yao@codesourcery.com>
19340
19341 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19342 symbol off.
19343 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19344
a05a36a5
DE
193452014-08-22 Doug Evans <dje@google.com>
19346
19347 PR 17276
19348 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19349 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19350 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19351
7c343b48
YQ
193522014-08-22 Yao Qi <yao@codesourcery.com>
19353
19354 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19355 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19356 * gdb.python/python.exp: Likewise. Use .py file on the host
19357 instead of the build.
19358
22fd09ae
JK
193592014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19360
19361 * gdb.threads/gcore-stale-thread.c: New file.
19362 * gdb.threads/gcore-stale-thread.exp: New file.
19363
a8454a7c
PA
193642014-08-21 Pedro Alves <palves@redhat.com>
19365
19366 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19367 * gdb.base/gcore-relro-pie.exp: Likewise.
19368 * gdb.base/gcore-relro.exp: Likewise.
19369 * gdb.base/gcore.exp: Likewise.
19370 * gdb.base/print-symbol-loading.exp: Likewise.
19371 * gdb.threads/gcore-thread.exp: Likewise.
19372 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19373
2a31c623
PA
193742014-08-20 Pedro Alves <palves@redhat.com>
19375 Jan Kratochvil <jan.kratochvil@redhat.com>
19376
19377 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19378 configure.
19379 (EXPECT): Handle READ1 being set.
19380 (all): Depend on EXTRA_RULES.
19381 (check-read1, expect-read1, read1.so, read1): New rules.
19382 * README (Testsuite Parameters): Document the READ1 make variable.
19383 (Race detection): New section.
19384 * configure: Regenerate.
19385 * configure.ac: If build==host==target, and running under a
19386 GNU/glibc system, add read1 to the extra Makefile rules.
19387 (EXTRA_RULES): AC_SUBST it.
19388 * lib/read1.c: New file.
19389
d36430db
JB
193902014-08-20 Joel Brobecker <brobecker@adacore.com>
19391
19392 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19393 the handling of variables declared as a typedef to an array
19394 which a DW_AT_data_location attribute.
19395
9a0dc9e3
PA
193962014-08-19 Andrew Burgess <aburgess@broadcom.com>
19397 Pedro Alves <palves@redhat.com>
19398
19399 PR symtab/14604
19400 PR symtab/14605
19401 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19402 gdb_test.
19403
0718a8da
PA
194042014-08-19 Pedro Alves <palves@redhat.com>
19405
19406 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19407
13b448cd
YQ
194082014-08-19 Yao Qi <yao@codesourcery.com>
19409
19410 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19411 right line.
19412
1cbf5077
DB
194132014-08-18 David Blaikie <dblaikie@gmail.com>
19414
19415 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19416
bf0fae19
JB
194172014-08-18 Joel Brobecker <brobecker@adacore.com>
19418
19419 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19420 attribute in array range.
19421
3c8c5dcc
JB
194222014-08-18 Joel Brobecker <brobecker@adacore.com>
19423
19424 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19425
e66d4446
SC
194262014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19427
19428 PR c++/17132
19429 * gdb.cp/pr17132.cc: New file.
19430 * gdb.cp/pr17132.exp: New file.
19431
940df408
SC
194322014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19433
19434 * gdb.python/py-xmethods.py (A_getarrayind)
19435 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19436 Use 'print' with function call syntax.
19437 (E_method_matcher.match): Fix tab vs space indentation mixup.
19438
ebcc6c3a
YQ
194392014-08-15 Yao Qi <yao@codesourcery.com>
19440
19441 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19442 false.
19443
775e0f04
YQ
194442014-08-15 Yao Qi <yao@codesourcery.com>
19445
19446 * gdb.cp/casts.exp: Set print symbol off.
19447 * gdb.cp/class2.exp: Likewise.
19448 * gdb.cp/overload.exp: Likewise.
19449 * gdb.cp/templates.exp: Likewise.
19450
d769e349
DE
194512014-08-11 Doug Evans <dje@google.com>
19452
19453 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19454 (test_load_shlib): Update.
19455
20c6f1e1
YQ
194562014-08-09 Yao Qi <yao@codesourcery.com>
19457
19458 * gdb.base/display.exp: Invoke is_address_zero_readable.
19459 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19460 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19461 * gdb.base/hbreak-unmapped.exp: Return if
19462 is_address_zero_readable returns true.
19463 * gdb.base/signest.exp: Likewise.
19464 * gdb.base/signull.exp: Likewise.
19465 * gdb.base/sigbpt.exp: Likewise.
19466 * gdb.guile/scm-disasm.exp: Do the test if
19467 is_address_zero_readable returns false.
19468 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19469 * gdb.python/py-arch.exp: Likewise.
19470 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19471 * lib/gdb.exp (is_address_zero_readable): New proc.
19472
5792e8e3
YQ
194732014-08-09 Yao Qi <yao@codesourcery.com>
19474
19475 PR testsuite/13443
19476 * gdb.mi/mi-var-display.exp: Make test messages unique.
19477
3cecbbbe
TT
194782014-08-04 Tom Tromey <tromey@redhat.com>
19479
19480 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19481 target 0".
19482
00b51ff5
TT
194832014-08-04 Tom Tromey <tromey@redhat.com>
19484
19485 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19486 "target_resume".
19487
6908c509
JB
194882014-08-01 Joel Brobecker <brobecker@adacore.com>
19489
19490 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19491 inner_vla_struct_object_size.
19492 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19493 as xfail.
19494
cc6563d2
PA
194952014-07-30 Pedro Alves <palves@redhat.com>
19496
19497 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19498 comment.
19499
7e09a223
YQ
195002014-07-29 Yao Qi <yao@codesourcery.com>
19501
19502 PR gdb/17206
19503 * gdb.base/until-nodebug.exp: New.
19504
7ebdbe92
DE
195052014-07-28 Doug Evans <xdje42@gmail.com>
19506
19507 PR guile/17203
19508 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19509 previously existing parameter, and previously ambiguously spelled
19510 parameter.
19511
fdb1adc6
WN
195122014-07-28 Will Newton <will.newton@linaro.org>
19513
19514 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19515
186fcde0
DE
195162014-07-26 Ludovic Courtès <ludo@gnu.org>
19517 Doug Evans <xdje42@gmail.com>
19518
19519 PR guile/17146
19520 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19521
70509625
PA
195222014-07-25 Pedro Alves <palves@redhat.com>
19523
19524 * gdb.threads/signal-command-handle-nopass.c: New file.
19525 * gdb.threads/signal-command-handle-nopass.exp: New file.
19526 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19527 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19528 * gdb.threads/signal-delivered-right-thread.c: New file.
19529 * gdb.threads/signal-delivered-right-thread.exp: New file.
19530
c3f814a1
PA
195312014-07-25 Pedro Alves <palves@redhat.com>
19532
19533 * gdb.base/double-prompt-target-event-error.exp
19534 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19535 match.
19536 (cancel_pagination_in_target_event): Rework double prompt
19537 detection.
19538 * gdb.base/paginate-after-ctrl-c-running.exp
19539 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19540 <return>' match.
19541 * gdb.base/paginate-bg-execution.exp
19542 (test_bg_execution_pagination_return)
19543 (test_bg_execution_pagination_cancel): Remove '-notransfer
19544 <return>' matches.
19545 * gdb.base/paginate-execution-startup.exp
19546 (test_fg_execution_pagination_return)
19547 (test_fg_execution_pagination_cancel): Remove '-notransfer
19548 <return>' matches.
19549 * gdb.base/paginate-inferior-exit.exp
19550 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19551 match.
19552 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19553 * lib/gdb.exp (pagination_prompt): Run text through
19554 string_to_regexp.
19555 (gdb_test_multiple): Match $pagination_prompt instead of
19556 "<return>".
19557 (string_to_regexp): Move to lib/gdb-utils.exp.
19558
e214cf6c
JK
195592014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19560
19561 * gdb.arch/amd64-entry-value-paramref.S: New file.
19562 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19563 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19564 * gdb.arch/amd64-optimout-repeat.S: New file.
19565 * gdb.arch/amd64-optimout-repeat.c: New file.
19566 * gdb.arch/amd64-optimout-repeat.exp: New file.
19567
17d0c5c8
JK
195682014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19569
19570 PR gdb/17170
19571 * gdb.base/statistics.exp: New file.
19572
b8b8facf
DE
195732014-07-17 Doug Evans <dje@google.com>
19574
74b49205 19575 PR gdb/17170
b8b8facf
DE
19576 * gdb.base/maint.exp: Update testing of per-command stats.
19577
1b5d0ab3
PA
195782014-07-16 Pedro Alves <palves@redhat.com>
19579
19580 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19581 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19582 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19583 (tfile_write_buf): New functions.
19584 (add_memory_block): Rewrite using the above.
19585 (adjust_function_address): New function.
19586 (FUNCTION_ADDRESS): New macro.
19587 (write_basic_trace_file): Remove short_x local, and use
19588 tfile_write_16. Change type of func_addr local to unsigned long
19589 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19590 here. Cast argument of add_memory_block to char pointer.
19591 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19592 (main): Remove parameters.
19593 * gdb.trace/tfile.exp: Remove nowarnings.
19594
4d974e88
SM
195952014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19596
19597 * gdb.base/debug-expr.exp: Test string evaluation with
19598 "debug expression" on.
19599
41e99568
PA
196002014-07-15 Pedro Alves <palves@redhat.com>
19601
19602 * gdb.base/reread.exp: Use clean_restart.
19603
487d9753
PL
196042014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19605
19606 * gdb.arch/avr-flash-qualifer.c: New.
19607 * gdb.arch/avr-flash-qualifer.exp: New.
19608
cc1c52ad
PA
196092014-07-14 Pedro Alves <palves@redhat.com>
19610
19611 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19612 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19613
1e973570
PA
196142014-07-14 Pedro Alves <palves@redhat.com>
19615
19616 * gdb.base/double-prompt-target-event-error.c: New file.
19617 * gdb.base/double-prompt-target-event-error.exp: New file.
19618
93d6eb10
PA
196192014-07-14 Pedro Alves <palves@redhat.com>
19620
19621 PR gdb/17072
19622 * gdb.base/paginate-inferior-exit.c: New file.
19623 * gdb.base/paginate-inferior-exit.exp: New file.
19624
0017922d
PA
196252014-07-14 Pedro Alves <palves@redhat.com>
19626
19627 PR gdb/17072
19628 * gdb.base/paginate-bg-execution.c: New file.
19629 * gdb.base/paginate-bg-execution.exp: New file.
19630
94696ad3
PA
196312014-07-14 Pedro Alves <palves@redhat.com>
19632
19633 PR gdb/17072
19634 * gdb.base/paginate-execution-startup.c: New file.
19635 * gdb.base/paginate-execution-startup.exp: New file.
19636 * lib/gdb.exp (pagination_prompt): New global.
19637 (default_gdb_spawn): New procedure, factored out from
19638 default_gdb_spawn.
19639 (default_gdb_start): Adjust to call default_gdb_spawn.
19640 (gdb_spawn): New procedure.
19641
bd293940
PA
196422014-07-14 Pedro Alves <palves@redhat.com>
19643
19644 * lib/gdb.exp (gdb_assert): New procedure.
19645 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19646
c933f875
PA
196472014-07-14 Pedro Alves <palves@redhat.com>
19648
19649 * gdb.base/execution-termios.c: New file.
19650 * gdb.base/execution-termios.exp: New file.
19651
d98b7a16
TT
196522014-07-14 Tom Tromey <tromey@redhat.com>
19653
19654 * gdb.cp/vla-cxx.cc: New file.
19655 * gdb.cp/vla-cxx.exp: New file.
19656
548740d6
TT
196572014-07-14 Tom Tromey <tromey@redhat.com>
19658
19659 * gdb.reverse/rerun-prec.c: New file.
19660 * gdb.reverse/rerun-prec.exp: New file.
19661
a25eb028
MR
196622014-07-12 Maciej W. Rozycki <macro@mips.com>
19663 Maciej W. Rozycki <macro@codesourcery.com>
19664
19665 * lib/gdb-utils.exp: New file.
19666 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19667 inline `gdb_init_command' processing.
19668 (gdb_start_cmd): Likewise.
19669 * lib/mi-support.exp (mi_run_cmd): Likewise.
19670 * README: Document `gdb_init_command' and `gdb_init_commands'.
19671
218c2655
JK
196722014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19673
19674 Fix false FAIL running under a very long directory name.
19675 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19676 and "set print elements 10000". Twice.
19677
5401fde3
YQ
196782014-07-11 Yao Qi <yao@codesourcery.com>
19679
19680 * gdb.base/exprs.exp: "set print symbol off".
19681
e76126e8
PA
196822014-07-11 Pedro Alves <palves@redhat.com>
19683
19684 * gdb.threads/kill.c: New file.
19685 * gdb.threads/kill.exp: New file.
19686
2d6f0de6
YQ
196872014-07-10 Yao Qi <yao@codesourcery.com>
19688
19689 * gdb.trace/tfile.c (write_basic_trace_file)
19690 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19691 address written to trace file.
19692
7180e04a
PA
196932014-07-09 Pedro Alves <palves@redhat.com>
19694
19695 * gdb.base/attach-wait-input.exp: New file.
19696 * gdb.base/attach-wait-input.c: New file.
19697
9a9a7608
AB
196982014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19699
19700 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19701 setting up test structures.
19702 (main): Call new test function.
19703 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19704 test function, continue into test function and walk test
19705 structures.
19706
161ac41e
YQ
197072014-07-02 Yao Qi <yao@codesourcery.com>
19708
19709 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19710 'bar_start' at the beginning of functions 'foo' and 'bar'
19711 respectively.
19712 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19713 instead of 'foo' and 'bar'.
19714
1f267ae3
MM
197152014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19716
19717 * gdb.btrace/segv.exp: New.
19718 * gdb.btrace/segv.c: New.
19719
2b239efb
LM
197202014-07-02 Luis Machado <lgustavo@codesourcery.com>
19721
19722 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19723 instruction.
19724
cf363f18
MW
197252014-06-30 Mark Wielaard <mjw@redhat.com>
19726
19727 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19728 vulture, vilify, villar): New volatile array constants.
19729 (vindictive, vegetation): New const volatile array constants.
19730 * gdb.base/volatile.exp: Test volatile and const volatile array
19731 types.
19732
aebf9d24
AA
197332014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19734
19735 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19736 target lacks support for awatch, rwatch, or hbreak.
19737
b67a2c6f
YQ
197382014-06-27 Yao Qi <yao@codesourcery.com>
19739
19740 * gdb.multi/dummy-frame-restore.exp: New.
19741 * gdb.multi/dummy-frame-restore.c: New.
19742
aef92902
MM
197432014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19744
19745 * gdb.btrace/gcore.exp: New.
19746
8e9db26e
PA
197472014-06-23 Pedro Alves <palves@redhat.com>
19748
19749 * gdb.base/watchpoint-reuse-slot.c: New file.
19750 * gdb.base/watchpoint-reuse-slot.exp: New file.
19751
70afc5b7
SC
197522014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19753
19754 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19755 progspace's filename in 'info', 'enable' and 'disable' command
19756 tests.
19757
b972bd9c
JK
197582014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19759
19760 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19761 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19762 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19763
125f8a3d
GB
197642014-06-20 Gary Benson <gbenson@redhat.com>
19765
19766 * gdb.arch/i386-avx.exp: Fix include file location.
19767 * gdb.arch/i386-sse.exp: Likewise.
19768
3ed9baed
IB
197692014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19770
19771 * gdb.dlang/expression.exp: New file.
19772
034f788c
PA
197732014-06-19 Pedro Alves <palves@redhat.com>
19774
19775 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19776 out from ...
19777 (top level): ... here. Iterate running tests under different
19778 scheduler-locking settings.
19779
45371d0c
LM
197802014-06-18 Luis Machado <lgustavo@codesourcery.com>
19781
19782 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19783 to DW_FORM_addr and use non-zero addresses.
19784
5d376983
SC
197852014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19786
19787 PR gdb/17017
19788 * gdb.python/py-xmethods.cc: Add global function call counters and
19789 increment them in their respective functions. Remove "cout"
19790 statements.
19791 * gdb.python/py-xmethods.exp: Make tests check the global function
19792 call counters instead of depending on inferior IO.
19793
a1aa2221
LM
197942014-06-18 Don Breazeal <donb@codesourcery.com>
19795
19796 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19797 Deleted procedure.
19798 (explicit_fork_parent_follow): Deleted procedure.
19799 (explicit_fork_child_follow): Deleted procedure.
19800 (test_follow_fork): New procedure.
19801 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 19802 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
19803 procedure calls.
19804
0fc05997
YQ
198052014-06-17 Yao Qi <yao@codesourcery.com>
19806
19807 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19808 CP1252.
19809
70795c52
LM
198102014-06-17 Luis Machado <lgustavo@codesourcery.com>
19811
19812 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19813 Initialize ptr and S explicitly.
19814 (skip_type_update_when_not_use_rtti_test): Likewise.
19815
6be47f0c
KS
198162014-06-16 Keith Seitz <keiths@redhat.com>
19817
19818 PR mi/15863
19819 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19820 the inferior is started.
19821
d03de421
PA
198222014-06-16 Pedro Alves <palves@redhat.com>
19823
19824 * gdb.base/break-main-file-remove-fail.c: New file.
19825 * gdb.base/break-main-file-remove-fail.exp: New file.
19826 * gdb.base/break-unload-file.exp: Use build_executable instead of
19827 prepare_for_testing.
19828 (test_break): New parameter "initial_load". Handle it.
19829 (top level): Add initial_load cmdline/file axis.
19830
f9579b99
TT
198312014-06-12 Tom Tromey <tromey@redhat.com>
19832
19833 * gdb.base/completion.exp: Don't use directory name in test.
19834
3657956b
GB
198352014-06-09 Gary Benson <gbenson@redhat.com>
19836
19837 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19838 separate the always-available ANSI-standard signals from the
19839 signals that require checking.
19840 (main): Likewise.
19841 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19842 Likewise.
19843 (main): Likewise.
19844
4186eb54
KS
198452014-06-07 Keith Seitz <keiths@redhat.com>
19846
19847 Revert:
19848 PR c++/16253
19849 * gdb.cp/var-tag.cc: New file.
19850 * gdb.cp/var-tag.exp: New file.
19851 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19852 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19853 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19854 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19855
25326a28 198562014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
19857
19858 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19859
829155c9
PA
198602014-06-06 Pedro Alves <palves@redhat.com>
19861
19862 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19863 in target debug output instead of looking at RSP packets,
19864 disabling the test on any target that uses hardware stepping.
19865 Update comments.
19866
61c8d22e
PA
198672014-06-06 Pedro Alves <palves@redhat.com>
19868
19869 * gdb.base/break-unload-file.exp: Fix typo.
19870
d9a47287
YQ
198712014-06-06 Yao Qi <yao@codesourcery.com>
19872
19873 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19874 from "jit_function" to "^jit_function".
19875
e5e01dbf
YQ
198762014-06-06 Yao Qi <yao@codesourcery.com>
19877
19878 * gdb.base/async.c (foo): Add one statement.
19879 * gdb.base/async.exp: Get the next instruction address and
19880 match the output of "nexti" by instruction address. Match
19881 the hex address in the output of "finish".
19882
73ba372c
GB
198832014-06-06 Gary Benson <gbenson@redhat.com>
19884
19885 * gdb.base/call-signals.c: Remove preprocessor conditionals
19886 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19887 SIGSEGV and SIGTERM.
19888 * gdb.base/sigall.c: Likewise.
19889 * gdb.base/unwindonsignal.c: Likewise.
19890 * gdb.reverse/sigall-reverse.c: Likewise.
19891
831517df
YQ
198922014-06-06 Yao Qi <yao@codesourcery.com>
19893
19894 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19895 readable, skip the test.
19896
b8b91e98
YQ
198972014-06-06 Yao Qi <yao@codesourcery.com>
19898
19899 * gdb.threads/staticthreads.c (thread_function): Move the line
19900 setting breakpoint on forward.
19901 * gdb.threads/staticthreads.exp: Update comments.
19902
fb934770
LC
199032014-06-05 Ludovic Courtès <ludo@gnu.org>
19904
19905 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19906 "history-append! type error".
19907
6ef284bd
SM
199082014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19909
19910 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19911 erroneous dprintf expected input.
19912
a872e241
DE
199132014-06-04 Doug Evans <xdje42@gmail.com>
19914
19915 * gdb.guile/scm-generics.exp: Delete.
19916
16f691fb
DE
199172014-06-04 Doug Evans <xdje42@gmail.com>
19918
19919 * gdb.guile/scm-breakpoint.exp: Update.
19920 Add tests for breakpoint registration.
19921
012370f6
TT
199222014-06-04 Tom Tromey <tromey@redhat.com>
19923
19924 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19925 VLA-in-union.
19926 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19927 inner_vla_struct, vla_union types. Initialize objects of those
19928 types and compute their sizes.
19929
9f5a4cef
HZ
199302014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19931 Hui Zhu <hui@codesourcery.com>
19932
19933 * gdb.base/fileio.exp: Add test for shell not available as well as
19934 available.
19935 * gdb.base/fileio.c (test_system): Check for shell twice.
19936
90a45c4d
YQ
199372014-06-04 Yao Qi <yao@codesourcery.com>
19938
19939 * gdb.base/auto-connect-native-target.exp: Remove redundant
19940 space from the regexp pattern.
19941
70017e41
YQ
199422014-06-04 Yao Qi <yao@codesourcery.com>
19943
19944 * gdb.base/default.exp: Replace "child" with "native" in
19945 regexp pattern.
19946
883964a7
SC
199472014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19948
19949 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19950 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19951 * gdb.python/py-xmethods.py: Python script supporting the
19952 new testcase and tests.
19953
ef370185
JB
199542014-06-03 Joel Brobecker <brobecker@adacore.com>
19955 Pedro Alves <palves@redhat.com>
19956
19957 PR breakpoints/17000
19958 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19959 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19960
1e2ccb61
BM
199612014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19962
19963 * gdb.base/subst.exp: Add tests to verify partial path matching
19964 output.
19965
c6ec5ab2
PA
199662014-06-03 Pedro Alves <palves@redhat.com>
19967
19968 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19969 target that doesn't use software single-stepping.
19970
835c559f
PA
199712014-06-03 Pedro Alves <palves@redhat.com>
19972
19973 PR breakpoints/17000
19974 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19975 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19976
06eb1586
DE
199772014-06-02 Doug Evans <xdje42@gmail.com>
19978
19979 * gdb.guile/scm-parameter.exp: New file.
19980
e698b8c4
DE
199812014-06-02 Doug Evans <xdje42@gmail.com>
19982
19983 * gdb.guile/scm-cmd.c: New file.
19984 * gdb.guile/scm-cmd.exp: New file.
19985
ded03782
DE
199862014-06-02 Doug Evans <xdje42@gmail.com>
19987
19988 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19989 pretty-printer lookup.
19990 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19991 (make-pp_s-printer): Call it.
19992 (make-pretty-printer-from-dict): New function.
19993 (lookup-pretty-printer-maker-from-dict): New function.
19994 (*pretty-printer*): Simplify.
19995 (make-objfile-pp_s-printer): New function.
19996 (install-objfile-pretty-printers!): New function.
19997 (make-progspace-pp_s-printer): New function.
19998 (install-progspace-pretty-printers!): New function.
19999 * gdb.guile/scm-progspace.c: New file.
20000 * gdb.guile/scm-progspace.exp: New file.
20001
41fac0cf
PA
200022014-06-02 Pedro Alves <palves@redhat.com>
20003
20004 * gdb.base/dprintf-bp-same-addr.c: New file.
20005 * gdb.base/dprintf-bp-same-addr.exp: New file.
20006
96ae5695
EBM
200072014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20008
20009 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
20010 * gdb.arch/powerpc-power.s: Likewise.
20011
da02b3a8
JB
200122014-06-02 Joel Brobecker <brobecker@adacore.com>
20013
20014 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
20015
c72b2e7b
YQ
200162014-06-01 Yao Qi <yao@codesourcery.com>
20017
20018 * gdb.base/watchpoint.exp (test_watch_location): Check null
20019 pointer can be dereferenced. If not, do the test, otherwise
20020 skip it.
20021
53e8a631
AB
200222014-05-30 Andrew Burgess <aburgess@broadcom.com>
20023
20024 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
20025 results.
20026 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
20027
938f0e2f
AB
200282014-05-30 Andrew Burgess <aburgess@broadcom.com>
20029
20030 * gdb.arch/amd64-invalid-stack-middle.S: New file.
20031 * gdb.arch/amd64-invalid-stack-middle.c: New file.
20032 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
20033 * gdb.arch/amd64-invalid-stack-top.c: New file.
20034 * gdb.arch/amd64-invalid-stack-top.exp: New file.
20035
9ba6657a
PA
200362014-05-30 Pedro Alves <palves@redhat.com>
20037
20038 PR breakpoints/17000
20039 * gdb.base/sss-bp-on-user-bp.c: New file.
20040 * gdb.base/sss-bp-on-user-bp.exp: New file.
20041
522c09bf
DB
200422014-05-30 David Blaikie <dblaikie@gmail.com>
20043
20044 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
20045 gnu_inline semantics via attribute.
20046 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
20047 source explicitly specifies the required semantics.
20048
bf4ef81e
MR
200492014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
20050
20051 * gdb.reverse/sigall-reverse.exp: Fix a typo.
20052
329ea579
PA
200532014-05-29 Pedro Alves <palves@redhat.com>
20054 Tom Tromey <tromey@redhat.com>
20055
20056 * gdb.base/async-shell.exp: Don't enable target-async.
20057 * gdb.base/async.exp
20058 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
20059 parameter. Adjust.
20060 (top level): Don't test with "target-async".
20061 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
20062 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
20063 * gdb.base/inferior-died.exp: Don't enable target-async.
20064 * gdb.base/interrupt-noterm.exp: Likewise.
20065 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
20066 * gdb.mi/mi-nonstop-exit.exp: Likewise.
20067 * gdb.mi/mi-nonstop.exp: Likewise.
20068 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
20069 * gdb.mi/mi-nsintrall.exp: Likewise.
20070 * gdb.mi/mi-nsmoribund.exp: Likewise.
20071 * gdb.mi/mi-nsthrexec.exp: Likewise.
20072 * gdb.mi/mi-watch-nonstop.exp: Likewise.
20073 * gdb.multi/watchpoint-multi.exp: Adjust comment.
20074 * gdb.python/py-evsignal.exp: Don't enable target-async.
20075 * gdb.python/py-evthreads.exp: Likewise.
20076 * gdb.python/py-prompt.exp: Likewise.
20077 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
20078 * gdb.server/solib-list.exp: Don't enable target-async.
20079 * gdb.threads/thread-specific-bp.exp: Likewise.
20080 * lib/mi-support.exp: Adjust to use mi-async.
20081
fd664c91
PA
200822014-05-29 Pedro Alves <palves@redhat.com>
20083
20084 PR gdb/13860
20085 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
20086 reason, even in sync mode.
20087
251bde03
PA
200882014-05-29 Pedro Alves <palves@redhat.com>
20089 Hui Zhu <hui@codesourcery.com>
20090
20091 PR PR15693
20092 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
20093 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
20094 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
20095 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
20096
7f3c0343
JB
200972014-05-28 Joel Brobecker <brobecker@adacore.com>
20098
20099 * config/monitor.exp (gdb_target_monitor): Replace use of
20100 "set remotebaud" by "set serial baud".
20101
b2715b27
AW
201022014-05-26 Andy Wingo <wingo@igalia.com>
20103
20104 * gdb.guile/scm-breakpoint.exp:
20105 * gdb.guile/scm-gsmob.exp: Update to use plain old object
20106 properties instead of gdb-object-properties.
20107
498a4489
YQ
201082014-05-26 Yao Qi <yao@codesourcery.com>
20109
20110 * gdb.server/no-thread-db.exp: Specify source file name
20111 explicitly when setting a breakpoint.
20112
589fdceb
MM
201132014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20114
20115 * gdb.btrace/vdso.c: New.
20116 * gdb.btrace/vdso.exp: New.
20117
e9089e05
MM
201182014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20119
20120 * gdb.base/gcore.exp (capture_command_output): Move ...
20121 * lib/gdb.exp (capture_command_output): ... here.
20122
67b5c0c1
MM
201232014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20124
20125 * gdb.btrace/data.exp: Test memory access during btrace replay.
20126
a2199296
SM
201272014-05-22 Simon Marchi <simon.marchi@ericsson.com>
20128
20129 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
20130
17b2616c
PA
201312014-05-21 Pedro Alves <palves@redhat.com>
20132
20133 PR gdb/13860
20134 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
20135 (top level): Test that output related to execution commands is
20136 sent to the console with CLI commands, but not with MI commands.
20137 Test that breakpoint events are always mirrored to the console.
20138 Also expect the new source line to be output after a "next" in
20139 async mode too. Make it a pass/fail test.
20140 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
20141 output.
20142 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
20143
5166082f
PA
201442014-05-21 Pedro Alves <palves@redhat.com>
20145
20146 * gdb.base/list.exp (build_pattern, test_list): New procedures.
20147 Use them to test variations of "list" after reaching a breakpoint.
20148 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
20149 Test "list" with listsize 10 after reaching a breakpoint.
20150 * gdb.python/python.exp (decode_line current location line
20151 number): Adjust expected line number.
20152
2f25d70f
SM
201532014-05-21 Simon Marchi <simon.marchi@ericsson.com>
20154
20155 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
20156 behavior for $args, pass it directly to "run".
20157
ff604a67
MR
201582014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
20159
20160 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
20161 30000 to 65536.
20162
6a3cb8e8
PA
201632014-05-21 Pedro Alves <palves@redhat.com>
20164
20165 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20166 auto-connect-native-target off".
20167 * gdb.base/auto-connect-native-target.c: New file.
20168 * gdb.base/auto-connect-native-target.exp: New file.
20169
4ebfc96e
PA
201702014-05-21 Pedro Alves <palves@redhat.com>
20171
20172 * gdb.base/default.exp: Test "target native" instead of "target
20173 child".
20174
36d46afb
MW
201752014-05-21 Mark Wielaard <mjw@redhat.com>
20176
20177 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20178
5876f503
JK
201792014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20180
20181 Fix TLS access for -static -pthread.
20182 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20183 <HAVE_TLS> (thread_function, main): Initialize it.
20184 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20185 Add clean_restart.
20186 <$have_tls != "">: Check TLSVAR.
20187
0256a6ac
PA
201882014-05-21 Pedro Alves <palves@redhat.com>
20189
20190 * gdb.base/dcache-line-read-error.c: New.
20191 * gdb.base/dcache-line-read-error.exp: New.
20192
936d2992
PA
201932014-05-20 Pedro Alves <palves@redhat.com>
20194
20195 * gdb.base/compare-sections.c: New file.
20196 * gdb.base/compare-sections.exp: New file.
20197
802e8e6d
PA
201982014-05-20 Pedro Alves <palves@redhat.com>
20199
20200 * gdb.base/break-idempotent.c: New file.
20201 * gdb.base/break-idempotent.exp: New file.
20202
e59fa00f
MM
202032014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20204
20205 * gdb.btrace/nohist.exp: New.
20206
8b696e31
YQ
202072014-05-20 Yao Qi <yao@codesourcery.com>
20208
20209 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20210 gdb.reverse directory and gdb_reverse_timeout exists in board
20211 setting.
20212 * README: Document gdb_reverse_timeout.
20213
73c9764f
YQ
202142014-05-20 Yao Qi <yao@codesourcery.com>
20215
20216 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20217 'test_file_name'. Treat args as a string instead of a list.
20218 (gdb_init): Rename argument 'args' by 'test_file_name'.
20219
f1f4348a
JK
202202014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20221
20222 * gdb.arch/powerpc-power.exp: New file.
20223 * gdb.arch/powerpc-power.s: New file.
20224
0dbe70ce
DE
202252014-05-16 Doug Evans <dje@google.com>
20226
20227 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
20228 * gdb.base/completion.exp: Check that all expected files exist
20229 before doing file completion.
0dbe70ce 20230
8d551b02
DE
202312014-05-16 Doug Evans <dje@google.com>
20232
20233 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20234 Update.
20235 (do_syscall_tests_without_xml): Update.
20236
73eb7709
PA
202372014-05-16 Pedro Alves <palves@redhat.com>
20238
20239 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20240 instead of "unknown output after running".
20241
3fae92fc
YQ
202422014-05-16 Yao Qi <yao@codesourcery.com>
20243
20244 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20245 file1.txt from host at the end.
20246 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20247
c2b2ccc5
DE
202482014-05-15 Doug Evans <dje@google.com>
20249
20250 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20251 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20252 loading file. Add test for TU lookup.
20253
8c217a4b
SM
202542014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20255
20256 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20257 calling "-exec-arguments" or "set args" before running the
20258 inferior.
20259
3deb39c6
SM
202602014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20261
20262 * lib/mi-support.exp (mi_expect_stop): Expect message for
20263 inferiors that exit with non-zero exit code.
20264
71a79f8c
YQ
202652014-05-14 Yao Qi <yao@codesourcery.com>
20266
20267 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20268 match absolute path on remote host.
20269 (test_file_list_exec_source_files): Remove "/" from the
20270 pattern.
20271
f23fcd46
YQ
202722014-05-14 Yao Qi <yao@codesourcery.com>
20273
20274 * boards/local-remote-host-notty.exp (${board}_file): New
20275 proc.
20276
9404b58f
KM
202772014-05-07 Kyle McMartin <kyle@redhat.com>
20278
20279 Pushed by Joel Brobecker <brobecker@adacore.com>.
20280 * gdb.arch/aarch64-atomic-inst.c: New file.
20281 * gdb.arch/aarch64-atomic-inst.exp: New file.
20282
5e45f04c
YQ
202832014-05-07 Yao Qi <yao@codesourcery.com>
20284
20285 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20286 in current context" too.
20287
c888a17d
KS
202882014-05-05 Keith Seitz <keiths@redhat.com>
20289
20290 * gdb.linespec/ls-dollar.exp: Add test for linespec
20291 file:convenience_variable.
20292
290a839c
YQ
202932014-05-05 Yao Qi <yao@codesourcery.com>
20294
20295 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20296 traceframes into tfile and ctf trace files. Read data from
20297 trace file and test collected data.
20298 (gdb_collect_locals_test): Likewise.
20299 (gdb_unavailable_registers_test): Likewise.
20300 (gdb_unavailable_floats): Likewise.
20301 (gdb_collect_globals_test): Likewise.
20302 (top-level): Append "ctf" to trace_file_targets if GDB
20303 supports.
20304
b5262cd0
YQ
203052014-05-05 Yao Qi <yao@codesourcery.com>
20306
20307 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20308 code to ...
20309 (gdb_collect_args_test_1): ... it. New proc.
20310 (gdb_collect_locals_test): Move some code to ...
20311 (gdb_collect_locals_test_1): ... it. New proc.
20312 (gdb_unavailable_registers_test): Move some code to ...
20313 (gdb_unavailable_registers_test_1): ... it. New proc.
20314 (gdb_unavailable_floats): Move some code to ...
20315 (gdb_unavailable_floats_1): ... it. New proc.
20316
30a1e6cc
SDJ
203172014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20318
20319 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20320 probes to test for bitness recognition.
20321 * gdb.arch/amd64-stap-optional-prefix.exp
20322 (test_probe_value_without_reg): New procedure.
20323 Add code to test for different kinds of bitness.
20324
f33da99a
SDJ
203252014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20326
20327 PR breakpoints/16889
20328 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20329 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20330
5b80f00d
PA
203312014-05-01 Pedro Alves <palves@redhat.com>
20332
20333 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20334 gdb_file_cmd if no file is specified.
20335 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20336 last_loaded_file to set the remote exec-file.
20337
f8c2a73c
PA
203382014-05-01 Pedro Alves <palves@redhat.com>
20339
20340 * boards/local-remote-host.exp: New file.
20341
be6e8ac7
PA
203422014-05-01 Pedro Alves <palves@redhat.com>
20343
20344 * boards/local-remote-host.exp: Rename to ...
20345 * boards/local-remote-host-notty.exp: ... this.
20346
cac0dc8f
JB
203472014-04-28 Joel Brobecker <brobecker@adacore.com>
20348
20349 * gdb.ada/dyn_arrayidx: New testcase.
20350
9730e6cc
YQ
203512014-04-26 Yao Qi <yao@codesourcery.com>
20352
20353 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20354 and compute the length of function main. Save it in
20355 $main_length.
20356 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20357 (top-level): Use gdb_compile to compile objects into
20358 executable and restart GDB. Remove invocation to
20359 prepare_for_testing.
20360
7ae1a6a6
PA
203612014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20362 Pedro Alves <palves@redhat.com>
20363
20364 PR server/16255
20365 * gdb.multi/multi-attach.c: New file.
20366 * gdb.multi/multi-attach.exp: New file.
20367
4082afcc
PA
203682014-04-25 Pedro Alves <palves@redhat.com>
20369
20370 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20371 user.
20372 (top level): Test that "set remote conditional-breakpoints-packet
20373 off" works as intended.
20374 * gdb.base/dprintf.exp: Test that "set remote
20375 breakpoint-commands-packet off" works as intended.
20376 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20377 New function.
20378 (top level): Call it.
20379 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20380 remote fast-tracepoints-packet off" works as intended.
20381 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20382 * lib/gdb.exp (gdb_is_target_remote): ... here.
20383
2abc3f8d
DB
203842014-04-24 David Blaikie <dblaikie@gmail.com>
20385
20386 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20387 ensure clang would not discard them.
20388 * gdb.base/gdbvars.c: Ditto.
20389 * gdb.base/memattr.c: Ditto.
20390 * gdb.base/whatis.c: Ditto.
20391 * gdb.python/py-prettyprint.c: Ditto.
20392 * gdb.trace/actions.c: Ditto.
20393 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20394 ensure clang would not discard it.
20395
bfd39632
DB
203962014-04-24 David Blaikie <dblaikie@gmail.com>
20397
20398 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20399 clang to emit the full definition of type required by the test
20400 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20401
22842ff6
DB
204022014-04-24 David Blaikie <dblaikie@gmail.com>
20403
20404 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20405 coax Clang into emitting the definition of the type.
20406 * gdb.cp/pr10728-x.h (y): Ditto.
20407 * gdb.cp/pr10728-y.cc (y): Ditto.
20408
c2e827ad
DB
204092014-04-24 David Blaikie <dblaikie@gmail.com>
20410
20411 * gdb.base/label.exp: XFAIL label related tests under Clang.
20412 * gdb.cp/cplabel.exp: Ditto.
20413 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20414 under Clang those using labels.
20415
4c2d33e7
YQ
204162014-04-25 Yao Qi <yao@codesourcery.com>
20417
20418 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20419 double_label.
20420 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20421 partial_label and double_label.
20422
56083b99
DB
204232014-04-24 David Blaikie <dblaikie@gmail.com>
20424
20425 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20426
25d4e99d
DB
204272014-04-24 David Blaikie <dblaikie@gmail.com>
20428
20429 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20430 of the function to work across GCC and Clang.
20431 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20432 pointer types (const void ** const V void **).
20433
01f9f808
MS
204342014-04-24 Michael Sturm <michael.sturm@mintel.com>
20435 Walfred Tedeschi <walfred.tedeschi@intel.com>
20436
20437 * Makefile.in (EXECUTABLES): Added i386-avx512.
20438 * gdb.arch/i386-avx512.c: New file.
20439 * gdb.arch/i386-avx512.exp: Likewise.
20440
4b48d439
KS
204412014-04-23 Keith Seitz <keiths@redhat.com>
20442
20443 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20444 (mi_make_breakpoint_table): New procedure.
20445 (mi_create_breakpoint): Use mi_make_breakpoint
20446 and return the result.
20447 (mi_make_breakpoint): New procedure.
20448 (mi_build_kv_pairs): New procedure.
20449
20450 * gdb.mi/mi-break.exp: Remove unused globals,
20451 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20452 All callers updated.
20453 * gdb.mi/mi-dprintf.exp: Use variable to track command
20454 number.
20455 Update all callers of mi_create_breakpoint and use
20456 mi_make_breakpoint_table.
20457 Remove any unused global variables.
20458 * gdb.mi/mi-nonstop.exp: Likewise.
20459 * gdb.mi/mi-nsintrall.exp: Likewise.
20460 * gdb.mi/mi-nsmoribund.exp: Likewise.
20461 * gdb.mi/mi-nsthrexec.exp: Likewise.
20462 * gdb.mi/mi-reverse.exp: Likewise.
20463 * gdb.mi/mi-simplerun.exp: Likewise.
20464 * gdb.mi/mi-stepn.exp: Likewise.
20465 * gdb.mi/mi-syn-frame.exp: Likewise.
20466 * gdb.mi/mi-until.exp: Likewise.
20467 * gdb.mi/mi-var-cp.exp: Likewise.
20468 * gdb.mi/mi-var-display.exp: Likewise.
20469 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20470 * gdb.mi/mi2-var-child.exp: Likewise.
20471 * gdb.mi/mi-vla-c99.exp: Likewise.
20472 * lib/mi-support.exp: Likewise.
20473
20474 From Ian Lance Taylor <iant@cygnus.com>:
20475 * lib/gdb.exp (parse_args): New procedure.
20476
08351840
PA
204772014-04-23 Pedro Alves <palves@redhat.com>
20478
20479 * gdb.base/break-unload-file.c: New file.
20480 * gdb.base/break-unload-file.exp: New file.
20481 * gdb.base/sym-file-lib.c (baz): New function.
20482 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20483 field.
20484 (load): Store the segment's mapped size.
20485 (unload): New function.
20486 (unload_shlib): New function.
20487 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20488 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20489 set a breakpoint at baz, and call it.
20490 * gdb.base/sym-file.exp: New tests for stale breakpoint
20491 instructions.
20492
076855f9
PA
204932014-04-23 Pedro Alves <palves@redhat.com>
20494
20495 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20496 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20497 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20498 * gdb.base/hbreak-unmapped.c: New file.
20499 * gdb.base/hbreak-unmapped.exp: New file.
20500 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20501 * lib/gdb.exp (gdb_is_target_remote): ... here.
20502
483805cf
PA
205032014-04-22 Pedro Alves <palves@redhat.com>
20504
20505 * gdb.base/consecutive-step-over.c: New file.
20506 * gdb.base/consecutive-step-over.exp: New file.
20507
06d97543
PA
205082014-04-22 Pedro Alves <palves@redhat.com>
20509
20510 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20511 instead of send_gdb/gdb_expect.
20512
b4429ea2
YQ
205132014-04-22 Yao Qi <yao@codesourcery.com>
20514
20515 * lib/trace-support.exp (generate_tracefile): New procedure.
20516 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20517 return 0.
20518 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20519 if generate_tracefile returns 1.
20520
51d48146
PA
205212014-04-18 Tom Tromey <palves@redhat.com>
20522 Pedro alves <tromey@redhat.com>
20523
20524 PR backtrace/15558
20525 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20526 with a backtrace limit.
20527 * gdb.python/py-frame-inline.exp: Test running to an inline
20528 function with a backtrace limit, and printing the newest frame.
20529 * gdb.python/py-frame-inline.c (main): Call f.
20530
bd1dce5f
MS
205312014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20532
20533 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20534
40d1a503
MS
205352014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20536
20537 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20538 Drop prefix from unsupported source file path.
20539
389b98f7
YQ
205402014-04-17 Yao Qi <yao@codesourcery.com>
20541
20542 * lib/gdb.exp (with_target_charset): New proc.
20543 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20544 with_target_charset.
20545 (test_print_strings): Likewise.
20546 (test_repeat_bytes): Likewise.
20547 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20548 for some tests.
20549
22869d73
KS
205502014-04-16 Keith Seitz <keiths@redhat.com>
20551
20552 PR gdb/15827
20553 * gdb.dwarf2/corrupt.c: New file.
20554 * gdb.dwarf2/corrupt.exp: New file.
20555
c4f87ca6
KS
205562014-04-16 Keith Seitz <keiths@redhat.com>
20557
20558 PR c++/16597
20559 * gdb.cp/namelessclass.cc: New file.
20560 * gdb.cp/namelessclass.exp: New file.
20561 * gdb.cp/namelessclass.S: New file.
20562
ab19de87
DE
205632014-04-16 Doug Evans <dje@google.com>
20564
20565 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20566 Add comment.
20567 (gdbserver_default_get_comm_port): New function.
20568 (gdbserver_start): Check if board file provided
20569 "gdbserver,get_comm_port" and use it if so.
20570 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20571 (gdb,socketport): Set to "stdio".
20572 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20573 (stdio_gdbserver_template): Delete.
20574 (${board}_get_remote_address): Update.
20575 (${board}_build_remote_cmd): Delete.
20576 (${board}_get_comm_port): New function.
20577 (${board}_spawn): Update.
20578 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20579 Delete.
20580 (${board}_get_remote_address): Update.
20581 (${board}_get_comm_port): New function.
20582
fc98a809
AB
205832014-04-16 Andrew Burgess <aburgess@broadcom.com>
20584
20585 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20586 appearing in any order.
20587
87fd9e6e
DE
205882014-04-15 Doug Evans <dje@google.com>
20589
20590 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20591 uninitialized value of "description".
20592
099fc3ea
KS
205932014-04-15 Keith Seitz <keiths@redhat.com>
20594
20595 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20596 Remove unused globals.
20597 (test_running_the_program): Likewise.
20598 (test_controlled_execution): Likewise.
20599 (test_controlling_breakpoints): Likewise.
20600 (test_program_termination): Likewise.
20601
5da151d4
KS
206022014-04-15 Keith Seitz <keiths@redhat.com>
20603
20604 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20605 unused globals.
20606 (test_rbreak_creation_and_listing): Likewise.
20607 (test_ignore_count): Likewise.
20608 (test_error): Likewise.
20609
35e5d2f0
PA
206102014-04-15 Pedro Alves <palves@redhat.com>
20611
20612 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20613 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20614 sym-file-loader.c.
20615 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20616 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20617 to sym-file-loader.c.
20618 (struct library): Forward declare.
20619 (load_shlib, lookup_function): Change prototypes.
20620 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20621 (translate_offset): Remove declarations.
20622 (get_text_addr): New declaration.
20623 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20624 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20625 sym-file-loader.h.
20626 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20627 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20628 here from sym-file-loader.h.
20629 (struct library): New structure.
20630 (load_shlib, lookup_function): Change prototypes and adjust to
20631 work with a struct library.
20632 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20633 (translate_offset): Make static.
20634 (get_text_addr): New function.
20635 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20636
eb4c1710
PA
206372014-04-15 Pedro Alves <palves@redhat.com>
20638
20639 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20640
2d1baf52
PA
206412014-04-15 Pedro Alves <palves@redhat.com>
20642
20643 * gdb.base/sym-file-loader.c: Include <limits.h>.
20644 (SELF_LINK): New define.
20645 (get_origin): New function.
20646 (load_shlib): Use it.
20647 * gdb.base/sym-file.exp: Don't early return if the target is
20648 remote. Use runto_main, and issue fail is that fails. Use
20649 gdb_load_shlibs.
20650 (shlib_name): Delete.
20651 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20652
7dd6df01
PA
206532014-04-15 Pedro Alves <palves@redhat.com>
20654
20655 * gdb.base/sym-file.exp: Remove regex characters from test
20656 message. Don't refer to breakpoint numbers in test messages.
20657
b50c8614
KS
206582014-04-14 Keith Seitz <keiths@redhat.com>
20659
20660 PR c++/16253
20661 * gdb.cp/var-tag.cc: New file.
20662 * gdb.cp/var-tag.exp: New file.
20663 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20664 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20665 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20666 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20667
3d567982
TT
206682014-04-14 Tom Tromey <tromey@redhat.com>
20669
20670 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20671 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20672 type.
20673 * gdb.cp/enum-class.exp: New file.
20674 * gdb.cp/enum-class.cc: New file.
20675
0626fc76
TT
206762014-04-14 Tom Tromey <tromey@redhat.com>
20677
20678 * gdb.dwarf2/enum-type.exp: New file.
20679
dca325b3
SA
206802014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20681
20682 * gdb.mi/mi-vla-c99.exp: New file.
20683 * gdb.mi/vla.c: New file.
20684
5854b38a
SA
206852014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20686
20687 * gdb.base/vla-datatypes.c: New file.
20688 * gdb.base/vla-datatypes.exp: New file.
20689
463bb957
SA
206902014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20691
20692 * gdb.base/vla-ptr.c: New file.
20693 * gdb.base/vla-ptr.exp: New file.
20694
3dd170be
SA
206952014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20696
20697 * gdb.dwarf2/count.exp: New file.
20698
5ecaaa66
SA
206992014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20700
20701 * gdb.base/vla-sideeffect.c: New file.
20702 * gdb.base/vla-sideeffect.exp: New file.
20703
41f1ada5
DB
207042014-04-14 David Blaikie <dblaikie@gmail.com>
20705
20706 * gdb.mi/non-stop.c: Add return value for non-void function return
20707 statement.
20708 * gdb.threads/staticthreads.c: Ditto.
20709
0be03e84
DE
207102014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20711 Doug Evans <xdje42@gmail.com>
20712
20713 * gdb.guile/scm-value.c: Improve test case.
20714 * gdb.guile/scm-value.exp: Add new test.
20715
f180a1fb
DB
207162014-04-11 David Blaikie <dblaikie@gmail.com>
20717
20718 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20719 override Clang's default.
20720
6b662e19
JB
207212014-04-11 Joel Brobecker <brobecker@adacore.com>
20722
20723 Revert the following changes (regressions):
20724
20725 * gdb.base/vla-sideeffect.c: New file.
20726 * gdb.base/vla-sideeffect.exp: New file.
20727
20728 * gdb.dwarf2/count.exp: New file.
20729
20730 * gdb.base/vla-multi.c: New file.
20731 * gdb.base/vla-multi.exp: New file.
20732
20733 * gdb.base/vla-ptr.c: New file.
20734 * gdb.base/vla-ptr.exp: New file.
20735
20736 * gdb.base/vla-datatypes.c: New file.
20737 * gdb.base/vla-datatypes.exp: New file.
20738
20739 * gdb.mi/mi-vla-c99.exp: New file.
20740 * gdb.mi/vla.c: New file.
20741
245a5f0b
KS
207422014-04-11 Keith Seitz <keiths@redhat.com>
20743
20744 PR c++/16675
20745 * gdb.cp/cpsizeof.exp: New file.
20746 * gdb.cp/cpsizeof.cc: New file.
20747
58a84dcf
SA
207482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20749
191a8a90
JB
20750 * gdb.mi/mi-vla-c99.exp: New file.
20751 * gdb.mi/vla.c: New file.
58a84dcf 20752
c8655f75
SA
207532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20754
20755 * gdb.base/vla-datatypes.c: New file.
20756 * gdb.base/vla-datatypes.exp: New file.
20757
024e13b4
SA
207582014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20759
20760 * gdb.base/vla-ptr.c: New file.
20761 * gdb.base/vla-ptr.exp: New file.
20762
1a237e0e
SA
207632014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20764
20765 * gdb.base/vla-multi.c: New file.
20766 * gdb.base/vla-multi.exp: New file.
20767
504f3432
SA
207682014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20769
20770 * gdb.dwarf2/count.exp: New file.
20771
3bce8237
SA
207722014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20773
191a8a90
JB
20774 * gdb.base/vla-sideeffect.c: New file.
20775 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 20776
322f9c21
YQ
207772014-04-11 Yao Qi <yao@codesourcery.com>
20778
20779 * gdb.base/completion.exp: Check file exists before running tests
20780 on file completion.
20781
d708bcd1
PA
207822014-04-10 Pedro Alves <palves@redhat.com>
20783
20784 * gdb.base/cond-eval-mode.c: New file.
20785 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20786 prepare_for_testing to build the new file. Check result of
20787 runto_main.
20788 (test_break, test_watch): New procedures.
20789 (top level): Use them.
20790
ae1d2761
PM
207912014-04-08 Pierre Muller <muller@sourceware.org>
20792
20793 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20794 Ctrl-V use for mingw hosts.
20795
7af389b8
SC
207962014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20797
20798 * gdb.python/py-value.c: Improve test case.
20799 * gdb.python/py-value.exp: Add new test.
20800
5e703181
DE
208012014-04-07 David Blaikie <dblaikie@gmail.com>
20802
20803 * lib/compiler.c: Identify the clang compiler.
20804 * lib/compiler.cc: Ditto.
20805
9810b410
YQ
208062014-04-03 Yao Qi <yao@codesourcery.com>
20807
20808 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20809
98d1b8dc
AB
208102014-04-01 Anton Blanchard <anton@samba.org>
20811
20812 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20813 messages unique.
20814
3114cea1
AB
208152014-04-01 Anton Blanchard <anton@samba.org>
20816
20817 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20818 prepare_for_testing.
20819
62f7182c
AB
208202014-04-01 Anton Blanchard <anton@samba.org>
20821
20822 * gdb.arch/ppc64-atomic-inst.c: Remove.
20823 * gdb.arch/ppc64-atomic-inst.S: New file.
20824 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20825
770e7fc7
DE
208262014-03-31 Doug Evans <dje@google.com>
20827
20828 * gdb.base/print-symbol-loading-lib.c: New file.
20829 * gdb.base/print-symbol-loading-main.c: New file.
20830 * gdb.base/print-symbol-loading.exp: New file.
20831
46e2bafa
YQ
208322014-03-31 Yao Qi <yao@codesourcery.com>
20833
20834 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20835
8776cfe9
JB
208362014-03-28 Joel Brobecker <brobecker@adacore.com>
20837
20838 * gdb.ada/mi_dyn_arr: New testcase.
20839
5d1ef361
DE
208402014-03-27 Doug Evans <dje@google.com>
20841
20842 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20843
b5bee914
YQ
208442014-03-27 Yao Qi <yao@codesourcery.com>
20845
20846 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20847 if target is nios2-*-*.
20848
0d4d0e77
YQ
208492014-03-26 Yao Qi <yao@codesourcery.com>
20850
20851 * lib/gdb.exp (readline_is_used): New proc.
20852 * gdb.base/completion.exp: Move tests on command complete up.
20853 Skip the rest of tests if readline is not used.
20854 * gdb.ada/complete.exp: Skp the test if readline is not
20855 used.
20856 * gdb.base/filesym.exp: Likewise.
20857 * gdb.base/macscp.exp: Likewise.
20858 * gdb.base/readline-ask.exp: Likewise.
20859 * gdb.base/readline.exp: Likewise.
20860 * gdb.python/py-cmd.exp: Likewise.
20861 * gdb.trace/tfile.exp: Likewise.
20862
29361eee
YQ
208632014-03-26 Yao Qi <yao@codesourcery.com>
20864
20865 * gdb.base/macscp.exp: Fix code format issues.
20866
bc9a5525
UW
208672014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20868
20869 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20870 * gdb.asm/powerpc64le.inc: New file.
20871
d3839ede
PA
208722014-03-25 Pedro Alves <palves@redhat.com>
20873 Doug Evans <dje@google.com>
20874
20875 * gdb.base/source-execution.c: New file.
20876 * gdb.base/source-execution.exp: New file.
20877 * gdb.base/source-execution.gdb: New file.
20878
01672a57
DE
208792014-03-24 Doug Evans <dje@google.com>
20880
20881 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20882 using fission.
20883
88bbeca9
HZ
208842014-03-24 Hui Zhu <hui@codesourcery.com>
20885 Pedro Alves <palves@redhat.com>
20886
20887 PR breakpoints/16101
20888 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20889 test pass/fail messages. Detect missing support for dprintf when
20890 breakpoints are actually inserted.
20891 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20892 breakpoints are actually inserted.
20893 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20894 fails.
20895
d2348791
JK
208962014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20897
20898 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20899
feef67ab
DE
209002014-03-22 Doug Evans <xdje42@gmail.com>
20901
20902 * gdb.python/python.exp (python not supported): Verify multi-line
20903 python command issues an error.
25d743f9 20904 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 20905 guile command issues an error.
feef67ab 20906
ecebef6a
MR
209072014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20908
20909 * gdb.threads/thread-specific.exp: Handle the lack of usable
20910 $this_breakpoint and $this_thread.
20911
ccdd1909
HZ
209122014-03-21 Hui Zhu <hui@codesourcery.com>
20913
20914 * gdb.base/attach.exp (do_command_attach_tests): New.
20915
beb460e8
PA
209162014-03-20 Tom Tromey <tromey@redhat.com>
20917 Pedro Alves <palves@redhat.com>
20918
20919 PR cli/15718
20920 * gdb.base/condbreak-call-false.c: New file.
20921 * gdb.base/condbreak-call-false.exp: New file.
20922
40acf43a
PA
209232014-03-20 Pedro Alves <palves@redhat.com>
20924
20925 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20926 Delete.
20927 (block_signals, unblock_signals): Delete.
20928 (child_function_2, main): Remove references to deleted variable
20929 and functions.
20930
9f5e1e02
PA
209312014-03-20 Pedro Alves <palves@redhat.com>
20932
20933 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20934 Use pthread_kill to signal thread 2.
20935 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20936 Adjust to make the test send itself a signal rather than using the
20937 host's "kill" command.
20938
99619bea
PA
209392014-03-20 Pedro Alves <palves@redhat.com>
20940
20941 * gdb.threads/multiple-step-overs.c: New file.
20942 * gdb.threads/multiple-step-overs.exp: New file.
20943 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20944 Adjust expected infrun debug output.
20945
2adfaa28
PA
209462014-03-20 Pedro Alves <palves@redhat.com>
20947
20948 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20949 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20950
31e77af2
PA
209512014-03-20 Pedro Alves <palves@redhat.com>
20952
20953 PR breakpoints/7143
20954 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20955 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20956 of gdb_test_multiple.
20957 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20958 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20959
b9f437de
PA
209602014-03-20 Pedro Alves <palves@redhat.com>
20961
20962 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20963 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20964
05adc73e
PA
209652014-03-19 Pedro Alves <palves@redhat.com>
20966
20967 * gdb.base/async.exp: Remove early return.
20968
6048b950
PA
209692014-03-19 Pedro Alves <palves@redhat.com>
20970
20971 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20972
8bcfb00a
PA
209732014-03-19 Pedro Alves <palves@redhat.com>
20974
20975 * gdb.base/async.exp (test_background): Expect \r\n after
20976 "completed." in the fail pattern.
20977
884e37dc
PA
209782014-03-19 Pedro Alves <palves@redhat.com>
20979
20980 * gdb.base/async.exp (test_background): New procedure.
20981 Use it for all background execution command tests.
20982
148e57e2
PA
209832014-03-19 Pedro Alves <palves@redhat.com>
20984
20985 * gdb.base/async.exp: Use prepare_for_testing.
20986
f48088c7
PA
209872014-03-19 Pedro Alves <palves@redhat.com>
20988
20989 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20990 the same line.
20991
e2f6c966
PA
209922014-03-19 Pedro Alves <palves@redhat.com>
20993
20994 * gdb.base/async.c (main): Add "jump here" and "until here" line
20995 marker comments.
20996 * gdb.base/async.exp (jump_here): New global.
20997 (jump& test): Use it.
20998 (until_here): New global.
20999 (until& test): Use it.
21000
c30568d4
PA
210012014-03-19 Pedro Alves <palves@redhat.com>
21002
21003 * gdb.base/async.exp: Don't frob gdb_protocol.
21004
0172b6a7
DE
210052014-03-18 Doug Evans <xdje42@gmail.com>
21006
21007 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
21008 Fix spelling of exec-done-display.
21009
06c868a8
JK
210102014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
21011
21012 PR gdb/15358
21013 * gdb.base/gdb-sigterm.c: New file.
21014 * gdb.base/gdb-sigterm.exp: New file.
21015
0c7e1a46
PA
210162014-03-18 Pedro Alves <palves@redhat.com>
21017
21018 PR gdb/13860
21019 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
21020 * lib/mi-support.exp (mi_expect_stop): Add special handling for
21021 solib-event.
21022
f7c77d93
JB
210232014-03-17 Joel Brobecker <brobecker@adacore.com>
21024
21025 * gdb.ada/pckd_arr_ren: New testcase.
21026
5a1e8c7a
DE
210272014-03-13 Doug Evans <xdje42@gmail.com>
21028
21029 PR guile/16612
21030 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
21031 collect after discarding symbols.
21032
350e1a76
DE
210332014-03-13 Ludovic Courtès <ludo@gnu.org>
21034 Doug Evans <xdje42@gmail.com>
21035
21036 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
21037 to history survives a gc.
21038
a69900ae
PA
210392014-03-13 Pedro Alves <palves@redhat.com>
21040
21041 * gdb.base/default.exp: Don't test "target procfs".
21042
5db9f0bd
PA
210432014-03-13 Pedro Alves <palves@redhat.com>
21044
21045 * gdb.base/default.exp: Update "target child" and "target procfs"
21046 tests to not expect "Unix".
21047
b3ccfe11
TT
210482014-03-12 Tom Tromey <tromey@redhat.com>
21049
21050 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
21051 New procs. Add target-async tests.
21052 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
21053 Add target-async tests.
21054
646f4417
AA
210552014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21056
21057 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
21058 'func_start' and 'func_end' for the beginning and end of the
21059 function code, respectively.
21060 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
21061 'func_end' instead of 'func' and 'main'.
21062
288c211f
AA
210632014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21064
21065 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
21066 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
21067 generate the debug info assembler source.
21068
e0c0f156
AA
210692014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21070
21071 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
21072 * gdb.dwarf2/arr-subrange.exp: Likewise.
21073 * gdb.dwarf2/dwz.exp: Likewise.
21074 * gdb.dwarf2/method-ptr.exp: Likewise.
21075 * gdb.dwarf2/missing-sig-type.exp: Likewise.
21076 * gdb.dwarf2/subrange.exp: Likewise.
21077 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
21078 * gdb.dwarf2/implptrpiece.exp: Likewise.
21079 * gdb.dwarf2/nostaticblock.exp: Likewise.
21080
0e5c4555
AA
210812014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21082
21083 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
21084 directory to absolute path name arguments.
21085
5ec18f2b
JG
210862014-03-10 Joel Brobecker <brobecker@adacore.com>
21087
21088 * gdb.ada/tagged_access: New testcase.
21089
847fc4f2
MM
210902014-03-07 Markus Metzger <markus.t.metzger@intel.com>
21091
21092 * gdb.btrace/data.exp: Update expected output.
21093
cc3da688
YQ
210942014-03-06 Yao Qi <yao@codesourcery.com>
21095
21096 * gdb.trace/pr16508.exp: New file.
21097
0f26cec1
PA
210982014-03-05 Pedro Alves <palves@redhat.com>
21099
21100 PR gdb/16575
21101 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
21102 procedure.
21103 (top level): Adjust to use it. Add tests that exercise breakpoint
21104 interaction with the code-cache.
21105
7a5a839f
LC
211062014-02-26 Ludovic Courtès <ludo@gnu.org>
21107
21108 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
21109 test for 'history-append!'.
21110
31aa7e4e
JB
211112014-02-26 Joel Brobecker <brobecker@adacore.com>
21112
21113 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
21114 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
21115 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
21116 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
21117 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
21118 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
21119
1b588015
JB
211202014-02-26 Joel Brobecker <brobecker@adacore.com>
21121
21122 * testsuite/gdb.python/py-pp-re-notag.c: New file.
21123 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
21124 * testsuite/gdb.python/py-pp-re-notag.p: New file.
21125
55426c9d
JB
211262014-02-26 Joel Brobecker <brobecker@adacore.com>
21127
21128 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
21129
dc53a7ad
JB
211302014-02-26 Joel Brobecker <brobecker@adacore.com>
21131
21132 * gdb.dwarf2/arr-stride.c: New file.
21133 * gdb.dwarf2/arr-stride.exp: New file.
21134
12ab52e9
PA
211352014-02-26 Pedro Alves <palves@redhat.com>
21136
21137 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
21138 that won't ever trigger. Make sure that GDB reports the correct
21139 breakpoint that caused the stop.
21140
849c862e
JK
211412014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21142
21143 PR gdb/16626
21144 * gdb.base/auto-load-script: New file.
21145 * gdb.base/auto-load.c: New file.
21146 * gdb.base/auto-load.exp: New file.
21147
71b7d793
JK
21148 PR gdb/16626
21149 * gdb.base/auto-load.exp: Fix out-of-srctree run.
21150
e2f0d509
JK
211512014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21152
21153 Fix dw2-icycle.exp -fsanitize=address GDB crash.
21154 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
21155
50cc37c8
DE
211562014-02-24 Doug Evans <dje@google.com>
21157
21158 * lib/gdb.exp (run_on_host): Log error output if program fails.
21159
ea4758f2
PA
211602014-02-21 Pedro Alves <palves@redhat.com>
21161
21162 * gdb.threads/step-after-sr-lock.c: Rename to ...
21163 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21164 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21165 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21166 ... this.
21167
d7b30f67
SDJ
211682014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21169
21170 PR tdep/16397
21171 * gdb.arch/amd64-stap-special-operands.exp: New file.
21172 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21173 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21174 * gdb.arch/amd64-stap-triplet.S: Likewise.
21175 * gdb.arch/amd64-stap-triplet.c: Likewise.
21176
83deb43f
JB
211772014-02-20 Joel Brobecker <brobecker@adacore.com>
21178
21179 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21180 in .section pseudo-op.
21181
adde2bff
DE
211822014-02-20 lin zuojian <manjian2006@gmail.com>
21183 Joel Brobecker <brobecker@adacore.com>
21184 Doug Evans <xdje42@gmail.com>
21185
21186 PR symtab/16581
21187 * gdb.dwarf2/dw2-icycle.S: New file.
21188 * gdb.dwarf2/dw2-icycle.c: New file.
21189 * gdb.dwarf2/dw2-icycle.exp: New file.
21190
f7bd0f78
SC
211912014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21192
21193 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21194 operations on gdb.Value objects.
21195 * gdb.python/py-value-cc.exp: Add new test to test operations on
21196 gdb.Value objects.
21197
c17ef0d5
DE
211982014-02-18 Doug Evans <dje@google.com>
21199
21200 * Makefile.in (TESTS): New variable.
21201 (expanded_tests, expanded_tests_or_none): New variables
21202 (check-single): Pass $(expanded_tests_or_none) to runtest.
21203 (check-parallel): Only run tests in $(TESTS) if non-empty.
21204 (check/no-matching-tests-found): New rule.
21205 * README: Document TESTS makefile variable.
21206
5dd3176f
DE
212072014-02-18 Doug Evans <dje@google.com>
21208
21209 * Makefile.in (check-parallel): rm -rf outputs temp.
21210
0b10be4f
JK
212112014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21212
21213 Fix "ERROR: no fileid for" in the testsuite.
21214 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21215
85f224e7
DE
212162014-02-12 Doug Evans <dje@google.com>
21217
21218 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21219 (MISCELLANEOUS): New variable.
21220 (clean): rm -rf $(MISCELLANEOUS).
21221 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21222 dwp live in the same directory as symlinks, with each symlink pointed
21223 to a differently named file in a different directory.
21224
149b30ff
DE
212252014-02-11 Doug Evans <dje@google.com>
21226
21227 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21228 of Tcl file commands.
21229
1dfdac32
MK
212302014-02-10 Mark Kettenis <kettenis@gnu.org>
21231
21232 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21233 "kill -SIGUSR1 -1".
21234
aa4fb036
JB
212352014-02-10 Joel Brobecker <brobecker@adacore.com>
21236
21237 * gdb.ada/tick_length_array_enum_idx: New testcase.
21238
ed3ef339
DE
212392014-02-10 Doug Evans <xdje42@gmail.com>
21240
21241 * configure.ac (AC_OUTPUT): Add gdb.guile.
21242 * configure: Regenerate.
21243 * lib/gdb-guile.exp: New file.
21244 * lib/gdb.exp (get_target_charset): New function.
21245 * gdb.base/help.exp: Update expected output from "apropos apropos".
21246 * gdb.guile/Makefile.in: New file.
21247 * gdb.guile/guile.exp: New file.
21248 * gdb.guile/scm-arch.c: New file.
21249 * gdb.guile/scm-arch.exp: New file.
21250 * gdb.guile/scm-block.c: New file.
21251 * gdb.guile/scm-block.exp: New file.
21252 * gdb.guile/scm-breakpoint.c: New file.
21253 * gdb.guile/scm-breakpoint.exp: New file.
21254 * gdb.guile/scm-disasm.c: New file.
21255 * gdb.guile/scm-disasm.exp: New file.
21256 * gdb.guile/scm-equal.c: New file.
21257 * gdb.guile/scm-equal.exp: New file.
21258 * gdb.guile/scm-error.exp: New file.
21259 * gdb.guile/scm-error.scm: New file.
21260 * gdb.guile/scm-frame-args.c: New file.
21261 * gdb.guile/scm-frame-args.exp: New file.
21262 * gdb.guile/scm-frame-args.scm: New file.
21263 * gdb.guile/scm-frame-inline.c: New file.
21264 * gdb.guile/scm-frame-inline.exp: New file.
21265 * gdb.guile/scm-frame.c: New file.
21266 * gdb.guile/scm-frame.exp: New file.
21267 * gdb.guile/scm-generics.exp: New file.
21268 * gdb.guile/scm-gsmob.exp: New file.
21269 * gdb.guile/scm-iterator.c: New file.
21270 * gdb.guile/scm-iterator.exp: New file.
21271 * gdb.guile/scm-math.c: New file.
21272 * gdb.guile/scm-math.exp: New file.
21273 * gdb.guile/scm-objfile-script-gdb.in: New file.
21274 * gdb.guile/scm-objfile-script.c: New file.
21275 * gdb.guile/scm-objfile-script.exp: New file.
21276 * gdb.guile/scm-objfile.c: New file.
21277 * gdb.guile/scm-objfile.exp: New file.
21278 * gdb.guile/scm-ports.exp: New file.
21279 * gdb.guile/scm-pretty-print.c: New file.
21280 * gdb.guile/scm-pretty-print.exp: New file.
21281 * gdb.guile/scm-pretty-print.scm: New file.
21282 * gdb.guile/scm-section-script.c: New file.
21283 * gdb.guile/scm-section-script.exp: New file.
21284 * gdb.guile/scm-section-script.scm: New file.
21285 * gdb.guile/scm-symbol.c: New file.
21286 * gdb.guile/scm-symbol.exp: New file.
21287 * gdb.guile/scm-symtab-2.c: New file.
21288 * gdb.guile/scm-symtab.c: New file.
21289 * gdb.guile/scm-symtab.exp: New file.
21290 * gdb.guile/scm-type.c: New file.
21291 * gdb.guile/scm-type.exp: New file.
21292 * gdb.guile/scm-value-cc.cc: New file.
21293 * gdb.guile/scm-value-cc.exp: New file.
21294 * gdb.guile/scm-value.c: New file.
21295 * gdb.guile/scm-value.exp: New file.
21296 * gdb.guile/source2.scm: New file.
21297 * gdb.guile/types-module.cc: New file.
21298 * gdb.guile/types-module.exp: New file.
21299
7026a7c1
YQ
213002014-02-10 Yao Qi <yao@codesourcery.com>
21301
21302 PR testsuite/16543
21303 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21304 * configure: Regenerated.
21305 * Makefile.in: New file.
21306
6c466447
AS
213072014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21308
21309 * gdb.python/py-framefilter.exp: Fix typo.
21310
6e854735
YQ
213112014-02-08 Yao Qi <yao@codesourcery.com>
21312
21313 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21314 that no =breakpoint-modified is emitted when breakpoints are
21315 modified through MI commands.
21316
d137e6dc
PA
213172014-02-07 Pedro Alves <pedro@codesourcery.com>
21318 Pedro Alves <palves@redhat.com>
21319
21320 * gdb.threads/step-after-sr-lock.c: New file.
21321 * gdb.threads/step-after-sr-lock.exp: New file.
21322
b5ee5a50
PA
213232014-02-07 Pedro Alves <palves@redhat.com>
21324
21325 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21326
3c77faf3
JK
213272014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21328
21329 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21330 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21331
6dddc817
DE
213322014-02-06 Doug Evans <xdje42@gmail.com>
21333
21334 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21335 output.
21336
21337 * gdb.gdb/python-interrupts.exp: New file.
21338
de7b2893
YQ
213392014-02-05 Yao Qi <yao@codesourcery.com>
21340
21341 * gdb.trace/report.exp (use_collected_data): Test the output
21342 of "info threads" and "info inferiors".
21343
66d032ac
YQ
213442014-02-05 Yao Qi <yao@codesourcery.com>
21345
21346 Revert this patch:
21347
21348 2013-05-24 Yao Qi <yao@codesourcery.com>
21349
21350 * gdb.trace/tfile.exp: Test inferior and thread.
21351
591a12a1
UW
213522014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21353
21354 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21355 on a function.
21356 * gdb.base/step-bt.c: Call hello via function pointer to make
21357 sure its first instruction is executed on powerpc64le-linux.
21358
0ff3e01f
UW
213592014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21360
21361 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21362
084ee545
UW
213632014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21364
21365 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21366 of the test patterns for use on little-endian systems.
21367
6ed14ff3
UW
213682014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21369
21370 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21371 (decimal_vector): Fix for little-endian.
21372
401e27fd
JM
213732014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21374
21375 * gdb.arch/sparc-sysstep.exp: New file.
21376 * gdb.arch/sparc-sysstep.c: Likewise.
21377
21378 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21379
8b924729
EBM
213802014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21381
21382 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21383
fb151210
JB
213842014-01-23 Tom Tromey <tromey@redhat.com>
21385
21386 * gdb.ada/array_char_idx: New testcase.
21387
0740f8d8
TT
213882014-01-23 Tom Tromey <tromey@redhat.com>
21389
21390 PR python/16487:
21391 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21392 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21393 classes.
21394
21909fa1
TT
213952014-01-23 Tom Tromey <tromey@redhat.com>
21396
21397 PR python/16491:
21398 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21399 string from an inferior frame.
21400 * gdb.python/py-framefilter-mi.exp: Update.
21401
87ce2a04
DE
214022014-01-22 Doug Evans <dje@google.com>
21403
21404 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21405
237b092b
AA
214062014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21407
21408 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21409
d674a709
AA
214102014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21411
21412 * gdb.trace/entry-values.exp: Remove excess space character from
21413 regex patterns. Handle s390 call instruction.
21414
20fa3390
AA
214152014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21416
21417 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21418 define "*_start" label. Make "name" static.
21419 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21420 ${name} by references to ${name}_start.
21421
78466714
AA
214222014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21423
21424 * gdb.base/info-macros.exp: Remove "debug" from the compile
21425 options.
21426
ec9f644a
IB
214272014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21428
21429 * gdb.dlang/demangle.exp: New file.
21430
94b1b47e
IB
214312014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21432
21433 * gdb.dlang/primitive-types.exp: New file.
21434
7f420862
IB
214352014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21436
21437 * configure.ac: Create gdb.dlang/Makefile.
21438 * configure: Regenerate.
21439 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21440 * gdb.dlang/Makefile.in: New file.
21441 * lib/d-support.exp: New file.
21442 * lib/gdb.exp (skip_d_tests): New proc.
21443
52834460
MM
214442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21445
21446 * gdb.btrace/delta.exp: Check reverse stepi.
21447 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21448 * gdb.btrace/finish.exp: New.
21449 * gdb.btrace/next.exp: New.
21450 * gdb.btrace/nexti.exp: New.
21451 * gdb.btrace/record_goto.c: Add comments.
21452 * gdb.btrace/step.exp: New.
21453 * gdb.btrace/stepi.exp: New.
21454 * gdb.btrace/multi-thread-step.c: New.
21455 * gdb.btrace/multi-thread-step.exp: New.
21456 * gdb.btrace/rn-dl-bind.c: New.
21457 * gdb.btrace/rn-dl-bind.exp: New.
21458 * gdb.btrace/data.c: New.
21459 * gdb.btrace/data.exp: New.
21460 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21461
6e07b1d2
MM
214622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21463
21464 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21465 * gdb.btrace/exception.exp: Update.
21466 * gdb.btrace/instruction_history.exp: Update.
21467 * gdb.btrace/record_goto.exp: Update.
21468 * gdb.btrace/tailcall.exp: Update.
21469 * gdb.btrace/unknown_functions.exp: Update.
21470 * gdb.btrace/delta.exp: New.
21471
0b722aec
MM
214722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21473
21474 * gdb.btrace/record_goto.exp: Add backtrace test.
21475 * gdb.btrace/tailcall.exp: Add backtrace test.
21476
066ce621
MM
214772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21478
21479 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21480 * gdb.btrace/record_goto.c: New.
21481 * gdb.btrace/record_goto.exp: New.
21482 * gdb.btrace/x86-record_goto.S: New.
21483
0688d04e
MM
214842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21485
21486 * gdb.btrace/function_call_history.exp: Update tests.
21487 * gdb.btrace/instruction_history.exp: Update tests.
21488
8710b709
MM
214892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21490
21491 * gdb.btrace/function_call_history.exp: Fix expected field
21492 order for "record function-call-history".
21493 Add new tests for "record function-call-history /c".
21494 * gdb.btrace/exception.cc: New.
21495 * gdb.btrace/exception.exp: New.
21496 * gdb.btrace/tailcall.exp: New.
21497 * gdb.btrace/x86-tailcall.S: New.
21498 * gdb.btrace/x86-tailcall.c: New.
21499 * gdb.btrace/unknown_functions.c: New.
21500 * gdb.btrace/unknown_functions.exp: New.
21501 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21502
5de9129b
MM
215032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21504
21505 * gdb.btrace/instruction_history.exp: Update.
21506 * gdb.btrace/function_call_history.exp: Update.
21507
23a7fe75
MM
215082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21509
21510 * gdb.btrace/function_call_history.exp: Fix expected function
21511 trace.
21512 * gdb.btrace/instruction_history.exp: Initialize traced.
21513 Remove traced_functions.
21514
724c7dd8
MM
215152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21516
21517 * gdb.btrace/function_call_history.exp: Update
21518 * gdb.btrace/instruction_history.exp: Update.
21519
6d78d93b
MM
215202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21521
21522 * gdb.btrace/enable.exp: Update expected text.
21523
93a360cc
OJ
215242014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21525
21526 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21527 bytes.
21528
3772b53f
MR
215292014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21530
21531 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21532
596662fa
OJ
215332014-01-15 Omair Javaid <omair.javaid@linaro.org>
21534
21535 * lib/gdb.exp (supports_process_record): Return true for
21536 arm*-linux*. (supports_reverse): Likewise.
21537
b5b08fb4
SC
215382014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21539
21540 PR python/15464
21541 PR python/16113
21542 * gdb.python/py-type.c: Enhance test case.
21543 * gdb.python/py-value-cc.cc: Likewise
21544 * gdb.python/py-type.exp: Add new tests.
21545 * gdb.python/py-value-cc.exp: Likewise
21546
52d7fb13
AA
215472014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21548 Pedro Alves <palves@redhat.com>
21549
21550 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21551 Make "name" extern.
21552 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21553 references to ${name}_start by references to ${name}.
21554
a2cd8cfe
JB
215552014-01-10 Joel Brobecker <brobecker@adacore.com>
21556
21557 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21558
4e23fced
JB
215592014-01-10 Joel Brobecker <brobecker@adacore.com>
21560
21561 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21562
c6a9e42c
PA
215632014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21564 Pedro Alves <palves@redhat.com>
21565
21566 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 21567 mi_gdb_target_load.
c6a9e42c 21568
b7ea362b
PA
215692014-01-08 Pedro Alves <palves@redhat.com>
21570
21571 * gdb.threads/reconnect-signal.c: New file.
21572 * gdb.threads/reconnect-signal.exp: New file.
21573
5e3f4fab
EBM
215742014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21575
21576 * gdb.base/source-dir.exp: New file.
21577
79301218
JB
215782014-01-07 Joel Brobecker <brobecker@adacore.com>
21579
21580 * gdb.ada/mi_interface: New testcase.
21581
8e355c5d
JB
215822014-01-07 Joel Brobecker <brobecker@adacore.com>
21583
21584 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21585 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21586 gdb.ada/pp-rec-component/pck.ads: New files.
21587
c0d48811
JB
215882014-01-07 Joel Brobecker <brobecker@adacore.com>
21589
21590 * gdb.python/py-pp-integral.c: New file.
21591 * gdb.python/py-pp-integral.py: New file.
21592 * gdb.python/py-pp-integral.exp: New file.
21593
17b609c3 21594For older changes see ChangeLog-1993-2013.
c906108c 21595\f
8d8cb839
EZ
21596;; Local Variables:
21597;; mode: change-log
21598;; left-margin: 8
21599;; fill-column: 74
21600;; version-control: never
21601;; End:
902f2ccb 21602
b811d2c2 21603 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
21604 Copying and distribution of this file, with or without modification,
21605 are permitted provided the copyright notice and this notice are preserved.