]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Avoid manual memory management of argv arrays in gdb/compile
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
b167e53f
PA
12020-09-20 Pedro Alves <pedro@palves.net>
2
3 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
4 spawn_id before calling remote_close. Close secondary MI channel.
5
dbc49e9f
PA
62020-09-20 Pedro Alves <pedro@palves.net>
7
8 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
9 fails.
10
c8d5abea
AB
112020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.fortran/array-slices.exp: Update expected results.
14 * gdb.fortran/class-allocatable-array.exp: Likewise.
15 * gdb.fortran/multi-dim.exp: Likewise.
16 * gdb.fortran/vla-type.exp: Likewise.
17 * gdb.mi/mi-vla-fortran.exp: Likewise.
18
14f9473c
VC
192020-09-18 Victor Collod <vcollod@nvidia.com>
20
21 PR gdb/26635
22 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
23 compatible with i386, and move it to...
24 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
25 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
26 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
27
e8ef12b9
PA
282020-09-18 Pedro Alves <pedro@palves.net>
29
30 PR gdb/26631
31 * gdb.multi/multi-target-thread-find.exp: New file.
32
e11daf7a
PA
332020-09-18 Pedro Alves <pedro@palves.net>
34
35 * gdb.multi/multi-target-continue.exp: New file, factored out from
36 multi-target.exp.
37 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
38 multi-target.exp.
39 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
40 multi-target.exp.
41 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
42 multi-target.exp.
43 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
44 multi-target.exp.
45 * gdb.multi/multi-target.exp.tcl: New file, factored out from
46 multi-target.exp.
47 * gdb.multi/multi-target.exp: Delete.
48
d0edc2b8
AB
492020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * gdb.fortran/array-slices.exp: Add missing message data.
52
7474326c
PA
532020-09-17 Pedro Alves <pedro@palves.net>
54
55 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
56
dd23068d
PA
572020-09-17 Pedro Alves <pedro@palves.net>
58
59 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
60 full prototype.
61
0640a543
PA
622020-09-17 Pedro Alves <pedro@palves.net>
63
64 * gdb.python/py-as-string.c: Add cast.
65
ef0cdbc1
PA
662020-09-17 Pedro Alves <pedro@palves.net>
67
68 * gdb.base/sizeof.c (fill): Add cast.
69
3a5eeb8b
PA
702020-09-17 Pedro Alves <pedro@palves.net>
71
72 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
73
a8129512
PA
742020-09-17 Pedro Alves <pedro@palves.net>
75
76 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
77 linkage name.
78 * gdb.base/prologue.exp: Use print /d.
79 * gdb.base/symbol-alias.exp: Handle C++ output.
80 * gdb.base/symbol-alias2.c: Handle C++ output.
81 [__cplusplus] (func): Explicitly specify linkage name.
82
a83cdcb6
PA
832020-09-17 Pedro Alves <pedro@palves.net>
84
85 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
86 (struct my_key_t): ... this. Adjust all references.
87 (struct value_t): Rename to ...
88 (struct my_value_t): ... this. Adjust all references.
89 (create_map, add_map_element, create_map_map)
90 (add_map_map_element): Add casts.
91
d4bcee5c
PA
922020-09-17 Pedro Alves <pedro@palves.net>
93
94 * gdb.python/py-framefilter-mi.c (funca): Add casts.
95 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
96
81f90489
PA
972020-09-17 Pedro Alves <pedro@palves.net>
98
99 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
100
0a229804
PA
1012020-09-17 Pedro Alves <pedro@palves.net>
102
103 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
104 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
105 (charfoo, intfoo): Define full prototype.
106 * gdb.base/ptype1.c (charfoo): Define full prototype.
107 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
108 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
109
c3e5138d
PA
1102020-09-17 Pedro Alves <pedro@palves.net>
111
112 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
113 Don't define.
114 (utf_32_string): Compile for both C and C++.
115 * gdb.base/charset.exp: Use "print /d".
116
151fdbad
PA
1172020-09-17 Pedro Alves <pedro@palves.net>
118
119 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
120 (nullptr): Rename to ...
121 (null_ptr): ... this.
122 * gdb.base/watchpoint.exp: Adjust to rename.
123
18a25b64
PA
1242020-09-17 Pedro Alves <pedro@palves.net>
125
126 * gdb.base/printcmds.c (three, flag_enum_without_zero)
127 (three_not_flag): Add casts.
128
11fac337
PA
1292020-09-17 Pedro Alves <pedro@palves.net>
130
131 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
132 char array.
133 (main): Add references to Barrier, TestStrings, TestStringsH and
134 TestStringsW.
135 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
136 and expect a full prototype in C++.
137
52626c58
PA
1382020-09-17 Pedro Alves <pedro@palves.net>
139
140 * gdb.base/nested-addr.c (main): Add cast.
141 * gdb.base/nested-addr.exp: Use "print /d".
142
52bb0902
PA
1432020-09-17 Pedro Alves <pedro@palves.net>
144
145 * gdb.base/break.exp (func): New. Use it throughout when
146 expecting a function name.
147
73e18ac9
PA
1482020-09-17 Pedro Alves <pedro@palves.net>
149
150 * gdb.base/display.exp: Issue "set print asm-demangle on".
151
c8b18808
PA
1522020-09-17 Pedro Alves <pedro@palves.net>
153
154 * gdb.base/find.c: Include <string.h>.
155 (init_bufs): Add cast.
156 * gdb.base/find.exp: Issue "set print asm-demangle on".
157
fe830662
TT
1582020-09-16 Tom Tromey <tromey@adacore.com>
159
160 PR gdb/26598:
161 * gdb.base/skipcxx.exp: New file.
162 * gdb.base/skipcxx.cc: New file.
163
945ff6e2
TV
1642020-09-16 Tom de Vries <tdevries@suse.de>
165
166 PR testsuite/26617
167 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
168 WITH_DEBUG_SECTIONS is defined.
169 (xstr, str): New macro.
170 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
171 to get start and size of _Dmain.
172 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
173 using additional_flags.
174
da1df1db
TBA
1752020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
176
177 * gdb.base/bp-cmds-sourced-script.c: New file.
178 * gdb.base/bp-cmds-sourced-script.exp: New test.
179 * gdb.base/bp-cmds-sourced-script.gdb: New file.
180
337882d4
TV
1812020-09-16 Tom de Vries <tdevries@suse.de>
182
183 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
184 get the gdb prompt after issuing "monitor exit".
185
7361f908
TV
1862020-09-16 Tom de Vries <tdevries@suse.de>
187
188 PR testsuite/26624
189 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
190
4d91ddd3
TV
1912020-09-16 Tom de Vries <tdevries@suse.de>
192
193 PR testsuite/26618
194 * gdb.tui/new-layout.exp: Escape unbalanced braces.
195
08cc37dd
TT
1962020-09-15 Tom Tromey <tromey@adacore.com>
197
198 PR rust/26197:
199 * lib/rust-support.exp (rust_llvm_version): New proc.
200 * gdb.rust/simple.exp: Check rust_llvm_version.
201
ee6372f2
TV
2022020-09-14 Tom de Vries <tdevries@suse.de>
203
204 * gdb.rust/traits.exp: Fix PATH warning.
205
dc3a371e
PA
2062020-09-13 Pedro Alves <pedro@palves.net>
207
208 * gdb.base/catch-follow-exec.c (main): Add explicit return
209 statement.
210 * gdb.base/catch-signal.c (main): Likewise.
211 * gdb.base/condbreak-call-false.c (main): Likewise.
212 * gdb.base/consecutive.c (main): Add explicit return
213 statement and return type.
214 * gdb.base/cursal.c (main): Add explicit return statement.
215 * gdb.base/cvexpr.c (main): Likewise.
216 * gdb.base/display.c (main): Add explicit return statement and
217 return type.
218 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
219 * gdb.base/endianity.c (main): Likewise.
220 * gdb.base/execd-prog.c (main): Likewise.
221 * gdb.base/gdb1090.c (main): Likewise.
222 * gdb.base/info_qt.c (main): Likewise.
223 * gdb.base/lineinc.c (main): Likewise.
224 * gdb.base/load-command.c (main): Likewise.
225 * gdb.base/macscp1.c (main): Likewise.
226 * gdb.base/pr10179-a.c (main): Likewise.
227 * gdb.base/quit-live.c (main): Likewise.
228 * gdb.base/scope0.c (main): Likewise.
229 * gdb.base/settings.c (main): Likewise.
230 * gdb.base/stack-checking.c (main): Return int.
231 * gdb.base/varargs.c (main): Add explicit return statement.
232 * gdb.cp/ambiguous.cc (main): Likewise.
233 * gdb.cp/anon-struct.cc (main): Likewise.
234 * gdb.cp/anon-union.cc (main): Likewise.
235 * gdb.cp/bool.cc (main): Likewise.
236 * gdb.cp/bs15503.cc (main): Likewise.
237 * gdb.cp/cplusfuncs.cc (main): Likewise.
238 * gdb.cp/cttiadd.cc (main): Likewise.
239 * gdb.cp/extern-c.cc (main): Likewise.
240 * gdb.cp/filename.cc (main): Likewise.
241 * gdb.cp/formatted-ref.cc (main): Likewise.
242 * gdb.cp/mb-ctor.cc (main): Likewise.
243 * gdb.cp/member-ptr.cc (main): Likewise.
244 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
245 * gdb.cp/overload-const.cc (main): Likewise.
246 * gdb.cp/paren-type.cc (main): Likewise.
247 * gdb.cp/parse-lang.cc (main): Likewise.
248 * gdb.cp/pr-1023.cc (main): Likewise.
249 * gdb.cp/psmang1.cc (main): Likewise.
250 * gdb.cp/readnow-language.cc (main): Likewise.
251 * gdb.cp/ref-params.cc (main): Likewise.
252 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
253 * gdb.cp/virtbase2.cc (main): Likewise.
254 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
255 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
256 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
257 * gdb.mi/mi-console.c (main): Likewise.
258 * gdb.mi/mi-read-memory.c (main): Likewise.
259 * gdb.modula2/multidim.c (main): Likewise.
260 * gdb.opt/inline-small-func.c (main): Likewise.
261 * gdb.python/py-rbreak.c (main): Likewise.
262 * gdb.stabs/exclfwd1.c (main): Likewise.
263 * gdb.trace/qtro.c (main): Likewise.
264
af26601c
PA
2652020-09-13 Pedro Alves <pedro@palves.net>
266
267 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
268 instead of getenv.
269
2f4b83cd
PA
2702020-09-13 Pedro Alves <pedro@palves.net>
271
272 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
273 instead of spawning GDB with remote_spawn.
274 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
275 gdb_spawn instead of spawning GDB with remote_spawn.
276
c49da0e4
PA
2772020-09-13 Pedro Alves <pedro@palves.net>
278
279 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
280 file and add calls to first and second.
281 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
282 add call to f.
283
6791b117
PA
2842020-09-13 Pedro Alves <pedro@palves.net>
285
286 * gdb.mi/mi-break-qualified.cc: New file.
287 * gdb.mi/mi-break-qualified.exp: New file.
288 * lib/mi-support.exp (mi_create_breakpoint_multi)
289 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
290 procedures.
291 (mi_create_breakpoint_1): New, factored out from
292 mi_create_breakpoint.
293
3b8d4c5c
PA
2942020-09-13 Pedro Alves <pedro@palves.net>
295
296 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
297 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
298 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
299 (register_class): Delete.
300 (main): Don't call register_class.
301
d5f96005
PA
3022020-09-13 Pedro Alves <pedro@palves.net>
303
304 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
305 (do_tests): Remove "calling method for small class" test.
306 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
307 (register_class): Delete.
308 (main): Don't call register_class.
309 * gdb.cp/call-method-register.exp: New file, based on bits removed
310 from classes.exp.
311 * gdb.cp/call-method-register.cc: New file, based on bits removed
312 from classes.cc.
313
77f2120b
PA
3142020-09-13 Pedro Alves <pedro@palves.net>
315
316 * gdb.base/msym-bp-2.c: New.
317 * gdb.base/msym-bp-shl-lib.c: New file.
318 * gdb.base/msym-bp-shl-main-2.c: New file.
319 * gdb.base/msym-bp-shl-main.c: New file.
320 * gdb.base/msym-bp-shl.exp: New file.
321 * gdb.base/msym-bp.c: New file.
322 * gdb.base/msym-bp.exp: New file.
323
32aea73e
JB
3242020-09-13 Joel Brobecker <brobecker@adacore.com>
325
326 * gdb.base/default.exp: Change $_gdb_major to 11.
327
2a67f09d
FW
3282020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
329 Felix Willgerodt <Felix.Willgerodt@intel.com>
330
331 * x86-avx512bf16.c: New file.
332 * x86-avx512bf16.exp: Likewise.
333 * lib/gdb.exp (skip_avx512bf16_tests): New function.
334
ad570dd7
TV
3352020-09-11 Tom de Vries <tdevries@suse.de>
336
337 PR exp/26602
338 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
339
a56f7391
TBA
3402020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
341
342 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
343
918619e5
AM
3442020-09-10 Alan Modra <amodra@gmail.com>
345
346 PR 26597
347 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
348
cac1e71d
TV
3492020-09-08 Tom de Vries <tdevries@suse.de>
350
351 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
352 after gdb_starti_cmd.
353
c5cd900e
AKS
3542020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
355
356 * lib/fortran.exp (fortran_complex8): New proc.
357 (fortran_complex16): New proc.
358 * gdb.fortran/complex.exp: Use routines from fortran.exp
359 * gdb.fortran/pointer-to-pointer.exp: Likewise.
360 * gdb.fortran/vla-ptr-info.exp: Likewise.
361
8f5c6526
TV
3622020-09-03 Tom de Vries <tdevries@suse.de>
363
364 PR breakpoint/26546
365 * gdb.base/label-without-address.exp: Runto main first.
366
02c6f3f1
TT
3672020-09-02 Tom Tromey <tromey@adacore.com>
368
369 * gdb.ada/mi_var_access.exp: Test children of access variable.
370 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
371 * gdb.ada/mi_var_array.exp: Update.
372
efe24f05
KB
3732020-08-31 Kevin Buettner <kevinb@redhat.com>
374
375 * gdb.base/corefile.exp (warning-free): XFAIL test when running
376 on docker w/ AUFS storage driver.
377
973695d6
KB
3782020-08-31 Kevin Buettner <kevinb@redhat.com>
379
380 * gdb.base/corefile2.exp (renamed binfile): New tests.
381
f3bd50f1
SM
3822020-08-31 Simon Marchi <simon.marchi@efficios.com>
383
384 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
385
22b9b4b0
SL
3862020-08-31 Simon Marchi <simon.marchi@efficios.com>
387
388 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
389 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
390
8efaf6b3
SM
3912020-08-31 Simon Marchi <simon.marchi@efficios.com>
392
393 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
394 output, printing a "not saved" value from history and printing a
395 convenience variable created from a "not saved" value.
396
e840f2e3
TV
3972020-08-31 Tom de Vries <tdevries@suse.de>
398
399 * gdb.base/eh_return.exp: Use nopie.
400
8f57f343
PA
4012020-08-28 Pedro Alves <pedro@palves.net>
402
403 * gdb.base/advance-until-multiple-locations.exp
404 (advance_overload, until_overload): Adjust to match the
405 frame/function header instead of the source line text.
406
626d2320
TV
4072020-08-28 Tom de Vries <tdevries@suse.de>
408
409 * gdb.base/label-without-address.c: New test.
410 * gdb.base/label-without-address.exp: New file.
411
df631783
PA
4122020-08-27 Pedro Alves <pedro@palves.net>
413
414 PR gdb/26523
415 PR gdb/26524
416 * gdb.base/advance-until-multiple-locations.cc: New.
417 * gdb.base/advance-until-multiple-locations.exp: New.
418
48b076bb
SM
4192020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
420
421 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
422
c2015ce4
AB
4232020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 * gdb.arch/amd64-byte.exp: Make test names unique, use
426 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
427 * gdb.arch/amd64-dword.exp: Likewise.
428 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
429 * gdb.arch/amd64-stap-special-operands.exp: Make test names
430 unique.
431 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
432 * gdb.arch/amd64-word.exp: Make test names unique, use
433 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
434 * gdb.arch/i386-byte.exp: Make test names unique, use
435 gdb_breakpoint.
436 * gdb.arch/i386-word.exp: Likewise.
437
995d3a19
SV
4382020-08-25 Shahab Vahedi <shahab@synopsys.com>
439
440 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
441
8cac2b31
SM
4422020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
443
444 PR gdb/26532
445 * gdb.threads/stepi-random-signal.exp: Update pattern.
446
2bc19622
SM
4472020-08-25 Simon Marchi <simon.marchi@efficios.com>
448
449 PR gdb/26532
450 * gdb.base/ui-redirect.exp: Update pattern.
451
b04aa1fc
GB
4522020-08-25 Gary Benson <gbenson@redhat.com>
453
454 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
455 when compiling with clang.
8571e9c8 456 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 457
9f68b453
GB
4582020-08-25 Gary Benson <gbenson@redhat.com>
459
460 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
461 Add additional_flags=-Wno-inaccessible-base when compiling
462 with GCC >= 10.1 or clang. Add additional_flags=-w when
463 compiling with GCC < 10.
464
3945d2d7
GM
4652020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
466
467 PR m2/26372
fc5d6901
SM
468 * gdb.modula2/multidim.c: New file.
469 * gdb.modula2/multidim.exp: New file.
3945d2d7 470
60122dbe
SM
4712020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
472
473 * lib/gdb.exp (runto): Always emit fail on internal error.
474
1eb8556f
SM
4752020-08-24 Simon Marchi <simon.marchi@efficios.com>
476
477 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
478 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
479 Likewise.
480 * gdb.threads/stepi-random-signal.exp: Likewise.
481
33bf4c5c
TBA
4822020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
483
484 * gdb.base/print-file-var.exp: Fix typo "breapoint".
485 * gdb.trace/strace.exp: Ditto.
486
c2fd7fae
AKS
4872020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
488
489 * gdb.fortran/vla-type.exp: Skip commands not required for
490 the Flang compiled binaries after prologue fix.
491
326afb72
TT
4922020-08-17 Tom de Vries <tdevries@suse.de>
493 Tom Tromey <tromey@adacore.com>
494
495 PR rust/26197:
496 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
497
3ae7ab99
TT
4982020-08-17 Tom Tromey <tromey@adacore.com>
499
500 * gdb.ada/mi_var_access.exp: New file.
501 * gdb.ada/mi_var_access/mi_access.adb: New file.
502 * gdb.ada/mi_var_access/pck.adb: New file.
503 * gdb.ada/mi_var_access/pck.ads: New file.
504
f569c1c5
TV
5052020-08-16 Tom de Vries <tdevries@suse.de>
506
507 PR gdb/25350
508 * gdb.base/eh_return.c: New test.
509 * gdb.base/eh_return.exp: New file.
510
3d11c30a
TV
5112020-08-15 Tom de Vries <tdevries@suse.de>
512
513 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
514 (mixed_func_1d_): Use fortran_charlen_t in decl.
515
547ce8f0
TV
5162020-08-15 Tom de Vries <tdevries@suse.de>
517
518 PR backtrace/26390
519 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
520 Update expected pattern.
521
a54a7f13
PA
5222020-08-13 Pedro Alves <pedro@palves.net>
523
524 * gdb.fortran/complex.exp: Check skip_fortran_tests.
525 * gdb.fortran/library-module.exp: Likewise.
526 * gdb.fortran/logical.exp: Likewise.
527 * gdb.fortran/module.exp: Likewise.
528 * gdb.fortran/print_type.exp: Likewise.
529 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
530 * gdb.fortran/vla-datatypes.exp: Likewise.
531 * gdb.fortran/vla-history.exp: Likewise.
532 * gdb.fortran/vla-ptr-info.exp: Likewise.
533 * gdb.fortran/vla-ptype-sub.exp: Likewise.
534 * gdb.fortran/vla-ptype.exp: Likewise.
535 * gdb.fortran/vla-sizeof.exp: Likewise.
536 * gdb.fortran/vla-type.exp: Likewise.
537 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
538 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
539 * gdb.fortran/vla-value-sub.exp: Likewise.
540 * gdb.fortran/vla-value.exp: Likewise.
541
7a82e903
PA
5422020-08-13 Pedro Alves <pedro@palves.net>
543
544 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
545 * gdb.ada/access_to_packed_array.exp: Likewise.
546 * gdb.ada/access_to_unbounded_array.exp: Likewise.
547 * gdb.ada/addr_arith.exp: Likewise.
548 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
549 * gdb.ada/arr_arr.exp: Likewise.
550 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
551 * gdb.ada/array_bounds.exp: Likewise.
552 * gdb.ada/array_of_variable_length.exp: Likewise.
553 * gdb.ada/array_ptr_renaming.exp: Likewise.
554 * gdb.ada/array_subscript_addr.exp: Likewise.
555 * gdb.ada/arraydim.exp: Likewise.
556 * gdb.ada/arrayparam.exp: Likewise.
557 * gdb.ada/arrayptr.exp: Likewise.
558 * gdb.ada/assign_1.exp: Likewise.
559 * gdb.ada/assign_arr.exp: Likewise.
560 * gdb.ada/atomic_enum.exp: Likewise.
561 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
562 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
563 * gdb.ada/bias.exp: Likewise.
564 * gdb.ada/boolean_expr.exp: Likewise.
565 * gdb.ada/bp_c_mixed_case.exp: Likewise.
566 * gdb.ada/bp_enum_homonym.exp: Likewise.
567 * gdb.ada/bp_inlined_func.exp: Likewise.
568 * gdb.ada/bp_on_var.exp: Likewise.
569 * gdb.ada/bp_range_type.exp: Likewise.
570 * gdb.ada/bp_reset.exp: Likewise.
571 * gdb.ada/call_pn.exp: Likewise.
572 * gdb.ada/catch_assert_if.exp: Likewise.
573 * gdb.ada/catch_ex.exp: Likewise.
574 * gdb.ada/catch_ex_std.exp: Likewise.
575 * gdb.ada/char_enum.exp: Likewise.
576 * gdb.ada/char_param.exp: Likewise.
577 * gdb.ada/complete.exp: Likewise.
578 * gdb.ada/cond_lang.exp: Likewise.
579 * gdb.ada/convvar_comp.exp: Likewise.
580 * gdb.ada/dgopt.exp: Likewise.
581 * gdb.ada/disc_arr_bound.exp: Likewise.
582 * gdb.ada/display_nested.exp: Likewise.
583 * gdb.ada/dot_all.exp: Likewise.
584 * gdb.ada/dyn_loc.exp: Likewise.
585 * gdb.ada/dyn_stride.exp: Likewise.
586 * gdb.ada/excep_handle.exp: Likewise.
587 * gdb.ada/expr_delims.exp: Likewise.
588 * gdb.ada/expr_with_funcall.exp: Likewise.
589 * gdb.ada/exprs.exp: Likewise.
590 * gdb.ada/fin_fun_out.exp: Likewise.
591 * gdb.ada/fixed_cmp.exp: Likewise.
592 * gdb.ada/formatted_ref.exp: Likewise.
593 * gdb.ada/frame_arg_lang.exp: Likewise.
594 * gdb.ada/frame_args.exp: Likewise.
595 * gdb.ada/fullname_bp.exp: Likewise.
596 * gdb.ada/fun_addr.exp: Likewise.
597 * gdb.ada/fun_in_declare.exp: Likewise.
598 * gdb.ada/fun_overload_menu.exp: Likewise.
599 * gdb.ada/fun_renaming.exp: Likewise.
600 * gdb.ada/funcall_char.exp: Likewise.
601 * gdb.ada/funcall_param.exp: Likewise.
602 * gdb.ada/funcall_ptr.exp: Likewise.
603 * gdb.ada/funcall_ref.exp: Likewise.
604 * gdb.ada/homonym.exp: Likewise.
605 * gdb.ada/info_addr_mixed_case.exp: Likewise.
606 * gdb.ada/info_auto_lang.exp: Likewise.
607 * gdb.ada/info_exc.exp: Likewise.
608 * gdb.ada/info_types.exp: Likewise.
609 * gdb.ada/int_deref.exp: Likewise.
610 * gdb.ada/interface.exp: Likewise.
611 * gdb.ada/iwide.exp: Likewise.
612 * gdb.ada/lang_switch.exp: Likewise.
613 * gdb.ada/length_cond.exp: Likewise.
614 * gdb.ada/maint_with_ada.exp: Likewise.
615 * gdb.ada/mi_catch_assert.exp: Likewise.
616 * gdb.ada/mi_catch_ex.exp: Likewise.
617 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
618 * gdb.ada/mi_dyn_arr.exp: Likewise.
619 * gdb.ada/mi_ex_cond.exp: Likewise.
620 * gdb.ada/mi_exc_info.exp: Likewise.
621 * gdb.ada/mi_interface.exp: Likewise.
622 * gdb.ada/mi_prot.exp: Likewise.
623 * gdb.ada/mi_ref_changeable.exp: Likewise.
624 * gdb.ada/mi_string_access.exp: Likewise.
625 * gdb.ada/mi_task_arg.exp: Likewise.
626 * gdb.ada/mi_task_info.exp: Likewise.
627 * gdb.ada/mi_var_array.exp: Likewise.
628 * gdb.ada/mi_var_union.exp: Likewise.
629 * gdb.ada/mi_variant.exp: Likewise.
630 * gdb.ada/minsyms.exp: Likewise.
631 * gdb.ada/mod_from_name.exp: Likewise.
632 * gdb.ada/nested.exp: Likewise.
633 * gdb.ada/null_array.exp: Likewise.
634 * gdb.ada/optim_drec.exp: Likewise.
635 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
636 * gdb.ada/packed_array_assign.exp: Likewise.
637 * gdb.ada/packed_tagged.exp: Likewise.
638 * gdb.ada/pp-rec-component.exp: Likewise.
639 * gdb.ada/print_chars.exp: Likewise.
640 * gdb.ada/print_pc.exp: Likewise.
641 * gdb.ada/ptr_typedef.exp: Likewise.
642 * gdb.ada/ptype_arith_binop.exp: Likewise.
643 * gdb.ada/ptype_array.exp: Likewise.
644 * gdb.ada/ptype_field.exp: Likewise.
645 * gdb.ada/ptype_tagged_param.exp: Likewise.
646 * gdb.ada/ptype_union.exp: Likewise.
647 * gdb.ada/py_range.exp: Likewise.
648 * gdb.ada/py_taft.exp: Likewise.
649 * gdb.ada/rdv_wait.exp: Likewise.
650 * gdb.ada/rec_comp.exp: Likewise.
651 * gdb.ada/rec_return.exp: Likewise.
652 * gdb.ada/ref_param.exp: Likewise.
653 * gdb.ada/ref_tick_size.exp: Likewise.
654 * gdb.ada/rename_subscript_param.exp: Likewise.
655 * gdb.ada/repeat_dyn.exp: Likewise.
656 * gdb.ada/same_component_name.exp: Likewise.
657 * gdb.ada/same_enum.exp: Likewise.
658 * gdb.ada/scalar_storage.exp: Likewise.
659 * gdb.ada/set_wstr.exp: Likewise.
660 * gdb.ada/small_reg_param.exp: Likewise.
661 * gdb.ada/str_binop_equal.exp: Likewise.
662 * gdb.ada/str_ref_cmp.exp: Likewise.
663 * gdb.ada/str_uninit.exp: Likewise.
664 * gdb.ada/sub_variant.exp: Likewise.
665 * gdb.ada/sym_print_name.exp: Likewise.
666 * gdb.ada/taft_type.exp: Likewise.
667 * gdb.ada/tagged.exp: Likewise.
668 * gdb.ada/tagged_access.exp: Likewise.
669 * gdb.ada/task_bp.exp: Likewise.
670 * gdb.ada/task_switch_in_core.exp: Likewise.
671 * gdb.ada/tasks.exp: Likewise.
672 * gdb.ada/tick_last_segv.exp: Likewise.
673 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
674 * gdb.ada/type_coercion.exp: Likewise.
675 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
676 * gdb.ada/unchecked_union.exp: Likewise.
677 * gdb.ada/uninitialized_vars.exp: Likewise.
678 * gdb.ada/var_arr_attrs.exp: Likewise.
679 * gdb.ada/var_arr_typedef.exp: Likewise.
680 * gdb.ada/var_rec_arr.exp: Likewise.
681 * gdb.ada/variant-record.exp: Likewise.
682 * gdb.ada/variant.exp: Likewise.
683 * gdb.ada/variant_record_packed_array.exp: Likewise.
684 * gdb.ada/varsize_limit.exp: Likewise.
685 * gdb.ada/whatis_array_val.exp: Likewise.
686 * gdb.ada/widewide.exp: Likewise.
687 * gdb.ada/win_fu_syms.exp: Likewise.
688
6892020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
690
691 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
692
10c381b5
AB
6932020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
696 unset the array variable.
697
8f34b746
TV
6982020-08-03 Tom de Vries <tdevries@suse.de>
699
700 PR symtab/26333
701 * lib/dwarf.exp (DW_LNE_user): New proc.
702 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
703 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
704
0245e136
KB
7052020-07-31 Kevin Buettner <kevinb@redhat.com>
706
707 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
708 to 'uintptr_t'
709 (inttypes.h): Include.
710
9ef1ec5d
KB
7112020-07-31 Kevin Buettner <kevinb@redhat.com>
712
713 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
714 (C5_24k): Delete.
715 (C5_8k, C5_64k, C5_256k): New macros.
716 (buf_ro): Allocate 256 KiB of initialized data.
717
4c55e970
TBA
7182020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
719
720 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
721 that attempt to overwrite an existing condition with a condition
722 that fails parsing and also with a condition that parses fine
723 but contains junk at the end.
724
1e620590
TBA
7252020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
726
727 * gdb.base/condbreak-bad.c: New test.
728 * gdb.base/condbreak-bad.exp: New file.
729
e12dcc50
TV
7302020-07-30 Tom de Vries <tdevries@suse.de>
731
732 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
733 out of ...
734 (GDBInfoModuleSymbols::check_entry): ... here.
735 (GDBInfoModuleSymbols::check_optional_entry): New proc.
736 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
737 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
738
6cc64caa
TV
7392020-07-30 Tom de Vries <tdevries@suse.de>
740
741 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
742 "__class_some_module_Number_t" optional.
743
90fd07fc
TV
7442020-07-29 Tom de Vries <tdevries@suse.de>
745
746 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
747 multiple locations.
748
f5c79e97
TV
7492020-07-29 Tom de Vries <tdevries@suse.de>
750
751 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
752 rather than function name.
753
f75a0693
AB
7542020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
755
756 PR symtab/26270:
757 * gdb.cp/disasm-func-name.cc: New file.
758 * gdb.cp/disasm-func-name.exp: New file.
759
4888741a
TT
7602020-07-28 Tom Tromey <tromey@adacore.com>
761
762 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
763 'varval' location.
764
43d5901d
AB
7652020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
766
767 * gdb.python/py-unwind.py: Update to make use of a register
768 descriptor.
769
14fa8fb3
AB
7702020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
771
772 * gdb.python/py-arch-reg-names.exp: Add additional tests.
773
e79eb02f
AB
7742020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
775
776 PR fortran/23051
777 PR fortran/26139
778 * gdb.fortran/class-allocatable-array.exp: New file.
779 * gdb.fortran/class-allocatable-array.f90: New file.
780 * gdb.fortran/pointer-to-pointer.exp: New file.
781 * gdb.fortran/pointer-to-pointer.f90: New file.
782
876518dd
TV
7832020-07-25 Tom de Vries <tdevries@suse.de>
784
785 PR symtab/26243
786 * gdb.dwarf2/dw2-line-number-zero.c: New test.
787 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
788
6dcfb80a
TV
7892020-07-24 Tom de Vries <tdevries@suse.de>
790
791 PR testsuite/26293
792 * gdb.ada/mi_prot.exp: Require gnatmake-8.
793
e7bc9db8
PA
7942020-07-23 Pedro Alves <pedro@palves.net>
795
796 * gdb.server/server-kill.exp (prepare): New, factored out from the
797 top level.
798 (kill_server): New.
799 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
800 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
801
78344df7
AB
8022020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
803
804 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
805
25dfed24
SL
8062020-07-22 Sandra Loosemore <sandra@codesourcery.com>
807
808 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
809 Initialize to empty string at top level.
810 (gdb_wrapper_init): Revert check for file existence on build.
811 Build the wrapper in its default place, not a build-specific
812 location. When host == build, make the pathname absolute.
813 (gdb_compile): Delete leftover declaration of
814 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
815 string instead of uninitialized.
816
7da515fd
KB
8172020-07-22 Kevin Buettner <kevinb@redhat.com>
818
819 * gdb.base/corefile2.exp: New file.
820 * gdb.base/coremaker2.exp: New file.
821
9c5ec5c2
KB
8222020-07-22 Kevin Buettner <kevinb@redhat.com>
823
824 * gdb.base/coredump-filter.exp: Add second
825 non-Private-Shared-Anon-File test.
826 (test_disasm): Rename binfile for test which is expected
827 to fail.
828
f9e233c9
KB
8292020-07-22 Kevin Buettner <kevinb@redhat.com>
830
831 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
832 data in core file".
833 * gdb.base/coremaker.c (buf2ro): New global.
834 (mmapdata): Add a read-only mmap mapping.
835
94c265d7
KB
8362020-07-22 Kevin Buettner <kevinb@redhat.com>
837
838 PR corefiles/25631
839 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
840 New test.
841 * gdb.base/coremaker.c (buf3): New global.
842 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
843 flags.
844
8452020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
846
847 * gdb.base/coremaker.c (filler_ro): New global constant.
848
32fa152e
TT
8492020-07-22 Tom Tromey <tromey@adacore.com>
850
851 * gdb.ada/mi_prot.exp: New file.
852 * gdb.ada/mi_prot/pkg.adb: New file.
853 * gdb.ada/mi_prot/pkg.ads: New file.
854 * gdb.ada/mi_prot/prot.adb: New file.
855
c8474dc3
TBA
8562020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
857
858 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
859 loads two JITers.
860
baf8791e
AB
8612020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
862
863 * gdb.python/py-arch-reg-groups.exp: Additional tests.
864
f7306dac
AB
8652020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
866
867 * gdb.python/py-arch-reg-names.exp: Additional tests.
868
6d3d6e4b
TV
8692020-07-21 Tom de Vries <tdevries@suse.de>
870
871 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
872 breakpoint locations".
873 * gdb.reverse/solib-reverse.exp: Same.
874
803d0592
TV
8752020-07-21 Tom de Vries <tdevries@suse.de>
876
877 * gdb.reverse/step-reverse.c (callee): Merge statements.
878
e9bdc510
TV
8792020-07-21 Tom de Vries <tdevries@suse.de>
880
881 * gdb.fortran/info-modules.exp (info module variables): Allow missing
882 line numbers for some variables.
883
f0f9e75a
TV
8842020-07-21 Tom de Vries <tdevries@suse.de>
885
886 * gdb.opt/inline-locals.c (init_array): New func.
887 (func1): Use init_array.
888 * gdb.opt/inline-locals.exp: Update pattern.
889
bd460ecb
TV
8902020-07-21 Tom de Vries <tdevries@suse.de>
891
892 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
893 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
894
ae5369e7
LC
8952020-07-20 Ludovic Courtès <ludo@gnu.org>
896
897 * gdb.guile/source2.scm: Add #f first argument to 'format'.
898 * gdb.guile/types-module.exp: Remove "ERROR:" from
899 regexps since Guile 3.0 no longer prints that.
900
68cf161c
LC
9012020-07-20 Ludovic Courtès <ludo@gnu.org>
902
903 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
904 error regexp to match on Guile 2.2.
905
c14b4913
GB
9062020-07-20 Gary Benson <gbenson@redhat.com>
907
908 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
909 with clang.
910
b243ba58
TV
9112020-07-20 Tom de Vries <tdevries@suse.de>
912
913 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
914 (omp_set_lock_in_order): New function.
915 (single_scope, multi_scope, nested_func, nested_parallel): Use
916 omp_set_lock_in_order and omp_unset_lock.
917 (main): Init and destroy lock and lock2.
918
c06ad8b5
TV
9192020-07-20 Tom de Vries <tdevries@suse.de>
920
921 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
922
6e22f117
TV
9232020-07-20 Tom de Vries <tdevries@suse.de>
924
925 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
926
33176ea7
TV
9272020-07-17 Tom de Vries <tdevries@suse.de>
928
929 * gdb.base/valgrind-infcall-2.c: New test.
930 * gdb.base/valgrind-infcall-2.exp: New file.
931 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
932
90c3ec2d
TV
9332020-07-17 Tom de Vries <tdevries@suse.de>
934
935 * gdb.dlang/circular.c (found): Use found_label as label name.
936 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
937 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
938 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
939 * gdb.dwarf2/ada-linkage-name.exp: Same.
940 * gdb.dwarf2/arr-subrange.exp: Same.
941 * gdb.dwarf2/atomic-type.exp: Same.
942 * gdb.dwarf2/comp-unit-lang.exp: Same.
943 * gdb.dwarf2/cpp-linkage-name.exp: Same.
944 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
945 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
946 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
947 * gdb.dwarf2/implptr-64bit.exp: Same.
948 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
949 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
950 * gdb.dwarf2/imported-unit.exp: Same.
951 * gdb.dwarf2/main-subprogram.exp: Same.
952 * gdb.dwarf2/missing-type-name.exp: Same.
953 * gdb.dwarf2/nonvar-access.exp: Same.
954 * gdb.dwarf2/struct-with-sig.exp: Same.
955 * gdb.dwarf2/typedef-void-finish.exp: Same.
956 * gdb.dwarf2/void-type.exp: Same.
957
10da644d
TV
9582020-07-17 Tom de Vries <tdevries@suse.de>
959
960 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
961 src parameter.
962 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
963 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
964 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
965 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
966 * gdb.dwarf2/dwz.exp: Same.
967 * gdb.dwarf2/implptr-optimized-out.exp: Same.
968 * gdb.dwarf2/implref-array.exp: Same.
969 * gdb.dwarf2/implref-const.exp: Same.
970 * gdb.dwarf2/implref-global.exp: Same.
971 * gdb.dwarf2/implref-struct.exp: Same.
972 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
973 * gdb.dwarf2/opaque-type-lookup.exp: Same.
974 * gdb.dwarf2/var-access.exp: Same.
975 * gdb.dwarf2/varval.exp: Same.
976 * gdb.trace/entry-values.exp: Same.
977
315e6afc
TV
9782020-07-17 Tom de Vries <tdevries@suse.de>
979
980 * lib/dwarf.exp (Dwarf::extern): Remove.
981 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
982 * gdb.dlang/circular.exp: Same.
983 * gdb.dwarf2/comp-unit-lang.exp: Same.
984 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
985 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
986 * gdb.dwarf2/dwz.exp: Same.
987 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
988 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
989 * gdb.dwarf2/imported-unit.exp: Same.
990 * gdb.dwarf2/opaque-type-lookup.exp: Same.
991
5597c940
SL
9922020-07-16 Sandra Loosemore <sandra@codesourcery.com>
993
994 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
995 Use double quotes instead of single quotes.
996
d0ce17d8
CT
9972020-07-16 Caroline Tice <cmtice@google.com>
998
999 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
1000 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
1001
853772cc
TV
10022020-07-16 Tom de Vries <tdevries@suse.de>
1003
1004 * lib/dwarf.exp (program): Initialize _line.
1005 (DW_LNE_end_sequence): Reinitialize _line.
1006 (DW_LNS_advance_line): Update _line.
1007 (line): New proc.
1008 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
1009 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1010 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1011 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1012 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1013 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1014
fe07b572
AB
10152020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
1018 generic.
1019
52781cce
TV
10202020-07-15 Tom de Vries <tdevries@suse.de>
1021
1022 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
1023 is_amd64_regs_target.
1024
3dcc261c
AB
10252020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1026
1027 * gdb.fortran/ptype-on-functions.exp: Add more tests.
1028 * gdb.fortran/ptype-on-functions.f90: Likewise.
1029
054a0959
SM
10302020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
1031
1032 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
1033 values in documentation for addr_size to 4 and 8.
1034
ccb9eba6
AB
10352020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
1036
1037 * gdb.arch/amd64-osabi.exp: Update.
1038 * gdb.arch/arm-disassembler-options.exp: Update.
1039 * gdb.arch/powerpc-disassembler-options.exp: Update.
1040 * gdb.arch/ppc64-symtab-cordic.exp: Update.
1041 * gdb.arch/s390-disassembler-options.exp: Update.
1042 * gdb.base/all-architectures.exp.tcl: Update.
1043 * gdb.base/attach-pie-noexec.exp: Update.
1044 * gdb.base/catch-syscall.exp: Update.
1045 * gdb.xml/tdesc-arch.exp: Update.
1046
025a39a7
TV
10472020-07-14 Tom de Vries <tdevries@suse.de>
1048
1049 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
1050 (local_gettid): ... this.
1051 (fn): Update.
1052
74e4b667
SL
10532020-07-13 Sandra Loosemore <sandra@codesourcery.com>
1054
1055 * gdb.base/info_sources.exp: Skip directory match tests on
1056 remote hosts.
1057
f413dd74
GB
10582020-07-13 Gary Benson <gbenson@redhat.com>
1059
1060 * gdb.base/savedregs.exp (caller): Use parentheses to
1061 make expected expression evaluation ordering explicit.
1062
915771bb
GB
10632020-07-13 Gary Benson <gbenson@redhat.com>
1064
1065 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
1066
2a122642
GB
10672020-07-13 Gary Benson <gbenson@redhat.com>
1068
1069 * gdb.base/bigcore.c (main): Use a volatile pointer when
1070 attempting to trigger a SIGSEGV.
1071 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
1072 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
1073 * gdb.base/savedregs.c (thrower): Likewise.
1074 * gdb.mi/mi-syn-frame.c (bar): Likewise.
1075
3f00c730
GB
10762020-07-13 Gary Benson <gbenson@redhat.com>
1077
1078 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
1079 defining and using VLA structure fields into...
1080 * gdb.base/vla-struct-fields.c: New file.
1081 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
1082 tests into...
1083 * gdb.base/vla-struct-fields.exp: New file.
1084
963eeee4
TV
10852020-07-13 Tom de Vries <tdevries@suse.de>
1086
1087 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
1088 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
1089 * gdb.base/gold-gdb-index.exp: Same.
1090 * gdb.base/morestack.exp: Same.
1091
0ed35c9a
DX
10922020-07-11 Daniel Xu <dxu@dxuuu.xyz>
1093
1094 PR rust/26121
1095 * gdb.rust/modules.rs: Prevent linker from discarding test
1096 symbol.
1097
4fdba23d
PA
10982020-07-10 Pedro Alves <pedro@palves.net>
1099
1100 PR gdb/26199
1101 * gdb.multi/multi-target.c (exit_thread): New.
1102 (thread_start): Break loop if EXIT_THREAD.
1103 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
1104 (top level) Call test_no_resumed.
1105
15f3b077
TT
11062020-07-08 Tom Tromey <tromey@adacore.com>
1107
1108 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
1109 * gdb.ada/catch_ex.exp: Examine catchpoint text.
1110
9fc501fd
AB
11112020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1112
1113 PR python/22748
1114 * gdb.opt/inline-frame-tailcall.c: New file.
1115 * gdb.opt/inline-frame-tailcall.exp: New file.
1116 * gdb.python/py-unwind-inline.c: New file.
1117 * gdb.python/py-unwind-inline.exp: New file.
1118 * gdb.python/py-unwind-inline.py: New file.
1119
64cb3757
AB
11202020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1121
1122 * gdb.python/py-arch-reg-groups.exp: New file.
1123
0f767f94
AB
11242020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1125
1126 * gdb.python/py-arch-reg-names.exp: New file.
1127
87dbc774
AB
11282020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1129
1130 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
1131 gdb.PendingFrame.architecture method.
1132
d8cc8af6
TV
11332020-07-06 Tom de Vries <tdevries@suse.de>
1134
1135 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
1136
3c8ea5be
PA
11372020-07-03 Pedro Alves <palves@redhat.com>
1138
1139 * gdb.base/structs2.c (main): Adjust second parem_reg call to
1140 explicitly write negative numbers.
1141 * gdb.base/structs2.exp: Adjust expected output.
1142
bf90c83a
PA
11432020-07-03 Pedro Alves <palves@redhat.com>
1144
1145 * gdb.base/charset.c (init_string): Change all char parameters to
1146 unsigned char parameters.
1147
2eb82157
PA
11482020-07-03 Pedro Alves <palves@redhat.com>
1149
1150 * gdb.base/call-sc.exp (start_scalars_test): Use
1151 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1152 * gdb.base/overlays.c: Remove references to PARAMS.
1153 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1154 * gdb.base/reread.exp: Don't set 'prototypes' global.
1155 * gdb.base/structs.exp (start_structs_test): Use
1156 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1157 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1158 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1159 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1160 call.
1161 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1162
9adda7af
PA
11632020-07-03 Pedro Alves <palves@redhat.com>
1164
1165 * gdb.base/m32rovly.c: Delete.
1166 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1167
2a17c803
PW
11682020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1169
1170 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1171 of gdb_py_test_multiple.
1172 * gdb.python/py-cmd.exp: Likewise.
1173 * gdb.python/py-events.exp: Likewise.
1174 * gdb.python/py-function.exp: Likewise.
1175 * gdb.python/py-inferior.exp: Likewise.
1176 * gdb.python/py-infthread.exp: Likewise.
1177 * gdb.python/py-linetable.exp: Likewise.
1178 * gdb.python/py-parameter.exp: Likewise.
1179 * gdb.python/py-value.exp: Likewise.
1180
b011fe1a
TV
11812020-06-30 Tom de Vries <tdevries@suse.de>
1182
1183 PR testsuite/26175
1184 * lib/future.exp (gdb_default_target_compile): Detect and handle
1185 early_flags.
1186
df5b8876
SM
11872020-06-29 Simon Marchi <simon.marchi@efficios.com>
1188
1189 * boards/simavr.exp (gdb_load): Catch errors when closing
1190 previous connection. Close connection, wait for process and
1191 unset simavr_spawn_id on failure.
1192
a3ca48cd
TV
11932020-06-29 Tom de Vries <tdevries@suse.de>
1194
1195 * lib/gdb.exp (unknown): Make test-case unresolved.
1196
b0237c0e
TV
11972020-06-29 Tom de Vries <tdevries@suse.de>
1198
1199 PR gdb/25475
1200 * gdb.server/solib-list.exp: Verify that the symbol reload
1201 confirmation question is asked.
1202
c0b3b3bd
PW
12032020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1204
1205 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1206 have a input seq nr in each pass message.
fe4c3d43 1207 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
1208 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1209 * gdb.python/python.exp: Make test names unique,
1210 use gdb_test_multiline instead of gdb_py_test_multiple,
1211 use $gdb_test_name.
1212 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1213
1776e3e5
NA
12142020-06-26 Nick Alcock <nick.alcock@oracle.com>
1215
1216 * configure.ac: Add --enable-libctf.
1217 * aclocal.m4: sinclude ../config/enable.m4.
1218 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1219 * lib/gdb.exp (skip_ctf_tests): Use it.
1220 * gdb.base/ctf-constvars.exp: Error message tweak.
1221 * gdb.base/ctf-ptype.exp: Likewise.
1222 * configure: Regenerate.
1223
f53b3eeb
GB
12242020-06-26 Gary Benson <gbenson@redhat.com>
1225
1226 * gdb.cp/try_catch.cc: Include string.h.
1227 (main): Replace comparison against string literal with
1228 strcmp, avoiding build failure with -Wstring-compare.
1229 Add "marker test-complete".
1230 * gdb.cp/try_catch.exp: Run the test to the above marker,
1231 then verify that the value of "test" is still true.
1232
6d74da72
AB
12332020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1234
1235 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1236
2e52d038
AB
12372020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1238
1239 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1240
3b9fce96
AB
12412020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1242
1243 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1244 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1245 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1246 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1247 * gdb.arch/riscv-tdesc-loading.exp: New file.
1248
ed69cbc8
AB
12492020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1250
1251 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1252
767a879e
AB
12532020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1254
1255 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1256 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1257 * gdb.arch/riscv-tdesc-regs.c: New file.
1258 * gdb.arch/riscv-tdesc-regs.exp: New file.
1259
221db974
PA
12602020-06-24 Pedro Alves <palves@redhat.com>
1261
1262 * gdb.arch/amd64-entry-value-paramref.exp: Use
1263 prepare_for_testing_full and don't pass "c++" for the .S file
1264 build spec.
1265 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1266 $options, since it's an assembly file. Remove -Wno-deprecated.
1267 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1268 compiling C++ programs.
1269
331733cd
PA
12702020-06-24 Pedro Alves <palves@redhat.com>
1271
1272 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1273 Clang, add "-Wno-unknown-warning-option" to the options.
1274
caa7fd04
AB
12752020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1276
1277 * gdb.xml/tdesc-reload.c: New file.
1278 * gdb.xml/tdesc-reload.exp: New file.
1279 * gdb.xml/maint-xml-dump-01.xml: New file.
1280 * gdb.xml/maint-xml-dump-02.xml: New file.
1281 * gdb.xml/maint-xml-dump.exp: New file.
1282
bb8d1260
SL
12832020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1284
1285 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1286 Adjust for omitted commands when TUI is disabled.
1287
7e4b9c4c
GB
12882020-06-23 Gary Benson <gbenson@redhat.com>
1289 Pedro Alves <palves@redhat.com>
1290
1291 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1292 * gdb.cp/nsimport.cc: Likewise.
1293 * gdb.cp/nsnested.cc: Likewise.
1294 * gdb.cp/nsnoimports.cc: Likewise.
1295 * gdb.cp/nsusing.cc: Likewise.
1296 * gdb.cp/smartp.cc: Likewise.
1297 * gdb.python/py-pp-integral.c: Likewise.
1298 * gdb.python/py-pp-re-notag.c: Likewise.
1299
2e573c0a
GB
13002020-06-23 Gary Benson <gbenson@redhat.com>
1301
1302 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1303 * gdb.cp/nsimport.cc: Likewise.
1304 * gdb.cp/nsnested.cc: Likewise.
1305 * gdb.cp/nsnoimports.cc: Likewise.
1306 * gdb.cp/nsusing.cc: Likewise.
1307 * gdb.cp/smartp.cc: Likewise.
1308 * gdb.python/py-pp-integral.c: Likewise.
1309 * gdb.python/py-pp-re-notag.c: Likewise.
1310
746ebfe8
PW
13112020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1312
1313 * gdb.base/default-args.exp: New test.
1314 * gdb.base/default-args.c: New file.
1315 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1316 * gdb.base/default.exp: Update to new help text.
1317 * gdb.base/help.exp: Likewise.
1318 * gdb.base/page.exp: Likewise.
1319 * gdb.base/style.exp: Likewise.
1320 * gdb.guile/guile.exp: Likewise.
1321 * gdb.python/python.exp: Likewise.
1322
e822f2cd
SL
13232020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1324
1325 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1326 remote host. Fix search path syntax on Windows host.
1327
48e9cc84
PW
13282020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1329
1330 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1331 over 'exec-file-mismatch'.
1332 * gdb.base/attach.c: Mark should_exit volatile.
1333 * gdb.base/attach2.c: Likewise. Add a comment explaining
1334 why the sleep cannot be big.
1335 * gdb.base/attach3.c: New file.
1336
160f8a8f
SL
13372020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1338
1339 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1340 prefix optional.
1341
4d91c2a4
SL
13422020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1343
1344 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1345 for remote host.
1346
87f83f20
SL
13472020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1348 Hafiz Abid Qadeer <abidh@codesourcery.com>
1349
1350 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1351 file sent to remote host.
1352 (top level): Allow int32_t as type of 32-bit register.
1353
37ab8655
TV
13542020-06-19 Tom de Vries <tdevries@suse.de>
1355
1356 * lib/gdb.exp (gdb_note): New proc.
1357 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1358 (gdb_default_target_compile): ... here. Only call
1359 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1360 (use_gdb_compile): Change to array.
1361 (toplevel): Update sets of use_gdb_compile to specify language.
1362 Warn about default_target_compile override. Store dejagnu's version
1363 of default_target_compile in dejagnu_default_target_compile.
1364
a8a56685
TV
13652020-06-18 Tom de Vries <tdevries@suse.de>
1366
1367 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1368 (default_gdb_init): ... here.
1369
581bea2c
SL
13702020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1371
1372 Fix TUI support checks in gdb.tui tests.
1373
1374 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1375 just say UNSUPPORTED.
1376 * gdb.tui/corefile-run.exp: Likewise.
1377 * gdb.tui/empty.exp: Likewise.
1378 * gdb.tui/list-before.exp: Likewise.
1379 * gdb.tui/list.exp: Likewise.
1380 * gdb.tui/main.exp: Likewise.
1381 * gdb.tui/regs.exp: Likewise.
1382 * gdb.tui/resize.exp: Likewise.
1383 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1384 * gdb.tui/tui-layout-asm.exp: Likewise.
1385 * gdb.tui/tui-missing-src.exp: Likewise.
1386 * gdb.tui/winheight.exp: Likewise.
1387 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1388
05e682e3
SL
13892020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1390
1391 Fix TCL error in gdb.python/py-format-string.exp.
1392
1393 * gdb.python/py-format-string.exp: Move test for python support
1394 earlier, out of function body.
1395
efb763a5
SM
13962020-06-15 Simon Marchi <simon.marchi@efficios.com>
1397
1398 * gdb.base/index-cache-load-twice.c: New.
1399 * gdb.base/index-cache-load-twice.exp: New.
1400
43327b20
KS
14012020-06-17 Keith Seitz <keiths@redhat.com>
1402
99cf27cf 1403 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
1404 when executing "gdb --configuration".
1405
081e778c
TV
14062020-06-17 Tom de Vries <tdevries@suse.de>
1407
1408 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1409 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1410 conditional on presence of gdb_tcl_unknown.
1411 (gdb_finish): Make override undo conditional on presence of
1412 gdb_tcl_unknown.
1413
d2d1ea20
TT
14142020-06-16 Tom Tromey <tom@tromey.com>
1415
1416 * gdb.python/tui-window.py (failwin): New function. Register it
1417 as a TUI window type.
1418 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1419
c802e8a7
GB
14202020-06-16 Gary Benson <gbenson@redhat.com>
1421
1422 * gdb.python/py-nested-maps.c (create_map): Add missing return
1423 value.
1424 (create_map_map): Likewise.
1425
ff08abb8
TBA
14262020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1427
1428 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1429 variable.
1430 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1431 and use the already-defined 'options' variable.
1432
a29d5112
AB
14332020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1434 Tom de Vries <tdevries@suse.de>
1435
1436 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1437 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1438 (gdb_setup_known_globals): New proc.
1439 (gdb_cleanup_globals): New proc.
1440 * lib/gdb.exp (load_lib): New override proc.
1441 (gdb_stdin_log_init): Set var in_file as persistent global.
1442 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1443 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1444 fpc_compiler as persistent global.
1445
8c74a764
TV
14462020-06-12 Tom de Vries <tdevries@suse.de>
1447
1448 * lib/tuiterm.exp (spawn): Rename to ...
1449 (tui_spawn): ... this.
1450 (toplevel): Move rename of spawn ...
1451 (gdb_init_tuiterm): ... here. New proc.
1452 (gdb_finish_tuiterm): New proc.
1453 * lib/gdb.exp (gdb_finish_hooks): New global var.
1454 (gdb_finish): Handle gdb_finish_hooks.
1455 (tuiterm_env): New proc.
1456 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1457 tuiterm_env.
1458 * gdb.tui/basic.exp: Same.
1459 * gdb.tui/corefile-run.exp: Same.
1460 * gdb.tui/empty.exp: Same.
1461 * gdb.tui/list-before.exp: Same.
1462 * gdb.tui/list.exp: Same.
1463 * gdb.tui/main.exp: Same.
1464 * gdb.tui/new-layout.exp: Same.
1465 * gdb.tui/regs.exp: Same.
1466 * gdb.tui/resize.exp: Same.
1467 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1468 * gdb.tui/tui-layout-asm.exp: Same.
1469 * gdb.tui/tui-missing-src.exp: Same.
1470 * gdb.tui/winheight.exp: Same.
1471
26783bce
TV
14722020-06-12 Tom de Vries <tdevries@suse.de>
1473
1474 PR testsuite/26110
1475 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1476 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1477
2b4e6a3f
TT
14782020-06-11 Tom Tromey <tom@tromey.com>
1479
1480 PR gdb/18318:
1481 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1482 floating point tests.
1483
2f33032a
KS
14842020-06-11 Keith Seitz <keiths@redhat.com>
1485
1486 PR gdb/21356
1487 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1488 vla_struct.
1489 Add new struct vla_typedef and union vla_typedef_union and
1490 corresponding instantiation objects.
1491 Initialize new objects.
1492 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1493 and vla_typedef_union_object.
1494 Fixup type for vla_struct_object.
1495
a8baf0a3
TV
14962020-06-11 Tom de Vries <tdevries@suse.de>
1497
1498 * lib/gdb.exp (with_override): New proc, factored out of ...
1499 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1500
7ab96794
TV
15012020-06-10 Tom de Vries <tdevries@suse.de>
1502
1503 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1504
cab5c3b7
SM
15052020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1506
1507 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1508 parameter, update callers.
1509
f8c41851
SM
15102020-06-04 Simon Marchi <simon.marchi@efficios.com>
1511
1512 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1513 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1514 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1515
1c07a73f
TV
15162020-06-04 Tom de Vries <tdevries@suse.de>
1517
1518 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1519
95146b5d
TV
15202020-06-04 Tom de Vries <tdevries@suse.de>
1521
1522 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1523 exp_continue.
1524
0cfcd4f0
TV
15252020-06-04 Tom de Vries <tdevries@suse.de>
1526
1527 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1528
f9b5d5ea
TV
15292020-06-03 Tom de Vries <tdevries@suse.de>
1530
1531 PR symtab/26046
1532 * gdb.cp/breakpoint-locs-2.cc: New test.
1533 * gdb.cp/breakpoint-locs.cc: New test.
1534 * gdb.cp/breakpoint-locs.exp: New file.
1535 * gdb.cp/breakpoint-locs.h: New test.
1536
5144dfba
TV
15372020-06-03 Tom de Vries <tdevries@suse.de>
1538
1539 PR testsuite/25609
1540 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1541 value of global verbose.
1542 * gdb.base/jit-elf.exp: Same.
1543 * gdb.base/jit-reader.exp: Same.
1544
621eacdf
TV
15452020-06-02 Tom de Vries <tdevries@suse.de>
1546
1547 * gdb.dwarf2/multidictionary.exp: Don't use
1548 gdb_spawn_with_cmdline_opts.
1549
1313c56e
AB
15502020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1551
1552 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1553 use_header case.
1554 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1555 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1556 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1557 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1558 * gdb.dwarf2/dw2-inline-header.c: New file.
1559 * gdb.dwarf2/dw2-inline-header.h: New file.
1560
f68f85b5
PA
15612020-05-30 Pedro Alves <palves@redhat.com>
1562
1563 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1564 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1565
678048e8
GB
15662020-05-29 Gary Benson <gbenson@redhat.com>
1567
1568 * gdb.compile/compile-cplus.exp (additional_flags): Also
1569 set when building with clang.
1570 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1571 when building with clang.
1572
9fcafd23
GB
15732020-05-29 Gary Benson <gbenson@redhat.com>
1574
1575 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1576 building with clang.
1577 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1578
735d5a07
GB
15792020-05-29 Gary Benson <gbenson@redhat.com>
1580
1581 * gdb.cp/koenig.exp (prepare_for_testing): Add
1582 additional_flags=-Wno-unused-comparison.
1583 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1584
4ad2c6a0
GB
15852020-05-28 Gary Benson <gbenson@redhat.com>
1586
1587 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1588 statement.
1589
09fe663e
GB
15902020-05-28 Gary Benson <gbenson@redhat.com>
1591
1592 * gdb.cp/classes.exp (prepare_for_testing): Add
1593 additional_flags=-Wno-deprecated-register.
1594 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1595 * gdb.cp/misc.exp: Likewise.
1596
cee00f17
GB
15972020-05-28 Gary Benson <gbenson@redhat.com>
1598
1599 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1600 (test_op_new::operator new): Add return statement.
1601 (test_op_new_array::operator new[]): Likewise.
1602
636edd00
PA
16032020-05-27 Pedro Alves <palves@redhat.com>
1604
1605 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1606 check. Use test_gdb_complete_unique instead of
1607 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1608 test_gdb_complete_multiple instead of
1609 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1610
c2b75043
LM
16112020-05-27 Luis Machado <luis.machado@linaro.org>
1612
1613 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1614 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1615 * gdb.arch/arm-disassembler-options.exp: Likewise.
1616 * gdb.arch/arm-disp-step.exp: Likewise.
1617 * gdb.arch/thumb-prologue.exp: Likewise.
1618 * gdb.base/async.exp: Likewise.
1619 * gdb.base/auxv.exp: Likewise.
1620 * gdb.base/complex-parts.exp: Likewise.
1621 * gdb.base/ena-dis-br.exp: Likewise.
1622 * gdb.base/foll-exec.exp: Likewise.
1623 * gdb.base/permissions.exp: Likewise.
1624 * gdb.base/relocate.exp: Likewise.
1625 * gdb.base/return2.exp: Likewise.
1626 * gdb.base/sigbpt.exp: Likewise.
1627 * gdb.base/siginfo-obj.exp: Likewise.
1628 * gdb.cp/converts.exp: Likewise.
1629 * gdb.cp/exceptprint.exp: Likewise.
1630 * gdb.cp/inherit.exp: Likewise.
1631 * gdb.cp/nsnoimports.exp: Likewise.
1632 * gdb.cp/virtbase2.exp: Likewise.
1633 * gdb.mi/mi-var-cmd.exp: Likewise.
1634 * gdb.mi/var-cmd.c: Likewise.
1635
53a47a3e
TT
16362020-05-26 Tom Tromey <tromey@adacore.com>
1637
1638 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1639
0bc2354b
TT
16402020-05-26 Tom Tromey <tromey@adacore.com>
1641
1642 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1643 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1644 type.
1645 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1646 variable.
1647
0db49895
CBG
16482020-05-26 Christian Biesinger <cbiesinger@google.com>
1649
1650 * Makefile.in: Use = instead of == for the test command
1651 for portability.
1652
40d22035
TV
16532020-05-26 Tom de Vries <tdevries@suse.de>
1654
1655 * gdb.base/gold-gdb-index-2.c: New test.
1656 * gdb.base/gold-gdb-index.c: New test.
1657 * gdb.base/gold-gdb-index.exp: New file.
1658 * gdb.base/gold-gdb-index.h: New test.
1659
043e2e02
TV
16602020-05-25 Tom de Vries <tdevries@suse.de>
1661
1662 * boards/gold-gdb-index.exp: New file.
1663
462f72c5
SM
16642020-05-25 Simon Marchi <simon.marchi@efficios.com>
1665
1666 * boards/simavr.exp: New file.
1667
6cf66e76
SM
16682020-05-25 Simon Marchi <simon.marchi@efficios.com>
1669
1670 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1671 * gdb.base/inferior-args.exp: New file.
1672 * gdb.base/inferior-args.c: New file.
1673
75d04512
SM
16742020-05-25 Simon Marchi <simon.marchi@efficios.com>
1675
1676 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1677 inferior_args. Pass it to gdb_reload.
1678 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1679 inferior_args.
1680 (gdb_reload): Add inferior_args argument.
1681 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1682 pass it to gdbserver_run.
1683 * boards/native-gdbserver.exp: Do not set noargs.
1684 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1685 inferior_args argument.
1686 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1687 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1688 * gdb.base/args.exp: Likewise.
1689
42cf1844
TV
16902020-05-25 Tom de Vries <tdevries@suse.de>
1691
1692 * lib/gdb.exp (exec_is_pie): Add comment.
1693
8f7d38ef
TV
16942020-05-25 Tom de Vries <tdevries@suse.de>
1695
1696 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1697 instead of $binfile in the untested message.
1698
465e1b0f
TV
16992020-05-25 Tom de Vries <tdevries@suse.de>
1700
1701 PR testsuite/26031
1702 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1703
3c5a0e02
TV
17042020-05-25 Tom de Vries <tdevries@suse.de>
1705
1706 * boards/gold.exp: New file.
1707
0a4f5f8c
TT
17082020-05-23 Tom Tromey <tom@tromey.com>
1709
1710 * gdb.base/style.exp: Remove completion styling test.
1711 * lib/gdb-utils.exp (style): Remove completion styles.
1712
eca1f90c
TT
17132020-05-23 Tom Tromey <tom@tromey.com>
1714
1715 * gdb.base/style.exp: Add completion styling test.
1716 * lib/gdb-utils.exp (style): Add completion styles.
1717
7c13f4e8
AB
17182020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1719
1720 * gdb.base/annota1.exp: Update expected results.
1721 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1722 test name.
1723 * gdb.cp/annota3.exp: Update expected results.
1724
41977d16
SM
17252020-05-20 Simon Marchi <simon.marchi@efficios.com>
1726
1727 PR gdb/26016
1728 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1729 against MAP_FAILED.
1730 * gdb.base/coremaker.c (mmapdata): Likewise.
1731 * gdb.base/jit-reader-host.c (main): Likewise.
1732 * gdb.base/sym-file-loader.c (load): Likewise.
1733 (load_shlib): Likewise.
1734
b4757f2e
TT
17352020-05-20 Tom Tromey <tromey@adacore.com>
1736
1737 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1738
9a0bacfb
TV
17392020-05-20 Tom de Vries <tdevries@suse.de>
1740
1741 PR symtab/25833
1742 * gdb.base/with-mf-inc.c: New test.
1743 * gdb.base/with-mf-main.c: New test.
1744 * gdb.base/with-mf.exp: New file.
1745
76571211
TT
17462020-05-19 Tom Tromey <tromey@adacore.com>
1747
1748 * gdb.rust/simple.exp: Restore missing test result.
1749
4cd9f3d5
TV
17502020-05-19 Tom de Vries <tdevries@suse.de>
1751
1752 * gdb.base/gdb-caching-proc.exp: Fix typo.
1753
7d874253
TT
17542020-05-19 Tom Tromey <tromey@adacore.com>
1755
1756 * gdb.rust/simple.exp: Add some test descriptions.
1757 (test_one_slice): Use with_test_prefix.
1758
1d727695
TV
17592020-05-18 Tom de Vries <tdevries@suse.de>
1760
1761 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1762
7f32a4d5
PA
17632020-05-17 Pedro Alves <palves@redhat.com>
1764
1765 PR gdb/25741
1766 * gdb.base/hw-sw-break-same-address.exp: New file.
1767
7cfd74cf
PA
17682020-05-16 Pedro Alves <palves@redhat.com>
1769
1770 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1771 LAST_LOADED_FILE accordingly.
1772
57b4f16e
PW
17732020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1774
1775 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1776
7c05caf7
PW
17772020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1778
1779 * gdb.base/help.exp: Test apropos and help for commands
1780 having aliases. Fixed comments not starting with an
1781 upper-case letter or not finishing with a dot.
1782
7aa1b46f
PW
17832020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1784
3b3aaacb
PW
1785 * gdb.base/alias.exp: Update help output check.
1786
57b4f16e 17872020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 1788
7aa1b46f
PW
1789 * gdb.base/default.exp: Update output following fixes.
1790
0605465f
PW
17912020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1792
1793 * gdb.base/alias.exp: Test aliases starting with a prefix of
1794 another alias.
1795
86e4e63d
GB
17962020-05-15 Gary Benson <gbenson@redhat.com>
1797
1798 * gdb.base/info-os.c (main): Add return statement.
1799 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1800 * gdb.base/large-frame-2.c (func): Likewise.
1801 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1802 * gdb.base/pr10179-b.c (foo2): Likewise.
1803 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1804 * gdb.base/watch-cond.c (func): Likewise.
1805 * gdb.multi/goodbye.c (verylongfun): Likewise.
1806 * gdb.multi/hello.c (commonfun): Likewise.
1807 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1808 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1809 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1810 Likewise.
1811 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1812 * gdb.threads/interrupt-while-step-over.c (child_function):
1813 Likewise.
1814 * gdb.trace/actions-changed.c (end): Likewise.
1815
163df4df
GB
18162020-05-15 Gary Benson <gbenson@redhat.com>
1817
1818 * gdb.opencl/callfuncs.exp: Report when test skipped.
1819 * gdb.opencl/convs_casts.exp: Likewise.
1820 * gdb.opencl/datatypes.exp: Likewise.
1821 * gdb.opencl/operators.exp: Likewise.
1822 * gdb.opencl/vec_comps.exp: Likewise.
1823
6dbc505a
TV
18242020-05-15 Tom de Vries <tdevries@suse.de>
1825
1826 * gdb.base/align.exp.in: Rename to ...
1827 * gdb.base/align.exp.tcl: ... this.
1828 * gdb.base/align-c++.exp: Update.
1829 * gdb.base/align-c.exp: Update.
1830 * gdb.base/all-architectures.exp.in: Rename to ...
1831 * gdb.base/all-architectures.exp: ... this.
1832 * gdb.base/all-architectures-0.exp: Update.
1833 * gdb.base/all-architectures-1.exp: Update.
1834 * gdb.base/all-architectures-2.exp: Update.
1835 * gdb.base/all-architectures-3.exp: Update.
1836 * gdb.base/all-architectures-4.exp: Update.
1837 * gdb.base/all-architectures-5.exp: Update.
1838 * gdb.base/all-architectures-6.exp: Update.
1839 * gdb.base/all-architectures-7.exp: Update.
1840 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1841 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1842 * gdb.base/infcall-nested-structs-c++.exp: Update.
1843 * gdb.base/infcall-nested-structs-c.exp: Update.
1844 * gdb.base/info-types.exp.in: Rename to ...
1845 * gdb.base/info-types.exp.tcl: ... this.
1846 * gdb.base/info-types-c++.exp: Update.
1847 * gdb.base/info-types-c.exp: Update.
1848 * gdb.base/max-depth.exp.in: Rename to ...
1849 * gdb.base/max-depth.exp.tcl: ... this.
1850 * gdb.base/max-depth-c++.exp: Update.
1851 * gdb.base/max-depth-c.exp: Update.
1852 * gdb.cp/cpexprs.exp.in: Rename to ...
1853 * gdb.cp/cpexprs.exp.tcl: ... this.
1854 * gdb.cp/cpexprs-debug-types.exp: Update.
1855 * gdb.cp/cpexprs.exp: Update.
1856 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1857 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1858 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1859 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1860 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1861 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1862 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1863 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1864 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1865 * gdb.dwarf2/clang-debug-names.exp: Update.
1866
d1034d78
AB
18672020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1868
1869 * lib/check-test-names.exp: Remove code that prevents this file
1870 loading when tests are run in parallel.
1871
3c5c3649
PA
18722020-05-15 Pedro Alves <palves@redhat.com>
1873
1874 * gdb.multi/multi-kill.exp (start_inferior): Remove
1875 'testpid' parameter. Refer to namespace variable directly.
1876 (testpid): Declare as namespace variable.
1877
272c36b8
PA
18782020-05-15 Pedro Alves <palves@redhat.com>
1879
1880 * gdb.multi/multi-kill.exp: Wrap in namespace.
1881 (start_inferior): Add TESTPID parameter. Use it instead of the
1882 testpid global.
1883 (top level): Define empty TESTPID array, and pass it down to
1884 start_inferior.
1885
02eba61a
TV
18862020-05-14 Tom de Vries <tdevries@suse.de>
1887
1888 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1889 output.
1890
971a3747
TV
18912020-05-14 Tom de Vries <tdevries@suse.de>
1892
1893 * gdb.base/align.exp: Split into ...
1894 * gdb.base/align.exp.in: ...
1895 * gdb.base/align-c++.exp: ...
1896 * gdb.base/align-c.exp: ... these.
1897 * gdb.base/infcall-nested-structs.exp: Split into ...
1898 * gdb.base/infcall-nested-structs.exp.in: ...
1899 * gdb.base/infcall-nested-structs-c++.exp: ...
1900 * gdb.base/infcall-nested-structs-c.exp: ... these.
1901 * gdb.base/info-types.exp: Split into ...
1902 * gdb.base/info-types.exp.in: ...
1903 * gdb.base/info-types-c++.exp: ...
1904 * gdb.base/info-types-c.exp: ... these.
1905 * gdb.base/max-depth.exp: Split into ...
1906 * gdb.base/max-depth.exp.in: ...
1907 * gdb.base/max-depth-c++.exp: ...
1908 * gdb.base/max-depth-c.exp: ... these.
1909 * gdb.cp/infcall-nodebug.exp: Split into ...
1910 * gdb.cp/infcall-nodebug.exp.in: ...
1911 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1912 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1913 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1914 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1915
a05575d3
TBA
19162020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1917 Pedro Alves <palves@redhat.com>
1918
1919 * gdb.multi/multi-exit.c: New file.
1920 * gdb.multi/multi-exit.exp: New file.
1921 * gdb.multi/multi-kill.c: New file.
1922 * gdb.multi/multi-kill.exp: New file.
1923
6ad82919
TBA
19242020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1925
1926 * gdb.base/annota1.exp: Update the expected output.
1927 * gdb.cp/annota2.exp: Ditto.
1928
843f4d93
AB
19292020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1930
1931 * lib/check-test-names.exp: Disable when testing is being run in
1932 parallel.
1933
c7c66341
TV
19342020-05-12 Tom de Vries <tdevries@suse.de>
1935
1936 * gdb.base/jit-elf.exp: Fix string concat.
1937
1b59ca1c
TV
19382020-05-12 Tom de Vries <tdevries@suse.de>
1939
1940 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1941 messages.
1942
b4991d29
TV
19432020-05-12 Tom de Vries <tdevries@suse.de>
1944
1945 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1946
dbb0ab10
TV
19472020-05-12 Tom de Vries <tdevries@suse.de>
1948
1949 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1950 * gdb.ada/mi_catch_ex.exp: Same.
1951 * gdb.ada/mi_catch_ex_hand.exp: Same.
1952
7549fed8
TV
19532020-05-12 Tom de Vries <tdevries@suse.de>
1954
1955 * gdb.fortran/complex.exp: Use with_test_prefix.
1956
af2d5cd8
TV
19572020-05-12 Tom de Vries <tdevries@suse.de>
1958
1959 * gdb.trace/passcount.exp: Fix test-names.
1960
7c121311
TV
19612020-05-12 Tom de Vries <tdevries@suse.de>
1962
1963 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1964
c9f3b40e
TV
19652020-05-12 Tom de Vries <tdevries@suse.de>
1966
1967 * gdb.gdb/complaints.exp: Use with_test_prefix.
1968 * gdb.xml/tdesc-regs.exp: Same.
1969 * gdb.opt/inline-locals.exp: Fix test name.
1970
111b33f0
TV
19712020-05-12 Tom de Vries <tdevries@suse.de>
1972
1973 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1974 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1975 * gdb.dwarf2/implref-struct.exp: Same.
1976 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1977 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1978
ebf47080
SM
19792020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1980
1981 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1982
d30dcd12
AB
19832020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1984
1985 * lib/check-test-names.exp (all_test_names): New module variable.
1986 (counts): Add 'duplicates' field.
1987 (_check_duplicates): New procedure.
1988 (check): Also check for duplicates.
1989 (do_log_summary): Print duplicates count.
1990 (do_reset_vars): Reset counter for duplicate test names, and
1991 discard all know test names.
1992
34584c09
AB
19932020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1994
1995 * lib/gdb.exp: Include check-test-names.exp library.
1996 * lib/check-test-names.exp: New file.
1997
e0002117
TV
19982020-05-11 Tom de Vries <tdevries@suse.de>
1999
2000 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
2001
53f539a3
KS
20022020-05-11 Keith Seitz <keiths@redhat.com>
2003
2004 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
2005
113ee09a
TV
20062020-05-11 Tom de Vries <tdevries@suse.de>
2007
2008 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
2009 * gdb.cp/cpexprs.exp.in: .. here.
2010 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
2011 cpexprs.exp.
2012
ba3e70b0
KS
20132020-05-11 Keith Seitz <keiths@redhat.com>
2014
2015 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
2016 test names.
2017 * gdb.ada/arrayptr.exp: Likewise.
2018 * gdb.ada/assign_arr.exp: Likewise.
2019 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2020 * gdb.ada/bp_on_var.exp: Likewise.
2021 * gdb.ada/call_pn.exp: Likewise.
2022 * gdb.ada/complete.exp: Likewise.
2023 * gdb.ada/fun_overload_menu.exp: Likewise.
2024 * gdb.ada/funcall_param.exp: Likewise.
2025 * gdb.ada/funcall_ref.exp: Likewise.
2026 * gdb.ada/packed_array_assign.exp: Likewise.
2027 * gdb.ada/same_component_name.exp: Likewise.
2028 * gdb.ada/type_coercion.exp: Likewise.
2029 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2030 * gdb.ada/variant_record_packed_array.exp: Likewise.
2031
3ee6bb11
TV
20322020-05-11 Tom de Vries <tdevries@suse.de>
2033
2034 PR symtab/25941
2035 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
2036 out of ...
2037 * gdb.dwarf2/clang-debug-names.exp: ... here.
2038 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
2039 clang-debug-names.exp.in.
2040 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
2041 * gdb.dwarf2/clang-debug-names-2.c: New test.
2042
86cd6bc8
AKS
20432020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2044
2045 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
2046 (fortran_runto_main): New Proc, fortran version of runto_main.
2047 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
2048 * gdb.fortran/array-bounds.exp: Likewise.
2049 * gdb.fortran/array-slices.exp: Likewise.
2050 * gdb.fortran/block-data.exp: Likewise.
2051 * gdb.fortran/charset.exp: Likewise.
2052 * gdb.fortran/common-block.exp: Likewise.
2053 * gdb.fortran/complex.exp: Likewise.
2054 * gdb.fortran/derived-type-function.exp: Likewise.
2055 * gdb.fortran/derived-type.exp: Likewise.
2056 * gdb.fortran/info-modules.exp: Likewise.
2057 * gdb.fortran/info-types.exp: Likewise.
2058 * gdb.fortran/intrinsics.exp: Likewise.
2059 * gdb.fortran/library-module.exp: Likewise.
2060 * gdb.fortran/logical.exp: Likewise.
2061 * gdb.fortran/max-depth.exp: Likewise.
2062 * gdb.fortran/module.exp: Likewise.
2063 * gdb.fortran/multi-dim.exp: Likewise.
2064 * gdb.fortran/nested-funcs.exp: Likewise.
2065 * gdb.fortran/print-formatted.exp: Likewise.
2066 * gdb.fortran/print_type.exp: Likewise.
2067 * gdb.fortran/printing-types.exp: Likewise.
2068 * gdb.fortran/ptr-indentation.exp: Likewise.
2069 * gdb.fortran/ptype-on-functions.exp: Likewise.
2070 * gdb.fortran/subarray.exp: Likewise.
2071 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2072 * gdb.fortran/vla-datatypes.exp: Likewise.
2073 * gdb.fortran/vla-history.exp: Likewise.
2074 * gdb.fortran/vla-ptr-info.exp: Likewise.
2075 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2076 * gdb.fortran/vla-ptype.exp: Likewise.
2077 * gdb.fortran/vla-sizeof.exp: Likewise.
2078 * gdb.fortran/vla-type.exp: Likewise.
2079 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2080 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2081 * gdb.fortran/vla-value-sub.exp: Likewise.
2082 * gdb.fortran/vla-value.exp: Likewise.
2083 * gdb.fortran/whatis_type.exp: Likewise.
2084 * gdb.mi/mi-var-child-f.exp: Likewise.
2085
6dc55ce9 20862020-05-09 Tom de Vries <tdevries@suse.de>
2087
2088 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
2089
283cb58c
TV
20902020-05-08 Tom de Vries <tdevries@suse.de>
2091
2092 * gdb.dwarf2/clang-debug-names.c: New test.
2093 * gdb.dwarf2/clang-debug-names.exp: New file.
2094
ac4a4f1c
SM
20952020-05-06 Simon Marchi <simon.marchi@efficios.com>
2096
2097 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
2098 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
2099
24fe640b
TV
21002020-05-06 Tom de Vries <tdevries@suse.de>
2101
2102 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
2103 breakpoint is at a "recommended breakpoint location".
2104 * gdb.reverse/consecutive-reverse.exp: Same.
2105
0d8683a3
TV
21062020-05-06 Tom de Vries <tdevries@suse.de>
2107
2108 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
2109 address.
2110
b8983c46
TV
21112020-05-06 Tom de Vries <tdevries@suse.de>
2112
2113 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
2114
abf6d805
TV
21152020-05-06 Tom de Vries <tdevries@suse.de>
2116
2117 * gdb.base/store.exp (check_set, up_set): Allowing missing location
2118 info for r.
2119
0fc2a808
TV
21202020-05-06 Tom de Vries <tdevries@suse.de>
2121
2122 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
2123 necessary.
2124
873dd427
TV
21252020-05-06 Tom de Vries <tdevries@suse.de>
2126
2127 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
2128 void.
2129
7c99e7e2
TV
21302020-05-06 Tom de Vries <tdevries@suse.de>
2131
2132 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
2133 of ...
2134 * gdb.base/async.exp: ... here.
2135 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
2136 "recommended breakpoint location".
2137
6173d6a6
TV
21382020-05-06 Tom de Vries <tdevries@suse.de>
2139
2140 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
2141
6015a067
TV
21422020-05-04 Tom de Vries <tdevries@suse.de>
2143
2144 * gdb.base/async.exp: Check whether instruction addresses are a
2145 "recommended breakpoint location".
2146
3b6acaee
TT
21472020-05-03 Tom Tromey <tom@tromey.com>
2148
2149 * gdb.base/sepdebug.exp: Remove "catch" test.
2150 * gdb.base/break.exp: Remove "catch" test.
2151 * gdb.base/default.exp: Update expected output.
2152
5beb4d17
TV
21532020-05-02 Tom de Vries <tdevries@suse.de>
2154
2155 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2156 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2157 * gdb.arch/i386-mpx-map.exp: Same.
2158 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2159 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2160 * gdb.arch/i386-mpx.exp: Same.
2161
8caf140d
TV
21622020-05-02 Tom de Vries <tdevries@suse.de>
2163
2164 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2165
693196cb
TV
21662020-05-01 Tom de Vries <tdevries@suse.de>
2167
2168 * gdb.ada/operator_bp.exp: Allow more than required amount of
2169 breakpoint.
2170
53ae0aa9
TV
21712020-05-01 Tom de Vries <tdevries@suse.de>
2172
2173 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2174
ee9d1e5f
HD
21752020-04-30 Hannes Domani <ssbssa@yahoo.de>
2176
2177 PR gdb/18706
2178 * gdb.cp/stub-array-size.cc: New test.
2179 * gdb.cp/stub-array-size.exp: New file.
2180 * gdb.cp/stub-array-size.h: New test.
2181 * gdb.cp/stub-array-size2.cc: New test.
2182
d5cf82c0
HD
21832020-04-30 Hannes Domani <ssbssa@yahoo.de>
2184
2185 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2186 output to the new format.
2187
42e165c3
SM
21882020-04-29 Simon Marchi <simon.marchi@efficios.com>
2189
2190 * gdb.base/break.exp: Use with_test_prefix.
2191
6e4e3fe1
TV
21922020-04-29 Tom de Vries <tdevries@suse.de>
2193
2194 * lib/gdb.exp (debug_types): New proc.
2195 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2196 * gdb.python/py-symtab.exp: Same.
2197
d642b692
HD
21982020-04-29 Hannes Domani <ssbssa@yahoo.de>
2199
2200 PR gdb/17320
2201 * gdb.base/pretty-array.c: New test.
2202 * gdb.base/pretty-array.exp: New file.
2203
ea90f227
TV
22042020-04-29 Tom de Vries <tdevries@suse.de>
2205
2206 PR symtab/25889
2207 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2208 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2209 and include cpexprs.exp.
2210
a65189c9
TV
22112020-04-28 Mark Williams <mark@myosotissp.com>
2212
2213 PR gdb/24480
2214 * dw4-toplevel-types.exp: Test for top level types.
2215 * dw4-toplevel-types.cc: Test for top level types.
2216
32d1f47a
TBA
22172020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2218
2219 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2220 (theads -> threads).
2221
56a4f5a1
TV
22222020-04-28 Tom de Vries <tdevries@suse.de>
2223
2224 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2225
0b2f8a3b
TV
22262020-04-28 Tom de Vries <tdevries@suse.de>
2227
2228 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2229
5390c717
TV
22302020-04-28 Tom de Vries <tdevries@suse.de>
2231
2232 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2233
15cd93d0
TV
22342020-04-28 Tom de Vries <tdevries@suse.de>
2235
2236 * gdb.dwarf2/main-foo.c: New test.
2237 * gdb.dwarf2/struct-with-sig.exp: New file.
2238
d472f0fb
TV
22392020-04-25 Tom de Vries <tdevries@suse.de>
2240
2241 * boards/debug-types.exp: New file.
2242
8d840e05
AB
22432020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2244
2245 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2246
bcfe6157
TT
22472020-04-24 Tom Tromey <tom@tromey.com>
2248
2249 PR symtab/12707:
2250 * gdb.python/py-symbol.exp: Update expected results for
2251 linkage_name test.
2252 * gdb.cp/print-demangle.exp: New file.
2253 * gdb.base/c-linkage-name.exp: Fix test.
2254 * gdb.guile/scm-symbol.exp: Update expected results for
2255 linkage_name test.
2256
f049a313
TT
22572020-04-24 Tom Tromey <tom@tromey.com>
2258
2259 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2260 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2261 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2262 assembler.
2263
7cf28874
TV
22642020-04-24 Tom de Vries <tdevries@suse.de>
2265
2266 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2267 C++.
2268
dac2fef7
TT
22692020-04-24 Tom Tromey <tromey@adacore.com>
2270
2271 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2272 values.
2273 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2274 values. Update test for minimal encodings.
2275 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2276 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2277 values. Update test for minimal encodings.
2278
1acda803
TT
22792020-04-24 Tom Tromey <tromey@adacore.com>
2280
2281 PR python/23662:
2282 * gdb.ada/variant.exp: Add Python checks.
2283 * gdb.rust/simple.exp: Add dynamic type checks.
2284
adfb9815
TT
22852020-04-24 Tom Tromey <tromey@adacore.com>
2286
2287 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2288 Make array type matching more lax.
2289 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2290 * gdb.ada/mi_variant.exp: New file.
2291 * gdb.ada/mi_variant/pck.ads: New file.
2292 * gdb.ada/mi_variant/pkg.adb: New file.
2293 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2294 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2295
7d79de9a
TT
22962020-04-24 Tom Tromey <tromey@adacore.com>
2297
2298 * gdb.ada/variant.exp: Add dynamic field offset tests.
2299 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2300 * gdb.ada/variant/pkg.adb: Add new variables.
2301
f8e89861
TT
23022020-04-24 Tom Tromey <tromey@adacore.com>
2303
2304 * gdb.ada/variant.exp: New file
2305 * gdb.ada/variant/pkg.adb: New file
2306 * gdb.ada/variant/pck.adb: New file
2307
86e887ae
TV
23082020-04-24 Tom de Vries <tdevries@suse.de>
2309
2310 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2311
88428775
TV
23122020-04-24 Tom de Vries <tdevries@suse.de>
2313
2314 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2315 flags.
2316
4e86f6e7
TV
23172020-04-24 Tom de Vries <tdevries@suse.de>
2318
2319 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2320
2016d3e6
TV
23212020-04-24 Tom de Vries <tdevries@suse.de>
2322
2323 * lib/gdb.exp (default_gdb_start): Handle eof.
2324 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2325 failure.
2326 * gdb.base/readnever.exp: Handle clean_restart failure.
2327
70bc38f5
TV
23282020-04-23 Tom de Vries <tdevries@suse.de>
2329
2330 * gdb.base/decl-before-def.exp: Run to main and print a again.
2331
de82891c
TV
23322020-04-23 Tom de Vries <tdevries@suse.de>
2333
2334 * gdb.base/decl-before-def-decl.c: New test.
2335 * gdb.base/decl-before-def-def.c: New test.
2336 * gdb.base/decl-before-def.exp: New file.
2337
96038148
TV
23382020-04-23 Tom de Vries <tdevries@suse.de>
2339
2340 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2341
54ac3df1
TV
23422020-04-22 Tom de Vries <tdevries@suse.de>
2343
2344 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2345 debug_info_offset.
2346 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2347 before $objsfile in the line line.
2348
714534e1
TV
23492020-04-22 Tom de Vries <tdevries@suse.de>
2350
2351 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2352
16a7dbf4
MS
23532020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2354
2355 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2356 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2357 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2358 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2359 * gdb.base/jit-protocol.h: Update definitions to match all usage
2360 contexts.
2361
23622020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2363
2364 * gdb.base: Rename all jit related test and source files.
2365
23662020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2367
2368 * gdb.base/jit-reader.exp: Relax register output check.
2369
317d2668
TV
23702020-04-22 Tom de Vries <tdevries@suse.de>
2371
2372 PR symtab/25764
2373 * gdb.base/psym-external-decl-2.c: New test.
2374 * gdb.base/psym-external-decl.c: New test.
2375 * gdb.base/psym-external-decl.exp: New file.
2376 * gdb.threads/tls.exp: Add PR25807 kfail.
2377
eea9e357
TV
23782020-04-22 Tom de Vries <tdevries@suse.de>
2379
2380 PR symtab/25801
2381 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2382 in "info source" output.
2383
3d5afab3
TV
23842020-04-22 Tom de Vries <tdevries@suse.de>
2385
2386 PR symtab/25700
2387 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2388 symtab for imported_unit.c.
2389
b32102f6
GB
23902020-04-21 Gary Benson <gbenson@redhat.com>
2391
2392 * gdb.base/advance.c (func): New argument, to match call site.
2393 (func2, func3): Add return statements.
2394
d43b7a2d
TBA
23952020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2396
2397 * gdb.multi/run-only-second-inf.c: New file.
2398 * gdb.multi/run-only-second-inf.exp: New file.
2399
d89edf9b
MM
24002020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2401
2402 * gdb.btrace/multi-inferior.c: New test.
2403 * gdb.btrace/multi-inferior.exp: New file.
2404
1a476b6d
MM
24052020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2406
2407 * gdb.btrace/enable-new-thread.c: New test.
2408 * gdb.btrace/enable-new-thread.exp: New file.
2409
4778a5f8
TV
24102020-04-21 Tom de Vries <tdevries@suse.de>
2411
2412 PR gdb/25471
2413 * gdb.threads/killed-outside.c: New test.
2414 * gdb.threads/killed-outside.exp: New file.
2415
9b2c992c
GB
24162020-04-20 Gary Benson <gbenson@redhat.com>
2417
2418 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2419 * gdb.base/nested-subp2.exp: Likewise.
2420 * gdb.base/nested-subp3.exp: Likewise.
2421
b5d1d6f7
GB
24222020-04-20 Gary Benson <gbenson@redhat.com>
2423
2424 * gdb.base/nested-subp1.exp: Disable test when using clang.
2425 * gdb.base/nested-subp2.exp: Likewise.
2426 * gdb.base/nested-subp3.exp: Likewise.
2427
25230285
GB
24282020-04-20 Gary Benson <gbenson@redhat.com>
2429
2430 * gdb.cp/exception.cc: Fix compilation error with clang.
2431
fa93cc8f
GB
24322020-04-20 Gary Benson <gbenson@redhat.com>
2433
809730f3 2434 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 2435
e0c45f30
GB
24362020-04-20 Gary Benson <gbenson@redhat.com>
2437
2438 * gdb.base/jit-main.c: Fix compilation error with clang.
2439
4ddfec93
KR
24402020-04-17 Kamil Rytarowski <n54@gmx.com>
2441
2442 * gdb.base/attach-twice.c: Include "sys/types.h".
2443 (PTRACE_ATTACH): Add fallback definition.
2444 (main): Pass `0' to the 4th argument of `ptrace'.
2445
2bed205e
KR
24462020-04-17 Kamil Rytarowski <n54@gmx.com>
2447
2448 * gdb.base/fork-running-state.c: Include "signal.h".
2449
0743fc83
TT
24502020-04-17 Tom Tromey <tromey@adacore.com>
2451
2452 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2453 Update tests.
2454 * gdb.btrace/cpu.exp: Update tests.
2455 * gdb.base/maint.exp: Update tests.
2456 * gdb.base/default.exp: Update tests.
2457 * gdb.base/completion.exp: Update tests.
2458
efba5c23
TV
24592020-04-16 Tom de Vries <tdevries@suse.de>
2460
2461 PR symtab/25791
2462 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2463 (ensure_gdb_index): and factor out and move ...
2464 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2465 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2466
d191d716
TV
24672020-04-16 Tom de Vries <tdevries@suse.de>
2468
2469 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2470 loading exec.
2471
99f1bc6a
AB
24722020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2473
2474 * gdb.base/many-completions.exp: New file.
2475
194d088f
TV
24762020-04-14 Tom de Vries <tdevries@suse.de>
2477
2478 PR symtab/25718
2479 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2480
c1a66c06
TV
24812020-04-14 Tom de Vries <tdevries@suse.de>
2482
2483 PR symtab/25720
2484 * gdb.base/maint-expand-symbols-header-file.c: New test.
2485 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2486 * gdb.base/maint-expand-symbols-header-file.h: New test.
2487
21b0982c
AB
24882020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2489
2490 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2491 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2492 get_func_info.
2493 (get_func_info): Delete.
2494 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2495 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2496 * lib/dwarf.exp (get_func_info): New function.
2497
dd1cab06
TV
24982020-04-13 Tom de Vries <tdevries@suse.de>
2499
2500 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2501 to what find_gnatmake does.
2502
71ea2b6b
TV
25032020-04-10 Tom de Vries <tdevries@suse.de>
2504
2505 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2506 -readnow.
2507
bdfc1e8a
TV
25082020-04-10 Tom de Vries <tdevries@suse.de>
2509
2510 PR cli/25808
2511 * gdb.base/style.c: Add leading newlines.
2512 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2513 Check listing of main's one-line body.
2514
14ca8ecf
TV
25152020-04-08 Tom de Vries <tdevries@suse.de>
2516
2517 * lib/gdb.exp (psymtabs_p): New proc.
2518 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2519 importing unit" unsupported if there are no partial symbols.
2520
e21d048f
TV
25212020-04-08 Tom de Vries <tdevries@suse.de>
2522
2523 PR testsuite/25760
2524 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2525
25c11aca
TV
25262020-04-07 Tom de Vries <tdevries@suse.de>
2527
2528 PR symtab/25796
2529 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2530
5707e24b
TV
25312020-04-07 Tom de Vries <tdevries@suse.de>
2532
2533 * gdb.base/check-psymtab.c: New test.
2534 * gdb.base/check-psymtab.exp: New file.
2535
6ee448cc
TT
25362020-04-06 Tom Tromey <tromey@adacore.com>
2537
2538 * gdb.ada/variant-record/proc.adb: New file.
2539 * gdb.ada/variant-record/value.adb: New file.
2540 * gdb.ada/variant-record/value.s: New file.
2541 * gdb.ada/variant-record.exp: New file.
2542
9e7c9a03
HD
25432020-04-03 Hannes Domani <ssbssa@yahoo.de>
2544
2545 PR gdb/25325
2546 * gdb.cp/typed-enum.cc: New test.
2547 * gdb.cp/typed-enum.exp: New file.
2548
c90d28ac
AB
25492020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2550
2551 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2552 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2553 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2554 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2555 * gdb.opt/inline-small-func.c: New file.
2556 * gdb.opt/inline-small-func.exp: New file.
2557 * gdb.opt/inline-small-func.h: New file.
2558
34e9a9fa
AB
25592020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2560
2561 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2562 function.
2563
6a354911
AB
25642020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2565
2566 * lib/dwarf.exp (function_range): Allow compiler options to be
2567 specified.
2568
880d9777
TV
25692020-04-02 Tom de Vries <tdevries@suse.de>
2570
2571 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2572 __attribute__((always_inline)).
2573 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2574
f32682ea
TV
25752020-04-02 Tom de Vries <tdevries@suse.de>
2576
2577 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2578 (gdbserver_gdb_exit): ... here. Add timeout warning.
2579 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2580 (connect_target_extended_remote): Append new server_spawn_id to
2581 server_spawn_ids.
2582 (cleanup): New proc.
2583 (setup, <toplevel>): Call cleanup.
2584
d3214198
TV
25852020-04-02 Tom de Vries <tdevries@suse.de>
2586
2587 * gdb.base/main-psymtab.exp: New file.
2588
cc77ed24
TV
25892020-04-02 Tom de Vries <tdevries@suse.de>
2590
2591 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2592
3638a098
TT
25932020-04-01 Tom Tromey <tom@tromey.com>
2594
2595 * gdb.base/complex-parts.exp: Add type tests.
2596
c34e8714
TT
25972020-04-01 Tom Tromey <tom@tromey.com>
2598
2599 * gdb.base/complex-parts.exp: Add arithmetic tests.
2600
981c08ce
TT
26012020-04-01 Tom Tromey <tom@tromey.com>
2602
2603 * gdb.compile/compile.exp: Update.
2604 * gdb.compile/compile-cplus.exp: Update.
2605 * gdb.base/varargs.exp: Update.
2606 * gdb.base/floatn.exp: Update.
2607 * gdb.base/endianity.exp: Update.
2608 * gdb.base/callfuncs.exp (do_function_calls): Update.
2609 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2610 (complex_float_integral_args): Update.
2611 * gdb.base/complex.exp: Update.
2612 * gdb.base/complex-parts.exp: Update.
2613
3d1cfd43
TT
26142020-04-01 Tom Tromey <tromey@adacore.com>
2615
2616 * gdb.rust/union.rs: New file.
2617 * gdb.rust/union.exp: New file.
2618 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2619 (main): Update.
2620 * gdb.rust/simple.exp: Move union tests to union.exp.
2621
e033dfa9
TT
26222020-04-01 Tom Tromey <tromey@adacore.com>
2623
2624 * gdb.rust/simple.rs (main): Remove "y0".
2625
53cccef1
TBA
26262020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2627
2628 * gdb.multi/stop-all-on-exit.c: New test.
2629 * gdb.multi/stop-all-on-exit.exp: New file.
2630
60e22c1e
HD
26312020-04-01 Hannes Domani <ssbssa@yahoo.de>
2632
2633 PR gdb/24789
2634 * gdb.cp/misc.cc: Add integer reference variable.
2635 * gdb.cp/misc.exp: Add test.
2636
e139a727
TBA
26372020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2638
2639 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2640 scenario to cover execution until the end and also the case
2641
16b0db75
TV
26422020-03-31 Tom de Vries <tdevries@suse.de>
2643
2644 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2645 c. Use "maint info symtabs" to check symtab expansion.
2646
c0502da6
TV
26472020-03-30 Tom de Vries <tdevries@suse.de>
2648
2649 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2650 unsupported.
2651 (verify_psymtab_expanded): Move ...
2652 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2653 test.
2654 (readnow): New proc.
2655
5935fd15
AB
26562020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2657
2658 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2659 with $hex.
2660
1773be9e
TT
26612020-03-20 Tom Tromey <tromey@adacore.com>
2662
2663 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2664
70304be9
TT
26652020-03-20 Tom Tromey <tromey@adacore.com>
2666
2667 * gdb.ada/sub_variant/subv.adb: New file.
2668 * gdb.ada/sub_variant.exp: New file.
2669
0dd7b8f7
TV
26702020-03-20 Tom de Vries <tdevries@suse.de>
2671
2672 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2673 first break fails.
2674 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2675
cada5fc9
AB
26762020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2677
2678 * gdb.server/exit-multiple-threads.c: New file.
2679 * gdb.server/exit-multiple-threads.exp: New file.
2680
6b8c53f2
AB
26812020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2682
2683 * gdb.fortran/mixed-lang-stack.c: New file.
2684 * gdb.fortran/mixed-lang-stack.cpp: New file.
2685 * gdb.fortran/mixed-lang-stack.exp: New file.
2686 * gdb.fortran/mixed-lang-stack.f90: New file.
2687
19a2740f
AB
26882020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2689
2690 * gdb.linespec/cp-completion-aliases.cc: New file.
2691 * gdb.linespec/cp-completion-aliases.exp: New file.
2692
d8c8b848
TV
26932020-03-19 Tom de Vries <tdevries@suse.de>
2694
2695 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2696 more precise.
2697
a9933ccf
TV
26982020-03-18 Tom de Vries <tdevries@suse.de>
2699
2700 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2701 * gdb.dwarf2/break-inline-psymtab.c: New test.
2702 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2703
2f89101f
TV
27042020-03-16 Tom de Vries <tdevries@suse.de>
2705
2706 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2707 cache_verify and cache_verify_proc.
2708
6b9374f1
TV
27092020-03-15 Tom de Vries <tdevries@suse.de>
2710
2711 * gdb.server/solib-list.exp: Handle
2712 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2713
eaeaf44c
TV
27142020-03-15 Tom de Vries <tdevries@suse.de>
2715
2716 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2717 objfiles".
2718
3293bbaf
TT
27192020-03-14 Tom Tromey <tom@tromey.com>
2720
2721 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2722
ab44624c
TV
27232020-03-14 Tom de Vries <tdevries@suse.de>
2724
2725 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2726
54c43825
TV
27272020-03-14 Tom de Vries <tdevries@suse.de>
2728
2729 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2730 result in line-by-line fashion.
2731
2ac70237
TV
27322020-03-14 Tom de Vries <tdevries@suse.de>
2733
2734 * lib/gdb.exp (supports_statement_frontiers): New proc.
2735 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2736
09546b56
TV
27372020-03-14 Tom de Vries <tdevries@suse.de>
2738
2739 * gdb.base/printcmds.exp: Add missing quoting for "print
2740 teststring2".
2741
a1f6a07c
TT
27422020-03-13 Tom Tromey <tom@tromey.com>
2743
2744 * gdb.base/printcmds.exp (test_print_strings): Add regression
2745 test.
2746 * gdb.base/printcmds.c (charptr): New typedef.
2747 (teststring2): New global.
2748
1b83d09c
AB
27492020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2750
2751 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2752 full path in the test name.
2753 (test_ld): Add some with_test_prefix blocks to make test names
2754 unique.
2755
2d61316c
TV
27562020-03-13 Tom de Vries <tdevries@suse.de>
2757
2758 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2759
2e9145ac
TV
27602020-03-13 Tom de Vries <tdevries@suse.de>
2761
2762 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2763
96c7f873
TV
27642020-03-13 Tom de Vries <tdevries@suse.de>
2765
2766 PR symtab/25646
2767 * gdb.dwarf2/imported-unit.exp: Add test.
2768
49ba92c0
TV
27692020-03-13 Tom de Vries <tdevries@suse.de>
2770
2771 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2772 (var1, var2): New variable.
2773 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2774 matching symbols.
2775
301b21e0
TV
27762020-03-13 Tom de Vries <tdevries@suse.de>
2777
2778 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2779 (Term::command): Use prompt prefix.
2780 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2781 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2782 command_no_prompt_prefix instead of prefix.
2783 * gdb.tui/tui-layout-asm.exp: Same.
2784
3f512721
SM
27852020-03-12 Simon Marchi <simon.marchi@efficios.com>
2786
2787 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2788
40310f30
SM
27892020-03-12 Simon Marchi <simon.marchi@efficios.com>
2790
2791 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2792 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2793 on" while stepping over the test instruction, match printed
2794 message.
2795
09252140
TV
27962020-03-12 Tom de Vries <tdevries@suse.de>
2797
2798 * gdb.base/info-types.exp: Use exp_continue during matching of output
2799 of "info types".
2800
14e9c72c
TV
28012020-03-12 Tom de Vries <tdevries@suse.de>
2802
2803 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2804
e515d67e
TV
28052020-03-12 Tom de Vries <tdevries@suse.de>
2806
2807 * gdb.fortran/module.exp: Use exp_continue during matching of output
2808 of "info variable -n".
2809
307eafd8
TV
28102020-03-12 Tom de Vries <tdevries@suse.de>
2811
2812 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2813 gdb.dwarf2/dw2-ranges-base.c.
2814
9a2de3fc
TV
28152020-03-12 Tom de Vries <tdevries@suse.de>
2816
2817 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2818 in presence of GLIBC debuginfo.
2819
3217502e
TV
28202020-03-12 Tom de Vries <tdevries@suse.de>
2821
2822 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2823 $core.
2824
1281424c
TV
28252020-03-12 Tom de Vries <tdevries@suse.de>
2826
2827 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2828 more precise.
2829
038b97fc
SM
28302020-03-11 Simon Marchi <simon.marchi@efficios.com>
2831
2832 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2833 from Unix to Windows path.
2834
5308d1e7
TV
28352020-03-11 Tom de Vries <tdevries@suse.de>
2836
2837 * gdb.ada/minsyms.exp: Set language to ada.
2838
f870f78f
TV
28392020-03-11 Tom de Vries <tdevries@suse.de>
2840
2841 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2842
5a13315d
TV
28432020-03-11 Tom de Vries <tdevries@suse.de>
2844
2845 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2846
976862ed
TT
28472020-03-11 Tom Tromey <tromey@adacore.com>
2848
2849 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2850
7462c383
TV
28512020-03-11 Tom de Vries <tdevries@suse.de>
2852
2853 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2854
1c6c46a0
TV
28552020-03-11 Tom de Vries <tdevries@suse.de>
2856
2857 * gdb.base/break-interp.exp: Limit verbose scope.
2858
44f41bb7
TV
28592020-03-11 Tom de Vries <tdevries@suse.de>
2860
2861 * gdb.fortran/logical.f90: Define variable with character type.
2862 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2863
b76f3a42
TV
28642020-03-11 Tom de Vries <tdevries@suse.de>
2865
2866 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2867
1c33af77
TV
28682020-03-11 Tom de Vries <tdevries@suse.de>
2869
2870 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2871 symtabs.
2872
8c95582d
AB
28732020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2874 Bernd Edlinger <bernd.edlinger@hotmail.de>
2875
2876 * gdb.cp/step-and-next-inline.cc: New file.
2877 * gdb.cp/step-and-next-inline.exp: New file.
2878 * gdb.cp/step-and-next-inline.h: New file.
2879 * gdb.dwarf2/dw2-is-stmt.c: New file.
2880 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2881 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2882 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2883 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2884
cecf8547
AB
28852020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2886
2887 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2888 is-stmt flag in the line table.
2889
0ba678c9
TV
28902020-03-09 Tom de Vries <tdevries@suse.de>
2891
2892 * lib/gdb.exp (cached_file): Create cache dir.
2893
72fbdf83
TV
28942020-03-07 Tom de Vries <tdevries@suse.de>
2895
2896 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2897 * gdb.cp/rvalue-ref-params.exp: Same.
2898
436b5e99
TV
28992020-03-06 Tom de Vries <tdevries@suse.de>
2900
2901 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2902 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2903
09f2921c
TV
29042020-03-06 Tom de Vries <tdevries@suse.de>
2905
2906 * README: Fix "the the".
2907 * gdb.base/dprintf.exp: Same.
2908
50a3cc5d
TV
29092020-03-05 Tom de Vries <tdevries@suse.de>
2910
2911 * gdb.base/maint.exp: Update "main print statistics" expected output.
2912
0a709cba
AKS
29132020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2914
2915 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2916 (fortran_int8): Likewise.
2917 (fortran_real4): Likewise.
2918 (fortran_real8): Likewise.
2919 (fortran_complex4): Likewise.
2920 (fortran_logical4): Likewise.
2921 (fortran_character1): Likewise.
2922
5e5d66b6
AB
29232020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2924
2925 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2926 printed as true.
2927
7b973adc
SDJ
29282020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2929
2930 * gdb.base/printcmds.exp: Add test to verify printf of a
2931 variable holding an address.
2932
478e490a
TV
29332020-03-03 Tom de Vries <tdevries@suse.de>
2934
2935 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2936
1ef44e86
TV
29372020-03-03 Tom de Vries <tdevries@suse.de>
2938
2939 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2940 gdb_test_multiple call.
2941
b98cc2cf
TV
29422020-03-03 Tom de Vries <tdevries@suse.de>
2943
2944 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2945 gdb_test_multiple calls.
2946
63e163f2
AB
29472020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2948
2949 * gdb.base/default.exp: Remove test of 'set history filename'.
2950 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2951 filename to the empty string.
2952 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2953 and GDBHISTSIZE.
2954
24ed6739
AB
29552020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2956
2957 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2958 disabled.
2959
590003dc 29602020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 2961 Tom de Vries <tdevries@suse.de>
590003dc
TV
2962
2963 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2964 -prompt prefix, before user_code argument. Add -lbl option likewise.
2965 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2966 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2967 argument.
2968 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2969 have "\r\n" at start-of-line, instead of at end-of-line.
2970
f5e46084
SM
29712020-02-28 Simon Marchi <simon.marchi@efficios.com>
2972
2973 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2974 libinproctrace.so.
2975
f7a7000d
LM
29762020-02-28 Luis Machado <luis.machado@linaro.org>
2977
2978 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2979 to "p/x".
2980
718e0816
LM
29812020-02-28 Luis Machado <luis.machado@linaro.org>
2982
2983 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2984 asm/ptrace.h and error.h.
2985
13c3a74a
TV
29862020-02-28 Tom de Vries <tdevries@suse.de>
2987
2988 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2989 (struct wrapper, do_something, mundane/symada__cS): Move ...
2990 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2991 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2992 Update "print symada__cS before partial symtab expansion" regexp.
2993 Update breakpoint location. Flush symbol cache after expansion.
2994
85d2d5bb
LM
29952020-02-28 Luis Machado <luis.machado@linaro.org>
2996
2997 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2998
3608f86c
TV
29992020-02-27 Tom de Vries <tdevries@suse.de>
3000
3001 * config/sid.exp: Remove unused globals.
3002 * gdb.base/attach.exp: Same.
3003 * gdb.base/catch-load.exp: Same.
3004 * gdb.base/dbx.exp: Same.
3005 * lib/gdb.exp: Same.
3006 * lib/mi-support.exp: Same.
3007 * lib/prompt.exp: Same.
3008
c8d4f6df
TV
30092020-02-27 Tom de Vries <tdevries@suse.de>
3010
3011 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
3012 not set.
3013
0d79cdc4
AM
30142020-02-26 Aaron Merey <amerey@redhat.com>
3015
3016 * gdb.debuginfod: New directory for debuginfod tests.
3017 * gdb.debuginfod/main.c: New test file.
3018 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
3019
0dce4280
TV
30202020-02-26 Tom de Vries <tdevries@suse.de>
3021
3022 PR gdb/25603
3023 * gdb.base/persistent-lang.cc: New test.
3024 * gdb.base/persistent-lang.exp: New file.
3025
9e80cfa1
AB
30262020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3027
3028 * gdb.fortran/derived-type-striding.exp: Add a new test.
3029 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
3030 new test.
3031
2078dbb2
AB
30322020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3033
3034 * gdb.base/cached-source-file.exp: Avoid source file paths in test
3035 names.
3036
70d49700
TV
30372020-02-25 Tom de Vries <tdevries@suse.de>
3038
3039 PR go/18926
3040 * gdb.go/methods.exp: Remove gcc/93866 xfail.
3041
a88ef40d
TV
30422020-02-24 Tom de Vries <tdevries@suse.de>
3043
3044 PR gdb/25592
3045 * gdb.base/info-locals-unused-static-var.c: New test.
3046 * gdb.base/info-locals-unused-static-var.exp: New file.
3047
01b1af32
TT
30482020-02-22 Tom Tromey <tom@tromey.com>
3049
3050 * gdb.python/tui-window.exp: New file.
3051 * gdb.python/tui-window.py: New file.
3052
7c043ba6
TT
30532020-02-22 Tom Tromey <tom@tromey.com>
3054
3055 PR tui/17850:
3056 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
3057 tests.
3058
c22fef7e
TT
30592020-02-22 Tom Tromey <tom@tromey.com>
3060
3061 * gdb.tui/new-layout.exp: Add sub-layout tests.
3062
ee325b61
TT
30632020-02-22 Tom Tromey <tom@tromey.com>
3064
3065 * gdb.tui/new-layout.exp: New file.
3066
3f0cbb04
TT
30672020-02-22 Tom Tromey <tom@tromey.com>
3068
3069 * gdb.rust/rust-style.rs: New file.
3070 * gdb.rust/rust-style.exp: New file.
3071 * gdb.base/style.exp: Test structure printing.
3072 * gdb.base/style.c (struct some_struct): New type.
3073 (enum etype): New type.
3074 (struct_value): New global.
3075
75525152
TV
30762020-02-21 Tom de Vries <tdevries@suse.de>
3077
3078 PR go/18926
3079 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
3080 Remove blanket xfails. Use message argument for gdb_breakpoint.
3081 Make continuing to breakpoint test conditional on setting breakpoint.
3082 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
3083 DW_AT_name attribute. Add xfail for GCC PR93866.
3084
bd360d30
AB
30852020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
3086
3087 * gdb.dwarf2/cpp-linkage-name.c: New file.
3088 * gdb.dwarf2/cpp-linkage-name.exp: New file.
3089
c7adb09f 30902020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
3091
3092 * lib/gdb.exp (gdb_wrapper_init): Reset
3093 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
3094 not exist.
3095
a9c79803
TV
30962020-02-20 Tom de Vries <tdevries@suse.de>
3097
3098 PR go/17018
3099 * gdb.go/hello.exp: Copy ...
3100 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
3101 print of st to print value of global definition. Add xfail for GCC
3102 PR93844.
3103 * gdb.go/hello.exp: Remove printing of st before definition.
3104 * gdb.go/hello.go: Copy ...
3105 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
3106 to st.
3107 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
3108
d7445728
TV
31092020-02-20 Tom de Vries <tdevries@suse.de>
3110
3111 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
3112 (gdb_simple_compile): Handle compile_flags go by using .go extension
3113 for source file.
3114 * gdb.go/chan.exp: Use support_go_compile.
3115 * gdb.go/handcall.exp: Same.
3116 * gdb.go/hello.exp: Same.
3117 * gdb.go/integers.exp: Same.
3118 * gdb.go/max-depth.exp: Same.
3119 * gdb.go/methods.exp: Same.
3120 * gdb.go/package.exp: Same.
3121 * gdb.go/strings.exp: Same.
3122 * gdb.go/types.exp: Same.
3123 * gdb.go/unsafe.exp: Same.
3124
c9c41e6d
TV
31252020-02-19 Tom de Vries <tdevries@suse.de>
3126
3127 * gdb.python/lib-types.exp: Make xfail more strict.
3128
f20ff837
TV
31292020-02-19 Tom de Vries <tdevries@suse.de>
3130
3131 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
3132
08410482
DE
31332020-02-19 Doug Evans <dje@google.com>
3134
3135 PR rust/25535
3136 * gdb.rust/simple.exp: Add test.
3137 * gdb.rust/simple.rs: Add test.
3138
623563f7
TV
31392020-02-19 Tom de Vries <tdevries@suse.de>
3140
3141 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
3142 output line-by-line.
3143
d3308cfd
TV
31442020-02-19 Tom de Vries <tdevries@suse.de>
3145
3146 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3147
86cbc5dc
TV
31482020-02-19 Tom de Vries <tdevries@suse.de>
3149
3150 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3151 prelink.
3152
9db2b96b
TV
31532020-02-19 Tom de Vries <tdevries@suse.de>
3154
3155 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3156 (gdb_do_cache): Use gdb_do_cache_wrap.
3157 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3158
89e2fdc5
TV
31592020-02-19 Tom de Vries <tdevries@suse.de>
3160
3161 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3162 gdb_compile option.
3163
373d7ac0
SM
31642020-02-18 Simon Marchi <simon.marchi@efficios.com>
3165
3166 * gdb.base/printcmds.exp (test_print_enums): Update expected
3167 output.
3168
b29a2df0
SM
31692020-02-18 Simon Marchi <simon.marchi@efficios.com>
3170
3171 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3172 for "unknown".
3173
6740f0cc
SM
31742020-02-18 Simon Marchi <simon.marchi@efficios.com>
3175
3176 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3177 enumerator.
3178
edd45eb0
SM
31792020-02-18 Simon Marchi <simon.marchi@efficios.com>
3180
3181 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3182 FE_, add FE_NONE.
3183 (three): Update.
3184 (enum flag_enum_without_zero): New enum.
3185 (flag_enum_without_zero): New variable.
3186 (enum not_flag_enum): New enum.
3187 (three_not_flag): New variable.
3188 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3189 (test_print_enums): Add more tests for printing flag enums.
3190
d4295de4
TV
31912020-02-18 Tom de Vries <tdevries@suse.de>
3192
3193 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3194 (gdb_compile_ada): ... here.
3195 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3196 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3197
f251f505
TT
31982020-02-14 Tom Tromey <tom@tromey.com>
3199
3200 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3201 build directory.
3202 * boards/gdbserver-base.exp: Update path to gdbserver.
3203
8f432634
TV
32042020-02-13 Tom de Vries <tdevries@suse.de>
3205
3206 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3207
92b6eaf7
TV
32082020-02-13 Tom de Vries <tdevries@suse.de>
3209
3210 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3211 are missing.
3212
f3b0f7fe
TV
32132020-02-13 Tom de Vries <tdevries@suse.de>
3214
3215 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3216 call.
3217
f6be8713
SDJ
32182020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3219
3220 PR tui/25126
3221 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3222 * gdb.base/cached-source-file.c: New file.
3223 * gdb.base/cached-source-file.exp: New file.
3224
b2770d5e
TV
32252020-02-11 Tom de Vries <tdevries@suse.de>
3226
3227 PR testsuite/25488
3228 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3229
44f6938e
TV
32302020-02-10 Tom de Vries <tdevries@suse.de>
3231
3232 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3233
5f0e2eb7
MR
32342020-02-10 Maciej W. Rozycki <macro@wdc.com>
3235
3236 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3237 and $after_addr are both integers before making a comparison.
3238
46ce2b6f
TV
32392020-02-09 Tom de Vries <tdevries@suse.de>
3240
3241 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3242 command output and paste it into gdb.log. If any, paste catch message
3243 to gdb.log.
3244
5abbbe1d
TT
32452020-02-07 Tom Tromey <tromey@adacore.com>
3246
3247 PR breakpoints/24915:
3248 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3249
1d5d29e7
SV
32502020-02-06 Shahab Vahedi <shahab@synopsys.com>
3251
3252 * gdb.tui/tui-missing-src.exp: Add the "missing source
3253 file" test for the TUI.
3254
b0999b9b
AB
32552020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3256
3257 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3258 including a port number in the output.
3259
c3b149eb
AKS
32602020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3261
3262 * lib/fortran.exp (fortran_int4): Handle clang.
3263 (fortran_int8): Likewise.
3264 (fortran_real4): Likewise.
3265 (fortran_real8): Likewise.
3266 (fortran_complex4): Likewise.
3267 (fortran_logical4): Likewise.
3268 (fortran_character1): Likewise.
3269
f8dcc90b
TV
32702020-02-04 Tom de Vries <tdevries@suse.de>
3271
3272 * README (Race detection): Add note.
3273
f90ac7c2
TV
32742020-02-04 Tom de Vries <tdevries@suse.de>
3275
3276 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3277
780636ae
TV
32782020-02-04 Tom de Vries <tdevries@suse.de>
3279
3280 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3281
5d2e1193
RA
32822020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3283
3284 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3285 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3286 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3287 blttar, bnetarl.
3288 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3289 binary for blttar, bnetarl.
3290 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3291 wait instruction. Delete ldmx test.
3292 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3293
e409c542
AKS
32942020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3295
3296 * gdb.fortran/array-bounds-high.exp: New file.
3297 * gdb.fortran/array-bounds-high.f90: New file.
3298
b0029748
LD
32992020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3300
3301 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3302 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3303
195a8287
TV
33042020-02-01 Tom de Vries <tdevries@suse.de>
3305
3306 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3307
42330a68
AB
33082020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3309
3310 PR tui/9765
3311 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3312 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3313
b62a8028
LM
33142020-01-29 Luis Machado <luis.machado@linaro.org>
3315
3316 * gdb.arch/aarch64-brk-patterns.c: New source file.
3317 * gdb.arch/aarch64-brk-patterns.exp: New test.
3318
5f440116
TBA
33192020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3320
3321 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3322 GCC/Clang version.
3323 * gdb.cp/pass-by-ref.exp: Ditto.
3324
ee2a6fc6
TV
33252020-01-29 Tom de Vries <tdevries@suse.de>
3326
3327 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3328 * gdb.threads/watchpoint-fork-mt.c: Same.
3329 * gdb.threads/watchpoint-fork-parent.c: Same.
3330 * gdb.threads/watchpoint-fork-st.c: Same.
3331 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3332
16b10d6e
LM
33332020-01-27 Luis Machado <luis.machado@linaro.org>
3334
3335 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3336 sitting at a syscall instruction when we hit the syscall function's
3337 breakpoint.
3338 Check PC against one obtained with the x command.
3339 Validate syscall number.
3340 (step_over_syscall): Don't continue to the syscall instruction if
3341 we're already there.
3342
b1468492
PW
33432020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3344
3345 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3346
7ffa82e1
AB
33472020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3348
3349 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3350 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3351
3d92a3e3
AB
33522020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3353
3354 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3355 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3356
94a72be7
AB
33572020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3358
3359 * gdb.base/maint.exp: Update line table parsing test.
3360 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3361
53af73bf
PA
33622020-01-24 Pedro Alves <palves@redhat.com>
3363
3364 PR gdb/25410
3365 * gdb.multi/multi-re-run-1.c: New.
3366 * gdb.multi/multi-re-run-2.c: New.
3367 * gdb.multi/multi-re-run.exp: New.
3368
1ba1ac88
AB
33692020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3370
3371 PR gdb/23718
3372 * gdb.server/server-kill-python.exp: New file.
3373
f3364a6d
AB
33742020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3375
3376 * gdb.server/multi-ui-errors.c: New file.
3377 * gdb.server/multi-ui-errors.exp: New file.
3378
733d0a67
AB
33792020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3380
3381 PR tui/9765
3382 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3383
4f13c1c0
TT
33842020-01-19 Tom Tromey <tom@tromey.com>
3385
3386 * gdb.tui/main.exp: Add check for plain "file".
3387
40c94099
CB
33882020-01-16 Christian Biesinger <cbiesinger@google.com>
3389
3390 * lib/gdb.exp: Fix spelling error (seperatelly).
3391
ff47f4f0
TT
33922020-01-14 Tom Tromey <tom@tromey.com>
3393
3394 PR symtab/12535:
3395 * gdb.python/python.exp: Test decode_line with empty string
3396 argument.
3397
717c684d
BE
33982020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3399
3400 * gdb.base/skip-inline.exp: Extend test.
3401
44e4c775
AB
34022020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3403
3404 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3405 * gdb.dwarf2/dw2-bad-elf.c: New file.
3406 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3407
d93c6db7
AB
34082020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3409
3410 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3411 _line_saw_file.
3412
9a6d629c
AB
34132020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3414
3415 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3416 border.
3417
d9ebdab7
TBA
34182020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3419
3420 * gdb.multi/multi-target.exp (setup): Factor out "info
3421 connections" and "info inferiors" tests to ...
3422 (test_info_inferiors): ... this new procedure.
3423 (top level): Run new "info-inferiors" tests.
3424
f3c469b9
PA
34252020-01-10 Pedro Alves <palves@redhat.com>
3426
3427 * gdb.server/bkpt-other-inferior.exp: New file.
3428
121b3efd
PA
34292020-01-10 Pedro Alves <palves@redhat.com>
3430
3431 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3432 of "add-inferior".
3433 * gdb.base/quit-live.exp: Likewise.
3434 * gdb.base/remote-exec-file.exp: Likewise.
3435 * gdb.guile/scm-progspace.exp: Likewise.
3436 * gdb.linespec/linespec.exp: Likewise.
3437 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3438 * gdb.mi/user-selected-context-sync.exp: Likewise.
3439 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3440 "info inferiors" tests.
3441 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3442 "add-inferior".
3443 * gdb.multi/watchpoint-multi.exp: Likewise.
3444 * gdb.python/py-inferior.exp: Likewise.
3445 * gdb.server/extended-remote-restart.exp: Likewise.
3446 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3447 "info inferiors".
3448 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3449 * gdb.trace/report.exp: Likewise.
3450
1dadb1dd
PA
34512020-01-10 Pedro Alves <palves@redhat.com>
3452
3453 * gdb.multi/multi-target.c: New file.
3454 * gdb.multi/multi-target.exp: New file.
3455 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3456 mode requested, but remote does not support non-stop".
3457
78f2c40a
PA
34582020-01-10 Pedro Alves <palves@redhat.com>
3459
3460 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3461 disconnect before reconnecting.
3462
e7af6c70
TBA
34632020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3464 Pedro Alves <palves@redhat.com>
3465
3466 * gdb.server/connect-without-multi-process.exp: Also test
3467 continuing to end.
3468
acdf84a6
PA
34692020-01-10 Pedro Alves <palves@redhat.com>
3470
3471 * gdb.base/remote-exec-file.exp: New file.
3472
873657b9
PA
34732020-01-10 Pedro Alves <palves@redhat.com>
3474
3475 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3476 output.
3477 * gdb.threads/async.c: New.
3478 * gdb.threads/async.exp: New.
3479 * gdb.multi/tids-gid-reset.c: New.
3480 * gdb.multi/tids-gid-reset.exp: New.
3481
7f0ae84c
GB
34822020-01-10 George Barrett <bob@bob131.so>
3483
3484 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3485 to help in finding the image relocation offset.
3486 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3487 options in arguments.
3488 (stap_test_no_debuginfo): Likewise.
3489 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3490 test variants.
3491 (stap_test): Add null semaphore relocation test.
3492
47e9d49d
GB
34932020-01-10 George Barrett <bob@bob131.so>
3494
3495 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3496 * gdb.base/stap-probe.exp: Likewise.
3497 (stap_test): Pass argument as an additional flag.
3498 (stap_test_no_debuginfo): Likewise.
3499 (stap_test): Check `info probes stap' output for semaphore
3500 addresses if the test binary is supposed to have them.
3501
f5a7c406
AB
35022020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3503
3504 * gdb.tui/basic.exp: Add more scrolling tests.
3505
9ae6bf64
TT
35062020-01-09 Tom Tromey <tom@tromey.com>
3507
3508 PR tui/18932:
3509 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3510 meangingful value.
3511 (Term::command, Term::resize): Update.
3512 * gdb.tui/basic.exp: Add scrolling test.
3513
b2efe70c
AB
35142020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3515
3516 * gdb.tui/tui-layout-asm.exp: New file.
3517
3804da7e
AB
35182020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3519
3520 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3521
b40aa28f
AB
35222020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3523
3524 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3525 (Term::enter_tui): Use Term::prepare_for_tui.
3526
63ffd7c9
AB
35272020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3528
3529 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3530 called.
3531
3be966f6
AB
35322020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3533
3534 * gdb.base/skip.exp: Fix race condition in test.
3535
153d79c4
AB
35362020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3537
3538 * gdb.base/backtrace.c: New file.
3539 * gdb.base/backtrace.exp: New file.
3540
f2302a34
AB
35412020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3542
3543 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3544
6ec1d75e
PW
35452020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3546
3547 * gdb.base/style.exp: Test that warnings are styled.
3548
c296cbe6
BE
35492019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3550
3551 * gdb.base/line65535.exp: New file.
3552 * gdb.base/line65535.c: New file.
3553
b28a729d
SM
35542019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3555
3556 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3557 * lib/gnat_debug_info_test.adb: New file.
3558 * gdb.ada/ptype_tagged_param.exp: Use
3559 gnat_runtime_has_debug_info, expect a different output if
3560 runtime does not have debug info.
3561
7f2d7a0d
SM
35622019-12-20 Simon Marchi <simon.marchi@efficios.com>
3563
3564 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3565 (another) quote in test name.
3566
f3bce483
SM
35672019-12-20 Simon Marchi <simon.marchi@efficios.com>
3568
3569 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3570 Add quote in test name.
3571
c855a912
TBA
35722019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3573
3574 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3575 directory instead.
3576 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3577 * gdb.cp/pass-by-ref-2.cc: New file.
3578 * gdb.cp/pass-by-ref-2.exp: New file.
3579
fc9d2d72
TT
35802019-12-20 Tom Tromey <tom@tromey.com>
3581
3582 * gdb.tui/list-before.exp: New file.
3583
77b97e00
TT
35842019-12-20 Tom Tromey <tom@tromey.com>
3585
3586 * gdb.tui/list.exp: Check for source on initial listing.
3587
f69656d0
TT
35882019-12-11 Tom Tromey <tromey@adacore.com>
3589
3590 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3591 Add crlf test.
3592
99a55965
SM
35932019-12-18 Simon Marchi <simon.marchi@efficios.com>
3594
3595 * gdb.base/default.exp: Update value of $_gdb_major.
3596
5024637f
BE
35972019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3598
3599 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3600
b63634be
BE
36012019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3602
3603 * gdb.base/skip.exp: Whitespace fix.
3604
45d73523
BE
36052019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3606
3607 * gdb.base/skip-inline.c: New file.
3608 * gdb.base/skip-inline.exp: New file.
3609
d043f8c8
SM
36102019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3611
3612 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3613 jit_function_00 to jit_function_stack_mangle.
3614 * gdb.base/jithost.c (jit_function_t): Rename to...
3615 (jit_function_stack_mangle_t): ... this.
3616 (jit_function_add_t): New typedef.
3617 (jit_function_00_code): Rename to...
3618 (jit_function_stack_mangle_code): ... this, make static.
3619 (jit_function_add_code): New.
3620 (main): Generate "add" function and call it. Adjust to changes
3621 in jithost_abi.
3622 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3623 (struct jithost_abi) <begin, end>: Remove fields.
3624 <object, function_stack_mangle, function_add>: New fields.
3625 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3626 code_end>: Remove fields.
3627 <func_stack_mangle>: New field.
3628 (read_debug_info): Adjust to renaming, create block for "add"
3629 function.
3630 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3631
873de05c
TT
36322019-12-11 Tom Tromey <tom@tromey.com>
3633
3634 * gdb.tui/resize.exp: Fix regexp.
3635 * gdb.tui/regs.exp: Fix regexps.
3636 * gdb.tui/main.exp: Fix regexp.
3637
3d979945
TT
36382019-12-11 Tom Tromey <tom@tromey.com>
3639
3640 * gdb.tui/resize.exp: Update.
3641 * gdb.tui/empty.exp (layouts): Update.
3642
2192a9d3
TT
36432019-12-11 Tom Tromey <tom@tromey.com>
3644
3645 * gdb.tui/regs.exp: Update.
3646 * gdb.tui/empty.exp (layouts): Update.
3647 * gdb.tui/basic.exp: Update.
3648 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3649
d8edc8b7
PW
36502019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3651
3652 * gdb.base/options.exp: Add -raw-values in the print completion list.
3653 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3654
4c12d936
KB
36552019-12-10 Kevin Buettner <kevinb@redhat.com>
3656
3657 * gdb.threads/omp-par-scope.c: New file.
3658 * gdb/threads/omp-par-scope.exp: New file.
3659
26b911fb
KB
36602019-12-10 Kevin Buettner <kevinb@redhat.com>
3661
bb47f919
KB
3662 * lib/gdb.exp (support_nested_function_tests): New proc.
3663
36642019-12-10 Kevin Buettner <kevinb@redhat.com>
3665
3666 * lib/gdb.exp (gdb_compile_openmp): New proc.
3667 (build_executable_from_specs): Add an "openmp" option.
3668 (gdb_compile_pthreads): Add non-executable case.
26b911fb 3669
6c71eb7d
TT
36702019-12-10 Tom Tromey <tromey@adacore.com>
3671
3672 * gdb.ada/unchecked_union.exp: New file.
3673 * gdb.ada/unchecked_union/pck.adb: New file.
3674 * gdb.ada/unchecked_union/pck.ads: New file.
3675 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3676 * gdb-utils.exp (string_to_regexp): Also quote "?".
3677
bac7c5cf
GB
36782019-12-10 George Barrett <bob@bob131.so>
3679
3680 Test scripted probe breakpoints.
3681 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3682 * gdb.python/py-breakpoint.c (main): Likewise.
3683 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3684 specifier test.
3685 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3686
330f1d38
TBA
36872019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3688
3689 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3690 an rvalue parameter.
3691 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3692 parameter.
3693
b43315e2
AB
36942019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3695
3696 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3697 modules.
3698
54f73dad
AB
36992019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3700
3701 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3702 broken version of GCC.
3703
d57cbee9
AB
37042019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3705
3706 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3707 sym-info-cmds library.
3708 * gdb.fortran/info-types.exp: Likewise.
3709 * lib/sym-info-cmds.exp: New file.
3710
c14aab8c
TV
37112019-12-08 Tom de Vries <tdevries@suse.de>
3712
3713 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3714
aa2d5a42
KS
37152019-12-07 Keith Seitz <keiths@redhat.com>
3716
3717 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3718 * gdb.base/corefile-buildid-shlib.c: New file.
3719 * gdb.base/corefile-buildid.c: New file.
3720 * gdb.base/corefile-buildid.exp: New file.
3721
93e55f0a
TV
37222019-12-06 Tom de Vries <tdevries@suse.de>
3723
3724 * gdb.dwarf2/varval.exp: Add decl before def test.
3725
c7d12402
TBA
37262019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3727
3728 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3729
06acc08f
TBA
37302019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3731
3732 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3733 CV and reference conversion for overload resolution.
3734 * gdb.cp/rvalue-ref-overload.exp: Test it.
3735
e0fad1ea
PW
37362019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3737
3738 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3739 * gdb.base/frameapply.exp: Test faas without command.
3740
8d70a9f0
AB
37412019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3742
3743 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3744 Fortran tests.
3745 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3746 order.
3747
36c8fb93
AB
37482019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3749
3750 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3751 casting to type with no kind specified.
3752 (test_basic_parsing_of_type_kinds): Additional tests for types
3753 with no kind specified, and add tests for single/double
3754 precision/complex types.
3755
4139ff00
TT
37562019-12-04 Tom Tromey <tromey@adacore.com>
3757
3758 * gdb.base/endianity.c (struct other) <x>: New field.
3759 (main): Initialize it.
3760 * gdb.base/endianity.exp: Update.
3761
a05cf17a
TT
37622019-12-04 Tom Tromey <tromey@adacore.com>
3763
3764 * gdb.ada/scalar_storage/storage.adb: New file.
3765 * gdb.ada/scalar_storage/pck.adb: New file.
3766 * gdb.ada/scalar_storage/pck.ads: New file.
3767 * gdb.ada/scalar_storage.exp: New file.
3768
103a685e
TT
37692019-12-04 Tom Tromey <tromey@adacore.com>
3770
3771 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3772 (main): Initialize it.
3773 * gdb.base/endianity.exp: Update.
3774
c2512106
AB
37752019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3776
3777 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3778
293b38d6
AB
37792019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3780
3781 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3782 -symbol-info-module-functions and -symbol-info-module-variables.
3783
216a7e6b
AB
37842019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3785
3786 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3787
5bbd8269
AB
37882019-12-01 Richard Bunt <richard.bunt@arm.com>
3789 Andrew Burgess <andrew.burgess@embecosm.com>
3790
3791 * gdb.fortran/derived-type-striding.exp: New file.
3792 * gdb.fortran/derived-type-striding.f90: New file.
3793 * gdb.fortran/array-slices.exp: New file.
3794 * gdb.fortran/array-slices.f90: New file.
3795
be09caf1
PW
37962019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3797
3798 * gdb.base/define.exp: Test . in command names.
3799 * gdb.base/setshow.exp: Update test, as . is now part of
3800 command name.
3801
643c0cbe
PW
38022019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3803
3804 * gdb.base/define-prefix.exp: New file.
3805
dcdec678
AB
38062019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3807
3808 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3809 compile.
3810 (skip_btrace_pt_tests): Likewise.
3811
640ab947
AB
38122019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3813
3814 * gdb.fortran/info-modules.exp: Compile source files in correct
3815 order.
3816
d22670f0
KB
38172019-11-27 Kevin Buettner <kevinb@redhat.com>
3818
3819 * gdb.dwarf2/imported-unit.exp: New file.
3820 * gdb.dwarf2/imported-unit.c: New file.
3821
db5960b4
AB
38222019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3823
3824 * gdb.mi/mi-fortran-modules-2.f90: New file.
3825 * gdb.mi/mi-fortran-modules.exp: New file.
3826 * gdb.mi/mi-fortran-modules.f90: New file.
3827
7dc42066
AB
38282019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3829
3830 * gdb.mi/mi-sym-info-1.c: New file.
3831 * gdb.mi/mi-sym-info-2.c: New file.
3832 * gdb.mi/mi-sym-info.exp: New file.
3833
0dfeecca
TT
38342019-11-22 Tom Tromey <tromey@adacore.com>
3835
3836 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3837 * gdb.ada/tasks/foo.adb: Add another stopping location.
3838
34877895
PJ
38392019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3840
3841 * gdb.base/endianity.c: New test.
3842 * gdb.base/endianity.exp: New file.
3843
2e84f897
LD
38442019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3845
3846 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3847
65d1cd5f
TV
38482019-11-21 Tom de Vries <tdevries@suse.de>
3849
3850 PR gdb/24956
3851 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3852
4f22c3f4
SDJ
38532019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3854
3855 * gdb.python/py-progspace.exp: Add missing parentheses on some
3856 'print' commands.
3857
9f6ad286
TT
38582019-11-19 Tom Tromey <tom@tromey.com>
3859
3860 * gdb.tui/winheight.exp: New file.
3861
0b8dbf3f
AB
38622019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3863
3864 * gdb.base/ctf-whatis.c: Delete.
3865 * gdb.base/ctf-whatis.exp: Delete.
3866 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3867
f833b7a7
AB
38682019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3869
3870 * gdb.base/ctf-cvexpr.exp: Delete.
3871 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3872
30d0a636
AB
38732019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3874
3875 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3876 the compiler. Clean up header comment a little.
3877 * gdb.base/ctf-ptype.exp: Likewise.
3878 * gdb.base/ctf-whatis.exp: Likewise.
3879 * lib/gdb.exp (skip_ctf_tests): New proc.
3880
494409bb
SDJ
38812019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3882
3883 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3884 * gdb.tui/corefile-run.exp: New file.
3885
55708e99
TT
38862019-11-14 Tom Tromey <tromey@adacore.com>
3887
3888 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3889 regression tests.
3890
45e42163
TT
38912019-11-12 Tom Tromey <tom@tromey.com>
3892
3893 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3894 after any command. Expect prompt after WAIT_FOR is seen.
3895 (enter_tui): Enable resize messages.
3896 (command): Expect command in output.
3897 (get_line): Avoid error when cursor appears to be off-screen.
3898 (dump_screen): Include screen size in title.
3899 (_do_resize): New proc, from "resize".
3900 (resize): Rewrite. Do resize in two steps.
3901 * gdb.tui/empty.exp (layouts): Fix entries.
3902 (check_boxes): Remove xfail.
3903 (check_text): Dump screen on failure.
3904
086baaf1
AB
39052019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3906
3907 * gdb.python/py-symbol.exp: Add test for
3908 gdb.lookup_static_symbols.
3909
09ff83af
AB
39102019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3911
3912 * gdb.python/py-symbol.c: Declare and call function from new
3913 py-symbol-2.c file.
3914 * gdb.python/py-symbol.exp: Compile both source files, and add new
3915 tests for gdb.lookup_static_symbol.
3916 * gdb.python/py-symbol-2.c: New file.
3917
11af934b
TV
39182019-11-02 Tom de Vries <tdevries@suse.de>
3919
3920 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3921 * gdb.base/anon.exp: Same.
3922 * gdb.base/auto-connect-native-target.exp: Same.
3923 * gdb.base/call-ar-st.exp: Same.
3924 * gdb.base/catch-syscall.exp: Same.
3925 * gdb.base/commands.exp: Same.
3926 * gdb.base/default.exp: Same.
3927 * gdb.base/display.exp: Same.
3928 * gdb.base/float.exp: Same.
3929 * gdb.base/foll-fork.exp: Same.
3930 * gdb.base/help.exp: Same.
3931 * gdb.base/info-macros.exp: Same.
3932 * gdb.base/info-proc.exp: Same.
3933 * gdb.base/info-target.exp: Same.
3934 * gdb.base/long_long.exp: Same.
3935 * gdb.base/macscp.exp: Same.
3936 * gdb.base/memattr.exp: Same.
3937 * gdb.base/nofield.exp: Same.
3938 * gdb.base/pointers.exp: Same.
3939 * gdb.base/printcmds.exp: Same.
3940 * gdb.base/ptype.exp: Same.
3941 * gdb.base/restore.exp: Same.
3942 * gdb.base/return.exp: Same.
3943 * gdb.base/scope.exp: Same.
3944 * gdb.base/set-noassign.exp: Same.
3945 * gdb.base/setshow.exp: Same.
3946 * gdb.base/shlib-call.exp: Same.
3947 * gdb.base/signals.exp: Same.
3948 * gdb.base/sigstep.exp: Same.
3949 * gdb.base/skip.exp: Same.
3950 * gdb.base/solib-symbol.exp: Same.
3951 * gdb.base/stap-probe.exp: Same.
3952 * gdb.base/step-line.exp: Same.
3953 * gdb.base/step-test.exp: Same.
3954 * gdb.base/style.exp: Same.
3955 * gdb.base/varargs.exp: Same.
3956 * gdb.base/vla-datatypes.exp: Same.
3957 * gdb.base/vla-ptr.exp: Same.
3958 * gdb.base/vla-sideeffect.exp: Same.
3959 * gdb.base/volatile.exp: Same.
3960 * gdb.base/watch-cond-infcall.exp: Same.
3961 * gdb.base/watchpoint.exp: Same.
3962
e96ec2ba
TV
39632019-11-02 Tom de Vries <tdevries@suse.de>
3964
3965 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3966 * gdb.cp/cpexprs.exp: Same.
3967 * gdb.cp/except-multi-location.exp: Same.
3968 * gdb.cp/exceptprint.exp: Same.
3969 * gdb.cp/gdb2384.exp: Same.
3970 * gdb.cp/inherit.exp: Same.
3971 * gdb.cp/m-static.exp: Same.
3972 * gdb.cp/meth-typedefs.exp: Same.
3973 * gdb.cp/misc.exp: Same.
3974 * gdb.cp/namespace.exp: Same.
3975 * gdb.cp/non-trivial-retval.exp: Same.
3976 * gdb.cp/overload.exp: Same.
3977 * gdb.cp/pr17132.exp: Same.
3978 * gdb.cp/re-set-overloaded.exp: Same.
3979 * gdb.cp/rvalue-ref-types.exp: Same.
3980 * gdb.cp/templates.exp: Same.
3981
bd5766ec
LM
39822019-11-01 Luis Machado <luis.machado@linaro.org>
3983
3984 PR gdb/25124
3985
3986 * gdb.arch/pr25124.S: New file.
3987 * gdb.arch/pr25124.exp: New file.
3988
165f8965
AB
39892019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3990
3991 * gdb.fortran/info-modules.exp: Update expected results, and add
3992 additional tests for 'info module functinos', and 'info module
3993 variables'.
3994 * gdb.fortran/info-types.exp: Update expected results.
3995 * gdb.fortran/info-types.f90: Extend testcase with additional
3996 module variables and functions.
3997
59c35742
AB
39982019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3999
4000 * gdb.fortran/info-modules.exp: New file.
4001 * gdb.fortran/info-types.exp: Build with new file.
4002 * gdb.fortran/info-types.f90: Include and use new module.
4003 * gdb.fortran/info-types-2.f90: New file.
4004
f3fb2519
PW
40052019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4006
4007 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
4008 * gdb.base/settings.exp: Test all settings types using
4009 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
4010 that now verifies that the value of "maint show" is the same as
4011 returned by the settings functions. Test the type of the
4012 maintenance settings.
4013 * gdb.base/default.exp: Update show_conv_list.
4014
d1e36019
TV
40152019-10-31 Tom de Vries <tdevries@suse.de>
4016
4017 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
4018 gdb_test.
4019 * gdb.arch/amd64-disp-step.exp: Same.
4020 * gdb.asm/asm-source.exp: Same.
4021 * gdb.btrace/buffer-size.exp: Same.
4022 * gdb.btrace/cpu.exp: Same.
4023 * gdb.btrace/enable.exp: Same.
4024 * gdb.dwarf2/count.exp: Same.
4025 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4026 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
4027 * gdb.fortran/vla-datatypes.exp: Same.
4028 * gdb.fortran/vla-history.exp: Same.
4029 * gdb.fortran/vla-ptype.exp: Same.
4030 * gdb.fortran/vla-value.exp: Same.
4031 * gdb.fortran/whatis_type.exp: Same.
4032 * gdb.guile/guile.exp: Same.
4033 * gdb.multi/tids.exp: Same.
4034 * gdb.python/py-finish-breakpoint.exp: Same.
4035 * gdb.python/py-framefilter.exp: Same.
4036 * gdb.python/py-pp-registration.exp: Same.
4037 * gdb.python/py-xmethods.exp: Same.
4038 * gdb.python/python.exp: Same.
4039 * gdb.server/connect-with-no-symbol-file.exp: Same.
4040 * gdb.server/no-thread-db.exp: Same.
4041 * gdb.server/run-without-local-binary.exp: Same.
4042 * gdb.stabs/weird.exp: Same.
4043 * gdb.threads/attach-many-short-lived-threads.exp: Same.
4044 * gdb.threads/thread-find.exp: Same.
4045 * gdb.threads/tls-shared.exp: Same.
4046 * gdb.threads/tls.exp: Same.
4047 * gdb.threads/wp-replication.exp: Same.
4048 * gdb.trace/ax.exp: Same.
4049 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
4050
3d11e68e
TV
40512019-10-31 Tom de Vries <tdevries@suse.de>
4052
4053 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
4054 * gdb.ada/array_subscript_addr.exp: Same.
4055 * gdb.ada/arrayidx.exp: Same.
4056 * gdb.ada/arrayparam.exp: Same.
4057 * gdb.ada/arrayptr.exp: Same.
4058 * gdb.ada/boolean_expr.exp: Same.
4059 * gdb.ada/call_pn.exp: Same.
4060 * gdb.ada/complete.exp: Same.
4061 * gdb.ada/fixed_cmp.exp: Same.
4062 * gdb.ada/fun_addr.exp: Same.
4063 * gdb.ada/funcall_param.exp: Same.
4064 * gdb.ada/interface.exp: Same.
4065 * gdb.ada/mod_from_name.exp: Same.
4066 * gdb.ada/null_array.exp: Same.
4067 * gdb.ada/packed_array.exp: Same.
4068 * gdb.ada/packed_tagged.exp: Same.
4069 * gdb.ada/print_chars.exp: Same.
4070 * gdb.ada/print_pc.exp: Same.
4071 * gdb.ada/ptype_arith_binop.exp: Same.
4072 * gdb.ada/ptype_field.exp: Same.
4073 * gdb.ada/ptype_tagged_param.exp: Same.
4074 * gdb.ada/rec_return.exp: Same.
4075 * gdb.ada/ref_tick_size.exp: Same.
4076 * gdb.ada/str_ref_cmp.exp: Same.
4077 * gdb.ada/taft_type.exp: Same.
4078 * gdb.ada/tagged.exp: Same.
4079 * gdb.ada/type_coercion.exp: Same.
4080 * gdb.ada/uninitialized_vars.exp: Same.
4081
60b6ede8
TV
40822019-10-30 Tom de Vries <tdevries@suse.de>
4083
4084 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
4085
30baf67b
TV
40862019-10-26 Tom de Vries <tdevries@suse.de>
4087
4088 * gdb.base/bigcore.c: Fix typos in comments.
4089 * gdb.base/ctf-ptype.c: Same.
4090 * gdb.base/long_long.c: Same.
4091 * gdb.dwarf2/dw2-op-out-param.S: Same.
4092 * gdb.python/py-evthreads.c: Same.
4093 * gdb.reverse/i387-stack-reverse.c: Same.
4094 * gdb.trace/tfile.c: Same.
4095 * lib/compiler.c: Same.
4096 * lib/compiler.cc: Same.
4097
158da0d1
TV
40982019-10-25 Tom de Vries <tdevries@suse.de>
4099
4100 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
4101 gdb_test_multiple calls.
4102 * gdb.reverse/sigall-reverse.exp: Same.
4103 * gdb.reverse/solib-precsave.exp: Same.
4104 * gdb.reverse/solib-reverse.exp: Same.
4105 * gdb.reverse/until-precsave.exp: Same.
4106 * gdb.reverse/until-reverse.exp: Same.
4107
4ccdfbec
TV
41082019-10-24 Tom de Vries <tdevries@suse.de>
4109
4110 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
4111 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
4112 kfail using -wrap pattern flag and convenience variable
4113 gdb_test_name.
4114
33d569b7
AB
41152019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
4116
4117 * gdb.python/py-progspace.exp: Add tests for the
4118 Progspace.block_for_pc method.
4119
4d0b984b
TT
41202019-10-23 Tom Tromey <tom@tromey.com>
4121
4122 * configure: Rebuild.
4123 * aclocal.m4: Use m4_include, not sinclude.
4124
94cb3754
TV
41252019-10-21 Tom de Vries <tdevries@suse.de>
4126
4127 * gdb.base/infcall-nested-structs.c: Add
4128 __attribute__((noinline,noclone)) to all functions.
4129 (call_all): Add missing variable initialization. Simplify return value.
4130 (breakpt): Increment volatile variable, to prevent call from being
4131 optimized out.
4132 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
4133
062f1fc1
TV
41342019-10-17 Tom de Vries <tdevries@suse.de>
4135
4136 * gdb.fortran/module.exp: Allow info variables to print info for files
4137 other than module.f90.
4138
0b54364d
AB
41392019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4140
4141 * gdb.fortran/module.exp: Extend with 'info variables' test.
4142
7ff5fae7
AB
41432019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4144
4145 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
4146 F77_FOR_TARGET.
4147
d10eccaa
TV
41482019-10-16 Tom de Vries <tdevries@suse.de>
4149
4150 PR tdep/25096
4151 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4152
745ff14e
TV
41532019-10-16 Tom de Vries <tdevries@suse.de>
4154
4155 PR tdep/24104
4156 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4157 Add KFAIL for PR tdep/25096.
4158
03e1ab94
TV
41592019-10-16 Tom de Vries <tdevries@suse.de>
4160
4161 PR testsuite/25059
4162 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4163
b17fcc10
TV
41642019-10-16 Tom de Vries <tdevries@suse.de>
4165
4166 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4167 as signed.
4168
9223170f
SM
41692019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4170
4171 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4172 one instead of increasing timeout.
4173
d6e76313
TV
41742019-10-13 Tom de Vries <tdevries@suse.de>
4175
4176 PR record/25038
4177 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4178 * gdb.reverse/sigall-reverse.exp: Same.
4179 * gdb.reverse/solib-precsave.exp: Same.
4180 * gdb.reverse/solib-reverse.exp: Same.
4181 * gdb.reverse/step-precsave.exp: Same.
4182 * gdb.reverse/until-precsave.exp: Same.
4183 * gdb.reverse/until-reverse.exp: Same.
4184 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4185
6dfc0041
AA
41862019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4187
4188 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4189 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4190 (cmp_struct_05_01, cmp_struct_static_02_01)
4191 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4192 comparisons.
4193
abcf2cc8
TV
41942019-10-10 Tom de Vries <tdevries@suse.de>
4195
4196 PR testsuite/24888
4197 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4198 gnatlink.
4199
a50faaf6
TV
42002019-10-09 Tom de Vries <tdevries@suse.de>
4201
4202 PR testsuite/25048
4203 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4204
60ff3cd7
AB
42052019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4206
4207 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4208 exceptions due to missing debug information.
4209
dfee8566
TV
42102019-10-07 Tom de Vries <tdevries@suse.de>
4211
4212 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4213
3d63690a
AB
42142019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4215
4216 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4217 * gdb.base/annota1.exp: Update to use gdb_test_name.
4218
30d1f018
WP
42192019-10-07 Weimin Pan <weimin.pan@oracle.com>
4220
4221 * gdb.base/ctf-whatis.exp: New file.
4222 * gdb.base/ctf-whatis.c: New file.
4223 * gdb.base/ctf-ptype.exp: New file.
4224 * gdb.base/ctf-ptype.c: New file.
4225 * gdb.base/ctf-constvars.exp: New file.
4226 * gdb.base/ctf-constvars.c: New file.
4227 * gdb.base/ctf-cvexpr.exp: New file.
4228
4dbbb47c
TV
42292019-10-04 Tom de Vries <tdevries@suse.de>
4230
4231 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4232 for loop.
4233
77c2dba3
TT
42342019-10-03 Tom Tromey <tom@tromey.com>
4235
4236 PR rust/24976:
4237 * gdb.rust/simple.rs (Union2): New type.
4238 (main): Use Union2.
4239 * gdb.rust/simple.exp: Add test.
4240
179aed7f
AB
42412019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4242
4243 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4244 nested function prefix.
4245
0a4b0913
AB
42462019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4247 Richard Bunt <richard.bunt@arm.com>
4248 Andrew Burgess <andrew.burgess@embecosm.com>
4249
4250 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4251 nested functions.
4252 * gdb.fortran/nested-funcs.f90: Update expected results.
4253 * gdb.fortran/nested-funcs-2.exp: New file.
4254 * gdb.fortran/nested-funcs-2.f90: New file.
4255
082cce05
AB
42562019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4257
4258 * gdb.python/py-parameter.exp: Make test names unique.
4259 * gdb.python/py-template.exp: Likewise.
4260 * gdb.python/py-value.exp: Likewise.
4261
2b74ba5a
AB
42622019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4263
4264 * gdb.base/break-interp.exp: Reduce test name duplication.
4265 * gdb.base/call-sc.exp: Likewise.
4266 * gdb.base/callfuncs.exp: Likewise.
4267 * gdb.base/charset.exp: Likewise.
4268 * gdb.base/dump.exp: Likewise.
4269 * gdb.base/ena-dis-br.exp: Likewise.
4270 * gdb.base/relational.exp: Likewise.
4271 * gdb.base/step-over-syscall.exp: Likewise.
4272 * gdb.base/structs.exp: Likewise.
4273
58eb20d5
AB
42742019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4275
4276 * gdb.linespec/explicit.exp: Make test names unique.
4277 * gdb.linespec/ls-errs.exp: Likewise.
4278
4d421147
AB
42792019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4280
4281 * gdb.reverse/break-precsave.exp: Make test names unique.
4282 * gdb.reverse/break-reverse.exp: Likewise.
4283 * gdb.reverse/finish-precsave.exp: Likewise.
4284 * gdb.reverse/finish-reverse.exp: Likewise.
4285 * gdb.reverse/machinestate-precsave.exp: Likewise.
4286 * gdb.reverse/machinestate.exp: Likewise.
4287 * gdb.reverse/readv-reverse.exp: Likewise.
4288 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4289 * gdb.reverse/sigall-precsave.exp: Likewise.
4290 * gdb.reverse/sigall-reverse.exp: Likewise.
4291 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4292 * gdb.reverse/watch-precsave.exp: Likewise.
4293 * gdb.reverse/watch-reverse.exp: Likewise.
4294
d8c06f22
AB
42952019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4296
4297 * gdb.threads/stop-with-handle.c: New file.
4298 * gdb.threads/stop-with-handle.exp: New file.
4299
3a56ed86
TV
43002019-10-03 Tom de Vries <tdevries@suse.de>
4301
4302 PR testsuite/25059
4303 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4304 directory" line to be missing.
4305
42275044
TV
43062019-10-03 Tom de Vries <tdevries@suse.de>
4307
4308 PR testsuite/25059
4309 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4310 type optional.
4311
9ef62df0
AA
43122019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4313
4314 * gdb.python/py-format-string.c (string.h): New include.
4315 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4316 the same value, for endianness-independence.
4317 * gdb.python/py-format-string.exp (default_regexp_dict)
4318 (test_pretty_structs, test_format): Adjust expected output to the
4319 changed initialization.
4320
37f6a7f4
TT
43212019-10-02 Tom Tromey <tromey@adacore.com>
4322
4323 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4324
1d58d6a2
PA
43252019-10-02 Pedro Alves <palves@redhat.com>
4326 Andrew Burgess <andrew.burgess@embecosm.com>
4327
4328 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4329 "print-file-var.h".
4330 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4331 (get_version_1): Print this_version_id and its address.
4332 Add extern "C" wrappers around interface functions.
4333 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4334 "print-file-var.h".
4335 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4336 (get_version_2): Print this_version_id and its address.
4337 Add extern "C" wrappers around interface functions.
4338 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4339 <stddef.h> and "print-file-var.h".
4340 Add extern "C" wrappers around interface functions.
4341 [VERSION_ID_MAIN] (this_version_id): Define.
4342 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4343 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4344 up extern "C" blocks.
4345 * gdb.base/print-file-var.exp (test): New, factored out from top
4346 level.
4347 (top level): Test all combinations of attribute hidden or not,
4348 dlopen or not, and this_version_id symbol in main file or not.
4349 Compile tests as both C++ and C, make test names unique.
4350
d770d56f
TT
43512019-10-01 Tom Tromey <tom@tromey.com>
4352
4353 * gdb.base/style.exp: Test "show logging filename".
4354
7f6aba03
TT
43552019-10-01 Tom Tromey <tom@tromey.com>
4356
4357 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4358 * gdb.base/style.exp: Add metadata style test.
4359
14309bb6
TT
43602019-10-01 Tom Tromey <tom@tromey.com>
4361
4362 * gdb.base/style.exp: Test "pwd".
4363
2a3c1174
PA
43642019-10-01 Tom Tromey <tom@tromey.com>
4365
4366 * gdb.base/style.exp: Update tests.
4367
53d666ec
AA
43682019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4369
4370 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4371 'six' to unsigned.
4372 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4373 'five'. Use an all-ones bit pattern for each.
4374 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4375 to its changed values.
4376
4a56a520
TT
43772019-09-30 Tom Tromey <tromey@adacore.com>
4378
4379 * gdb.rust/traits.rs: Disable all warnings.
4380
0df0352a
TV
43812019-09-29 Tom de Vries <tdevries@suse.de>
4382
aac66a4c 4383 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 4384
73d9a918
TV
43852019-09-29 Tom de Vries <tdevries@suse.de>
4386
4387 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4388
060b3ab4
TV
43892019-09-27 Tom de Vries <tdevries@suse.de>
4390
4391 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4392
68f7d34d
TV
43932019-09-27 Tom de Vries <tdevries@suse.de>
4394
4395 PR record/23188
4396 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4397
5d63b30a
TT
43982019-09-26 Tom Tromey <tromey@adacore.com>
4399
4400 * gdb.ada/py_taft.exp: New file.
4401 * gdb.ada/py_taft/main.adb: New file.
4402 * gdb.ada/py_taft/pkg.adb: New file.
4403 * gdb.ada/py_taft/pkg.ads: New file.
4404
3d435220
TV
44052019-09-24 Tom de Vries <tdevries@suse.de>
4406
4407 PR gdb/24598
4408 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4409
77d03678
TV
44102019-09-22 Tom de Vries <tdevries@suse.de>
4411
4412 * gdb.base/restore.exp: Allow register variables to be optimized out at
4413 -O0.
4414
abf516c6
UW
44152019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4416
4417 * gdb.arch/spu-info.exp: Remove file.
4418 * gdb.arch/spu-info.c: Remove file.
4419 * gdb.arch/spu-ls.exp: Remove file.
4420 * gdb.arch/spu-ls.c: Remove file.
4421
4422 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4423 * gdb.asm/spu.inc: Remove file.
4424
4425 * gdb.base/dump.exp: Remove support for spu*-*-*.
4426 * gdb.base/stack-checking.exp: Likewise.
4427 * gdb.base/overlays.exp: Likewise.
4428 * gdb.base/ovlymgr.c: Likewise.
4429 * gdb.base/spu.ld: Remove file.
4430
4431 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4432 * gdb.cp/cpexprs.exp: Likewise.
4433 * gdb.cp/exception.exp: Likewise.
4434 * gdb.cp/gdb2495.exp: Likewise.
4435 * gdb.cp/mb-templates.exp: Likewise.
4436 * gdb.cp/pr9167.exp: Likewise.
4437 * gdb.cp/userdef.exp: Likewise.
4438
4439 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4440
4441 * gdb.cell: Remove directory.
4442 * lib/cell.exp: Remove file.
4443
e452e88f
TV
44442019-09-19 Tom de Vries <tdevries@suse.de>
4445
4446 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4447
8a625130
TV
44482019-09-19 Tom de Vries <tdevries@suse.de>
4449
4450 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4451
81dc3ab5
TV
44522019-09-19 Tom de Vries <tdevries@suse.de>
4453
4454 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4455 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4456 (gdb_target_cmd): ... here.
4457 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4458 value 2.
4459
b078f3ac
AB
44602019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4461
4462 * gdb.base/source-dir.exp: Avoid having directory names in test
4463 names.
4464
f1b620e9
MG
44652019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4466
4467 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4468 directory.
4469
67f3ed6a
AB
44702019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4471
4472 * gdb.base/list-missing-source.exp: New file.
4473
d1b70248
TV
44742019-09-14 Tom de Vries <tdevries@suse.de>
4475
4476 PR teststuite/24599
4477 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4478 * lib/ada.exp (gnatmake_version_at_least): New proc.
4479
5fabdcd6
AB
44802019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4481
4482 * gdb.base/maint.exp: Use exec_has_index_section.
4483
aa17805f
AB
44842019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4485
4486 * gdb.base/maint.exp: Add test for 'maint info sections'.
4487
25e5c209
TV
44882019-09-12 Tom de Vries <tdevries@suse.de>
4489
4490 * gdb.base/store.exp: Allow register variables to be optimized out at
4491 -O0.
4492
4993045d
PW
44932019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4494
4495 * gdb.ada/rdv_wait.exp: Update to new task names.
4496 * gdb.base/task_switch_in_core.exp: Likewise.
4497 * gdb.base/info_sources_base.c: Likewise.
4498
8a516164
TT
44992019-09-10 Tom Tromey <tromey@adacore.com>
4500
4501 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4502
aa391654
TT
45032019-09-10 Tom Tromey <tromey@adacore.com>
4504
4505 * gdb.ada/dgopt.exp: New file.
4506 * gdb.ada/dgopt/x.adb: New file.
4507
8634b462
TT
45082019-09-08 Tom Tromey <tom@tromey.com>
4509
4510 * gdb.tui/resize.exp: Remove setup_xfail.
4511 * gdb.tui/regs.exp: Remove setup_xfail.
4512 * gdb.tui/basic.exp: Remove setup_xfail.
4513
736b0f76
DB
45142019-09-06 David Blaikie <dblaikie@gmail.com>
4515
4516 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4517 * gdb.cp/cplabel.exp: Ditto.
4518 * gdb.linespec/ls-errs.exp: Ditto.
4519
30331a6c
TV
45202019-09-05 Tom de Vries <tdevries@suse.de>
4521
4522 * lib/gdb.exp (cmp_file_string): New proc.
4523 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4524 runto_main. Verify save breakpoints output.
4525
98b0ebab
PW
45262019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4527
4528 * gdb.base/info-var.exp: Test info variables without running
4529 to main, to avoid expect's buffer overflow.
4530
4e962e74
TT
45312019-09-03 Tom Tromey <tromey@adacore.com>
4532
4533 * gdb.ada/bias.exp: New file.
4534 * gdb.ada/bias/bias.adb: New file.
4535 * gdb.ada/print_chars.exp: Add regression test.
4536 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4537 (MC): New variable.
4538
2ea1a07a
SL
45392019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4540
4541 * gdb.base/argv0-symlink.exp: Run only on native target
4542 and local host.
4543
8077c50d
TV
45442019-08-29 Tom de Vries <tdevries@suse.de>
4545
4546 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4547 diverse debug info.
4548 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4549
48352473
TV
45502019-08-28 Tom de Vries <tdevries@suse.de>
4551
4552 * gdb.base/info-var.exp: Allow info variables to print info for files
4553 other than info-var-f1.c and info-var-f2.c.
4554
d8f27c60
AB
45552019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4556
4557 * gdb.fortran/info-types.exp: Add module.
4558 * gdb.fortran/info-types.f90: Update expected results.
4559
1f20c35e
AB
45602019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4561
4562 * gdb.fortran/info-types.exp: New file.
4563 * gdb.fortran/info-types.f90: New file.
4564 * lib/fortran.exp (fortran_character1): New proc.
4565
4acfdd20
AB
45662019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4567
4568 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4569 functions'. Reindent as needed.
4570 * gdb.base/info-var-f1.c: New file.
4571 * gdb.base/info-var-f2.c: New file.
4572 * gdb.base/info-var.exp: New file.
4573 * gdb.base/info-var.h: New file.
4574
5c31b358
TV
45752019-08-26 Tom de Vries <tdevries@suse.de>
4576
4577 PR c++/24852
4578 * gdb.cp/no-libstdcxx-probe.exp: New test.
4579
b694989f
TV
45802019-08-26 Tom de Vries <tdevries@suse.de>
4581
4582 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4583 * tests need to be skipped.
4584 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4585 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4586 mi_skip_libstdcxx_probe_tests.
4587
d9c4ba53
SDJ
45882019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4589
4590 * gdb.python/py-xmethods.exp: Use raw strings when passing
4591 arguments to SimpleXMethodMatcher.
4592
395fad09
TV
45932019-08-22 Tom de Vries <tdevries@suse.de>
4594
4595 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4596 more informative.
4597
26c957f1
PA
45982019-08-21 Pedro Alves <palves@redhat.com>
4599
4600 * gdb.base/with.exp: Test "with" with no arguments.
4601
61f80d5d
TV
46022019-08-21 Tom de Vries <tdevries@suse.de>
4603
4604 * gdb.base/gdb-caching-proc.exp: Sort files.
4605
d7a11d13
TV
46062019-08-20 Tom de Vries <tdevries@suse.de>
4607
4608 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4609 compilation.
4610
34dafe9f
TV
46112019-08-16 Tom de Vries <tdevries@suse.de>
4612
4613 * gdb.base/compare-sections.exp ("after run to main"): Allow
4614 mismatched read-only sections for PIE executables.
4615
398fdd60
TT
46162019-08-16 Tom Tromey <tom@tromey.com>
4617
4618 * lib/tuiterm.exp (_csi_Z): New proc.
4619 * gdb.tui/basic.exp: Update window positions.
4620 * gdb.tui/empty.exp: Update window positions.
4621
d8f9e51c
SL
46222019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4623
4624 * gdb.base/examine-backward.exp: Correct regexp for
4625 "examine 3 bytes backward from ${address_zero}".
4626
3df505f6
TT
46272019-08-15 Tom Tromey <tom@tromey.com>
4628
4629 * gdb.tui/empty.exp: Enable resizing tests.
4630
272560b5
TT
46312019-08-15 Tom Tromey <tromey@adacore.com>
4632
4633 * gdb.ada/char_enum.exp: Add regression tests.
4634 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4635 and '0'.
4636 (Char, Gchar): Update.
4637 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4638
08235187
CB
46392019-08-15 Christian Biesinger <cbiesinger@google.com>
4640
4641 * gdb.python/python.exp: Expect a leading underscore on
4642 GdbOutput{,Error}File.
4643
22a2ab04
SL
46442019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4645
4646 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4647 Windows host.
4648
835b995b
SL
46492019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4650
4651 * gdb.base/batch-preserve-term-settings.exp
4652 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4653
97dd8e07
CB
46542019-08-15 Christian Biesinger <cbiesinger@google.com>
4655
4656 * lib/gdb.exp: When running on a mingw target, replace
4657 /x/ with x:/.
4658
75faf5c4
AH
46592019-08-14 Alan Hayward <alan.hayward@arm.com>
4660
4661 * gdb.arch/aarch64-prologue.c: New test.
4662 * gdb.arch/aarch64-prologue.exp: New file.
4663
abc6c00f
TV
46642019-08-13 Tom de Vries <tdevries@suse.de>
4665
4666 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4667 Thread.
4668
74c2c1f4
SL
46692019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4670
4671 * gdb.python/py-completion.exp: Download the .py file to the host
4672 and use its host pathname. Conditionalize tests that use
4673 tab completion and manipulate files on the build machine.
4674 * gdb.python/py-events.exp: Download the .py file to the host
4675 and use its host pathname.
4676 * gdb.python/py-evsignal.exp: Likewise.
4677 * gdb.python/py-evthreads.exp: Likewise.
4678 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4679 pathname syntax.
4680 * gdb.python/py-framefilter.exp: Download the .py file to the right
4681 place on the host. Match Windows pathname syntax.
4682 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4683 .py file to the host and use its host pathname.
4684 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4685 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4686 build pathname. Skip symlink test on Windows host. Add missing
4687 newline at end of file.
4688 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4689 and use its host pathname.
4690 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4691 * gdb.python/py-section-script.exp: Use host location of binfile
4692 on safe-path. Use correct path separator on Windows host.
4693 Reorder alternatives in gdb_test_multiple to prevent matching
4694 the wrong alternative on success.
4695 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4696
ca2589f3
PP
46972019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4698
4699 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4700 expect the GDB inferior to no longer immediately stop after
4701 being resumed with "signal SIGINT".
4702
020a839d
SL
47032019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4704
4705 * gdb.linespec/break-ask.exp: Generalize regexps to match
4706 Windows pathnames too.
4707
128d6509
TV
47082019-08-08 Tom de Vries <tdevries@suse.de>
4709
4710 PR testsuite/24862
4711 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4712
590042fc
PW
47132019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4714
4715 * gdb.base/style.exp: Update tests for help doc new invariants.
4716 * gdb.base/help.exp: Likewise.
4717
046bebe1
TT
47182019-08-06 Tom Tromey <tom@tromey.com>
4719
4720 * gdb.base/style.exp: Add disassemble test.
4721 * gdb.base/style.c (some_called_function): New function.
4722 (main): Use it.
4723
0b27c27d
CB
47242019-08-05 Christian Biesinger <cbiesinger@google.com>
4725
4726 * gdb.python/py-block.exp: Test dictionary access on blocks.
4727
580f1034
SM
47282019-08-05 Simon Marchi <simon.marchi@efficios.com>
4729
4730 PR gdb/24863
4731 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4732 -list-thread-groups --available test when running under
4733 check-read1.
4734
d86bd7cb
TV
47352019-08-05 Tom de Vries <tdevries@suse.de>
4736
4737 PR testsuite/24863
4738 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4739 * gdb.base/help.exp: Use with_read1_timeout_factor.
4740 * gdb.base/info-macros.exp: Same.
4741 * gdb.cp/nested-types.exp: Same.
4742
a80cf5d8
TV
47432019-08-05 Tom de Vries <tdevries@suse.de>
4744
4745 * lib/gdb.exp (version_at_least): Factor out of ...
4746 (tcl_version_at_least): ... here.
4747 (gdb_compile): Fail if pie results in non-PIE executable.
4748 (readelf_version, readelf_prints_pie): New proc.
4749 (exec_is_pie): Return -1 if unknown.
4750
d0962838
TV
47512019-08-05 Tom de Vries <tdevries@suse.de>
4752
4753 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4754
2252ff3d
SL
47552019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4756
4757 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4758
26655f53
SL
47592019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4760
4761 * lib/completion-support.exp (test_gdb_complete_none): Skip
4762 tab completion tests if no readline support.
4763 (test_gdb_complete_unique_re): Likewise.
4764 (test_gdb_complete_multiple): Likewise.
4765
db4dc13e
PW
47662019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4767
4768 * gdb.base/info_sources.exp: New file.
4769 * gdb.base/info_sources.c: New file.
4770 * gdb.base/info_sources_base.c: New file.
4771
0eba165a
PFC
47722019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4773
4774 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4775 prefix argument.
4776 (test_exit_status): Add prefix argument.
4777
59bd512b
TV
47782019-08-01 Tom de Vries <tdevries@suse.de>
4779
4780 PR testsuite/24863
4781 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4782 calling exp_continue for new thread and thread exited messages.
4783
2a3ad588
TV
47842019-08-01 Tom de Vries <tdevries@suse.de>
4785
4786 PR testsuite/24863
4787 * gdb.base/structs.exp: Fix check-read1 timeout using
4788 gdb_test_sequence.
4789 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4790
117eb594
TV
47912019-08-01 Tom de Vries <tdevries@suse.de>
4792
4793 PR testsuite/24863
4794 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4795 line.
4796
ed591340
TV
47972019-08-01 Tom de Vries <tdevries@suse.de>
4798
4799 PR testsuite/24863
4800 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4801
aa3b6533
TT
48022019-07-30 Tom Tromey <tromey@adacore.com>
4803
4804 * gdb.ada/display_nested.exp: New file.
4805 * gdb.ada/display_nested/foo.adb: New file.
4806 * gdb.ada/display_nested/pack.adb: New file.
4807 * gdb.ada/display_nested/pack.ads: New file.
4808
2906593f
CB
48092019-07-30 Christian Biesinger <cbiesinger@google.com>
4810
4811 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4812 namespace.
4813 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4814
0f575925
TV
48152019-07-30 Tom de Vries <tdevries@suse.de>
4816
4817 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4818 instead.
4819
b13057d9
TV
48202019-07-30 Tom de Vries <tdevries@suse.de>
4821
4822 PR testsuite/24834
4823 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4824 (exec_is_pie): New proc.
4825
5c4dde85
CB
48262019-07-29 Christian Biesinger <cbiesinger@google.com>
4827
4828 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4829
c620ed88
CB
48302019-07-29 Christian Biesinger <cbiesinger@google.com>
4831
4832 * gdb.python/py-objfile.c: Add global and static vars.
4833 * gdb.python/py-objfile.exp: Test new functions Objfile.
4834 lookup_global_symbol and lookup_static_symbol.
4835
3d235706
TT
48362019-07-29 Tom Tromey <tom@tromey.com>
4837
4838 * lib/tuiterm.exp (Term::_csi_@): New proc.
4839 (Term::_csi_X): Don't move cursor.
4840
c7e4c0a6
PW
48412019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4842
4843 * gdb.base/options.exp: Update backtrace - completion to
4844 new option -frame-info.
4845 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4846 Test new 'set print frame-info'. Test backtrace -frame-info
4847 overriding 'set print frame-info'.
4848 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4849 Test new 'set print frame-info'.
4850 Verify consistency of backtrace with and without filters, with and
4851 without -no-filters.
4852 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4853 default.
4854
de28a3b7
TV
48552019-07-29 Tom de Vries <tdevries@suse.de>
4856
4857 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4858 no arguments".
4859
507dd60e
TV
48602019-07-29 Tom de Vries <tdevries@suse.de>
4861
4862 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4863 is a substring of the first for "complete non-unique file name".
4864
5beafce9
TV
48652019-07-29 Tom de Vries <tdevries@suse.de>
4866
4867 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4868 with ".*".
4869
2d274232
TV
48702019-07-29 Tom de Vries <tdevries@suse.de>
4871
4872 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4873 Pass prompt_regexp parameter to gdb_test_multiple calls.
4874
9197cd8b
TV
48752019-07-29 Tom de Vries <tdevries@suse.de>
4876
4877 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 4878 print registers" regexps.
9197cd8b 4879
b528dae0
TV
48802019-07-29 Tom de Vries <tdevries@suse.de>
4881
4882 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4883
d17725d7
TV
48842019-07-29 Tom de Vries <tdevries@suse.de>
4885
4886 PR gdb/24855
4887 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4888 (skip_python_tests_prompt): Add prompt_regexp argument to
4889 gdb_test_multiple calls.
4890
52b75bf1
TT
48912019-07-27 Tom Tromey <tom@tromey.com>
4892
4893 * gdb.tui/main.exp: New file.
4894
2b1d00c2
TT
48952019-07-27 Tom Tromey <tom@tromey.com>
4896
4897 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4898 optional.
4899 * gdb.tui/empty.exp: New file.
4900
ded631d5
TT
49012019-07-27 Tom Tromey <tom@tromey.com>
4902
4903 * lib/tuiterm.exp (spawn): New proc.
4904 (Term::resize): New proc.
4905 * gdb.tui/resize.exp: New file.
4906
58ac439d
TT
49072019-07-27 Tom Tromey <tom@tromey.com>
4908
4909 * gdb.tui/list.exp: New file.
4910
fe1f56ee
TT
49112019-07-27 Tom Tromey <tom@tromey.com>
4912
4913 * gdb.tui/regs.exp: New file.
4914
f790b310
TT
49152019-07-27 Tom Tromey <tom@tromey.com>
4916
4917 * gdb.tui/basic.exp: Add "layout split" test.
4918
d95fc6ee
TT
49192019-07-27 Tom Tromey <tom@tromey.com>
4920
4921 * gdb.tui/basic.exp: Add "layout asm" test.
4922
c3786b3a
TT
49232019-07-27 Tom Tromey <tom@tromey.com>
4924
4925 * lib/tuiterm.exp: New file.
4926 * gdb.tui/basic.exp: New file.
4927
98a617f8
KB
49282019-07-27 Kevin Buettner <kevinb@redhat.com>
4929
4930 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4931 Enable tests associated with this flag. Adjust regex
4932 referencing "foo_low" to now refer to "foo_cold" instead.
4933
5c076da4
KB
49342019-07-27 Kevin Buettner <kevinb@redhat.com>
4935
4936 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4937 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4938 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4939 foo_cold. Revise comments to match.
4940 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4941 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4942 were wrapped into this proc; Call do_test in loop from outermost
4943 level.
4944 (foo_low): Rename all occurrences to "foo_cold".
4945 (backtrace from baz): New test.
4946 (x2/i foo_cold): New test.
4947 (info line *foo_cold): New test.
4948
1512d3b7
TV
49492019-07-26 Tom de Vries <tdevries@suse.de>
4950
4951 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4952
297989a1
TV
49532019-07-25 Tom de Vries <tdevries@suse.de>
4954
4955 PR testsuite/24830
4956 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4957 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4958 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4959 (skip_libstdcxx_probe_tests): ... here.
4960 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4961
b3b965fb
TV
49622019-07-24 Tom de Vries <tdevries@suse.de>
4963
4964 PR testsuite/24807
4965 * gdb.objc/basicclass.m: Include stdio.h.
4966 * gdb.objc/nondebug.m: Same.
4967 * gdb.objc/objcdecode.m: Same.
4968
4625b4d0
TV
49692019-07-24 Tom de Vries <tdevries@suse.de>
4970
4971 PR testsuite/24612
4972 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4973 additional_flags.
4974
024a5840
TV
49752019-07-24 Tom de Vries <tdevries@suse.de>
4976
4977 PR testsuite/24831
4978 * gdb.multi/tids.exp: Update error messages for info threads.
4979
c76ddaa3
TV
49802019-07-24 Tom de Vries <tdevries@suse.de>
4981
4982 * gdb.base/info-types.exp: Allow info types to print info for more than
4983 one file.
4984
9a618ef6
TV
49852019-07-23 Tom de Vries <tdevries@suse.de>
4986
4987 PR testsuite/24842
4988 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4989 gdb_spawn_with_cmdline_opts.
4990
40eadf04
SP
49912019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4992
4993 * gdb.arch/arm-cmse-sgstubs.c: New test.
4994 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4995
5ba29434
TV
49962019-07-23 Tom de Vries <tdevries@suse.de>
4997
4998 PR testsuite/24711
4999 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
5000 issuing next command.
5001
a8e9d247
AB
50022019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5003
5004 * gdb.ada/info_auto_lang.exp: Update expected results.
5005 * gdb.base/info-types.c: Add additional types to check.
5006 * gdb.base/info-types.exp: Update expected results.
5007
eb86c5e2
AB
50082019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5009
5010 * gdb.base/info-types.c: New file.
5011 * gdb.base/info-types.exp: New file.
5012
01e175fe
AB
50132019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5014
5015 * gdb.arch/riscv-bp-infcall.c: New file.
5016 * gdb.arch/riscv-bp-infcall.exp: New file.
5017
6b78c3f8
AB
50182019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5019
5020 PR breakpoints/24541
5021 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
5022
da738167
TV
50232019-07-14 Tom de Vries <tdevries@suse.de>
5024
5025 PR testsuite/24760
5026 * gdb.objc/basicclass.exp: Fix unterminated string.
5027
0d4e84ed
AB
50282019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
5029 Andrew Burgess <andrew.burgess@embecosm.com>
5030
5031 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
5032 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
5033 negative bounds.
5034 * gdb.fortran/vla-value.exp: Print elements of an array with
5035 negative bounds.
5036 * gdb.fortran/vla.f90: Setup an array with negative bounds for
5037 testing.
5038
021d8588
AB
50392019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5040
5041 * gdb.base/options.exp (expect_string): Dequote strings in
5042 results.
5043 (test-string): Test strings with different quoting and reindent.
5044
f06f1252
TT
50452019-07-10 Tom Tromey <tromey@adacore.com>
5046
5047 * gdb.ada/mi_ex_cond.exp: Update expected results.
5048 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
5049 * gdb.ada/mi_catch_ex.exp: Update expected results.
5050 * gdb.ada/mi_catch_assert.exp: Update expected results.
5051 * gdb.ada/catch_ex.exp (catch_exception_info)
5052 (catch_exception_entry, catch_assert_entry)
5053 (catch_unhandled_entry): Update.
5054 * gdb.ada/catch_assert_if.exp: Update expected results.
5055
b863685d
RB
50562019-07-10 Richard Bunt <richard.bunt@arm.com>
5057 Stephen Roberts <stephen.roberts@arm.com>
5058
5059 * gdb.base/define.exp: Restore original prompt.
5060
cb1e4e32
PA
50612019-07-09 Pedro Alves <palves@redhat.com>
5062
5063 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
5064 breakpoints" output.
5065 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
5066 * gdb.python/py-breakpoint.exp: No longer expect that "catch
5067 throw" creates breakpoint.
5068 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
5069 'type="catchpoint"'.
5070
b58a68fe
PA
50712019-07-09 Pedro Alves <palves@redhat.com>
5072
5073 PR c++/15468
5074 * gdb.cp/except-multi-location-lib.cc: New.
5075 * gdb.cp/except-multi-location-main.cc: New.
5076 * gdb.cp/except-multi-location.exp: New.
5077
0826779b
PW
50782019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
5079
5080 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
5081 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
5082 argument and update callers.
5083
5b0e2db4
AB
50842019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5085
5086 * gdb.arch/amd64-break-on-asm-line.S: New file.
5087 * gdb.arch/amd64-break-on-asm-line.exp: New file.
5088
1f6f6e21
PW
50892019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5090
5091 * gdb.base/printcmds.exp: Test printing C string and
5092 C wide string convenience vars without transiting via the inferior.
5093 Also make test names unique.
5094
ea142fbf
AH
50952019-07-08 Alan Hayward <alan.hayward@arm.com>
5096
5862c886 5097 PR breakpoints/25011
ea142fbf
AH
5098 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
5099
213fd9fa
PA
51002019-07-04 Pedro Alves <palves@redhat.com>
5101
5102 * lib/gdb.exp (foreach_with_prefix): Don't return early if
5103 body returned ok(0), break(3) or continue(4).
5104 * gdb.testsuite/foreach_with_prefix.exp: New file.
5105
2b40fda7
AH
51062019-07-04 Alan Hayward <alan.hayward@arm.com>
5107
5108 * gdb.server/unittest.exp: Allow 0 unit tests to run.
5109
a26c8de0
PA
51102019-07-03 Pedro Alves <palves@redhat.com>
5111
5112 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
5113 "return -code".
5114
5f4ba3e7
PA
51152019-07-03 Pedro Alves <palves@redhat.com>
5116
5117 PR cli/24732
5118 * gdb.base/shell.exp: Load completion-support.exp.
5119 Adjust expected error output. Add completion tests.
5120
a994424f
PA
51212019-07-03 Pedro Alves <palves@redhat.com>
5122
5123 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
5124 string_to_regexp.
5125
3d9be6f5
PA
51262019-07-03 Pedro Alves <palves@redhat.com>
5127
5128 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
5129 (expect_integer): Adjust to expect "-string".
5130 (expect_string): New.
5131 (all_options): Expect "-string".
5132 (test-flag, test-boolean): Adjust to expect "-string".
5133 (test-string): New proc.
5134 (top level): Call it.
5135
41fc454c
PA
51362019-07-03 Pedro Alves <palves@redhat.com>
5137
5138 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
5139 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
5140 the expected output in the success.
5141
b2b2a215
PA
51422019-07-03 Pedro Alves <palves@redhat.com>
5143
5144 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5145 Split one gdb_test_multiple call in two to avoid a race.
5146
fdbc9870
PA
51472019-07-03 Pedro Alves <palves@redhat.com>
5148
5149 * gdb.base/with.c: New file.
5150 * gdb.base/with.exp: New file.
5151
c6ac8931
PA
51522019-07-03 Pedro Alves <palves@redhat.com>
5153
5154 * gdb.base/settings.exp: Replace all references to "maint
5155 test-settings set" with references to "maint set test-settings",
5156 and all references to "maint test-settings show" with references
5157 to "maint show test-settings".
5158
970f9d09
PA
51592019-07-03 Pedro Alves <palves@redhat.com>
5160
5161 * gdb.base/settings.exp (test-string): Adjust expected out when
5162 testing "maint test-settings show filename"
5163
54d66006
PA
51642019-07-02 Pedro Alves <palves@redhat.com>
5165
5166 * gdb.base/options.exp (test-info-threads): New procedure.
5167 (top level): Call it.
5168
10d06d82
TT
51692019-06-28 Tom Tromey <tromey@adacore.com>
5170
5171 * gdb.dwarf2/ada-linkage-name.c: New file.
5172 * gdb.dwarf2/ada-linkage-name.exp: New file.
5173
3d507ff2
TT
51742019-06-27 Tom Tromey <tromey@adacore.com>
5175
d039f014 5176 PR c++/20020:
3d507ff2
TT
5177 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5178
8af58ffe
TV
51792019-06-26 Tom de Vries <tdevries@suse.de>
5180
5181 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5182
22e21752
TV
51832019-06-26 Tom de Vries <tdevries@suse.de>
5184
5185 * gdb.base/index-cache.exp: Add back missing debug option.
5186
b65b566c
PW
51872019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5188
5189 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5190
5c2c8c69
TV
51912019-06-25 Tom de Vries <tdevries@suse.de>
5192
5193 PR testsuite/24727
5194 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5195
164e3873
TV
51962019-06-24 Tom de Vries <tdevries@suse.de>
5197
5198 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5199
824eacee
TV
52002019-06-24 Tom de Vries <tdevries@suse.de>
5201
5202 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5203 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5204 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5205
385b97d3
TV
52062019-06-24 Tom de Vries <tdevries@suse.de>
5207
5208 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5209
c596f180
TV
52102019-06-21 Tom de Vries <tdevries@suse.de>
5211
5212 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5213
b13a7d03
TV
52142019-06-21 Tom de Vries <tdevries@suse.de>
5215
5216 PR testsuite/24518
5217 PR ada/24713
5218 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5219 index.
5220
899277ae
TT
52212019-06-19 Tom Tromey <tromey@adacore.com>
5222
5223 * gdb.ada/length_cond.exp: Add intro comment.
5224
680e1bee
TT
52252019-06-19 Tom Tromey <tromey@adacore.com>
5226
5227 * gdb.ada/length_cond.exp: New file.
5228 * gdb.ada/length_cond/length_cond.adb: New file.
5229 * gdb.ada/length_cond/pck.adb: New file.
5230 * gdb.ada/length_cond/pck.ads: New file.
5231
0ed4690a
TV
52322019-06-18 Tom de Vries <tdevries@suse.de>
5233
5234 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5235
d20ed5fd
TT
52362019-06-18 Tom Tromey <tromey@adacore.com>
5237
5238 * gdb.base/list0.h: Add comment explaining control character.
5239
86e04673
TV
52402019-06-18 Tom de Vries <tdevries@suse.de>
5241
5242 * boards/fission.exp: Break up long debug_flags line.
5243
c4973306
SM
52442019-06-16 Tom de Vries <tdevries@suse.de>
5245
5246 PR gdb/24445
5247 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5248 generated index.
5249
93cb9841
AB
52502019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5251
5252 PR gdb/24686
5253 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5254 improve detection of bug gdb/24541.
5255
399aaebd
SM
52562019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5257
5258 PR gdb/24669
5259 * gdb.base/index-cache.exp (uses_readnow,
5260 expecting_index_cache_use): Define global variable.
5261 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5262 expecting_index_cache_use.
5263
584a927c
AB
52642019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5265 Andrew Burgess <andrew.burgess@embecosm.com>
5266
5267 * gdb.fortran/pointers.f90: New file.
5268 * gdb.fortran/print_type.exp: New file.
5269 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5270 * gdb.fortran/vla-type.exp: Likewise.
5271 * gdb.fortran/vla-value.exp: Likewise.
5272 * gdb.mi/mi-vla-fortran.exp: Likewise.
5273
30056ea0
AB
52742019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5275
5276 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5277 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5278 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5279 as a stop reason.
5280
ec8e2b6d
AB
52812019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5282
5283 * gdb.base/annota1.exp: Update expected results.
5284 * gdb.cp/annota2.exp: Likewise.
5285 * gdb.cp/annota3.exp: Likewise.
5286
09e4c4e1
AB
52872019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5288
5289 * gdb.base/style-logging.exp: Remove path from test name.
5290
0735b091
TT
52912019-06-14 Tom Tromey <tromey@adacore.com>
5292
5293 PR gdb/24502:
5294 * gdb.base/style-logging.exp: New file.
5295
f5686554
TT
52962019-06-14 Tom Tromey <tromey@adacore.com>
5297
5298 * gdb.base/symfile-warn.exp: New file.
5299 * gdb.base/symfile-warn.c: New file.
5300
a0c1ffed
TT
53012019-06-14 Tom Tromey <tromey@adacore.com>
5302
5303 * gdb.base/annotate-symlink.exp: New file.
5304
f411722c
TT
53052019-06-14 Tom Tromey <tromey@adacore.com>
5306
5307 * gdb.ada/set_wstr.exp: Add reassignment test.
5308
4268ec18
TT
53092019-06-14 Tom Tromey <tromey@adacore.com>
5310
5311 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5312 'unchecked_access and 'unrestricted_access as well.
5313
9a9e394b
TT
53142019-06-14 Tom Tromey <tromey@adacore.com>
5315
5316 PR ada/24539:
5317 * gdb.ada/vla.exp: Update tests.
5318 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5319 pragma.
5320
4c048731
PA
53212019-06-13 Pedro Alves <palves@redhat.com>
5322
5323 * gdb.base/settings.exp (test-integer): Test junk after
5324 "unlimited".
5325
6665660a
PA
53262019-06-13 Pedro Alves <palves@redhat.com>
5327
5328 * gdb.base/options.exp (test-thread-apply): New.
5329 (top level): Call it.
5330
5d707134
PA
53312019-06-13 Pedro Alves <palves@redhat.com>
5332
5333 * gdb.base/options.exp (test-frame-apply): New.
5334 (top level): Test print commands with different "frame apply"
5335 prefixes.
5336
e2a689da
PA
53372019-06-13 Pedro Alves <palves@redhat.com>
5338
e79be6e5 5339 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
5340 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5341 'max_completions' parameter and handle it.
5342 (test_gdb_completion_offers_commands): New.
5343
90a1ef87
PA
53442019-06-13 Pedro Alves <palves@redhat.com>
5345
5346 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5347
d4c16835
PA
53482019-06-13 Pedro Alves <palves@redhat.com>
5349
5350 * gdb.base/options.exp (test-backtrace): New.
5351 (top level): Call it.
5352
2daf894e
PA
53532019-06-13 Pedro Alves <palves@redhat.com>
5354
5355 * gdb.guile/scm-frame-args.exp: Use "set print
5356 raw-frame-arguments" instead of "set print raw frame-arguments".
5357 * gdb.python/py-frame-args.exp: Likewise.
5358
e6ed716c
PA
53592019-06-13 Pedro Alves <palves@redhat.com>
5360
5361 * gdb.compile/compile.exp: Adjust expected output to option
5362 processing changes.
5363
7d8062de
PA
53642019-06-13 Pedro Alves <palves@redhat.com>
5365
5366 * gdb.base/options.exp: Build executable.
5367 (test-print): New procedure.
5368 (top level): Call it, once for "print" and another for "compile
5369 print".
5370
9d0faba9
PA
53712019-06-13 Pedro Alves <palves@redhat.com>
5372
5373 * gdb.base/options.c: New file.
5374 * gdb.base/options.exp: New file.
5375
dee7b4c8
PA
53762019-06-13 Pedro Alves <palves@redhat.com>
5377
5378 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5379 that "o" is ambiguous.
5380
dca0f6c0
PA
53812019-06-13 Pedro Alves <palves@redhat.com>
5382
5383 * gdb.base/settings.c: New file.
5384 * gdb.base/settings.exp: New file.
5385
ccf46844
PA
53862019-06-13 Pedro Alves <palves@redhat.com>
5387
5388 * gdb.base/completion.exp: Fix comment typo.
5389
b9a3f842
PA
53902019-06-13 Pedro Alves <palves@redhat.com>
5391
5392 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5393 foo --1" test.
5394
d106773e
PA
53952019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5396
5397 * gdb.fortran/block-data.f: New.
5398 * gdb.fortran/block-data.exp: New.
5399
fea82da0
TV
54002019-06-11 Tom de Vries <tdevries@suse.de>
5401
5402 PR testsuite/24521
5403 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5404 message.
5405
8c2e74f1
TV
54062019-06-11 Tom de Vries <tdevries@suse.de>
5407
5408 PR testsuite/24521
5409 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5410
b49851c8
TV
54112019-06-11 Tom de Vries <tdevries@suse.de>
5412
5413 * boards/readnow.exp: New file.
5414
a7067863
AB
54152019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5416
5417 * gdb.fortran/vla-sizeof.exp: Update expected results.
5418
1a3da2cd
AB
54192019-06-06 Amos Bird <amosbird@gmail.com>
5420
5421 * gdb.base/annota1.exp (thread_switch): Add test for
5422 thread-exited annotation.
5423
3847a7bf
TT
54242019-06-06 Tom Tromey <tromey@adacore.com>
5425
5426 * gdb.base/maint.exp: Expect command started/finished output.
5427
0088ba59
AB
54282019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5429
5430 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5431 comment.
5432 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5433
312617a3
AB
54342019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5435
5436 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5437 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5438 * gdb.arch/riscv-unwind-long-insn.c: New file.
5439 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5440
e1f2e1a2
CB
54412019-06-04 Christian Biesinger <cbiesinger@google.com>
5442
d3238f7d 5443 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 5444
206584bd
PW
54452019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5446
5447 * lib/gdb.exp (help_list_trailer): New regexp variable
5448 factorizing the help trailer message.
5449 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5450 arg to allow to better factorize various tests.
5451 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5452 (test_prefix_command_help): Use help_list_trailer.
5453 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5454 * gdb.guile/scm-cmd.exp: Likewise.
5455 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5456 * gdb.base/help.exp: Use test_user_defined_class_help.
5457 * gdb.base/style.exp: Add tests for styling of help and apropos.
5458 * lib/gdb-utils.exp (style): Add title and highlight styles.
5459
708dc93e
PW
54602019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5461
5462 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5463 $_shell_exitsignal.
5464 * gdb.base/default.exp: Update for new convenience variables.
5465
f49055a5
TT
54662019-05-29 Tom Tromey <tromey@adacore.com>
5467
5468 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5469 to "break complete ada" test case's regexp.
5470
4330d61d
TT
54712019-05-29 Tom Tromey <tromey@adacore.com>
5472
5473 PR c++/20020:
5474 * gdb.cp/constexpr-field.exp: New file.
5475 * gdb.cp/constexpr-field.cc: New file.
5476
000439d5
TT
54772019-05-29 Tom Tromey <tromey@adacore.com>
5478
5479 * gdb.base/finish.exp (finish_no_print): New proc.
5480 (finish_tests): Call it.
5481
5a01c34c
TV
54822019-05-24 Tom de Vries <tdevries@suse.de>
5483
5484 * gdb.dwarf2/gdb-add-index.exp: New file.
5485
18125b16
TT
54862019-05-22 Tom Tromey <tromey@adacore.com>
5487
5488 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5489 * gdb.base/style.exp: Use "style".
5490 * lib/gdb-utils.exp (style): New proc.
5491
af1a8d03
TV
54922019-05-22 Tom de Vries <tdevries@suse.de>
5493
5494 * gdb.base/align.exp: Require c++11.
5495
e7fe496b
TV
54962019-05-22 Tom de Vries <tdevries@suse.de>
5497
5498 PR testsuite/24586
5499 * gdb.python/py-mi-var-info-path-expression.exp: Call
5500 mi_skip_python_tests to check if python is supported.
5501
8fca4da0
AH
55022019-05-22 Alan Hayward <alan.hayward@arm.com>
5503
5504 * gdb.arch/aarch64-pauth.c: New test.
5505 * gdb.arch/aarch64-pauth.exp: New file.
5506
b7060614
AH
55072019-05-22 Alan Hayward <alan.hayward@arm.com>
5508
5509 * README (Re-running Tests Outside The Testsuite): New section.
5510
669d0468
TV
55112019-05-21 Tom de Vries <tdevries@suse.de>
5512
5513 * gdb.arch/amd64-eval.exp: Require c++11.
5514 * gdb.base/max-depth.exp: Same.
5515 * gdb.compile/compile-cplus-array-decay.exp: Same.
5516 * gdb.cp/meth-typedefs.exp: Same.
5517 * gdb.cp/subtypes.exp: Same.
5518 * gdb.cp/temargs.exp: Same.
5519
ce3ebcaa
AH
55202019-05-21 Alan Hayward <alan.hayward@arm.com>
5521
5522 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5523
34d11c68
AB
55242019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5525
5526 PR gdb/18644
5527 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5528 * gdb.fortran/printing-types.exp: Add new test.
5529 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5530 testing.
5531 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5532 setup_kfail call.
5533
87781e84
AH
55342019-05-17 Alan Hayward <alan.hayward@arm.com>
5535
5536 * README (Running the Testsuite): Change example.
5537 (Testsuite Parameters): Remove TRANSCRIPT.
5538 * lib/gdb.exp: Remove TRANSCRIPT check.
5539
b420b89e
AH
55402019-05-17 Alan Hayward <alan.hayward@arm.com>
5541
5542 * README (Testsuite Parameters): Add replay logging to
5543 GDBSERVER_DEBUG.
5544 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5545 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5546 as a comma separated list.
5547 (gdb_debug_init): Override procedure.
5548
408e9b8b
AH
55492019-05-17 Alan Hayward <alan.hayward@arm.com>
5550
5551 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5552 (gdb_write_cmd_file): New procedure.
5553 * lib/gdbserver-support.exp (gdbserver_start): Call
5554 gdbserver_write_cmd_file.
5555 (gdbserver_write_cmd_file): New procedure.
5556
f9e2e39d
AH
55572019-05-17 Alan Hayward <alan.hayward@arm.com>
5558
5559 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5560 (delete_breakpoints): Likewise.
5561 (gdb_run_cmd): Likewise.
5562 (gdb_start_cmd): Likewise.
5563 (gdb_starti_cmd): Likewise.
5564 (gdb_internal_error_resync): Likewise.
5565 (gdb_test_multiple): Likewise.
5566 (gdb_reinitialize_dir): Likewise.
5567 (default_gdb_exit): Likewise.
5568 (gdb_file_cmd): Mark kill as optional.
5569 (default_gdb_start): Call gdb_stdin_log_init.
5570 (send_gdb): Call gdb_stdin_log_write.
5571 (rerun_to_main): Mark Y as an answer.
5572 (gdb_stdin_log_init): New function.
5573 (gdb_stdin_log_write): Likewise.
5574
81f47ac2
AH
55752019-05-17 Alan Hayward <alan.hayward@arm.com>
5576
5577 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5578 * gdb.base/debug-expr.exp: Likewise.
5579 * gdb.base/foll-fork.exp: Likewise.
5580 * gdb.base/foll-vfork.exp: Likewise.
5581 * gdb.base/fork-print-inferior-events.exp: Likewise.
5582 * gdb.base/gdb-sigterm.exp: Likewise.
5583 * gdb.base/gdbinit-history.exp: Likewise.
5584 * gdb.base/osabi.exp: Likewise.
5585 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5586 * gdb.base/ui-redirect.exp: Likewise.
5587 * gdb.gdb/unittest.exp: Likewise.
5588 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5589 * gdb.mi/mi-watch.exp: Likewise.
5590 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5591 * gdb.mi/user-selected-context-sync.exp: Likewise.
5592 * gdb.python/python.exp: Disable debug test when debugging.
5593 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5594 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5595 Likewise.
5596 * gdb.threads/stepi-random-signal.exp: Likewise.
5597
29b52314
AH
55982019-05-17 Alan Hayward <alan.hayward@arm.com>
5599
5600 * Makefile.in: Pass through GDB_DEBUG.
5601 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5602 (gdb,debug): Add board setting.
5603 * lib/gdb.exp (default_gdb_start): Start debugging.
5604 (gdb_debug_enabled): New procedure.
5605 (gdb_debug_init): Likewise.
29b52314
AH
5606
56072019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 5608
29b52314
AH
5609 * Makefile.in: Pass through GDB_DEBUG.
5610 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5611 (gdb,debug): Add board setting.
5612 * lib/gdb.exp (default_gdb_start): Start debugging.
5613 (gdb_debug_enabled): New procedure.
5614 (gdb_debug_init): Likewise.
29b52314 5615
ca1285d1
AH
56162019-05-17 Alan Hayward <alan.hayward@arm.com>
5617
5618 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5619
f3a09c80
AH
56202019-05-17 Alan Hayward <alan.hayward@arm.com>
5621
5622 * gdb.base/ui-redirect.exp: Test redirection.
5623
26648588
JV
56242019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5625
5626 * gdb.mi/mi-complete.exp: New file.
5627 * gdb.mi/mi-complete.cc: Likewise.
5628
14237686
AB
56292019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5630
5631 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5632 indexed and sliced arrays, and pointers to arrays.
5633
e7bd7fba
TT
56342019-05-14 Tom Tromey <tromey@adacore.com>
5635
5636 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5637 styling test.
5638
2764128d
TV
56392019-05-14 Tom de Vries <tdevries@suse.de>
5640
5641 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5642 selection entry encoding.
5643
71bed2db
TT
56442019-05-10 Tom Tromey <tromey@adacore.com>
5645
5646 * gdb.ada/info_exc.exp: Add "complete" test.
5647
63b667ad
TV
56482019-05-09 Tom de Vries <tdevries@suse.de>
5649
5650 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5651 CU-relative.
5652
9cfd2b89
TV
56532019-05-09 Tom de Vries <tdevries@suse.de>
5654
5655 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5656 CU-relative.
5657
2228ef77
XR
56582019-05-08 Joel Brobecker <brobecker@adacore.com>
5659
5660 * gdb.ada/frame_arg_lang.exp: New testcase.
5661 * gdb.ada/frame_arg_lang/bla.adb: New file.
5662 * gdb.ada/frame_arg_lang/pck.ads: New file.
5663 * gdb.ada/frame_arg_lang/pck.adb: New file.
5664 * gdb.ada/frame_arg_lang/foo.c: New file.
5665
80e55b13
TT
56662019-05-08 Tom Tromey <tromey@adacore.com>
5667
5668 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5669
9d3421af
TT
56702019-05-08 Tom Tromey <tromey@adacore.com>
5671
5672 * gdb.base/ptype-offsets.exp: Update tests.
5673
844333e2
TT
56742019-05-08 Tom Tromey <tromey@adacore.com>
5675
5676 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5677 cases.
5678 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5679 "short".
5680
988915ee
TT
56812019-05-08 Tom Tromey <tromey@adacore.com>
5682
5683 * gdb.ada/vla.exp: New file.
5684 * gdb.ada/vla/vla.adb: New file.
5685
7bd55dac
TV
56862019-05-07 Tom de Vries <tdevries@suse.de>
5687
5688 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5689
75f06e9d
TV
56902019-05-07 Tom de Vries <tdevries@suse.de>
5691
5692 PR testsuite/24522
5693 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5694 section.
5695
77e7aaa4
TV
56962019-05-07 Tom de Vries <tdevries@suse.de>
5697
5698 PR testsuite/24522
5699 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5700 .debug_aranges section.
5701
456ba0fa
TV
57022019-05-07 Tom de Vries <tdevries@suse.de>
5703
5704 PR testsuite/24159
5705 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5706
5a56d6a6
TV
57072019-05-06 Tom de Vries <tdevries@suse.de>
5708
5709 * lib/gdb.exp (exec_has_index_section): New proc.
5710 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5711 section.
5712
9d6d4be8
TV
57132019-05-04 Tom de Vries <tdevries@suse.de>
5714
5715 * boards/cc-with-debug-names.exp: New file.
5716
222a8d25
TT
57172019-05-03 Tom Tromey <tromey@adacore.com>
5718
5719 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5720 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5721 * gdb.ada/char_enum.exp: Add test.
5722
0fdfd794
TV
57232019-05-03 Tom de Vries <tdevries@suse.de>
5724
5725 * boards/cc-with-gdb-index.exp: New file.
5726
80062eb9
AB
57272019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5728
5729 * gdb.rust/simple.exp: Add new test case.
5730 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5731 (main): Initialise an instance of the new struct.
5732
4504bbde
TT
57332019-05-01 Tom Tromey <tromey@adacore.com>
5734
5735 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5736 record.
5737 (NPR): New variable.
5738 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5739 test.
5740
d48e62f4
TT
57412019-05-01 Tom Tromey <tromey@adacore.com>
5742
5743 * gdb.ada/packed_array_assign.exp: Add packed assignment
5744 regression test.
5745
f59f30f5
TV
57462019-05-01 Tom de Vries <tdevries@suse.de>
5747
5748 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5749
b70bfc54
TV
57502019-05-01 Tom de Vries <tdevries@suse.de>
5751
5752 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5753
15f18d14
AT
57542019-04-30 Ali Tamur <tamur@google.com>
5755
5756 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5757
2ff0a947
TT
57582019-04-30 Tom Tromey <tromey@adacore.com>
5759
5760 * lib/ada.exp (find_ada_tool): New proc.
5761 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5762 * gdb.ada/catch_ex_std.exp: New file.
5763 * gdb.ada/catch_ex_std/foo.adb: New file.
5764 * gdb.ada/catch_ex_std/some_package.adb: New file.
5765 * gdb.ada/catch_ex_std/some_package.ads: New file.
5766
a776957c
TT
57672019-04-30 Tom Tromey <tromey@adacore.com>
5768
5769 PR c++/24470:
5770 * gdb.cp/temargs.cc: Add test code from PR.
5771
bc68014d
AB
57722019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5773
5774 * gdb.fortran/vla-datatypes.exp: Update expected results.
5775 * gdb.fortran/vla-ptype.exp: Likewise.
5776 * gdb.fortran/vla-type.exp: Likewise.
5777 * gdb.fortran/vla-value.exp: Likewise.
5778
f1fdc960
AB
57792019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5780
5781 * gdb.fortran/ptr-indentation.exp: Update expected results.
5782 * gdb.fortran/ptype-on-functions.exp: Likewise.
5783 * gdb.fortran/vla-ptr-info.exp: Likewise.
5784 * gdb.fortran/vla-value.exp: Likewise.
5785
bf7a4de1
AB
57862019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5787
5788 * gdb.fortran/ptype-on-functions.exp: New file.
5789 * gdb.fortran/ptype-on-functions.f90: New file.
5790
bbe75b9d
AB
57912019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5792
5793 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5794 case void string.
5795
1db455a7
AB
57962019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5797
5798 * gdb.fortran/complex.exp: Expand.
5799 * gdb.fortran/complex.f: Renamed to...
5800 * gdb.fortran/complex.f90: ...this, and extended to add more
5801 complex values.
5802
b6d03bb2
AB
58032019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5804
5805 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5806 MODULO, CMPLX.
5807
2e62ab40
AB
58082019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5809 Richard Bunt <richard.bunt@arm.com>
5810
5811 * gdb.base/max-depth.c: New file.
5812 * gdb.base/max-depth.exp: New file.
5813 * gdb.python/py-nested-maps.c: New file.
5814 * gdb.python/py-nested-maps.exp: New file.
5815 * gdb.python/py-nested-maps.py: New file.
5816 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5817 (test_all_common): Call test_max_depth.
5818 * gdb.fortran/max-depth.exp: New file.
5819 * gdb.fortran/max-depth.f90: New file.
5820 * gdb.go/max-depth.exp: New file.
5821 * gdb.go/max-depth.go: New file.
5822 * gdb.modula2/max-depth.exp: New file.
5823 * gdb.modula2/max-depth.c: New file.
5824 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5825
d2b584a5
TV
58262019-04-29 Tom de Vries <tdevries@suse.de>
5827
5828 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5829
136afab8
PW
58302019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5831
5832 * gdb.base/callexit.exp: Test may-call-functions off.
5833
725cbb63
KS
58342019-04-25 Keith Seitz <keiths@redhat.com>
5835
5836 PR c++/24367
5837 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5838 (another_incomplete_struct, test_incomplete): New definitions.
5839 (main): Use new definitions.
5840 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5841 functions.
5842
701adfb0
PA
58432019-04-25 Ali Tamur <tamur@google.com>
5844
5845 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5846
82433e3e
SDJ
58472019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5848
5849 PR corefiles/11608
5850 PR corefiles/18187
5851 * gdb.base/coredump-filter-build-id.exp: New file.
5852
dd06d4d6
AH
58532019-04-25 Alan Hayward <alan.hayward@arm.com>
5854
e79be6e5
SM
5855 * Makefile.in: Pass through GDBSERVER_DEBUG.
5856 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5857 (gdbserver,debug): Add board setting.
5858 * gdb.trace/tspeed.exp: Skip when debugging.
5859 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5860 * lib/gdbserver-support.exp: Likewise
dd06d4d6 5861
1670072e
TT
58622019-04-24 Tom Tromey <tromey@adacore.com>
5863
5864 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5865 Rust.
5866
a59240a4
TT
58672019-04-24 Tom Tromey <tromey@adacore.com>
5868
5869 * gdb.arch/amd64-eval.exp: Test bitfield return.
5870 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5871 (class Foo) <return_bitfields>: New method.
5872 (main): Call it.
5873
b907456c
AB
58742019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5875
5876 * gdb.cp/many-args.cc: New file.
5877 * gdb.cp/many-args.exp: New file.
5878
5c565afd
TV
58792019-04-23 Tom de Vries <tdevries@suse.de>
5880
5881 PR gdb/24433
5882 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5883
ba22ff86
AH
58842019-04-23 Alan Hayward <alan.hayward@arm.com>
5885
5886 * gdb.trace/backtrace.exp: Use nopie flag.
5887 * gdb.trace/circ.exp: Likewise.
5888 * gdb.trace/collection.exp: Likewise.
5889 * gdb.trace/ftrace.exp: Likewise.
5890 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5891 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5892 * gdb.trace/qtro.exp: Likewise.
5893 * gdb.trace/read-memory.exp: Likewise.
5894 * gdb.trace/report.exp: Likewise.
5895 * gdb.trace/tfile.exp: Likewise.
5896 * gdb.trace/tfind.exp: Likewise.
5897 * gdb.trace/unavailable.exp: Likewise.
5898
7905fc35
PA
58992019-04-22 Pedro Alves <palves@redhat.com>
5900
5901 * gdb.base/solib-probes-nosharedlibrary.c,
5902 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5903
8ecb59f8
TT
59042019-04-19 Tom Tromey <tromey@adacore.com>
5905
5906 * gdb.ada/ptype_union.c: New file.
5907 * gdb.ada/ptype_union.exp: New file.
5908
62160ec9
TT
59092019-04-19 Tom Tromey <tromey@adacore.com>
5910
5911 PR symtab/24423:
5912 * gdb.base/list0.h (foo): Add a control-l character.
5913
36cd4ba5
TV
59142019-04-18 Tom de Vries <tdevries@suse.de>
5915
5916 PR gdb/24433
5917 * boards/local-board.exp: Set sysroot to "".
5918
b73715df
TV
59192019-04-18 Tom de Vries <tdevries@suse.de>
5920 Pedro Alves <palves@redhat.com>
5921
5922 PR gdb/24454
5923 * gdb.threads/vfork-follow-child-exec.c: New file.
5924 * gdb.threads/vfork-follow-child-exec.exp: New file.
5925 * gdb.threads/vfork-follow-child-exit.c: New file.
5926 * gdb.threads/vfork-follow-child-exit.exp: New file.
5927
4aa866af
LS
59282019-04-15 Leszek Swirski <leszeks@google.com>
5929
5930 * gdb.arch/amd64-eval.cc: New file.
5931 * gdb.arch/amd64-eval.exp: New file.
5932
e5a1a79a
AH
59332019-04-11 Alan Hayward <alan.hayward@arm.com>
5934
5935 * gdb.server/sysroot.c: New test.
5936 * gdb.server/sysroot.exp: New file.
5937 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5938 matching param.
5939
41077b66
AB
59402019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5941
5942 * gdb.base/align.exp: Extend test to cover structures containing
5943 only static fields.
5944
c30391f8
TV
59452019-04-11 Tom de Vries <tdevries@suse.de>
5946
5947 * boards/cc-with-dwz-m.exp: New file.
5948 * boards/cc-with-dwz.exp: New file.
5949 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5950
e242fd12
SM
59512019-04-09 Simon Marchi <simon.marchi@efficios.com>
5952
5953 * gdb.base/start-cpp.exp: New file.
5954 * gdb.base/start-cpp.cc: New file.
5955
2b0c8b01
KB
59562019-04-08 Kevin Buettner <kevinb@redhat.com>
5957
5958 * gdb.python/py-thrhandle.exp: Adjust tests to call
5959 thread_from_handle instead of thread_from_thread_handle.
5960
947210e5
KB
59612019-04-08 Kevin Buettner <kevinb@redhat.com>
5962
5963 * gdb.python/py-thrhandle.exp: Add tests for
5964 gdb.InferiorThread.handle.
5965
d7df6549
AB
59662019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5967
5968 * gdb.python/py-function.exp: Check calling helper function from
5969 all languages.
5970 * lib/gdb.exp (gdb_supported_languages): New proc.
5971
8bdc1658
AB
59722019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5973
5974 * gdb.base/complex-parts.c: New file.
5975 * gdb.base/complex-parts.exp: New file.
5976
05caa1d2
TT
59772019-04-01 Tom Tromey <tromey@adacore.com>
5978
5979 PR symtab/23331:
5980 * gdb.dwarf2/dw2-ranges-main.c: New file.
5981 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5982 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5983
7734102d
EZ
59842019-03-30 Simon Marchi <simark@simark.ca>
5985
5986 * gdb.base/default.exp: Add values for $_gdb_major and
5987 $_gdb_minor.
5988
188e1fa9
TT
59892019-03-29 Tom Tromey <tromey@adacore.com>
5990
5991 * gdb.base/help.exp: Tighten apropos regexp.
5992
2880242d
KS
59932019-03-29 Keith Seitz <keiths@redhat.com>
5994
5995 * gdb.fortran/array-bounds.exp: New file.
5996 * gdb.fortran/array-bounds.f90: New file.
5997
077cad8e
PW
59982019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5999
6000 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
6001
80047cfc
PW
60022019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6003
6004 * gdb.multi/hello.c (main): Increase alarm timer.
6005
f489207e
SL
60062019-03-28 Sandra Loosemore <sandra@codesourcery.com>
6007
6008 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
6009 factor when no hardware watchpoint support.
6010
c92df149
AH
60112019-03-28 Alan Hayward <alan.hayward@arm.com>
6012 Pedro Alves <palves@redhat.com>
6013
6014 * boards/local-board.exp: set sysroot to /.
6015
933aebfa
AH
60162019-03-27 Alan Hayward <alan.hayward@arm.com>
6017
6018 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
6019 in child.
6020
9f9aa852
AB
60212019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6022
6023 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
6024 field.
6025 (make_container): Initialise new field.
6026 * gdb.python/py-prettyprint.exp: Add new tests.
6027 * gdb.python/py-prettyprint.py (class ContainerPrinter)
6028 <display_hint>: New method.
6029
3714a195
AB
60302019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6031
6032 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
6033 gdb_continue_to_breakpoint more throughout this test.
6034 (run_lang_tests) Supply unique test names, and use
6035 gdb_test_no_output.
6036
18c77628
AB
60372019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6038
6039 * gdb.base/finish-pretty.exp: Update expected results.
6040 * gdb.base/pretty-print.c: New file.
6041 * gdb.base/pretty-print.exp: New file.
6042
9a93502f
PA
60432019-03-25 Pedro Alves <palves@redhat.com>
6044
6045 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
6046 move comments outside list. Append '-i "" eof' section.
6047
968aa7ae
AH
60482019-03-22 Alan Hayward <alan.hayward@arm.com>
6049
34a7f2a4 6050 PR testsuite/25016
968aa7ae
AH
6051 * README: Add pie options.
6052 * gdb.base/break-interp.exp: Ensure pie is disabled.
6053 * gdb.base/dump.exp: Likewise.
6054 * lib/gdb.exp (gdb_compile): Add pie option.
6055
4c7d57e7
TT
60562019-03-19 Tom Tromey <tromey@adacore.com>
6057
6058 * gdb.mi/mi2-cli-display.c: New file.
6059 * gdb.mi/mi2-cli-display.exp: New file.
6060
bff8c71f
TT
60612019-03-18 Joel Brobecker <brobecker@adacore.com>
6062 Tom Tromey <tromey@adacore.com>
6063
6064 * gdb.ada/ptype_array/pck.adb: New file.
6065 * gdb.ada/ptype_array/pck.ads: New file.
6066 * gdb.ada/ptype_array/foo.adb: New file.
6067 * gdb.ada/ptype_array.exp: New file.
6068
d085f989
TT
60692019-03-14 Tom Tromey <tromey@adacore.com>
6070
6071 * gdb.base/style.exp: Add "set style sources" test.
6072
b4be1b06
SM
60732019-03-13 Simon Marchi <simon.marchi@ericsson.com>
6074
6075 * mi-breakpoint-location-ena-dis.exp: Rename to ...
6076 * mi-breakpoint-multiple-locations.exp: ... this.
6077 (make_breakpoints_pattern): New proc.
6078 (do_test): Add mi_version parameter, test -break-insert,
6079 -break-info and =breakpoint-created.
6080
7cde5fc2
AB
60812019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
6082
6083 * config/default.exp: Remove 'load_lib gdb.exp'.
6084 * config/monitor.exp: Likewise.
6085 * config/sid.exp: Likewise.
6086 * config/sim.exp: Likewise.
6087 * config/slite.exp: Likewise.
6088 * config/unix.exp: Likewise.
6089 * gdb.base/default.exp: Remove unhelpful comment.
6090
efbecbc1
AB
60912019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6092
6093 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
6094
0841c79a
AB
60952019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6096
6097 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
6098
4a270568
AB
60992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6100
6101 * gdb.fortran/type-kinds.exp: Update expected results.
6102
067630bd
AB
61032019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6104
6105 * gdb.fortran/type-kinds.exp: Test new integer type kind.
6106
3be47f7a
AB
61072019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6108
6109 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
6110 function.
6111 (test_basic_parsing_of_type_kinds): Expand types tested.
6112 (test_parsing_invalid_type_kinds): New function.
6113
4d00f5d8
AB
61142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6115
6116 * gdb.fortran/intrinsics.exp: New file.
6117 * gdb.fortran/intrinsics.f90: New file.
6118 * gdb.fortran/type-kinds.exp: New file.
6119
c8f91604
AB
61202019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6121
6122 * gdb.fortran/dot-ops.exp: New file.
6123
dd9f2c76
AB
61242019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6125
6126 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
6127 Check upper and lower case logical literals.
6128
84ec9724
AB
61292019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6130
6131 * gdb.fortran/types.exp (test_float_literal_types_accepted):
6132 Remove duplicate tests.
6133
c3734e09
AH
61342019-03-06 Alan Hayward <alan.hayward@arm.com>
6135
6136 * lib/gdb.exp (builtin_cd): rename of cd.
6137 (cd): Override builtin.
6138
aa3cfbda
RB
61392019-03-06 Richard Bunt <richard.bunt@arm.com>
6140
6141 * gdb.fortran/function-calls.exp: New file.
6142 * gdb.fortran/function-calls.f90: New test.
6143
7b63ad86
RB
61442019-03-04 Richard Bunt <richard.bunt@arm.com>
6145
6146 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6147 on user program standard output.
6148 * gdb.fortran/short-circuit-argument-list.f90: Record function
6149 calls.
6150
01abb042
AH
61512019-02-28 Alan Hayward <alan.hayward@arm.com>
6152
c3734e09
AH
6153 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6154 failure.
01abb042 6155
92137da0
RO
61562019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6157
6158 PR gdb/8527
6159 * gdb.base/interrupt-daemon-attach.c,
6160 gdb.base/interrupt-daemon-attach.exp: New test.
6161
5862844d
PA
61622019-02-27 Pedro Alves <palves@redhat.com>
6163
6164 * gdb.base/page.exp: Add tests for "set width/height -1".
6165
8ed25214
PA
61662019-02-27 Pedro Alves <palves@redhat.com>
6167
6168 * gdb.base/page.exp: Add tests for "set/show width/height" with
6169 "infinite" values.
6170
6c28e44a
TT
61712019-02-27 Tom Tromey <tromey@adacore.com>
6172
6173 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6174 2.4.
6175 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6176 workaround.
6177
bf9a735e
AB
61782019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6179
6180 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6181 tests for structs with static members.
6182
8791793c
TT
61832019-02-26 Tom Tromey <tromey@adacore.com>
6184
6185 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6186 ValueError, not TypeError.
6187
bc2a507e
KB
61882019-02-26 Kevin Buettner <kevinb@redhat.com>
6189
6190 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6191 call from main program.
6192
e0e7d3bd
JB
61932019-02-23 Joel Brobecker <brobecker@adacore.com>
6194
6195 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6196 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6197 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6198 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6199 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6200
9600246d
KS
62012019-02-22 Keith Seitz <keiths@redhat.com>
6202
6203 PR symtab/23853
6204 * gdb.base/symlink-sourcefile.c: New file.
6205 * gdb.base/symlink-sourcefile.exp: New file.
6206
0c95f9ed
TT
62072019-02-20 Tom Tromey <tom@tromey.com>
6208
6209 * gdb.base/info_qt.exp: Update.
6210
6caa91b6
SM
62112019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6212
6213 * gdb.base/source.exp: Move "error in sourced script" code to
6214 the end.
6215 * gdb.base/source-error.gdb: Move contents to
6216 source-error-1.gdb. Add new code to source source-error-1.gdb.
6217 * gdb.base/source-error-1.gdb: New file, from previous
6218 source-error.gdb.
6219
6506371f
TT
62202019-02-17 Tom Tromey <tom@tromey.com>
6221
6222 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6223 for macro styling.
6224 * gdb.base/style.c (SOME_MACRO): New macro.
6225
a0087920
TT
62262019-02-17 Tom Tromey <tom@tromey.com>
6227
6228 * gdb.base/style.exp: Add line-wrapping tests.
6229 * gdb.base/page.exp: Add test for quitting during pagination.
6230
a2cd4f14
JB
62312019-02-17 Joel Brobecker <brobecker@adacore.com>
6232
6233 * gdb.ada/big_packed_array: New testcase.
6234 * gdb.ada/homonym.exp: Fix incorrect expected output for
6235 "break <homonym__get_value>" test.
6236
9d70ffbc
WP
62372019-02-13 Weimin Pan <weimin.pan@oracle.com>
6238
6239 PR breakpoints/21870
6240 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6241 and prepare_for_testing. Add comment.
6242 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6243 redundant cleanup call. Clean up comment.
6244
01c7ae81
WP
62452019-02-12 Weimin Pan <weimin.pan@oracle.com>
6246
6247 PR breakpoints/21870
6248 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6249 * gdb.arch/aarch64-dbreg-contents.c: New file.
6250
aff29d1c
JB
62512019-02-10 Joel Brobecker <brobecker@adacore.com>
6252
6253 * gdb.ada/mi_ref_changeable: New testcase.
6254
df0da8a2
AH
62552019-02-07 Alan Hayward <alan.hayward@arm.com>
6256
6257 * gdb.base/attach.exp: Add double attach test.
6258
bd447abb
SM
62592019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6260
6261 * lib/gdb.exp (default_gdb_start): Don't match pagination
6262 prompt.
6263 (gdb_init): Set stty_init.
6264
1dbc40b9
TT
62652019-01-27 Tom Tromey <tom@tromey.com>
6266
6267 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6268 skip_python_tests.
6269
353229bf
AH
62702019-01-24 Alan Hayward <alan.hayward@arm.com>
6271
6272 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6273 New structure.
6274 (struct struct_static_02_02): Likewise.
6275 (struct struct_static_02_03): Likewise.
6276 (struct struct_static_02_04): Likewise.
6277 (struct struct_static_04_01): Likewise.
6278 (struct struct_static_04_02): Likewise.
6279 (struct struct_static_04_03): Likewise.
6280 (struct struct_static_04_04): Likewise.
6281 (struct struct_static_06_01): Likewise.
6282 (struct struct_static_06_02): Likewise.
6283 (struct struct_static_06_03): Likewise.
6284 (struct struct_static_06_04): Likewise.
6285 (cmp_struct_static_02_01): Likewise.
6286 (cmp_struct_static_02_02): Likewise.
6287 (cmp_struct_static_02_03): Likewise.
6288 (cmp_struct_static_02_04): Likewise.
6289 (cmp_struct_static_04_01): Likewise.
6290 (cmp_struct_static_04_02): Likewise.
6291 (cmp_struct_static_04_03): Likewise.
6292 (cmp_struct_static_04_04): Likewise.
6293 (cmp_struct_static_06_01): Likewise.
6294 (cmp_struct_static_06_02): Likewise.
6295 (cmp_struct_static_06_03): Likewise.
6296 (cmp_struct_static_06_04): Likewise.
6297 (call_all): Test new structs.
6298 * gdb.base/infcall-nested-structs.exp: Likewise.
6299
73021deb
AH
63002019-01-21 Alan Hayward <alan.hayward@arm.com>
6301 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6302
fc65c7db
AH
63032019-01-21 Alan Hayward <alan.hayward@arm.com>
6304 * gdb.base/stack-protector.c: New test.
6305 * gdb.base/stack-protector.exp: New file.
6306 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6307 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6308 option.
6309 (gdb_compile): Remove stack protector for GCC and prevent
6310 recursion.
6311
c24bdb02
KS
63122019-01-16 Keith Seitz <keiths@redhat.com>
6313
6314 PR gdb/23773
6315 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6316
6f072a10
PFC
63172019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6318
6319 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6320 aliases.
6321 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6322 tests.
6323 * gdb.arch/powerpc-vector-regs.c: New file.
6324 * gdb.arch/powerpc-vector-regs.exp: New file.
6325
a7b8d682
PFC
63262019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6327
6328 * gdb.arch/altivec-regs.exp: Fix the list passed to
6329 gdb_expect_list when testing "info vector".
6330
6eb6fb67
AB
63312019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6332
6333 * gdb.base/style.exp: Don't include path in testname.
6334
b56f80d8
KS
63352019-01-10 Keith Seitz <keiths@redhat.com>
6336
6337 PR gdb/23712
6338 PR symtab/23010
6339 * gdb.dwarf2/multidictionary.exp: New file.
6340
041be526
SM
63412019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6342
6343 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6344 (test_gnuv3_style_demangling): ... this.
6345 (test_lucid_style_demangling): Remove.
6346 (test_arm_style_demangling): Remove.
6347 (test_hp_style_demangling): Remove.
6348 (do_tests): Remove calls to the above.
6349
d820d0c3
AB
63502019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6351
6352 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6353 case.
6354
f097f5ad
TT
63552019-01-06 Tom Tromey <tom@tromey.com>
6356
6357 PR gdb/28155:
6358 * gdb.dwarf2/typedef-void-finish.exp: New file.
6359
2cd8cc0b
TT
63602018-12-28 Tom Tromey <tom@tromey.com>
6361 Simon Marchi <simark@simark.ca>
6362
6363 * gdb.base/jit-exec.exp: New file.
6364 * gdb.base/jit-exec.c: New file.
6365 * gdb.base/jit-execd.c: New file.
6366
35fb8261
TT
63672018-12-28 Tom Tromey <tom@tromey.com>
6368
6369 * gdb.base/style.exp: Update test to check for address styling.
6370
47fd17cd
TT
63712018-12-28 Tom Tromey <tom@tromey.com>
6372
6373 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6374 message.
6375
d47032b7
TT
63762018-12-28 Tom Tromey <tom@tromey.com>
6377
6378 * gdb.base/style.exp: Add test for version number styling.
6379
af79b68d
TT
63802018-12-28 Tom Tromey <tom@tromey.com>
6381
6382 * gdb.base/style.exp: Add test for print_address_symbolic.
6383
0bb296cb
TT
63842018-12-28 Tom Tromey <tom@tromey.com>
6385
6386 * gdb.base/style.exp: Add test for breakpoint setting.
6387
80ae2043
TT
63882018-12-28 Tom Tromey <tom@tromey.com>
6389
6390 * gdb.base/style.exp: Add test for variable names.
6391
cbe56571
TT
63922018-12-28 Tom Tromey <tom@tromey.com>
6393
6394 * gdb.base/style.exp: New file.
6395 * gdb.base/style.c: New file.
6396
9162a27c
TT
63972018-12-28 Tom Tromey <tom@tromey.com>
6398
6399 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6400 "dumb".
6401 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6402 the TERM environment variable.
6403
bc543c90
TT
64042018-12-27 Tom Tromey <tom@tromey.com>
6405
6406 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6407 pagination test.
6408
6f0ffe50
AB
64092018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6410
6411 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6412 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6413
b5a1e557
PW
64142018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6415
6416 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6417 Filename a.adb changed to bp_fun_addr.adb.
6418 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6419
6e8b1ab2
JV
64202018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6421
6422 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6423 non-PIE executables.
6424 * README: Mention the gdb,nopie_flag board setting.
6425 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6426 non-PIE executable.
6427 * gdb.arch/amd64-entry-value.exp: Likewise.
6428 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6429 * gdb.arch/i386-float.exp: Likewise.
6430 * gdb.arch/i386-signal.exp: Likewise.
6431 * gdb.mi/mi-reg-undefined.exp: Likewise.
6432
d00a27c5
PM
64332018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6434
6435 PR gdb/23974
6436 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6437
161d081c
PW
64382018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6439
6440 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6441 Update order of results accordingly.
6442
b001de23
AB
64432018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6444
6445 * gdb.base/annota1.exp: Update a test regexp.
6446
99e1a184
AB
64472018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6448
6449 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6450
7a81c1e2
PW
64512018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6452
6453 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6454 (reuse_time): Initialize to REUSE_TIME_CAP.
6455 (check_rc): New function.
6456 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6457 Check pthread_create rc.
6458 (spawner_thread_func): Check pthread_create and pthread_join rc.
6459
73e8dc90
PA
64602018-12-08 Pedro Alves <palves@redhat.com>
6461
6462 * gdb.base/list.exp (test_forward_search): Rename to ...
6463 (test_forward_reverse_search): ... this. Also test reverse-search
6464 and the forward-search alias.
6465
13f2ed32
AB
64662018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6467
6468 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6469 local timeout variable before return, and remove all local timeout
6470 variable entirely.
6471 (gdb_load): Likewise.
6472
64d27cfc
TV
64732018-12-01 Tom de Vries <tdevries@suse.de>
6474
6475 * gdb.base/gdb-caching-proc.exp: New file.
6476
f63c03b4
SDJ
64772018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6478
6479 * Makefile.in (TIMESTAMP): New variable.
6480 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6481 command.
6482 (check-single-racy): Likewise.
6483 (check/%.exp): Likewise.
6484 (check-racy/%.exp): Likewise.
6485 (workers/%.worker): Likewise.
6486 (build-perf): Likewise.
6487 (check-perf): Likewise.
6488 * README: Describe new "TS" and "TS_FORMAT" variables.
6489 * print-ts.py: New file.
6490
1c97054b
BF
64912018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6492
6493 PR python/23714
6494 * gdb.python/python.exp: Test command repetition after
6495 gdb.execute.
6496
1871a62d
AB
64972018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6498
6499 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6500 is correctly aligned.
6501
fb5e1ed9
PW
65022018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6503
6504 * gdb.ada/info_auto_lang.exp: New testcase.
6505 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6506 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6507 * gdb.ada/info_auto_lang/some_c.c: New file.
6508
43d397ca
PW
65092018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6510
6511 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6512 FUNC_lang language syntax.
6513
beddd671
PW
65142018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6515
6516 * gdb.base/info_minsym.c: New file.
6517 * gdb.base/info_minsym.exp: New file.
6518
73fc52c4
TT
65192018-11-19 Tom Tromey <tom@tromey.com>
6520
6521 PR rust/23625:
6522 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6523 * gdb.rust/expr.exp: Update expected output. Change one test.
6524
994b876a
TT
65252018-11-19 Tom Tromey <tom@tromey.com>
6526
6527 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6528
6769f276
PA
65292018-11-19 Pedro Alves <palves@redhat.com>
6530
6531 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6532 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6533 see the expected warning.
6534
38a72da0
AH
65352018-11-16 Alan Hayward <alan.hayward@arm.com>
6536
6537 PR gdb/22736:
6538 * gdb.cp/infcall-nodebug-lib.c: New test.
6539 * gdb.cp/infcall-nodebug-main.c: New test.
6540 * gdb.cp/infcall-nodebug.exp: New file.
6541
53a89d6e
SM
65422018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6543
6544 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6545 completer tests.
6546
9325300d
TV
65472018-11-09 Tom de Vries <tdevries@suse.de>
6548
6549 * gdb.base/msym-lang.c: New test.
6550 * gdb.base/msym-lang.exp: New file.
6551 * gdb.base/msym-lang-main.c: New test.
6552
20f0d60d
TT
65532018-11-08 Tom Tromey <tom@tromey.com>
6554
6555 PR gdb/23555:
6556 PR gdb/23838:
6557 * gdb.base/warning.exp: New file.
6558
b5420128
JB
65592018-11-08 Jan Beulich <jbeulich@suse.com>
6560
6561 * testsuite/gdb.arch/i386-avx512.c,
6562 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6563
cd115d61
AB
65642018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6565
6566 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6567 point hardware.
6568
35ee2dc2
AB
65692018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6570
6571 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6572 * gdb.dwarf2/missing-type-name.exp: New file.
6573
31aceee8
TV
65742018-11-06 Tom de Vries <tdevries@suse.de>
6575
6576 * gdb.base/many-headers.c: New test.
6577 * gdb.base/many-headers.exp: New file.
6578
109be305
JW
65792018-11-06 Jim Wilson <jimw@sifive.com>
6580
6581 * gdb.base/code_elim.exp: For riscv, set additional_flags
6582 to include -msmall-data-limit=0.
6583
e2b7af72
JB
65842018-11-01 Joel Brobecker <brobecker@adacore.com>
6585
6586 * gdb.ada/watch_minus_l: New testcase.
6587
cdcda965
SM
65882018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6589
6590 * gdb.arch/aix-sighandle.c: New file.
6591 * gdb.arch/aix-sighandle.exp: New file.
6592
92dcebf3
AB
65932018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6594
6595 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6596 registers being unions.
6597
68b9ac18
TV
65982018-10-31 Tom de Vries <tdevries@suse.de>
6599
6600 * lib/valgrind.exp: New file.
6601 (vgdb_start, vgdb_stop): New procs, factored out of ...
6602 * gdb.base/valgrind-bt.exp: ... here, ...
6603 * gdb.base/valgrind-disp-step.exp: ... here and ...
6604 * gdb.base/valgrind-infcall.exp: ... here.
6605
1443936e
TV
66062018-10-31 Tom de Vries <tdevries@suse.de>
6607
6608 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6609
eb77c9df
AB
66102018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6611
6612 * gdb.dwarf2/void-type.c: New file.
6613 * gdb.dwarf2/void-type.exp: New file.
6614
82b5e646
PW
66152018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6616
6617 * gdb.base/info_qt.c: New file.
6618 * gdb.base/info_qt.exp: New file.
6619
8d619c01
EBM
66202018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6621
6622 * gdb.arch/powerpc-htm-regs.c: New file.
6623 * gdb.arch/powerpc-htm-regs.exp: New file.
6624
f2cf6173
EBM
66252018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6626
6627 * gdb.arch/powerpc-tar.c: New file.
6628 * gdb.arch/powerpc-tar.exp: New file.
6629
7ca18ed6
EBM
66302018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6631
6632 * gdb.arch/powerpc-ppr-dscr.c: New file.
6633 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6634
bfcc0eba
TV
66352018-10-25 Tom de Vries <tdevries@suse.de>
6636
6637 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6638
fe1a5cad
TV
66392018-10-24 Tom de Vries <tdevries@suse.de>
6640
6641 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6642 longer exists error.
6643
a76dc3b7
TV
66442018-10-24 Tom de Vries <tdevries@suse.de>
6645
6646 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6647
4df46df7
TV
66482018-10-24 Tom de Vries <tdevries@suse.de>
6649
6650 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6651 --db-attach in valgrind.
6652
0dbfcfff
AB
66532018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6654
6655 * gdb.arch/riscv-reg-aliases.c: New file.
6656 * gdb.arch/riscv-reg-aliases.exp: New file.
6657
b04480b1
AH
66582018-10-19 Alan Hayward <alan.hayward@arm.com>
6659
6660 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6661
2c6ac8d7
AH
66622018-10-19 Alan Hayward <alan.hayward@arm.com>
6663
6664 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6665
2bc69f25
AH
66662018-10-19 Alan Hayward <alan.hayward@arm.com>
6667
6668 * gdb.cp/ovldbreak.exp: Fix regexps.
6669
1f1ae3a3
AH
66702018-10-19 Alan Hayward <alan.hayward@arm.com>
6671
6672 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6673
94c18618
SDJ
66742018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6675
6676 PR cli/23785
6677 * gdb.base/restore.exp: New test to check if "restore" with an
6678 invalid file doesn't segfault.
6679
812cd6eb
TV
66802018-10-18 Tom de Vries <tdevries@suse.de>
6681
6682 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6683 * gdb.ada/excep_handle.exp: Same.
6684 * gdb.ada/mi_string_access.exp: Same.
6685 * gdb.ada/mi_var_union.exp: Same.
6686 * gdb.arch/arc-analyze-prologue.exp: Same.
6687 * gdb.arch/arc-decode-insn.exp: Same.
6688 * gdb.base/readnever.exp: Same.
6689 * gdb.fortran/printing-types.exp: Same.
6690 * gdb.guile/scm-lazy-string.exp: Same.
6691
c4b90788
TV
66922018-10-16 Tom de Vries <tdevries@suse.de>
6693
6694 PR gdb/23730
6695 * gdb.base/catch-follow-exec.c: Add copyright notice.
6696 * gdb.base/catch-follow-exec.exp: Rewrite to use
6697 gdb_spawn_with_cmdline_opts. Require gdb-native.
6698
8bca2978
SL
66992018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6700
6701 * gdb.trace/actions-changed.exp: Check for arch support.
6702 * gdb.trace/actions.exp: Likewise.
6703 * gdb.trace/ax.exp: Likewise.
6704 * gdb.trace/backtrace.exp: Likewise.
6705 * gdb.trace/change-loc.exp: Likewise.
6706 * gdb.trace/deltrace.exp: Likewise.
6707 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6708 * gdb.trace/ftrace.exp: Likewise.
6709 * gdb.trace/infotrace.exp: Check for arch support.
6710 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6711 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6712 * gdb.trace/mi-tsv-changed.exp: Likewise.
6713 * gdb.trace/packetlen.exp: Likewise.
6714 * gdb.trace/passc-dyn.exp: Likewise.
6715 * gdb.trace/passcount.exp: Likewise.
6716 * gdb.trace/pending.exp: Likewise.
6717 * gdb.trace/range-stepping.exp: Check for shlib support.
6718 * gdb.trace/report.exp: Check for arch support.
6719 * gdb.trace/save-trace.exp: Likewise.
6720 * gdb.trace/signal.exp: Check for signal support.
6721 * gdb.trace/tfind.exp: Check for arch support.
6722 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6723 * gdb.trace/trace-common.h: Add comment.
6724 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6725 * gdb.trace/trace-enable-disable.exp: Likewise.
6726 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6727 * gdb.trace/tracecmd.exp: Check for arch support.
6728 * gdb.trace/tspeed.exp: Check for shlib and target support.
6729 * gdb.trace/tstatus.exp: Check for arch support.
6730 * gdb.trace/tsv.exp: Likewise.
6731 * gdb.trace/while-dyn.exp: Likewise.
6732 * gdb.trace/while-stepping.exp: Likewise.
6733 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6734
f9c49bff
SM
67352018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6736
6737 * gdb.trace/tspeed.exp: Remove nowarnings.
6738 (prepare_for_trace_test): Declare "global ipalib".
6739 * gdb.trace/tspeed.c: Include unistd.h.
6740 (main): Remove superfluous printf argument.
6741
d4330bde
SL
67422018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6743
6744 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6745 directory prefix on the filename.
6746
8ecfd7bd
SDJ
67472018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6748
6749 * gdb.gdb/unittest.exp: Update expected message informing that
6750 selftests have been disabled.
6751 * gdb.server/unittest.exp: Likewise.
6752
58bbcd02
TV
67532018-10-09 Tom de Vries <tdevries@suse.de>
6754
6755 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6756 with runto_main.
6757
9f6b697b
WP
67582018-10-08 Weimin Pan <weimin.pan@oracle.com>
6759
6760 PR c++/16841
6761 * gdb.cp/virtbase2.cc: New file.
6762 * gdb.cp/virtbase2.exp: New file.
6763
add5ded5
TT
67642018-10-06 Tom Tromey <tom@tromey.com>
6765
6766 PR python/19399:
6767 * gdb.python/py-inferior.exp: Add architecture test.
6768
f9e48344
TT
67692018-10-06 Tom Tromey <tom@tromey.com>
6770
6771 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6772 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6773
2a8be203
TT
67742018-10-06 Tom Tromey <tom@tromey.com>
6775
6776 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6777 of a "throw" catchpoint.
6778
e04caa70
SDJ
67792018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6780
6781 * gdb.base/info-proc.exp: Update string expected from "help info
6782 proc".
6783
5ca8c39f
TT
67842018-10-04 Tom Tromey <tom@tromey.com>
6785
6786 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6787 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6788 (test_initial_complaints, test_empty_complaints): Update.
6789 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6790
3453e7e4
TT
67912018-10-04 Tom Tromey <tom@tromey.com>
6792
6793 PR cli/19551:
6794 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6795 * lib/gdb.exp (gdb_file_cmd): Update.
6796 * gdb.stabs/weird.exp (print_weird_var): Update.
6797 * gdb.server/solib-list.exp: Update.
6798 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6799 * gdb.mi/mi-cli.exp: Update.
6800 * gdb.linespec/linespec.exp: Update.
6801 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6802 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6803 * gdb.cp/cp-relocate.exp: Update.
6804 * gdb.base/sym-file.exp: Update.
6805 * gdb.base/relocate.exp: Update.
6806 * gdb.base/readnever.exp: Update.
6807 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6808 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6809 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6810 * gdb.base/code_elim.exp: Update.
6811 * gdb.base/break-unload-file.exp (test_break): Update.
6812 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6813 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6814 Update.
6815 * gdb.base/attach.exp (do_attach_tests): Update.
6816 * gdb.base/sepdebug.exp: Update.
6817 * gdb.python/py-section-script.exp: Update.
6818
6afcf761
TT
68192018-10-04 Tom Tromey <tom@tromey.com>
6820
6821 PR cli/22234:
6822 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6823 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6824 output.
6825
fef1b293
TT
68262018-10-04 Tom Tromey <tom@tromey.com>
6827
6828 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6829 set width and height to 0.
6830 (test_command_line_attach_run): Use -quiet.
6831
ca98345e
SL
68322018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6833
6834 * lib/gdb.exp (skip_ifunc_tests): New.
6835 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6836 other compile failures.
6837 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6838
ff34e6ae
SM
68392018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6840
6841 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6842 is_amd64_regs_target.
6843
6bb8890e
AH
68442018-10-01 Alan Hayward <alan.hayward@arm.com>
6845
6846 * gdb.arch/aarch64-sighandler-regs.c: New test.
6847 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6848 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6849
224d30d3
MM
68502018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6851
6852 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6853 assembly.
6854
f67ffa6a
AB
68552018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6856
6857 * gdb.base/frame-selection.exp: New file.
6858 * gdb.base/frame-selection.c: New file.
6859
9fc3183f
AH
68602018-09-27 Alan Hayward <alan.hayward@arm.com>
6861
6862 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6863 pthread barrier.
6864 (main): Likewise.
6865
d354055e
AB
68662018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6867
6868 * gdb.base/large-frame-1.c: New file.
6869 * gdb.base/large-frame-2.c: New file.
6870 * gdb.base/large-frame.exp: New file.
6871 * gdb.base/large-frame.h: New file.
6872
db727370
JL
68732018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6874
6875 PR gdb/20948
6876 * gdb.base/write_mem.exp: New test.
6877 * gdb.base/write_mem.c: Likewise.
6878
ae778caf
TT
68792018-09-23 Tom Tromey <tom@tromey.com>
6880
6881 PR python/18852:
6882 * gdb.python/py-parameter.exp: Add test for parameter that throws
6883 on "set".
6884
fd3ba736
TT
68852018-09-23 Tom Tromey <tom@tromey.com>
6886
6887 PR python/17284:
6888 * gdb.python/py-template.exp (test_template_arg): Add test for
6889 negative template argument number.
6890
39a24317
TT
68912018-09-23 Tom Tromey <tom@tromey.com>
6892
6893 PR python/14062:
6894 * gdb.python/python.exp: Add test for post_event error.
6895
f5769a2c
TT
68962018-09-23 Tom Tromey <tom@tromey.com>
6897
6898 PR python/18170:
6899 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6900 convert pointers to int and long.
6901
1c1e54f6
TT
69022018-09-23 Tom Tromey <tom@tromey.com>
6903
6904 PR python/20126:
6905 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6906 signed-ness conversion tests.
6907
fb4fa946
TT
69082018-09-23 Tom Tromey <tom@tromey.com>
6909
6910 PR python/18352;
6911 * gdb.python/py-value.exp (test_float_conversion): New proc.
6912 Use it.
6913
a466edac
HAQ
69142018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6915
6916 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6917
4ee9b0c5
SL
69182018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6919
6920 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6921 no readline.
6922 * gdb.base/utf8-identifiers.exp: Likewise.
6923 * gdb.cp/cpcompletion.exp: Likewise.
6924 * gdb.linespec/cpcompletion.exp: Likewise.
6925 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6926 * gdb.linespec/cpls-ops.exp: Likewise.
6927
23be8da7
RB
69282018-09-19 Richard Bunt <richard.bunt@arm.com>
6929 Chris January <chris.january@arm.com>
6930
6931 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6932 * gdb.fortran/short-circuit-argument-list.exp: New file.
6933 * gdb.fortran/short-circuit-argument-list.f90: New test.
6934
5031d0ae
SDJ
69352018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6936
6937 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6938 "arch=" keyword when executing "-stack-list-frames".
6939
b4c0d1a4
SDJ
69402018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6941
6942 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6943 "arch=" keyword when executing "-stack-list-frames".
6944
7a6d2b45
SDJ
69452018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6946
6947 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6948 break ada".
6949
8588b356
SM
69502018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6951
6952 PR python/23669
6953 * gdb.python/python.exp: Test gdb.execute("show commands").
6954
65e65158
TT
69552018-09-16 Tom Tromey <tom@tromey.com>
6956
6957 * gdb.base/new-ui.exp (do_execution_tests): Update.
6958 * gdb.base/dbx.exp (test_breakpoints): Update.
6959
bf326452
AH
69602018-09-14 Alan Hayward <alan.hayward@arm.com>
6961
6962 * lib/gdb.exp (gdb_simple_compile): Add proc.
6963 (is_elf_target): Use gdb_simple_compile.
6964 (skip_altivec_tests): Likewise.
6965 (skip_vsx_tests): Likewise.
6966 (skip_tsx_tests): Likewise.
6967 (skip_btrace_tests): Likewise.
6968 (skip_btrace_pt_tests): Likewise.
6969 (gdb_can_simple_compile): Likewise.
6970 (gdb_has_argv0): Likewise.
6971 (gdb_target_symbol_prefix): Likewise.
6972 (target_supports_scheduler_locking): Likewise.
6973
2361b0fb
TT
69742018-09-13 Tom Tromey <tom@tromey.com>
6975
6976 * Makefile.in (TAGS): Recognize proc_with_prefix and
6977 gdb_caching_proc.
6978
0ae1a321
SM
69792018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6980
6981 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6982 method.
6983
a40bf0c2
SM
69842018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6985
6986 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6987 and a few other Inferior properties when the Inferior is no
6988 longer valid.
6989
4a3fe98f
TT
69902018-09-13 Tom Tromey <tom@tromey.com>
6991
6992 PR rust/23650:
6993 * gdb.rust/simple.exp: Add test for enum field access error.
6994
098b2108
TT
69952018-09-13 Tom Tromey <tom@tromey.com>
6996
6997 PR rust/23626:
6998 * gdb.rust/simple.rs (EmptyEnum): New type.
6999 (main): Use it.
7000 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
7001
1256af7d
SM
70022018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7003
7004 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
7005 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
7006 * gdb.python/py-symtab.exp: Update test printing an objfile.
7007
4aa8e6c2
SM
70082018-09-12 Simon Marchi <simon.marchi@ericsson.com>
7009
7010 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
7011 object.
7012
c221b2f7
AH
70132018-09-12 Alan Hayward <alan.hayward@arm.com>
7014
7015 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
7016 (support_complex_tests): Use gdb_can_simple_compile.
7017 (is_ilp32_target): Likewise.
7018 (is_lp64_target): Likewise.
7019 (is_64_target): Likewise.
7020 (is_amd64_regs_target): Likewise.
7021 (is_aarch32_target): Likewise.
7022 (gdb_int128_helper): Likewise.
7023
6f1107b5
JK
70242018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7025
7026 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
7027
1f5d1570
JG
70282018-09-10 Jerome Guitton <guitton@adacore.com>
7029
7030 * gdb.ada/same_component_name: Add test for case of tagged record
7031 with variable-length fields.
7032
cc330e39
XR
70332018-09-10 Xavier Roirand <roirand@adacore.com>
7034
7035 * gdb.ada/access_to_unbounded_array.exp: New testcase.
7036 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
7037 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
7038 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
7039
b9c50e9a
XR
70402018-09-10 Xavier Roirand <roirand@adacore.com>
7041
7042 * gdb.ada/mi_string_access.exp: New testcase.
7043 * gdb.ada/mi_string_access/bar.adb: New file.
7044 * gdb.ada/mi_string_access/pck.adb: New file.
7045 * gdb.ada/mi_string_access/pck.asd: New file.
7046
2963898f
XR
70472018-09-10 Xavier Roirand <roirand@adacore.com>
7048
7049 * gdb.ada/mi_var_union.exp: New testcase.
7050 * gdb.ada/mi_var_union/bar.adb: New file.
7051 * gdb.ada/mi_var_union/pck.adb: New file.
7052 * gdb.ada/mi_var_union/pck.asd: New file.
7053
1aac008f
TT
70542018-09-08 Tom Tromey <tom@tromey.com>
7055
7056 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
7057
332cf4c9
TT
70582018-09-08 Tom Tromey <tom@tromey.com>
7059
7060 PR python/16047:
7061 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
7062 (register_pretty_printers): Register new printer.
7063 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
7064 test.
7065 * gdb.python/py-prettyprint.c (int_type3): New typedef.
7066 (an_int_type3): New global.
7067
424da6cf
JB
70682018-09-08 Joel Brobecker <brobecker@adacore.com>
7069
7070 * gdb.ada/expr_with_funcall: New testcase.
7071
2a62dfa9
JB
70722018-09-08 Joel Brobecker <brobecker@adacore.com>
7073
7074 * gdb.ada/packed_array_assign: New testcase.
7075
96b6697f
AB
70762018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
7077
7078 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
7079 names, and add test prefixes to make test names unique.
7080
e4a62c65
TV
70812018-09-05 Tom de Vries <tdevries@suse.de>
7082
7083 * gdb.dwarf2/varval.exp: Add test.
7084
dd083ee2
GB
70852018-09-04 Gary Benson <gbenson@redhat.com>
7086
7087 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
7088 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
7089
aef9346c
TT
70902018-08-31 Tom Tromey <tom@tromey.com>
7091
7092 * gdb.rust/simple.rs: Rename second variable "v".
7093
c67f2e15
AB
70942018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
7095
7096 * gdb.base/funcargs.c (use_a): New function.
7097 (recurse): Call use_a.
7098
078a0207
KS
70992018-08-29 Keith Seitz <keiths@redhat.com>
7100
7101 * gdb.compile/compile-cplus-anonymous.cc: New file.
7102 * gdb.compile/compile-cplus-anonymous.exp: New file.
7103 * gdb.compile/compile-cplus-array-decay.cc: New file.
7104 * gdb.compile/compile-cplus-array-decay.exp: New file.
7105 * gdb.compile/compile-cplus-inherit.cc: New file.
7106 * gdb.compile/compile-cplus-inherit.exp: New file.
7107 * gdb.compile/compile-cplus-member.cc: New file.
7108 * gdb.compile/compile-cplus-member.exp: New file.
7109 * gdb.compile/compile-cplus-method.cc: New file.
7110 * gdb.compile/compile-cplus-method.exp: New file.
7111 * gdb.compile/compile-cplus-mod.c: "New" file.
7112 * gdb.compile/compile-cplus-namespace.cc: New file.
7113 * gdb.compile/compile-cplus-namespace.exp: New file.
7114 * gdb.compile/compile-cplus-nested.cc: New file.
7115 * gdb.compile/compile-cplus-nested.exp: New file.
7116 * gdb.compile/compile-cplus-print.c: "New" file.
7117 * gdb.compile/compile-cplus-print.exp: "New" file.
7118 * gdb.compile/compile-cplus-virtual.cc: New file.
7119 * gdb.compile/compile-cplus-virtual.exp: New file.
7120 * gdb.compile/compile-cplus.c: "New" file.
7121 * gdb.compile/compile-cplus.exp: "New" file.
7122 * lib/compile-support.exp: New file.
7123
b0f492b9
GB
71242018-08-16 Gary Benson <gbenson@redhat.com>
7125
7126 PR gdb/13000:
7127 * gdb.base/batch-exit-status.exp: New file.
7128 * gdb.base/batch-exit-status.good-commands: Likewise.
7129 * gdb.base/batch-exit-status.bad-commands: Likewise.
7130
36eb4c5f
AH
71312018-08-29 Alan Hayward <alan.hayward@arm.com>
7132
7133 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
7134 (struct struct02): Likewise.
7135 (struct struct03): Likewise.
7136 (struct struct04): Likewise.
7137 (struct struct_01_01): New struct.
7138 (struct struct_01_02): Likewise.
7139 (struct struct_01_03): Likewise.
7140 (struct struct_01_04): Likewise.
7141 (struct struct_02_01): Likewise.
7142 (struct struct_02_02): Likewise.
7143 (struct struct_02_03): Likewise.
7144 (struct struct_02_04): Likewise.
7145 (struct struct_04_01): Likewise.
7146 (struct struct_04_02): Likewise.
7147 (struct struct_04_03): Likewise.
7148 (struct struct_04_04): Likewise.
7149 (struct struct_05_01): Likewise.
7150 (struct struct_05_02): Likewise.
7151 (struct struct_05_03): Likewise.
7152 (struct struct_05_04): Likewise.
7153 (cmp_struct01): Remove function.
7154 (cmp_struct02): Likewise.
7155 (cmp_struct03): Likewise.
7156 (cmp_struct04): Likewise.
7157 (cmp_struct_01_01): Add Function.
7158 (cmp_struct_01_02): Likewise.
7159 (cmp_struct_01_03): Likewise.
7160 (cmp_struct_01_04): Likewise.
7161 (cmp_struct_02_01): Likewise.
7162 (cmp_struct_02_02): Likewise.
7163 (cmp_struct_02_03): Likewise.
7164 (cmp_struct_02_04): Likewise.
7165 (cmp_struct_04_01): Likewise.
7166 (cmp_struct_04_02): Likewise.
7167 (cmp_struct_04_03): Likewise.
7168 (cmp_struct_04_04): Likewise.
7169 (cmp_struct_05_01): Likewise.
7170 (cmp_struct_05_02): Likewise.
7171 (cmp_struct_05_03): Likewise.
7172 (cmp_struct_05_04): Likewise.
7173 (call_all): Add new structs.
7174 * gdb.base/infcall-nested-structs.exp: Likewise.
7175
3bf9c013
JV
71762018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7177
7178 * gdb.python/py-framefilter-mi.exp: Update regexp to
7179 check for "arch" field in frame output.
7180
450d1e88
KB
71812018-08-23 Kevin Buettner <kevinb@redhat.com>
7182
7183 * gdb.dwarf2/dw2-ranges-func.c: New file.
7184 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7185
ae739fe7
SM
71862018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7187
7188 * gdb.base/term.exp: Compare terminal settings with values from
7189 the inferior.
7190 * gdb.base/term.c: Get and set terminal settings.
7191
6d52907e
JV
71922018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7193
7194 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7195 accommodate new "arch" field in frame output.
7196 * gdb.mi/mi-return.exp: Likewise.
7197 * gdb.mi/mi-stack.exp: Likewise.
7198 * gdb.mi/mi-syn-frame.exp: Likewise.
7199 * gdb.mi/user-selected-context-sync.exp: Likewise.
7200
be2d111a
MS
72012018-08-19 Michael Spang <spang@google.com>
7202
7203 PR gdb/11786
7204 * gdb.base/gcore-tls-pie.c: New file.
7205 * gdb.base/gcore-tls-pie.exp: New file.
7206
ae3a7c47
KB
72072018-08-18 Kevin Buettner <kevinb@redhat.com>
7208
7209 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
7210 * gdb.dwarf2/varval.c: New file.
7211 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 7212
2ecae92e
AH
72132018-08-17 Alan Hayward <alan.hayward@arm.com>
7214
7215 PR gdb/18931
7216 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7217
c1854f1d
KS
72182018-08-16 Keith Seitz <keiths@redhat.com>
7219
7220 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7221 tests expected to pass.
7222
26fb3983
JV
72232018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7224
7225 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7226 -data-disassemble -a.
7227 (test_disassembly_bogus_args): Likewise.
7228
67943c00
AB
72292018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7230
7231 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7232
5ff2bbae
AB
72332018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7234
7235 * gdb.base/vla-optimized-out.exp: Add new test.
7236
e5bbcd0f
AB
72372018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7238
7239 * gdb.base/vla-optimized-out-o3.exp: Delete.
7240 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7241 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7242 deleted tests.
7243
9d4a934c
AB
72442018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7245
7246 PR gdb/18050:
7247 * gdb.server/extended-remote-restart.c: New file.
7248 * gdb.server/extended-remote-restart.exp: New file.
7249
045cf012
SM
72502018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7251
7252 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7253 "set variable index = 42".
7254
87d6a7aa
SM
72552018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7256
7257 * boards/index-cache-gdb.exp: New file.
7258 * gdb.dwarf2/index-cache.exp: New file.
7259 * gdb.dwarf2/index-cache.c: New file.
7260 * gdb.base/maint.exp: Check if we are using the index cache.
7261
96d68bd4
RO
72622018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7263
7264 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7265 MAKEFLAGS.
7266
5a699617
RO
72672018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7268
7269 * dg-extract-results.sh: Move to toplevel contrib.
7270 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7271 * Makefile.in (check-parallel-racy): Likewise.
7272
5bd18990
AB
72732018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7274
7275 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7276 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7277 tests if the target supports scheduler locking.
7278
3fbbcf47
TV
72792018-08-04 Tom de Vries <tdevries@suse.de>
7280
7281 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7282
3e1d3d8c
TT
72832018-08-02 Tom Tromey <tom@tromey.com>
7284
7285 PR symtab/16842.
7286 * gdb.cp/temargs.exp: Test "info address" of a template
7287 parameter.
7288
5abe0f0c
JV
72892018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7290
7291 * gdb.python/py-mi-var-info-path-expression.c: New file.
7292 * gdb.python/py-mi-var-info-path-expression.py: New file.
7293 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7294
fb66cde8
SDJ
72952018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7296
7297 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7298 error after "cannot resolve name" string.
7299
c708f4d2
AB
73002018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7301
7302 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7303 started.
7304 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7305
37cc0cae
TV
73062018-07-28 Tom de Vries <tdevries@suse.de>
7307
7308 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7309
63b4ecf7
TV
73102018-07-26 Tom de Vries <tdevries@suse.de>
7311
7312 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7313
3c3bb058
AB
73142018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7315
7316 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7317 is visible.
7318
9e7f3bbb
TV
73192018-07-26 Tom de Vries <tdevries@suse.de>
7320
7321 PR breakpoints/23366
7322 * gdb.base/catch-follow-exec.c: New test.
7323 * gdb.base/catch-follow-exec.exp: New file.
7324
16f808ec
TV
73252018-07-25 Tom de Vries <tdevries@suse.de>
7326
7327 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7328 vla-optimized-out.c.
7329
d7154a8d
JV
73302018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7331
7332 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7333 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7334
232a0032
TV
73352018-07-20 Tom de Vries <tdevries@suse.de>
7336
7337 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7338 NOCLONE macro.
7339 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7340
fbb1d502
TV
73412018-07-19 Tom de Vries <tdevries@suse.de>
7342
7343 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7344 regular expression.
7345
42dc7699
TV
73462018-07-18 Tom de Vries <tdevries@suse.de>
7347
7348 * gdb.base/vla-optimized-out.c: New test.
7349 * gdb.base/vla-optimized-out.exp: New file.
7350
7f1f7e23
SDJ
73512018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7352
7353 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7354 message "No address associated with hostname" when gdbserver
7355 cannot resolve the hostname.
7356
5759ebb3
PW
73572018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7358
7359 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7360 Add some test prefixes to make tests unique.
7361
3606ccab
PW
73622018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7363
7364 * gdb.base/frameapply.c: New file.
7365 * gdb.base/frameapply.exp: New file.
7366
529c08b2
PW
73672018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7368
7369 * gdb.base/skip.exp: Update expected error message.
7370
c7ab0aef
SDJ
73712018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7372 Jan Kratochvil <jan.kratochvil@redhat.com>
7373 Paul Fertser <fercerpav@gmail.com>
7374 Tsutomu Seki <sekiriki@gmail.com>
7375
7376 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7377 parameter.
7378 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7379 by default.
7380 * boards/native-gdbserver.exp: Likewise.
7381 * gdb.server/run-without-local-binary.exp: Improve regexp used
7382 for detecting when a remote debugging connection succeeds.
7383 * gdb.server/server-connect.exp: New file.
7384 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7385 Do not prefix the port number with ":".
7386 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7387 support for detecting and using it. Add '$debughost_gdbserver'
7388 to the list of arguments used to start gdbserver. Handle case
7389 when gdbserver cannot resolve a network name.
7390
16ff70dd
SDJ
73912018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7392
7393 PR c++/23373
7394 * gdb.base/ptype-offsets.cc (struct static_member): New
7395 struct.
7396 (main) <stmember>: New variable.
7397 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7398 with a static member in it.
7399
3541979f
AB
74002018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7401
7402 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7403 watchpoints enabled and disabled.
7404
c8ad9b9a
AB
74052018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7406
7407 * gdb.base/examine-backward.exp: Still run tests around address
7408 0x0, even if address 0x0 is not readable. Update the pattern for
7409 matching address 0x0 in expected output.
7410
e0e5e971
AB
74112018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7412
7413 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7414 malloc/free.
7415
1ea5da02
TV
74162018-07-04 Tom de Vries <tdevries@suse.de>
7417
7418 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7419
471b9d15
MR
74202018-07-02 Maciej W. Rozycki <macro@mips.com>
7421
7422 PR tdep/8282
7423 * gdb.arch/mips-disassembler-options.exp: New test.
7424 * gdb.arch/mips-disassembler-options.s: New test source.
7425
75acb486
PA
74262018-06-29 Pedro Alves <palves@redhat.com>
7427
7428 * gdb.threads/names.exp: Adjust expected "info threads" output.
7429
cd2bb709
PA
74302018-06-29 Pedro Alves <palves@redhat.com>
7431
7432 * gdb.opt/inline-break.exp (line number, address): Add "info
7433 break" tests.
7434
991ff292
PA
74352018-06-29 Pedro Alves <palves@redhat.com>
7436
7437 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7438 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7439 number and address and running to them.
7440
356819b6 74412018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
7442
7443 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7444
2512d7ef
JK
74452018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7446
7447 * lib/compiler.c: Remove executable permission flag.
7448
be1b6474
RB
74492018-06-28 Richard Bunt <richard.bunt@arm.com>
7450
7451 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7452 code.
7453 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7454
291f9a96
PT
74552018-06-28 Petr Tesarik <ptesarik@suse.cz>
7456
7457 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7458
ed6dfe51
PT
74592018-06-28 Petr Tesarik <ptesarik@suse.cz>
7460
7461 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7462 address argument is omitted.
7463
d4d429d5
PT
74642018-06-28 Petr Tesarik <ptesarik@suse.cz>
7465
7466 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7467
7ab6656f
OJ
74682018-06-27 Omair Javaid <omair.javaid@linaro.org>
7469
7470 PR gdb/21695
7471 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7472 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7473
a33ccfc7
TT
74742018-06-26 Tom Tromey <tom@tromey.com>
7475
7476 PR rust/22574:
7477 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7478 * gdb.rust/simple.rs (struct SimpleLayout): New.
7479
6d72d289
SM
74802018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7481
7482 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7483 "info registers" output.
7484
8363f9d5
RB
74852018-06-21 Richard Bunt <richard.bunt@arm.com>
7486
7487 * gdb.base/watchpoint-hw-attach.c: New test.
7488 * gdb.base/watchpoint-hw-attach.exp: New file.
7489
f00674fe
SM
74902018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7491
7492 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7493 through /bin/sh.
7494 * boards/dwarf4-gdb-index.exp: Likewise.
7495 * boards/fission-dwp.exp: Likewise.
7496
1d554008
UW
74972018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7498
7499 * gdb.base/float128.exp: Add comment and improved fail message
7500 to the failure case of "print large128" test.
7501
d0ac1c44
SM
75022018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7503
7504 * configure.ac: Remove AC_PREREQ.
7505 * configure: Re-generate.
7506
61b04dd0
PA
75072018-06-19 Pedro Alves <palves@redhat.com>
7508
7509 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7510 (func_extern_caller): New.
7511 (main): Call func_extern_caller.
7512 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7513 logic change.
7514
f63b508a
SM
75152018-06-18 Weimin Pan <weimin.pan@oracle.com>
7516
7517 PR gdb/16841
7518 * gdb.cp/typedef-base.cc: New file.
7519 * gdb.cp/typedef-base.exp: New file.
7520
0fe3a558
TV
75212018-06-18 Tom de Vries <tdevries@suse.de>
7522
7523 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7524
7010835a
AB
75252018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7526 Richard Bunt <Richard.Bunt@arm.com>
7527
7528 * gdb.threads/attach-slow-waitpid.c: New file.
7529 * gdb.threads/attach-slow-waitpid.exp: New file.
7530 * gdb.threads/slow-waitpid.c: New file.
7531
14897d65
PA
75322018-06-14 Pedro Alves <palves@redhat.com>
7533
7534 * gdb.base/fork-running-state.c: Include <errno.h>.
7535 (exit_if_relative_exits): New.
7536 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7537 exits.
7538 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7539 child exits.
7540
5d9a0608
TV
75412018-06-14 Tom de Vries <tdevries@suse.de>
7542
7543 PR cli/22573
7544 * gdb.base/finish-pretty.c: New test.
7545 * gdb.base/finish-pretty.exp: New file.
7546
11ae5818
PA
75472018-06-14 Pedro Alves <palves@redhat.com>
7548
7549 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7550 gdb's expected startup output.
7551
1d39de44
PA
75522018-06-14 Pedro Alves <palves@redhat.com>
7553
7554 * lib/selftest-support.exp (selftest_setup): Remove inlined
7555 function handling.
7556
70ee0000
TV
75572018-06-14 Tom de Vries <tdevries@suse.de>
7558
7559 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7560 matching of breakpoint printing.
7561
11f4b608
TV
75622018-06-13 Tom de Vries <tdevries@suse.de>
7563
7564 PR testsuite/23269
7565 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7566 (fork_child): ... here, and ...
7567 (fork_parent): ... here.
7568
75692018-06-12 Tom de Vries <tdevries@suse.de>
7570
7571 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7572
9516f85a
AB
75732018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7574 Stephen Roberts <stephen.roberts@arm.com>
7575
7576 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7577 rewrite test to describe action performed, rather than possible
7578 failure.
7579
5045b3d7
GB
75802018-06-08 Gary Benson <gbenson@redhat.com>
7581
7582 * gdb.threads/check-libthread-db.exp: New file.
7583 * gdb.threads/check-libthread-db.c: Likewise.
7584
c61b06a1
TT
75852018-06-05 Tom Tromey <tom@tromey.com>
7586
7587 * gdb.base/default.exp: Update expected "show version" output.
7588
eb6af809
TT
75892018-06-05 Tom Tromey <tom@tromey.com>
7590
7591 PR cli/12326:
7592 * gdb.cp/static-print-quit.exp: Update.
7593 * lib/gdb.exp (pagination_prompt): Update.
7594 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7595 * gdb.python/python.exp: Update.
7596
178d6a63
JB
75972018-06-04 Joel Brobecker <brobecker@adacore.com>
7598
7599 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7600
8e817061
JB
76012018-06-01 Joel Brobecker <brobecker@adacore.com>
7602
7603 * gdb.ada/bp_fun_addr: New testcase.
7604
e86ca25f
TT
76052018-06-01 Tom Tromey <tom@tromey.com>
7606
7607 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7608 results.
7609 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7610 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7611 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7612 * gdb.base/maint.exp (maint_pass_if): Update.
7613
4b2dfa9d
MR
76142018-05-31 Maciej W. Rozycki <macro@mips.com>
7615
7616 * gdb.base/endian.exp: New test.
7617 * gdb.base/endian.c: New test source.
7618
45f25d6c
AB
76192018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7620
7621 PR gdb/23203
7622 * gdb.base/bt-selected-frame.c: New file.
7623 * gdb.base/bt-selected-frame.exp: New file.
7624 * lib/gdb.exp (get_current_frame_number): New function.
7625
d9f6d7f8
MR
76262018-05-24 Maciej W. Rozycki <macro@mips.com>
7627 Pedro Alves <palves@redhat.com>
7628
7629 * gdb.threads/tls-core.c: Include <stdlib.h>
7630 (thread_proc): Call `abort'.
7631 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7632 (tls_core_test): New procedure, bits factored out from ...
7633 (top level): ... here. Test both native cores and gcore cores.
7634
ff1cf532
TT
76352018-05-23 Tom Tromey <tom@tromey.com>
7636
7637 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7638
b98664d3
TT
76392018-05-23 Tom Tromey <tom@tromey.com>
7640
7641 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7642 symfile_complaints.
7643 (test_short_complaints): Likewise.
7644 (test_empty_complaints): Likewise.
7645 (test_initial_complaints): Update.
7646
4e9668d0
TT
76472018-05-23 Tom Tromey <tom@tromey.com>
7648
7649 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7650
43ba33c7
TT
76512018-05-23 Tom Tromey <tom@tromey.com>
7652
7653 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7654 (test_short_complaints): Update.
7655
035522c0
PA
76562018-05-22 Pedro Alves <palves@redhat.com>
7657
7658 * gdb.base/remote.exp: Only gdb_start after compiling the
7659 testcase. Issue "disconnect" before testing "set remote" command
7660 defaults. Issue clean_restart before running to main.
7661
cc0be08f
PA
76622018-05-22 Pedro Alves <palves@redhat.com>
7663
7664 * gdb.base/remote.exp: Adjust expected output of "show remote
7665 memory-write-packet-size". Add tests for "set remote
7666 memory-write-packet-size 0" and "set remote
7667 memory-write-packet-size fixed/limit".
7668
b1b60145
PA
76692018-05-22 Pedro Alves <palves@redhat.com>
7670
7671 PR gdb/22973
7672 * gdb.base/utf8-identifiers.c: New file.
7673 * gdb.base/utf8-identifiers.exp: New file.
7674
0ec848ad
PFC
76752018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7676
7677 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7678
2c3305f6
PFC
76792018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7680
7681 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7682
ce1e8424
TT
76832018-05-18 Tom Tromey <tom@tromey.com>
7684
7685 * gdb.base/ptype-offsets.exp: Update.
7686
ddfe970e
KS
76872018-05-17 Keith Seitz <keiths@redhat.com>
7688
7689 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7690 in expected breakpoint stop locations.
7691 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7692 move to proper scope to test variable values.
7693 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7694 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7695 New functions.
7696 (main): Call not_inline_func3.
7697 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7698 inline_func1, inline_func2, and inline_func3. Test that when each
7699 breakpoint is hit, GDB properly reports both the stop location
7700 and the backtrace. Repeat tests for temporary breakpoints.
7701
0726fcc6
MR
77022018-05-15 Maciej W. Rozycki <macro@mips.com>
7703
7704 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7705 rather then trying to access it in determining whether the PID
7706 of `gdbserver' could have been retrieved.
7707
8ee22052
AB
77082018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7709
7710 * gdb.arch/amd64-init-x87-values.S: New file.
7711 * gdb.arch/amd64-init-x87-values.exp: New file.
7712
7785df48
JK
77132018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7714
7715 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7716
56bcdbea
TT
77172018-05-04 Tom Tromey <tom@tromey.com>
7718
7719 PR python/22730:
7720 * gdb.python/python.exp: Test multi-line execute.
7721
a913fffb
TT
77222018-05-04 Tom Tromey <tom@tromey.com>
7723
7724 PR python/22731:
7725 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7726
7a2c85f2
TT
77272018-05-04 Tom Tromey <tom@tromey.com>
7728
7729 PR gdb/11750:
7730 * gdb.base/define.exp: Test defining a user command inside a user
7731 command.
7732 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7733
a3b60e45
JK
77342018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7735 Pedro Alves <palves@redhat.com>
7736
7737 PR breakpoints/19806 and support for PR external/20207.
7738 * gdb.base/watchpoint-unaligned.c: New file.
7739 * gdb.base/watchpoint-unaligned.exp: New file.
7740
45fe4a03
AB
77412018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7742
7743 * gdb.base/maint.exp: Make test names unique, use
7744 test_prefix_command_help to test 'help maint info', and remove
7745 repeated test of 'help maint'.
7746
9be2ae8f
TT
77472018-05-04 Tom Tromey <tom@tromey.com>
7748
7749 PR gdb/22619:
7750 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7751 behavior.
7752
11859c31
AB
77532018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7754
7755 * gdb.base/maint.exp: Process output from 'maint print registers'
7756 line at a time.
7757
089a9490
AB
77582018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7759
7760 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7761 timeout.
7762
9b0797e2
AB
77632018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7764
7765 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7766 filter pattern.
7767
f6ac5f3d
PA
77682018-05-02 Pedro Alves <palves@redhat.com>
7769
7770 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7771 to_log_command renames.
7772 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7773
77d3c63b
TT
77742018-05-02 Tom Tromey <tom@tromey.com>
7775
7776 * gdb.python/py-parameter.exp: Set test message.
7777
0489430a
TT
77782018-05-02 Tom Tromey <tom@tromey.com>
7779
7780 PR python/20084:
7781 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7782 PARAM_ZUINTEGER_UNLIMITED tests.
7783
1632f8ba
DR
77842018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7785
7786 PR rust/23124
7787 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7788 when casting.
7789
6d7bb824
TT
77902018-04-30 Tom Tromey <tom@tromey.com>
7791
7792 * gdb.python/py-type.exp: Check align attribute.
7793 * gdb.python/py-type.c: New "aligncheck" global.
7794
007e1530
TT
77952018-04-30 Tom Tromey <tom@tromey.com>
7796
7797 PR exp/17095:
7798 * gdb.dwarf2/dw2-align.exp: New file.
7799 * gdb.cp/align.exp: New file.
7800 * gdb.base/align.exp: New file.
7801 * lib/gdb.exp (gdb_int128_helper): New proc.
7802 (has_int128_c, has_int128_cxx): New caching procs.
7803
6873858b
TT
78042018-04-27 Tom Tromey <tom@tromey.com>
7805
7806 PR rust/22545:
7807 * gdb.rust/simple.exp: Add inclusive range tests.
7808
79188d8d
PA
78092018-04-26 Pedro Alves <palves@redhat.com>
7810
7811 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7812 ifunc breakpoint locations correctly of ifunc breakpoints set
7813 while the program resolves the ifunc.
7814
c7075ad5
PA
78152018-04-26 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.base/gnu-ifunc-final.c: New file.
7818 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7819 * gdb.base/gnu-ifunc.exp (executable): Delete.
7820 (staticexecutable): Adjust.
7821 (lib_opts, exec_opts): Delete.
7822 (make_binsuffix, build, set-break): New procedures.
7823 (misc_tests): New, with tests factored out from the top level.
7824 (top level): Test different combinations of ifunc resolver name,
7825 resolver with and with debug info, and ifunc target with and
7826 without debug info. Wrap static tests with with_target_prefix.
7827
8388016d
PA
78282018-04-26 Pedro Alves <palves@redhat.com>
7829
7830 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7831 return type" warnings.
7832
249b5733
PA
78332018-04-25 Pedro Alves <palves@redhat.com>
7834
7835 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7836 killed".
7837 * gdb.base/kill-after-signal.exp: Likewise.
7838 * gdb.threads/kill.exp: Likewise.
7839
f67c0c91
SDJ
78402018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7841 Sergio Durigan Junior <sergiodj@redhat.com>
7842 Pedro Alves <palves@redhat.com>
7843
7844 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7845 regexps to expect for '[Inferior ... detached]' as well.
7846 * gdb.base/attach.exp: Likewise.
7847 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7848 "gdb_continue_to_end".
7849 (test_catch_syscall_with_wrong_args): Likewise.
7850 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7851 ']'. Don't set 'verbose' on.
7852 * gdb.base/foll-vfork.exp: Likewise.
7853 * gdb.base/fork-print-inferior-events.c: New file.
7854 * gdb.base/fork-print-inferior-events.exp: New file.
7855 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7856 '[Inferior ... has been killed]' message.
7857 * gdb.base/kill-after-signal.exp: Likewise.
7858 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7859 detach message.
7860 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7861 message.
7862 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7863 regexps to expect for '[Inferior ... detached]' as well.
7864 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7865
0a8ddac4
SM
78662018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7867
7868 PR gdb/23104
7869 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7870
701adfb0
PA
78712018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7872
7873 PR gdb/23095
7874 * gdb.base/break-probes.exp: Pass shlib_load to
7875 prepare_for_testing. Set normal_bp to r_debug_state if target is
7876 bsd.
7877
d27d16bf
RB
78782018-04-19 Richard Bunt <richard.bunt@arm.com>
7879
7880 * gdb.threads/multiple-successive-infcall.c: New test.
7881 * gdb.threads/multiple-successive-infcall.exp: New file.
7882
a037790e
TT
78832018-04-17 Tom Tromey <tom@tromey.com>
7884
7885 * gdb.rust/simple.rs (Union): New type.
7886 (main): New local "u".
7887 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7888
e3a91079
AA
78892018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7890
7891 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7892 number information in output of "whereis" command.
7893 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7894
b744723f
AA
78952018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7896
7897 * gdb.ada/info_types.exp: Adjust expected output to the line
7898 numbers now printed by "info var/func/type".
7899 * gdb.base/completion.exp: Likewise.
7900 * gdb.base/included.exp: Likewise.
7901 * gdb.cp/cp-relocate.exp: Likewise.
7902 * gdb.cp/cplusfuncs.exp: Likewise.
7903 * gdb.cp/namespace.exp: Likewise.
7904 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7905
4a4495d6
MM
79062018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7907
7908 * gdb.btrace/cpu.exp: New.
7909
1d509aa6
MM
79102018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7911
7912 * gdb.base/step-indirect-call-thunk.exp: New.
7913 * gdb.base/step-indirect-call-thunk.c: New.
7914 * gdb.reverse/step-indirect-call-thunk.exp: New.
7915 * gdb.reverse/step-indirect-call-thunk.c: New.
7916
6295b6da
SM
79172018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7918
7919 * gdb.base/pie-fork.c: New file.
7920 * gdb.base/pie-fork.exp: New file.
7921
50146e70
TT
79222018-04-11 Tom Tromey <tom@tromey.com>
7923
7924 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7925
f50d8a2e
PA
79262018-04-10 Pedro Alves <palves@redhat.com>
7927
7928 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7929 exits. Instead loop running forever.
7930 (fork_parent): Run forever too.
7931
a0be7a36
SM
79322018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7933
7934 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7935 mi_continue_to_line.
7936 * gdb.mi/mi-stack.c (callee4): Add comment.
7937
9b73db36
SM
79382018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7939
7940 * gdb.mi/mi-stack.exp: Fix indentation.
7941
c912f608
SM
79422018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7943
7944 PR gdb/22979
7945 * gdb.arch/amd64-osabi.exp: New file.
7946
26540402
SM
79472018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7948
7949 PR gdb/22980
7950 * gdb.base/osabi.exp: New file.
7951
121ad66c 79522018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7953
7954 * gdb.cp/static-typedef-print.exp: New file.
7955 * gdb.cp/static-typedef-print.cc: New file.
7956
3fcded8f
JB
79572018-03-27 Joel Brobecker <brobecker@adacore.com>
7958
7959 * gdb.ada/varsize_limit: New testcase.
7960
59cc4834
JB
79612018-03-27 Joel Brobecker <brobecker@adacore.com>
7962
7963 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7964
7965 * gdb.ada/notcplusplus: New testcase.
7966
7967 * gdb.base/c-linkage-name.c: New file.
7968 * gdb.base/c-linkage-name.exp: New testcase.
7969
4ca59a9f
TT
79702018-03-26 Tom Tromey <tom@tromey.com>
7971
7972 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7973 * gdb.python/py-framefilter.py (name_error): New global.
7974 (ErrorInName.function): Use name_error.
7975
978d6c75
TT
79762018-03-26 Tom Tromey <tom@tromey.com>
7977
7978 PR backtrace/15582:
7979 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7980
b7fee5a3
KS
79812018-03-23 Keith Seitz <keiths@redhat.com>
7982
7983 PR c++/22968
7984 * gdb.cp/subtypes.exp: New file.
7985 * gdb.cp/subtypes.h: New file.
7986 * gdb.cp/subtypes.cc: New file.
7987 * gdb.cp/subtypes-2.cc: New file.
7988
376be529
AB
79892018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7990
7991 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7992 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7993 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7994 -nostartfiles when compiling the test. Confirm that all registers
7995 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7996
066cfa98
AB
79972018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7998
7999 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
8000 option, syntax was wrong anyway.
8001 * gdb.arch/arm-disp-step.exp: Likewise.
8002 * gdb.arch/sparc64-regs.exp: Likewise.
8003 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
8004 option, syntax was wrong anyway, switch to use
8005 prepare_for_testing.
8006 * gdb.arch/i386-disp-step.exp: Likewise.
8007
079670b9
AA
80082018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
8009
8010 * gdb.ada/exec_changed.exp: Replace "target_info exists
8011 use_gdb_stub" by "use_gdb_stub".
8012 * gdb.ada/start.exp: Likewise.
8013 * gdb.base/async-shell.exp: Likewise.
8014 * gdb.base/attach-pie-misread.exp: Likewise.
8015 * gdb.base/attach-wait-input.exp: Likewise.
8016 * gdb.base/break-entry.exp: Likewise.
8017 * gdb.base/break-interp.exp: Likewise.
8018 * gdb.base/dprintf-detach.exp: Likewise.
8019 * gdb.base/nostdlib.exp: Likewise.
8020 * gdb.base/solib-nodir.exp: Likewise.
8021 * gdb.base/statistics.exp: Likewise.
8022 * gdb.base/testenv.exp: Likewise.
8023 * gdb.mi/mi-exec-run.exp: Likewise.
8024 * gdb.mi/mi-start.exp: Likewise.
8025 * gdb.multi/dummy-frame-restore.exp: Likewise.
8026 * gdb.multi/multi-arch-exec.exp: Likewise.
8027 * gdb.multi/multi-arch.exp: Likewise.
8028 * gdb.multi/tids.exp: Likewise.
8029 * gdb.multi/watchpoint-multi.exp: Likewise.
8030 * gdb.python/py-events.exp: Likewise.
8031 * gdb.threads/attach-into-signal.exp: Likewise.
8032 * gdb.threads/attach-stopped.exp: Likewise.
8033 * gdb.threads/threadapply.exp: Likewise.
8034 * lib/selftest-support.exp: Likewise.
8035
26d6cec4
AA
80362018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
8037
8038 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
8039
4ee89e90
SR
80402018-03-20 Stephen Roberts <stephen.roberts@arm.com>
8041
8042 * gdb.perf/template-breakpoints.cc: New file.
8043 * gdb.perf/template-breakpoints.exp: New file.
8044 * gdb.perf/template-breakpoints.py: New file.
8045
92630041
TT
80462018-03-19 Tom Tromey <tom@tromey.com>
8047
8048 * gdb.rust/simple.rs (main): Add local variables field1, field2,
8049 y0.
8050 * gdb.rust/simple.exp: Test bare identifier form of struct
8051 initializer.
8052
76727919
TT
80532018-03-19 Tom Tromey <tom@tromey.com>
8054
8055 * gdb.gdb/observer.exp: Remove.
8056
194ed413
AA
80572018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8058
8059 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
8060 "qualified" option when setting breakpoints.
8061 * gdb.trace/backtrace.exp: Likewise.
8062 * gdb.trace/circ.exp: Likewise.
8063 * gdb.trace/collection.exp: Likewise.
8064 * gdb.trace/disconnected-tracing.exp: Likewise.
8065 * gdb.trace/ftrace-lock.exp: Likewise.
8066 * gdb.trace/ftrace.exp: Likewise.
8067 * gdb.trace/infotrace.exp: Likewise.
8068 * gdb.trace/packetlen.exp: Likewise.
8069 * gdb.trace/passc-dyn.exp: Likewise.
8070 * gdb.trace/qtro.exp: Likewise.
8071 * gdb.trace/read-memory.exp: Likewise.
8072 * gdb.trace/report.exp: Likewise.
8073 * gdb.trace/signal.exp: Likewise.
8074 * gdb.trace/status-stop.exp: Likewise.
8075 * gdb.trace/strace.exp: Likewise.
8076 * gdb.trace/tfind.exp: Likewise.
8077 * gdb.trace/trace-break.exp: Likewise.
8078 * gdb.trace/trace-condition.exp: Likewise.
8079 * gdb.trace/trace-mt.exp: Likewise.
8080 * gdb.trace/tstatus.exp: Likewise.
8081 * gdb.trace/tsv.exp: Likewise.
8082 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8083 * gdb.trace/unavailable.exp: Likewise.
8084 * gdb.trace/while-dyn.exp: Likewise.
8085
8b067d2c
AA
80862018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8087
8088 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
8089 that libinproctrace is copied to the target.
8090
3ae9ce5d
TT
80912018-03-14 Tom Tromey <tom@tromey.com>
8092
8093 PR cli/14977:
8094 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
8095 a null pointer.
8096 * gdb.base/wchar.exp: Likewise.
8097
b8c2339b
TT
80982018-03-14 Tom Tromey <tom@tromey.com>
8099
8100 PR cli/19918:
8101 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
8102 flag.
8103
4872dc46
SM
81042018-03-08 Simon Marchi <simon.marchi@ericsson.com>
8105
8106 PR gdb/22841
8107 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
8108 "target" to remote_exec.
8109
e4fe3756
SM
81102018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8111
8112 PR gdb/22841
8113 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
8114 ${board}_upload): Remove.
8115
e95a97d4
AA
81162018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
8117
8118 * gdb.cp/watch-cp.cc: New test.
8119 * gdb.cp/watch-cp.exp: New file.
8120
dbbb1059
AB
81212018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8122
8123 * gdb.base/infcall-nested-structs.exp: New file.
8124 * gdb.base/infcall-nested-structs.c: New file.
8125 * gdb.base/float.exp: Add riscv support.
8126
ecc054c0
TP
81272018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
8128
8129 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
8130 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
8131
25e3c82c
SDJ
81322018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8133
8134 * gdb.server/abspath.exp: New file.
8135 * lib/gdb.exp (with_cwd): New procedure.
8136
3083294d
SM
81372018-02-28 Simon Marchi <simon.marchi@ericsson.com>
8138
8139 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
8140 use it.
8141 (gdb_is_target_remote_prompt): New proc.
8142 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
8143 (gdb_is_target_native): Pass prompt parameter to
8144 gdb_is_target_1.
8145
3275ef47
SM
81462018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8147
8148 * gdb.base/load-command.c: New file.
8149 * gdb.base/load-command.exp: New file.
8150 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8151 (gdb_is_target_1): ...this, and generalize for other targets
8152 than just remote.
8153 (gdb_is_target_remote): Use gdb_is_target_1.
8154 (gdb_is_target_native): use gdb_is_target_1.
8155
6893c19a
TT
81562018-02-26 Tom Tromey <tom@tromey.com>
8157
8158 PR python/16497:
8159 * gdb.python/py-framefilter.exp: Update test.
8160
2ddeaf8a
TT
81612018-02-26 Tom Tromey <tom@tromey.com>
8162
8163 * gdb.dwarf2/variant.c: New file.
8164 * gdb.dwarf2/variant.exp: New file.
8165
c9317f21
TT
81662018-02-26 Tom Tromey <tom@tromey.com>
8167
8168 * gdb.rust/simple.exp: Accept more possible results in enum test.
8169
6f6d0c26
SM
81702018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8171
8172 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8173 parentheses.
8174
11b03145
MR
81752018-02-23 Maciej W. Rozycki <macro@mips.com>
8176
8177 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8178 name of a variable: $actual_linejj -> $actual_line.
8179
54a27fe5
JB
81802018-02-21 John Baldwin <jhb@FreeBSD.org>
8181
8182 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8183
de65820c
MM
81842018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8185
8186 * gdb.btrace/buffer-size.exp: Do not force BTS.
8187
980548fd
PA
81882018-02-14 Pedro Alves <palves@redhat.com>
8189
8190 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8191 getting a "Quit".
8192
c4e12631
MM
81932018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8194
8195 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8196 Fix test name.
8197
c2e0e465
SM
81982018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8199
8200 * gdb.cp/m-static.exp: Check type of optimized out static
8201 member.
8202
f7216783
AB
82032018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8204
8205 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8206 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8207
0625771b
LS
82082018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8209 Leszek Swirski <leszeks@google.com>
8210
8211 * gdb.python/py-prettyprint.c
8212 (struct to_string_returns_value_inner,
8213 struct to_string_returns_value_wrapper): New.
8214 (main): Add tsrvw variable.
8215 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8216 ToStringReturnsValueWrapper): New classes.
8217 (register_pretty_printers): Register new pretty-printers.
8218 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8219 recursive pretty printer.
8220 * gdb.python/py-mi.exp: Likewise.
8221
59498c30
LS
82222018-02-01 Leszek Swirski <leszeks@google.com>
8223
8224 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8225 functions with the same name as an include file are parsed
8226 correctly.
8227
d4d38844
YQ
82282018-02-01 Yao Qi <yao.qi@linaro.org>
8229
8230 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8231 "\[^\r\n\]*".
8232
07e5f5cf
NP
82332018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8234
8235 * gdb.arch/powerpc-prologue-frame.s: New file.
8236 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8237 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8238
929b5ad4
JB
82392018-01-31 Joel Brobecker <brobecker@adacore.com>
8240
8241 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8242
e671cd59
PA
82432018-01-30 Pedro Alves <palves@redhat.com>
8244
8245 PR gdb/13211
8246 * gdb.base/interrupt-daemon.c: New.
8247 * gdb.base/interrupt-daemon.exp: New.
8248 * gdb.multi/multi-term-settings.c: New.
8249 * gdb.multi/multi-term-settings.exp: New.
8250
fc413dc4
JB
82512018-01-30 Joel Brobecker <brobecker@adacore.com>
8252
8253 * gdb.base/break.exp: Save the location where the breakpoint
8254 on break.c:47 was actually inserted when debugging the version
8255 compiled at -O2 and use it in the expected output of the "info
8256 break" test performed soon after.
8257
5c319bb2
PA
82582018-01-22 Pedro Alves <palves@redhat.com>
8259 Sergio Durigan Junior <sergiodj@redhat.com>
8260
8261 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8262 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8263
a9e40818
JB
82642018-01-22 Joel Brobecker <brobecker@adacore.com>
8265
8266 * gdb.base/break-include.c, gdb.base/break-include.inc,
8267 gdb.base/break-include.exp: New files.
8268 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8269 line number now being the actual line number where the breakpoint
8270 was inserted.
8271 * gdb.mi/mi-break.exp: Likewise.
8272 * gdb.mi/mi-reverse.exp: Likewise.
8273 * gdb.mi/mi-simplerun.exp: Ditto.
8274
e707fc44
AB
82752018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8276
8277 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8278 varobj.
8279 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8280
ae451627
AB
82812018-01-21 Don Breazeal <donb@codesourcery.com>
8282 Andrew Burgess <andrew.burgess@embecosm.com>
8283
8284 * gdb.mi/basics.c: Add new global.
8285 * gdb.mi/mi-frame-regs.exp: New file.
8286 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8287 case.
8288
b1b189e0
AB
82892018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8290
8291 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8292 non-parameter, and on an unknown symbol.
8293
fcfcc376
TT
82942018-01-19 Tom Tromey <tom@tromey.com>
8295
8296 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8297 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8298
634c1c31
AA
82992018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8300
8301 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8302 setrlimit and chdir to int.
8303
d6ad07fd
AA
83042018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8305
8306 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8307 function.
8308 (my_tend): Likewise.
8309 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8310 rationale of avoiding FP- and vector instructions.
8311
adf8243b
RK
83122018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8313
8314 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8315 "info reg" with "\[ \t\]*".
8316 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8317 "\[ \t\]+".
8318 * gdb.arch/s390-multiarch.exp: Ditto.
8319 * gdb.base/pc-fp.exp: Ditto.
8320 * gdb.reverse/i386-precsave.exp: Ditto.
8321 * gdb.reverse/i386-reverse.exp: Ditto.
8322 * gdb.reverse/i387-env-reverse.exp: Ditto.
8323 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8324
dcc06925
AA
83252018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8326
8327 * lib/gdb.exp (gdb_compile): Re-enable use of
8328 universal_compile_options for languages other than Rust.
8329
25d4fd80
AA
83302018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8331
8332 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8333
ee7f689e 83342018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
8335
8336 PR gdb/16577
8337 * gdb.base/solib-vanish.exp: New.
8338 * gdb.base/solib-vanish-main.c: New.
8339 * gdb.base/solib-vanish-lib1.c: New.
8340 * gdb.base/solib-vanish-lib2.c: New.
8341
d8447b6b
YQ
83422018-01-17 Yao Qi <yao.qi@linaro.org>
8343
8344 * gdb.compile/compile.exp: Match the address printed for
8345 frame in the output of command "bt".
8346
86d6a90c
TT
83472018-01-15 Tom Tromey <tom@tromey.com>
8348
8349 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8350 compute sp_reg.
8351
cbcdb1aa
AB
83522018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8353
8354 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8355 to prepare.
8356 (prepare): Return 0 on error, 1 on success.
8357
eea61984
PA
83582018-01-12 Pedro Alves <palves@redhat.com>
8359
8360 * gdb.base/continue-after-aborted-step-over.c: New.
8361 * gdb.base/continue-after-aborted-step-over.exp: New.
8362
6181e9c2
SM
83632018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8364
8365 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8366 options when not creating an executable.
8367
3cada740
PA
83682018-01-11 Pedro Alves <palves@redhat.com>
8369
8370 PR remote/22597
8371 * gdb.server/stop-reply-no-thread.c: New file.
8372 * gdb.server/stop-reply-no-thread.exp: New file.
8373
c63d3e8d
PA
83742018-01-10 Pedro Alves <palves@redhat.com>
8375
8376 PR gdb/22670
8377 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8378 functions too. Test setting breakpoints and printing C functions
8379 with no debug info too.
8380 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8381
d4c2a405
PA
83822018-01-10 Pedro Alves <palves@redhat.com>
8383
8384 PR gdb/22670
8385 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8386 a fail.
8387
8825213e
PA
83882018-01-10 Pedro Alves <palves@redhat.com>
8389
8390 PR gdb/22670
8391 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8392
605fd3c6
YQ
83932018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8394
8395 * gdb.server/unittest.exp: Match the output in non-development
8396 mode.
8397
1e5ded6c
YQ
83982018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8399
8400 * gdb.gdb/unittest.exp: Match output in non-development mode.
8401
30066b0b
JB
84022018-01-08 Joel Brobecker <brobecker@adacore.com>
8403
8404 * gdb.ada/access_tagged_param.exp: Relax expected output
8405 for value of "ObjL" in "continue" to pck.inspect breakpoint
8406 test.
8407
04bafb1e
XR
84082018-01-08 Joel Brobecker <brobecker@adacore.com>
8409
9f86398b
JB
8410 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8411 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 8412
e379cee6
PA
84132018-01-05 Pedro Alves <palves@redhat.com>
8414
8415 PR gdb/18653
8416 * gdb.base/libsegfault.exp: New.
8417
de63c46b
PA
84182018-01-05 Joel Brobecker <brobecker@adacore.com>
8419
8420 PR gdb/22670
8421 * gdb.ada/access_tagged_param.exp: New file.
8422 * gdb.ada/access_tagged_param/foo.adb: New file.
8423
f98fc17b
PA
84242018-01-05 Pedro Alves <palves@redhat.com>
8425
8426 PR gdb/22670
8427 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8428 exercise lower case too, and to exercise both full matching and
8429 wild matching.
8430
342f8240
JB
84312018-01-05 Joel Brobecker <brobecker@adacore.com>
8432
8433 * gdb.ada/rename_subscript_param: New testcase.
8434
7150d33c
JG
84352018-01-05 Jerome Guitton <guitton@adacore.com>
8436
8437 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8438
cc0e770c
JB
84392018-01-05 Joel Brobecker <brobecker@adacore.com>
8440
8441 * gdb.ada/convvar_comp: New testcase.
8442
672a41aa 84432018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
8444
8445 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8446 (My_Table): New global variable.
8447 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8448
7365ec2f
JB
84492018-01-04 Joel Brobecker <brobecker@adacore.com>
8450
8451 PR gdb/22670
8452 * gdb.ada/maint_with_ada: New testcase.
8453
289483b6
JB
84542018-01-04 Joel Brobecker <brobecker@adacore.com>
8455
8456 PR gdb/22670
8457 * gdb.ada/bp_c_mixed_case: New testcase.
8458
344420da
JB
84592018-01-04 Joel Brobecker <brobecker@adacore.com>
8460
8461 PR gdb/22670
8462 * gdb.ada/complete.exp: Add "complete break ada" test.
8463
66fc87a0
JB
84642018-01-04 Joel Brobecker <brobecker@adacore.com>
8465
8466 PR gdb/22670
8467 * gdb.ada/info_addr_mixed_case: New testcase.
8468
9f757bf7
XR
84692018-01-03 Xavier Roirand <roirand@adacore.com>
8470
8471 * gdb.ada/excep_handle.exp: New testcase.
8472 * gdb.ada/excep_handle/foo.adb: New file.
8473 * gdb.ada/excep_handle/pck.ads: New file.
8474
bd570f80
JB
84752018-01-03 Joel Brobecker <brobecker@adacore.com>
8476
8477 * gdb.base/step-line.c: Add extra empty line in copyright header.
8478 * gdb.base/step-line.inp: Likewise.
8479
9fe561ab
JB
84802018-01-02 Joel Brobecker <brobecker@adacore.com>
8481
8482 * gdb.ada/dyn_stride.exp: Add slice test.
8483
a405673c
JB
84842018-01-02 Joel Brobecker <brobecker@adacore.com>
8485
8486 * gdb.ada/dyn_stride: New testcase.
8487
cef0f868
SH
84882017-12-27 Stafford Horne <shorne@gmail.com>
8489
8490 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8491 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8492
b67d92b0
SH
84932017-12-27 Stafford Horne <shorne@gmail.com>
8494
8495 * gdb.base/reggroups.c: New file.
8496 * gdb.base/reggroups.exp: New file.
8497
eccab96d
JB
84982017-12-18 Joel Brobecker <brobecker@adacore.com>
8499
8500 * gdb.dwarf2/ada-valprint-error.c: New file.
8501 * gdb.dwarf2/ada-valprint-error.exp: New file.
8502
0e2da9f0
JB
85032017-12-18 Joel Brobecker <brobecker@adacore.com>
8504
8505 * gdb.ada/assign_arr: New testcase.
8506
cb923fcc
XR
85072017-12-18 Xavier Roirand <roirand@adacore.com>
8508
8509 * gdb.ada/funcall_ptr: New testcase.
8510
7c161838
SDJ
85112017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8512
8513 PR cli/16224
8514 * gdb.base/ptype-offsets.cc: New file.
8515 * gdb.base/ptype-offsets.exp: New file.
8516
1af17fd9
YQ
85172017-12-15 Yao Qi <yao.qi@linaro.org>
8518
8519 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8520 if XML is disabled.
8521
828d5846
XR
85222017-12-15 Xavier Roirand <roirand@adacore.com>
8523
8524 * gdb.ada/same_component_name: New testcase.
8525
79e8fcaa
JB
85262017-12-14 Joel Brobecker <brobecker@adacore.com>
8527
8528 * gdb.ada/str_binop_equal: New testcase.
8529
e05fa6f9
JB
85302017-12-14 Joel Brobecker <brobecker@adacore.com>
8531
8532 * gdb.ada/task_switch_in_core: New testcase.
8533
b89641ba
SM
85342017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8535
8536 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8537 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8538 call test_bkpt_qualified.
8539 (test_bkpt_qualified): New proc.
8540
6892d2e4
PA
85412017-12-13 Pedro Alves <palves@redhat.com>
8542
8543 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8544 Tighten regexp by matching with an anchor.
8545
a22ecf70
PA
85462017-12-13 Pedro Alves <palves@redhat.com>
8547
8548 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8549 ("expression with namespace"): New set of tests.
8550 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8551 (Nested::Test_NS::qux): New.
8552 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8553 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8554
9937536c
JB
85552017-12-13 Joel Brobecker <brobecker@adacore.com>
8556
8557 * gdb.base/server-del-break.c: New file.
8558 * gdb.base/server-del-break.exp: New file.
8559
fe49c6f5
SH
85602017-12-12 Stafford Horne <shorne@gmail.com>
8561
8562 * gdb.xml/tdesc-regs.exp: Add or1k support.
8563
c3d18620
SH
85642017-12-12 Stafford Horne <shorne@gmail.com>
8565
8566 * gdb.base/bp-permanent.c: Define nop of or1k.
8567
c5f9cfc8
JB
85682017-12-11 Joel Brobecker <brobecker@adacore.com>
8569
8570 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8571 output with components being reordered.
8572
a9c135fc
JB
85732017-12-11 Joel Brobecker <brobecker@adacore.com>
8574
8575 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8576 output with components being reordered.
8577
927aa2e7
JK
85782017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8579 Pedro Alves <palves@redhat.com>
8580
8581 * gdb.base/maint.exp (check for .gdb_index): Check also for
8582 .debug_names.
8583 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8584 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8585 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8586 (.gdb_index used after symbol reloading): Support also .debug_names.
8587 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8588
f17d9474
YQ
85892017-12-08 Yao Qi <yao.qi@linaro.org>
8590
8591 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8592 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8593
a0de8c21
YQ
85942017-12-08 Yao Qi <yao.qi@linaro.org>
8595
8596 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8597 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8598
a738ea1d
YQ
85992017-12-08 Yao Qi <yao.qi@linaro.org>
8600
8601 * gdb.arch/aarch64-tagged-pointer.c: New file.
8602 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8603
1cd9a73b
SDJ
86042017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8605
8606 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8607 "int".
8608
fa6eb693
KS
86092017-12-07 Keith Seitz <keiths@redhat.com>
8610
8611 PR breakpoints/22569
8612 * gdb.linespec/ls-errs.exp: Change expected result of "break
8613 -source this file has spaces.c -line 3".
8614 Check that an explicit source file followed by whitespace is
8615 identified as an invalid explicit location.
8616
883fd55a
KS
86172017-12-07 Keith Seitz <keiths@redhat.com>
8618
8619 * gdb.cp/nested-types.cc: New file.
8620 * gdb.cp/nested-types.exp: New file.
8621 * lib/cp-support.exp: Load data-structures.exp library.
8622 (debug_cp_test_ptype_class): New global.
8623 (cp_ptype_class_verbose, next_line): New procedures.
8624 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8625 Add and document new return value.
8626 Switch the list of lines to a queue.
8627 Add support for new `type' key for nested type definitions.
8628 Add debugging/troubleshooting messages.
8629 * lib/data-structures.exp: New file.
8630
ec72db3e
SM
86312017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8632
8633 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8634 with proc_with_prefix, don't use with_test_prefix.
8635
99598d71
TT
86362017-12-07 Tom Tromey <tom@tromey.com>
8637
8638 * gdb.base/break.exp: Add test for empty "commands".
8639
a8806230
YQ
86402017-12-07 Yao Qi <yao.qi@linaro.org>
8641
8642 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8643 malloc and catch syscall.
8644
824cc835
PM
86452017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8646
e79be6e5 8647 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
8648 tests for explicit locations.
8649
7cc244de
PA
86502017-12-06 Pedro Alves <palves@redhat.com>
8651
8652 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8653 force-disabling XML descriptions.
8654
50a1fdd5
PA
86552017-12-04 Pedro Alves <palves@redhat.com>
8656
8657 PR gdb/22499
8658 * gdb.arch/amd64-disp-step-avx.S: New file.
8659 * gdb.arch/amd64-disp-step-avx.exp: New file.
8660
f0fb2488
PA
86612017-12-03 Pedro Alves <palves@redhat.com>
8662
8663 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8664 and <string.h>.
8665 (parent_function): Print distinct messages when waitpid fails, or
8666 the child exits with a signal, or the child exits for an unhandled
8667 reason.
8668 * gdb.threads/process-dies-while-detaching.exp
8669 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8670 it. Wait for both inferior output and GDB's prompt. Use an
8671 indirect spawn id list.
8672 (do_detach): New parameter 'child_exit'. Use it to compute
8673 expected inferior output.
8674 (test_detach, test_detach_watch, test_detach_killed_outside):
8675 Adjust to pass down the expected child exit kind.
8676
97cbe998
SDJ
86772017-12-01 Joel Brobecker <brobecker@adacore.com>
8678 Sergio Durigan Junior <sergiodj@redhat.com>
8679 Pedro Alves <palves@redhat.com>
8680
8681 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8682
40fc416f
SDJ
86832017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8684
8685 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8686 to 'symbol-file' and 'add-symbol-file' can be
8687 position-independent.
8688
1cc75e92
YQ
86892017-12-01 Yao Qi <yao.qi@linaro.org>
8690
8691 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8692 the URL in copyright header.
8693 * gdb.arch/aarch64-fp.exp: Likewise.
8694 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8695 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8696 * gdb.base/expand-psymtabs.exp: Likewise.
8697 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8698 * gdb.fortran/common-block.exp: Likewise.
8699 * gdb.fortran/common-block.f90: Likewise.
8700 * gdb.fortran/logical.exp: Likewise.
8701 * gdb.fortran/vla-datatypes.f90: Likewise.
8702 * gdb.fortran/vla-sub.f90: Likewise.
8703
875fb7a7
JB
87042017-11-30 Joel Brobecker <brobecker@adacore.com>
8705
8706 * gdb.ada/repeat_dyn: New testcase.
8707
6f14765f
UW
87082017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8709
8710 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8711 Update for changed thread numbering.
8712 * gdb.cell/bt.exp: Update for changed GDB output.
8713
f1af7b94
SM
87142017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8715
8716 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8717 setting isremote by hand.
8718 * boards/dwarf4-gdb-index.exp: Likewise.
8719 * boards/fission.exp: Likewise.
8720 * boards/stabs.exp: Likewise.
8721
e3919f3e
PA
87222017-11-30 Pedro Alves <palves@redhat.com>
8723
8724 * gdb.linespec/cpls-ops.exp
8725 (check_explicit_skips_function_argument): Extract the underlying
8726 type of size_t instead of hardcoding it.
8727
bd69330d
PA
87282017-11-29 Pedro Alves <palves@redhat.com>
8729
8730 PR c++/19436
8731 * gdb.linespec/cpls-abi-tag.cc: New file.
8732 * gdb.linespec/cpls-abi-tag.exp: New file.
8733
a20714ff
PA
87342017-11-29 Pedro Alves <palves@redhat.com>
8735
8736 * gdb.base/langs.exp: Use -qualified.
8737 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8738 it.
8739 * gdb.cp/namespace.exp: Use -qualified.
8740 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8741 (overload-3, template-overload, template-ret-type, const-overload)
8742 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8743 procedures.
8744 (test_driver): Call them.
8745 * gdb.cp/save-bp-qualified.cc: New.
8746 * gdb.cp/save-bp-qualified.exp: New.
8747 * gdb.linespec/explicit.exp: Test -qualified.
8748 * lib/completion-support.exp (completion::explicit_opts_list): Add
8749 "-qualified".
8750 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8751
f6f1d339
PM
87522017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8753
8754 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8755
02ca603a
TT
87562017-11-29 Tom Tromey <tom@tromey.com>
8757
8758 * gdb.base/relocate.exp: Update invalid argument test.
8759 Add new tests for invalid arguments.
8760
ed6c0bfb
TP
87612017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8762
8763 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8764 Return 0 as a long.
8765 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8766
f106e10e
TP
87672017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8768
8769 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8770 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8771 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8772 func ().
8773 * gdb.cp/shadow.cc (B.func): Return 0.
8774
10329bb2
JB
87752017-11-27 Joel Brobecker <brobecker@adacore.com>
8776
8777 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8778 expected output in gdb_expect call to allow the exception
8779 message to be present as well. Fix syntax confusion to avoid
8780 TCL thinking that exception_name is an array.
8781
617cd4bc
UW
87822017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8783
8784 * gdb.arch/spu-info.c: Include <unistd.h>.
8785 (do_signal_test): Fix broken calls to write.
8786 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8787 Fix checks for empty mailboxes. Update signal tests for corrected
8788 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
8789 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8790 * gdb.cell/arch.exp: Use standard_output_file.
8791 * gdb.cell/break.exp: Likewise.
8792 * gdb.cell/bt.exp: Likewise.
8793 * gdb.cell/core.exp: Likewise.
8794 * gdb.cell/dwarfaddr.exp: Likewise.
8795 * gdb.cell/ea-cache.exp: Likewise.
8796 * gdb.cell/ea-standalone.exp: Likewise.
8797 * gdb.cell/f-regs.exp: Likewise.
8798 * gdb.cell/fork.exp: Likewise.
8799 * gdb.cell/gcore.exp: Likewise.
8800 * gdb.cell/mem-access.exp: Likewise.
8801 * gdb.cell/ptype.exp: Likewise.
8802 * gdb.cell/registers.exp: Likewise.
8803 * gdb.cell/sizeof.exp: Likewise.
8804 * gdb.cell/solib-symbol.exp: Likewise.
8805 * gdb.cell/solib.exp: Likewise.
617cd4bc 8806
a81aaca0
PA
88072017-11-25 Pedro Alves <palves@redhat.com>
8808
8809 * gdb.base/complete-empty.exp: New file.
8810 * gdb.base/completion.exp: Adjust.
8811
6a3c6ee4
PA
88122017-11-25 Pedro Alves <palves@redhat.com>
8813
8814 * gdb.linespec/cpls-ops.cc: New file.
8815 * gdb.linespec/cpls-ops.exp: New file.
8816 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8817 factored out from ...
8818 (test_complete_prefix_range): ... this.
8819
8955eb2d
PA
88202017-11-24 Pedro Alves <palves@redhat.com>
8821
8822 * gdb.linespec/cpcompletion.exp: New file.
8823 * gdb.linespec/cpls-hyphen.cc: New file.
8824 * gdb.linespec/cpls.cc: New file.
8825 * gdb.linespec/cpls2.cc: New file.
8826 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8827 test to use test_gdb_complete_unique. Add label completion,
8828 keyword completion and explicit location completion tests.
8829 * lib/completion-support.exp: New file.
8830
e547c119
JB
88312017-11-24 Joel Brobecker <brobecker@adacore.com>
8832
8833 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8834 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8835 when hitting an exception catchpoint.
8836
7c3c1aa8
YQ
88372017-11-22 Yao Qi <yao.qi@linaro.org>
8838
8839 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8840
41bd68f5
SM
88412017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8842
8843 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8844 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8845 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8846
1daad298
YQ
88472017-11-22 Yao Qi <yao.qi@linaro.org>
8848
8849 * gdb.base/info-os.exp: Pass pthreads.
8850 * gdb.multi/multi-attach.exp: Likewise.
8851
88465e87
YQ
88522017-11-22 Yao Qi <yao.qi@linaro.org>
8853
8854 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8855 compiler.
8856
dc196b23
YQ
88572017-11-22 Yao Qi <yao.qi@linaro.org>
8858
8859 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8860 * gdb.base/break-interp.exp: Likewise.
8861 * gdb.base/jit-attach-pie.exp: Likewise.
8862
2400729e
UW
88632017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8864
8865 * gdb.base/float128.c (large128): New variable.
8866 * gdb.base/float128.exp: Add test to print largest __float128 value.
8867
7a26362d
UW
88682017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8869
8870 * gdb.arch/vsx-regs.exp: Update register content checks.
8871
ed0f4273
UW
88722017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8873
8874 * gdb.arch/ppc-longdouble.exp: New file.
8875 * gdb.arch/ppc-longdouble.c: Likewise.
8876
a25d69c6
PA
88772017-11-21 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8880
73fcf641
PA
88812017-11-20 Pedro Alves <palves@redhat.com>
8882
8883 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8884 (long_double_typedef): New typedefs.
8885 Use DEF on double and long double.
8886 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8887 cases.
8888 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8889 and 'long_double_ptr_same_size' locals. Use them to decide
8890 whether cast from array/function to float is valid/invalid.
8891
71a3c369
TT
88922017-11-17 Tom Tromey <tom@tromey.com>
8893
8894 * gdb.rust/traits.rs: New file.
8895 * gdb.rust/traits.exp: New file.
8896
ced9779b
JB
88972017-11-17 Joel Brobecker <brobecker@adacore.com>
8898
8899 * gdb.ada/minsyms: New testcase.
8900
a0922d80
PA
89012017-11-16 Pedro Alves <palves@redhat.com>
8902
8903 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8904 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8905
ea04e54c
PA
89062017-11-16 Pedro Alves <palves@redhat.com>
8907
8908 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8909 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8910
e849ea89
PA
89112017-11-16 Pedro Alves <palves@redhat.com>
8912
8913 * gdb.server/reconnect-ctrl-c.c: New file.
8914 * gdb.server/reconnect-ctrl-c.exp: New file.
8915
d8ae99a7
PM
89162017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8917
8918 * gdb.python/py-rbreak.exp: New file.
8919 * gdb.python/py-rbreak.c: New file.
8920 * gdb.python/py-rbreak-func2.c: New file.
8921
968a13f8
PA
89222017-11-16 Pedro Alves <palves@redhat.com>
8923
8924 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8925 pattern.
8926 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8927 GDB.
8928
71774bc9
SM
89292017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8930
8931 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8932 regex.
8933
ddbb44cf
SM
89342017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8935
8936 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8937 test names.
8938
584a564f
PA
89392017-11-09 Pedro Alves <palves@redhat.com>
8940
8941 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8942 factored out from ...
8943 (top level): ... here, and adjusted to avoid expecting beyond the
8944 prompt in a single gdb_test_multiple.
8945
5ed7a928
PA
89462017-11-09 Pedro Alves <palves@redhat.com>
8947
8948 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8949 output.
8950 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8951 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8952 * gdb.server/ext-run.exp ("kill" test): Likewise.
8953 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8954
a60e0738
PA
89552017-11-09 Pedro Alves <palves@redhat.com>
8956
8957 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8958 match till end of line.
8959
2c88253f
PA
89602017-11-09 Pedro Alves <palves@redhat.com>
8961
8962 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8963
c7a38517
PA
89642017-11-09 Pedro Alves <palves@redhat.com>
8965
8966 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8967 New procedures, factored out from ...
8968 (top level): ... here, and adjusted to avoid expecting beyond the
8969 prompt in one go.
8970
f29f4b6b
PA
89712017-11-09 Pedro Alves <palves@redhat.com>
8972
8973 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8974 output. Fix '?' match.
8975
286acbb5
JB
89762017-11-08 Joel Brobecker <brobecker@adacore.com>
8977
8978 * gdb.ada/scoped_watch: New testcase.
8979 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8980 which is actually correct.
8981 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8982 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8983
62d7ae92
PA
89842017-11-08 Pedro Alves <palves@redhat.com>
8985
8986 * gdb.gdb/complaints.exp (test_initial_complaints)
8987 (test_serial_complaints, test_short_complaints): Call
8988 complaint_internal instead of complaint.
8989
280ca31f
DT
89902017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8991
8992 * gdb.threads/tls-core.c: New file.
8993 * gdb.threads/tls-core.exp: Likewise.
8994
b5ec771e
PA
89952017-11-08 Pedro Alves <palves@redhat.com>
8996
8997 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8998 (p Exported_Capitalized): New test.
8999 (p exported_capitalized): New test.
9000
a02b41a7
PA
90012017-11-07 Pedro Alves <palves@redhat.com>
9002
9003 * gdb.cp/ena-dis-br-range.exp: Add more tests.
9004
95e95a6d
PA
90052017-11-07 Pedro Alves <palves@redhat.com>
9006
9007 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
9008 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
9009 (disable_invalid, disable_inverted, disable_negative): New
9010 procedures.
9011 ("bad numbers"): New set of tests.
9012
cee62dbd
PA
90132017-11-07 Pedro Alves <palves@redhat.com>
9014
9015 * gdb.cp/ena-dis-br-range.exp: Add tests.
9016
cc638e86
PA
90172017-11-07 Pedro Alves <palves@redhat.com>
9018
9019 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
9020
d0fe4701
XR
90212017-11-07 Xavier Roirand <roirand@adacore.com>
9022 Pedro Alves <palves@redhat.com>
9023
9024 * gdb.base/ena-dis-br.exp: Add reference to
9025 gdb.cp/ena-dis-br-range.exp.
9026 * gdb.cp/ena-dis-br-range.exp: New file.
9027 * gdb.cp/ena-dis-br-range.cc: New file.
9028
46f67f80
PA
90292017-11-06 Pedro Alves <palves@redhat.com>
9030
9031 * gdb.base/attach-non-pgrp-leader.c: New.
9032 * gdb.base/attach-non-pgrp-leader.exp: New.
9033
726e1356
PA
90342017-11-06 Pedro Alves <palves@redhat.com>
9035
9036 * configure.ac: No longer check for termio.h and sgtty.h.
9037 * configure: Regenerate.
9038 * remote-utils.c: Include termios.h instead of gdb_termios.h.
9039 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
9040 Remove termio and sgtty code.
9041
50ab6ace
YQ
90422017-11-03 Yao Qi <yao.qi@linaro.org>
9043
9044 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
9045 in GDB is disabled.
9046
8e68731c
YQ
90472017-11-03 Yao Qi <yao.qi@linaro.org>
9048
9049 * gdb.python/py-thrhandle.exp: Skip it if python is not
9050 enabled.
9051
3a87ae65
SM
90522017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
9053
9054 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
9055 as a breakpoint command.
9056
484d8d36
MD
90572017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
9058
9059 PR python/21213
9060 * gdb.python/py-infthread.exp: Test calling
9061 InferiorThread.inferior () multiple times in a row.
9062
4a27f119
KS
90632017-10-27 Keith Seitz <keiths@redhat.com>
9064
9065 * gdb.opt/inline-break.exp (break_info_1): New procedure.
9066 Test "info break" for every inlined function breakpoint.
9067
bb11dd58
YQ
90682017-10-27 Yao Qi <yao.qi@linaro.org>
9069
9070 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
9071
a43f3893
PF
90722017-10-26 Patrick Frants <osscontribute@gmail.com>
9073
9074 * gdb.cp/classes.exp (test_static_members): Test printing
9075 Outer::instance.
9076 * gdb.cp/classes.c (struct Inner, struct Outer): New.
9077 (Inner::instance, Outer::instance): New.
9078
792ccf00
PA
90792017-10-24 Pedro Alves <palves@redhat.com>
9080
9081 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
9082 extra console" test in two stages.
9083
eb2bfbad
PA
90842017-10-24 Pedro Alves <palves@redhat.com>
9085
9086 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
9087
1f75a651
PA
90882017-10-24 Pedro Alves <palves@redhat.com>
9089
9090 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
9091 loop.
9092
779990d9
PA
90932017-10-24 Pedro Alves <palves@redhat.com>
9094
9095 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
9096 $attempt" and "stoppedtry $stoppedtry" test prefixes.
9097
ad9b8f5d
PA
90982017-10-24 Pedro Alves <palves@redhat.com>
9099
9100 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
9101 parameter and handle it. Don't output read value in test name.
9102
fee6da6e
PA
91032017-10-24 Pedro Alves <palves@redhat.com>
9104
9105 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
9106 custom test name.
9107
10389c2c
PA
91082017-10-24 Pedro Alves <palves@redhat.com>
9109
9110 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
9111 include the unstable output directory name in the test's name.
9112 (initial_setup_simple) <'set args'>: Use custom test name.
9113
a80e65a9
PA
91142017-10-24 Pedro Alves <palves@redhat.com>
9115
9116 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
9117 with explicit test name.
9118
15763a09
PA
91192017-10-20 Pedro Alves <palves@redhat.com>
9120
9121 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
9122 'wait -i'. Use gdb_assert and remote_close.
9123
49a4ce2e
AB
91242017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
9125
9126 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
9127 number from variable rather than hard-coded.
9128
a75868f5
PA
91292017-10-19 Pedro Alves <palves@redhat.com>
9130
9131 * gdb.base/long-inferior-output.c: New file.
9132 * gdb.base/long-inferior-output.exp: New file.
9133
c8ba13ad
KS
91342017-11-18 Keith Seitz <keiths@redhat.com>
9135
9136 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
9137 method.
9138 (main): Call it.
9139 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
9140 Add additional user-defined conversion operator tests.
9141
b27de576
PA
91422017-10-17 Pedro Alves <palves@redhat.com>
9143
9144 * boards/native-stdio-gdbserver.exp: Load "local-board".
9145
8484c955
PA
91462017-10-17 Pedro Alves <palves@redhat.com>
9147
9148 * gdb.base/quit-live.c: New file.
9149 * gdb.base/quit-live.exp: New file.
9150
83d5a34d
KS
91512017-10-16 Keith Seitz <keiths@redhat.com>
9152
9153 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9154 (class_with_protected_typedef, class_with_private_typedef)
9155 (struct_with_public_typedef, struct_with_protected_typedef)
9156 (struct_with_private_typedef): New classes/structs.
9157 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9158 typedefs and access specifiers.
9159
739b3f1d
PA
91602017-10-16 Pedro Alves <palves@redhat.com>
9161 Simon Marchi <simon.marchi@polymtl.ca>
9162
9163 * README (Local vs Remote vs Native): New section.
9164 * boards/local-board.exp: New file, with bits factored out from
9165 ...
9166 * boards/native-extended-gdbserver.exp: ... here. Load
9167 "local-board".
9168 * boards/native-gdbserver.exp: Load "local-board".
9169 (${board}_spawn, ${board}_exec): Delete.
9170 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9171 ...
9172 * boards/stdio-gdbserver-base.exp: ... this new file.
9173 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9174 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9175 procedure.
9176 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9177 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9178 stdio_gdbserver_command.
9179 (${board}_get_remote_address, ${board}_get_comm_port)
9180 (${board}_download, ${board}_upload): Delete.
9181 (get_target_remote_pipe_cmd): New.
9182
fe68b953
SM
91832017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9184
9185 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9186 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9187 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9188 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9189 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9190 remove with_test_prefix.
9191
300b6685
PA
91922017-10-13 Pedro Alves <palves@redhat.com>
9193
9194 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9195 * gdb.base/annota1.exp: Use it instead of is_remote.
9196 * gdb.base/annota3.exp: Use it instead of is_remote.
9197 * gdb.cp/annota2.exp: Use it instead of is_remote.
9198 * gdb.cp/annota3.exp: Use it instead of is_remote.
9199 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9200
50500caf
PA
92012017-10-13 Pedro Alves <palves@redhat.com>
9202
9203 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9204 (test_num_test_vars, run_and_count_vars, find_env)
9205 (test_set_unset_env, test_inherit_env_var): New procedures.
9206 (top level): Use them.
9207
dad0c6d2
PA
92082017-10-13 Pedro Alves <palves@redhat.com>
9209
9210 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9211 also skip on stub-like targets.
9212
8b0553c1
PA
92132017-10-13 Pedro Alves <palves@redhat.com>
9214
9215 PR gdb/22293
9216 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9217 (top level): Move some tests to ...
9218 (test_not_found): ... this new procedure.
9219 (top level): Call it.
9220
7594f623
PA
92212017-10-13 Pedro Alves <palves@redhat.com>
9222
9223 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9224 expect different "info terminal" output if testing with a
9225 non-native target.
9226
ebe3b402
PA
92272017-10-13 Pedro Alves <palves@redhat.com>
9228 Simon Marchi <simon.marchi@polymtl.ca>
9229
9230 PR python/12966
9231 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9232
42f1b161
PA
92332017-10-13 Pedro Alves <palves@redhat.com>
9234
9235 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9236 already.
9237
8d6ef72b
PA
92382017-10-13 Pedro Alves <palves@redhat.com>
9239
9240 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9241 is_remote.
9242
d7bcd5b8
PA
92432017-10-13 Pedro Alves <palves@redhat.com>
9244
9245 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9246 is_remote.
9247
df479dc6
PA
92482017-10-13 Pedro Alves <palves@redhat.com>
9249
9250 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9251 is set.
9252 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9253 instead of is_remote.
9254
23fb630a
PA
92552017-10-13 Pedro Alves <palves@redhat.com>
9256
9257 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9258 (top level): Add comment.
9259
cc77b1dc
PA
92602017-10-13 Pedro Alves <palves@redhat.com>
9261
9262 * gdb.base/remote.exp (top level): Fix comment typo and add
9263 missing return.
9264
27c9e813
PA
92652017-10-13 Pedro Alves <palves@redhat.com>
9266 Simon Marchi <simon.marchi@polymtl.ca>
9267
9268 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9269 calls and add comments. Skip test if use_gdb_stub is set.
9270 (top level): Use "set cwd" command instead of "cd" command.
9271
5e830d98
PA
92722017-10-13 Pedro Alves <palves@redhat.com>
9273
9274 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9275 is_remote target check.
9276
f5ca0032
PA
92772017-10-13 Pedro Alves <palves@redhat.com>
9278
9279 * gdb.base/scope.exp: Use build_executable + clean_restart +
9280 gdb_file_cmd instead of prepare_for_testing and no longer skip
9281 "before run" tests on is_remote target boards. Update comments.
9282 * boards/native-extended-gdbserver.exp
9283 (extended_gdbserver_load_last_file): New, factored out from ...
9284 (gdb_load): ... this. Move further below and add comment.
9285 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9286
8aed1c0d
PA
92872017-10-12 Pedro Alves <palves@redhat.com>
9288
9289 * gdb.base/attach.exp: Remove references to gdb64.
9290 * gdb.base/dbx.exp: Remove references to gdb64.
9291
cfa34c87
SM
92922017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9293 Pedro Alves <palves@redhat.com>
9294
9295 * gdb.base/label.exp: Remove is_remote target check.
9296
9192b7de
PA
92972017-10-12 Pedro Alves <palves@redhat.com>
9298
9299 * gdb.base/auvx.exp (coredir): Update comment.
9300 (top level) <core_works>: Use "set cwd" command instead of "cd"
9301 command.
9302
6bf0052d
PA
93032017-10-12 Pedro Alves <palves@redhat.com>
9304 Simon Marchi <simon.marchi@polymtl.ca>
9305
9306 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9307 target boards.
9308
e48ef82d
PA
93092017-10-12 Pedro Alves <palves@redhat.com>
9310 Simon Marchi <simon.marchi@polymtl.ca>
9311
9312 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9313 Instead skip if there's any gdb_protocol set.
9314
8d7aea57
SM
93152017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9316 Pedro Alves <palves@redhat.com>
9317
9318 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9319
30440677
PA
93202017-10-12 Pedro Alves <palves@redhat.com>
9321 Simon Marchi <simon.marchi@polymtl.ca>
9322
9323 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9324 instead of on dejagnu remote boards.
9325
4e04f045 93262017-10-12 Pedro Alves <palves@redhat.com>
175654b9 9327 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
9328
9329 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9330 checks. Use build_executable + clean_restart instead of
9331 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9332 of enabling non-stop after starting gdb.
9333
871a186e
PA
93342017-10-12 Pedro Alves <palves@redhat.com>
9335
9336 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9337 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9338 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9339 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9340
56d704da
AK
93412017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9342
9343 * gdb.arch/arc-tdesc-cpu.exp: New file.
9344 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9345
2f20e312
SM
93462017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9347
9348 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9349
65630365
PA
93502017-10-10 Pedro Alves <palves@redhat.com>
9351
9352 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9353 expect CLI output.
9354
bf469271
PA
93552017-10-10 Pedro Alves <palves@redhat.com>
9356
9357 * lib/selftest-support.exp (selftest_setup): Update for
9358 captured_command_loop's prototype change.
9359
777a42f1
PA
93602017-10-09 Pedro Alves <palves@redhat.com>
9361
9362 Test both arch1=>arch2 and arch2=>arch1.
9363
9364 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9365 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9366 factored out to...
9367 (append_arch1_options, append_arch2_options, append_arch_options)
9368 (build_executables): New procedures.
9369 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9370 local.
9371 (top level): Add new 'first_arch' testing axis.
9372
cbd2b4e3
PA
93732017-10-09 Pedro Alves <palves@redhat.com>
9374
9375 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9376 (barrier): New.
9377 (thread_start, all_started): New functions.
9378 (main): Spawn new thread and wait until it is scheduled.
9379 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9380 option.
9381 (do_test): Add 'selected_thread' parameter. Run to all_started
9382 instead of main. Explicitly set the breakpoint at main. Switch
9383 to the SELECTED_THREAD thread.
9384 (top level): Test handling the exec event with either the main
9385 thread or the second thread selected.
9386
5c9e4427
PA
93872017-10-09 Pedro Alves <palves@redhat.com>
9388
9389 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9390 logic. Move STOP marker after the value checks.
9391 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9392 regexp.
9393
b3b7c423
SL
93942017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9395
9396 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9397
3b4b2f16
UW
93982017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9399
9400 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9401 integer-to-dfp conversion.
9402 * gdb.base/dfp-test.exp: Likewise.
9403
5cd63fda
PA
94042017-10-04 Pedro Alves <palves@redhat.com>
9405
9406 * gdb.multi/hangout.c: Include <unistd.h>.
9407 (hangout_loop): New function.
9408 (main): Call alarm. Call hangout_loop in a loop.
9409 * gdb.multi/hello.c: Include <unistd.h>.
9410 (hello_loop): New function.
9411 (main): Call alarm. Call hangout_loop in a loop.
9412 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9413 inferior with the other selected.
9414
4c71c105
SM
94152017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9416
9417 * gdb.mi/list-thread-groups-available.exp: New file.
9418 * gdb.mi/list-thread-groups-available.c: New file.
9419
bc3b087d
SDJ
94202017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9421
9422 * gdb.base/set-cwd.exp: Make it available on
9423 native-extended-gdbserver.
9424
d092c5a2
SDJ
94252017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9426
9427 * gdb.base/set-cwd.c: New file.
9428 * gdb.base/set-cwd.exp: Likewise.
9429
45320ffa
TT
94302017-10-02 Tom Tromey <tom@tromey.com>
9431
9432 PR rust/22236:
9433 * gdb.rust/simple.rs (main): New variable "fslice".
9434 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9435
b3e3859b
TT
94362017-10-02 Tom Tromey <tom@tromey.com>
9437
9438 * gdb.rust/simple.exp: Test ptype of a slice.
9439
01af5e0d
TT
94402017-10-02 Tom Tromey <tom@tromey.com>
9441
9442 * gdb.rust/simple.exp: Test index of slice.
9443
a9bbfbd8
TT
94442017-09-27 Tom Tromey <tom@tromey.com>
9445
9446 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9447
df8899e5
TP
94482017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9449 Pedro Alves <palves@redhat.com>
9450
9451 * gdb.base/compare-sections.exp (get value of read-only section): Read
9452 as unsigned value.
9453 (corrupt read-only section): Likewise and don't set written if patching
9454 failed.
9455
757bf54b
KB
94562017-09-21 Kevin Buettner <kevinb@redhat.com>
9457
9458 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9459 files.
9460
06871ae8
PA
94612017-09-20 Pedro Alves <palves@redhat.com>
9462
9463 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9464 symbol names in gdb's output.
9465 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9466
e5f25bc5
PA
94672017-09-20 Pedro Alves <palves@redhat.com>
9468
9469 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9470 Rename to ...
9471 (test_list_ambiguous_symbol): ... this and add a symbol name
9472 parameter. Adjust.
9473 (test_list_ambiguous_function): Reimplement on top of
9474 test_list_ambiguous_symbol and also test listing ambiguous
9475 variables.
9476 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9477 (ambiguous_fun): ... this.
9478 (ambiguous_var): New.
9479 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9480 (ambiguous_fun): ... this.
9481 (ambiguous_var): New.
9482
4e5a4f58
JB
94832017-09-19 John Baldwin <jhb@FreeBSD.org>
9484
9485 * gdb.base/starti.c: New file.
9486 * gdb.base/starti.exp: New file.
9487 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9488
26e53f3e
PA
94892017-09-14 Pedro Alves <palves@redhat.com>
9490
9491 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9492 (top level): Use it instead of runto.
9493
cb791d59
TT
94942017-09-11 Tom Tromey <tom@tromey.com>
9495
9496 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9497
7c96f8c1
TT
94982017-09-11 Tom Tromey <tom@tromey.com>
9499
9500 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9501 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9502
469412dd
CW
95032017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9504
9505 * gdb.fortran/printing-types.exp: New file.
9506 * gdb.fortran/printing-types.exp: New file.
9507
e0f86435
BH
95082017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9509
9510 * gdb.fortran/vla-ptype.exp: Fix typos.
9511 * gdb.fortran/vla-value.exp: Same.
9512
9e9af4be
BH
95132017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9514
9515 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9516 * gdb.mi/mi-var-child-f.exp: Likewise.
9517 * gdb.mi/mi-vla-fortran.exp: Likewise.
9518
a5ad232b 95192017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
9520 Christoph Weinmann <christoph.t.weinmann@intel.com>
9521 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
9522
9523 * gdb.fortran/ptr-indentation.f90: New file.
9524 * gdb.fortran/ptr-indentation.exp: New file.
9525
5aec60eb
TT
95262017-09-05 Tom Tromey <tom@tromey.com>
9527
9528 PR gdb/22010:
9529 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9530
8f8f8152
TP
95312017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9532
9533 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9534
fbd1b771
JK
95352017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9536
9537 * gdb.threads/tls-nodebug-pie.c: New file.
9538 * gdb.threads/tls-nodebug-pie.exp: New file.
9539
5eb5f850
TT
95402017-09-05 Tom Tromey <tom@tromey.com>
9541
9542 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9543 for rust.
9544
ae780a21
SM
95452017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9546
9547 * gdb.multi/multi-arch-exec.exp: Test with different
9548 "follow-exec-mode" settings.
9549 (do_test): New procedure.
9550
3693fdb3
PA
95512017-09-04 Pedro Alves <palves@redhat.com>
9552
9553 * gdb.base/func-static.c (S::method const, S::method volatile)
9554 (S::method volatile const): New methods.
9555 (c_s, v_s, cv_s): New instances.
9556 (main): Call method() on them.
9557 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9558 (cannot_resolve): New procedure.
9559 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9560 print-quote-unquoted columns.
9561 (do_test): Test printing each scope too.
9562
e68cb8e0
PA
95632017-09-04 Pedro Alves <palves@redhat.com>
9564
9565 * gdb.base/local-static.exp: Also test with
9566 class::method::variable wholly quoted.
9567 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9568
858be34c
PA
95692017-09-04 Pedro Alves <palves@redhat.com>
9570
9571 * gdb.base/local-static.c: New.
9572 * gdb.base/local-static.cc: New.
9573 * gdb.base/local-static.exp: New.
9574
46a4882b
PA
95752017-09-04 Pedro Alves <palves@redhat.com>
9576
9577 * gdb.asm/asm-source.exp: Add casts to int.
9578 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9579 (dataglobal64_1, dataglobal64_2): New globals.
9580 * gdb.base/nodebug.exp: Test different expressions involving the
9581 new globals, with print, whatis and ptype. Add casts to int.
9582 * gdb.base/solib-display.exp: Add casts to int.
9583 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9584 * gdb.cp/m-static.exp: Add cast to int.
9585 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9586 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9587 tls variable with no debug info without a cast. Test with a cast
9588 to int too.
9589 * gdb.trace/entry-values.exp: Add casts.
9590
2c5a2be1
PA
95912017-09-04 Pedro Alves <palves@redhat.com>
9592
9593 * gdb.base/nodebug.exp: Test that ptype's error about functions
9594 with unknown return type includes the function name too.
9595
7022349d
PA
95962017-09-04 Pedro Alves <palves@redhat.com>
9597
9598 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9599 return type of munmap in infcall.
9600 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9601 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9602 type of ftell in infcall.
9603 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9604 type of getpid in infcall.
9605 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9606 infcall.
9607 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9608 Bail on failure to extract the pid.
9609 * gdb.base/nodebug.c: #include <stdint.h>.
9610 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9611 New functions.
9612 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9613 Change expected output of print/whatis/ptype with functions with
9614 no debug info. Test all supported languages. Call
9615 test_call_promotion.
9616 * gdb.compile/compile.exp: Adjust expected output to expect
9617 warning.
9618 * gdb.threads/siginfo-threads.exp: Likewise.
9619
54990598
PA
96202017-09-04 Pedro Alves <palves@redhat.com>
9621
9622 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9623 "prototypes". Test calling float functions via prototyped and
9624 unprototyped function pointers.
9625 (perform_all_tests): New parameter "prototypes". Pass it down.
9626 (top level): Pass down "prototypes" parameter to
9627 perform_all_tests.
9628
34d16ea2
SM
96292017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9630
9631 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9632 Test with nested loops.
9633
9521ecda
SM
96342017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9635
9636 * gdb.base/commands.exp: Call the new procedures.
9637 (loop_break_test, loop_continue_test): New procedures.
9638
80a65e9b
SM
96392017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9640
9641 * gdb.base/commands.exp: Call new procedure.
9642 (define_if_without_arg_test): New procedure.
9643
e439fa14
PA
96442017-09-04 Pedro Alves <palves@redhat.com>
9645
9646 * gdb.base/list-ambiguous.exp: New file.
9647 * gdb.base/list-ambiguous0.c: New file.
9648 * gdb.base/list-ambiguous1.c: New file.
9649 * gdb.base/list.exp (test_list_range): Adjust expected output.
9650
0a2dde4a
SDJ
96512017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9652
9653 * gdb.base/share-env-with-gdbserver.c: New file.
9654 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9655
5e89eb3a
SM
96562017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9657
9658 * gdb.base/commands.exp (gdbvar_simple_if_test,
9659 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9660 progvar_simple_if_test, progvar_simple_while_test,
9661 progvar_complex_if_while_test, user_defined_command_test,
9662 user_defined_command_args_eval,
9663 user_defined_command_args_stack_test,
9664 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9665 temporary_breakpoint_commands,
9666 gdb_test_no_prompt, redefine_hook_test,
9667 redefine_backtrace_test): Remove "global gdb_prompt".
9668
fd437cbc
SM
96692017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9670
9671 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9672 New proc, call it from toplevel.
9673
87215ad1
SDJ
96742017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9675
9676 PR remote/21852
9677 * gdb.server/normal.c: New file, copied from gdb.base.
9678 * gdb.server/run-without-local-binary.exp: New file.
9679
58afddc6
WP
96802017-08-07 Weimin Pan <weimin.pan@oracle.com>
9681
9682 * gdb.arch/sparc64-adi.exp: New file.
9683 * gdb.arch/sparc64-adi.c: New file.
9684
5277199a
PA
96852017-08-22 Pedro Alves <palves@redhat.com>
9686
9687 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9688 (top level): Add "list all overloads" tests.
9689
14278e1f
TT
96902017-08-22 Tom Tromey <tom@tromey.com>
9691
9692 * gdb.gdb/xfullpath.exp: Remove.
9693
bf223d3e
PA
96942017-08-21 Pedro Alves <palves@redhat.com>
9695
9696 PR gdb/19487
9697 * gdb.base/symbol-alias.c: New.
9698 * gdb.base/symbol-alias2.c: New.
9699 * gdb.base/symbol-alias.exp: New.
9700
c973d0aa
PA
97012017-08-21 Pedro Alves <palves@redhat.com>
9702
9703 * gdb.base/dfp-test.c
9704 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9705 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9706 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9707 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9708 * gdb.base/whatis-ptype-typedefs.c: New.
9709 * gdb.base/whatis-ptype-typedefs.exp: New.
9710 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9711 (an_int, an_int_type, an_int_type2): New globals.
9712 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9713 involving typedefs and cast expressions.
9714 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9715 (lookup_typedefs_function): New.
9716 (typedefs_pretty_printers_dict): New.
9717 (top level): Register lookup_typedefs_function in
9718 gdb.pretty_printers.
9719
6d580b63
YQ
97202017-08-18 Yao Qi <yao.qi@linaro.org>
9721
9722 * gdb.server/unittest.exp: New.
9723
206726fb
SDJ
97242017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9725
9726 PR gdb/21954
9727 * gdb.base/environ.exp: Add test to check if 'unset environment'
9728 works.
9729
bf0ec4c2
AA
97302017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9731
9732 * lib/gdb.exp (universal_compile_options): New caching proc.
9733 (gdb_compile): Suppress GCC's coloring of messages.
9734
d6382fff
TT
97352017-08-14 Tom Tromey <tom@tromey.com>
9736
9737 PR gdb/21675:
9738 * gdb.base/printcmds.exp (test_radices): New function.
9739 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9740 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9741 * lib/gdb.exp (get_integer_valueof): Use p/d.
9742
c2c2dd9f
SM
97432017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9744
9745 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9746 characters.
9747
fdffd6f4
TT
97482017-08-05 Tom Tromey <tom@tromey.com>
9749
9750 * gdb.rust/simple.exp: Allow String to appear in a different
9751 namespace.
9752
27d41eac
YQ
97532017-07-26 Yao Qi <yao.qi@linaro.org>
9754
9755 * gdb.gdb/unittest.exp: Invoke command
9756 "maintenance check xml-descriptions".
9757
031ed05d
AA
97582017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9759
9760 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9761 calling context.
9762 (hex128): Drop erroneous calculation of parameters.
9763
dcd27ddf
SM
97642017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9765
9766 * gdb.python/py-unwind.exp: Disable stack protection when
9767 building test file.
9768
47e77640
PA
97692017-07-20 Pedro Alves <palves@redhat.com>
9770
9771 * gdb.base/default.exp (set language): Adjust expected output.
9772
62d2a18a
PA
97732017-07-20 Pedro Alves <palves@redhat.com>
9774
9775 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9776 (test_minsym): ... this, and make static.
9777 (get_pck__foo__bar__minsym): Rename to ...
9778 (get_test_minsym): ... this.
9779 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9780 symbol names and comments.
9781 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9782 (get_test_minsym): ... this.
9783 (pck__foo__bar__minsym__2): Rename to ...
9784 (test_minsym): ... this.
9785 (main): Adjust.
9786
c45ec17c
PA
97872017-07-17 Pedro Alves <palves@redhat.com>
9788
9789 * gdb.base/completion.exp: Adjust expected output.
9790 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9791 the completer works.
9792
c6756f62
PA
97932017-07-17 Pedro Alves <palves@redhat.com>
9794
9795 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9796
5bd68487
AB
97972017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9798
9799 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9800
8880f2a9
TT
98012017-07-14 Tom Tromey <tom@tromey.com>
9802
9803 PR rust/21764:
9804 * gdb.rust/simple.exp: Add tests.
9805
65547233
TT
98062017-07-14 Tom Tromey <tom@tromey.com>
9807
9808 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9809
8f14146e
PA
98102017-07-14 Pedro Alves <palves@redhat.com>
9811
9812 * gdb.linespec/base/one/thefile.cc (z1): New function.
9813 * gdb.linespec/base/two/thefile.cc (z2): New function.
9814 * gdb.linespec/linespec.exp: Add tests.
9815
b4365d02
AB
98162017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9817
9818 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9819 to mi_create_breakpoint.
9820
5d2cbaa5
AB
98212017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9822
9823 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9824 mi_create_breakpoint.
9825
11cb5716
IB
98262017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9827
9828 * gdb.dlang/demangle.exp: Update for demangling changes.
9829
03278692
TT
98302017-07-09 Tom Tromey <tom@tromey.com>
9831
9832 * gdb.dwarf2/shortpiece.exp: New file.
9833
33c5cd75
DB
98342017-07-06 David Blaikie <dblaikie@gmail.com>
9835
9836 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9837 built from fissiont-multi-cu{1,2}.c.
9838 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9839 except putting 'main' and 'func' in separate CUs in the same DWO file.
9840 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9841 test.
9842 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9843 test.
9844
8455d262
PA
98452017-07-06 Pedro Alves <palves@redhat.com>
9846
9847 * gdb.python/py-unwind.exp: Test flushregs.
9848
dc4bde35
SDJ
98492017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9850
9851 PR cli/21688
9852 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9853 tests for alias commands and trailing whitespace.
9854
51ed89aa
SDJ
98552017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9856
9857 PR cli/21688
9858 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9859 procedure. Call it.
9860
eb17d413
PA
98612017-06-29 Pedro Alves <palves@redhat.com>
9862
9863 * gdb.base/printcmds.exp: Add tests.
9864
41664b45
DG
98652017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9866
9867 PR gdb/21337
9868 * gdb.base/reread-readsym.exp: New file.
9869 * gdb.base/reread-readsym.c: New file.
9870
75312ae3
KB
98712017-06-21 Kevin Buettner <kevinb@redhat.com>
9872
9873 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9874 subpattern.
9875
66953522
PB
98762017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9877
9878 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9879 extended mnemonic.
9880 * gdb.arch/powerpc-power9.s: Likewise.
9881
5524b525
AA
98822017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9883
9884 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9885 on 32-bit x86 targets. Exploit is_*_target macros where
9886 appropriate.
9887
03c8af18
AA
98882017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9889
9890 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9891 register pieces.
9892
3bf31011
AA
98932017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9894
9895 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9896 located in one or more DWARF pieces.
9897
805acca0
AA
98982017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9899
9900 * lib/gdb.exp (get_endianness): New proc.
9901 * gdb.arch/aarch64-fp.exp: Use it.
9902 * gdb.arch/altivec-regs.exp: Likewise.
9903 * gdb.arch/e500-regs.exp: Likewise.
9904 * gdb.arch/vsx-regs.exp: Likewise.
9905 * gdb.base/dump.exp: Likewise.
9906 * gdb.base/funcargs.exp: Likewise.
9907 * gdb.base/gnu_vector.exp: Likewise.
9908 * gdb.dwarf2/formdata16.exp: Likewise.
9909 * gdb.dwarf2/implptrpiece.exp: Likewise.
9910 * gdb.dwarf2/nonvar-access.exp: Likewise.
9911 * gdb.python/py-inferior.exp: Likewise.
9912 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9913
e9352324
AA
99142017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9915
9916 PR gdb/21226
9917 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9918 stack value pieces are taken from the LSB end.
9919
d5d1163e
AA
99202017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9921
9922 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9923 variable at nonzero offset.
9924
0567c986
AA
99252017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9926
9927 * gdb.dwarf2/var-access.c: New file.
9928 * gdb.dwarf2/var-access.exp: New test.
9929 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9930
973e9aab
TT
99312017-06-12 Tom Tromey <tom@tromey.com>
9932
9933 * gdb.dwarf2/formdata16.exp: Add tests.
9934
d9109c80
TT
99352017-06-12 Tom Tromey <tom@tromey.com>
9936
9937 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9938
30a25466
TT
99392017-06-12 Tom Tromey <tom@tromey.com>
9940
9941 PR exp/16225:
9942 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9943 * gdb.arch/vsx-regs.exp: Update tests.
9944 * gdb.arch/s390-vregs.exp (hex128): New proc.
9945 Update test.
9946 * gdb.arch/altivec-regs.exp: Update tests.
9947
aefd8b33
SDJ
99482017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9949
9950 * gdb.base/startup-with-shell.c: New file.
9951 * gdb.base/startup-with-shell.exp: Likewise.
9952
2090129c
SDJ
99532017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9954
9955 * gdb.server/non-existing-program.exp: Update regex in order to
9956 reflect the fact that gdbserver is now using fork_inferior (with a
9957 shell) to startup the inferior.
9958
8e86a419
SM
99592017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9960
9961 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9962 support function calls from GDB.
9963
e6cf65f2
TT
99642017-05-21 Tom Tromey <tom@tromey.com>
9965
9966 PR rust/21466:
9967 * gdb.rust/unsized.exp: New file.
9968 * gdb.rust/unsized.rs: New file.
9969
43cc5389
TT
99702017-05-19 Tom Tromey <tom@tromey.com>
9971
9972 PR rust/21484:
9973 * gdb.rust/watch.exp: New file.
9974 * gdb.rust/watch.rs: New file.
9975
ec8df234
TT
99762017-05-18 Tom Tromey <tom@tromey.com>
9977
9978 * gdb.rust/simple.exp: Allow Box to be qualified.
9979
3e3e7fae
TP
99802017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9981
9982 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9983
59cc050d
PA
99842017-05-18 Pedro Alves <palves@redhat.com>
9985
9986 * gdb.base/fileio.c (test_write, test_read, test_close)
9987 (test_fstat): Don't print 'ret' in the fail path.
9988
c8f6abd1
PA
99892017-05-18 Pedro Alves <palves@redhat.com>
9990
9991 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9992 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9993 (test_system, test_rename, test_unlink, test_time): Change
9994 prototypes.
9995 * gdb.base/fileio.exp (stop_msg): Adjust.
9996
d2a03b77
PA
99972017-05-18 Pedro Alves <palves@redhat.com>
9998
9999 * gdb.base/fileio.c (null_str): New global.
10000 (test_stat): Use it.
10001 * gdb.base/fileio.exp: Remove nowarnings.
10002
0d5c6999
YQ
100032017-05-17 Yao Qi <yao.qi@linaro.org>
10004
10005 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
10006
21873064
YQ
100072017-05-17 Simon Marchi <simon.marchi@ericsson.com>
10008
10009 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
10010 argument command.
10011 (top-level): Invoke test_set_inferior_tty.
10012
d512d31c
PA
100132017-05-04 Pedro Alves <palves@redhat.com>
10014
10015 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
10016 Add parens to print call for Python 3.
10017
90cef2ed
KS
100182017-05-03 Keith Seitz <keiths@redhat.com>
10019
10020 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
10021 (main): Call it.
10022
14f819c8
TW
100232017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10024
10025 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
10026 to prev and next.
10027
913aeadd
TW
100282017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10029
10030 * gdb.python/py-record-btrace.exp: Remove test for
10031 gdb.BtraceInstruction.error.
10032
a3be24ad
TW
100332017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10034
10035 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
10036
ae20e79a
TW
100372017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10038
10039 * gdb.python/py-record-btrace-threads.c: New file.
10040 * gdb.python/py-record-btrace-threads.exp: New file.
10041
45ce1b47
SDJ
100422017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
10043
10044 PR testsuite/8595
10045 * gdb.base/environ.exp: Make test available in all architectures.
10046 Move bits related to "info program" testing to
10047 gdb.base/info-program.exp. Rewrite tests to use the two new
10048 procedures mentione below.
10049 (test_set_show_env_var) New procedure.
10050 (test_set_show_env_var_equal): Likewise.
10051 * gdb.base/info-program.exp: New file.
10052
e15c3eb4
KS
100532017-04-27 Keith Seitz <keiths@redhat.com>
10054
10055 * gdb.cp/oranking.cc (test15): New function.
10056 (main): Call test15 and declare additional variables for testing.
10057 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
10058 "p foo101('abc')" tests.
10059 Add tests for cv qualifier overloads.
10060 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
10061 "lvalue reference overload" test.
10062 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
10063 "print value of f1 on Child&& in f2" test.
10064
3a3fd0fd
PA
100652017-04-19 Pedro Alves <palves@redhat.com>
10066
10067 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
10068 procedure.
10069 (top level): Call it.
10070 * lib/gdb.exp (gdb_define_cmd): New procedure.
10071
53375380
PA
100722017-04-12 Pedro Alves <palves@redhat.com>
10073
10074 PR gdb/21323
10075 * gdb.cp/wide_char_types.c: Include <wchar.h>.
10076 (wchar): New global.
10077 * gdb.cp/wide_char_types.exp (wide_char_types_program)
10078 (do_test_wide_char, wide_char_types_no_program, top level): Add
10079 wchar_t testing.
10080
53e710ac
PA
100812017-04-12 Pedro Alves <palves@redhat.com>
10082
10083 PR c++/21323
10084 * gdb.cp/wide_char_types.c: New file.
10085 * gdb.cp/wide_char_types.exp: New file.
10086
0ad9d8c7
SDJ
100872017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
10088
10089 PR gdb/21352
10090 * gdb.trace/tsv.exp: Add test for "tsave -r".
10091
b1b45502
IB
100922017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
10093
10094 * gdb.dlang/watch-loc.c: New file.
10095 * gdb.dlang/watch-loc.exp: New file.
10096
ec13808e
JK
100972017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10098
10099 * gdb.python/py-section-script.exp (sepdebug): New testcases.
10100
fe5f7374
AK
101012017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10102
10103 * gdb.arch/arc-analyze-prologue.S: New file.
10104 * gdb.arch/arc-analyze-prologue.exp: Likewise.
10105
eea78757
AK
101062017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10107
10108 * gdb.arch/arc-decode-insn.S: New file.
10109 * gdb.arch/arc-decode-insn.exp: Likewise.
10110
5badf10a
IR
101112017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
10112
10113 PR tdep/20928
10114 * gdb.arch/sparc64-regs.exp: New file.
10115 * gdb.arch/sparc64-regs.S: Likewise.
10116
cee59b3f
TW
101172017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
10118
10119 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
10120 and memory view on Python 3.
10121
c0f55cc6
AV
101222017-03-20 Artemiy Volkov <artemiyv@acm.org>
10123 Keith Seitz <keiths@redhat.com>
10124
10125 PR gdb/14441
10126 * gdb.cp/demangle.exp: Add rvalue reference tests.
10127 * gdb.cp/rvalue-ref-casts.cc: New file.
10128 * gdb.cp/rvalue-ref-casts.exp: New file.
10129 * gdb.cp/rvalue-ref-overload.cc: New file.
10130 * gdb.cp/rvalue-ref-overload.exp: New file.
10131 * gdb.cp/rvalue-ref-params.cc: New file.
10132 * gdb.cp/rvalue-ref-params.exp: New file.
10133 * gdb.cp/rvalue-ref-sizeof.cc: New file.
10134 * gdb.cp/rvalue-ref-sizeof.exp: New file.
10135 * gdb.cp/rvalue-ref-types.cc: New file.
10136 * gdb.cp/rvalue-ref-types.exp: New file.
10137 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
10138 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
10139
51457a05
MAL
101402017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10141
10142 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
10143 New procedure.
10144
5b291c04
MAL
101452017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10146
10147 * lib/mi-support.exp (mi_gdb_test): Add additional message
10148 for unexpected output.
10149
59a56148
AA
101502017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10151
10152 * gdb.base/examine-backward.c (Barrier): New character array
10153 constant, to ensure that TestStrings is preceded by a string
10154 terminator.
10155
7942e96e
AA
101562017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10157
10158 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10159 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10160 and implicit pointer into such a location.
10161
6ebac3fb
DE
101622017-03-16 Doug Evans <dje@google.com>
10163
10164 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10165
ec3b243d
TP
101662017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10167
10168 * gdb.cp/m-static.exp: Fix expectation for prototype of
10169 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
10170
101712017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
10172
10173 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10174 * gdb.guile/scm-lazy-string.c: New file.
10175 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10176 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10177 for pointer, array, typedef lazy strings.
10178
2cc36e25 101792017-03-16 Doug Evans <dje@google.com>
34b43320
DE
10180
10181 PR python/17728, python/18439, python/18779
10182 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10183 * gdb.python/py-lazy-string.c (pointer): New typedef.
10184 (main): New locals ptr, array, typedef_ptr.
10185 * gdb.python/py-value.exp: Move lazy string tests to ...
10186 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10187 array, typedef lazy strings.
ec3b243d 10188
0efcde63
AK
101892017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10190
10191 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10192 Add optional 'test' parameter.
10193
7978d7c3
SM
101942017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10195
10196 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10197 Skip for versions of DejaGnu < 1.5.
10198
896c0c1e
SM
101992017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10200
10201 * lib/gdb.exp (dejagnu_version): New proc.
10202 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10203 Use dejagnu_version.
10204
5f4d1085
KS
102052017-03-10 Keith Seitz <keiths@redhat.com>
10206
10207 PR c++/8128
10208 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10209 type from destructor regexps.
10210 Add a branch which actually passes the test.
10211 Adjust "ptype t5i" test names.
10212
1de05205
PA
102132017-03-08 Pedro Alves <palves@redhat.com>
10214
10215 * gdb.base/step-over-exit.exp: Add explicit test message.
10216
c65d6b55
PA
102172017-03-08 Pedro Alves <palves@redhat.com>
10218
10219 PR gdb/18360
10220 * gdb.threads/interrupt-while-step-over.c: New file.
10221 * gdb.threads/interrupt-while-step-over.exp: New file.
10222
2e86a283
PA
102232017-03-08 Pedro Alves <palves@redhat.com>
10224
10225 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10226 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10227
25dcbff6
PA
102282017-03-08 Pedro Alves <palves@redhat.com>
10229
10230 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10231 PKRU as not supported as a PASS.
10232
dc9366eb
PA
102332017-03-08 Pedro Alves <palves@redhat.com>
10234
10235 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10236 prefix instead of $binfile1/$binfile2.
10237 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10238 in test message.
10239 * gdb.python/py-completion.exp: Use "load python file" as test
10240 messages instead of unstable path names.
10241
6e5d74e7
PA
102422017-03-08 Pedro Alves <palves@redhat.com>
10243 Jan Kratochvil <jan.kratochvil@redhat.com>
10244
10245 PR cli/21218
10246 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10247 New proc.
10248 (top level): Call it.
10249
9753a2f6
PA
102502017-03-08 Pedro Alves <palves@redhat.com>
10251
10252 PR tui/21216
10253 * gdb.tui/tui-nl-filtered-output.exp: New file.
10254
1a4dd9dd
PA
102552017-03-08 Pedro Alves <palves@redhat.com>
10256
10257 * gdb.base/completion.exp: Move TUI completion tests to ...
10258 * gdb.tui/completion.exp: ... this new file.
10259
7cbbff33
PA
102602017-03-08 Pedro Alves <palves@redhat.com>
10261
10262 * gdb.base/tui-disasm-long-lines.c,
10263 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10264 gdb.base/tui-layout.exp: Move to ...
10265 * gdb.tui/: ... this new directory.
10266
5f6fd321
PA
102672017-03-07 Pedro Alves <palves@redhat.com>
10268
10269 * gdb.base/tui-layout.c: New file.
10270 * gdb.base/tui-layout.exp: New file.
10271
44959fa8
PA
102722017-03-07 Pedro Alves <palves@redhat.com>
10273
10274 * gdb.base/tui-layout.c: Rename to ...
10275 * gdb.base/tui-disasm-long-lines.c: ... this.
10276 * gdb.base/tui-layout.exp: Rename to ...
10277 * gdb.base/tui-disasm-long-lines.exp: ... this.
10278
f8c4e718
PA
102792017-03-07 Pedro Alves <palves@redhat.com>
10280
10281 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10282
6dbb839a 102832017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
10284
10285 * i386-mpx-call.c: New file.
10286 * i386-mpx-call.exp: New file.
10287
65b48a81
PB
102882017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10289
10290 * gdb.arch/powerpc-power.exp: Delete test.
10291 * gdb.arch/powerpc-power.s: Likewise.
10292 * gdb.disasm/disassembler-options.exp: New test.
10293 * gdb.arch/powerpc-altivec.exp: Likewise.
10294 * gdb.arch/powerpc-altivec.s: Likewise.
10295 * gdb.arch/powerpc-altivec2.exp: Likewise.
10296 * gdb.arch/powerpc-altivec2.s: Likewise.
10297 * gdb.arch/powerpc-altivec3.exp: Likewise.
10298 * gdb.arch/powerpc-altivec3.s: Likewise.
10299 * gdb.arch/powerpc-power7.exp: Likewise.
10300 * gdb.arch/powerpc-power7.s: Likewise.
10301 * gdb.arch/powerpc-power8.exp: Likewise.
10302 * gdb.arch/powerpc-power8.s: Likewise.
10303 * gdb.arch/powerpc-power9.exp: Likewise.
10304 * gdb.arch/powerpc-power9.s: Likewise.
10305 * gdb.arch/powerpc-vsx.exp: Likewise.
10306 * gdb.arch/powerpc-vsx.s: Likewise.
10307 * gdb.arch/powerpc-vsx2.exp: Likewise.
10308 * gdb.arch/powerpc-vsx2.s: Likewise.
10309 * gdb.arch/powerpc-vsx3.exp: Likewise.
10310 * gdb.arch/powerpc-vsx3.s: Likewise.
10311 * gdb.arch/arm-disassembler-options.exp: Likewise.
10312 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10313 * gdb.arch/s390-disassembler-options.exp: Likewise.
10314
17cd4947
LM
103152017-02-23 Luis Machado <lgustavo@codesourcery.com>
10316
10317 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10318 (check_supported_features): ... this. Changed return type to void.
10319 (supports_rdseed): New static global.
10320 (rdseed): Check supports_rdseed.
10321 (initialize): Call check_supported_features.
10322
2039d74e
EBM
103232017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10324
10325 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10326 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10327 and lqarx/stqcx.
10328 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10329 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10330
a51d7ecf
EBM
103312017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10332
10333 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10334 uppercase.
10335
0224619f
JK
103362017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10337
10338 * gdb.dwarf2/formdata16.c: New file.
10339 * gdb.dwarf2/formdata16.exp: New file.
10340 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10341
216f72a1
JK
103422017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10343
10344 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10345 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10346 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10347 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10348 DW_AT_GNU_*.
10349
43988095
JK
103502017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10351
10352 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10353
99e8a4f9
SDJ
103542017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10355
10356 PR gdb/21164
10357 * gdb.base/maint.exp: Add testcases for when the commands do
10358 not have arguments.
10359
b58a8c0c
TP
103602017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10361
10362 * gdb.cp/chained-calls.exp: Use p instead of P.
10363
4e746bb6
TW
103642017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10365
10366 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10367 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10368
3f77c769
TT
103692017-02-14 Tom Tromey <tom@tromey.com>
10370
10371 PR python/13598:
10372 * gdb.python/py-events.exp: Add before_prompt event tests.
10373
075beec0
AA
103742017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10375
10376 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10377
bf5f525c
LM
103782017-02-13 Luis Machado <lgustavo@codesourcery.com>
10379
10380 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10381 (main): Call my_unique_function_name.
10382 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10383 completion of patterns with a single match.
10384 Add missing -re switches to gdb_test_multiple calls.
10385
13a66184
LM
103862017-02-13 Luis Machado <lgustavo@codesourcery.com>
10387
10388 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10389 return if core file is not recognized.
10390
26a06916
SM
103912017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10392
10393 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10394 and extra UIs.
10395
b761ca9e
SM
103962017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10397
10398 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10399 proc_with_prefix.
10400
b964bee0
TT
104012017-02-10 Tom Tromey <tom@tromey.com>
10402
10403 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10404
18da0c51
MG
104052017-02-10 Martin Galvan <martingalvan@sourceware.org>
10406
10407 PR gdb/21122
10408 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10409
604c4576
JG
104102017-02-08 Jerome Guitton <guitton@adacore.com>
10411
10412 * gdb.base/define.exp: Add test for command abbreviations
10413 in define.
10414
20b477a7
LM
104152017-02-06 Luis Machado <lgustavo@codesourcery.com>
10416
10417 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10418 * gdb.reverse/insn-reverse-x86.c: New file.
10419
3f7b46f2
IR
104202017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10421
10422 PR tdep/20936
10423 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10424
f0fd41c1
TT
104252017-02-03 Tom Tromey <tom@tromey.com>
10426
10427 PR rust/21097:
10428 * gdb.rust/simple.exp: Add new tests.
10429
5be5dbf0
PA
104302017-02-02 Pedro Alves <palves@redhat.com>
10431
10432 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10433 tests.
10434
7346ef59
AA
104352017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10436
10437 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10438 taking a 2-byte value out of a 4-byte DWARF implicit value on
10439 big-endian targets.
10440 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10441 logic. Add test cases for DW_OP_implicit.
10442
787f0025
MM
104432017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10444
10445 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10446
68777c29
MM
104472017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10448
10449 * gdb.btrace/enable.exp: Call gdb_exit before
10450 skip_gdbserver_tests.
10451
0a1c7e28
MM
104522017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10453
10454 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10455 GDBFLAGS.
10456
b5ac99b0
MM
104572017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10458
10459 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10460 the test is skipped.
10461 * gdb.btrace/data.exp: Likewise.
10462 * gdb.btrace/delta.exp: Likewise.
10463 * gdb.btrace/dlopen.exp: Likewise.
10464 * gdb.btrace/enable-running.exp: Likewise.
10465 * gdb.btrace/enable.exp: Likewise.
10466 * gdb.btrace/exception.exp: Likewise.
10467 * gdb.btrace/function_call_history.exp: Likewise.
10468 * gdb.btrace/gcore.exp: Likewise.
10469 * gdb.btrace/instruction_history.exp: Likewise.
10470 * gdb.btrace/multi-thread-step.exp: Likewise.
10471 * gdb.btrace/nohist.exp: Likewise.
10472 * gdb.btrace/non-stop.exp: Likewise.
10473 * gdb.btrace/reconnect.exp: Likewise.
10474 * gdb.btrace/record_goto-step.exp: Likewise.
10475 * gdb.btrace/record_goto.exp: Likewise.
10476 * gdb.btrace/rn-dl-bind.exp: Likewise.
10477 * gdb.btrace/segv.exp: Likewise.
10478 * gdb.btrace/step.exp: Likewise.
10479 * gdb.btrace/stepi.exp: Likewise.
10480 * gdb.btrace/tailcall-only.exp: Likewise.
10481 * gdb.btrace/tailcall.exp: Likewise.
10482 * gdb.btrace/tsx.exp: Likewise.
10483 * gdb.btrace/unknown_functions.exp: Likewise.
10484 * gdb.btrace/vdso.exp: Likewise.
10485
cd4007e4
MM
104862017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10487
10488 * gdb.btrace/enable-running.c: New.
10489 * gdb.btrace/enable-running.exp: New.
10490
2735833d
WT
104912017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10492
10493 * gdb.arch/amd64-gs_base.c: New file.
10494 * gdb.arch/amd64-gs_base.exp: New file.
10495
b51e1e94
LM
104962017-01-26 Luis Machado <lgustavo@codesourcery.com>
10497
10498 * lib/memory.exp: Remove spurious empty newlines.
10499
72ca0410
SM
105002017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10501
10502 * gdb.python/py-bad-printers.exp: Load python file using "source".
10503 * gdb.python/py-events.exp: Likewise.
10504 * gdb.python/py-evsignal.exp: Likewise.
10505 * gdb.python/py-evthreads.exp: Likewise.
10506 * gdb.python/py-frame-args.exp: Likewise.
10507 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10508 * gdb.python/py-framefilter-mi.exp: Likewise.
10509 * gdb.python/py-framefilter.exp: Likewise.
10510 * gdb.python/py-mi.exp: Likewise.
10511 * gdb.python/py-pp-maint.exp: Likewise.
10512 * gdb.python/py-pp-registration.exp: Likewise.
10513 * gdb.python/py-prettyprint.exp: Likewise.
10514 (run_lang_tests): Likewise.
10515 * gdb.python/py-typeprint.exp: Likewise.
10516
e309aa65
LM
105172017-01-26 Luis Machado <lgustavo@codesourcery.com>
10518
10519 * lib/memory.exp: New file.
10520 * lib/gdb.exp: Load memory.exp.
10521 * gdb.base/memattr.exp (delete_memory): Move proc to
10522 lib/memory.exp and rename to delete_memory_regions.
10523 Replace delete_memory with delete_memory_regions.
10524 Cleanup memory regions before tests.
10525 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10526 before tests.
10527
515aff23
LM
105282017-01-26 Luis Machado <lgustavo@codesourcery.com>
10529
10530 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10531 files.
10532 (initialize): New function conditionally defined.
10533 (testcases): Move within conditional block.
10534 (main): Call initialize.
10535 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10536 of gdb.reverse/insn-reverse.c.
10537 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10538 gdb.reverse/insn-reverse.c.
10539
d8b49cf0
YQ
105402017-01-26 Yao Qi <yao.qi@linaro.org>
10541
10542 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10543 disassemble on address 0.
10544
f13a9a0c
YQ
105452017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10546 Yao Qi <yao.qi@linaro.org>
10547
10548 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10549 * gdb.dwarf2/implptr-64bit.S: Remove.
10550 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10551 variables in caller's context. Add DW_OP_implicit_value.
10552
5ac95241
YQ
105532017-01-25 Yao Qi <yao.qi@linaro.org>
10554
10555 * lib/dwarf.exp (Dwarf::_location): Handle
10556 DW_OP_GNU_implicit_pointer with proper size.
10557
23e82930
LM
105582017-01-20 Luis Machado <lgustavo@codesourcery.com>
10559
10560 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10561 and add untested calls.
10562
d334ae25
LM
105632017-01-20 Luis Machado <lgustavo@codesourcery.com>
10564
10565 * gdb.python/python.exp: Check line number against what GDB thinks
10566 the line number is for func1.
10567
f5e6296e
IB
105682017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10569
10570 * gdb.dlang/debug-expr.exp: New file.
10571
5b362f04
LM
105722016-12-23 Luis Machado <lgustavo@codesourcery.com>
10573
10574 Fix test names for the following files:
10575
10576 * gdb.ada/exec_changed.exp
10577 * gdb.ada/info_types.exp
10578 * gdb.arch/aarch64-atomic-inst.exp
10579 * gdb.arch/aarch64-fp.exp
10580 * gdb.arch/altivec-abi.exp
10581 * gdb.arch/altivec-regs.exp
10582 * gdb.arch/amd64-byte.exp
10583 * gdb.arch/amd64-disp-step.exp
10584 * gdb.arch/amd64-dword.exp
10585 * gdb.arch/amd64-entry-value-inline.exp
10586 * gdb.arch/amd64-entry-value-param.exp
10587 * gdb.arch/amd64-entry-value-paramref.exp
10588 * gdb.arch/amd64-entry-value.exp
10589 * gdb.arch/amd64-i386-address.exp
10590 * gdb.arch/amd64-invalid-stack-middle.exp
10591 * gdb.arch/amd64-invalid-stack-top.exp
10592 * gdb.arch/amd64-optimout-repeat.exp
10593 * gdb.arch/amd64-prologue-skip.exp
10594 * gdb.arch/amd64-prologue-xmm.exp
10595 * gdb.arch/amd64-stap-special-operands.exp
10596 * gdb.arch/amd64-stap-wrong-subexp.exp
10597 * gdb.arch/amd64-tailcall-cxx.exp
10598 * gdb.arch/amd64-tailcall-noret.exp
10599 * gdb.arch/amd64-tailcall-ret.exp
10600 * gdb.arch/amd64-tailcall-self.exp
10601 * gdb.arch/amd64-word.exp
10602 * gdb.arch/arm-bl-branch-dest.exp
10603 * gdb.arch/arm-disp-step.exp
10604 * gdb.arch/arm-neon.exp
10605 * gdb.arch/arm-single-step-kernel-helper.exp
10606 * gdb.arch/avr-flash-qualifier.exp
10607 * gdb.arch/disp-step-insn-reloc.exp
10608 * gdb.arch/e500-abi.exp
10609 * gdb.arch/e500-regs.exp
10610 * gdb.arch/ftrace-insn-reloc.exp
10611 * gdb.arch/i386-avx512.exp
10612 * gdb.arch/i386-bp_permanent.exp
10613 * gdb.arch/i386-byte.exp
10614 * gdb.arch/i386-cfi-notcurrent.exp
10615 * gdb.arch/i386-disp-step.exp
10616 * gdb.arch/i386-dr3-watch.exp
10617 * gdb.arch/i386-float.exp
10618 * gdb.arch/i386-gnu-cfi.exp
10619 * gdb.arch/i386-mpx-map.exp
10620 * gdb.arch/i386-mpx-sigsegv.exp
10621 * gdb.arch/i386-mpx-simple_segv.exp
10622 * gdb.arch/i386-mpx.exp
10623 * gdb.arch/i386-permbkpt.exp
10624 * gdb.arch/i386-prologue.exp
10625 * gdb.arch/i386-signal.exp
10626 * gdb.arch/i386-size-overlap.exp
10627 * gdb.arch/i386-unwind.exp
10628 * gdb.arch/i386-word.exp
10629 * gdb.arch/mips-fcr.exp
10630 * gdb.arch/powerpc-d128-regs.exp
10631 * gdb.arch/powerpc-stackless.exp
10632 * gdb.arch/ppc64-atomic-inst.exp
10633 * gdb.arch/s390-stackless.exp
10634 * gdb.arch/s390-tdbregs.exp
10635 * gdb.arch/s390-vregs.exp
10636 * gdb.arch/sparc-sysstep.exp
10637 * gdb.arch/thumb-bx-pc.exp
10638 * gdb.arch/thumb-singlestep.exp
10639 * gdb.arch/thumb2-it.exp
10640 * gdb.arch/vsx-regs.exp
10641 * gdb.asm/asm-source.exp
10642 * gdb.base/a2-run.exp
10643 * gdb.base/advance.exp
10644 * gdb.base/all-bin.exp
10645 * gdb.base/anon.exp
10646 * gdb.base/args.exp
10647 * gdb.base/arithmet.exp
10648 * gdb.base/async-shell.exp
10649 * gdb.base/async.exp
10650 * gdb.base/attach-pie-noexec.exp
10651 * gdb.base/attach-twice.exp
10652 * gdb.base/auto-load.exp
10653 * gdb.base/bang.exp
10654 * gdb.base/bitfields.exp
10655 * gdb.base/break-always.exp
10656 * gdb.base/break-caller-line.exp
10657 * gdb.base/break-entry.exp
10658 * gdb.base/break-inline.exp
10659 * gdb.base/break-on-linker-gcd-function.exp
10660 * gdb.base/break-probes.exp
10661 * gdb.base/break.exp
10662 * gdb.base/breakpoint-shadow.exp
10663 * gdb.base/call-ar-st.exp
10664 * gdb.base/call-sc.exp
10665 * gdb.base/call-signal-resume.exp
10666 * gdb.base/call-strs.exp
10667 * gdb.base/callfuncs.exp
10668 * gdb.base/catch-fork-static.exp
10669 * gdb.base/catch-gdb-caused-signals.exp
10670 * gdb.base/catch-load.exp
10671 * gdb.base/catch-signal-fork.exp
10672 * gdb.base/catch-signal.exp
10673 * gdb.base/catch-syscall.exp
10674 * gdb.base/charset.exp
10675 * gdb.base/checkpoint.exp
10676 * gdb.base/chng-syms.exp
10677 * gdb.base/code-expr.exp
10678 * gdb.base/code_elim.exp
10679 * gdb.base/commands.exp
10680 * gdb.base/completion.exp
10681 * gdb.base/complex.exp
10682 * gdb.base/cond-expr.exp
10683 * gdb.base/condbreak.exp
10684 * gdb.base/consecutive.exp
10685 * gdb.base/continue-all-already-running.exp
10686 * gdb.base/coredump-filter.exp
10687 * gdb.base/corefile.exp
10688 * gdb.base/dbx.exp
10689 * gdb.base/debug-expr.exp
10690 * gdb.base/define.exp
10691 * gdb.base/del.exp
10692 * gdb.base/disabled-location.exp
10693 * gdb.base/disasm-end-cu.exp
10694 * gdb.base/disasm-optim.exp
10695 * gdb.base/display.exp
10696 * gdb.base/duplicate-bp.exp
10697 * gdb.base/ena-dis-br.exp
10698 * gdb.base/ending-run.exp
10699 * gdb.base/enumval.exp
10700 * gdb.base/environ.exp
10701 * gdb.base/eu-strip-infcall.exp
10702 * gdb.base/eval-avoid-side-effects.exp
10703 * gdb.base/eval-skip.exp
10704 * gdb.base/exitsignal.exp
10705 * gdb.base/expand-psymtabs.exp
10706 * gdb.base/filesym.exp
10707 * gdb.base/find-unmapped.exp
10708 * gdb.base/finish.exp
10709 * gdb.base/float.exp
10710 * gdb.base/foll-exec-mode.exp
10711 * gdb.base/foll-exec.exp
10712 * gdb.base/foll-fork.exp
10713 * gdb.base/fortran-sym-case.exp
10714 * gdb.base/freebpcmd.exp
10715 * gdb.base/func-ptr.exp
10716 * gdb.base/func-ptrs.exp
10717 * gdb.base/funcargs.exp
10718 * gdb.base/gcore-buffer-overflow.exp
10719 * gdb.base/gcore-relro-pie.exp
10720 * gdb.base/gcore-relro.exp
10721 * gdb.base/gcore.exp
10722 * gdb.base/gdb1090.exp
10723 * gdb.base/gdb11530.exp
10724 * gdb.base/gdb11531.exp
10725 * gdb.base/gdb1821.exp
10726 * gdb.base/gdbindex-stabs.exp
10727 * gdb.base/gdbvars.exp
10728 * gdb.base/hbreak.exp
10729 * gdb.base/hbreak2.exp
10730 * gdb.base/included.exp
10731 * gdb.base/infcall-input.exp
10732 * gdb.base/inferior-died.exp
10733 * gdb.base/infnan.exp
10734 * gdb.base/info-macros.exp
10735 * gdb.base/info-os.exp
10736 * gdb.base/info-proc.exp
10737 * gdb.base/info-shared.exp
10738 * gdb.base/info-target.exp
10739 * gdb.base/infoline.exp
10740 * gdb.base/interp.exp
10741 * gdb.base/interrupt.exp
10742 * gdb.base/jit-reader.exp
10743 * gdb.base/jit-simple.exp
10744 * gdb.base/kill-after-signal.exp
10745 * gdb.base/kill-detach-inferiors-cmd.exp
10746 * gdb.base/label.exp
10747 * gdb.base/langs.exp
10748 * gdb.base/ldbl_e308.exp
10749 * gdb.base/line-symtabs.exp
10750 * gdb.base/linespecs.exp
10751 * gdb.base/list.exp
10752 * gdb.base/long_long.exp
10753 * gdb.base/longest-types.exp
10754 * gdb.base/maint.exp
10755 * gdb.base/max-value-size.exp
10756 * gdb.base/memattr.exp
10757 * gdb.base/mips_pro.exp
10758 * gdb.base/morestack.exp
10759 * gdb.base/moribund-step.exp
10760 * gdb.base/multi-forks.exp
10761 * gdb.base/nested-addr.exp
10762 * gdb.base/nextoverexit.exp
10763 * gdb.base/noreturn-finish.exp
10764 * gdb.base/noreturn-return.exp
10765 * gdb.base/nostdlib.exp
10766 * gdb.base/offsets.exp
10767 * gdb.base/opaque.exp
10768 * gdb.base/pc-fp.exp
10769 * gdb.base/permissions.exp
10770 * gdb.base/print-symbol-loading.exp
10771 * gdb.base/prologue-include.exp
10772 * gdb.base/psymtab.exp
10773 * gdb.base/ptype.exp
10774 * gdb.base/random-signal.exp
10775 * gdb.base/randomize.exp
10776 * gdb.base/range-stepping.exp
10777 * gdb.base/readline-ask.exp
10778 * gdb.base/recpar.exp
10779 * gdb.base/recurse.exp
10780 * gdb.base/relational.exp
10781 * gdb.base/restore.exp
10782 * gdb.base/return-nodebug.exp
10783 * gdb.base/return.exp
10784 * gdb.base/run-after-attach.exp
10785 * gdb.base/save-bp.exp
10786 * gdb.base/scope.exp
10787 * gdb.base/sect-cmd.exp
10788 * gdb.base/set-lang-auto.exp
10789 * gdb.base/set-noassign.exp
10790 * gdb.base/setvar.exp
10791 * gdb.base/sigall.exp
10792 * gdb.base/sigbpt.exp
10793 * gdb.base/siginfo-addr.exp
10794 * gdb.base/siginfo-infcall.exp
10795 * gdb.base/siginfo-obj.exp
10796 * gdb.base/siginfo.exp
10797 * gdb.base/signals-state-child.exp
10798 * gdb.base/signest.exp
10799 * gdb.base/sigstep.exp
10800 * gdb.base/sizeof.exp
10801 * gdb.base/skip.exp
10802 * gdb.base/solib-corrupted.exp
10803 * gdb.base/solib-nodir.exp
10804 * gdb.base/solib-search.exp
10805 * gdb.base/stack-checking.exp
10806 * gdb.base/stale-infcall.exp
10807 * gdb.base/stap-probe.exp
10808 * gdb.base/start.exp
10809 * gdb.base/step-break.exp
10810 * gdb.base/step-bt.exp
10811 * gdb.base/step-line.exp
10812 * gdb.base/step-over-exit.exp
10813 * gdb.base/step-over-syscall.exp
10814 * gdb.base/step-resume-infcall.exp
10815 * gdb.base/step-test.exp
10816 * gdb.base/store.exp
10817 * gdb.base/structs3.exp
10818 * gdb.base/sym-file.exp
10819 * gdb.base/symbol-without-target_section.exp
10820 * gdb.base/term.exp
10821 * gdb.base/testenv.exp
10822 * gdb.base/ui-redirect.exp
10823 * gdb.base/until.exp
10824 * gdb.base/unwindonsignal.exp
10825 * gdb.base/value-double-free.exp
10826 * gdb.base/vla-datatypes.exp
10827 * gdb.base/vla-ptr.exp
10828 * gdb.base/vla-sideeffect.exp
10829 * gdb.base/volatile.exp
10830 * gdb.base/watch-cond-infcall.exp
10831 * gdb.base/watch-cond.exp
10832 * gdb.base/watch-non-mem.exp
10833 * gdb.base/watch-read.exp
10834 * gdb.base/watch-vfork.exp
10835 * gdb.base/watchpoint-cond-gone.exp
10836 * gdb.base/watchpoint-delete.exp
10837 * gdb.base/watchpoint-hw-hit-once.exp
10838 * gdb.base/watchpoint-hw.exp
10839 * gdb.base/watchpoint-stops-at-right-insn.exp
10840 * gdb.base/watchpoints.exp
10841 * gdb.base/wchar.exp
10842 * gdb.base/whatis-exp.exp
10843 * gdb.btrace/buffer-size.exp
10844 * gdb.btrace/data.exp
10845 * gdb.btrace/delta.exp
10846 * gdb.btrace/dlopen.exp
10847 * gdb.btrace/enable.exp
10848 * gdb.btrace/exception.exp
10849 * gdb.btrace/function_call_history.exp
10850 * gdb.btrace/gcore.exp
10851 * gdb.btrace/instruction_history.exp
10852 * gdb.btrace/nohist.exp
10853 * gdb.btrace/reconnect.exp
10854 * gdb.btrace/record_goto-step.exp
10855 * gdb.btrace/record_goto.exp
10856 * gdb.btrace/rn-dl-bind.exp
10857 * gdb.btrace/segv.exp
10858 * gdb.btrace/step.exp
10859 * gdb.btrace/stepi.exp
10860 * gdb.btrace/tailcall-only.exp
10861 * gdb.btrace/tailcall.exp
10862 * gdb.btrace/tsx.exp
10863 * gdb.btrace/unknown_functions.exp
10864 * gdb.btrace/vdso.exp
10865 * gdb.compile/compile-ifunc.exp
10866 * gdb.compile/compile-ops.exp
10867 * gdb.compile/compile-print.exp
10868 * gdb.compile/compile-setjmp.exp
10869 * gdb.cp/abstract-origin.exp
10870 * gdb.cp/ambiguous.exp
10871 * gdb.cp/annota2.exp
10872 * gdb.cp/annota3.exp
10873 * gdb.cp/anon-ns.exp
10874 * gdb.cp/anon-struct.exp
10875 * gdb.cp/anon-union.exp
10876 * gdb.cp/arg-reference.exp
10877 * gdb.cp/baseenum.exp
10878 * gdb.cp/bool.exp
10879 * gdb.cp/breakpoint.exp
10880 * gdb.cp/bs15503.exp
10881 * gdb.cp/call-c.exp
10882 * gdb.cp/casts.exp
10883 * gdb.cp/chained-calls.exp
10884 * gdb.cp/class2.exp
10885 * gdb.cp/classes.exp
10886 * gdb.cp/cmpd-minsyms.exp
10887 * gdb.cp/converts.exp
10888 * gdb.cp/cp-relocate.exp
10889 * gdb.cp/cpcompletion.exp
10890 * gdb.cp/cpexprs.exp
10891 * gdb.cp/cplabel.exp
10892 * gdb.cp/cplusfuncs.exp
10893 * gdb.cp/cpsizeof.exp
10894 * gdb.cp/ctti.exp
10895 * gdb.cp/derivation.exp
10896 * gdb.cp/destrprint.exp
10897 * gdb.cp/dispcxx.exp
10898 * gdb.cp/enum-class.exp
10899 * gdb.cp/exception.exp
10900 * gdb.cp/exceptprint.exp
10901 * gdb.cp/expand-psymtabs-cxx.exp
10902 * gdb.cp/expand-sals.exp
10903 * gdb.cp/extern-c.exp
10904 * gdb.cp/filename.exp
10905 * gdb.cp/formatted-ref.exp
10906 * gdb.cp/fpointer.exp
10907 * gdb.cp/gdb1355.exp
10908 * gdb.cp/gdb2495.exp
10909 * gdb.cp/hang.exp
10910 * gdb.cp/impl-this.exp
10911 * gdb.cp/infcall-dlopen.exp
10912 * gdb.cp/inherit.exp
10913 * gdb.cp/iostream.exp
10914 * gdb.cp/koenig.exp
10915 * gdb.cp/local.exp
10916 * gdb.cp/m-data.exp
10917 * gdb.cp/m-static.exp
10918 * gdb.cp/mb-ctor.exp
10919 * gdb.cp/mb-inline.exp
10920 * gdb.cp/mb-templates.exp
10921 * gdb.cp/member-name.exp
10922 * gdb.cp/member-ptr.exp
10923 * gdb.cp/meth-typedefs.exp
10924 * gdb.cp/method.exp
10925 * gdb.cp/method2.exp
10926 * gdb.cp/minsym-fallback.exp
10927 * gdb.cp/misc.exp
10928 * gdb.cp/namelessclass.exp
10929 * gdb.cp/namespace-enum.exp
10930 * gdb.cp/namespace-nested-import.exp
10931 * gdb.cp/namespace.exp
10932 * gdb.cp/nextoverthrow.exp
10933 * gdb.cp/no-dmgl-verbose.exp
10934 * gdb.cp/non-trivial-retval.exp
10935 * gdb.cp/noparam.exp
10936 * gdb.cp/nsdecl.exp
10937 * gdb.cp/nsimport.exp
10938 * gdb.cp/nsnested.exp
10939 * gdb.cp/nsnoimports.exp
10940 * gdb.cp/nsrecurs.exp
10941 * gdb.cp/nsstress.exp
10942 * gdb.cp/nsusing.exp
10943 * gdb.cp/operator.exp
10944 * gdb.cp/oranking.exp
10945 * gdb.cp/overload-const.exp
10946 * gdb.cp/overload.exp
10947 * gdb.cp/ovldbreak.exp
10948 * gdb.cp/ovsrch.exp
10949 * gdb.cp/paren-type.exp
10950 * gdb.cp/parse-lang.exp
10951 * gdb.cp/pass-by-ref.exp
10952 * gdb.cp/pr-1023.exp
10953 * gdb.cp/pr-1210.exp
10954 * gdb.cp/pr-574.exp
10955 * gdb.cp/pr10687.exp
10956 * gdb.cp/pr12028.exp
10957 * gdb.cp/pr17132.exp
10958 * gdb.cp/pr17494.exp
10959 * gdb.cp/pr9067.exp
10960 * gdb.cp/pr9167.exp
10961 * gdb.cp/pr9631.exp
10962 * gdb.cp/printmethod.exp
10963 * gdb.cp/psmang.exp
10964 * gdb.cp/psymtab-parameter.exp
10965 * gdb.cp/ptype-cv-cp.exp
10966 * gdb.cp/ptype-flags.exp
10967 * gdb.cp/re-set-overloaded.exp
10968 * gdb.cp/ref-types.exp
10969 * gdb.cp/rtti.exp
10970 * gdb.cp/scope-err.exp
10971 * gdb.cp/shadow.exp
10972 * gdb.cp/smartp.exp
10973 * gdb.cp/static-method.exp
10974 * gdb.cp/static-print-quit.exp
10975 * gdb.cp/temargs.exp
10976 * gdb.cp/templates.exp
10977 * gdb.cp/try_catch.exp
10978 * gdb.cp/typedef-operator.exp
10979 * gdb.cp/typeid.exp
10980 * gdb.cp/userdef.exp
10981 * gdb.cp/using-crash.exp
10982 * gdb.cp/var-tag.exp
10983 * gdb.cp/virtbase.exp
10984 * gdb.cp/virtfunc.exp
10985 * gdb.cp/virtfunc2.exp
10986 * gdb.cp/vla-cxx.exp
10987 * gdb.disasm/t01_mov.exp
10988 * gdb.disasm/t02_mova.exp
10989 * gdb.disasm/t03_add.exp
10990 * gdb.disasm/t04_sub.exp
10991 * gdb.disasm/t05_cmp.exp
10992 * gdb.disasm/t06_ari2.exp
10993 * gdb.disasm/t07_ari3.exp
10994 * gdb.disasm/t08_or.exp
10995 * gdb.disasm/t09_xor.exp
10996 * gdb.disasm/t10_and.exp
10997 * gdb.disasm/t11_logs.exp
10998 * gdb.disasm/t12_bit.exp
10999 * gdb.disasm/t13_otr.exp
11000 * gdb.dlang/circular.exp
11001 * gdb.dwarf2/arr-stride.exp
11002 * gdb.dwarf2/arr-subrange.exp
11003 * gdb.dwarf2/atomic-type.exp
11004 * gdb.dwarf2/bad-regnum.exp
11005 * gdb.dwarf2/bitfield-parent-optimized-out.exp
11006 * gdb.dwarf2/callframecfa.exp
11007 * gdb.dwarf2/clztest.exp
11008 * gdb.dwarf2/corrupt.exp
11009 * gdb.dwarf2/data-loc.exp
11010 * gdb.dwarf2/dup-psym.exp
11011 * gdb.dwarf2/dw2-anon-mptr.exp
11012 * gdb.dwarf2/dw2-anonymous-func.exp
11013 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
11014 * gdb.dwarf2/dw2-bad-unresolved.exp
11015 * gdb.dwarf2/dw2-basic.exp
11016 * gdb.dwarf2/dw2-canonicalize-type.exp
11017 * gdb.dwarf2/dw2-case-insensitive.exp
11018 * gdb.dwarf2/dw2-common-block.exp
11019 * gdb.dwarf2/dw2-compdir-oldgcc.exp
11020 * gdb.dwarf2/dw2-compressed.exp
11021 * gdb.dwarf2/dw2-const.exp
11022 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
11023 * gdb.dwarf2/dw2-cu-size.exp
11024 * gdb.dwarf2/dw2-dup-frame.exp
11025 * gdb.dwarf2/dw2-entry-value.exp
11026 * gdb.dwarf2/dw2-icycle.exp
11027 * gdb.dwarf2/dw2-ifort-parameter.exp
11028 * gdb.dwarf2/dw2-inline-break.exp
11029 * gdb.dwarf2/dw2-inline-param.exp
11030 * gdb.dwarf2/dw2-intercu.exp
11031 * gdb.dwarf2/dw2-intermix.exp
11032 * gdb.dwarf2/dw2-lexical-block-bare.exp
11033 * gdb.dwarf2/dw2-linkage-name-trust.exp
11034 * gdb.dwarf2/dw2-minsym-in-cu.exp
11035 * gdb.dwarf2/dw2-noloc.exp
11036 * gdb.dwarf2/dw2-op-call.exp
11037 * gdb.dwarf2/dw2-op-out-param.exp
11038 * gdb.dwarf2/dw2-opt-structptr.exp
11039 * gdb.dwarf2/dw2-param-error.exp
11040 * gdb.dwarf2/dw2-producer.exp
11041 * gdb.dwarf2/dw2-ranges-base.exp
11042 * gdb.dwarf2/dw2-ref-missing-frame.exp
11043 * gdb.dwarf2/dw2-reg-undefined.exp
11044 * gdb.dwarf2/dw2-regno-invalid.exp
11045 * gdb.dwarf2/dw2-restore.exp
11046 * gdb.dwarf2/dw2-restrict.exp
11047 * gdb.dwarf2/dw2-single-line-discriminators.exp
11048 * gdb.dwarf2/dw2-strp.exp
11049 * gdb.dwarf2/dw2-undefined-ret-addr.exp
11050 * gdb.dwarf2/dw2-unresolved.exp
11051 * gdb.dwarf2/dw2-var-zero-addr.exp
11052 * gdb.dwarf2/dw4-sig-types.exp
11053 * gdb.dwarf2/dwz.exp
11054 * gdb.dwarf2/dynarr-ptr.exp
11055 * gdb.dwarf2/enum-type.exp
11056 * gdb.dwarf2/gdb-index.exp
11057 * gdb.dwarf2/implptr-64bit.exp
11058 * gdb.dwarf2/implptr-optimized-out.exp
11059 * gdb.dwarf2/implptr.exp
11060 * gdb.dwarf2/implref-array.exp
11061 * gdb.dwarf2/implref-const.exp
11062 * gdb.dwarf2/implref-global.exp
11063 * gdb.dwarf2/implref-struct.exp
11064 * gdb.dwarf2/mac-fileno.exp
11065 * gdb.dwarf2/main-subprogram.exp
11066 * gdb.dwarf2/member-ptr-forwardref.exp
11067 * gdb.dwarf2/method-ptr.exp
11068 * gdb.dwarf2/missing-sig-type.exp
11069 * gdb.dwarf2/nonvar-access.exp
11070 * gdb.dwarf2/opaque-type-lookup.exp
11071 * gdb.dwarf2/pieces-optimized-out.exp
11072 * gdb.dwarf2/pieces.exp
11073 * gdb.dwarf2/pr10770.exp
11074 * gdb.dwarf2/pr13961.exp
11075 * gdb.dwarf2/staticvirtual.exp
11076 * gdb.dwarf2/subrange.exp
11077 * gdb.dwarf2/symtab-producer.exp
11078 * gdb.dwarf2/trace-crash.exp
11079 * gdb.dwarf2/typeddwarf.exp
11080 * gdb.dwarf2/valop.exp
11081 * gdb.dwarf2/watch-notconst.exp
11082 * gdb.fortran/array-element.exp
11083 * gdb.fortran/charset.exp
11084 * gdb.fortran/common-block.exp
11085 * gdb.fortran/complex.exp
11086 * gdb.fortran/derived-type-function.exp
11087 * gdb.fortran/derived-type.exp
11088 * gdb.fortran/logical.exp
11089 * gdb.fortran/module.exp
11090 * gdb.fortran/multi-dim.exp
11091 * gdb.fortran/nested-funcs.exp
11092 * gdb.fortran/print-formatted.exp
11093 * gdb.fortran/subarray.exp
11094 * gdb.fortran/vla-alloc-assoc.exp
11095 * gdb.fortran/vla-datatypes.exp
11096 * gdb.fortran/vla-history.exp
11097 * gdb.fortran/vla-ptr-info.exp
11098 * gdb.fortran/vla-ptype-sub.exp
11099 * gdb.fortran/vla-ptype.exp
11100 * gdb.fortran/vla-sizeof.exp
11101 * gdb.fortran/vla-type.exp
11102 * gdb.fortran/vla-value-sub-arbitrary.exp
11103 * gdb.fortran/vla-value-sub-finish.exp
11104 * gdb.fortran/vla-value-sub.exp
11105 * gdb.fortran/vla-value.exp
11106 * gdb.fortran/whatis_type.exp
11107 * gdb.go/chan.exp
11108 * gdb.go/handcall.exp
11109 * gdb.go/hello.exp
11110 * gdb.go/integers.exp
11111 * gdb.go/methods.exp
11112 * gdb.go/package.exp
11113 * gdb.go/strings.exp
11114 * gdb.go/types.exp
11115 * gdb.go/unsafe.exp
11116 * gdb.guile/scm-arch.exp
11117 * gdb.guile/scm-block.exp
11118 * gdb.guile/scm-breakpoint.exp
11119 * gdb.guile/scm-cmd.exp
11120 * gdb.guile/scm-disasm.exp
11121 * gdb.guile/scm-equal.exp
11122 * gdb.guile/scm-frame-args.exp
11123 * gdb.guile/scm-frame-inline.exp
11124 * gdb.guile/scm-frame.exp
11125 * gdb.guile/scm-iterator.exp
11126 * gdb.guile/scm-math.exp
11127 * gdb.guile/scm-objfile.exp
11128 * gdb.guile/scm-ports.exp
11129 * gdb.guile/scm-symbol.exp
11130 * gdb.guile/scm-symtab.exp
11131 * gdb.guile/scm-value-cc.exp
11132 * gdb.guile/types-module.exp
11133 * gdb.linespec/break-ask.exp
11134 * gdb.linespec/cpexplicit.exp
11135 * gdb.linespec/explicit.exp
11136 * gdb.linespec/keywords.exp
11137 * gdb.linespec/linespec.exp
11138 * gdb.linespec/ls-dollar.exp
11139 * gdb.linespec/ls-errs.exp
11140 * gdb.linespec/skip-two.exp
11141 * gdb.linespec/thread.exp
11142 * gdb.mi/mi-async.exp
11143 * gdb.mi/mi-basics.exp
11144 * gdb.mi/mi-break.exp
11145 * gdb.mi/mi-catch-load.exp
11146 * gdb.mi/mi-cli.exp
11147 * gdb.mi/mi-cmd-param-changed.exp
11148 * gdb.mi/mi-console.exp
11149 * gdb.mi/mi-detach.exp
11150 * gdb.mi/mi-disassemble.exp
11151 * gdb.mi/mi-eval.exp
11152 * gdb.mi/mi-file-transfer.exp
11153 * gdb.mi/mi-file.exp
11154 * gdb.mi/mi-fill-memory.exp
11155 * gdb.mi/mi-inheritance-syntax-error.exp
11156 * gdb.mi/mi-linespec-err-cp.exp
11157 * gdb.mi/mi-logging.exp
11158 * gdb.mi/mi-memory-changed.exp
11159 * gdb.mi/mi-read-memory.exp
11160 * gdb.mi/mi-record-changed.exp
11161 * gdb.mi/mi-reg-undefined.exp
11162 * gdb.mi/mi-regs.exp
11163 * gdb.mi/mi-return.exp
11164 * gdb.mi/mi-reverse.exp
11165 * gdb.mi/mi-simplerun.exp
11166 * gdb.mi/mi-solib.exp
11167 * gdb.mi/mi-stack.exp
11168 * gdb.mi/mi-stepi.exp
11169 * gdb.mi/mi-syn-frame.exp
11170 * gdb.mi/mi-until.exp
11171 * gdb.mi/mi-var-block.exp
11172 * gdb.mi/mi-var-child.exp
11173 * gdb.mi/mi-var-cmd.exp
11174 * gdb.mi/mi-var-cp.exp
11175 * gdb.mi/mi-var-display.exp
11176 * gdb.mi/mi-var-invalidate.exp
11177 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11178 * gdb.mi/mi-vla-fortran.exp
11179 * gdb.mi/mi-watch.exp
11180 * gdb.mi/mi2-var-child.exp
11181 * gdb.mi/user-selected-context-sync.exp
11182 * gdb.modula2/unbounded-array.exp
11183 * gdb.multi/dummy-frame-restore.exp
11184 * gdb.multi/multi-arch-exec.exp
11185 * gdb.multi/multi-arch.exp
11186 * gdb.multi/tids.exp
11187 * gdb.multi/watchpoint-multi.exp
11188 * gdb.opencl/callfuncs.exp
11189 * gdb.opencl/convs_casts.exp
11190 * gdb.opencl/datatypes.exp
11191 * gdb.opencl/operators.exp
11192 * gdb.opencl/vec_comps.exp
11193 * gdb.opt/clobbered-registers-O2.exp
11194 * gdb.opt/inline-break.exp
11195 * gdb.opt/inline-bt.exp
11196 * gdb.opt/inline-cmds.exp
11197 * gdb.opt/inline-locals.exp
11198 * gdb.pascal/case-insensitive-symbols.exp
11199 * gdb.pascal/floats.exp
11200 * gdb.pascal/gdb11492.exp
11201 * gdb.python/lib-types.exp
11202 * gdb.python/py-arch.exp
11203 * gdb.python/py-as-string.exp
11204 * gdb.python/py-bad-printers.exp
11205 * gdb.python/py-block.exp
11206 * gdb.python/py-breakpoint-create-fail.exp
11207 * gdb.python/py-breakpoint.exp
11208 * gdb.python/py-caller-is.exp
11209 * gdb.python/py-cmd.exp
11210 * gdb.python/py-explore-cc.exp
11211 * gdb.python/py-explore.exp
11212 * gdb.python/py-finish-breakpoint.exp
11213 * gdb.python/py-finish-breakpoint2.exp
11214 * gdb.python/py-frame-args.exp
11215 * gdb.python/py-frame-inline.exp
11216 * gdb.python/py-frame.exp
11217 * gdb.python/py-framefilter-mi.exp
11218 * gdb.python/py-infthread.exp
11219 * gdb.python/py-lazy-string.exp
11220 * gdb.python/py-linetable.exp
11221 * gdb.python/py-mi-events.exp
11222 * gdb.python/py-mi-objfile.exp
11223 * gdb.python/py-mi.exp
11224 * gdb.python/py-objfile.exp
11225 * gdb.python/py-pp-integral.exp
11226 * gdb.python/py-pp-maint.exp
11227 * gdb.python/py-pp-re-notag.exp
11228 * gdb.python/py-pp-registration.exp
11229 * gdb.python/py-recurse-unwind.exp
11230 * gdb.python/py-strfns.exp
11231 * gdb.python/py-symbol.exp
11232 * gdb.python/py-symtab.exp
11233 * gdb.python/py-sync-interp.exp
11234 * gdb.python/py-typeprint.exp
11235 * gdb.python/py-unwind-maint.exp
11236 * gdb.python/py-unwind.exp
11237 * gdb.python/py-value-cc.exp
11238 * gdb.python/py-xmethods.exp
11239 * gdb.reverse/amd64-tailcall-reverse.exp
11240 * gdb.reverse/break-precsave.exp
11241 * gdb.reverse/break-reverse.exp
11242 * gdb.reverse/consecutive-precsave.exp
11243 * gdb.reverse/consecutive-reverse.exp
11244 * gdb.reverse/finish-precsave.exp
11245 * gdb.reverse/finish-reverse-bkpt.exp
11246 * gdb.reverse/finish-reverse.exp
11247 * gdb.reverse/fstatat-reverse.exp
11248 * gdb.reverse/getresuid-reverse.exp
11249 * gdb.reverse/i386-precsave.exp
11250 * gdb.reverse/i386-reverse.exp
11251 * gdb.reverse/i386-sse-reverse.exp
11252 * gdb.reverse/i387-env-reverse.exp
11253 * gdb.reverse/i387-stack-reverse.exp
11254 * gdb.reverse/insn-reverse.exp
11255 * gdb.reverse/machinestate-precsave.exp
11256 * gdb.reverse/machinestate.exp
11257 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11258 * gdb.reverse/pipe-reverse.exp
11259 * gdb.reverse/readv-reverse.exp
11260 * gdb.reverse/recvmsg-reverse.exp
11261 * gdb.reverse/rerun-prec.exp
11262 * gdb.reverse/s390-mvcle.exp
11263 * gdb.reverse/step-precsave.exp
11264 * gdb.reverse/step-reverse.exp
11265 * gdb.reverse/time-reverse.exp
11266 * gdb.reverse/until-precsave.exp
11267 * gdb.reverse/until-reverse.exp
11268 * gdb.reverse/waitpid-reverse.exp
11269 * gdb.reverse/watch-precsave.exp
11270 * gdb.reverse/watch-reverse.exp
11271 * gdb.rust/generics.exp
11272 * gdb.rust/methods.exp
11273 * gdb.rust/modules.exp
11274 * gdb.rust/simple.exp
11275 * gdb.server/connect-with-no-symbol-file.exp
11276 * gdb.server/ext-attach.exp
11277 * gdb.server/ext-restart.exp
11278 * gdb.server/ext-wrapper.exp
11279 * gdb.server/file-transfer.exp
11280 * gdb.server/server-exec-info.exp
11281 * gdb.server/server-kill.exp
11282 * gdb.server/server-mon.exp
11283 * gdb.server/wrapper.exp
11284 * gdb.stabs/exclfwd.exp
11285 * gdb.stabs/gdb11479.exp
11286 * gdb.threads/clone-new-thread-event.exp
11287 * gdb.threads/corethreads.exp
11288 * gdb.threads/current-lwp-dead.exp
11289 * gdb.threads/dlopen-libpthread.exp
11290 * gdb.threads/gcore-thread.exp
11291 * gdb.threads/sigstep-threads.exp
11292 * gdb.threads/watchpoint-fork.exp
11293 * gdb.trace/actions-changed.exp
11294 * gdb.trace/backtrace.exp
11295 * gdb.trace/change-loc.exp
11296 * gdb.trace/circ.exp
11297 * gdb.trace/collection.exp
11298 * gdb.trace/disconnected-tracing.exp
11299 * gdb.trace/ftrace.exp
11300 * gdb.trace/mi-trace-frame-collected.exp
11301 * gdb.trace/mi-trace-unavailable.exp
11302 * gdb.trace/mi-traceframe-changed.exp
11303 * gdb.trace/mi-tsv-changed.exp
11304 * gdb.trace/no-attach-trace.exp
11305 * gdb.trace/passc-dyn.exp
11306 * gdb.trace/qtro.exp
11307 * gdb.trace/range-stepping.exp
11308 * gdb.trace/read-memory.exp
11309 * gdb.trace/save-trace.exp
11310 * gdb.trace/signal.exp
11311 * gdb.trace/status-stop.exp
11312 * gdb.trace/tfile.exp
11313 * gdb.trace/trace-break.exp
11314 * gdb.trace/trace-buffer-size.exp
11315 * gdb.trace/trace-condition.exp
11316 * gdb.trace/tracefile-pseudo-reg.exp
11317 * gdb.trace/tstatus.exp
11318 * gdb.trace/unavailable.exp
11319 * gdb.trace/while-dyn.exp
11320 * gdb.trace/while-stepping.exp
11321
34c41c68
DE
113222016-12-22 Doug Evans <xdje42@gmail.com>
11323
11324 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11325 and msymbols.
11326
16e69324
YQ
113272016-12-19 Yao Qi <yao.qi@linaro.org>
11328
11329 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11330 (test_with_self): Don't call do_steps_and_nexts, and remove
11331 code about stepping into xmalloc.
11332
f94f411b
YQ
113332016-12-09 Yao Qi <yao.qi@linaro.org>
11334
11335 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11336
113372016-12-09 Yao Qi <yao.qi@linaro.org>
11338
11339 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11340
f1b5deee
PA
113412016-12-09 Pedro Alves <palves@redhat.com>
11342
11343 * gdb.base/all-architectures-0.exp: New file.
11344 * gdb.base/all-architectures-1.exp: New file.
11345 * gdb.base/all-architectures-2.exp: New file.
11346 * gdb.base/all-architectures-3.exp: New file.
11347 * gdb.base/all-architectures-4.exp: New file.
11348 * gdb.base/all-architectures-5.exp: New file.
11349 * gdb.base/all-architectures-6.exp: New file.
11350 * gdb.base/all-architectures-7.exp: New file.
11351 * gdb.base/all-architectures.exp.in: New file.
11352
364ca42e
YQ
113532016-12-09 Yao Qi <yao.qi@linaro.org>
11354
11355 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11356
107c2d62
LM
113572016-12-02 Luis Machado <lgustavo@codesourcery.com>
11358
11359 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11360 possible.
11361 Remove useless pattern-matching code.
11362
df3ee9ca
PA
113632016-12-02 Pedro Alves <palves@redhat.com>
11364
11365 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11366 procedure.
11367 (top level): Call it.
11368
ec835369
PA
113692016-12-02 Pedro Alves <palves@redhat.com>
11370
11371 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11372 New procedure.
11373 (top level): Call it.
11374
01770bbd
PA
113752016-12-02 Pedro Alves <palves@redhat.com>
11376
11377 PR cli/20559
11378 * gdb.base/commands.exp (user_defined_command_args_eval): New
11379 procedure.
11380 (top level): Call it.
11381
008459ea
LM
113822016-12-02 Luis Machado <lgustavo@codesourcery.com>
11383
11384 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11385 timeout handling.
11386
0c1b455e
TT
113872016-12-02 Tom Tromey <tom@tromey.com>
11388
11389 * gdb.dwarf2/main-subprogram.c: New file.
11390 * gdb.dwarf2/main-subprogram.exp: New file.
11391
018572b8
LM
113922016-12-01 Luis Machado <lgustavo@codesourcery.com>
11393
11394 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11395 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11396 gdb_test_no_output for a couple of cases.
11397 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11398
84c93cd5
LM
113992016-12-01 Luis Machado <lgustavo@codesourcery.com>
11400
11401 Fix test names and standardize compilation error messages throughout
11402 the following files:
11403
11404 * gdb.ada/start.exp
11405 * gdb.arch/alpha-step.exp
11406 * gdb.arch/e500-prologue.exp
11407 * gdb.arch/ftrace-insn-reloc.exp
11408 * gdb.arch/gdb1291.exp
11409 * gdb.arch/gdb1431.exp
11410 * gdb.arch/gdb1558.exp
11411 * gdb.arch/i386-dr3-watch.exp
11412 * gdb.arch/i386-sse-stack-align.exp
11413 * gdb.arch/ia64-breakpoint-shadow.exp
11414 * gdb.arch/pa-nullify.exp
11415 * gdb.arch/powerpc-aix-prologue.exp
11416 * gdb.arch/thumb-bx-pc.exp
11417 * gdb.base/annota1.exp
11418 * gdb.base/annota3.exp
11419 * gdb.base/arrayidx.exp
11420 * gdb.base/assign.exp
11421 * gdb.base/attach.exp
11422 * gdb.base/auxv.exp
11423 * gdb.base/bang.exp
11424 * gdb.base/bfp-test.exp
11425 * gdb.base/bigcore.exp
11426 * gdb.base/bitfields2.exp
11427 * gdb.base/break-fun-addr.exp
11428 * gdb.base/break-probes.exp
11429 * gdb.base/call-rt-st.exp
11430 * gdb.base/callexit.exp
11431 * gdb.base/catch-fork-kill.exp
11432 * gdb.base/charset.exp
11433 * gdb.base/checkpoint.exp
11434 * gdb.base/comprdebug.exp
11435 * gdb.base/constvars.exp
11436 * gdb.base/coredump-filter.exp
11437 * gdb.base/cursal.exp
11438 * gdb.base/cvexpr.exp
11439 * gdb.base/detach.exp
11440 * gdb.base/display.exp
11441 * gdb.base/dmsym.exp
11442 * gdb.base/dprintf-pending.exp
11443 * gdb.base/dso2dso.exp
11444 * gdb.base/dtrace-probe.exp
11445 * gdb.base/dump.exp
11446 * gdb.base/enum_cond.exp
11447 * gdb.base/exe-lock.exp
11448 * gdb.base/exec-invalid-sysroot.exp
11449 * gdb.base/execl-update-breakpoints.exp
11450 * gdb.base/exprs.exp
11451 * gdb.base/fileio.exp
11452 * gdb.base/find.exp
11453 * gdb.base/finish.exp
11454 * gdb.base/fixsection.exp
11455 * gdb.base/foll-vfork.exp
11456 * gdb.base/frame-args.exp
11457 * gdb.base/gcore.exp
11458 * gdb.base/gdb1250.exp
11459 * gdb.base/global-var-nested-by-dso.exp
11460 * gdb.base/gnu-ifunc.exp
11461 * gdb.base/hashline1.exp
11462 * gdb.base/hashline2.exp
11463 * gdb.base/hashline3.exp
11464 * gdb.base/hbreak-in-shr-unsupported.exp
11465 * gdb.base/huge.exp
11466 * gdb.base/infcall-input.exp
11467 * gdb.base/info-fun.exp
11468 * gdb.base/info-shared.exp
11469 * gdb.base/jit-simple.exp
11470 * gdb.base/jit-so.exp
11471 * gdb.base/jit.exp
11472 * gdb.base/jump.exp
11473 * gdb.base/label.exp
11474 * gdb.base/lineinc.exp
11475 * gdb.base/logical.exp
11476 * gdb.base/longjmp.exp
11477 * gdb.base/macscp.exp
11478 * gdb.base/miscexprs.exp
11479 * gdb.base/new-ui-echo.exp
11480 * gdb.base/new-ui-pending-input.exp
11481 * gdb.base/new-ui.exp
11482 * gdb.base/nodebug.exp
11483 * gdb.base/nofield.exp
11484 * gdb.base/offsets.exp
11485 * gdb.base/overlays.exp
11486 * gdb.base/pending.exp
11487 * gdb.base/pointers.exp
11488 * gdb.base/pr11022.exp
11489 * gdb.base/printcmds.exp
11490 * gdb.base/prologue.exp
11491 * gdb.base/ptr-typedef.exp
11492 * gdb.base/realname-expand.exp
11493 * gdb.base/relativedebug.exp
11494 * gdb.base/relocate.exp
11495 * gdb.base/remote.exp
11496 * gdb.base/reread.exp
11497 * gdb.base/return2.exp
11498 * gdb.base/savedregs.exp
11499 * gdb.base/sep.exp
11500 * gdb.base/sepdebug.exp
11501 * gdb.base/sepsymtab.exp
11502 * gdb.base/set-inferior-tty.exp
11503 * gdb.base/setshow.exp
11504 * gdb.base/shlib-call.exp
11505 * gdb.base/sigaltstack.exp
11506 * gdb.base/siginfo-addr.exp
11507 * gdb.base/signals.exp
11508 * gdb.base/signull.exp
11509 * gdb.base/sigrepeat.exp
11510 * gdb.base/so-impl-ld.exp
11511 * gdb.base/solib-display.exp
11512 * gdb.base/solib-overlap.exp
11513 * gdb.base/solib-search.exp
11514 * gdb.base/solib-symbol.exp
11515 * gdb.base/structs.exp
11516 * gdb.base/structs2.exp
11517 * gdb.base/symtab-search-order.exp
11518 * gdb.base/twice.exp
11519 * gdb.base/unload.exp
11520 * gdb.base/varargs.exp
11521 * gdb.base/watchpoint-solib.exp
11522 * gdb.base/watchpoint.exp
11523 * gdb.base/whatis.exp
11524 * gdb.base/wrong_frame_bt_full.exp
11525 * gdb.btrace/dlopen.exp
11526 * gdb.cell/ea-standalone.exp
11527 * gdb.cell/ea-test.exp
11528 * gdb.cp/dispcxx.exp
11529 * gdb.cp/gdb2384.exp
11530 * gdb.cp/method2.exp
11531 * gdb.cp/nextoverthrow.exp
11532 * gdb.cp/pr10728.exp
11533 * gdb.disasm/am33.exp
11534 * gdb.disasm/h8300s.exp
11535 * gdb.disasm/mn10300.exp
11536 * gdb.disasm/sh3.exp
11537 * gdb.dwarf2/dw2-dir-file-name.exp
11538 * gdb.fortran/complex.exp
11539 * gdb.fortran/library-module.exp
11540 * gdb.guile/scm-pretty-print.exp
11541 * gdb.guile/scm-symbol.exp
11542 * gdb.guile/scm-type.exp
11543 * gdb.guile/scm-value.exp
11544 * gdb.linespec/linespec.exp
11545 * gdb.mi/gdb701.exp
11546 * gdb.mi/gdb792.exp
11547 * gdb.mi/mi-breakpoint-changed.exp
11548 * gdb.mi/mi-dprintf-pending.exp
11549 * gdb.mi/mi-dprintf.exp
11550 * gdb.mi/mi-exit-code.exp
11551 * gdb.mi/mi-pending.exp
11552 * gdb.mi/mi-solib.exp
11553 * gdb.mi/new-ui-mi-sync.exp
11554 * gdb.mi/pr11022.exp
11555 * gdb.mi/user-selected-context-sync.exp
11556 * gdb.opt/solib-intra-step.exp
11557 * gdb.python/py-events.exp
11558 * gdb.python/py-finish-breakpoint.exp
11559 * gdb.python/py-mi.exp
11560 * gdb.python/py-prettyprint.exp
11561 * gdb.python/py-shared.exp
11562 * gdb.python/py-symbol.exp
11563 * gdb.python/py-template.exp
11564 * gdb.python/py-type.exp
11565 * gdb.python/py-value.exp
11566 * gdb.reverse/solib-precsave.exp
11567 * gdb.reverse/solib-reverse.exp
11568 * gdb.server/solib-list.exp
11569 * gdb.stabs/weird.exp
11570 * gdb.threads/reconnect-signal.exp
11571 * gdb.threads/stepi-random-signal.exp
11572 * gdb.trace/actions.exp
11573 * gdb.trace/ax.exp
11574 * gdb.trace/backtrace.exp
11575 * gdb.trace/change-loc.exp
11576 * gdb.trace/deltrace.exp
11577 * gdb.trace/ftrace-lock.exp
11578 * gdb.trace/ftrace.exp
11579 * gdb.trace/infotrace.exp
11580 * gdb.trace/mi-tracepoint-changed.exp
11581 * gdb.trace/packetlen.exp
11582 * gdb.trace/passcount.exp
11583 * gdb.trace/pending.exp
11584 * gdb.trace/range-stepping.exp
11585 * gdb.trace/report.exp
11586 * gdb.trace/stap-trace.exp
11587 * gdb.trace/tfind.exp
11588 * gdb.trace/trace-break.exp
11589 * gdb.trace/trace-condition.exp
11590 * gdb.trace/trace-enable-disable.exp
11591 * gdb.trace/trace-mt.exp
11592 * gdb.trace/tracecmd.exp
11593 * gdb.trace/tspeed.exp
11594 * gdb.trace/tsv.exp
11595 * lib/perftest.exp
11596
fb9feb35
LM
115972016-12-01 Luis Machado <lgustavo@codesourcery.com>
11598
11599 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11600 with gdb_test_no_output.
11601 Use command as test name.
11602
cd2ddb6c
LM
116032016-12-01 Luis Machado <lgustavo@codesourcery.com>
11604
11605 Fix test names starting with uppercase throughout the files.
11606
11607 * gdb.ada/assign_1.exp
11608 * gdb.ada/boolean_expr.exp
11609 * gdb.base/arrayidx.exp
11610 * gdb.base/del.exp
11611 * gdb.base/gcore-buffer-overflow.exp
11612 * gdb.base/testenv.exp
11613 * gdb.compile/compile.exp
11614 * gdb.python/py-framefilter-invalidarg.exp
11615 * gdb.python/py-framefilter.exp
11616
bb95117e
LM
116172016-12-01 Luis Machado <lgustavo@codesourcery.com>
11618
11619 Fix test names starting with uppercase throughout the files.
11620
11621 * gdb.ada/array_return.exp
11622 * gdb.ada/expr_delims.exp
11623 * gdb.ada/mi_dyn_arr.exp
11624 * gdb.ada/mi_interface.exp
11625 * gdb.ada/mi_var_array.exp
11626 * gdb.ada/watch_arg.exp
11627 * gdb.arch/alpha-step.exp
11628 * gdb.arch/altivec-regs.exp
11629 * gdb.arch/e500-regs.exp
11630 * gdb.arch/powerpc-d128-regs.exp
11631 * gdb.base/arrayidx.exp
11632 * gdb.base/break.exp
11633 * gdb.base/checkpoint.exp
11634 * gdb.base/debug-expr.exp
11635 * gdb.base/dmsym.exp
11636 * gdb.base/radix.exp
11637 * gdb.base/sepdebug.exp
11638 * gdb.base/testenv.exp
11639 * gdb.base/watch_thread_num.exp
11640 * gdb.base/watchpoint-cond-gone.exp
11641 * gdb.cell/break.exp
11642 * gdb.cell/ea-cache.exp
11643 * gdb.compile/compile.exp
11644 * gdb.cp/gdb2495.exp
11645 * gdb.gdb/selftest.exp
11646 * gdb.gdb/xfullpath.exp
11647 * gdb.go/hello.exp
11648 * gdb.go/integers.exp
11649 * gdb.objc/basicclass.exp
11650 * gdb.pascal/hello.exp
11651 * gdb.pascal/integers.exp
11652 * gdb.python/py-breakpoint.exp
11653 * gdb.python/py-cmd.exp
11654 * gdb.python/py-linetable.exp
11655 * gdb.python/py-xmethods.exp
11656 * gdb.python/python.exp
11657 * gdb.reverse/consecutive-precsave.exp
11658 * gdb.reverse/finish-precsave.exp
11659 * gdb.reverse/i386-precsave.exp
11660 * gdb.reverse/machinestate-precsave.exp
11661 * gdb.reverse/sigall-precsave.exp
11662 * gdb.reverse/solib-precsave.exp
11663 * gdb.reverse/step-precsave.exp
11664 * gdb.reverse/until-precsave.exp
11665 * gdb.reverse/watch-precsave.exp
11666 * gdb.threads/leader-exit.exp
11667 * gdb.threads/pthreads.exp
11668 * gdb.threads/wp-replication.exp
11669 * gdb.trace/actions.exp
11670 * gdb.trace/mi-tsv-changed.exp
11671 * gdb.trace/tsv.exp
11672
de97fdd4
LM
116732016-12-01 Luis Machado <lgustavo@codesourcery.com>
11674
11675 Fix test names starting with uppercase throughout the files.
11676
11677 * gdb.arch/i386-bp_permanent.exp
11678 * gdb.arch/i386-gnu-cfi.exp
11679 * gdb.base/disasm-end-cu.exp
11680 * gdb.base/macscp.exp
11681 * gdb.base/pending.exp
11682 * gdb.base/watch_thread_num.exp
11683 * gdb.cp/exception.exp
11684 * gdb.cp/gdb2495.exp
11685 * gdb.cp/local.exp
11686 * gdb.python/py-evsignal.exp
11687 * gdb.python/python.exp
11688 * gdb.trace/tracecmd.exp
11689
9f058c10
LM
116902016-12-01 Luis Machado <lgustavo@codesourcery.com>
11691
11692 Fix test names starting with uppercase throughout the files.
11693
11694 * gdb.base/charset.exp
11695 * gdb.base/eval.exp
11696 * gdb.base/multi-forks.exp
11697 * gdb.guile/scm-progspace.exp
11698 * gdb.opencl/datatypes.exp
11699 * gdb.python/py-block.exp
11700 * gdb.python/py-function.exp
11701 * gdb.python/py-symbol.exp
11702 * gdb.python/py-symtab.exp
11703 * gdb.python/py-xmethods.exp
11704 * gdb.reverse/break-precsave.exp
11705 * gdb.reverse/break-reverse.exp
11706 * gdb.reverse/consecutive-precsave.exp
11707 * gdb.reverse/consecutive-reverse.exp
11708 * gdb.reverse/finish-precsave.exp
11709 * gdb.reverse/finish-reverse-bkpt.exp
11710 * gdb.reverse/finish-reverse.exp
11711 * gdb.reverse/fstatat-reverse.exp
11712 * gdb.reverse/getresuid-reverse.exp
11713 * gdb.reverse/i386-precsave.exp
11714 * gdb.reverse/i386-reverse.exp
11715 * gdb.reverse/i386-sse-reverse.exp
11716 * gdb.reverse/i387-stack-reverse.exp
11717 * gdb.reverse/insn-reverse.exp
11718 * gdb.reverse/machinestate-precsave.exp
11719 * gdb.reverse/machinestate.exp
11720 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11721 * gdb.reverse/pipe-reverse.exp
11722 * gdb.reverse/readv-reverse.exp
11723 * gdb.reverse/recvmsg-reverse.exp
11724 * gdb.reverse/rerun-prec.exp
11725 * gdb.reverse/s390-mvcle.exp
11726 * gdb.reverse/sigall-precsave.exp
11727 * gdb.reverse/sigall-reverse.exp
11728 * gdb.reverse/solib-precsave.exp
11729 * gdb.reverse/solib-reverse.exp
11730 * gdb.reverse/step-precsave.exp
11731 * gdb.reverse/step-reverse.exp
11732 * gdb.reverse/time-reverse.exp
11733 * gdb.reverse/until-precsave.exp
11734 * gdb.reverse/until-reverse.exp
11735 * gdb.reverse/waitpid-reverse.exp
11736 * gdb.reverse/watch-precsave.exp
11737 * gdb.reverse/watch-reverse.exp
11738
cdc7edd7
LM
117392016-12-01 Luis Machado <lgustavo@codesourcery.com>
11740
11741 Fix test names starting with uppercase throughout the files.
11742
11743 * gdb.arch/i386-mpx-simple_segv.exp
11744 * gdb.arch/i386-mpx.exp
11745 * gdb.arch/i386-permbkpt.exp
11746 * gdb.arch/pa-nullify.exp
11747 * gdb.arch/powerpc-d128-regs.exp
11748 * gdb.arch/vsx-regs.exp
11749 * gdb.base/bfp-test.exp
11750 * gdb.base/break.exp
11751 * gdb.base/breakpoint-shadow.exp
11752 * gdb.base/callfuncs.exp
11753 * gdb.base/charset.exp
11754 * gdb.base/commands.exp
11755 * gdb.base/completion.exp
11756 * gdb.base/dfp-test.exp
11757 * gdb.base/echo.exp
11758 * gdb.base/ending-run.exp
11759 * gdb.base/eval.exp
11760 * gdb.base/expand-psymtabs.exp
11761 * gdb.base/float128.exp
11762 * gdb.base/floatn.exp
11763 * gdb.base/foll-exec-mode.exp
11764 * gdb.base/gdb1056.exp
11765 * gdb.base/gdb11531.exp
11766 * gdb.base/kill-after-signal.exp
11767 * gdb.base/multi-forks.exp
11768 * gdb.base/overlays.exp
11769 * gdb.base/pending.exp
11770 * gdb.base/sepdebug.exp
11771 * gdb.base/testenv.exp
11772 * gdb.base/valgrind-db-attach.exp
11773 * gdb.base/watch_thread_num.exp
11774 * gdb.base/watchpoint-cond-gone.exp
11775 * gdb.base/watchpoint.exp
11776 * gdb.base/watchpoints.exp
11777 * gdb.cp/arg-reference.exp
11778 * gdb.cp/baseenum.exp
11779 * gdb.cp/operator.exp
11780 * gdb.cp/shadow.exp
11781 * gdb.dwarf2/dw2-op-out-param.exp
11782 * gdb.dwarf2/dw2-reg-undefined.exp
11783 * gdb.go/chan.exp
11784 * gdb.go/hello.exp
11785 * gdb.go/integers.exp
11786 * gdb.go/methods.exp
11787 * gdb.go/package.exp
11788 * gdb.guile/scm-parameter.exp
11789 * gdb.guile/scm-progspace.exp
11790 * gdb.guile/scm-value.exp
11791 * gdb.mi/mi-pending.exp
11792 * gdb.mi/user-selected-context-sync.exp
11793 * gdb.multi/multi-attach.exp
11794 * gdb.multi/tids.exp
11795 * gdb.opt/clobbered-registers-O2.exp
11796 * gdb.pascal/floats.exp
11797 * gdb.pascal/integers.exp
11798 * gdb.python/py-block.exp
11799 * gdb.python/py-events.exp
11800 * gdb.python/py-parameter.exp
11801 * gdb.python/py-symbol.exp
11802 * gdb.python/py-symtab.exp
11803 * gdb.python/py-type.exp
11804 * gdb.python/py-value.exp
11805 * gdb.python/py-xmethods.exp
11806 * gdb.python/python.exp
11807 * gdb.reverse/break-precsave.exp
11808 * gdb.reverse/consecutive-precsave.exp
11809 * gdb.reverse/finish-precsave.exp
11810 * gdb.reverse/i386-precsave.exp
11811 * gdb.reverse/machinestate-precsave.exp
11812 * gdb.reverse/sigall-precsave.exp
11813 * gdb.reverse/solib-precsave.exp
11814 * gdb.reverse/step-precsave.exp
11815 * gdb.reverse/until-precsave.exp
11816 * gdb.reverse/watch-precsave.exp
11817 * gdb.server/ext-attach.exp
11818 * gdb.server/ext-restart.exp
11819 * gdb.server/ext-run.exp
11820 * gdb.server/ext-wrapper.exp
11821 * gdb.stabs/gdb11479.exp
11822 * gdb.stabs/weird.exp
11823 * gdb.threads/attach-many-short-lived-threads.exp
11824 * gdb.threads/kill.exp
11825 * gdb.threads/watchpoint-fork.exp
11826
bc6c7af4
LM
118272016-12-01 Luis Machado <lgustavo@codesourcery.com>
11828
11829 Fix test names starting with uppercase throughout all the files below.
11830
11831 * gdb.ada/array_return.exp
11832 * gdb.ada/catch_ex.exp
11833 * gdb.ada/info_exc.exp
11834 * gdb.ada/mi_catch_ex.exp
11835 * gdb.ada/mi_dyn_arr.exp
11836 * gdb.ada/mi_ex_cond.exp
11837 * gdb.ada/mi_exc_info.exp
11838 * gdb.ada/mi_interface.exp
11839 * gdb.ada/mi_task_arg.exp
11840 * gdb.ada/mi_task_info.exp
11841 * gdb.ada/mi_var_array.exp
11842 * gdb.arch/alpha-step.exp
11843 * gdb.arch/amd64-disp-step.exp
11844 * gdb.arch/arm-disp-step.exp
11845 * gdb.arch/disp-step-insn-reloc.exp
11846 * gdb.arch/e500-prologue.exp
11847 * gdb.arch/ftrace-insn-reloc.exp
11848 * gdb.arch/gdb1558.exp
11849 * gdb.arch/i386-bp_permanent.exp
11850 * gdb.arch/i386-disp-step.exp
11851 * gdb.arch/i386-float.exp
11852 * gdb.arch/i386-gnu-cfi.exp
11853 * gdb.arch/ia64-breakpoint-shadow.exp
11854 * gdb.arch/mips16-thunks.exp
11855 * gdb.arch/pa-nullify.exp
11856 * gdb.arch/powerpc-aix-prologue.exp
11857 * gdb.arch/powerpc-power.exp
11858 * gdb.arch/ppc-dfp.exp
11859 * gdb.arch/s390-tdbregs.exp
11860 * gdb.arch/spu-info.exp
11861 * gdb.arch/spu-ls.exp
11862 * gdb.arch/thumb-bx-pc.exp
11863 * gdb.base/advance.exp
11864 * gdb.base/annota-input-while-running.exp
11865 * gdb.base/arrayidx.exp
11866 * gdb.base/asmlabel.exp
11867 * gdb.base/async.exp
11868 * gdb.base/attach-wait-input.exp
11869 * gdb.base/auto-connect-native-target.exp
11870 * gdb.base/batch-preserve-term-settings.exp
11871 * gdb.base/bfp-test.exp
11872 * gdb.base/bigcore.exp
11873 * gdb.base/bp-permanent.exp
11874 * gdb.base/break-always.exp
11875 * gdb.base/break-fun-addr.exp
11876 * gdb.base/break-idempotent.exp
11877 * gdb.base/break-main-file-remove-fail.exp
11878 * gdb.base/break-probes.exp
11879 * gdb.base/break-unload-file.exp
11880 * gdb.base/break.exp
11881 * gdb.base/call-ar-st.exp
11882 * gdb.base/call-rt-st.exp
11883 * gdb.base/call-sc.exp
11884 * gdb.base/call-signal-resume.exp
11885 * gdb.base/call-strs.exp
11886 * gdb.base/callexit.exp
11887 * gdb.base/callfuncs.exp
11888 * gdb.base/catch-gdb-caused-signals.exp
11889 * gdb.base/catch-signal-siginfo-cond.exp
11890 * gdb.base/catch-syscall.exp
11891 * gdb.base/compare-sections.exp
11892 * gdb.base/cond-eval-mode.exp
11893 * gdb.base/condbreak-call-false.exp
11894 * gdb.base/consecutive-step-over.exp
11895 * gdb.base/cursal.exp
11896 * gdb.base/disabled-location.exp
11897 * gdb.base/disasm-end-cu.exp
11898 * gdb.base/display.exp
11899 * gdb.base/double-prompt-target-event-error.exp
11900 * gdb.base/dprintf-bp-same-addr.exp
11901 * gdb.base/dprintf-detach.exp
11902 * gdb.base/dprintf-next.exp
11903 * gdb.base/dprintf-non-stop.exp
11904 * gdb.base/dprintf-pending.exp
11905 * gdb.base/dso2dso.exp
11906 * gdb.base/ending-run.exp
11907 * gdb.base/enum_cond.exp
11908 * gdb.base/examine-backward.exp
11909 * gdb.base/exe-lock.exp
11910 * gdb.base/exec-invalid-sysroot.exp
11911 * gdb.base/execl-update-breakpoints.exp
11912 * gdb.base/execution-termios.exp
11913 * gdb.base/fileio.exp
11914 * gdb.base/fixsection.exp
11915 * gdb.base/foll-exec-mode.exp
11916 * gdb.base/foll-exec.exp
11917 * gdb.base/fork-running-state.exp
11918 * gdb.base/frame-args.exp
11919 * gdb.base/fullpath-expand.exp
11920 * gdb.base/func-ptr.exp
11921 * gdb.base/gcore-relro-pie.exp
11922 * gdb.base/gdb1090.exp
11923 * gdb.base/gdb1555.exp
11924 * gdb.base/global-var-nested-by-dso.exp
11925 * gdb.base/gnu-ifunc.exp
11926 * gdb.base/hbreak-in-shr-unsupported.exp
11927 * gdb.base/hbreak-unmapped.exp
11928 * gdb.base/hook-stop.exp
11929 * gdb.base/infcall-input.exp
11930 * gdb.base/info-fun.exp
11931 * gdb.base/info-shared.exp
11932 * gdb.base/interrupt-noterm.exp
11933 * gdb.base/jit-so.exp
11934 * gdb.base/jit.exp
11935 * gdb.base/line-symtabs.exp
11936 * gdb.base/list.exp
11937 * gdb.base/longjmp.exp
11938 * gdb.base/macscp.exp
11939 * gdb.base/max-value-size.exp
11940 * gdb.base/nodebug.exp
11941 * gdb.base/nofield.exp
11942 * gdb.base/overlays.exp
11943 * gdb.base/paginate-after-ctrl-c-running.exp
11944 * gdb.base/paginate-bg-execution.exp
11945 * gdb.base/paginate-inferior-exit.exp
11946 * gdb.base/pending.exp
11947 * gdb.base/pr11022.exp
11948 * gdb.base/printcmds.exp
11949 * gdb.base/ptr-typedef.exp
11950 * gdb.base/ptype.exp
11951 * gdb.base/randomize.exp
11952 * gdb.base/range-stepping.exp
11953 * gdb.base/realname-expand.exp
11954 * gdb.base/relativedebug.exp
11955 * gdb.base/remote.exp
11956 * gdb.base/savedregs.exp
11957 * gdb.base/sepdebug.exp
11958 * gdb.base/set-noassign.exp
11959 * gdb.base/shlib-call.exp
11960 * gdb.base/shreloc.exp
11961 * gdb.base/sigaltstack.exp
11962 * gdb.base/sigbpt.exp
11963 * gdb.base/siginfo-addr.exp
11964 * gdb.base/siginfo-obj.exp
11965 * gdb.base/siginfo-thread.exp
11966 * gdb.base/signest.exp
11967 * gdb.base/signull.exp
11968 * gdb.base/sigrepeat.exp
11969 * gdb.base/skip.exp
11970 * gdb.base/so-impl-ld.exp
11971 * gdb.base/solib-corrupted.exp
11972 * gdb.base/solib-disc.exp
11973 * gdb.base/solib-display.exp
11974 * gdb.base/solib-overlap.exp
11975 * gdb.base/solib-search.exp
11976 * gdb.base/solib-symbol.exp
11977 * gdb.base/source-execution.exp
11978 * gdb.base/sss-bp-on-user-bp-2.exp
11979 * gdb.base/sss-bp-on-user-bp.exp
11980 * gdb.base/stack-checking.exp
11981 * gdb.base/stale-infcall.exp
11982 * gdb.base/step-break.exp
11983 * gdb.base/step-line.exp
11984 * gdb.base/step-over-exit.exp
11985 * gdb.base/step-test.exp
11986 * gdb.base/structs.exp
11987 * gdb.base/sym-file.exp
11988 * gdb.base/symtab-search-order.exp
11989 * gdb.base/term.exp
11990 * gdb.base/type-opaque.exp
11991 * gdb.base/unload.exp
11992 * gdb.base/until-nodebug.exp
11993 * gdb.base/until.exp
11994 * gdb.base/unwindonsignal.exp
11995 * gdb.base/watch-cond.exp
11996 * gdb.base/watch-non-mem.exp
11997 * gdb.base/watch_thread_num.exp
11998 * gdb.base/watchpoint-reuse-slot.exp
11999 * gdb.base/watchpoint-solib.exp
12000 * gdb.base/watchpoint.exp
12001 * gdb.btrace/dlopen.exp
12002 * gdb.cell/arch.exp
12003 * gdb.cell/break.exp
12004 * gdb.cell/bt.exp
12005 * gdb.cell/core.exp
12006 * gdb.cell/data.exp
12007 * gdb.cell/dwarfaddr.exp
12008 * gdb.cell/ea-cache.exp
12009 * gdb.cell/ea-standalone.exp
12010 * gdb.cell/ea-test.exp
12011 * gdb.cell/f-regs.exp
12012 * gdb.cell/fork.exp
12013 * gdb.cell/gcore.exp
12014 * gdb.cell/mem-access.exp
12015 * gdb.cell/ptype.exp
12016 * gdb.cell/registers.exp
12017 * gdb.cell/sizeof.exp
12018 * gdb.cell/solib-symbol.exp
12019 * gdb.cell/solib.exp
12020 * gdb.compile/compile-tls.exp
12021 * gdb.cp/exception.exp
12022 * gdb.cp/gdb2495.exp
12023 * gdb.cp/local.exp
12024 * gdb.cp/mb-inline.exp
12025 * gdb.cp/mb-templates.exp
12026 * gdb.cp/pr10687.exp
12027 * gdb.cp/pr9167.exp
12028 * gdb.cp/scope-err.exp
12029 * gdb.cp/templates.exp
12030 * gdb.cp/virtfunc.exp
12031 * gdb.dwarf2/dw2-dir-file-name.exp
12032 * gdb.dwarf2/dw2-single-line-discriminators.exp
12033 * gdb.fortran/complex.exp
12034 * gdb.fortran/library-module.exp
12035 * gdb.guile/guile.exp
12036 * gdb.guile/scm-cmd.exp
12037 * gdb.guile/scm-frame-inline.exp
12038 * gdb.guile/scm-objfile.exp
12039 * gdb.guile/scm-pretty-print.exp
12040 * gdb.guile/scm-symbol.exp
12041 * gdb.guile/scm-type.exp
12042 * gdb.guile/scm-value.exp
12043 * gdb.linespec/keywords.exp
12044 * gdb.linespec/ls-errs.exp
12045 * gdb.linespec/macro-relative.exp
12046 * gdb.linespec/thread.exp
12047 * gdb.mi/mi-breakpoint-changed.exp
12048 * gdb.mi/mi-dprintf-pending.exp
12049 * gdb.mi/mi-fullname-deleted.exp
12050 * gdb.mi/mi-logging.exp
12051 * gdb.mi/mi-pending.exp
12052 * gdb.mi/mi-solib.exp
12053 * gdb.mi/new-ui-mi-sync.exp
12054 * gdb.mi/user-selected-context-sync.exp
12055 * gdb.multi/dummy-frame-restore.exp
12056 * gdb.multi/multi-arch-exec.exp
12057 * gdb.multi/remove-inferiors.exp
12058 * gdb.multi/watchpoint-multi-exit.exp
12059 * gdb.opt/solib-intra-step.exp
12060 * gdb.perf/backtrace.exp
12061 * gdb.perf/single-step.exp
12062 * gdb.perf/skip-command.exp
12063 * gdb.perf/skip-prologue.exp
12064 * gdb.perf/solib.exp
12065 * gdb.python/lib-types.exp
12066 * gdb.python/py-as-string.exp
12067 * gdb.python/py-bad-printers.exp
12068 * gdb.python/py-block.exp
12069 * gdb.python/py-breakpoint.exp
12070 * gdb.python/py-cmd.exp
12071 * gdb.python/py-events.exp
12072 * gdb.python/py-evthreads.exp
12073 * gdb.python/py-finish-breakpoint.exp
12074 * gdb.python/py-finish-breakpoint2.exp
12075 * gdb.python/py-frame-inline.exp
12076 * gdb.python/py-frame.exp
12077 * gdb.python/py-inferior.exp
12078 * gdb.python/py-infthread.exp
12079 * gdb.python/py-mi.exp
12080 * gdb.python/py-objfile.exp
12081 * gdb.python/py-pp-maint.exp
12082 * gdb.python/py-pp-registration.exp
12083 * gdb.python/py-prettyprint.exp
12084 * gdb.python/py-recurse-unwind.exp
12085 * gdb.python/py-shared.exp
12086 * gdb.python/py-symbol.exp
12087 * gdb.python/py-symtab.exp
12088 * gdb.python/py-template.exp
12089 * gdb.python/py-type.exp
12090 * gdb.python/py-unwind-maint.exp
12091 * gdb.python/py-unwind.exp
12092 * gdb.python/py-value.exp
12093 * gdb.python/python.exp
12094 * gdb.reverse/finish-reverse-bkpt.exp
12095 * gdb.reverse/insn-reverse.exp
12096 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12097 * gdb.reverse/solib-precsave.exp
12098 * gdb.reverse/solib-reverse.exp
12099 * gdb.stabs/gdb11479.exp
12100 * gdb.stabs/weird.exp
12101 * gdb.threads/fork-child-threads.exp
12102 * gdb.threads/fork-plus-threads.exp
12103 * gdb.threads/fork-thread-pending.exp
12104 * gdb.threads/forking-threads-plus-breakpoint.exp
12105 * gdb.threads/hand-call-in-threads.exp
12106 * gdb.threads/interrupted-hand-call.exp
12107 * gdb.threads/linux-dp.exp
12108 * gdb.threads/local-watch-wrong-thread.exp
12109 * gdb.threads/next-while-other-thread-longjmps.exp
12110 * gdb.threads/non-ldr-exit.exp
12111 * gdb.threads/pending-step.exp
12112 * gdb.threads/print-threads.exp
12113 * gdb.threads/process-dies-while-detaching.exp
12114 * gdb.threads/process-dies-while-handling-bp.exp
12115 * gdb.threads/pthreads.exp
12116 * gdb.threads/queue-signal.exp
12117 * gdb.threads/reconnect-signal.exp
12118 * gdb.threads/signal-command-handle-nopass.exp
12119 * gdb.threads/signal-command-multiple-signals-pending.exp
12120 * gdb.threads/signal-delivered-right-thread.exp
12121 * gdb.threads/signal-sigtrap.exp
12122 * gdb.threads/sigthread.exp
12123 * gdb.threads/staticthreads.exp
12124 * gdb.threads/stepi-random-signal.exp
12125 * gdb.threads/thread-unwindonsignal.exp
12126 * gdb.threads/thread_check.exp
12127 * gdb.threads/thread_events.exp
12128 * gdb.threads/tid-reuse.exp
12129 * gdb.threads/tls-nodebug.exp
12130 * gdb.threads/tls-shared.exp
12131 * gdb.threads/tls-so_extern.exp
12132 * gdb.threads/tls.exp
12133 * gdb.threads/wp-replication.exp
12134 * gdb.trace/actions-changed.exp
12135 * gdb.trace/actions.exp
12136 * gdb.trace/backtrace.exp
12137 * gdb.trace/change-loc.exp
12138 * gdb.trace/collection.exp
12139 * gdb.trace/deltrace.exp
12140 * gdb.trace/disconnected-tracing.exp
12141 * gdb.trace/entry-values.exp
12142 * gdb.trace/ftrace-lock.exp
12143 * gdb.trace/ftrace.exp
12144 * gdb.trace/infotrace.exp
12145 * gdb.trace/mi-trace-frame-collected.exp
12146 * gdb.trace/mi-trace-unavailable.exp
12147 * gdb.trace/mi-traceframe-changed.exp
12148 * gdb.trace/mi-tracepoint-changed.exp
12149 * gdb.trace/mi-tsv-changed.exp
12150 * gdb.trace/no-attach-trace.exp
12151 * gdb.trace/packetlen.exp
12152 * gdb.trace/passc-dyn.exp
12153 * gdb.trace/passcount.exp
12154 * gdb.trace/pending.exp
12155 * gdb.trace/pr16508.exp
12156 * gdb.trace/qtro.exp
12157 * gdb.trace/range-stepping.exp
12158 * gdb.trace/read-memory.exp
12159 * gdb.trace/report.exp
12160 * gdb.trace/save-trace.exp
12161 * gdb.trace/signal.exp
12162 * gdb.trace/stap-trace.exp
12163 * gdb.trace/status-stop.exp
12164 * gdb.trace/strace.exp
12165 * gdb.trace/tfile.exp
12166 * gdb.trace/tfind.exp
12167 * gdb.trace/trace-break.exp
12168 * gdb.trace/trace-condition.exp
12169 * gdb.trace/trace-enable-disable.exp
12170 * gdb.trace/trace-mt.exp
12171 * gdb.trace/tracecmd.exp
12172 * gdb.trace/tracefile-pseudo-reg.exp
12173 * gdb.trace/tspeed.exp
12174 * gdb.trace/tstatus.exp
12175 * gdb.trace/tsv.exp
12176 * gdb.trace/unavailable.exp
12177 * gdb.trace/while-dyn.exp
12178 * gdb.trace/while-stepping.exp
12179 * lib/gdb-guile.exp
12180 * lib/gdb.exp
12181 * lib/mi-support.exp
12182 * lib/pascal.exp
12183 * lib/perftest.exp
12184 * lib/prelink-support.exp
12185 * lib/selftest-support.exp
12186
ad02e4fe
SM
121872016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12188
12189 * Makefile.in: Include disable-implicit-rules.mk.
12190
22347e55
AA
121912016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12192
12193 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12194 non-byte-aligned bit fields.
12195
da5b30da
AA
121962016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12197
12198 PR gdb/12616
12199 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12200 respects the DW_AT_data_bit_offset attribute.
12201
b593ecca
SM
122022016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12203
12204 * gdb.base/default.exp: Fix output of "set language".
12205
3b165252
SM
122062016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12207
12208 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12209 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12210 make.
12211 * configure.ac: Remove checks for the make program.
12212 * configure: Re-generate.
12213
1a2f3d7f
KB
122142016-11-16 Kevin Buettner <kevinb@redhat.com>
12215
12216 * gdb.python/py-recurse-unwind.c (main): Add loop.
12217 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12218 to read_register() and gdb.parse_and_eval(). Make each code
12219 call a separate case that can be individually tested.
12220 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12221 proc. Call cont_and_backtrace for each of the code paths that
12222 we want to test in the unwinder.
12223
b7f38fda
AA
122242016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12225
12226 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12227 the definition of struct S.
12228
1f8db343
CM
122292016-11-11 Catherine Moore <clm@codesourcery.com>
12230
12231 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12232
fad0c9fb
PA
122332016-11-09 Pedro Alves <palves@redhat.com>
12234
12235 * gdb.base/commands.exp (runto_or_return): New procedure.
12236 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12237 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12238 (progvar_simple_while_test, progvar_complex_if_while_test)
12239 (if_while_breakpoint_command_test)
12240 (infrun_breakpoint_command_test, breakpoint_command_test)
12241 (user_defined_command_test, watchpoint_command_test)
12242 (test_command_prompt_position, redefine_hook_test)
12243 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12244 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12245 multi_line_input and multi_line. Remove gdb_expect and
12246 gdb_stop_suppressing_tests uses.
12247 * lib/gdb.exp (valnum_re): New global.
12248 (multi_line_input): New procedure.
12249
8354c62c
SM
122502016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12251
12252 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12253 Remove.
12254 (test_setup): Define with proc_with_prefix.
12255 (test_cli_inferior): Likewise.
12256 (test_cli_thread): Likewise.
12257 (test_cli_frame): Likewise.
12258 (test_cli_select_frame): Likewise.
12259 (test_cli_up_down): Likewise.
12260 (test_mi_thread_select): Likewise.
12261 (test_mi_stack_select_frame): Likewise.
12262 (test_cli_in_mi_inferior): Likewise.
12263 (test_cli_in_mi_thread): Likewise.
12264 (test_cli_in_mi_frame): Likewise.
12265 (top level): Do not use with_test_prefix_procname.
12266
64f367a2
PA
122672016-11-09 Pedro Alves <palves@redhat.com>
12268
12269 * gdb.base/commands.exp (gdbvar_simple_if_test)
12270 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12271 (progvar_simple_if_test, progvar_simple_while_test)
12272 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12273 (infrun_breakpoint_command_test, breakpoint_command_test)
12274 (user_defined_command_test, watchpoint_command_test)
12275 (test_command_prompt_position, deprecated_command_test)
12276 (bp_deleted_in_command, temporary_breakpoint_commands)
12277 (stray_arg0_test, source_file_with_indented_comment)
12278 (recursive_source_test, if_commands_test)
12279 (error_clears_commands_left, redefine_hook_test)
12280 (redefine_backtrace_test): Use proc_with_prefix.
12281 * lib/gdb.exp (proc_with_prefix): New proc.
12282
0bb65f1e
AA
122832016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12284
12285 * gdb.base/tui-layout.c: New file.
12286 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12287 disassembly window contains very long lines.
12288
7353f247
TT
122892016-11-08 Tom Tromey <tom@tromey.com>
12290
12291 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12292 depend on Python 2.
12293
30a7bb83
TT
122942016-11-08 Tom Tromey <tom@tromey.com>
12295
12296 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12297 New method.
12298
cdf5a07c
MG
122992016-10-29 Manish Goregaokar <manish@mozilla.com>
12300
2806dc7e 12301 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 12302
51a789c3
MG
123032016-10-27 Manish Goregaokar <manish@mozilla.com>
12304
2806dc7e
PA
12305 * gdb.rust/simple.rs: Add test for univariant enums without
12306 discriminants and for encoded struct-like enums.
51a789c3 12307
f610ab6d
PA
123082016-10-28 Pedro Alves <palves@redhat.com>
12309
12310 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12311 gdb_test_multiple, tighten regexps and match symtabs and line
12312 tables incrementally.
12313
b129b0ca
LM
123142016-10-28 Luis Machado <lgustavo@codesourcery.com>
12315
12316 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12317 general.
12318
ecf45d2c
SL
123192016-10-25 Luis Machado <lgustavo@codesourcery.com>
12320
12321 * gdb.base/exec-invalid-sysroot.exp: New file.
12322
b8d38ee4
JK
123232016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12324
12325 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12326
f90fd8c2
JK
123272016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12328
12329 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12330
2d2476aa
MR
123312016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12332
2806dc7e
PA
12333 * gdb.base/killed-outside.exp: Remove $options from a call to
12334 `prepare_for_testing'.
2d2476aa 12335
e42b25a0
SM
123362016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12337
12338 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12339 Change test message.
12340
3ccdb432
SM
123412016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12342
12343 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12344 Update comment.
12345
5bad3170
SM
123462016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12347
12348 * gdb.trace/mi-trace-save.exp: New file.
12349
5ad9dba7
YQ
123502016-10-13 Yao Qi <yao.qi@linaro.org>
12351
12352 * gdb.base/code_elim.exp (get_var_address): Remove.
12353 * gdb.base/relocate.exp: Likewise.
12354 * gdb.base/shreloc.exp: Likewise.
12355 * lib/gdb.exp (get_var_address): New.
12356
62df7e21
YQ
123572016-10-13 Yao Qi <yao.qi@linaro.org>
12358
12359 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12360 floating point tests if $skip_float_test is false.
12361
4dac951e
LM
123622016-10-12 Luis Machado <lgustavo@codesourcery.com>
12363
12364 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12365 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12366 argc values.
12367 Add 1 to argc so we guarantee distinct initial/modified argc values.
12368
8f1a8fc4
JK
123692016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12370
12371 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12372
16c85b5d
JK
123732016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12374
12375 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12376 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12377 * gdb.arch/vsx-regs.exp: Likewise.
12378
1d0e042a
YQ
123792016-10-07 Yao Qi <yao.qi@linaro.org>
12380
12381 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12382
68dadef5
MM
123832016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12384
12385 * gdb.python/python.exp: Test decode_line("*0").
12386
33fa2c6e
DE
123872016-10-06 Doug Evans <dje@google.com>
12388
12389 * gdb.python/py-value.exp (test_value_creation): Add test for large
12390 unsigned 64-bit value.
12391
9c37b5ae
TT
123922016-10-06 Tom Tromey <tom@tromey.com>
12393
12394 * gdb.compile/compile.exp: Change java tests to rust.
12395 * gdb.base/setshow.exp: Change java tests to rust.
12396 * gdb.base/default.exp: Remove java from language list.
12397 * README (Examples): Update language example.
12398 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12399 test.
12400 * lib/gdb.exp (skip_java_tests): Remove.
12401 * lib/java.exp: Remove.
12402 * gdb.java: Remove.
12403
78b86327
MR
124042016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12405
12406 * gdb.arch/mips-fcr.exp: New test.
12407 * gdb.arch/mips-fcr.c: Source for the new test.
12408
7470adbb
MR
124092016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12410
12411 * gdb.base/solib-disc.exp: Use `standard_output_file'
12412 throughout.
12413
4a556533
PA
124142016-10-06 Pedro Alves <palves@redhat.com>
12415
12416 * gdb.base/jit-simple-dl.c: New file.
12417 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12418 * gdb.base/jit-simple.c: ... this.
12419 * gdb.base/jit-simple.exp (jit_run): Delete.
12420 (build_jit): New proc.
12421 (jit_test_reread): Recompile either the main program or the shared
12422 library, depending on what is being tested. Skip changing address
12423 if caller wants to. Compare before/after addresses. If testing
12424 standalone, explicitly load the binary. Test "maint info
12425 breakpoints".
12426 (top level): Add "standalone vs shared lib" and "change address"
12427 vs "same address" axes.
12428
5a122fbc
PA
124292016-10-06 Pedro Alves <palves@redhat.com>
12430
12431 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12432 call.
12433 (jit_run): Delete.
12434 (jit_test_reread): Use with_test_prefix. Reload the main binary
12435 explicitly. Compare the before/after addresses of the JIT
12436 descriptor.
12437
ee8da4b8
DE
124382016-08-15 Doug Evans <dje@google.com>
12439
12440 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12441 for single bitfields is bool.
12442 * gdb.xml/tdesc-regs.exp: Ditto.
12443
f389f6fe
JK
124442016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12445
12446 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12447
fdebf1a4
YQ
124482016-10-05 Yao Qi <yao.qi@linaro.org>
12449
12450 * lib/gdb.exp (support_complex_tests): Return zero if
12451 gdb_skip_float_test return true.
12452
9c36d954 124532016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12454 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
12455
12456 PR gdb/20487
12457 * gdb.mi/user-selected-context-sync.exp: New file.
12458 * gdb.mi/user-selected-context-sync.c: New file.
12459
4034d0ff 124602016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12461 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
12462
12463 PR gdb/20487
12464 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12465 =thread-select-event check.
12466
a4297203
PB
124672016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12468
12469 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12470 the compulsory L operand changes.
12471 * gdb.arch/powerpc-power.s: Likewise.
12472
bb805577
JK
124732016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12474
12475 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12476 * gdb.base/jit-attach-pie.c: New file.
12477 * gdb.base/jit-attach-pie.exp: New file.
12478
6d61dee5
PA
124792016-09-28 Pedro Alves <palves@redhat.com>
12480
12481 * gdb.base/infcall-input.c: New file.
12482 * gdb.base/infcall-input.exp: New file.
12483
f73842fc
YQ
124842016-09-22 Yao Qi <yao.qi@linaro.org>
12485
12486 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12487 (gdb_exit): Rename it to ...
12488 (gdbserver_gdb_exit): ... Close GDBserver.
12489 (gdb_exit): New proc, call gdbserver_gdb_exit.
12490 (mi_gdb_exit): Likewise.
12491
90681dab
YQ
124922016-09-22 Yao Qi <yao.qi@linaro.org>
12493
12494 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12495 path.
12496 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12497 Remove duplication.
12498
9c211fd8
YQ
124992016-09-22 Yao Qi <yao.qi@linaro.org>
12500
12501 * lib/gdbserver-support.exp: Check the existence of
12502 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12503
ad0a504f
AK
125042016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12505
12506 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12507
36cf1806
TT
125082016-09-21 Tom Tromey <tom@tromey.com>
12509
12510 PR gdb/20604:
12511 * gdb.base/quit.exp: New file.
12512
74172ecf
SM
125132016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12514
12515 * .gitignore: New file.
12516
3d0ec882
MR
125172016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12518
12519 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12520 throughout.
12521
8193adea
AA
125222016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12523
12524 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12525
d41a5c09
JK
125262016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12527
12528 * gdb.cp/casts.cc (decltype): Move it ...
12529 (main): ... with its call to ...
12530 * gdb.cp/casts03.cc: ... a new file.
12531 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12532
d2dfe700
JK
125332016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12534
12535 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12536
e2a92b16
PB
125372016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12538
12539 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12540 and sync up the test with tests in gas/testsuite/gas/ppc.
12541 * gdb.arch/powerpc-power.exp: Likewise.
12542
49b4de64
JK
125432016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12544
12545 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12546
2c29df25
SDJ
125472016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12548 Jan Kratochvil <jan.kratochvil@redhat.com>
12549
12550 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12551 make m1's definition to be different from m2's. Use 'dummy' as an
12552 argument for probe 'two'.
12553
cc3c2846
JB
125542016-09-10 Jon Beniston <jon@beniston.com>
12555
12556 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12557 for sim target.
12558
e1b2624a
AA
125592016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12560
12561 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12562 variable declaration.
12563 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12564 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12565 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12566 received HWCAP as its argument.
12567
4295e285
PA
125682016-09-06 Pedro Alves <palves@redhat.com>
12569
12570 * gdb.base/new-ui-pending-input.c: New file.
12571 * gdb.base/new-ui-pending-input.exp: New file.
12572 * gdb.exp (clear_gdb_spawn_id): New procedure.
12573 (with_spawn_id): Check whether gdb_spawn_id exists before
12574 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12575 on exit.
12576
00d5215e
UW
125772016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12578
12579 * gdb.base/float128.c: New file.
12580 * gdb.base/float128.exp: Likewise.
12581 * gdb.base/floatn.c: Likewise.
12582 * gdb.base/floatn.exp: Likewise.
12583
a9ff5f12
UW
125842016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12585
12586 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12587
f245535c
PA
125882016-09-05 Pedro Alves <palves@redhat.com>
12589
12590 PR backtrace/19927
12591 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12592 unwinders are immediately called as side effect of "source" or
12593 "disable unwinder" commands.
12594 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12595
ae9cf263
YQ
125962016-09-02 Yao Qi <yao.qi@linaro.org>
12597
12598 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12599 is true and $type is "float" or "double".
12600
27aba047
YQ
126012016-09-02 Yao Qi <yao.qi@linaro.org>
12602
12603 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12604 true.
12605 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12606 * gdb.base/call-rt-st.exp: Likewise.
12607 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12608 return value instead of gdb,skip_float_test.
12609 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12610 (do_function_calls): Use its return value instead of
12611 gdb,skip_float_test.
12612 * gdb.base/finish.exp: Likewise.
12613 * gdb.base/funcargs.exp: Likewise.
12614 * gdb.base/return.exp: Likewise.
12615 * gdb.base/return2.exp: Likewise.
12616 * gdb.base/varargs.exp: Likewise.
12617 * lib/gdb.exp (gdb_skip_float_test): Change it to
12618 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12619
5af962df
AA
126202016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12621
12622 * gdb.multi/tids.exp: Test "thread apply all".
12623
7fac6910
JK
126242016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12625
12626 * gdb.base/default.exp (tty): Remove.
12627
bb1fe4ac
KB
126282016-08-24 Kevin Buettner <kevinb@redhat.com>
12629
2806dc7e
PA
12630 * gdb.python/py-recurse-unwind.c: New file.
12631 * gdb.python/py-recurse-unwind.py: New file.
12632 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 12633
0a1ddfa6
SM
126342016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12635
12636 * gdb.base/set-inferior-tty.exp: New file.
12637 * gdb.base/set-inferior-tty.c: New file.
12638
d9de1fe3
PA
126392016-08-23 Pedro Alves <palves@redhat.com>
12640
12641 PR gdb/20494
12642 * gdb.base/new-ui-echo.c: New file.
12643 * gdb.base/new-ui-echo.exp: New file.
12644
e9d9abd7
YQ
126452016-08-23 Yao Qi <yao.qi@linaro.org>
12646
12647 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12648 gdbserver_spawn.
12649 * gdb.server/connect-without-multi-process.exp (do_test):
12650 Likewise.
12651
3589529e
YQ
126522016-08-23 Yao Qi <yao.qi@linaro.org>
12653
12654 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12655 standalone_txt. Delete gdb_txt and standalone_txt on host
12656 and target. Spawn the binary on target. Copy files from
12657 target to host.
12658
6bb90213
PA
126592016-08-22 Pedro Alves <palves@redhat.com>
12660
12661 PR gdb/20505
12662 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12663 with_test_prefix. Factor out bits to ...
12664 (test_no_vdso): ... this new procedure.
12665
20c2c024
CL
126662016-08-19 Carl Love <cel@us.ibm.com>
12667
12668 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12669 maintaining separate logic for constructing the output path.
12670 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12671 * gdb.arch/ppc-dfp.exp: Likewise.
12672 * gdb.arch/ppc-fp.exp: Likewise.
12673 * gdb.arch/vsx-regs.exp: Likewise.
12674 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12675 binprefix for generating the additional binary files.
12676
0646e07d
PA
126772016-08-19 Pedro Alves <palves@redhat.com>
12678
12679 * gdb.trace/mi-trace-frame-collected.exp
12680 (test_trace_frame_collected): On x32, expect two registers.
12681
46da9242
CL
126822016-08-18 Carl Love <cel@us.ibm.com>
12683
12684 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12685 and sync up the test with tests in gas/testsuite/gas/ppc.
12686 * gdb.arch/powerpc-power.exp: Likewise.
12687
eb2332d7
SM
126882016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12689
12690 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12691 expected error message.
12692
63c61e04
SM
126932016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12694
12695 * gdb.multi/remove-inferiors.exp: New file.
12696 * gdb.multi/remove-inferiors.c: New file.
12697
7b17065f
YQ
126982016-08-12 Yao Qi <yao.qi@linaro.org>
12699
12700 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12701 argument list.
12702
01d3dedf
PA
127032016-08-10 Pedro Alves <palves@redhat.com>
12704
12705 PR gdb/19187
12706 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12707 setup_kfails.
12708
3eb7562a
PA
127092016-08-09 Pedro Alves <palves@redhat.com>
12710 Simon Marchi <simon.marchi@ericsson.com>
12711
12712 PR gdb/20418
12713 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12714 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12715
80614914
PA
127162016-08-09 Pedro Alves <palves@redhat.com>
12717
12718 PR mi/20431
12719 * gdb.mi/mi-cmd-error.exp: New file.
12720
f348d89a
PA
127212016-08-09 Pedro Alves <palves@redhat.com>
12722
12723 PR gdb/18653
12724 * gdb.base/signals-state-child.c: New file.
12725 * gdb.base/signals-state-child.exp: New file.
12726 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12727
e5ca03b4
PA
127282016-08-09 Pedro Alves <palves@redhat.com>
12729
12730 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12731
282a0691
TT
127322016-08-03 Tom Tromey <tom@tromey.com>
12733
12734 PR python/18565:
12735 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12736
41bfcd63
YQ
127372016-08-01 Yao Qi <yao.qi@linaro.org>
12738
12739 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12740 variable mode to "multi-process" if $multi_process is 1, otherwise
12741 set it to "single-process".
12742
e3465b24
YQ
127432016-08-01 Yao Qi <yao.qi@linaro.org>
12744
12745 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12746 * gdb.cp/cpexprs.exp: Likewise.
12747 * gdb.cp/m-static.exp: Likewise.
12748
0b31a4bc
TT
127492016-07-26 Tom Tromey <tom@tromey.com>
12750
12751 PR python/20190:
12752 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12753 test.
12754
e0461dbb
MM
127552016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12756
12757 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12758 selecting assembly source files.
12759 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12760 assembly source files.
12761 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12762 assembly source files.
12763 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12764 selecting assembly source files.
12765
8194e927
SM
127662016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12767
12768 * gdb.base/new-ui.exp (do_test_invalid_args): New
12769 procedure.
12770
c0272db5
TW
127712016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12772
12773 * gdb.btrace/reconnect.c: New file.
12774 * gdb.btrace/reconnect.exp: New file.
12775
e3487908
GKB
127762016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12777
12778 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12779 to test_catch_syscall_group.
12780 (test_catch_syscall_group): New.
12781
12df5c00
TT
127822016-07-21 Tom Tromey <tom@tromey.com>
12783
12784 * gdb.rust/simple.rs (main): Use empty struct expression.
12785 * gdb.rust/simple.exp: Add tests for empty struct expression.
12786
bae62ee2
YQ
127872016-07-21 Yao Qi <yao.qi@linaro.org>
12788
12789 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12790 if gdb_skip_xml_test is true on some targets.
12791
b1b53fb3
YQ
127922016-07-21 Yao Qi <yao.qi@linaro.org>
12793
12794 * gdb.server/solib-list.exp: Unset last_loaded_file.
12795
027d97f8
JK
127962016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12797
12798 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12799 "step into captured_main (args)".
12800
7674d381
JK
128012016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12802
12803 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12804
72b5d099
JK
128052016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12806
12807 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12808
1f960ced
PA
128092016-07-19 Pedro Alves <palves@redhat.com>
12810
12811 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12812 * gdb.opt/inline-bt.exp: Likewise.
12813 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12814 additional_flags=-Winline.
12815 * gdb.opt/inline-locals.exp: Likewise.
12816 * gdb.opt/inline-markers.c (ATTR): Define.
12817 (inlined_fn): Use it.
12818
f25827c1
YQ
128192016-07-19 Yao Qi <yao.qi@linaro.org>
12820
12821 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12822 (test_with_self): Remove some code. Remove argument executable.
12823 (top-level): Use do_self_tests.
12824
37539ebe
DB
128252016-07-15 Zachary Welch <zwelch@codesourcery.com>
12826 Don Breazeal <donb@codesourcery.com>
12827
12828 * gdb.base/maint.exp: Escape paths used in regular expressions.
12829 * gdb.stabs/weird.exp: Likewise.
12830
dac790e1
TT
128312016-07-13 Tom Tromey <tom@tromey.com>
12832
12833 PR python/15620, PR python/18620:
12834 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12835 (test_bkpt_events): New procs.
12836
93daf339
TT
128372016-07-13 Tom Tromey <tom@tromey.com>
12838
12839 PR python/17698:
12840 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12841 test.
12842 (test_watchpoints): Likewise.
12843 (test_bkpt_pending): New proc.
12844
6571a381
TT
128452016-07-13 Tom Tromey <tom@tromey.com>
12846
12847 PR cli/18053:
12848 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12849 completion test.
12850
e8732474
JK
128512016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12852
12853 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12854 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12855 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12856 f_label.
12857 (g): Rename g_end_lbl to g_label.
12858 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12859 low_pc and high_pc.
12860 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12861
e0f3fd7c
TT
128622016-07-12 Tom Tromey <tom@tromey.com>
12863
12864 PR python/19293:
12865 * gdb.python/py-unwind-maint.exp: Update tests.
12866
3cfe46b6
YQ
128672016-07-12 Yao Qi <yao.qi@linaro.org>
12868
12869 * lib/selftest-support.exp (selftest_setup): Match the output
12870 when captured_main is inlined.
12871
4f19a0e6
WT
128722016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12873
12874 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12875 New variables.
12876 (print this%a, print this%b, print this): New tests.
12877 * gdb.fortran/derived-types.f90 (this): New object and
12878 initialization.
12879
986cf455
SM
128802016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12881
12882 * gdb.ada/arraydim.exp: Remove extra directory level in build
12883 directory.
12884
f0464b23
SM
128852016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12886
12887 * lib/ada.exp: Remove extra directory level in build directory.
12888 * gdb.ada/cond_lang.exp: Likewise.
12889 * gdb.ada/exec_changed.exp: Likewise.
12890 * gdb.ada/lang_switch.exp: Likewise.
12891
42d94011
MG
128922016-07-06 Manish Goregaokar <manish@mozilla.com>
12893
2806dc7e
PA
12894 * simple.rs: Add test for raw pointer subscripting.
12895 * simple.exp: Add test expectations.
42d94011 12896
647c264c
YQ
128972016-07-05 Yao Qi <yao.qi@linaro.org>
12898
12899 * gdb.mi/mi-reverse.exp: Match =record-started output.
12900
20aa2c60
PA
129012016-07-01 Pedro Alves <palves@redhat.com>
12902
12903 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12904 procedure.
12905 (jit_reader_test): Test the jit reader's unwinder.
12906 * gdb.base/jithost.c (jit_function_00_code): New global.
12907 (main): Use memcpy to fill in the mmapped code, instead of poking
12908 bytes manually here.
12909 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12910 value.
12911 (read_debug_info): Save the function's range.
12912 (read_sp): New function.
12913 (unwind_frame): Use it. Also unwind RBP.
12914 (get_frame_id): Use read_sp.
12915 (gdb_init_reader): Use calloc instead of malloc.
12916 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12917 parameter. Use gdb_test_multiple.
12918
ced2dffb
PA
129192016-07-01 Pedro Alves <palves@redhat.com>
12920 Antoine Tremblay <antoine.tremblay@ericsson.com>
12921
12922 * gdb.threads/process-dies-while-detaching.c: New file.
12923 * gdb.threads/process-dies-while-detaching.exp: New file.
12924
63000888
PA
129252016-07-01 Pedro Alves <palves@redhat.com>
12926
12927 * gdb.multi/watchpoint-multi-exit.c: New file.
12928 * gdb.multi/watchpoint-multi-exit.exp: New file.
12929
038d4868
PA
129302016-06-30 Pedro Alves <palves@redhat.com>
12931
12932 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12933 unset inferior_spawn_id.
12934
994e9c83
PA
129352016-06-30 Pedro Alves <palves@redhat.com>
12936
12937 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12938 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12939
e5653468
YQ
129402016-06-29 Yao Qi <yao.qi@linaro.org>
12941
12942 * gdb.base/return.c: Add copyright header.
12943
803b47e5
TT
129442016-06-29 Tom Tromey <tom@tromey.com>
12945
12946 PR python/20129:
12947 * gdb.python/py-framefilter.exp: Add tests for setting priority
12948 and disabling of non-existent frame filter.
12949
28244707
YQ
129502016-06-29 Yao Qi <yao.qi@linaro.org>
12951
12952 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12953 0x0f07ff.
12954
a31d2f06
YQ
129552016-06-28 Yao Qi <yao.qi@linaro.org>
12956
12957 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12958 triplets. Start gdb, execute catch syscall, and continue. Check
12959 gdb's output to determine catch syscall is supported.
12960
921d8f54
MG
129612016-06-27 Manish Goregaokar <manish@mozilla.com>
12962
25d49b86
PA
12963 * gdb.rust/simple.rs: Add test for returning unit in a function.
12964 * gdb.rust/simple.exp: Add expectation for functions returning
12965 unit.
921d8f54 12966
f4952523
PMR
129672016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12968
12969 * gdb.python/py-breakpoint-create-fail.c,
12970 gdb.python/py-breakpoint-create-fail.exp,
12971 gdb.python/py-breakpoint-create-fail.py: New testcase.
12972
fccb08f8
MG
129732016-06-25 Manish Goregaokar <manish@mozilla.com>
12974
12975 PR gdb/20239
12976 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12977 * gdb.rust/simple.exp: Add test expectations for new NonZero
12978 tests.
fccb08f8 12979
6b850546
DT
129802016-06-24 David Taylor <dtaylor@emc.com>
12981
12982 * gdb.base/offsets.exp: New file.
12983 * gdb.base/offsets.c: New file.
12984
17621150
TT
129852016-06-23 Tom Tromey <tom@tromey.com>
12986
12987 PR gdb/16483:
12988 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12989 before any filters are loaded.
12990
04d59df6
WT
129912016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12992
12993 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12994 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12995 structs.
12996 * gdb.fortran/derived-type-function.exp: New file.
12997 * gdb.fortran/derived-type-function.f90: New file.
12998
12999
ac69f786
PA
130002016-06-21 Pedro Alves <palves@redhat.com>
13001
13002 * gdb.base/new-ui.exp: New file.
13003 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
13004 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
13005 (with_spawn_id): New procedure.
13006
49940788
PA
130072016-06-21 Pedro Alves <palves@redhat.com>
13008
13009 * gdb.mi/mi-exec-run.exp: New file.
13010
ef274d26
PA
130112016-06-21 Pedro Alves <palves@redhat.com>
13012
13013 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
13014 breakpoint command's output on the main UI.
13015 (test_break): New procedure, factored out from calls in the top
13016 level.
13017 (top level): Use foreach_with_prefix to test MI as main UI and as
13018 separate UI.
13019
468afe6c
PA
130202016-06-21 Pedro Alves <palves@redhat.com>
13021
13022 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
13023 (test_awatch_creation_and_listing)
13024 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
13025 Remove 'type' parameter.
13026 (test_watchpoint_all): New parameter mi_mode. Remove
13027 with_test_prefix.
13028 (top level): Use foreach_with_prefix, and add main/separate UI MI
13029 testing axis.
13030
51f77c37
PA
130312016-06-21 Pedro Alves <palves@redhat.com>
13032
13033 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
13034 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
13035 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
13036 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
13037 (gdb_main_spawn_id, mi_spawn_id): Declare and
13038 comment.
13039 (mi_create_inferior_pty): New procedure,
13040 factored out from default_mi_gdb_start.
13041 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
13042 procedures.
13043 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
13044 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
13045 Use mi_create_inferior_pty.
13046 (mi_gdb_start): Use eval to pass down args list.
13047
8980e177
PA
130482016-06-21 Pedro Alves <palves@redhat.com>
13049
13050 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
13051 * gdb.opt/inline-cmds.exp: Add MI tests.
13052
f38d3ad1
PA
130532016-06-21 Pedro Alves <palves@redhat.com>
13054
13055 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
13056
45db7c09
PA
130572016-06-21 Pedro Alves <palves@redhat.com>
13058
13059 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
13060 (top level): Use it instead of mi_execute_to.
13061
5a069ab3
PA
130622016-06-21 Pedro Alves <palves@redhat.com>
13063
13064 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
13065 (cont_handler_str): New.
13066 (signal_stop_handler): Set stop_handler_str instead of printing to
13067 stdout.
13068 (continue_handler): Set cont_handler_str instead of printing to
13069 stdout.
13070 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
13071 mi_send_resuming_command. Print stop_handler_str and
13072 cont_handler_str instead of expecting the python events print
13073 directly.
13074
2838cc1d
SD
130752016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
13076
13077 * gdb.base/jit-reader.exp: New file.
13078 * gdb.base/jithost.c: New file.
13079 * gdb.base/jithost.h: New file.
13080 * gdb.base/jitreader.c : New file.
13081 * gdb.base/jit-protocol.h: New file.
13082
21a77091
YQ
130832016-06-17 Yao Qi <yao.qi@linaro.org>
13084
13085 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
13086 parameters follow_fork and detach_on_fork. Set follow-fork-mode
13087 and detach-on-fork. Adjust tests.
13088 (top level): Invoke break_cond_on_syscall with combinations of
13089 syscall, follow-fork-mode and detach-on-fork.
13090
f50bf8e5
YQ
130912016-06-17 Yao Qi <yao.qi@linaro.org>
13092
13093 * gdb.base/step-over-exit.c: New.
13094 * gdb.base/step-over-exit.exp: New.
13095
a28d8e50
YTL
130962016-06-17 Yan-Ting Lin <currygt52@gmail.com>
13097
13098 * gdb.base/float.exp: Add target check for nds32*-*-*.
13099 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
13100
cad8e26d
AB
131012016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
13102
13103 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
13104 for unsupported target features.
13105 * gdb.base/call-rt-st.exp: Likewise.
13106 * gdb.base/call-sc.exp: Likewise.
13107 * gdb.base/call-signal-resume.exp: Likewise.
13108 * gdb.base/call-strs.exp: Likewise.
13109 * gdb.base/callexit.exp: Likewise.
13110 * gdb.base/callfuncs.exp: Likewise.
13111 * gdb.base/nodebug.exp: Likewise.
13112 * gdb.base/printcmds.exp: Likewise.
13113 * gdb.base/ptype.exp: Likewise.
13114 * gdb.base/structs.exp: Likewise.
13115 * gdb.base/unwindonsignal.exp: Likewise.
13116 * gdb.cp/gdb2495.exp: Likewise.
13117 * gdb.cp/templates.exp: Likewise.
13118 * gdb.cp/virtfunc.exp: Likewise.
13119 * gdb.threads/hand-call-in-threads.exp: Likewise.
13120 * gdb.threads/interrupted-hand-call.exp: Likewise.
13121 * gdb.threads/thread-unwindonsignal.exp: Likewise.
13122
347dc102
TT
131232016-06-10 Tom Tromey <tom@tromey.com>
13124
13125 PR rust/20110:
13126 * gdb.rust/expr.exp: Add test for integer constant larger than
13127 i32.
13128
5e13cf25
BH
131292016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
13130
13131 * gdb.fortran/nested-funcs.exp: New.
13132 * gdb.fortran/nested-funcs.f90: New.
13133
bb556f1f
TK
131342016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
13135
13136 * gdb.base/examine-backward.c: New file.
13137 * gdb.base/examine-backward.exp: New file.
13138
38b022b4
SM
131392016-06-06 Simon Marchi <simon.marchi@ericsson.com>
13140
13141 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
13142 matching.
13143
1b40ec05
TT
131442016-06-02 Tom Tromey <tom@tromey.com>
13145
13146 PR python/18984:
13147 * gdb.python/py-shared.exp: Add solib_name test.
13148
193bd378
SM
131492016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13150
13151 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13152
3326303b
MG
131532016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13154
13155 PR c++/19893
13156 * gdb.dwarf2/implref.exp: Rename to...
13157 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13158 * gdb.dwarf2/implref-array.c: New file.
13159 * gdb.dwarf2/implref-array.exp: Likewise.
13160 * gdb.dwarf2/implref-global.c: Likewise.
13161 * gdb.dwarf2/implref-global.exp: Likewise.
13162 * gdb.dwarf2/implref-struct.c: Likewise.
13163 * gdb.dwarf2/implref-struct.exp: Likewise.
13164
825c8ef2
AT
131652016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13166
13167 * gdb.trace/trace-condition.exp: Add 64bit tests.
13168
2320162a
AT
131692016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13170
13171 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13172 bits types.
13173 (main): Adapt to 8 to 64 bits types.
13174 * gdb.trace/trace-condition.exp: Add new tests.
13175
a7818233
AT
131762016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13177
13178 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13179
0d336466
AT
131802016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13181
13182 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13183 Move condition tests...
13184 * gdb.trace/trace-condition.exp: Here.
13185
7faeb45a
AT
131862016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13187
13188 * gdb.trace/trace-condition.exp: Add counter-case tests.
13189
e385593e
JK
131902016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13191
13192 PR c++/15231
13193 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13194 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13195
744608cc
PA
131962016-05-27 Pedro Alves <palves@redhat.com>
13197
13198 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13199 New procedure.
13200 (top level): Call it, and bail out of DejaGnu is known to be bad.
13201
ac775bf4
AB
132022016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13203
13204 * gdb.base/whatis.c: Extend the test case.
13205 * gdb.base/whatis.exp: Add additional tests.
13206
2bbad2ea
BH
132072016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13208
13209* gdb.fortran/type.f90: Add pointer variable.
13210* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13211
8b70175d
BH
132122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13213
13214 * gdb.fortran/vla-type.exp: Fix testcase name.
13215
86d8a848
BH
132162016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13217
13218 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13219
e188eb36
BH
132202016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13221
13222 * gdb.fortran/type.f90: Add nested structures.
13223 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13224 * gdb.fortran/derived-type.exp: Adapt expected output.
13225 * gdb.fortran/vla-type.exp: Adapt expected output.
13226
9b2db1fd
BH
132272016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13228
13229 * gdb.fortran/whatis_type.exp: Adapt expected output.
13230
72b17055
BH
132312016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13232
13233 * gdb.fortran/print_type.exp: Fix expected output.
13234 * gdb.fortran/whatis_type.exp: Fix expected output.
13235
3cd81d8d
BH
132362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13237
13238 * gdb.fortran/whatis_type.exp: Use multi_line.
13239
ddae9462
TT
132402016-05-24 Tom Tromey <tom@tromey.com>
13241
13242 PR python/17386:
13243 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13244 use value as an index.
13245
1957f6b8
TT
132462016-05-23 Tom Tromey <tom@tromey.com>
13247
13248 PR python/17981:
13249 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13250 no-breakpoint case.
13251
026a9174
PA
132522016-05-24 Pedro Alves <palves@redhat.com>
13253
13254 PR gdb/19828
13255 * gdb.threads/clone-attach-detach.c: New file.
13256 * gdb.threads/clone-attach-detach.exp: New file.
13257
e70a7231
FR
132582016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13259
13260 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13261
0f6ed0e0
TT
132622016-05-23 Tom Tromey <tom@tromey.com>
13263
13264 PR python/19438, PR python/18393:
13265 * gdb.python/py-progspace.exp: Add "dir" test.
13266 * gdb.python/py-objfile.exp: Add "dir" test.
13267
ffd19d61
YQ
132682016-05-23 Yao Qi <yao.qi@linaro.org>
13269
13270 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13271 * gdb.arch/thumb2-it.exp: Likewise.
13272
9e8f9b05
SM
132732016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13274
13275 * gdb.mi/mi-threads-interrupt.c: New file.
13276 * gdb.mi/mi-threads-interrupt.exp: New file.
13277
61c6156d
SM
132782016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13279
13280 PR gdb/18077
13281 * gdb.mi/mi-async-run.exp: New file.
13282 * gdb.mi/mi-async-run.c: New file.
13283
67218854
TT
132842016-05-17 Tom Tromey <tom@tromey.com>
13285 Manish Goregaokar <manishsmail@gmail.com>
13286
13287 * lib/rust-support.exp: New file.
13288 * lib/gdb.exp (skip_rust_tests): New proc.
13289 (build_executable_from_specs): Handle rust.
13290 * lib/future.exp (gdb_find_rustc): New proc.
13291 (gdb_default_target_compile): Handle rust.
13292 * gdb.rust/expr.exp: New file.
13293 * gdb.rust/generics.exp: New file.
13294 * gdb.rust/generics.rs: New file.
13295 * gdb.rust/methods.exp: New file.
13296 * gdb.rust/methods.rs: New file.
13297 * gdb.rust/modules.exp: New file.
13298 * gdb.rust/modules.rs: New file.
13299 * gdb.rust/simple.exp: New file.
13300 * gdb.rust/simple.rs: New file.
13301
c44af4eb
TT
133022016-05-17 Tom Tromey <tom@tromey.com>
13303
13304 * gdb.base/default.exp (set language): Add rust.
13305
dcd1f979
TT
133062016-05-17 Tom Tromey <tom@tromey.com>
13307
13308 * gdb.gdb/unittest.exp: New file.
13309
155b7f57
YQ
133102016-05-16 Yao Qi <yao.qi@linaro.org>
13311
13312 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13313 shell_prompt. Update shell_prompt_re.
13314
8ddd5a6c
DE
133152016-05-12 Doug Evans <dje@google.com>
13316
13317 PR symtab/19999
13318 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13319 $options when building executable.
13320 * gdb.dwarf2/fission-loclists-pie.S: New file.
13321 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13322
02e370d9
SM
133232016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13324
13325 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13326 of [is_remote target],
13327
8929ad8b
SM
133282016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13329
13330 * lib/gdb.exp (use_gdb_stub): New procedure.
13331
6c447423
DE
133322016-05-03 Yunlian Jiang <yunlian@google.com>
13333 Doug Evans <dje@google.com>
13334
13335 PR symtab/19914
13336 * gdb.dwarf2/dwp-sepdebug.c: New file.
13337 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13338
444e826c
SM
133392016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13340
13341 * gdb.base/detach.exp: Remove is_remote check.
13342
740feeaa
SM
133432016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13344
13345 * gdb.base/annota-input-while-running.exp: Don't check for
13346 [is_remote target]. Enable annotations after running to main.
13347 Remove unused "set test..." line.
13348
9080ac9d
SM
133492016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13350
13351 * gdb.trace/trace-enable-disable.exp: New file.
13352 * gdb.trace/trace-enable-disable.c: New file.
13353
952ebca5
SM
133542016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13355
13356 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13357 use it in info sharedlibrary test.
13358 * gdb.trace/ftrace-lock.exp: Likewise.
13359 * gdb.trace/ftrace.exp: Likewise.
13360 * gdb.trace/range-stepping.exp: Likewise.
13361 * gdb.trace/trace-break.exp: Likewise.
13362 * gdb.trace/trace-condition.exp: Likewise.
13363 * gdb.trace/trace-mt.exp: Likewise.
13364
d9019901
SM
133652016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13366
13367 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13368 (gdb_load_shlib): ... this.
13369 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13370 gdb_load_shlib.
13371 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13372 * gdb.base/ctxobj.exp: Likewise.
13373 * gdb.base/dprintf-pending.exp: Likewise.
13374 * gdb.base/dso2dso.exp: Likewise.
13375 * gdb.base/fixsection.exp: Likewise.
13376 * gdb.base/gcore-relro.exp: Likewise.
13377 * gdb.base/gdb1555.exp: Likewise.
13378 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13379 * gdb.base/gnu-ifunc.exp: Likewise.
13380 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13381 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13382 * gdb.base/pending.exp: Likewise.
13383 * gdb.base/print-file-var.exp: Likewise.
13384 * gdb.base/print-symbol-loading.exp: Likewise.
13385 * gdb.base/shlib-call.exp: Likewise.
13386 * gdb.base/shreloc.exp: Likewise.
13387 * gdb.base/so-impl-ld.exp: Likewise.
13388 * gdb.base/solib-disc.exp: Likewise.
13389 * gdb.base/solib-nodir.exp: Likewise.
13390 * gdb.base/solib-overlap.exp: Likewise.
13391 * gdb.base/solib-symbol.exp: Likewise.
13392 * gdb.base/solib-weak.exp (do_test): Likewise.
13393 * gdb.base/sym-file.exp: Likewise.
13394 * gdb.base/symtab-search-order.exp: Likewise.
13395 * gdb.base/type-opaque.exp: Likewise.
13396 * gdb.base/unload.exp: Likewise.
13397 * gdb.base/watchpoint-solib.exp: Likewise.
13398 * gdb.compile/compile.exp: Likewise.
13399 * gdb.cp/gdb2384.exp: Likewise.
13400 * gdb.cp/infcall-dlopen.exp: Likewise.
13401 * gdb.cp/re-set-overloaded.exp: Likewise.
13402 * gdb.fortran/library-module.exp: Likewise.
13403 * gdb.opt/solib-intra-step.exp: Likewise.
13404 * gdb.python/py-finish-breakpoint.exp: Likewise.
13405 * gdb.python/py-shared.exp: Likewise.
13406 * gdb.reverse/solib-precsave.exp: Likewise.
13407 * gdb.reverse/solib-reverse.exp: Likewise.
13408 * gdb.server/solib-list.exp: Likewise.
13409 * gdb.threads/dlopen-libpthread.exp: Likewise.
13410 * gdb.threads/tls-shared.exp: Likewise.
13411 * gdb.threads/tls-so_extern.exp: Likewise.
13412 * gdb.trace/change-loc.exp: Likewise.
13413 * gdb.trace/ftrace-lock.exp: Likewise.
13414 * gdb.trace/ftrace.exp: Likewise.
13415 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13416 * gdb.trace/pending.exp: Likewise.
13417 * gdb.trace/range-stepping.exp: Likewise.
13418 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13419 (strace_info_marker): Likewise.
13420 (strace_probe_marker): Likewise.
13421 (strace_trace_on_same_addr): Likewise.
13422 (strace_trace_on_diff_addr): Likewise.
13423 * gdb.trace/trace-break.exp: Likewise.
13424 * gdb.trace/trace-condition.exp: Likewise.
13425 * gdb.trace/trace-mt.exp: Likewise.
13426
fca4cfd9
SM
134272016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13428
13429 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13430 result of gdb_remote_download.
13431 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13432 * gdb.base/dso2dso.exp: Likewise.
13433 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13434 * gdb.base/print-file-var.exp: Likewise.
13435 * gdb.base/shlib-call.exp: Likewise.
13436 * gdb.base/shreloc.exp: Likewise.
13437 * gdb.base/solib-overlap.exp: Likewise.
13438 * gdb.base/solib-weak.exp (do_test): Likewise.
13439 * gdb.base/unload.exp: Likewise.
13440
11cf4ffb
YQ
134412016-04-27 Yao Qi <yao.qi@linaro.org>
13442
13443 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13444 exists.
13445
3e2e34f8
KB
134462016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13447
13448 * vla-type.exp: Print structure from toplevel.
13449
8f07e298
BH
134502016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13451
13452 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13453 of dynamic types.
13454 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13455 of dynamic types.
13456
9920b434
BH
134572016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13458
13459 * gdb.fortran/vla-type.f90: New file.
13460 * gdb.fortran/vla-type.exp: New file.
13461
f3abeff5
YQ
134622016-04-25 Yao Qi <yao.qi@linaro.org>
13463
13464 * gdb.base/branch-to-self.c: New file.
13465 * gdb.base/branch-to-self.exp: New file.
13466
0a5d52f0
YQ
134672016-04-22 Yao Qi <yao.qi@linaro.org>
13468
13469 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13470 more after $hex.
13471
495346f6
YQ
134722016-04-22 Yao Qi <yao.qi@linaro.org>
13473
13474 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13475 * gdb.base/annota3.exp: Likewise.
13476
4a7e075c
YQ
134772016-04-22 Yao Qi <yao.qi@linaro.org>
13478
13479 * gdb.reverse/step-precsave.exp: Do one step and test program
13480 stops in "callee" and do multiple steps until program goes out
13481 of "callee".
13482 * gdb.reverse/step-reverse.exp: Likewise.
13483
5b061e98
YQ
134842016-04-22 Yao Qi <yao.qi@linaro.org>
13485
13486 * gdb.trace/signal.exp: Also pass if
13487 $tracepoint_hits($i) > $iterations.
13488
5c5dc57f
YQ
134892016-04-22 Yao Qi <yao.qi@linaro.org>
13490
13491 * gdb.trace/signal.c: New file.
13492 * gdb.trace/signal.exp: New file.
13493
a55411b9
DE
134942016-04-19 Doug Evans <xdje42@gmail.com>
13495
13496 * gdb.base/bad-file.exp: New file.
13497
a22df60a
MG
134982016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13499
13500 * gdb.dwarf2/implref.exp: New file.
13501
0c13f7e5
BH
135022016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13503
13504 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13505 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13506 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13507 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13508 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13509 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13510 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13511 * lib/fortran.exp (fortran_int4): New procedure.
13512 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13513 (fortran_logical4): Likewise.
13514
9b9b09e9
BH
135152016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13516
13517 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13518
a14d1f4d
BH
135192016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13520
13521 * lib/compiler.c: Add Intel specific preprocessor macros.
13522 * lib/compiler.cc: Likewise.
25d49b86 13523
7d49b1d0
LM
135242016-04-13 Luis Machado <lgustavo@codesourcery.com>
13525
13526 * gdb.server/connect-with-no-symbol-file.c: New file.
13527 * gdb.server/connect-with-no-symbol-file.exp: New file.
13528
8392fa22
SM
135292016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13530
13531 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13532
8c4c4aeb
SM
135332016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13534
13535 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13536 standard output directory.
13537
45e3745e
AT
135382016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13539
13540 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13541
e26b7e41
MM
135422016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13543
13544 * gdb.btrace/instruction_history.c (loop): Add declaration.
13545
8ce09462
AT
135462016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13547
13548 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13549
2e88a1ea
SM
135502016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13551
13552 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13553 parentheses to print.
13554 (continue_handler): Likewise.
13555
f48e22e3
SM
135562016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13557
13558 * gdb.server/solib-list.exp: Remove is_remote check.
13559 Pass shlib= to gdb_compile. Don't link shared library with
13560 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13561 Run binary filename through "readlink -f" on the target.
13562
096be756
PA
135632016-04-08 Pedro Alves <palves@redhat.com>
13564
13565 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13566 interpreter filename as argument to gdbserver_spawn.
13567 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13568 Return empty if $last_loaded_file does not exist.
13569
06500533
JK
135702016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13571
13572 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13573 * gdb.base/jit-main.c: Use exit after usage.
13574
2d35e871
JK
135752016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13576
13577 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13578 GDBHISTSIZE prior to the tests.
13579 * gdb.base/gdbinit-history.exp: Likewise.
13580
135812016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
13582
13583 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13584 instead of build_executable. Use gdb_load_shlibs.
13585
c8064e7e
YQ
135862016-04-07 Yao Qi <yao.qi@linaro.org>
13587
13588 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13589 Execute "si" command.
13590
bde47561
YQ
135912016-04-07 Yao Qi <yao.qi@linaro.org>
13592
13593 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13594 number instead of the comments on some line.
13595
b16f8a3b
DB
135962016-04-06 Don Breazeal <donb@codesourcery.com>
13597
13598 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13599 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13600
c2f901df
SM
136012016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13602
13603 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13604 standard_output_file. Remove unused binfile variable.
13605
ac17fda0
CU
136062016-04-05 Catalin Udma <catalin.udma@freescale.com>
13607
13608 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13609 * gdb.python/py-mi-objfile.exp: Match "list main" output
13610 in console format.
13611
03a8c4df
SM
136122016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13613
13614 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13615 absolute.
13616
6e774b13
SM
136172016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13618
13619 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13620 absolute.
13621 * gdb.trace/ftrace.exp: Likewise.
13622 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13623 targets as well.
13624 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13625 (gdb_load_shlibs): Copy libraries to test directory when testing
13626 natively. Only set solib-search-path if testing remotely.
13627 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13628
7817ea46
SM
136292016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13630
13631 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13632 gdb_download. Use it even if the target is not remote.
13633 * gdb.base/jit.exp (compile_jit_test): Likewise.
13634 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13635 output directory if the destination board is local, otherwise use
13636 the standard remote_download from DejaGnu.
13637 (gdb_download): Remove.
13638 (gdb_load_shlibs): Use gdb_remote_download instead of
13639 gdb_download.
13640 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13641 Use gdb_remote_download instead of gdb_download. Use it even if
13642 the target is not remote.
13643 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13644 instead of gdb_download.
13645
7beb7f68
SM
136462016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13647
13648 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13649 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13650 run.
13651
cc63428a
AV
136522016-04-01 Artemiy Volkov <artemiyv@acm.org>
13653
13654 PR gdb/19820
13655 * gdb.base/printcmds.exp: Add artificial arrays tests.
13656
64cdf930
PA
136572016-03-31 Pedro Alves <palves@redhat.com>
13658
13659 PR gdb/19858
13660 * gdb.base/jit-main.c: Include unistd.h.
13661 (ATTACH): Define to 0 if not already defined.
13662 (wait_for_gdb, mypid): New globals.
13663 (WAIT_FOR_GDB): New macro.
13664 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13665 some breakpoint locations.
13666 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13667 New procedures.
13668 (one_jit_test): Add REATTACH parameter, and handle it. Use
13669 continue_to_test_location.
13670 (top level): Test attach, and adjusts calls to one_jit_test.
13671
40dea8cb
PA
136722016-03-31 Pedro Alves <palves@redhat.com>
13673
13674 PR gdb/19858
13675 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13676 BINSUFFIX parameter, and handle it.
13677 (top level): Adjust calls compile_jit_test.
13678
e7ea3ec7
CU
136792016-03-31 Catalin Udma <catalin.udma@freescale.com>
13680
13681 PR python/19743
13682 * gdb.python/py-mi-events-gdb.py: New file.
13683 * gdb.python/py-mi-events.c: New file.
13684 * gdb.python/py-mi-events.exp: New file.
13685
e6359af3
YQ
136862016-03-30 Yao Qi <yao.qi@linaro.org>
13687
13688 * gdb.reverse/until-precsave.exp: Match function name only.
13689 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13690 Move malloc to a condition block.
13691 * gdb.reverse/until-reverse.exp: Match function name only.
13692
a4105d04
MK
136932016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13694
13695 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13696 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13697 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13698 variable for GPR 0 instead of assuming it is register 0.
13699 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13700 * lib/trace-support.exp: Add s390 registers.
13701
bfa6adb9
YQ
137022016-03-29 Yao Qi <yao.qi@linaro.org>
13703
13704 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13705
1e6697ea
YQ
137062016-03-24 Yao Qi <yao.qi@linaro.org>
13707
13708 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13709 test message.
13710
64bcd522
AA
137112016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13712
13713 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13714 maintaining separate logic for constructing the output path.
13715
7868401b
DB
137162016-03-16 Don Breazeal <donb@codesourcery.com>
13717
13718 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13719 Retry fork and waitpid on interrupted system call errors.
13720 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13721 Use with_timeout_factor to increase timeout by factor of 10.
13722
1cafadb4
DB
137232016-03-15 Don Breazeal <donb@codesourcery.com>
13724
13725 * gdb.cp/scope-err.cc: New test program.
13726 * gdb.cp/scope-err.exp: New test script.
13727 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13728 lines and "set breakpoint here" comment.
13729 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13730 Fixed some whitespace and format issues.
13731 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13732 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13733
81516450
DE
137342016-03-15 Doug Evans <dje@google.com>
13735
13736 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13737 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13738 All callers updated. Add tests for enums, mixed flags register.
13739
aa52b601
DE
137402016-03-15 Doug Evans <dje@google.com>
13741
13742 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13743 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13744
fa4ff313
SM
137452016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13746
13747 * gdb.base/default.exp: Add $_as_string to the list of expected
13748 convenience functions.
13749
f2403c39
AB
137502016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13751
13752 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13753
f2f3ccb9
SM
137542016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13755
13756 * gdb.python/py-as-string.exp: New file.
13757 * gdb.python/py-as-string.c: New file.
13758
00dbd492
PA
137592016-03-09 Pedro Alves <palves@redhat.com>
13760
13761 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13762 signal" -> "Thread NN received signal" output change.
13763 * gdb.threads/ia64-sigill.exp: Likewise.
13764 * gdb.threads/linux-dp.exp: Likewise.
13765 * gdb.threads/manythreads.exp: Likewise.
13766 * gdb.threads/pending-step.exp: Likewise.
13767 * gdb.threads/print-threads.exp: Likewise.
13768 * gdb.threads/sigstep-threads.exp: Likewise.
13769 * gdb.threads/staticthreads.exp: Likewise.
13770 * gdb.threads/tls.exp: Likewise.
13771
1e6697ea
YQ
137722016-03-09 Pedro Alves <palves@redhat.com>
13773
13774 * gdb.base/command-line-input.exp: New file.
13775
b04fd3be
MK
137762016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13777
13778 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13779 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13780 * gdb.trace/pending.exp: Accept leading dot before function name.
13781 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13782 * lib/trace-support.exp: Set registers for ppc.
13783
98fa59e9
MK
137842016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13785
13786 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13787 use it for disassembly; accept .main in addition to main in backtrace.
13788
f77198c8
MK
137892016-03-09 Wei-cheng Wang <cole945@gmail.com>
13790 Marcin Kościelnicki <koriakin@0x04.net>
13791
13792 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13793 (gdb_recursion_test_ptr): New global variable.
13794 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13795 gdb_recursion_test.
13796 (gdb_c_test): Ditto.
13797
ba84e0da
MK
137982016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13799
13800 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13801 ordering.
13802
4366d36e
MK
138032016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13804
13805 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13806 (bar): Add bar_start_lbl label.
13807 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13808 of foo/bar for emitting DWARF and tracing.
13809
5eb264df
SDJ
138102016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13811
13812 * analyze-racy-logs.py: Set executable bit.
13813
fb6a751f
SDJ
138142016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13815
13816 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13817 (CHECK_TARGET_TMP): Likewise.
13818 (check-single-racy): New rule.
13819 (check-parallel-racy): Likewise.
13820 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13821 (do-check-parallel-racy): New rule.
13822 (check-racy/%.exp): Likewise.
13823 * README (Racy testcases): New section.
13824 * analyze-racy-logs.py: New file.
13825
bdf7e230
DE
138262016-03-03 Doug Evans <dje@google.com>
13827
13828 * gdb.base/skip.exp: Use with_test_prefix.
13829
4719d415
YQ
138302016-03-03 Yao Qi <yao.qi@linaro.org>
13831
13832 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13833 Invoke step_over_syscall "clone" and break_cond_on_syscall
13834 "clone".
13835 * gdb.base/step-over-clone.c: New file.
13836
ea507862
YQ
138372016-03-03 Yao Qi <yao.qi@linaro.org>
13838
13839 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13840 code format.
13841
8fc8cbda
YQ
138422016-03-03 Yao Qi <yao.qi@linaro.org>
13843
13844 * gdb.base/disp-step-fork.c: Rename to ...
13845 * gdb.base/step-over-fork.c: ... it. New file.
13846 * gdb.base/disp-step-vfork.c: Rename to ...
13847 * gdb.base/step-over-vfork.c: ... it. New file.
13848 * gdb.base/disp-step-syscall.exp: Rename to ...
13849 * gdb.base/step-over-syscall.exp: ... it. New file.
13850 (disp_step_cross_syscall): Rename to ...
13851 (step_over_syscall): ... it.
13852
92fa70b0
YQ
138532016-03-03 Yao Qi <yao.qi@linaro.org>
13854
13855 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13856 If target supports condition evaluation on target, invoke
13857 break_cond_on_syscall for fork and vfork.
13858
e197ad3c
YQ
138592016-03-03 Yao Qi <yao.qi@linaro.org>
13860
13861 * gdb.base/disp-step-syscall.exp: Don't invoke
13862 support_displaced_stepping.
13863 (disp_step_cross_syscall): Test with displaced stepping off and
13864 on if supported.
13865
0b47da9f
YQ
138662016-03-03 Yao Qi <yao.qi@linaro.org>
13867
13868 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13869 proc.
13870 (setup): New proc.
13871 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13872 and setup.
13873
065ab6dc
BH
138742016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13875
13876 * gdb.fortran/vla-history.exp: Remove breakpoint.
13877
07e448ad 138782016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13879
25d49b86
PA
13880 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13881 exceeds timeout.
07e448ad 13882
9ac2d526 138832016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13884
25d49b86
PA
13885 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13886 breakpoint.
9ac2d526 13887
17807369
BH
138882016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13889
13890 * gdb.mi/vla.f90: Nullify pointer after declaration.
13891
86e501af
PA
138922016-03-01 Pedro Alves <palves@redhat.com>
13893
13894 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13895
1e903e32
PA
138962016-03-01 Pedro Alves <palves@redhat.com>
13897
13898 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13899 before anything else.
13900 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13901 _GNU_SOURCE here.
13902 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13903 before anything else.
13904 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13905
6ccb54e2
PA
139062016-03-01 Pedro Alves <palves@redhat.com>
13907
13908 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13909
30ca9da1
YQ
139102016-03-01 Yao Qi <yao.qi@linaro.org>
13911
13912 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13913 prepare_for_testing.
13914
dc856b38
YQ
139152016-03-01 Yao Qi <yao.qi@linaro.org>
13916
13917 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13918
4a932159
AA
139192016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13920
13921 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13922 manually constructing the output path.
13923
f2489477
AA
139242016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13925
13926 * gdb.arch/s390-stackless.S: New.
13927 * gdb.arch/s390-stackless.exp: New.
13928
38899f16
IB
139292016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13930
13931 * gdb.dlang/circular.c: New file.
13932 * gdb.dlang/circular.exp: New file.
13933
9fde51ed
YQ
139342016-02-26 Yao Qi <yao.qi@linaro.org>
13935
13936 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13937 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13938 (testcases): Update.
13939
ce90fefe
YQ
139402016-02-26 Yao Qi <yao.qi@linaro.org>
13941
13942 * gdb.reverse/aarch64.c: Rename to ...
13943 * gdb.reverse/insn-reverse.c: ... it.
13944 * gdb.reverse/aarch64.exp: Rename to ...
13945 * gdb.reverse/insn-reverse.exp: ... it.
13946
3263bceb
YQ
139472016-02-26 Yao Qi <yao.qi@linaro.org>
13948
13949 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13950 (testcase_ftype): New.
13951 (testcases): New array.
13952 (n_testcases): New.
13953 (main): Call each element in testcases.
13954 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13955 (read_testcase): New.
13956 Do the tests in a loop.
13957
6cb59ff1
YQ
139582016-02-25 Yao Qi <yao.qi@linaro.org>
13959
13960 * gdb.base/branches.c: Remove.
13961
ae91f625
MK
139622016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13963
13964 PR gdb/13808
13965 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13966
678b48b7
MK
139672016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13968
13969 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13970
7337a6f2
MK
139712016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13972
13973 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13974 change x86_64 call_insn to 'callq'.
13975
861ca91f
AT
139762016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13977
13978 * gdb.trace/tfile-avx.c: Move to...
13979 * gdb.trace/tracefile-pseudo-reg.c: Here.
13980 * gdb.trace/tfile-avx.exp: Move to...
13981 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13982
bf74e428
GB
139832016-02-24 Gary Benson <gbenson@redhat.com>
13984
13985 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13986 message on attach.
13987
cce0e923
DE
139882016-02-23 Doug Evans <dje@google.com>
13989
13990 * gdb.base/skip.c (test_skip): New function.
13991 (end_test_skip_file_and_function): New function.
13992 (test_skip_file_and_function): New function.
13993 * gdb.base/skip1.c (test_skip): New function.
13994 (skip1_test_skip_file_and_function): New function.
13995 * gdb.base/skip.exp: Add tests for new skip options.
13996 * gdb.base/skip-solib.exp: Update expected output.
13997 * gdb.perf/skip-command.cc: New file.
13998 * gdb.perf/skip-command.exp: New file.
13999 * gdb.perf/skip-command.py: New file.
14000
4000e47e
MK
140012016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
14002
14003 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
14004 info registers pattern.
14005
24f75ead
IB
140062016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
14007
14008 * lib/future.exp: Add D support.
14009 (gdb_find_gdc): New proc.
14010 (gdb_default_target_compile): Add D support.
14011
fbb7bcbe
WW
140122016-02-18 Wei-cheng Wang <cole945@gmail.com>
14013
14014 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
14015 user+system time.
14016 (trace_speed_test): Determine the iteration count for a time
14017 between 15..30 seconds.
14018
012b3a21
WT
140192016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
14020
14021 * gdb.arch/i386-mpx-sigsegv.c: New file.
14022 * gdb.arch/i386-mpx-sigsegv.exp: New file.
14023 * gdb.arch/i386-mpx-simple_segv.c: New file.
14024 * gdb.arch/i386-mpx-simple_segv.exp: New file.
14025
2d5189bd
YQ
140262016-02-18 Yao Qi <yao.qi@linaro.org>
14027
14028 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14029 Don't call setup_kfail.
14030
40fb20d0
YQ
140312016-02-18 Yao Qi <yao.qi@linaro.org>
14032
14033 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14034 Set "set breakpoint condition-evaluation" per $cond_bp_target.
14035
21b1f8d2
DE
140362016-02-16 Doug Evans <dje@google.com>
14037
14038 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
14039 * gdb.base/skip1.c: Ditto.
14040 * gdb.base/skip.exp: Whitespace cleanup.
14041
4041ed77
DB
140422016-02-16 Don Breazeal <donb@codesourcery.com>
14043
14044 PR remote/19496
14045 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14046 Remove kfail for PR remote/19496.
14047
c4ef31bf
SM
140482016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14049
14050 * lib/gdb.exp (standard_temp_file): Return a path specific to
14051 the runtest invocation.
14052
266b65b3
SM
140532016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14054
14055 * gdb.trace/save-trace.exp: Change relative path to be in the
14056 standard output directory.
14057
a7a0a6a9
JK
140582016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14059
14060 * gdb.arch/i386-prologue.c: Add missing prototypes.
14061
c99dbb42
JK
140622016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14063
14064 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
14065 * gdb.arch/i386-prologue.exp: Likewise.
14066 * gdb.arch/i386-size.exp: Likewise.
14067
aa480355
SM
140682016-02-15 Simon Marchi <simon.marchi@ericsson.com>
14069
14070 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
14071 define object file path.
14072 * gdb.btrace/gcore.exp: Use standard_output_file to define core
14073 file path.
14074 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
14075 standard_output_file to define binfile.
14076
ba881f50
JK
140772016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14078
14079 Fix compatibility with recent gfortran-5.3.1.
14080 * gdb.fortran/vla-history.exp (print vla1 allocated)
14081 (print vla2 allocated, print $2, print $3): Remove
14082 (print $4): Rename to ...
14083 (print $2): ... here.
14084 (print $9): Rename to ...
14085 (print $5): ... here.
14086 (print $10): Rename to ...
14087 (print $6): ... here.
14088 * gdb.fortran/vla.f90: Add pvla initialization.
14089
e9fb005c
JK
140902016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14091
14092 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
14093 New test.
14094 * gdb.fortran/vla-value-sub.exp: Likewise.
14095
e44e00ff
MK
140962016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
14097
14098 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
14099
97e94151
SM
141002016-02-12 Simon Marchi <simon.marchi@ericsson.com>
14101
14102 * i386-biarch-core.exp: Define corefile using
14103 standard_output_file.
14104
01113bc1
YQ
141052016-02-12 Yao Qi <yao.qi@linaro.org>
14106
14107 * gdb.arch/arm-single-step-kernel-helper.c: New.
14108 * gdb.arch/arm-single-step-kernel-helper.exp: New.
14109
33b4777c
MM
141102016-02-12 Markus Metzger <markus.t.metzger@intel.com>
14111
14112 * gdb.btrace/tailcall-only.exp: New.
14113 * gdb.btrace/tailcall-only.c: New.
14114 * gdb.btrace/x86_64-tailcall-only.S: New.
14115 * gdb.btrace/i686-tailcall-only.S: New.
14116
acc23c11
PA
141172016-02-11 Pedro Alves <palves@redhat.com>
14118
14119 * README (Parallel testing): Add missing double quotes.
14120
e352bf0a
PA
141212016-02-11 Pedro Alves <palves@redhat.com>
14122
14123 * README (Parallel testing): New section.
14124 (GDB_PARALLEL): Rewrite.
14125 (FORCE_PARALLEL): Document.
14126
9f5fed78
MK
141272016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
14128
14129 * gdb.trace/tfile-avx.c: New test.
14130 * gdb.trace/tfile-avx.exp: New test.
14131
9ef9e6a6
KS
141322016-02-09 Keith Seitz <keiths@redhat.com>
14133
14134 PR breakpoints/19546
14135 * gdb.base/infcall-exec.c: New file.
14136 * gdb.base/infcall-exec2.c: New file.
14137 * gdb.base/infcall-exec.exp: New file.
14138
a96e36da
KS
141392016-02-09 Keith Seitz <keiths@redhat.com>
14140
14141 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
14142 (toplevel): Call test_bkpt_address.
14143
9f61929f
KS
141442016-02-09 Keith Seitz <keiths@redhat.com>
14145
14146 PR python/19506
14147 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14148 (toplevel): Call test_bkpt_address.
14149
1e94266c
SM
141502016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14151
14152 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14153 to AC_OUTPUT.
14154 * configure: Regenerate.
14155
2a7f3dff
PA
141562016-02-09 Pedro Alves <palves@redhat.com>
14157
14158 PR breakpoints/19548
14159 * gdb.base/execl-update-breakpoints.c (some_function): New
14160 function.
14161 (main): Call it.
14162 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14163 Tighten expected GDB output.
14164
2151ccc5
SM
141652016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14166
14167 * Makefile.in (ALL_SUBDIRS): Remove.
14168 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14169 (distclean maintainer-clean realclean): Likewise.
14170 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14171 * configure: Regenerate.
14172 * gdb.ada/Makefile.in: Delete.
14173 * gdb.arch/Makefile.in: Likewise.
14174 * gdb.asm/Makefile.in: Likewise.
14175 * gdb.base/Makefile.in: Likewise.
14176 * gdb.btrace/Makefile.in: Likewise.
14177 * gdb.cell/Makefile.in: Likewise.
14178 * gdb.compile/Makefile.in: Likewise.
14179 * gdb.cp/Makefile.in: Likewise.
14180 * gdb.disasm/Makefile.in: Likewise.
14181 * gdb.dlang/Makefile.in: Likewise.
14182 * gdb.dwarf2/Makefile.in: Likewise.
14183 * gdb.fortran/Makefile.in: Likewise.
14184 * gdb.gdb/Makefile.in: Likewise.
14185 * gdb.go/Makefile.in: Likewise.
14186 * gdb.guile/Makefile.in: Likewise.
14187 * gdb.java/Makefile.in: Likewise.
14188 * gdb.linespec/Makefile.in: Likewise.
14189 * gdb.mi/Makefile.in: Likewise.
14190 * gdb.modula2/Makefile.in: Likewise.
14191 * gdb.multi/Makefile.in: Likewise.
14192 * gdb.objc/Makefile.in: Likewise.
14193 * gdb.opencl/Makefile.in: Likewise.
14194 * gdb.opt/Makefile.in: Likewise.
14195 * gdb.pascal/Makefile.in: Likewise.
14196 * gdb.perf/Makefile.in: Likewise.
14197 * gdb.python/Makefile.in: Likewise.
14198 * gdb.reverse/Makefile.in: Likewise.
14199 * gdb.server/Makefile.in: Likewise.
14200 * gdb.stabs/Makefile.in: Likewise.
14201 * gdb.threads/Makefile.in: Likewise.
14202 * gdb.trace/Makefile.in: Likewise.
14203 * gdb.xml/Makefile.in: Likewise.
14204 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14205 GDB_PARALLEL.
14206 (standard_output_file): Remove check for GDB_PARALLEL, always
14207 return path in outputs/$subdir/$testname.
14208
437277d4
SM
142092016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14210
14211 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14212 (site.exp): Assign abs_srcdir to tcl's srcdir.
14213
31d913c7
YQ
142142016-02-04 Yao Qi <yao.qi@linaro.org>
14215
14216 * gdb.base/foll-exec-mode.c: Include limits.h.
14217 (main): Add parameters argc and argv. Get directory from
14218 argv[0].
14219 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14220 compilation.
14221 * gdb.base/foll-exec.c: Include limits.h.
14222 (main): Add parameters argc and argv.
14223 Get directory from argv[0].
14224 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14225 Adjust tests on the number of lines as source code changed.
14226 * gdb.base/foll-vfork-exit.c: Include limits.h.
14227 (main): Add one line of statement before vfork.
14228 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14229 (main): Add parameters argc and argv. Get directory from
14230 argv[0].
14231 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14232 (setup_gdb): Set tbreak to skip some source lines.
14233 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14234 (main): Add parameters argc and argv. Get directory from
14235 argv[0].
14236 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14237 compilation.
14238 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14239 (main): Add parameters argc and argv. Get directory from
14240 argv[0].
14241 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14242 compilation.
14243
9482b9fb
DE
142442016-02-01 Doug Evans <dje@google.com>
14245
14246 * gdb.base/skip.exp: Clean up multiple references to same test name.
14247
6b2e4f10
PA
142482016-02-01 Pedro Alves <palves@redhat.com>
14249
ccb6afd6 14250 PR remote/19496
6b2e4f10
PA
14251 * gdb.threads/forking-threads-plus-breakpoint.exp
14252 (displaced_stepping_supported): New global.
14253 (probe_displaced_stepping_support): New procedure.
14254 (do_test): Add 'displaced' parameter, and use it.
14255 (top level): Check for displaced stepping support. Add displaced
14256 stepping on/off testing axis.
14257
37a8db1a
AB
142582016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14259
14260 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14261 pointer. Don't perform further tests on the unassociated pointer
14262 if the first test fails.
14263
5fdf6324
AB
142642016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14265
14266 * gdb.base/max-value-size.c: New file.
14267 * gdb.base/max-value-size.exp: New file.
14268 * gdb.base/huge.exp: Disable max-value-size for this test.
14269
935c6144
IB
142702016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14271
14272 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14273
7fe8399d
YQ
142742016-01-28 Yao Qi <yao.qi@linaro.org>
14275
14276 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14277
a2077e25
PA
142782016-01-25 Pedro Alves <palves@redhat.com>
14279
14280 PR threads/19461
14281 * gdb.base/fork-running-state.c: New file.
14282 * gdb.base/fork-running-state.exp: New file.
14283
1d2736d4
PA
142842016-01-25 Pedro Alves <palves@redhat.com>
14285
14286 PR gdb/19494
14287 * gdb.base/catch-fork-kill.c: New file.
14288 * gdb.base/catch-fork-kill.exp: New file.
14289
f1da4b11
PA
142902016-01-25 Pedro Alves <palves@redhat.com>
14291
14292 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14293 Delete, moved to lib/gdb.exp.
14294 * gdb.threads/forking-threads-plus-breakpoint.exp
14295 (foreach_with_prefix): Likewise.
14296 * gdb.threads/process-dies-while-handling-bp.exp
14297 (foreach_with_prefix): Likewise.
14298 * lib/gdb.exp (foreach_with_prefix): New procedure.
14299
45f38546
MK
143002016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14301
14302 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14303 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14304
dc29a1ce
MK
143052016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14306
14307 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14308 endian targets.
14309
092127d7
JK
143102016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14311 Pedro Alves <palves@redhat.com>
14312
14313 Fix testsuite compatibility with Guile.
14314 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14315 number.
14316
31d765d3
JK
143172016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14318
14319 Fix testsuite compatibility with Guile.
14320 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14321 (thread 1): New test for backtrace through signal handler.
14322
1ac78c04
YQ
143232016-01-22 Yao Qi <yao.qi@linaro.org>
14324
14325 PR testsuite/19491
14326 * gdb.base/multi-forks.c: Include
14327 ../lib/unbuffer_output.c
14328 (main): Call gdb_unbuffer_output.
14329
4f5946a8
DE
143302016-01-21 Doug Evans <dje@google.com>
14331
14332 * lib/ada.exp (gdb_compile_ada): Fix typo.
14333
305e13e6
JB
143342016-01-21 Joel Brobecker <brobecker@adacore.com>
14335
14336 * gdb.base/break-fun-addr.exp: New file.
14337 * gdb.base/break-fun-addr1.c: New file.
14338 * gdb.base/break-fun-addr2.c: New file.
14339
5f5dfff6
SM
143402016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14341
14342 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14343 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14344 enum flag values.
14345
fd356fa2
AA
143462016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14347
14348 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14349 when GDB can not set the vector return value. Add more comments
14350 for clarification.
14351
9df22175
AT
143522016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14353
14354 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14355 command.
14356
41d1845e
SM
143572016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14358
14359 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14360
01ac6840
SM
143612016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14362
14363 * Makefile.in (check-single): Pass --status to runtest.
14364 (check/%.exp): Likewise.
14365
143662016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14367
14368 * Makefile.in (check-parallel): Propagate return code from make
14369 do-check-parallel.
14370
bd0a71fa
MK
143712016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14372
14373 * gdb.trace/ftrace.exp: Fix expected message on continue.
14374 * gdb.trace/pending.exp: Fix expected message on continue.
14375 * gdb.trace/trace-break.exp: Fix expected message on continue.
14376
8bcbad33
SM
143772016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14378
14379 * lib/gdb.exp (gdb_test): Remove unused global references.
14380
f303dbd6
PA
143812016-01-18 Pedro Alves <palves@redhat.com>
14382
14383 * gdb.base/async-shell.exp: Adjust expected output.
14384 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14385 * gdb.base/siginfo-thread.exp: Adjust expected output.
14386 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14387 * gdb.java/jnpe.exp: Adjust expected output.
14388 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14389 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14390 * gdb.threads/leader-exit.exp: Adjust expected output.
14391 * gdb.threads/manythreads.exp: Adjust expected output.
14392 * gdb.threads/pthreads.exp: Adjust expected output.
14393 * gdb.threads/schedlock.exp: Adjust expected output.
14394 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14395 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14396 expected output.
14397 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14398 output.
14399 * gdb.threads/sigthread.exp: Adjust expected output.
14400 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14401
b2789696
YQ
144022016-01-18 Yao Qi <yao.qi@linaro.org>
14403
14404 * gdb.guile/scm-section-script.c: Replace @progbits with
14405 %progbits.
14406 * gdb.python/py-section-script.c: Likewise.
14407
71ef29a8
PA
144082016-01-15 Pedro Alves <palves@redhat.com>
14409
14410 * gdb.multi/tids.exp: Test star wildcard ranges.
14411
3f5b7598
PA
144122016-01-15 Pedro Alves <palves@redhat.com>
14413
14414 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14415 command from "thread apply" invocation.
14416 (thr_apply_info_thr_invalid): Default the expected output to the
14417 input tid list.
14418 (top level): Add tests that use convenience variables. Add tests
14419 for "thread apply" with a valid TID list, but missing the command.
14420
663f6d42
PA
144212016-01-13 Pedro Alves <palves@redhat.com>
14422
14423 * gdb.base/default.exp: Expect $_gthread as well.
14424 * gdb.multi/tids.exp: Test $_gthread.
14425 * gdb.threads/thread-specific.exp: Test $_gthread.
14426
c84f6bbf
PA
144272016-01-13 Pedro Alves <palves@redhat.com>
14428
14429 * gdb.multi/tids.exp: Test "info threads -gid".
14430
22a02324
PA
144312016-01-13 Pedro Alves <palves@redhat.com>
14432
14433 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14434 Breakpoint.thread.
14435 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14436
5d5658a1
PA
144372016-01-07 Pedro Alves <palves@redhat.com>
14438
14439 * gdb.base/break.exp: Adjust to output changes.
14440 * gdb.base/hbreak2.exp: Likewise.
14441 * gdb.base/sepdebug.exp: Likewise.
14442 * gdb.base/watch_thread_num.exp: Likewise.
14443 * gdb.linespec/keywords.exp: Likewise.
14444 * gdb.multi/info-threads.exp: Likewise.
14445 * gdb.threads/thread-find.exp: Likewise.
14446 * gdb.multi/tids.c: New file.
14447 * gdb.multi/tids.exp: New file.
14448
84654457
PA
144492016-01-13 Pedro Alves <palves@redhat.com>
14450
14451 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14452
e3940304
PA
144532016-01-13 Pedro Alves <palves@redhat.com>
14454
14455 * gdb.base/default.exp: Expect $_inferior as well.
14456 * gdb.multi/base.exp: Test $_inferior.
14457
a911d87a
PA
144582016-01-13 Pedro Alves <palves@redhat.com>
14459
14460 PR breakpoints/19388
14461 * gdb.base/catch-signal-siginfo-cond.c: New file.
14462 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14463
82075af2
JS
144642016-01-12 Josh Stone <jistone@redhat.com>
14465 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14466
14467 * gdb.base/catch-syscall.c (do_execve): New variable.
14468 (main): Conditionally trigger an execve.
14469 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14470 (test_catch_syscall_execve): New, check entry/return across execve.
14471 (do_syscall_tests): Call test_catch_syscall_execve.
14472
e46eeedd
PA
144732016-01-12 Pedro Alves <palves@redhat.com>
14474
14475 * gdb.base/random-signal.exp (do_test): New procedure, with body
14476 of testcase moved in.
14477
01d8c27e
JK
144782016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14479 Pedro Alves <palves@redhat.com>
14480
14481 * gdb.base/funcargs.exp (finish from indirectly called function):
14482 Reintroduce the case for 'First'.
14483
9a706302
JK
144842016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14485 Pedro Alves <palves@redhat.com>
14486
14487 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14488 (tcatch_vfork_then_child_follow_exec)
14489 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14490 identification.
14491
c0ecb95f
JK
144922016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14493
14494 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14495 and repeats to unlimited.
14496 * gdb.python/py-value.exp: Likewise.
14497 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14498 and repeats to unlimited.
14499
6cfc1fcb
JK
145002016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14501
14502 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14503 and reordering the functions.
14504 * gdb.multi/hangout.c: Likewise.
14505 * gdb.multi/hello.c: Likewise.
14506
582a1b00
SM
145072016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14508
14509 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14510 absolute.
14511 (SingleStatisticTestResult.report): Use dict.keys instead of
14512 dict.iterkeys.
14513
79bc59cb
PA
145142016-01-06 Pedro Alves <palves@redhat.com>
14515
14516 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14517
43368e1d
MM
145182016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14519
14520 * gdb.btrace/dlopen.exp: New.
14521 * gdb.btrace/dlopen.c: New.
14522 * gdb.btrace/dlopen-dso.c: New.
14523
79fad5b8
SL
145242015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14525
14526 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14527 PATTERN argument is optional.
14528
ab8314b3
JB
145292015-12-24 Joel Brobecker <brobecker@adacore.com>
14530
14531 * lib/ada.exp (target_compile_ada_from_dir): New function.
14532 (gdb_compile_ada): Reimplement avoiding the use of project files.
14533 * gdb.ada/gnat_ada.gpr: Delete.
14534 * gdb.ada/cond_lang.exp: Adjust test to make path before
14535 filename optional.
14536 * gdb.ada/small_reg_param.exp: Likewise.
14537
fe33faff
SM
145382015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14539
14540 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14541
6d265cb4
TP
145422015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14543
14544 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14545 case.
14546
10125099
SM
145472015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14548
14549 * gdb.base/break.exp: Remove dead code.
14550 * gdb.base/sepdebug.exp: Likewise.
14551
3ca22649
SM
145522015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14553
14554 * gdb.asm/asm-source.exp: Remove HP-UX references.
14555 * gdb.base/annota1.exp: Likewise.
14556 * gdb.base/annota3.exp: Likewise.
14557 * gdb.base/attach.exp: Likewise.
14558 * gdb.base/bigcore.exp: Likewise.
14559 * gdb.base/break.exp: Likewise.
14560 * gdb.base/call-ar-st.exp: Likewise.
14561 * gdb.base/callfuncs.exp: Likewise.
14562 * gdb.base/catch-fork-static.exp: Likewise.
14563 * gdb.base/display.exp: Likewise.
14564 * gdb.base/foll-exec-mode.exp: Likewise.
14565 * gdb.base/foll-exec.exp: Likewise.
14566 * gdb.base/foll-fork.exp: Likewise.
14567 * gdb.base/foll-vfork.exp: Likewise.
14568 * gdb.base/funcargs.exp: Likewise.
14569 * gdb.base/hbreak2.exp: Likewise.
14570 * gdb.base/inferior-died.exp: Likewise.
14571 * gdb.base/interrupt.exp: Likewise.
14572 * gdb.base/multi-forks.exp: Likewise.
14573 * gdb.base/nodebug.exp: Likewise.
14574 * gdb.base/sepdebug.exp: Likewise.
14575 * gdb.base/solib1.c: Likewise.
14576 * gdb.base/step-test.exp: Likewise.
14577 * gdb.mi/non-stop.c: Likewise.
14578 * gdb.mi/pthreads.c: Likewise.
14579 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14580 * gdb.threads/pthreads.c: Likewise.
14581 * gdb.threads/staticthreads.exp: Likewise.
14582 * lib/future.exp: Likewise.
14583 * lib/gdb.exp: Likewise.
14584 * gdb.base/so-indr-cl.c: Remove.
14585 * gdb.base/so-indr-cl.exp: Likewise.
14586 * gdb.base/solib.c: Likewise.
14587 * gdb.base/solib.exp: Likewise.
14588 * gdb.base/solib2.c: Likewise.
14589
b6304613
SM
145902015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14591
14592 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14593 * gdb.base/call-ar-st.exp: Likewise.
14594 * gdb.base/callfuncs.exp: Likewise.
14595 * gdb.base/condbreak.exp: Likewise.
14596 * gdb.base/constvars.exp: Likewise.
14597 * gdb.base/hbreak2.exp: Likewise.
14598 * gdb.base/langs.exp: Likewise.
14599 * gdb.base/list.exp: Likewise.
14600 * gdb.base/long_long.exp: Likewise.
14601 * gdb.base/ptype.exp: Likewise.
14602 * gdb.base/scope.exp: Likewise.
14603 * gdb.base/signals.exp: Likewise.
14604 * gdb.base/so-impl-ld.exp: Likewise.
14605 * gdb.base/varargs.exp: Likewise.
14606 * gdb.base/volatile.exp: Likewise.
14607 * gdb.base/whatis.exp: Likewise.
14608 * gdb.cp/cplusfuncs.exp: Likewise.
14609 * gdb.cp/inherit.exp: Likewise.
14610 * gdb.cp/local.exp: Likewise.
14611 * gdb.cp/member-ptr.exp: Likewise.
14612 * gdb.cp/method.exp: Likewise.
14613 * gdb.cp/overload.exp: Likewise.
14614 * gdb.cp/templates.exp: Likewise.
14615 * gdb.stabs/weird.exp: Likewise.
14616 * lib/compiler.c: Likewise.
14617 * lib/compiler.cc: Likewise.
14618 * lib/cp-support.exp: Likewise.
14619 * lib/gdb.exp: Likewise.
14620
bf401b07
SM
146212015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14622
14623 * configure.ac: Remove HP-UX case.
14624 * configure: Regenerate.
14625
aff9c0f8
SM
146262015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14627
14628 * lib/gdb.exp (gdb_compile): Add function doc.
14629
a6904d5a
PA
146302015-12-17 Pedro Alves <palves@redhat.com>
14631
14632 PR threads/19354
14633 * gdb.multi/info-threads.exp: New file.
14634
a22279dd
YQ
146352015-12-15 Yao Qi <yao.qi@linaro.org>
14636
14637 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14638 is aarch64*-*-*.
14639
0588c796
SL
146402015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14641
14642 * gdb.base/history-duplicates.exp: Skip if no readline support.
14643
5d978e17
SL
146442015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14645
14646 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14647
7e763b86
SL
146482015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14649
14650 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14651
87a3a92c
SL
146522015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14653
14654 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14655 ctrl-C if nointerrupts target property is set.
14656 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14657 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14658 * gdb.base/paginate-bg-execution.exp: Likewise.
14659 * gdb.base/paginate-execution-startup.exp: Likewise.
14660 * gdb.base/random-signal.exp: Likewise.
14661 * gdb.base/range-stepping.exp: Likewise.
14662 * gdb.cp/annota2.exp: Likewise.
14663 * gdb.cp/annota3.exp: Likewise.
14664 * gdb.gdb/selftest.exp: Likewise.
14665 * gdb.threads/continue-pending-status.exp: Likewise.
14666 * gdb.threads/leader-exit.exp: Likewise.
14667 * gdb.threads/manythreads.exp: Likewise.
14668 * gdb.threads/pthreads.exp: Likewise.
14669 * gdb.threads/schedlock.exp: Likewise.
14670 * gdb.threads/sigthread.exp: Likewise.
14671
a8f077dc
DB
146722015-12-11 Don Breazeal <donb@codesourcery.com>
14673
14674 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14675 remote.
14676 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14677 * gdb.base/foll-exec.exp (main): Enable for target remote.
14678 * gdb.base/foll-fork.exp (main): Likewise.
14679 * gdb.base/foll-vfork.exp (main): Likewise.
14680 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14681 (proc continue_to_exit_bp_loc): Use clean_restart.
14682 * gdb.base/pie-execl.exp (main): Disable for target remote.
14683 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14684 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14685 * gdb.threads/execl.exp (main): Likewise.
14686 * gdb.threads/fork-child-threads.exp (main): Likewise.
14687 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14688 remote.
14689 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14690 remote.
14691 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14692 pid.tid style ptids, instead of just tid.
14693 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14694 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14695 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14696 ptids, instead of just tid.
14697
3b2464a8
AB
146982015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14699
14700 * gdb.base/list.exp (test_list_forward): Add end of file error
14701 test.
14702 (test_repeat_list_command): Add end of file error test.
14703 (test_list_backwards): Add beginning of file error test.
14704
a0def019
AB
147052015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14706
14707 * gdb.base/list.exp (test_list_invalid_args): New function,
14708 defined, and called.
14709
5c000dff
AB
147102015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14711
14712 * gdb.base/list.exp (test_list): Make test names unique.
14713
f1637ebe
YQ
147142015-12-11 Yao Qi <yao.qi@linaro.org>
14715
14716 * gdb.base/coremaker2.c: Remove.
14717
36d6fc0a
PA
147182015-12-10 Pedro Alves <palves@redhat.com>
14719
14720 * gdb.multi/base.exp: Remove stale "spaces" references.
14721
762f7747
PA
147222015-12-10 Pedro Alves <palves@redhat.com>
14723
14724 * gdb.multi/base.exp: Don't use nowarnings.
14725 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14726 * gdb.multi/hangout.c: Include stdio.h.
14727 * gdb.multi/hello.c: Include stdlib.h.
14728 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14729 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14730 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14731
28d2bfb9
AB
147322015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14733
14734 * gdb.dwarf2/dw2-ranges-base.c: New file.
14735 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14736 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14737 support additional line table, and debug ranges generation.
14738 (Dwarf::ranges): New function, generate .debug_ranges.
14739 (Dwarf::lines): Support generating simple line table programs.
14740 (Dwarf::assemble): Initialise new namespace variables.
14741
5fc2beac
KB
147422015-12-09 Kevin Buettner <kevinb@redhat.com>
14743
14744 * gdb.base/async.exp (proc test_background): Add case for
14745 asynchronous execution not supported.
14746
1c35a88f
LM
147472015-12-09 Luis Machado <lgustavo@codesourcery.com>
14748
14749 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14750 format and change test names to make them unique.
14751
b593e3d9
RK
147522015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14753 Pedro Alves <pedro@redhat.com>
14754
14755 PR gdb/18702
14756 Add checking of floatformats setup on x86_64 hosts.
14757 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14758 (smallval, bigval): New labels/constants.
14759 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14760 float" after loading bigval and smallval.
14761
d72413e6
PMR
147622015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14763
14764 * gdb.ada/fun_overload_menu.exp: New testcase.
14765 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14766
ece66d65
JS
147672015-12-04 Josh Stone <jistone@redhat.com>
14768
14769 * gdb.base/catch-fork-static.exp: New.
14770
41d0efca
YQ
147712015-12-03 Yao Qi <yao.qi@linaro.org>
14772
14773 * gdb.base/sizeof.c: Don't include stdio.h and
14774 ../lib/unbuffer_output.c.
14775 (main): New variable 'size' and 'value'. Remove printf and
14776 gdb_unbuffer_output. Assign return value to size and value.
14777 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14778 at the beginning.
14779 (check_sizeof): Check the result by printing variable 'size'.
14780 (check_valueof): Check the result by printing variable 'value'.
14781
99fd02d9
YQ
147822015-12-01 Yao Qi <yao.qi@linaro.org>
14783
14784 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14785 for aarch64*-*-linux* target.
14786
f2faf941
PA
147872015-11-30 Pedro Alves <palves@redhat.com>
14788
14789 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14790
04bf20c5
PA
147912015-11-30 Pedro Alves <palves@redhat.com>
14792
14793 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14794 Handle non-stop mode vCont replies.
14795
09df4675
PA
147962015-11-30 Pedro Alves <palves@redhat.com>
14797
14798 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14799 prepare_for_testing. Start gdb with "set non-stop on" appended to
14800 GDBFLAGS. Lax expected stop output.
14801
58b584af
YQ
148022015-11-27 Yao Qi <yao.qi@linaro.org>
14803
14804 * gdb.arch/arm-neon.exp: New.
14805 * gdb.arch/arm-neon.c: New.
14806
dfcb77a8
YQ
148072015-11-27 Yao Qi <yao.qi@linaro.org>
14808
14809 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14810
88e8ec1b
YQ
148112015-11-27 Yao Qi <yao.qi@linaro.org>
14812
14813 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14814 frames-invalid annotation.
14815
bfde72c2
YQ
148162015-11-27 Yao Qi <yao.qi@linaro.org>
14817
14818 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14819
f6512a69
SM
148202015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14821
14822 * gdb.threads/names.exp: New file.
14823 * gdb.threads/names.c: New file.
14824 * README: Mention gdb,no_thread_names.
14825
46a3515b
MM
148262015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14827
14828 PR 19297
14829 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14830 support" error.
14831
62147a22
PA
148322015-11-24 Pedro Alves <palves@redhat.com>
14833
14834 PR 17539
14835 * gdb.base/display.exp: Expect displays to be sorted in ascending
14836 order. Use multi_line.
14837 * gdb.base/solib-display.exp: Likewise.
14838
2f341b6e
PA
148392015-11-24 Pedro Alves <palves@redhat.com>
14840
14841 PR 17539
25d49b86
PA
14842 * gdb.base/display.exp: Expect displays to be sorted in ascending
14843 order. Use multi_line.
14844 * gdb.base/solib-display.exp: Likewise.
2f341b6e 14845
7e0aa6aa
PA
148462015-11-24 Pedro Alves <palves@redhat.com>
14847
14848 PR 17539
14849 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14850 threads in ascending order.
14851 * gdb.base/foll-fork.exp: Likewise.
14852 * gdb.base/foll-vfork.exp: Likewise.
14853 * gdb.base/multi-forks.exp: Likewise.
14854 * gdb.mi/mi-nonstop.exp: Likewise.
14855 * gdb.mi/mi-nsintrall.exp: Likewise.
14856 * gdb.multi/base.exp: Likewise.
14857 * gdb.multi/multi-arch.exp: Likewise.
14858 * gdb.python/py-inferior.exp: Likewise.
14859 * gdb.threads/break-while-running.exp: Likewise.
14860 * gdb.threads/execl.exp: Likewise.
14861 * gdb.threads/gcore-thread.exp: Likewise.
14862 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14863 * gdb.threads/kill.exp: Likewise.
14864 * gdb.threads/linux-dp.exp: Likewise.
14865 * gdb.threads/multiple-step-overs.exp: Likewise.
14866 * gdb.threads/next-bp-other-thread.exp: Likewise.
14867 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14868 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14869 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14870 * gdb.threads/thread-find.exp: Likewise.
14871 * gdb.threads/tls.exp: Likewise.
14872 * lib/mi-support.exp (mi_reverse_list): Delete.
14873 (mi_check_thread_states): No longer reverse list.
14874
2cc57ad8
PA
148752015-11-24 Pedro Alves <palves@redhat.com>
14876
14877 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14878 use lowercase.
14879
c93e8391
SM
148802015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14881
14882 * gdb.trace/actions.c: Include trace-common.h.
14883 (main): Add a location for a fast tracepoint.
14884 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14885 the normal tracepoints.
14886 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14887
045ccf91
SM
148882015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14889
14890 * save-trace.exp: Factor out code to these...
14891 (gdb_save_tracepoints): New.
14892 (gdb_load_tracepoints): New.
14893 (do_save_load_test): New.
14894
5506f9f6
KB
148952015-11-23 Kevin Buettner <kevinb@redhat.com>
14896
14897 * gdb.base/asmlabel.exp: New test.
14898 * gdb.base/asmlabel.c: New test case.
14899
16c3b12f
JB
149002015-11-23 Joel Brobecker <brobecker@adacore.com>
14901
14902 * gdb.base/wrong_frame_bt_full-main.c: New file.
14903 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14904 * gdb.base/wrong_frame_bt_full.exp: New file.
14905
155bfbd3
JB
149062015-11-23 Joel Brobecker <brobecker@adacore.com>
14907
14908 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14909
bb097445
JM
149102015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14911
206853a0 14912 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14913 pstate register when comparing registers values in
14914 sparc64-*-linux-gnu targets to avoid spurious differences.
14915
9c88ed8f
JM
149162015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14917
206853a0 14918 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14919
96161e25
SL
149202015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14921
14922 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14923 as type argument to gdb_compile.
14924 * gdb.base/nested-subp2.exp: Likewise.
14925 * gdb.base/nested-subp3.exp: Likewise.
14926
340c2830
DV
149272015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14928
14929 * lib/dwarf.exp (_note): Fix left shift of negative value.
14930 * gdb.trace/trace-condition.exp: Likewise.
14931
c1862d0f
YQ
149322015-11-13 Yao Qi <yao.qi@linaro.org>
14933
14934 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14935 comments about d10v.
14936 (test_scalar_returns): Likewise.
14937 * gdb.base/d10v.ld: Remove.
14938 * gdb.base/overlays.exp: Remove the target triplet checking for
14939 d10v-*-*.
14940 * gdb.base/structs.exp (test_struct_returns): Remove the
14941 comments about d10v.
14942 (test_struct_calls): Likewise.
14943
77ae9c19
YQ
149442015-11-13 Yao Qi <yao.qi@linaro.org>
14945
14946 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14947 * gdb.base/gnu_vector.c: Don't include stdio.h.
14948 (main): Don't print res and call add_some_intvecs.
14949
430e004e
MK
149502015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14951
14952 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14953 macro.
14954 (func5): Removed.
14955 (func4): Use FAST_TRACEPOINT_LABEL.
14956 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14957 macro.
14958 (func): Removed.
14959 (thread_function): Use FAST_TRACEPOINT_LABEL.
14960 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14961 (func): Remove.
14962 (marker): Use FAST_TRACEPOINT_LABEL.
14963 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14964 (pendfunc1): Remove.
14965 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14966 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14967 (foo): Remove.
14968 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14969 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14970 macro.
14971 (func): Remove.
14972 (marker): Use FAST_TRACEPOINT_LABEL.
14973 * gdb.trace/trace-common.h: New header.
14974 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14975 macro.
14976 (func): Remove.
14977 (marker): Use FAST_TRACEPOINT_LABEL.
14978 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14979 (func): Remove.
14980 (thread_function): Use FAST_TRACEPOINT_LABEL.
14981
6e7675a7
MK
149822015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14983
14984 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14985 in front.
14986 * gdb.trace/change-loc.exp: Use global pcreg definition.
14987 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14988 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14989 in front.
14990 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14991 * gdb.trace/pending.exp: Likewise.
14992 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14993 * gdb.trace/trace-break.exp: Likewise.
14994 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14995 in front.
14996 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14997 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14998 in front.
14999 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
15000
dddc0e16
JB
150012015-11-09 Joel Brobecker <brobecker@adacore.com>
15002
15003 * gdb.ada/fin_fun_out: New testcase.
15004
c6f0b406
KB
150052015-11-07 Kevin Buettner <kevinb@redhat.com>
15006
15007 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
15008 value associated with DW_AT_byte_size.
15009 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
15010 constants for DW_AT_byte_size, DW_AT_lower_bound, and
15011 DW_AT_upper_bound.
15012
f01dcfd9
KB
150132015-11-07 Kevin Buettner <kevinb@redhat.com>
15014
15015 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
15016 (gdb_target_symbol_prefix_flags): Define in terms of _asm
15017 version.
15018 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
15019 gdb.dwarf2/dw2-canonicalize-type.exp,
15020 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
15021 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
15022 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
15023 provided by gdb_target_symbol_prefix_flags_asm.
15024 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
15025 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
15026 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
15027 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
15028 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
15029 macros where needed). Use this macro for symbols which require
15030 the prefix provided by SYMBOL_PREFIX.
15031
2223449a
KB
150322015-11-05 Kevin Buettner <kevinb@redhat.com>
15033
15034 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
15035 New procs.
15036 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
15037 representing expressions, of more than one list element.
15038 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
15039 to prepend linker symbol prefix to f.
15040 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
15041 table_1 and table_2.
15042 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
15043 Likewise, for f and g.
15044 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
15045 for ptr.
15046 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
15047 for main.
15048 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
15049 table_1_ptr and table_2_ptr.
15050
6f2f1a3a
JK
150512015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15052 Joel Brobecker <brobecker@adacore.com>
15053
15054 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
15055
566c56c9
MK
150562015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
15057
15058 * gdb.reverse/s390-mvcle.c: New test.
15059 * gdb.reverse/s390-mvcle.exp: New file.
15060 * lib/gdb.exp: Enable reverse tests on s390*-linux.
15061
d5f0636b
MK
150622015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15063
15064 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
15065
7ad8b86c
MK
150662015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15067
15068 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
15069 reaching marker2.
15070 * gdb.reverse/getresuid-reverse.exp: Likewise.
15071 * gdb.reverse/pipe-reverse.exp: Likewise.
15072 * gdb.reverse/readv-reverse.exp: Likewise.
15073 * gdb.reverse/recvmsg-reverse.exp: Likewise.
15074 * gdb.reverse/time-reverse.exp: Likewise.
15075 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
15076
4081c0f1
YQ
150772015-10-30 Yao Qi <yao.qi@linaro.org>
15078
15079 * gdb.threads/wp-replication.c (watch_count_done): Remove.
15080 (empty_cycle): Remove.
15081 (main): Don't call empty_cycle. Don't use watch_count_done.
15082 * gdb.threads/wp-replication.exp: Don't set breakpoint on
15083 empty_cycle. Rewrite the code counting HW watchpoints.
15084
452b4ba5
MK
150852015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
15086
15087 * gdb.reverse/fstatat-reverse.c: New test.
15088 * gdb.reverse/fstatat-reverse.exp: New file.
15089 * gdb.reverse/getresuid-reverse.c: New test.
15090 * gdb.reverse/getresuid-reverse.exp: New file.
15091 * gdb.reverse/pipe-reverse.c: New test.
15092 * gdb.reverse/pipe-reverse.exp: New file.
15093 * gdb.reverse/readv-reverse.c: New test.
15094 * gdb.reverse/readv-reverse.exp: New file.
15095 * gdb.reverse/recvmsg-reverse.c: New test.
15096 * gdb.reverse/recvmsg-reverse.exp: New file.
15097 * gdb.reverse/time-reverse.c: New test.
15098 * gdb.reverse/time-reverse.exp: New file.
15099 * gdb.reverse/waitpid-reverse.c: New test.
15100 * gdb.reverse/waitpid-reverse.exp: New file.
15101
5e2e7507
JK
151022015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15103
15104 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
15105
0fde2c53
DE
151062015-10-26 Doug Evans <dje@google.com>
15107
15108 PR symtab/17391
15109 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
15110 * gdb.dwarf2/bad-regnum.c: New file.
15111 * gdb.dwarf2/bad-regnum.exp: New file.
15112
1a70ae97
DE
151132015-10-26 Doug Evans <dje@google.com>
15114
15115 PR python/18938
15116 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
15117 file.
15118
27dc26ab
JK
151192015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15120
15121 * gdb.compile/compile.exp (compile code globalvar): Update expectation
15122 for a change by "Mention language in compile error message".
15123
bed91f4d
SM
151242015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
15125
15126 PR python/18073
15127 * gdb.python/py-type.c (C::a_method): New.
15128 (C::a_const_method): New.
15129 (C::a_static_method): New.
15130 (a_function): New.
15131 * gdb.python/py-type.exp (test_fields): Test getting fields
15132 from function and method.
15133
3f2f83dd
KB
151342015-10-21 Keven Boell <keven.boell@intel.com>
15135
15136 * gdb.fortran/vla-alloc-assoc.exp: New file.
15137 * gdb.fortran/vla-datatypes.exp: New file.
15138 * gdb.fortran/vla-datatypes.f90: New file.
15139 * gdb.fortran/vla-history.exp: New file.
15140 * gdb.fortran/vla-ptype-sub.exp: New file.
15141 * gdb.fortran/vla-ptype.exp: New file.
15142 * gdb.fortran/vla-sizeof.exp: New file.
15143 * gdb.fortran/vla-sub.f90: New file.
15144 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
15145 * gdb.fortran/vla-value-sub-finish.exp: New file.
15146 * gdb.fortran/vla-value-sub.exp: New file.
15147 * gdb.fortran/vla-value.exp: New file.
15148 * gdb.fortran/vla-ptr-info.exp: New file.
15149 * gdb.mi/mi-vla-fortran.exp: New file.
15150 * gdb.mi/vla.f90: New file.
15151
27145d50
SL
151522015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15153
15154 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15155 of hardwired timeout value.
15156
5f3ff4f8
JK
151572015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15158 Pedro Alves <palves@redhat.com>
15159
15160 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15161 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15162
bfd09d20
JS
151632015-10-19 Josh Stone <jistone@redhat.com>
15164
15165 * gdb.base/catch-syscall.c: Include <sched.h>.
15166 (unknown_syscall): New variable.
15167 (main): Trigger a vfork and an unknown syscall.
15168 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15169 (unknown_syscall_number): Likewise.
15170 (check_call_to_syscall): Accept an optional syscall pattern.
15171 (check_return_from_syscall): Likewise.
15172 (check_continue): Likewise.
15173 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15174 (test_catch_syscall_skipping_return): New test toggling off 'catch
15175 syscall' to step over the syscall return, then toggling back on.
15176 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15177 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15178 (do_syscall_tests): Call test_catch_syscall_without_args and
15179 test_catch_syscall_mid_vfork.
15180 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15181 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15182
b32b93c6
AS
151832015-10-19 Andrew Stubbs <ams@codesourcery.com>
15184
15185 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15186 print g_vE): Add new pass patterns.
15187 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15188 print various symbol names for vptr fields.
15189
9d622bda
AB
151902015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15191
15192 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15193 results.
15194
0fd8ac1c
YQ
151952015-10-12 Yao Qi <yao.qi@linaro.org>
15196
15197 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15198
34240514
YQ
151992015-10-12 Yao Qi <yao.qi@linaro.org>
15200
15201 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15202 is aarch64*-*-linux*.
15203
8240f442
YQ
152042015-10-12 Yao Qi <yao.qi@linaro.org>
15205
15206 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15207 (can_relocate_bcond_true): ... it.
15208 (can_relocate_bcond_false): New function.
15209 (foo): Likewise.
15210 (can_relocate_bl): Likewise.
15211 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15212 can_relocate_bl.
15213
2520f728
PMR
152142015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15215
15216 * gdb.base/nested-addr.c: New file.
15217 * gdb.base/nested-addr.exp: New testcase.
15218
abcef95a
MM
152192015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15220
15221 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15222 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15223 its output. Ignore the output of "record goto begin" and instead
15224 check that GDB is replaying.
15225
145e3ddb
PA
152262015-10-09 Pedro Alves <palves@redhat.com>
15227
15228 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15229 (top level): Use it in the run with no args test.
15230
d5d8c4e1
IB
152312015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15232
15233 * gdb.dlang/properties.exp: New file.
15234
06e635ef
SL
152352015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15236
15237 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15238 whether or not address 0x1000 is mapped on the target.
15239
e019fd1d
SM
152402015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15241
15242 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15243 build.
15244
77ba2a67
MM
152452015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15246
15247 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15248 instruction-history test.
15249
c60eb31f
DE
152502015-09-28 Doug Evans <dje@google.com>
15251
15252 * gdb.base/gcore.c (array_func): Add reference to static_array.
15253
9a3c8263
SM
152542015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15255
15256 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15257 source line.
15258
9720e656
SL
152592015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15260
15261 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15262 short or char as base type.
15263
938d3bf2
SL
152642015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15265
15266 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15267 to allow any size enum.
15268
e6c2c623
PMR
152692015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15270
15271 * gdb.ada/array_ptr_renaming.exp: New testcase.
15272 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15273 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15274
06da0f77
PL
152752015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15276
15277 * gdb.trace/ftrace-lock.c: New file.
15278 * gdb.trace/ftrace-lock.exp: New file.
15279
4f51c22a
PL
152802015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15281
15282 * gdb.arch/insn-reloc.c: New file.
15283 * gdb.arch/ftrace-insn-reloc.exp: New file.
15284
7041adf4
PL
152852015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15286
15287 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15288 instruction.
15289 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15290 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15291 * gdb.trace/range-stepping.c: Likewise.
15292 * gdb.trace/trace-break.c: Likewise.
15293 * gdb.trace/trace-mt.c (thread_function): Likewise.
15294 * gdb.trace/ftrace.c (marker): Likewise.
15295 * gdb.trace/trace-condition.c (marker): Likewise.
15296 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15297 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15298 is_aarch64_target.
15299
015d2e7e
DE
153002015-09-18 Doug Evans <xdje42@gmail.com>
15301
15302 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15303 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15304
26b188a2
SL
153052015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15306
15307 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15308 the breakpoint.
15309
79dc332b
SL
153102015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15311
15312 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15313 the pending breakpoint. Remove timeout override for "Run till
15314 MI pending breakpoint on pendfunc3 on thread 2" test.
15315
f57929f2
SL
153162015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15317
15318 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15319 filename pattern.
15320
3f469b17
SL
153212015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15322
15323 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15324 in breakpoint filename pattern.
15325
515b89b3
SL
153262015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15327
7800dbe4
SL
15328 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15329
153302015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15331
515b89b3
SL
15332 * gdb.linespec/explicit.exp: Check for readline support for
15333 tab-completion tests. Fix obvious typo.
15334
d2939ba2
MM
153352015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15336
15337 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15338 and replay.
15339
cbb55fa7
MM
153402015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15341
15342 * gdb.btrace/non-stop.c: New.
15343 * gdb.btrace/non-stop.exp: New.
15344
43691ca1
PL
153452015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15346 Yao Qi <yao.qi@linaro.org>
15347
15348 * gdb.trace/trace-condition.c: New file.
15349 * gdb.trace/trace-condition.exp: New file.
15350
d78908cf
WW
153512015-09-16 Wei-cheng Wang <cole945@gmail.com>
15352
15353 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15354 for testing bytecode compilation.
15355
1ed415e2
PA
153562015-09-16 Pedro Alves <palves@redhat.com>
15357 Sandra Loosemore <sandra@codesourcery.com>
15358
15359 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15360 (SECONDS): Redefine.
15361 (main): Call pthread_kill and alarm early.
15362 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15363 support.
15364 (test): If the target can't hardware step and doesn't support
15365 displaced stepping, increase the timeout.
15366
d136eff5
PA
153672015-09-16 Pedro Alves <palves@redhat.com>
15368
15369 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15370 (enable_debug): New procedures.
15371 (test): Use them. Bail out if waiting for threads fails.
15372 (top level): Bail out if a test fails.
15373
991f019c
YQ
153742015-09-16 Yao Qi <yao.qi@linaro.org>
15375
15376 * gdb.asm/asm-source.exp: Set asm-arch for
15377 aarch64*-*-* target.
15378 * gdb.asm/aarch64.inc: New file.
15379
bfca584f
PMR
153802015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15381
15382 * gdb.ada/array_of_variable_length.exp: New testcase.
15383 * gdb.ada/array_of_variable_length/foo.adb: New file.
15384 * gdb.ada/array_of_variable_length/pck.adb: New file.
15385 * gdb.ada/array_of_variable_length/pck.ads: New file.
15386
b326e587
DE
153872015-09-15 Doug Evans <dje@google.com>
15388
15389 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15390 of function static local variable.
15391
5382cfab
PW
153922015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15393
15394 * gdb.threads/tls-so_extern.exp: New test file.
15395 * gdb.threads/tls-so_extern.c: New test file.
15396 * gdb.threads/tls-so_extern_main.c: New test file.
15397
141c5cc4
JK
153982015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15399
15400 * gdb.opt/solib-intra-step-lib.c: New file.
15401 * gdb.opt/solib-intra-step-main.c: New file.
15402 * gdb.opt/solib-intra-step.exp: New file.
15403
d15dcecd
PA
154042015-09-15 Pedro Alves <palves@redhat.com>
15405
15406 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15407 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15408
4c2f2a79
PA
154092015-09-14 Pedro Alves <palves@redhat.com>
15410
15411 * gdb.base/hook-stop-continue.c: Delete.
15412 * gdb.base/hook-stop-continue.exp: Delete.
15413 * gdb.base/hook-stop-frame.c: Delete.
15414 * gdb.base/hook-stop-frame.exp: Delete.
15415 * gdb.base/hook-stop.c: New file.
15416 * gdb.base/hook-stop.exp: New file.
15417
919e6dbe
PMR
154182015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15419
15420 * gdb.ada/access_to_packed_array.exp: New testcase.
15421 * gdb.ada/access_to_packed_array/foo.adb: New file.
15422 * gdb.ada/access_to_packed_array/pack.adb: New file.
15423 * gdb.ada/access_to_packed_array/pack.ads: New file.
15424
157280a4
MM
154252015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15426
15427 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15428 buffer size test.
15429
2fd33e94
DB
154302015-09-11 Don Breazeal <donb@codesourcery.com>
15431
15432 * gdb.base/foll-exec.c: Add copyright header. Fix
15433 formatting issues.
15434 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15435 (do_exec_tests): Use clean_restart in place of zap_session,
15436 and for test initialization. Fix formatting issues. Use
15437 fail in place of perror.
15438 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15439 an expect statement to match an expression with output from
15440 the program under debug.
15441 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15442 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15443 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15444 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15445 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15446
e70b6e8e
DE
154472015-09-09 Doug Evans <dje@google.com>
15448
15449 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15450
7a551a51
DE
154512015-09-09 Doug Evans <dje@google.com>
15452
15453 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15454
4c666f84
DE
154552015-09-09 Doug Evans <dje@google.com>
15456
15457 * gdb.base/savedregs.exp: Fix typo.
15458
243a9253
PA
154592015-09-09 Pedro Alves <palves@redhat.com>
15460
15461 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15462
c0fa8fbd
SL
154632015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15464
15465 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15466 command actually switches threads. Give up on remaining
15467 tests if target fails to stop at breakpoint.
15468
cd7c1778
PMR
154692015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15470
15471 * gdb.ada/funcall_char.exp: New testcase.
15472 * gdb.ada/funcall_char/foo.adb: New file.
15473
dc5c8746
PMR
154742015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15475
15476 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15477 expected outputs. Add two testcases for completing ambiguous
15478 functions.
15479 * gdb.ada/complete/aux_pck.adb: New file.
15480 * gdb.ada/complete/aux_pck.ads: New file.
15481 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15482 Ambiguous_Func functions.
15483 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15484 * gdb.ada/complete/pck.adb: Likewise.
15485
4e83a1e7
UW
154862015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15487
15488 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15489 failures to run the test program under GDB.
15490
8ce74153
LM
154912015-08-26 Luis Machado <lgustavo@codesourcery.com>
15492
15493 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15494 to C.
15495
e9756d52
PP
154962015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15497
15498 * gdb.base/run-after-attach.exp: New test file.
15499 * gdb.base/run-after-attach.c: New test file.
15500
8d37573b
DB
155012015-08-26 Don Breazeal <donb@codesourcery.com>
15502
15503 * gdb.base/foll-exec-2.c: New test program.
15504 * gdb.base/foll-exec-2.exp: New test.
15505
63e43d3a
PMR
155062015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15507
15508 * gdb.base/nested-subp1.exp: New file.
15509 * gdb.base/nested-subp1.c: New file.
15510 * gdb.base/nested-subp2.exp: New file.
15511 * gdb.base/nested-subp2.c: New file.
15512 * gdb.base/nested-subp3.exp: New file.
15513 * gdb.base/nested-subp3.c: New file.
15514
3d40fbb5
PA
155152015-08-24 Pedro Alves <palves@redhat.com>
15516
15517 * gdb.server/connect-without-multi-process.c: New file.
15518 * gdb.server/connect-without-multi-process.exp: New file.
15519
4422ac93
LM
155202015-08-24 Luis Machado <lgustavo@codesourcery.com>
15521
15522 * gdb.opt/inline-markers.c: Make z int.
15523
91dddb86
LM
155242015-08-24 Luis Machado <lgustavo@codesourcery.com>
15525
15526 * gdb.opt/inline-markers.c: Make z volatile.
15527
a48847ee
LM
155282015-08-24 Luis Machado <lgustavo@codesourcery.com>
15529
15530 * gdb.opt/inline-bt.c: New volatile global z.
15531 * gdb.opt/inline-cmds.c: Likewise.
15532 * gdb.opt/inline-locals.c: Likewise.
15533 * gdb.opt/inline-markers.c: New extern global z.
15534 (marker): Use z.
15535 (inline_fn): Likewise.
15536
0ebbc52b
PA
155372015-08-24 Pedro Alves <palves@redhat.com>
15538
15539 * config/m32r-stub.exp: Remove file.
15540 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15541 * gdb.base/call-rt-st.exp: Likewise.
15542 * gdb.base/call-strs.exp: Likewise.
15543 * gdb.base/default.exp: Remove references to h8300-*-hms and
15544 *-*-udi*.
15545 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15546
77c365df
AA
155472015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15548
15549 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15550 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15551 and "return" use KFAIL when GDB can not read/write the vector
15552 return value.
15553
4313b8c0
GB
155542015-08-21 Gary Benson <gbenson@redhat.com>
15555
15556 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15557
0e433b32
PA
155582015-08-20 Pedro Alves <palves@redhat.com>
15559
15560 * gdb.server/solib-list.exp: No longer expect an interior stop in
15561 non-stop mode.
15562
221e1a37
PA
155632015-08-20 Pedro Alves <palves@redhat.com>
15564
15565 * gdb.server/connect-stopped-target.c: New file.
15566 * gdb.server/connect-stopped-target.exp: New file.
15567
40e3ad0e
PA
155682015-08-20 Pedro Alves <palves@redhat.com>
15569
15570 * gdb.dwarf2/comp-unit-lang.exp: New file.
15571 * gdb.dwarf2/comp-unit-lang.c: New file.
15572
af39b327
PMR
155732015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15574
15575 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15576 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15577
7d45c7c3 155782015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 15579
7d45c7c3
KB
15580 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15581 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15582
4d6cceb4
DE
155832015-08-18 Doug Evans <dje@google.com>
15584 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15585
15586 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15587 skip_python_tests. New arg prompt_regexp.
15588 (skip_python_tests): New function.
15589 * lib/mi-support.exp (mi_skip_python_tests): New function.
15590 * gdb.python/py-mi-objfile-gdb.py: New file.
15591 * gdb.python/py-mi-objfile.c: New file.
15592 * gdb.python/py-mi-objfile.exp: New file.
15593
ad89c2aa
KS
155942015-08-17 Keith Seitz <keiths@redhat.com>
15595
15596 * gdb.linespec/explicit.exp: Move strace test from here ...
15597 * gdb.trace/strace.exp: ... to here.
15598
e3ae3c43
PP
155992015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15600
15601 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15602 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15603
604b2636
DE
156042015-08-14 Doug Evans <xdje42@gmail.com>
15605
15606 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15607 inferior before selecting a new file.
15608
6ff0ba5f
DE
156092015-08-14 Doug Evans <xdje42@gmail.com>
15610
15611 * gdb.mi/mi-disassemble.exp: Update.
15612 * gdb.base/disasm-optim.S: New file.
15613 * gdb.base/disasm-optim.c: New file.
15614 * gdb.base/disasm-optim.h: New file.
15615 * gdb.base/disasm-optim.exp: New file.
15616
9ca98f92
KS
156172015-08-14 Keith Seitz <keiths@redhat.com>
15618
15619 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15620 "evaluated-by".
15621
52bbc560
JB
156222015-08-13 Joel Brobecker <brobecker@adacore.com>
15623
15624 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15625
5d8c3ed3
PMR
156262015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15627
15628 * gdb.ada/fun_renaming.exp: New testcase.
15629 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15630 * gdb.ada/fun_renaming/pack.adb: New file.
15631 * gdb.ada/fun_renaming/pack.ads: New file.
15632
ea8812bc
KS
156332015-08-12 Keith Seitz <keiths@redhat.com>
15634
15635 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15636 gdb_get_line_number.
15637
4dafcdeb
JB
156382015-08-12 Joel Brobecker <brobecker@adacore.com>
15639
15640 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15641 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15642 gdb.base/dso2dso.exp: New files.
15643
5ba32597
SDJ
156442015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15645 Pedro Alves <palves@redhat.com>
15646 Keith Seitz <keiths@redhat.com>
15647
15648 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15649 GDBFLAGS.
15650
b6dafabf
PP
156512015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15652
15653 * gdb.base/gdbhistsize-history.exp
15654 (test_histsize_history_setting): Use save_vars.
15655 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15656 Use save_vars.
15657 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15658 * gdb.base/readline.exp: Use save_vars.
15659
abe8e607
PP
156602015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15661
15662 * lib/gdb.exp (save_vars): New proc.
15663
629500fa
KS
156642015-08-11 Keith Seitz <keiths@redhat.com>
15665
15666 * gdb.base/help.exp: Update help_breakpoint_text.
15667
eb8c4e2e
KS
156682015-08-11 Keith Seitz <keiths@redhat.com>
15669
15670 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15671 (at toplevel): Call test_explicit_breakpoints.
15672 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15673 breakpoints.
15674 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15675 breakpoint conditions, "-cond".
15676
87f0e720
KS
156772015-08-11 Keith Seitz <keiths@redhat.com>
15678
15679 * gdb.linespec/3explicit.c: New file.
15680 * gdb.linespec/cpexplicit.cc: New file.
15681 * gdb.linespec/cpexplicit.exp: New file.
15682 * gdb.linespec/explicit.c: New file.
15683 * gdb.linespec/explicit.exp: New file.
15684 * gdb.linespec/explicit2.c: New file.
15685 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15686 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15687 before using in the matching pattern.
15688 Clarify that `prefix' is a regular expression.
15689
f00aae0f
KS
156902015-08-11 Keith Seitz <keiths@redhat.com>
15691
15692 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15693 test.
15694 Add tests for missing ",FMT" and ",".
15695
e27852be
DE
156962015-08-10 Doug Evans <dje@google.com>
15697 Keith Seitz <keiths@redhat.com>
15698
15699 PR gdb/17960
15700 * gdb.base/completion.exp: Add location completer tests.
15701
7f03bd92
PA
157022015-08-07 Pedro Alves <palves@redhat.com>
15703
15704 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15705 tests here.
15706 (top level): Run do_test with and without displaced stepping.
15707
3fc8eb30
PA
157082015-08-07 Pedro Alves <palves@redhat.com>
15709
15710 * gdb.base/valgrind-disp-step.c: New file.
15711 * gdb.base/valgrind-disp-step.exp: New file.
15712
d4569d7b
PA
157132015-08-07 Pedro Alves <palves@redhat.com>
15714
15715 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15716 Delete function.
15717 (main): Add alarm. Run an infinite loop instead of calling
15718 wait_threads.
15719 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15720 comment.
15721 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15722 Delete function.
15723 (main): Add alarm. Run an infinite loop instead of calling
15724 wait_threads.
15725 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15726 comment.
15727
e1316e60
PA
157282015-08-07 Pedro Alves <palves@redhat.com>
15729
15730 * gdb.base/checkpoint-ns.exp: New file.
15731 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15732 standard_testfile.
15733
da8c46d2
MM
157342015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15735
15736 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15737 * gdb.btrace/instruction_history.exp: Update.
15738 * gdb.btrace/tsx.exp: New.
15739 * gdb.btrace/tsx.c: New.
15740
de1c2c52
PA
157412015-08-06 Pedro Alves <palves@redhat.com>
15742
15743 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15744 increase timeout.
15745 * gdb.reverse/until-precsave.exp: Bump timeouts.
15746
782e0bf4
PA
157472015-08-06 Pedro Alves <palves@redhat.com>
15748
15749 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15750
83e97ed0
PA
157512015-08-06 Pedro Alves <palves@redhat.com>
15752
15753 PR gdb/18749
15754 * gdb.threads/process-dies-while-handling-bp.c: New file.
15755 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15756
863d01bd
PA
157572015-08-06 Pedro Alves <palves@redhat.com>
15758
15759 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15760 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15761
0a39bb32
PA
157622015-08-05 Pedro Alves <palves@redhat.com>
15763
15764 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15765 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15766
ee2d2b10
SL
157672015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15768
15769 * gdb.base/bp-permanent.exp: Report test as unsupported if
15770 the target cannot stop at the permanent breakpoint.
15771
4e1bdb00
DE
157722015-08-03 Doug Evans <dje@google.com>
15773
15774 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15775 10000.
15776
3d338901
DE
157772015-08-03 Doug Evans <dje@google.com>
15778
15779 * Makefile.in (workers/%.worker, build-perf): New rule.
15780 (GDB_PERFTEST_MODE): New variable.
15781 (check-perf): Use it.
15782 (clean): Clean up gdb.perf parallel build subdirs.
15783 * lib/build-piece.exp: New file.
15784 * lib/gdb.exp (make_gdb_parallel_path): New function
15785 (standard_output_file, standard_temp_file): Call it.
15786 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15787 of $GDB_PARALLEL.
15788 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15789
af061d3e
DE
157902015-08-03 Doug Evans <dje@google.com>
15791
8e1afc81 15792 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
15793 (LOG_FILE_NAME): New global.
15794 (TextReporter.__init__): Initialize self.txt_sum.
15795 (TextReporter.report): Add support for multiple data-points.
15796 Move report to perftest.sum, put raw data in perftest.log.
15797 (TextReporter.start): Open sum and log files.
15798 (TextReporter.end): Close sum and log files.
8e1afc81
DE
15799 * gdb.perf/lib/perftest/testresult.py
15800 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 15801
2c8c5d37
PA
158022015-07-31 Pedro Alves <palves@redhat.com>
15803
15804 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15805 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15806 kill_wait_spawned_process instead of explicit "kill -9".
15807 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15808 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15809 kill_wait_spawned_process.
15810 * gdb.base/attach-twice.exp: Likewise.
15811 * gdb.base/attach.exp: Likewise.
15812 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15813 gdb_test_multiple.
15814 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15815 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15816 kill_wait_spawned_process.
15817 * gdb.base/valgrind-infcall.exp: Likewise.
15818 * gdb.multi/multi-attach.exp: Likewise.
15819 * gdb.python/py-prompt.exp: Likewise.
15820 * gdb.python/py-sync-interp.exp: Likewise.
15821 * gdb.server/ext-attach.exp: Likewise.
15822 * gdb.threads/attach-into-signal.exp (corefunc): Use
15823 spawn_wait_for_attach, spawn_id_get_pid and
15824 kill_wait_spawned_process.
15825 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15826 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15827 spawn_id_get_pid and kill_wait_spawned_process.
15828 * gdb.threads/attach-stopped.exp (corefunc): Use
15829 spawn_wait_for_attach, spawn_id_get_pid and
15830 kill_wait_spawned_process.
15831 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15832 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15833 kill_wait_spawned_process instead of explicit "kill -9".
15834 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15835 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15836 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15837 processes. Don't map cygwin/windows pids here. Now returns a
15838 spawn id list.
15839
032a0fca
SL
158402015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15841
15842 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15843 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15844 correct patch.
15845
61a934ca
SL
158462015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15847
15848 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15849
4bc4d428
SL
158502015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15851
15852 Reapply:
15853 2014-05-21 Mark Wielaard <mjw@redhat.com>
15854
15855 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15856
998d452a
PA
158572015-07-30 Pedro Alves <palves@redhat.com>
15858
15859 * linux-low.c (handle_extended_wait): Set the child's last
15860 reported status to TARGET_WAITKIND_STOPPED.
15861
69dde7dc
PA
158622015-07-30 Pedro Alves <palves@redhat.com>
15863
15864 PR threads/18600
15865 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15866 only shows inferior 1.
15867
4dd63d48
PA
158682015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15869 Pedro Alves <palves@redhat.com>
15870
15871 PR threads/18600
15872 * gdb.threads/fork-plus-threads.c: New file.
15873 * gdb.threads/fork-plus-threads.exp: New file.
15874
d618e4c5
PP
158752015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15876
15877 * gdb.base/batch-preserve-term-settings.exp
15878 (test_terminal_settings_preserved_after_cli_exit): Use
15879 send_quit_command.
15880
1eef6428
PA
158812015-07-29 Pedro Alves <palves@redhat.com>
15882 Don Breazeal <donb@codesourcery.com>
15883
15884 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15885 output from both inferior_spawn_id and gdb_spawn_id.
15886
7da5b897
SDJ
158872015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15888
15889 * gdb.threads/attach-into-signal.exp (corefunc): Use
15890 with_test_prefix on nested loops, uniquefying the test messages.
15891
dac804df
SDJ
158922015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15893
15894 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15895 commit.
15896
06265e53
PP
158972015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15898
15899 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15900 New proc.
15901 (test_terminal_settings_preserved_after_sigterm): New test.
15902
18206ca3
PP
159032015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15904
15905 * gdb.base/batch-preserve-term-settings.exp
15906 (test_terminal_settings_preserved_after_cli_exit): New test.
15907
90074d11
PP
159082015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15909
15910 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15911 manipulation of saved_gdbflags.
15912 (test_terminal_settings_preserved): Remove global declaration of
15913 the unused variable pagination_prompt. Remove manipulation of
15914 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15915 GDBFLAGS.
15916
eb1a7902
PA
159172015-07-29 Pedro Alves <palves@redhat.com>
15918
15919 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15920
8b75dd3b
PA
159212015-07-29 Pedro Alves <palves@redhat.com>
15922
15923 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15924 at the top.
15925
dedad4e3
PA
159262015-07-29 Pedro Alves <palves@redhat.com>
15927
15928 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15929 (main): Call gdb_unbuffer_output.
15930 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15931 (main): Call gdb_unbuffer_output.
15932 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15933 (main): Call gdb_unbuffer_output.
15934 * gdb.base/call-strs.exp: Adjust to step over the
15935 gdb_unbuffer_output call.
15936 * gdb.base/catch-gdb-caused-signals.c: Include
15937 "../lib/unbuffer_output.c".
15938 (main): Call gdb_unbuffer_output.
15939 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15940 (main): Call gdb_unbuffer_output.
15941 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15942 (main): Call gdb_unbuffer_output.
15943 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15944 (main): Call gdb_unbuffer_output.
15945 * gdb.base/shlib-call.exp: Adjust to step over the
15946 gdb_unbuffer_output call.
15947 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15948 (main): Call gdb_unbuffer_output.
15949 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15950 (main): Call gdb_unbuffer_output.
15951 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15952 (main): Rename to ...
15953 (test): ... this.
15954 (main): Reimplement.
15955 * gdb.base/varargs.exp: Run to test instead of to main.
15956 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15957 (main): Call gdb_unbuffer_output.
15958
58789a91
PA
159592015-07-29 Pedro Alves <palves@redhat.com>
15960
15961 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15962 factore out from mi_continue_dprintf. For call-style dprintfs,
15963 expect dprintf output out of $inferior_spawn_id.
15964 (mi_continue_dprintf): Use mi_expect_dprintf.
15965 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15966 (main): Call gdb_unbuffer_output.
15967
e8376742
PA
159682015-07-29 Pedro Alves <palves@redhat.com>
15969
15970 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15971 (default_mi_gdb_start): Set inferior_spawn_id instead of
15972 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15973 gdb_spawn_id.
15974 (mi_gdb_test): Always expect inferior output from both
15975 $inferior_spawn_id and $gdb_spawn_id.
15976
08280010
PA
159772015-07-29 Pedro Alves <palves@redhat.com>
15978
15979 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15980 send_inferior and $inferior_spawn_id.
15981
4d30e432
PA
159822015-07-29 Pedro Alves <palves@redhat.com>
15983
15984 * gdb.gdb/complaints.exp (test_initial_complaints)
15985 (test_serial_complaints, test_short_complaints): Use
15986 gdb_test_stdio.
15987 (test_empty_complaint): Handle $inferior_spawn_id !=
15988 $gdb_spawn_id.
15989
0d30a335
PA
159902015-07-29 Pedro Alves <palves@redhat.com>
15991
15992 * gdb.base/varargs.exp: Use gdb_test_stdio.
15993
39413b29
PA
159942015-07-29 Pedro Alves <palves@redhat.com>
15995
15996 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15997
7cb000a9
PA
159982015-07-29 Pedro Alves <palves@redhat.com>
15999
16000 * gdb.base/ending-run.exp: Use gdb_test_stdio.
16001
d7b8ac82
PA
160022015-07-29 Pedro Alves <palves@redhat.com>
16003
16004 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
16005 parameter into two new parameters, "inf_result" and "gdb_result".
16006 Expect inferior output and gdb output from $inferior_spawn_id and
16007 $gdb_spawn_id, respectively. Adjust all callers.
16008
789c3a0c
PA
160092015-07-29 Pedro Alves <palves@redhat.com>
16010
16011 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
16012 of gdb_test_sequence.
16013
77e760c3
PA
160142015-07-29 Pedro Alves <palves@redhat.com>
16015
16016 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
16017 (saw_spurious_output): Expect inferior output from
16018 $inferior_spawn_id. Use gdb_test_stdio.
16019
8396d2cd
PA
160202015-07-29 Pedro Alves <palves@redhat.com>
16021
16022 * gdb.base/dprintf.exp: Use standard_testfile. Change
16023 prepare_for_testing call.
16024 (srcfile): Don't set.
16025 (restart): New procedure.
16026 (test_dprintf): New procecure, use to continue over dprintfs.
16027 (test_call, test_agent): New procedures, tests moved here.
16028 Restart gdb and recreate dprintfs. Adjust expected output.
16029
2051d61f
PA
160302015-07-29 Pedro Alves <palves@redhat.com>
16031
16032 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
16033
452397af
PA
160342015-07-29 Pedro Alves <palves@redhat.com>
16035
16036 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
16037
8aed9555
PA
160382015-07-29 Pedro Alves <palves@redhat.com>
16039
16040 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
16041 gdb_test_stdio.
16042
188a61b4
PA
160432015-07-29 Pedro Alves <palves@redhat.com>
16044
16045 * lib/gdb.exp (gdb_test_stdio): New procedure.
16046
12264a45
PA
160472015-07-29 Pedro Alves <palves@redhat.com>
16048
16049 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
16050
23ffc893
PA
160512015-07-29 Pedro Alves <palves@redhat.com>
16052
16053 * gdb.base/call-signal-resume.exp: Remove check for
16054 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
16055 * gdb.base/unwindonsignal.exp: Likewise.
16056 * gdb.base/call-signals.c (gen_signal): Remove printf call.
16057 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
16058
65566918
PA
160592015-07-29 Pedro Alves <palves@redhat.com>
16060
16061 * gdb.base/siginfo-addr.c (pass): New function.
16062 (handler): Call it iff si_addr is correct.
16063 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
16064 Set a breakpoint at "pass" and continue to it.
16065
d60a9221
SDJ
160662015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
16067
16068 * gdb.python/py-objfile.exp: Make some tests have unique names.
16069 * gdb.python/py-pp-registration.exp: Likewise.
16070
bde40b8f
PA
160712015-07-28 Pedro Alves <palves@redhat.com>
16072
16073 * gdb.server/server-exec-info.exp: Issue a "disconnect".
16074
13e1dec8
SM
160752015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16076
16077 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
16078
da33c9a7
SM
160792015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16080
16081 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
16082
077836f7
PP
160832015-07-27 Patrick Palka <patrick@parcs.ath.cx>
16084
16085 * gdb.base/gdb-sigterm-2.exp: New test.
16086
b8cc7b2e
DE
160872015-07-25 Doug Evans <xdje42@gmail.com>
16088
16089 Revert:
16090 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16091 (workers/%.worker, build-perf): New rule.
16092 (GDB_PERFTEST_MODE): New variable.
16093 (check-perf): Use it.
16094 (clean): Clean up gdb.perf parallel build subdirs.
16095 * lib/build-piece.exp: New file.
16096 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16097 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16098 name.
16099 (standard_temp_file): Ditto.
16100 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16101 of $GDB_PARALLEL.
16102
c8bd4544
DE
161032015-07-24 Doug Evans <dje@google.com>
16104
16105 * gdb.perf/lib/perftest/utils.py: New file.
16106 * gdb.perf/gm-hello.cc: New file.
16107 * gdb.perf/gm-pervasive-typedef.cc: New file.
16108 * gdb.perf/gm-pervasive-typedef.h: New file.
16109 * gdb.perf/gm-std.cc: New file.
16110 * gdb.perf/gm-std.h: New file.
16111 * gdb.perf/gm-use-cerr.cc: New file.
16112 * gdb.perf/gm-utils.h: New file.
16113 * gdb.perf/gmonster-null-lookup.py: New file.
16114 * gdb.perf/gmonster-pervasive-typedef.py: New file.
16115 * gdb.perf/gmonster-print-cerr.py: New file.
16116 * gdb.perf/gmonster-ptype-string.py: New file.
16117 * gdb.perf/gmonster-runto-main.py: New file.
16118 * gdb.perf/gmonster-select-file.py: New file.
16119 * gdb.perf/gmonster1-null-lookup.exp: New file.
16120 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
16121 * gdb.perf/gmonster1-print-cerr.exp: New file.
16122 * gdb.perf/gmonster1-ptype-string.exp: New file.
16123 * gdb.perf/gmonster1-runto-main.exp: New file.
16124 * gdb.perf/gmonster1-select-file.exp: New file.
16125 * gdb.perf/gmonster1.cc: New file.
16126 * gdb.perf/gmonster1.exp: New file.
16127 * gdb.perf/gmonster2-null-lookup.exp: New file.
16128 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
16129 * gdb.perf/gmonster2-print-cerr.exp: New file.
16130 * gdb.perf/gmonster2-ptype-string.exp: New file.
16131 * gdb.perf/gmonster2-runto-main.exp: New file.
16132 * gdb.perf/gmonster2-select-file.exp: New file.
16133 * gdb.perf/gmonster2.cc: New file.
16134 * gdb.perf/gmonster2.exp: New file.
16135
6eab34f3
DE
161362015-07-24 Doug Evans <dje@google.com>
16137
16138 * gdb.perf/README: New file.
16139 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
16140 * lib/gen-perf-test.exp: New file.
16141
63738bfd
DE
161422015-07-24 Doug Evans <dje@google.com>
16143
16144 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
16145 (PerfTest::startup): New function.
16146 (PerfTest::run): Return result of calling body.
16147 (PerfTest::assemble): Rewrite.
16148 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16149 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16150 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16151 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16152 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16153
7b606f95
DE
161542015-07-24 Doug Evans <dje@google.com>
16155
16156 * lib/gdb.exp (clean_restart): Make executable optional.
16157
a97b16b8
DE
161582015-07-24 Doug Evans <dje@google.com>
16159
16160 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16161 compiler_info references.
16162 * gdb.cp/temargs.exp: Ditto.
16163 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16164 (get_compiler_info): Early exit if already computed. Set compiler_info
16165 to "unknown" if there was a problem.
16166 (test_compiler_info): Add function comment. Call get_compiler_info.
16167
35baa57f
DE
161682015-07-24 Doug Evans <dje@google.com>
16169
16170 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16171 (workers/%.worker, build-perf): New rule.
16172 (GDB_PERFTEST_MODE): New variable.
16173 (check-perf): Use it.
16174 (clean): Clean up gdb.perf parallel build subdirs.
16175 * lib/build-piece.exp: New file.
16176 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16177 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16178 name.
16179 (standard_temp_file): Ditto.
16180 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16181 of $GDB_PARALLEL.
16182
6ebea266
DE
161832015-07-24 Doug Evans <dje@google.com>
16184
16185 * lib/future.exp (gdb_default_target_compile): New option
16186 "early_flags".
16187 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16188 --as-needed.
16189
1e76a7e9
SDJ
161902015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16191
16192 * gdb.base/catch-syscall.exp: Call gdb_exit before
16193 gdb_skip_xml_test.
16194
5068630a
PA
161952015-07-24 Pedro Alves <palves@redhat.com>
16196
16197 * gdb.python/py-events.exp: Accept output between the stop event
16198 and the prompt.
16199 * gdb.python/py-evsignal.exp: Likewise.
16200 * gdb.python/py-evthreads.exp: Likewise.
16201
77598427
PA
162022015-07-24 Pedro Alves <palves@redhat.com>
16203
16204 PR gdb/18717
16205 * gdb.threads/non-ldr-exit.c: New file.
16206 * gdb.threads/non-ldr-exit.exp: New file.
16207
11e6c98f
YQ
162082015-07-24 Yao Qi <yao.qi@linaro.org>
16209
16210 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16211 restarting process.
16212
51aee833
YQ
162132015-07-24 Yao Qi <yao.qi@linaro.org>
16214
16215 * gdb.server/ext-restart.exp: New file.
16216
8cfe207c
YQ
162172015-07-24 Yao Qi <yao.qi@linaro.org>
16218
16219 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16220 argument options.
16221 * gdb.server/ext-wrapper.exp: New file.
16222
cc12ce38
DE
162232015-07-23 Doug Evans <dje@google.com>
16224
16225 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16226 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16227
d0d84780
PMR
162282015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16229
16230 * gdb.ada/var_arr_typedef.exp: New testcase.
16231 * gdb.ada/var_arr_typedef/pack.adb: New file.
16232 * gdb.ada/var_arr_typedef/pack.ads: New file.
16233 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16234
8b558f79
JB
162352015-07-20 Joel Brobecker <brobecker@adacore.com>
16236
16237 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16238
775a3298
JK
162392015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16240
16241 * gdb.arch/i386-biarch-core.exp: Replace istarget
16242 by "complete set gnutarget". Remove expectation for the "core-file"
16243 command.
16244
db1ff28b
JK
162452015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16246
16247 Revert the previous commit:
16248 Tests for validate symbol file using build-id.
16249
0a94970d
JK
162502015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16251
16252 Tests for validate symbol file using build-id.
16253 * gdb.base/solib-mismatch-lib.c: New file.
16254 * gdb.base/solib-mismatch-libmod.c: New file.
16255 * gdb.base/solib-mismatch.c: New file.
16256 * gdb.base/solib-mismatch.exp: New file.
16257
03346981
SL
162582015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16259
16260 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16261 nios2-*-linux*.
16262 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16263 * gdb.base/siginfo.exp: Likewise.
16264 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16265
42422cc7
PL
162662015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16267
16268 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16269 Move it to ...
16270 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16271 ... here.
16272 * gdb.trace/range-stepping.exp: Check that the target supports
16273 range stepping.
16274
cfa68bae
JK
162752015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16276
16277 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16278
8ffdba26
PA
162792015-07-14 Pedro Alves <palves@redhat.com>
16280
16281 * gdb.base/killed-outside.exp: New file.
16282 * gdb.base/killed-outside.c: New file.
16283
218a5a11
JK
162842015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16285
16286 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16287 (n at main): New.
16288 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16289
e03ed3c6
AA
162902015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16291
16292 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16293 infcall tests instead of setting up for KFAIL.
16294
485668e5
MM
162952015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16296
16297 * gdb.btrace/record_goto-step.exp: New.
16298
08464196
JK
162992015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16300
16301 PR compile/18484
16302 * gdb.compile/compile.c (struct struct_type): Add volatile to
16303 selffield's type.
16304 * gdb.compile/compile.exp
16305 (compile code struct_object.selffield = &struct_object): Skip further
16306 struct_object tests if this one xfails.
16307
bcf5c1d9
RC
163082015-07-08 Robert O'Callahan <robert@ocallahan.org>
16309
16310 PR exp/18617
16311 * gdb.trace/ax.exp: Add test.
16312
4931af25
YQ
163132015-07-07 Yao Qi <yao.qi@linaro.org>
16314
16315 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16316 instead of istarget "aarch64*-*-*".
16317 * gdb.arch/aarch64-fp.exp: Likewise.
16318 * gdb.base/float.exp: Likewise.
16319 * gdb.reverse/aarch64.exp: Likewise.
16320 * lib/gdb.exp (is_aarch64_target): New proc.
16321
9fcf688e
YQ
163222015-07-07 Yao Qi <yao.qi@linaro.org>
16323
16324 * lib/gdb.exp (is_aarch32_target): New proc.
16325 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16326 instead of "istarget "arm*-*-*"".
16327 * gdb.arch/arm-disp-step.exp: Likewise.
16328 * gdb.arch/thumb-bx-pc.exp: Likewise.
16329 * gdb.arch/thumb-prologue.exp: Likewise.
16330 * gdb.arch/thumb-singlestep.exp: Likewise.
16331 * gdb.base/disp-step-syscall.exp: Likewise.
16332 * gdb.base/float.exp: Likewise.
16333
fbd8d50d
YQ
163342015-07-07 Yao Qi <yao.qi@linaro.org>
16335
16336 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16337 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16338
71be1fdc
YQ
163392015-07-07 Yao Qi <yao.qi@linaro.org>
16340
16341 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16342 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16343 if it exists.
16344 * gdb.multi/multi-arch.exp: Likewise.
16345
3e221d36
SM
163462015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16347
16348 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16349 print.
16350
d441430b
YQ
163512015-07-07 Yao Qi <yao.qi@linaro.org>
16352
16353 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16354
06f810bd
MG
163552015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16356
16357 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16358 '[' and ']' characters.
16359
5e61e7c0
IB
163602015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16361
16362 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16363
28bf096c
PA
163642015-06-29 Pedro Alves <palves@redhat.com>
16365
16366 PR threads/18127
16367 * gdb.threads/hand-call-new-thread.c: New file.
16368 * gdb.threads/hand-call-new-thread.c: New file.
16369
ee93cd5e
KS
163702015-06-26 Keith Seitz <keiths@redhat.com>
16371 Doug Evans <dje@google.com>
16372
16373 PR 16253
16374 * gdb.cp/var-tag-2.cc: New file.
16375 * gdb.cp/var-tag-3.cc: New file.
16376 * gdb.cp/var-tag-4.cc: New file.
16377 * gdb.cp/var-tag.cc: New file.
16378 * gdb.cp/var-tag.exp: New file.
16379
fc637f04
PP
163802015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16381
16382 * gdb.base/history-duplicates.exp: New test.
16383
2e52ae68
PP
163842015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16385
16386 * gdb.base/completion.exp: Test the completion of the "focus"
16387 command.
16388
6e22494e
JK
163892015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16390
16391 * gdb.arch/amd64-prologue-skip.S: New file.
16392 * gdb.arch/amd64-prologue-skip.exp: New file.
16393
bf7b9cd9
SM
163942015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16395
16396 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16397 is_address_zero_readable check.
16398
201e8dfd
PB
163992015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16400
16401 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16402 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16403
5cd867b4
YQ
164042015-06-24 Yao Qi <yao.qi@linaro.org>
16405
16406 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16407 linux targets.
16408
4d7be007
YQ
164092015-06-24 Yao Qi <yao.qi@linaro.org>
16410
16411 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16412 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16413 * gdb.base/siginfo-thread.exp: Likewise.
16414
07fcd301
YQ
164152015-06-22 Yao Qi <yao.qi@linaro.org>
16416
16417 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16418
52042a00
YQ
164192015-06-22 Yao Qi <yao.qi@linaro.org>
16420
16421 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16422 aarch64*-*-*.
16423 (skip_hw_watchpoint_tests): Likewise.
16424
74bd41ce
PP
164252015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16426
16427 * gdb.base/gdbinit-history.exp: Test the interaction between
16428 setting GDBHISTSIZE and setting the history size via .gdbinit.
16429
bc460514
PP
164302015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16431
16432 PR gdb/16999
16433 * gdb.base/gdbhistsize-history.exp: New test.
16434
b58c513b
PP
164352015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16436
16437 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16438 with GDBHISTSIZE.
16439 * gdb.base/readline.exp: Likewise.
16440
92046791
YQ
164412015-06-17 Yao Qi <yao.qi@linaro.org>
16442
16443 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16444 line.
16445
2093d2d3
PP
164462015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16447
16448 * gdb.base/gdbinit-history.exp: Add test case to check that
16449 an unlimited history file does not get truncated on exit.
16450
e6c693af
AA
164512015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16452
16453 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16454 (VECTOR): New macro. Use it...
16455 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16456 ...for these typedefs.
16457 (int8, char1, int1, double1): New typedefs.
16458 (struct just_int2, struct two_int2): New structures.
16459 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16460 (add_structvecs, add_singlevecs): New functions.
16461 (main): Call add_some_intvecs twice.
16462 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16463 the compile and exit upon failure. Try compiling for the "native"
16464 architecture. Test inferior function calls with vector arguments
16465 and vector return value handling with "finish" and "return".
16466
c74f7d1c
JT
164672015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16468
16469 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16470 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16471 PE file.
16472 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16473
98aa42ee
AT
164742015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16475
16476 PR breakpoints/16465
16477 * gdb.mi/mi-dprintf-pending.c: New file.
16478 * gdb.mi/mi-dprintf-pending.exp: New test.
16479 * gdb.mi/mi-dprintf-pendshr.c: New file.
16480
7d73c23c 164812015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 16482 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
16483
16484 * gdb.arch/i386-mpx-map.c: New file.
16485 * gdb.arch/i386-mpx-map.exp: New File.
16486
164872015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16488
16489 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16490 * gdb.arch/i386-mpx.exp: Indentation fixed.
16491
164922015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16493
16494 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16495 function and improved indentation.
16496 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16497 gdb_test_multiple. Added additional tests to skip the test.
16498
164992015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16500
16501 * gdb.arch/i386-avx512.c: Change path in include file.
16502 * gdb.arch/i386-avx512.exp: Change include dir path
16503 compilation flag.
16504 * gdb.arch/i386-mpx.c: Change path in include file.
16505 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16506 flag.
16507
d5eba19a
JK
165082015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16509
16510 * gdb.compile/compile-print.exp (compile print *vararray@3)
16511 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16512
7f361056
JK
165132015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16514
16515 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16516 (do not keep jit in memory): ... this.
16517 (expect 5): Change it to ...
16518 (expect no 5): ... this.
16519
3b462ec2
SM
165202015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16521
16522 PR gdb/15564
16523 * gdb.mi/mi-detach.exp: New file.
16524
e0619de6
JK
165252015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16526
16527 PR symtab/18392
16528 * gdb.arch/amd64-tailcall-self.S: New file.
16529 * gdb.arch/amd64-tailcall-self.c: New file.
16530 * gdb.arch/amd64-tailcall-self.exp: New file.
16531
e970cb34
DB
165322015-05-28 Don Breazeal <donb@codesourcery.com>
16533
16534 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16535 tests for remote targets by checking is_target_gdbserver.
16536
b2e2f908
DE
165372015-05-27 Doug Evans <dje@google.com>
16538
16539 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16540 * gdb.dwarf2/opaque-type-lookup.c: New file.
16541 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16542
82c7be31
DE
165432015-05-26 Doug Evans <dje@google.com>
16544
16545 * gdb.cp/iostream.cc: New file.
16546 * gdb.cp/iostream.exp: New file.
16547
b4f54984
DE
165482015-05-26 Doug Evans <dje@google.com>
16549
16550 * gdb.dwarf2/dw2-op-call.exp: Update.
16551 * gdb.dwarf2/dw4-sig-types.exp: Update.
16552 * gdb.dwarf2/implptr.exp: Update.
16553 * gdb.mi/mi-cmd-param-changed.exp: Update.
16554
4ea6efe9
DE
165552015-05-26 Doug Evans <dje@google.com>
16556
16557 * gdb.python/py-lazy-string.c: New file.
16558 * gdb.python/py-lazy-string.exp: New file.
16559 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16560 (main): Update. Add estring3.
16561 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16562 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16563
f6bb7db3
YQ
165642015-05-26 Omair Javaid <omair.javaid@linaro.org>
16565 Yao Qi <yao.qi@linaro.org>
16566
16567 * gdb.reverse/aarch64.c: New.
16568 * gdb.reverse/aarch64.exp: New.
16569
a81bfbd0
OJ
165702015-05-26 Omair Javaid <omair.javaid@linaro.org>
16571
25d49b86
PA
16572 * lib/gdb.exp (supports_process_record): Return true for
16573 aarch64*-linux*.
a81bfbd0
OJ
16574 (supports_reverse): Likewise.
16575
158bf1b4
PP
165762015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16577
16578 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16579 Use with_test_prefix.
16580
a0145030
AB
165812015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16582
16583 * gdb.base/completion.exp: Add test for completion of layout
16584 names.
16585
ebe3b578
AB
165862015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16587
16588 * lib/gdb.exp (skip_tui_tests): New proc.
16589 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16590
84204ed7
PA
165912015-05-19 Pedro Alves <palves@redhat.com>
16592
16593 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16594 Save the whole env array instead of just HOME. Unset HISTSIZE in
16595 the environment while testing. Restore whole environment
16596 afterwards.
16597
37442ce1
DE
165982015-05-16 Doug Evans <xdje42@gmail.com>
16599
16600 * gdb.guile/scm-ports.c: New file.
16601 * gdb.guile/scm-ports.exp: Add memory port tests.
16602
36de76f9
JK
166032015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16604
16605 * gdb.compile/compile-print.c: New file.
16606 * gdb.compile/compile-print.exp: New file.
16607
3a9558c4
JK
166082015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16609
16610 * gdb.compile/compile-ops.exp: Cast param to void.
16611 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16612 (compile code struct_object.selffield = &struct_object): Add xfail.
16613
aa715135
JG
166142015-05-15 Joel Brobecker <brobecker@adacore.com>
16615
16616 * gdb.ada/arr_enum_with_gap: New testcase.
16617
931e5bc3
JG
166182015-05-15 Joel Brobecker <brobecker@adacore.com>
16619
16620 * gdb.ada/byte_packed_arr: New testcase.
16621
9cd4d857
JB
166222015-05-15 Joel Brobecker <brobecker@adacore.com>
16623
16624 * gdb.ada/pckd_neg: New testcase.
16625
ebfd00d2
PP
166262015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16627
16628 PR gdb/17820
16629 * gdb.base/gdbinit-history.exp: New test.
16630 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16631 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16632
4c082a81
SC
166332015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16634
16635 * gdb.python/py-xmethods.cc: Enhance test case.
16636 * gdb.python/py-xmethods.exp: New tests.
16637 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16638 function.
16639 (B_indexoper): Likewise.
16640 (global_dm_list) : Add new xmethod worker functions.
16641
f7797074
SDJ
166422015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16643
16644 * gdb.base/coredump-filter.exp: Correctly unset
16645 "coredump_var_addr" array.
16646
a4674e4e
PA
166472015-05-08 Pedro Alves <palves@redhat.com>
16648
16649 * gdb.server/non-existing-program.exp: Unset spawn_id.
16650
df2eb078
SC
166512015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16652
16653 PR python/18291
16654 * gdb.python/py-xmethods.exp: Add tests.
16655
422349a3
YQ
166562015-05-08 Yao Qi <yao.qi@linaro.org>
16657
16658 PR gdb/18208
16659 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16660 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16661 function set_coredump_filter, and remove remote_exec call.
16662 Remove argument ipid. Callers update.
16663 (top level): Don't get inferior's PID.
16664
63fc80ce
AA
166652015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16666
16667 * gdb.base/watch_thread_num.exp: Skip test on targets without
16668 access watchpoints.
16669
80ad801e
PA
166702015-05-06 Pedro Alves <palves@redhat.com>
16671
16672 PR server/18081
16673 * gdb.server/non-existing-program.exp: New file.
16674
0fa7fe50
JB
166752015-05-05 Joel Brobecker <brobecker@adacore.com>
16676
16677 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16678
3ea89b92
PMR
166792015-05-05 Joel Brobecker <brobecker@adacore.com>
16680
16681 * gdb.ada/out_of_line_in_inlined: New testcase.
16682
87b8eff0
JB
166832015-05-05 Joel Brobecker <brobecker@adacore.com>
16684
16685 * gdb.ada/var_rec_arr: New testcase.
16686
5fccc635
YQ
166872015-04-30 Yao Qi <yao.qi@linaro.org>
16688
16689 * gdb.base/break-idempotent.exp: If
16690 skip_hw_watchpoint_multi_tests returns true, skip the tests
16691 on "rwatch" and "awatch".
16692
42d38f42
YQ
166932015-04-30 Yao Qi <yao.qi@linaro.org>
16694
16695 * gdb.base/relativedebug.exp: Invoke gdb command
16696 "info sharedlibrary", and if libc.so doesn't have debug info,
16697 skip the test.
16698
2ce1cdbf
DE
166992015-04-29 Doug Evans <dje@google.com>
16700
16701 * gdb.python/py-xmethods.exp: Add ptype tests.
16702 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16703 get_result_type method.
16704
f24a38c5
LM
167052015-04-29 Luis Machado <lgustavo@codesourcery.com>
16706
16707 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16708 the target does not support hardware watchpoints.
16709
ecbf2b3c
LM
167102015-04-29 Luis Machado <lgustavo@codesourcery.com>
16711
16712 * gdb.base/break-always.exp: Abort testing if writing to memory
16713 causes an error.
16714
34f5f757
DE
167152015-04-28 Doug Evans <dje@google.com>
16716
16717 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16718 * gdb.python/py-pp-registration.exp: ... here. New file.
16719 * gdb.python/py-pp-registration.c: New file.
16720 * gdb.python/py-pp-registration.py: New file.
16721
69b4374a
DE
167222015-04-28 Doug Evans <dje@google.com>
16723
16724 * gdb.python/py-bad-printers.c: New file.
16725 * gdb.python/py-bad-printers.py: New file.
16726 * gdb.python/py-bad-printers.exp: New file.
16727
59fb7612
SS
167282015-04-28 Sasha Smundak <asmundak@google.com>
16729
16730 * gdb.python/py-type.exp: New test.
16731
2631b16a
AW
167322015-04-28 Andy Wingo <wingo@igalia.com>
16733
16734 * gdb.python/py-parameter.exp:
16735 * gdb.guile/scm-parameter.exp: Escape the path that we are
16736 matching against, as it might contain characters that are special
16737 to regular expressions.
16738
460efde1
JB
167392015-04-27 Joel Brobecker <brobecker@adacore.com>
16740
16741 * gdb.ada/rec_comp: New testcase.
16742
2d369d8e
SDJ
167432015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16744
16745 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16746 before using it.
16747
cf75d6c3
AB
167482015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16749
16750 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16751 new tests for verilog output.
16752
8dbe7ca5
YQ
167532015-04-24 Yao Qi <yao.qi@linaro.org>
16754
16755 * boards/remote-gdbserver-on-localhost.exp: New file.
16756
4ef9fb2f
PA
167572015-04-23 Pedro Alves <palves@redhat.com>
16758
16759 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16760 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16761 "end of file", remove $inferior_spawn_id from the indirect list.
16762
0a803169
PA
167632015-04-23 Pedro Alves <palves@redhat.com>
16764
16765 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16766
749ef8f8
PA
167672015-04-23 Pedro Alves <palves@redhat.com>
16768
16769 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16770 on $any_spawn_id instead of only on $gdb_spawn_id.
16771
8aae4344
PM
167722015-04-21 Pierre Muller <muller@sourceware.org>
16773
16774 PR pascal/17815
16775 * lib/pascal.exp (gpc_compile): Add new option "class".
16776 (fpc_compile): Likewise.
16777 * gdb.pascal/case-insensitive-symbols.pas: New file.
16778 * gdb.pascal/case-insensitive-symbols.exp: New file.
16779
1586c8fb
GB
167802015-04-20 Gary Benson <gbenson@redhat.com>
16781
16782 * gdb.base/attach.exp: Fix three extended remote failures.
16783
1b6e6f5c
GB
167842015-04-17 Gary Benson <gbenson@redhat.com>
16785
16786 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16787 the main executable over the remote protocol.
16788
e797481d
PA
167892015-04-16 Pedro Alves <palves@redhat.com>
16790
16791 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16792 a new gdbserver if gdbserver_reconnect_p is set.
16793
1ca99c42
PA
167942015-04-16 Pedro Alves <palves@redhat.com>
16795
16796 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16797 is set, don't exit gdbserver.
16798
af9fd6f8
AA
167992015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16800
16801 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16802 appropriate .insn, such that an older assembler can be used.
16803 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16804 the z/Architecture instruction set on 31-bit targets as well.
16805
04ff1e61
AA
168062015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16807
16808 * gdb.go/handcall.exp: Remove all logic related to the first
16809 breakpoint and rely on go_runto_main instead.
16810 * gdb.go/strings.exp: Likewise.
16811 * gdb.go/unsafe.exp: Likewise.
16812 * gdb.go/hello.exp: Likewise. Also rename the remaining
16813 breakpoint marker to "breakpoint 1".
16814 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16815 * gdb.go/strings.go: Likewise.
16816 * gdb.go/unsafe.go: Likewise.
16817 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16818 "set breakpoint 2 here" and rename the remaining breakpoint marker
16819 to "breakpoint 1".
16820
40d2f8d6
SM
168212015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16822
16823 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16824 if itertools.imap is not present.
16825 * gdb.python/py-objfile.exp: Add parentheses.
16826 * gdb.python/py-type.exp: Same.
16827 * gdb.python/py-unwind-maint.py: Same.
16828
8cbc97c6
YQ
168292015-04-15 Yao Qi <yao.qi@linaro.org>
16830
16831 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16832 of ":$ptr_size" and set its form explicitly.
16833
45fd756c
YQ
168342015-04-15 Pedro Alves <palves@redhat.com>
16835 Yao Qi <yao.qi@linaro.org>
16836
16837 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16838 timeout by factor of 4.
16839 (test_regular_watch): Likewise.
16840 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16841 * gdb.reverse/sigall-reverse.exp: Likewise.
16842 * gdb.reverse/until-precsave.exp: Likewise.
16843 * lib/gdb.exp (with_timeout_factor): New proc.
16844 (gdb_expect): Move some code to ...
16845 (get_largest_timeout): ... here. New procedure.
16846
9e811bc3
LM
168472015-04-14 Luis Machado <lgustavo@codesourcery.com>
16848
16849 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16850
0ff6fcb2
LM
168512015-04-13 Luis Machado <lgustavo@codesourcery.com>
16852
16853 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16854 to write to the .text section.
16855
7578d5f7
LM
168562015-04-13 Luis Machado <lgustavo@codesourcery.com>
16857
16858 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16859 Handle the case of targets that do not provide PID information.
16860
2efe15c4
YQ
168612015-04-13 Yao Qi <yao.qi@linaro.org>
16862
16863 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16864 and use expect instead of gdb_expect.
16865
8cd8f2f8
SDJ
168662015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16867
16868 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16869 "coredump_var_addr" to avoid naming conflict with other testcases.
16870
9ee41772
PA
168712015-04-10 Pedro Alves <palves@redhat.com>
16872
16873 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16874 gdb_test_sequence and gdb_assert.
16875
07473109
PA
168762015-04-10 Pedro Alves <palves@redhat.com>
16877
16878 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16879 test messages that don't include the breakpoint address.
16880
de3db44c
YQ
168812015-04-10 Yao Qi <yao.qi@linaro.org>
16882
16883 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16884 false for some offset and width combinations which aren't
16885 supported by linux kernel.
16886
c79d856c
PA
168872015-04-10 Pedro Alves <palves@redhat.com>
16888
16889 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16890 procedure, factored out from ...
16891 (top level): ... here. Add "set displaced-stepping" testing axis.
16892 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16893 parameter "displaced". Use it.
16894 (top level): Use foreach and add "set displaced-stepping" testing
16895 axis.
16896
ebc90b50
PA
168972015-04-10 Pedro Alves <palves@redhat.com>
16898
16899 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16900 Remove comment.
16901 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16902 both the address of the instruction that triggers the watchpoint
16903 and the address of the instruction immediately after, and use
16904 those addresses for the test. Fix comment.
16905
8f572e5c
PA
169062015-04-10 Pedro Alves <palves@redhat.com>
16907
16908 * gdb.base/sigstep.exp (breakpoint_to_handler)
16909 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16910 Test "backtrace" in handler.
16911 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16912 (top level): Add new "displaced" test axis to
16913 breakpoint_to_handler, breakpoint_to_handler_entry and
16914 breakpoint_over_handler.
16915
8d707a12
PA
169162015-04-10 Pedro Alves <palves@redhat.com>
16917
16918 PR gdb/18216
16919 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16920
ef713951
YQ
169212015-04-10 Yao Qi <yao.qi@linaro.org>
16922
16923 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16924 (test_add_rn_pc): New function.
16925 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16926 (top level): Invoke test_add_rn_pc.
16927
906d60cf
PA
169282015-04-10 Pedro Alves <palves@redhat.com>
16929
16930 PR gdb/13858
16931 * gdb.base/step-over-no-symbols.exp: New file.
16932
f2983cc3
AW
169332015-04-09 Andy Wingo <wingo@igalia.com>
16934
16935 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16936 after the Python tests.
16937
6d62641c
SDJ
169382015-04-08 Keith Seitz <keiths@redhat.com>
16939
16940 PR python/16699
16941 * gdb.python/py-completion.exp: New tests for completion.
16942 * gdb.python/py-completion.py (CompleteLimit1): New class.
16943 (CompleteLimit2): Likewise.
16944 (CompleteLimit3): Likewise.
16945 (CompleteLimit4): Likewise.
16946 (CompleteLimit5): Likewise.
16947 (CompleteLimit6): Likewise.
16948 (CompleteLimit7): Likewise.
16949
f3770638
PA
169502015-04-08 Pedro Alves <palves@redhat.com>
16951
16952 PR gdb/18214
16953 PR gdb/18216
16954 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16955 function.
16956 (main): Install it as SIGUSR1 handler.
16957 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16958 parameter. Always use "setup" as prefix. Toggle "set
16959 displaced-stepping" off/on depending on global. Don't switch to
16960 thread 1 here.
16961 (top level): Add displaced stepping "off/on" test axis. Update
16962 "setup" calls. Wrap each subtest with with_test_prefix. Test
16963 continuing with a queued signal in each thread.
16964
4496bed7
PA
169652015-04-08 Pedro Alves <palves@redhat.com>
16966
16967 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16968 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16969 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16970 Return early if running to main fails.
16971 * gdb.trace/while-stepping.exp: Likewise.
16972
b97fde92
PA
169732015-04-07 Pedro Alves <palves@redhat.com>
16974
16975 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16976 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16977 interact with inferior program.
16978
f71c18e7
PA
169792015-04-07 Pedro Alves <palves@redhat.com>
16980
16981 * lib/gdb.exp (inferior_spawn_id): New global.
16982 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16983 spawn id after processing the user code.
16984 (default_gdb_start): Set inferior_spawn_id.
16985 (send_inferior): New procedure.
16986 * lib/gdbserver-support.exp (gdbserver_start): Set
16987 inferior_spawn_id.
16988 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16989
6423214f
PA
169902015-04-07 Pedro Alves <palves@redhat.com>
16991
16992 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16993 * lib/gdbserver-support.exp (gdbserver_start): Make
16994 $server_spawn_id global.
16995 (gdbserver_start): Don't wait for gdbserver's spawn id with
16996 expect_background.
16997 (close_gdbserver): New procedure.
16998 (gdb_exit): Rename the default version and reimplement.
16999
71c0ee8c
PA
170002015-04-07 Pedro Alves <palves@redhat.com>
17001
72f4393d 17002 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
17003 append the substituted item, not the original item.
17004
203bc29b
PA
170052015-04-07 Pedro Alves <palves@redhat.com>
17006
17007 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
17008 gdb_expect.
17009
508a3ddf
PA
170102015-04-07 Pedro Alves <palves@redhat.com>
17011
17012 * gdb.base/interrupt.exp: Don't handle the case of the inferior
17013 output appearing once only.
17014
9f6dbe2b
PA
170152015-04-07 Pedro Alves <palves@redhat.com>
17016
17017 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
17018 that doesn't expect anything. Return early if running to main
17019 fails.
17020
337532fa
YQ
170212015-04-07 Yao Qi <yao.qi@linaro.org>
17022
17023 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
17024 (child_function): Call alarm.
17025 (main): Move call to alarm into the loop.
17026 * gdb.threads/non-stop-fair-events.exp: Build program with
17027 -DTIMEOUT=$timeout.
17028
01b622d4
DE
170292015-04-06 Doug Evans <xdje42@gmail.com>
17030
17031 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
17032 Fix dest parameter to board_info.
17033 (fpc_compile): Ditto.
17034 (gdb_compile_pascal): Rename dest arg to destfile.
17035
961f4160
PMR
170362015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
17037
17038 * gdb.ada/funcall_ref.exp: New file.
17039 * gdb.ada/funcall_ref/foo.adb: New file.
17040
cafda597
YQ
170412015-04-02 Yao Qi <yao.qi@linaro.org>
17042
17043 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
17044 is remote.
17045
fed040c6
GB
170462015-04-02 Gary Benson <gbenson@redhat.com>
17047
17048 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
17049
d11916aa
SS
170502015-04-01 Sasha Smundak <asmundak@google.com>
17051
17052 * gdb.python/py-unwind-maint.c: New file.
17053 * gdb.python/py-unwind-maint.exp: New test.
17054 * gdb.python/py-unwind-maint.py: New file.
17055 * gdb.python/py-unwind.c: New file.
17056 * gdb.python/py-unwind.exp: New test.
17057 * gdb.python/py-unwind.py: New test.
17058
a1471180
PA
170592015-04-01 Pedro Alves <palves@redhat.com>
17060
17061 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
17062 to fail instead of non-existent $test.
17063
0bbeccb1
PA
170642015-04-01 Pedro Alves <palves@redhat.com>
17065
17066 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
17067 GDBFLAGS if not empty.
17068
3c724c8c
PMR
170692015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
17070
17071 * gdb.ada/complete.exp: Remove "multi_line".
17072 * gdb.ada/info_exc.exp: Remove "multi_line".
17073 * gdb.ada/packed_tagged.exp: Remove "multi_line".
17074 * gdb.ada/ptype_field.exp: Remove "multi_line".
17075 * gdb.ada/sym_print_name.exp: Remove "multi_line".
17076 * gdb.ada/tagged.exp: Remove "multi_line".
17077 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
17078 [multi_line ...]
17079 * gdb.btrace/delta.exp: Likewise.
17080 * gdb.btrace/exception.exp: Likewise.
17081 * gdb.btrace/function_call_history.exp: Likewise.
17082 * gdb.btrace/instruction_history.exp: Likewise.
17083 * gdb.btrace/nohist.exp: Likewise.
17084 * gdb.btrace/record_goto.exp: Likewise.
17085 * gdb.btrace/segv.exp: Likewise.
17086 * gdb.btrace/stepi.exp: Likewise.
17087 * gdb.btrace/tailcall.exp: Likewise.
17088 * gdb.btrace/unknown_functions.exp: Likewise.
17089 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
17090 * lib/gdb.exp: Add the "multi_line" helper.
17091
4eec2deb
PA
170922015-04-01 Pedro Alves <palves@redhat.com>
17093
17094 * gdb.threads/tid-reuse.c: New file.
17095 * gdb.threads/tid-reuse.exp: New file.
17096
df8411da
SDJ
170972015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
17098
17099 PR corefiles/16092
17100 * gdb.base/coredump-filter.c: New file.
17101 * gdb.base/coredump-filter.exp: Likewise.
17102
6ef37366
PM
171032015-03-27 Petr Machata <pmachata@redhat.com>
17104
17105 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
17106 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
17107 (Dwarf::assemble): Initialize them.
17108 (Dwarf::lines): New function.
17109
7ec911b0
JT
171102015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
17111
17112 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
17113 SYMBOL_PREFIX for x86_64-*-cygwin.
17114
ff908ebf
AW
171152015-03-26 Andy Wingo <wingo@igalia.com>
17116
17117 PR symtab/18148
17118 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
17119 const_value but not a location.
17120 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
17121 location defined in non-main CUs are visible.
17122
6d5f0679
YQ
171232015-03-26 Yao Qi <yao.qi@linaro.org>
17124
17125 PR testsuite/18139
17126 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
17127 Add a line number entry for the same line.
17128 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
17129 Add a line number entry for the same line.
17130
2898689b
YQ
171312015-03-26 Yao Qi <yao.qi@linaro.org>
17132
17133 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
17134 .int 0.
17135 (func): Likewise. Add .Lfunc_1 label.
17136 Use .Lfunc_1 label.
17137 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
17138 .int 0.
17139 (func): Likewise.
17140 Use .Lfunc_1 label.
17141
85180498
YQ
171422015-03-26 Yao Qi <yao.qi@linaro.org>
17143
17144 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
17145 Call gdb_compile instead to compile each .s files without debug
17146 information.
17147
8aa08a8d
YQ
171482015-03-26 Yao Qi <yao.qi@linaro.org>
17149
17150 * gdb.base/savedregs.exp (process_saved_regs): Make
17151 "Saved registers:" optional in the pattern.
17152
66849923
MM
171532015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17154
17155 * gdb.btrace/next.exp: Merged into step.exp.
17156 * gdb.btrace/finish.exp: Merged into step.exp.
17157 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17158 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17159 "record goto" and checking the exact replay position.
17160 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17161 check for "Recording format" in "info record" output.
17162 * gdb.btrace/record_goto.exp: Choose test file based on target.
17163 * gdb.btrace/x86-record_goto.S: Renamed into ...
17164 * gdb.btrace/x86_64-record_goto.S: ... this.
17165 * gdb.btrace/i686-record_goto.S: New.
17166 * gdb.btrace/x86-tailcall.S: Renamed into ...
17167 * gdb.btrace/x86_64-tailcall.S: ... this.
17168 * gdb.btrace/i686-tailcall.S: New.
17169 * gdb.btrace/x86-tailcall.c: Renamed into ...
17170 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17171 separate statements. Update test.
17172 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17173 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17174 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17175 * gdb.btrace/tailcall.exp: Choose test file based on target.
17176 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17177
11cc1b74
MM
171782015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17179
17180 * gdb.btrace/exception.exp: Increase BTS buffer size.
17181
a25d8bf9
PA
171822015-03-24 Pedro Alves <palves@redhat.com>
17183
17184 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17185
856e7dd6
PA
171862015-03-24 Pedro Alves <palves@redhat.com>
17187
17188 * gdb.threads/schedlock.exp (test_step): No longer expect that
17189 "set scheduler-locking step" with "next" over a function call runs
17190 threads unlocked.
17191
ad235a41
AT
171922015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17193
17194 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17195
15630549
AT
171962015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17197
17198 PR breakpoints/16466
17199 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17200 * gdb.mi/mi-pending.c (thread_func): New function.
17201 (int main): Add threading support required.
17202 * gdb.mi/mi-pending.exp: Add tests for this issue.
17203 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17204 (pendfunc2): Remove stdio dependency.
17205 * gdb.mi/mi-pendshr2.c: New file.
17206
693dca06
KS
172072015-03-23 Keith Seitz <keiths@redhat.com>
17208
17209 * gdb.linespec/keywords.c: New file.
17210 * gdb.linespec/keywords.exp: New file.
17211
7e993ebf
KS
172122015-03-23 Keith Seitz <keiths@redhat.com>
17213
17214 PR gdb/18021
17215 * gdb.dwarf2/staticvirtual.exp: New test.
17216
bc23328c
JK
172172015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17218
17219 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17220 * README: Remove HP-UX and gdb.hp.
17221 (configuration):
17222 * configure: Regenerate.
17223 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17224 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17225 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17226 gdb.hp/gdb.defects/Makefile.
17227 * gdb.hp/Makefile.in: File deleted.
17228 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17229 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17230 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17231 * gdb.hp/gdb.aCC/run.c: File deleted.
17232 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17233 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17234 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17235 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17236 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17237 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17238 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17239 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17240 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17241 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17242 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17243 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17244 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17245 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17246 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17247 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17248 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17249 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17250 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17251 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17252 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17253 * gdb.hp/gdb.compat/average.c: File deleted.
17254 * gdb.hp/gdb.compat/sum.c: File deleted.
17255 * gdb.hp/gdb.compat/xdb.c: File deleted.
17256 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17257 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17258 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17259 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17260 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17261 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17262 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17263 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17264 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17265 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17266 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17267 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17268 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17269 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17270 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17271 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17272 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17273 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17274 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17275 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17276 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17277 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17278 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17279 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17280 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17281 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17282 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17283 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17284 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17285 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17286 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17287 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17288 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17289 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17290 * gdb.hp/tools/odump: File deleted.
17291
8bf3b159
PA
172922015-03-19 Pedro Alves <palves@redhat.com>
17293
17294 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17295 (saw_thread_3): New globals.
17296 (top level): Increment them when an event for the corresponding
17297 thread is seen.
17298 (no thread starvation): New test.
17299
eb54c8bf
PA
173002015-03-19 Pedro Alves <palves@redhat.com>
17301
17302 * gdb.threads/continue-pending-status.c: New file.
17303 * gdb.threads/continue-pending-status.exp: New file.
17304
32d2e5d6
PA
173052015-03-18 Pedro Alves <palves@redhat.com>
17306
17307 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17308 Use gdb_is_target_remote instead of is_remote. Use
17309 gdb_test_multiple instead of gdb_expect. Exit early if
17310 gdb_test_multiple hits its internal matches. Tighten stepi tests
17311 expected output. Fail on exit with any signal, instead of just
17312 SIGILL.
17313
f68f11b7
YQ
173142015-03-18 Yao Qi <yao.qi@linaro.org>
17315
17316 PR tdep/18107
17317 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17318 variable.
17319 * gdb.base/catch-syscall.exp: Don't skip it on
17320 aarch64*-*-linux* target. Remove elements in all_syscalls.
17321 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17322 target.
17323 (setup_all_syscalls): New proc.
17324
ca5fd19b
YQ
173252015-03-16 Yao Qi <yao.qi@linaro.org>
17326
17327 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17328 (top level): Skip tests if valid_addr_p returns false for
17329 $cmd1 or $cmd2.
17330
85642ba0
AW
173312015-03-11 Andy Wingo <wingo@igalia.com>
17332
17333 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17334
e03f9645
YQ
173352015-03-11 Yao Qi <yao.qi@linaro.org>
17336
17337 * gdb.base/catch-syscall.exp: Fix typo in comments.
17338
5d0962b2
YQ
173392015-03-11 Yao Qi <yao.qi@linaro.org>
17340
17341 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17342
b2df3cef
PA
173432015-03-09 Pedro Alves <palves@redhat.com>
17344
17345 * dg-extract-results.py: Delete.
17346
ef878e53
PA
173472015-03-09 Pedro Alves <palves@redhat.com>
17348
17349 Merge dg-extract-results.sh from GCC upstream (r218843).
17350
17351 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17352 * dg-extract-results.sh: Use --text with grep to avoid issues with
17353 binary files. Fall back to cat -v, if that doesn't work.
17354
9494d219
PA
173552015-03-05 Pedro Alves <palves@redhat.com>
17356
17357 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17358
a8d9763a
SM
173592015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17360
17361 * lib/mi-support.exp (mi_expect_interrupt): Accept
17362 alternative event for when in all-stop mode.
17363
be9957b8
PA
173642015-03-04 Pedro Alves <palves@redhat.com>
17365
17366 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17367
d57be0f4 173682015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
17369
17370 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17371
c214c7cf
AA
173722015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17373
17374 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17375 regexps for GDB's current line display, accept a hex address
17376 preceding the line number.
17377
6d74a497
AA
173782015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17379
17380 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17381 the 'arch1' variable for "s390*-linux*" targets.
17382
511aee7c
PA
173832015-03-04 Pedro Alves <palves@redhat.com>
17384
17385 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17386 (main): Pass missing retval argument to pthread_join call.
17387
95e50b27
PA
173882015-03-02 Pedro Alves <palves@redhat.com>
17389
17390 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17391 (top level): Call do_test with non-stop as well.
17392
28054d69
PA
173932015-03-02 Pedro Alves <palves@redhat.com>
17394
17395 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17396 -1.
17397
4fa5d7b4
AA
173982015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17399
17400 * gdb.arch/s390-vregs.exp: New test.
17401 * gdb.arch/s390-vregs.S: New file.
17402
97c18565
PA
174032015-02-27 Pedro Alves <palves@redhat.com>
17404
17405 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17406 call to catch_command_errors.
17407 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17408 catch_command_errors.
17409
a37bfa30
PA
174102015-02-27 Pedro Alves <palves@redhat.com>
17411
17412 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17413 "true" for boolean result.
17414 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17415 prototype of main.
17416
6f98576f
PA
174172015-02-27 Pedro Alves <palves@redhat.com>
17418
17419 * lib/unbuffer_output.c: New file.
17420 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17421 (main): Call gdb_unbuffer_output.
17422
eba5ab56
YQ
174232015-02-27 Yao Qi <yao.qi@linaro.org>
17424
17425 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17426 target.
17427
0def5aaa
DE
174282015-02-26 Doug Evans <dje@google.com>
17429
17430 * gdb.cp/class2.cc (Dbase, D): New classes.
17431 (main): New local delta.
17432 * gdb.cp/class2.exp: Test printing delta.
17433 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17434 (dynbar): New global.
17435 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17436
081a1c2c
JK
174372015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17438
17439 * gdb.compile/compile-ifunc.c: New file.
17440 * gdb.compile/compile-ifunc.exp: New file.
17441
2f41223f
AT
174422015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17443
17444 * gdb.base/structs.exp: Check for correct struct on finish.
17445
03eddd80
YQ
174462015-02-26 Yao Qi <yao.qi@linaro.org>
17447
17448 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17449 is zero.
17450
80c57053
JK
174512015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17452
17453 * gdb.arch/cordic.ko.bz2: New file.
17454 * gdb.arch/cordic.ko.debug.bz2: New file.
17455 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17456
21613c12
YQ
174572015-02-25 Yao Qi <yao.qi@linaro.org>
17458
17459 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17460 aarch64*-*-* target.
17461
d8b901ed
PA
174622015-02-23 Pedro Alves <palves@redhat.com>
17463
17464 * lib/gdb.exp (delete_breakpoints): Rewrite using
17465 gdb_test_multiple.
17466
e5b85ead
PA
174672015-02-23 Pedro Alves <palves@redhat.com>
17468
17469 * gdb.base/info-os.c: Include stdlib.h.
17470
85c3a371
DE
174712015-02-22 Doug Evans <xdje42@gmail.com>
17472
17473 PR symtab/17855
17474 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17475 is read after symbols have been re-read.
17476 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17477 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17478
96553a0c
DE
174792015-02-21 Doug Evans <dje@google.com>
17480
17481 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17482
97a0c697
JK
174832015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17484
17485 PR corefiles/17808
17486 * gdb.arch/i386-biarch-core.core.bz2: New file.
17487 * gdb.arch/i386-biarch-core.exp: New file.
17488
a47cd6e9
PA
174892015-02-21 Pedro Alves <palves@redhat.com>
17490
17491 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17492 runto_main fails.
17493
c5facdc4
PA
174942015-02-20 Pedro Alves <palves@redhat.com>
17495
17496 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17497 info probes.
17498
2db9a427
PA
174992015-02-20 Pedro Alves <palves@redhat.com>
17500
17501 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17502
60fb7e9e
PA
175032015-02-20 Pedro Alves <palves@redhat.com>
17504
17505 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17506 clean_restart before gdb_target_supports_trace.
17507
5c5019c2
PA
175082015-02-20 Pedro Alves <palves@redhat.com>
17509
17510 PR threads/18006
17511 * gdb.threads/clone-thread_db.c: New file.
17512 * gdb.threads/clone-thread_db.exp: New file.
17513
c9587f88
AT
175142015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17515
17516 PR breakpoints/16812
17517 * gdb.base/catch-gdb-caused-signals.c: New file.
17518 * gdb.base/catch-gdb-caused-signals.exp: New file.
17519
f6a88844
JM
175202015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17521
17522 * configure: Regenerated.
17523 * configure.ac: Use GDB_AC_TRANSFORM.
17524 * aclocal.m4: sinclude ../transform.m4.
17525
497c491b
JM
175262015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17527
17528 * lib/dtrace.exp: New file.
17529 * gdb.base/dtrace-probe.exp: Likewise.
17530 * gdb.base/dtrace-probe.d: Likewise.
17531 * gdb.base/dtrace-probe.c: Likewise.
17532 * lib/pdtrace.in: Likewise.
17533 * configure.ac: Output variables with the transformed names of
17534 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17535 * configure: Regenerated.
17536
03e98035
JM
175372015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17538
17539 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17540 expected message when trying to access $_probe_* convenience
17541 variables while not on a probe.
17542
63cc30e9
JK
175432015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17544
17545 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17546
0703599a
PA
175472015-02-11 Pedro Alves <pedro@codesourcery.com>
17548
17549 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17550 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17551
7e60a48e
DE
175522015-02-10 Doug Evans <xdje42@gmail.com>
17553
17554 * lib/gdb.exp (gdb_load): Always return a result.
17555
01b088bc
PA
175562015-02-10 Pedro Alves <palves@redhat.com>
17557
17558 * gdb.threads/signal-sigtrap.c: New file.
17559 * gdb.threads/signal-sigtrap.exp: New file.
17560
b05ec7a5
AT
175612015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17562
17563 * gdb.trace/no-attach-trace.c: New file.
17564 * gdb.trace/no-attach-trace.exp: New file.
17565
a2c2acaf
MW
175662015-02-09 Mark Wielaard <mjw@redhat.com>
17567
17568 * gdb.dwarf2/atomic.c: New file.
17569 * gdb.dwarf2/atomic-type.exp: Likewise.
17570
31fd9caa
MM
175712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17572
17573 * gdb.btrace/buffer-size.exp: Update "info record" output.
17574 * gdb.btrace/delta.exp: Update "info record" output.
17575 * gdb.btrace/enable.exp: Update "info record" output.
17576 * gdb.btrace/finish.exp: Update "info record" output.
17577 * gdb.btrace/instruction_history.exp: Update "info record" output.
17578 * gdb.btrace/next.exp: Update "info record" output.
17579 * gdb.btrace/nexti.exp: Update "info record" output.
17580 * gdb.btrace/step.exp: Update "info record" output.
17581 * gdb.btrace/stepi.exp: Update "info record" output.
17582 * gdb.btrace/nohist.exp: Update "info record" output.
17583
d33501a5
MM
175842015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17585
17586 * gdb.btrace/buffer-size: New.
17587
f4abbc16
MM
175882015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17589
17590 * gdb.btrace/delta.exp: Update "info record" output.
17591 * gdb.btrace/enable.exp: Update "info record" output.
17592 * gdb.btrace/finish.exp: Update "info record" output.
17593 * gdb.btrace/instruction_history.exp: Update "info record" output.
17594 * gdb.btrace/next.exp: Update "info record" output.
17595 * gdb.btrace/nexti.exp: Update "info record" output.
17596 * gdb.btrace/step.exp: Update "info record" output.
17597 * gdb.btrace/stepi.exp: Update "info record" output.
17598 * gdb.btrace/nohist.exp: Update "info record" output.
17599
b9d61307
SM
176002015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17601
17602 PR gdb/15678
17603 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17604
e584fdbc
PA
176052015-02-06 Pedro Alves <palves@redhat.com>
17606
17607 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17608 macro.
17609 (seconds_left, again): New globals.
17610 (main): Wait seconds_left in a 1-second sleep loop instead of
17611 sleeping 180 seconds. If 'again' is set, reset the seconds
17612 counter.
17613 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17614 'again' in the inferior before detaching. Print the seconds left.
17615 (options): New global.
17616 (top level): Build program with -DTIMEOUT=$timeout.
17617
77f41761
PA
176182015-02-06 Pedro Alves <palves@redhat.com>
17619
17620 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17621 determine how many seconds to pass to 'alarm'.
17622 * gdb.base/gdb-sigterm.exp (top level): Build program with
17623 -DTIMEOUT=$timeout.
17624 (do_test): Return success/failure indication. Add more verbose
17625 logging. Don't fail if 200 single steps are seen. Instead, fail
17626 when the test times out.
17627 (passes): New global.
17628 (top level): Break the testing loop if testing fails on any
17629 iteration. Use gdb_assert.
17630
b9394193
DB
176312015-02-04 Don Breazeal <donb@codesourcery.com>
17632
17633 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17634 and initialize them.
17635 (ipc_cleanup): New function.
17636 (main): Don't declare shmid, semid, and msqid. Add a call to
17637 atexit so that we call ipc_cleanup on exit.
17638
42d9e528
PA
176392015-02-04 Pedro Alves <palves@redhat.com>
17640
17641 * boards/native-extended-gdbserver.exp: Remove any target variant
17642 specifications from the board name before clearing the isremote
17643 flag from board_info.
17644
ae6ae975
DE
176452015-01-31 Doug Evans <xdje42@gmail.com>
17646
17647 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17648
cfb069a8
GB
176492015-01-31 Gary Benson <gbenson@redhat.com>
17650
17651 * gdb.base/completion.exp: Disable completion limiting for
17652 existing tests. Add new tests to check completion limiting.
17653 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17654
5dd31d79
DE
176552015-01-31 Doug Evans <xdje42@gmail.com>
17656
17657 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17658
9f050062
DE
176592015-01-31 Doug Evans <xdje42@gmail.com>
17660
17661 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17662 entries. Duplicate file section script entries.
17663 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17664 inlined entries. Add test for safe-path rejection.
17665 * gdb.python/py-section-script.c: Add duplicate inlined section script
17666 entries. Duplicate file section script entries.
17667 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17668 inlined entries. Add test for safe-path rejection.
17669
df25ebbd
JB
176702015-01-29 Joel Brobecker <brobecker@adacore.com>
17671
17672 * gdb.ada/disc_arr_bound: New testcase.
17673
4a0ca9ec
JB
176742015-01-29 Joel Brobecker <brobecker@adacore.com>
17675
17676 * gdb.ada/mi_var_array: New testcase.
17677
3a8b707a
DE
176782015-01-27 Doug Evans <dje@google.com>
17679
17680 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17681 Add test for objfile.filename, objfile.username after objfile
17682 has been unloaded.
17683
f8313f6e
JB
176842015-01-26 Joel Brobecker <brobecker@adacore.com>
17685
17686 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17687 the second test to print the name attribute of value
17688 returned by the call to gdb.lookup_type, and adjust
17689 the expected output accordingly.
17690
37bc665e
MW
176912015-01-25 Mark Wielaard <mjw@redhat.com>
17692
17693 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17694 * gdb.base/disp-step-fork.c: Include unistd.h.
17695 * gdb.base/siginfo-obj.c: Include stdio.h.
17696 * gdb.base/siginfo-thread.c: Likewise.
17697 * gdb.mi/non-stop.c: Include unistd.h.
17698 * gdb.mi/nsthrexec.c: Include stdio.h.
17699 * gdb.mi/pthreads.c: Include unistd.h.
17700 * gdb.modula2/unbounded1.c (main): Declare returns int.
17701 * gdb.reverse/consecutive-reverse.c: Likewise.
17702 * gdb.threads/create-fail.c: Include unistd.h.
17703 * gdb.threads/killed.c: Likewise.
17704 * gdb.threads/linux-dp.c: Likewise.
17705 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17706 * gdb.threads/non-ldr-exc-2.c: Likewise.
17707 * gdb.threads/non-ldr-exc-3.c: Likewise.
17708 * gdb.threads/non-ldr-exc-4.c: Likewise.
17709 * gdb.threads/pthreads.c: Include unistd.h.
17710 (main): Declare returns int.
17711 * gdb.threads/tls-main.c (foo): New declaration.
17712 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17713
f7e5394d
SM
177142015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17715
17716 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17717 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17718
743649fd
MW
177192015-01-15 Mark Wielaard <mjw@redhat.com>
17720
17721 * gdb.base/noreturn-return.c: New file.
17722 * gdb.base/noreturn-return.exp: New file.
17723 * gdb.base/noreturn-finish.c: New file.
17724 * gdb.base/noreturn-finish.exp: New file.
17725
198297aa
PA
177262015-01-23 Pedro Alves <palves@redhat.com>
17727
17728 * gdb.threads/continue-pending-after-query.c: New file.
17729 * gdb.threads/continue-pending-after-query.exp: New file.
17730
717cf30c
AG
177312015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17732 Simon Marchi <simon.marchi@ericsson.com>
17733
17734 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17735 * gdb.base/valgrind-db-attach.exp: Same.
17736 * gdb.base/valgrind-infcall.exp: Same.
17737 * lib/mi-support.exp (default_mi_gdb_start): Same.
17738 * lib/prompt.exp (default_prompt_gdb_start): Same.
17739 * lib/gdb.exp (default_gdb_spawn): Same.
17740 (gdb_interact): New.
17741
17742
4b62a76e
JK
177432015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17744
17745 * gdb.compile/compile.exp (pointer to jit function): New test.
17746
b4cdae6f
WW
177472015-01-17 Wei-cheng Wang <cole945@gmail.com>
17748
17749 * lib/gdb.exp (supports_process_record): Return true for
17750 powerpc*-*-linux*.
17751 (supports_reverse): Likewise.
17752
d221e7ef
DB
177532015-01-15 Don Breazeal <donb@codesourcery.com>
17754
17755 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17756 instead of checking whether the target board is remote and
17757 use spawn_wait_for_attach instead of exec/sleep.
17758 * gdb.base/attach-twice.exp: Likewise.
17759
bafffb51
JB
177602015-01-15 Joel Brobecker <brobecker@adacore.com>
17761
17762 * gdb.ada/var_arr_attrs: New testcase.
17763
5589af0e
PA
177642015-01-14 Pedro Alves <palves@redhat.com>
17765 Joel Brobecker <brobecker@adacore.com>
17766
17767 PR gdb/17525
17768 * gdb.base/bp-cmds-execution-x-script.c: New file.
17769 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17770 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17771
6c400b59
PA
177722015-01-14 Pedro Alves <palves@redhat.com>
17773
17774 PR cli/17828
17775 * gdb.base/batch-preserve-term-settings.c: New file.
17776 * gdb.base/batch-preserve-term-settings.exp: New file.
17777
e02c96a7
DE
177782015-01-13 Doug Evans <dje@google.com>
17779
17780 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17781 binary.
17782
576fd14c
JB
177832015-01-13 Joel Brobecker <brobecker@adacore.com>
17784
17785 * Makefile.in (clean mostlyclean): Do not delete *.py.
17786
04dccad0
JB
177872015-01-13 Joel Brobecker <brobecker@adacore.com>
17788
17789 * gdb.python/py-lookup-type.exp: New file.
17790
3d230f71
PA
177912015-01-12 Pedro Alves <palves@redhat.com>
17792
17793 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17794 restore GDBFLAGS before returning.
17795
7e67715d
JK
177962015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17797
17798 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17799 is_amd64_regs_target and is_x86_like_target.
17800
f2e0d4b4
DE
178012015-01-11 Doug Evans <xdje42@gmail.com>
17802
17803 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17804 is given without an explicit form.
17805 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17806 attributes.
17807 * gdb.dwarf/corrupt.exp: Ditto.
17808 * gdb.dwarf2/enum-type.exp: Ditto.
17809 * gdb.trace/entry-values.exp: Ditto.
17810 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17811
439250fb
DE
178122015-01-11 Doug Evans <xdje42@gmail.com>
17813
17814 PR gdb/15830
17815 * gdb.base/maint.exp: Remove references to "maint demangle".
17816 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17817 Add tests for explicitly specifying language to demangle.
17818 * gdb.dlang/demangle.exp: Ditto.
17819
ede9f622
PA
178202015-01-09 Pedro Alves <palves@redhat.com>
17821
17822 * gdb.threads/non-stop-fair-events.c: New file.
17823 * gdb.threads/non-stop-fair-events.exp: New file.
17824
a7b796db
PA
178252015-01-09 Pedro Alves <palves@redhat.com>
17826
17827 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17828 the global scope. Set a breakpoint after all threads are started
17829 rather than stepping over two source lines. Expect the prompt.
17830 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17831 global.
17832 (NUM): Now 15.
17833 (main): Use threads_started_barrier to wait for all threads to
17834 start. Main thread no longer calls thread_function. Exit after
17835 180 seconds.
17836 (loop): New function.
17837 (thread_function): Wait on threads_started_barrier barrier. Call
17838 'loop' at each iteration.
17839 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17840 threads have started, instead of hardcoding number of "next"
17841 steps. Use an access watchpoint instead of a write watchpoint.
17842
9665ffdd
PA
178432015-01-09 Pedro Alves <palves@redhat.com>
17844
17845 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17846 (thread_func): Wait on barrier.
17847 (main): Wait for all threads to start before stopping GDB.
17848 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17849 global.
17850 (thread1_func, thread2_func): Wait on barrier.
17851 (main): Wait for all threads to start before stopping GDB.
17852 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17853 New global.
17854 (thread1_func, thread2_func): Wait on barrier.
17855 (main): Wait for all threads to start before stopping GDB.
17856
c945a99f
PA
178572015-01-09 Pedro Alves <palves@redhat.com>
17858
17859 * gdb.threads/attach-many-short-lived-threads.c: New file.
17860 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17861
c1a747c1
PA
178622014-01-09 Pedro Alves <palves@redhat.com>
17863
17864 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17865 instead of to thread 2.
17866 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17867 Add barrier around each pthread_create call instead of around all
17868 calls.
17869 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17870 Set a break on thread_function and have the child threads hit it
17871 one at at a time.
17872
60b3033e
PA
178732015-01-09 Pedro Alves <palves@redhat.com>
17874
17875 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17876 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17877 false.
17878 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17879 checking whether the target board is remote.
17880 * gdb.multi/multi-attach.exp: Likewise.
17881 * gdb.python/py-sync-interp.exp: Likewise.
17882 * gdb.server/ext-attach.exp: Likewise.
17883 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17884 tests that need to attach, instead of checking whether the target
17885 board is remote at the top of the file.
17886
acc018ac
YQ
178872015-01-08 Yao Qi <yao@codesourcery.com>
17888
17889 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17890
50a18af8
JK
178912015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17892
17893 Fix testcase compilation.
17894 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17895
8503d6e1
JB
178962015-01-06 Joel Brobecker <brobecker@adacore.com>
17897
17898 * gdb.python/py-type.exp: Add a couple test about empty
17899 array creation, and negative-length array creation.
17900
cc73dbcc
DE
179012015-01-02 Doug Evans <xdje42@gmail.com>
17902
17903 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17904
0300bbc7
DE
179052015-01-02 Doug Evans <dje@google.com>
17906
17907 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17908
9d85a0ec
YQ
179092014-12-29 Yao Qi <yao@codesourcery.com>
17910
17911 * gdb.trace/entry-values.exp: Update comments. Rename variable
17912 bar_call_foo to returned_from_foo.
17913
87186c6a
MMN
179142014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17915
17916 PR gdb/17394
17917 * gdb.linespec/break-asm-file.c: New file.
17918 * gdb.linespec/break-asm-file.exp: New file.
17919 * gdb.linespec/break-asm-file0.s: New file.
17920 * gdb.linespec/break-asm-file1.s: New file.
17921
1bab7383
YQ
179222014-12-18 Nigel Stephens <nigel@mips.com>
17923 Maciej W. Rozycki <macro@codesourcery.com>
17924
17925 * gdb.base/float.exp: Handle the new output from "info float" on
17926 MIPS targets.
17927
1bc1068a
JK
179282014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17929
17930 Fix MinGW compilation.
17931 * gdb.compile/compile-ops.exp: Update untested message if
17932 !skip_compile_feature_tests.
17933 * gdb.compile/compile-setjmp.exp: Likewise.
17934 * gdb.compile/compile-tls.exp: Likewise.
17935 * gdb.compile/compile.exp: Likewise.
17936 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17937 supported on this host".
17938
b6615d10
DE
179392014-12-16 Doug Evans <xdje42@gmail.com>
17940
17941 * boards/stabs.exp: New file.
17942
25dda427
AA
179432014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17944
17945 * gdb.base/completion.exp: Adjust to format changes of "maint
17946 print user-registers".
17947
bf330350
CU
179482014-12-16 Catalin Udma <catalin.udma@freescale.com>
17949
17950 PR server/17457
17951 * gdb.arch/aarch64-fp.c: New file.
17952 * gdb.arch/aarch64-fp.exp: New file.
17953
395cf596
SDJ
179542014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17955
17956 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17957 r210637, r210913, r211666, r215400, r215817).
17958
17959 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17960 * dg-extract-results.py: New file.
17961 * dg-extract-results.sh: Use it if the environment seems
17962 suitable.
17963
17964 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17965
17966 * dg-extract-results.py (parse_run): Handle warnings that
17967 are printed before a test harness is run.
17968
17969 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17970
17971 * dg-extract-results.py (Named): Remove __cmp__ method.
17972 (output_variation): Use a key to sort variation.harnesses.
17973
17974 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17975
17976 * dg-extract-results.py: For Python 3, force sys.stdout to
17977 handle surrogate escape sequences.
17978 (safe_open): New function.
17979 (output_segment, main): Use it.
17980
17981 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17982
17983 * dg-extract-results.py (Prog.result_re): Include options
17984 in test name.
17985
17986 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17987
17988 * dg-extract-results.py (output_variation): Always sort if
17989 do_sum.
17990
e882ef3c
SM
179912014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17992
17993 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17994 as long as we get pagination notifications.
17995
4992aa20
JM
179962014-12-15 Jason Merrill <jason@redhat.com>
17997
17998 * Makefile.in (check-gdb.%): Restore.
17999 * README: Mention it.
18000
c1b5a1a6
JB
180012014-12-13 Joel Brobecker <brobecker@adacore.com>
18002
18003 * gdb.ada/str_uninit: New testcase.
18004
5537b577
JK
180052014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18006
18007 PR symtab/17642
18008 * gdb.base/vla-stub-define.c: New file.
18009 * gdb.base/vla-stub.c: New file.
18010 * gdb.base/vla-stub.exp: New file.
18011
bb2ec1b3
TT
180122014-12-12 Phil Muldoon <pmuldoon@redhat.com>
18013 Jan Kratochvil <jan.kratochvil@redhat.com>
18014 Tom Tromey <tromey@redhat.com>
18015
18016 * configure.ac: Add gdb.compile/.
18017 * configure: Regenerate.
18018 * gdb.compile/Makefile.in: New file.
18019 * gdb.compile/compile-ops.exp: New file.
18020 * gdb.compile/compile-ops.c: New file.
18021 * gdb.compile/compile-tls.c: New file.
18022 * gdb.compile/compile-tls.exp: New file.
18023 * gdb.compile/compile-constvar.S: New file.
18024 * gdb.compile/compile-constvar.c: New file.
18025 * gdb.compile/compile-mod.c: New file.
18026 * gdb.compile/compile-nodebug.c: New file.
18027 * gdb.compile/compile-setjmp-mod.c: New file.
18028 * gdb.compile/compile-setjmp.c: New file.
18029 * gdb.compile/compile-setjmp.exp: New file.
18030 * gdb.compile/compile-shlib.c: New file.
18031 * gdb.compile/compile.c: New file.
18032 * gdb.compile/compile.exp: New file.
18033 * lib/gdb.exp (skip_compile_feature_tests): New proc.
18034
4ff709eb
TT
180352014-12-12 Tom Tromey <tromey@redhat.com>
18036
18037 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
18038 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
18039
6dddd6a5
DE
180402014-12-12 Doug Evans <dje@google.com>
18041
18042 * lib/gdb-python.exp (get_python_valueof): New function.
18043 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
18044
71c24708
AA
180452014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18046
18047 * gdb.base/completion.exp: Add test for completion of "info
18048 registers ".
18049
3e29f34a
MR
180502014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
18051
18052 * gdb.base/func-ptrs.c: New file.
18053 * gdb.base/func-ptrs.exp: New file.
18054
fc126975
SM
180552014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18056
18057 PR breakpoints/17012
18058 * gdb.base/dprintf-detach.c: New file.
18059 * gdb.base/dprintf-detach.exp: New file.
18060
0a46d518
SM
180612014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18062
18063 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
18064 * lib/gdb.exp (target_is_gdbserver): New procedure.
18065
a0be3e44
DE
180662014-12-08 Doug Evans <dje@google.com>
18067
18068 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
18069
df1b803a
YQ
180702014-12-05 Yao Qi <yao@codesourcery.com>
18071
18072 * gdb.guile/scm-error.exp: Remove the third argument to
18073 gdb_remote_download.
18074 * gdb.guile/scm-frame-args.exp: Likewise.
18075 * gdb.guile/scm-section-script.exp: Likewise.
18076
ddb9f679
YQ
180772014-12-05 Yao Qi <yao@codesourcery.com>
18078
18079 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
18080
86e4ed39
DE
180812014-12-04 Doug Evans <dje@google.com>
18082
18083 * gdb.python/py-objfile.exp: Add tests for
18084 objfile.add_separate_debug_file.
18085
7c50a931
DE
180862014-12-04 Doug Evans <dje@google.com>
18087
18088 * lib/gdb.exp (get_build_id): New function.
18089 (build_id_debug_filename_get): Rewrite to use it.
18090 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
18091
621661e3
MR
180922014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
18093
18094 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
18095 `method(long)', not just 0x0.
18096 * gdb.cp/nsalias.exp: Align code labels to 4.
18097 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
18098 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
18099 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
18100 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
18101 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
18102 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
18103
29f0c3b7
DE
181042014-12-02 Doug Evans <dje@google.com>
18105
e1e061e7 18106 PR symtab/17602
29f0c3b7 18107 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 18108 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
18109 * gdb.cp/anon-ns.exp: Update.
18110
162078c8
NB
181112014-12-02 Nick Bull <nicholaspbull@gmail.com>
18112
18113 * gdb.python/py-events.py (inferior_call_handler): New.
18114 (register_changed_handler, memory_changed_handler): New.
18115 (test_events.invoke): Register new handlers.
18116 * gdb.python/py-events.exp: Add tests for inferior call,
18117 memory_changed and register_changed events.
18118
fdb09caf
AA
181192014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18120
18121 * gdb.base/execl-update-breakpoints.exp: Specify the link address
18122 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
18123 if the linker doesn't understand this.
18124
55cfb2c4
SM
181252014-12-01 Simon Marchi <simon.marchi@ericsson.com>
18126
18127 * gdb.python/python.exp: Change expected reply to help().
18128
9e8cd6df
YQ
181292014-12-01 Yao Qi <yao@codesourcery.com>
18130
18131 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
18132 AC_CONFIG_SUBDIRS(gdb.gdbtk).
18133 * configure: Re-generated.
18134
6c659fc2
SC
181352014-11-28 Siva Chandra Reddy <sivachandra@google.com>
18136
18137 * gdb.cp/chained-calls.cc: New file.
18138 * gdb.cp/chained-calls.exp: New file.
18139 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
18140
d7fc3181
SM
181412014-11-28 Simon Marchi <simon.marchi@ericsson.com>
18142
18143 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
18144 * gdb.dwarf2/symtab-producer.exp: Same.
18145 * gdb.gdb/python-interrupts.exp: Same.
18146 * gdb.gdb/python-selftest.exp: Same.
18147 * gdb.python/py-linetable.exp: Same.
18148 * gdb.python/py-type.exp: Same.
18149 * gdb.python/py-value-cc.exp: Same.
18150 * gdb.python/py-value.exp: Same.
18151
10e79639
YQ
181522014-11-28 Yao Qi <yao@codesourcery.com>
18153
18154 * gdb.base/break-probes.exp: Match library name prefixed with
18155 sysroot.
18156
f28a0564
SM
181572014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18158
18159 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18160 test expected output. Add parentheses for the call to print.
18161 Remove L suffix from integers.
18162
3fe1ce1d
DE
181632014-11-26 Doug Evans <dje@google.com>
18164
18165 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18166
84429e27
YQ
181672014-11-22 Yao Qi <yao@codesourcery.com>
18168
18169 * gdb.trace/entry-values.c: Remove asms.
18170 (foo): Add foo_label.
18171 (bar): Add bar_label.
18172 * gdb.trace/entry-values.exp: Remove code computing foo's
18173 length and bar's length.
18174 (Dwarf::assemble): Invoke function_range for bar and use
18175 MACRO_AT_func for foo.
18176
26741859
YQ
181772014-11-22 Yao Qi <yao@codesourcery.com>
18178
18179 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18180 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18181 Use .Lgcc43_procstart instead of gcc43.
18182
45e44d27
JB
181832014-11-21 Joel Brobecker <brobecker@adacore.com>
18184
18185 * gdb.ada/n_arr_bound: New testcase.
18186
458c8db8
SDJ
181872014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18188
18189 PR breakpoints/10737
18190 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18191 test_catch_syscall_multi_arch.
18192 (test_catch_syscall_multi_arch): New function.
18193
43f3e411
DE
181942014-11-20 Doug Evans <xdje42@gmail.com>
18195
18196 * gdb.base/maint.exp: Update expected output.
18197
0d7b2549
AA
181982014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18199
18200 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18201 4-byte instruction on S390.
18202
8908fca5
JB
182032014-11-19 Joel Brobecker <brobecker@adacore.com>
18204
18205 * gdb.ada/arr_arr: New testcase.
18206
4a46959e
JB
182072014-11-19 Joel Brobecker <brobecker@adacore.com>
18208
18209 * gdb.ada/pkd_arr_elem: New Testcase.
18210
470e2f4e
LM
182112014-11-18 Luis Machado <lgustavo@codesourcery.com>
18212
18213 * gdb.reverse/break-precsave: Expect completion message for
18214 core file reads.
18215 * gdb.reverse/consecutive-precsave.exp: Likewise.
18216 * gdb.reverse/finish-precsave.exp: Likewise.
18217 * gdb.reverse/i386-precsave.exp: Likewise.
18218 * gdb.reverse/machinestate-precsave.exp: Likewise.
18219 * gdb.reverse/sigall-precsave.exp: Likewise.
18220 * gdb.reverse/solib-precsave.exp: Likewise.
18221 * gdb.reverse/step-precsave.exp: Likewise.
18222 * gdb.reverse/until-precsave.exp: Likewise.
18223 * gdb.reverse/watch-precsave.exp: Likewise.
18224
a267f3ad
AA
182252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18226
18227 * gdb.base/bp-permanent.c: Include unistd.h.
18228 * gdb.python/py-framefilter-mi.c (main): Add return type.
18229 * gdb.python/py-framefilter.c (main): Likewise.
18230 * gdb.trace/actions-changed.c (main): Likewise.
18231
12084a9a
AA
182322014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18233
18234 * gdb.mi/until.c: Add eye-catchers.
18235 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18236 line numbers.
18237
dc7e1a77
AA
182382014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18239
18240 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18241 function header variants in break1.c.
18242 * gdb.base/ena-dis-br.exp: Likewise.
18243 * gdb.base/hbreak2.exp: Likewise.
18244 * gdb.reverse/until-precsave.exp: Drop references to removed
18245 non-prototype function header variants in ur1.c.
18246 * gdb.reverse/until-reverse.exp: Likewise.
18247
41c77605
PM
182482014-11-17 Petr Machata <pmachata@redhat.com>
18249
18250 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18251 ${_cu_offset_size} bytes abbrev offset.
18252
34248c3a
DE
182532014-11-15 Doug Evans <xdje42@gmail.com>
18254
18255 PR symtab/17559
18256 * gdb.base/line-symtabs.exp: New file.
18257 * gdb.base/line-symtabs.c: New file.
18258 * gdb.base/line-symtabs.h: New file.
18259
646da059
YQ
182602014-11-14 Yao Qi <yao@codesourcery.com>
18261
18262 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18263 (func): Add label func_label.
18264 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18265 Replace low_pc and high_pc with MACRO_AT_range.
18266 Replace name, low_pc and high_pc with MACRO_AT_func.
18267
9301ebe6
YQ
182682014-11-14 Yao Qi <yao@codesourcery.com>
18269
18270 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18271 Replace name, low_pc and high_pc with MACRO_AT_func.
18272
f166b542
YQ
182732014-11-14 Yao Qi <yao@codesourcery.com>
18274
18275 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18276 produce debug information.
18277 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18278
0f6e71e3
YQ
182792014-11-14 Yao Qi <yao@codesourcery.com>
18280
18281 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18282 object and get function length.
18283 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18284 with MACRO_AT_func.
18285 (top-level): Replace gdb_compile and clean_restart with
18286 prepare_for_testing.
18287 * gdb.dwarf2/main.c (main): Add label main_label.
18288
876c4df9
YQ
182892014-11-14 Yao Qi <yao@codesourcery.com>
18290
18291 * lib/dwarf.exp (function_range): New procedure.
18292 (Dwarf::_handle_macro_at_func): New procedure.
18293 (Dwarf::_handle_macro_at_range): New procedure.
18294 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18295
02ad9cf1
YQ
182962014-11-14 Yao Qi <yao@codesourcery.com>
18297
18298 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18299 (_handle_attribute): New procedure.
18300
a59add0c
AA
183012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18302
18303 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18304 * gdb.base/call-sc.c (zed): Likewise.
18305 * gdb.base/checkpoint.c (main): Likewise.
18306 * gdb.base/dump.c (main): Likewise.
18307 * gdb.base/gcore.c (main): Likewise.
18308 * gdb.base/huge.c (main): Likewise.
18309 * gdb.base/multi-forks.c (main): Likewise.
18310 * gdb.base/pr10179-a.c (main): Likewise.
18311 * gdb.base/savedregs.c (main): Likewise.
18312 * gdb.base/sigaltstack.c (main): Likewise.
18313 * gdb.base/siginfo.c (main): Likewise.
18314 * gdb.base/structs.c (zed): Likewise.
18315 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18316 * gdb.mi/mi-syn-frame.c (main): Likewise.
18317 * gdb.mi/until.c (foo, main): Likewise.
18318 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18319 * gdb.base/solib-weak.c (foo): Declare.
18320 * gdb.base/attach-twice.c: Include stdio.h.
18321 * gdb.base/weaklib1.c: Likewise.
18322 * gdb.base/weaklib2.c: Likewise.
18323 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18324 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18325 unistd.h.
18326 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18327 * gdb.mi/mi-exit-code.c: Likewise.
18328 * gdb.base/break-interp-lib.c: Include string.h.
18329 * gdb.base/coremaker.c: Likewise.
18330 * gdb.base/testenv.c: Likewise.
18331 * gdb.python/py-finish-breakpoint.c: Likewise.
18332 * gdb.base/inferior-died.c: Include sys/wait.h.
18333 * gdb.base/fileio.c: Include time.h.
18334 * gdb.base/async-shell.c: Include unistd.h.
18335 * gdb.base/dprintf-non-stop.c: Likewise.
18336 * gdb.base/info-os.c: Likewise.
18337 * gdb.mi/mi-console.c: Likewise.
18338 * gdb.mi/watch-nonstop.c: Likewise.
18339 * gdb.python/py-events.c: Likewise.
18340 * gdb.base/async.c (baz): Move up before its invocation.
18341 * gdb.base/code_elim2.c (my_global_func): Likewise.
18342 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18343 * gdb.base/advance.c (func2): Likewise.
18344
3b5d5997
AA
183452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18346
18347 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18348 variant.
18349 * gdb.base/annota3.c: Likewise.
18350 * gdb.base/async.c: Likewise.
18351 * gdb.base/average.c: Likewise.
18352 * gdb.base/call-ar-st.c: Likewise.
18353 * gdb.base/call-rt-st.c: Likewise.
18354 * gdb.base/call-sc.c: Likewise.
18355 * gdb.base/call-strs.c: Likewise.
18356 * gdb.base/ending-run.c: Likewise.
18357 * gdb.base/execd-prog.c: Likewise.
18358 * gdb.base/exprs.c: Likewise.
18359 * gdb.base/foll-exec.c: Likewise.
18360 * gdb.base/foll-fork.c: Likewise.
18361 * gdb.base/foll-vfork.c: Likewise.
18362 * gdb.base/funcargs.c: Likewise.
18363 * gdb.base/gcore.c: Likewise.
18364 * gdb.base/jump.c: Likewise.
18365 * gdb.base/langs0.c: Likewise.
18366 * gdb.base/langs1.c: Likewise.
18367 * gdb.base/langs2.c: Likewise.
18368 * gdb.base/mips_pro.c: Likewise.
18369 * gdb.base/nodebug.c: Likewise.
18370 * gdb.base/opaque0.c: Likewise.
18371 * gdb.base/opaque1.c: Likewise.
18372 * gdb.base/recurse.c: Likewise.
18373 * gdb.base/run.c: Likewise.
18374 * gdb.base/scope0.c: Likewise.
18375 * gdb.base/scope1.c: Likewise.
18376 * gdb.base/setshow.c: Likewise.
18377 * gdb.base/setvar.c: Likewise.
18378 * gdb.base/shmain.c: Likewise.
18379 * gdb.base/shr1.c: Likewise.
18380 * gdb.base/shr2.c: Likewise.
18381 * gdb.base/sigall.c: Likewise.
18382 * gdb.base/signals.c: Likewise.
18383 * gdb.base/so-indr-cl.c: Likewise.
18384 * gdb.base/solib2.c: Likewise.
18385 * gdb.base/structs.c: Likewise.
18386 * gdb.base/sum.c: Likewise.
18387 * gdb.base/vforked-prog.c: Likewise.
18388 * gdb.base/watchpoint.c: Likewise.
18389 * gdb.reverse/shr2.c: Likewise.
18390 * gdb.reverse/until-reverse.c: Likewise.
18391 * gdb.reverse/ur1.c: Likewise.
18392 * gdb.reverse/watch-reverse.c: Likewise.
18393
066a77c5
AA
183942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18395
18396 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18397 variant.
18398 * gdb.base/sepdebug.exp: Drop references to removed code.
18399
4f204ea5
AA
184002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18401
18402 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18403 variant. Preserve original line numbering.
18404 * gdb.base/list1.c: Likewise.
18405
3b377a3a
AA
184062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18407
18408 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18409 variant.
18410 * gdb.base/break1.c: Likewise.
18411 * gdb.base/break.exp: Drop references to removed code.
18412
e444df73
AA
184132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18414
18415 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18416 variant.
18417
8008f2a7
AA
184182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18419
18420 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18421
a5a06887
AA
184222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18423
18424 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18425 logic into perform_all_tests() and invoke it with and without
18426 function header prototypes.
18427 (do_function_calls): Remove conditional XFAIL for PR 5318.
18428 (rerun_and_prepare): Remove duplicate code.
18429 (perform_all_tests): New. Main logic moved here.
18430
44dba9b9
AA
184312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18432
18433 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18434 code guarded by #ifdef NO_PROTOTYPES.
18435 (t_double_many_args): Likewise.
18436 (DEF_FUNC_MANY_ARGS_1): Likewise.
18437 (DEF_FUNC_VALUES_1): Likewise.
18438 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18439 guarded by #ifdef PROTOTYPES.
18440
d1fbcd56
AA
184412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18442
18443 * gdb.mi/mi-console.c: Add eye-catcher.
18444 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18445 instead of literal line number.
18446
b0e59b8f
AA
184472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18448
18449 * gdb.base/shr2.c: Add eye-catcher.
18450 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18451 line number.
18452
78f98cca
AA
184532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18454
18455 * gdb.base/jump.c: Add eye-catchers.
18456 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18457 numbers.
18458
58fa2af0
AA
184592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18460
18461 * gdb.base/execd-prog.c: Add eye-catchers.
18462 * gdb.base/foll-exec.c: Likewise.
18463 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18464 line numbers.
18465
04e5059b
AA
184662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18467
18468 * gdb.base/ending-run.c: Add eye-catchers.
18469 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18470 literal line numbers.
18471
dbfdb174
AA
184722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18473
18474 * gdb.base/call-rt-st.c: Add eye-catchers.
18475 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18476 literal line numbers.
18477
888a2ade
AA
184782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18479
18480 * gdb.base/call-ar-st.c: Add eye-catchers.
18481 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18482 literal line numbers.
18483
6acc2dde
AA
184842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18485
18486 * gdb.base/average.c: Add eye-catchers.
18487 * gdb.base/sum.c: Likewise.
18488 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18489 regexps dynamically.
18490
9ecfcd1d
AA
184912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18492
18493 * gdb.base/solib1.c: Add eye-catchers.
18494 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18495 literal line numbers.
18496
78708b7c
PA
184972014-11-12 Pedro Alves <palves@redhat.com>
18498
18499 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18500 leader has exited.
18501
af48d08f
PA
185022014-11-12 Pedro Alves <palves@redhat.com>
18503
18504 * gdb.arch/i386-bp_permanent.c: New file.
18505 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18506 (srcfile): Set to i386-bp_permanent.c.
18507 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18508 that stepi does not execute the 'leave' instruction, instead of
18509 testing it does execute.
18510 * gdb.base/bp-permanent.c: New file.
18511 * gdb.base/bp-permanent.exp: New file.
18512
af3768e9
DE
185132014-11-10 Doug Evans <xdje42@gmail.com>
18514
18515 PR symtab/17564
18516 * gdb.base/symtab-search-order.exp: New file.
18517 * gdb.base/symtab-search-order.c: New file.
18518 * gdb.base/symtab-search-order-1.c: New file.
18519 * gdb.base/symtab-search-order-shlib-1.c: New file.
18520
9de00a4a
PA
185212014-11-07 Pedro Alves <palves@redhat.com>
18522
18523 PR gdb/17511
18524 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18525 i?86-*-linux*.
18526
e0f52461
SC
185272014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18528
18529 PR c++/17494
18530 * gdb.cp/pr17494.cc: New file.
18531 * gdb.cp/pr17494.exp: New file.
18532
6ce8c980
YQ
185332014-11-02 Yao Qi <yao@codesourcery.com>
18534
18535 * gdb.python/python.exp: Get working directory and match the
18536 output of "set extended-prompt \\w " with it.
18537
02be9a71
DE
185382014-10-30 Doug Evans <dje@google.com>
18539
18540 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18541 in objfiles.
18542 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18543 in progspaces.
18544
3bdff46b
LM
185452014-10-30 Janis Johnson <janisjo@codesourcery.com>
18546
18547 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18548 * gdb.base/realname-expand.exp: Likewise.
18549 * gdb.linespec/macro-relative.exp: Likewise.
18550
ab917dfb
PA
185512014-10-29 Pedro Alves <palves@redhat.com>
18552
18553 PR gdb/17408
18554 * gdb.threads/schedlock.c (some_function): New function.
18555 (call_function): New global.
18556 (MAYBE_CALL_SOME_FUNCTION): New macro.
18557 (thread_function): Call it.
18558 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18559 and use it instead of a global counter. Adjust all callers.
18560 (get_current_thread): Use "find current thread" for test message
18561 here rather than having all callers pass down the same string.
18562 (goto_loop): New procedure, factored out from ...
18563 (my_continue): ... this.
18564 (step_ten_loops): Change parameter from test message to command to
18565 use. Adjust.
18566 (list_count): Delete global.
18567 (check_result): New procedure, factored out from duplicate top
18568 level code.
18569 (continue tests): Wrap in with_test_prefix.
18570 (test_step): New procedure, factored out from duplicate top level
18571 code.
18572 (top level): Test "step" in combination with all scheduler-locking
18573 modes. Test "next" in combination with all scheduler-locking
18574 modes, and in combination with stepping over a function call or
18575 not.
18576 * gdb.threads/next-bp-other-thread.c: New file.
18577 * gdb.threads/next-bp-other-thread.exp: New file.
18578
d3d4baed
PA
185792014-10-29 Pedro Alves <palves@redhat.com>
18580
18581 PR python/17372
18582 * gdb.python/python.exp: Test a multi-line command that spawns
18583 interactive Python.
18584 * gdb.base/multi-line-starts-subshell.exp: New file.
18585
563e8d85
YQ
185862014-10-29 Yao Qi <yao@codesourcery.com>
18587
18588 * gdb.base/fileio.exp: Make directories on host.
18589
0ea4d52e
YQ
185902014-10-29 Yao Qi <yao@codesourcery.com>
18591
18592 * gdb.base/fileio.c (test_write): Close the file.
18593
7f5ef605
PA
185942014-10-28 Pedro Alves <palves@redhat.com>
18595
18596 PR gdb/12623
18597 * gdb.base/sigstep.c (no_handler): New global.
18598 (main): If 'no_handler is true, set the signal handlers to
18599 SIG_IGN.
18600 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18601 with_sw_watch and no_handler parameters. Handle them.
18602 (top level) <stepping over handler when stopped at a breakpoint
18603 test>: Add a test axis for testing with a software watchpoint, and
18604 another for testing with the signal handler set to SIG_IGN.
18605 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18606 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18607
abbdbd03
PA
186082014-10-28 Pedro Alves <palves@redhat.com>
18609
18610 PR gdb/17511
18611 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18612 * gdb.base/sigstep.exp (other_handler_location): New global.
18613 (advance): Support stepping into the signal handler, and running
18614 commands while in the handler.
18615 (in_handler_map): New global.
18616 (top level): In the advance test, add combinations for getting
18617 into the handler with stepping commands, and for running commands
18618 in the handler. Add comment descripting the advancei tests.
18619
1df4399f
PA
186202014-10-28 Pedro Alves <palves@redhat.com>
18621
18622 * gdb.base/sigstep.exp: Use build_executable instead of
18623 prepare_for_testing.
18624 (top level): Move code that starts GDB, runs to main and creates a
18625 display to ...
18626 (restart): ... this new procedure.
18627 (top level): Move backtrace from signal handler test to ...
18628 (validate_backtrace): ... this new procedure.
18629 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18630 with_test_prefix. Always restart GDB.
18631 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18632 with_test_prefix. Always restart GDB. No need to delete
18633 breakpoints after the test.
18634 (test_skip_handler): Remove prefix parameter.
18635 (skip_over_handler, breakpoint_to_handler)
18636 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18637 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18638 restart GDB. No need to delete breakpoints after the test.
18639 (top level): Use foreach to call the test procedures with
18640 different commands.
18641
a5b6e449
PA
186422014-10-28 Pedro Alves <palves@redhat.com>
18643
18644 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18645 instead of GNATS numbers.
18646 * gdb.base/sigbpt.exp: Likewise.
18647 * gdb.base/siginfo.exp: Likewise.
18648 * gdb.base/sigstep.exp: Likewise.
18649
e5f8a7cc
PA
186502014-10-27 Pedro Alves <palves@redhat.com>
18651
18652 * gdb.base/sigstep.c (dummy): New global.
18653 (main): Issue a couple writes to the new global.
18654 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18655 procedures.
18656 (skip_over_handler): Use test_skip_handler.
18657 (top level): Call skip_over_handler for stepi and nexti too.
18658 (breakpoint_over_handler): Use test_skip_handler.
18659 (top level): Call breakpoint_over_handler for stepi and nexti too.
18660
763905a3
YQ
186612014-10-27 Yao Qi <yao@codesourcery.com>
18662
18663 * gdb.trace/tfile.c (adjust_function_address)
18664 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18665 function descriptor.
18666
6f259a23
DB
186672014-10-24 Don Breazeal <donb@codesourcery.com>
18668
18669 * gdb.base/foll-fork.exp (test_follow_fork,
18670 catch_fork_child_follow): Check for updated fork messages emitted
18671 from infrun.c.
18672 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18673 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18674 vfork_and_exec_child_follow_through_step): Check for updated vfork
18675 messages emitted from infrun.c.
18676
09dd9a69
PA
186772014-10-24 Pedro Alves <palves@redhat.com>
18678
18679 * gdb.base/corefile.exp: Remove references to ultrix.
18680 * gdb.base/interrupt.exp: Likewise.
18681 * gdb.base/whatis.exp: Likewise.
18682 * gdb.gdb/selftest.exp: Likewise.
18683 * gdb.threads/manythreads.exp: Likewise.
18684 * gdb.threads/print-threads.exp: Likewise.
18685 * gdb.threads/pthreads.exp:: Likewise.
18686 * gdb.threads/schedlock.exp: Likewise.
18687
3433cfa5
SC
186882014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18689
18690 * gdb.cp/non-trivial-retval.cc: Add a test case.
18691 * gdb.cp/non-trivial-retval.exp: Add a test.
18692
092f880b
YQ
186932014-10-20 Yao Qi <yao@codesourcery.com>
18694
18695 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18696 * gdb.python/py-objfile-script-gdb.py: New file.
18697 * gdb.python/py-objfile-script.exp: Update reference to
18698 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18699 of remote_download. Remove the dest file.
18700
acbdb7f3
YQ
187012014-10-20 Yao Qi <yao@codesourcery.com>
18702
18703 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18704 * gdb.base/step-line.exp: Likewise.
18705 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18706 * gdb.dwarf2/dw2-basic.exp: Likewise.
18707 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18708 * gdb.dwarf2/dw2-filename.exp: Likewise.
18709 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18710 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18711 * gdb.dwarf2/dw2-producer.exp: Likewise.
18712 * gdb.dwarf2/mac-fileno.exp: Likewise.
18713 * gdb.python/py-frame-args.exp: Likewise.
18714 * gdb.python/py-framefilter.exp: Likewise.
18715 * gdb.python/py-mi.exp: Likewise.
18716 * gdb.python/py-objfile-script.exp: Likewise
18717 * gdb.python/py-pp-integral.exp: Likewise.
18718 * gdb.python/py-pp-re-notag.exp: Likewise.
18719 * gdb.python/py-prettyprint.exp: Likewise.
18720 * gdb.python/py-section-script.exp: Likewise.
18721 * gdb.python/py-typeprint.exp: Likewise.
18722 * gdb.python/py-xmethods.exp: Likewise.
18723 * gdb.stabs/weird.exp: Likewise.
18724 * gdb.xml/tdesc-regs.exp: Likewise.
18725
bd286a29
KCY
187262014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18727
18728 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18729 (out_cu): Use addr_len for the size of addresses.
18730 (out_line): Likewise. Size DW_LNE_set_address instruction
18731 according to addr_len.
18732 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18733 (FUNC): Add START_INSNS to definition.
18734
673dc4a0
YQ
187352014-10-18 Yao Qi <yao@codesourcery.com>
18736
18737 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18738 gdb_has_argv0 return true.
18739 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18740 check [target_info exists noargs], check [gdb_has_argv0]
18741 instead.
18742 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18743 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18744 procedures.
18745
4ffbba72
DE
187462014-10-17 Doug Evans <dje@google.com>
18747
18748 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18749 event.
18750 * gdb.python/py-events.py: Add clear_objfiles event.
18751
d096d8c1
DE
187522014-10-17 Doug Evans <dje@google.com>
18753
18754 * gdb.python/py-objfile.exp: Test progspace attribute.
18755
a80db015
LM
187562014-10-17 Luis Machado <lgustavo@codesourcery.com>
18757
18758 * gdb.guile/scm-breakpoint.exp: Do not assume any
18759 directory separators when matching source file paths.
18760 * gdb.python/py-breakpoint.exp: Likewise.
18761 * gdb.reverse/break-precsave.exp: Likewise.
18762 * gdb.reverse/break-reverse.exp: Likewise.
18763 * gdb.reverse/consecutive-precsave.exp: Likewise.
18764 * gdb.reverse/finish-precsave.exp: Likewise.
18765 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18766 * gdb.reverse/finish-reverse.exp: Likewise.
18767 * gdb.reverse/i386-precsave.exp: Likewise.
18768 * gdb.reverse/i387-env-reverse.exp: Likewise.
18769 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18770 * gdb.reverse/machinestate-precsave.exp: Likewise.
18771 * gdb.reverse/machinestate.exp: Likewise.
18772 * gdb.reverse/sigall-precsave.exp: Likewise.
18773 * gdb.reverse/solib-precsave.exp: Likewise.
18774 * gdb.reverse/step-precsave.exp: Likewise.
18775 * gdb.reverse/until-precsave.exp: Likewise.
18776 * gdb.reverse/watch-precsave.exp: Likewise.
18777 * gdb.reverse/watch-reverse.exp: Likewise.
18778
b22089ab
YQ
187792014-10-17 Yao Qi <yao@codesourcery.com>
18780
18781 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18782 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18783
6c4486e6
PA
187842014-10-17 Pedro Alves <palves@redhat.com>
18785
18786 PR gdb/17471
18787 * gdb.base/bg-execution-repeat.c: New file.
18788 * gdb.base/bg-execution-repeat.exp: New file.
18789
0ff33695
PA
187902014-10-17 Pedro Alves <palves@redhat.com>
18791
18792 PR gdb/17300
18793 * gdb.base/continue-all-already-running.c: New file.
18794 * gdb.base/continue-all-already-running.exp: New file.
18795
6fdebc3d
PA
187962014-10-17 Pedro Alves <palves@redhat.com>
18797
18798 PR gdb/17472
18799 * gdb.base/annota-input-while-running.c: New file.
18800 * gdb.base/annota-input-while-running.exp: New file.
18801
32a8097b
PA
188022014-10-17 Pedro Alves <palves@redhat.com>
18803
18804 * gdb.base/callfuncs.exp: emove references to osf.
18805 * gdb.base/sigall.exp: Likewise.
18806 * gdb.gdb/selftest.exp: Likewise.
18807 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18808 * gdb.mi/non-stop.c: Likewise.
18809 * gdb.mi/pthreads.c: Likewise.
18810 * gdb.reverse/sigall-precsave.exp: Likewise.
18811 * gdb.reverse/sigall-reverse.exp: Likewise.
18812 * gdb.threads/pthreads.c: Likewise.
18813 * gdb.threads/pthreads.exp: Likewise.
18814
7a3517ff
YQ
188152014-10-17 Yao Qi <yao@codesourcery.com>
18816
18817 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18818 check 'target_info exists noargs'.
18819 (test_command_prompt_position): Likewise.
18820 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18821 Remove "set args".
18822 (progvar_simple_while_test): Likewise.
18823 (progvar_complex_if_while_test): Likewise.
18824 (if_while_breakpoint_command_test): Likewise.
18825 (infrun_breakpoint_command_test): Likewise.
18826 (breakpoint_command_test): Likewise.
18827 (watchpoint_command_test): Likewise.
18828 (bp_deleted_in_command_test): Likewise.
18829 (temporary_breakpoint_commands): Likewise.
18830
bb99c472
YQ
188312014-10-16 Yao Qi <yao@codesourcery.com>
18832
18833 * gdb.base/remotetimeout.exp: Remove noargs checking.
18834
7c16b83e
PA
188352014-10-15 Pedro Alves <palves@redhat.com>
18836
18837 PR breakpoints/9649
18838 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18839 * gdb.base/breakpoint-in-ro-region.exp
18840 (probe_target_hardware_step): New procedure.
18841 (top level): Probe hardware stepping and hardware breakpoint
18842 support. Test stepping through a read-only region, with both
18843 "breakpoint auto-hw" on and off and both "always-inserted" on and
18844 off.
18845
35a49624
IB
188462014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18847
18848 * gdb.dlang/demangle.exp: Update for demangling changes.
18849
2d1c107c
SC
188502014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18851
18852 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18853 * gdb.cp/non-trivial-retval.exp: Add new tests.
18854
778811d5
SC
188552014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18856
18857 PR c++/13403
18858 PR c++/15154
18859 * gdb.cp/non-trivial-retval.cc: New file.
18860 * gdb.cp/non-trivial-retval.exp: New file.
18861
10c5f0a8
YQ
188622014-10-15 Yao Qi <yao@codesourcery.com>
18863
18864 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18865 remote host.
18866
65d7b369
YQ
188672014-10-15 Yao Qi <yao@codesourcery.com>
18868
18869 * gdb.python/py-symbol.exp: Match file base name if host is
18870 remote, otherwise match file name with dir name.
18871 * gdb.python/py-symtab.exp: Likewise.
18872 * gdb.python/python.exp: Likewise.
18873
46dc1394
YQ
188742014-10-15 Yao Qi <yao@codesourcery.com>
18875
18876 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18877 pattern.
18878 * gdb.python/py-symtab.exp: Likewise.
18879 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18880 locationn.
18881
c40cc657
JB
188822014-10-14 Joel Brobecker <brobecker@adacore.com>
18883
18884 * gdb.ada/addr_arith: New testcase.
18885
2abf49e1
MR
188862014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18887
18888 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18889 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18890 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18891 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18892
f7088df3
SDJ
188932014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18894
18895 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18896 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18897 * gdb.arch/stap-eval-lang-ada.exp: New file.
18898
4dc06805
YQ
188992014-10-14 Yao Qi <yao@codesourcery.com>
18900
18901 * gdb.mi/mi-var-child.c (nothing1): New function.
18902 (nothing2): New function.
18903 (do_children_tests): Set function pointers by nothing1 and
18904 nothing2.
18905 * gdb.mi/mi-var-child.exp: Step over new added statements.
18906 Update test to match the new output.
18907 * gdb.mi/var-cmd.c (nothing1): New function.
18908 (nothing2): New function.
18909 (do_children_tests): Set function pointers by nothing1 and
18910 nothing2.
18911 * gdb.mi/mi-var-display.exp: Update test to match output.
18912 Step to the line specified by $line_dct_nothing.
18913 Increase the number of lines to step.
18914
46a93de2
YQ
189152014-10-14 Yao Qi <yao@codesourcery.com>
18916
18917 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18918 tests.
18919 * gdb.mi/mi2-var-child.exp: Likewise.
18920
14ea52ee
DE
189212014-10-13 Doug Evans <dje@google.com>
18922
18923 * gdb.python/py-objfile.exp: Change name of file name test.
18924
e5c6e92b
DE
189252014-10-13 Doug Evans <dje@google.com>
18926
18927 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18928 from the start of the CU.
18929
c780cc2f
JK
189302014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18931 Yao Qi <yao@codesourcery.com>
18932
18933 Fix "save breakpoints" for "catch" command.
18934 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18935 Remove -nonewline. Match also the added "main" line.
18936
99894e11
JK
189372014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18938
18939 Fix "save breakpoints" for "disable $bpnum" command.
18940 * gdb.base/save-bp.c (main): Add label.
18941 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18942
6e1ac5a3
JK
189432014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18944
18945 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18946
754dd2b0
YQ
189472014-10-11 Yao Qi <yao@codesourcery.com>
18948
18949 * gdb.server/server-kill.exp: Execute command
18950 "set remote trace-status-packet on" before "tstatus".
18951
f90183d7
YQ
189522014-10-11 Yao Qi <yao@codesourcery.com>
18953
18954 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18955 (main): Call getppid.
18956 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18957 and continue to it. Read variable "server_pid".
18958
bf40a607
YQ
189592014-10-11 Yao Qi <yao@codesourcery.com>
18960
18961 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18962
052ca370
YQ
189632014-10-11 Yao Qi <yao@codesourcery.com>
18964
18965 * gdb.threads/thread-find.exp: Don't execute command
18966 "info threads".
18967 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18968 * gdb.threads/linux-dp.exp: Don't check the condition
18969 $threads_created equals to zero.
18970
3831839c
PA
189712014-10-10 Pedro Alves <palves@redhat.com>
18972
18973 * gdb.base/bigcore.exp: Remove references to IRIX.
18974 * gdb.base/funcargs.exp: Likewise.
18975 * gdb.base/interrupt.exp: Likewise.
18976 * gdb.base/mips_pro.exp: Likewise.
18977 * gdb.base/nodebug.exp: Likewise.
18978 * gdb.base/setvar.exp: Likewise.
18979 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18980
8b9a549d
PA
189812014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18982 Pedro Alves <palves@redhat.com>
18983
18984 PR symtab/14466
18985 * gdb.base/vdso-warning.c: New file.
18986 * gdb.base/vdso-warning.exp: New file.
18987
d48ba5e8
DE
189882014-10-02 Doug Evans <dje@google.com>
18989
18990 * gdb.base/structs.c (main): Don't run forever.
18991
2278c276
PA
189922014-10-02 Pedro Alves <palves@redhat.com>
18993
18994 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18995 (top level) <stop threads 1, stop threads 2>: Use it.
18996
b57bacec
PA
189972014-10-02 Pedro Alves <palves@redhat.com>
18998
18999 * gdb.threads/break-while-running.exp (test): Add new
19000 'update_thread_list' argument. Skip "info threads" if false.
19001 (top level): Add new 'update_thread_list' axis.
19002
13fd3ff3
PA
190032014-10-02 Pedro Alves <palves@redhat.com>
19004
19005 PR breakpoints/17431
19006 * gdb.base/execl-update-breakpoints.c: New file.
19007 * gdb.base/execl-update-breakpoints.exp: New file.
19008
0fec99e8
PA
190092014-10-01 Pedro Alves <palves@redhat.com>
19010
19011 * gdb.base/breakpoint-in-ro-region.c: New file.
19012 * gdb.base/breakpoint-in-ro-region.exp: New file.
19013
2ddf4301
SM
190142014-10-01 Simon Marchi <simon.marchi@ericsson.com>
19015
19016 * gdb.mi/mi-exit-code.exp: New file.
19017 * gdb.mi/mi-exit-code.c: New file.
19018
6a5f3f43
YQ
190192014-09-30 Yao Qi <yao@codesourcery.com>
19020
19021 * lib/prelink-support.exp (build_executable_own_libs): Error if
19022 the target isn't native.
19023
345bcc73
YQ
190242014-09-30 Yao Qi <yao@codesourcery.com>
19025
19026 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
19027 false.
19028
a25a5a45
PA
190292014-09-22 Pedro Alves <palves@redhat.com>
19030
19031 * gdb.threads/break-while-running.exp: New file.
19032 * gdb.threads/break-while-running.c: New file.
19033
00ba3162
YQ
190342014-09-19 Yao Qi <yao@codesourcery.com>
19035
19036 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
19037 Invoke test. Restart GDB with --readnow and invoke test again.
19038
c3b7b696
YQ
190392014-09-19 Yao Qi <yao@codesourcery.com>
19040
19041 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
19042 proc set_breakpoint_on_gcd_function. Invoke
19043 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
19044 invoke set_breakpoint_on_gcd_function again.
19045
2b4fd423
DE
190462014-09-18 Doug Evans <dje@google.com>
19047
19048 * gdb.dwarf2/symtab-producer.exp: New file.
19049
a5947601
SDJ
190502014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19051
19052 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
19053 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
19054 * gdb.base/global-var-nested-by-dso.c: Likewise.
19055 * gdb.base/global-var-nested-by-dso.exp: Likewise.
19056
91c19059
SDJ
190572014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19058 Pedro Alves <palves@redhat.com>
19059
19060 * gdb.base/watch-bitfields.exp: Pass string other than test file
19061 name to prepare_for_testing.
19062 (watch): New procedure.
19063 (expect_watchpoint): Use with_test_prefix.
19064 (top level): Factor out tests to ...
19065 (test_watch_location, test_regular_watch): ... these new
19066 procedures, and use with_test_prefix and gdb_continue_to_end.
19067
bb9d5f81
PP
190682014-09-16 Patrick Palka <patrick@parcs.ath.cx>
19069
19070 PR breakpoints/12526
19071 * gdb.base/watch-bitfields.exp: New file.
19072 * gdb.base/watch-bitfields.c: New file.
19073
635856f5
PA
190742014-09-16 Pedro Alves <palves@redhat.com>
19075
19076 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
19077 software and hardware addresses, not software address against
19078 itself.
19079
7280ceea
PA
190802014-09-16 Pedro Alves <palves@redhat.com>
19081
19082 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
19083 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
19084
428b16bd
PA
190852014-09-16 Pedro Alves <palves@redhat.com>
19086
19087 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
19088 files.
19089 * gdb.base/a2-run.exp: Remove all code guarded by istarget
19090 "*-*-vxworks*" throughout.
19091 * gdb.base/break.exp: Likewise.
19092 * gdb.base/default.exp: Likewise.
19093 * gdb.base/scope.exp: Likewise.
19094 * gdb.base/sepdebug.exp: Likewise.
19095 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
19096 throughout.
19097 * gdb.base/run.c: Likewise.
19098 * gdb.base/sepdebug.c: Likewise.
19099 * gdb.hp/gdb.aCC/run.c: Likewise.
19100 * gdb.reverse/until-reverse.c: Likewise.
19101 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
19102
666d413c
YQ
191032014-09-16 Yao Qi <yao@codesourcery.com>
19104
19105 * boards/local-remote-host-native.exp: New file.
19106
57cbd724
DE
191072014-09-14 Doug Evans <xdje42@gmail.com>
19108
19109 * gdb.threads/queue-signal.c (thread_count): New variable.
19110 (thread_count_mutex, thread_count_condvar): New variables.
19111 (incr_thread_count, wait_all_threads_running): New functions.
19112 (main): Wait for all threads to be in their thread functions.
19113
81219e53
DE
191142014-09-13 Doug Evans <xdje42@gmail.com>
19115
19116 * gdb.threads/queue-signal.c: New file.
19117 * gdb.threads/queue-signal.exp: New file.
19118
3714cea7
DE
191192014-09-13 Doug Evans <xdje42@gmail.com>
19120
19121 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
19122 be consistent with what default_gdb_init uses.
19123 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
19124 the plain text of the prompt. Add some logging printfs.
19125 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
19126
fa43b1d7
PA
191272014-09-12 Pedro Alves <palves@redhat.com>
19128
19129 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
19130 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
19131 * gdb.arch/i386-size-overlap.exp: Likewise.
19132 * gdb.arch/i386-size.exp: Likewise.
19133 * gdb.arch/i386-unwind.exp: Likewise.
19134 * gdb.base/a2-run.exp: Likewise.
19135 * gdb.base/break.exp: Likewise.
19136 * gdb.base/charset.exp: Likewise.
19137 * gdb.base/chng-syms.exp: Likewise.
19138 * gdb.base/commands.exp: Likewise.
19139 * gdb.base/dbx.exp: Likewise.
19140 * gdb.base/find.exp: Likewise.
19141 * gdb.base/funcargs.exp: Likewise.
19142 * gdb.base/jit-simple.exp: Likewise.
19143 * gdb.base/reread.exp: Likewise.
19144 * gdb.base/sepdebug.exp: Likewise.
19145 * gdb.base/step-bt.exp: Likewise.
19146 * gdb.cp/mb-inline.exp: Likewise.
19147 * gdb.cp/mb-templates.exp: Likewise.
19148 * gdb.objc/basicclass.exp: Likewise.
19149 * gdb.threads/killed.exp: Likewise.
19150
9d9bf2df
EBM
191512014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19152
19153 PR tdep/17379
19154 * gdb.arch/powerpc-stackless.S: New file.
19155 * gdb.arch/powerpc-stackless.exp: New file.
19156
1cf2f1b0
JK
191572014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19158
19159 * gdb.base/attach.c: Include unistd.h.
19160 (main): Call alarm. Add label postloop.
19161 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19162 gdb_breakpoint, gdb_continue_to_breakpoint.
19163 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19164
98880d46
PA
191652014-09-11 Pedro Alves <palves@redhat.com>
19166
19167 PR gdb/17347
19168 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19169 * gdb.base/attach.exp (test_command_line_attach_run): New
19170 procedure.
19171 (top level): Call it.
19172
4c92ff2c
PA
191732014-09-11 Pedro Alves <palves@redhat.com>
19174
19175 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19176 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19177 (do_command_attach_tests): Use spawn_wait_for_attach.
19178 * gdb.base/solib-overlap.exp: Likewise.
19179 * gdb.multi/multi-attach.exp: Likewise.
19180 * gdb.python/py-prompt.exp: Likewise.
19181 * gdb.python/py-sync-interp.exp: Likewise.
19182 * gdb.server/ext-attach.exp: Likewise.
19183
3adc1a7d
GKB
191842014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19185
19186 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19187 command in testcase. Simplify testcase.
19188
96334934
JB
191892014-09-10 Joel Brobecker <brobecker@adacore.com>
19190
19191 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19192
eb479039
JB
191932014-09-10 Joel Brobecker <brobecker@adacore.com>
19194
19195 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19196
deede10c
JB
191972014-09-10 Joel Brobecker <brobecker@adacore.com>
19198
19199 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19200
7828a5f5
JB
192012014-09-10 Joel Brobecker <brobecker@adacore.com>
19202
19203 * gdb.dwarf2/dynarr-ptr.c: New file.
19204 * gdb.dwarf2/dynarr-ptr.exp: New file.
19205
33aeebcf
MR
192062014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19207
19208 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19209 of 30 rather than hardcoding 120 for a slow test case. Take the
19210 `gdb,timeout' target setting into account for this calculation.
19211 Don't extend the timeout for the test cases that don't need it.
19212
7b415901
MR
192132014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19214
19215 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19216 a factor of 2 for a slow test case. Take the `gdb,timeout'
19217 target setting into account for this calculation.
19218 * gdb.reverse/until-precsave.exp: Increase the timeout by
19219 a factor of 15 and 3 respectively rather than adding 120
19220 for a pair of slow test cases. Take the `gdb,timeout'
19221 target setting into account for this calculation.
19222
4a40f85a
MR
192232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19224
19225 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19226 timeout, don't pass one down to gdb_expect.
19227 (gdb_expect): Rework timeout selection.
19228
09635af7
MR
192292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19230
19231 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19232 exception on timeout.
19233 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19234 (gdbserver_start_extended): Catch any `gdbserver_start' error
19235 exceptions.
19236 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19237 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19238 `gdbserver_gdb_load' error exceptions.
19239
2bdd10b7
MR
192402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19241
19242 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19243 120 on waiting for the TCP socket to open.
19244
316935f0
DE
192452014-09-09 Doug Evans <xdje42@gmail.com>
19246
19247 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19248 _caller_matches, _any_caller_is, _any_caller_matches.
19249
83740597
DE
192502014-09-09 Doug Evans <xdje42@gmail.com>
19251
19252 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19253
4c122fc3
YQ
192542014-09-09 Yao Qi <yao@codesourcery.com>
19255
19256 * gdb.mi/mi-var-display.exp: Set print symbol off.
19257
a9f116cb
GKB
192582014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19259
19260 PR gdb/17035
19261 * gdb.base/commands.exp: Add tests to verify user-defined
19262 commands with empty bodies.
19263 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19264 python commands in `show user command`.
19265 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19266 scheme commands in `show user command`.
19267
c75bd3a2
JK
192682014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19269
19270 PR python/17355
19271 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19272 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19273 * gdb.python/py-framefilter-invalidarg.exp: New file.
19274 * gdb.python/py-framefilter-invalidarg.py: New file.
19275
faa42425
DE
192762014-09-06 Doug Evans <xdje42@gmail.com>
19277
19278 PR 15276
19279 * gdb.python/py-caller-is.c: New file.
19280 * gdb.python/py-caller-is.exp: New file.
19281
474ca4f6
SDJ
192822014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19283
19284 PR gdb/17235
19285 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19286 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19287
eb0b0463
SDJ
192882014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19289
19290 PR fortran/17237
19291 * gdb.fortran/print-formatted.exp: New file.
19292 * gdb.fortran/print-formatted.f90: Likewise.
19293
5f3b99cf
SS
192942014-09-03 Sasha Smundak <asmundak@google.com>
19295
19296 * gdb.python/py-frame.exp: Test Frame.read_register.
19297
7d793aa9
SDJ
192982014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19299
19300 PR python/16699
19301 * gdb.python/py-completion.exp: New file.
19302 * gdb.python/py-completion.py: Likewise.
19303
fb0576e9
DE
193042014-08-28 Doug Evans <dje@google.com>
19305
19306 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19307 eax,etc. are live with values set by gdb and thus the compiler can't
19308 use them.
19309 * gdb.arch/i386-pseudo.c (main): Ditto.
19310
ee92b0dd
DE
193112014-08-27 Doug Evans <dje@google.com>
19312
19313 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19314
6649db35
DE
193152014-08-25 Doug Evans <dje@google.com>
19316
19317 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19318 (main): Ditto.
19319
564b7600
DE
193202014-08-25 Doug Evans <dje@google.com>
19321
19322 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19323
3881fb67
YQ
193242014-08-24 Yao Qi <yao@codesourcery.com>
19325
19326 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19327 symbol off.
19328 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19329
a05a36a5
DE
193302014-08-22 Doug Evans <dje@google.com>
19331
19332 PR 17276
19333 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19334 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19335 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19336
7c343b48
YQ
193372014-08-22 Yao Qi <yao@codesourcery.com>
19338
19339 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19340 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19341 * gdb.python/python.exp: Likewise. Use .py file on the host
19342 instead of the build.
19343
22fd09ae
JK
193442014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19345
19346 * gdb.threads/gcore-stale-thread.c: New file.
19347 * gdb.threads/gcore-stale-thread.exp: New file.
19348
a8454a7c
PA
193492014-08-21 Pedro Alves <palves@redhat.com>
19350
19351 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19352 * gdb.base/gcore-relro-pie.exp: Likewise.
19353 * gdb.base/gcore-relro.exp: Likewise.
19354 * gdb.base/gcore.exp: Likewise.
19355 * gdb.base/print-symbol-loading.exp: Likewise.
19356 * gdb.threads/gcore-thread.exp: Likewise.
19357 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19358
2a31c623
PA
193592014-08-20 Pedro Alves <palves@redhat.com>
19360 Jan Kratochvil <jan.kratochvil@redhat.com>
19361
19362 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19363 configure.
19364 (EXPECT): Handle READ1 being set.
19365 (all): Depend on EXTRA_RULES.
19366 (check-read1, expect-read1, read1.so, read1): New rules.
19367 * README (Testsuite Parameters): Document the READ1 make variable.
19368 (Race detection): New section.
19369 * configure: Regenerate.
19370 * configure.ac: If build==host==target, and running under a
19371 GNU/glibc system, add read1 to the extra Makefile rules.
19372 (EXTRA_RULES): AC_SUBST it.
19373 * lib/read1.c: New file.
19374
d36430db
JB
193752014-08-20 Joel Brobecker <brobecker@adacore.com>
19376
19377 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19378 the handling of variables declared as a typedef to an array
19379 which a DW_AT_data_location attribute.
19380
9a0dc9e3
PA
193812014-08-19 Andrew Burgess <aburgess@broadcom.com>
19382 Pedro Alves <palves@redhat.com>
19383
19384 PR symtab/14604
19385 PR symtab/14605
19386 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19387 gdb_test.
19388
0718a8da
PA
193892014-08-19 Pedro Alves <palves@redhat.com>
19390
19391 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19392
13b448cd
YQ
193932014-08-19 Yao Qi <yao@codesourcery.com>
19394
19395 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19396 right line.
19397
1cbf5077
DB
193982014-08-18 David Blaikie <dblaikie@gmail.com>
19399
19400 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19401
bf0fae19
JB
194022014-08-18 Joel Brobecker <brobecker@adacore.com>
19403
19404 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19405 attribute in array range.
19406
3c8c5dcc
JB
194072014-08-18 Joel Brobecker <brobecker@adacore.com>
19408
19409 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19410
e66d4446
SC
194112014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19412
19413 PR c++/17132
19414 * gdb.cp/pr17132.cc: New file.
19415 * gdb.cp/pr17132.exp: New file.
19416
940df408
SC
194172014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19418
19419 * gdb.python/py-xmethods.py (A_getarrayind)
19420 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19421 Use 'print' with function call syntax.
19422 (E_method_matcher.match): Fix tab vs space indentation mixup.
19423
ebcc6c3a
YQ
194242014-08-15 Yao Qi <yao@codesourcery.com>
19425
19426 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19427 false.
19428
775e0f04
YQ
194292014-08-15 Yao Qi <yao@codesourcery.com>
19430
19431 * gdb.cp/casts.exp: Set print symbol off.
19432 * gdb.cp/class2.exp: Likewise.
19433 * gdb.cp/overload.exp: Likewise.
19434 * gdb.cp/templates.exp: Likewise.
19435
d769e349
DE
194362014-08-11 Doug Evans <dje@google.com>
19437
19438 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19439 (test_load_shlib): Update.
19440
20c6f1e1
YQ
194412014-08-09 Yao Qi <yao@codesourcery.com>
19442
19443 * gdb.base/display.exp: Invoke is_address_zero_readable.
19444 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19445 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19446 * gdb.base/hbreak-unmapped.exp: Return if
19447 is_address_zero_readable returns true.
19448 * gdb.base/signest.exp: Likewise.
19449 * gdb.base/signull.exp: Likewise.
19450 * gdb.base/sigbpt.exp: Likewise.
19451 * gdb.guile/scm-disasm.exp: Do the test if
19452 is_address_zero_readable returns false.
19453 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19454 * gdb.python/py-arch.exp: Likewise.
19455 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19456 * lib/gdb.exp (is_address_zero_readable): New proc.
19457
5792e8e3
YQ
194582014-08-09 Yao Qi <yao@codesourcery.com>
19459
19460 PR testsuite/13443
19461 * gdb.mi/mi-var-display.exp: Make test messages unique.
19462
3cecbbbe
TT
194632014-08-04 Tom Tromey <tromey@redhat.com>
19464
19465 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19466 target 0".
19467
00b51ff5
TT
194682014-08-04 Tom Tromey <tromey@redhat.com>
19469
19470 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19471 "target_resume".
19472
6908c509
JB
194732014-08-01 Joel Brobecker <brobecker@adacore.com>
19474
19475 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19476 inner_vla_struct_object_size.
19477 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19478 as xfail.
19479
cc6563d2
PA
194802014-07-30 Pedro Alves <palves@redhat.com>
19481
19482 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19483 comment.
19484
7e09a223
YQ
194852014-07-29 Yao Qi <yao@codesourcery.com>
19486
19487 PR gdb/17206
19488 * gdb.base/until-nodebug.exp: New.
19489
7ebdbe92
DE
194902014-07-28 Doug Evans <xdje42@gmail.com>
19491
19492 PR guile/17203
19493 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19494 previously existing parameter, and previously ambiguously spelled
19495 parameter.
19496
fdb1adc6
WN
194972014-07-28 Will Newton <will.newton@linaro.org>
19498
19499 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19500
186fcde0
DE
195012014-07-26 Ludovic Courtès <ludo@gnu.org>
19502 Doug Evans <xdje42@gmail.com>
19503
19504 PR guile/17146
19505 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19506
70509625
PA
195072014-07-25 Pedro Alves <palves@redhat.com>
19508
19509 * gdb.threads/signal-command-handle-nopass.c: New file.
19510 * gdb.threads/signal-command-handle-nopass.exp: New file.
19511 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19512 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19513 * gdb.threads/signal-delivered-right-thread.c: New file.
19514 * gdb.threads/signal-delivered-right-thread.exp: New file.
19515
c3f814a1
PA
195162014-07-25 Pedro Alves <palves@redhat.com>
19517
19518 * gdb.base/double-prompt-target-event-error.exp
19519 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19520 match.
19521 (cancel_pagination_in_target_event): Rework double prompt
19522 detection.
19523 * gdb.base/paginate-after-ctrl-c-running.exp
19524 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19525 <return>' match.
19526 * gdb.base/paginate-bg-execution.exp
19527 (test_bg_execution_pagination_return)
19528 (test_bg_execution_pagination_cancel): Remove '-notransfer
19529 <return>' matches.
19530 * gdb.base/paginate-execution-startup.exp
19531 (test_fg_execution_pagination_return)
19532 (test_fg_execution_pagination_cancel): Remove '-notransfer
19533 <return>' matches.
19534 * gdb.base/paginate-inferior-exit.exp
19535 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19536 match.
19537 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19538 * lib/gdb.exp (pagination_prompt): Run text through
19539 string_to_regexp.
19540 (gdb_test_multiple): Match $pagination_prompt instead of
19541 "<return>".
19542 (string_to_regexp): Move to lib/gdb-utils.exp.
19543
e214cf6c
JK
195442014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19545
19546 * gdb.arch/amd64-entry-value-paramref.S: New file.
19547 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19548 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19549 * gdb.arch/amd64-optimout-repeat.S: New file.
19550 * gdb.arch/amd64-optimout-repeat.c: New file.
19551 * gdb.arch/amd64-optimout-repeat.exp: New file.
19552
17d0c5c8
JK
195532014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19554
19555 PR gdb/17170
19556 * gdb.base/statistics.exp: New file.
19557
b8b8facf
DE
195582014-07-17 Doug Evans <dje@google.com>
19559
74b49205 19560 PR gdb/17170
b8b8facf
DE
19561 * gdb.base/maint.exp: Update testing of per-command stats.
19562
1b5d0ab3
PA
195632014-07-16 Pedro Alves <palves@redhat.com>
19564
19565 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19566 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19567 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19568 (tfile_write_buf): New functions.
19569 (add_memory_block): Rewrite using the above.
19570 (adjust_function_address): New function.
19571 (FUNCTION_ADDRESS): New macro.
19572 (write_basic_trace_file): Remove short_x local, and use
19573 tfile_write_16. Change type of func_addr local to unsigned long
19574 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19575 here. Cast argument of add_memory_block to char pointer.
19576 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19577 (main): Remove parameters.
19578 * gdb.trace/tfile.exp: Remove nowarnings.
19579
4d974e88
SM
195802014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19581
19582 * gdb.base/debug-expr.exp: Test string evaluation with
19583 "debug expression" on.
19584
41e99568
PA
195852014-07-15 Pedro Alves <palves@redhat.com>
19586
19587 * gdb.base/reread.exp: Use clean_restart.
19588
487d9753
PL
195892014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19590
19591 * gdb.arch/avr-flash-qualifer.c: New.
19592 * gdb.arch/avr-flash-qualifer.exp: New.
19593
cc1c52ad
PA
195942014-07-14 Pedro Alves <palves@redhat.com>
19595
19596 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19597 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19598
1e973570
PA
195992014-07-14 Pedro Alves <palves@redhat.com>
19600
19601 * gdb.base/double-prompt-target-event-error.c: New file.
19602 * gdb.base/double-prompt-target-event-error.exp: New file.
19603
93d6eb10
PA
196042014-07-14 Pedro Alves <palves@redhat.com>
19605
19606 PR gdb/17072
19607 * gdb.base/paginate-inferior-exit.c: New file.
19608 * gdb.base/paginate-inferior-exit.exp: New file.
19609
0017922d
PA
196102014-07-14 Pedro Alves <palves@redhat.com>
19611
19612 PR gdb/17072
19613 * gdb.base/paginate-bg-execution.c: New file.
19614 * gdb.base/paginate-bg-execution.exp: New file.
19615
94696ad3
PA
196162014-07-14 Pedro Alves <palves@redhat.com>
19617
19618 PR gdb/17072
19619 * gdb.base/paginate-execution-startup.c: New file.
19620 * gdb.base/paginate-execution-startup.exp: New file.
19621 * lib/gdb.exp (pagination_prompt): New global.
19622 (default_gdb_spawn): New procedure, factored out from
19623 default_gdb_spawn.
19624 (default_gdb_start): Adjust to call default_gdb_spawn.
19625 (gdb_spawn): New procedure.
19626
bd293940
PA
196272014-07-14 Pedro Alves <palves@redhat.com>
19628
19629 * lib/gdb.exp (gdb_assert): New procedure.
19630 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19631
c933f875
PA
196322014-07-14 Pedro Alves <palves@redhat.com>
19633
19634 * gdb.base/execution-termios.c: New file.
19635 * gdb.base/execution-termios.exp: New file.
19636
d98b7a16
TT
196372014-07-14 Tom Tromey <tromey@redhat.com>
19638
19639 * gdb.cp/vla-cxx.cc: New file.
19640 * gdb.cp/vla-cxx.exp: New file.
19641
548740d6
TT
196422014-07-14 Tom Tromey <tromey@redhat.com>
19643
19644 * gdb.reverse/rerun-prec.c: New file.
19645 * gdb.reverse/rerun-prec.exp: New file.
19646
a25eb028
MR
196472014-07-12 Maciej W. Rozycki <macro@mips.com>
19648 Maciej W. Rozycki <macro@codesourcery.com>
19649
19650 * lib/gdb-utils.exp: New file.
19651 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19652 inline `gdb_init_command' processing.
19653 (gdb_start_cmd): Likewise.
19654 * lib/mi-support.exp (mi_run_cmd): Likewise.
19655 * README: Document `gdb_init_command' and `gdb_init_commands'.
19656
218c2655
JK
196572014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19658
19659 Fix false FAIL running under a very long directory name.
19660 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19661 and "set print elements 10000". Twice.
19662
5401fde3
YQ
196632014-07-11 Yao Qi <yao@codesourcery.com>
19664
19665 * gdb.base/exprs.exp: "set print symbol off".
19666
e76126e8
PA
196672014-07-11 Pedro Alves <palves@redhat.com>
19668
19669 * gdb.threads/kill.c: New file.
19670 * gdb.threads/kill.exp: New file.
19671
2d6f0de6
YQ
196722014-07-10 Yao Qi <yao@codesourcery.com>
19673
19674 * gdb.trace/tfile.c (write_basic_trace_file)
19675 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19676 address written to trace file.
19677
7180e04a
PA
196782014-07-09 Pedro Alves <palves@redhat.com>
19679
19680 * gdb.base/attach-wait-input.exp: New file.
19681 * gdb.base/attach-wait-input.c: New file.
19682
9a9a7608
AB
196832014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19684
19685 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19686 setting up test structures.
19687 (main): Call new test function.
19688 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19689 test function, continue into test function and walk test
19690 structures.
19691
161ac41e
YQ
196922014-07-02 Yao Qi <yao@codesourcery.com>
19693
19694 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19695 'bar_start' at the beginning of functions 'foo' and 'bar'
19696 respectively.
19697 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19698 instead of 'foo' and 'bar'.
19699
1f267ae3
MM
197002014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19701
19702 * gdb.btrace/segv.exp: New.
19703 * gdb.btrace/segv.c: New.
19704
2b239efb
LM
197052014-07-02 Luis Machado <lgustavo@codesourcery.com>
19706
19707 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19708 instruction.
19709
cf363f18
MW
197102014-06-30 Mark Wielaard <mjw@redhat.com>
19711
19712 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19713 vulture, vilify, villar): New volatile array constants.
19714 (vindictive, vegetation): New const volatile array constants.
19715 * gdb.base/volatile.exp: Test volatile and const volatile array
19716 types.
19717
aebf9d24
AA
197182014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19719
19720 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19721 target lacks support for awatch, rwatch, or hbreak.
19722
b67a2c6f
YQ
197232014-06-27 Yao Qi <yao@codesourcery.com>
19724
19725 * gdb.multi/dummy-frame-restore.exp: New.
19726 * gdb.multi/dummy-frame-restore.c: New.
19727
aef92902
MM
197282014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19729
19730 * gdb.btrace/gcore.exp: New.
19731
8e9db26e
PA
197322014-06-23 Pedro Alves <palves@redhat.com>
19733
19734 * gdb.base/watchpoint-reuse-slot.c: New file.
19735 * gdb.base/watchpoint-reuse-slot.exp: New file.
19736
70afc5b7
SC
197372014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19738
19739 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19740 progspace's filename in 'info', 'enable' and 'disable' command
19741 tests.
19742
b972bd9c
JK
197432014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19744
19745 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19746 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19747 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19748
125f8a3d
GB
197492014-06-20 Gary Benson <gbenson@redhat.com>
19750
19751 * gdb.arch/i386-avx.exp: Fix include file location.
19752 * gdb.arch/i386-sse.exp: Likewise.
19753
3ed9baed
IB
197542014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19755
19756 * gdb.dlang/expression.exp: New file.
19757
034f788c
PA
197582014-06-19 Pedro Alves <palves@redhat.com>
19759
19760 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19761 out from ...
19762 (top level): ... here. Iterate running tests under different
19763 scheduler-locking settings.
19764
45371d0c
LM
197652014-06-18 Luis Machado <lgustavo@codesourcery.com>
19766
19767 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19768 to DW_FORM_addr and use non-zero addresses.
19769
5d376983
SC
197702014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19771
19772 PR gdb/17017
19773 * gdb.python/py-xmethods.cc: Add global function call counters and
19774 increment them in their respective functions. Remove "cout"
19775 statements.
19776 * gdb.python/py-xmethods.exp: Make tests check the global function
19777 call counters instead of depending on inferior IO.
19778
a1aa2221
LM
197792014-06-18 Don Breazeal <donb@codesourcery.com>
19780
19781 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19782 Deleted procedure.
19783 (explicit_fork_parent_follow): Deleted procedure.
19784 (explicit_fork_child_follow): Deleted procedure.
19785 (test_follow_fork): New procedure.
19786 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 19787 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
19788 procedure calls.
19789
0fc05997
YQ
197902014-06-17 Yao Qi <yao@codesourcery.com>
19791
19792 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19793 CP1252.
19794
70795c52
LM
197952014-06-17 Luis Machado <lgustavo@codesourcery.com>
19796
19797 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19798 Initialize ptr and S explicitly.
19799 (skip_type_update_when_not_use_rtti_test): Likewise.
19800
6be47f0c
KS
198012014-06-16 Keith Seitz <keiths@redhat.com>
19802
19803 PR mi/15863
19804 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19805 the inferior is started.
19806
d03de421
PA
198072014-06-16 Pedro Alves <palves@redhat.com>
19808
19809 * gdb.base/break-main-file-remove-fail.c: New file.
19810 * gdb.base/break-main-file-remove-fail.exp: New file.
19811 * gdb.base/break-unload-file.exp: Use build_executable instead of
19812 prepare_for_testing.
19813 (test_break): New parameter "initial_load". Handle it.
19814 (top level): Add initial_load cmdline/file axis.
19815
f9579b99
TT
198162014-06-12 Tom Tromey <tromey@redhat.com>
19817
19818 * gdb.base/completion.exp: Don't use directory name in test.
19819
3657956b
GB
198202014-06-09 Gary Benson <gbenson@redhat.com>
19821
19822 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19823 separate the always-available ANSI-standard signals from the
19824 signals that require checking.
19825 (main): Likewise.
19826 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19827 Likewise.
19828 (main): Likewise.
19829
4186eb54
KS
198302014-06-07 Keith Seitz <keiths@redhat.com>
19831
19832 Revert:
19833 PR c++/16253
19834 * gdb.cp/var-tag.cc: New file.
19835 * gdb.cp/var-tag.exp: New file.
19836 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19837 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19838 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19839 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19840
25326a28 198412014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
19842
19843 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19844
829155c9
PA
198452014-06-06 Pedro Alves <palves@redhat.com>
19846
19847 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19848 in target debug output instead of looking at RSP packets,
19849 disabling the test on any target that uses hardware stepping.
19850 Update comments.
19851
61c8d22e
PA
198522014-06-06 Pedro Alves <palves@redhat.com>
19853
19854 * gdb.base/break-unload-file.exp: Fix typo.
19855
d9a47287
YQ
198562014-06-06 Yao Qi <yao@codesourcery.com>
19857
19858 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19859 from "jit_function" to "^jit_function".
19860
e5e01dbf
YQ
198612014-06-06 Yao Qi <yao@codesourcery.com>
19862
19863 * gdb.base/async.c (foo): Add one statement.
19864 * gdb.base/async.exp: Get the next instruction address and
19865 match the output of "nexti" by instruction address. Match
19866 the hex address in the output of "finish".
19867
73ba372c
GB
198682014-06-06 Gary Benson <gbenson@redhat.com>
19869
19870 * gdb.base/call-signals.c: Remove preprocessor conditionals
19871 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19872 SIGSEGV and SIGTERM.
19873 * gdb.base/sigall.c: Likewise.
19874 * gdb.base/unwindonsignal.c: Likewise.
19875 * gdb.reverse/sigall-reverse.c: Likewise.
19876
831517df
YQ
198772014-06-06 Yao Qi <yao@codesourcery.com>
19878
19879 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19880 readable, skip the test.
19881
b8b91e98
YQ
198822014-06-06 Yao Qi <yao@codesourcery.com>
19883
19884 * gdb.threads/staticthreads.c (thread_function): Move the line
19885 setting breakpoint on forward.
19886 * gdb.threads/staticthreads.exp: Update comments.
19887
fb934770
LC
198882014-06-05 Ludovic Courtès <ludo@gnu.org>
19889
19890 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19891 "history-append! type error".
19892
6ef284bd
SM
198932014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19894
19895 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19896 erroneous dprintf expected input.
19897
a872e241
DE
198982014-06-04 Doug Evans <xdje42@gmail.com>
19899
19900 * gdb.guile/scm-generics.exp: Delete.
19901
16f691fb
DE
199022014-06-04 Doug Evans <xdje42@gmail.com>
19903
19904 * gdb.guile/scm-breakpoint.exp: Update.
19905 Add tests for breakpoint registration.
19906
012370f6
TT
199072014-06-04 Tom Tromey <tromey@redhat.com>
19908
19909 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19910 VLA-in-union.
19911 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19912 inner_vla_struct, vla_union types. Initialize objects of those
19913 types and compute their sizes.
19914
9f5a4cef
HZ
199152014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19916 Hui Zhu <hui@codesourcery.com>
19917
19918 * gdb.base/fileio.exp: Add test for shell not available as well as
19919 available.
19920 * gdb.base/fileio.c (test_system): Check for shell twice.
19921
90a45c4d
YQ
199222014-06-04 Yao Qi <yao@codesourcery.com>
19923
19924 * gdb.base/auto-connect-native-target.exp: Remove redundant
19925 space from the regexp pattern.
19926
70017e41
YQ
199272014-06-04 Yao Qi <yao@codesourcery.com>
19928
19929 * gdb.base/default.exp: Replace "child" with "native" in
19930 regexp pattern.
19931
883964a7
SC
199322014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19933
19934 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19935 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19936 * gdb.python/py-xmethods.py: Python script supporting the
19937 new testcase and tests.
19938
ef370185
JB
199392014-06-03 Joel Brobecker <brobecker@adacore.com>
19940 Pedro Alves <palves@redhat.com>
19941
19942 PR breakpoints/17000
19943 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19944 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19945
1e2ccb61
BM
199462014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19947
19948 * gdb.base/subst.exp: Add tests to verify partial path matching
19949 output.
19950
c6ec5ab2
PA
199512014-06-03 Pedro Alves <palves@redhat.com>
19952
19953 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19954 target that doesn't use software single-stepping.
19955
835c559f
PA
199562014-06-03 Pedro Alves <palves@redhat.com>
19957
19958 PR breakpoints/17000
19959 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19960 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19961
06eb1586
DE
199622014-06-02 Doug Evans <xdje42@gmail.com>
19963
19964 * gdb.guile/scm-parameter.exp: New file.
19965
e698b8c4
DE
199662014-06-02 Doug Evans <xdje42@gmail.com>
19967
19968 * gdb.guile/scm-cmd.c: New file.
19969 * gdb.guile/scm-cmd.exp: New file.
19970
ded03782
DE
199712014-06-02 Doug Evans <xdje42@gmail.com>
19972
19973 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19974 pretty-printer lookup.
19975 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19976 (make-pp_s-printer): Call it.
19977 (make-pretty-printer-from-dict): New function.
19978 (lookup-pretty-printer-maker-from-dict): New function.
19979 (*pretty-printer*): Simplify.
19980 (make-objfile-pp_s-printer): New function.
19981 (install-objfile-pretty-printers!): New function.
19982 (make-progspace-pp_s-printer): New function.
19983 (install-progspace-pretty-printers!): New function.
19984 * gdb.guile/scm-progspace.c: New file.
19985 * gdb.guile/scm-progspace.exp: New file.
19986
41fac0cf
PA
199872014-06-02 Pedro Alves <palves@redhat.com>
19988
19989 * gdb.base/dprintf-bp-same-addr.c: New file.
19990 * gdb.base/dprintf-bp-same-addr.exp: New file.
19991
96ae5695
EBM
199922014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19993
19994 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19995 * gdb.arch/powerpc-power.s: Likewise.
19996
da02b3a8
JB
199972014-06-02 Joel Brobecker <brobecker@adacore.com>
19998
19999 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
20000
c72b2e7b
YQ
200012014-06-01 Yao Qi <yao@codesourcery.com>
20002
20003 * gdb.base/watchpoint.exp (test_watch_location): Check null
20004 pointer can be dereferenced. If not, do the test, otherwise
20005 skip it.
20006
53e8a631
AB
200072014-05-30 Andrew Burgess <aburgess@broadcom.com>
20008
20009 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
20010 results.
20011 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
20012
938f0e2f
AB
200132014-05-30 Andrew Burgess <aburgess@broadcom.com>
20014
20015 * gdb.arch/amd64-invalid-stack-middle.S: New file.
20016 * gdb.arch/amd64-invalid-stack-middle.c: New file.
20017 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
20018 * gdb.arch/amd64-invalid-stack-top.c: New file.
20019 * gdb.arch/amd64-invalid-stack-top.exp: New file.
20020
9ba6657a
PA
200212014-05-30 Pedro Alves <palves@redhat.com>
20022
20023 PR breakpoints/17000
20024 * gdb.base/sss-bp-on-user-bp.c: New file.
20025 * gdb.base/sss-bp-on-user-bp.exp: New file.
20026
522c09bf
DB
200272014-05-30 David Blaikie <dblaikie@gmail.com>
20028
20029 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
20030 gnu_inline semantics via attribute.
20031 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
20032 source explicitly specifies the required semantics.
20033
bf4ef81e
MR
200342014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
20035
20036 * gdb.reverse/sigall-reverse.exp: Fix a typo.
20037
329ea579
PA
200382014-05-29 Pedro Alves <palves@redhat.com>
20039 Tom Tromey <tromey@redhat.com>
20040
20041 * gdb.base/async-shell.exp: Don't enable target-async.
20042 * gdb.base/async.exp
20043 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
20044 parameter. Adjust.
20045 (top level): Don't test with "target-async".
20046 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
20047 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
20048 * gdb.base/inferior-died.exp: Don't enable target-async.
20049 * gdb.base/interrupt-noterm.exp: Likewise.
20050 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
20051 * gdb.mi/mi-nonstop-exit.exp: Likewise.
20052 * gdb.mi/mi-nonstop.exp: Likewise.
20053 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
20054 * gdb.mi/mi-nsintrall.exp: Likewise.
20055 * gdb.mi/mi-nsmoribund.exp: Likewise.
20056 * gdb.mi/mi-nsthrexec.exp: Likewise.
20057 * gdb.mi/mi-watch-nonstop.exp: Likewise.
20058 * gdb.multi/watchpoint-multi.exp: Adjust comment.
20059 * gdb.python/py-evsignal.exp: Don't enable target-async.
20060 * gdb.python/py-evthreads.exp: Likewise.
20061 * gdb.python/py-prompt.exp: Likewise.
20062 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
20063 * gdb.server/solib-list.exp: Don't enable target-async.
20064 * gdb.threads/thread-specific-bp.exp: Likewise.
20065 * lib/mi-support.exp: Adjust to use mi-async.
20066
fd664c91
PA
200672014-05-29 Pedro Alves <palves@redhat.com>
20068
20069 PR gdb/13860
20070 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
20071 reason, even in sync mode.
20072
251bde03
PA
200732014-05-29 Pedro Alves <palves@redhat.com>
20074 Hui Zhu <hui@codesourcery.com>
20075
20076 PR PR15693
20077 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
20078 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
20079 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
20080 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
20081
7f3c0343
JB
200822014-05-28 Joel Brobecker <brobecker@adacore.com>
20083
20084 * config/monitor.exp (gdb_target_monitor): Replace use of
20085 "set remotebaud" by "set serial baud".
20086
b2715b27
AW
200872014-05-26 Andy Wingo <wingo@igalia.com>
20088
20089 * gdb.guile/scm-breakpoint.exp:
20090 * gdb.guile/scm-gsmob.exp: Update to use plain old object
20091 properties instead of gdb-object-properties.
20092
498a4489
YQ
200932014-05-26 Yao Qi <yao@codesourcery.com>
20094
20095 * gdb.server/no-thread-db.exp: Specify source file name
20096 explicitly when setting a breakpoint.
20097
589fdceb
MM
200982014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20099
20100 * gdb.btrace/vdso.c: New.
20101 * gdb.btrace/vdso.exp: New.
20102
e9089e05
MM
201032014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20104
20105 * gdb.base/gcore.exp (capture_command_output): Move ...
20106 * lib/gdb.exp (capture_command_output): ... here.
20107
67b5c0c1
MM
201082014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20109
20110 * gdb.btrace/data.exp: Test memory access during btrace replay.
20111
a2199296
SM
201122014-05-22 Simon Marchi <simon.marchi@ericsson.com>
20113
20114 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
20115
17b2616c
PA
201162014-05-21 Pedro Alves <palves@redhat.com>
20117
20118 PR gdb/13860
20119 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
20120 (top level): Test that output related to execution commands is
20121 sent to the console with CLI commands, but not with MI commands.
20122 Test that breakpoint events are always mirrored to the console.
20123 Also expect the new source line to be output after a "next" in
20124 async mode too. Make it a pass/fail test.
20125 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
20126 output.
20127 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
20128
5166082f
PA
201292014-05-21 Pedro Alves <palves@redhat.com>
20130
20131 * gdb.base/list.exp (build_pattern, test_list): New procedures.
20132 Use them to test variations of "list" after reaching a breakpoint.
20133 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
20134 Test "list" with listsize 10 after reaching a breakpoint.
20135 * gdb.python/python.exp (decode_line current location line
20136 number): Adjust expected line number.
20137
2f25d70f
SM
201382014-05-21 Simon Marchi <simon.marchi@ericsson.com>
20139
20140 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
20141 behavior for $args, pass it directly to "run".
20142
ff604a67
MR
201432014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
20144
20145 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
20146 30000 to 65536.
20147
6a3cb8e8
PA
201482014-05-21 Pedro Alves <palves@redhat.com>
20149
20150 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20151 auto-connect-native-target off".
20152 * gdb.base/auto-connect-native-target.c: New file.
20153 * gdb.base/auto-connect-native-target.exp: New file.
20154
4ebfc96e
PA
201552014-05-21 Pedro Alves <palves@redhat.com>
20156
20157 * gdb.base/default.exp: Test "target native" instead of "target
20158 child".
20159
36d46afb
MW
201602014-05-21 Mark Wielaard <mjw@redhat.com>
20161
20162 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20163
5876f503
JK
201642014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20165
20166 Fix TLS access for -static -pthread.
20167 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20168 <HAVE_TLS> (thread_function, main): Initialize it.
20169 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20170 Add clean_restart.
20171 <$have_tls != "">: Check TLSVAR.
20172
0256a6ac
PA
201732014-05-21 Pedro Alves <palves@redhat.com>
20174
20175 * gdb.base/dcache-line-read-error.c: New.
20176 * gdb.base/dcache-line-read-error.exp: New.
20177
936d2992
PA
201782014-05-20 Pedro Alves <palves@redhat.com>
20179
20180 * gdb.base/compare-sections.c: New file.
20181 * gdb.base/compare-sections.exp: New file.
20182
802e8e6d
PA
201832014-05-20 Pedro Alves <palves@redhat.com>
20184
20185 * gdb.base/break-idempotent.c: New file.
20186 * gdb.base/break-idempotent.exp: New file.
20187
e59fa00f
MM
201882014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20189
20190 * gdb.btrace/nohist.exp: New.
20191
8b696e31
YQ
201922014-05-20 Yao Qi <yao@codesourcery.com>
20193
20194 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20195 gdb.reverse directory and gdb_reverse_timeout exists in board
20196 setting.
20197 * README: Document gdb_reverse_timeout.
20198
73c9764f
YQ
201992014-05-20 Yao Qi <yao@codesourcery.com>
20200
20201 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20202 'test_file_name'. Treat args as a string instead of a list.
20203 (gdb_init): Rename argument 'args' by 'test_file_name'.
20204
f1f4348a
JK
202052014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20206
20207 * gdb.arch/powerpc-power.exp: New file.
20208 * gdb.arch/powerpc-power.s: New file.
20209
0dbe70ce
DE
202102014-05-16 Doug Evans <dje@google.com>
20211
20212 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
20213 * gdb.base/completion.exp: Check that all expected files exist
20214 before doing file completion.
0dbe70ce 20215
8d551b02
DE
202162014-05-16 Doug Evans <dje@google.com>
20217
20218 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20219 Update.
20220 (do_syscall_tests_without_xml): Update.
20221
73eb7709
PA
202222014-05-16 Pedro Alves <palves@redhat.com>
20223
20224 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20225 instead of "unknown output after running".
20226
3fae92fc
YQ
202272014-05-16 Yao Qi <yao@codesourcery.com>
20228
20229 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20230 file1.txt from host at the end.
20231 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20232
c2b2ccc5
DE
202332014-05-15 Doug Evans <dje@google.com>
20234
20235 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20236 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20237 loading file. Add test for TU lookup.
20238
8c217a4b
SM
202392014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20240
20241 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20242 calling "-exec-arguments" or "set args" before running the
20243 inferior.
20244
3deb39c6
SM
202452014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20246
20247 * lib/mi-support.exp (mi_expect_stop): Expect message for
20248 inferiors that exit with non-zero exit code.
20249
71a79f8c
YQ
202502014-05-14 Yao Qi <yao@codesourcery.com>
20251
20252 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20253 match absolute path on remote host.
20254 (test_file_list_exec_source_files): Remove "/" from the
20255 pattern.
20256
f23fcd46
YQ
202572014-05-14 Yao Qi <yao@codesourcery.com>
20258
20259 * boards/local-remote-host-notty.exp (${board}_file): New
20260 proc.
20261
9404b58f
KM
202622014-05-07 Kyle McMartin <kyle@redhat.com>
20263
20264 Pushed by Joel Brobecker <brobecker@adacore.com>.
20265 * gdb.arch/aarch64-atomic-inst.c: New file.
20266 * gdb.arch/aarch64-atomic-inst.exp: New file.
20267
5e45f04c
YQ
202682014-05-07 Yao Qi <yao@codesourcery.com>
20269
20270 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20271 in current context" too.
20272
c888a17d
KS
202732014-05-05 Keith Seitz <keiths@redhat.com>
20274
20275 * gdb.linespec/ls-dollar.exp: Add test for linespec
20276 file:convenience_variable.
20277
290a839c
YQ
202782014-05-05 Yao Qi <yao@codesourcery.com>
20279
20280 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20281 traceframes into tfile and ctf trace files. Read data from
20282 trace file and test collected data.
20283 (gdb_collect_locals_test): Likewise.
20284 (gdb_unavailable_registers_test): Likewise.
20285 (gdb_unavailable_floats): Likewise.
20286 (gdb_collect_globals_test): Likewise.
20287 (top-level): Append "ctf" to trace_file_targets if GDB
20288 supports.
20289
b5262cd0
YQ
202902014-05-05 Yao Qi <yao@codesourcery.com>
20291
20292 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20293 code to ...
20294 (gdb_collect_args_test_1): ... it. New proc.
20295 (gdb_collect_locals_test): Move some code to ...
20296 (gdb_collect_locals_test_1): ... it. New proc.
20297 (gdb_unavailable_registers_test): Move some code to ...
20298 (gdb_unavailable_registers_test_1): ... it. New proc.
20299 (gdb_unavailable_floats): Move some code to ...
20300 (gdb_unavailable_floats_1): ... it. New proc.
20301
30a1e6cc
SDJ
203022014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20303
20304 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20305 probes to test for bitness recognition.
20306 * gdb.arch/amd64-stap-optional-prefix.exp
20307 (test_probe_value_without_reg): New procedure.
20308 Add code to test for different kinds of bitness.
20309
f33da99a
SDJ
203102014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20311
20312 PR breakpoints/16889
20313 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20314 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20315
5b80f00d
PA
203162014-05-01 Pedro Alves <palves@redhat.com>
20317
20318 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20319 gdb_file_cmd if no file is specified.
20320 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20321 last_loaded_file to set the remote exec-file.
20322
f8c2a73c
PA
203232014-05-01 Pedro Alves <palves@redhat.com>
20324
20325 * boards/local-remote-host.exp: New file.
20326
be6e8ac7
PA
203272014-05-01 Pedro Alves <palves@redhat.com>
20328
20329 * boards/local-remote-host.exp: Rename to ...
20330 * boards/local-remote-host-notty.exp: ... this.
20331
cac0dc8f
JB
203322014-04-28 Joel Brobecker <brobecker@adacore.com>
20333
20334 * gdb.ada/dyn_arrayidx: New testcase.
20335
9730e6cc
YQ
203362014-04-26 Yao Qi <yao@codesourcery.com>
20337
20338 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20339 and compute the length of function main. Save it in
20340 $main_length.
20341 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20342 (top-level): Use gdb_compile to compile objects into
20343 executable and restart GDB. Remove invocation to
20344 prepare_for_testing.
20345
7ae1a6a6
PA
203462014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20347 Pedro Alves <palves@redhat.com>
20348
20349 PR server/16255
20350 * gdb.multi/multi-attach.c: New file.
20351 * gdb.multi/multi-attach.exp: New file.
20352
4082afcc
PA
203532014-04-25 Pedro Alves <palves@redhat.com>
20354
20355 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20356 user.
20357 (top level): Test that "set remote conditional-breakpoints-packet
20358 off" works as intended.
20359 * gdb.base/dprintf.exp: Test that "set remote
20360 breakpoint-commands-packet off" works as intended.
20361 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20362 New function.
20363 (top level): Call it.
20364 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20365 remote fast-tracepoints-packet off" works as intended.
20366 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20367 * lib/gdb.exp (gdb_is_target_remote): ... here.
20368
2abc3f8d
DB
203692014-04-24 David Blaikie <dblaikie@gmail.com>
20370
20371 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20372 ensure clang would not discard them.
20373 * gdb.base/gdbvars.c: Ditto.
20374 * gdb.base/memattr.c: Ditto.
20375 * gdb.base/whatis.c: Ditto.
20376 * gdb.python/py-prettyprint.c: Ditto.
20377 * gdb.trace/actions.c: Ditto.
20378 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20379 ensure clang would not discard it.
20380
bfd39632
DB
203812014-04-24 David Blaikie <dblaikie@gmail.com>
20382
20383 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20384 clang to emit the full definition of type required by the test
20385 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20386
22842ff6
DB
203872014-04-24 David Blaikie <dblaikie@gmail.com>
20388
20389 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20390 coax Clang into emitting the definition of the type.
20391 * gdb.cp/pr10728-x.h (y): Ditto.
20392 * gdb.cp/pr10728-y.cc (y): Ditto.
20393
c2e827ad
DB
203942014-04-24 David Blaikie <dblaikie@gmail.com>
20395
20396 * gdb.base/label.exp: XFAIL label related tests under Clang.
20397 * gdb.cp/cplabel.exp: Ditto.
20398 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20399 under Clang those using labels.
20400
4c2d33e7
YQ
204012014-04-25 Yao Qi <yao@codesourcery.com>
20402
20403 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20404 double_label.
20405 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20406 partial_label and double_label.
20407
56083b99
DB
204082014-04-24 David Blaikie <dblaikie@gmail.com>
20409
20410 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20411
25d4e99d
DB
204122014-04-24 David Blaikie <dblaikie@gmail.com>
20413
20414 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20415 of the function to work across GCC and Clang.
20416 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20417 pointer types (const void ** const V void **).
20418
01f9f808
MS
204192014-04-24 Michael Sturm <michael.sturm@mintel.com>
20420 Walfred Tedeschi <walfred.tedeschi@intel.com>
20421
20422 * Makefile.in (EXECUTABLES): Added i386-avx512.
20423 * gdb.arch/i386-avx512.c: New file.
20424 * gdb.arch/i386-avx512.exp: Likewise.
20425
4b48d439
KS
204262014-04-23 Keith Seitz <keiths@redhat.com>
20427
20428 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20429 (mi_make_breakpoint_table): New procedure.
20430 (mi_create_breakpoint): Use mi_make_breakpoint
20431 and return the result.
20432 (mi_make_breakpoint): New procedure.
20433 (mi_build_kv_pairs): New procedure.
20434
20435 * gdb.mi/mi-break.exp: Remove unused globals,
20436 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20437 All callers updated.
20438 * gdb.mi/mi-dprintf.exp: Use variable to track command
20439 number.
20440 Update all callers of mi_create_breakpoint and use
20441 mi_make_breakpoint_table.
20442 Remove any unused global variables.
20443 * gdb.mi/mi-nonstop.exp: Likewise.
20444 * gdb.mi/mi-nsintrall.exp: Likewise.
20445 * gdb.mi/mi-nsmoribund.exp: Likewise.
20446 * gdb.mi/mi-nsthrexec.exp: Likewise.
20447 * gdb.mi/mi-reverse.exp: Likewise.
20448 * gdb.mi/mi-simplerun.exp: Likewise.
20449 * gdb.mi/mi-stepn.exp: Likewise.
20450 * gdb.mi/mi-syn-frame.exp: Likewise.
20451 * gdb.mi/mi-until.exp: Likewise.
20452 * gdb.mi/mi-var-cp.exp: Likewise.
20453 * gdb.mi/mi-var-display.exp: Likewise.
20454 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20455 * gdb.mi/mi2-var-child.exp: Likewise.
20456 * gdb.mi/mi-vla-c99.exp: Likewise.
20457 * lib/mi-support.exp: Likewise.
20458
20459 From Ian Lance Taylor <iant@cygnus.com>:
20460 * lib/gdb.exp (parse_args): New procedure.
20461
08351840
PA
204622014-04-23 Pedro Alves <palves@redhat.com>
20463
20464 * gdb.base/break-unload-file.c: New file.
20465 * gdb.base/break-unload-file.exp: New file.
20466 * gdb.base/sym-file-lib.c (baz): New function.
20467 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20468 field.
20469 (load): Store the segment's mapped size.
20470 (unload): New function.
20471 (unload_shlib): New function.
20472 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20473 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20474 set a breakpoint at baz, and call it.
20475 * gdb.base/sym-file.exp: New tests for stale breakpoint
20476 instructions.
20477
076855f9
PA
204782014-04-23 Pedro Alves <palves@redhat.com>
20479
20480 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20481 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20482 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20483 * gdb.base/hbreak-unmapped.c: New file.
20484 * gdb.base/hbreak-unmapped.exp: New file.
20485 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20486 * lib/gdb.exp (gdb_is_target_remote): ... here.
20487
483805cf
PA
204882014-04-22 Pedro Alves <palves@redhat.com>
20489
20490 * gdb.base/consecutive-step-over.c: New file.
20491 * gdb.base/consecutive-step-over.exp: New file.
20492
06d97543
PA
204932014-04-22 Pedro Alves <palves@redhat.com>
20494
20495 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20496 instead of send_gdb/gdb_expect.
20497
b4429ea2
YQ
204982014-04-22 Yao Qi <yao@codesourcery.com>
20499
20500 * lib/trace-support.exp (generate_tracefile): New procedure.
20501 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20502 return 0.
20503 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20504 if generate_tracefile returns 1.
20505
51d48146
PA
205062014-04-18 Tom Tromey <palves@redhat.com>
20507 Pedro alves <tromey@redhat.com>
20508
20509 PR backtrace/15558
20510 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20511 with a backtrace limit.
20512 * gdb.python/py-frame-inline.exp: Test running to an inline
20513 function with a backtrace limit, and printing the newest frame.
20514 * gdb.python/py-frame-inline.c (main): Call f.
20515
bd1dce5f
MS
205162014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20517
20518 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20519
40d1a503
MS
205202014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20521
20522 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20523 Drop prefix from unsupported source file path.
20524
389b98f7
YQ
205252014-04-17 Yao Qi <yao@codesourcery.com>
20526
20527 * lib/gdb.exp (with_target_charset): New proc.
20528 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20529 with_target_charset.
20530 (test_print_strings): Likewise.
20531 (test_repeat_bytes): Likewise.
20532 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20533 for some tests.
20534
22869d73
KS
205352014-04-16 Keith Seitz <keiths@redhat.com>
20536
20537 PR gdb/15827
20538 * gdb.dwarf2/corrupt.c: New file.
20539 * gdb.dwarf2/corrupt.exp: New file.
20540
c4f87ca6
KS
205412014-04-16 Keith Seitz <keiths@redhat.com>
20542
20543 PR c++/16597
20544 * gdb.cp/namelessclass.cc: New file.
20545 * gdb.cp/namelessclass.exp: New file.
20546 * gdb.cp/namelessclass.S: New file.
20547
ab19de87
DE
205482014-04-16 Doug Evans <dje@google.com>
20549
20550 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20551 Add comment.
20552 (gdbserver_default_get_comm_port): New function.
20553 (gdbserver_start): Check if board file provided
20554 "gdbserver,get_comm_port" and use it if so.
20555 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20556 (gdb,socketport): Set to "stdio".
20557 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20558 (stdio_gdbserver_template): Delete.
20559 (${board}_get_remote_address): Update.
20560 (${board}_build_remote_cmd): Delete.
20561 (${board}_get_comm_port): New function.
20562 (${board}_spawn): Update.
20563 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20564 Delete.
20565 (${board}_get_remote_address): Update.
20566 (${board}_get_comm_port): New function.
20567
fc98a809
AB
205682014-04-16 Andrew Burgess <aburgess@broadcom.com>
20569
20570 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20571 appearing in any order.
20572
87fd9e6e
DE
205732014-04-15 Doug Evans <dje@google.com>
20574
20575 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20576 uninitialized value of "description".
20577
099fc3ea
KS
205782014-04-15 Keith Seitz <keiths@redhat.com>
20579
20580 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20581 Remove unused globals.
20582 (test_running_the_program): Likewise.
20583 (test_controlled_execution): Likewise.
20584 (test_controlling_breakpoints): Likewise.
20585 (test_program_termination): Likewise.
20586
5da151d4
KS
205872014-04-15 Keith Seitz <keiths@redhat.com>
20588
20589 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20590 unused globals.
20591 (test_rbreak_creation_and_listing): Likewise.
20592 (test_ignore_count): Likewise.
20593 (test_error): Likewise.
20594
35e5d2f0
PA
205952014-04-15 Pedro Alves <palves@redhat.com>
20596
20597 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20598 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20599 sym-file-loader.c.
20600 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20601 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20602 to sym-file-loader.c.
20603 (struct library): Forward declare.
20604 (load_shlib, lookup_function): Change prototypes.
20605 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20606 (translate_offset): Remove declarations.
20607 (get_text_addr): New declaration.
20608 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20609 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20610 sym-file-loader.h.
20611 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20612 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20613 here from sym-file-loader.h.
20614 (struct library): New structure.
20615 (load_shlib, lookup_function): Change prototypes and adjust to
20616 work with a struct library.
20617 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20618 (translate_offset): Make static.
20619 (get_text_addr): New function.
20620 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20621
eb4c1710
PA
206222014-04-15 Pedro Alves <palves@redhat.com>
20623
20624 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20625
2d1baf52
PA
206262014-04-15 Pedro Alves <palves@redhat.com>
20627
20628 * gdb.base/sym-file-loader.c: Include <limits.h>.
20629 (SELF_LINK): New define.
20630 (get_origin): New function.
20631 (load_shlib): Use it.
20632 * gdb.base/sym-file.exp: Don't early return if the target is
20633 remote. Use runto_main, and issue fail is that fails. Use
20634 gdb_load_shlibs.
20635 (shlib_name): Delete.
20636 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20637
7dd6df01
PA
206382014-04-15 Pedro Alves <palves@redhat.com>
20639
20640 * gdb.base/sym-file.exp: Remove regex characters from test
20641 message. Don't refer to breakpoint numbers in test messages.
20642
b50c8614
KS
206432014-04-14 Keith Seitz <keiths@redhat.com>
20644
20645 PR c++/16253
20646 * gdb.cp/var-tag.cc: New file.
20647 * gdb.cp/var-tag.exp: New file.
20648 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20649 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20650 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20651 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20652
3d567982
TT
206532014-04-14 Tom Tromey <tromey@redhat.com>
20654
20655 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20656 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20657 type.
20658 * gdb.cp/enum-class.exp: New file.
20659 * gdb.cp/enum-class.cc: New file.
20660
0626fc76
TT
206612014-04-14 Tom Tromey <tromey@redhat.com>
20662
20663 * gdb.dwarf2/enum-type.exp: New file.
20664
dca325b3
SA
206652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20666
20667 * gdb.mi/mi-vla-c99.exp: New file.
20668 * gdb.mi/vla.c: New file.
20669
5854b38a
SA
206702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20671
20672 * gdb.base/vla-datatypes.c: New file.
20673 * gdb.base/vla-datatypes.exp: New file.
20674
463bb957
SA
206752014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20676
20677 * gdb.base/vla-ptr.c: New file.
20678 * gdb.base/vla-ptr.exp: New file.
20679
3dd170be
SA
206802014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20681
20682 * gdb.dwarf2/count.exp: New file.
20683
5ecaaa66
SA
206842014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20685
20686 * gdb.base/vla-sideeffect.c: New file.
20687 * gdb.base/vla-sideeffect.exp: New file.
20688
41f1ada5
DB
206892014-04-14 David Blaikie <dblaikie@gmail.com>
20690
20691 * gdb.mi/non-stop.c: Add return value for non-void function return
20692 statement.
20693 * gdb.threads/staticthreads.c: Ditto.
20694
0be03e84
DE
206952014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20696 Doug Evans <xdje42@gmail.com>
20697
20698 * gdb.guile/scm-value.c: Improve test case.
20699 * gdb.guile/scm-value.exp: Add new test.
20700
f180a1fb
DB
207012014-04-11 David Blaikie <dblaikie@gmail.com>
20702
20703 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20704 override Clang's default.
20705
6b662e19
JB
207062014-04-11 Joel Brobecker <brobecker@adacore.com>
20707
20708 Revert the following changes (regressions):
20709
20710 * gdb.base/vla-sideeffect.c: New file.
20711 * gdb.base/vla-sideeffect.exp: New file.
20712
20713 * gdb.dwarf2/count.exp: New file.
20714
20715 * gdb.base/vla-multi.c: New file.
20716 * gdb.base/vla-multi.exp: New file.
20717
20718 * gdb.base/vla-ptr.c: New file.
20719 * gdb.base/vla-ptr.exp: New file.
20720
20721 * gdb.base/vla-datatypes.c: New file.
20722 * gdb.base/vla-datatypes.exp: New file.
20723
20724 * gdb.mi/mi-vla-c99.exp: New file.
20725 * gdb.mi/vla.c: New file.
20726
245a5f0b
KS
207272014-04-11 Keith Seitz <keiths@redhat.com>
20728
20729 PR c++/16675
20730 * gdb.cp/cpsizeof.exp: New file.
20731 * gdb.cp/cpsizeof.cc: New file.
20732
58a84dcf
SA
207332014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20734
191a8a90
JB
20735 * gdb.mi/mi-vla-c99.exp: New file.
20736 * gdb.mi/vla.c: New file.
58a84dcf 20737
c8655f75
SA
207382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20739
20740 * gdb.base/vla-datatypes.c: New file.
20741 * gdb.base/vla-datatypes.exp: New file.
20742
024e13b4
SA
207432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20744
20745 * gdb.base/vla-ptr.c: New file.
20746 * gdb.base/vla-ptr.exp: New file.
20747
1a237e0e
SA
207482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20749
20750 * gdb.base/vla-multi.c: New file.
20751 * gdb.base/vla-multi.exp: New file.
20752
504f3432
SA
207532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20754
20755 * gdb.dwarf2/count.exp: New file.
20756
3bce8237
SA
207572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20758
191a8a90
JB
20759 * gdb.base/vla-sideeffect.c: New file.
20760 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 20761
322f9c21
YQ
207622014-04-11 Yao Qi <yao@codesourcery.com>
20763
20764 * gdb.base/completion.exp: Check file exists before running tests
20765 on file completion.
20766
d708bcd1
PA
207672014-04-10 Pedro Alves <palves@redhat.com>
20768
20769 * gdb.base/cond-eval-mode.c: New file.
20770 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20771 prepare_for_testing to build the new file. Check result of
20772 runto_main.
20773 (test_break, test_watch): New procedures.
20774 (top level): Use them.
20775
ae1d2761
PM
207762014-04-08 Pierre Muller <muller@sourceware.org>
20777
20778 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20779 Ctrl-V use for mingw hosts.
20780
7af389b8
SC
207812014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20782
20783 * gdb.python/py-value.c: Improve test case.
20784 * gdb.python/py-value.exp: Add new test.
20785
5e703181
DE
207862014-04-07 David Blaikie <dblaikie@gmail.com>
20787
20788 * lib/compiler.c: Identify the clang compiler.
20789 * lib/compiler.cc: Ditto.
20790
9810b410
YQ
207912014-04-03 Yao Qi <yao@codesourcery.com>
20792
20793 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20794
98d1b8dc
AB
207952014-04-01 Anton Blanchard <anton@samba.org>
20796
20797 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20798 messages unique.
20799
3114cea1
AB
208002014-04-01 Anton Blanchard <anton@samba.org>
20801
20802 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20803 prepare_for_testing.
20804
62f7182c
AB
208052014-04-01 Anton Blanchard <anton@samba.org>
20806
20807 * gdb.arch/ppc64-atomic-inst.c: Remove.
20808 * gdb.arch/ppc64-atomic-inst.S: New file.
20809 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20810
770e7fc7
DE
208112014-03-31 Doug Evans <dje@google.com>
20812
20813 * gdb.base/print-symbol-loading-lib.c: New file.
20814 * gdb.base/print-symbol-loading-main.c: New file.
20815 * gdb.base/print-symbol-loading.exp: New file.
20816
46e2bafa
YQ
208172014-03-31 Yao Qi <yao@codesourcery.com>
20818
20819 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20820
8776cfe9
JB
208212014-03-28 Joel Brobecker <brobecker@adacore.com>
20822
20823 * gdb.ada/mi_dyn_arr: New testcase.
20824
5d1ef361
DE
208252014-03-27 Doug Evans <dje@google.com>
20826
20827 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20828
b5bee914
YQ
208292014-03-27 Yao Qi <yao@codesourcery.com>
20830
20831 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20832 if target is nios2-*-*.
20833
0d4d0e77
YQ
208342014-03-26 Yao Qi <yao@codesourcery.com>
20835
20836 * lib/gdb.exp (readline_is_used): New proc.
20837 * gdb.base/completion.exp: Move tests on command complete up.
20838 Skip the rest of tests if readline is not used.
20839 * gdb.ada/complete.exp: Skp the test if readline is not
20840 used.
20841 * gdb.base/filesym.exp: Likewise.
20842 * gdb.base/macscp.exp: Likewise.
20843 * gdb.base/readline-ask.exp: Likewise.
20844 * gdb.base/readline.exp: Likewise.
20845 * gdb.python/py-cmd.exp: Likewise.
20846 * gdb.trace/tfile.exp: Likewise.
20847
29361eee
YQ
208482014-03-26 Yao Qi <yao@codesourcery.com>
20849
20850 * gdb.base/macscp.exp: Fix code format issues.
20851
bc9a5525
UW
208522014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20853
20854 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20855 * gdb.asm/powerpc64le.inc: New file.
20856
d3839ede
PA
208572014-03-25 Pedro Alves <palves@redhat.com>
20858 Doug Evans <dje@google.com>
20859
20860 * gdb.base/source-execution.c: New file.
20861 * gdb.base/source-execution.exp: New file.
20862 * gdb.base/source-execution.gdb: New file.
20863
01672a57
DE
208642014-03-24 Doug Evans <dje@google.com>
20865
20866 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20867 using fission.
20868
88bbeca9
HZ
208692014-03-24 Hui Zhu <hui@codesourcery.com>
20870 Pedro Alves <palves@redhat.com>
20871
20872 PR breakpoints/16101
20873 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20874 test pass/fail messages. Detect missing support for dprintf when
20875 breakpoints are actually inserted.
20876 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20877 breakpoints are actually inserted.
20878 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20879 fails.
20880
d2348791
JK
208812014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20882
20883 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20884
feef67ab
DE
208852014-03-22 Doug Evans <xdje42@gmail.com>
20886
20887 * gdb.python/python.exp (python not supported): Verify multi-line
20888 python command issues an error.
25d743f9 20889 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 20890 guile command issues an error.
feef67ab 20891
ecebef6a
MR
208922014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20893
20894 * gdb.threads/thread-specific.exp: Handle the lack of usable
20895 $this_breakpoint and $this_thread.
20896
ccdd1909
HZ
208972014-03-21 Hui Zhu <hui@codesourcery.com>
20898
20899 * gdb.base/attach.exp (do_command_attach_tests): New.
20900
beb460e8
PA
209012014-03-20 Tom Tromey <tromey@redhat.com>
20902 Pedro Alves <palves@redhat.com>
20903
20904 PR cli/15718
20905 * gdb.base/condbreak-call-false.c: New file.
20906 * gdb.base/condbreak-call-false.exp: New file.
20907
40acf43a
PA
209082014-03-20 Pedro Alves <palves@redhat.com>
20909
20910 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20911 Delete.
20912 (block_signals, unblock_signals): Delete.
20913 (child_function_2, main): Remove references to deleted variable
20914 and functions.
20915
9f5e1e02
PA
209162014-03-20 Pedro Alves <palves@redhat.com>
20917
20918 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20919 Use pthread_kill to signal thread 2.
20920 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20921 Adjust to make the test send itself a signal rather than using the
20922 host's "kill" command.
20923
99619bea
PA
209242014-03-20 Pedro Alves <palves@redhat.com>
20925
20926 * gdb.threads/multiple-step-overs.c: New file.
20927 * gdb.threads/multiple-step-overs.exp: New file.
20928 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20929 Adjust expected infrun debug output.
20930
2adfaa28
PA
209312014-03-20 Pedro Alves <palves@redhat.com>
20932
20933 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20934 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20935
31e77af2
PA
209362014-03-20 Pedro Alves <palves@redhat.com>
20937
20938 PR breakpoints/7143
20939 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20940 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20941 of gdb_test_multiple.
20942 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20943 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20944
b9f437de
PA
209452014-03-20 Pedro Alves <palves@redhat.com>
20946
20947 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20948 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20949
05adc73e
PA
209502014-03-19 Pedro Alves <palves@redhat.com>
20951
20952 * gdb.base/async.exp: Remove early return.
20953
6048b950
PA
209542014-03-19 Pedro Alves <palves@redhat.com>
20955
20956 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20957
8bcfb00a
PA
209582014-03-19 Pedro Alves <palves@redhat.com>
20959
20960 * gdb.base/async.exp (test_background): Expect \r\n after
20961 "completed." in the fail pattern.
20962
884e37dc
PA
209632014-03-19 Pedro Alves <palves@redhat.com>
20964
20965 * gdb.base/async.exp (test_background): New procedure.
20966 Use it for all background execution command tests.
20967
148e57e2
PA
209682014-03-19 Pedro Alves <palves@redhat.com>
20969
20970 * gdb.base/async.exp: Use prepare_for_testing.
20971
f48088c7
PA
209722014-03-19 Pedro Alves <palves@redhat.com>
20973
20974 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20975 the same line.
20976
e2f6c966
PA
209772014-03-19 Pedro Alves <palves@redhat.com>
20978
20979 * gdb.base/async.c (main): Add "jump here" and "until here" line
20980 marker comments.
20981 * gdb.base/async.exp (jump_here): New global.
20982 (jump& test): Use it.
20983 (until_here): New global.
20984 (until& test): Use it.
20985
c30568d4
PA
209862014-03-19 Pedro Alves <palves@redhat.com>
20987
20988 * gdb.base/async.exp: Don't frob gdb_protocol.
20989
0172b6a7
DE
209902014-03-18 Doug Evans <xdje42@gmail.com>
20991
20992 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20993 Fix spelling of exec-done-display.
20994
06c868a8
JK
209952014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20996
20997 PR gdb/15358
20998 * gdb.base/gdb-sigterm.c: New file.
20999 * gdb.base/gdb-sigterm.exp: New file.
21000
0c7e1a46
PA
210012014-03-18 Pedro Alves <palves@redhat.com>
21002
21003 PR gdb/13860
21004 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
21005 * lib/mi-support.exp (mi_expect_stop): Add special handling for
21006 solib-event.
21007
f7c77d93
JB
210082014-03-17 Joel Brobecker <brobecker@adacore.com>
21009
21010 * gdb.ada/pckd_arr_ren: New testcase.
21011
5a1e8c7a
DE
210122014-03-13 Doug Evans <xdje42@gmail.com>
21013
21014 PR guile/16612
21015 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
21016 collect after discarding symbols.
21017
350e1a76
DE
210182014-03-13 Ludovic Courtès <ludo@gnu.org>
21019 Doug Evans <xdje42@gmail.com>
21020
21021 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
21022 to history survives a gc.
21023
a69900ae
PA
210242014-03-13 Pedro Alves <palves@redhat.com>
21025
21026 * gdb.base/default.exp: Don't test "target procfs".
21027
5db9f0bd
PA
210282014-03-13 Pedro Alves <palves@redhat.com>
21029
21030 * gdb.base/default.exp: Update "target child" and "target procfs"
21031 tests to not expect "Unix".
21032
b3ccfe11
TT
210332014-03-12 Tom Tromey <tromey@redhat.com>
21034
21035 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
21036 New procs. Add target-async tests.
21037 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
21038 Add target-async tests.
21039
646f4417
AA
210402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21041
21042 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
21043 'func_start' and 'func_end' for the beginning and end of the
21044 function code, respectively.
21045 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
21046 'func_end' instead of 'func' and 'main'.
21047
288c211f
AA
210482014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21049
21050 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
21051 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
21052 generate the debug info assembler source.
21053
e0c0f156
AA
210542014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21055
21056 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
21057 * gdb.dwarf2/arr-subrange.exp: Likewise.
21058 * gdb.dwarf2/dwz.exp: Likewise.
21059 * gdb.dwarf2/method-ptr.exp: Likewise.
21060 * gdb.dwarf2/missing-sig-type.exp: Likewise.
21061 * gdb.dwarf2/subrange.exp: Likewise.
21062 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
21063 * gdb.dwarf2/implptrpiece.exp: Likewise.
21064 * gdb.dwarf2/nostaticblock.exp: Likewise.
21065
0e5c4555
AA
210662014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21067
21068 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
21069 directory to absolute path name arguments.
21070
5ec18f2b
JG
210712014-03-10 Joel Brobecker <brobecker@adacore.com>
21072
21073 * gdb.ada/tagged_access: New testcase.
21074
847fc4f2
MM
210752014-03-07 Markus Metzger <markus.t.metzger@intel.com>
21076
21077 * gdb.btrace/data.exp: Update expected output.
21078
cc3da688
YQ
210792014-03-06 Yao Qi <yao@codesourcery.com>
21080
21081 * gdb.trace/pr16508.exp: New file.
21082
0f26cec1
PA
210832014-03-05 Pedro Alves <palves@redhat.com>
21084
21085 PR gdb/16575
21086 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
21087 procedure.
21088 (top level): Adjust to use it. Add tests that exercise breakpoint
21089 interaction with the code-cache.
21090
7a5a839f
LC
210912014-02-26 Ludovic Courtès <ludo@gnu.org>
21092
21093 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
21094 test for 'history-append!'.
21095
31aa7e4e
JB
210962014-02-26 Joel Brobecker <brobecker@adacore.com>
21097
21098 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
21099 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
21100 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
21101 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
21102 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
21103 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
21104
1b588015
JB
211052014-02-26 Joel Brobecker <brobecker@adacore.com>
21106
21107 * testsuite/gdb.python/py-pp-re-notag.c: New file.
21108 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
21109 * testsuite/gdb.python/py-pp-re-notag.p: New file.
21110
55426c9d
JB
211112014-02-26 Joel Brobecker <brobecker@adacore.com>
21112
21113 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
21114
dc53a7ad
JB
211152014-02-26 Joel Brobecker <brobecker@adacore.com>
21116
21117 * gdb.dwarf2/arr-stride.c: New file.
21118 * gdb.dwarf2/arr-stride.exp: New file.
21119
12ab52e9
PA
211202014-02-26 Pedro Alves <palves@redhat.com>
21121
21122 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
21123 that won't ever trigger. Make sure that GDB reports the correct
21124 breakpoint that caused the stop.
21125
849c862e
JK
211262014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21127
21128 PR gdb/16626
21129 * gdb.base/auto-load-script: New file.
21130 * gdb.base/auto-load.c: New file.
21131 * gdb.base/auto-load.exp: New file.
21132
71b7d793
JK
21133 PR gdb/16626
21134 * gdb.base/auto-load.exp: Fix out-of-srctree run.
21135
e2f0d509
JK
211362014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21137
21138 Fix dw2-icycle.exp -fsanitize=address GDB crash.
21139 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
21140
50cc37c8
DE
211412014-02-24 Doug Evans <dje@google.com>
21142
21143 * lib/gdb.exp (run_on_host): Log error output if program fails.
21144
ea4758f2
PA
211452014-02-21 Pedro Alves <palves@redhat.com>
21146
21147 * gdb.threads/step-after-sr-lock.c: Rename to ...
21148 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21149 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21150 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21151 ... this.
21152
d7b30f67
SDJ
211532014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21154
21155 PR tdep/16397
21156 * gdb.arch/amd64-stap-special-operands.exp: New file.
21157 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21158 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21159 * gdb.arch/amd64-stap-triplet.S: Likewise.
21160 * gdb.arch/amd64-stap-triplet.c: Likewise.
21161
83deb43f
JB
211622014-02-20 Joel Brobecker <brobecker@adacore.com>
21163
21164 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21165 in .section pseudo-op.
21166
adde2bff
DE
211672014-02-20 lin zuojian <manjian2006@gmail.com>
21168 Joel Brobecker <brobecker@adacore.com>
21169 Doug Evans <xdje42@gmail.com>
21170
21171 PR symtab/16581
21172 * gdb.dwarf2/dw2-icycle.S: New file.
21173 * gdb.dwarf2/dw2-icycle.c: New file.
21174 * gdb.dwarf2/dw2-icycle.exp: New file.
21175
f7bd0f78
SC
211762014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21177
21178 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21179 operations on gdb.Value objects.
21180 * gdb.python/py-value-cc.exp: Add new test to test operations on
21181 gdb.Value objects.
21182
c17ef0d5
DE
211832014-02-18 Doug Evans <dje@google.com>
21184
21185 * Makefile.in (TESTS): New variable.
21186 (expanded_tests, expanded_tests_or_none): New variables
21187 (check-single): Pass $(expanded_tests_or_none) to runtest.
21188 (check-parallel): Only run tests in $(TESTS) if non-empty.
21189 (check/no-matching-tests-found): New rule.
21190 * README: Document TESTS makefile variable.
21191
5dd3176f
DE
211922014-02-18 Doug Evans <dje@google.com>
21193
21194 * Makefile.in (check-parallel): rm -rf outputs temp.
21195
0b10be4f
JK
211962014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21197
21198 Fix "ERROR: no fileid for" in the testsuite.
21199 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21200
85f224e7
DE
212012014-02-12 Doug Evans <dje@google.com>
21202
21203 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21204 (MISCELLANEOUS): New variable.
21205 (clean): rm -rf $(MISCELLANEOUS).
21206 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21207 dwp live in the same directory as symlinks, with each symlink pointed
21208 to a differently named file in a different directory.
21209
149b30ff
DE
212102014-02-11 Doug Evans <dje@google.com>
21211
21212 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21213 of Tcl file commands.
21214
1dfdac32
MK
212152014-02-10 Mark Kettenis <kettenis@gnu.org>
21216
21217 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21218 "kill -SIGUSR1 -1".
21219
aa4fb036
JB
212202014-02-10 Joel Brobecker <brobecker@adacore.com>
21221
21222 * gdb.ada/tick_length_array_enum_idx: New testcase.
21223
ed3ef339
DE
212242014-02-10 Doug Evans <xdje42@gmail.com>
21225
21226 * configure.ac (AC_OUTPUT): Add gdb.guile.
21227 * configure: Regenerate.
21228 * lib/gdb-guile.exp: New file.
21229 * lib/gdb.exp (get_target_charset): New function.
21230 * gdb.base/help.exp: Update expected output from "apropos apropos".
21231 * gdb.guile/Makefile.in: New file.
21232 * gdb.guile/guile.exp: New file.
21233 * gdb.guile/scm-arch.c: New file.
21234 * gdb.guile/scm-arch.exp: New file.
21235 * gdb.guile/scm-block.c: New file.
21236 * gdb.guile/scm-block.exp: New file.
21237 * gdb.guile/scm-breakpoint.c: New file.
21238 * gdb.guile/scm-breakpoint.exp: New file.
21239 * gdb.guile/scm-disasm.c: New file.
21240 * gdb.guile/scm-disasm.exp: New file.
21241 * gdb.guile/scm-equal.c: New file.
21242 * gdb.guile/scm-equal.exp: New file.
21243 * gdb.guile/scm-error.exp: New file.
21244 * gdb.guile/scm-error.scm: New file.
21245 * gdb.guile/scm-frame-args.c: New file.
21246 * gdb.guile/scm-frame-args.exp: New file.
21247 * gdb.guile/scm-frame-args.scm: New file.
21248 * gdb.guile/scm-frame-inline.c: New file.
21249 * gdb.guile/scm-frame-inline.exp: New file.
21250 * gdb.guile/scm-frame.c: New file.
21251 * gdb.guile/scm-frame.exp: New file.
21252 * gdb.guile/scm-generics.exp: New file.
21253 * gdb.guile/scm-gsmob.exp: New file.
21254 * gdb.guile/scm-iterator.c: New file.
21255 * gdb.guile/scm-iterator.exp: New file.
21256 * gdb.guile/scm-math.c: New file.
21257 * gdb.guile/scm-math.exp: New file.
21258 * gdb.guile/scm-objfile-script-gdb.in: New file.
21259 * gdb.guile/scm-objfile-script.c: New file.
21260 * gdb.guile/scm-objfile-script.exp: New file.
21261 * gdb.guile/scm-objfile.c: New file.
21262 * gdb.guile/scm-objfile.exp: New file.
21263 * gdb.guile/scm-ports.exp: New file.
21264 * gdb.guile/scm-pretty-print.c: New file.
21265 * gdb.guile/scm-pretty-print.exp: New file.
21266 * gdb.guile/scm-pretty-print.scm: New file.
21267 * gdb.guile/scm-section-script.c: New file.
21268 * gdb.guile/scm-section-script.exp: New file.
21269 * gdb.guile/scm-section-script.scm: New file.
21270 * gdb.guile/scm-symbol.c: New file.
21271 * gdb.guile/scm-symbol.exp: New file.
21272 * gdb.guile/scm-symtab-2.c: New file.
21273 * gdb.guile/scm-symtab.c: New file.
21274 * gdb.guile/scm-symtab.exp: New file.
21275 * gdb.guile/scm-type.c: New file.
21276 * gdb.guile/scm-type.exp: New file.
21277 * gdb.guile/scm-value-cc.cc: New file.
21278 * gdb.guile/scm-value-cc.exp: New file.
21279 * gdb.guile/scm-value.c: New file.
21280 * gdb.guile/scm-value.exp: New file.
21281 * gdb.guile/source2.scm: New file.
21282 * gdb.guile/types-module.cc: New file.
21283 * gdb.guile/types-module.exp: New file.
21284
7026a7c1
YQ
212852014-02-10 Yao Qi <yao@codesourcery.com>
21286
21287 PR testsuite/16543
21288 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21289 * configure: Regenerated.
21290 * Makefile.in: New file.
21291
6c466447
AS
212922014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21293
21294 * gdb.python/py-framefilter.exp: Fix typo.
21295
6e854735
YQ
212962014-02-08 Yao Qi <yao@codesourcery.com>
21297
21298 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21299 that no =breakpoint-modified is emitted when breakpoints are
21300 modified through MI commands.
21301
d137e6dc
PA
213022014-02-07 Pedro Alves <pedro@codesourcery.com>
21303 Pedro Alves <palves@redhat.com>
21304
21305 * gdb.threads/step-after-sr-lock.c: New file.
21306 * gdb.threads/step-after-sr-lock.exp: New file.
21307
b5ee5a50
PA
213082014-02-07 Pedro Alves <palves@redhat.com>
21309
21310 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21311
3c77faf3
JK
213122014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21313
21314 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21315 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21316
6dddc817
DE
213172014-02-06 Doug Evans <xdje42@gmail.com>
21318
21319 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21320 output.
21321
21322 * gdb.gdb/python-interrupts.exp: New file.
21323
de7b2893
YQ
213242014-02-05 Yao Qi <yao@codesourcery.com>
21325
21326 * gdb.trace/report.exp (use_collected_data): Test the output
21327 of "info threads" and "info inferiors".
21328
66d032ac
YQ
213292014-02-05 Yao Qi <yao@codesourcery.com>
21330
21331 Revert this patch:
21332
21333 2013-05-24 Yao Qi <yao@codesourcery.com>
21334
21335 * gdb.trace/tfile.exp: Test inferior and thread.
21336
591a12a1
UW
213372014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21338
21339 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21340 on a function.
21341 * gdb.base/step-bt.c: Call hello via function pointer to make
21342 sure its first instruction is executed on powerpc64le-linux.
21343
0ff3e01f
UW
213442014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21345
21346 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21347
084ee545
UW
213482014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21349
21350 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21351 of the test patterns for use on little-endian systems.
21352
6ed14ff3
UW
213532014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21354
21355 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21356 (decimal_vector): Fix for little-endian.
21357
401e27fd
JM
213582014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21359
21360 * gdb.arch/sparc-sysstep.exp: New file.
21361 * gdb.arch/sparc-sysstep.c: Likewise.
21362
21363 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21364
8b924729
EBM
213652014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21366
21367 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21368
fb151210
JB
213692014-01-23 Tom Tromey <tromey@redhat.com>
21370
21371 * gdb.ada/array_char_idx: New testcase.
21372
0740f8d8
TT
213732014-01-23 Tom Tromey <tromey@redhat.com>
21374
21375 PR python/16487:
21376 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21377 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21378 classes.
21379
21909fa1
TT
213802014-01-23 Tom Tromey <tromey@redhat.com>
21381
21382 PR python/16491:
21383 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21384 string from an inferior frame.
21385 * gdb.python/py-framefilter-mi.exp: Update.
21386
87ce2a04
DE
213872014-01-22 Doug Evans <dje@google.com>
21388
21389 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21390
237b092b
AA
213912014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21392
21393 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21394
d674a709
AA
213952014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21396
21397 * gdb.trace/entry-values.exp: Remove excess space character from
21398 regex patterns. Handle s390 call instruction.
21399
20fa3390
AA
214002014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21401
21402 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21403 define "*_start" label. Make "name" static.
21404 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21405 ${name} by references to ${name}_start.
21406
78466714
AA
214072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21408
21409 * gdb.base/info-macros.exp: Remove "debug" from the compile
21410 options.
21411
ec9f644a
IB
214122014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21413
21414 * gdb.dlang/demangle.exp: New file.
21415
94b1b47e
IB
214162014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21417
21418 * gdb.dlang/primitive-types.exp: New file.
21419
7f420862
IB
214202014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21421
21422 * configure.ac: Create gdb.dlang/Makefile.
21423 * configure: Regenerate.
21424 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21425 * gdb.dlang/Makefile.in: New file.
21426 * lib/d-support.exp: New file.
21427 * lib/gdb.exp (skip_d_tests): New proc.
21428
52834460
MM
214292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21430
21431 * gdb.btrace/delta.exp: Check reverse stepi.
21432 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21433 * gdb.btrace/finish.exp: New.
21434 * gdb.btrace/next.exp: New.
21435 * gdb.btrace/nexti.exp: New.
21436 * gdb.btrace/record_goto.c: Add comments.
21437 * gdb.btrace/step.exp: New.
21438 * gdb.btrace/stepi.exp: New.
21439 * gdb.btrace/multi-thread-step.c: New.
21440 * gdb.btrace/multi-thread-step.exp: New.
21441 * gdb.btrace/rn-dl-bind.c: New.
21442 * gdb.btrace/rn-dl-bind.exp: New.
21443 * gdb.btrace/data.c: New.
21444 * gdb.btrace/data.exp: New.
21445 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21446
6e07b1d2
MM
214472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21448
21449 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21450 * gdb.btrace/exception.exp: Update.
21451 * gdb.btrace/instruction_history.exp: Update.
21452 * gdb.btrace/record_goto.exp: Update.
21453 * gdb.btrace/tailcall.exp: Update.
21454 * gdb.btrace/unknown_functions.exp: Update.
21455 * gdb.btrace/delta.exp: New.
21456
0b722aec
MM
214572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21458
21459 * gdb.btrace/record_goto.exp: Add backtrace test.
21460 * gdb.btrace/tailcall.exp: Add backtrace test.
21461
066ce621
MM
214622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21463
21464 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21465 * gdb.btrace/record_goto.c: New.
21466 * gdb.btrace/record_goto.exp: New.
21467 * gdb.btrace/x86-record_goto.S: New.
21468
0688d04e
MM
214692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21470
21471 * gdb.btrace/function_call_history.exp: Update tests.
21472 * gdb.btrace/instruction_history.exp: Update tests.
21473
8710b709
MM
214742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21475
21476 * gdb.btrace/function_call_history.exp: Fix expected field
21477 order for "record function-call-history".
21478 Add new tests for "record function-call-history /c".
21479 * gdb.btrace/exception.cc: New.
21480 * gdb.btrace/exception.exp: New.
21481 * gdb.btrace/tailcall.exp: New.
21482 * gdb.btrace/x86-tailcall.S: New.
21483 * gdb.btrace/x86-tailcall.c: New.
21484 * gdb.btrace/unknown_functions.c: New.
21485 * gdb.btrace/unknown_functions.exp: New.
21486 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21487
5de9129b
MM
214882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21489
21490 * gdb.btrace/instruction_history.exp: Update.
21491 * gdb.btrace/function_call_history.exp: Update.
21492
23a7fe75
MM
214932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21494
21495 * gdb.btrace/function_call_history.exp: Fix expected function
21496 trace.
21497 * gdb.btrace/instruction_history.exp: Initialize traced.
21498 Remove traced_functions.
21499
724c7dd8
MM
215002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21501
21502 * gdb.btrace/function_call_history.exp: Update
21503 * gdb.btrace/instruction_history.exp: Update.
21504
6d78d93b
MM
215052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21506
21507 * gdb.btrace/enable.exp: Update expected text.
21508
93a360cc
OJ
215092014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21510
21511 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21512 bytes.
21513
3772b53f
MR
215142014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21515
21516 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21517
596662fa
OJ
215182014-01-15 Omair Javaid <omair.javaid@linaro.org>
21519
21520 * lib/gdb.exp (supports_process_record): Return true for
21521 arm*-linux*. (supports_reverse): Likewise.
21522
b5b08fb4
SC
215232014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21524
21525 PR python/15464
21526 PR python/16113
21527 * gdb.python/py-type.c: Enhance test case.
21528 * gdb.python/py-value-cc.cc: Likewise
21529 * gdb.python/py-type.exp: Add new tests.
21530 * gdb.python/py-value-cc.exp: Likewise
21531
52d7fb13
AA
215322014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21533 Pedro Alves <palves@redhat.com>
21534
21535 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21536 Make "name" extern.
21537 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21538 references to ${name}_start by references to ${name}.
21539
a2cd8cfe
JB
215402014-01-10 Joel Brobecker <brobecker@adacore.com>
21541
21542 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21543
4e23fced
JB
215442014-01-10 Joel Brobecker <brobecker@adacore.com>
21545
21546 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21547
c6a9e42c
PA
215482014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21549 Pedro Alves <palves@redhat.com>
21550
21551 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 21552 mi_gdb_target_load.
c6a9e42c 21553
b7ea362b
PA
215542014-01-08 Pedro Alves <palves@redhat.com>
21555
21556 * gdb.threads/reconnect-signal.c: New file.
21557 * gdb.threads/reconnect-signal.exp: New file.
21558
5e3f4fab
EBM
215592014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21560
21561 * gdb.base/source-dir.exp: New file.
21562
79301218
JB
215632014-01-07 Joel Brobecker <brobecker@adacore.com>
21564
21565 * gdb.ada/mi_interface: New testcase.
21566
8e355c5d
JB
215672014-01-07 Joel Brobecker <brobecker@adacore.com>
21568
21569 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21570 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21571 gdb.ada/pp-rec-component/pck.ads: New files.
21572
c0d48811
JB
215732014-01-07 Joel Brobecker <brobecker@adacore.com>
21574
21575 * gdb.python/py-pp-integral.c: New file.
21576 * gdb.python/py-pp-integral.py: New file.
21577 * gdb.python/py-pp-integral.exp: New file.
21578
17b609c3 21579For older changes see ChangeLog-1993-2013.
c906108c 21580\f
8d8cb839
EZ
21581;; Local Variables:
21582;; mode: change-log
21583;; left-margin: 8
21584;; fill-column: 74
21585;; version-control: never
21586;; End:
902f2ccb 21587
b811d2c2 21588 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
21589 Copying and distribution of this file, with or without modification,
21590 are permitted provided the copyright notice and this notice are preserved.