]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
e86efb33
TT
12020-10-07 Tom Tromey <tromey@adacore.com>
2
3 * gdb.base/find.exp: Rename some tests.
4
30897591
GB
52020-10-06 Gary Benson <gbenson@redhat.com>
6
7 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
8 * gdb.base/list1.c (unused): Likewise.
9
ced4a4c1
GB
102020-10-06 Gary Benson <gbenson@redhat.com>
11
12 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
13 __attribute__ ((used)).
14 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
15
ed3bdac4
AB
162020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
17
18 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
19 make use of regions throughout.
20 * gdb.base/overlays.exp: Enclose string with variableds in "..",
21 not {...}.
22 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
23
cd096ec8
HD
242020-10-05 Hannes Domani <ssbssa@yahoo.de>
25
26 * gdb.base/call-sc.c: Fix return struct on stack test case.
27 * gdb.base/call-sc.exp: Likewise.
28
3ee6f75d
GB
292020-10-02 Gary Benson <gbenson@redhat.com>
30
31 * README: Fix "paralell".
32
f65825ec
GB
332020-09-30 Gary Benson <gbenson@redhat.com>
34
35 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
36 Convert directive to lowercase.
37 (.Labbrev1_begin): Add missing label.
38 (abbrev code 0x1): Remove DW_AT_stmt_list.
39 (.Ldie_b): Likewise.
40
5f278258
TT
412020-09-27 Tom Tromey <tom@tromey.com>
42
43 * gdb.tui/new-layout.exp: Use with_test_prefix.
44
8f9929bb
GR
452020-09-26 Gareth Rees <grees@undo.io> (tiny change)
46
47 PR python/26586
48 * gdb.python/python.exp: add test cases for the from_tty
49 argument to gdb.execute.
50
c20c017b
GB
512020-09-25 Gary Benson <gbenson@redhat.com>
52
53 * gdb.base/infcall-nested-structs.exp.tcl: Add
54 additional_flags=-Wno-tautological-compare for C++
55 tests when compiling using Clang.
56
68d654af
GB
572020-09-25 Gary Benson <gbenson@redhat.com>
58
59 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
60 for .c files.
61
b551a89f
TT
622020-09-24 Tom Tromey <tromey@adacore.com>
63
64 PR tui/26638:
65 * gdb.tui/list.exp: Check output of "focus next".
66
20a5fcbd
TT
672020-09-23 Tom Tromey <tom@tromey.com>
68
69 * gdb.dwarf2/intbits.exp: New file.
70 * gdb.dwarf2/intbits.c: New file.
71
b167e53f
PA
722020-09-20 Pedro Alves <pedro@palves.net>
73
74 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
75 spawn_id before calling remote_close. Close secondary MI channel.
76
dbc49e9f
PA
772020-09-20 Pedro Alves <pedro@palves.net>
78
79 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
80 fails.
81
c8d5abea
AB
822020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
83
84 * gdb.fortran/array-slices.exp: Update expected results.
85 * gdb.fortran/class-allocatable-array.exp: Likewise.
86 * gdb.fortran/multi-dim.exp: Likewise.
87 * gdb.fortran/vla-type.exp: Likewise.
88 * gdb.mi/mi-vla-fortran.exp: Likewise.
89
14f9473c
VC
902020-09-18 Victor Collod <vcollod@nvidia.com>
91
92 PR gdb/26635
93 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
94 compatible with i386, and move it to...
95 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
96 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
97 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
98
e8ef12b9
PA
992020-09-18 Pedro Alves <pedro@palves.net>
100
101 PR gdb/26631
102 * gdb.multi/multi-target-thread-find.exp: New file.
103
e11daf7a
PA
1042020-09-18 Pedro Alves <pedro@palves.net>
105
106 * gdb.multi/multi-target-continue.exp: New file, factored out from
107 multi-target.exp.
108 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
109 multi-target.exp.
110 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
111 multi-target.exp.
112 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
113 multi-target.exp.
114 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
115 multi-target.exp.
116 * gdb.multi/multi-target.exp.tcl: New file, factored out from
117 multi-target.exp.
118 * gdb.multi/multi-target.exp: Delete.
119
d0edc2b8
AB
1202020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
121
122 * gdb.fortran/array-slices.exp: Add missing message data.
123
7474326c
PA
1242020-09-17 Pedro Alves <pedro@palves.net>
125
126 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
127
dd23068d
PA
1282020-09-17 Pedro Alves <pedro@palves.net>
129
130 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
131 full prototype.
132
0640a543
PA
1332020-09-17 Pedro Alves <pedro@palves.net>
134
135 * gdb.python/py-as-string.c: Add cast.
136
ef0cdbc1
PA
1372020-09-17 Pedro Alves <pedro@palves.net>
138
139 * gdb.base/sizeof.c (fill): Add cast.
140
3a5eeb8b
PA
1412020-09-17 Pedro Alves <pedro@palves.net>
142
143 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
144
a8129512
PA
1452020-09-17 Pedro Alves <pedro@palves.net>
146
147 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
148 linkage name.
149 * gdb.base/prologue.exp: Use print /d.
150 * gdb.base/symbol-alias.exp: Handle C++ output.
151 * gdb.base/symbol-alias2.c: Handle C++ output.
152 [__cplusplus] (func): Explicitly specify linkage name.
153
a83cdcb6
PA
1542020-09-17 Pedro Alves <pedro@palves.net>
155
156 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
157 (struct my_key_t): ... this. Adjust all references.
158 (struct value_t): Rename to ...
159 (struct my_value_t): ... this. Adjust all references.
160 (create_map, add_map_element, create_map_map)
161 (add_map_map_element): Add casts.
162
d4bcee5c
PA
1632020-09-17 Pedro Alves <pedro@palves.net>
164
165 * gdb.python/py-framefilter-mi.c (funca): Add casts.
166 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
167
81f90489
PA
1682020-09-17 Pedro Alves <pedro@palves.net>
169
170 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
171
0a229804
PA
1722020-09-17 Pedro Alves <pedro@palves.net>
173
174 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
175 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
176 (charfoo, intfoo): Define full prototype.
177 * gdb.base/ptype1.c (charfoo): Define full prototype.
178 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
179 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
180
c3e5138d
PA
1812020-09-17 Pedro Alves <pedro@palves.net>
182
183 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
184 Don't define.
185 (utf_32_string): Compile for both C and C++.
186 * gdb.base/charset.exp: Use "print /d".
187
151fdbad
PA
1882020-09-17 Pedro Alves <pedro@palves.net>
189
190 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
191 (nullptr): Rename to ...
192 (null_ptr): ... this.
193 * gdb.base/watchpoint.exp: Adjust to rename.
194
18a25b64
PA
1952020-09-17 Pedro Alves <pedro@palves.net>
196
197 * gdb.base/printcmds.c (three, flag_enum_without_zero)
198 (three_not_flag): Add casts.
199
11fac337
PA
2002020-09-17 Pedro Alves <pedro@palves.net>
201
202 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
203 char array.
204 (main): Add references to Barrier, TestStrings, TestStringsH and
205 TestStringsW.
206 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
207 and expect a full prototype in C++.
208
52626c58
PA
2092020-09-17 Pedro Alves <pedro@palves.net>
210
211 * gdb.base/nested-addr.c (main): Add cast.
212 * gdb.base/nested-addr.exp: Use "print /d".
213
52bb0902
PA
2142020-09-17 Pedro Alves <pedro@palves.net>
215
216 * gdb.base/break.exp (func): New. Use it throughout when
217 expecting a function name.
218
73e18ac9
PA
2192020-09-17 Pedro Alves <pedro@palves.net>
220
221 * gdb.base/display.exp: Issue "set print asm-demangle on".
222
c8b18808
PA
2232020-09-17 Pedro Alves <pedro@palves.net>
224
225 * gdb.base/find.c: Include <string.h>.
226 (init_bufs): Add cast.
227 * gdb.base/find.exp: Issue "set print asm-demangle on".
228
fe830662
TT
2292020-09-16 Tom Tromey <tromey@adacore.com>
230
231 PR gdb/26598:
232 * gdb.base/skipcxx.exp: New file.
233 * gdb.base/skipcxx.cc: New file.
234
945ff6e2
TV
2352020-09-16 Tom de Vries <tdevries@suse.de>
236
237 PR testsuite/26617
238 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
239 WITH_DEBUG_SECTIONS is defined.
240 (xstr, str): New macro.
241 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
242 to get start and size of _Dmain.
243 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
244 using additional_flags.
245
da1df1db
TBA
2462020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
247
248 * gdb.base/bp-cmds-sourced-script.c: New file.
249 * gdb.base/bp-cmds-sourced-script.exp: New test.
250 * gdb.base/bp-cmds-sourced-script.gdb: New file.
251
337882d4
TV
2522020-09-16 Tom de Vries <tdevries@suse.de>
253
254 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
255 get the gdb prompt after issuing "monitor exit".
256
7361f908
TV
2572020-09-16 Tom de Vries <tdevries@suse.de>
258
259 PR testsuite/26624
260 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
261
4d91ddd3
TV
2622020-09-16 Tom de Vries <tdevries@suse.de>
263
264 PR testsuite/26618
265 * gdb.tui/new-layout.exp: Escape unbalanced braces.
266
08cc37dd
TT
2672020-09-15 Tom Tromey <tromey@adacore.com>
268
269 PR rust/26197:
270 * lib/rust-support.exp (rust_llvm_version): New proc.
271 * gdb.rust/simple.exp: Check rust_llvm_version.
272
ee6372f2
TV
2732020-09-14 Tom de Vries <tdevries@suse.de>
274
275 * gdb.rust/traits.exp: Fix PATH warning.
276
dc3a371e
PA
2772020-09-13 Pedro Alves <pedro@palves.net>
278
279 * gdb.base/catch-follow-exec.c (main): Add explicit return
280 statement.
281 * gdb.base/catch-signal.c (main): Likewise.
282 * gdb.base/condbreak-call-false.c (main): Likewise.
283 * gdb.base/consecutive.c (main): Add explicit return
284 statement and return type.
285 * gdb.base/cursal.c (main): Add explicit return statement.
286 * gdb.base/cvexpr.c (main): Likewise.
287 * gdb.base/display.c (main): Add explicit return statement and
288 return type.
289 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
290 * gdb.base/endianity.c (main): Likewise.
291 * gdb.base/execd-prog.c (main): Likewise.
292 * gdb.base/gdb1090.c (main): Likewise.
293 * gdb.base/info_qt.c (main): Likewise.
294 * gdb.base/lineinc.c (main): Likewise.
295 * gdb.base/load-command.c (main): Likewise.
296 * gdb.base/macscp1.c (main): Likewise.
297 * gdb.base/pr10179-a.c (main): Likewise.
298 * gdb.base/quit-live.c (main): Likewise.
299 * gdb.base/scope0.c (main): Likewise.
300 * gdb.base/settings.c (main): Likewise.
301 * gdb.base/stack-checking.c (main): Return int.
302 * gdb.base/varargs.c (main): Add explicit return statement.
303 * gdb.cp/ambiguous.cc (main): Likewise.
304 * gdb.cp/anon-struct.cc (main): Likewise.
305 * gdb.cp/anon-union.cc (main): Likewise.
306 * gdb.cp/bool.cc (main): Likewise.
307 * gdb.cp/bs15503.cc (main): Likewise.
308 * gdb.cp/cplusfuncs.cc (main): Likewise.
309 * gdb.cp/cttiadd.cc (main): Likewise.
310 * gdb.cp/extern-c.cc (main): Likewise.
311 * gdb.cp/filename.cc (main): Likewise.
312 * gdb.cp/formatted-ref.cc (main): Likewise.
313 * gdb.cp/mb-ctor.cc (main): Likewise.
314 * gdb.cp/member-ptr.cc (main): Likewise.
315 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
316 * gdb.cp/overload-const.cc (main): Likewise.
317 * gdb.cp/paren-type.cc (main): Likewise.
318 * gdb.cp/parse-lang.cc (main): Likewise.
319 * gdb.cp/pr-1023.cc (main): Likewise.
320 * gdb.cp/psmang1.cc (main): Likewise.
321 * gdb.cp/readnow-language.cc (main): Likewise.
322 * gdb.cp/ref-params.cc (main): Likewise.
323 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
324 * gdb.cp/virtbase2.cc (main): Likewise.
325 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
326 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
327 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
328 * gdb.mi/mi-console.c (main): Likewise.
329 * gdb.mi/mi-read-memory.c (main): Likewise.
330 * gdb.modula2/multidim.c (main): Likewise.
331 * gdb.opt/inline-small-func.c (main): Likewise.
332 * gdb.python/py-rbreak.c (main): Likewise.
333 * gdb.stabs/exclfwd1.c (main): Likewise.
334 * gdb.trace/qtro.c (main): Likewise.
335
af26601c
PA
3362020-09-13 Pedro Alves <pedro@palves.net>
337
338 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
339 instead of getenv.
340
2f4b83cd
PA
3412020-09-13 Pedro Alves <pedro@palves.net>
342
343 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
344 instead of spawning GDB with remote_spawn.
345 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
346 gdb_spawn instead of spawning GDB with remote_spawn.
347
c49da0e4
PA
3482020-09-13 Pedro Alves <pedro@palves.net>
349
350 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
351 file and add calls to first and second.
352 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
353 add call to f.
354
6791b117
PA
3552020-09-13 Pedro Alves <pedro@palves.net>
356
357 * gdb.mi/mi-break-qualified.cc: New file.
358 * gdb.mi/mi-break-qualified.exp: New file.
359 * lib/mi-support.exp (mi_create_breakpoint_multi)
360 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
361 procedures.
362 (mi_create_breakpoint_1): New, factored out from
363 mi_create_breakpoint.
364
3b8d4c5c
PA
3652020-09-13 Pedro Alves <pedro@palves.net>
366
367 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
368 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
369 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
370 (register_class): Delete.
371 (main): Don't call register_class.
372
d5f96005
PA
3732020-09-13 Pedro Alves <pedro@palves.net>
374
375 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
376 (do_tests): Remove "calling method for small class" test.
377 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
378 (register_class): Delete.
379 (main): Don't call register_class.
380 * gdb.cp/call-method-register.exp: New file, based on bits removed
381 from classes.exp.
382 * gdb.cp/call-method-register.cc: New file, based on bits removed
383 from classes.cc.
384
77f2120b
PA
3852020-09-13 Pedro Alves <pedro@palves.net>
386
387 * gdb.base/msym-bp-2.c: New.
388 * gdb.base/msym-bp-shl-lib.c: New file.
389 * gdb.base/msym-bp-shl-main-2.c: New file.
390 * gdb.base/msym-bp-shl-main.c: New file.
391 * gdb.base/msym-bp-shl.exp: New file.
392 * gdb.base/msym-bp.c: New file.
393 * gdb.base/msym-bp.exp: New file.
394
32aea73e
JB
3952020-09-13 Joel Brobecker <brobecker@adacore.com>
396
397 * gdb.base/default.exp: Change $_gdb_major to 11.
398
2a67f09d
FW
3992020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
400 Felix Willgerodt <Felix.Willgerodt@intel.com>
401
402 * x86-avx512bf16.c: New file.
403 * x86-avx512bf16.exp: Likewise.
404 * lib/gdb.exp (skip_avx512bf16_tests): New function.
405
ad570dd7
TV
4062020-09-11 Tom de Vries <tdevries@suse.de>
407
408 PR exp/26602
409 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
410
a56f7391
TBA
4112020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
412
413 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
414
918619e5
AM
4152020-09-10 Alan Modra <amodra@gmail.com>
416
417 PR 26597
418 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
419
cac1e71d
TV
4202020-09-08 Tom de Vries <tdevries@suse.de>
421
422 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
423 after gdb_starti_cmd.
424
c5cd900e
AKS
4252020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
426
427 * lib/fortran.exp (fortran_complex8): New proc.
428 (fortran_complex16): New proc.
429 * gdb.fortran/complex.exp: Use routines from fortran.exp
430 * gdb.fortran/pointer-to-pointer.exp: Likewise.
431 * gdb.fortran/vla-ptr-info.exp: Likewise.
432
8f5c6526
TV
4332020-09-03 Tom de Vries <tdevries@suse.de>
434
435 PR breakpoint/26546
436 * gdb.base/label-without-address.exp: Runto main first.
437
02c6f3f1
TT
4382020-09-02 Tom Tromey <tromey@adacore.com>
439
440 * gdb.ada/mi_var_access.exp: Test children of access variable.
441 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
442 * gdb.ada/mi_var_array.exp: Update.
443
efe24f05
KB
4442020-08-31 Kevin Buettner <kevinb@redhat.com>
445
446 * gdb.base/corefile.exp (warning-free): XFAIL test when running
447 on docker w/ AUFS storage driver.
448
973695d6
KB
4492020-08-31 Kevin Buettner <kevinb@redhat.com>
450
451 * gdb.base/corefile2.exp (renamed binfile): New tests.
452
f3bd50f1
SM
4532020-08-31 Simon Marchi <simon.marchi@efficios.com>
454
455 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
456
22b9b4b0
SL
4572020-08-31 Simon Marchi <simon.marchi@efficios.com>
458
459 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
460 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
461
8efaf6b3
SM
4622020-08-31 Simon Marchi <simon.marchi@efficios.com>
463
464 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
465 output, printing a "not saved" value from history and printing a
466 convenience variable created from a "not saved" value.
467
e840f2e3
TV
4682020-08-31 Tom de Vries <tdevries@suse.de>
469
470 * gdb.base/eh_return.exp: Use nopie.
471
8f57f343
PA
4722020-08-28 Pedro Alves <pedro@palves.net>
473
474 * gdb.base/advance-until-multiple-locations.exp
475 (advance_overload, until_overload): Adjust to match the
476 frame/function header instead of the source line text.
477
626d2320
TV
4782020-08-28 Tom de Vries <tdevries@suse.de>
479
480 * gdb.base/label-without-address.c: New test.
481 * gdb.base/label-without-address.exp: New file.
482
df631783
PA
4832020-08-27 Pedro Alves <pedro@palves.net>
484
485 PR gdb/26523
486 PR gdb/26524
487 * gdb.base/advance-until-multiple-locations.cc: New.
488 * gdb.base/advance-until-multiple-locations.exp: New.
489
48b076bb
SM
4902020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
491
492 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
493
c2015ce4
AB
4942020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * gdb.arch/amd64-byte.exp: Make test names unique, use
497 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
498 * gdb.arch/amd64-dword.exp: Likewise.
499 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
500 * gdb.arch/amd64-stap-special-operands.exp: Make test names
501 unique.
502 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
503 * gdb.arch/amd64-word.exp: Make test names unique, use
504 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
505 * gdb.arch/i386-byte.exp: Make test names unique, use
506 gdb_breakpoint.
507 * gdb.arch/i386-word.exp: Likewise.
508
995d3a19
SV
5092020-08-25 Shahab Vahedi <shahab@synopsys.com>
510
511 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
512
8cac2b31
SM
5132020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
514
515 PR gdb/26532
516 * gdb.threads/stepi-random-signal.exp: Update pattern.
517
2bc19622
SM
5182020-08-25 Simon Marchi <simon.marchi@efficios.com>
519
520 PR gdb/26532
521 * gdb.base/ui-redirect.exp: Update pattern.
522
b04aa1fc
GB
5232020-08-25 Gary Benson <gbenson@redhat.com>
524
525 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
526 when compiling with clang.
8571e9c8 527 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 528
9f68b453
GB
5292020-08-25 Gary Benson <gbenson@redhat.com>
530
531 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
532 Add additional_flags=-Wno-inaccessible-base when compiling
533 with GCC >= 10.1 or clang. Add additional_flags=-w when
534 compiling with GCC < 10.
535
3945d2d7
GM
5362020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
537
538 PR m2/26372
fc5d6901
SM
539 * gdb.modula2/multidim.c: New file.
540 * gdb.modula2/multidim.exp: New file.
3945d2d7 541
60122dbe
SM
5422020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
543
544 * lib/gdb.exp (runto): Always emit fail on internal error.
545
1eb8556f
SM
5462020-08-24 Simon Marchi <simon.marchi@efficios.com>
547
548 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
549 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
550 Likewise.
551 * gdb.threads/stepi-random-signal.exp: Likewise.
552
33bf4c5c
TBA
5532020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
554
555 * gdb.base/print-file-var.exp: Fix typo "breapoint".
556 * gdb.trace/strace.exp: Ditto.
557
c2fd7fae
AKS
5582020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
559
560 * gdb.fortran/vla-type.exp: Skip commands not required for
561 the Flang compiled binaries after prologue fix.
562
326afb72
TT
5632020-08-17 Tom de Vries <tdevries@suse.de>
564 Tom Tromey <tromey@adacore.com>
565
566 PR rust/26197:
567 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
568
3ae7ab99
TT
5692020-08-17 Tom Tromey <tromey@adacore.com>
570
571 * gdb.ada/mi_var_access.exp: New file.
572 * gdb.ada/mi_var_access/mi_access.adb: New file.
573 * gdb.ada/mi_var_access/pck.adb: New file.
574 * gdb.ada/mi_var_access/pck.ads: New file.
575
f569c1c5
TV
5762020-08-16 Tom de Vries <tdevries@suse.de>
577
578 PR gdb/25350
579 * gdb.base/eh_return.c: New test.
580 * gdb.base/eh_return.exp: New file.
581
3d11c30a
TV
5822020-08-15 Tom de Vries <tdevries@suse.de>
583
584 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
585 (mixed_func_1d_): Use fortran_charlen_t in decl.
586
547ce8f0
TV
5872020-08-15 Tom de Vries <tdevries@suse.de>
588
589 PR backtrace/26390
590 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
591 Update expected pattern.
592
a54a7f13
PA
5932020-08-13 Pedro Alves <pedro@palves.net>
594
595 * gdb.fortran/complex.exp: Check skip_fortran_tests.
596 * gdb.fortran/library-module.exp: Likewise.
597 * gdb.fortran/logical.exp: Likewise.
598 * gdb.fortran/module.exp: Likewise.
599 * gdb.fortran/print_type.exp: Likewise.
600 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
601 * gdb.fortran/vla-datatypes.exp: Likewise.
602 * gdb.fortran/vla-history.exp: Likewise.
603 * gdb.fortran/vla-ptr-info.exp: Likewise.
604 * gdb.fortran/vla-ptype-sub.exp: Likewise.
605 * gdb.fortran/vla-ptype.exp: Likewise.
606 * gdb.fortran/vla-sizeof.exp: Likewise.
607 * gdb.fortran/vla-type.exp: Likewise.
608 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
609 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
610 * gdb.fortran/vla-value-sub.exp: Likewise.
611 * gdb.fortran/vla-value.exp: Likewise.
612
7a82e903
PA
6132020-08-13 Pedro Alves <pedro@palves.net>
614
615 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
616 * gdb.ada/access_to_packed_array.exp: Likewise.
617 * gdb.ada/access_to_unbounded_array.exp: Likewise.
618 * gdb.ada/addr_arith.exp: Likewise.
619 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
620 * gdb.ada/arr_arr.exp: Likewise.
621 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
622 * gdb.ada/array_bounds.exp: Likewise.
623 * gdb.ada/array_of_variable_length.exp: Likewise.
624 * gdb.ada/array_ptr_renaming.exp: Likewise.
625 * gdb.ada/array_subscript_addr.exp: Likewise.
626 * gdb.ada/arraydim.exp: Likewise.
627 * gdb.ada/arrayparam.exp: Likewise.
628 * gdb.ada/arrayptr.exp: Likewise.
629 * gdb.ada/assign_1.exp: Likewise.
630 * gdb.ada/assign_arr.exp: Likewise.
631 * gdb.ada/atomic_enum.exp: Likewise.
632 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
633 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
634 * gdb.ada/bias.exp: Likewise.
635 * gdb.ada/boolean_expr.exp: Likewise.
636 * gdb.ada/bp_c_mixed_case.exp: Likewise.
637 * gdb.ada/bp_enum_homonym.exp: Likewise.
638 * gdb.ada/bp_inlined_func.exp: Likewise.
639 * gdb.ada/bp_on_var.exp: Likewise.
640 * gdb.ada/bp_range_type.exp: Likewise.
641 * gdb.ada/bp_reset.exp: Likewise.
642 * gdb.ada/call_pn.exp: Likewise.
643 * gdb.ada/catch_assert_if.exp: Likewise.
644 * gdb.ada/catch_ex.exp: Likewise.
645 * gdb.ada/catch_ex_std.exp: Likewise.
646 * gdb.ada/char_enum.exp: Likewise.
647 * gdb.ada/char_param.exp: Likewise.
648 * gdb.ada/complete.exp: Likewise.
649 * gdb.ada/cond_lang.exp: Likewise.
650 * gdb.ada/convvar_comp.exp: Likewise.
651 * gdb.ada/dgopt.exp: Likewise.
652 * gdb.ada/disc_arr_bound.exp: Likewise.
653 * gdb.ada/display_nested.exp: Likewise.
654 * gdb.ada/dot_all.exp: Likewise.
655 * gdb.ada/dyn_loc.exp: Likewise.
656 * gdb.ada/dyn_stride.exp: Likewise.
657 * gdb.ada/excep_handle.exp: Likewise.
658 * gdb.ada/expr_delims.exp: Likewise.
659 * gdb.ada/expr_with_funcall.exp: Likewise.
660 * gdb.ada/exprs.exp: Likewise.
661 * gdb.ada/fin_fun_out.exp: Likewise.
662 * gdb.ada/fixed_cmp.exp: Likewise.
663 * gdb.ada/formatted_ref.exp: Likewise.
664 * gdb.ada/frame_arg_lang.exp: Likewise.
665 * gdb.ada/frame_args.exp: Likewise.
666 * gdb.ada/fullname_bp.exp: Likewise.
667 * gdb.ada/fun_addr.exp: Likewise.
668 * gdb.ada/fun_in_declare.exp: Likewise.
669 * gdb.ada/fun_overload_menu.exp: Likewise.
670 * gdb.ada/fun_renaming.exp: Likewise.
671 * gdb.ada/funcall_char.exp: Likewise.
672 * gdb.ada/funcall_param.exp: Likewise.
673 * gdb.ada/funcall_ptr.exp: Likewise.
674 * gdb.ada/funcall_ref.exp: Likewise.
675 * gdb.ada/homonym.exp: Likewise.
676 * gdb.ada/info_addr_mixed_case.exp: Likewise.
677 * gdb.ada/info_auto_lang.exp: Likewise.
678 * gdb.ada/info_exc.exp: Likewise.
679 * gdb.ada/info_types.exp: Likewise.
680 * gdb.ada/int_deref.exp: Likewise.
681 * gdb.ada/interface.exp: Likewise.
682 * gdb.ada/iwide.exp: Likewise.
683 * gdb.ada/lang_switch.exp: Likewise.
684 * gdb.ada/length_cond.exp: Likewise.
685 * gdb.ada/maint_with_ada.exp: Likewise.
686 * gdb.ada/mi_catch_assert.exp: Likewise.
687 * gdb.ada/mi_catch_ex.exp: Likewise.
688 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
689 * gdb.ada/mi_dyn_arr.exp: Likewise.
690 * gdb.ada/mi_ex_cond.exp: Likewise.
691 * gdb.ada/mi_exc_info.exp: Likewise.
692 * gdb.ada/mi_interface.exp: Likewise.
693 * gdb.ada/mi_prot.exp: Likewise.
694 * gdb.ada/mi_ref_changeable.exp: Likewise.
695 * gdb.ada/mi_string_access.exp: Likewise.
696 * gdb.ada/mi_task_arg.exp: Likewise.
697 * gdb.ada/mi_task_info.exp: Likewise.
698 * gdb.ada/mi_var_array.exp: Likewise.
699 * gdb.ada/mi_var_union.exp: Likewise.
700 * gdb.ada/mi_variant.exp: Likewise.
701 * gdb.ada/minsyms.exp: Likewise.
702 * gdb.ada/mod_from_name.exp: Likewise.
703 * gdb.ada/nested.exp: Likewise.
704 * gdb.ada/null_array.exp: Likewise.
705 * gdb.ada/optim_drec.exp: Likewise.
706 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
707 * gdb.ada/packed_array_assign.exp: Likewise.
708 * gdb.ada/packed_tagged.exp: Likewise.
709 * gdb.ada/pp-rec-component.exp: Likewise.
710 * gdb.ada/print_chars.exp: Likewise.
711 * gdb.ada/print_pc.exp: Likewise.
712 * gdb.ada/ptr_typedef.exp: Likewise.
713 * gdb.ada/ptype_arith_binop.exp: Likewise.
714 * gdb.ada/ptype_array.exp: Likewise.
715 * gdb.ada/ptype_field.exp: Likewise.
716 * gdb.ada/ptype_tagged_param.exp: Likewise.
717 * gdb.ada/ptype_union.exp: Likewise.
718 * gdb.ada/py_range.exp: Likewise.
719 * gdb.ada/py_taft.exp: Likewise.
720 * gdb.ada/rdv_wait.exp: Likewise.
721 * gdb.ada/rec_comp.exp: Likewise.
722 * gdb.ada/rec_return.exp: Likewise.
723 * gdb.ada/ref_param.exp: Likewise.
724 * gdb.ada/ref_tick_size.exp: Likewise.
725 * gdb.ada/rename_subscript_param.exp: Likewise.
726 * gdb.ada/repeat_dyn.exp: Likewise.
727 * gdb.ada/same_component_name.exp: Likewise.
728 * gdb.ada/same_enum.exp: Likewise.
729 * gdb.ada/scalar_storage.exp: Likewise.
730 * gdb.ada/set_wstr.exp: Likewise.
731 * gdb.ada/small_reg_param.exp: Likewise.
732 * gdb.ada/str_binop_equal.exp: Likewise.
733 * gdb.ada/str_ref_cmp.exp: Likewise.
734 * gdb.ada/str_uninit.exp: Likewise.
735 * gdb.ada/sub_variant.exp: Likewise.
736 * gdb.ada/sym_print_name.exp: Likewise.
737 * gdb.ada/taft_type.exp: Likewise.
738 * gdb.ada/tagged.exp: Likewise.
739 * gdb.ada/tagged_access.exp: Likewise.
740 * gdb.ada/task_bp.exp: Likewise.
741 * gdb.ada/task_switch_in_core.exp: Likewise.
742 * gdb.ada/tasks.exp: Likewise.
743 * gdb.ada/tick_last_segv.exp: Likewise.
744 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
745 * gdb.ada/type_coercion.exp: Likewise.
746 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
747 * gdb.ada/unchecked_union.exp: Likewise.
748 * gdb.ada/uninitialized_vars.exp: Likewise.
749 * gdb.ada/var_arr_attrs.exp: Likewise.
750 * gdb.ada/var_arr_typedef.exp: Likewise.
751 * gdb.ada/var_rec_arr.exp: Likewise.
752 * gdb.ada/variant-record.exp: Likewise.
753 * gdb.ada/variant.exp: Likewise.
754 * gdb.ada/variant_record_packed_array.exp: Likewise.
755 * gdb.ada/varsize_limit.exp: Likewise.
756 * gdb.ada/whatis_array_val.exp: Likewise.
757 * gdb.ada/widewide.exp: Likewise.
758 * gdb.ada/win_fu_syms.exp: Likewise.
759
7602020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
761
762 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
763
10c381b5
AB
7642020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
765
766 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
767 unset the array variable.
768
8f34b746
TV
7692020-08-03 Tom de Vries <tdevries@suse.de>
770
771 PR symtab/26333
772 * lib/dwarf.exp (DW_LNE_user): New proc.
773 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
774 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
775
0245e136
KB
7762020-07-31 Kevin Buettner <kevinb@redhat.com>
777
778 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
779 to 'uintptr_t'
780 (inttypes.h): Include.
781
9ef1ec5d
KB
7822020-07-31 Kevin Buettner <kevinb@redhat.com>
783
784 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
785 (C5_24k): Delete.
786 (C5_8k, C5_64k, C5_256k): New macros.
787 (buf_ro): Allocate 256 KiB of initialized data.
788
4c55e970
TBA
7892020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
790
791 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
792 that attempt to overwrite an existing condition with a condition
793 that fails parsing and also with a condition that parses fine
794 but contains junk at the end.
795
1e620590
TBA
7962020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
797
798 * gdb.base/condbreak-bad.c: New test.
799 * gdb.base/condbreak-bad.exp: New file.
800
e12dcc50
TV
8012020-07-30 Tom de Vries <tdevries@suse.de>
802
803 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
804 out of ...
805 (GDBInfoModuleSymbols::check_entry): ... here.
806 (GDBInfoModuleSymbols::check_optional_entry): New proc.
807 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
808 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
809
6cc64caa
TV
8102020-07-30 Tom de Vries <tdevries@suse.de>
811
812 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
813 "__class_some_module_Number_t" optional.
814
90fd07fc
TV
8152020-07-29 Tom de Vries <tdevries@suse.de>
816
817 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
818 multiple locations.
819
f5c79e97
TV
8202020-07-29 Tom de Vries <tdevries@suse.de>
821
822 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
823 rather than function name.
824
f75a0693
AB
8252020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
826
827 PR symtab/26270:
828 * gdb.cp/disasm-func-name.cc: New file.
829 * gdb.cp/disasm-func-name.exp: New file.
830
4888741a
TT
8312020-07-28 Tom Tromey <tromey@adacore.com>
832
833 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
834 'varval' location.
835
43d5901d
AB
8362020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
837
838 * gdb.python/py-unwind.py: Update to make use of a register
839 descriptor.
840
14fa8fb3
AB
8412020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
842
843 * gdb.python/py-arch-reg-names.exp: Add additional tests.
844
e79eb02f
AB
8452020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
846
847 PR fortran/23051
848 PR fortran/26139
849 * gdb.fortran/class-allocatable-array.exp: New file.
850 * gdb.fortran/class-allocatable-array.f90: New file.
851 * gdb.fortran/pointer-to-pointer.exp: New file.
852 * gdb.fortran/pointer-to-pointer.f90: New file.
853
876518dd
TV
8542020-07-25 Tom de Vries <tdevries@suse.de>
855
856 PR symtab/26243
857 * gdb.dwarf2/dw2-line-number-zero.c: New test.
858 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
859
6dcfb80a
TV
8602020-07-24 Tom de Vries <tdevries@suse.de>
861
862 PR testsuite/26293
863 * gdb.ada/mi_prot.exp: Require gnatmake-8.
864
e7bc9db8
PA
8652020-07-23 Pedro Alves <pedro@palves.net>
866
867 * gdb.server/server-kill.exp (prepare): New, factored out from the
868 top level.
869 (kill_server): New.
870 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
871 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
872
78344df7
AB
8732020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
874
875 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
876
25dfed24
SL
8772020-07-22 Sandra Loosemore <sandra@codesourcery.com>
878
879 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
880 Initialize to empty string at top level.
881 (gdb_wrapper_init): Revert check for file existence on build.
882 Build the wrapper in its default place, not a build-specific
883 location. When host == build, make the pathname absolute.
884 (gdb_compile): Delete leftover declaration of
885 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
886 string instead of uninitialized.
887
7da515fd
KB
8882020-07-22 Kevin Buettner <kevinb@redhat.com>
889
890 * gdb.base/corefile2.exp: New file.
891 * gdb.base/coremaker2.exp: New file.
892
9c5ec5c2
KB
8932020-07-22 Kevin Buettner <kevinb@redhat.com>
894
895 * gdb.base/coredump-filter.exp: Add second
896 non-Private-Shared-Anon-File test.
897 (test_disasm): Rename binfile for test which is expected
898 to fail.
899
f9e233c9
KB
9002020-07-22 Kevin Buettner <kevinb@redhat.com>
901
902 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
903 data in core file".
904 * gdb.base/coremaker.c (buf2ro): New global.
905 (mmapdata): Add a read-only mmap mapping.
906
94c265d7
KB
9072020-07-22 Kevin Buettner <kevinb@redhat.com>
908
909 PR corefiles/25631
910 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
911 New test.
912 * gdb.base/coremaker.c (buf3): New global.
913 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
914 flags.
915
9162020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
917
918 * gdb.base/coremaker.c (filler_ro): New global constant.
919
32fa152e
TT
9202020-07-22 Tom Tromey <tromey@adacore.com>
921
922 * gdb.ada/mi_prot.exp: New file.
923 * gdb.ada/mi_prot/pkg.adb: New file.
924 * gdb.ada/mi_prot/pkg.ads: New file.
925 * gdb.ada/mi_prot/prot.adb: New file.
926
c8474dc3
TBA
9272020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
928
929 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
930 loads two JITers.
931
baf8791e
AB
9322020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
933
934 * gdb.python/py-arch-reg-groups.exp: Additional tests.
935
f7306dac
AB
9362020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
937
938 * gdb.python/py-arch-reg-names.exp: Additional tests.
939
6d3d6e4b
TV
9402020-07-21 Tom de Vries <tdevries@suse.de>
941
942 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
943 breakpoint locations".
944 * gdb.reverse/solib-reverse.exp: Same.
945
803d0592
TV
9462020-07-21 Tom de Vries <tdevries@suse.de>
947
948 * gdb.reverse/step-reverse.c (callee): Merge statements.
949
e9bdc510
TV
9502020-07-21 Tom de Vries <tdevries@suse.de>
951
952 * gdb.fortran/info-modules.exp (info module variables): Allow missing
953 line numbers for some variables.
954
f0f9e75a
TV
9552020-07-21 Tom de Vries <tdevries@suse.de>
956
957 * gdb.opt/inline-locals.c (init_array): New func.
958 (func1): Use init_array.
959 * gdb.opt/inline-locals.exp: Update pattern.
960
bd460ecb
TV
9612020-07-21 Tom de Vries <tdevries@suse.de>
962
963 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
964 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
965
ae5369e7
LC
9662020-07-20 Ludovic Courtès <ludo@gnu.org>
967
968 * gdb.guile/source2.scm: Add #f first argument to 'format'.
969 * gdb.guile/types-module.exp: Remove "ERROR:" from
970 regexps since Guile 3.0 no longer prints that.
971
68cf161c
LC
9722020-07-20 Ludovic Courtès <ludo@gnu.org>
973
974 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
975 error regexp to match on Guile 2.2.
976
c14b4913
GB
9772020-07-20 Gary Benson <gbenson@redhat.com>
978
979 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
980 with clang.
981
b243ba58
TV
9822020-07-20 Tom de Vries <tdevries@suse.de>
983
984 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
985 (omp_set_lock_in_order): New function.
986 (single_scope, multi_scope, nested_func, nested_parallel): Use
987 omp_set_lock_in_order and omp_unset_lock.
988 (main): Init and destroy lock and lock2.
989
c06ad8b5
TV
9902020-07-20 Tom de Vries <tdevries@suse.de>
991
992 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
993
6e22f117
TV
9942020-07-20 Tom de Vries <tdevries@suse.de>
995
996 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
997
33176ea7
TV
9982020-07-17 Tom de Vries <tdevries@suse.de>
999
1000 * gdb.base/valgrind-infcall-2.c: New test.
1001 * gdb.base/valgrind-infcall-2.exp: New file.
1002 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
1003
90c3ec2d
TV
10042020-07-17 Tom de Vries <tdevries@suse.de>
1005
1006 * gdb.dlang/circular.c (found): Use found_label as label name.
1007 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
1008 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
1009 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
1010 * gdb.dwarf2/ada-linkage-name.exp: Same.
1011 * gdb.dwarf2/arr-subrange.exp: Same.
1012 * gdb.dwarf2/atomic-type.exp: Same.
1013 * gdb.dwarf2/comp-unit-lang.exp: Same.
1014 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1015 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1016 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
1017 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
1018 * gdb.dwarf2/implptr-64bit.exp: Same.
1019 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
1020 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
1021 * gdb.dwarf2/imported-unit.exp: Same.
1022 * gdb.dwarf2/main-subprogram.exp: Same.
1023 * gdb.dwarf2/missing-type-name.exp: Same.
1024 * gdb.dwarf2/nonvar-access.exp: Same.
1025 * gdb.dwarf2/struct-with-sig.exp: Same.
1026 * gdb.dwarf2/typedef-void-finish.exp: Same.
1027 * gdb.dwarf2/void-type.exp: Same.
1028
10da644d
TV
10292020-07-17 Tom de Vries <tdevries@suse.de>
1030
1031 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
1032 src parameter.
1033 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
1034 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
1035 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1036 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1037 * gdb.dwarf2/dwz.exp: Same.
1038 * gdb.dwarf2/implptr-optimized-out.exp: Same.
1039 * gdb.dwarf2/implref-array.exp: Same.
1040 * gdb.dwarf2/implref-const.exp: Same.
1041 * gdb.dwarf2/implref-global.exp: Same.
1042 * gdb.dwarf2/implref-struct.exp: Same.
1043 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1044 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1045 * gdb.dwarf2/var-access.exp: Same.
1046 * gdb.dwarf2/varval.exp: Same.
1047 * gdb.trace/entry-values.exp: Same.
1048
315e6afc
TV
10492020-07-17 Tom de Vries <tdevries@suse.de>
1050
1051 * lib/dwarf.exp (Dwarf::extern): Remove.
1052 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
1053 * gdb.dlang/circular.exp: Same.
1054 * gdb.dwarf2/comp-unit-lang.exp: Same.
1055 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1056 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
1057 * gdb.dwarf2/dwz.exp: Same.
1058 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
1059 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
1060 * gdb.dwarf2/imported-unit.exp: Same.
1061 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1062
5597c940
SL
10632020-07-16 Sandra Loosemore <sandra@codesourcery.com>
1064
1065 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
1066 Use double quotes instead of single quotes.
1067
d0ce17d8
CT
10682020-07-16 Caroline Tice <cmtice@google.com>
1069
1070 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
1071 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
1072
853772cc
TV
10732020-07-16 Tom de Vries <tdevries@suse.de>
1074
1075 * lib/dwarf.exp (program): Initialize _line.
1076 (DW_LNE_end_sequence): Reinitialize _line.
1077 (DW_LNS_advance_line): Update _line.
1078 (line): New proc.
1079 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
1080 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1081 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1082 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1083 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1084 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1085
fe07b572
AB
10862020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1087
1088 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
1089 generic.
1090
52781cce
TV
10912020-07-15 Tom de Vries <tdevries@suse.de>
1092
1093 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
1094 is_amd64_regs_target.
1095
3dcc261c
AB
10962020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1097
1098 * gdb.fortran/ptype-on-functions.exp: Add more tests.
1099 * gdb.fortran/ptype-on-functions.f90: Likewise.
1100
054a0959
SM
11012020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
1102
1103 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
1104 values in documentation for addr_size to 4 and 8.
1105
ccb9eba6
AB
11062020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
1107
1108 * gdb.arch/amd64-osabi.exp: Update.
1109 * gdb.arch/arm-disassembler-options.exp: Update.
1110 * gdb.arch/powerpc-disassembler-options.exp: Update.
1111 * gdb.arch/ppc64-symtab-cordic.exp: Update.
1112 * gdb.arch/s390-disassembler-options.exp: Update.
1113 * gdb.base/all-architectures.exp.tcl: Update.
1114 * gdb.base/attach-pie-noexec.exp: Update.
1115 * gdb.base/catch-syscall.exp: Update.
1116 * gdb.xml/tdesc-arch.exp: Update.
1117
025a39a7
TV
11182020-07-14 Tom de Vries <tdevries@suse.de>
1119
1120 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
1121 (local_gettid): ... this.
1122 (fn): Update.
1123
74e4b667
SL
11242020-07-13 Sandra Loosemore <sandra@codesourcery.com>
1125
1126 * gdb.base/info_sources.exp: Skip directory match tests on
1127 remote hosts.
1128
f413dd74
GB
11292020-07-13 Gary Benson <gbenson@redhat.com>
1130
1131 * gdb.base/savedregs.exp (caller): Use parentheses to
1132 make expected expression evaluation ordering explicit.
1133
915771bb
GB
11342020-07-13 Gary Benson <gbenson@redhat.com>
1135
1136 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
1137
2a122642
GB
11382020-07-13 Gary Benson <gbenson@redhat.com>
1139
1140 * gdb.base/bigcore.c (main): Use a volatile pointer when
1141 attempting to trigger a SIGSEGV.
1142 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
1143 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
1144 * gdb.base/savedregs.c (thrower): Likewise.
1145 * gdb.mi/mi-syn-frame.c (bar): Likewise.
1146
3f00c730
GB
11472020-07-13 Gary Benson <gbenson@redhat.com>
1148
1149 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
1150 defining and using VLA structure fields into...
1151 * gdb.base/vla-struct-fields.c: New file.
1152 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
1153 tests into...
1154 * gdb.base/vla-struct-fields.exp: New file.
1155
963eeee4
TV
11562020-07-13 Tom de Vries <tdevries@suse.de>
1157
1158 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
1159 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
1160 * gdb.base/gold-gdb-index.exp: Same.
1161 * gdb.base/morestack.exp: Same.
1162
0ed35c9a
DX
11632020-07-11 Daniel Xu <dxu@dxuuu.xyz>
1164
1165 PR rust/26121
1166 * gdb.rust/modules.rs: Prevent linker from discarding test
1167 symbol.
1168
4fdba23d
PA
11692020-07-10 Pedro Alves <pedro@palves.net>
1170
1171 PR gdb/26199
1172 * gdb.multi/multi-target.c (exit_thread): New.
1173 (thread_start): Break loop if EXIT_THREAD.
1174 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
1175 (top level) Call test_no_resumed.
1176
15f3b077
TT
11772020-07-08 Tom Tromey <tromey@adacore.com>
1178
1179 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
1180 * gdb.ada/catch_ex.exp: Examine catchpoint text.
1181
9fc501fd
AB
11822020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1183
1184 PR python/22748
1185 * gdb.opt/inline-frame-tailcall.c: New file.
1186 * gdb.opt/inline-frame-tailcall.exp: New file.
1187 * gdb.python/py-unwind-inline.c: New file.
1188 * gdb.python/py-unwind-inline.exp: New file.
1189 * gdb.python/py-unwind-inline.py: New file.
1190
64cb3757
AB
11912020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1192
1193 * gdb.python/py-arch-reg-groups.exp: New file.
1194
0f767f94
AB
11952020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1196
1197 * gdb.python/py-arch-reg-names.exp: New file.
1198
87dbc774
AB
11992020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1200
1201 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
1202 gdb.PendingFrame.architecture method.
1203
d8cc8af6
TV
12042020-07-06 Tom de Vries <tdevries@suse.de>
1205
1206 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
1207
3c8ea5be
PA
12082020-07-03 Pedro Alves <palves@redhat.com>
1209
1210 * gdb.base/structs2.c (main): Adjust second parem_reg call to
1211 explicitly write negative numbers.
1212 * gdb.base/structs2.exp: Adjust expected output.
1213
bf90c83a
PA
12142020-07-03 Pedro Alves <palves@redhat.com>
1215
1216 * gdb.base/charset.c (init_string): Change all char parameters to
1217 unsigned char parameters.
1218
2eb82157
PA
12192020-07-03 Pedro Alves <palves@redhat.com>
1220
1221 * gdb.base/call-sc.exp (start_scalars_test): Use
1222 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1223 * gdb.base/overlays.c: Remove references to PARAMS.
1224 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1225 * gdb.base/reread.exp: Don't set 'prototypes' global.
1226 * gdb.base/structs.exp (start_structs_test): Use
1227 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1228 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1229 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1230 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1231 call.
1232 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1233
9adda7af
PA
12342020-07-03 Pedro Alves <palves@redhat.com>
1235
1236 * gdb.base/m32rovly.c: Delete.
1237 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1238
2a17c803
PW
12392020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1240
1241 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1242 of gdb_py_test_multiple.
1243 * gdb.python/py-cmd.exp: Likewise.
1244 * gdb.python/py-events.exp: Likewise.
1245 * gdb.python/py-function.exp: Likewise.
1246 * gdb.python/py-inferior.exp: Likewise.
1247 * gdb.python/py-infthread.exp: Likewise.
1248 * gdb.python/py-linetable.exp: Likewise.
1249 * gdb.python/py-parameter.exp: Likewise.
1250 * gdb.python/py-value.exp: Likewise.
1251
b011fe1a
TV
12522020-06-30 Tom de Vries <tdevries@suse.de>
1253
1254 PR testsuite/26175
1255 * lib/future.exp (gdb_default_target_compile): Detect and handle
1256 early_flags.
1257
df5b8876
SM
12582020-06-29 Simon Marchi <simon.marchi@efficios.com>
1259
1260 * boards/simavr.exp (gdb_load): Catch errors when closing
1261 previous connection. Close connection, wait for process and
1262 unset simavr_spawn_id on failure.
1263
a3ca48cd
TV
12642020-06-29 Tom de Vries <tdevries@suse.de>
1265
1266 * lib/gdb.exp (unknown): Make test-case unresolved.
1267
b0237c0e
TV
12682020-06-29 Tom de Vries <tdevries@suse.de>
1269
1270 PR gdb/25475
1271 * gdb.server/solib-list.exp: Verify that the symbol reload
1272 confirmation question is asked.
1273
c0b3b3bd
PW
12742020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1275
1276 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1277 have a input seq nr in each pass message.
fe4c3d43 1278 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
1279 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1280 * gdb.python/python.exp: Make test names unique,
1281 use gdb_test_multiline instead of gdb_py_test_multiple,
1282 use $gdb_test_name.
1283 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1284
1776e3e5
NA
12852020-06-26 Nick Alcock <nick.alcock@oracle.com>
1286
1287 * configure.ac: Add --enable-libctf.
1288 * aclocal.m4: sinclude ../config/enable.m4.
1289 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1290 * lib/gdb.exp (skip_ctf_tests): Use it.
1291 * gdb.base/ctf-constvars.exp: Error message tweak.
1292 * gdb.base/ctf-ptype.exp: Likewise.
1293 * configure: Regenerate.
1294
f53b3eeb
GB
12952020-06-26 Gary Benson <gbenson@redhat.com>
1296
1297 * gdb.cp/try_catch.cc: Include string.h.
1298 (main): Replace comparison against string literal with
1299 strcmp, avoiding build failure with -Wstring-compare.
1300 Add "marker test-complete".
1301 * gdb.cp/try_catch.exp: Run the test to the above marker,
1302 then verify that the value of "test" is still true.
1303
6d74da72
AB
13042020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1305
1306 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1307
2e52d038
AB
13082020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1309
1310 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1311
3b9fce96
AB
13122020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1313
1314 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1315 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1316 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1317 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1318 * gdb.arch/riscv-tdesc-loading.exp: New file.
1319
ed69cbc8
AB
13202020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1321
1322 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1323
767a879e
AB
13242020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1325
1326 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1327 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1328 * gdb.arch/riscv-tdesc-regs.c: New file.
1329 * gdb.arch/riscv-tdesc-regs.exp: New file.
1330
221db974
PA
13312020-06-24 Pedro Alves <palves@redhat.com>
1332
1333 * gdb.arch/amd64-entry-value-paramref.exp: Use
1334 prepare_for_testing_full and don't pass "c++" for the .S file
1335 build spec.
1336 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1337 $options, since it's an assembly file. Remove -Wno-deprecated.
1338 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1339 compiling C++ programs.
1340
331733cd
PA
13412020-06-24 Pedro Alves <palves@redhat.com>
1342
1343 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1344 Clang, add "-Wno-unknown-warning-option" to the options.
1345
caa7fd04
AB
13462020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1347
1348 * gdb.xml/tdesc-reload.c: New file.
1349 * gdb.xml/tdesc-reload.exp: New file.
1350 * gdb.xml/maint-xml-dump-01.xml: New file.
1351 * gdb.xml/maint-xml-dump-02.xml: New file.
1352 * gdb.xml/maint-xml-dump.exp: New file.
1353
bb8d1260
SL
13542020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1355
1356 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1357 Adjust for omitted commands when TUI is disabled.
1358
7e4b9c4c
GB
13592020-06-23 Gary Benson <gbenson@redhat.com>
1360 Pedro Alves <palves@redhat.com>
1361
1362 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1363 * gdb.cp/nsimport.cc: Likewise.
1364 * gdb.cp/nsnested.cc: Likewise.
1365 * gdb.cp/nsnoimports.cc: Likewise.
1366 * gdb.cp/nsusing.cc: Likewise.
1367 * gdb.cp/smartp.cc: Likewise.
1368 * gdb.python/py-pp-integral.c: Likewise.
1369 * gdb.python/py-pp-re-notag.c: Likewise.
1370
2e573c0a
GB
13712020-06-23 Gary Benson <gbenson@redhat.com>
1372
1373 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1374 * gdb.cp/nsimport.cc: Likewise.
1375 * gdb.cp/nsnested.cc: Likewise.
1376 * gdb.cp/nsnoimports.cc: Likewise.
1377 * gdb.cp/nsusing.cc: Likewise.
1378 * gdb.cp/smartp.cc: Likewise.
1379 * gdb.python/py-pp-integral.c: Likewise.
1380 * gdb.python/py-pp-re-notag.c: Likewise.
1381
746ebfe8
PW
13822020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1383
1384 * gdb.base/default-args.exp: New test.
1385 * gdb.base/default-args.c: New file.
1386 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1387 * gdb.base/default.exp: Update to new help text.
1388 * gdb.base/help.exp: Likewise.
1389 * gdb.base/page.exp: Likewise.
1390 * gdb.base/style.exp: Likewise.
1391 * gdb.guile/guile.exp: Likewise.
1392 * gdb.python/python.exp: Likewise.
1393
e822f2cd
SL
13942020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1395
1396 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1397 remote host. Fix search path syntax on Windows host.
1398
48e9cc84
PW
13992020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1400
1401 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1402 over 'exec-file-mismatch'.
1403 * gdb.base/attach.c: Mark should_exit volatile.
1404 * gdb.base/attach2.c: Likewise. Add a comment explaining
1405 why the sleep cannot be big.
1406 * gdb.base/attach3.c: New file.
1407
160f8a8f
SL
14082020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1409
1410 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1411 prefix optional.
1412
4d91c2a4
SL
14132020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1414
1415 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1416 for remote host.
1417
87f83f20
SL
14182020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1419 Hafiz Abid Qadeer <abidh@codesourcery.com>
1420
1421 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1422 file sent to remote host.
1423 (top level): Allow int32_t as type of 32-bit register.
1424
37ab8655
TV
14252020-06-19 Tom de Vries <tdevries@suse.de>
1426
1427 * lib/gdb.exp (gdb_note): New proc.
1428 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1429 (gdb_default_target_compile): ... here. Only call
1430 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1431 (use_gdb_compile): Change to array.
1432 (toplevel): Update sets of use_gdb_compile to specify language.
1433 Warn about default_target_compile override. Store dejagnu's version
1434 of default_target_compile in dejagnu_default_target_compile.
1435
a8a56685
TV
14362020-06-18 Tom de Vries <tdevries@suse.de>
1437
1438 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1439 (default_gdb_init): ... here.
1440
581bea2c
SL
14412020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1442
1443 Fix TUI support checks in gdb.tui tests.
1444
1445 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1446 just say UNSUPPORTED.
1447 * gdb.tui/corefile-run.exp: Likewise.
1448 * gdb.tui/empty.exp: Likewise.
1449 * gdb.tui/list-before.exp: Likewise.
1450 * gdb.tui/list.exp: Likewise.
1451 * gdb.tui/main.exp: Likewise.
1452 * gdb.tui/regs.exp: Likewise.
1453 * gdb.tui/resize.exp: Likewise.
1454 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1455 * gdb.tui/tui-layout-asm.exp: Likewise.
1456 * gdb.tui/tui-missing-src.exp: Likewise.
1457 * gdb.tui/winheight.exp: Likewise.
1458 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1459
05e682e3
SL
14602020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1461
1462 Fix TCL error in gdb.python/py-format-string.exp.
1463
1464 * gdb.python/py-format-string.exp: Move test for python support
1465 earlier, out of function body.
1466
efb763a5
SM
14672020-06-15 Simon Marchi <simon.marchi@efficios.com>
1468
1469 * gdb.base/index-cache-load-twice.c: New.
1470 * gdb.base/index-cache-load-twice.exp: New.
1471
43327b20
KS
14722020-06-17 Keith Seitz <keiths@redhat.com>
1473
99cf27cf 1474 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
1475 when executing "gdb --configuration".
1476
081e778c
TV
14772020-06-17 Tom de Vries <tdevries@suse.de>
1478
1479 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1480 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1481 conditional on presence of gdb_tcl_unknown.
1482 (gdb_finish): Make override undo conditional on presence of
1483 gdb_tcl_unknown.
1484
d2d1ea20
TT
14852020-06-16 Tom Tromey <tom@tromey.com>
1486
1487 * gdb.python/tui-window.py (failwin): New function. Register it
1488 as a TUI window type.
1489 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1490
c802e8a7
GB
14912020-06-16 Gary Benson <gbenson@redhat.com>
1492
1493 * gdb.python/py-nested-maps.c (create_map): Add missing return
1494 value.
1495 (create_map_map): Likewise.
1496
ff08abb8
TBA
14972020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1498
1499 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1500 variable.
1501 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1502 and use the already-defined 'options' variable.
1503
a29d5112
AB
15042020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1505 Tom de Vries <tdevries@suse.de>
1506
1507 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1508 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1509 (gdb_setup_known_globals): New proc.
1510 (gdb_cleanup_globals): New proc.
1511 * lib/gdb.exp (load_lib): New override proc.
1512 (gdb_stdin_log_init): Set var in_file as persistent global.
1513 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1514 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1515 fpc_compiler as persistent global.
1516
8c74a764
TV
15172020-06-12 Tom de Vries <tdevries@suse.de>
1518
1519 * lib/tuiterm.exp (spawn): Rename to ...
1520 (tui_spawn): ... this.
1521 (toplevel): Move rename of spawn ...
1522 (gdb_init_tuiterm): ... here. New proc.
1523 (gdb_finish_tuiterm): New proc.
1524 * lib/gdb.exp (gdb_finish_hooks): New global var.
1525 (gdb_finish): Handle gdb_finish_hooks.
1526 (tuiterm_env): New proc.
1527 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1528 tuiterm_env.
1529 * gdb.tui/basic.exp: Same.
1530 * gdb.tui/corefile-run.exp: Same.
1531 * gdb.tui/empty.exp: Same.
1532 * gdb.tui/list-before.exp: Same.
1533 * gdb.tui/list.exp: Same.
1534 * gdb.tui/main.exp: Same.
1535 * gdb.tui/new-layout.exp: Same.
1536 * gdb.tui/regs.exp: Same.
1537 * gdb.tui/resize.exp: Same.
1538 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1539 * gdb.tui/tui-layout-asm.exp: Same.
1540 * gdb.tui/tui-missing-src.exp: Same.
1541 * gdb.tui/winheight.exp: Same.
1542
26783bce
TV
15432020-06-12 Tom de Vries <tdevries@suse.de>
1544
1545 PR testsuite/26110
1546 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1547 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1548
2b4e6a3f
TT
15492020-06-11 Tom Tromey <tom@tromey.com>
1550
1551 PR gdb/18318:
1552 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1553 floating point tests.
1554
2f33032a
KS
15552020-06-11 Keith Seitz <keiths@redhat.com>
1556
1557 PR gdb/21356
1558 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1559 vla_struct.
1560 Add new struct vla_typedef and union vla_typedef_union and
1561 corresponding instantiation objects.
1562 Initialize new objects.
1563 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1564 and vla_typedef_union_object.
1565 Fixup type for vla_struct_object.
1566
a8baf0a3
TV
15672020-06-11 Tom de Vries <tdevries@suse.de>
1568
1569 * lib/gdb.exp (with_override): New proc, factored out of ...
1570 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1571
7ab96794
TV
15722020-06-10 Tom de Vries <tdevries@suse.de>
1573
1574 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
1575
cab5c3b7
SM
15762020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
1577
1578 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
1579 parameter, update callers.
1580
f8c41851
SM
15812020-06-04 Simon Marchi <simon.marchi@efficios.com>
1582
1583 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
1584 * gdb.dwarf2/share-psymtabs-bt.c: New file.
1585 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
1586
1c07a73f
TV
15872020-06-04 Tom de Vries <tdevries@suse.de>
1588
1589 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
1590
95146b5d
TV
15912020-06-04 Tom de Vries <tdevries@suse.de>
1592
1593 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
1594 exp_continue.
1595
0cfcd4f0
TV
15962020-06-04 Tom de Vries <tdevries@suse.de>
1597
1598 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
1599
f9b5d5ea
TV
16002020-06-03 Tom de Vries <tdevries@suse.de>
1601
1602 PR symtab/26046
1603 * gdb.cp/breakpoint-locs-2.cc: New test.
1604 * gdb.cp/breakpoint-locs.cc: New test.
1605 * gdb.cp/breakpoint-locs.exp: New file.
1606 * gdb.cp/breakpoint-locs.h: New test.
1607
5144dfba
TV
16082020-06-03 Tom de Vries <tdevries@suse.de>
1609
1610 PR testsuite/25609
1611 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
1612 value of global verbose.
1613 * gdb.base/jit-elf.exp: Same.
1614 * gdb.base/jit-reader.exp: Same.
1615
621eacdf
TV
16162020-06-02 Tom de Vries <tdevries@suse.de>
1617
1618 * gdb.dwarf2/multidictionary.exp: Don't use
1619 gdb_spawn_with_cmdline_opts.
1620
1313c56e
AB
16212020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
1622
1623 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
1624 use_header case.
1625 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
1626 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
1627 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
1628 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
1629 * gdb.dwarf2/dw2-inline-header.c: New file.
1630 * gdb.dwarf2/dw2-inline-header.h: New file.
1631
f68f85b5
PA
16322020-05-30 Pedro Alves <palves@redhat.com>
1633
1634 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
1635 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
1636
678048e8
GB
16372020-05-29 Gary Benson <gbenson@redhat.com>
1638
1639 * gdb.compile/compile-cplus.exp (additional_flags): Also
1640 set when building with clang.
1641 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
1642 when building with clang.
1643
9fcafd23
GB
16442020-05-29 Gary Benson <gbenson@redhat.com>
1645
1646 * gdb.arch/i386-avx.exp (additional_flags): Also set when
1647 building with clang.
1648 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
1649
735d5a07
GB
16502020-05-29 Gary Benson <gbenson@redhat.com>
1651
1652 * gdb.cp/koenig.exp (prepare_for_testing): Add
1653 additional_flags=-Wno-unused-comparison.
1654 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
1655
4ad2c6a0
GB
16562020-05-28 Gary Benson <gbenson@redhat.com>
1657
1658 * gdb.base/sigaltstack.c (catcher): Add default case to switch
1659 statement.
1660
09fe663e
GB
16612020-05-28 Gary Benson <gbenson@redhat.com>
1662
1663 * gdb.cp/classes.exp (prepare_for_testing): Add
1664 additional_flags=-Wno-deprecated-register.
1665 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
1666 * gdb.cp/misc.exp: Likewise.
1667
cee00f17
GB
16682020-05-28 Gary Benson <gbenson@redhat.com>
1669
1670 * gdb.linespec/cpls-ops.cc (dummy): New static global.
1671 (test_op_new::operator new): Add return statement.
1672 (test_op_new_array::operator new[]): Likewise.
1673
636edd00
PA
16742020-05-27 Pedro Alves <palves@redhat.com>
1675
1676 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
1677 check. Use test_gdb_complete_unique instead of
1678 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
1679 test_gdb_complete_multiple instead of
1680 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
1681
c2b75043
LM
16822020-05-27 Luis Machado <luis.machado@linaro.org>
1683
1684 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
1685 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
1686 * gdb.arch/arm-disassembler-options.exp: Likewise.
1687 * gdb.arch/arm-disp-step.exp: Likewise.
1688 * gdb.arch/thumb-prologue.exp: Likewise.
1689 * gdb.base/async.exp: Likewise.
1690 * gdb.base/auxv.exp: Likewise.
1691 * gdb.base/complex-parts.exp: Likewise.
1692 * gdb.base/ena-dis-br.exp: Likewise.
1693 * gdb.base/foll-exec.exp: Likewise.
1694 * gdb.base/permissions.exp: Likewise.
1695 * gdb.base/relocate.exp: Likewise.
1696 * gdb.base/return2.exp: Likewise.
1697 * gdb.base/sigbpt.exp: Likewise.
1698 * gdb.base/siginfo-obj.exp: Likewise.
1699 * gdb.cp/converts.exp: Likewise.
1700 * gdb.cp/exceptprint.exp: Likewise.
1701 * gdb.cp/inherit.exp: Likewise.
1702 * gdb.cp/nsnoimports.exp: Likewise.
1703 * gdb.cp/virtbase2.exp: Likewise.
1704 * gdb.mi/mi-var-cmd.exp: Likewise.
1705 * gdb.mi/var-cmd.c: Likewise.
1706
53a47a3e
TT
17072020-05-26 Tom Tromey <tromey@adacore.com>
1708
1709 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
1710
0bc2354b
TT
17112020-05-26 Tom Tromey <tromey@adacore.com>
1712
1713 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
1714 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
1715 type.
1716 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
1717 variable.
1718
0db49895
CBG
17192020-05-26 Christian Biesinger <cbiesinger@google.com>
1720
1721 * Makefile.in: Use = instead of == for the test command
1722 for portability.
1723
40d22035
TV
17242020-05-26 Tom de Vries <tdevries@suse.de>
1725
1726 * gdb.base/gold-gdb-index-2.c: New test.
1727 * gdb.base/gold-gdb-index.c: New test.
1728 * gdb.base/gold-gdb-index.exp: New file.
1729 * gdb.base/gold-gdb-index.h: New test.
1730
043e2e02
TV
17312020-05-25 Tom de Vries <tdevries@suse.de>
1732
1733 * boards/gold-gdb-index.exp: New file.
1734
462f72c5
SM
17352020-05-25 Simon Marchi <simon.marchi@efficios.com>
1736
1737 * boards/simavr.exp: New file.
1738
6cf66e76
SM
17392020-05-25 Simon Marchi <simon.marchi@efficios.com>
1740
1741 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
1742 * gdb.base/inferior-args.exp: New file.
1743 * gdb.base/inferior-args.c: New file.
1744
75d04512
SM
17452020-05-25 Simon Marchi <simon.marchi@efficios.com>
1746
1747 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
1748 inferior_args. Pass it to gdb_reload.
1749 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
1750 inferior_args.
1751 (gdb_reload): Add inferior_args argument.
1752 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
1753 pass it to gdbserver_run.
1754 * boards/native-gdbserver.exp: Do not set noargs.
1755 * boards/native-extended-gdbserver.exp (gdb_reload): Add
1756 inferior_args argument.
1757 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
1758 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1759 * gdb.base/args.exp: Likewise.
1760
42cf1844
TV
17612020-05-25 Tom de Vries <tdevries@suse.de>
1762
1763 * lib/gdb.exp (exec_is_pie): Add comment.
1764
8f7d38ef
TV
17652020-05-25 Tom de Vries <tdevries@suse.de>
1766
1767 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1768 instead of $binfile in the untested message.
1769
465e1b0f
TV
17702020-05-25 Tom de Vries <tdevries@suse.de>
1771
1772 PR testsuite/26031
1773 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1774
3c5a0e02
TV
17752020-05-25 Tom de Vries <tdevries@suse.de>
1776
1777 * boards/gold.exp: New file.
1778
0a4f5f8c
TT
17792020-05-23 Tom Tromey <tom@tromey.com>
1780
1781 * gdb.base/style.exp: Remove completion styling test.
1782 * lib/gdb-utils.exp (style): Remove completion styles.
1783
eca1f90c
TT
17842020-05-23 Tom Tromey <tom@tromey.com>
1785
1786 * gdb.base/style.exp: Add completion styling test.
1787 * lib/gdb-utils.exp (style): Add completion styles.
1788
7c13f4e8
AB
17892020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1790
1791 * gdb.base/annota1.exp: Update expected results.
1792 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1793 test name.
1794 * gdb.cp/annota3.exp: Update expected results.
1795
41977d16
SM
17962020-05-20 Simon Marchi <simon.marchi@efficios.com>
1797
1798 PR gdb/26016
1799 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1800 against MAP_FAILED.
1801 * gdb.base/coremaker.c (mmapdata): Likewise.
1802 * gdb.base/jit-reader-host.c (main): Likewise.
1803 * gdb.base/sym-file-loader.c (load): Likewise.
1804 (load_shlib): Likewise.
1805
b4757f2e
TT
18062020-05-20 Tom Tromey <tromey@adacore.com>
1807
1808 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1809
9a0bacfb
TV
18102020-05-20 Tom de Vries <tdevries@suse.de>
1811
1812 PR symtab/25833
1813 * gdb.base/with-mf-inc.c: New test.
1814 * gdb.base/with-mf-main.c: New test.
1815 * gdb.base/with-mf.exp: New file.
1816
76571211
TT
18172020-05-19 Tom Tromey <tromey@adacore.com>
1818
1819 * gdb.rust/simple.exp: Restore missing test result.
1820
4cd9f3d5
TV
18212020-05-19 Tom de Vries <tdevries@suse.de>
1822
1823 * gdb.base/gdb-caching-proc.exp: Fix typo.
1824
7d874253
TT
18252020-05-19 Tom Tromey <tromey@adacore.com>
1826
1827 * gdb.rust/simple.exp: Add some test descriptions.
1828 (test_one_slice): Use with_test_prefix.
1829
1d727695
TV
18302020-05-18 Tom de Vries <tdevries@suse.de>
1831
1832 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1833
7f32a4d5
PA
18342020-05-17 Pedro Alves <palves@redhat.com>
1835
1836 PR gdb/25741
1837 * gdb.base/hw-sw-break-same-address.exp: New file.
1838
7cfd74cf
PA
18392020-05-16 Pedro Alves <palves@redhat.com>
1840
1841 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1842 LAST_LOADED_FILE accordingly.
1843
57b4f16e
PW
18442020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1845
1846 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1847
7c05caf7
PW
18482020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1849
1850 * gdb.base/help.exp: Test apropos and help for commands
1851 having aliases. Fixed comments not starting with an
1852 upper-case letter or not finishing with a dot.
1853
7aa1b46f
PW
18542020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1855
3b3aaacb
PW
1856 * gdb.base/alias.exp: Update help output check.
1857
57b4f16e 18582020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 1859
7aa1b46f
PW
1860 * gdb.base/default.exp: Update output following fixes.
1861
0605465f
PW
18622020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1863
1864 * gdb.base/alias.exp: Test aliases starting with a prefix of
1865 another alias.
1866
86e4e63d
GB
18672020-05-15 Gary Benson <gbenson@redhat.com>
1868
1869 * gdb.base/info-os.c (main): Add return statement.
1870 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1871 * gdb.base/large-frame-2.c (func): Likewise.
1872 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1873 * gdb.base/pr10179-b.c (foo2): Likewise.
1874 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1875 * gdb.base/watch-cond.c (func): Likewise.
1876 * gdb.multi/goodbye.c (verylongfun): Likewise.
1877 * gdb.multi/hello.c (commonfun): Likewise.
1878 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1879 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1880 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1881 Likewise.
1882 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1883 * gdb.threads/interrupt-while-step-over.c (child_function):
1884 Likewise.
1885 * gdb.trace/actions-changed.c (end): Likewise.
1886
163df4df
GB
18872020-05-15 Gary Benson <gbenson@redhat.com>
1888
1889 * gdb.opencl/callfuncs.exp: Report when test skipped.
1890 * gdb.opencl/convs_casts.exp: Likewise.
1891 * gdb.opencl/datatypes.exp: Likewise.
1892 * gdb.opencl/operators.exp: Likewise.
1893 * gdb.opencl/vec_comps.exp: Likewise.
1894
6dbc505a
TV
18952020-05-15 Tom de Vries <tdevries@suse.de>
1896
1897 * gdb.base/align.exp.in: Rename to ...
1898 * gdb.base/align.exp.tcl: ... this.
1899 * gdb.base/align-c++.exp: Update.
1900 * gdb.base/align-c.exp: Update.
1901 * gdb.base/all-architectures.exp.in: Rename to ...
1902 * gdb.base/all-architectures.exp: ... this.
1903 * gdb.base/all-architectures-0.exp: Update.
1904 * gdb.base/all-architectures-1.exp: Update.
1905 * gdb.base/all-architectures-2.exp: Update.
1906 * gdb.base/all-architectures-3.exp: Update.
1907 * gdb.base/all-architectures-4.exp: Update.
1908 * gdb.base/all-architectures-5.exp: Update.
1909 * gdb.base/all-architectures-6.exp: Update.
1910 * gdb.base/all-architectures-7.exp: Update.
1911 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1912 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1913 * gdb.base/infcall-nested-structs-c++.exp: Update.
1914 * gdb.base/infcall-nested-structs-c.exp: Update.
1915 * gdb.base/info-types.exp.in: Rename to ...
1916 * gdb.base/info-types.exp.tcl: ... this.
1917 * gdb.base/info-types-c++.exp: Update.
1918 * gdb.base/info-types-c.exp: Update.
1919 * gdb.base/max-depth.exp.in: Rename to ...
1920 * gdb.base/max-depth.exp.tcl: ... this.
1921 * gdb.base/max-depth-c++.exp: Update.
1922 * gdb.base/max-depth-c.exp: Update.
1923 * gdb.cp/cpexprs.exp.in: Rename to ...
1924 * gdb.cp/cpexprs.exp.tcl: ... this.
1925 * gdb.cp/cpexprs-debug-types.exp: Update.
1926 * gdb.cp/cpexprs.exp: Update.
1927 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1928 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1929 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1930 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1931 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1932 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1933 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1934 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1935 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1936 * gdb.dwarf2/clang-debug-names.exp: Update.
1937
d1034d78
AB
19382020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1939
1940 * lib/check-test-names.exp: Remove code that prevents this file
1941 loading when tests are run in parallel.
1942
3c5c3649
PA
19432020-05-15 Pedro Alves <palves@redhat.com>
1944
1945 * gdb.multi/multi-kill.exp (start_inferior): Remove
1946 'testpid' parameter. Refer to namespace variable directly.
1947 (testpid): Declare as namespace variable.
1948
272c36b8
PA
19492020-05-15 Pedro Alves <palves@redhat.com>
1950
1951 * gdb.multi/multi-kill.exp: Wrap in namespace.
1952 (start_inferior): Add TESTPID parameter. Use it instead of the
1953 testpid global.
1954 (top level): Define empty TESTPID array, and pass it down to
1955 start_inferior.
1956
02eba61a
TV
19572020-05-14 Tom de Vries <tdevries@suse.de>
1958
1959 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1960 output.
1961
971a3747
TV
19622020-05-14 Tom de Vries <tdevries@suse.de>
1963
1964 * gdb.base/align.exp: Split into ...
1965 * gdb.base/align.exp.in: ...
1966 * gdb.base/align-c++.exp: ...
1967 * gdb.base/align-c.exp: ... these.
1968 * gdb.base/infcall-nested-structs.exp: Split into ...
1969 * gdb.base/infcall-nested-structs.exp.in: ...
1970 * gdb.base/infcall-nested-structs-c++.exp: ...
1971 * gdb.base/infcall-nested-structs-c.exp: ... these.
1972 * gdb.base/info-types.exp: Split into ...
1973 * gdb.base/info-types.exp.in: ...
1974 * gdb.base/info-types-c++.exp: ...
1975 * gdb.base/info-types-c.exp: ... these.
1976 * gdb.base/max-depth.exp: Split into ...
1977 * gdb.base/max-depth.exp.in: ...
1978 * gdb.base/max-depth-c++.exp: ...
1979 * gdb.base/max-depth-c.exp: ... these.
1980 * gdb.cp/infcall-nodebug.exp: Split into ...
1981 * gdb.cp/infcall-nodebug.exp.in: ...
1982 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1983 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1984 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1985 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1986
a05575d3
TBA
19872020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1988 Pedro Alves <palves@redhat.com>
1989
1990 * gdb.multi/multi-exit.c: New file.
1991 * gdb.multi/multi-exit.exp: New file.
1992 * gdb.multi/multi-kill.c: New file.
1993 * gdb.multi/multi-kill.exp: New file.
1994
6ad82919
TBA
19952020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1996
1997 * gdb.base/annota1.exp: Update the expected output.
1998 * gdb.cp/annota2.exp: Ditto.
1999
843f4d93
AB
20002020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
2001
2002 * lib/check-test-names.exp: Disable when testing is being run in
2003 parallel.
2004
c7c66341
TV
20052020-05-12 Tom de Vries <tdevries@suse.de>
2006
2007 * gdb.base/jit-elf.exp: Fix string concat.
2008
1b59ca1c
TV
20092020-05-12 Tom de Vries <tdevries@suse.de>
2010
2011 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
2012 messages.
2013
b4991d29
TV
20142020-05-12 Tom de Vries <tdevries@suse.de>
2015
2016 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
2017
dbb0ab10
TV
20182020-05-12 Tom de Vries <tdevries@suse.de>
2019
2020 * gdb.ada/catch_ex.exp: Use with_test_prefix.
2021 * gdb.ada/mi_catch_ex.exp: Same.
2022 * gdb.ada/mi_catch_ex_hand.exp: Same.
2023
7549fed8
TV
20242020-05-12 Tom de Vries <tdevries@suse.de>
2025
2026 * gdb.fortran/complex.exp: Use with_test_prefix.
2027
af2d5cd8
TV
20282020-05-12 Tom de Vries <tdevries@suse.de>
2029
2030 * gdb.trace/passcount.exp: Fix test-names.
2031
7c121311
TV
20322020-05-12 Tom de Vries <tdevries@suse.de>
2033
2034 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
2035
c9f3b40e
TV
20362020-05-12 Tom de Vries <tdevries@suse.de>
2037
2038 * gdb.gdb/complaints.exp: Use with_test_prefix.
2039 * gdb.xml/tdesc-regs.exp: Same.
2040 * gdb.opt/inline-locals.exp: Fix test name.
2041
111b33f0
TV
20422020-05-12 Tom de Vries <tdevries@suse.de>
2043
2044 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
2045 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
2046 * gdb.dwarf2/implref-struct.exp: Same.
2047 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
2048 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
2049
ebf47080
SM
20502020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
2051
2052 * gdb.base/jit-so.exp (one_jit_test): Change test name.
2053
d30dcd12
AB
20542020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
2055
2056 * lib/check-test-names.exp (all_test_names): New module variable.
2057 (counts): Add 'duplicates' field.
2058 (_check_duplicates): New procedure.
2059 (check): Also check for duplicates.
2060 (do_log_summary): Print duplicates count.
2061 (do_reset_vars): Reset counter for duplicate test names, and
2062 discard all know test names.
2063
34584c09
AB
20642020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
2065
2066 * lib/gdb.exp: Include check-test-names.exp library.
2067 * lib/check-test-names.exp: New file.
2068
e0002117
TV
20692020-05-11 Tom de Vries <tdevries@suse.de>
2070
2071 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
2072
53f539a3
KS
20732020-05-11 Keith Seitz <keiths@redhat.com>
2074
2075 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
2076
113ee09a
TV
20772020-05-11 Tom de Vries <tdevries@suse.de>
2078
2079 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
2080 * gdb.cp/cpexprs.exp.in: .. here.
2081 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
2082 cpexprs.exp.
2083
ba3e70b0
KS
20842020-05-11 Keith Seitz <keiths@redhat.com>
2085
2086 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
2087 test names.
2088 * gdb.ada/arrayptr.exp: Likewise.
2089 * gdb.ada/assign_arr.exp: Likewise.
2090 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2091 * gdb.ada/bp_on_var.exp: Likewise.
2092 * gdb.ada/call_pn.exp: Likewise.
2093 * gdb.ada/complete.exp: Likewise.
2094 * gdb.ada/fun_overload_menu.exp: Likewise.
2095 * gdb.ada/funcall_param.exp: Likewise.
2096 * gdb.ada/funcall_ref.exp: Likewise.
2097 * gdb.ada/packed_array_assign.exp: Likewise.
2098 * gdb.ada/same_component_name.exp: Likewise.
2099 * gdb.ada/type_coercion.exp: Likewise.
2100 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2101 * gdb.ada/variant_record_packed_array.exp: Likewise.
2102
3ee6bb11
TV
21032020-05-11 Tom de Vries <tdevries@suse.de>
2104
2105 PR symtab/25941
2106 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
2107 out of ...
2108 * gdb.dwarf2/clang-debug-names.exp: ... here.
2109 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
2110 clang-debug-names.exp.in.
2111 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
2112 * gdb.dwarf2/clang-debug-names-2.c: New test.
2113
86cd6bc8
AKS
21142020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2115
2116 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
2117 (fortran_runto_main): New Proc, fortran version of runto_main.
2118 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
2119 * gdb.fortran/array-bounds.exp: Likewise.
2120 * gdb.fortran/array-slices.exp: Likewise.
2121 * gdb.fortran/block-data.exp: Likewise.
2122 * gdb.fortran/charset.exp: Likewise.
2123 * gdb.fortran/common-block.exp: Likewise.
2124 * gdb.fortran/complex.exp: Likewise.
2125 * gdb.fortran/derived-type-function.exp: Likewise.
2126 * gdb.fortran/derived-type.exp: Likewise.
2127 * gdb.fortran/info-modules.exp: Likewise.
2128 * gdb.fortran/info-types.exp: Likewise.
2129 * gdb.fortran/intrinsics.exp: Likewise.
2130 * gdb.fortran/library-module.exp: Likewise.
2131 * gdb.fortran/logical.exp: Likewise.
2132 * gdb.fortran/max-depth.exp: Likewise.
2133 * gdb.fortran/module.exp: Likewise.
2134 * gdb.fortran/multi-dim.exp: Likewise.
2135 * gdb.fortran/nested-funcs.exp: Likewise.
2136 * gdb.fortran/print-formatted.exp: Likewise.
2137 * gdb.fortran/print_type.exp: Likewise.
2138 * gdb.fortran/printing-types.exp: Likewise.
2139 * gdb.fortran/ptr-indentation.exp: Likewise.
2140 * gdb.fortran/ptype-on-functions.exp: Likewise.
2141 * gdb.fortran/subarray.exp: Likewise.
2142 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2143 * gdb.fortran/vla-datatypes.exp: Likewise.
2144 * gdb.fortran/vla-history.exp: Likewise.
2145 * gdb.fortran/vla-ptr-info.exp: Likewise.
2146 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2147 * gdb.fortran/vla-ptype.exp: Likewise.
2148 * gdb.fortran/vla-sizeof.exp: Likewise.
2149 * gdb.fortran/vla-type.exp: Likewise.
2150 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2151 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2152 * gdb.fortran/vla-value-sub.exp: Likewise.
2153 * gdb.fortran/vla-value.exp: Likewise.
2154 * gdb.fortran/whatis_type.exp: Likewise.
2155 * gdb.mi/mi-var-child-f.exp: Likewise.
2156
6dc55ce9 21572020-05-09 Tom de Vries <tdevries@suse.de>
2158
2159 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
2160
283cb58c
TV
21612020-05-08 Tom de Vries <tdevries@suse.de>
2162
2163 * gdb.dwarf2/clang-debug-names.c: New test.
2164 * gdb.dwarf2/clang-debug-names.exp: New file.
2165
ac4a4f1c
SM
21662020-05-06 Simon Marchi <simon.marchi@efficios.com>
2167
2168 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
2169 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
2170
24fe640b
TV
21712020-05-06 Tom de Vries <tdevries@suse.de>
2172
2173 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
2174 breakpoint is at a "recommended breakpoint location".
2175 * gdb.reverse/consecutive-reverse.exp: Same.
2176
0d8683a3
TV
21772020-05-06 Tom de Vries <tdevries@suse.de>
2178
2179 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
2180 address.
2181
b8983c46
TV
21822020-05-06 Tom de Vries <tdevries@suse.de>
2183
2184 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
2185
abf6d805
TV
21862020-05-06 Tom de Vries <tdevries@suse.de>
2187
2188 * gdb.base/store.exp (check_set, up_set): Allowing missing location
2189 info for r.
2190
0fc2a808
TV
21912020-05-06 Tom de Vries <tdevries@suse.de>
2192
2193 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
2194 necessary.
2195
873dd427
TV
21962020-05-06 Tom de Vries <tdevries@suse.de>
2197
2198 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
2199 void.
2200
7c99e7e2
TV
22012020-05-06 Tom de Vries <tdevries@suse.de>
2202
2203 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
2204 of ...
2205 * gdb.base/async.exp: ... here.
2206 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
2207 "recommended breakpoint location".
2208
6173d6a6
TV
22092020-05-06 Tom de Vries <tdevries@suse.de>
2210
2211 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
2212
6015a067
TV
22132020-05-04 Tom de Vries <tdevries@suse.de>
2214
2215 * gdb.base/async.exp: Check whether instruction addresses are a
2216 "recommended breakpoint location".
2217
3b6acaee
TT
22182020-05-03 Tom Tromey <tom@tromey.com>
2219
2220 * gdb.base/sepdebug.exp: Remove "catch" test.
2221 * gdb.base/break.exp: Remove "catch" test.
2222 * gdb.base/default.exp: Update expected output.
2223
5beb4d17
TV
22242020-05-02 Tom de Vries <tdevries@suse.de>
2225
2226 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2227 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2228 * gdb.arch/i386-mpx-map.exp: Same.
2229 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2230 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2231 * gdb.arch/i386-mpx.exp: Same.
2232
8caf140d
TV
22332020-05-02 Tom de Vries <tdevries@suse.de>
2234
2235 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2236
693196cb
TV
22372020-05-01 Tom de Vries <tdevries@suse.de>
2238
2239 * gdb.ada/operator_bp.exp: Allow more than required amount of
2240 breakpoint.
2241
53ae0aa9
TV
22422020-05-01 Tom de Vries <tdevries@suse.de>
2243
2244 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2245
ee9d1e5f
HD
22462020-04-30 Hannes Domani <ssbssa@yahoo.de>
2247
2248 PR gdb/18706
2249 * gdb.cp/stub-array-size.cc: New test.
2250 * gdb.cp/stub-array-size.exp: New file.
2251 * gdb.cp/stub-array-size.h: New test.
2252 * gdb.cp/stub-array-size2.cc: New test.
2253
d5cf82c0
HD
22542020-04-30 Hannes Domani <ssbssa@yahoo.de>
2255
2256 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2257 output to the new format.
2258
42e165c3
SM
22592020-04-29 Simon Marchi <simon.marchi@efficios.com>
2260
2261 * gdb.base/break.exp: Use with_test_prefix.
2262
6e4e3fe1
TV
22632020-04-29 Tom de Vries <tdevries@suse.de>
2264
2265 * lib/gdb.exp (debug_types): New proc.
2266 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2267 * gdb.python/py-symtab.exp: Same.
2268
d642b692
HD
22692020-04-29 Hannes Domani <ssbssa@yahoo.de>
2270
2271 PR gdb/17320
2272 * gdb.base/pretty-array.c: New test.
2273 * gdb.base/pretty-array.exp: New file.
2274
ea90f227
TV
22752020-04-29 Tom de Vries <tdevries@suse.de>
2276
2277 PR symtab/25889
2278 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2279 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2280 and include cpexprs.exp.
2281
a65189c9
TV
22822020-04-28 Mark Williams <mark@myosotissp.com>
2283
2284 PR gdb/24480
2285 * dw4-toplevel-types.exp: Test for top level types.
2286 * dw4-toplevel-types.cc: Test for top level types.
2287
32d1f47a
TBA
22882020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2289
2290 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2291 (theads -> threads).
2292
56a4f5a1
TV
22932020-04-28 Tom de Vries <tdevries@suse.de>
2294
2295 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2296
0b2f8a3b
TV
22972020-04-28 Tom de Vries <tdevries@suse.de>
2298
2299 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2300
5390c717
TV
23012020-04-28 Tom de Vries <tdevries@suse.de>
2302
2303 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2304
15cd93d0
TV
23052020-04-28 Tom de Vries <tdevries@suse.de>
2306
2307 * gdb.dwarf2/main-foo.c: New test.
2308 * gdb.dwarf2/struct-with-sig.exp: New file.
2309
d472f0fb
TV
23102020-04-25 Tom de Vries <tdevries@suse.de>
2311
2312 * boards/debug-types.exp: New file.
2313
8d840e05
AB
23142020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2315
2316 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2317
bcfe6157
TT
23182020-04-24 Tom Tromey <tom@tromey.com>
2319
2320 PR symtab/12707:
2321 * gdb.python/py-symbol.exp: Update expected results for
2322 linkage_name test.
2323 * gdb.cp/print-demangle.exp: New file.
2324 * gdb.base/c-linkage-name.exp: Fix test.
2325 * gdb.guile/scm-symbol.exp: Update expected results for
2326 linkage_name test.
2327
f049a313
TT
23282020-04-24 Tom Tromey <tom@tromey.com>
2329
2330 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2331 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2332 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2333 assembler.
2334
7cf28874
TV
23352020-04-24 Tom de Vries <tdevries@suse.de>
2336
2337 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2338 C++.
2339
dac2fef7
TT
23402020-04-24 Tom Tromey <tromey@adacore.com>
2341
2342 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2343 values.
2344 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2345 values. Update test for minimal encodings.
2346 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2347 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2348 values. Update test for minimal encodings.
2349
1acda803
TT
23502020-04-24 Tom Tromey <tromey@adacore.com>
2351
2352 PR python/23662:
2353 * gdb.ada/variant.exp: Add Python checks.
2354 * gdb.rust/simple.exp: Add dynamic type checks.
2355
adfb9815
TT
23562020-04-24 Tom Tromey <tromey@adacore.com>
2357
2358 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2359 Make array type matching more lax.
2360 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2361 * gdb.ada/mi_variant.exp: New file.
2362 * gdb.ada/mi_variant/pck.ads: New file.
2363 * gdb.ada/mi_variant/pkg.adb: New file.
2364 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2365 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2366
7d79de9a
TT
23672020-04-24 Tom Tromey <tromey@adacore.com>
2368
2369 * gdb.ada/variant.exp: Add dynamic field offset tests.
2370 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2371 * gdb.ada/variant/pkg.adb: Add new variables.
2372
f8e89861
TT
23732020-04-24 Tom Tromey <tromey@adacore.com>
2374
2375 * gdb.ada/variant.exp: New file
2376 * gdb.ada/variant/pkg.adb: New file
2377 * gdb.ada/variant/pck.adb: New file
2378
86e887ae
TV
23792020-04-24 Tom de Vries <tdevries@suse.de>
2380
2381 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2382
88428775
TV
23832020-04-24 Tom de Vries <tdevries@suse.de>
2384
2385 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2386 flags.
2387
4e86f6e7
TV
23882020-04-24 Tom de Vries <tdevries@suse.de>
2389
2390 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2391
2016d3e6
TV
23922020-04-24 Tom de Vries <tdevries@suse.de>
2393
2394 * lib/gdb.exp (default_gdb_start): Handle eof.
2395 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2396 failure.
2397 * gdb.base/readnever.exp: Handle clean_restart failure.
2398
70bc38f5
TV
23992020-04-23 Tom de Vries <tdevries@suse.de>
2400
2401 * gdb.base/decl-before-def.exp: Run to main and print a again.
2402
de82891c
TV
24032020-04-23 Tom de Vries <tdevries@suse.de>
2404
2405 * gdb.base/decl-before-def-decl.c: New test.
2406 * gdb.base/decl-before-def-def.c: New test.
2407 * gdb.base/decl-before-def.exp: New file.
2408
96038148
TV
24092020-04-23 Tom de Vries <tdevries@suse.de>
2410
2411 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2412
54ac3df1
TV
24132020-04-22 Tom de Vries <tdevries@suse.de>
2414
2415 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2416 debug_info_offset.
2417 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2418 before $objsfile in the line line.
2419
714534e1
TV
24202020-04-22 Tom de Vries <tdevries@suse.de>
2421
2422 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2423
16a7dbf4
MS
24242020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2425
2426 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2427 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2428 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2429 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2430 * gdb.base/jit-protocol.h: Update definitions to match all usage
2431 contexts.
2432
24332020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2434
2435 * gdb.base: Rename all jit related test and source files.
2436
24372020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2438
2439 * gdb.base/jit-reader.exp: Relax register output check.
2440
317d2668
TV
24412020-04-22 Tom de Vries <tdevries@suse.de>
2442
2443 PR symtab/25764
2444 * gdb.base/psym-external-decl-2.c: New test.
2445 * gdb.base/psym-external-decl.c: New test.
2446 * gdb.base/psym-external-decl.exp: New file.
2447 * gdb.threads/tls.exp: Add PR25807 kfail.
2448
eea9e357
TV
24492020-04-22 Tom de Vries <tdevries@suse.de>
2450
2451 PR symtab/25801
2452 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2453 in "info source" output.
2454
3d5afab3
TV
24552020-04-22 Tom de Vries <tdevries@suse.de>
2456
2457 PR symtab/25700
2458 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2459 symtab for imported_unit.c.
2460
b32102f6
GB
24612020-04-21 Gary Benson <gbenson@redhat.com>
2462
2463 * gdb.base/advance.c (func): New argument, to match call site.
2464 (func2, func3): Add return statements.
2465
d43b7a2d
TBA
24662020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2467
2468 * gdb.multi/run-only-second-inf.c: New file.
2469 * gdb.multi/run-only-second-inf.exp: New file.
2470
d89edf9b
MM
24712020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2472
2473 * gdb.btrace/multi-inferior.c: New test.
2474 * gdb.btrace/multi-inferior.exp: New file.
2475
1a476b6d
MM
24762020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2477
2478 * gdb.btrace/enable-new-thread.c: New test.
2479 * gdb.btrace/enable-new-thread.exp: New file.
2480
4778a5f8
TV
24812020-04-21 Tom de Vries <tdevries@suse.de>
2482
2483 PR gdb/25471
2484 * gdb.threads/killed-outside.c: New test.
2485 * gdb.threads/killed-outside.exp: New file.
2486
9b2c992c
GB
24872020-04-20 Gary Benson <gbenson@redhat.com>
2488
2489 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2490 * gdb.base/nested-subp2.exp: Likewise.
2491 * gdb.base/nested-subp3.exp: Likewise.
2492
b5d1d6f7
GB
24932020-04-20 Gary Benson <gbenson@redhat.com>
2494
2495 * gdb.base/nested-subp1.exp: Disable test when using clang.
2496 * gdb.base/nested-subp2.exp: Likewise.
2497 * gdb.base/nested-subp3.exp: Likewise.
2498
25230285
GB
24992020-04-20 Gary Benson <gbenson@redhat.com>
2500
2501 * gdb.cp/exception.cc: Fix compilation error with clang.
2502
fa93cc8f
GB
25032020-04-20 Gary Benson <gbenson@redhat.com>
2504
809730f3 2505 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 2506
e0c45f30
GB
25072020-04-20 Gary Benson <gbenson@redhat.com>
2508
2509 * gdb.base/jit-main.c: Fix compilation error with clang.
2510
4ddfec93
KR
25112020-04-17 Kamil Rytarowski <n54@gmx.com>
2512
2513 * gdb.base/attach-twice.c: Include "sys/types.h".
2514 (PTRACE_ATTACH): Add fallback definition.
2515 (main): Pass `0' to the 4th argument of `ptrace'.
2516
2bed205e
KR
25172020-04-17 Kamil Rytarowski <n54@gmx.com>
2518
2519 * gdb.base/fork-running-state.c: Include "signal.h".
2520
0743fc83
TT
25212020-04-17 Tom Tromey <tromey@adacore.com>
2522
2523 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2524 Update tests.
2525 * gdb.btrace/cpu.exp: Update tests.
2526 * gdb.base/maint.exp: Update tests.
2527 * gdb.base/default.exp: Update tests.
2528 * gdb.base/completion.exp: Update tests.
2529
efba5c23
TV
25302020-04-16 Tom de Vries <tdevries@suse.de>
2531
2532 PR symtab/25791
2533 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2534 (ensure_gdb_index): and factor out and move ...
2535 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2536 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2537
d191d716
TV
25382020-04-16 Tom de Vries <tdevries@suse.de>
2539
2540 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2541 loading exec.
2542
99f1bc6a
AB
25432020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2544
2545 * gdb.base/many-completions.exp: New file.
2546
194d088f
TV
25472020-04-14 Tom de Vries <tdevries@suse.de>
2548
2549 PR symtab/25718
2550 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2551
c1a66c06
TV
25522020-04-14 Tom de Vries <tdevries@suse.de>
2553
2554 PR symtab/25720
2555 * gdb.base/maint-expand-symbols-header-file.c: New test.
2556 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2557 * gdb.base/maint-expand-symbols-header-file.h: New test.
2558
21b0982c
AB
25592020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2560
2561 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2562 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2563 get_func_info.
2564 (get_func_info): Delete.
2565 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2566 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2567 * lib/dwarf.exp (get_func_info): New function.
2568
dd1cab06
TV
25692020-04-13 Tom de Vries <tdevries@suse.de>
2570
2571 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2572 to what find_gnatmake does.
2573
71ea2b6b
TV
25742020-04-10 Tom de Vries <tdevries@suse.de>
2575
2576 * gdb.base/style.exp: Expect "Expanding full symbols" message for
2577 -readnow.
2578
bdfc1e8a
TV
25792020-04-10 Tom de Vries <tdevries@suse.de>
2580
2581 PR cli/25808
2582 * gdb.base/style.c: Add leading newlines.
2583 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
2584 Check listing of main's one-line body.
2585
14ca8ecf
TV
25862020-04-08 Tom de Vries <tdevries@suse.de>
2587
2588 * lib/gdb.exp (psymtabs_p): New proc.
2589 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
2590 importing unit" unsupported if there are no partial symbols.
2591
e21d048f
TV
25922020-04-08 Tom de Vries <tdevries@suse.de>
2593
2594 PR testsuite/25760
2595 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
2596
25c11aca
TV
25972020-04-07 Tom de Vries <tdevries@suse.de>
2598
2599 PR symtab/25796
2600 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
2601
5707e24b
TV
26022020-04-07 Tom de Vries <tdevries@suse.de>
2603
2604 * gdb.base/check-psymtab.c: New test.
2605 * gdb.base/check-psymtab.exp: New file.
2606
6ee448cc
TT
26072020-04-06 Tom Tromey <tromey@adacore.com>
2608
2609 * gdb.ada/variant-record/proc.adb: New file.
2610 * gdb.ada/variant-record/value.adb: New file.
2611 * gdb.ada/variant-record/value.s: New file.
2612 * gdb.ada/variant-record.exp: New file.
2613
9e7c9a03
HD
26142020-04-03 Hannes Domani <ssbssa@yahoo.de>
2615
2616 PR gdb/25325
2617 * gdb.cp/typed-enum.cc: New test.
2618 * gdb.cp/typed-enum.exp: New file.
2619
c90d28ac
AB
26202020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
2623 * gdb.dwarf2/dw2-inline-small-func.c: New file.
2624 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
2625 * gdb.dwarf2/dw2-inline-small-func.h: New file.
2626 * gdb.opt/inline-small-func.c: New file.
2627 * gdb.opt/inline-small-func.exp: New file.
2628 * gdb.opt/inline-small-func.h: New file.
2629
34e9a9fa
AB
26302020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2631
2632 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
2633 function.
2634
6a354911
AB
26352020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
2636
2637 * lib/dwarf.exp (function_range): Allow compiler options to be
2638 specified.
2639
880d9777
TV
26402020-04-02 Tom de Vries <tdevries@suse.de>
2641
2642 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
2643 __attribute__((always_inline)).
2644 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
2645
f32682ea
TV
26462020-04-02 Tom de Vries <tdevries@suse.de>
2647
2648 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
2649 (gdbserver_gdb_exit): ... here. Add timeout warning.
2650 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
2651 (connect_target_extended_remote): Append new server_spawn_id to
2652 server_spawn_ids.
2653 (cleanup): New proc.
2654 (setup, <toplevel>): Call cleanup.
2655
d3214198
TV
26562020-04-02 Tom de Vries <tdevries@suse.de>
2657
2658 * gdb.base/main-psymtab.exp: New file.
2659
cc77ed24
TV
26602020-04-02 Tom de Vries <tdevries@suse.de>
2661
2662 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2663
3638a098
TT
26642020-04-01 Tom Tromey <tom@tromey.com>
2665
2666 * gdb.base/complex-parts.exp: Add type tests.
2667
c34e8714
TT
26682020-04-01 Tom Tromey <tom@tromey.com>
2669
2670 * gdb.base/complex-parts.exp: Add arithmetic tests.
2671
981c08ce
TT
26722020-04-01 Tom Tromey <tom@tromey.com>
2673
2674 * gdb.compile/compile.exp: Update.
2675 * gdb.compile/compile-cplus.exp: Update.
2676 * gdb.base/varargs.exp: Update.
2677 * gdb.base/floatn.exp: Update.
2678 * gdb.base/endianity.exp: Update.
2679 * gdb.base/callfuncs.exp (do_function_calls): Update.
2680 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
2681 (complex_float_integral_args): Update.
2682 * gdb.base/complex.exp: Update.
2683 * gdb.base/complex-parts.exp: Update.
2684
3d1cfd43
TT
26852020-04-01 Tom Tromey <tromey@adacore.com>
2686
2687 * gdb.rust/union.rs: New file.
2688 * gdb.rust/union.exp: New file.
2689 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
2690 (main): Update.
2691 * gdb.rust/simple.exp: Move union tests to union.exp.
2692
e033dfa9
TT
26932020-04-01 Tom Tromey <tromey@adacore.com>
2694
2695 * gdb.rust/simple.rs (main): Remove "y0".
2696
53cccef1
TBA
26972020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2698
2699 * gdb.multi/stop-all-on-exit.c: New test.
2700 * gdb.multi/stop-all-on-exit.exp: New file.
2701
60e22c1e
HD
27022020-04-01 Hannes Domani <ssbssa@yahoo.de>
2703
2704 PR gdb/24789
2705 * gdb.cp/misc.cc: Add integer reference variable.
2706 * gdb.cp/misc.exp: Add test.
2707
e139a727
TBA
27082020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2709
2710 * gdb.server/stop-reply-no-thread.exp: Enhance the test
2711 scenario to cover execution until the end and also the case
2712
16b0db75
TV
27132020-03-31 Tom de Vries <tdevries@suse.de>
2714
2715 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
2716 c. Use "maint info symtabs" to check symtab expansion.
2717
c0502da6
TV
27182020-03-30 Tom de Vries <tdevries@suse.de>
2719
2720 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
2721 unsupported.
2722 (verify_psymtab_expanded): Move ...
2723 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
2724 test.
2725 (readnow): New proc.
2726
5935fd15
AB
27272020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2728
2729 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
2730 with $hex.
2731
1773be9e
TT
27322020-03-20 Tom Tromey <tromey@adacore.com>
2733
2734 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
2735
70304be9
TT
27362020-03-20 Tom Tromey <tromey@adacore.com>
2737
2738 * gdb.ada/sub_variant/subv.adb: New file.
2739 * gdb.ada/sub_variant.exp: New file.
2740
0dd7b8f7
TV
27412020-03-20 Tom de Vries <tdevries@suse.de>
2742
2743 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
2744 first break fails.
2745 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
2746
cada5fc9
AB
27472020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2748
2749 * gdb.server/exit-multiple-threads.c: New file.
2750 * gdb.server/exit-multiple-threads.exp: New file.
2751
6b8c53f2
AB
27522020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2753
2754 * gdb.fortran/mixed-lang-stack.c: New file.
2755 * gdb.fortran/mixed-lang-stack.cpp: New file.
2756 * gdb.fortran/mixed-lang-stack.exp: New file.
2757 * gdb.fortran/mixed-lang-stack.f90: New file.
2758
19a2740f
AB
27592020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2760
2761 * gdb.linespec/cp-completion-aliases.cc: New file.
2762 * gdb.linespec/cp-completion-aliases.exp: New file.
2763
d8c8b848
TV
27642020-03-19 Tom de Vries <tdevries@suse.de>
2765
2766 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2767 more precise.
2768
a9933ccf
TV
27692020-03-18 Tom de Vries <tdevries@suse.de>
2770
2771 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2772 * gdb.dwarf2/break-inline-psymtab.c: New test.
2773 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2774
2f89101f
TV
27752020-03-16 Tom de Vries <tdevries@suse.de>
2776
2777 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2778 cache_verify and cache_verify_proc.
2779
6b9374f1
TV
27802020-03-15 Tom de Vries <tdevries@suse.de>
2781
2782 * gdb.server/solib-list.exp: Handle
2783 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2784
eaeaf44c
TV
27852020-03-15 Tom de Vries <tdevries@suse.de>
2786
2787 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2788 objfiles".
2789
3293bbaf
TT
27902020-03-14 Tom Tromey <tom@tromey.com>
2791
2792 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2793
ab44624c
TV
27942020-03-14 Tom de Vries <tdevries@suse.de>
2795
2796 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2797
54c43825
TV
27982020-03-14 Tom de Vries <tdevries@suse.de>
2799
2800 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2801 result in line-by-line fashion.
2802
2ac70237
TV
28032020-03-14 Tom de Vries <tdevries@suse.de>
2804
2805 * lib/gdb.exp (supports_statement_frontiers): New proc.
2806 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2807
09546b56
TV
28082020-03-14 Tom de Vries <tdevries@suse.de>
2809
2810 * gdb.base/printcmds.exp: Add missing quoting for "print
2811 teststring2".
2812
a1f6a07c
TT
28132020-03-13 Tom Tromey <tom@tromey.com>
2814
2815 * gdb.base/printcmds.exp (test_print_strings): Add regression
2816 test.
2817 * gdb.base/printcmds.c (charptr): New typedef.
2818 (teststring2): New global.
2819
1b83d09c
AB
28202020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2821
2822 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2823 full path in the test name.
2824 (test_ld): Add some with_test_prefix blocks to make test names
2825 unique.
2826
2d61316c
TV
28272020-03-13 Tom de Vries <tdevries@suse.de>
2828
2829 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2830
2e9145ac
TV
28312020-03-13 Tom de Vries <tdevries@suse.de>
2832
2833 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2834
96c7f873
TV
28352020-03-13 Tom de Vries <tdevries@suse.de>
2836
2837 PR symtab/25646
2838 * gdb.dwarf2/imported-unit.exp: Add test.
2839
49ba92c0
TV
28402020-03-13 Tom de Vries <tdevries@suse.de>
2841
2842 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2843 (var1, var2): New variable.
2844 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2845 matching symbols.
2846
301b21e0
TV
28472020-03-13 Tom de Vries <tdevries@suse.de>
2848
2849 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2850 (Term::command): Use prompt prefix.
2851 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2852 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2853 command_no_prompt_prefix instead of prefix.
2854 * gdb.tui/tui-layout-asm.exp: Same.
2855
3f512721
SM
28562020-03-12 Simon Marchi <simon.marchi@efficios.com>
2857
2858 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2859
40310f30
SM
28602020-03-12 Simon Marchi <simon.marchi@efficios.com>
2861
2862 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2863 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2864 on" while stepping over the test instruction, match printed
2865 message.
2866
09252140
TV
28672020-03-12 Tom de Vries <tdevries@suse.de>
2868
2869 * gdb.base/info-types.exp: Use exp_continue during matching of output
2870 of "info types".
2871
14e9c72c
TV
28722020-03-12 Tom de Vries <tdevries@suse.de>
2873
2874 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2875
e515d67e
TV
28762020-03-12 Tom de Vries <tdevries@suse.de>
2877
2878 * gdb.fortran/module.exp: Use exp_continue during matching of output
2879 of "info variable -n".
2880
307eafd8
TV
28812020-03-12 Tom de Vries <tdevries@suse.de>
2882
2883 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2884 gdb.dwarf2/dw2-ranges-base.c.
2885
9a2de3fc
TV
28862020-03-12 Tom de Vries <tdevries@suse.de>
2887
2888 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2889 in presence of GLIBC debuginfo.
2890
3217502e
TV
28912020-03-12 Tom de Vries <tdevries@suse.de>
2892
2893 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2894 $core.
2895
1281424c
TV
28962020-03-12 Tom de Vries <tdevries@suse.de>
2897
2898 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2899 more precise.
2900
038b97fc
SM
29012020-03-11 Simon Marchi <simon.marchi@efficios.com>
2902
2903 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2904 from Unix to Windows path.
2905
5308d1e7
TV
29062020-03-11 Tom de Vries <tdevries@suse.de>
2907
2908 * gdb.ada/minsyms.exp: Set language to ada.
2909
f870f78f
TV
29102020-03-11 Tom de Vries <tdevries@suse.de>
2911
2912 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2913
5a13315d
TV
29142020-03-11 Tom de Vries <tdevries@suse.de>
2915
2916 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2917
976862ed
TT
29182020-03-11 Tom Tromey <tromey@adacore.com>
2919
2920 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2921
7462c383
TV
29222020-03-11 Tom de Vries <tdevries@suse.de>
2923
2924 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2925
1c6c46a0
TV
29262020-03-11 Tom de Vries <tdevries@suse.de>
2927
2928 * gdb.base/break-interp.exp: Limit verbose scope.
2929
44f41bb7
TV
29302020-03-11 Tom de Vries <tdevries@suse.de>
2931
2932 * gdb.fortran/logical.f90: Define variable with character type.
2933 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2934
b76f3a42
TV
29352020-03-11 Tom de Vries <tdevries@suse.de>
2936
2937 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2938
1c33af77
TV
29392020-03-11 Tom de Vries <tdevries@suse.de>
2940
2941 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2942 symtabs.
2943
8c95582d
AB
29442020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2945 Bernd Edlinger <bernd.edlinger@hotmail.de>
2946
2947 * gdb.cp/step-and-next-inline.cc: New file.
2948 * gdb.cp/step-and-next-inline.exp: New file.
2949 * gdb.cp/step-and-next-inline.h: New file.
2950 * gdb.dwarf2/dw2-is-stmt.c: New file.
2951 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2952 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2953 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2954 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2955
cecf8547
AB
29562020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2957
2958 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2959 is-stmt flag in the line table.
2960
0ba678c9
TV
29612020-03-09 Tom de Vries <tdevries@suse.de>
2962
2963 * lib/gdb.exp (cached_file): Create cache dir.
2964
72fbdf83
TV
29652020-03-07 Tom de Vries <tdevries@suse.de>
2966
2967 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2968 * gdb.cp/rvalue-ref-params.exp: Same.
2969
436b5e99
TV
29702020-03-06 Tom de Vries <tdevries@suse.de>
2971
2972 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2973 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2974
09f2921c
TV
29752020-03-06 Tom de Vries <tdevries@suse.de>
2976
2977 * README: Fix "the the".
2978 * gdb.base/dprintf.exp: Same.
2979
50a3cc5d
TV
29802020-03-05 Tom de Vries <tdevries@suse.de>
2981
2982 * gdb.base/maint.exp: Update "main print statistics" expected output.
2983
0a709cba
AKS
29842020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2985
2986 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2987 (fortran_int8): Likewise.
2988 (fortran_real4): Likewise.
2989 (fortran_real8): Likewise.
2990 (fortran_complex4): Likewise.
2991 (fortran_logical4): Likewise.
2992 (fortran_character1): Likewise.
2993
5e5d66b6
AB
29942020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2995
2996 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2997 printed as true.
2998
7b973adc
SDJ
29992020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
3000
3001 * gdb.base/printcmds.exp: Add test to verify printf of a
3002 variable holding an address.
3003
478e490a
TV
30042020-03-03 Tom de Vries <tdevries@suse.de>
3005
3006 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
3007
1ef44e86
TV
30082020-03-03 Tom de Vries <tdevries@suse.de>
3009
3010 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
3011 gdb_test_multiple call.
3012
b98cc2cf
TV
30132020-03-03 Tom de Vries <tdevries@suse.de>
3014
3015 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
3016 gdb_test_multiple calls.
3017
63e163f2
AB
30182020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3019
3020 * gdb.base/default.exp: Remove test of 'set history filename'.
3021 * gdb.base/gdbinit-history.exp: Add tests for setting the history
3022 filename to the empty string.
3023 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
3024 and GDBHISTSIZE.
3025
24ed6739
AB
30262020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3027
3028 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
3029 disabled.
3030
590003dc 30312020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 3032 Tom de Vries <tdevries@suse.de>
590003dc
TV
3033
3034 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
3035 -prompt prefix, before user_code argument. Add -lbl option likewise.
3036 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
3037 (gdb_is_target_1): Add -prompt prefix and move to before user_code
3038 argument.
3039 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
3040 have "\r\n" at start-of-line, instead of at end-of-line.
3041
f5e46084
SM
30422020-02-28 Simon Marchi <simon.marchi@efficios.com>
3043
3044 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
3045 libinproctrace.so.
3046
f7a7000d
LM
30472020-02-28 Luis Machado <luis.machado@linaro.org>
3048
3049 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
3050 to "p/x".
3051
718e0816
LM
30522020-02-28 Luis Machado <luis.machado@linaro.org>
3053
3054 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
3055 asm/ptrace.h and error.h.
3056
13c3a74a
TV
30572020-02-28 Tom de Vries <tdevries@suse.de>
3058
3059 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
3060 (struct wrapper, do_something, mundane/symada__cS): Move ...
3061 * gdb.base/c-linkage-name-2.c: ... here. New source file.
3062 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
3063 Update "print symada__cS before partial symtab expansion" regexp.
3064 Update breakpoint location. Flush symbol cache after expansion.
3065
85d2d5bb
LM
30662020-02-28 Luis Machado <luis.machado@linaro.org>
3067
3068 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
3069
3608f86c
TV
30702020-02-27 Tom de Vries <tdevries@suse.de>
3071
3072 * config/sid.exp: Remove unused globals.
3073 * gdb.base/attach.exp: Same.
3074 * gdb.base/catch-load.exp: Same.
3075 * gdb.base/dbx.exp: Same.
3076 * lib/gdb.exp: Same.
3077 * lib/mi-support.exp: Same.
3078 * lib/prompt.exp: Same.
3079
c8d4f6df
TV
30802020-02-27 Tom de Vries <tdevries@suse.de>
3081
3082 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
3083 not set.
3084
0d79cdc4
AM
30852020-02-26 Aaron Merey <amerey@redhat.com>
3086
3087 * gdb.debuginfod: New directory for debuginfod tests.
3088 * gdb.debuginfod/main.c: New test file.
3089 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
3090
0dce4280
TV
30912020-02-26 Tom de Vries <tdevries@suse.de>
3092
3093 PR gdb/25603
3094 * gdb.base/persistent-lang.cc: New test.
3095 * gdb.base/persistent-lang.exp: New file.
3096
9e80cfa1
AB
30972020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3098
3099 * gdb.fortran/derived-type-striding.exp: Add a new test.
3100 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
3101 new test.
3102
2078dbb2
AB
31032020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3104
3105 * gdb.base/cached-source-file.exp: Avoid source file paths in test
3106 names.
3107
70d49700
TV
31082020-02-25 Tom de Vries <tdevries@suse.de>
3109
3110 PR go/18926
3111 * gdb.go/methods.exp: Remove gcc/93866 xfail.
3112
a88ef40d
TV
31132020-02-24 Tom de Vries <tdevries@suse.de>
3114
3115 PR gdb/25592
3116 * gdb.base/info-locals-unused-static-var.c: New test.
3117 * gdb.base/info-locals-unused-static-var.exp: New file.
3118
01b1af32
TT
31192020-02-22 Tom Tromey <tom@tromey.com>
3120
3121 * gdb.python/tui-window.exp: New file.
3122 * gdb.python/tui-window.py: New file.
3123
7c043ba6
TT
31242020-02-22 Tom Tromey <tom@tromey.com>
3125
3126 PR tui/17850:
3127 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
3128 tests.
3129
c22fef7e
TT
31302020-02-22 Tom Tromey <tom@tromey.com>
3131
3132 * gdb.tui/new-layout.exp: Add sub-layout tests.
3133
ee325b61
TT
31342020-02-22 Tom Tromey <tom@tromey.com>
3135
3136 * gdb.tui/new-layout.exp: New file.
3137
3f0cbb04
TT
31382020-02-22 Tom Tromey <tom@tromey.com>
3139
3140 * gdb.rust/rust-style.rs: New file.
3141 * gdb.rust/rust-style.exp: New file.
3142 * gdb.base/style.exp: Test structure printing.
3143 * gdb.base/style.c (struct some_struct): New type.
3144 (enum etype): New type.
3145 (struct_value): New global.
3146
75525152
TV
31472020-02-21 Tom de Vries <tdevries@suse.de>
3148
3149 PR go/18926
3150 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
3151 Remove blanket xfails. Use message argument for gdb_breakpoint.
3152 Make continuing to breakpoint test conditional on setting breakpoint.
3153 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
3154 DW_AT_name attribute. Add xfail for GCC PR93866.
3155
bd360d30
AB
31562020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
3157
3158 * gdb.dwarf2/cpp-linkage-name.c: New file.
3159 * gdb.dwarf2/cpp-linkage-name.exp: New file.
3160
c7adb09f 31612020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
3162
3163 * lib/gdb.exp (gdb_wrapper_init): Reset
3164 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
3165 not exist.
3166
a9c79803
TV
31672020-02-20 Tom de Vries <tdevries@suse.de>
3168
3169 PR go/17018
3170 * gdb.go/hello.exp: Copy ...
3171 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
3172 print of st to print value of global definition. Add xfail for GCC
3173 PR93844.
3174 * gdb.go/hello.exp: Remove printing of st before definition.
3175 * gdb.go/hello.go: Copy ...
3176 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
3177 to st.
3178 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
3179
d7445728
TV
31802020-02-20 Tom de Vries <tdevries@suse.de>
3181
3182 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
3183 (gdb_simple_compile): Handle compile_flags go by using .go extension
3184 for source file.
3185 * gdb.go/chan.exp: Use support_go_compile.
3186 * gdb.go/handcall.exp: Same.
3187 * gdb.go/hello.exp: Same.
3188 * gdb.go/integers.exp: Same.
3189 * gdb.go/max-depth.exp: Same.
3190 * gdb.go/methods.exp: Same.
3191 * gdb.go/package.exp: Same.
3192 * gdb.go/strings.exp: Same.
3193 * gdb.go/types.exp: Same.
3194 * gdb.go/unsafe.exp: Same.
3195
c9c41e6d
TV
31962020-02-19 Tom de Vries <tdevries@suse.de>
3197
3198 * gdb.python/lib-types.exp: Make xfail more strict.
3199
f20ff837
TV
32002020-02-19 Tom de Vries <tdevries@suse.de>
3201
3202 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
3203
08410482
DE
32042020-02-19 Doug Evans <dje@google.com>
3205
3206 PR rust/25535
3207 * gdb.rust/simple.exp: Add test.
3208 * gdb.rust/simple.rs: Add test.
3209
623563f7
TV
32102020-02-19 Tom de Vries <tdevries@suse.de>
3211
3212 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
3213 output line-by-line.
3214
d3308cfd
TV
32152020-02-19 Tom de Vries <tdevries@suse.de>
3216
3217 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3218
86cbc5dc
TV
32192020-02-19 Tom de Vries <tdevries@suse.de>
3220
3221 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3222 prelink.
3223
9db2b96b
TV
32242020-02-19 Tom de Vries <tdevries@suse.de>
3225
3226 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3227 (gdb_do_cache): Use gdb_do_cache_wrap.
3228 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3229
89e2fdc5
TV
32302020-02-19 Tom de Vries <tdevries@suse.de>
3231
3232 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3233 gdb_compile option.
3234
373d7ac0
SM
32352020-02-18 Simon Marchi <simon.marchi@efficios.com>
3236
3237 * gdb.base/printcmds.exp (test_print_enums): Update expected
3238 output.
3239
b29a2df0
SM
32402020-02-18 Simon Marchi <simon.marchi@efficios.com>
3241
3242 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3243 for "unknown".
3244
6740f0cc
SM
32452020-02-18 Simon Marchi <simon.marchi@efficios.com>
3246
3247 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3248 enumerator.
3249
edd45eb0
SM
32502020-02-18 Simon Marchi <simon.marchi@efficios.com>
3251
3252 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3253 FE_, add FE_NONE.
3254 (three): Update.
3255 (enum flag_enum_without_zero): New enum.
3256 (flag_enum_without_zero): New variable.
3257 (enum not_flag_enum): New enum.
3258 (three_not_flag): New variable.
3259 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3260 (test_print_enums): Add more tests for printing flag enums.
3261
d4295de4
TV
32622020-02-18 Tom de Vries <tdevries@suse.de>
3263
3264 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3265 (gdb_compile_ada): ... here.
3266 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3267 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3268
f251f505
TT
32692020-02-14 Tom Tromey <tom@tromey.com>
3270
3271 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3272 build directory.
3273 * boards/gdbserver-base.exp: Update path to gdbserver.
3274
8f432634
TV
32752020-02-13 Tom de Vries <tdevries@suse.de>
3276
3277 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3278
92b6eaf7
TV
32792020-02-13 Tom de Vries <tdevries@suse.de>
3280
3281 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3282 are missing.
3283
f3b0f7fe
TV
32842020-02-13 Tom de Vries <tdevries@suse.de>
3285
3286 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3287 call.
3288
f6be8713
SDJ
32892020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3290
3291 PR tui/25126
3292 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3293 * gdb.base/cached-source-file.c: New file.
3294 * gdb.base/cached-source-file.exp: New file.
3295
b2770d5e
TV
32962020-02-11 Tom de Vries <tdevries@suse.de>
3297
3298 PR testsuite/25488
3299 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3300
44f6938e
TV
33012020-02-10 Tom de Vries <tdevries@suse.de>
3302
3303 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3304
5f0e2eb7
MR
33052020-02-10 Maciej W. Rozycki <macro@wdc.com>
3306
3307 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3308 and $after_addr are both integers before making a comparison.
3309
46ce2b6f
TV
33102020-02-09 Tom de Vries <tdevries@suse.de>
3311
3312 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3313 command output and paste it into gdb.log. If any, paste catch message
3314 to gdb.log.
3315
5abbbe1d
TT
33162020-02-07 Tom Tromey <tromey@adacore.com>
3317
3318 PR breakpoints/24915:
3319 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3320
1d5d29e7
SV
33212020-02-06 Shahab Vahedi <shahab@synopsys.com>
3322
3323 * gdb.tui/tui-missing-src.exp: Add the "missing source
3324 file" test for the TUI.
3325
b0999b9b
AB
33262020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3327
3328 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3329 including a port number in the output.
3330
c3b149eb
AKS
33312020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3332
3333 * lib/fortran.exp (fortran_int4): Handle clang.
3334 (fortran_int8): Likewise.
3335 (fortran_real4): Likewise.
3336 (fortran_real8): Likewise.
3337 (fortran_complex4): Likewise.
3338 (fortran_logical4): Likewise.
3339 (fortran_character1): Likewise.
3340
f8dcc90b
TV
33412020-02-04 Tom de Vries <tdevries@suse.de>
3342
3343 * README (Race detection): Add note.
3344
f90ac7c2
TV
33452020-02-04 Tom de Vries <tdevries@suse.de>
3346
3347 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3348
780636ae
TV
33492020-02-04 Tom de Vries <tdevries@suse.de>
3350
3351 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3352
5d2e1193
RA
33532020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3354
3355 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3356 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3357 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3358 blttar, bnetarl.
3359 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3360 binary for blttar, bnetarl.
3361 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3362 wait instruction. Delete ldmx test.
3363 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3364
e409c542
AKS
33652020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3366
3367 * gdb.fortran/array-bounds-high.exp: New file.
3368 * gdb.fortran/array-bounds-high.f90: New file.
3369
b0029748
LD
33702020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3371
3372 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3373 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3374
195a8287
TV
33752020-02-01 Tom de Vries <tdevries@suse.de>
3376
3377 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3378
42330a68
AB
33792020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3380
3381 PR tui/9765
3382 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3383 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3384
b62a8028
LM
33852020-01-29 Luis Machado <luis.machado@linaro.org>
3386
3387 * gdb.arch/aarch64-brk-patterns.c: New source file.
3388 * gdb.arch/aarch64-brk-patterns.exp: New test.
3389
5f440116
TBA
33902020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3391
3392 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3393 GCC/Clang version.
3394 * gdb.cp/pass-by-ref.exp: Ditto.
3395
ee2a6fc6
TV
33962020-01-29 Tom de Vries <tdevries@suse.de>
3397
3398 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3399 * gdb.threads/watchpoint-fork-mt.c: Same.
3400 * gdb.threads/watchpoint-fork-parent.c: Same.
3401 * gdb.threads/watchpoint-fork-st.c: Same.
3402 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3403
16b10d6e
LM
34042020-01-27 Luis Machado <luis.machado@linaro.org>
3405
3406 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3407 sitting at a syscall instruction when we hit the syscall function's
3408 breakpoint.
3409 Check PC against one obtained with the x command.
3410 Validate syscall number.
3411 (step_over_syscall): Don't continue to the syscall instruction if
3412 we're already there.
3413
b1468492
PW
34142020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3415
3416 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3417
7ffa82e1
AB
34182020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3419
3420 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3421 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3422
3d92a3e3
AB
34232020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3424
3425 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3426 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3427
94a72be7
AB
34282020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3429
3430 * gdb.base/maint.exp: Update line table parsing test.
3431 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3432
53af73bf
PA
34332020-01-24 Pedro Alves <palves@redhat.com>
3434
3435 PR gdb/25410
3436 * gdb.multi/multi-re-run-1.c: New.
3437 * gdb.multi/multi-re-run-2.c: New.
3438 * gdb.multi/multi-re-run.exp: New.
3439
1ba1ac88
AB
34402020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3441
3442 PR gdb/23718
3443 * gdb.server/server-kill-python.exp: New file.
3444
f3364a6d
AB
34452020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3446
3447 * gdb.server/multi-ui-errors.c: New file.
3448 * gdb.server/multi-ui-errors.exp: New file.
3449
733d0a67
AB
34502020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3451
3452 PR tui/9765
3453 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3454
4f13c1c0
TT
34552020-01-19 Tom Tromey <tom@tromey.com>
3456
3457 * gdb.tui/main.exp: Add check for plain "file".
3458
40c94099
CB
34592020-01-16 Christian Biesinger <cbiesinger@google.com>
3460
3461 * lib/gdb.exp: Fix spelling error (seperatelly).
3462
ff47f4f0
TT
34632020-01-14 Tom Tromey <tom@tromey.com>
3464
3465 PR symtab/12535:
3466 * gdb.python/python.exp: Test decode_line with empty string
3467 argument.
3468
717c684d
BE
34692020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3470
3471 * gdb.base/skip-inline.exp: Extend test.
3472
44e4c775
AB
34732020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3474
3475 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3476 * gdb.dwarf2/dw2-bad-elf.c: New file.
3477 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3478
d93c6db7
AB
34792020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3480
3481 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3482 _line_saw_file.
3483
9a6d629c
AB
34842020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3485
3486 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3487 border.
3488
d9ebdab7
TBA
34892020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3490
3491 * gdb.multi/multi-target.exp (setup): Factor out "info
3492 connections" and "info inferiors" tests to ...
3493 (test_info_inferiors): ... this new procedure.
3494 (top level): Run new "info-inferiors" tests.
3495
f3c469b9
PA
34962020-01-10 Pedro Alves <palves@redhat.com>
3497
3498 * gdb.server/bkpt-other-inferior.exp: New file.
3499
121b3efd
PA
35002020-01-10 Pedro Alves <palves@redhat.com>
3501
3502 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3503 of "add-inferior".
3504 * gdb.base/quit-live.exp: Likewise.
3505 * gdb.base/remote-exec-file.exp: Likewise.
3506 * gdb.guile/scm-progspace.exp: Likewise.
3507 * gdb.linespec/linespec.exp: Likewise.
3508 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3509 * gdb.mi/user-selected-context-sync.exp: Likewise.
3510 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3511 "info inferiors" tests.
3512 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3513 "add-inferior".
3514 * gdb.multi/watchpoint-multi.exp: Likewise.
3515 * gdb.python/py-inferior.exp: Likewise.
3516 * gdb.server/extended-remote-restart.exp: Likewise.
3517 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3518 "info inferiors".
3519 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3520 * gdb.trace/report.exp: Likewise.
3521
1dadb1dd
PA
35222020-01-10 Pedro Alves <palves@redhat.com>
3523
3524 * gdb.multi/multi-target.c: New file.
3525 * gdb.multi/multi-target.exp: New file.
3526 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3527 mode requested, but remote does not support non-stop".
3528
78f2c40a
PA
35292020-01-10 Pedro Alves <palves@redhat.com>
3530
3531 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3532 disconnect before reconnecting.
3533
e7af6c70
TBA
35342020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3535 Pedro Alves <palves@redhat.com>
3536
3537 * gdb.server/connect-without-multi-process.exp: Also test
3538 continuing to end.
3539
acdf84a6
PA
35402020-01-10 Pedro Alves <palves@redhat.com>
3541
3542 * gdb.base/remote-exec-file.exp: New file.
3543
873657b9
PA
35442020-01-10 Pedro Alves <palves@redhat.com>
3545
3546 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3547 output.
3548 * gdb.threads/async.c: New.
3549 * gdb.threads/async.exp: New.
3550 * gdb.multi/tids-gid-reset.c: New.
3551 * gdb.multi/tids-gid-reset.exp: New.
3552
7f0ae84c
GB
35532020-01-10 George Barrett <bob@bob131.so>
3554
3555 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3556 to help in finding the image relocation offset.
3557 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3558 options in arguments.
3559 (stap_test_no_debuginfo): Likewise.
3560 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3561 test variants.
3562 (stap_test): Add null semaphore relocation test.
3563
47e9d49d
GB
35642020-01-10 George Barrett <bob@bob131.so>
3565
3566 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3567 * gdb.base/stap-probe.exp: Likewise.
3568 (stap_test): Pass argument as an additional flag.
3569 (stap_test_no_debuginfo): Likewise.
3570 (stap_test): Check `info probes stap' output for semaphore
3571 addresses if the test binary is supposed to have them.
3572
f5a7c406
AB
35732020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3574
3575 * gdb.tui/basic.exp: Add more scrolling tests.
3576
9ae6bf64
TT
35772020-01-09 Tom Tromey <tom@tromey.com>
3578
3579 PR tui/18932:
3580 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
3581 meangingful value.
3582 (Term::command, Term::resize): Update.
3583 * gdb.tui/basic.exp: Add scrolling test.
3584
b2efe70c
AB
35852020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3586
3587 * gdb.tui/tui-layout-asm.exp: New file.
3588
3804da7e
AB
35892020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3590
3591 * lib/tuiterm.exp (Term::check_box_contents): New proc.
3592
b40aa28f
AB
35932020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3594
3595 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
3596 (Term::enter_tui): Use Term::prepare_for_tui.
3597
63ffd7c9
AB
35982020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3599
3600 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
3601 called.
3602
3be966f6
AB
36032020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3604
3605 * gdb.base/skip.exp: Fix race condition in test.
3606
153d79c4
AB
36072020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3608
3609 * gdb.base/backtrace.c: New file.
3610 * gdb.base/backtrace.exp: New file.
3611
f2302a34
AB
36122020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
3613
3614 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
3615
6ec1d75e
PW
36162020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3617
3618 * gdb.base/style.exp: Test that warnings are styled.
3619
c296cbe6
BE
36202019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3621
3622 * gdb.base/line65535.exp: New file.
3623 * gdb.base/line65535.c: New file.
3624
b28a729d
SM
36252019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
3626
3627 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
3628 * lib/gnat_debug_info_test.adb: New file.
3629 * gdb.ada/ptype_tagged_param.exp: Use
3630 gnat_runtime_has_debug_info, expect a different output if
3631 runtime does not have debug info.
3632
7f2d7a0d
SM
36332019-12-20 Simon Marchi <simon.marchi@efficios.com>
3634
3635 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
3636 (another) quote in test name.
3637
f3bce483
SM
36382019-12-20 Simon Marchi <simon.marchi@efficios.com>
3639
3640 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
3641 Add quote in test name.
3642
c855a912
TBA
36432019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3644
3645 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
3646 directory instead.
3647 * gdb.cp/pass-by-ref.exp: Extend with more cases.
3648 * gdb.cp/pass-by-ref-2.cc: New file.
3649 * gdb.cp/pass-by-ref-2.exp: New file.
3650
fc9d2d72
TT
36512019-12-20 Tom Tromey <tom@tromey.com>
3652
3653 * gdb.tui/list-before.exp: New file.
3654
77b97e00
TT
36552019-12-20 Tom Tromey <tom@tromey.com>
3656
3657 * gdb.tui/list.exp: Check for source on initial listing.
3658
f69656d0
TT
36592019-12-11 Tom Tromey <tromey@adacore.com>
3660
3661 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
3662 Add crlf test.
3663
99a55965
SM
36642019-12-18 Simon Marchi <simon.marchi@efficios.com>
3665
3666 * gdb.base/default.exp: Update value of $_gdb_major.
3667
5024637f
BE
36682019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3669
3670 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
3671
b63634be
BE
36722019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3673
3674 * gdb.base/skip.exp: Whitespace fix.
3675
45d73523
BE
36762019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
3677
3678 * gdb.base/skip-inline.c: New file.
3679 * gdb.base/skip-inline.exp: New file.
3680
d043f8c8
SM
36812019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
3682
3683 * gdb.base/jit-reader.exp (jit_reader_test): Rename
3684 jit_function_00 to jit_function_stack_mangle.
3685 * gdb.base/jithost.c (jit_function_t): Rename to...
3686 (jit_function_stack_mangle_t): ... this.
3687 (jit_function_add_t): New typedef.
3688 (jit_function_00_code): Rename to...
3689 (jit_function_stack_mangle_code): ... this, make static.
3690 (jit_function_add_code): New.
3691 (main): Generate "add" function and call it. Adjust to changes
3692 in jithost_abi.
3693 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
3694 (struct jithost_abi) <begin, end>: Remove fields.
3695 <object, function_stack_mangle, function_add>: New fields.
3696 * gdb.base/jitreader.c (struct reader_state) <code_begin,
3697 code_end>: Remove fields.
3698 <func_stack_mangle>: New field.
3699 (read_debug_info): Adjust to renaming, create block for "add"
3700 function.
3701 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
3702
873de05c
TT
37032019-12-11 Tom Tromey <tom@tromey.com>
3704
3705 * gdb.tui/resize.exp: Fix regexp.
3706 * gdb.tui/regs.exp: Fix regexps.
3707 * gdb.tui/main.exp: Fix regexp.
3708
3d979945
TT
37092019-12-11 Tom Tromey <tom@tromey.com>
3710
3711 * gdb.tui/resize.exp: Update.
3712 * gdb.tui/empty.exp (layouts): Update.
3713
2192a9d3
TT
37142019-12-11 Tom Tromey <tom@tromey.com>
3715
3716 * gdb.tui/regs.exp: Update.
3717 * gdb.tui/empty.exp (layouts): Update.
3718 * gdb.tui/basic.exp: Update.
3719 * lib/tuiterm.exp (_check_box): Don't check bottom border.
3720
d8edc8b7
PW
37212019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3722
3723 * gdb.base/options.exp: Add -raw-values in the print completion list.
3724 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
3725
4c12d936
KB
37262019-12-10 Kevin Buettner <kevinb@redhat.com>
3727
3728 * gdb.threads/omp-par-scope.c: New file.
3729 * gdb/threads/omp-par-scope.exp: New file.
3730
26b911fb
KB
37312019-12-10 Kevin Buettner <kevinb@redhat.com>
3732
bb47f919
KB
3733 * lib/gdb.exp (support_nested_function_tests): New proc.
3734
37352019-12-10 Kevin Buettner <kevinb@redhat.com>
3736
3737 * lib/gdb.exp (gdb_compile_openmp): New proc.
3738 (build_executable_from_specs): Add an "openmp" option.
3739 (gdb_compile_pthreads): Add non-executable case.
26b911fb 3740
6c71eb7d
TT
37412019-12-10 Tom Tromey <tromey@adacore.com>
3742
3743 * gdb.ada/unchecked_union.exp: New file.
3744 * gdb.ada/unchecked_union/pck.adb: New file.
3745 * gdb.ada/unchecked_union/pck.ads: New file.
3746 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
3747 * gdb-utils.exp (string_to_regexp): Also quote "?".
3748
bac7c5cf
GB
37492019-12-10 George Barrett <bob@bob131.so>
3750
3751 Test scripted probe breakpoints.
3752 * gdb.guile/scm-breakpoint.c (main): Add probe point.
3753 * gdb.python/py-breakpoint.c (main): Likewise.
3754 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
3755 specifier test.
3756 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
3757
330f1d38
TBA
37582019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3759
3760 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3761 an rvalue parameter.
3762 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3763 parameter.
3764
b43315e2
AB
37652019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3766
3767 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3768 modules.
3769
54f73dad
AB
37702019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3771
3772 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3773 broken version of GCC.
3774
d57cbee9
AB
37752019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3776
3777 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3778 sym-info-cmds library.
3779 * gdb.fortran/info-types.exp: Likewise.
3780 * lib/sym-info-cmds.exp: New file.
3781
c14aab8c
TV
37822019-12-08 Tom de Vries <tdevries@suse.de>
3783
3784 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3785
aa2d5a42
KS
37862019-12-07 Keith Seitz <keiths@redhat.com>
3787
3788 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3789 * gdb.base/corefile-buildid-shlib.c: New file.
3790 * gdb.base/corefile-buildid.c: New file.
3791 * gdb.base/corefile-buildid.exp: New file.
3792
93e55f0a
TV
37932019-12-06 Tom de Vries <tdevries@suse.de>
3794
3795 * gdb.dwarf2/varval.exp: Add decl before def test.
3796
c7d12402
TBA
37972019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3798
3799 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3800
06acc08f
TBA
38012019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3802
3803 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3804 CV and reference conversion for overload resolution.
3805 * gdb.cp/rvalue-ref-overload.exp: Test it.
3806
e0fad1ea
PW
38072019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3808
3809 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3810 * gdb.base/frameapply.exp: Test faas without command.
3811
8d70a9f0
AB
38122019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3813
3814 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3815 Fortran tests.
3816 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3817 order.
3818
36c8fb93
AB
38192019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3820
3821 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3822 casting to type with no kind specified.
3823 (test_basic_parsing_of_type_kinds): Additional tests for types
3824 with no kind specified, and add tests for single/double
3825 precision/complex types.
3826
4139ff00
TT
38272019-12-04 Tom Tromey <tromey@adacore.com>
3828
3829 * gdb.base/endianity.c (struct other) <x>: New field.
3830 (main): Initialize it.
3831 * gdb.base/endianity.exp: Update.
3832
a05cf17a
TT
38332019-12-04 Tom Tromey <tromey@adacore.com>
3834
3835 * gdb.ada/scalar_storage/storage.adb: New file.
3836 * gdb.ada/scalar_storage/pck.adb: New file.
3837 * gdb.ada/scalar_storage/pck.ads: New file.
3838 * gdb.ada/scalar_storage.exp: New file.
3839
103a685e
TT
38402019-12-04 Tom Tromey <tromey@adacore.com>
3841
3842 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3843 (main): Initialize it.
3844 * gdb.base/endianity.exp: Update.
3845
c2512106
AB
38462019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3847
3848 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3849
293b38d6
AB
38502019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3851
3852 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3853 -symbol-info-module-functions and -symbol-info-module-variables.
3854
216a7e6b
AB
38552019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3856
3857 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3858
5bbd8269
AB
38592019-12-01 Richard Bunt <richard.bunt@arm.com>
3860 Andrew Burgess <andrew.burgess@embecosm.com>
3861
3862 * gdb.fortran/derived-type-striding.exp: New file.
3863 * gdb.fortran/derived-type-striding.f90: New file.
3864 * gdb.fortran/array-slices.exp: New file.
3865 * gdb.fortran/array-slices.f90: New file.
3866
be09caf1
PW
38672019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3868
3869 * gdb.base/define.exp: Test . in command names.
3870 * gdb.base/setshow.exp: Update test, as . is now part of
3871 command name.
3872
643c0cbe
PW
38732019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3874
3875 * gdb.base/define-prefix.exp: New file.
3876
dcdec678
AB
38772019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3878
3879 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3880 compile.
3881 (skip_btrace_pt_tests): Likewise.
3882
640ab947
AB
38832019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3884
3885 * gdb.fortran/info-modules.exp: Compile source files in correct
3886 order.
3887
d22670f0
KB
38882019-11-27 Kevin Buettner <kevinb@redhat.com>
3889
3890 * gdb.dwarf2/imported-unit.exp: New file.
3891 * gdb.dwarf2/imported-unit.c: New file.
3892
db5960b4
AB
38932019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3894
3895 * gdb.mi/mi-fortran-modules-2.f90: New file.
3896 * gdb.mi/mi-fortran-modules.exp: New file.
3897 * gdb.mi/mi-fortran-modules.f90: New file.
3898
7dc42066
AB
38992019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3900
3901 * gdb.mi/mi-sym-info-1.c: New file.
3902 * gdb.mi/mi-sym-info-2.c: New file.
3903 * gdb.mi/mi-sym-info.exp: New file.
3904
0dfeecca
TT
39052019-11-22 Tom Tromey <tromey@adacore.com>
3906
3907 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3908 * gdb.ada/tasks/foo.adb: Add another stopping location.
3909
34877895
PJ
39102019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3911
3912 * gdb.base/endianity.c: New test.
3913 * gdb.base/endianity.exp: New file.
3914
2e84f897
LD
39152019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3916
3917 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3918
65d1cd5f
TV
39192019-11-21 Tom de Vries <tdevries@suse.de>
3920
3921 PR gdb/24956
3922 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3923
4f22c3f4
SDJ
39242019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3925
3926 * gdb.python/py-progspace.exp: Add missing parentheses on some
3927 'print' commands.
3928
9f6ad286
TT
39292019-11-19 Tom Tromey <tom@tromey.com>
3930
3931 * gdb.tui/winheight.exp: New file.
3932
0b8dbf3f
AB
39332019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3934
3935 * gdb.base/ctf-whatis.c: Delete.
3936 * gdb.base/ctf-whatis.exp: Delete.
3937 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3938
f833b7a7
AB
39392019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3940
3941 * gdb.base/ctf-cvexpr.exp: Delete.
3942 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3943
30d0a636
AB
39442019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3945
3946 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3947 the compiler. Clean up header comment a little.
3948 * gdb.base/ctf-ptype.exp: Likewise.
3949 * gdb.base/ctf-whatis.exp: Likewise.
3950 * lib/gdb.exp (skip_ctf_tests): New proc.
3951
494409bb
SDJ
39522019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3953
3954 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3955 * gdb.tui/corefile-run.exp: New file.
3956
55708e99
TT
39572019-11-14 Tom Tromey <tromey@adacore.com>
3958
3959 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3960 regression tests.
3961
45e42163
TT
39622019-11-12 Tom Tromey <tom@tromey.com>
3963
3964 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3965 after any command. Expect prompt after WAIT_FOR is seen.
3966 (enter_tui): Enable resize messages.
3967 (command): Expect command in output.
3968 (get_line): Avoid error when cursor appears to be off-screen.
3969 (dump_screen): Include screen size in title.
3970 (_do_resize): New proc, from "resize".
3971 (resize): Rewrite. Do resize in two steps.
3972 * gdb.tui/empty.exp (layouts): Fix entries.
3973 (check_boxes): Remove xfail.
3974 (check_text): Dump screen on failure.
3975
086baaf1
AB
39762019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3977
3978 * gdb.python/py-symbol.exp: Add test for
3979 gdb.lookup_static_symbols.
3980
09ff83af
AB
39812019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3982
3983 * gdb.python/py-symbol.c: Declare and call function from new
3984 py-symbol-2.c file.
3985 * gdb.python/py-symbol.exp: Compile both source files, and add new
3986 tests for gdb.lookup_static_symbol.
3987 * gdb.python/py-symbol-2.c: New file.
3988
11af934b
TV
39892019-11-02 Tom de Vries <tdevries@suse.de>
3990
3991 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3992 * gdb.base/anon.exp: Same.
3993 * gdb.base/auto-connect-native-target.exp: Same.
3994 * gdb.base/call-ar-st.exp: Same.
3995 * gdb.base/catch-syscall.exp: Same.
3996 * gdb.base/commands.exp: Same.
3997 * gdb.base/default.exp: Same.
3998 * gdb.base/display.exp: Same.
3999 * gdb.base/float.exp: Same.
4000 * gdb.base/foll-fork.exp: Same.
4001 * gdb.base/help.exp: Same.
4002 * gdb.base/info-macros.exp: Same.
4003 * gdb.base/info-proc.exp: Same.
4004 * gdb.base/info-target.exp: Same.
4005 * gdb.base/long_long.exp: Same.
4006 * gdb.base/macscp.exp: Same.
4007 * gdb.base/memattr.exp: Same.
4008 * gdb.base/nofield.exp: Same.
4009 * gdb.base/pointers.exp: Same.
4010 * gdb.base/printcmds.exp: Same.
4011 * gdb.base/ptype.exp: Same.
4012 * gdb.base/restore.exp: Same.
4013 * gdb.base/return.exp: Same.
4014 * gdb.base/scope.exp: Same.
4015 * gdb.base/set-noassign.exp: Same.
4016 * gdb.base/setshow.exp: Same.
4017 * gdb.base/shlib-call.exp: Same.
4018 * gdb.base/signals.exp: Same.
4019 * gdb.base/sigstep.exp: Same.
4020 * gdb.base/skip.exp: Same.
4021 * gdb.base/solib-symbol.exp: Same.
4022 * gdb.base/stap-probe.exp: Same.
4023 * gdb.base/step-line.exp: Same.
4024 * gdb.base/step-test.exp: Same.
4025 * gdb.base/style.exp: Same.
4026 * gdb.base/varargs.exp: Same.
4027 * gdb.base/vla-datatypes.exp: Same.
4028 * gdb.base/vla-ptr.exp: Same.
4029 * gdb.base/vla-sideeffect.exp: Same.
4030 * gdb.base/volatile.exp: Same.
4031 * gdb.base/watch-cond-infcall.exp: Same.
4032 * gdb.base/watchpoint.exp: Same.
4033
e96ec2ba
TV
40342019-11-02 Tom de Vries <tdevries@suse.de>
4035
4036 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
4037 * gdb.cp/cpexprs.exp: Same.
4038 * gdb.cp/except-multi-location.exp: Same.
4039 * gdb.cp/exceptprint.exp: Same.
4040 * gdb.cp/gdb2384.exp: Same.
4041 * gdb.cp/inherit.exp: Same.
4042 * gdb.cp/m-static.exp: Same.
4043 * gdb.cp/meth-typedefs.exp: Same.
4044 * gdb.cp/misc.exp: Same.
4045 * gdb.cp/namespace.exp: Same.
4046 * gdb.cp/non-trivial-retval.exp: Same.
4047 * gdb.cp/overload.exp: Same.
4048 * gdb.cp/pr17132.exp: Same.
4049 * gdb.cp/re-set-overloaded.exp: Same.
4050 * gdb.cp/rvalue-ref-types.exp: Same.
4051 * gdb.cp/templates.exp: Same.
4052
bd5766ec
LM
40532019-11-01 Luis Machado <luis.machado@linaro.org>
4054
4055 PR gdb/25124
4056
4057 * gdb.arch/pr25124.S: New file.
4058 * gdb.arch/pr25124.exp: New file.
4059
165f8965
AB
40602019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4061
4062 * gdb.fortran/info-modules.exp: Update expected results, and add
4063 additional tests for 'info module functinos', and 'info module
4064 variables'.
4065 * gdb.fortran/info-types.exp: Update expected results.
4066 * gdb.fortran/info-types.f90: Extend testcase with additional
4067 module variables and functions.
4068
59c35742
AB
40692019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4070
4071 * gdb.fortran/info-modules.exp: New file.
4072 * gdb.fortran/info-types.exp: Build with new file.
4073 * gdb.fortran/info-types.f90: Include and use new module.
4074 * gdb.fortran/info-types-2.f90: New file.
4075
f3fb2519
PW
40762019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4077
4078 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
4079 * gdb.base/settings.exp: Test all settings types using
4080 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
4081 that now verifies that the value of "maint show" is the same as
4082 returned by the settings functions. Test the type of the
4083 maintenance settings.
4084 * gdb.base/default.exp: Update show_conv_list.
4085
d1e36019
TV
40862019-10-31 Tom de Vries <tdevries@suse.de>
4087
4088 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
4089 gdb_test.
4090 * gdb.arch/amd64-disp-step.exp: Same.
4091 * gdb.asm/asm-source.exp: Same.
4092 * gdb.btrace/buffer-size.exp: Same.
4093 * gdb.btrace/cpu.exp: Same.
4094 * gdb.btrace/enable.exp: Same.
4095 * gdb.dwarf2/count.exp: Same.
4096 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4097 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
4098 * gdb.fortran/vla-datatypes.exp: Same.
4099 * gdb.fortran/vla-history.exp: Same.
4100 * gdb.fortran/vla-ptype.exp: Same.
4101 * gdb.fortran/vla-value.exp: Same.
4102 * gdb.fortran/whatis_type.exp: Same.
4103 * gdb.guile/guile.exp: Same.
4104 * gdb.multi/tids.exp: Same.
4105 * gdb.python/py-finish-breakpoint.exp: Same.
4106 * gdb.python/py-framefilter.exp: Same.
4107 * gdb.python/py-pp-registration.exp: Same.
4108 * gdb.python/py-xmethods.exp: Same.
4109 * gdb.python/python.exp: Same.
4110 * gdb.server/connect-with-no-symbol-file.exp: Same.
4111 * gdb.server/no-thread-db.exp: Same.
4112 * gdb.server/run-without-local-binary.exp: Same.
4113 * gdb.stabs/weird.exp: Same.
4114 * gdb.threads/attach-many-short-lived-threads.exp: Same.
4115 * gdb.threads/thread-find.exp: Same.
4116 * gdb.threads/tls-shared.exp: Same.
4117 * gdb.threads/tls.exp: Same.
4118 * gdb.threads/wp-replication.exp: Same.
4119 * gdb.trace/ax.exp: Same.
4120 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
4121
3d11e68e
TV
41222019-10-31 Tom de Vries <tdevries@suse.de>
4123
4124 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
4125 * gdb.ada/array_subscript_addr.exp: Same.
4126 * gdb.ada/arrayidx.exp: Same.
4127 * gdb.ada/arrayparam.exp: Same.
4128 * gdb.ada/arrayptr.exp: Same.
4129 * gdb.ada/boolean_expr.exp: Same.
4130 * gdb.ada/call_pn.exp: Same.
4131 * gdb.ada/complete.exp: Same.
4132 * gdb.ada/fixed_cmp.exp: Same.
4133 * gdb.ada/fun_addr.exp: Same.
4134 * gdb.ada/funcall_param.exp: Same.
4135 * gdb.ada/interface.exp: Same.
4136 * gdb.ada/mod_from_name.exp: Same.
4137 * gdb.ada/null_array.exp: Same.
4138 * gdb.ada/packed_array.exp: Same.
4139 * gdb.ada/packed_tagged.exp: Same.
4140 * gdb.ada/print_chars.exp: Same.
4141 * gdb.ada/print_pc.exp: Same.
4142 * gdb.ada/ptype_arith_binop.exp: Same.
4143 * gdb.ada/ptype_field.exp: Same.
4144 * gdb.ada/ptype_tagged_param.exp: Same.
4145 * gdb.ada/rec_return.exp: Same.
4146 * gdb.ada/ref_tick_size.exp: Same.
4147 * gdb.ada/str_ref_cmp.exp: Same.
4148 * gdb.ada/taft_type.exp: Same.
4149 * gdb.ada/tagged.exp: Same.
4150 * gdb.ada/type_coercion.exp: Same.
4151 * gdb.ada/uninitialized_vars.exp: Same.
4152
60b6ede8
TV
41532019-10-30 Tom de Vries <tdevries@suse.de>
4154
4155 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
4156
30baf67b
TV
41572019-10-26 Tom de Vries <tdevries@suse.de>
4158
4159 * gdb.base/bigcore.c: Fix typos in comments.
4160 * gdb.base/ctf-ptype.c: Same.
4161 * gdb.base/long_long.c: Same.
4162 * gdb.dwarf2/dw2-op-out-param.S: Same.
4163 * gdb.python/py-evthreads.c: Same.
4164 * gdb.reverse/i387-stack-reverse.c: Same.
4165 * gdb.trace/tfile.c: Same.
4166 * lib/compiler.c: Same.
4167 * lib/compiler.cc: Same.
4168
158da0d1
TV
41692019-10-25 Tom de Vries <tdevries@suse.de>
4170
4171 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
4172 gdb_test_multiple calls.
4173 * gdb.reverse/sigall-reverse.exp: Same.
4174 * gdb.reverse/solib-precsave.exp: Same.
4175 * gdb.reverse/solib-reverse.exp: Same.
4176 * gdb.reverse/until-precsave.exp: Same.
4177 * gdb.reverse/until-reverse.exp: Same.
4178
4ccdfbec
TV
41792019-10-24 Tom de Vries <tdevries@suse.de>
4180
4181 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
4182 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
4183 kfail using -wrap pattern flag and convenience variable
4184 gdb_test_name.
4185
33d569b7
AB
41862019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
4187
4188 * gdb.python/py-progspace.exp: Add tests for the
4189 Progspace.block_for_pc method.
4190
4d0b984b
TT
41912019-10-23 Tom Tromey <tom@tromey.com>
4192
4193 * configure: Rebuild.
4194 * aclocal.m4: Use m4_include, not sinclude.
4195
94cb3754
TV
41962019-10-21 Tom de Vries <tdevries@suse.de>
4197
4198 * gdb.base/infcall-nested-structs.c: Add
4199 __attribute__((noinline,noclone)) to all functions.
4200 (call_all): Add missing variable initialization. Simplify return value.
4201 (breakpt): Increment volatile variable, to prevent call from being
4202 optimized out.
4203 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
4204
062f1fc1
TV
42052019-10-17 Tom de Vries <tdevries@suse.de>
4206
4207 * gdb.fortran/module.exp: Allow info variables to print info for files
4208 other than module.f90.
4209
0b54364d
AB
42102019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4211
4212 * gdb.fortran/module.exp: Extend with 'info variables' test.
4213
7ff5fae7
AB
42142019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4215
4216 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
4217 F77_FOR_TARGET.
4218
d10eccaa
TV
42192019-10-16 Tom de Vries <tdevries@suse.de>
4220
4221 PR tdep/25096
4222 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4223
745ff14e
TV
42242019-10-16 Tom de Vries <tdevries@suse.de>
4225
4226 PR tdep/24104
4227 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4228 Add KFAIL for PR tdep/25096.
4229
03e1ab94
TV
42302019-10-16 Tom de Vries <tdevries@suse.de>
4231
4232 PR testsuite/25059
4233 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4234
b17fcc10
TV
42352019-10-16 Tom de Vries <tdevries@suse.de>
4236
4237 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4238 as signed.
4239
9223170f
SM
42402019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4241
4242 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4243 one instead of increasing timeout.
4244
d6e76313
TV
42452019-10-13 Tom de Vries <tdevries@suse.de>
4246
4247 PR record/25038
4248 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4249 * gdb.reverse/sigall-reverse.exp: Same.
4250 * gdb.reverse/solib-precsave.exp: Same.
4251 * gdb.reverse/solib-reverse.exp: Same.
4252 * gdb.reverse/step-precsave.exp: Same.
4253 * gdb.reverse/until-precsave.exp: Same.
4254 * gdb.reverse/until-reverse.exp: Same.
4255 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4256
6dfc0041
AA
42572019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4258
4259 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4260 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4261 (cmp_struct_05_01, cmp_struct_static_02_01)
4262 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4263 comparisons.
4264
abcf2cc8
TV
42652019-10-10 Tom de Vries <tdevries@suse.de>
4266
4267 PR testsuite/24888
4268 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4269 gnatlink.
4270
a50faaf6
TV
42712019-10-09 Tom de Vries <tdevries@suse.de>
4272
4273 PR testsuite/25048
4274 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4275
60ff3cd7
AB
42762019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4277
4278 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4279 exceptions due to missing debug information.
4280
dfee8566
TV
42812019-10-07 Tom de Vries <tdevries@suse.de>
4282
4283 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4284
3d63690a
AB
42852019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4286
4287 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4288 * gdb.base/annota1.exp: Update to use gdb_test_name.
4289
30d1f018
WP
42902019-10-07 Weimin Pan <weimin.pan@oracle.com>
4291
4292 * gdb.base/ctf-whatis.exp: New file.
4293 * gdb.base/ctf-whatis.c: New file.
4294 * gdb.base/ctf-ptype.exp: New file.
4295 * gdb.base/ctf-ptype.c: New file.
4296 * gdb.base/ctf-constvars.exp: New file.
4297 * gdb.base/ctf-constvars.c: New file.
4298 * gdb.base/ctf-cvexpr.exp: New file.
4299
4dbbb47c
TV
43002019-10-04 Tom de Vries <tdevries@suse.de>
4301
4302 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4303 for loop.
4304
77c2dba3
TT
43052019-10-03 Tom Tromey <tom@tromey.com>
4306
4307 PR rust/24976:
4308 * gdb.rust/simple.rs (Union2): New type.
4309 (main): Use Union2.
4310 * gdb.rust/simple.exp: Add test.
4311
179aed7f
AB
43122019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4313
4314 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4315 nested function prefix.
4316
0a4b0913
AB
43172019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4318 Richard Bunt <richard.bunt@arm.com>
4319 Andrew Burgess <andrew.burgess@embecosm.com>
4320
4321 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4322 nested functions.
4323 * gdb.fortran/nested-funcs.f90: Update expected results.
4324 * gdb.fortran/nested-funcs-2.exp: New file.
4325 * gdb.fortran/nested-funcs-2.f90: New file.
4326
082cce05
AB
43272019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4328
4329 * gdb.python/py-parameter.exp: Make test names unique.
4330 * gdb.python/py-template.exp: Likewise.
4331 * gdb.python/py-value.exp: Likewise.
4332
2b74ba5a
AB
43332019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4334
4335 * gdb.base/break-interp.exp: Reduce test name duplication.
4336 * gdb.base/call-sc.exp: Likewise.
4337 * gdb.base/callfuncs.exp: Likewise.
4338 * gdb.base/charset.exp: Likewise.
4339 * gdb.base/dump.exp: Likewise.
4340 * gdb.base/ena-dis-br.exp: Likewise.
4341 * gdb.base/relational.exp: Likewise.
4342 * gdb.base/step-over-syscall.exp: Likewise.
4343 * gdb.base/structs.exp: Likewise.
4344
58eb20d5
AB
43452019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4346
4347 * gdb.linespec/explicit.exp: Make test names unique.
4348 * gdb.linespec/ls-errs.exp: Likewise.
4349
4d421147
AB
43502019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4351
4352 * gdb.reverse/break-precsave.exp: Make test names unique.
4353 * gdb.reverse/break-reverse.exp: Likewise.
4354 * gdb.reverse/finish-precsave.exp: Likewise.
4355 * gdb.reverse/finish-reverse.exp: Likewise.
4356 * gdb.reverse/machinestate-precsave.exp: Likewise.
4357 * gdb.reverse/machinestate.exp: Likewise.
4358 * gdb.reverse/readv-reverse.exp: Likewise.
4359 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4360 * gdb.reverse/sigall-precsave.exp: Likewise.
4361 * gdb.reverse/sigall-reverse.exp: Likewise.
4362 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4363 * gdb.reverse/watch-precsave.exp: Likewise.
4364 * gdb.reverse/watch-reverse.exp: Likewise.
4365
d8c06f22
AB
43662019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4367
4368 * gdb.threads/stop-with-handle.c: New file.
4369 * gdb.threads/stop-with-handle.exp: New file.
4370
3a56ed86
TV
43712019-10-03 Tom de Vries <tdevries@suse.de>
4372
4373 PR testsuite/25059
4374 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4375 directory" line to be missing.
4376
42275044
TV
43772019-10-03 Tom de Vries <tdevries@suse.de>
4378
4379 PR testsuite/25059
4380 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4381 type optional.
4382
9ef62df0
AA
43832019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4384
4385 * gdb.python/py-format-string.c (string.h): New include.
4386 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4387 the same value, for endianness-independence.
4388 * gdb.python/py-format-string.exp (default_regexp_dict)
4389 (test_pretty_structs, test_format): Adjust expected output to the
4390 changed initialization.
4391
37f6a7f4
TT
43922019-10-02 Tom Tromey <tromey@adacore.com>
4393
4394 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4395
1d58d6a2
PA
43962019-10-02 Pedro Alves <palves@redhat.com>
4397 Andrew Burgess <andrew.burgess@embecosm.com>
4398
4399 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4400 "print-file-var.h".
4401 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4402 (get_version_1): Print this_version_id and its address.
4403 Add extern "C" wrappers around interface functions.
4404 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4405 "print-file-var.h".
4406 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4407 (get_version_2): Print this_version_id and its address.
4408 Add extern "C" wrappers around interface functions.
4409 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4410 <stddef.h> and "print-file-var.h".
4411 Add extern "C" wrappers around interface functions.
4412 [VERSION_ID_MAIN] (this_version_id): Define.
4413 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4414 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4415 up extern "C" blocks.
4416 * gdb.base/print-file-var.exp (test): New, factored out from top
4417 level.
4418 (top level): Test all combinations of attribute hidden or not,
4419 dlopen or not, and this_version_id symbol in main file or not.
4420 Compile tests as both C++ and C, make test names unique.
4421
d770d56f
TT
44222019-10-01 Tom Tromey <tom@tromey.com>
4423
4424 * gdb.base/style.exp: Test "show logging filename".
4425
7f6aba03
TT
44262019-10-01 Tom Tromey <tom@tromey.com>
4427
4428 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4429 * gdb.base/style.exp: Add metadata style test.
4430
14309bb6
TT
44312019-10-01 Tom Tromey <tom@tromey.com>
4432
4433 * gdb.base/style.exp: Test "pwd".
4434
2a3c1174
PA
44352019-10-01 Tom Tromey <tom@tromey.com>
4436
4437 * gdb.base/style.exp: Update tests.
4438
53d666ec
AA
44392019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4440
4441 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4442 'six' to unsigned.
4443 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4444 'five'. Use an all-ones bit pattern for each.
4445 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4446 to its changed values.
4447
4a56a520
TT
44482019-09-30 Tom Tromey <tromey@adacore.com>
4449
4450 * gdb.rust/traits.rs: Disable all warnings.
4451
0df0352a
TV
44522019-09-29 Tom de Vries <tdevries@suse.de>
4453
aac66a4c 4454 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 4455
73d9a918
TV
44562019-09-29 Tom de Vries <tdevries@suse.de>
4457
4458 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4459
060b3ab4
TV
44602019-09-27 Tom de Vries <tdevries@suse.de>
4461
4462 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4463
68f7d34d
TV
44642019-09-27 Tom de Vries <tdevries@suse.de>
4465
4466 PR record/23188
4467 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4468
5d63b30a
TT
44692019-09-26 Tom Tromey <tromey@adacore.com>
4470
4471 * gdb.ada/py_taft.exp: New file.
4472 * gdb.ada/py_taft/main.adb: New file.
4473 * gdb.ada/py_taft/pkg.adb: New file.
4474 * gdb.ada/py_taft/pkg.ads: New file.
4475
3d435220
TV
44762019-09-24 Tom de Vries <tdevries@suse.de>
4477
4478 PR gdb/24598
4479 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4480
77d03678
TV
44812019-09-22 Tom de Vries <tdevries@suse.de>
4482
4483 * gdb.base/restore.exp: Allow register variables to be optimized out at
4484 -O0.
4485
abf516c6
UW
44862019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4487
4488 * gdb.arch/spu-info.exp: Remove file.
4489 * gdb.arch/spu-info.c: Remove file.
4490 * gdb.arch/spu-ls.exp: Remove file.
4491 * gdb.arch/spu-ls.c: Remove file.
4492
4493 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4494 * gdb.asm/spu.inc: Remove file.
4495
4496 * gdb.base/dump.exp: Remove support for spu*-*-*.
4497 * gdb.base/stack-checking.exp: Likewise.
4498 * gdb.base/overlays.exp: Likewise.
4499 * gdb.base/ovlymgr.c: Likewise.
4500 * gdb.base/spu.ld: Remove file.
4501
4502 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4503 * gdb.cp/cpexprs.exp: Likewise.
4504 * gdb.cp/exception.exp: Likewise.
4505 * gdb.cp/gdb2495.exp: Likewise.
4506 * gdb.cp/mb-templates.exp: Likewise.
4507 * gdb.cp/pr9167.exp: Likewise.
4508 * gdb.cp/userdef.exp: Likewise.
4509
4510 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4511
4512 * gdb.cell: Remove directory.
4513 * lib/cell.exp: Remove file.
4514
e452e88f
TV
45152019-09-19 Tom de Vries <tdevries@suse.de>
4516
4517 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4518
8a625130
TV
45192019-09-19 Tom de Vries <tdevries@suse.de>
4520
4521 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4522
81dc3ab5
TV
45232019-09-19 Tom de Vries <tdevries@suse.de>
4524
4525 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4526 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4527 (gdb_target_cmd): ... here.
4528 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4529 value 2.
4530
b078f3ac
AB
45312019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4532
4533 * gdb.base/source-dir.exp: Avoid having directory names in test
4534 names.
4535
f1b620e9
MG
45362019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4537
4538 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4539 directory.
4540
67f3ed6a
AB
45412019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4542
4543 * gdb.base/list-missing-source.exp: New file.
4544
d1b70248
TV
45452019-09-14 Tom de Vries <tdevries@suse.de>
4546
4547 PR teststuite/24599
4548 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4549 * lib/ada.exp (gnatmake_version_at_least): New proc.
4550
5fabdcd6
AB
45512019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4552
4553 * gdb.base/maint.exp: Use exec_has_index_section.
4554
aa17805f
AB
45552019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4556
4557 * gdb.base/maint.exp: Add test for 'maint info sections'.
4558
25e5c209
TV
45592019-09-12 Tom de Vries <tdevries@suse.de>
4560
4561 * gdb.base/store.exp: Allow register variables to be optimized out at
4562 -O0.
4563
4993045d
PW
45642019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4565
4566 * gdb.ada/rdv_wait.exp: Update to new task names.
4567 * gdb.base/task_switch_in_core.exp: Likewise.
4568 * gdb.base/info_sources_base.c: Likewise.
4569
8a516164
TT
45702019-09-10 Tom Tromey <tromey@adacore.com>
4571
4572 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
4573
aa391654
TT
45742019-09-10 Tom Tromey <tromey@adacore.com>
4575
4576 * gdb.ada/dgopt.exp: New file.
4577 * gdb.ada/dgopt/x.adb: New file.
4578
8634b462
TT
45792019-09-08 Tom Tromey <tom@tromey.com>
4580
4581 * gdb.tui/resize.exp: Remove setup_xfail.
4582 * gdb.tui/regs.exp: Remove setup_xfail.
4583 * gdb.tui/basic.exp: Remove setup_xfail.
4584
736b0f76
DB
45852019-09-06 David Blaikie <dblaikie@gmail.com>
4586
4587 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
4588 * gdb.cp/cplabel.exp: Ditto.
4589 * gdb.linespec/ls-errs.exp: Ditto.
4590
30331a6c
TV
45912019-09-05 Tom de Vries <tdevries@suse.de>
4592
4593 * lib/gdb.exp (cmp_file_string): New proc.
4594 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
4595 runto_main. Verify save breakpoints output.
4596
98b0ebab
PW
45972019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4598
4599 * gdb.base/info-var.exp: Test info variables without running
4600 to main, to avoid expect's buffer overflow.
4601
4e962e74
TT
46022019-09-03 Tom Tromey <tromey@adacore.com>
4603
4604 * gdb.ada/bias.exp: New file.
4605 * gdb.ada/bias/bias.adb: New file.
4606 * gdb.ada/print_chars.exp: Add regression test.
4607 * gdb.ada/print_chars/foo.adb (My_Character): New type.
4608 (MC): New variable.
4609
2ea1a07a
SL
46102019-08-29 Sandra Loosemore <sandra@codesourcery.com>
4611
4612 * gdb.base/argv0-symlink.exp: Run only on native target
4613 and local host.
4614
8077c50d
TV
46152019-08-29 Tom de Vries <tdevries@suse.de>
4616
4617 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
4618 diverse debug info.
4619 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
4620
48352473
TV
46212019-08-28 Tom de Vries <tdevries@suse.de>
4622
4623 * gdb.base/info-var.exp: Allow info variables to print info for files
4624 other than info-var-f1.c and info-var-f2.c.
4625
d8f27c60
AB
46262019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4627
4628 * gdb.fortran/info-types.exp: Add module.
4629 * gdb.fortran/info-types.f90: Update expected results.
4630
1f20c35e
AB
46312019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4632
4633 * gdb.fortran/info-types.exp: New file.
4634 * gdb.fortran/info-types.f90: New file.
4635 * lib/fortran.exp (fortran_character1): New proc.
4636
4acfdd20
AB
46372019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4638
4639 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4640 functions'. Reindent as needed.
4641 * gdb.base/info-var-f1.c: New file.
4642 * gdb.base/info-var-f2.c: New file.
4643 * gdb.base/info-var.exp: New file.
4644 * gdb.base/info-var.h: New file.
4645
5c31b358
TV
46462019-08-26 Tom de Vries <tdevries@suse.de>
4647
4648 PR c++/24852
4649 * gdb.cp/no-libstdcxx-probe.exp: New test.
4650
b694989f
TV
46512019-08-26 Tom de Vries <tdevries@suse.de>
4652
4653 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
4654 * tests need to be skipped.
4655 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
4656 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
4657 mi_skip_libstdcxx_probe_tests.
4658
d9c4ba53
SDJ
46592019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
4660
4661 * gdb.python/py-xmethods.exp: Use raw strings when passing
4662 arguments to SimpleXMethodMatcher.
4663
395fad09
TV
46642019-08-22 Tom de Vries <tdevries@suse.de>
4665
4666 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
4667 more informative.
4668
26c957f1
PA
46692019-08-21 Pedro Alves <palves@redhat.com>
4670
4671 * gdb.base/with.exp: Test "with" with no arguments.
4672
61f80d5d
TV
46732019-08-21 Tom de Vries <tdevries@suse.de>
4674
4675 * gdb.base/gdb-caching-proc.exp: Sort files.
4676
d7a11d13
TV
46772019-08-20 Tom de Vries <tdevries@suse.de>
4678
4679 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
4680 compilation.
4681
34dafe9f
TV
46822019-08-16 Tom de Vries <tdevries@suse.de>
4683
4684 * gdb.base/compare-sections.exp ("after run to main"): Allow
4685 mismatched read-only sections for PIE executables.
4686
398fdd60
TT
46872019-08-16 Tom Tromey <tom@tromey.com>
4688
4689 * lib/tuiterm.exp (_csi_Z): New proc.
4690 * gdb.tui/basic.exp: Update window positions.
4691 * gdb.tui/empty.exp: Update window positions.
4692
d8f9e51c
SL
46932019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4694
4695 * gdb.base/examine-backward.exp: Correct regexp for
4696 "examine 3 bytes backward from ${address_zero}".
4697
3df505f6
TT
46982019-08-15 Tom Tromey <tom@tromey.com>
4699
4700 * gdb.tui/empty.exp: Enable resizing tests.
4701
272560b5
TT
47022019-08-15 Tom Tromey <tromey@adacore.com>
4703
4704 * gdb.ada/char_enum.exp: Add regression tests.
4705 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
4706 and '0'.
4707 (Char, Gchar): Update.
4708 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
4709
08235187
CB
47102019-08-15 Christian Biesinger <cbiesinger@google.com>
4711
4712 * gdb.python/python.exp: Expect a leading underscore on
4713 GdbOutput{,Error}File.
4714
22a2ab04
SL
47152019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4716
4717 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
4718 Windows host.
4719
835b995b
SL
47202019-08-15 Sandra Loosemore <sandra@codesourcery.com>
4721
4722 * gdb.base/batch-preserve-term-settings.exp
4723 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
4724
97dd8e07
CB
47252019-08-15 Christian Biesinger <cbiesinger@google.com>
4726
4727 * lib/gdb.exp: When running on a mingw target, replace
4728 /x/ with x:/.
4729
75faf5c4
AH
47302019-08-14 Alan Hayward <alan.hayward@arm.com>
4731
4732 * gdb.arch/aarch64-prologue.c: New test.
4733 * gdb.arch/aarch64-prologue.exp: New file.
4734
abc6c00f
TV
47352019-08-13 Tom de Vries <tdevries@suse.de>
4736
4737 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
4738 Thread.
4739
74c2c1f4
SL
47402019-08-13 Sandra Loosemore <sandra@codesourcery.com>
4741
4742 * gdb.python/py-completion.exp: Download the .py file to the host
4743 and use its host pathname. Conditionalize tests that use
4744 tab completion and manipulate files on the build machine.
4745 * gdb.python/py-events.exp: Download the .py file to the host
4746 and use its host pathname.
4747 * gdb.python/py-evsignal.exp: Likewise.
4748 * gdb.python/py-evthreads.exp: Likewise.
4749 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
4750 pathname syntax.
4751 * gdb.python/py-framefilter.exp: Download the .py file to the right
4752 place on the host. Match Windows pathname syntax.
4753 * gdb.python/py-mi-var-info-path-expression.exp: Download the
4754 .py file to the host and use its host pathname.
4755 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
4756 * gdb.python/py-objfile.exp: Expect a host pathname, not a
4757 build pathname. Skip symlink test on Windows host. Add missing
4758 newline at end of file.
4759 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4760 and use its host pathname.
4761 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4762 * gdb.python/py-section-script.exp: Use host location of binfile
4763 on safe-path. Use correct path separator on Windows host.
4764 Reorder alternatives in gdb_test_multiple to prevent matching
4765 the wrong alternative on success.
4766 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4767
ca2589f3
PP
47682019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4769
4770 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4771 expect the GDB inferior to no longer immediately stop after
4772 being resumed with "signal SIGINT".
4773
020a839d
SL
47742019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4775
4776 * gdb.linespec/break-ask.exp: Generalize regexps to match
4777 Windows pathnames too.
4778
128d6509
TV
47792019-08-08 Tom de Vries <tdevries@suse.de>
4780
4781 PR testsuite/24862
4782 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4783
590042fc
PW
47842019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4785
4786 * gdb.base/style.exp: Update tests for help doc new invariants.
4787 * gdb.base/help.exp: Likewise.
4788
046bebe1
TT
47892019-08-06 Tom Tromey <tom@tromey.com>
4790
4791 * gdb.base/style.exp: Add disassemble test.
4792 * gdb.base/style.c (some_called_function): New function.
4793 (main): Use it.
4794
0b27c27d
CB
47952019-08-05 Christian Biesinger <cbiesinger@google.com>
4796
4797 * gdb.python/py-block.exp: Test dictionary access on blocks.
4798
580f1034
SM
47992019-08-05 Simon Marchi <simon.marchi@efficios.com>
4800
4801 PR gdb/24863
4802 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4803 -list-thread-groups --available test when running under
4804 check-read1.
4805
d86bd7cb
TV
48062019-08-05 Tom de Vries <tdevries@suse.de>
4807
4808 PR testsuite/24863
4809 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4810 * gdb.base/help.exp: Use with_read1_timeout_factor.
4811 * gdb.base/info-macros.exp: Same.
4812 * gdb.cp/nested-types.exp: Same.
4813
a80cf5d8
TV
48142019-08-05 Tom de Vries <tdevries@suse.de>
4815
4816 * lib/gdb.exp (version_at_least): Factor out of ...
4817 (tcl_version_at_least): ... here.
4818 (gdb_compile): Fail if pie results in non-PIE executable.
4819 (readelf_version, readelf_prints_pie): New proc.
4820 (exec_is_pie): Return -1 if unknown.
4821
d0962838
TV
48222019-08-05 Tom de Vries <tdevries@suse.de>
4823
4824 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4825
2252ff3d
SL
48262019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4827
4828 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4829
26655f53
SL
48302019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4831
4832 * lib/completion-support.exp (test_gdb_complete_none): Skip
4833 tab completion tests if no readline support.
4834 (test_gdb_complete_unique_re): Likewise.
4835 (test_gdb_complete_multiple): Likewise.
4836
db4dc13e
PW
48372019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4838
4839 * gdb.base/info_sources.exp: New file.
4840 * gdb.base/info_sources.c: New file.
4841 * gdb.base/info_sources_base.c: New file.
4842
0eba165a
PFC
48432019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4844
4845 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4846 prefix argument.
4847 (test_exit_status): Add prefix argument.
4848
59bd512b
TV
48492019-08-01 Tom de Vries <tdevries@suse.de>
4850
4851 PR testsuite/24863
4852 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4853 calling exp_continue for new thread and thread exited messages.
4854
2a3ad588
TV
48552019-08-01 Tom de Vries <tdevries@suse.de>
4856
4857 PR testsuite/24863
4858 * gdb.base/structs.exp: Fix check-read1 timeout using
4859 gdb_test_sequence.
4860 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4861
117eb594
TV
48622019-08-01 Tom de Vries <tdevries@suse.de>
4863
4864 PR testsuite/24863
4865 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4866 line.
4867
ed591340
TV
48682019-08-01 Tom de Vries <tdevries@suse.de>
4869
4870 PR testsuite/24863
4871 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4872
aa3b6533
TT
48732019-07-30 Tom Tromey <tromey@adacore.com>
4874
4875 * gdb.ada/display_nested.exp: New file.
4876 * gdb.ada/display_nested/foo.adb: New file.
4877 * gdb.ada/display_nested/pack.adb: New file.
4878 * gdb.ada/display_nested/pack.ads: New file.
4879
2906593f
CB
48802019-07-30 Christian Biesinger <cbiesinger@google.com>
4881
4882 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4883 namespace.
4884 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4885
0f575925
TV
48862019-07-30 Tom de Vries <tdevries@suse.de>
4887
4888 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4889 instead.
4890
b13057d9
TV
48912019-07-30 Tom de Vries <tdevries@suse.de>
4892
4893 PR testsuite/24834
4894 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4895 (exec_is_pie): New proc.
4896
5c4dde85
CB
48972019-07-29 Christian Biesinger <cbiesinger@google.com>
4898
4899 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4900
c620ed88
CB
49012019-07-29 Christian Biesinger <cbiesinger@google.com>
4902
4903 * gdb.python/py-objfile.c: Add global and static vars.
4904 * gdb.python/py-objfile.exp: Test new functions Objfile.
4905 lookup_global_symbol and lookup_static_symbol.
4906
3d235706
TT
49072019-07-29 Tom Tromey <tom@tromey.com>
4908
4909 * lib/tuiterm.exp (Term::_csi_@): New proc.
4910 (Term::_csi_X): Don't move cursor.
4911
c7e4c0a6
PW
49122019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4913
4914 * gdb.base/options.exp: Update backtrace - completion to
4915 new option -frame-info.
4916 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4917 Test new 'set print frame-info'. Test backtrace -frame-info
4918 overriding 'set print frame-info'.
4919 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4920 Test new 'set print frame-info'.
4921 Verify consistency of backtrace with and without filters, with and
4922 without -no-filters.
4923 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4924 default.
4925
de28a3b7
TV
49262019-07-29 Tom de Vries <tdevries@suse.de>
4927
4928 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4929 no arguments".
4930
507dd60e
TV
49312019-07-29 Tom de Vries <tdevries@suse.de>
4932
4933 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4934 is a substring of the first for "complete non-unique file name".
4935
5beafce9
TV
49362019-07-29 Tom de Vries <tdevries@suse.de>
4937
4938 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4939 with ".*".
4940
2d274232
TV
49412019-07-29 Tom de Vries <tdevries@suse.de>
4942
4943 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4944 Pass prompt_regexp parameter to gdb_test_multiple calls.
4945
9197cd8b
TV
49462019-07-29 Tom de Vries <tdevries@suse.de>
4947
4948 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 4949 print registers" regexps.
9197cd8b 4950
b528dae0
TV
49512019-07-29 Tom de Vries <tdevries@suse.de>
4952
4953 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4954
d17725d7
TV
49552019-07-29 Tom de Vries <tdevries@suse.de>
4956
4957 PR gdb/24855
4958 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4959 (skip_python_tests_prompt): Add prompt_regexp argument to
4960 gdb_test_multiple calls.
4961
52b75bf1
TT
49622019-07-27 Tom Tromey <tom@tromey.com>
4963
4964 * gdb.tui/main.exp: New file.
4965
2b1d00c2
TT
49662019-07-27 Tom Tromey <tom@tromey.com>
4967
4968 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4969 optional.
4970 * gdb.tui/empty.exp: New file.
4971
ded631d5
TT
49722019-07-27 Tom Tromey <tom@tromey.com>
4973
4974 * lib/tuiterm.exp (spawn): New proc.
4975 (Term::resize): New proc.
4976 * gdb.tui/resize.exp: New file.
4977
58ac439d
TT
49782019-07-27 Tom Tromey <tom@tromey.com>
4979
4980 * gdb.tui/list.exp: New file.
4981
fe1f56ee
TT
49822019-07-27 Tom Tromey <tom@tromey.com>
4983
4984 * gdb.tui/regs.exp: New file.
4985
f790b310
TT
49862019-07-27 Tom Tromey <tom@tromey.com>
4987
4988 * gdb.tui/basic.exp: Add "layout split" test.
4989
d95fc6ee
TT
49902019-07-27 Tom Tromey <tom@tromey.com>
4991
4992 * gdb.tui/basic.exp: Add "layout asm" test.
4993
c3786b3a
TT
49942019-07-27 Tom Tromey <tom@tromey.com>
4995
4996 * lib/tuiterm.exp: New file.
4997 * gdb.tui/basic.exp: New file.
4998
98a617f8
KB
49992019-07-27 Kevin Buettner <kevinb@redhat.com>
5000
5001 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
5002 Enable tests associated with this flag. Adjust regex
5003 referencing "foo_low" to now refer to "foo_cold" instead.
5004
5c076da4
KB
50052019-07-27 Kevin Buettner <kevinb@redhat.com>
5006
5007 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
5008 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
5009 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
5010 foo_cold. Revise comments to match.
5011 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
5012 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
5013 were wrapped into this proc; Call do_test in loop from outermost
5014 level.
5015 (foo_low): Rename all occurrences to "foo_cold".
5016 (backtrace from baz): New test.
5017 (x2/i foo_cold): New test.
5018 (info line *foo_cold): New test.
5019
1512d3b7
TV
50202019-07-26 Tom de Vries <tdevries@suse.de>
5021
5022 * gdb.arch/i386-pkru.exp: Fix unterminated string.
5023
297989a1
TV
50242019-07-25 Tom de Vries <tdevries@suse.de>
5025
5026 PR testsuite/24830
5027 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
5028 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
5029 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
5030 (skip_libstdcxx_probe_tests): ... here.
5031 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
5032
b3b965fb
TV
50332019-07-24 Tom de Vries <tdevries@suse.de>
5034
5035 PR testsuite/24807
5036 * gdb.objc/basicclass.m: Include stdio.h.
5037 * gdb.objc/nondebug.m: Same.
5038 * gdb.objc/objcdecode.m: Same.
5039
4625b4d0
TV
50402019-07-24 Tom de Vries <tdevries@suse.de>
5041
5042 PR testsuite/24612
5043 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
5044 additional_flags.
5045
024a5840
TV
50462019-07-24 Tom de Vries <tdevries@suse.de>
5047
5048 PR testsuite/24831
5049 * gdb.multi/tids.exp: Update error messages for info threads.
5050
c76ddaa3
TV
50512019-07-24 Tom de Vries <tdevries@suse.de>
5052
5053 * gdb.base/info-types.exp: Allow info types to print info for more than
5054 one file.
5055
9a618ef6
TV
50562019-07-23 Tom de Vries <tdevries@suse.de>
5057
5058 PR testsuite/24842
5059 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
5060 gdb_spawn_with_cmdline_opts.
5061
40eadf04
SP
50622019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5063
5064 * gdb.arch/arm-cmse-sgstubs.c: New test.
5065 * gdb.arch/arm-cmse-sgstubs.exp: New file.
5066
5ba29434
TV
50672019-07-23 Tom de Vries <tdevries@suse.de>
5068
5069 PR testsuite/24711
5070 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
5071 issuing next command.
5072
a8e9d247
AB
50732019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5074
5075 * gdb.ada/info_auto_lang.exp: Update expected results.
5076 * gdb.base/info-types.c: Add additional types to check.
5077 * gdb.base/info-types.exp: Update expected results.
5078
eb86c5e2
AB
50792019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5080
5081 * gdb.base/info-types.c: New file.
5082 * gdb.base/info-types.exp: New file.
5083
01e175fe
AB
50842019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5085
5086 * gdb.arch/riscv-bp-infcall.c: New file.
5087 * gdb.arch/riscv-bp-infcall.exp: New file.
5088
6b78c3f8
AB
50892019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5090
5091 PR breakpoints/24541
5092 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
5093
da738167
TV
50942019-07-14 Tom de Vries <tdevries@suse.de>
5095
5096 PR testsuite/24760
5097 * gdb.objc/basicclass.exp: Fix unterminated string.
5098
0d4e84ed
AB
50992019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
5100 Andrew Burgess <andrew.burgess@embecosm.com>
5101
5102 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
5103 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
5104 negative bounds.
5105 * gdb.fortran/vla-value.exp: Print elements of an array with
5106 negative bounds.
5107 * gdb.fortran/vla.f90: Setup an array with negative bounds for
5108 testing.
5109
021d8588
AB
51102019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5111
5112 * gdb.base/options.exp (expect_string): Dequote strings in
5113 results.
5114 (test-string): Test strings with different quoting and reindent.
5115
f06f1252
TT
51162019-07-10 Tom Tromey <tromey@adacore.com>
5117
5118 * gdb.ada/mi_ex_cond.exp: Update expected results.
5119 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
5120 * gdb.ada/mi_catch_ex.exp: Update expected results.
5121 * gdb.ada/mi_catch_assert.exp: Update expected results.
5122 * gdb.ada/catch_ex.exp (catch_exception_info)
5123 (catch_exception_entry, catch_assert_entry)
5124 (catch_unhandled_entry): Update.
5125 * gdb.ada/catch_assert_if.exp: Update expected results.
5126
b863685d
RB
51272019-07-10 Richard Bunt <richard.bunt@arm.com>
5128 Stephen Roberts <stephen.roberts@arm.com>
5129
5130 * gdb.base/define.exp: Restore original prompt.
5131
cb1e4e32
PA
51322019-07-09 Pedro Alves <palves@redhat.com>
5133
5134 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
5135 breakpoints" output.
5136 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
5137 * gdb.python/py-breakpoint.exp: No longer expect that "catch
5138 throw" creates breakpoint.
5139 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
5140 'type="catchpoint"'.
5141
b58a68fe
PA
51422019-07-09 Pedro Alves <palves@redhat.com>
5143
5144 PR c++/15468
5145 * gdb.cp/except-multi-location-lib.cc: New.
5146 * gdb.cp/except-multi-location-main.cc: New.
5147 * gdb.cp/except-multi-location.exp: New.
5148
0826779b
PW
51492019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
5150
5151 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
5152 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
5153 argument and update callers.
5154
5b0e2db4
AB
51552019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5156
5157 * gdb.arch/amd64-break-on-asm-line.S: New file.
5158 * gdb.arch/amd64-break-on-asm-line.exp: New file.
5159
1f6f6e21
PW
51602019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5161
5162 * gdb.base/printcmds.exp: Test printing C string and
5163 C wide string convenience vars without transiting via the inferior.
5164 Also make test names unique.
5165
ea142fbf
AH
51662019-07-08 Alan Hayward <alan.hayward@arm.com>
5167
5862c886 5168 PR breakpoints/25011
ea142fbf
AH
5169 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
5170
213fd9fa
PA
51712019-07-04 Pedro Alves <palves@redhat.com>
5172
5173 * lib/gdb.exp (foreach_with_prefix): Don't return early if
5174 body returned ok(0), break(3) or continue(4).
5175 * gdb.testsuite/foreach_with_prefix.exp: New file.
5176
2b40fda7
AH
51772019-07-04 Alan Hayward <alan.hayward@arm.com>
5178
5179 * gdb.server/unittest.exp: Allow 0 unit tests to run.
5180
a26c8de0
PA
51812019-07-03 Pedro Alves <palves@redhat.com>
5182
5183 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
5184 "return -code".
5185
5f4ba3e7
PA
51862019-07-03 Pedro Alves <palves@redhat.com>
5187
5188 PR cli/24732
5189 * gdb.base/shell.exp: Load completion-support.exp.
5190 Adjust expected error output. Add completion tests.
5191
a994424f
PA
51922019-07-03 Pedro Alves <palves@redhat.com>
5193
5194 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
5195 string_to_regexp.
5196
3d9be6f5
PA
51972019-07-03 Pedro Alves <palves@redhat.com>
5198
5199 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
5200 (expect_integer): Adjust to expect "-string".
5201 (expect_string): New.
5202 (all_options): Expect "-string".
5203 (test-flag, test-boolean): Adjust to expect "-string".
5204 (test-string): New proc.
5205 (top level): Call it.
5206
41fc454c
PA
52072019-07-03 Pedro Alves <palves@redhat.com>
5208
5209 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
5210 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
5211 the expected output in the success.
5212
b2b2a215
PA
52132019-07-03 Pedro Alves <palves@redhat.com>
5214
5215 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5216 Split one gdb_test_multiple call in two to avoid a race.
5217
fdbc9870
PA
52182019-07-03 Pedro Alves <palves@redhat.com>
5219
5220 * gdb.base/with.c: New file.
5221 * gdb.base/with.exp: New file.
5222
c6ac8931
PA
52232019-07-03 Pedro Alves <palves@redhat.com>
5224
5225 * gdb.base/settings.exp: Replace all references to "maint
5226 test-settings set" with references to "maint set test-settings",
5227 and all references to "maint test-settings show" with references
5228 to "maint show test-settings".
5229
970f9d09
PA
52302019-07-03 Pedro Alves <palves@redhat.com>
5231
5232 * gdb.base/settings.exp (test-string): Adjust expected out when
5233 testing "maint test-settings show filename"
5234
54d66006
PA
52352019-07-02 Pedro Alves <palves@redhat.com>
5236
5237 * gdb.base/options.exp (test-info-threads): New procedure.
5238 (top level): Call it.
5239
10d06d82
TT
52402019-06-28 Tom Tromey <tromey@adacore.com>
5241
5242 * gdb.dwarf2/ada-linkage-name.c: New file.
5243 * gdb.dwarf2/ada-linkage-name.exp: New file.
5244
3d507ff2
TT
52452019-06-27 Tom Tromey <tromey@adacore.com>
5246
d039f014 5247 PR c++/20020:
3d507ff2
TT
5248 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5249
8af58ffe
TV
52502019-06-26 Tom de Vries <tdevries@suse.de>
5251
5252 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5253
22e21752
TV
52542019-06-26 Tom de Vries <tdevries@suse.de>
5255
5256 * gdb.base/index-cache.exp: Add back missing debug option.
5257
b65b566c
PW
52582019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5259
5260 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5261
5c2c8c69
TV
52622019-06-25 Tom de Vries <tdevries@suse.de>
5263
5264 PR testsuite/24727
5265 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5266
164e3873
TV
52672019-06-24 Tom de Vries <tdevries@suse.de>
5268
5269 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5270
824eacee
TV
52712019-06-24 Tom de Vries <tdevries@suse.de>
5272
5273 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5274 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5275 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5276
385b97d3
TV
52772019-06-24 Tom de Vries <tdevries@suse.de>
5278
5279 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5280
c596f180
TV
52812019-06-21 Tom de Vries <tdevries@suse.de>
5282
5283 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5284
b13a7d03
TV
52852019-06-21 Tom de Vries <tdevries@suse.de>
5286
5287 PR testsuite/24518
5288 PR ada/24713
5289 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5290 index.
5291
899277ae
TT
52922019-06-19 Tom Tromey <tromey@adacore.com>
5293
5294 * gdb.ada/length_cond.exp: Add intro comment.
5295
680e1bee
TT
52962019-06-19 Tom Tromey <tromey@adacore.com>
5297
5298 * gdb.ada/length_cond.exp: New file.
5299 * gdb.ada/length_cond/length_cond.adb: New file.
5300 * gdb.ada/length_cond/pck.adb: New file.
5301 * gdb.ada/length_cond/pck.ads: New file.
5302
0ed4690a
TV
53032019-06-18 Tom de Vries <tdevries@suse.de>
5304
5305 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5306
d20ed5fd
TT
53072019-06-18 Tom Tromey <tromey@adacore.com>
5308
5309 * gdb.base/list0.h: Add comment explaining control character.
5310
86e04673
TV
53112019-06-18 Tom de Vries <tdevries@suse.de>
5312
5313 * boards/fission.exp: Break up long debug_flags line.
5314
c4973306
SM
53152019-06-16 Tom de Vries <tdevries@suse.de>
5316
5317 PR gdb/24445
5318 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5319 generated index.
5320
93cb9841
AB
53212019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5322
5323 PR gdb/24686
5324 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5325 improve detection of bug gdb/24541.
5326
399aaebd
SM
53272019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5328
5329 PR gdb/24669
5330 * gdb.base/index-cache.exp (uses_readnow,
5331 expecting_index_cache_use): Define global variable.
5332 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5333 expecting_index_cache_use.
5334
584a927c
AB
53352019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5336 Andrew Burgess <andrew.burgess@embecosm.com>
5337
5338 * gdb.fortran/pointers.f90: New file.
5339 * gdb.fortran/print_type.exp: New file.
5340 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5341 * gdb.fortran/vla-type.exp: Likewise.
5342 * gdb.fortran/vla-value.exp: Likewise.
5343 * gdb.mi/mi-vla-fortran.exp: Likewise.
5344
30056ea0
AB
53452019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5346
5347 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5348 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5349 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5350 as a stop reason.
5351
ec8e2b6d
AB
53522019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5353
5354 * gdb.base/annota1.exp: Update expected results.
5355 * gdb.cp/annota2.exp: Likewise.
5356 * gdb.cp/annota3.exp: Likewise.
5357
09e4c4e1
AB
53582019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5359
5360 * gdb.base/style-logging.exp: Remove path from test name.
5361
0735b091
TT
53622019-06-14 Tom Tromey <tromey@adacore.com>
5363
5364 PR gdb/24502:
5365 * gdb.base/style-logging.exp: New file.
5366
f5686554
TT
53672019-06-14 Tom Tromey <tromey@adacore.com>
5368
5369 * gdb.base/symfile-warn.exp: New file.
5370 * gdb.base/symfile-warn.c: New file.
5371
a0c1ffed
TT
53722019-06-14 Tom Tromey <tromey@adacore.com>
5373
5374 * gdb.base/annotate-symlink.exp: New file.
5375
f411722c
TT
53762019-06-14 Tom Tromey <tromey@adacore.com>
5377
5378 * gdb.ada/set_wstr.exp: Add reassignment test.
5379
4268ec18
TT
53802019-06-14 Tom Tromey <tromey@adacore.com>
5381
5382 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5383 'unchecked_access and 'unrestricted_access as well.
5384
9a9e394b
TT
53852019-06-14 Tom Tromey <tromey@adacore.com>
5386
5387 PR ada/24539:
5388 * gdb.ada/vla.exp: Update tests.
5389 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5390 pragma.
5391
4c048731
PA
53922019-06-13 Pedro Alves <palves@redhat.com>
5393
5394 * gdb.base/settings.exp (test-integer): Test junk after
5395 "unlimited".
5396
6665660a
PA
53972019-06-13 Pedro Alves <palves@redhat.com>
5398
5399 * gdb.base/options.exp (test-thread-apply): New.
5400 (top level): Call it.
5401
5d707134
PA
54022019-06-13 Pedro Alves <palves@redhat.com>
5403
5404 * gdb.base/options.exp (test-frame-apply): New.
5405 (top level): Test print commands with different "frame apply"
5406 prefixes.
5407
e2a689da
PA
54082019-06-13 Pedro Alves <palves@redhat.com>
5409
e79be6e5 5410 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
5411 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5412 'max_completions' parameter and handle it.
5413 (test_gdb_completion_offers_commands): New.
5414
90a1ef87
PA
54152019-06-13 Pedro Alves <palves@redhat.com>
5416
5417 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5418
d4c16835
PA
54192019-06-13 Pedro Alves <palves@redhat.com>
5420
5421 * gdb.base/options.exp (test-backtrace): New.
5422 (top level): Call it.
5423
2daf894e
PA
54242019-06-13 Pedro Alves <palves@redhat.com>
5425
5426 * gdb.guile/scm-frame-args.exp: Use "set print
5427 raw-frame-arguments" instead of "set print raw frame-arguments".
5428 * gdb.python/py-frame-args.exp: Likewise.
5429
e6ed716c
PA
54302019-06-13 Pedro Alves <palves@redhat.com>
5431
5432 * gdb.compile/compile.exp: Adjust expected output to option
5433 processing changes.
5434
7d8062de
PA
54352019-06-13 Pedro Alves <palves@redhat.com>
5436
5437 * gdb.base/options.exp: Build executable.
5438 (test-print): New procedure.
5439 (top level): Call it, once for "print" and another for "compile
5440 print".
5441
9d0faba9
PA
54422019-06-13 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.base/options.c: New file.
5445 * gdb.base/options.exp: New file.
5446
dee7b4c8
PA
54472019-06-13 Pedro Alves <palves@redhat.com>
5448
5449 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5450 that "o" is ambiguous.
5451
dca0f6c0
PA
54522019-06-13 Pedro Alves <palves@redhat.com>
5453
5454 * gdb.base/settings.c: New file.
5455 * gdb.base/settings.exp: New file.
5456
ccf46844
PA
54572019-06-13 Pedro Alves <palves@redhat.com>
5458
5459 * gdb.base/completion.exp: Fix comment typo.
5460
b9a3f842
PA
54612019-06-13 Pedro Alves <palves@redhat.com>
5462
5463 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5464 foo --1" test.
5465
d106773e
PA
54662019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5467
5468 * gdb.fortran/block-data.f: New.
5469 * gdb.fortran/block-data.exp: New.
5470
fea82da0
TV
54712019-06-11 Tom de Vries <tdevries@suse.de>
5472
5473 PR testsuite/24521
5474 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5475 message.
5476
8c2e74f1
TV
54772019-06-11 Tom de Vries <tdevries@suse.de>
5478
5479 PR testsuite/24521
5480 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5481
b49851c8
TV
54822019-06-11 Tom de Vries <tdevries@suse.de>
5483
5484 * boards/readnow.exp: New file.
5485
a7067863
AB
54862019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5487
5488 * gdb.fortran/vla-sizeof.exp: Update expected results.
5489
1a3da2cd
AB
54902019-06-06 Amos Bird <amosbird@gmail.com>
5491
5492 * gdb.base/annota1.exp (thread_switch): Add test for
5493 thread-exited annotation.
5494
3847a7bf
TT
54952019-06-06 Tom Tromey <tromey@adacore.com>
5496
5497 * gdb.base/maint.exp: Expect command started/finished output.
5498
0088ba59
AB
54992019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5500
5501 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5502 comment.
5503 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5504
312617a3
AB
55052019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5506
5507 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5508 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5509 * gdb.arch/riscv-unwind-long-insn.c: New file.
5510 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5511
e1f2e1a2
CB
55122019-06-04 Christian Biesinger <cbiesinger@google.com>
5513
d3238f7d 5514 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 5515
206584bd
PW
55162019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5517
5518 * lib/gdb.exp (help_list_trailer): New regexp variable
5519 factorizing the help trailer message.
5520 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5521 arg to allow to better factorize various tests.
5522 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5523 (test_prefix_command_help): Use help_list_trailer.
5524 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5525 * gdb.guile/scm-cmd.exp: Likewise.
5526 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5527 * gdb.base/help.exp: Use test_user_defined_class_help.
5528 * gdb.base/style.exp: Add tests for styling of help and apropos.
5529 * lib/gdb-utils.exp (style): Add title and highlight styles.
5530
708dc93e
PW
55312019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5532
5533 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5534 $_shell_exitsignal.
5535 * gdb.base/default.exp: Update for new convenience variables.
5536
f49055a5
TT
55372019-05-29 Tom Tromey <tromey@adacore.com>
5538
5539 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5540 to "break complete ada" test case's regexp.
5541
4330d61d
TT
55422019-05-29 Tom Tromey <tromey@adacore.com>
5543
5544 PR c++/20020:
5545 * gdb.cp/constexpr-field.exp: New file.
5546 * gdb.cp/constexpr-field.cc: New file.
5547
000439d5
TT
55482019-05-29 Tom Tromey <tromey@adacore.com>
5549
5550 * gdb.base/finish.exp (finish_no_print): New proc.
5551 (finish_tests): Call it.
5552
5a01c34c
TV
55532019-05-24 Tom de Vries <tdevries@suse.de>
5554
5555 * gdb.dwarf2/gdb-add-index.exp: New file.
5556
18125b16
TT
55572019-05-22 Tom Tromey <tromey@adacore.com>
5558
5559 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5560 * gdb.base/style.exp: Use "style".
5561 * lib/gdb-utils.exp (style): New proc.
5562
af1a8d03
TV
55632019-05-22 Tom de Vries <tdevries@suse.de>
5564
5565 * gdb.base/align.exp: Require c++11.
5566
e7fe496b
TV
55672019-05-22 Tom de Vries <tdevries@suse.de>
5568
5569 PR testsuite/24586
5570 * gdb.python/py-mi-var-info-path-expression.exp: Call
5571 mi_skip_python_tests to check if python is supported.
5572
8fca4da0
AH
55732019-05-22 Alan Hayward <alan.hayward@arm.com>
5574
5575 * gdb.arch/aarch64-pauth.c: New test.
5576 * gdb.arch/aarch64-pauth.exp: New file.
5577
b7060614
AH
55782019-05-22 Alan Hayward <alan.hayward@arm.com>
5579
5580 * README (Re-running Tests Outside The Testsuite): New section.
5581
669d0468
TV
55822019-05-21 Tom de Vries <tdevries@suse.de>
5583
5584 * gdb.arch/amd64-eval.exp: Require c++11.
5585 * gdb.base/max-depth.exp: Same.
5586 * gdb.compile/compile-cplus-array-decay.exp: Same.
5587 * gdb.cp/meth-typedefs.exp: Same.
5588 * gdb.cp/subtypes.exp: Same.
5589 * gdb.cp/temargs.exp: Same.
5590
ce3ebcaa
AH
55912019-05-21 Alan Hayward <alan.hayward@arm.com>
5592
5593 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
5594
34d11c68
AB
55952019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
5596
5597 PR gdb/18644
5598 * gdb.fortran/complex.exp: Remove setup_kfail calls.
5599 * gdb.fortran/printing-types.exp: Add new test.
5600 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
5601 testing.
5602 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
5603 setup_kfail call.
5604
87781e84
AH
56052019-05-17 Alan Hayward <alan.hayward@arm.com>
5606
5607 * README (Running the Testsuite): Change example.
5608 (Testsuite Parameters): Remove TRANSCRIPT.
5609 * lib/gdb.exp: Remove TRANSCRIPT check.
5610
b420b89e
AH
56112019-05-17 Alan Hayward <alan.hayward@arm.com>
5612
5613 * README (Testsuite Parameters): Add replay logging to
5614 GDBSERVER_DEBUG.
5615 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
5616 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
5617 as a comma separated list.
5618 (gdb_debug_init): Override procedure.
5619
408e9b8b
AH
56202019-05-17 Alan Hayward <alan.hayward@arm.com>
5621
5622 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
5623 (gdb_write_cmd_file): New procedure.
5624 * lib/gdbserver-support.exp (gdbserver_start): Call
5625 gdbserver_write_cmd_file.
5626 (gdbserver_write_cmd_file): New procedure.
5627
f9e2e39d
AH
56282019-05-17 Alan Hayward <alan.hayward@arm.com>
5629
5630 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
5631 (delete_breakpoints): Likewise.
5632 (gdb_run_cmd): Likewise.
5633 (gdb_start_cmd): Likewise.
5634 (gdb_starti_cmd): Likewise.
5635 (gdb_internal_error_resync): Likewise.
5636 (gdb_test_multiple): Likewise.
5637 (gdb_reinitialize_dir): Likewise.
5638 (default_gdb_exit): Likewise.
5639 (gdb_file_cmd): Mark kill as optional.
5640 (default_gdb_start): Call gdb_stdin_log_init.
5641 (send_gdb): Call gdb_stdin_log_write.
5642 (rerun_to_main): Mark Y as an answer.
5643 (gdb_stdin_log_init): New function.
5644 (gdb_stdin_log_write): Likewise.
5645
81f47ac2
AH
56462019-05-17 Alan Hayward <alan.hayward@arm.com>
5647
5648 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
5649 * gdb.base/debug-expr.exp: Likewise.
5650 * gdb.base/foll-fork.exp: Likewise.
5651 * gdb.base/foll-vfork.exp: Likewise.
5652 * gdb.base/fork-print-inferior-events.exp: Likewise.
5653 * gdb.base/gdb-sigterm.exp: Likewise.
5654 * gdb.base/gdbinit-history.exp: Likewise.
5655 * gdb.base/osabi.exp: Likewise.
5656 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5657 * gdb.base/ui-redirect.exp: Likewise.
5658 * gdb.gdb/unittest.exp: Likewise.
5659 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
5660 * gdb.mi/mi-watch.exp: Likewise.
5661 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5662 * gdb.mi/user-selected-context-sync.exp: Likewise.
5663 * gdb.python/python.exp: Disable debug test when debugging.
5664 * gdb.threads/check-libthread-db.exp: Disable when debugging.
5665 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5666 Likewise.
5667 * gdb.threads/stepi-random-signal.exp: Likewise.
5668
29b52314
AH
56692019-05-17 Alan Hayward <alan.hayward@arm.com>
5670
5671 * Makefile.in: Pass through GDB_DEBUG.
5672 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5673 (gdb,debug): Add board setting.
5674 * lib/gdb.exp (default_gdb_start): Start debugging.
5675 (gdb_debug_enabled): New procedure.
5676 (gdb_debug_init): Likewise.
29b52314
AH
5677
56782019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 5679
29b52314
AH
5680 * Makefile.in: Pass through GDB_DEBUG.
5681 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
5682 (gdb,debug): Add board setting.
5683 * lib/gdb.exp (default_gdb_start): Start debugging.
5684 (gdb_debug_enabled): New procedure.
5685 (gdb_debug_init): Likewise.
29b52314 5686
ca1285d1
AH
56872019-05-17 Alan Hayward <alan.hayward@arm.com>
5688
5689 * gdb.base/ui-redirect.exp: Add debug redirect tests.
5690
f3a09c80
AH
56912019-05-17 Alan Hayward <alan.hayward@arm.com>
5692
5693 * gdb.base/ui-redirect.exp: Test redirection.
5694
26648588
JV
56952019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
5696
5697 * gdb.mi/mi-complete.exp: New file.
5698 * gdb.mi/mi-complete.cc: Likewise.
5699
14237686
AB
57002019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
5701
5702 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
5703 indexed and sliced arrays, and pointers to arrays.
5704
e7bd7fba
TT
57052019-05-14 Tom Tromey <tromey@adacore.com>
5706
5707 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
5708 styling test.
5709
2764128d
TV
57102019-05-14 Tom de Vries <tdevries@suse.de>
5711
5712 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
5713 selection entry encoding.
5714
71bed2db
TT
57152019-05-10 Tom Tromey <tromey@adacore.com>
5716
5717 * gdb.ada/info_exc.exp: Add "complete" test.
5718
63b667ad
TV
57192019-05-09 Tom de Vries <tdevries@suse.de>
5720
5721 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
5722 CU-relative.
5723
9cfd2b89
TV
57242019-05-09 Tom de Vries <tdevries@suse.de>
5725
5726 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
5727 CU-relative.
5728
2228ef77
XR
57292019-05-08 Joel Brobecker <brobecker@adacore.com>
5730
5731 * gdb.ada/frame_arg_lang.exp: New testcase.
5732 * gdb.ada/frame_arg_lang/bla.adb: New file.
5733 * gdb.ada/frame_arg_lang/pck.ads: New file.
5734 * gdb.ada/frame_arg_lang/pck.adb: New file.
5735 * gdb.ada/frame_arg_lang/foo.c: New file.
5736
80e55b13
TT
57372019-05-08 Tom Tromey <tromey@adacore.com>
5738
5739 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
5740
9d3421af
TT
57412019-05-08 Tom Tromey <tromey@adacore.com>
5742
5743 * gdb.base/ptype-offsets.exp: Update tests.
5744
844333e2
TT
57452019-05-08 Tom Tromey <tromey@adacore.com>
5746
5747 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
5748 cases.
5749 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
5750 "short".
5751
988915ee
TT
57522019-05-08 Tom Tromey <tromey@adacore.com>
5753
5754 * gdb.ada/vla.exp: New file.
5755 * gdb.ada/vla/vla.adb: New file.
5756
7bd55dac
TV
57572019-05-07 Tom de Vries <tdevries@suse.de>
5758
5759 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5760
75f06e9d
TV
57612019-05-07 Tom de Vries <tdevries@suse.de>
5762
5763 PR testsuite/24522
5764 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5765 section.
5766
77e7aaa4
TV
57672019-05-07 Tom de Vries <tdevries@suse.de>
5768
5769 PR testsuite/24522
5770 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5771 .debug_aranges section.
5772
456ba0fa
TV
57732019-05-07 Tom de Vries <tdevries@suse.de>
5774
5775 PR testsuite/24159
5776 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5777
5a56d6a6
TV
57782019-05-06 Tom de Vries <tdevries@suse.de>
5779
5780 * lib/gdb.exp (exec_has_index_section): New proc.
5781 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5782 section.
5783
9d6d4be8
TV
57842019-05-04 Tom de Vries <tdevries@suse.de>
5785
5786 * boards/cc-with-debug-names.exp: New file.
5787
222a8d25
TT
57882019-05-03 Tom Tromey <tromey@adacore.com>
5789
5790 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5791 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5792 * gdb.ada/char_enum.exp: Add test.
5793
0fdfd794
TV
57942019-05-03 Tom de Vries <tdevries@suse.de>
5795
5796 * boards/cc-with-gdb-index.exp: New file.
5797
80062eb9
AB
57982019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5799
5800 * gdb.rust/simple.exp: Add new test case.
5801 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5802 (main): Initialise an instance of the new struct.
5803
4504bbde
TT
58042019-05-01 Tom Tromey <tromey@adacore.com>
5805
5806 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5807 record.
5808 (NPR): New variable.
5809 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5810 test.
5811
d48e62f4
TT
58122019-05-01 Tom Tromey <tromey@adacore.com>
5813
5814 * gdb.ada/packed_array_assign.exp: Add packed assignment
5815 regression test.
5816
f59f30f5
TV
58172019-05-01 Tom de Vries <tdevries@suse.de>
5818
5819 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5820
b70bfc54
TV
58212019-05-01 Tom de Vries <tdevries@suse.de>
5822
5823 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5824
15f18d14
AT
58252019-04-30 Ali Tamur <tamur@google.com>
5826
5827 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5828
2ff0a947
TT
58292019-04-30 Tom Tromey <tromey@adacore.com>
5830
5831 * lib/ada.exp (find_ada_tool): New proc.
5832 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5833 * gdb.ada/catch_ex_std.exp: New file.
5834 * gdb.ada/catch_ex_std/foo.adb: New file.
5835 * gdb.ada/catch_ex_std/some_package.adb: New file.
5836 * gdb.ada/catch_ex_std/some_package.ads: New file.
5837
a776957c
TT
58382019-04-30 Tom Tromey <tromey@adacore.com>
5839
5840 PR c++/24470:
5841 * gdb.cp/temargs.cc: Add test code from PR.
5842
bc68014d
AB
58432019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5844
5845 * gdb.fortran/vla-datatypes.exp: Update expected results.
5846 * gdb.fortran/vla-ptype.exp: Likewise.
5847 * gdb.fortran/vla-type.exp: Likewise.
5848 * gdb.fortran/vla-value.exp: Likewise.
5849
f1fdc960
AB
58502019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5851
5852 * gdb.fortran/ptr-indentation.exp: Update expected results.
5853 * gdb.fortran/ptype-on-functions.exp: Likewise.
5854 * gdb.fortran/vla-ptr-info.exp: Likewise.
5855 * gdb.fortran/vla-value.exp: Likewise.
5856
bf7a4de1
AB
58572019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5858
5859 * gdb.fortran/ptype-on-functions.exp: New file.
5860 * gdb.fortran/ptype-on-functions.f90: New file.
5861
bbe75b9d
AB
58622019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5863
5864 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5865 case void string.
5866
1db455a7
AB
58672019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5868
5869 * gdb.fortran/complex.exp: Expand.
5870 * gdb.fortran/complex.f: Renamed to...
5871 * gdb.fortran/complex.f90: ...this, and extended to add more
5872 complex values.
5873
b6d03bb2
AB
58742019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5875
5876 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5877 MODULO, CMPLX.
5878
2e62ab40
AB
58792019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5880 Richard Bunt <richard.bunt@arm.com>
5881
5882 * gdb.base/max-depth.c: New file.
5883 * gdb.base/max-depth.exp: New file.
5884 * gdb.python/py-nested-maps.c: New file.
5885 * gdb.python/py-nested-maps.exp: New file.
5886 * gdb.python/py-nested-maps.py: New file.
5887 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5888 (test_all_common): Call test_max_depth.
5889 * gdb.fortran/max-depth.exp: New file.
5890 * gdb.fortran/max-depth.f90: New file.
5891 * gdb.go/max-depth.exp: New file.
5892 * gdb.go/max-depth.go: New file.
5893 * gdb.modula2/max-depth.exp: New file.
5894 * gdb.modula2/max-depth.c: New file.
5895 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5896
d2b584a5
TV
58972019-04-29 Tom de Vries <tdevries@suse.de>
5898
5899 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5900
136afab8
PW
59012019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5902
5903 * gdb.base/callexit.exp: Test may-call-functions off.
5904
725cbb63
KS
59052019-04-25 Keith Seitz <keiths@redhat.com>
5906
5907 PR c++/24367
5908 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5909 (another_incomplete_struct, test_incomplete): New definitions.
5910 (main): Use new definitions.
5911 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5912 functions.
5913
701adfb0
PA
59142019-04-25 Ali Tamur <tamur@google.com>
5915
5916 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5917
82433e3e
SDJ
59182019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5919
5920 PR corefiles/11608
5921 PR corefiles/18187
5922 * gdb.base/coredump-filter-build-id.exp: New file.
5923
dd06d4d6
AH
59242019-04-25 Alan Hayward <alan.hayward@arm.com>
5925
e79be6e5
SM
5926 * Makefile.in: Pass through GDBSERVER_DEBUG.
5927 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5928 (gdbserver,debug): Add board setting.
5929 * gdb.trace/tspeed.exp: Skip when debugging.
5930 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5931 * lib/gdbserver-support.exp: Likewise
dd06d4d6 5932
1670072e
TT
59332019-04-24 Tom Tromey <tromey@adacore.com>
5934
5935 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5936 Rust.
5937
a59240a4
TT
59382019-04-24 Tom Tromey <tromey@adacore.com>
5939
5940 * gdb.arch/amd64-eval.exp: Test bitfield return.
5941 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5942 (class Foo) <return_bitfields>: New method.
5943 (main): Call it.
5944
b907456c
AB
59452019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5946
5947 * gdb.cp/many-args.cc: New file.
5948 * gdb.cp/many-args.exp: New file.
5949
5c565afd
TV
59502019-04-23 Tom de Vries <tdevries@suse.de>
5951
5952 PR gdb/24433
5953 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5954
ba22ff86
AH
59552019-04-23 Alan Hayward <alan.hayward@arm.com>
5956
5957 * gdb.trace/backtrace.exp: Use nopie flag.
5958 * gdb.trace/circ.exp: Likewise.
5959 * gdb.trace/collection.exp: Likewise.
5960 * gdb.trace/ftrace.exp: Likewise.
5961 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5962 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5963 * gdb.trace/qtro.exp: Likewise.
5964 * gdb.trace/read-memory.exp: Likewise.
5965 * gdb.trace/report.exp: Likewise.
5966 * gdb.trace/tfile.exp: Likewise.
5967 * gdb.trace/tfind.exp: Likewise.
5968 * gdb.trace/unavailable.exp: Likewise.
5969
7905fc35
PA
59702019-04-22 Pedro Alves <palves@redhat.com>
5971
5972 * gdb.base/solib-probes-nosharedlibrary.c,
5973 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5974
8ecb59f8
TT
59752019-04-19 Tom Tromey <tromey@adacore.com>
5976
5977 * gdb.ada/ptype_union.c: New file.
5978 * gdb.ada/ptype_union.exp: New file.
5979
62160ec9
TT
59802019-04-19 Tom Tromey <tromey@adacore.com>
5981
5982 PR symtab/24423:
5983 * gdb.base/list0.h (foo): Add a control-l character.
5984
36cd4ba5
TV
59852019-04-18 Tom de Vries <tdevries@suse.de>
5986
5987 PR gdb/24433
5988 * boards/local-board.exp: Set sysroot to "".
5989
b73715df
TV
59902019-04-18 Tom de Vries <tdevries@suse.de>
5991 Pedro Alves <palves@redhat.com>
5992
5993 PR gdb/24454
5994 * gdb.threads/vfork-follow-child-exec.c: New file.
5995 * gdb.threads/vfork-follow-child-exec.exp: New file.
5996 * gdb.threads/vfork-follow-child-exit.c: New file.
5997 * gdb.threads/vfork-follow-child-exit.exp: New file.
5998
4aa866af
LS
59992019-04-15 Leszek Swirski <leszeks@google.com>
6000
6001 * gdb.arch/amd64-eval.cc: New file.
6002 * gdb.arch/amd64-eval.exp: New file.
6003
e5a1a79a
AH
60042019-04-11 Alan Hayward <alan.hayward@arm.com>
6005
6006 * gdb.server/sysroot.c: New test.
6007 * gdb.server/sysroot.exp: New file.
6008 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
6009 matching param.
6010
41077b66
AB
60112019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
6012
6013 * gdb.base/align.exp: Extend test to cover structures containing
6014 only static fields.
6015
c30391f8
TV
60162019-04-11 Tom de Vries <tdevries@suse.de>
6017
6018 * boards/cc-with-dwz-m.exp: New file.
6019 * boards/cc-with-dwz.exp: New file.
6020 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
6021
e242fd12
SM
60222019-04-09 Simon Marchi <simon.marchi@efficios.com>
6023
6024 * gdb.base/start-cpp.exp: New file.
6025 * gdb.base/start-cpp.cc: New file.
6026
2b0c8b01
KB
60272019-04-08 Kevin Buettner <kevinb@redhat.com>
6028
6029 * gdb.python/py-thrhandle.exp: Adjust tests to call
6030 thread_from_handle instead of thread_from_thread_handle.
6031
947210e5
KB
60322019-04-08 Kevin Buettner <kevinb@redhat.com>
6033
6034 * gdb.python/py-thrhandle.exp: Add tests for
6035 gdb.InferiorThread.handle.
6036
d7df6549
AB
60372019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
6038
6039 * gdb.python/py-function.exp: Check calling helper function from
6040 all languages.
6041 * lib/gdb.exp (gdb_supported_languages): New proc.
6042
8bdc1658
AB
60432019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
6044
6045 * gdb.base/complex-parts.c: New file.
6046 * gdb.base/complex-parts.exp: New file.
6047
05caa1d2
TT
60482019-04-01 Tom Tromey <tromey@adacore.com>
6049
6050 PR symtab/23331:
6051 * gdb.dwarf2/dw2-ranges-main.c: New file.
6052 * gdb.dwarf2/dw2-ranges-psym.c: New file.
6053 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
6054
7734102d
EZ
60552019-03-30 Simon Marchi <simark@simark.ca>
6056
6057 * gdb.base/default.exp: Add values for $_gdb_major and
6058 $_gdb_minor.
6059
188e1fa9
TT
60602019-03-29 Tom Tromey <tromey@adacore.com>
6061
6062 * gdb.base/help.exp: Tighten apropos regexp.
6063
2880242d
KS
60642019-03-29 Keith Seitz <keiths@redhat.com>
6065
6066 * gdb.fortran/array-bounds.exp: New file.
6067 * gdb.fortran/array-bounds.f90: New file.
6068
077cad8e
PW
60692019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6070
6071 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
6072
80047cfc
PW
60732019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6074
6075 * gdb.multi/hello.c (main): Increase alarm timer.
6076
f489207e
SL
60772019-03-28 Sandra Loosemore <sandra@codesourcery.com>
6078
6079 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
6080 factor when no hardware watchpoint support.
6081
c92df149
AH
60822019-03-28 Alan Hayward <alan.hayward@arm.com>
6083 Pedro Alves <palves@redhat.com>
6084
6085 * boards/local-board.exp: set sysroot to /.
6086
933aebfa
AH
60872019-03-27 Alan Hayward <alan.hayward@arm.com>
6088
6089 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
6090 in child.
6091
9f9aa852
AB
60922019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6093
6094 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
6095 field.
6096 (make_container): Initialise new field.
6097 * gdb.python/py-prettyprint.exp: Add new tests.
6098 * gdb.python/py-prettyprint.py (class ContainerPrinter)
6099 <display_hint>: New method.
6100
3714a195
AB
61012019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6102
6103 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
6104 gdb_continue_to_breakpoint more throughout this test.
6105 (run_lang_tests) Supply unique test names, and use
6106 gdb_test_no_output.
6107
18c77628
AB
61082019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6109
6110 * gdb.base/finish-pretty.exp: Update expected results.
6111 * gdb.base/pretty-print.c: New file.
6112 * gdb.base/pretty-print.exp: New file.
6113
9a93502f
PA
61142019-03-25 Pedro Alves <palves@redhat.com>
6115
6116 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
6117 move comments outside list. Append '-i "" eof' section.
6118
968aa7ae
AH
61192019-03-22 Alan Hayward <alan.hayward@arm.com>
6120
34a7f2a4 6121 PR testsuite/25016
968aa7ae
AH
6122 * README: Add pie options.
6123 * gdb.base/break-interp.exp: Ensure pie is disabled.
6124 * gdb.base/dump.exp: Likewise.
6125 * lib/gdb.exp (gdb_compile): Add pie option.
6126
4c7d57e7
TT
61272019-03-19 Tom Tromey <tromey@adacore.com>
6128
6129 * gdb.mi/mi2-cli-display.c: New file.
6130 * gdb.mi/mi2-cli-display.exp: New file.
6131
bff8c71f
TT
61322019-03-18 Joel Brobecker <brobecker@adacore.com>
6133 Tom Tromey <tromey@adacore.com>
6134
6135 * gdb.ada/ptype_array/pck.adb: New file.
6136 * gdb.ada/ptype_array/pck.ads: New file.
6137 * gdb.ada/ptype_array/foo.adb: New file.
6138 * gdb.ada/ptype_array.exp: New file.
6139
d085f989
TT
61402019-03-14 Tom Tromey <tromey@adacore.com>
6141
6142 * gdb.base/style.exp: Add "set style sources" test.
6143
b4be1b06
SM
61442019-03-13 Simon Marchi <simon.marchi@ericsson.com>
6145
6146 * mi-breakpoint-location-ena-dis.exp: Rename to ...
6147 * mi-breakpoint-multiple-locations.exp: ... this.
6148 (make_breakpoints_pattern): New proc.
6149 (do_test): Add mi_version parameter, test -break-insert,
6150 -break-info and =breakpoint-created.
6151
7cde5fc2
AB
61522019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
6153
6154 * config/default.exp: Remove 'load_lib gdb.exp'.
6155 * config/monitor.exp: Likewise.
6156 * config/sid.exp: Likewise.
6157 * config/sim.exp: Likewise.
6158 * config/slite.exp: Likewise.
6159 * config/unix.exp: Likewise.
6160 * gdb.base/default.exp: Remove unhelpful comment.
6161
efbecbc1
AB
61622019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6163
6164 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
6165
0841c79a
AB
61662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6167
6168 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
6169
4a270568
AB
61702019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6171
6172 * gdb.fortran/type-kinds.exp: Update expected results.
6173
067630bd
AB
61742019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6175
6176 * gdb.fortran/type-kinds.exp: Test new integer type kind.
6177
3be47f7a
AB
61782019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6179
6180 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
6181 function.
6182 (test_basic_parsing_of_type_kinds): Expand types tested.
6183 (test_parsing_invalid_type_kinds): New function.
6184
4d00f5d8
AB
61852019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6186
6187 * gdb.fortran/intrinsics.exp: New file.
6188 * gdb.fortran/intrinsics.f90: New file.
6189 * gdb.fortran/type-kinds.exp: New file.
6190
c8f91604
AB
61912019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6192
6193 * gdb.fortran/dot-ops.exp: New file.
6194
dd9f2c76
AB
61952019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6196
6197 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
6198 Check upper and lower case logical literals.
6199
84ec9724
AB
62002019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6201
6202 * gdb.fortran/types.exp (test_float_literal_types_accepted):
6203 Remove duplicate tests.
6204
c3734e09
AH
62052019-03-06 Alan Hayward <alan.hayward@arm.com>
6206
6207 * lib/gdb.exp (builtin_cd): rename of cd.
6208 (cd): Override builtin.
6209
aa3cfbda
RB
62102019-03-06 Richard Bunt <richard.bunt@arm.com>
6211
6212 * gdb.fortran/function-calls.exp: New file.
6213 * gdb.fortran/function-calls.f90: New test.
6214
7b63ad86
RB
62152019-03-04 Richard Bunt <richard.bunt@arm.com>
6216
6217 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6218 on user program standard output.
6219 * gdb.fortran/short-circuit-argument-list.f90: Record function
6220 calls.
6221
01abb042
AH
62222019-02-28 Alan Hayward <alan.hayward@arm.com>
6223
c3734e09
AH
6224 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6225 failure.
01abb042 6226
92137da0
RO
62272019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6228
6229 PR gdb/8527
6230 * gdb.base/interrupt-daemon-attach.c,
6231 gdb.base/interrupt-daemon-attach.exp: New test.
6232
5862844d
PA
62332019-02-27 Pedro Alves <palves@redhat.com>
6234
6235 * gdb.base/page.exp: Add tests for "set width/height -1".
6236
8ed25214
PA
62372019-02-27 Pedro Alves <palves@redhat.com>
6238
6239 * gdb.base/page.exp: Add tests for "set/show width/height" with
6240 "infinite" values.
6241
6c28e44a
TT
62422019-02-27 Tom Tromey <tromey@adacore.com>
6243
6244 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6245 2.4.
6246 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6247 workaround.
6248
bf9a735e
AB
62492019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6250
6251 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6252 tests for structs with static members.
6253
8791793c
TT
62542019-02-26 Tom Tromey <tromey@adacore.com>
6255
6256 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6257 ValueError, not TypeError.
6258
bc2a507e
KB
62592019-02-26 Kevin Buettner <kevinb@redhat.com>
6260
6261 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6262 call from main program.
6263
e0e7d3bd
JB
62642019-02-23 Joel Brobecker <brobecker@adacore.com>
6265
6266 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6267 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6268 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6269 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6270 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6271
9600246d
KS
62722019-02-22 Keith Seitz <keiths@redhat.com>
6273
6274 PR symtab/23853
6275 * gdb.base/symlink-sourcefile.c: New file.
6276 * gdb.base/symlink-sourcefile.exp: New file.
6277
0c95f9ed
TT
62782019-02-20 Tom Tromey <tom@tromey.com>
6279
6280 * gdb.base/info_qt.exp: Update.
6281
6caa91b6
SM
62822019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6283
6284 * gdb.base/source.exp: Move "error in sourced script" code to
6285 the end.
6286 * gdb.base/source-error.gdb: Move contents to
6287 source-error-1.gdb. Add new code to source source-error-1.gdb.
6288 * gdb.base/source-error-1.gdb: New file, from previous
6289 source-error.gdb.
6290
6506371f
TT
62912019-02-17 Tom Tromey <tom@tromey.com>
6292
6293 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6294 for macro styling.
6295 * gdb.base/style.c (SOME_MACRO): New macro.
6296
a0087920
TT
62972019-02-17 Tom Tromey <tom@tromey.com>
6298
6299 * gdb.base/style.exp: Add line-wrapping tests.
6300 * gdb.base/page.exp: Add test for quitting during pagination.
6301
a2cd4f14
JB
63022019-02-17 Joel Brobecker <brobecker@adacore.com>
6303
6304 * gdb.ada/big_packed_array: New testcase.
6305 * gdb.ada/homonym.exp: Fix incorrect expected output for
6306 "break <homonym__get_value>" test.
6307
9d70ffbc
WP
63082019-02-13 Weimin Pan <weimin.pan@oracle.com>
6309
6310 PR breakpoints/21870
6311 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6312 and prepare_for_testing. Add comment.
6313 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6314 redundant cleanup call. Clean up comment.
6315
01c7ae81
WP
63162019-02-12 Weimin Pan <weimin.pan@oracle.com>
6317
6318 PR breakpoints/21870
6319 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6320 * gdb.arch/aarch64-dbreg-contents.c: New file.
6321
aff29d1c
JB
63222019-02-10 Joel Brobecker <brobecker@adacore.com>
6323
6324 * gdb.ada/mi_ref_changeable: New testcase.
6325
df0da8a2
AH
63262019-02-07 Alan Hayward <alan.hayward@arm.com>
6327
6328 * gdb.base/attach.exp: Add double attach test.
6329
bd447abb
SM
63302019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6331
6332 * lib/gdb.exp (default_gdb_start): Don't match pagination
6333 prompt.
6334 (gdb_init): Set stty_init.
6335
1dbc40b9
TT
63362019-01-27 Tom Tromey <tom@tromey.com>
6337
6338 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6339 skip_python_tests.
6340
353229bf
AH
63412019-01-24 Alan Hayward <alan.hayward@arm.com>
6342
6343 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6344 New structure.
6345 (struct struct_static_02_02): Likewise.
6346 (struct struct_static_02_03): Likewise.
6347 (struct struct_static_02_04): Likewise.
6348 (struct struct_static_04_01): Likewise.
6349 (struct struct_static_04_02): Likewise.
6350 (struct struct_static_04_03): Likewise.
6351 (struct struct_static_04_04): Likewise.
6352 (struct struct_static_06_01): Likewise.
6353 (struct struct_static_06_02): Likewise.
6354 (struct struct_static_06_03): Likewise.
6355 (struct struct_static_06_04): Likewise.
6356 (cmp_struct_static_02_01): Likewise.
6357 (cmp_struct_static_02_02): Likewise.
6358 (cmp_struct_static_02_03): Likewise.
6359 (cmp_struct_static_02_04): Likewise.
6360 (cmp_struct_static_04_01): Likewise.
6361 (cmp_struct_static_04_02): Likewise.
6362 (cmp_struct_static_04_03): Likewise.
6363 (cmp_struct_static_04_04): Likewise.
6364 (cmp_struct_static_06_01): Likewise.
6365 (cmp_struct_static_06_02): Likewise.
6366 (cmp_struct_static_06_03): Likewise.
6367 (cmp_struct_static_06_04): Likewise.
6368 (call_all): Test new structs.
6369 * gdb.base/infcall-nested-structs.exp: Likewise.
6370
73021deb
AH
63712019-01-21 Alan Hayward <alan.hayward@arm.com>
6372 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6373
fc65c7db
AH
63742019-01-21 Alan Hayward <alan.hayward@arm.com>
6375 * gdb.base/stack-protector.c: New test.
6376 * gdb.base/stack-protector.exp: New file.
6377 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6378 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6379 option.
6380 (gdb_compile): Remove stack protector for GCC and prevent
6381 recursion.
6382
c24bdb02
KS
63832019-01-16 Keith Seitz <keiths@redhat.com>
6384
6385 PR gdb/23773
6386 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6387
6f072a10
PFC
63882019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6389
6390 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6391 aliases.
6392 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6393 tests.
6394 * gdb.arch/powerpc-vector-regs.c: New file.
6395 * gdb.arch/powerpc-vector-regs.exp: New file.
6396
a7b8d682
PFC
63972019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6398
6399 * gdb.arch/altivec-regs.exp: Fix the list passed to
6400 gdb_expect_list when testing "info vector".
6401
6eb6fb67
AB
64022019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6403
6404 * gdb.base/style.exp: Don't include path in testname.
6405
b56f80d8
KS
64062019-01-10 Keith Seitz <keiths@redhat.com>
6407
6408 PR gdb/23712
6409 PR symtab/23010
6410 * gdb.dwarf2/multidictionary.exp: New file.
6411
041be526
SM
64122019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6413
6414 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6415 (test_gnuv3_style_demangling): ... this.
6416 (test_lucid_style_demangling): Remove.
6417 (test_arm_style_demangling): Remove.
6418 (test_hp_style_demangling): Remove.
6419 (do_tests): Remove calls to the above.
6420
d820d0c3
AB
64212019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6422
6423 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6424 case.
6425
f097f5ad
TT
64262019-01-06 Tom Tromey <tom@tromey.com>
6427
6428 PR gdb/28155:
6429 * gdb.dwarf2/typedef-void-finish.exp: New file.
6430
2cd8cc0b
TT
64312018-12-28 Tom Tromey <tom@tromey.com>
6432 Simon Marchi <simark@simark.ca>
6433
6434 * gdb.base/jit-exec.exp: New file.
6435 * gdb.base/jit-exec.c: New file.
6436 * gdb.base/jit-execd.c: New file.
6437
35fb8261
TT
64382018-12-28 Tom Tromey <tom@tromey.com>
6439
6440 * gdb.base/style.exp: Update test to check for address styling.
6441
47fd17cd
TT
64422018-12-28 Tom Tromey <tom@tromey.com>
6443
6444 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6445 message.
6446
d47032b7
TT
64472018-12-28 Tom Tromey <tom@tromey.com>
6448
6449 * gdb.base/style.exp: Add test for version number styling.
6450
af79b68d
TT
64512018-12-28 Tom Tromey <tom@tromey.com>
6452
6453 * gdb.base/style.exp: Add test for print_address_symbolic.
6454
0bb296cb
TT
64552018-12-28 Tom Tromey <tom@tromey.com>
6456
6457 * gdb.base/style.exp: Add test for breakpoint setting.
6458
80ae2043
TT
64592018-12-28 Tom Tromey <tom@tromey.com>
6460
6461 * gdb.base/style.exp: Add test for variable names.
6462
cbe56571
TT
64632018-12-28 Tom Tromey <tom@tromey.com>
6464
6465 * gdb.base/style.exp: New file.
6466 * gdb.base/style.c: New file.
6467
9162a27c
TT
64682018-12-28 Tom Tromey <tom@tromey.com>
6469
6470 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6471 "dumb".
6472 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6473 the TERM environment variable.
6474
bc543c90
TT
64752018-12-27 Tom Tromey <tom@tromey.com>
6476
6477 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6478 pagination test.
6479
6f0ffe50
AB
64802018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6481
6482 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6483 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6484
b5a1e557
PW
64852018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6486
6487 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6488 Filename a.adb changed to bp_fun_addr.adb.
6489 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6490
6e8b1ab2
JV
64912018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6492
6493 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6494 non-PIE executables.
6495 * README: Mention the gdb,nopie_flag board setting.
6496 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6497 non-PIE executable.
6498 * gdb.arch/amd64-entry-value.exp: Likewise.
6499 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6500 * gdb.arch/i386-float.exp: Likewise.
6501 * gdb.arch/i386-signal.exp: Likewise.
6502 * gdb.mi/mi-reg-undefined.exp: Likewise.
6503
d00a27c5
PM
65042018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6505
6506 PR gdb/23974
6507 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6508
161d081c
PW
65092018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6510
6511 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6512 Update order of results accordingly.
6513
b001de23
AB
65142018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6515
6516 * gdb.base/annota1.exp: Update a test regexp.
6517
99e1a184
AB
65182018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6519
6520 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6521
7a81c1e2
PW
65222018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6523
6524 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6525 (reuse_time): Initialize to REUSE_TIME_CAP.
6526 (check_rc): New function.
6527 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6528 Check pthread_create rc.
6529 (spawner_thread_func): Check pthread_create and pthread_join rc.
6530
73e8dc90
PA
65312018-12-08 Pedro Alves <palves@redhat.com>
6532
6533 * gdb.base/list.exp (test_forward_search): Rename to ...
6534 (test_forward_reverse_search): ... this. Also test reverse-search
6535 and the forward-search alias.
6536
13f2ed32
AB
65372018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6538
6539 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6540 local timeout variable before return, and remove all local timeout
6541 variable entirely.
6542 (gdb_load): Likewise.
6543
64d27cfc
TV
65442018-12-01 Tom de Vries <tdevries@suse.de>
6545
6546 * gdb.base/gdb-caching-proc.exp: New file.
6547
f63c03b4
SDJ
65482018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6549
6550 * Makefile.in (TIMESTAMP): New variable.
6551 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6552 command.
6553 (check-single-racy): Likewise.
6554 (check/%.exp): Likewise.
6555 (check-racy/%.exp): Likewise.
6556 (workers/%.worker): Likewise.
6557 (build-perf): Likewise.
6558 (check-perf): Likewise.
6559 * README: Describe new "TS" and "TS_FORMAT" variables.
6560 * print-ts.py: New file.
6561
1c97054b
BF
65622018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6563
6564 PR python/23714
6565 * gdb.python/python.exp: Test command repetition after
6566 gdb.execute.
6567
1871a62d
AB
65682018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6569
6570 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6571 is correctly aligned.
6572
fb5e1ed9
PW
65732018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6574
6575 * gdb.ada/info_auto_lang.exp: New testcase.
6576 * gdb.ada/info_auto_lang/global_pack.ads: New file.
6577 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
6578 * gdb.ada/info_auto_lang/some_c.c: New file.
6579
43d397ca
PW
65802018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6581
6582 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
6583 FUNC_lang language syntax.
6584
beddd671
PW
65852018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6586
6587 * gdb.base/info_minsym.c: New file.
6588 * gdb.base/info_minsym.exp: New file.
6589
73fc52c4
TT
65902018-11-19 Tom Tromey <tom@tromey.com>
6591
6592 PR rust/23625:
6593 * gdb.rust/simple.exp: Add ptype test. Update expected output.
6594 * gdb.rust/expr.exp: Update expected output. Change one test.
6595
994b876a
TT
65962018-11-19 Tom Tromey <tom@tromey.com>
6597
6598 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
6599
6769f276
PA
66002018-11-19 Pedro Alves <palves@redhat.com>
6601
6602 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
6603 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
6604 see the expected warning.
6605
38a72da0
AH
66062018-11-16 Alan Hayward <alan.hayward@arm.com>
6607
6608 PR gdb/22736:
6609 * gdb.cp/infcall-nodebug-lib.c: New test.
6610 * gdb.cp/infcall-nodebug-main.c: New test.
6611 * gdb.cp/infcall-nodebug.exp: New file.
6612
53a89d6e
SM
66132018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
6614
6615 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
6616 completer tests.
6617
9325300d
TV
66182018-11-09 Tom de Vries <tdevries@suse.de>
6619
6620 * gdb.base/msym-lang.c: New test.
6621 * gdb.base/msym-lang.exp: New file.
6622 * gdb.base/msym-lang-main.c: New test.
6623
20f0d60d
TT
66242018-11-08 Tom Tromey <tom@tromey.com>
6625
6626 PR gdb/23555:
6627 PR gdb/23838:
6628 * gdb.base/warning.exp: New file.
6629
b5420128
JB
66302018-11-08 Jan Beulich <jbeulich@suse.com>
6631
6632 * testsuite/gdb.arch/i386-avx512.c,
6633 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
6634
cd115d61
AB
66352018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
6636
6637 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
6638 point hardware.
6639
35ee2dc2
AB
66402018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
6641
6642 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
6643 * gdb.dwarf2/missing-type-name.exp: New file.
6644
31aceee8
TV
66452018-11-06 Tom de Vries <tdevries@suse.de>
6646
6647 * gdb.base/many-headers.c: New test.
6648 * gdb.base/many-headers.exp: New file.
6649
109be305
JW
66502018-11-06 Jim Wilson <jimw@sifive.com>
6651
6652 * gdb.base/code_elim.exp: For riscv, set additional_flags
6653 to include -msmall-data-limit=0.
6654
e2b7af72
JB
66552018-11-01 Joel Brobecker <brobecker@adacore.com>
6656
6657 * gdb.ada/watch_minus_l: New testcase.
6658
cdcda965
SM
66592018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6660
6661 * gdb.arch/aix-sighandle.c: New file.
6662 * gdb.arch/aix-sighandle.exp: New file.
6663
92dcebf3
AB
66642018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6665
6666 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
6667 registers being unions.
6668
68b9ac18
TV
66692018-10-31 Tom de Vries <tdevries@suse.de>
6670
6671 * lib/valgrind.exp: New file.
6672 (vgdb_start, vgdb_stop): New procs, factored out of ...
6673 * gdb.base/valgrind-bt.exp: ... here, ...
6674 * gdb.base/valgrind-disp-step.exp: ... here and ...
6675 * gdb.base/valgrind-infcall.exp: ... here.
6676
1443936e
TV
66772018-10-31 Tom de Vries <tdevries@suse.de>
6678
6679 * lib/gdb.exp (get_valueof): Don't output read value in test name.
6680
eb77c9df
AB
66812018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6682
6683 * gdb.dwarf2/void-type.c: New file.
6684 * gdb.dwarf2/void-type.exp: New file.
6685
82b5e646
PW
66862018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6687
6688 * gdb.base/info_qt.c: New file.
6689 * gdb.base/info_qt.exp: New file.
6690
8d619c01
EBM
66912018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6692
6693 * gdb.arch/powerpc-htm-regs.c: New file.
6694 * gdb.arch/powerpc-htm-regs.exp: New file.
6695
f2cf6173
EBM
66962018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6697
6698 * gdb.arch/powerpc-tar.c: New file.
6699 * gdb.arch/powerpc-tar.exp: New file.
6700
7ca18ed6
EBM
67012018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6702
6703 * gdb.arch/powerpc-ppr-dscr.c: New file.
6704 * gdb.arch/powerpc-ppr-dscr.exp: New file.
6705
bfcc0eba
TV
67062018-10-25 Tom de Vries <tdevries@suse.de>
6707
6708 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
6709
fe1a5cad
TV
67102018-10-24 Tom de Vries <tdevries@suse.de>
6711
6712 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
6713 longer exists error.
6714
a76dc3b7
TV
67152018-10-24 Tom de Vries <tdevries@suse.de>
6716
6717 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
6718
4df46df7
TV
67192018-10-24 Tom de Vries <tdevries@suse.de>
6720
6721 * gdb.base/valgrind-db-attach.exp: Handle removed support for
6722 --db-attach in valgrind.
6723
0dbfcfff
AB
67242018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
6725
6726 * gdb.arch/riscv-reg-aliases.c: New file.
6727 * gdb.arch/riscv-reg-aliases.exp: New file.
6728
b04480b1
AH
67292018-10-19 Alan Hayward <alan.hayward@arm.com>
6730
6731 * gdb.python/py-cmd.exp: Check for gdb_prompt.
6732
2c6ac8d7
AH
67332018-10-19 Alan Hayward <alan.hayward@arm.com>
6734
6735 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
6736
2bc69f25
AH
67372018-10-19 Alan Hayward <alan.hayward@arm.com>
6738
6739 * gdb.cp/ovldbreak.exp: Fix regexps.
6740
1f1ae3a3
AH
67412018-10-19 Alan Hayward <alan.hayward@arm.com>
6742
6743 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
6744
94c18618
SDJ
67452018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
6746
6747 PR cli/23785
6748 * gdb.base/restore.exp: New test to check if "restore" with an
6749 invalid file doesn't segfault.
6750
812cd6eb
TV
67512018-10-18 Tom de Vries <tdevries@suse.de>
6752
6753 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
6754 * gdb.ada/excep_handle.exp: Same.
6755 * gdb.ada/mi_string_access.exp: Same.
6756 * gdb.ada/mi_var_union.exp: Same.
6757 * gdb.arch/arc-analyze-prologue.exp: Same.
6758 * gdb.arch/arc-decode-insn.exp: Same.
6759 * gdb.base/readnever.exp: Same.
6760 * gdb.fortran/printing-types.exp: Same.
6761 * gdb.guile/scm-lazy-string.exp: Same.
6762
c4b90788
TV
67632018-10-16 Tom de Vries <tdevries@suse.de>
6764
6765 PR gdb/23730
6766 * gdb.base/catch-follow-exec.c: Add copyright notice.
6767 * gdb.base/catch-follow-exec.exp: Rewrite to use
6768 gdb_spawn_with_cmdline_opts. Require gdb-native.
6769
8bca2978
SL
67702018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6771
6772 * gdb.trace/actions-changed.exp: Check for arch support.
6773 * gdb.trace/actions.exp: Likewise.
6774 * gdb.trace/ax.exp: Likewise.
6775 * gdb.trace/backtrace.exp: Likewise.
6776 * gdb.trace/change-loc.exp: Likewise.
6777 * gdb.trace/deltrace.exp: Likewise.
6778 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6779 * gdb.trace/ftrace.exp: Likewise.
6780 * gdb.trace/infotrace.exp: Check for arch support.
6781 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6782 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6783 * gdb.trace/mi-tsv-changed.exp: Likewise.
6784 * gdb.trace/packetlen.exp: Likewise.
6785 * gdb.trace/passc-dyn.exp: Likewise.
6786 * gdb.trace/passcount.exp: Likewise.
6787 * gdb.trace/pending.exp: Likewise.
6788 * gdb.trace/range-stepping.exp: Check for shlib support.
6789 * gdb.trace/report.exp: Check for arch support.
6790 * gdb.trace/save-trace.exp: Likewise.
6791 * gdb.trace/signal.exp: Check for signal support.
6792 * gdb.trace/tfind.exp: Check for arch support.
6793 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6794 * gdb.trace/trace-common.h: Add comment.
6795 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6796 * gdb.trace/trace-enable-disable.exp: Likewise.
6797 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6798 * gdb.trace/tracecmd.exp: Check for arch support.
6799 * gdb.trace/tspeed.exp: Check for shlib and target support.
6800 * gdb.trace/tstatus.exp: Check for arch support.
6801 * gdb.trace/tsv.exp: Likewise.
6802 * gdb.trace/while-dyn.exp: Likewise.
6803 * gdb.trace/while-stepping.exp: Likewise.
6804 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6805
f9c49bff
SM
68062018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6807
6808 * gdb.trace/tspeed.exp: Remove nowarnings.
6809 (prepare_for_trace_test): Declare "global ipalib".
6810 * gdb.trace/tspeed.c: Include unistd.h.
6811 (main): Remove superfluous printf argument.
6812
d4330bde
SL
68132018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6814
6815 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6816 directory prefix on the filename.
6817
8ecfd7bd
SDJ
68182018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6819
6820 * gdb.gdb/unittest.exp: Update expected message informing that
6821 selftests have been disabled.
6822 * gdb.server/unittest.exp: Likewise.
6823
58bbcd02
TV
68242018-10-09 Tom de Vries <tdevries@suse.de>
6825
6826 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6827 with runto_main.
6828
9f6b697b
WP
68292018-10-08 Weimin Pan <weimin.pan@oracle.com>
6830
6831 PR c++/16841
6832 * gdb.cp/virtbase2.cc: New file.
6833 * gdb.cp/virtbase2.exp: New file.
6834
add5ded5
TT
68352018-10-06 Tom Tromey <tom@tromey.com>
6836
6837 PR python/19399:
6838 * gdb.python/py-inferior.exp: Add architecture test.
6839
f9e48344
TT
68402018-10-06 Tom Tromey <tom@tromey.com>
6841
6842 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6843 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6844
2a8be203
TT
68452018-10-06 Tom Tromey <tom@tromey.com>
6846
6847 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6848 of a "throw" catchpoint.
6849
e04caa70
SDJ
68502018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6851
6852 * gdb.base/info-proc.exp: Update string expected from "help info
6853 proc".
6854
5ca8c39f
TT
68552018-10-04 Tom Tromey <tom@tromey.com>
6856
6857 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6858 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6859 (test_initial_complaints, test_empty_complaints): Update.
6860 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6861
3453e7e4
TT
68622018-10-04 Tom Tromey <tom@tromey.com>
6863
6864 PR cli/19551:
6865 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6866 * lib/gdb.exp (gdb_file_cmd): Update.
6867 * gdb.stabs/weird.exp (print_weird_var): Update.
6868 * gdb.server/solib-list.exp: Update.
6869 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6870 * gdb.mi/mi-cli.exp: Update.
6871 * gdb.linespec/linespec.exp: Update.
6872 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6873 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6874 * gdb.cp/cp-relocate.exp: Update.
6875 * gdb.base/sym-file.exp: Update.
6876 * gdb.base/relocate.exp: Update.
6877 * gdb.base/readnever.exp: Update.
6878 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6879 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6880 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6881 * gdb.base/code_elim.exp: Update.
6882 * gdb.base/break-unload-file.exp (test_break): Update.
6883 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6884 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6885 Update.
6886 * gdb.base/attach.exp (do_attach_tests): Update.
6887 * gdb.base/sepdebug.exp: Update.
6888 * gdb.python/py-section-script.exp: Update.
6889
6afcf761
TT
68902018-10-04 Tom Tromey <tom@tromey.com>
6891
6892 PR cli/22234:
6893 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6894 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6895 output.
6896
fef1b293
TT
68972018-10-04 Tom Tromey <tom@tromey.com>
6898
6899 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6900 set width and height to 0.
6901 (test_command_line_attach_run): Use -quiet.
6902
ca98345e
SL
69032018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6904
6905 * lib/gdb.exp (skip_ifunc_tests): New.
6906 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6907 other compile failures.
6908 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6909
ff34e6ae
SM
69102018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6911
6912 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6913 is_amd64_regs_target.
6914
6bb8890e
AH
69152018-10-01 Alan Hayward <alan.hayward@arm.com>
6916
6917 * gdb.arch/aarch64-sighandler-regs.c: New test.
6918 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6919 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6920
224d30d3
MM
69212018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6922
6923 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6924 assembly.
6925
f67ffa6a
AB
69262018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6927
6928 * gdb.base/frame-selection.exp: New file.
6929 * gdb.base/frame-selection.c: New file.
6930
9fc3183f
AH
69312018-09-27 Alan Hayward <alan.hayward@arm.com>
6932
6933 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6934 pthread barrier.
6935 (main): Likewise.
6936
d354055e
AB
69372018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6938
6939 * gdb.base/large-frame-1.c: New file.
6940 * gdb.base/large-frame-2.c: New file.
6941 * gdb.base/large-frame.exp: New file.
6942 * gdb.base/large-frame.h: New file.
6943
db727370
JL
69442018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6945
6946 PR gdb/20948
6947 * gdb.base/write_mem.exp: New test.
6948 * gdb.base/write_mem.c: Likewise.
6949
ae778caf
TT
69502018-09-23 Tom Tromey <tom@tromey.com>
6951
6952 PR python/18852:
6953 * gdb.python/py-parameter.exp: Add test for parameter that throws
6954 on "set".
6955
fd3ba736
TT
69562018-09-23 Tom Tromey <tom@tromey.com>
6957
6958 PR python/17284:
6959 * gdb.python/py-template.exp (test_template_arg): Add test for
6960 negative template argument number.
6961
39a24317
TT
69622018-09-23 Tom Tromey <tom@tromey.com>
6963
6964 PR python/14062:
6965 * gdb.python/python.exp: Add test for post_event error.
6966
f5769a2c
TT
69672018-09-23 Tom Tromey <tom@tromey.com>
6968
6969 PR python/18170:
6970 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6971 convert pointers to int and long.
6972
1c1e54f6
TT
69732018-09-23 Tom Tromey <tom@tromey.com>
6974
6975 PR python/20126:
6976 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6977 signed-ness conversion tests.
6978
fb4fa946
TT
69792018-09-23 Tom Tromey <tom@tromey.com>
6980
6981 PR python/18352;
6982 * gdb.python/py-value.exp (test_float_conversion): New proc.
6983 Use it.
6984
a466edac
HAQ
69852018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6986
6987 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6988
4ee9b0c5
SL
69892018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6990
6991 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6992 no readline.
6993 * gdb.base/utf8-identifiers.exp: Likewise.
6994 * gdb.cp/cpcompletion.exp: Likewise.
6995 * gdb.linespec/cpcompletion.exp: Likewise.
6996 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6997 * gdb.linespec/cpls-ops.exp: Likewise.
6998
23be8da7
RB
69992018-09-19 Richard Bunt <richard.bunt@arm.com>
7000 Chris January <chris.january@arm.com>
7001
7002 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
7003 * gdb.fortran/short-circuit-argument-list.exp: New file.
7004 * gdb.fortran/short-circuit-argument-list.f90: New test.
7005
5031d0ae
SDJ
70062018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7007
7008 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
7009 "arch=" keyword when executing "-stack-list-frames".
7010
b4c0d1a4
SDJ
70112018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7012
7013 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
7014 "arch=" keyword when executing "-stack-list-frames".
7015
7a6d2b45
SDJ
70162018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7017
7018 * gdb.ada/complete.exp: Expect for "@" when doing "complete
7019 break ada".
7020
8588b356
SM
70212018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
7022
7023 PR python/23669
7024 * gdb.python/python.exp: Test gdb.execute("show commands").
7025
65e65158
TT
70262018-09-16 Tom Tromey <tom@tromey.com>
7027
7028 * gdb.base/new-ui.exp (do_execution_tests): Update.
7029 * gdb.base/dbx.exp (test_breakpoints): Update.
7030
bf326452
AH
70312018-09-14 Alan Hayward <alan.hayward@arm.com>
7032
7033 * lib/gdb.exp (gdb_simple_compile): Add proc.
7034 (is_elf_target): Use gdb_simple_compile.
7035 (skip_altivec_tests): Likewise.
7036 (skip_vsx_tests): Likewise.
7037 (skip_tsx_tests): Likewise.
7038 (skip_btrace_tests): Likewise.
7039 (skip_btrace_pt_tests): Likewise.
7040 (gdb_can_simple_compile): Likewise.
7041 (gdb_has_argv0): Likewise.
7042 (gdb_target_symbol_prefix): Likewise.
7043 (target_supports_scheduler_locking): Likewise.
7044
2361b0fb
TT
70452018-09-13 Tom Tromey <tom@tromey.com>
7046
7047 * Makefile.in (TAGS): Recognize proc_with_prefix and
7048 gdb_caching_proc.
7049
0ae1a321
SM
70502018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7051
7052 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
7053 method.
7054
a40bf0c2
SM
70552018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7056
7057 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
7058 and a few other Inferior properties when the Inferior is no
7059 longer valid.
7060
4a3fe98f
TT
70612018-09-13 Tom Tromey <tom@tromey.com>
7062
7063 PR rust/23650:
7064 * gdb.rust/simple.exp: Add test for enum field access error.
7065
098b2108
TT
70662018-09-13 Tom Tromey <tom@tromey.com>
7067
7068 PR rust/23626:
7069 * gdb.rust/simple.rs (EmptyEnum): New type.
7070 (main): Use it.
7071 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
7072
1256af7d
SM
70732018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7074
7075 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
7076 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
7077 * gdb.python/py-symtab.exp: Update test printing an objfile.
7078
4aa8e6c2
SM
70792018-09-12 Simon Marchi <simon.marchi@ericsson.com>
7080
7081 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
7082 object.
7083
c221b2f7
AH
70842018-09-12 Alan Hayward <alan.hayward@arm.com>
7085
7086 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
7087 (support_complex_tests): Use gdb_can_simple_compile.
7088 (is_ilp32_target): Likewise.
7089 (is_lp64_target): Likewise.
7090 (is_64_target): Likewise.
7091 (is_amd64_regs_target): Likewise.
7092 (is_aarch32_target): Likewise.
7093 (gdb_int128_helper): Likewise.
7094
6f1107b5
JK
70952018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7096
7097 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
7098
1f5d1570
JG
70992018-09-10 Jerome Guitton <guitton@adacore.com>
7100
7101 * gdb.ada/same_component_name: Add test for case of tagged record
7102 with variable-length fields.
7103
cc330e39
XR
71042018-09-10 Xavier Roirand <roirand@adacore.com>
7105
7106 * gdb.ada/access_to_unbounded_array.exp: New testcase.
7107 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
7108 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
7109 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
7110
b9c50e9a
XR
71112018-09-10 Xavier Roirand <roirand@adacore.com>
7112
7113 * gdb.ada/mi_string_access.exp: New testcase.
7114 * gdb.ada/mi_string_access/bar.adb: New file.
7115 * gdb.ada/mi_string_access/pck.adb: New file.
7116 * gdb.ada/mi_string_access/pck.asd: New file.
7117
2963898f
XR
71182018-09-10 Xavier Roirand <roirand@adacore.com>
7119
7120 * gdb.ada/mi_var_union.exp: New testcase.
7121 * gdb.ada/mi_var_union/bar.adb: New file.
7122 * gdb.ada/mi_var_union/pck.adb: New file.
7123 * gdb.ada/mi_var_union/pck.asd: New file.
7124
1aac008f
TT
71252018-09-08 Tom Tromey <tom@tromey.com>
7126
7127 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
7128
332cf4c9
TT
71292018-09-08 Tom Tromey <tom@tromey.com>
7130
7131 PR python/16047:
7132 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
7133 (register_pretty_printers): Register new printer.
7134 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
7135 test.
7136 * gdb.python/py-prettyprint.c (int_type3): New typedef.
7137 (an_int_type3): New global.
7138
424da6cf
JB
71392018-09-08 Joel Brobecker <brobecker@adacore.com>
7140
7141 * gdb.ada/expr_with_funcall: New testcase.
7142
2a62dfa9
JB
71432018-09-08 Joel Brobecker <brobecker@adacore.com>
7144
7145 * gdb.ada/packed_array_assign: New testcase.
7146
96b6697f
AB
71472018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
7148
7149 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
7150 names, and add test prefixes to make test names unique.
7151
e4a62c65
TV
71522018-09-05 Tom de Vries <tdevries@suse.de>
7153
7154 * gdb.dwarf2/varval.exp: Add test.
7155
dd083ee2
GB
71562018-09-04 Gary Benson <gbenson@redhat.com>
7157
7158 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
7159 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
7160
aef9346c
TT
71612018-08-31 Tom Tromey <tom@tromey.com>
7162
7163 * gdb.rust/simple.rs: Rename second variable "v".
7164
c67f2e15
AB
71652018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
7166
7167 * gdb.base/funcargs.c (use_a): New function.
7168 (recurse): Call use_a.
7169
078a0207
KS
71702018-08-29 Keith Seitz <keiths@redhat.com>
7171
7172 * gdb.compile/compile-cplus-anonymous.cc: New file.
7173 * gdb.compile/compile-cplus-anonymous.exp: New file.
7174 * gdb.compile/compile-cplus-array-decay.cc: New file.
7175 * gdb.compile/compile-cplus-array-decay.exp: New file.
7176 * gdb.compile/compile-cplus-inherit.cc: New file.
7177 * gdb.compile/compile-cplus-inherit.exp: New file.
7178 * gdb.compile/compile-cplus-member.cc: New file.
7179 * gdb.compile/compile-cplus-member.exp: New file.
7180 * gdb.compile/compile-cplus-method.cc: New file.
7181 * gdb.compile/compile-cplus-method.exp: New file.
7182 * gdb.compile/compile-cplus-mod.c: "New" file.
7183 * gdb.compile/compile-cplus-namespace.cc: New file.
7184 * gdb.compile/compile-cplus-namespace.exp: New file.
7185 * gdb.compile/compile-cplus-nested.cc: New file.
7186 * gdb.compile/compile-cplus-nested.exp: New file.
7187 * gdb.compile/compile-cplus-print.c: "New" file.
7188 * gdb.compile/compile-cplus-print.exp: "New" file.
7189 * gdb.compile/compile-cplus-virtual.cc: New file.
7190 * gdb.compile/compile-cplus-virtual.exp: New file.
7191 * gdb.compile/compile-cplus.c: "New" file.
7192 * gdb.compile/compile-cplus.exp: "New" file.
7193 * lib/compile-support.exp: New file.
7194
b0f492b9
GB
71952018-08-16 Gary Benson <gbenson@redhat.com>
7196
7197 PR gdb/13000:
7198 * gdb.base/batch-exit-status.exp: New file.
7199 * gdb.base/batch-exit-status.good-commands: Likewise.
7200 * gdb.base/batch-exit-status.bad-commands: Likewise.
7201
36eb4c5f
AH
72022018-08-29 Alan Hayward <alan.hayward@arm.com>
7203
7204 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
7205 (struct struct02): Likewise.
7206 (struct struct03): Likewise.
7207 (struct struct04): Likewise.
7208 (struct struct_01_01): New struct.
7209 (struct struct_01_02): Likewise.
7210 (struct struct_01_03): Likewise.
7211 (struct struct_01_04): Likewise.
7212 (struct struct_02_01): Likewise.
7213 (struct struct_02_02): Likewise.
7214 (struct struct_02_03): Likewise.
7215 (struct struct_02_04): Likewise.
7216 (struct struct_04_01): Likewise.
7217 (struct struct_04_02): Likewise.
7218 (struct struct_04_03): Likewise.
7219 (struct struct_04_04): Likewise.
7220 (struct struct_05_01): Likewise.
7221 (struct struct_05_02): Likewise.
7222 (struct struct_05_03): Likewise.
7223 (struct struct_05_04): Likewise.
7224 (cmp_struct01): Remove function.
7225 (cmp_struct02): Likewise.
7226 (cmp_struct03): Likewise.
7227 (cmp_struct04): Likewise.
7228 (cmp_struct_01_01): Add Function.
7229 (cmp_struct_01_02): Likewise.
7230 (cmp_struct_01_03): Likewise.
7231 (cmp_struct_01_04): Likewise.
7232 (cmp_struct_02_01): Likewise.
7233 (cmp_struct_02_02): Likewise.
7234 (cmp_struct_02_03): Likewise.
7235 (cmp_struct_02_04): Likewise.
7236 (cmp_struct_04_01): Likewise.
7237 (cmp_struct_04_02): Likewise.
7238 (cmp_struct_04_03): Likewise.
7239 (cmp_struct_04_04): Likewise.
7240 (cmp_struct_05_01): Likewise.
7241 (cmp_struct_05_02): Likewise.
7242 (cmp_struct_05_03): Likewise.
7243 (cmp_struct_05_04): Likewise.
7244 (call_all): Add new structs.
7245 * gdb.base/infcall-nested-structs.exp: Likewise.
7246
3bf9c013
JV
72472018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7248
7249 * gdb.python/py-framefilter-mi.exp: Update regexp to
7250 check for "arch" field in frame output.
7251
450d1e88
KB
72522018-08-23 Kevin Buettner <kevinb@redhat.com>
7253
7254 * gdb.dwarf2/dw2-ranges-func.c: New file.
7255 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7256
ae739fe7
SM
72572018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7258
7259 * gdb.base/term.exp: Compare terminal settings with values from
7260 the inferior.
7261 * gdb.base/term.c: Get and set terminal settings.
7262
6d52907e
JV
72632018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7264
7265 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7266 accommodate new "arch" field in frame output.
7267 * gdb.mi/mi-return.exp: Likewise.
7268 * gdb.mi/mi-stack.exp: Likewise.
7269 * gdb.mi/mi-syn-frame.exp: Likewise.
7270 * gdb.mi/user-selected-context-sync.exp: Likewise.
7271
be2d111a
MS
72722018-08-19 Michael Spang <spang@google.com>
7273
7274 PR gdb/11786
7275 * gdb.base/gcore-tls-pie.c: New file.
7276 * gdb.base/gcore-tls-pie.exp: New file.
7277
ae3a7c47
KB
72782018-08-18 Kevin Buettner <kevinb@redhat.com>
7279
7280 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
7281 * gdb.dwarf2/varval.c: New file.
7282 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 7283
2ecae92e
AH
72842018-08-17 Alan Hayward <alan.hayward@arm.com>
7285
7286 PR gdb/18931
7287 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7288
c1854f1d
KS
72892018-08-16 Keith Seitz <keiths@redhat.com>
7290
7291 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7292 tests expected to pass.
7293
26fb3983
JV
72942018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7295
7296 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7297 -data-disassemble -a.
7298 (test_disassembly_bogus_args): Likewise.
7299
67943c00
AB
73002018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7301
7302 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7303
5ff2bbae
AB
73042018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7305
7306 * gdb.base/vla-optimized-out.exp: Add new test.
7307
e5bbcd0f
AB
73082018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7309
7310 * gdb.base/vla-optimized-out-o3.exp: Delete.
7311 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7312 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7313 deleted tests.
7314
9d4a934c
AB
73152018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7316
7317 PR gdb/18050:
7318 * gdb.server/extended-remote-restart.c: New file.
7319 * gdb.server/extended-remote-restart.exp: New file.
7320
045cf012
SM
73212018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7322
7323 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7324 "set variable index = 42".
7325
87d6a7aa
SM
73262018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7327
7328 * boards/index-cache-gdb.exp: New file.
7329 * gdb.dwarf2/index-cache.exp: New file.
7330 * gdb.dwarf2/index-cache.c: New file.
7331 * gdb.base/maint.exp: Check if we are using the index cache.
7332
96d68bd4
RO
73332018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7334
7335 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7336 MAKEFLAGS.
7337
5a699617
RO
73382018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7339
7340 * dg-extract-results.sh: Move to toplevel contrib.
7341 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7342 * Makefile.in (check-parallel-racy): Likewise.
7343
5bd18990
AB
73442018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7345
7346 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7347 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7348 tests if the target supports scheduler locking.
7349
3fbbcf47
TV
73502018-08-04 Tom de Vries <tdevries@suse.de>
7351
7352 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7353
3e1d3d8c
TT
73542018-08-02 Tom Tromey <tom@tromey.com>
7355
7356 PR symtab/16842.
7357 * gdb.cp/temargs.exp: Test "info address" of a template
7358 parameter.
7359
5abe0f0c
JV
73602018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7361
7362 * gdb.python/py-mi-var-info-path-expression.c: New file.
7363 * gdb.python/py-mi-var-info-path-expression.py: New file.
7364 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7365
fb66cde8
SDJ
73662018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7367
7368 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7369 error after "cannot resolve name" string.
7370
c708f4d2
AB
73712018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7372
7373 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7374 started.
7375 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7376
37cc0cae
TV
73772018-07-28 Tom de Vries <tdevries@suse.de>
7378
7379 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7380
63b4ecf7
TV
73812018-07-26 Tom de Vries <tdevries@suse.de>
7382
7383 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7384
3c3bb058
AB
73852018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7386
7387 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7388 is visible.
7389
9e7f3bbb
TV
73902018-07-26 Tom de Vries <tdevries@suse.de>
7391
7392 PR breakpoints/23366
7393 * gdb.base/catch-follow-exec.c: New test.
7394 * gdb.base/catch-follow-exec.exp: New file.
7395
16f808ec
TV
73962018-07-25 Tom de Vries <tdevries@suse.de>
7397
7398 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7399 vla-optimized-out.c.
7400
d7154a8d
JV
74012018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7402
7403 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7404 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7405
232a0032
TV
74062018-07-20 Tom de Vries <tdevries@suse.de>
7407
7408 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7409 NOCLONE macro.
7410 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7411
fbb1d502
TV
74122018-07-19 Tom de Vries <tdevries@suse.de>
7413
7414 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7415 regular expression.
7416
42dc7699
TV
74172018-07-18 Tom de Vries <tdevries@suse.de>
7418
7419 * gdb.base/vla-optimized-out.c: New test.
7420 * gdb.base/vla-optimized-out.exp: New file.
7421
7f1f7e23
SDJ
74222018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7423
7424 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7425 message "No address associated with hostname" when gdbserver
7426 cannot resolve the hostname.
7427
5759ebb3
PW
74282018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7429
7430 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7431 Add some test prefixes to make tests unique.
7432
3606ccab
PW
74332018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7434
7435 * gdb.base/frameapply.c: New file.
7436 * gdb.base/frameapply.exp: New file.
7437
529c08b2
PW
74382018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7439
7440 * gdb.base/skip.exp: Update expected error message.
7441
c7ab0aef
SDJ
74422018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7443 Jan Kratochvil <jan.kratochvil@redhat.com>
7444 Paul Fertser <fercerpav@gmail.com>
7445 Tsutomu Seki <sekiriki@gmail.com>
7446
7447 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7448 parameter.
7449 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7450 by default.
7451 * boards/native-gdbserver.exp: Likewise.
7452 * gdb.server/run-without-local-binary.exp: Improve regexp used
7453 for detecting when a remote debugging connection succeeds.
7454 * gdb.server/server-connect.exp: New file.
7455 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7456 Do not prefix the port number with ":".
7457 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7458 support for detecting and using it. Add '$debughost_gdbserver'
7459 to the list of arguments used to start gdbserver. Handle case
7460 when gdbserver cannot resolve a network name.
7461
16ff70dd
SDJ
74622018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7463
7464 PR c++/23373
7465 * gdb.base/ptype-offsets.cc (struct static_member): New
7466 struct.
7467 (main) <stmember>: New variable.
7468 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7469 with a static member in it.
7470
3541979f
AB
74712018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7472
7473 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7474 watchpoints enabled and disabled.
7475
c8ad9b9a
AB
74762018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7477
7478 * gdb.base/examine-backward.exp: Still run tests around address
7479 0x0, even if address 0x0 is not readable. Update the pattern for
7480 matching address 0x0 in expected output.
7481
e0e5e971
AB
74822018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7483
7484 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7485 malloc/free.
7486
1ea5da02
TV
74872018-07-04 Tom de Vries <tdevries@suse.de>
7488
7489 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7490
471b9d15
MR
74912018-07-02 Maciej W. Rozycki <macro@mips.com>
7492
7493 PR tdep/8282
7494 * gdb.arch/mips-disassembler-options.exp: New test.
7495 * gdb.arch/mips-disassembler-options.s: New test source.
7496
75acb486
PA
74972018-06-29 Pedro Alves <palves@redhat.com>
7498
7499 * gdb.threads/names.exp: Adjust expected "info threads" output.
7500
cd2bb709
PA
75012018-06-29 Pedro Alves <palves@redhat.com>
7502
7503 * gdb.opt/inline-break.exp (line number, address): Add "info
7504 break" tests.
7505
991ff292
PA
75062018-06-29 Pedro Alves <palves@redhat.com>
7507
7508 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7509 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7510 number and address and running to them.
7511
356819b6 75122018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
7513
7514 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7515
2512d7ef
JK
75162018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7517
7518 * lib/compiler.c: Remove executable permission flag.
7519
be1b6474
RB
75202018-06-28 Richard Bunt <richard.bunt@arm.com>
7521
7522 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7523 code.
7524 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7525
291f9a96
PT
75262018-06-28 Petr Tesarik <ptesarik@suse.cz>
7527
7528 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7529
ed6dfe51
PT
75302018-06-28 Petr Tesarik <ptesarik@suse.cz>
7531
7532 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7533 address argument is omitted.
7534
d4d429d5
PT
75352018-06-28 Petr Tesarik <ptesarik@suse.cz>
7536
7537 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7538
7ab6656f
OJ
75392018-06-27 Omair Javaid <omair.javaid@linaro.org>
7540
7541 PR gdb/21695
7542 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7543 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7544
a33ccfc7
TT
75452018-06-26 Tom Tromey <tom@tromey.com>
7546
7547 PR rust/22574:
7548 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7549 * gdb.rust/simple.rs (struct SimpleLayout): New.
7550
6d72d289
SM
75512018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7552
7553 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7554 "info registers" output.
7555
8363f9d5
RB
75562018-06-21 Richard Bunt <richard.bunt@arm.com>
7557
7558 * gdb.base/watchpoint-hw-attach.c: New test.
7559 * gdb.base/watchpoint-hw-attach.exp: New file.
7560
f00674fe
SM
75612018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7562
7563 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7564 through /bin/sh.
7565 * boards/dwarf4-gdb-index.exp: Likewise.
7566 * boards/fission-dwp.exp: Likewise.
7567
1d554008
UW
75682018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7569
7570 * gdb.base/float128.exp: Add comment and improved fail message
7571 to the failure case of "print large128" test.
7572
d0ac1c44
SM
75732018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7574
7575 * configure.ac: Remove AC_PREREQ.
7576 * configure: Re-generate.
7577
61b04dd0
PA
75782018-06-19 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
7581 (func_extern_caller): New.
7582 (main): Call func_extern_caller.
7583 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7584 logic change.
7585
f63b508a
SM
75862018-06-18 Weimin Pan <weimin.pan@oracle.com>
7587
7588 PR gdb/16841
7589 * gdb.cp/typedef-base.cc: New file.
7590 * gdb.cp/typedef-base.exp: New file.
7591
0fe3a558
TV
75922018-06-18 Tom de Vries <tdevries@suse.de>
7593
7594 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
7595
7010835a
AB
75962018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7597 Richard Bunt <Richard.Bunt@arm.com>
7598
7599 * gdb.threads/attach-slow-waitpid.c: New file.
7600 * gdb.threads/attach-slow-waitpid.exp: New file.
7601 * gdb.threads/slow-waitpid.c: New file.
7602
14897d65
PA
76032018-06-14 Pedro Alves <palves@redhat.com>
7604
7605 * gdb.base/fork-running-state.c: Include <errno.h>.
7606 (exit_if_relative_exits): New.
7607 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
7608 exits.
7609 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
7610 child exits.
7611
5d9a0608
TV
76122018-06-14 Tom de Vries <tdevries@suse.de>
7613
7614 PR cli/22573
7615 * gdb.base/finish-pretty.c: New test.
7616 * gdb.base/finish-pretty.exp: New file.
7617
11ae5818
PA
76182018-06-14 Pedro Alves <palves@redhat.com>
7619
7620 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
7621 gdb's expected startup output.
7622
1d39de44
PA
76232018-06-14 Pedro Alves <palves@redhat.com>
7624
7625 * lib/selftest-support.exp (selftest_setup): Remove inlined
7626 function handling.
7627
70ee0000
TV
76282018-06-14 Tom de Vries <tdevries@suse.de>
7629
7630 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
7631 matching of breakpoint printing.
7632
11f4b608
TV
76332018-06-13 Tom de Vries <tdevries@suse.de>
7634
7635 PR testsuite/23269
7636 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
7637 (fork_child): ... here, and ...
7638 (fork_parent): ... here.
7639
76402018-06-12 Tom de Vries <tdevries@suse.de>
7641
7642 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
7643
9516f85a
AB
76442018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
7645 Stephen Roberts <stephen.roberts@arm.com>
7646
7647 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
7648 rewrite test to describe action performed, rather than possible
7649 failure.
7650
5045b3d7
GB
76512018-06-08 Gary Benson <gbenson@redhat.com>
7652
7653 * gdb.threads/check-libthread-db.exp: New file.
7654 * gdb.threads/check-libthread-db.c: Likewise.
7655
c61b06a1
TT
76562018-06-05 Tom Tromey <tom@tromey.com>
7657
7658 * gdb.base/default.exp: Update expected "show version" output.
7659
eb6af809
TT
76602018-06-05 Tom Tromey <tom@tromey.com>
7661
7662 PR cli/12326:
7663 * gdb.cp/static-print-quit.exp: Update.
7664 * lib/gdb.exp (pagination_prompt): Update.
7665 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
7666 * gdb.python/python.exp: Update.
7667
178d6a63
JB
76682018-06-04 Joel Brobecker <brobecker@adacore.com>
7669
7670 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
7671
8e817061
JB
76722018-06-01 Joel Brobecker <brobecker@adacore.com>
7673
7674 * gdb.ada/bp_fun_addr: New testcase.
7675
e86ca25f
TT
76762018-06-01 Tom Tromey <tom@tromey.com>
7677
7678 * gdb.xml/tdesc-regs.exp (load_description): Update expected
7679 results.
7680 * gdb.dwarf2/method-ptr.exp: Set language to C++.
7681 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
7682 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
7683 * gdb.base/maint.exp (maint_pass_if): Update.
7684
4b2dfa9d
MR
76852018-05-31 Maciej W. Rozycki <macro@mips.com>
7686
7687 * gdb.base/endian.exp: New test.
7688 * gdb.base/endian.c: New test source.
7689
45f25d6c
AB
76902018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
7691
7692 PR gdb/23203
7693 * gdb.base/bt-selected-frame.c: New file.
7694 * gdb.base/bt-selected-frame.exp: New file.
7695 * lib/gdb.exp (get_current_frame_number): New function.
7696
d9f6d7f8
MR
76972018-05-24 Maciej W. Rozycki <macro@mips.com>
7698 Pedro Alves <palves@redhat.com>
7699
7700 * gdb.threads/tls-core.c: Include <stdlib.h>
7701 (thread_proc): Call `abort'.
7702 * gdb.threads/tls-core.exp: Generate a core with core_find too.
7703 (tls_core_test): New procedure, bits factored out from ...
7704 (top level): ... here. Test both native cores and gcore cores.
7705
ff1cf532
TT
77062018-05-23 Tom Tromey <tom@tromey.com>
7707
7708 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
7709
b98664d3
TT
77102018-05-23 Tom Tromey <tom@tromey.com>
7711
7712 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
7713 symfile_complaints.
7714 (test_short_complaints): Likewise.
7715 (test_empty_complaints): Likewise.
7716 (test_initial_complaints): Update.
7717
4e9668d0
TT
77182018-05-23 Tom Tromey <tom@tromey.com>
7719
7720 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
7721
43ba33c7
TT
77222018-05-23 Tom Tromey <tom@tromey.com>
7723
7724 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
7725 (test_short_complaints): Update.
7726
035522c0
PA
77272018-05-22 Pedro Alves <palves@redhat.com>
7728
7729 * gdb.base/remote.exp: Only gdb_start after compiling the
7730 testcase. Issue "disconnect" before testing "set remote" command
7731 defaults. Issue clean_restart before running to main.
7732
cc0be08f
PA
77332018-05-22 Pedro Alves <palves@redhat.com>
7734
7735 * gdb.base/remote.exp: Adjust expected output of "show remote
7736 memory-write-packet-size". Add tests for "set remote
7737 memory-write-packet-size 0" and "set remote
7738 memory-write-packet-size fixed/limit".
7739
b1b60145
PA
77402018-05-22 Pedro Alves <palves@redhat.com>
7741
7742 PR gdb/22973
7743 * gdb.base/utf8-identifiers.c: New file.
7744 * gdb.base/utf8-identifiers.exp: New file.
7745
0ec848ad
PFC
77462018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7747
7748 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
7749
2c3305f6
PFC
77502018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
7751
7752 * gdb.arch/powerpc-vsx-gcore.exp: New file.
7753
ce1e8424
TT
77542018-05-18 Tom Tromey <tom@tromey.com>
7755
7756 * gdb.base/ptype-offsets.exp: Update.
7757
ddfe970e
KS
77582018-05-17 Keith Seitz <keiths@redhat.com>
7759
7760 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7761 in expected breakpoint stop locations.
7762 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7763 move to proper scope to test variable values.
7764 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7765 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7766 New functions.
7767 (main): Call not_inline_func3.
7768 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7769 inline_func1, inline_func2, and inline_func3. Test that when each
7770 breakpoint is hit, GDB properly reports both the stop location
7771 and the backtrace. Repeat tests for temporary breakpoints.
7772
0726fcc6
MR
77732018-05-15 Maciej W. Rozycki <macro@mips.com>
7774
7775 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7776 rather then trying to access it in determining whether the PID
7777 of `gdbserver' could have been retrieved.
7778
8ee22052
AB
77792018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7780
7781 * gdb.arch/amd64-init-x87-values.S: New file.
7782 * gdb.arch/amd64-init-x87-values.exp: New file.
7783
7785df48
JK
77842018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7785
7786 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7787
56bcdbea
TT
77882018-05-04 Tom Tromey <tom@tromey.com>
7789
7790 PR python/22730:
7791 * gdb.python/python.exp: Test multi-line execute.
7792
a913fffb
TT
77932018-05-04 Tom Tromey <tom@tromey.com>
7794
7795 PR python/22731:
7796 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7797
7a2c85f2
TT
77982018-05-04 Tom Tromey <tom@tromey.com>
7799
7800 PR gdb/11750:
7801 * gdb.base/define.exp: Test defining a user command inside a user
7802 command.
7803 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7804
a3b60e45
JK
78052018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7806 Pedro Alves <palves@redhat.com>
7807
7808 PR breakpoints/19806 and support for PR external/20207.
7809 * gdb.base/watchpoint-unaligned.c: New file.
7810 * gdb.base/watchpoint-unaligned.exp: New file.
7811
45fe4a03
AB
78122018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7813
7814 * gdb.base/maint.exp: Make test names unique, use
7815 test_prefix_command_help to test 'help maint info', and remove
7816 repeated test of 'help maint'.
7817
9be2ae8f
TT
78182018-05-04 Tom Tromey <tom@tromey.com>
7819
7820 PR gdb/22619:
7821 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7822 behavior.
7823
11859c31
AB
78242018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7825
7826 * gdb.base/maint.exp: Process output from 'maint print registers'
7827 line at a time.
7828
089a9490
AB
78292018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7830
7831 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7832 timeout.
7833
9b0797e2
AB
78342018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7835
7836 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7837 filter pattern.
7838
f6ac5f3d
PA
78392018-05-02 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7842 to_log_command renames.
7843 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7844
77d3c63b
TT
78452018-05-02 Tom Tromey <tom@tromey.com>
7846
7847 * gdb.python/py-parameter.exp: Set test message.
7848
0489430a
TT
78492018-05-02 Tom Tromey <tom@tromey.com>
7850
7851 PR python/20084:
7852 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7853 PARAM_ZUINTEGER_UNLIMITED tests.
7854
1632f8ba
DR
78552018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7856
7857 PR rust/23124
7858 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7859 when casting.
7860
6d7bb824
TT
78612018-04-30 Tom Tromey <tom@tromey.com>
7862
7863 * gdb.python/py-type.exp: Check align attribute.
7864 * gdb.python/py-type.c: New "aligncheck" global.
7865
007e1530
TT
78662018-04-30 Tom Tromey <tom@tromey.com>
7867
7868 PR exp/17095:
7869 * gdb.dwarf2/dw2-align.exp: New file.
7870 * gdb.cp/align.exp: New file.
7871 * gdb.base/align.exp: New file.
7872 * lib/gdb.exp (gdb_int128_helper): New proc.
7873 (has_int128_c, has_int128_cxx): New caching procs.
7874
6873858b
TT
78752018-04-27 Tom Tromey <tom@tromey.com>
7876
7877 PR rust/22545:
7878 * gdb.rust/simple.exp: Add inclusive range tests.
7879
79188d8d
PA
78802018-04-26 Pedro Alves <palves@redhat.com>
7881
7882 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7883 ifunc breakpoint locations correctly of ifunc breakpoints set
7884 while the program resolves the ifunc.
7885
c7075ad5
PA
78862018-04-26 Pedro Alves <palves@redhat.com>
7887
7888 * gdb.base/gnu-ifunc-final.c: New file.
7889 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7890 * gdb.base/gnu-ifunc.exp (executable): Delete.
7891 (staticexecutable): Adjust.
7892 (lib_opts, exec_opts): Delete.
7893 (make_binsuffix, build, set-break): New procedures.
7894 (misc_tests): New, with tests factored out from the top level.
7895 (top level): Test different combinations of ifunc resolver name,
7896 resolver with and with debug info, and ifunc target with and
7897 without debug info. Wrap static tests with with_target_prefix.
7898
8388016d
PA
78992018-04-26 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7902 return type" warnings.
7903
249b5733
PA
79042018-04-25 Pedro Alves <palves@redhat.com>
7905
7906 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7907 killed".
7908 * gdb.base/kill-after-signal.exp: Likewise.
7909 * gdb.threads/kill.exp: Likewise.
7910
f67c0c91
SDJ
79112018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7912 Sergio Durigan Junior <sergiodj@redhat.com>
7913 Pedro Alves <palves@redhat.com>
7914
7915 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7916 regexps to expect for '[Inferior ... detached]' as well.
7917 * gdb.base/attach.exp: Likewise.
7918 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7919 "gdb_continue_to_end".
7920 (test_catch_syscall_with_wrong_args): Likewise.
7921 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7922 ']'. Don't set 'verbose' on.
7923 * gdb.base/foll-vfork.exp: Likewise.
7924 * gdb.base/fork-print-inferior-events.c: New file.
7925 * gdb.base/fork-print-inferior-events.exp: New file.
7926 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7927 '[Inferior ... has been killed]' message.
7928 * gdb.base/kill-after-signal.exp: Likewise.
7929 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7930 detach message.
7931 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7932 message.
7933 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7934 regexps to expect for '[Inferior ... detached]' as well.
7935 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7936
0a8ddac4
SM
79372018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7938
7939 PR gdb/23104
7940 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7941
701adfb0
PA
79422018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7943
7944 PR gdb/23095
7945 * gdb.base/break-probes.exp: Pass shlib_load to
7946 prepare_for_testing. Set normal_bp to r_debug_state if target is
7947 bsd.
7948
d27d16bf
RB
79492018-04-19 Richard Bunt <richard.bunt@arm.com>
7950
7951 * gdb.threads/multiple-successive-infcall.c: New test.
7952 * gdb.threads/multiple-successive-infcall.exp: New file.
7953
a037790e
TT
79542018-04-17 Tom Tromey <tom@tromey.com>
7955
7956 * gdb.rust/simple.rs (Union): New type.
7957 (main): New local "u".
7958 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7959
e3a91079
AA
79602018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7961
7962 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7963 number information in output of "whereis" command.
7964 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7965
b744723f
AA
79662018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7967
7968 * gdb.ada/info_types.exp: Adjust expected output to the line
7969 numbers now printed by "info var/func/type".
7970 * gdb.base/completion.exp: Likewise.
7971 * gdb.base/included.exp: Likewise.
7972 * gdb.cp/cp-relocate.exp: Likewise.
7973 * gdb.cp/cplusfuncs.exp: Likewise.
7974 * gdb.cp/namespace.exp: Likewise.
7975 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7976
4a4495d6
MM
79772018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7978
7979 * gdb.btrace/cpu.exp: New.
7980
1d509aa6
MM
79812018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7982
7983 * gdb.base/step-indirect-call-thunk.exp: New.
7984 * gdb.base/step-indirect-call-thunk.c: New.
7985 * gdb.reverse/step-indirect-call-thunk.exp: New.
7986 * gdb.reverse/step-indirect-call-thunk.c: New.
7987
6295b6da
SM
79882018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7989
7990 * gdb.base/pie-fork.c: New file.
7991 * gdb.base/pie-fork.exp: New file.
7992
50146e70
TT
79932018-04-11 Tom Tromey <tom@tromey.com>
7994
7995 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7996
f50d8a2e
PA
79972018-04-10 Pedro Alves <palves@redhat.com>
7998
7999 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
8000 exits. Instead loop running forever.
8001 (fork_parent): Run forever too.
8002
a0be7a36
SM
80032018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
8004
8005 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
8006 mi_continue_to_line.
8007 * gdb.mi/mi-stack.c (callee4): Add comment.
8008
9b73db36
SM
80092018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
8010
8011 * gdb.mi/mi-stack.exp: Fix indentation.
8012
c912f608
SM
80132018-04-07 Simon Marchi <simon.marchi@ericsson.com>
8014
8015 PR gdb/22979
8016 * gdb.arch/amd64-osabi.exp: New file.
8017
26540402
SM
80182018-04-07 Simon Marchi <simon.marchi@ericsson.com>
8019
8020 PR gdb/22980
8021 * gdb.base/osabi.exp: New file.
8022
121ad66c 80232018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
8024
8025 * gdb.cp/static-typedef-print.exp: New file.
8026 * gdb.cp/static-typedef-print.cc: New file.
8027
3fcded8f
JB
80282018-03-27 Joel Brobecker <brobecker@adacore.com>
8029
8030 * gdb.ada/varsize_limit: New testcase.
8031
59cc4834
JB
80322018-03-27 Joel Brobecker <brobecker@adacore.com>
8033
8034 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
8035
8036 * gdb.ada/notcplusplus: New testcase.
8037
8038 * gdb.base/c-linkage-name.c: New file.
8039 * gdb.base/c-linkage-name.exp: New testcase.
8040
4ca59a9f
TT
80412018-03-26 Tom Tromey <tom@tromey.com>
8042
8043 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
8044 * gdb.python/py-framefilter.py (name_error): New global.
8045 (ErrorInName.function): Use name_error.
8046
978d6c75
TT
80472018-03-26 Tom Tromey <tom@tromey.com>
8048
8049 PR backtrace/15582:
8050 * gdb.python/py-framefilter.exp: Add "bt hide" test.
8051
b7fee5a3
KS
80522018-03-23 Keith Seitz <keiths@redhat.com>
8053
8054 PR c++/22968
8055 * gdb.cp/subtypes.exp: New file.
8056 * gdb.cp/subtypes.h: New file.
8057 * gdb.cp/subtypes.cc: New file.
8058 * gdb.cp/subtypes-2.cc: New file.
8059
376be529
AB
80602018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
8061
8062 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
8063 (done): Call '_exit' not 'exit' to avoid atexit handlers.
8064 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
8065 -nostartfiles when compiling the test. Confirm that all registers
8066 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
8067
066cfa98
AB
80682018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
8069
8070 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
8071 option, syntax was wrong anyway.
8072 * gdb.arch/arm-disp-step.exp: Likewise.
8073 * gdb.arch/sparc64-regs.exp: Likewise.
8074 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
8075 option, syntax was wrong anyway, switch to use
8076 prepare_for_testing.
8077 * gdb.arch/i386-disp-step.exp: Likewise.
8078
079670b9
AA
80792018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
8080
8081 * gdb.ada/exec_changed.exp: Replace "target_info exists
8082 use_gdb_stub" by "use_gdb_stub".
8083 * gdb.ada/start.exp: Likewise.
8084 * gdb.base/async-shell.exp: Likewise.
8085 * gdb.base/attach-pie-misread.exp: Likewise.
8086 * gdb.base/attach-wait-input.exp: Likewise.
8087 * gdb.base/break-entry.exp: Likewise.
8088 * gdb.base/break-interp.exp: Likewise.
8089 * gdb.base/dprintf-detach.exp: Likewise.
8090 * gdb.base/nostdlib.exp: Likewise.
8091 * gdb.base/solib-nodir.exp: Likewise.
8092 * gdb.base/statistics.exp: Likewise.
8093 * gdb.base/testenv.exp: Likewise.
8094 * gdb.mi/mi-exec-run.exp: Likewise.
8095 * gdb.mi/mi-start.exp: Likewise.
8096 * gdb.multi/dummy-frame-restore.exp: Likewise.
8097 * gdb.multi/multi-arch-exec.exp: Likewise.
8098 * gdb.multi/multi-arch.exp: Likewise.
8099 * gdb.multi/tids.exp: Likewise.
8100 * gdb.multi/watchpoint-multi.exp: Likewise.
8101 * gdb.python/py-events.exp: Likewise.
8102 * gdb.threads/attach-into-signal.exp: Likewise.
8103 * gdb.threads/attach-stopped.exp: Likewise.
8104 * gdb.threads/threadapply.exp: Likewise.
8105 * lib/selftest-support.exp: Likewise.
8106
26d6cec4
AA
81072018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
8108
8109 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
8110
4ee89e90
SR
81112018-03-20 Stephen Roberts <stephen.roberts@arm.com>
8112
8113 * gdb.perf/template-breakpoints.cc: New file.
8114 * gdb.perf/template-breakpoints.exp: New file.
8115 * gdb.perf/template-breakpoints.py: New file.
8116
92630041
TT
81172018-03-19 Tom Tromey <tom@tromey.com>
8118
8119 * gdb.rust/simple.rs (main): Add local variables field1, field2,
8120 y0.
8121 * gdb.rust/simple.exp: Test bare identifier form of struct
8122 initializer.
8123
76727919
TT
81242018-03-19 Tom Tromey <tom@tromey.com>
8125
8126 * gdb.gdb/observer.exp: Remove.
8127
194ed413
AA
81282018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8129
8130 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
8131 "qualified" option when setting breakpoints.
8132 * gdb.trace/backtrace.exp: Likewise.
8133 * gdb.trace/circ.exp: Likewise.
8134 * gdb.trace/collection.exp: Likewise.
8135 * gdb.trace/disconnected-tracing.exp: Likewise.
8136 * gdb.trace/ftrace-lock.exp: Likewise.
8137 * gdb.trace/ftrace.exp: Likewise.
8138 * gdb.trace/infotrace.exp: Likewise.
8139 * gdb.trace/packetlen.exp: Likewise.
8140 * gdb.trace/passc-dyn.exp: Likewise.
8141 * gdb.trace/qtro.exp: Likewise.
8142 * gdb.trace/read-memory.exp: Likewise.
8143 * gdb.trace/report.exp: Likewise.
8144 * gdb.trace/signal.exp: Likewise.
8145 * gdb.trace/status-stop.exp: Likewise.
8146 * gdb.trace/strace.exp: Likewise.
8147 * gdb.trace/tfind.exp: Likewise.
8148 * gdb.trace/trace-break.exp: Likewise.
8149 * gdb.trace/trace-condition.exp: Likewise.
8150 * gdb.trace/trace-mt.exp: Likewise.
8151 * gdb.trace/tstatus.exp: Likewise.
8152 * gdb.trace/tsv.exp: Likewise.
8153 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8154 * gdb.trace/unavailable.exp: Likewise.
8155 * gdb.trace/while-dyn.exp: Likewise.
8156
8b067d2c
AA
81572018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8158
8159 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
8160 that libinproctrace is copied to the target.
8161
3ae9ce5d
TT
81622018-03-14 Tom Tromey <tom@tromey.com>
8163
8164 PR cli/14977:
8165 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
8166 a null pointer.
8167 * gdb.base/wchar.exp: Likewise.
8168
b8c2339b
TT
81692018-03-14 Tom Tromey <tom@tromey.com>
8170
8171 PR cli/19918:
8172 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
8173 flag.
8174
4872dc46
SM
81752018-03-08 Simon Marchi <simon.marchi@ericsson.com>
8176
8177 PR gdb/22841
8178 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
8179 "target" to remote_exec.
8180
e4fe3756
SM
81812018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8182
8183 PR gdb/22841
8184 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
8185 ${board}_upload): Remove.
8186
e95a97d4
AA
81872018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
8188
8189 * gdb.cp/watch-cp.cc: New test.
8190 * gdb.cp/watch-cp.exp: New file.
8191
dbbb1059
AB
81922018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8193
8194 * gdb.base/infcall-nested-structs.exp: New file.
8195 * gdb.base/infcall-nested-structs.c: New file.
8196 * gdb.base/float.exp: Add riscv support.
8197
ecc054c0
TP
81982018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
8199
8200 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
8201 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
8202
25e3c82c
SDJ
82032018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8204
8205 * gdb.server/abspath.exp: New file.
8206 * lib/gdb.exp (with_cwd): New procedure.
8207
3083294d
SM
82082018-02-28 Simon Marchi <simon.marchi@ericsson.com>
8209
8210 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
8211 use it.
8212 (gdb_is_target_remote_prompt): New proc.
8213 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
8214 (gdb_is_target_native): Pass prompt parameter to
8215 gdb_is_target_1.
8216
3275ef47
SM
82172018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8218
8219 * gdb.base/load-command.c: New file.
8220 * gdb.base/load-command.exp: New file.
8221 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8222 (gdb_is_target_1): ...this, and generalize for other targets
8223 than just remote.
8224 (gdb_is_target_remote): Use gdb_is_target_1.
8225 (gdb_is_target_native): use gdb_is_target_1.
8226
6893c19a
TT
82272018-02-26 Tom Tromey <tom@tromey.com>
8228
8229 PR python/16497:
8230 * gdb.python/py-framefilter.exp: Update test.
8231
2ddeaf8a
TT
82322018-02-26 Tom Tromey <tom@tromey.com>
8233
8234 * gdb.dwarf2/variant.c: New file.
8235 * gdb.dwarf2/variant.exp: New file.
8236
c9317f21
TT
82372018-02-26 Tom Tromey <tom@tromey.com>
8238
8239 * gdb.rust/simple.exp: Accept more possible results in enum test.
8240
6f6d0c26
SM
82412018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8242
8243 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8244 parentheses.
8245
11b03145
MR
82462018-02-23 Maciej W. Rozycki <macro@mips.com>
8247
8248 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8249 name of a variable: $actual_linejj -> $actual_line.
8250
54a27fe5
JB
82512018-02-21 John Baldwin <jhb@FreeBSD.org>
8252
8253 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8254
de65820c
MM
82552018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8256
8257 * gdb.btrace/buffer-size.exp: Do not force BTS.
8258
980548fd
PA
82592018-02-14 Pedro Alves <palves@redhat.com>
8260
8261 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8262 getting a "Quit".
8263
c4e12631
MM
82642018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8265
8266 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8267 Fix test name.
8268
c2e0e465
SM
82692018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8270
8271 * gdb.cp/m-static.exp: Check type of optimized out static
8272 member.
8273
f7216783
AB
82742018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8275
8276 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8277 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8278
0625771b
LS
82792018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8280 Leszek Swirski <leszeks@google.com>
8281
8282 * gdb.python/py-prettyprint.c
8283 (struct to_string_returns_value_inner,
8284 struct to_string_returns_value_wrapper): New.
8285 (main): Add tsrvw variable.
8286 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8287 ToStringReturnsValueWrapper): New classes.
8288 (register_pretty_printers): Register new pretty-printers.
8289 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8290 recursive pretty printer.
8291 * gdb.python/py-mi.exp: Likewise.
8292
59498c30
LS
82932018-02-01 Leszek Swirski <leszeks@google.com>
8294
8295 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8296 functions with the same name as an include file are parsed
8297 correctly.
8298
d4d38844
YQ
82992018-02-01 Yao Qi <yao.qi@linaro.org>
8300
8301 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8302 "\[^\r\n\]*".
8303
07e5f5cf
NP
83042018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8305
8306 * gdb.arch/powerpc-prologue-frame.s: New file.
8307 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8308 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8309
929b5ad4
JB
83102018-01-31 Joel Brobecker <brobecker@adacore.com>
8311
8312 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8313
e671cd59
PA
83142018-01-30 Pedro Alves <palves@redhat.com>
8315
8316 PR gdb/13211
8317 * gdb.base/interrupt-daemon.c: New.
8318 * gdb.base/interrupt-daemon.exp: New.
8319 * gdb.multi/multi-term-settings.c: New.
8320 * gdb.multi/multi-term-settings.exp: New.
8321
fc413dc4
JB
83222018-01-30 Joel Brobecker <brobecker@adacore.com>
8323
8324 * gdb.base/break.exp: Save the location where the breakpoint
8325 on break.c:47 was actually inserted when debugging the version
8326 compiled at -O2 and use it in the expected output of the "info
8327 break" test performed soon after.
8328
5c319bb2
PA
83292018-01-22 Pedro Alves <palves@redhat.com>
8330 Sergio Durigan Junior <sergiodj@redhat.com>
8331
8332 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8333 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8334
a9e40818
JB
83352018-01-22 Joel Brobecker <brobecker@adacore.com>
8336
8337 * gdb.base/break-include.c, gdb.base/break-include.inc,
8338 gdb.base/break-include.exp: New files.
8339 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8340 line number now being the actual line number where the breakpoint
8341 was inserted.
8342 * gdb.mi/mi-break.exp: Likewise.
8343 * gdb.mi/mi-reverse.exp: Likewise.
8344 * gdb.mi/mi-simplerun.exp: Ditto.
8345
e707fc44
AB
83462018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8347
8348 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8349 varobj.
8350 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8351
ae451627
AB
83522018-01-21 Don Breazeal <donb@codesourcery.com>
8353 Andrew Burgess <andrew.burgess@embecosm.com>
8354
8355 * gdb.mi/basics.c: Add new global.
8356 * gdb.mi/mi-frame-regs.exp: New file.
8357 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8358 case.
8359
b1b189e0
AB
83602018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8361
8362 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8363 non-parameter, and on an unknown symbol.
8364
fcfcc376
TT
83652018-01-19 Tom Tromey <tom@tromey.com>
8366
8367 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8368 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8369
634c1c31
AA
83702018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8371
8372 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8373 setrlimit and chdir to int.
8374
d6ad07fd
AA
83752018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8376
8377 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8378 function.
8379 (my_tend): Likewise.
8380 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8381 rationale of avoiding FP- and vector instructions.
8382
adf8243b
RK
83832018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8384
8385 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8386 "info reg" with "\[ \t\]*".
8387 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8388 "\[ \t\]+".
8389 * gdb.arch/s390-multiarch.exp: Ditto.
8390 * gdb.base/pc-fp.exp: Ditto.
8391 * gdb.reverse/i386-precsave.exp: Ditto.
8392 * gdb.reverse/i386-reverse.exp: Ditto.
8393 * gdb.reverse/i387-env-reverse.exp: Ditto.
8394 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8395
dcc06925
AA
83962018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8397
8398 * lib/gdb.exp (gdb_compile): Re-enable use of
8399 universal_compile_options for languages other than Rust.
8400
25d4fd80
AA
84012018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8402
8403 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8404
ee7f689e 84052018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
8406
8407 PR gdb/16577
8408 * gdb.base/solib-vanish.exp: New.
8409 * gdb.base/solib-vanish-main.c: New.
8410 * gdb.base/solib-vanish-lib1.c: New.
8411 * gdb.base/solib-vanish-lib2.c: New.
8412
d8447b6b
YQ
84132018-01-17 Yao Qi <yao.qi@linaro.org>
8414
8415 * gdb.compile/compile.exp: Match the address printed for
8416 frame in the output of command "bt".
8417
86d6a90c
TT
84182018-01-15 Tom Tromey <tom@tromey.com>
8419
8420 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8421 compute sp_reg.
8422
cbcdb1aa
AB
84232018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8424
8425 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8426 to prepare.
8427 (prepare): Return 0 on error, 1 on success.
8428
eea61984
PA
84292018-01-12 Pedro Alves <palves@redhat.com>
8430
8431 * gdb.base/continue-after-aborted-step-over.c: New.
8432 * gdb.base/continue-after-aborted-step-over.exp: New.
8433
6181e9c2
SM
84342018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8435
8436 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8437 options when not creating an executable.
8438
3cada740
PA
84392018-01-11 Pedro Alves <palves@redhat.com>
8440
8441 PR remote/22597
8442 * gdb.server/stop-reply-no-thread.c: New file.
8443 * gdb.server/stop-reply-no-thread.exp: New file.
8444
c63d3e8d
PA
84452018-01-10 Pedro Alves <palves@redhat.com>
8446
8447 PR gdb/22670
8448 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8449 functions too. Test setting breakpoints and printing C functions
8450 with no debug info too.
8451 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8452
d4c2a405
PA
84532018-01-10 Pedro Alves <palves@redhat.com>
8454
8455 PR gdb/22670
8456 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8457 a fail.
8458
8825213e
PA
84592018-01-10 Pedro Alves <palves@redhat.com>
8460
8461 PR gdb/22670
8462 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8463
605fd3c6
YQ
84642018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8465
8466 * gdb.server/unittest.exp: Match the output in non-development
8467 mode.
8468
1e5ded6c
YQ
84692018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8470
8471 * gdb.gdb/unittest.exp: Match output in non-development mode.
8472
30066b0b
JB
84732018-01-08 Joel Brobecker <brobecker@adacore.com>
8474
8475 * gdb.ada/access_tagged_param.exp: Relax expected output
8476 for value of "ObjL" in "continue" to pck.inspect breakpoint
8477 test.
8478
04bafb1e
XR
84792018-01-08 Joel Brobecker <brobecker@adacore.com>
8480
9f86398b
JB
8481 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8482 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 8483
e379cee6
PA
84842018-01-05 Pedro Alves <palves@redhat.com>
8485
8486 PR gdb/18653
8487 * gdb.base/libsegfault.exp: New.
8488
de63c46b
PA
84892018-01-05 Joel Brobecker <brobecker@adacore.com>
8490
8491 PR gdb/22670
8492 * gdb.ada/access_tagged_param.exp: New file.
8493 * gdb.ada/access_tagged_param/foo.adb: New file.
8494
f98fc17b
PA
84952018-01-05 Pedro Alves <palves@redhat.com>
8496
8497 PR gdb/22670
8498 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8499 exercise lower case too, and to exercise both full matching and
8500 wild matching.
8501
342f8240
JB
85022018-01-05 Joel Brobecker <brobecker@adacore.com>
8503
8504 * gdb.ada/rename_subscript_param: New testcase.
8505
7150d33c
JG
85062018-01-05 Jerome Guitton <guitton@adacore.com>
8507
8508 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8509
cc0e770c
JB
85102018-01-05 Joel Brobecker <brobecker@adacore.com>
8511
8512 * gdb.ada/convvar_comp: New testcase.
8513
672a41aa 85142018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
8515
8516 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8517 (My_Table): New global variable.
8518 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8519
7365ec2f
JB
85202018-01-04 Joel Brobecker <brobecker@adacore.com>
8521
8522 PR gdb/22670
8523 * gdb.ada/maint_with_ada: New testcase.
8524
289483b6
JB
85252018-01-04 Joel Brobecker <brobecker@adacore.com>
8526
8527 PR gdb/22670
8528 * gdb.ada/bp_c_mixed_case: New testcase.
8529
344420da
JB
85302018-01-04 Joel Brobecker <brobecker@adacore.com>
8531
8532 PR gdb/22670
8533 * gdb.ada/complete.exp: Add "complete break ada" test.
8534
66fc87a0
JB
85352018-01-04 Joel Brobecker <brobecker@adacore.com>
8536
8537 PR gdb/22670
8538 * gdb.ada/info_addr_mixed_case: New testcase.
8539
9f757bf7
XR
85402018-01-03 Xavier Roirand <roirand@adacore.com>
8541
8542 * gdb.ada/excep_handle.exp: New testcase.
8543 * gdb.ada/excep_handle/foo.adb: New file.
8544 * gdb.ada/excep_handle/pck.ads: New file.
8545
bd570f80
JB
85462018-01-03 Joel Brobecker <brobecker@adacore.com>
8547
8548 * gdb.base/step-line.c: Add extra empty line in copyright header.
8549 * gdb.base/step-line.inp: Likewise.
8550
9fe561ab
JB
85512018-01-02 Joel Brobecker <brobecker@adacore.com>
8552
8553 * gdb.ada/dyn_stride.exp: Add slice test.
8554
a405673c
JB
85552018-01-02 Joel Brobecker <brobecker@adacore.com>
8556
8557 * gdb.ada/dyn_stride: New testcase.
8558
cef0f868
SH
85592017-12-27 Stafford Horne <shorne@gmail.com>
8560
8561 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8562 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8563
b67d92b0
SH
85642017-12-27 Stafford Horne <shorne@gmail.com>
8565
8566 * gdb.base/reggroups.c: New file.
8567 * gdb.base/reggroups.exp: New file.
8568
eccab96d
JB
85692017-12-18 Joel Brobecker <brobecker@adacore.com>
8570
8571 * gdb.dwarf2/ada-valprint-error.c: New file.
8572 * gdb.dwarf2/ada-valprint-error.exp: New file.
8573
0e2da9f0
JB
85742017-12-18 Joel Brobecker <brobecker@adacore.com>
8575
8576 * gdb.ada/assign_arr: New testcase.
8577
cb923fcc
XR
85782017-12-18 Xavier Roirand <roirand@adacore.com>
8579
8580 * gdb.ada/funcall_ptr: New testcase.
8581
7c161838
SDJ
85822017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8583
8584 PR cli/16224
8585 * gdb.base/ptype-offsets.cc: New file.
8586 * gdb.base/ptype-offsets.exp: New file.
8587
1af17fd9
YQ
85882017-12-15 Yao Qi <yao.qi@linaro.org>
8589
8590 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
8591 if XML is disabled.
8592
828d5846
XR
85932017-12-15 Xavier Roirand <roirand@adacore.com>
8594
8595 * gdb.ada/same_component_name: New testcase.
8596
79e8fcaa
JB
85972017-12-14 Joel Brobecker <brobecker@adacore.com>
8598
8599 * gdb.ada/str_binop_equal: New testcase.
8600
e05fa6f9
JB
86012017-12-14 Joel Brobecker <brobecker@adacore.com>
8602
8603 * gdb.ada/task_switch_in_core: New testcase.
8604
b89641ba
SM
86052017-12-13 Simon Marchi <simon.marchi@ericsson.com>
8606
8607 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
8608 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
8609 call test_bkpt_qualified.
8610 (test_bkpt_qualified): New proc.
8611
6892d2e4
PA
86122017-12-13 Pedro Alves <palves@redhat.com>
8613
8614 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8615 Tighten regexp by matching with an anchor.
8616
a22ecf70
PA
86172017-12-13 Pedro Alves <palves@redhat.com>
8618
8619 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
8620 ("expression with namespace"): New set of tests.
8621 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
8622 (Nested::Test_NS::qux): New.
8623 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
8624 defaults to 'start_quote_char' and 'end_quote_char' parameters.
8625
9937536c
JB
86262017-12-13 Joel Brobecker <brobecker@adacore.com>
8627
8628 * gdb.base/server-del-break.c: New file.
8629 * gdb.base/server-del-break.exp: New file.
8630
fe49c6f5
SH
86312017-12-12 Stafford Horne <shorne@gmail.com>
8632
8633 * gdb.xml/tdesc-regs.exp: Add or1k support.
8634
c3d18620
SH
86352017-12-12 Stafford Horne <shorne@gmail.com>
8636
8637 * gdb.base/bp-permanent.c: Define nop of or1k.
8638
c5f9cfc8
JB
86392017-12-11 Joel Brobecker <brobecker@adacore.com>
8640
8641 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
8642 output with components being reordered.
8643
a9c135fc
JB
86442017-12-11 Joel Brobecker <brobecker@adacore.com>
8645
8646 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
8647 output with components being reordered.
8648
927aa2e7
JK
86492017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8650 Pedro Alves <palves@redhat.com>
8651
8652 * gdb.base/maint.exp (check for .gdb_index): Check also for
8653 .debug_names.
8654 * gdb.dlang/watch-loc.c (.debug_aranges): New.
8655 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
8656 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
8657 (.gdb_index used after symbol reloading): Support also .debug_names.
8658 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
8659
f17d9474
YQ
86602017-12-08 Yao Qi <yao.qi@linaro.org>
8661
8662 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8663 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
8664
a0de8c21
YQ
86652017-12-08 Yao Qi <yao.qi@linaro.org>
8666
8667 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
8668 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
8669
a738ea1d
YQ
86702017-12-08 Yao Qi <yao.qi@linaro.org>
8671
8672 * gdb.arch/aarch64-tagged-pointer.c: New file.
8673 * gdb.arch/aarch64-tagged-pointer.exp: New file.
8674
1cd9a73b
SDJ
86752017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
8676
8677 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
8678 "int".
8679
fa6eb693
KS
86802017-12-07 Keith Seitz <keiths@redhat.com>
8681
8682 PR breakpoints/22569
8683 * gdb.linespec/ls-errs.exp: Change expected result of "break
8684 -source this file has spaces.c -line 3".
8685 Check that an explicit source file followed by whitespace is
8686 identified as an invalid explicit location.
8687
883fd55a
KS
86882017-12-07 Keith Seitz <keiths@redhat.com>
8689
8690 * gdb.cp/nested-types.cc: New file.
8691 * gdb.cp/nested-types.exp: New file.
8692 * lib/cp-support.exp: Load data-structures.exp library.
8693 (debug_cp_test_ptype_class): New global.
8694 (cp_ptype_class_verbose, next_line): New procedures.
8695 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
8696 Add and document new return value.
8697 Switch the list of lines to a queue.
8698 Add support for new `type' key for nested type definitions.
8699 Add debugging/troubleshooting messages.
8700 * lib/data-structures.exp: New file.
8701
ec72db3e
SM
87022017-12-07 Simon Marchi <simon.marchi@ericsson.com>
8703
8704 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
8705 with proc_with_prefix, don't use with_test_prefix.
8706
99598d71
TT
87072017-12-07 Tom Tromey <tom@tromey.com>
8708
8709 * gdb.base/break.exp: Add test for empty "commands".
8710
a8806230
YQ
87112017-12-07 Yao Qi <yao.qi@linaro.org>
8712
8713 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
8714 malloc and catch syscall.
8715
824cc835
PM
87162017-12-07 Phil Muldoon <pmuldoon@redhat.com>
8717
e79be6e5 8718 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
8719 tests for explicit locations.
8720
7cc244de
PA
87212017-12-06 Pedro Alves <palves@redhat.com>
8722
8723 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
8724 force-disabling XML descriptions.
8725
50a1fdd5
PA
87262017-12-04 Pedro Alves <palves@redhat.com>
8727
8728 PR gdb/22499
8729 * gdb.arch/amd64-disp-step-avx.S: New file.
8730 * gdb.arch/amd64-disp-step-avx.exp: New file.
8731
f0fb2488
PA
87322017-12-03 Pedro Alves <palves@redhat.com>
8733
8734 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
8735 and <string.h>.
8736 (parent_function): Print distinct messages when waitpid fails, or
8737 the child exits with a signal, or the child exits for an unhandled
8738 reason.
8739 * gdb.threads/process-dies-while-detaching.exp
8740 (detach_and_expect_exit): New 'inf_output_re' parameter and use
8741 it. Wait for both inferior output and GDB's prompt. Use an
8742 indirect spawn id list.
8743 (do_detach): New parameter 'child_exit'. Use it to compute
8744 expected inferior output.
8745 (test_detach, test_detach_watch, test_detach_killed_outside):
8746 Adjust to pass down the expected child exit kind.
8747
97cbe998
SDJ
87482017-12-01 Joel Brobecker <brobecker@adacore.com>
8749 Sergio Durigan Junior <sergiodj@redhat.com>
8750 Pedro Alves <palves@redhat.com>
8751
8752 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
8753
40fc416f
SDJ
87542017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
8755
8756 * gdb.base/relocate.exp: Add tests to guarantee that arguments
8757 to 'symbol-file' and 'add-symbol-file' can be
8758 position-independent.
8759
1cc75e92
YQ
87602017-12-01 Yao Qi <yao.qi@linaro.org>
8761
8762 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8763 the URL in copyright header.
8764 * gdb.arch/aarch64-fp.exp: Likewise.
8765 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8766 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8767 * gdb.base/expand-psymtabs.exp: Likewise.
8768 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8769 * gdb.fortran/common-block.exp: Likewise.
8770 * gdb.fortran/common-block.f90: Likewise.
8771 * gdb.fortran/logical.exp: Likewise.
8772 * gdb.fortran/vla-datatypes.f90: Likewise.
8773 * gdb.fortran/vla-sub.f90: Likewise.
8774
875fb7a7
JB
87752017-11-30 Joel Brobecker <brobecker@adacore.com>
8776
8777 * gdb.ada/repeat_dyn: New testcase.
8778
6f14765f
UW
87792017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8780
8781 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8782 Update for changed thread numbering.
8783 * gdb.cell/bt.exp: Update for changed GDB output.
8784
f1af7b94
SM
87852017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8786
8787 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8788 setting isremote by hand.
8789 * boards/dwarf4-gdb-index.exp: Likewise.
8790 * boards/fission.exp: Likewise.
8791 * boards/stabs.exp: Likewise.
8792
e3919f3e
PA
87932017-11-30 Pedro Alves <palves@redhat.com>
8794
8795 * gdb.linespec/cpls-ops.exp
8796 (check_explicit_skips_function_argument): Extract the underlying
8797 type of size_t instead of hardcoding it.
8798
bd69330d
PA
87992017-11-29 Pedro Alves <palves@redhat.com>
8800
8801 PR c++/19436
8802 * gdb.linespec/cpls-abi-tag.cc: New file.
8803 * gdb.linespec/cpls-abi-tag.exp: New file.
8804
a20714ff
PA
88052017-11-29 Pedro Alves <palves@redhat.com>
8806
8807 * gdb.base/langs.exp: Use -qualified.
8808 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8809 it.
8810 * gdb.cp/namespace.exp: Use -qualified.
8811 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8812 (overload-3, template-overload, template-ret-type, const-overload)
8813 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8814 procedures.
8815 (test_driver): Call them.
8816 * gdb.cp/save-bp-qualified.cc: New.
8817 * gdb.cp/save-bp-qualified.exp: New.
8818 * gdb.linespec/explicit.exp: Test -qualified.
8819 * lib/completion-support.exp (completion::explicit_opts_list): Add
8820 "-qualified".
8821 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8822
f6f1d339
PM
88232017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8824
8825 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8826
02ca603a
TT
88272017-11-29 Tom Tromey <tom@tromey.com>
8828
8829 * gdb.base/relocate.exp: Update invalid argument test.
8830 Add new tests for invalid arguments.
8831
ed6c0bfb
TP
88322017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8833
8834 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8835 Return 0 as a long.
8836 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8837
f106e10e
TP
88382017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8839
8840 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8841 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8842 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8843 func ().
8844 * gdb.cp/shadow.cc (B.func): Return 0.
8845
10329bb2
JB
88462017-11-27 Joel Brobecker <brobecker@adacore.com>
8847
8848 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8849 expected output in gdb_expect call to allow the exception
8850 message to be present as well. Fix syntax confusion to avoid
8851 TCL thinking that exception_name is an array.
8852
617cd4bc
UW
88532017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8854
8855 * gdb.arch/spu-info.c: Include <unistd.h>.
8856 (do_signal_test): Fix broken calls to write.
8857 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8858 Fix checks for empty mailboxes. Update signal tests for corrected
8859 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
8860 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8861 * gdb.cell/arch.exp: Use standard_output_file.
8862 * gdb.cell/break.exp: Likewise.
8863 * gdb.cell/bt.exp: Likewise.
8864 * gdb.cell/core.exp: Likewise.
8865 * gdb.cell/dwarfaddr.exp: Likewise.
8866 * gdb.cell/ea-cache.exp: Likewise.
8867 * gdb.cell/ea-standalone.exp: Likewise.
8868 * gdb.cell/f-regs.exp: Likewise.
8869 * gdb.cell/fork.exp: Likewise.
8870 * gdb.cell/gcore.exp: Likewise.
8871 * gdb.cell/mem-access.exp: Likewise.
8872 * gdb.cell/ptype.exp: Likewise.
8873 * gdb.cell/registers.exp: Likewise.
8874 * gdb.cell/sizeof.exp: Likewise.
8875 * gdb.cell/solib-symbol.exp: Likewise.
8876 * gdb.cell/solib.exp: Likewise.
617cd4bc 8877
a81aaca0
PA
88782017-11-25 Pedro Alves <palves@redhat.com>
8879
8880 * gdb.base/complete-empty.exp: New file.
8881 * gdb.base/completion.exp: Adjust.
8882
6a3c6ee4
PA
88832017-11-25 Pedro Alves <palves@redhat.com>
8884
8885 * gdb.linespec/cpls-ops.cc: New file.
8886 * gdb.linespec/cpls-ops.exp: New file.
8887 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8888 factored out from ...
8889 (test_complete_prefix_range): ... this.
8890
8955eb2d
PA
88912017-11-24 Pedro Alves <palves@redhat.com>
8892
8893 * gdb.linespec/cpcompletion.exp: New file.
8894 * gdb.linespec/cpls-hyphen.cc: New file.
8895 * gdb.linespec/cpls.cc: New file.
8896 * gdb.linespec/cpls2.cc: New file.
8897 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8898 test to use test_gdb_complete_unique. Add label completion,
8899 keyword completion and explicit location completion tests.
8900 * lib/completion-support.exp: New file.
8901
e547c119
JB
89022017-11-24 Joel Brobecker <brobecker@adacore.com>
8903
8904 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8905 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8906 when hitting an exception catchpoint.
8907
7c3c1aa8
YQ
89082017-11-22 Yao Qi <yao.qi@linaro.org>
8909
8910 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8911
41bd68f5
SM
89122017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8913
8914 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8915 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8916 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8917
1daad298
YQ
89182017-11-22 Yao Qi <yao.qi@linaro.org>
8919
8920 * gdb.base/info-os.exp: Pass pthreads.
8921 * gdb.multi/multi-attach.exp: Likewise.
8922
88465e87
YQ
89232017-11-22 Yao Qi <yao.qi@linaro.org>
8924
8925 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8926 compiler.
8927
dc196b23
YQ
89282017-11-22 Yao Qi <yao.qi@linaro.org>
8929
8930 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8931 * gdb.base/break-interp.exp: Likewise.
8932 * gdb.base/jit-attach-pie.exp: Likewise.
8933
2400729e
UW
89342017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8935
8936 * gdb.base/float128.c (large128): New variable.
8937 * gdb.base/float128.exp: Add test to print largest __float128 value.
8938
7a26362d
UW
89392017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8940
8941 * gdb.arch/vsx-regs.exp: Update register content checks.
8942
ed0f4273
UW
89432017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8944
8945 * gdb.arch/ppc-longdouble.exp: New file.
8946 * gdb.arch/ppc-longdouble.c: Likewise.
8947
a25d69c6
PA
89482017-11-21 Pedro Alves <palves@redhat.com>
8949
8950 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8951
73fcf641
PA
89522017-11-20 Pedro Alves <palves@redhat.com>
8953
8954 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8955 (long_double_typedef): New typedefs.
8956 Use DEF on double and long double.
8957 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8958 cases.
8959 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8960 and 'long_double_ptr_same_size' locals. Use them to decide
8961 whether cast from array/function to float is valid/invalid.
8962
71a3c369
TT
89632017-11-17 Tom Tromey <tom@tromey.com>
8964
8965 * gdb.rust/traits.rs: New file.
8966 * gdb.rust/traits.exp: New file.
8967
ced9779b
JB
89682017-11-17 Joel Brobecker <brobecker@adacore.com>
8969
8970 * gdb.ada/minsyms: New testcase.
8971
a0922d80
PA
89722017-11-16 Pedro Alves <palves@redhat.com>
8973
8974 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8975 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8976
ea04e54c
PA
89772017-11-16 Pedro Alves <palves@redhat.com>
8978
8979 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8980 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8981
e849ea89
PA
89822017-11-16 Pedro Alves <palves@redhat.com>
8983
8984 * gdb.server/reconnect-ctrl-c.c: New file.
8985 * gdb.server/reconnect-ctrl-c.exp: New file.
8986
d8ae99a7
PM
89872017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8988
8989 * gdb.python/py-rbreak.exp: New file.
8990 * gdb.python/py-rbreak.c: New file.
8991 * gdb.python/py-rbreak-func2.c: New file.
8992
968a13f8
PA
89932017-11-16 Pedro Alves <palves@redhat.com>
8994
8995 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8996 pattern.
8997 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8998 GDB.
8999
71774bc9
SM
90002017-11-15 Simon Marchi <simon.marchi@ericsson.com>
9001
9002 * gdb.tui/completionn.exp (test_tab_completion): Add space in
9003 regex.
9004
ddbb44cf
SM
90052017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
9006
9007 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
9008 test names.
9009
584a564f
PA
90102017-11-09 Pedro Alves <palves@redhat.com>
9011
9012 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
9013 factored out from ...
9014 (top level): ... here, and adjusted to avoid expecting beyond the
9015 prompt in a single gdb_test_multiple.
9016
5ed7a928
PA
90172017-11-09 Pedro Alves <palves@redhat.com>
9018
9019 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
9020 output.
9021 * gdb.server/ext-attach.exp ("kill" test): Likewise.
9022 * gdb.server/ext-restart.exp ("kill" test): Likewise.
9023 * gdb.server/ext-run.exp ("kill" test): Likewise.
9024 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
9025
a60e0738
PA
90262017-11-09 Pedro Alves <palves@redhat.com>
9027
9028 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
9029 match till end of line.
9030
2c88253f
PA
90312017-11-09 Pedro Alves <palves@redhat.com>
9032
9033 * gdb.base/memattr.exp: Tighten regexes to match the end line.
9034
c7a38517
PA
90352017-11-09 Pedro Alves <palves@redhat.com>
9036
9037 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
9038 New procedures, factored out from ...
9039 (top level): ... here, and adjusted to avoid expecting beyond the
9040 prompt in one go.
9041
f29f4b6b
PA
90422017-11-09 Pedro Alves <palves@redhat.com>
9043
9044 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
9045 output. Fix '?' match.
9046
286acbb5
JB
90472017-11-08 Joel Brobecker <brobecker@adacore.com>
9048
9049 * gdb.ada/scoped_watch: New testcase.
9050 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
9051 which is actually correct.
9052 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
9053 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
9054
62d7ae92
PA
90552017-11-08 Pedro Alves <palves@redhat.com>
9056
9057 * gdb.gdb/complaints.exp (test_initial_complaints)
9058 (test_serial_complaints, test_short_complaints): Call
9059 complaint_internal instead of complaint.
9060
280ca31f
DT
90612017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
9062
9063 * gdb.threads/tls-core.c: New file.
9064 * gdb.threads/tls-core.exp: Likewise.
9065
b5ec771e
PA
90662017-11-08 Pedro Alves <palves@redhat.com>
9067
9068 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
9069 (p Exported_Capitalized): New test.
9070 (p exported_capitalized): New test.
9071
a02b41a7
PA
90722017-11-07 Pedro Alves <palves@redhat.com>
9073
9074 * gdb.cp/ena-dis-br-range.exp: Add more tests.
9075
95e95a6d
PA
90762017-11-07 Pedro Alves <palves@redhat.com>
9077
9078 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
9079 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
9080 (disable_invalid, disable_inverted, disable_negative): New
9081 procedures.
9082 ("bad numbers"): New set of tests.
9083
cee62dbd
PA
90842017-11-07 Pedro Alves <palves@redhat.com>
9085
9086 * gdb.cp/ena-dis-br-range.exp: Add tests.
9087
cc638e86
PA
90882017-11-07 Pedro Alves <palves@redhat.com>
9089
9090 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
9091
d0fe4701
XR
90922017-11-07 Xavier Roirand <roirand@adacore.com>
9093 Pedro Alves <palves@redhat.com>
9094
9095 * gdb.base/ena-dis-br.exp: Add reference to
9096 gdb.cp/ena-dis-br-range.exp.
9097 * gdb.cp/ena-dis-br-range.exp: New file.
9098 * gdb.cp/ena-dis-br-range.cc: New file.
9099
46f67f80
PA
91002017-11-06 Pedro Alves <palves@redhat.com>
9101
9102 * gdb.base/attach-non-pgrp-leader.c: New.
9103 * gdb.base/attach-non-pgrp-leader.exp: New.
9104
726e1356
PA
91052017-11-06 Pedro Alves <palves@redhat.com>
9106
9107 * configure.ac: No longer check for termio.h and sgtty.h.
9108 * configure: Regenerate.
9109 * remote-utils.c: Include termios.h instead of gdb_termios.h.
9110 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
9111 Remove termio and sgtty code.
9112
50ab6ace
YQ
91132017-11-03 Yao Qi <yao.qi@linaro.org>
9114
9115 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
9116 in GDB is disabled.
9117
8e68731c
YQ
91182017-11-03 Yao Qi <yao.qi@linaro.org>
9119
9120 * gdb.python/py-thrhandle.exp: Skip it if python is not
9121 enabled.
9122
3a87ae65
SM
91232017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
9124
9125 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
9126 as a breakpoint command.
9127
484d8d36
MD
91282017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
9129
9130 PR python/21213
9131 * gdb.python/py-infthread.exp: Test calling
9132 InferiorThread.inferior () multiple times in a row.
9133
4a27f119
KS
91342017-10-27 Keith Seitz <keiths@redhat.com>
9135
9136 * gdb.opt/inline-break.exp (break_info_1): New procedure.
9137 Test "info break" for every inlined function breakpoint.
9138
bb11dd58
YQ
91392017-10-27 Yao Qi <yao.qi@linaro.org>
9140
9141 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
9142
a43f3893
PF
91432017-10-26 Patrick Frants <osscontribute@gmail.com>
9144
9145 * gdb.cp/classes.exp (test_static_members): Test printing
9146 Outer::instance.
9147 * gdb.cp/classes.c (struct Inner, struct Outer): New.
9148 (Inner::instance, Outer::instance): New.
9149
792ccf00
PA
91502017-10-24 Pedro Alves <palves@redhat.com>
9151
9152 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
9153 extra console" test in two stages.
9154
eb2bfbad
PA
91552017-10-24 Pedro Alves <palves@redhat.com>
9156
9157 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
9158
1f75a651
PA
91592017-10-24 Pedro Alves <palves@redhat.com>
9160
9161 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
9162 loop.
9163
779990d9
PA
91642017-10-24 Pedro Alves <palves@redhat.com>
9165
9166 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
9167 $attempt" and "stoppedtry $stoppedtry" test prefixes.
9168
ad9b8f5d
PA
91692017-10-24 Pedro Alves <palves@redhat.com>
9170
9171 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
9172 parameter and handle it. Don't output read value in test name.
9173
fee6da6e
PA
91742017-10-24 Pedro Alves <palves@redhat.com>
9175
9176 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
9177 custom test name.
9178
10389c2c
PA
91792017-10-24 Pedro Alves <palves@redhat.com>
9180
9181 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
9182 include the unstable output directory name in the test's name.
9183 (initial_setup_simple) <'set args'>: Use custom test name.
9184
a80e65a9
PA
91852017-10-24 Pedro Alves <palves@redhat.com>
9186
9187 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
9188 with explicit test name.
9189
15763a09
PA
91902017-10-20 Pedro Alves <palves@redhat.com>
9191
9192 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
9193 'wait -i'. Use gdb_assert and remote_close.
9194
49a4ce2e
AB
91952017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
9196
9197 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
9198 number from variable rather than hard-coded.
9199
a75868f5
PA
92002017-10-19 Pedro Alves <palves@redhat.com>
9201
9202 * gdb.base/long-inferior-output.c: New file.
9203 * gdb.base/long-inferior-output.exp: New file.
9204
c8ba13ad
KS
92052017-11-18 Keith Seitz <keiths@redhat.com>
9206
9207 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
9208 method.
9209 (main): Call it.
9210 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
9211 Add additional user-defined conversion operator tests.
9212
b27de576
PA
92132017-10-17 Pedro Alves <palves@redhat.com>
9214
9215 * boards/native-stdio-gdbserver.exp: Load "local-board".
9216
8484c955
PA
92172017-10-17 Pedro Alves <palves@redhat.com>
9218
9219 * gdb.base/quit-live.c: New file.
9220 * gdb.base/quit-live.exp: New file.
9221
83d5a34d
KS
92222017-10-16 Keith Seitz <keiths@redhat.com>
9223
9224 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9225 (class_with_protected_typedef, class_with_private_typedef)
9226 (struct_with_public_typedef, struct_with_protected_typedef)
9227 (struct_with_private_typedef): New classes/structs.
9228 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9229 typedefs and access specifiers.
9230
739b3f1d
PA
92312017-10-16 Pedro Alves <palves@redhat.com>
9232 Simon Marchi <simon.marchi@polymtl.ca>
9233
9234 * README (Local vs Remote vs Native): New section.
9235 * boards/local-board.exp: New file, with bits factored out from
9236 ...
9237 * boards/native-extended-gdbserver.exp: ... here. Load
9238 "local-board".
9239 * boards/native-gdbserver.exp: Load "local-board".
9240 (${board}_spawn, ${board}_exec): Delete.
9241 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9242 ...
9243 * boards/stdio-gdbserver-base.exp: ... this new file.
9244 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9245 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9246 procedure.
9247 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9248 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9249 stdio_gdbserver_command.
9250 (${board}_get_remote_address, ${board}_get_comm_port)
9251 (${board}_download, ${board}_upload): Delete.
9252 (get_target_remote_pipe_cmd): New.
9253
fe68b953
SM
92542017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9255
9256 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9257 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9258 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9259 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9260 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9261 remove with_test_prefix.
9262
300b6685
PA
92632017-10-13 Pedro Alves <palves@redhat.com>
9264
9265 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9266 * gdb.base/annota1.exp: Use it instead of is_remote.
9267 * gdb.base/annota3.exp: Use it instead of is_remote.
9268 * gdb.cp/annota2.exp: Use it instead of is_remote.
9269 * gdb.cp/annota3.exp: Use it instead of is_remote.
9270 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9271
50500caf
PA
92722017-10-13 Pedro Alves <palves@redhat.com>
9273
9274 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9275 (test_num_test_vars, run_and_count_vars, find_env)
9276 (test_set_unset_env, test_inherit_env_var): New procedures.
9277 (top level): Use them.
9278
dad0c6d2
PA
92792017-10-13 Pedro Alves <palves@redhat.com>
9280
9281 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9282 also skip on stub-like targets.
9283
8b0553c1
PA
92842017-10-13 Pedro Alves <palves@redhat.com>
9285
9286 PR gdb/22293
9287 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9288 (top level): Move some tests to ...
9289 (test_not_found): ... this new procedure.
9290 (top level): Call it.
9291
7594f623
PA
92922017-10-13 Pedro Alves <palves@redhat.com>
9293
9294 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9295 expect different "info terminal" output if testing with a
9296 non-native target.
9297
ebe3b402
PA
92982017-10-13 Pedro Alves <palves@redhat.com>
9299 Simon Marchi <simon.marchi@polymtl.ca>
9300
9301 PR python/12966
9302 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9303
42f1b161
PA
93042017-10-13 Pedro Alves <palves@redhat.com>
9305
9306 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9307 already.
9308
8d6ef72b
PA
93092017-10-13 Pedro Alves <palves@redhat.com>
9310
9311 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9312 is_remote.
9313
d7bcd5b8
PA
93142017-10-13 Pedro Alves <palves@redhat.com>
9315
9316 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9317 is_remote.
9318
df479dc6
PA
93192017-10-13 Pedro Alves <palves@redhat.com>
9320
9321 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9322 is set.
9323 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9324 instead of is_remote.
9325
23fb630a
PA
93262017-10-13 Pedro Alves <palves@redhat.com>
9327
9328 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9329 (top level): Add comment.
9330
cc77b1dc
PA
93312017-10-13 Pedro Alves <palves@redhat.com>
9332
9333 * gdb.base/remote.exp (top level): Fix comment typo and add
9334 missing return.
9335
27c9e813
PA
93362017-10-13 Pedro Alves <palves@redhat.com>
9337 Simon Marchi <simon.marchi@polymtl.ca>
9338
9339 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9340 calls and add comments. Skip test if use_gdb_stub is set.
9341 (top level): Use "set cwd" command instead of "cd" command.
9342
5e830d98
PA
93432017-10-13 Pedro Alves <palves@redhat.com>
9344
9345 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9346 is_remote target check.
9347
f5ca0032
PA
93482017-10-13 Pedro Alves <palves@redhat.com>
9349
9350 * gdb.base/scope.exp: Use build_executable + clean_restart +
9351 gdb_file_cmd instead of prepare_for_testing and no longer skip
9352 "before run" tests on is_remote target boards. Update comments.
9353 * boards/native-extended-gdbserver.exp
9354 (extended_gdbserver_load_last_file): New, factored out from ...
9355 (gdb_load): ... this. Move further below and add comment.
9356 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9357
8aed1c0d
PA
93582017-10-12 Pedro Alves <palves@redhat.com>
9359
9360 * gdb.base/attach.exp: Remove references to gdb64.
9361 * gdb.base/dbx.exp: Remove references to gdb64.
9362
cfa34c87
SM
93632017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9364 Pedro Alves <palves@redhat.com>
9365
9366 * gdb.base/label.exp: Remove is_remote target check.
9367
9192b7de
PA
93682017-10-12 Pedro Alves <palves@redhat.com>
9369
9370 * gdb.base/auvx.exp (coredir): Update comment.
9371 (top level) <core_works>: Use "set cwd" command instead of "cd"
9372 command.
9373
6bf0052d
PA
93742017-10-12 Pedro Alves <palves@redhat.com>
9375 Simon Marchi <simon.marchi@polymtl.ca>
9376
9377 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9378 target boards.
9379
e48ef82d
PA
93802017-10-12 Pedro Alves <palves@redhat.com>
9381 Simon Marchi <simon.marchi@polymtl.ca>
9382
9383 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9384 Instead skip if there's any gdb_protocol set.
9385
8d7aea57
SM
93862017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9387 Pedro Alves <palves@redhat.com>
9388
9389 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9390
30440677
PA
93912017-10-12 Pedro Alves <palves@redhat.com>
9392 Simon Marchi <simon.marchi@polymtl.ca>
9393
9394 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9395 instead of on dejagnu remote boards.
9396
4e04f045 93972017-10-12 Pedro Alves <palves@redhat.com>
175654b9 9398 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
9399
9400 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9401 checks. Use build_executable + clean_restart instead of
9402 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9403 of enabling non-stop after starting gdb.
9404
871a186e
PA
94052017-10-12 Pedro Alves <palves@redhat.com>
9406
9407 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9408 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9409 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9410 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9411
56d704da
AK
94122017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9413
9414 * gdb.arch/arc-tdesc-cpu.exp: New file.
9415 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9416
2f20e312
SM
94172017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9418
9419 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9420
65630365
PA
94212017-10-10 Pedro Alves <palves@redhat.com>
9422
9423 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9424 expect CLI output.
9425
bf469271
PA
94262017-10-10 Pedro Alves <palves@redhat.com>
9427
9428 * lib/selftest-support.exp (selftest_setup): Update for
9429 captured_command_loop's prototype change.
9430
777a42f1
PA
94312017-10-09 Pedro Alves <palves@redhat.com>
9432
9433 Test both arch1=>arch2 and arch2=>arch1.
9434
9435 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9436 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9437 factored out to...
9438 (append_arch1_options, append_arch2_options, append_arch_options)
9439 (build_executables): New procedures.
9440 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9441 local.
9442 (top level): Add new 'first_arch' testing axis.
9443
cbd2b4e3
PA
94442017-10-09 Pedro Alves <palves@redhat.com>
9445
9446 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9447 (barrier): New.
9448 (thread_start, all_started): New functions.
9449 (main): Spawn new thread and wait until it is scheduled.
9450 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9451 option.
9452 (do_test): Add 'selected_thread' parameter. Run to all_started
9453 instead of main. Explicitly set the breakpoint at main. Switch
9454 to the SELECTED_THREAD thread.
9455 (top level): Test handling the exec event with either the main
9456 thread or the second thread selected.
9457
5c9e4427
PA
94582017-10-09 Pedro Alves <palves@redhat.com>
9459
9460 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9461 logic. Move STOP marker after the value checks.
9462 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9463 regexp.
9464
b3b7c423
SL
94652017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9466
9467 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9468
3b4b2f16
UW
94692017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9470
9471 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9472 integer-to-dfp conversion.
9473 * gdb.base/dfp-test.exp: Likewise.
9474
5cd63fda
PA
94752017-10-04 Pedro Alves <palves@redhat.com>
9476
9477 * gdb.multi/hangout.c: Include <unistd.h>.
9478 (hangout_loop): New function.
9479 (main): Call alarm. Call hangout_loop in a loop.
9480 * gdb.multi/hello.c: Include <unistd.h>.
9481 (hello_loop): New function.
9482 (main): Call alarm. Call hangout_loop in a loop.
9483 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9484 inferior with the other selected.
9485
4c71c105
SM
94862017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9487
9488 * gdb.mi/list-thread-groups-available.exp: New file.
9489 * gdb.mi/list-thread-groups-available.c: New file.
9490
bc3b087d
SDJ
94912017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9492
9493 * gdb.base/set-cwd.exp: Make it available on
9494 native-extended-gdbserver.
9495
d092c5a2
SDJ
94962017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9497
9498 * gdb.base/set-cwd.c: New file.
9499 * gdb.base/set-cwd.exp: Likewise.
9500
45320ffa
TT
95012017-10-02 Tom Tromey <tom@tromey.com>
9502
9503 PR rust/22236:
9504 * gdb.rust/simple.rs (main): New variable "fslice".
9505 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9506
b3e3859b
TT
95072017-10-02 Tom Tromey <tom@tromey.com>
9508
9509 * gdb.rust/simple.exp: Test ptype of a slice.
9510
01af5e0d
TT
95112017-10-02 Tom Tromey <tom@tromey.com>
9512
9513 * gdb.rust/simple.exp: Test index of slice.
9514
a9bbfbd8
TT
95152017-09-27 Tom Tromey <tom@tromey.com>
9516
9517 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9518
df8899e5
TP
95192017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9520 Pedro Alves <palves@redhat.com>
9521
9522 * gdb.base/compare-sections.exp (get value of read-only section): Read
9523 as unsigned value.
9524 (corrupt read-only section): Likewise and don't set written if patching
9525 failed.
9526
757bf54b
KB
95272017-09-21 Kevin Buettner <kevinb@redhat.com>
9528
9529 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9530 files.
9531
06871ae8
PA
95322017-09-20 Pedro Alves <palves@redhat.com>
9533
9534 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9535 symbol names in gdb's output.
9536 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9537
e5f25bc5
PA
95382017-09-20 Pedro Alves <palves@redhat.com>
9539
9540 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9541 Rename to ...
9542 (test_list_ambiguous_symbol): ... this and add a symbol name
9543 parameter. Adjust.
9544 (test_list_ambiguous_function): Reimplement on top of
9545 test_list_ambiguous_symbol and also test listing ambiguous
9546 variables.
9547 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9548 (ambiguous_fun): ... this.
9549 (ambiguous_var): New.
9550 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9551 (ambiguous_fun): ... this.
9552 (ambiguous_var): New.
9553
4e5a4f58
JB
95542017-09-19 John Baldwin <jhb@FreeBSD.org>
9555
9556 * gdb.base/starti.c: New file.
9557 * gdb.base/starti.exp: New file.
9558 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9559
26e53f3e
PA
95602017-09-14 Pedro Alves <palves@redhat.com>
9561
9562 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9563 (top level): Use it instead of runto.
9564
cb791d59
TT
95652017-09-11 Tom Tromey <tom@tromey.com>
9566
9567 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9568
7c96f8c1
TT
95692017-09-11 Tom Tromey <tom@tromey.com>
9570
9571 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9572 * gdb.python/py-inferior.exp: Add tests for new inferior events.
9573
469412dd
CW
95742017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
9575
9576 * gdb.fortran/printing-types.exp: New file.
9577 * gdb.fortran/printing-types.exp: New file.
9578
e0f86435
BH
95792017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9580
9581 * gdb.fortran/vla-ptype.exp: Fix typos.
9582 * gdb.fortran/vla-value.exp: Same.
9583
9e9af4be
BH
95842017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
9585
9586 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9587 * gdb.mi/mi-var-child-f.exp: Likewise.
9588 * gdb.mi/mi-vla-fortran.exp: Likewise.
9589
a5ad232b 95902017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
9591 Christoph Weinmann <christoph.t.weinmann@intel.com>
9592 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
9593
9594 * gdb.fortran/ptr-indentation.f90: New file.
9595 * gdb.fortran/ptr-indentation.exp: New file.
9596
5aec60eb
TT
95972017-09-05 Tom Tromey <tom@tromey.com>
9598
9599 PR gdb/22010:
9600 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
9601
8f8f8152
TP
96022017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9603
9604 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9605
fbd1b771
JK
96062017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9607
9608 * gdb.threads/tls-nodebug-pie.c: New file.
9609 * gdb.threads/tls-nodebug-pie.exp: New file.
9610
5eb5f850
TT
96112017-09-05 Tom Tromey <tom@tromey.com>
9612
9613 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
9614 for rust.
9615
ae780a21
SM
96162017-09-05 Simon Marchi <simon.marchi@ericsson.com>
9617
9618 * gdb.multi/multi-arch-exec.exp: Test with different
9619 "follow-exec-mode" settings.
9620 (do_test): New procedure.
9621
3693fdb3
PA
96222017-09-04 Pedro Alves <palves@redhat.com>
9623
9624 * gdb.base/func-static.c (S::method const, S::method volatile)
9625 (S::method volatile const): New methods.
9626 (c_s, v_s, cv_s): New instances.
9627 (main): Call method() on them.
9628 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
9629 (cannot_resolve): New procedure.
9630 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
9631 print-quote-unquoted columns.
9632 (do_test): Test printing each scope too.
9633
e68cb8e0
PA
96342017-09-04 Pedro Alves <palves@redhat.com>
9635
9636 * gdb.base/local-static.exp: Also test with
9637 class::method::variable wholly quoted.
9638 * gdb.cp/m-static.exp (class::method::variable): Remove test.
9639
858be34c
PA
96402017-09-04 Pedro Alves <palves@redhat.com>
9641
9642 * gdb.base/local-static.c: New.
9643 * gdb.base/local-static.cc: New.
9644 * gdb.base/local-static.exp: New.
9645
46a4882b
PA
96462017-09-04 Pedro Alves <palves@redhat.com>
9647
9648 * gdb.asm/asm-source.exp: Add casts to int.
9649 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
9650 (dataglobal64_1, dataglobal64_2): New globals.
9651 * gdb.base/nodebug.exp: Test different expressions involving the
9652 new globals, with print, whatis and ptype. Add casts to int.
9653 * gdb.base/solib-display.exp: Add casts to int.
9654 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
9655 * gdb.cp/m-static.exp: Add cast to int.
9656 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
9657 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
9658 tls variable with no debug info without a cast. Test with a cast
9659 to int too.
9660 * gdb.trace/entry-values.exp: Add casts.
9661
2c5a2be1
PA
96622017-09-04 Pedro Alves <palves@redhat.com>
9663
9664 * gdb.base/nodebug.exp: Test that ptype's error about functions
9665 with unknown return type includes the function name too.
9666
7022349d
PA
96672017-09-04 Pedro Alves <palves@redhat.com>
9668
9669 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
9670 return type of munmap in infcall.
9671 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
9672 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
9673 type of ftell in infcall.
9674 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
9675 type of getpid in infcall.
9676 * gdb.base/infcall-exec.exp: Cast return type of execlp in
9677 infcall.
9678 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
9679 Bail on failure to extract the pid.
9680 * gdb.base/nodebug.c: #include <stdint.h>.
9681 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
9682 New functions.
9683 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
9684 Change expected output of print/whatis/ptype with functions with
9685 no debug info. Test all supported languages. Call
9686 test_call_promotion.
9687 * gdb.compile/compile.exp: Adjust expected output to expect
9688 warning.
9689 * gdb.threads/siginfo-threads.exp: Likewise.
9690
54990598
PA
96912017-09-04 Pedro Alves <palves@redhat.com>
9692
9693 * gdb.base/callfuncs.exp (do_function_calls): New parameter
9694 "prototypes". Test calling float functions via prototyped and
9695 unprototyped function pointers.
9696 (perform_all_tests): New parameter "prototypes". Pass it down.
9697 (top level): Pass down "prototypes" parameter to
9698 perform_all_tests.
9699
34d16ea2
SM
97002017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9701
9702 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
9703 Test with nested loops.
9704
9521ecda
SM
97052017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9706
9707 * gdb.base/commands.exp: Call the new procedures.
9708 (loop_break_test, loop_continue_test): New procedures.
9709
80a65e9b
SM
97102017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9711
9712 * gdb.base/commands.exp: Call new procedure.
9713 (define_if_without_arg_test): New procedure.
9714
e439fa14
PA
97152017-09-04 Pedro Alves <palves@redhat.com>
9716
9717 * gdb.base/list-ambiguous.exp: New file.
9718 * gdb.base/list-ambiguous0.c: New file.
9719 * gdb.base/list-ambiguous1.c: New file.
9720 * gdb.base/list.exp (test_list_range): Adjust expected output.
9721
0a2dde4a
SDJ
97222017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9723
9724 * gdb.base/share-env-with-gdbserver.c: New file.
9725 * gdb.base/share-env-with-gdbserver.exp: Likewise.
9726
5e89eb3a
SM
97272017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9728
9729 * gdb.base/commands.exp (gdbvar_simple_if_test,
9730 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
9731 progvar_simple_if_test, progvar_simple_while_test,
9732 progvar_complex_if_while_test, user_defined_command_test,
9733 user_defined_command_args_eval,
9734 user_defined_command_args_stack_test,
9735 user_defined_command_manyargs_test, bp_deleted_in_command_test,
9736 temporary_breakpoint_commands,
9737 gdb_test_no_prompt, redefine_hook_test,
9738 redefine_backtrace_test): Remove "global gdb_prompt".
9739
fd437cbc
SM
97402017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9741
9742 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
9743 New proc, call it from toplevel.
9744
87215ad1
SDJ
97452017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
9746
9747 PR remote/21852
9748 * gdb.server/normal.c: New file, copied from gdb.base.
9749 * gdb.server/run-without-local-binary.exp: New file.
9750
58afddc6
WP
97512017-08-07 Weimin Pan <weimin.pan@oracle.com>
9752
9753 * gdb.arch/sparc64-adi.exp: New file.
9754 * gdb.arch/sparc64-adi.c: New file.
9755
5277199a
PA
97562017-08-22 Pedro Alves <palves@redhat.com>
9757
9758 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9759 (top level): Add "list all overloads" tests.
9760
14278e1f
TT
97612017-08-22 Tom Tromey <tom@tromey.com>
9762
9763 * gdb.gdb/xfullpath.exp: Remove.
9764
bf223d3e
PA
97652017-08-21 Pedro Alves <palves@redhat.com>
9766
9767 PR gdb/19487
9768 * gdb.base/symbol-alias.c: New.
9769 * gdb.base/symbol-alias2.c: New.
9770 * gdb.base/symbol-alias.exp: New.
9771
c973d0aa
PA
97722017-08-21 Pedro Alves <palves@redhat.com>
9773
9774 * gdb.base/dfp-test.c
9775 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9776 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9777 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9778 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9779 * gdb.base/whatis-ptype-typedefs.c: New.
9780 * gdb.base/whatis-ptype-typedefs.exp: New.
9781 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9782 (an_int, an_int_type, an_int_type2): New globals.
9783 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9784 involving typedefs and cast expressions.
9785 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9786 (lookup_typedefs_function): New.
9787 (typedefs_pretty_printers_dict): New.
9788 (top level): Register lookup_typedefs_function in
9789 gdb.pretty_printers.
9790
6d580b63
YQ
97912017-08-18 Yao Qi <yao.qi@linaro.org>
9792
9793 * gdb.server/unittest.exp: New.
9794
206726fb
SDJ
97952017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9796
9797 PR gdb/21954
9798 * gdb.base/environ.exp: Add test to check if 'unset environment'
9799 works.
9800
bf0ec4c2
AA
98012017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9802
9803 * lib/gdb.exp (universal_compile_options): New caching proc.
9804 (gdb_compile): Suppress GCC's coloring of messages.
9805
d6382fff
TT
98062017-08-14 Tom Tromey <tom@tromey.com>
9807
9808 PR gdb/21675:
9809 * gdb.base/printcmds.exp (test_radices): New function.
9810 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9811 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9812 * lib/gdb.exp (get_integer_valueof): Use p/d.
9813
c2c2dd9f
SM
98142017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9815
9816 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9817 characters.
9818
fdffd6f4
TT
98192017-08-05 Tom Tromey <tom@tromey.com>
9820
9821 * gdb.rust/simple.exp: Allow String to appear in a different
9822 namespace.
9823
27d41eac
YQ
98242017-07-26 Yao Qi <yao.qi@linaro.org>
9825
9826 * gdb.gdb/unittest.exp: Invoke command
9827 "maintenance check xml-descriptions".
9828
031ed05d
AA
98292017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9830
9831 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9832 calling context.
9833 (hex128): Drop erroneous calculation of parameters.
9834
dcd27ddf
SM
98352017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9836
9837 * gdb.python/py-unwind.exp: Disable stack protection when
9838 building test file.
9839
47e77640
PA
98402017-07-20 Pedro Alves <palves@redhat.com>
9841
9842 * gdb.base/default.exp (set language): Adjust expected output.
9843
62d2a18a
PA
98442017-07-20 Pedro Alves <palves@redhat.com>
9845
9846 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9847 (test_minsym): ... this, and make static.
9848 (get_pck__foo__bar__minsym): Rename to ...
9849 (get_test_minsym): ... this.
9850 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9851 symbol names and comments.
9852 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9853 (get_test_minsym): ... this.
9854 (pck__foo__bar__minsym__2): Rename to ...
9855 (test_minsym): ... this.
9856 (main): Adjust.
9857
c45ec17c
PA
98582017-07-17 Pedro Alves <palves@redhat.com>
9859
9860 * gdb.base/completion.exp: Adjust expected output.
9861 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9862 the completer works.
9863
c6756f62
PA
98642017-07-17 Pedro Alves <palves@redhat.com>
9865
9866 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9867
5bd68487
AB
98682017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9869
9870 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9871
8880f2a9
TT
98722017-07-14 Tom Tromey <tom@tromey.com>
9873
9874 PR rust/21764:
9875 * gdb.rust/simple.exp: Add tests.
9876
65547233
TT
98772017-07-14 Tom Tromey <tom@tromey.com>
9878
9879 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9880
8f14146e
PA
98812017-07-14 Pedro Alves <palves@redhat.com>
9882
9883 * gdb.linespec/base/one/thefile.cc (z1): New function.
9884 * gdb.linespec/base/two/thefile.cc (z2): New function.
9885 * gdb.linespec/linespec.exp: Add tests.
9886
b4365d02
AB
98872017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9888
9889 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9890 to mi_create_breakpoint.
9891
5d2cbaa5
AB
98922017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9893
9894 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9895 mi_create_breakpoint.
9896
11cb5716
IB
98972017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9898
9899 * gdb.dlang/demangle.exp: Update for demangling changes.
9900
03278692
TT
99012017-07-09 Tom Tromey <tom@tromey.com>
9902
9903 * gdb.dwarf2/shortpiece.exp: New file.
9904
33c5cd75
DB
99052017-07-06 David Blaikie <dblaikie@gmail.com>
9906
9907 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9908 built from fissiont-multi-cu{1,2}.c.
9909 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9910 except putting 'main' and 'func' in separate CUs in the same DWO file.
9911 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9912 test.
9913 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9914 test.
9915
8455d262
PA
99162017-07-06 Pedro Alves <palves@redhat.com>
9917
9918 * gdb.python/py-unwind.exp: Test flushregs.
9919
dc4bde35
SDJ
99202017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9921
9922 PR cli/21688
9923 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9924 tests for alias commands and trailing whitespace.
9925
51ed89aa
SDJ
99262017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9927
9928 PR cli/21688
9929 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9930 procedure. Call it.
9931
eb17d413
PA
99322017-06-29 Pedro Alves <palves@redhat.com>
9933
9934 * gdb.base/printcmds.exp: Add tests.
9935
41664b45
DG
99362017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9937
9938 PR gdb/21337
9939 * gdb.base/reread-readsym.exp: New file.
9940 * gdb.base/reread-readsym.c: New file.
9941
75312ae3
KB
99422017-06-21 Kevin Buettner <kevinb@redhat.com>
9943
9944 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9945 subpattern.
9946
66953522
PB
99472017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9948
9949 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9950 extended mnemonic.
9951 * gdb.arch/powerpc-power9.s: Likewise.
9952
5524b525
AA
99532017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9954
9955 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9956 on 32-bit x86 targets. Exploit is_*_target macros where
9957 appropriate.
9958
03c8af18
AA
99592017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9960
9961 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9962 register pieces.
9963
3bf31011
AA
99642017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9965
9966 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9967 located in one or more DWARF pieces.
9968
805acca0
AA
99692017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9970
9971 * lib/gdb.exp (get_endianness): New proc.
9972 * gdb.arch/aarch64-fp.exp: Use it.
9973 * gdb.arch/altivec-regs.exp: Likewise.
9974 * gdb.arch/e500-regs.exp: Likewise.
9975 * gdb.arch/vsx-regs.exp: Likewise.
9976 * gdb.base/dump.exp: Likewise.
9977 * gdb.base/funcargs.exp: Likewise.
9978 * gdb.base/gnu_vector.exp: Likewise.
9979 * gdb.dwarf2/formdata16.exp: Likewise.
9980 * gdb.dwarf2/implptrpiece.exp: Likewise.
9981 * gdb.dwarf2/nonvar-access.exp: Likewise.
9982 * gdb.python/py-inferior.exp: Likewise.
9983 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9984
e9352324
AA
99852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9986
9987 PR gdb/21226
9988 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9989 stack value pieces are taken from the LSB end.
9990
d5d1163e
AA
99912017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9992
9993 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9994 variable at nonzero offset.
9995
0567c986
AA
99962017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9997
9998 * gdb.dwarf2/var-access.c: New file.
9999 * gdb.dwarf2/var-access.exp: New test.
10000 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
10001
973e9aab
TT
100022017-06-12 Tom Tromey <tom@tromey.com>
10003
10004 * gdb.dwarf2/formdata16.exp: Add tests.
10005
d9109c80
TT
100062017-06-12 Tom Tromey <tom@tromey.com>
10007
10008 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
10009
30a25466
TT
100102017-06-12 Tom Tromey <tom@tromey.com>
10011
10012 PR exp/16225:
10013 * gdb.reverse/i386-sse-reverse.exp: Update tests.
10014 * gdb.arch/vsx-regs.exp: Update tests.
10015 * gdb.arch/s390-vregs.exp (hex128): New proc.
10016 Update test.
10017 * gdb.arch/altivec-regs.exp: Update tests.
10018
aefd8b33
SDJ
100192017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
10020
10021 * gdb.base/startup-with-shell.c: New file.
10022 * gdb.base/startup-with-shell.exp: Likewise.
10023
2090129c
SDJ
100242017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
10025
10026 * gdb.server/non-existing-program.exp: Update regex in order to
10027 reflect the fact that gdbserver is now using fork_inferior (with a
10028 shell) to startup the inferior.
10029
8e86a419
SM
100302017-05-30 Simon Marchi <simon.marchi@ericsson.com>
10031
10032 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
10033 support function calls from GDB.
10034
e6cf65f2
TT
100352017-05-21 Tom Tromey <tom@tromey.com>
10036
10037 PR rust/21466:
10038 * gdb.rust/unsized.exp: New file.
10039 * gdb.rust/unsized.rs: New file.
10040
43cc5389
TT
100412017-05-19 Tom Tromey <tom@tromey.com>
10042
10043 PR rust/21484:
10044 * gdb.rust/watch.exp: New file.
10045 * gdb.rust/watch.rs: New file.
10046
ec8df234
TT
100472017-05-18 Tom Tromey <tom@tromey.com>
10048
10049 * gdb.rust/simple.exp: Allow Box to be qualified.
10050
3e3e7fae
TP
100512017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
10052
10053 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
10054
59cc050d
PA
100552017-05-18 Pedro Alves <palves@redhat.com>
10056
10057 * gdb.base/fileio.c (test_write, test_read, test_close)
10058 (test_fstat): Don't print 'ret' in the fail path.
10059
c8f6abd1
PA
100602017-05-18 Pedro Alves <palves@redhat.com>
10061
10062 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
10063 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
10064 (test_system, test_rename, test_unlink, test_time): Change
10065 prototypes.
10066 * gdb.base/fileio.exp (stop_msg): Adjust.
10067
d2a03b77
PA
100682017-05-18 Pedro Alves <palves@redhat.com>
10069
10070 * gdb.base/fileio.c (null_str): New global.
10071 (test_stat): Use it.
10072 * gdb.base/fileio.exp: Remove nowarnings.
10073
0d5c6999
YQ
100742017-05-17 Yao Qi <yao.qi@linaro.org>
10075
10076 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
10077
21873064
YQ
100782017-05-17 Simon Marchi <simon.marchi@ericsson.com>
10079
10080 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
10081 argument command.
10082 (top-level): Invoke test_set_inferior_tty.
10083
d512d31c
PA
100842017-05-04 Pedro Alves <palves@redhat.com>
10085
10086 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
10087 Add parens to print call for Python 3.
10088
90cef2ed
KS
100892017-05-03 Keith Seitz <keiths@redhat.com>
10090
10091 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
10092 (main): Call it.
10093
14f819c8
TW
100942017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10095
10096 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
10097 to prev and next.
10098
913aeadd
TW
100992017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10100
10101 * gdb.python/py-record-btrace.exp: Remove test for
10102 gdb.BtraceInstruction.error.
10103
a3be24ad
TW
101042017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10105
10106 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
10107
ae20e79a
TW
101082017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10109
10110 * gdb.python/py-record-btrace-threads.c: New file.
10111 * gdb.python/py-record-btrace-threads.exp: New file.
10112
45ce1b47
SDJ
101132017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
10114
10115 PR testsuite/8595
10116 * gdb.base/environ.exp: Make test available in all architectures.
10117 Move bits related to "info program" testing to
10118 gdb.base/info-program.exp. Rewrite tests to use the two new
10119 procedures mentione below.
10120 (test_set_show_env_var) New procedure.
10121 (test_set_show_env_var_equal): Likewise.
10122 * gdb.base/info-program.exp: New file.
10123
e15c3eb4
KS
101242017-04-27 Keith Seitz <keiths@redhat.com>
10125
10126 * gdb.cp/oranking.cc (test15): New function.
10127 (main): Call test15 and declare additional variables for testing.
10128 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
10129 "p foo101('abc')" tests.
10130 Add tests for cv qualifier overloads.
10131 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
10132 "lvalue reference overload" test.
10133 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
10134 "print value of f1 on Child&& in f2" test.
10135
3a3fd0fd
PA
101362017-04-19 Pedro Alves <palves@redhat.com>
10137
10138 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
10139 procedure.
10140 (top level): Call it.
10141 * lib/gdb.exp (gdb_define_cmd): New procedure.
10142
53375380
PA
101432017-04-12 Pedro Alves <palves@redhat.com>
10144
10145 PR gdb/21323
10146 * gdb.cp/wide_char_types.c: Include <wchar.h>.
10147 (wchar): New global.
10148 * gdb.cp/wide_char_types.exp (wide_char_types_program)
10149 (do_test_wide_char, wide_char_types_no_program, top level): Add
10150 wchar_t testing.
10151
53e710ac
PA
101522017-04-12 Pedro Alves <palves@redhat.com>
10153
10154 PR c++/21323
10155 * gdb.cp/wide_char_types.c: New file.
10156 * gdb.cp/wide_char_types.exp: New file.
10157
0ad9d8c7
SDJ
101582017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
10159
10160 PR gdb/21352
10161 * gdb.trace/tsv.exp: Add test for "tsave -r".
10162
b1b45502
IB
101632017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
10164
10165 * gdb.dlang/watch-loc.c: New file.
10166 * gdb.dlang/watch-loc.exp: New file.
10167
ec13808e
JK
101682017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10169
10170 * gdb.python/py-section-script.exp (sepdebug): New testcases.
10171
fe5f7374
AK
101722017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10173
10174 * gdb.arch/arc-analyze-prologue.S: New file.
10175 * gdb.arch/arc-analyze-prologue.exp: Likewise.
10176
eea78757
AK
101772017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10178
10179 * gdb.arch/arc-decode-insn.S: New file.
10180 * gdb.arch/arc-decode-insn.exp: Likewise.
10181
5badf10a
IR
101822017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
10183
10184 PR tdep/20928
10185 * gdb.arch/sparc64-regs.exp: New file.
10186 * gdb.arch/sparc64-regs.S: Likewise.
10187
cee59b3f
TW
101882017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
10189
10190 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
10191 and memory view on Python 3.
10192
c0f55cc6
AV
101932017-03-20 Artemiy Volkov <artemiyv@acm.org>
10194 Keith Seitz <keiths@redhat.com>
10195
10196 PR gdb/14441
10197 * gdb.cp/demangle.exp: Add rvalue reference tests.
10198 * gdb.cp/rvalue-ref-casts.cc: New file.
10199 * gdb.cp/rvalue-ref-casts.exp: New file.
10200 * gdb.cp/rvalue-ref-overload.cc: New file.
10201 * gdb.cp/rvalue-ref-overload.exp: New file.
10202 * gdb.cp/rvalue-ref-params.cc: New file.
10203 * gdb.cp/rvalue-ref-params.exp: New file.
10204 * gdb.cp/rvalue-ref-sizeof.cc: New file.
10205 * gdb.cp/rvalue-ref-sizeof.exp: New file.
10206 * gdb.cp/rvalue-ref-types.cc: New file.
10207 * gdb.cp/rvalue-ref-types.exp: New file.
10208 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
10209 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
10210
51457a05
MAL
102112017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10212
10213 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
10214 New procedure.
10215
5b291c04
MAL
102162017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10217
10218 * lib/mi-support.exp (mi_gdb_test): Add additional message
10219 for unexpected output.
10220
59a56148
AA
102212017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10222
10223 * gdb.base/examine-backward.c (Barrier): New character array
10224 constant, to ensure that TestStrings is preceded by a string
10225 terminator.
10226
7942e96e
AA
102272017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10228
10229 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10230 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10231 and implicit pointer into such a location.
10232
6ebac3fb
DE
102332017-03-16 Doug Evans <dje@google.com>
10234
10235 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10236
ec3b243d
TP
102372017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10238
10239 * gdb.cp/m-static.exp: Fix expectation for prototype of
10240 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
10241
102422017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
10243
10244 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10245 * gdb.guile/scm-lazy-string.c: New file.
10246 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10247 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10248 for pointer, array, typedef lazy strings.
10249
2cc36e25 102502017-03-16 Doug Evans <dje@google.com>
34b43320
DE
10251
10252 PR python/17728, python/18439, python/18779
10253 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10254 * gdb.python/py-lazy-string.c (pointer): New typedef.
10255 (main): New locals ptr, array, typedef_ptr.
10256 * gdb.python/py-value.exp: Move lazy string tests to ...
10257 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10258 array, typedef lazy strings.
ec3b243d 10259
0efcde63
AK
102602017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10261
10262 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10263 Add optional 'test' parameter.
10264
7978d7c3
SM
102652017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10266
10267 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10268 Skip for versions of DejaGnu < 1.5.
10269
896c0c1e
SM
102702017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10271
10272 * lib/gdb.exp (dejagnu_version): New proc.
10273 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10274 Use dejagnu_version.
10275
5f4d1085
KS
102762017-03-10 Keith Seitz <keiths@redhat.com>
10277
10278 PR c++/8128
10279 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10280 type from destructor regexps.
10281 Add a branch which actually passes the test.
10282 Adjust "ptype t5i" test names.
10283
1de05205
PA
102842017-03-08 Pedro Alves <palves@redhat.com>
10285
10286 * gdb.base/step-over-exit.exp: Add explicit test message.
10287
c65d6b55
PA
102882017-03-08 Pedro Alves <palves@redhat.com>
10289
10290 PR gdb/18360
10291 * gdb.threads/interrupt-while-step-over.c: New file.
10292 * gdb.threads/interrupt-while-step-over.exp: New file.
10293
2e86a283
PA
102942017-03-08 Pedro Alves <palves@redhat.com>
10295
10296 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10297 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10298
25dcbff6
PA
102992017-03-08 Pedro Alves <palves@redhat.com>
10300
10301 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10302 PKRU as not supported as a PASS.
10303
dc9366eb
PA
103042017-03-08 Pedro Alves <palves@redhat.com>
10305
10306 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10307 prefix instead of $binfile1/$binfile2.
10308 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10309 in test message.
10310 * gdb.python/py-completion.exp: Use "load python file" as test
10311 messages instead of unstable path names.
10312
6e5d74e7
PA
103132017-03-08 Pedro Alves <palves@redhat.com>
10314 Jan Kratochvil <jan.kratochvil@redhat.com>
10315
10316 PR cli/21218
10317 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10318 New proc.
10319 (top level): Call it.
10320
9753a2f6
PA
103212017-03-08 Pedro Alves <palves@redhat.com>
10322
10323 PR tui/21216
10324 * gdb.tui/tui-nl-filtered-output.exp: New file.
10325
1a4dd9dd
PA
103262017-03-08 Pedro Alves <palves@redhat.com>
10327
10328 * gdb.base/completion.exp: Move TUI completion tests to ...
10329 * gdb.tui/completion.exp: ... this new file.
10330
7cbbff33
PA
103312017-03-08 Pedro Alves <palves@redhat.com>
10332
10333 * gdb.base/tui-disasm-long-lines.c,
10334 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10335 gdb.base/tui-layout.exp: Move to ...
10336 * gdb.tui/: ... this new directory.
10337
5f6fd321
PA
103382017-03-07 Pedro Alves <palves@redhat.com>
10339
10340 * gdb.base/tui-layout.c: New file.
10341 * gdb.base/tui-layout.exp: New file.
10342
44959fa8
PA
103432017-03-07 Pedro Alves <palves@redhat.com>
10344
10345 * gdb.base/tui-layout.c: Rename to ...
10346 * gdb.base/tui-disasm-long-lines.c: ... this.
10347 * gdb.base/tui-layout.exp: Rename to ...
10348 * gdb.base/tui-disasm-long-lines.exp: ... this.
10349
f8c4e718
PA
103502017-03-07 Pedro Alves <palves@redhat.com>
10351
10352 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10353
6dbb839a 103542017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
10355
10356 * i386-mpx-call.c: New file.
10357 * i386-mpx-call.exp: New file.
10358
65b48a81
PB
103592017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10360
10361 * gdb.arch/powerpc-power.exp: Delete test.
10362 * gdb.arch/powerpc-power.s: Likewise.
10363 * gdb.disasm/disassembler-options.exp: New test.
10364 * gdb.arch/powerpc-altivec.exp: Likewise.
10365 * gdb.arch/powerpc-altivec.s: Likewise.
10366 * gdb.arch/powerpc-altivec2.exp: Likewise.
10367 * gdb.arch/powerpc-altivec2.s: Likewise.
10368 * gdb.arch/powerpc-altivec3.exp: Likewise.
10369 * gdb.arch/powerpc-altivec3.s: Likewise.
10370 * gdb.arch/powerpc-power7.exp: Likewise.
10371 * gdb.arch/powerpc-power7.s: Likewise.
10372 * gdb.arch/powerpc-power8.exp: Likewise.
10373 * gdb.arch/powerpc-power8.s: Likewise.
10374 * gdb.arch/powerpc-power9.exp: Likewise.
10375 * gdb.arch/powerpc-power9.s: Likewise.
10376 * gdb.arch/powerpc-vsx.exp: Likewise.
10377 * gdb.arch/powerpc-vsx.s: Likewise.
10378 * gdb.arch/powerpc-vsx2.exp: Likewise.
10379 * gdb.arch/powerpc-vsx2.s: Likewise.
10380 * gdb.arch/powerpc-vsx3.exp: Likewise.
10381 * gdb.arch/powerpc-vsx3.s: Likewise.
10382 * gdb.arch/arm-disassembler-options.exp: Likewise.
10383 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10384 * gdb.arch/s390-disassembler-options.exp: Likewise.
10385
17cd4947
LM
103862017-02-23 Luis Machado <lgustavo@codesourcery.com>
10387
10388 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10389 (check_supported_features): ... this. Changed return type to void.
10390 (supports_rdseed): New static global.
10391 (rdseed): Check supports_rdseed.
10392 (initialize): Call check_supported_features.
10393
2039d74e
EBM
103942017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10395
10396 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10397 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10398 and lqarx/stqcx.
10399 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10400 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10401
a51d7ecf
EBM
104022017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10403
10404 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10405 uppercase.
10406
0224619f
JK
104072017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10408
10409 * gdb.dwarf2/formdata16.c: New file.
10410 * gdb.dwarf2/formdata16.exp: New file.
10411 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10412
216f72a1
JK
104132017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10414
10415 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10416 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10417 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10418 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10419 DW_AT_GNU_*.
10420
43988095
JK
104212017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10422
10423 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10424
99e8a4f9
SDJ
104252017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10426
10427 PR gdb/21164
10428 * gdb.base/maint.exp: Add testcases for when the commands do
10429 not have arguments.
10430
b58a8c0c
TP
104312017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10432
10433 * gdb.cp/chained-calls.exp: Use p instead of P.
10434
4e746bb6
TW
104352017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10436
10437 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10438 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10439
3f77c769
TT
104402017-02-14 Tom Tromey <tom@tromey.com>
10441
10442 PR python/13598:
10443 * gdb.python/py-events.exp: Add before_prompt event tests.
10444
075beec0
AA
104452017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10446
10447 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10448
bf5f525c
LM
104492017-02-13 Luis Machado <lgustavo@codesourcery.com>
10450
10451 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10452 (main): Call my_unique_function_name.
10453 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10454 completion of patterns with a single match.
10455 Add missing -re switches to gdb_test_multiple calls.
10456
13a66184
LM
104572017-02-13 Luis Machado <lgustavo@codesourcery.com>
10458
10459 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10460 return if core file is not recognized.
10461
26a06916
SM
104622017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10463
10464 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10465 and extra UIs.
10466
b761ca9e
SM
104672017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10468
10469 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10470 proc_with_prefix.
10471
b964bee0
TT
104722017-02-10 Tom Tromey <tom@tromey.com>
10473
10474 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10475
18da0c51
MG
104762017-02-10 Martin Galvan <martingalvan@sourceware.org>
10477
10478 PR gdb/21122
10479 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10480
604c4576
JG
104812017-02-08 Jerome Guitton <guitton@adacore.com>
10482
10483 * gdb.base/define.exp: Add test for command abbreviations
10484 in define.
10485
20b477a7
LM
104862017-02-06 Luis Machado <lgustavo@codesourcery.com>
10487
10488 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10489 * gdb.reverse/insn-reverse-x86.c: New file.
10490
3f7b46f2
IR
104912017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10492
10493 PR tdep/20936
10494 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10495
f0fd41c1
TT
104962017-02-03 Tom Tromey <tom@tromey.com>
10497
10498 PR rust/21097:
10499 * gdb.rust/simple.exp: Add new tests.
10500
5be5dbf0
PA
105012017-02-02 Pedro Alves <palves@redhat.com>
10502
10503 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10504 tests.
10505
7346ef59
AA
105062017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10507
10508 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10509 taking a 2-byte value out of a 4-byte DWARF implicit value on
10510 big-endian targets.
10511 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10512 logic. Add test cases for DW_OP_implicit.
10513
787f0025
MM
105142017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10515
10516 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10517
68777c29
MM
105182017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10519
10520 * gdb.btrace/enable.exp: Call gdb_exit before
10521 skip_gdbserver_tests.
10522
0a1c7e28
MM
105232017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10524
10525 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10526 GDBFLAGS.
10527
b5ac99b0
MM
105282017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10529
10530 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10531 the test is skipped.
10532 * gdb.btrace/data.exp: Likewise.
10533 * gdb.btrace/delta.exp: Likewise.
10534 * gdb.btrace/dlopen.exp: Likewise.
10535 * gdb.btrace/enable-running.exp: Likewise.
10536 * gdb.btrace/enable.exp: Likewise.
10537 * gdb.btrace/exception.exp: Likewise.
10538 * gdb.btrace/function_call_history.exp: Likewise.
10539 * gdb.btrace/gcore.exp: Likewise.
10540 * gdb.btrace/instruction_history.exp: Likewise.
10541 * gdb.btrace/multi-thread-step.exp: Likewise.
10542 * gdb.btrace/nohist.exp: Likewise.
10543 * gdb.btrace/non-stop.exp: Likewise.
10544 * gdb.btrace/reconnect.exp: Likewise.
10545 * gdb.btrace/record_goto-step.exp: Likewise.
10546 * gdb.btrace/record_goto.exp: Likewise.
10547 * gdb.btrace/rn-dl-bind.exp: Likewise.
10548 * gdb.btrace/segv.exp: Likewise.
10549 * gdb.btrace/step.exp: Likewise.
10550 * gdb.btrace/stepi.exp: Likewise.
10551 * gdb.btrace/tailcall-only.exp: Likewise.
10552 * gdb.btrace/tailcall.exp: Likewise.
10553 * gdb.btrace/tsx.exp: Likewise.
10554 * gdb.btrace/unknown_functions.exp: Likewise.
10555 * gdb.btrace/vdso.exp: Likewise.
10556
cd4007e4
MM
105572017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10558
10559 * gdb.btrace/enable-running.c: New.
10560 * gdb.btrace/enable-running.exp: New.
10561
2735833d
WT
105622017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10563
10564 * gdb.arch/amd64-gs_base.c: New file.
10565 * gdb.arch/amd64-gs_base.exp: New file.
10566
b51e1e94
LM
105672017-01-26 Luis Machado <lgustavo@codesourcery.com>
10568
10569 * lib/memory.exp: Remove spurious empty newlines.
10570
72ca0410
SM
105712017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10572
10573 * gdb.python/py-bad-printers.exp: Load python file using "source".
10574 * gdb.python/py-events.exp: Likewise.
10575 * gdb.python/py-evsignal.exp: Likewise.
10576 * gdb.python/py-evthreads.exp: Likewise.
10577 * gdb.python/py-frame-args.exp: Likewise.
10578 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
10579 * gdb.python/py-framefilter-mi.exp: Likewise.
10580 * gdb.python/py-framefilter.exp: Likewise.
10581 * gdb.python/py-mi.exp: Likewise.
10582 * gdb.python/py-pp-maint.exp: Likewise.
10583 * gdb.python/py-pp-registration.exp: Likewise.
10584 * gdb.python/py-prettyprint.exp: Likewise.
10585 (run_lang_tests): Likewise.
10586 * gdb.python/py-typeprint.exp: Likewise.
10587
e309aa65
LM
105882017-01-26 Luis Machado <lgustavo@codesourcery.com>
10589
10590 * lib/memory.exp: New file.
10591 * lib/gdb.exp: Load memory.exp.
10592 * gdb.base/memattr.exp (delete_memory): Move proc to
10593 lib/memory.exp and rename to delete_memory_regions.
10594 Replace delete_memory with delete_memory_regions.
10595 Cleanup memory regions before tests.
10596 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
10597 before tests.
10598
515aff23
LM
105992017-01-26 Luis Machado <lgustavo@codesourcery.com>
10600
10601 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
10602 files.
10603 (initialize): New function conditionally defined.
10604 (testcases): Move within conditional block.
10605 (main): Call initialize.
10606 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
10607 of gdb.reverse/insn-reverse.c.
10608 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
10609 gdb.reverse/insn-reverse.c.
10610
d8b49cf0
YQ
106112017-01-26 Yao Qi <yao.qi@linaro.org>
10612
10613 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
10614 disassemble on address 0.
10615
f13a9a0c
YQ
106162017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10617 Yao Qi <yao.qi@linaro.org>
10618
10619 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
10620 * gdb.dwarf2/implptr-64bit.S: Remove.
10621 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
10622 variables in caller's context. Add DW_OP_implicit_value.
10623
5ac95241
YQ
106242017-01-25 Yao Qi <yao.qi@linaro.org>
10625
10626 * lib/dwarf.exp (Dwarf::_location): Handle
10627 DW_OP_GNU_implicit_pointer with proper size.
10628
23e82930
LM
106292017-01-20 Luis Machado <lgustavo@codesourcery.com>
10630
10631 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
10632 and add untested calls.
10633
d334ae25
LM
106342017-01-20 Luis Machado <lgustavo@codesourcery.com>
10635
10636 * gdb.python/python.exp: Check line number against what GDB thinks
10637 the line number is for func1.
10638
f5e6296e
IB
106392017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
10640
10641 * gdb.dlang/debug-expr.exp: New file.
10642
5b362f04
LM
106432016-12-23 Luis Machado <lgustavo@codesourcery.com>
10644
10645 Fix test names for the following files:
10646
10647 * gdb.ada/exec_changed.exp
10648 * gdb.ada/info_types.exp
10649 * gdb.arch/aarch64-atomic-inst.exp
10650 * gdb.arch/aarch64-fp.exp
10651 * gdb.arch/altivec-abi.exp
10652 * gdb.arch/altivec-regs.exp
10653 * gdb.arch/amd64-byte.exp
10654 * gdb.arch/amd64-disp-step.exp
10655 * gdb.arch/amd64-dword.exp
10656 * gdb.arch/amd64-entry-value-inline.exp
10657 * gdb.arch/amd64-entry-value-param.exp
10658 * gdb.arch/amd64-entry-value-paramref.exp
10659 * gdb.arch/amd64-entry-value.exp
10660 * gdb.arch/amd64-i386-address.exp
10661 * gdb.arch/amd64-invalid-stack-middle.exp
10662 * gdb.arch/amd64-invalid-stack-top.exp
10663 * gdb.arch/amd64-optimout-repeat.exp
10664 * gdb.arch/amd64-prologue-skip.exp
10665 * gdb.arch/amd64-prologue-xmm.exp
10666 * gdb.arch/amd64-stap-special-operands.exp
10667 * gdb.arch/amd64-stap-wrong-subexp.exp
10668 * gdb.arch/amd64-tailcall-cxx.exp
10669 * gdb.arch/amd64-tailcall-noret.exp
10670 * gdb.arch/amd64-tailcall-ret.exp
10671 * gdb.arch/amd64-tailcall-self.exp
10672 * gdb.arch/amd64-word.exp
10673 * gdb.arch/arm-bl-branch-dest.exp
10674 * gdb.arch/arm-disp-step.exp
10675 * gdb.arch/arm-neon.exp
10676 * gdb.arch/arm-single-step-kernel-helper.exp
10677 * gdb.arch/avr-flash-qualifier.exp
10678 * gdb.arch/disp-step-insn-reloc.exp
10679 * gdb.arch/e500-abi.exp
10680 * gdb.arch/e500-regs.exp
10681 * gdb.arch/ftrace-insn-reloc.exp
10682 * gdb.arch/i386-avx512.exp
10683 * gdb.arch/i386-bp_permanent.exp
10684 * gdb.arch/i386-byte.exp
10685 * gdb.arch/i386-cfi-notcurrent.exp
10686 * gdb.arch/i386-disp-step.exp
10687 * gdb.arch/i386-dr3-watch.exp
10688 * gdb.arch/i386-float.exp
10689 * gdb.arch/i386-gnu-cfi.exp
10690 * gdb.arch/i386-mpx-map.exp
10691 * gdb.arch/i386-mpx-sigsegv.exp
10692 * gdb.arch/i386-mpx-simple_segv.exp
10693 * gdb.arch/i386-mpx.exp
10694 * gdb.arch/i386-permbkpt.exp
10695 * gdb.arch/i386-prologue.exp
10696 * gdb.arch/i386-signal.exp
10697 * gdb.arch/i386-size-overlap.exp
10698 * gdb.arch/i386-unwind.exp
10699 * gdb.arch/i386-word.exp
10700 * gdb.arch/mips-fcr.exp
10701 * gdb.arch/powerpc-d128-regs.exp
10702 * gdb.arch/powerpc-stackless.exp
10703 * gdb.arch/ppc64-atomic-inst.exp
10704 * gdb.arch/s390-stackless.exp
10705 * gdb.arch/s390-tdbregs.exp
10706 * gdb.arch/s390-vregs.exp
10707 * gdb.arch/sparc-sysstep.exp
10708 * gdb.arch/thumb-bx-pc.exp
10709 * gdb.arch/thumb-singlestep.exp
10710 * gdb.arch/thumb2-it.exp
10711 * gdb.arch/vsx-regs.exp
10712 * gdb.asm/asm-source.exp
10713 * gdb.base/a2-run.exp
10714 * gdb.base/advance.exp
10715 * gdb.base/all-bin.exp
10716 * gdb.base/anon.exp
10717 * gdb.base/args.exp
10718 * gdb.base/arithmet.exp
10719 * gdb.base/async-shell.exp
10720 * gdb.base/async.exp
10721 * gdb.base/attach-pie-noexec.exp
10722 * gdb.base/attach-twice.exp
10723 * gdb.base/auto-load.exp
10724 * gdb.base/bang.exp
10725 * gdb.base/bitfields.exp
10726 * gdb.base/break-always.exp
10727 * gdb.base/break-caller-line.exp
10728 * gdb.base/break-entry.exp
10729 * gdb.base/break-inline.exp
10730 * gdb.base/break-on-linker-gcd-function.exp
10731 * gdb.base/break-probes.exp
10732 * gdb.base/break.exp
10733 * gdb.base/breakpoint-shadow.exp
10734 * gdb.base/call-ar-st.exp
10735 * gdb.base/call-sc.exp
10736 * gdb.base/call-signal-resume.exp
10737 * gdb.base/call-strs.exp
10738 * gdb.base/callfuncs.exp
10739 * gdb.base/catch-fork-static.exp
10740 * gdb.base/catch-gdb-caused-signals.exp
10741 * gdb.base/catch-load.exp
10742 * gdb.base/catch-signal-fork.exp
10743 * gdb.base/catch-signal.exp
10744 * gdb.base/catch-syscall.exp
10745 * gdb.base/charset.exp
10746 * gdb.base/checkpoint.exp
10747 * gdb.base/chng-syms.exp
10748 * gdb.base/code-expr.exp
10749 * gdb.base/code_elim.exp
10750 * gdb.base/commands.exp
10751 * gdb.base/completion.exp
10752 * gdb.base/complex.exp
10753 * gdb.base/cond-expr.exp
10754 * gdb.base/condbreak.exp
10755 * gdb.base/consecutive.exp
10756 * gdb.base/continue-all-already-running.exp
10757 * gdb.base/coredump-filter.exp
10758 * gdb.base/corefile.exp
10759 * gdb.base/dbx.exp
10760 * gdb.base/debug-expr.exp
10761 * gdb.base/define.exp
10762 * gdb.base/del.exp
10763 * gdb.base/disabled-location.exp
10764 * gdb.base/disasm-end-cu.exp
10765 * gdb.base/disasm-optim.exp
10766 * gdb.base/display.exp
10767 * gdb.base/duplicate-bp.exp
10768 * gdb.base/ena-dis-br.exp
10769 * gdb.base/ending-run.exp
10770 * gdb.base/enumval.exp
10771 * gdb.base/environ.exp
10772 * gdb.base/eu-strip-infcall.exp
10773 * gdb.base/eval-avoid-side-effects.exp
10774 * gdb.base/eval-skip.exp
10775 * gdb.base/exitsignal.exp
10776 * gdb.base/expand-psymtabs.exp
10777 * gdb.base/filesym.exp
10778 * gdb.base/find-unmapped.exp
10779 * gdb.base/finish.exp
10780 * gdb.base/float.exp
10781 * gdb.base/foll-exec-mode.exp
10782 * gdb.base/foll-exec.exp
10783 * gdb.base/foll-fork.exp
10784 * gdb.base/fortran-sym-case.exp
10785 * gdb.base/freebpcmd.exp
10786 * gdb.base/func-ptr.exp
10787 * gdb.base/func-ptrs.exp
10788 * gdb.base/funcargs.exp
10789 * gdb.base/gcore-buffer-overflow.exp
10790 * gdb.base/gcore-relro-pie.exp
10791 * gdb.base/gcore-relro.exp
10792 * gdb.base/gcore.exp
10793 * gdb.base/gdb1090.exp
10794 * gdb.base/gdb11530.exp
10795 * gdb.base/gdb11531.exp
10796 * gdb.base/gdb1821.exp
10797 * gdb.base/gdbindex-stabs.exp
10798 * gdb.base/gdbvars.exp
10799 * gdb.base/hbreak.exp
10800 * gdb.base/hbreak2.exp
10801 * gdb.base/included.exp
10802 * gdb.base/infcall-input.exp
10803 * gdb.base/inferior-died.exp
10804 * gdb.base/infnan.exp
10805 * gdb.base/info-macros.exp
10806 * gdb.base/info-os.exp
10807 * gdb.base/info-proc.exp
10808 * gdb.base/info-shared.exp
10809 * gdb.base/info-target.exp
10810 * gdb.base/infoline.exp
10811 * gdb.base/interp.exp
10812 * gdb.base/interrupt.exp
10813 * gdb.base/jit-reader.exp
10814 * gdb.base/jit-simple.exp
10815 * gdb.base/kill-after-signal.exp
10816 * gdb.base/kill-detach-inferiors-cmd.exp
10817 * gdb.base/label.exp
10818 * gdb.base/langs.exp
10819 * gdb.base/ldbl_e308.exp
10820 * gdb.base/line-symtabs.exp
10821 * gdb.base/linespecs.exp
10822 * gdb.base/list.exp
10823 * gdb.base/long_long.exp
10824 * gdb.base/longest-types.exp
10825 * gdb.base/maint.exp
10826 * gdb.base/max-value-size.exp
10827 * gdb.base/memattr.exp
10828 * gdb.base/mips_pro.exp
10829 * gdb.base/morestack.exp
10830 * gdb.base/moribund-step.exp
10831 * gdb.base/multi-forks.exp
10832 * gdb.base/nested-addr.exp
10833 * gdb.base/nextoverexit.exp
10834 * gdb.base/noreturn-finish.exp
10835 * gdb.base/noreturn-return.exp
10836 * gdb.base/nostdlib.exp
10837 * gdb.base/offsets.exp
10838 * gdb.base/opaque.exp
10839 * gdb.base/pc-fp.exp
10840 * gdb.base/permissions.exp
10841 * gdb.base/print-symbol-loading.exp
10842 * gdb.base/prologue-include.exp
10843 * gdb.base/psymtab.exp
10844 * gdb.base/ptype.exp
10845 * gdb.base/random-signal.exp
10846 * gdb.base/randomize.exp
10847 * gdb.base/range-stepping.exp
10848 * gdb.base/readline-ask.exp
10849 * gdb.base/recpar.exp
10850 * gdb.base/recurse.exp
10851 * gdb.base/relational.exp
10852 * gdb.base/restore.exp
10853 * gdb.base/return-nodebug.exp
10854 * gdb.base/return.exp
10855 * gdb.base/run-after-attach.exp
10856 * gdb.base/save-bp.exp
10857 * gdb.base/scope.exp
10858 * gdb.base/sect-cmd.exp
10859 * gdb.base/set-lang-auto.exp
10860 * gdb.base/set-noassign.exp
10861 * gdb.base/setvar.exp
10862 * gdb.base/sigall.exp
10863 * gdb.base/sigbpt.exp
10864 * gdb.base/siginfo-addr.exp
10865 * gdb.base/siginfo-infcall.exp
10866 * gdb.base/siginfo-obj.exp
10867 * gdb.base/siginfo.exp
10868 * gdb.base/signals-state-child.exp
10869 * gdb.base/signest.exp
10870 * gdb.base/sigstep.exp
10871 * gdb.base/sizeof.exp
10872 * gdb.base/skip.exp
10873 * gdb.base/solib-corrupted.exp
10874 * gdb.base/solib-nodir.exp
10875 * gdb.base/solib-search.exp
10876 * gdb.base/stack-checking.exp
10877 * gdb.base/stale-infcall.exp
10878 * gdb.base/stap-probe.exp
10879 * gdb.base/start.exp
10880 * gdb.base/step-break.exp
10881 * gdb.base/step-bt.exp
10882 * gdb.base/step-line.exp
10883 * gdb.base/step-over-exit.exp
10884 * gdb.base/step-over-syscall.exp
10885 * gdb.base/step-resume-infcall.exp
10886 * gdb.base/step-test.exp
10887 * gdb.base/store.exp
10888 * gdb.base/structs3.exp
10889 * gdb.base/sym-file.exp
10890 * gdb.base/symbol-without-target_section.exp
10891 * gdb.base/term.exp
10892 * gdb.base/testenv.exp
10893 * gdb.base/ui-redirect.exp
10894 * gdb.base/until.exp
10895 * gdb.base/unwindonsignal.exp
10896 * gdb.base/value-double-free.exp
10897 * gdb.base/vla-datatypes.exp
10898 * gdb.base/vla-ptr.exp
10899 * gdb.base/vla-sideeffect.exp
10900 * gdb.base/volatile.exp
10901 * gdb.base/watch-cond-infcall.exp
10902 * gdb.base/watch-cond.exp
10903 * gdb.base/watch-non-mem.exp
10904 * gdb.base/watch-read.exp
10905 * gdb.base/watch-vfork.exp
10906 * gdb.base/watchpoint-cond-gone.exp
10907 * gdb.base/watchpoint-delete.exp
10908 * gdb.base/watchpoint-hw-hit-once.exp
10909 * gdb.base/watchpoint-hw.exp
10910 * gdb.base/watchpoint-stops-at-right-insn.exp
10911 * gdb.base/watchpoints.exp
10912 * gdb.base/wchar.exp
10913 * gdb.base/whatis-exp.exp
10914 * gdb.btrace/buffer-size.exp
10915 * gdb.btrace/data.exp
10916 * gdb.btrace/delta.exp
10917 * gdb.btrace/dlopen.exp
10918 * gdb.btrace/enable.exp
10919 * gdb.btrace/exception.exp
10920 * gdb.btrace/function_call_history.exp
10921 * gdb.btrace/gcore.exp
10922 * gdb.btrace/instruction_history.exp
10923 * gdb.btrace/nohist.exp
10924 * gdb.btrace/reconnect.exp
10925 * gdb.btrace/record_goto-step.exp
10926 * gdb.btrace/record_goto.exp
10927 * gdb.btrace/rn-dl-bind.exp
10928 * gdb.btrace/segv.exp
10929 * gdb.btrace/step.exp
10930 * gdb.btrace/stepi.exp
10931 * gdb.btrace/tailcall-only.exp
10932 * gdb.btrace/tailcall.exp
10933 * gdb.btrace/tsx.exp
10934 * gdb.btrace/unknown_functions.exp
10935 * gdb.btrace/vdso.exp
10936 * gdb.compile/compile-ifunc.exp
10937 * gdb.compile/compile-ops.exp
10938 * gdb.compile/compile-print.exp
10939 * gdb.compile/compile-setjmp.exp
10940 * gdb.cp/abstract-origin.exp
10941 * gdb.cp/ambiguous.exp
10942 * gdb.cp/annota2.exp
10943 * gdb.cp/annota3.exp
10944 * gdb.cp/anon-ns.exp
10945 * gdb.cp/anon-struct.exp
10946 * gdb.cp/anon-union.exp
10947 * gdb.cp/arg-reference.exp
10948 * gdb.cp/baseenum.exp
10949 * gdb.cp/bool.exp
10950 * gdb.cp/breakpoint.exp
10951 * gdb.cp/bs15503.exp
10952 * gdb.cp/call-c.exp
10953 * gdb.cp/casts.exp
10954 * gdb.cp/chained-calls.exp
10955 * gdb.cp/class2.exp
10956 * gdb.cp/classes.exp
10957 * gdb.cp/cmpd-minsyms.exp
10958 * gdb.cp/converts.exp
10959 * gdb.cp/cp-relocate.exp
10960 * gdb.cp/cpcompletion.exp
10961 * gdb.cp/cpexprs.exp
10962 * gdb.cp/cplabel.exp
10963 * gdb.cp/cplusfuncs.exp
10964 * gdb.cp/cpsizeof.exp
10965 * gdb.cp/ctti.exp
10966 * gdb.cp/derivation.exp
10967 * gdb.cp/destrprint.exp
10968 * gdb.cp/dispcxx.exp
10969 * gdb.cp/enum-class.exp
10970 * gdb.cp/exception.exp
10971 * gdb.cp/exceptprint.exp
10972 * gdb.cp/expand-psymtabs-cxx.exp
10973 * gdb.cp/expand-sals.exp
10974 * gdb.cp/extern-c.exp
10975 * gdb.cp/filename.exp
10976 * gdb.cp/formatted-ref.exp
10977 * gdb.cp/fpointer.exp
10978 * gdb.cp/gdb1355.exp
10979 * gdb.cp/gdb2495.exp
10980 * gdb.cp/hang.exp
10981 * gdb.cp/impl-this.exp
10982 * gdb.cp/infcall-dlopen.exp
10983 * gdb.cp/inherit.exp
10984 * gdb.cp/iostream.exp
10985 * gdb.cp/koenig.exp
10986 * gdb.cp/local.exp
10987 * gdb.cp/m-data.exp
10988 * gdb.cp/m-static.exp
10989 * gdb.cp/mb-ctor.exp
10990 * gdb.cp/mb-inline.exp
10991 * gdb.cp/mb-templates.exp
10992 * gdb.cp/member-name.exp
10993 * gdb.cp/member-ptr.exp
10994 * gdb.cp/meth-typedefs.exp
10995 * gdb.cp/method.exp
10996 * gdb.cp/method2.exp
10997 * gdb.cp/minsym-fallback.exp
10998 * gdb.cp/misc.exp
10999 * gdb.cp/namelessclass.exp
11000 * gdb.cp/namespace-enum.exp
11001 * gdb.cp/namespace-nested-import.exp
11002 * gdb.cp/namespace.exp
11003 * gdb.cp/nextoverthrow.exp
11004 * gdb.cp/no-dmgl-verbose.exp
11005 * gdb.cp/non-trivial-retval.exp
11006 * gdb.cp/noparam.exp
11007 * gdb.cp/nsdecl.exp
11008 * gdb.cp/nsimport.exp
11009 * gdb.cp/nsnested.exp
11010 * gdb.cp/nsnoimports.exp
11011 * gdb.cp/nsrecurs.exp
11012 * gdb.cp/nsstress.exp
11013 * gdb.cp/nsusing.exp
11014 * gdb.cp/operator.exp
11015 * gdb.cp/oranking.exp
11016 * gdb.cp/overload-const.exp
11017 * gdb.cp/overload.exp
11018 * gdb.cp/ovldbreak.exp
11019 * gdb.cp/ovsrch.exp
11020 * gdb.cp/paren-type.exp
11021 * gdb.cp/parse-lang.exp
11022 * gdb.cp/pass-by-ref.exp
11023 * gdb.cp/pr-1023.exp
11024 * gdb.cp/pr-1210.exp
11025 * gdb.cp/pr-574.exp
11026 * gdb.cp/pr10687.exp
11027 * gdb.cp/pr12028.exp
11028 * gdb.cp/pr17132.exp
11029 * gdb.cp/pr17494.exp
11030 * gdb.cp/pr9067.exp
11031 * gdb.cp/pr9167.exp
11032 * gdb.cp/pr9631.exp
11033 * gdb.cp/printmethod.exp
11034 * gdb.cp/psmang.exp
11035 * gdb.cp/psymtab-parameter.exp
11036 * gdb.cp/ptype-cv-cp.exp
11037 * gdb.cp/ptype-flags.exp
11038 * gdb.cp/re-set-overloaded.exp
11039 * gdb.cp/ref-types.exp
11040 * gdb.cp/rtti.exp
11041 * gdb.cp/scope-err.exp
11042 * gdb.cp/shadow.exp
11043 * gdb.cp/smartp.exp
11044 * gdb.cp/static-method.exp
11045 * gdb.cp/static-print-quit.exp
11046 * gdb.cp/temargs.exp
11047 * gdb.cp/templates.exp
11048 * gdb.cp/try_catch.exp
11049 * gdb.cp/typedef-operator.exp
11050 * gdb.cp/typeid.exp
11051 * gdb.cp/userdef.exp
11052 * gdb.cp/using-crash.exp
11053 * gdb.cp/var-tag.exp
11054 * gdb.cp/virtbase.exp
11055 * gdb.cp/virtfunc.exp
11056 * gdb.cp/virtfunc2.exp
11057 * gdb.cp/vla-cxx.exp
11058 * gdb.disasm/t01_mov.exp
11059 * gdb.disasm/t02_mova.exp
11060 * gdb.disasm/t03_add.exp
11061 * gdb.disasm/t04_sub.exp
11062 * gdb.disasm/t05_cmp.exp
11063 * gdb.disasm/t06_ari2.exp
11064 * gdb.disasm/t07_ari3.exp
11065 * gdb.disasm/t08_or.exp
11066 * gdb.disasm/t09_xor.exp
11067 * gdb.disasm/t10_and.exp
11068 * gdb.disasm/t11_logs.exp
11069 * gdb.disasm/t12_bit.exp
11070 * gdb.disasm/t13_otr.exp
11071 * gdb.dlang/circular.exp
11072 * gdb.dwarf2/arr-stride.exp
11073 * gdb.dwarf2/arr-subrange.exp
11074 * gdb.dwarf2/atomic-type.exp
11075 * gdb.dwarf2/bad-regnum.exp
11076 * gdb.dwarf2/bitfield-parent-optimized-out.exp
11077 * gdb.dwarf2/callframecfa.exp
11078 * gdb.dwarf2/clztest.exp
11079 * gdb.dwarf2/corrupt.exp
11080 * gdb.dwarf2/data-loc.exp
11081 * gdb.dwarf2/dup-psym.exp
11082 * gdb.dwarf2/dw2-anon-mptr.exp
11083 * gdb.dwarf2/dw2-anonymous-func.exp
11084 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
11085 * gdb.dwarf2/dw2-bad-unresolved.exp
11086 * gdb.dwarf2/dw2-basic.exp
11087 * gdb.dwarf2/dw2-canonicalize-type.exp
11088 * gdb.dwarf2/dw2-case-insensitive.exp
11089 * gdb.dwarf2/dw2-common-block.exp
11090 * gdb.dwarf2/dw2-compdir-oldgcc.exp
11091 * gdb.dwarf2/dw2-compressed.exp
11092 * gdb.dwarf2/dw2-const.exp
11093 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
11094 * gdb.dwarf2/dw2-cu-size.exp
11095 * gdb.dwarf2/dw2-dup-frame.exp
11096 * gdb.dwarf2/dw2-entry-value.exp
11097 * gdb.dwarf2/dw2-icycle.exp
11098 * gdb.dwarf2/dw2-ifort-parameter.exp
11099 * gdb.dwarf2/dw2-inline-break.exp
11100 * gdb.dwarf2/dw2-inline-param.exp
11101 * gdb.dwarf2/dw2-intercu.exp
11102 * gdb.dwarf2/dw2-intermix.exp
11103 * gdb.dwarf2/dw2-lexical-block-bare.exp
11104 * gdb.dwarf2/dw2-linkage-name-trust.exp
11105 * gdb.dwarf2/dw2-minsym-in-cu.exp
11106 * gdb.dwarf2/dw2-noloc.exp
11107 * gdb.dwarf2/dw2-op-call.exp
11108 * gdb.dwarf2/dw2-op-out-param.exp
11109 * gdb.dwarf2/dw2-opt-structptr.exp
11110 * gdb.dwarf2/dw2-param-error.exp
11111 * gdb.dwarf2/dw2-producer.exp
11112 * gdb.dwarf2/dw2-ranges-base.exp
11113 * gdb.dwarf2/dw2-ref-missing-frame.exp
11114 * gdb.dwarf2/dw2-reg-undefined.exp
11115 * gdb.dwarf2/dw2-regno-invalid.exp
11116 * gdb.dwarf2/dw2-restore.exp
11117 * gdb.dwarf2/dw2-restrict.exp
11118 * gdb.dwarf2/dw2-single-line-discriminators.exp
11119 * gdb.dwarf2/dw2-strp.exp
11120 * gdb.dwarf2/dw2-undefined-ret-addr.exp
11121 * gdb.dwarf2/dw2-unresolved.exp
11122 * gdb.dwarf2/dw2-var-zero-addr.exp
11123 * gdb.dwarf2/dw4-sig-types.exp
11124 * gdb.dwarf2/dwz.exp
11125 * gdb.dwarf2/dynarr-ptr.exp
11126 * gdb.dwarf2/enum-type.exp
11127 * gdb.dwarf2/gdb-index.exp
11128 * gdb.dwarf2/implptr-64bit.exp
11129 * gdb.dwarf2/implptr-optimized-out.exp
11130 * gdb.dwarf2/implptr.exp
11131 * gdb.dwarf2/implref-array.exp
11132 * gdb.dwarf2/implref-const.exp
11133 * gdb.dwarf2/implref-global.exp
11134 * gdb.dwarf2/implref-struct.exp
11135 * gdb.dwarf2/mac-fileno.exp
11136 * gdb.dwarf2/main-subprogram.exp
11137 * gdb.dwarf2/member-ptr-forwardref.exp
11138 * gdb.dwarf2/method-ptr.exp
11139 * gdb.dwarf2/missing-sig-type.exp
11140 * gdb.dwarf2/nonvar-access.exp
11141 * gdb.dwarf2/opaque-type-lookup.exp
11142 * gdb.dwarf2/pieces-optimized-out.exp
11143 * gdb.dwarf2/pieces.exp
11144 * gdb.dwarf2/pr10770.exp
11145 * gdb.dwarf2/pr13961.exp
11146 * gdb.dwarf2/staticvirtual.exp
11147 * gdb.dwarf2/subrange.exp
11148 * gdb.dwarf2/symtab-producer.exp
11149 * gdb.dwarf2/trace-crash.exp
11150 * gdb.dwarf2/typeddwarf.exp
11151 * gdb.dwarf2/valop.exp
11152 * gdb.dwarf2/watch-notconst.exp
11153 * gdb.fortran/array-element.exp
11154 * gdb.fortran/charset.exp
11155 * gdb.fortran/common-block.exp
11156 * gdb.fortran/complex.exp
11157 * gdb.fortran/derived-type-function.exp
11158 * gdb.fortran/derived-type.exp
11159 * gdb.fortran/logical.exp
11160 * gdb.fortran/module.exp
11161 * gdb.fortran/multi-dim.exp
11162 * gdb.fortran/nested-funcs.exp
11163 * gdb.fortran/print-formatted.exp
11164 * gdb.fortran/subarray.exp
11165 * gdb.fortran/vla-alloc-assoc.exp
11166 * gdb.fortran/vla-datatypes.exp
11167 * gdb.fortran/vla-history.exp
11168 * gdb.fortran/vla-ptr-info.exp
11169 * gdb.fortran/vla-ptype-sub.exp
11170 * gdb.fortran/vla-ptype.exp
11171 * gdb.fortran/vla-sizeof.exp
11172 * gdb.fortran/vla-type.exp
11173 * gdb.fortran/vla-value-sub-arbitrary.exp
11174 * gdb.fortran/vla-value-sub-finish.exp
11175 * gdb.fortran/vla-value-sub.exp
11176 * gdb.fortran/vla-value.exp
11177 * gdb.fortran/whatis_type.exp
11178 * gdb.go/chan.exp
11179 * gdb.go/handcall.exp
11180 * gdb.go/hello.exp
11181 * gdb.go/integers.exp
11182 * gdb.go/methods.exp
11183 * gdb.go/package.exp
11184 * gdb.go/strings.exp
11185 * gdb.go/types.exp
11186 * gdb.go/unsafe.exp
11187 * gdb.guile/scm-arch.exp
11188 * gdb.guile/scm-block.exp
11189 * gdb.guile/scm-breakpoint.exp
11190 * gdb.guile/scm-cmd.exp
11191 * gdb.guile/scm-disasm.exp
11192 * gdb.guile/scm-equal.exp
11193 * gdb.guile/scm-frame-args.exp
11194 * gdb.guile/scm-frame-inline.exp
11195 * gdb.guile/scm-frame.exp
11196 * gdb.guile/scm-iterator.exp
11197 * gdb.guile/scm-math.exp
11198 * gdb.guile/scm-objfile.exp
11199 * gdb.guile/scm-ports.exp
11200 * gdb.guile/scm-symbol.exp
11201 * gdb.guile/scm-symtab.exp
11202 * gdb.guile/scm-value-cc.exp
11203 * gdb.guile/types-module.exp
11204 * gdb.linespec/break-ask.exp
11205 * gdb.linespec/cpexplicit.exp
11206 * gdb.linespec/explicit.exp
11207 * gdb.linespec/keywords.exp
11208 * gdb.linespec/linespec.exp
11209 * gdb.linespec/ls-dollar.exp
11210 * gdb.linespec/ls-errs.exp
11211 * gdb.linespec/skip-two.exp
11212 * gdb.linespec/thread.exp
11213 * gdb.mi/mi-async.exp
11214 * gdb.mi/mi-basics.exp
11215 * gdb.mi/mi-break.exp
11216 * gdb.mi/mi-catch-load.exp
11217 * gdb.mi/mi-cli.exp
11218 * gdb.mi/mi-cmd-param-changed.exp
11219 * gdb.mi/mi-console.exp
11220 * gdb.mi/mi-detach.exp
11221 * gdb.mi/mi-disassemble.exp
11222 * gdb.mi/mi-eval.exp
11223 * gdb.mi/mi-file-transfer.exp
11224 * gdb.mi/mi-file.exp
11225 * gdb.mi/mi-fill-memory.exp
11226 * gdb.mi/mi-inheritance-syntax-error.exp
11227 * gdb.mi/mi-linespec-err-cp.exp
11228 * gdb.mi/mi-logging.exp
11229 * gdb.mi/mi-memory-changed.exp
11230 * gdb.mi/mi-read-memory.exp
11231 * gdb.mi/mi-record-changed.exp
11232 * gdb.mi/mi-reg-undefined.exp
11233 * gdb.mi/mi-regs.exp
11234 * gdb.mi/mi-return.exp
11235 * gdb.mi/mi-reverse.exp
11236 * gdb.mi/mi-simplerun.exp
11237 * gdb.mi/mi-solib.exp
11238 * gdb.mi/mi-stack.exp
11239 * gdb.mi/mi-stepi.exp
11240 * gdb.mi/mi-syn-frame.exp
11241 * gdb.mi/mi-until.exp
11242 * gdb.mi/mi-var-block.exp
11243 * gdb.mi/mi-var-child.exp
11244 * gdb.mi/mi-var-cmd.exp
11245 * gdb.mi/mi-var-cp.exp
11246 * gdb.mi/mi-var-display.exp
11247 * gdb.mi/mi-var-invalidate.exp
11248 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11249 * gdb.mi/mi-vla-fortran.exp
11250 * gdb.mi/mi-watch.exp
11251 * gdb.mi/mi2-var-child.exp
11252 * gdb.mi/user-selected-context-sync.exp
11253 * gdb.modula2/unbounded-array.exp
11254 * gdb.multi/dummy-frame-restore.exp
11255 * gdb.multi/multi-arch-exec.exp
11256 * gdb.multi/multi-arch.exp
11257 * gdb.multi/tids.exp
11258 * gdb.multi/watchpoint-multi.exp
11259 * gdb.opencl/callfuncs.exp
11260 * gdb.opencl/convs_casts.exp
11261 * gdb.opencl/datatypes.exp
11262 * gdb.opencl/operators.exp
11263 * gdb.opencl/vec_comps.exp
11264 * gdb.opt/clobbered-registers-O2.exp
11265 * gdb.opt/inline-break.exp
11266 * gdb.opt/inline-bt.exp
11267 * gdb.opt/inline-cmds.exp
11268 * gdb.opt/inline-locals.exp
11269 * gdb.pascal/case-insensitive-symbols.exp
11270 * gdb.pascal/floats.exp
11271 * gdb.pascal/gdb11492.exp
11272 * gdb.python/lib-types.exp
11273 * gdb.python/py-arch.exp
11274 * gdb.python/py-as-string.exp
11275 * gdb.python/py-bad-printers.exp
11276 * gdb.python/py-block.exp
11277 * gdb.python/py-breakpoint-create-fail.exp
11278 * gdb.python/py-breakpoint.exp
11279 * gdb.python/py-caller-is.exp
11280 * gdb.python/py-cmd.exp
11281 * gdb.python/py-explore-cc.exp
11282 * gdb.python/py-explore.exp
11283 * gdb.python/py-finish-breakpoint.exp
11284 * gdb.python/py-finish-breakpoint2.exp
11285 * gdb.python/py-frame-args.exp
11286 * gdb.python/py-frame-inline.exp
11287 * gdb.python/py-frame.exp
11288 * gdb.python/py-framefilter-mi.exp
11289 * gdb.python/py-infthread.exp
11290 * gdb.python/py-lazy-string.exp
11291 * gdb.python/py-linetable.exp
11292 * gdb.python/py-mi-events.exp
11293 * gdb.python/py-mi-objfile.exp
11294 * gdb.python/py-mi.exp
11295 * gdb.python/py-objfile.exp
11296 * gdb.python/py-pp-integral.exp
11297 * gdb.python/py-pp-maint.exp
11298 * gdb.python/py-pp-re-notag.exp
11299 * gdb.python/py-pp-registration.exp
11300 * gdb.python/py-recurse-unwind.exp
11301 * gdb.python/py-strfns.exp
11302 * gdb.python/py-symbol.exp
11303 * gdb.python/py-symtab.exp
11304 * gdb.python/py-sync-interp.exp
11305 * gdb.python/py-typeprint.exp
11306 * gdb.python/py-unwind-maint.exp
11307 * gdb.python/py-unwind.exp
11308 * gdb.python/py-value-cc.exp
11309 * gdb.python/py-xmethods.exp
11310 * gdb.reverse/amd64-tailcall-reverse.exp
11311 * gdb.reverse/break-precsave.exp
11312 * gdb.reverse/break-reverse.exp
11313 * gdb.reverse/consecutive-precsave.exp
11314 * gdb.reverse/consecutive-reverse.exp
11315 * gdb.reverse/finish-precsave.exp
11316 * gdb.reverse/finish-reverse-bkpt.exp
11317 * gdb.reverse/finish-reverse.exp
11318 * gdb.reverse/fstatat-reverse.exp
11319 * gdb.reverse/getresuid-reverse.exp
11320 * gdb.reverse/i386-precsave.exp
11321 * gdb.reverse/i386-reverse.exp
11322 * gdb.reverse/i386-sse-reverse.exp
11323 * gdb.reverse/i387-env-reverse.exp
11324 * gdb.reverse/i387-stack-reverse.exp
11325 * gdb.reverse/insn-reverse.exp
11326 * gdb.reverse/machinestate-precsave.exp
11327 * gdb.reverse/machinestate.exp
11328 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11329 * gdb.reverse/pipe-reverse.exp
11330 * gdb.reverse/readv-reverse.exp
11331 * gdb.reverse/recvmsg-reverse.exp
11332 * gdb.reverse/rerun-prec.exp
11333 * gdb.reverse/s390-mvcle.exp
11334 * gdb.reverse/step-precsave.exp
11335 * gdb.reverse/step-reverse.exp
11336 * gdb.reverse/time-reverse.exp
11337 * gdb.reverse/until-precsave.exp
11338 * gdb.reverse/until-reverse.exp
11339 * gdb.reverse/waitpid-reverse.exp
11340 * gdb.reverse/watch-precsave.exp
11341 * gdb.reverse/watch-reverse.exp
11342 * gdb.rust/generics.exp
11343 * gdb.rust/methods.exp
11344 * gdb.rust/modules.exp
11345 * gdb.rust/simple.exp
11346 * gdb.server/connect-with-no-symbol-file.exp
11347 * gdb.server/ext-attach.exp
11348 * gdb.server/ext-restart.exp
11349 * gdb.server/ext-wrapper.exp
11350 * gdb.server/file-transfer.exp
11351 * gdb.server/server-exec-info.exp
11352 * gdb.server/server-kill.exp
11353 * gdb.server/server-mon.exp
11354 * gdb.server/wrapper.exp
11355 * gdb.stabs/exclfwd.exp
11356 * gdb.stabs/gdb11479.exp
11357 * gdb.threads/clone-new-thread-event.exp
11358 * gdb.threads/corethreads.exp
11359 * gdb.threads/current-lwp-dead.exp
11360 * gdb.threads/dlopen-libpthread.exp
11361 * gdb.threads/gcore-thread.exp
11362 * gdb.threads/sigstep-threads.exp
11363 * gdb.threads/watchpoint-fork.exp
11364 * gdb.trace/actions-changed.exp
11365 * gdb.trace/backtrace.exp
11366 * gdb.trace/change-loc.exp
11367 * gdb.trace/circ.exp
11368 * gdb.trace/collection.exp
11369 * gdb.trace/disconnected-tracing.exp
11370 * gdb.trace/ftrace.exp
11371 * gdb.trace/mi-trace-frame-collected.exp
11372 * gdb.trace/mi-trace-unavailable.exp
11373 * gdb.trace/mi-traceframe-changed.exp
11374 * gdb.trace/mi-tsv-changed.exp
11375 * gdb.trace/no-attach-trace.exp
11376 * gdb.trace/passc-dyn.exp
11377 * gdb.trace/qtro.exp
11378 * gdb.trace/range-stepping.exp
11379 * gdb.trace/read-memory.exp
11380 * gdb.trace/save-trace.exp
11381 * gdb.trace/signal.exp
11382 * gdb.trace/status-stop.exp
11383 * gdb.trace/tfile.exp
11384 * gdb.trace/trace-break.exp
11385 * gdb.trace/trace-buffer-size.exp
11386 * gdb.trace/trace-condition.exp
11387 * gdb.trace/tracefile-pseudo-reg.exp
11388 * gdb.trace/tstatus.exp
11389 * gdb.trace/unavailable.exp
11390 * gdb.trace/while-dyn.exp
11391 * gdb.trace/while-stepping.exp
11392
34c41c68
DE
113932016-12-22 Doug Evans <xdje42@gmail.com>
11394
11395 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11396 and msymbols.
11397
16e69324
YQ
113982016-12-19 Yao Qi <yao.qi@linaro.org>
11399
11400 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11401 (test_with_self): Don't call do_steps_and_nexts, and remove
11402 code about stepping into xmalloc.
11403
f94f411b
YQ
114042016-12-09 Yao Qi <yao.qi@linaro.org>
11405
11406 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11407
114082016-12-09 Yao Qi <yao.qi@linaro.org>
11409
11410 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11411
f1b5deee
PA
114122016-12-09 Pedro Alves <palves@redhat.com>
11413
11414 * gdb.base/all-architectures-0.exp: New file.
11415 * gdb.base/all-architectures-1.exp: New file.
11416 * gdb.base/all-architectures-2.exp: New file.
11417 * gdb.base/all-architectures-3.exp: New file.
11418 * gdb.base/all-architectures-4.exp: New file.
11419 * gdb.base/all-architectures-5.exp: New file.
11420 * gdb.base/all-architectures-6.exp: New file.
11421 * gdb.base/all-architectures-7.exp: New file.
11422 * gdb.base/all-architectures.exp.in: New file.
11423
364ca42e
YQ
114242016-12-09 Yao Qi <yao.qi@linaro.org>
11425
11426 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11427
107c2d62
LM
114282016-12-02 Luis Machado <lgustavo@codesourcery.com>
11429
11430 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11431 possible.
11432 Remove useless pattern-matching code.
11433
df3ee9ca
PA
114342016-12-02 Pedro Alves <palves@redhat.com>
11435
11436 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11437 procedure.
11438 (top level): Call it.
11439
ec835369
PA
114402016-12-02 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11443 New procedure.
11444 (top level): Call it.
11445
01770bbd
PA
114462016-12-02 Pedro Alves <palves@redhat.com>
11447
11448 PR cli/20559
11449 * gdb.base/commands.exp (user_defined_command_args_eval): New
11450 procedure.
11451 (top level): Call it.
11452
008459ea
LM
114532016-12-02 Luis Machado <lgustavo@codesourcery.com>
11454
11455 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11456 timeout handling.
11457
0c1b455e
TT
114582016-12-02 Tom Tromey <tom@tromey.com>
11459
11460 * gdb.dwarf2/main-subprogram.c: New file.
11461 * gdb.dwarf2/main-subprogram.exp: New file.
11462
018572b8
LM
114632016-12-01 Luis Machado <lgustavo@codesourcery.com>
11464
11465 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11466 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11467 gdb_test_no_output for a couple of cases.
11468 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11469
84c93cd5
LM
114702016-12-01 Luis Machado <lgustavo@codesourcery.com>
11471
11472 Fix test names and standardize compilation error messages throughout
11473 the following files:
11474
11475 * gdb.ada/start.exp
11476 * gdb.arch/alpha-step.exp
11477 * gdb.arch/e500-prologue.exp
11478 * gdb.arch/ftrace-insn-reloc.exp
11479 * gdb.arch/gdb1291.exp
11480 * gdb.arch/gdb1431.exp
11481 * gdb.arch/gdb1558.exp
11482 * gdb.arch/i386-dr3-watch.exp
11483 * gdb.arch/i386-sse-stack-align.exp
11484 * gdb.arch/ia64-breakpoint-shadow.exp
11485 * gdb.arch/pa-nullify.exp
11486 * gdb.arch/powerpc-aix-prologue.exp
11487 * gdb.arch/thumb-bx-pc.exp
11488 * gdb.base/annota1.exp
11489 * gdb.base/annota3.exp
11490 * gdb.base/arrayidx.exp
11491 * gdb.base/assign.exp
11492 * gdb.base/attach.exp
11493 * gdb.base/auxv.exp
11494 * gdb.base/bang.exp
11495 * gdb.base/bfp-test.exp
11496 * gdb.base/bigcore.exp
11497 * gdb.base/bitfields2.exp
11498 * gdb.base/break-fun-addr.exp
11499 * gdb.base/break-probes.exp
11500 * gdb.base/call-rt-st.exp
11501 * gdb.base/callexit.exp
11502 * gdb.base/catch-fork-kill.exp
11503 * gdb.base/charset.exp
11504 * gdb.base/checkpoint.exp
11505 * gdb.base/comprdebug.exp
11506 * gdb.base/constvars.exp
11507 * gdb.base/coredump-filter.exp
11508 * gdb.base/cursal.exp
11509 * gdb.base/cvexpr.exp
11510 * gdb.base/detach.exp
11511 * gdb.base/display.exp
11512 * gdb.base/dmsym.exp
11513 * gdb.base/dprintf-pending.exp
11514 * gdb.base/dso2dso.exp
11515 * gdb.base/dtrace-probe.exp
11516 * gdb.base/dump.exp
11517 * gdb.base/enum_cond.exp
11518 * gdb.base/exe-lock.exp
11519 * gdb.base/exec-invalid-sysroot.exp
11520 * gdb.base/execl-update-breakpoints.exp
11521 * gdb.base/exprs.exp
11522 * gdb.base/fileio.exp
11523 * gdb.base/find.exp
11524 * gdb.base/finish.exp
11525 * gdb.base/fixsection.exp
11526 * gdb.base/foll-vfork.exp
11527 * gdb.base/frame-args.exp
11528 * gdb.base/gcore.exp
11529 * gdb.base/gdb1250.exp
11530 * gdb.base/global-var-nested-by-dso.exp
11531 * gdb.base/gnu-ifunc.exp
11532 * gdb.base/hashline1.exp
11533 * gdb.base/hashline2.exp
11534 * gdb.base/hashline3.exp
11535 * gdb.base/hbreak-in-shr-unsupported.exp
11536 * gdb.base/huge.exp
11537 * gdb.base/infcall-input.exp
11538 * gdb.base/info-fun.exp
11539 * gdb.base/info-shared.exp
11540 * gdb.base/jit-simple.exp
11541 * gdb.base/jit-so.exp
11542 * gdb.base/jit.exp
11543 * gdb.base/jump.exp
11544 * gdb.base/label.exp
11545 * gdb.base/lineinc.exp
11546 * gdb.base/logical.exp
11547 * gdb.base/longjmp.exp
11548 * gdb.base/macscp.exp
11549 * gdb.base/miscexprs.exp
11550 * gdb.base/new-ui-echo.exp
11551 * gdb.base/new-ui-pending-input.exp
11552 * gdb.base/new-ui.exp
11553 * gdb.base/nodebug.exp
11554 * gdb.base/nofield.exp
11555 * gdb.base/offsets.exp
11556 * gdb.base/overlays.exp
11557 * gdb.base/pending.exp
11558 * gdb.base/pointers.exp
11559 * gdb.base/pr11022.exp
11560 * gdb.base/printcmds.exp
11561 * gdb.base/prologue.exp
11562 * gdb.base/ptr-typedef.exp
11563 * gdb.base/realname-expand.exp
11564 * gdb.base/relativedebug.exp
11565 * gdb.base/relocate.exp
11566 * gdb.base/remote.exp
11567 * gdb.base/reread.exp
11568 * gdb.base/return2.exp
11569 * gdb.base/savedregs.exp
11570 * gdb.base/sep.exp
11571 * gdb.base/sepdebug.exp
11572 * gdb.base/sepsymtab.exp
11573 * gdb.base/set-inferior-tty.exp
11574 * gdb.base/setshow.exp
11575 * gdb.base/shlib-call.exp
11576 * gdb.base/sigaltstack.exp
11577 * gdb.base/siginfo-addr.exp
11578 * gdb.base/signals.exp
11579 * gdb.base/signull.exp
11580 * gdb.base/sigrepeat.exp
11581 * gdb.base/so-impl-ld.exp
11582 * gdb.base/solib-display.exp
11583 * gdb.base/solib-overlap.exp
11584 * gdb.base/solib-search.exp
11585 * gdb.base/solib-symbol.exp
11586 * gdb.base/structs.exp
11587 * gdb.base/structs2.exp
11588 * gdb.base/symtab-search-order.exp
11589 * gdb.base/twice.exp
11590 * gdb.base/unload.exp
11591 * gdb.base/varargs.exp
11592 * gdb.base/watchpoint-solib.exp
11593 * gdb.base/watchpoint.exp
11594 * gdb.base/whatis.exp
11595 * gdb.base/wrong_frame_bt_full.exp
11596 * gdb.btrace/dlopen.exp
11597 * gdb.cell/ea-standalone.exp
11598 * gdb.cell/ea-test.exp
11599 * gdb.cp/dispcxx.exp
11600 * gdb.cp/gdb2384.exp
11601 * gdb.cp/method2.exp
11602 * gdb.cp/nextoverthrow.exp
11603 * gdb.cp/pr10728.exp
11604 * gdb.disasm/am33.exp
11605 * gdb.disasm/h8300s.exp
11606 * gdb.disasm/mn10300.exp
11607 * gdb.disasm/sh3.exp
11608 * gdb.dwarf2/dw2-dir-file-name.exp
11609 * gdb.fortran/complex.exp
11610 * gdb.fortran/library-module.exp
11611 * gdb.guile/scm-pretty-print.exp
11612 * gdb.guile/scm-symbol.exp
11613 * gdb.guile/scm-type.exp
11614 * gdb.guile/scm-value.exp
11615 * gdb.linespec/linespec.exp
11616 * gdb.mi/gdb701.exp
11617 * gdb.mi/gdb792.exp
11618 * gdb.mi/mi-breakpoint-changed.exp
11619 * gdb.mi/mi-dprintf-pending.exp
11620 * gdb.mi/mi-dprintf.exp
11621 * gdb.mi/mi-exit-code.exp
11622 * gdb.mi/mi-pending.exp
11623 * gdb.mi/mi-solib.exp
11624 * gdb.mi/new-ui-mi-sync.exp
11625 * gdb.mi/pr11022.exp
11626 * gdb.mi/user-selected-context-sync.exp
11627 * gdb.opt/solib-intra-step.exp
11628 * gdb.python/py-events.exp
11629 * gdb.python/py-finish-breakpoint.exp
11630 * gdb.python/py-mi.exp
11631 * gdb.python/py-prettyprint.exp
11632 * gdb.python/py-shared.exp
11633 * gdb.python/py-symbol.exp
11634 * gdb.python/py-template.exp
11635 * gdb.python/py-type.exp
11636 * gdb.python/py-value.exp
11637 * gdb.reverse/solib-precsave.exp
11638 * gdb.reverse/solib-reverse.exp
11639 * gdb.server/solib-list.exp
11640 * gdb.stabs/weird.exp
11641 * gdb.threads/reconnect-signal.exp
11642 * gdb.threads/stepi-random-signal.exp
11643 * gdb.trace/actions.exp
11644 * gdb.trace/ax.exp
11645 * gdb.trace/backtrace.exp
11646 * gdb.trace/change-loc.exp
11647 * gdb.trace/deltrace.exp
11648 * gdb.trace/ftrace-lock.exp
11649 * gdb.trace/ftrace.exp
11650 * gdb.trace/infotrace.exp
11651 * gdb.trace/mi-tracepoint-changed.exp
11652 * gdb.trace/packetlen.exp
11653 * gdb.trace/passcount.exp
11654 * gdb.trace/pending.exp
11655 * gdb.trace/range-stepping.exp
11656 * gdb.trace/report.exp
11657 * gdb.trace/stap-trace.exp
11658 * gdb.trace/tfind.exp
11659 * gdb.trace/trace-break.exp
11660 * gdb.trace/trace-condition.exp
11661 * gdb.trace/trace-enable-disable.exp
11662 * gdb.trace/trace-mt.exp
11663 * gdb.trace/tracecmd.exp
11664 * gdb.trace/tspeed.exp
11665 * gdb.trace/tsv.exp
11666 * lib/perftest.exp
11667
fb9feb35
LM
116682016-12-01 Luis Machado <lgustavo@codesourcery.com>
11669
11670 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
11671 with gdb_test_no_output.
11672 Use command as test name.
11673
cd2ddb6c
LM
116742016-12-01 Luis Machado <lgustavo@codesourcery.com>
11675
11676 Fix test names starting with uppercase throughout the files.
11677
11678 * gdb.ada/assign_1.exp
11679 * gdb.ada/boolean_expr.exp
11680 * gdb.base/arrayidx.exp
11681 * gdb.base/del.exp
11682 * gdb.base/gcore-buffer-overflow.exp
11683 * gdb.base/testenv.exp
11684 * gdb.compile/compile.exp
11685 * gdb.python/py-framefilter-invalidarg.exp
11686 * gdb.python/py-framefilter.exp
11687
bb95117e
LM
116882016-12-01 Luis Machado <lgustavo@codesourcery.com>
11689
11690 Fix test names starting with uppercase throughout the files.
11691
11692 * gdb.ada/array_return.exp
11693 * gdb.ada/expr_delims.exp
11694 * gdb.ada/mi_dyn_arr.exp
11695 * gdb.ada/mi_interface.exp
11696 * gdb.ada/mi_var_array.exp
11697 * gdb.ada/watch_arg.exp
11698 * gdb.arch/alpha-step.exp
11699 * gdb.arch/altivec-regs.exp
11700 * gdb.arch/e500-regs.exp
11701 * gdb.arch/powerpc-d128-regs.exp
11702 * gdb.base/arrayidx.exp
11703 * gdb.base/break.exp
11704 * gdb.base/checkpoint.exp
11705 * gdb.base/debug-expr.exp
11706 * gdb.base/dmsym.exp
11707 * gdb.base/radix.exp
11708 * gdb.base/sepdebug.exp
11709 * gdb.base/testenv.exp
11710 * gdb.base/watch_thread_num.exp
11711 * gdb.base/watchpoint-cond-gone.exp
11712 * gdb.cell/break.exp
11713 * gdb.cell/ea-cache.exp
11714 * gdb.compile/compile.exp
11715 * gdb.cp/gdb2495.exp
11716 * gdb.gdb/selftest.exp
11717 * gdb.gdb/xfullpath.exp
11718 * gdb.go/hello.exp
11719 * gdb.go/integers.exp
11720 * gdb.objc/basicclass.exp
11721 * gdb.pascal/hello.exp
11722 * gdb.pascal/integers.exp
11723 * gdb.python/py-breakpoint.exp
11724 * gdb.python/py-cmd.exp
11725 * gdb.python/py-linetable.exp
11726 * gdb.python/py-xmethods.exp
11727 * gdb.python/python.exp
11728 * gdb.reverse/consecutive-precsave.exp
11729 * gdb.reverse/finish-precsave.exp
11730 * gdb.reverse/i386-precsave.exp
11731 * gdb.reverse/machinestate-precsave.exp
11732 * gdb.reverse/sigall-precsave.exp
11733 * gdb.reverse/solib-precsave.exp
11734 * gdb.reverse/step-precsave.exp
11735 * gdb.reverse/until-precsave.exp
11736 * gdb.reverse/watch-precsave.exp
11737 * gdb.threads/leader-exit.exp
11738 * gdb.threads/pthreads.exp
11739 * gdb.threads/wp-replication.exp
11740 * gdb.trace/actions.exp
11741 * gdb.trace/mi-tsv-changed.exp
11742 * gdb.trace/tsv.exp
11743
de97fdd4
LM
117442016-12-01 Luis Machado <lgustavo@codesourcery.com>
11745
11746 Fix test names starting with uppercase throughout the files.
11747
11748 * gdb.arch/i386-bp_permanent.exp
11749 * gdb.arch/i386-gnu-cfi.exp
11750 * gdb.base/disasm-end-cu.exp
11751 * gdb.base/macscp.exp
11752 * gdb.base/pending.exp
11753 * gdb.base/watch_thread_num.exp
11754 * gdb.cp/exception.exp
11755 * gdb.cp/gdb2495.exp
11756 * gdb.cp/local.exp
11757 * gdb.python/py-evsignal.exp
11758 * gdb.python/python.exp
11759 * gdb.trace/tracecmd.exp
11760
9f058c10
LM
117612016-12-01 Luis Machado <lgustavo@codesourcery.com>
11762
11763 Fix test names starting with uppercase throughout the files.
11764
11765 * gdb.base/charset.exp
11766 * gdb.base/eval.exp
11767 * gdb.base/multi-forks.exp
11768 * gdb.guile/scm-progspace.exp
11769 * gdb.opencl/datatypes.exp
11770 * gdb.python/py-block.exp
11771 * gdb.python/py-function.exp
11772 * gdb.python/py-symbol.exp
11773 * gdb.python/py-symtab.exp
11774 * gdb.python/py-xmethods.exp
11775 * gdb.reverse/break-precsave.exp
11776 * gdb.reverse/break-reverse.exp
11777 * gdb.reverse/consecutive-precsave.exp
11778 * gdb.reverse/consecutive-reverse.exp
11779 * gdb.reverse/finish-precsave.exp
11780 * gdb.reverse/finish-reverse-bkpt.exp
11781 * gdb.reverse/finish-reverse.exp
11782 * gdb.reverse/fstatat-reverse.exp
11783 * gdb.reverse/getresuid-reverse.exp
11784 * gdb.reverse/i386-precsave.exp
11785 * gdb.reverse/i386-reverse.exp
11786 * gdb.reverse/i386-sse-reverse.exp
11787 * gdb.reverse/i387-stack-reverse.exp
11788 * gdb.reverse/insn-reverse.exp
11789 * gdb.reverse/machinestate-precsave.exp
11790 * gdb.reverse/machinestate.exp
11791 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11792 * gdb.reverse/pipe-reverse.exp
11793 * gdb.reverse/readv-reverse.exp
11794 * gdb.reverse/recvmsg-reverse.exp
11795 * gdb.reverse/rerun-prec.exp
11796 * gdb.reverse/s390-mvcle.exp
11797 * gdb.reverse/sigall-precsave.exp
11798 * gdb.reverse/sigall-reverse.exp
11799 * gdb.reverse/solib-precsave.exp
11800 * gdb.reverse/solib-reverse.exp
11801 * gdb.reverse/step-precsave.exp
11802 * gdb.reverse/step-reverse.exp
11803 * gdb.reverse/time-reverse.exp
11804 * gdb.reverse/until-precsave.exp
11805 * gdb.reverse/until-reverse.exp
11806 * gdb.reverse/waitpid-reverse.exp
11807 * gdb.reverse/watch-precsave.exp
11808 * gdb.reverse/watch-reverse.exp
11809
cdc7edd7
LM
118102016-12-01 Luis Machado <lgustavo@codesourcery.com>
11811
11812 Fix test names starting with uppercase throughout the files.
11813
11814 * gdb.arch/i386-mpx-simple_segv.exp
11815 * gdb.arch/i386-mpx.exp
11816 * gdb.arch/i386-permbkpt.exp
11817 * gdb.arch/pa-nullify.exp
11818 * gdb.arch/powerpc-d128-regs.exp
11819 * gdb.arch/vsx-regs.exp
11820 * gdb.base/bfp-test.exp
11821 * gdb.base/break.exp
11822 * gdb.base/breakpoint-shadow.exp
11823 * gdb.base/callfuncs.exp
11824 * gdb.base/charset.exp
11825 * gdb.base/commands.exp
11826 * gdb.base/completion.exp
11827 * gdb.base/dfp-test.exp
11828 * gdb.base/echo.exp
11829 * gdb.base/ending-run.exp
11830 * gdb.base/eval.exp
11831 * gdb.base/expand-psymtabs.exp
11832 * gdb.base/float128.exp
11833 * gdb.base/floatn.exp
11834 * gdb.base/foll-exec-mode.exp
11835 * gdb.base/gdb1056.exp
11836 * gdb.base/gdb11531.exp
11837 * gdb.base/kill-after-signal.exp
11838 * gdb.base/multi-forks.exp
11839 * gdb.base/overlays.exp
11840 * gdb.base/pending.exp
11841 * gdb.base/sepdebug.exp
11842 * gdb.base/testenv.exp
11843 * gdb.base/valgrind-db-attach.exp
11844 * gdb.base/watch_thread_num.exp
11845 * gdb.base/watchpoint-cond-gone.exp
11846 * gdb.base/watchpoint.exp
11847 * gdb.base/watchpoints.exp
11848 * gdb.cp/arg-reference.exp
11849 * gdb.cp/baseenum.exp
11850 * gdb.cp/operator.exp
11851 * gdb.cp/shadow.exp
11852 * gdb.dwarf2/dw2-op-out-param.exp
11853 * gdb.dwarf2/dw2-reg-undefined.exp
11854 * gdb.go/chan.exp
11855 * gdb.go/hello.exp
11856 * gdb.go/integers.exp
11857 * gdb.go/methods.exp
11858 * gdb.go/package.exp
11859 * gdb.guile/scm-parameter.exp
11860 * gdb.guile/scm-progspace.exp
11861 * gdb.guile/scm-value.exp
11862 * gdb.mi/mi-pending.exp
11863 * gdb.mi/user-selected-context-sync.exp
11864 * gdb.multi/multi-attach.exp
11865 * gdb.multi/tids.exp
11866 * gdb.opt/clobbered-registers-O2.exp
11867 * gdb.pascal/floats.exp
11868 * gdb.pascal/integers.exp
11869 * gdb.python/py-block.exp
11870 * gdb.python/py-events.exp
11871 * gdb.python/py-parameter.exp
11872 * gdb.python/py-symbol.exp
11873 * gdb.python/py-symtab.exp
11874 * gdb.python/py-type.exp
11875 * gdb.python/py-value.exp
11876 * gdb.python/py-xmethods.exp
11877 * gdb.python/python.exp
11878 * gdb.reverse/break-precsave.exp
11879 * gdb.reverse/consecutive-precsave.exp
11880 * gdb.reverse/finish-precsave.exp
11881 * gdb.reverse/i386-precsave.exp
11882 * gdb.reverse/machinestate-precsave.exp
11883 * gdb.reverse/sigall-precsave.exp
11884 * gdb.reverse/solib-precsave.exp
11885 * gdb.reverse/step-precsave.exp
11886 * gdb.reverse/until-precsave.exp
11887 * gdb.reverse/watch-precsave.exp
11888 * gdb.server/ext-attach.exp
11889 * gdb.server/ext-restart.exp
11890 * gdb.server/ext-run.exp
11891 * gdb.server/ext-wrapper.exp
11892 * gdb.stabs/gdb11479.exp
11893 * gdb.stabs/weird.exp
11894 * gdb.threads/attach-many-short-lived-threads.exp
11895 * gdb.threads/kill.exp
11896 * gdb.threads/watchpoint-fork.exp
11897
bc6c7af4
LM
118982016-12-01 Luis Machado <lgustavo@codesourcery.com>
11899
11900 Fix test names starting with uppercase throughout all the files below.
11901
11902 * gdb.ada/array_return.exp
11903 * gdb.ada/catch_ex.exp
11904 * gdb.ada/info_exc.exp
11905 * gdb.ada/mi_catch_ex.exp
11906 * gdb.ada/mi_dyn_arr.exp
11907 * gdb.ada/mi_ex_cond.exp
11908 * gdb.ada/mi_exc_info.exp
11909 * gdb.ada/mi_interface.exp
11910 * gdb.ada/mi_task_arg.exp
11911 * gdb.ada/mi_task_info.exp
11912 * gdb.ada/mi_var_array.exp
11913 * gdb.arch/alpha-step.exp
11914 * gdb.arch/amd64-disp-step.exp
11915 * gdb.arch/arm-disp-step.exp
11916 * gdb.arch/disp-step-insn-reloc.exp
11917 * gdb.arch/e500-prologue.exp
11918 * gdb.arch/ftrace-insn-reloc.exp
11919 * gdb.arch/gdb1558.exp
11920 * gdb.arch/i386-bp_permanent.exp
11921 * gdb.arch/i386-disp-step.exp
11922 * gdb.arch/i386-float.exp
11923 * gdb.arch/i386-gnu-cfi.exp
11924 * gdb.arch/ia64-breakpoint-shadow.exp
11925 * gdb.arch/mips16-thunks.exp
11926 * gdb.arch/pa-nullify.exp
11927 * gdb.arch/powerpc-aix-prologue.exp
11928 * gdb.arch/powerpc-power.exp
11929 * gdb.arch/ppc-dfp.exp
11930 * gdb.arch/s390-tdbregs.exp
11931 * gdb.arch/spu-info.exp
11932 * gdb.arch/spu-ls.exp
11933 * gdb.arch/thumb-bx-pc.exp
11934 * gdb.base/advance.exp
11935 * gdb.base/annota-input-while-running.exp
11936 * gdb.base/arrayidx.exp
11937 * gdb.base/asmlabel.exp
11938 * gdb.base/async.exp
11939 * gdb.base/attach-wait-input.exp
11940 * gdb.base/auto-connect-native-target.exp
11941 * gdb.base/batch-preserve-term-settings.exp
11942 * gdb.base/bfp-test.exp
11943 * gdb.base/bigcore.exp
11944 * gdb.base/bp-permanent.exp
11945 * gdb.base/break-always.exp
11946 * gdb.base/break-fun-addr.exp
11947 * gdb.base/break-idempotent.exp
11948 * gdb.base/break-main-file-remove-fail.exp
11949 * gdb.base/break-probes.exp
11950 * gdb.base/break-unload-file.exp
11951 * gdb.base/break.exp
11952 * gdb.base/call-ar-st.exp
11953 * gdb.base/call-rt-st.exp
11954 * gdb.base/call-sc.exp
11955 * gdb.base/call-signal-resume.exp
11956 * gdb.base/call-strs.exp
11957 * gdb.base/callexit.exp
11958 * gdb.base/callfuncs.exp
11959 * gdb.base/catch-gdb-caused-signals.exp
11960 * gdb.base/catch-signal-siginfo-cond.exp
11961 * gdb.base/catch-syscall.exp
11962 * gdb.base/compare-sections.exp
11963 * gdb.base/cond-eval-mode.exp
11964 * gdb.base/condbreak-call-false.exp
11965 * gdb.base/consecutive-step-over.exp
11966 * gdb.base/cursal.exp
11967 * gdb.base/disabled-location.exp
11968 * gdb.base/disasm-end-cu.exp
11969 * gdb.base/display.exp
11970 * gdb.base/double-prompt-target-event-error.exp
11971 * gdb.base/dprintf-bp-same-addr.exp
11972 * gdb.base/dprintf-detach.exp
11973 * gdb.base/dprintf-next.exp
11974 * gdb.base/dprintf-non-stop.exp
11975 * gdb.base/dprintf-pending.exp
11976 * gdb.base/dso2dso.exp
11977 * gdb.base/ending-run.exp
11978 * gdb.base/enum_cond.exp
11979 * gdb.base/examine-backward.exp
11980 * gdb.base/exe-lock.exp
11981 * gdb.base/exec-invalid-sysroot.exp
11982 * gdb.base/execl-update-breakpoints.exp
11983 * gdb.base/execution-termios.exp
11984 * gdb.base/fileio.exp
11985 * gdb.base/fixsection.exp
11986 * gdb.base/foll-exec-mode.exp
11987 * gdb.base/foll-exec.exp
11988 * gdb.base/fork-running-state.exp
11989 * gdb.base/frame-args.exp
11990 * gdb.base/fullpath-expand.exp
11991 * gdb.base/func-ptr.exp
11992 * gdb.base/gcore-relro-pie.exp
11993 * gdb.base/gdb1090.exp
11994 * gdb.base/gdb1555.exp
11995 * gdb.base/global-var-nested-by-dso.exp
11996 * gdb.base/gnu-ifunc.exp
11997 * gdb.base/hbreak-in-shr-unsupported.exp
11998 * gdb.base/hbreak-unmapped.exp
11999 * gdb.base/hook-stop.exp
12000 * gdb.base/infcall-input.exp
12001 * gdb.base/info-fun.exp
12002 * gdb.base/info-shared.exp
12003 * gdb.base/interrupt-noterm.exp
12004 * gdb.base/jit-so.exp
12005 * gdb.base/jit.exp
12006 * gdb.base/line-symtabs.exp
12007 * gdb.base/list.exp
12008 * gdb.base/longjmp.exp
12009 * gdb.base/macscp.exp
12010 * gdb.base/max-value-size.exp
12011 * gdb.base/nodebug.exp
12012 * gdb.base/nofield.exp
12013 * gdb.base/overlays.exp
12014 * gdb.base/paginate-after-ctrl-c-running.exp
12015 * gdb.base/paginate-bg-execution.exp
12016 * gdb.base/paginate-inferior-exit.exp
12017 * gdb.base/pending.exp
12018 * gdb.base/pr11022.exp
12019 * gdb.base/printcmds.exp
12020 * gdb.base/ptr-typedef.exp
12021 * gdb.base/ptype.exp
12022 * gdb.base/randomize.exp
12023 * gdb.base/range-stepping.exp
12024 * gdb.base/realname-expand.exp
12025 * gdb.base/relativedebug.exp
12026 * gdb.base/remote.exp
12027 * gdb.base/savedregs.exp
12028 * gdb.base/sepdebug.exp
12029 * gdb.base/set-noassign.exp
12030 * gdb.base/shlib-call.exp
12031 * gdb.base/shreloc.exp
12032 * gdb.base/sigaltstack.exp
12033 * gdb.base/sigbpt.exp
12034 * gdb.base/siginfo-addr.exp
12035 * gdb.base/siginfo-obj.exp
12036 * gdb.base/siginfo-thread.exp
12037 * gdb.base/signest.exp
12038 * gdb.base/signull.exp
12039 * gdb.base/sigrepeat.exp
12040 * gdb.base/skip.exp
12041 * gdb.base/so-impl-ld.exp
12042 * gdb.base/solib-corrupted.exp
12043 * gdb.base/solib-disc.exp
12044 * gdb.base/solib-display.exp
12045 * gdb.base/solib-overlap.exp
12046 * gdb.base/solib-search.exp
12047 * gdb.base/solib-symbol.exp
12048 * gdb.base/source-execution.exp
12049 * gdb.base/sss-bp-on-user-bp-2.exp
12050 * gdb.base/sss-bp-on-user-bp.exp
12051 * gdb.base/stack-checking.exp
12052 * gdb.base/stale-infcall.exp
12053 * gdb.base/step-break.exp
12054 * gdb.base/step-line.exp
12055 * gdb.base/step-over-exit.exp
12056 * gdb.base/step-test.exp
12057 * gdb.base/structs.exp
12058 * gdb.base/sym-file.exp
12059 * gdb.base/symtab-search-order.exp
12060 * gdb.base/term.exp
12061 * gdb.base/type-opaque.exp
12062 * gdb.base/unload.exp
12063 * gdb.base/until-nodebug.exp
12064 * gdb.base/until.exp
12065 * gdb.base/unwindonsignal.exp
12066 * gdb.base/watch-cond.exp
12067 * gdb.base/watch-non-mem.exp
12068 * gdb.base/watch_thread_num.exp
12069 * gdb.base/watchpoint-reuse-slot.exp
12070 * gdb.base/watchpoint-solib.exp
12071 * gdb.base/watchpoint.exp
12072 * gdb.btrace/dlopen.exp
12073 * gdb.cell/arch.exp
12074 * gdb.cell/break.exp
12075 * gdb.cell/bt.exp
12076 * gdb.cell/core.exp
12077 * gdb.cell/data.exp
12078 * gdb.cell/dwarfaddr.exp
12079 * gdb.cell/ea-cache.exp
12080 * gdb.cell/ea-standalone.exp
12081 * gdb.cell/ea-test.exp
12082 * gdb.cell/f-regs.exp
12083 * gdb.cell/fork.exp
12084 * gdb.cell/gcore.exp
12085 * gdb.cell/mem-access.exp
12086 * gdb.cell/ptype.exp
12087 * gdb.cell/registers.exp
12088 * gdb.cell/sizeof.exp
12089 * gdb.cell/solib-symbol.exp
12090 * gdb.cell/solib.exp
12091 * gdb.compile/compile-tls.exp
12092 * gdb.cp/exception.exp
12093 * gdb.cp/gdb2495.exp
12094 * gdb.cp/local.exp
12095 * gdb.cp/mb-inline.exp
12096 * gdb.cp/mb-templates.exp
12097 * gdb.cp/pr10687.exp
12098 * gdb.cp/pr9167.exp
12099 * gdb.cp/scope-err.exp
12100 * gdb.cp/templates.exp
12101 * gdb.cp/virtfunc.exp
12102 * gdb.dwarf2/dw2-dir-file-name.exp
12103 * gdb.dwarf2/dw2-single-line-discriminators.exp
12104 * gdb.fortran/complex.exp
12105 * gdb.fortran/library-module.exp
12106 * gdb.guile/guile.exp
12107 * gdb.guile/scm-cmd.exp
12108 * gdb.guile/scm-frame-inline.exp
12109 * gdb.guile/scm-objfile.exp
12110 * gdb.guile/scm-pretty-print.exp
12111 * gdb.guile/scm-symbol.exp
12112 * gdb.guile/scm-type.exp
12113 * gdb.guile/scm-value.exp
12114 * gdb.linespec/keywords.exp
12115 * gdb.linespec/ls-errs.exp
12116 * gdb.linespec/macro-relative.exp
12117 * gdb.linespec/thread.exp
12118 * gdb.mi/mi-breakpoint-changed.exp
12119 * gdb.mi/mi-dprintf-pending.exp
12120 * gdb.mi/mi-fullname-deleted.exp
12121 * gdb.mi/mi-logging.exp
12122 * gdb.mi/mi-pending.exp
12123 * gdb.mi/mi-solib.exp
12124 * gdb.mi/new-ui-mi-sync.exp
12125 * gdb.mi/user-selected-context-sync.exp
12126 * gdb.multi/dummy-frame-restore.exp
12127 * gdb.multi/multi-arch-exec.exp
12128 * gdb.multi/remove-inferiors.exp
12129 * gdb.multi/watchpoint-multi-exit.exp
12130 * gdb.opt/solib-intra-step.exp
12131 * gdb.perf/backtrace.exp
12132 * gdb.perf/single-step.exp
12133 * gdb.perf/skip-command.exp
12134 * gdb.perf/skip-prologue.exp
12135 * gdb.perf/solib.exp
12136 * gdb.python/lib-types.exp
12137 * gdb.python/py-as-string.exp
12138 * gdb.python/py-bad-printers.exp
12139 * gdb.python/py-block.exp
12140 * gdb.python/py-breakpoint.exp
12141 * gdb.python/py-cmd.exp
12142 * gdb.python/py-events.exp
12143 * gdb.python/py-evthreads.exp
12144 * gdb.python/py-finish-breakpoint.exp
12145 * gdb.python/py-finish-breakpoint2.exp
12146 * gdb.python/py-frame-inline.exp
12147 * gdb.python/py-frame.exp
12148 * gdb.python/py-inferior.exp
12149 * gdb.python/py-infthread.exp
12150 * gdb.python/py-mi.exp
12151 * gdb.python/py-objfile.exp
12152 * gdb.python/py-pp-maint.exp
12153 * gdb.python/py-pp-registration.exp
12154 * gdb.python/py-prettyprint.exp
12155 * gdb.python/py-recurse-unwind.exp
12156 * gdb.python/py-shared.exp
12157 * gdb.python/py-symbol.exp
12158 * gdb.python/py-symtab.exp
12159 * gdb.python/py-template.exp
12160 * gdb.python/py-type.exp
12161 * gdb.python/py-unwind-maint.exp
12162 * gdb.python/py-unwind.exp
12163 * gdb.python/py-value.exp
12164 * gdb.python/python.exp
12165 * gdb.reverse/finish-reverse-bkpt.exp
12166 * gdb.reverse/insn-reverse.exp
12167 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12168 * gdb.reverse/solib-precsave.exp
12169 * gdb.reverse/solib-reverse.exp
12170 * gdb.stabs/gdb11479.exp
12171 * gdb.stabs/weird.exp
12172 * gdb.threads/fork-child-threads.exp
12173 * gdb.threads/fork-plus-threads.exp
12174 * gdb.threads/fork-thread-pending.exp
12175 * gdb.threads/forking-threads-plus-breakpoint.exp
12176 * gdb.threads/hand-call-in-threads.exp
12177 * gdb.threads/interrupted-hand-call.exp
12178 * gdb.threads/linux-dp.exp
12179 * gdb.threads/local-watch-wrong-thread.exp
12180 * gdb.threads/next-while-other-thread-longjmps.exp
12181 * gdb.threads/non-ldr-exit.exp
12182 * gdb.threads/pending-step.exp
12183 * gdb.threads/print-threads.exp
12184 * gdb.threads/process-dies-while-detaching.exp
12185 * gdb.threads/process-dies-while-handling-bp.exp
12186 * gdb.threads/pthreads.exp
12187 * gdb.threads/queue-signal.exp
12188 * gdb.threads/reconnect-signal.exp
12189 * gdb.threads/signal-command-handle-nopass.exp
12190 * gdb.threads/signal-command-multiple-signals-pending.exp
12191 * gdb.threads/signal-delivered-right-thread.exp
12192 * gdb.threads/signal-sigtrap.exp
12193 * gdb.threads/sigthread.exp
12194 * gdb.threads/staticthreads.exp
12195 * gdb.threads/stepi-random-signal.exp
12196 * gdb.threads/thread-unwindonsignal.exp
12197 * gdb.threads/thread_check.exp
12198 * gdb.threads/thread_events.exp
12199 * gdb.threads/tid-reuse.exp
12200 * gdb.threads/tls-nodebug.exp
12201 * gdb.threads/tls-shared.exp
12202 * gdb.threads/tls-so_extern.exp
12203 * gdb.threads/tls.exp
12204 * gdb.threads/wp-replication.exp
12205 * gdb.trace/actions-changed.exp
12206 * gdb.trace/actions.exp
12207 * gdb.trace/backtrace.exp
12208 * gdb.trace/change-loc.exp
12209 * gdb.trace/collection.exp
12210 * gdb.trace/deltrace.exp
12211 * gdb.trace/disconnected-tracing.exp
12212 * gdb.trace/entry-values.exp
12213 * gdb.trace/ftrace-lock.exp
12214 * gdb.trace/ftrace.exp
12215 * gdb.trace/infotrace.exp
12216 * gdb.trace/mi-trace-frame-collected.exp
12217 * gdb.trace/mi-trace-unavailable.exp
12218 * gdb.trace/mi-traceframe-changed.exp
12219 * gdb.trace/mi-tracepoint-changed.exp
12220 * gdb.trace/mi-tsv-changed.exp
12221 * gdb.trace/no-attach-trace.exp
12222 * gdb.trace/packetlen.exp
12223 * gdb.trace/passc-dyn.exp
12224 * gdb.trace/passcount.exp
12225 * gdb.trace/pending.exp
12226 * gdb.trace/pr16508.exp
12227 * gdb.trace/qtro.exp
12228 * gdb.trace/range-stepping.exp
12229 * gdb.trace/read-memory.exp
12230 * gdb.trace/report.exp
12231 * gdb.trace/save-trace.exp
12232 * gdb.trace/signal.exp
12233 * gdb.trace/stap-trace.exp
12234 * gdb.trace/status-stop.exp
12235 * gdb.trace/strace.exp
12236 * gdb.trace/tfile.exp
12237 * gdb.trace/tfind.exp
12238 * gdb.trace/trace-break.exp
12239 * gdb.trace/trace-condition.exp
12240 * gdb.trace/trace-enable-disable.exp
12241 * gdb.trace/trace-mt.exp
12242 * gdb.trace/tracecmd.exp
12243 * gdb.trace/tracefile-pseudo-reg.exp
12244 * gdb.trace/tspeed.exp
12245 * gdb.trace/tstatus.exp
12246 * gdb.trace/tsv.exp
12247 * gdb.trace/unavailable.exp
12248 * gdb.trace/while-dyn.exp
12249 * gdb.trace/while-stepping.exp
12250 * lib/gdb-guile.exp
12251 * lib/gdb.exp
12252 * lib/mi-support.exp
12253 * lib/pascal.exp
12254 * lib/perftest.exp
12255 * lib/prelink-support.exp
12256 * lib/selftest-support.exp
12257
ad02e4fe
SM
122582016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12259
12260 * Makefile.in: Include disable-implicit-rules.mk.
12261
22347e55
AA
122622016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12263
12264 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12265 non-byte-aligned bit fields.
12266
da5b30da
AA
122672016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12268
12269 PR gdb/12616
12270 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12271 respects the DW_AT_data_bit_offset attribute.
12272
b593ecca
SM
122732016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12274
12275 * gdb.base/default.exp: Fix output of "set language".
12276
3b165252
SM
122772016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12278
12279 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12280 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12281 make.
12282 * configure.ac: Remove checks for the make program.
12283 * configure: Re-generate.
12284
1a2f3d7f
KB
122852016-11-16 Kevin Buettner <kevinb@redhat.com>
12286
12287 * gdb.python/py-recurse-unwind.c (main): Add loop.
12288 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12289 to read_register() and gdb.parse_and_eval(). Make each code
12290 call a separate case that can be individually tested.
12291 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12292 proc. Call cont_and_backtrace for each of the code paths that
12293 we want to test in the unwinder.
12294
b7f38fda
AA
122952016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12296
12297 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12298 the definition of struct S.
12299
1f8db343
CM
123002016-11-11 Catherine Moore <clm@codesourcery.com>
12301
12302 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12303
fad0c9fb
PA
123042016-11-09 Pedro Alves <palves@redhat.com>
12305
12306 * gdb.base/commands.exp (runto_or_return): New procedure.
12307 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12308 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12309 (progvar_simple_while_test, progvar_complex_if_while_test)
12310 (if_while_breakpoint_command_test)
12311 (infrun_breakpoint_command_test, breakpoint_command_test)
12312 (user_defined_command_test, watchpoint_command_test)
12313 (test_command_prompt_position, redefine_hook_test)
12314 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12315 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12316 multi_line_input and multi_line. Remove gdb_expect and
12317 gdb_stop_suppressing_tests uses.
12318 * lib/gdb.exp (valnum_re): New global.
12319 (multi_line_input): New procedure.
12320
8354c62c
SM
123212016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12322
12323 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12324 Remove.
12325 (test_setup): Define with proc_with_prefix.
12326 (test_cli_inferior): Likewise.
12327 (test_cli_thread): Likewise.
12328 (test_cli_frame): Likewise.
12329 (test_cli_select_frame): Likewise.
12330 (test_cli_up_down): Likewise.
12331 (test_mi_thread_select): Likewise.
12332 (test_mi_stack_select_frame): Likewise.
12333 (test_cli_in_mi_inferior): Likewise.
12334 (test_cli_in_mi_thread): Likewise.
12335 (test_cli_in_mi_frame): Likewise.
12336 (top level): Do not use with_test_prefix_procname.
12337
64f367a2
PA
123382016-11-09 Pedro Alves <palves@redhat.com>
12339
12340 * gdb.base/commands.exp (gdbvar_simple_if_test)
12341 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12342 (progvar_simple_if_test, progvar_simple_while_test)
12343 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12344 (infrun_breakpoint_command_test, breakpoint_command_test)
12345 (user_defined_command_test, watchpoint_command_test)
12346 (test_command_prompt_position, deprecated_command_test)
12347 (bp_deleted_in_command, temporary_breakpoint_commands)
12348 (stray_arg0_test, source_file_with_indented_comment)
12349 (recursive_source_test, if_commands_test)
12350 (error_clears_commands_left, redefine_hook_test)
12351 (redefine_backtrace_test): Use proc_with_prefix.
12352 * lib/gdb.exp (proc_with_prefix): New proc.
12353
0bb65f1e
AA
123542016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12355
12356 * gdb.base/tui-layout.c: New file.
12357 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12358 disassembly window contains very long lines.
12359
7353f247
TT
123602016-11-08 Tom Tromey <tom@tromey.com>
12361
12362 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12363 depend on Python 2.
12364
30a7bb83
TT
123652016-11-08 Tom Tromey <tom@tromey.com>
12366
12367 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12368 New method.
12369
cdf5a07c
MG
123702016-10-29 Manish Goregaokar <manish@mozilla.com>
12371
2806dc7e 12372 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 12373
51a789c3
MG
123742016-10-27 Manish Goregaokar <manish@mozilla.com>
12375
2806dc7e
PA
12376 * gdb.rust/simple.rs: Add test for univariant enums without
12377 discriminants and for encoded struct-like enums.
51a789c3 12378
f610ab6d
PA
123792016-10-28 Pedro Alves <palves@redhat.com>
12380
12381 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12382 gdb_test_multiple, tighten regexps and match symtabs and line
12383 tables incrementally.
12384
b129b0ca
LM
123852016-10-28 Luis Machado <lgustavo@codesourcery.com>
12386
12387 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12388 general.
12389
ecf45d2c
SL
123902016-10-25 Luis Machado <lgustavo@codesourcery.com>
12391
12392 * gdb.base/exec-invalid-sysroot.exp: New file.
12393
b8d38ee4
JK
123942016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12395
12396 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12397
f90fd8c2
JK
123982016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12399
12400 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12401
2d2476aa
MR
124022016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12403
2806dc7e
PA
12404 * gdb.base/killed-outside.exp: Remove $options from a call to
12405 `prepare_for_testing'.
2d2476aa 12406
e42b25a0
SM
124072016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12408
12409 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12410 Change test message.
12411
3ccdb432
SM
124122016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12413
12414 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12415 Update comment.
12416
5bad3170
SM
124172016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12418
12419 * gdb.trace/mi-trace-save.exp: New file.
12420
5ad9dba7
YQ
124212016-10-13 Yao Qi <yao.qi@linaro.org>
12422
12423 * gdb.base/code_elim.exp (get_var_address): Remove.
12424 * gdb.base/relocate.exp: Likewise.
12425 * gdb.base/shreloc.exp: Likewise.
12426 * lib/gdb.exp (get_var_address): New.
12427
62df7e21
YQ
124282016-10-13 Yao Qi <yao.qi@linaro.org>
12429
12430 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12431 floating point tests if $skip_float_test is false.
12432
4dac951e
LM
124332016-10-12 Luis Machado <lgustavo@codesourcery.com>
12434
12435 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12436 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12437 argc values.
12438 Add 1 to argc so we guarantee distinct initial/modified argc values.
12439
8f1a8fc4
JK
124402016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12441
12442 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12443
16c85b5d
JK
124442016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12445
12446 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12447 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12448 * gdb.arch/vsx-regs.exp: Likewise.
12449
1d0e042a
YQ
124502016-10-07 Yao Qi <yao.qi@linaro.org>
12451
12452 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12453
68dadef5
MM
124542016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12455
12456 * gdb.python/python.exp: Test decode_line("*0").
12457
33fa2c6e
DE
124582016-10-06 Doug Evans <dje@google.com>
12459
12460 * gdb.python/py-value.exp (test_value_creation): Add test for large
12461 unsigned 64-bit value.
12462
9c37b5ae
TT
124632016-10-06 Tom Tromey <tom@tromey.com>
12464
12465 * gdb.compile/compile.exp: Change java tests to rust.
12466 * gdb.base/setshow.exp: Change java tests to rust.
12467 * gdb.base/default.exp: Remove java from language list.
12468 * README (Examples): Update language example.
12469 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12470 test.
12471 * lib/gdb.exp (skip_java_tests): Remove.
12472 * lib/java.exp: Remove.
12473 * gdb.java: Remove.
12474
78b86327
MR
124752016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12476
12477 * gdb.arch/mips-fcr.exp: New test.
12478 * gdb.arch/mips-fcr.c: Source for the new test.
12479
7470adbb
MR
124802016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12481
12482 * gdb.base/solib-disc.exp: Use `standard_output_file'
12483 throughout.
12484
4a556533
PA
124852016-10-06 Pedro Alves <palves@redhat.com>
12486
12487 * gdb.base/jit-simple-dl.c: New file.
12488 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12489 * gdb.base/jit-simple.c: ... this.
12490 * gdb.base/jit-simple.exp (jit_run): Delete.
12491 (build_jit): New proc.
12492 (jit_test_reread): Recompile either the main program or the shared
12493 library, depending on what is being tested. Skip changing address
12494 if caller wants to. Compare before/after addresses. If testing
12495 standalone, explicitly load the binary. Test "maint info
12496 breakpoints".
12497 (top level): Add "standalone vs shared lib" and "change address"
12498 vs "same address" axes.
12499
5a122fbc
PA
125002016-10-06 Pedro Alves <palves@redhat.com>
12501
12502 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12503 call.
12504 (jit_run): Delete.
12505 (jit_test_reread): Use with_test_prefix. Reload the main binary
12506 explicitly. Compare the before/after addresses of the JIT
12507 descriptor.
12508
ee8da4b8
DE
125092016-08-15 Doug Evans <dje@google.com>
12510
12511 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12512 for single bitfields is bool.
12513 * gdb.xml/tdesc-regs.exp: Ditto.
12514
f389f6fe
JK
125152016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12516
12517 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12518
fdebf1a4
YQ
125192016-10-05 Yao Qi <yao.qi@linaro.org>
12520
12521 * lib/gdb.exp (support_complex_tests): Return zero if
12522 gdb_skip_float_test return true.
12523
9c36d954 125242016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12525 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
12526
12527 PR gdb/20487
12528 * gdb.mi/user-selected-context-sync.exp: New file.
12529 * gdb.mi/user-selected-context-sync.c: New file.
12530
4034d0ff 125312016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 12532 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
12533
12534 PR gdb/20487
12535 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12536 =thread-select-event check.
12537
a4297203
PB
125382016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12539
12540 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12541 the compulsory L operand changes.
12542 * gdb.arch/powerpc-power.s: Likewise.
12543
bb805577
JK
125442016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12545
12546 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12547 * gdb.base/jit-attach-pie.c: New file.
12548 * gdb.base/jit-attach-pie.exp: New file.
12549
6d61dee5
PA
125502016-09-28 Pedro Alves <palves@redhat.com>
12551
12552 * gdb.base/infcall-input.c: New file.
12553 * gdb.base/infcall-input.exp: New file.
12554
f73842fc
YQ
125552016-09-22 Yao Qi <yao.qi@linaro.org>
12556
12557 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12558 (gdb_exit): Rename it to ...
12559 (gdbserver_gdb_exit): ... Close GDBserver.
12560 (gdb_exit): New proc, call gdbserver_gdb_exit.
12561 (mi_gdb_exit): Likewise.
12562
90681dab
YQ
125632016-09-22 Yao Qi <yao.qi@linaro.org>
12564
12565 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12566 path.
12567 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12568 Remove duplication.
12569
9c211fd8
YQ
125702016-09-22 Yao Qi <yao.qi@linaro.org>
12571
12572 * lib/gdbserver-support.exp: Check the existence of
12573 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
12574
ad0a504f
AK
125752016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
12576
12577 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
12578
36cf1806
TT
125792016-09-21 Tom Tromey <tom@tromey.com>
12580
12581 PR gdb/20604:
12582 * gdb.base/quit.exp: New file.
12583
74172ecf
SM
125842016-09-21 Simon Marchi <simon.marchi@ericsson.com>
12585
12586 * .gitignore: New file.
12587
3d0ec882
MR
125882016-09-21 Maciej W. Rozycki <macro@imgtec.com>
12589
12590 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
12591 throughout.
12592
8193adea
AA
125932016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12594
12595 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
12596
d41a5c09
JK
125972016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12598
12599 * gdb.cp/casts.cc (decltype): Move it ...
12600 (main): ... with its call to ...
12601 * gdb.cp/casts03.cc: ... a new file.
12602 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
12603
d2dfe700
JK
126042016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12605
12606 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
12607
e2a92b16
PB
126082016-09-15 Peter Bergner <bergner@vnet.ibm.com>
12609
12610 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
12611 and sync up the test with tests in gas/testsuite/gas/ppc.
12612 * gdb.arch/powerpc-power.exp: Likewise.
12613
49b4de64
JK
126142016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12615
12616 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
12617
2c29df25
SDJ
126182016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
12619 Jan Kratochvil <jan.kratochvil@redhat.com>
12620
12621 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
12622 make m1's definition to be different from m2's. Use 'dummy' as an
12623 argument for probe 'two'.
12624
cc3c2846
JB
126252016-09-10 Jon Beniston <jon@beniston.com>
12626
12627 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
12628 for sim target.
12629
e1b2624a
AA
126302016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12631
12632 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
12633 variable declaration.
12634 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
12635 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
12636 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
12637 received HWCAP as its argument.
12638
4295e285
PA
126392016-09-06 Pedro Alves <palves@redhat.com>
12640
12641 * gdb.base/new-ui-pending-input.c: New file.
12642 * gdb.base/new-ui-pending-input.exp: New file.
12643 * gdb.exp (clear_gdb_spawn_id): New procedure.
12644 (with_spawn_id): Check whether gdb_spawn_id exists before
12645 referencing it. If gdb_spawn_id didn't exist on entry, clear it
12646 on exit.
12647
00d5215e
UW
126482016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12649
12650 * gdb.base/float128.c: New file.
12651 * gdb.base/float128.exp: Likewise.
12652 * gdb.base/floatn.c: Likewise.
12653 * gdb.base/floatn.exp: Likewise.
12654
a9ff5f12
UW
126552016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
12656
12657 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
12658
f245535c
PA
126592016-09-05 Pedro Alves <palves@redhat.com>
12660
12661 PR backtrace/19927
12662 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
12663 unwinders are immediately called as side effect of "source" or
12664 "disable unwinder" commands.
12665 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
12666
ae9cf263
YQ
126672016-09-02 Yao Qi <yao.qi@linaro.org>
12668
12669 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
12670 is true and $type is "float" or "double".
12671
27aba047
YQ
126722016-09-02 Yao Qi <yao.qi@linaro.org>
12673
12674 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
12675 true.
12676 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
12677 * gdb.base/call-rt-st.exp: Likewise.
12678 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
12679 return value instead of gdb,skip_float_test.
12680 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
12681 (do_function_calls): Use its return value instead of
12682 gdb,skip_float_test.
12683 * gdb.base/finish.exp: Likewise.
12684 * gdb.base/funcargs.exp: Likewise.
12685 * gdb.base/return.exp: Likewise.
12686 * gdb.base/return2.exp: Likewise.
12687 * gdb.base/varargs.exp: Likewise.
12688 * lib/gdb.exp (gdb_skip_float_test): Change it to
12689 gdb_caching_proc. Detect the broken ptrace on arm-linux.
12690
5af962df
AA
126912016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12692
12693 * gdb.multi/tids.exp: Test "thread apply all".
12694
7fac6910
JK
126952016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12696
12697 * gdb.base/default.exp (tty): Remove.
12698
bb1fe4ac
KB
126992016-08-24 Kevin Buettner <kevinb@redhat.com>
12700
2806dc7e
PA
12701 * gdb.python/py-recurse-unwind.c: New file.
12702 * gdb.python/py-recurse-unwind.py: New file.
12703 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 12704
0a1ddfa6
SM
127052016-08-24 Simon Marchi <simon.marchi@ericsson.com>
12706
12707 * gdb.base/set-inferior-tty.exp: New file.
12708 * gdb.base/set-inferior-tty.c: New file.
12709
d9de1fe3
PA
127102016-08-23 Pedro Alves <palves@redhat.com>
12711
12712 PR gdb/20494
12713 * gdb.base/new-ui-echo.c: New file.
12714 * gdb.base/new-ui-echo.exp: New file.
12715
e9d9abd7
YQ
127162016-08-23 Yao Qi <yao.qi@linaro.org>
12717
12718 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
12719 gdbserver_spawn.
12720 * gdb.server/connect-without-multi-process.exp (do_test):
12721 Likewise.
12722
3589529e
YQ
127232016-08-23 Yao Qi <yao.qi@linaro.org>
12724
12725 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
12726 standalone_txt. Delete gdb_txt and standalone_txt on host
12727 and target. Spawn the binary on target. Copy files from
12728 target to host.
12729
6bb90213
PA
127302016-08-22 Pedro Alves <palves@redhat.com>
12731
12732 PR gdb/20505
12733 * gdb.base/vdso-warning.exp: Test core dumps too. Use
12734 with_test_prefix. Factor out bits to ...
12735 (test_no_vdso): ... this new procedure.
12736
20c2c024
CL
127372016-08-19 Carl Love <cel@us.ibm.com>
12738
12739 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
12740 maintaining separate logic for constructing the output path.
12741 * gdb.arch/powerpc-d128-regs.exp: Likewise.
12742 * gdb.arch/ppc-dfp.exp: Likewise.
12743 * gdb.arch/ppc-fp.exp: Likewise.
12744 * gdb.arch/vsx-regs.exp: Likewise.
12745 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
12746 binprefix for generating the additional binary files.
12747
0646e07d
PA
127482016-08-19 Pedro Alves <palves@redhat.com>
12749
12750 * gdb.trace/mi-trace-frame-collected.exp
12751 (test_trace_frame_collected): On x32, expect two registers.
12752
46da9242
CL
127532016-08-18 Carl Love <cel@us.ibm.com>
12754
12755 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
12756 and sync up the test with tests in gas/testsuite/gas/ppc.
12757 * gdb.arch/powerpc-power.exp: Likewise.
12758
eb2332d7
SM
127592016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12760
12761 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12762 expected error message.
12763
63c61e04
SM
127642016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12765
12766 * gdb.multi/remove-inferiors.exp: New file.
12767 * gdb.multi/remove-inferiors.c: New file.
12768
7b17065f
YQ
127692016-08-12 Yao Qi <yao.qi@linaro.org>
12770
12771 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12772 argument list.
12773
01d3dedf
PA
127742016-08-10 Pedro Alves <palves@redhat.com>
12775
12776 PR gdb/19187
12777 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12778 setup_kfails.
12779
3eb7562a
PA
127802016-08-09 Pedro Alves <palves@redhat.com>
12781 Simon Marchi <simon.marchi@ericsson.com>
12782
12783 PR gdb/20418
12784 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12785 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12786
80614914
PA
127872016-08-09 Pedro Alves <palves@redhat.com>
12788
12789 PR mi/20431
12790 * gdb.mi/mi-cmd-error.exp: New file.
12791
f348d89a
PA
127922016-08-09 Pedro Alves <palves@redhat.com>
12793
12794 PR gdb/18653
12795 * gdb.base/signals-state-child.c: New file.
12796 * gdb.base/signals-state-child.exp: New file.
12797 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12798
e5ca03b4
PA
127992016-08-09 Pedro Alves <palves@redhat.com>
12800
12801 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12802
282a0691
TT
128032016-08-03 Tom Tromey <tom@tromey.com>
12804
12805 PR python/18565:
12806 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12807
41bfcd63
YQ
128082016-08-01 Yao Qi <yao.qi@linaro.org>
12809
12810 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12811 variable mode to "multi-process" if $multi_process is 1, otherwise
12812 set it to "single-process".
12813
e3465b24
YQ
128142016-08-01 Yao Qi <yao.qi@linaro.org>
12815
12816 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12817 * gdb.cp/cpexprs.exp: Likewise.
12818 * gdb.cp/m-static.exp: Likewise.
12819
0b31a4bc
TT
128202016-07-26 Tom Tromey <tom@tromey.com>
12821
12822 PR python/20190:
12823 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12824 test.
12825
e0461dbb
MM
128262016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12827
12828 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12829 selecting assembly source files.
12830 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12831 assembly source files.
12832 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12833 assembly source files.
12834 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12835 selecting assembly source files.
12836
8194e927
SM
128372016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12838
12839 * gdb.base/new-ui.exp (do_test_invalid_args): New
12840 procedure.
12841
c0272db5
TW
128422016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12843
12844 * gdb.btrace/reconnect.c: New file.
12845 * gdb.btrace/reconnect.exp: New file.
12846
e3487908
GKB
128472016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12848
12849 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12850 to test_catch_syscall_group.
12851 (test_catch_syscall_group): New.
12852
12df5c00
TT
128532016-07-21 Tom Tromey <tom@tromey.com>
12854
12855 * gdb.rust/simple.rs (main): Use empty struct expression.
12856 * gdb.rust/simple.exp: Add tests for empty struct expression.
12857
bae62ee2
YQ
128582016-07-21 Yao Qi <yao.qi@linaro.org>
12859
12860 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12861 if gdb_skip_xml_test is true on some targets.
12862
b1b53fb3
YQ
128632016-07-21 Yao Qi <yao.qi@linaro.org>
12864
12865 * gdb.server/solib-list.exp: Unset last_loaded_file.
12866
027d97f8
JK
128672016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12868
12869 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12870 "step into captured_main (args)".
12871
7674d381
JK
128722016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12873
12874 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12875
72b5d099
JK
128762016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12877
12878 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12879
1f960ced
PA
128802016-07-19 Pedro Alves <palves@redhat.com>
12881
12882 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12883 * gdb.opt/inline-bt.exp: Likewise.
12884 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12885 additional_flags=-Winline.
12886 * gdb.opt/inline-locals.exp: Likewise.
12887 * gdb.opt/inline-markers.c (ATTR): Define.
12888 (inlined_fn): Use it.
12889
f25827c1
YQ
128902016-07-19 Yao Qi <yao.qi@linaro.org>
12891
12892 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12893 (test_with_self): Remove some code. Remove argument executable.
12894 (top-level): Use do_self_tests.
12895
37539ebe
DB
128962016-07-15 Zachary Welch <zwelch@codesourcery.com>
12897 Don Breazeal <donb@codesourcery.com>
12898
12899 * gdb.base/maint.exp: Escape paths used in regular expressions.
12900 * gdb.stabs/weird.exp: Likewise.
12901
dac790e1
TT
129022016-07-13 Tom Tromey <tom@tromey.com>
12903
12904 PR python/15620, PR python/18620:
12905 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12906 (test_bkpt_events): New procs.
12907
93daf339
TT
129082016-07-13 Tom Tromey <tom@tromey.com>
12909
12910 PR python/17698:
12911 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12912 test.
12913 (test_watchpoints): Likewise.
12914 (test_bkpt_pending): New proc.
12915
6571a381
TT
129162016-07-13 Tom Tromey <tom@tromey.com>
12917
12918 PR cli/18053:
12919 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12920 completion test.
12921
e8732474
JK
129222016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12923
12924 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12925 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12926 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12927 f_label.
12928 (g): Rename g_end_lbl to g_label.
12929 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12930 low_pc and high_pc.
12931 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12932
e0f3fd7c
TT
129332016-07-12 Tom Tromey <tom@tromey.com>
12934
12935 PR python/19293:
12936 * gdb.python/py-unwind-maint.exp: Update tests.
12937
3cfe46b6
YQ
129382016-07-12 Yao Qi <yao.qi@linaro.org>
12939
12940 * lib/selftest-support.exp (selftest_setup): Match the output
12941 when captured_main is inlined.
12942
4f19a0e6
WT
129432016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12944
12945 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12946 New variables.
12947 (print this%a, print this%b, print this): New tests.
12948 * gdb.fortran/derived-types.f90 (this): New object and
12949 initialization.
12950
986cf455
SM
129512016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12952
12953 * gdb.ada/arraydim.exp: Remove extra directory level in build
12954 directory.
12955
f0464b23
SM
129562016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12957
12958 * lib/ada.exp: Remove extra directory level in build directory.
12959 * gdb.ada/cond_lang.exp: Likewise.
12960 * gdb.ada/exec_changed.exp: Likewise.
12961 * gdb.ada/lang_switch.exp: Likewise.
12962
42d94011
MG
129632016-07-06 Manish Goregaokar <manish@mozilla.com>
12964
2806dc7e
PA
12965 * simple.rs: Add test for raw pointer subscripting.
12966 * simple.exp: Add test expectations.
42d94011 12967
647c264c
YQ
129682016-07-05 Yao Qi <yao.qi@linaro.org>
12969
12970 * gdb.mi/mi-reverse.exp: Match =record-started output.
12971
20aa2c60
PA
129722016-07-01 Pedro Alves <palves@redhat.com>
12973
12974 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12975 procedure.
12976 (jit_reader_test): Test the jit reader's unwinder.
12977 * gdb.base/jithost.c (jit_function_00_code): New global.
12978 (main): Use memcpy to fill in the mmapped code, instead of poking
12979 bytes manually here.
12980 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12981 value.
12982 (read_debug_info): Save the function's range.
12983 (read_sp): New function.
12984 (unwind_frame): Use it. Also unwind RBP.
12985 (get_frame_id): Use read_sp.
12986 (gdb_init_reader): Use calloc instead of malloc.
12987 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12988 parameter. Use gdb_test_multiple.
12989
ced2dffb
PA
129902016-07-01 Pedro Alves <palves@redhat.com>
12991 Antoine Tremblay <antoine.tremblay@ericsson.com>
12992
12993 * gdb.threads/process-dies-while-detaching.c: New file.
12994 * gdb.threads/process-dies-while-detaching.exp: New file.
12995
63000888
PA
129962016-07-01 Pedro Alves <palves@redhat.com>
12997
12998 * gdb.multi/watchpoint-multi-exit.c: New file.
12999 * gdb.multi/watchpoint-multi-exit.exp: New file.
13000
038d4868
PA
130012016-06-30 Pedro Alves <palves@redhat.com>
13002
13003 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
13004 unset inferior_spawn_id.
13005
994e9c83
PA
130062016-06-30 Pedro Alves <palves@redhat.com>
13007
13008 * lib/mi-support.exp (default_mi_gdb_start): Declare global
13009 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
13010
e5653468
YQ
130112016-06-29 Yao Qi <yao.qi@linaro.org>
13012
13013 * gdb.base/return.c: Add copyright header.
13014
803b47e5
TT
130152016-06-29 Tom Tromey <tom@tromey.com>
13016
13017 PR python/20129:
13018 * gdb.python/py-framefilter.exp: Add tests for setting priority
13019 and disabling of non-existent frame filter.
13020
28244707
YQ
130212016-06-29 Yao Qi <yao.qi@linaro.org>
13022
13023 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
13024 0x0f07ff.
13025
a31d2f06
YQ
130262016-06-28 Yao Qi <yao.qi@linaro.org>
13027
13028 * gdb.base/catch-syscall.exp: Remove check on isnative and target
13029 triplets. Start gdb, execute catch syscall, and continue. Check
13030 gdb's output to determine catch syscall is supported.
13031
921d8f54
MG
130322016-06-27 Manish Goregaokar <manish@mozilla.com>
13033
25d49b86
PA
13034 * gdb.rust/simple.rs: Add test for returning unit in a function.
13035 * gdb.rust/simple.exp: Add expectation for functions returning
13036 unit.
921d8f54 13037
f4952523
PMR
130382016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
13039
13040 * gdb.python/py-breakpoint-create-fail.c,
13041 gdb.python/py-breakpoint-create-fail.exp,
13042 gdb.python/py-breakpoint-create-fail.py: New testcase.
13043
fccb08f8
MG
130442016-06-25 Manish Goregaokar <manish@mozilla.com>
13045
13046 PR gdb/20239
13047 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
13048 * gdb.rust/simple.exp: Add test expectations for new NonZero
13049 tests.
fccb08f8 13050
6b850546
DT
130512016-06-24 David Taylor <dtaylor@emc.com>
13052
13053 * gdb.base/offsets.exp: New file.
13054 * gdb.base/offsets.c: New file.
13055
17621150
TT
130562016-06-23 Tom Tromey <tom@tromey.com>
13057
13058 PR gdb/16483:
13059 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
13060 before any filters are loaded.
13061
04d59df6
WT
130622016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
13063
13064 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
13065 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
13066 structs.
13067 * gdb.fortran/derived-type-function.exp: New file.
13068 * gdb.fortran/derived-type-function.f90: New file.
13069
13070
ac69f786
PA
130712016-06-21 Pedro Alves <palves@redhat.com>
13072
13073 * gdb.base/new-ui.exp: New file.
13074 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
13075 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
13076 (with_spawn_id): New procedure.
13077
49940788
PA
130782016-06-21 Pedro Alves <palves@redhat.com>
13079
13080 * gdb.mi/mi-exec-run.exp: New file.
13081
ef274d26
PA
130822016-06-21 Pedro Alves <palves@redhat.com>
13083
13084 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
13085 breakpoint command's output on the main UI.
13086 (test_break): New procedure, factored out from calls in the top
13087 level.
13088 (top level): Use foreach_with_prefix to test MI as main UI and as
13089 separate UI.
13090
468afe6c
PA
130912016-06-21 Pedro Alves <palves@redhat.com>
13092
13093 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
13094 (test_awatch_creation_and_listing)
13095 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
13096 Remove 'type' parameter.
13097 (test_watchpoint_all): New parameter mi_mode. Remove
13098 with_test_prefix.
13099 (top level): Use foreach_with_prefix, and add main/separate UI MI
13100 testing axis.
13101
51f77c37
PA
131022016-06-21 Pedro Alves <palves@redhat.com>
13103
13104 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
13105 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
13106 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
13107 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
13108 (gdb_main_spawn_id, mi_spawn_id): Declare and
13109 comment.
13110 (mi_create_inferior_pty): New procedure,
13111 factored out from default_mi_gdb_start.
13112 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
13113 procedures.
13114 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
13115 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
13116 Use mi_create_inferior_pty.
13117 (mi_gdb_start): Use eval to pass down args list.
13118
8980e177
PA
131192016-06-21 Pedro Alves <palves@redhat.com>
13120
13121 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
13122 * gdb.opt/inline-cmds.exp: Add MI tests.
13123
f38d3ad1
PA
131242016-06-21 Pedro Alves <palves@redhat.com>
13125
13126 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
13127
45db7c09
PA
131282016-06-21 Pedro Alves <palves@redhat.com>
13129
13130 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
13131 (top level): Use it instead of mi_execute_to.
13132
5a069ab3
PA
131332016-06-21 Pedro Alves <palves@redhat.com>
13134
13135 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
13136 (cont_handler_str): New.
13137 (signal_stop_handler): Set stop_handler_str instead of printing to
13138 stdout.
13139 (continue_handler): Set cont_handler_str instead of printing to
13140 stdout.
13141 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
13142 mi_send_resuming_command. Print stop_handler_str and
13143 cont_handler_str instead of expecting the python events print
13144 directly.
13145
2838cc1d
SD
131462016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
13147
13148 * gdb.base/jit-reader.exp: New file.
13149 * gdb.base/jithost.c: New file.
13150 * gdb.base/jithost.h: New file.
13151 * gdb.base/jitreader.c : New file.
13152 * gdb.base/jit-protocol.h: New file.
13153
21a77091
YQ
131542016-06-17 Yao Qi <yao.qi@linaro.org>
13155
13156 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
13157 parameters follow_fork and detach_on_fork. Set follow-fork-mode
13158 and detach-on-fork. Adjust tests.
13159 (top level): Invoke break_cond_on_syscall with combinations of
13160 syscall, follow-fork-mode and detach-on-fork.
13161
f50bf8e5
YQ
131622016-06-17 Yao Qi <yao.qi@linaro.org>
13163
13164 * gdb.base/step-over-exit.c: New.
13165 * gdb.base/step-over-exit.exp: New.
13166
a28d8e50
YTL
131672016-06-17 Yan-Ting Lin <currygt52@gmail.com>
13168
13169 * gdb.base/float.exp: Add target check for nds32*-*-*.
13170 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
13171
cad8e26d
AB
131722016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
13173
13174 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
13175 for unsupported target features.
13176 * gdb.base/call-rt-st.exp: Likewise.
13177 * gdb.base/call-sc.exp: Likewise.
13178 * gdb.base/call-signal-resume.exp: Likewise.
13179 * gdb.base/call-strs.exp: Likewise.
13180 * gdb.base/callexit.exp: Likewise.
13181 * gdb.base/callfuncs.exp: Likewise.
13182 * gdb.base/nodebug.exp: Likewise.
13183 * gdb.base/printcmds.exp: Likewise.
13184 * gdb.base/ptype.exp: Likewise.
13185 * gdb.base/structs.exp: Likewise.
13186 * gdb.base/unwindonsignal.exp: Likewise.
13187 * gdb.cp/gdb2495.exp: Likewise.
13188 * gdb.cp/templates.exp: Likewise.
13189 * gdb.cp/virtfunc.exp: Likewise.
13190 * gdb.threads/hand-call-in-threads.exp: Likewise.
13191 * gdb.threads/interrupted-hand-call.exp: Likewise.
13192 * gdb.threads/thread-unwindonsignal.exp: Likewise.
13193
347dc102
TT
131942016-06-10 Tom Tromey <tom@tromey.com>
13195
13196 PR rust/20110:
13197 * gdb.rust/expr.exp: Add test for integer constant larger than
13198 i32.
13199
5e13cf25
BH
132002016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
13201
13202 * gdb.fortran/nested-funcs.exp: New.
13203 * gdb.fortran/nested-funcs.f90: New.
13204
bb556f1f
TK
132052016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
13206
13207 * gdb.base/examine-backward.c: New file.
13208 * gdb.base/examine-backward.exp: New file.
13209
38b022b4
SM
132102016-06-06 Simon Marchi <simon.marchi@ericsson.com>
13211
13212 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
13213 matching.
13214
1b40ec05
TT
132152016-06-02 Tom Tromey <tom@tromey.com>
13216
13217 PR python/18984:
13218 * gdb.python/py-shared.exp: Add solib_name test.
13219
193bd378
SM
132202016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13221
13222 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13223
3326303b
MG
132242016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13225
13226 PR c++/19893
13227 * gdb.dwarf2/implref.exp: Rename to...
13228 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13229 * gdb.dwarf2/implref-array.c: New file.
13230 * gdb.dwarf2/implref-array.exp: Likewise.
13231 * gdb.dwarf2/implref-global.c: Likewise.
13232 * gdb.dwarf2/implref-global.exp: Likewise.
13233 * gdb.dwarf2/implref-struct.c: Likewise.
13234 * gdb.dwarf2/implref-struct.exp: Likewise.
13235
825c8ef2
AT
132362016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13237
13238 * gdb.trace/trace-condition.exp: Add 64bit tests.
13239
2320162a
AT
132402016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13241
13242 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13243 bits types.
13244 (main): Adapt to 8 to 64 bits types.
13245 * gdb.trace/trace-condition.exp: Add new tests.
13246
a7818233
AT
132472016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13248
13249 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13250
0d336466
AT
132512016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13252
13253 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13254 Move condition tests...
13255 * gdb.trace/trace-condition.exp: Here.
13256
7faeb45a
AT
132572016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13258
13259 * gdb.trace/trace-condition.exp: Add counter-case tests.
13260
e385593e
JK
132612016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13262
13263 PR c++/15231
13264 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13265 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13266
744608cc
PA
132672016-05-27 Pedro Alves <palves@redhat.com>
13268
13269 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13270 New procedure.
13271 (top level): Call it, and bail out of DejaGnu is known to be bad.
13272
ac775bf4
AB
132732016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13274
13275 * gdb.base/whatis.c: Extend the test case.
13276 * gdb.base/whatis.exp: Add additional tests.
13277
2bbad2ea
BH
132782016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13279
13280* gdb.fortran/type.f90: Add pointer variable.
13281* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13282
8b70175d
BH
132832016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13284
13285 * gdb.fortran/vla-type.exp: Fix testcase name.
13286
86d8a848
BH
132872016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13288
13289 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13290
e188eb36
BH
132912016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13292
13293 * gdb.fortran/type.f90: Add nested structures.
13294 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13295 * gdb.fortran/derived-type.exp: Adapt expected output.
13296 * gdb.fortran/vla-type.exp: Adapt expected output.
13297
9b2db1fd
BH
132982016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13299
13300 * gdb.fortran/whatis_type.exp: Adapt expected output.
13301
72b17055
BH
133022016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13303
13304 * gdb.fortran/print_type.exp: Fix expected output.
13305 * gdb.fortran/whatis_type.exp: Fix expected output.
13306
3cd81d8d
BH
133072016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13308
13309 * gdb.fortran/whatis_type.exp: Use multi_line.
13310
ddae9462
TT
133112016-05-24 Tom Tromey <tom@tromey.com>
13312
13313 PR python/17386:
13314 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13315 use value as an index.
13316
1957f6b8
TT
133172016-05-23 Tom Tromey <tom@tromey.com>
13318
13319 PR python/17981:
13320 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13321 no-breakpoint case.
13322
026a9174
PA
133232016-05-24 Pedro Alves <palves@redhat.com>
13324
13325 PR gdb/19828
13326 * gdb.threads/clone-attach-detach.c: New file.
13327 * gdb.threads/clone-attach-detach.exp: New file.
13328
e70a7231
FR
133292016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13330
13331 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13332
0f6ed0e0
TT
133332016-05-23 Tom Tromey <tom@tromey.com>
13334
13335 PR python/19438, PR python/18393:
13336 * gdb.python/py-progspace.exp: Add "dir" test.
13337 * gdb.python/py-objfile.exp: Add "dir" test.
13338
ffd19d61
YQ
133392016-05-23 Yao Qi <yao.qi@linaro.org>
13340
13341 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13342 * gdb.arch/thumb2-it.exp: Likewise.
13343
9e8f9b05
SM
133442016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13345
13346 * gdb.mi/mi-threads-interrupt.c: New file.
13347 * gdb.mi/mi-threads-interrupt.exp: New file.
13348
61c6156d
SM
133492016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13350
13351 PR gdb/18077
13352 * gdb.mi/mi-async-run.exp: New file.
13353 * gdb.mi/mi-async-run.c: New file.
13354
67218854
TT
133552016-05-17 Tom Tromey <tom@tromey.com>
13356 Manish Goregaokar <manishsmail@gmail.com>
13357
13358 * lib/rust-support.exp: New file.
13359 * lib/gdb.exp (skip_rust_tests): New proc.
13360 (build_executable_from_specs): Handle rust.
13361 * lib/future.exp (gdb_find_rustc): New proc.
13362 (gdb_default_target_compile): Handle rust.
13363 * gdb.rust/expr.exp: New file.
13364 * gdb.rust/generics.exp: New file.
13365 * gdb.rust/generics.rs: New file.
13366 * gdb.rust/methods.exp: New file.
13367 * gdb.rust/methods.rs: New file.
13368 * gdb.rust/modules.exp: New file.
13369 * gdb.rust/modules.rs: New file.
13370 * gdb.rust/simple.exp: New file.
13371 * gdb.rust/simple.rs: New file.
13372
c44af4eb
TT
133732016-05-17 Tom Tromey <tom@tromey.com>
13374
13375 * gdb.base/default.exp (set language): Add rust.
13376
dcd1f979
TT
133772016-05-17 Tom Tromey <tom@tromey.com>
13378
13379 * gdb.gdb/unittest.exp: New file.
13380
155b7f57
YQ
133812016-05-16 Yao Qi <yao.qi@linaro.org>
13382
13383 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13384 shell_prompt. Update shell_prompt_re.
13385
8ddd5a6c
DE
133862016-05-12 Doug Evans <dje@google.com>
13387
13388 PR symtab/19999
13389 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13390 $options when building executable.
13391 * gdb.dwarf2/fission-loclists-pie.S: New file.
13392 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13393
02e370d9
SM
133942016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13395
13396 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13397 of [is_remote target],
13398
8929ad8b
SM
133992016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13400
13401 * lib/gdb.exp (use_gdb_stub): New procedure.
13402
6c447423
DE
134032016-05-03 Yunlian Jiang <yunlian@google.com>
13404 Doug Evans <dje@google.com>
13405
13406 PR symtab/19914
13407 * gdb.dwarf2/dwp-sepdebug.c: New file.
13408 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13409
444e826c
SM
134102016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13411
13412 * gdb.base/detach.exp: Remove is_remote check.
13413
740feeaa
SM
134142016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13415
13416 * gdb.base/annota-input-while-running.exp: Don't check for
13417 [is_remote target]. Enable annotations after running to main.
13418 Remove unused "set test..." line.
13419
9080ac9d
SM
134202016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13421
13422 * gdb.trace/trace-enable-disable.exp: New file.
13423 * gdb.trace/trace-enable-disable.c: New file.
13424
952ebca5
SM
134252016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13426
13427 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13428 use it in info sharedlibrary test.
13429 * gdb.trace/ftrace-lock.exp: Likewise.
13430 * gdb.trace/ftrace.exp: Likewise.
13431 * gdb.trace/range-stepping.exp: Likewise.
13432 * gdb.trace/trace-break.exp: Likewise.
13433 * gdb.trace/trace-condition.exp: Likewise.
13434 * gdb.trace/trace-mt.exp: Likewise.
13435
d9019901
SM
134362016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13437
13438 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13439 (gdb_load_shlib): ... this.
13440 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13441 gdb_load_shlib.
13442 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13443 * gdb.base/ctxobj.exp: Likewise.
13444 * gdb.base/dprintf-pending.exp: Likewise.
13445 * gdb.base/dso2dso.exp: Likewise.
13446 * gdb.base/fixsection.exp: Likewise.
13447 * gdb.base/gcore-relro.exp: Likewise.
13448 * gdb.base/gdb1555.exp: Likewise.
13449 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13450 * gdb.base/gnu-ifunc.exp: Likewise.
13451 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13452 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13453 * gdb.base/pending.exp: Likewise.
13454 * gdb.base/print-file-var.exp: Likewise.
13455 * gdb.base/print-symbol-loading.exp: Likewise.
13456 * gdb.base/shlib-call.exp: Likewise.
13457 * gdb.base/shreloc.exp: Likewise.
13458 * gdb.base/so-impl-ld.exp: Likewise.
13459 * gdb.base/solib-disc.exp: Likewise.
13460 * gdb.base/solib-nodir.exp: Likewise.
13461 * gdb.base/solib-overlap.exp: Likewise.
13462 * gdb.base/solib-symbol.exp: Likewise.
13463 * gdb.base/solib-weak.exp (do_test): Likewise.
13464 * gdb.base/sym-file.exp: Likewise.
13465 * gdb.base/symtab-search-order.exp: Likewise.
13466 * gdb.base/type-opaque.exp: Likewise.
13467 * gdb.base/unload.exp: Likewise.
13468 * gdb.base/watchpoint-solib.exp: Likewise.
13469 * gdb.compile/compile.exp: Likewise.
13470 * gdb.cp/gdb2384.exp: Likewise.
13471 * gdb.cp/infcall-dlopen.exp: Likewise.
13472 * gdb.cp/re-set-overloaded.exp: Likewise.
13473 * gdb.fortran/library-module.exp: Likewise.
13474 * gdb.opt/solib-intra-step.exp: Likewise.
13475 * gdb.python/py-finish-breakpoint.exp: Likewise.
13476 * gdb.python/py-shared.exp: Likewise.
13477 * gdb.reverse/solib-precsave.exp: Likewise.
13478 * gdb.reverse/solib-reverse.exp: Likewise.
13479 * gdb.server/solib-list.exp: Likewise.
13480 * gdb.threads/dlopen-libpthread.exp: Likewise.
13481 * gdb.threads/tls-shared.exp: Likewise.
13482 * gdb.threads/tls-so_extern.exp: Likewise.
13483 * gdb.trace/change-loc.exp: Likewise.
13484 * gdb.trace/ftrace-lock.exp: Likewise.
13485 * gdb.trace/ftrace.exp: Likewise.
13486 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13487 * gdb.trace/pending.exp: Likewise.
13488 * gdb.trace/range-stepping.exp: Likewise.
13489 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13490 (strace_info_marker): Likewise.
13491 (strace_probe_marker): Likewise.
13492 (strace_trace_on_same_addr): Likewise.
13493 (strace_trace_on_diff_addr): Likewise.
13494 * gdb.trace/trace-break.exp: Likewise.
13495 * gdb.trace/trace-condition.exp: Likewise.
13496 * gdb.trace/trace-mt.exp: Likewise.
13497
fca4cfd9
SM
134982016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13499
13500 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13501 result of gdb_remote_download.
13502 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13503 * gdb.base/dso2dso.exp: Likewise.
13504 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13505 * gdb.base/print-file-var.exp: Likewise.
13506 * gdb.base/shlib-call.exp: Likewise.
13507 * gdb.base/shreloc.exp: Likewise.
13508 * gdb.base/solib-overlap.exp: Likewise.
13509 * gdb.base/solib-weak.exp (do_test): Likewise.
13510 * gdb.base/unload.exp: Likewise.
13511
11cf4ffb
YQ
135122016-04-27 Yao Qi <yao.qi@linaro.org>
13513
13514 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13515 exists.
13516
3e2e34f8
KB
135172016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13518
13519 * vla-type.exp: Print structure from toplevel.
13520
8f07e298
BH
135212016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13522
13523 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13524 of dynamic types.
13525 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13526 of dynamic types.
13527
9920b434
BH
135282016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13529
13530 * gdb.fortran/vla-type.f90: New file.
13531 * gdb.fortran/vla-type.exp: New file.
13532
f3abeff5
YQ
135332016-04-25 Yao Qi <yao.qi@linaro.org>
13534
13535 * gdb.base/branch-to-self.c: New file.
13536 * gdb.base/branch-to-self.exp: New file.
13537
0a5d52f0
YQ
135382016-04-22 Yao Qi <yao.qi@linaro.org>
13539
13540 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13541 more after $hex.
13542
495346f6
YQ
135432016-04-22 Yao Qi <yao.qi@linaro.org>
13544
13545 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13546 * gdb.base/annota3.exp: Likewise.
13547
4a7e075c
YQ
135482016-04-22 Yao Qi <yao.qi@linaro.org>
13549
13550 * gdb.reverse/step-precsave.exp: Do one step and test program
13551 stops in "callee" and do multiple steps until program goes out
13552 of "callee".
13553 * gdb.reverse/step-reverse.exp: Likewise.
13554
5b061e98
YQ
135552016-04-22 Yao Qi <yao.qi@linaro.org>
13556
13557 * gdb.trace/signal.exp: Also pass if
13558 $tracepoint_hits($i) > $iterations.
13559
5c5dc57f
YQ
135602016-04-22 Yao Qi <yao.qi@linaro.org>
13561
13562 * gdb.trace/signal.c: New file.
13563 * gdb.trace/signal.exp: New file.
13564
a55411b9
DE
135652016-04-19 Doug Evans <xdje42@gmail.com>
13566
13567 * gdb.base/bad-file.exp: New file.
13568
a22df60a
MG
135692016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13570
13571 * gdb.dwarf2/implref.exp: New file.
13572
0c13f7e5
BH
135732016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13574
13575 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
13576 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
13577 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
13578 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
13579 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
13580 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
13581 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
13582 * lib/fortran.exp (fortran_int4): New procedure.
13583 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
13584 (fortran_logical4): Likewise.
13585
9b9b09e9
BH
135862016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
13587
13588 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
13589
a14d1f4d
BH
135902016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
13591
13592 * lib/compiler.c: Add Intel specific preprocessor macros.
13593 * lib/compiler.cc: Likewise.
25d49b86 13594
7d49b1d0
LM
135952016-04-13 Luis Machado <lgustavo@codesourcery.com>
13596
13597 * gdb.server/connect-with-no-symbol-file.c: New file.
13598 * gdb.server/connect-with-no-symbol-file.exp: New file.
13599
8392fa22
SM
136002016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13601
13602 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
13603
8c4c4aeb
SM
136042016-04-13 Simon Marchi <simon.marchi@ericsson.com>
13605
13606 * boards/gdbserver-base.exp (${board}_download): Copy source file to
13607 standard output directory.
13608
45e3745e
AT
136092016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
13610
13611 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
13612
e26b7e41
MM
136132016-04-13 Markus Metzger <markus.t.metzger@intel.com>
13614
13615 * gdb.btrace/instruction_history.c (loop): Add declaration.
13616
8ce09462
AT
136172016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13618
13619 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
13620
2e88a1ea
SM
136212016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13622
13623 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
13624 parentheses to print.
13625 (continue_handler): Likewise.
13626
f48e22e3
SM
136272016-04-08 Simon Marchi <simon.marchi@ericsson.com>
13628
13629 * gdb.server/solib-list.exp: Remove is_remote check.
13630 Pass shlib= to gdb_compile. Don't link shared library with
13631 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
13632 Run binary filename through "readlink -f" on the target.
13633
096be756
PA
136342016-04-08 Pedro Alves <palves@redhat.com>
13635
13636 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
13637 interpreter filename as argument to gdbserver_spawn.
13638 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13639 Return empty if $last_loaded_file does not exist.
13640
06500533
JK
136412016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13642
13643 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
13644 * gdb.base/jit-main.c: Use exit after usage.
13645
2d35e871
JK
136462016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13647
13648 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
13649 GDBHISTSIZE prior to the tests.
13650 * gdb.base/gdbinit-history.exp: Likewise.
13651
136522016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
13653
13654 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
13655 instead of build_executable. Use gdb_load_shlibs.
13656
c8064e7e
YQ
136572016-04-07 Yao Qi <yao.qi@linaro.org>
13658
13659 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
13660 Execute "si" command.
13661
bde47561
YQ
136622016-04-07 Yao Qi <yao.qi@linaro.org>
13663
13664 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
13665 number instead of the comments on some line.
13666
b16f8a3b
DB
136672016-04-06 Don Breazeal <donb@codesourcery.com>
13668
13669 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
13670 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
13671
c2f901df
SM
136722016-04-06 Simon Marchi <simon.marchi@ericsson.com>
13673
13674 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
13675 standard_output_file. Remove unused binfile variable.
13676
ac17fda0
CU
136772016-04-05 Catalin Udma <catalin.udma@freescale.com>
13678
13679 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
13680 * gdb.python/py-mi-objfile.exp: Match "list main" output
13681 in console format.
13682
03a8c4df
SM
136832016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
13684
13685 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
13686 absolute.
13687
6e774b13
SM
136882016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13689
13690 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
13691 absolute.
13692 * gdb.trace/ftrace.exp: Likewise.
13693 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
13694 targets as well.
13695 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
13696 (gdb_load_shlibs): Copy libraries to test directory when testing
13697 natively. Only set solib-search-path if testing remotely.
13698 * lib/mi-support.exp (mi_load_shlibs): Likewise.
13699
7817ea46
SM
137002016-04-05 Simon Marchi <simon.marchi@ericsson.com>
13701
13702 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
13703 gdb_download. Use it even if the target is not remote.
13704 * gdb.base/jit.exp (compile_jit_test): Likewise.
13705 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
13706 output directory if the destination board is local, otherwise use
13707 the standard remote_download from DejaGnu.
13708 (gdb_download): Remove.
13709 (gdb_load_shlibs): Use gdb_remote_download instead of
13710 gdb_download.
13711 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
13712 Use gdb_remote_download instead of gdb_download. Use it even if
13713 the target is not remote.
13714 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
13715 instead of gdb_download.
13716
7beb7f68
SM
137172016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
13718
13719 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
13720 (test_insert_delete_modify): Call mi_load_shlibs before trying to
13721 run.
13722
cc63428a
AV
137232016-04-01 Artemiy Volkov <artemiyv@acm.org>
13724
13725 PR gdb/19820
13726 * gdb.base/printcmds.exp: Add artificial arrays tests.
13727
64cdf930
PA
137282016-03-31 Pedro Alves <palves@redhat.com>
13729
13730 PR gdb/19858
13731 * gdb.base/jit-main.c: Include unistd.h.
13732 (ATTACH): Define to 0 if not already defined.
13733 (wait_for_gdb, mypid): New globals.
13734 (WAIT_FOR_GDB): New macro.
13735 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
13736 some breakpoint locations.
13737 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
13738 New procedures.
13739 (one_jit_test): Add REATTACH parameter, and handle it. Use
13740 continue_to_test_location.
13741 (top level): Test attach, and adjusts calls to one_jit_test.
13742
40dea8cb
PA
137432016-03-31 Pedro Alves <palves@redhat.com>
13744
13745 PR gdb/19858
13746 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
13747 BINSUFFIX parameter, and handle it.
13748 (top level): Adjust calls compile_jit_test.
13749
e7ea3ec7
CU
137502016-03-31 Catalin Udma <catalin.udma@freescale.com>
13751
13752 PR python/19743
13753 * gdb.python/py-mi-events-gdb.py: New file.
13754 * gdb.python/py-mi-events.c: New file.
13755 * gdb.python/py-mi-events.exp: New file.
13756
e6359af3
YQ
137572016-03-30 Yao Qi <yao.qi@linaro.org>
13758
13759 * gdb.reverse/until-precsave.exp: Match function name only.
13760 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13761 Move malloc to a condition block.
13762 * gdb.reverse/until-reverse.exp: Match function name only.
13763
a4105d04
MK
137642016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13765
13766 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13767 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13768 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13769 variable for GPR 0 instead of assuming it is register 0.
13770 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13771 * lib/trace-support.exp: Add s390 registers.
13772
bfa6adb9
YQ
137732016-03-29 Yao Qi <yao.qi@linaro.org>
13774
13775 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13776
1e6697ea
YQ
137772016-03-24 Yao Qi <yao.qi@linaro.org>
13778
13779 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13780 test message.
13781
64bcd522
AA
137822016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13783
13784 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13785 maintaining separate logic for constructing the output path.
13786
7868401b
DB
137872016-03-16 Don Breazeal <donb@codesourcery.com>
13788
13789 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13790 Retry fork and waitpid on interrupted system call errors.
13791 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13792 Use with_timeout_factor to increase timeout by factor of 10.
13793
1cafadb4
DB
137942016-03-15 Don Breazeal <donb@codesourcery.com>
13795
13796 * gdb.cp/scope-err.cc: New test program.
13797 * gdb.cp/scope-err.exp: New test script.
13798 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13799 lines and "set breakpoint here" comment.
13800 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13801 Fixed some whitespace and format issues.
13802 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13803 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13804
81516450
DE
138052016-03-15 Doug Evans <dje@google.com>
13806
13807 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13808 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13809 All callers updated. Add tests for enums, mixed flags register.
13810
aa52b601
DE
138112016-03-15 Doug Evans <dje@google.com>
13812
13813 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13814 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13815
fa4ff313
SM
138162016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13817
13818 * gdb.base/default.exp: Add $_as_string to the list of expected
13819 convenience functions.
13820
f2403c39
AB
138212016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13822
13823 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13824
f2f3ccb9
SM
138252016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13826
13827 * gdb.python/py-as-string.exp: New file.
13828 * gdb.python/py-as-string.c: New file.
13829
00dbd492
PA
138302016-03-09 Pedro Alves <palves@redhat.com>
13831
13832 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13833 signal" -> "Thread NN received signal" output change.
13834 * gdb.threads/ia64-sigill.exp: Likewise.
13835 * gdb.threads/linux-dp.exp: Likewise.
13836 * gdb.threads/manythreads.exp: Likewise.
13837 * gdb.threads/pending-step.exp: Likewise.
13838 * gdb.threads/print-threads.exp: Likewise.
13839 * gdb.threads/sigstep-threads.exp: Likewise.
13840 * gdb.threads/staticthreads.exp: Likewise.
13841 * gdb.threads/tls.exp: Likewise.
13842
1e6697ea
YQ
138432016-03-09 Pedro Alves <palves@redhat.com>
13844
13845 * gdb.base/command-line-input.exp: New file.
13846
b04fd3be
MK
138472016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13848
13849 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13850 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13851 * gdb.trace/pending.exp: Accept leading dot before function name.
13852 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13853 * lib/trace-support.exp: Set registers for ppc.
13854
98fa59e9
MK
138552016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13856
13857 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13858 use it for disassembly; accept .main in addition to main in backtrace.
13859
f77198c8
MK
138602016-03-09 Wei-cheng Wang <cole945@gmail.com>
13861 Marcin Kościelnicki <koriakin@0x04.net>
13862
13863 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13864 (gdb_recursion_test_ptr): New global variable.
13865 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13866 gdb_recursion_test.
13867 (gdb_c_test): Ditto.
13868
ba84e0da
MK
138692016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13870
13871 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13872 ordering.
13873
4366d36e
MK
138742016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13875
13876 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13877 (bar): Add bar_start_lbl label.
13878 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13879 of foo/bar for emitting DWARF and tracing.
13880
5eb264df
SDJ
138812016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13882
13883 * analyze-racy-logs.py: Set executable bit.
13884
fb6a751f
SDJ
138852016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13886
13887 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13888 (CHECK_TARGET_TMP): Likewise.
13889 (check-single-racy): New rule.
13890 (check-parallel-racy): Likewise.
13891 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13892 (do-check-parallel-racy): New rule.
13893 (check-racy/%.exp): Likewise.
13894 * README (Racy testcases): New section.
13895 * analyze-racy-logs.py: New file.
13896
bdf7e230
DE
138972016-03-03 Doug Evans <dje@google.com>
13898
13899 * gdb.base/skip.exp: Use with_test_prefix.
13900
4719d415
YQ
139012016-03-03 Yao Qi <yao.qi@linaro.org>
13902
13903 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13904 Invoke step_over_syscall "clone" and break_cond_on_syscall
13905 "clone".
13906 * gdb.base/step-over-clone.c: New file.
13907
ea507862
YQ
139082016-03-03 Yao Qi <yao.qi@linaro.org>
13909
13910 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13911 code format.
13912
8fc8cbda
YQ
139132016-03-03 Yao Qi <yao.qi@linaro.org>
13914
13915 * gdb.base/disp-step-fork.c: Rename to ...
13916 * gdb.base/step-over-fork.c: ... it. New file.
13917 * gdb.base/disp-step-vfork.c: Rename to ...
13918 * gdb.base/step-over-vfork.c: ... it. New file.
13919 * gdb.base/disp-step-syscall.exp: Rename to ...
13920 * gdb.base/step-over-syscall.exp: ... it. New file.
13921 (disp_step_cross_syscall): Rename to ...
13922 (step_over_syscall): ... it.
13923
92fa70b0
YQ
139242016-03-03 Yao Qi <yao.qi@linaro.org>
13925
13926 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13927 If target supports condition evaluation on target, invoke
13928 break_cond_on_syscall for fork and vfork.
13929
e197ad3c
YQ
139302016-03-03 Yao Qi <yao.qi@linaro.org>
13931
13932 * gdb.base/disp-step-syscall.exp: Don't invoke
13933 support_displaced_stepping.
13934 (disp_step_cross_syscall): Test with displaced stepping off and
13935 on if supported.
13936
0b47da9f
YQ
139372016-03-03 Yao Qi <yao.qi@linaro.org>
13938
13939 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13940 proc.
13941 (setup): New proc.
13942 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13943 and setup.
13944
065ab6dc
BH
139452016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13946
13947 * gdb.fortran/vla-history.exp: Remove breakpoint.
13948
07e448ad 139492016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13950
25d49b86
PA
13951 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13952 exceeds timeout.
07e448ad 13953
9ac2d526 139542016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13955
25d49b86
PA
13956 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13957 breakpoint.
9ac2d526 13958
17807369
BH
139592016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13960
13961 * gdb.mi/vla.f90: Nullify pointer after declaration.
13962
86e501af
PA
139632016-03-01 Pedro Alves <palves@redhat.com>
13964
13965 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13966
1e903e32
PA
139672016-03-01 Pedro Alves <palves@redhat.com>
13968
13969 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13970 before anything else.
13971 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13972 _GNU_SOURCE here.
13973 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13974 before anything else.
13975 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13976
6ccb54e2
PA
139772016-03-01 Pedro Alves <palves@redhat.com>
13978
13979 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13980
30ca9da1
YQ
139812016-03-01 Yao Qi <yao.qi@linaro.org>
13982
13983 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13984 prepare_for_testing.
13985
dc856b38
YQ
139862016-03-01 Yao Qi <yao.qi@linaro.org>
13987
13988 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13989
4a932159
AA
139902016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13991
13992 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13993 manually constructing the output path.
13994
f2489477
AA
139952016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13996
13997 * gdb.arch/s390-stackless.S: New.
13998 * gdb.arch/s390-stackless.exp: New.
13999
38899f16
IB
140002016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
14001
14002 * gdb.dlang/circular.c: New file.
14003 * gdb.dlang/circular.exp: New file.
14004
9fde51ed
YQ
140052016-02-26 Yao Qi <yao.qi@linaro.org>
14006
14007 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
14008 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
14009 (testcases): Update.
14010
ce90fefe
YQ
140112016-02-26 Yao Qi <yao.qi@linaro.org>
14012
14013 * gdb.reverse/aarch64.c: Rename to ...
14014 * gdb.reverse/insn-reverse.c: ... it.
14015 * gdb.reverse/aarch64.exp: Rename to ...
14016 * gdb.reverse/insn-reverse.exp: ... it.
14017
3263bceb
YQ
140182016-02-26 Yao Qi <yao.qi@linaro.org>
14019
14020 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
14021 (testcase_ftype): New.
14022 (testcases): New array.
14023 (n_testcases): New.
14024 (main): Call each element in testcases.
14025 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
14026 (read_testcase): New.
14027 Do the tests in a loop.
14028
6cb59ff1
YQ
140292016-02-25 Yao Qi <yao.qi@linaro.org>
14030
14031 * gdb.base/branches.c: Remove.
14032
ae91f625
MK
140332016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14034
14035 PR gdb/13808
14036 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
14037
678b48b7
MK
140382016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14039
14040 * gdb.trace/ftrace.exp: Remove unnecessary target check.
14041
7337a6f2
MK
140422016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14043
14044 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
14045 change x86_64 call_insn to 'callq'.
14046
861ca91f
AT
140472016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14048
14049 * gdb.trace/tfile-avx.c: Move to...
14050 * gdb.trace/tracefile-pseudo-reg.c: Here.
14051 * gdb.trace/tfile-avx.exp: Move to...
14052 * gdb.trace/tracefile-pseudo-reg.exp: Here.
14053
bf74e428
GB
140542016-02-24 Gary Benson <gbenson@redhat.com>
14055
14056 * gdb.base/attach-pie-noexec.exp: Do not expect an error
14057 message on attach.
14058
cce0e923
DE
140592016-02-23 Doug Evans <dje@google.com>
14060
14061 * gdb.base/skip.c (test_skip): New function.
14062 (end_test_skip_file_and_function): New function.
14063 (test_skip_file_and_function): New function.
14064 * gdb.base/skip1.c (test_skip): New function.
14065 (skip1_test_skip_file_and_function): New function.
14066 * gdb.base/skip.exp: Add tests for new skip options.
14067 * gdb.base/skip-solib.exp: Update expected output.
14068 * gdb.perf/skip-command.cc: New file.
14069 * gdb.perf/skip-command.exp: New file.
14070 * gdb.perf/skip-command.py: New file.
14071
4000e47e
MK
140722016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
14073
14074 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
14075 info registers pattern.
14076
24f75ead
IB
140772016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
14078
14079 * lib/future.exp: Add D support.
14080 (gdb_find_gdc): New proc.
14081 (gdb_default_target_compile): Add D support.
14082
fbb7bcbe
WW
140832016-02-18 Wei-cheng Wang <cole945@gmail.com>
14084
14085 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
14086 user+system time.
14087 (trace_speed_test): Determine the iteration count for a time
14088 between 15..30 seconds.
14089
012b3a21
WT
140902016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
14091
14092 * gdb.arch/i386-mpx-sigsegv.c: New file.
14093 * gdb.arch/i386-mpx-sigsegv.exp: New file.
14094 * gdb.arch/i386-mpx-simple_segv.c: New file.
14095 * gdb.arch/i386-mpx-simple_segv.exp: New file.
14096
2d5189bd
YQ
140972016-02-18 Yao Qi <yao.qi@linaro.org>
14098
14099 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14100 Don't call setup_kfail.
14101
40fb20d0
YQ
141022016-02-18 Yao Qi <yao.qi@linaro.org>
14103
14104 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14105 Set "set breakpoint condition-evaluation" per $cond_bp_target.
14106
21b1f8d2
DE
141072016-02-16 Doug Evans <dje@google.com>
14108
14109 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
14110 * gdb.base/skip1.c: Ditto.
14111 * gdb.base/skip.exp: Whitespace cleanup.
14112
4041ed77
DB
141132016-02-16 Don Breazeal <donb@codesourcery.com>
14114
14115 PR remote/19496
14116 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14117 Remove kfail for PR remote/19496.
14118
c4ef31bf
SM
141192016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14120
14121 * lib/gdb.exp (standard_temp_file): Return a path specific to
14122 the runtest invocation.
14123
266b65b3
SM
141242016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14125
14126 * gdb.trace/save-trace.exp: Change relative path to be in the
14127 standard output directory.
14128
a7a0a6a9
JK
141292016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14130
14131 * gdb.arch/i386-prologue.c: Add missing prototypes.
14132
c99dbb42
JK
141332016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14134
14135 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
14136 * gdb.arch/i386-prologue.exp: Likewise.
14137 * gdb.arch/i386-size.exp: Likewise.
14138
aa480355
SM
141392016-02-15 Simon Marchi <simon.marchi@ericsson.com>
14140
14141 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
14142 define object file path.
14143 * gdb.btrace/gcore.exp: Use standard_output_file to define core
14144 file path.
14145 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
14146 standard_output_file to define binfile.
14147
ba881f50
JK
141482016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14149
14150 Fix compatibility with recent gfortran-5.3.1.
14151 * gdb.fortran/vla-history.exp (print vla1 allocated)
14152 (print vla2 allocated, print $2, print $3): Remove
14153 (print $4): Rename to ...
14154 (print $2): ... here.
14155 (print $9): Rename to ...
14156 (print $5): ... here.
14157 (print $10): Rename to ...
14158 (print $6): ... here.
14159 * gdb.fortran/vla.f90: Add pvla initialization.
14160
e9fb005c
JK
141612016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14162
14163 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
14164 New test.
14165 * gdb.fortran/vla-value-sub.exp: Likewise.
14166
e44e00ff
MK
141672016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
14168
14169 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
14170
97e94151
SM
141712016-02-12 Simon Marchi <simon.marchi@ericsson.com>
14172
14173 * i386-biarch-core.exp: Define corefile using
14174 standard_output_file.
14175
01113bc1
YQ
141762016-02-12 Yao Qi <yao.qi@linaro.org>
14177
14178 * gdb.arch/arm-single-step-kernel-helper.c: New.
14179 * gdb.arch/arm-single-step-kernel-helper.exp: New.
14180
33b4777c
MM
141812016-02-12 Markus Metzger <markus.t.metzger@intel.com>
14182
14183 * gdb.btrace/tailcall-only.exp: New.
14184 * gdb.btrace/tailcall-only.c: New.
14185 * gdb.btrace/x86_64-tailcall-only.S: New.
14186 * gdb.btrace/i686-tailcall-only.S: New.
14187
acc23c11
PA
141882016-02-11 Pedro Alves <palves@redhat.com>
14189
14190 * README (Parallel testing): Add missing double quotes.
14191
e352bf0a
PA
141922016-02-11 Pedro Alves <palves@redhat.com>
14193
14194 * README (Parallel testing): New section.
14195 (GDB_PARALLEL): Rewrite.
14196 (FORCE_PARALLEL): Document.
14197
9f5fed78
MK
141982016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
14199
14200 * gdb.trace/tfile-avx.c: New test.
14201 * gdb.trace/tfile-avx.exp: New test.
14202
9ef9e6a6
KS
142032016-02-09 Keith Seitz <keiths@redhat.com>
14204
14205 PR breakpoints/19546
14206 * gdb.base/infcall-exec.c: New file.
14207 * gdb.base/infcall-exec2.c: New file.
14208 * gdb.base/infcall-exec.exp: New file.
14209
a96e36da
KS
142102016-02-09 Keith Seitz <keiths@redhat.com>
14211
14212 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
14213 (toplevel): Call test_bkpt_address.
14214
9f61929f
KS
142152016-02-09 Keith Seitz <keiths@redhat.com>
14216
14217 PR python/19506
14218 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14219 (toplevel): Call test_bkpt_address.
14220
1e94266c
SM
142212016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14222
14223 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14224 to AC_OUTPUT.
14225 * configure: Regenerate.
14226
2a7f3dff
PA
142272016-02-09 Pedro Alves <palves@redhat.com>
14228
14229 PR breakpoints/19548
14230 * gdb.base/execl-update-breakpoints.c (some_function): New
14231 function.
14232 (main): Call it.
14233 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14234 Tighten expected GDB output.
14235
2151ccc5
SM
142362016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14237
14238 * Makefile.in (ALL_SUBDIRS): Remove.
14239 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14240 (distclean maintainer-clean realclean): Likewise.
14241 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14242 * configure: Regenerate.
14243 * gdb.ada/Makefile.in: Delete.
14244 * gdb.arch/Makefile.in: Likewise.
14245 * gdb.asm/Makefile.in: Likewise.
14246 * gdb.base/Makefile.in: Likewise.
14247 * gdb.btrace/Makefile.in: Likewise.
14248 * gdb.cell/Makefile.in: Likewise.
14249 * gdb.compile/Makefile.in: Likewise.
14250 * gdb.cp/Makefile.in: Likewise.
14251 * gdb.disasm/Makefile.in: Likewise.
14252 * gdb.dlang/Makefile.in: Likewise.
14253 * gdb.dwarf2/Makefile.in: Likewise.
14254 * gdb.fortran/Makefile.in: Likewise.
14255 * gdb.gdb/Makefile.in: Likewise.
14256 * gdb.go/Makefile.in: Likewise.
14257 * gdb.guile/Makefile.in: Likewise.
14258 * gdb.java/Makefile.in: Likewise.
14259 * gdb.linespec/Makefile.in: Likewise.
14260 * gdb.mi/Makefile.in: Likewise.
14261 * gdb.modula2/Makefile.in: Likewise.
14262 * gdb.multi/Makefile.in: Likewise.
14263 * gdb.objc/Makefile.in: Likewise.
14264 * gdb.opencl/Makefile.in: Likewise.
14265 * gdb.opt/Makefile.in: Likewise.
14266 * gdb.pascal/Makefile.in: Likewise.
14267 * gdb.perf/Makefile.in: Likewise.
14268 * gdb.python/Makefile.in: Likewise.
14269 * gdb.reverse/Makefile.in: Likewise.
14270 * gdb.server/Makefile.in: Likewise.
14271 * gdb.stabs/Makefile.in: Likewise.
14272 * gdb.threads/Makefile.in: Likewise.
14273 * gdb.trace/Makefile.in: Likewise.
14274 * gdb.xml/Makefile.in: Likewise.
14275 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14276 GDB_PARALLEL.
14277 (standard_output_file): Remove check for GDB_PARALLEL, always
14278 return path in outputs/$subdir/$testname.
14279
437277d4
SM
142802016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14281
14282 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14283 (site.exp): Assign abs_srcdir to tcl's srcdir.
14284
31d913c7
YQ
142852016-02-04 Yao Qi <yao.qi@linaro.org>
14286
14287 * gdb.base/foll-exec-mode.c: Include limits.h.
14288 (main): Add parameters argc and argv. Get directory from
14289 argv[0].
14290 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14291 compilation.
14292 * gdb.base/foll-exec.c: Include limits.h.
14293 (main): Add parameters argc and argv.
14294 Get directory from argv[0].
14295 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14296 Adjust tests on the number of lines as source code changed.
14297 * gdb.base/foll-vfork-exit.c: Include limits.h.
14298 (main): Add one line of statement before vfork.
14299 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14300 (main): Add parameters argc and argv. Get directory from
14301 argv[0].
14302 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14303 (setup_gdb): Set tbreak to skip some source lines.
14304 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14305 (main): Add parameters argc and argv. Get directory from
14306 argv[0].
14307 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14308 compilation.
14309 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14310 (main): Add parameters argc and argv. Get directory from
14311 argv[0].
14312 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14313 compilation.
14314
9482b9fb
DE
143152016-02-01 Doug Evans <dje@google.com>
14316
14317 * gdb.base/skip.exp: Clean up multiple references to same test name.
14318
6b2e4f10
PA
143192016-02-01 Pedro Alves <palves@redhat.com>
14320
ccb6afd6 14321 PR remote/19496
6b2e4f10
PA
14322 * gdb.threads/forking-threads-plus-breakpoint.exp
14323 (displaced_stepping_supported): New global.
14324 (probe_displaced_stepping_support): New procedure.
14325 (do_test): Add 'displaced' parameter, and use it.
14326 (top level): Check for displaced stepping support. Add displaced
14327 stepping on/off testing axis.
14328
37a8db1a
AB
143292016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14330
14331 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14332 pointer. Don't perform further tests on the unassociated pointer
14333 if the first test fails.
14334
5fdf6324
AB
143352016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14336
14337 * gdb.base/max-value-size.c: New file.
14338 * gdb.base/max-value-size.exp: New file.
14339 * gdb.base/huge.exp: Disable max-value-size for this test.
14340
935c6144
IB
143412016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14342
14343 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14344
7fe8399d
YQ
143452016-01-28 Yao Qi <yao.qi@linaro.org>
14346
14347 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14348
a2077e25
PA
143492016-01-25 Pedro Alves <palves@redhat.com>
14350
14351 PR threads/19461
14352 * gdb.base/fork-running-state.c: New file.
14353 * gdb.base/fork-running-state.exp: New file.
14354
1d2736d4
PA
143552016-01-25 Pedro Alves <palves@redhat.com>
14356
14357 PR gdb/19494
14358 * gdb.base/catch-fork-kill.c: New file.
14359 * gdb.base/catch-fork-kill.exp: New file.
14360
f1da4b11
PA
143612016-01-25 Pedro Alves <palves@redhat.com>
14362
14363 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14364 Delete, moved to lib/gdb.exp.
14365 * gdb.threads/forking-threads-plus-breakpoint.exp
14366 (foreach_with_prefix): Likewise.
14367 * gdb.threads/process-dies-while-handling-bp.exp
14368 (foreach_with_prefix): Likewise.
14369 * lib/gdb.exp (foreach_with_prefix): New procedure.
14370
45f38546
MK
143712016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14372
14373 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14374 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14375
dc29a1ce
MK
143762016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14377
14378 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14379 endian targets.
14380
092127d7
JK
143812016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14382 Pedro Alves <palves@redhat.com>
14383
14384 Fix testsuite compatibility with Guile.
14385 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14386 number.
14387
31d765d3
JK
143882016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14389
14390 Fix testsuite compatibility with Guile.
14391 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14392 (thread 1): New test for backtrace through signal handler.
14393
1ac78c04
YQ
143942016-01-22 Yao Qi <yao.qi@linaro.org>
14395
14396 PR testsuite/19491
14397 * gdb.base/multi-forks.c: Include
14398 ../lib/unbuffer_output.c
14399 (main): Call gdb_unbuffer_output.
14400
4f5946a8
DE
144012016-01-21 Doug Evans <dje@google.com>
14402
14403 * lib/ada.exp (gdb_compile_ada): Fix typo.
14404
305e13e6
JB
144052016-01-21 Joel Brobecker <brobecker@adacore.com>
14406
14407 * gdb.base/break-fun-addr.exp: New file.
14408 * gdb.base/break-fun-addr1.c: New file.
14409 * gdb.base/break-fun-addr2.c: New file.
14410
5f5dfff6
SM
144112016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14412
14413 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14414 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14415 enum flag values.
14416
fd356fa2
AA
144172016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14418
14419 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14420 when GDB can not set the vector return value. Add more comments
14421 for clarification.
14422
9df22175
AT
144232016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14424
14425 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14426 command.
14427
41d1845e
SM
144282016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14429
14430 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14431
01ac6840
SM
144322016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14433
14434 * Makefile.in (check-single): Pass --status to runtest.
14435 (check/%.exp): Likewise.
14436
144372016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14438
14439 * Makefile.in (check-parallel): Propagate return code from make
14440 do-check-parallel.
14441
bd0a71fa
MK
144422016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14443
14444 * gdb.trace/ftrace.exp: Fix expected message on continue.
14445 * gdb.trace/pending.exp: Fix expected message on continue.
14446 * gdb.trace/trace-break.exp: Fix expected message on continue.
14447
8bcbad33
SM
144482016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14449
14450 * lib/gdb.exp (gdb_test): Remove unused global references.
14451
f303dbd6
PA
144522016-01-18 Pedro Alves <palves@redhat.com>
14453
14454 * gdb.base/async-shell.exp: Adjust expected output.
14455 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14456 * gdb.base/siginfo-thread.exp: Adjust expected output.
14457 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14458 * gdb.java/jnpe.exp: Adjust expected output.
14459 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14460 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14461 * gdb.threads/leader-exit.exp: Adjust expected output.
14462 * gdb.threads/manythreads.exp: Adjust expected output.
14463 * gdb.threads/pthreads.exp: Adjust expected output.
14464 * gdb.threads/schedlock.exp: Adjust expected output.
14465 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14466 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14467 expected output.
14468 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14469 output.
14470 * gdb.threads/sigthread.exp: Adjust expected output.
14471 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14472
b2789696
YQ
144732016-01-18 Yao Qi <yao.qi@linaro.org>
14474
14475 * gdb.guile/scm-section-script.c: Replace @progbits with
14476 %progbits.
14477 * gdb.python/py-section-script.c: Likewise.
14478
71ef29a8
PA
144792016-01-15 Pedro Alves <palves@redhat.com>
14480
14481 * gdb.multi/tids.exp: Test star wildcard ranges.
14482
3f5b7598
PA
144832016-01-15 Pedro Alves <palves@redhat.com>
14484
14485 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14486 command from "thread apply" invocation.
14487 (thr_apply_info_thr_invalid): Default the expected output to the
14488 input tid list.
14489 (top level): Add tests that use convenience variables. Add tests
14490 for "thread apply" with a valid TID list, but missing the command.
14491
663f6d42
PA
144922016-01-13 Pedro Alves <palves@redhat.com>
14493
14494 * gdb.base/default.exp: Expect $_gthread as well.
14495 * gdb.multi/tids.exp: Test $_gthread.
14496 * gdb.threads/thread-specific.exp: Test $_gthread.
14497
c84f6bbf
PA
144982016-01-13 Pedro Alves <palves@redhat.com>
14499
14500 * gdb.multi/tids.exp: Test "info threads -gid".
14501
22a02324
PA
145022016-01-13 Pedro Alves <palves@redhat.com>
14503
14504 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14505 Breakpoint.thread.
14506 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14507
5d5658a1
PA
145082016-01-07 Pedro Alves <palves@redhat.com>
14509
14510 * gdb.base/break.exp: Adjust to output changes.
14511 * gdb.base/hbreak2.exp: Likewise.
14512 * gdb.base/sepdebug.exp: Likewise.
14513 * gdb.base/watch_thread_num.exp: Likewise.
14514 * gdb.linespec/keywords.exp: Likewise.
14515 * gdb.multi/info-threads.exp: Likewise.
14516 * gdb.threads/thread-find.exp: Likewise.
14517 * gdb.multi/tids.c: New file.
14518 * gdb.multi/tids.exp: New file.
14519
84654457
PA
145202016-01-13 Pedro Alves <palves@redhat.com>
14521
14522 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14523
e3940304
PA
145242016-01-13 Pedro Alves <palves@redhat.com>
14525
14526 * gdb.base/default.exp: Expect $_inferior as well.
14527 * gdb.multi/base.exp: Test $_inferior.
14528
a911d87a
PA
145292016-01-13 Pedro Alves <palves@redhat.com>
14530
14531 PR breakpoints/19388
14532 * gdb.base/catch-signal-siginfo-cond.c: New file.
14533 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14534
82075af2
JS
145352016-01-12 Josh Stone <jistone@redhat.com>
14536 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14537
14538 * gdb.base/catch-syscall.c (do_execve): New variable.
14539 (main): Conditionally trigger an execve.
14540 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14541 (test_catch_syscall_execve): New, check entry/return across execve.
14542 (do_syscall_tests): Call test_catch_syscall_execve.
14543
e46eeedd
PA
145442016-01-12 Pedro Alves <palves@redhat.com>
14545
14546 * gdb.base/random-signal.exp (do_test): New procedure, with body
14547 of testcase moved in.
14548
01d8c27e
JK
145492016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14550 Pedro Alves <palves@redhat.com>
14551
14552 * gdb.base/funcargs.exp (finish from indirectly called function):
14553 Reintroduce the case for 'First'.
14554
9a706302
JK
145552016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14556 Pedro Alves <palves@redhat.com>
14557
14558 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14559 (tcatch_vfork_then_child_follow_exec)
14560 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14561 identification.
14562
c0ecb95f
JK
145632016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14564
14565 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14566 and repeats to unlimited.
14567 * gdb.python/py-value.exp: Likewise.
14568 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14569 and repeats to unlimited.
14570
6cfc1fcb
JK
145712016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14572
14573 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
14574 and reordering the functions.
14575 * gdb.multi/hangout.c: Likewise.
14576 * gdb.multi/hello.c: Likewise.
14577
582a1b00
SM
145782016-01-08 Simon Marchi <simon.marchi@ericsson.com>
14579
14580 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
14581 absolute.
14582 (SingleStatisticTestResult.report): Use dict.keys instead of
14583 dict.iterkeys.
14584
79bc59cb
PA
145852016-01-06 Pedro Alves <palves@redhat.com>
14586
14587 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
14588
43368e1d
MM
145892016-01-04 Markus Metzger <markus.t.metzger@intel.com>
14590
14591 * gdb.btrace/dlopen.exp: New.
14592 * gdb.btrace/dlopen.c: New.
14593 * gdb.btrace/dlopen-dso.c: New.
14594
79fad5b8
SL
145952015-12-25 Sandra Loosemore <sandra@codesourcery.com>
14596
14597 * lib/gdb.exp (gdb_test): Update comments to clarify that the
14598 PATTERN argument is optional.
14599
ab8314b3
JB
146002015-12-24 Joel Brobecker <brobecker@adacore.com>
14601
14602 * lib/ada.exp (target_compile_ada_from_dir): New function.
14603 (gdb_compile_ada): Reimplement avoiding the use of project files.
14604 * gdb.ada/gnat_ada.gpr: Delete.
14605 * gdb.ada/cond_lang.exp: Adjust test to make path before
14606 filename optional.
14607 * gdb.ada/small_reg_param.exp: Likewise.
14608
fe33faff
SM
146092015-12-22 Simon Marchi <simon.marchi@ericsson.com>
14610
14611 * gdb.base/foll-vork.exp: Remove HP-UX special case.
14612
6d265cb4
TP
146132015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
14614
14615 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
14616 case.
14617
10125099
SM
146182015-12-21 Simon Marchi <simon.marchi@ericsson.com>
14619
14620 * gdb.base/break.exp: Remove dead code.
14621 * gdb.base/sepdebug.exp: Likewise.
14622
3ca22649
SM
146232015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14624
14625 * gdb.asm/asm-source.exp: Remove HP-UX references.
14626 * gdb.base/annota1.exp: Likewise.
14627 * gdb.base/annota3.exp: Likewise.
14628 * gdb.base/attach.exp: Likewise.
14629 * gdb.base/bigcore.exp: Likewise.
14630 * gdb.base/break.exp: Likewise.
14631 * gdb.base/call-ar-st.exp: Likewise.
14632 * gdb.base/callfuncs.exp: Likewise.
14633 * gdb.base/catch-fork-static.exp: Likewise.
14634 * gdb.base/display.exp: Likewise.
14635 * gdb.base/foll-exec-mode.exp: Likewise.
14636 * gdb.base/foll-exec.exp: Likewise.
14637 * gdb.base/foll-fork.exp: Likewise.
14638 * gdb.base/foll-vfork.exp: Likewise.
14639 * gdb.base/funcargs.exp: Likewise.
14640 * gdb.base/hbreak2.exp: Likewise.
14641 * gdb.base/inferior-died.exp: Likewise.
14642 * gdb.base/interrupt.exp: Likewise.
14643 * gdb.base/multi-forks.exp: Likewise.
14644 * gdb.base/nodebug.exp: Likewise.
14645 * gdb.base/sepdebug.exp: Likewise.
14646 * gdb.base/solib1.c: Likewise.
14647 * gdb.base/step-test.exp: Likewise.
14648 * gdb.mi/non-stop.c: Likewise.
14649 * gdb.mi/pthreads.c: Likewise.
14650 * gdb.multi/bkpt-multi-exec.ex: Likewise.
14651 * gdb.threads/pthreads.c: Likewise.
14652 * gdb.threads/staticthreads.exp: Likewise.
14653 * lib/future.exp: Likewise.
14654 * lib/gdb.exp: Likewise.
14655 * gdb.base/so-indr-cl.c: Remove.
14656 * gdb.base/so-indr-cl.exp: Likewise.
14657 * gdb.base/solib.c: Likewise.
14658 * gdb.base/solib.exp: Likewise.
14659 * gdb.base/solib2.c: Likewise.
14660
b6304613
SM
146612015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
14662
14663 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
14664 * gdb.base/call-ar-st.exp: Likewise.
14665 * gdb.base/callfuncs.exp: Likewise.
14666 * gdb.base/condbreak.exp: Likewise.
14667 * gdb.base/constvars.exp: Likewise.
14668 * gdb.base/hbreak2.exp: Likewise.
14669 * gdb.base/langs.exp: Likewise.
14670 * gdb.base/list.exp: Likewise.
14671 * gdb.base/long_long.exp: Likewise.
14672 * gdb.base/ptype.exp: Likewise.
14673 * gdb.base/scope.exp: Likewise.
14674 * gdb.base/signals.exp: Likewise.
14675 * gdb.base/so-impl-ld.exp: Likewise.
14676 * gdb.base/varargs.exp: Likewise.
14677 * gdb.base/volatile.exp: Likewise.
14678 * gdb.base/whatis.exp: Likewise.
14679 * gdb.cp/cplusfuncs.exp: Likewise.
14680 * gdb.cp/inherit.exp: Likewise.
14681 * gdb.cp/local.exp: Likewise.
14682 * gdb.cp/member-ptr.exp: Likewise.
14683 * gdb.cp/method.exp: Likewise.
14684 * gdb.cp/overload.exp: Likewise.
14685 * gdb.cp/templates.exp: Likewise.
14686 * gdb.stabs/weird.exp: Likewise.
14687 * lib/compiler.c: Likewise.
14688 * lib/compiler.cc: Likewise.
14689 * lib/cp-support.exp: Likewise.
14690 * lib/gdb.exp: Likewise.
14691
bf401b07
SM
146922015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
14693
14694 * configure.ac: Remove HP-UX case.
14695 * configure: Regenerate.
14696
aff9c0f8
SM
146972015-12-18 Simon Marchi <simon.marchi@ericsson.com>
14698
14699 * lib/gdb.exp (gdb_compile): Add function doc.
14700
a6904d5a
PA
147012015-12-17 Pedro Alves <palves@redhat.com>
14702
14703 PR threads/19354
14704 * gdb.multi/info-threads.exp: New file.
14705
a22279dd
YQ
147062015-12-15 Yao Qi <yao.qi@linaro.org>
14707
14708 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
14709 is aarch64*-*-*.
14710
0588c796
SL
147112015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14712
14713 * gdb.base/history-duplicates.exp: Skip if no readline support.
14714
5d978e17
SL
147152015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14716
14717 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
14718
7e763b86
SL
147192015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14720
14721 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
14722
87a3a92c
SL
147232015-12-14 Sandra Loosemore <sandra@codesourcery.com>
14724
14725 * gdb.base/completion.exp: Skip tests that interrupt GDB with
14726 ctrl-C if nointerrupts target property is set.
14727 * gdb.base/double-prompt-target-event-error.exp: Likewise.
14728 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
14729 * gdb.base/paginate-bg-execution.exp: Likewise.
14730 * gdb.base/paginate-execution-startup.exp: Likewise.
14731 * gdb.base/random-signal.exp: Likewise.
14732 * gdb.base/range-stepping.exp: Likewise.
14733 * gdb.cp/annota2.exp: Likewise.
14734 * gdb.cp/annota3.exp: Likewise.
14735 * gdb.gdb/selftest.exp: Likewise.
14736 * gdb.threads/continue-pending-status.exp: Likewise.
14737 * gdb.threads/leader-exit.exp: Likewise.
14738 * gdb.threads/manythreads.exp: Likewise.
14739 * gdb.threads/pthreads.exp: Likewise.
14740 * gdb.threads/schedlock.exp: Likewise.
14741 * gdb.threads/sigthread.exp: Likewise.
14742
a8f077dc
DB
147432015-12-11 Don Breazeal <donb@codesourcery.com>
14744
14745 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
14746 remote.
14747 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
14748 * gdb.base/foll-exec.exp (main): Enable for target remote.
14749 * gdb.base/foll-fork.exp (main): Likewise.
14750 * gdb.base/foll-vfork.exp (main): Likewise.
14751 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
14752 (proc continue_to_exit_bp_loc): Use clean_restart.
14753 * gdb.base/pie-execl.exp (main): Disable for target remote.
14754 * gdb.base/watch-vfork.exp (main): Enable for target remote.
14755 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
14756 * gdb.threads/execl.exp (main): Likewise.
14757 * gdb.threads/fork-child-threads.exp (main): Likewise.
14758 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14759 remote.
14760 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14761 remote.
14762 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14763 pid.tid style ptids, instead of just tid.
14764 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14765 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14766 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14767 ptids, instead of just tid.
14768
3b2464a8
AB
147692015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14770
14771 * gdb.base/list.exp (test_list_forward): Add end of file error
14772 test.
14773 (test_repeat_list_command): Add end of file error test.
14774 (test_list_backwards): Add beginning of file error test.
14775
a0def019
AB
147762015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14777
14778 * gdb.base/list.exp (test_list_invalid_args): New function,
14779 defined, and called.
14780
5c000dff
AB
147812015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14782
14783 * gdb.base/list.exp (test_list): Make test names unique.
14784
f1637ebe
YQ
147852015-12-11 Yao Qi <yao.qi@linaro.org>
14786
14787 * gdb.base/coremaker2.c: Remove.
14788
36d6fc0a
PA
147892015-12-10 Pedro Alves <palves@redhat.com>
14790
14791 * gdb.multi/base.exp: Remove stale "spaces" references.
14792
762f7747
PA
147932015-12-10 Pedro Alves <palves@redhat.com>
14794
14795 * gdb.multi/base.exp: Don't use nowarnings.
14796 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14797 * gdb.multi/hangout.c: Include stdio.h.
14798 * gdb.multi/hello.c: Include stdlib.h.
14799 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14800 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14801 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14802
28d2bfb9
AB
148032015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14804
14805 * gdb.dwarf2/dw2-ranges-base.c: New file.
14806 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14807 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14808 support additional line table, and debug ranges generation.
14809 (Dwarf::ranges): New function, generate .debug_ranges.
14810 (Dwarf::lines): Support generating simple line table programs.
14811 (Dwarf::assemble): Initialise new namespace variables.
14812
5fc2beac
KB
148132015-12-09 Kevin Buettner <kevinb@redhat.com>
14814
14815 * gdb.base/async.exp (proc test_background): Add case for
14816 asynchronous execution not supported.
14817
1c35a88f
LM
148182015-12-09 Luis Machado <lgustavo@codesourcery.com>
14819
14820 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14821 format and change test names to make them unique.
14822
b593e3d9
RK
148232015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14824 Pedro Alves <pedro@redhat.com>
14825
14826 PR gdb/18702
14827 Add checking of floatformats setup on x86_64 hosts.
14828 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14829 (smallval, bigval): New labels/constants.
14830 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14831 float" after loading bigval and smallval.
14832
d72413e6
PMR
148332015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14834
14835 * gdb.ada/fun_overload_menu.exp: New testcase.
14836 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14837
ece66d65
JS
148382015-12-04 Josh Stone <jistone@redhat.com>
14839
14840 * gdb.base/catch-fork-static.exp: New.
14841
41d0efca
YQ
148422015-12-03 Yao Qi <yao.qi@linaro.org>
14843
14844 * gdb.base/sizeof.c: Don't include stdio.h and
14845 ../lib/unbuffer_output.c.
14846 (main): New variable 'size' and 'value'. Remove printf and
14847 gdb_unbuffer_output. Assign return value to size and value.
14848 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14849 at the beginning.
14850 (check_sizeof): Check the result by printing variable 'size'.
14851 (check_valueof): Check the result by printing variable 'value'.
14852
99fd02d9
YQ
148532015-12-01 Yao Qi <yao.qi@linaro.org>
14854
14855 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14856 for aarch64*-*-linux* target.
14857
f2faf941
PA
148582015-11-30 Pedro Alves <palves@redhat.com>
14859
14860 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14861
04bf20c5
PA
148622015-11-30 Pedro Alves <palves@redhat.com>
14863
14864 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14865 Handle non-stop mode vCont replies.
14866
09df4675
PA
148672015-11-30 Pedro Alves <palves@redhat.com>
14868
14869 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14870 prepare_for_testing. Start gdb with "set non-stop on" appended to
14871 GDBFLAGS. Lax expected stop output.
14872
58b584af
YQ
148732015-11-27 Yao Qi <yao.qi@linaro.org>
14874
14875 * gdb.arch/arm-neon.exp: New.
14876 * gdb.arch/arm-neon.c: New.
14877
dfcb77a8
YQ
148782015-11-27 Yao Qi <yao.qi@linaro.org>
14879
14880 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14881
88e8ec1b
YQ
148822015-11-27 Yao Qi <yao.qi@linaro.org>
14883
14884 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14885 frames-invalid annotation.
14886
bfde72c2
YQ
148872015-11-27 Yao Qi <yao.qi@linaro.org>
14888
14889 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14890
f6512a69
SM
148912015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14892
14893 * gdb.threads/names.exp: New file.
14894 * gdb.threads/names.c: New file.
14895 * README: Mention gdb,no_thread_names.
14896
46a3515b
MM
148972015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14898
14899 PR 19297
14900 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14901 support" error.
14902
62147a22
PA
149032015-11-24 Pedro Alves <palves@redhat.com>
14904
14905 PR 17539
14906 * gdb.base/display.exp: Expect displays to be sorted in ascending
14907 order. Use multi_line.
14908 * gdb.base/solib-display.exp: Likewise.
14909
2f341b6e
PA
149102015-11-24 Pedro Alves <palves@redhat.com>
14911
14912 PR 17539
25d49b86
PA
14913 * gdb.base/display.exp: Expect displays to be sorted in ascending
14914 order. Use multi_line.
14915 * gdb.base/solib-display.exp: Likewise.
2f341b6e 14916
7e0aa6aa
PA
149172015-11-24 Pedro Alves <palves@redhat.com>
14918
14919 PR 17539
14920 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14921 threads in ascending order.
14922 * gdb.base/foll-fork.exp: Likewise.
14923 * gdb.base/foll-vfork.exp: Likewise.
14924 * gdb.base/multi-forks.exp: Likewise.
14925 * gdb.mi/mi-nonstop.exp: Likewise.
14926 * gdb.mi/mi-nsintrall.exp: Likewise.
14927 * gdb.multi/base.exp: Likewise.
14928 * gdb.multi/multi-arch.exp: Likewise.
14929 * gdb.python/py-inferior.exp: Likewise.
14930 * gdb.threads/break-while-running.exp: Likewise.
14931 * gdb.threads/execl.exp: Likewise.
14932 * gdb.threads/gcore-thread.exp: Likewise.
14933 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14934 * gdb.threads/kill.exp: Likewise.
14935 * gdb.threads/linux-dp.exp: Likewise.
14936 * gdb.threads/multiple-step-overs.exp: Likewise.
14937 * gdb.threads/next-bp-other-thread.exp: Likewise.
14938 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14939 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14940 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14941 * gdb.threads/thread-find.exp: Likewise.
14942 * gdb.threads/tls.exp: Likewise.
14943 * lib/mi-support.exp (mi_reverse_list): Delete.
14944 (mi_check_thread_states): No longer reverse list.
14945
2cc57ad8
PA
149462015-11-24 Pedro Alves <palves@redhat.com>
14947
14948 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14949 use lowercase.
14950
c93e8391
SM
149512015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14952
14953 * gdb.trace/actions.c: Include trace-common.h.
14954 (main): Add a location for a fast tracepoint.
14955 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14956 the normal tracepoints.
14957 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14958
045ccf91
SM
149592015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14960
14961 * save-trace.exp: Factor out code to these...
14962 (gdb_save_tracepoints): New.
14963 (gdb_load_tracepoints): New.
14964 (do_save_load_test): New.
14965
5506f9f6
KB
149662015-11-23 Kevin Buettner <kevinb@redhat.com>
14967
14968 * gdb.base/asmlabel.exp: New test.
14969 * gdb.base/asmlabel.c: New test case.
14970
16c3b12f
JB
149712015-11-23 Joel Brobecker <brobecker@adacore.com>
14972
14973 * gdb.base/wrong_frame_bt_full-main.c: New file.
14974 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14975 * gdb.base/wrong_frame_bt_full.exp: New file.
14976
155bfbd3
JB
149772015-11-23 Joel Brobecker <brobecker@adacore.com>
14978
14979 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14980
bb097445
JM
149812015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14982
206853a0 14983 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14984 pstate register when comparing registers values in
14985 sparc64-*-linux-gnu targets to avoid spurious differences.
14986
9c88ed8f
JM
149872015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14988
206853a0 14989 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14990
96161e25
SL
149912015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14992
14993 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14994 as type argument to gdb_compile.
14995 * gdb.base/nested-subp2.exp: Likewise.
14996 * gdb.base/nested-subp3.exp: Likewise.
14997
340c2830
DV
149982015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14999
15000 * lib/dwarf.exp (_note): Fix left shift of negative value.
15001 * gdb.trace/trace-condition.exp: Likewise.
15002
c1862d0f
YQ
150032015-11-13 Yao Qi <yao.qi@linaro.org>
15004
15005 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
15006 comments about d10v.
15007 (test_scalar_returns): Likewise.
15008 * gdb.base/d10v.ld: Remove.
15009 * gdb.base/overlays.exp: Remove the target triplet checking for
15010 d10v-*-*.
15011 * gdb.base/structs.exp (test_struct_returns): Remove the
15012 comments about d10v.
15013 (test_struct_calls): Likewise.
15014
77ae9c19
YQ
150152015-11-13 Yao Qi <yao.qi@linaro.org>
15016
15017 * gdb.base/gnu_vector.exp: Check the return value by "p res".
15018 * gdb.base/gnu_vector.c: Don't include stdio.h.
15019 (main): Don't print res and call add_some_intvecs.
15020
430e004e
MK
150212015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
15022
15023 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
15024 macro.
15025 (func5): Removed.
15026 (func4): Use FAST_TRACEPOINT_LABEL.
15027 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
15028 macro.
15029 (func): Removed.
15030 (thread_function): Use FAST_TRACEPOINT_LABEL.
15031 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
15032 (func): Remove.
15033 (marker): Use FAST_TRACEPOINT_LABEL.
15034 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
15035 (pendfunc1): Remove.
15036 (pendfunc): Use FAST_TRACEPOINT_LABEL.
15037 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
15038 (foo): Remove.
15039 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
15040 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
15041 macro.
15042 (func): Remove.
15043 (marker): Use FAST_TRACEPOINT_LABEL.
15044 * gdb.trace/trace-common.h: New header.
15045 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
15046 macro.
15047 (func): Remove.
15048 (marker): Use FAST_TRACEPOINT_LABEL.
15049 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
15050 (func): Remove.
15051 (thread_function): Use FAST_TRACEPOINT_LABEL.
15052
6e7675a7
MK
150532015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
15054
15055 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
15056 in front.
15057 * gdb.trace/change-loc.exp: Use global pcreg definition.
15058 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
15059 * gdb.trace/entry-values.exp: Use global spreg definition, add $
15060 in front.
15061 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
15062 * gdb.trace/pending.exp: Likewise.
15063 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
15064 * gdb.trace/trace-break.exp: Likewise.
15065 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
15066 in front.
15067 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
15068 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
15069 in front.
15070 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
15071
dddc0e16
JB
150722015-11-09 Joel Brobecker <brobecker@adacore.com>
15073
15074 * gdb.ada/fin_fun_out: New testcase.
15075
c6f0b406
KB
150762015-11-07 Kevin Buettner <kevinb@redhat.com>
15077
15078 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
15079 value associated with DW_AT_byte_size.
15080 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
15081 constants for DW_AT_byte_size, DW_AT_lower_bound, and
15082 DW_AT_upper_bound.
15083
f01dcfd9
KB
150842015-11-07 Kevin Buettner <kevinb@redhat.com>
15085
15086 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
15087 (gdb_target_symbol_prefix_flags): Define in terms of _asm
15088 version.
15089 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
15090 gdb.dwarf2/dw2-canonicalize-type.exp,
15091 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
15092 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
15093 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
15094 provided by gdb_target_symbol_prefix_flags_asm.
15095 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
15096 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
15097 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
15098 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
15099 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
15100 macros where needed). Use this macro for symbols which require
15101 the prefix provided by SYMBOL_PREFIX.
15102
2223449a
KB
151032015-11-05 Kevin Buettner <kevinb@redhat.com>
15104
15105 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
15106 New procs.
15107 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
15108 representing expressions, of more than one list element.
15109 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
15110 to prepend linker symbol prefix to f.
15111 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
15112 table_1 and table_2.
15113 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
15114 Likewise, for f and g.
15115 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
15116 for ptr.
15117 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
15118 for main.
15119 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
15120 table_1_ptr and table_2_ptr.
15121
6f2f1a3a
JK
151222015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15123 Joel Brobecker <brobecker@adacore.com>
15124
15125 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
15126
566c56c9
MK
151272015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
15128
15129 * gdb.reverse/s390-mvcle.c: New test.
15130 * gdb.reverse/s390-mvcle.exp: New file.
15131 * lib/gdb.exp: Enable reverse tests on s390*-linux.
15132
d5f0636b
MK
151332015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15134
15135 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
15136
7ad8b86c
MK
151372015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15138
15139 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
15140 reaching marker2.
15141 * gdb.reverse/getresuid-reverse.exp: Likewise.
15142 * gdb.reverse/pipe-reverse.exp: Likewise.
15143 * gdb.reverse/readv-reverse.exp: Likewise.
15144 * gdb.reverse/recvmsg-reverse.exp: Likewise.
15145 * gdb.reverse/time-reverse.exp: Likewise.
15146 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
15147
4081c0f1
YQ
151482015-10-30 Yao Qi <yao.qi@linaro.org>
15149
15150 * gdb.threads/wp-replication.c (watch_count_done): Remove.
15151 (empty_cycle): Remove.
15152 (main): Don't call empty_cycle. Don't use watch_count_done.
15153 * gdb.threads/wp-replication.exp: Don't set breakpoint on
15154 empty_cycle. Rewrite the code counting HW watchpoints.
15155
452b4ba5
MK
151562015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
15157
15158 * gdb.reverse/fstatat-reverse.c: New test.
15159 * gdb.reverse/fstatat-reverse.exp: New file.
15160 * gdb.reverse/getresuid-reverse.c: New test.
15161 * gdb.reverse/getresuid-reverse.exp: New file.
15162 * gdb.reverse/pipe-reverse.c: New test.
15163 * gdb.reverse/pipe-reverse.exp: New file.
15164 * gdb.reverse/readv-reverse.c: New test.
15165 * gdb.reverse/readv-reverse.exp: New file.
15166 * gdb.reverse/recvmsg-reverse.c: New test.
15167 * gdb.reverse/recvmsg-reverse.exp: New file.
15168 * gdb.reverse/time-reverse.c: New test.
15169 * gdb.reverse/time-reverse.exp: New file.
15170 * gdb.reverse/waitpid-reverse.c: New test.
15171 * gdb.reverse/waitpid-reverse.exp: New file.
15172
5e2e7507
JK
151732015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15174
15175 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
15176
0fde2c53
DE
151772015-10-26 Doug Evans <dje@google.com>
15178
15179 PR symtab/17391
15180 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
15181 * gdb.dwarf2/bad-regnum.c: New file.
15182 * gdb.dwarf2/bad-regnum.exp: New file.
15183
1a70ae97
DE
151842015-10-26 Doug Evans <dje@google.com>
15185
15186 PR python/18938
15187 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
15188 file.
15189
27dc26ab
JK
151902015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15191
15192 * gdb.compile/compile.exp (compile code globalvar): Update expectation
15193 for a change by "Mention language in compile error message".
15194
bed91f4d
SM
151952015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
15196
15197 PR python/18073
15198 * gdb.python/py-type.c (C::a_method): New.
15199 (C::a_const_method): New.
15200 (C::a_static_method): New.
15201 (a_function): New.
15202 * gdb.python/py-type.exp (test_fields): Test getting fields
15203 from function and method.
15204
3f2f83dd
KB
152052015-10-21 Keven Boell <keven.boell@intel.com>
15206
15207 * gdb.fortran/vla-alloc-assoc.exp: New file.
15208 * gdb.fortran/vla-datatypes.exp: New file.
15209 * gdb.fortran/vla-datatypes.f90: New file.
15210 * gdb.fortran/vla-history.exp: New file.
15211 * gdb.fortran/vla-ptype-sub.exp: New file.
15212 * gdb.fortran/vla-ptype.exp: New file.
15213 * gdb.fortran/vla-sizeof.exp: New file.
15214 * gdb.fortran/vla-sub.f90: New file.
15215 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
15216 * gdb.fortran/vla-value-sub-finish.exp: New file.
15217 * gdb.fortran/vla-value-sub.exp: New file.
15218 * gdb.fortran/vla-value.exp: New file.
15219 * gdb.fortran/vla-ptr-info.exp: New file.
15220 * gdb.mi/mi-vla-fortran.exp: New file.
15221 * gdb.mi/vla.f90: New file.
15222
27145d50
SL
152232015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15224
15225 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15226 of hardwired timeout value.
15227
5f3ff4f8
JK
152282015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15229 Pedro Alves <palves@redhat.com>
15230
15231 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15232 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15233
bfd09d20
JS
152342015-10-19 Josh Stone <jistone@redhat.com>
15235
15236 * gdb.base/catch-syscall.c: Include <sched.h>.
15237 (unknown_syscall): New variable.
15238 (main): Trigger a vfork and an unknown syscall.
15239 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15240 (unknown_syscall_number): Likewise.
15241 (check_call_to_syscall): Accept an optional syscall pattern.
15242 (check_return_from_syscall): Likewise.
15243 (check_continue): Likewise.
15244 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15245 (test_catch_syscall_skipping_return): New test toggling off 'catch
15246 syscall' to step over the syscall return, then toggling back on.
15247 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15248 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15249 (do_syscall_tests): Call test_catch_syscall_without_args and
15250 test_catch_syscall_mid_vfork.
15251 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15252 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15253
b32b93c6
AS
152542015-10-19 Andrew Stubbs <ams@codesourcery.com>
15255
15256 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15257 print g_vE): Add new pass patterns.
15258 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15259 print various symbol names for vptr fields.
15260
9d622bda
AB
152612015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15262
15263 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15264 results.
15265
0fd8ac1c
YQ
152662015-10-12 Yao Qi <yao.qi@linaro.org>
15267
15268 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15269
34240514
YQ
152702015-10-12 Yao Qi <yao.qi@linaro.org>
15271
15272 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15273 is aarch64*-*-linux*.
15274
8240f442
YQ
152752015-10-12 Yao Qi <yao.qi@linaro.org>
15276
15277 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15278 (can_relocate_bcond_true): ... it.
15279 (can_relocate_bcond_false): New function.
15280 (foo): Likewise.
15281 (can_relocate_bl): Likewise.
15282 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15283 can_relocate_bl.
15284
2520f728
PMR
152852015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15286
15287 * gdb.base/nested-addr.c: New file.
15288 * gdb.base/nested-addr.exp: New testcase.
15289
abcef95a
MM
152902015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15291
15292 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15293 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15294 its output. Ignore the output of "record goto begin" and instead
15295 check that GDB is replaying.
15296
145e3ddb
PA
152972015-10-09 Pedro Alves <palves@redhat.com>
15298
15299 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15300 (top level): Use it in the run with no args test.
15301
d5d8c4e1
IB
153022015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15303
15304 * gdb.dlang/properties.exp: New file.
15305
06e635ef
SL
153062015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15307
15308 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15309 whether or not address 0x1000 is mapped on the target.
15310
e019fd1d
SM
153112015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15312
15313 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15314 build.
15315
77ba2a67
MM
153162015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15317
15318 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15319 instruction-history test.
15320
c60eb31f
DE
153212015-09-28 Doug Evans <dje@google.com>
15322
15323 * gdb.base/gcore.c (array_func): Add reference to static_array.
15324
9a3c8263
SM
153252015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15326
15327 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15328 source line.
15329
9720e656
SL
153302015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15331
15332 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15333 short or char as base type.
15334
938d3bf2
SL
153352015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15336
15337 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15338 to allow any size enum.
15339
e6c2c623
PMR
153402015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15341
15342 * gdb.ada/array_ptr_renaming.exp: New testcase.
15343 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15344 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15345
06da0f77
PL
153462015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15347
15348 * gdb.trace/ftrace-lock.c: New file.
15349 * gdb.trace/ftrace-lock.exp: New file.
15350
4f51c22a
PL
153512015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15352
15353 * gdb.arch/insn-reloc.c: New file.
15354 * gdb.arch/ftrace-insn-reloc.exp: New file.
15355
7041adf4
PL
153562015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15357
15358 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15359 instruction.
15360 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15361 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15362 * gdb.trace/range-stepping.c: Likewise.
15363 * gdb.trace/trace-break.c: Likewise.
15364 * gdb.trace/trace-mt.c (thread_function): Likewise.
15365 * gdb.trace/ftrace.c (marker): Likewise.
15366 * gdb.trace/trace-condition.c (marker): Likewise.
15367 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15368 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15369 is_aarch64_target.
15370
015d2e7e
DE
153712015-09-18 Doug Evans <xdje42@gmail.com>
15372
15373 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15374 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15375
26b188a2
SL
153762015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15377
15378 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15379 the breakpoint.
15380
79dc332b
SL
153812015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15382
15383 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15384 the pending breakpoint. Remove timeout override for "Run till
15385 MI pending breakpoint on pendfunc3 on thread 2" test.
15386
f57929f2
SL
153872015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15388
15389 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15390 filename pattern.
15391
3f469b17
SL
153922015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15393
15394 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15395 in breakpoint filename pattern.
15396
515b89b3
SL
153972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15398
7800dbe4
SL
15399 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15400
154012015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15402
515b89b3
SL
15403 * gdb.linespec/explicit.exp: Check for readline support for
15404 tab-completion tests. Fix obvious typo.
15405
d2939ba2
MM
154062015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15407
15408 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15409 and replay.
15410
cbb55fa7
MM
154112015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15412
15413 * gdb.btrace/non-stop.c: New.
15414 * gdb.btrace/non-stop.exp: New.
15415
43691ca1
PL
154162015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15417 Yao Qi <yao.qi@linaro.org>
15418
15419 * gdb.trace/trace-condition.c: New file.
15420 * gdb.trace/trace-condition.exp: New file.
15421
d78908cf
WW
154222015-09-16 Wei-cheng Wang <cole945@gmail.com>
15423
15424 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15425 for testing bytecode compilation.
15426
1ed415e2
PA
154272015-09-16 Pedro Alves <palves@redhat.com>
15428 Sandra Loosemore <sandra@codesourcery.com>
15429
15430 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15431 (SECONDS): Redefine.
15432 (main): Call pthread_kill and alarm early.
15433 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15434 support.
15435 (test): If the target can't hardware step and doesn't support
15436 displaced stepping, increase the timeout.
15437
d136eff5
PA
154382015-09-16 Pedro Alves <palves@redhat.com>
15439
15440 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15441 (enable_debug): New procedures.
15442 (test): Use them. Bail out if waiting for threads fails.
15443 (top level): Bail out if a test fails.
15444
991f019c
YQ
154452015-09-16 Yao Qi <yao.qi@linaro.org>
15446
15447 * gdb.asm/asm-source.exp: Set asm-arch for
15448 aarch64*-*-* target.
15449 * gdb.asm/aarch64.inc: New file.
15450
bfca584f
PMR
154512015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15452
15453 * gdb.ada/array_of_variable_length.exp: New testcase.
15454 * gdb.ada/array_of_variable_length/foo.adb: New file.
15455 * gdb.ada/array_of_variable_length/pck.adb: New file.
15456 * gdb.ada/array_of_variable_length/pck.ads: New file.
15457
b326e587
DE
154582015-09-15 Doug Evans <dje@google.com>
15459
15460 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15461 of function static local variable.
15462
5382cfab
PW
154632015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15464
15465 * gdb.threads/tls-so_extern.exp: New test file.
15466 * gdb.threads/tls-so_extern.c: New test file.
15467 * gdb.threads/tls-so_extern_main.c: New test file.
15468
141c5cc4
JK
154692015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15470
15471 * gdb.opt/solib-intra-step-lib.c: New file.
15472 * gdb.opt/solib-intra-step-main.c: New file.
15473 * gdb.opt/solib-intra-step.exp: New file.
15474
d15dcecd
PA
154752015-09-15 Pedro Alves <palves@redhat.com>
15476
15477 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15478 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15479
4c2f2a79
PA
154802015-09-14 Pedro Alves <palves@redhat.com>
15481
15482 * gdb.base/hook-stop-continue.c: Delete.
15483 * gdb.base/hook-stop-continue.exp: Delete.
15484 * gdb.base/hook-stop-frame.c: Delete.
15485 * gdb.base/hook-stop-frame.exp: Delete.
15486 * gdb.base/hook-stop.c: New file.
15487 * gdb.base/hook-stop.exp: New file.
15488
919e6dbe
PMR
154892015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15490
15491 * gdb.ada/access_to_packed_array.exp: New testcase.
15492 * gdb.ada/access_to_packed_array/foo.adb: New file.
15493 * gdb.ada/access_to_packed_array/pack.adb: New file.
15494 * gdb.ada/access_to_packed_array/pack.ads: New file.
15495
157280a4
MM
154962015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15497
15498 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15499 buffer size test.
15500
2fd33e94
DB
155012015-09-11 Don Breazeal <donb@codesourcery.com>
15502
15503 * gdb.base/foll-exec.c: Add copyright header. Fix
15504 formatting issues.
15505 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15506 (do_exec_tests): Use clean_restart in place of zap_session,
15507 and for test initialization. Fix formatting issues. Use
15508 fail in place of perror.
15509 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15510 an expect statement to match an expression with output from
15511 the program under debug.
15512 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15513 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15514 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15515 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15516 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15517
e70b6e8e
DE
155182015-09-09 Doug Evans <dje@google.com>
15519
15520 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15521
7a551a51
DE
155222015-09-09 Doug Evans <dje@google.com>
15523
15524 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15525
4c666f84
DE
155262015-09-09 Doug Evans <dje@google.com>
15527
15528 * gdb.base/savedregs.exp: Fix typo.
15529
243a9253
PA
155302015-09-09 Pedro Alves <palves@redhat.com>
15531
15532 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15533
c0fa8fbd
SL
155342015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15535
15536 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15537 command actually switches threads. Give up on remaining
15538 tests if target fails to stop at breakpoint.
15539
cd7c1778
PMR
155402015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15541
15542 * gdb.ada/funcall_char.exp: New testcase.
15543 * gdb.ada/funcall_char/foo.adb: New file.
15544
dc5c8746
PMR
155452015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15546
15547 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15548 expected outputs. Add two testcases for completing ambiguous
15549 functions.
15550 * gdb.ada/complete/aux_pck.adb: New file.
15551 * gdb.ada/complete/aux_pck.ads: New file.
15552 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15553 Ambiguous_Func functions.
15554 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15555 * gdb.ada/complete/pck.adb: Likewise.
15556
4e83a1e7
UW
155572015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15558
15559 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15560 failures to run the test program under GDB.
15561
8ce74153
LM
155622015-08-26 Luis Machado <lgustavo@codesourcery.com>
15563
15564 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15565 to C.
15566
e9756d52
PP
155672015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15568
15569 * gdb.base/run-after-attach.exp: New test file.
15570 * gdb.base/run-after-attach.c: New test file.
15571
8d37573b
DB
155722015-08-26 Don Breazeal <donb@codesourcery.com>
15573
15574 * gdb.base/foll-exec-2.c: New test program.
15575 * gdb.base/foll-exec-2.exp: New test.
15576
63e43d3a
PMR
155772015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
15578
15579 * gdb.base/nested-subp1.exp: New file.
15580 * gdb.base/nested-subp1.c: New file.
15581 * gdb.base/nested-subp2.exp: New file.
15582 * gdb.base/nested-subp2.c: New file.
15583 * gdb.base/nested-subp3.exp: New file.
15584 * gdb.base/nested-subp3.c: New file.
15585
3d40fbb5
PA
155862015-08-24 Pedro Alves <palves@redhat.com>
15587
15588 * gdb.server/connect-without-multi-process.c: New file.
15589 * gdb.server/connect-without-multi-process.exp: New file.
15590
4422ac93
LM
155912015-08-24 Luis Machado <lgustavo@codesourcery.com>
15592
15593 * gdb.opt/inline-markers.c: Make z int.
15594
91dddb86
LM
155952015-08-24 Luis Machado <lgustavo@codesourcery.com>
15596
15597 * gdb.opt/inline-markers.c: Make z volatile.
15598
a48847ee
LM
155992015-08-24 Luis Machado <lgustavo@codesourcery.com>
15600
15601 * gdb.opt/inline-bt.c: New volatile global z.
15602 * gdb.opt/inline-cmds.c: Likewise.
15603 * gdb.opt/inline-locals.c: Likewise.
15604 * gdb.opt/inline-markers.c: New extern global z.
15605 (marker): Use z.
15606 (inline_fn): Likewise.
15607
0ebbc52b
PA
156082015-08-24 Pedro Alves <palves@redhat.com>
15609
15610 * config/m32r-stub.exp: Remove file.
15611 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
15612 * gdb.base/call-rt-st.exp: Likewise.
15613 * gdb.base/call-strs.exp: Likewise.
15614 * gdb.base/default.exp: Remove references to h8300-*-hms and
15615 *-*-udi*.
15616 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
15617
77c365df
AA
156182015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15619
15620 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
15621 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
15622 and "return" use KFAIL when GDB can not read/write the vector
15623 return value.
15624
4313b8c0
GB
156252015-08-21 Gary Benson <gbenson@redhat.com>
15626
15627 * gdb.trace/pending.exp: Cope with remote transfer warnings.
15628
0e433b32
PA
156292015-08-20 Pedro Alves <palves@redhat.com>
15630
15631 * gdb.server/solib-list.exp: No longer expect an interior stop in
15632 non-stop mode.
15633
221e1a37
PA
156342015-08-20 Pedro Alves <palves@redhat.com>
15635
15636 * gdb.server/connect-stopped-target.c: New file.
15637 * gdb.server/connect-stopped-target.exp: New file.
15638
40e3ad0e
PA
156392015-08-20 Pedro Alves <palves@redhat.com>
15640
15641 * gdb.dwarf2/comp-unit-lang.exp: New file.
15642 * gdb.dwarf2/comp-unit-lang.c: New file.
15643
af39b327
PMR
156442015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
15645
15646 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
15647 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
15648
7d45c7c3 156492015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 15650
7d45c7c3
KB
15651 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
15652 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
15653
4d6cceb4
DE
156542015-08-18 Doug Evans <dje@google.com>
15655 Adrian Sendroiu <adrian.sendroiu@freescale.com>
15656
15657 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
15658 skip_python_tests. New arg prompt_regexp.
15659 (skip_python_tests): New function.
15660 * lib/mi-support.exp (mi_skip_python_tests): New function.
15661 * gdb.python/py-mi-objfile-gdb.py: New file.
15662 * gdb.python/py-mi-objfile.c: New file.
15663 * gdb.python/py-mi-objfile.exp: New file.
15664
ad89c2aa
KS
156652015-08-17 Keith Seitz <keiths@redhat.com>
15666
15667 * gdb.linespec/explicit.exp: Move strace test from here ...
15668 * gdb.trace/strace.exp: ... to here.
15669
e3ae3c43
PP
156702015-08-15 Patrick Palka <patrick@parcs.ath.cx>
15671
15672 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
15673 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
15674
604b2636
DE
156752015-08-14 Doug Evans <xdje42@gmail.com>
15676
15677 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
15678 inferior before selecting a new file.
15679
6ff0ba5f
DE
156802015-08-14 Doug Evans <xdje42@gmail.com>
15681
15682 * gdb.mi/mi-disassemble.exp: Update.
15683 * gdb.base/disasm-optim.S: New file.
15684 * gdb.base/disasm-optim.c: New file.
15685 * gdb.base/disasm-optim.h: New file.
15686 * gdb.base/disasm-optim.exp: New file.
15687
9ca98f92
KS
156882015-08-14 Keith Seitz <keiths@redhat.com>
15689
15690 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
15691 "evaluated-by".
15692
52bbc560
JB
156932015-08-13 Joel Brobecker <brobecker@adacore.com>
15694
15695 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
15696
5d8c3ed3
PMR
156972015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
15698
15699 * gdb.ada/fun_renaming.exp: New testcase.
15700 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
15701 * gdb.ada/fun_renaming/pack.adb: New file.
15702 * gdb.ada/fun_renaming/pack.ads: New file.
15703
ea8812bc
KS
157042015-08-12 Keith Seitz <keiths@redhat.com>
15705
15706 * gdb.base/dso2dso.exp: Pass basename of source file in call to
15707 gdb_get_line_number.
15708
4dafcdeb
JB
157092015-08-12 Joel Brobecker <brobecker@adacore.com>
15710
15711 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
15712 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
15713 gdb.base/dso2dso.exp: New files.
15714
5ba32597
SDJ
157152015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
15716 Pedro Alves <palves@redhat.com>
15717 Keith Seitz <keiths@redhat.com>
15718
15719 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
15720 GDBFLAGS.
15721
b6dafabf
PP
157222015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15723
15724 * gdb.base/gdbhistsize-history.exp
15725 (test_histsize_history_setting): Use save_vars.
15726 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15727 Use save_vars.
15728 (test_no_truncation_of_unlimited_history_file): Use save_vars.
15729 * gdb.base/readline.exp: Use save_vars.
15730
abe8e607
PP
157312015-08-12 Patrick Palka <patrick@parcs.ath.cx>
15732
15733 * lib/gdb.exp (save_vars): New proc.
15734
629500fa
KS
157352015-08-11 Keith Seitz <keiths@redhat.com>
15736
15737 * gdb.base/help.exp: Update help_breakpoint_text.
15738
eb8c4e2e
KS
157392015-08-11 Keith Seitz <keiths@redhat.com>
15740
15741 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
15742 (at toplevel): Call test_explicit_breakpoints.
15743 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
15744 breakpoints.
15745 * lib/mi-support.exp (mi_make_breakpoint): Add support for
15746 breakpoint conditions, "-cond".
15747
87f0e720
KS
157482015-08-11 Keith Seitz <keiths@redhat.com>
15749
15750 * gdb.linespec/3explicit.c: New file.
15751 * gdb.linespec/cpexplicit.cc: New file.
15752 * gdb.linespec/cpexplicit.exp: New file.
15753 * gdb.linespec/explicit.c: New file.
15754 * gdb.linespec/explicit.exp: New file.
15755 * gdb.linespec/explicit2.c: New file.
15756 * gdb.linespec/ls-errs.exp: Add explicit location tests.
15757 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
15758 before using in the matching pattern.
15759 Clarify that `prefix' is a regular expression.
15760
f00aae0f
KS
157612015-08-11 Keith Seitz <keiths@redhat.com>
15762
15763 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15764 test.
15765 Add tests for missing ",FMT" and ",".
15766
e27852be
DE
157672015-08-10 Doug Evans <dje@google.com>
15768 Keith Seitz <keiths@redhat.com>
15769
15770 PR gdb/17960
15771 * gdb.base/completion.exp: Add location completer tests.
15772
7f03bd92
PA
157732015-08-07 Pedro Alves <palves@redhat.com>
15774
15775 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15776 tests here.
15777 (top level): Run do_test with and without displaced stepping.
15778
3fc8eb30
PA
157792015-08-07 Pedro Alves <palves@redhat.com>
15780
15781 * gdb.base/valgrind-disp-step.c: New file.
15782 * gdb.base/valgrind-disp-step.exp: New file.
15783
d4569d7b
PA
157842015-08-07 Pedro Alves <palves@redhat.com>
15785
15786 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15787 Delete function.
15788 (main): Add alarm. Run an infinite loop instead of calling
15789 wait_threads.
15790 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15791 comment.
15792 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15793 Delete function.
15794 (main): Add alarm. Run an infinite loop instead of calling
15795 wait_threads.
15796 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15797 comment.
15798
e1316e60
PA
157992015-08-07 Pedro Alves <palves@redhat.com>
15800
15801 * gdb.base/checkpoint-ns.exp: New file.
15802 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15803 standard_testfile.
15804
da8c46d2
MM
158052015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15806
15807 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15808 * gdb.btrace/instruction_history.exp: Update.
15809 * gdb.btrace/tsx.exp: New.
15810 * gdb.btrace/tsx.c: New.
15811
de1c2c52
PA
158122015-08-06 Pedro Alves <palves@redhat.com>
15813
15814 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15815 increase timeout.
15816 * gdb.reverse/until-precsave.exp: Bump timeouts.
15817
782e0bf4
PA
158182015-08-06 Pedro Alves <palves@redhat.com>
15819
15820 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15821
83e97ed0
PA
158222015-08-06 Pedro Alves <palves@redhat.com>
15823
15824 PR gdb/18749
15825 * gdb.threads/process-dies-while-handling-bp.c: New file.
15826 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15827
863d01bd
PA
158282015-08-06 Pedro Alves <palves@redhat.com>
15829
15830 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15831 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15832
0a39bb32
PA
158332015-08-05 Pedro Alves <palves@redhat.com>
15834
15835 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15836 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15837
ee2d2b10
SL
158382015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15839
15840 * gdb.base/bp-permanent.exp: Report test as unsupported if
15841 the target cannot stop at the permanent breakpoint.
15842
4e1bdb00
DE
158432015-08-03 Doug Evans <dje@google.com>
15844
15845 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15846 10000.
15847
3d338901
DE
158482015-08-03 Doug Evans <dje@google.com>
15849
15850 * Makefile.in (workers/%.worker, build-perf): New rule.
15851 (GDB_PERFTEST_MODE): New variable.
15852 (check-perf): Use it.
15853 (clean): Clean up gdb.perf parallel build subdirs.
15854 * lib/build-piece.exp: New file.
15855 * lib/gdb.exp (make_gdb_parallel_path): New function
15856 (standard_output_file, standard_temp_file): Call it.
15857 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15858 of $GDB_PARALLEL.
15859 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15860
af061d3e
DE
158612015-08-03 Doug Evans <dje@google.com>
15862
8e1afc81 15863 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
15864 (LOG_FILE_NAME): New global.
15865 (TextReporter.__init__): Initialize self.txt_sum.
15866 (TextReporter.report): Add support for multiple data-points.
15867 Move report to perftest.sum, put raw data in perftest.log.
15868 (TextReporter.start): Open sum and log files.
15869 (TextReporter.end): Close sum and log files.
8e1afc81
DE
15870 * gdb.perf/lib/perftest/testresult.py
15871 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 15872
2c8c5d37
PA
158732015-07-31 Pedro Alves <palves@redhat.com>
15874
15875 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15876 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15877 kill_wait_spawned_process instead of explicit "kill -9".
15878 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15879 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15880 kill_wait_spawned_process.
15881 * gdb.base/attach-twice.exp: Likewise.
15882 * gdb.base/attach.exp: Likewise.
15883 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15884 gdb_test_multiple.
15885 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15886 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15887 kill_wait_spawned_process.
15888 * gdb.base/valgrind-infcall.exp: Likewise.
15889 * gdb.multi/multi-attach.exp: Likewise.
15890 * gdb.python/py-prompt.exp: Likewise.
15891 * gdb.python/py-sync-interp.exp: Likewise.
15892 * gdb.server/ext-attach.exp: Likewise.
15893 * gdb.threads/attach-into-signal.exp (corefunc): Use
15894 spawn_wait_for_attach, spawn_id_get_pid and
15895 kill_wait_spawned_process.
15896 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15897 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15898 spawn_id_get_pid and kill_wait_spawned_process.
15899 * gdb.threads/attach-stopped.exp (corefunc): Use
15900 spawn_wait_for_attach, spawn_id_get_pid and
15901 kill_wait_spawned_process.
15902 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15903 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15904 kill_wait_spawned_process instead of explicit "kill -9".
15905 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15906 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15907 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15908 processes. Don't map cygwin/windows pids here. Now returns a
15909 spawn id list.
15910
032a0fca
SL
159112015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15912
15913 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15914 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15915 correct patch.
15916
61a934ca
SL
159172015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15918
15919 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15920
4bc4d428
SL
159212015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15922
15923 Reapply:
15924 2014-05-21 Mark Wielaard <mjw@redhat.com>
15925
15926 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15927
998d452a
PA
159282015-07-30 Pedro Alves <palves@redhat.com>
15929
15930 * linux-low.c (handle_extended_wait): Set the child's last
15931 reported status to TARGET_WAITKIND_STOPPED.
15932
69dde7dc
PA
159332015-07-30 Pedro Alves <palves@redhat.com>
15934
15935 PR threads/18600
15936 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15937 only shows inferior 1.
15938
4dd63d48
PA
159392015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15940 Pedro Alves <palves@redhat.com>
15941
15942 PR threads/18600
15943 * gdb.threads/fork-plus-threads.c: New file.
15944 * gdb.threads/fork-plus-threads.exp: New file.
15945
d618e4c5
PP
159462015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15947
15948 * gdb.base/batch-preserve-term-settings.exp
15949 (test_terminal_settings_preserved_after_cli_exit): Use
15950 send_quit_command.
15951
1eef6428
PA
159522015-07-29 Pedro Alves <palves@redhat.com>
15953 Don Breazeal <donb@codesourcery.com>
15954
15955 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15956 output from both inferior_spawn_id and gdb_spawn_id.
15957
7da5b897
SDJ
159582015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15959
15960 * gdb.threads/attach-into-signal.exp (corefunc): Use
15961 with_test_prefix on nested loops, uniquefying the test messages.
15962
dac804df
SDJ
159632015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15964
15965 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15966 commit.
15967
06265e53
PP
159682015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15969
15970 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15971 New proc.
15972 (test_terminal_settings_preserved_after_sigterm): New test.
15973
18206ca3
PP
159742015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15975
15976 * gdb.base/batch-preserve-term-settings.exp
15977 (test_terminal_settings_preserved_after_cli_exit): New test.
15978
90074d11
PP
159792015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15980
15981 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15982 manipulation of saved_gdbflags.
15983 (test_terminal_settings_preserved): Remove global declaration of
15984 the unused variable pagination_prompt. Remove manipulation of
15985 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15986 GDBFLAGS.
15987
eb1a7902
PA
159882015-07-29 Pedro Alves <palves@redhat.com>
15989
15990 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15991
8b75dd3b
PA
159922015-07-29 Pedro Alves <palves@redhat.com>
15993
15994 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15995 at the top.
15996
dedad4e3
PA
159972015-07-29 Pedro Alves <palves@redhat.com>
15998
15999 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
16000 (main): Call gdb_unbuffer_output.
16001 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
16002 (main): Call gdb_unbuffer_output.
16003 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
16004 (main): Call gdb_unbuffer_output.
16005 * gdb.base/call-strs.exp: Adjust to step over the
16006 gdb_unbuffer_output call.
16007 * gdb.base/catch-gdb-caused-signals.c: Include
16008 "../lib/unbuffer_output.c".
16009 (main): Call gdb_unbuffer_output.
16010 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
16011 (main): Call gdb_unbuffer_output.
16012 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
16013 (main): Call gdb_unbuffer_output.
16014 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
16015 (main): Call gdb_unbuffer_output.
16016 * gdb.base/shlib-call.exp: Adjust to step over the
16017 gdb_unbuffer_output call.
16018 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
16019 (main): Call gdb_unbuffer_output.
16020 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
16021 (main): Call gdb_unbuffer_output.
16022 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
16023 (main): Rename to ...
16024 (test): ... this.
16025 (main): Reimplement.
16026 * gdb.base/varargs.exp: Run to test instead of to main.
16027 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
16028 (main): Call gdb_unbuffer_output.
16029
58789a91
PA
160302015-07-29 Pedro Alves <palves@redhat.com>
16031
16032 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
16033 factore out from mi_continue_dprintf. For call-style dprintfs,
16034 expect dprintf output out of $inferior_spawn_id.
16035 (mi_continue_dprintf): Use mi_expect_dprintf.
16036 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
16037 (main): Call gdb_unbuffer_output.
16038
e8376742
PA
160392015-07-29 Pedro Alves <palves@redhat.com>
16040
16041 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
16042 (default_mi_gdb_start): Set inferior_spawn_id instead of
16043 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
16044 gdb_spawn_id.
16045 (mi_gdb_test): Always expect inferior output from both
16046 $inferior_spawn_id and $gdb_spawn_id.
16047
08280010
PA
160482015-07-29 Pedro Alves <palves@redhat.com>
16049
16050 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
16051 send_inferior and $inferior_spawn_id.
16052
4d30e432
PA
160532015-07-29 Pedro Alves <palves@redhat.com>
16054
16055 * gdb.gdb/complaints.exp (test_initial_complaints)
16056 (test_serial_complaints, test_short_complaints): Use
16057 gdb_test_stdio.
16058 (test_empty_complaint): Handle $inferior_spawn_id !=
16059 $gdb_spawn_id.
16060
0d30a335
PA
160612015-07-29 Pedro Alves <palves@redhat.com>
16062
16063 * gdb.base/varargs.exp: Use gdb_test_stdio.
16064
39413b29
PA
160652015-07-29 Pedro Alves <palves@redhat.com>
16066
16067 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
16068
7cb000a9
PA
160692015-07-29 Pedro Alves <palves@redhat.com>
16070
16071 * gdb.base/ending-run.exp: Use gdb_test_stdio.
16072
d7b8ac82
PA
160732015-07-29 Pedro Alves <palves@redhat.com>
16074
16075 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
16076 parameter into two new parameters, "inf_result" and "gdb_result".
16077 Expect inferior output and gdb output from $inferior_spawn_id and
16078 $gdb_spawn_id, respectively. Adjust all callers.
16079
789c3a0c
PA
160802015-07-29 Pedro Alves <palves@redhat.com>
16081
16082 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
16083 of gdb_test_sequence.
16084
77e760c3
PA
160852015-07-29 Pedro Alves <palves@redhat.com>
16086
16087 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
16088 (saw_spurious_output): Expect inferior output from
16089 $inferior_spawn_id. Use gdb_test_stdio.
16090
8396d2cd
PA
160912015-07-29 Pedro Alves <palves@redhat.com>
16092
16093 * gdb.base/dprintf.exp: Use standard_testfile. Change
16094 prepare_for_testing call.
16095 (srcfile): Don't set.
16096 (restart): New procedure.
16097 (test_dprintf): New procecure, use to continue over dprintfs.
16098 (test_call, test_agent): New procedures, tests moved here.
16099 Restart gdb and recreate dprintfs. Adjust expected output.
16100
2051d61f
PA
161012015-07-29 Pedro Alves <palves@redhat.com>
16102
16103 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
16104
452397af
PA
161052015-07-29 Pedro Alves <palves@redhat.com>
16106
16107 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
16108
8aed9555
PA
161092015-07-29 Pedro Alves <palves@redhat.com>
16110
16111 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
16112 gdb_test_stdio.
16113
188a61b4
PA
161142015-07-29 Pedro Alves <palves@redhat.com>
16115
16116 * lib/gdb.exp (gdb_test_stdio): New procedure.
16117
12264a45
PA
161182015-07-29 Pedro Alves <palves@redhat.com>
16119
16120 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
16121
23ffc893
PA
161222015-07-29 Pedro Alves <palves@redhat.com>
16123
16124 * gdb.base/call-signal-resume.exp: Remove check for
16125 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
16126 * gdb.base/unwindonsignal.exp: Likewise.
16127 * gdb.base/call-signals.c (gen_signal): Remove printf call.
16128 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
16129
65566918
PA
161302015-07-29 Pedro Alves <palves@redhat.com>
16131
16132 * gdb.base/siginfo-addr.c (pass): New function.
16133 (handler): Call it iff si_addr is correct.
16134 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
16135 Set a breakpoint at "pass" and continue to it.
16136
d60a9221
SDJ
161372015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
16138
16139 * gdb.python/py-objfile.exp: Make some tests have unique names.
16140 * gdb.python/py-pp-registration.exp: Likewise.
16141
bde40b8f
PA
161422015-07-28 Pedro Alves <palves@redhat.com>
16143
16144 * gdb.server/server-exec-info.exp: Issue a "disconnect".
16145
13e1dec8
SM
161462015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16147
16148 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
16149
da33c9a7
SM
161502015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16151
16152 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
16153
077836f7
PP
161542015-07-27 Patrick Palka <patrick@parcs.ath.cx>
16155
16156 * gdb.base/gdb-sigterm-2.exp: New test.
16157
b8cc7b2e
DE
161582015-07-25 Doug Evans <xdje42@gmail.com>
16159
16160 Revert:
16161 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16162 (workers/%.worker, build-perf): New rule.
16163 (GDB_PERFTEST_MODE): New variable.
16164 (check-perf): Use it.
16165 (clean): Clean up gdb.perf parallel build subdirs.
16166 * lib/build-piece.exp: New file.
16167 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16168 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16169 name.
16170 (standard_temp_file): Ditto.
16171 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16172 of $GDB_PARALLEL.
16173
c8bd4544
DE
161742015-07-24 Doug Evans <dje@google.com>
16175
16176 * gdb.perf/lib/perftest/utils.py: New file.
16177 * gdb.perf/gm-hello.cc: New file.
16178 * gdb.perf/gm-pervasive-typedef.cc: New file.
16179 * gdb.perf/gm-pervasive-typedef.h: New file.
16180 * gdb.perf/gm-std.cc: New file.
16181 * gdb.perf/gm-std.h: New file.
16182 * gdb.perf/gm-use-cerr.cc: New file.
16183 * gdb.perf/gm-utils.h: New file.
16184 * gdb.perf/gmonster-null-lookup.py: New file.
16185 * gdb.perf/gmonster-pervasive-typedef.py: New file.
16186 * gdb.perf/gmonster-print-cerr.py: New file.
16187 * gdb.perf/gmonster-ptype-string.py: New file.
16188 * gdb.perf/gmonster-runto-main.py: New file.
16189 * gdb.perf/gmonster-select-file.py: New file.
16190 * gdb.perf/gmonster1-null-lookup.exp: New file.
16191 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
16192 * gdb.perf/gmonster1-print-cerr.exp: New file.
16193 * gdb.perf/gmonster1-ptype-string.exp: New file.
16194 * gdb.perf/gmonster1-runto-main.exp: New file.
16195 * gdb.perf/gmonster1-select-file.exp: New file.
16196 * gdb.perf/gmonster1.cc: New file.
16197 * gdb.perf/gmonster1.exp: New file.
16198 * gdb.perf/gmonster2-null-lookup.exp: New file.
16199 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
16200 * gdb.perf/gmonster2-print-cerr.exp: New file.
16201 * gdb.perf/gmonster2-ptype-string.exp: New file.
16202 * gdb.perf/gmonster2-runto-main.exp: New file.
16203 * gdb.perf/gmonster2-select-file.exp: New file.
16204 * gdb.perf/gmonster2.cc: New file.
16205 * gdb.perf/gmonster2.exp: New file.
16206
6eab34f3
DE
162072015-07-24 Doug Evans <dje@google.com>
16208
16209 * gdb.perf/README: New file.
16210 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
16211 * lib/gen-perf-test.exp: New file.
16212
63738bfd
DE
162132015-07-24 Doug Evans <dje@google.com>
16214
16215 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
16216 (PerfTest::startup): New function.
16217 (PerfTest::run): Return result of calling body.
16218 (PerfTest::assemble): Rewrite.
16219 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16220 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16221 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16222 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16223 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16224
7b606f95
DE
162252015-07-24 Doug Evans <dje@google.com>
16226
16227 * lib/gdb.exp (clean_restart): Make executable optional.
16228
a97b16b8
DE
162292015-07-24 Doug Evans <dje@google.com>
16230
16231 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16232 compiler_info references.
16233 * gdb.cp/temargs.exp: Ditto.
16234 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16235 (get_compiler_info): Early exit if already computed. Set compiler_info
16236 to "unknown" if there was a problem.
16237 (test_compiler_info): Add function comment. Call get_compiler_info.
16238
35baa57f
DE
162392015-07-24 Doug Evans <dje@google.com>
16240
16241 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16242 (workers/%.worker, build-perf): New rule.
16243 (GDB_PERFTEST_MODE): New variable.
16244 (check-perf): Use it.
16245 (clean): Clean up gdb.perf parallel build subdirs.
16246 * lib/build-piece.exp: New file.
16247 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16248 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16249 name.
16250 (standard_temp_file): Ditto.
16251 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16252 of $GDB_PARALLEL.
16253
6ebea266
DE
162542015-07-24 Doug Evans <dje@google.com>
16255
16256 * lib/future.exp (gdb_default_target_compile): New option
16257 "early_flags".
16258 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16259 --as-needed.
16260
1e76a7e9
SDJ
162612015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16262
16263 * gdb.base/catch-syscall.exp: Call gdb_exit before
16264 gdb_skip_xml_test.
16265
5068630a
PA
162662015-07-24 Pedro Alves <palves@redhat.com>
16267
16268 * gdb.python/py-events.exp: Accept output between the stop event
16269 and the prompt.
16270 * gdb.python/py-evsignal.exp: Likewise.
16271 * gdb.python/py-evthreads.exp: Likewise.
16272
77598427
PA
162732015-07-24 Pedro Alves <palves@redhat.com>
16274
16275 PR gdb/18717
16276 * gdb.threads/non-ldr-exit.c: New file.
16277 * gdb.threads/non-ldr-exit.exp: New file.
16278
11e6c98f
YQ
162792015-07-24 Yao Qi <yao.qi@linaro.org>
16280
16281 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16282 restarting process.
16283
51aee833
YQ
162842015-07-24 Yao Qi <yao.qi@linaro.org>
16285
16286 * gdb.server/ext-restart.exp: New file.
16287
8cfe207c
YQ
162882015-07-24 Yao Qi <yao.qi@linaro.org>
16289
16290 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16291 argument options.
16292 * gdb.server/ext-wrapper.exp: New file.
16293
cc12ce38
DE
162942015-07-23 Doug Evans <dje@google.com>
16295
16296 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16297 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16298
d0d84780
PMR
162992015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16300
16301 * gdb.ada/var_arr_typedef.exp: New testcase.
16302 * gdb.ada/var_arr_typedef/pack.adb: New file.
16303 * gdb.ada/var_arr_typedef/pack.ads: New file.
16304 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16305
8b558f79
JB
163062015-07-20 Joel Brobecker <brobecker@adacore.com>
16307
16308 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16309
775a3298
JK
163102015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16311
16312 * gdb.arch/i386-biarch-core.exp: Replace istarget
16313 by "complete set gnutarget". Remove expectation for the "core-file"
16314 command.
16315
db1ff28b
JK
163162015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16317
16318 Revert the previous commit:
16319 Tests for validate symbol file using build-id.
16320
0a94970d
JK
163212015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16322
16323 Tests for validate symbol file using build-id.
16324 * gdb.base/solib-mismatch-lib.c: New file.
16325 * gdb.base/solib-mismatch-libmod.c: New file.
16326 * gdb.base/solib-mismatch.c: New file.
16327 * gdb.base/solib-mismatch.exp: New file.
16328
03346981
SL
163292015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16330
16331 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16332 nios2-*-linux*.
16333 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16334 * gdb.base/siginfo.exp: Likewise.
16335 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16336
42422cc7
PL
163372015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16338
16339 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16340 Move it to ...
16341 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16342 ... here.
16343 * gdb.trace/range-stepping.exp: Check that the target supports
16344 range stepping.
16345
cfa68bae
JK
163462015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16347
16348 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16349
8ffdba26
PA
163502015-07-14 Pedro Alves <palves@redhat.com>
16351
16352 * gdb.base/killed-outside.exp: New file.
16353 * gdb.base/killed-outside.c: New file.
16354
218a5a11
JK
163552015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16356
16357 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16358 (n at main): New.
16359 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16360
e03ed3c6
AA
163612015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16362
16363 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16364 infcall tests instead of setting up for KFAIL.
16365
485668e5
MM
163662015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16367
16368 * gdb.btrace/record_goto-step.exp: New.
16369
08464196
JK
163702015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16371
16372 PR compile/18484
16373 * gdb.compile/compile.c (struct struct_type): Add volatile to
16374 selffield's type.
16375 * gdb.compile/compile.exp
16376 (compile code struct_object.selffield = &struct_object): Skip further
16377 struct_object tests if this one xfails.
16378
bcf5c1d9
RC
163792015-07-08 Robert O'Callahan <robert@ocallahan.org>
16380
16381 PR exp/18617
16382 * gdb.trace/ax.exp: Add test.
16383
4931af25
YQ
163842015-07-07 Yao Qi <yao.qi@linaro.org>
16385
16386 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16387 instead of istarget "aarch64*-*-*".
16388 * gdb.arch/aarch64-fp.exp: Likewise.
16389 * gdb.base/float.exp: Likewise.
16390 * gdb.reverse/aarch64.exp: Likewise.
16391 * lib/gdb.exp (is_aarch64_target): New proc.
16392
9fcf688e
YQ
163932015-07-07 Yao Qi <yao.qi@linaro.org>
16394
16395 * lib/gdb.exp (is_aarch32_target): New proc.
16396 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16397 instead of "istarget "arm*-*-*"".
16398 * gdb.arch/arm-disp-step.exp: Likewise.
16399 * gdb.arch/thumb-bx-pc.exp: Likewise.
16400 * gdb.arch/thumb-prologue.exp: Likewise.
16401 * gdb.arch/thumb-singlestep.exp: Likewise.
16402 * gdb.base/disp-step-syscall.exp: Likewise.
16403 * gdb.base/float.exp: Likewise.
16404
fbd8d50d
YQ
164052015-07-07 Yao Qi <yao.qi@linaro.org>
16406
16407 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16408 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16409
71be1fdc
YQ
164102015-07-07 Yao Qi <yao.qi@linaro.org>
16411
16412 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16413 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16414 if it exists.
16415 * gdb.multi/multi-arch.exp: Likewise.
16416
3e221d36
SM
164172015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16418
16419 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16420 print.
16421
d441430b
YQ
164222015-07-07 Yao Qi <yao.qi@linaro.org>
16423
16424 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16425
06f810bd
MG
164262015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16427
16428 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16429 '[' and ']' characters.
16430
5e61e7c0
IB
164312015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16432
16433 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16434
28bf096c
PA
164352015-06-29 Pedro Alves <palves@redhat.com>
16436
16437 PR threads/18127
16438 * gdb.threads/hand-call-new-thread.c: New file.
16439 * gdb.threads/hand-call-new-thread.c: New file.
16440
ee93cd5e
KS
164412015-06-26 Keith Seitz <keiths@redhat.com>
16442 Doug Evans <dje@google.com>
16443
16444 PR 16253
16445 * gdb.cp/var-tag-2.cc: New file.
16446 * gdb.cp/var-tag-3.cc: New file.
16447 * gdb.cp/var-tag-4.cc: New file.
16448 * gdb.cp/var-tag.cc: New file.
16449 * gdb.cp/var-tag.exp: New file.
16450
fc637f04
PP
164512015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16452
16453 * gdb.base/history-duplicates.exp: New test.
16454
2e52ae68
PP
164552015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16456
16457 * gdb.base/completion.exp: Test the completion of the "focus"
16458 command.
16459
6e22494e
JK
164602015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16461
16462 * gdb.arch/amd64-prologue-skip.S: New file.
16463 * gdb.arch/amd64-prologue-skip.exp: New file.
16464
bf7b9cd9
SM
164652015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16466
16467 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16468 is_address_zero_readable check.
16469
201e8dfd
PB
164702015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16471
16472 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16473 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16474
5cd867b4
YQ
164752015-06-24 Yao Qi <yao.qi@linaro.org>
16476
16477 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16478 linux targets.
16479
4d7be007
YQ
164802015-06-24 Yao Qi <yao.qi@linaro.org>
16481
16482 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16483 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16484 * gdb.base/siginfo-thread.exp: Likewise.
16485
07fcd301
YQ
164862015-06-22 Yao Qi <yao.qi@linaro.org>
16487
16488 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16489
52042a00
YQ
164902015-06-22 Yao Qi <yao.qi@linaro.org>
16491
16492 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16493 aarch64*-*-*.
16494 (skip_hw_watchpoint_tests): Likewise.
16495
74bd41ce
PP
164962015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16497
16498 * gdb.base/gdbinit-history.exp: Test the interaction between
16499 setting GDBHISTSIZE and setting the history size via .gdbinit.
16500
bc460514
PP
165012015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16502
16503 PR gdb/16999
16504 * gdb.base/gdbhistsize-history.exp: New test.
16505
b58c513b
PP
165062015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16507
16508 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16509 with GDBHISTSIZE.
16510 * gdb.base/readline.exp: Likewise.
16511
92046791
YQ
165122015-06-17 Yao Qi <yao.qi@linaro.org>
16513
16514 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16515 line.
16516
2093d2d3
PP
165172015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16518
16519 * gdb.base/gdbinit-history.exp: Add test case to check that
16520 an unlimited history file does not get truncated on exit.
16521
e6c693af
AA
165222015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16523
16524 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16525 (VECTOR): New macro. Use it...
16526 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16527 ...for these typedefs.
16528 (int8, char1, int1, double1): New typedefs.
16529 (struct just_int2, struct two_int2): New structures.
16530 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16531 (add_structvecs, add_singlevecs): New functions.
16532 (main): Call add_some_intvecs twice.
16533 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16534 the compile and exit upon failure. Try compiling for the "native"
16535 architecture. Test inferior function calls with vector arguments
16536 and vector return value handling with "finish" and "return".
16537
c74f7d1c
JT
165382015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16539
16540 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16541 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16542 PE file.
16543 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16544
98aa42ee
AT
165452015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16546
16547 PR breakpoints/16465
16548 * gdb.mi/mi-dprintf-pending.c: New file.
16549 * gdb.mi/mi-dprintf-pending.exp: New test.
16550 * gdb.mi/mi-dprintf-pendshr.c: New file.
16551
7d73c23c 165522015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 16553 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
16554
16555 * gdb.arch/i386-mpx-map.c: New file.
16556 * gdb.arch/i386-mpx-map.exp: New File.
16557
165582015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16559
16560 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16561 * gdb.arch/i386-mpx.exp: Indentation fixed.
16562
165632015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16564
16565 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16566 function and improved indentation.
16567 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16568 gdb_test_multiple. Added additional tests to skip the test.
16569
165702015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16571
16572 * gdb.arch/i386-avx512.c: Change path in include file.
16573 * gdb.arch/i386-avx512.exp: Change include dir path
16574 compilation flag.
16575 * gdb.arch/i386-mpx.c: Change path in include file.
16576 * gdb.arch/i386-mpx.exp: Change include dir path compilation
16577 flag.
16578
d5eba19a
JK
165792015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16580
16581 * gdb.compile/compile-print.exp (compile print *vararray@3)
16582 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
16583
7f361056
JK
165842015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16585
16586 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
16587 (do not keep jit in memory): ... this.
16588 (expect 5): Change it to ...
16589 (expect no 5): ... this.
16590
3b462ec2
SM
165912015-06-02 Simon Marchi <simon.marchi@ericsson.com>
16592
16593 PR gdb/15564
16594 * gdb.mi/mi-detach.exp: New file.
16595
e0619de6
JK
165962015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16597
16598 PR symtab/18392
16599 * gdb.arch/amd64-tailcall-self.S: New file.
16600 * gdb.arch/amd64-tailcall-self.c: New file.
16601 * gdb.arch/amd64-tailcall-self.exp: New file.
16602
e970cb34
DB
166032015-05-28 Don Breazeal <donb@codesourcery.com>
16604
16605 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
16606 tests for remote targets by checking is_target_gdbserver.
16607
b2e2f908
DE
166082015-05-27 Doug Evans <dje@google.com>
16609
16610 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
16611 * gdb.dwarf2/opaque-type-lookup.c: New file.
16612 * gdb.dwarf2/opaque-type-lookup.exp: New file.
16613
82c7be31
DE
166142015-05-26 Doug Evans <dje@google.com>
16615
16616 * gdb.cp/iostream.cc: New file.
16617 * gdb.cp/iostream.exp: New file.
16618
b4f54984
DE
166192015-05-26 Doug Evans <dje@google.com>
16620
16621 * gdb.dwarf2/dw2-op-call.exp: Update.
16622 * gdb.dwarf2/dw4-sig-types.exp: Update.
16623 * gdb.dwarf2/implptr.exp: Update.
16624 * gdb.mi/mi-cmd-param-changed.exp: Update.
16625
4ea6efe9
DE
166262015-05-26 Doug Evans <dje@google.com>
16627
16628 * gdb.python/py-lazy-string.c: New file.
16629 * gdb.python/py-lazy-string.exp: New file.
16630 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
16631 (main): Update. Add estring3.
16632 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
16633 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
16634
f6bb7db3
YQ
166352015-05-26 Omair Javaid <omair.javaid@linaro.org>
16636 Yao Qi <yao.qi@linaro.org>
16637
16638 * gdb.reverse/aarch64.c: New.
16639 * gdb.reverse/aarch64.exp: New.
16640
a81bfbd0
OJ
166412015-05-26 Omair Javaid <omair.javaid@linaro.org>
16642
25d49b86
PA
16643 * lib/gdb.exp (supports_process_record): Return true for
16644 aarch64*-linux*.
a81bfbd0
OJ
16645 (supports_reverse): Likewise.
16646
158bf1b4
PP
166472015-05-22 Patrick Palka <patrick@parcs.ath.cx>
16648
16649 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16650 Use with_test_prefix.
16651
a0145030
AB
166522015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
16653
16654 * gdb.base/completion.exp: Add test for completion of layout
16655 names.
16656
ebe3b578
AB
166572015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
16658
16659 * lib/gdb.exp (skip_tui_tests): New proc.
16660 * gdb.base/tui-layout.exp: Check skip_tui_tests.
16661
84204ed7
PA
166622015-05-19 Pedro Alves <palves@redhat.com>
16663
16664 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16665 Save the whole env array instead of just HOME. Unset HISTSIZE in
16666 the environment while testing. Restore whole environment
16667 afterwards.
16668
37442ce1
DE
166692015-05-16 Doug Evans <xdje42@gmail.com>
16670
16671 * gdb.guile/scm-ports.c: New file.
16672 * gdb.guile/scm-ports.exp: Add memory port tests.
16673
36de76f9
JK
166742015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16675
16676 * gdb.compile/compile-print.c: New file.
16677 * gdb.compile/compile-print.exp: New file.
16678
3a9558c4
JK
166792015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16680
16681 * gdb.compile/compile-ops.exp: Cast param to void.
16682 * gdb.compile/compile.exp: Complete type for _gdb_expr.
16683 (compile code struct_object.selffield = &struct_object): Add xfail.
16684
aa715135
JG
166852015-05-15 Joel Brobecker <brobecker@adacore.com>
16686
16687 * gdb.ada/arr_enum_with_gap: New testcase.
16688
931e5bc3
JG
166892015-05-15 Joel Brobecker <brobecker@adacore.com>
16690
16691 * gdb.ada/byte_packed_arr: New testcase.
16692
9cd4d857
JB
166932015-05-15 Joel Brobecker <brobecker@adacore.com>
16694
16695 * gdb.ada/pckd_neg: New testcase.
16696
ebfd00d2
PP
166972015-05-13 Patrick Palka <patrick@parcs.ath.cx>
16698
16699 PR gdb/17820
16700 * gdb.base/gdbinit-history.exp: New test.
16701 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
16702 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
16703
4c082a81
SC
167042015-05-09 Siva Chandra Reddy <sivachandra@google.com>
16705
16706 * gdb.python/py-xmethods.cc: Enhance test case.
16707 * gdb.python/py-xmethods.exp: New tests.
16708 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
16709 function.
16710 (B_indexoper): Likewise.
16711 (global_dm_list) : Add new xmethod worker functions.
16712
f7797074
SDJ
167132015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
16714
16715 * gdb.base/coredump-filter.exp: Correctly unset
16716 "coredump_var_addr" array.
16717
a4674e4e
PA
167182015-05-08 Pedro Alves <palves@redhat.com>
16719
16720 * gdb.server/non-existing-program.exp: Unset spawn_id.
16721
df2eb078
SC
167222015-05-08 Siva Chandra Reddy <sivachandra@google.com>
16723
16724 PR python/18291
16725 * gdb.python/py-xmethods.exp: Add tests.
16726
422349a3
YQ
167272015-05-08 Yao Qi <yao.qi@linaro.org>
16728
16729 PR gdb/18208
16730 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
16731 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
16732 function set_coredump_filter, and remove remote_exec call.
16733 Remove argument ipid. Callers update.
16734 (top level): Don't get inferior's PID.
16735
63fc80ce
AA
167362015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
16737
16738 * gdb.base/watch_thread_num.exp: Skip test on targets without
16739 access watchpoints.
16740
80ad801e
PA
167412015-05-06 Pedro Alves <palves@redhat.com>
16742
16743 PR server/18081
16744 * gdb.server/non-existing-program.exp: New file.
16745
0fa7fe50
JB
167462015-05-05 Joel Brobecker <brobecker@adacore.com>
16747
16748 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
16749
3ea89b92
PMR
167502015-05-05 Joel Brobecker <brobecker@adacore.com>
16751
16752 * gdb.ada/out_of_line_in_inlined: New testcase.
16753
87b8eff0
JB
167542015-05-05 Joel Brobecker <brobecker@adacore.com>
16755
16756 * gdb.ada/var_rec_arr: New testcase.
16757
5fccc635
YQ
167582015-04-30 Yao Qi <yao.qi@linaro.org>
16759
16760 * gdb.base/break-idempotent.exp: If
16761 skip_hw_watchpoint_multi_tests returns true, skip the tests
16762 on "rwatch" and "awatch".
16763
42d38f42
YQ
167642015-04-30 Yao Qi <yao.qi@linaro.org>
16765
16766 * gdb.base/relativedebug.exp: Invoke gdb command
16767 "info sharedlibrary", and if libc.so doesn't have debug info,
16768 skip the test.
16769
2ce1cdbf
DE
167702015-04-29 Doug Evans <dje@google.com>
16771
16772 * gdb.python/py-xmethods.exp: Add ptype tests.
16773 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16774 get_result_type method.
16775
f24a38c5
LM
167762015-04-29 Luis Machado <lgustavo@codesourcery.com>
16777
16778 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16779 the target does not support hardware watchpoints.
16780
ecbf2b3c
LM
167812015-04-29 Luis Machado <lgustavo@codesourcery.com>
16782
16783 * gdb.base/break-always.exp: Abort testing if writing to memory
16784 causes an error.
16785
34f5f757
DE
167862015-04-28 Doug Evans <dje@google.com>
16787
16788 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16789 * gdb.python/py-pp-registration.exp: ... here. New file.
16790 * gdb.python/py-pp-registration.c: New file.
16791 * gdb.python/py-pp-registration.py: New file.
16792
69b4374a
DE
167932015-04-28 Doug Evans <dje@google.com>
16794
16795 * gdb.python/py-bad-printers.c: New file.
16796 * gdb.python/py-bad-printers.py: New file.
16797 * gdb.python/py-bad-printers.exp: New file.
16798
59fb7612
SS
167992015-04-28 Sasha Smundak <asmundak@google.com>
16800
16801 * gdb.python/py-type.exp: New test.
16802
2631b16a
AW
168032015-04-28 Andy Wingo <wingo@igalia.com>
16804
16805 * gdb.python/py-parameter.exp:
16806 * gdb.guile/scm-parameter.exp: Escape the path that we are
16807 matching against, as it might contain characters that are special
16808 to regular expressions.
16809
460efde1
JB
168102015-04-27 Joel Brobecker <brobecker@adacore.com>
16811
16812 * gdb.ada/rec_comp: New testcase.
16813
2d369d8e
SDJ
168142015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16815
16816 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16817 before using it.
16818
cf75d6c3
AB
168192015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16820
16821 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16822 new tests for verilog output.
16823
8dbe7ca5
YQ
168242015-04-24 Yao Qi <yao.qi@linaro.org>
16825
16826 * boards/remote-gdbserver-on-localhost.exp: New file.
16827
4ef9fb2f
PA
168282015-04-23 Pedro Alves <palves@redhat.com>
16829
16830 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16831 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16832 "end of file", remove $inferior_spawn_id from the indirect list.
16833
0a803169
PA
168342015-04-23 Pedro Alves <palves@redhat.com>
16835
16836 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16837
749ef8f8
PA
168382015-04-23 Pedro Alves <palves@redhat.com>
16839
16840 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16841 on $any_spawn_id instead of only on $gdb_spawn_id.
16842
8aae4344
PM
168432015-04-21 Pierre Muller <muller@sourceware.org>
16844
16845 PR pascal/17815
16846 * lib/pascal.exp (gpc_compile): Add new option "class".
16847 (fpc_compile): Likewise.
16848 * gdb.pascal/case-insensitive-symbols.pas: New file.
16849 * gdb.pascal/case-insensitive-symbols.exp: New file.
16850
1586c8fb
GB
168512015-04-20 Gary Benson <gbenson@redhat.com>
16852
16853 * gdb.base/attach.exp: Fix three extended remote failures.
16854
1b6e6f5c
GB
168552015-04-17 Gary Benson <gbenson@redhat.com>
16856
16857 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16858 the main executable over the remote protocol.
16859
e797481d
PA
168602015-04-16 Pedro Alves <palves@redhat.com>
16861
16862 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16863 a new gdbserver if gdbserver_reconnect_p is set.
16864
1ca99c42
PA
168652015-04-16 Pedro Alves <palves@redhat.com>
16866
16867 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16868 is set, don't exit gdbserver.
16869
af9fd6f8
AA
168702015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16871
16872 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16873 appropriate .insn, such that an older assembler can be used.
16874 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16875 the z/Architecture instruction set on 31-bit targets as well.
16876
04ff1e61
AA
168772015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16878
16879 * gdb.go/handcall.exp: Remove all logic related to the first
16880 breakpoint and rely on go_runto_main instead.
16881 * gdb.go/strings.exp: Likewise.
16882 * gdb.go/unsafe.exp: Likewise.
16883 * gdb.go/hello.exp: Likewise. Also rename the remaining
16884 breakpoint marker to "breakpoint 1".
16885 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16886 * gdb.go/strings.go: Likewise.
16887 * gdb.go/unsafe.go: Likewise.
16888 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16889 "set breakpoint 2 here" and rename the remaining breakpoint marker
16890 to "breakpoint 1".
16891
40d2f8d6
SM
168922015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16893
16894 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16895 if itertools.imap is not present.
16896 * gdb.python/py-objfile.exp: Add parentheses.
16897 * gdb.python/py-type.exp: Same.
16898 * gdb.python/py-unwind-maint.py: Same.
16899
8cbc97c6
YQ
169002015-04-15 Yao Qi <yao.qi@linaro.org>
16901
16902 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16903 of ":$ptr_size" and set its form explicitly.
16904
45fd756c
YQ
169052015-04-15 Pedro Alves <palves@redhat.com>
16906 Yao Qi <yao.qi@linaro.org>
16907
16908 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16909 timeout by factor of 4.
16910 (test_regular_watch): Likewise.
16911 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16912 * gdb.reverse/sigall-reverse.exp: Likewise.
16913 * gdb.reverse/until-precsave.exp: Likewise.
16914 * lib/gdb.exp (with_timeout_factor): New proc.
16915 (gdb_expect): Move some code to ...
16916 (get_largest_timeout): ... here. New procedure.
16917
9e811bc3
LM
169182015-04-14 Luis Machado <lgustavo@codesourcery.com>
16919
16920 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16921
0ff6fcb2
LM
169222015-04-13 Luis Machado <lgustavo@codesourcery.com>
16923
16924 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16925 to write to the .text section.
16926
7578d5f7
LM
169272015-04-13 Luis Machado <lgustavo@codesourcery.com>
16928
16929 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16930 Handle the case of targets that do not provide PID information.
16931
2efe15c4
YQ
169322015-04-13 Yao Qi <yao.qi@linaro.org>
16933
16934 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16935 and use expect instead of gdb_expect.
16936
8cd8f2f8
SDJ
169372015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16938
16939 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16940 "coredump_var_addr" to avoid naming conflict with other testcases.
16941
9ee41772
PA
169422015-04-10 Pedro Alves <palves@redhat.com>
16943
16944 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16945 gdb_test_sequence and gdb_assert.
16946
07473109
PA
169472015-04-10 Pedro Alves <palves@redhat.com>
16948
16949 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16950 test messages that don't include the breakpoint address.
16951
de3db44c
YQ
169522015-04-10 Yao Qi <yao.qi@linaro.org>
16953
16954 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16955 false for some offset and width combinations which aren't
16956 supported by linux kernel.
16957
c79d856c
PA
169582015-04-10 Pedro Alves <palves@redhat.com>
16959
16960 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16961 procedure, factored out from ...
16962 (top level): ... here. Add "set displaced-stepping" testing axis.
16963 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16964 parameter "displaced". Use it.
16965 (top level): Use foreach and add "set displaced-stepping" testing
16966 axis.
16967
ebc90b50
PA
169682015-04-10 Pedro Alves <palves@redhat.com>
16969
16970 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16971 Remove comment.
16972 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16973 both the address of the instruction that triggers the watchpoint
16974 and the address of the instruction immediately after, and use
16975 those addresses for the test. Fix comment.
16976
8f572e5c
PA
169772015-04-10 Pedro Alves <palves@redhat.com>
16978
16979 * gdb.base/sigstep.exp (breakpoint_to_handler)
16980 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16981 Test "backtrace" in handler.
16982 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16983 (top level): Add new "displaced" test axis to
16984 breakpoint_to_handler, breakpoint_to_handler_entry and
16985 breakpoint_over_handler.
16986
8d707a12
PA
169872015-04-10 Pedro Alves <palves@redhat.com>
16988
16989 PR gdb/18216
16990 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16991
ef713951
YQ
169922015-04-10 Yao Qi <yao.qi@linaro.org>
16993
16994 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16995 (test_add_rn_pc): New function.
16996 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16997 (top level): Invoke test_add_rn_pc.
16998
906d60cf
PA
169992015-04-10 Pedro Alves <palves@redhat.com>
17000
17001 PR gdb/13858
17002 * gdb.base/step-over-no-symbols.exp: New file.
17003
f2983cc3
AW
170042015-04-09 Andy Wingo <wingo@igalia.com>
17005
17006 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
17007 after the Python tests.
17008
6d62641c
SDJ
170092015-04-08 Keith Seitz <keiths@redhat.com>
17010
17011 PR python/16699
17012 * gdb.python/py-completion.exp: New tests for completion.
17013 * gdb.python/py-completion.py (CompleteLimit1): New class.
17014 (CompleteLimit2): Likewise.
17015 (CompleteLimit3): Likewise.
17016 (CompleteLimit4): Likewise.
17017 (CompleteLimit5): Likewise.
17018 (CompleteLimit6): Likewise.
17019 (CompleteLimit7): Likewise.
17020
f3770638
PA
170212015-04-08 Pedro Alves <palves@redhat.com>
17022
17023 PR gdb/18214
17024 PR gdb/18216
17025 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
17026 function.
17027 (main): Install it as SIGUSR1 handler.
17028 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
17029 parameter. Always use "setup" as prefix. Toggle "set
17030 displaced-stepping" off/on depending on global. Don't switch to
17031 thread 1 here.
17032 (top level): Add displaced stepping "off/on" test axis. Update
17033 "setup" calls. Wrap each subtest with with_test_prefix. Test
17034 continuing with a queued signal in each thread.
17035
4496bed7
PA
170362015-04-08 Pedro Alves <palves@redhat.com>
17037
17038 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
17039 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
17040 gdb_breakpoint instead of gdb_test that doesn't expect anything.
17041 Return early if running to main fails.
17042 * gdb.trace/while-stepping.exp: Likewise.
17043
b97fde92
PA
170442015-04-07 Pedro Alves <palves@redhat.com>
17045
17046 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
17047 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
17048 interact with inferior program.
17049
f71c18e7
PA
170502015-04-07 Pedro Alves <palves@redhat.com>
17051
17052 * lib/gdb.exp (inferior_spawn_id): New global.
17053 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
17054 spawn id after processing the user code.
17055 (default_gdb_start): Set inferior_spawn_id.
17056 (send_inferior): New procedure.
17057 * lib/gdbserver-support.exp (gdbserver_start): Set
17058 inferior_spawn_id.
17059 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
17060
6423214f
PA
170612015-04-07 Pedro Alves <palves@redhat.com>
17062
17063 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
17064 * lib/gdbserver-support.exp (gdbserver_start): Make
17065 $server_spawn_id global.
17066 (gdbserver_start): Don't wait for gdbserver's spawn id with
17067 expect_background.
17068 (close_gdbserver): New procedure.
17069 (gdb_exit): Rename the default version and reimplement.
17070
71c0ee8c
PA
170712015-04-07 Pedro Alves <palves@redhat.com>
17072
72f4393d 17073 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
17074 append the substituted item, not the original item.
17075
203bc29b
PA
170762015-04-07 Pedro Alves <palves@redhat.com>
17077
17078 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
17079 gdb_expect.
17080
508a3ddf
PA
170812015-04-07 Pedro Alves <palves@redhat.com>
17082
17083 * gdb.base/interrupt.exp: Don't handle the case of the inferior
17084 output appearing once only.
17085
9f6dbe2b
PA
170862015-04-07 Pedro Alves <palves@redhat.com>
17087
17088 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
17089 that doesn't expect anything. Return early if running to main
17090 fails.
17091
337532fa
YQ
170922015-04-07 Yao Qi <yao.qi@linaro.org>
17093
17094 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
17095 (child_function): Call alarm.
17096 (main): Move call to alarm into the loop.
17097 * gdb.threads/non-stop-fair-events.exp: Build program with
17098 -DTIMEOUT=$timeout.
17099
01b622d4
DE
171002015-04-06 Doug Evans <xdje42@gmail.com>
17101
17102 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
17103 Fix dest parameter to board_info.
17104 (fpc_compile): Ditto.
17105 (gdb_compile_pascal): Rename dest arg to destfile.
17106
961f4160
PMR
171072015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
17108
17109 * gdb.ada/funcall_ref.exp: New file.
17110 * gdb.ada/funcall_ref/foo.adb: New file.
17111
cafda597
YQ
171122015-04-02 Yao Qi <yao.qi@linaro.org>
17113
17114 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
17115 is remote.
17116
fed040c6
GB
171172015-04-02 Gary Benson <gbenson@redhat.com>
17118
17119 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
17120
d11916aa
SS
171212015-04-01 Sasha Smundak <asmundak@google.com>
17122
17123 * gdb.python/py-unwind-maint.c: New file.
17124 * gdb.python/py-unwind-maint.exp: New test.
17125 * gdb.python/py-unwind-maint.py: New file.
17126 * gdb.python/py-unwind.c: New file.
17127 * gdb.python/py-unwind.exp: New test.
17128 * gdb.python/py-unwind.py: New test.
17129
a1471180
PA
171302015-04-01 Pedro Alves <palves@redhat.com>
17131
17132 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
17133 to fail instead of non-existent $test.
17134
0bbeccb1
PA
171352015-04-01 Pedro Alves <palves@redhat.com>
17136
17137 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
17138 GDBFLAGS if not empty.
17139
3c724c8c
PMR
171402015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
17141
17142 * gdb.ada/complete.exp: Remove "multi_line".
17143 * gdb.ada/info_exc.exp: Remove "multi_line".
17144 * gdb.ada/packed_tagged.exp: Remove "multi_line".
17145 * gdb.ada/ptype_field.exp: Remove "multi_line".
17146 * gdb.ada/sym_print_name.exp: Remove "multi_line".
17147 * gdb.ada/tagged.exp: Remove "multi_line".
17148 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
17149 [multi_line ...]
17150 * gdb.btrace/delta.exp: Likewise.
17151 * gdb.btrace/exception.exp: Likewise.
17152 * gdb.btrace/function_call_history.exp: Likewise.
17153 * gdb.btrace/instruction_history.exp: Likewise.
17154 * gdb.btrace/nohist.exp: Likewise.
17155 * gdb.btrace/record_goto.exp: Likewise.
17156 * gdb.btrace/segv.exp: Likewise.
17157 * gdb.btrace/stepi.exp: Likewise.
17158 * gdb.btrace/tailcall.exp: Likewise.
17159 * gdb.btrace/unknown_functions.exp: Likewise.
17160 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
17161 * lib/gdb.exp: Add the "multi_line" helper.
17162
4eec2deb
PA
171632015-04-01 Pedro Alves <palves@redhat.com>
17164
17165 * gdb.threads/tid-reuse.c: New file.
17166 * gdb.threads/tid-reuse.exp: New file.
17167
df8411da
SDJ
171682015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
17169
17170 PR corefiles/16092
17171 * gdb.base/coredump-filter.c: New file.
17172 * gdb.base/coredump-filter.exp: Likewise.
17173
6ef37366
PM
171742015-03-27 Petr Machata <pmachata@redhat.com>
17175
17176 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
17177 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
17178 (Dwarf::assemble): Initialize them.
17179 (Dwarf::lines): New function.
17180
7ec911b0
JT
171812015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
17182
17183 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
17184 SYMBOL_PREFIX for x86_64-*-cygwin.
17185
ff908ebf
AW
171862015-03-26 Andy Wingo <wingo@igalia.com>
17187
17188 PR symtab/18148
17189 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
17190 const_value but not a location.
17191 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
17192 location defined in non-main CUs are visible.
17193
6d5f0679
YQ
171942015-03-26 Yao Qi <yao.qi@linaro.org>
17195
17196 PR testsuite/18139
17197 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
17198 Add a line number entry for the same line.
17199 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
17200 Add a line number entry for the same line.
17201
2898689b
YQ
172022015-03-26 Yao Qi <yao.qi@linaro.org>
17203
17204 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
17205 .int 0.
17206 (func): Likewise. Add .Lfunc_1 label.
17207 Use .Lfunc_1 label.
17208 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
17209 .int 0.
17210 (func): Likewise.
17211 Use .Lfunc_1 label.
17212
85180498
YQ
172132015-03-26 Yao Qi <yao.qi@linaro.org>
17214
17215 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
17216 Call gdb_compile instead to compile each .s files without debug
17217 information.
17218
8aa08a8d
YQ
172192015-03-26 Yao Qi <yao.qi@linaro.org>
17220
17221 * gdb.base/savedregs.exp (process_saved_regs): Make
17222 "Saved registers:" optional in the pattern.
17223
66849923
MM
172242015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17225
17226 * gdb.btrace/next.exp: Merged into step.exp.
17227 * gdb.btrace/finish.exp: Merged into step.exp.
17228 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17229 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17230 "record goto" and checking the exact replay position.
17231 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17232 check for "Recording format" in "info record" output.
17233 * gdb.btrace/record_goto.exp: Choose test file based on target.
17234 * gdb.btrace/x86-record_goto.S: Renamed into ...
17235 * gdb.btrace/x86_64-record_goto.S: ... this.
17236 * gdb.btrace/i686-record_goto.S: New.
17237 * gdb.btrace/x86-tailcall.S: Renamed into ...
17238 * gdb.btrace/x86_64-tailcall.S: ... this.
17239 * gdb.btrace/i686-tailcall.S: New.
17240 * gdb.btrace/x86-tailcall.c: Renamed into ...
17241 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17242 separate statements. Update test.
17243 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17244 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17245 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17246 * gdb.btrace/tailcall.exp: Choose test file based on target.
17247 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17248
11cc1b74
MM
172492015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17250
17251 * gdb.btrace/exception.exp: Increase BTS buffer size.
17252
a25d8bf9
PA
172532015-03-24 Pedro Alves <palves@redhat.com>
17254
17255 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17256
856e7dd6
PA
172572015-03-24 Pedro Alves <palves@redhat.com>
17258
17259 * gdb.threads/schedlock.exp (test_step): No longer expect that
17260 "set scheduler-locking step" with "next" over a function call runs
17261 threads unlocked.
17262
ad235a41
AT
172632015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17264
17265 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17266
15630549
AT
172672015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17268
17269 PR breakpoints/16466
17270 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17271 * gdb.mi/mi-pending.c (thread_func): New function.
17272 (int main): Add threading support required.
17273 * gdb.mi/mi-pending.exp: Add tests for this issue.
17274 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17275 (pendfunc2): Remove stdio dependency.
17276 * gdb.mi/mi-pendshr2.c: New file.
17277
693dca06
KS
172782015-03-23 Keith Seitz <keiths@redhat.com>
17279
17280 * gdb.linespec/keywords.c: New file.
17281 * gdb.linespec/keywords.exp: New file.
17282
7e993ebf
KS
172832015-03-23 Keith Seitz <keiths@redhat.com>
17284
17285 PR gdb/18021
17286 * gdb.dwarf2/staticvirtual.exp: New test.
17287
bc23328c
JK
172882015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17289
17290 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17291 * README: Remove HP-UX and gdb.hp.
17292 (configuration):
17293 * configure: Regenerate.
17294 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17295 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17296 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17297 gdb.hp/gdb.defects/Makefile.
17298 * gdb.hp/Makefile.in: File deleted.
17299 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17300 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17301 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17302 * gdb.hp/gdb.aCC/run.c: File deleted.
17303 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17304 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17305 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17306 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17307 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17308 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17309 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17310 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17311 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17312 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17313 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17314 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17315 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17316 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17317 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17318 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17319 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17320 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17321 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17322 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17323 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17324 * gdb.hp/gdb.compat/average.c: File deleted.
17325 * gdb.hp/gdb.compat/sum.c: File deleted.
17326 * gdb.hp/gdb.compat/xdb.c: File deleted.
17327 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17328 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17329 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17330 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17331 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17332 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17333 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17334 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17335 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17336 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17337 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17338 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17339 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17340 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17341 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17342 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17343 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17344 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17345 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17346 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17347 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17348 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17349 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17350 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17351 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17352 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17353 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17354 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17355 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17356 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17357 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17358 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17359 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17360 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17361 * gdb.hp/tools/odump: File deleted.
17362
8bf3b159
PA
173632015-03-19 Pedro Alves <palves@redhat.com>
17364
17365 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17366 (saw_thread_3): New globals.
17367 (top level): Increment them when an event for the corresponding
17368 thread is seen.
17369 (no thread starvation): New test.
17370
eb54c8bf
PA
173712015-03-19 Pedro Alves <palves@redhat.com>
17372
17373 * gdb.threads/continue-pending-status.c: New file.
17374 * gdb.threads/continue-pending-status.exp: New file.
17375
32d2e5d6
PA
173762015-03-18 Pedro Alves <palves@redhat.com>
17377
17378 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17379 Use gdb_is_target_remote instead of is_remote. Use
17380 gdb_test_multiple instead of gdb_expect. Exit early if
17381 gdb_test_multiple hits its internal matches. Tighten stepi tests
17382 expected output. Fail on exit with any signal, instead of just
17383 SIGILL.
17384
f68f11b7
YQ
173852015-03-18 Yao Qi <yao.qi@linaro.org>
17386
17387 PR tdep/18107
17388 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17389 variable.
17390 * gdb.base/catch-syscall.exp: Don't skip it on
17391 aarch64*-*-linux* target. Remove elements in all_syscalls.
17392 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17393 target.
17394 (setup_all_syscalls): New proc.
17395
ca5fd19b
YQ
173962015-03-16 Yao Qi <yao.qi@linaro.org>
17397
17398 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17399 (top level): Skip tests if valid_addr_p returns false for
17400 $cmd1 or $cmd2.
17401
85642ba0
AW
174022015-03-11 Andy Wingo <wingo@igalia.com>
17403
17404 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17405
e03f9645
YQ
174062015-03-11 Yao Qi <yao.qi@linaro.org>
17407
17408 * gdb.base/catch-syscall.exp: Fix typo in comments.
17409
5d0962b2
YQ
174102015-03-11 Yao Qi <yao.qi@linaro.org>
17411
17412 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17413
b2df3cef
PA
174142015-03-09 Pedro Alves <palves@redhat.com>
17415
17416 * dg-extract-results.py: Delete.
17417
ef878e53
PA
174182015-03-09 Pedro Alves <palves@redhat.com>
17419
17420 Merge dg-extract-results.sh from GCC upstream (r218843).
17421
17422 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17423 * dg-extract-results.sh: Use --text with grep to avoid issues with
17424 binary files. Fall back to cat -v, if that doesn't work.
17425
9494d219
PA
174262015-03-05 Pedro Alves <palves@redhat.com>
17427
17428 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17429
a8d9763a
SM
174302015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17431
17432 * lib/mi-support.exp (mi_expect_interrupt): Accept
17433 alternative event for when in all-stop mode.
17434
be9957b8
PA
174352015-03-04 Pedro Alves <palves@redhat.com>
17436
17437 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17438
d57be0f4 174392015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
17440
17441 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17442
c214c7cf
AA
174432015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17444
17445 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17446 regexps for GDB's current line display, accept a hex address
17447 preceding the line number.
17448
6d74a497
AA
174492015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17450
17451 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17452 the 'arch1' variable for "s390*-linux*" targets.
17453
511aee7c
PA
174542015-03-04 Pedro Alves <palves@redhat.com>
17455
17456 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17457 (main): Pass missing retval argument to pthread_join call.
17458
95e50b27
PA
174592015-03-02 Pedro Alves <palves@redhat.com>
17460
17461 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17462 (top level): Call do_test with non-stop as well.
17463
28054d69
PA
174642015-03-02 Pedro Alves <palves@redhat.com>
17465
17466 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17467 -1.
17468
4fa5d7b4
AA
174692015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17470
17471 * gdb.arch/s390-vregs.exp: New test.
17472 * gdb.arch/s390-vregs.S: New file.
17473
97c18565
PA
174742015-02-27 Pedro Alves <palves@redhat.com>
17475
17476 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17477 call to catch_command_errors.
17478 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17479 catch_command_errors.
17480
a37bfa30
PA
174812015-02-27 Pedro Alves <palves@redhat.com>
17482
17483 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17484 "true" for boolean result.
17485 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17486 prototype of main.
17487
6f98576f
PA
174882015-02-27 Pedro Alves <palves@redhat.com>
17489
17490 * lib/unbuffer_output.c: New file.
17491 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17492 (main): Call gdb_unbuffer_output.
17493
eba5ab56
YQ
174942015-02-27 Yao Qi <yao.qi@linaro.org>
17495
17496 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17497 target.
17498
0def5aaa
DE
174992015-02-26 Doug Evans <dje@google.com>
17500
17501 * gdb.cp/class2.cc (Dbase, D): New classes.
17502 (main): New local delta.
17503 * gdb.cp/class2.exp: Test printing delta.
17504 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17505 (dynbar): New global.
17506 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17507
081a1c2c
JK
175082015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17509
17510 * gdb.compile/compile-ifunc.c: New file.
17511 * gdb.compile/compile-ifunc.exp: New file.
17512
2f41223f
AT
175132015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17514
17515 * gdb.base/structs.exp: Check for correct struct on finish.
17516
03eddd80
YQ
175172015-02-26 Yao Qi <yao.qi@linaro.org>
17518
17519 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17520 is zero.
17521
80c57053
JK
175222015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17523
17524 * gdb.arch/cordic.ko.bz2: New file.
17525 * gdb.arch/cordic.ko.debug.bz2: New file.
17526 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17527
21613c12
YQ
175282015-02-25 Yao Qi <yao.qi@linaro.org>
17529
17530 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17531 aarch64*-*-* target.
17532
d8b901ed
PA
175332015-02-23 Pedro Alves <palves@redhat.com>
17534
17535 * lib/gdb.exp (delete_breakpoints): Rewrite using
17536 gdb_test_multiple.
17537
e5b85ead
PA
175382015-02-23 Pedro Alves <palves@redhat.com>
17539
17540 * gdb.base/info-os.c: Include stdlib.h.
17541
85c3a371
DE
175422015-02-22 Doug Evans <xdje42@gmail.com>
17543
17544 PR symtab/17855
17545 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17546 is read after symbols have been re-read.
17547 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17548 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17549
96553a0c
DE
175502015-02-21 Doug Evans <dje@google.com>
17551
17552 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17553
97a0c697
JK
175542015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17555
17556 PR corefiles/17808
17557 * gdb.arch/i386-biarch-core.core.bz2: New file.
17558 * gdb.arch/i386-biarch-core.exp: New file.
17559
a47cd6e9
PA
175602015-02-21 Pedro Alves <palves@redhat.com>
17561
17562 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17563 runto_main fails.
17564
c5facdc4
PA
175652015-02-20 Pedro Alves <palves@redhat.com>
17566
17567 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17568 info probes.
17569
2db9a427
PA
175702015-02-20 Pedro Alves <palves@redhat.com>
17571
17572 * gdb.threads/multi-create-ns-info-thr.exp: New file.
17573
60fb7e9e
PA
175742015-02-20 Pedro Alves <palves@redhat.com>
17575
17576 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
17577 clean_restart before gdb_target_supports_trace.
17578
5c5019c2
PA
175792015-02-20 Pedro Alves <palves@redhat.com>
17580
17581 PR threads/18006
17582 * gdb.threads/clone-thread_db.c: New file.
17583 * gdb.threads/clone-thread_db.exp: New file.
17584
c9587f88
AT
175852015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
17586
17587 PR breakpoints/16812
17588 * gdb.base/catch-gdb-caused-signals.c: New file.
17589 * gdb.base/catch-gdb-caused-signals.exp: New file.
17590
f6a88844
JM
175912015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
17592
17593 * configure: Regenerated.
17594 * configure.ac: Use GDB_AC_TRANSFORM.
17595 * aclocal.m4: sinclude ../transform.m4.
17596
497c491b
JM
175972015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17598
17599 * lib/dtrace.exp: New file.
17600 * gdb.base/dtrace-probe.exp: Likewise.
17601 * gdb.base/dtrace-probe.d: Likewise.
17602 * gdb.base/dtrace-probe.c: Likewise.
17603 * lib/pdtrace.in: Likewise.
17604 * configure.ac: Output variables with the transformed names of
17605 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
17606 * configure: Regenerated.
17607
03e98035
JM
176082015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
17609
17610 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
17611 expected message when trying to access $_probe_* convenience
17612 variables while not on a probe.
17613
63cc30e9
JK
176142015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17615
17616 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
17617
0703599a
PA
176182015-02-11 Pedro Alves <pedro@codesourcery.com>
17619
17620 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
17621 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
17622
7e60a48e
DE
176232015-02-10 Doug Evans <xdje42@gmail.com>
17624
17625 * lib/gdb.exp (gdb_load): Always return a result.
17626
01b088bc
PA
176272015-02-10 Pedro Alves <palves@redhat.com>
17628
17629 * gdb.threads/signal-sigtrap.c: New file.
17630 * gdb.threads/signal-sigtrap.exp: New file.
17631
b05ec7a5
AT
176322015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
17633
17634 * gdb.trace/no-attach-trace.c: New file.
17635 * gdb.trace/no-attach-trace.exp: New file.
17636
a2c2acaf
MW
176372015-02-09 Mark Wielaard <mjw@redhat.com>
17638
17639 * gdb.dwarf2/atomic.c: New file.
17640 * gdb.dwarf2/atomic-type.exp: Likewise.
17641
31fd9caa
MM
176422015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17643
17644 * gdb.btrace/buffer-size.exp: Update "info record" output.
17645 * gdb.btrace/delta.exp: Update "info record" output.
17646 * gdb.btrace/enable.exp: Update "info record" output.
17647 * gdb.btrace/finish.exp: Update "info record" output.
17648 * gdb.btrace/instruction_history.exp: Update "info record" output.
17649 * gdb.btrace/next.exp: Update "info record" output.
17650 * gdb.btrace/nexti.exp: Update "info record" output.
17651 * gdb.btrace/step.exp: Update "info record" output.
17652 * gdb.btrace/stepi.exp: Update "info record" output.
17653 * gdb.btrace/nohist.exp: Update "info record" output.
17654
d33501a5
MM
176552015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17656
17657 * gdb.btrace/buffer-size: New.
17658
f4abbc16
MM
176592015-02-09 Markus Metzger <markus.t.metzger@intel.com>
17660
17661 * gdb.btrace/delta.exp: Update "info record" output.
17662 * gdb.btrace/enable.exp: Update "info record" output.
17663 * gdb.btrace/finish.exp: Update "info record" output.
17664 * gdb.btrace/instruction_history.exp: Update "info record" output.
17665 * gdb.btrace/next.exp: Update "info record" output.
17666 * gdb.btrace/nexti.exp: Update "info record" output.
17667 * gdb.btrace/step.exp: Update "info record" output.
17668 * gdb.btrace/stepi.exp: Update "info record" output.
17669 * gdb.btrace/nohist.exp: Update "info record" output.
17670
b9d61307
SM
176712015-02-06 Simon Marchi <simon.marchi@ericsson.com>
17672
17673 PR gdb/15678
17674 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
17675
e584fdbc
PA
176762015-02-06 Pedro Alves <palves@redhat.com>
17677
17678 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
17679 macro.
17680 (seconds_left, again): New globals.
17681 (main): Wait seconds_left in a 1-second sleep loop instead of
17682 sleeping 180 seconds. If 'again' is set, reset the seconds
17683 counter.
17684 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
17685 'again' in the inferior before detaching. Print the seconds left.
17686 (options): New global.
17687 (top level): Build program with -DTIMEOUT=$timeout.
17688
77f41761
PA
176892015-02-06 Pedro Alves <palves@redhat.com>
17690
17691 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
17692 determine how many seconds to pass to 'alarm'.
17693 * gdb.base/gdb-sigterm.exp (top level): Build program with
17694 -DTIMEOUT=$timeout.
17695 (do_test): Return success/failure indication. Add more verbose
17696 logging. Don't fail if 200 single steps are seen. Instead, fail
17697 when the test times out.
17698 (passes): New global.
17699 (top level): Break the testing loop if testing fails on any
17700 iteration. Use gdb_assert.
17701
b9394193
DB
177022015-02-04 Don Breazeal <donb@codesourcery.com>
17703
17704 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
17705 and initialize them.
17706 (ipc_cleanup): New function.
17707 (main): Don't declare shmid, semid, and msqid. Add a call to
17708 atexit so that we call ipc_cleanup on exit.
17709
42d9e528
PA
177102015-02-04 Pedro Alves <palves@redhat.com>
17711
17712 * boards/native-extended-gdbserver.exp: Remove any target variant
17713 specifications from the board name before clearing the isremote
17714 flag from board_info.
17715
ae6ae975
DE
177162015-01-31 Doug Evans <xdje42@gmail.com>
17717
17718 * gdb.base/maint.exp <maint print type argc>: Update expected output.
17719
cfb069a8
GB
177202015-01-31 Gary Benson <gbenson@redhat.com>
17721
17722 * gdb.base/completion.exp: Disable completion limiting for
17723 existing tests. Add new tests to check completion limiting.
17724 * gdb.linespec/ls-errs.exp: Disable completion limiting.
17725
5dd31d79
DE
177262015-01-31 Doug Evans <xdje42@gmail.com>
17727
17728 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
17729
9f050062
DE
177302015-01-31 Doug Evans <xdje42@gmail.com>
17731
17732 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
17733 entries. Duplicate file section script entries.
17734 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
17735 inlined entries. Add test for safe-path rejection.
17736 * gdb.python/py-section-script.c: Add duplicate inlined section script
17737 entries. Duplicate file section script entries.
17738 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
17739 inlined entries. Add test for safe-path rejection.
17740
df25ebbd
JB
177412015-01-29 Joel Brobecker <brobecker@adacore.com>
17742
17743 * gdb.ada/disc_arr_bound: New testcase.
17744
4a0ca9ec
JB
177452015-01-29 Joel Brobecker <brobecker@adacore.com>
17746
17747 * gdb.ada/mi_var_array: New testcase.
17748
3a8b707a
DE
177492015-01-27 Doug Evans <dje@google.com>
17750
17751 * gdb.python/py-objfile.exp: Add tests for objfile.username.
17752 Add test for objfile.filename, objfile.username after objfile
17753 has been unloaded.
17754
f8313f6e
JB
177552015-01-26 Joel Brobecker <brobecker@adacore.com>
17756
17757 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
17758 the second test to print the name attribute of value
17759 returned by the call to gdb.lookup_type, and adjust
17760 the expected output accordingly.
17761
37bc665e
MW
177622015-01-25 Mark Wielaard <mjw@redhat.com>
17763
17764 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17765 * gdb.base/disp-step-fork.c: Include unistd.h.
17766 * gdb.base/siginfo-obj.c: Include stdio.h.
17767 * gdb.base/siginfo-thread.c: Likewise.
17768 * gdb.mi/non-stop.c: Include unistd.h.
17769 * gdb.mi/nsthrexec.c: Include stdio.h.
17770 * gdb.mi/pthreads.c: Include unistd.h.
17771 * gdb.modula2/unbounded1.c (main): Declare returns int.
17772 * gdb.reverse/consecutive-reverse.c: Likewise.
17773 * gdb.threads/create-fail.c: Include unistd.h.
17774 * gdb.threads/killed.c: Likewise.
17775 * gdb.threads/linux-dp.c: Likewise.
17776 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17777 * gdb.threads/non-ldr-exc-2.c: Likewise.
17778 * gdb.threads/non-ldr-exc-3.c: Likewise.
17779 * gdb.threads/non-ldr-exc-4.c: Likewise.
17780 * gdb.threads/pthreads.c: Include unistd.h.
17781 (main): Declare returns int.
17782 * gdb.threads/tls-main.c (foo): New declaration.
17783 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17784
f7e5394d
SM
177852015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17786
17787 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17788 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17789
743649fd
MW
177902015-01-15 Mark Wielaard <mjw@redhat.com>
17791
17792 * gdb.base/noreturn-return.c: New file.
17793 * gdb.base/noreturn-return.exp: New file.
17794 * gdb.base/noreturn-finish.c: New file.
17795 * gdb.base/noreturn-finish.exp: New file.
17796
198297aa
PA
177972015-01-23 Pedro Alves <palves@redhat.com>
17798
17799 * gdb.threads/continue-pending-after-query.c: New file.
17800 * gdb.threads/continue-pending-after-query.exp: New file.
17801
717cf30c
AG
178022015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17803 Simon Marchi <simon.marchi@ericsson.com>
17804
17805 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17806 * gdb.base/valgrind-db-attach.exp: Same.
17807 * gdb.base/valgrind-infcall.exp: Same.
17808 * lib/mi-support.exp (default_mi_gdb_start): Same.
17809 * lib/prompt.exp (default_prompt_gdb_start): Same.
17810 * lib/gdb.exp (default_gdb_spawn): Same.
17811 (gdb_interact): New.
17812
17813
4b62a76e
JK
178142015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17815
17816 * gdb.compile/compile.exp (pointer to jit function): New test.
17817
b4cdae6f
WW
178182015-01-17 Wei-cheng Wang <cole945@gmail.com>
17819
17820 * lib/gdb.exp (supports_process_record): Return true for
17821 powerpc*-*-linux*.
17822 (supports_reverse): Likewise.
17823
d221e7ef
DB
178242015-01-15 Don Breazeal <donb@codesourcery.com>
17825
17826 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17827 instead of checking whether the target board is remote and
17828 use spawn_wait_for_attach instead of exec/sleep.
17829 * gdb.base/attach-twice.exp: Likewise.
17830
bafffb51
JB
178312015-01-15 Joel Brobecker <brobecker@adacore.com>
17832
17833 * gdb.ada/var_arr_attrs: New testcase.
17834
5589af0e
PA
178352015-01-14 Pedro Alves <palves@redhat.com>
17836 Joel Brobecker <brobecker@adacore.com>
17837
17838 PR gdb/17525
17839 * gdb.base/bp-cmds-execution-x-script.c: New file.
17840 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17841 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17842
6c400b59
PA
178432015-01-14 Pedro Alves <palves@redhat.com>
17844
17845 PR cli/17828
17846 * gdb.base/batch-preserve-term-settings.c: New file.
17847 * gdb.base/batch-preserve-term-settings.exp: New file.
17848
e02c96a7
DE
178492015-01-13 Doug Evans <dje@google.com>
17850
17851 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17852 binary.
17853
576fd14c
JB
178542015-01-13 Joel Brobecker <brobecker@adacore.com>
17855
17856 * Makefile.in (clean mostlyclean): Do not delete *.py.
17857
04dccad0
JB
178582015-01-13 Joel Brobecker <brobecker@adacore.com>
17859
17860 * gdb.python/py-lookup-type.exp: New file.
17861
3d230f71
PA
178622015-01-12 Pedro Alves <palves@redhat.com>
17863
17864 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17865 restore GDBFLAGS before returning.
17866
7e67715d
JK
178672015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17868
17869 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17870 is_amd64_regs_target and is_x86_like_target.
17871
f2e0d4b4
DE
178722015-01-11 Doug Evans <xdje42@gmail.com>
17873
17874 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17875 is given without an explicit form.
17876 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17877 attributes.
17878 * gdb.dwarf/corrupt.exp: Ditto.
17879 * gdb.dwarf2/enum-type.exp: Ditto.
17880 * gdb.trace/entry-values.exp: Ditto.
17881 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17882
439250fb
DE
178832015-01-11 Doug Evans <xdje42@gmail.com>
17884
17885 PR gdb/15830
17886 * gdb.base/maint.exp: Remove references to "maint demangle".
17887 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17888 Add tests for explicitly specifying language to demangle.
17889 * gdb.dlang/demangle.exp: Ditto.
17890
ede9f622
PA
178912015-01-09 Pedro Alves <palves@redhat.com>
17892
17893 * gdb.threads/non-stop-fair-events.c: New file.
17894 * gdb.threads/non-stop-fair-events.exp: New file.
17895
a7b796db
PA
178962015-01-09 Pedro Alves <palves@redhat.com>
17897
17898 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17899 the global scope. Set a breakpoint after all threads are started
17900 rather than stepping over two source lines. Expect the prompt.
17901 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17902 global.
17903 (NUM): Now 15.
17904 (main): Use threads_started_barrier to wait for all threads to
17905 start. Main thread no longer calls thread_function. Exit after
17906 180 seconds.
17907 (loop): New function.
17908 (thread_function): Wait on threads_started_barrier barrier. Call
17909 'loop' at each iteration.
17910 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17911 threads have started, instead of hardcoding number of "next"
17912 steps. Use an access watchpoint instead of a write watchpoint.
17913
9665ffdd
PA
179142015-01-09 Pedro Alves <palves@redhat.com>
17915
17916 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17917 (thread_func): Wait on barrier.
17918 (main): Wait for all threads to start before stopping GDB.
17919 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17920 global.
17921 (thread1_func, thread2_func): Wait on barrier.
17922 (main): Wait for all threads to start before stopping GDB.
17923 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17924 New global.
17925 (thread1_func, thread2_func): Wait on barrier.
17926 (main): Wait for all threads to start before stopping GDB.
17927
c945a99f
PA
179282015-01-09 Pedro Alves <palves@redhat.com>
17929
17930 * gdb.threads/attach-many-short-lived-threads.c: New file.
17931 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17932
c1a747c1
PA
179332014-01-09 Pedro Alves <palves@redhat.com>
17934
17935 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17936 instead of to thread 2.
17937 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17938 Add barrier around each pthread_create call instead of around all
17939 calls.
17940 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17941 Set a break on thread_function and have the child threads hit it
17942 one at at a time.
17943
60b3033e
PA
179442015-01-09 Pedro Alves <palves@redhat.com>
17945
17946 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17947 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17948 false.
17949 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17950 checking whether the target board is remote.
17951 * gdb.multi/multi-attach.exp: Likewise.
17952 * gdb.python/py-sync-interp.exp: Likewise.
17953 * gdb.server/ext-attach.exp: Likewise.
17954 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17955 tests that need to attach, instead of checking whether the target
17956 board is remote at the top of the file.
17957
acc018ac
YQ
179582015-01-08 Yao Qi <yao@codesourcery.com>
17959
17960 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17961
50a18af8
JK
179622015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17963
17964 Fix testcase compilation.
17965 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17966
8503d6e1
JB
179672015-01-06 Joel Brobecker <brobecker@adacore.com>
17968
17969 * gdb.python/py-type.exp: Add a couple test about empty
17970 array creation, and negative-length array creation.
17971
cc73dbcc
DE
179722015-01-02 Doug Evans <xdje42@gmail.com>
17973
17974 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17975
0300bbc7
DE
179762015-01-02 Doug Evans <dje@google.com>
17977
17978 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17979
9d85a0ec
YQ
179802014-12-29 Yao Qi <yao@codesourcery.com>
17981
17982 * gdb.trace/entry-values.exp: Update comments. Rename variable
17983 bar_call_foo to returned_from_foo.
17984
87186c6a
MMN
179852014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17986
17987 PR gdb/17394
17988 * gdb.linespec/break-asm-file.c: New file.
17989 * gdb.linespec/break-asm-file.exp: New file.
17990 * gdb.linespec/break-asm-file0.s: New file.
17991 * gdb.linespec/break-asm-file1.s: New file.
17992
1bab7383
YQ
179932014-12-18 Nigel Stephens <nigel@mips.com>
17994 Maciej W. Rozycki <macro@codesourcery.com>
17995
17996 * gdb.base/float.exp: Handle the new output from "info float" on
17997 MIPS targets.
17998
1bc1068a
JK
179992014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18000
18001 Fix MinGW compilation.
18002 * gdb.compile/compile-ops.exp: Update untested message if
18003 !skip_compile_feature_tests.
18004 * gdb.compile/compile-setjmp.exp: Likewise.
18005 * gdb.compile/compile-tls.exp: Likewise.
18006 * gdb.compile/compile.exp: Likewise.
18007 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
18008 supported on this host".
18009
b6615d10
DE
180102014-12-16 Doug Evans <xdje42@gmail.com>
18011
18012 * boards/stabs.exp: New file.
18013
25dda427
AA
180142014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
18015
18016 * gdb.base/completion.exp: Adjust to format changes of "maint
18017 print user-registers".
18018
bf330350
CU
180192014-12-16 Catalin Udma <catalin.udma@freescale.com>
18020
18021 PR server/17457
18022 * gdb.arch/aarch64-fp.c: New file.
18023 * gdb.arch/aarch64-fp.exp: New file.
18024
395cf596
SDJ
180252014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
18026
18027 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
18028 r210637, r210913, r211666, r215400, r215817).
18029
18030 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
18031 * dg-extract-results.py: New file.
18032 * dg-extract-results.sh: Use it if the environment seems
18033 suitable.
18034
18035 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
18036
18037 * dg-extract-results.py (parse_run): Handle warnings that
18038 are printed before a test harness is run.
18039
18040 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
18041
18042 * dg-extract-results.py (Named): Remove __cmp__ method.
18043 (output_variation): Use a key to sort variation.harnesses.
18044
18045 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
18046
18047 * dg-extract-results.py: For Python 3, force sys.stdout to
18048 handle surrogate escape sequences.
18049 (safe_open): New function.
18050 (output_segment, main): Use it.
18051
18052 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
18053
18054 * dg-extract-results.py (Prog.result_re): Include options
18055 in test name.
18056
18057 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
18058
18059 * dg-extract-results.py (output_variation): Always sort if
18060 do_sum.
18061
e882ef3c
SM
180622014-12-15 Simon Marchi <simon.marchi@ericsson.com>
18063
18064 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
18065 as long as we get pagination notifications.
18066
4992aa20
JM
180672014-12-15 Jason Merrill <jason@redhat.com>
18068
18069 * Makefile.in (check-gdb.%): Restore.
18070 * README: Mention it.
18071
c1b5a1a6
JB
180722014-12-13 Joel Brobecker <brobecker@adacore.com>
18073
18074 * gdb.ada/str_uninit: New testcase.
18075
5537b577
JK
180762014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18077
18078 PR symtab/17642
18079 * gdb.base/vla-stub-define.c: New file.
18080 * gdb.base/vla-stub.c: New file.
18081 * gdb.base/vla-stub.exp: New file.
18082
bb2ec1b3
TT
180832014-12-12 Phil Muldoon <pmuldoon@redhat.com>
18084 Jan Kratochvil <jan.kratochvil@redhat.com>
18085 Tom Tromey <tromey@redhat.com>
18086
18087 * configure.ac: Add gdb.compile/.
18088 * configure: Regenerate.
18089 * gdb.compile/Makefile.in: New file.
18090 * gdb.compile/compile-ops.exp: New file.
18091 * gdb.compile/compile-ops.c: New file.
18092 * gdb.compile/compile-tls.c: New file.
18093 * gdb.compile/compile-tls.exp: New file.
18094 * gdb.compile/compile-constvar.S: New file.
18095 * gdb.compile/compile-constvar.c: New file.
18096 * gdb.compile/compile-mod.c: New file.
18097 * gdb.compile/compile-nodebug.c: New file.
18098 * gdb.compile/compile-setjmp-mod.c: New file.
18099 * gdb.compile/compile-setjmp.c: New file.
18100 * gdb.compile/compile-setjmp.exp: New file.
18101 * gdb.compile/compile-shlib.c: New file.
18102 * gdb.compile/compile.c: New file.
18103 * gdb.compile/compile.exp: New file.
18104 * lib/gdb.exp (skip_compile_feature_tests): New proc.
18105
4ff709eb
TT
181062014-12-12 Tom Tromey <tromey@redhat.com>
18107
18108 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
18109 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
18110
6dddd6a5
DE
181112014-12-12 Doug Evans <dje@google.com>
18112
18113 * lib/gdb-python.exp (get_python_valueof): New function.
18114 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
18115
71c24708
AA
181162014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18117
18118 * gdb.base/completion.exp: Add test for completion of "info
18119 registers ".
18120
3e29f34a
MR
181212014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
18122
18123 * gdb.base/func-ptrs.c: New file.
18124 * gdb.base/func-ptrs.exp: New file.
18125
fc126975
SM
181262014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18127
18128 PR breakpoints/17012
18129 * gdb.base/dprintf-detach.c: New file.
18130 * gdb.base/dprintf-detach.exp: New file.
18131
0a46d518
SM
181322014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18133
18134 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
18135 * lib/gdb.exp (target_is_gdbserver): New procedure.
18136
a0be3e44
DE
181372014-12-08 Doug Evans <dje@google.com>
18138
18139 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
18140
df1b803a
YQ
181412014-12-05 Yao Qi <yao@codesourcery.com>
18142
18143 * gdb.guile/scm-error.exp: Remove the third argument to
18144 gdb_remote_download.
18145 * gdb.guile/scm-frame-args.exp: Likewise.
18146 * gdb.guile/scm-section-script.exp: Likewise.
18147
ddb9f679
YQ
181482014-12-05 Yao Qi <yao@codesourcery.com>
18149
18150 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
18151
86e4ed39
DE
181522014-12-04 Doug Evans <dje@google.com>
18153
18154 * gdb.python/py-objfile.exp: Add tests for
18155 objfile.add_separate_debug_file.
18156
7c50a931
DE
181572014-12-04 Doug Evans <dje@google.com>
18158
18159 * lib/gdb.exp (get_build_id): New function.
18160 (build_id_debug_filename_get): Rewrite to use it.
18161 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
18162
621661e3
MR
181632014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
18164
18165 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
18166 `method(long)', not just 0x0.
18167 * gdb.cp/nsalias.exp: Align code labels to 4.
18168 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
18169 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
18170 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
18171 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
18172 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
18173 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
18174
29f0c3b7
DE
181752014-12-02 Doug Evans <dje@google.com>
18176
e1e061e7 18177 PR symtab/17602
29f0c3b7 18178 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 18179 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
18180 * gdb.cp/anon-ns.exp: Update.
18181
162078c8
NB
181822014-12-02 Nick Bull <nicholaspbull@gmail.com>
18183
18184 * gdb.python/py-events.py (inferior_call_handler): New.
18185 (register_changed_handler, memory_changed_handler): New.
18186 (test_events.invoke): Register new handlers.
18187 * gdb.python/py-events.exp: Add tests for inferior call,
18188 memory_changed and register_changed events.
18189
fdb09caf
AA
181902014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18191
18192 * gdb.base/execl-update-breakpoints.exp: Specify the link address
18193 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
18194 if the linker doesn't understand this.
18195
55cfb2c4
SM
181962014-12-01 Simon Marchi <simon.marchi@ericsson.com>
18197
18198 * gdb.python/python.exp: Change expected reply to help().
18199
9e8cd6df
YQ
182002014-12-01 Yao Qi <yao@codesourcery.com>
18201
18202 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
18203 AC_CONFIG_SUBDIRS(gdb.gdbtk).
18204 * configure: Re-generated.
18205
6c659fc2
SC
182062014-11-28 Siva Chandra Reddy <sivachandra@google.com>
18207
18208 * gdb.cp/chained-calls.cc: New file.
18209 * gdb.cp/chained-calls.exp: New file.
18210 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
18211
d7fc3181
SM
182122014-11-28 Simon Marchi <simon.marchi@ericsson.com>
18213
18214 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
18215 * gdb.dwarf2/symtab-producer.exp: Same.
18216 * gdb.gdb/python-interrupts.exp: Same.
18217 * gdb.gdb/python-selftest.exp: Same.
18218 * gdb.python/py-linetable.exp: Same.
18219 * gdb.python/py-type.exp: Same.
18220 * gdb.python/py-value-cc.exp: Same.
18221 * gdb.python/py-value.exp: Same.
18222
10e79639
YQ
182232014-11-28 Yao Qi <yao@codesourcery.com>
18224
18225 * gdb.base/break-probes.exp: Match library name prefixed with
18226 sysroot.
18227
f28a0564
SM
182282014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18229
18230 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18231 test expected output. Add parentheses for the call to print.
18232 Remove L suffix from integers.
18233
3fe1ce1d
DE
182342014-11-26 Doug Evans <dje@google.com>
18235
18236 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18237
84429e27
YQ
182382014-11-22 Yao Qi <yao@codesourcery.com>
18239
18240 * gdb.trace/entry-values.c: Remove asms.
18241 (foo): Add foo_label.
18242 (bar): Add bar_label.
18243 * gdb.trace/entry-values.exp: Remove code computing foo's
18244 length and bar's length.
18245 (Dwarf::assemble): Invoke function_range for bar and use
18246 MACRO_AT_func for foo.
18247
26741859
YQ
182482014-11-22 Yao Qi <yao@codesourcery.com>
18249
18250 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18251 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18252 Use .Lgcc43_procstart instead of gcc43.
18253
45e44d27
JB
182542014-11-21 Joel Brobecker <brobecker@adacore.com>
18255
18256 * gdb.ada/n_arr_bound: New testcase.
18257
458c8db8
SDJ
182582014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18259
18260 PR breakpoints/10737
18261 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18262 test_catch_syscall_multi_arch.
18263 (test_catch_syscall_multi_arch): New function.
18264
43f3e411
DE
182652014-11-20 Doug Evans <xdje42@gmail.com>
18266
18267 * gdb.base/maint.exp: Update expected output.
18268
0d7b2549
AA
182692014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18270
18271 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18272 4-byte instruction on S390.
18273
8908fca5
JB
182742014-11-19 Joel Brobecker <brobecker@adacore.com>
18275
18276 * gdb.ada/arr_arr: New testcase.
18277
4a46959e
JB
182782014-11-19 Joel Brobecker <brobecker@adacore.com>
18279
18280 * gdb.ada/pkd_arr_elem: New Testcase.
18281
470e2f4e
LM
182822014-11-18 Luis Machado <lgustavo@codesourcery.com>
18283
18284 * gdb.reverse/break-precsave: Expect completion message for
18285 core file reads.
18286 * gdb.reverse/consecutive-precsave.exp: Likewise.
18287 * gdb.reverse/finish-precsave.exp: Likewise.
18288 * gdb.reverse/i386-precsave.exp: Likewise.
18289 * gdb.reverse/machinestate-precsave.exp: Likewise.
18290 * gdb.reverse/sigall-precsave.exp: Likewise.
18291 * gdb.reverse/solib-precsave.exp: Likewise.
18292 * gdb.reverse/step-precsave.exp: Likewise.
18293 * gdb.reverse/until-precsave.exp: Likewise.
18294 * gdb.reverse/watch-precsave.exp: Likewise.
18295
a267f3ad
AA
182962014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18297
18298 * gdb.base/bp-permanent.c: Include unistd.h.
18299 * gdb.python/py-framefilter-mi.c (main): Add return type.
18300 * gdb.python/py-framefilter.c (main): Likewise.
18301 * gdb.trace/actions-changed.c (main): Likewise.
18302
12084a9a
AA
183032014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18304
18305 * gdb.mi/until.c: Add eye-catchers.
18306 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18307 line numbers.
18308
dc7e1a77
AA
183092014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18310
18311 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18312 function header variants in break1.c.
18313 * gdb.base/ena-dis-br.exp: Likewise.
18314 * gdb.base/hbreak2.exp: Likewise.
18315 * gdb.reverse/until-precsave.exp: Drop references to removed
18316 non-prototype function header variants in ur1.c.
18317 * gdb.reverse/until-reverse.exp: Likewise.
18318
41c77605
PM
183192014-11-17 Petr Machata <pmachata@redhat.com>
18320
18321 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18322 ${_cu_offset_size} bytes abbrev offset.
18323
34248c3a
DE
183242014-11-15 Doug Evans <xdje42@gmail.com>
18325
18326 PR symtab/17559
18327 * gdb.base/line-symtabs.exp: New file.
18328 * gdb.base/line-symtabs.c: New file.
18329 * gdb.base/line-symtabs.h: New file.
18330
646da059
YQ
183312014-11-14 Yao Qi <yao@codesourcery.com>
18332
18333 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18334 (func): Add label func_label.
18335 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18336 Replace low_pc and high_pc with MACRO_AT_range.
18337 Replace name, low_pc and high_pc with MACRO_AT_func.
18338
9301ebe6
YQ
183392014-11-14 Yao Qi <yao@codesourcery.com>
18340
18341 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18342 Replace name, low_pc and high_pc with MACRO_AT_func.
18343
f166b542
YQ
183442014-11-14 Yao Qi <yao@codesourcery.com>
18345
18346 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18347 produce debug information.
18348 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18349
0f6e71e3
YQ
183502014-11-14 Yao Qi <yao@codesourcery.com>
18351
18352 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18353 object and get function length.
18354 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18355 with MACRO_AT_func.
18356 (top-level): Replace gdb_compile and clean_restart with
18357 prepare_for_testing.
18358 * gdb.dwarf2/main.c (main): Add label main_label.
18359
876c4df9
YQ
183602014-11-14 Yao Qi <yao@codesourcery.com>
18361
18362 * lib/dwarf.exp (function_range): New procedure.
18363 (Dwarf::_handle_macro_at_func): New procedure.
18364 (Dwarf::_handle_macro_at_range): New procedure.
18365 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18366
02ad9cf1
YQ
183672014-11-14 Yao Qi <yao@codesourcery.com>
18368
18369 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18370 (_handle_attribute): New procedure.
18371
a59add0c
AA
183722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18373
18374 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18375 * gdb.base/call-sc.c (zed): Likewise.
18376 * gdb.base/checkpoint.c (main): Likewise.
18377 * gdb.base/dump.c (main): Likewise.
18378 * gdb.base/gcore.c (main): Likewise.
18379 * gdb.base/huge.c (main): Likewise.
18380 * gdb.base/multi-forks.c (main): Likewise.
18381 * gdb.base/pr10179-a.c (main): Likewise.
18382 * gdb.base/savedregs.c (main): Likewise.
18383 * gdb.base/sigaltstack.c (main): Likewise.
18384 * gdb.base/siginfo.c (main): Likewise.
18385 * gdb.base/structs.c (zed): Likewise.
18386 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18387 * gdb.mi/mi-syn-frame.c (main): Likewise.
18388 * gdb.mi/until.c (foo, main): Likewise.
18389 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18390 * gdb.base/solib-weak.c (foo): Declare.
18391 * gdb.base/attach-twice.c: Include stdio.h.
18392 * gdb.base/weaklib1.c: Likewise.
18393 * gdb.base/weaklib2.c: Likewise.
18394 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18395 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18396 unistd.h.
18397 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18398 * gdb.mi/mi-exit-code.c: Likewise.
18399 * gdb.base/break-interp-lib.c: Include string.h.
18400 * gdb.base/coremaker.c: Likewise.
18401 * gdb.base/testenv.c: Likewise.
18402 * gdb.python/py-finish-breakpoint.c: Likewise.
18403 * gdb.base/inferior-died.c: Include sys/wait.h.
18404 * gdb.base/fileio.c: Include time.h.
18405 * gdb.base/async-shell.c: Include unistd.h.
18406 * gdb.base/dprintf-non-stop.c: Likewise.
18407 * gdb.base/info-os.c: Likewise.
18408 * gdb.mi/mi-console.c: Likewise.
18409 * gdb.mi/watch-nonstop.c: Likewise.
18410 * gdb.python/py-events.c: Likewise.
18411 * gdb.base/async.c (baz): Move up before its invocation.
18412 * gdb.base/code_elim2.c (my_global_func): Likewise.
18413 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18414 * gdb.base/advance.c (func2): Likewise.
18415
3b5d5997
AA
184162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18417
18418 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18419 variant.
18420 * gdb.base/annota3.c: Likewise.
18421 * gdb.base/async.c: Likewise.
18422 * gdb.base/average.c: Likewise.
18423 * gdb.base/call-ar-st.c: Likewise.
18424 * gdb.base/call-rt-st.c: Likewise.
18425 * gdb.base/call-sc.c: Likewise.
18426 * gdb.base/call-strs.c: Likewise.
18427 * gdb.base/ending-run.c: Likewise.
18428 * gdb.base/execd-prog.c: Likewise.
18429 * gdb.base/exprs.c: Likewise.
18430 * gdb.base/foll-exec.c: Likewise.
18431 * gdb.base/foll-fork.c: Likewise.
18432 * gdb.base/foll-vfork.c: Likewise.
18433 * gdb.base/funcargs.c: Likewise.
18434 * gdb.base/gcore.c: Likewise.
18435 * gdb.base/jump.c: Likewise.
18436 * gdb.base/langs0.c: Likewise.
18437 * gdb.base/langs1.c: Likewise.
18438 * gdb.base/langs2.c: Likewise.
18439 * gdb.base/mips_pro.c: Likewise.
18440 * gdb.base/nodebug.c: Likewise.
18441 * gdb.base/opaque0.c: Likewise.
18442 * gdb.base/opaque1.c: Likewise.
18443 * gdb.base/recurse.c: Likewise.
18444 * gdb.base/run.c: Likewise.
18445 * gdb.base/scope0.c: Likewise.
18446 * gdb.base/scope1.c: Likewise.
18447 * gdb.base/setshow.c: Likewise.
18448 * gdb.base/setvar.c: Likewise.
18449 * gdb.base/shmain.c: Likewise.
18450 * gdb.base/shr1.c: Likewise.
18451 * gdb.base/shr2.c: Likewise.
18452 * gdb.base/sigall.c: Likewise.
18453 * gdb.base/signals.c: Likewise.
18454 * gdb.base/so-indr-cl.c: Likewise.
18455 * gdb.base/solib2.c: Likewise.
18456 * gdb.base/structs.c: Likewise.
18457 * gdb.base/sum.c: Likewise.
18458 * gdb.base/vforked-prog.c: Likewise.
18459 * gdb.base/watchpoint.c: Likewise.
18460 * gdb.reverse/shr2.c: Likewise.
18461 * gdb.reverse/until-reverse.c: Likewise.
18462 * gdb.reverse/ur1.c: Likewise.
18463 * gdb.reverse/watch-reverse.c: Likewise.
18464
066a77c5
AA
184652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18466
18467 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18468 variant.
18469 * gdb.base/sepdebug.exp: Drop references to removed code.
18470
4f204ea5
AA
184712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18472
18473 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18474 variant. Preserve original line numbering.
18475 * gdb.base/list1.c: Likewise.
18476
3b377a3a
AA
184772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18478
18479 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18480 variant.
18481 * gdb.base/break1.c: Likewise.
18482 * gdb.base/break.exp: Drop references to removed code.
18483
e444df73
AA
184842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18485
18486 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18487 variant.
18488
8008f2a7
AA
184892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18490
18491 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18492
a5a06887
AA
184932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18494
18495 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18496 logic into perform_all_tests() and invoke it with and without
18497 function header prototypes.
18498 (do_function_calls): Remove conditional XFAIL for PR 5318.
18499 (rerun_and_prepare): Remove duplicate code.
18500 (perform_all_tests): New. Main logic moved here.
18501
44dba9b9
AA
185022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18503
18504 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18505 code guarded by #ifdef NO_PROTOTYPES.
18506 (t_double_many_args): Likewise.
18507 (DEF_FUNC_MANY_ARGS_1): Likewise.
18508 (DEF_FUNC_VALUES_1): Likewise.
18509 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18510 guarded by #ifdef PROTOTYPES.
18511
d1fbcd56
AA
185122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18513
18514 * gdb.mi/mi-console.c: Add eye-catcher.
18515 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18516 instead of literal line number.
18517
b0e59b8f
AA
185182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18519
18520 * gdb.base/shr2.c: Add eye-catcher.
18521 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18522 line number.
18523
78f98cca
AA
185242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18525
18526 * gdb.base/jump.c: Add eye-catchers.
18527 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18528 numbers.
18529
58fa2af0
AA
185302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18531
18532 * gdb.base/execd-prog.c: Add eye-catchers.
18533 * gdb.base/foll-exec.c: Likewise.
18534 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18535 line numbers.
18536
04e5059b
AA
185372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18538
18539 * gdb.base/ending-run.c: Add eye-catchers.
18540 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18541 literal line numbers.
18542
dbfdb174
AA
185432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18544
18545 * gdb.base/call-rt-st.c: Add eye-catchers.
18546 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18547 literal line numbers.
18548
888a2ade
AA
185492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18550
18551 * gdb.base/call-ar-st.c: Add eye-catchers.
18552 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18553 literal line numbers.
18554
6acc2dde
AA
185552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18556
18557 * gdb.base/average.c: Add eye-catchers.
18558 * gdb.base/sum.c: Likewise.
18559 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18560 regexps dynamically.
18561
9ecfcd1d
AA
185622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18563
18564 * gdb.base/solib1.c: Add eye-catchers.
18565 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18566 literal line numbers.
18567
78708b7c
PA
185682014-11-12 Pedro Alves <palves@redhat.com>
18569
18570 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18571 leader has exited.
18572
af48d08f
PA
185732014-11-12 Pedro Alves <palves@redhat.com>
18574
18575 * gdb.arch/i386-bp_permanent.c: New file.
18576 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
18577 (srcfile): Set to i386-bp_permanent.c.
18578 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
18579 that stepi does not execute the 'leave' instruction, instead of
18580 testing it does execute.
18581 * gdb.base/bp-permanent.c: New file.
18582 * gdb.base/bp-permanent.exp: New file.
18583
af3768e9
DE
185842014-11-10 Doug Evans <xdje42@gmail.com>
18585
18586 PR symtab/17564
18587 * gdb.base/symtab-search-order.exp: New file.
18588 * gdb.base/symtab-search-order.c: New file.
18589 * gdb.base/symtab-search-order-1.c: New file.
18590 * gdb.base/symtab-search-order-shlib-1.c: New file.
18591
9de00a4a
PA
185922014-11-07 Pedro Alves <palves@redhat.com>
18593
18594 PR gdb/17511
18595 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
18596 i?86-*-linux*.
18597
e0f52461
SC
185982014-11-03 Siva Chandra Reddy <sivachandra@google.com>
18599
18600 PR c++/17494
18601 * gdb.cp/pr17494.cc: New file.
18602 * gdb.cp/pr17494.exp: New file.
18603
6ce8c980
YQ
186042014-11-02 Yao Qi <yao@codesourcery.com>
18605
18606 * gdb.python/python.exp: Get working directory and match the
18607 output of "set extended-prompt \\w " with it.
18608
02be9a71
DE
186092014-10-30 Doug Evans <dje@google.com>
18610
18611 * gdb.python/py-objfile.exp: Add tests for setting random attributes
18612 in objfiles.
18613 * gdb.python/py-progspace.exp: Add tests for setting random attributes
18614 in progspaces.
18615
3bdff46b
LM
186162014-10-30 Janis Johnson <janisjo@codesourcery.com>
18617
18618 * gdb.base/fullpath-expand.exp: Skip for a remote host.
18619 * gdb.base/realname-expand.exp: Likewise.
18620 * gdb.linespec/macro-relative.exp: Likewise.
18621
ab917dfb
PA
186222014-10-29 Pedro Alves <palves@redhat.com>
18623
18624 PR gdb/17408
18625 * gdb.threads/schedlock.c (some_function): New function.
18626 (call_function): New global.
18627 (MAYBE_CALL_SOME_FUNCTION): New macro.
18628 (thread_function): Call it.
18629 * gdb.threads/schedlock.exp (get_args): Add description parameter,
18630 and use it instead of a global counter. Adjust all callers.
18631 (get_current_thread): Use "find current thread" for test message
18632 here rather than having all callers pass down the same string.
18633 (goto_loop): New procedure, factored out from ...
18634 (my_continue): ... this.
18635 (step_ten_loops): Change parameter from test message to command to
18636 use. Adjust.
18637 (list_count): Delete global.
18638 (check_result): New procedure, factored out from duplicate top
18639 level code.
18640 (continue tests): Wrap in with_test_prefix.
18641 (test_step): New procedure, factored out from duplicate top level
18642 code.
18643 (top level): Test "step" in combination with all scheduler-locking
18644 modes. Test "next" in combination with all scheduler-locking
18645 modes, and in combination with stepping over a function call or
18646 not.
18647 * gdb.threads/next-bp-other-thread.c: New file.
18648 * gdb.threads/next-bp-other-thread.exp: New file.
18649
d3d4baed
PA
186502014-10-29 Pedro Alves <palves@redhat.com>
18651
18652 PR python/17372
18653 * gdb.python/python.exp: Test a multi-line command that spawns
18654 interactive Python.
18655 * gdb.base/multi-line-starts-subshell.exp: New file.
18656
563e8d85
YQ
186572014-10-29 Yao Qi <yao@codesourcery.com>
18658
18659 * gdb.base/fileio.exp: Make directories on host.
18660
0ea4d52e
YQ
186612014-10-29 Yao Qi <yao@codesourcery.com>
18662
18663 * gdb.base/fileio.c (test_write): Close the file.
18664
7f5ef605
PA
186652014-10-28 Pedro Alves <palves@redhat.com>
18666
18667 PR gdb/12623
18668 * gdb.base/sigstep.c (no_handler): New global.
18669 (main): If 'no_handler is true, set the signal handlers to
18670 SIG_IGN.
18671 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
18672 with_sw_watch and no_handler parameters. Handle them.
18673 (top level) <stepping over handler when stopped at a breakpoint
18674 test>: Add a test axis for testing with a software watchpoint, and
18675 another for testing with the signal handler set to SIG_IGN.
18676 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
18677 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
18678
abbdbd03
PA
186792014-10-28 Pedro Alves <palves@redhat.com>
18680
18681 PR gdb/17511
18682 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
18683 * gdb.base/sigstep.exp (other_handler_location): New global.
18684 (advance): Support stepping into the signal handler, and running
18685 commands while in the handler.
18686 (in_handler_map): New global.
18687 (top level): In the advance test, add combinations for getting
18688 into the handler with stepping commands, and for running commands
18689 in the handler. Add comment descripting the advancei tests.
18690
1df4399f
PA
186912014-10-28 Pedro Alves <palves@redhat.com>
18692
18693 * gdb.base/sigstep.exp: Use build_executable instead of
18694 prepare_for_testing.
18695 (top level): Move code that starts GDB, runs to main and creates a
18696 display to ...
18697 (restart): ... this new procedure.
18698 (top level): Move backtrace from signal handler test to ...
18699 (validate_backtrace): ... this new procedure.
18700 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
18701 with_test_prefix. Always restart GDB.
18702 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
18703 with_test_prefix. Always restart GDB. No need to delete
18704 breakpoints after the test.
18705 (test_skip_handler): Remove prefix parameter.
18706 (skip_over_handler, breakpoint_to_handler)
18707 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
18708 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
18709 restart GDB. No need to delete breakpoints after the test.
18710 (top level): Use foreach to call the test procedures with
18711 different commands.
18712
a5b6e449
PA
187132014-10-28 Pedro Alves <palves@redhat.com>
18714
18715 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
18716 instead of GNATS numbers.
18717 * gdb.base/sigbpt.exp: Likewise.
18718 * gdb.base/siginfo.exp: Likewise.
18719 * gdb.base/sigstep.exp: Likewise.
18720
e5f8a7cc
PA
187212014-10-27 Pedro Alves <palves@redhat.com>
18722
18723 * gdb.base/sigstep.c (dummy): New global.
18724 (main): Issue a couple writes to the new global.
18725 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
18726 procedures.
18727 (skip_over_handler): Use test_skip_handler.
18728 (top level): Call skip_over_handler for stepi and nexti too.
18729 (breakpoint_over_handler): Use test_skip_handler.
18730 (top level): Call breakpoint_over_handler for stepi and nexti too.
18731
763905a3
YQ
187322014-10-27 Yao Qi <yao@codesourcery.com>
18733
18734 * gdb.trace/tfile.c (adjust_function_address)
18735 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
18736 function descriptor.
18737
6f259a23
DB
187382014-10-24 Don Breazeal <donb@codesourcery.com>
18739
18740 * gdb.base/foll-fork.exp (test_follow_fork,
18741 catch_fork_child_follow): Check for updated fork messages emitted
18742 from infrun.c.
18743 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
18744 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
18745 vfork_and_exec_child_follow_through_step): Check for updated vfork
18746 messages emitted from infrun.c.
18747
09dd9a69
PA
187482014-10-24 Pedro Alves <palves@redhat.com>
18749
18750 * gdb.base/corefile.exp: Remove references to ultrix.
18751 * gdb.base/interrupt.exp: Likewise.
18752 * gdb.base/whatis.exp: Likewise.
18753 * gdb.gdb/selftest.exp: Likewise.
18754 * gdb.threads/manythreads.exp: Likewise.
18755 * gdb.threads/print-threads.exp: Likewise.
18756 * gdb.threads/pthreads.exp:: Likewise.
18757 * gdb.threads/schedlock.exp: Likewise.
18758
3433cfa5
SC
187592014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18760
18761 * gdb.cp/non-trivial-retval.cc: Add a test case.
18762 * gdb.cp/non-trivial-retval.exp: Add a test.
18763
092f880b
YQ
187642014-10-20 Yao Qi <yao@codesourcery.com>
18765
18766 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18767 * gdb.python/py-objfile-script-gdb.py: New file.
18768 * gdb.python/py-objfile-script.exp: Update reference to
18769 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18770 of remote_download. Remove the dest file.
18771
acbdb7f3
YQ
187722014-10-20 Yao Qi <yao@codesourcery.com>
18773
18774 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18775 * gdb.base/step-line.exp: Likewise.
18776 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18777 * gdb.dwarf2/dw2-basic.exp: Likewise.
18778 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18779 * gdb.dwarf2/dw2-filename.exp: Likewise.
18780 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18781 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18782 * gdb.dwarf2/dw2-producer.exp: Likewise.
18783 * gdb.dwarf2/mac-fileno.exp: Likewise.
18784 * gdb.python/py-frame-args.exp: Likewise.
18785 * gdb.python/py-framefilter.exp: Likewise.
18786 * gdb.python/py-mi.exp: Likewise.
18787 * gdb.python/py-objfile-script.exp: Likewise
18788 * gdb.python/py-pp-integral.exp: Likewise.
18789 * gdb.python/py-pp-re-notag.exp: Likewise.
18790 * gdb.python/py-prettyprint.exp: Likewise.
18791 * gdb.python/py-section-script.exp: Likewise.
18792 * gdb.python/py-typeprint.exp: Likewise.
18793 * gdb.python/py-xmethods.exp: Likewise.
18794 * gdb.stabs/weird.exp: Likewise.
18795 * gdb.xml/tdesc-regs.exp: Likewise.
18796
bd286a29
KCY
187972014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18798
18799 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18800 (out_cu): Use addr_len for the size of addresses.
18801 (out_line): Likewise. Size DW_LNE_set_address instruction
18802 according to addr_len.
18803 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18804 (FUNC): Add START_INSNS to definition.
18805
673dc4a0
YQ
188062014-10-18 Yao Qi <yao@codesourcery.com>
18807
18808 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18809 gdb_has_argv0 return true.
18810 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18811 check [target_info exists noargs], check [gdb_has_argv0]
18812 instead.
18813 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18814 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18815 procedures.
18816
4ffbba72
DE
188172014-10-17 Doug Evans <dje@google.com>
18818
18819 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18820 event.
18821 * gdb.python/py-events.py: Add clear_objfiles event.
18822
d096d8c1
DE
188232014-10-17 Doug Evans <dje@google.com>
18824
18825 * gdb.python/py-objfile.exp: Test progspace attribute.
18826
a80db015
LM
188272014-10-17 Luis Machado <lgustavo@codesourcery.com>
18828
18829 * gdb.guile/scm-breakpoint.exp: Do not assume any
18830 directory separators when matching source file paths.
18831 * gdb.python/py-breakpoint.exp: Likewise.
18832 * gdb.reverse/break-precsave.exp: Likewise.
18833 * gdb.reverse/break-reverse.exp: Likewise.
18834 * gdb.reverse/consecutive-precsave.exp: Likewise.
18835 * gdb.reverse/finish-precsave.exp: Likewise.
18836 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18837 * gdb.reverse/finish-reverse.exp: Likewise.
18838 * gdb.reverse/i386-precsave.exp: Likewise.
18839 * gdb.reverse/i387-env-reverse.exp: Likewise.
18840 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18841 * gdb.reverse/machinestate-precsave.exp: Likewise.
18842 * gdb.reverse/machinestate.exp: Likewise.
18843 * gdb.reverse/sigall-precsave.exp: Likewise.
18844 * gdb.reverse/solib-precsave.exp: Likewise.
18845 * gdb.reverse/step-precsave.exp: Likewise.
18846 * gdb.reverse/until-precsave.exp: Likewise.
18847 * gdb.reverse/watch-precsave.exp: Likewise.
18848 * gdb.reverse/watch-reverse.exp: Likewise.
18849
b22089ab
YQ
188502014-10-17 Yao Qi <yao@codesourcery.com>
18851
18852 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18853 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18854
6c4486e6
PA
188552014-10-17 Pedro Alves <palves@redhat.com>
18856
18857 PR gdb/17471
18858 * gdb.base/bg-execution-repeat.c: New file.
18859 * gdb.base/bg-execution-repeat.exp: New file.
18860
0ff33695
PA
188612014-10-17 Pedro Alves <palves@redhat.com>
18862
18863 PR gdb/17300
18864 * gdb.base/continue-all-already-running.c: New file.
18865 * gdb.base/continue-all-already-running.exp: New file.
18866
6fdebc3d
PA
188672014-10-17 Pedro Alves <palves@redhat.com>
18868
18869 PR gdb/17472
18870 * gdb.base/annota-input-while-running.c: New file.
18871 * gdb.base/annota-input-while-running.exp: New file.
18872
32a8097b
PA
188732014-10-17 Pedro Alves <palves@redhat.com>
18874
18875 * gdb.base/callfuncs.exp: emove references to osf.
18876 * gdb.base/sigall.exp: Likewise.
18877 * gdb.gdb/selftest.exp: Likewise.
18878 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18879 * gdb.mi/non-stop.c: Likewise.
18880 * gdb.mi/pthreads.c: Likewise.
18881 * gdb.reverse/sigall-precsave.exp: Likewise.
18882 * gdb.reverse/sigall-reverse.exp: Likewise.
18883 * gdb.threads/pthreads.c: Likewise.
18884 * gdb.threads/pthreads.exp: Likewise.
18885
7a3517ff
YQ
188862014-10-17 Yao Qi <yao@codesourcery.com>
18887
18888 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18889 check 'target_info exists noargs'.
18890 (test_command_prompt_position): Likewise.
18891 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18892 Remove "set args".
18893 (progvar_simple_while_test): Likewise.
18894 (progvar_complex_if_while_test): Likewise.
18895 (if_while_breakpoint_command_test): Likewise.
18896 (infrun_breakpoint_command_test): Likewise.
18897 (breakpoint_command_test): Likewise.
18898 (watchpoint_command_test): Likewise.
18899 (bp_deleted_in_command_test): Likewise.
18900 (temporary_breakpoint_commands): Likewise.
18901
bb99c472
YQ
189022014-10-16 Yao Qi <yao@codesourcery.com>
18903
18904 * gdb.base/remotetimeout.exp: Remove noargs checking.
18905
7c16b83e
PA
189062014-10-15 Pedro Alves <palves@redhat.com>
18907
18908 PR breakpoints/9649
18909 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18910 * gdb.base/breakpoint-in-ro-region.exp
18911 (probe_target_hardware_step): New procedure.
18912 (top level): Probe hardware stepping and hardware breakpoint
18913 support. Test stepping through a read-only region, with both
18914 "breakpoint auto-hw" on and off and both "always-inserted" on and
18915 off.
18916
35a49624
IB
189172014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18918
18919 * gdb.dlang/demangle.exp: Update for demangling changes.
18920
2d1c107c
SC
189212014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18922
18923 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18924 * gdb.cp/non-trivial-retval.exp: Add new tests.
18925
778811d5
SC
189262014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18927
18928 PR c++/13403
18929 PR c++/15154
18930 * gdb.cp/non-trivial-retval.cc: New file.
18931 * gdb.cp/non-trivial-retval.exp: New file.
18932
10c5f0a8
YQ
189332014-10-15 Yao Qi <yao@codesourcery.com>
18934
18935 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18936 remote host.
18937
65d7b369
YQ
189382014-10-15 Yao Qi <yao@codesourcery.com>
18939
18940 * gdb.python/py-symbol.exp: Match file base name if host is
18941 remote, otherwise match file name with dir name.
18942 * gdb.python/py-symtab.exp: Likewise.
18943 * gdb.python/python.exp: Likewise.
18944
46dc1394
YQ
189452014-10-15 Yao Qi <yao@codesourcery.com>
18946
18947 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18948 pattern.
18949 * gdb.python/py-symtab.exp: Likewise.
18950 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18951 locationn.
18952
c40cc657
JB
189532014-10-14 Joel Brobecker <brobecker@adacore.com>
18954
18955 * gdb.ada/addr_arith: New testcase.
18956
2abf49e1
MR
189572014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18958
18959 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18960 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18961 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18962 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18963
f7088df3
SDJ
189642014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18965
18966 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18967 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18968 * gdb.arch/stap-eval-lang-ada.exp: New file.
18969
4dc06805
YQ
189702014-10-14 Yao Qi <yao@codesourcery.com>
18971
18972 * gdb.mi/mi-var-child.c (nothing1): New function.
18973 (nothing2): New function.
18974 (do_children_tests): Set function pointers by nothing1 and
18975 nothing2.
18976 * gdb.mi/mi-var-child.exp: Step over new added statements.
18977 Update test to match the new output.
18978 * gdb.mi/var-cmd.c (nothing1): New function.
18979 (nothing2): New function.
18980 (do_children_tests): Set function pointers by nothing1 and
18981 nothing2.
18982 * gdb.mi/mi-var-display.exp: Update test to match output.
18983 Step to the line specified by $line_dct_nothing.
18984 Increase the number of lines to step.
18985
46a93de2
YQ
189862014-10-14 Yao Qi <yao@codesourcery.com>
18987
18988 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18989 tests.
18990 * gdb.mi/mi2-var-child.exp: Likewise.
18991
14ea52ee
DE
189922014-10-13 Doug Evans <dje@google.com>
18993
18994 * gdb.python/py-objfile.exp: Change name of file name test.
18995
e5c6e92b
DE
189962014-10-13 Doug Evans <dje@google.com>
18997
18998 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18999 from the start of the CU.
19000
c780cc2f
JK
190012014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19002 Yao Qi <yao@codesourcery.com>
19003
19004 Fix "save breakpoints" for "catch" command.
19005 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
19006 Remove -nonewline. Match also the added "main" line.
19007
99894e11
JK
190082014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19009
19010 Fix "save breakpoints" for "disable $bpnum" command.
19011 * gdb.base/save-bp.c (main): Add label.
19012 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
19013
6e1ac5a3
JK
190142014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19015
19016 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
19017
754dd2b0
YQ
190182014-10-11 Yao Qi <yao@codesourcery.com>
19019
19020 * gdb.server/server-kill.exp: Execute command
19021 "set remote trace-status-packet on" before "tstatus".
19022
f90183d7
YQ
190232014-10-11 Yao Qi <yao@codesourcery.com>
19024
19025 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
19026 (main): Call getppid.
19027 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
19028 and continue to it. Read variable "server_pid".
19029
bf40a607
YQ
190302014-10-11 Yao Qi <yao@codesourcery.com>
19031
19032 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
19033
052ca370
YQ
190342014-10-11 Yao Qi <yao@codesourcery.com>
19035
19036 * gdb.threads/thread-find.exp: Don't execute command
19037 "info threads".
19038 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
19039 * gdb.threads/linux-dp.exp: Don't check the condition
19040 $threads_created equals to zero.
19041
3831839c
PA
190422014-10-10 Pedro Alves <palves@redhat.com>
19043
19044 * gdb.base/bigcore.exp: Remove references to IRIX.
19045 * gdb.base/funcargs.exp: Likewise.
19046 * gdb.base/interrupt.exp: Likewise.
19047 * gdb.base/mips_pro.exp: Likewise.
19048 * gdb.base/nodebug.exp: Likewise.
19049 * gdb.base/setvar.exp: Likewise.
19050 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
19051
8b9a549d
PA
190522014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19053 Pedro Alves <palves@redhat.com>
19054
19055 PR symtab/14466
19056 * gdb.base/vdso-warning.c: New file.
19057 * gdb.base/vdso-warning.exp: New file.
19058
d48ba5e8
DE
190592014-10-02 Doug Evans <dje@google.com>
19060
19061 * gdb.base/structs.c (main): Don't run forever.
19062
2278c276
PA
190632014-10-02 Pedro Alves <palves@redhat.com>
19064
19065 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
19066 (top level) <stop threads 1, stop threads 2>: Use it.
19067
b57bacec
PA
190682014-10-02 Pedro Alves <palves@redhat.com>
19069
19070 * gdb.threads/break-while-running.exp (test): Add new
19071 'update_thread_list' argument. Skip "info threads" if false.
19072 (top level): Add new 'update_thread_list' axis.
19073
13fd3ff3
PA
190742014-10-02 Pedro Alves <palves@redhat.com>
19075
19076 PR breakpoints/17431
19077 * gdb.base/execl-update-breakpoints.c: New file.
19078 * gdb.base/execl-update-breakpoints.exp: New file.
19079
0fec99e8
PA
190802014-10-01 Pedro Alves <palves@redhat.com>
19081
19082 * gdb.base/breakpoint-in-ro-region.c: New file.
19083 * gdb.base/breakpoint-in-ro-region.exp: New file.
19084
2ddf4301
SM
190852014-10-01 Simon Marchi <simon.marchi@ericsson.com>
19086
19087 * gdb.mi/mi-exit-code.exp: New file.
19088 * gdb.mi/mi-exit-code.c: New file.
19089
6a5f3f43
YQ
190902014-09-30 Yao Qi <yao@codesourcery.com>
19091
19092 * lib/prelink-support.exp (build_executable_own_libs): Error if
19093 the target isn't native.
19094
345bcc73
YQ
190952014-09-30 Yao Qi <yao@codesourcery.com>
19096
19097 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
19098 false.
19099
a25a5a45
PA
191002014-09-22 Pedro Alves <palves@redhat.com>
19101
19102 * gdb.threads/break-while-running.exp: New file.
19103 * gdb.threads/break-while-running.c: New file.
19104
00ba3162
YQ
191052014-09-19 Yao Qi <yao@codesourcery.com>
19106
19107 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
19108 Invoke test. Restart GDB with --readnow and invoke test again.
19109
c3b7b696
YQ
191102014-09-19 Yao Qi <yao@codesourcery.com>
19111
19112 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
19113 proc set_breakpoint_on_gcd_function. Invoke
19114 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
19115 invoke set_breakpoint_on_gcd_function again.
19116
2b4fd423
DE
191172014-09-18 Doug Evans <dje@google.com>
19118
19119 * gdb.dwarf2/symtab-producer.exp: New file.
19120
a5947601
SDJ
191212014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19122
19123 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
19124 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
19125 * gdb.base/global-var-nested-by-dso.c: Likewise.
19126 * gdb.base/global-var-nested-by-dso.exp: Likewise.
19127
91c19059
SDJ
191282014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19129 Pedro Alves <palves@redhat.com>
19130
19131 * gdb.base/watch-bitfields.exp: Pass string other than test file
19132 name to prepare_for_testing.
19133 (watch): New procedure.
19134 (expect_watchpoint): Use with_test_prefix.
19135 (top level): Factor out tests to ...
19136 (test_watch_location, test_regular_watch): ... these new
19137 procedures, and use with_test_prefix and gdb_continue_to_end.
19138
bb9d5f81
PP
191392014-09-16 Patrick Palka <patrick@parcs.ath.cx>
19140
19141 PR breakpoints/12526
19142 * gdb.base/watch-bitfields.exp: New file.
19143 * gdb.base/watch-bitfields.c: New file.
19144
635856f5
PA
191452014-09-16 Pedro Alves <palves@redhat.com>
19146
19147 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
19148 software and hardware addresses, not software address against
19149 itself.
19150
7280ceea
PA
191512014-09-16 Pedro Alves <palves@redhat.com>
19152
19153 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
19154 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
19155
428b16bd
PA
191562014-09-16 Pedro Alves <palves@redhat.com>
19157
19158 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
19159 files.
19160 * gdb.base/a2-run.exp: Remove all code guarded by istarget
19161 "*-*-vxworks*" throughout.
19162 * gdb.base/break.exp: Likewise.
19163 * gdb.base/default.exp: Likewise.
19164 * gdb.base/scope.exp: Likewise.
19165 * gdb.base/sepdebug.exp: Likewise.
19166 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
19167 throughout.
19168 * gdb.base/run.c: Likewise.
19169 * gdb.base/sepdebug.c: Likewise.
19170 * gdb.hp/gdb.aCC/run.c: Likewise.
19171 * gdb.reverse/until-reverse.c: Likewise.
19172 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
19173
666d413c
YQ
191742014-09-16 Yao Qi <yao@codesourcery.com>
19175
19176 * boards/local-remote-host-native.exp: New file.
19177
57cbd724
DE
191782014-09-14 Doug Evans <xdje42@gmail.com>
19179
19180 * gdb.threads/queue-signal.c (thread_count): New variable.
19181 (thread_count_mutex, thread_count_condvar): New variables.
19182 (incr_thread_count, wait_all_threads_running): New functions.
19183 (main): Wait for all threads to be in their thread functions.
19184
81219e53
DE
191852014-09-13 Doug Evans <xdje42@gmail.com>
19186
19187 * gdb.threads/queue-signal.c: New file.
19188 * gdb.threads/queue-signal.exp: New file.
19189
3714cea7
DE
191902014-09-13 Doug Evans <xdje42@gmail.com>
19191
19192 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
19193 be consistent with what default_gdb_init uses.
19194 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
19195 the plain text of the prompt. Add some logging printfs.
19196 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
19197
fa43b1d7
PA
191982014-09-12 Pedro Alves <palves@redhat.com>
19199
19200 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
19201 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
19202 * gdb.arch/i386-size-overlap.exp: Likewise.
19203 * gdb.arch/i386-size.exp: Likewise.
19204 * gdb.arch/i386-unwind.exp: Likewise.
19205 * gdb.base/a2-run.exp: Likewise.
19206 * gdb.base/break.exp: Likewise.
19207 * gdb.base/charset.exp: Likewise.
19208 * gdb.base/chng-syms.exp: Likewise.
19209 * gdb.base/commands.exp: Likewise.
19210 * gdb.base/dbx.exp: Likewise.
19211 * gdb.base/find.exp: Likewise.
19212 * gdb.base/funcargs.exp: Likewise.
19213 * gdb.base/jit-simple.exp: Likewise.
19214 * gdb.base/reread.exp: Likewise.
19215 * gdb.base/sepdebug.exp: Likewise.
19216 * gdb.base/step-bt.exp: Likewise.
19217 * gdb.cp/mb-inline.exp: Likewise.
19218 * gdb.cp/mb-templates.exp: Likewise.
19219 * gdb.objc/basicclass.exp: Likewise.
19220 * gdb.threads/killed.exp: Likewise.
19221
9d9bf2df
EBM
192222014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19223
19224 PR tdep/17379
19225 * gdb.arch/powerpc-stackless.S: New file.
19226 * gdb.arch/powerpc-stackless.exp: New file.
19227
1cf2f1b0
JK
192282014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19229
19230 * gdb.base/attach.c: Include unistd.h.
19231 (main): Call alarm. Add label postloop.
19232 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19233 gdb_breakpoint, gdb_continue_to_breakpoint.
19234 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19235
98880d46
PA
192362014-09-11 Pedro Alves <palves@redhat.com>
19237
19238 PR gdb/17347
19239 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19240 * gdb.base/attach.exp (test_command_line_attach_run): New
19241 procedure.
19242 (top level): Call it.
19243
4c92ff2c
PA
192442014-09-11 Pedro Alves <palves@redhat.com>
19245
19246 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19247 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19248 (do_command_attach_tests): Use spawn_wait_for_attach.
19249 * gdb.base/solib-overlap.exp: Likewise.
19250 * gdb.multi/multi-attach.exp: Likewise.
19251 * gdb.python/py-prompt.exp: Likewise.
19252 * gdb.python/py-sync-interp.exp: Likewise.
19253 * gdb.server/ext-attach.exp: Likewise.
19254
3adc1a7d
GKB
192552014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19256
19257 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19258 command in testcase. Simplify testcase.
19259
96334934
JB
192602014-09-10 Joel Brobecker <brobecker@adacore.com>
19261
19262 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19263
eb479039
JB
192642014-09-10 Joel Brobecker <brobecker@adacore.com>
19265
19266 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19267
deede10c
JB
192682014-09-10 Joel Brobecker <brobecker@adacore.com>
19269
19270 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19271
7828a5f5
JB
192722014-09-10 Joel Brobecker <brobecker@adacore.com>
19273
19274 * gdb.dwarf2/dynarr-ptr.c: New file.
19275 * gdb.dwarf2/dynarr-ptr.exp: New file.
19276
33aeebcf
MR
192772014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19278
19279 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19280 of 30 rather than hardcoding 120 for a slow test case. Take the
19281 `gdb,timeout' target setting into account for this calculation.
19282 Don't extend the timeout for the test cases that don't need it.
19283
7b415901
MR
192842014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19285
19286 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19287 a factor of 2 for a slow test case. Take the `gdb,timeout'
19288 target setting into account for this calculation.
19289 * gdb.reverse/until-precsave.exp: Increase the timeout by
19290 a factor of 15 and 3 respectively rather than adding 120
19291 for a pair of slow test cases. Take the `gdb,timeout'
19292 target setting into account for this calculation.
19293
4a40f85a
MR
192942014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19295
19296 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19297 timeout, don't pass one down to gdb_expect.
19298 (gdb_expect): Rework timeout selection.
19299
09635af7
MR
193002014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19301
19302 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19303 exception on timeout.
19304 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19305 (gdbserver_start_extended): Catch any `gdbserver_start' error
19306 exceptions.
19307 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19308 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19309 `gdbserver_gdb_load' error exceptions.
19310
2bdd10b7
MR
193112014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19312
19313 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19314 120 on waiting for the TCP socket to open.
19315
316935f0
DE
193162014-09-09 Doug Evans <xdje42@gmail.com>
19317
19318 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19319 _caller_matches, _any_caller_is, _any_caller_matches.
19320
83740597
DE
193212014-09-09 Doug Evans <xdje42@gmail.com>
19322
19323 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19324
4c122fc3
YQ
193252014-09-09 Yao Qi <yao@codesourcery.com>
19326
19327 * gdb.mi/mi-var-display.exp: Set print symbol off.
19328
a9f116cb
GKB
193292014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19330
19331 PR gdb/17035
19332 * gdb.base/commands.exp: Add tests to verify user-defined
19333 commands with empty bodies.
19334 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19335 python commands in `show user command`.
19336 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19337 scheme commands in `show user command`.
19338
c75bd3a2
JK
193392014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19340
19341 PR python/17355
19342 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19343 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19344 * gdb.python/py-framefilter-invalidarg.exp: New file.
19345 * gdb.python/py-framefilter-invalidarg.py: New file.
19346
faa42425
DE
193472014-09-06 Doug Evans <xdje42@gmail.com>
19348
19349 PR 15276
19350 * gdb.python/py-caller-is.c: New file.
19351 * gdb.python/py-caller-is.exp: New file.
19352
474ca4f6
SDJ
193532014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19354
19355 PR gdb/17235
19356 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19357 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19358
eb0b0463
SDJ
193592014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19360
19361 PR fortran/17237
19362 * gdb.fortran/print-formatted.exp: New file.
19363 * gdb.fortran/print-formatted.f90: Likewise.
19364
5f3b99cf
SS
193652014-09-03 Sasha Smundak <asmundak@google.com>
19366
19367 * gdb.python/py-frame.exp: Test Frame.read_register.
19368
7d793aa9
SDJ
193692014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19370
19371 PR python/16699
19372 * gdb.python/py-completion.exp: New file.
19373 * gdb.python/py-completion.py: Likewise.
19374
fb0576e9
DE
193752014-08-28 Doug Evans <dje@google.com>
19376
19377 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19378 eax,etc. are live with values set by gdb and thus the compiler can't
19379 use them.
19380 * gdb.arch/i386-pseudo.c (main): Ditto.
19381
ee92b0dd
DE
193822014-08-27 Doug Evans <dje@google.com>
19383
19384 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19385
6649db35
DE
193862014-08-25 Doug Evans <dje@google.com>
19387
19388 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19389 (main): Ditto.
19390
564b7600
DE
193912014-08-25 Doug Evans <dje@google.com>
19392
19393 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19394
3881fb67
YQ
193952014-08-24 Yao Qi <yao@codesourcery.com>
19396
19397 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19398 symbol off.
19399 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19400
a05a36a5
DE
194012014-08-22 Doug Evans <dje@google.com>
19402
19403 PR 17276
19404 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19405 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19406 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19407
7c343b48
YQ
194082014-08-22 Yao Qi <yao@codesourcery.com>
19409
19410 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19411 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19412 * gdb.python/python.exp: Likewise. Use .py file on the host
19413 instead of the build.
19414
22fd09ae
JK
194152014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19416
19417 * gdb.threads/gcore-stale-thread.c: New file.
19418 * gdb.threads/gcore-stale-thread.exp: New file.
19419
a8454a7c
PA
194202014-08-21 Pedro Alves <palves@redhat.com>
19421
19422 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19423 * gdb.base/gcore-relro-pie.exp: Likewise.
19424 * gdb.base/gcore-relro.exp: Likewise.
19425 * gdb.base/gcore.exp: Likewise.
19426 * gdb.base/print-symbol-loading.exp: Likewise.
19427 * gdb.threads/gcore-thread.exp: Likewise.
19428 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19429
2a31c623
PA
194302014-08-20 Pedro Alves <palves@redhat.com>
19431 Jan Kratochvil <jan.kratochvil@redhat.com>
19432
19433 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19434 configure.
19435 (EXPECT): Handle READ1 being set.
19436 (all): Depend on EXTRA_RULES.
19437 (check-read1, expect-read1, read1.so, read1): New rules.
19438 * README (Testsuite Parameters): Document the READ1 make variable.
19439 (Race detection): New section.
19440 * configure: Regenerate.
19441 * configure.ac: If build==host==target, and running under a
19442 GNU/glibc system, add read1 to the extra Makefile rules.
19443 (EXTRA_RULES): AC_SUBST it.
19444 * lib/read1.c: New file.
19445
d36430db
JB
194462014-08-20 Joel Brobecker <brobecker@adacore.com>
19447
19448 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19449 the handling of variables declared as a typedef to an array
19450 which a DW_AT_data_location attribute.
19451
9a0dc9e3
PA
194522014-08-19 Andrew Burgess <aburgess@broadcom.com>
19453 Pedro Alves <palves@redhat.com>
19454
19455 PR symtab/14604
19456 PR symtab/14605
19457 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19458 gdb_test.
19459
0718a8da
PA
194602014-08-19 Pedro Alves <palves@redhat.com>
19461
19462 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19463
13b448cd
YQ
194642014-08-19 Yao Qi <yao@codesourcery.com>
19465
19466 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19467 right line.
19468
1cbf5077
DB
194692014-08-18 David Blaikie <dblaikie@gmail.com>
19470
19471 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19472
bf0fae19
JB
194732014-08-18 Joel Brobecker <brobecker@adacore.com>
19474
19475 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19476 attribute in array range.
19477
3c8c5dcc
JB
194782014-08-18 Joel Brobecker <brobecker@adacore.com>
19479
19480 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19481
e66d4446
SC
194822014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19483
19484 PR c++/17132
19485 * gdb.cp/pr17132.cc: New file.
19486 * gdb.cp/pr17132.exp: New file.
19487
940df408
SC
194882014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19489
19490 * gdb.python/py-xmethods.py (A_getarrayind)
19491 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19492 Use 'print' with function call syntax.
19493 (E_method_matcher.match): Fix tab vs space indentation mixup.
19494
ebcc6c3a
YQ
194952014-08-15 Yao Qi <yao@codesourcery.com>
19496
19497 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19498 false.
19499
775e0f04
YQ
195002014-08-15 Yao Qi <yao@codesourcery.com>
19501
19502 * gdb.cp/casts.exp: Set print symbol off.
19503 * gdb.cp/class2.exp: Likewise.
19504 * gdb.cp/overload.exp: Likewise.
19505 * gdb.cp/templates.exp: Likewise.
19506
d769e349
DE
195072014-08-11 Doug Evans <dje@google.com>
19508
19509 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19510 (test_load_shlib): Update.
19511
20c6f1e1
YQ
195122014-08-09 Yao Qi <yao@codesourcery.com>
19513
19514 * gdb.base/display.exp: Invoke is_address_zero_readable.
19515 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19516 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19517 * gdb.base/hbreak-unmapped.exp: Return if
19518 is_address_zero_readable returns true.
19519 * gdb.base/signest.exp: Likewise.
19520 * gdb.base/signull.exp: Likewise.
19521 * gdb.base/sigbpt.exp: Likewise.
19522 * gdb.guile/scm-disasm.exp: Do the test if
19523 is_address_zero_readable returns false.
19524 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19525 * gdb.python/py-arch.exp: Likewise.
19526 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19527 * lib/gdb.exp (is_address_zero_readable): New proc.
19528
5792e8e3
YQ
195292014-08-09 Yao Qi <yao@codesourcery.com>
19530
19531 PR testsuite/13443
19532 * gdb.mi/mi-var-display.exp: Make test messages unique.
19533
3cecbbbe
TT
195342014-08-04 Tom Tromey <tromey@redhat.com>
19535
19536 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19537 target 0".
19538
00b51ff5
TT
195392014-08-04 Tom Tromey <tromey@redhat.com>
19540
19541 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19542 "target_resume".
19543
6908c509
JB
195442014-08-01 Joel Brobecker <brobecker@adacore.com>
19545
19546 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19547 inner_vla_struct_object_size.
19548 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19549 as xfail.
19550
cc6563d2
PA
195512014-07-30 Pedro Alves <palves@redhat.com>
19552
19553 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19554 comment.
19555
7e09a223
YQ
195562014-07-29 Yao Qi <yao@codesourcery.com>
19557
19558 PR gdb/17206
19559 * gdb.base/until-nodebug.exp: New.
19560
7ebdbe92
DE
195612014-07-28 Doug Evans <xdje42@gmail.com>
19562
19563 PR guile/17203
19564 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19565 previously existing parameter, and previously ambiguously spelled
19566 parameter.
19567
fdb1adc6
WN
195682014-07-28 Will Newton <will.newton@linaro.org>
19569
19570 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19571
186fcde0
DE
195722014-07-26 Ludovic Courtès <ludo@gnu.org>
19573 Doug Evans <xdje42@gmail.com>
19574
19575 PR guile/17146
19576 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
19577
70509625
PA
195782014-07-25 Pedro Alves <palves@redhat.com>
19579
19580 * gdb.threads/signal-command-handle-nopass.c: New file.
19581 * gdb.threads/signal-command-handle-nopass.exp: New file.
19582 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
19583 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
19584 * gdb.threads/signal-delivered-right-thread.c: New file.
19585 * gdb.threads/signal-delivered-right-thread.exp: New file.
19586
c3f814a1
PA
195872014-07-25 Pedro Alves <palves@redhat.com>
19588
19589 * gdb.base/double-prompt-target-event-error.exp
19590 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
19591 match.
19592 (cancel_pagination_in_target_event): Rework double prompt
19593 detection.
19594 * gdb.base/paginate-after-ctrl-c-running.exp
19595 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
19596 <return>' match.
19597 * gdb.base/paginate-bg-execution.exp
19598 (test_bg_execution_pagination_return)
19599 (test_bg_execution_pagination_cancel): Remove '-notransfer
19600 <return>' matches.
19601 * gdb.base/paginate-execution-startup.exp
19602 (test_fg_execution_pagination_return)
19603 (test_fg_execution_pagination_cancel): Remove '-notransfer
19604 <return>' matches.
19605 * gdb.base/paginate-inferior-exit.exp
19606 (test_paginate_inferior_exited): Remove '-notransfer <return>'
19607 match.
19608 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
19609 * lib/gdb.exp (pagination_prompt): Run text through
19610 string_to_regexp.
19611 (gdb_test_multiple): Match $pagination_prompt instead of
19612 "<return>".
19613 (string_to_regexp): Move to lib/gdb-utils.exp.
19614
e214cf6c
JK
196152014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19616
19617 * gdb.arch/amd64-entry-value-paramref.S: New file.
19618 * gdb.arch/amd64-entry-value-paramref.cc: New file.
19619 * gdb.arch/amd64-entry-value-paramref.exp: New file.
19620 * gdb.arch/amd64-optimout-repeat.S: New file.
19621 * gdb.arch/amd64-optimout-repeat.c: New file.
19622 * gdb.arch/amd64-optimout-repeat.exp: New file.
19623
17d0c5c8
JK
196242014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19625
19626 PR gdb/17170
19627 * gdb.base/statistics.exp: New file.
19628
b8b8facf
DE
196292014-07-17 Doug Evans <dje@google.com>
19630
74b49205 19631 PR gdb/17170
b8b8facf
DE
19632 * gdb.base/maint.exp: Update testing of per-command stats.
19633
1b5d0ab3
PA
196342014-07-16 Pedro Alves <palves@redhat.com>
19635
19636 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
19637 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
19638 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
19639 (tfile_write_buf): New functions.
19640 (add_memory_block): Rewrite using the above.
19641 (adjust_function_address): New function.
19642 (FUNCTION_ADDRESS): New macro.
19643 (write_basic_trace_file): Remove short_x local, and use
19644 tfile_write_16. Change type of func_addr local to unsigned long
19645 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
19646 here. Cast argument of add_memory_block to char pointer.
19647 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
19648 (main): Remove parameters.
19649 * gdb.trace/tfile.exp: Remove nowarnings.
19650
4d974e88
SM
196512014-07-15 Simon Marchi <simon.marchi@ericsson.com>
19652
19653 * gdb.base/debug-expr.exp: Test string evaluation with
19654 "debug expression" on.
19655
41e99568
PA
196562014-07-15 Pedro Alves <palves@redhat.com>
19657
19658 * gdb.base/reread.exp: Use clean_restart.
19659
487d9753
PL
196602014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
19661
19662 * gdb.arch/avr-flash-qualifer.c: New.
19663 * gdb.arch/avr-flash-qualifer.exp: New.
19664
cc1c52ad
PA
196652014-07-14 Pedro Alves <palves@redhat.com>
19666
19667 * gdb.base/paginate-after-ctrl-c-running.c: New file.
19668 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
19669
1e973570
PA
196702014-07-14 Pedro Alves <palves@redhat.com>
19671
19672 * gdb.base/double-prompt-target-event-error.c: New file.
19673 * gdb.base/double-prompt-target-event-error.exp: New file.
19674
93d6eb10
PA
196752014-07-14 Pedro Alves <palves@redhat.com>
19676
19677 PR gdb/17072
19678 * gdb.base/paginate-inferior-exit.c: New file.
19679 * gdb.base/paginate-inferior-exit.exp: New file.
19680
0017922d
PA
196812014-07-14 Pedro Alves <palves@redhat.com>
19682
19683 PR gdb/17072
19684 * gdb.base/paginate-bg-execution.c: New file.
19685 * gdb.base/paginate-bg-execution.exp: New file.
19686
94696ad3
PA
196872014-07-14 Pedro Alves <palves@redhat.com>
19688
19689 PR gdb/17072
19690 * gdb.base/paginate-execution-startup.c: New file.
19691 * gdb.base/paginate-execution-startup.exp: New file.
19692 * lib/gdb.exp (pagination_prompt): New global.
19693 (default_gdb_spawn): New procedure, factored out from
19694 default_gdb_spawn.
19695 (default_gdb_start): Adjust to call default_gdb_spawn.
19696 (gdb_spawn): New procedure.
19697
bd293940
PA
196982014-07-14 Pedro Alves <palves@redhat.com>
19699
19700 * lib/gdb.exp (gdb_assert): New procedure.
19701 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
19702
c933f875
PA
197032014-07-14 Pedro Alves <palves@redhat.com>
19704
19705 * gdb.base/execution-termios.c: New file.
19706 * gdb.base/execution-termios.exp: New file.
19707
d98b7a16
TT
197082014-07-14 Tom Tromey <tromey@redhat.com>
19709
19710 * gdb.cp/vla-cxx.cc: New file.
19711 * gdb.cp/vla-cxx.exp: New file.
19712
548740d6
TT
197132014-07-14 Tom Tromey <tromey@redhat.com>
19714
19715 * gdb.reverse/rerun-prec.c: New file.
19716 * gdb.reverse/rerun-prec.exp: New file.
19717
a25eb028
MR
197182014-07-12 Maciej W. Rozycki <macro@mips.com>
19719 Maciej W. Rozycki <macro@codesourcery.com>
19720
19721 * lib/gdb-utils.exp: New file.
19722 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
19723 inline `gdb_init_command' processing.
19724 (gdb_start_cmd): Likewise.
19725 * lib/mi-support.exp (mi_run_cmd): Likewise.
19726 * README: Document `gdb_init_command' and `gdb_init_commands'.
19727
218c2655
JK
197282014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19729
19730 Fix false FAIL running under a very long directory name.
19731 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
19732 and "set print elements 10000". Twice.
19733
5401fde3
YQ
197342014-07-11 Yao Qi <yao@codesourcery.com>
19735
19736 * gdb.base/exprs.exp: "set print symbol off".
19737
e76126e8
PA
197382014-07-11 Pedro Alves <palves@redhat.com>
19739
19740 * gdb.threads/kill.c: New file.
19741 * gdb.threads/kill.exp: New file.
19742
2d6f0de6
YQ
197432014-07-10 Yao Qi <yao@codesourcery.com>
19744
19745 * gdb.trace/tfile.c (write_basic_trace_file)
19746 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
19747 address written to trace file.
19748
7180e04a
PA
197492014-07-09 Pedro Alves <palves@redhat.com>
19750
19751 * gdb.base/attach-wait-input.exp: New file.
19752 * gdb.base/attach-wait-input.c: New file.
19753
9a9a7608
AB
197542014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
19755
19756 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
19757 setting up test structures.
19758 (main): Call new test function.
19759 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19760 test function, continue into test function and walk test
19761 structures.
19762
161ac41e
YQ
197632014-07-02 Yao Qi <yao@codesourcery.com>
19764
19765 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19766 'bar_start' at the beginning of functions 'foo' and 'bar'
19767 respectively.
19768 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19769 instead of 'foo' and 'bar'.
19770
1f267ae3
MM
197712014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19772
19773 * gdb.btrace/segv.exp: New.
19774 * gdb.btrace/segv.c: New.
19775
2b239efb
LM
197762014-07-02 Luis Machado <lgustavo@codesourcery.com>
19777
19778 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19779 instruction.
19780
cf363f18
MW
197812014-06-30 Mark Wielaard <mjw@redhat.com>
19782
19783 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19784 vulture, vilify, villar): New volatile array constants.
19785 (vindictive, vegetation): New const volatile array constants.
19786 * gdb.base/volatile.exp: Test volatile and const volatile array
19787 types.
19788
aebf9d24
AA
197892014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19790
19791 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19792 target lacks support for awatch, rwatch, or hbreak.
19793
b67a2c6f
YQ
197942014-06-27 Yao Qi <yao@codesourcery.com>
19795
19796 * gdb.multi/dummy-frame-restore.exp: New.
19797 * gdb.multi/dummy-frame-restore.c: New.
19798
aef92902
MM
197992014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19800
19801 * gdb.btrace/gcore.exp: New.
19802
8e9db26e
PA
198032014-06-23 Pedro Alves <palves@redhat.com>
19804
19805 * gdb.base/watchpoint-reuse-slot.c: New file.
19806 * gdb.base/watchpoint-reuse-slot.exp: New file.
19807
70afc5b7
SC
198082014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19809
19810 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19811 progspace's filename in 'info', 'enable' and 'disable' command
19812 tests.
19813
b972bd9c
JK
198142014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19815
19816 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19817 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19818 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19819
125f8a3d
GB
198202014-06-20 Gary Benson <gbenson@redhat.com>
19821
19822 * gdb.arch/i386-avx.exp: Fix include file location.
19823 * gdb.arch/i386-sse.exp: Likewise.
19824
3ed9baed
IB
198252014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19826
19827 * gdb.dlang/expression.exp: New file.
19828
034f788c
PA
198292014-06-19 Pedro Alves <palves@redhat.com>
19830
19831 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19832 out from ...
19833 (top level): ... here. Iterate running tests under different
19834 scheduler-locking settings.
19835
45371d0c
LM
198362014-06-18 Luis Machado <lgustavo@codesourcery.com>
19837
19838 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19839 to DW_FORM_addr and use non-zero addresses.
19840
5d376983
SC
198412014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19842
19843 PR gdb/17017
19844 * gdb.python/py-xmethods.cc: Add global function call counters and
19845 increment them in their respective functions. Remove "cout"
19846 statements.
19847 * gdb.python/py-xmethods.exp: Make tests check the global function
19848 call counters instead of depending on inferior IO.
19849
a1aa2221
LM
198502014-06-18 Don Breazeal <donb@codesourcery.com>
19851
19852 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19853 Deleted procedure.
19854 (explicit_fork_parent_follow): Deleted procedure.
19855 (explicit_fork_child_follow): Deleted procedure.
19856 (test_follow_fork): New procedure.
19857 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 19858 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
19859 procedure calls.
19860
0fc05997
YQ
198612014-06-17 Yao Qi <yao@codesourcery.com>
19862
19863 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19864 CP1252.
19865
70795c52
LM
198662014-06-17 Luis Machado <lgustavo@codesourcery.com>
19867
19868 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19869 Initialize ptr and S explicitly.
19870 (skip_type_update_when_not_use_rtti_test): Likewise.
19871
6be47f0c
KS
198722014-06-16 Keith Seitz <keiths@redhat.com>
19873
19874 PR mi/15863
19875 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19876 the inferior is started.
19877
d03de421
PA
198782014-06-16 Pedro Alves <palves@redhat.com>
19879
19880 * gdb.base/break-main-file-remove-fail.c: New file.
19881 * gdb.base/break-main-file-remove-fail.exp: New file.
19882 * gdb.base/break-unload-file.exp: Use build_executable instead of
19883 prepare_for_testing.
19884 (test_break): New parameter "initial_load". Handle it.
19885 (top level): Add initial_load cmdline/file axis.
19886
f9579b99
TT
198872014-06-12 Tom Tromey <tromey@redhat.com>
19888
19889 * gdb.base/completion.exp: Don't use directory name in test.
19890
3657956b
GB
198912014-06-09 Gary Benson <gbenson@redhat.com>
19892
19893 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19894 separate the always-available ANSI-standard signals from the
19895 signals that require checking.
19896 (main): Likewise.
19897 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19898 Likewise.
19899 (main): Likewise.
19900
4186eb54
KS
199012014-06-07 Keith Seitz <keiths@redhat.com>
19902
19903 Revert:
19904 PR c++/16253
19905 * gdb.cp/var-tag.cc: New file.
19906 * gdb.cp/var-tag.exp: New file.
19907 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19908 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19909 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19910 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19911
25326a28 199122014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
19913
19914 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19915
829155c9
PA
199162014-06-06 Pedro Alves <palves@redhat.com>
19917
19918 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19919 in target debug output instead of looking at RSP packets,
19920 disabling the test on any target that uses hardware stepping.
19921 Update comments.
19922
61c8d22e
PA
199232014-06-06 Pedro Alves <palves@redhat.com>
19924
19925 * gdb.base/break-unload-file.exp: Fix typo.
19926
d9a47287
YQ
199272014-06-06 Yao Qi <yao@codesourcery.com>
19928
19929 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19930 from "jit_function" to "^jit_function".
19931
e5e01dbf
YQ
199322014-06-06 Yao Qi <yao@codesourcery.com>
19933
19934 * gdb.base/async.c (foo): Add one statement.
19935 * gdb.base/async.exp: Get the next instruction address and
19936 match the output of "nexti" by instruction address. Match
19937 the hex address in the output of "finish".
19938
73ba372c
GB
199392014-06-06 Gary Benson <gbenson@redhat.com>
19940
19941 * gdb.base/call-signals.c: Remove preprocessor conditionals
19942 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19943 SIGSEGV and SIGTERM.
19944 * gdb.base/sigall.c: Likewise.
19945 * gdb.base/unwindonsignal.c: Likewise.
19946 * gdb.reverse/sigall-reverse.c: Likewise.
19947
831517df
YQ
199482014-06-06 Yao Qi <yao@codesourcery.com>
19949
19950 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19951 readable, skip the test.
19952
b8b91e98
YQ
199532014-06-06 Yao Qi <yao@codesourcery.com>
19954
19955 * gdb.threads/staticthreads.c (thread_function): Move the line
19956 setting breakpoint on forward.
19957 * gdb.threads/staticthreads.exp: Update comments.
19958
fb934770
LC
199592014-06-05 Ludovic Courtès <ludo@gnu.org>
19960
19961 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19962 "history-append! type error".
19963
6ef284bd
SM
199642014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19965
19966 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19967 erroneous dprintf expected input.
19968
a872e241
DE
199692014-06-04 Doug Evans <xdje42@gmail.com>
19970
19971 * gdb.guile/scm-generics.exp: Delete.
19972
16f691fb
DE
199732014-06-04 Doug Evans <xdje42@gmail.com>
19974
19975 * gdb.guile/scm-breakpoint.exp: Update.
19976 Add tests for breakpoint registration.
19977
012370f6
TT
199782014-06-04 Tom Tromey <tromey@redhat.com>
19979
19980 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19981 VLA-in-union.
19982 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19983 inner_vla_struct, vla_union types. Initialize objects of those
19984 types and compute their sizes.
19985
9f5a4cef
HZ
199862014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19987 Hui Zhu <hui@codesourcery.com>
19988
19989 * gdb.base/fileio.exp: Add test for shell not available as well as
19990 available.
19991 * gdb.base/fileio.c (test_system): Check for shell twice.
19992
90a45c4d
YQ
199932014-06-04 Yao Qi <yao@codesourcery.com>
19994
19995 * gdb.base/auto-connect-native-target.exp: Remove redundant
19996 space from the regexp pattern.
19997
70017e41
YQ
199982014-06-04 Yao Qi <yao@codesourcery.com>
19999
20000 * gdb.base/default.exp: Replace "child" with "native" in
20001 regexp pattern.
20002
883964a7
SC
200032014-06-03 Siva Chandra Reddy <sivachandra@google.com>
20004
20005 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
20006 * gdb.python/py-xmethods.exp: New tests to test xmethods.
20007 * gdb.python/py-xmethods.py: Python script supporting the
20008 new testcase and tests.
20009
ef370185
JB
200102014-06-03 Joel Brobecker <brobecker@adacore.com>
20011 Pedro Alves <palves@redhat.com>
20012
20013 PR breakpoints/17000
20014 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
20015 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
20016
1e2ccb61
BM
200172014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
20018
20019 * gdb.base/subst.exp: Add tests to verify partial path matching
20020 output.
20021
c6ec5ab2
PA
200222014-06-03 Pedro Alves <palves@redhat.com>
20023
20024 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
20025 target that doesn't use software single-stepping.
20026
835c559f
PA
200272014-06-03 Pedro Alves <palves@redhat.com>
20028
20029 PR breakpoints/17000
20030 * gdb.base/sss-bp-on-user-bp-2.c: New file.
20031 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
20032
06eb1586
DE
200332014-06-02 Doug Evans <xdje42@gmail.com>
20034
20035 * gdb.guile/scm-parameter.exp: New file.
20036
e698b8c4
DE
200372014-06-02 Doug Evans <xdje42@gmail.com>
20038
20039 * gdb.guile/scm-cmd.c: New file.
20040 * gdb.guile/scm-cmd.exp: New file.
20041
ded03782
DE
200422014-06-02 Doug Evans <xdje42@gmail.com>
20043
20044 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
20045 pretty-printer lookup.
20046 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
20047 (make-pp_s-printer): Call it.
20048 (make-pretty-printer-from-dict): New function.
20049 (lookup-pretty-printer-maker-from-dict): New function.
20050 (*pretty-printer*): Simplify.
20051 (make-objfile-pp_s-printer): New function.
20052 (install-objfile-pretty-printers!): New function.
20053 (make-progspace-pp_s-printer): New function.
20054 (install-progspace-pretty-printers!): New function.
20055 * gdb.guile/scm-progspace.c: New file.
20056 * gdb.guile/scm-progspace.exp: New file.
20057
41fac0cf
PA
200582014-06-02 Pedro Alves <palves@redhat.com>
20059
20060 * gdb.base/dprintf-bp-same-addr.c: New file.
20061 * gdb.base/dprintf-bp-same-addr.exp: New file.
20062
96ae5695
EBM
200632014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20064
20065 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
20066 * gdb.arch/powerpc-power.s: Likewise.
20067
da02b3a8
JB
200682014-06-02 Joel Brobecker <brobecker@adacore.com>
20069
20070 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
20071
c72b2e7b
YQ
200722014-06-01 Yao Qi <yao@codesourcery.com>
20073
20074 * gdb.base/watchpoint.exp (test_watch_location): Check null
20075 pointer can be dereferenced. If not, do the test, otherwise
20076 skip it.
20077
53e8a631
AB
200782014-05-30 Andrew Burgess <aburgess@broadcom.com>
20079
20080 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
20081 results.
20082 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
20083
938f0e2f
AB
200842014-05-30 Andrew Burgess <aburgess@broadcom.com>
20085
20086 * gdb.arch/amd64-invalid-stack-middle.S: New file.
20087 * gdb.arch/amd64-invalid-stack-middle.c: New file.
20088 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
20089 * gdb.arch/amd64-invalid-stack-top.c: New file.
20090 * gdb.arch/amd64-invalid-stack-top.exp: New file.
20091
9ba6657a
PA
200922014-05-30 Pedro Alves <palves@redhat.com>
20093
20094 PR breakpoints/17000
20095 * gdb.base/sss-bp-on-user-bp.c: New file.
20096 * gdb.base/sss-bp-on-user-bp.exp: New file.
20097
522c09bf
DB
200982014-05-30 David Blaikie <dblaikie@gmail.com>
20099
20100 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
20101 gnu_inline semantics via attribute.
20102 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
20103 source explicitly specifies the required semantics.
20104
bf4ef81e
MR
201052014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
20106
20107 * gdb.reverse/sigall-reverse.exp: Fix a typo.
20108
329ea579
PA
201092014-05-29 Pedro Alves <palves@redhat.com>
20110 Tom Tromey <tromey@redhat.com>
20111
20112 * gdb.base/async-shell.exp: Don't enable target-async.
20113 * gdb.base/async.exp
20114 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
20115 parameter. Adjust.
20116 (top level): Don't test with "target-async".
20117 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
20118 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
20119 * gdb.base/inferior-died.exp: Don't enable target-async.
20120 * gdb.base/interrupt-noterm.exp: Likewise.
20121 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
20122 * gdb.mi/mi-nonstop-exit.exp: Likewise.
20123 * gdb.mi/mi-nonstop.exp: Likewise.
20124 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
20125 * gdb.mi/mi-nsintrall.exp: Likewise.
20126 * gdb.mi/mi-nsmoribund.exp: Likewise.
20127 * gdb.mi/mi-nsthrexec.exp: Likewise.
20128 * gdb.mi/mi-watch-nonstop.exp: Likewise.
20129 * gdb.multi/watchpoint-multi.exp: Adjust comment.
20130 * gdb.python/py-evsignal.exp: Don't enable target-async.
20131 * gdb.python/py-evthreads.exp: Likewise.
20132 * gdb.python/py-prompt.exp: Likewise.
20133 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
20134 * gdb.server/solib-list.exp: Don't enable target-async.
20135 * gdb.threads/thread-specific-bp.exp: Likewise.
20136 * lib/mi-support.exp: Adjust to use mi-async.
20137
fd664c91
PA
201382014-05-29 Pedro Alves <palves@redhat.com>
20139
20140 PR gdb/13860
20141 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
20142 reason, even in sync mode.
20143
251bde03
PA
201442014-05-29 Pedro Alves <palves@redhat.com>
20145 Hui Zhu <hui@codesourcery.com>
20146
20147 PR PR15693
20148 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
20149 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
20150 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
20151 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
20152
7f3c0343
JB
201532014-05-28 Joel Brobecker <brobecker@adacore.com>
20154
20155 * config/monitor.exp (gdb_target_monitor): Replace use of
20156 "set remotebaud" by "set serial baud".
20157
b2715b27
AW
201582014-05-26 Andy Wingo <wingo@igalia.com>
20159
20160 * gdb.guile/scm-breakpoint.exp:
20161 * gdb.guile/scm-gsmob.exp: Update to use plain old object
20162 properties instead of gdb-object-properties.
20163
498a4489
YQ
201642014-05-26 Yao Qi <yao@codesourcery.com>
20165
20166 * gdb.server/no-thread-db.exp: Specify source file name
20167 explicitly when setting a breakpoint.
20168
589fdceb
MM
201692014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20170
20171 * gdb.btrace/vdso.c: New.
20172 * gdb.btrace/vdso.exp: New.
20173
e9089e05
MM
201742014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20175
20176 * gdb.base/gcore.exp (capture_command_output): Move ...
20177 * lib/gdb.exp (capture_command_output): ... here.
20178
67b5c0c1
MM
201792014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20180
20181 * gdb.btrace/data.exp: Test memory access during btrace replay.
20182
a2199296
SM
201832014-05-22 Simon Marchi <simon.marchi@ericsson.com>
20184
20185 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
20186
17b2616c
PA
201872014-05-21 Pedro Alves <palves@redhat.com>
20188
20189 PR gdb/13860
20190 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
20191 (top level): Test that output related to execution commands is
20192 sent to the console with CLI commands, but not with MI commands.
20193 Test that breakpoint events are always mirrored to the console.
20194 Also expect the new source line to be output after a "next" in
20195 async mode too. Make it a pass/fail test.
20196 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
20197 output.
20198 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
20199
5166082f
PA
202002014-05-21 Pedro Alves <palves@redhat.com>
20201
20202 * gdb.base/list.exp (build_pattern, test_list): New procedures.
20203 Use them to test variations of "list" after reaching a breakpoint.
20204 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
20205 Test "list" with listsize 10 after reaching a breakpoint.
20206 * gdb.python/python.exp (decode_line current location line
20207 number): Adjust expected line number.
20208
2f25d70f
SM
202092014-05-21 Simon Marchi <simon.marchi@ericsson.com>
20210
20211 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
20212 behavior for $args, pass it directly to "run".
20213
ff604a67
MR
202142014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
20215
20216 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
20217 30000 to 65536.
20218
6a3cb8e8
PA
202192014-05-21 Pedro Alves <palves@redhat.com>
20220
20221 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20222 auto-connect-native-target off".
20223 * gdb.base/auto-connect-native-target.c: New file.
20224 * gdb.base/auto-connect-native-target.exp: New file.
20225
4ebfc96e
PA
202262014-05-21 Pedro Alves <palves@redhat.com>
20227
20228 * gdb.base/default.exp: Test "target native" instead of "target
20229 child".
20230
36d46afb
MW
202312014-05-21 Mark Wielaard <mjw@redhat.com>
20232
20233 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20234
5876f503
JK
202352014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20236
20237 Fix TLS access for -static -pthread.
20238 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20239 <HAVE_TLS> (thread_function, main): Initialize it.
20240 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20241 Add clean_restart.
20242 <$have_tls != "">: Check TLSVAR.
20243
0256a6ac
PA
202442014-05-21 Pedro Alves <palves@redhat.com>
20245
20246 * gdb.base/dcache-line-read-error.c: New.
20247 * gdb.base/dcache-line-read-error.exp: New.
20248
936d2992
PA
202492014-05-20 Pedro Alves <palves@redhat.com>
20250
20251 * gdb.base/compare-sections.c: New file.
20252 * gdb.base/compare-sections.exp: New file.
20253
802e8e6d
PA
202542014-05-20 Pedro Alves <palves@redhat.com>
20255
20256 * gdb.base/break-idempotent.c: New file.
20257 * gdb.base/break-idempotent.exp: New file.
20258
e59fa00f
MM
202592014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20260
20261 * gdb.btrace/nohist.exp: New.
20262
8b696e31
YQ
202632014-05-20 Yao Qi <yao@codesourcery.com>
20264
20265 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20266 gdb.reverse directory and gdb_reverse_timeout exists in board
20267 setting.
20268 * README: Document gdb_reverse_timeout.
20269
73c9764f
YQ
202702014-05-20 Yao Qi <yao@codesourcery.com>
20271
20272 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20273 'test_file_name'. Treat args as a string instead of a list.
20274 (gdb_init): Rename argument 'args' by 'test_file_name'.
20275
f1f4348a
JK
202762014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20277
20278 * gdb.arch/powerpc-power.exp: New file.
20279 * gdb.arch/powerpc-power.s: New file.
20280
0dbe70ce
DE
202812014-05-16 Doug Evans <dje@google.com>
20282
20283 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
20284 * gdb.base/completion.exp: Check that all expected files exist
20285 before doing file completion.
0dbe70ce 20286
8d551b02
DE
202872014-05-16 Doug Evans <dje@google.com>
20288
20289 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20290 Update.
20291 (do_syscall_tests_without_xml): Update.
20292
73eb7709
PA
202932014-05-16 Pedro Alves <palves@redhat.com>
20294
20295 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20296 instead of "unknown output after running".
20297
3fae92fc
YQ
202982014-05-16 Yao Qi <yao@codesourcery.com>
20299
20300 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20301 file1.txt from host at the end.
20302 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20303
c2b2ccc5
DE
203042014-05-15 Doug Evans <dje@google.com>
20305
20306 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20307 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20308 loading file. Add test for TU lookup.
20309
8c217a4b
SM
203102014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20311
20312 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20313 calling "-exec-arguments" or "set args" before running the
20314 inferior.
20315
3deb39c6
SM
203162014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20317
20318 * lib/mi-support.exp (mi_expect_stop): Expect message for
20319 inferiors that exit with non-zero exit code.
20320
71a79f8c
YQ
203212014-05-14 Yao Qi <yao@codesourcery.com>
20322
20323 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20324 match absolute path on remote host.
20325 (test_file_list_exec_source_files): Remove "/" from the
20326 pattern.
20327
f23fcd46
YQ
203282014-05-14 Yao Qi <yao@codesourcery.com>
20329
20330 * boards/local-remote-host-notty.exp (${board}_file): New
20331 proc.
20332
9404b58f
KM
203332014-05-07 Kyle McMartin <kyle@redhat.com>
20334
20335 Pushed by Joel Brobecker <brobecker@adacore.com>.
20336 * gdb.arch/aarch64-atomic-inst.c: New file.
20337 * gdb.arch/aarch64-atomic-inst.exp: New file.
20338
5e45f04c
YQ
203392014-05-07 Yao Qi <yao@codesourcery.com>
20340
20341 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20342 in current context" too.
20343
c888a17d
KS
203442014-05-05 Keith Seitz <keiths@redhat.com>
20345
20346 * gdb.linespec/ls-dollar.exp: Add test for linespec
20347 file:convenience_variable.
20348
290a839c
YQ
203492014-05-05 Yao Qi <yao@codesourcery.com>
20350
20351 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20352 traceframes into tfile and ctf trace files. Read data from
20353 trace file and test collected data.
20354 (gdb_collect_locals_test): Likewise.
20355 (gdb_unavailable_registers_test): Likewise.
20356 (gdb_unavailable_floats): Likewise.
20357 (gdb_collect_globals_test): Likewise.
20358 (top-level): Append "ctf" to trace_file_targets if GDB
20359 supports.
20360
b5262cd0
YQ
203612014-05-05 Yao Qi <yao@codesourcery.com>
20362
20363 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20364 code to ...
20365 (gdb_collect_args_test_1): ... it. New proc.
20366 (gdb_collect_locals_test): Move some code to ...
20367 (gdb_collect_locals_test_1): ... it. New proc.
20368 (gdb_unavailable_registers_test): Move some code to ...
20369 (gdb_unavailable_registers_test_1): ... it. New proc.
20370 (gdb_unavailable_floats): Move some code to ...
20371 (gdb_unavailable_floats_1): ... it. New proc.
20372
30a1e6cc
SDJ
203732014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20374
20375 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20376 probes to test for bitness recognition.
20377 * gdb.arch/amd64-stap-optional-prefix.exp
20378 (test_probe_value_without_reg): New procedure.
20379 Add code to test for different kinds of bitness.
20380
f33da99a
SDJ
203812014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20382
20383 PR breakpoints/16889
20384 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20385 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20386
5b80f00d
PA
203872014-05-01 Pedro Alves <palves@redhat.com>
20388
20389 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20390 gdb_file_cmd if no file is specified.
20391 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20392 last_loaded_file to set the remote exec-file.
20393
f8c2a73c
PA
203942014-05-01 Pedro Alves <palves@redhat.com>
20395
20396 * boards/local-remote-host.exp: New file.
20397
be6e8ac7
PA
203982014-05-01 Pedro Alves <palves@redhat.com>
20399
20400 * boards/local-remote-host.exp: Rename to ...
20401 * boards/local-remote-host-notty.exp: ... this.
20402
cac0dc8f
JB
204032014-04-28 Joel Brobecker <brobecker@adacore.com>
20404
20405 * gdb.ada/dyn_arrayidx: New testcase.
20406
9730e6cc
YQ
204072014-04-26 Yao Qi <yao@codesourcery.com>
20408
20409 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20410 and compute the length of function main. Save it in
20411 $main_length.
20412 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20413 (top-level): Use gdb_compile to compile objects into
20414 executable and restart GDB. Remove invocation to
20415 prepare_for_testing.
20416
7ae1a6a6
PA
204172014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20418 Pedro Alves <palves@redhat.com>
20419
20420 PR server/16255
20421 * gdb.multi/multi-attach.c: New file.
20422 * gdb.multi/multi-attach.exp: New file.
20423
4082afcc
PA
204242014-04-25 Pedro Alves <palves@redhat.com>
20425
20426 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20427 user.
20428 (top level): Test that "set remote conditional-breakpoints-packet
20429 off" works as intended.
20430 * gdb.base/dprintf.exp: Test that "set remote
20431 breakpoint-commands-packet off" works as intended.
20432 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20433 New function.
20434 (top level): Call it.
20435 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20436 remote fast-tracepoints-packet off" works as intended.
20437 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20438 * lib/gdb.exp (gdb_is_target_remote): ... here.
20439
2abc3f8d
DB
204402014-04-24 David Blaikie <dblaikie@gmail.com>
20441
20442 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20443 ensure clang would not discard them.
20444 * gdb.base/gdbvars.c: Ditto.
20445 * gdb.base/memattr.c: Ditto.
20446 * gdb.base/whatis.c: Ditto.
20447 * gdb.python/py-prettyprint.c: Ditto.
20448 * gdb.trace/actions.c: Ditto.
20449 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20450 ensure clang would not discard it.
20451
bfd39632
DB
204522014-04-24 David Blaikie <dblaikie@gmail.com>
20453
20454 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20455 clang to emit the full definition of type required by the test
20456 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20457
22842ff6
DB
204582014-04-24 David Blaikie <dblaikie@gmail.com>
20459
20460 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20461 coax Clang into emitting the definition of the type.
20462 * gdb.cp/pr10728-x.h (y): Ditto.
20463 * gdb.cp/pr10728-y.cc (y): Ditto.
20464
c2e827ad
DB
204652014-04-24 David Blaikie <dblaikie@gmail.com>
20466
20467 * gdb.base/label.exp: XFAIL label related tests under Clang.
20468 * gdb.cp/cplabel.exp: Ditto.
20469 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20470 under Clang those using labels.
20471
4c2d33e7
YQ
204722014-04-25 Yao Qi <yao@codesourcery.com>
20473
20474 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20475 double_label.
20476 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20477 partial_label and double_label.
20478
56083b99
DB
204792014-04-24 David Blaikie <dblaikie@gmail.com>
20480
20481 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20482
25d4e99d
DB
204832014-04-24 David Blaikie <dblaikie@gmail.com>
20484
20485 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20486 of the function to work across GCC and Clang.
20487 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20488 pointer types (const void ** const V void **).
20489
01f9f808
MS
204902014-04-24 Michael Sturm <michael.sturm@mintel.com>
20491 Walfred Tedeschi <walfred.tedeschi@intel.com>
20492
20493 * Makefile.in (EXECUTABLES): Added i386-avx512.
20494 * gdb.arch/i386-avx512.c: New file.
20495 * gdb.arch/i386-avx512.exp: Likewise.
20496
4b48d439
KS
204972014-04-23 Keith Seitz <keiths@redhat.com>
20498
20499 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20500 (mi_make_breakpoint_table): New procedure.
20501 (mi_create_breakpoint): Use mi_make_breakpoint
20502 and return the result.
20503 (mi_make_breakpoint): New procedure.
20504 (mi_build_kv_pairs): New procedure.
20505
20506 * gdb.mi/mi-break.exp: Remove unused globals,
20507 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20508 All callers updated.
20509 * gdb.mi/mi-dprintf.exp: Use variable to track command
20510 number.
20511 Update all callers of mi_create_breakpoint and use
20512 mi_make_breakpoint_table.
20513 Remove any unused global variables.
20514 * gdb.mi/mi-nonstop.exp: Likewise.
20515 * gdb.mi/mi-nsintrall.exp: Likewise.
20516 * gdb.mi/mi-nsmoribund.exp: Likewise.
20517 * gdb.mi/mi-nsthrexec.exp: Likewise.
20518 * gdb.mi/mi-reverse.exp: Likewise.
20519 * gdb.mi/mi-simplerun.exp: Likewise.
20520 * gdb.mi/mi-stepn.exp: Likewise.
20521 * gdb.mi/mi-syn-frame.exp: Likewise.
20522 * gdb.mi/mi-until.exp: Likewise.
20523 * gdb.mi/mi-var-cp.exp: Likewise.
20524 * gdb.mi/mi-var-display.exp: Likewise.
20525 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20526 * gdb.mi/mi2-var-child.exp: Likewise.
20527 * gdb.mi/mi-vla-c99.exp: Likewise.
20528 * lib/mi-support.exp: Likewise.
20529
20530 From Ian Lance Taylor <iant@cygnus.com>:
20531 * lib/gdb.exp (parse_args): New procedure.
20532
08351840
PA
205332014-04-23 Pedro Alves <palves@redhat.com>
20534
20535 * gdb.base/break-unload-file.c: New file.
20536 * gdb.base/break-unload-file.exp: New file.
20537 * gdb.base/sym-file-lib.c (baz): New function.
20538 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20539 field.
20540 (load): Store the segment's mapped size.
20541 (unload): New function.
20542 (unload_shlib): New function.
20543 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20544 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20545 set a breakpoint at baz, and call it.
20546 * gdb.base/sym-file.exp: New tests for stale breakpoint
20547 instructions.
20548
076855f9
PA
205492014-04-23 Pedro Alves <palves@redhat.com>
20550
20551 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20552 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20553 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20554 * gdb.base/hbreak-unmapped.c: New file.
20555 * gdb.base/hbreak-unmapped.exp: New file.
20556 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20557 * lib/gdb.exp (gdb_is_target_remote): ... here.
20558
483805cf
PA
205592014-04-22 Pedro Alves <palves@redhat.com>
20560
20561 * gdb.base/consecutive-step-over.c: New file.
20562 * gdb.base/consecutive-step-over.exp: New file.
20563
06d97543
PA
205642014-04-22 Pedro Alves <palves@redhat.com>
20565
20566 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20567 instead of send_gdb/gdb_expect.
20568
b4429ea2
YQ
205692014-04-22 Yao Qi <yao@codesourcery.com>
20570
20571 * lib/trace-support.exp (generate_tracefile): New procedure.
20572 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
20573 return 0.
20574 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
20575 if generate_tracefile returns 1.
20576
51d48146
PA
205772014-04-18 Tom Tromey <palves@redhat.com>
20578 Pedro alves <tromey@redhat.com>
20579
20580 PR backtrace/15558
20581 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
20582 with a backtrace limit.
20583 * gdb.python/py-frame-inline.exp: Test running to an inline
20584 function with a backtrace limit, and printing the newest frame.
20585 * gdb.python/py-frame-inline.c (main): Call f.
20586
bd1dce5f
MS
205872014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20588
20589 * gdb.java/jnpe.exp: Drop srcdir from untested path.
20590
40d1a503
MS
205912014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
20592
20593 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
20594 Drop prefix from unsupported source file path.
20595
389b98f7
YQ
205962014-04-17 Yao Qi <yao@codesourcery.com>
20597
20598 * lib/gdb.exp (with_target_charset): New proc.
20599 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
20600 with_target_charset.
20601 (test_print_strings): Likewise.
20602 (test_repeat_bytes): Likewise.
20603 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
20604 for some tests.
20605
22869d73
KS
206062014-04-16 Keith Seitz <keiths@redhat.com>
20607
20608 PR gdb/15827
20609 * gdb.dwarf2/corrupt.c: New file.
20610 * gdb.dwarf2/corrupt.exp: New file.
20611
c4f87ca6
KS
206122014-04-16 Keith Seitz <keiths@redhat.com>
20613
20614 PR c++/16597
20615 * gdb.cp/namelessclass.cc: New file.
20616 * gdb.cp/namelessclass.exp: New file.
20617 * gdb.cp/namelessclass.S: New file.
20618
ab19de87
DE
206192014-04-16 Doug Evans <dje@google.com>
20620
20621 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
20622 Add comment.
20623 (gdbserver_default_get_comm_port): New function.
20624 (gdbserver_start): Check if board file provided
20625 "gdbserver,get_comm_port" and use it if so.
20626 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
20627 (gdb,socketport): Set to "stdio".
20628 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
20629 (stdio_gdbserver_template): Delete.
20630 (${board}_get_remote_address): Update.
20631 (${board}_build_remote_cmd): Delete.
20632 (${board}_get_comm_port): New function.
20633 (${board}_spawn): Update.
20634 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
20635 Delete.
20636 (${board}_get_remote_address): Update.
20637 (${board}_get_comm_port): New function.
20638
fc98a809
AB
206392014-04-16 Andrew Burgess <aburgess@broadcom.com>
20640
20641 * gdb.base/memattr.exp: Improve regexps to handle memory regions
20642 appearing in any order.
20643
87fd9e6e
DE
206442014-04-15 Doug Evans <dje@google.com>
20645
20646 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
20647 uninitialized value of "description".
20648
099fc3ea
KS
206492014-04-15 Keith Seitz <keiths@redhat.com>
20650
20651 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
20652 Remove unused globals.
20653 (test_running_the_program): Likewise.
20654 (test_controlled_execution): Likewise.
20655 (test_controlling_breakpoints): Likewise.
20656 (test_program_termination): Likewise.
20657
5da151d4
KS
206582014-04-15 Keith Seitz <keiths@redhat.com>
20659
20660 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
20661 unused globals.
20662 (test_rbreak_creation_and_listing): Likewise.
20663 (test_ignore_count): Likewise.
20664 (test_error): Likewise.
20665
35e5d2f0
PA
206662014-04-15 Pedro Alves <palves@redhat.com>
20667
20668 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
20669 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
20670 sym-file-loader.c.
20671 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20672 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20673 to sym-file-loader.c.
20674 (struct library): Forward declare.
20675 (load_shlib, lookup_function): Change prototypes.
20676 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20677 (translate_offset): Remove declarations.
20678 (get_text_addr): New declaration.
20679 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
20680 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
20681 sym-file-loader.h.
20682 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
20683 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
20684 here from sym-file-loader.h.
20685 (struct library): New structure.
20686 (load_shlib, lookup_function): Change prototypes and adjust to
20687 work with a struct library.
20688 (find_shstrtab, find_strtab, find_shdr, find_symtab)
20689 (translate_offset): Make static.
20690 (get_text_addr): New function.
20691 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
20692
eb4c1710
PA
206932014-04-15 Pedro Alves <palves@redhat.com>
20694
20695 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
20696
2d1baf52
PA
206972014-04-15 Pedro Alves <palves@redhat.com>
20698
20699 * gdb.base/sym-file-loader.c: Include <limits.h>.
20700 (SELF_LINK): New define.
20701 (get_origin): New function.
20702 (load_shlib): Use it.
20703 * gdb.base/sym-file.exp: Don't early return if the target is
20704 remote. Use runto_main, and issue fail is that fails. Use
20705 gdb_load_shlibs.
20706 (shlib_name): Delete.
20707 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
20708
7dd6df01
PA
207092014-04-15 Pedro Alves <palves@redhat.com>
20710
20711 * gdb.base/sym-file.exp: Remove regex characters from test
20712 message. Don't refer to breakpoint numbers in test messages.
20713
b50c8614
KS
207142014-04-14 Keith Seitz <keiths@redhat.com>
20715
20716 PR c++/16253
20717 * gdb.cp/var-tag.cc: New file.
20718 * gdb.cp/var-tag.exp: New file.
20719 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20720 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20721 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20722 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20723
3d567982
TT
207242014-04-14 Tom Tromey <tromey@redhat.com>
20725
20726 * gdb.cp/classes.exp (test_enums): Handle underlying type.
20727 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
20728 type.
20729 * gdb.cp/enum-class.exp: New file.
20730 * gdb.cp/enum-class.cc: New file.
20731
0626fc76
TT
207322014-04-14 Tom Tromey <tromey@redhat.com>
20733
20734 * gdb.dwarf2/enum-type.exp: New file.
20735
dca325b3
SA
207362014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20737
20738 * gdb.mi/mi-vla-c99.exp: New file.
20739 * gdb.mi/vla.c: New file.
20740
5854b38a
SA
207412014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20742
20743 * gdb.base/vla-datatypes.c: New file.
20744 * gdb.base/vla-datatypes.exp: New file.
20745
463bb957
SA
207462014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20747
20748 * gdb.base/vla-ptr.c: New file.
20749 * gdb.base/vla-ptr.exp: New file.
20750
3dd170be
SA
207512014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20752
20753 * gdb.dwarf2/count.exp: New file.
20754
5ecaaa66
SA
207552014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
20756
20757 * gdb.base/vla-sideeffect.c: New file.
20758 * gdb.base/vla-sideeffect.exp: New file.
20759
41f1ada5
DB
207602014-04-14 David Blaikie <dblaikie@gmail.com>
20761
20762 * gdb.mi/non-stop.c: Add return value for non-void function return
20763 statement.
20764 * gdb.threads/staticthreads.c: Ditto.
20765
0be03e84
DE
207662014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20767 Doug Evans <xdje42@gmail.com>
20768
20769 * gdb.guile/scm-value.c: Improve test case.
20770 * gdb.guile/scm-value.exp: Add new test.
20771
f180a1fb
DB
207722014-04-11 David Blaikie <dblaikie@gmail.com>
20773
20774 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20775 override Clang's default.
20776
6b662e19
JB
207772014-04-11 Joel Brobecker <brobecker@adacore.com>
20778
20779 Revert the following changes (regressions):
20780
20781 * gdb.base/vla-sideeffect.c: New file.
20782 * gdb.base/vla-sideeffect.exp: New file.
20783
20784 * gdb.dwarf2/count.exp: New file.
20785
20786 * gdb.base/vla-multi.c: New file.
20787 * gdb.base/vla-multi.exp: New file.
20788
20789 * gdb.base/vla-ptr.c: New file.
20790 * gdb.base/vla-ptr.exp: New file.
20791
20792 * gdb.base/vla-datatypes.c: New file.
20793 * gdb.base/vla-datatypes.exp: New file.
20794
20795 * gdb.mi/mi-vla-c99.exp: New file.
20796 * gdb.mi/vla.c: New file.
20797
245a5f0b
KS
207982014-04-11 Keith Seitz <keiths@redhat.com>
20799
20800 PR c++/16675
20801 * gdb.cp/cpsizeof.exp: New file.
20802 * gdb.cp/cpsizeof.cc: New file.
20803
58a84dcf
SA
208042014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20805
191a8a90
JB
20806 * gdb.mi/mi-vla-c99.exp: New file.
20807 * gdb.mi/vla.c: New file.
58a84dcf 20808
c8655f75
SA
208092014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20810
20811 * gdb.base/vla-datatypes.c: New file.
20812 * gdb.base/vla-datatypes.exp: New file.
20813
024e13b4
SA
208142014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20815
20816 * gdb.base/vla-ptr.c: New file.
20817 * gdb.base/vla-ptr.exp: New file.
20818
1a237e0e
SA
208192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20820
20821 * gdb.base/vla-multi.c: New file.
20822 * gdb.base/vla-multi.exp: New file.
20823
504f3432
SA
208242014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20825
20826 * gdb.dwarf2/count.exp: New file.
20827
3bce8237
SA
208282014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20829
191a8a90
JB
20830 * gdb.base/vla-sideeffect.c: New file.
20831 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 20832
322f9c21
YQ
208332014-04-11 Yao Qi <yao@codesourcery.com>
20834
20835 * gdb.base/completion.exp: Check file exists before running tests
20836 on file completion.
20837
d708bcd1
PA
208382014-04-10 Pedro Alves <palves@redhat.com>
20839
20840 * gdb.base/cond-eval-mode.c: New file.
20841 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20842 prepare_for_testing to build the new file. Check result of
20843 runto_main.
20844 (test_break, test_watch): New procedures.
20845 (top level): Use them.
20846
ae1d2761
PM
208472014-04-08 Pierre Muller <muller@sourceware.org>
20848
20849 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20850 Ctrl-V use for mingw hosts.
20851
7af389b8
SC
208522014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20853
20854 * gdb.python/py-value.c: Improve test case.
20855 * gdb.python/py-value.exp: Add new test.
20856
5e703181
DE
208572014-04-07 David Blaikie <dblaikie@gmail.com>
20858
20859 * lib/compiler.c: Identify the clang compiler.
20860 * lib/compiler.cc: Ditto.
20861
9810b410
YQ
208622014-04-03 Yao Qi <yao@codesourcery.com>
20863
20864 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20865
98d1b8dc
AB
208662014-04-01 Anton Blanchard <anton@samba.org>
20867
20868 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20869 messages unique.
20870
3114cea1
AB
208712014-04-01 Anton Blanchard <anton@samba.org>
20872
20873 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20874 prepare_for_testing.
20875
62f7182c
AB
208762014-04-01 Anton Blanchard <anton@samba.org>
20877
20878 * gdb.arch/ppc64-atomic-inst.c: Remove.
20879 * gdb.arch/ppc64-atomic-inst.S: New file.
20880 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20881
770e7fc7
DE
208822014-03-31 Doug Evans <dje@google.com>
20883
20884 * gdb.base/print-symbol-loading-lib.c: New file.
20885 * gdb.base/print-symbol-loading-main.c: New file.
20886 * gdb.base/print-symbol-loading.exp: New file.
20887
46e2bafa
YQ
208882014-03-31 Yao Qi <yao@codesourcery.com>
20889
20890 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20891
8776cfe9
JB
208922014-03-28 Joel Brobecker <brobecker@adacore.com>
20893
20894 * gdb.ada/mi_dyn_arr: New testcase.
20895
5d1ef361
DE
208962014-03-27 Doug Evans <dje@google.com>
20897
20898 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20899
b5bee914
YQ
209002014-03-27 Yao Qi <yao@codesourcery.com>
20901
20902 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20903 if target is nios2-*-*.
20904
0d4d0e77
YQ
209052014-03-26 Yao Qi <yao@codesourcery.com>
20906
20907 * lib/gdb.exp (readline_is_used): New proc.
20908 * gdb.base/completion.exp: Move tests on command complete up.
20909 Skip the rest of tests if readline is not used.
20910 * gdb.ada/complete.exp: Skp the test if readline is not
20911 used.
20912 * gdb.base/filesym.exp: Likewise.
20913 * gdb.base/macscp.exp: Likewise.
20914 * gdb.base/readline-ask.exp: Likewise.
20915 * gdb.base/readline.exp: Likewise.
20916 * gdb.python/py-cmd.exp: Likewise.
20917 * gdb.trace/tfile.exp: Likewise.
20918
29361eee
YQ
209192014-03-26 Yao Qi <yao@codesourcery.com>
20920
20921 * gdb.base/macscp.exp: Fix code format issues.
20922
bc9a5525
UW
209232014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20924
20925 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20926 * gdb.asm/powerpc64le.inc: New file.
20927
d3839ede
PA
209282014-03-25 Pedro Alves <palves@redhat.com>
20929 Doug Evans <dje@google.com>
20930
20931 * gdb.base/source-execution.c: New file.
20932 * gdb.base/source-execution.exp: New file.
20933 * gdb.base/source-execution.gdb: New file.
20934
01672a57
DE
209352014-03-24 Doug Evans <dje@google.com>
20936
20937 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20938 using fission.
20939
88bbeca9
HZ
209402014-03-24 Hui Zhu <hui@codesourcery.com>
20941 Pedro Alves <palves@redhat.com>
20942
20943 PR breakpoints/16101
20944 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20945 test pass/fail messages. Detect missing support for dprintf when
20946 breakpoints are actually inserted.
20947 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20948 breakpoints are actually inserted.
20949 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20950 fails.
20951
d2348791
JK
209522014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20953
20954 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20955
feef67ab
DE
209562014-03-22 Doug Evans <xdje42@gmail.com>
20957
20958 * gdb.python/python.exp (python not supported): Verify multi-line
20959 python command issues an error.
25d743f9 20960 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 20961 guile command issues an error.
feef67ab 20962
ecebef6a
MR
209632014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20964
20965 * gdb.threads/thread-specific.exp: Handle the lack of usable
20966 $this_breakpoint and $this_thread.
20967
ccdd1909
HZ
209682014-03-21 Hui Zhu <hui@codesourcery.com>
20969
20970 * gdb.base/attach.exp (do_command_attach_tests): New.
20971
beb460e8
PA
209722014-03-20 Tom Tromey <tromey@redhat.com>
20973 Pedro Alves <palves@redhat.com>
20974
20975 PR cli/15718
20976 * gdb.base/condbreak-call-false.c: New file.
20977 * gdb.base/condbreak-call-false.exp: New file.
20978
40acf43a
PA
209792014-03-20 Pedro Alves <palves@redhat.com>
20980
20981 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20982 Delete.
20983 (block_signals, unblock_signals): Delete.
20984 (child_function_2, main): Remove references to deleted variable
20985 and functions.
20986
9f5e1e02
PA
209872014-03-20 Pedro Alves <palves@redhat.com>
20988
20989 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20990 Use pthread_kill to signal thread 2.
20991 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20992 Adjust to make the test send itself a signal rather than using the
20993 host's "kill" command.
20994
99619bea
PA
209952014-03-20 Pedro Alves <palves@redhat.com>
20996
20997 * gdb.threads/multiple-step-overs.c: New file.
20998 * gdb.threads/multiple-step-overs.exp: New file.
20999 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21000 Adjust expected infrun debug output.
21001
2adfaa28
PA
210022014-03-20 Pedro Alves <palves@redhat.com>
21003
21004 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
21005 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
21006
31e77af2
PA
210072014-03-20 Pedro Alves <palves@redhat.com>
21008
21009 PR breakpoints/7143
21010 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
21011 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
21012 of gdb_test_multiple.
21013 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
21014 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
21015
b9f437de
PA
210162014-03-20 Pedro Alves <palves@redhat.com>
21017
21018 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
21019 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
21020
05adc73e
PA
210212014-03-19 Pedro Alves <palves@redhat.com>
21022
21023 * gdb.base/async.exp: Remove early return.
21024
6048b950
PA
210252014-03-19 Pedro Alves <palves@redhat.com>
21026
21027 * gdb.base/async.exp (step& tests): Pass explicit test messages.
21028
8bcfb00a
PA
210292014-03-19 Pedro Alves <palves@redhat.com>
21030
21031 * gdb.base/async.exp (test_background): Expect \r\n after
21032 "completed." in the fail pattern.
21033
884e37dc
PA
210342014-03-19 Pedro Alves <palves@redhat.com>
21035
21036 * gdb.base/async.exp (test_background): New procedure.
21037 Use it for all background execution command tests.
21038
148e57e2
PA
210392014-03-19 Pedro Alves <palves@redhat.com>
21040
21041 * gdb.base/async.exp: Use prepare_for_testing.
21042
f48088c7
PA
210432014-03-19 Pedro Alves <palves@redhat.com>
21044
21045 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
21046 the same line.
21047
e2f6c966
PA
210482014-03-19 Pedro Alves <palves@redhat.com>
21049
21050 * gdb.base/async.c (main): Add "jump here" and "until here" line
21051 marker comments.
21052 * gdb.base/async.exp (jump_here): New global.
21053 (jump& test): Use it.
21054 (until_here): New global.
21055 (until& test): Use it.
21056
c30568d4
PA
210572014-03-19 Pedro Alves <palves@redhat.com>
21058
21059 * gdb.base/async.exp: Don't frob gdb_protocol.
21060
0172b6a7
DE
210612014-03-18 Doug Evans <xdje42@gmail.com>
21062
21063 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
21064 Fix spelling of exec-done-display.
21065
06c868a8
JK
210662014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
21067
21068 PR gdb/15358
21069 * gdb.base/gdb-sigterm.c: New file.
21070 * gdb.base/gdb-sigterm.exp: New file.
21071
0c7e1a46
PA
210722014-03-18 Pedro Alves <palves@redhat.com>
21073
21074 PR gdb/13860
21075 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
21076 * lib/mi-support.exp (mi_expect_stop): Add special handling for
21077 solib-event.
21078
f7c77d93
JB
210792014-03-17 Joel Brobecker <brobecker@adacore.com>
21080
21081 * gdb.ada/pckd_arr_ren: New testcase.
21082
5a1e8c7a
DE
210832014-03-13 Doug Evans <xdje42@gmail.com>
21084
21085 PR guile/16612
21086 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
21087 collect after discarding symbols.
21088
350e1a76
DE
210892014-03-13 Ludovic Courtès <ludo@gnu.org>
21090 Doug Evans <xdje42@gmail.com>
21091
21092 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
21093 to history survives a gc.
21094
a69900ae
PA
210952014-03-13 Pedro Alves <palves@redhat.com>
21096
21097 * gdb.base/default.exp: Don't test "target procfs".
21098
5db9f0bd
PA
210992014-03-13 Pedro Alves <palves@redhat.com>
21100
21101 * gdb.base/default.exp: Update "target child" and "target procfs"
21102 tests to not expect "Unix".
21103
b3ccfe11
TT
211042014-03-12 Tom Tromey <tromey@redhat.com>
21105
21106 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
21107 New procs. Add target-async tests.
21108 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
21109 Add target-async tests.
21110
646f4417
AA
211112014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21112
21113 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
21114 'func_start' and 'func_end' for the beginning and end of the
21115 function code, respectively.
21116 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
21117 'func_end' instead of 'func' and 'main'.
21118
288c211f
AA
211192014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21120
21121 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
21122 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
21123 generate the debug info assembler source.
21124
e0c0f156
AA
211252014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21126
21127 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
21128 * gdb.dwarf2/arr-subrange.exp: Likewise.
21129 * gdb.dwarf2/dwz.exp: Likewise.
21130 * gdb.dwarf2/method-ptr.exp: Likewise.
21131 * gdb.dwarf2/missing-sig-type.exp: Likewise.
21132 * gdb.dwarf2/subrange.exp: Likewise.
21133 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
21134 * gdb.dwarf2/implptrpiece.exp: Likewise.
21135 * gdb.dwarf2/nostaticblock.exp: Likewise.
21136
0e5c4555
AA
211372014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21138
21139 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
21140 directory to absolute path name arguments.
21141
5ec18f2b
JG
211422014-03-10 Joel Brobecker <brobecker@adacore.com>
21143
21144 * gdb.ada/tagged_access: New testcase.
21145
847fc4f2
MM
211462014-03-07 Markus Metzger <markus.t.metzger@intel.com>
21147
21148 * gdb.btrace/data.exp: Update expected output.
21149
cc3da688
YQ
211502014-03-06 Yao Qi <yao@codesourcery.com>
21151
21152 * gdb.trace/pr16508.exp: New file.
21153
0f26cec1
PA
211542014-03-05 Pedro Alves <palves@redhat.com>
21155
21156 PR gdb/16575
21157 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
21158 procedure.
21159 (top level): Adjust to use it. Add tests that exercise breakpoint
21160 interaction with the code-cache.
21161
7a5a839f
LC
211622014-02-26 Ludovic Courtès <ludo@gnu.org>
21163
21164 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
21165 test for 'history-append!'.
21166
31aa7e4e
JB
211672014-02-26 Joel Brobecker <brobecker@adacore.com>
21168
21169 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
21170 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
21171 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
21172 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
21173 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
21174 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
21175
1b588015
JB
211762014-02-26 Joel Brobecker <brobecker@adacore.com>
21177
21178 * testsuite/gdb.python/py-pp-re-notag.c: New file.
21179 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
21180 * testsuite/gdb.python/py-pp-re-notag.p: New file.
21181
55426c9d
JB
211822014-02-26 Joel Brobecker <brobecker@adacore.com>
21183
21184 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
21185
dc53a7ad
JB
211862014-02-26 Joel Brobecker <brobecker@adacore.com>
21187
21188 * gdb.dwarf2/arr-stride.c: New file.
21189 * gdb.dwarf2/arr-stride.exp: New file.
21190
12ab52e9
PA
211912014-02-26 Pedro Alves <palves@redhat.com>
21192
21193 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
21194 that won't ever trigger. Make sure that GDB reports the correct
21195 breakpoint that caused the stop.
21196
849c862e
JK
211972014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21198
21199 PR gdb/16626
21200 * gdb.base/auto-load-script: New file.
21201 * gdb.base/auto-load.c: New file.
21202 * gdb.base/auto-load.exp: New file.
21203
71b7d793
JK
21204 PR gdb/16626
21205 * gdb.base/auto-load.exp: Fix out-of-srctree run.
21206
e2f0d509
JK
212072014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21208
21209 Fix dw2-icycle.exp -fsanitize=address GDB crash.
21210 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
21211
50cc37c8
DE
212122014-02-24 Doug Evans <dje@google.com>
21213
21214 * lib/gdb.exp (run_on_host): Log error output if program fails.
21215
ea4758f2
PA
212162014-02-21 Pedro Alves <palves@redhat.com>
21217
21218 * gdb.threads/step-after-sr-lock.c: Rename to ...
21219 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21220 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21221 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21222 ... this.
21223
d7b30f67
SDJ
212242014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21225
21226 PR tdep/16397
21227 * gdb.arch/amd64-stap-special-operands.exp: New file.
21228 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21229 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21230 * gdb.arch/amd64-stap-triplet.S: Likewise.
21231 * gdb.arch/amd64-stap-triplet.c: Likewise.
21232
83deb43f
JB
212332014-02-20 Joel Brobecker <brobecker@adacore.com>
21234
21235 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21236 in .section pseudo-op.
21237
adde2bff
DE
212382014-02-20 lin zuojian <manjian2006@gmail.com>
21239 Joel Brobecker <brobecker@adacore.com>
21240 Doug Evans <xdje42@gmail.com>
21241
21242 PR symtab/16581
21243 * gdb.dwarf2/dw2-icycle.S: New file.
21244 * gdb.dwarf2/dw2-icycle.c: New file.
21245 * gdb.dwarf2/dw2-icycle.exp: New file.
21246
f7bd0f78
SC
212472014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21248
21249 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21250 operations on gdb.Value objects.
21251 * gdb.python/py-value-cc.exp: Add new test to test operations on
21252 gdb.Value objects.
21253
c17ef0d5
DE
212542014-02-18 Doug Evans <dje@google.com>
21255
21256 * Makefile.in (TESTS): New variable.
21257 (expanded_tests, expanded_tests_or_none): New variables
21258 (check-single): Pass $(expanded_tests_or_none) to runtest.
21259 (check-parallel): Only run tests in $(TESTS) if non-empty.
21260 (check/no-matching-tests-found): New rule.
21261 * README: Document TESTS makefile variable.
21262
5dd3176f
DE
212632014-02-18 Doug Evans <dje@google.com>
21264
21265 * Makefile.in (check-parallel): rm -rf outputs temp.
21266
0b10be4f
JK
212672014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21268
21269 Fix "ERROR: no fileid for" in the testsuite.
21270 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21271
85f224e7
DE
212722014-02-12 Doug Evans <dje@google.com>
21273
21274 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21275 (MISCELLANEOUS): New variable.
21276 (clean): rm -rf $(MISCELLANEOUS).
21277 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21278 dwp live in the same directory as symlinks, with each symlink pointed
21279 to a differently named file in a different directory.
21280
149b30ff
DE
212812014-02-11 Doug Evans <dje@google.com>
21282
21283 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21284 of Tcl file commands.
21285
1dfdac32
MK
212862014-02-10 Mark Kettenis <kettenis@gnu.org>
21287
21288 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21289 "kill -SIGUSR1 -1".
21290
aa4fb036
JB
212912014-02-10 Joel Brobecker <brobecker@adacore.com>
21292
21293 * gdb.ada/tick_length_array_enum_idx: New testcase.
21294
ed3ef339
DE
212952014-02-10 Doug Evans <xdje42@gmail.com>
21296
21297 * configure.ac (AC_OUTPUT): Add gdb.guile.
21298 * configure: Regenerate.
21299 * lib/gdb-guile.exp: New file.
21300 * lib/gdb.exp (get_target_charset): New function.
21301 * gdb.base/help.exp: Update expected output from "apropos apropos".
21302 * gdb.guile/Makefile.in: New file.
21303 * gdb.guile/guile.exp: New file.
21304 * gdb.guile/scm-arch.c: New file.
21305 * gdb.guile/scm-arch.exp: New file.
21306 * gdb.guile/scm-block.c: New file.
21307 * gdb.guile/scm-block.exp: New file.
21308 * gdb.guile/scm-breakpoint.c: New file.
21309 * gdb.guile/scm-breakpoint.exp: New file.
21310 * gdb.guile/scm-disasm.c: New file.
21311 * gdb.guile/scm-disasm.exp: New file.
21312 * gdb.guile/scm-equal.c: New file.
21313 * gdb.guile/scm-equal.exp: New file.
21314 * gdb.guile/scm-error.exp: New file.
21315 * gdb.guile/scm-error.scm: New file.
21316 * gdb.guile/scm-frame-args.c: New file.
21317 * gdb.guile/scm-frame-args.exp: New file.
21318 * gdb.guile/scm-frame-args.scm: New file.
21319 * gdb.guile/scm-frame-inline.c: New file.
21320 * gdb.guile/scm-frame-inline.exp: New file.
21321 * gdb.guile/scm-frame.c: New file.
21322 * gdb.guile/scm-frame.exp: New file.
21323 * gdb.guile/scm-generics.exp: New file.
21324 * gdb.guile/scm-gsmob.exp: New file.
21325 * gdb.guile/scm-iterator.c: New file.
21326 * gdb.guile/scm-iterator.exp: New file.
21327 * gdb.guile/scm-math.c: New file.
21328 * gdb.guile/scm-math.exp: New file.
21329 * gdb.guile/scm-objfile-script-gdb.in: New file.
21330 * gdb.guile/scm-objfile-script.c: New file.
21331 * gdb.guile/scm-objfile-script.exp: New file.
21332 * gdb.guile/scm-objfile.c: New file.
21333 * gdb.guile/scm-objfile.exp: New file.
21334 * gdb.guile/scm-ports.exp: New file.
21335 * gdb.guile/scm-pretty-print.c: New file.
21336 * gdb.guile/scm-pretty-print.exp: New file.
21337 * gdb.guile/scm-pretty-print.scm: New file.
21338 * gdb.guile/scm-section-script.c: New file.
21339 * gdb.guile/scm-section-script.exp: New file.
21340 * gdb.guile/scm-section-script.scm: New file.
21341 * gdb.guile/scm-symbol.c: New file.
21342 * gdb.guile/scm-symbol.exp: New file.
21343 * gdb.guile/scm-symtab-2.c: New file.
21344 * gdb.guile/scm-symtab.c: New file.
21345 * gdb.guile/scm-symtab.exp: New file.
21346 * gdb.guile/scm-type.c: New file.
21347 * gdb.guile/scm-type.exp: New file.
21348 * gdb.guile/scm-value-cc.cc: New file.
21349 * gdb.guile/scm-value-cc.exp: New file.
21350 * gdb.guile/scm-value.c: New file.
21351 * gdb.guile/scm-value.exp: New file.
21352 * gdb.guile/source2.scm: New file.
21353 * gdb.guile/types-module.cc: New file.
21354 * gdb.guile/types-module.exp: New file.
21355
7026a7c1
YQ
213562014-02-10 Yao Qi <yao@codesourcery.com>
21357
21358 PR testsuite/16543
21359 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21360 * configure: Regenerated.
21361 * Makefile.in: New file.
21362
6c466447
AS
213632014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21364
21365 * gdb.python/py-framefilter.exp: Fix typo.
21366
6e854735
YQ
213672014-02-08 Yao Qi <yao@codesourcery.com>
21368
21369 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21370 that no =breakpoint-modified is emitted when breakpoints are
21371 modified through MI commands.
21372
d137e6dc
PA
213732014-02-07 Pedro Alves <pedro@codesourcery.com>
21374 Pedro Alves <palves@redhat.com>
21375
21376 * gdb.threads/step-after-sr-lock.c: New file.
21377 * gdb.threads/step-after-sr-lock.exp: New file.
21378
b5ee5a50
PA
213792014-02-07 Pedro Alves <palves@redhat.com>
21380
21381 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21382
3c77faf3
JK
213832014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21384
21385 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21386 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21387
6dddc817
DE
213882014-02-06 Doug Evans <xdje42@gmail.com>
21389
21390 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21391 output.
21392
21393 * gdb.gdb/python-interrupts.exp: New file.
21394
de7b2893
YQ
213952014-02-05 Yao Qi <yao@codesourcery.com>
21396
21397 * gdb.trace/report.exp (use_collected_data): Test the output
21398 of "info threads" and "info inferiors".
21399
66d032ac
YQ
214002014-02-05 Yao Qi <yao@codesourcery.com>
21401
21402 Revert this patch:
21403
21404 2013-05-24 Yao Qi <yao@codesourcery.com>
21405
21406 * gdb.trace/tfile.exp: Test inferior and thread.
21407
591a12a1
UW
214082014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21409
21410 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21411 on a function.
21412 * gdb.base/step-bt.c: Call hello via function pointer to make
21413 sure its first instruction is executed on powerpc64le-linux.
21414
0ff3e01f
UW
214152014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21416
21417 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21418
084ee545
UW
214192014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21420
21421 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21422 of the test patterns for use on little-endian systems.
21423
6ed14ff3
UW
214242014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21425
21426 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21427 (decimal_vector): Fix for little-endian.
21428
401e27fd
JM
214292014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21430
21431 * gdb.arch/sparc-sysstep.exp: New file.
21432 * gdb.arch/sparc-sysstep.c: Likewise.
21433
21434 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21435
8b924729
EBM
214362014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21437
21438 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21439
fb151210
JB
214402014-01-23 Tom Tromey <tromey@redhat.com>
21441
21442 * gdb.ada/array_char_idx: New testcase.
21443
0740f8d8
TT
214442014-01-23 Tom Tromey <tromey@redhat.com>
21445
21446 PR python/16487:
21447 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21448 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21449 classes.
21450
21909fa1
TT
214512014-01-23 Tom Tromey <tromey@redhat.com>
21452
21453 PR python/16491:
21454 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21455 string from an inferior frame.
21456 * gdb.python/py-framefilter-mi.exp: Update.
21457
87ce2a04
DE
214582014-01-22 Doug Evans <dje@google.com>
21459
21460 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21461
237b092b
AA
214622014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21463
21464 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21465
d674a709
AA
214662014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21467
21468 * gdb.trace/entry-values.exp: Remove excess space character from
21469 regex patterns. Handle s390 call instruction.
21470
20fa3390
AA
214712014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21472
21473 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21474 define "*_start" label. Make "name" static.
21475 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21476 ${name} by references to ${name}_start.
21477
78466714
AA
214782014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21479
21480 * gdb.base/info-macros.exp: Remove "debug" from the compile
21481 options.
21482
ec9f644a
IB
214832014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21484
21485 * gdb.dlang/demangle.exp: New file.
21486
94b1b47e
IB
214872014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21488
21489 * gdb.dlang/primitive-types.exp: New file.
21490
7f420862
IB
214912014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21492
21493 * configure.ac: Create gdb.dlang/Makefile.
21494 * configure: Regenerate.
21495 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21496 * gdb.dlang/Makefile.in: New file.
21497 * lib/d-support.exp: New file.
21498 * lib/gdb.exp (skip_d_tests): New proc.
21499
52834460
MM
215002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21501
21502 * gdb.btrace/delta.exp: Check reverse stepi.
21503 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21504 * gdb.btrace/finish.exp: New.
21505 * gdb.btrace/next.exp: New.
21506 * gdb.btrace/nexti.exp: New.
21507 * gdb.btrace/record_goto.c: Add comments.
21508 * gdb.btrace/step.exp: New.
21509 * gdb.btrace/stepi.exp: New.
21510 * gdb.btrace/multi-thread-step.c: New.
21511 * gdb.btrace/multi-thread-step.exp: New.
21512 * gdb.btrace/rn-dl-bind.c: New.
21513 * gdb.btrace/rn-dl-bind.exp: New.
21514 * gdb.btrace/data.c: New.
21515 * gdb.btrace/data.exp: New.
21516 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21517
6e07b1d2
MM
215182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21519
21520 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21521 * gdb.btrace/exception.exp: Update.
21522 * gdb.btrace/instruction_history.exp: Update.
21523 * gdb.btrace/record_goto.exp: Update.
21524 * gdb.btrace/tailcall.exp: Update.
21525 * gdb.btrace/unknown_functions.exp: Update.
21526 * gdb.btrace/delta.exp: New.
21527
0b722aec
MM
215282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21529
21530 * gdb.btrace/record_goto.exp: Add backtrace test.
21531 * gdb.btrace/tailcall.exp: Add backtrace test.
21532
066ce621
MM
215332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21534
21535 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21536 * gdb.btrace/record_goto.c: New.
21537 * gdb.btrace/record_goto.exp: New.
21538 * gdb.btrace/x86-record_goto.S: New.
21539
0688d04e
MM
215402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21541
21542 * gdb.btrace/function_call_history.exp: Update tests.
21543 * gdb.btrace/instruction_history.exp: Update tests.
21544
8710b709
MM
215452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21546
21547 * gdb.btrace/function_call_history.exp: Fix expected field
21548 order for "record function-call-history".
21549 Add new tests for "record function-call-history /c".
21550 * gdb.btrace/exception.cc: New.
21551 * gdb.btrace/exception.exp: New.
21552 * gdb.btrace/tailcall.exp: New.
21553 * gdb.btrace/x86-tailcall.S: New.
21554 * gdb.btrace/x86-tailcall.c: New.
21555 * gdb.btrace/unknown_functions.c: New.
21556 * gdb.btrace/unknown_functions.exp: New.
21557 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21558
5de9129b
MM
215592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21560
21561 * gdb.btrace/instruction_history.exp: Update.
21562 * gdb.btrace/function_call_history.exp: Update.
21563
23a7fe75
MM
215642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21565
21566 * gdb.btrace/function_call_history.exp: Fix expected function
21567 trace.
21568 * gdb.btrace/instruction_history.exp: Initialize traced.
21569 Remove traced_functions.
21570
724c7dd8
MM
215712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21572
21573 * gdb.btrace/function_call_history.exp: Update
21574 * gdb.btrace/instruction_history.exp: Update.
21575
6d78d93b
MM
215762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21577
21578 * gdb.btrace/enable.exp: Update expected text.
21579
93a360cc
OJ
215802014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
21581
21582 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
21583 bytes.
21584
3772b53f
MR
215852014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
21586
21587 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
21588
596662fa
OJ
215892014-01-15 Omair Javaid <omair.javaid@linaro.org>
21590
21591 * lib/gdb.exp (supports_process_record): Return true for
21592 arm*-linux*. (supports_reverse): Likewise.
21593
b5b08fb4
SC
215942014-01-13 Siva Chandra Reddy <sivachandra@google.com>
21595
21596 PR python/15464
21597 PR python/16113
21598 * gdb.python/py-type.c: Enhance test case.
21599 * gdb.python/py-value-cc.cc: Likewise
21600 * gdb.python/py-type.exp: Add new tests.
21601 * gdb.python/py-value-cc.exp: Likewise
21602
52d7fb13
AA
216032014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
21604 Pedro Alves <palves@redhat.com>
21605
21606 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
21607 Make "name" extern.
21608 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
21609 references to ${name}_start by references to ${name}.
21610
a2cd8cfe
JB
216112014-01-10 Joel Brobecker <brobecker@adacore.com>
21612
21613 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
21614
4e23fced
JB
216152014-01-10 Joel Brobecker <brobecker@adacore.com>
21616
21617 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
21618
c6a9e42c
PA
216192014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
21620 Pedro Alves <palves@redhat.com>
21621
21622 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 21623 mi_gdb_target_load.
c6a9e42c 21624
b7ea362b
PA
216252014-01-08 Pedro Alves <palves@redhat.com>
21626
21627 * gdb.threads/reconnect-signal.c: New file.
21628 * gdb.threads/reconnect-signal.exp: New file.
21629
5e3f4fab
EBM
216302014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21631
21632 * gdb.base/source-dir.exp: New file.
21633
79301218
JB
216342014-01-07 Joel Brobecker <brobecker@adacore.com>
21635
21636 * gdb.ada/mi_interface: New testcase.
21637
8e355c5d
JB
216382014-01-07 Joel Brobecker <brobecker@adacore.com>
21639
21640 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
21641 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
21642 gdb.ada/pp-rec-component/pck.ads: New files.
21643
c0d48811
JB
216442014-01-07 Joel Brobecker <brobecker@adacore.com>
21645
21646 * gdb.python/py-pp-integral.c: New file.
21647 * gdb.python/py-pp-integral.py: New file.
21648 * gdb.python/py-pp-integral.exp: New file.
21649
17b609c3 21650For older changes see ChangeLog-1993-2013.
c906108c 21651\f
8d8cb839
EZ
21652;; Local Variables:
21653;; mode: change-log
21654;; left-margin: 8
21655;; fill-column: 74
21656;; version-control: never
21657;; End:
902f2ccb 21658
b811d2c2 21659 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
21660 Copying and distribution of this file, with or without modification,
21661 are permitted provided the copyright notice and this notice are preserved.