Move dwarf2_get_die_type declaration to dwarf2/read.h
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
a88ef40d
TV
12020-02-24 Tom de Vries <tdevries@suse.de>
2
3 PR gdb/25592
4 * gdb.base/info-locals-unused-static-var.c: New test.
5 * gdb.base/info-locals-unused-static-var.exp: New file.
6
01b1af32
TT
72020-02-22 Tom Tromey <tom@tromey.com>
8
9 * gdb.python/tui-window.exp: New file.
10 * gdb.python/tui-window.py: New file.
11
7c043ba6
TT
122020-02-22 Tom Tromey <tom@tromey.com>
13
14 PR tui/17850:
15 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
16 tests.
17
c22fef7e
TT
182020-02-22 Tom Tromey <tom@tromey.com>
19
20 * gdb.tui/new-layout.exp: Add sub-layout tests.
21
ee325b61
TT
222020-02-22 Tom Tromey <tom@tromey.com>
23
24 * gdb.tui/new-layout.exp: New file.
25
3f0cbb04
TT
262020-02-22 Tom Tromey <tom@tromey.com>
27
28 * gdb.rust/rust-style.rs: New file.
29 * gdb.rust/rust-style.exp: New file.
30 * gdb.base/style.exp: Test structure printing.
31 * gdb.base/style.c (struct some_struct): New type.
32 (enum etype): New type.
33 (struct_value): New global.
34
75525152
TV
352020-02-21 Tom de Vries <tdevries@suse.de>
36
37 PR go/18926
38 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
39 Remove blanket xfails. Use message argument for gdb_breakpoint.
40 Make continuing to breakpoint test conditional on setting breakpoint.
41 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
42 DW_AT_name attribute. Add xfail for GCC PR93866.
43
bd360d30
AB
442020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
45
46 * gdb.dwarf2/cpp-linkage-name.c: New file.
47 * gdb.dwarf2/cpp-linkage-name.exp: New file.
48
c7adb09f 492020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
50
51 * lib/gdb.exp (gdb_wrapper_init): Reset
52 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
53 not exist.
54
a9c79803
TV
552020-02-20 Tom de Vries <tdevries@suse.de>
56
57 PR go/17018
58 * gdb.go/hello.exp: Copy ...
59 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
60 print of st to print value of global definition. Add xfail for GCC
61 PR93844.
62 * gdb.go/hello.exp: Remove printing of st before definition.
63 * gdb.go/hello.go: Copy ...
64 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
65 to st.
66 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
67
d7445728
TV
682020-02-20 Tom de Vries <tdevries@suse.de>
69
70 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
71 (gdb_simple_compile): Handle compile_flags go by using .go extension
72 for source file.
73 * gdb.go/chan.exp: Use support_go_compile.
74 * gdb.go/handcall.exp: Same.
75 * gdb.go/hello.exp: Same.
76 * gdb.go/integers.exp: Same.
77 * gdb.go/max-depth.exp: Same.
78 * gdb.go/methods.exp: Same.
79 * gdb.go/package.exp: Same.
80 * gdb.go/strings.exp: Same.
81 * gdb.go/types.exp: Same.
82 * gdb.go/unsafe.exp: Same.
83
c9c41e6d
TV
842020-02-19 Tom de Vries <tdevries@suse.de>
85
86 * gdb.python/lib-types.exp: Make xfail more strict.
87
f20ff837
TV
882020-02-19 Tom de Vries <tdevries@suse.de>
89
90 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
91
08410482
DE
922020-02-19 Doug Evans <dje@google.com>
93
94 PR rust/25535
95 * gdb.rust/simple.exp: Add test.
96 * gdb.rust/simple.rs: Add test.
97
623563f7
TV
982020-02-19 Tom de Vries <tdevries@suse.de>
99
100 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
101 output line-by-line.
102
d3308cfd
TV
1032020-02-19 Tom de Vries <tdevries@suse.de>
104
105 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
106
86cbc5dc
TV
1072020-02-19 Tom de Vries <tdevries@suse.de>
108
109 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
110 prelink.
111
9db2b96b
TV
1122020-02-19 Tom de Vries <tdevries@suse.de>
113
114 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
115 (gdb_do_cache): Use gdb_do_cache_wrap.
116 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
117
89e2fdc5
TV
1182020-02-19 Tom de Vries <tdevries@suse.de>
119
120 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
121 gdb_compile option.
122
373d7ac0
SM
1232020-02-18 Simon Marchi <simon.marchi@efficios.com>
124
125 * gdb.base/printcmds.exp (test_print_enums): Update expected
126 output.
127
b29a2df0
SM
1282020-02-18 Simon Marchi <simon.marchi@efficios.com>
129
130 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
131 for "unknown".
132
6740f0cc
SM
1332020-02-18 Simon Marchi <simon.marchi@efficios.com>
134
135 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
136 enumerator.
137
edd45eb0
SM
1382020-02-18 Simon Marchi <simon.marchi@efficios.com>
139
140 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
141 FE_, add FE_NONE.
142 (three): Update.
143 (enum flag_enum_without_zero): New enum.
144 (flag_enum_without_zero): New variable.
145 (enum not_flag_enum): New enum.
146 (three_not_flag): New variable.
147 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
148 (test_print_enums): Add more tests for printing flag enums.
149
d4295de4
TV
1502020-02-18 Tom de Vries <tdevries@suse.de>
151
152 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
153 (gdb_compile_ada): ... here.
154 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
155 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
156
f251f505
TT
1572020-02-14 Tom Tromey <tom@tromey.com>
158
159 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
160 build directory.
161 * boards/gdbserver-base.exp: Update path to gdbserver.
162
8f432634
TV
1632020-02-13 Tom de Vries <tdevries@suse.de>
164
165 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
166
92b6eaf7
TV
1672020-02-13 Tom de Vries <tdevries@suse.de>
168
169 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
170 are missing.
171
f3b0f7fe
TV
1722020-02-13 Tom de Vries <tdevries@suse.de>
173
174 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
175 call.
176
f6be8713
SDJ
1772020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
178
179 PR tui/25126
180 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
181 * gdb.base/cached-source-file.c: New file.
182 * gdb.base/cached-source-file.exp: New file.
183
b2770d5e
TV
1842020-02-11 Tom de Vries <tdevries@suse.de>
185
186 PR testsuite/25488
187 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
188
44f6938e
TV
1892020-02-10 Tom de Vries <tdevries@suse.de>
190
191 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
192
5f0e2eb7
MR
1932020-02-10 Maciej W. Rozycki <macro@wdc.com>
194
195 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
196 and $after_addr are both integers before making a comparison.
197
46ce2b6f
TV
1982020-02-09 Tom de Vries <tdevries@suse.de>
199
200 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
201 command output and paste it into gdb.log. If any, paste catch message
202 to gdb.log.
203
5abbbe1d
TT
2042020-02-07 Tom Tromey <tromey@adacore.com>
205
206 PR breakpoints/24915:
207 * gdb.base/annotate-symlink.exp: Use setup_xfail.
208
1d5d29e7
SV
2092020-02-06 Shahab Vahedi <shahab@synopsys.com>
210
211 * gdb.tui/tui-missing-src.exp: Add the "missing source
212 file" test for the TUI.
213
b0999b9b
AB
2142020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
215
216 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
217 including a port number in the output.
218
c3b149eb
AKS
2192020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
220
221 * lib/fortran.exp (fortran_int4): Handle clang.
222 (fortran_int8): Likewise.
223 (fortran_real4): Likewise.
224 (fortran_real8): Likewise.
225 (fortran_complex4): Likewise.
226 (fortran_logical4): Likewise.
227 (fortran_character1): Likewise.
228
f8dcc90b
TV
2292020-02-04 Tom de Vries <tdevries@suse.de>
230
231 * README (Race detection): Add note.
232
f90ac7c2
TV
2332020-02-04 Tom de Vries <tdevries@suse.de>
234
235 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
236
780636ae
TV
2372020-02-04 Tom de Vries <tdevries@suse.de>
238
239 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
240
5d2e1193
RA
2412020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
242
243 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
244 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
245 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
246 blttar, bnetarl.
247 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
248 binary for blttar, bnetarl.
249 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
250 wait instruction. Delete ldmx test.
251 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
252
e409c542
AKS
2532020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
254
255 * gdb.fortran/array-bounds-high.exp: New file.
256 * gdb.fortran/array-bounds-high.f90: New file.
257
b0029748
LD
2582020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
259
260 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
261 Replace #include of <sys/fcntl.h> by <fcntl.h>.
262
195a8287
TV
2632020-02-01 Tom de Vries <tdevries@suse.de>
264
265 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
266
42330a68
AB
2672020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
268
269 PR tui/9765
270 * gdb.tui/tui-layout-asm-short-prog.S: New file.
271 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
272
b62a8028
LM
2732020-01-29 Luis Machado <luis.machado@linaro.org>
274
275 * gdb.arch/aarch64-brk-patterns.c: New source file.
276 * gdb.arch/aarch64-brk-patterns.exp: New test.
277
5f440116
TBA
2782020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
279
280 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
281 GCC/Clang version.
282 * gdb.cp/pass-by-ref.exp: Ditto.
283
ee2a6fc6
TV
2842020-01-29 Tom de Vries <tdevries@suse.de>
285
286 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
287 * gdb.threads/watchpoint-fork-mt.c: Same.
288 * gdb.threads/watchpoint-fork-parent.c: Same.
289 * gdb.threads/watchpoint-fork-st.c: Same.
290 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
291
16b10d6e
LM
2922020-01-27 Luis Machado <luis.machado@linaro.org>
293
294 * gdb.base/step-over-syscall.exp (setup): Check if we're already
295 sitting at a syscall instruction when we hit the syscall function's
296 breakpoint.
297 Check PC against one obtained with the x command.
298 Validate syscall number.
299 (step_over_syscall): Don't continue to the syscall instruction if
300 we're already there.
301
b1468492
PW
3022020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
303
304 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
305
7ffa82e1
AB
3062020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
307
308 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
309 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
310
3d92a3e3
AB
3112020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * gdb.dwarf2/dw2-inline-stepping.c: New file.
314 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
315
94a72be7
AB
3162020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
317
318 * gdb.base/maint.exp: Update line table parsing test.
319 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
320
53af73bf
PA
3212020-01-24 Pedro Alves <palves@redhat.com>
322
323 PR gdb/25410
324 * gdb.multi/multi-re-run-1.c: New.
325 * gdb.multi/multi-re-run-2.c: New.
326 * gdb.multi/multi-re-run.exp: New.
327
1ba1ac88
AB
3282020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
329
330 PR gdb/23718
331 * gdb.server/server-kill-python.exp: New file.
332
f3364a6d
AB
3332020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
334
335 * gdb.server/multi-ui-errors.c: New file.
336 * gdb.server/multi-ui-errors.exp: New file.
337
733d0a67
AB
3382020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
339
340 PR tui/9765
341 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
342
4f13c1c0
TT
3432020-01-19 Tom Tromey <tom@tromey.com>
344
345 * gdb.tui/main.exp: Add check for plain "file".
346
40c94099
CB
3472020-01-16 Christian Biesinger <cbiesinger@google.com>
348
349 * lib/gdb.exp: Fix spelling error (seperatelly).
350
ff47f4f0
TT
3512020-01-14 Tom Tromey <tom@tromey.com>
352
353 PR symtab/12535:
354 * gdb.python/python.exp: Test decode_line with empty string
355 argument.
356
717c684d
BE
3572020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
358
359 * gdb.base/skip-inline.exp: Extend test.
360
44e4c775
AB
3612020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
362
363 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
364 * gdb.dwarf2/dw2-bad-elf.c: New file.
365 * gdb.dwarf2/dw2-bad-elf.exp: New file.
366
d93c6db7
AB
3672020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
370 _line_saw_file.
371
9a6d629c
AB
3722020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
375 border.
376
d9ebdab7
TBA
3772020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
378
379 * gdb.multi/multi-target.exp (setup): Factor out "info
380 connections" and "info inferiors" tests to ...
381 (test_info_inferiors): ... this new procedure.
382 (top level): Run new "info-inferiors" tests.
383
f3c469b9
PA
3842020-01-10 Pedro Alves <palves@redhat.com>
385
386 * gdb.server/bkpt-other-inferior.exp: New file.
387
121b3efd
PA
3882020-01-10 Pedro Alves <palves@redhat.com>
389
390 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
391 of "add-inferior".
392 * gdb.base/quit-live.exp: Likewise.
393 * gdb.base/remote-exec-file.exp: Likewise.
394 * gdb.guile/scm-progspace.exp: Likewise.
395 * gdb.linespec/linespec.exp: Likewise.
396 * gdb.mi/new-ui-mi-sync.exp: Likewise.
397 * gdb.mi/user-selected-context-sync.exp: Likewise.
398 * gdb.multi/multi-target.exp (setup): Add "info connection" and
399 "info inferiors" tests.
400 * gdb.multi/remove-inferiors.exp: Adjust expected output of
401 "add-inferior".
402 * gdb.multi/watchpoint-multi.exp: Likewise.
403 * gdb.python/py-inferior.exp: Likewise.
404 * gdb.server/extended-remote-restart.exp: Likewise.
405 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
406 "info inferiors".
407 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
408 * gdb.trace/report.exp: Likewise.
409
1dadb1dd
PA
4102020-01-10 Pedro Alves <palves@redhat.com>
411
412 * gdb.multi/multi-target.c: New file.
413 * gdb.multi/multi-target.exp: New file.
414 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
415 mode requested, but remote does not support non-stop".
416
78f2c40a
PA
4172020-01-10 Pedro Alves <palves@redhat.com>
418
419 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
420 disconnect before reconnecting.
421
e7af6c70
TBA
4222020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
423 Pedro Alves <palves@redhat.com>
424
425 * gdb.server/connect-without-multi-process.exp: Also test
426 continuing to end.
427
acdf84a6
PA
4282020-01-10 Pedro Alves <palves@redhat.com>
429
430 * gdb.base/remote-exec-file.exp: New file.
431
873657b9
PA
4322020-01-10 Pedro Alves <palves@redhat.com>
433
434 * gdb.base/fork-running-state.exp (do_test): Adjust expected
435 output.
436 * gdb.threads/async.c: New.
437 * gdb.threads/async.exp: New.
438 * gdb.multi/tids-gid-reset.c: New.
439 * gdb.multi/tids-gid-reset.exp: New.
440
7f0ae84c
GB
4412020-01-10 George Barrett <bob@bob131.so>
442
443 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
444 to help in finding the image relocation offset.
445 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
446 options in arguments.
447 (stap_test_no_debuginfo): Likewise.
448 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
449 test variants.
450 (stap_test): Add null semaphore relocation test.
451
47e9d49d
GB
4522020-01-10 George Barrett <bob@bob131.so>
453
454 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
455 * gdb.base/stap-probe.exp: Likewise.
456 (stap_test): Pass argument as an additional flag.
457 (stap_test_no_debuginfo): Likewise.
458 (stap_test): Check `info probes stap' output for semaphore
459 addresses if the test binary is supposed to have them.
460
f5a7c406
AB
4612020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
462
463 * gdb.tui/basic.exp: Add more scrolling tests.
464
9ae6bf64
TT
4652020-01-09 Tom Tromey <tom@tromey.com>
466
467 PR tui/18932:
468 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
469 meangingful value.
470 (Term::command, Term::resize): Update.
471 * gdb.tui/basic.exp: Add scrolling test.
472
b2efe70c
AB
4732020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
474
475 * gdb.tui/tui-layout-asm.exp: New file.
476
3804da7e
AB
4772020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
478
479 * lib/tuiterm.exp (Term::check_box_contents): New proc.
480
b40aa28f
AB
4812020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
482
483 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
484 (Term::enter_tui): Use Term::prepare_for_tui.
485
63ffd7c9
AB
4862020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
487
488 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
489 called.
490
3be966f6
AB
4912020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
492
493 * gdb.base/skip.exp: Fix race condition in test.
494
153d79c4
AB
4952020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
496
497 * gdb.base/backtrace.c: New file.
498 * gdb.base/backtrace.exp: New file.
499
f2302a34
AB
5002020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
501
502 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
503
6ec1d75e
PW
5042020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
505
506 * gdb.base/style.exp: Test that warnings are styled.
507
c296cbe6
BE
5082019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
509
510 * gdb.base/line65535.exp: New file.
511 * gdb.base/line65535.c: New file.
512
b28a729d
SM
5132019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
514
515 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
516 * lib/gnat_debug_info_test.adb: New file.
517 * gdb.ada/ptype_tagged_param.exp: Use
518 gnat_runtime_has_debug_info, expect a different output if
519 runtime does not have debug info.
520
7f2d7a0d
SM
5212019-12-20 Simon Marchi <simon.marchi@efficios.com>
522
523 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
524 (another) quote in test name.
525
f3bce483
SM
5262019-12-20 Simon Marchi <simon.marchi@efficios.com>
527
528 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
529 Add quote in test name.
530
c855a912
TBA
5312019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
532
533 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
534 directory instead.
535 * gdb.cp/pass-by-ref.exp: Extend with more cases.
536 * gdb.cp/pass-by-ref-2.cc: New file.
537 * gdb.cp/pass-by-ref-2.exp: New file.
538
fc9d2d72
TT
5392019-12-20 Tom Tromey <tom@tromey.com>
540
541 * gdb.tui/list-before.exp: New file.
542
77b97e00
TT
5432019-12-20 Tom Tromey <tom@tromey.com>
544
545 * gdb.tui/list.exp: Check for source on initial listing.
546
f69656d0
TT
5472019-12-11 Tom Tromey <tromey@adacore.com>
548
549 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
550 Add crlf test.
551
99a55965
SM
5522019-12-18 Simon Marchi <simon.marchi@efficios.com>
553
554 * gdb.base/default.exp: Update value of $_gdb_major.
555
5024637f
BE
5562019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
557
558 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
559
b63634be
BE
5602019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
561
562 * gdb.base/skip.exp: Whitespace fix.
563
45d73523
BE
5642019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
565
566 * gdb.base/skip-inline.c: New file.
567 * gdb.base/skip-inline.exp: New file.
568
d043f8c8
SM
5692019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
570
571 * gdb.base/jit-reader.exp (jit_reader_test): Rename
572 jit_function_00 to jit_function_stack_mangle.
573 * gdb.base/jithost.c (jit_function_t): Rename to...
574 (jit_function_stack_mangle_t): ... this.
575 (jit_function_add_t): New typedef.
576 (jit_function_00_code): Rename to...
577 (jit_function_stack_mangle_code): ... this, make static.
578 (jit_function_add_code): New.
579 (main): Generate "add" function and call it. Adjust to changes
580 in jithost_abi.
581 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
582 (struct jithost_abi) <begin, end>: Remove fields.
583 <object, function_stack_mangle, function_add>: New fields.
584 * gdb.base/jitreader.c (struct reader_state) <code_begin,
585 code_end>: Remove fields.
586 <func_stack_mangle>: New field.
587 (read_debug_info): Adjust to renaming, create block for "add"
588 function.
589 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
590
873de05c
TT
5912019-12-11 Tom Tromey <tom@tromey.com>
592
593 * gdb.tui/resize.exp: Fix regexp.
594 * gdb.tui/regs.exp: Fix regexps.
595 * gdb.tui/main.exp: Fix regexp.
596
3d979945
TT
5972019-12-11 Tom Tromey <tom@tromey.com>
598
599 * gdb.tui/resize.exp: Update.
600 * gdb.tui/empty.exp (layouts): Update.
601
2192a9d3
TT
6022019-12-11 Tom Tromey <tom@tromey.com>
603
604 * gdb.tui/regs.exp: Update.
605 * gdb.tui/empty.exp (layouts): Update.
606 * gdb.tui/basic.exp: Update.
607 * lib/tuiterm.exp (_check_box): Don't check bottom border.
608
d8edc8b7
PW
6092019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
610
611 * gdb.base/options.exp: Add -raw-values in the print completion list.
612 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
613
4c12d936
KB
6142019-12-10 Kevin Buettner <kevinb@redhat.com>
615
616 * gdb.threads/omp-par-scope.c: New file.
617 * gdb/threads/omp-par-scope.exp: New file.
618
26b911fb
KB
6192019-12-10 Kevin Buettner <kevinb@redhat.com>
620
bb47f919
KB
621 * lib/gdb.exp (support_nested_function_tests): New proc.
622
6232019-12-10 Kevin Buettner <kevinb@redhat.com>
624
625 * lib/gdb.exp (gdb_compile_openmp): New proc.
626 (build_executable_from_specs): Add an "openmp" option.
627 (gdb_compile_pthreads): Add non-executable case.
26b911fb 628
6c71eb7d
TT
6292019-12-10 Tom Tromey <tromey@adacore.com>
630
631 * gdb.ada/unchecked_union.exp: New file.
632 * gdb.ada/unchecked_union/pck.adb: New file.
633 * gdb.ada/unchecked_union/pck.ads: New file.
634 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
635 * gdb-utils.exp (string_to_regexp): Also quote "?".
636
bac7c5cf
GB
6372019-12-10 George Barrett <bob@bob131.so>
638
639 Test scripted probe breakpoints.
640 * gdb.guile/scm-breakpoint.c (main): Add probe point.
641 * gdb.python/py-breakpoint.c (main): Likewise.
642 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
643 specifier test.
644 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
645
330f1d38
TBA
6462019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
647
648 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
649 an rvalue parameter.
650 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
651 parameter.
652
b43315e2
AB
6532019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
654
655 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
656 modules.
657
54f73dad
AB
6582019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
659
660 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
661 broken version of GCC.
662
d57cbee9
AB
6632019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
664
665 * gdb.fortran/info-modules.exp: Rewrite to make use of new
666 sym-info-cmds library.
667 * gdb.fortran/info-types.exp: Likewise.
668 * lib/sym-info-cmds.exp: New file.
669
c14aab8c
TV
6702019-12-08 Tom de Vries <tdevries@suse.de>
671
672 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
673
aa2d5a42
KS
6742019-12-07 Keith Seitz <keiths@redhat.com>
675
676 * gdb.base/corefile-buildid-shlib-shr.c: New file.
677 * gdb.base/corefile-buildid-shlib.c: New file.
678 * gdb.base/corefile-buildid.c: New file.
679 * gdb.base/corefile-buildid.exp: New file.
680
93e55f0a
TV
6812019-12-06 Tom de Vries <tdevries@suse.de>
682
683 * gdb.dwarf2/varval.exp: Add decl before def test.
684
c7d12402
TBA
6852019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
686
687 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
688
06acc08f
TBA
6892019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
690
691 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
692 CV and reference conversion for overload resolution.
693 * gdb.cp/rvalue-ref-overload.exp: Test it.
694
e0fad1ea
PW
6952019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
696
697 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
698 * gdb.base/frameapply.exp: Test faas without command.
699
8d70a9f0
AB
7002019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
701
702 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
703 Fortran tests.
704 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
705 order.
706
36c8fb93
AB
7072019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
708
709 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
710 casting to type with no kind specified.
711 (test_basic_parsing_of_type_kinds): Additional tests for types
712 with no kind specified, and add tests for single/double
713 precision/complex types.
714
4139ff00
TT
7152019-12-04 Tom Tromey <tromey@adacore.com>
716
717 * gdb.base/endianity.c (struct other) <x>: New field.
718 (main): Initialize it.
719 * gdb.base/endianity.exp: Update.
720
a05cf17a
TT
7212019-12-04 Tom Tromey <tromey@adacore.com>
722
723 * gdb.ada/scalar_storage/storage.adb: New file.
724 * gdb.ada/scalar_storage/pck.adb: New file.
725 * gdb.ada/scalar_storage/pck.ads: New file.
726 * gdb.ada/scalar_storage.exp: New file.
727
103a685e
TT
7282019-12-04 Tom Tromey <tromey@adacore.com>
729
730 * gdb.base/endianity.c (struct otherendian) <f>: New field.
731 (main): Initialize it.
732 * gdb.base/endianity.exp: Update.
733
c2512106
AB
7342019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
737
293b38d6
AB
7382019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
739
740 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
741 -symbol-info-module-functions and -symbol-info-module-variables.
742
216a7e6b
AB
7432019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
744
745 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
746
5bbd8269
AB
7472019-12-01 Richard Bunt <richard.bunt@arm.com>
748 Andrew Burgess <andrew.burgess@embecosm.com>
749
750 * gdb.fortran/derived-type-striding.exp: New file.
751 * gdb.fortran/derived-type-striding.f90: New file.
752 * gdb.fortran/array-slices.exp: New file.
753 * gdb.fortran/array-slices.f90: New file.
754
be09caf1
PW
7552019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
756
757 * gdb.base/define.exp: Test . in command names.
758 * gdb.base/setshow.exp: Update test, as . is now part of
759 command name.
760
643c0cbe
PW
7612019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
762
763 * gdb.base/define-prefix.exp: New file.
764
dcdec678
AB
7652019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
766
767 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
768 compile.
769 (skip_btrace_pt_tests): Likewise.
770
640ab947
AB
7712019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
772
773 * gdb.fortran/info-modules.exp: Compile source files in correct
774 order.
775
d22670f0
KB
7762019-11-27 Kevin Buettner <kevinb@redhat.com>
777
778 * gdb.dwarf2/imported-unit.exp: New file.
779 * gdb.dwarf2/imported-unit.c: New file.
780
db5960b4
AB
7812019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
782
783 * gdb.mi/mi-fortran-modules-2.f90: New file.
784 * gdb.mi/mi-fortran-modules.exp: New file.
785 * gdb.mi/mi-fortran-modules.f90: New file.
786
7dc42066
AB
7872019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
788
789 * gdb.mi/mi-sym-info-1.c: New file.
790 * gdb.mi/mi-sym-info-2.c: New file.
791 * gdb.mi/mi-sym-info.exp: New file.
792
0dfeecca
TT
7932019-11-22 Tom Tromey <tromey@adacore.com>
794
795 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
796 * gdb.ada/tasks/foo.adb: Add another stopping location.
797
34877895
PJ
7982019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
799
800 * gdb.base/endianity.c: New test.
801 * gdb.base/endianity.exp: New file.
802
2e84f897
LD
8032019-11-21 Lukas Durfina <ldurfina@tachyum.com>
804
805 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
806
65d1cd5f
TV
8072019-11-21 Tom de Vries <tdevries@suse.de>
808
809 PR gdb/24956
810 * gdb.base/ui-redirect.exp: Test output of user-defined command.
811
4f22c3f4
SDJ
8122019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
813
814 * gdb.python/py-progspace.exp: Add missing parentheses on some
815 'print' commands.
816
9f6ad286
TT
8172019-11-19 Tom Tromey <tom@tromey.com>
818
819 * gdb.tui/winheight.exp: New file.
820
0b8dbf3f
AB
8212019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
822
823 * gdb.base/ctf-whatis.c: Delete.
824 * gdb.base/ctf-whatis.exp: Delete.
825 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
826
f833b7a7
AB
8272019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
828
829 * gdb.base/ctf-cvexpr.exp: Delete.
830 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
831
30d0a636
AB
8322019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
833
834 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
835 the compiler. Clean up header comment a little.
836 * gdb.base/ctf-ptype.exp: Likewise.
837 * gdb.base/ctf-whatis.exp: Likewise.
838 * lib/gdb.exp (skip_ctf_tests): New proc.
839
494409bb
SDJ
8402019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
841
842 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
843 * gdb.tui/corefile-run.exp: New file.
844
55708e99
TT
8452019-11-14 Tom Tromey <tromey@adacore.com>
846
847 * gdb.base/gdbvars.exp (test_convenience_variables): Add
848 regression tests.
849
45e42163
TT
8502019-11-12 Tom Tromey <tom@tromey.com>
851
852 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
853 after any command. Expect prompt after WAIT_FOR is seen.
854 (enter_tui): Enable resize messages.
855 (command): Expect command in output.
856 (get_line): Avoid error when cursor appears to be off-screen.
857 (dump_screen): Include screen size in title.
858 (_do_resize): New proc, from "resize".
859 (resize): Rewrite. Do resize in two steps.
860 * gdb.tui/empty.exp (layouts): Fix entries.
861 (check_boxes): Remove xfail.
862 (check_text): Dump screen on failure.
863
086baaf1
AB
8642019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
865
866 * gdb.python/py-symbol.exp: Add test for
867 gdb.lookup_static_symbols.
868
09ff83af
AB
8692019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
870
871 * gdb.python/py-symbol.c: Declare and call function from new
872 py-symbol-2.c file.
873 * gdb.python/py-symbol.exp: Compile both source files, and add new
874 tests for gdb.lookup_static_symbol.
875 * gdb.python/py-symbol-2.c: New file.
876
11af934b
TV
8772019-11-02 Tom de Vries <tdevries@suse.de>
878
879 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
880 * gdb.base/anon.exp: Same.
881 * gdb.base/auto-connect-native-target.exp: Same.
882 * gdb.base/call-ar-st.exp: Same.
883 * gdb.base/catch-syscall.exp: Same.
884 * gdb.base/commands.exp: Same.
885 * gdb.base/default.exp: Same.
886 * gdb.base/display.exp: Same.
887 * gdb.base/float.exp: Same.
888 * gdb.base/foll-fork.exp: Same.
889 * gdb.base/help.exp: Same.
890 * gdb.base/info-macros.exp: Same.
891 * gdb.base/info-proc.exp: Same.
892 * gdb.base/info-target.exp: Same.
893 * gdb.base/long_long.exp: Same.
894 * gdb.base/macscp.exp: Same.
895 * gdb.base/memattr.exp: Same.
896 * gdb.base/nofield.exp: Same.
897 * gdb.base/pointers.exp: Same.
898 * gdb.base/printcmds.exp: Same.
899 * gdb.base/ptype.exp: Same.
900 * gdb.base/restore.exp: Same.
901 * gdb.base/return.exp: Same.
902 * gdb.base/scope.exp: Same.
903 * gdb.base/set-noassign.exp: Same.
904 * gdb.base/setshow.exp: Same.
905 * gdb.base/shlib-call.exp: Same.
906 * gdb.base/signals.exp: Same.
907 * gdb.base/sigstep.exp: Same.
908 * gdb.base/skip.exp: Same.
909 * gdb.base/solib-symbol.exp: Same.
910 * gdb.base/stap-probe.exp: Same.
911 * gdb.base/step-line.exp: Same.
912 * gdb.base/step-test.exp: Same.
913 * gdb.base/style.exp: Same.
914 * gdb.base/varargs.exp: Same.
915 * gdb.base/vla-datatypes.exp: Same.
916 * gdb.base/vla-ptr.exp: Same.
917 * gdb.base/vla-sideeffect.exp: Same.
918 * gdb.base/volatile.exp: Same.
919 * gdb.base/watch-cond-infcall.exp: Same.
920 * gdb.base/watchpoint.exp: Same.
921
e96ec2ba
TV
9222019-11-02 Tom de Vries <tdevries@suse.de>
923
924 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
925 * gdb.cp/cpexprs.exp: Same.
926 * gdb.cp/except-multi-location.exp: Same.
927 * gdb.cp/exceptprint.exp: Same.
928 * gdb.cp/gdb2384.exp: Same.
929 * gdb.cp/inherit.exp: Same.
930 * gdb.cp/m-static.exp: Same.
931 * gdb.cp/meth-typedefs.exp: Same.
932 * gdb.cp/misc.exp: Same.
933 * gdb.cp/namespace.exp: Same.
934 * gdb.cp/non-trivial-retval.exp: Same.
935 * gdb.cp/overload.exp: Same.
936 * gdb.cp/pr17132.exp: Same.
937 * gdb.cp/re-set-overloaded.exp: Same.
938 * gdb.cp/rvalue-ref-types.exp: Same.
939 * gdb.cp/templates.exp: Same.
940
bd5766ec
LM
9412019-11-01 Luis Machado <luis.machado@linaro.org>
942
943 PR gdb/25124
944
945 * gdb.arch/pr25124.S: New file.
946 * gdb.arch/pr25124.exp: New file.
947
165f8965
AB
9482019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
949
950 * gdb.fortran/info-modules.exp: Update expected results, and add
951 additional tests for 'info module functinos', and 'info module
952 variables'.
953 * gdb.fortran/info-types.exp: Update expected results.
954 * gdb.fortran/info-types.f90: Extend testcase with additional
955 module variables and functions.
956
59c35742
AB
9572019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
958
959 * gdb.fortran/info-modules.exp: New file.
960 * gdb.fortran/info-types.exp: Build with new file.
961 * gdb.fortran/info-types.f90: Include and use new module.
962 * gdb.fortran/info-types-2.f90: New file.
963
f3fb2519
PW
9642019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
965
966 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
967 * gdb.base/settings.exp: Test all settings types using
968 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
969 that now verifies that the value of "maint show" is the same as
970 returned by the settings functions. Test the type of the
971 maintenance settings.
972 * gdb.base/default.exp: Update show_conv_list.
973
d1e36019
TV
9742019-10-31 Tom de Vries <tdevries@suse.de>
975
976 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
977 gdb_test.
978 * gdb.arch/amd64-disp-step.exp: Same.
979 * gdb.asm/asm-source.exp: Same.
980 * gdb.btrace/buffer-size.exp: Same.
981 * gdb.btrace/cpu.exp: Same.
982 * gdb.btrace/enable.exp: Same.
983 * gdb.dwarf2/count.exp: Same.
984 * gdb.dwarf2/dw2-ranges-func.exp: Same.
985 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
986 * gdb.fortran/vla-datatypes.exp: Same.
987 * gdb.fortran/vla-history.exp: Same.
988 * gdb.fortran/vla-ptype.exp: Same.
989 * gdb.fortran/vla-value.exp: Same.
990 * gdb.fortran/whatis_type.exp: Same.
991 * gdb.guile/guile.exp: Same.
992 * gdb.multi/tids.exp: Same.
993 * gdb.python/py-finish-breakpoint.exp: Same.
994 * gdb.python/py-framefilter.exp: Same.
995 * gdb.python/py-pp-registration.exp: Same.
996 * gdb.python/py-xmethods.exp: Same.
997 * gdb.python/python.exp: Same.
998 * gdb.server/connect-with-no-symbol-file.exp: Same.
999 * gdb.server/no-thread-db.exp: Same.
1000 * gdb.server/run-without-local-binary.exp: Same.
1001 * gdb.stabs/weird.exp: Same.
1002 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1003 * gdb.threads/thread-find.exp: Same.
1004 * gdb.threads/tls-shared.exp: Same.
1005 * gdb.threads/tls.exp: Same.
1006 * gdb.threads/wp-replication.exp: Same.
1007 * gdb.trace/ax.exp: Same.
1008 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1009
3d11e68e
TV
10102019-10-31 Tom de Vries <tdevries@suse.de>
1011
1012 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1013 * gdb.ada/array_subscript_addr.exp: Same.
1014 * gdb.ada/arrayidx.exp: Same.
1015 * gdb.ada/arrayparam.exp: Same.
1016 * gdb.ada/arrayptr.exp: Same.
1017 * gdb.ada/boolean_expr.exp: Same.
1018 * gdb.ada/call_pn.exp: Same.
1019 * gdb.ada/complete.exp: Same.
1020 * gdb.ada/fixed_cmp.exp: Same.
1021 * gdb.ada/fun_addr.exp: Same.
1022 * gdb.ada/funcall_param.exp: Same.
1023 * gdb.ada/interface.exp: Same.
1024 * gdb.ada/mod_from_name.exp: Same.
1025 * gdb.ada/null_array.exp: Same.
1026 * gdb.ada/packed_array.exp: Same.
1027 * gdb.ada/packed_tagged.exp: Same.
1028 * gdb.ada/print_chars.exp: Same.
1029 * gdb.ada/print_pc.exp: Same.
1030 * gdb.ada/ptype_arith_binop.exp: Same.
1031 * gdb.ada/ptype_field.exp: Same.
1032 * gdb.ada/ptype_tagged_param.exp: Same.
1033 * gdb.ada/rec_return.exp: Same.
1034 * gdb.ada/ref_tick_size.exp: Same.
1035 * gdb.ada/str_ref_cmp.exp: Same.
1036 * gdb.ada/taft_type.exp: Same.
1037 * gdb.ada/tagged.exp: Same.
1038 * gdb.ada/type_coercion.exp: Same.
1039 * gdb.ada/uninitialized_vars.exp: Same.
1040
60b6ede8
TV
10412019-10-30 Tom de Vries <tdevries@suse.de>
1042
1043 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1044
30baf67b
TV
10452019-10-26 Tom de Vries <tdevries@suse.de>
1046
1047 * gdb.base/bigcore.c: Fix typos in comments.
1048 * gdb.base/ctf-ptype.c: Same.
1049 * gdb.base/long_long.c: Same.
1050 * gdb.dwarf2/dw2-op-out-param.S: Same.
1051 * gdb.python/py-evthreads.c: Same.
1052 * gdb.reverse/i387-stack-reverse.c: Same.
1053 * gdb.trace/tfile.c: Same.
1054 * lib/compiler.c: Same.
1055 * lib/compiler.cc: Same.
1056
158da0d1
TV
10572019-10-25 Tom de Vries <tdevries@suse.de>
1058
1059 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1060 gdb_test_multiple calls.
1061 * gdb.reverse/sigall-reverse.exp: Same.
1062 * gdb.reverse/solib-precsave.exp: Same.
1063 * gdb.reverse/solib-reverse.exp: Same.
1064 * gdb.reverse/until-precsave.exp: Same.
1065 * gdb.reverse/until-reverse.exp: Same.
1066
4ccdfbec
TV
10672019-10-24 Tom de Vries <tdevries@suse.de>
1068
1069 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1070 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1071 kfail using -wrap pattern flag and convenience variable
1072 gdb_test_name.
1073
33d569b7
AB
10742019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1075
1076 * gdb.python/py-progspace.exp: Add tests for the
1077 Progspace.block_for_pc method.
1078
4d0b984b
TT
10792019-10-23 Tom Tromey <tom@tromey.com>
1080
1081 * configure: Rebuild.
1082 * aclocal.m4: Use m4_include, not sinclude.
1083
94cb3754
TV
10842019-10-21 Tom de Vries <tdevries@suse.de>
1085
1086 * gdb.base/infcall-nested-structs.c: Add
1087 __attribute__((noinline,noclone)) to all functions.
1088 (call_all): Add missing variable initialization. Simplify return value.
1089 (breakpt): Increment volatile variable, to prevent call from being
1090 optimized out.
1091 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1092
062f1fc1
TV
10932019-10-17 Tom de Vries <tdevries@suse.de>
1094
1095 * gdb.fortran/module.exp: Allow info variables to print info for files
1096 other than module.f90.
1097
0b54364d
AB
10982019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1099
1100 * gdb.fortran/module.exp: Extend with 'info variables' test.
1101
7ff5fae7
AB
11022019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1103
1104 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1105 F77_FOR_TARGET.
1106
d10eccaa
TV
11072019-10-16 Tom de Vries <tdevries@suse.de>
1108
1109 PR tdep/25096
1110 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1111
745ff14e
TV
11122019-10-16 Tom de Vries <tdevries@suse.de>
1113
1114 PR tdep/24104
1115 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1116 Add KFAIL for PR tdep/25096.
1117
03e1ab94
TV
11182019-10-16 Tom de Vries <tdevries@suse.de>
1119
1120 PR testsuite/25059
1121 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1122
b17fcc10
TV
11232019-10-16 Tom de Vries <tdevries@suse.de>
1124
1125 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1126 as signed.
1127
9223170f
SM
11282019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1129
1130 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1131 one instead of increasing timeout.
1132
d6e76313
TV
11332019-10-13 Tom de Vries <tdevries@suse.de>
1134
1135 PR record/25038
1136 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1137 * gdb.reverse/sigall-reverse.exp: Same.
1138 * gdb.reverse/solib-precsave.exp: Same.
1139 * gdb.reverse/solib-reverse.exp: Same.
1140 * gdb.reverse/step-precsave.exp: Same.
1141 * gdb.reverse/until-precsave.exp: Same.
1142 * gdb.reverse/until-reverse.exp: Same.
1143 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1144
6dfc0041
AA
11452019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1146
1147 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1148 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1149 (cmp_struct_05_01, cmp_struct_static_02_01)
1150 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1151 comparisons.
1152
abcf2cc8
TV
11532019-10-10 Tom de Vries <tdevries@suse.de>
1154
1155 PR testsuite/24888
1156 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1157 gnatlink.
1158
a50faaf6
TV
11592019-10-09 Tom de Vries <tdevries@suse.de>
1160
1161 PR testsuite/25048
1162 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1163
60ff3cd7
AB
11642019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1165
1166 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1167 exceptions due to missing debug information.
1168
dfee8566
TV
11692019-10-07 Tom de Vries <tdevries@suse.de>
1170
1171 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1172
3d63690a
AB
11732019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1174
1175 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1176 * gdb.base/annota1.exp: Update to use gdb_test_name.
1177
30d1f018
WP
11782019-10-07 Weimin Pan <weimin.pan@oracle.com>
1179
1180 * gdb.base/ctf-whatis.exp: New file.
1181 * gdb.base/ctf-whatis.c: New file.
1182 * gdb.base/ctf-ptype.exp: New file.
1183 * gdb.base/ctf-ptype.c: New file.
1184 * gdb.base/ctf-constvars.exp: New file.
1185 * gdb.base/ctf-constvars.c: New file.
1186 * gdb.base/ctf-cvexpr.exp: New file.
1187
4dbbb47c
TV
11882019-10-04 Tom de Vries <tdevries@suse.de>
1189
1190 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1191 for loop.
1192
77c2dba3
TT
11932019-10-03 Tom Tromey <tom@tromey.com>
1194
1195 PR rust/24976:
1196 * gdb.rust/simple.rs (Union2): New type.
1197 (main): Use Union2.
1198 * gdb.rust/simple.exp: Add test.
1199
179aed7f
AB
12002019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1201
1202 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1203 nested function prefix.
1204
0a4b0913
AB
12052019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1206 Richard Bunt <richard.bunt@arm.com>
1207 Andrew Burgess <andrew.burgess@embecosm.com>
1208
1209 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1210 nested functions.
1211 * gdb.fortran/nested-funcs.f90: Update expected results.
1212 * gdb.fortran/nested-funcs-2.exp: New file.
1213 * gdb.fortran/nested-funcs-2.f90: New file.
1214
082cce05
AB
12152019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1216
1217 * gdb.python/py-parameter.exp: Make test names unique.
1218 * gdb.python/py-template.exp: Likewise.
1219 * gdb.python/py-value.exp: Likewise.
1220
2b74ba5a
AB
12212019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1222
1223 * gdb.base/break-interp.exp: Reduce test name duplication.
1224 * gdb.base/call-sc.exp: Likewise.
1225 * gdb.base/callfuncs.exp: Likewise.
1226 * gdb.base/charset.exp: Likewise.
1227 * gdb.base/dump.exp: Likewise.
1228 * gdb.base/ena-dis-br.exp: Likewise.
1229 * gdb.base/relational.exp: Likewise.
1230 * gdb.base/step-over-syscall.exp: Likewise.
1231 * gdb.base/structs.exp: Likewise.
1232
58eb20d5
AB
12332019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1234
1235 * gdb.linespec/explicit.exp: Make test names unique.
1236 * gdb.linespec/ls-errs.exp: Likewise.
1237
4d421147
AB
12382019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1239
1240 * gdb.reverse/break-precsave.exp: Make test names unique.
1241 * gdb.reverse/break-reverse.exp: Likewise.
1242 * gdb.reverse/finish-precsave.exp: Likewise.
1243 * gdb.reverse/finish-reverse.exp: Likewise.
1244 * gdb.reverse/machinestate-precsave.exp: Likewise.
1245 * gdb.reverse/machinestate.exp: Likewise.
1246 * gdb.reverse/readv-reverse.exp: Likewise.
1247 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1248 * gdb.reverse/sigall-precsave.exp: Likewise.
1249 * gdb.reverse/sigall-reverse.exp: Likewise.
1250 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1251 * gdb.reverse/watch-precsave.exp: Likewise.
1252 * gdb.reverse/watch-reverse.exp: Likewise.
1253
d8c06f22
AB
12542019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1255
1256 * gdb.threads/stop-with-handle.c: New file.
1257 * gdb.threads/stop-with-handle.exp: New file.
1258
3a56ed86
TV
12592019-10-03 Tom de Vries <tdevries@suse.de>
1260
1261 PR testsuite/25059
1262 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1263 directory" line to be missing.
1264
42275044
TV
12652019-10-03 Tom de Vries <tdevries@suse.de>
1266
1267 PR testsuite/25059
1268 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1269 type optional.
1270
9ef62df0
AA
12712019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1272
1273 * gdb.python/py-format-string.c (string.h): New include.
1274 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1275 the same value, for endianness-independence.
1276 * gdb.python/py-format-string.exp (default_regexp_dict)
1277 (test_pretty_structs, test_format): Adjust expected output to the
1278 changed initialization.
1279
37f6a7f4
TT
12802019-10-02 Tom Tromey <tromey@adacore.com>
1281
1282 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1283
1d58d6a2
PA
12842019-10-02 Pedro Alves <palves@redhat.com>
1285 Andrew Burgess <andrew.burgess@embecosm.com>
1286
1287 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1288 "print-file-var.h".
1289 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1290 (get_version_1): Print this_version_id and its address.
1291 Add extern "C" wrappers around interface functions.
1292 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1293 "print-file-var.h".
1294 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1295 (get_version_2): Print this_version_id and its address.
1296 Add extern "C" wrappers around interface functions.
1297 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1298 <stddef.h> and "print-file-var.h".
1299 Add extern "C" wrappers around interface functions.
1300 [VERSION_ID_MAIN] (this_version_id): Define.
1301 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1302 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1303 up extern "C" blocks.
1304 * gdb.base/print-file-var.exp (test): New, factored out from top
1305 level.
1306 (top level): Test all combinations of attribute hidden or not,
1307 dlopen or not, and this_version_id symbol in main file or not.
1308 Compile tests as both C++ and C, make test names unique.
1309
d770d56f
TT
13102019-10-01 Tom Tromey <tom@tromey.com>
1311
1312 * gdb.base/style.exp: Test "show logging filename".
1313
7f6aba03
TT
13142019-10-01 Tom Tromey <tom@tromey.com>
1315
1316 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1317 * gdb.base/style.exp: Add metadata style test.
1318
14309bb6
TT
13192019-10-01 Tom Tromey <tom@tromey.com>
1320
1321 * gdb.base/style.exp: Test "pwd".
1322
2a3c1174
PA
13232019-10-01 Tom Tromey <tom@tromey.com>
1324
1325 * gdb.base/style.exp: Update tests.
1326
53d666ec
AA
13272019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1328
1329 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1330 'six' to unsigned.
1331 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1332 'five'. Use an all-ones bit pattern for each.
1333 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1334 to its changed values.
1335
4a56a520
TT
13362019-09-30 Tom Tromey <tromey@adacore.com>
1337
1338 * gdb.rust/traits.rs: Disable all warnings.
1339
0df0352a
TV
13402019-09-29 Tom de Vries <tdevries@suse.de>
1341
1342 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1343
73d9a918
TV
13442019-09-29 Tom de Vries <tdevries@suse.de>
1345
1346 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1347
060b3ab4
TV
13482019-09-27 Tom de Vries <tdevries@suse.de>
1349
1350 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1351
68f7d34d
TV
13522019-09-27 Tom de Vries <tdevries@suse.de>
1353
1354 PR record/23188
1355 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1356
5d63b30a
TT
13572019-09-26 Tom Tromey <tromey@adacore.com>
1358
1359 * gdb.ada/py_taft.exp: New file.
1360 * gdb.ada/py_taft/main.adb: New file.
1361 * gdb.ada/py_taft/pkg.adb: New file.
1362 * gdb.ada/py_taft/pkg.ads: New file.
1363
3d435220
TV
13642019-09-24 Tom de Vries <tdevries@suse.de>
1365
1366 PR gdb/24598
1367 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1368
77d03678
TV
13692019-09-22 Tom de Vries <tdevries@suse.de>
1370
1371 * gdb.base/restore.exp: Allow register variables to be optimized out at
1372 -O0.
1373
abf516c6
UW
13742019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1375
1376 * gdb.arch/spu-info.exp: Remove file.
1377 * gdb.arch/spu-info.c: Remove file.
1378 * gdb.arch/spu-ls.exp: Remove file.
1379 * gdb.arch/spu-ls.c: Remove file.
1380
1381 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1382 * gdb.asm/spu.inc: Remove file.
1383
1384 * gdb.base/dump.exp: Remove support for spu*-*-*.
1385 * gdb.base/stack-checking.exp: Likewise.
1386 * gdb.base/overlays.exp: Likewise.
1387 * gdb.base/ovlymgr.c: Likewise.
1388 * gdb.base/spu.ld: Remove file.
1389
1390 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1391 * gdb.cp/cpexprs.exp: Likewise.
1392 * gdb.cp/exception.exp: Likewise.
1393 * gdb.cp/gdb2495.exp: Likewise.
1394 * gdb.cp/mb-templates.exp: Likewise.
1395 * gdb.cp/pr9167.exp: Likewise.
1396 * gdb.cp/userdef.exp: Likewise.
1397
1398 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1399
1400 * gdb.cell: Remove directory.
1401 * lib/cell.exp: Remove file.
1402
e452e88f
TV
14032019-09-19 Tom de Vries <tdevries@suse.de>
1404
1405 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1406
8a625130
TV
14072019-09-19 Tom de Vries <tdevries@suse.de>
1408
1409 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1410
81dc3ab5
TV
14112019-09-19 Tom de Vries <tdevries@suse.de>
1412
1413 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1414 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1415 (gdb_target_cmd): ... here.
1416 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1417 value 2.
1418
b078f3ac
AB
14192019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1420
1421 * gdb.base/source-dir.exp: Avoid having directory names in test
1422 names.
1423
f1b620e9
MG
14242019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1425
1426 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1427 directory.
1428
67f3ed6a
AB
14292019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1430
1431 * gdb.base/list-missing-source.exp: New file.
1432
d1b70248
TV
14332019-09-14 Tom de Vries <tdevries@suse.de>
1434
1435 PR teststuite/24599
1436 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1437 * lib/ada.exp (gnatmake_version_at_least): New proc.
1438
5fabdcd6
AB
14392019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1440
1441 * gdb.base/maint.exp: Use exec_has_index_section.
1442
aa17805f
AB
14432019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1444
1445 * gdb.base/maint.exp: Add test for 'maint info sections'.
1446
25e5c209
TV
14472019-09-12 Tom de Vries <tdevries@suse.de>
1448
1449 * gdb.base/store.exp: Allow register variables to be optimized out at
1450 -O0.
1451
4993045d
PW
14522019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1453
1454 * gdb.ada/rdv_wait.exp: Update to new task names.
1455 * gdb.base/task_switch_in_core.exp: Likewise.
1456 * gdb.base/info_sources_base.c: Likewise.
1457
8a516164
TT
14582019-09-10 Tom Tromey <tromey@adacore.com>
1459
1460 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1461
aa391654
TT
14622019-09-10 Tom Tromey <tromey@adacore.com>
1463
1464 * gdb.ada/dgopt.exp: New file.
1465 * gdb.ada/dgopt/x.adb: New file.
1466
8634b462
TT
14672019-09-08 Tom Tromey <tom@tromey.com>
1468
1469 * gdb.tui/resize.exp: Remove setup_xfail.
1470 * gdb.tui/regs.exp: Remove setup_xfail.
1471 * gdb.tui/basic.exp: Remove setup_xfail.
1472
736b0f76
DB
14732019-09-06 David Blaikie <dblaikie@gmail.com>
1474
1475 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1476 * gdb.cp/cplabel.exp: Ditto.
1477 * gdb.linespec/ls-errs.exp: Ditto.
1478
30331a6c
TV
14792019-09-05 Tom de Vries <tdevries@suse.de>
1480
1481 * lib/gdb.exp (cmp_file_string): New proc.
1482 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1483 runto_main. Verify save breakpoints output.
1484
98b0ebab
PW
14852019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1486
1487 * gdb.base/info-var.exp: Test info variables without running
1488 to main, to avoid expect's buffer overflow.
1489
4e962e74
TT
14902019-09-03 Tom Tromey <tromey@adacore.com>
1491
1492 * gdb.ada/bias.exp: New file.
1493 * gdb.ada/bias/bias.adb: New file.
1494 * gdb.ada/print_chars.exp: Add regression test.
1495 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1496 (MC): New variable.
1497
2ea1a07a
SL
14982019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1499
1500 * gdb.base/argv0-symlink.exp: Run only on native target
1501 and local host.
1502
8077c50d
TV
15032019-08-29 Tom de Vries <tdevries@suse.de>
1504
1505 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1506 diverse debug info.
1507 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1508
48352473
TV
15092019-08-28 Tom de Vries <tdevries@suse.de>
1510
1511 * gdb.base/info-var.exp: Allow info variables to print info for files
1512 other than info-var-f1.c and info-var-f2.c.
1513
d8f27c60
AB
15142019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1515
1516 * gdb.fortran/info-types.exp: Add module.
1517 * gdb.fortran/info-types.f90: Update expected results.
1518
1f20c35e
AB
15192019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1520
1521 * gdb.fortran/info-types.exp: New file.
1522 * gdb.fortran/info-types.f90: New file.
1523 * lib/fortran.exp (fortran_character1): New proc.
1524
4acfdd20
AB
15252019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1526
1527 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1528 functions'. Reindent as needed.
1529 * gdb.base/info-var-f1.c: New file.
1530 * gdb.base/info-var-f2.c: New file.
1531 * gdb.base/info-var.exp: New file.
1532 * gdb.base/info-var.h: New file.
1533
5c31b358
TV
15342019-08-26 Tom de Vries <tdevries@suse.de>
1535
1536 PR c++/24852
1537 * gdb.cp/no-libstdcxx-probe.exp: New test.
1538
b694989f
TV
15392019-08-26 Tom de Vries <tdevries@suse.de>
1540
1541 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1542 * tests need to be skipped.
1543 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1544 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1545 mi_skip_libstdcxx_probe_tests.
1546
d9c4ba53
SDJ
15472019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1548
1549 * gdb.python/py-xmethods.exp: Use raw strings when passing
1550 arguments to SimpleXMethodMatcher.
1551
395fad09
TV
15522019-08-22 Tom de Vries <tdevries@suse.de>
1553
1554 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1555 more informative.
1556
26c957f1
PA
15572019-08-21 Pedro Alves <palves@redhat.com>
1558
1559 * gdb.base/with.exp: Test "with" with no arguments.
1560
61f80d5d
TV
15612019-08-21 Tom de Vries <tdevries@suse.de>
1562
1563 * gdb.base/gdb-caching-proc.exp: Sort files.
1564
d7a11d13
TV
15652019-08-20 Tom de Vries <tdevries@suse.de>
1566
1567 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1568 compilation.
1569
34dafe9f
TV
15702019-08-16 Tom de Vries <tdevries@suse.de>
1571
1572 * gdb.base/compare-sections.exp ("after run to main"): Allow
1573 mismatched read-only sections for PIE executables.
1574
398fdd60
TT
15752019-08-16 Tom Tromey <tom@tromey.com>
1576
1577 * lib/tuiterm.exp (_csi_Z): New proc.
1578 * gdb.tui/basic.exp: Update window positions.
1579 * gdb.tui/empty.exp: Update window positions.
1580
d8f9e51c
SL
15812019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1582
1583 * gdb.base/examine-backward.exp: Correct regexp for
1584 "examine 3 bytes backward from ${address_zero}".
1585
3df505f6
TT
15862019-08-15 Tom Tromey <tom@tromey.com>
1587
1588 * gdb.tui/empty.exp: Enable resizing tests.
1589
272560b5
TT
15902019-08-15 Tom Tromey <tromey@adacore.com>
1591
1592 * gdb.ada/char_enum.exp: Add regression tests.
1593 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1594 and '0'.
1595 (Char, Gchar): Update.
1596 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1597
08235187
CB
15982019-08-15 Christian Biesinger <cbiesinger@google.com>
1599
1600 * gdb.python/python.exp: Expect a leading underscore on
1601 GdbOutput{,Error}File.
1602
22a2ab04
SL
16032019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1604
1605 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1606 Windows host.
1607
835b995b
SL
16082019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1609
1610 * gdb.base/batch-preserve-term-settings.exp
1611 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1612
97dd8e07
CB
16132019-08-15 Christian Biesinger <cbiesinger@google.com>
1614
1615 * lib/gdb.exp: When running on a mingw target, replace
1616 /x/ with x:/.
1617
75faf5c4
AH
16182019-08-14 Alan Hayward <alan.hayward@arm.com>
1619
1620 * gdb.arch/aarch64-prologue.c: New test.
1621 * gdb.arch/aarch64-prologue.exp: New file.
1622
abc6c00f
TV
16232019-08-13 Tom de Vries <tdevries@suse.de>
1624
1625 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1626 Thread.
1627
74c2c1f4
SL
16282019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1629
1630 * gdb.python/py-completion.exp: Download the .py file to the host
1631 and use its host pathname. Conditionalize tests that use
1632 tab completion and manipulate files on the build machine.
1633 * gdb.python/py-events.exp: Download the .py file to the host
1634 and use its host pathname.
1635 * gdb.python/py-evsignal.exp: Likewise.
1636 * gdb.python/py-evthreads.exp: Likewise.
1637 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1638 pathname syntax.
1639 * gdb.python/py-framefilter.exp: Download the .py file to the right
1640 place on the host. Match Windows pathname syntax.
1641 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1642 .py file to the host and use its host pathname.
1643 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1644 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1645 build pathname. Skip symlink test on Windows host. Add missing
1646 newline at end of file.
1647 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1648 and use its host pathname.
1649 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1650 * gdb.python/py-section-script.exp: Use host location of binfile
1651 on safe-path. Use correct path separator on Windows host.
1652 Reorder alternatives in gdb_test_multiple to prevent matching
1653 the wrong alternative on success.
1654 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1655
ca2589f3
PP
16562019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1657
1658 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1659 expect the GDB inferior to no longer immediately stop after
1660 being resumed with "signal SIGINT".
1661
020a839d
SL
16622019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1663
1664 * gdb.linespec/break-ask.exp: Generalize regexps to match
1665 Windows pathnames too.
1666
128d6509
TV
16672019-08-08 Tom de Vries <tdevries@suse.de>
1668
1669 PR testsuite/24862
1670 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1671
590042fc
PW
16722019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1673
1674 * gdb.base/style.exp: Update tests for help doc new invariants.
1675 * gdb.base/help.exp: Likewise.
1676
046bebe1
TT
16772019-08-06 Tom Tromey <tom@tromey.com>
1678
1679 * gdb.base/style.exp: Add disassemble test.
1680 * gdb.base/style.c (some_called_function): New function.
1681 (main): Use it.
1682
0b27c27d
CB
16832019-08-05 Christian Biesinger <cbiesinger@google.com>
1684
1685 * gdb.python/py-block.exp: Test dictionary access on blocks.
1686
580f1034
SM
16872019-08-05 Simon Marchi <simon.marchi@efficios.com>
1688
1689 PR gdb/24863
1690 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1691 -list-thread-groups --available test when running under
1692 check-read1.
1693
d86bd7cb
TV
16942019-08-05 Tom de Vries <tdevries@suse.de>
1695
1696 PR testsuite/24863
1697 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1698 * gdb.base/help.exp: Use with_read1_timeout_factor.
1699 * gdb.base/info-macros.exp: Same.
1700 * gdb.cp/nested-types.exp: Same.
1701
a80cf5d8
TV
17022019-08-05 Tom de Vries <tdevries@suse.de>
1703
1704 * lib/gdb.exp (version_at_least): Factor out of ...
1705 (tcl_version_at_least): ... here.
1706 (gdb_compile): Fail if pie results in non-PIE executable.
1707 (readelf_version, readelf_prints_pie): New proc.
1708 (exec_is_pie): Return -1 if unknown.
1709
d0962838
TV
17102019-08-05 Tom de Vries <tdevries@suse.de>
1711
1712 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1713
2252ff3d
SL
17142019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1715
1716 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1717
26655f53
SL
17182019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1719
1720 * lib/completion-support.exp (test_gdb_complete_none): Skip
1721 tab completion tests if no readline support.
1722 (test_gdb_complete_unique_re): Likewise.
1723 (test_gdb_complete_multiple): Likewise.
1724
db4dc13e
PW
17252019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1726
1727 * gdb.base/info_sources.exp: New file.
1728 * gdb.base/info_sources.c: New file.
1729 * gdb.base/info_sources_base.c: New file.
1730
0eba165a
PFC
17312019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1732
1733 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1734 prefix argument.
1735 (test_exit_status): Add prefix argument.
1736
59bd512b
TV
17372019-08-01 Tom de Vries <tdevries@suse.de>
1738
1739 PR testsuite/24863
1740 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1741 calling exp_continue for new thread and thread exited messages.
1742
2a3ad588
TV
17432019-08-01 Tom de Vries <tdevries@suse.de>
1744
1745 PR testsuite/24863
1746 * gdb.base/structs.exp: Fix check-read1 timeout using
1747 gdb_test_sequence.
1748 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1749
117eb594
TV
17502019-08-01 Tom de Vries <tdevries@suse.de>
1751
1752 PR testsuite/24863
1753 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1754 line.
1755
ed591340
TV
17562019-08-01 Tom de Vries <tdevries@suse.de>
1757
1758 PR testsuite/24863
1759 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1760
aa3b6533
TT
17612019-07-30 Tom Tromey <tromey@adacore.com>
1762
1763 * gdb.ada/display_nested.exp: New file.
1764 * gdb.ada/display_nested/foo.adb: New file.
1765 * gdb.ada/display_nested/pack.adb: New file.
1766 * gdb.ada/display_nested/pack.ads: New file.
1767
2906593f
CB
17682019-07-30 Christian Biesinger <cbiesinger@google.com>
1769
1770 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1771 namespace.
1772 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1773
0f575925
TV
17742019-07-30 Tom de Vries <tdevries@suse.de>
1775
1776 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1777 instead.
1778
b13057d9
TV
17792019-07-30 Tom de Vries <tdevries@suse.de>
1780
1781 PR testsuite/24834
1782 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1783 (exec_is_pie): New proc.
1784
5c4dde85
CB
17852019-07-29 Christian Biesinger <cbiesinger@google.com>
1786
1787 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1788
c620ed88
CB
17892019-07-29 Christian Biesinger <cbiesinger@google.com>
1790
1791 * gdb.python/py-objfile.c: Add global and static vars.
1792 * gdb.python/py-objfile.exp: Test new functions Objfile.
1793 lookup_global_symbol and lookup_static_symbol.
1794
3d235706
TT
17952019-07-29 Tom Tromey <tom@tromey.com>
1796
1797 * lib/tuiterm.exp (Term::_csi_@): New proc.
1798 (Term::_csi_X): Don't move cursor.
1799
c7e4c0a6
PW
18002019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1801
1802 * gdb.base/options.exp: Update backtrace - completion to
1803 new option -frame-info.
1804 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1805 Test new 'set print frame-info'. Test backtrace -frame-info
1806 overriding 'set print frame-info'.
1807 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1808 Test new 'set print frame-info'.
1809 Verify consistency of backtrace with and without filters, with and
1810 without -no-filters.
1811 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1812 default.
1813
de28a3b7
TV
18142019-07-29 Tom de Vries <tdevries@suse.de>
1815
1816 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1817 no arguments".
1818
507dd60e
TV
18192019-07-29 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1822 is a substring of the first for "complete non-unique file name".
1823
5beafce9
TV
18242019-07-29 Tom de Vries <tdevries@suse.de>
1825
1826 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1827 with ".*".
1828
2d274232
TV
18292019-07-29 Tom de Vries <tdevries@suse.de>
1830
1831 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1832 Pass prompt_regexp parameter to gdb_test_multiple calls.
1833
9197cd8b
TV
18342019-07-29 Tom de Vries <tdevries@suse.de>
1835
1836 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1837 print registers" regexps.
1838
b528dae0
TV
18392019-07-29 Tom de Vries <tdevries@suse.de>
1840
1841 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1842
d17725d7
TV
18432019-07-29 Tom de Vries <tdevries@suse.de>
1844
1845 PR gdb/24855
1846 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1847 (skip_python_tests_prompt): Add prompt_regexp argument to
1848 gdb_test_multiple calls.
1849
52b75bf1
TT
18502019-07-27 Tom Tromey <tom@tromey.com>
1851
1852 * gdb.tui/main.exp: New file.
1853
2b1d00c2
TT
18542019-07-27 Tom Tromey <tom@tromey.com>
1855
1856 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1857 optional.
1858 * gdb.tui/empty.exp: New file.
1859
ded631d5
TT
18602019-07-27 Tom Tromey <tom@tromey.com>
1861
1862 * lib/tuiterm.exp (spawn): New proc.
1863 (Term::resize): New proc.
1864 * gdb.tui/resize.exp: New file.
1865
58ac439d
TT
18662019-07-27 Tom Tromey <tom@tromey.com>
1867
1868 * gdb.tui/list.exp: New file.
1869
fe1f56ee
TT
18702019-07-27 Tom Tromey <tom@tromey.com>
1871
1872 * gdb.tui/regs.exp: New file.
1873
f790b310
TT
18742019-07-27 Tom Tromey <tom@tromey.com>
1875
1876 * gdb.tui/basic.exp: Add "layout split" test.
1877
d95fc6ee
TT
18782019-07-27 Tom Tromey <tom@tromey.com>
1879
1880 * gdb.tui/basic.exp: Add "layout asm" test.
1881
c3786b3a
TT
18822019-07-27 Tom Tromey <tom@tromey.com>
1883
1884 * lib/tuiterm.exp: New file.
1885 * gdb.tui/basic.exp: New file.
1886
98a617f8
KB
18872019-07-27 Kevin Buettner <kevinb@redhat.com>
1888
1889 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1890 Enable tests associated with this flag. Adjust regex
1891 referencing "foo_low" to now refer to "foo_cold" instead.
1892
5c076da4
KB
18932019-07-27 Kevin Buettner <kevinb@redhat.com>
1894
1895 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1896 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1897 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1898 foo_cold. Revise comments to match.
1899 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1900 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1901 were wrapped into this proc; Call do_test in loop from outermost
1902 level.
1903 (foo_low): Rename all occurrences to "foo_cold".
1904 (backtrace from baz): New test.
1905 (x2/i foo_cold): New test.
1906 (info line *foo_cold): New test.
1907
1512d3b7
TV
19082019-07-26 Tom de Vries <tdevries@suse.de>
1909
1910 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1911
297989a1
TV
19122019-07-25 Tom de Vries <tdevries@suse.de>
1913
1914 PR testsuite/24830
1915 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1916 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1917 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1918 (skip_libstdcxx_probe_tests): ... here.
1919 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1920
b3b965fb
TV
19212019-07-24 Tom de Vries <tdevries@suse.de>
1922
1923 PR testsuite/24807
1924 * gdb.objc/basicclass.m: Include stdio.h.
1925 * gdb.objc/nondebug.m: Same.
1926 * gdb.objc/objcdecode.m: Same.
1927
4625b4d0
TV
19282019-07-24 Tom de Vries <tdevries@suse.de>
1929
1930 PR testsuite/24612
1931 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1932 additional_flags.
1933
024a5840
TV
19342019-07-24 Tom de Vries <tdevries@suse.de>
1935
1936 PR testsuite/24831
1937 * gdb.multi/tids.exp: Update error messages for info threads.
1938
c76ddaa3
TV
19392019-07-24 Tom de Vries <tdevries@suse.de>
1940
1941 * gdb.base/info-types.exp: Allow info types to print info for more than
1942 one file.
1943
9a618ef6
TV
19442019-07-23 Tom de Vries <tdevries@suse.de>
1945
1946 PR testsuite/24842
1947 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1948 gdb_spawn_with_cmdline_opts.
1949
40eadf04
SP
19502019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1951
1952 * gdb.arch/arm-cmse-sgstubs.c: New test.
1953 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1954
5ba29434
TV
19552019-07-23 Tom de Vries <tdevries@suse.de>
1956
1957 PR testsuite/24711
1958 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1959 issuing next command.
1960
a8e9d247
AB
19612019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1962
1963 * gdb.ada/info_auto_lang.exp: Update expected results.
1964 * gdb.base/info-types.c: Add additional types to check.
1965 * gdb.base/info-types.exp: Update expected results.
1966
eb86c5e2
AB
19672019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1968
1969 * gdb.base/info-types.c: New file.
1970 * gdb.base/info-types.exp: New file.
1971
01e175fe
AB
19722019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1973
1974 * gdb.arch/riscv-bp-infcall.c: New file.
1975 * gdb.arch/riscv-bp-infcall.exp: New file.
1976
6b78c3f8
AB
19772019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1978
1979 PR breakpoints/24541
1980 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1981
da738167
TV
19822019-07-14 Tom de Vries <tdevries@suse.de>
1983
1984 PR testsuite/24760
1985 * gdb.objc/basicclass.exp: Fix unterminated string.
1986
0d4e84ed
AB
19872019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1988 Andrew Burgess <andrew.burgess@embecosm.com>
1989
1990 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1991 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1992 negative bounds.
1993 * gdb.fortran/vla-value.exp: Print elements of an array with
1994 negative bounds.
1995 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1996 testing.
1997
021d8588
AB
19982019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1999
2000 * gdb.base/options.exp (expect_string): Dequote strings in
2001 results.
2002 (test-string): Test strings with different quoting and reindent.
2003
f06f1252
TT
20042019-07-10 Tom Tromey <tromey@adacore.com>
2005
2006 * gdb.ada/mi_ex_cond.exp: Update expected results.
2007 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2008 * gdb.ada/mi_catch_ex.exp: Update expected results.
2009 * gdb.ada/mi_catch_assert.exp: Update expected results.
2010 * gdb.ada/catch_ex.exp (catch_exception_info)
2011 (catch_exception_entry, catch_assert_entry)
2012 (catch_unhandled_entry): Update.
2013 * gdb.ada/catch_assert_if.exp: Update expected results.
2014
b863685d
RB
20152019-07-10 Richard Bunt <richard.bunt@arm.com>
2016 Stephen Roberts <stephen.roberts@arm.com>
2017
2018 * gdb.base/define.exp: Restore original prompt.
2019
cb1e4e32
PA
20202019-07-09 Pedro Alves <palves@redhat.com>
2021
2022 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2023 breakpoints" output.
2024 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2025 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2026 throw" creates breakpoint.
2027 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2028 'type="catchpoint"'.
2029
b58a68fe
PA
20302019-07-09 Pedro Alves <palves@redhat.com>
2031
2032 PR c++/15468
2033 * gdb.cp/except-multi-location-lib.cc: New.
2034 * gdb.cp/except-multi-location-main.cc: New.
2035 * gdb.cp/except-multi-location.exp: New.
2036
0826779b
PW
20372019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2038
2039 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2040 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2041 argument and update callers.
2042
5b0e2db4
AB
20432019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2044
2045 * gdb.arch/amd64-break-on-asm-line.S: New file.
2046 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2047
1f6f6e21
PW
20482019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2049
2050 * gdb.base/printcmds.exp: Test printing C string and
2051 C wide string convenience vars without transiting via the inferior.
2052 Also make test names unique.
2053
ea142fbf
AH
20542019-07-08 Alan Hayward <alan.hayward@arm.com>
2055
5862c886 2056 PR breakpoints/25011
ea142fbf
AH
2057 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2058
213fd9fa
PA
20592019-07-04 Pedro Alves <palves@redhat.com>
2060
2061 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2062 body returned ok(0), break(3) or continue(4).
2063 * gdb.testsuite/foreach_with_prefix.exp: New file.
2064
2b40fda7
AH
20652019-07-04 Alan Hayward <alan.hayward@arm.com>
2066
2067 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2068
a26c8de0
PA
20692019-07-03 Pedro Alves <palves@redhat.com>
2070
2071 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2072 "return -code".
2073
5f4ba3e7
PA
20742019-07-03 Pedro Alves <palves@redhat.com>
2075
2076 PR cli/24732
2077 * gdb.base/shell.exp: Load completion-support.exp.
2078 Adjust expected error output. Add completion tests.
2079
a994424f
PA
20802019-07-03 Pedro Alves <palves@redhat.com>
2081
2082 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2083 string_to_regexp.
2084
3d9be6f5
PA
20852019-07-03 Pedro Alves <palves@redhat.com>
2086
2087 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2088 (expect_integer): Adjust to expect "-string".
2089 (expect_string): New.
2090 (all_options): Expect "-string".
2091 (test-flag, test-boolean): Adjust to expect "-string".
2092 (test-string): New proc.
2093 (top level): Call it.
2094
41fc454c
PA
20952019-07-03 Pedro Alves <palves@redhat.com>
2096
2097 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2098 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2099 the expected output in the success.
2100
b2b2a215
PA
21012019-07-03 Pedro Alves <palves@redhat.com>
2102
2103 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2104 Split one gdb_test_multiple call in two to avoid a race.
2105
fdbc9870
PA
21062019-07-03 Pedro Alves <palves@redhat.com>
2107
2108 * gdb.base/with.c: New file.
2109 * gdb.base/with.exp: New file.
2110
c6ac8931
PA
21112019-07-03 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.base/settings.exp: Replace all references to "maint
2114 test-settings set" with references to "maint set test-settings",
2115 and all references to "maint test-settings show" with references
2116 to "maint show test-settings".
2117
970f9d09
PA
21182019-07-03 Pedro Alves <palves@redhat.com>
2119
2120 * gdb.base/settings.exp (test-string): Adjust expected out when
2121 testing "maint test-settings show filename"
2122
54d66006
PA
21232019-07-02 Pedro Alves <palves@redhat.com>
2124
2125 * gdb.base/options.exp (test-info-threads): New procedure.
2126 (top level): Call it.
2127
10d06d82
TT
21282019-06-28 Tom Tromey <tromey@adacore.com>
2129
2130 * gdb.dwarf2/ada-linkage-name.c: New file.
2131 * gdb.dwarf2/ada-linkage-name.exp: New file.
2132
3d507ff2
TT
21332019-06-27 Tom Tromey <tromey@adacore.com>
2134
d039f014 2135 PR c++/20020:
3d507ff2
TT
2136 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2137
8af58ffe
TV
21382019-06-26 Tom de Vries <tdevries@suse.de>
2139
2140 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2141
22e21752
TV
21422019-06-26 Tom de Vries <tdevries@suse.de>
2143
2144 * gdb.base/index-cache.exp: Add back missing debug option.
2145
b65b566c
PW
21462019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2147
2148 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2149
5c2c8c69
TV
21502019-06-25 Tom de Vries <tdevries@suse.de>
2151
2152 PR testsuite/24727
2153 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2154
164e3873
TV
21552019-06-24 Tom de Vries <tdevries@suse.de>
2156
2157 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2158
824eacee
TV
21592019-06-24 Tom de Vries <tdevries@suse.de>
2160
2161 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2162 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2163 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2164
385b97d3
TV
21652019-06-24 Tom de Vries <tdevries@suse.de>
2166
2167 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2168
c596f180
TV
21692019-06-21 Tom de Vries <tdevries@suse.de>
2170
2171 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2172
b13a7d03
TV
21732019-06-21 Tom de Vries <tdevries@suse.de>
2174
2175 PR testsuite/24518
2176 PR ada/24713
2177 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2178 index.
2179
899277ae
TT
21802019-06-19 Tom Tromey <tromey@adacore.com>
2181
2182 * gdb.ada/length_cond.exp: Add intro comment.
2183
680e1bee
TT
21842019-06-19 Tom Tromey <tromey@adacore.com>
2185
2186 * gdb.ada/length_cond.exp: New file.
2187 * gdb.ada/length_cond/length_cond.adb: New file.
2188 * gdb.ada/length_cond/pck.adb: New file.
2189 * gdb.ada/length_cond/pck.ads: New file.
2190
0ed4690a
TV
21912019-06-18 Tom de Vries <tdevries@suse.de>
2192
2193 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2194
d20ed5fd
TT
21952019-06-18 Tom Tromey <tromey@adacore.com>
2196
2197 * gdb.base/list0.h: Add comment explaining control character.
2198
86e04673
TV
21992019-06-18 Tom de Vries <tdevries@suse.de>
2200
2201 * boards/fission.exp: Break up long debug_flags line.
2202
c4973306
SM
22032019-06-16 Tom de Vries <tdevries@suse.de>
2204
2205 PR gdb/24445
2206 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2207 generated index.
2208
93cb9841
AB
22092019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2210
2211 PR gdb/24686
2212 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2213 improve detection of bug gdb/24541.
2214
399aaebd
SM
22152019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2216
2217 PR gdb/24669
2218 * gdb.base/index-cache.exp (uses_readnow,
2219 expecting_index_cache_use): Define global variable.
2220 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2221 expecting_index_cache_use.
2222
584a927c
AB
22232019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2224 Andrew Burgess <andrew.burgess@embecosm.com>
2225
2226 * gdb.fortran/pointers.f90: New file.
2227 * gdb.fortran/print_type.exp: New file.
2228 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2229 * gdb.fortran/vla-type.exp: Likewise.
2230 * gdb.fortran/vla-value.exp: Likewise.
2231 * gdb.mi/mi-vla-fortran.exp: Likewise.
2232
30056ea0
AB
22332019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2234
2235 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2236 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2237 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2238 as a stop reason.
2239
ec8e2b6d
AB
22402019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2241
2242 * gdb.base/annota1.exp: Update expected results.
2243 * gdb.cp/annota2.exp: Likewise.
2244 * gdb.cp/annota3.exp: Likewise.
2245
09e4c4e1
AB
22462019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2247
2248 * gdb.base/style-logging.exp: Remove path from test name.
2249
0735b091
TT
22502019-06-14 Tom Tromey <tromey@adacore.com>
2251
2252 PR gdb/24502:
2253 * gdb.base/style-logging.exp: New file.
2254
f5686554
TT
22552019-06-14 Tom Tromey <tromey@adacore.com>
2256
2257 * gdb.base/symfile-warn.exp: New file.
2258 * gdb.base/symfile-warn.c: New file.
2259
a0c1ffed
TT
22602019-06-14 Tom Tromey <tromey@adacore.com>
2261
2262 * gdb.base/annotate-symlink.exp: New file.
2263
f411722c
TT
22642019-06-14 Tom Tromey <tromey@adacore.com>
2265
2266 * gdb.ada/set_wstr.exp: Add reassignment test.
2267
4268ec18
TT
22682019-06-14 Tom Tromey <tromey@adacore.com>
2269
2270 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2271 'unchecked_access and 'unrestricted_access as well.
2272
9a9e394b
TT
22732019-06-14 Tom Tromey <tromey@adacore.com>
2274
2275 PR ada/24539:
2276 * gdb.ada/vla.exp: Update tests.
2277 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2278 pragma.
2279
4c048731
PA
22802019-06-13 Pedro Alves <palves@redhat.com>
2281
2282 * gdb.base/settings.exp (test-integer): Test junk after
2283 "unlimited".
2284
6665660a
PA
22852019-06-13 Pedro Alves <palves@redhat.com>
2286
2287 * gdb.base/options.exp (test-thread-apply): New.
2288 (top level): Call it.
2289
5d707134
PA
22902019-06-13 Pedro Alves <palves@redhat.com>
2291
2292 * gdb.base/options.exp (test-frame-apply): New.
2293 (top level): Test print commands with different "frame apply"
2294 prefixes.
2295
e2a689da
PA
22962019-06-13 Pedro Alves <palves@redhat.com>
2297
e79be6e5 2298 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
2299 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2300 'max_completions' parameter and handle it.
2301 (test_gdb_completion_offers_commands): New.
2302
90a1ef87
PA
23032019-06-13 Pedro Alves <palves@redhat.com>
2304
2305 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2306
d4c16835
PA
23072019-06-13 Pedro Alves <palves@redhat.com>
2308
2309 * gdb.base/options.exp (test-backtrace): New.
2310 (top level): Call it.
2311
2daf894e
PA
23122019-06-13 Pedro Alves <palves@redhat.com>
2313
2314 * gdb.guile/scm-frame-args.exp: Use "set print
2315 raw-frame-arguments" instead of "set print raw frame-arguments".
2316 * gdb.python/py-frame-args.exp: Likewise.
2317
e6ed716c
PA
23182019-06-13 Pedro Alves <palves@redhat.com>
2319
2320 * gdb.compile/compile.exp: Adjust expected output to option
2321 processing changes.
2322
7d8062de
PA
23232019-06-13 Pedro Alves <palves@redhat.com>
2324
2325 * gdb.base/options.exp: Build executable.
2326 (test-print): New procedure.
2327 (top level): Call it, once for "print" and another for "compile
2328 print".
2329
9d0faba9
PA
23302019-06-13 Pedro Alves <palves@redhat.com>
2331
2332 * gdb.base/options.c: New file.
2333 * gdb.base/options.exp: New file.
2334
dee7b4c8
PA
23352019-06-13 Pedro Alves <palves@redhat.com>
2336
2337 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2338 that "o" is ambiguous.
2339
dca0f6c0
PA
23402019-06-13 Pedro Alves <palves@redhat.com>
2341
2342 * gdb.base/settings.c: New file.
2343 * gdb.base/settings.exp: New file.
2344
ccf46844
PA
23452019-06-13 Pedro Alves <palves@redhat.com>
2346
2347 * gdb.base/completion.exp: Fix comment typo.
2348
b9a3f842
PA
23492019-06-13 Pedro Alves <palves@redhat.com>
2350
2351 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2352 foo --1" test.
2353
d106773e
PA
23542019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2355
2356 * gdb.fortran/block-data.f: New.
2357 * gdb.fortran/block-data.exp: New.
2358
fea82da0
TV
23592019-06-11 Tom de Vries <tdevries@suse.de>
2360
2361 PR testsuite/24521
2362 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2363 message.
2364
8c2e74f1
TV
23652019-06-11 Tom de Vries <tdevries@suse.de>
2366
2367 PR testsuite/24521
2368 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2369
b49851c8
TV
23702019-06-11 Tom de Vries <tdevries@suse.de>
2371
2372 * boards/readnow.exp: New file.
2373
a7067863
AB
23742019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2375
2376 * gdb.fortran/vla-sizeof.exp: Update expected results.
2377
1a3da2cd
AB
23782019-06-06 Amos Bird <amosbird@gmail.com>
2379
2380 * gdb.base/annota1.exp (thread_switch): Add test for
2381 thread-exited annotation.
2382
3847a7bf
TT
23832019-06-06 Tom Tromey <tromey@adacore.com>
2384
2385 * gdb.base/maint.exp: Expect command started/finished output.
2386
0088ba59
AB
23872019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2388
2389 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2390 comment.
2391 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2392
312617a3
AB
23932019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2394
2395 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2396 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2397 * gdb.arch/riscv-unwind-long-insn.c: New file.
2398 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2399
e1f2e1a2
CB
24002019-06-04 Christian Biesinger <cbiesinger@google.com>
2401
d3238f7d 2402 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 2403
206584bd
PW
24042019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2405
2406 * lib/gdb.exp (help_list_trailer): New regexp variable
2407 factorizing the help trailer message.
2408 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2409 arg to allow to better factorize various tests.
2410 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2411 (test_prefix_command_help): Use help_list_trailer.
2412 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2413 * gdb.guile/scm-cmd.exp: Likewise.
2414 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2415 * gdb.base/help.exp: Use test_user_defined_class_help.
2416 * gdb.base/style.exp: Add tests for styling of help and apropos.
2417 * lib/gdb-utils.exp (style): Add title and highlight styles.
2418
708dc93e
PW
24192019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2420
2421 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2422 $_shell_exitsignal.
2423 * gdb.base/default.exp: Update for new convenience variables.
2424
f49055a5
TT
24252019-05-29 Tom Tromey <tromey@adacore.com>
2426
2427 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2428 to "break complete ada" test case's regexp.
2429
4330d61d
TT
24302019-05-29 Tom Tromey <tromey@adacore.com>
2431
2432 PR c++/20020:
2433 * gdb.cp/constexpr-field.exp: New file.
2434 * gdb.cp/constexpr-field.cc: New file.
2435
000439d5
TT
24362019-05-29 Tom Tromey <tromey@adacore.com>
2437
2438 * gdb.base/finish.exp (finish_no_print): New proc.
2439 (finish_tests): Call it.
2440
5a01c34c
TV
24412019-05-24 Tom de Vries <tdevries@suse.de>
2442
2443 * gdb.dwarf2/gdb-add-index.exp: New file.
2444
18125b16
TT
24452019-05-22 Tom Tromey <tromey@adacore.com>
2446
2447 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2448 * gdb.base/style.exp: Use "style".
2449 * lib/gdb-utils.exp (style): New proc.
2450
af1a8d03
TV
24512019-05-22 Tom de Vries <tdevries@suse.de>
2452
2453 * gdb.base/align.exp: Require c++11.
2454
e7fe496b
TV
24552019-05-22 Tom de Vries <tdevries@suse.de>
2456
2457 PR testsuite/24586
2458 * gdb.python/py-mi-var-info-path-expression.exp: Call
2459 mi_skip_python_tests to check if python is supported.
2460
8fca4da0
AH
24612019-05-22 Alan Hayward <alan.hayward@arm.com>
2462
2463 * gdb.arch/aarch64-pauth.c: New test.
2464 * gdb.arch/aarch64-pauth.exp: New file.
2465
b7060614
AH
24662019-05-22 Alan Hayward <alan.hayward@arm.com>
2467
2468 * README (Re-running Tests Outside The Testsuite): New section.
2469
669d0468
TV
24702019-05-21 Tom de Vries <tdevries@suse.de>
2471
2472 * gdb.arch/amd64-eval.exp: Require c++11.
2473 * gdb.base/max-depth.exp: Same.
2474 * gdb.compile/compile-cplus-array-decay.exp: Same.
2475 * gdb.cp/meth-typedefs.exp: Same.
2476 * gdb.cp/subtypes.exp: Same.
2477 * gdb.cp/temargs.exp: Same.
2478
ce3ebcaa
AH
24792019-05-21 Alan Hayward <alan.hayward@arm.com>
2480
2481 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2482
34d11c68
AB
24832019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2484
2485 PR gdb/18644
2486 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2487 * gdb.fortran/printing-types.exp: Add new test.
2488 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2489 testing.
2490 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2491 setup_kfail call.
2492
87781e84
AH
24932019-05-17 Alan Hayward <alan.hayward@arm.com>
2494
2495 * README (Running the Testsuite): Change example.
2496 (Testsuite Parameters): Remove TRANSCRIPT.
2497 * lib/gdb.exp: Remove TRANSCRIPT check.
2498
b420b89e
AH
24992019-05-17 Alan Hayward <alan.hayward@arm.com>
2500
2501 * README (Testsuite Parameters): Add replay logging to
2502 GDBSERVER_DEBUG.
2503 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2504 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2505 as a comma separated list.
2506 (gdb_debug_init): Override procedure.
2507
408e9b8b
AH
25082019-05-17 Alan Hayward <alan.hayward@arm.com>
2509
2510 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2511 (gdb_write_cmd_file): New procedure.
2512 * lib/gdbserver-support.exp (gdbserver_start): Call
2513 gdbserver_write_cmd_file.
2514 (gdbserver_write_cmd_file): New procedure.
2515
f9e2e39d
AH
25162019-05-17 Alan Hayward <alan.hayward@arm.com>
2517
2518 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2519 (delete_breakpoints): Likewise.
2520 (gdb_run_cmd): Likewise.
2521 (gdb_start_cmd): Likewise.
2522 (gdb_starti_cmd): Likewise.
2523 (gdb_internal_error_resync): Likewise.
2524 (gdb_test_multiple): Likewise.
2525 (gdb_reinitialize_dir): Likewise.
2526 (default_gdb_exit): Likewise.
2527 (gdb_file_cmd): Mark kill as optional.
2528 (default_gdb_start): Call gdb_stdin_log_init.
2529 (send_gdb): Call gdb_stdin_log_write.
2530 (rerun_to_main): Mark Y as an answer.
2531 (gdb_stdin_log_init): New function.
2532 (gdb_stdin_log_write): Likewise.
2533
81f47ac2
AH
25342019-05-17 Alan Hayward <alan.hayward@arm.com>
2535
2536 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2537 * gdb.base/debug-expr.exp: Likewise.
2538 * gdb.base/foll-fork.exp: Likewise.
2539 * gdb.base/foll-vfork.exp: Likewise.
2540 * gdb.base/fork-print-inferior-events.exp: Likewise.
2541 * gdb.base/gdb-sigterm.exp: Likewise.
2542 * gdb.base/gdbinit-history.exp: Likewise.
2543 * gdb.base/osabi.exp: Likewise.
2544 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2545 * gdb.base/ui-redirect.exp: Likewise.
2546 * gdb.gdb/unittest.exp: Likewise.
2547 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2548 * gdb.mi/mi-watch.exp: Likewise.
2549 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2550 * gdb.mi/user-selected-context-sync.exp: Likewise.
2551 * gdb.python/python.exp: Disable debug test when debugging.
2552 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2553 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2554 Likewise.
2555 * gdb.threads/stepi-random-signal.exp: Likewise.
2556
29b52314
AH
25572019-05-17 Alan Hayward <alan.hayward@arm.com>
2558
2559 * Makefile.in: Pass through GDB_DEBUG.
2560 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2561 (gdb,debug): Add board setting.
2562 * lib/gdb.exp (default_gdb_start): Start debugging.
2563 (gdb_debug_enabled): New procedure.
2564 (gdb_debug_init): Likewise.
29b52314
AH
2565
25662019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 2567
29b52314
AH
2568 * Makefile.in: Pass through GDB_DEBUG.
2569 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2570 (gdb,debug): Add board setting.
2571 * lib/gdb.exp (default_gdb_start): Start debugging.
2572 (gdb_debug_enabled): New procedure.
2573 (gdb_debug_init): Likewise.
29b52314 2574
ca1285d1
AH
25752019-05-17 Alan Hayward <alan.hayward@arm.com>
2576
2577 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2578
f3a09c80
AH
25792019-05-17 Alan Hayward <alan.hayward@arm.com>
2580
2581 * gdb.base/ui-redirect.exp: Test redirection.
2582
26648588
JV
25832019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2584
2585 * gdb.mi/mi-complete.exp: New file.
2586 * gdb.mi/mi-complete.cc: Likewise.
2587
14237686
AB
25882019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2589
2590 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2591 indexed and sliced arrays, and pointers to arrays.
2592
e7bd7fba
TT
25932019-05-14 Tom Tromey <tromey@adacore.com>
2594
2595 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2596 styling test.
2597
2764128d
TV
25982019-05-14 Tom de Vries <tdevries@suse.de>
2599
2600 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2601 selection entry encoding.
2602
71bed2db
TT
26032019-05-10 Tom Tromey <tromey@adacore.com>
2604
2605 * gdb.ada/info_exc.exp: Add "complete" test.
2606
63b667ad
TV
26072019-05-09 Tom de Vries <tdevries@suse.de>
2608
2609 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2610 CU-relative.
2611
9cfd2b89
TV
26122019-05-09 Tom de Vries <tdevries@suse.de>
2613
2614 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2615 CU-relative.
2616
2228ef77
XR
26172019-05-08 Joel Brobecker <brobecker@adacore.com>
2618
2619 * gdb.ada/frame_arg_lang.exp: New testcase.
2620 * gdb.ada/frame_arg_lang/bla.adb: New file.
2621 * gdb.ada/frame_arg_lang/pck.ads: New file.
2622 * gdb.ada/frame_arg_lang/pck.adb: New file.
2623 * gdb.ada/frame_arg_lang/foo.c: New file.
2624
80e55b13
TT
26252019-05-08 Tom Tromey <tromey@adacore.com>
2626
2627 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2628
9d3421af
TT
26292019-05-08 Tom Tromey <tromey@adacore.com>
2630
2631 * gdb.base/ptype-offsets.exp: Update tests.
2632
844333e2
TT
26332019-05-08 Tom Tromey <tromey@adacore.com>
2634
2635 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2636 cases.
2637 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2638 "short".
2639
988915ee
TT
26402019-05-08 Tom Tromey <tromey@adacore.com>
2641
2642 * gdb.ada/vla.exp: New file.
2643 * gdb.ada/vla/vla.adb: New file.
2644
7bd55dac
TV
26452019-05-07 Tom de Vries <tdevries@suse.de>
2646
2647 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2648
75f06e9d
TV
26492019-05-07 Tom de Vries <tdevries@suse.de>
2650
2651 PR testsuite/24522
2652 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2653 section.
2654
77e7aaa4
TV
26552019-05-07 Tom de Vries <tdevries@suse.de>
2656
2657 PR testsuite/24522
2658 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2659 .debug_aranges section.
2660
456ba0fa
TV
26612019-05-07 Tom de Vries <tdevries@suse.de>
2662
2663 PR testsuite/24159
2664 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2665
5a56d6a6
TV
26662019-05-06 Tom de Vries <tdevries@suse.de>
2667
2668 * lib/gdb.exp (exec_has_index_section): New proc.
2669 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2670 section.
2671
9d6d4be8
TV
26722019-05-04 Tom de Vries <tdevries@suse.de>
2673
2674 * boards/cc-with-debug-names.exp: New file.
2675
222a8d25
TT
26762019-05-03 Tom Tromey <tromey@adacore.com>
2677
2678 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2679 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2680 * gdb.ada/char_enum.exp: Add test.
2681
0fdfd794
TV
26822019-05-03 Tom de Vries <tdevries@suse.de>
2683
2684 * boards/cc-with-gdb-index.exp: New file.
2685
80062eb9
AB
26862019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2687
2688 * gdb.rust/simple.exp: Add new test case.
2689 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2690 (main): Initialise an instance of the new struct.
2691
4504bbde
TT
26922019-05-01 Tom Tromey <tromey@adacore.com>
2693
2694 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2695 record.
2696 (NPR): New variable.
2697 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2698 test.
2699
d48e62f4
TT
27002019-05-01 Tom Tromey <tromey@adacore.com>
2701
2702 * gdb.ada/packed_array_assign.exp: Add packed assignment
2703 regression test.
2704
f59f30f5
TV
27052019-05-01 Tom de Vries <tdevries@suse.de>
2706
2707 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2708
b70bfc54
TV
27092019-05-01 Tom de Vries <tdevries@suse.de>
2710
2711 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2712
15f18d14
AT
27132019-04-30 Ali Tamur <tamur@google.com>
2714
2715 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2716
2ff0a947
TT
27172019-04-30 Tom Tromey <tromey@adacore.com>
2718
2719 * lib/ada.exp (find_ada_tool): New proc.
2720 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2721 * gdb.ada/catch_ex_std.exp: New file.
2722 * gdb.ada/catch_ex_std/foo.adb: New file.
2723 * gdb.ada/catch_ex_std/some_package.adb: New file.
2724 * gdb.ada/catch_ex_std/some_package.ads: New file.
2725
a776957c
TT
27262019-04-30 Tom Tromey <tromey@adacore.com>
2727
2728 PR c++/24470:
2729 * gdb.cp/temargs.cc: Add test code from PR.
2730
bc68014d
AB
27312019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2732
2733 * gdb.fortran/vla-datatypes.exp: Update expected results.
2734 * gdb.fortran/vla-ptype.exp: Likewise.
2735 * gdb.fortran/vla-type.exp: Likewise.
2736 * gdb.fortran/vla-value.exp: Likewise.
2737
f1fdc960
AB
27382019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2739
2740 * gdb.fortran/ptr-indentation.exp: Update expected results.
2741 * gdb.fortran/ptype-on-functions.exp: Likewise.
2742 * gdb.fortran/vla-ptr-info.exp: Likewise.
2743 * gdb.fortran/vla-value.exp: Likewise.
2744
bf7a4de1
AB
27452019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2746
2747 * gdb.fortran/ptype-on-functions.exp: New file.
2748 * gdb.fortran/ptype-on-functions.f90: New file.
2749
bbe75b9d
AB
27502019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2751
2752 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2753 case void string.
2754
1db455a7
AB
27552019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2756
2757 * gdb.fortran/complex.exp: Expand.
2758 * gdb.fortran/complex.f: Renamed to...
2759 * gdb.fortran/complex.f90: ...this, and extended to add more
2760 complex values.
2761
b6d03bb2
AB
27622019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2763
2764 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2765 MODULO, CMPLX.
2766
2e62ab40
AB
27672019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2768 Richard Bunt <richard.bunt@arm.com>
2769
2770 * gdb.base/max-depth.c: New file.
2771 * gdb.base/max-depth.exp: New file.
2772 * gdb.python/py-nested-maps.c: New file.
2773 * gdb.python/py-nested-maps.exp: New file.
2774 * gdb.python/py-nested-maps.py: New file.
2775 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2776 (test_all_common): Call test_max_depth.
2777 * gdb.fortran/max-depth.exp: New file.
2778 * gdb.fortran/max-depth.f90: New file.
2779 * gdb.go/max-depth.exp: New file.
2780 * gdb.go/max-depth.go: New file.
2781 * gdb.modula2/max-depth.exp: New file.
2782 * gdb.modula2/max-depth.c: New file.
2783 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2784
d2b584a5
TV
27852019-04-29 Tom de Vries <tdevries@suse.de>
2786
2787 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2788
136afab8
PW
27892019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2790
2791 * gdb.base/callexit.exp: Test may-call-functions off.
2792
725cbb63
KS
27932019-04-25 Keith Seitz <keiths@redhat.com>
2794
2795 PR c++/24367
2796 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2797 (another_incomplete_struct, test_incomplete): New definitions.
2798 (main): Use new definitions.
2799 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2800 functions.
2801
701adfb0
PA
28022019-04-25 Ali Tamur <tamur@google.com>
2803
2804 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2805
82433e3e
SDJ
28062019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2807
2808 PR corefiles/11608
2809 PR corefiles/18187
2810 * gdb.base/coredump-filter-build-id.exp: New file.
2811
dd06d4d6
AH
28122019-04-25 Alan Hayward <alan.hayward@arm.com>
2813
e79be6e5
SM
2814 * Makefile.in: Pass through GDBSERVER_DEBUG.
2815 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2816 (gdbserver,debug): Add board setting.
2817 * gdb.trace/tspeed.exp: Skip when debugging.
2818 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2819 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2820
1670072e
TT
28212019-04-24 Tom Tromey <tromey@adacore.com>
2822
2823 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2824 Rust.
2825
a59240a4
TT
28262019-04-24 Tom Tromey <tromey@adacore.com>
2827
2828 * gdb.arch/amd64-eval.exp: Test bitfield return.
2829 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2830 (class Foo) <return_bitfields>: New method.
2831 (main): Call it.
2832
b907456c
AB
28332019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2834
2835 * gdb.cp/many-args.cc: New file.
2836 * gdb.cp/many-args.exp: New file.
2837
5c565afd
TV
28382019-04-23 Tom de Vries <tdevries@suse.de>
2839
2840 PR gdb/24433
2841 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2842
ba22ff86
AH
28432019-04-23 Alan Hayward <alan.hayward@arm.com>
2844
2845 * gdb.trace/backtrace.exp: Use nopie flag.
2846 * gdb.trace/circ.exp: Likewise.
2847 * gdb.trace/collection.exp: Likewise.
2848 * gdb.trace/ftrace.exp: Likewise.
2849 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2850 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2851 * gdb.trace/qtro.exp: Likewise.
2852 * gdb.trace/read-memory.exp: Likewise.
2853 * gdb.trace/report.exp: Likewise.
2854 * gdb.trace/tfile.exp: Likewise.
2855 * gdb.trace/tfind.exp: Likewise.
2856 * gdb.trace/unavailable.exp: Likewise.
2857
7905fc35
PA
28582019-04-22 Pedro Alves <palves@redhat.com>
2859
2860 * gdb.base/solib-probes-nosharedlibrary.c,
2861 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2862
8ecb59f8
TT
28632019-04-19 Tom Tromey <tromey@adacore.com>
2864
2865 * gdb.ada/ptype_union.c: New file.
2866 * gdb.ada/ptype_union.exp: New file.
2867
62160ec9
TT
28682019-04-19 Tom Tromey <tromey@adacore.com>
2869
2870 PR symtab/24423:
2871 * gdb.base/list0.h (foo): Add a control-l character.
2872
36cd4ba5
TV
28732019-04-18 Tom de Vries <tdevries@suse.de>
2874
2875 PR gdb/24433
2876 * boards/local-board.exp: Set sysroot to "".
2877
b73715df
TV
28782019-04-18 Tom de Vries <tdevries@suse.de>
2879 Pedro Alves <palves@redhat.com>
2880
2881 PR gdb/24454
2882 * gdb.threads/vfork-follow-child-exec.c: New file.
2883 * gdb.threads/vfork-follow-child-exec.exp: New file.
2884 * gdb.threads/vfork-follow-child-exit.c: New file.
2885 * gdb.threads/vfork-follow-child-exit.exp: New file.
2886
4aa866af
LS
28872019-04-15 Leszek Swirski <leszeks@google.com>
2888
2889 * gdb.arch/amd64-eval.cc: New file.
2890 * gdb.arch/amd64-eval.exp: New file.
2891
e5a1a79a
AH
28922019-04-11 Alan Hayward <alan.hayward@arm.com>
2893
2894 * gdb.server/sysroot.c: New test.
2895 * gdb.server/sysroot.exp: New file.
2896 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2897 matching param.
2898
41077b66
AB
28992019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2900
2901 * gdb.base/align.exp: Extend test to cover structures containing
2902 only static fields.
2903
c30391f8
TV
29042019-04-11 Tom de Vries <tdevries@suse.de>
2905
2906 * boards/cc-with-dwz-m.exp: New file.
2907 * boards/cc-with-dwz.exp: New file.
2908 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2909
e242fd12
SM
29102019-04-09 Simon Marchi <simon.marchi@efficios.com>
2911
2912 * gdb.base/start-cpp.exp: New file.
2913 * gdb.base/start-cpp.cc: New file.
2914
2b0c8b01
KB
29152019-04-08 Kevin Buettner <kevinb@redhat.com>
2916
2917 * gdb.python/py-thrhandle.exp: Adjust tests to call
2918 thread_from_handle instead of thread_from_thread_handle.
2919
947210e5
KB
29202019-04-08 Kevin Buettner <kevinb@redhat.com>
2921
2922 * gdb.python/py-thrhandle.exp: Add tests for
2923 gdb.InferiorThread.handle.
2924
d7df6549
AB
29252019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2926
2927 * gdb.python/py-function.exp: Check calling helper function from
2928 all languages.
2929 * lib/gdb.exp (gdb_supported_languages): New proc.
2930
8bdc1658
AB
29312019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2932
2933 * gdb.base/complex-parts.c: New file.
2934 * gdb.base/complex-parts.exp: New file.
2935
05caa1d2
TT
29362019-04-01 Tom Tromey <tromey@adacore.com>
2937
2938 PR symtab/23331:
2939 * gdb.dwarf2/dw2-ranges-main.c: New file.
2940 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2941 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2942
7734102d
EZ
29432019-03-30 Simon Marchi <simark@simark.ca>
2944
2945 * gdb.base/default.exp: Add values for $_gdb_major and
2946 $_gdb_minor.
2947
188e1fa9
TT
29482019-03-29 Tom Tromey <tromey@adacore.com>
2949
2950 * gdb.base/help.exp: Tighten apropos regexp.
2951
2880242d
KS
29522019-03-29 Keith Seitz <keiths@redhat.com>
2953
2954 * gdb.fortran/array-bounds.exp: New file.
2955 * gdb.fortran/array-bounds.f90: New file.
2956
077cad8e
PW
29572019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2958
2959 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2960
80047cfc
PW
29612019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2962
2963 * gdb.multi/hello.c (main): Increase alarm timer.
2964
f489207e
SL
29652019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2966
2967 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2968 factor when no hardware watchpoint support.
2969
c92df149
AH
29702019-03-28 Alan Hayward <alan.hayward@arm.com>
2971 Pedro Alves <palves@redhat.com>
2972
2973 * boards/local-board.exp: set sysroot to /.
2974
933aebfa
AH
29752019-03-27 Alan Hayward <alan.hayward@arm.com>
2976
2977 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2978 in child.
2979
9f9aa852
AB
29802019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2981
2982 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2983 field.
2984 (make_container): Initialise new field.
2985 * gdb.python/py-prettyprint.exp: Add new tests.
2986 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2987 <display_hint>: New method.
2988
3714a195
AB
29892019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2990
2991 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2992 gdb_continue_to_breakpoint more throughout this test.
2993 (run_lang_tests) Supply unique test names, and use
2994 gdb_test_no_output.
2995
18c77628
AB
29962019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2997
2998 * gdb.base/finish-pretty.exp: Update expected results.
2999 * gdb.base/pretty-print.c: New file.
3000 * gdb.base/pretty-print.exp: New file.
3001
9a93502f
PA
30022019-03-25 Pedro Alves <palves@redhat.com>
3003
3004 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3005 move comments outside list. Append '-i "" eof' section.
3006
968aa7ae
AH
30072019-03-22 Alan Hayward <alan.hayward@arm.com>
3008
34a7f2a4 3009 PR testsuite/25016
968aa7ae
AH
3010 * README: Add pie options.
3011 * gdb.base/break-interp.exp: Ensure pie is disabled.
3012 * gdb.base/dump.exp: Likewise.
3013 * lib/gdb.exp (gdb_compile): Add pie option.
3014
4c7d57e7
TT
30152019-03-19 Tom Tromey <tromey@adacore.com>
3016
3017 * gdb.mi/mi2-cli-display.c: New file.
3018 * gdb.mi/mi2-cli-display.exp: New file.
3019
bff8c71f
TT
30202019-03-18 Joel Brobecker <brobecker@adacore.com>
3021 Tom Tromey <tromey@adacore.com>
3022
3023 * gdb.ada/ptype_array/pck.adb: New file.
3024 * gdb.ada/ptype_array/pck.ads: New file.
3025 * gdb.ada/ptype_array/foo.adb: New file.
3026 * gdb.ada/ptype_array.exp: New file.
3027
d085f989
TT
30282019-03-14 Tom Tromey <tromey@adacore.com>
3029
3030 * gdb.base/style.exp: Add "set style sources" test.
3031
b4be1b06
SM
30322019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3033
3034 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3035 * mi-breakpoint-multiple-locations.exp: ... this.
3036 (make_breakpoints_pattern): New proc.
3037 (do_test): Add mi_version parameter, test -break-insert,
3038 -break-info and =breakpoint-created.
3039
7cde5fc2
AB
30402019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3041
3042 * config/default.exp: Remove 'load_lib gdb.exp'.
3043 * config/monitor.exp: Likewise.
3044 * config/sid.exp: Likewise.
3045 * config/sim.exp: Likewise.
3046 * config/slite.exp: Likewise.
3047 * config/unix.exp: Likewise.
3048 * gdb.base/default.exp: Remove unhelpful comment.
3049
efbecbc1
AB
30502019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3051
3052 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3053
0841c79a
AB
30542019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3055
3056 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3057
4a270568
AB
30582019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3059
3060 * gdb.fortran/type-kinds.exp: Update expected results.
3061
067630bd
AB
30622019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3063
3064 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3065
3be47f7a
AB
30662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3067
3068 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3069 function.
3070 (test_basic_parsing_of_type_kinds): Expand types tested.
3071 (test_parsing_invalid_type_kinds): New function.
3072
4d00f5d8
AB
30732019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3074
3075 * gdb.fortran/intrinsics.exp: New file.
3076 * gdb.fortran/intrinsics.f90: New file.
3077 * gdb.fortran/type-kinds.exp: New file.
3078
c8f91604
AB
30792019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3080
3081 * gdb.fortran/dot-ops.exp: New file.
3082
dd9f2c76
AB
30832019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3084
3085 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3086 Check upper and lower case logical literals.
3087
84ec9724
AB
30882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3089
3090 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3091 Remove duplicate tests.
3092
c3734e09
AH
30932019-03-06 Alan Hayward <alan.hayward@arm.com>
3094
3095 * lib/gdb.exp (builtin_cd): rename of cd.
3096 (cd): Override builtin.
3097
aa3cfbda
RB
30982019-03-06 Richard Bunt <richard.bunt@arm.com>
3099
3100 * gdb.fortran/function-calls.exp: New file.
3101 * gdb.fortran/function-calls.f90: New test.
3102
7b63ad86
RB
31032019-03-04 Richard Bunt <richard.bunt@arm.com>
3104
3105 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3106 on user program standard output.
3107 * gdb.fortran/short-circuit-argument-list.f90: Record function
3108 calls.
3109
01abb042
AH
31102019-02-28 Alan Hayward <alan.hayward@arm.com>
3111
c3734e09
AH
3112 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3113 failure.
01abb042 3114
92137da0
RO
31152019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3116
3117 PR gdb/8527
3118 * gdb.base/interrupt-daemon-attach.c,
3119 gdb.base/interrupt-daemon-attach.exp: New test.
3120
5862844d
PA
31212019-02-27 Pedro Alves <palves@redhat.com>
3122
3123 * gdb.base/page.exp: Add tests for "set width/height -1".
3124
8ed25214
PA
31252019-02-27 Pedro Alves <palves@redhat.com>
3126
3127 * gdb.base/page.exp: Add tests for "set/show width/height" with
3128 "infinite" values.
3129
6c28e44a
TT
31302019-02-27 Tom Tromey <tromey@adacore.com>
3131
3132 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3133 2.4.
3134 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3135 workaround.
3136
bf9a735e
AB
31372019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3138
3139 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3140 tests for structs with static members.
3141
8791793c
TT
31422019-02-26 Tom Tromey <tromey@adacore.com>
3143
3144 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3145 ValueError, not TypeError.
3146
bc2a507e
KB
31472019-02-26 Kevin Buettner <kevinb@redhat.com>
3148
3149 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3150 call from main program.
3151
e0e7d3bd
JB
31522019-02-23 Joel Brobecker <brobecker@adacore.com>
3153
3154 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3155 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3156 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3157 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3158 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3159
9600246d
KS
31602019-02-22 Keith Seitz <keiths@redhat.com>
3161
3162 PR symtab/23853
3163 * gdb.base/symlink-sourcefile.c: New file.
3164 * gdb.base/symlink-sourcefile.exp: New file.
3165
0c95f9ed
TT
31662019-02-20 Tom Tromey <tom@tromey.com>
3167
3168 * gdb.base/info_qt.exp: Update.
3169
6caa91b6
SM
31702019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3171
3172 * gdb.base/source.exp: Move "error in sourced script" code to
3173 the end.
3174 * gdb.base/source-error.gdb: Move contents to
3175 source-error-1.gdb. Add new code to source source-error-1.gdb.
3176 * gdb.base/source-error-1.gdb: New file, from previous
3177 source-error.gdb.
3178
6506371f
TT
31792019-02-17 Tom Tromey <tom@tromey.com>
3180
3181 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3182 for macro styling.
3183 * gdb.base/style.c (SOME_MACRO): New macro.
3184
a0087920
TT
31852019-02-17 Tom Tromey <tom@tromey.com>
3186
3187 * gdb.base/style.exp: Add line-wrapping tests.
3188 * gdb.base/page.exp: Add test for quitting during pagination.
3189
a2cd4f14
JB
31902019-02-17 Joel Brobecker <brobecker@adacore.com>
3191
3192 * gdb.ada/big_packed_array: New testcase.
3193 * gdb.ada/homonym.exp: Fix incorrect expected output for
3194 "break <homonym__get_value>" test.
3195
9d70ffbc
WP
31962019-02-13 Weimin Pan <weimin.pan@oracle.com>
3197
3198 PR breakpoints/21870
3199 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3200 and prepare_for_testing. Add comment.
3201 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3202 redundant cleanup call. Clean up comment.
3203
01c7ae81
WP
32042019-02-12 Weimin Pan <weimin.pan@oracle.com>
3205
3206 PR breakpoints/21870
3207 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3208 * gdb.arch/aarch64-dbreg-contents.c: New file.
3209
aff29d1c
JB
32102019-02-10 Joel Brobecker <brobecker@adacore.com>
3211
3212 * gdb.ada/mi_ref_changeable: New testcase.
3213
df0da8a2
AH
32142019-02-07 Alan Hayward <alan.hayward@arm.com>
3215
3216 * gdb.base/attach.exp: Add double attach test.
3217
bd447abb
SM
32182019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3219
3220 * lib/gdb.exp (default_gdb_start): Don't match pagination
3221 prompt.
3222 (gdb_init): Set stty_init.
3223
1dbc40b9
TT
32242019-01-27 Tom Tromey <tom@tromey.com>
3225
3226 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3227 skip_python_tests.
3228
353229bf
AH
32292019-01-24 Alan Hayward <alan.hayward@arm.com>
3230
3231 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3232 New structure.
3233 (struct struct_static_02_02): Likewise.
3234 (struct struct_static_02_03): Likewise.
3235 (struct struct_static_02_04): Likewise.
3236 (struct struct_static_04_01): Likewise.
3237 (struct struct_static_04_02): Likewise.
3238 (struct struct_static_04_03): Likewise.
3239 (struct struct_static_04_04): Likewise.
3240 (struct struct_static_06_01): Likewise.
3241 (struct struct_static_06_02): Likewise.
3242 (struct struct_static_06_03): Likewise.
3243 (struct struct_static_06_04): Likewise.
3244 (cmp_struct_static_02_01): Likewise.
3245 (cmp_struct_static_02_02): Likewise.
3246 (cmp_struct_static_02_03): Likewise.
3247 (cmp_struct_static_02_04): Likewise.
3248 (cmp_struct_static_04_01): Likewise.
3249 (cmp_struct_static_04_02): Likewise.
3250 (cmp_struct_static_04_03): Likewise.
3251 (cmp_struct_static_04_04): Likewise.
3252 (cmp_struct_static_06_01): Likewise.
3253 (cmp_struct_static_06_02): Likewise.
3254 (cmp_struct_static_06_03): Likewise.
3255 (cmp_struct_static_06_04): Likewise.
3256 (call_all): Test new structs.
3257 * gdb.base/infcall-nested-structs.exp: Likewise.
3258
73021deb
AH
32592019-01-21 Alan Hayward <alan.hayward@arm.com>
3260 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3261
fc65c7db
AH
32622019-01-21 Alan Hayward <alan.hayward@arm.com>
3263 * gdb.base/stack-protector.c: New test.
3264 * gdb.base/stack-protector.exp: New file.
3265 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3266 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3267 option.
3268 (gdb_compile): Remove stack protector for GCC and prevent
3269 recursion.
3270
c24bdb02
KS
32712019-01-16 Keith Seitz <keiths@redhat.com>
3272
3273 PR gdb/23773
3274 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3275
6f072a10
PFC
32762019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3277
3278 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3279 aliases.
3280 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3281 tests.
3282 * gdb.arch/powerpc-vector-regs.c: New file.
3283 * gdb.arch/powerpc-vector-regs.exp: New file.
3284
a7b8d682
PFC
32852019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3286
3287 * gdb.arch/altivec-regs.exp: Fix the list passed to
3288 gdb_expect_list when testing "info vector".
3289
6eb6fb67
AB
32902019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3291
3292 * gdb.base/style.exp: Don't include path in testname.
3293
b56f80d8
KS
32942019-01-10 Keith Seitz <keiths@redhat.com>
3295
3296 PR gdb/23712
3297 PR symtab/23010
3298 * gdb.dwarf2/multidictionary.exp: New file.
3299
041be526
SM
33002019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3301
3302 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3303 (test_gnuv3_style_demangling): ... this.
3304 (test_lucid_style_demangling): Remove.
3305 (test_arm_style_demangling): Remove.
3306 (test_hp_style_demangling): Remove.
3307 (do_tests): Remove calls to the above.
3308
d820d0c3
AB
33092019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3310
3311 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3312 case.
3313
f097f5ad
TT
33142019-01-06 Tom Tromey <tom@tromey.com>
3315
3316 PR gdb/28155:
3317 * gdb.dwarf2/typedef-void-finish.exp: New file.
3318
2cd8cc0b
TT
33192018-12-28 Tom Tromey <tom@tromey.com>
3320 Simon Marchi <simark@simark.ca>
3321
3322 * gdb.base/jit-exec.exp: New file.
3323 * gdb.base/jit-exec.c: New file.
3324 * gdb.base/jit-execd.c: New file.
3325
35fb8261
TT
33262018-12-28 Tom Tromey <tom@tromey.com>
3327
3328 * gdb.base/style.exp: Update test to check for address styling.
3329
47fd17cd
TT
33302018-12-28 Tom Tromey <tom@tromey.com>
3331
3332 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3333 message.
3334
d47032b7
TT
33352018-12-28 Tom Tromey <tom@tromey.com>
3336
3337 * gdb.base/style.exp: Add test for version number styling.
3338
af79b68d
TT
33392018-12-28 Tom Tromey <tom@tromey.com>
3340
3341 * gdb.base/style.exp: Add test for print_address_symbolic.
3342
0bb296cb
TT
33432018-12-28 Tom Tromey <tom@tromey.com>
3344
3345 * gdb.base/style.exp: Add test for breakpoint setting.
3346
80ae2043
TT
33472018-12-28 Tom Tromey <tom@tromey.com>
3348
3349 * gdb.base/style.exp: Add test for variable names.
3350
cbe56571
TT
33512018-12-28 Tom Tromey <tom@tromey.com>
3352
3353 * gdb.base/style.exp: New file.
3354 * gdb.base/style.c: New file.
3355
9162a27c
TT
33562018-12-28 Tom Tromey <tom@tromey.com>
3357
3358 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3359 "dumb".
3360 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3361 the TERM environment variable.
3362
bc543c90
TT
33632018-12-27 Tom Tromey <tom@tromey.com>
3364
3365 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3366 pagination test.
3367
6f0ffe50
AB
33682018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3369
3370 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3371 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3372
b5a1e557
PW
33732018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3374
3375 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3376 Filename a.adb changed to bp_fun_addr.adb.
3377 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3378
6e8b1ab2
JV
33792018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3380
3381 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3382 non-PIE executables.
3383 * README: Mention the gdb,nopie_flag board setting.
3384 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3385 non-PIE executable.
3386 * gdb.arch/amd64-entry-value.exp: Likewise.
3387 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3388 * gdb.arch/i386-float.exp: Likewise.
3389 * gdb.arch/i386-signal.exp: Likewise.
3390 * gdb.mi/mi-reg-undefined.exp: Likewise.
3391
d00a27c5
PM
33922018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3393
3394 PR gdb/23974
3395 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3396
161d081c
PW
33972018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3398
3399 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3400 Update order of results accordingly.
3401
b001de23
AB
34022018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3403
3404 * gdb.base/annota1.exp: Update a test regexp.
3405
99e1a184
AB
34062018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3407
3408 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3409
7a81c1e2
PW
34102018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3411
3412 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3413 (reuse_time): Initialize to REUSE_TIME_CAP.
3414 (check_rc): New function.
3415 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3416 Check pthread_create rc.
3417 (spawner_thread_func): Check pthread_create and pthread_join rc.
3418
73e8dc90
PA
34192018-12-08 Pedro Alves <palves@redhat.com>
3420
3421 * gdb.base/list.exp (test_forward_search): Rename to ...
3422 (test_forward_reverse_search): ... this. Also test reverse-search
3423 and the forward-search alias.
3424
13f2ed32
AB
34252018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3426
3427 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3428 local timeout variable before return, and remove all local timeout
3429 variable entirely.
3430 (gdb_load): Likewise.
3431
64d27cfc
TV
34322018-12-01 Tom de Vries <tdevries@suse.de>
3433
3434 * gdb.base/gdb-caching-proc.exp: New file.
3435
f63c03b4
SDJ
34362018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3437
3438 * Makefile.in (TIMESTAMP): New variable.
3439 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3440 command.
3441 (check-single-racy): Likewise.
3442 (check/%.exp): Likewise.
3443 (check-racy/%.exp): Likewise.
3444 (workers/%.worker): Likewise.
3445 (build-perf): Likewise.
3446 (check-perf): Likewise.
3447 * README: Describe new "TS" and "TS_FORMAT" variables.
3448 * print-ts.py: New file.
3449
1c97054b
BF
34502018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3451
3452 PR python/23714
3453 * gdb.python/python.exp: Test command repetition after
3454 gdb.execute.
3455
1871a62d
AB
34562018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3457
3458 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3459 is correctly aligned.
3460
fb5e1ed9
PW
34612018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3462
3463 * gdb.ada/info_auto_lang.exp: New testcase.
3464 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3465 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3466 * gdb.ada/info_auto_lang/some_c.c: New file.
3467
43d397ca
PW
34682018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3469
3470 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3471 FUNC_lang language syntax.
3472
beddd671
PW
34732018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3474
3475 * gdb.base/info_minsym.c: New file.
3476 * gdb.base/info_minsym.exp: New file.
3477
73fc52c4
TT
34782018-11-19 Tom Tromey <tom@tromey.com>
3479
3480 PR rust/23625:
3481 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3482 * gdb.rust/expr.exp: Update expected output. Change one test.
3483
994b876a
TT
34842018-11-19 Tom Tromey <tom@tromey.com>
3485
3486 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3487
6769f276
PA
34882018-11-19 Pedro Alves <palves@redhat.com>
3489
3490 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3491 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3492 see the expected warning.
3493
38a72da0
AH
34942018-11-16 Alan Hayward <alan.hayward@arm.com>
3495
3496 PR gdb/22736:
3497 * gdb.cp/infcall-nodebug-lib.c: New test.
3498 * gdb.cp/infcall-nodebug-main.c: New test.
3499 * gdb.cp/infcall-nodebug.exp: New file.
3500
53a89d6e
SM
35012018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3502
3503 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3504 completer tests.
3505
9325300d
TV
35062018-11-09 Tom de Vries <tdevries@suse.de>
3507
3508 * gdb.base/msym-lang.c: New test.
3509 * gdb.base/msym-lang.exp: New file.
3510 * gdb.base/msym-lang-main.c: New test.
3511
20f0d60d
TT
35122018-11-08 Tom Tromey <tom@tromey.com>
3513
3514 PR gdb/23555:
3515 PR gdb/23838:
3516 * gdb.base/warning.exp: New file.
3517
b5420128
JB
35182018-11-08 Jan Beulich <jbeulich@suse.com>
3519
3520 * testsuite/gdb.arch/i386-avx512.c,
3521 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3522
cd115d61
AB
35232018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3524
3525 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3526 point hardware.
3527
35ee2dc2
AB
35282018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3529
3530 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3531 * gdb.dwarf2/missing-type-name.exp: New file.
3532
31aceee8
TV
35332018-11-06 Tom de Vries <tdevries@suse.de>
3534
3535 * gdb.base/many-headers.c: New test.
3536 * gdb.base/many-headers.exp: New file.
3537
109be305
JW
35382018-11-06 Jim Wilson <jimw@sifive.com>
3539
3540 * gdb.base/code_elim.exp: For riscv, set additional_flags
3541 to include -msmall-data-limit=0.
3542
e2b7af72
JB
35432018-11-01 Joel Brobecker <brobecker@adacore.com>
3544
3545 * gdb.ada/watch_minus_l: New testcase.
3546
cdcda965
SM
35472018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3548
3549 * gdb.arch/aix-sighandle.c: New file.
3550 * gdb.arch/aix-sighandle.exp: New file.
3551
92dcebf3
AB
35522018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3553
3554 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3555 registers being unions.
3556
68b9ac18
TV
35572018-10-31 Tom de Vries <tdevries@suse.de>
3558
3559 * lib/valgrind.exp: New file.
3560 (vgdb_start, vgdb_stop): New procs, factored out of ...
3561 * gdb.base/valgrind-bt.exp: ... here, ...
3562 * gdb.base/valgrind-disp-step.exp: ... here and ...
3563 * gdb.base/valgrind-infcall.exp: ... here.
3564
1443936e
TV
35652018-10-31 Tom de Vries <tdevries@suse.de>
3566
3567 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3568
eb77c9df
AB
35692018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3570
3571 * gdb.dwarf2/void-type.c: New file.
3572 * gdb.dwarf2/void-type.exp: New file.
3573
82b5e646
PW
35742018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3575
3576 * gdb.base/info_qt.c: New file.
3577 * gdb.base/info_qt.exp: New file.
3578
8d619c01
EBM
35792018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3580
3581 * gdb.arch/powerpc-htm-regs.c: New file.
3582 * gdb.arch/powerpc-htm-regs.exp: New file.
3583
f2cf6173
EBM
35842018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3585
3586 * gdb.arch/powerpc-tar.c: New file.
3587 * gdb.arch/powerpc-tar.exp: New file.
3588
7ca18ed6
EBM
35892018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3590
3591 * gdb.arch/powerpc-ppr-dscr.c: New file.
3592 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3593
bfcc0eba
TV
35942018-10-25 Tom de Vries <tdevries@suse.de>
3595
3596 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3597
fe1a5cad
TV
35982018-10-24 Tom de Vries <tdevries@suse.de>
3599
3600 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3601 longer exists error.
3602
a76dc3b7
TV
36032018-10-24 Tom de Vries <tdevries@suse.de>
3604
3605 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3606
4df46df7
TV
36072018-10-24 Tom de Vries <tdevries@suse.de>
3608
3609 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3610 --db-attach in valgrind.
3611
0dbfcfff
AB
36122018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3613
3614 * gdb.arch/riscv-reg-aliases.c: New file.
3615 * gdb.arch/riscv-reg-aliases.exp: New file.
3616
b04480b1
AH
36172018-10-19 Alan Hayward <alan.hayward@arm.com>
3618
3619 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3620
2c6ac8d7
AH
36212018-10-19 Alan Hayward <alan.hayward@arm.com>
3622
3623 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3624
2bc69f25
AH
36252018-10-19 Alan Hayward <alan.hayward@arm.com>
3626
3627 * gdb.cp/ovldbreak.exp: Fix regexps.
3628
1f1ae3a3
AH
36292018-10-19 Alan Hayward <alan.hayward@arm.com>
3630
3631 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3632
94c18618
SDJ
36332018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3634
3635 PR cli/23785
3636 * gdb.base/restore.exp: New test to check if "restore" with an
3637 invalid file doesn't segfault.
3638
812cd6eb
TV
36392018-10-18 Tom de Vries <tdevries@suse.de>
3640
3641 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3642 * gdb.ada/excep_handle.exp: Same.
3643 * gdb.ada/mi_string_access.exp: Same.
3644 * gdb.ada/mi_var_union.exp: Same.
3645 * gdb.arch/arc-analyze-prologue.exp: Same.
3646 * gdb.arch/arc-decode-insn.exp: Same.
3647 * gdb.base/readnever.exp: Same.
3648 * gdb.fortran/printing-types.exp: Same.
3649 * gdb.guile/scm-lazy-string.exp: Same.
3650
c4b90788
TV
36512018-10-16 Tom de Vries <tdevries@suse.de>
3652
3653 PR gdb/23730
3654 * gdb.base/catch-follow-exec.c: Add copyright notice.
3655 * gdb.base/catch-follow-exec.exp: Rewrite to use
3656 gdb_spawn_with_cmdline_opts. Require gdb-native.
3657
8bca2978
SL
36582018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3659
3660 * gdb.trace/actions-changed.exp: Check for arch support.
3661 * gdb.trace/actions.exp: Likewise.
3662 * gdb.trace/ax.exp: Likewise.
3663 * gdb.trace/backtrace.exp: Likewise.
3664 * gdb.trace/change-loc.exp: Likewise.
3665 * gdb.trace/deltrace.exp: Likewise.
3666 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3667 * gdb.trace/ftrace.exp: Likewise.
3668 * gdb.trace/infotrace.exp: Check for arch support.
3669 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3670 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3671 * gdb.trace/mi-tsv-changed.exp: Likewise.
3672 * gdb.trace/packetlen.exp: Likewise.
3673 * gdb.trace/passc-dyn.exp: Likewise.
3674 * gdb.trace/passcount.exp: Likewise.
3675 * gdb.trace/pending.exp: Likewise.
3676 * gdb.trace/range-stepping.exp: Check for shlib support.
3677 * gdb.trace/report.exp: Check for arch support.
3678 * gdb.trace/save-trace.exp: Likewise.
3679 * gdb.trace/signal.exp: Check for signal support.
3680 * gdb.trace/tfind.exp: Check for arch support.
3681 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3682 * gdb.trace/trace-common.h: Add comment.
3683 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3684 * gdb.trace/trace-enable-disable.exp: Likewise.
3685 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3686 * gdb.trace/tracecmd.exp: Check for arch support.
3687 * gdb.trace/tspeed.exp: Check for shlib and target support.
3688 * gdb.trace/tstatus.exp: Check for arch support.
3689 * gdb.trace/tsv.exp: Likewise.
3690 * gdb.trace/while-dyn.exp: Likewise.
3691 * gdb.trace/while-stepping.exp: Likewise.
3692 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3693
f9c49bff
SM
36942018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3695
3696 * gdb.trace/tspeed.exp: Remove nowarnings.
3697 (prepare_for_trace_test): Declare "global ipalib".
3698 * gdb.trace/tspeed.c: Include unistd.h.
3699 (main): Remove superfluous printf argument.
3700
d4330bde
SL
37012018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3702
3703 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3704 directory prefix on the filename.
3705
8ecfd7bd
SDJ
37062018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3707
3708 * gdb.gdb/unittest.exp: Update expected message informing that
3709 selftests have been disabled.
3710 * gdb.server/unittest.exp: Likewise.
3711
58bbcd02
TV
37122018-10-09 Tom de Vries <tdevries@suse.de>
3713
3714 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3715 with runto_main.
3716
9f6b697b
WP
37172018-10-08 Weimin Pan <weimin.pan@oracle.com>
3718
3719 PR c++/16841
3720 * gdb.cp/virtbase2.cc: New file.
3721 * gdb.cp/virtbase2.exp: New file.
3722
add5ded5
TT
37232018-10-06 Tom Tromey <tom@tromey.com>
3724
3725 PR python/19399:
3726 * gdb.python/py-inferior.exp: Add architecture test.
3727
f9e48344
TT
37282018-10-06 Tom Tromey <tom@tromey.com>
3729
3730 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3731 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3732
2a8be203
TT
37332018-10-06 Tom Tromey <tom@tromey.com>
3734
3735 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3736 of a "throw" catchpoint.
3737
e04caa70
SDJ
37382018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3739
3740 * gdb.base/info-proc.exp: Update string expected from "help info
3741 proc".
3742
5ca8c39f
TT
37432018-10-04 Tom Tromey <tom@tromey.com>
3744
3745 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3746 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3747 (test_initial_complaints, test_empty_complaints): Update.
3748 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3749
3453e7e4
TT
37502018-10-04 Tom Tromey <tom@tromey.com>
3751
3752 PR cli/19551:
3753 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3754 * lib/gdb.exp (gdb_file_cmd): Update.
3755 * gdb.stabs/weird.exp (print_weird_var): Update.
3756 * gdb.server/solib-list.exp: Update.
3757 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3758 * gdb.mi/mi-cli.exp: Update.
3759 * gdb.linespec/linespec.exp: Update.
3760 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3761 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3762 * gdb.cp/cp-relocate.exp: Update.
3763 * gdb.base/sym-file.exp: Update.
3764 * gdb.base/relocate.exp: Update.
3765 * gdb.base/readnever.exp: Update.
3766 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3767 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3768 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3769 * gdb.base/code_elim.exp: Update.
3770 * gdb.base/break-unload-file.exp (test_break): Update.
3771 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3772 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3773 Update.
3774 * gdb.base/attach.exp (do_attach_tests): Update.
3775 * gdb.base/sepdebug.exp: Update.
3776 * gdb.python/py-section-script.exp: Update.
3777
6afcf761
TT
37782018-10-04 Tom Tromey <tom@tromey.com>
3779
3780 PR cli/22234:
3781 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3782 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3783 output.
3784
fef1b293
TT
37852018-10-04 Tom Tromey <tom@tromey.com>
3786
3787 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3788 set width and height to 0.
3789 (test_command_line_attach_run): Use -quiet.
3790
ca98345e
SL
37912018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3792
3793 * lib/gdb.exp (skip_ifunc_tests): New.
3794 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3795 other compile failures.
3796 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3797
ff34e6ae
SM
37982018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3799
3800 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3801 is_amd64_regs_target.
3802
6bb8890e
AH
38032018-10-01 Alan Hayward <alan.hayward@arm.com>
3804
3805 * gdb.arch/aarch64-sighandler-regs.c: New test.
3806 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3807 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3808
224d30d3
MM
38092018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3810
3811 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3812 assembly.
3813
f67ffa6a
AB
38142018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3815
3816 * gdb.base/frame-selection.exp: New file.
3817 * gdb.base/frame-selection.c: New file.
3818
9fc3183f
AH
38192018-09-27 Alan Hayward <alan.hayward@arm.com>
3820
3821 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3822 pthread barrier.
3823 (main): Likewise.
3824
d354055e
AB
38252018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3826
3827 * gdb.base/large-frame-1.c: New file.
3828 * gdb.base/large-frame-2.c: New file.
3829 * gdb.base/large-frame.exp: New file.
3830 * gdb.base/large-frame.h: New file.
3831
db727370
JL
38322018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3833
3834 PR gdb/20948
3835 * gdb.base/write_mem.exp: New test.
3836 * gdb.base/write_mem.c: Likewise.
3837
ae778caf
TT
38382018-09-23 Tom Tromey <tom@tromey.com>
3839
3840 PR python/18852:
3841 * gdb.python/py-parameter.exp: Add test for parameter that throws
3842 on "set".
3843
fd3ba736
TT
38442018-09-23 Tom Tromey <tom@tromey.com>
3845
3846 PR python/17284:
3847 * gdb.python/py-template.exp (test_template_arg): Add test for
3848 negative template argument number.
3849
39a24317
TT
38502018-09-23 Tom Tromey <tom@tromey.com>
3851
3852 PR python/14062:
3853 * gdb.python/python.exp: Add test for post_event error.
3854
f5769a2c
TT
38552018-09-23 Tom Tromey <tom@tromey.com>
3856
3857 PR python/18170:
3858 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3859 convert pointers to int and long.
3860
1c1e54f6
TT
38612018-09-23 Tom Tromey <tom@tromey.com>
3862
3863 PR python/20126:
3864 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3865 signed-ness conversion tests.
3866
fb4fa946
TT
38672018-09-23 Tom Tromey <tom@tromey.com>
3868
3869 PR python/18352;
3870 * gdb.python/py-value.exp (test_float_conversion): New proc.
3871 Use it.
3872
a466edac
HAQ
38732018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3874
3875 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3876
4ee9b0c5
SL
38772018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3878
3879 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3880 no readline.
3881 * gdb.base/utf8-identifiers.exp: Likewise.
3882 * gdb.cp/cpcompletion.exp: Likewise.
3883 * gdb.linespec/cpcompletion.exp: Likewise.
3884 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3885 * gdb.linespec/cpls-ops.exp: Likewise.
3886
23be8da7
RB
38872018-09-19 Richard Bunt <richard.bunt@arm.com>
3888 Chris January <chris.january@arm.com>
3889
3890 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3891 * gdb.fortran/short-circuit-argument-list.exp: New file.
3892 * gdb.fortran/short-circuit-argument-list.f90: New test.
3893
5031d0ae
SDJ
38942018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3895
3896 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3897 "arch=" keyword when executing "-stack-list-frames".
3898
b4c0d1a4
SDJ
38992018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3900
3901 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3902 "arch=" keyword when executing "-stack-list-frames".
3903
7a6d2b45
SDJ
39042018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3905
3906 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3907 break ada".
3908
8588b356
SM
39092018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3910
3911 PR python/23669
3912 * gdb.python/python.exp: Test gdb.execute("show commands").
3913
65e65158
TT
39142018-09-16 Tom Tromey <tom@tromey.com>
3915
3916 * gdb.base/new-ui.exp (do_execution_tests): Update.
3917 * gdb.base/dbx.exp (test_breakpoints): Update.
3918
bf326452
AH
39192018-09-14 Alan Hayward <alan.hayward@arm.com>
3920
3921 * lib/gdb.exp (gdb_simple_compile): Add proc.
3922 (is_elf_target): Use gdb_simple_compile.
3923 (skip_altivec_tests): Likewise.
3924 (skip_vsx_tests): Likewise.
3925 (skip_tsx_tests): Likewise.
3926 (skip_btrace_tests): Likewise.
3927 (skip_btrace_pt_tests): Likewise.
3928 (gdb_can_simple_compile): Likewise.
3929 (gdb_has_argv0): Likewise.
3930 (gdb_target_symbol_prefix): Likewise.
3931 (target_supports_scheduler_locking): Likewise.
3932
2361b0fb
TT
39332018-09-13 Tom Tromey <tom@tromey.com>
3934
3935 * Makefile.in (TAGS): Recognize proc_with_prefix and
3936 gdb_caching_proc.
3937
0ae1a321
SM
39382018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3939
3940 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3941 method.
3942
a40bf0c2
SM
39432018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3944
3945 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3946 and a few other Inferior properties when the Inferior is no
3947 longer valid.
3948
4a3fe98f
TT
39492018-09-13 Tom Tromey <tom@tromey.com>
3950
3951 PR rust/23650:
3952 * gdb.rust/simple.exp: Add test for enum field access error.
3953
098b2108
TT
39542018-09-13 Tom Tromey <tom@tromey.com>
3955
3956 PR rust/23626:
3957 * gdb.rust/simple.rs (EmptyEnum): New type.
3958 (main): Use it.
3959 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3960
1256af7d
SM
39612018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3962
3963 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3964 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3965 * gdb.python/py-symtab.exp: Update test printing an objfile.
3966
4aa8e6c2
SM
39672018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3968
3969 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3970 object.
3971
c221b2f7
AH
39722018-09-12 Alan Hayward <alan.hayward@arm.com>
3973
3974 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3975 (support_complex_tests): Use gdb_can_simple_compile.
3976 (is_ilp32_target): Likewise.
3977 (is_lp64_target): Likewise.
3978 (is_64_target): Likewise.
3979 (is_amd64_regs_target): Likewise.
3980 (is_aarch32_target): Likewise.
3981 (gdb_int128_helper): Likewise.
3982
6f1107b5
JK
39832018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3984
3985 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3986
1f5d1570
JG
39872018-09-10 Jerome Guitton <guitton@adacore.com>
3988
3989 * gdb.ada/same_component_name: Add test for case of tagged record
3990 with variable-length fields.
3991
cc330e39
XR
39922018-09-10 Xavier Roirand <roirand@adacore.com>
3993
3994 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3995 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3996 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3997 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3998
b9c50e9a
XR
39992018-09-10 Xavier Roirand <roirand@adacore.com>
4000
4001 * gdb.ada/mi_string_access.exp: New testcase.
4002 * gdb.ada/mi_string_access/bar.adb: New file.
4003 * gdb.ada/mi_string_access/pck.adb: New file.
4004 * gdb.ada/mi_string_access/pck.asd: New file.
4005
2963898f
XR
40062018-09-10 Xavier Roirand <roirand@adacore.com>
4007
4008 * gdb.ada/mi_var_union.exp: New testcase.
4009 * gdb.ada/mi_var_union/bar.adb: New file.
4010 * gdb.ada/mi_var_union/pck.adb: New file.
4011 * gdb.ada/mi_var_union/pck.asd: New file.
4012
1aac008f
TT
40132018-09-08 Tom Tromey <tom@tromey.com>
4014
4015 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4016
332cf4c9
TT
40172018-09-08 Tom Tromey <tom@tromey.com>
4018
4019 PR python/16047:
4020 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4021 (register_pretty_printers): Register new printer.
4022 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4023 test.
4024 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4025 (an_int_type3): New global.
4026
424da6cf
JB
40272018-09-08 Joel Brobecker <brobecker@adacore.com>
4028
4029 * gdb.ada/expr_with_funcall: New testcase.
4030
2a62dfa9
JB
40312018-09-08 Joel Brobecker <brobecker@adacore.com>
4032
4033 * gdb.ada/packed_array_assign: New testcase.
4034
96b6697f
AB
40352018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4036
4037 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4038 names, and add test prefixes to make test names unique.
4039
e4a62c65
TV
40402018-09-05 Tom de Vries <tdevries@suse.de>
4041
4042 * gdb.dwarf2/varval.exp: Add test.
4043
dd083ee2
GB
40442018-09-04 Gary Benson <gbenson@redhat.com>
4045
4046 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4047 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4048
aef9346c
TT
40492018-08-31 Tom Tromey <tom@tromey.com>
4050
4051 * gdb.rust/simple.rs: Rename second variable "v".
4052
c67f2e15
AB
40532018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4054
4055 * gdb.base/funcargs.c (use_a): New function.
4056 (recurse): Call use_a.
4057
078a0207
KS
40582018-08-29 Keith Seitz <keiths@redhat.com>
4059
4060 * gdb.compile/compile-cplus-anonymous.cc: New file.
4061 * gdb.compile/compile-cplus-anonymous.exp: New file.
4062 * gdb.compile/compile-cplus-array-decay.cc: New file.
4063 * gdb.compile/compile-cplus-array-decay.exp: New file.
4064 * gdb.compile/compile-cplus-inherit.cc: New file.
4065 * gdb.compile/compile-cplus-inherit.exp: New file.
4066 * gdb.compile/compile-cplus-member.cc: New file.
4067 * gdb.compile/compile-cplus-member.exp: New file.
4068 * gdb.compile/compile-cplus-method.cc: New file.
4069 * gdb.compile/compile-cplus-method.exp: New file.
4070 * gdb.compile/compile-cplus-mod.c: "New" file.
4071 * gdb.compile/compile-cplus-namespace.cc: New file.
4072 * gdb.compile/compile-cplus-namespace.exp: New file.
4073 * gdb.compile/compile-cplus-nested.cc: New file.
4074 * gdb.compile/compile-cplus-nested.exp: New file.
4075 * gdb.compile/compile-cplus-print.c: "New" file.
4076 * gdb.compile/compile-cplus-print.exp: "New" file.
4077 * gdb.compile/compile-cplus-virtual.cc: New file.
4078 * gdb.compile/compile-cplus-virtual.exp: New file.
4079 * gdb.compile/compile-cplus.c: "New" file.
4080 * gdb.compile/compile-cplus.exp: "New" file.
4081 * lib/compile-support.exp: New file.
4082
b0f492b9
GB
40832018-08-16 Gary Benson <gbenson@redhat.com>
4084
4085 PR gdb/13000:
4086 * gdb.base/batch-exit-status.exp: New file.
4087 * gdb.base/batch-exit-status.good-commands: Likewise.
4088 * gdb.base/batch-exit-status.bad-commands: Likewise.
4089
36eb4c5f
AH
40902018-08-29 Alan Hayward <alan.hayward@arm.com>
4091
4092 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4093 (struct struct02): Likewise.
4094 (struct struct03): Likewise.
4095 (struct struct04): Likewise.
4096 (struct struct_01_01): New struct.
4097 (struct struct_01_02): Likewise.
4098 (struct struct_01_03): Likewise.
4099 (struct struct_01_04): Likewise.
4100 (struct struct_02_01): Likewise.
4101 (struct struct_02_02): Likewise.
4102 (struct struct_02_03): Likewise.
4103 (struct struct_02_04): Likewise.
4104 (struct struct_04_01): Likewise.
4105 (struct struct_04_02): Likewise.
4106 (struct struct_04_03): Likewise.
4107 (struct struct_04_04): Likewise.
4108 (struct struct_05_01): Likewise.
4109 (struct struct_05_02): Likewise.
4110 (struct struct_05_03): Likewise.
4111 (struct struct_05_04): Likewise.
4112 (cmp_struct01): Remove function.
4113 (cmp_struct02): Likewise.
4114 (cmp_struct03): Likewise.
4115 (cmp_struct04): Likewise.
4116 (cmp_struct_01_01): Add Function.
4117 (cmp_struct_01_02): Likewise.
4118 (cmp_struct_01_03): Likewise.
4119 (cmp_struct_01_04): Likewise.
4120 (cmp_struct_02_01): Likewise.
4121 (cmp_struct_02_02): Likewise.
4122 (cmp_struct_02_03): Likewise.
4123 (cmp_struct_02_04): Likewise.
4124 (cmp_struct_04_01): Likewise.
4125 (cmp_struct_04_02): Likewise.
4126 (cmp_struct_04_03): Likewise.
4127 (cmp_struct_04_04): Likewise.
4128 (cmp_struct_05_01): Likewise.
4129 (cmp_struct_05_02): Likewise.
4130 (cmp_struct_05_03): Likewise.
4131 (cmp_struct_05_04): Likewise.
4132 (call_all): Add new structs.
4133 * gdb.base/infcall-nested-structs.exp: Likewise.
4134
3bf9c013
JV
41352018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4136
4137 * gdb.python/py-framefilter-mi.exp: Update regexp to
4138 check for "arch" field in frame output.
4139
450d1e88
KB
41402018-08-23 Kevin Buettner <kevinb@redhat.com>
4141
4142 * gdb.dwarf2/dw2-ranges-func.c: New file.
4143 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4144
ae739fe7
SM
41452018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4146
4147 * gdb.base/term.exp: Compare terminal settings with values from
4148 the inferior.
4149 * gdb.base/term.c: Get and set terminal settings.
4150
6d52907e
JV
41512018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4152
4153 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4154 accommodate new "arch" field in frame output.
4155 * gdb.mi/mi-return.exp: Likewise.
4156 * gdb.mi/mi-stack.exp: Likewise.
4157 * gdb.mi/mi-syn-frame.exp: Likewise.
4158 * gdb.mi/user-selected-context-sync.exp: Likewise.
4159
be2d111a
MS
41602018-08-19 Michael Spang <spang@google.com>
4161
4162 PR gdb/11786
4163 * gdb.base/gcore-tls-pie.c: New file.
4164 * gdb.base/gcore-tls-pie.exp: New file.
4165
ae3a7c47
KB
41662018-08-18 Kevin Buettner <kevinb@redhat.com>
4167
4168 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
4169 * gdb.dwarf2/varval.c: New file.
4170 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 4171
2ecae92e
AH
41722018-08-17 Alan Hayward <alan.hayward@arm.com>
4173
4174 PR gdb/18931
4175 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4176
c1854f1d
KS
41772018-08-16 Keith Seitz <keiths@redhat.com>
4178
4179 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4180 tests expected to pass.
4181
26fb3983
JV
41822018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4183
4184 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4185 -data-disassemble -a.
4186 (test_disassembly_bogus_args): Likewise.
4187
67943c00
AB
41882018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4189
4190 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4191
5ff2bbae
AB
41922018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4193
4194 * gdb.base/vla-optimized-out.exp: Add new test.
4195
e5bbcd0f
AB
41962018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4197
4198 * gdb.base/vla-optimized-out-o3.exp: Delete.
4199 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4200 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4201 deleted tests.
4202
9d4a934c
AB
42032018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4204
4205 PR gdb/18050:
4206 * gdb.server/extended-remote-restart.c: New file.
4207 * gdb.server/extended-remote-restart.exp: New file.
4208
045cf012
SM
42092018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4210
4211 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4212 "set variable index = 42".
4213
87d6a7aa
SM
42142018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4215
4216 * boards/index-cache-gdb.exp: New file.
4217 * gdb.dwarf2/index-cache.exp: New file.
4218 * gdb.dwarf2/index-cache.c: New file.
4219 * gdb.base/maint.exp: Check if we are using the index cache.
4220
96d68bd4
RO
42212018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4222
4223 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4224 MAKEFLAGS.
4225
5a699617
RO
42262018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4227
4228 * dg-extract-results.sh: Move to toplevel contrib.
4229 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4230 * Makefile.in (check-parallel-racy): Likewise.
4231
5bd18990
AB
42322018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4233
4234 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4235 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4236 tests if the target supports scheduler locking.
4237
3fbbcf47
TV
42382018-08-04 Tom de Vries <tdevries@suse.de>
4239
4240 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4241
3e1d3d8c
TT
42422018-08-02 Tom Tromey <tom@tromey.com>
4243
4244 PR symtab/16842.
4245 * gdb.cp/temargs.exp: Test "info address" of a template
4246 parameter.
4247
5abe0f0c
JV
42482018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4249
4250 * gdb.python/py-mi-var-info-path-expression.c: New file.
4251 * gdb.python/py-mi-var-info-path-expression.py: New file.
4252 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4253
fb66cde8
SDJ
42542018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4255
4256 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4257 error after "cannot resolve name" string.
4258
c708f4d2
AB
42592018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4260
4261 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4262 started.
4263 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4264
37cc0cae
TV
42652018-07-28 Tom de Vries <tdevries@suse.de>
4266
4267 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4268
63b4ecf7
TV
42692018-07-26 Tom de Vries <tdevries@suse.de>
4270
4271 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4272
3c3bb058
AB
42732018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4274
4275 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4276 is visible.
4277
9e7f3bbb
TV
42782018-07-26 Tom de Vries <tdevries@suse.de>
4279
4280 PR breakpoints/23366
4281 * gdb.base/catch-follow-exec.c: New test.
4282 * gdb.base/catch-follow-exec.exp: New file.
4283
16f808ec
TV
42842018-07-25 Tom de Vries <tdevries@suse.de>
4285
4286 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4287 vla-optimized-out.c.
4288
d7154a8d
JV
42892018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4290
4291 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4292 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4293
232a0032
TV
42942018-07-20 Tom de Vries <tdevries@suse.de>
4295
4296 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4297 NOCLONE macro.
4298 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4299
fbb1d502
TV
43002018-07-19 Tom de Vries <tdevries@suse.de>
4301
4302 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4303 regular expression.
4304
42dc7699
TV
43052018-07-18 Tom de Vries <tdevries@suse.de>
4306
4307 * gdb.base/vla-optimized-out.c: New test.
4308 * gdb.base/vla-optimized-out.exp: New file.
4309
7f1f7e23
SDJ
43102018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4311
4312 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4313 message "No address associated with hostname" when gdbserver
4314 cannot resolve the hostname.
4315
5759ebb3
PW
43162018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4317
4318 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4319 Add some test prefixes to make tests unique.
4320
3606ccab
PW
43212018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4322
4323 * gdb.base/frameapply.c: New file.
4324 * gdb.base/frameapply.exp: New file.
4325
529c08b2
PW
43262018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4327
4328 * gdb.base/skip.exp: Update expected error message.
4329
c7ab0aef
SDJ
43302018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4331 Jan Kratochvil <jan.kratochvil@redhat.com>
4332 Paul Fertser <fercerpav@gmail.com>
4333 Tsutomu Seki <sekiriki@gmail.com>
4334
4335 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4336 parameter.
4337 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4338 by default.
4339 * boards/native-gdbserver.exp: Likewise.
4340 * gdb.server/run-without-local-binary.exp: Improve regexp used
4341 for detecting when a remote debugging connection succeeds.
4342 * gdb.server/server-connect.exp: New file.
4343 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4344 Do not prefix the port number with ":".
4345 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4346 support for detecting and using it. Add '$debughost_gdbserver'
4347 to the list of arguments used to start gdbserver. Handle case
4348 when gdbserver cannot resolve a network name.
4349
16ff70dd
SDJ
43502018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4351
4352 PR c++/23373
4353 * gdb.base/ptype-offsets.cc (struct static_member): New
4354 struct.
4355 (main) <stmember>: New variable.
4356 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4357 with a static member in it.
4358
3541979f
AB
43592018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4360
4361 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4362 watchpoints enabled and disabled.
4363
c8ad9b9a
AB
43642018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4365
4366 * gdb.base/examine-backward.exp: Still run tests around address
4367 0x0, even if address 0x0 is not readable. Update the pattern for
4368 matching address 0x0 in expected output.
4369
e0e5e971
AB
43702018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4371
4372 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4373 malloc/free.
4374
1ea5da02
TV
43752018-07-04 Tom de Vries <tdevries@suse.de>
4376
4377 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4378
471b9d15
MR
43792018-07-02 Maciej W. Rozycki <macro@mips.com>
4380
4381 PR tdep/8282
4382 * gdb.arch/mips-disassembler-options.exp: New test.
4383 * gdb.arch/mips-disassembler-options.s: New test source.
4384
75acb486
PA
43852018-06-29 Pedro Alves <palves@redhat.com>
4386
4387 * gdb.threads/names.exp: Adjust expected "info threads" output.
4388
cd2bb709
PA
43892018-06-29 Pedro Alves <palves@redhat.com>
4390
4391 * gdb.opt/inline-break.exp (line number, address): Add "info
4392 break" tests.
4393
991ff292
PA
43942018-06-29 Pedro Alves <palves@redhat.com>
4395
4396 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4397 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4398 number and address and running to them.
4399
356819b6 44002018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
4401
4402 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4403
2512d7ef
JK
44042018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4405
4406 * lib/compiler.c: Remove executable permission flag.
4407
be1b6474
RB
44082018-06-28 Richard Bunt <richard.bunt@arm.com>
4409
4410 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4411 code.
4412 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4413
291f9a96
PT
44142018-06-28 Petr Tesarik <ptesarik@suse.cz>
4415
4416 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4417
ed6dfe51
PT
44182018-06-28 Petr Tesarik <ptesarik@suse.cz>
4419
4420 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4421 address argument is omitted.
4422
d4d429d5
PT
44232018-06-28 Petr Tesarik <ptesarik@suse.cz>
4424
4425 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4426
7ab6656f
OJ
44272018-06-27 Omair Javaid <omair.javaid@linaro.org>
4428
4429 PR gdb/21695
4430 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4431 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4432
a33ccfc7
TT
44332018-06-26 Tom Tromey <tom@tromey.com>
4434
4435 PR rust/22574:
4436 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4437 * gdb.rust/simple.rs (struct SimpleLayout): New.
4438
6d72d289
SM
44392018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4440
4441 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4442 "info registers" output.
4443
8363f9d5
RB
44442018-06-21 Richard Bunt <richard.bunt@arm.com>
4445
4446 * gdb.base/watchpoint-hw-attach.c: New test.
4447 * gdb.base/watchpoint-hw-attach.exp: New file.
4448
f00674fe
SM
44492018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4450
4451 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4452 through /bin/sh.
4453 * boards/dwarf4-gdb-index.exp: Likewise.
4454 * boards/fission-dwp.exp: Likewise.
4455
1d554008
UW
44562018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4457
4458 * gdb.base/float128.exp: Add comment and improved fail message
4459 to the failure case of "print large128" test.
4460
d0ac1c44
SM
44612018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4462
4463 * configure.ac: Remove AC_PREREQ.
4464 * configure: Re-generate.
4465
61b04dd0
PA
44662018-06-19 Pedro Alves <palves@redhat.com>
4467
4468 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4469 (func_extern_caller): New.
4470 (main): Call func_extern_caller.
4471 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4472 logic change.
4473
f63b508a
SM
44742018-06-18 Weimin Pan <weimin.pan@oracle.com>
4475
4476 PR gdb/16841
4477 * gdb.cp/typedef-base.cc: New file.
4478 * gdb.cp/typedef-base.exp: New file.
4479
0fe3a558
TV
44802018-06-18 Tom de Vries <tdevries@suse.de>
4481
4482 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4483
7010835a
AB
44842018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4485 Richard Bunt <Richard.Bunt@arm.com>
4486
4487 * gdb.threads/attach-slow-waitpid.c: New file.
4488 * gdb.threads/attach-slow-waitpid.exp: New file.
4489 * gdb.threads/slow-waitpid.c: New file.
4490
14897d65
PA
44912018-06-14 Pedro Alves <palves@redhat.com>
4492
4493 * gdb.base/fork-running-state.c: Include <errno.h>.
4494 (exit_if_relative_exits): New.
4495 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4496 exits.
4497 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4498 child exits.
4499
5d9a0608
TV
45002018-06-14 Tom de Vries <tdevries@suse.de>
4501
4502 PR cli/22573
4503 * gdb.base/finish-pretty.c: New test.
4504 * gdb.base/finish-pretty.exp: New file.
4505
11ae5818
PA
45062018-06-14 Pedro Alves <palves@redhat.com>
4507
4508 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4509 gdb's expected startup output.
4510
1d39de44
PA
45112018-06-14 Pedro Alves <palves@redhat.com>
4512
4513 * lib/selftest-support.exp (selftest_setup): Remove inlined
4514 function handling.
4515
70ee0000
TV
45162018-06-14 Tom de Vries <tdevries@suse.de>
4517
4518 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4519 matching of breakpoint printing.
4520
11f4b608
TV
45212018-06-13 Tom de Vries <tdevries@suse.de>
4522
4523 PR testsuite/23269
4524 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4525 (fork_child): ... here, and ...
4526 (fork_parent): ... here.
4527
45282018-06-12 Tom de Vries <tdevries@suse.de>
4529
4530 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4531
9516f85a
AB
45322018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4533 Stephen Roberts <stephen.roberts@arm.com>
4534
4535 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4536 rewrite test to describe action performed, rather than possible
4537 failure.
4538
5045b3d7
GB
45392018-06-08 Gary Benson <gbenson@redhat.com>
4540
4541 * gdb.threads/check-libthread-db.exp: New file.
4542 * gdb.threads/check-libthread-db.c: Likewise.
4543
c61b06a1
TT
45442018-06-05 Tom Tromey <tom@tromey.com>
4545
4546 * gdb.base/default.exp: Update expected "show version" output.
4547
eb6af809
TT
45482018-06-05 Tom Tromey <tom@tromey.com>
4549
4550 PR cli/12326:
4551 * gdb.cp/static-print-quit.exp: Update.
4552 * lib/gdb.exp (pagination_prompt): Update.
4553 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4554 * gdb.python/python.exp: Update.
4555
178d6a63
JB
45562018-06-04 Joel Brobecker <brobecker@adacore.com>
4557
4558 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4559
8e817061
JB
45602018-06-01 Joel Brobecker <brobecker@adacore.com>
4561
4562 * gdb.ada/bp_fun_addr: New testcase.
4563
e86ca25f
TT
45642018-06-01 Tom Tromey <tom@tromey.com>
4565
4566 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4567 results.
4568 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4569 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4570 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4571 * gdb.base/maint.exp (maint_pass_if): Update.
4572
4b2dfa9d
MR
45732018-05-31 Maciej W. Rozycki <macro@mips.com>
4574
4575 * gdb.base/endian.exp: New test.
4576 * gdb.base/endian.c: New test source.
4577
45f25d6c
AB
45782018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4579
4580 PR gdb/23203
4581 * gdb.base/bt-selected-frame.c: New file.
4582 * gdb.base/bt-selected-frame.exp: New file.
4583 * lib/gdb.exp (get_current_frame_number): New function.
4584
d9f6d7f8
MR
45852018-05-24 Maciej W. Rozycki <macro@mips.com>
4586 Pedro Alves <palves@redhat.com>
4587
4588 * gdb.threads/tls-core.c: Include <stdlib.h>
4589 (thread_proc): Call `abort'.
4590 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4591 (tls_core_test): New procedure, bits factored out from ...
4592 (top level): ... here. Test both native cores and gcore cores.
4593
ff1cf532
TT
45942018-05-23 Tom Tromey <tom@tromey.com>
4595
4596 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4597
b98664d3
TT
45982018-05-23 Tom Tromey <tom@tromey.com>
4599
4600 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4601 symfile_complaints.
4602 (test_short_complaints): Likewise.
4603 (test_empty_complaints): Likewise.
4604 (test_initial_complaints): Update.
4605
4e9668d0
TT
46062018-05-23 Tom Tromey <tom@tromey.com>
4607
4608 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4609
43ba33c7
TT
46102018-05-23 Tom Tromey <tom@tromey.com>
4611
4612 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4613 (test_short_complaints): Update.
4614
035522c0
PA
46152018-05-22 Pedro Alves <palves@redhat.com>
4616
4617 * gdb.base/remote.exp: Only gdb_start after compiling the
4618 testcase. Issue "disconnect" before testing "set remote" command
4619 defaults. Issue clean_restart before running to main.
4620
cc0be08f
PA
46212018-05-22 Pedro Alves <palves@redhat.com>
4622
4623 * gdb.base/remote.exp: Adjust expected output of "show remote
4624 memory-write-packet-size". Add tests for "set remote
4625 memory-write-packet-size 0" and "set remote
4626 memory-write-packet-size fixed/limit".
4627
b1b60145
PA
46282018-05-22 Pedro Alves <palves@redhat.com>
4629
4630 PR gdb/22973
4631 * gdb.base/utf8-identifiers.c: New file.
4632 * gdb.base/utf8-identifiers.exp: New file.
4633
0ec848ad
PFC
46342018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4635
4636 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4637
2c3305f6
PFC
46382018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4639
4640 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4641
ce1e8424
TT
46422018-05-18 Tom Tromey <tom@tromey.com>
4643
4644 * gdb.base/ptype-offsets.exp: Update.
4645
ddfe970e
KS
46462018-05-17 Keith Seitz <keiths@redhat.com>
4647
4648 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4649 in expected breakpoint stop locations.
4650 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4651 move to proper scope to test variable values.
4652 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4653 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4654 New functions.
4655 (main): Call not_inline_func3.
4656 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4657 inline_func1, inline_func2, and inline_func3. Test that when each
4658 breakpoint is hit, GDB properly reports both the stop location
4659 and the backtrace. Repeat tests for temporary breakpoints.
4660
0726fcc6
MR
46612018-05-15 Maciej W. Rozycki <macro@mips.com>
4662
4663 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4664 rather then trying to access it in determining whether the PID
4665 of `gdbserver' could have been retrieved.
4666
8ee22052
AB
46672018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4668
4669 * gdb.arch/amd64-init-x87-values.S: New file.
4670 * gdb.arch/amd64-init-x87-values.exp: New file.
4671
7785df48
JK
46722018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4673
4674 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4675
56bcdbea
TT
46762018-05-04 Tom Tromey <tom@tromey.com>
4677
4678 PR python/22730:
4679 * gdb.python/python.exp: Test multi-line execute.
4680
a913fffb
TT
46812018-05-04 Tom Tromey <tom@tromey.com>
4682
4683 PR python/22731:
4684 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4685
7a2c85f2
TT
46862018-05-04 Tom Tromey <tom@tromey.com>
4687
4688 PR gdb/11750:
4689 * gdb.base/define.exp: Test defining a user command inside a user
4690 command.
4691 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4692
a3b60e45
JK
46932018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4694 Pedro Alves <palves@redhat.com>
4695
4696 PR breakpoints/19806 and support for PR external/20207.
4697 * gdb.base/watchpoint-unaligned.c: New file.
4698 * gdb.base/watchpoint-unaligned.exp: New file.
4699
45fe4a03
AB
47002018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4701
4702 * gdb.base/maint.exp: Make test names unique, use
4703 test_prefix_command_help to test 'help maint info', and remove
4704 repeated test of 'help maint'.
4705
9be2ae8f
TT
47062018-05-04 Tom Tromey <tom@tromey.com>
4707
4708 PR gdb/22619:
4709 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4710 behavior.
4711
11859c31
AB
47122018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4713
4714 * gdb.base/maint.exp: Process output from 'maint print registers'
4715 line at a time.
4716
089a9490
AB
47172018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4718
4719 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4720 timeout.
4721
9b0797e2
AB
47222018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4723
4724 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4725 filter pattern.
4726
f6ac5f3d
PA
47272018-05-02 Pedro Alves <palves@redhat.com>
4728
4729 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4730 to_log_command renames.
4731 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4732
77d3c63b
TT
47332018-05-02 Tom Tromey <tom@tromey.com>
4734
4735 * gdb.python/py-parameter.exp: Set test message.
4736
0489430a
TT
47372018-05-02 Tom Tromey <tom@tromey.com>
4738
4739 PR python/20084:
4740 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4741 PARAM_ZUINTEGER_UNLIMITED tests.
4742
1632f8ba
DR
47432018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4744
4745 PR rust/23124
4746 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4747 when casting.
4748
6d7bb824
TT
47492018-04-30 Tom Tromey <tom@tromey.com>
4750
4751 * gdb.python/py-type.exp: Check align attribute.
4752 * gdb.python/py-type.c: New "aligncheck" global.
4753
007e1530
TT
47542018-04-30 Tom Tromey <tom@tromey.com>
4755
4756 PR exp/17095:
4757 * gdb.dwarf2/dw2-align.exp: New file.
4758 * gdb.cp/align.exp: New file.
4759 * gdb.base/align.exp: New file.
4760 * lib/gdb.exp (gdb_int128_helper): New proc.
4761 (has_int128_c, has_int128_cxx): New caching procs.
4762
6873858b
TT
47632018-04-27 Tom Tromey <tom@tromey.com>
4764
4765 PR rust/22545:
4766 * gdb.rust/simple.exp: Add inclusive range tests.
4767
79188d8d
PA
47682018-04-26 Pedro Alves <palves@redhat.com>
4769
4770 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4771 ifunc breakpoint locations correctly of ifunc breakpoints set
4772 while the program resolves the ifunc.
4773
c7075ad5
PA
47742018-04-26 Pedro Alves <palves@redhat.com>
4775
4776 * gdb.base/gnu-ifunc-final.c: New file.
4777 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4778 * gdb.base/gnu-ifunc.exp (executable): Delete.
4779 (staticexecutable): Adjust.
4780 (lib_opts, exec_opts): Delete.
4781 (make_binsuffix, build, set-break): New procedures.
4782 (misc_tests): New, with tests factored out from the top level.
4783 (top level): Test different combinations of ifunc resolver name,
4784 resolver with and with debug info, and ifunc target with and
4785 without debug info. Wrap static tests with with_target_prefix.
4786
8388016d
PA
47872018-04-26 Pedro Alves <palves@redhat.com>
4788
4789 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4790 return type" warnings.
4791
249b5733
PA
47922018-04-25 Pedro Alves <palves@redhat.com>
4793
4794 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4795 killed".
4796 * gdb.base/kill-after-signal.exp: Likewise.
4797 * gdb.threads/kill.exp: Likewise.
4798
f67c0c91
SDJ
47992018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4800 Sergio Durigan Junior <sergiodj@redhat.com>
4801 Pedro Alves <palves@redhat.com>
4802
4803 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4804 regexps to expect for '[Inferior ... detached]' as well.
4805 * gdb.base/attach.exp: Likewise.
4806 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4807 "gdb_continue_to_end".
4808 (test_catch_syscall_with_wrong_args): Likewise.
4809 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4810 ']'. Don't set 'verbose' on.
4811 * gdb.base/foll-vfork.exp: Likewise.
4812 * gdb.base/fork-print-inferior-events.c: New file.
4813 * gdb.base/fork-print-inferior-events.exp: New file.
4814 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4815 '[Inferior ... has been killed]' message.
4816 * gdb.base/kill-after-signal.exp: Likewise.
4817 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4818 detach message.
4819 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4820 message.
4821 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4822 regexps to expect for '[Inferior ... detached]' as well.
4823 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4824
0a8ddac4
SM
48252018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4826
4827 PR gdb/23104
4828 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4829
701adfb0
PA
48302018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4831
4832 PR gdb/23095
4833 * gdb.base/break-probes.exp: Pass shlib_load to
4834 prepare_for_testing. Set normal_bp to r_debug_state if target is
4835 bsd.
4836
d27d16bf
RB
48372018-04-19 Richard Bunt <richard.bunt@arm.com>
4838
4839 * gdb.threads/multiple-successive-infcall.c: New test.
4840 * gdb.threads/multiple-successive-infcall.exp: New file.
4841
a037790e
TT
48422018-04-17 Tom Tromey <tom@tromey.com>
4843
4844 * gdb.rust/simple.rs (Union): New type.
4845 (main): New local "u".
4846 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4847
e3a91079
AA
48482018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4849
4850 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4851 number information in output of "whereis" command.
4852 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4853
b744723f
AA
48542018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4855
4856 * gdb.ada/info_types.exp: Adjust expected output to the line
4857 numbers now printed by "info var/func/type".
4858 * gdb.base/completion.exp: Likewise.
4859 * gdb.base/included.exp: Likewise.
4860 * gdb.cp/cp-relocate.exp: Likewise.
4861 * gdb.cp/cplusfuncs.exp: Likewise.
4862 * gdb.cp/namespace.exp: Likewise.
4863 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4864
4a4495d6
MM
48652018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4866
4867 * gdb.btrace/cpu.exp: New.
4868
1d509aa6
MM
48692018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4870
4871 * gdb.base/step-indirect-call-thunk.exp: New.
4872 * gdb.base/step-indirect-call-thunk.c: New.
4873 * gdb.reverse/step-indirect-call-thunk.exp: New.
4874 * gdb.reverse/step-indirect-call-thunk.c: New.
4875
6295b6da
SM
48762018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4877
4878 * gdb.base/pie-fork.c: New file.
4879 * gdb.base/pie-fork.exp: New file.
4880
50146e70
TT
48812018-04-11 Tom Tromey <tom@tromey.com>
4882
4883 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4884
f50d8a2e
PA
48852018-04-10 Pedro Alves <palves@redhat.com>
4886
4887 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4888 exits. Instead loop running forever.
4889 (fork_parent): Run forever too.
4890
a0be7a36
SM
48912018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4892
4893 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4894 mi_continue_to_line.
4895 * gdb.mi/mi-stack.c (callee4): Add comment.
4896
9b73db36
SM
48972018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4898
4899 * gdb.mi/mi-stack.exp: Fix indentation.
4900
c912f608
SM
49012018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4902
4903 PR gdb/22979
4904 * gdb.arch/amd64-osabi.exp: New file.
4905
26540402
SM
49062018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4907
4908 PR gdb/22980
4909 * gdb.base/osabi.exp: New file.
4910
121ad66c 49112018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4912
4913 * gdb.cp/static-typedef-print.exp: New file.
4914 * gdb.cp/static-typedef-print.cc: New file.
4915
3fcded8f
JB
49162018-03-27 Joel Brobecker <brobecker@adacore.com>
4917
4918 * gdb.ada/varsize_limit: New testcase.
4919
59cc4834
JB
49202018-03-27 Joel Brobecker <brobecker@adacore.com>
4921
4922 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4923
4924 * gdb.ada/notcplusplus: New testcase.
4925
4926 * gdb.base/c-linkage-name.c: New file.
4927 * gdb.base/c-linkage-name.exp: New testcase.
4928
4ca59a9f
TT
49292018-03-26 Tom Tromey <tom@tromey.com>
4930
4931 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4932 * gdb.python/py-framefilter.py (name_error): New global.
4933 (ErrorInName.function): Use name_error.
4934
978d6c75
TT
49352018-03-26 Tom Tromey <tom@tromey.com>
4936
4937 PR backtrace/15582:
4938 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4939
b7fee5a3
KS
49402018-03-23 Keith Seitz <keiths@redhat.com>
4941
4942 PR c++/22968
4943 * gdb.cp/subtypes.exp: New file.
4944 * gdb.cp/subtypes.h: New file.
4945 * gdb.cp/subtypes.cc: New file.
4946 * gdb.cp/subtypes-2.cc: New file.
4947
376be529
AB
49482018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4949
4950 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4951 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4952 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4953 -nostartfiles when compiling the test. Confirm that all registers
4954 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4955
066cfa98
AB
49562018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4957
4958 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4959 option, syntax was wrong anyway.
4960 * gdb.arch/arm-disp-step.exp: Likewise.
4961 * gdb.arch/sparc64-regs.exp: Likewise.
4962 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4963 option, syntax was wrong anyway, switch to use
4964 prepare_for_testing.
4965 * gdb.arch/i386-disp-step.exp: Likewise.
4966
079670b9
AA
49672018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4968
4969 * gdb.ada/exec_changed.exp: Replace "target_info exists
4970 use_gdb_stub" by "use_gdb_stub".
4971 * gdb.ada/start.exp: Likewise.
4972 * gdb.base/async-shell.exp: Likewise.
4973 * gdb.base/attach-pie-misread.exp: Likewise.
4974 * gdb.base/attach-wait-input.exp: Likewise.
4975 * gdb.base/break-entry.exp: Likewise.
4976 * gdb.base/break-interp.exp: Likewise.
4977 * gdb.base/dprintf-detach.exp: Likewise.
4978 * gdb.base/nostdlib.exp: Likewise.
4979 * gdb.base/solib-nodir.exp: Likewise.
4980 * gdb.base/statistics.exp: Likewise.
4981 * gdb.base/testenv.exp: Likewise.
4982 * gdb.mi/mi-exec-run.exp: Likewise.
4983 * gdb.mi/mi-start.exp: Likewise.
4984 * gdb.multi/dummy-frame-restore.exp: Likewise.
4985 * gdb.multi/multi-arch-exec.exp: Likewise.
4986 * gdb.multi/multi-arch.exp: Likewise.
4987 * gdb.multi/tids.exp: Likewise.
4988 * gdb.multi/watchpoint-multi.exp: Likewise.
4989 * gdb.python/py-events.exp: Likewise.
4990 * gdb.threads/attach-into-signal.exp: Likewise.
4991 * gdb.threads/attach-stopped.exp: Likewise.
4992 * gdb.threads/threadapply.exp: Likewise.
4993 * lib/selftest-support.exp: Likewise.
4994
26d6cec4
AA
49952018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4996
4997 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4998
4ee89e90
SR
49992018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5000
5001 * gdb.perf/template-breakpoints.cc: New file.
5002 * gdb.perf/template-breakpoints.exp: New file.
5003 * gdb.perf/template-breakpoints.py: New file.
5004
92630041
TT
50052018-03-19 Tom Tromey <tom@tromey.com>
5006
5007 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5008 y0.
5009 * gdb.rust/simple.exp: Test bare identifier form of struct
5010 initializer.
5011
76727919
TT
50122018-03-19 Tom Tromey <tom@tromey.com>
5013
5014 * gdb.gdb/observer.exp: Remove.
5015
194ed413
AA
50162018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5017
5018 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5019 "qualified" option when setting breakpoints.
5020 * gdb.trace/backtrace.exp: Likewise.
5021 * gdb.trace/circ.exp: Likewise.
5022 * gdb.trace/collection.exp: Likewise.
5023 * gdb.trace/disconnected-tracing.exp: Likewise.
5024 * gdb.trace/ftrace-lock.exp: Likewise.
5025 * gdb.trace/ftrace.exp: Likewise.
5026 * gdb.trace/infotrace.exp: Likewise.
5027 * gdb.trace/packetlen.exp: Likewise.
5028 * gdb.trace/passc-dyn.exp: Likewise.
5029 * gdb.trace/qtro.exp: Likewise.
5030 * gdb.trace/read-memory.exp: Likewise.
5031 * gdb.trace/report.exp: Likewise.
5032 * gdb.trace/signal.exp: Likewise.
5033 * gdb.trace/status-stop.exp: Likewise.
5034 * gdb.trace/strace.exp: Likewise.
5035 * gdb.trace/tfind.exp: Likewise.
5036 * gdb.trace/trace-break.exp: Likewise.
5037 * gdb.trace/trace-condition.exp: Likewise.
5038 * gdb.trace/trace-mt.exp: Likewise.
5039 * gdb.trace/tstatus.exp: Likewise.
5040 * gdb.trace/tsv.exp: Likewise.
5041 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5042 * gdb.trace/unavailable.exp: Likewise.
5043 * gdb.trace/while-dyn.exp: Likewise.
5044
8b067d2c
AA
50452018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5046
5047 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5048 that libinproctrace is copied to the target.
5049
3ae9ce5d
TT
50502018-03-14 Tom Tromey <tom@tromey.com>
5051
5052 PR cli/14977:
5053 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5054 a null pointer.
5055 * gdb.base/wchar.exp: Likewise.
5056
b8c2339b
TT
50572018-03-14 Tom Tromey <tom@tromey.com>
5058
5059 PR cli/19918:
5060 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5061 flag.
5062
4872dc46
SM
50632018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5064
5065 PR gdb/22841
5066 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5067 "target" to remote_exec.
5068
e4fe3756
SM
50692018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5070
5071 PR gdb/22841
5072 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5073 ${board}_upload): Remove.
5074
e95a97d4
AA
50752018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5076
5077 * gdb.cp/watch-cp.cc: New test.
5078 * gdb.cp/watch-cp.exp: New file.
5079
dbbb1059
AB
50802018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5081
5082 * gdb.base/infcall-nested-structs.exp: New file.
5083 * gdb.base/infcall-nested-structs.c: New file.
5084 * gdb.base/float.exp: Add riscv support.
5085
ecc054c0
TP
50862018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5087
5088 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5089 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5090
25e3c82c
SDJ
50912018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5092
5093 * gdb.server/abspath.exp: New file.
5094 * lib/gdb.exp (with_cwd): New procedure.
5095
3083294d
SM
50962018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5097
5098 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5099 use it.
5100 (gdb_is_target_remote_prompt): New proc.
5101 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5102 (gdb_is_target_native): Pass prompt parameter to
5103 gdb_is_target_1.
5104
3275ef47
SM
51052018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5106
5107 * gdb.base/load-command.c: New file.
5108 * gdb.base/load-command.exp: New file.
5109 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5110 (gdb_is_target_1): ...this, and generalize for other targets
5111 than just remote.
5112 (gdb_is_target_remote): Use gdb_is_target_1.
5113 (gdb_is_target_native): use gdb_is_target_1.
5114
6893c19a
TT
51152018-02-26 Tom Tromey <tom@tromey.com>
5116
5117 PR python/16497:
5118 * gdb.python/py-framefilter.exp: Update test.
5119
2ddeaf8a
TT
51202018-02-26 Tom Tromey <tom@tromey.com>
5121
5122 * gdb.dwarf2/variant.c: New file.
5123 * gdb.dwarf2/variant.exp: New file.
5124
c9317f21
TT
51252018-02-26 Tom Tromey <tom@tromey.com>
5126
5127 * gdb.rust/simple.exp: Accept more possible results in enum test.
5128
6f6d0c26
SM
51292018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5130
5131 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5132 parentheses.
5133
11b03145
MR
51342018-02-23 Maciej W. Rozycki <macro@mips.com>
5135
5136 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5137 name of a variable: $actual_linejj -> $actual_line.
5138
54a27fe5
JB
51392018-02-21 John Baldwin <jhb@FreeBSD.org>
5140
5141 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5142
de65820c
MM
51432018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5144
5145 * gdb.btrace/buffer-size.exp: Do not force BTS.
5146
980548fd
PA
51472018-02-14 Pedro Alves <palves@redhat.com>
5148
5149 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5150 getting a "Quit".
5151
c4e12631
MM
51522018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5153
5154 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5155 Fix test name.
5156
c2e0e465
SM
51572018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5158
5159 * gdb.cp/m-static.exp: Check type of optimized out static
5160 member.
5161
f7216783
AB
51622018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5163
5164 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5165 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5166
0625771b
LS
51672018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5168 Leszek Swirski <leszeks@google.com>
5169
5170 * gdb.python/py-prettyprint.c
5171 (struct to_string_returns_value_inner,
5172 struct to_string_returns_value_wrapper): New.
5173 (main): Add tsrvw variable.
5174 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5175 ToStringReturnsValueWrapper): New classes.
5176 (register_pretty_printers): Register new pretty-printers.
5177 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5178 recursive pretty printer.
5179 * gdb.python/py-mi.exp: Likewise.
5180
59498c30
LS
51812018-02-01 Leszek Swirski <leszeks@google.com>
5182
5183 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5184 functions with the same name as an include file are parsed
5185 correctly.
5186
d4d38844
YQ
51872018-02-01 Yao Qi <yao.qi@linaro.org>
5188
5189 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5190 "\[^\r\n\]*".
5191
07e5f5cf
NP
51922018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5193
5194 * gdb.arch/powerpc-prologue-frame.s: New file.
5195 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5196 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5197
929b5ad4
JB
51982018-01-31 Joel Brobecker <brobecker@adacore.com>
5199
5200 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5201
e671cd59
PA
52022018-01-30 Pedro Alves <palves@redhat.com>
5203
5204 PR gdb/13211
5205 * gdb.base/interrupt-daemon.c: New.
5206 * gdb.base/interrupt-daemon.exp: New.
5207 * gdb.multi/multi-term-settings.c: New.
5208 * gdb.multi/multi-term-settings.exp: New.
5209
fc413dc4
JB
52102018-01-30 Joel Brobecker <brobecker@adacore.com>
5211
5212 * gdb.base/break.exp: Save the location where the breakpoint
5213 on break.c:47 was actually inserted when debugging the version
5214 compiled at -O2 and use it in the expected output of the "info
5215 break" test performed soon after.
5216
5c319bb2
PA
52172018-01-22 Pedro Alves <palves@redhat.com>
5218 Sergio Durigan Junior <sergiodj@redhat.com>
5219
5220 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5221 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5222
a9e40818
JB
52232018-01-22 Joel Brobecker <brobecker@adacore.com>
5224
5225 * gdb.base/break-include.c, gdb.base/break-include.inc,
5226 gdb.base/break-include.exp: New files.
5227 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5228 line number now being the actual line number where the breakpoint
5229 was inserted.
5230 * gdb.mi/mi-break.exp: Likewise.
5231 * gdb.mi/mi-reverse.exp: Likewise.
5232 * gdb.mi/mi-simplerun.exp: Ditto.
5233
e707fc44
AB
52342018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5235
5236 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5237 varobj.
5238 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5239
ae451627
AB
52402018-01-21 Don Breazeal <donb@codesourcery.com>
5241 Andrew Burgess <andrew.burgess@embecosm.com>
5242
5243 * gdb.mi/basics.c: Add new global.
5244 * gdb.mi/mi-frame-regs.exp: New file.
5245 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5246 case.
5247
b1b189e0
AB
52482018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5249
5250 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5251 non-parameter, and on an unknown symbol.
5252
fcfcc376
TT
52532018-01-19 Tom Tromey <tom@tromey.com>
5254
5255 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5256 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5257
634c1c31
AA
52582018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5259
5260 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5261 setrlimit and chdir to int.
5262
d6ad07fd
AA
52632018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5264
5265 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5266 function.
5267 (my_tend): Likewise.
5268 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5269 rationale of avoiding FP- and vector instructions.
5270
adf8243b
RK
52712018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5272
5273 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5274 "info reg" with "\[ \t\]*".
5275 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5276 "\[ \t\]+".
5277 * gdb.arch/s390-multiarch.exp: Ditto.
5278 * gdb.base/pc-fp.exp: Ditto.
5279 * gdb.reverse/i386-precsave.exp: Ditto.
5280 * gdb.reverse/i386-reverse.exp: Ditto.
5281 * gdb.reverse/i387-env-reverse.exp: Ditto.
5282 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5283
dcc06925
AA
52842018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5285
5286 * lib/gdb.exp (gdb_compile): Re-enable use of
5287 universal_compile_options for languages other than Rust.
5288
25d4fd80
AA
52892018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5290
5291 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5292
ee7f689e 52932018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
5294
5295 PR gdb/16577
5296 * gdb.base/solib-vanish.exp: New.
5297 * gdb.base/solib-vanish-main.c: New.
5298 * gdb.base/solib-vanish-lib1.c: New.
5299 * gdb.base/solib-vanish-lib2.c: New.
5300
d8447b6b
YQ
53012018-01-17 Yao Qi <yao.qi@linaro.org>
5302
5303 * gdb.compile/compile.exp: Match the address printed for
5304 frame in the output of command "bt".
5305
86d6a90c
TT
53062018-01-15 Tom Tromey <tom@tromey.com>
5307
5308 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5309 compute sp_reg.
5310
cbcdb1aa
AB
53112018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5312
5313 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5314 to prepare.
5315 (prepare): Return 0 on error, 1 on success.
5316
eea61984
PA
53172018-01-12 Pedro Alves <palves@redhat.com>
5318
5319 * gdb.base/continue-after-aborted-step-over.c: New.
5320 * gdb.base/continue-after-aborted-step-over.exp: New.
5321
6181e9c2
SM
53222018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5323
5324 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5325 options when not creating an executable.
5326
3cada740
PA
53272018-01-11 Pedro Alves <palves@redhat.com>
5328
5329 PR remote/22597
5330 * gdb.server/stop-reply-no-thread.c: New file.
5331 * gdb.server/stop-reply-no-thread.exp: New file.
5332
c63d3e8d
PA
53332018-01-10 Pedro Alves <palves@redhat.com>
5334
5335 PR gdb/22670
5336 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5337 functions too. Test setting breakpoints and printing C functions
5338 with no debug info too.
5339 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5340
d4c2a405
PA
53412018-01-10 Pedro Alves <palves@redhat.com>
5342
5343 PR gdb/22670
5344 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5345 a fail.
5346
8825213e
PA
53472018-01-10 Pedro Alves <palves@redhat.com>
5348
5349 PR gdb/22670
5350 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5351
605fd3c6
YQ
53522018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5353
5354 * gdb.server/unittest.exp: Match the output in non-development
5355 mode.
5356
1e5ded6c
YQ
53572018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5358
5359 * gdb.gdb/unittest.exp: Match output in non-development mode.
5360
30066b0b
JB
53612018-01-08 Joel Brobecker <brobecker@adacore.com>
5362
5363 * gdb.ada/access_tagged_param.exp: Relax expected output
5364 for value of "ObjL" in "continue" to pck.inspect breakpoint
5365 test.
5366
04bafb1e
XR
53672018-01-08 Joel Brobecker <brobecker@adacore.com>
5368
9f86398b
JB
5369 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5370 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 5371
e379cee6
PA
53722018-01-05 Pedro Alves <palves@redhat.com>
5373
5374 PR gdb/18653
5375 * gdb.base/libsegfault.exp: New.
5376
de63c46b
PA
53772018-01-05 Joel Brobecker <brobecker@adacore.com>
5378
5379 PR gdb/22670
5380 * gdb.ada/access_tagged_param.exp: New file.
5381 * gdb.ada/access_tagged_param/foo.adb: New file.
5382
f98fc17b
PA
53832018-01-05 Pedro Alves <palves@redhat.com>
5384
5385 PR gdb/22670
5386 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5387 exercise lower case too, and to exercise both full matching and
5388 wild matching.
5389
342f8240
JB
53902018-01-05 Joel Brobecker <brobecker@adacore.com>
5391
5392 * gdb.ada/rename_subscript_param: New testcase.
5393
7150d33c
JG
53942018-01-05 Jerome Guitton <guitton@adacore.com>
5395
5396 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5397
cc0e770c
JB
53982018-01-05 Joel Brobecker <brobecker@adacore.com>
5399
5400 * gdb.ada/convvar_comp: New testcase.
5401
672a41aa 54022018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
5403
5404 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5405 (My_Table): New global variable.
5406 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5407
7365ec2f
JB
54082018-01-04 Joel Brobecker <brobecker@adacore.com>
5409
5410 PR gdb/22670
5411 * gdb.ada/maint_with_ada: New testcase.
5412
289483b6
JB
54132018-01-04 Joel Brobecker <brobecker@adacore.com>
5414
5415 PR gdb/22670
5416 * gdb.ada/bp_c_mixed_case: New testcase.
5417
344420da
JB
54182018-01-04 Joel Brobecker <brobecker@adacore.com>
5419
5420 PR gdb/22670
5421 * gdb.ada/complete.exp: Add "complete break ada" test.
5422
66fc87a0
JB
54232018-01-04 Joel Brobecker <brobecker@adacore.com>
5424
5425 PR gdb/22670
5426 * gdb.ada/info_addr_mixed_case: New testcase.
5427
9f757bf7
XR
54282018-01-03 Xavier Roirand <roirand@adacore.com>
5429
5430 * gdb.ada/excep_handle.exp: New testcase.
5431 * gdb.ada/excep_handle/foo.adb: New file.
5432 * gdb.ada/excep_handle/pck.ads: New file.
5433
bd570f80
JB
54342018-01-03 Joel Brobecker <brobecker@adacore.com>
5435
5436 * gdb.base/step-line.c: Add extra empty line in copyright header.
5437 * gdb.base/step-line.inp: Likewise.
5438
9fe561ab
JB
54392018-01-02 Joel Brobecker <brobecker@adacore.com>
5440
5441 * gdb.ada/dyn_stride.exp: Add slice test.
5442
a405673c
JB
54432018-01-02 Joel Brobecker <brobecker@adacore.com>
5444
5445 * gdb.ada/dyn_stride: New testcase.
5446
cef0f868
SH
54472017-12-27 Stafford Horne <shorne@gmail.com>
5448
5449 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5450 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5451
b67d92b0
SH
54522017-12-27 Stafford Horne <shorne@gmail.com>
5453
5454 * gdb.base/reggroups.c: New file.
5455 * gdb.base/reggroups.exp: New file.
5456
eccab96d
JB
54572017-12-18 Joel Brobecker <brobecker@adacore.com>
5458
5459 * gdb.dwarf2/ada-valprint-error.c: New file.
5460 * gdb.dwarf2/ada-valprint-error.exp: New file.
5461
0e2da9f0
JB
54622017-12-18 Joel Brobecker <brobecker@adacore.com>
5463
5464 * gdb.ada/assign_arr: New testcase.
5465
cb923fcc
XR
54662017-12-18 Xavier Roirand <roirand@adacore.com>
5467
5468 * gdb.ada/funcall_ptr: New testcase.
5469
7c161838
SDJ
54702017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5471
5472 PR cli/16224
5473 * gdb.base/ptype-offsets.cc: New file.
5474 * gdb.base/ptype-offsets.exp: New file.
5475
1af17fd9
YQ
54762017-12-15 Yao Qi <yao.qi@linaro.org>
5477
5478 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5479 if XML is disabled.
5480
828d5846
XR
54812017-12-15 Xavier Roirand <roirand@adacore.com>
5482
5483 * gdb.ada/same_component_name: New testcase.
5484
79e8fcaa
JB
54852017-12-14 Joel Brobecker <brobecker@adacore.com>
5486
5487 * gdb.ada/str_binop_equal: New testcase.
5488
e05fa6f9
JB
54892017-12-14 Joel Brobecker <brobecker@adacore.com>
5490
5491 * gdb.ada/task_switch_in_core: New testcase.
5492
b89641ba
SM
54932017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5494
5495 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5496 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5497 call test_bkpt_qualified.
5498 (test_bkpt_qualified): New proc.
5499
6892d2e4
PA
55002017-12-13 Pedro Alves <palves@redhat.com>
5501
5502 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5503 Tighten regexp by matching with an anchor.
5504
a22ecf70
PA
55052017-12-13 Pedro Alves <palves@redhat.com>
5506
5507 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5508 ("expression with namespace"): New set of tests.
5509 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5510 (Nested::Test_NS::qux): New.
5511 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5512 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5513
9937536c
JB
55142017-12-13 Joel Brobecker <brobecker@adacore.com>
5515
5516 * gdb.base/server-del-break.c: New file.
5517 * gdb.base/server-del-break.exp: New file.
5518
fe49c6f5
SH
55192017-12-12 Stafford Horne <shorne@gmail.com>
5520
5521 * gdb.xml/tdesc-regs.exp: Add or1k support.
5522
c3d18620
SH
55232017-12-12 Stafford Horne <shorne@gmail.com>
5524
5525 * gdb.base/bp-permanent.c: Define nop of or1k.
5526
c5f9cfc8
JB
55272017-12-11 Joel Brobecker <brobecker@adacore.com>
5528
5529 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5530 output with components being reordered.
5531
a9c135fc
JB
55322017-12-11 Joel Brobecker <brobecker@adacore.com>
5533
5534 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5535 output with components being reordered.
5536
927aa2e7
JK
55372017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5538 Pedro Alves <palves@redhat.com>
5539
5540 * gdb.base/maint.exp (check for .gdb_index): Check also for
5541 .debug_names.
5542 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5543 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5544 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5545 (.gdb_index used after symbol reloading): Support also .debug_names.
5546 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5547
f17d9474
YQ
55482017-12-08 Yao Qi <yao.qi@linaro.org>
5549
5550 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5551 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5552
a0de8c21
YQ
55532017-12-08 Yao Qi <yao.qi@linaro.org>
5554
5555 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5556 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5557
a738ea1d
YQ
55582017-12-08 Yao Qi <yao.qi@linaro.org>
5559
5560 * gdb.arch/aarch64-tagged-pointer.c: New file.
5561 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5562
1cd9a73b
SDJ
55632017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5564
5565 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5566 "int".
5567
fa6eb693
KS
55682017-12-07 Keith Seitz <keiths@redhat.com>
5569
5570 PR breakpoints/22569
5571 * gdb.linespec/ls-errs.exp: Change expected result of "break
5572 -source this file has spaces.c -line 3".
5573 Check that an explicit source file followed by whitespace is
5574 identified as an invalid explicit location.
5575
883fd55a
KS
55762017-12-07 Keith Seitz <keiths@redhat.com>
5577
5578 * gdb.cp/nested-types.cc: New file.
5579 * gdb.cp/nested-types.exp: New file.
5580 * lib/cp-support.exp: Load data-structures.exp library.
5581 (debug_cp_test_ptype_class): New global.
5582 (cp_ptype_class_verbose, next_line): New procedures.
5583 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5584 Add and document new return value.
5585 Switch the list of lines to a queue.
5586 Add support for new `type' key for nested type definitions.
5587 Add debugging/troubleshooting messages.
5588 * lib/data-structures.exp: New file.
5589
ec72db3e
SM
55902017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5591
5592 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5593 with proc_with_prefix, don't use with_test_prefix.
5594
99598d71
TT
55952017-12-07 Tom Tromey <tom@tromey.com>
5596
5597 * gdb.base/break.exp: Add test for empty "commands".
5598
a8806230
YQ
55992017-12-07 Yao Qi <yao.qi@linaro.org>
5600
5601 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5602 malloc and catch syscall.
5603
824cc835
PM
56042017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5605
e79be6e5 5606 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
5607 tests for explicit locations.
5608
7cc244de
PA
56092017-12-06 Pedro Alves <palves@redhat.com>
5610
5611 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5612 force-disabling XML descriptions.
5613
50a1fdd5
PA
56142017-12-04 Pedro Alves <palves@redhat.com>
5615
5616 PR gdb/22499
5617 * gdb.arch/amd64-disp-step-avx.S: New file.
5618 * gdb.arch/amd64-disp-step-avx.exp: New file.
5619
f0fb2488
PA
56202017-12-03 Pedro Alves <palves@redhat.com>
5621
5622 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5623 and <string.h>.
5624 (parent_function): Print distinct messages when waitpid fails, or
5625 the child exits with a signal, or the child exits for an unhandled
5626 reason.
5627 * gdb.threads/process-dies-while-detaching.exp
5628 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5629 it. Wait for both inferior output and GDB's prompt. Use an
5630 indirect spawn id list.
5631 (do_detach): New parameter 'child_exit'. Use it to compute
5632 expected inferior output.
5633 (test_detach, test_detach_watch, test_detach_killed_outside):
5634 Adjust to pass down the expected child exit kind.
5635
97cbe998
SDJ
56362017-12-01 Joel Brobecker <brobecker@adacore.com>
5637 Sergio Durigan Junior <sergiodj@redhat.com>
5638 Pedro Alves <palves@redhat.com>
5639
5640 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5641
40fc416f
SDJ
56422017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5643
5644 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5645 to 'symbol-file' and 'add-symbol-file' can be
5646 position-independent.
5647
1cc75e92
YQ
56482017-12-01 Yao Qi <yao.qi@linaro.org>
5649
5650 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5651 the URL in copyright header.
5652 * gdb.arch/aarch64-fp.exp: Likewise.
5653 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5654 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5655 * gdb.base/expand-psymtabs.exp: Likewise.
5656 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5657 * gdb.fortran/common-block.exp: Likewise.
5658 * gdb.fortran/common-block.f90: Likewise.
5659 * gdb.fortran/logical.exp: Likewise.
5660 * gdb.fortran/vla-datatypes.f90: Likewise.
5661 * gdb.fortran/vla-sub.f90: Likewise.
5662
875fb7a7
JB
56632017-11-30 Joel Brobecker <brobecker@adacore.com>
5664
5665 * gdb.ada/repeat_dyn: New testcase.
5666
6f14765f
UW
56672017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5668
5669 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5670 Update for changed thread numbering.
5671 * gdb.cell/bt.exp: Update for changed GDB output.
5672
f1af7b94
SM
56732017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5674
5675 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5676 setting isremote by hand.
5677 * boards/dwarf4-gdb-index.exp: Likewise.
5678 * boards/fission.exp: Likewise.
5679 * boards/stabs.exp: Likewise.
5680
e3919f3e
PA
56812017-11-30 Pedro Alves <palves@redhat.com>
5682
5683 * gdb.linespec/cpls-ops.exp
5684 (check_explicit_skips_function_argument): Extract the underlying
5685 type of size_t instead of hardcoding it.
5686
bd69330d
PA
56872017-11-29 Pedro Alves <palves@redhat.com>
5688
5689 PR c++/19436
5690 * gdb.linespec/cpls-abi-tag.cc: New file.
5691 * gdb.linespec/cpls-abi-tag.exp: New file.
5692
a20714ff
PA
56932017-11-29 Pedro Alves <palves@redhat.com>
5694
5695 * gdb.base/langs.exp: Use -qualified.
5696 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5697 it.
5698 * gdb.cp/namespace.exp: Use -qualified.
5699 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5700 (overload-3, template-overload, template-ret-type, const-overload)
5701 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5702 procedures.
5703 (test_driver): Call them.
5704 * gdb.cp/save-bp-qualified.cc: New.
5705 * gdb.cp/save-bp-qualified.exp: New.
5706 * gdb.linespec/explicit.exp: Test -qualified.
5707 * lib/completion-support.exp (completion::explicit_opts_list): Add
5708 "-qualified".
5709 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5710
f6f1d339
PM
57112017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5712
5713 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5714
02ca603a
TT
57152017-11-29 Tom Tromey <tom@tromey.com>
5716
5717 * gdb.base/relocate.exp: Update invalid argument test.
5718 Add new tests for invalid arguments.
5719
ed6c0bfb
TP
57202017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5721
5722 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5723 Return 0 as a long.
5724 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5725
f106e10e
TP
57262017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5727
5728 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5729 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5730 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5731 func ().
5732 * gdb.cp/shadow.cc (B.func): Return 0.
5733
10329bb2
JB
57342017-11-27 Joel Brobecker <brobecker@adacore.com>
5735
5736 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5737 expected output in gdb_expect call to allow the exception
5738 message to be present as well. Fix syntax confusion to avoid
5739 TCL thinking that exception_name is an array.
5740
617cd4bc
UW
57412017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5742
5743 * gdb.arch/spu-info.c: Include <unistd.h>.
5744 (do_signal_test): Fix broken calls to write.
5745 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5746 Fix checks for empty mailboxes. Update signal tests for corrected
5747 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5748 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5749 * gdb.cell/arch.exp: Use standard_output_file.
5750 * gdb.cell/break.exp: Likewise.
5751 * gdb.cell/bt.exp: Likewise.
5752 * gdb.cell/core.exp: Likewise.
5753 * gdb.cell/dwarfaddr.exp: Likewise.
5754 * gdb.cell/ea-cache.exp: Likewise.
5755 * gdb.cell/ea-standalone.exp: Likewise.
5756 * gdb.cell/f-regs.exp: Likewise.
5757 * gdb.cell/fork.exp: Likewise.
5758 * gdb.cell/gcore.exp: Likewise.
5759 * gdb.cell/mem-access.exp: Likewise.
5760 * gdb.cell/ptype.exp: Likewise.
5761 * gdb.cell/registers.exp: Likewise.
5762 * gdb.cell/sizeof.exp: Likewise.
5763 * gdb.cell/solib-symbol.exp: Likewise.
5764 * gdb.cell/solib.exp: Likewise.
617cd4bc 5765
a81aaca0
PA
57662017-11-25 Pedro Alves <palves@redhat.com>
5767
5768 * gdb.base/complete-empty.exp: New file.
5769 * gdb.base/completion.exp: Adjust.
5770
6a3c6ee4
PA
57712017-11-25 Pedro Alves <palves@redhat.com>
5772
5773 * gdb.linespec/cpls-ops.cc: New file.
5774 * gdb.linespec/cpls-ops.exp: New file.
5775 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5776 factored out from ...
5777 (test_complete_prefix_range): ... this.
5778
8955eb2d
PA
57792017-11-24 Pedro Alves <palves@redhat.com>
5780
5781 * gdb.linespec/cpcompletion.exp: New file.
5782 * gdb.linespec/cpls-hyphen.cc: New file.
5783 * gdb.linespec/cpls.cc: New file.
5784 * gdb.linespec/cpls2.cc: New file.
5785 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5786 test to use test_gdb_complete_unique. Add label completion,
5787 keyword completion and explicit location completion tests.
5788 * lib/completion-support.exp: New file.
5789
e547c119
JB
57902017-11-24 Joel Brobecker <brobecker@adacore.com>
5791
5792 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5793 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5794 when hitting an exception catchpoint.
5795
7c3c1aa8
YQ
57962017-11-22 Yao Qi <yao.qi@linaro.org>
5797
5798 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5799
41bd68f5
SM
58002017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5801
5802 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5803 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5804 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5805
1daad298
YQ
58062017-11-22 Yao Qi <yao.qi@linaro.org>
5807
5808 * gdb.base/info-os.exp: Pass pthreads.
5809 * gdb.multi/multi-attach.exp: Likewise.
5810
88465e87
YQ
58112017-11-22 Yao Qi <yao.qi@linaro.org>
5812
5813 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5814 compiler.
5815
dc196b23
YQ
58162017-11-22 Yao Qi <yao.qi@linaro.org>
5817
5818 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5819 * gdb.base/break-interp.exp: Likewise.
5820 * gdb.base/jit-attach-pie.exp: Likewise.
5821
2400729e
UW
58222017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5823
5824 * gdb.base/float128.c (large128): New variable.
5825 * gdb.base/float128.exp: Add test to print largest __float128 value.
5826
7a26362d
UW
58272017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5828
5829 * gdb.arch/vsx-regs.exp: Update register content checks.
5830
ed0f4273
UW
58312017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5832
5833 * gdb.arch/ppc-longdouble.exp: New file.
5834 * gdb.arch/ppc-longdouble.c: Likewise.
5835
a25d69c6
PA
58362017-11-21 Pedro Alves <palves@redhat.com>
5837
5838 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5839
73fcf641
PA
58402017-11-20 Pedro Alves <palves@redhat.com>
5841
5842 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5843 (long_double_typedef): New typedefs.
5844 Use DEF on double and long double.
5845 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5846 cases.
5847 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5848 and 'long_double_ptr_same_size' locals. Use them to decide
5849 whether cast from array/function to float is valid/invalid.
5850
71a3c369
TT
58512017-11-17 Tom Tromey <tom@tromey.com>
5852
5853 * gdb.rust/traits.rs: New file.
5854 * gdb.rust/traits.exp: New file.
5855
ced9779b
JB
58562017-11-17 Joel Brobecker <brobecker@adacore.com>
5857
5858 * gdb.ada/minsyms: New testcase.
5859
a0922d80
PA
58602017-11-16 Pedro Alves <palves@redhat.com>
5861
5862 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5863 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5864
ea04e54c
PA
58652017-11-16 Pedro Alves <palves@redhat.com>
5866
5867 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5868 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5869
e849ea89
PA
58702017-11-16 Pedro Alves <palves@redhat.com>
5871
5872 * gdb.server/reconnect-ctrl-c.c: New file.
5873 * gdb.server/reconnect-ctrl-c.exp: New file.
5874
d8ae99a7
PM
58752017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5876
5877 * gdb.python/py-rbreak.exp: New file.
5878 * gdb.python/py-rbreak.c: New file.
5879 * gdb.python/py-rbreak-func2.c: New file.
5880
968a13f8
PA
58812017-11-16 Pedro Alves <palves@redhat.com>
5882
5883 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5884 pattern.
5885 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5886 GDB.
5887
71774bc9
SM
58882017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5889
5890 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5891 regex.
5892
ddbb44cf
SM
58932017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5894
5895 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5896 test names.
5897
584a564f
PA
58982017-11-09 Pedro Alves <palves@redhat.com>
5899
5900 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5901 factored out from ...
5902 (top level): ... here, and adjusted to avoid expecting beyond the
5903 prompt in a single gdb_test_multiple.
5904
5ed7a928
PA
59052017-11-09 Pedro Alves <palves@redhat.com>
5906
5907 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5908 output.
5909 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5910 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5911 * gdb.server/ext-run.exp ("kill" test): Likewise.
5912 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5913
a60e0738
PA
59142017-11-09 Pedro Alves <palves@redhat.com>
5915
5916 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5917 match till end of line.
5918
2c88253f
PA
59192017-11-09 Pedro Alves <palves@redhat.com>
5920
5921 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5922
c7a38517
PA
59232017-11-09 Pedro Alves <palves@redhat.com>
5924
5925 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5926 New procedures, factored out from ...
5927 (top level): ... here, and adjusted to avoid expecting beyond the
5928 prompt in one go.
5929
f29f4b6b
PA
59302017-11-09 Pedro Alves <palves@redhat.com>
5931
5932 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5933 output. Fix '?' match.
5934
286acbb5
JB
59352017-11-08 Joel Brobecker <brobecker@adacore.com>
5936
5937 * gdb.ada/scoped_watch: New testcase.
5938 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5939 which is actually correct.
5940 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5941 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5942
62d7ae92
PA
59432017-11-08 Pedro Alves <palves@redhat.com>
5944
5945 * gdb.gdb/complaints.exp (test_initial_complaints)
5946 (test_serial_complaints, test_short_complaints): Call
5947 complaint_internal instead of complaint.
5948
280ca31f
DT
59492017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5950
5951 * gdb.threads/tls-core.c: New file.
5952 * gdb.threads/tls-core.exp: Likewise.
5953
b5ec771e
PA
59542017-11-08 Pedro Alves <palves@redhat.com>
5955
5956 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5957 (p Exported_Capitalized): New test.
5958 (p exported_capitalized): New test.
5959
a02b41a7
PA
59602017-11-07 Pedro Alves <palves@redhat.com>
5961
5962 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5963
95e95a6d
PA
59642017-11-07 Pedro Alves <palves@redhat.com>
5965
5966 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5967 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5968 (disable_invalid, disable_inverted, disable_negative): New
5969 procedures.
5970 ("bad numbers"): New set of tests.
5971
cee62dbd
PA
59722017-11-07 Pedro Alves <palves@redhat.com>
5973
5974 * gdb.cp/ena-dis-br-range.exp: Add tests.
5975
cc638e86
PA
59762017-11-07 Pedro Alves <palves@redhat.com>
5977
5978 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5979
d0fe4701
XR
59802017-11-07 Xavier Roirand <roirand@adacore.com>
5981 Pedro Alves <palves@redhat.com>
5982
5983 * gdb.base/ena-dis-br.exp: Add reference to
5984 gdb.cp/ena-dis-br-range.exp.
5985 * gdb.cp/ena-dis-br-range.exp: New file.
5986 * gdb.cp/ena-dis-br-range.cc: New file.
5987
46f67f80
PA
59882017-11-06 Pedro Alves <palves@redhat.com>
5989
5990 * gdb.base/attach-non-pgrp-leader.c: New.
5991 * gdb.base/attach-non-pgrp-leader.exp: New.
5992
726e1356
PA
59932017-11-06 Pedro Alves <palves@redhat.com>
5994
5995 * configure.ac: No longer check for termio.h and sgtty.h.
5996 * configure: Regenerate.
5997 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5998 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5999 Remove termio and sgtty code.
6000
50ab6ace
YQ
60012017-11-03 Yao Qi <yao.qi@linaro.org>
6002
6003 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6004 in GDB is disabled.
6005
8e68731c
YQ
60062017-11-03 Yao Qi <yao.qi@linaro.org>
6007
6008 * gdb.python/py-thrhandle.exp: Skip it if python is not
6009 enabled.
6010
3a87ae65
SM
60112017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6012
6013 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6014 as a breakpoint command.
6015
484d8d36
MD
60162017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6017
6018 PR python/21213
6019 * gdb.python/py-infthread.exp: Test calling
6020 InferiorThread.inferior () multiple times in a row.
6021
4a27f119
KS
60222017-10-27 Keith Seitz <keiths@redhat.com>
6023
6024 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6025 Test "info break" for every inlined function breakpoint.
6026
bb11dd58
YQ
60272017-10-27 Yao Qi <yao.qi@linaro.org>
6028
6029 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6030
a43f3893
PF
60312017-10-26 Patrick Frants <osscontribute@gmail.com>
6032
6033 * gdb.cp/classes.exp (test_static_members): Test printing
6034 Outer::instance.
6035 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6036 (Inner::instance, Outer::instance): New.
6037
792ccf00
PA
60382017-10-24 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6041 extra console" test in two stages.
6042
eb2bfbad
PA
60432017-10-24 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6046
1f75a651
PA
60472017-10-24 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6050 loop.
6051
779990d9
PA
60522017-10-24 Pedro Alves <palves@redhat.com>
6053
6054 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6055 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6056
ad9b8f5d
PA
60572017-10-24 Pedro Alves <palves@redhat.com>
6058
6059 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6060 parameter and handle it. Don't output read value in test name.
6061
fee6da6e
PA
60622017-10-24 Pedro Alves <palves@redhat.com>
6063
6064 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6065 custom test name.
6066
10389c2c
PA
60672017-10-24 Pedro Alves <palves@redhat.com>
6068
6069 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6070 include the unstable output directory name in the test's name.
6071 (initial_setup_simple) <'set args'>: Use custom test name.
6072
a80e65a9
PA
60732017-10-24 Pedro Alves <palves@redhat.com>
6074
6075 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6076 with explicit test name.
6077
15763a09
PA
60782017-10-20 Pedro Alves <palves@redhat.com>
6079
6080 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6081 'wait -i'. Use gdb_assert and remote_close.
6082
49a4ce2e
AB
60832017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6084
6085 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6086 number from variable rather than hard-coded.
6087
a75868f5
PA
60882017-10-19 Pedro Alves <palves@redhat.com>
6089
6090 * gdb.base/long-inferior-output.c: New file.
6091 * gdb.base/long-inferior-output.exp: New file.
6092
c8ba13ad
KS
60932017-11-18 Keith Seitz <keiths@redhat.com>
6094
6095 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6096 method.
6097 (main): Call it.
6098 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6099 Add additional user-defined conversion operator tests.
6100
b27de576
PA
61012017-10-17 Pedro Alves <palves@redhat.com>
6102
6103 * boards/native-stdio-gdbserver.exp: Load "local-board".
6104
8484c955
PA
61052017-10-17 Pedro Alves <palves@redhat.com>
6106
6107 * gdb.base/quit-live.c: New file.
6108 * gdb.base/quit-live.exp: New file.
6109
83d5a34d
KS
61102017-10-16 Keith Seitz <keiths@redhat.com>
6111
6112 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6113 (class_with_protected_typedef, class_with_private_typedef)
6114 (struct_with_public_typedef, struct_with_protected_typedef)
6115 (struct_with_private_typedef): New classes/structs.
6116 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6117 typedefs and access specifiers.
6118
739b3f1d
PA
61192017-10-16 Pedro Alves <palves@redhat.com>
6120 Simon Marchi <simon.marchi@polymtl.ca>
6121
6122 * README (Local vs Remote vs Native): New section.
6123 * boards/local-board.exp: New file, with bits factored out from
6124 ...
6125 * boards/native-extended-gdbserver.exp: ... here. Load
6126 "local-board".
6127 * boards/native-gdbserver.exp: Load "local-board".
6128 (${board}_spawn, ${board}_exec): Delete.
6129 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6130 ...
6131 * boards/stdio-gdbserver-base.exp: ... this new file.
6132 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6133 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6134 procedure.
6135 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6136 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6137 stdio_gdbserver_command.
6138 (${board}_get_remote_address, ${board}_get_comm_port)
6139 (${board}_download, ${board}_upload): Delete.
6140 (get_target_remote_pipe_cmd): New.
6141
fe68b953
SM
61422017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6143
6144 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6145 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6146 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6147 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6148 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6149 remove with_test_prefix.
6150
300b6685
PA
61512017-10-13 Pedro Alves <palves@redhat.com>
6152
6153 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6154 * gdb.base/annota1.exp: Use it instead of is_remote.
6155 * gdb.base/annota3.exp: Use it instead of is_remote.
6156 * gdb.cp/annota2.exp: Use it instead of is_remote.
6157 * gdb.cp/annota3.exp: Use it instead of is_remote.
6158 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6159
50500caf
PA
61602017-10-13 Pedro Alves <palves@redhat.com>
6161
6162 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6163 (test_num_test_vars, run_and_count_vars, find_env)
6164 (test_set_unset_env, test_inherit_env_var): New procedures.
6165 (top level): Use them.
6166
dad0c6d2
PA
61672017-10-13 Pedro Alves <palves@redhat.com>
6168
6169 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6170 also skip on stub-like targets.
6171
8b0553c1
PA
61722017-10-13 Pedro Alves <palves@redhat.com>
6173
6174 PR gdb/22293
6175 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6176 (top level): Move some tests to ...
6177 (test_not_found): ... this new procedure.
6178 (top level): Call it.
6179
7594f623
PA
61802017-10-13 Pedro Alves <palves@redhat.com>
6181
6182 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6183 expect different "info terminal" output if testing with a
6184 non-native target.
6185
ebe3b402
PA
61862017-10-13 Pedro Alves <palves@redhat.com>
6187 Simon Marchi <simon.marchi@polymtl.ca>
6188
6189 PR python/12966
6190 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6191
42f1b161
PA
61922017-10-13 Pedro Alves <palves@redhat.com>
6193
6194 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6195 already.
6196
8d6ef72b
PA
61972017-10-13 Pedro Alves <palves@redhat.com>
6198
6199 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6200 is_remote.
6201
d7bcd5b8
PA
62022017-10-13 Pedro Alves <palves@redhat.com>
6203
6204 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6205 is_remote.
6206
df479dc6
PA
62072017-10-13 Pedro Alves <palves@redhat.com>
6208
6209 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6210 is set.
6211 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6212 instead of is_remote.
6213
23fb630a
PA
62142017-10-13 Pedro Alves <palves@redhat.com>
6215
6216 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6217 (top level): Add comment.
6218
cc77b1dc
PA
62192017-10-13 Pedro Alves <palves@redhat.com>
6220
6221 * gdb.base/remote.exp (top level): Fix comment typo and add
6222 missing return.
6223
27c9e813
PA
62242017-10-13 Pedro Alves <palves@redhat.com>
6225 Simon Marchi <simon.marchi@polymtl.ca>
6226
6227 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6228 calls and add comments. Skip test if use_gdb_stub is set.
6229 (top level): Use "set cwd" command instead of "cd" command.
6230
5e830d98
PA
62312017-10-13 Pedro Alves <palves@redhat.com>
6232
6233 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6234 is_remote target check.
6235
f5ca0032
PA
62362017-10-13 Pedro Alves <palves@redhat.com>
6237
6238 * gdb.base/scope.exp: Use build_executable + clean_restart +
6239 gdb_file_cmd instead of prepare_for_testing and no longer skip
6240 "before run" tests on is_remote target boards. Update comments.
6241 * boards/native-extended-gdbserver.exp
6242 (extended_gdbserver_load_last_file): New, factored out from ...
6243 (gdb_load): ... this. Move further below and add comment.
6244 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6245
8aed1c0d
PA
62462017-10-12 Pedro Alves <palves@redhat.com>
6247
6248 * gdb.base/attach.exp: Remove references to gdb64.
6249 * gdb.base/dbx.exp: Remove references to gdb64.
6250
cfa34c87
SM
62512017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6252 Pedro Alves <palves@redhat.com>
6253
6254 * gdb.base/label.exp: Remove is_remote target check.
6255
9192b7de
PA
62562017-10-12 Pedro Alves <palves@redhat.com>
6257
6258 * gdb.base/auvx.exp (coredir): Update comment.
6259 (top level) <core_works>: Use "set cwd" command instead of "cd"
6260 command.
6261
6bf0052d
PA
62622017-10-12 Pedro Alves <palves@redhat.com>
6263 Simon Marchi <simon.marchi@polymtl.ca>
6264
6265 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6266 target boards.
6267
e48ef82d
PA
62682017-10-12 Pedro Alves <palves@redhat.com>
6269 Simon Marchi <simon.marchi@polymtl.ca>
6270
6271 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6272 Instead skip if there's any gdb_protocol set.
6273
8d7aea57
SM
62742017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6275 Pedro Alves <palves@redhat.com>
6276
6277 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6278
30440677
PA
62792017-10-12 Pedro Alves <palves@redhat.com>
6280 Simon Marchi <simon.marchi@polymtl.ca>
6281
6282 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6283 instead of on dejagnu remote boards.
6284
4e04f045 62852017-10-12 Pedro Alves <palves@redhat.com>
175654b9 6286 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
6287
6288 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6289 checks. Use build_executable + clean_restart instead of
6290 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6291 of enabling non-stop after starting gdb.
6292
871a186e
PA
62932017-10-12 Pedro Alves <palves@redhat.com>
6294
6295 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6296 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6297 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6298 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6299
56d704da
AK
63002017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6301
6302 * gdb.arch/arc-tdesc-cpu.exp: New file.
6303 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6304
2f20e312
SM
63052017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6306
6307 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6308
65630365
PA
63092017-10-10 Pedro Alves <palves@redhat.com>
6310
6311 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6312 expect CLI output.
6313
bf469271
PA
63142017-10-10 Pedro Alves <palves@redhat.com>
6315
6316 * lib/selftest-support.exp (selftest_setup): Update for
6317 captured_command_loop's prototype change.
6318
777a42f1
PA
63192017-10-09 Pedro Alves <palves@redhat.com>
6320
6321 Test both arch1=>arch2 and arch2=>arch1.
6322
6323 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6324 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6325 factored out to...
6326 (append_arch1_options, append_arch2_options, append_arch_options)
6327 (build_executables): New procedures.
6328 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6329 local.
6330 (top level): Add new 'first_arch' testing axis.
6331
cbd2b4e3
PA
63322017-10-09 Pedro Alves <palves@redhat.com>
6333
6334 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6335 (barrier): New.
6336 (thread_start, all_started): New functions.
6337 (main): Spawn new thread and wait until it is scheduled.
6338 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6339 option.
6340 (do_test): Add 'selected_thread' parameter. Run to all_started
6341 instead of main. Explicitly set the breakpoint at main. Switch
6342 to the SELECTED_THREAD thread.
6343 (top level): Test handling the exec event with either the main
6344 thread or the second thread selected.
6345
5c9e4427
PA
63462017-10-09 Pedro Alves <palves@redhat.com>
6347
6348 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6349 logic. Move STOP marker after the value checks.
6350 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6351 regexp.
6352
b3b7c423
SL
63532017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6354
6355 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6356
3b4b2f16
UW
63572017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6358
6359 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6360 integer-to-dfp conversion.
6361 * gdb.base/dfp-test.exp: Likewise.
6362
5cd63fda
PA
63632017-10-04 Pedro Alves <palves@redhat.com>
6364
6365 * gdb.multi/hangout.c: Include <unistd.h>.
6366 (hangout_loop): New function.
6367 (main): Call alarm. Call hangout_loop in a loop.
6368 * gdb.multi/hello.c: Include <unistd.h>.
6369 (hello_loop): New function.
6370 (main): Call alarm. Call hangout_loop in a loop.
6371 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6372 inferior with the other selected.
6373
4c71c105
SM
63742017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6375
6376 * gdb.mi/list-thread-groups-available.exp: New file.
6377 * gdb.mi/list-thread-groups-available.c: New file.
6378
bc3b087d
SDJ
63792017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6380
6381 * gdb.base/set-cwd.exp: Make it available on
6382 native-extended-gdbserver.
6383
d092c5a2
SDJ
63842017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6385
6386 * gdb.base/set-cwd.c: New file.
6387 * gdb.base/set-cwd.exp: Likewise.
6388
45320ffa
TT
63892017-10-02 Tom Tromey <tom@tromey.com>
6390
6391 PR rust/22236:
6392 * gdb.rust/simple.rs (main): New variable "fslice".
6393 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6394
b3e3859b
TT
63952017-10-02 Tom Tromey <tom@tromey.com>
6396
6397 * gdb.rust/simple.exp: Test ptype of a slice.
6398
01af5e0d
TT
63992017-10-02 Tom Tromey <tom@tromey.com>
6400
6401 * gdb.rust/simple.exp: Test index of slice.
6402
a9bbfbd8
TT
64032017-09-27 Tom Tromey <tom@tromey.com>
6404
6405 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6406
df8899e5
TP
64072017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6408 Pedro Alves <palves@redhat.com>
6409
6410 * gdb.base/compare-sections.exp (get value of read-only section): Read
6411 as unsigned value.
6412 (corrupt read-only section): Likewise and don't set written if patching
6413 failed.
6414
757bf54b
KB
64152017-09-21 Kevin Buettner <kevinb@redhat.com>
6416
6417 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6418 files.
6419
06871ae8
PA
64202017-09-20 Pedro Alves <palves@redhat.com>
6421
6422 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6423 symbol names in gdb's output.
6424 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6425
e5f25bc5
PA
64262017-09-20 Pedro Alves <palves@redhat.com>
6427
6428 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6429 Rename to ...
6430 (test_list_ambiguous_symbol): ... this and add a symbol name
6431 parameter. Adjust.
6432 (test_list_ambiguous_function): Reimplement on top of
6433 test_list_ambiguous_symbol and also test listing ambiguous
6434 variables.
6435 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6436 (ambiguous_fun): ... this.
6437 (ambiguous_var): New.
6438 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6439 (ambiguous_fun): ... this.
6440 (ambiguous_var): New.
6441
4e5a4f58
JB
64422017-09-19 John Baldwin <jhb@FreeBSD.org>
6443
6444 * gdb.base/starti.c: New file.
6445 * gdb.base/starti.exp: New file.
6446 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6447
26e53f3e
PA
64482017-09-14 Pedro Alves <palves@redhat.com>
6449
6450 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6451 (top level): Use it instead of runto.
6452
cb791d59
TT
64532017-09-11 Tom Tromey <tom@tromey.com>
6454
6455 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6456
7c96f8c1
TT
64572017-09-11 Tom Tromey <tom@tromey.com>
6458
6459 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6460 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6461
469412dd
CW
64622017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6463
6464 * gdb.fortran/printing-types.exp: New file.
6465 * gdb.fortran/printing-types.exp: New file.
6466
e0f86435
BH
64672017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6468
6469 * gdb.fortran/vla-ptype.exp: Fix typos.
6470 * gdb.fortran/vla-value.exp: Same.
6471
9e9af4be
BH
64722017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6473
6474 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6475 * gdb.mi/mi-var-child-f.exp: Likewise.
6476 * gdb.mi/mi-vla-fortran.exp: Likewise.
6477
a5ad232b 64782017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
6479 Christoph Weinmann <christoph.t.weinmann@intel.com>
6480 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
6481
6482 * gdb.fortran/ptr-indentation.f90: New file.
6483 * gdb.fortran/ptr-indentation.exp: New file.
6484
5aec60eb
TT
64852017-09-05 Tom Tromey <tom@tromey.com>
6486
6487 PR gdb/22010:
6488 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6489
8f8f8152
TP
64902017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6491
6492 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6493
fbd1b771
JK
64942017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6495
6496 * gdb.threads/tls-nodebug-pie.c: New file.
6497 * gdb.threads/tls-nodebug-pie.exp: New file.
6498
5eb5f850
TT
64992017-09-05 Tom Tromey <tom@tromey.com>
6500
6501 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6502 for rust.
6503
ae780a21
SM
65042017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6505
6506 * gdb.multi/multi-arch-exec.exp: Test with different
6507 "follow-exec-mode" settings.
6508 (do_test): New procedure.
6509
3693fdb3
PA
65102017-09-04 Pedro Alves <palves@redhat.com>
6511
6512 * gdb.base/func-static.c (S::method const, S::method volatile)
6513 (S::method volatile const): New methods.
6514 (c_s, v_s, cv_s): New instances.
6515 (main): Call method() on them.
6516 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6517 (cannot_resolve): New procedure.
6518 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6519 print-quote-unquoted columns.
6520 (do_test): Test printing each scope too.
6521
e68cb8e0
PA
65222017-09-04 Pedro Alves <palves@redhat.com>
6523
6524 * gdb.base/local-static.exp: Also test with
6525 class::method::variable wholly quoted.
6526 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6527
858be34c
PA
65282017-09-04 Pedro Alves <palves@redhat.com>
6529
6530 * gdb.base/local-static.c: New.
6531 * gdb.base/local-static.cc: New.
6532 * gdb.base/local-static.exp: New.
6533
46a4882b
PA
65342017-09-04 Pedro Alves <palves@redhat.com>
6535
6536 * gdb.asm/asm-source.exp: Add casts to int.
6537 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6538 (dataglobal64_1, dataglobal64_2): New globals.
6539 * gdb.base/nodebug.exp: Test different expressions involving the
6540 new globals, with print, whatis and ptype. Add casts to int.
6541 * gdb.base/solib-display.exp: Add casts to int.
6542 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6543 * gdb.cp/m-static.exp: Add cast to int.
6544 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6545 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6546 tls variable with no debug info without a cast. Test with a cast
6547 to int too.
6548 * gdb.trace/entry-values.exp: Add casts.
6549
2c5a2be1
PA
65502017-09-04 Pedro Alves <palves@redhat.com>
6551
6552 * gdb.base/nodebug.exp: Test that ptype's error about functions
6553 with unknown return type includes the function name too.
6554
7022349d
PA
65552017-09-04 Pedro Alves <palves@redhat.com>
6556
6557 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6558 return type of munmap in infcall.
6559 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6560 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6561 type of ftell in infcall.
6562 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6563 type of getpid in infcall.
6564 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6565 infcall.
6566 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6567 Bail on failure to extract the pid.
6568 * gdb.base/nodebug.c: #include <stdint.h>.
6569 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6570 New functions.
6571 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6572 Change expected output of print/whatis/ptype with functions with
6573 no debug info. Test all supported languages. Call
6574 test_call_promotion.
6575 * gdb.compile/compile.exp: Adjust expected output to expect
6576 warning.
6577 * gdb.threads/siginfo-threads.exp: Likewise.
6578
54990598
PA
65792017-09-04 Pedro Alves <palves@redhat.com>
6580
6581 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6582 "prototypes". Test calling float functions via prototyped and
6583 unprototyped function pointers.
6584 (perform_all_tests): New parameter "prototypes". Pass it down.
6585 (top level): Pass down "prototypes" parameter to
6586 perform_all_tests.
6587
34d16ea2
SM
65882017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6589
6590 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6591 Test with nested loops.
6592
9521ecda
SM
65932017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6594
6595 * gdb.base/commands.exp: Call the new procedures.
6596 (loop_break_test, loop_continue_test): New procedures.
6597
80a65e9b
SM
65982017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6599
6600 * gdb.base/commands.exp: Call new procedure.
6601 (define_if_without_arg_test): New procedure.
6602
e439fa14
PA
66032017-09-04 Pedro Alves <palves@redhat.com>
6604
6605 * gdb.base/list-ambiguous.exp: New file.
6606 * gdb.base/list-ambiguous0.c: New file.
6607 * gdb.base/list-ambiguous1.c: New file.
6608 * gdb.base/list.exp (test_list_range): Adjust expected output.
6609
0a2dde4a
SDJ
66102017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6611
6612 * gdb.base/share-env-with-gdbserver.c: New file.
6613 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6614
5e89eb3a
SM
66152017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6616
6617 * gdb.base/commands.exp (gdbvar_simple_if_test,
6618 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6619 progvar_simple_if_test, progvar_simple_while_test,
6620 progvar_complex_if_while_test, user_defined_command_test,
6621 user_defined_command_args_eval,
6622 user_defined_command_args_stack_test,
6623 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6624 temporary_breakpoint_commands,
6625 gdb_test_no_prompt, redefine_hook_test,
6626 redefine_backtrace_test): Remove "global gdb_prompt".
6627
fd437cbc
SM
66282017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6629
6630 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6631 New proc, call it from toplevel.
6632
87215ad1
SDJ
66332017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6634
6635 PR remote/21852
6636 * gdb.server/normal.c: New file, copied from gdb.base.
6637 * gdb.server/run-without-local-binary.exp: New file.
6638
58afddc6
WP
66392017-08-07 Weimin Pan <weimin.pan@oracle.com>
6640
6641 * gdb.arch/sparc64-adi.exp: New file.
6642 * gdb.arch/sparc64-adi.c: New file.
6643
5277199a
PA
66442017-08-22 Pedro Alves <palves@redhat.com>
6645
6646 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6647 (top level): Add "list all overloads" tests.
6648
14278e1f
TT
66492017-08-22 Tom Tromey <tom@tromey.com>
6650
6651 * gdb.gdb/xfullpath.exp: Remove.
6652
bf223d3e
PA
66532017-08-21 Pedro Alves <palves@redhat.com>
6654
6655 PR gdb/19487
6656 * gdb.base/symbol-alias.c: New.
6657 * gdb.base/symbol-alias2.c: New.
6658 * gdb.base/symbol-alias.exp: New.
6659
c973d0aa
PA
66602017-08-21 Pedro Alves <palves@redhat.com>
6661
6662 * gdb.base/dfp-test.c
6663 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6664 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6665 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6666 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6667 * gdb.base/whatis-ptype-typedefs.c: New.
6668 * gdb.base/whatis-ptype-typedefs.exp: New.
6669 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6670 (an_int, an_int_type, an_int_type2): New globals.
6671 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6672 involving typedefs and cast expressions.
6673 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6674 (lookup_typedefs_function): New.
6675 (typedefs_pretty_printers_dict): New.
6676 (top level): Register lookup_typedefs_function in
6677 gdb.pretty_printers.
6678
6d580b63
YQ
66792017-08-18 Yao Qi <yao.qi@linaro.org>
6680
6681 * gdb.server/unittest.exp: New.
6682
206726fb
SDJ
66832017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6684
6685 PR gdb/21954
6686 * gdb.base/environ.exp: Add test to check if 'unset environment'
6687 works.
6688
bf0ec4c2
AA
66892017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6690
6691 * lib/gdb.exp (universal_compile_options): New caching proc.
6692 (gdb_compile): Suppress GCC's coloring of messages.
6693
d6382fff
TT
66942017-08-14 Tom Tromey <tom@tromey.com>
6695
6696 PR gdb/21675:
6697 * gdb.base/printcmds.exp (test_radices): New function.
6698 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6699 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6700 * lib/gdb.exp (get_integer_valueof): Use p/d.
6701
c2c2dd9f
SM
67022017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6703
6704 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6705 characters.
6706
fdffd6f4
TT
67072017-08-05 Tom Tromey <tom@tromey.com>
6708
6709 * gdb.rust/simple.exp: Allow String to appear in a different
6710 namespace.
6711
27d41eac
YQ
67122017-07-26 Yao Qi <yao.qi@linaro.org>
6713
6714 * gdb.gdb/unittest.exp: Invoke command
6715 "maintenance check xml-descriptions".
6716
031ed05d
AA
67172017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6718
6719 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6720 calling context.
6721 (hex128): Drop erroneous calculation of parameters.
6722
dcd27ddf
SM
67232017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6724
6725 * gdb.python/py-unwind.exp: Disable stack protection when
6726 building test file.
6727
47e77640
PA
67282017-07-20 Pedro Alves <palves@redhat.com>
6729
6730 * gdb.base/default.exp (set language): Adjust expected output.
6731
62d2a18a
PA
67322017-07-20 Pedro Alves <palves@redhat.com>
6733
6734 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6735 (test_minsym): ... this, and make static.
6736 (get_pck__foo__bar__minsym): Rename to ...
6737 (get_test_minsym): ... this.
6738 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6739 symbol names and comments.
6740 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6741 (get_test_minsym): ... this.
6742 (pck__foo__bar__minsym__2): Rename to ...
6743 (test_minsym): ... this.
6744 (main): Adjust.
6745
c45ec17c
PA
67462017-07-17 Pedro Alves <palves@redhat.com>
6747
6748 * gdb.base/completion.exp: Adjust expected output.
6749 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6750 the completer works.
6751
c6756f62
PA
67522017-07-17 Pedro Alves <palves@redhat.com>
6753
6754 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6755
5bd68487
AB
67562017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6757
6758 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6759
8880f2a9
TT
67602017-07-14 Tom Tromey <tom@tromey.com>
6761
6762 PR rust/21764:
6763 * gdb.rust/simple.exp: Add tests.
6764
65547233
TT
67652017-07-14 Tom Tromey <tom@tromey.com>
6766
6767 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6768
8f14146e
PA
67692017-07-14 Pedro Alves <palves@redhat.com>
6770
6771 * gdb.linespec/base/one/thefile.cc (z1): New function.
6772 * gdb.linespec/base/two/thefile.cc (z2): New function.
6773 * gdb.linespec/linespec.exp: Add tests.
6774
b4365d02
AB
67752017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6776
6777 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6778 to mi_create_breakpoint.
6779
5d2cbaa5
AB
67802017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6781
6782 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6783 mi_create_breakpoint.
6784
11cb5716
IB
67852017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6786
6787 * gdb.dlang/demangle.exp: Update for demangling changes.
6788
03278692
TT
67892017-07-09 Tom Tromey <tom@tromey.com>
6790
6791 * gdb.dwarf2/shortpiece.exp: New file.
6792
33c5cd75
DB
67932017-07-06 David Blaikie <dblaikie@gmail.com>
6794
6795 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6796 built from fissiont-multi-cu{1,2}.c.
6797 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6798 except putting 'main' and 'func' in separate CUs in the same DWO file.
6799 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6800 test.
6801 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6802 test.
6803
8455d262
PA
68042017-07-06 Pedro Alves <palves@redhat.com>
6805
6806 * gdb.python/py-unwind.exp: Test flushregs.
6807
dc4bde35
SDJ
68082017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6809
6810 PR cli/21688
6811 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6812 tests for alias commands and trailing whitespace.
6813
51ed89aa
SDJ
68142017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6815
6816 PR cli/21688
6817 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6818 procedure. Call it.
6819
eb17d413
PA
68202017-06-29 Pedro Alves <palves@redhat.com>
6821
6822 * gdb.base/printcmds.exp: Add tests.
6823
41664b45
DG
68242017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6825
6826 PR gdb/21337
6827 * gdb.base/reread-readsym.exp: New file.
6828 * gdb.base/reread-readsym.c: New file.
6829
75312ae3
KB
68302017-06-21 Kevin Buettner <kevinb@redhat.com>
6831
6832 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6833 subpattern.
6834
66953522
PB
68352017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6836
6837 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6838 extended mnemonic.
6839 * gdb.arch/powerpc-power9.s: Likewise.
6840
5524b525
AA
68412017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6842
6843 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6844 on 32-bit x86 targets. Exploit is_*_target macros where
6845 appropriate.
6846
03c8af18
AA
68472017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6848
6849 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6850 register pieces.
6851
3bf31011
AA
68522017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6853
6854 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6855 located in one or more DWARF pieces.
6856
805acca0
AA
68572017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6858
6859 * lib/gdb.exp (get_endianness): New proc.
6860 * gdb.arch/aarch64-fp.exp: Use it.
6861 * gdb.arch/altivec-regs.exp: Likewise.
6862 * gdb.arch/e500-regs.exp: Likewise.
6863 * gdb.arch/vsx-regs.exp: Likewise.
6864 * gdb.base/dump.exp: Likewise.
6865 * gdb.base/funcargs.exp: Likewise.
6866 * gdb.base/gnu_vector.exp: Likewise.
6867 * gdb.dwarf2/formdata16.exp: Likewise.
6868 * gdb.dwarf2/implptrpiece.exp: Likewise.
6869 * gdb.dwarf2/nonvar-access.exp: Likewise.
6870 * gdb.python/py-inferior.exp: Likewise.
6871 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6872
e9352324
AA
68732017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6874
6875 PR gdb/21226
6876 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6877 stack value pieces are taken from the LSB end.
6878
d5d1163e
AA
68792017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6880
6881 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6882 variable at nonzero offset.
6883
0567c986
AA
68842017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6885
6886 * gdb.dwarf2/var-access.c: New file.
6887 * gdb.dwarf2/var-access.exp: New test.
6888 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6889
973e9aab
TT
68902017-06-12 Tom Tromey <tom@tromey.com>
6891
6892 * gdb.dwarf2/formdata16.exp: Add tests.
6893
d9109c80
TT
68942017-06-12 Tom Tromey <tom@tromey.com>
6895
6896 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6897
30a25466
TT
68982017-06-12 Tom Tromey <tom@tromey.com>
6899
6900 PR exp/16225:
6901 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6902 * gdb.arch/vsx-regs.exp: Update tests.
6903 * gdb.arch/s390-vregs.exp (hex128): New proc.
6904 Update test.
6905 * gdb.arch/altivec-regs.exp: Update tests.
6906
aefd8b33
SDJ
69072017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6908
6909 * gdb.base/startup-with-shell.c: New file.
6910 * gdb.base/startup-with-shell.exp: Likewise.
6911
2090129c
SDJ
69122017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6913
6914 * gdb.server/non-existing-program.exp: Update regex in order to
6915 reflect the fact that gdbserver is now using fork_inferior (with a
6916 shell) to startup the inferior.
6917
8e86a419
SM
69182017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6919
6920 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6921 support function calls from GDB.
6922
e6cf65f2
TT
69232017-05-21 Tom Tromey <tom@tromey.com>
6924
6925 PR rust/21466:
6926 * gdb.rust/unsized.exp: New file.
6927 * gdb.rust/unsized.rs: New file.
6928
43cc5389
TT
69292017-05-19 Tom Tromey <tom@tromey.com>
6930
6931 PR rust/21484:
6932 * gdb.rust/watch.exp: New file.
6933 * gdb.rust/watch.rs: New file.
6934
ec8df234
TT
69352017-05-18 Tom Tromey <tom@tromey.com>
6936
6937 * gdb.rust/simple.exp: Allow Box to be qualified.
6938
3e3e7fae
TP
69392017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6940
6941 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6942
59cc050d
PA
69432017-05-18 Pedro Alves <palves@redhat.com>
6944
6945 * gdb.base/fileio.c (test_write, test_read, test_close)
6946 (test_fstat): Don't print 'ret' in the fail path.
6947
c8f6abd1
PA
69482017-05-18 Pedro Alves <palves@redhat.com>
6949
6950 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6951 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6952 (test_system, test_rename, test_unlink, test_time): Change
6953 prototypes.
6954 * gdb.base/fileio.exp (stop_msg): Adjust.
6955
d2a03b77
PA
69562017-05-18 Pedro Alves <palves@redhat.com>
6957
6958 * gdb.base/fileio.c (null_str): New global.
6959 (test_stat): Use it.
6960 * gdb.base/fileio.exp: Remove nowarnings.
6961
0d5c6999
YQ
69622017-05-17 Yao Qi <yao.qi@linaro.org>
6963
6964 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6965
21873064
YQ
69662017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6967
6968 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6969 argument command.
6970 (top-level): Invoke test_set_inferior_tty.
6971
d512d31c
PA
69722017-05-04 Pedro Alves <palves@redhat.com>
6973
6974 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6975 Add parens to print call for Python 3.
6976
90cef2ed
KS
69772017-05-03 Keith Seitz <keiths@redhat.com>
6978
6979 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6980 (main): Call it.
6981
14f819c8
TW
69822017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6983
6984 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6985 to prev and next.
6986
913aeadd
TW
69872017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6988
6989 * gdb.python/py-record-btrace.exp: Remove test for
6990 gdb.BtraceInstruction.error.
6991
a3be24ad
TW
69922017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6993
6994 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6995
ae20e79a
TW
69962017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6997
6998 * gdb.python/py-record-btrace-threads.c: New file.
6999 * gdb.python/py-record-btrace-threads.exp: New file.
7000
45ce1b47
SDJ
70012017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7002
7003 PR testsuite/8595
7004 * gdb.base/environ.exp: Make test available in all architectures.
7005 Move bits related to "info program" testing to
7006 gdb.base/info-program.exp. Rewrite tests to use the two new
7007 procedures mentione below.
7008 (test_set_show_env_var) New procedure.
7009 (test_set_show_env_var_equal): Likewise.
7010 * gdb.base/info-program.exp: New file.
7011
e15c3eb4
KS
70122017-04-27 Keith Seitz <keiths@redhat.com>
7013
7014 * gdb.cp/oranking.cc (test15): New function.
7015 (main): Call test15 and declare additional variables for testing.
7016 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7017 "p foo101('abc')" tests.
7018 Add tests for cv qualifier overloads.
7019 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7020 "lvalue reference overload" test.
7021 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7022 "print value of f1 on Child&& in f2" test.
7023
3a3fd0fd
PA
70242017-04-19 Pedro Alves <palves@redhat.com>
7025
7026 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7027 procedure.
7028 (top level): Call it.
7029 * lib/gdb.exp (gdb_define_cmd): New procedure.
7030
53375380
PA
70312017-04-12 Pedro Alves <palves@redhat.com>
7032
7033 PR gdb/21323
7034 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7035 (wchar): New global.
7036 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7037 (do_test_wide_char, wide_char_types_no_program, top level): Add
7038 wchar_t testing.
7039
53e710ac
PA
70402017-04-12 Pedro Alves <palves@redhat.com>
7041
7042 PR c++/21323
7043 * gdb.cp/wide_char_types.c: New file.
7044 * gdb.cp/wide_char_types.exp: New file.
7045
0ad9d8c7
SDJ
70462017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7047
7048 PR gdb/21352
7049 * gdb.trace/tsv.exp: Add test for "tsave -r".
7050
b1b45502
IB
70512017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7052
7053 * gdb.dlang/watch-loc.c: New file.
7054 * gdb.dlang/watch-loc.exp: New file.
7055
ec13808e
JK
70562017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7057
7058 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7059
fe5f7374
AK
70602017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7061
7062 * gdb.arch/arc-analyze-prologue.S: New file.
7063 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7064
eea78757
AK
70652017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7066
7067 * gdb.arch/arc-decode-insn.S: New file.
7068 * gdb.arch/arc-decode-insn.exp: Likewise.
7069
5badf10a
IR
70702017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7071
7072 PR tdep/20928
7073 * gdb.arch/sparc64-regs.exp: New file.
7074 * gdb.arch/sparc64-regs.S: Likewise.
7075
cee59b3f
TW
70762017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7077
7078 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7079 and memory view on Python 3.
7080
c0f55cc6
AV
70812017-03-20 Artemiy Volkov <artemiyv@acm.org>
7082 Keith Seitz <keiths@redhat.com>
7083
7084 PR gdb/14441
7085 * gdb.cp/demangle.exp: Add rvalue reference tests.
7086 * gdb.cp/rvalue-ref-casts.cc: New file.
7087 * gdb.cp/rvalue-ref-casts.exp: New file.
7088 * gdb.cp/rvalue-ref-overload.cc: New file.
7089 * gdb.cp/rvalue-ref-overload.exp: New file.
7090 * gdb.cp/rvalue-ref-params.cc: New file.
7091 * gdb.cp/rvalue-ref-params.exp: New file.
7092 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7093 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7094 * gdb.cp/rvalue-ref-types.cc: New file.
7095 * gdb.cp/rvalue-ref-types.exp: New file.
7096 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7097 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7098
51457a05
MAL
70992017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7100
7101 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7102 New procedure.
7103
5b291c04
MAL
71042017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7105
7106 * lib/mi-support.exp (mi_gdb_test): Add additional message
7107 for unexpected output.
7108
59a56148
AA
71092017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7110
7111 * gdb.base/examine-backward.c (Barrier): New character array
7112 constant, to ensure that TestStrings is preceded by a string
7113 terminator.
7114
7942e96e
AA
71152017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7116
7117 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7118 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7119 and implicit pointer into such a location.
7120
6ebac3fb
DE
71212017-03-16 Doug Evans <dje@google.com>
7122
7123 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7124
ec3b243d
TP
71252017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7126
7127 * gdb.cp/m-static.exp: Fix expectation for prototype of
7128 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
7129
71302017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
7131
7132 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7133 * gdb.guile/scm-lazy-string.c: New file.
7134 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7135 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7136 for pointer, array, typedef lazy strings.
7137
2cc36e25 71382017-03-16 Doug Evans <dje@google.com>
34b43320
DE
7139
7140 PR python/17728, python/18439, python/18779
7141 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7142 * gdb.python/py-lazy-string.c (pointer): New typedef.
7143 (main): New locals ptr, array, typedef_ptr.
7144 * gdb.python/py-value.exp: Move lazy string tests to ...
7145 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7146 array, typedef lazy strings.
ec3b243d 7147
0efcde63
AK
71482017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7149
7150 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7151 Add optional 'test' parameter.
7152
7978d7c3
SM
71532017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7154
7155 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7156 Skip for versions of DejaGnu < 1.5.
7157
896c0c1e
SM
71582017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7159
7160 * lib/gdb.exp (dejagnu_version): New proc.
7161 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7162 Use dejagnu_version.
7163
5f4d1085
KS
71642017-03-10 Keith Seitz <keiths@redhat.com>
7165
7166 PR c++/8128
7167 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7168 type from destructor regexps.
7169 Add a branch which actually passes the test.
7170 Adjust "ptype t5i" test names.
7171
1de05205
PA
71722017-03-08 Pedro Alves <palves@redhat.com>
7173
7174 * gdb.base/step-over-exit.exp: Add explicit test message.
7175
c65d6b55
PA
71762017-03-08 Pedro Alves <palves@redhat.com>
7177
7178 PR gdb/18360
7179 * gdb.threads/interrupt-while-step-over.c: New file.
7180 * gdb.threads/interrupt-while-step-over.exp: New file.
7181
2e86a283
PA
71822017-03-08 Pedro Alves <palves@redhat.com>
7183
7184 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7185 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7186
25dcbff6
PA
71872017-03-08 Pedro Alves <palves@redhat.com>
7188
7189 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7190 PKRU as not supported as a PASS.
7191
dc9366eb
PA
71922017-03-08 Pedro Alves <palves@redhat.com>
7193
7194 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7195 prefix instead of $binfile1/$binfile2.
7196 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7197 in test message.
7198 * gdb.python/py-completion.exp: Use "load python file" as test
7199 messages instead of unstable path names.
7200
6e5d74e7
PA
72012017-03-08 Pedro Alves <palves@redhat.com>
7202 Jan Kratochvil <jan.kratochvil@redhat.com>
7203
7204 PR cli/21218
7205 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7206 New proc.
7207 (top level): Call it.
7208
9753a2f6
PA
72092017-03-08 Pedro Alves <palves@redhat.com>
7210
7211 PR tui/21216
7212 * gdb.tui/tui-nl-filtered-output.exp: New file.
7213
1a4dd9dd
PA
72142017-03-08 Pedro Alves <palves@redhat.com>
7215
7216 * gdb.base/completion.exp: Move TUI completion tests to ...
7217 * gdb.tui/completion.exp: ... this new file.
7218
7cbbff33
PA
72192017-03-08 Pedro Alves <palves@redhat.com>
7220
7221 * gdb.base/tui-disasm-long-lines.c,
7222 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7223 gdb.base/tui-layout.exp: Move to ...
7224 * gdb.tui/: ... this new directory.
7225
5f6fd321
PA
72262017-03-07 Pedro Alves <palves@redhat.com>
7227
7228 * gdb.base/tui-layout.c: New file.
7229 * gdb.base/tui-layout.exp: New file.
7230
44959fa8
PA
72312017-03-07 Pedro Alves <palves@redhat.com>
7232
7233 * gdb.base/tui-layout.c: Rename to ...
7234 * gdb.base/tui-disasm-long-lines.c: ... this.
7235 * gdb.base/tui-layout.exp: Rename to ...
7236 * gdb.base/tui-disasm-long-lines.exp: ... this.
7237
f8c4e718
PA
72382017-03-07 Pedro Alves <palves@redhat.com>
7239
7240 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7241
6dbb839a 72422017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
7243
7244 * i386-mpx-call.c: New file.
7245 * i386-mpx-call.exp: New file.
7246
65b48a81
PB
72472017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7248
7249 * gdb.arch/powerpc-power.exp: Delete test.
7250 * gdb.arch/powerpc-power.s: Likewise.
7251 * gdb.disasm/disassembler-options.exp: New test.
7252 * gdb.arch/powerpc-altivec.exp: Likewise.
7253 * gdb.arch/powerpc-altivec.s: Likewise.
7254 * gdb.arch/powerpc-altivec2.exp: Likewise.
7255 * gdb.arch/powerpc-altivec2.s: Likewise.
7256 * gdb.arch/powerpc-altivec3.exp: Likewise.
7257 * gdb.arch/powerpc-altivec3.s: Likewise.
7258 * gdb.arch/powerpc-power7.exp: Likewise.
7259 * gdb.arch/powerpc-power7.s: Likewise.
7260 * gdb.arch/powerpc-power8.exp: Likewise.
7261 * gdb.arch/powerpc-power8.s: Likewise.
7262 * gdb.arch/powerpc-power9.exp: Likewise.
7263 * gdb.arch/powerpc-power9.s: Likewise.
7264 * gdb.arch/powerpc-vsx.exp: Likewise.
7265 * gdb.arch/powerpc-vsx.s: Likewise.
7266 * gdb.arch/powerpc-vsx2.exp: Likewise.
7267 * gdb.arch/powerpc-vsx2.s: Likewise.
7268 * gdb.arch/powerpc-vsx3.exp: Likewise.
7269 * gdb.arch/powerpc-vsx3.s: Likewise.
7270 * gdb.arch/arm-disassembler-options.exp: Likewise.
7271 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7272 * gdb.arch/s390-disassembler-options.exp: Likewise.
7273
17cd4947
LM
72742017-02-23 Luis Machado <lgustavo@codesourcery.com>
7275
7276 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7277 (check_supported_features): ... this. Changed return type to void.
7278 (supports_rdseed): New static global.
7279 (rdseed): Check supports_rdseed.
7280 (initialize): Call check_supported_features.
7281
2039d74e
EBM
72822017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7283
7284 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7285 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7286 and lqarx/stqcx.
7287 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7288 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7289
a51d7ecf
EBM
72902017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7291
7292 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7293 uppercase.
7294
0224619f
JK
72952017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7296
7297 * gdb.dwarf2/formdata16.c: New file.
7298 * gdb.dwarf2/formdata16.exp: New file.
7299 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7300
216f72a1
JK
73012017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7302
7303 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7304 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7305 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7306 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7307 DW_AT_GNU_*.
7308
43988095
JK
73092017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7310
7311 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7312
99e8a4f9
SDJ
73132017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7314
7315 PR gdb/21164
7316 * gdb.base/maint.exp: Add testcases for when the commands do
7317 not have arguments.
7318
b58a8c0c
TP
73192017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7320
7321 * gdb.cp/chained-calls.exp: Use p instead of P.
7322
4e746bb6
TW
73232017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7324
7325 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7326 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7327
3f77c769
TT
73282017-02-14 Tom Tromey <tom@tromey.com>
7329
7330 PR python/13598:
7331 * gdb.python/py-events.exp: Add before_prompt event tests.
7332
075beec0
AA
73332017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7334
7335 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7336
bf5f525c
LM
73372017-02-13 Luis Machado <lgustavo@codesourcery.com>
7338
7339 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7340 (main): Call my_unique_function_name.
7341 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7342 completion of patterns with a single match.
7343 Add missing -re switches to gdb_test_multiple calls.
7344
13a66184
LM
73452017-02-13 Luis Machado <lgustavo@codesourcery.com>
7346
7347 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7348 return if core file is not recognized.
7349
26a06916
SM
73502017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7351
7352 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7353 and extra UIs.
7354
b761ca9e
SM
73552017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7356
7357 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7358 proc_with_prefix.
7359
b964bee0
TT
73602017-02-10 Tom Tromey <tom@tromey.com>
7361
7362 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7363
18da0c51
MG
73642017-02-10 Martin Galvan <martingalvan@sourceware.org>
7365
7366 PR gdb/21122
7367 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7368
604c4576
JG
73692017-02-08 Jerome Guitton <guitton@adacore.com>
7370
7371 * gdb.base/define.exp: Add test for command abbreviations
7372 in define.
7373
20b477a7
LM
73742017-02-06 Luis Machado <lgustavo@codesourcery.com>
7375
7376 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7377 * gdb.reverse/insn-reverse-x86.c: New file.
7378
3f7b46f2
IR
73792017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7380
7381 PR tdep/20936
7382 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7383
f0fd41c1
TT
73842017-02-03 Tom Tromey <tom@tromey.com>
7385
7386 PR rust/21097:
7387 * gdb.rust/simple.exp: Add new tests.
7388
5be5dbf0
PA
73892017-02-02 Pedro Alves <palves@redhat.com>
7390
7391 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7392 tests.
7393
7346ef59
AA
73942017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7395
7396 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7397 taking a 2-byte value out of a 4-byte DWARF implicit value on
7398 big-endian targets.
7399 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7400 logic. Add test cases for DW_OP_implicit.
7401
787f0025
MM
74022017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7403
7404 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7405
68777c29
MM
74062017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7407
7408 * gdb.btrace/enable.exp: Call gdb_exit before
7409 skip_gdbserver_tests.
7410
0a1c7e28
MM
74112017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7412
7413 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7414 GDBFLAGS.
7415
b5ac99b0
MM
74162017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7417
7418 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7419 the test is skipped.
7420 * gdb.btrace/data.exp: Likewise.
7421 * gdb.btrace/delta.exp: Likewise.
7422 * gdb.btrace/dlopen.exp: Likewise.
7423 * gdb.btrace/enable-running.exp: Likewise.
7424 * gdb.btrace/enable.exp: Likewise.
7425 * gdb.btrace/exception.exp: Likewise.
7426 * gdb.btrace/function_call_history.exp: Likewise.
7427 * gdb.btrace/gcore.exp: Likewise.
7428 * gdb.btrace/instruction_history.exp: Likewise.
7429 * gdb.btrace/multi-thread-step.exp: Likewise.
7430 * gdb.btrace/nohist.exp: Likewise.
7431 * gdb.btrace/non-stop.exp: Likewise.
7432 * gdb.btrace/reconnect.exp: Likewise.
7433 * gdb.btrace/record_goto-step.exp: Likewise.
7434 * gdb.btrace/record_goto.exp: Likewise.
7435 * gdb.btrace/rn-dl-bind.exp: Likewise.
7436 * gdb.btrace/segv.exp: Likewise.
7437 * gdb.btrace/step.exp: Likewise.
7438 * gdb.btrace/stepi.exp: Likewise.
7439 * gdb.btrace/tailcall-only.exp: Likewise.
7440 * gdb.btrace/tailcall.exp: Likewise.
7441 * gdb.btrace/tsx.exp: Likewise.
7442 * gdb.btrace/unknown_functions.exp: Likewise.
7443 * gdb.btrace/vdso.exp: Likewise.
7444
cd4007e4
MM
74452017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7446
7447 * gdb.btrace/enable-running.c: New.
7448 * gdb.btrace/enable-running.exp: New.
7449
2735833d
WT
74502017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7451
7452 * gdb.arch/amd64-gs_base.c: New file.
7453 * gdb.arch/amd64-gs_base.exp: New file.
7454
b51e1e94
LM
74552017-01-26 Luis Machado <lgustavo@codesourcery.com>
7456
7457 * lib/memory.exp: Remove spurious empty newlines.
7458
72ca0410
SM
74592017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7460
7461 * gdb.python/py-bad-printers.exp: Load python file using "source".
7462 * gdb.python/py-events.exp: Likewise.
7463 * gdb.python/py-evsignal.exp: Likewise.
7464 * gdb.python/py-evthreads.exp: Likewise.
7465 * gdb.python/py-frame-args.exp: Likewise.
7466 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7467 * gdb.python/py-framefilter-mi.exp: Likewise.
7468 * gdb.python/py-framefilter.exp: Likewise.
7469 * gdb.python/py-mi.exp: Likewise.
7470 * gdb.python/py-pp-maint.exp: Likewise.
7471 * gdb.python/py-pp-registration.exp: Likewise.
7472 * gdb.python/py-prettyprint.exp: Likewise.
7473 (run_lang_tests): Likewise.
7474 * gdb.python/py-typeprint.exp: Likewise.
7475
e309aa65
LM
74762017-01-26 Luis Machado <lgustavo@codesourcery.com>
7477
7478 * lib/memory.exp: New file.
7479 * lib/gdb.exp: Load memory.exp.
7480 * gdb.base/memattr.exp (delete_memory): Move proc to
7481 lib/memory.exp and rename to delete_memory_regions.
7482 Replace delete_memory with delete_memory_regions.
7483 Cleanup memory regions before tests.
7484 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7485 before tests.
7486
515aff23
LM
74872017-01-26 Luis Machado <lgustavo@codesourcery.com>
7488
7489 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7490 files.
7491 (initialize): New function conditionally defined.
7492 (testcases): Move within conditional block.
7493 (main): Call initialize.
7494 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7495 of gdb.reverse/insn-reverse.c.
7496 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7497 gdb.reverse/insn-reverse.c.
7498
d8b49cf0
YQ
74992017-01-26 Yao Qi <yao.qi@linaro.org>
7500
7501 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7502 disassemble on address 0.
7503
f13a9a0c
YQ
75042017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7505 Yao Qi <yao.qi@linaro.org>
7506
7507 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7508 * gdb.dwarf2/implptr-64bit.S: Remove.
7509 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7510 variables in caller's context. Add DW_OP_implicit_value.
7511
5ac95241
YQ
75122017-01-25 Yao Qi <yao.qi@linaro.org>
7513
7514 * lib/dwarf.exp (Dwarf::_location): Handle
7515 DW_OP_GNU_implicit_pointer with proper size.
7516
23e82930
LM
75172017-01-20 Luis Machado <lgustavo@codesourcery.com>
7518
7519 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7520 and add untested calls.
7521
d334ae25
LM
75222017-01-20 Luis Machado <lgustavo@codesourcery.com>
7523
7524 * gdb.python/python.exp: Check line number against what GDB thinks
7525 the line number is for func1.
7526
f5e6296e
IB
75272017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7528
7529 * gdb.dlang/debug-expr.exp: New file.
7530
5b362f04
LM
75312016-12-23 Luis Machado <lgustavo@codesourcery.com>
7532
7533 Fix test names for the following files:
7534
7535 * gdb.ada/exec_changed.exp
7536 * gdb.ada/info_types.exp
7537 * gdb.arch/aarch64-atomic-inst.exp
7538 * gdb.arch/aarch64-fp.exp
7539 * gdb.arch/altivec-abi.exp
7540 * gdb.arch/altivec-regs.exp
7541 * gdb.arch/amd64-byte.exp
7542 * gdb.arch/amd64-disp-step.exp
7543 * gdb.arch/amd64-dword.exp
7544 * gdb.arch/amd64-entry-value-inline.exp
7545 * gdb.arch/amd64-entry-value-param.exp
7546 * gdb.arch/amd64-entry-value-paramref.exp
7547 * gdb.arch/amd64-entry-value.exp
7548 * gdb.arch/amd64-i386-address.exp
7549 * gdb.arch/amd64-invalid-stack-middle.exp
7550 * gdb.arch/amd64-invalid-stack-top.exp
7551 * gdb.arch/amd64-optimout-repeat.exp
7552 * gdb.arch/amd64-prologue-skip.exp
7553 * gdb.arch/amd64-prologue-xmm.exp
7554 * gdb.arch/amd64-stap-special-operands.exp
7555 * gdb.arch/amd64-stap-wrong-subexp.exp
7556 * gdb.arch/amd64-tailcall-cxx.exp
7557 * gdb.arch/amd64-tailcall-noret.exp
7558 * gdb.arch/amd64-tailcall-ret.exp
7559 * gdb.arch/amd64-tailcall-self.exp
7560 * gdb.arch/amd64-word.exp
7561 * gdb.arch/arm-bl-branch-dest.exp
7562 * gdb.arch/arm-disp-step.exp
7563 * gdb.arch/arm-neon.exp
7564 * gdb.arch/arm-single-step-kernel-helper.exp
7565 * gdb.arch/avr-flash-qualifier.exp
7566 * gdb.arch/disp-step-insn-reloc.exp
7567 * gdb.arch/e500-abi.exp
7568 * gdb.arch/e500-regs.exp
7569 * gdb.arch/ftrace-insn-reloc.exp
7570 * gdb.arch/i386-avx512.exp
7571 * gdb.arch/i386-bp_permanent.exp
7572 * gdb.arch/i386-byte.exp
7573 * gdb.arch/i386-cfi-notcurrent.exp
7574 * gdb.arch/i386-disp-step.exp
7575 * gdb.arch/i386-dr3-watch.exp
7576 * gdb.arch/i386-float.exp
7577 * gdb.arch/i386-gnu-cfi.exp
7578 * gdb.arch/i386-mpx-map.exp
7579 * gdb.arch/i386-mpx-sigsegv.exp
7580 * gdb.arch/i386-mpx-simple_segv.exp
7581 * gdb.arch/i386-mpx.exp
7582 * gdb.arch/i386-permbkpt.exp
7583 * gdb.arch/i386-prologue.exp
7584 * gdb.arch/i386-signal.exp
7585 * gdb.arch/i386-size-overlap.exp
7586 * gdb.arch/i386-unwind.exp
7587 * gdb.arch/i386-word.exp
7588 * gdb.arch/mips-fcr.exp
7589 * gdb.arch/powerpc-d128-regs.exp
7590 * gdb.arch/powerpc-stackless.exp
7591 * gdb.arch/ppc64-atomic-inst.exp
7592 * gdb.arch/s390-stackless.exp
7593 * gdb.arch/s390-tdbregs.exp
7594 * gdb.arch/s390-vregs.exp
7595 * gdb.arch/sparc-sysstep.exp
7596 * gdb.arch/thumb-bx-pc.exp
7597 * gdb.arch/thumb-singlestep.exp
7598 * gdb.arch/thumb2-it.exp
7599 * gdb.arch/vsx-regs.exp
7600 * gdb.asm/asm-source.exp
7601 * gdb.base/a2-run.exp
7602 * gdb.base/advance.exp
7603 * gdb.base/all-bin.exp
7604 * gdb.base/anon.exp
7605 * gdb.base/args.exp
7606 * gdb.base/arithmet.exp
7607 * gdb.base/async-shell.exp
7608 * gdb.base/async.exp
7609 * gdb.base/attach-pie-noexec.exp
7610 * gdb.base/attach-twice.exp
7611 * gdb.base/auto-load.exp
7612 * gdb.base/bang.exp
7613 * gdb.base/bitfields.exp
7614 * gdb.base/break-always.exp
7615 * gdb.base/break-caller-line.exp
7616 * gdb.base/break-entry.exp
7617 * gdb.base/break-inline.exp
7618 * gdb.base/break-on-linker-gcd-function.exp
7619 * gdb.base/break-probes.exp
7620 * gdb.base/break.exp
7621 * gdb.base/breakpoint-shadow.exp
7622 * gdb.base/call-ar-st.exp
7623 * gdb.base/call-sc.exp
7624 * gdb.base/call-signal-resume.exp
7625 * gdb.base/call-strs.exp
7626 * gdb.base/callfuncs.exp
7627 * gdb.base/catch-fork-static.exp
7628 * gdb.base/catch-gdb-caused-signals.exp
7629 * gdb.base/catch-load.exp
7630 * gdb.base/catch-signal-fork.exp
7631 * gdb.base/catch-signal.exp
7632 * gdb.base/catch-syscall.exp
7633 * gdb.base/charset.exp
7634 * gdb.base/checkpoint.exp
7635 * gdb.base/chng-syms.exp
7636 * gdb.base/code-expr.exp
7637 * gdb.base/code_elim.exp
7638 * gdb.base/commands.exp
7639 * gdb.base/completion.exp
7640 * gdb.base/complex.exp
7641 * gdb.base/cond-expr.exp
7642 * gdb.base/condbreak.exp
7643 * gdb.base/consecutive.exp
7644 * gdb.base/continue-all-already-running.exp
7645 * gdb.base/coredump-filter.exp
7646 * gdb.base/corefile.exp
7647 * gdb.base/dbx.exp
7648 * gdb.base/debug-expr.exp
7649 * gdb.base/define.exp
7650 * gdb.base/del.exp
7651 * gdb.base/disabled-location.exp
7652 * gdb.base/disasm-end-cu.exp
7653 * gdb.base/disasm-optim.exp
7654 * gdb.base/display.exp
7655 * gdb.base/duplicate-bp.exp
7656 * gdb.base/ena-dis-br.exp
7657 * gdb.base/ending-run.exp
7658 * gdb.base/enumval.exp
7659 * gdb.base/environ.exp
7660 * gdb.base/eu-strip-infcall.exp
7661 * gdb.base/eval-avoid-side-effects.exp
7662 * gdb.base/eval-skip.exp
7663 * gdb.base/exitsignal.exp
7664 * gdb.base/expand-psymtabs.exp
7665 * gdb.base/filesym.exp
7666 * gdb.base/find-unmapped.exp
7667 * gdb.base/finish.exp
7668 * gdb.base/float.exp
7669 * gdb.base/foll-exec-mode.exp
7670 * gdb.base/foll-exec.exp
7671 * gdb.base/foll-fork.exp
7672 * gdb.base/fortran-sym-case.exp
7673 * gdb.base/freebpcmd.exp
7674 * gdb.base/func-ptr.exp
7675 * gdb.base/func-ptrs.exp
7676 * gdb.base/funcargs.exp
7677 * gdb.base/gcore-buffer-overflow.exp
7678 * gdb.base/gcore-relro-pie.exp
7679 * gdb.base/gcore-relro.exp
7680 * gdb.base/gcore.exp
7681 * gdb.base/gdb1090.exp
7682 * gdb.base/gdb11530.exp
7683 * gdb.base/gdb11531.exp
7684 * gdb.base/gdb1821.exp
7685 * gdb.base/gdbindex-stabs.exp
7686 * gdb.base/gdbvars.exp
7687 * gdb.base/hbreak.exp
7688 * gdb.base/hbreak2.exp
7689 * gdb.base/included.exp
7690 * gdb.base/infcall-input.exp
7691 * gdb.base/inferior-died.exp
7692 * gdb.base/infnan.exp
7693 * gdb.base/info-macros.exp
7694 * gdb.base/info-os.exp
7695 * gdb.base/info-proc.exp
7696 * gdb.base/info-shared.exp
7697 * gdb.base/info-target.exp
7698 * gdb.base/infoline.exp
7699 * gdb.base/interp.exp
7700 * gdb.base/interrupt.exp
7701 * gdb.base/jit-reader.exp
7702 * gdb.base/jit-simple.exp
7703 * gdb.base/kill-after-signal.exp
7704 * gdb.base/kill-detach-inferiors-cmd.exp
7705 * gdb.base/label.exp
7706 * gdb.base/langs.exp
7707 * gdb.base/ldbl_e308.exp
7708 * gdb.base/line-symtabs.exp
7709 * gdb.base/linespecs.exp
7710 * gdb.base/list.exp
7711 * gdb.base/long_long.exp
7712 * gdb.base/longest-types.exp
7713 * gdb.base/maint.exp
7714 * gdb.base/max-value-size.exp
7715 * gdb.base/memattr.exp
7716 * gdb.base/mips_pro.exp
7717 * gdb.base/morestack.exp
7718 * gdb.base/moribund-step.exp
7719 * gdb.base/multi-forks.exp
7720 * gdb.base/nested-addr.exp
7721 * gdb.base/nextoverexit.exp
7722 * gdb.base/noreturn-finish.exp
7723 * gdb.base/noreturn-return.exp
7724 * gdb.base/nostdlib.exp
7725 * gdb.base/offsets.exp
7726 * gdb.base/opaque.exp
7727 * gdb.base/pc-fp.exp
7728 * gdb.base/permissions.exp
7729 * gdb.base/print-symbol-loading.exp
7730 * gdb.base/prologue-include.exp
7731 * gdb.base/psymtab.exp
7732 * gdb.base/ptype.exp
7733 * gdb.base/random-signal.exp
7734 * gdb.base/randomize.exp
7735 * gdb.base/range-stepping.exp
7736 * gdb.base/readline-ask.exp
7737 * gdb.base/recpar.exp
7738 * gdb.base/recurse.exp
7739 * gdb.base/relational.exp
7740 * gdb.base/restore.exp
7741 * gdb.base/return-nodebug.exp
7742 * gdb.base/return.exp
7743 * gdb.base/run-after-attach.exp
7744 * gdb.base/save-bp.exp
7745 * gdb.base/scope.exp
7746 * gdb.base/sect-cmd.exp
7747 * gdb.base/set-lang-auto.exp
7748 * gdb.base/set-noassign.exp
7749 * gdb.base/setvar.exp
7750 * gdb.base/sigall.exp
7751 * gdb.base/sigbpt.exp
7752 * gdb.base/siginfo-addr.exp
7753 * gdb.base/siginfo-infcall.exp
7754 * gdb.base/siginfo-obj.exp
7755 * gdb.base/siginfo.exp
7756 * gdb.base/signals-state-child.exp
7757 * gdb.base/signest.exp
7758 * gdb.base/sigstep.exp
7759 * gdb.base/sizeof.exp
7760 * gdb.base/skip.exp
7761 * gdb.base/solib-corrupted.exp
7762 * gdb.base/solib-nodir.exp
7763 * gdb.base/solib-search.exp
7764 * gdb.base/stack-checking.exp
7765 * gdb.base/stale-infcall.exp
7766 * gdb.base/stap-probe.exp
7767 * gdb.base/start.exp
7768 * gdb.base/step-break.exp
7769 * gdb.base/step-bt.exp
7770 * gdb.base/step-line.exp
7771 * gdb.base/step-over-exit.exp
7772 * gdb.base/step-over-syscall.exp
7773 * gdb.base/step-resume-infcall.exp
7774 * gdb.base/step-test.exp
7775 * gdb.base/store.exp
7776 * gdb.base/structs3.exp
7777 * gdb.base/sym-file.exp
7778 * gdb.base/symbol-without-target_section.exp
7779 * gdb.base/term.exp
7780 * gdb.base/testenv.exp
7781 * gdb.base/ui-redirect.exp
7782 * gdb.base/until.exp
7783 * gdb.base/unwindonsignal.exp
7784 * gdb.base/value-double-free.exp
7785 * gdb.base/vla-datatypes.exp
7786 * gdb.base/vla-ptr.exp
7787 * gdb.base/vla-sideeffect.exp
7788 * gdb.base/volatile.exp
7789 * gdb.base/watch-cond-infcall.exp
7790 * gdb.base/watch-cond.exp
7791 * gdb.base/watch-non-mem.exp
7792 * gdb.base/watch-read.exp
7793 * gdb.base/watch-vfork.exp
7794 * gdb.base/watchpoint-cond-gone.exp
7795 * gdb.base/watchpoint-delete.exp
7796 * gdb.base/watchpoint-hw-hit-once.exp
7797 * gdb.base/watchpoint-hw.exp
7798 * gdb.base/watchpoint-stops-at-right-insn.exp
7799 * gdb.base/watchpoints.exp
7800 * gdb.base/wchar.exp
7801 * gdb.base/whatis-exp.exp
7802 * gdb.btrace/buffer-size.exp
7803 * gdb.btrace/data.exp
7804 * gdb.btrace/delta.exp
7805 * gdb.btrace/dlopen.exp
7806 * gdb.btrace/enable.exp
7807 * gdb.btrace/exception.exp
7808 * gdb.btrace/function_call_history.exp
7809 * gdb.btrace/gcore.exp
7810 * gdb.btrace/instruction_history.exp
7811 * gdb.btrace/nohist.exp
7812 * gdb.btrace/reconnect.exp
7813 * gdb.btrace/record_goto-step.exp
7814 * gdb.btrace/record_goto.exp
7815 * gdb.btrace/rn-dl-bind.exp
7816 * gdb.btrace/segv.exp
7817 * gdb.btrace/step.exp
7818 * gdb.btrace/stepi.exp
7819 * gdb.btrace/tailcall-only.exp
7820 * gdb.btrace/tailcall.exp
7821 * gdb.btrace/tsx.exp
7822 * gdb.btrace/unknown_functions.exp
7823 * gdb.btrace/vdso.exp
7824 * gdb.compile/compile-ifunc.exp
7825 * gdb.compile/compile-ops.exp
7826 * gdb.compile/compile-print.exp
7827 * gdb.compile/compile-setjmp.exp
7828 * gdb.cp/abstract-origin.exp
7829 * gdb.cp/ambiguous.exp
7830 * gdb.cp/annota2.exp
7831 * gdb.cp/annota3.exp
7832 * gdb.cp/anon-ns.exp
7833 * gdb.cp/anon-struct.exp
7834 * gdb.cp/anon-union.exp
7835 * gdb.cp/arg-reference.exp
7836 * gdb.cp/baseenum.exp
7837 * gdb.cp/bool.exp
7838 * gdb.cp/breakpoint.exp
7839 * gdb.cp/bs15503.exp
7840 * gdb.cp/call-c.exp
7841 * gdb.cp/casts.exp
7842 * gdb.cp/chained-calls.exp
7843 * gdb.cp/class2.exp
7844 * gdb.cp/classes.exp
7845 * gdb.cp/cmpd-minsyms.exp
7846 * gdb.cp/converts.exp
7847 * gdb.cp/cp-relocate.exp
7848 * gdb.cp/cpcompletion.exp
7849 * gdb.cp/cpexprs.exp
7850 * gdb.cp/cplabel.exp
7851 * gdb.cp/cplusfuncs.exp
7852 * gdb.cp/cpsizeof.exp
7853 * gdb.cp/ctti.exp
7854 * gdb.cp/derivation.exp
7855 * gdb.cp/destrprint.exp
7856 * gdb.cp/dispcxx.exp
7857 * gdb.cp/enum-class.exp
7858 * gdb.cp/exception.exp
7859 * gdb.cp/exceptprint.exp
7860 * gdb.cp/expand-psymtabs-cxx.exp
7861 * gdb.cp/expand-sals.exp
7862 * gdb.cp/extern-c.exp
7863 * gdb.cp/filename.exp
7864 * gdb.cp/formatted-ref.exp
7865 * gdb.cp/fpointer.exp
7866 * gdb.cp/gdb1355.exp
7867 * gdb.cp/gdb2495.exp
7868 * gdb.cp/hang.exp
7869 * gdb.cp/impl-this.exp
7870 * gdb.cp/infcall-dlopen.exp
7871 * gdb.cp/inherit.exp
7872 * gdb.cp/iostream.exp
7873 * gdb.cp/koenig.exp
7874 * gdb.cp/local.exp
7875 * gdb.cp/m-data.exp
7876 * gdb.cp/m-static.exp
7877 * gdb.cp/mb-ctor.exp
7878 * gdb.cp/mb-inline.exp
7879 * gdb.cp/mb-templates.exp
7880 * gdb.cp/member-name.exp
7881 * gdb.cp/member-ptr.exp
7882 * gdb.cp/meth-typedefs.exp
7883 * gdb.cp/method.exp
7884 * gdb.cp/method2.exp
7885 * gdb.cp/minsym-fallback.exp
7886 * gdb.cp/misc.exp
7887 * gdb.cp/namelessclass.exp
7888 * gdb.cp/namespace-enum.exp
7889 * gdb.cp/namespace-nested-import.exp
7890 * gdb.cp/namespace.exp
7891 * gdb.cp/nextoverthrow.exp
7892 * gdb.cp/no-dmgl-verbose.exp
7893 * gdb.cp/non-trivial-retval.exp
7894 * gdb.cp/noparam.exp
7895 * gdb.cp/nsdecl.exp
7896 * gdb.cp/nsimport.exp
7897 * gdb.cp/nsnested.exp
7898 * gdb.cp/nsnoimports.exp
7899 * gdb.cp/nsrecurs.exp
7900 * gdb.cp/nsstress.exp
7901 * gdb.cp/nsusing.exp
7902 * gdb.cp/operator.exp
7903 * gdb.cp/oranking.exp
7904 * gdb.cp/overload-const.exp
7905 * gdb.cp/overload.exp
7906 * gdb.cp/ovldbreak.exp
7907 * gdb.cp/ovsrch.exp
7908 * gdb.cp/paren-type.exp
7909 * gdb.cp/parse-lang.exp
7910 * gdb.cp/pass-by-ref.exp
7911 * gdb.cp/pr-1023.exp
7912 * gdb.cp/pr-1210.exp
7913 * gdb.cp/pr-574.exp
7914 * gdb.cp/pr10687.exp
7915 * gdb.cp/pr12028.exp
7916 * gdb.cp/pr17132.exp
7917 * gdb.cp/pr17494.exp
7918 * gdb.cp/pr9067.exp
7919 * gdb.cp/pr9167.exp
7920 * gdb.cp/pr9631.exp
7921 * gdb.cp/printmethod.exp
7922 * gdb.cp/psmang.exp
7923 * gdb.cp/psymtab-parameter.exp
7924 * gdb.cp/ptype-cv-cp.exp
7925 * gdb.cp/ptype-flags.exp
7926 * gdb.cp/re-set-overloaded.exp
7927 * gdb.cp/ref-types.exp
7928 * gdb.cp/rtti.exp
7929 * gdb.cp/scope-err.exp
7930 * gdb.cp/shadow.exp
7931 * gdb.cp/smartp.exp
7932 * gdb.cp/static-method.exp
7933 * gdb.cp/static-print-quit.exp
7934 * gdb.cp/temargs.exp
7935 * gdb.cp/templates.exp
7936 * gdb.cp/try_catch.exp
7937 * gdb.cp/typedef-operator.exp
7938 * gdb.cp/typeid.exp
7939 * gdb.cp/userdef.exp
7940 * gdb.cp/using-crash.exp
7941 * gdb.cp/var-tag.exp
7942 * gdb.cp/virtbase.exp
7943 * gdb.cp/virtfunc.exp
7944 * gdb.cp/virtfunc2.exp
7945 * gdb.cp/vla-cxx.exp
7946 * gdb.disasm/t01_mov.exp
7947 * gdb.disasm/t02_mova.exp
7948 * gdb.disasm/t03_add.exp
7949 * gdb.disasm/t04_sub.exp
7950 * gdb.disasm/t05_cmp.exp
7951 * gdb.disasm/t06_ari2.exp
7952 * gdb.disasm/t07_ari3.exp
7953 * gdb.disasm/t08_or.exp
7954 * gdb.disasm/t09_xor.exp
7955 * gdb.disasm/t10_and.exp
7956 * gdb.disasm/t11_logs.exp
7957 * gdb.disasm/t12_bit.exp
7958 * gdb.disasm/t13_otr.exp
7959 * gdb.dlang/circular.exp
7960 * gdb.dwarf2/arr-stride.exp
7961 * gdb.dwarf2/arr-subrange.exp
7962 * gdb.dwarf2/atomic-type.exp
7963 * gdb.dwarf2/bad-regnum.exp
7964 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7965 * gdb.dwarf2/callframecfa.exp
7966 * gdb.dwarf2/clztest.exp
7967 * gdb.dwarf2/corrupt.exp
7968 * gdb.dwarf2/data-loc.exp
7969 * gdb.dwarf2/dup-psym.exp
7970 * gdb.dwarf2/dw2-anon-mptr.exp
7971 * gdb.dwarf2/dw2-anonymous-func.exp
7972 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7973 * gdb.dwarf2/dw2-bad-unresolved.exp
7974 * gdb.dwarf2/dw2-basic.exp
7975 * gdb.dwarf2/dw2-canonicalize-type.exp
7976 * gdb.dwarf2/dw2-case-insensitive.exp
7977 * gdb.dwarf2/dw2-common-block.exp
7978 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7979 * gdb.dwarf2/dw2-compressed.exp
7980 * gdb.dwarf2/dw2-const.exp
7981 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7982 * gdb.dwarf2/dw2-cu-size.exp
7983 * gdb.dwarf2/dw2-dup-frame.exp
7984 * gdb.dwarf2/dw2-entry-value.exp
7985 * gdb.dwarf2/dw2-icycle.exp
7986 * gdb.dwarf2/dw2-ifort-parameter.exp
7987 * gdb.dwarf2/dw2-inline-break.exp
7988 * gdb.dwarf2/dw2-inline-param.exp
7989 * gdb.dwarf2/dw2-intercu.exp
7990 * gdb.dwarf2/dw2-intermix.exp
7991 * gdb.dwarf2/dw2-lexical-block-bare.exp
7992 * gdb.dwarf2/dw2-linkage-name-trust.exp
7993 * gdb.dwarf2/dw2-minsym-in-cu.exp
7994 * gdb.dwarf2/dw2-noloc.exp
7995 * gdb.dwarf2/dw2-op-call.exp
7996 * gdb.dwarf2/dw2-op-out-param.exp
7997 * gdb.dwarf2/dw2-opt-structptr.exp
7998 * gdb.dwarf2/dw2-param-error.exp
7999 * gdb.dwarf2/dw2-producer.exp
8000 * gdb.dwarf2/dw2-ranges-base.exp
8001 * gdb.dwarf2/dw2-ref-missing-frame.exp
8002 * gdb.dwarf2/dw2-reg-undefined.exp
8003 * gdb.dwarf2/dw2-regno-invalid.exp
8004 * gdb.dwarf2/dw2-restore.exp
8005 * gdb.dwarf2/dw2-restrict.exp
8006 * gdb.dwarf2/dw2-single-line-discriminators.exp
8007 * gdb.dwarf2/dw2-strp.exp
8008 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8009 * gdb.dwarf2/dw2-unresolved.exp
8010 * gdb.dwarf2/dw2-var-zero-addr.exp
8011 * gdb.dwarf2/dw4-sig-types.exp
8012 * gdb.dwarf2/dwz.exp
8013 * gdb.dwarf2/dynarr-ptr.exp
8014 * gdb.dwarf2/enum-type.exp
8015 * gdb.dwarf2/gdb-index.exp
8016 * gdb.dwarf2/implptr-64bit.exp
8017 * gdb.dwarf2/implptr-optimized-out.exp
8018 * gdb.dwarf2/implptr.exp
8019 * gdb.dwarf2/implref-array.exp
8020 * gdb.dwarf2/implref-const.exp
8021 * gdb.dwarf2/implref-global.exp
8022 * gdb.dwarf2/implref-struct.exp
8023 * gdb.dwarf2/mac-fileno.exp
8024 * gdb.dwarf2/main-subprogram.exp
8025 * gdb.dwarf2/member-ptr-forwardref.exp
8026 * gdb.dwarf2/method-ptr.exp
8027 * gdb.dwarf2/missing-sig-type.exp
8028 * gdb.dwarf2/nonvar-access.exp
8029 * gdb.dwarf2/opaque-type-lookup.exp
8030 * gdb.dwarf2/pieces-optimized-out.exp
8031 * gdb.dwarf2/pieces.exp
8032 * gdb.dwarf2/pr10770.exp
8033 * gdb.dwarf2/pr13961.exp
8034 * gdb.dwarf2/staticvirtual.exp
8035 * gdb.dwarf2/subrange.exp
8036 * gdb.dwarf2/symtab-producer.exp
8037 * gdb.dwarf2/trace-crash.exp
8038 * gdb.dwarf2/typeddwarf.exp
8039 * gdb.dwarf2/valop.exp
8040 * gdb.dwarf2/watch-notconst.exp
8041 * gdb.fortran/array-element.exp
8042 * gdb.fortran/charset.exp
8043 * gdb.fortran/common-block.exp
8044 * gdb.fortran/complex.exp
8045 * gdb.fortran/derived-type-function.exp
8046 * gdb.fortran/derived-type.exp
8047 * gdb.fortran/logical.exp
8048 * gdb.fortran/module.exp
8049 * gdb.fortran/multi-dim.exp
8050 * gdb.fortran/nested-funcs.exp
8051 * gdb.fortran/print-formatted.exp
8052 * gdb.fortran/subarray.exp
8053 * gdb.fortran/vla-alloc-assoc.exp
8054 * gdb.fortran/vla-datatypes.exp
8055 * gdb.fortran/vla-history.exp
8056 * gdb.fortran/vla-ptr-info.exp
8057 * gdb.fortran/vla-ptype-sub.exp
8058 * gdb.fortran/vla-ptype.exp
8059 * gdb.fortran/vla-sizeof.exp
8060 * gdb.fortran/vla-type.exp
8061 * gdb.fortran/vla-value-sub-arbitrary.exp
8062 * gdb.fortran/vla-value-sub-finish.exp
8063 * gdb.fortran/vla-value-sub.exp
8064 * gdb.fortran/vla-value.exp
8065 * gdb.fortran/whatis_type.exp
8066 * gdb.go/chan.exp
8067 * gdb.go/handcall.exp
8068 * gdb.go/hello.exp
8069 * gdb.go/integers.exp
8070 * gdb.go/methods.exp
8071 * gdb.go/package.exp
8072 * gdb.go/strings.exp
8073 * gdb.go/types.exp
8074 * gdb.go/unsafe.exp
8075 * gdb.guile/scm-arch.exp
8076 * gdb.guile/scm-block.exp
8077 * gdb.guile/scm-breakpoint.exp
8078 * gdb.guile/scm-cmd.exp
8079 * gdb.guile/scm-disasm.exp
8080 * gdb.guile/scm-equal.exp
8081 * gdb.guile/scm-frame-args.exp
8082 * gdb.guile/scm-frame-inline.exp
8083 * gdb.guile/scm-frame.exp
8084 * gdb.guile/scm-iterator.exp
8085 * gdb.guile/scm-math.exp
8086 * gdb.guile/scm-objfile.exp
8087 * gdb.guile/scm-ports.exp
8088 * gdb.guile/scm-symbol.exp
8089 * gdb.guile/scm-symtab.exp
8090 * gdb.guile/scm-value-cc.exp
8091 * gdb.guile/types-module.exp
8092 * gdb.linespec/break-ask.exp
8093 * gdb.linespec/cpexplicit.exp
8094 * gdb.linespec/explicit.exp
8095 * gdb.linespec/keywords.exp
8096 * gdb.linespec/linespec.exp
8097 * gdb.linespec/ls-dollar.exp
8098 * gdb.linespec/ls-errs.exp
8099 * gdb.linespec/skip-two.exp
8100 * gdb.linespec/thread.exp
8101 * gdb.mi/mi-async.exp
8102 * gdb.mi/mi-basics.exp
8103 * gdb.mi/mi-break.exp
8104 * gdb.mi/mi-catch-load.exp
8105 * gdb.mi/mi-cli.exp
8106 * gdb.mi/mi-cmd-param-changed.exp
8107 * gdb.mi/mi-console.exp
8108 * gdb.mi/mi-detach.exp
8109 * gdb.mi/mi-disassemble.exp
8110 * gdb.mi/mi-eval.exp
8111 * gdb.mi/mi-file-transfer.exp
8112 * gdb.mi/mi-file.exp
8113 * gdb.mi/mi-fill-memory.exp
8114 * gdb.mi/mi-inheritance-syntax-error.exp
8115 * gdb.mi/mi-linespec-err-cp.exp
8116 * gdb.mi/mi-logging.exp
8117 * gdb.mi/mi-memory-changed.exp
8118 * gdb.mi/mi-read-memory.exp
8119 * gdb.mi/mi-record-changed.exp
8120 * gdb.mi/mi-reg-undefined.exp
8121 * gdb.mi/mi-regs.exp
8122 * gdb.mi/mi-return.exp
8123 * gdb.mi/mi-reverse.exp
8124 * gdb.mi/mi-simplerun.exp
8125 * gdb.mi/mi-solib.exp
8126 * gdb.mi/mi-stack.exp
8127 * gdb.mi/mi-stepi.exp
8128 * gdb.mi/mi-syn-frame.exp
8129 * gdb.mi/mi-until.exp
8130 * gdb.mi/mi-var-block.exp
8131 * gdb.mi/mi-var-child.exp
8132 * gdb.mi/mi-var-cmd.exp
8133 * gdb.mi/mi-var-cp.exp
8134 * gdb.mi/mi-var-display.exp
8135 * gdb.mi/mi-var-invalidate.exp
8136 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8137 * gdb.mi/mi-vla-fortran.exp
8138 * gdb.mi/mi-watch.exp
8139 * gdb.mi/mi2-var-child.exp
8140 * gdb.mi/user-selected-context-sync.exp
8141 * gdb.modula2/unbounded-array.exp
8142 * gdb.multi/dummy-frame-restore.exp
8143 * gdb.multi/multi-arch-exec.exp
8144 * gdb.multi/multi-arch.exp
8145 * gdb.multi/tids.exp
8146 * gdb.multi/watchpoint-multi.exp
8147 * gdb.opencl/callfuncs.exp
8148 * gdb.opencl/convs_casts.exp
8149 * gdb.opencl/datatypes.exp
8150 * gdb.opencl/operators.exp
8151 * gdb.opencl/vec_comps.exp
8152 * gdb.opt/clobbered-registers-O2.exp
8153 * gdb.opt/inline-break.exp
8154 * gdb.opt/inline-bt.exp
8155 * gdb.opt/inline-cmds.exp
8156 * gdb.opt/inline-locals.exp
8157 * gdb.pascal/case-insensitive-symbols.exp
8158 * gdb.pascal/floats.exp
8159 * gdb.pascal/gdb11492.exp
8160 * gdb.python/lib-types.exp
8161 * gdb.python/py-arch.exp
8162 * gdb.python/py-as-string.exp
8163 * gdb.python/py-bad-printers.exp
8164 * gdb.python/py-block.exp
8165 * gdb.python/py-breakpoint-create-fail.exp
8166 * gdb.python/py-breakpoint.exp
8167 * gdb.python/py-caller-is.exp
8168 * gdb.python/py-cmd.exp
8169 * gdb.python/py-explore-cc.exp
8170 * gdb.python/py-explore.exp
8171 * gdb.python/py-finish-breakpoint.exp
8172 * gdb.python/py-finish-breakpoint2.exp
8173 * gdb.python/py-frame-args.exp
8174 * gdb.python/py-frame-inline.exp
8175 * gdb.python/py-frame.exp
8176 * gdb.python/py-framefilter-mi.exp
8177 * gdb.python/py-infthread.exp
8178 * gdb.python/py-lazy-string.exp
8179 * gdb.python/py-linetable.exp
8180 * gdb.python/py-mi-events.exp
8181 * gdb.python/py-mi-objfile.exp
8182 * gdb.python/py-mi.exp
8183 * gdb.python/py-objfile.exp
8184 * gdb.python/py-pp-integral.exp
8185 * gdb.python/py-pp-maint.exp
8186 * gdb.python/py-pp-re-notag.exp
8187 * gdb.python/py-pp-registration.exp
8188 * gdb.python/py-recurse-unwind.exp
8189 * gdb.python/py-strfns.exp
8190 * gdb.python/py-symbol.exp
8191 * gdb.python/py-symtab.exp
8192 * gdb.python/py-sync-interp.exp
8193 * gdb.python/py-typeprint.exp
8194 * gdb.python/py-unwind-maint.exp
8195 * gdb.python/py-unwind.exp
8196 * gdb.python/py-value-cc.exp
8197 * gdb.python/py-xmethods.exp
8198 * gdb.reverse/amd64-tailcall-reverse.exp
8199 * gdb.reverse/break-precsave.exp
8200 * gdb.reverse/break-reverse.exp
8201 * gdb.reverse/consecutive-precsave.exp
8202 * gdb.reverse/consecutive-reverse.exp
8203 * gdb.reverse/finish-precsave.exp
8204 * gdb.reverse/finish-reverse-bkpt.exp
8205 * gdb.reverse/finish-reverse.exp
8206 * gdb.reverse/fstatat-reverse.exp
8207 * gdb.reverse/getresuid-reverse.exp
8208 * gdb.reverse/i386-precsave.exp
8209 * gdb.reverse/i386-reverse.exp
8210 * gdb.reverse/i386-sse-reverse.exp
8211 * gdb.reverse/i387-env-reverse.exp
8212 * gdb.reverse/i387-stack-reverse.exp
8213 * gdb.reverse/insn-reverse.exp
8214 * gdb.reverse/machinestate-precsave.exp
8215 * gdb.reverse/machinestate.exp
8216 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8217 * gdb.reverse/pipe-reverse.exp
8218 * gdb.reverse/readv-reverse.exp
8219 * gdb.reverse/recvmsg-reverse.exp
8220 * gdb.reverse/rerun-prec.exp
8221 * gdb.reverse/s390-mvcle.exp
8222 * gdb.reverse/step-precsave.exp
8223 * gdb.reverse/step-reverse.exp
8224 * gdb.reverse/time-reverse.exp
8225 * gdb.reverse/until-precsave.exp
8226 * gdb.reverse/until-reverse.exp
8227 * gdb.reverse/waitpid-reverse.exp
8228 * gdb.reverse/watch-precsave.exp
8229 * gdb.reverse/watch-reverse.exp
8230 * gdb.rust/generics.exp
8231 * gdb.rust/methods.exp
8232 * gdb.rust/modules.exp
8233 * gdb.rust/simple.exp
8234 * gdb.server/connect-with-no-symbol-file.exp
8235 * gdb.server/ext-attach.exp
8236 * gdb.server/ext-restart.exp
8237 * gdb.server/ext-wrapper.exp
8238 * gdb.server/file-transfer.exp
8239 * gdb.server/server-exec-info.exp
8240 * gdb.server/server-kill.exp
8241 * gdb.server/server-mon.exp
8242 * gdb.server/wrapper.exp
8243 * gdb.stabs/exclfwd.exp
8244 * gdb.stabs/gdb11479.exp
8245 * gdb.threads/clone-new-thread-event.exp
8246 * gdb.threads/corethreads.exp
8247 * gdb.threads/current-lwp-dead.exp
8248 * gdb.threads/dlopen-libpthread.exp
8249 * gdb.threads/gcore-thread.exp
8250 * gdb.threads/sigstep-threads.exp
8251 * gdb.threads/watchpoint-fork.exp
8252 * gdb.trace/actions-changed.exp
8253 * gdb.trace/backtrace.exp
8254 * gdb.trace/change-loc.exp
8255 * gdb.trace/circ.exp
8256 * gdb.trace/collection.exp
8257 * gdb.trace/disconnected-tracing.exp
8258 * gdb.trace/ftrace.exp
8259 * gdb.trace/mi-trace-frame-collected.exp
8260 * gdb.trace/mi-trace-unavailable.exp
8261 * gdb.trace/mi-traceframe-changed.exp
8262 * gdb.trace/mi-tsv-changed.exp
8263 * gdb.trace/no-attach-trace.exp
8264 * gdb.trace/passc-dyn.exp
8265 * gdb.trace/qtro.exp
8266 * gdb.trace/range-stepping.exp
8267 * gdb.trace/read-memory.exp
8268 * gdb.trace/save-trace.exp
8269 * gdb.trace/signal.exp
8270 * gdb.trace/status-stop.exp
8271 * gdb.trace/tfile.exp
8272 * gdb.trace/trace-break.exp
8273 * gdb.trace/trace-buffer-size.exp
8274 * gdb.trace/trace-condition.exp
8275 * gdb.trace/tracefile-pseudo-reg.exp
8276 * gdb.trace/tstatus.exp
8277 * gdb.trace/unavailable.exp
8278 * gdb.trace/while-dyn.exp
8279 * gdb.trace/while-stepping.exp
8280
34c41c68
DE
82812016-12-22 Doug Evans <xdje42@gmail.com>
8282
8283 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8284 and msymbols.
8285
16e69324
YQ
82862016-12-19 Yao Qi <yao.qi@linaro.org>
8287
8288 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8289 (test_with_self): Don't call do_steps_and_nexts, and remove
8290 code about stepping into xmalloc.
8291
f94f411b
YQ
82922016-12-09 Yao Qi <yao.qi@linaro.org>
8293
8294 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8295
82962016-12-09 Yao Qi <yao.qi@linaro.org>
8297
8298 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8299
f1b5deee
PA
83002016-12-09 Pedro Alves <palves@redhat.com>
8301
8302 * gdb.base/all-architectures-0.exp: New file.
8303 * gdb.base/all-architectures-1.exp: New file.
8304 * gdb.base/all-architectures-2.exp: New file.
8305 * gdb.base/all-architectures-3.exp: New file.
8306 * gdb.base/all-architectures-4.exp: New file.
8307 * gdb.base/all-architectures-5.exp: New file.
8308 * gdb.base/all-architectures-6.exp: New file.
8309 * gdb.base/all-architectures-7.exp: New file.
8310 * gdb.base/all-architectures.exp.in: New file.
8311
364ca42e
YQ
83122016-12-09 Yao Qi <yao.qi@linaro.org>
8313
8314 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8315
107c2d62
LM
83162016-12-02 Luis Machado <lgustavo@codesourcery.com>
8317
8318 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8319 possible.
8320 Remove useless pattern-matching code.
8321
df3ee9ca
PA
83222016-12-02 Pedro Alves <palves@redhat.com>
8323
8324 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8325 procedure.
8326 (top level): Call it.
8327
ec835369
PA
83282016-12-02 Pedro Alves <palves@redhat.com>
8329
8330 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8331 New procedure.
8332 (top level): Call it.
8333
01770bbd
PA
83342016-12-02 Pedro Alves <palves@redhat.com>
8335
8336 PR cli/20559
8337 * gdb.base/commands.exp (user_defined_command_args_eval): New
8338 procedure.
8339 (top level): Call it.
8340
008459ea
LM
83412016-12-02 Luis Machado <lgustavo@codesourcery.com>
8342
8343 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8344 timeout handling.
8345
0c1b455e
TT
83462016-12-02 Tom Tromey <tom@tromey.com>
8347
8348 * gdb.dwarf2/main-subprogram.c: New file.
8349 * gdb.dwarf2/main-subprogram.exp: New file.
8350
018572b8
LM
83512016-12-01 Luis Machado <lgustavo@codesourcery.com>
8352
8353 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8354 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8355 gdb_test_no_output for a couple of cases.
8356 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8357
84c93cd5
LM
83582016-12-01 Luis Machado <lgustavo@codesourcery.com>
8359
8360 Fix test names and standardize compilation error messages throughout
8361 the following files:
8362
8363 * gdb.ada/start.exp
8364 * gdb.arch/alpha-step.exp
8365 * gdb.arch/e500-prologue.exp
8366 * gdb.arch/ftrace-insn-reloc.exp
8367 * gdb.arch/gdb1291.exp
8368 * gdb.arch/gdb1431.exp
8369 * gdb.arch/gdb1558.exp
8370 * gdb.arch/i386-dr3-watch.exp
8371 * gdb.arch/i386-sse-stack-align.exp
8372 * gdb.arch/ia64-breakpoint-shadow.exp
8373 * gdb.arch/pa-nullify.exp
8374 * gdb.arch/powerpc-aix-prologue.exp
8375 * gdb.arch/thumb-bx-pc.exp
8376 * gdb.base/annota1.exp
8377 * gdb.base/annota3.exp
8378 * gdb.base/arrayidx.exp
8379 * gdb.base/assign.exp
8380 * gdb.base/attach.exp
8381 * gdb.base/auxv.exp
8382 * gdb.base/bang.exp
8383 * gdb.base/bfp-test.exp
8384 * gdb.base/bigcore.exp
8385 * gdb.base/bitfields2.exp
8386 * gdb.base/break-fun-addr.exp
8387 * gdb.base/break-probes.exp
8388 * gdb.base/call-rt-st.exp
8389 * gdb.base/callexit.exp
8390 * gdb.base/catch-fork-kill.exp
8391 * gdb.base/charset.exp
8392 * gdb.base/checkpoint.exp
8393 * gdb.base/comprdebug.exp
8394 * gdb.base/constvars.exp
8395 * gdb.base/coredump-filter.exp
8396 * gdb.base/cursal.exp
8397 * gdb.base/cvexpr.exp
8398 * gdb.base/detach.exp
8399 * gdb.base/display.exp
8400 * gdb.base/dmsym.exp
8401 * gdb.base/dprintf-pending.exp
8402 * gdb.base/dso2dso.exp
8403 * gdb.base/dtrace-probe.exp
8404 * gdb.base/dump.exp
8405 * gdb.base/enum_cond.exp
8406 * gdb.base/exe-lock.exp
8407 * gdb.base/exec-invalid-sysroot.exp
8408 * gdb.base/execl-update-breakpoints.exp
8409 * gdb.base/exprs.exp
8410 * gdb.base/fileio.exp
8411 * gdb.base/find.exp
8412 * gdb.base/finish.exp
8413 * gdb.base/fixsection.exp
8414 * gdb.base/foll-vfork.exp
8415 * gdb.base/frame-args.exp
8416 * gdb.base/gcore.exp
8417 * gdb.base/gdb1250.exp
8418 * gdb.base/global-var-nested-by-dso.exp
8419 * gdb.base/gnu-ifunc.exp
8420 * gdb.base/hashline1.exp
8421 * gdb.base/hashline2.exp
8422 * gdb.base/hashline3.exp
8423 * gdb.base/hbreak-in-shr-unsupported.exp
8424 * gdb.base/huge.exp
8425 * gdb.base/infcall-input.exp
8426 * gdb.base/info-fun.exp
8427 * gdb.base/info-shared.exp
8428 * gdb.base/jit-simple.exp
8429 * gdb.base/jit-so.exp
8430 * gdb.base/jit.exp
8431 * gdb.base/jump.exp
8432 * gdb.base/label.exp
8433 * gdb.base/lineinc.exp
8434 * gdb.base/logical.exp
8435 * gdb.base/longjmp.exp
8436 * gdb.base/macscp.exp
8437 * gdb.base/miscexprs.exp
8438 * gdb.base/new-ui-echo.exp
8439 * gdb.base/new-ui-pending-input.exp
8440 * gdb.base/new-ui.exp
8441 * gdb.base/nodebug.exp
8442 * gdb.base/nofield.exp
8443 * gdb.base/offsets.exp
8444 * gdb.base/overlays.exp
8445 * gdb.base/pending.exp
8446 * gdb.base/pointers.exp
8447 * gdb.base/pr11022.exp
8448 * gdb.base/printcmds.exp
8449 * gdb.base/prologue.exp
8450 * gdb.base/ptr-typedef.exp
8451 * gdb.base/realname-expand.exp
8452 * gdb.base/relativedebug.exp
8453 * gdb.base/relocate.exp
8454 * gdb.base/remote.exp
8455 * gdb.base/reread.exp
8456 * gdb.base/return2.exp
8457 * gdb.base/savedregs.exp
8458 * gdb.base/sep.exp
8459 * gdb.base/sepdebug.exp
8460 * gdb.base/sepsymtab.exp
8461 * gdb.base/set-inferior-tty.exp
8462 * gdb.base/setshow.exp
8463 * gdb.base/shlib-call.exp
8464 * gdb.base/sigaltstack.exp
8465 * gdb.base/siginfo-addr.exp
8466 * gdb.base/signals.exp
8467 * gdb.base/signull.exp
8468 * gdb.base/sigrepeat.exp
8469 * gdb.base/so-impl-ld.exp
8470 * gdb.base/solib-display.exp
8471 * gdb.base/solib-overlap.exp
8472 * gdb.base/solib-search.exp
8473 * gdb.base/solib-symbol.exp
8474 * gdb.base/structs.exp
8475 * gdb.base/structs2.exp
8476 * gdb.base/symtab-search-order.exp
8477 * gdb.base/twice.exp
8478 * gdb.base/unload.exp
8479 * gdb.base/varargs.exp
8480 * gdb.base/watchpoint-solib.exp
8481 * gdb.base/watchpoint.exp
8482 * gdb.base/whatis.exp
8483 * gdb.base/wrong_frame_bt_full.exp
8484 * gdb.btrace/dlopen.exp
8485 * gdb.cell/ea-standalone.exp
8486 * gdb.cell/ea-test.exp
8487 * gdb.cp/dispcxx.exp
8488 * gdb.cp/gdb2384.exp
8489 * gdb.cp/method2.exp
8490 * gdb.cp/nextoverthrow.exp
8491 * gdb.cp/pr10728.exp
8492 * gdb.disasm/am33.exp
8493 * gdb.disasm/h8300s.exp
8494 * gdb.disasm/mn10300.exp
8495 * gdb.disasm/sh3.exp
8496 * gdb.dwarf2/dw2-dir-file-name.exp
8497 * gdb.fortran/complex.exp
8498 * gdb.fortran/library-module.exp
8499 * gdb.guile/scm-pretty-print.exp
8500 * gdb.guile/scm-symbol.exp
8501 * gdb.guile/scm-type.exp
8502 * gdb.guile/scm-value.exp
8503 * gdb.linespec/linespec.exp
8504 * gdb.mi/gdb701.exp
8505 * gdb.mi/gdb792.exp
8506 * gdb.mi/mi-breakpoint-changed.exp
8507 * gdb.mi/mi-dprintf-pending.exp
8508 * gdb.mi/mi-dprintf.exp
8509 * gdb.mi/mi-exit-code.exp
8510 * gdb.mi/mi-pending.exp
8511 * gdb.mi/mi-solib.exp
8512 * gdb.mi/new-ui-mi-sync.exp
8513 * gdb.mi/pr11022.exp
8514 * gdb.mi/user-selected-context-sync.exp
8515 * gdb.opt/solib-intra-step.exp
8516 * gdb.python/py-events.exp
8517 * gdb.python/py-finish-breakpoint.exp
8518 * gdb.python/py-mi.exp
8519 * gdb.python/py-prettyprint.exp
8520 * gdb.python/py-shared.exp
8521 * gdb.python/py-symbol.exp
8522 * gdb.python/py-template.exp
8523 * gdb.python/py-type.exp
8524 * gdb.python/py-value.exp
8525 * gdb.reverse/solib-precsave.exp
8526 * gdb.reverse/solib-reverse.exp
8527 * gdb.server/solib-list.exp
8528 * gdb.stabs/weird.exp
8529 * gdb.threads/reconnect-signal.exp
8530 * gdb.threads/stepi-random-signal.exp
8531 * gdb.trace/actions.exp
8532 * gdb.trace/ax.exp
8533 * gdb.trace/backtrace.exp
8534 * gdb.trace/change-loc.exp
8535 * gdb.trace/deltrace.exp
8536 * gdb.trace/ftrace-lock.exp
8537 * gdb.trace/ftrace.exp
8538 * gdb.trace/infotrace.exp
8539 * gdb.trace/mi-tracepoint-changed.exp
8540 * gdb.trace/packetlen.exp
8541 * gdb.trace/passcount.exp
8542 * gdb.trace/pending.exp
8543 * gdb.trace/range-stepping.exp
8544 * gdb.trace/report.exp
8545 * gdb.trace/stap-trace.exp
8546 * gdb.trace/tfind.exp
8547 * gdb.trace/trace-break.exp
8548 * gdb.trace/trace-condition.exp
8549 * gdb.trace/trace-enable-disable.exp
8550 * gdb.trace/trace-mt.exp
8551 * gdb.trace/tracecmd.exp
8552 * gdb.trace/tspeed.exp
8553 * gdb.trace/tsv.exp
8554 * lib/perftest.exp
8555
fb9feb35
LM
85562016-12-01 Luis Machado <lgustavo@codesourcery.com>
8557
8558 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8559 with gdb_test_no_output.
8560 Use command as test name.
8561
cd2ddb6c
LM
85622016-12-01 Luis Machado <lgustavo@codesourcery.com>
8563
8564 Fix test names starting with uppercase throughout the files.
8565
8566 * gdb.ada/assign_1.exp
8567 * gdb.ada/boolean_expr.exp
8568 * gdb.base/arrayidx.exp
8569 * gdb.base/del.exp
8570 * gdb.base/gcore-buffer-overflow.exp
8571 * gdb.base/testenv.exp
8572 * gdb.compile/compile.exp
8573 * gdb.python/py-framefilter-invalidarg.exp
8574 * gdb.python/py-framefilter.exp
8575
bb95117e
LM
85762016-12-01 Luis Machado <lgustavo@codesourcery.com>
8577
8578 Fix test names starting with uppercase throughout the files.
8579
8580 * gdb.ada/array_return.exp
8581 * gdb.ada/expr_delims.exp
8582 * gdb.ada/mi_dyn_arr.exp
8583 * gdb.ada/mi_interface.exp
8584 * gdb.ada/mi_var_array.exp
8585 * gdb.ada/watch_arg.exp
8586 * gdb.arch/alpha-step.exp
8587 * gdb.arch/altivec-regs.exp
8588 * gdb.arch/e500-regs.exp
8589 * gdb.arch/powerpc-d128-regs.exp
8590 * gdb.base/arrayidx.exp
8591 * gdb.base/break.exp
8592 * gdb.base/checkpoint.exp
8593 * gdb.base/debug-expr.exp
8594 * gdb.base/dmsym.exp
8595 * gdb.base/radix.exp
8596 * gdb.base/sepdebug.exp
8597 * gdb.base/testenv.exp
8598 * gdb.base/watch_thread_num.exp
8599 * gdb.base/watchpoint-cond-gone.exp
8600 * gdb.cell/break.exp
8601 * gdb.cell/ea-cache.exp
8602 * gdb.compile/compile.exp
8603 * gdb.cp/gdb2495.exp
8604 * gdb.gdb/selftest.exp
8605 * gdb.gdb/xfullpath.exp
8606 * gdb.go/hello.exp
8607 * gdb.go/integers.exp
8608 * gdb.objc/basicclass.exp
8609 * gdb.pascal/hello.exp
8610 * gdb.pascal/integers.exp
8611 * gdb.python/py-breakpoint.exp
8612 * gdb.python/py-cmd.exp
8613 * gdb.python/py-linetable.exp
8614 * gdb.python/py-xmethods.exp
8615 * gdb.python/python.exp
8616 * gdb.reverse/consecutive-precsave.exp
8617 * gdb.reverse/finish-precsave.exp
8618 * gdb.reverse/i386-precsave.exp
8619 * gdb.reverse/machinestate-precsave.exp
8620 * gdb.reverse/sigall-precsave.exp
8621 * gdb.reverse/solib-precsave.exp
8622 * gdb.reverse/step-precsave.exp
8623 * gdb.reverse/until-precsave.exp
8624 * gdb.reverse/watch-precsave.exp
8625 * gdb.threads/leader-exit.exp
8626 * gdb.threads/pthreads.exp
8627 * gdb.threads/wp-replication.exp
8628 * gdb.trace/actions.exp
8629 * gdb.trace/mi-tsv-changed.exp
8630 * gdb.trace/tsv.exp
8631
de97fdd4
LM
86322016-12-01 Luis Machado <lgustavo@codesourcery.com>
8633
8634 Fix test names starting with uppercase throughout the files.
8635
8636 * gdb.arch/i386-bp_permanent.exp
8637 * gdb.arch/i386-gnu-cfi.exp
8638 * gdb.base/disasm-end-cu.exp
8639 * gdb.base/macscp.exp
8640 * gdb.base/pending.exp
8641 * gdb.base/watch_thread_num.exp
8642 * gdb.cp/exception.exp
8643 * gdb.cp/gdb2495.exp
8644 * gdb.cp/local.exp
8645 * gdb.python/py-evsignal.exp
8646 * gdb.python/python.exp
8647 * gdb.trace/tracecmd.exp
8648
9f058c10
LM
86492016-12-01 Luis Machado <lgustavo@codesourcery.com>
8650
8651 Fix test names starting with uppercase throughout the files.
8652
8653 * gdb.base/charset.exp
8654 * gdb.base/eval.exp
8655 * gdb.base/multi-forks.exp
8656 * gdb.guile/scm-progspace.exp
8657 * gdb.opencl/datatypes.exp
8658 * gdb.python/py-block.exp
8659 * gdb.python/py-function.exp
8660 * gdb.python/py-symbol.exp
8661 * gdb.python/py-symtab.exp
8662 * gdb.python/py-xmethods.exp
8663 * gdb.reverse/break-precsave.exp
8664 * gdb.reverse/break-reverse.exp
8665 * gdb.reverse/consecutive-precsave.exp
8666 * gdb.reverse/consecutive-reverse.exp
8667 * gdb.reverse/finish-precsave.exp
8668 * gdb.reverse/finish-reverse-bkpt.exp
8669 * gdb.reverse/finish-reverse.exp
8670 * gdb.reverse/fstatat-reverse.exp
8671 * gdb.reverse/getresuid-reverse.exp
8672 * gdb.reverse/i386-precsave.exp
8673 * gdb.reverse/i386-reverse.exp
8674 * gdb.reverse/i386-sse-reverse.exp
8675 * gdb.reverse/i387-stack-reverse.exp
8676 * gdb.reverse/insn-reverse.exp
8677 * gdb.reverse/machinestate-precsave.exp
8678 * gdb.reverse/machinestate.exp
8679 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8680 * gdb.reverse/pipe-reverse.exp
8681 * gdb.reverse/readv-reverse.exp
8682 * gdb.reverse/recvmsg-reverse.exp
8683 * gdb.reverse/rerun-prec.exp
8684 * gdb.reverse/s390-mvcle.exp
8685 * gdb.reverse/sigall-precsave.exp
8686 * gdb.reverse/sigall-reverse.exp
8687 * gdb.reverse/solib-precsave.exp
8688 * gdb.reverse/solib-reverse.exp
8689 * gdb.reverse/step-precsave.exp
8690 * gdb.reverse/step-reverse.exp
8691 * gdb.reverse/time-reverse.exp
8692 * gdb.reverse/until-precsave.exp
8693 * gdb.reverse/until-reverse.exp
8694 * gdb.reverse/waitpid-reverse.exp
8695 * gdb.reverse/watch-precsave.exp
8696 * gdb.reverse/watch-reverse.exp
8697
cdc7edd7
LM
86982016-12-01 Luis Machado <lgustavo@codesourcery.com>
8699
8700 Fix test names starting with uppercase throughout the files.
8701
8702 * gdb.arch/i386-mpx-simple_segv.exp
8703 * gdb.arch/i386-mpx.exp
8704 * gdb.arch/i386-permbkpt.exp
8705 * gdb.arch/pa-nullify.exp
8706 * gdb.arch/powerpc-d128-regs.exp
8707 * gdb.arch/vsx-regs.exp
8708 * gdb.base/bfp-test.exp
8709 * gdb.base/break.exp
8710 * gdb.base/breakpoint-shadow.exp
8711 * gdb.base/callfuncs.exp
8712 * gdb.base/charset.exp
8713 * gdb.base/commands.exp
8714 * gdb.base/completion.exp
8715 * gdb.base/dfp-test.exp
8716 * gdb.base/echo.exp
8717 * gdb.base/ending-run.exp
8718 * gdb.base/eval.exp
8719 * gdb.base/expand-psymtabs.exp
8720 * gdb.base/float128.exp
8721 * gdb.base/floatn.exp
8722 * gdb.base/foll-exec-mode.exp
8723 * gdb.base/gdb1056.exp
8724 * gdb.base/gdb11531.exp
8725 * gdb.base/kill-after-signal.exp
8726 * gdb.base/multi-forks.exp
8727 * gdb.base/overlays.exp
8728 * gdb.base/pending.exp
8729 * gdb.base/sepdebug.exp
8730 * gdb.base/testenv.exp
8731 * gdb.base/valgrind-db-attach.exp
8732 * gdb.base/watch_thread_num.exp
8733 * gdb.base/watchpoint-cond-gone.exp
8734 * gdb.base/watchpoint.exp
8735 * gdb.base/watchpoints.exp
8736 * gdb.cp/arg-reference.exp
8737 * gdb.cp/baseenum.exp
8738 * gdb.cp/operator.exp
8739 * gdb.cp/shadow.exp
8740 * gdb.dwarf2/dw2-op-out-param.exp
8741 * gdb.dwarf2/dw2-reg-undefined.exp
8742 * gdb.go/chan.exp
8743 * gdb.go/hello.exp
8744 * gdb.go/integers.exp
8745 * gdb.go/methods.exp
8746 * gdb.go/package.exp
8747 * gdb.guile/scm-parameter.exp
8748 * gdb.guile/scm-progspace.exp
8749 * gdb.guile/scm-value.exp
8750 * gdb.mi/mi-pending.exp
8751 * gdb.mi/user-selected-context-sync.exp
8752 * gdb.multi/multi-attach.exp
8753 * gdb.multi/tids.exp
8754 * gdb.opt/clobbered-registers-O2.exp
8755 * gdb.pascal/floats.exp
8756 * gdb.pascal/integers.exp
8757 * gdb.python/py-block.exp
8758 * gdb.python/py-events.exp
8759 * gdb.python/py-parameter.exp
8760 * gdb.python/py-symbol.exp
8761 * gdb.python/py-symtab.exp
8762 * gdb.python/py-type.exp
8763 * gdb.python/py-value.exp
8764 * gdb.python/py-xmethods.exp
8765 * gdb.python/python.exp
8766 * gdb.reverse/break-precsave.exp
8767 * gdb.reverse/consecutive-precsave.exp
8768 * gdb.reverse/finish-precsave.exp
8769 * gdb.reverse/i386-precsave.exp
8770 * gdb.reverse/machinestate-precsave.exp
8771 * gdb.reverse/sigall-precsave.exp
8772 * gdb.reverse/solib-precsave.exp
8773 * gdb.reverse/step-precsave.exp
8774 * gdb.reverse/until-precsave.exp
8775 * gdb.reverse/watch-precsave.exp
8776 * gdb.server/ext-attach.exp
8777 * gdb.server/ext-restart.exp
8778 * gdb.server/ext-run.exp
8779 * gdb.server/ext-wrapper.exp
8780 * gdb.stabs/gdb11479.exp
8781 * gdb.stabs/weird.exp
8782 * gdb.threads/attach-many-short-lived-threads.exp
8783 * gdb.threads/kill.exp
8784 * gdb.threads/watchpoint-fork.exp
8785
bc6c7af4
LM
87862016-12-01 Luis Machado <lgustavo@codesourcery.com>
8787
8788 Fix test names starting with uppercase throughout all the files below.
8789
8790 * gdb.ada/array_return.exp
8791 * gdb.ada/catch_ex.exp
8792 * gdb.ada/info_exc.exp
8793 * gdb.ada/mi_catch_ex.exp
8794 * gdb.ada/mi_dyn_arr.exp
8795 * gdb.ada/mi_ex_cond.exp
8796 * gdb.ada/mi_exc_info.exp
8797 * gdb.ada/mi_interface.exp
8798 * gdb.ada/mi_task_arg.exp
8799 * gdb.ada/mi_task_info.exp
8800 * gdb.ada/mi_var_array.exp
8801 * gdb.arch/alpha-step.exp
8802 * gdb.arch/amd64-disp-step.exp
8803 * gdb.arch/arm-disp-step.exp
8804 * gdb.arch/disp-step-insn-reloc.exp
8805 * gdb.arch/e500-prologue.exp
8806 * gdb.arch/ftrace-insn-reloc.exp
8807 * gdb.arch/gdb1558.exp
8808 * gdb.arch/i386-bp_permanent.exp
8809 * gdb.arch/i386-disp-step.exp
8810 * gdb.arch/i386-float.exp
8811 * gdb.arch/i386-gnu-cfi.exp
8812 * gdb.arch/ia64-breakpoint-shadow.exp
8813 * gdb.arch/mips16-thunks.exp
8814 * gdb.arch/pa-nullify.exp
8815 * gdb.arch/powerpc-aix-prologue.exp
8816 * gdb.arch/powerpc-power.exp
8817 * gdb.arch/ppc-dfp.exp
8818 * gdb.arch/s390-tdbregs.exp
8819 * gdb.arch/spu-info.exp
8820 * gdb.arch/spu-ls.exp
8821 * gdb.arch/thumb-bx-pc.exp
8822 * gdb.base/advance.exp
8823 * gdb.base/annota-input-while-running.exp
8824 * gdb.base/arrayidx.exp
8825 * gdb.base/asmlabel.exp
8826 * gdb.base/async.exp
8827 * gdb.base/attach-wait-input.exp
8828 * gdb.base/auto-connect-native-target.exp
8829 * gdb.base/batch-preserve-term-settings.exp
8830 * gdb.base/bfp-test.exp
8831 * gdb.base/bigcore.exp
8832 * gdb.base/bp-permanent.exp
8833 * gdb.base/break-always.exp
8834 * gdb.base/break-fun-addr.exp
8835 * gdb.base/break-idempotent.exp
8836 * gdb.base/break-main-file-remove-fail.exp
8837 * gdb.base/break-probes.exp
8838 * gdb.base/break-unload-file.exp
8839 * gdb.base/break.exp
8840 * gdb.base/call-ar-st.exp
8841 * gdb.base/call-rt-st.exp
8842 * gdb.base/call-sc.exp
8843 * gdb.base/call-signal-resume.exp
8844 * gdb.base/call-strs.exp
8845 * gdb.base/callexit.exp
8846 * gdb.base/callfuncs.exp
8847 * gdb.base/catch-gdb-caused-signals.exp
8848 * gdb.base/catch-signal-siginfo-cond.exp
8849 * gdb.base/catch-syscall.exp
8850 * gdb.base/compare-sections.exp
8851 * gdb.base/cond-eval-mode.exp
8852 * gdb.base/condbreak-call-false.exp
8853 * gdb.base/consecutive-step-over.exp
8854 * gdb.base/cursal.exp
8855 * gdb.base/disabled-location.exp
8856 * gdb.base/disasm-end-cu.exp
8857 * gdb.base/display.exp
8858 * gdb.base/double-prompt-target-event-error.exp
8859 * gdb.base/dprintf-bp-same-addr.exp
8860 * gdb.base/dprintf-detach.exp
8861 * gdb.base/dprintf-next.exp
8862 * gdb.base/dprintf-non-stop.exp
8863 * gdb.base/dprintf-pending.exp
8864 * gdb.base/dso2dso.exp
8865 * gdb.base/ending-run.exp
8866 * gdb.base/enum_cond.exp
8867 * gdb.base/examine-backward.exp
8868 * gdb.base/exe-lock.exp
8869 * gdb.base/exec-invalid-sysroot.exp
8870 * gdb.base/execl-update-breakpoints.exp
8871 * gdb.base/execution-termios.exp
8872 * gdb.base/fileio.exp
8873 * gdb.base/fixsection.exp
8874 * gdb.base/foll-exec-mode.exp
8875 * gdb.base/foll-exec.exp
8876 * gdb.base/fork-running-state.exp
8877 * gdb.base/frame-args.exp
8878 * gdb.base/fullpath-expand.exp
8879 * gdb.base/func-ptr.exp
8880 * gdb.base/gcore-relro-pie.exp
8881 * gdb.base/gdb1090.exp
8882 * gdb.base/gdb1555.exp
8883 * gdb.base/global-var-nested-by-dso.exp
8884 * gdb.base/gnu-ifunc.exp
8885 * gdb.base/hbreak-in-shr-unsupported.exp
8886 * gdb.base/hbreak-unmapped.exp
8887 * gdb.base/hook-stop.exp
8888 * gdb.base/infcall-input.exp
8889 * gdb.base/info-fun.exp
8890 * gdb.base/info-shared.exp
8891 * gdb.base/interrupt-noterm.exp
8892 * gdb.base/jit-so.exp
8893 * gdb.base/jit.exp
8894 * gdb.base/line-symtabs.exp
8895 * gdb.base/list.exp
8896 * gdb.base/longjmp.exp
8897 * gdb.base/macscp.exp
8898 * gdb.base/max-value-size.exp
8899 * gdb.base/nodebug.exp
8900 * gdb.base/nofield.exp
8901 * gdb.base/overlays.exp
8902 * gdb.base/paginate-after-ctrl-c-running.exp
8903 * gdb.base/paginate-bg-execution.exp
8904 * gdb.base/paginate-inferior-exit.exp
8905 * gdb.base/pending.exp
8906 * gdb.base/pr11022.exp
8907 * gdb.base/printcmds.exp
8908 * gdb.base/ptr-typedef.exp
8909 * gdb.base/ptype.exp
8910 * gdb.base/randomize.exp
8911 * gdb.base/range-stepping.exp
8912 * gdb.base/realname-expand.exp
8913 * gdb.base/relativedebug.exp
8914 * gdb.base/remote.exp
8915 * gdb.base/savedregs.exp
8916 * gdb.base/sepdebug.exp
8917 * gdb.base/set-noassign.exp
8918 * gdb.base/shlib-call.exp
8919 * gdb.base/shreloc.exp
8920 * gdb.base/sigaltstack.exp
8921 * gdb.base/sigbpt.exp
8922 * gdb.base/siginfo-addr.exp
8923 * gdb.base/siginfo-obj.exp
8924 * gdb.base/siginfo-thread.exp
8925 * gdb.base/signest.exp
8926 * gdb.base/signull.exp
8927 * gdb.base/sigrepeat.exp
8928 * gdb.base/skip.exp
8929 * gdb.base/so-impl-ld.exp
8930 * gdb.base/solib-corrupted.exp
8931 * gdb.base/solib-disc.exp
8932 * gdb.base/solib-display.exp
8933 * gdb.base/solib-overlap.exp
8934 * gdb.base/solib-search.exp
8935 * gdb.base/solib-symbol.exp
8936 * gdb.base/source-execution.exp
8937 * gdb.base/sss-bp-on-user-bp-2.exp
8938 * gdb.base/sss-bp-on-user-bp.exp
8939 * gdb.base/stack-checking.exp
8940 * gdb.base/stale-infcall.exp
8941 * gdb.base/step-break.exp
8942 * gdb.base/step-line.exp
8943 * gdb.base/step-over-exit.exp
8944 * gdb.base/step-test.exp
8945 * gdb.base/structs.exp
8946 * gdb.base/sym-file.exp
8947 * gdb.base/symtab-search-order.exp
8948 * gdb.base/term.exp
8949 * gdb.base/type-opaque.exp
8950 * gdb.base/unload.exp
8951 * gdb.base/until-nodebug.exp
8952 * gdb.base/until.exp
8953 * gdb.base/unwindonsignal.exp
8954 * gdb.base/watch-cond.exp
8955 * gdb.base/watch-non-mem.exp
8956 * gdb.base/watch_thread_num.exp
8957 * gdb.base/watchpoint-reuse-slot.exp
8958 * gdb.base/watchpoint-solib.exp
8959 * gdb.base/watchpoint.exp
8960 * gdb.btrace/dlopen.exp
8961 * gdb.cell/arch.exp
8962 * gdb.cell/break.exp
8963 * gdb.cell/bt.exp
8964 * gdb.cell/core.exp
8965 * gdb.cell/data.exp
8966 * gdb.cell/dwarfaddr.exp
8967 * gdb.cell/ea-cache.exp
8968 * gdb.cell/ea-standalone.exp
8969 * gdb.cell/ea-test.exp
8970 * gdb.cell/f-regs.exp
8971 * gdb.cell/fork.exp
8972 * gdb.cell/gcore.exp
8973 * gdb.cell/mem-access.exp
8974 * gdb.cell/ptype.exp
8975 * gdb.cell/registers.exp
8976 * gdb.cell/sizeof.exp
8977 * gdb.cell/solib-symbol.exp
8978 * gdb.cell/solib.exp
8979 * gdb.compile/compile-tls.exp
8980 * gdb.cp/exception.exp
8981 * gdb.cp/gdb2495.exp
8982 * gdb.cp/local.exp
8983 * gdb.cp/mb-inline.exp
8984 * gdb.cp/mb-templates.exp
8985 * gdb.cp/pr10687.exp
8986 * gdb.cp/pr9167.exp
8987 * gdb.cp/scope-err.exp
8988 * gdb.cp/templates.exp
8989 * gdb.cp/virtfunc.exp
8990 * gdb.dwarf2/dw2-dir-file-name.exp
8991 * gdb.dwarf2/dw2-single-line-discriminators.exp
8992 * gdb.fortran/complex.exp
8993 * gdb.fortran/library-module.exp
8994 * gdb.guile/guile.exp
8995 * gdb.guile/scm-cmd.exp
8996 * gdb.guile/scm-frame-inline.exp
8997 * gdb.guile/scm-objfile.exp
8998 * gdb.guile/scm-pretty-print.exp
8999 * gdb.guile/scm-symbol.exp
9000 * gdb.guile/scm-type.exp
9001 * gdb.guile/scm-value.exp
9002 * gdb.linespec/keywords.exp
9003 * gdb.linespec/ls-errs.exp
9004 * gdb.linespec/macro-relative.exp
9005 * gdb.linespec/thread.exp
9006 * gdb.mi/mi-breakpoint-changed.exp
9007 * gdb.mi/mi-dprintf-pending.exp
9008 * gdb.mi/mi-fullname-deleted.exp
9009 * gdb.mi/mi-logging.exp
9010 * gdb.mi/mi-pending.exp
9011 * gdb.mi/mi-solib.exp
9012 * gdb.mi/new-ui-mi-sync.exp
9013 * gdb.mi/user-selected-context-sync.exp
9014 * gdb.multi/dummy-frame-restore.exp
9015 * gdb.multi/multi-arch-exec.exp
9016 * gdb.multi/remove-inferiors.exp
9017 * gdb.multi/watchpoint-multi-exit.exp
9018 * gdb.opt/solib-intra-step.exp
9019 * gdb.perf/backtrace.exp
9020 * gdb.perf/single-step.exp
9021 * gdb.perf/skip-command.exp
9022 * gdb.perf/skip-prologue.exp
9023 * gdb.perf/solib.exp
9024 * gdb.python/lib-types.exp
9025 * gdb.python/py-as-string.exp
9026 * gdb.python/py-bad-printers.exp
9027 * gdb.python/py-block.exp
9028 * gdb.python/py-breakpoint.exp
9029 * gdb.python/py-cmd.exp
9030 * gdb.python/py-events.exp
9031 * gdb.python/py-evthreads.exp
9032 * gdb.python/py-finish-breakpoint.exp
9033 * gdb.python/py-finish-breakpoint2.exp
9034 * gdb.python/py-frame-inline.exp
9035 * gdb.python/py-frame.exp
9036 * gdb.python/py-inferior.exp
9037 * gdb.python/py-infthread.exp
9038 * gdb.python/py-mi.exp
9039 * gdb.python/py-objfile.exp
9040 * gdb.python/py-pp-maint.exp
9041 * gdb.python/py-pp-registration.exp
9042 * gdb.python/py-prettyprint.exp
9043 * gdb.python/py-recurse-unwind.exp
9044 * gdb.python/py-shared.exp
9045 * gdb.python/py-symbol.exp
9046 * gdb.python/py-symtab.exp
9047 * gdb.python/py-template.exp
9048 * gdb.python/py-type.exp
9049 * gdb.python/py-unwind-maint.exp
9050 * gdb.python/py-unwind.exp
9051 * gdb.python/py-value.exp
9052 * gdb.python/python.exp
9053 * gdb.reverse/finish-reverse-bkpt.exp
9054 * gdb.reverse/insn-reverse.exp
9055 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9056 * gdb.reverse/solib-precsave.exp
9057 * gdb.reverse/solib-reverse.exp
9058 * gdb.stabs/gdb11479.exp
9059 * gdb.stabs/weird.exp
9060 * gdb.threads/fork-child-threads.exp
9061 * gdb.threads/fork-plus-threads.exp
9062 * gdb.threads/fork-thread-pending.exp
9063 * gdb.threads/forking-threads-plus-breakpoint.exp
9064 * gdb.threads/hand-call-in-threads.exp
9065 * gdb.threads/interrupted-hand-call.exp
9066 * gdb.threads/linux-dp.exp
9067 * gdb.threads/local-watch-wrong-thread.exp
9068 * gdb.threads/next-while-other-thread-longjmps.exp
9069 * gdb.threads/non-ldr-exit.exp
9070 * gdb.threads/pending-step.exp
9071 * gdb.threads/print-threads.exp
9072 * gdb.threads/process-dies-while-detaching.exp
9073 * gdb.threads/process-dies-while-handling-bp.exp
9074 * gdb.threads/pthreads.exp
9075 * gdb.threads/queue-signal.exp
9076 * gdb.threads/reconnect-signal.exp
9077 * gdb.threads/signal-command-handle-nopass.exp
9078 * gdb.threads/signal-command-multiple-signals-pending.exp
9079 * gdb.threads/signal-delivered-right-thread.exp
9080 * gdb.threads/signal-sigtrap.exp
9081 * gdb.threads/sigthread.exp
9082 * gdb.threads/staticthreads.exp
9083 * gdb.threads/stepi-random-signal.exp
9084 * gdb.threads/thread-unwindonsignal.exp
9085 * gdb.threads/thread_check.exp
9086 * gdb.threads/thread_events.exp
9087 * gdb.threads/tid-reuse.exp
9088 * gdb.threads/tls-nodebug.exp
9089 * gdb.threads/tls-shared.exp
9090 * gdb.threads/tls-so_extern.exp
9091 * gdb.threads/tls.exp
9092 * gdb.threads/wp-replication.exp
9093 * gdb.trace/actions-changed.exp
9094 * gdb.trace/actions.exp
9095 * gdb.trace/backtrace.exp
9096 * gdb.trace/change-loc.exp
9097 * gdb.trace/collection.exp
9098 * gdb.trace/deltrace.exp
9099 * gdb.trace/disconnected-tracing.exp
9100 * gdb.trace/entry-values.exp
9101 * gdb.trace/ftrace-lock.exp
9102 * gdb.trace/ftrace.exp
9103 * gdb.trace/infotrace.exp
9104 * gdb.trace/mi-trace-frame-collected.exp
9105 * gdb.trace/mi-trace-unavailable.exp
9106 * gdb.trace/mi-traceframe-changed.exp
9107 * gdb.trace/mi-tracepoint-changed.exp
9108 * gdb.trace/mi-tsv-changed.exp
9109 * gdb.trace/no-attach-trace.exp
9110 * gdb.trace/packetlen.exp
9111 * gdb.trace/passc-dyn.exp
9112 * gdb.trace/passcount.exp
9113 * gdb.trace/pending.exp
9114 * gdb.trace/pr16508.exp
9115 * gdb.trace/qtro.exp
9116 * gdb.trace/range-stepping.exp
9117 * gdb.trace/read-memory.exp
9118 * gdb.trace/report.exp
9119 * gdb.trace/save-trace.exp
9120 * gdb.trace/signal.exp
9121 * gdb.trace/stap-trace.exp
9122 * gdb.trace/status-stop.exp
9123 * gdb.trace/strace.exp
9124 * gdb.trace/tfile.exp
9125 * gdb.trace/tfind.exp
9126 * gdb.trace/trace-break.exp
9127 * gdb.trace/trace-condition.exp
9128 * gdb.trace/trace-enable-disable.exp
9129 * gdb.trace/trace-mt.exp
9130 * gdb.trace/tracecmd.exp
9131 * gdb.trace/tracefile-pseudo-reg.exp
9132 * gdb.trace/tspeed.exp
9133 * gdb.trace/tstatus.exp
9134 * gdb.trace/tsv.exp
9135 * gdb.trace/unavailable.exp
9136 * gdb.trace/while-dyn.exp
9137 * gdb.trace/while-stepping.exp
9138 * lib/gdb-guile.exp
9139 * lib/gdb.exp
9140 * lib/mi-support.exp
9141 * lib/pascal.exp
9142 * lib/perftest.exp
9143 * lib/prelink-support.exp
9144 * lib/selftest-support.exp
9145
ad02e4fe
SM
91462016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9147
9148 * Makefile.in: Include disable-implicit-rules.mk.
9149
22347e55
AA
91502016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9151
9152 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9153 non-byte-aligned bit fields.
9154
da5b30da
AA
91552016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9156
9157 PR gdb/12616
9158 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9159 respects the DW_AT_data_bit_offset attribute.
9160
b593ecca
SM
91612016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9162
9163 * gdb.base/default.exp: Fix output of "set language".
9164
3b165252
SM
91652016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9166
9167 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9168 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9169 make.
9170 * configure.ac: Remove checks for the make program.
9171 * configure: Re-generate.
9172
1a2f3d7f
KB
91732016-11-16 Kevin Buettner <kevinb@redhat.com>
9174
9175 * gdb.python/py-recurse-unwind.c (main): Add loop.
9176 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9177 to read_register() and gdb.parse_and_eval(). Make each code
9178 call a separate case that can be individually tested.
9179 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9180 proc. Call cont_and_backtrace for each of the code paths that
9181 we want to test in the unwinder.
9182
b7f38fda
AA
91832016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9184
9185 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9186 the definition of struct S.
9187
1f8db343
CM
91882016-11-11 Catherine Moore <clm@codesourcery.com>
9189
9190 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9191
fad0c9fb
PA
91922016-11-09 Pedro Alves <palves@redhat.com>
9193
9194 * gdb.base/commands.exp (runto_or_return): New procedure.
9195 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9196 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9197 (progvar_simple_while_test, progvar_complex_if_while_test)
9198 (if_while_breakpoint_command_test)
9199 (infrun_breakpoint_command_test, breakpoint_command_test)
9200 (user_defined_command_test, watchpoint_command_test)
9201 (test_command_prompt_position, redefine_hook_test)
9202 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9203 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9204 multi_line_input and multi_line. Remove gdb_expect and
9205 gdb_stop_suppressing_tests uses.
9206 * lib/gdb.exp (valnum_re): New global.
9207 (multi_line_input): New procedure.
9208
8354c62c
SM
92092016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9210
9211 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9212 Remove.
9213 (test_setup): Define with proc_with_prefix.
9214 (test_cli_inferior): Likewise.
9215 (test_cli_thread): Likewise.
9216 (test_cli_frame): Likewise.
9217 (test_cli_select_frame): Likewise.
9218 (test_cli_up_down): Likewise.
9219 (test_mi_thread_select): Likewise.
9220 (test_mi_stack_select_frame): Likewise.
9221 (test_cli_in_mi_inferior): Likewise.
9222 (test_cli_in_mi_thread): Likewise.
9223 (test_cli_in_mi_frame): Likewise.
9224 (top level): Do not use with_test_prefix_procname.
9225
64f367a2
PA
92262016-11-09 Pedro Alves <palves@redhat.com>
9227
9228 * gdb.base/commands.exp (gdbvar_simple_if_test)
9229 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9230 (progvar_simple_if_test, progvar_simple_while_test)
9231 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9232 (infrun_breakpoint_command_test, breakpoint_command_test)
9233 (user_defined_command_test, watchpoint_command_test)
9234 (test_command_prompt_position, deprecated_command_test)
9235 (bp_deleted_in_command, temporary_breakpoint_commands)
9236 (stray_arg0_test, source_file_with_indented_comment)
9237 (recursive_source_test, if_commands_test)
9238 (error_clears_commands_left, redefine_hook_test)
9239 (redefine_backtrace_test): Use proc_with_prefix.
9240 * lib/gdb.exp (proc_with_prefix): New proc.
9241
0bb65f1e
AA
92422016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9243
9244 * gdb.base/tui-layout.c: New file.
9245 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9246 disassembly window contains very long lines.
9247
7353f247
TT
92482016-11-08 Tom Tromey <tom@tromey.com>
9249
9250 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9251 depend on Python 2.
9252
30a7bb83
TT
92532016-11-08 Tom Tromey <tom@tromey.com>
9254
9255 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9256 New method.
9257
cdf5a07c
MG
92582016-10-29 Manish Goregaokar <manish@mozilla.com>
9259
2806dc7e 9260 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 9261
51a789c3
MG
92622016-10-27 Manish Goregaokar <manish@mozilla.com>
9263
2806dc7e
PA
9264 * gdb.rust/simple.rs: Add test for univariant enums without
9265 discriminants and for encoded struct-like enums.
51a789c3 9266
f610ab6d
PA
92672016-10-28 Pedro Alves <palves@redhat.com>
9268
9269 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9270 gdb_test_multiple, tighten regexps and match symtabs and line
9271 tables incrementally.
9272
b129b0ca
LM
92732016-10-28 Luis Machado <lgustavo@codesourcery.com>
9274
9275 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9276 general.
9277
ecf45d2c
SL
92782016-10-25 Luis Machado <lgustavo@codesourcery.com>
9279
9280 * gdb.base/exec-invalid-sysroot.exp: New file.
9281
b8d38ee4
JK
92822016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9283
9284 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9285
f90fd8c2
JK
92862016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9287
9288 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9289
2d2476aa
MR
92902016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9291
2806dc7e
PA
9292 * gdb.base/killed-outside.exp: Remove $options from a call to
9293 `prepare_for_testing'.
2d2476aa 9294
e42b25a0
SM
92952016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9296
9297 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9298 Change test message.
9299
3ccdb432
SM
93002016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9301
9302 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9303 Update comment.
9304
5bad3170
SM
93052016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9306
9307 * gdb.trace/mi-trace-save.exp: New file.
9308
5ad9dba7
YQ
93092016-10-13 Yao Qi <yao.qi@linaro.org>
9310
9311 * gdb.base/code_elim.exp (get_var_address): Remove.
9312 * gdb.base/relocate.exp: Likewise.
9313 * gdb.base/shreloc.exp: Likewise.
9314 * lib/gdb.exp (get_var_address): New.
9315
62df7e21
YQ
93162016-10-13 Yao Qi <yao.qi@linaro.org>
9317
9318 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9319 floating point tests if $skip_float_test is false.
9320
4dac951e
LM
93212016-10-12 Luis Machado <lgustavo@codesourcery.com>
9322
9323 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9324 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9325 argc values.
9326 Add 1 to argc so we guarantee distinct initial/modified argc values.
9327
8f1a8fc4
JK
93282016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9329
9330 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9331
16c85b5d
JK
93322016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9333
9334 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9335 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9336 * gdb.arch/vsx-regs.exp: Likewise.
9337
1d0e042a
YQ
93382016-10-07 Yao Qi <yao.qi@linaro.org>
9339
9340 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9341
68dadef5
MM
93422016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9343
9344 * gdb.python/python.exp: Test decode_line("*0").
9345
33fa2c6e
DE
93462016-10-06 Doug Evans <dje@google.com>
9347
9348 * gdb.python/py-value.exp (test_value_creation): Add test for large
9349 unsigned 64-bit value.
9350
9c37b5ae
TT
93512016-10-06 Tom Tromey <tom@tromey.com>
9352
9353 * gdb.compile/compile.exp: Change java tests to rust.
9354 * gdb.base/setshow.exp: Change java tests to rust.
9355 * gdb.base/default.exp: Remove java from language list.
9356 * README (Examples): Update language example.
9357 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9358 test.
9359 * lib/gdb.exp (skip_java_tests): Remove.
9360 * lib/java.exp: Remove.
9361 * gdb.java: Remove.
9362
78b86327
MR
93632016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9364
9365 * gdb.arch/mips-fcr.exp: New test.
9366 * gdb.arch/mips-fcr.c: Source for the new test.
9367
7470adbb
MR
93682016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9369
9370 * gdb.base/solib-disc.exp: Use `standard_output_file'
9371 throughout.
9372
4a556533
PA
93732016-10-06 Pedro Alves <palves@redhat.com>
9374
9375 * gdb.base/jit-simple-dl.c: New file.
9376 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9377 * gdb.base/jit-simple.c: ... this.
9378 * gdb.base/jit-simple.exp (jit_run): Delete.
9379 (build_jit): New proc.
9380 (jit_test_reread): Recompile either the main program or the shared
9381 library, depending on what is being tested. Skip changing address
9382 if caller wants to. Compare before/after addresses. If testing
9383 standalone, explicitly load the binary. Test "maint info
9384 breakpoints".
9385 (top level): Add "standalone vs shared lib" and "change address"
9386 vs "same address" axes.
9387
5a122fbc
PA
93882016-10-06 Pedro Alves <palves@redhat.com>
9389
9390 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9391 call.
9392 (jit_run): Delete.
9393 (jit_test_reread): Use with_test_prefix. Reload the main binary
9394 explicitly. Compare the before/after addresses of the JIT
9395 descriptor.
9396
ee8da4b8
DE
93972016-08-15 Doug Evans <dje@google.com>
9398
9399 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9400 for single bitfields is bool.
9401 * gdb.xml/tdesc-regs.exp: Ditto.
9402
f389f6fe
JK
94032016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9404
9405 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9406
fdebf1a4
YQ
94072016-10-05 Yao Qi <yao.qi@linaro.org>
9408
9409 * lib/gdb.exp (support_complex_tests): Return zero if
9410 gdb_skip_float_test return true.
9411
9c36d954 94122016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9413 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
9414
9415 PR gdb/20487
9416 * gdb.mi/user-selected-context-sync.exp: New file.
9417 * gdb.mi/user-selected-context-sync.c: New file.
9418
4034d0ff 94192016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9420 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
9421
9422 PR gdb/20487
9423 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9424 =thread-select-event check.
9425
a4297203
PB
94262016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9427
9428 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9429 the compulsory L operand changes.
9430 * gdb.arch/powerpc-power.s: Likewise.
9431
bb805577
JK
94322016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9433
9434 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9435 * gdb.base/jit-attach-pie.c: New file.
9436 * gdb.base/jit-attach-pie.exp: New file.
9437
6d61dee5
PA
94382016-09-28 Pedro Alves <palves@redhat.com>
9439
9440 * gdb.base/infcall-input.c: New file.
9441 * gdb.base/infcall-input.exp: New file.
9442
f73842fc
YQ
94432016-09-22 Yao Qi <yao.qi@linaro.org>
9444
9445 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9446 (gdb_exit): Rename it to ...
9447 (gdbserver_gdb_exit): ... Close GDBserver.
9448 (gdb_exit): New proc, call gdbserver_gdb_exit.
9449 (mi_gdb_exit): Likewise.
9450
90681dab
YQ
94512016-09-22 Yao Qi <yao.qi@linaro.org>
9452
9453 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9454 path.
9455 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9456 Remove duplication.
9457
9c211fd8
YQ
94582016-09-22 Yao Qi <yao.qi@linaro.org>
9459
9460 * lib/gdbserver-support.exp: Check the existence of
9461 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9462
ad0a504f
AK
94632016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9464
9465 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9466
36cf1806
TT
94672016-09-21 Tom Tromey <tom@tromey.com>
9468
9469 PR gdb/20604:
9470 * gdb.base/quit.exp: New file.
9471
74172ecf
SM
94722016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9473
9474 * .gitignore: New file.
9475
3d0ec882
MR
94762016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9477
9478 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9479 throughout.
9480
8193adea
AA
94812016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9482
9483 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9484
d41a5c09
JK
94852016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9486
9487 * gdb.cp/casts.cc (decltype): Move it ...
9488 (main): ... with its call to ...
9489 * gdb.cp/casts03.cc: ... a new file.
9490 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9491
d2dfe700
JK
94922016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9493
9494 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9495
e2a92b16
PB
94962016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9497
9498 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9499 and sync up the test with tests in gas/testsuite/gas/ppc.
9500 * gdb.arch/powerpc-power.exp: Likewise.
9501
49b4de64
JK
95022016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9503
9504 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9505
2c29df25
SDJ
95062016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9507 Jan Kratochvil <jan.kratochvil@redhat.com>
9508
9509 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9510 make m1's definition to be different from m2's. Use 'dummy' as an
9511 argument for probe 'two'.
9512
cc3c2846
JB
95132016-09-10 Jon Beniston <jon@beniston.com>
9514
9515 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9516 for sim target.
9517
e1b2624a
AA
95182016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9519
9520 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9521 variable declaration.
9522 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9523 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9524 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9525 received HWCAP as its argument.
9526
4295e285
PA
95272016-09-06 Pedro Alves <palves@redhat.com>
9528
9529 * gdb.base/new-ui-pending-input.c: New file.
9530 * gdb.base/new-ui-pending-input.exp: New file.
9531 * gdb.exp (clear_gdb_spawn_id): New procedure.
9532 (with_spawn_id): Check whether gdb_spawn_id exists before
9533 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9534 on exit.
9535
00d5215e
UW
95362016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9537
9538 * gdb.base/float128.c: New file.
9539 * gdb.base/float128.exp: Likewise.
9540 * gdb.base/floatn.c: Likewise.
9541 * gdb.base/floatn.exp: Likewise.
9542
a9ff5f12
UW
95432016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9544
9545 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9546
f245535c
PA
95472016-09-05 Pedro Alves <palves@redhat.com>
9548
9549 PR backtrace/19927
9550 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9551 unwinders are immediately called as side effect of "source" or
9552 "disable unwinder" commands.
9553 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9554
ae9cf263
YQ
95552016-09-02 Yao Qi <yao.qi@linaro.org>
9556
9557 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9558 is true and $type is "float" or "double".
9559
27aba047
YQ
95602016-09-02 Yao Qi <yao.qi@linaro.org>
9561
9562 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9563 true.
9564 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9565 * gdb.base/call-rt-st.exp: Likewise.
9566 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9567 return value instead of gdb,skip_float_test.
9568 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9569 (do_function_calls): Use its return value instead of
9570 gdb,skip_float_test.
9571 * gdb.base/finish.exp: Likewise.
9572 * gdb.base/funcargs.exp: Likewise.
9573 * gdb.base/return.exp: Likewise.
9574 * gdb.base/return2.exp: Likewise.
9575 * gdb.base/varargs.exp: Likewise.
9576 * lib/gdb.exp (gdb_skip_float_test): Change it to
9577 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9578
5af962df
AA
95792016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9580
9581 * gdb.multi/tids.exp: Test "thread apply all".
9582
7fac6910
JK
95832016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9584
9585 * gdb.base/default.exp (tty): Remove.
9586
bb1fe4ac
KB
95872016-08-24 Kevin Buettner <kevinb@redhat.com>
9588
2806dc7e
PA
9589 * gdb.python/py-recurse-unwind.c: New file.
9590 * gdb.python/py-recurse-unwind.py: New file.
9591 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 9592
0a1ddfa6
SM
95932016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9594
9595 * gdb.base/set-inferior-tty.exp: New file.
9596 * gdb.base/set-inferior-tty.c: New file.
9597
d9de1fe3
PA
95982016-08-23 Pedro Alves <palves@redhat.com>
9599
9600 PR gdb/20494
9601 * gdb.base/new-ui-echo.c: New file.
9602 * gdb.base/new-ui-echo.exp: New file.
9603
e9d9abd7
YQ
96042016-08-23 Yao Qi <yao.qi@linaro.org>
9605
9606 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9607 gdbserver_spawn.
9608 * gdb.server/connect-without-multi-process.exp (do_test):
9609 Likewise.
9610
3589529e
YQ
96112016-08-23 Yao Qi <yao.qi@linaro.org>
9612
9613 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9614 standalone_txt. Delete gdb_txt and standalone_txt on host
9615 and target. Spawn the binary on target. Copy files from
9616 target to host.
9617
6bb90213
PA
96182016-08-22 Pedro Alves <palves@redhat.com>
9619
9620 PR gdb/20505
9621 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9622 with_test_prefix. Factor out bits to ...
9623 (test_no_vdso): ... this new procedure.
9624
20c2c024
CL
96252016-08-19 Carl Love <cel@us.ibm.com>
9626
9627 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9628 maintaining separate logic for constructing the output path.
9629 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9630 * gdb.arch/ppc-dfp.exp: Likewise.
9631 * gdb.arch/ppc-fp.exp: Likewise.
9632 * gdb.arch/vsx-regs.exp: Likewise.
9633 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9634 binprefix for generating the additional binary files.
9635
0646e07d
PA
96362016-08-19 Pedro Alves <palves@redhat.com>
9637
9638 * gdb.trace/mi-trace-frame-collected.exp
9639 (test_trace_frame_collected): On x32, expect two registers.
9640
46da9242
CL
96412016-08-18 Carl Love <cel@us.ibm.com>
9642
9643 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9644 and sync up the test with tests in gas/testsuite/gas/ppc.
9645 * gdb.arch/powerpc-power.exp: Likewise.
9646
eb2332d7
SM
96472016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9648
9649 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9650 expected error message.
9651
63c61e04
SM
96522016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9653
9654 * gdb.multi/remove-inferiors.exp: New file.
9655 * gdb.multi/remove-inferiors.c: New file.
9656
7b17065f
YQ
96572016-08-12 Yao Qi <yao.qi@linaro.org>
9658
9659 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9660 argument list.
9661
01d3dedf
PA
96622016-08-10 Pedro Alves <palves@redhat.com>
9663
9664 PR gdb/19187
9665 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9666 setup_kfails.
9667
3eb7562a
PA
96682016-08-09 Pedro Alves <palves@redhat.com>
9669 Simon Marchi <simon.marchi@ericsson.com>
9670
9671 PR gdb/20418
9672 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9673 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9674
80614914
PA
96752016-08-09 Pedro Alves <palves@redhat.com>
9676
9677 PR mi/20431
9678 * gdb.mi/mi-cmd-error.exp: New file.
9679
f348d89a
PA
96802016-08-09 Pedro Alves <palves@redhat.com>
9681
9682 PR gdb/18653
9683 * gdb.base/signals-state-child.c: New file.
9684 * gdb.base/signals-state-child.exp: New file.
9685 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9686
e5ca03b4
PA
96872016-08-09 Pedro Alves <palves@redhat.com>
9688
9689 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9690
282a0691
TT
96912016-08-03 Tom Tromey <tom@tromey.com>
9692
9693 PR python/18565:
9694 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9695
41bfcd63
YQ
96962016-08-01 Yao Qi <yao.qi@linaro.org>
9697
9698 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9699 variable mode to "multi-process" if $multi_process is 1, otherwise
9700 set it to "single-process".
9701
e3465b24
YQ
97022016-08-01 Yao Qi <yao.qi@linaro.org>
9703
9704 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9705 * gdb.cp/cpexprs.exp: Likewise.
9706 * gdb.cp/m-static.exp: Likewise.
9707
0b31a4bc
TT
97082016-07-26 Tom Tromey <tom@tromey.com>
9709
9710 PR python/20190:
9711 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9712 test.
9713
e0461dbb
MM
97142016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9715
9716 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9717 selecting assembly source files.
9718 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9719 assembly source files.
9720 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9721 assembly source files.
9722 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9723 selecting assembly source files.
9724
8194e927
SM
97252016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9726
9727 * gdb.base/new-ui.exp (do_test_invalid_args): New
9728 procedure.
9729
c0272db5
TW
97302016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9731
9732 * gdb.btrace/reconnect.c: New file.
9733 * gdb.btrace/reconnect.exp: New file.
9734
e3487908
GKB
97352016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9736
9737 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9738 to test_catch_syscall_group.
9739 (test_catch_syscall_group): New.
9740
12df5c00
TT
97412016-07-21 Tom Tromey <tom@tromey.com>
9742
9743 * gdb.rust/simple.rs (main): Use empty struct expression.
9744 * gdb.rust/simple.exp: Add tests for empty struct expression.
9745
bae62ee2
YQ
97462016-07-21 Yao Qi <yao.qi@linaro.org>
9747
9748 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9749 if gdb_skip_xml_test is true on some targets.
9750
b1b53fb3
YQ
97512016-07-21 Yao Qi <yao.qi@linaro.org>
9752
9753 * gdb.server/solib-list.exp: Unset last_loaded_file.
9754
027d97f8
JK
97552016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9756
9757 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9758 "step into captured_main (args)".
9759
7674d381
JK
97602016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9761
9762 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9763
72b5d099
JK
97642016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9765
9766 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9767
1f960ced
PA
97682016-07-19 Pedro Alves <palves@redhat.com>
9769
9770 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9771 * gdb.opt/inline-bt.exp: Likewise.
9772 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9773 additional_flags=-Winline.
9774 * gdb.opt/inline-locals.exp: Likewise.
9775 * gdb.opt/inline-markers.c (ATTR): Define.
9776 (inlined_fn): Use it.
9777
f25827c1
YQ
97782016-07-19 Yao Qi <yao.qi@linaro.org>
9779
9780 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9781 (test_with_self): Remove some code. Remove argument executable.
9782 (top-level): Use do_self_tests.
9783
37539ebe
DB
97842016-07-15 Zachary Welch <zwelch@codesourcery.com>
9785 Don Breazeal <donb@codesourcery.com>
9786
9787 * gdb.base/maint.exp: Escape paths used in regular expressions.
9788 * gdb.stabs/weird.exp: Likewise.
9789
dac790e1
TT
97902016-07-13 Tom Tromey <tom@tromey.com>
9791
9792 PR python/15620, PR python/18620:
9793 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9794 (test_bkpt_events): New procs.
9795
93daf339
TT
97962016-07-13 Tom Tromey <tom@tromey.com>
9797
9798 PR python/17698:
9799 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9800 test.
9801 (test_watchpoints): Likewise.
9802 (test_bkpt_pending): New proc.
9803
6571a381
TT
98042016-07-13 Tom Tromey <tom@tromey.com>
9805
9806 PR cli/18053:
9807 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9808 completion test.
9809
e8732474
JK
98102016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9811
9812 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9813 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9814 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9815 f_label.
9816 (g): Rename g_end_lbl to g_label.
9817 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9818 low_pc and high_pc.
9819 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9820
e0f3fd7c
TT
98212016-07-12 Tom Tromey <tom@tromey.com>
9822
9823 PR python/19293:
9824 * gdb.python/py-unwind-maint.exp: Update tests.
9825
3cfe46b6
YQ
98262016-07-12 Yao Qi <yao.qi@linaro.org>
9827
9828 * lib/selftest-support.exp (selftest_setup): Match the output
9829 when captured_main is inlined.
9830
4f19a0e6
WT
98312016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9832
9833 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9834 New variables.
9835 (print this%a, print this%b, print this): New tests.
9836 * gdb.fortran/derived-types.f90 (this): New object and
9837 initialization.
9838
986cf455
SM
98392016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9840
9841 * gdb.ada/arraydim.exp: Remove extra directory level in build
9842 directory.
9843
f0464b23
SM
98442016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9845
9846 * lib/ada.exp: Remove extra directory level in build directory.
9847 * gdb.ada/cond_lang.exp: Likewise.
9848 * gdb.ada/exec_changed.exp: Likewise.
9849 * gdb.ada/lang_switch.exp: Likewise.
9850
42d94011
MG
98512016-07-06 Manish Goregaokar <manish@mozilla.com>
9852
2806dc7e
PA
9853 * simple.rs: Add test for raw pointer subscripting.
9854 * simple.exp: Add test expectations.
42d94011 9855
647c264c
YQ
98562016-07-05 Yao Qi <yao.qi@linaro.org>
9857
9858 * gdb.mi/mi-reverse.exp: Match =record-started output.
9859
20aa2c60
PA
98602016-07-01 Pedro Alves <palves@redhat.com>
9861
9862 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9863 procedure.
9864 (jit_reader_test): Test the jit reader's unwinder.
9865 * gdb.base/jithost.c (jit_function_00_code): New global.
9866 (main): Use memcpy to fill in the mmapped code, instead of poking
9867 bytes manually here.
9868 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9869 value.
9870 (read_debug_info): Save the function's range.
9871 (read_sp): New function.
9872 (unwind_frame): Use it. Also unwind RBP.
9873 (get_frame_id): Use read_sp.
9874 (gdb_init_reader): Use calloc instead of malloc.
9875 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9876 parameter. Use gdb_test_multiple.
9877
ced2dffb
PA
98782016-07-01 Pedro Alves <palves@redhat.com>
9879 Antoine Tremblay <antoine.tremblay@ericsson.com>
9880
9881 * gdb.threads/process-dies-while-detaching.c: New file.
9882 * gdb.threads/process-dies-while-detaching.exp: New file.
9883
63000888
PA
98842016-07-01 Pedro Alves <palves@redhat.com>
9885
9886 * gdb.multi/watchpoint-multi-exit.c: New file.
9887 * gdb.multi/watchpoint-multi-exit.exp: New file.
9888
038d4868
PA
98892016-06-30 Pedro Alves <palves@redhat.com>
9890
9891 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9892 unset inferior_spawn_id.
9893
994e9c83
PA
98942016-06-30 Pedro Alves <palves@redhat.com>
9895
9896 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9897 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9898
e5653468
YQ
98992016-06-29 Yao Qi <yao.qi@linaro.org>
9900
9901 * gdb.base/return.c: Add copyright header.
9902
803b47e5
TT
99032016-06-29 Tom Tromey <tom@tromey.com>
9904
9905 PR python/20129:
9906 * gdb.python/py-framefilter.exp: Add tests for setting priority
9907 and disabling of non-existent frame filter.
9908
28244707
YQ
99092016-06-29 Yao Qi <yao.qi@linaro.org>
9910
9911 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9912 0x0f07ff.
9913
a31d2f06
YQ
99142016-06-28 Yao Qi <yao.qi@linaro.org>
9915
9916 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9917 triplets. Start gdb, execute catch syscall, and continue. Check
9918 gdb's output to determine catch syscall is supported.
9919
921d8f54
MG
99202016-06-27 Manish Goregaokar <manish@mozilla.com>
9921
25d49b86
PA
9922 * gdb.rust/simple.rs: Add test for returning unit in a function.
9923 * gdb.rust/simple.exp: Add expectation for functions returning
9924 unit.
921d8f54 9925
f4952523
PMR
99262016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9927
9928 * gdb.python/py-breakpoint-create-fail.c,
9929 gdb.python/py-breakpoint-create-fail.exp,
9930 gdb.python/py-breakpoint-create-fail.py: New testcase.
9931
fccb08f8
MG
99322016-06-25 Manish Goregaokar <manish@mozilla.com>
9933
9934 PR gdb/20239
9935 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
9936 * gdb.rust/simple.exp: Add test expectations for new NonZero
9937 tests.
fccb08f8 9938
6b850546
DT
99392016-06-24 David Taylor <dtaylor@emc.com>
9940
9941 * gdb.base/offsets.exp: New file.
9942 * gdb.base/offsets.c: New file.
9943
17621150
TT
99442016-06-23 Tom Tromey <tom@tromey.com>
9945
9946 PR gdb/16483:
9947 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9948 before any filters are loaded.
9949
04d59df6
WT
99502016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9951
9952 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9953 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9954 structs.
9955 * gdb.fortran/derived-type-function.exp: New file.
9956 * gdb.fortran/derived-type-function.f90: New file.
9957
9958
ac69f786
PA
99592016-06-21 Pedro Alves <palves@redhat.com>
9960
9961 * gdb.base/new-ui.exp: New file.
9962 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9963 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9964 (with_spawn_id): New procedure.
9965
49940788
PA
99662016-06-21 Pedro Alves <palves@redhat.com>
9967
9968 * gdb.mi/mi-exec-run.exp: New file.
9969
ef274d26
PA
99702016-06-21 Pedro Alves <palves@redhat.com>
9971
9972 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9973 breakpoint command's output on the main UI.
9974 (test_break): New procedure, factored out from calls in the top
9975 level.
9976 (top level): Use foreach_with_prefix to test MI as main UI and as
9977 separate UI.
9978
468afe6c
PA
99792016-06-21 Pedro Alves <palves@redhat.com>
9980
9981 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9982 (test_awatch_creation_and_listing)
9983 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9984 Remove 'type' parameter.
9985 (test_watchpoint_all): New parameter mi_mode. Remove
9986 with_test_prefix.
9987 (top level): Use foreach_with_prefix, and add main/separate UI MI
9988 testing axis.
9989
51f77c37
PA
99902016-06-21 Pedro Alves <palves@redhat.com>
9991
9992 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9993 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9994 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9995 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9996 (gdb_main_spawn_id, mi_spawn_id): Declare and
9997 comment.
9998 (mi_create_inferior_pty): New procedure,
9999 factored out from default_mi_gdb_start.
10000 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10001 procedures.
10002 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10003 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10004 Use mi_create_inferior_pty.
10005 (mi_gdb_start): Use eval to pass down args list.
10006
8980e177
PA
100072016-06-21 Pedro Alves <palves@redhat.com>
10008
10009 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10010 * gdb.opt/inline-cmds.exp: Add MI tests.
10011
f38d3ad1
PA
100122016-06-21 Pedro Alves <palves@redhat.com>
10013
10014 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10015
45db7c09
PA
100162016-06-21 Pedro Alves <palves@redhat.com>
10017
10018 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10019 (top level): Use it instead of mi_execute_to.
10020
5a069ab3
PA
100212016-06-21 Pedro Alves <palves@redhat.com>
10022
10023 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10024 (cont_handler_str): New.
10025 (signal_stop_handler): Set stop_handler_str instead of printing to
10026 stdout.
10027 (continue_handler): Set cont_handler_str instead of printing to
10028 stdout.
10029 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10030 mi_send_resuming_command. Print stop_handler_str and
10031 cont_handler_str instead of expecting the python events print
10032 directly.
10033
2838cc1d
SD
100342016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10035
10036 * gdb.base/jit-reader.exp: New file.
10037 * gdb.base/jithost.c: New file.
10038 * gdb.base/jithost.h: New file.
10039 * gdb.base/jitreader.c : New file.
10040 * gdb.base/jit-protocol.h: New file.
10041
21a77091
YQ
100422016-06-17 Yao Qi <yao.qi@linaro.org>
10043
10044 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10045 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10046 and detach-on-fork. Adjust tests.
10047 (top level): Invoke break_cond_on_syscall with combinations of
10048 syscall, follow-fork-mode and detach-on-fork.
10049
f50bf8e5
YQ
100502016-06-17 Yao Qi <yao.qi@linaro.org>
10051
10052 * gdb.base/step-over-exit.c: New.
10053 * gdb.base/step-over-exit.exp: New.
10054
a28d8e50
YTL
100552016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10056
10057 * gdb.base/float.exp: Add target check for nds32*-*-*.
10058 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10059
cad8e26d
AB
100602016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10061
10062 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10063 for unsupported target features.
10064 * gdb.base/call-rt-st.exp: Likewise.
10065 * gdb.base/call-sc.exp: Likewise.
10066 * gdb.base/call-signal-resume.exp: Likewise.
10067 * gdb.base/call-strs.exp: Likewise.
10068 * gdb.base/callexit.exp: Likewise.
10069 * gdb.base/callfuncs.exp: Likewise.
10070 * gdb.base/nodebug.exp: Likewise.
10071 * gdb.base/printcmds.exp: Likewise.
10072 * gdb.base/ptype.exp: Likewise.
10073 * gdb.base/structs.exp: Likewise.
10074 * gdb.base/unwindonsignal.exp: Likewise.
10075 * gdb.cp/gdb2495.exp: Likewise.
10076 * gdb.cp/templates.exp: Likewise.
10077 * gdb.cp/virtfunc.exp: Likewise.
10078 * gdb.threads/hand-call-in-threads.exp: Likewise.
10079 * gdb.threads/interrupted-hand-call.exp: Likewise.
10080 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10081
347dc102
TT
100822016-06-10 Tom Tromey <tom@tromey.com>
10083
10084 PR rust/20110:
10085 * gdb.rust/expr.exp: Add test for integer constant larger than
10086 i32.
10087
5e13cf25
BH
100882016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10089
10090 * gdb.fortran/nested-funcs.exp: New.
10091 * gdb.fortran/nested-funcs.f90: New.
10092
bb556f1f
TK
100932016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10094
10095 * gdb.base/examine-backward.c: New file.
10096 * gdb.base/examine-backward.exp: New file.
10097
38b022b4
SM
100982016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10099
10100 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10101 matching.
10102
1b40ec05
TT
101032016-06-02 Tom Tromey <tom@tromey.com>
10104
10105 PR python/18984:
10106 * gdb.python/py-shared.exp: Add solib_name test.
10107
193bd378
SM
101082016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10109
10110 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10111
3326303b
MG
101122016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10113
10114 PR c++/19893
10115 * gdb.dwarf2/implref.exp: Rename to...
10116 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10117 * gdb.dwarf2/implref-array.c: New file.
10118 * gdb.dwarf2/implref-array.exp: Likewise.
10119 * gdb.dwarf2/implref-global.c: Likewise.
10120 * gdb.dwarf2/implref-global.exp: Likewise.
10121 * gdb.dwarf2/implref-struct.c: Likewise.
10122 * gdb.dwarf2/implref-struct.exp: Likewise.
10123
825c8ef2
AT
101242016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10125
10126 * gdb.trace/trace-condition.exp: Add 64bit tests.
10127
2320162a
AT
101282016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10129
10130 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10131 bits types.
10132 (main): Adapt to 8 to 64 bits types.
10133 * gdb.trace/trace-condition.exp: Add new tests.
10134
a7818233
AT
101352016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10136
10137 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10138
0d336466
AT
101392016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10140
10141 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10142 Move condition tests...
10143 * gdb.trace/trace-condition.exp: Here.
10144
7faeb45a
AT
101452016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10146
10147 * gdb.trace/trace-condition.exp: Add counter-case tests.
10148
e385593e
JK
101492016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10150
10151 PR c++/15231
10152 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10153 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10154
744608cc
PA
101552016-05-27 Pedro Alves <palves@redhat.com>
10156
10157 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10158 New procedure.
10159 (top level): Call it, and bail out of DejaGnu is known to be bad.
10160
ac775bf4
AB
101612016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10162
10163 * gdb.base/whatis.c: Extend the test case.
10164 * gdb.base/whatis.exp: Add additional tests.
10165
2bbad2ea
BH
101662016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10167
10168* gdb.fortran/type.f90: Add pointer variable.
10169* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10170
8b70175d
BH
101712016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10172
10173 * gdb.fortran/vla-type.exp: Fix testcase name.
10174
86d8a848
BH
101752016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10176
10177 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10178
e188eb36
BH
101792016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10180
10181 * gdb.fortran/type.f90: Add nested structures.
10182 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10183 * gdb.fortran/derived-type.exp: Adapt expected output.
10184 * gdb.fortran/vla-type.exp: Adapt expected output.
10185
9b2db1fd
BH
101862016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10187
10188 * gdb.fortran/whatis_type.exp: Adapt expected output.
10189
72b17055
BH
101902016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10191
10192 * gdb.fortran/print_type.exp: Fix expected output.
10193 * gdb.fortran/whatis_type.exp: Fix expected output.
10194
3cd81d8d
BH
101952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10196
10197 * gdb.fortran/whatis_type.exp: Use multi_line.
10198
ddae9462
TT
101992016-05-24 Tom Tromey <tom@tromey.com>
10200
10201 PR python/17386:
10202 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10203 use value as an index.
10204
1957f6b8
TT
102052016-05-23 Tom Tromey <tom@tromey.com>
10206
10207 PR python/17981:
10208 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10209 no-breakpoint case.
10210
026a9174
PA
102112016-05-24 Pedro Alves <palves@redhat.com>
10212
10213 PR gdb/19828
10214 * gdb.threads/clone-attach-detach.c: New file.
10215 * gdb.threads/clone-attach-detach.exp: New file.
10216
e70a7231
FR
102172016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10218
10219 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10220
0f6ed0e0
TT
102212016-05-23 Tom Tromey <tom@tromey.com>
10222
10223 PR python/19438, PR python/18393:
10224 * gdb.python/py-progspace.exp: Add "dir" test.
10225 * gdb.python/py-objfile.exp: Add "dir" test.
10226
ffd19d61
YQ
102272016-05-23 Yao Qi <yao.qi@linaro.org>
10228
10229 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10230 * gdb.arch/thumb2-it.exp: Likewise.
10231
9e8f9b05
SM
102322016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10233
10234 * gdb.mi/mi-threads-interrupt.c: New file.
10235 * gdb.mi/mi-threads-interrupt.exp: New file.
10236
61c6156d
SM
102372016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10238
10239 PR gdb/18077
10240 * gdb.mi/mi-async-run.exp: New file.
10241 * gdb.mi/mi-async-run.c: New file.
10242
67218854
TT
102432016-05-17 Tom Tromey <tom@tromey.com>
10244 Manish Goregaokar <manishsmail@gmail.com>
10245
10246 * lib/rust-support.exp: New file.
10247 * lib/gdb.exp (skip_rust_tests): New proc.
10248 (build_executable_from_specs): Handle rust.
10249 * lib/future.exp (gdb_find_rustc): New proc.
10250 (gdb_default_target_compile): Handle rust.
10251 * gdb.rust/expr.exp: New file.
10252 * gdb.rust/generics.exp: New file.
10253 * gdb.rust/generics.rs: New file.
10254 * gdb.rust/methods.exp: New file.
10255 * gdb.rust/methods.rs: New file.
10256 * gdb.rust/modules.exp: New file.
10257 * gdb.rust/modules.rs: New file.
10258 * gdb.rust/simple.exp: New file.
10259 * gdb.rust/simple.rs: New file.
10260
c44af4eb
TT
102612016-05-17 Tom Tromey <tom@tromey.com>
10262
10263 * gdb.base/default.exp (set language): Add rust.
10264
dcd1f979
TT
102652016-05-17 Tom Tromey <tom@tromey.com>
10266
10267 * gdb.gdb/unittest.exp: New file.
10268
155b7f57
YQ
102692016-05-16 Yao Qi <yao.qi@linaro.org>
10270
10271 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10272 shell_prompt. Update shell_prompt_re.
10273
8ddd5a6c
DE
102742016-05-12 Doug Evans <dje@google.com>
10275
10276 PR symtab/19999
10277 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10278 $options when building executable.
10279 * gdb.dwarf2/fission-loclists-pie.S: New file.
10280 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10281
02e370d9
SM
102822016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10283
10284 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10285 of [is_remote target],
10286
8929ad8b
SM
102872016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10288
10289 * lib/gdb.exp (use_gdb_stub): New procedure.
10290
6c447423
DE
102912016-05-03 Yunlian Jiang <yunlian@google.com>
10292 Doug Evans <dje@google.com>
10293
10294 PR symtab/19914
10295 * gdb.dwarf2/dwp-sepdebug.c: New file.
10296 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10297
444e826c
SM
102982016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10299
10300 * gdb.base/detach.exp: Remove is_remote check.
10301
740feeaa
SM
103022016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10303
10304 * gdb.base/annota-input-while-running.exp: Don't check for
10305 [is_remote target]. Enable annotations after running to main.
10306 Remove unused "set test..." line.
10307
9080ac9d
SM
103082016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10309
10310 * gdb.trace/trace-enable-disable.exp: New file.
10311 * gdb.trace/trace-enable-disable.c: New file.
10312
952ebca5
SM
103132016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10314
10315 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10316 use it in info sharedlibrary test.
10317 * gdb.trace/ftrace-lock.exp: Likewise.
10318 * gdb.trace/ftrace.exp: Likewise.
10319 * gdb.trace/range-stepping.exp: Likewise.
10320 * gdb.trace/trace-break.exp: Likewise.
10321 * gdb.trace/trace-condition.exp: Likewise.
10322 * gdb.trace/trace-mt.exp: Likewise.
10323
d9019901
SM
103242016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10325
10326 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10327 (gdb_load_shlib): ... this.
10328 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10329 gdb_load_shlib.
10330 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10331 * gdb.base/ctxobj.exp: Likewise.
10332 * gdb.base/dprintf-pending.exp: Likewise.
10333 * gdb.base/dso2dso.exp: Likewise.
10334 * gdb.base/fixsection.exp: Likewise.
10335 * gdb.base/gcore-relro.exp: Likewise.
10336 * gdb.base/gdb1555.exp: Likewise.
10337 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10338 * gdb.base/gnu-ifunc.exp: Likewise.
10339 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10340 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10341 * gdb.base/pending.exp: Likewise.
10342 * gdb.base/print-file-var.exp: Likewise.
10343 * gdb.base/print-symbol-loading.exp: Likewise.
10344 * gdb.base/shlib-call.exp: Likewise.
10345 * gdb.base/shreloc.exp: Likewise.
10346 * gdb.base/so-impl-ld.exp: Likewise.
10347 * gdb.base/solib-disc.exp: Likewise.
10348 * gdb.base/solib-nodir.exp: Likewise.
10349 * gdb.base/solib-overlap.exp: Likewise.
10350 * gdb.base/solib-symbol.exp: Likewise.
10351 * gdb.base/solib-weak.exp (do_test): Likewise.
10352 * gdb.base/sym-file.exp: Likewise.
10353 * gdb.base/symtab-search-order.exp: Likewise.
10354 * gdb.base/type-opaque.exp: Likewise.
10355 * gdb.base/unload.exp: Likewise.
10356 * gdb.base/watchpoint-solib.exp: Likewise.
10357 * gdb.compile/compile.exp: Likewise.
10358 * gdb.cp/gdb2384.exp: Likewise.
10359 * gdb.cp/infcall-dlopen.exp: Likewise.
10360 * gdb.cp/re-set-overloaded.exp: Likewise.
10361 * gdb.fortran/library-module.exp: Likewise.
10362 * gdb.opt/solib-intra-step.exp: Likewise.
10363 * gdb.python/py-finish-breakpoint.exp: Likewise.
10364 * gdb.python/py-shared.exp: Likewise.
10365 * gdb.reverse/solib-precsave.exp: Likewise.
10366 * gdb.reverse/solib-reverse.exp: Likewise.
10367 * gdb.server/solib-list.exp: Likewise.
10368 * gdb.threads/dlopen-libpthread.exp: Likewise.
10369 * gdb.threads/tls-shared.exp: Likewise.
10370 * gdb.threads/tls-so_extern.exp: Likewise.
10371 * gdb.trace/change-loc.exp: Likewise.
10372 * gdb.trace/ftrace-lock.exp: Likewise.
10373 * gdb.trace/ftrace.exp: Likewise.
10374 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10375 * gdb.trace/pending.exp: Likewise.
10376 * gdb.trace/range-stepping.exp: Likewise.
10377 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10378 (strace_info_marker): Likewise.
10379 (strace_probe_marker): Likewise.
10380 (strace_trace_on_same_addr): Likewise.
10381 (strace_trace_on_diff_addr): Likewise.
10382 * gdb.trace/trace-break.exp: Likewise.
10383 * gdb.trace/trace-condition.exp: Likewise.
10384 * gdb.trace/trace-mt.exp: Likewise.
10385
fca4cfd9
SM
103862016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10387
10388 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10389 result of gdb_remote_download.
10390 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10391 * gdb.base/dso2dso.exp: Likewise.
10392 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10393 * gdb.base/print-file-var.exp: Likewise.
10394 * gdb.base/shlib-call.exp: Likewise.
10395 * gdb.base/shreloc.exp: Likewise.
10396 * gdb.base/solib-overlap.exp: Likewise.
10397 * gdb.base/solib-weak.exp (do_test): Likewise.
10398 * gdb.base/unload.exp: Likewise.
10399
11cf4ffb
YQ
104002016-04-27 Yao Qi <yao.qi@linaro.org>
10401
10402 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10403 exists.
10404
3e2e34f8
KB
104052016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10406
10407 * vla-type.exp: Print structure from toplevel.
10408
8f07e298
BH
104092016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10410
10411 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10412 of dynamic types.
10413 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10414 of dynamic types.
10415
9920b434
BH
104162016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10417
10418 * gdb.fortran/vla-type.f90: New file.
10419 * gdb.fortran/vla-type.exp: New file.
10420
f3abeff5
YQ
104212016-04-25 Yao Qi <yao.qi@linaro.org>
10422
10423 * gdb.base/branch-to-self.c: New file.
10424 * gdb.base/branch-to-self.exp: New file.
10425
0a5d52f0
YQ
104262016-04-22 Yao Qi <yao.qi@linaro.org>
10427
10428 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10429 more after $hex.
10430
495346f6
YQ
104312016-04-22 Yao Qi <yao.qi@linaro.org>
10432
10433 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10434 * gdb.base/annota3.exp: Likewise.
10435
4a7e075c
YQ
104362016-04-22 Yao Qi <yao.qi@linaro.org>
10437
10438 * gdb.reverse/step-precsave.exp: Do one step and test program
10439 stops in "callee" and do multiple steps until program goes out
10440 of "callee".
10441 * gdb.reverse/step-reverse.exp: Likewise.
10442
5b061e98
YQ
104432016-04-22 Yao Qi <yao.qi@linaro.org>
10444
10445 * gdb.trace/signal.exp: Also pass if
10446 $tracepoint_hits($i) > $iterations.
10447
5c5dc57f
YQ
104482016-04-22 Yao Qi <yao.qi@linaro.org>
10449
10450 * gdb.trace/signal.c: New file.
10451 * gdb.trace/signal.exp: New file.
10452
a55411b9
DE
104532016-04-19 Doug Evans <xdje42@gmail.com>
10454
10455 * gdb.base/bad-file.exp: New file.
10456
a22df60a
MG
104572016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10458
10459 * gdb.dwarf2/implref.exp: New file.
10460
0c13f7e5
BH
104612016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10462
10463 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10464 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10465 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10466 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10467 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10468 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10469 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10470 * lib/fortran.exp (fortran_int4): New procedure.
10471 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10472 (fortran_logical4): Likewise.
10473
9b9b09e9
BH
104742016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10475
10476 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10477
a14d1f4d
BH
104782016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10479
10480 * lib/compiler.c: Add Intel specific preprocessor macros.
10481 * lib/compiler.cc: Likewise.
25d49b86 10482
7d49b1d0
LM
104832016-04-13 Luis Machado <lgustavo@codesourcery.com>
10484
10485 * gdb.server/connect-with-no-symbol-file.c: New file.
10486 * gdb.server/connect-with-no-symbol-file.exp: New file.
10487
8392fa22
SM
104882016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10489
10490 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10491
8c4c4aeb
SM
104922016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10493
10494 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10495 standard output directory.
10496
45e3745e
AT
104972016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10498
10499 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10500
e26b7e41
MM
105012016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10502
10503 * gdb.btrace/instruction_history.c (loop): Add declaration.
10504
8ce09462
AT
105052016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10506
10507 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10508
2e88a1ea
SM
105092016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10510
10511 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10512 parentheses to print.
10513 (continue_handler): Likewise.
10514
f48e22e3
SM
105152016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10516
10517 * gdb.server/solib-list.exp: Remove is_remote check.
10518 Pass shlib= to gdb_compile. Don't link shared library with
10519 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10520 Run binary filename through "readlink -f" on the target.
10521
096be756
PA
105222016-04-08 Pedro Alves <palves@redhat.com>
10523
10524 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10525 interpreter filename as argument to gdbserver_spawn.
10526 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10527 Return empty if $last_loaded_file does not exist.
10528
06500533
JK
105292016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10530
10531 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10532 * gdb.base/jit-main.c: Use exit after usage.
10533
2d35e871
JK
105342016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10535
10536 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10537 GDBHISTSIZE prior to the tests.
10538 * gdb.base/gdbinit-history.exp: Likewise.
10539
105402016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
10541
10542 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10543 instead of build_executable. Use gdb_load_shlibs.
10544
c8064e7e
YQ
105452016-04-07 Yao Qi <yao.qi@linaro.org>
10546
10547 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10548 Execute "si" command.
10549
bde47561
YQ
105502016-04-07 Yao Qi <yao.qi@linaro.org>
10551
10552 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10553 number instead of the comments on some line.
10554
b16f8a3b
DB
105552016-04-06 Don Breazeal <donb@codesourcery.com>
10556
10557 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10558 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10559
c2f901df
SM
105602016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10561
10562 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10563 standard_output_file. Remove unused binfile variable.
10564
ac17fda0
CU
105652016-04-05 Catalin Udma <catalin.udma@freescale.com>
10566
10567 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10568 * gdb.python/py-mi-objfile.exp: Match "list main" output
10569 in console format.
10570
03a8c4df
SM
105712016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10572
10573 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10574 absolute.
10575
6e774b13
SM
105762016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10577
10578 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10579 absolute.
10580 * gdb.trace/ftrace.exp: Likewise.
10581 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10582 targets as well.
10583 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10584 (gdb_load_shlibs): Copy libraries to test directory when testing
10585 natively. Only set solib-search-path if testing remotely.
10586 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10587
7817ea46
SM
105882016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10589
10590 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10591 gdb_download. Use it even if the target is not remote.
10592 * gdb.base/jit.exp (compile_jit_test): Likewise.
10593 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10594 output directory if the destination board is local, otherwise use
10595 the standard remote_download from DejaGnu.
10596 (gdb_download): Remove.
10597 (gdb_load_shlibs): Use gdb_remote_download instead of
10598 gdb_download.
10599 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10600 Use gdb_remote_download instead of gdb_download. Use it even if
10601 the target is not remote.
10602 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10603 instead of gdb_download.
10604
7beb7f68
SM
106052016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10606
10607 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10608 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10609 run.
10610
cc63428a
AV
106112016-04-01 Artemiy Volkov <artemiyv@acm.org>
10612
10613 PR gdb/19820
10614 * gdb.base/printcmds.exp: Add artificial arrays tests.
10615
64cdf930
PA
106162016-03-31 Pedro Alves <palves@redhat.com>
10617
10618 PR gdb/19858
10619 * gdb.base/jit-main.c: Include unistd.h.
10620 (ATTACH): Define to 0 if not already defined.
10621 (wait_for_gdb, mypid): New globals.
10622 (WAIT_FOR_GDB): New macro.
10623 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10624 some breakpoint locations.
10625 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10626 New procedures.
10627 (one_jit_test): Add REATTACH parameter, and handle it. Use
10628 continue_to_test_location.
10629 (top level): Test attach, and adjusts calls to one_jit_test.
10630
40dea8cb
PA
106312016-03-31 Pedro Alves <palves@redhat.com>
10632
10633 PR gdb/19858
10634 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10635 BINSUFFIX parameter, and handle it.
10636 (top level): Adjust calls compile_jit_test.
10637
e7ea3ec7
CU
106382016-03-31 Catalin Udma <catalin.udma@freescale.com>
10639
10640 PR python/19743
10641 * gdb.python/py-mi-events-gdb.py: New file.
10642 * gdb.python/py-mi-events.c: New file.
10643 * gdb.python/py-mi-events.exp: New file.
10644
e6359af3
YQ
106452016-03-30 Yao Qi <yao.qi@linaro.org>
10646
10647 * gdb.reverse/until-precsave.exp: Match function name only.
10648 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10649 Move malloc to a condition block.
10650 * gdb.reverse/until-reverse.exp: Match function name only.
10651
a4105d04
MK
106522016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10653
10654 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10655 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10656 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10657 variable for GPR 0 instead of assuming it is register 0.
10658 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10659 * lib/trace-support.exp: Add s390 registers.
10660
bfa6adb9
YQ
106612016-03-29 Yao Qi <yao.qi@linaro.org>
10662
10663 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10664
1e6697ea
YQ
106652016-03-24 Yao Qi <yao.qi@linaro.org>
10666
10667 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10668 test message.
10669
64bcd522
AA
106702016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10671
10672 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10673 maintaining separate logic for constructing the output path.
10674
7868401b
DB
106752016-03-16 Don Breazeal <donb@codesourcery.com>
10676
10677 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10678 Retry fork and waitpid on interrupted system call errors.
10679 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10680 Use with_timeout_factor to increase timeout by factor of 10.
10681
1cafadb4
DB
106822016-03-15 Don Breazeal <donb@codesourcery.com>
10683
10684 * gdb.cp/scope-err.cc: New test program.
10685 * gdb.cp/scope-err.exp: New test script.
10686 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10687 lines and "set breakpoint here" comment.
10688 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10689 Fixed some whitespace and format issues.
10690 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10691 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10692
81516450
DE
106932016-03-15 Doug Evans <dje@google.com>
10694
10695 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10696 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10697 All callers updated. Add tests for enums, mixed flags register.
10698
aa52b601
DE
106992016-03-15 Doug Evans <dje@google.com>
10700
10701 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10702 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10703
fa4ff313
SM
107042016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10705
10706 * gdb.base/default.exp: Add $_as_string to the list of expected
10707 convenience functions.
10708
f2403c39
AB
107092016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10710
10711 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10712
f2f3ccb9
SM
107132016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10714
10715 * gdb.python/py-as-string.exp: New file.
10716 * gdb.python/py-as-string.c: New file.
10717
00dbd492
PA
107182016-03-09 Pedro Alves <palves@redhat.com>
10719
10720 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10721 signal" -> "Thread NN received signal" output change.
10722 * gdb.threads/ia64-sigill.exp: Likewise.
10723 * gdb.threads/linux-dp.exp: Likewise.
10724 * gdb.threads/manythreads.exp: Likewise.
10725 * gdb.threads/pending-step.exp: Likewise.
10726 * gdb.threads/print-threads.exp: Likewise.
10727 * gdb.threads/sigstep-threads.exp: Likewise.
10728 * gdb.threads/staticthreads.exp: Likewise.
10729 * gdb.threads/tls.exp: Likewise.
10730
1e6697ea
YQ
107312016-03-09 Pedro Alves <palves@redhat.com>
10732
10733 * gdb.base/command-line-input.exp: New file.
10734
b04fd3be
MK
107352016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10736
10737 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10738 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10739 * gdb.trace/pending.exp: Accept leading dot before function name.
10740 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10741 * lib/trace-support.exp: Set registers for ppc.
10742
98fa59e9
MK
107432016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10744
10745 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10746 use it for disassembly; accept .main in addition to main in backtrace.
10747
f77198c8
MK
107482016-03-09 Wei-cheng Wang <cole945@gmail.com>
10749 Marcin Kościelnicki <koriakin@0x04.net>
10750
10751 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10752 (gdb_recursion_test_ptr): New global variable.
10753 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10754 gdb_recursion_test.
10755 (gdb_c_test): Ditto.
10756
ba84e0da
MK
107572016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10758
10759 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10760 ordering.
10761
4366d36e
MK
107622016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10763
10764 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10765 (bar): Add bar_start_lbl label.
10766 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10767 of foo/bar for emitting DWARF and tracing.
10768
5eb264df
SDJ
107692016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10770
10771 * analyze-racy-logs.py: Set executable bit.
10772
fb6a751f
SDJ
107732016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10774
10775 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10776 (CHECK_TARGET_TMP): Likewise.
10777 (check-single-racy): New rule.
10778 (check-parallel-racy): Likewise.
10779 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10780 (do-check-parallel-racy): New rule.
10781 (check-racy/%.exp): Likewise.
10782 * README (Racy testcases): New section.
10783 * analyze-racy-logs.py: New file.
10784
bdf7e230
DE
107852016-03-03 Doug Evans <dje@google.com>
10786
10787 * gdb.base/skip.exp: Use with_test_prefix.
10788
4719d415
YQ
107892016-03-03 Yao Qi <yao.qi@linaro.org>
10790
10791 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10792 Invoke step_over_syscall "clone" and break_cond_on_syscall
10793 "clone".
10794 * gdb.base/step-over-clone.c: New file.
10795
ea507862
YQ
107962016-03-03 Yao Qi <yao.qi@linaro.org>
10797
10798 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10799 code format.
10800
8fc8cbda
YQ
108012016-03-03 Yao Qi <yao.qi@linaro.org>
10802
10803 * gdb.base/disp-step-fork.c: Rename to ...
10804 * gdb.base/step-over-fork.c: ... it. New file.
10805 * gdb.base/disp-step-vfork.c: Rename to ...
10806 * gdb.base/step-over-vfork.c: ... it. New file.
10807 * gdb.base/disp-step-syscall.exp: Rename to ...
10808 * gdb.base/step-over-syscall.exp: ... it. New file.
10809 (disp_step_cross_syscall): Rename to ...
10810 (step_over_syscall): ... it.
10811
92fa70b0
YQ
108122016-03-03 Yao Qi <yao.qi@linaro.org>
10813
10814 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10815 If target supports condition evaluation on target, invoke
10816 break_cond_on_syscall for fork and vfork.
10817
e197ad3c
YQ
108182016-03-03 Yao Qi <yao.qi@linaro.org>
10819
10820 * gdb.base/disp-step-syscall.exp: Don't invoke
10821 support_displaced_stepping.
10822 (disp_step_cross_syscall): Test with displaced stepping off and
10823 on if supported.
10824
0b47da9f
YQ
108252016-03-03 Yao Qi <yao.qi@linaro.org>
10826
10827 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10828 proc.
10829 (setup): New proc.
10830 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10831 and setup.
10832
065ab6dc
BH
108332016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10834
10835 * gdb.fortran/vla-history.exp: Remove breakpoint.
10836
07e448ad 108372016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10838
25d49b86
PA
10839 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10840 exceeds timeout.
07e448ad 10841
9ac2d526 108422016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10843
25d49b86
PA
10844 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10845 breakpoint.
9ac2d526 10846
17807369
BH
108472016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10848
10849 * gdb.mi/vla.f90: Nullify pointer after declaration.
10850
86e501af
PA
108512016-03-01 Pedro Alves <palves@redhat.com>
10852
10853 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10854
1e903e32
PA
108552016-03-01 Pedro Alves <palves@redhat.com>
10856
10857 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10858 before anything else.
10859 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10860 _GNU_SOURCE here.
10861 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10862 before anything else.
10863 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10864
6ccb54e2
PA
108652016-03-01 Pedro Alves <palves@redhat.com>
10866
10867 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10868
30ca9da1
YQ
108692016-03-01 Yao Qi <yao.qi@linaro.org>
10870
10871 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10872 prepare_for_testing.
10873
dc856b38
YQ
108742016-03-01 Yao Qi <yao.qi@linaro.org>
10875
10876 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10877
4a932159
AA
108782016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10879
10880 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10881 manually constructing the output path.
10882
f2489477
AA
108832016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10884
10885 * gdb.arch/s390-stackless.S: New.
10886 * gdb.arch/s390-stackless.exp: New.
10887
38899f16
IB
108882016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10889
10890 * gdb.dlang/circular.c: New file.
10891 * gdb.dlang/circular.exp: New file.
10892
9fde51ed
YQ
108932016-02-26 Yao Qi <yao.qi@linaro.org>
10894
10895 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10896 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10897 (testcases): Update.
10898
ce90fefe
YQ
108992016-02-26 Yao Qi <yao.qi@linaro.org>
10900
10901 * gdb.reverse/aarch64.c: Rename to ...
10902 * gdb.reverse/insn-reverse.c: ... it.
10903 * gdb.reverse/aarch64.exp: Rename to ...
10904 * gdb.reverse/insn-reverse.exp: ... it.
10905
3263bceb
YQ
109062016-02-26 Yao Qi <yao.qi@linaro.org>
10907
10908 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10909 (testcase_ftype): New.
10910 (testcases): New array.
10911 (n_testcases): New.
10912 (main): Call each element in testcases.
10913 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10914 (read_testcase): New.
10915 Do the tests in a loop.
10916
6cb59ff1
YQ
109172016-02-25 Yao Qi <yao.qi@linaro.org>
10918
10919 * gdb.base/branches.c: Remove.
10920
ae91f625
MK
109212016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10922
10923 PR gdb/13808
10924 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10925
678b48b7
MK
109262016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10927
10928 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10929
7337a6f2
MK
109302016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10931
10932 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10933 change x86_64 call_insn to 'callq'.
10934
861ca91f
AT
109352016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10936
10937 * gdb.trace/tfile-avx.c: Move to...
10938 * gdb.trace/tracefile-pseudo-reg.c: Here.
10939 * gdb.trace/tfile-avx.exp: Move to...
10940 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10941
bf74e428
GB
109422016-02-24 Gary Benson <gbenson@redhat.com>
10943
10944 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10945 message on attach.
10946
cce0e923
DE
109472016-02-23 Doug Evans <dje@google.com>
10948
10949 * gdb.base/skip.c (test_skip): New function.
10950 (end_test_skip_file_and_function): New function.
10951 (test_skip_file_and_function): New function.
10952 * gdb.base/skip1.c (test_skip): New function.
10953 (skip1_test_skip_file_and_function): New function.
10954 * gdb.base/skip.exp: Add tests for new skip options.
10955 * gdb.base/skip-solib.exp: Update expected output.
10956 * gdb.perf/skip-command.cc: New file.
10957 * gdb.perf/skip-command.exp: New file.
10958 * gdb.perf/skip-command.py: New file.
10959
4000e47e
MK
109602016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10961
10962 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10963 info registers pattern.
10964
24f75ead
IB
109652016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10966
10967 * lib/future.exp: Add D support.
10968 (gdb_find_gdc): New proc.
10969 (gdb_default_target_compile): Add D support.
10970
fbb7bcbe
WW
109712016-02-18 Wei-cheng Wang <cole945@gmail.com>
10972
10973 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10974 user+system time.
10975 (trace_speed_test): Determine the iteration count for a time
10976 between 15..30 seconds.
10977
012b3a21
WT
109782016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10979
10980 * gdb.arch/i386-mpx-sigsegv.c: New file.
10981 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10982 * gdb.arch/i386-mpx-simple_segv.c: New file.
10983 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10984
2d5189bd
YQ
109852016-02-18 Yao Qi <yao.qi@linaro.org>
10986
10987 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10988 Don't call setup_kfail.
10989
40fb20d0
YQ
109902016-02-18 Yao Qi <yao.qi@linaro.org>
10991
10992 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10993 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10994
21b1f8d2
DE
109952016-02-16 Doug Evans <dje@google.com>
10996
10997 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10998 * gdb.base/skip1.c: Ditto.
10999 * gdb.base/skip.exp: Whitespace cleanup.
11000
4041ed77
DB
110012016-02-16 Don Breazeal <donb@codesourcery.com>
11002
11003 PR remote/19496
11004 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11005 Remove kfail for PR remote/19496.
11006
c4ef31bf
SM
110072016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11008
11009 * lib/gdb.exp (standard_temp_file): Return a path specific to
11010 the runtest invocation.
11011
266b65b3
SM
110122016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11013
11014 * gdb.trace/save-trace.exp: Change relative path to be in the
11015 standard output directory.
11016
a7a0a6a9
JK
110172016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11018
11019 * gdb.arch/i386-prologue.c: Add missing prototypes.
11020
c99dbb42
JK
110212016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11022
11023 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11024 * gdb.arch/i386-prologue.exp: Likewise.
11025 * gdb.arch/i386-size.exp: Likewise.
11026
aa480355
SM
110272016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11028
11029 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11030 define object file path.
11031 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11032 file path.
11033 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11034 standard_output_file to define binfile.
11035
ba881f50
JK
110362016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11037
11038 Fix compatibility with recent gfortran-5.3.1.
11039 * gdb.fortran/vla-history.exp (print vla1 allocated)
11040 (print vla2 allocated, print $2, print $3): Remove
11041 (print $4): Rename to ...
11042 (print $2): ... here.
11043 (print $9): Rename to ...
11044 (print $5): ... here.
11045 (print $10): Rename to ...
11046 (print $6): ... here.
11047 * gdb.fortran/vla.f90: Add pvla initialization.
11048
e9fb005c
JK
110492016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11050
11051 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11052 New test.
11053 * gdb.fortran/vla-value-sub.exp: Likewise.
11054
e44e00ff
MK
110552016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11056
11057 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11058
97e94151
SM
110592016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11060
11061 * i386-biarch-core.exp: Define corefile using
11062 standard_output_file.
11063
01113bc1
YQ
110642016-02-12 Yao Qi <yao.qi@linaro.org>
11065
11066 * gdb.arch/arm-single-step-kernel-helper.c: New.
11067 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11068
33b4777c
MM
110692016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11070
11071 * gdb.btrace/tailcall-only.exp: New.
11072 * gdb.btrace/tailcall-only.c: New.
11073 * gdb.btrace/x86_64-tailcall-only.S: New.
11074 * gdb.btrace/i686-tailcall-only.S: New.
11075
acc23c11
PA
110762016-02-11 Pedro Alves <palves@redhat.com>
11077
11078 * README (Parallel testing): Add missing double quotes.
11079
e352bf0a
PA
110802016-02-11 Pedro Alves <palves@redhat.com>
11081
11082 * README (Parallel testing): New section.
11083 (GDB_PARALLEL): Rewrite.
11084 (FORCE_PARALLEL): Document.
11085
9f5fed78
MK
110862016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11087
11088 * gdb.trace/tfile-avx.c: New test.
11089 * gdb.trace/tfile-avx.exp: New test.
11090
9ef9e6a6
KS
110912016-02-09 Keith Seitz <keiths@redhat.com>
11092
11093 PR breakpoints/19546
11094 * gdb.base/infcall-exec.c: New file.
11095 * gdb.base/infcall-exec2.c: New file.
11096 * gdb.base/infcall-exec.exp: New file.
11097
a96e36da
KS
110982016-02-09 Keith Seitz <keiths@redhat.com>
11099
11100 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11101 (toplevel): Call test_bkpt_address.
11102
9f61929f
KS
111032016-02-09 Keith Seitz <keiths@redhat.com>
11104
11105 PR python/19506
11106 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11107 (toplevel): Call test_bkpt_address.
11108
1e94266c
SM
111092016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11110
11111 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11112 to AC_OUTPUT.
11113 * configure: Regenerate.
11114
2a7f3dff
PA
111152016-02-09 Pedro Alves <palves@redhat.com>
11116
11117 PR breakpoints/19548
11118 * gdb.base/execl-update-breakpoints.c (some_function): New
11119 function.
11120 (main): Call it.
11121 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11122 Tighten expected GDB output.
11123
2151ccc5
SM
111242016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11125
11126 * Makefile.in (ALL_SUBDIRS): Remove.
11127 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11128 (distclean maintainer-clean realclean): Likewise.
11129 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11130 * configure: Regenerate.
11131 * gdb.ada/Makefile.in: Delete.
11132 * gdb.arch/Makefile.in: Likewise.
11133 * gdb.asm/Makefile.in: Likewise.
11134 * gdb.base/Makefile.in: Likewise.
11135 * gdb.btrace/Makefile.in: Likewise.
11136 * gdb.cell/Makefile.in: Likewise.
11137 * gdb.compile/Makefile.in: Likewise.
11138 * gdb.cp/Makefile.in: Likewise.
11139 * gdb.disasm/Makefile.in: Likewise.
11140 * gdb.dlang/Makefile.in: Likewise.
11141 * gdb.dwarf2/Makefile.in: Likewise.
11142 * gdb.fortran/Makefile.in: Likewise.
11143 * gdb.gdb/Makefile.in: Likewise.
11144 * gdb.go/Makefile.in: Likewise.
11145 * gdb.guile/Makefile.in: Likewise.
11146 * gdb.java/Makefile.in: Likewise.
11147 * gdb.linespec/Makefile.in: Likewise.
11148 * gdb.mi/Makefile.in: Likewise.
11149 * gdb.modula2/Makefile.in: Likewise.
11150 * gdb.multi/Makefile.in: Likewise.
11151 * gdb.objc/Makefile.in: Likewise.
11152 * gdb.opencl/Makefile.in: Likewise.
11153 * gdb.opt/Makefile.in: Likewise.
11154 * gdb.pascal/Makefile.in: Likewise.
11155 * gdb.perf/Makefile.in: Likewise.
11156 * gdb.python/Makefile.in: Likewise.
11157 * gdb.reverse/Makefile.in: Likewise.
11158 * gdb.server/Makefile.in: Likewise.
11159 * gdb.stabs/Makefile.in: Likewise.
11160 * gdb.threads/Makefile.in: Likewise.
11161 * gdb.trace/Makefile.in: Likewise.
11162 * gdb.xml/Makefile.in: Likewise.
11163 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11164 GDB_PARALLEL.
11165 (standard_output_file): Remove check for GDB_PARALLEL, always
11166 return path in outputs/$subdir/$testname.
11167
437277d4
SM
111682016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11169
11170 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11171 (site.exp): Assign abs_srcdir to tcl's srcdir.
11172
31d913c7
YQ
111732016-02-04 Yao Qi <yao.qi@linaro.org>
11174
11175 * gdb.base/foll-exec-mode.c: Include limits.h.
11176 (main): Add parameters argc and argv. Get directory from
11177 argv[0].
11178 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11179 compilation.
11180 * gdb.base/foll-exec.c: Include limits.h.
11181 (main): Add parameters argc and argv.
11182 Get directory from argv[0].
11183 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11184 Adjust tests on the number of lines as source code changed.
11185 * gdb.base/foll-vfork-exit.c: Include limits.h.
11186 (main): Add one line of statement before vfork.
11187 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11188 (main): Add parameters argc and argv. Get directory from
11189 argv[0].
11190 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11191 (setup_gdb): Set tbreak to skip some source lines.
11192 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11193 (main): Add parameters argc and argv. Get directory from
11194 argv[0].
11195 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11196 compilation.
11197 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11198 (main): Add parameters argc and argv. Get directory from
11199 argv[0].
11200 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11201 compilation.
11202
9482b9fb
DE
112032016-02-01 Doug Evans <dje@google.com>
11204
11205 * gdb.base/skip.exp: Clean up multiple references to same test name.
11206
6b2e4f10
PA
112072016-02-01 Pedro Alves <palves@redhat.com>
11208
ccb6afd6 11209 PR remote/19496
6b2e4f10
PA
11210 * gdb.threads/forking-threads-plus-breakpoint.exp
11211 (displaced_stepping_supported): New global.
11212 (probe_displaced_stepping_support): New procedure.
11213 (do_test): Add 'displaced' parameter, and use it.
11214 (top level): Check for displaced stepping support. Add displaced
11215 stepping on/off testing axis.
11216
37a8db1a
AB
112172016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11218
11219 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11220 pointer. Don't perform further tests on the unassociated pointer
11221 if the first test fails.
11222
5fdf6324
AB
112232016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11224
11225 * gdb.base/max-value-size.c: New file.
11226 * gdb.base/max-value-size.exp: New file.
11227 * gdb.base/huge.exp: Disable max-value-size for this test.
11228
935c6144
IB
112292016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11230
11231 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11232
7fe8399d
YQ
112332016-01-28 Yao Qi <yao.qi@linaro.org>
11234
11235 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11236
a2077e25
PA
112372016-01-25 Pedro Alves <palves@redhat.com>
11238
11239 PR threads/19461
11240 * gdb.base/fork-running-state.c: New file.
11241 * gdb.base/fork-running-state.exp: New file.
11242
1d2736d4
PA
112432016-01-25 Pedro Alves <palves@redhat.com>
11244
11245 PR gdb/19494
11246 * gdb.base/catch-fork-kill.c: New file.
11247 * gdb.base/catch-fork-kill.exp: New file.
11248
f1da4b11
PA
112492016-01-25 Pedro Alves <palves@redhat.com>
11250
11251 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11252 Delete, moved to lib/gdb.exp.
11253 * gdb.threads/forking-threads-plus-breakpoint.exp
11254 (foreach_with_prefix): Likewise.
11255 * gdb.threads/process-dies-while-handling-bp.exp
11256 (foreach_with_prefix): Likewise.
11257 * lib/gdb.exp (foreach_with_prefix): New procedure.
11258
45f38546
MK
112592016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11260
11261 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11262 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11263
dc29a1ce
MK
112642016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11265
11266 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11267 endian targets.
11268
092127d7
JK
112692016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11270 Pedro Alves <palves@redhat.com>
11271
11272 Fix testsuite compatibility with Guile.
11273 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11274 number.
11275
31d765d3
JK
112762016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11277
11278 Fix testsuite compatibility with Guile.
11279 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11280 (thread 1): New test for backtrace through signal handler.
11281
1ac78c04
YQ
112822016-01-22 Yao Qi <yao.qi@linaro.org>
11283
11284 PR testsuite/19491
11285 * gdb.base/multi-forks.c: Include
11286 ../lib/unbuffer_output.c
11287 (main): Call gdb_unbuffer_output.
11288
4f5946a8
DE
112892016-01-21 Doug Evans <dje@google.com>
11290
11291 * lib/ada.exp (gdb_compile_ada): Fix typo.
11292
305e13e6
JB
112932016-01-21 Joel Brobecker <brobecker@adacore.com>
11294
11295 * gdb.base/break-fun-addr.exp: New file.
11296 * gdb.base/break-fun-addr1.c: New file.
11297 * gdb.base/break-fun-addr2.c: New file.
11298
5f5dfff6
SM
112992016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11300
11301 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11302 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11303 enum flag values.
11304
fd356fa2
AA
113052016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11306
11307 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11308 when GDB can not set the vector return value. Add more comments
11309 for clarification.
11310
9df22175
AT
113112016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11312
11313 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11314 command.
11315
41d1845e
SM
113162016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11317
11318 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11319
01ac6840
SM
113202016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11321
11322 * Makefile.in (check-single): Pass --status to runtest.
11323 (check/%.exp): Likewise.
11324
113252016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11326
11327 * Makefile.in (check-parallel): Propagate return code from make
11328 do-check-parallel.
11329
bd0a71fa
MK
113302016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11331
11332 * gdb.trace/ftrace.exp: Fix expected message on continue.
11333 * gdb.trace/pending.exp: Fix expected message on continue.
11334 * gdb.trace/trace-break.exp: Fix expected message on continue.
11335
8bcbad33
SM
113362016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11337
11338 * lib/gdb.exp (gdb_test): Remove unused global references.
11339
f303dbd6
PA
113402016-01-18 Pedro Alves <palves@redhat.com>
11341
11342 * gdb.base/async-shell.exp: Adjust expected output.
11343 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11344 * gdb.base/siginfo-thread.exp: Adjust expected output.
11345 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11346 * gdb.java/jnpe.exp: Adjust expected output.
11347 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11348 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11349 * gdb.threads/leader-exit.exp: Adjust expected output.
11350 * gdb.threads/manythreads.exp: Adjust expected output.
11351 * gdb.threads/pthreads.exp: Adjust expected output.
11352 * gdb.threads/schedlock.exp: Adjust expected output.
11353 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11354 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11355 expected output.
11356 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11357 output.
11358 * gdb.threads/sigthread.exp: Adjust expected output.
11359 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11360
b2789696
YQ
113612016-01-18 Yao Qi <yao.qi@linaro.org>
11362
11363 * gdb.guile/scm-section-script.c: Replace @progbits with
11364 %progbits.
11365 * gdb.python/py-section-script.c: Likewise.
11366
71ef29a8
PA
113672016-01-15 Pedro Alves <palves@redhat.com>
11368
11369 * gdb.multi/tids.exp: Test star wildcard ranges.
11370
3f5b7598
PA
113712016-01-15 Pedro Alves <palves@redhat.com>
11372
11373 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11374 command from "thread apply" invocation.
11375 (thr_apply_info_thr_invalid): Default the expected output to the
11376 input tid list.
11377 (top level): Add tests that use convenience variables. Add tests
11378 for "thread apply" with a valid TID list, but missing the command.
11379
663f6d42
PA
113802016-01-13 Pedro Alves <palves@redhat.com>
11381
11382 * gdb.base/default.exp: Expect $_gthread as well.
11383 * gdb.multi/tids.exp: Test $_gthread.
11384 * gdb.threads/thread-specific.exp: Test $_gthread.
11385
c84f6bbf
PA
113862016-01-13 Pedro Alves <palves@redhat.com>
11387
11388 * gdb.multi/tids.exp: Test "info threads -gid".
11389
22a02324
PA
113902016-01-13 Pedro Alves <palves@redhat.com>
11391
11392 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11393 Breakpoint.thread.
11394 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11395
5d5658a1
PA
113962016-01-07 Pedro Alves <palves@redhat.com>
11397
11398 * gdb.base/break.exp: Adjust to output changes.
11399 * gdb.base/hbreak2.exp: Likewise.
11400 * gdb.base/sepdebug.exp: Likewise.
11401 * gdb.base/watch_thread_num.exp: Likewise.
11402 * gdb.linespec/keywords.exp: Likewise.
11403 * gdb.multi/info-threads.exp: Likewise.
11404 * gdb.threads/thread-find.exp: Likewise.
11405 * gdb.multi/tids.c: New file.
11406 * gdb.multi/tids.exp: New file.
11407
84654457
PA
114082016-01-13 Pedro Alves <palves@redhat.com>
11409
11410 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11411
e3940304
PA
114122016-01-13 Pedro Alves <palves@redhat.com>
11413
11414 * gdb.base/default.exp: Expect $_inferior as well.
11415 * gdb.multi/base.exp: Test $_inferior.
11416
a911d87a
PA
114172016-01-13 Pedro Alves <palves@redhat.com>
11418
11419 PR breakpoints/19388
11420 * gdb.base/catch-signal-siginfo-cond.c: New file.
11421 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11422
82075af2
JS
114232016-01-12 Josh Stone <jistone@redhat.com>
11424 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11425
11426 * gdb.base/catch-syscall.c (do_execve): New variable.
11427 (main): Conditionally trigger an execve.
11428 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11429 (test_catch_syscall_execve): New, check entry/return across execve.
11430 (do_syscall_tests): Call test_catch_syscall_execve.
11431
e46eeedd
PA
114322016-01-12 Pedro Alves <palves@redhat.com>
11433
11434 * gdb.base/random-signal.exp (do_test): New procedure, with body
11435 of testcase moved in.
11436
01d8c27e
JK
114372016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11438 Pedro Alves <palves@redhat.com>
11439
11440 * gdb.base/funcargs.exp (finish from indirectly called function):
11441 Reintroduce the case for 'First'.
11442
9a706302
JK
114432016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11444 Pedro Alves <palves@redhat.com>
11445
11446 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11447 (tcatch_vfork_then_child_follow_exec)
11448 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11449 identification.
11450
c0ecb95f
JK
114512016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11452
11453 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11454 and repeats to unlimited.
11455 * gdb.python/py-value.exp: Likewise.
11456 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11457 and repeats to unlimited.
11458
6cfc1fcb
JK
114592016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11460
11461 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11462 and reordering the functions.
11463 * gdb.multi/hangout.c: Likewise.
11464 * gdb.multi/hello.c: Likewise.
11465
582a1b00
SM
114662016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11467
11468 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11469 absolute.
11470 (SingleStatisticTestResult.report): Use dict.keys instead of
11471 dict.iterkeys.
11472
79bc59cb
PA
114732016-01-06 Pedro Alves <palves@redhat.com>
11474
11475 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11476
43368e1d
MM
114772016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11478
11479 * gdb.btrace/dlopen.exp: New.
11480 * gdb.btrace/dlopen.c: New.
11481 * gdb.btrace/dlopen-dso.c: New.
11482
79fad5b8
SL
114832015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11484
11485 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11486 PATTERN argument is optional.
11487
ab8314b3
JB
114882015-12-24 Joel Brobecker <brobecker@adacore.com>
11489
11490 * lib/ada.exp (target_compile_ada_from_dir): New function.
11491 (gdb_compile_ada): Reimplement avoiding the use of project files.
11492 * gdb.ada/gnat_ada.gpr: Delete.
11493 * gdb.ada/cond_lang.exp: Adjust test to make path before
11494 filename optional.
11495 * gdb.ada/small_reg_param.exp: Likewise.
11496
fe33faff
SM
114972015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11498
11499 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11500
6d265cb4
TP
115012015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11502
11503 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11504 case.
11505
10125099
SM
115062015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11507
11508 * gdb.base/break.exp: Remove dead code.
11509 * gdb.base/sepdebug.exp: Likewise.
11510
3ca22649
SM
115112015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11512
11513 * gdb.asm/asm-source.exp: Remove HP-UX references.
11514 * gdb.base/annota1.exp: Likewise.
11515 * gdb.base/annota3.exp: Likewise.
11516 * gdb.base/attach.exp: Likewise.
11517 * gdb.base/bigcore.exp: Likewise.
11518 * gdb.base/break.exp: Likewise.
11519 * gdb.base/call-ar-st.exp: Likewise.
11520 * gdb.base/callfuncs.exp: Likewise.
11521 * gdb.base/catch-fork-static.exp: Likewise.
11522 * gdb.base/display.exp: Likewise.
11523 * gdb.base/foll-exec-mode.exp: Likewise.
11524 * gdb.base/foll-exec.exp: Likewise.
11525 * gdb.base/foll-fork.exp: Likewise.
11526 * gdb.base/foll-vfork.exp: Likewise.
11527 * gdb.base/funcargs.exp: Likewise.
11528 * gdb.base/hbreak2.exp: Likewise.
11529 * gdb.base/inferior-died.exp: Likewise.
11530 * gdb.base/interrupt.exp: Likewise.
11531 * gdb.base/multi-forks.exp: Likewise.
11532 * gdb.base/nodebug.exp: Likewise.
11533 * gdb.base/sepdebug.exp: Likewise.
11534 * gdb.base/solib1.c: Likewise.
11535 * gdb.base/step-test.exp: Likewise.
11536 * gdb.mi/non-stop.c: Likewise.
11537 * gdb.mi/pthreads.c: Likewise.
11538 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11539 * gdb.threads/pthreads.c: Likewise.
11540 * gdb.threads/staticthreads.exp: Likewise.
11541 * lib/future.exp: Likewise.
11542 * lib/gdb.exp: Likewise.
11543 * gdb.base/so-indr-cl.c: Remove.
11544 * gdb.base/so-indr-cl.exp: Likewise.
11545 * gdb.base/solib.c: Likewise.
11546 * gdb.base/solib.exp: Likewise.
11547 * gdb.base/solib2.c: Likewise.
11548
b6304613
SM
115492015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11550
11551 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11552 * gdb.base/call-ar-st.exp: Likewise.
11553 * gdb.base/callfuncs.exp: Likewise.
11554 * gdb.base/condbreak.exp: Likewise.
11555 * gdb.base/constvars.exp: Likewise.
11556 * gdb.base/hbreak2.exp: Likewise.
11557 * gdb.base/langs.exp: Likewise.
11558 * gdb.base/list.exp: Likewise.
11559 * gdb.base/long_long.exp: Likewise.
11560 * gdb.base/ptype.exp: Likewise.
11561 * gdb.base/scope.exp: Likewise.
11562 * gdb.base/signals.exp: Likewise.
11563 * gdb.base/so-impl-ld.exp: Likewise.
11564 * gdb.base/varargs.exp: Likewise.
11565 * gdb.base/volatile.exp: Likewise.
11566 * gdb.base/whatis.exp: Likewise.
11567 * gdb.cp/cplusfuncs.exp: Likewise.
11568 * gdb.cp/inherit.exp: Likewise.
11569 * gdb.cp/local.exp: Likewise.
11570 * gdb.cp/member-ptr.exp: Likewise.
11571 * gdb.cp/method.exp: Likewise.
11572 * gdb.cp/overload.exp: Likewise.
11573 * gdb.cp/templates.exp: Likewise.
11574 * gdb.stabs/weird.exp: Likewise.
11575 * lib/compiler.c: Likewise.
11576 * lib/compiler.cc: Likewise.
11577 * lib/cp-support.exp: Likewise.
11578 * lib/gdb.exp: Likewise.
11579
bf401b07
SM
115802015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11581
11582 * configure.ac: Remove HP-UX case.
11583 * configure: Regenerate.
11584
aff9c0f8
SM
115852015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11586
11587 * lib/gdb.exp (gdb_compile): Add function doc.
11588
a6904d5a
PA
115892015-12-17 Pedro Alves <palves@redhat.com>
11590
11591 PR threads/19354
11592 * gdb.multi/info-threads.exp: New file.
11593
a22279dd
YQ
115942015-12-15 Yao Qi <yao.qi@linaro.org>
11595
11596 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11597 is aarch64*-*-*.
11598
0588c796
SL
115992015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11600
11601 * gdb.base/history-duplicates.exp: Skip if no readline support.
11602
5d978e17
SL
116032015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11604
11605 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11606
7e763b86
SL
116072015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11608
11609 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11610
87a3a92c
SL
116112015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11612
11613 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11614 ctrl-C if nointerrupts target property is set.
11615 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11616 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11617 * gdb.base/paginate-bg-execution.exp: Likewise.
11618 * gdb.base/paginate-execution-startup.exp: Likewise.
11619 * gdb.base/random-signal.exp: Likewise.
11620 * gdb.base/range-stepping.exp: Likewise.
11621 * gdb.cp/annota2.exp: Likewise.
11622 * gdb.cp/annota3.exp: Likewise.
11623 * gdb.gdb/selftest.exp: Likewise.
11624 * gdb.threads/continue-pending-status.exp: Likewise.
11625 * gdb.threads/leader-exit.exp: Likewise.
11626 * gdb.threads/manythreads.exp: Likewise.
11627 * gdb.threads/pthreads.exp: Likewise.
11628 * gdb.threads/schedlock.exp: Likewise.
11629 * gdb.threads/sigthread.exp: Likewise.
11630
a8f077dc
DB
116312015-12-11 Don Breazeal <donb@codesourcery.com>
11632
11633 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11634 remote.
11635 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11636 * gdb.base/foll-exec.exp (main): Enable for target remote.
11637 * gdb.base/foll-fork.exp (main): Likewise.
11638 * gdb.base/foll-vfork.exp (main): Likewise.
11639 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11640 (proc continue_to_exit_bp_loc): Use clean_restart.
11641 * gdb.base/pie-execl.exp (main): Disable for target remote.
11642 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11643 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11644 * gdb.threads/execl.exp (main): Likewise.
11645 * gdb.threads/fork-child-threads.exp (main): Likewise.
11646 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11647 remote.
11648 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11649 remote.
11650 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11651 pid.tid style ptids, instead of just tid.
11652 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11653 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11654 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11655 ptids, instead of just tid.
11656
3b2464a8
AB
116572015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11658
11659 * gdb.base/list.exp (test_list_forward): Add end of file error
11660 test.
11661 (test_repeat_list_command): Add end of file error test.
11662 (test_list_backwards): Add beginning of file error test.
11663
a0def019
AB
116642015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11665
11666 * gdb.base/list.exp (test_list_invalid_args): New function,
11667 defined, and called.
11668
5c000dff
AB
116692015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11670
11671 * gdb.base/list.exp (test_list): Make test names unique.
11672
f1637ebe
YQ
116732015-12-11 Yao Qi <yao.qi@linaro.org>
11674
11675 * gdb.base/coremaker2.c: Remove.
11676
36d6fc0a
PA
116772015-12-10 Pedro Alves <palves@redhat.com>
11678
11679 * gdb.multi/base.exp: Remove stale "spaces" references.
11680
762f7747
PA
116812015-12-10 Pedro Alves <palves@redhat.com>
11682
11683 * gdb.multi/base.exp: Don't use nowarnings.
11684 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11685 * gdb.multi/hangout.c: Include stdio.h.
11686 * gdb.multi/hello.c: Include stdlib.h.
11687 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11688 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11689 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11690
28d2bfb9
AB
116912015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11692
11693 * gdb.dwarf2/dw2-ranges-base.c: New file.
11694 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11695 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11696 support additional line table, and debug ranges generation.
11697 (Dwarf::ranges): New function, generate .debug_ranges.
11698 (Dwarf::lines): Support generating simple line table programs.
11699 (Dwarf::assemble): Initialise new namespace variables.
11700
5fc2beac
KB
117012015-12-09 Kevin Buettner <kevinb@redhat.com>
11702
11703 * gdb.base/async.exp (proc test_background): Add case for
11704 asynchronous execution not supported.
11705
1c35a88f
LM
117062015-12-09 Luis Machado <lgustavo@codesourcery.com>
11707
11708 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11709 format and change test names to make them unique.
11710
b593e3d9
RK
117112015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11712 Pedro Alves <pedro@redhat.com>
11713
11714 PR gdb/18702
11715 Add checking of floatformats setup on x86_64 hosts.
11716 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11717 (smallval, bigval): New labels/constants.
11718 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11719 float" after loading bigval and smallval.
11720
d72413e6
PMR
117212015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11722
11723 * gdb.ada/fun_overload_menu.exp: New testcase.
11724 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11725
ece66d65
JS
117262015-12-04 Josh Stone <jistone@redhat.com>
11727
11728 * gdb.base/catch-fork-static.exp: New.
11729
41d0efca
YQ
117302015-12-03 Yao Qi <yao.qi@linaro.org>
11731
11732 * gdb.base/sizeof.c: Don't include stdio.h and
11733 ../lib/unbuffer_output.c.
11734 (main): New variable 'size' and 'value'. Remove printf and
11735 gdb_unbuffer_output. Assign return value to size and value.
11736 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11737 at the beginning.
11738 (check_sizeof): Check the result by printing variable 'size'.
11739 (check_valueof): Check the result by printing variable 'value'.
11740
99fd02d9
YQ
117412015-12-01 Yao Qi <yao.qi@linaro.org>
11742
11743 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11744 for aarch64*-*-linux* target.
11745
f2faf941
PA
117462015-11-30 Pedro Alves <palves@redhat.com>
11747
11748 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11749
04bf20c5
PA
117502015-11-30 Pedro Alves <palves@redhat.com>
11751
11752 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11753 Handle non-stop mode vCont replies.
11754
09df4675
PA
117552015-11-30 Pedro Alves <palves@redhat.com>
11756
11757 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11758 prepare_for_testing. Start gdb with "set non-stop on" appended to
11759 GDBFLAGS. Lax expected stop output.
11760
58b584af
YQ
117612015-11-27 Yao Qi <yao.qi@linaro.org>
11762
11763 * gdb.arch/arm-neon.exp: New.
11764 * gdb.arch/arm-neon.c: New.
11765
dfcb77a8
YQ
117662015-11-27 Yao Qi <yao.qi@linaro.org>
11767
11768 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11769
88e8ec1b
YQ
117702015-11-27 Yao Qi <yao.qi@linaro.org>
11771
11772 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11773 frames-invalid annotation.
11774
bfde72c2
YQ
117752015-11-27 Yao Qi <yao.qi@linaro.org>
11776
11777 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11778
f6512a69
SM
117792015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11780
11781 * gdb.threads/names.exp: New file.
11782 * gdb.threads/names.c: New file.
11783 * README: Mention gdb,no_thread_names.
11784
46a3515b
MM
117852015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11786
11787 PR 19297
11788 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11789 support" error.
11790
62147a22
PA
117912015-11-24 Pedro Alves <palves@redhat.com>
11792
11793 PR 17539
11794 * gdb.base/display.exp: Expect displays to be sorted in ascending
11795 order. Use multi_line.
11796 * gdb.base/solib-display.exp: Likewise.
11797
2f341b6e
PA
117982015-11-24 Pedro Alves <palves@redhat.com>
11799
11800 PR 17539
25d49b86
PA
11801 * gdb.base/display.exp: Expect displays to be sorted in ascending
11802 order. Use multi_line.
11803 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11804
7e0aa6aa
PA
118052015-11-24 Pedro Alves <palves@redhat.com>
11806
11807 PR 17539
11808 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11809 threads in ascending order.
11810 * gdb.base/foll-fork.exp: Likewise.
11811 * gdb.base/foll-vfork.exp: Likewise.
11812 * gdb.base/multi-forks.exp: Likewise.
11813 * gdb.mi/mi-nonstop.exp: Likewise.
11814 * gdb.mi/mi-nsintrall.exp: Likewise.
11815 * gdb.multi/base.exp: Likewise.
11816 * gdb.multi/multi-arch.exp: Likewise.
11817 * gdb.python/py-inferior.exp: Likewise.
11818 * gdb.threads/break-while-running.exp: Likewise.
11819 * gdb.threads/execl.exp: Likewise.
11820 * gdb.threads/gcore-thread.exp: Likewise.
11821 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11822 * gdb.threads/kill.exp: Likewise.
11823 * gdb.threads/linux-dp.exp: Likewise.
11824 * gdb.threads/multiple-step-overs.exp: Likewise.
11825 * gdb.threads/next-bp-other-thread.exp: Likewise.
11826 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11827 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11828 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11829 * gdb.threads/thread-find.exp: Likewise.
11830 * gdb.threads/tls.exp: Likewise.
11831 * lib/mi-support.exp (mi_reverse_list): Delete.
11832 (mi_check_thread_states): No longer reverse list.
11833
2cc57ad8
PA
118342015-11-24 Pedro Alves <palves@redhat.com>
11835
11836 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11837 use lowercase.
11838
c93e8391
SM
118392015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11840
11841 * gdb.trace/actions.c: Include trace-common.h.
11842 (main): Add a location for a fast tracepoint.
11843 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11844 the normal tracepoints.
11845 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11846
045ccf91
SM
118472015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11848
11849 * save-trace.exp: Factor out code to these...
11850 (gdb_save_tracepoints): New.
11851 (gdb_load_tracepoints): New.
11852 (do_save_load_test): New.
11853
5506f9f6
KB
118542015-11-23 Kevin Buettner <kevinb@redhat.com>
11855
11856 * gdb.base/asmlabel.exp: New test.
11857 * gdb.base/asmlabel.c: New test case.
11858
16c3b12f
JB
118592015-11-23 Joel Brobecker <brobecker@adacore.com>
11860
11861 * gdb.base/wrong_frame_bt_full-main.c: New file.
11862 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11863 * gdb.base/wrong_frame_bt_full.exp: New file.
11864
155bfbd3
JB
118652015-11-23 Joel Brobecker <brobecker@adacore.com>
11866
11867 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11868
bb097445
JM
118692015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11870
206853a0 11871 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11872 pstate register when comparing registers values in
11873 sparc64-*-linux-gnu targets to avoid spurious differences.
11874
9c88ed8f
JM
118752015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11876
206853a0 11877 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11878
96161e25
SL
118792015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11880
11881 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11882 as type argument to gdb_compile.
11883 * gdb.base/nested-subp2.exp: Likewise.
11884 * gdb.base/nested-subp3.exp: Likewise.
11885
340c2830
DV
118862015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11887
11888 * lib/dwarf.exp (_note): Fix left shift of negative value.
11889 * gdb.trace/trace-condition.exp: Likewise.
11890
c1862d0f
YQ
118912015-11-13 Yao Qi <yao.qi@linaro.org>
11892
11893 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11894 comments about d10v.
11895 (test_scalar_returns): Likewise.
11896 * gdb.base/d10v.ld: Remove.
11897 * gdb.base/overlays.exp: Remove the target triplet checking for
11898 d10v-*-*.
11899 * gdb.base/structs.exp (test_struct_returns): Remove the
11900 comments about d10v.
11901 (test_struct_calls): Likewise.
11902
77ae9c19
YQ
119032015-11-13 Yao Qi <yao.qi@linaro.org>
11904
11905 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11906 * gdb.base/gnu_vector.c: Don't include stdio.h.
11907 (main): Don't print res and call add_some_intvecs.
11908
430e004e
MK
119092015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11910
11911 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11912 macro.
11913 (func5): Removed.
11914 (func4): Use FAST_TRACEPOINT_LABEL.
11915 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11916 macro.
11917 (func): Removed.
11918 (thread_function): Use FAST_TRACEPOINT_LABEL.
11919 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11920 (func): Remove.
11921 (marker): Use FAST_TRACEPOINT_LABEL.
11922 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11923 (pendfunc1): Remove.
11924 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11925 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11926 (foo): Remove.
11927 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11928 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11929 macro.
11930 (func): Remove.
11931 (marker): Use FAST_TRACEPOINT_LABEL.
11932 * gdb.trace/trace-common.h: New header.
11933 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11934 macro.
11935 (func): Remove.
11936 (marker): Use FAST_TRACEPOINT_LABEL.
11937 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11938 (func): Remove.
11939 (thread_function): Use FAST_TRACEPOINT_LABEL.
11940
6e7675a7
MK
119412015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11942
11943 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11944 in front.
11945 * gdb.trace/change-loc.exp: Use global pcreg definition.
11946 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11947 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11948 in front.
11949 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11950 * gdb.trace/pending.exp: Likewise.
11951 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11952 * gdb.trace/trace-break.exp: Likewise.
11953 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11954 in front.
11955 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11956 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11957 in front.
11958 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11959
dddc0e16
JB
119602015-11-09 Joel Brobecker <brobecker@adacore.com>
11961
11962 * gdb.ada/fin_fun_out: New testcase.
11963
c6f0b406
KB
119642015-11-07 Kevin Buettner <kevinb@redhat.com>
11965
11966 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11967 value associated with DW_AT_byte_size.
11968 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11969 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11970 DW_AT_upper_bound.
11971
f01dcfd9
KB
119722015-11-07 Kevin Buettner <kevinb@redhat.com>
11973
11974 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11975 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11976 version.
11977 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11978 gdb.dwarf2/dw2-canonicalize-type.exp,
11979 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11980 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11981 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11982 provided by gdb_target_symbol_prefix_flags_asm.
11983 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11984 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11985 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11986 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11987 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11988 macros where needed). Use this macro for symbols which require
11989 the prefix provided by SYMBOL_PREFIX.
11990
2223449a
KB
119912015-11-05 Kevin Buettner <kevinb@redhat.com>
11992
11993 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11994 New procs.
11995 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11996 representing expressions, of more than one list element.
11997 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11998 to prepend linker symbol prefix to f.
11999 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12000 table_1 and table_2.
12001 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12002 Likewise, for f and g.
12003 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12004 for ptr.
12005 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12006 for main.
12007 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12008 table_1_ptr and table_2_ptr.
12009
6f2f1a3a
JK
120102015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12011 Joel Brobecker <brobecker@adacore.com>
12012
12013 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12014
566c56c9
MK
120152015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12016
12017 * gdb.reverse/s390-mvcle.c: New test.
12018 * gdb.reverse/s390-mvcle.exp: New file.
12019 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12020
d5f0636b
MK
120212015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12022
12023 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12024
7ad8b86c
MK
120252015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12026
12027 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12028 reaching marker2.
12029 * gdb.reverse/getresuid-reverse.exp: Likewise.
12030 * gdb.reverse/pipe-reverse.exp: Likewise.
12031 * gdb.reverse/readv-reverse.exp: Likewise.
12032 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12033 * gdb.reverse/time-reverse.exp: Likewise.
12034 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12035
4081c0f1
YQ
120362015-10-30 Yao Qi <yao.qi@linaro.org>
12037
12038 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12039 (empty_cycle): Remove.
12040 (main): Don't call empty_cycle. Don't use watch_count_done.
12041 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12042 empty_cycle. Rewrite the code counting HW watchpoints.
12043
452b4ba5
MK
120442015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12045
12046 * gdb.reverse/fstatat-reverse.c: New test.
12047 * gdb.reverse/fstatat-reverse.exp: New file.
12048 * gdb.reverse/getresuid-reverse.c: New test.
12049 * gdb.reverse/getresuid-reverse.exp: New file.
12050 * gdb.reverse/pipe-reverse.c: New test.
12051 * gdb.reverse/pipe-reverse.exp: New file.
12052 * gdb.reverse/readv-reverse.c: New test.
12053 * gdb.reverse/readv-reverse.exp: New file.
12054 * gdb.reverse/recvmsg-reverse.c: New test.
12055 * gdb.reverse/recvmsg-reverse.exp: New file.
12056 * gdb.reverse/time-reverse.c: New test.
12057 * gdb.reverse/time-reverse.exp: New file.
12058 * gdb.reverse/waitpid-reverse.c: New test.
12059 * gdb.reverse/waitpid-reverse.exp: New file.
12060
5e2e7507
JK
120612015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12062
12063 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12064
0fde2c53
DE
120652015-10-26 Doug Evans <dje@google.com>
12066
12067 PR symtab/17391
12068 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12069 * gdb.dwarf2/bad-regnum.c: New file.
12070 * gdb.dwarf2/bad-regnum.exp: New file.
12071
1a70ae97
DE
120722015-10-26 Doug Evans <dje@google.com>
12073
12074 PR python/18938
12075 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12076 file.
12077
27dc26ab
JK
120782015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12079
12080 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12081 for a change by "Mention language in compile error message".
12082
bed91f4d
SM
120832015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12084
12085 PR python/18073
12086 * gdb.python/py-type.c (C::a_method): New.
12087 (C::a_const_method): New.
12088 (C::a_static_method): New.
12089 (a_function): New.
12090 * gdb.python/py-type.exp (test_fields): Test getting fields
12091 from function and method.
12092
3f2f83dd
KB
120932015-10-21 Keven Boell <keven.boell@intel.com>
12094
12095 * gdb.fortran/vla-alloc-assoc.exp: New file.
12096 * gdb.fortran/vla-datatypes.exp: New file.
12097 * gdb.fortran/vla-datatypes.f90: New file.
12098 * gdb.fortran/vla-history.exp: New file.
12099 * gdb.fortran/vla-ptype-sub.exp: New file.
12100 * gdb.fortran/vla-ptype.exp: New file.
12101 * gdb.fortran/vla-sizeof.exp: New file.
12102 * gdb.fortran/vla-sub.f90: New file.
12103 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12104 * gdb.fortran/vla-value-sub-finish.exp: New file.
12105 * gdb.fortran/vla-value-sub.exp: New file.
12106 * gdb.fortran/vla-value.exp: New file.
12107 * gdb.fortran/vla-ptr-info.exp: New file.
12108 * gdb.mi/mi-vla-fortran.exp: New file.
12109 * gdb.mi/vla.f90: New file.
12110
27145d50
SL
121112015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12112
12113 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12114 of hardwired timeout value.
12115
5f3ff4f8
JK
121162015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12117 Pedro Alves <palves@redhat.com>
12118
12119 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12120 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12121
bfd09d20
JS
121222015-10-19 Josh Stone <jistone@redhat.com>
12123
12124 * gdb.base/catch-syscall.c: Include <sched.h>.
12125 (unknown_syscall): New variable.
12126 (main): Trigger a vfork and an unknown syscall.
12127 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12128 (unknown_syscall_number): Likewise.
12129 (check_call_to_syscall): Accept an optional syscall pattern.
12130 (check_return_from_syscall): Likewise.
12131 (check_continue): Likewise.
12132 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12133 (test_catch_syscall_skipping_return): New test toggling off 'catch
12134 syscall' to step over the syscall return, then toggling back on.
12135 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12136 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12137 (do_syscall_tests): Call test_catch_syscall_without_args and
12138 test_catch_syscall_mid_vfork.
12139 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12140 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12141
b32b93c6
AS
121422015-10-19 Andrew Stubbs <ams@codesourcery.com>
12143
12144 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12145 print g_vE): Add new pass patterns.
12146 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12147 print various symbol names for vptr fields.
12148
9d622bda
AB
121492015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12150
12151 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12152 results.
12153
0fd8ac1c
YQ
121542015-10-12 Yao Qi <yao.qi@linaro.org>
12155
12156 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12157
34240514
YQ
121582015-10-12 Yao Qi <yao.qi@linaro.org>
12159
12160 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12161 is aarch64*-*-linux*.
12162
8240f442
YQ
121632015-10-12 Yao Qi <yao.qi@linaro.org>
12164
12165 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12166 (can_relocate_bcond_true): ... it.
12167 (can_relocate_bcond_false): New function.
12168 (foo): Likewise.
12169 (can_relocate_bl): Likewise.
12170 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12171 can_relocate_bl.
12172
2520f728
PMR
121732015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12174
12175 * gdb.base/nested-addr.c: New file.
12176 * gdb.base/nested-addr.exp: New testcase.
12177
abcef95a
MM
121782015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12179
12180 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12181 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12182 its output. Ignore the output of "record goto begin" and instead
12183 check that GDB is replaying.
12184
145e3ddb
PA
121852015-10-09 Pedro Alves <palves@redhat.com>
12186
12187 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12188 (top level): Use it in the run with no args test.
12189
d5d8c4e1
IB
121902015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12191
12192 * gdb.dlang/properties.exp: New file.
12193
06e635ef
SL
121942015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12195
12196 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12197 whether or not address 0x1000 is mapped on the target.
12198
e019fd1d
SM
121992015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12200
12201 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12202 build.
12203
77ba2a67
MM
122042015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12205
12206 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12207 instruction-history test.
12208
c60eb31f
DE
122092015-09-28 Doug Evans <dje@google.com>
12210
12211 * gdb.base/gcore.c (array_func): Add reference to static_array.
12212
9a3c8263
SM
122132015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12214
12215 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12216 source line.
12217
9720e656
SL
122182015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12219
12220 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12221 short or char as base type.
12222
938d3bf2
SL
122232015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12224
12225 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12226 to allow any size enum.
12227
e6c2c623
PMR
122282015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12229
12230 * gdb.ada/array_ptr_renaming.exp: New testcase.
12231 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12232 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12233
06da0f77
PL
122342015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12235
12236 * gdb.trace/ftrace-lock.c: New file.
12237 * gdb.trace/ftrace-lock.exp: New file.
12238
4f51c22a
PL
122392015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12240
12241 * gdb.arch/insn-reloc.c: New file.
12242 * gdb.arch/ftrace-insn-reloc.exp: New file.
12243
7041adf4
PL
122442015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12245
12246 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12247 instruction.
12248 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12249 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12250 * gdb.trace/range-stepping.c: Likewise.
12251 * gdb.trace/trace-break.c: Likewise.
12252 * gdb.trace/trace-mt.c (thread_function): Likewise.
12253 * gdb.trace/ftrace.c (marker): Likewise.
12254 * gdb.trace/trace-condition.c (marker): Likewise.
12255 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12256 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12257 is_aarch64_target.
12258
015d2e7e
DE
122592015-09-18 Doug Evans <xdje42@gmail.com>
12260
12261 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12262 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12263
26b188a2
SL
122642015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12265
12266 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12267 the breakpoint.
12268
79dc332b
SL
122692015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12270
12271 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12272 the pending breakpoint. Remove timeout override for "Run till
12273 MI pending breakpoint on pendfunc3 on thread 2" test.
12274
f57929f2
SL
122752015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12276
12277 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12278 filename pattern.
12279
3f469b17
SL
122802015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12281
12282 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12283 in breakpoint filename pattern.
12284
515b89b3
SL
122852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12286
7800dbe4
SL
12287 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12288
122892015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12290
515b89b3
SL
12291 * gdb.linespec/explicit.exp: Check for readline support for
12292 tab-completion tests. Fix obvious typo.
12293
d2939ba2
MM
122942015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12295
12296 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12297 and replay.
12298
cbb55fa7
MM
122992015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12300
12301 * gdb.btrace/non-stop.c: New.
12302 * gdb.btrace/non-stop.exp: New.
12303
43691ca1
PL
123042015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12305 Yao Qi <yao.qi@linaro.org>
12306
12307 * gdb.trace/trace-condition.c: New file.
12308 * gdb.trace/trace-condition.exp: New file.
12309
d78908cf
WW
123102015-09-16 Wei-cheng Wang <cole945@gmail.com>
12311
12312 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12313 for testing bytecode compilation.
12314
1ed415e2
PA
123152015-09-16 Pedro Alves <palves@redhat.com>
12316 Sandra Loosemore <sandra@codesourcery.com>
12317
12318 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12319 (SECONDS): Redefine.
12320 (main): Call pthread_kill and alarm early.
12321 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12322 support.
12323 (test): If the target can't hardware step and doesn't support
12324 displaced stepping, increase the timeout.
12325
d136eff5
PA
123262015-09-16 Pedro Alves <palves@redhat.com>
12327
12328 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12329 (enable_debug): New procedures.
12330 (test): Use them. Bail out if waiting for threads fails.
12331 (top level): Bail out if a test fails.
12332
991f019c
YQ
123332015-09-16 Yao Qi <yao.qi@linaro.org>
12334
12335 * gdb.asm/asm-source.exp: Set asm-arch for
12336 aarch64*-*-* target.
12337 * gdb.asm/aarch64.inc: New file.
12338
bfca584f
PMR
123392015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12340
12341 * gdb.ada/array_of_variable_length.exp: New testcase.
12342 * gdb.ada/array_of_variable_length/foo.adb: New file.
12343 * gdb.ada/array_of_variable_length/pck.adb: New file.
12344 * gdb.ada/array_of_variable_length/pck.ads: New file.
12345
b326e587
DE
123462015-09-15 Doug Evans <dje@google.com>
12347
12348 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12349 of function static local variable.
12350
5382cfab
PW
123512015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12352
12353 * gdb.threads/tls-so_extern.exp: New test file.
12354 * gdb.threads/tls-so_extern.c: New test file.
12355 * gdb.threads/tls-so_extern_main.c: New test file.
12356
141c5cc4
JK
123572015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12358
12359 * gdb.opt/solib-intra-step-lib.c: New file.
12360 * gdb.opt/solib-intra-step-main.c: New file.
12361 * gdb.opt/solib-intra-step.exp: New file.
12362
d15dcecd
PA
123632015-09-15 Pedro Alves <palves@redhat.com>
12364
12365 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12366 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12367
4c2f2a79
PA
123682015-09-14 Pedro Alves <palves@redhat.com>
12369
12370 * gdb.base/hook-stop-continue.c: Delete.
12371 * gdb.base/hook-stop-continue.exp: Delete.
12372 * gdb.base/hook-stop-frame.c: Delete.
12373 * gdb.base/hook-stop-frame.exp: Delete.
12374 * gdb.base/hook-stop.c: New file.
12375 * gdb.base/hook-stop.exp: New file.
12376
919e6dbe
PMR
123772015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12378
12379 * gdb.ada/access_to_packed_array.exp: New testcase.
12380 * gdb.ada/access_to_packed_array/foo.adb: New file.
12381 * gdb.ada/access_to_packed_array/pack.adb: New file.
12382 * gdb.ada/access_to_packed_array/pack.ads: New file.
12383
157280a4
MM
123842015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12385
12386 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12387 buffer size test.
12388
2fd33e94
DB
123892015-09-11 Don Breazeal <donb@codesourcery.com>
12390
12391 * gdb.base/foll-exec.c: Add copyright header. Fix
12392 formatting issues.
12393 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12394 (do_exec_tests): Use clean_restart in place of zap_session,
12395 and for test initialization. Fix formatting issues. Use
12396 fail in place of perror.
12397 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12398 an expect statement to match an expression with output from
12399 the program under debug.
12400 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12401 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12402 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12403 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12404 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12405
e70b6e8e
DE
124062015-09-09 Doug Evans <dje@google.com>
12407
12408 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12409
7a551a51
DE
124102015-09-09 Doug Evans <dje@google.com>
12411
12412 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12413
4c666f84
DE
124142015-09-09 Doug Evans <dje@google.com>
12415
12416 * gdb.base/savedregs.exp: Fix typo.
12417
243a9253
PA
124182015-09-09 Pedro Alves <palves@redhat.com>
12419
12420 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12421
c0fa8fbd
SL
124222015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12423
12424 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12425 command actually switches threads. Give up on remaining
12426 tests if target fails to stop at breakpoint.
12427
cd7c1778
PMR
124282015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12429
12430 * gdb.ada/funcall_char.exp: New testcase.
12431 * gdb.ada/funcall_char/foo.adb: New file.
12432
dc5c8746
PMR
124332015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12434
12435 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12436 expected outputs. Add two testcases for completing ambiguous
12437 functions.
12438 * gdb.ada/complete/aux_pck.adb: New file.
12439 * gdb.ada/complete/aux_pck.ads: New file.
12440 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12441 Ambiguous_Func functions.
12442 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12443 * gdb.ada/complete/pck.adb: Likewise.
12444
4e83a1e7
UW
124452015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12446
12447 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12448 failures to run the test program under GDB.
12449
8ce74153
LM
124502015-08-26 Luis Machado <lgustavo@codesourcery.com>
12451
12452 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12453 to C.
12454
e9756d52
PP
124552015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12456
12457 * gdb.base/run-after-attach.exp: New test file.
12458 * gdb.base/run-after-attach.c: New test file.
12459
8d37573b
DB
124602015-08-26 Don Breazeal <donb@codesourcery.com>
12461
12462 * gdb.base/foll-exec-2.c: New test program.
12463 * gdb.base/foll-exec-2.exp: New test.
12464
63e43d3a
PMR
124652015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12466
12467 * gdb.base/nested-subp1.exp: New file.
12468 * gdb.base/nested-subp1.c: New file.
12469 * gdb.base/nested-subp2.exp: New file.
12470 * gdb.base/nested-subp2.c: New file.
12471 * gdb.base/nested-subp3.exp: New file.
12472 * gdb.base/nested-subp3.c: New file.
12473
3d40fbb5
PA
124742015-08-24 Pedro Alves <palves@redhat.com>
12475
12476 * gdb.server/connect-without-multi-process.c: New file.
12477 * gdb.server/connect-without-multi-process.exp: New file.
12478
4422ac93
LM
124792015-08-24 Luis Machado <lgustavo@codesourcery.com>
12480
12481 * gdb.opt/inline-markers.c: Make z int.
12482
91dddb86
LM
124832015-08-24 Luis Machado <lgustavo@codesourcery.com>
12484
12485 * gdb.opt/inline-markers.c: Make z volatile.
12486
a48847ee
LM
124872015-08-24 Luis Machado <lgustavo@codesourcery.com>
12488
12489 * gdb.opt/inline-bt.c: New volatile global z.
12490 * gdb.opt/inline-cmds.c: Likewise.
12491 * gdb.opt/inline-locals.c: Likewise.
12492 * gdb.opt/inline-markers.c: New extern global z.
12493 (marker): Use z.
12494 (inline_fn): Likewise.
12495
0ebbc52b
PA
124962015-08-24 Pedro Alves <palves@redhat.com>
12497
12498 * config/m32r-stub.exp: Remove file.
12499 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12500 * gdb.base/call-rt-st.exp: Likewise.
12501 * gdb.base/call-strs.exp: Likewise.
12502 * gdb.base/default.exp: Remove references to h8300-*-hms and
12503 *-*-udi*.
12504 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12505
77c365df
AA
125062015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12507
12508 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12509 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12510 and "return" use KFAIL when GDB can not read/write the vector
12511 return value.
12512
4313b8c0
GB
125132015-08-21 Gary Benson <gbenson@redhat.com>
12514
12515 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12516
0e433b32
PA
125172015-08-20 Pedro Alves <palves@redhat.com>
12518
12519 * gdb.server/solib-list.exp: No longer expect an interior stop in
12520 non-stop mode.
12521
221e1a37
PA
125222015-08-20 Pedro Alves <palves@redhat.com>
12523
12524 * gdb.server/connect-stopped-target.c: New file.
12525 * gdb.server/connect-stopped-target.exp: New file.
12526
40e3ad0e
PA
125272015-08-20 Pedro Alves <palves@redhat.com>
12528
12529 * gdb.dwarf2/comp-unit-lang.exp: New file.
12530 * gdb.dwarf2/comp-unit-lang.c: New file.
12531
af39b327
PMR
125322015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12533
12534 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12535 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12536
7d45c7c3 125372015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 12538
7d45c7c3
KB
12539 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12540 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12541
4d6cceb4
DE
125422015-08-18 Doug Evans <dje@google.com>
12543 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12544
12545 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12546 skip_python_tests. New arg prompt_regexp.
12547 (skip_python_tests): New function.
12548 * lib/mi-support.exp (mi_skip_python_tests): New function.
12549 * gdb.python/py-mi-objfile-gdb.py: New file.
12550 * gdb.python/py-mi-objfile.c: New file.
12551 * gdb.python/py-mi-objfile.exp: New file.
12552
ad89c2aa
KS
125532015-08-17 Keith Seitz <keiths@redhat.com>
12554
12555 * gdb.linespec/explicit.exp: Move strace test from here ...
12556 * gdb.trace/strace.exp: ... to here.
12557
e3ae3c43
PP
125582015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12559
12560 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12561 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12562
604b2636
DE
125632015-08-14 Doug Evans <xdje42@gmail.com>
12564
12565 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12566 inferior before selecting a new file.
12567
6ff0ba5f
DE
125682015-08-14 Doug Evans <xdje42@gmail.com>
12569
12570 * gdb.mi/mi-disassemble.exp: Update.
12571 * gdb.base/disasm-optim.S: New file.
12572 * gdb.base/disasm-optim.c: New file.
12573 * gdb.base/disasm-optim.h: New file.
12574 * gdb.base/disasm-optim.exp: New file.
12575
9ca98f92
KS
125762015-08-14 Keith Seitz <keiths@redhat.com>
12577
12578 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12579 "evaluated-by".
12580
52bbc560
JB
125812015-08-13 Joel Brobecker <brobecker@adacore.com>
12582
12583 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12584
5d8c3ed3
PMR
125852015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12586
12587 * gdb.ada/fun_renaming.exp: New testcase.
12588 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12589 * gdb.ada/fun_renaming/pack.adb: New file.
12590 * gdb.ada/fun_renaming/pack.ads: New file.
12591
ea8812bc
KS
125922015-08-12 Keith Seitz <keiths@redhat.com>
12593
12594 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12595 gdb_get_line_number.
12596
4dafcdeb
JB
125972015-08-12 Joel Brobecker <brobecker@adacore.com>
12598
12599 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12600 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12601 gdb.base/dso2dso.exp: New files.
12602
5ba32597
SDJ
126032015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12604 Pedro Alves <palves@redhat.com>
12605 Keith Seitz <keiths@redhat.com>
12606
12607 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12608 GDBFLAGS.
12609
b6dafabf
PP
126102015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12611
12612 * gdb.base/gdbhistsize-history.exp
12613 (test_histsize_history_setting): Use save_vars.
12614 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12615 Use save_vars.
12616 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12617 * gdb.base/readline.exp: Use save_vars.
12618
abe8e607
PP
126192015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12620
12621 * lib/gdb.exp (save_vars): New proc.
12622
629500fa
KS
126232015-08-11 Keith Seitz <keiths@redhat.com>
12624
12625 * gdb.base/help.exp: Update help_breakpoint_text.
12626
eb8c4e2e
KS
126272015-08-11 Keith Seitz <keiths@redhat.com>
12628
12629 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12630 (at toplevel): Call test_explicit_breakpoints.
12631 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12632 breakpoints.
12633 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12634 breakpoint conditions, "-cond".
12635
87f0e720
KS
126362015-08-11 Keith Seitz <keiths@redhat.com>
12637
12638 * gdb.linespec/3explicit.c: New file.
12639 * gdb.linespec/cpexplicit.cc: New file.
12640 * gdb.linespec/cpexplicit.exp: New file.
12641 * gdb.linespec/explicit.c: New file.
12642 * gdb.linespec/explicit.exp: New file.
12643 * gdb.linespec/explicit2.c: New file.
12644 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12645 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12646 before using in the matching pattern.
12647 Clarify that `prefix' is a regular expression.
12648
f00aae0f
KS
126492015-08-11 Keith Seitz <keiths@redhat.com>
12650
12651 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12652 test.
12653 Add tests for missing ",FMT" and ",".
12654
e27852be
DE
126552015-08-10 Doug Evans <dje@google.com>
12656 Keith Seitz <keiths@redhat.com>
12657
12658 PR gdb/17960
12659 * gdb.base/completion.exp: Add location completer tests.
12660
7f03bd92
PA
126612015-08-07 Pedro Alves <palves@redhat.com>
12662
12663 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12664 tests here.
12665 (top level): Run do_test with and without displaced stepping.
12666
3fc8eb30
PA
126672015-08-07 Pedro Alves <palves@redhat.com>
12668
12669 * gdb.base/valgrind-disp-step.c: New file.
12670 * gdb.base/valgrind-disp-step.exp: New file.
12671
d4569d7b
PA
126722015-08-07 Pedro Alves <palves@redhat.com>
12673
12674 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12675 Delete function.
12676 (main): Add alarm. Run an infinite loop instead of calling
12677 wait_threads.
12678 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12679 comment.
12680 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12681 Delete function.
12682 (main): Add alarm. Run an infinite loop instead of calling
12683 wait_threads.
12684 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12685 comment.
12686
e1316e60
PA
126872015-08-07 Pedro Alves <palves@redhat.com>
12688
12689 * gdb.base/checkpoint-ns.exp: New file.
12690 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12691 standard_testfile.
12692
da8c46d2
MM
126932015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12694
12695 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12696 * gdb.btrace/instruction_history.exp: Update.
12697 * gdb.btrace/tsx.exp: New.
12698 * gdb.btrace/tsx.c: New.
12699
de1c2c52
PA
127002015-08-06 Pedro Alves <palves@redhat.com>
12701
12702 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12703 increase timeout.
12704 * gdb.reverse/until-precsave.exp: Bump timeouts.
12705
782e0bf4
PA
127062015-08-06 Pedro Alves <palves@redhat.com>
12707
12708 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12709
83e97ed0
PA
127102015-08-06 Pedro Alves <palves@redhat.com>
12711
12712 PR gdb/18749
12713 * gdb.threads/process-dies-while-handling-bp.c: New file.
12714 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12715
863d01bd
PA
127162015-08-06 Pedro Alves <palves@redhat.com>
12717
12718 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12719 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12720
0a39bb32
PA
127212015-08-05 Pedro Alves <palves@redhat.com>
12722
12723 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12724 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12725
ee2d2b10
SL
127262015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12727
12728 * gdb.base/bp-permanent.exp: Report test as unsupported if
12729 the target cannot stop at the permanent breakpoint.
12730
4e1bdb00
DE
127312015-08-03 Doug Evans <dje@google.com>
12732
12733 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12734 10000.
12735
3d338901
DE
127362015-08-03 Doug Evans <dje@google.com>
12737
12738 * Makefile.in (workers/%.worker, build-perf): New rule.
12739 (GDB_PERFTEST_MODE): New variable.
12740 (check-perf): Use it.
12741 (clean): Clean up gdb.perf parallel build subdirs.
12742 * lib/build-piece.exp: New file.
12743 * lib/gdb.exp (make_gdb_parallel_path): New function
12744 (standard_output_file, standard_temp_file): Call it.
12745 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12746 of $GDB_PARALLEL.
12747 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12748
af061d3e
DE
127492015-08-03 Doug Evans <dje@google.com>
12750
8e1afc81 12751 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12752 (LOG_FILE_NAME): New global.
12753 (TextReporter.__init__): Initialize self.txt_sum.
12754 (TextReporter.report): Add support for multiple data-points.
12755 Move report to perftest.sum, put raw data in perftest.log.
12756 (TextReporter.start): Open sum and log files.
12757 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12758 * gdb.perf/lib/perftest/testresult.py
12759 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12760
2c8c5d37
PA
127612015-07-31 Pedro Alves <palves@redhat.com>
12762
12763 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12764 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12765 kill_wait_spawned_process instead of explicit "kill -9".
12766 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12767 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12768 kill_wait_spawned_process.
12769 * gdb.base/attach-twice.exp: Likewise.
12770 * gdb.base/attach.exp: Likewise.
12771 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12772 gdb_test_multiple.
12773 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12774 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12775 kill_wait_spawned_process.
12776 * gdb.base/valgrind-infcall.exp: Likewise.
12777 * gdb.multi/multi-attach.exp: Likewise.
12778 * gdb.python/py-prompt.exp: Likewise.
12779 * gdb.python/py-sync-interp.exp: Likewise.
12780 * gdb.server/ext-attach.exp: Likewise.
12781 * gdb.threads/attach-into-signal.exp (corefunc): Use
12782 spawn_wait_for_attach, spawn_id_get_pid and
12783 kill_wait_spawned_process.
12784 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12785 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12786 spawn_id_get_pid and kill_wait_spawned_process.
12787 * gdb.threads/attach-stopped.exp (corefunc): Use
12788 spawn_wait_for_attach, spawn_id_get_pid and
12789 kill_wait_spawned_process.
12790 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12791 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12792 kill_wait_spawned_process instead of explicit "kill -9".
12793 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12794 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12795 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12796 processes. Don't map cygwin/windows pids here. Now returns a
12797 spawn id list.
12798
032a0fca
SL
127992015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12800
12801 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12802 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12803 correct patch.
12804
61a934ca
SL
128052015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12806
12807 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12808
4bc4d428
SL
128092015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12810
12811 Reapply:
12812 2014-05-21 Mark Wielaard <mjw@redhat.com>
12813
12814 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12815
998d452a
PA
128162015-07-30 Pedro Alves <palves@redhat.com>
12817
12818 * linux-low.c (handle_extended_wait): Set the child's last
12819 reported status to TARGET_WAITKIND_STOPPED.
12820
69dde7dc
PA
128212015-07-30 Pedro Alves <palves@redhat.com>
12822
12823 PR threads/18600
12824 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12825 only shows inferior 1.
12826
4dd63d48
PA
128272015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12828 Pedro Alves <palves@redhat.com>
12829
12830 PR threads/18600
12831 * gdb.threads/fork-plus-threads.c: New file.
12832 * gdb.threads/fork-plus-threads.exp: New file.
12833
d618e4c5
PP
128342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12835
12836 * gdb.base/batch-preserve-term-settings.exp
12837 (test_terminal_settings_preserved_after_cli_exit): Use
12838 send_quit_command.
12839
1eef6428
PA
128402015-07-29 Pedro Alves <palves@redhat.com>
12841 Don Breazeal <donb@codesourcery.com>
12842
12843 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12844 output from both inferior_spawn_id and gdb_spawn_id.
12845
7da5b897
SDJ
128462015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12847
12848 * gdb.threads/attach-into-signal.exp (corefunc): Use
12849 with_test_prefix on nested loops, uniquefying the test messages.
12850
dac804df
SDJ
128512015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12852
12853 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12854 commit.
12855
06265e53
PP
128562015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12857
12858 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12859 New proc.
12860 (test_terminal_settings_preserved_after_sigterm): New test.
12861
18206ca3
PP
128622015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12863
12864 * gdb.base/batch-preserve-term-settings.exp
12865 (test_terminal_settings_preserved_after_cli_exit): New test.
12866
90074d11
PP
128672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12868
12869 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12870 manipulation of saved_gdbflags.
12871 (test_terminal_settings_preserved): Remove global declaration of
12872 the unused variable pagination_prompt. Remove manipulation of
12873 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12874 GDBFLAGS.
12875
eb1a7902
PA
128762015-07-29 Pedro Alves <palves@redhat.com>
12877
12878 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12879
8b75dd3b
PA
128802015-07-29 Pedro Alves <palves@redhat.com>
12881
12882 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12883 at the top.
12884
dedad4e3
PA
128852015-07-29 Pedro Alves <palves@redhat.com>
12886
12887 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12888 (main): Call gdb_unbuffer_output.
12889 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12890 (main): Call gdb_unbuffer_output.
12891 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12892 (main): Call gdb_unbuffer_output.
12893 * gdb.base/call-strs.exp: Adjust to step over the
12894 gdb_unbuffer_output call.
12895 * gdb.base/catch-gdb-caused-signals.c: Include
12896 "../lib/unbuffer_output.c".
12897 (main): Call gdb_unbuffer_output.
12898 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12899 (main): Call gdb_unbuffer_output.
12900 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12901 (main): Call gdb_unbuffer_output.
12902 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12903 (main): Call gdb_unbuffer_output.
12904 * gdb.base/shlib-call.exp: Adjust to step over the
12905 gdb_unbuffer_output call.
12906 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12907 (main): Call gdb_unbuffer_output.
12908 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12909 (main): Call gdb_unbuffer_output.
12910 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12911 (main): Rename to ...
12912 (test): ... this.
12913 (main): Reimplement.
12914 * gdb.base/varargs.exp: Run to test instead of to main.
12915 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12916 (main): Call gdb_unbuffer_output.
12917
58789a91
PA
129182015-07-29 Pedro Alves <palves@redhat.com>
12919
12920 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12921 factore out from mi_continue_dprintf. For call-style dprintfs,
12922 expect dprintf output out of $inferior_spawn_id.
12923 (mi_continue_dprintf): Use mi_expect_dprintf.
12924 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12925 (main): Call gdb_unbuffer_output.
12926
e8376742
PA
129272015-07-29 Pedro Alves <palves@redhat.com>
12928
12929 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12930 (default_mi_gdb_start): Set inferior_spawn_id instead of
12931 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12932 gdb_spawn_id.
12933 (mi_gdb_test): Always expect inferior output from both
12934 $inferior_spawn_id and $gdb_spawn_id.
12935
08280010
PA
129362015-07-29 Pedro Alves <palves@redhat.com>
12937
12938 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12939 send_inferior and $inferior_spawn_id.
12940
4d30e432
PA
129412015-07-29 Pedro Alves <palves@redhat.com>
12942
12943 * gdb.gdb/complaints.exp (test_initial_complaints)
12944 (test_serial_complaints, test_short_complaints): Use
12945 gdb_test_stdio.
12946 (test_empty_complaint): Handle $inferior_spawn_id !=
12947 $gdb_spawn_id.
12948
0d30a335
PA
129492015-07-29 Pedro Alves <palves@redhat.com>
12950
12951 * gdb.base/varargs.exp: Use gdb_test_stdio.
12952
39413b29
PA
129532015-07-29 Pedro Alves <palves@redhat.com>
12954
12955 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12956
7cb000a9
PA
129572015-07-29 Pedro Alves <palves@redhat.com>
12958
12959 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12960
d7b8ac82
PA
129612015-07-29 Pedro Alves <palves@redhat.com>
12962
12963 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12964 parameter into two new parameters, "inf_result" and "gdb_result".
12965 Expect inferior output and gdb output from $inferior_spawn_id and
12966 $gdb_spawn_id, respectively. Adjust all callers.
12967
789c3a0c
PA
129682015-07-29 Pedro Alves <palves@redhat.com>
12969
12970 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12971 of gdb_test_sequence.
12972
77e760c3
PA
129732015-07-29 Pedro Alves <palves@redhat.com>
12974
12975 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12976 (saw_spurious_output): Expect inferior output from
12977 $inferior_spawn_id. Use gdb_test_stdio.
12978
8396d2cd
PA
129792015-07-29 Pedro Alves <palves@redhat.com>
12980
12981 * gdb.base/dprintf.exp: Use standard_testfile. Change
12982 prepare_for_testing call.
12983 (srcfile): Don't set.
12984 (restart): New procedure.
12985 (test_dprintf): New procecure, use to continue over dprintfs.
12986 (test_call, test_agent): New procedures, tests moved here.
12987 Restart gdb and recreate dprintfs. Adjust expected output.
12988
2051d61f
PA
129892015-07-29 Pedro Alves <palves@redhat.com>
12990
12991 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12992
452397af
PA
129932015-07-29 Pedro Alves <palves@redhat.com>
12994
12995 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12996
8aed9555
PA
129972015-07-29 Pedro Alves <palves@redhat.com>
12998
12999 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13000 gdb_test_stdio.
13001
188a61b4
PA
130022015-07-29 Pedro Alves <palves@redhat.com>
13003
13004 * lib/gdb.exp (gdb_test_stdio): New procedure.
13005
12264a45
PA
130062015-07-29 Pedro Alves <palves@redhat.com>
13007
13008 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13009
23ffc893
PA
130102015-07-29 Pedro Alves <palves@redhat.com>
13011
13012 * gdb.base/call-signal-resume.exp: Remove check for
13013 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13014 * gdb.base/unwindonsignal.exp: Likewise.
13015 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13016 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13017
65566918
PA
130182015-07-29 Pedro Alves <palves@redhat.com>
13019
13020 * gdb.base/siginfo-addr.c (pass): New function.
13021 (handler): Call it iff si_addr is correct.
13022 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13023 Set a breakpoint at "pass" and continue to it.
13024
d60a9221
SDJ
130252015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13026
13027 * gdb.python/py-objfile.exp: Make some tests have unique names.
13028 * gdb.python/py-pp-registration.exp: Likewise.
13029
bde40b8f
PA
130302015-07-28 Pedro Alves <palves@redhat.com>
13031
13032 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13033
13e1dec8
SM
130342015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13035
13036 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13037
da33c9a7
SM
130382015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13039
13040 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13041
077836f7
PP
130422015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13043
13044 * gdb.base/gdb-sigterm-2.exp: New test.
13045
b8cc7b2e
DE
130462015-07-25 Doug Evans <xdje42@gmail.com>
13047
13048 Revert:
13049 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13050 (workers/%.worker, build-perf): New rule.
13051 (GDB_PERFTEST_MODE): New variable.
13052 (check-perf): Use it.
13053 (clean): Clean up gdb.perf parallel build subdirs.
13054 * lib/build-piece.exp: New file.
13055 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13056 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13057 name.
13058 (standard_temp_file): Ditto.
13059 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13060 of $GDB_PARALLEL.
13061
c8bd4544
DE
130622015-07-24 Doug Evans <dje@google.com>
13063
13064 * gdb.perf/lib/perftest/utils.py: New file.
13065 * gdb.perf/gm-hello.cc: New file.
13066 * gdb.perf/gm-pervasive-typedef.cc: New file.
13067 * gdb.perf/gm-pervasive-typedef.h: New file.
13068 * gdb.perf/gm-std.cc: New file.
13069 * gdb.perf/gm-std.h: New file.
13070 * gdb.perf/gm-use-cerr.cc: New file.
13071 * gdb.perf/gm-utils.h: New file.
13072 * gdb.perf/gmonster-null-lookup.py: New file.
13073 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13074 * gdb.perf/gmonster-print-cerr.py: New file.
13075 * gdb.perf/gmonster-ptype-string.py: New file.
13076 * gdb.perf/gmonster-runto-main.py: New file.
13077 * gdb.perf/gmonster-select-file.py: New file.
13078 * gdb.perf/gmonster1-null-lookup.exp: New file.
13079 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13080 * gdb.perf/gmonster1-print-cerr.exp: New file.
13081 * gdb.perf/gmonster1-ptype-string.exp: New file.
13082 * gdb.perf/gmonster1-runto-main.exp: New file.
13083 * gdb.perf/gmonster1-select-file.exp: New file.
13084 * gdb.perf/gmonster1.cc: New file.
13085 * gdb.perf/gmonster1.exp: New file.
13086 * gdb.perf/gmonster2-null-lookup.exp: New file.
13087 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13088 * gdb.perf/gmonster2-print-cerr.exp: New file.
13089 * gdb.perf/gmonster2-ptype-string.exp: New file.
13090 * gdb.perf/gmonster2-runto-main.exp: New file.
13091 * gdb.perf/gmonster2-select-file.exp: New file.
13092 * gdb.perf/gmonster2.cc: New file.
13093 * gdb.perf/gmonster2.exp: New file.
13094
6eab34f3
DE
130952015-07-24 Doug Evans <dje@google.com>
13096
13097 * gdb.perf/README: New file.
13098 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13099 * lib/gen-perf-test.exp: New file.
13100
63738bfd
DE
131012015-07-24 Doug Evans <dje@google.com>
13102
13103 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13104 (PerfTest::startup): New function.
13105 (PerfTest::run): Return result of calling body.
13106 (PerfTest::assemble): Rewrite.
13107 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13108 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13109 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13110 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13111 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13112
7b606f95
DE
131132015-07-24 Doug Evans <dje@google.com>
13114
13115 * lib/gdb.exp (clean_restart): Make executable optional.
13116
a97b16b8
DE
131172015-07-24 Doug Evans <dje@google.com>
13118
13119 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13120 compiler_info references.
13121 * gdb.cp/temargs.exp: Ditto.
13122 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13123 (get_compiler_info): Early exit if already computed. Set compiler_info
13124 to "unknown" if there was a problem.
13125 (test_compiler_info): Add function comment. Call get_compiler_info.
13126
35baa57f
DE
131272015-07-24 Doug Evans <dje@google.com>
13128
13129 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13130 (workers/%.worker, build-perf): New rule.
13131 (GDB_PERFTEST_MODE): New variable.
13132 (check-perf): Use it.
13133 (clean): Clean up gdb.perf parallel build subdirs.
13134 * lib/build-piece.exp: New file.
13135 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13136 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13137 name.
13138 (standard_temp_file): Ditto.
13139 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13140 of $GDB_PARALLEL.
13141
6ebea266
DE
131422015-07-24 Doug Evans <dje@google.com>
13143
13144 * lib/future.exp (gdb_default_target_compile): New option
13145 "early_flags".
13146 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13147 --as-needed.
13148
1e76a7e9
SDJ
131492015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13150
13151 * gdb.base/catch-syscall.exp: Call gdb_exit before
13152 gdb_skip_xml_test.
13153
5068630a
PA
131542015-07-24 Pedro Alves <palves@redhat.com>
13155
13156 * gdb.python/py-events.exp: Accept output between the stop event
13157 and the prompt.
13158 * gdb.python/py-evsignal.exp: Likewise.
13159 * gdb.python/py-evthreads.exp: Likewise.
13160
77598427
PA
131612015-07-24 Pedro Alves <palves@redhat.com>
13162
13163 PR gdb/18717
13164 * gdb.threads/non-ldr-exit.c: New file.
13165 * gdb.threads/non-ldr-exit.exp: New file.
13166
11e6c98f
YQ
131672015-07-24 Yao Qi <yao.qi@linaro.org>
13168
13169 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13170 restarting process.
13171
51aee833
YQ
131722015-07-24 Yao Qi <yao.qi@linaro.org>
13173
13174 * gdb.server/ext-restart.exp: New file.
13175
8cfe207c
YQ
131762015-07-24 Yao Qi <yao.qi@linaro.org>
13177
13178 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13179 argument options.
13180 * gdb.server/ext-wrapper.exp: New file.
13181
cc12ce38
DE
131822015-07-23 Doug Evans <dje@google.com>
13183
13184 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13185 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13186
d0d84780
PMR
131872015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13188
13189 * gdb.ada/var_arr_typedef.exp: New testcase.
13190 * gdb.ada/var_arr_typedef/pack.adb: New file.
13191 * gdb.ada/var_arr_typedef/pack.ads: New file.
13192 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13193
8b558f79
JB
131942015-07-20 Joel Brobecker <brobecker@adacore.com>
13195
13196 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13197
775a3298
JK
131982015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13199
13200 * gdb.arch/i386-biarch-core.exp: Replace istarget
13201 by "complete set gnutarget". Remove expectation for the "core-file"
13202 command.
13203
db1ff28b
JK
132042015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13205
13206 Revert the previous commit:
13207 Tests for validate symbol file using build-id.
13208
0a94970d
JK
132092015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13210
13211 Tests for validate symbol file using build-id.
13212 * gdb.base/solib-mismatch-lib.c: New file.
13213 * gdb.base/solib-mismatch-libmod.c: New file.
13214 * gdb.base/solib-mismatch.c: New file.
13215 * gdb.base/solib-mismatch.exp: New file.
13216
03346981
SL
132172015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13218
13219 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13220 nios2-*-linux*.
13221 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13222 * gdb.base/siginfo.exp: Likewise.
13223 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13224
42422cc7
PL
132252015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13226
13227 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13228 Move it to ...
13229 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13230 ... here.
13231 * gdb.trace/range-stepping.exp: Check that the target supports
13232 range stepping.
13233
cfa68bae
JK
132342015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13235
13236 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13237
8ffdba26
PA
132382015-07-14 Pedro Alves <palves@redhat.com>
13239
13240 * gdb.base/killed-outside.exp: New file.
13241 * gdb.base/killed-outside.c: New file.
13242
218a5a11
JK
132432015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13244
13245 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13246 (n at main): New.
13247 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13248
e03ed3c6
AA
132492015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13250
13251 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13252 infcall tests instead of setting up for KFAIL.
13253
485668e5
MM
132542015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13255
13256 * gdb.btrace/record_goto-step.exp: New.
13257
08464196
JK
132582015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13259
13260 PR compile/18484
13261 * gdb.compile/compile.c (struct struct_type): Add volatile to
13262 selffield's type.
13263 * gdb.compile/compile.exp
13264 (compile code struct_object.selffield = &struct_object): Skip further
13265 struct_object tests if this one xfails.
13266
bcf5c1d9
RC
132672015-07-08 Robert O'Callahan <robert@ocallahan.org>
13268
13269 PR exp/18617
13270 * gdb.trace/ax.exp: Add test.
13271
4931af25
YQ
132722015-07-07 Yao Qi <yao.qi@linaro.org>
13273
13274 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13275 instead of istarget "aarch64*-*-*".
13276 * gdb.arch/aarch64-fp.exp: Likewise.
13277 * gdb.base/float.exp: Likewise.
13278 * gdb.reverse/aarch64.exp: Likewise.
13279 * lib/gdb.exp (is_aarch64_target): New proc.
13280
9fcf688e
YQ
132812015-07-07 Yao Qi <yao.qi@linaro.org>
13282
13283 * lib/gdb.exp (is_aarch32_target): New proc.
13284 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13285 instead of "istarget "arm*-*-*"".
13286 * gdb.arch/arm-disp-step.exp: Likewise.
13287 * gdb.arch/thumb-bx-pc.exp: Likewise.
13288 * gdb.arch/thumb-prologue.exp: Likewise.
13289 * gdb.arch/thumb-singlestep.exp: Likewise.
13290 * gdb.base/disp-step-syscall.exp: Likewise.
13291 * gdb.base/float.exp: Likewise.
13292
fbd8d50d
YQ
132932015-07-07 Yao Qi <yao.qi@linaro.org>
13294
13295 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13296 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13297
71be1fdc
YQ
132982015-07-07 Yao Qi <yao.qi@linaro.org>
13299
13300 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13301 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13302 if it exists.
13303 * gdb.multi/multi-arch.exp: Likewise.
13304
3e221d36
SM
133052015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13306
13307 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13308 print.
13309
d441430b
YQ
133102015-07-07 Yao Qi <yao.qi@linaro.org>
13311
13312 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13313
06f810bd
MG
133142015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13315
13316 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13317 '[' and ']' characters.
13318
5e61e7c0
IB
133192015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13320
13321 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13322
28bf096c
PA
133232015-06-29 Pedro Alves <palves@redhat.com>
13324
13325 PR threads/18127
13326 * gdb.threads/hand-call-new-thread.c: New file.
13327 * gdb.threads/hand-call-new-thread.c: New file.
13328
ee93cd5e
KS
133292015-06-26 Keith Seitz <keiths@redhat.com>
13330 Doug Evans <dje@google.com>
13331
13332 PR 16253
13333 * gdb.cp/var-tag-2.cc: New file.
13334 * gdb.cp/var-tag-3.cc: New file.
13335 * gdb.cp/var-tag-4.cc: New file.
13336 * gdb.cp/var-tag.cc: New file.
13337 * gdb.cp/var-tag.exp: New file.
13338
fc637f04
PP
133392015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13340
13341 * gdb.base/history-duplicates.exp: New test.
13342
2e52ae68
PP
133432015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13344
13345 * gdb.base/completion.exp: Test the completion of the "focus"
13346 command.
13347
6e22494e
JK
133482015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13349
13350 * gdb.arch/amd64-prologue-skip.S: New file.
13351 * gdb.arch/amd64-prologue-skip.exp: New file.
13352
bf7b9cd9
SM
133532015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13354
13355 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13356 is_address_zero_readable check.
13357
201e8dfd
PB
133582015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13359
13360 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13361 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13362
5cd867b4
YQ
133632015-06-24 Yao Qi <yao.qi@linaro.org>
13364
13365 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13366 linux targets.
13367
4d7be007
YQ
133682015-06-24 Yao Qi <yao.qi@linaro.org>
13369
13370 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13371 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13372 * gdb.base/siginfo-thread.exp: Likewise.
13373
07fcd301
YQ
133742015-06-22 Yao Qi <yao.qi@linaro.org>
13375
13376 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13377
52042a00
YQ
133782015-06-22 Yao Qi <yao.qi@linaro.org>
13379
13380 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13381 aarch64*-*-*.
13382 (skip_hw_watchpoint_tests): Likewise.
13383
74bd41ce
PP
133842015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13385
13386 * gdb.base/gdbinit-history.exp: Test the interaction between
13387 setting GDBHISTSIZE and setting the history size via .gdbinit.
13388
bc460514
PP
133892015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13390
13391 PR gdb/16999
13392 * gdb.base/gdbhistsize-history.exp: New test.
13393
b58c513b
PP
133942015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13395
13396 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13397 with GDBHISTSIZE.
13398 * gdb.base/readline.exp: Likewise.
13399
92046791
YQ
134002015-06-17 Yao Qi <yao.qi@linaro.org>
13401
13402 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13403 line.
13404
2093d2d3
PP
134052015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13406
13407 * gdb.base/gdbinit-history.exp: Add test case to check that
13408 an unlimited history file does not get truncated on exit.
13409
e6c693af
AA
134102015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13411
13412 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13413 (VECTOR): New macro. Use it...
13414 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13415 ...for these typedefs.
13416 (int8, char1, int1, double1): New typedefs.
13417 (struct just_int2, struct two_int2): New structures.
13418 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13419 (add_structvecs, add_singlevecs): New functions.
13420 (main): Call add_some_intvecs twice.
13421 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13422 the compile and exit upon failure. Try compiling for the "native"
13423 architecture. Test inferior function calls with vector arguments
13424 and vector return value handling with "finish" and "return".
13425
c74f7d1c
JT
134262015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13427
13428 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13429 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13430 PE file.
13431 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13432
98aa42ee
AT
134332015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13434
13435 PR breakpoints/16465
13436 * gdb.mi/mi-dprintf-pending.c: New file.
13437 * gdb.mi/mi-dprintf-pending.exp: New test.
13438 * gdb.mi/mi-dprintf-pendshr.c: New file.
13439
7d73c23c 134402015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 13441 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
13442
13443 * gdb.arch/i386-mpx-map.c: New file.
13444 * gdb.arch/i386-mpx-map.exp: New File.
13445
134462015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13447
13448 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13449 * gdb.arch/i386-mpx.exp: Indentation fixed.
13450
134512015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13452
13453 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13454 function and improved indentation.
13455 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13456 gdb_test_multiple. Added additional tests to skip the test.
13457
134582015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13459
13460 * gdb.arch/i386-avx512.c: Change path in include file.
13461 * gdb.arch/i386-avx512.exp: Change include dir path
13462 compilation flag.
13463 * gdb.arch/i386-mpx.c: Change path in include file.
13464 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13465 flag.
13466
d5eba19a
JK
134672015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13468
13469 * gdb.compile/compile-print.exp (compile print *vararray@3)
13470 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13471
7f361056
JK
134722015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13473
13474 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13475 (do not keep jit in memory): ... this.
13476 (expect 5): Change it to ...
13477 (expect no 5): ... this.
13478
3b462ec2
SM
134792015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13480
13481 PR gdb/15564
13482 * gdb.mi/mi-detach.exp: New file.
13483
e0619de6
JK
134842015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13485
13486 PR symtab/18392
13487 * gdb.arch/amd64-tailcall-self.S: New file.
13488 * gdb.arch/amd64-tailcall-self.c: New file.
13489 * gdb.arch/amd64-tailcall-self.exp: New file.
13490
e970cb34
DB
134912015-05-28 Don Breazeal <donb@codesourcery.com>
13492
13493 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13494 tests for remote targets by checking is_target_gdbserver.
13495
b2e2f908
DE
134962015-05-27 Doug Evans <dje@google.com>
13497
13498 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13499 * gdb.dwarf2/opaque-type-lookup.c: New file.
13500 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13501
82c7be31
DE
135022015-05-26 Doug Evans <dje@google.com>
13503
13504 * gdb.cp/iostream.cc: New file.
13505 * gdb.cp/iostream.exp: New file.
13506
b4f54984
DE
135072015-05-26 Doug Evans <dje@google.com>
13508
13509 * gdb.dwarf2/dw2-op-call.exp: Update.
13510 * gdb.dwarf2/dw4-sig-types.exp: Update.
13511 * gdb.dwarf2/implptr.exp: Update.
13512 * gdb.mi/mi-cmd-param-changed.exp: Update.
13513
4ea6efe9
DE
135142015-05-26 Doug Evans <dje@google.com>
13515
13516 * gdb.python/py-lazy-string.c: New file.
13517 * gdb.python/py-lazy-string.exp: New file.
13518 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13519 (main): Update. Add estring3.
13520 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13521 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13522
f6bb7db3
YQ
135232015-05-26 Omair Javaid <omair.javaid@linaro.org>
13524 Yao Qi <yao.qi@linaro.org>
13525
13526 * gdb.reverse/aarch64.c: New.
13527 * gdb.reverse/aarch64.exp: New.
13528
a81bfbd0
OJ
135292015-05-26 Omair Javaid <omair.javaid@linaro.org>
13530
25d49b86
PA
13531 * lib/gdb.exp (supports_process_record): Return true for
13532 aarch64*-linux*.
a81bfbd0
OJ
13533 (supports_reverse): Likewise.
13534
158bf1b4
PP
135352015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13536
13537 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13538 Use with_test_prefix.
13539
a0145030
AB
135402015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13541
13542 * gdb.base/completion.exp: Add test for completion of layout
13543 names.
13544
ebe3b578
AB
135452015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13546
13547 * lib/gdb.exp (skip_tui_tests): New proc.
13548 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13549
84204ed7
PA
135502015-05-19 Pedro Alves <palves@redhat.com>
13551
13552 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13553 Save the whole env array instead of just HOME. Unset HISTSIZE in
13554 the environment while testing. Restore whole environment
13555 afterwards.
13556
37442ce1
DE
135572015-05-16 Doug Evans <xdje42@gmail.com>
13558
13559 * gdb.guile/scm-ports.c: New file.
13560 * gdb.guile/scm-ports.exp: Add memory port tests.
13561
36de76f9
JK
135622015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13563
13564 * gdb.compile/compile-print.c: New file.
13565 * gdb.compile/compile-print.exp: New file.
13566
3a9558c4
JK
135672015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13568
13569 * gdb.compile/compile-ops.exp: Cast param to void.
13570 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13571 (compile code struct_object.selffield = &struct_object): Add xfail.
13572
aa715135
JG
135732015-05-15 Joel Brobecker <brobecker@adacore.com>
13574
13575 * gdb.ada/arr_enum_with_gap: New testcase.
13576
931e5bc3
JG
135772015-05-15 Joel Brobecker <brobecker@adacore.com>
13578
13579 * gdb.ada/byte_packed_arr: New testcase.
13580
9cd4d857
JB
135812015-05-15 Joel Brobecker <brobecker@adacore.com>
13582
13583 * gdb.ada/pckd_neg: New testcase.
13584
ebfd00d2
PP
135852015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13586
13587 PR gdb/17820
13588 * gdb.base/gdbinit-history.exp: New test.
13589 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13590 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13591
4c082a81
SC
135922015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13593
13594 * gdb.python/py-xmethods.cc: Enhance test case.
13595 * gdb.python/py-xmethods.exp: New tests.
13596 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13597 function.
13598 (B_indexoper): Likewise.
13599 (global_dm_list) : Add new xmethod worker functions.
13600
f7797074
SDJ
136012015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13602
13603 * gdb.base/coredump-filter.exp: Correctly unset
13604 "coredump_var_addr" array.
13605
a4674e4e
PA
136062015-05-08 Pedro Alves <palves@redhat.com>
13607
13608 * gdb.server/non-existing-program.exp: Unset spawn_id.
13609
df2eb078
SC
136102015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13611
13612 PR python/18291
13613 * gdb.python/py-xmethods.exp: Add tests.
13614
422349a3
YQ
136152015-05-08 Yao Qi <yao.qi@linaro.org>
13616
13617 PR gdb/18208
13618 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13619 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13620 function set_coredump_filter, and remove remote_exec call.
13621 Remove argument ipid. Callers update.
13622 (top level): Don't get inferior's PID.
13623
63fc80ce
AA
136242015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13625
13626 * gdb.base/watch_thread_num.exp: Skip test on targets without
13627 access watchpoints.
13628
80ad801e
PA
136292015-05-06 Pedro Alves <palves@redhat.com>
13630
13631 PR server/18081
13632 * gdb.server/non-existing-program.exp: New file.
13633
0fa7fe50
JB
136342015-05-05 Joel Brobecker <brobecker@adacore.com>
13635
13636 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13637
3ea89b92
PMR
136382015-05-05 Joel Brobecker <brobecker@adacore.com>
13639
13640 * gdb.ada/out_of_line_in_inlined: New testcase.
13641
87b8eff0
JB
136422015-05-05 Joel Brobecker <brobecker@adacore.com>
13643
13644 * gdb.ada/var_rec_arr: New testcase.
13645
5fccc635
YQ
136462015-04-30 Yao Qi <yao.qi@linaro.org>
13647
13648 * gdb.base/break-idempotent.exp: If
13649 skip_hw_watchpoint_multi_tests returns true, skip the tests
13650 on "rwatch" and "awatch".
13651
42d38f42
YQ
136522015-04-30 Yao Qi <yao.qi@linaro.org>
13653
13654 * gdb.base/relativedebug.exp: Invoke gdb command
13655 "info sharedlibrary", and if libc.so doesn't have debug info,
13656 skip the test.
13657
2ce1cdbf
DE
136582015-04-29 Doug Evans <dje@google.com>
13659
13660 * gdb.python/py-xmethods.exp: Add ptype tests.
13661 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13662 get_result_type method.
13663
f24a38c5
LM
136642015-04-29 Luis Machado <lgustavo@codesourcery.com>
13665
13666 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13667 the target does not support hardware watchpoints.
13668
ecbf2b3c
LM
136692015-04-29 Luis Machado <lgustavo@codesourcery.com>
13670
13671 * gdb.base/break-always.exp: Abort testing if writing to memory
13672 causes an error.
13673
34f5f757
DE
136742015-04-28 Doug Evans <dje@google.com>
13675
13676 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13677 * gdb.python/py-pp-registration.exp: ... here. New file.
13678 * gdb.python/py-pp-registration.c: New file.
13679 * gdb.python/py-pp-registration.py: New file.
13680
69b4374a
DE
136812015-04-28 Doug Evans <dje@google.com>
13682
13683 * gdb.python/py-bad-printers.c: New file.
13684 * gdb.python/py-bad-printers.py: New file.
13685 * gdb.python/py-bad-printers.exp: New file.
13686
59fb7612
SS
136872015-04-28 Sasha Smundak <asmundak@google.com>
13688
13689 * gdb.python/py-type.exp: New test.
13690
2631b16a
AW
136912015-04-28 Andy Wingo <wingo@igalia.com>
13692
13693 * gdb.python/py-parameter.exp:
13694 * gdb.guile/scm-parameter.exp: Escape the path that we are
13695 matching against, as it might contain characters that are special
13696 to regular expressions.
13697
460efde1
JB
136982015-04-27 Joel Brobecker <brobecker@adacore.com>
13699
13700 * gdb.ada/rec_comp: New testcase.
13701
2d369d8e
SDJ
137022015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13703
13704 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13705 before using it.
13706
cf75d6c3
AB
137072015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13708
13709 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13710 new tests for verilog output.
13711
8dbe7ca5
YQ
137122015-04-24 Yao Qi <yao.qi@linaro.org>
13713
13714 * boards/remote-gdbserver-on-localhost.exp: New file.
13715
4ef9fb2f
PA
137162015-04-23 Pedro Alves <palves@redhat.com>
13717
13718 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13719 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13720 "end of file", remove $inferior_spawn_id from the indirect list.
13721
0a803169
PA
137222015-04-23 Pedro Alves <palves@redhat.com>
13723
13724 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13725
749ef8f8
PA
137262015-04-23 Pedro Alves <palves@redhat.com>
13727
13728 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13729 on $any_spawn_id instead of only on $gdb_spawn_id.
13730
8aae4344
PM
137312015-04-21 Pierre Muller <muller@sourceware.org>
13732
13733 PR pascal/17815
13734 * lib/pascal.exp (gpc_compile): Add new option "class".
13735 (fpc_compile): Likewise.
13736 * gdb.pascal/case-insensitive-symbols.pas: New file.
13737 * gdb.pascal/case-insensitive-symbols.exp: New file.
13738
1586c8fb
GB
137392015-04-20 Gary Benson <gbenson@redhat.com>
13740
13741 * gdb.base/attach.exp: Fix three extended remote failures.
13742
1b6e6f5c
GB
137432015-04-17 Gary Benson <gbenson@redhat.com>
13744
13745 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13746 the main executable over the remote protocol.
13747
e797481d
PA
137482015-04-16 Pedro Alves <palves@redhat.com>
13749
13750 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13751 a new gdbserver if gdbserver_reconnect_p is set.
13752
1ca99c42
PA
137532015-04-16 Pedro Alves <palves@redhat.com>
13754
13755 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13756 is set, don't exit gdbserver.
13757
af9fd6f8
AA
137582015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13759
13760 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13761 appropriate .insn, such that an older assembler can be used.
13762 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13763 the z/Architecture instruction set on 31-bit targets as well.
13764
04ff1e61
AA
137652015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13766
13767 * gdb.go/handcall.exp: Remove all logic related to the first
13768 breakpoint and rely on go_runto_main instead.
13769 * gdb.go/strings.exp: Likewise.
13770 * gdb.go/unsafe.exp: Likewise.
13771 * gdb.go/hello.exp: Likewise. Also rename the remaining
13772 breakpoint marker to "breakpoint 1".
13773 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13774 * gdb.go/strings.go: Likewise.
13775 * gdb.go/unsafe.go: Likewise.
13776 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13777 "set breakpoint 2 here" and rename the remaining breakpoint marker
13778 to "breakpoint 1".
13779
40d2f8d6
SM
137802015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13781
13782 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13783 if itertools.imap is not present.
13784 * gdb.python/py-objfile.exp: Add parentheses.
13785 * gdb.python/py-type.exp: Same.
13786 * gdb.python/py-unwind-maint.py: Same.
13787
8cbc97c6
YQ
137882015-04-15 Yao Qi <yao.qi@linaro.org>
13789
13790 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13791 of ":$ptr_size" and set its form explicitly.
13792
45fd756c
YQ
137932015-04-15 Pedro Alves <palves@redhat.com>
13794 Yao Qi <yao.qi@linaro.org>
13795
13796 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13797 timeout by factor of 4.
13798 (test_regular_watch): Likewise.
13799 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13800 * gdb.reverse/sigall-reverse.exp: Likewise.
13801 * gdb.reverse/until-precsave.exp: Likewise.
13802 * lib/gdb.exp (with_timeout_factor): New proc.
13803 (gdb_expect): Move some code to ...
13804 (get_largest_timeout): ... here. New procedure.
13805
9e811bc3
LM
138062015-04-14 Luis Machado <lgustavo@codesourcery.com>
13807
13808 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13809
0ff6fcb2
LM
138102015-04-13 Luis Machado <lgustavo@codesourcery.com>
13811
13812 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13813 to write to the .text section.
13814
7578d5f7
LM
138152015-04-13 Luis Machado <lgustavo@codesourcery.com>
13816
13817 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13818 Handle the case of targets that do not provide PID information.
13819
2efe15c4
YQ
138202015-04-13 Yao Qi <yao.qi@linaro.org>
13821
13822 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13823 and use expect instead of gdb_expect.
13824
8cd8f2f8
SDJ
138252015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13826
13827 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13828 "coredump_var_addr" to avoid naming conflict with other testcases.
13829
9ee41772
PA
138302015-04-10 Pedro Alves <palves@redhat.com>
13831
13832 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13833 gdb_test_sequence and gdb_assert.
13834
07473109
PA
138352015-04-10 Pedro Alves <palves@redhat.com>
13836
13837 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13838 test messages that don't include the breakpoint address.
13839
de3db44c
YQ
138402015-04-10 Yao Qi <yao.qi@linaro.org>
13841
13842 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13843 false for some offset and width combinations which aren't
13844 supported by linux kernel.
13845
c79d856c
PA
138462015-04-10 Pedro Alves <palves@redhat.com>
13847
13848 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13849 procedure, factored out from ...
13850 (top level): ... here. Add "set displaced-stepping" testing axis.
13851 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13852 parameter "displaced". Use it.
13853 (top level): Use foreach and add "set displaced-stepping" testing
13854 axis.
13855
ebc90b50
PA
138562015-04-10 Pedro Alves <palves@redhat.com>
13857
13858 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13859 Remove comment.
13860 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13861 both the address of the instruction that triggers the watchpoint
13862 and the address of the instruction immediately after, and use
13863 those addresses for the test. Fix comment.
13864
8f572e5c
PA
138652015-04-10 Pedro Alves <palves@redhat.com>
13866
13867 * gdb.base/sigstep.exp (breakpoint_to_handler)
13868 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13869 Test "backtrace" in handler.
13870 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13871 (top level): Add new "displaced" test axis to
13872 breakpoint_to_handler, breakpoint_to_handler_entry and
13873 breakpoint_over_handler.
13874
8d707a12
PA
138752015-04-10 Pedro Alves <palves@redhat.com>
13876
13877 PR gdb/18216
13878 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13879
ef713951
YQ
138802015-04-10 Yao Qi <yao.qi@linaro.org>
13881
13882 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13883 (test_add_rn_pc): New function.
13884 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13885 (top level): Invoke test_add_rn_pc.
13886
906d60cf
PA
138872015-04-10 Pedro Alves <palves@redhat.com>
13888
13889 PR gdb/13858
13890 * gdb.base/step-over-no-symbols.exp: New file.
13891
f2983cc3
AW
138922015-04-09 Andy Wingo <wingo@igalia.com>
13893
13894 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13895 after the Python tests.
13896
6d62641c
SDJ
138972015-04-08 Keith Seitz <keiths@redhat.com>
13898
13899 PR python/16699
13900 * gdb.python/py-completion.exp: New tests for completion.
13901 * gdb.python/py-completion.py (CompleteLimit1): New class.
13902 (CompleteLimit2): Likewise.
13903 (CompleteLimit3): Likewise.
13904 (CompleteLimit4): Likewise.
13905 (CompleteLimit5): Likewise.
13906 (CompleteLimit6): Likewise.
13907 (CompleteLimit7): Likewise.
13908
f3770638
PA
139092015-04-08 Pedro Alves <palves@redhat.com>
13910
13911 PR gdb/18214
13912 PR gdb/18216
13913 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13914 function.
13915 (main): Install it as SIGUSR1 handler.
13916 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13917 parameter. Always use "setup" as prefix. Toggle "set
13918 displaced-stepping" off/on depending on global. Don't switch to
13919 thread 1 here.
13920 (top level): Add displaced stepping "off/on" test axis. Update
13921 "setup" calls. Wrap each subtest with with_test_prefix. Test
13922 continuing with a queued signal in each thread.
13923
4496bed7
PA
139242015-04-08 Pedro Alves <palves@redhat.com>
13925
13926 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13927 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13928 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13929 Return early if running to main fails.
13930 * gdb.trace/while-stepping.exp: Likewise.
13931
b97fde92
PA
139322015-04-07 Pedro Alves <palves@redhat.com>
13933
13934 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13935 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13936 interact with inferior program.
13937
f71c18e7
PA
139382015-04-07 Pedro Alves <palves@redhat.com>
13939
13940 * lib/gdb.exp (inferior_spawn_id): New global.
13941 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13942 spawn id after processing the user code.
13943 (default_gdb_start): Set inferior_spawn_id.
13944 (send_inferior): New procedure.
13945 * lib/gdbserver-support.exp (gdbserver_start): Set
13946 inferior_spawn_id.
13947 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13948
6423214f
PA
139492015-04-07 Pedro Alves <palves@redhat.com>
13950
13951 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13952 * lib/gdbserver-support.exp (gdbserver_start): Make
13953 $server_spawn_id global.
13954 (gdbserver_start): Don't wait for gdbserver's spawn id with
13955 expect_background.
13956 (close_gdbserver): New procedure.
13957 (gdb_exit): Rename the default version and reimplement.
13958
71c0ee8c
PA
139592015-04-07 Pedro Alves <palves@redhat.com>
13960
72f4393d 13961 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
13962 append the substituted item, not the original item.
13963
203bc29b
PA
139642015-04-07 Pedro Alves <palves@redhat.com>
13965
13966 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13967 gdb_expect.
13968
508a3ddf
PA
139692015-04-07 Pedro Alves <palves@redhat.com>
13970
13971 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13972 output appearing once only.
13973
9f6dbe2b
PA
139742015-04-07 Pedro Alves <palves@redhat.com>
13975
13976 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13977 that doesn't expect anything. Return early if running to main
13978 fails.
13979
337532fa
YQ
139802015-04-07 Yao Qi <yao.qi@linaro.org>
13981
13982 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13983 (child_function): Call alarm.
13984 (main): Move call to alarm into the loop.
13985 * gdb.threads/non-stop-fair-events.exp: Build program with
13986 -DTIMEOUT=$timeout.
13987
01b622d4
DE
139882015-04-06 Doug Evans <xdje42@gmail.com>
13989
13990 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13991 Fix dest parameter to board_info.
13992 (fpc_compile): Ditto.
13993 (gdb_compile_pascal): Rename dest arg to destfile.
13994
961f4160
PMR
139952015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13996
13997 * gdb.ada/funcall_ref.exp: New file.
13998 * gdb.ada/funcall_ref/foo.adb: New file.
13999
cafda597
YQ
140002015-04-02 Yao Qi <yao.qi@linaro.org>
14001
14002 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14003 is remote.
14004
fed040c6
GB
140052015-04-02 Gary Benson <gbenson@redhat.com>
14006
14007 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14008
d11916aa
SS
140092015-04-01 Sasha Smundak <asmundak@google.com>
14010
14011 * gdb.python/py-unwind-maint.c: New file.
14012 * gdb.python/py-unwind-maint.exp: New test.
14013 * gdb.python/py-unwind-maint.py: New file.
14014 * gdb.python/py-unwind.c: New file.
14015 * gdb.python/py-unwind.exp: New test.
14016 * gdb.python/py-unwind.py: New test.
14017
a1471180
PA
140182015-04-01 Pedro Alves <palves@redhat.com>
14019
14020 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14021 to fail instead of non-existent $test.
14022
0bbeccb1
PA
140232015-04-01 Pedro Alves <palves@redhat.com>
14024
14025 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14026 GDBFLAGS if not empty.
14027
3c724c8c
PMR
140282015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14029
14030 * gdb.ada/complete.exp: Remove "multi_line".
14031 * gdb.ada/info_exc.exp: Remove "multi_line".
14032 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14033 * gdb.ada/ptype_field.exp: Remove "multi_line".
14034 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14035 * gdb.ada/tagged.exp: Remove "multi_line".
14036 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14037 [multi_line ...]
14038 * gdb.btrace/delta.exp: Likewise.
14039 * gdb.btrace/exception.exp: Likewise.
14040 * gdb.btrace/function_call_history.exp: Likewise.
14041 * gdb.btrace/instruction_history.exp: Likewise.
14042 * gdb.btrace/nohist.exp: Likewise.
14043 * gdb.btrace/record_goto.exp: Likewise.
14044 * gdb.btrace/segv.exp: Likewise.
14045 * gdb.btrace/stepi.exp: Likewise.
14046 * gdb.btrace/tailcall.exp: Likewise.
14047 * gdb.btrace/unknown_functions.exp: Likewise.
14048 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14049 * lib/gdb.exp: Add the "multi_line" helper.
14050
4eec2deb
PA
140512015-04-01 Pedro Alves <palves@redhat.com>
14052
14053 * gdb.threads/tid-reuse.c: New file.
14054 * gdb.threads/tid-reuse.exp: New file.
14055
df8411da
SDJ
140562015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14057
14058 PR corefiles/16092
14059 * gdb.base/coredump-filter.c: New file.
14060 * gdb.base/coredump-filter.exp: Likewise.
14061
6ef37366
PM
140622015-03-27 Petr Machata <pmachata@redhat.com>
14063
14064 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14065 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14066 (Dwarf::assemble): Initialize them.
14067 (Dwarf::lines): New function.
14068
7ec911b0
JT
140692015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14070
14071 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14072 SYMBOL_PREFIX for x86_64-*-cygwin.
14073
ff908ebf
AW
140742015-03-26 Andy Wingo <wingo@igalia.com>
14075
14076 PR symtab/18148
14077 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14078 const_value but not a location.
14079 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14080 location defined in non-main CUs are visible.
14081
6d5f0679
YQ
140822015-03-26 Yao Qi <yao.qi@linaro.org>
14083
14084 PR testsuite/18139
14085 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14086 Add a line number entry for the same line.
14087 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14088 Add a line number entry for the same line.
14089
2898689b
YQ
140902015-03-26 Yao Qi <yao.qi@linaro.org>
14091
14092 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14093 .int 0.
14094 (func): Likewise. Add .Lfunc_1 label.
14095 Use .Lfunc_1 label.
14096 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14097 .int 0.
14098 (func): Likewise.
14099 Use .Lfunc_1 label.
14100
85180498
YQ
141012015-03-26 Yao Qi <yao.qi@linaro.org>
14102
14103 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14104 Call gdb_compile instead to compile each .s files without debug
14105 information.
14106
8aa08a8d
YQ
141072015-03-26 Yao Qi <yao.qi@linaro.org>
14108
14109 * gdb.base/savedregs.exp (process_saved_regs): Make
14110 "Saved registers:" optional in the pattern.
14111
66849923
MM
141122015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14113
14114 * gdb.btrace/next.exp: Merged into step.exp.
14115 * gdb.btrace/finish.exp: Merged into step.exp.
14116 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14117 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14118 "record goto" and checking the exact replay position.
14119 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14120 check for "Recording format" in "info record" output.
14121 * gdb.btrace/record_goto.exp: Choose test file based on target.
14122 * gdb.btrace/x86-record_goto.S: Renamed into ...
14123 * gdb.btrace/x86_64-record_goto.S: ... this.
14124 * gdb.btrace/i686-record_goto.S: New.
14125 * gdb.btrace/x86-tailcall.S: Renamed into ...
14126 * gdb.btrace/x86_64-tailcall.S: ... this.
14127 * gdb.btrace/i686-tailcall.S: New.
14128 * gdb.btrace/x86-tailcall.c: Renamed into ...
14129 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14130 separate statements. Update test.
14131 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14132 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14133 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14134 * gdb.btrace/tailcall.exp: Choose test file based on target.
14135 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14136
11cc1b74
MM
141372015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14138
14139 * gdb.btrace/exception.exp: Increase BTS buffer size.
14140
a25d8bf9
PA
141412015-03-24 Pedro Alves <palves@redhat.com>
14142
14143 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14144
856e7dd6
PA
141452015-03-24 Pedro Alves <palves@redhat.com>
14146
14147 * gdb.threads/schedlock.exp (test_step): No longer expect that
14148 "set scheduler-locking step" with "next" over a function call runs
14149 threads unlocked.
14150
ad235a41
AT
141512015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14152
14153 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14154
15630549
AT
141552015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14156
14157 PR breakpoints/16466
14158 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14159 * gdb.mi/mi-pending.c (thread_func): New function.
14160 (int main): Add threading support required.
14161 * gdb.mi/mi-pending.exp: Add tests for this issue.
14162 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14163 (pendfunc2): Remove stdio dependency.
14164 * gdb.mi/mi-pendshr2.c: New file.
14165
693dca06
KS
141662015-03-23 Keith Seitz <keiths@redhat.com>
14167
14168 * gdb.linespec/keywords.c: New file.
14169 * gdb.linespec/keywords.exp: New file.
14170
7e993ebf
KS
141712015-03-23 Keith Seitz <keiths@redhat.com>
14172
14173 PR gdb/18021
14174 * gdb.dwarf2/staticvirtual.exp: New test.
14175
bc23328c
JK
141762015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14177
14178 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14179 * README: Remove HP-UX and gdb.hp.
14180 (configuration):
14181 * configure: Regenerate.
14182 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14183 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14184 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14185 gdb.hp/gdb.defects/Makefile.
14186 * gdb.hp/Makefile.in: File deleted.
14187 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14188 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14189 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14190 * gdb.hp/gdb.aCC/run.c: File deleted.
14191 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14192 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14193 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14194 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14195 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14196 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14197 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14198 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14199 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14200 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14201 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14202 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14203 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14204 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14205 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14206 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14207 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14208 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14209 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14210 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14211 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14212 * gdb.hp/gdb.compat/average.c: File deleted.
14213 * gdb.hp/gdb.compat/sum.c: File deleted.
14214 * gdb.hp/gdb.compat/xdb.c: File deleted.
14215 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14216 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14217 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14218 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14219 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14220 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14221 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14222 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14223 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14224 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14225 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14226 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14227 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14228 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14229 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14230 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14231 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14232 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14233 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14234 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14235 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14236 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14237 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14238 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14239 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14240 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14241 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14242 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14243 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14244 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14245 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14246 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14247 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14248 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14249 * gdb.hp/tools/odump: File deleted.
14250
8bf3b159
PA
142512015-03-19 Pedro Alves <palves@redhat.com>
14252
14253 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14254 (saw_thread_3): New globals.
14255 (top level): Increment them when an event for the corresponding
14256 thread is seen.
14257 (no thread starvation): New test.
14258
eb54c8bf
PA
142592015-03-19 Pedro Alves <palves@redhat.com>
14260
14261 * gdb.threads/continue-pending-status.c: New file.
14262 * gdb.threads/continue-pending-status.exp: New file.
14263
32d2e5d6
PA
142642015-03-18 Pedro Alves <palves@redhat.com>
14265
14266 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14267 Use gdb_is_target_remote instead of is_remote. Use
14268 gdb_test_multiple instead of gdb_expect. Exit early if
14269 gdb_test_multiple hits its internal matches. Tighten stepi tests
14270 expected output. Fail on exit with any signal, instead of just
14271 SIGILL.
14272
f68f11b7
YQ
142732015-03-18 Yao Qi <yao.qi@linaro.org>
14274
14275 PR tdep/18107
14276 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14277 variable.
14278 * gdb.base/catch-syscall.exp: Don't skip it on
14279 aarch64*-*-linux* target. Remove elements in all_syscalls.
14280 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14281 target.
14282 (setup_all_syscalls): New proc.
14283
ca5fd19b
YQ
142842015-03-16 Yao Qi <yao.qi@linaro.org>
14285
14286 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14287 (top level): Skip tests if valid_addr_p returns false for
14288 $cmd1 or $cmd2.
14289
85642ba0
AW
142902015-03-11 Andy Wingo <wingo@igalia.com>
14291
14292 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14293
e03f9645
YQ
142942015-03-11 Yao Qi <yao.qi@linaro.org>
14295
14296 * gdb.base/catch-syscall.exp: Fix typo in comments.
14297
5d0962b2
YQ
142982015-03-11 Yao Qi <yao.qi@linaro.org>
14299
14300 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14301
b2df3cef
PA
143022015-03-09 Pedro Alves <palves@redhat.com>
14303
14304 * dg-extract-results.py: Delete.
14305
ef878e53
PA
143062015-03-09 Pedro Alves <palves@redhat.com>
14307
14308 Merge dg-extract-results.sh from GCC upstream (r218843).
14309
14310 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14311 * dg-extract-results.sh: Use --text with grep to avoid issues with
14312 binary files. Fall back to cat -v, if that doesn't work.
14313
9494d219
PA
143142015-03-05 Pedro Alves <palves@redhat.com>
14315
14316 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14317
a8d9763a
SM
143182015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14319
14320 * lib/mi-support.exp (mi_expect_interrupt): Accept
14321 alternative event for when in all-stop mode.
14322
be9957b8
PA
143232015-03-04 Pedro Alves <palves@redhat.com>
14324
14325 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14326
d57be0f4 143272015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
14328
14329 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14330
c214c7cf
AA
143312015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14332
14333 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14334 regexps for GDB's current line display, accept a hex address
14335 preceding the line number.
14336
6d74a497
AA
143372015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14338
14339 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14340 the 'arch1' variable for "s390*-linux*" targets.
14341
511aee7c
PA
143422015-03-04 Pedro Alves <palves@redhat.com>
14343
14344 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14345 (main): Pass missing retval argument to pthread_join call.
14346
95e50b27
PA
143472015-03-02 Pedro Alves <palves@redhat.com>
14348
14349 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14350 (top level): Call do_test with non-stop as well.
14351
28054d69
PA
143522015-03-02 Pedro Alves <palves@redhat.com>
14353
14354 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14355 -1.
14356
4fa5d7b4
AA
143572015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14358
14359 * gdb.arch/s390-vregs.exp: New test.
14360 * gdb.arch/s390-vregs.S: New file.
14361
97c18565
PA
143622015-02-27 Pedro Alves <palves@redhat.com>
14363
14364 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14365 call to catch_command_errors.
14366 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14367 catch_command_errors.
14368
a37bfa30
PA
143692015-02-27 Pedro Alves <palves@redhat.com>
14370
14371 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14372 "true" for boolean result.
14373 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14374 prototype of main.
14375
6f98576f
PA
143762015-02-27 Pedro Alves <palves@redhat.com>
14377
14378 * lib/unbuffer_output.c: New file.
14379 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14380 (main): Call gdb_unbuffer_output.
14381
eba5ab56
YQ
143822015-02-27 Yao Qi <yao.qi@linaro.org>
14383
14384 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14385 target.
14386
0def5aaa
DE
143872015-02-26 Doug Evans <dje@google.com>
14388
14389 * gdb.cp/class2.cc (Dbase, D): New classes.
14390 (main): New local delta.
14391 * gdb.cp/class2.exp: Test printing delta.
14392 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14393 (dynbar): New global.
14394 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14395
081a1c2c
JK
143962015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14397
14398 * gdb.compile/compile-ifunc.c: New file.
14399 * gdb.compile/compile-ifunc.exp: New file.
14400
2f41223f
AT
144012015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14402
14403 * gdb.base/structs.exp: Check for correct struct on finish.
14404
03eddd80
YQ
144052015-02-26 Yao Qi <yao.qi@linaro.org>
14406
14407 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14408 is zero.
14409
80c57053
JK
144102015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14411
14412 * gdb.arch/cordic.ko.bz2: New file.
14413 * gdb.arch/cordic.ko.debug.bz2: New file.
14414 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14415
21613c12
YQ
144162015-02-25 Yao Qi <yao.qi@linaro.org>
14417
14418 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14419 aarch64*-*-* target.
14420
d8b901ed
PA
144212015-02-23 Pedro Alves <palves@redhat.com>
14422
14423 * lib/gdb.exp (delete_breakpoints): Rewrite using
14424 gdb_test_multiple.
14425
e5b85ead
PA
144262015-02-23 Pedro Alves <palves@redhat.com>
14427
14428 * gdb.base/info-os.c: Include stdlib.h.
14429
85c3a371
DE
144302015-02-22 Doug Evans <xdje42@gmail.com>
14431
14432 PR symtab/17855
14433 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14434 is read after symbols have been re-read.
14435 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14436 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14437
96553a0c
DE
144382015-02-21 Doug Evans <dje@google.com>
14439
14440 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14441
97a0c697
JK
144422015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14443
14444 PR corefiles/17808
14445 * gdb.arch/i386-biarch-core.core.bz2: New file.
14446 * gdb.arch/i386-biarch-core.exp: New file.
14447
a47cd6e9
PA
144482015-02-21 Pedro Alves <palves@redhat.com>
14449
14450 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14451 runto_main fails.
14452
c5facdc4
PA
144532015-02-20 Pedro Alves <palves@redhat.com>
14454
14455 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14456 info probes.
14457
2db9a427
PA
144582015-02-20 Pedro Alves <palves@redhat.com>
14459
14460 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14461
60fb7e9e
PA
144622015-02-20 Pedro Alves <palves@redhat.com>
14463
14464 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14465 clean_restart before gdb_target_supports_trace.
14466
5c5019c2
PA
144672015-02-20 Pedro Alves <palves@redhat.com>
14468
14469 PR threads/18006
14470 * gdb.threads/clone-thread_db.c: New file.
14471 * gdb.threads/clone-thread_db.exp: New file.
14472
c9587f88
AT
144732015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14474
14475 PR breakpoints/16812
14476 * gdb.base/catch-gdb-caused-signals.c: New file.
14477 * gdb.base/catch-gdb-caused-signals.exp: New file.
14478
f6a88844
JM
144792015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14480
14481 * configure: Regenerated.
14482 * configure.ac: Use GDB_AC_TRANSFORM.
14483 * aclocal.m4: sinclude ../transform.m4.
14484
497c491b
JM
144852015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14486
14487 * lib/dtrace.exp: New file.
14488 * gdb.base/dtrace-probe.exp: Likewise.
14489 * gdb.base/dtrace-probe.d: Likewise.
14490 * gdb.base/dtrace-probe.c: Likewise.
14491 * lib/pdtrace.in: Likewise.
14492 * configure.ac: Output variables with the transformed names of
14493 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14494 * configure: Regenerated.
14495
03e98035
JM
144962015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14497
14498 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14499 expected message when trying to access $_probe_* convenience
14500 variables while not on a probe.
14501
63cc30e9
JK
145022015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14503
14504 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14505
0703599a
PA
145062015-02-11 Pedro Alves <pedro@codesourcery.com>
14507
14508 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14509 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14510
7e60a48e
DE
145112015-02-10 Doug Evans <xdje42@gmail.com>
14512
14513 * lib/gdb.exp (gdb_load): Always return a result.
14514
01b088bc
PA
145152015-02-10 Pedro Alves <palves@redhat.com>
14516
14517 * gdb.threads/signal-sigtrap.c: New file.
14518 * gdb.threads/signal-sigtrap.exp: New file.
14519
b05ec7a5
AT
145202015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14521
14522 * gdb.trace/no-attach-trace.c: New file.
14523 * gdb.trace/no-attach-trace.exp: New file.
14524
a2c2acaf
MW
145252015-02-09 Mark Wielaard <mjw@redhat.com>
14526
14527 * gdb.dwarf2/atomic.c: New file.
14528 * gdb.dwarf2/atomic-type.exp: Likewise.
14529
31fd9caa
MM
145302015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14531
14532 * gdb.btrace/buffer-size.exp: Update "info record" output.
14533 * gdb.btrace/delta.exp: Update "info record" output.
14534 * gdb.btrace/enable.exp: Update "info record" output.
14535 * gdb.btrace/finish.exp: Update "info record" output.
14536 * gdb.btrace/instruction_history.exp: Update "info record" output.
14537 * gdb.btrace/next.exp: Update "info record" output.
14538 * gdb.btrace/nexti.exp: Update "info record" output.
14539 * gdb.btrace/step.exp: Update "info record" output.
14540 * gdb.btrace/stepi.exp: Update "info record" output.
14541 * gdb.btrace/nohist.exp: Update "info record" output.
14542
d33501a5
MM
145432015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14544
14545 * gdb.btrace/buffer-size: New.
14546
f4abbc16
MM
145472015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14548
14549 * gdb.btrace/delta.exp: Update "info record" output.
14550 * gdb.btrace/enable.exp: Update "info record" output.
14551 * gdb.btrace/finish.exp: Update "info record" output.
14552 * gdb.btrace/instruction_history.exp: Update "info record" output.
14553 * gdb.btrace/next.exp: Update "info record" output.
14554 * gdb.btrace/nexti.exp: Update "info record" output.
14555 * gdb.btrace/step.exp: Update "info record" output.
14556 * gdb.btrace/stepi.exp: Update "info record" output.
14557 * gdb.btrace/nohist.exp: Update "info record" output.
14558
b9d61307
SM
145592015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14560
14561 PR gdb/15678
14562 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14563
e584fdbc
PA
145642015-02-06 Pedro Alves <palves@redhat.com>
14565
14566 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14567 macro.
14568 (seconds_left, again): New globals.
14569 (main): Wait seconds_left in a 1-second sleep loop instead of
14570 sleeping 180 seconds. If 'again' is set, reset the seconds
14571 counter.
14572 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14573 'again' in the inferior before detaching. Print the seconds left.
14574 (options): New global.
14575 (top level): Build program with -DTIMEOUT=$timeout.
14576
77f41761
PA
145772015-02-06 Pedro Alves <palves@redhat.com>
14578
14579 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14580 determine how many seconds to pass to 'alarm'.
14581 * gdb.base/gdb-sigterm.exp (top level): Build program with
14582 -DTIMEOUT=$timeout.
14583 (do_test): Return success/failure indication. Add more verbose
14584 logging. Don't fail if 200 single steps are seen. Instead, fail
14585 when the test times out.
14586 (passes): New global.
14587 (top level): Break the testing loop if testing fails on any
14588 iteration. Use gdb_assert.
14589
b9394193
DB
145902015-02-04 Don Breazeal <donb@codesourcery.com>
14591
14592 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14593 and initialize them.
14594 (ipc_cleanup): New function.
14595 (main): Don't declare shmid, semid, and msqid. Add a call to
14596 atexit so that we call ipc_cleanup on exit.
14597
42d9e528
PA
145982015-02-04 Pedro Alves <palves@redhat.com>
14599
14600 * boards/native-extended-gdbserver.exp: Remove any target variant
14601 specifications from the board name before clearing the isremote
14602 flag from board_info.
14603
ae6ae975
DE
146042015-01-31 Doug Evans <xdje42@gmail.com>
14605
14606 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14607
cfb069a8
GB
146082015-01-31 Gary Benson <gbenson@redhat.com>
14609
14610 * gdb.base/completion.exp: Disable completion limiting for
14611 existing tests. Add new tests to check completion limiting.
14612 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14613
5dd31d79
DE
146142015-01-31 Doug Evans <xdje42@gmail.com>
14615
14616 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14617
9f050062
DE
146182015-01-31 Doug Evans <xdje42@gmail.com>
14619
14620 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14621 entries. Duplicate file section script entries.
14622 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14623 inlined entries. Add test for safe-path rejection.
14624 * gdb.python/py-section-script.c: Add duplicate inlined section script
14625 entries. Duplicate file section script entries.
14626 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14627 inlined entries. Add test for safe-path rejection.
14628
df25ebbd
JB
146292015-01-29 Joel Brobecker <brobecker@adacore.com>
14630
14631 * gdb.ada/disc_arr_bound: New testcase.
14632
4a0ca9ec
JB
146332015-01-29 Joel Brobecker <brobecker@adacore.com>
14634
14635 * gdb.ada/mi_var_array: New testcase.
14636
3a8b707a
DE
146372015-01-27 Doug Evans <dje@google.com>
14638
14639 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14640 Add test for objfile.filename, objfile.username after objfile
14641 has been unloaded.
14642
f8313f6e
JB
146432015-01-26 Joel Brobecker <brobecker@adacore.com>
14644
14645 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14646 the second test to print the name attribute of value
14647 returned by the call to gdb.lookup_type, and adjust
14648 the expected output accordingly.
14649
37bc665e
MW
146502015-01-25 Mark Wielaard <mjw@redhat.com>
14651
14652 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14653 * gdb.base/disp-step-fork.c: Include unistd.h.
14654 * gdb.base/siginfo-obj.c: Include stdio.h.
14655 * gdb.base/siginfo-thread.c: Likewise.
14656 * gdb.mi/non-stop.c: Include unistd.h.
14657 * gdb.mi/nsthrexec.c: Include stdio.h.
14658 * gdb.mi/pthreads.c: Include unistd.h.
14659 * gdb.modula2/unbounded1.c (main): Declare returns int.
14660 * gdb.reverse/consecutive-reverse.c: Likewise.
14661 * gdb.threads/create-fail.c: Include unistd.h.
14662 * gdb.threads/killed.c: Likewise.
14663 * gdb.threads/linux-dp.c: Likewise.
14664 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14665 * gdb.threads/non-ldr-exc-2.c: Likewise.
14666 * gdb.threads/non-ldr-exc-3.c: Likewise.
14667 * gdb.threads/non-ldr-exc-4.c: Likewise.
14668 * gdb.threads/pthreads.c: Include unistd.h.
14669 (main): Declare returns int.
14670 * gdb.threads/tls-main.c (foo): New declaration.
14671 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14672
f7e5394d
SM
146732015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14674
14675 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14676 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14677
743649fd
MW
146782015-01-15 Mark Wielaard <mjw@redhat.com>
14679
14680 * gdb.base/noreturn-return.c: New file.
14681 * gdb.base/noreturn-return.exp: New file.
14682 * gdb.base/noreturn-finish.c: New file.
14683 * gdb.base/noreturn-finish.exp: New file.
14684
198297aa
PA
146852015-01-23 Pedro Alves <palves@redhat.com>
14686
14687 * gdb.threads/continue-pending-after-query.c: New file.
14688 * gdb.threads/continue-pending-after-query.exp: New file.
14689
717cf30c
AG
146902015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14691 Simon Marchi <simon.marchi@ericsson.com>
14692
14693 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14694 * gdb.base/valgrind-db-attach.exp: Same.
14695 * gdb.base/valgrind-infcall.exp: Same.
14696 * lib/mi-support.exp (default_mi_gdb_start): Same.
14697 * lib/prompt.exp (default_prompt_gdb_start): Same.
14698 * lib/gdb.exp (default_gdb_spawn): Same.
14699 (gdb_interact): New.
14700
14701
4b62a76e
JK
147022015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14703
14704 * gdb.compile/compile.exp (pointer to jit function): New test.
14705
b4cdae6f
WW
147062015-01-17 Wei-cheng Wang <cole945@gmail.com>
14707
14708 * lib/gdb.exp (supports_process_record): Return true for
14709 powerpc*-*-linux*.
14710 (supports_reverse): Likewise.
14711
d221e7ef
DB
147122015-01-15 Don Breazeal <donb@codesourcery.com>
14713
14714 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14715 instead of checking whether the target board is remote and
14716 use spawn_wait_for_attach instead of exec/sleep.
14717 * gdb.base/attach-twice.exp: Likewise.
14718
bafffb51
JB
147192015-01-15 Joel Brobecker <brobecker@adacore.com>
14720
14721 * gdb.ada/var_arr_attrs: New testcase.
14722
5589af0e
PA
147232015-01-14 Pedro Alves <palves@redhat.com>
14724 Joel Brobecker <brobecker@adacore.com>
14725
14726 PR gdb/17525
14727 * gdb.base/bp-cmds-execution-x-script.c: New file.
14728 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14729 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14730
6c400b59
PA
147312015-01-14 Pedro Alves <palves@redhat.com>
14732
14733 PR cli/17828
14734 * gdb.base/batch-preserve-term-settings.c: New file.
14735 * gdb.base/batch-preserve-term-settings.exp: New file.
14736
e02c96a7
DE
147372015-01-13 Doug Evans <dje@google.com>
14738
14739 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14740 binary.
14741
576fd14c
JB
147422015-01-13 Joel Brobecker <brobecker@adacore.com>
14743
14744 * Makefile.in (clean mostlyclean): Do not delete *.py.
14745
04dccad0
JB
147462015-01-13 Joel Brobecker <brobecker@adacore.com>
14747
14748 * gdb.python/py-lookup-type.exp: New file.
14749
3d230f71
PA
147502015-01-12 Pedro Alves <palves@redhat.com>
14751
14752 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14753 restore GDBFLAGS before returning.
14754
7e67715d
JK
147552015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14756
14757 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14758 is_amd64_regs_target and is_x86_like_target.
14759
f2e0d4b4
DE
147602015-01-11 Doug Evans <xdje42@gmail.com>
14761
14762 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14763 is given without an explicit form.
14764 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14765 attributes.
14766 * gdb.dwarf/corrupt.exp: Ditto.
14767 * gdb.dwarf2/enum-type.exp: Ditto.
14768 * gdb.trace/entry-values.exp: Ditto.
14769 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14770
439250fb
DE
147712015-01-11 Doug Evans <xdje42@gmail.com>
14772
14773 PR gdb/15830
14774 * gdb.base/maint.exp: Remove references to "maint demangle".
14775 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14776 Add tests for explicitly specifying language to demangle.
14777 * gdb.dlang/demangle.exp: Ditto.
14778
ede9f622
PA
147792015-01-09 Pedro Alves <palves@redhat.com>
14780
14781 * gdb.threads/non-stop-fair-events.c: New file.
14782 * gdb.threads/non-stop-fair-events.exp: New file.
14783
a7b796db
PA
147842015-01-09 Pedro Alves <palves@redhat.com>
14785
14786 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14787 the global scope. Set a breakpoint after all threads are started
14788 rather than stepping over two source lines. Expect the prompt.
14789 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14790 global.
14791 (NUM): Now 15.
14792 (main): Use threads_started_barrier to wait for all threads to
14793 start. Main thread no longer calls thread_function. Exit after
14794 180 seconds.
14795 (loop): New function.
14796 (thread_function): Wait on threads_started_barrier barrier. Call
14797 'loop' at each iteration.
14798 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14799 threads have started, instead of hardcoding number of "next"
14800 steps. Use an access watchpoint instead of a write watchpoint.
14801
9665ffdd
PA
148022015-01-09 Pedro Alves <palves@redhat.com>
14803
14804 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14805 (thread_func): Wait on barrier.
14806 (main): Wait for all threads to start before stopping GDB.
14807 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14808 global.
14809 (thread1_func, thread2_func): Wait on barrier.
14810 (main): Wait for all threads to start before stopping GDB.
14811 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14812 New global.
14813 (thread1_func, thread2_func): Wait on barrier.
14814 (main): Wait for all threads to start before stopping GDB.
14815
c945a99f
PA
148162015-01-09 Pedro Alves <palves@redhat.com>
14817
14818 * gdb.threads/attach-many-short-lived-threads.c: New file.
14819 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14820
c1a747c1
PA
148212014-01-09 Pedro Alves <palves@redhat.com>
14822
14823 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14824 instead of to thread 2.
14825 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14826 Add barrier around each pthread_create call instead of around all
14827 calls.
14828 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14829 Set a break on thread_function and have the child threads hit it
14830 one at at a time.
14831
60b3033e
PA
148322015-01-09 Pedro Alves <palves@redhat.com>
14833
14834 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14835 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14836 false.
14837 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14838 checking whether the target board is remote.
14839 * gdb.multi/multi-attach.exp: Likewise.
14840 * gdb.python/py-sync-interp.exp: Likewise.
14841 * gdb.server/ext-attach.exp: Likewise.
14842 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14843 tests that need to attach, instead of checking whether the target
14844 board is remote at the top of the file.
14845
acc018ac
YQ
148462015-01-08 Yao Qi <yao@codesourcery.com>
14847
14848 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14849
50a18af8
JK
148502015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14851
14852 Fix testcase compilation.
14853 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14854
8503d6e1
JB
148552015-01-06 Joel Brobecker <brobecker@adacore.com>
14856
14857 * gdb.python/py-type.exp: Add a couple test about empty
14858 array creation, and negative-length array creation.
14859
cc73dbcc
DE
148602015-01-02 Doug Evans <xdje42@gmail.com>
14861
14862 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14863
0300bbc7
DE
148642015-01-02 Doug Evans <dje@google.com>
14865
14866 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14867
9d85a0ec
YQ
148682014-12-29 Yao Qi <yao@codesourcery.com>
14869
14870 * gdb.trace/entry-values.exp: Update comments. Rename variable
14871 bar_call_foo to returned_from_foo.
14872
87186c6a
MMN
148732014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14874
14875 PR gdb/17394
14876 * gdb.linespec/break-asm-file.c: New file.
14877 * gdb.linespec/break-asm-file.exp: New file.
14878 * gdb.linespec/break-asm-file0.s: New file.
14879 * gdb.linespec/break-asm-file1.s: New file.
14880
1bab7383
YQ
148812014-12-18 Nigel Stephens <nigel@mips.com>
14882 Maciej W. Rozycki <macro@codesourcery.com>
14883
14884 * gdb.base/float.exp: Handle the new output from "info float" on
14885 MIPS targets.
14886
1bc1068a
JK
148872014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14888
14889 Fix MinGW compilation.
14890 * gdb.compile/compile-ops.exp: Update untested message if
14891 !skip_compile_feature_tests.
14892 * gdb.compile/compile-setjmp.exp: Likewise.
14893 * gdb.compile/compile-tls.exp: Likewise.
14894 * gdb.compile/compile.exp: Likewise.
14895 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14896 supported on this host".
14897
b6615d10
DE
148982014-12-16 Doug Evans <xdje42@gmail.com>
14899
14900 * boards/stabs.exp: New file.
14901
25dda427
AA
149022014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14903
14904 * gdb.base/completion.exp: Adjust to format changes of "maint
14905 print user-registers".
14906
bf330350
CU
149072014-12-16 Catalin Udma <catalin.udma@freescale.com>
14908
14909 PR server/17457
14910 * gdb.arch/aarch64-fp.c: New file.
14911 * gdb.arch/aarch64-fp.exp: New file.
14912
395cf596
SDJ
149132014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14914
14915 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14916 r210637, r210913, r211666, r215400, r215817).
14917
14918 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14919 * dg-extract-results.py: New file.
14920 * dg-extract-results.sh: Use it if the environment seems
14921 suitable.
14922
14923 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14924
14925 * dg-extract-results.py (parse_run): Handle warnings that
14926 are printed before a test harness is run.
14927
14928 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14929
14930 * dg-extract-results.py (Named): Remove __cmp__ method.
14931 (output_variation): Use a key to sort variation.harnesses.
14932
14933 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14934
14935 * dg-extract-results.py: For Python 3, force sys.stdout to
14936 handle surrogate escape sequences.
14937 (safe_open): New function.
14938 (output_segment, main): Use it.
14939
14940 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14941
14942 * dg-extract-results.py (Prog.result_re): Include options
14943 in test name.
14944
14945 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14946
14947 * dg-extract-results.py (output_variation): Always sort if
14948 do_sum.
14949
e882ef3c
SM
149502014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14951
14952 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14953 as long as we get pagination notifications.
14954
4992aa20
JM
149552014-12-15 Jason Merrill <jason@redhat.com>
14956
14957 * Makefile.in (check-gdb.%): Restore.
14958 * README: Mention it.
14959
c1b5a1a6
JB
149602014-12-13 Joel Brobecker <brobecker@adacore.com>
14961
14962 * gdb.ada/str_uninit: New testcase.
14963
5537b577
JK
149642014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14965
14966 PR symtab/17642
14967 * gdb.base/vla-stub-define.c: New file.
14968 * gdb.base/vla-stub.c: New file.
14969 * gdb.base/vla-stub.exp: New file.
14970
bb2ec1b3
TT
149712014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14972 Jan Kratochvil <jan.kratochvil@redhat.com>
14973 Tom Tromey <tromey@redhat.com>
14974
14975 * configure.ac: Add gdb.compile/.
14976 * configure: Regenerate.
14977 * gdb.compile/Makefile.in: New file.
14978 * gdb.compile/compile-ops.exp: New file.
14979 * gdb.compile/compile-ops.c: New file.
14980 * gdb.compile/compile-tls.c: New file.
14981 * gdb.compile/compile-tls.exp: New file.
14982 * gdb.compile/compile-constvar.S: New file.
14983 * gdb.compile/compile-constvar.c: New file.
14984 * gdb.compile/compile-mod.c: New file.
14985 * gdb.compile/compile-nodebug.c: New file.
14986 * gdb.compile/compile-setjmp-mod.c: New file.
14987 * gdb.compile/compile-setjmp.c: New file.
14988 * gdb.compile/compile-setjmp.exp: New file.
14989 * gdb.compile/compile-shlib.c: New file.
14990 * gdb.compile/compile.c: New file.
14991 * gdb.compile/compile.exp: New file.
14992 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14993
4ff709eb
TT
149942014-12-12 Tom Tromey <tromey@redhat.com>
14995
14996 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14997 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14998
6dddd6a5
DE
149992014-12-12 Doug Evans <dje@google.com>
15000
15001 * lib/gdb-python.exp (get_python_valueof): New function.
15002 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15003
71c24708
AA
150042014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15005
15006 * gdb.base/completion.exp: Add test for completion of "info
15007 registers ".
15008
3e29f34a
MR
150092014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15010
15011 * gdb.base/func-ptrs.c: New file.
15012 * gdb.base/func-ptrs.exp: New file.
15013
fc126975
SM
150142014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15015
15016 PR breakpoints/17012
15017 * gdb.base/dprintf-detach.c: New file.
15018 * gdb.base/dprintf-detach.exp: New file.
15019
0a46d518
SM
150202014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15021
15022 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15023 * lib/gdb.exp (target_is_gdbserver): New procedure.
15024
a0be3e44
DE
150252014-12-08 Doug Evans <dje@google.com>
15026
15027 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15028
df1b803a
YQ
150292014-12-05 Yao Qi <yao@codesourcery.com>
15030
15031 * gdb.guile/scm-error.exp: Remove the third argument to
15032 gdb_remote_download.
15033 * gdb.guile/scm-frame-args.exp: Likewise.
15034 * gdb.guile/scm-section-script.exp: Likewise.
15035
ddb9f679
YQ
150362014-12-05 Yao Qi <yao@codesourcery.com>
15037
15038 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15039
86e4ed39
DE
150402014-12-04 Doug Evans <dje@google.com>
15041
15042 * gdb.python/py-objfile.exp: Add tests for
15043 objfile.add_separate_debug_file.
15044
7c50a931
DE
150452014-12-04 Doug Evans <dje@google.com>
15046
15047 * lib/gdb.exp (get_build_id): New function.
15048 (build_id_debug_filename_get): Rewrite to use it.
15049 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15050
621661e3
MR
150512014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15052
15053 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15054 `method(long)', not just 0x0.
15055 * gdb.cp/nsalias.exp: Align code labels to 4.
15056 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15057 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15058 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15059 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15060 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15061 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15062
29f0c3b7
DE
150632014-12-02 Doug Evans <dje@google.com>
15064
e1e061e7 15065 PR symtab/17602
29f0c3b7 15066 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 15067 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
15068 * gdb.cp/anon-ns.exp: Update.
15069
162078c8
NB
150702014-12-02 Nick Bull <nicholaspbull@gmail.com>
15071
15072 * gdb.python/py-events.py (inferior_call_handler): New.
15073 (register_changed_handler, memory_changed_handler): New.
15074 (test_events.invoke): Register new handlers.
15075 * gdb.python/py-events.exp: Add tests for inferior call,
15076 memory_changed and register_changed events.
15077
fdb09caf
AA
150782014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15079
15080 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15081 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15082 if the linker doesn't understand this.
15083
55cfb2c4
SM
150842014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15085
15086 * gdb.python/python.exp: Change expected reply to help().
15087
9e8cd6df
YQ
150882014-12-01 Yao Qi <yao@codesourcery.com>
15089
15090 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15091 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15092 * configure: Re-generated.
15093
6c659fc2
SC
150942014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15095
15096 * gdb.cp/chained-calls.cc: New file.
15097 * gdb.cp/chained-calls.exp: New file.
15098 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15099
d7fc3181
SM
151002014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15101
15102 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15103 * gdb.dwarf2/symtab-producer.exp: Same.
15104 * gdb.gdb/python-interrupts.exp: Same.
15105 * gdb.gdb/python-selftest.exp: Same.
15106 * gdb.python/py-linetable.exp: Same.
15107 * gdb.python/py-type.exp: Same.
15108 * gdb.python/py-value-cc.exp: Same.
15109 * gdb.python/py-value.exp: Same.
15110
10e79639
YQ
151112014-11-28 Yao Qi <yao@codesourcery.com>
15112
15113 * gdb.base/break-probes.exp: Match library name prefixed with
15114 sysroot.
15115
f28a0564
SM
151162014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15117
15118 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15119 test expected output. Add parentheses for the call to print.
15120 Remove L suffix from integers.
15121
3fe1ce1d
DE
151222014-11-26 Doug Evans <dje@google.com>
15123
15124 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15125
84429e27
YQ
151262014-11-22 Yao Qi <yao@codesourcery.com>
15127
15128 * gdb.trace/entry-values.c: Remove asms.
15129 (foo): Add foo_label.
15130 (bar): Add bar_label.
15131 * gdb.trace/entry-values.exp: Remove code computing foo's
15132 length and bar's length.
15133 (Dwarf::assemble): Invoke function_range for bar and use
15134 MACRO_AT_func for foo.
15135
26741859
YQ
151362014-11-22 Yao Qi <yao@codesourcery.com>
15137
15138 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15139 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15140 Use .Lgcc43_procstart instead of gcc43.
15141
45e44d27
JB
151422014-11-21 Joel Brobecker <brobecker@adacore.com>
15143
15144 * gdb.ada/n_arr_bound: New testcase.
15145
458c8db8
SDJ
151462014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15147
15148 PR breakpoints/10737
15149 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15150 test_catch_syscall_multi_arch.
15151 (test_catch_syscall_multi_arch): New function.
15152
43f3e411
DE
151532014-11-20 Doug Evans <xdje42@gmail.com>
15154
15155 * gdb.base/maint.exp: Update expected output.
15156
0d7b2549
AA
151572014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15158
15159 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15160 4-byte instruction on S390.
15161
8908fca5
JB
151622014-11-19 Joel Brobecker <brobecker@adacore.com>
15163
15164 * gdb.ada/arr_arr: New testcase.
15165
4a46959e
JB
151662014-11-19 Joel Brobecker <brobecker@adacore.com>
15167
15168 * gdb.ada/pkd_arr_elem: New Testcase.
15169
470e2f4e
LM
151702014-11-18 Luis Machado <lgustavo@codesourcery.com>
15171
15172 * gdb.reverse/break-precsave: Expect completion message for
15173 core file reads.
15174 * gdb.reverse/consecutive-precsave.exp: Likewise.
15175 * gdb.reverse/finish-precsave.exp: Likewise.
15176 * gdb.reverse/i386-precsave.exp: Likewise.
15177 * gdb.reverse/machinestate-precsave.exp: Likewise.
15178 * gdb.reverse/sigall-precsave.exp: Likewise.
15179 * gdb.reverse/solib-precsave.exp: Likewise.
15180 * gdb.reverse/step-precsave.exp: Likewise.
15181 * gdb.reverse/until-precsave.exp: Likewise.
15182 * gdb.reverse/watch-precsave.exp: Likewise.
15183
a267f3ad
AA
151842014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15185
15186 * gdb.base/bp-permanent.c: Include unistd.h.
15187 * gdb.python/py-framefilter-mi.c (main): Add return type.
15188 * gdb.python/py-framefilter.c (main): Likewise.
15189 * gdb.trace/actions-changed.c (main): Likewise.
15190
12084a9a
AA
151912014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15192
15193 * gdb.mi/until.c: Add eye-catchers.
15194 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15195 line numbers.
15196
dc7e1a77
AA
151972014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15198
15199 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15200 function header variants in break1.c.
15201 * gdb.base/ena-dis-br.exp: Likewise.
15202 * gdb.base/hbreak2.exp: Likewise.
15203 * gdb.reverse/until-precsave.exp: Drop references to removed
15204 non-prototype function header variants in ur1.c.
15205 * gdb.reverse/until-reverse.exp: Likewise.
15206
41c77605
PM
152072014-11-17 Petr Machata <pmachata@redhat.com>
15208
15209 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15210 ${_cu_offset_size} bytes abbrev offset.
15211
34248c3a
DE
152122014-11-15 Doug Evans <xdje42@gmail.com>
15213
15214 PR symtab/17559
15215 * gdb.base/line-symtabs.exp: New file.
15216 * gdb.base/line-symtabs.c: New file.
15217 * gdb.base/line-symtabs.h: New file.
15218
646da059
YQ
152192014-11-14 Yao Qi <yao@codesourcery.com>
15220
15221 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15222 (func): Add label func_label.
15223 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15224 Replace low_pc and high_pc with MACRO_AT_range.
15225 Replace name, low_pc and high_pc with MACRO_AT_func.
15226
9301ebe6
YQ
152272014-11-14 Yao Qi <yao@codesourcery.com>
15228
15229 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15230 Replace name, low_pc and high_pc with MACRO_AT_func.
15231
f166b542
YQ
152322014-11-14 Yao Qi <yao@codesourcery.com>
15233
15234 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15235 produce debug information.
15236 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15237
0f6e71e3
YQ
152382014-11-14 Yao Qi <yao@codesourcery.com>
15239
15240 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15241 object and get function length.
15242 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15243 with MACRO_AT_func.
15244 (top-level): Replace gdb_compile and clean_restart with
15245 prepare_for_testing.
15246 * gdb.dwarf2/main.c (main): Add label main_label.
15247
876c4df9
YQ
152482014-11-14 Yao Qi <yao@codesourcery.com>
15249
15250 * lib/dwarf.exp (function_range): New procedure.
15251 (Dwarf::_handle_macro_at_func): New procedure.
15252 (Dwarf::_handle_macro_at_range): New procedure.
15253 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15254
02ad9cf1
YQ
152552014-11-14 Yao Qi <yao@codesourcery.com>
15256
15257 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15258 (_handle_attribute): New procedure.
15259
a59add0c
AA
152602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15261
15262 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15263 * gdb.base/call-sc.c (zed): Likewise.
15264 * gdb.base/checkpoint.c (main): Likewise.
15265 * gdb.base/dump.c (main): Likewise.
15266 * gdb.base/gcore.c (main): Likewise.
15267 * gdb.base/huge.c (main): Likewise.
15268 * gdb.base/multi-forks.c (main): Likewise.
15269 * gdb.base/pr10179-a.c (main): Likewise.
15270 * gdb.base/savedregs.c (main): Likewise.
15271 * gdb.base/sigaltstack.c (main): Likewise.
15272 * gdb.base/siginfo.c (main): Likewise.
15273 * gdb.base/structs.c (zed): Likewise.
15274 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15275 * gdb.mi/mi-syn-frame.c (main): Likewise.
15276 * gdb.mi/until.c (foo, main): Likewise.
15277 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15278 * gdb.base/solib-weak.c (foo): Declare.
15279 * gdb.base/attach-twice.c: Include stdio.h.
15280 * gdb.base/weaklib1.c: Likewise.
15281 * gdb.base/weaklib2.c: Likewise.
15282 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15283 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15284 unistd.h.
15285 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15286 * gdb.mi/mi-exit-code.c: Likewise.
15287 * gdb.base/break-interp-lib.c: Include string.h.
15288 * gdb.base/coremaker.c: Likewise.
15289 * gdb.base/testenv.c: Likewise.
15290 * gdb.python/py-finish-breakpoint.c: Likewise.
15291 * gdb.base/inferior-died.c: Include sys/wait.h.
15292 * gdb.base/fileio.c: Include time.h.
15293 * gdb.base/async-shell.c: Include unistd.h.
15294 * gdb.base/dprintf-non-stop.c: Likewise.
15295 * gdb.base/info-os.c: Likewise.
15296 * gdb.mi/mi-console.c: Likewise.
15297 * gdb.mi/watch-nonstop.c: Likewise.
15298 * gdb.python/py-events.c: Likewise.
15299 * gdb.base/async.c (baz): Move up before its invocation.
15300 * gdb.base/code_elim2.c (my_global_func): Likewise.
15301 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15302 * gdb.base/advance.c (func2): Likewise.
15303
3b5d5997
AA
153042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15305
15306 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15307 variant.
15308 * gdb.base/annota3.c: Likewise.
15309 * gdb.base/async.c: Likewise.
15310 * gdb.base/average.c: Likewise.
15311 * gdb.base/call-ar-st.c: Likewise.
15312 * gdb.base/call-rt-st.c: Likewise.
15313 * gdb.base/call-sc.c: Likewise.
15314 * gdb.base/call-strs.c: Likewise.
15315 * gdb.base/ending-run.c: Likewise.
15316 * gdb.base/execd-prog.c: Likewise.
15317 * gdb.base/exprs.c: Likewise.
15318 * gdb.base/foll-exec.c: Likewise.
15319 * gdb.base/foll-fork.c: Likewise.
15320 * gdb.base/foll-vfork.c: Likewise.
15321 * gdb.base/funcargs.c: Likewise.
15322 * gdb.base/gcore.c: Likewise.
15323 * gdb.base/jump.c: Likewise.
15324 * gdb.base/langs0.c: Likewise.
15325 * gdb.base/langs1.c: Likewise.
15326 * gdb.base/langs2.c: Likewise.
15327 * gdb.base/mips_pro.c: Likewise.
15328 * gdb.base/nodebug.c: Likewise.
15329 * gdb.base/opaque0.c: Likewise.
15330 * gdb.base/opaque1.c: Likewise.
15331 * gdb.base/recurse.c: Likewise.
15332 * gdb.base/run.c: Likewise.
15333 * gdb.base/scope0.c: Likewise.
15334 * gdb.base/scope1.c: Likewise.
15335 * gdb.base/setshow.c: Likewise.
15336 * gdb.base/setvar.c: Likewise.
15337 * gdb.base/shmain.c: Likewise.
15338 * gdb.base/shr1.c: Likewise.
15339 * gdb.base/shr2.c: Likewise.
15340 * gdb.base/sigall.c: Likewise.
15341 * gdb.base/signals.c: Likewise.
15342 * gdb.base/so-indr-cl.c: Likewise.
15343 * gdb.base/solib2.c: Likewise.
15344 * gdb.base/structs.c: Likewise.
15345 * gdb.base/sum.c: Likewise.
15346 * gdb.base/vforked-prog.c: Likewise.
15347 * gdb.base/watchpoint.c: Likewise.
15348 * gdb.reverse/shr2.c: Likewise.
15349 * gdb.reverse/until-reverse.c: Likewise.
15350 * gdb.reverse/ur1.c: Likewise.
15351 * gdb.reverse/watch-reverse.c: Likewise.
15352
066a77c5
AA
153532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15354
15355 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15356 variant.
15357 * gdb.base/sepdebug.exp: Drop references to removed code.
15358
4f204ea5
AA
153592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15360
15361 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15362 variant. Preserve original line numbering.
15363 * gdb.base/list1.c: Likewise.
15364
3b377a3a
AA
153652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15366
15367 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15368 variant.
15369 * gdb.base/break1.c: Likewise.
15370 * gdb.base/break.exp: Drop references to removed code.
15371
e444df73
AA
153722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15373
15374 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15375 variant.
15376
8008f2a7
AA
153772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15378
15379 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15380
a5a06887
AA
153812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15382
15383 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15384 logic into perform_all_tests() and invoke it with and without
15385 function header prototypes.
15386 (do_function_calls): Remove conditional XFAIL for PR 5318.
15387 (rerun_and_prepare): Remove duplicate code.
15388 (perform_all_tests): New. Main logic moved here.
15389
44dba9b9
AA
153902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15391
15392 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15393 code guarded by #ifdef NO_PROTOTYPES.
15394 (t_double_many_args): Likewise.
15395 (DEF_FUNC_MANY_ARGS_1): Likewise.
15396 (DEF_FUNC_VALUES_1): Likewise.
15397 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15398 guarded by #ifdef PROTOTYPES.
15399
d1fbcd56
AA
154002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15401
15402 * gdb.mi/mi-console.c: Add eye-catcher.
15403 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15404 instead of literal line number.
15405
b0e59b8f
AA
154062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15407
15408 * gdb.base/shr2.c: Add eye-catcher.
15409 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15410 line number.
15411
78f98cca
AA
154122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15413
15414 * gdb.base/jump.c: Add eye-catchers.
15415 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15416 numbers.
15417
58fa2af0
AA
154182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15419
15420 * gdb.base/execd-prog.c: Add eye-catchers.
15421 * gdb.base/foll-exec.c: Likewise.
15422 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15423 line numbers.
15424
04e5059b
AA
154252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15426
15427 * gdb.base/ending-run.c: Add eye-catchers.
15428 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15429 literal line numbers.
15430
dbfdb174
AA
154312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15432
15433 * gdb.base/call-rt-st.c: Add eye-catchers.
15434 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15435 literal line numbers.
15436
888a2ade
AA
154372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15438
15439 * gdb.base/call-ar-st.c: Add eye-catchers.
15440 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15441 literal line numbers.
15442
6acc2dde
AA
154432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15444
15445 * gdb.base/average.c: Add eye-catchers.
15446 * gdb.base/sum.c: Likewise.
15447 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15448 regexps dynamically.
15449
9ecfcd1d
AA
154502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15451
15452 * gdb.base/solib1.c: Add eye-catchers.
15453 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15454 literal line numbers.
15455
78708b7c
PA
154562014-11-12 Pedro Alves <palves@redhat.com>
15457
15458 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15459 leader has exited.
15460
af48d08f
PA
154612014-11-12 Pedro Alves <palves@redhat.com>
15462
15463 * gdb.arch/i386-bp_permanent.c: New file.
15464 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15465 (srcfile): Set to i386-bp_permanent.c.
15466 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15467 that stepi does not execute the 'leave' instruction, instead of
15468 testing it does execute.
15469 * gdb.base/bp-permanent.c: New file.
15470 * gdb.base/bp-permanent.exp: New file.
15471
af3768e9
DE
154722014-11-10 Doug Evans <xdje42@gmail.com>
15473
15474 PR symtab/17564
15475 * gdb.base/symtab-search-order.exp: New file.
15476 * gdb.base/symtab-search-order.c: New file.
15477 * gdb.base/symtab-search-order-1.c: New file.
15478 * gdb.base/symtab-search-order-shlib-1.c: New file.
15479
9de00a4a
PA
154802014-11-07 Pedro Alves <palves@redhat.com>
15481
15482 PR gdb/17511
15483 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15484 i?86-*-linux*.
15485
e0f52461
SC
154862014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15487
15488 PR c++/17494
15489 * gdb.cp/pr17494.cc: New file.
15490 * gdb.cp/pr17494.exp: New file.
15491
6ce8c980
YQ
154922014-11-02 Yao Qi <yao@codesourcery.com>
15493
15494 * gdb.python/python.exp: Get working directory and match the
15495 output of "set extended-prompt \\w " with it.
15496
02be9a71
DE
154972014-10-30 Doug Evans <dje@google.com>
15498
15499 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15500 in objfiles.
15501 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15502 in progspaces.
15503
3bdff46b
LM
155042014-10-30 Janis Johnson <janisjo@codesourcery.com>
15505
15506 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15507 * gdb.base/realname-expand.exp: Likewise.
15508 * gdb.linespec/macro-relative.exp: Likewise.
15509
ab917dfb
PA
155102014-10-29 Pedro Alves <palves@redhat.com>
15511
15512 PR gdb/17408
15513 * gdb.threads/schedlock.c (some_function): New function.
15514 (call_function): New global.
15515 (MAYBE_CALL_SOME_FUNCTION): New macro.
15516 (thread_function): Call it.
15517 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15518 and use it instead of a global counter. Adjust all callers.
15519 (get_current_thread): Use "find current thread" for test message
15520 here rather than having all callers pass down the same string.
15521 (goto_loop): New procedure, factored out from ...
15522 (my_continue): ... this.
15523 (step_ten_loops): Change parameter from test message to command to
15524 use. Adjust.
15525 (list_count): Delete global.
15526 (check_result): New procedure, factored out from duplicate top
15527 level code.
15528 (continue tests): Wrap in with_test_prefix.
15529 (test_step): New procedure, factored out from duplicate top level
15530 code.
15531 (top level): Test "step" in combination with all scheduler-locking
15532 modes. Test "next" in combination with all scheduler-locking
15533 modes, and in combination with stepping over a function call or
15534 not.
15535 * gdb.threads/next-bp-other-thread.c: New file.
15536 * gdb.threads/next-bp-other-thread.exp: New file.
15537
d3d4baed
PA
155382014-10-29 Pedro Alves <palves@redhat.com>
15539
15540 PR python/17372
15541 * gdb.python/python.exp: Test a multi-line command that spawns
15542 interactive Python.
15543 * gdb.base/multi-line-starts-subshell.exp: New file.
15544
563e8d85
YQ
155452014-10-29 Yao Qi <yao@codesourcery.com>
15546
15547 * gdb.base/fileio.exp: Make directories on host.
15548
0ea4d52e
YQ
155492014-10-29 Yao Qi <yao@codesourcery.com>
15550
15551 * gdb.base/fileio.c (test_write): Close the file.
15552
7f5ef605
PA
155532014-10-28 Pedro Alves <palves@redhat.com>
15554
15555 PR gdb/12623
15556 * gdb.base/sigstep.c (no_handler): New global.
15557 (main): If 'no_handler is true, set the signal handlers to
15558 SIG_IGN.
15559 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15560 with_sw_watch and no_handler parameters. Handle them.
15561 (top level) <stepping over handler when stopped at a breakpoint
15562 test>: Add a test axis for testing with a software watchpoint, and
15563 another for testing with the signal handler set to SIG_IGN.
15564 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15565 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15566
abbdbd03
PA
155672014-10-28 Pedro Alves <palves@redhat.com>
15568
15569 PR gdb/17511
15570 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15571 * gdb.base/sigstep.exp (other_handler_location): New global.
15572 (advance): Support stepping into the signal handler, and running
15573 commands while in the handler.
15574 (in_handler_map): New global.
15575 (top level): In the advance test, add combinations for getting
15576 into the handler with stepping commands, and for running commands
15577 in the handler. Add comment descripting the advancei tests.
15578
1df4399f
PA
155792014-10-28 Pedro Alves <palves@redhat.com>
15580
15581 * gdb.base/sigstep.exp: Use build_executable instead of
15582 prepare_for_testing.
15583 (top level): Move code that starts GDB, runs to main and creates a
15584 display to ...
15585 (restart): ... this new procedure.
15586 (top level): Move backtrace from signal handler test to ...
15587 (validate_backtrace): ... this new procedure.
15588 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15589 with_test_prefix. Always restart GDB.
15590 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15591 with_test_prefix. Always restart GDB. No need to delete
15592 breakpoints after the test.
15593 (test_skip_handler): Remove prefix parameter.
15594 (skip_over_handler, breakpoint_to_handler)
15595 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15596 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15597 restart GDB. No need to delete breakpoints after the test.
15598 (top level): Use foreach to call the test procedures with
15599 different commands.
15600
a5b6e449
PA
156012014-10-28 Pedro Alves <palves@redhat.com>
15602
15603 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15604 instead of GNATS numbers.
15605 * gdb.base/sigbpt.exp: Likewise.
15606 * gdb.base/siginfo.exp: Likewise.
15607 * gdb.base/sigstep.exp: Likewise.
15608
e5f8a7cc
PA
156092014-10-27 Pedro Alves <palves@redhat.com>
15610
15611 * gdb.base/sigstep.c (dummy): New global.
15612 (main): Issue a couple writes to the new global.
15613 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15614 procedures.
15615 (skip_over_handler): Use test_skip_handler.
15616 (top level): Call skip_over_handler for stepi and nexti too.
15617 (breakpoint_over_handler): Use test_skip_handler.
15618 (top level): Call breakpoint_over_handler for stepi and nexti too.
15619
763905a3
YQ
156202014-10-27 Yao Qi <yao@codesourcery.com>
15621
15622 * gdb.trace/tfile.c (adjust_function_address)
15623 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15624 function descriptor.
15625
6f259a23
DB
156262014-10-24 Don Breazeal <donb@codesourcery.com>
15627
15628 * gdb.base/foll-fork.exp (test_follow_fork,
15629 catch_fork_child_follow): Check for updated fork messages emitted
15630 from infrun.c.
15631 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15632 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15633 vfork_and_exec_child_follow_through_step): Check for updated vfork
15634 messages emitted from infrun.c.
15635
09dd9a69
PA
156362014-10-24 Pedro Alves <palves@redhat.com>
15637
15638 * gdb.base/corefile.exp: Remove references to ultrix.
15639 * gdb.base/interrupt.exp: Likewise.
15640 * gdb.base/whatis.exp: Likewise.
15641 * gdb.gdb/selftest.exp: Likewise.
15642 * gdb.threads/manythreads.exp: Likewise.
15643 * gdb.threads/print-threads.exp: Likewise.
15644 * gdb.threads/pthreads.exp:: Likewise.
15645 * gdb.threads/schedlock.exp: Likewise.
15646
3433cfa5
SC
156472014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15648
15649 * gdb.cp/non-trivial-retval.cc: Add a test case.
15650 * gdb.cp/non-trivial-retval.exp: Add a test.
15651
092f880b
YQ
156522014-10-20 Yao Qi <yao@codesourcery.com>
15653
15654 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15655 * gdb.python/py-objfile-script-gdb.py: New file.
15656 * gdb.python/py-objfile-script.exp: Update reference to
15657 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15658 of remote_download. Remove the dest file.
15659
acbdb7f3
YQ
156602014-10-20 Yao Qi <yao@codesourcery.com>
15661
15662 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15663 * gdb.base/step-line.exp: Likewise.
15664 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15665 * gdb.dwarf2/dw2-basic.exp: Likewise.
15666 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15667 * gdb.dwarf2/dw2-filename.exp: Likewise.
15668 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15669 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15670 * gdb.dwarf2/dw2-producer.exp: Likewise.
15671 * gdb.dwarf2/mac-fileno.exp: Likewise.
15672 * gdb.python/py-frame-args.exp: Likewise.
15673 * gdb.python/py-framefilter.exp: Likewise.
15674 * gdb.python/py-mi.exp: Likewise.
15675 * gdb.python/py-objfile-script.exp: Likewise
15676 * gdb.python/py-pp-integral.exp: Likewise.
15677 * gdb.python/py-pp-re-notag.exp: Likewise.
15678 * gdb.python/py-prettyprint.exp: Likewise.
15679 * gdb.python/py-section-script.exp: Likewise.
15680 * gdb.python/py-typeprint.exp: Likewise.
15681 * gdb.python/py-xmethods.exp: Likewise.
15682 * gdb.stabs/weird.exp: Likewise.
15683 * gdb.xml/tdesc-regs.exp: Likewise.
15684
bd286a29
KCY
156852014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15686
15687 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15688 (out_cu): Use addr_len for the size of addresses.
15689 (out_line): Likewise. Size DW_LNE_set_address instruction
15690 according to addr_len.
15691 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15692 (FUNC): Add START_INSNS to definition.
15693
673dc4a0
YQ
156942014-10-18 Yao Qi <yao@codesourcery.com>
15695
15696 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15697 gdb_has_argv0 return true.
15698 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15699 check [target_info exists noargs], check [gdb_has_argv0]
15700 instead.
15701 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15702 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15703 procedures.
15704
4ffbba72
DE
157052014-10-17 Doug Evans <dje@google.com>
15706
15707 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15708 event.
15709 * gdb.python/py-events.py: Add clear_objfiles event.
15710
d096d8c1
DE
157112014-10-17 Doug Evans <dje@google.com>
15712
15713 * gdb.python/py-objfile.exp: Test progspace attribute.
15714
a80db015
LM
157152014-10-17 Luis Machado <lgustavo@codesourcery.com>
15716
15717 * gdb.guile/scm-breakpoint.exp: Do not assume any
15718 directory separators when matching source file paths.
15719 * gdb.python/py-breakpoint.exp: Likewise.
15720 * gdb.reverse/break-precsave.exp: Likewise.
15721 * gdb.reverse/break-reverse.exp: Likewise.
15722 * gdb.reverse/consecutive-precsave.exp: Likewise.
15723 * gdb.reverse/finish-precsave.exp: Likewise.
15724 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15725 * gdb.reverse/finish-reverse.exp: Likewise.
15726 * gdb.reverse/i386-precsave.exp: Likewise.
15727 * gdb.reverse/i387-env-reverse.exp: Likewise.
15728 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15729 * gdb.reverse/machinestate-precsave.exp: Likewise.
15730 * gdb.reverse/machinestate.exp: Likewise.
15731 * gdb.reverse/sigall-precsave.exp: Likewise.
15732 * gdb.reverse/solib-precsave.exp: Likewise.
15733 * gdb.reverse/step-precsave.exp: Likewise.
15734 * gdb.reverse/until-precsave.exp: Likewise.
15735 * gdb.reverse/watch-precsave.exp: Likewise.
15736 * gdb.reverse/watch-reverse.exp: Likewise.
15737
b22089ab
YQ
157382014-10-17 Yao Qi <yao@codesourcery.com>
15739
15740 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15741 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15742
6c4486e6
PA
157432014-10-17 Pedro Alves <palves@redhat.com>
15744
15745 PR gdb/17471
15746 * gdb.base/bg-execution-repeat.c: New file.
15747 * gdb.base/bg-execution-repeat.exp: New file.
15748
0ff33695
PA
157492014-10-17 Pedro Alves <palves@redhat.com>
15750
15751 PR gdb/17300
15752 * gdb.base/continue-all-already-running.c: New file.
15753 * gdb.base/continue-all-already-running.exp: New file.
15754
6fdebc3d
PA
157552014-10-17 Pedro Alves <palves@redhat.com>
15756
15757 PR gdb/17472
15758 * gdb.base/annota-input-while-running.c: New file.
15759 * gdb.base/annota-input-while-running.exp: New file.
15760
32a8097b
PA
157612014-10-17 Pedro Alves <palves@redhat.com>
15762
15763 * gdb.base/callfuncs.exp: emove references to osf.
15764 * gdb.base/sigall.exp: Likewise.
15765 * gdb.gdb/selftest.exp: Likewise.
15766 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15767 * gdb.mi/non-stop.c: Likewise.
15768 * gdb.mi/pthreads.c: Likewise.
15769 * gdb.reverse/sigall-precsave.exp: Likewise.
15770 * gdb.reverse/sigall-reverse.exp: Likewise.
15771 * gdb.threads/pthreads.c: Likewise.
15772 * gdb.threads/pthreads.exp: Likewise.
15773
7a3517ff
YQ
157742014-10-17 Yao Qi <yao@codesourcery.com>
15775
15776 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15777 check 'target_info exists noargs'.
15778 (test_command_prompt_position): Likewise.
15779 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15780 Remove "set args".
15781 (progvar_simple_while_test): Likewise.
15782 (progvar_complex_if_while_test): Likewise.
15783 (if_while_breakpoint_command_test): Likewise.
15784 (infrun_breakpoint_command_test): Likewise.
15785 (breakpoint_command_test): Likewise.
15786 (watchpoint_command_test): Likewise.
15787 (bp_deleted_in_command_test): Likewise.
15788 (temporary_breakpoint_commands): Likewise.
15789
bb99c472
YQ
157902014-10-16 Yao Qi <yao@codesourcery.com>
15791
15792 * gdb.base/remotetimeout.exp: Remove noargs checking.
15793
7c16b83e
PA
157942014-10-15 Pedro Alves <palves@redhat.com>
15795
15796 PR breakpoints/9649
15797 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15798 * gdb.base/breakpoint-in-ro-region.exp
15799 (probe_target_hardware_step): New procedure.
15800 (top level): Probe hardware stepping and hardware breakpoint
15801 support. Test stepping through a read-only region, with both
15802 "breakpoint auto-hw" on and off and both "always-inserted" on and
15803 off.
15804
35a49624
IB
158052014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15806
15807 * gdb.dlang/demangle.exp: Update for demangling changes.
15808
2d1c107c
SC
158092014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15810
15811 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15812 * gdb.cp/non-trivial-retval.exp: Add new tests.
15813
778811d5
SC
158142014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15815
15816 PR c++/13403
15817 PR c++/15154
15818 * gdb.cp/non-trivial-retval.cc: New file.
15819 * gdb.cp/non-trivial-retval.exp: New file.
15820
10c5f0a8
YQ
158212014-10-15 Yao Qi <yao@codesourcery.com>
15822
15823 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15824 remote host.
15825
65d7b369
YQ
158262014-10-15 Yao Qi <yao@codesourcery.com>
15827
15828 * gdb.python/py-symbol.exp: Match file base name if host is
15829 remote, otherwise match file name with dir name.
15830 * gdb.python/py-symtab.exp: Likewise.
15831 * gdb.python/python.exp: Likewise.
15832
46dc1394
YQ
158332014-10-15 Yao Qi <yao@codesourcery.com>
15834
15835 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15836 pattern.
15837 * gdb.python/py-symtab.exp: Likewise.
15838 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15839 locationn.
15840
c40cc657
JB
158412014-10-14 Joel Brobecker <brobecker@adacore.com>
15842
15843 * gdb.ada/addr_arith: New testcase.
15844
2abf49e1
MR
158452014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15846
15847 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15848 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15849 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15850 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15851
f7088df3
SDJ
158522014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15853
15854 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15855 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15856 * gdb.arch/stap-eval-lang-ada.exp: New file.
15857
4dc06805
YQ
158582014-10-14 Yao Qi <yao@codesourcery.com>
15859
15860 * gdb.mi/mi-var-child.c (nothing1): New function.
15861 (nothing2): New function.
15862 (do_children_tests): Set function pointers by nothing1 and
15863 nothing2.
15864 * gdb.mi/mi-var-child.exp: Step over new added statements.
15865 Update test to match the new output.
15866 * gdb.mi/var-cmd.c (nothing1): New function.
15867 (nothing2): New function.
15868 (do_children_tests): Set function pointers by nothing1 and
15869 nothing2.
15870 * gdb.mi/mi-var-display.exp: Update test to match output.
15871 Step to the line specified by $line_dct_nothing.
15872 Increase the number of lines to step.
15873
46a93de2
YQ
158742014-10-14 Yao Qi <yao@codesourcery.com>
15875
15876 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15877 tests.
15878 * gdb.mi/mi2-var-child.exp: Likewise.
15879
14ea52ee
DE
158802014-10-13 Doug Evans <dje@google.com>
15881
15882 * gdb.python/py-objfile.exp: Change name of file name test.
15883
e5c6e92b
DE
158842014-10-13 Doug Evans <dje@google.com>
15885
15886 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15887 from the start of the CU.
15888
c780cc2f
JK
158892014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15890 Yao Qi <yao@codesourcery.com>
15891
15892 Fix "save breakpoints" for "catch" command.
15893 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15894 Remove -nonewline. Match also the added "main" line.
15895
99894e11
JK
158962014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15897
15898 Fix "save breakpoints" for "disable $bpnum" command.
15899 * gdb.base/save-bp.c (main): Add label.
15900 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15901
6e1ac5a3
JK
159022014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15903
15904 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15905
754dd2b0
YQ
159062014-10-11 Yao Qi <yao@codesourcery.com>
15907
15908 * gdb.server/server-kill.exp: Execute command
15909 "set remote trace-status-packet on" before "tstatus".
15910
f90183d7
YQ
159112014-10-11 Yao Qi <yao@codesourcery.com>
15912
15913 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15914 (main): Call getppid.
15915 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15916 and continue to it. Read variable "server_pid".
15917
bf40a607
YQ
159182014-10-11 Yao Qi <yao@codesourcery.com>
15919
15920 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15921
052ca370
YQ
159222014-10-11 Yao Qi <yao@codesourcery.com>
15923
15924 * gdb.threads/thread-find.exp: Don't execute command
15925 "info threads".
15926 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15927 * gdb.threads/linux-dp.exp: Don't check the condition
15928 $threads_created equals to zero.
15929
3831839c
PA
159302014-10-10 Pedro Alves <palves@redhat.com>
15931
15932 * gdb.base/bigcore.exp: Remove references to IRIX.
15933 * gdb.base/funcargs.exp: Likewise.
15934 * gdb.base/interrupt.exp: Likewise.
15935 * gdb.base/mips_pro.exp: Likewise.
15936 * gdb.base/nodebug.exp: Likewise.
15937 * gdb.base/setvar.exp: Likewise.
15938 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15939
8b9a549d
PA
159402014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15941 Pedro Alves <palves@redhat.com>
15942
15943 PR symtab/14466
15944 * gdb.base/vdso-warning.c: New file.
15945 * gdb.base/vdso-warning.exp: New file.
15946
d48ba5e8
DE
159472014-10-02 Doug Evans <dje@google.com>
15948
15949 * gdb.base/structs.c (main): Don't run forever.
15950
2278c276
PA
159512014-10-02 Pedro Alves <palves@redhat.com>
15952
15953 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15954 (top level) <stop threads 1, stop threads 2>: Use it.
15955
b57bacec
PA
159562014-10-02 Pedro Alves <palves@redhat.com>
15957
15958 * gdb.threads/break-while-running.exp (test): Add new
15959 'update_thread_list' argument. Skip "info threads" if false.
15960 (top level): Add new 'update_thread_list' axis.
15961
13fd3ff3
PA
159622014-10-02 Pedro Alves <palves@redhat.com>
15963
15964 PR breakpoints/17431
15965 * gdb.base/execl-update-breakpoints.c: New file.
15966 * gdb.base/execl-update-breakpoints.exp: New file.
15967
0fec99e8
PA
159682014-10-01 Pedro Alves <palves@redhat.com>
15969
15970 * gdb.base/breakpoint-in-ro-region.c: New file.
15971 * gdb.base/breakpoint-in-ro-region.exp: New file.
15972
2ddf4301
SM
159732014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15974
15975 * gdb.mi/mi-exit-code.exp: New file.
15976 * gdb.mi/mi-exit-code.c: New file.
15977
6a5f3f43
YQ
159782014-09-30 Yao Qi <yao@codesourcery.com>
15979
15980 * lib/prelink-support.exp (build_executable_own_libs): Error if
15981 the target isn't native.
15982
345bcc73
YQ
159832014-09-30 Yao Qi <yao@codesourcery.com>
15984
15985 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15986 false.
15987
a25a5a45
PA
159882014-09-22 Pedro Alves <palves@redhat.com>
15989
15990 * gdb.threads/break-while-running.exp: New file.
15991 * gdb.threads/break-while-running.c: New file.
15992
00ba3162
YQ
159932014-09-19 Yao Qi <yao@codesourcery.com>
15994
15995 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15996 Invoke test. Restart GDB with --readnow and invoke test again.
15997
c3b7b696
YQ
159982014-09-19 Yao Qi <yao@codesourcery.com>
15999
16000 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16001 proc set_breakpoint_on_gcd_function. Invoke
16002 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16003 invoke set_breakpoint_on_gcd_function again.
16004
2b4fd423
DE
160052014-09-18 Doug Evans <dje@google.com>
16006
16007 * gdb.dwarf2/symtab-producer.exp: New file.
16008
a5947601
SDJ
160092014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16010
16011 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16012 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16013 * gdb.base/global-var-nested-by-dso.c: Likewise.
16014 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16015
91c19059
SDJ
160162014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16017 Pedro Alves <palves@redhat.com>
16018
16019 * gdb.base/watch-bitfields.exp: Pass string other than test file
16020 name to prepare_for_testing.
16021 (watch): New procedure.
16022 (expect_watchpoint): Use with_test_prefix.
16023 (top level): Factor out tests to ...
16024 (test_watch_location, test_regular_watch): ... these new
16025 procedures, and use with_test_prefix and gdb_continue_to_end.
16026
bb9d5f81
PP
160272014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16028
16029 PR breakpoints/12526
16030 * gdb.base/watch-bitfields.exp: New file.
16031 * gdb.base/watch-bitfields.c: New file.
16032
635856f5
PA
160332014-09-16 Pedro Alves <palves@redhat.com>
16034
16035 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16036 software and hardware addresses, not software address against
16037 itself.
16038
7280ceea
PA
160392014-09-16 Pedro Alves <palves@redhat.com>
16040
16041 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16042 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16043
428b16bd
PA
160442014-09-16 Pedro Alves <palves@redhat.com>
16045
16046 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16047 files.
16048 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16049 "*-*-vxworks*" throughout.
16050 * gdb.base/break.exp: Likewise.
16051 * gdb.base/default.exp: Likewise.
16052 * gdb.base/scope.exp: Likewise.
16053 * gdb.base/sepdebug.exp: Likewise.
16054 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16055 throughout.
16056 * gdb.base/run.c: Likewise.
16057 * gdb.base/sepdebug.c: Likewise.
16058 * gdb.hp/gdb.aCC/run.c: Likewise.
16059 * gdb.reverse/until-reverse.c: Likewise.
16060 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16061
666d413c
YQ
160622014-09-16 Yao Qi <yao@codesourcery.com>
16063
16064 * boards/local-remote-host-native.exp: New file.
16065
57cbd724
DE
160662014-09-14 Doug Evans <xdje42@gmail.com>
16067
16068 * gdb.threads/queue-signal.c (thread_count): New variable.
16069 (thread_count_mutex, thread_count_condvar): New variables.
16070 (incr_thread_count, wait_all_threads_running): New functions.
16071 (main): Wait for all threads to be in their thread functions.
16072
81219e53
DE
160732014-09-13 Doug Evans <xdje42@gmail.com>
16074
16075 * gdb.threads/queue-signal.c: New file.
16076 * gdb.threads/queue-signal.exp: New file.
16077
3714cea7
DE
160782014-09-13 Doug Evans <xdje42@gmail.com>
16079
16080 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16081 be consistent with what default_gdb_init uses.
16082 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16083 the plain text of the prompt. Add some logging printfs.
16084 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16085
fa43b1d7
PA
160862014-09-12 Pedro Alves <palves@redhat.com>
16087
16088 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16089 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16090 * gdb.arch/i386-size-overlap.exp: Likewise.
16091 * gdb.arch/i386-size.exp: Likewise.
16092 * gdb.arch/i386-unwind.exp: Likewise.
16093 * gdb.base/a2-run.exp: Likewise.
16094 * gdb.base/break.exp: Likewise.
16095 * gdb.base/charset.exp: Likewise.
16096 * gdb.base/chng-syms.exp: Likewise.
16097 * gdb.base/commands.exp: Likewise.
16098 * gdb.base/dbx.exp: Likewise.
16099 * gdb.base/find.exp: Likewise.
16100 * gdb.base/funcargs.exp: Likewise.
16101 * gdb.base/jit-simple.exp: Likewise.
16102 * gdb.base/reread.exp: Likewise.
16103 * gdb.base/sepdebug.exp: Likewise.
16104 * gdb.base/step-bt.exp: Likewise.
16105 * gdb.cp/mb-inline.exp: Likewise.
16106 * gdb.cp/mb-templates.exp: Likewise.
16107 * gdb.objc/basicclass.exp: Likewise.
16108 * gdb.threads/killed.exp: Likewise.
16109
9d9bf2df
EBM
161102014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16111
16112 PR tdep/17379
16113 * gdb.arch/powerpc-stackless.S: New file.
16114 * gdb.arch/powerpc-stackless.exp: New file.
16115
1cf2f1b0
JK
161162014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16117
16118 * gdb.base/attach.c: Include unistd.h.
16119 (main): Call alarm. Add label postloop.
16120 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16121 gdb_breakpoint, gdb_continue_to_breakpoint.
16122 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16123
98880d46
PA
161242014-09-11 Pedro Alves <palves@redhat.com>
16125
16126 PR gdb/17347
16127 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16128 * gdb.base/attach.exp (test_command_line_attach_run): New
16129 procedure.
16130 (top level): Call it.
16131
4c92ff2c
PA
161322014-09-11 Pedro Alves <palves@redhat.com>
16133
16134 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16135 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16136 (do_command_attach_tests): Use spawn_wait_for_attach.
16137 * gdb.base/solib-overlap.exp: Likewise.
16138 * gdb.multi/multi-attach.exp: Likewise.
16139 * gdb.python/py-prompt.exp: Likewise.
16140 * gdb.python/py-sync-interp.exp: Likewise.
16141 * gdb.server/ext-attach.exp: Likewise.
16142
3adc1a7d
GKB
161432014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16144
16145 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16146 command in testcase. Simplify testcase.
16147
96334934
JB
161482014-09-10 Joel Brobecker <brobecker@adacore.com>
16149
16150 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16151
eb479039
JB
161522014-09-10 Joel Brobecker <brobecker@adacore.com>
16153
16154 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16155
deede10c
JB
161562014-09-10 Joel Brobecker <brobecker@adacore.com>
16157
16158 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16159
7828a5f5
JB
161602014-09-10 Joel Brobecker <brobecker@adacore.com>
16161
16162 * gdb.dwarf2/dynarr-ptr.c: New file.
16163 * gdb.dwarf2/dynarr-ptr.exp: New file.
16164
33aeebcf
MR
161652014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16166
16167 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16168 of 30 rather than hardcoding 120 for a slow test case. Take the
16169 `gdb,timeout' target setting into account for this calculation.
16170 Don't extend the timeout for the test cases that don't need it.
16171
7b415901
MR
161722014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16173
16174 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16175 a factor of 2 for a slow test case. Take the `gdb,timeout'
16176 target setting into account for this calculation.
16177 * gdb.reverse/until-precsave.exp: Increase the timeout by
16178 a factor of 15 and 3 respectively rather than adding 120
16179 for a pair of slow test cases. Take the `gdb,timeout'
16180 target setting into account for this calculation.
16181
4a40f85a
MR
161822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16183
16184 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16185 timeout, don't pass one down to gdb_expect.
16186 (gdb_expect): Rework timeout selection.
16187
09635af7
MR
161882014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16189
16190 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16191 exception on timeout.
16192 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16193 (gdbserver_start_extended): Catch any `gdbserver_start' error
16194 exceptions.
16195 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16196 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16197 `gdbserver_gdb_load' error exceptions.
16198
2bdd10b7
MR
161992014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16200
16201 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16202 120 on waiting for the TCP socket to open.
16203
316935f0
DE
162042014-09-09 Doug Evans <xdje42@gmail.com>
16205
16206 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16207 _caller_matches, _any_caller_is, _any_caller_matches.
16208
83740597
DE
162092014-09-09 Doug Evans <xdje42@gmail.com>
16210
16211 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16212
4c122fc3
YQ
162132014-09-09 Yao Qi <yao@codesourcery.com>
16214
16215 * gdb.mi/mi-var-display.exp: Set print symbol off.
16216
a9f116cb
GKB
162172014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16218
16219 PR gdb/17035
16220 * gdb.base/commands.exp: Add tests to verify user-defined
16221 commands with empty bodies.
16222 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16223 python commands in `show user command`.
16224 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16225 scheme commands in `show user command`.
16226
c75bd3a2
JK
162272014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16228
16229 PR python/17355
16230 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16231 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16232 * gdb.python/py-framefilter-invalidarg.exp: New file.
16233 * gdb.python/py-framefilter-invalidarg.py: New file.
16234
faa42425
DE
162352014-09-06 Doug Evans <xdje42@gmail.com>
16236
16237 PR 15276
16238 * gdb.python/py-caller-is.c: New file.
16239 * gdb.python/py-caller-is.exp: New file.
16240
474ca4f6
SDJ
162412014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16242
16243 PR gdb/17235
16244 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16245 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16246
eb0b0463
SDJ
162472014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16248
16249 PR fortran/17237
16250 * gdb.fortran/print-formatted.exp: New file.
16251 * gdb.fortran/print-formatted.f90: Likewise.
16252
5f3b99cf
SS
162532014-09-03 Sasha Smundak <asmundak@google.com>
16254
16255 * gdb.python/py-frame.exp: Test Frame.read_register.
16256
7d793aa9
SDJ
162572014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16258
16259 PR python/16699
16260 * gdb.python/py-completion.exp: New file.
16261 * gdb.python/py-completion.py: Likewise.
16262
fb0576e9
DE
162632014-08-28 Doug Evans <dje@google.com>
16264
16265 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16266 eax,etc. are live with values set by gdb and thus the compiler can't
16267 use them.
16268 * gdb.arch/i386-pseudo.c (main): Ditto.
16269
ee92b0dd
DE
162702014-08-27 Doug Evans <dje@google.com>
16271
16272 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16273
6649db35
DE
162742014-08-25 Doug Evans <dje@google.com>
16275
16276 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16277 (main): Ditto.
16278
564b7600
DE
162792014-08-25 Doug Evans <dje@google.com>
16280
16281 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16282
3881fb67
YQ
162832014-08-24 Yao Qi <yao@codesourcery.com>
16284
16285 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16286 symbol off.
16287 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16288
a05a36a5
DE
162892014-08-22 Doug Evans <dje@google.com>
16290
16291 PR 17276
16292 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16293 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16294 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16295
7c343b48
YQ
162962014-08-22 Yao Qi <yao@codesourcery.com>
16297
16298 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16299 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16300 * gdb.python/python.exp: Likewise. Use .py file on the host
16301 instead of the build.
16302
22fd09ae
JK
163032014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16304
16305 * gdb.threads/gcore-stale-thread.c: New file.
16306 * gdb.threads/gcore-stale-thread.exp: New file.
16307
a8454a7c
PA
163082014-08-21 Pedro Alves <palves@redhat.com>
16309
16310 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16311 * gdb.base/gcore-relro-pie.exp: Likewise.
16312 * gdb.base/gcore-relro.exp: Likewise.
16313 * gdb.base/gcore.exp: Likewise.
16314 * gdb.base/print-symbol-loading.exp: Likewise.
16315 * gdb.threads/gcore-thread.exp: Likewise.
16316 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16317
2a31c623
PA
163182014-08-20 Pedro Alves <palves@redhat.com>
16319 Jan Kratochvil <jan.kratochvil@redhat.com>
16320
16321 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16322 configure.
16323 (EXPECT): Handle READ1 being set.
16324 (all): Depend on EXTRA_RULES.
16325 (check-read1, expect-read1, read1.so, read1): New rules.
16326 * README (Testsuite Parameters): Document the READ1 make variable.
16327 (Race detection): New section.
16328 * configure: Regenerate.
16329 * configure.ac: If build==host==target, and running under a
16330 GNU/glibc system, add read1 to the extra Makefile rules.
16331 (EXTRA_RULES): AC_SUBST it.
16332 * lib/read1.c: New file.
16333
d36430db
JB
163342014-08-20 Joel Brobecker <brobecker@adacore.com>
16335
16336 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16337 the handling of variables declared as a typedef to an array
16338 which a DW_AT_data_location attribute.
16339
9a0dc9e3
PA
163402014-08-19 Andrew Burgess <aburgess@broadcom.com>
16341 Pedro Alves <palves@redhat.com>
16342
16343 PR symtab/14604
16344 PR symtab/14605
16345 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16346 gdb_test.
16347
0718a8da
PA
163482014-08-19 Pedro Alves <palves@redhat.com>
16349
16350 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16351
13b448cd
YQ
163522014-08-19 Yao Qi <yao@codesourcery.com>
16353
16354 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16355 right line.
16356
1cbf5077
DB
163572014-08-18 David Blaikie <dblaikie@gmail.com>
16358
16359 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16360
bf0fae19
JB
163612014-08-18 Joel Brobecker <brobecker@adacore.com>
16362
16363 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16364 attribute in array range.
16365
3c8c5dcc
JB
163662014-08-18 Joel Brobecker <brobecker@adacore.com>
16367
16368 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16369
e66d4446
SC
163702014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16371
16372 PR c++/17132
16373 * gdb.cp/pr17132.cc: New file.
16374 * gdb.cp/pr17132.exp: New file.
16375
940df408
SC
163762014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16377
16378 * gdb.python/py-xmethods.py (A_getarrayind)
16379 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16380 Use 'print' with function call syntax.
16381 (E_method_matcher.match): Fix tab vs space indentation mixup.
16382
ebcc6c3a
YQ
163832014-08-15 Yao Qi <yao@codesourcery.com>
16384
16385 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16386 false.
16387
775e0f04
YQ
163882014-08-15 Yao Qi <yao@codesourcery.com>
16389
16390 * gdb.cp/casts.exp: Set print symbol off.
16391 * gdb.cp/class2.exp: Likewise.
16392 * gdb.cp/overload.exp: Likewise.
16393 * gdb.cp/templates.exp: Likewise.
16394
d769e349
DE
163952014-08-11 Doug Evans <dje@google.com>
16396
16397 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16398 (test_load_shlib): Update.
16399
20c6f1e1
YQ
164002014-08-09 Yao Qi <yao@codesourcery.com>
16401
16402 * gdb.base/display.exp: Invoke is_address_zero_readable.
16403 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16404 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16405 * gdb.base/hbreak-unmapped.exp: Return if
16406 is_address_zero_readable returns true.
16407 * gdb.base/signest.exp: Likewise.
16408 * gdb.base/signull.exp: Likewise.
16409 * gdb.base/sigbpt.exp: Likewise.
16410 * gdb.guile/scm-disasm.exp: Do the test if
16411 is_address_zero_readable returns false.
16412 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16413 * gdb.python/py-arch.exp: Likewise.
16414 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16415 * lib/gdb.exp (is_address_zero_readable): New proc.
16416
5792e8e3
YQ
164172014-08-09 Yao Qi <yao@codesourcery.com>
16418
16419 PR testsuite/13443
16420 * gdb.mi/mi-var-display.exp: Make test messages unique.
16421
3cecbbbe
TT
164222014-08-04 Tom Tromey <tromey@redhat.com>
16423
16424 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16425 target 0".
16426
00b51ff5
TT
164272014-08-04 Tom Tromey <tromey@redhat.com>
16428
16429 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16430 "target_resume".
16431
6908c509
JB
164322014-08-01 Joel Brobecker <brobecker@adacore.com>
16433
16434 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16435 inner_vla_struct_object_size.
16436 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16437 as xfail.
16438
cc6563d2
PA
164392014-07-30 Pedro Alves <palves@redhat.com>
16440
16441 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16442 comment.
16443
7e09a223
YQ
164442014-07-29 Yao Qi <yao@codesourcery.com>
16445
16446 PR gdb/17206
16447 * gdb.base/until-nodebug.exp: New.
16448
7ebdbe92
DE
164492014-07-28 Doug Evans <xdje42@gmail.com>
16450
16451 PR guile/17203
16452 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16453 previously existing parameter, and previously ambiguously spelled
16454 parameter.
16455
fdb1adc6
WN
164562014-07-28 Will Newton <will.newton@linaro.org>
16457
16458 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16459
186fcde0
DE
164602014-07-26 Ludovic Courtès <ludo@gnu.org>
16461 Doug Evans <xdje42@gmail.com>
16462
16463 PR guile/17146
16464 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16465
70509625
PA
164662014-07-25 Pedro Alves <palves@redhat.com>
16467
16468 * gdb.threads/signal-command-handle-nopass.c: New file.
16469 * gdb.threads/signal-command-handle-nopass.exp: New file.
16470 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16471 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16472 * gdb.threads/signal-delivered-right-thread.c: New file.
16473 * gdb.threads/signal-delivered-right-thread.exp: New file.
16474
c3f814a1
PA
164752014-07-25 Pedro Alves <palves@redhat.com>
16476
16477 * gdb.base/double-prompt-target-event-error.exp
16478 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16479 match.
16480 (cancel_pagination_in_target_event): Rework double prompt
16481 detection.
16482 * gdb.base/paginate-after-ctrl-c-running.exp
16483 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16484 <return>' match.
16485 * gdb.base/paginate-bg-execution.exp
16486 (test_bg_execution_pagination_return)
16487 (test_bg_execution_pagination_cancel): Remove '-notransfer
16488 <return>' matches.
16489 * gdb.base/paginate-execution-startup.exp
16490 (test_fg_execution_pagination_return)
16491 (test_fg_execution_pagination_cancel): Remove '-notransfer
16492 <return>' matches.
16493 * gdb.base/paginate-inferior-exit.exp
16494 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16495 match.
16496 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16497 * lib/gdb.exp (pagination_prompt): Run text through
16498 string_to_regexp.
16499 (gdb_test_multiple): Match $pagination_prompt instead of
16500 "<return>".
16501 (string_to_regexp): Move to lib/gdb-utils.exp.
16502
e214cf6c
JK
165032014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16504
16505 * gdb.arch/amd64-entry-value-paramref.S: New file.
16506 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16507 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16508 * gdb.arch/amd64-optimout-repeat.S: New file.
16509 * gdb.arch/amd64-optimout-repeat.c: New file.
16510 * gdb.arch/amd64-optimout-repeat.exp: New file.
16511
17d0c5c8
JK
165122014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16513
16514 PR gdb/17170
16515 * gdb.base/statistics.exp: New file.
16516
b8b8facf
DE
165172014-07-17 Doug Evans <dje@google.com>
16518
74b49205 16519 PR gdb/17170
b8b8facf
DE
16520 * gdb.base/maint.exp: Update testing of per-command stats.
16521
1b5d0ab3
PA
165222014-07-16 Pedro Alves <palves@redhat.com>
16523
16524 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16525 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16526 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16527 (tfile_write_buf): New functions.
16528 (add_memory_block): Rewrite using the above.
16529 (adjust_function_address): New function.
16530 (FUNCTION_ADDRESS): New macro.
16531 (write_basic_trace_file): Remove short_x local, and use
16532 tfile_write_16. Change type of func_addr local to unsigned long
16533 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16534 here. Cast argument of add_memory_block to char pointer.
16535 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16536 (main): Remove parameters.
16537 * gdb.trace/tfile.exp: Remove nowarnings.
16538
4d974e88
SM
165392014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16540
16541 * gdb.base/debug-expr.exp: Test string evaluation with
16542 "debug expression" on.
16543
41e99568
PA
165442014-07-15 Pedro Alves <palves@redhat.com>
16545
16546 * gdb.base/reread.exp: Use clean_restart.
16547
487d9753
PL
165482014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16549
16550 * gdb.arch/avr-flash-qualifer.c: New.
16551 * gdb.arch/avr-flash-qualifer.exp: New.
16552
cc1c52ad
PA
165532014-07-14 Pedro Alves <palves@redhat.com>
16554
16555 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16556 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16557
1e973570
PA
165582014-07-14 Pedro Alves <palves@redhat.com>
16559
16560 * gdb.base/double-prompt-target-event-error.c: New file.
16561 * gdb.base/double-prompt-target-event-error.exp: New file.
16562
93d6eb10
PA
165632014-07-14 Pedro Alves <palves@redhat.com>
16564
16565 PR gdb/17072
16566 * gdb.base/paginate-inferior-exit.c: New file.
16567 * gdb.base/paginate-inferior-exit.exp: New file.
16568
0017922d
PA
165692014-07-14 Pedro Alves <palves@redhat.com>
16570
16571 PR gdb/17072
16572 * gdb.base/paginate-bg-execution.c: New file.
16573 * gdb.base/paginate-bg-execution.exp: New file.
16574
94696ad3
PA
165752014-07-14 Pedro Alves <palves@redhat.com>
16576
16577 PR gdb/17072
16578 * gdb.base/paginate-execution-startup.c: New file.
16579 * gdb.base/paginate-execution-startup.exp: New file.
16580 * lib/gdb.exp (pagination_prompt): New global.
16581 (default_gdb_spawn): New procedure, factored out from
16582 default_gdb_spawn.
16583 (default_gdb_start): Adjust to call default_gdb_spawn.
16584 (gdb_spawn): New procedure.
16585
bd293940
PA
165862014-07-14 Pedro Alves <palves@redhat.com>
16587
16588 * lib/gdb.exp (gdb_assert): New procedure.
16589 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16590
c933f875
PA
165912014-07-14 Pedro Alves <palves@redhat.com>
16592
16593 * gdb.base/execution-termios.c: New file.
16594 * gdb.base/execution-termios.exp: New file.
16595
d98b7a16
TT
165962014-07-14 Tom Tromey <tromey@redhat.com>
16597
16598 * gdb.cp/vla-cxx.cc: New file.
16599 * gdb.cp/vla-cxx.exp: New file.
16600
548740d6
TT
166012014-07-14 Tom Tromey <tromey@redhat.com>
16602
16603 * gdb.reverse/rerun-prec.c: New file.
16604 * gdb.reverse/rerun-prec.exp: New file.
16605
a25eb028
MR
166062014-07-12 Maciej W. Rozycki <macro@mips.com>
16607 Maciej W. Rozycki <macro@codesourcery.com>
16608
16609 * lib/gdb-utils.exp: New file.
16610 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16611 inline `gdb_init_command' processing.
16612 (gdb_start_cmd): Likewise.
16613 * lib/mi-support.exp (mi_run_cmd): Likewise.
16614 * README: Document `gdb_init_command' and `gdb_init_commands'.
16615
218c2655
JK
166162014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16617
16618 Fix false FAIL running under a very long directory name.
16619 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16620 and "set print elements 10000". Twice.
16621
5401fde3
YQ
166222014-07-11 Yao Qi <yao@codesourcery.com>
16623
16624 * gdb.base/exprs.exp: "set print symbol off".
16625
e76126e8
PA
166262014-07-11 Pedro Alves <palves@redhat.com>
16627
16628 * gdb.threads/kill.c: New file.
16629 * gdb.threads/kill.exp: New file.
16630
2d6f0de6
YQ
166312014-07-10 Yao Qi <yao@codesourcery.com>
16632
16633 * gdb.trace/tfile.c (write_basic_trace_file)
16634 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16635 address written to trace file.
16636
7180e04a
PA
166372014-07-09 Pedro Alves <palves@redhat.com>
16638
16639 * gdb.base/attach-wait-input.exp: New file.
16640 * gdb.base/attach-wait-input.c: New file.
16641
9a9a7608
AB
166422014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16643
16644 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16645 setting up test structures.
16646 (main): Call new test function.
16647 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16648 test function, continue into test function and walk test
16649 structures.
16650
161ac41e
YQ
166512014-07-02 Yao Qi <yao@codesourcery.com>
16652
16653 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16654 'bar_start' at the beginning of functions 'foo' and 'bar'
16655 respectively.
16656 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16657 instead of 'foo' and 'bar'.
16658
1f267ae3
MM
166592014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16660
16661 * gdb.btrace/segv.exp: New.
16662 * gdb.btrace/segv.c: New.
16663
2b239efb
LM
166642014-07-02 Luis Machado <lgustavo@codesourcery.com>
16665
16666 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16667 instruction.
16668
cf363f18
MW
166692014-06-30 Mark Wielaard <mjw@redhat.com>
16670
16671 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16672 vulture, vilify, villar): New volatile array constants.
16673 (vindictive, vegetation): New const volatile array constants.
16674 * gdb.base/volatile.exp: Test volatile and const volatile array
16675 types.
16676
aebf9d24
AA
166772014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16678
16679 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16680 target lacks support for awatch, rwatch, or hbreak.
16681
b67a2c6f
YQ
166822014-06-27 Yao Qi <yao@codesourcery.com>
16683
16684 * gdb.multi/dummy-frame-restore.exp: New.
16685 * gdb.multi/dummy-frame-restore.c: New.
16686
aef92902
MM
166872014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16688
16689 * gdb.btrace/gcore.exp: New.
16690
8e9db26e
PA
166912014-06-23 Pedro Alves <palves@redhat.com>
16692
16693 * gdb.base/watchpoint-reuse-slot.c: New file.
16694 * gdb.base/watchpoint-reuse-slot.exp: New file.
16695
70afc5b7
SC
166962014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16697
16698 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16699 progspace's filename in 'info', 'enable' and 'disable' command
16700 tests.
16701
b972bd9c
JK
167022014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16703
16704 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16705 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16706 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16707
125f8a3d
GB
167082014-06-20 Gary Benson <gbenson@redhat.com>
16709
16710 * gdb.arch/i386-avx.exp: Fix include file location.
16711 * gdb.arch/i386-sse.exp: Likewise.
16712
3ed9baed
IB
167132014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16714
16715 * gdb.dlang/expression.exp: New file.
16716
034f788c
PA
167172014-06-19 Pedro Alves <palves@redhat.com>
16718
16719 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16720 out from ...
16721 (top level): ... here. Iterate running tests under different
16722 scheduler-locking settings.
16723
45371d0c
LM
167242014-06-18 Luis Machado <lgustavo@codesourcery.com>
16725
16726 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16727 to DW_FORM_addr and use non-zero addresses.
16728
5d376983
SC
167292014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16730
16731 PR gdb/17017
16732 * gdb.python/py-xmethods.cc: Add global function call counters and
16733 increment them in their respective functions. Remove "cout"
16734 statements.
16735 * gdb.python/py-xmethods.exp: Make tests check the global function
16736 call counters instead of depending on inferior IO.
16737
a1aa2221
LM
167382014-06-18 Don Breazeal <donb@codesourcery.com>
16739
16740 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16741 Deleted procedure.
16742 (explicit_fork_parent_follow): Deleted procedure.
16743 (explicit_fork_child_follow): Deleted procedure.
16744 (test_follow_fork): New procedure.
16745 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16746 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16747 procedure calls.
16748
0fc05997
YQ
167492014-06-17 Yao Qi <yao@codesourcery.com>
16750
16751 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16752 CP1252.
16753
70795c52
LM
167542014-06-17 Luis Machado <lgustavo@codesourcery.com>
16755
16756 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16757 Initialize ptr and S explicitly.
16758 (skip_type_update_when_not_use_rtti_test): Likewise.
16759
6be47f0c
KS
167602014-06-16 Keith Seitz <keiths@redhat.com>
16761
16762 PR mi/15863
16763 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16764 the inferior is started.
16765
d03de421
PA
167662014-06-16 Pedro Alves <palves@redhat.com>
16767
16768 * gdb.base/break-main-file-remove-fail.c: New file.
16769 * gdb.base/break-main-file-remove-fail.exp: New file.
16770 * gdb.base/break-unload-file.exp: Use build_executable instead of
16771 prepare_for_testing.
16772 (test_break): New parameter "initial_load". Handle it.
16773 (top level): Add initial_load cmdline/file axis.
16774
f9579b99
TT
167752014-06-12 Tom Tromey <tromey@redhat.com>
16776
16777 * gdb.base/completion.exp: Don't use directory name in test.
16778
3657956b
GB
167792014-06-09 Gary Benson <gbenson@redhat.com>
16780
16781 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16782 separate the always-available ANSI-standard signals from the
16783 signals that require checking.
16784 (main): Likewise.
16785 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16786 Likewise.
16787 (main): Likewise.
16788
4186eb54
KS
167892014-06-07 Keith Seitz <keiths@redhat.com>
16790
16791 Revert:
16792 PR c++/16253
16793 * gdb.cp/var-tag.cc: New file.
16794 * gdb.cp/var-tag.exp: New file.
16795 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16796 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16797 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16798 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16799
25326a28 168002014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16801
16802 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16803
829155c9
PA
168042014-06-06 Pedro Alves <palves@redhat.com>
16805
16806 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16807 in target debug output instead of looking at RSP packets,
16808 disabling the test on any target that uses hardware stepping.
16809 Update comments.
16810
61c8d22e
PA
168112014-06-06 Pedro Alves <palves@redhat.com>
16812
16813 * gdb.base/break-unload-file.exp: Fix typo.
16814
d9a47287
YQ
168152014-06-06 Yao Qi <yao@codesourcery.com>
16816
16817 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16818 from "jit_function" to "^jit_function".
16819
e5e01dbf
YQ
168202014-06-06 Yao Qi <yao@codesourcery.com>
16821
16822 * gdb.base/async.c (foo): Add one statement.
16823 * gdb.base/async.exp: Get the next instruction address and
16824 match the output of "nexti" by instruction address. Match
16825 the hex address in the output of "finish".
16826
73ba372c
GB
168272014-06-06 Gary Benson <gbenson@redhat.com>
16828
16829 * gdb.base/call-signals.c: Remove preprocessor conditionals
16830 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16831 SIGSEGV and SIGTERM.
16832 * gdb.base/sigall.c: Likewise.
16833 * gdb.base/unwindonsignal.c: Likewise.
16834 * gdb.reverse/sigall-reverse.c: Likewise.
16835
831517df
YQ
168362014-06-06 Yao Qi <yao@codesourcery.com>
16837
16838 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16839 readable, skip the test.
16840
b8b91e98
YQ
168412014-06-06 Yao Qi <yao@codesourcery.com>
16842
16843 * gdb.threads/staticthreads.c (thread_function): Move the line
16844 setting breakpoint on forward.
16845 * gdb.threads/staticthreads.exp: Update comments.
16846
fb934770
LC
168472014-06-05 Ludovic Courtès <ludo@gnu.org>
16848
16849 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16850 "history-append! type error".
16851
6ef284bd
SM
168522014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16853
16854 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16855 erroneous dprintf expected input.
16856
a872e241
DE
168572014-06-04 Doug Evans <xdje42@gmail.com>
16858
16859 * gdb.guile/scm-generics.exp: Delete.
16860
16f691fb
DE
168612014-06-04 Doug Evans <xdje42@gmail.com>
16862
16863 * gdb.guile/scm-breakpoint.exp: Update.
16864 Add tests for breakpoint registration.
16865
012370f6
TT
168662014-06-04 Tom Tromey <tromey@redhat.com>
16867
16868 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16869 VLA-in-union.
16870 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16871 inner_vla_struct, vla_union types. Initialize objects of those
16872 types and compute their sizes.
16873
9f5a4cef
HZ
168742014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16875 Hui Zhu <hui@codesourcery.com>
16876
16877 * gdb.base/fileio.exp: Add test for shell not available as well as
16878 available.
16879 * gdb.base/fileio.c (test_system): Check for shell twice.
16880
90a45c4d
YQ
168812014-06-04 Yao Qi <yao@codesourcery.com>
16882
16883 * gdb.base/auto-connect-native-target.exp: Remove redundant
16884 space from the regexp pattern.
16885
70017e41
YQ
168862014-06-04 Yao Qi <yao@codesourcery.com>
16887
16888 * gdb.base/default.exp: Replace "child" with "native" in
16889 regexp pattern.
16890
883964a7
SC
168912014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16892
16893 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16894 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16895 * gdb.python/py-xmethods.py: Python script supporting the
16896 new testcase and tests.
16897
ef370185
JB
168982014-06-03 Joel Brobecker <brobecker@adacore.com>
16899 Pedro Alves <palves@redhat.com>
16900
16901 PR breakpoints/17000
16902 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16903 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16904
1e2ccb61
BM
169052014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16906
16907 * gdb.base/subst.exp: Add tests to verify partial path matching
16908 output.
16909
c6ec5ab2
PA
169102014-06-03 Pedro Alves <palves@redhat.com>
16911
16912 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16913 target that doesn't use software single-stepping.
16914
835c559f
PA
169152014-06-03 Pedro Alves <palves@redhat.com>
16916
16917 PR breakpoints/17000
16918 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16919 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16920
06eb1586
DE
169212014-06-02 Doug Evans <xdje42@gmail.com>
16922
16923 * gdb.guile/scm-parameter.exp: New file.
16924
e698b8c4
DE
169252014-06-02 Doug Evans <xdje42@gmail.com>
16926
16927 * gdb.guile/scm-cmd.c: New file.
16928 * gdb.guile/scm-cmd.exp: New file.
16929
ded03782
DE
169302014-06-02 Doug Evans <xdje42@gmail.com>
16931
16932 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16933 pretty-printer lookup.
16934 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16935 (make-pp_s-printer): Call it.
16936 (make-pretty-printer-from-dict): New function.
16937 (lookup-pretty-printer-maker-from-dict): New function.
16938 (*pretty-printer*): Simplify.
16939 (make-objfile-pp_s-printer): New function.
16940 (install-objfile-pretty-printers!): New function.
16941 (make-progspace-pp_s-printer): New function.
16942 (install-progspace-pretty-printers!): New function.
16943 * gdb.guile/scm-progspace.c: New file.
16944 * gdb.guile/scm-progspace.exp: New file.
16945
41fac0cf
PA
169462014-06-02 Pedro Alves <palves@redhat.com>
16947
16948 * gdb.base/dprintf-bp-same-addr.c: New file.
16949 * gdb.base/dprintf-bp-same-addr.exp: New file.
16950
96ae5695
EBM
169512014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16952
16953 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16954 * gdb.arch/powerpc-power.s: Likewise.
16955
da02b3a8
JB
169562014-06-02 Joel Brobecker <brobecker@adacore.com>
16957
16958 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16959
c72b2e7b
YQ
169602014-06-01 Yao Qi <yao@codesourcery.com>
16961
16962 * gdb.base/watchpoint.exp (test_watch_location): Check null
16963 pointer can be dereferenced. If not, do the test, otherwise
16964 skip it.
16965
53e8a631
AB
169662014-05-30 Andrew Burgess <aburgess@broadcom.com>
16967
16968 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16969 results.
16970 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16971
938f0e2f
AB
169722014-05-30 Andrew Burgess <aburgess@broadcom.com>
16973
16974 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16975 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16976 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16977 * gdb.arch/amd64-invalid-stack-top.c: New file.
16978 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16979
9ba6657a
PA
169802014-05-30 Pedro Alves <palves@redhat.com>
16981
16982 PR breakpoints/17000
16983 * gdb.base/sss-bp-on-user-bp.c: New file.
16984 * gdb.base/sss-bp-on-user-bp.exp: New file.
16985
522c09bf
DB
169862014-05-30 David Blaikie <dblaikie@gmail.com>
16987
16988 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16989 gnu_inline semantics via attribute.
16990 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16991 source explicitly specifies the required semantics.
16992
bf4ef81e
MR
169932014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16994
16995 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16996
329ea579
PA
169972014-05-29 Pedro Alves <palves@redhat.com>
16998 Tom Tromey <tromey@redhat.com>
16999
17000 * gdb.base/async-shell.exp: Don't enable target-async.
17001 * gdb.base/async.exp
17002 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17003 parameter. Adjust.
17004 (top level): Don't test with "target-async".
17005 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17006 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17007 * gdb.base/inferior-died.exp: Don't enable target-async.
17008 * gdb.base/interrupt-noterm.exp: Likewise.
17009 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17010 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17011 * gdb.mi/mi-nonstop.exp: Likewise.
17012 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17013 * gdb.mi/mi-nsintrall.exp: Likewise.
17014 * gdb.mi/mi-nsmoribund.exp: Likewise.
17015 * gdb.mi/mi-nsthrexec.exp: Likewise.
17016 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17017 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17018 * gdb.python/py-evsignal.exp: Don't enable target-async.
17019 * gdb.python/py-evthreads.exp: Likewise.
17020 * gdb.python/py-prompt.exp: Likewise.
17021 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17022 * gdb.server/solib-list.exp: Don't enable target-async.
17023 * gdb.threads/thread-specific-bp.exp: Likewise.
17024 * lib/mi-support.exp: Adjust to use mi-async.
17025
fd664c91
PA
170262014-05-29 Pedro Alves <palves@redhat.com>
17027
17028 PR gdb/13860
17029 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17030 reason, even in sync mode.
17031
251bde03
PA
170322014-05-29 Pedro Alves <palves@redhat.com>
17033 Hui Zhu <hui@codesourcery.com>
17034
17035 PR PR15693
17036 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17037 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17038 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17039 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17040
7f3c0343
JB
170412014-05-28 Joel Brobecker <brobecker@adacore.com>
17042
17043 * config/monitor.exp (gdb_target_monitor): Replace use of
17044 "set remotebaud" by "set serial baud".
17045
b2715b27
AW
170462014-05-26 Andy Wingo <wingo@igalia.com>
17047
17048 * gdb.guile/scm-breakpoint.exp:
17049 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17050 properties instead of gdb-object-properties.
17051
498a4489
YQ
170522014-05-26 Yao Qi <yao@codesourcery.com>
17053
17054 * gdb.server/no-thread-db.exp: Specify source file name
17055 explicitly when setting a breakpoint.
17056
589fdceb
MM
170572014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17058
17059 * gdb.btrace/vdso.c: New.
17060 * gdb.btrace/vdso.exp: New.
17061
e9089e05
MM
170622014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17063
17064 * gdb.base/gcore.exp (capture_command_output): Move ...
17065 * lib/gdb.exp (capture_command_output): ... here.
17066
67b5c0c1
MM
170672014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17068
17069 * gdb.btrace/data.exp: Test memory access during btrace replay.
17070
a2199296
SM
170712014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17072
17073 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17074
17b2616c
PA
170752014-05-21 Pedro Alves <palves@redhat.com>
17076
17077 PR gdb/13860
17078 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17079 (top level): Test that output related to execution commands is
17080 sent to the console with CLI commands, but not with MI commands.
17081 Test that breakpoint events are always mirrored to the console.
17082 Also expect the new source line to be output after a "next" in
17083 async mode too. Make it a pass/fail test.
17084 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17085 output.
17086 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17087
5166082f
PA
170882014-05-21 Pedro Alves <palves@redhat.com>
17089
17090 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17091 Use them to test variations of "list" after reaching a breakpoint.
17092 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17093 Test "list" with listsize 10 after reaching a breakpoint.
17094 * gdb.python/python.exp (decode_line current location line
17095 number): Adjust expected line number.
17096
2f25d70f
SM
170972014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17098
17099 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17100 behavior for $args, pass it directly to "run".
17101
ff604a67
MR
171022014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17103
17104 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17105 30000 to 65536.
17106
6a3cb8e8
PA
171072014-05-21 Pedro Alves <palves@redhat.com>
17108
17109 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17110 auto-connect-native-target off".
17111 * gdb.base/auto-connect-native-target.c: New file.
17112 * gdb.base/auto-connect-native-target.exp: New file.
17113
4ebfc96e
PA
171142014-05-21 Pedro Alves <palves@redhat.com>
17115
17116 * gdb.base/default.exp: Test "target native" instead of "target
17117 child".
17118
36d46afb
MW
171192014-05-21 Mark Wielaard <mjw@redhat.com>
17120
17121 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17122
5876f503
JK
171232014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17124
17125 Fix TLS access for -static -pthread.
17126 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17127 <HAVE_TLS> (thread_function, main): Initialize it.
17128 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17129 Add clean_restart.
17130 <$have_tls != "">: Check TLSVAR.
17131
0256a6ac
PA
171322014-05-21 Pedro Alves <palves@redhat.com>
17133
17134 * gdb.base/dcache-line-read-error.c: New.
17135 * gdb.base/dcache-line-read-error.exp: New.
17136
936d2992
PA
171372014-05-20 Pedro Alves <palves@redhat.com>
17138
17139 * gdb.base/compare-sections.c: New file.
17140 * gdb.base/compare-sections.exp: New file.
17141
802e8e6d
PA
171422014-05-20 Pedro Alves <palves@redhat.com>
17143
17144 * gdb.base/break-idempotent.c: New file.
17145 * gdb.base/break-idempotent.exp: New file.
17146
e59fa00f
MM
171472014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17148
17149 * gdb.btrace/nohist.exp: New.
17150
8b696e31
YQ
171512014-05-20 Yao Qi <yao@codesourcery.com>
17152
17153 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17154 gdb.reverse directory and gdb_reverse_timeout exists in board
17155 setting.
17156 * README: Document gdb_reverse_timeout.
17157
73c9764f
YQ
171582014-05-20 Yao Qi <yao@codesourcery.com>
17159
17160 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17161 'test_file_name'. Treat args as a string instead of a list.
17162 (gdb_init): Rename argument 'args' by 'test_file_name'.
17163
f1f4348a
JK
171642014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17165
17166 * gdb.arch/powerpc-power.exp: New file.
17167 * gdb.arch/powerpc-power.s: New file.
17168
0dbe70ce
DE
171692014-05-16 Doug Evans <dje@google.com>
17170
17171 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
17172 * gdb.base/completion.exp: Check that all expected files exist
17173 before doing file completion.
0dbe70ce 17174
8d551b02
DE
171752014-05-16 Doug Evans <dje@google.com>
17176
17177 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17178 Update.
17179 (do_syscall_tests_without_xml): Update.
17180
73eb7709
PA
171812014-05-16 Pedro Alves <palves@redhat.com>
17182
17183 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17184 instead of "unknown output after running".
17185
3fae92fc
YQ
171862014-05-16 Yao Qi <yao@codesourcery.com>
17187
17188 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17189 file1.txt from host at the end.
17190 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17191
c2b2ccc5
DE
171922014-05-15 Doug Evans <dje@google.com>
17193
17194 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17195 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17196 loading file. Add test for TU lookup.
17197
8c217a4b
SM
171982014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17199
17200 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17201 calling "-exec-arguments" or "set args" before running the
17202 inferior.
17203
3deb39c6
SM
172042014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17205
17206 * lib/mi-support.exp (mi_expect_stop): Expect message for
17207 inferiors that exit with non-zero exit code.
17208
71a79f8c
YQ
172092014-05-14 Yao Qi <yao@codesourcery.com>
17210
17211 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17212 match absolute path on remote host.
17213 (test_file_list_exec_source_files): Remove "/" from the
17214 pattern.
17215
f23fcd46
YQ
172162014-05-14 Yao Qi <yao@codesourcery.com>
17217
17218 * boards/local-remote-host-notty.exp (${board}_file): New
17219 proc.
17220
9404b58f
KM
172212014-05-07 Kyle McMartin <kyle@redhat.com>
17222
17223 Pushed by Joel Brobecker <brobecker@adacore.com>.
17224 * gdb.arch/aarch64-atomic-inst.c: New file.
17225 * gdb.arch/aarch64-atomic-inst.exp: New file.
17226
5e45f04c
YQ
172272014-05-07 Yao Qi <yao@codesourcery.com>
17228
17229 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17230 in current context" too.
17231
c888a17d
KS
172322014-05-05 Keith Seitz <keiths@redhat.com>
17233
17234 * gdb.linespec/ls-dollar.exp: Add test for linespec
17235 file:convenience_variable.
17236
290a839c
YQ
172372014-05-05 Yao Qi <yao@codesourcery.com>
17238
17239 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17240 traceframes into tfile and ctf trace files. Read data from
17241 trace file and test collected data.
17242 (gdb_collect_locals_test): Likewise.
17243 (gdb_unavailable_registers_test): Likewise.
17244 (gdb_unavailable_floats): Likewise.
17245 (gdb_collect_globals_test): Likewise.
17246 (top-level): Append "ctf" to trace_file_targets if GDB
17247 supports.
17248
b5262cd0
YQ
172492014-05-05 Yao Qi <yao@codesourcery.com>
17250
17251 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17252 code to ...
17253 (gdb_collect_args_test_1): ... it. New proc.
17254 (gdb_collect_locals_test): Move some code to ...
17255 (gdb_collect_locals_test_1): ... it. New proc.
17256 (gdb_unavailable_registers_test): Move some code to ...
17257 (gdb_unavailable_registers_test_1): ... it. New proc.
17258 (gdb_unavailable_floats): Move some code to ...
17259 (gdb_unavailable_floats_1): ... it. New proc.
17260
30a1e6cc
SDJ
172612014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17262
17263 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17264 probes to test for bitness recognition.
17265 * gdb.arch/amd64-stap-optional-prefix.exp
17266 (test_probe_value_without_reg): New procedure.
17267 Add code to test for different kinds of bitness.
17268
f33da99a
SDJ
172692014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17270
17271 PR breakpoints/16889
17272 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17273 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17274
5b80f00d
PA
172752014-05-01 Pedro Alves <palves@redhat.com>
17276
17277 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17278 gdb_file_cmd if no file is specified.
17279 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17280 last_loaded_file to set the remote exec-file.
17281
f8c2a73c
PA
172822014-05-01 Pedro Alves <palves@redhat.com>
17283
17284 * boards/local-remote-host.exp: New file.
17285
be6e8ac7
PA
172862014-05-01 Pedro Alves <palves@redhat.com>
17287
17288 * boards/local-remote-host.exp: Rename to ...
17289 * boards/local-remote-host-notty.exp: ... this.
17290
cac0dc8f
JB
172912014-04-28 Joel Brobecker <brobecker@adacore.com>
17292
17293 * gdb.ada/dyn_arrayidx: New testcase.
17294
9730e6cc
YQ
172952014-04-26 Yao Qi <yao@codesourcery.com>
17296
17297 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17298 and compute the length of function main. Save it in
17299 $main_length.
17300 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17301 (top-level): Use gdb_compile to compile objects into
17302 executable and restart GDB. Remove invocation to
17303 prepare_for_testing.
17304
7ae1a6a6
PA
173052014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17306 Pedro Alves <palves@redhat.com>
17307
17308 PR server/16255
17309 * gdb.multi/multi-attach.c: New file.
17310 * gdb.multi/multi-attach.exp: New file.
17311
4082afcc
PA
173122014-04-25 Pedro Alves <palves@redhat.com>
17313
17314 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17315 user.
17316 (top level): Test that "set remote conditional-breakpoints-packet
17317 off" works as intended.
17318 * gdb.base/dprintf.exp: Test that "set remote
17319 breakpoint-commands-packet off" works as intended.
17320 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17321 New function.
17322 (top level): Call it.
17323 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17324 remote fast-tracepoints-packet off" works as intended.
17325 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17326 * lib/gdb.exp (gdb_is_target_remote): ... here.
17327
2abc3f8d
DB
173282014-04-24 David Blaikie <dblaikie@gmail.com>
17329
17330 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17331 ensure clang would not discard them.
17332 * gdb.base/gdbvars.c: Ditto.
17333 * gdb.base/memattr.c: Ditto.
17334 * gdb.base/whatis.c: Ditto.
17335 * gdb.python/py-prettyprint.c: Ditto.
17336 * gdb.trace/actions.c: Ditto.
17337 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17338 ensure clang would not discard it.
17339
bfd39632
DB
173402014-04-24 David Blaikie <dblaikie@gmail.com>
17341
17342 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17343 clang to emit the full definition of type required by the test
17344 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17345
22842ff6
DB
173462014-04-24 David Blaikie <dblaikie@gmail.com>
17347
17348 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17349 coax Clang into emitting the definition of the type.
17350 * gdb.cp/pr10728-x.h (y): Ditto.
17351 * gdb.cp/pr10728-y.cc (y): Ditto.
17352
c2e827ad
DB
173532014-04-24 David Blaikie <dblaikie@gmail.com>
17354
17355 * gdb.base/label.exp: XFAIL label related tests under Clang.
17356 * gdb.cp/cplabel.exp: Ditto.
17357 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17358 under Clang those using labels.
17359
4c2d33e7
YQ
173602014-04-25 Yao Qi <yao@codesourcery.com>
17361
17362 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17363 double_label.
17364 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17365 partial_label and double_label.
17366
56083b99
DB
173672014-04-24 David Blaikie <dblaikie@gmail.com>
17368
17369 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17370
25d4e99d
DB
173712014-04-24 David Blaikie <dblaikie@gmail.com>
17372
17373 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17374 of the function to work across GCC and Clang.
17375 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17376 pointer types (const void ** const V void **).
17377
01f9f808
MS
173782014-04-24 Michael Sturm <michael.sturm@mintel.com>
17379 Walfred Tedeschi <walfred.tedeschi@intel.com>
17380
17381 * Makefile.in (EXECUTABLES): Added i386-avx512.
17382 * gdb.arch/i386-avx512.c: New file.
17383 * gdb.arch/i386-avx512.exp: Likewise.
17384
4b48d439
KS
173852014-04-23 Keith Seitz <keiths@redhat.com>
17386
17387 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17388 (mi_make_breakpoint_table): New procedure.
17389 (mi_create_breakpoint): Use mi_make_breakpoint
17390 and return the result.
17391 (mi_make_breakpoint): New procedure.
17392 (mi_build_kv_pairs): New procedure.
17393
17394 * gdb.mi/mi-break.exp: Remove unused globals,
17395 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17396 All callers updated.
17397 * gdb.mi/mi-dprintf.exp: Use variable to track command
17398 number.
17399 Update all callers of mi_create_breakpoint and use
17400 mi_make_breakpoint_table.
17401 Remove any unused global variables.
17402 * gdb.mi/mi-nonstop.exp: Likewise.
17403 * gdb.mi/mi-nsintrall.exp: Likewise.
17404 * gdb.mi/mi-nsmoribund.exp: Likewise.
17405 * gdb.mi/mi-nsthrexec.exp: Likewise.
17406 * gdb.mi/mi-reverse.exp: Likewise.
17407 * gdb.mi/mi-simplerun.exp: Likewise.
17408 * gdb.mi/mi-stepn.exp: Likewise.
17409 * gdb.mi/mi-syn-frame.exp: Likewise.
17410 * gdb.mi/mi-until.exp: Likewise.
17411 * gdb.mi/mi-var-cp.exp: Likewise.
17412 * gdb.mi/mi-var-display.exp: Likewise.
17413 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17414 * gdb.mi/mi2-var-child.exp: Likewise.
17415 * gdb.mi/mi-vla-c99.exp: Likewise.
17416 * lib/mi-support.exp: Likewise.
17417
17418 From Ian Lance Taylor <iant@cygnus.com>:
17419 * lib/gdb.exp (parse_args): New procedure.
17420
08351840
PA
174212014-04-23 Pedro Alves <palves@redhat.com>
17422
17423 * gdb.base/break-unload-file.c: New file.
17424 * gdb.base/break-unload-file.exp: New file.
17425 * gdb.base/sym-file-lib.c (baz): New function.
17426 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17427 field.
17428 (load): Store the segment's mapped size.
17429 (unload): New function.
17430 (unload_shlib): New function.
17431 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17432 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17433 set a breakpoint at baz, and call it.
17434 * gdb.base/sym-file.exp: New tests for stale breakpoint
17435 instructions.
17436
076855f9
PA
174372014-04-23 Pedro Alves <palves@redhat.com>
17438
17439 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17440 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17441 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17442 * gdb.base/hbreak-unmapped.c: New file.
17443 * gdb.base/hbreak-unmapped.exp: New file.
17444 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17445 * lib/gdb.exp (gdb_is_target_remote): ... here.
17446
483805cf
PA
174472014-04-22 Pedro Alves <palves@redhat.com>
17448
17449 * gdb.base/consecutive-step-over.c: New file.
17450 * gdb.base/consecutive-step-over.exp: New file.
17451
06d97543
PA
174522014-04-22 Pedro Alves <palves@redhat.com>
17453
17454 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17455 instead of send_gdb/gdb_expect.
17456
b4429ea2
YQ
174572014-04-22 Yao Qi <yao@codesourcery.com>
17458
17459 * lib/trace-support.exp (generate_tracefile): New procedure.
17460 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17461 return 0.
17462 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17463 if generate_tracefile returns 1.
17464
51d48146
PA
174652014-04-18 Tom Tromey <palves@redhat.com>
17466 Pedro alves <tromey@redhat.com>
17467
17468 PR backtrace/15558
17469 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17470 with a backtrace limit.
17471 * gdb.python/py-frame-inline.exp: Test running to an inline
17472 function with a backtrace limit, and printing the newest frame.
17473 * gdb.python/py-frame-inline.c (main): Call f.
17474
bd1dce5f
MS
174752014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17476
17477 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17478
40d1a503
MS
174792014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17480
17481 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17482 Drop prefix from unsupported source file path.
17483
389b98f7
YQ
174842014-04-17 Yao Qi <yao@codesourcery.com>
17485
17486 * lib/gdb.exp (with_target_charset): New proc.
17487 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17488 with_target_charset.
17489 (test_print_strings): Likewise.
17490 (test_repeat_bytes): Likewise.
17491 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17492 for some tests.
17493
22869d73
KS
174942014-04-16 Keith Seitz <keiths@redhat.com>
17495
17496 PR gdb/15827
17497 * gdb.dwarf2/corrupt.c: New file.
17498 * gdb.dwarf2/corrupt.exp: New file.
17499
c4f87ca6
KS
175002014-04-16 Keith Seitz <keiths@redhat.com>
17501
17502 PR c++/16597
17503 * gdb.cp/namelessclass.cc: New file.
17504 * gdb.cp/namelessclass.exp: New file.
17505 * gdb.cp/namelessclass.S: New file.
17506
ab19de87
DE
175072014-04-16 Doug Evans <dje@google.com>
17508
17509 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17510 Add comment.
17511 (gdbserver_default_get_comm_port): New function.
17512 (gdbserver_start): Check if board file provided
17513 "gdbserver,get_comm_port" and use it if so.
17514 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17515 (gdb,socketport): Set to "stdio".
17516 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17517 (stdio_gdbserver_template): Delete.
17518 (${board}_get_remote_address): Update.
17519 (${board}_build_remote_cmd): Delete.
17520 (${board}_get_comm_port): New function.
17521 (${board}_spawn): Update.
17522 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17523 Delete.
17524 (${board}_get_remote_address): Update.
17525 (${board}_get_comm_port): New function.
17526
fc98a809
AB
175272014-04-16 Andrew Burgess <aburgess@broadcom.com>
17528
17529 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17530 appearing in any order.
17531
87fd9e6e
DE
175322014-04-15 Doug Evans <dje@google.com>
17533
17534 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17535 uninitialized value of "description".
17536
099fc3ea
KS
175372014-04-15 Keith Seitz <keiths@redhat.com>
17538
17539 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17540 Remove unused globals.
17541 (test_running_the_program): Likewise.
17542 (test_controlled_execution): Likewise.
17543 (test_controlling_breakpoints): Likewise.
17544 (test_program_termination): Likewise.
17545
5da151d4
KS
175462014-04-15 Keith Seitz <keiths@redhat.com>
17547
17548 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17549 unused globals.
17550 (test_rbreak_creation_and_listing): Likewise.
17551 (test_ignore_count): Likewise.
17552 (test_error): Likewise.
17553
35e5d2f0
PA
175542014-04-15 Pedro Alves <palves@redhat.com>
17555
17556 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17557 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17558 sym-file-loader.c.
17559 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17560 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17561 to sym-file-loader.c.
17562 (struct library): Forward declare.
17563 (load_shlib, lookup_function): Change prototypes.
17564 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17565 (translate_offset): Remove declarations.
17566 (get_text_addr): New declaration.
17567 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17568 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17569 sym-file-loader.h.
17570 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17571 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17572 here from sym-file-loader.h.
17573 (struct library): New structure.
17574 (load_shlib, lookup_function): Change prototypes and adjust to
17575 work with a struct library.
17576 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17577 (translate_offset): Make static.
17578 (get_text_addr): New function.
17579 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17580
eb4c1710
PA
175812014-04-15 Pedro Alves <palves@redhat.com>
17582
17583 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17584
2d1baf52
PA
175852014-04-15 Pedro Alves <palves@redhat.com>
17586
17587 * gdb.base/sym-file-loader.c: Include <limits.h>.
17588 (SELF_LINK): New define.
17589 (get_origin): New function.
17590 (load_shlib): Use it.
17591 * gdb.base/sym-file.exp: Don't early return if the target is
17592 remote. Use runto_main, and issue fail is that fails. Use
17593 gdb_load_shlibs.
17594 (shlib_name): Delete.
17595 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17596
7dd6df01
PA
175972014-04-15 Pedro Alves <palves@redhat.com>
17598
17599 * gdb.base/sym-file.exp: Remove regex characters from test
17600 message. Don't refer to breakpoint numbers in test messages.
17601
b50c8614
KS
176022014-04-14 Keith Seitz <keiths@redhat.com>
17603
17604 PR c++/16253
17605 * gdb.cp/var-tag.cc: New file.
17606 * gdb.cp/var-tag.exp: New file.
17607 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17608 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17609 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17610 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17611
3d567982
TT
176122014-04-14 Tom Tromey <tromey@redhat.com>
17613
17614 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17615 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17616 type.
17617 * gdb.cp/enum-class.exp: New file.
17618 * gdb.cp/enum-class.cc: New file.
17619
0626fc76
TT
176202014-04-14 Tom Tromey <tromey@redhat.com>
17621
17622 * gdb.dwarf2/enum-type.exp: New file.
17623
dca325b3
SA
176242014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17625
17626 * gdb.mi/mi-vla-c99.exp: New file.
17627 * gdb.mi/vla.c: New file.
17628
5854b38a
SA
176292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17630
17631 * gdb.base/vla-datatypes.c: New file.
17632 * gdb.base/vla-datatypes.exp: New file.
17633
463bb957
SA
176342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17635
17636 * gdb.base/vla-ptr.c: New file.
17637 * gdb.base/vla-ptr.exp: New file.
17638
3dd170be
SA
176392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17640
17641 * gdb.dwarf2/count.exp: New file.
17642
5ecaaa66
SA
176432014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17644
17645 * gdb.base/vla-sideeffect.c: New file.
17646 * gdb.base/vla-sideeffect.exp: New file.
17647
41f1ada5
DB
176482014-04-14 David Blaikie <dblaikie@gmail.com>
17649
17650 * gdb.mi/non-stop.c: Add return value for non-void function return
17651 statement.
17652 * gdb.threads/staticthreads.c: Ditto.
17653
0be03e84
DE
176542014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17655 Doug Evans <xdje42@gmail.com>
17656
17657 * gdb.guile/scm-value.c: Improve test case.
17658 * gdb.guile/scm-value.exp: Add new test.
17659
f180a1fb
DB
176602014-04-11 David Blaikie <dblaikie@gmail.com>
17661
17662 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17663 override Clang's default.
17664
6b662e19
JB
176652014-04-11 Joel Brobecker <brobecker@adacore.com>
17666
17667 Revert the following changes (regressions):
17668
17669 * gdb.base/vla-sideeffect.c: New file.
17670 * gdb.base/vla-sideeffect.exp: New file.
17671
17672 * gdb.dwarf2/count.exp: New file.
17673
17674 * gdb.base/vla-multi.c: New file.
17675 * gdb.base/vla-multi.exp: New file.
17676
17677 * gdb.base/vla-ptr.c: New file.
17678 * gdb.base/vla-ptr.exp: New file.
17679
17680 * gdb.base/vla-datatypes.c: New file.
17681 * gdb.base/vla-datatypes.exp: New file.
17682
17683 * gdb.mi/mi-vla-c99.exp: New file.
17684 * gdb.mi/vla.c: New file.
17685
245a5f0b
KS
176862014-04-11 Keith Seitz <keiths@redhat.com>
17687
17688 PR c++/16675
17689 * gdb.cp/cpsizeof.exp: New file.
17690 * gdb.cp/cpsizeof.cc: New file.
17691
58a84dcf
SA
176922014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17693
191a8a90
JB
17694 * gdb.mi/mi-vla-c99.exp: New file.
17695 * gdb.mi/vla.c: New file.
58a84dcf 17696
c8655f75
SA
176972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17698
17699 * gdb.base/vla-datatypes.c: New file.
17700 * gdb.base/vla-datatypes.exp: New file.
17701
024e13b4
SA
177022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17703
17704 * gdb.base/vla-ptr.c: New file.
17705 * gdb.base/vla-ptr.exp: New file.
17706
1a237e0e
SA
177072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17708
17709 * gdb.base/vla-multi.c: New file.
17710 * gdb.base/vla-multi.exp: New file.
17711
504f3432
SA
177122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17713
17714 * gdb.dwarf2/count.exp: New file.
17715
3bce8237
SA
177162014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17717
191a8a90
JB
17718 * gdb.base/vla-sideeffect.c: New file.
17719 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 17720
322f9c21
YQ
177212014-04-11 Yao Qi <yao@codesourcery.com>
17722
17723 * gdb.base/completion.exp: Check file exists before running tests
17724 on file completion.
17725
d708bcd1
PA
177262014-04-10 Pedro Alves <palves@redhat.com>
17727
17728 * gdb.base/cond-eval-mode.c: New file.
17729 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17730 prepare_for_testing to build the new file. Check result of
17731 runto_main.
17732 (test_break, test_watch): New procedures.
17733 (top level): Use them.
17734
ae1d2761
PM
177352014-04-08 Pierre Muller <muller@sourceware.org>
17736
17737 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17738 Ctrl-V use for mingw hosts.
17739
7af389b8
SC
177402014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17741
17742 * gdb.python/py-value.c: Improve test case.
17743 * gdb.python/py-value.exp: Add new test.
17744
5e703181
DE
177452014-04-07 David Blaikie <dblaikie@gmail.com>
17746
17747 * lib/compiler.c: Identify the clang compiler.
17748 * lib/compiler.cc: Ditto.
17749
9810b410
YQ
177502014-04-03 Yao Qi <yao@codesourcery.com>
17751
17752 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17753
98d1b8dc
AB
177542014-04-01 Anton Blanchard <anton@samba.org>
17755
17756 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17757 messages unique.
17758
3114cea1
AB
177592014-04-01 Anton Blanchard <anton@samba.org>
17760
17761 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17762 prepare_for_testing.
17763
62f7182c
AB
177642014-04-01 Anton Blanchard <anton@samba.org>
17765
17766 * gdb.arch/ppc64-atomic-inst.c: Remove.
17767 * gdb.arch/ppc64-atomic-inst.S: New file.
17768 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17769
770e7fc7
DE
177702014-03-31 Doug Evans <dje@google.com>
17771
17772 * gdb.base/print-symbol-loading-lib.c: New file.
17773 * gdb.base/print-symbol-loading-main.c: New file.
17774 * gdb.base/print-symbol-loading.exp: New file.
17775
46e2bafa
YQ
177762014-03-31 Yao Qi <yao@codesourcery.com>
17777
17778 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17779
8776cfe9
JB
177802014-03-28 Joel Brobecker <brobecker@adacore.com>
17781
17782 * gdb.ada/mi_dyn_arr: New testcase.
17783
5d1ef361
DE
177842014-03-27 Doug Evans <dje@google.com>
17785
17786 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17787
b5bee914
YQ
177882014-03-27 Yao Qi <yao@codesourcery.com>
17789
17790 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17791 if target is nios2-*-*.
17792
0d4d0e77
YQ
177932014-03-26 Yao Qi <yao@codesourcery.com>
17794
17795 * lib/gdb.exp (readline_is_used): New proc.
17796 * gdb.base/completion.exp: Move tests on command complete up.
17797 Skip the rest of tests if readline is not used.
17798 * gdb.ada/complete.exp: Skp the test if readline is not
17799 used.
17800 * gdb.base/filesym.exp: Likewise.
17801 * gdb.base/macscp.exp: Likewise.
17802 * gdb.base/readline-ask.exp: Likewise.
17803 * gdb.base/readline.exp: Likewise.
17804 * gdb.python/py-cmd.exp: Likewise.
17805 * gdb.trace/tfile.exp: Likewise.
17806
29361eee
YQ
178072014-03-26 Yao Qi <yao@codesourcery.com>
17808
17809 * gdb.base/macscp.exp: Fix code format issues.
17810
bc9a5525
UW
178112014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17812
17813 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17814 * gdb.asm/powerpc64le.inc: New file.
17815
d3839ede
PA
178162014-03-25 Pedro Alves <palves@redhat.com>
17817 Doug Evans <dje@google.com>
17818
17819 * gdb.base/source-execution.c: New file.
17820 * gdb.base/source-execution.exp: New file.
17821 * gdb.base/source-execution.gdb: New file.
17822
01672a57
DE
178232014-03-24 Doug Evans <dje@google.com>
17824
17825 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17826 using fission.
17827
88bbeca9
HZ
178282014-03-24 Hui Zhu <hui@codesourcery.com>
17829 Pedro Alves <palves@redhat.com>
17830
17831 PR breakpoints/16101
17832 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17833 test pass/fail messages. Detect missing support for dprintf when
17834 breakpoints are actually inserted.
17835 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17836 breakpoints are actually inserted.
17837 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17838 fails.
17839
d2348791
JK
178402014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17841
17842 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17843
feef67ab
DE
178442014-03-22 Doug Evans <xdje42@gmail.com>
17845
17846 * gdb.python/python.exp (python not supported): Verify multi-line
17847 python command issues an error.
25d743f9 17848 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17849 guile command issues an error.
feef67ab 17850
ecebef6a
MR
178512014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17852
17853 * gdb.threads/thread-specific.exp: Handle the lack of usable
17854 $this_breakpoint and $this_thread.
17855
ccdd1909
HZ
178562014-03-21 Hui Zhu <hui@codesourcery.com>
17857
17858 * gdb.base/attach.exp (do_command_attach_tests): New.
17859
beb460e8
PA
178602014-03-20 Tom Tromey <tromey@redhat.com>
17861 Pedro Alves <palves@redhat.com>
17862
17863 PR cli/15718
17864 * gdb.base/condbreak-call-false.c: New file.
17865 * gdb.base/condbreak-call-false.exp: New file.
17866
40acf43a
PA
178672014-03-20 Pedro Alves <palves@redhat.com>
17868
17869 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17870 Delete.
17871 (block_signals, unblock_signals): Delete.
17872 (child_function_2, main): Remove references to deleted variable
17873 and functions.
17874
9f5e1e02
PA
178752014-03-20 Pedro Alves <palves@redhat.com>
17876
17877 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17878 Use pthread_kill to signal thread 2.
17879 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17880 Adjust to make the test send itself a signal rather than using the
17881 host's "kill" command.
17882
99619bea
PA
178832014-03-20 Pedro Alves <palves@redhat.com>
17884
17885 * gdb.threads/multiple-step-overs.c: New file.
17886 * gdb.threads/multiple-step-overs.exp: New file.
17887 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17888 Adjust expected infrun debug output.
17889
2adfaa28
PA
178902014-03-20 Pedro Alves <palves@redhat.com>
17891
17892 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17893 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17894
31e77af2
PA
178952014-03-20 Pedro Alves <palves@redhat.com>
17896
17897 PR breakpoints/7143
17898 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17899 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17900 of gdb_test_multiple.
17901 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17902 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17903
b9f437de
PA
179042014-03-20 Pedro Alves <palves@redhat.com>
17905
17906 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17907 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17908
05adc73e
PA
179092014-03-19 Pedro Alves <palves@redhat.com>
17910
17911 * gdb.base/async.exp: Remove early return.
17912
6048b950
PA
179132014-03-19 Pedro Alves <palves@redhat.com>
17914
17915 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17916
8bcfb00a
PA
179172014-03-19 Pedro Alves <palves@redhat.com>
17918
17919 * gdb.base/async.exp (test_background): Expect \r\n after
17920 "completed." in the fail pattern.
17921
884e37dc
PA
179222014-03-19 Pedro Alves <palves@redhat.com>
17923
17924 * gdb.base/async.exp (test_background): New procedure.
17925 Use it for all background execution command tests.
17926
148e57e2
PA
179272014-03-19 Pedro Alves <palves@redhat.com>
17928
17929 * gdb.base/async.exp: Use prepare_for_testing.
17930
f48088c7
PA
179312014-03-19 Pedro Alves <palves@redhat.com>
17932
17933 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17934 the same line.
17935
e2f6c966
PA
179362014-03-19 Pedro Alves <palves@redhat.com>
17937
17938 * gdb.base/async.c (main): Add "jump here" and "until here" line
17939 marker comments.
17940 * gdb.base/async.exp (jump_here): New global.
17941 (jump& test): Use it.
17942 (until_here): New global.
17943 (until& test): Use it.
17944
c30568d4
PA
179452014-03-19 Pedro Alves <palves@redhat.com>
17946
17947 * gdb.base/async.exp: Don't frob gdb_protocol.
17948
0172b6a7
DE
179492014-03-18 Doug Evans <xdje42@gmail.com>
17950
17951 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17952 Fix spelling of exec-done-display.
17953
06c868a8
JK
179542014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17955
17956 PR gdb/15358
17957 * gdb.base/gdb-sigterm.c: New file.
17958 * gdb.base/gdb-sigterm.exp: New file.
17959
0c7e1a46
PA
179602014-03-18 Pedro Alves <palves@redhat.com>
17961
17962 PR gdb/13860
17963 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17964 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17965 solib-event.
17966
f7c77d93
JB
179672014-03-17 Joel Brobecker <brobecker@adacore.com>
17968
17969 * gdb.ada/pckd_arr_ren: New testcase.
17970
5a1e8c7a
DE
179712014-03-13 Doug Evans <xdje42@gmail.com>
17972
17973 PR guile/16612
17974 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17975 collect after discarding symbols.
17976
350e1a76
DE
179772014-03-13 Ludovic Courtès <ludo@gnu.org>
17978 Doug Evans <xdje42@gmail.com>
17979
17980 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17981 to history survives a gc.
17982
a69900ae
PA
179832014-03-13 Pedro Alves <palves@redhat.com>
17984
17985 * gdb.base/default.exp: Don't test "target procfs".
17986
5db9f0bd
PA
179872014-03-13 Pedro Alves <palves@redhat.com>
17988
17989 * gdb.base/default.exp: Update "target child" and "target procfs"
17990 tests to not expect "Unix".
17991
b3ccfe11
TT
179922014-03-12 Tom Tromey <tromey@redhat.com>
17993
17994 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17995 New procs. Add target-async tests.
17996 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17997 Add target-async tests.
17998
646f4417
AA
179992014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18000
18001 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18002 'func_start' and 'func_end' for the beginning and end of the
18003 function code, respectively.
18004 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18005 'func_end' instead of 'func' and 'main'.
18006
288c211f
AA
180072014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18008
18009 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18010 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18011 generate the debug info assembler source.
18012
e0c0f156
AA
180132014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18014
18015 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18016 * gdb.dwarf2/arr-subrange.exp: Likewise.
18017 * gdb.dwarf2/dwz.exp: Likewise.
18018 * gdb.dwarf2/method-ptr.exp: Likewise.
18019 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18020 * gdb.dwarf2/subrange.exp: Likewise.
18021 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18022 * gdb.dwarf2/implptrpiece.exp: Likewise.
18023 * gdb.dwarf2/nostaticblock.exp: Likewise.
18024
0e5c4555
AA
180252014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18026
18027 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18028 directory to absolute path name arguments.
18029
5ec18f2b
JG
180302014-03-10 Joel Brobecker <brobecker@adacore.com>
18031
18032 * gdb.ada/tagged_access: New testcase.
18033
847fc4f2
MM
180342014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18035
18036 * gdb.btrace/data.exp: Update expected output.
18037
cc3da688
YQ
180382014-03-06 Yao Qi <yao@codesourcery.com>
18039
18040 * gdb.trace/pr16508.exp: New file.
18041
0f26cec1
PA
180422014-03-05 Pedro Alves <palves@redhat.com>
18043
18044 PR gdb/16575
18045 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18046 procedure.
18047 (top level): Adjust to use it. Add tests that exercise breakpoint
18048 interaction with the code-cache.
18049
7a5a839f
LC
180502014-02-26 Ludovic Courtès <ludo@gnu.org>
18051
18052 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18053 test for 'history-append!'.
18054
31aa7e4e
JB
180552014-02-26 Joel Brobecker <brobecker@adacore.com>
18056
18057 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18058 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18059 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18060 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18061 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18062 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18063
1b588015
JB
180642014-02-26 Joel Brobecker <brobecker@adacore.com>
18065
18066 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18067 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18068 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18069
55426c9d
JB
180702014-02-26 Joel Brobecker <brobecker@adacore.com>
18071
18072 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18073
dc53a7ad
JB
180742014-02-26 Joel Brobecker <brobecker@adacore.com>
18075
18076 * gdb.dwarf2/arr-stride.c: New file.
18077 * gdb.dwarf2/arr-stride.exp: New file.
18078
12ab52e9
PA
180792014-02-26 Pedro Alves <palves@redhat.com>
18080
18081 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18082 that won't ever trigger. Make sure that GDB reports the correct
18083 breakpoint that caused the stop.
18084
849c862e
JK
180852014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18086
18087 PR gdb/16626
18088 * gdb.base/auto-load-script: New file.
18089 * gdb.base/auto-load.c: New file.
18090 * gdb.base/auto-load.exp: New file.
18091
71b7d793
JK
18092 PR gdb/16626
18093 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18094
e2f0d509
JK
180952014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18096
18097 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18098 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18099
50cc37c8
DE
181002014-02-24 Doug Evans <dje@google.com>
18101
18102 * lib/gdb.exp (run_on_host): Log error output if program fails.
18103
ea4758f2
PA
181042014-02-21 Pedro Alves <palves@redhat.com>
18105
18106 * gdb.threads/step-after-sr-lock.c: Rename to ...
18107 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18108 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18109 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18110 ... this.
18111
d7b30f67
SDJ
181122014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18113
18114 PR tdep/16397
18115 * gdb.arch/amd64-stap-special-operands.exp: New file.
18116 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18117 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18118 * gdb.arch/amd64-stap-triplet.S: Likewise.
18119 * gdb.arch/amd64-stap-triplet.c: Likewise.
18120
83deb43f
JB
181212014-02-20 Joel Brobecker <brobecker@adacore.com>
18122
18123 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18124 in .section pseudo-op.
18125
adde2bff
DE
181262014-02-20 lin zuojian <manjian2006@gmail.com>
18127 Joel Brobecker <brobecker@adacore.com>
18128 Doug Evans <xdje42@gmail.com>
18129
18130 PR symtab/16581
18131 * gdb.dwarf2/dw2-icycle.S: New file.
18132 * gdb.dwarf2/dw2-icycle.c: New file.
18133 * gdb.dwarf2/dw2-icycle.exp: New file.
18134
f7bd0f78
SC
181352014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18136
18137 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18138 operations on gdb.Value objects.
18139 * gdb.python/py-value-cc.exp: Add new test to test operations on
18140 gdb.Value objects.
18141
c17ef0d5
DE
181422014-02-18 Doug Evans <dje@google.com>
18143
18144 * Makefile.in (TESTS): New variable.
18145 (expanded_tests, expanded_tests_or_none): New variables
18146 (check-single): Pass $(expanded_tests_or_none) to runtest.
18147 (check-parallel): Only run tests in $(TESTS) if non-empty.
18148 (check/no-matching-tests-found): New rule.
18149 * README: Document TESTS makefile variable.
18150
5dd3176f
DE
181512014-02-18 Doug Evans <dje@google.com>
18152
18153 * Makefile.in (check-parallel): rm -rf outputs temp.
18154
0b10be4f
JK
181552014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18156
18157 Fix "ERROR: no fileid for" in the testsuite.
18158 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18159
85f224e7
DE
181602014-02-12 Doug Evans <dje@google.com>
18161
18162 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18163 (MISCELLANEOUS): New variable.
18164 (clean): rm -rf $(MISCELLANEOUS).
18165 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18166 dwp live in the same directory as symlinks, with each symlink pointed
18167 to a differently named file in a different directory.
18168
149b30ff
DE
181692014-02-11 Doug Evans <dje@google.com>
18170
18171 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18172 of Tcl file commands.
18173
1dfdac32
MK
181742014-02-10 Mark Kettenis <kettenis@gnu.org>
18175
18176 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18177 "kill -SIGUSR1 -1".
18178
aa4fb036
JB
181792014-02-10 Joel Brobecker <brobecker@adacore.com>
18180
18181 * gdb.ada/tick_length_array_enum_idx: New testcase.
18182
ed3ef339
DE
181832014-02-10 Doug Evans <xdje42@gmail.com>
18184
18185 * configure.ac (AC_OUTPUT): Add gdb.guile.
18186 * configure: Regenerate.
18187 * lib/gdb-guile.exp: New file.
18188 * lib/gdb.exp (get_target_charset): New function.
18189 * gdb.base/help.exp: Update expected output from "apropos apropos".
18190 * gdb.guile/Makefile.in: New file.
18191 * gdb.guile/guile.exp: New file.
18192 * gdb.guile/scm-arch.c: New file.
18193 * gdb.guile/scm-arch.exp: New file.
18194 * gdb.guile/scm-block.c: New file.
18195 * gdb.guile/scm-block.exp: New file.
18196 * gdb.guile/scm-breakpoint.c: New file.
18197 * gdb.guile/scm-breakpoint.exp: New file.
18198 * gdb.guile/scm-disasm.c: New file.
18199 * gdb.guile/scm-disasm.exp: New file.
18200 * gdb.guile/scm-equal.c: New file.
18201 * gdb.guile/scm-equal.exp: New file.
18202 * gdb.guile/scm-error.exp: New file.
18203 * gdb.guile/scm-error.scm: New file.
18204 * gdb.guile/scm-frame-args.c: New file.
18205 * gdb.guile/scm-frame-args.exp: New file.
18206 * gdb.guile/scm-frame-args.scm: New file.
18207 * gdb.guile/scm-frame-inline.c: New file.
18208 * gdb.guile/scm-frame-inline.exp: New file.
18209 * gdb.guile/scm-frame.c: New file.
18210 * gdb.guile/scm-frame.exp: New file.
18211 * gdb.guile/scm-generics.exp: New file.
18212 * gdb.guile/scm-gsmob.exp: New file.
18213 * gdb.guile/scm-iterator.c: New file.
18214 * gdb.guile/scm-iterator.exp: New file.
18215 * gdb.guile/scm-math.c: New file.
18216 * gdb.guile/scm-math.exp: New file.
18217 * gdb.guile/scm-objfile-script-gdb.in: New file.
18218 * gdb.guile/scm-objfile-script.c: New file.
18219 * gdb.guile/scm-objfile-script.exp: New file.
18220 * gdb.guile/scm-objfile.c: New file.
18221 * gdb.guile/scm-objfile.exp: New file.
18222 * gdb.guile/scm-ports.exp: New file.
18223 * gdb.guile/scm-pretty-print.c: New file.
18224 * gdb.guile/scm-pretty-print.exp: New file.
18225 * gdb.guile/scm-pretty-print.scm: New file.
18226 * gdb.guile/scm-section-script.c: New file.
18227 * gdb.guile/scm-section-script.exp: New file.
18228 * gdb.guile/scm-section-script.scm: New file.
18229 * gdb.guile/scm-symbol.c: New file.
18230 * gdb.guile/scm-symbol.exp: New file.
18231 * gdb.guile/scm-symtab-2.c: New file.
18232 * gdb.guile/scm-symtab.c: New file.
18233 * gdb.guile/scm-symtab.exp: New file.
18234 * gdb.guile/scm-type.c: New file.
18235 * gdb.guile/scm-type.exp: New file.
18236 * gdb.guile/scm-value-cc.cc: New file.
18237 * gdb.guile/scm-value-cc.exp: New file.
18238 * gdb.guile/scm-value.c: New file.
18239 * gdb.guile/scm-value.exp: New file.
18240 * gdb.guile/source2.scm: New file.
18241 * gdb.guile/types-module.cc: New file.
18242 * gdb.guile/types-module.exp: New file.
18243
7026a7c1
YQ
182442014-02-10 Yao Qi <yao@codesourcery.com>
18245
18246 PR testsuite/16543
18247 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18248 * configure: Regenerated.
18249 * Makefile.in: New file.
18250
6c466447
AS
182512014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18252
18253 * gdb.python/py-framefilter.exp: Fix typo.
18254
6e854735
YQ
182552014-02-08 Yao Qi <yao@codesourcery.com>
18256
18257 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18258 that no =breakpoint-modified is emitted when breakpoints are
18259 modified through MI commands.
18260
d137e6dc
PA
182612014-02-07 Pedro Alves <pedro@codesourcery.com>
18262 Pedro Alves <palves@redhat.com>
18263
18264 * gdb.threads/step-after-sr-lock.c: New file.
18265 * gdb.threads/step-after-sr-lock.exp: New file.
18266
b5ee5a50
PA
182672014-02-07 Pedro Alves <palves@redhat.com>
18268
18269 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18270
3c77faf3
JK
182712014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18272
18273 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18274 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18275
6dddc817
DE
182762014-02-06 Doug Evans <xdje42@gmail.com>
18277
18278 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18279 output.
18280
18281 * gdb.gdb/python-interrupts.exp: New file.
18282
de7b2893
YQ
182832014-02-05 Yao Qi <yao@codesourcery.com>
18284
18285 * gdb.trace/report.exp (use_collected_data): Test the output
18286 of "info threads" and "info inferiors".
18287
66d032ac
YQ
182882014-02-05 Yao Qi <yao@codesourcery.com>
18289
18290 Revert this patch:
18291
18292 2013-05-24 Yao Qi <yao@codesourcery.com>
18293
18294 * gdb.trace/tfile.exp: Test inferior and thread.
18295
591a12a1
UW
182962014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18297
18298 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18299 on a function.
18300 * gdb.base/step-bt.c: Call hello via function pointer to make
18301 sure its first instruction is executed on powerpc64le-linux.
18302
0ff3e01f
UW
183032014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18304
18305 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18306
084ee545
UW
183072014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18308
18309 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18310 of the test patterns for use on little-endian systems.
18311
6ed14ff3
UW
183122014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18313
18314 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18315 (decimal_vector): Fix for little-endian.
18316
401e27fd
JM
183172014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18318
18319 * gdb.arch/sparc-sysstep.exp: New file.
18320 * gdb.arch/sparc-sysstep.c: Likewise.
18321
18322 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18323
8b924729
EBM
183242014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18325
18326 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18327
fb151210
JB
183282014-01-23 Tom Tromey <tromey@redhat.com>
18329
18330 * gdb.ada/array_char_idx: New testcase.
18331
0740f8d8
TT
183322014-01-23 Tom Tromey <tromey@redhat.com>
18333
18334 PR python/16487:
18335 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18336 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18337 classes.
18338
21909fa1
TT
183392014-01-23 Tom Tromey <tromey@redhat.com>
18340
18341 PR python/16491:
18342 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18343 string from an inferior frame.
18344 * gdb.python/py-framefilter-mi.exp: Update.
18345
87ce2a04
DE
183462014-01-22 Doug Evans <dje@google.com>
18347
18348 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18349
237b092b
AA
183502014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18351
18352 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18353
d674a709
AA
183542014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18355
18356 * gdb.trace/entry-values.exp: Remove excess space character from
18357 regex patterns. Handle s390 call instruction.
18358
20fa3390
AA
183592014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18360
18361 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18362 define "*_start" label. Make "name" static.
18363 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18364 ${name} by references to ${name}_start.
18365
78466714
AA
183662014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18367
18368 * gdb.base/info-macros.exp: Remove "debug" from the compile
18369 options.
18370
ec9f644a
IB
183712014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18372
18373 * gdb.dlang/demangle.exp: New file.
18374
94b1b47e
IB
183752014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18376
18377 * gdb.dlang/primitive-types.exp: New file.
18378
7f420862
IB
183792014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18380
18381 * configure.ac: Create gdb.dlang/Makefile.
18382 * configure: Regenerate.
18383 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18384 * gdb.dlang/Makefile.in: New file.
18385 * lib/d-support.exp: New file.
18386 * lib/gdb.exp (skip_d_tests): New proc.
18387
52834460
MM
183882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18389
18390 * gdb.btrace/delta.exp: Check reverse stepi.
18391 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18392 * gdb.btrace/finish.exp: New.
18393 * gdb.btrace/next.exp: New.
18394 * gdb.btrace/nexti.exp: New.
18395 * gdb.btrace/record_goto.c: Add comments.
18396 * gdb.btrace/step.exp: New.
18397 * gdb.btrace/stepi.exp: New.
18398 * gdb.btrace/multi-thread-step.c: New.
18399 * gdb.btrace/multi-thread-step.exp: New.
18400 * gdb.btrace/rn-dl-bind.c: New.
18401 * gdb.btrace/rn-dl-bind.exp: New.
18402 * gdb.btrace/data.c: New.
18403 * gdb.btrace/data.exp: New.
18404 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18405
6e07b1d2
MM
184062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18407
18408 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18409 * gdb.btrace/exception.exp: Update.
18410 * gdb.btrace/instruction_history.exp: Update.
18411 * gdb.btrace/record_goto.exp: Update.
18412 * gdb.btrace/tailcall.exp: Update.
18413 * gdb.btrace/unknown_functions.exp: Update.
18414 * gdb.btrace/delta.exp: New.
18415
0b722aec
MM
184162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18417
18418 * gdb.btrace/record_goto.exp: Add backtrace test.
18419 * gdb.btrace/tailcall.exp: Add backtrace test.
18420
066ce621
MM
184212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18422
18423 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18424 * gdb.btrace/record_goto.c: New.
18425 * gdb.btrace/record_goto.exp: New.
18426 * gdb.btrace/x86-record_goto.S: New.
18427
0688d04e
MM
184282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18429
18430 * gdb.btrace/function_call_history.exp: Update tests.
18431 * gdb.btrace/instruction_history.exp: Update tests.
18432
8710b709
MM
184332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18434
18435 * gdb.btrace/function_call_history.exp: Fix expected field
18436 order for "record function-call-history".
18437 Add new tests for "record function-call-history /c".
18438 * gdb.btrace/exception.cc: New.
18439 * gdb.btrace/exception.exp: New.
18440 * gdb.btrace/tailcall.exp: New.
18441 * gdb.btrace/x86-tailcall.S: New.
18442 * gdb.btrace/x86-tailcall.c: New.
18443 * gdb.btrace/unknown_functions.c: New.
18444 * gdb.btrace/unknown_functions.exp: New.
18445 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18446
5de9129b
MM
184472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18448
18449 * gdb.btrace/instruction_history.exp: Update.
18450 * gdb.btrace/function_call_history.exp: Update.
18451
23a7fe75
MM
184522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18453
18454 * gdb.btrace/function_call_history.exp: Fix expected function
18455 trace.
18456 * gdb.btrace/instruction_history.exp: Initialize traced.
18457 Remove traced_functions.
18458
724c7dd8
MM
184592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18460
18461 * gdb.btrace/function_call_history.exp: Update
18462 * gdb.btrace/instruction_history.exp: Update.
18463
6d78d93b
MM
184642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18465
18466 * gdb.btrace/enable.exp: Update expected text.
18467
93a360cc
OJ
184682014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18469
18470 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18471 bytes.
18472
3772b53f
MR
184732014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18474
18475 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18476
596662fa
OJ
184772014-01-15 Omair Javaid <omair.javaid@linaro.org>
18478
18479 * lib/gdb.exp (supports_process_record): Return true for
18480 arm*-linux*. (supports_reverse): Likewise.
18481
b5b08fb4
SC
184822014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18483
18484 PR python/15464
18485 PR python/16113
18486 * gdb.python/py-type.c: Enhance test case.
18487 * gdb.python/py-value-cc.cc: Likewise
18488 * gdb.python/py-type.exp: Add new tests.
18489 * gdb.python/py-value-cc.exp: Likewise
18490
52d7fb13
AA
184912014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18492 Pedro Alves <palves@redhat.com>
18493
18494 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18495 Make "name" extern.
18496 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18497 references to ${name}_start by references to ${name}.
18498
a2cd8cfe
JB
184992014-01-10 Joel Brobecker <brobecker@adacore.com>
18500
18501 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18502
4e23fced
JB
185032014-01-10 Joel Brobecker <brobecker@adacore.com>
18504
18505 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18506
c6a9e42c
PA
185072014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18508 Pedro Alves <palves@redhat.com>
18509
18510 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 18511 mi_gdb_target_load.
c6a9e42c 18512
b7ea362b
PA
185132014-01-08 Pedro Alves <palves@redhat.com>
18514
18515 * gdb.threads/reconnect-signal.c: New file.
18516 * gdb.threads/reconnect-signal.exp: New file.
18517
5e3f4fab
EBM
185182014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18519
18520 * gdb.base/source-dir.exp: New file.
18521
79301218
JB
185222014-01-07 Joel Brobecker <brobecker@adacore.com>
18523
18524 * gdb.ada/mi_interface: New testcase.
18525
8e355c5d
JB
185262014-01-07 Joel Brobecker <brobecker@adacore.com>
18527
18528 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18529 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18530 gdb.ada/pp-rec-component/pck.ads: New files.
18531
c0d48811
JB
185322014-01-07 Joel Brobecker <brobecker@adacore.com>
18533
18534 * gdb.python/py-pp-integral.c: New file.
18535 * gdb.python/py-pp-integral.py: New file.
18536 * gdb.python/py-pp-integral.exp: New file.
18537
17b609c3 18538For older changes see ChangeLog-1993-2013.
c906108c 18539\f
8d8cb839
EZ
18540;; Local Variables:
18541;; mode: change-log
18542;; left-margin: 8
18543;; fill-column: 74
18544;; version-control: never
18545;; End:
902f2ccb 18546
b811d2c2 18547 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
18548 Copying and distribution of this file, with or without modification,
18549 are permitted provided the copyright notice and this notice are preserved.
This page took 3.565386 seconds and 4 git commands to generate.