]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdbserver: finish turning the target ops vector into a class
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d7445728
TV
12020-02-20 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
4 (gdb_simple_compile): Handle compile_flags go by using .go extension
5 for source file.
6 * gdb.go/chan.exp: Use support_go_compile.
7 * gdb.go/handcall.exp: Same.
8 * gdb.go/hello.exp: Same.
9 * gdb.go/integers.exp: Same.
10 * gdb.go/max-depth.exp: Same.
11 * gdb.go/methods.exp: Same.
12 * gdb.go/package.exp: Same.
13 * gdb.go/strings.exp: Same.
14 * gdb.go/types.exp: Same.
15 * gdb.go/unsafe.exp: Same.
16
c9c41e6d
TV
172020-02-19 Tom de Vries <tdevries@suse.de>
18
19 * gdb.python/lib-types.exp: Make xfail more strict.
20
f20ff837
TV
212020-02-19 Tom de Vries <tdevries@suse.de>
22
23 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
24
08410482
DE
252020-02-19 Doug Evans <dje@google.com>
26
27 PR rust/25535
28 * gdb.rust/simple.exp: Add test.
29 * gdb.rust/simple.rs: Add test.
30
623563f7
TV
312020-02-19 Tom de Vries <tdevries@suse.de>
32
33 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
34 output line-by-line.
35
d3308cfd
TV
362020-02-19 Tom de Vries <tdevries@suse.de>
37
38 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
39
86cbc5dc
TV
402020-02-19 Tom de Vries <tdevries@suse.de>
41
42 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
43 prelink.
44
9db2b96b
TV
452020-02-19 Tom de Vries <tdevries@suse.de>
46
47 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
48 (gdb_do_cache): Use gdb_do_cache_wrap.
49 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
50
89e2fdc5
TV
512020-02-19 Tom de Vries <tdevries@suse.de>
52
53 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
54 gdb_compile option.
55
373d7ac0
SM
562020-02-18 Simon Marchi <simon.marchi@efficios.com>
57
58 * gdb.base/printcmds.exp (test_print_enums): Update expected
59 output.
60
b29a2df0
SM
612020-02-18 Simon Marchi <simon.marchi@efficios.com>
62
63 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
64 for "unknown".
65
6740f0cc
SM
662020-02-18 Simon Marchi <simon.marchi@efficios.com>
67
68 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
69 enumerator.
70
edd45eb0
SM
712020-02-18 Simon Marchi <simon.marchi@efficios.com>
72
73 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
74 FE_, add FE_NONE.
75 (three): Update.
76 (enum flag_enum_without_zero): New enum.
77 (flag_enum_without_zero): New variable.
78 (enum not_flag_enum): New enum.
79 (three_not_flag): New variable.
80 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
81 (test_print_enums): Add more tests for printing flag enums.
82
d4295de4
TV
832020-02-18 Tom de Vries <tdevries@suse.de>
84
85 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
86 (gdb_compile_ada): ... here.
87 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
88 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
89
f251f505
TT
902020-02-14 Tom Tromey <tom@tromey.com>
91
92 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
93 build directory.
94 * boards/gdbserver-base.exp: Update path to gdbserver.
95
8f432634
TV
962020-02-13 Tom de Vries <tdevries@suse.de>
97
98 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
99
92b6eaf7
TV
1002020-02-13 Tom de Vries <tdevries@suse.de>
101
102 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
103 are missing.
104
f3b0f7fe
TV
1052020-02-13 Tom de Vries <tdevries@suse.de>
106
107 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
108 call.
109
f6be8713
SDJ
1102020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
111
112 PR tui/25126
113 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
114 * gdb.base/cached-source-file.c: New file.
115 * gdb.base/cached-source-file.exp: New file.
116
b2770d5e
TV
1172020-02-11 Tom de Vries <tdevries@suse.de>
118
119 PR testsuite/25488
120 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
121
44f6938e
TV
1222020-02-10 Tom de Vries <tdevries@suse.de>
123
124 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
125
5f0e2eb7
MR
1262020-02-10 Maciej W. Rozycki <macro@wdc.com>
127
128 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
129 and $after_addr are both integers before making a comparison.
130
46ce2b6f
TV
1312020-02-09 Tom de Vries <tdevries@suse.de>
132
133 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
134 command output and paste it into gdb.log. If any, paste catch message
135 to gdb.log.
136
5abbbe1d
TT
1372020-02-07 Tom Tromey <tromey@adacore.com>
138
139 PR breakpoints/24915:
140 * gdb.base/annotate-symlink.exp: Use setup_xfail.
141
1d5d29e7
SV
1422020-02-06 Shahab Vahedi <shahab@synopsys.com>
143
144 * gdb.tui/tui-missing-src.exp: Add the "missing source
145 file" test for the TUI.
146
b0999b9b
AB
1472020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
148
149 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
150 including a port number in the output.
151
c3b149eb
AKS
1522020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
153
154 * lib/fortran.exp (fortran_int4): Handle clang.
155 (fortran_int8): Likewise.
156 (fortran_real4): Likewise.
157 (fortran_real8): Likewise.
158 (fortran_complex4): Likewise.
159 (fortran_logical4): Likewise.
160 (fortran_character1): Likewise.
161
f8dcc90b
TV
1622020-02-04 Tom de Vries <tdevries@suse.de>
163
164 * README (Race detection): Add note.
165
f90ac7c2
TV
1662020-02-04 Tom de Vries <tdevries@suse.de>
167
168 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
169
780636ae
TV
1702020-02-04 Tom de Vries <tdevries@suse.de>
171
172 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
173
5d2e1193
RA
1742020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
175
176 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
177 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
178 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
179 blttar, bnetarl.
180 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
181 binary for blttar, bnetarl.
182 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
183 wait instruction. Delete ldmx test.
184 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
185
e409c542
AKS
1862020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
187
188 * gdb.fortran/array-bounds-high.exp: New file.
189 * gdb.fortran/array-bounds-high.f90: New file.
190
b0029748
LD
1912020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
192
193 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
194 Replace #include of <sys/fcntl.h> by <fcntl.h>.
195
195a8287
TV
1962020-02-01 Tom de Vries <tdevries@suse.de>
197
198 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
199
42330a68
AB
2002020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
201
202 PR tui/9765
203 * gdb.tui/tui-layout-asm-short-prog.S: New file.
204 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
205
b62a8028
LM
2062020-01-29 Luis Machado <luis.machado@linaro.org>
207
208 * gdb.arch/aarch64-brk-patterns.c: New source file.
209 * gdb.arch/aarch64-brk-patterns.exp: New test.
210
5f440116
TBA
2112020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
212
213 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
214 GCC/Clang version.
215 * gdb.cp/pass-by-ref.exp: Ditto.
216
ee2a6fc6
TV
2172020-01-29 Tom de Vries <tdevries@suse.de>
218
219 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
220 * gdb.threads/watchpoint-fork-mt.c: Same.
221 * gdb.threads/watchpoint-fork-parent.c: Same.
222 * gdb.threads/watchpoint-fork-st.c: Same.
223 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
224
16b10d6e
LM
2252020-01-27 Luis Machado <luis.machado@linaro.org>
226
227 * gdb.base/step-over-syscall.exp (setup): Check if we're already
228 sitting at a syscall instruction when we hit the syscall function's
229 breakpoint.
230 Check PC against one obtained with the x command.
231 Validate syscall number.
232 (step_over_syscall): Don't continue to the syscall instruction if
233 we're already there.
234
b1468492
PW
2352020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
236
237 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
238
7ffa82e1
AB
2392020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
242 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
243
3d92a3e3
AB
2442020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
245
246 * gdb.dwarf2/dw2-inline-stepping.c: New file.
247 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
248
94a72be7
AB
2492020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
250
251 * gdb.base/maint.exp: Update line table parsing test.
252 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
253
53af73bf
PA
2542020-01-24 Pedro Alves <palves@redhat.com>
255
256 PR gdb/25410
257 * gdb.multi/multi-re-run-1.c: New.
258 * gdb.multi/multi-re-run-2.c: New.
259 * gdb.multi/multi-re-run.exp: New.
260
1ba1ac88
AB
2612020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
262
263 PR gdb/23718
264 * gdb.server/server-kill-python.exp: New file.
265
f3364a6d
AB
2662020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
267
268 * gdb.server/multi-ui-errors.c: New file.
269 * gdb.server/multi-ui-errors.exp: New file.
270
733d0a67
AB
2712020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
272
273 PR tui/9765
274 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
275
4f13c1c0
TT
2762020-01-19 Tom Tromey <tom@tromey.com>
277
278 * gdb.tui/main.exp: Add check for plain "file".
279
40c94099
CB
2802020-01-16 Christian Biesinger <cbiesinger@google.com>
281
282 * lib/gdb.exp: Fix spelling error (seperatelly).
283
ff47f4f0
TT
2842020-01-14 Tom Tromey <tom@tromey.com>
285
286 PR symtab/12535:
287 * gdb.python/python.exp: Test decode_line with empty string
288 argument.
289
717c684d
BE
2902020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
291
292 * gdb.base/skip-inline.exp: Extend test.
293
44e4c775
AB
2942020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
295
296 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
297 * gdb.dwarf2/dw2-bad-elf.c: New file.
298 * gdb.dwarf2/dw2-bad-elf.exp: New file.
299
d93c6db7
AB
3002020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
303 _line_saw_file.
304
9a6d629c
AB
3052020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
306
307 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
308 border.
309
d9ebdab7
TBA
3102020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
311
312 * gdb.multi/multi-target.exp (setup): Factor out "info
313 connections" and "info inferiors" tests to ...
314 (test_info_inferiors): ... this new procedure.
315 (top level): Run new "info-inferiors" tests.
316
f3c469b9
PA
3172020-01-10 Pedro Alves <palves@redhat.com>
318
319 * gdb.server/bkpt-other-inferior.exp: New file.
320
121b3efd
PA
3212020-01-10 Pedro Alves <palves@redhat.com>
322
323 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
324 of "add-inferior".
325 * gdb.base/quit-live.exp: Likewise.
326 * gdb.base/remote-exec-file.exp: Likewise.
327 * gdb.guile/scm-progspace.exp: Likewise.
328 * gdb.linespec/linespec.exp: Likewise.
329 * gdb.mi/new-ui-mi-sync.exp: Likewise.
330 * gdb.mi/user-selected-context-sync.exp: Likewise.
331 * gdb.multi/multi-target.exp (setup): Add "info connection" and
332 "info inferiors" tests.
333 * gdb.multi/remove-inferiors.exp: Adjust expected output of
334 "add-inferior".
335 * gdb.multi/watchpoint-multi.exp: Likewise.
336 * gdb.python/py-inferior.exp: Likewise.
337 * gdb.server/extended-remote-restart.exp: Likewise.
338 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
339 "info inferiors".
340 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
341 * gdb.trace/report.exp: Likewise.
342
1dadb1dd
PA
3432020-01-10 Pedro Alves <palves@redhat.com>
344
345 * gdb.multi/multi-target.c: New file.
346 * gdb.multi/multi-target.exp: New file.
347 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
348 mode requested, but remote does not support non-stop".
349
78f2c40a
PA
3502020-01-10 Pedro Alves <palves@redhat.com>
351
352 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
353 disconnect before reconnecting.
354
e7af6c70
TBA
3552020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
356 Pedro Alves <palves@redhat.com>
357
358 * gdb.server/connect-without-multi-process.exp: Also test
359 continuing to end.
360
acdf84a6
PA
3612020-01-10 Pedro Alves <palves@redhat.com>
362
363 * gdb.base/remote-exec-file.exp: New file.
364
873657b9
PA
3652020-01-10 Pedro Alves <palves@redhat.com>
366
367 * gdb.base/fork-running-state.exp (do_test): Adjust expected
368 output.
369 * gdb.threads/async.c: New.
370 * gdb.threads/async.exp: New.
371 * gdb.multi/tids-gid-reset.c: New.
372 * gdb.multi/tids-gid-reset.exp: New.
373
7f0ae84c
GB
3742020-01-10 George Barrett <bob@bob131.so>
375
376 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
377 to help in finding the image relocation offset.
378 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
379 options in arguments.
380 (stap_test_no_debuginfo): Likewise.
381 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
382 test variants.
383 (stap_test): Add null semaphore relocation test.
384
47e9d49d
GB
3852020-01-10 George Barrett <bob@bob131.so>
386
387 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
388 * gdb.base/stap-probe.exp: Likewise.
389 (stap_test): Pass argument as an additional flag.
390 (stap_test_no_debuginfo): Likewise.
391 (stap_test): Check `info probes stap' output for semaphore
392 addresses if the test binary is supposed to have them.
393
f5a7c406
AB
3942020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
395
396 * gdb.tui/basic.exp: Add more scrolling tests.
397
9ae6bf64
TT
3982020-01-09 Tom Tromey <tom@tromey.com>
399
400 PR tui/18932:
401 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
402 meangingful value.
403 (Term::command, Term::resize): Update.
404 * gdb.tui/basic.exp: Add scrolling test.
405
b2efe70c
AB
4062020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
407
408 * gdb.tui/tui-layout-asm.exp: New file.
409
3804da7e
AB
4102020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
411
412 * lib/tuiterm.exp (Term::check_box_contents): New proc.
413
b40aa28f
AB
4142020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
415
416 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
417 (Term::enter_tui): Use Term::prepare_for_tui.
418
63ffd7c9
AB
4192020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
420
421 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
422 called.
423
3be966f6
AB
4242020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
425
426 * gdb.base/skip.exp: Fix race condition in test.
427
153d79c4
AB
4282020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * gdb.base/backtrace.c: New file.
431 * gdb.base/backtrace.exp: New file.
432
f2302a34
AB
4332020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
434
435 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
436
6ec1d75e
PW
4372020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
438
439 * gdb.base/style.exp: Test that warnings are styled.
440
c296cbe6
BE
4412019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
442
443 * gdb.base/line65535.exp: New file.
444 * gdb.base/line65535.c: New file.
445
b28a729d
SM
4462019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
447
448 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
449 * lib/gnat_debug_info_test.adb: New file.
450 * gdb.ada/ptype_tagged_param.exp: Use
451 gnat_runtime_has_debug_info, expect a different output if
452 runtime does not have debug info.
453
7f2d7a0d
SM
4542019-12-20 Simon Marchi <simon.marchi@efficios.com>
455
456 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
457 (another) quote in test name.
458
f3bce483
SM
4592019-12-20 Simon Marchi <simon.marchi@efficios.com>
460
461 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
462 Add quote in test name.
463
c855a912
TBA
4642019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
465
466 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
467 directory instead.
468 * gdb.cp/pass-by-ref.exp: Extend with more cases.
469 * gdb.cp/pass-by-ref-2.cc: New file.
470 * gdb.cp/pass-by-ref-2.exp: New file.
471
fc9d2d72
TT
4722019-12-20 Tom Tromey <tom@tromey.com>
473
474 * gdb.tui/list-before.exp: New file.
475
77b97e00
TT
4762019-12-20 Tom Tromey <tom@tromey.com>
477
478 * gdb.tui/list.exp: Check for source on initial listing.
479
f69656d0
TT
4802019-12-11 Tom Tromey <tromey@adacore.com>
481
482 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
483 Add crlf test.
484
99a55965
SM
4852019-12-18 Simon Marchi <simon.marchi@efficios.com>
486
487 * gdb.base/default.exp: Update value of $_gdb_major.
488
5024637f
BE
4892019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
490
491 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
492
b63634be
BE
4932019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
494
495 * gdb.base/skip.exp: Whitespace fix.
496
45d73523
BE
4972019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
498
499 * gdb.base/skip-inline.c: New file.
500 * gdb.base/skip-inline.exp: New file.
501
d043f8c8
SM
5022019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
503
504 * gdb.base/jit-reader.exp (jit_reader_test): Rename
505 jit_function_00 to jit_function_stack_mangle.
506 * gdb.base/jithost.c (jit_function_t): Rename to...
507 (jit_function_stack_mangle_t): ... this.
508 (jit_function_add_t): New typedef.
509 (jit_function_00_code): Rename to...
510 (jit_function_stack_mangle_code): ... this, make static.
511 (jit_function_add_code): New.
512 (main): Generate "add" function and call it. Adjust to changes
513 in jithost_abi.
514 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
515 (struct jithost_abi) <begin, end>: Remove fields.
516 <object, function_stack_mangle, function_add>: New fields.
517 * gdb.base/jitreader.c (struct reader_state) <code_begin,
518 code_end>: Remove fields.
519 <func_stack_mangle>: New field.
520 (read_debug_info): Adjust to renaming, create block for "add"
521 function.
522 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
523
873de05c
TT
5242019-12-11 Tom Tromey <tom@tromey.com>
525
526 * gdb.tui/resize.exp: Fix regexp.
527 * gdb.tui/regs.exp: Fix regexps.
528 * gdb.tui/main.exp: Fix regexp.
529
3d979945
TT
5302019-12-11 Tom Tromey <tom@tromey.com>
531
532 * gdb.tui/resize.exp: Update.
533 * gdb.tui/empty.exp (layouts): Update.
534
2192a9d3
TT
5352019-12-11 Tom Tromey <tom@tromey.com>
536
537 * gdb.tui/regs.exp: Update.
538 * gdb.tui/empty.exp (layouts): Update.
539 * gdb.tui/basic.exp: Update.
540 * lib/tuiterm.exp (_check_box): Don't check bottom border.
541
d8edc8b7
PW
5422019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
543
544 * gdb.base/options.exp: Add -raw-values in the print completion list.
545 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
546
4c12d936
KB
5472019-12-10 Kevin Buettner <kevinb@redhat.com>
548
549 * gdb.threads/omp-par-scope.c: New file.
550 * gdb/threads/omp-par-scope.exp: New file.
551
26b911fb
KB
5522019-12-10 Kevin Buettner <kevinb@redhat.com>
553
bb47f919
KB
554 * lib/gdb.exp (support_nested_function_tests): New proc.
555
5562019-12-10 Kevin Buettner <kevinb@redhat.com>
557
558 * lib/gdb.exp (gdb_compile_openmp): New proc.
559 (build_executable_from_specs): Add an "openmp" option.
560 (gdb_compile_pthreads): Add non-executable case.
26b911fb 561
6c71eb7d
TT
5622019-12-10 Tom Tromey <tromey@adacore.com>
563
564 * gdb.ada/unchecked_union.exp: New file.
565 * gdb.ada/unchecked_union/pck.adb: New file.
566 * gdb.ada/unchecked_union/pck.ads: New file.
567 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
568 * gdb-utils.exp (string_to_regexp): Also quote "?".
569
bac7c5cf
GB
5702019-12-10 George Barrett <bob@bob131.so>
571
572 Test scripted probe breakpoints.
573 * gdb.guile/scm-breakpoint.c (main): Add probe point.
574 * gdb.python/py-breakpoint.c (main): Likewise.
575 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
576 specifier test.
577 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
578
330f1d38
TBA
5792019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
580
581 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
582 an rvalue parameter.
583 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
584 parameter.
585
b43315e2
AB
5862019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
587
588 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
589 modules.
590
54f73dad
AB
5912019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
592
593 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
594 broken version of GCC.
595
d57cbee9
AB
5962019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
597
598 * gdb.fortran/info-modules.exp: Rewrite to make use of new
599 sym-info-cmds library.
600 * gdb.fortran/info-types.exp: Likewise.
601 * lib/sym-info-cmds.exp: New file.
602
c14aab8c
TV
6032019-12-08 Tom de Vries <tdevries@suse.de>
604
605 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
606
aa2d5a42
KS
6072019-12-07 Keith Seitz <keiths@redhat.com>
608
609 * gdb.base/corefile-buildid-shlib-shr.c: New file.
610 * gdb.base/corefile-buildid-shlib.c: New file.
611 * gdb.base/corefile-buildid.c: New file.
612 * gdb.base/corefile-buildid.exp: New file.
613
93e55f0a
TV
6142019-12-06 Tom de Vries <tdevries@suse.de>
615
616 * gdb.dwarf2/varval.exp: Add decl before def test.
617
c7d12402
TBA
6182019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
619
620 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
621
06acc08f
TBA
6222019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
623
624 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
625 CV and reference conversion for overload resolution.
626 * gdb.cp/rvalue-ref-overload.exp: Test it.
627
e0fad1ea
PW
6282019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
629
630 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
631 * gdb.base/frameapply.exp: Test faas without command.
632
8d70a9f0
AB
6332019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
634
635 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
636 Fortran tests.
637 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
638 order.
639
36c8fb93
AB
6402019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
641
642 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
643 casting to type with no kind specified.
644 (test_basic_parsing_of_type_kinds): Additional tests for types
645 with no kind specified, and add tests for single/double
646 precision/complex types.
647
4139ff00
TT
6482019-12-04 Tom Tromey <tromey@adacore.com>
649
650 * gdb.base/endianity.c (struct other) <x>: New field.
651 (main): Initialize it.
652 * gdb.base/endianity.exp: Update.
653
a05cf17a
TT
6542019-12-04 Tom Tromey <tromey@adacore.com>
655
656 * gdb.ada/scalar_storage/storage.adb: New file.
657 * gdb.ada/scalar_storage/pck.adb: New file.
658 * gdb.ada/scalar_storage/pck.ads: New file.
659 * gdb.ada/scalar_storage.exp: New file.
660
103a685e
TT
6612019-12-04 Tom Tromey <tromey@adacore.com>
662
663 * gdb.base/endianity.c (struct otherendian) <f>: New field.
664 (main): Initialize it.
665 * gdb.base/endianity.exp: Update.
666
c2512106
AB
6672019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
668
669 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
670
293b38d6
AB
6712019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
672
673 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
674 -symbol-info-module-functions and -symbol-info-module-variables.
675
216a7e6b
AB
6762019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
677
678 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
679
5bbd8269
AB
6802019-12-01 Richard Bunt <richard.bunt@arm.com>
681 Andrew Burgess <andrew.burgess@embecosm.com>
682
683 * gdb.fortran/derived-type-striding.exp: New file.
684 * gdb.fortran/derived-type-striding.f90: New file.
685 * gdb.fortran/array-slices.exp: New file.
686 * gdb.fortran/array-slices.f90: New file.
687
be09caf1
PW
6882019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
689
690 * gdb.base/define.exp: Test . in command names.
691 * gdb.base/setshow.exp: Update test, as . is now part of
692 command name.
693
643c0cbe
PW
6942019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
695
696 * gdb.base/define-prefix.exp: New file.
697
dcdec678
AB
6982019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
701 compile.
702 (skip_btrace_pt_tests): Likewise.
703
640ab947
AB
7042019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
705
706 * gdb.fortran/info-modules.exp: Compile source files in correct
707 order.
708
d22670f0
KB
7092019-11-27 Kevin Buettner <kevinb@redhat.com>
710
711 * gdb.dwarf2/imported-unit.exp: New file.
712 * gdb.dwarf2/imported-unit.c: New file.
713
db5960b4
AB
7142019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
715
716 * gdb.mi/mi-fortran-modules-2.f90: New file.
717 * gdb.mi/mi-fortran-modules.exp: New file.
718 * gdb.mi/mi-fortran-modules.f90: New file.
719
7dc42066
AB
7202019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
721
722 * gdb.mi/mi-sym-info-1.c: New file.
723 * gdb.mi/mi-sym-info-2.c: New file.
724 * gdb.mi/mi-sym-info.exp: New file.
725
0dfeecca
TT
7262019-11-22 Tom Tromey <tromey@adacore.com>
727
728 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
729 * gdb.ada/tasks/foo.adb: Add another stopping location.
730
34877895
PJ
7312019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
732
733 * gdb.base/endianity.c: New test.
734 * gdb.base/endianity.exp: New file.
735
2e84f897
LD
7362019-11-21 Lukas Durfina <ldurfina@tachyum.com>
737
738 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
739
65d1cd5f
TV
7402019-11-21 Tom de Vries <tdevries@suse.de>
741
742 PR gdb/24956
743 * gdb.base/ui-redirect.exp: Test output of user-defined command.
744
4f22c3f4
SDJ
7452019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
746
747 * gdb.python/py-progspace.exp: Add missing parentheses on some
748 'print' commands.
749
9f6ad286
TT
7502019-11-19 Tom Tromey <tom@tromey.com>
751
752 * gdb.tui/winheight.exp: New file.
753
0b8dbf3f
AB
7542019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
755
756 * gdb.base/ctf-whatis.c: Delete.
757 * gdb.base/ctf-whatis.exp: Delete.
758 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
759
f833b7a7
AB
7602019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
761
762 * gdb.base/ctf-cvexpr.exp: Delete.
763 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
764
30d0a636
AB
7652019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
766
767 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
768 the compiler. Clean up header comment a little.
769 * gdb.base/ctf-ptype.exp: Likewise.
770 * gdb.base/ctf-whatis.exp: Likewise.
771 * lib/gdb.exp (skip_ctf_tests): New proc.
772
494409bb
SDJ
7732019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
774
775 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
776 * gdb.tui/corefile-run.exp: New file.
777
55708e99
TT
7782019-11-14 Tom Tromey <tromey@adacore.com>
779
780 * gdb.base/gdbvars.exp (test_convenience_variables): Add
781 regression tests.
782
45e42163
TT
7832019-11-12 Tom Tromey <tom@tromey.com>
784
785 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
786 after any command. Expect prompt after WAIT_FOR is seen.
787 (enter_tui): Enable resize messages.
788 (command): Expect command in output.
789 (get_line): Avoid error when cursor appears to be off-screen.
790 (dump_screen): Include screen size in title.
791 (_do_resize): New proc, from "resize".
792 (resize): Rewrite. Do resize in two steps.
793 * gdb.tui/empty.exp (layouts): Fix entries.
794 (check_boxes): Remove xfail.
795 (check_text): Dump screen on failure.
796
086baaf1
AB
7972019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
798
799 * gdb.python/py-symbol.exp: Add test for
800 gdb.lookup_static_symbols.
801
09ff83af
AB
8022019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
803
804 * gdb.python/py-symbol.c: Declare and call function from new
805 py-symbol-2.c file.
806 * gdb.python/py-symbol.exp: Compile both source files, and add new
807 tests for gdb.lookup_static_symbol.
808 * gdb.python/py-symbol-2.c: New file.
809
11af934b
TV
8102019-11-02 Tom de Vries <tdevries@suse.de>
811
812 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
813 * gdb.base/anon.exp: Same.
814 * gdb.base/auto-connect-native-target.exp: Same.
815 * gdb.base/call-ar-st.exp: Same.
816 * gdb.base/catch-syscall.exp: Same.
817 * gdb.base/commands.exp: Same.
818 * gdb.base/default.exp: Same.
819 * gdb.base/display.exp: Same.
820 * gdb.base/float.exp: Same.
821 * gdb.base/foll-fork.exp: Same.
822 * gdb.base/help.exp: Same.
823 * gdb.base/info-macros.exp: Same.
824 * gdb.base/info-proc.exp: Same.
825 * gdb.base/info-target.exp: Same.
826 * gdb.base/long_long.exp: Same.
827 * gdb.base/macscp.exp: Same.
828 * gdb.base/memattr.exp: Same.
829 * gdb.base/nofield.exp: Same.
830 * gdb.base/pointers.exp: Same.
831 * gdb.base/printcmds.exp: Same.
832 * gdb.base/ptype.exp: Same.
833 * gdb.base/restore.exp: Same.
834 * gdb.base/return.exp: Same.
835 * gdb.base/scope.exp: Same.
836 * gdb.base/set-noassign.exp: Same.
837 * gdb.base/setshow.exp: Same.
838 * gdb.base/shlib-call.exp: Same.
839 * gdb.base/signals.exp: Same.
840 * gdb.base/sigstep.exp: Same.
841 * gdb.base/skip.exp: Same.
842 * gdb.base/solib-symbol.exp: Same.
843 * gdb.base/stap-probe.exp: Same.
844 * gdb.base/step-line.exp: Same.
845 * gdb.base/step-test.exp: Same.
846 * gdb.base/style.exp: Same.
847 * gdb.base/varargs.exp: Same.
848 * gdb.base/vla-datatypes.exp: Same.
849 * gdb.base/vla-ptr.exp: Same.
850 * gdb.base/vla-sideeffect.exp: Same.
851 * gdb.base/volatile.exp: Same.
852 * gdb.base/watch-cond-infcall.exp: Same.
853 * gdb.base/watchpoint.exp: Same.
854
e96ec2ba
TV
8552019-11-02 Tom de Vries <tdevries@suse.de>
856
857 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
858 * gdb.cp/cpexprs.exp: Same.
859 * gdb.cp/except-multi-location.exp: Same.
860 * gdb.cp/exceptprint.exp: Same.
861 * gdb.cp/gdb2384.exp: Same.
862 * gdb.cp/inherit.exp: Same.
863 * gdb.cp/m-static.exp: Same.
864 * gdb.cp/meth-typedefs.exp: Same.
865 * gdb.cp/misc.exp: Same.
866 * gdb.cp/namespace.exp: Same.
867 * gdb.cp/non-trivial-retval.exp: Same.
868 * gdb.cp/overload.exp: Same.
869 * gdb.cp/pr17132.exp: Same.
870 * gdb.cp/re-set-overloaded.exp: Same.
871 * gdb.cp/rvalue-ref-types.exp: Same.
872 * gdb.cp/templates.exp: Same.
873
bd5766ec
LM
8742019-11-01 Luis Machado <luis.machado@linaro.org>
875
876 PR gdb/25124
877
878 * gdb.arch/pr25124.S: New file.
879 * gdb.arch/pr25124.exp: New file.
880
165f8965
AB
8812019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
882
883 * gdb.fortran/info-modules.exp: Update expected results, and add
884 additional tests for 'info module functinos', and 'info module
885 variables'.
886 * gdb.fortran/info-types.exp: Update expected results.
887 * gdb.fortran/info-types.f90: Extend testcase with additional
888 module variables and functions.
889
59c35742
AB
8902019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
891
892 * gdb.fortran/info-modules.exp: New file.
893 * gdb.fortran/info-types.exp: Build with new file.
894 * gdb.fortran/info-types.f90: Include and use new module.
895 * gdb.fortran/info-types-2.f90: New file.
896
f3fb2519
PW
8972019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
898
899 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
900 * gdb.base/settings.exp: Test all settings types using
901 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
902 that now verifies that the value of "maint show" is the same as
903 returned by the settings functions. Test the type of the
904 maintenance settings.
905 * gdb.base/default.exp: Update show_conv_list.
906
d1e36019
TV
9072019-10-31 Tom de Vries <tdevries@suse.de>
908
909 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
910 gdb_test.
911 * gdb.arch/amd64-disp-step.exp: Same.
912 * gdb.asm/asm-source.exp: Same.
913 * gdb.btrace/buffer-size.exp: Same.
914 * gdb.btrace/cpu.exp: Same.
915 * gdb.btrace/enable.exp: Same.
916 * gdb.dwarf2/count.exp: Same.
917 * gdb.dwarf2/dw2-ranges-func.exp: Same.
918 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
919 * gdb.fortran/vla-datatypes.exp: Same.
920 * gdb.fortran/vla-history.exp: Same.
921 * gdb.fortran/vla-ptype.exp: Same.
922 * gdb.fortran/vla-value.exp: Same.
923 * gdb.fortran/whatis_type.exp: Same.
924 * gdb.guile/guile.exp: Same.
925 * gdb.multi/tids.exp: Same.
926 * gdb.python/py-finish-breakpoint.exp: Same.
927 * gdb.python/py-framefilter.exp: Same.
928 * gdb.python/py-pp-registration.exp: Same.
929 * gdb.python/py-xmethods.exp: Same.
930 * gdb.python/python.exp: Same.
931 * gdb.server/connect-with-no-symbol-file.exp: Same.
932 * gdb.server/no-thread-db.exp: Same.
933 * gdb.server/run-without-local-binary.exp: Same.
934 * gdb.stabs/weird.exp: Same.
935 * gdb.threads/attach-many-short-lived-threads.exp: Same.
936 * gdb.threads/thread-find.exp: Same.
937 * gdb.threads/tls-shared.exp: Same.
938 * gdb.threads/tls.exp: Same.
939 * gdb.threads/wp-replication.exp: Same.
940 * gdb.trace/ax.exp: Same.
941 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
942
3d11e68e
TV
9432019-10-31 Tom de Vries <tdevries@suse.de>
944
945 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
946 * gdb.ada/array_subscript_addr.exp: Same.
947 * gdb.ada/arrayidx.exp: Same.
948 * gdb.ada/arrayparam.exp: Same.
949 * gdb.ada/arrayptr.exp: Same.
950 * gdb.ada/boolean_expr.exp: Same.
951 * gdb.ada/call_pn.exp: Same.
952 * gdb.ada/complete.exp: Same.
953 * gdb.ada/fixed_cmp.exp: Same.
954 * gdb.ada/fun_addr.exp: Same.
955 * gdb.ada/funcall_param.exp: Same.
956 * gdb.ada/interface.exp: Same.
957 * gdb.ada/mod_from_name.exp: Same.
958 * gdb.ada/null_array.exp: Same.
959 * gdb.ada/packed_array.exp: Same.
960 * gdb.ada/packed_tagged.exp: Same.
961 * gdb.ada/print_chars.exp: Same.
962 * gdb.ada/print_pc.exp: Same.
963 * gdb.ada/ptype_arith_binop.exp: Same.
964 * gdb.ada/ptype_field.exp: Same.
965 * gdb.ada/ptype_tagged_param.exp: Same.
966 * gdb.ada/rec_return.exp: Same.
967 * gdb.ada/ref_tick_size.exp: Same.
968 * gdb.ada/str_ref_cmp.exp: Same.
969 * gdb.ada/taft_type.exp: Same.
970 * gdb.ada/tagged.exp: Same.
971 * gdb.ada/type_coercion.exp: Same.
972 * gdb.ada/uninitialized_vars.exp: Same.
973
60b6ede8
TV
9742019-10-30 Tom de Vries <tdevries@suse.de>
975
976 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
977
30baf67b
TV
9782019-10-26 Tom de Vries <tdevries@suse.de>
979
980 * gdb.base/bigcore.c: Fix typos in comments.
981 * gdb.base/ctf-ptype.c: Same.
982 * gdb.base/long_long.c: Same.
983 * gdb.dwarf2/dw2-op-out-param.S: Same.
984 * gdb.python/py-evthreads.c: Same.
985 * gdb.reverse/i387-stack-reverse.c: Same.
986 * gdb.trace/tfile.c: Same.
987 * lib/compiler.c: Same.
988 * lib/compiler.cc: Same.
989
158da0d1
TV
9902019-10-25 Tom de Vries <tdevries@suse.de>
991
992 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
993 gdb_test_multiple calls.
994 * gdb.reverse/sigall-reverse.exp: Same.
995 * gdb.reverse/solib-precsave.exp: Same.
996 * gdb.reverse/solib-reverse.exp: Same.
997 * gdb.reverse/until-precsave.exp: Same.
998 * gdb.reverse/until-reverse.exp: Same.
999
4ccdfbec
TV
10002019-10-24 Tom de Vries <tdevries@suse.de>
1001
1002 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1003 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1004 kfail using -wrap pattern flag and convenience variable
1005 gdb_test_name.
1006
33d569b7
AB
10072019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1008
1009 * gdb.python/py-progspace.exp: Add tests for the
1010 Progspace.block_for_pc method.
1011
4d0b984b
TT
10122019-10-23 Tom Tromey <tom@tromey.com>
1013
1014 * configure: Rebuild.
1015 * aclocal.m4: Use m4_include, not sinclude.
1016
94cb3754
TV
10172019-10-21 Tom de Vries <tdevries@suse.de>
1018
1019 * gdb.base/infcall-nested-structs.c: Add
1020 __attribute__((noinline,noclone)) to all functions.
1021 (call_all): Add missing variable initialization. Simplify return value.
1022 (breakpt): Increment volatile variable, to prevent call from being
1023 optimized out.
1024 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1025
062f1fc1
TV
10262019-10-17 Tom de Vries <tdevries@suse.de>
1027
1028 * gdb.fortran/module.exp: Allow info variables to print info for files
1029 other than module.f90.
1030
0b54364d
AB
10312019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1032
1033 * gdb.fortran/module.exp: Extend with 'info variables' test.
1034
7ff5fae7
AB
10352019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1036
1037 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1038 F77_FOR_TARGET.
1039
d10eccaa
TV
10402019-10-16 Tom de Vries <tdevries@suse.de>
1041
1042 PR tdep/25096
1043 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1044
745ff14e
TV
10452019-10-16 Tom de Vries <tdevries@suse.de>
1046
1047 PR tdep/24104
1048 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1049 Add KFAIL for PR tdep/25096.
1050
03e1ab94
TV
10512019-10-16 Tom de Vries <tdevries@suse.de>
1052
1053 PR testsuite/25059
1054 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1055
b17fcc10
TV
10562019-10-16 Tom de Vries <tdevries@suse.de>
1057
1058 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1059 as signed.
1060
9223170f
SM
10612019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1062
1063 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1064 one instead of increasing timeout.
1065
d6e76313
TV
10662019-10-13 Tom de Vries <tdevries@suse.de>
1067
1068 PR record/25038
1069 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1070 * gdb.reverse/sigall-reverse.exp: Same.
1071 * gdb.reverse/solib-precsave.exp: Same.
1072 * gdb.reverse/solib-reverse.exp: Same.
1073 * gdb.reverse/step-precsave.exp: Same.
1074 * gdb.reverse/until-precsave.exp: Same.
1075 * gdb.reverse/until-reverse.exp: Same.
1076 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1077
6dfc0041
AA
10782019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1079
1080 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1081 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1082 (cmp_struct_05_01, cmp_struct_static_02_01)
1083 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1084 comparisons.
1085
abcf2cc8
TV
10862019-10-10 Tom de Vries <tdevries@suse.de>
1087
1088 PR testsuite/24888
1089 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1090 gnatlink.
1091
a50faaf6
TV
10922019-10-09 Tom de Vries <tdevries@suse.de>
1093
1094 PR testsuite/25048
1095 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1096
60ff3cd7
AB
10972019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1098
1099 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1100 exceptions due to missing debug information.
1101
dfee8566
TV
11022019-10-07 Tom de Vries <tdevries@suse.de>
1103
1104 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1105
3d63690a
AB
11062019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1107
1108 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1109 * gdb.base/annota1.exp: Update to use gdb_test_name.
1110
30d1f018
WP
11112019-10-07 Weimin Pan <weimin.pan@oracle.com>
1112
1113 * gdb.base/ctf-whatis.exp: New file.
1114 * gdb.base/ctf-whatis.c: New file.
1115 * gdb.base/ctf-ptype.exp: New file.
1116 * gdb.base/ctf-ptype.c: New file.
1117 * gdb.base/ctf-constvars.exp: New file.
1118 * gdb.base/ctf-constvars.c: New file.
1119 * gdb.base/ctf-cvexpr.exp: New file.
1120
4dbbb47c
TV
11212019-10-04 Tom de Vries <tdevries@suse.de>
1122
1123 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1124 for loop.
1125
77c2dba3
TT
11262019-10-03 Tom Tromey <tom@tromey.com>
1127
1128 PR rust/24976:
1129 * gdb.rust/simple.rs (Union2): New type.
1130 (main): Use Union2.
1131 * gdb.rust/simple.exp: Add test.
1132
179aed7f
AB
11332019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1134
1135 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1136 nested function prefix.
1137
0a4b0913
AB
11382019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1139 Richard Bunt <richard.bunt@arm.com>
1140 Andrew Burgess <andrew.burgess@embecosm.com>
1141
1142 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1143 nested functions.
1144 * gdb.fortran/nested-funcs.f90: Update expected results.
1145 * gdb.fortran/nested-funcs-2.exp: New file.
1146 * gdb.fortran/nested-funcs-2.f90: New file.
1147
082cce05
AB
11482019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1149
1150 * gdb.python/py-parameter.exp: Make test names unique.
1151 * gdb.python/py-template.exp: Likewise.
1152 * gdb.python/py-value.exp: Likewise.
1153
2b74ba5a
AB
11542019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1155
1156 * gdb.base/break-interp.exp: Reduce test name duplication.
1157 * gdb.base/call-sc.exp: Likewise.
1158 * gdb.base/callfuncs.exp: Likewise.
1159 * gdb.base/charset.exp: Likewise.
1160 * gdb.base/dump.exp: Likewise.
1161 * gdb.base/ena-dis-br.exp: Likewise.
1162 * gdb.base/relational.exp: Likewise.
1163 * gdb.base/step-over-syscall.exp: Likewise.
1164 * gdb.base/structs.exp: Likewise.
1165
58eb20d5
AB
11662019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1167
1168 * gdb.linespec/explicit.exp: Make test names unique.
1169 * gdb.linespec/ls-errs.exp: Likewise.
1170
4d421147
AB
11712019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1172
1173 * gdb.reverse/break-precsave.exp: Make test names unique.
1174 * gdb.reverse/break-reverse.exp: Likewise.
1175 * gdb.reverse/finish-precsave.exp: Likewise.
1176 * gdb.reverse/finish-reverse.exp: Likewise.
1177 * gdb.reverse/machinestate-precsave.exp: Likewise.
1178 * gdb.reverse/machinestate.exp: Likewise.
1179 * gdb.reverse/readv-reverse.exp: Likewise.
1180 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1181 * gdb.reverse/sigall-precsave.exp: Likewise.
1182 * gdb.reverse/sigall-reverse.exp: Likewise.
1183 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1184 * gdb.reverse/watch-precsave.exp: Likewise.
1185 * gdb.reverse/watch-reverse.exp: Likewise.
1186
d8c06f22
AB
11872019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1188
1189 * gdb.threads/stop-with-handle.c: New file.
1190 * gdb.threads/stop-with-handle.exp: New file.
1191
3a56ed86
TV
11922019-10-03 Tom de Vries <tdevries@suse.de>
1193
1194 PR testsuite/25059
1195 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1196 directory" line to be missing.
1197
42275044
TV
11982019-10-03 Tom de Vries <tdevries@suse.de>
1199
1200 PR testsuite/25059
1201 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1202 type optional.
1203
9ef62df0
AA
12042019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1205
1206 * gdb.python/py-format-string.c (string.h): New include.
1207 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1208 the same value, for endianness-independence.
1209 * gdb.python/py-format-string.exp (default_regexp_dict)
1210 (test_pretty_structs, test_format): Adjust expected output to the
1211 changed initialization.
1212
37f6a7f4
TT
12132019-10-02 Tom Tromey <tromey@adacore.com>
1214
1215 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1216
1d58d6a2
PA
12172019-10-02 Pedro Alves <palves@redhat.com>
1218 Andrew Burgess <andrew.burgess@embecosm.com>
1219
1220 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1221 "print-file-var.h".
1222 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1223 (get_version_1): Print this_version_id and its address.
1224 Add extern "C" wrappers around interface functions.
1225 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1226 "print-file-var.h".
1227 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1228 (get_version_2): Print this_version_id and its address.
1229 Add extern "C" wrappers around interface functions.
1230 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1231 <stddef.h> and "print-file-var.h".
1232 Add extern "C" wrappers around interface functions.
1233 [VERSION_ID_MAIN] (this_version_id): Define.
1234 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1235 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1236 up extern "C" blocks.
1237 * gdb.base/print-file-var.exp (test): New, factored out from top
1238 level.
1239 (top level): Test all combinations of attribute hidden or not,
1240 dlopen or not, and this_version_id symbol in main file or not.
1241 Compile tests as both C++ and C, make test names unique.
1242
d770d56f
TT
12432019-10-01 Tom Tromey <tom@tromey.com>
1244
1245 * gdb.base/style.exp: Test "show logging filename".
1246
7f6aba03
TT
12472019-10-01 Tom Tromey <tom@tromey.com>
1248
1249 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1250 * gdb.base/style.exp: Add metadata style test.
1251
14309bb6
TT
12522019-10-01 Tom Tromey <tom@tromey.com>
1253
1254 * gdb.base/style.exp: Test "pwd".
1255
2a3c1174
PA
12562019-10-01 Tom Tromey <tom@tromey.com>
1257
1258 * gdb.base/style.exp: Update tests.
1259
53d666ec
AA
12602019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1261
1262 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1263 'six' to unsigned.
1264 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1265 'five'. Use an all-ones bit pattern for each.
1266 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1267 to its changed values.
1268
4a56a520
TT
12692019-09-30 Tom Tromey <tromey@adacore.com>
1270
1271 * gdb.rust/traits.rs: Disable all warnings.
1272
0df0352a
TV
12732019-09-29 Tom de Vries <tdevries@suse.de>
1274
1275 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1276
73d9a918
TV
12772019-09-29 Tom de Vries <tdevries@suse.de>
1278
1279 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1280
060b3ab4
TV
12812019-09-27 Tom de Vries <tdevries@suse.de>
1282
1283 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1284
68f7d34d
TV
12852019-09-27 Tom de Vries <tdevries@suse.de>
1286
1287 PR record/23188
1288 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1289
5d63b30a
TT
12902019-09-26 Tom Tromey <tromey@adacore.com>
1291
1292 * gdb.ada/py_taft.exp: New file.
1293 * gdb.ada/py_taft/main.adb: New file.
1294 * gdb.ada/py_taft/pkg.adb: New file.
1295 * gdb.ada/py_taft/pkg.ads: New file.
1296
3d435220
TV
12972019-09-24 Tom de Vries <tdevries@suse.de>
1298
1299 PR gdb/24598
1300 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1301
77d03678
TV
13022019-09-22 Tom de Vries <tdevries@suse.de>
1303
1304 * gdb.base/restore.exp: Allow register variables to be optimized out at
1305 -O0.
1306
abf516c6
UW
13072019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1308
1309 * gdb.arch/spu-info.exp: Remove file.
1310 * gdb.arch/spu-info.c: Remove file.
1311 * gdb.arch/spu-ls.exp: Remove file.
1312 * gdb.arch/spu-ls.c: Remove file.
1313
1314 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1315 * gdb.asm/spu.inc: Remove file.
1316
1317 * gdb.base/dump.exp: Remove support for spu*-*-*.
1318 * gdb.base/stack-checking.exp: Likewise.
1319 * gdb.base/overlays.exp: Likewise.
1320 * gdb.base/ovlymgr.c: Likewise.
1321 * gdb.base/spu.ld: Remove file.
1322
1323 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1324 * gdb.cp/cpexprs.exp: Likewise.
1325 * gdb.cp/exception.exp: Likewise.
1326 * gdb.cp/gdb2495.exp: Likewise.
1327 * gdb.cp/mb-templates.exp: Likewise.
1328 * gdb.cp/pr9167.exp: Likewise.
1329 * gdb.cp/userdef.exp: Likewise.
1330
1331 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1332
1333 * gdb.cell: Remove directory.
1334 * lib/cell.exp: Remove file.
1335
e452e88f
TV
13362019-09-19 Tom de Vries <tdevries@suse.de>
1337
1338 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1339
8a625130
TV
13402019-09-19 Tom de Vries <tdevries@suse.de>
1341
1342 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1343
81dc3ab5
TV
13442019-09-19 Tom de Vries <tdevries@suse.de>
1345
1346 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1347 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1348 (gdb_target_cmd): ... here.
1349 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1350 value 2.
1351
b078f3ac
AB
13522019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1353
1354 * gdb.base/source-dir.exp: Avoid having directory names in test
1355 names.
1356
f1b620e9
MG
13572019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1358
1359 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1360 directory.
1361
67f3ed6a
AB
13622019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1363
1364 * gdb.base/list-missing-source.exp: New file.
1365
d1b70248
TV
13662019-09-14 Tom de Vries <tdevries@suse.de>
1367
1368 PR teststuite/24599
1369 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1370 * lib/ada.exp (gnatmake_version_at_least): New proc.
1371
5fabdcd6
AB
13722019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1373
1374 * gdb.base/maint.exp: Use exec_has_index_section.
1375
aa17805f
AB
13762019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1377
1378 * gdb.base/maint.exp: Add test for 'maint info sections'.
1379
25e5c209
TV
13802019-09-12 Tom de Vries <tdevries@suse.de>
1381
1382 * gdb.base/store.exp: Allow register variables to be optimized out at
1383 -O0.
1384
4993045d
PW
13852019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1386
1387 * gdb.ada/rdv_wait.exp: Update to new task names.
1388 * gdb.base/task_switch_in_core.exp: Likewise.
1389 * gdb.base/info_sources_base.c: Likewise.
1390
8a516164
TT
13912019-09-10 Tom Tromey <tromey@adacore.com>
1392
1393 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1394
aa391654
TT
13952019-09-10 Tom Tromey <tromey@adacore.com>
1396
1397 * gdb.ada/dgopt.exp: New file.
1398 * gdb.ada/dgopt/x.adb: New file.
1399
8634b462
TT
14002019-09-08 Tom Tromey <tom@tromey.com>
1401
1402 * gdb.tui/resize.exp: Remove setup_xfail.
1403 * gdb.tui/regs.exp: Remove setup_xfail.
1404 * gdb.tui/basic.exp: Remove setup_xfail.
1405
736b0f76
DB
14062019-09-06 David Blaikie <dblaikie@gmail.com>
1407
1408 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1409 * gdb.cp/cplabel.exp: Ditto.
1410 * gdb.linespec/ls-errs.exp: Ditto.
1411
30331a6c
TV
14122019-09-05 Tom de Vries <tdevries@suse.de>
1413
1414 * lib/gdb.exp (cmp_file_string): New proc.
1415 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1416 runto_main. Verify save breakpoints output.
1417
98b0ebab
PW
14182019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1419
1420 * gdb.base/info-var.exp: Test info variables without running
1421 to main, to avoid expect's buffer overflow.
1422
4e962e74
TT
14232019-09-03 Tom Tromey <tromey@adacore.com>
1424
1425 * gdb.ada/bias.exp: New file.
1426 * gdb.ada/bias/bias.adb: New file.
1427 * gdb.ada/print_chars.exp: Add regression test.
1428 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1429 (MC): New variable.
1430
2ea1a07a
SL
14312019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1432
1433 * gdb.base/argv0-symlink.exp: Run only on native target
1434 and local host.
1435
8077c50d
TV
14362019-08-29 Tom de Vries <tdevries@suse.de>
1437
1438 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1439 diverse debug info.
1440 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1441
48352473
TV
14422019-08-28 Tom de Vries <tdevries@suse.de>
1443
1444 * gdb.base/info-var.exp: Allow info variables to print info for files
1445 other than info-var-f1.c and info-var-f2.c.
1446
d8f27c60
AB
14472019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1448
1449 * gdb.fortran/info-types.exp: Add module.
1450 * gdb.fortran/info-types.f90: Update expected results.
1451
1f20c35e
AB
14522019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1453
1454 * gdb.fortran/info-types.exp: New file.
1455 * gdb.fortran/info-types.f90: New file.
1456 * lib/fortran.exp (fortran_character1): New proc.
1457
4acfdd20
AB
14582019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1459
1460 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1461 functions'. Reindent as needed.
1462 * gdb.base/info-var-f1.c: New file.
1463 * gdb.base/info-var-f2.c: New file.
1464 * gdb.base/info-var.exp: New file.
1465 * gdb.base/info-var.h: New file.
1466
5c31b358
TV
14672019-08-26 Tom de Vries <tdevries@suse.de>
1468
1469 PR c++/24852
1470 * gdb.cp/no-libstdcxx-probe.exp: New test.
1471
b694989f
TV
14722019-08-26 Tom de Vries <tdevries@suse.de>
1473
1474 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1475 * tests need to be skipped.
1476 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1477 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1478 mi_skip_libstdcxx_probe_tests.
1479
d9c4ba53
SDJ
14802019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1481
1482 * gdb.python/py-xmethods.exp: Use raw strings when passing
1483 arguments to SimpleXMethodMatcher.
1484
395fad09
TV
14852019-08-22 Tom de Vries <tdevries@suse.de>
1486
1487 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1488 more informative.
1489
26c957f1
PA
14902019-08-21 Pedro Alves <palves@redhat.com>
1491
1492 * gdb.base/with.exp: Test "with" with no arguments.
1493
61f80d5d
TV
14942019-08-21 Tom de Vries <tdevries@suse.de>
1495
1496 * gdb.base/gdb-caching-proc.exp: Sort files.
1497
d7a11d13
TV
14982019-08-20 Tom de Vries <tdevries@suse.de>
1499
1500 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1501 compilation.
1502
34dafe9f
TV
15032019-08-16 Tom de Vries <tdevries@suse.de>
1504
1505 * gdb.base/compare-sections.exp ("after run to main"): Allow
1506 mismatched read-only sections for PIE executables.
1507
398fdd60
TT
15082019-08-16 Tom Tromey <tom@tromey.com>
1509
1510 * lib/tuiterm.exp (_csi_Z): New proc.
1511 * gdb.tui/basic.exp: Update window positions.
1512 * gdb.tui/empty.exp: Update window positions.
1513
d8f9e51c
SL
15142019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1515
1516 * gdb.base/examine-backward.exp: Correct regexp for
1517 "examine 3 bytes backward from ${address_zero}".
1518
3df505f6
TT
15192019-08-15 Tom Tromey <tom@tromey.com>
1520
1521 * gdb.tui/empty.exp: Enable resizing tests.
1522
272560b5
TT
15232019-08-15 Tom Tromey <tromey@adacore.com>
1524
1525 * gdb.ada/char_enum.exp: Add regression tests.
1526 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1527 and '0'.
1528 (Char, Gchar): Update.
1529 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1530
08235187
CB
15312019-08-15 Christian Biesinger <cbiesinger@google.com>
1532
1533 * gdb.python/python.exp: Expect a leading underscore on
1534 GdbOutput{,Error}File.
1535
22a2ab04
SL
15362019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1537
1538 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1539 Windows host.
1540
835b995b
SL
15412019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1542
1543 * gdb.base/batch-preserve-term-settings.exp
1544 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1545
97dd8e07
CB
15462019-08-15 Christian Biesinger <cbiesinger@google.com>
1547
1548 * lib/gdb.exp: When running on a mingw target, replace
1549 /x/ with x:/.
1550
75faf5c4
AH
15512019-08-14 Alan Hayward <alan.hayward@arm.com>
1552
1553 * gdb.arch/aarch64-prologue.c: New test.
1554 * gdb.arch/aarch64-prologue.exp: New file.
1555
abc6c00f
TV
15562019-08-13 Tom de Vries <tdevries@suse.de>
1557
1558 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1559 Thread.
1560
74c2c1f4
SL
15612019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1562
1563 * gdb.python/py-completion.exp: Download the .py file to the host
1564 and use its host pathname. Conditionalize tests that use
1565 tab completion and manipulate files on the build machine.
1566 * gdb.python/py-events.exp: Download the .py file to the host
1567 and use its host pathname.
1568 * gdb.python/py-evsignal.exp: Likewise.
1569 * gdb.python/py-evthreads.exp: Likewise.
1570 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1571 pathname syntax.
1572 * gdb.python/py-framefilter.exp: Download the .py file to the right
1573 place on the host. Match Windows pathname syntax.
1574 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1575 .py file to the host and use its host pathname.
1576 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1577 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1578 build pathname. Skip symlink test on Windows host. Add missing
1579 newline at end of file.
1580 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1581 and use its host pathname.
1582 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1583 * gdb.python/py-section-script.exp: Use host location of binfile
1584 on safe-path. Use correct path separator on Windows host.
1585 Reorder alternatives in gdb_test_multiple to prevent matching
1586 the wrong alternative on success.
1587 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1588
ca2589f3
PP
15892019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1590
1591 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1592 expect the GDB inferior to no longer immediately stop after
1593 being resumed with "signal SIGINT".
1594
020a839d
SL
15952019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1596
1597 * gdb.linespec/break-ask.exp: Generalize regexps to match
1598 Windows pathnames too.
1599
128d6509
TV
16002019-08-08 Tom de Vries <tdevries@suse.de>
1601
1602 PR testsuite/24862
1603 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1604
590042fc
PW
16052019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1606
1607 * gdb.base/style.exp: Update tests for help doc new invariants.
1608 * gdb.base/help.exp: Likewise.
1609
046bebe1
TT
16102019-08-06 Tom Tromey <tom@tromey.com>
1611
1612 * gdb.base/style.exp: Add disassemble test.
1613 * gdb.base/style.c (some_called_function): New function.
1614 (main): Use it.
1615
0b27c27d
CB
16162019-08-05 Christian Biesinger <cbiesinger@google.com>
1617
1618 * gdb.python/py-block.exp: Test dictionary access on blocks.
1619
580f1034
SM
16202019-08-05 Simon Marchi <simon.marchi@efficios.com>
1621
1622 PR gdb/24863
1623 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1624 -list-thread-groups --available test when running under
1625 check-read1.
1626
d86bd7cb
TV
16272019-08-05 Tom de Vries <tdevries@suse.de>
1628
1629 PR testsuite/24863
1630 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1631 * gdb.base/help.exp: Use with_read1_timeout_factor.
1632 * gdb.base/info-macros.exp: Same.
1633 * gdb.cp/nested-types.exp: Same.
1634
a80cf5d8
TV
16352019-08-05 Tom de Vries <tdevries@suse.de>
1636
1637 * lib/gdb.exp (version_at_least): Factor out of ...
1638 (tcl_version_at_least): ... here.
1639 (gdb_compile): Fail if pie results in non-PIE executable.
1640 (readelf_version, readelf_prints_pie): New proc.
1641 (exec_is_pie): Return -1 if unknown.
1642
d0962838
TV
16432019-08-05 Tom de Vries <tdevries@suse.de>
1644
1645 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1646
2252ff3d
SL
16472019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1648
1649 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1650
26655f53
SL
16512019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1652
1653 * lib/completion-support.exp (test_gdb_complete_none): Skip
1654 tab completion tests if no readline support.
1655 (test_gdb_complete_unique_re): Likewise.
1656 (test_gdb_complete_multiple): Likewise.
1657
db4dc13e
PW
16582019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1659
1660 * gdb.base/info_sources.exp: New file.
1661 * gdb.base/info_sources.c: New file.
1662 * gdb.base/info_sources_base.c: New file.
1663
0eba165a
PFC
16642019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1665
1666 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1667 prefix argument.
1668 (test_exit_status): Add prefix argument.
1669
59bd512b
TV
16702019-08-01 Tom de Vries <tdevries@suse.de>
1671
1672 PR testsuite/24863
1673 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1674 calling exp_continue for new thread and thread exited messages.
1675
2a3ad588
TV
16762019-08-01 Tom de Vries <tdevries@suse.de>
1677
1678 PR testsuite/24863
1679 * gdb.base/structs.exp: Fix check-read1 timeout using
1680 gdb_test_sequence.
1681 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1682
117eb594
TV
16832019-08-01 Tom de Vries <tdevries@suse.de>
1684
1685 PR testsuite/24863
1686 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1687 line.
1688
ed591340
TV
16892019-08-01 Tom de Vries <tdevries@suse.de>
1690
1691 PR testsuite/24863
1692 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1693
aa3b6533
TT
16942019-07-30 Tom Tromey <tromey@adacore.com>
1695
1696 * gdb.ada/display_nested.exp: New file.
1697 * gdb.ada/display_nested/foo.adb: New file.
1698 * gdb.ada/display_nested/pack.adb: New file.
1699 * gdb.ada/display_nested/pack.ads: New file.
1700
2906593f
CB
17012019-07-30 Christian Biesinger <cbiesinger@google.com>
1702
1703 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1704 namespace.
1705 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1706
0f575925
TV
17072019-07-30 Tom de Vries <tdevries@suse.de>
1708
1709 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1710 instead.
1711
b13057d9
TV
17122019-07-30 Tom de Vries <tdevries@suse.de>
1713
1714 PR testsuite/24834
1715 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1716 (exec_is_pie): New proc.
1717
5c4dde85
CB
17182019-07-29 Christian Biesinger <cbiesinger@google.com>
1719
1720 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1721
c620ed88
CB
17222019-07-29 Christian Biesinger <cbiesinger@google.com>
1723
1724 * gdb.python/py-objfile.c: Add global and static vars.
1725 * gdb.python/py-objfile.exp: Test new functions Objfile.
1726 lookup_global_symbol and lookup_static_symbol.
1727
3d235706
TT
17282019-07-29 Tom Tromey <tom@tromey.com>
1729
1730 * lib/tuiterm.exp (Term::_csi_@): New proc.
1731 (Term::_csi_X): Don't move cursor.
1732
c7e4c0a6
PW
17332019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1734
1735 * gdb.base/options.exp: Update backtrace - completion to
1736 new option -frame-info.
1737 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1738 Test new 'set print frame-info'. Test backtrace -frame-info
1739 overriding 'set print frame-info'.
1740 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1741 Test new 'set print frame-info'.
1742 Verify consistency of backtrace with and without filters, with and
1743 without -no-filters.
1744 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1745 default.
1746
de28a3b7
TV
17472019-07-29 Tom de Vries <tdevries@suse.de>
1748
1749 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1750 no arguments".
1751
507dd60e
TV
17522019-07-29 Tom de Vries <tdevries@suse.de>
1753
1754 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1755 is a substring of the first for "complete non-unique file name".
1756
5beafce9
TV
17572019-07-29 Tom de Vries <tdevries@suse.de>
1758
1759 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1760 with ".*".
1761
2d274232
TV
17622019-07-29 Tom de Vries <tdevries@suse.de>
1763
1764 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1765 Pass prompt_regexp parameter to gdb_test_multiple calls.
1766
9197cd8b
TV
17672019-07-29 Tom de Vries <tdevries@suse.de>
1768
1769 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1770 print registers" regexps.
1771
b528dae0
TV
17722019-07-29 Tom de Vries <tdevries@suse.de>
1773
1774 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1775
d17725d7
TV
17762019-07-29 Tom de Vries <tdevries@suse.de>
1777
1778 PR gdb/24855
1779 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1780 (skip_python_tests_prompt): Add prompt_regexp argument to
1781 gdb_test_multiple calls.
1782
52b75bf1
TT
17832019-07-27 Tom Tromey <tom@tromey.com>
1784
1785 * gdb.tui/main.exp: New file.
1786
2b1d00c2
TT
17872019-07-27 Tom Tromey <tom@tromey.com>
1788
1789 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1790 optional.
1791 * gdb.tui/empty.exp: New file.
1792
ded631d5
TT
17932019-07-27 Tom Tromey <tom@tromey.com>
1794
1795 * lib/tuiterm.exp (spawn): New proc.
1796 (Term::resize): New proc.
1797 * gdb.tui/resize.exp: New file.
1798
58ac439d
TT
17992019-07-27 Tom Tromey <tom@tromey.com>
1800
1801 * gdb.tui/list.exp: New file.
1802
fe1f56ee
TT
18032019-07-27 Tom Tromey <tom@tromey.com>
1804
1805 * gdb.tui/regs.exp: New file.
1806
f790b310
TT
18072019-07-27 Tom Tromey <tom@tromey.com>
1808
1809 * gdb.tui/basic.exp: Add "layout split" test.
1810
d95fc6ee
TT
18112019-07-27 Tom Tromey <tom@tromey.com>
1812
1813 * gdb.tui/basic.exp: Add "layout asm" test.
1814
c3786b3a
TT
18152019-07-27 Tom Tromey <tom@tromey.com>
1816
1817 * lib/tuiterm.exp: New file.
1818 * gdb.tui/basic.exp: New file.
1819
98a617f8
KB
18202019-07-27 Kevin Buettner <kevinb@redhat.com>
1821
1822 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1823 Enable tests associated with this flag. Adjust regex
1824 referencing "foo_low" to now refer to "foo_cold" instead.
1825
5c076da4
KB
18262019-07-27 Kevin Buettner <kevinb@redhat.com>
1827
1828 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1829 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1830 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1831 foo_cold. Revise comments to match.
1832 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1833 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1834 were wrapped into this proc; Call do_test in loop from outermost
1835 level.
1836 (foo_low): Rename all occurrences to "foo_cold".
1837 (backtrace from baz): New test.
1838 (x2/i foo_cold): New test.
1839 (info line *foo_cold): New test.
1840
1512d3b7
TV
18412019-07-26 Tom de Vries <tdevries@suse.de>
1842
1843 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1844
297989a1
TV
18452019-07-25 Tom de Vries <tdevries@suse.de>
1846
1847 PR testsuite/24830
1848 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1849 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1850 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1851 (skip_libstdcxx_probe_tests): ... here.
1852 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1853
b3b965fb
TV
18542019-07-24 Tom de Vries <tdevries@suse.de>
1855
1856 PR testsuite/24807
1857 * gdb.objc/basicclass.m: Include stdio.h.
1858 * gdb.objc/nondebug.m: Same.
1859 * gdb.objc/objcdecode.m: Same.
1860
4625b4d0
TV
18612019-07-24 Tom de Vries <tdevries@suse.de>
1862
1863 PR testsuite/24612
1864 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1865 additional_flags.
1866
024a5840
TV
18672019-07-24 Tom de Vries <tdevries@suse.de>
1868
1869 PR testsuite/24831
1870 * gdb.multi/tids.exp: Update error messages for info threads.
1871
c76ddaa3
TV
18722019-07-24 Tom de Vries <tdevries@suse.de>
1873
1874 * gdb.base/info-types.exp: Allow info types to print info for more than
1875 one file.
1876
9a618ef6
TV
18772019-07-23 Tom de Vries <tdevries@suse.de>
1878
1879 PR testsuite/24842
1880 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1881 gdb_spawn_with_cmdline_opts.
1882
40eadf04
SP
18832019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1884
1885 * gdb.arch/arm-cmse-sgstubs.c: New test.
1886 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1887
5ba29434
TV
18882019-07-23 Tom de Vries <tdevries@suse.de>
1889
1890 PR testsuite/24711
1891 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1892 issuing next command.
1893
a8e9d247
AB
18942019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1895
1896 * gdb.ada/info_auto_lang.exp: Update expected results.
1897 * gdb.base/info-types.c: Add additional types to check.
1898 * gdb.base/info-types.exp: Update expected results.
1899
eb86c5e2
AB
19002019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1901
1902 * gdb.base/info-types.c: New file.
1903 * gdb.base/info-types.exp: New file.
1904
01e175fe
AB
19052019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1906
1907 * gdb.arch/riscv-bp-infcall.c: New file.
1908 * gdb.arch/riscv-bp-infcall.exp: New file.
1909
6b78c3f8
AB
19102019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1911
1912 PR breakpoints/24541
1913 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1914
da738167
TV
19152019-07-14 Tom de Vries <tdevries@suse.de>
1916
1917 PR testsuite/24760
1918 * gdb.objc/basicclass.exp: Fix unterminated string.
1919
0d4e84ed
AB
19202019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1921 Andrew Burgess <andrew.burgess@embecosm.com>
1922
1923 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1924 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1925 negative bounds.
1926 * gdb.fortran/vla-value.exp: Print elements of an array with
1927 negative bounds.
1928 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1929 testing.
1930
021d8588
AB
19312019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1932
1933 * gdb.base/options.exp (expect_string): Dequote strings in
1934 results.
1935 (test-string): Test strings with different quoting and reindent.
1936
f06f1252
TT
19372019-07-10 Tom Tromey <tromey@adacore.com>
1938
1939 * gdb.ada/mi_ex_cond.exp: Update expected results.
1940 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1941 * gdb.ada/mi_catch_ex.exp: Update expected results.
1942 * gdb.ada/mi_catch_assert.exp: Update expected results.
1943 * gdb.ada/catch_ex.exp (catch_exception_info)
1944 (catch_exception_entry, catch_assert_entry)
1945 (catch_unhandled_entry): Update.
1946 * gdb.ada/catch_assert_if.exp: Update expected results.
1947
b863685d
RB
19482019-07-10 Richard Bunt <richard.bunt@arm.com>
1949 Stephen Roberts <stephen.roberts@arm.com>
1950
1951 * gdb.base/define.exp: Restore original prompt.
1952
cb1e4e32
PA
19532019-07-09 Pedro Alves <palves@redhat.com>
1954
1955 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1956 breakpoints" output.
1957 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1958 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1959 throw" creates breakpoint.
1960 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1961 'type="catchpoint"'.
1962
b58a68fe
PA
19632019-07-09 Pedro Alves <palves@redhat.com>
1964
1965 PR c++/15468
1966 * gdb.cp/except-multi-location-lib.cc: New.
1967 * gdb.cp/except-multi-location-main.cc: New.
1968 * gdb.cp/except-multi-location.exp: New.
1969
0826779b
PW
19702019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1971
1972 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1973 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1974 argument and update callers.
1975
5b0e2db4
AB
19762019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1977
1978 * gdb.arch/amd64-break-on-asm-line.S: New file.
1979 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1980
1f6f6e21
PW
19812019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1982
1983 * gdb.base/printcmds.exp: Test printing C string and
1984 C wide string convenience vars without transiting via the inferior.
1985 Also make test names unique.
1986
ea142fbf
AH
19872019-07-08 Alan Hayward <alan.hayward@arm.com>
1988
5862c886 1989 PR breakpoints/25011
ea142fbf
AH
1990 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1991
213fd9fa
PA
19922019-07-04 Pedro Alves <palves@redhat.com>
1993
1994 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1995 body returned ok(0), break(3) or continue(4).
1996 * gdb.testsuite/foreach_with_prefix.exp: New file.
1997
2b40fda7
AH
19982019-07-04 Alan Hayward <alan.hayward@arm.com>
1999
2000 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2001
a26c8de0
PA
20022019-07-03 Pedro Alves <palves@redhat.com>
2003
2004 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2005 "return -code".
2006
5f4ba3e7
PA
20072019-07-03 Pedro Alves <palves@redhat.com>
2008
2009 PR cli/24732
2010 * gdb.base/shell.exp: Load completion-support.exp.
2011 Adjust expected error output. Add completion tests.
2012
a994424f
PA
20132019-07-03 Pedro Alves <palves@redhat.com>
2014
2015 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2016 string_to_regexp.
2017
3d9be6f5
PA
20182019-07-03 Pedro Alves <palves@redhat.com>
2019
2020 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2021 (expect_integer): Adjust to expect "-string".
2022 (expect_string): New.
2023 (all_options): Expect "-string".
2024 (test-flag, test-boolean): Adjust to expect "-string".
2025 (test-string): New proc.
2026 (top level): Call it.
2027
41fc454c
PA
20282019-07-03 Pedro Alves <palves@redhat.com>
2029
2030 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2031 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2032 the expected output in the success.
2033
b2b2a215
PA
20342019-07-03 Pedro Alves <palves@redhat.com>
2035
2036 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2037 Split one gdb_test_multiple call in two to avoid a race.
2038
fdbc9870
PA
20392019-07-03 Pedro Alves <palves@redhat.com>
2040
2041 * gdb.base/with.c: New file.
2042 * gdb.base/with.exp: New file.
2043
c6ac8931
PA
20442019-07-03 Pedro Alves <palves@redhat.com>
2045
2046 * gdb.base/settings.exp: Replace all references to "maint
2047 test-settings set" with references to "maint set test-settings",
2048 and all references to "maint test-settings show" with references
2049 to "maint show test-settings".
2050
970f9d09
PA
20512019-07-03 Pedro Alves <palves@redhat.com>
2052
2053 * gdb.base/settings.exp (test-string): Adjust expected out when
2054 testing "maint test-settings show filename"
2055
54d66006
PA
20562019-07-02 Pedro Alves <palves@redhat.com>
2057
2058 * gdb.base/options.exp (test-info-threads): New procedure.
2059 (top level): Call it.
2060
10d06d82
TT
20612019-06-28 Tom Tromey <tromey@adacore.com>
2062
2063 * gdb.dwarf2/ada-linkage-name.c: New file.
2064 * gdb.dwarf2/ada-linkage-name.exp: New file.
2065
3d507ff2
TT
20662019-06-27 Tom Tromey <tromey@adacore.com>
2067
d039f014 2068 PR c++/20020:
3d507ff2
TT
2069 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2070
8af58ffe
TV
20712019-06-26 Tom de Vries <tdevries@suse.de>
2072
2073 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2074
22e21752
TV
20752019-06-26 Tom de Vries <tdevries@suse.de>
2076
2077 * gdb.base/index-cache.exp: Add back missing debug option.
2078
b65b566c
PW
20792019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2080
2081 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2082
5c2c8c69
TV
20832019-06-25 Tom de Vries <tdevries@suse.de>
2084
2085 PR testsuite/24727
2086 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2087
164e3873
TV
20882019-06-24 Tom de Vries <tdevries@suse.de>
2089
2090 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2091
824eacee
TV
20922019-06-24 Tom de Vries <tdevries@suse.de>
2093
2094 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2095 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2096 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2097
385b97d3
TV
20982019-06-24 Tom de Vries <tdevries@suse.de>
2099
2100 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2101
c596f180
TV
21022019-06-21 Tom de Vries <tdevries@suse.de>
2103
2104 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2105
b13a7d03
TV
21062019-06-21 Tom de Vries <tdevries@suse.de>
2107
2108 PR testsuite/24518
2109 PR ada/24713
2110 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2111 index.
2112
899277ae
TT
21132019-06-19 Tom Tromey <tromey@adacore.com>
2114
2115 * gdb.ada/length_cond.exp: Add intro comment.
2116
680e1bee
TT
21172019-06-19 Tom Tromey <tromey@adacore.com>
2118
2119 * gdb.ada/length_cond.exp: New file.
2120 * gdb.ada/length_cond/length_cond.adb: New file.
2121 * gdb.ada/length_cond/pck.adb: New file.
2122 * gdb.ada/length_cond/pck.ads: New file.
2123
0ed4690a
TV
21242019-06-18 Tom de Vries <tdevries@suse.de>
2125
2126 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2127
d20ed5fd
TT
21282019-06-18 Tom Tromey <tromey@adacore.com>
2129
2130 * gdb.base/list0.h: Add comment explaining control character.
2131
86e04673
TV
21322019-06-18 Tom de Vries <tdevries@suse.de>
2133
2134 * boards/fission.exp: Break up long debug_flags line.
2135
c4973306
SM
21362019-06-16 Tom de Vries <tdevries@suse.de>
2137
2138 PR gdb/24445
2139 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2140 generated index.
2141
93cb9841
AB
21422019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2143
2144 PR gdb/24686
2145 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2146 improve detection of bug gdb/24541.
2147
399aaebd
SM
21482019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2149
2150 PR gdb/24669
2151 * gdb.base/index-cache.exp (uses_readnow,
2152 expecting_index_cache_use): Define global variable.
2153 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2154 expecting_index_cache_use.
2155
584a927c
AB
21562019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2157 Andrew Burgess <andrew.burgess@embecosm.com>
2158
2159 * gdb.fortran/pointers.f90: New file.
2160 * gdb.fortran/print_type.exp: New file.
2161 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2162 * gdb.fortran/vla-type.exp: Likewise.
2163 * gdb.fortran/vla-value.exp: Likewise.
2164 * gdb.mi/mi-vla-fortran.exp: Likewise.
2165
30056ea0
AB
21662019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2167
2168 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2169 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2170 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2171 as a stop reason.
2172
ec8e2b6d
AB
21732019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2174
2175 * gdb.base/annota1.exp: Update expected results.
2176 * gdb.cp/annota2.exp: Likewise.
2177 * gdb.cp/annota3.exp: Likewise.
2178
09e4c4e1
AB
21792019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2180
2181 * gdb.base/style-logging.exp: Remove path from test name.
2182
0735b091
TT
21832019-06-14 Tom Tromey <tromey@adacore.com>
2184
2185 PR gdb/24502:
2186 * gdb.base/style-logging.exp: New file.
2187
f5686554
TT
21882019-06-14 Tom Tromey <tromey@adacore.com>
2189
2190 * gdb.base/symfile-warn.exp: New file.
2191 * gdb.base/symfile-warn.c: New file.
2192
a0c1ffed
TT
21932019-06-14 Tom Tromey <tromey@adacore.com>
2194
2195 * gdb.base/annotate-symlink.exp: New file.
2196
f411722c
TT
21972019-06-14 Tom Tromey <tromey@adacore.com>
2198
2199 * gdb.ada/set_wstr.exp: Add reassignment test.
2200
4268ec18
TT
22012019-06-14 Tom Tromey <tromey@adacore.com>
2202
2203 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2204 'unchecked_access and 'unrestricted_access as well.
2205
9a9e394b
TT
22062019-06-14 Tom Tromey <tromey@adacore.com>
2207
2208 PR ada/24539:
2209 * gdb.ada/vla.exp: Update tests.
2210 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2211 pragma.
2212
4c048731
PA
22132019-06-13 Pedro Alves <palves@redhat.com>
2214
2215 * gdb.base/settings.exp (test-integer): Test junk after
2216 "unlimited".
2217
6665660a
PA
22182019-06-13 Pedro Alves <palves@redhat.com>
2219
2220 * gdb.base/options.exp (test-thread-apply): New.
2221 (top level): Call it.
2222
5d707134
PA
22232019-06-13 Pedro Alves <palves@redhat.com>
2224
2225 * gdb.base/options.exp (test-frame-apply): New.
2226 (top level): Test print commands with different "frame apply"
2227 prefixes.
2228
e2a689da
PA
22292019-06-13 Pedro Alves <palves@redhat.com>
2230
e79be6e5 2231 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
2232 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2233 'max_completions' parameter and handle it.
2234 (test_gdb_completion_offers_commands): New.
2235
90a1ef87
PA
22362019-06-13 Pedro Alves <palves@redhat.com>
2237
2238 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2239
d4c16835
PA
22402019-06-13 Pedro Alves <palves@redhat.com>
2241
2242 * gdb.base/options.exp (test-backtrace): New.
2243 (top level): Call it.
2244
2daf894e
PA
22452019-06-13 Pedro Alves <palves@redhat.com>
2246
2247 * gdb.guile/scm-frame-args.exp: Use "set print
2248 raw-frame-arguments" instead of "set print raw frame-arguments".
2249 * gdb.python/py-frame-args.exp: Likewise.
2250
e6ed716c
PA
22512019-06-13 Pedro Alves <palves@redhat.com>
2252
2253 * gdb.compile/compile.exp: Adjust expected output to option
2254 processing changes.
2255
7d8062de
PA
22562019-06-13 Pedro Alves <palves@redhat.com>
2257
2258 * gdb.base/options.exp: Build executable.
2259 (test-print): New procedure.
2260 (top level): Call it, once for "print" and another for "compile
2261 print".
2262
9d0faba9
PA
22632019-06-13 Pedro Alves <palves@redhat.com>
2264
2265 * gdb.base/options.c: New file.
2266 * gdb.base/options.exp: New file.
2267
dee7b4c8
PA
22682019-06-13 Pedro Alves <palves@redhat.com>
2269
2270 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2271 that "o" is ambiguous.
2272
dca0f6c0
PA
22732019-06-13 Pedro Alves <palves@redhat.com>
2274
2275 * gdb.base/settings.c: New file.
2276 * gdb.base/settings.exp: New file.
2277
ccf46844
PA
22782019-06-13 Pedro Alves <palves@redhat.com>
2279
2280 * gdb.base/completion.exp: Fix comment typo.
2281
b9a3f842
PA
22822019-06-13 Pedro Alves <palves@redhat.com>
2283
2284 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2285 foo --1" test.
2286
d106773e
PA
22872019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2288
2289 * gdb.fortran/block-data.f: New.
2290 * gdb.fortran/block-data.exp: New.
2291
fea82da0
TV
22922019-06-11 Tom de Vries <tdevries@suse.de>
2293
2294 PR testsuite/24521
2295 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2296 message.
2297
8c2e74f1
TV
22982019-06-11 Tom de Vries <tdevries@suse.de>
2299
2300 PR testsuite/24521
2301 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2302
b49851c8
TV
23032019-06-11 Tom de Vries <tdevries@suse.de>
2304
2305 * boards/readnow.exp: New file.
2306
a7067863
AB
23072019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2308
2309 * gdb.fortran/vla-sizeof.exp: Update expected results.
2310
1a3da2cd
AB
23112019-06-06 Amos Bird <amosbird@gmail.com>
2312
2313 * gdb.base/annota1.exp (thread_switch): Add test for
2314 thread-exited annotation.
2315
3847a7bf
TT
23162019-06-06 Tom Tromey <tromey@adacore.com>
2317
2318 * gdb.base/maint.exp: Expect command started/finished output.
2319
0088ba59
AB
23202019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2321
2322 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2323 comment.
2324 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2325
312617a3
AB
23262019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2327
2328 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2329 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2330 * gdb.arch/riscv-unwind-long-insn.c: New file.
2331 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2332
e1f2e1a2
CB
23332019-06-04 Christian Biesinger <cbiesinger@google.com>
2334
d3238f7d 2335 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 2336
206584bd
PW
23372019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2338
2339 * lib/gdb.exp (help_list_trailer): New regexp variable
2340 factorizing the help trailer message.
2341 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2342 arg to allow to better factorize various tests.
2343 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2344 (test_prefix_command_help): Use help_list_trailer.
2345 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2346 * gdb.guile/scm-cmd.exp: Likewise.
2347 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2348 * gdb.base/help.exp: Use test_user_defined_class_help.
2349 * gdb.base/style.exp: Add tests for styling of help and apropos.
2350 * lib/gdb-utils.exp (style): Add title and highlight styles.
2351
708dc93e
PW
23522019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2353
2354 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2355 $_shell_exitsignal.
2356 * gdb.base/default.exp: Update for new convenience variables.
2357
f49055a5
TT
23582019-05-29 Tom Tromey <tromey@adacore.com>
2359
2360 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2361 to "break complete ada" test case's regexp.
2362
4330d61d
TT
23632019-05-29 Tom Tromey <tromey@adacore.com>
2364
2365 PR c++/20020:
2366 * gdb.cp/constexpr-field.exp: New file.
2367 * gdb.cp/constexpr-field.cc: New file.
2368
000439d5
TT
23692019-05-29 Tom Tromey <tromey@adacore.com>
2370
2371 * gdb.base/finish.exp (finish_no_print): New proc.
2372 (finish_tests): Call it.
2373
5a01c34c
TV
23742019-05-24 Tom de Vries <tdevries@suse.de>
2375
2376 * gdb.dwarf2/gdb-add-index.exp: New file.
2377
18125b16
TT
23782019-05-22 Tom Tromey <tromey@adacore.com>
2379
2380 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2381 * gdb.base/style.exp: Use "style".
2382 * lib/gdb-utils.exp (style): New proc.
2383
af1a8d03
TV
23842019-05-22 Tom de Vries <tdevries@suse.de>
2385
2386 * gdb.base/align.exp: Require c++11.
2387
e7fe496b
TV
23882019-05-22 Tom de Vries <tdevries@suse.de>
2389
2390 PR testsuite/24586
2391 * gdb.python/py-mi-var-info-path-expression.exp: Call
2392 mi_skip_python_tests to check if python is supported.
2393
8fca4da0
AH
23942019-05-22 Alan Hayward <alan.hayward@arm.com>
2395
2396 * gdb.arch/aarch64-pauth.c: New test.
2397 * gdb.arch/aarch64-pauth.exp: New file.
2398
b7060614
AH
23992019-05-22 Alan Hayward <alan.hayward@arm.com>
2400
2401 * README (Re-running Tests Outside The Testsuite): New section.
2402
669d0468
TV
24032019-05-21 Tom de Vries <tdevries@suse.de>
2404
2405 * gdb.arch/amd64-eval.exp: Require c++11.
2406 * gdb.base/max-depth.exp: Same.
2407 * gdb.compile/compile-cplus-array-decay.exp: Same.
2408 * gdb.cp/meth-typedefs.exp: Same.
2409 * gdb.cp/subtypes.exp: Same.
2410 * gdb.cp/temargs.exp: Same.
2411
ce3ebcaa
AH
24122019-05-21 Alan Hayward <alan.hayward@arm.com>
2413
2414 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2415
34d11c68
AB
24162019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2417
2418 PR gdb/18644
2419 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2420 * gdb.fortran/printing-types.exp: Add new test.
2421 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2422 testing.
2423 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2424 setup_kfail call.
2425
87781e84
AH
24262019-05-17 Alan Hayward <alan.hayward@arm.com>
2427
2428 * README (Running the Testsuite): Change example.
2429 (Testsuite Parameters): Remove TRANSCRIPT.
2430 * lib/gdb.exp: Remove TRANSCRIPT check.
2431
b420b89e
AH
24322019-05-17 Alan Hayward <alan.hayward@arm.com>
2433
2434 * README (Testsuite Parameters): Add replay logging to
2435 GDBSERVER_DEBUG.
2436 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2437 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2438 as a comma separated list.
2439 (gdb_debug_init): Override procedure.
2440
408e9b8b
AH
24412019-05-17 Alan Hayward <alan.hayward@arm.com>
2442
2443 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2444 (gdb_write_cmd_file): New procedure.
2445 * lib/gdbserver-support.exp (gdbserver_start): Call
2446 gdbserver_write_cmd_file.
2447 (gdbserver_write_cmd_file): New procedure.
2448
f9e2e39d
AH
24492019-05-17 Alan Hayward <alan.hayward@arm.com>
2450
2451 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2452 (delete_breakpoints): Likewise.
2453 (gdb_run_cmd): Likewise.
2454 (gdb_start_cmd): Likewise.
2455 (gdb_starti_cmd): Likewise.
2456 (gdb_internal_error_resync): Likewise.
2457 (gdb_test_multiple): Likewise.
2458 (gdb_reinitialize_dir): Likewise.
2459 (default_gdb_exit): Likewise.
2460 (gdb_file_cmd): Mark kill as optional.
2461 (default_gdb_start): Call gdb_stdin_log_init.
2462 (send_gdb): Call gdb_stdin_log_write.
2463 (rerun_to_main): Mark Y as an answer.
2464 (gdb_stdin_log_init): New function.
2465 (gdb_stdin_log_write): Likewise.
2466
81f47ac2
AH
24672019-05-17 Alan Hayward <alan.hayward@arm.com>
2468
2469 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2470 * gdb.base/debug-expr.exp: Likewise.
2471 * gdb.base/foll-fork.exp: Likewise.
2472 * gdb.base/foll-vfork.exp: Likewise.
2473 * gdb.base/fork-print-inferior-events.exp: Likewise.
2474 * gdb.base/gdb-sigterm.exp: Likewise.
2475 * gdb.base/gdbinit-history.exp: Likewise.
2476 * gdb.base/osabi.exp: Likewise.
2477 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2478 * gdb.base/ui-redirect.exp: Likewise.
2479 * gdb.gdb/unittest.exp: Likewise.
2480 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2481 * gdb.mi/mi-watch.exp: Likewise.
2482 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2483 * gdb.mi/user-selected-context-sync.exp: Likewise.
2484 * gdb.python/python.exp: Disable debug test when debugging.
2485 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2486 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2487 Likewise.
2488 * gdb.threads/stepi-random-signal.exp: Likewise.
2489
29b52314
AH
24902019-05-17 Alan Hayward <alan.hayward@arm.com>
2491
2492 * Makefile.in: Pass through GDB_DEBUG.
2493 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2494 (gdb,debug): Add board setting.
2495 * lib/gdb.exp (default_gdb_start): Start debugging.
2496 (gdb_debug_enabled): New procedure.
2497 (gdb_debug_init): Likewise.
29b52314
AH
2498
24992019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 2500
29b52314
AH
2501 * Makefile.in: Pass through GDB_DEBUG.
2502 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2503 (gdb,debug): Add board setting.
2504 * lib/gdb.exp (default_gdb_start): Start debugging.
2505 (gdb_debug_enabled): New procedure.
2506 (gdb_debug_init): Likewise.
29b52314 2507
ca1285d1
AH
25082019-05-17 Alan Hayward <alan.hayward@arm.com>
2509
2510 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2511
f3a09c80
AH
25122019-05-17 Alan Hayward <alan.hayward@arm.com>
2513
2514 * gdb.base/ui-redirect.exp: Test redirection.
2515
26648588
JV
25162019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2517
2518 * gdb.mi/mi-complete.exp: New file.
2519 * gdb.mi/mi-complete.cc: Likewise.
2520
14237686
AB
25212019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2522
2523 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2524 indexed and sliced arrays, and pointers to arrays.
2525
e7bd7fba
TT
25262019-05-14 Tom Tromey <tromey@adacore.com>
2527
2528 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2529 styling test.
2530
2764128d
TV
25312019-05-14 Tom de Vries <tdevries@suse.de>
2532
2533 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2534 selection entry encoding.
2535
71bed2db
TT
25362019-05-10 Tom Tromey <tromey@adacore.com>
2537
2538 * gdb.ada/info_exc.exp: Add "complete" test.
2539
63b667ad
TV
25402019-05-09 Tom de Vries <tdevries@suse.de>
2541
2542 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2543 CU-relative.
2544
9cfd2b89
TV
25452019-05-09 Tom de Vries <tdevries@suse.de>
2546
2547 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2548 CU-relative.
2549
2228ef77
XR
25502019-05-08 Joel Brobecker <brobecker@adacore.com>
2551
2552 * gdb.ada/frame_arg_lang.exp: New testcase.
2553 * gdb.ada/frame_arg_lang/bla.adb: New file.
2554 * gdb.ada/frame_arg_lang/pck.ads: New file.
2555 * gdb.ada/frame_arg_lang/pck.adb: New file.
2556 * gdb.ada/frame_arg_lang/foo.c: New file.
2557
80e55b13
TT
25582019-05-08 Tom Tromey <tromey@adacore.com>
2559
2560 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2561
9d3421af
TT
25622019-05-08 Tom Tromey <tromey@adacore.com>
2563
2564 * gdb.base/ptype-offsets.exp: Update tests.
2565
844333e2
TT
25662019-05-08 Tom Tromey <tromey@adacore.com>
2567
2568 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2569 cases.
2570 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2571 "short".
2572
988915ee
TT
25732019-05-08 Tom Tromey <tromey@adacore.com>
2574
2575 * gdb.ada/vla.exp: New file.
2576 * gdb.ada/vla/vla.adb: New file.
2577
7bd55dac
TV
25782019-05-07 Tom de Vries <tdevries@suse.de>
2579
2580 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2581
75f06e9d
TV
25822019-05-07 Tom de Vries <tdevries@suse.de>
2583
2584 PR testsuite/24522
2585 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2586 section.
2587
77e7aaa4
TV
25882019-05-07 Tom de Vries <tdevries@suse.de>
2589
2590 PR testsuite/24522
2591 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2592 .debug_aranges section.
2593
456ba0fa
TV
25942019-05-07 Tom de Vries <tdevries@suse.de>
2595
2596 PR testsuite/24159
2597 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2598
5a56d6a6
TV
25992019-05-06 Tom de Vries <tdevries@suse.de>
2600
2601 * lib/gdb.exp (exec_has_index_section): New proc.
2602 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2603 section.
2604
9d6d4be8
TV
26052019-05-04 Tom de Vries <tdevries@suse.de>
2606
2607 * boards/cc-with-debug-names.exp: New file.
2608
222a8d25
TT
26092019-05-03 Tom Tromey <tromey@adacore.com>
2610
2611 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2612 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2613 * gdb.ada/char_enum.exp: Add test.
2614
0fdfd794
TV
26152019-05-03 Tom de Vries <tdevries@suse.de>
2616
2617 * boards/cc-with-gdb-index.exp: New file.
2618
80062eb9
AB
26192019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2620
2621 * gdb.rust/simple.exp: Add new test case.
2622 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2623 (main): Initialise an instance of the new struct.
2624
4504bbde
TT
26252019-05-01 Tom Tromey <tromey@adacore.com>
2626
2627 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2628 record.
2629 (NPR): New variable.
2630 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2631 test.
2632
d48e62f4
TT
26332019-05-01 Tom Tromey <tromey@adacore.com>
2634
2635 * gdb.ada/packed_array_assign.exp: Add packed assignment
2636 regression test.
2637
f59f30f5
TV
26382019-05-01 Tom de Vries <tdevries@suse.de>
2639
2640 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2641
b70bfc54
TV
26422019-05-01 Tom de Vries <tdevries@suse.de>
2643
2644 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2645
15f18d14
AT
26462019-04-30 Ali Tamur <tamur@google.com>
2647
2648 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2649
2ff0a947
TT
26502019-04-30 Tom Tromey <tromey@adacore.com>
2651
2652 * lib/ada.exp (find_ada_tool): New proc.
2653 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2654 * gdb.ada/catch_ex_std.exp: New file.
2655 * gdb.ada/catch_ex_std/foo.adb: New file.
2656 * gdb.ada/catch_ex_std/some_package.adb: New file.
2657 * gdb.ada/catch_ex_std/some_package.ads: New file.
2658
a776957c
TT
26592019-04-30 Tom Tromey <tromey@adacore.com>
2660
2661 PR c++/24470:
2662 * gdb.cp/temargs.cc: Add test code from PR.
2663
bc68014d
AB
26642019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2665
2666 * gdb.fortran/vla-datatypes.exp: Update expected results.
2667 * gdb.fortran/vla-ptype.exp: Likewise.
2668 * gdb.fortran/vla-type.exp: Likewise.
2669 * gdb.fortran/vla-value.exp: Likewise.
2670
f1fdc960
AB
26712019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2672
2673 * gdb.fortran/ptr-indentation.exp: Update expected results.
2674 * gdb.fortran/ptype-on-functions.exp: Likewise.
2675 * gdb.fortran/vla-ptr-info.exp: Likewise.
2676 * gdb.fortran/vla-value.exp: Likewise.
2677
bf7a4de1
AB
26782019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2679
2680 * gdb.fortran/ptype-on-functions.exp: New file.
2681 * gdb.fortran/ptype-on-functions.f90: New file.
2682
bbe75b9d
AB
26832019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2684
2685 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2686 case void string.
2687
1db455a7
AB
26882019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2689
2690 * gdb.fortran/complex.exp: Expand.
2691 * gdb.fortran/complex.f: Renamed to...
2692 * gdb.fortran/complex.f90: ...this, and extended to add more
2693 complex values.
2694
b6d03bb2
AB
26952019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2696
2697 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2698 MODULO, CMPLX.
2699
2e62ab40
AB
27002019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2701 Richard Bunt <richard.bunt@arm.com>
2702
2703 * gdb.base/max-depth.c: New file.
2704 * gdb.base/max-depth.exp: New file.
2705 * gdb.python/py-nested-maps.c: New file.
2706 * gdb.python/py-nested-maps.exp: New file.
2707 * gdb.python/py-nested-maps.py: New file.
2708 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2709 (test_all_common): Call test_max_depth.
2710 * gdb.fortran/max-depth.exp: New file.
2711 * gdb.fortran/max-depth.f90: New file.
2712 * gdb.go/max-depth.exp: New file.
2713 * gdb.go/max-depth.go: New file.
2714 * gdb.modula2/max-depth.exp: New file.
2715 * gdb.modula2/max-depth.c: New file.
2716 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2717
d2b584a5
TV
27182019-04-29 Tom de Vries <tdevries@suse.de>
2719
2720 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2721
136afab8
PW
27222019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2723
2724 * gdb.base/callexit.exp: Test may-call-functions off.
2725
725cbb63
KS
27262019-04-25 Keith Seitz <keiths@redhat.com>
2727
2728 PR c++/24367
2729 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2730 (another_incomplete_struct, test_incomplete): New definitions.
2731 (main): Use new definitions.
2732 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2733 functions.
2734
701adfb0
PA
27352019-04-25 Ali Tamur <tamur@google.com>
2736
2737 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2738
82433e3e
SDJ
27392019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2740
2741 PR corefiles/11608
2742 PR corefiles/18187
2743 * gdb.base/coredump-filter-build-id.exp: New file.
2744
dd06d4d6
AH
27452019-04-25 Alan Hayward <alan.hayward@arm.com>
2746
e79be6e5
SM
2747 * Makefile.in: Pass through GDBSERVER_DEBUG.
2748 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2749 (gdbserver,debug): Add board setting.
2750 * gdb.trace/tspeed.exp: Skip when debugging.
2751 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2752 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2753
1670072e
TT
27542019-04-24 Tom Tromey <tromey@adacore.com>
2755
2756 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2757 Rust.
2758
a59240a4
TT
27592019-04-24 Tom Tromey <tromey@adacore.com>
2760
2761 * gdb.arch/amd64-eval.exp: Test bitfield return.
2762 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2763 (class Foo) <return_bitfields>: New method.
2764 (main): Call it.
2765
b907456c
AB
27662019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2767
2768 * gdb.cp/many-args.cc: New file.
2769 * gdb.cp/many-args.exp: New file.
2770
5c565afd
TV
27712019-04-23 Tom de Vries <tdevries@suse.de>
2772
2773 PR gdb/24433
2774 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2775
ba22ff86
AH
27762019-04-23 Alan Hayward <alan.hayward@arm.com>
2777
2778 * gdb.trace/backtrace.exp: Use nopie flag.
2779 * gdb.trace/circ.exp: Likewise.
2780 * gdb.trace/collection.exp: Likewise.
2781 * gdb.trace/ftrace.exp: Likewise.
2782 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2783 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2784 * gdb.trace/qtro.exp: Likewise.
2785 * gdb.trace/read-memory.exp: Likewise.
2786 * gdb.trace/report.exp: Likewise.
2787 * gdb.trace/tfile.exp: Likewise.
2788 * gdb.trace/tfind.exp: Likewise.
2789 * gdb.trace/unavailable.exp: Likewise.
2790
7905fc35
PA
27912019-04-22 Pedro Alves <palves@redhat.com>
2792
2793 * gdb.base/solib-probes-nosharedlibrary.c,
2794 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2795
8ecb59f8
TT
27962019-04-19 Tom Tromey <tromey@adacore.com>
2797
2798 * gdb.ada/ptype_union.c: New file.
2799 * gdb.ada/ptype_union.exp: New file.
2800
62160ec9
TT
28012019-04-19 Tom Tromey <tromey@adacore.com>
2802
2803 PR symtab/24423:
2804 * gdb.base/list0.h (foo): Add a control-l character.
2805
36cd4ba5
TV
28062019-04-18 Tom de Vries <tdevries@suse.de>
2807
2808 PR gdb/24433
2809 * boards/local-board.exp: Set sysroot to "".
2810
b73715df
TV
28112019-04-18 Tom de Vries <tdevries@suse.de>
2812 Pedro Alves <palves@redhat.com>
2813
2814 PR gdb/24454
2815 * gdb.threads/vfork-follow-child-exec.c: New file.
2816 * gdb.threads/vfork-follow-child-exec.exp: New file.
2817 * gdb.threads/vfork-follow-child-exit.c: New file.
2818 * gdb.threads/vfork-follow-child-exit.exp: New file.
2819
4aa866af
LS
28202019-04-15 Leszek Swirski <leszeks@google.com>
2821
2822 * gdb.arch/amd64-eval.cc: New file.
2823 * gdb.arch/amd64-eval.exp: New file.
2824
e5a1a79a
AH
28252019-04-11 Alan Hayward <alan.hayward@arm.com>
2826
2827 * gdb.server/sysroot.c: New test.
2828 * gdb.server/sysroot.exp: New file.
2829 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2830 matching param.
2831
41077b66
AB
28322019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2833
2834 * gdb.base/align.exp: Extend test to cover structures containing
2835 only static fields.
2836
c30391f8
TV
28372019-04-11 Tom de Vries <tdevries@suse.de>
2838
2839 * boards/cc-with-dwz-m.exp: New file.
2840 * boards/cc-with-dwz.exp: New file.
2841 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2842
e242fd12
SM
28432019-04-09 Simon Marchi <simon.marchi@efficios.com>
2844
2845 * gdb.base/start-cpp.exp: New file.
2846 * gdb.base/start-cpp.cc: New file.
2847
2b0c8b01
KB
28482019-04-08 Kevin Buettner <kevinb@redhat.com>
2849
2850 * gdb.python/py-thrhandle.exp: Adjust tests to call
2851 thread_from_handle instead of thread_from_thread_handle.
2852
947210e5
KB
28532019-04-08 Kevin Buettner <kevinb@redhat.com>
2854
2855 * gdb.python/py-thrhandle.exp: Add tests for
2856 gdb.InferiorThread.handle.
2857
d7df6549
AB
28582019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2859
2860 * gdb.python/py-function.exp: Check calling helper function from
2861 all languages.
2862 * lib/gdb.exp (gdb_supported_languages): New proc.
2863
8bdc1658
AB
28642019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2865
2866 * gdb.base/complex-parts.c: New file.
2867 * gdb.base/complex-parts.exp: New file.
2868
05caa1d2
TT
28692019-04-01 Tom Tromey <tromey@adacore.com>
2870
2871 PR symtab/23331:
2872 * gdb.dwarf2/dw2-ranges-main.c: New file.
2873 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2874 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2875
7734102d
EZ
28762019-03-30 Simon Marchi <simark@simark.ca>
2877
2878 * gdb.base/default.exp: Add values for $_gdb_major and
2879 $_gdb_minor.
2880
188e1fa9
TT
28812019-03-29 Tom Tromey <tromey@adacore.com>
2882
2883 * gdb.base/help.exp: Tighten apropos regexp.
2884
2880242d
KS
28852019-03-29 Keith Seitz <keiths@redhat.com>
2886
2887 * gdb.fortran/array-bounds.exp: New file.
2888 * gdb.fortran/array-bounds.f90: New file.
2889
077cad8e
PW
28902019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2891
2892 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2893
80047cfc
PW
28942019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2895
2896 * gdb.multi/hello.c (main): Increase alarm timer.
2897
f489207e
SL
28982019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2899
2900 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2901 factor when no hardware watchpoint support.
2902
c92df149
AH
29032019-03-28 Alan Hayward <alan.hayward@arm.com>
2904 Pedro Alves <palves@redhat.com>
2905
2906 * boards/local-board.exp: set sysroot to /.
2907
933aebfa
AH
29082019-03-27 Alan Hayward <alan.hayward@arm.com>
2909
2910 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2911 in child.
2912
9f9aa852
AB
29132019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2914
2915 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2916 field.
2917 (make_container): Initialise new field.
2918 * gdb.python/py-prettyprint.exp: Add new tests.
2919 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2920 <display_hint>: New method.
2921
3714a195
AB
29222019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2923
2924 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2925 gdb_continue_to_breakpoint more throughout this test.
2926 (run_lang_tests) Supply unique test names, and use
2927 gdb_test_no_output.
2928
18c77628
AB
29292019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2930
2931 * gdb.base/finish-pretty.exp: Update expected results.
2932 * gdb.base/pretty-print.c: New file.
2933 * gdb.base/pretty-print.exp: New file.
2934
9a93502f
PA
29352019-03-25 Pedro Alves <palves@redhat.com>
2936
2937 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2938 move comments outside list. Append '-i "" eof' section.
2939
968aa7ae
AH
29402019-03-22 Alan Hayward <alan.hayward@arm.com>
2941
34a7f2a4 2942 PR testsuite/25016
968aa7ae
AH
2943 * README: Add pie options.
2944 * gdb.base/break-interp.exp: Ensure pie is disabled.
2945 * gdb.base/dump.exp: Likewise.
2946 * lib/gdb.exp (gdb_compile): Add pie option.
2947
4c7d57e7
TT
29482019-03-19 Tom Tromey <tromey@adacore.com>
2949
2950 * gdb.mi/mi2-cli-display.c: New file.
2951 * gdb.mi/mi2-cli-display.exp: New file.
2952
bff8c71f
TT
29532019-03-18 Joel Brobecker <brobecker@adacore.com>
2954 Tom Tromey <tromey@adacore.com>
2955
2956 * gdb.ada/ptype_array/pck.adb: New file.
2957 * gdb.ada/ptype_array/pck.ads: New file.
2958 * gdb.ada/ptype_array/foo.adb: New file.
2959 * gdb.ada/ptype_array.exp: New file.
2960
d085f989
TT
29612019-03-14 Tom Tromey <tromey@adacore.com>
2962
2963 * gdb.base/style.exp: Add "set style sources" test.
2964
b4be1b06
SM
29652019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2966
2967 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2968 * mi-breakpoint-multiple-locations.exp: ... this.
2969 (make_breakpoints_pattern): New proc.
2970 (do_test): Add mi_version parameter, test -break-insert,
2971 -break-info and =breakpoint-created.
2972
7cde5fc2
AB
29732019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2974
2975 * config/default.exp: Remove 'load_lib gdb.exp'.
2976 * config/monitor.exp: Likewise.
2977 * config/sid.exp: Likewise.
2978 * config/sim.exp: Likewise.
2979 * config/slite.exp: Likewise.
2980 * config/unix.exp: Likewise.
2981 * gdb.base/default.exp: Remove unhelpful comment.
2982
efbecbc1
AB
29832019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2984
2985 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2986
0841c79a
AB
29872019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2988
2989 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2990
4a270568
AB
29912019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2992
2993 * gdb.fortran/type-kinds.exp: Update expected results.
2994
067630bd
AB
29952019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2996
2997 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2998
3be47f7a
AB
29992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3000
3001 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3002 function.
3003 (test_basic_parsing_of_type_kinds): Expand types tested.
3004 (test_parsing_invalid_type_kinds): New function.
3005
4d00f5d8
AB
30062019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3007
3008 * gdb.fortran/intrinsics.exp: New file.
3009 * gdb.fortran/intrinsics.f90: New file.
3010 * gdb.fortran/type-kinds.exp: New file.
3011
c8f91604
AB
30122019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3013
3014 * gdb.fortran/dot-ops.exp: New file.
3015
dd9f2c76
AB
30162019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3017
3018 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3019 Check upper and lower case logical literals.
3020
84ec9724
AB
30212019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3022
3023 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3024 Remove duplicate tests.
3025
c3734e09
AH
30262019-03-06 Alan Hayward <alan.hayward@arm.com>
3027
3028 * lib/gdb.exp (builtin_cd): rename of cd.
3029 (cd): Override builtin.
3030
aa3cfbda
RB
30312019-03-06 Richard Bunt <richard.bunt@arm.com>
3032
3033 * gdb.fortran/function-calls.exp: New file.
3034 * gdb.fortran/function-calls.f90: New test.
3035
7b63ad86
RB
30362019-03-04 Richard Bunt <richard.bunt@arm.com>
3037
3038 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3039 on user program standard output.
3040 * gdb.fortran/short-circuit-argument-list.f90: Record function
3041 calls.
3042
01abb042
AH
30432019-02-28 Alan Hayward <alan.hayward@arm.com>
3044
c3734e09
AH
3045 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3046 failure.
01abb042 3047
92137da0
RO
30482019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3049
3050 PR gdb/8527
3051 * gdb.base/interrupt-daemon-attach.c,
3052 gdb.base/interrupt-daemon-attach.exp: New test.
3053
5862844d
PA
30542019-02-27 Pedro Alves <palves@redhat.com>
3055
3056 * gdb.base/page.exp: Add tests for "set width/height -1".
3057
8ed25214
PA
30582019-02-27 Pedro Alves <palves@redhat.com>
3059
3060 * gdb.base/page.exp: Add tests for "set/show width/height" with
3061 "infinite" values.
3062
6c28e44a
TT
30632019-02-27 Tom Tromey <tromey@adacore.com>
3064
3065 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3066 2.4.
3067 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3068 workaround.
3069
bf9a735e
AB
30702019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3071
3072 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3073 tests for structs with static members.
3074
8791793c
TT
30752019-02-26 Tom Tromey <tromey@adacore.com>
3076
3077 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3078 ValueError, not TypeError.
3079
bc2a507e
KB
30802019-02-26 Kevin Buettner <kevinb@redhat.com>
3081
3082 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3083 call from main program.
3084
e0e7d3bd
JB
30852019-02-23 Joel Brobecker <brobecker@adacore.com>
3086
3087 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3088 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3089 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3090 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3091 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3092
9600246d
KS
30932019-02-22 Keith Seitz <keiths@redhat.com>
3094
3095 PR symtab/23853
3096 * gdb.base/symlink-sourcefile.c: New file.
3097 * gdb.base/symlink-sourcefile.exp: New file.
3098
0c95f9ed
TT
30992019-02-20 Tom Tromey <tom@tromey.com>
3100
3101 * gdb.base/info_qt.exp: Update.
3102
6caa91b6
SM
31032019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3104
3105 * gdb.base/source.exp: Move "error in sourced script" code to
3106 the end.
3107 * gdb.base/source-error.gdb: Move contents to
3108 source-error-1.gdb. Add new code to source source-error-1.gdb.
3109 * gdb.base/source-error-1.gdb: New file, from previous
3110 source-error.gdb.
3111
6506371f
TT
31122019-02-17 Tom Tromey <tom@tromey.com>
3113
3114 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3115 for macro styling.
3116 * gdb.base/style.c (SOME_MACRO): New macro.
3117
a0087920
TT
31182019-02-17 Tom Tromey <tom@tromey.com>
3119
3120 * gdb.base/style.exp: Add line-wrapping tests.
3121 * gdb.base/page.exp: Add test for quitting during pagination.
3122
a2cd4f14
JB
31232019-02-17 Joel Brobecker <brobecker@adacore.com>
3124
3125 * gdb.ada/big_packed_array: New testcase.
3126 * gdb.ada/homonym.exp: Fix incorrect expected output for
3127 "break <homonym__get_value>" test.
3128
9d70ffbc
WP
31292019-02-13 Weimin Pan <weimin.pan@oracle.com>
3130
3131 PR breakpoints/21870
3132 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3133 and prepare_for_testing. Add comment.
3134 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3135 redundant cleanup call. Clean up comment.
3136
01c7ae81
WP
31372019-02-12 Weimin Pan <weimin.pan@oracle.com>
3138
3139 PR breakpoints/21870
3140 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3141 * gdb.arch/aarch64-dbreg-contents.c: New file.
3142
aff29d1c
JB
31432019-02-10 Joel Brobecker <brobecker@adacore.com>
3144
3145 * gdb.ada/mi_ref_changeable: New testcase.
3146
df0da8a2
AH
31472019-02-07 Alan Hayward <alan.hayward@arm.com>
3148
3149 * gdb.base/attach.exp: Add double attach test.
3150
bd447abb
SM
31512019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3152
3153 * lib/gdb.exp (default_gdb_start): Don't match pagination
3154 prompt.
3155 (gdb_init): Set stty_init.
3156
1dbc40b9
TT
31572019-01-27 Tom Tromey <tom@tromey.com>
3158
3159 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3160 skip_python_tests.
3161
353229bf
AH
31622019-01-24 Alan Hayward <alan.hayward@arm.com>
3163
3164 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3165 New structure.
3166 (struct struct_static_02_02): Likewise.
3167 (struct struct_static_02_03): Likewise.
3168 (struct struct_static_02_04): Likewise.
3169 (struct struct_static_04_01): Likewise.
3170 (struct struct_static_04_02): Likewise.
3171 (struct struct_static_04_03): Likewise.
3172 (struct struct_static_04_04): Likewise.
3173 (struct struct_static_06_01): Likewise.
3174 (struct struct_static_06_02): Likewise.
3175 (struct struct_static_06_03): Likewise.
3176 (struct struct_static_06_04): Likewise.
3177 (cmp_struct_static_02_01): Likewise.
3178 (cmp_struct_static_02_02): Likewise.
3179 (cmp_struct_static_02_03): Likewise.
3180 (cmp_struct_static_02_04): Likewise.
3181 (cmp_struct_static_04_01): Likewise.
3182 (cmp_struct_static_04_02): Likewise.
3183 (cmp_struct_static_04_03): Likewise.
3184 (cmp_struct_static_04_04): Likewise.
3185 (cmp_struct_static_06_01): Likewise.
3186 (cmp_struct_static_06_02): Likewise.
3187 (cmp_struct_static_06_03): Likewise.
3188 (cmp_struct_static_06_04): Likewise.
3189 (call_all): Test new structs.
3190 * gdb.base/infcall-nested-structs.exp: Likewise.
3191
73021deb
AH
31922019-01-21 Alan Hayward <alan.hayward@arm.com>
3193 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3194
fc65c7db
AH
31952019-01-21 Alan Hayward <alan.hayward@arm.com>
3196 * gdb.base/stack-protector.c: New test.
3197 * gdb.base/stack-protector.exp: New file.
3198 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3199 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3200 option.
3201 (gdb_compile): Remove stack protector for GCC and prevent
3202 recursion.
3203
c24bdb02
KS
32042019-01-16 Keith Seitz <keiths@redhat.com>
3205
3206 PR gdb/23773
3207 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3208
6f072a10
PFC
32092019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3210
3211 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3212 aliases.
3213 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3214 tests.
3215 * gdb.arch/powerpc-vector-regs.c: New file.
3216 * gdb.arch/powerpc-vector-regs.exp: New file.
3217
a7b8d682
PFC
32182019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3219
3220 * gdb.arch/altivec-regs.exp: Fix the list passed to
3221 gdb_expect_list when testing "info vector".
3222
6eb6fb67
AB
32232019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3224
3225 * gdb.base/style.exp: Don't include path in testname.
3226
b56f80d8
KS
32272019-01-10 Keith Seitz <keiths@redhat.com>
3228
3229 PR gdb/23712
3230 PR symtab/23010
3231 * gdb.dwarf2/multidictionary.exp: New file.
3232
041be526
SM
32332019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3234
3235 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3236 (test_gnuv3_style_demangling): ... this.
3237 (test_lucid_style_demangling): Remove.
3238 (test_arm_style_demangling): Remove.
3239 (test_hp_style_demangling): Remove.
3240 (do_tests): Remove calls to the above.
3241
d820d0c3
AB
32422019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3243
3244 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3245 case.
3246
f097f5ad
TT
32472019-01-06 Tom Tromey <tom@tromey.com>
3248
3249 PR gdb/28155:
3250 * gdb.dwarf2/typedef-void-finish.exp: New file.
3251
2cd8cc0b
TT
32522018-12-28 Tom Tromey <tom@tromey.com>
3253 Simon Marchi <simark@simark.ca>
3254
3255 * gdb.base/jit-exec.exp: New file.
3256 * gdb.base/jit-exec.c: New file.
3257 * gdb.base/jit-execd.c: New file.
3258
35fb8261
TT
32592018-12-28 Tom Tromey <tom@tromey.com>
3260
3261 * gdb.base/style.exp: Update test to check for address styling.
3262
47fd17cd
TT
32632018-12-28 Tom Tromey <tom@tromey.com>
3264
3265 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3266 message.
3267
d47032b7
TT
32682018-12-28 Tom Tromey <tom@tromey.com>
3269
3270 * gdb.base/style.exp: Add test for version number styling.
3271
af79b68d
TT
32722018-12-28 Tom Tromey <tom@tromey.com>
3273
3274 * gdb.base/style.exp: Add test for print_address_symbolic.
3275
0bb296cb
TT
32762018-12-28 Tom Tromey <tom@tromey.com>
3277
3278 * gdb.base/style.exp: Add test for breakpoint setting.
3279
80ae2043
TT
32802018-12-28 Tom Tromey <tom@tromey.com>
3281
3282 * gdb.base/style.exp: Add test for variable names.
3283
cbe56571
TT
32842018-12-28 Tom Tromey <tom@tromey.com>
3285
3286 * gdb.base/style.exp: New file.
3287 * gdb.base/style.c: New file.
3288
9162a27c
TT
32892018-12-28 Tom Tromey <tom@tromey.com>
3290
3291 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3292 "dumb".
3293 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3294 the TERM environment variable.
3295
bc543c90
TT
32962018-12-27 Tom Tromey <tom@tromey.com>
3297
3298 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3299 pagination test.
3300
6f0ffe50
AB
33012018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3302
3303 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3304 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3305
b5a1e557
PW
33062018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3307
3308 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3309 Filename a.adb changed to bp_fun_addr.adb.
3310 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3311
6e8b1ab2
JV
33122018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3313
3314 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3315 non-PIE executables.
3316 * README: Mention the gdb,nopie_flag board setting.
3317 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3318 non-PIE executable.
3319 * gdb.arch/amd64-entry-value.exp: Likewise.
3320 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3321 * gdb.arch/i386-float.exp: Likewise.
3322 * gdb.arch/i386-signal.exp: Likewise.
3323 * gdb.mi/mi-reg-undefined.exp: Likewise.
3324
d00a27c5
PM
33252018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3326
3327 PR gdb/23974
3328 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3329
161d081c
PW
33302018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3331
3332 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3333 Update order of results accordingly.
3334
b001de23
AB
33352018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3336
3337 * gdb.base/annota1.exp: Update a test regexp.
3338
99e1a184
AB
33392018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3340
3341 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3342
7a81c1e2
PW
33432018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3344
3345 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3346 (reuse_time): Initialize to REUSE_TIME_CAP.
3347 (check_rc): New function.
3348 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3349 Check pthread_create rc.
3350 (spawner_thread_func): Check pthread_create and pthread_join rc.
3351
73e8dc90
PA
33522018-12-08 Pedro Alves <palves@redhat.com>
3353
3354 * gdb.base/list.exp (test_forward_search): Rename to ...
3355 (test_forward_reverse_search): ... this. Also test reverse-search
3356 and the forward-search alias.
3357
13f2ed32
AB
33582018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3359
3360 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3361 local timeout variable before return, and remove all local timeout
3362 variable entirely.
3363 (gdb_load): Likewise.
3364
64d27cfc
TV
33652018-12-01 Tom de Vries <tdevries@suse.de>
3366
3367 * gdb.base/gdb-caching-proc.exp: New file.
3368
f63c03b4
SDJ
33692018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3370
3371 * Makefile.in (TIMESTAMP): New variable.
3372 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3373 command.
3374 (check-single-racy): Likewise.
3375 (check/%.exp): Likewise.
3376 (check-racy/%.exp): Likewise.
3377 (workers/%.worker): Likewise.
3378 (build-perf): Likewise.
3379 (check-perf): Likewise.
3380 * README: Describe new "TS" and "TS_FORMAT" variables.
3381 * print-ts.py: New file.
3382
1c97054b
BF
33832018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3384
3385 PR python/23714
3386 * gdb.python/python.exp: Test command repetition after
3387 gdb.execute.
3388
1871a62d
AB
33892018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3390
3391 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3392 is correctly aligned.
3393
fb5e1ed9
PW
33942018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3395
3396 * gdb.ada/info_auto_lang.exp: New testcase.
3397 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3398 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3399 * gdb.ada/info_auto_lang/some_c.c: New file.
3400
43d397ca
PW
34012018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3402
3403 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3404 FUNC_lang language syntax.
3405
beddd671
PW
34062018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3407
3408 * gdb.base/info_minsym.c: New file.
3409 * gdb.base/info_minsym.exp: New file.
3410
73fc52c4
TT
34112018-11-19 Tom Tromey <tom@tromey.com>
3412
3413 PR rust/23625:
3414 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3415 * gdb.rust/expr.exp: Update expected output. Change one test.
3416
994b876a
TT
34172018-11-19 Tom Tromey <tom@tromey.com>
3418
3419 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3420
6769f276
PA
34212018-11-19 Pedro Alves <palves@redhat.com>
3422
3423 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3424 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3425 see the expected warning.
3426
38a72da0
AH
34272018-11-16 Alan Hayward <alan.hayward@arm.com>
3428
3429 PR gdb/22736:
3430 * gdb.cp/infcall-nodebug-lib.c: New test.
3431 * gdb.cp/infcall-nodebug-main.c: New test.
3432 * gdb.cp/infcall-nodebug.exp: New file.
3433
53a89d6e
SM
34342018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3435
3436 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3437 completer tests.
3438
9325300d
TV
34392018-11-09 Tom de Vries <tdevries@suse.de>
3440
3441 * gdb.base/msym-lang.c: New test.
3442 * gdb.base/msym-lang.exp: New file.
3443 * gdb.base/msym-lang-main.c: New test.
3444
20f0d60d
TT
34452018-11-08 Tom Tromey <tom@tromey.com>
3446
3447 PR gdb/23555:
3448 PR gdb/23838:
3449 * gdb.base/warning.exp: New file.
3450
b5420128
JB
34512018-11-08 Jan Beulich <jbeulich@suse.com>
3452
3453 * testsuite/gdb.arch/i386-avx512.c,
3454 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3455
cd115d61
AB
34562018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3457
3458 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3459 point hardware.
3460
35ee2dc2
AB
34612018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3462
3463 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3464 * gdb.dwarf2/missing-type-name.exp: New file.
3465
31aceee8
TV
34662018-11-06 Tom de Vries <tdevries@suse.de>
3467
3468 * gdb.base/many-headers.c: New test.
3469 * gdb.base/many-headers.exp: New file.
3470
109be305
JW
34712018-11-06 Jim Wilson <jimw@sifive.com>
3472
3473 * gdb.base/code_elim.exp: For riscv, set additional_flags
3474 to include -msmall-data-limit=0.
3475
e2b7af72
JB
34762018-11-01 Joel Brobecker <brobecker@adacore.com>
3477
3478 * gdb.ada/watch_minus_l: New testcase.
3479
cdcda965
SM
34802018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3481
3482 * gdb.arch/aix-sighandle.c: New file.
3483 * gdb.arch/aix-sighandle.exp: New file.
3484
92dcebf3
AB
34852018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3486
3487 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3488 registers being unions.
3489
68b9ac18
TV
34902018-10-31 Tom de Vries <tdevries@suse.de>
3491
3492 * lib/valgrind.exp: New file.
3493 (vgdb_start, vgdb_stop): New procs, factored out of ...
3494 * gdb.base/valgrind-bt.exp: ... here, ...
3495 * gdb.base/valgrind-disp-step.exp: ... here and ...
3496 * gdb.base/valgrind-infcall.exp: ... here.
3497
1443936e
TV
34982018-10-31 Tom de Vries <tdevries@suse.de>
3499
3500 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3501
eb77c9df
AB
35022018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3503
3504 * gdb.dwarf2/void-type.c: New file.
3505 * gdb.dwarf2/void-type.exp: New file.
3506
82b5e646
PW
35072018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3508
3509 * gdb.base/info_qt.c: New file.
3510 * gdb.base/info_qt.exp: New file.
3511
8d619c01
EBM
35122018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3513
3514 * gdb.arch/powerpc-htm-regs.c: New file.
3515 * gdb.arch/powerpc-htm-regs.exp: New file.
3516
f2cf6173
EBM
35172018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3518
3519 * gdb.arch/powerpc-tar.c: New file.
3520 * gdb.arch/powerpc-tar.exp: New file.
3521
7ca18ed6
EBM
35222018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3523
3524 * gdb.arch/powerpc-ppr-dscr.c: New file.
3525 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3526
bfcc0eba
TV
35272018-10-25 Tom de Vries <tdevries@suse.de>
3528
3529 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3530
fe1a5cad
TV
35312018-10-24 Tom de Vries <tdevries@suse.de>
3532
3533 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3534 longer exists error.
3535
a76dc3b7
TV
35362018-10-24 Tom de Vries <tdevries@suse.de>
3537
3538 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3539
4df46df7
TV
35402018-10-24 Tom de Vries <tdevries@suse.de>
3541
3542 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3543 --db-attach in valgrind.
3544
0dbfcfff
AB
35452018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3546
3547 * gdb.arch/riscv-reg-aliases.c: New file.
3548 * gdb.arch/riscv-reg-aliases.exp: New file.
3549
b04480b1
AH
35502018-10-19 Alan Hayward <alan.hayward@arm.com>
3551
3552 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3553
2c6ac8d7
AH
35542018-10-19 Alan Hayward <alan.hayward@arm.com>
3555
3556 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3557
2bc69f25
AH
35582018-10-19 Alan Hayward <alan.hayward@arm.com>
3559
3560 * gdb.cp/ovldbreak.exp: Fix regexps.
3561
1f1ae3a3
AH
35622018-10-19 Alan Hayward <alan.hayward@arm.com>
3563
3564 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3565
94c18618
SDJ
35662018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3567
3568 PR cli/23785
3569 * gdb.base/restore.exp: New test to check if "restore" with an
3570 invalid file doesn't segfault.
3571
812cd6eb
TV
35722018-10-18 Tom de Vries <tdevries@suse.de>
3573
3574 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3575 * gdb.ada/excep_handle.exp: Same.
3576 * gdb.ada/mi_string_access.exp: Same.
3577 * gdb.ada/mi_var_union.exp: Same.
3578 * gdb.arch/arc-analyze-prologue.exp: Same.
3579 * gdb.arch/arc-decode-insn.exp: Same.
3580 * gdb.base/readnever.exp: Same.
3581 * gdb.fortran/printing-types.exp: Same.
3582 * gdb.guile/scm-lazy-string.exp: Same.
3583
c4b90788
TV
35842018-10-16 Tom de Vries <tdevries@suse.de>
3585
3586 PR gdb/23730
3587 * gdb.base/catch-follow-exec.c: Add copyright notice.
3588 * gdb.base/catch-follow-exec.exp: Rewrite to use
3589 gdb_spawn_with_cmdline_opts. Require gdb-native.
3590
8bca2978
SL
35912018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3592
3593 * gdb.trace/actions-changed.exp: Check for arch support.
3594 * gdb.trace/actions.exp: Likewise.
3595 * gdb.trace/ax.exp: Likewise.
3596 * gdb.trace/backtrace.exp: Likewise.
3597 * gdb.trace/change-loc.exp: Likewise.
3598 * gdb.trace/deltrace.exp: Likewise.
3599 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3600 * gdb.trace/ftrace.exp: Likewise.
3601 * gdb.trace/infotrace.exp: Check for arch support.
3602 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3603 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3604 * gdb.trace/mi-tsv-changed.exp: Likewise.
3605 * gdb.trace/packetlen.exp: Likewise.
3606 * gdb.trace/passc-dyn.exp: Likewise.
3607 * gdb.trace/passcount.exp: Likewise.
3608 * gdb.trace/pending.exp: Likewise.
3609 * gdb.trace/range-stepping.exp: Check for shlib support.
3610 * gdb.trace/report.exp: Check for arch support.
3611 * gdb.trace/save-trace.exp: Likewise.
3612 * gdb.trace/signal.exp: Check for signal support.
3613 * gdb.trace/tfind.exp: Check for arch support.
3614 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3615 * gdb.trace/trace-common.h: Add comment.
3616 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3617 * gdb.trace/trace-enable-disable.exp: Likewise.
3618 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3619 * gdb.trace/tracecmd.exp: Check for arch support.
3620 * gdb.trace/tspeed.exp: Check for shlib and target support.
3621 * gdb.trace/tstatus.exp: Check for arch support.
3622 * gdb.trace/tsv.exp: Likewise.
3623 * gdb.trace/while-dyn.exp: Likewise.
3624 * gdb.trace/while-stepping.exp: Likewise.
3625 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3626
f9c49bff
SM
36272018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3628
3629 * gdb.trace/tspeed.exp: Remove nowarnings.
3630 (prepare_for_trace_test): Declare "global ipalib".
3631 * gdb.trace/tspeed.c: Include unistd.h.
3632 (main): Remove superfluous printf argument.
3633
d4330bde
SL
36342018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3635
3636 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3637 directory prefix on the filename.
3638
8ecfd7bd
SDJ
36392018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3640
3641 * gdb.gdb/unittest.exp: Update expected message informing that
3642 selftests have been disabled.
3643 * gdb.server/unittest.exp: Likewise.
3644
58bbcd02
TV
36452018-10-09 Tom de Vries <tdevries@suse.de>
3646
3647 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3648 with runto_main.
3649
9f6b697b
WP
36502018-10-08 Weimin Pan <weimin.pan@oracle.com>
3651
3652 PR c++/16841
3653 * gdb.cp/virtbase2.cc: New file.
3654 * gdb.cp/virtbase2.exp: New file.
3655
add5ded5
TT
36562018-10-06 Tom Tromey <tom@tromey.com>
3657
3658 PR python/19399:
3659 * gdb.python/py-inferior.exp: Add architecture test.
3660
f9e48344
TT
36612018-10-06 Tom Tromey <tom@tromey.com>
3662
3663 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3664 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3665
2a8be203
TT
36662018-10-06 Tom Tromey <tom@tromey.com>
3667
3668 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3669 of a "throw" catchpoint.
3670
e04caa70
SDJ
36712018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3672
3673 * gdb.base/info-proc.exp: Update string expected from "help info
3674 proc".
3675
5ca8c39f
TT
36762018-10-04 Tom Tromey <tom@tromey.com>
3677
3678 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3679 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3680 (test_initial_complaints, test_empty_complaints): Update.
3681 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3682
3453e7e4
TT
36832018-10-04 Tom Tromey <tom@tromey.com>
3684
3685 PR cli/19551:
3686 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3687 * lib/gdb.exp (gdb_file_cmd): Update.
3688 * gdb.stabs/weird.exp (print_weird_var): Update.
3689 * gdb.server/solib-list.exp: Update.
3690 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3691 * gdb.mi/mi-cli.exp: Update.
3692 * gdb.linespec/linespec.exp: Update.
3693 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3694 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3695 * gdb.cp/cp-relocate.exp: Update.
3696 * gdb.base/sym-file.exp: Update.
3697 * gdb.base/relocate.exp: Update.
3698 * gdb.base/readnever.exp: Update.
3699 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3700 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3701 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3702 * gdb.base/code_elim.exp: Update.
3703 * gdb.base/break-unload-file.exp (test_break): Update.
3704 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3705 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3706 Update.
3707 * gdb.base/attach.exp (do_attach_tests): Update.
3708 * gdb.base/sepdebug.exp: Update.
3709 * gdb.python/py-section-script.exp: Update.
3710
6afcf761
TT
37112018-10-04 Tom Tromey <tom@tromey.com>
3712
3713 PR cli/22234:
3714 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3715 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3716 output.
3717
fef1b293
TT
37182018-10-04 Tom Tromey <tom@tromey.com>
3719
3720 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3721 set width and height to 0.
3722 (test_command_line_attach_run): Use -quiet.
3723
ca98345e
SL
37242018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3725
3726 * lib/gdb.exp (skip_ifunc_tests): New.
3727 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3728 other compile failures.
3729 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3730
ff34e6ae
SM
37312018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3732
3733 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3734 is_amd64_regs_target.
3735
6bb8890e
AH
37362018-10-01 Alan Hayward <alan.hayward@arm.com>
3737
3738 * gdb.arch/aarch64-sighandler-regs.c: New test.
3739 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3740 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3741
224d30d3
MM
37422018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3743
3744 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3745 assembly.
3746
f67ffa6a
AB
37472018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3748
3749 * gdb.base/frame-selection.exp: New file.
3750 * gdb.base/frame-selection.c: New file.
3751
9fc3183f
AH
37522018-09-27 Alan Hayward <alan.hayward@arm.com>
3753
3754 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3755 pthread barrier.
3756 (main): Likewise.
3757
d354055e
AB
37582018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3759
3760 * gdb.base/large-frame-1.c: New file.
3761 * gdb.base/large-frame-2.c: New file.
3762 * gdb.base/large-frame.exp: New file.
3763 * gdb.base/large-frame.h: New file.
3764
db727370
JL
37652018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3766
3767 PR gdb/20948
3768 * gdb.base/write_mem.exp: New test.
3769 * gdb.base/write_mem.c: Likewise.
3770
ae778caf
TT
37712018-09-23 Tom Tromey <tom@tromey.com>
3772
3773 PR python/18852:
3774 * gdb.python/py-parameter.exp: Add test for parameter that throws
3775 on "set".
3776
fd3ba736
TT
37772018-09-23 Tom Tromey <tom@tromey.com>
3778
3779 PR python/17284:
3780 * gdb.python/py-template.exp (test_template_arg): Add test for
3781 negative template argument number.
3782
39a24317
TT
37832018-09-23 Tom Tromey <tom@tromey.com>
3784
3785 PR python/14062:
3786 * gdb.python/python.exp: Add test for post_event error.
3787
f5769a2c
TT
37882018-09-23 Tom Tromey <tom@tromey.com>
3789
3790 PR python/18170:
3791 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3792 convert pointers to int and long.
3793
1c1e54f6
TT
37942018-09-23 Tom Tromey <tom@tromey.com>
3795
3796 PR python/20126:
3797 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3798 signed-ness conversion tests.
3799
fb4fa946
TT
38002018-09-23 Tom Tromey <tom@tromey.com>
3801
3802 PR python/18352;
3803 * gdb.python/py-value.exp (test_float_conversion): New proc.
3804 Use it.
3805
a466edac
HAQ
38062018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3807
3808 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3809
4ee9b0c5
SL
38102018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3811
3812 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3813 no readline.
3814 * gdb.base/utf8-identifiers.exp: Likewise.
3815 * gdb.cp/cpcompletion.exp: Likewise.
3816 * gdb.linespec/cpcompletion.exp: Likewise.
3817 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3818 * gdb.linespec/cpls-ops.exp: Likewise.
3819
23be8da7
RB
38202018-09-19 Richard Bunt <richard.bunt@arm.com>
3821 Chris January <chris.january@arm.com>
3822
3823 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3824 * gdb.fortran/short-circuit-argument-list.exp: New file.
3825 * gdb.fortran/short-circuit-argument-list.f90: New test.
3826
5031d0ae
SDJ
38272018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3828
3829 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3830 "arch=" keyword when executing "-stack-list-frames".
3831
b4c0d1a4
SDJ
38322018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3833
3834 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3835 "arch=" keyword when executing "-stack-list-frames".
3836
7a6d2b45
SDJ
38372018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3838
3839 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3840 break ada".
3841
8588b356
SM
38422018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3843
3844 PR python/23669
3845 * gdb.python/python.exp: Test gdb.execute("show commands").
3846
65e65158
TT
38472018-09-16 Tom Tromey <tom@tromey.com>
3848
3849 * gdb.base/new-ui.exp (do_execution_tests): Update.
3850 * gdb.base/dbx.exp (test_breakpoints): Update.
3851
bf326452
AH
38522018-09-14 Alan Hayward <alan.hayward@arm.com>
3853
3854 * lib/gdb.exp (gdb_simple_compile): Add proc.
3855 (is_elf_target): Use gdb_simple_compile.
3856 (skip_altivec_tests): Likewise.
3857 (skip_vsx_tests): Likewise.
3858 (skip_tsx_tests): Likewise.
3859 (skip_btrace_tests): Likewise.
3860 (skip_btrace_pt_tests): Likewise.
3861 (gdb_can_simple_compile): Likewise.
3862 (gdb_has_argv0): Likewise.
3863 (gdb_target_symbol_prefix): Likewise.
3864 (target_supports_scheduler_locking): Likewise.
3865
2361b0fb
TT
38662018-09-13 Tom Tromey <tom@tromey.com>
3867
3868 * Makefile.in (TAGS): Recognize proc_with_prefix and
3869 gdb_caching_proc.
3870
0ae1a321
SM
38712018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3872
3873 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3874 method.
3875
a40bf0c2
SM
38762018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3877
3878 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3879 and a few other Inferior properties when the Inferior is no
3880 longer valid.
3881
4a3fe98f
TT
38822018-09-13 Tom Tromey <tom@tromey.com>
3883
3884 PR rust/23650:
3885 * gdb.rust/simple.exp: Add test for enum field access error.
3886
098b2108
TT
38872018-09-13 Tom Tromey <tom@tromey.com>
3888
3889 PR rust/23626:
3890 * gdb.rust/simple.rs (EmptyEnum): New type.
3891 (main): Use it.
3892 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3893
1256af7d
SM
38942018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3895
3896 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3897 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3898 * gdb.python/py-symtab.exp: Update test printing an objfile.
3899
4aa8e6c2
SM
39002018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3901
3902 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3903 object.
3904
c221b2f7
AH
39052018-09-12 Alan Hayward <alan.hayward@arm.com>
3906
3907 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3908 (support_complex_tests): Use gdb_can_simple_compile.
3909 (is_ilp32_target): Likewise.
3910 (is_lp64_target): Likewise.
3911 (is_64_target): Likewise.
3912 (is_amd64_regs_target): Likewise.
3913 (is_aarch32_target): Likewise.
3914 (gdb_int128_helper): Likewise.
3915
6f1107b5
JK
39162018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3917
3918 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3919
1f5d1570
JG
39202018-09-10 Jerome Guitton <guitton@adacore.com>
3921
3922 * gdb.ada/same_component_name: Add test for case of tagged record
3923 with variable-length fields.
3924
cc330e39
XR
39252018-09-10 Xavier Roirand <roirand@adacore.com>
3926
3927 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3928 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3929 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3930 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3931
b9c50e9a
XR
39322018-09-10 Xavier Roirand <roirand@adacore.com>
3933
3934 * gdb.ada/mi_string_access.exp: New testcase.
3935 * gdb.ada/mi_string_access/bar.adb: New file.
3936 * gdb.ada/mi_string_access/pck.adb: New file.
3937 * gdb.ada/mi_string_access/pck.asd: New file.
3938
2963898f
XR
39392018-09-10 Xavier Roirand <roirand@adacore.com>
3940
3941 * gdb.ada/mi_var_union.exp: New testcase.
3942 * gdb.ada/mi_var_union/bar.adb: New file.
3943 * gdb.ada/mi_var_union/pck.adb: New file.
3944 * gdb.ada/mi_var_union/pck.asd: New file.
3945
1aac008f
TT
39462018-09-08 Tom Tromey <tom@tromey.com>
3947
3948 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3949
332cf4c9
TT
39502018-09-08 Tom Tromey <tom@tromey.com>
3951
3952 PR python/16047:
3953 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3954 (register_pretty_printers): Register new printer.
3955 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3956 test.
3957 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3958 (an_int_type3): New global.
3959
424da6cf
JB
39602018-09-08 Joel Brobecker <brobecker@adacore.com>
3961
3962 * gdb.ada/expr_with_funcall: New testcase.
3963
2a62dfa9
JB
39642018-09-08 Joel Brobecker <brobecker@adacore.com>
3965
3966 * gdb.ada/packed_array_assign: New testcase.
3967
96b6697f
AB
39682018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3969
3970 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3971 names, and add test prefixes to make test names unique.
3972
e4a62c65
TV
39732018-09-05 Tom de Vries <tdevries@suse.de>
3974
3975 * gdb.dwarf2/varval.exp: Add test.
3976
dd083ee2
GB
39772018-09-04 Gary Benson <gbenson@redhat.com>
3978
3979 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3980 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3981
aef9346c
TT
39822018-08-31 Tom Tromey <tom@tromey.com>
3983
3984 * gdb.rust/simple.rs: Rename second variable "v".
3985
c67f2e15
AB
39862018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3987
3988 * gdb.base/funcargs.c (use_a): New function.
3989 (recurse): Call use_a.
3990
078a0207
KS
39912018-08-29 Keith Seitz <keiths@redhat.com>
3992
3993 * gdb.compile/compile-cplus-anonymous.cc: New file.
3994 * gdb.compile/compile-cplus-anonymous.exp: New file.
3995 * gdb.compile/compile-cplus-array-decay.cc: New file.
3996 * gdb.compile/compile-cplus-array-decay.exp: New file.
3997 * gdb.compile/compile-cplus-inherit.cc: New file.
3998 * gdb.compile/compile-cplus-inherit.exp: New file.
3999 * gdb.compile/compile-cplus-member.cc: New file.
4000 * gdb.compile/compile-cplus-member.exp: New file.
4001 * gdb.compile/compile-cplus-method.cc: New file.
4002 * gdb.compile/compile-cplus-method.exp: New file.
4003 * gdb.compile/compile-cplus-mod.c: "New" file.
4004 * gdb.compile/compile-cplus-namespace.cc: New file.
4005 * gdb.compile/compile-cplus-namespace.exp: New file.
4006 * gdb.compile/compile-cplus-nested.cc: New file.
4007 * gdb.compile/compile-cplus-nested.exp: New file.
4008 * gdb.compile/compile-cplus-print.c: "New" file.
4009 * gdb.compile/compile-cplus-print.exp: "New" file.
4010 * gdb.compile/compile-cplus-virtual.cc: New file.
4011 * gdb.compile/compile-cplus-virtual.exp: New file.
4012 * gdb.compile/compile-cplus.c: "New" file.
4013 * gdb.compile/compile-cplus.exp: "New" file.
4014 * lib/compile-support.exp: New file.
4015
b0f492b9
GB
40162018-08-16 Gary Benson <gbenson@redhat.com>
4017
4018 PR gdb/13000:
4019 * gdb.base/batch-exit-status.exp: New file.
4020 * gdb.base/batch-exit-status.good-commands: Likewise.
4021 * gdb.base/batch-exit-status.bad-commands: Likewise.
4022
36eb4c5f
AH
40232018-08-29 Alan Hayward <alan.hayward@arm.com>
4024
4025 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4026 (struct struct02): Likewise.
4027 (struct struct03): Likewise.
4028 (struct struct04): Likewise.
4029 (struct struct_01_01): New struct.
4030 (struct struct_01_02): Likewise.
4031 (struct struct_01_03): Likewise.
4032 (struct struct_01_04): Likewise.
4033 (struct struct_02_01): Likewise.
4034 (struct struct_02_02): Likewise.
4035 (struct struct_02_03): Likewise.
4036 (struct struct_02_04): Likewise.
4037 (struct struct_04_01): Likewise.
4038 (struct struct_04_02): Likewise.
4039 (struct struct_04_03): Likewise.
4040 (struct struct_04_04): Likewise.
4041 (struct struct_05_01): Likewise.
4042 (struct struct_05_02): Likewise.
4043 (struct struct_05_03): Likewise.
4044 (struct struct_05_04): Likewise.
4045 (cmp_struct01): Remove function.
4046 (cmp_struct02): Likewise.
4047 (cmp_struct03): Likewise.
4048 (cmp_struct04): Likewise.
4049 (cmp_struct_01_01): Add Function.
4050 (cmp_struct_01_02): Likewise.
4051 (cmp_struct_01_03): Likewise.
4052 (cmp_struct_01_04): Likewise.
4053 (cmp_struct_02_01): Likewise.
4054 (cmp_struct_02_02): Likewise.
4055 (cmp_struct_02_03): Likewise.
4056 (cmp_struct_02_04): Likewise.
4057 (cmp_struct_04_01): Likewise.
4058 (cmp_struct_04_02): Likewise.
4059 (cmp_struct_04_03): Likewise.
4060 (cmp_struct_04_04): Likewise.
4061 (cmp_struct_05_01): Likewise.
4062 (cmp_struct_05_02): Likewise.
4063 (cmp_struct_05_03): Likewise.
4064 (cmp_struct_05_04): Likewise.
4065 (call_all): Add new structs.
4066 * gdb.base/infcall-nested-structs.exp: Likewise.
4067
3bf9c013
JV
40682018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4069
4070 * gdb.python/py-framefilter-mi.exp: Update regexp to
4071 check for "arch" field in frame output.
4072
450d1e88
KB
40732018-08-23 Kevin Buettner <kevinb@redhat.com>
4074
4075 * gdb.dwarf2/dw2-ranges-func.c: New file.
4076 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4077
ae739fe7
SM
40782018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4079
4080 * gdb.base/term.exp: Compare terminal settings with values from
4081 the inferior.
4082 * gdb.base/term.c: Get and set terminal settings.
4083
6d52907e
JV
40842018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4085
4086 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4087 accommodate new "arch" field in frame output.
4088 * gdb.mi/mi-return.exp: Likewise.
4089 * gdb.mi/mi-stack.exp: Likewise.
4090 * gdb.mi/mi-syn-frame.exp: Likewise.
4091 * gdb.mi/user-selected-context-sync.exp: Likewise.
4092
be2d111a
MS
40932018-08-19 Michael Spang <spang@google.com>
4094
4095 PR gdb/11786
4096 * gdb.base/gcore-tls-pie.c: New file.
4097 * gdb.base/gcore-tls-pie.exp: New file.
4098
ae3a7c47
KB
40992018-08-18 Kevin Buettner <kevinb@redhat.com>
4100
4101 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
4102 * gdb.dwarf2/varval.c: New file.
4103 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 4104
2ecae92e
AH
41052018-08-17 Alan Hayward <alan.hayward@arm.com>
4106
4107 PR gdb/18931
4108 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4109
c1854f1d
KS
41102018-08-16 Keith Seitz <keiths@redhat.com>
4111
4112 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4113 tests expected to pass.
4114
26fb3983
JV
41152018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4116
4117 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4118 -data-disassemble -a.
4119 (test_disassembly_bogus_args): Likewise.
4120
67943c00
AB
41212018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4122
4123 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4124
5ff2bbae
AB
41252018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4126
4127 * gdb.base/vla-optimized-out.exp: Add new test.
4128
e5bbcd0f
AB
41292018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4130
4131 * gdb.base/vla-optimized-out-o3.exp: Delete.
4132 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4133 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4134 deleted tests.
4135
9d4a934c
AB
41362018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4137
4138 PR gdb/18050:
4139 * gdb.server/extended-remote-restart.c: New file.
4140 * gdb.server/extended-remote-restart.exp: New file.
4141
045cf012
SM
41422018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4143
4144 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4145 "set variable index = 42".
4146
87d6a7aa
SM
41472018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4148
4149 * boards/index-cache-gdb.exp: New file.
4150 * gdb.dwarf2/index-cache.exp: New file.
4151 * gdb.dwarf2/index-cache.c: New file.
4152 * gdb.base/maint.exp: Check if we are using the index cache.
4153
96d68bd4
RO
41542018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4155
4156 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4157 MAKEFLAGS.
4158
5a699617
RO
41592018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4160
4161 * dg-extract-results.sh: Move to toplevel contrib.
4162 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4163 * Makefile.in (check-parallel-racy): Likewise.
4164
5bd18990
AB
41652018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4166
4167 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4168 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4169 tests if the target supports scheduler locking.
4170
3fbbcf47
TV
41712018-08-04 Tom de Vries <tdevries@suse.de>
4172
4173 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4174
3e1d3d8c
TT
41752018-08-02 Tom Tromey <tom@tromey.com>
4176
4177 PR symtab/16842.
4178 * gdb.cp/temargs.exp: Test "info address" of a template
4179 parameter.
4180
5abe0f0c
JV
41812018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4182
4183 * gdb.python/py-mi-var-info-path-expression.c: New file.
4184 * gdb.python/py-mi-var-info-path-expression.py: New file.
4185 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4186
fb66cde8
SDJ
41872018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4188
4189 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4190 error after "cannot resolve name" string.
4191
c708f4d2
AB
41922018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4193
4194 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4195 started.
4196 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4197
37cc0cae
TV
41982018-07-28 Tom de Vries <tdevries@suse.de>
4199
4200 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4201
63b4ecf7
TV
42022018-07-26 Tom de Vries <tdevries@suse.de>
4203
4204 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4205
3c3bb058
AB
42062018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4207
4208 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4209 is visible.
4210
9e7f3bbb
TV
42112018-07-26 Tom de Vries <tdevries@suse.de>
4212
4213 PR breakpoints/23366
4214 * gdb.base/catch-follow-exec.c: New test.
4215 * gdb.base/catch-follow-exec.exp: New file.
4216
16f808ec
TV
42172018-07-25 Tom de Vries <tdevries@suse.de>
4218
4219 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4220 vla-optimized-out.c.
4221
d7154a8d
JV
42222018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4223
4224 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4225 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4226
232a0032
TV
42272018-07-20 Tom de Vries <tdevries@suse.de>
4228
4229 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4230 NOCLONE macro.
4231 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4232
fbb1d502
TV
42332018-07-19 Tom de Vries <tdevries@suse.de>
4234
4235 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4236 regular expression.
4237
42dc7699
TV
42382018-07-18 Tom de Vries <tdevries@suse.de>
4239
4240 * gdb.base/vla-optimized-out.c: New test.
4241 * gdb.base/vla-optimized-out.exp: New file.
4242
7f1f7e23
SDJ
42432018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4244
4245 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4246 message "No address associated with hostname" when gdbserver
4247 cannot resolve the hostname.
4248
5759ebb3
PW
42492018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4250
4251 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4252 Add some test prefixes to make tests unique.
4253
3606ccab
PW
42542018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4255
4256 * gdb.base/frameapply.c: New file.
4257 * gdb.base/frameapply.exp: New file.
4258
529c08b2
PW
42592018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4260
4261 * gdb.base/skip.exp: Update expected error message.
4262
c7ab0aef
SDJ
42632018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4264 Jan Kratochvil <jan.kratochvil@redhat.com>
4265 Paul Fertser <fercerpav@gmail.com>
4266 Tsutomu Seki <sekiriki@gmail.com>
4267
4268 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4269 parameter.
4270 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4271 by default.
4272 * boards/native-gdbserver.exp: Likewise.
4273 * gdb.server/run-without-local-binary.exp: Improve regexp used
4274 for detecting when a remote debugging connection succeeds.
4275 * gdb.server/server-connect.exp: New file.
4276 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4277 Do not prefix the port number with ":".
4278 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4279 support for detecting and using it. Add '$debughost_gdbserver'
4280 to the list of arguments used to start gdbserver. Handle case
4281 when gdbserver cannot resolve a network name.
4282
16ff70dd
SDJ
42832018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4284
4285 PR c++/23373
4286 * gdb.base/ptype-offsets.cc (struct static_member): New
4287 struct.
4288 (main) <stmember>: New variable.
4289 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4290 with a static member in it.
4291
3541979f
AB
42922018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4293
4294 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4295 watchpoints enabled and disabled.
4296
c8ad9b9a
AB
42972018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4298
4299 * gdb.base/examine-backward.exp: Still run tests around address
4300 0x0, even if address 0x0 is not readable. Update the pattern for
4301 matching address 0x0 in expected output.
4302
e0e5e971
AB
43032018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4304
4305 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4306 malloc/free.
4307
1ea5da02
TV
43082018-07-04 Tom de Vries <tdevries@suse.de>
4309
4310 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4311
471b9d15
MR
43122018-07-02 Maciej W. Rozycki <macro@mips.com>
4313
4314 PR tdep/8282
4315 * gdb.arch/mips-disassembler-options.exp: New test.
4316 * gdb.arch/mips-disassembler-options.s: New test source.
4317
75acb486
PA
43182018-06-29 Pedro Alves <palves@redhat.com>
4319
4320 * gdb.threads/names.exp: Adjust expected "info threads" output.
4321
cd2bb709
PA
43222018-06-29 Pedro Alves <palves@redhat.com>
4323
4324 * gdb.opt/inline-break.exp (line number, address): Add "info
4325 break" tests.
4326
991ff292
PA
43272018-06-29 Pedro Alves <palves@redhat.com>
4328
4329 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4330 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4331 number and address and running to them.
4332
356819b6 43332018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
4334
4335 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4336
2512d7ef
JK
43372018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4338
4339 * lib/compiler.c: Remove executable permission flag.
4340
be1b6474
RB
43412018-06-28 Richard Bunt <richard.bunt@arm.com>
4342
4343 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4344 code.
4345 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4346
291f9a96
PT
43472018-06-28 Petr Tesarik <ptesarik@suse.cz>
4348
4349 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4350
ed6dfe51
PT
43512018-06-28 Petr Tesarik <ptesarik@suse.cz>
4352
4353 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4354 address argument is omitted.
4355
d4d429d5
PT
43562018-06-28 Petr Tesarik <ptesarik@suse.cz>
4357
4358 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4359
7ab6656f
OJ
43602018-06-27 Omair Javaid <omair.javaid@linaro.org>
4361
4362 PR gdb/21695
4363 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4364 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4365
a33ccfc7
TT
43662018-06-26 Tom Tromey <tom@tromey.com>
4367
4368 PR rust/22574:
4369 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4370 * gdb.rust/simple.rs (struct SimpleLayout): New.
4371
6d72d289
SM
43722018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4373
4374 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4375 "info registers" output.
4376
8363f9d5
RB
43772018-06-21 Richard Bunt <richard.bunt@arm.com>
4378
4379 * gdb.base/watchpoint-hw-attach.c: New test.
4380 * gdb.base/watchpoint-hw-attach.exp: New file.
4381
f00674fe
SM
43822018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4383
4384 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4385 through /bin/sh.
4386 * boards/dwarf4-gdb-index.exp: Likewise.
4387 * boards/fission-dwp.exp: Likewise.
4388
1d554008
UW
43892018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4390
4391 * gdb.base/float128.exp: Add comment and improved fail message
4392 to the failure case of "print large128" test.
4393
d0ac1c44
SM
43942018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4395
4396 * configure.ac: Remove AC_PREREQ.
4397 * configure: Re-generate.
4398
61b04dd0
PA
43992018-06-19 Pedro Alves <palves@redhat.com>
4400
4401 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4402 (func_extern_caller): New.
4403 (main): Call func_extern_caller.
4404 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4405 logic change.
4406
f63b508a
SM
44072018-06-18 Weimin Pan <weimin.pan@oracle.com>
4408
4409 PR gdb/16841
4410 * gdb.cp/typedef-base.cc: New file.
4411 * gdb.cp/typedef-base.exp: New file.
4412
0fe3a558
TV
44132018-06-18 Tom de Vries <tdevries@suse.de>
4414
4415 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4416
7010835a
AB
44172018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4418 Richard Bunt <Richard.Bunt@arm.com>
4419
4420 * gdb.threads/attach-slow-waitpid.c: New file.
4421 * gdb.threads/attach-slow-waitpid.exp: New file.
4422 * gdb.threads/slow-waitpid.c: New file.
4423
14897d65
PA
44242018-06-14 Pedro Alves <palves@redhat.com>
4425
4426 * gdb.base/fork-running-state.c: Include <errno.h>.
4427 (exit_if_relative_exits): New.
4428 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4429 exits.
4430 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4431 child exits.
4432
5d9a0608
TV
44332018-06-14 Tom de Vries <tdevries@suse.de>
4434
4435 PR cli/22573
4436 * gdb.base/finish-pretty.c: New test.
4437 * gdb.base/finish-pretty.exp: New file.
4438
11ae5818
PA
44392018-06-14 Pedro Alves <palves@redhat.com>
4440
4441 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4442 gdb's expected startup output.
4443
1d39de44
PA
44442018-06-14 Pedro Alves <palves@redhat.com>
4445
4446 * lib/selftest-support.exp (selftest_setup): Remove inlined
4447 function handling.
4448
70ee0000
TV
44492018-06-14 Tom de Vries <tdevries@suse.de>
4450
4451 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4452 matching of breakpoint printing.
4453
11f4b608
TV
44542018-06-13 Tom de Vries <tdevries@suse.de>
4455
4456 PR testsuite/23269
4457 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4458 (fork_child): ... here, and ...
4459 (fork_parent): ... here.
4460
44612018-06-12 Tom de Vries <tdevries@suse.de>
4462
4463 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4464
9516f85a
AB
44652018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4466 Stephen Roberts <stephen.roberts@arm.com>
4467
4468 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4469 rewrite test to describe action performed, rather than possible
4470 failure.
4471
5045b3d7
GB
44722018-06-08 Gary Benson <gbenson@redhat.com>
4473
4474 * gdb.threads/check-libthread-db.exp: New file.
4475 * gdb.threads/check-libthread-db.c: Likewise.
4476
c61b06a1
TT
44772018-06-05 Tom Tromey <tom@tromey.com>
4478
4479 * gdb.base/default.exp: Update expected "show version" output.
4480
eb6af809
TT
44812018-06-05 Tom Tromey <tom@tromey.com>
4482
4483 PR cli/12326:
4484 * gdb.cp/static-print-quit.exp: Update.
4485 * lib/gdb.exp (pagination_prompt): Update.
4486 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4487 * gdb.python/python.exp: Update.
4488
178d6a63
JB
44892018-06-04 Joel Brobecker <brobecker@adacore.com>
4490
4491 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4492
8e817061
JB
44932018-06-01 Joel Brobecker <brobecker@adacore.com>
4494
4495 * gdb.ada/bp_fun_addr: New testcase.
4496
e86ca25f
TT
44972018-06-01 Tom Tromey <tom@tromey.com>
4498
4499 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4500 results.
4501 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4502 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4503 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4504 * gdb.base/maint.exp (maint_pass_if): Update.
4505
4b2dfa9d
MR
45062018-05-31 Maciej W. Rozycki <macro@mips.com>
4507
4508 * gdb.base/endian.exp: New test.
4509 * gdb.base/endian.c: New test source.
4510
45f25d6c
AB
45112018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4512
4513 PR gdb/23203
4514 * gdb.base/bt-selected-frame.c: New file.
4515 * gdb.base/bt-selected-frame.exp: New file.
4516 * lib/gdb.exp (get_current_frame_number): New function.
4517
d9f6d7f8
MR
45182018-05-24 Maciej W. Rozycki <macro@mips.com>
4519 Pedro Alves <palves@redhat.com>
4520
4521 * gdb.threads/tls-core.c: Include <stdlib.h>
4522 (thread_proc): Call `abort'.
4523 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4524 (tls_core_test): New procedure, bits factored out from ...
4525 (top level): ... here. Test both native cores and gcore cores.
4526
ff1cf532
TT
45272018-05-23 Tom Tromey <tom@tromey.com>
4528
4529 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4530
b98664d3
TT
45312018-05-23 Tom Tromey <tom@tromey.com>
4532
4533 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4534 symfile_complaints.
4535 (test_short_complaints): Likewise.
4536 (test_empty_complaints): Likewise.
4537 (test_initial_complaints): Update.
4538
4e9668d0
TT
45392018-05-23 Tom Tromey <tom@tromey.com>
4540
4541 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4542
43ba33c7
TT
45432018-05-23 Tom Tromey <tom@tromey.com>
4544
4545 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4546 (test_short_complaints): Update.
4547
035522c0
PA
45482018-05-22 Pedro Alves <palves@redhat.com>
4549
4550 * gdb.base/remote.exp: Only gdb_start after compiling the
4551 testcase. Issue "disconnect" before testing "set remote" command
4552 defaults. Issue clean_restart before running to main.
4553
cc0be08f
PA
45542018-05-22 Pedro Alves <palves@redhat.com>
4555
4556 * gdb.base/remote.exp: Adjust expected output of "show remote
4557 memory-write-packet-size". Add tests for "set remote
4558 memory-write-packet-size 0" and "set remote
4559 memory-write-packet-size fixed/limit".
4560
b1b60145
PA
45612018-05-22 Pedro Alves <palves@redhat.com>
4562
4563 PR gdb/22973
4564 * gdb.base/utf8-identifiers.c: New file.
4565 * gdb.base/utf8-identifiers.exp: New file.
4566
0ec848ad
PFC
45672018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4568
4569 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4570
2c3305f6
PFC
45712018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4572
4573 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4574
ce1e8424
TT
45752018-05-18 Tom Tromey <tom@tromey.com>
4576
4577 * gdb.base/ptype-offsets.exp: Update.
4578
ddfe970e
KS
45792018-05-17 Keith Seitz <keiths@redhat.com>
4580
4581 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4582 in expected breakpoint stop locations.
4583 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4584 move to proper scope to test variable values.
4585 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4586 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4587 New functions.
4588 (main): Call not_inline_func3.
4589 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4590 inline_func1, inline_func2, and inline_func3. Test that when each
4591 breakpoint is hit, GDB properly reports both the stop location
4592 and the backtrace. Repeat tests for temporary breakpoints.
4593
0726fcc6
MR
45942018-05-15 Maciej W. Rozycki <macro@mips.com>
4595
4596 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4597 rather then trying to access it in determining whether the PID
4598 of `gdbserver' could have been retrieved.
4599
8ee22052
AB
46002018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4601
4602 * gdb.arch/amd64-init-x87-values.S: New file.
4603 * gdb.arch/amd64-init-x87-values.exp: New file.
4604
7785df48
JK
46052018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4606
4607 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4608
56bcdbea
TT
46092018-05-04 Tom Tromey <tom@tromey.com>
4610
4611 PR python/22730:
4612 * gdb.python/python.exp: Test multi-line execute.
4613
a913fffb
TT
46142018-05-04 Tom Tromey <tom@tromey.com>
4615
4616 PR python/22731:
4617 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4618
7a2c85f2
TT
46192018-05-04 Tom Tromey <tom@tromey.com>
4620
4621 PR gdb/11750:
4622 * gdb.base/define.exp: Test defining a user command inside a user
4623 command.
4624 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4625
a3b60e45
JK
46262018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4627 Pedro Alves <palves@redhat.com>
4628
4629 PR breakpoints/19806 and support for PR external/20207.
4630 * gdb.base/watchpoint-unaligned.c: New file.
4631 * gdb.base/watchpoint-unaligned.exp: New file.
4632
45fe4a03
AB
46332018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4634
4635 * gdb.base/maint.exp: Make test names unique, use
4636 test_prefix_command_help to test 'help maint info', and remove
4637 repeated test of 'help maint'.
4638
9be2ae8f
TT
46392018-05-04 Tom Tromey <tom@tromey.com>
4640
4641 PR gdb/22619:
4642 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4643 behavior.
4644
11859c31
AB
46452018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4646
4647 * gdb.base/maint.exp: Process output from 'maint print registers'
4648 line at a time.
4649
089a9490
AB
46502018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4651
4652 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4653 timeout.
4654
9b0797e2
AB
46552018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4656
4657 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4658 filter pattern.
4659
f6ac5f3d
PA
46602018-05-02 Pedro Alves <palves@redhat.com>
4661
4662 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4663 to_log_command renames.
4664 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4665
77d3c63b
TT
46662018-05-02 Tom Tromey <tom@tromey.com>
4667
4668 * gdb.python/py-parameter.exp: Set test message.
4669
0489430a
TT
46702018-05-02 Tom Tromey <tom@tromey.com>
4671
4672 PR python/20084:
4673 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4674 PARAM_ZUINTEGER_UNLIMITED tests.
4675
1632f8ba
DR
46762018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4677
4678 PR rust/23124
4679 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4680 when casting.
4681
6d7bb824
TT
46822018-04-30 Tom Tromey <tom@tromey.com>
4683
4684 * gdb.python/py-type.exp: Check align attribute.
4685 * gdb.python/py-type.c: New "aligncheck" global.
4686
007e1530
TT
46872018-04-30 Tom Tromey <tom@tromey.com>
4688
4689 PR exp/17095:
4690 * gdb.dwarf2/dw2-align.exp: New file.
4691 * gdb.cp/align.exp: New file.
4692 * gdb.base/align.exp: New file.
4693 * lib/gdb.exp (gdb_int128_helper): New proc.
4694 (has_int128_c, has_int128_cxx): New caching procs.
4695
6873858b
TT
46962018-04-27 Tom Tromey <tom@tromey.com>
4697
4698 PR rust/22545:
4699 * gdb.rust/simple.exp: Add inclusive range tests.
4700
79188d8d
PA
47012018-04-26 Pedro Alves <palves@redhat.com>
4702
4703 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4704 ifunc breakpoint locations correctly of ifunc breakpoints set
4705 while the program resolves the ifunc.
4706
c7075ad5
PA
47072018-04-26 Pedro Alves <palves@redhat.com>
4708
4709 * gdb.base/gnu-ifunc-final.c: New file.
4710 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4711 * gdb.base/gnu-ifunc.exp (executable): Delete.
4712 (staticexecutable): Adjust.
4713 (lib_opts, exec_opts): Delete.
4714 (make_binsuffix, build, set-break): New procedures.
4715 (misc_tests): New, with tests factored out from the top level.
4716 (top level): Test different combinations of ifunc resolver name,
4717 resolver with and with debug info, and ifunc target with and
4718 without debug info. Wrap static tests with with_target_prefix.
4719
8388016d
PA
47202018-04-26 Pedro Alves <palves@redhat.com>
4721
4722 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4723 return type" warnings.
4724
249b5733
PA
47252018-04-25 Pedro Alves <palves@redhat.com>
4726
4727 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4728 killed".
4729 * gdb.base/kill-after-signal.exp: Likewise.
4730 * gdb.threads/kill.exp: Likewise.
4731
f67c0c91
SDJ
47322018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4733 Sergio Durigan Junior <sergiodj@redhat.com>
4734 Pedro Alves <palves@redhat.com>
4735
4736 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4737 regexps to expect for '[Inferior ... detached]' as well.
4738 * gdb.base/attach.exp: Likewise.
4739 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4740 "gdb_continue_to_end".
4741 (test_catch_syscall_with_wrong_args): Likewise.
4742 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4743 ']'. Don't set 'verbose' on.
4744 * gdb.base/foll-vfork.exp: Likewise.
4745 * gdb.base/fork-print-inferior-events.c: New file.
4746 * gdb.base/fork-print-inferior-events.exp: New file.
4747 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4748 '[Inferior ... has been killed]' message.
4749 * gdb.base/kill-after-signal.exp: Likewise.
4750 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4751 detach message.
4752 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4753 message.
4754 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4755 regexps to expect for '[Inferior ... detached]' as well.
4756 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4757
0a8ddac4
SM
47582018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4759
4760 PR gdb/23104
4761 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4762
701adfb0
PA
47632018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4764
4765 PR gdb/23095
4766 * gdb.base/break-probes.exp: Pass shlib_load to
4767 prepare_for_testing. Set normal_bp to r_debug_state if target is
4768 bsd.
4769
d27d16bf
RB
47702018-04-19 Richard Bunt <richard.bunt@arm.com>
4771
4772 * gdb.threads/multiple-successive-infcall.c: New test.
4773 * gdb.threads/multiple-successive-infcall.exp: New file.
4774
a037790e
TT
47752018-04-17 Tom Tromey <tom@tromey.com>
4776
4777 * gdb.rust/simple.rs (Union): New type.
4778 (main): New local "u".
4779 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4780
e3a91079
AA
47812018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4782
4783 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4784 number information in output of "whereis" command.
4785 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4786
b744723f
AA
47872018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4788
4789 * gdb.ada/info_types.exp: Adjust expected output to the line
4790 numbers now printed by "info var/func/type".
4791 * gdb.base/completion.exp: Likewise.
4792 * gdb.base/included.exp: Likewise.
4793 * gdb.cp/cp-relocate.exp: Likewise.
4794 * gdb.cp/cplusfuncs.exp: Likewise.
4795 * gdb.cp/namespace.exp: Likewise.
4796 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4797
4a4495d6
MM
47982018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4799
4800 * gdb.btrace/cpu.exp: New.
4801
1d509aa6
MM
48022018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4803
4804 * gdb.base/step-indirect-call-thunk.exp: New.
4805 * gdb.base/step-indirect-call-thunk.c: New.
4806 * gdb.reverse/step-indirect-call-thunk.exp: New.
4807 * gdb.reverse/step-indirect-call-thunk.c: New.
4808
6295b6da
SM
48092018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4810
4811 * gdb.base/pie-fork.c: New file.
4812 * gdb.base/pie-fork.exp: New file.
4813
50146e70
TT
48142018-04-11 Tom Tromey <tom@tromey.com>
4815
4816 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4817
f50d8a2e
PA
48182018-04-10 Pedro Alves <palves@redhat.com>
4819
4820 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4821 exits. Instead loop running forever.
4822 (fork_parent): Run forever too.
4823
a0be7a36
SM
48242018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4825
4826 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4827 mi_continue_to_line.
4828 * gdb.mi/mi-stack.c (callee4): Add comment.
4829
9b73db36
SM
48302018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4831
4832 * gdb.mi/mi-stack.exp: Fix indentation.
4833
c912f608
SM
48342018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4835
4836 PR gdb/22979
4837 * gdb.arch/amd64-osabi.exp: New file.
4838
26540402
SM
48392018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4840
4841 PR gdb/22980
4842 * gdb.base/osabi.exp: New file.
4843
121ad66c 48442018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4845
4846 * gdb.cp/static-typedef-print.exp: New file.
4847 * gdb.cp/static-typedef-print.cc: New file.
4848
3fcded8f
JB
48492018-03-27 Joel Brobecker <brobecker@adacore.com>
4850
4851 * gdb.ada/varsize_limit: New testcase.
4852
59cc4834
JB
48532018-03-27 Joel Brobecker <brobecker@adacore.com>
4854
4855 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4856
4857 * gdb.ada/notcplusplus: New testcase.
4858
4859 * gdb.base/c-linkage-name.c: New file.
4860 * gdb.base/c-linkage-name.exp: New testcase.
4861
4ca59a9f
TT
48622018-03-26 Tom Tromey <tom@tromey.com>
4863
4864 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4865 * gdb.python/py-framefilter.py (name_error): New global.
4866 (ErrorInName.function): Use name_error.
4867
978d6c75
TT
48682018-03-26 Tom Tromey <tom@tromey.com>
4869
4870 PR backtrace/15582:
4871 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4872
b7fee5a3
KS
48732018-03-23 Keith Seitz <keiths@redhat.com>
4874
4875 PR c++/22968
4876 * gdb.cp/subtypes.exp: New file.
4877 * gdb.cp/subtypes.h: New file.
4878 * gdb.cp/subtypes.cc: New file.
4879 * gdb.cp/subtypes-2.cc: New file.
4880
376be529
AB
48812018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4882
4883 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4884 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4885 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4886 -nostartfiles when compiling the test. Confirm that all registers
4887 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4888
066cfa98
AB
48892018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4890
4891 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4892 option, syntax was wrong anyway.
4893 * gdb.arch/arm-disp-step.exp: Likewise.
4894 * gdb.arch/sparc64-regs.exp: Likewise.
4895 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4896 option, syntax was wrong anyway, switch to use
4897 prepare_for_testing.
4898 * gdb.arch/i386-disp-step.exp: Likewise.
4899
079670b9
AA
49002018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4901
4902 * gdb.ada/exec_changed.exp: Replace "target_info exists
4903 use_gdb_stub" by "use_gdb_stub".
4904 * gdb.ada/start.exp: Likewise.
4905 * gdb.base/async-shell.exp: Likewise.
4906 * gdb.base/attach-pie-misread.exp: Likewise.
4907 * gdb.base/attach-wait-input.exp: Likewise.
4908 * gdb.base/break-entry.exp: Likewise.
4909 * gdb.base/break-interp.exp: Likewise.
4910 * gdb.base/dprintf-detach.exp: Likewise.
4911 * gdb.base/nostdlib.exp: Likewise.
4912 * gdb.base/solib-nodir.exp: Likewise.
4913 * gdb.base/statistics.exp: Likewise.
4914 * gdb.base/testenv.exp: Likewise.
4915 * gdb.mi/mi-exec-run.exp: Likewise.
4916 * gdb.mi/mi-start.exp: Likewise.
4917 * gdb.multi/dummy-frame-restore.exp: Likewise.
4918 * gdb.multi/multi-arch-exec.exp: Likewise.
4919 * gdb.multi/multi-arch.exp: Likewise.
4920 * gdb.multi/tids.exp: Likewise.
4921 * gdb.multi/watchpoint-multi.exp: Likewise.
4922 * gdb.python/py-events.exp: Likewise.
4923 * gdb.threads/attach-into-signal.exp: Likewise.
4924 * gdb.threads/attach-stopped.exp: Likewise.
4925 * gdb.threads/threadapply.exp: Likewise.
4926 * lib/selftest-support.exp: Likewise.
4927
26d6cec4
AA
49282018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4929
4930 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4931
4ee89e90
SR
49322018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4933
4934 * gdb.perf/template-breakpoints.cc: New file.
4935 * gdb.perf/template-breakpoints.exp: New file.
4936 * gdb.perf/template-breakpoints.py: New file.
4937
92630041
TT
49382018-03-19 Tom Tromey <tom@tromey.com>
4939
4940 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4941 y0.
4942 * gdb.rust/simple.exp: Test bare identifier form of struct
4943 initializer.
4944
76727919
TT
49452018-03-19 Tom Tromey <tom@tromey.com>
4946
4947 * gdb.gdb/observer.exp: Remove.
4948
194ed413
AA
49492018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4950
4951 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4952 "qualified" option when setting breakpoints.
4953 * gdb.trace/backtrace.exp: Likewise.
4954 * gdb.trace/circ.exp: Likewise.
4955 * gdb.trace/collection.exp: Likewise.
4956 * gdb.trace/disconnected-tracing.exp: Likewise.
4957 * gdb.trace/ftrace-lock.exp: Likewise.
4958 * gdb.trace/ftrace.exp: Likewise.
4959 * gdb.trace/infotrace.exp: Likewise.
4960 * gdb.trace/packetlen.exp: Likewise.
4961 * gdb.trace/passc-dyn.exp: Likewise.
4962 * gdb.trace/qtro.exp: Likewise.
4963 * gdb.trace/read-memory.exp: Likewise.
4964 * gdb.trace/report.exp: Likewise.
4965 * gdb.trace/signal.exp: Likewise.
4966 * gdb.trace/status-stop.exp: Likewise.
4967 * gdb.trace/strace.exp: Likewise.
4968 * gdb.trace/tfind.exp: Likewise.
4969 * gdb.trace/trace-break.exp: Likewise.
4970 * gdb.trace/trace-condition.exp: Likewise.
4971 * gdb.trace/trace-mt.exp: Likewise.
4972 * gdb.trace/tstatus.exp: Likewise.
4973 * gdb.trace/tsv.exp: Likewise.
4974 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4975 * gdb.trace/unavailable.exp: Likewise.
4976 * gdb.trace/while-dyn.exp: Likewise.
4977
8b067d2c
AA
49782018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4979
4980 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4981 that libinproctrace is copied to the target.
4982
3ae9ce5d
TT
49832018-03-14 Tom Tromey <tom@tromey.com>
4984
4985 PR cli/14977:
4986 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4987 a null pointer.
4988 * gdb.base/wchar.exp: Likewise.
4989
b8c2339b
TT
49902018-03-14 Tom Tromey <tom@tromey.com>
4991
4992 PR cli/19918:
4993 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4994 flag.
4995
4872dc46
SM
49962018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4997
4998 PR gdb/22841
4999 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5000 "target" to remote_exec.
5001
e4fe3756
SM
50022018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5003
5004 PR gdb/22841
5005 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5006 ${board}_upload): Remove.
5007
e95a97d4
AA
50082018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5009
5010 * gdb.cp/watch-cp.cc: New test.
5011 * gdb.cp/watch-cp.exp: New file.
5012
dbbb1059
AB
50132018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5014
5015 * gdb.base/infcall-nested-structs.exp: New file.
5016 * gdb.base/infcall-nested-structs.c: New file.
5017 * gdb.base/float.exp: Add riscv support.
5018
ecc054c0
TP
50192018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5020
5021 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5022 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5023
25e3c82c
SDJ
50242018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5025
5026 * gdb.server/abspath.exp: New file.
5027 * lib/gdb.exp (with_cwd): New procedure.
5028
3083294d
SM
50292018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5030
5031 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5032 use it.
5033 (gdb_is_target_remote_prompt): New proc.
5034 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5035 (gdb_is_target_native): Pass prompt parameter to
5036 gdb_is_target_1.
5037
3275ef47
SM
50382018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5039
5040 * gdb.base/load-command.c: New file.
5041 * gdb.base/load-command.exp: New file.
5042 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5043 (gdb_is_target_1): ...this, and generalize for other targets
5044 than just remote.
5045 (gdb_is_target_remote): Use gdb_is_target_1.
5046 (gdb_is_target_native): use gdb_is_target_1.
5047
6893c19a
TT
50482018-02-26 Tom Tromey <tom@tromey.com>
5049
5050 PR python/16497:
5051 * gdb.python/py-framefilter.exp: Update test.
5052
2ddeaf8a
TT
50532018-02-26 Tom Tromey <tom@tromey.com>
5054
5055 * gdb.dwarf2/variant.c: New file.
5056 * gdb.dwarf2/variant.exp: New file.
5057
c9317f21
TT
50582018-02-26 Tom Tromey <tom@tromey.com>
5059
5060 * gdb.rust/simple.exp: Accept more possible results in enum test.
5061
6f6d0c26
SM
50622018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5063
5064 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5065 parentheses.
5066
11b03145
MR
50672018-02-23 Maciej W. Rozycki <macro@mips.com>
5068
5069 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5070 name of a variable: $actual_linejj -> $actual_line.
5071
54a27fe5
JB
50722018-02-21 John Baldwin <jhb@FreeBSD.org>
5073
5074 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5075
de65820c
MM
50762018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5077
5078 * gdb.btrace/buffer-size.exp: Do not force BTS.
5079
980548fd
PA
50802018-02-14 Pedro Alves <palves@redhat.com>
5081
5082 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5083 getting a "Quit".
5084
c4e12631
MM
50852018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5086
5087 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5088 Fix test name.
5089
c2e0e465
SM
50902018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5091
5092 * gdb.cp/m-static.exp: Check type of optimized out static
5093 member.
5094
f7216783
AB
50952018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5096
5097 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5098 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5099
0625771b
LS
51002018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5101 Leszek Swirski <leszeks@google.com>
5102
5103 * gdb.python/py-prettyprint.c
5104 (struct to_string_returns_value_inner,
5105 struct to_string_returns_value_wrapper): New.
5106 (main): Add tsrvw variable.
5107 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5108 ToStringReturnsValueWrapper): New classes.
5109 (register_pretty_printers): Register new pretty-printers.
5110 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5111 recursive pretty printer.
5112 * gdb.python/py-mi.exp: Likewise.
5113
59498c30
LS
51142018-02-01 Leszek Swirski <leszeks@google.com>
5115
5116 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5117 functions with the same name as an include file are parsed
5118 correctly.
5119
d4d38844
YQ
51202018-02-01 Yao Qi <yao.qi@linaro.org>
5121
5122 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5123 "\[^\r\n\]*".
5124
07e5f5cf
NP
51252018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5126
5127 * gdb.arch/powerpc-prologue-frame.s: New file.
5128 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5129 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5130
929b5ad4
JB
51312018-01-31 Joel Brobecker <brobecker@adacore.com>
5132
5133 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5134
e671cd59
PA
51352018-01-30 Pedro Alves <palves@redhat.com>
5136
5137 PR gdb/13211
5138 * gdb.base/interrupt-daemon.c: New.
5139 * gdb.base/interrupt-daemon.exp: New.
5140 * gdb.multi/multi-term-settings.c: New.
5141 * gdb.multi/multi-term-settings.exp: New.
5142
fc413dc4
JB
51432018-01-30 Joel Brobecker <brobecker@adacore.com>
5144
5145 * gdb.base/break.exp: Save the location where the breakpoint
5146 on break.c:47 was actually inserted when debugging the version
5147 compiled at -O2 and use it in the expected output of the "info
5148 break" test performed soon after.
5149
5c319bb2
PA
51502018-01-22 Pedro Alves <palves@redhat.com>
5151 Sergio Durigan Junior <sergiodj@redhat.com>
5152
5153 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5154 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5155
a9e40818
JB
51562018-01-22 Joel Brobecker <brobecker@adacore.com>
5157
5158 * gdb.base/break-include.c, gdb.base/break-include.inc,
5159 gdb.base/break-include.exp: New files.
5160 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5161 line number now being the actual line number where the breakpoint
5162 was inserted.
5163 * gdb.mi/mi-break.exp: Likewise.
5164 * gdb.mi/mi-reverse.exp: Likewise.
5165 * gdb.mi/mi-simplerun.exp: Ditto.
5166
e707fc44
AB
51672018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5168
5169 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5170 varobj.
5171 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5172
ae451627
AB
51732018-01-21 Don Breazeal <donb@codesourcery.com>
5174 Andrew Burgess <andrew.burgess@embecosm.com>
5175
5176 * gdb.mi/basics.c: Add new global.
5177 * gdb.mi/mi-frame-regs.exp: New file.
5178 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5179 case.
5180
b1b189e0
AB
51812018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5182
5183 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5184 non-parameter, and on an unknown symbol.
5185
fcfcc376
TT
51862018-01-19 Tom Tromey <tom@tromey.com>
5187
5188 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5189 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5190
634c1c31
AA
51912018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5192
5193 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5194 setrlimit and chdir to int.
5195
d6ad07fd
AA
51962018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5197
5198 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5199 function.
5200 (my_tend): Likewise.
5201 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5202 rationale of avoiding FP- and vector instructions.
5203
adf8243b
RK
52042018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5205
5206 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5207 "info reg" with "\[ \t\]*".
5208 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5209 "\[ \t\]+".
5210 * gdb.arch/s390-multiarch.exp: Ditto.
5211 * gdb.base/pc-fp.exp: Ditto.
5212 * gdb.reverse/i386-precsave.exp: Ditto.
5213 * gdb.reverse/i386-reverse.exp: Ditto.
5214 * gdb.reverse/i387-env-reverse.exp: Ditto.
5215 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5216
dcc06925
AA
52172018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5218
5219 * lib/gdb.exp (gdb_compile): Re-enable use of
5220 universal_compile_options for languages other than Rust.
5221
25d4fd80
AA
52222018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5223
5224 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5225
ee7f689e 52262018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
5227
5228 PR gdb/16577
5229 * gdb.base/solib-vanish.exp: New.
5230 * gdb.base/solib-vanish-main.c: New.
5231 * gdb.base/solib-vanish-lib1.c: New.
5232 * gdb.base/solib-vanish-lib2.c: New.
5233
d8447b6b
YQ
52342018-01-17 Yao Qi <yao.qi@linaro.org>
5235
5236 * gdb.compile/compile.exp: Match the address printed for
5237 frame in the output of command "bt".
5238
86d6a90c
TT
52392018-01-15 Tom Tromey <tom@tromey.com>
5240
5241 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5242 compute sp_reg.
5243
cbcdb1aa
AB
52442018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5245
5246 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5247 to prepare.
5248 (prepare): Return 0 on error, 1 on success.
5249
eea61984
PA
52502018-01-12 Pedro Alves <palves@redhat.com>
5251
5252 * gdb.base/continue-after-aborted-step-over.c: New.
5253 * gdb.base/continue-after-aborted-step-over.exp: New.
5254
6181e9c2
SM
52552018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5256
5257 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5258 options when not creating an executable.
5259
3cada740
PA
52602018-01-11 Pedro Alves <palves@redhat.com>
5261
5262 PR remote/22597
5263 * gdb.server/stop-reply-no-thread.c: New file.
5264 * gdb.server/stop-reply-no-thread.exp: New file.
5265
c63d3e8d
PA
52662018-01-10 Pedro Alves <palves@redhat.com>
5267
5268 PR gdb/22670
5269 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5270 functions too. Test setting breakpoints and printing C functions
5271 with no debug info too.
5272 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5273
d4c2a405
PA
52742018-01-10 Pedro Alves <palves@redhat.com>
5275
5276 PR gdb/22670
5277 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5278 a fail.
5279
8825213e
PA
52802018-01-10 Pedro Alves <palves@redhat.com>
5281
5282 PR gdb/22670
5283 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5284
605fd3c6
YQ
52852018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5286
5287 * gdb.server/unittest.exp: Match the output in non-development
5288 mode.
5289
1e5ded6c
YQ
52902018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5291
5292 * gdb.gdb/unittest.exp: Match output in non-development mode.
5293
30066b0b
JB
52942018-01-08 Joel Brobecker <brobecker@adacore.com>
5295
5296 * gdb.ada/access_tagged_param.exp: Relax expected output
5297 for value of "ObjL" in "continue" to pck.inspect breakpoint
5298 test.
5299
04bafb1e
XR
53002018-01-08 Joel Brobecker <brobecker@adacore.com>
5301
9f86398b
JB
5302 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5303 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 5304
e379cee6
PA
53052018-01-05 Pedro Alves <palves@redhat.com>
5306
5307 PR gdb/18653
5308 * gdb.base/libsegfault.exp: New.
5309
de63c46b
PA
53102018-01-05 Joel Brobecker <brobecker@adacore.com>
5311
5312 PR gdb/22670
5313 * gdb.ada/access_tagged_param.exp: New file.
5314 * gdb.ada/access_tagged_param/foo.adb: New file.
5315
f98fc17b
PA
53162018-01-05 Pedro Alves <palves@redhat.com>
5317
5318 PR gdb/22670
5319 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5320 exercise lower case too, and to exercise both full matching and
5321 wild matching.
5322
342f8240
JB
53232018-01-05 Joel Brobecker <brobecker@adacore.com>
5324
5325 * gdb.ada/rename_subscript_param: New testcase.
5326
7150d33c
JG
53272018-01-05 Jerome Guitton <guitton@adacore.com>
5328
5329 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5330
cc0e770c
JB
53312018-01-05 Joel Brobecker <brobecker@adacore.com>
5332
5333 * gdb.ada/convvar_comp: New testcase.
5334
672a41aa 53352018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
5336
5337 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5338 (My_Table): New global variable.
5339 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5340
7365ec2f
JB
53412018-01-04 Joel Brobecker <brobecker@adacore.com>
5342
5343 PR gdb/22670
5344 * gdb.ada/maint_with_ada: New testcase.
5345
289483b6
JB
53462018-01-04 Joel Brobecker <brobecker@adacore.com>
5347
5348 PR gdb/22670
5349 * gdb.ada/bp_c_mixed_case: New testcase.
5350
344420da
JB
53512018-01-04 Joel Brobecker <brobecker@adacore.com>
5352
5353 PR gdb/22670
5354 * gdb.ada/complete.exp: Add "complete break ada" test.
5355
66fc87a0
JB
53562018-01-04 Joel Brobecker <brobecker@adacore.com>
5357
5358 PR gdb/22670
5359 * gdb.ada/info_addr_mixed_case: New testcase.
5360
9f757bf7
XR
53612018-01-03 Xavier Roirand <roirand@adacore.com>
5362
5363 * gdb.ada/excep_handle.exp: New testcase.
5364 * gdb.ada/excep_handle/foo.adb: New file.
5365 * gdb.ada/excep_handle/pck.ads: New file.
5366
bd570f80
JB
53672018-01-03 Joel Brobecker <brobecker@adacore.com>
5368
5369 * gdb.base/step-line.c: Add extra empty line in copyright header.
5370 * gdb.base/step-line.inp: Likewise.
5371
9fe561ab
JB
53722018-01-02 Joel Brobecker <brobecker@adacore.com>
5373
5374 * gdb.ada/dyn_stride.exp: Add slice test.
5375
a405673c
JB
53762018-01-02 Joel Brobecker <brobecker@adacore.com>
5377
5378 * gdb.ada/dyn_stride: New testcase.
5379
cef0f868
SH
53802017-12-27 Stafford Horne <shorne@gmail.com>
5381
5382 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5383 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5384
b67d92b0
SH
53852017-12-27 Stafford Horne <shorne@gmail.com>
5386
5387 * gdb.base/reggroups.c: New file.
5388 * gdb.base/reggroups.exp: New file.
5389
eccab96d
JB
53902017-12-18 Joel Brobecker <brobecker@adacore.com>
5391
5392 * gdb.dwarf2/ada-valprint-error.c: New file.
5393 * gdb.dwarf2/ada-valprint-error.exp: New file.
5394
0e2da9f0
JB
53952017-12-18 Joel Brobecker <brobecker@adacore.com>
5396
5397 * gdb.ada/assign_arr: New testcase.
5398
cb923fcc
XR
53992017-12-18 Xavier Roirand <roirand@adacore.com>
5400
5401 * gdb.ada/funcall_ptr: New testcase.
5402
7c161838
SDJ
54032017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5404
5405 PR cli/16224
5406 * gdb.base/ptype-offsets.cc: New file.
5407 * gdb.base/ptype-offsets.exp: New file.
5408
1af17fd9
YQ
54092017-12-15 Yao Qi <yao.qi@linaro.org>
5410
5411 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5412 if XML is disabled.
5413
828d5846
XR
54142017-12-15 Xavier Roirand <roirand@adacore.com>
5415
5416 * gdb.ada/same_component_name: New testcase.
5417
79e8fcaa
JB
54182017-12-14 Joel Brobecker <brobecker@adacore.com>
5419
5420 * gdb.ada/str_binop_equal: New testcase.
5421
e05fa6f9
JB
54222017-12-14 Joel Brobecker <brobecker@adacore.com>
5423
5424 * gdb.ada/task_switch_in_core: New testcase.
5425
b89641ba
SM
54262017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5427
5428 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5429 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5430 call test_bkpt_qualified.
5431 (test_bkpt_qualified): New proc.
5432
6892d2e4
PA
54332017-12-13 Pedro Alves <palves@redhat.com>
5434
5435 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5436 Tighten regexp by matching with an anchor.
5437
a22ecf70
PA
54382017-12-13 Pedro Alves <palves@redhat.com>
5439
5440 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5441 ("expression with namespace"): New set of tests.
5442 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5443 (Nested::Test_NS::qux): New.
5444 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5445 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5446
9937536c
JB
54472017-12-13 Joel Brobecker <brobecker@adacore.com>
5448
5449 * gdb.base/server-del-break.c: New file.
5450 * gdb.base/server-del-break.exp: New file.
5451
fe49c6f5
SH
54522017-12-12 Stafford Horne <shorne@gmail.com>
5453
5454 * gdb.xml/tdesc-regs.exp: Add or1k support.
5455
c3d18620
SH
54562017-12-12 Stafford Horne <shorne@gmail.com>
5457
5458 * gdb.base/bp-permanent.c: Define nop of or1k.
5459
c5f9cfc8
JB
54602017-12-11 Joel Brobecker <brobecker@adacore.com>
5461
5462 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5463 output with components being reordered.
5464
a9c135fc
JB
54652017-12-11 Joel Brobecker <brobecker@adacore.com>
5466
5467 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5468 output with components being reordered.
5469
927aa2e7
JK
54702017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5471 Pedro Alves <palves@redhat.com>
5472
5473 * gdb.base/maint.exp (check for .gdb_index): Check also for
5474 .debug_names.
5475 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5476 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5477 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5478 (.gdb_index used after symbol reloading): Support also .debug_names.
5479 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5480
f17d9474
YQ
54812017-12-08 Yao Qi <yao.qi@linaro.org>
5482
5483 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5484 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5485
a0de8c21
YQ
54862017-12-08 Yao Qi <yao.qi@linaro.org>
5487
5488 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5489 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5490
a738ea1d
YQ
54912017-12-08 Yao Qi <yao.qi@linaro.org>
5492
5493 * gdb.arch/aarch64-tagged-pointer.c: New file.
5494 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5495
1cd9a73b
SDJ
54962017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5497
5498 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5499 "int".
5500
fa6eb693
KS
55012017-12-07 Keith Seitz <keiths@redhat.com>
5502
5503 PR breakpoints/22569
5504 * gdb.linespec/ls-errs.exp: Change expected result of "break
5505 -source this file has spaces.c -line 3".
5506 Check that an explicit source file followed by whitespace is
5507 identified as an invalid explicit location.
5508
883fd55a
KS
55092017-12-07 Keith Seitz <keiths@redhat.com>
5510
5511 * gdb.cp/nested-types.cc: New file.
5512 * gdb.cp/nested-types.exp: New file.
5513 * lib/cp-support.exp: Load data-structures.exp library.
5514 (debug_cp_test_ptype_class): New global.
5515 (cp_ptype_class_verbose, next_line): New procedures.
5516 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5517 Add and document new return value.
5518 Switch the list of lines to a queue.
5519 Add support for new `type' key for nested type definitions.
5520 Add debugging/troubleshooting messages.
5521 * lib/data-structures.exp: New file.
5522
ec72db3e
SM
55232017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5524
5525 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5526 with proc_with_prefix, don't use with_test_prefix.
5527
99598d71
TT
55282017-12-07 Tom Tromey <tom@tromey.com>
5529
5530 * gdb.base/break.exp: Add test for empty "commands".
5531
a8806230
YQ
55322017-12-07 Yao Qi <yao.qi@linaro.org>
5533
5534 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5535 malloc and catch syscall.
5536
824cc835
PM
55372017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5538
e79be6e5 5539 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
5540 tests for explicit locations.
5541
7cc244de
PA
55422017-12-06 Pedro Alves <palves@redhat.com>
5543
5544 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5545 force-disabling XML descriptions.
5546
50a1fdd5
PA
55472017-12-04 Pedro Alves <palves@redhat.com>
5548
5549 PR gdb/22499
5550 * gdb.arch/amd64-disp-step-avx.S: New file.
5551 * gdb.arch/amd64-disp-step-avx.exp: New file.
5552
f0fb2488
PA
55532017-12-03 Pedro Alves <palves@redhat.com>
5554
5555 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5556 and <string.h>.
5557 (parent_function): Print distinct messages when waitpid fails, or
5558 the child exits with a signal, or the child exits for an unhandled
5559 reason.
5560 * gdb.threads/process-dies-while-detaching.exp
5561 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5562 it. Wait for both inferior output and GDB's prompt. Use an
5563 indirect spawn id list.
5564 (do_detach): New parameter 'child_exit'. Use it to compute
5565 expected inferior output.
5566 (test_detach, test_detach_watch, test_detach_killed_outside):
5567 Adjust to pass down the expected child exit kind.
5568
97cbe998
SDJ
55692017-12-01 Joel Brobecker <brobecker@adacore.com>
5570 Sergio Durigan Junior <sergiodj@redhat.com>
5571 Pedro Alves <palves@redhat.com>
5572
5573 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5574
40fc416f
SDJ
55752017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5576
5577 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5578 to 'symbol-file' and 'add-symbol-file' can be
5579 position-independent.
5580
1cc75e92
YQ
55812017-12-01 Yao Qi <yao.qi@linaro.org>
5582
5583 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5584 the URL in copyright header.
5585 * gdb.arch/aarch64-fp.exp: Likewise.
5586 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5587 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5588 * gdb.base/expand-psymtabs.exp: Likewise.
5589 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5590 * gdb.fortran/common-block.exp: Likewise.
5591 * gdb.fortran/common-block.f90: Likewise.
5592 * gdb.fortran/logical.exp: Likewise.
5593 * gdb.fortran/vla-datatypes.f90: Likewise.
5594 * gdb.fortran/vla-sub.f90: Likewise.
5595
875fb7a7
JB
55962017-11-30 Joel Brobecker <brobecker@adacore.com>
5597
5598 * gdb.ada/repeat_dyn: New testcase.
5599
6f14765f
UW
56002017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5601
5602 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5603 Update for changed thread numbering.
5604 * gdb.cell/bt.exp: Update for changed GDB output.
5605
f1af7b94
SM
56062017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5607
5608 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5609 setting isremote by hand.
5610 * boards/dwarf4-gdb-index.exp: Likewise.
5611 * boards/fission.exp: Likewise.
5612 * boards/stabs.exp: Likewise.
5613
e3919f3e
PA
56142017-11-30 Pedro Alves <palves@redhat.com>
5615
5616 * gdb.linespec/cpls-ops.exp
5617 (check_explicit_skips_function_argument): Extract the underlying
5618 type of size_t instead of hardcoding it.
5619
bd69330d
PA
56202017-11-29 Pedro Alves <palves@redhat.com>
5621
5622 PR c++/19436
5623 * gdb.linespec/cpls-abi-tag.cc: New file.
5624 * gdb.linespec/cpls-abi-tag.exp: New file.
5625
a20714ff
PA
56262017-11-29 Pedro Alves <palves@redhat.com>
5627
5628 * gdb.base/langs.exp: Use -qualified.
5629 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5630 it.
5631 * gdb.cp/namespace.exp: Use -qualified.
5632 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5633 (overload-3, template-overload, template-ret-type, const-overload)
5634 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5635 procedures.
5636 (test_driver): Call them.
5637 * gdb.cp/save-bp-qualified.cc: New.
5638 * gdb.cp/save-bp-qualified.exp: New.
5639 * gdb.linespec/explicit.exp: Test -qualified.
5640 * lib/completion-support.exp (completion::explicit_opts_list): Add
5641 "-qualified".
5642 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5643
f6f1d339
PM
56442017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5645
5646 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5647
02ca603a
TT
56482017-11-29 Tom Tromey <tom@tromey.com>
5649
5650 * gdb.base/relocate.exp: Update invalid argument test.
5651 Add new tests for invalid arguments.
5652
ed6c0bfb
TP
56532017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5654
5655 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5656 Return 0 as a long.
5657 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5658
f106e10e
TP
56592017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5660
5661 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5662 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5663 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5664 func ().
5665 * gdb.cp/shadow.cc (B.func): Return 0.
5666
10329bb2
JB
56672017-11-27 Joel Brobecker <brobecker@adacore.com>
5668
5669 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5670 expected output in gdb_expect call to allow the exception
5671 message to be present as well. Fix syntax confusion to avoid
5672 TCL thinking that exception_name is an array.
5673
617cd4bc
UW
56742017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5675
5676 * gdb.arch/spu-info.c: Include <unistd.h>.
5677 (do_signal_test): Fix broken calls to write.
5678 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5679 Fix checks for empty mailboxes. Update signal tests for corrected
5680 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5681 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5682 * gdb.cell/arch.exp: Use standard_output_file.
5683 * gdb.cell/break.exp: Likewise.
5684 * gdb.cell/bt.exp: Likewise.
5685 * gdb.cell/core.exp: Likewise.
5686 * gdb.cell/dwarfaddr.exp: Likewise.
5687 * gdb.cell/ea-cache.exp: Likewise.
5688 * gdb.cell/ea-standalone.exp: Likewise.
5689 * gdb.cell/f-regs.exp: Likewise.
5690 * gdb.cell/fork.exp: Likewise.
5691 * gdb.cell/gcore.exp: Likewise.
5692 * gdb.cell/mem-access.exp: Likewise.
5693 * gdb.cell/ptype.exp: Likewise.
5694 * gdb.cell/registers.exp: Likewise.
5695 * gdb.cell/sizeof.exp: Likewise.
5696 * gdb.cell/solib-symbol.exp: Likewise.
5697 * gdb.cell/solib.exp: Likewise.
617cd4bc 5698
a81aaca0
PA
56992017-11-25 Pedro Alves <palves@redhat.com>
5700
5701 * gdb.base/complete-empty.exp: New file.
5702 * gdb.base/completion.exp: Adjust.
5703
6a3c6ee4
PA
57042017-11-25 Pedro Alves <palves@redhat.com>
5705
5706 * gdb.linespec/cpls-ops.cc: New file.
5707 * gdb.linespec/cpls-ops.exp: New file.
5708 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5709 factored out from ...
5710 (test_complete_prefix_range): ... this.
5711
8955eb2d
PA
57122017-11-24 Pedro Alves <palves@redhat.com>
5713
5714 * gdb.linespec/cpcompletion.exp: New file.
5715 * gdb.linespec/cpls-hyphen.cc: New file.
5716 * gdb.linespec/cpls.cc: New file.
5717 * gdb.linespec/cpls2.cc: New file.
5718 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5719 test to use test_gdb_complete_unique. Add label completion,
5720 keyword completion and explicit location completion tests.
5721 * lib/completion-support.exp: New file.
5722
e547c119
JB
57232017-11-24 Joel Brobecker <brobecker@adacore.com>
5724
5725 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5726 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5727 when hitting an exception catchpoint.
5728
7c3c1aa8
YQ
57292017-11-22 Yao Qi <yao.qi@linaro.org>
5730
5731 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5732
41bd68f5
SM
57332017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5734
5735 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5736 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5737 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5738
1daad298
YQ
57392017-11-22 Yao Qi <yao.qi@linaro.org>
5740
5741 * gdb.base/info-os.exp: Pass pthreads.
5742 * gdb.multi/multi-attach.exp: Likewise.
5743
88465e87
YQ
57442017-11-22 Yao Qi <yao.qi@linaro.org>
5745
5746 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5747 compiler.
5748
dc196b23
YQ
57492017-11-22 Yao Qi <yao.qi@linaro.org>
5750
5751 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5752 * gdb.base/break-interp.exp: Likewise.
5753 * gdb.base/jit-attach-pie.exp: Likewise.
5754
2400729e
UW
57552017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5756
5757 * gdb.base/float128.c (large128): New variable.
5758 * gdb.base/float128.exp: Add test to print largest __float128 value.
5759
7a26362d
UW
57602017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5761
5762 * gdb.arch/vsx-regs.exp: Update register content checks.
5763
ed0f4273
UW
57642017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5765
5766 * gdb.arch/ppc-longdouble.exp: New file.
5767 * gdb.arch/ppc-longdouble.c: Likewise.
5768
a25d69c6
PA
57692017-11-21 Pedro Alves <palves@redhat.com>
5770
5771 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5772
73fcf641
PA
57732017-11-20 Pedro Alves <palves@redhat.com>
5774
5775 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5776 (long_double_typedef): New typedefs.
5777 Use DEF on double and long double.
5778 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5779 cases.
5780 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5781 and 'long_double_ptr_same_size' locals. Use them to decide
5782 whether cast from array/function to float is valid/invalid.
5783
71a3c369
TT
57842017-11-17 Tom Tromey <tom@tromey.com>
5785
5786 * gdb.rust/traits.rs: New file.
5787 * gdb.rust/traits.exp: New file.
5788
ced9779b
JB
57892017-11-17 Joel Brobecker <brobecker@adacore.com>
5790
5791 * gdb.ada/minsyms: New testcase.
5792
a0922d80
PA
57932017-11-16 Pedro Alves <palves@redhat.com>
5794
5795 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5796 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5797
ea04e54c
PA
57982017-11-16 Pedro Alves <palves@redhat.com>
5799
5800 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5801 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5802
e849ea89
PA
58032017-11-16 Pedro Alves <palves@redhat.com>
5804
5805 * gdb.server/reconnect-ctrl-c.c: New file.
5806 * gdb.server/reconnect-ctrl-c.exp: New file.
5807
d8ae99a7
PM
58082017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5809
5810 * gdb.python/py-rbreak.exp: New file.
5811 * gdb.python/py-rbreak.c: New file.
5812 * gdb.python/py-rbreak-func2.c: New file.
5813
968a13f8
PA
58142017-11-16 Pedro Alves <palves@redhat.com>
5815
5816 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5817 pattern.
5818 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5819 GDB.
5820
71774bc9
SM
58212017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5822
5823 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5824 regex.
5825
ddbb44cf
SM
58262017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5827
5828 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5829 test names.
5830
584a564f
PA
58312017-11-09 Pedro Alves <palves@redhat.com>
5832
5833 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5834 factored out from ...
5835 (top level): ... here, and adjusted to avoid expecting beyond the
5836 prompt in a single gdb_test_multiple.
5837
5ed7a928
PA
58382017-11-09 Pedro Alves <palves@redhat.com>
5839
5840 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5841 output.
5842 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5843 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5844 * gdb.server/ext-run.exp ("kill" test): Likewise.
5845 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5846
a60e0738
PA
58472017-11-09 Pedro Alves <palves@redhat.com>
5848
5849 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5850 match till end of line.
5851
2c88253f
PA
58522017-11-09 Pedro Alves <palves@redhat.com>
5853
5854 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5855
c7a38517
PA
58562017-11-09 Pedro Alves <palves@redhat.com>
5857
5858 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5859 New procedures, factored out from ...
5860 (top level): ... here, and adjusted to avoid expecting beyond the
5861 prompt in one go.
5862
f29f4b6b
PA
58632017-11-09 Pedro Alves <palves@redhat.com>
5864
5865 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5866 output. Fix '?' match.
5867
286acbb5
JB
58682017-11-08 Joel Brobecker <brobecker@adacore.com>
5869
5870 * gdb.ada/scoped_watch: New testcase.
5871 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5872 which is actually correct.
5873 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5874 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5875
62d7ae92
PA
58762017-11-08 Pedro Alves <palves@redhat.com>
5877
5878 * gdb.gdb/complaints.exp (test_initial_complaints)
5879 (test_serial_complaints, test_short_complaints): Call
5880 complaint_internal instead of complaint.
5881
280ca31f
DT
58822017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5883
5884 * gdb.threads/tls-core.c: New file.
5885 * gdb.threads/tls-core.exp: Likewise.
5886
b5ec771e
PA
58872017-11-08 Pedro Alves <palves@redhat.com>
5888
5889 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5890 (p Exported_Capitalized): New test.
5891 (p exported_capitalized): New test.
5892
a02b41a7
PA
58932017-11-07 Pedro Alves <palves@redhat.com>
5894
5895 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5896
95e95a6d
PA
58972017-11-07 Pedro Alves <palves@redhat.com>
5898
5899 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5900 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5901 (disable_invalid, disable_inverted, disable_negative): New
5902 procedures.
5903 ("bad numbers"): New set of tests.
5904
cee62dbd
PA
59052017-11-07 Pedro Alves <palves@redhat.com>
5906
5907 * gdb.cp/ena-dis-br-range.exp: Add tests.
5908
cc638e86
PA
59092017-11-07 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5912
d0fe4701
XR
59132017-11-07 Xavier Roirand <roirand@adacore.com>
5914 Pedro Alves <palves@redhat.com>
5915
5916 * gdb.base/ena-dis-br.exp: Add reference to
5917 gdb.cp/ena-dis-br-range.exp.
5918 * gdb.cp/ena-dis-br-range.exp: New file.
5919 * gdb.cp/ena-dis-br-range.cc: New file.
5920
46f67f80
PA
59212017-11-06 Pedro Alves <palves@redhat.com>
5922
5923 * gdb.base/attach-non-pgrp-leader.c: New.
5924 * gdb.base/attach-non-pgrp-leader.exp: New.
5925
726e1356
PA
59262017-11-06 Pedro Alves <palves@redhat.com>
5927
5928 * configure.ac: No longer check for termio.h and sgtty.h.
5929 * configure: Regenerate.
5930 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5931 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5932 Remove termio and sgtty code.
5933
50ab6ace
YQ
59342017-11-03 Yao Qi <yao.qi@linaro.org>
5935
5936 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5937 in GDB is disabled.
5938
8e68731c
YQ
59392017-11-03 Yao Qi <yao.qi@linaro.org>
5940
5941 * gdb.python/py-thrhandle.exp: Skip it if python is not
5942 enabled.
5943
3a87ae65
SM
59442017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5945
5946 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5947 as a breakpoint command.
5948
484d8d36
MD
59492017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5950
5951 PR python/21213
5952 * gdb.python/py-infthread.exp: Test calling
5953 InferiorThread.inferior () multiple times in a row.
5954
4a27f119
KS
59552017-10-27 Keith Seitz <keiths@redhat.com>
5956
5957 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5958 Test "info break" for every inlined function breakpoint.
5959
bb11dd58
YQ
59602017-10-27 Yao Qi <yao.qi@linaro.org>
5961
5962 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5963
a43f3893
PF
59642017-10-26 Patrick Frants <osscontribute@gmail.com>
5965
5966 * gdb.cp/classes.exp (test_static_members): Test printing
5967 Outer::instance.
5968 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5969 (Inner::instance, Outer::instance): New.
5970
792ccf00
PA
59712017-10-24 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5974 extra console" test in two stages.
5975
eb2bfbad
PA
59762017-10-24 Pedro Alves <palves@redhat.com>
5977
5978 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5979
1f75a651
PA
59802017-10-24 Pedro Alves <palves@redhat.com>
5981
5982 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5983 loop.
5984
779990d9
PA
59852017-10-24 Pedro Alves <palves@redhat.com>
5986
5987 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5988 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5989
ad9b8f5d
PA
59902017-10-24 Pedro Alves <palves@redhat.com>
5991
5992 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5993 parameter and handle it. Don't output read value in test name.
5994
fee6da6e
PA
59952017-10-24 Pedro Alves <palves@redhat.com>
5996
5997 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5998 custom test name.
5999
10389c2c
PA
60002017-10-24 Pedro Alves <palves@redhat.com>
6001
6002 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6003 include the unstable output directory name in the test's name.
6004 (initial_setup_simple) <'set args'>: Use custom test name.
6005
a80e65a9
PA
60062017-10-24 Pedro Alves <palves@redhat.com>
6007
6008 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6009 with explicit test name.
6010
15763a09
PA
60112017-10-20 Pedro Alves <palves@redhat.com>
6012
6013 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6014 'wait -i'. Use gdb_assert and remote_close.
6015
49a4ce2e
AB
60162017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6017
6018 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6019 number from variable rather than hard-coded.
6020
a75868f5
PA
60212017-10-19 Pedro Alves <palves@redhat.com>
6022
6023 * gdb.base/long-inferior-output.c: New file.
6024 * gdb.base/long-inferior-output.exp: New file.
6025
c8ba13ad
KS
60262017-11-18 Keith Seitz <keiths@redhat.com>
6027
6028 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6029 method.
6030 (main): Call it.
6031 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6032 Add additional user-defined conversion operator tests.
6033
b27de576
PA
60342017-10-17 Pedro Alves <palves@redhat.com>
6035
6036 * boards/native-stdio-gdbserver.exp: Load "local-board".
6037
8484c955
PA
60382017-10-17 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.base/quit-live.c: New file.
6041 * gdb.base/quit-live.exp: New file.
6042
83d5a34d
KS
60432017-10-16 Keith Seitz <keiths@redhat.com>
6044
6045 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6046 (class_with_protected_typedef, class_with_private_typedef)
6047 (struct_with_public_typedef, struct_with_protected_typedef)
6048 (struct_with_private_typedef): New classes/structs.
6049 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6050 typedefs and access specifiers.
6051
739b3f1d
PA
60522017-10-16 Pedro Alves <palves@redhat.com>
6053 Simon Marchi <simon.marchi@polymtl.ca>
6054
6055 * README (Local vs Remote vs Native): New section.
6056 * boards/local-board.exp: New file, with bits factored out from
6057 ...
6058 * boards/native-extended-gdbserver.exp: ... here. Load
6059 "local-board".
6060 * boards/native-gdbserver.exp: Load "local-board".
6061 (${board}_spawn, ${board}_exec): Delete.
6062 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6063 ...
6064 * boards/stdio-gdbserver-base.exp: ... this new file.
6065 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6066 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6067 procedure.
6068 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6069 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6070 stdio_gdbserver_command.
6071 (${board}_get_remote_address, ${board}_get_comm_port)
6072 (${board}_download, ${board}_upload): Delete.
6073 (get_target_remote_pipe_cmd): New.
6074
fe68b953
SM
60752017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6076
6077 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6078 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6079 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6080 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6081 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6082 remove with_test_prefix.
6083
300b6685
PA
60842017-10-13 Pedro Alves <palves@redhat.com>
6085
6086 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6087 * gdb.base/annota1.exp: Use it instead of is_remote.
6088 * gdb.base/annota3.exp: Use it instead of is_remote.
6089 * gdb.cp/annota2.exp: Use it instead of is_remote.
6090 * gdb.cp/annota3.exp: Use it instead of is_remote.
6091 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6092
50500caf
PA
60932017-10-13 Pedro Alves <palves@redhat.com>
6094
6095 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6096 (test_num_test_vars, run_and_count_vars, find_env)
6097 (test_set_unset_env, test_inherit_env_var): New procedures.
6098 (top level): Use them.
6099
dad0c6d2
PA
61002017-10-13 Pedro Alves <palves@redhat.com>
6101
6102 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6103 also skip on stub-like targets.
6104
8b0553c1
PA
61052017-10-13 Pedro Alves <palves@redhat.com>
6106
6107 PR gdb/22293
6108 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6109 (top level): Move some tests to ...
6110 (test_not_found): ... this new procedure.
6111 (top level): Call it.
6112
7594f623
PA
61132017-10-13 Pedro Alves <palves@redhat.com>
6114
6115 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6116 expect different "info terminal" output if testing with a
6117 non-native target.
6118
ebe3b402
PA
61192017-10-13 Pedro Alves <palves@redhat.com>
6120 Simon Marchi <simon.marchi@polymtl.ca>
6121
6122 PR python/12966
6123 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6124
42f1b161
PA
61252017-10-13 Pedro Alves <palves@redhat.com>
6126
6127 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6128 already.
6129
8d6ef72b
PA
61302017-10-13 Pedro Alves <palves@redhat.com>
6131
6132 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6133 is_remote.
6134
d7bcd5b8
PA
61352017-10-13 Pedro Alves <palves@redhat.com>
6136
6137 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6138 is_remote.
6139
df479dc6
PA
61402017-10-13 Pedro Alves <palves@redhat.com>
6141
6142 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6143 is set.
6144 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6145 instead of is_remote.
6146
23fb630a
PA
61472017-10-13 Pedro Alves <palves@redhat.com>
6148
6149 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6150 (top level): Add comment.
6151
cc77b1dc
PA
61522017-10-13 Pedro Alves <palves@redhat.com>
6153
6154 * gdb.base/remote.exp (top level): Fix comment typo and add
6155 missing return.
6156
27c9e813
PA
61572017-10-13 Pedro Alves <palves@redhat.com>
6158 Simon Marchi <simon.marchi@polymtl.ca>
6159
6160 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6161 calls and add comments. Skip test if use_gdb_stub is set.
6162 (top level): Use "set cwd" command instead of "cd" command.
6163
5e830d98
PA
61642017-10-13 Pedro Alves <palves@redhat.com>
6165
6166 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6167 is_remote target check.
6168
f5ca0032
PA
61692017-10-13 Pedro Alves <palves@redhat.com>
6170
6171 * gdb.base/scope.exp: Use build_executable + clean_restart +
6172 gdb_file_cmd instead of prepare_for_testing and no longer skip
6173 "before run" tests on is_remote target boards. Update comments.
6174 * boards/native-extended-gdbserver.exp
6175 (extended_gdbserver_load_last_file): New, factored out from ...
6176 (gdb_load): ... this. Move further below and add comment.
6177 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6178
8aed1c0d
PA
61792017-10-12 Pedro Alves <palves@redhat.com>
6180
6181 * gdb.base/attach.exp: Remove references to gdb64.
6182 * gdb.base/dbx.exp: Remove references to gdb64.
6183
cfa34c87
SM
61842017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6185 Pedro Alves <palves@redhat.com>
6186
6187 * gdb.base/label.exp: Remove is_remote target check.
6188
9192b7de
PA
61892017-10-12 Pedro Alves <palves@redhat.com>
6190
6191 * gdb.base/auvx.exp (coredir): Update comment.
6192 (top level) <core_works>: Use "set cwd" command instead of "cd"
6193 command.
6194
6bf0052d
PA
61952017-10-12 Pedro Alves <palves@redhat.com>
6196 Simon Marchi <simon.marchi@polymtl.ca>
6197
6198 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6199 target boards.
6200
e48ef82d
PA
62012017-10-12 Pedro Alves <palves@redhat.com>
6202 Simon Marchi <simon.marchi@polymtl.ca>
6203
6204 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6205 Instead skip if there's any gdb_protocol set.
6206
8d7aea57
SM
62072017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6208 Pedro Alves <palves@redhat.com>
6209
6210 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6211
30440677
PA
62122017-10-12 Pedro Alves <palves@redhat.com>
6213 Simon Marchi <simon.marchi@polymtl.ca>
6214
6215 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6216 instead of on dejagnu remote boards.
6217
4e04f045 62182017-10-12 Pedro Alves <palves@redhat.com>
175654b9 6219 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
6220
6221 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6222 checks. Use build_executable + clean_restart instead of
6223 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6224 of enabling non-stop after starting gdb.
6225
871a186e
PA
62262017-10-12 Pedro Alves <palves@redhat.com>
6227
6228 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6229 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6230 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6231 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6232
56d704da
AK
62332017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6234
6235 * gdb.arch/arc-tdesc-cpu.exp: New file.
6236 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6237
2f20e312
SM
62382017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6239
6240 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6241
65630365
PA
62422017-10-10 Pedro Alves <palves@redhat.com>
6243
6244 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6245 expect CLI output.
6246
bf469271
PA
62472017-10-10 Pedro Alves <palves@redhat.com>
6248
6249 * lib/selftest-support.exp (selftest_setup): Update for
6250 captured_command_loop's prototype change.
6251
777a42f1
PA
62522017-10-09 Pedro Alves <palves@redhat.com>
6253
6254 Test both arch1=>arch2 and arch2=>arch1.
6255
6256 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6257 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6258 factored out to...
6259 (append_arch1_options, append_arch2_options, append_arch_options)
6260 (build_executables): New procedures.
6261 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6262 local.
6263 (top level): Add new 'first_arch' testing axis.
6264
cbd2b4e3
PA
62652017-10-09 Pedro Alves <palves@redhat.com>
6266
6267 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6268 (barrier): New.
6269 (thread_start, all_started): New functions.
6270 (main): Spawn new thread and wait until it is scheduled.
6271 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6272 option.
6273 (do_test): Add 'selected_thread' parameter. Run to all_started
6274 instead of main. Explicitly set the breakpoint at main. Switch
6275 to the SELECTED_THREAD thread.
6276 (top level): Test handling the exec event with either the main
6277 thread or the second thread selected.
6278
5c9e4427
PA
62792017-10-09 Pedro Alves <palves@redhat.com>
6280
6281 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6282 logic. Move STOP marker after the value checks.
6283 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6284 regexp.
6285
b3b7c423
SL
62862017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6287
6288 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6289
3b4b2f16
UW
62902017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6291
6292 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6293 integer-to-dfp conversion.
6294 * gdb.base/dfp-test.exp: Likewise.
6295
5cd63fda
PA
62962017-10-04 Pedro Alves <palves@redhat.com>
6297
6298 * gdb.multi/hangout.c: Include <unistd.h>.
6299 (hangout_loop): New function.
6300 (main): Call alarm. Call hangout_loop in a loop.
6301 * gdb.multi/hello.c: Include <unistd.h>.
6302 (hello_loop): New function.
6303 (main): Call alarm. Call hangout_loop in a loop.
6304 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6305 inferior with the other selected.
6306
4c71c105
SM
63072017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6308
6309 * gdb.mi/list-thread-groups-available.exp: New file.
6310 * gdb.mi/list-thread-groups-available.c: New file.
6311
bc3b087d
SDJ
63122017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6313
6314 * gdb.base/set-cwd.exp: Make it available on
6315 native-extended-gdbserver.
6316
d092c5a2
SDJ
63172017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6318
6319 * gdb.base/set-cwd.c: New file.
6320 * gdb.base/set-cwd.exp: Likewise.
6321
45320ffa
TT
63222017-10-02 Tom Tromey <tom@tromey.com>
6323
6324 PR rust/22236:
6325 * gdb.rust/simple.rs (main): New variable "fslice".
6326 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6327
b3e3859b
TT
63282017-10-02 Tom Tromey <tom@tromey.com>
6329
6330 * gdb.rust/simple.exp: Test ptype of a slice.
6331
01af5e0d
TT
63322017-10-02 Tom Tromey <tom@tromey.com>
6333
6334 * gdb.rust/simple.exp: Test index of slice.
6335
a9bbfbd8
TT
63362017-09-27 Tom Tromey <tom@tromey.com>
6337
6338 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6339
df8899e5
TP
63402017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6341 Pedro Alves <palves@redhat.com>
6342
6343 * gdb.base/compare-sections.exp (get value of read-only section): Read
6344 as unsigned value.
6345 (corrupt read-only section): Likewise and don't set written if patching
6346 failed.
6347
757bf54b
KB
63482017-09-21 Kevin Buettner <kevinb@redhat.com>
6349
6350 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6351 files.
6352
06871ae8
PA
63532017-09-20 Pedro Alves <palves@redhat.com>
6354
6355 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6356 symbol names in gdb's output.
6357 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6358
e5f25bc5
PA
63592017-09-20 Pedro Alves <palves@redhat.com>
6360
6361 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6362 Rename to ...
6363 (test_list_ambiguous_symbol): ... this and add a symbol name
6364 parameter. Adjust.
6365 (test_list_ambiguous_function): Reimplement on top of
6366 test_list_ambiguous_symbol and also test listing ambiguous
6367 variables.
6368 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6369 (ambiguous_fun): ... this.
6370 (ambiguous_var): New.
6371 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6372 (ambiguous_fun): ... this.
6373 (ambiguous_var): New.
6374
4e5a4f58
JB
63752017-09-19 John Baldwin <jhb@FreeBSD.org>
6376
6377 * gdb.base/starti.c: New file.
6378 * gdb.base/starti.exp: New file.
6379 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6380
26e53f3e
PA
63812017-09-14 Pedro Alves <palves@redhat.com>
6382
6383 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6384 (top level): Use it instead of runto.
6385
cb791d59
TT
63862017-09-11 Tom Tromey <tom@tromey.com>
6387
6388 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6389
7c96f8c1
TT
63902017-09-11 Tom Tromey <tom@tromey.com>
6391
6392 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6393 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6394
469412dd
CW
63952017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6396
6397 * gdb.fortran/printing-types.exp: New file.
6398 * gdb.fortran/printing-types.exp: New file.
6399
e0f86435
BH
64002017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6401
6402 * gdb.fortran/vla-ptype.exp: Fix typos.
6403 * gdb.fortran/vla-value.exp: Same.
6404
9e9af4be
BH
64052017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6406
6407 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6408 * gdb.mi/mi-var-child-f.exp: Likewise.
6409 * gdb.mi/mi-vla-fortran.exp: Likewise.
6410
a5ad232b 64112017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
6412 Christoph Weinmann <christoph.t.weinmann@intel.com>
6413 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
6414
6415 * gdb.fortran/ptr-indentation.f90: New file.
6416 * gdb.fortran/ptr-indentation.exp: New file.
6417
5aec60eb
TT
64182017-09-05 Tom Tromey <tom@tromey.com>
6419
6420 PR gdb/22010:
6421 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6422
8f8f8152
TP
64232017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6424
6425 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6426
fbd1b771
JK
64272017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6428
6429 * gdb.threads/tls-nodebug-pie.c: New file.
6430 * gdb.threads/tls-nodebug-pie.exp: New file.
6431
5eb5f850
TT
64322017-09-05 Tom Tromey <tom@tromey.com>
6433
6434 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6435 for rust.
6436
ae780a21
SM
64372017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6438
6439 * gdb.multi/multi-arch-exec.exp: Test with different
6440 "follow-exec-mode" settings.
6441 (do_test): New procedure.
6442
3693fdb3
PA
64432017-09-04 Pedro Alves <palves@redhat.com>
6444
6445 * gdb.base/func-static.c (S::method const, S::method volatile)
6446 (S::method volatile const): New methods.
6447 (c_s, v_s, cv_s): New instances.
6448 (main): Call method() on them.
6449 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6450 (cannot_resolve): New procedure.
6451 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6452 print-quote-unquoted columns.
6453 (do_test): Test printing each scope too.
6454
e68cb8e0
PA
64552017-09-04 Pedro Alves <palves@redhat.com>
6456
6457 * gdb.base/local-static.exp: Also test with
6458 class::method::variable wholly quoted.
6459 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6460
858be34c
PA
64612017-09-04 Pedro Alves <palves@redhat.com>
6462
6463 * gdb.base/local-static.c: New.
6464 * gdb.base/local-static.cc: New.
6465 * gdb.base/local-static.exp: New.
6466
46a4882b
PA
64672017-09-04 Pedro Alves <palves@redhat.com>
6468
6469 * gdb.asm/asm-source.exp: Add casts to int.
6470 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6471 (dataglobal64_1, dataglobal64_2): New globals.
6472 * gdb.base/nodebug.exp: Test different expressions involving the
6473 new globals, with print, whatis and ptype. Add casts to int.
6474 * gdb.base/solib-display.exp: Add casts to int.
6475 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6476 * gdb.cp/m-static.exp: Add cast to int.
6477 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6478 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6479 tls variable with no debug info without a cast. Test with a cast
6480 to int too.
6481 * gdb.trace/entry-values.exp: Add casts.
6482
2c5a2be1
PA
64832017-09-04 Pedro Alves <palves@redhat.com>
6484
6485 * gdb.base/nodebug.exp: Test that ptype's error about functions
6486 with unknown return type includes the function name too.
6487
7022349d
PA
64882017-09-04 Pedro Alves <palves@redhat.com>
6489
6490 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6491 return type of munmap in infcall.
6492 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6493 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6494 type of ftell in infcall.
6495 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6496 type of getpid in infcall.
6497 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6498 infcall.
6499 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6500 Bail on failure to extract the pid.
6501 * gdb.base/nodebug.c: #include <stdint.h>.
6502 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6503 New functions.
6504 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6505 Change expected output of print/whatis/ptype with functions with
6506 no debug info. Test all supported languages. Call
6507 test_call_promotion.
6508 * gdb.compile/compile.exp: Adjust expected output to expect
6509 warning.
6510 * gdb.threads/siginfo-threads.exp: Likewise.
6511
54990598
PA
65122017-09-04 Pedro Alves <palves@redhat.com>
6513
6514 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6515 "prototypes". Test calling float functions via prototyped and
6516 unprototyped function pointers.
6517 (perform_all_tests): New parameter "prototypes". Pass it down.
6518 (top level): Pass down "prototypes" parameter to
6519 perform_all_tests.
6520
34d16ea2
SM
65212017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6522
6523 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6524 Test with nested loops.
6525
9521ecda
SM
65262017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6527
6528 * gdb.base/commands.exp: Call the new procedures.
6529 (loop_break_test, loop_continue_test): New procedures.
6530
80a65e9b
SM
65312017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6532
6533 * gdb.base/commands.exp: Call new procedure.
6534 (define_if_without_arg_test): New procedure.
6535
e439fa14
PA
65362017-09-04 Pedro Alves <palves@redhat.com>
6537
6538 * gdb.base/list-ambiguous.exp: New file.
6539 * gdb.base/list-ambiguous0.c: New file.
6540 * gdb.base/list-ambiguous1.c: New file.
6541 * gdb.base/list.exp (test_list_range): Adjust expected output.
6542
0a2dde4a
SDJ
65432017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6544
6545 * gdb.base/share-env-with-gdbserver.c: New file.
6546 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6547
5e89eb3a
SM
65482017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6549
6550 * gdb.base/commands.exp (gdbvar_simple_if_test,
6551 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6552 progvar_simple_if_test, progvar_simple_while_test,
6553 progvar_complex_if_while_test, user_defined_command_test,
6554 user_defined_command_args_eval,
6555 user_defined_command_args_stack_test,
6556 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6557 temporary_breakpoint_commands,
6558 gdb_test_no_prompt, redefine_hook_test,
6559 redefine_backtrace_test): Remove "global gdb_prompt".
6560
fd437cbc
SM
65612017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6562
6563 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6564 New proc, call it from toplevel.
6565
87215ad1
SDJ
65662017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6567
6568 PR remote/21852
6569 * gdb.server/normal.c: New file, copied from gdb.base.
6570 * gdb.server/run-without-local-binary.exp: New file.
6571
58afddc6
WP
65722017-08-07 Weimin Pan <weimin.pan@oracle.com>
6573
6574 * gdb.arch/sparc64-adi.exp: New file.
6575 * gdb.arch/sparc64-adi.c: New file.
6576
5277199a
PA
65772017-08-22 Pedro Alves <palves@redhat.com>
6578
6579 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6580 (top level): Add "list all overloads" tests.
6581
14278e1f
TT
65822017-08-22 Tom Tromey <tom@tromey.com>
6583
6584 * gdb.gdb/xfullpath.exp: Remove.
6585
bf223d3e
PA
65862017-08-21 Pedro Alves <palves@redhat.com>
6587
6588 PR gdb/19487
6589 * gdb.base/symbol-alias.c: New.
6590 * gdb.base/symbol-alias2.c: New.
6591 * gdb.base/symbol-alias.exp: New.
6592
c973d0aa
PA
65932017-08-21 Pedro Alves <palves@redhat.com>
6594
6595 * gdb.base/dfp-test.c
6596 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6597 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6598 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6599 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6600 * gdb.base/whatis-ptype-typedefs.c: New.
6601 * gdb.base/whatis-ptype-typedefs.exp: New.
6602 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6603 (an_int, an_int_type, an_int_type2): New globals.
6604 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6605 involving typedefs and cast expressions.
6606 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6607 (lookup_typedefs_function): New.
6608 (typedefs_pretty_printers_dict): New.
6609 (top level): Register lookup_typedefs_function in
6610 gdb.pretty_printers.
6611
6d580b63
YQ
66122017-08-18 Yao Qi <yao.qi@linaro.org>
6613
6614 * gdb.server/unittest.exp: New.
6615
206726fb
SDJ
66162017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6617
6618 PR gdb/21954
6619 * gdb.base/environ.exp: Add test to check if 'unset environment'
6620 works.
6621
bf0ec4c2
AA
66222017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6623
6624 * lib/gdb.exp (universal_compile_options): New caching proc.
6625 (gdb_compile): Suppress GCC's coloring of messages.
6626
d6382fff
TT
66272017-08-14 Tom Tromey <tom@tromey.com>
6628
6629 PR gdb/21675:
6630 * gdb.base/printcmds.exp (test_radices): New function.
6631 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6632 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6633 * lib/gdb.exp (get_integer_valueof): Use p/d.
6634
c2c2dd9f
SM
66352017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6636
6637 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6638 characters.
6639
fdffd6f4
TT
66402017-08-05 Tom Tromey <tom@tromey.com>
6641
6642 * gdb.rust/simple.exp: Allow String to appear in a different
6643 namespace.
6644
27d41eac
YQ
66452017-07-26 Yao Qi <yao.qi@linaro.org>
6646
6647 * gdb.gdb/unittest.exp: Invoke command
6648 "maintenance check xml-descriptions".
6649
031ed05d
AA
66502017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6651
6652 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6653 calling context.
6654 (hex128): Drop erroneous calculation of parameters.
6655
dcd27ddf
SM
66562017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6657
6658 * gdb.python/py-unwind.exp: Disable stack protection when
6659 building test file.
6660
47e77640
PA
66612017-07-20 Pedro Alves <palves@redhat.com>
6662
6663 * gdb.base/default.exp (set language): Adjust expected output.
6664
62d2a18a
PA
66652017-07-20 Pedro Alves <palves@redhat.com>
6666
6667 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6668 (test_minsym): ... this, and make static.
6669 (get_pck__foo__bar__minsym): Rename to ...
6670 (get_test_minsym): ... this.
6671 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6672 symbol names and comments.
6673 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6674 (get_test_minsym): ... this.
6675 (pck__foo__bar__minsym__2): Rename to ...
6676 (test_minsym): ... this.
6677 (main): Adjust.
6678
c45ec17c
PA
66792017-07-17 Pedro Alves <palves@redhat.com>
6680
6681 * gdb.base/completion.exp: Adjust expected output.
6682 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6683 the completer works.
6684
c6756f62
PA
66852017-07-17 Pedro Alves <palves@redhat.com>
6686
6687 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6688
5bd68487
AB
66892017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6690
6691 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6692
8880f2a9
TT
66932017-07-14 Tom Tromey <tom@tromey.com>
6694
6695 PR rust/21764:
6696 * gdb.rust/simple.exp: Add tests.
6697
65547233
TT
66982017-07-14 Tom Tromey <tom@tromey.com>
6699
6700 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6701
8f14146e
PA
67022017-07-14 Pedro Alves <palves@redhat.com>
6703
6704 * gdb.linespec/base/one/thefile.cc (z1): New function.
6705 * gdb.linespec/base/two/thefile.cc (z2): New function.
6706 * gdb.linespec/linespec.exp: Add tests.
6707
b4365d02
AB
67082017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6709
6710 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6711 to mi_create_breakpoint.
6712
5d2cbaa5
AB
67132017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6714
6715 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6716 mi_create_breakpoint.
6717
11cb5716
IB
67182017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6719
6720 * gdb.dlang/demangle.exp: Update for demangling changes.
6721
03278692
TT
67222017-07-09 Tom Tromey <tom@tromey.com>
6723
6724 * gdb.dwarf2/shortpiece.exp: New file.
6725
33c5cd75
DB
67262017-07-06 David Blaikie <dblaikie@gmail.com>
6727
6728 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6729 built from fissiont-multi-cu{1,2}.c.
6730 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6731 except putting 'main' and 'func' in separate CUs in the same DWO file.
6732 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6733 test.
6734 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6735 test.
6736
8455d262
PA
67372017-07-06 Pedro Alves <palves@redhat.com>
6738
6739 * gdb.python/py-unwind.exp: Test flushregs.
6740
dc4bde35
SDJ
67412017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6742
6743 PR cli/21688
6744 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6745 tests for alias commands and trailing whitespace.
6746
51ed89aa
SDJ
67472017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6748
6749 PR cli/21688
6750 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6751 procedure. Call it.
6752
eb17d413
PA
67532017-06-29 Pedro Alves <palves@redhat.com>
6754
6755 * gdb.base/printcmds.exp: Add tests.
6756
41664b45
DG
67572017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6758
6759 PR gdb/21337
6760 * gdb.base/reread-readsym.exp: New file.
6761 * gdb.base/reread-readsym.c: New file.
6762
75312ae3
KB
67632017-06-21 Kevin Buettner <kevinb@redhat.com>
6764
6765 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6766 subpattern.
6767
66953522
PB
67682017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6769
6770 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6771 extended mnemonic.
6772 * gdb.arch/powerpc-power9.s: Likewise.
6773
5524b525
AA
67742017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6775
6776 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6777 on 32-bit x86 targets. Exploit is_*_target macros where
6778 appropriate.
6779
03c8af18
AA
67802017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6781
6782 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6783 register pieces.
6784
3bf31011
AA
67852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6786
6787 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6788 located in one or more DWARF pieces.
6789
805acca0
AA
67902017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6791
6792 * lib/gdb.exp (get_endianness): New proc.
6793 * gdb.arch/aarch64-fp.exp: Use it.
6794 * gdb.arch/altivec-regs.exp: Likewise.
6795 * gdb.arch/e500-regs.exp: Likewise.
6796 * gdb.arch/vsx-regs.exp: Likewise.
6797 * gdb.base/dump.exp: Likewise.
6798 * gdb.base/funcargs.exp: Likewise.
6799 * gdb.base/gnu_vector.exp: Likewise.
6800 * gdb.dwarf2/formdata16.exp: Likewise.
6801 * gdb.dwarf2/implptrpiece.exp: Likewise.
6802 * gdb.dwarf2/nonvar-access.exp: Likewise.
6803 * gdb.python/py-inferior.exp: Likewise.
6804 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6805
e9352324
AA
68062017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6807
6808 PR gdb/21226
6809 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6810 stack value pieces are taken from the LSB end.
6811
d5d1163e
AA
68122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6813
6814 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6815 variable at nonzero offset.
6816
0567c986
AA
68172017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6818
6819 * gdb.dwarf2/var-access.c: New file.
6820 * gdb.dwarf2/var-access.exp: New test.
6821 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6822
973e9aab
TT
68232017-06-12 Tom Tromey <tom@tromey.com>
6824
6825 * gdb.dwarf2/formdata16.exp: Add tests.
6826
d9109c80
TT
68272017-06-12 Tom Tromey <tom@tromey.com>
6828
6829 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6830
30a25466
TT
68312017-06-12 Tom Tromey <tom@tromey.com>
6832
6833 PR exp/16225:
6834 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6835 * gdb.arch/vsx-regs.exp: Update tests.
6836 * gdb.arch/s390-vregs.exp (hex128): New proc.
6837 Update test.
6838 * gdb.arch/altivec-regs.exp: Update tests.
6839
aefd8b33
SDJ
68402017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6841
6842 * gdb.base/startup-with-shell.c: New file.
6843 * gdb.base/startup-with-shell.exp: Likewise.
6844
2090129c
SDJ
68452017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6846
6847 * gdb.server/non-existing-program.exp: Update regex in order to
6848 reflect the fact that gdbserver is now using fork_inferior (with a
6849 shell) to startup the inferior.
6850
8e86a419
SM
68512017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6852
6853 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6854 support function calls from GDB.
6855
e6cf65f2
TT
68562017-05-21 Tom Tromey <tom@tromey.com>
6857
6858 PR rust/21466:
6859 * gdb.rust/unsized.exp: New file.
6860 * gdb.rust/unsized.rs: New file.
6861
43cc5389
TT
68622017-05-19 Tom Tromey <tom@tromey.com>
6863
6864 PR rust/21484:
6865 * gdb.rust/watch.exp: New file.
6866 * gdb.rust/watch.rs: New file.
6867
ec8df234
TT
68682017-05-18 Tom Tromey <tom@tromey.com>
6869
6870 * gdb.rust/simple.exp: Allow Box to be qualified.
6871
3e3e7fae
TP
68722017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6873
6874 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6875
59cc050d
PA
68762017-05-18 Pedro Alves <palves@redhat.com>
6877
6878 * gdb.base/fileio.c (test_write, test_read, test_close)
6879 (test_fstat): Don't print 'ret' in the fail path.
6880
c8f6abd1
PA
68812017-05-18 Pedro Alves <palves@redhat.com>
6882
6883 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6884 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6885 (test_system, test_rename, test_unlink, test_time): Change
6886 prototypes.
6887 * gdb.base/fileio.exp (stop_msg): Adjust.
6888
d2a03b77
PA
68892017-05-18 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.base/fileio.c (null_str): New global.
6892 (test_stat): Use it.
6893 * gdb.base/fileio.exp: Remove nowarnings.
6894
0d5c6999
YQ
68952017-05-17 Yao Qi <yao.qi@linaro.org>
6896
6897 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6898
21873064
YQ
68992017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6900
6901 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6902 argument command.
6903 (top-level): Invoke test_set_inferior_tty.
6904
d512d31c
PA
69052017-05-04 Pedro Alves <palves@redhat.com>
6906
6907 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6908 Add parens to print call for Python 3.
6909
90cef2ed
KS
69102017-05-03 Keith Seitz <keiths@redhat.com>
6911
6912 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6913 (main): Call it.
6914
14f819c8
TW
69152017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6916
6917 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6918 to prev and next.
6919
913aeadd
TW
69202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6921
6922 * gdb.python/py-record-btrace.exp: Remove test for
6923 gdb.BtraceInstruction.error.
6924
a3be24ad
TW
69252017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6926
6927 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6928
ae20e79a
TW
69292017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6930
6931 * gdb.python/py-record-btrace-threads.c: New file.
6932 * gdb.python/py-record-btrace-threads.exp: New file.
6933
45ce1b47
SDJ
69342017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6935
6936 PR testsuite/8595
6937 * gdb.base/environ.exp: Make test available in all architectures.
6938 Move bits related to "info program" testing to
6939 gdb.base/info-program.exp. Rewrite tests to use the two new
6940 procedures mentione below.
6941 (test_set_show_env_var) New procedure.
6942 (test_set_show_env_var_equal): Likewise.
6943 * gdb.base/info-program.exp: New file.
6944
e15c3eb4
KS
69452017-04-27 Keith Seitz <keiths@redhat.com>
6946
6947 * gdb.cp/oranking.cc (test15): New function.
6948 (main): Call test15 and declare additional variables for testing.
6949 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6950 "p foo101('abc')" tests.
6951 Add tests for cv qualifier overloads.
6952 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6953 "lvalue reference overload" test.
6954 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6955 "print value of f1 on Child&& in f2" test.
6956
3a3fd0fd
PA
69572017-04-19 Pedro Alves <palves@redhat.com>
6958
6959 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6960 procedure.
6961 (top level): Call it.
6962 * lib/gdb.exp (gdb_define_cmd): New procedure.
6963
53375380
PA
69642017-04-12 Pedro Alves <palves@redhat.com>
6965
6966 PR gdb/21323
6967 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6968 (wchar): New global.
6969 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6970 (do_test_wide_char, wide_char_types_no_program, top level): Add
6971 wchar_t testing.
6972
53e710ac
PA
69732017-04-12 Pedro Alves <palves@redhat.com>
6974
6975 PR c++/21323
6976 * gdb.cp/wide_char_types.c: New file.
6977 * gdb.cp/wide_char_types.exp: New file.
6978
0ad9d8c7
SDJ
69792017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6980
6981 PR gdb/21352
6982 * gdb.trace/tsv.exp: Add test for "tsave -r".
6983
b1b45502
IB
69842017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6985
6986 * gdb.dlang/watch-loc.c: New file.
6987 * gdb.dlang/watch-loc.exp: New file.
6988
ec13808e
JK
69892017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6990
6991 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6992
fe5f7374
AK
69932017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6994
6995 * gdb.arch/arc-analyze-prologue.S: New file.
6996 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6997
eea78757
AK
69982017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6999
7000 * gdb.arch/arc-decode-insn.S: New file.
7001 * gdb.arch/arc-decode-insn.exp: Likewise.
7002
5badf10a
IR
70032017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7004
7005 PR tdep/20928
7006 * gdb.arch/sparc64-regs.exp: New file.
7007 * gdb.arch/sparc64-regs.S: Likewise.
7008
cee59b3f
TW
70092017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7010
7011 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7012 and memory view on Python 3.
7013
c0f55cc6
AV
70142017-03-20 Artemiy Volkov <artemiyv@acm.org>
7015 Keith Seitz <keiths@redhat.com>
7016
7017 PR gdb/14441
7018 * gdb.cp/demangle.exp: Add rvalue reference tests.
7019 * gdb.cp/rvalue-ref-casts.cc: New file.
7020 * gdb.cp/rvalue-ref-casts.exp: New file.
7021 * gdb.cp/rvalue-ref-overload.cc: New file.
7022 * gdb.cp/rvalue-ref-overload.exp: New file.
7023 * gdb.cp/rvalue-ref-params.cc: New file.
7024 * gdb.cp/rvalue-ref-params.exp: New file.
7025 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7026 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7027 * gdb.cp/rvalue-ref-types.cc: New file.
7028 * gdb.cp/rvalue-ref-types.exp: New file.
7029 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7030 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7031
51457a05
MAL
70322017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7033
7034 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7035 New procedure.
7036
5b291c04
MAL
70372017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7038
7039 * lib/mi-support.exp (mi_gdb_test): Add additional message
7040 for unexpected output.
7041
59a56148
AA
70422017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7043
7044 * gdb.base/examine-backward.c (Barrier): New character array
7045 constant, to ensure that TestStrings is preceded by a string
7046 terminator.
7047
7942e96e
AA
70482017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7049
7050 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7051 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7052 and implicit pointer into such a location.
7053
6ebac3fb
DE
70542017-03-16 Doug Evans <dje@google.com>
7055
7056 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7057
ec3b243d
TP
70582017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7059
7060 * gdb.cp/m-static.exp: Fix expectation for prototype of
7061 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
7062
70632017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
7064
7065 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7066 * gdb.guile/scm-lazy-string.c: New file.
7067 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7068 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7069 for pointer, array, typedef lazy strings.
7070
2cc36e25 70712017-03-16 Doug Evans <dje@google.com>
34b43320
DE
7072
7073 PR python/17728, python/18439, python/18779
7074 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7075 * gdb.python/py-lazy-string.c (pointer): New typedef.
7076 (main): New locals ptr, array, typedef_ptr.
7077 * gdb.python/py-value.exp: Move lazy string tests to ...
7078 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7079 array, typedef lazy strings.
ec3b243d 7080
0efcde63
AK
70812017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7082
7083 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7084 Add optional 'test' parameter.
7085
7978d7c3
SM
70862017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7087
7088 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7089 Skip for versions of DejaGnu < 1.5.
7090
896c0c1e
SM
70912017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7092
7093 * lib/gdb.exp (dejagnu_version): New proc.
7094 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7095 Use dejagnu_version.
7096
5f4d1085
KS
70972017-03-10 Keith Seitz <keiths@redhat.com>
7098
7099 PR c++/8128
7100 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7101 type from destructor regexps.
7102 Add a branch which actually passes the test.
7103 Adjust "ptype t5i" test names.
7104
1de05205
PA
71052017-03-08 Pedro Alves <palves@redhat.com>
7106
7107 * gdb.base/step-over-exit.exp: Add explicit test message.
7108
c65d6b55
PA
71092017-03-08 Pedro Alves <palves@redhat.com>
7110
7111 PR gdb/18360
7112 * gdb.threads/interrupt-while-step-over.c: New file.
7113 * gdb.threads/interrupt-while-step-over.exp: New file.
7114
2e86a283
PA
71152017-03-08 Pedro Alves <palves@redhat.com>
7116
7117 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7118 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7119
25dcbff6
PA
71202017-03-08 Pedro Alves <palves@redhat.com>
7121
7122 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7123 PKRU as not supported as a PASS.
7124
dc9366eb
PA
71252017-03-08 Pedro Alves <palves@redhat.com>
7126
7127 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7128 prefix instead of $binfile1/$binfile2.
7129 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7130 in test message.
7131 * gdb.python/py-completion.exp: Use "load python file" as test
7132 messages instead of unstable path names.
7133
6e5d74e7
PA
71342017-03-08 Pedro Alves <palves@redhat.com>
7135 Jan Kratochvil <jan.kratochvil@redhat.com>
7136
7137 PR cli/21218
7138 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7139 New proc.
7140 (top level): Call it.
7141
9753a2f6
PA
71422017-03-08 Pedro Alves <palves@redhat.com>
7143
7144 PR tui/21216
7145 * gdb.tui/tui-nl-filtered-output.exp: New file.
7146
1a4dd9dd
PA
71472017-03-08 Pedro Alves <palves@redhat.com>
7148
7149 * gdb.base/completion.exp: Move TUI completion tests to ...
7150 * gdb.tui/completion.exp: ... this new file.
7151
7cbbff33
PA
71522017-03-08 Pedro Alves <palves@redhat.com>
7153
7154 * gdb.base/tui-disasm-long-lines.c,
7155 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7156 gdb.base/tui-layout.exp: Move to ...
7157 * gdb.tui/: ... this new directory.
7158
5f6fd321
PA
71592017-03-07 Pedro Alves <palves@redhat.com>
7160
7161 * gdb.base/tui-layout.c: New file.
7162 * gdb.base/tui-layout.exp: New file.
7163
44959fa8
PA
71642017-03-07 Pedro Alves <palves@redhat.com>
7165
7166 * gdb.base/tui-layout.c: Rename to ...
7167 * gdb.base/tui-disasm-long-lines.c: ... this.
7168 * gdb.base/tui-layout.exp: Rename to ...
7169 * gdb.base/tui-disasm-long-lines.exp: ... this.
7170
f8c4e718
PA
71712017-03-07 Pedro Alves <palves@redhat.com>
7172
7173 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7174
6dbb839a 71752017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
7176
7177 * i386-mpx-call.c: New file.
7178 * i386-mpx-call.exp: New file.
7179
65b48a81
PB
71802017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7181
7182 * gdb.arch/powerpc-power.exp: Delete test.
7183 * gdb.arch/powerpc-power.s: Likewise.
7184 * gdb.disasm/disassembler-options.exp: New test.
7185 * gdb.arch/powerpc-altivec.exp: Likewise.
7186 * gdb.arch/powerpc-altivec.s: Likewise.
7187 * gdb.arch/powerpc-altivec2.exp: Likewise.
7188 * gdb.arch/powerpc-altivec2.s: Likewise.
7189 * gdb.arch/powerpc-altivec3.exp: Likewise.
7190 * gdb.arch/powerpc-altivec3.s: Likewise.
7191 * gdb.arch/powerpc-power7.exp: Likewise.
7192 * gdb.arch/powerpc-power7.s: Likewise.
7193 * gdb.arch/powerpc-power8.exp: Likewise.
7194 * gdb.arch/powerpc-power8.s: Likewise.
7195 * gdb.arch/powerpc-power9.exp: Likewise.
7196 * gdb.arch/powerpc-power9.s: Likewise.
7197 * gdb.arch/powerpc-vsx.exp: Likewise.
7198 * gdb.arch/powerpc-vsx.s: Likewise.
7199 * gdb.arch/powerpc-vsx2.exp: Likewise.
7200 * gdb.arch/powerpc-vsx2.s: Likewise.
7201 * gdb.arch/powerpc-vsx3.exp: Likewise.
7202 * gdb.arch/powerpc-vsx3.s: Likewise.
7203 * gdb.arch/arm-disassembler-options.exp: Likewise.
7204 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7205 * gdb.arch/s390-disassembler-options.exp: Likewise.
7206
17cd4947
LM
72072017-02-23 Luis Machado <lgustavo@codesourcery.com>
7208
7209 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7210 (check_supported_features): ... this. Changed return type to void.
7211 (supports_rdseed): New static global.
7212 (rdseed): Check supports_rdseed.
7213 (initialize): Call check_supported_features.
7214
2039d74e
EBM
72152017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7216
7217 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7218 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7219 and lqarx/stqcx.
7220 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7221 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7222
a51d7ecf
EBM
72232017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7224
7225 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7226 uppercase.
7227
0224619f
JK
72282017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7229
7230 * gdb.dwarf2/formdata16.c: New file.
7231 * gdb.dwarf2/formdata16.exp: New file.
7232 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7233
216f72a1
JK
72342017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7235
7236 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7237 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7238 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7239 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7240 DW_AT_GNU_*.
7241
43988095
JK
72422017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7243
7244 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7245
99e8a4f9
SDJ
72462017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7247
7248 PR gdb/21164
7249 * gdb.base/maint.exp: Add testcases for when the commands do
7250 not have arguments.
7251
b58a8c0c
TP
72522017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7253
7254 * gdb.cp/chained-calls.exp: Use p instead of P.
7255
4e746bb6
TW
72562017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7257
7258 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7259 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7260
3f77c769
TT
72612017-02-14 Tom Tromey <tom@tromey.com>
7262
7263 PR python/13598:
7264 * gdb.python/py-events.exp: Add before_prompt event tests.
7265
075beec0
AA
72662017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7267
7268 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7269
bf5f525c
LM
72702017-02-13 Luis Machado <lgustavo@codesourcery.com>
7271
7272 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7273 (main): Call my_unique_function_name.
7274 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7275 completion of patterns with a single match.
7276 Add missing -re switches to gdb_test_multiple calls.
7277
13a66184
LM
72782017-02-13 Luis Machado <lgustavo@codesourcery.com>
7279
7280 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7281 return if core file is not recognized.
7282
26a06916
SM
72832017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7284
7285 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7286 and extra UIs.
7287
b761ca9e
SM
72882017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7289
7290 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7291 proc_with_prefix.
7292
b964bee0
TT
72932017-02-10 Tom Tromey <tom@tromey.com>
7294
7295 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7296
18da0c51
MG
72972017-02-10 Martin Galvan <martingalvan@sourceware.org>
7298
7299 PR gdb/21122
7300 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7301
604c4576
JG
73022017-02-08 Jerome Guitton <guitton@adacore.com>
7303
7304 * gdb.base/define.exp: Add test for command abbreviations
7305 in define.
7306
20b477a7
LM
73072017-02-06 Luis Machado <lgustavo@codesourcery.com>
7308
7309 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7310 * gdb.reverse/insn-reverse-x86.c: New file.
7311
3f7b46f2
IR
73122017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7313
7314 PR tdep/20936
7315 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7316
f0fd41c1
TT
73172017-02-03 Tom Tromey <tom@tromey.com>
7318
7319 PR rust/21097:
7320 * gdb.rust/simple.exp: Add new tests.
7321
5be5dbf0
PA
73222017-02-02 Pedro Alves <palves@redhat.com>
7323
7324 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7325 tests.
7326
7346ef59
AA
73272017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7328
7329 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7330 taking a 2-byte value out of a 4-byte DWARF implicit value on
7331 big-endian targets.
7332 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7333 logic. Add test cases for DW_OP_implicit.
7334
787f0025
MM
73352017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7336
7337 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7338
68777c29
MM
73392017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7340
7341 * gdb.btrace/enable.exp: Call gdb_exit before
7342 skip_gdbserver_tests.
7343
0a1c7e28
MM
73442017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7345
7346 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7347 GDBFLAGS.
7348
b5ac99b0
MM
73492017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7350
7351 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7352 the test is skipped.
7353 * gdb.btrace/data.exp: Likewise.
7354 * gdb.btrace/delta.exp: Likewise.
7355 * gdb.btrace/dlopen.exp: Likewise.
7356 * gdb.btrace/enable-running.exp: Likewise.
7357 * gdb.btrace/enable.exp: Likewise.
7358 * gdb.btrace/exception.exp: Likewise.
7359 * gdb.btrace/function_call_history.exp: Likewise.
7360 * gdb.btrace/gcore.exp: Likewise.
7361 * gdb.btrace/instruction_history.exp: Likewise.
7362 * gdb.btrace/multi-thread-step.exp: Likewise.
7363 * gdb.btrace/nohist.exp: Likewise.
7364 * gdb.btrace/non-stop.exp: Likewise.
7365 * gdb.btrace/reconnect.exp: Likewise.
7366 * gdb.btrace/record_goto-step.exp: Likewise.
7367 * gdb.btrace/record_goto.exp: Likewise.
7368 * gdb.btrace/rn-dl-bind.exp: Likewise.
7369 * gdb.btrace/segv.exp: Likewise.
7370 * gdb.btrace/step.exp: Likewise.
7371 * gdb.btrace/stepi.exp: Likewise.
7372 * gdb.btrace/tailcall-only.exp: Likewise.
7373 * gdb.btrace/tailcall.exp: Likewise.
7374 * gdb.btrace/tsx.exp: Likewise.
7375 * gdb.btrace/unknown_functions.exp: Likewise.
7376 * gdb.btrace/vdso.exp: Likewise.
7377
cd4007e4
MM
73782017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7379
7380 * gdb.btrace/enable-running.c: New.
7381 * gdb.btrace/enable-running.exp: New.
7382
2735833d
WT
73832017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7384
7385 * gdb.arch/amd64-gs_base.c: New file.
7386 * gdb.arch/amd64-gs_base.exp: New file.
7387
b51e1e94
LM
73882017-01-26 Luis Machado <lgustavo@codesourcery.com>
7389
7390 * lib/memory.exp: Remove spurious empty newlines.
7391
72ca0410
SM
73922017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7393
7394 * gdb.python/py-bad-printers.exp: Load python file using "source".
7395 * gdb.python/py-events.exp: Likewise.
7396 * gdb.python/py-evsignal.exp: Likewise.
7397 * gdb.python/py-evthreads.exp: Likewise.
7398 * gdb.python/py-frame-args.exp: Likewise.
7399 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7400 * gdb.python/py-framefilter-mi.exp: Likewise.
7401 * gdb.python/py-framefilter.exp: Likewise.
7402 * gdb.python/py-mi.exp: Likewise.
7403 * gdb.python/py-pp-maint.exp: Likewise.
7404 * gdb.python/py-pp-registration.exp: Likewise.
7405 * gdb.python/py-prettyprint.exp: Likewise.
7406 (run_lang_tests): Likewise.
7407 * gdb.python/py-typeprint.exp: Likewise.
7408
e309aa65
LM
74092017-01-26 Luis Machado <lgustavo@codesourcery.com>
7410
7411 * lib/memory.exp: New file.
7412 * lib/gdb.exp: Load memory.exp.
7413 * gdb.base/memattr.exp (delete_memory): Move proc to
7414 lib/memory.exp and rename to delete_memory_regions.
7415 Replace delete_memory with delete_memory_regions.
7416 Cleanup memory regions before tests.
7417 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7418 before tests.
7419
515aff23
LM
74202017-01-26 Luis Machado <lgustavo@codesourcery.com>
7421
7422 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7423 files.
7424 (initialize): New function conditionally defined.
7425 (testcases): Move within conditional block.
7426 (main): Call initialize.
7427 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7428 of gdb.reverse/insn-reverse.c.
7429 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7430 gdb.reverse/insn-reverse.c.
7431
d8b49cf0
YQ
74322017-01-26 Yao Qi <yao.qi@linaro.org>
7433
7434 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7435 disassemble on address 0.
7436
f13a9a0c
YQ
74372017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7438 Yao Qi <yao.qi@linaro.org>
7439
7440 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7441 * gdb.dwarf2/implptr-64bit.S: Remove.
7442 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7443 variables in caller's context. Add DW_OP_implicit_value.
7444
5ac95241
YQ
74452017-01-25 Yao Qi <yao.qi@linaro.org>
7446
7447 * lib/dwarf.exp (Dwarf::_location): Handle
7448 DW_OP_GNU_implicit_pointer with proper size.
7449
23e82930
LM
74502017-01-20 Luis Machado <lgustavo@codesourcery.com>
7451
7452 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7453 and add untested calls.
7454
d334ae25
LM
74552017-01-20 Luis Machado <lgustavo@codesourcery.com>
7456
7457 * gdb.python/python.exp: Check line number against what GDB thinks
7458 the line number is for func1.
7459
f5e6296e
IB
74602017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7461
7462 * gdb.dlang/debug-expr.exp: New file.
7463
5b362f04
LM
74642016-12-23 Luis Machado <lgustavo@codesourcery.com>
7465
7466 Fix test names for the following files:
7467
7468 * gdb.ada/exec_changed.exp
7469 * gdb.ada/info_types.exp
7470 * gdb.arch/aarch64-atomic-inst.exp
7471 * gdb.arch/aarch64-fp.exp
7472 * gdb.arch/altivec-abi.exp
7473 * gdb.arch/altivec-regs.exp
7474 * gdb.arch/amd64-byte.exp
7475 * gdb.arch/amd64-disp-step.exp
7476 * gdb.arch/amd64-dword.exp
7477 * gdb.arch/amd64-entry-value-inline.exp
7478 * gdb.arch/amd64-entry-value-param.exp
7479 * gdb.arch/amd64-entry-value-paramref.exp
7480 * gdb.arch/amd64-entry-value.exp
7481 * gdb.arch/amd64-i386-address.exp
7482 * gdb.arch/amd64-invalid-stack-middle.exp
7483 * gdb.arch/amd64-invalid-stack-top.exp
7484 * gdb.arch/amd64-optimout-repeat.exp
7485 * gdb.arch/amd64-prologue-skip.exp
7486 * gdb.arch/amd64-prologue-xmm.exp
7487 * gdb.arch/amd64-stap-special-operands.exp
7488 * gdb.arch/amd64-stap-wrong-subexp.exp
7489 * gdb.arch/amd64-tailcall-cxx.exp
7490 * gdb.arch/amd64-tailcall-noret.exp
7491 * gdb.arch/amd64-tailcall-ret.exp
7492 * gdb.arch/amd64-tailcall-self.exp
7493 * gdb.arch/amd64-word.exp
7494 * gdb.arch/arm-bl-branch-dest.exp
7495 * gdb.arch/arm-disp-step.exp
7496 * gdb.arch/arm-neon.exp
7497 * gdb.arch/arm-single-step-kernel-helper.exp
7498 * gdb.arch/avr-flash-qualifier.exp
7499 * gdb.arch/disp-step-insn-reloc.exp
7500 * gdb.arch/e500-abi.exp
7501 * gdb.arch/e500-regs.exp
7502 * gdb.arch/ftrace-insn-reloc.exp
7503 * gdb.arch/i386-avx512.exp
7504 * gdb.arch/i386-bp_permanent.exp
7505 * gdb.arch/i386-byte.exp
7506 * gdb.arch/i386-cfi-notcurrent.exp
7507 * gdb.arch/i386-disp-step.exp
7508 * gdb.arch/i386-dr3-watch.exp
7509 * gdb.arch/i386-float.exp
7510 * gdb.arch/i386-gnu-cfi.exp
7511 * gdb.arch/i386-mpx-map.exp
7512 * gdb.arch/i386-mpx-sigsegv.exp
7513 * gdb.arch/i386-mpx-simple_segv.exp
7514 * gdb.arch/i386-mpx.exp
7515 * gdb.arch/i386-permbkpt.exp
7516 * gdb.arch/i386-prologue.exp
7517 * gdb.arch/i386-signal.exp
7518 * gdb.arch/i386-size-overlap.exp
7519 * gdb.arch/i386-unwind.exp
7520 * gdb.arch/i386-word.exp
7521 * gdb.arch/mips-fcr.exp
7522 * gdb.arch/powerpc-d128-regs.exp
7523 * gdb.arch/powerpc-stackless.exp
7524 * gdb.arch/ppc64-atomic-inst.exp
7525 * gdb.arch/s390-stackless.exp
7526 * gdb.arch/s390-tdbregs.exp
7527 * gdb.arch/s390-vregs.exp
7528 * gdb.arch/sparc-sysstep.exp
7529 * gdb.arch/thumb-bx-pc.exp
7530 * gdb.arch/thumb-singlestep.exp
7531 * gdb.arch/thumb2-it.exp
7532 * gdb.arch/vsx-regs.exp
7533 * gdb.asm/asm-source.exp
7534 * gdb.base/a2-run.exp
7535 * gdb.base/advance.exp
7536 * gdb.base/all-bin.exp
7537 * gdb.base/anon.exp
7538 * gdb.base/args.exp
7539 * gdb.base/arithmet.exp
7540 * gdb.base/async-shell.exp
7541 * gdb.base/async.exp
7542 * gdb.base/attach-pie-noexec.exp
7543 * gdb.base/attach-twice.exp
7544 * gdb.base/auto-load.exp
7545 * gdb.base/bang.exp
7546 * gdb.base/bitfields.exp
7547 * gdb.base/break-always.exp
7548 * gdb.base/break-caller-line.exp
7549 * gdb.base/break-entry.exp
7550 * gdb.base/break-inline.exp
7551 * gdb.base/break-on-linker-gcd-function.exp
7552 * gdb.base/break-probes.exp
7553 * gdb.base/break.exp
7554 * gdb.base/breakpoint-shadow.exp
7555 * gdb.base/call-ar-st.exp
7556 * gdb.base/call-sc.exp
7557 * gdb.base/call-signal-resume.exp
7558 * gdb.base/call-strs.exp
7559 * gdb.base/callfuncs.exp
7560 * gdb.base/catch-fork-static.exp
7561 * gdb.base/catch-gdb-caused-signals.exp
7562 * gdb.base/catch-load.exp
7563 * gdb.base/catch-signal-fork.exp
7564 * gdb.base/catch-signal.exp
7565 * gdb.base/catch-syscall.exp
7566 * gdb.base/charset.exp
7567 * gdb.base/checkpoint.exp
7568 * gdb.base/chng-syms.exp
7569 * gdb.base/code-expr.exp
7570 * gdb.base/code_elim.exp
7571 * gdb.base/commands.exp
7572 * gdb.base/completion.exp
7573 * gdb.base/complex.exp
7574 * gdb.base/cond-expr.exp
7575 * gdb.base/condbreak.exp
7576 * gdb.base/consecutive.exp
7577 * gdb.base/continue-all-already-running.exp
7578 * gdb.base/coredump-filter.exp
7579 * gdb.base/corefile.exp
7580 * gdb.base/dbx.exp
7581 * gdb.base/debug-expr.exp
7582 * gdb.base/define.exp
7583 * gdb.base/del.exp
7584 * gdb.base/disabled-location.exp
7585 * gdb.base/disasm-end-cu.exp
7586 * gdb.base/disasm-optim.exp
7587 * gdb.base/display.exp
7588 * gdb.base/duplicate-bp.exp
7589 * gdb.base/ena-dis-br.exp
7590 * gdb.base/ending-run.exp
7591 * gdb.base/enumval.exp
7592 * gdb.base/environ.exp
7593 * gdb.base/eu-strip-infcall.exp
7594 * gdb.base/eval-avoid-side-effects.exp
7595 * gdb.base/eval-skip.exp
7596 * gdb.base/exitsignal.exp
7597 * gdb.base/expand-psymtabs.exp
7598 * gdb.base/filesym.exp
7599 * gdb.base/find-unmapped.exp
7600 * gdb.base/finish.exp
7601 * gdb.base/float.exp
7602 * gdb.base/foll-exec-mode.exp
7603 * gdb.base/foll-exec.exp
7604 * gdb.base/foll-fork.exp
7605 * gdb.base/fortran-sym-case.exp
7606 * gdb.base/freebpcmd.exp
7607 * gdb.base/func-ptr.exp
7608 * gdb.base/func-ptrs.exp
7609 * gdb.base/funcargs.exp
7610 * gdb.base/gcore-buffer-overflow.exp
7611 * gdb.base/gcore-relro-pie.exp
7612 * gdb.base/gcore-relro.exp
7613 * gdb.base/gcore.exp
7614 * gdb.base/gdb1090.exp
7615 * gdb.base/gdb11530.exp
7616 * gdb.base/gdb11531.exp
7617 * gdb.base/gdb1821.exp
7618 * gdb.base/gdbindex-stabs.exp
7619 * gdb.base/gdbvars.exp
7620 * gdb.base/hbreak.exp
7621 * gdb.base/hbreak2.exp
7622 * gdb.base/included.exp
7623 * gdb.base/infcall-input.exp
7624 * gdb.base/inferior-died.exp
7625 * gdb.base/infnan.exp
7626 * gdb.base/info-macros.exp
7627 * gdb.base/info-os.exp
7628 * gdb.base/info-proc.exp
7629 * gdb.base/info-shared.exp
7630 * gdb.base/info-target.exp
7631 * gdb.base/infoline.exp
7632 * gdb.base/interp.exp
7633 * gdb.base/interrupt.exp
7634 * gdb.base/jit-reader.exp
7635 * gdb.base/jit-simple.exp
7636 * gdb.base/kill-after-signal.exp
7637 * gdb.base/kill-detach-inferiors-cmd.exp
7638 * gdb.base/label.exp
7639 * gdb.base/langs.exp
7640 * gdb.base/ldbl_e308.exp
7641 * gdb.base/line-symtabs.exp
7642 * gdb.base/linespecs.exp
7643 * gdb.base/list.exp
7644 * gdb.base/long_long.exp
7645 * gdb.base/longest-types.exp
7646 * gdb.base/maint.exp
7647 * gdb.base/max-value-size.exp
7648 * gdb.base/memattr.exp
7649 * gdb.base/mips_pro.exp
7650 * gdb.base/morestack.exp
7651 * gdb.base/moribund-step.exp
7652 * gdb.base/multi-forks.exp
7653 * gdb.base/nested-addr.exp
7654 * gdb.base/nextoverexit.exp
7655 * gdb.base/noreturn-finish.exp
7656 * gdb.base/noreturn-return.exp
7657 * gdb.base/nostdlib.exp
7658 * gdb.base/offsets.exp
7659 * gdb.base/opaque.exp
7660 * gdb.base/pc-fp.exp
7661 * gdb.base/permissions.exp
7662 * gdb.base/print-symbol-loading.exp
7663 * gdb.base/prologue-include.exp
7664 * gdb.base/psymtab.exp
7665 * gdb.base/ptype.exp
7666 * gdb.base/random-signal.exp
7667 * gdb.base/randomize.exp
7668 * gdb.base/range-stepping.exp
7669 * gdb.base/readline-ask.exp
7670 * gdb.base/recpar.exp
7671 * gdb.base/recurse.exp
7672 * gdb.base/relational.exp
7673 * gdb.base/restore.exp
7674 * gdb.base/return-nodebug.exp
7675 * gdb.base/return.exp
7676 * gdb.base/run-after-attach.exp
7677 * gdb.base/save-bp.exp
7678 * gdb.base/scope.exp
7679 * gdb.base/sect-cmd.exp
7680 * gdb.base/set-lang-auto.exp
7681 * gdb.base/set-noassign.exp
7682 * gdb.base/setvar.exp
7683 * gdb.base/sigall.exp
7684 * gdb.base/sigbpt.exp
7685 * gdb.base/siginfo-addr.exp
7686 * gdb.base/siginfo-infcall.exp
7687 * gdb.base/siginfo-obj.exp
7688 * gdb.base/siginfo.exp
7689 * gdb.base/signals-state-child.exp
7690 * gdb.base/signest.exp
7691 * gdb.base/sigstep.exp
7692 * gdb.base/sizeof.exp
7693 * gdb.base/skip.exp
7694 * gdb.base/solib-corrupted.exp
7695 * gdb.base/solib-nodir.exp
7696 * gdb.base/solib-search.exp
7697 * gdb.base/stack-checking.exp
7698 * gdb.base/stale-infcall.exp
7699 * gdb.base/stap-probe.exp
7700 * gdb.base/start.exp
7701 * gdb.base/step-break.exp
7702 * gdb.base/step-bt.exp
7703 * gdb.base/step-line.exp
7704 * gdb.base/step-over-exit.exp
7705 * gdb.base/step-over-syscall.exp
7706 * gdb.base/step-resume-infcall.exp
7707 * gdb.base/step-test.exp
7708 * gdb.base/store.exp
7709 * gdb.base/structs3.exp
7710 * gdb.base/sym-file.exp
7711 * gdb.base/symbol-without-target_section.exp
7712 * gdb.base/term.exp
7713 * gdb.base/testenv.exp
7714 * gdb.base/ui-redirect.exp
7715 * gdb.base/until.exp
7716 * gdb.base/unwindonsignal.exp
7717 * gdb.base/value-double-free.exp
7718 * gdb.base/vla-datatypes.exp
7719 * gdb.base/vla-ptr.exp
7720 * gdb.base/vla-sideeffect.exp
7721 * gdb.base/volatile.exp
7722 * gdb.base/watch-cond-infcall.exp
7723 * gdb.base/watch-cond.exp
7724 * gdb.base/watch-non-mem.exp
7725 * gdb.base/watch-read.exp
7726 * gdb.base/watch-vfork.exp
7727 * gdb.base/watchpoint-cond-gone.exp
7728 * gdb.base/watchpoint-delete.exp
7729 * gdb.base/watchpoint-hw-hit-once.exp
7730 * gdb.base/watchpoint-hw.exp
7731 * gdb.base/watchpoint-stops-at-right-insn.exp
7732 * gdb.base/watchpoints.exp
7733 * gdb.base/wchar.exp
7734 * gdb.base/whatis-exp.exp
7735 * gdb.btrace/buffer-size.exp
7736 * gdb.btrace/data.exp
7737 * gdb.btrace/delta.exp
7738 * gdb.btrace/dlopen.exp
7739 * gdb.btrace/enable.exp
7740 * gdb.btrace/exception.exp
7741 * gdb.btrace/function_call_history.exp
7742 * gdb.btrace/gcore.exp
7743 * gdb.btrace/instruction_history.exp
7744 * gdb.btrace/nohist.exp
7745 * gdb.btrace/reconnect.exp
7746 * gdb.btrace/record_goto-step.exp
7747 * gdb.btrace/record_goto.exp
7748 * gdb.btrace/rn-dl-bind.exp
7749 * gdb.btrace/segv.exp
7750 * gdb.btrace/step.exp
7751 * gdb.btrace/stepi.exp
7752 * gdb.btrace/tailcall-only.exp
7753 * gdb.btrace/tailcall.exp
7754 * gdb.btrace/tsx.exp
7755 * gdb.btrace/unknown_functions.exp
7756 * gdb.btrace/vdso.exp
7757 * gdb.compile/compile-ifunc.exp
7758 * gdb.compile/compile-ops.exp
7759 * gdb.compile/compile-print.exp
7760 * gdb.compile/compile-setjmp.exp
7761 * gdb.cp/abstract-origin.exp
7762 * gdb.cp/ambiguous.exp
7763 * gdb.cp/annota2.exp
7764 * gdb.cp/annota3.exp
7765 * gdb.cp/anon-ns.exp
7766 * gdb.cp/anon-struct.exp
7767 * gdb.cp/anon-union.exp
7768 * gdb.cp/arg-reference.exp
7769 * gdb.cp/baseenum.exp
7770 * gdb.cp/bool.exp
7771 * gdb.cp/breakpoint.exp
7772 * gdb.cp/bs15503.exp
7773 * gdb.cp/call-c.exp
7774 * gdb.cp/casts.exp
7775 * gdb.cp/chained-calls.exp
7776 * gdb.cp/class2.exp
7777 * gdb.cp/classes.exp
7778 * gdb.cp/cmpd-minsyms.exp
7779 * gdb.cp/converts.exp
7780 * gdb.cp/cp-relocate.exp
7781 * gdb.cp/cpcompletion.exp
7782 * gdb.cp/cpexprs.exp
7783 * gdb.cp/cplabel.exp
7784 * gdb.cp/cplusfuncs.exp
7785 * gdb.cp/cpsizeof.exp
7786 * gdb.cp/ctti.exp
7787 * gdb.cp/derivation.exp
7788 * gdb.cp/destrprint.exp
7789 * gdb.cp/dispcxx.exp
7790 * gdb.cp/enum-class.exp
7791 * gdb.cp/exception.exp
7792 * gdb.cp/exceptprint.exp
7793 * gdb.cp/expand-psymtabs-cxx.exp
7794 * gdb.cp/expand-sals.exp
7795 * gdb.cp/extern-c.exp
7796 * gdb.cp/filename.exp
7797 * gdb.cp/formatted-ref.exp
7798 * gdb.cp/fpointer.exp
7799 * gdb.cp/gdb1355.exp
7800 * gdb.cp/gdb2495.exp
7801 * gdb.cp/hang.exp
7802 * gdb.cp/impl-this.exp
7803 * gdb.cp/infcall-dlopen.exp
7804 * gdb.cp/inherit.exp
7805 * gdb.cp/iostream.exp
7806 * gdb.cp/koenig.exp
7807 * gdb.cp/local.exp
7808 * gdb.cp/m-data.exp
7809 * gdb.cp/m-static.exp
7810 * gdb.cp/mb-ctor.exp
7811 * gdb.cp/mb-inline.exp
7812 * gdb.cp/mb-templates.exp
7813 * gdb.cp/member-name.exp
7814 * gdb.cp/member-ptr.exp
7815 * gdb.cp/meth-typedefs.exp
7816 * gdb.cp/method.exp
7817 * gdb.cp/method2.exp
7818 * gdb.cp/minsym-fallback.exp
7819 * gdb.cp/misc.exp
7820 * gdb.cp/namelessclass.exp
7821 * gdb.cp/namespace-enum.exp
7822 * gdb.cp/namespace-nested-import.exp
7823 * gdb.cp/namespace.exp
7824 * gdb.cp/nextoverthrow.exp
7825 * gdb.cp/no-dmgl-verbose.exp
7826 * gdb.cp/non-trivial-retval.exp
7827 * gdb.cp/noparam.exp
7828 * gdb.cp/nsdecl.exp
7829 * gdb.cp/nsimport.exp
7830 * gdb.cp/nsnested.exp
7831 * gdb.cp/nsnoimports.exp
7832 * gdb.cp/nsrecurs.exp
7833 * gdb.cp/nsstress.exp
7834 * gdb.cp/nsusing.exp
7835 * gdb.cp/operator.exp
7836 * gdb.cp/oranking.exp
7837 * gdb.cp/overload-const.exp
7838 * gdb.cp/overload.exp
7839 * gdb.cp/ovldbreak.exp
7840 * gdb.cp/ovsrch.exp
7841 * gdb.cp/paren-type.exp
7842 * gdb.cp/parse-lang.exp
7843 * gdb.cp/pass-by-ref.exp
7844 * gdb.cp/pr-1023.exp
7845 * gdb.cp/pr-1210.exp
7846 * gdb.cp/pr-574.exp
7847 * gdb.cp/pr10687.exp
7848 * gdb.cp/pr12028.exp
7849 * gdb.cp/pr17132.exp
7850 * gdb.cp/pr17494.exp
7851 * gdb.cp/pr9067.exp
7852 * gdb.cp/pr9167.exp
7853 * gdb.cp/pr9631.exp
7854 * gdb.cp/printmethod.exp
7855 * gdb.cp/psmang.exp
7856 * gdb.cp/psymtab-parameter.exp
7857 * gdb.cp/ptype-cv-cp.exp
7858 * gdb.cp/ptype-flags.exp
7859 * gdb.cp/re-set-overloaded.exp
7860 * gdb.cp/ref-types.exp
7861 * gdb.cp/rtti.exp
7862 * gdb.cp/scope-err.exp
7863 * gdb.cp/shadow.exp
7864 * gdb.cp/smartp.exp
7865 * gdb.cp/static-method.exp
7866 * gdb.cp/static-print-quit.exp
7867 * gdb.cp/temargs.exp
7868 * gdb.cp/templates.exp
7869 * gdb.cp/try_catch.exp
7870 * gdb.cp/typedef-operator.exp
7871 * gdb.cp/typeid.exp
7872 * gdb.cp/userdef.exp
7873 * gdb.cp/using-crash.exp
7874 * gdb.cp/var-tag.exp
7875 * gdb.cp/virtbase.exp
7876 * gdb.cp/virtfunc.exp
7877 * gdb.cp/virtfunc2.exp
7878 * gdb.cp/vla-cxx.exp
7879 * gdb.disasm/t01_mov.exp
7880 * gdb.disasm/t02_mova.exp
7881 * gdb.disasm/t03_add.exp
7882 * gdb.disasm/t04_sub.exp
7883 * gdb.disasm/t05_cmp.exp
7884 * gdb.disasm/t06_ari2.exp
7885 * gdb.disasm/t07_ari3.exp
7886 * gdb.disasm/t08_or.exp
7887 * gdb.disasm/t09_xor.exp
7888 * gdb.disasm/t10_and.exp
7889 * gdb.disasm/t11_logs.exp
7890 * gdb.disasm/t12_bit.exp
7891 * gdb.disasm/t13_otr.exp
7892 * gdb.dlang/circular.exp
7893 * gdb.dwarf2/arr-stride.exp
7894 * gdb.dwarf2/arr-subrange.exp
7895 * gdb.dwarf2/atomic-type.exp
7896 * gdb.dwarf2/bad-regnum.exp
7897 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7898 * gdb.dwarf2/callframecfa.exp
7899 * gdb.dwarf2/clztest.exp
7900 * gdb.dwarf2/corrupt.exp
7901 * gdb.dwarf2/data-loc.exp
7902 * gdb.dwarf2/dup-psym.exp
7903 * gdb.dwarf2/dw2-anon-mptr.exp
7904 * gdb.dwarf2/dw2-anonymous-func.exp
7905 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7906 * gdb.dwarf2/dw2-bad-unresolved.exp
7907 * gdb.dwarf2/dw2-basic.exp
7908 * gdb.dwarf2/dw2-canonicalize-type.exp
7909 * gdb.dwarf2/dw2-case-insensitive.exp
7910 * gdb.dwarf2/dw2-common-block.exp
7911 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7912 * gdb.dwarf2/dw2-compressed.exp
7913 * gdb.dwarf2/dw2-const.exp
7914 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7915 * gdb.dwarf2/dw2-cu-size.exp
7916 * gdb.dwarf2/dw2-dup-frame.exp
7917 * gdb.dwarf2/dw2-entry-value.exp
7918 * gdb.dwarf2/dw2-icycle.exp
7919 * gdb.dwarf2/dw2-ifort-parameter.exp
7920 * gdb.dwarf2/dw2-inline-break.exp
7921 * gdb.dwarf2/dw2-inline-param.exp
7922 * gdb.dwarf2/dw2-intercu.exp
7923 * gdb.dwarf2/dw2-intermix.exp
7924 * gdb.dwarf2/dw2-lexical-block-bare.exp
7925 * gdb.dwarf2/dw2-linkage-name-trust.exp
7926 * gdb.dwarf2/dw2-minsym-in-cu.exp
7927 * gdb.dwarf2/dw2-noloc.exp
7928 * gdb.dwarf2/dw2-op-call.exp
7929 * gdb.dwarf2/dw2-op-out-param.exp
7930 * gdb.dwarf2/dw2-opt-structptr.exp
7931 * gdb.dwarf2/dw2-param-error.exp
7932 * gdb.dwarf2/dw2-producer.exp
7933 * gdb.dwarf2/dw2-ranges-base.exp
7934 * gdb.dwarf2/dw2-ref-missing-frame.exp
7935 * gdb.dwarf2/dw2-reg-undefined.exp
7936 * gdb.dwarf2/dw2-regno-invalid.exp
7937 * gdb.dwarf2/dw2-restore.exp
7938 * gdb.dwarf2/dw2-restrict.exp
7939 * gdb.dwarf2/dw2-single-line-discriminators.exp
7940 * gdb.dwarf2/dw2-strp.exp
7941 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7942 * gdb.dwarf2/dw2-unresolved.exp
7943 * gdb.dwarf2/dw2-var-zero-addr.exp
7944 * gdb.dwarf2/dw4-sig-types.exp
7945 * gdb.dwarf2/dwz.exp
7946 * gdb.dwarf2/dynarr-ptr.exp
7947 * gdb.dwarf2/enum-type.exp
7948 * gdb.dwarf2/gdb-index.exp
7949 * gdb.dwarf2/implptr-64bit.exp
7950 * gdb.dwarf2/implptr-optimized-out.exp
7951 * gdb.dwarf2/implptr.exp
7952 * gdb.dwarf2/implref-array.exp
7953 * gdb.dwarf2/implref-const.exp
7954 * gdb.dwarf2/implref-global.exp
7955 * gdb.dwarf2/implref-struct.exp
7956 * gdb.dwarf2/mac-fileno.exp
7957 * gdb.dwarf2/main-subprogram.exp
7958 * gdb.dwarf2/member-ptr-forwardref.exp
7959 * gdb.dwarf2/method-ptr.exp
7960 * gdb.dwarf2/missing-sig-type.exp
7961 * gdb.dwarf2/nonvar-access.exp
7962 * gdb.dwarf2/opaque-type-lookup.exp
7963 * gdb.dwarf2/pieces-optimized-out.exp
7964 * gdb.dwarf2/pieces.exp
7965 * gdb.dwarf2/pr10770.exp
7966 * gdb.dwarf2/pr13961.exp
7967 * gdb.dwarf2/staticvirtual.exp
7968 * gdb.dwarf2/subrange.exp
7969 * gdb.dwarf2/symtab-producer.exp
7970 * gdb.dwarf2/trace-crash.exp
7971 * gdb.dwarf2/typeddwarf.exp
7972 * gdb.dwarf2/valop.exp
7973 * gdb.dwarf2/watch-notconst.exp
7974 * gdb.fortran/array-element.exp
7975 * gdb.fortran/charset.exp
7976 * gdb.fortran/common-block.exp
7977 * gdb.fortran/complex.exp
7978 * gdb.fortran/derived-type-function.exp
7979 * gdb.fortran/derived-type.exp
7980 * gdb.fortran/logical.exp
7981 * gdb.fortran/module.exp
7982 * gdb.fortran/multi-dim.exp
7983 * gdb.fortran/nested-funcs.exp
7984 * gdb.fortran/print-formatted.exp
7985 * gdb.fortran/subarray.exp
7986 * gdb.fortran/vla-alloc-assoc.exp
7987 * gdb.fortran/vla-datatypes.exp
7988 * gdb.fortran/vla-history.exp
7989 * gdb.fortran/vla-ptr-info.exp
7990 * gdb.fortran/vla-ptype-sub.exp
7991 * gdb.fortran/vla-ptype.exp
7992 * gdb.fortran/vla-sizeof.exp
7993 * gdb.fortran/vla-type.exp
7994 * gdb.fortran/vla-value-sub-arbitrary.exp
7995 * gdb.fortran/vla-value-sub-finish.exp
7996 * gdb.fortran/vla-value-sub.exp
7997 * gdb.fortran/vla-value.exp
7998 * gdb.fortran/whatis_type.exp
7999 * gdb.go/chan.exp
8000 * gdb.go/handcall.exp
8001 * gdb.go/hello.exp
8002 * gdb.go/integers.exp
8003 * gdb.go/methods.exp
8004 * gdb.go/package.exp
8005 * gdb.go/strings.exp
8006 * gdb.go/types.exp
8007 * gdb.go/unsafe.exp
8008 * gdb.guile/scm-arch.exp
8009 * gdb.guile/scm-block.exp
8010 * gdb.guile/scm-breakpoint.exp
8011 * gdb.guile/scm-cmd.exp
8012 * gdb.guile/scm-disasm.exp
8013 * gdb.guile/scm-equal.exp
8014 * gdb.guile/scm-frame-args.exp
8015 * gdb.guile/scm-frame-inline.exp
8016 * gdb.guile/scm-frame.exp
8017 * gdb.guile/scm-iterator.exp
8018 * gdb.guile/scm-math.exp
8019 * gdb.guile/scm-objfile.exp
8020 * gdb.guile/scm-ports.exp
8021 * gdb.guile/scm-symbol.exp
8022 * gdb.guile/scm-symtab.exp
8023 * gdb.guile/scm-value-cc.exp
8024 * gdb.guile/types-module.exp
8025 * gdb.linespec/break-ask.exp
8026 * gdb.linespec/cpexplicit.exp
8027 * gdb.linespec/explicit.exp
8028 * gdb.linespec/keywords.exp
8029 * gdb.linespec/linespec.exp
8030 * gdb.linespec/ls-dollar.exp
8031 * gdb.linespec/ls-errs.exp
8032 * gdb.linespec/skip-two.exp
8033 * gdb.linespec/thread.exp
8034 * gdb.mi/mi-async.exp
8035 * gdb.mi/mi-basics.exp
8036 * gdb.mi/mi-break.exp
8037 * gdb.mi/mi-catch-load.exp
8038 * gdb.mi/mi-cli.exp
8039 * gdb.mi/mi-cmd-param-changed.exp
8040 * gdb.mi/mi-console.exp
8041 * gdb.mi/mi-detach.exp
8042 * gdb.mi/mi-disassemble.exp
8043 * gdb.mi/mi-eval.exp
8044 * gdb.mi/mi-file-transfer.exp
8045 * gdb.mi/mi-file.exp
8046 * gdb.mi/mi-fill-memory.exp
8047 * gdb.mi/mi-inheritance-syntax-error.exp
8048 * gdb.mi/mi-linespec-err-cp.exp
8049 * gdb.mi/mi-logging.exp
8050 * gdb.mi/mi-memory-changed.exp
8051 * gdb.mi/mi-read-memory.exp
8052 * gdb.mi/mi-record-changed.exp
8053 * gdb.mi/mi-reg-undefined.exp
8054 * gdb.mi/mi-regs.exp
8055 * gdb.mi/mi-return.exp
8056 * gdb.mi/mi-reverse.exp
8057 * gdb.mi/mi-simplerun.exp
8058 * gdb.mi/mi-solib.exp
8059 * gdb.mi/mi-stack.exp
8060 * gdb.mi/mi-stepi.exp
8061 * gdb.mi/mi-syn-frame.exp
8062 * gdb.mi/mi-until.exp
8063 * gdb.mi/mi-var-block.exp
8064 * gdb.mi/mi-var-child.exp
8065 * gdb.mi/mi-var-cmd.exp
8066 * gdb.mi/mi-var-cp.exp
8067 * gdb.mi/mi-var-display.exp
8068 * gdb.mi/mi-var-invalidate.exp
8069 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8070 * gdb.mi/mi-vla-fortran.exp
8071 * gdb.mi/mi-watch.exp
8072 * gdb.mi/mi2-var-child.exp
8073 * gdb.mi/user-selected-context-sync.exp
8074 * gdb.modula2/unbounded-array.exp
8075 * gdb.multi/dummy-frame-restore.exp
8076 * gdb.multi/multi-arch-exec.exp
8077 * gdb.multi/multi-arch.exp
8078 * gdb.multi/tids.exp
8079 * gdb.multi/watchpoint-multi.exp
8080 * gdb.opencl/callfuncs.exp
8081 * gdb.opencl/convs_casts.exp
8082 * gdb.opencl/datatypes.exp
8083 * gdb.opencl/operators.exp
8084 * gdb.opencl/vec_comps.exp
8085 * gdb.opt/clobbered-registers-O2.exp
8086 * gdb.opt/inline-break.exp
8087 * gdb.opt/inline-bt.exp
8088 * gdb.opt/inline-cmds.exp
8089 * gdb.opt/inline-locals.exp
8090 * gdb.pascal/case-insensitive-symbols.exp
8091 * gdb.pascal/floats.exp
8092 * gdb.pascal/gdb11492.exp
8093 * gdb.python/lib-types.exp
8094 * gdb.python/py-arch.exp
8095 * gdb.python/py-as-string.exp
8096 * gdb.python/py-bad-printers.exp
8097 * gdb.python/py-block.exp
8098 * gdb.python/py-breakpoint-create-fail.exp
8099 * gdb.python/py-breakpoint.exp
8100 * gdb.python/py-caller-is.exp
8101 * gdb.python/py-cmd.exp
8102 * gdb.python/py-explore-cc.exp
8103 * gdb.python/py-explore.exp
8104 * gdb.python/py-finish-breakpoint.exp
8105 * gdb.python/py-finish-breakpoint2.exp
8106 * gdb.python/py-frame-args.exp
8107 * gdb.python/py-frame-inline.exp
8108 * gdb.python/py-frame.exp
8109 * gdb.python/py-framefilter-mi.exp
8110 * gdb.python/py-infthread.exp
8111 * gdb.python/py-lazy-string.exp
8112 * gdb.python/py-linetable.exp
8113 * gdb.python/py-mi-events.exp
8114 * gdb.python/py-mi-objfile.exp
8115 * gdb.python/py-mi.exp
8116 * gdb.python/py-objfile.exp
8117 * gdb.python/py-pp-integral.exp
8118 * gdb.python/py-pp-maint.exp
8119 * gdb.python/py-pp-re-notag.exp
8120 * gdb.python/py-pp-registration.exp
8121 * gdb.python/py-recurse-unwind.exp
8122 * gdb.python/py-strfns.exp
8123 * gdb.python/py-symbol.exp
8124 * gdb.python/py-symtab.exp
8125 * gdb.python/py-sync-interp.exp
8126 * gdb.python/py-typeprint.exp
8127 * gdb.python/py-unwind-maint.exp
8128 * gdb.python/py-unwind.exp
8129 * gdb.python/py-value-cc.exp
8130 * gdb.python/py-xmethods.exp
8131 * gdb.reverse/amd64-tailcall-reverse.exp
8132 * gdb.reverse/break-precsave.exp
8133 * gdb.reverse/break-reverse.exp
8134 * gdb.reverse/consecutive-precsave.exp
8135 * gdb.reverse/consecutive-reverse.exp
8136 * gdb.reverse/finish-precsave.exp
8137 * gdb.reverse/finish-reverse-bkpt.exp
8138 * gdb.reverse/finish-reverse.exp
8139 * gdb.reverse/fstatat-reverse.exp
8140 * gdb.reverse/getresuid-reverse.exp
8141 * gdb.reverse/i386-precsave.exp
8142 * gdb.reverse/i386-reverse.exp
8143 * gdb.reverse/i386-sse-reverse.exp
8144 * gdb.reverse/i387-env-reverse.exp
8145 * gdb.reverse/i387-stack-reverse.exp
8146 * gdb.reverse/insn-reverse.exp
8147 * gdb.reverse/machinestate-precsave.exp
8148 * gdb.reverse/machinestate.exp
8149 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8150 * gdb.reverse/pipe-reverse.exp
8151 * gdb.reverse/readv-reverse.exp
8152 * gdb.reverse/recvmsg-reverse.exp
8153 * gdb.reverse/rerun-prec.exp
8154 * gdb.reverse/s390-mvcle.exp
8155 * gdb.reverse/step-precsave.exp
8156 * gdb.reverse/step-reverse.exp
8157 * gdb.reverse/time-reverse.exp
8158 * gdb.reverse/until-precsave.exp
8159 * gdb.reverse/until-reverse.exp
8160 * gdb.reverse/waitpid-reverse.exp
8161 * gdb.reverse/watch-precsave.exp
8162 * gdb.reverse/watch-reverse.exp
8163 * gdb.rust/generics.exp
8164 * gdb.rust/methods.exp
8165 * gdb.rust/modules.exp
8166 * gdb.rust/simple.exp
8167 * gdb.server/connect-with-no-symbol-file.exp
8168 * gdb.server/ext-attach.exp
8169 * gdb.server/ext-restart.exp
8170 * gdb.server/ext-wrapper.exp
8171 * gdb.server/file-transfer.exp
8172 * gdb.server/server-exec-info.exp
8173 * gdb.server/server-kill.exp
8174 * gdb.server/server-mon.exp
8175 * gdb.server/wrapper.exp
8176 * gdb.stabs/exclfwd.exp
8177 * gdb.stabs/gdb11479.exp
8178 * gdb.threads/clone-new-thread-event.exp
8179 * gdb.threads/corethreads.exp
8180 * gdb.threads/current-lwp-dead.exp
8181 * gdb.threads/dlopen-libpthread.exp
8182 * gdb.threads/gcore-thread.exp
8183 * gdb.threads/sigstep-threads.exp
8184 * gdb.threads/watchpoint-fork.exp
8185 * gdb.trace/actions-changed.exp
8186 * gdb.trace/backtrace.exp
8187 * gdb.trace/change-loc.exp
8188 * gdb.trace/circ.exp
8189 * gdb.trace/collection.exp
8190 * gdb.trace/disconnected-tracing.exp
8191 * gdb.trace/ftrace.exp
8192 * gdb.trace/mi-trace-frame-collected.exp
8193 * gdb.trace/mi-trace-unavailable.exp
8194 * gdb.trace/mi-traceframe-changed.exp
8195 * gdb.trace/mi-tsv-changed.exp
8196 * gdb.trace/no-attach-trace.exp
8197 * gdb.trace/passc-dyn.exp
8198 * gdb.trace/qtro.exp
8199 * gdb.trace/range-stepping.exp
8200 * gdb.trace/read-memory.exp
8201 * gdb.trace/save-trace.exp
8202 * gdb.trace/signal.exp
8203 * gdb.trace/status-stop.exp
8204 * gdb.trace/tfile.exp
8205 * gdb.trace/trace-break.exp
8206 * gdb.trace/trace-buffer-size.exp
8207 * gdb.trace/trace-condition.exp
8208 * gdb.trace/tracefile-pseudo-reg.exp
8209 * gdb.trace/tstatus.exp
8210 * gdb.trace/unavailable.exp
8211 * gdb.trace/while-dyn.exp
8212 * gdb.trace/while-stepping.exp
8213
34c41c68
DE
82142016-12-22 Doug Evans <xdje42@gmail.com>
8215
8216 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8217 and msymbols.
8218
16e69324
YQ
82192016-12-19 Yao Qi <yao.qi@linaro.org>
8220
8221 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8222 (test_with_self): Don't call do_steps_and_nexts, and remove
8223 code about stepping into xmalloc.
8224
f94f411b
YQ
82252016-12-09 Yao Qi <yao.qi@linaro.org>
8226
8227 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8228
82292016-12-09 Yao Qi <yao.qi@linaro.org>
8230
8231 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8232
f1b5deee
PA
82332016-12-09 Pedro Alves <palves@redhat.com>
8234
8235 * gdb.base/all-architectures-0.exp: New file.
8236 * gdb.base/all-architectures-1.exp: New file.
8237 * gdb.base/all-architectures-2.exp: New file.
8238 * gdb.base/all-architectures-3.exp: New file.
8239 * gdb.base/all-architectures-4.exp: New file.
8240 * gdb.base/all-architectures-5.exp: New file.
8241 * gdb.base/all-architectures-6.exp: New file.
8242 * gdb.base/all-architectures-7.exp: New file.
8243 * gdb.base/all-architectures.exp.in: New file.
8244
364ca42e
YQ
82452016-12-09 Yao Qi <yao.qi@linaro.org>
8246
8247 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8248
107c2d62
LM
82492016-12-02 Luis Machado <lgustavo@codesourcery.com>
8250
8251 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8252 possible.
8253 Remove useless pattern-matching code.
8254
df3ee9ca
PA
82552016-12-02 Pedro Alves <palves@redhat.com>
8256
8257 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8258 procedure.
8259 (top level): Call it.
8260
ec835369
PA
82612016-12-02 Pedro Alves <palves@redhat.com>
8262
8263 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8264 New procedure.
8265 (top level): Call it.
8266
01770bbd
PA
82672016-12-02 Pedro Alves <palves@redhat.com>
8268
8269 PR cli/20559
8270 * gdb.base/commands.exp (user_defined_command_args_eval): New
8271 procedure.
8272 (top level): Call it.
8273
008459ea
LM
82742016-12-02 Luis Machado <lgustavo@codesourcery.com>
8275
8276 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8277 timeout handling.
8278
0c1b455e
TT
82792016-12-02 Tom Tromey <tom@tromey.com>
8280
8281 * gdb.dwarf2/main-subprogram.c: New file.
8282 * gdb.dwarf2/main-subprogram.exp: New file.
8283
018572b8
LM
82842016-12-01 Luis Machado <lgustavo@codesourcery.com>
8285
8286 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8287 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8288 gdb_test_no_output for a couple of cases.
8289 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8290
84c93cd5
LM
82912016-12-01 Luis Machado <lgustavo@codesourcery.com>
8292
8293 Fix test names and standardize compilation error messages throughout
8294 the following files:
8295
8296 * gdb.ada/start.exp
8297 * gdb.arch/alpha-step.exp
8298 * gdb.arch/e500-prologue.exp
8299 * gdb.arch/ftrace-insn-reloc.exp
8300 * gdb.arch/gdb1291.exp
8301 * gdb.arch/gdb1431.exp
8302 * gdb.arch/gdb1558.exp
8303 * gdb.arch/i386-dr3-watch.exp
8304 * gdb.arch/i386-sse-stack-align.exp
8305 * gdb.arch/ia64-breakpoint-shadow.exp
8306 * gdb.arch/pa-nullify.exp
8307 * gdb.arch/powerpc-aix-prologue.exp
8308 * gdb.arch/thumb-bx-pc.exp
8309 * gdb.base/annota1.exp
8310 * gdb.base/annota3.exp
8311 * gdb.base/arrayidx.exp
8312 * gdb.base/assign.exp
8313 * gdb.base/attach.exp
8314 * gdb.base/auxv.exp
8315 * gdb.base/bang.exp
8316 * gdb.base/bfp-test.exp
8317 * gdb.base/bigcore.exp
8318 * gdb.base/bitfields2.exp
8319 * gdb.base/break-fun-addr.exp
8320 * gdb.base/break-probes.exp
8321 * gdb.base/call-rt-st.exp
8322 * gdb.base/callexit.exp
8323 * gdb.base/catch-fork-kill.exp
8324 * gdb.base/charset.exp
8325 * gdb.base/checkpoint.exp
8326 * gdb.base/comprdebug.exp
8327 * gdb.base/constvars.exp
8328 * gdb.base/coredump-filter.exp
8329 * gdb.base/cursal.exp
8330 * gdb.base/cvexpr.exp
8331 * gdb.base/detach.exp
8332 * gdb.base/display.exp
8333 * gdb.base/dmsym.exp
8334 * gdb.base/dprintf-pending.exp
8335 * gdb.base/dso2dso.exp
8336 * gdb.base/dtrace-probe.exp
8337 * gdb.base/dump.exp
8338 * gdb.base/enum_cond.exp
8339 * gdb.base/exe-lock.exp
8340 * gdb.base/exec-invalid-sysroot.exp
8341 * gdb.base/execl-update-breakpoints.exp
8342 * gdb.base/exprs.exp
8343 * gdb.base/fileio.exp
8344 * gdb.base/find.exp
8345 * gdb.base/finish.exp
8346 * gdb.base/fixsection.exp
8347 * gdb.base/foll-vfork.exp
8348 * gdb.base/frame-args.exp
8349 * gdb.base/gcore.exp
8350 * gdb.base/gdb1250.exp
8351 * gdb.base/global-var-nested-by-dso.exp
8352 * gdb.base/gnu-ifunc.exp
8353 * gdb.base/hashline1.exp
8354 * gdb.base/hashline2.exp
8355 * gdb.base/hashline3.exp
8356 * gdb.base/hbreak-in-shr-unsupported.exp
8357 * gdb.base/huge.exp
8358 * gdb.base/infcall-input.exp
8359 * gdb.base/info-fun.exp
8360 * gdb.base/info-shared.exp
8361 * gdb.base/jit-simple.exp
8362 * gdb.base/jit-so.exp
8363 * gdb.base/jit.exp
8364 * gdb.base/jump.exp
8365 * gdb.base/label.exp
8366 * gdb.base/lineinc.exp
8367 * gdb.base/logical.exp
8368 * gdb.base/longjmp.exp
8369 * gdb.base/macscp.exp
8370 * gdb.base/miscexprs.exp
8371 * gdb.base/new-ui-echo.exp
8372 * gdb.base/new-ui-pending-input.exp
8373 * gdb.base/new-ui.exp
8374 * gdb.base/nodebug.exp
8375 * gdb.base/nofield.exp
8376 * gdb.base/offsets.exp
8377 * gdb.base/overlays.exp
8378 * gdb.base/pending.exp
8379 * gdb.base/pointers.exp
8380 * gdb.base/pr11022.exp
8381 * gdb.base/printcmds.exp
8382 * gdb.base/prologue.exp
8383 * gdb.base/ptr-typedef.exp
8384 * gdb.base/realname-expand.exp
8385 * gdb.base/relativedebug.exp
8386 * gdb.base/relocate.exp
8387 * gdb.base/remote.exp
8388 * gdb.base/reread.exp
8389 * gdb.base/return2.exp
8390 * gdb.base/savedregs.exp
8391 * gdb.base/sep.exp
8392 * gdb.base/sepdebug.exp
8393 * gdb.base/sepsymtab.exp
8394 * gdb.base/set-inferior-tty.exp
8395 * gdb.base/setshow.exp
8396 * gdb.base/shlib-call.exp
8397 * gdb.base/sigaltstack.exp
8398 * gdb.base/siginfo-addr.exp
8399 * gdb.base/signals.exp
8400 * gdb.base/signull.exp
8401 * gdb.base/sigrepeat.exp
8402 * gdb.base/so-impl-ld.exp
8403 * gdb.base/solib-display.exp
8404 * gdb.base/solib-overlap.exp
8405 * gdb.base/solib-search.exp
8406 * gdb.base/solib-symbol.exp
8407 * gdb.base/structs.exp
8408 * gdb.base/structs2.exp
8409 * gdb.base/symtab-search-order.exp
8410 * gdb.base/twice.exp
8411 * gdb.base/unload.exp
8412 * gdb.base/varargs.exp
8413 * gdb.base/watchpoint-solib.exp
8414 * gdb.base/watchpoint.exp
8415 * gdb.base/whatis.exp
8416 * gdb.base/wrong_frame_bt_full.exp
8417 * gdb.btrace/dlopen.exp
8418 * gdb.cell/ea-standalone.exp
8419 * gdb.cell/ea-test.exp
8420 * gdb.cp/dispcxx.exp
8421 * gdb.cp/gdb2384.exp
8422 * gdb.cp/method2.exp
8423 * gdb.cp/nextoverthrow.exp
8424 * gdb.cp/pr10728.exp
8425 * gdb.disasm/am33.exp
8426 * gdb.disasm/h8300s.exp
8427 * gdb.disasm/mn10300.exp
8428 * gdb.disasm/sh3.exp
8429 * gdb.dwarf2/dw2-dir-file-name.exp
8430 * gdb.fortran/complex.exp
8431 * gdb.fortran/library-module.exp
8432 * gdb.guile/scm-pretty-print.exp
8433 * gdb.guile/scm-symbol.exp
8434 * gdb.guile/scm-type.exp
8435 * gdb.guile/scm-value.exp
8436 * gdb.linespec/linespec.exp
8437 * gdb.mi/gdb701.exp
8438 * gdb.mi/gdb792.exp
8439 * gdb.mi/mi-breakpoint-changed.exp
8440 * gdb.mi/mi-dprintf-pending.exp
8441 * gdb.mi/mi-dprintf.exp
8442 * gdb.mi/mi-exit-code.exp
8443 * gdb.mi/mi-pending.exp
8444 * gdb.mi/mi-solib.exp
8445 * gdb.mi/new-ui-mi-sync.exp
8446 * gdb.mi/pr11022.exp
8447 * gdb.mi/user-selected-context-sync.exp
8448 * gdb.opt/solib-intra-step.exp
8449 * gdb.python/py-events.exp
8450 * gdb.python/py-finish-breakpoint.exp
8451 * gdb.python/py-mi.exp
8452 * gdb.python/py-prettyprint.exp
8453 * gdb.python/py-shared.exp
8454 * gdb.python/py-symbol.exp
8455 * gdb.python/py-template.exp
8456 * gdb.python/py-type.exp
8457 * gdb.python/py-value.exp
8458 * gdb.reverse/solib-precsave.exp
8459 * gdb.reverse/solib-reverse.exp
8460 * gdb.server/solib-list.exp
8461 * gdb.stabs/weird.exp
8462 * gdb.threads/reconnect-signal.exp
8463 * gdb.threads/stepi-random-signal.exp
8464 * gdb.trace/actions.exp
8465 * gdb.trace/ax.exp
8466 * gdb.trace/backtrace.exp
8467 * gdb.trace/change-loc.exp
8468 * gdb.trace/deltrace.exp
8469 * gdb.trace/ftrace-lock.exp
8470 * gdb.trace/ftrace.exp
8471 * gdb.trace/infotrace.exp
8472 * gdb.trace/mi-tracepoint-changed.exp
8473 * gdb.trace/packetlen.exp
8474 * gdb.trace/passcount.exp
8475 * gdb.trace/pending.exp
8476 * gdb.trace/range-stepping.exp
8477 * gdb.trace/report.exp
8478 * gdb.trace/stap-trace.exp
8479 * gdb.trace/tfind.exp
8480 * gdb.trace/trace-break.exp
8481 * gdb.trace/trace-condition.exp
8482 * gdb.trace/trace-enable-disable.exp
8483 * gdb.trace/trace-mt.exp
8484 * gdb.trace/tracecmd.exp
8485 * gdb.trace/tspeed.exp
8486 * gdb.trace/tsv.exp
8487 * lib/perftest.exp
8488
fb9feb35
LM
84892016-12-01 Luis Machado <lgustavo@codesourcery.com>
8490
8491 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8492 with gdb_test_no_output.
8493 Use command as test name.
8494
cd2ddb6c
LM
84952016-12-01 Luis Machado <lgustavo@codesourcery.com>
8496
8497 Fix test names starting with uppercase throughout the files.
8498
8499 * gdb.ada/assign_1.exp
8500 * gdb.ada/boolean_expr.exp
8501 * gdb.base/arrayidx.exp
8502 * gdb.base/del.exp
8503 * gdb.base/gcore-buffer-overflow.exp
8504 * gdb.base/testenv.exp
8505 * gdb.compile/compile.exp
8506 * gdb.python/py-framefilter-invalidarg.exp
8507 * gdb.python/py-framefilter.exp
8508
bb95117e
LM
85092016-12-01 Luis Machado <lgustavo@codesourcery.com>
8510
8511 Fix test names starting with uppercase throughout the files.
8512
8513 * gdb.ada/array_return.exp
8514 * gdb.ada/expr_delims.exp
8515 * gdb.ada/mi_dyn_arr.exp
8516 * gdb.ada/mi_interface.exp
8517 * gdb.ada/mi_var_array.exp
8518 * gdb.ada/watch_arg.exp
8519 * gdb.arch/alpha-step.exp
8520 * gdb.arch/altivec-regs.exp
8521 * gdb.arch/e500-regs.exp
8522 * gdb.arch/powerpc-d128-regs.exp
8523 * gdb.base/arrayidx.exp
8524 * gdb.base/break.exp
8525 * gdb.base/checkpoint.exp
8526 * gdb.base/debug-expr.exp
8527 * gdb.base/dmsym.exp
8528 * gdb.base/radix.exp
8529 * gdb.base/sepdebug.exp
8530 * gdb.base/testenv.exp
8531 * gdb.base/watch_thread_num.exp
8532 * gdb.base/watchpoint-cond-gone.exp
8533 * gdb.cell/break.exp
8534 * gdb.cell/ea-cache.exp
8535 * gdb.compile/compile.exp
8536 * gdb.cp/gdb2495.exp
8537 * gdb.gdb/selftest.exp
8538 * gdb.gdb/xfullpath.exp
8539 * gdb.go/hello.exp
8540 * gdb.go/integers.exp
8541 * gdb.objc/basicclass.exp
8542 * gdb.pascal/hello.exp
8543 * gdb.pascal/integers.exp
8544 * gdb.python/py-breakpoint.exp
8545 * gdb.python/py-cmd.exp
8546 * gdb.python/py-linetable.exp
8547 * gdb.python/py-xmethods.exp
8548 * gdb.python/python.exp
8549 * gdb.reverse/consecutive-precsave.exp
8550 * gdb.reverse/finish-precsave.exp
8551 * gdb.reverse/i386-precsave.exp
8552 * gdb.reverse/machinestate-precsave.exp
8553 * gdb.reverse/sigall-precsave.exp
8554 * gdb.reverse/solib-precsave.exp
8555 * gdb.reverse/step-precsave.exp
8556 * gdb.reverse/until-precsave.exp
8557 * gdb.reverse/watch-precsave.exp
8558 * gdb.threads/leader-exit.exp
8559 * gdb.threads/pthreads.exp
8560 * gdb.threads/wp-replication.exp
8561 * gdb.trace/actions.exp
8562 * gdb.trace/mi-tsv-changed.exp
8563 * gdb.trace/tsv.exp
8564
de97fdd4
LM
85652016-12-01 Luis Machado <lgustavo@codesourcery.com>
8566
8567 Fix test names starting with uppercase throughout the files.
8568
8569 * gdb.arch/i386-bp_permanent.exp
8570 * gdb.arch/i386-gnu-cfi.exp
8571 * gdb.base/disasm-end-cu.exp
8572 * gdb.base/macscp.exp
8573 * gdb.base/pending.exp
8574 * gdb.base/watch_thread_num.exp
8575 * gdb.cp/exception.exp
8576 * gdb.cp/gdb2495.exp
8577 * gdb.cp/local.exp
8578 * gdb.python/py-evsignal.exp
8579 * gdb.python/python.exp
8580 * gdb.trace/tracecmd.exp
8581
9f058c10
LM
85822016-12-01 Luis Machado <lgustavo@codesourcery.com>
8583
8584 Fix test names starting with uppercase throughout the files.
8585
8586 * gdb.base/charset.exp
8587 * gdb.base/eval.exp
8588 * gdb.base/multi-forks.exp
8589 * gdb.guile/scm-progspace.exp
8590 * gdb.opencl/datatypes.exp
8591 * gdb.python/py-block.exp
8592 * gdb.python/py-function.exp
8593 * gdb.python/py-symbol.exp
8594 * gdb.python/py-symtab.exp
8595 * gdb.python/py-xmethods.exp
8596 * gdb.reverse/break-precsave.exp
8597 * gdb.reverse/break-reverse.exp
8598 * gdb.reverse/consecutive-precsave.exp
8599 * gdb.reverse/consecutive-reverse.exp
8600 * gdb.reverse/finish-precsave.exp
8601 * gdb.reverse/finish-reverse-bkpt.exp
8602 * gdb.reverse/finish-reverse.exp
8603 * gdb.reverse/fstatat-reverse.exp
8604 * gdb.reverse/getresuid-reverse.exp
8605 * gdb.reverse/i386-precsave.exp
8606 * gdb.reverse/i386-reverse.exp
8607 * gdb.reverse/i386-sse-reverse.exp
8608 * gdb.reverse/i387-stack-reverse.exp
8609 * gdb.reverse/insn-reverse.exp
8610 * gdb.reverse/machinestate-precsave.exp
8611 * gdb.reverse/machinestate.exp
8612 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8613 * gdb.reverse/pipe-reverse.exp
8614 * gdb.reverse/readv-reverse.exp
8615 * gdb.reverse/recvmsg-reverse.exp
8616 * gdb.reverse/rerun-prec.exp
8617 * gdb.reverse/s390-mvcle.exp
8618 * gdb.reverse/sigall-precsave.exp
8619 * gdb.reverse/sigall-reverse.exp
8620 * gdb.reverse/solib-precsave.exp
8621 * gdb.reverse/solib-reverse.exp
8622 * gdb.reverse/step-precsave.exp
8623 * gdb.reverse/step-reverse.exp
8624 * gdb.reverse/time-reverse.exp
8625 * gdb.reverse/until-precsave.exp
8626 * gdb.reverse/until-reverse.exp
8627 * gdb.reverse/waitpid-reverse.exp
8628 * gdb.reverse/watch-precsave.exp
8629 * gdb.reverse/watch-reverse.exp
8630
cdc7edd7
LM
86312016-12-01 Luis Machado <lgustavo@codesourcery.com>
8632
8633 Fix test names starting with uppercase throughout the files.
8634
8635 * gdb.arch/i386-mpx-simple_segv.exp
8636 * gdb.arch/i386-mpx.exp
8637 * gdb.arch/i386-permbkpt.exp
8638 * gdb.arch/pa-nullify.exp
8639 * gdb.arch/powerpc-d128-regs.exp
8640 * gdb.arch/vsx-regs.exp
8641 * gdb.base/bfp-test.exp
8642 * gdb.base/break.exp
8643 * gdb.base/breakpoint-shadow.exp
8644 * gdb.base/callfuncs.exp
8645 * gdb.base/charset.exp
8646 * gdb.base/commands.exp
8647 * gdb.base/completion.exp
8648 * gdb.base/dfp-test.exp
8649 * gdb.base/echo.exp
8650 * gdb.base/ending-run.exp
8651 * gdb.base/eval.exp
8652 * gdb.base/expand-psymtabs.exp
8653 * gdb.base/float128.exp
8654 * gdb.base/floatn.exp
8655 * gdb.base/foll-exec-mode.exp
8656 * gdb.base/gdb1056.exp
8657 * gdb.base/gdb11531.exp
8658 * gdb.base/kill-after-signal.exp
8659 * gdb.base/multi-forks.exp
8660 * gdb.base/overlays.exp
8661 * gdb.base/pending.exp
8662 * gdb.base/sepdebug.exp
8663 * gdb.base/testenv.exp
8664 * gdb.base/valgrind-db-attach.exp
8665 * gdb.base/watch_thread_num.exp
8666 * gdb.base/watchpoint-cond-gone.exp
8667 * gdb.base/watchpoint.exp
8668 * gdb.base/watchpoints.exp
8669 * gdb.cp/arg-reference.exp
8670 * gdb.cp/baseenum.exp
8671 * gdb.cp/operator.exp
8672 * gdb.cp/shadow.exp
8673 * gdb.dwarf2/dw2-op-out-param.exp
8674 * gdb.dwarf2/dw2-reg-undefined.exp
8675 * gdb.go/chan.exp
8676 * gdb.go/hello.exp
8677 * gdb.go/integers.exp
8678 * gdb.go/methods.exp
8679 * gdb.go/package.exp
8680 * gdb.guile/scm-parameter.exp
8681 * gdb.guile/scm-progspace.exp
8682 * gdb.guile/scm-value.exp
8683 * gdb.mi/mi-pending.exp
8684 * gdb.mi/user-selected-context-sync.exp
8685 * gdb.multi/multi-attach.exp
8686 * gdb.multi/tids.exp
8687 * gdb.opt/clobbered-registers-O2.exp
8688 * gdb.pascal/floats.exp
8689 * gdb.pascal/integers.exp
8690 * gdb.python/py-block.exp
8691 * gdb.python/py-events.exp
8692 * gdb.python/py-parameter.exp
8693 * gdb.python/py-symbol.exp
8694 * gdb.python/py-symtab.exp
8695 * gdb.python/py-type.exp
8696 * gdb.python/py-value.exp
8697 * gdb.python/py-xmethods.exp
8698 * gdb.python/python.exp
8699 * gdb.reverse/break-precsave.exp
8700 * gdb.reverse/consecutive-precsave.exp
8701 * gdb.reverse/finish-precsave.exp
8702 * gdb.reverse/i386-precsave.exp
8703 * gdb.reverse/machinestate-precsave.exp
8704 * gdb.reverse/sigall-precsave.exp
8705 * gdb.reverse/solib-precsave.exp
8706 * gdb.reverse/step-precsave.exp
8707 * gdb.reverse/until-precsave.exp
8708 * gdb.reverse/watch-precsave.exp
8709 * gdb.server/ext-attach.exp
8710 * gdb.server/ext-restart.exp
8711 * gdb.server/ext-run.exp
8712 * gdb.server/ext-wrapper.exp
8713 * gdb.stabs/gdb11479.exp
8714 * gdb.stabs/weird.exp
8715 * gdb.threads/attach-many-short-lived-threads.exp
8716 * gdb.threads/kill.exp
8717 * gdb.threads/watchpoint-fork.exp
8718
bc6c7af4
LM
87192016-12-01 Luis Machado <lgustavo@codesourcery.com>
8720
8721 Fix test names starting with uppercase throughout all the files below.
8722
8723 * gdb.ada/array_return.exp
8724 * gdb.ada/catch_ex.exp
8725 * gdb.ada/info_exc.exp
8726 * gdb.ada/mi_catch_ex.exp
8727 * gdb.ada/mi_dyn_arr.exp
8728 * gdb.ada/mi_ex_cond.exp
8729 * gdb.ada/mi_exc_info.exp
8730 * gdb.ada/mi_interface.exp
8731 * gdb.ada/mi_task_arg.exp
8732 * gdb.ada/mi_task_info.exp
8733 * gdb.ada/mi_var_array.exp
8734 * gdb.arch/alpha-step.exp
8735 * gdb.arch/amd64-disp-step.exp
8736 * gdb.arch/arm-disp-step.exp
8737 * gdb.arch/disp-step-insn-reloc.exp
8738 * gdb.arch/e500-prologue.exp
8739 * gdb.arch/ftrace-insn-reloc.exp
8740 * gdb.arch/gdb1558.exp
8741 * gdb.arch/i386-bp_permanent.exp
8742 * gdb.arch/i386-disp-step.exp
8743 * gdb.arch/i386-float.exp
8744 * gdb.arch/i386-gnu-cfi.exp
8745 * gdb.arch/ia64-breakpoint-shadow.exp
8746 * gdb.arch/mips16-thunks.exp
8747 * gdb.arch/pa-nullify.exp
8748 * gdb.arch/powerpc-aix-prologue.exp
8749 * gdb.arch/powerpc-power.exp
8750 * gdb.arch/ppc-dfp.exp
8751 * gdb.arch/s390-tdbregs.exp
8752 * gdb.arch/spu-info.exp
8753 * gdb.arch/spu-ls.exp
8754 * gdb.arch/thumb-bx-pc.exp
8755 * gdb.base/advance.exp
8756 * gdb.base/annota-input-while-running.exp
8757 * gdb.base/arrayidx.exp
8758 * gdb.base/asmlabel.exp
8759 * gdb.base/async.exp
8760 * gdb.base/attach-wait-input.exp
8761 * gdb.base/auto-connect-native-target.exp
8762 * gdb.base/batch-preserve-term-settings.exp
8763 * gdb.base/bfp-test.exp
8764 * gdb.base/bigcore.exp
8765 * gdb.base/bp-permanent.exp
8766 * gdb.base/break-always.exp
8767 * gdb.base/break-fun-addr.exp
8768 * gdb.base/break-idempotent.exp
8769 * gdb.base/break-main-file-remove-fail.exp
8770 * gdb.base/break-probes.exp
8771 * gdb.base/break-unload-file.exp
8772 * gdb.base/break.exp
8773 * gdb.base/call-ar-st.exp
8774 * gdb.base/call-rt-st.exp
8775 * gdb.base/call-sc.exp
8776 * gdb.base/call-signal-resume.exp
8777 * gdb.base/call-strs.exp
8778 * gdb.base/callexit.exp
8779 * gdb.base/callfuncs.exp
8780 * gdb.base/catch-gdb-caused-signals.exp
8781 * gdb.base/catch-signal-siginfo-cond.exp
8782 * gdb.base/catch-syscall.exp
8783 * gdb.base/compare-sections.exp
8784 * gdb.base/cond-eval-mode.exp
8785 * gdb.base/condbreak-call-false.exp
8786 * gdb.base/consecutive-step-over.exp
8787 * gdb.base/cursal.exp
8788 * gdb.base/disabled-location.exp
8789 * gdb.base/disasm-end-cu.exp
8790 * gdb.base/display.exp
8791 * gdb.base/double-prompt-target-event-error.exp
8792 * gdb.base/dprintf-bp-same-addr.exp
8793 * gdb.base/dprintf-detach.exp
8794 * gdb.base/dprintf-next.exp
8795 * gdb.base/dprintf-non-stop.exp
8796 * gdb.base/dprintf-pending.exp
8797 * gdb.base/dso2dso.exp
8798 * gdb.base/ending-run.exp
8799 * gdb.base/enum_cond.exp
8800 * gdb.base/examine-backward.exp
8801 * gdb.base/exe-lock.exp
8802 * gdb.base/exec-invalid-sysroot.exp
8803 * gdb.base/execl-update-breakpoints.exp
8804 * gdb.base/execution-termios.exp
8805 * gdb.base/fileio.exp
8806 * gdb.base/fixsection.exp
8807 * gdb.base/foll-exec-mode.exp
8808 * gdb.base/foll-exec.exp
8809 * gdb.base/fork-running-state.exp
8810 * gdb.base/frame-args.exp
8811 * gdb.base/fullpath-expand.exp
8812 * gdb.base/func-ptr.exp
8813 * gdb.base/gcore-relro-pie.exp
8814 * gdb.base/gdb1090.exp
8815 * gdb.base/gdb1555.exp
8816 * gdb.base/global-var-nested-by-dso.exp
8817 * gdb.base/gnu-ifunc.exp
8818 * gdb.base/hbreak-in-shr-unsupported.exp
8819 * gdb.base/hbreak-unmapped.exp
8820 * gdb.base/hook-stop.exp
8821 * gdb.base/infcall-input.exp
8822 * gdb.base/info-fun.exp
8823 * gdb.base/info-shared.exp
8824 * gdb.base/interrupt-noterm.exp
8825 * gdb.base/jit-so.exp
8826 * gdb.base/jit.exp
8827 * gdb.base/line-symtabs.exp
8828 * gdb.base/list.exp
8829 * gdb.base/longjmp.exp
8830 * gdb.base/macscp.exp
8831 * gdb.base/max-value-size.exp
8832 * gdb.base/nodebug.exp
8833 * gdb.base/nofield.exp
8834 * gdb.base/overlays.exp
8835 * gdb.base/paginate-after-ctrl-c-running.exp
8836 * gdb.base/paginate-bg-execution.exp
8837 * gdb.base/paginate-inferior-exit.exp
8838 * gdb.base/pending.exp
8839 * gdb.base/pr11022.exp
8840 * gdb.base/printcmds.exp
8841 * gdb.base/ptr-typedef.exp
8842 * gdb.base/ptype.exp
8843 * gdb.base/randomize.exp
8844 * gdb.base/range-stepping.exp
8845 * gdb.base/realname-expand.exp
8846 * gdb.base/relativedebug.exp
8847 * gdb.base/remote.exp
8848 * gdb.base/savedregs.exp
8849 * gdb.base/sepdebug.exp
8850 * gdb.base/set-noassign.exp
8851 * gdb.base/shlib-call.exp
8852 * gdb.base/shreloc.exp
8853 * gdb.base/sigaltstack.exp
8854 * gdb.base/sigbpt.exp
8855 * gdb.base/siginfo-addr.exp
8856 * gdb.base/siginfo-obj.exp
8857 * gdb.base/siginfo-thread.exp
8858 * gdb.base/signest.exp
8859 * gdb.base/signull.exp
8860 * gdb.base/sigrepeat.exp
8861 * gdb.base/skip.exp
8862 * gdb.base/so-impl-ld.exp
8863 * gdb.base/solib-corrupted.exp
8864 * gdb.base/solib-disc.exp
8865 * gdb.base/solib-display.exp
8866 * gdb.base/solib-overlap.exp
8867 * gdb.base/solib-search.exp
8868 * gdb.base/solib-symbol.exp
8869 * gdb.base/source-execution.exp
8870 * gdb.base/sss-bp-on-user-bp-2.exp
8871 * gdb.base/sss-bp-on-user-bp.exp
8872 * gdb.base/stack-checking.exp
8873 * gdb.base/stale-infcall.exp
8874 * gdb.base/step-break.exp
8875 * gdb.base/step-line.exp
8876 * gdb.base/step-over-exit.exp
8877 * gdb.base/step-test.exp
8878 * gdb.base/structs.exp
8879 * gdb.base/sym-file.exp
8880 * gdb.base/symtab-search-order.exp
8881 * gdb.base/term.exp
8882 * gdb.base/type-opaque.exp
8883 * gdb.base/unload.exp
8884 * gdb.base/until-nodebug.exp
8885 * gdb.base/until.exp
8886 * gdb.base/unwindonsignal.exp
8887 * gdb.base/watch-cond.exp
8888 * gdb.base/watch-non-mem.exp
8889 * gdb.base/watch_thread_num.exp
8890 * gdb.base/watchpoint-reuse-slot.exp
8891 * gdb.base/watchpoint-solib.exp
8892 * gdb.base/watchpoint.exp
8893 * gdb.btrace/dlopen.exp
8894 * gdb.cell/arch.exp
8895 * gdb.cell/break.exp
8896 * gdb.cell/bt.exp
8897 * gdb.cell/core.exp
8898 * gdb.cell/data.exp
8899 * gdb.cell/dwarfaddr.exp
8900 * gdb.cell/ea-cache.exp
8901 * gdb.cell/ea-standalone.exp
8902 * gdb.cell/ea-test.exp
8903 * gdb.cell/f-regs.exp
8904 * gdb.cell/fork.exp
8905 * gdb.cell/gcore.exp
8906 * gdb.cell/mem-access.exp
8907 * gdb.cell/ptype.exp
8908 * gdb.cell/registers.exp
8909 * gdb.cell/sizeof.exp
8910 * gdb.cell/solib-symbol.exp
8911 * gdb.cell/solib.exp
8912 * gdb.compile/compile-tls.exp
8913 * gdb.cp/exception.exp
8914 * gdb.cp/gdb2495.exp
8915 * gdb.cp/local.exp
8916 * gdb.cp/mb-inline.exp
8917 * gdb.cp/mb-templates.exp
8918 * gdb.cp/pr10687.exp
8919 * gdb.cp/pr9167.exp
8920 * gdb.cp/scope-err.exp
8921 * gdb.cp/templates.exp
8922 * gdb.cp/virtfunc.exp
8923 * gdb.dwarf2/dw2-dir-file-name.exp
8924 * gdb.dwarf2/dw2-single-line-discriminators.exp
8925 * gdb.fortran/complex.exp
8926 * gdb.fortran/library-module.exp
8927 * gdb.guile/guile.exp
8928 * gdb.guile/scm-cmd.exp
8929 * gdb.guile/scm-frame-inline.exp
8930 * gdb.guile/scm-objfile.exp
8931 * gdb.guile/scm-pretty-print.exp
8932 * gdb.guile/scm-symbol.exp
8933 * gdb.guile/scm-type.exp
8934 * gdb.guile/scm-value.exp
8935 * gdb.linespec/keywords.exp
8936 * gdb.linespec/ls-errs.exp
8937 * gdb.linespec/macro-relative.exp
8938 * gdb.linespec/thread.exp
8939 * gdb.mi/mi-breakpoint-changed.exp
8940 * gdb.mi/mi-dprintf-pending.exp
8941 * gdb.mi/mi-fullname-deleted.exp
8942 * gdb.mi/mi-logging.exp
8943 * gdb.mi/mi-pending.exp
8944 * gdb.mi/mi-solib.exp
8945 * gdb.mi/new-ui-mi-sync.exp
8946 * gdb.mi/user-selected-context-sync.exp
8947 * gdb.multi/dummy-frame-restore.exp
8948 * gdb.multi/multi-arch-exec.exp
8949 * gdb.multi/remove-inferiors.exp
8950 * gdb.multi/watchpoint-multi-exit.exp
8951 * gdb.opt/solib-intra-step.exp
8952 * gdb.perf/backtrace.exp
8953 * gdb.perf/single-step.exp
8954 * gdb.perf/skip-command.exp
8955 * gdb.perf/skip-prologue.exp
8956 * gdb.perf/solib.exp
8957 * gdb.python/lib-types.exp
8958 * gdb.python/py-as-string.exp
8959 * gdb.python/py-bad-printers.exp
8960 * gdb.python/py-block.exp
8961 * gdb.python/py-breakpoint.exp
8962 * gdb.python/py-cmd.exp
8963 * gdb.python/py-events.exp
8964 * gdb.python/py-evthreads.exp
8965 * gdb.python/py-finish-breakpoint.exp
8966 * gdb.python/py-finish-breakpoint2.exp
8967 * gdb.python/py-frame-inline.exp
8968 * gdb.python/py-frame.exp
8969 * gdb.python/py-inferior.exp
8970 * gdb.python/py-infthread.exp
8971 * gdb.python/py-mi.exp
8972 * gdb.python/py-objfile.exp
8973 * gdb.python/py-pp-maint.exp
8974 * gdb.python/py-pp-registration.exp
8975 * gdb.python/py-prettyprint.exp
8976 * gdb.python/py-recurse-unwind.exp
8977 * gdb.python/py-shared.exp
8978 * gdb.python/py-symbol.exp
8979 * gdb.python/py-symtab.exp
8980 * gdb.python/py-template.exp
8981 * gdb.python/py-type.exp
8982 * gdb.python/py-unwind-maint.exp
8983 * gdb.python/py-unwind.exp
8984 * gdb.python/py-value.exp
8985 * gdb.python/python.exp
8986 * gdb.reverse/finish-reverse-bkpt.exp
8987 * gdb.reverse/insn-reverse.exp
8988 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8989 * gdb.reverse/solib-precsave.exp
8990 * gdb.reverse/solib-reverse.exp
8991 * gdb.stabs/gdb11479.exp
8992 * gdb.stabs/weird.exp
8993 * gdb.threads/fork-child-threads.exp
8994 * gdb.threads/fork-plus-threads.exp
8995 * gdb.threads/fork-thread-pending.exp
8996 * gdb.threads/forking-threads-plus-breakpoint.exp
8997 * gdb.threads/hand-call-in-threads.exp
8998 * gdb.threads/interrupted-hand-call.exp
8999 * gdb.threads/linux-dp.exp
9000 * gdb.threads/local-watch-wrong-thread.exp
9001 * gdb.threads/next-while-other-thread-longjmps.exp
9002 * gdb.threads/non-ldr-exit.exp
9003 * gdb.threads/pending-step.exp
9004 * gdb.threads/print-threads.exp
9005 * gdb.threads/process-dies-while-detaching.exp
9006 * gdb.threads/process-dies-while-handling-bp.exp
9007 * gdb.threads/pthreads.exp
9008 * gdb.threads/queue-signal.exp
9009 * gdb.threads/reconnect-signal.exp
9010 * gdb.threads/signal-command-handle-nopass.exp
9011 * gdb.threads/signal-command-multiple-signals-pending.exp
9012 * gdb.threads/signal-delivered-right-thread.exp
9013 * gdb.threads/signal-sigtrap.exp
9014 * gdb.threads/sigthread.exp
9015 * gdb.threads/staticthreads.exp
9016 * gdb.threads/stepi-random-signal.exp
9017 * gdb.threads/thread-unwindonsignal.exp
9018 * gdb.threads/thread_check.exp
9019 * gdb.threads/thread_events.exp
9020 * gdb.threads/tid-reuse.exp
9021 * gdb.threads/tls-nodebug.exp
9022 * gdb.threads/tls-shared.exp
9023 * gdb.threads/tls-so_extern.exp
9024 * gdb.threads/tls.exp
9025 * gdb.threads/wp-replication.exp
9026 * gdb.trace/actions-changed.exp
9027 * gdb.trace/actions.exp
9028 * gdb.trace/backtrace.exp
9029 * gdb.trace/change-loc.exp
9030 * gdb.trace/collection.exp
9031 * gdb.trace/deltrace.exp
9032 * gdb.trace/disconnected-tracing.exp
9033 * gdb.trace/entry-values.exp
9034 * gdb.trace/ftrace-lock.exp
9035 * gdb.trace/ftrace.exp
9036 * gdb.trace/infotrace.exp
9037 * gdb.trace/mi-trace-frame-collected.exp
9038 * gdb.trace/mi-trace-unavailable.exp
9039 * gdb.trace/mi-traceframe-changed.exp
9040 * gdb.trace/mi-tracepoint-changed.exp
9041 * gdb.trace/mi-tsv-changed.exp
9042 * gdb.trace/no-attach-trace.exp
9043 * gdb.trace/packetlen.exp
9044 * gdb.trace/passc-dyn.exp
9045 * gdb.trace/passcount.exp
9046 * gdb.trace/pending.exp
9047 * gdb.trace/pr16508.exp
9048 * gdb.trace/qtro.exp
9049 * gdb.trace/range-stepping.exp
9050 * gdb.trace/read-memory.exp
9051 * gdb.trace/report.exp
9052 * gdb.trace/save-trace.exp
9053 * gdb.trace/signal.exp
9054 * gdb.trace/stap-trace.exp
9055 * gdb.trace/status-stop.exp
9056 * gdb.trace/strace.exp
9057 * gdb.trace/tfile.exp
9058 * gdb.trace/tfind.exp
9059 * gdb.trace/trace-break.exp
9060 * gdb.trace/trace-condition.exp
9061 * gdb.trace/trace-enable-disable.exp
9062 * gdb.trace/trace-mt.exp
9063 * gdb.trace/tracecmd.exp
9064 * gdb.trace/tracefile-pseudo-reg.exp
9065 * gdb.trace/tspeed.exp
9066 * gdb.trace/tstatus.exp
9067 * gdb.trace/tsv.exp
9068 * gdb.trace/unavailable.exp
9069 * gdb.trace/while-dyn.exp
9070 * gdb.trace/while-stepping.exp
9071 * lib/gdb-guile.exp
9072 * lib/gdb.exp
9073 * lib/mi-support.exp
9074 * lib/pascal.exp
9075 * lib/perftest.exp
9076 * lib/prelink-support.exp
9077 * lib/selftest-support.exp
9078
ad02e4fe
SM
90792016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9080
9081 * Makefile.in: Include disable-implicit-rules.mk.
9082
22347e55
AA
90832016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9084
9085 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9086 non-byte-aligned bit fields.
9087
da5b30da
AA
90882016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9089
9090 PR gdb/12616
9091 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9092 respects the DW_AT_data_bit_offset attribute.
9093
b593ecca
SM
90942016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9095
9096 * gdb.base/default.exp: Fix output of "set language".
9097
3b165252
SM
90982016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9099
9100 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9101 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9102 make.
9103 * configure.ac: Remove checks for the make program.
9104 * configure: Re-generate.
9105
1a2f3d7f
KB
91062016-11-16 Kevin Buettner <kevinb@redhat.com>
9107
9108 * gdb.python/py-recurse-unwind.c (main): Add loop.
9109 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9110 to read_register() and gdb.parse_and_eval(). Make each code
9111 call a separate case that can be individually tested.
9112 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9113 proc. Call cont_and_backtrace for each of the code paths that
9114 we want to test in the unwinder.
9115
b7f38fda
AA
91162016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9117
9118 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9119 the definition of struct S.
9120
1f8db343
CM
91212016-11-11 Catherine Moore <clm@codesourcery.com>
9122
9123 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9124
fad0c9fb
PA
91252016-11-09 Pedro Alves <palves@redhat.com>
9126
9127 * gdb.base/commands.exp (runto_or_return): New procedure.
9128 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9129 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9130 (progvar_simple_while_test, progvar_complex_if_while_test)
9131 (if_while_breakpoint_command_test)
9132 (infrun_breakpoint_command_test, breakpoint_command_test)
9133 (user_defined_command_test, watchpoint_command_test)
9134 (test_command_prompt_position, redefine_hook_test)
9135 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9136 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9137 multi_line_input and multi_line. Remove gdb_expect and
9138 gdb_stop_suppressing_tests uses.
9139 * lib/gdb.exp (valnum_re): New global.
9140 (multi_line_input): New procedure.
9141
8354c62c
SM
91422016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9143
9144 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9145 Remove.
9146 (test_setup): Define with proc_with_prefix.
9147 (test_cli_inferior): Likewise.
9148 (test_cli_thread): Likewise.
9149 (test_cli_frame): Likewise.
9150 (test_cli_select_frame): Likewise.
9151 (test_cli_up_down): Likewise.
9152 (test_mi_thread_select): Likewise.
9153 (test_mi_stack_select_frame): Likewise.
9154 (test_cli_in_mi_inferior): Likewise.
9155 (test_cli_in_mi_thread): Likewise.
9156 (test_cli_in_mi_frame): Likewise.
9157 (top level): Do not use with_test_prefix_procname.
9158
64f367a2
PA
91592016-11-09 Pedro Alves <palves@redhat.com>
9160
9161 * gdb.base/commands.exp (gdbvar_simple_if_test)
9162 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9163 (progvar_simple_if_test, progvar_simple_while_test)
9164 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9165 (infrun_breakpoint_command_test, breakpoint_command_test)
9166 (user_defined_command_test, watchpoint_command_test)
9167 (test_command_prompt_position, deprecated_command_test)
9168 (bp_deleted_in_command, temporary_breakpoint_commands)
9169 (stray_arg0_test, source_file_with_indented_comment)
9170 (recursive_source_test, if_commands_test)
9171 (error_clears_commands_left, redefine_hook_test)
9172 (redefine_backtrace_test): Use proc_with_prefix.
9173 * lib/gdb.exp (proc_with_prefix): New proc.
9174
0bb65f1e
AA
91752016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9176
9177 * gdb.base/tui-layout.c: New file.
9178 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9179 disassembly window contains very long lines.
9180
7353f247
TT
91812016-11-08 Tom Tromey <tom@tromey.com>
9182
9183 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9184 depend on Python 2.
9185
30a7bb83
TT
91862016-11-08 Tom Tromey <tom@tromey.com>
9187
9188 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9189 New method.
9190
cdf5a07c
MG
91912016-10-29 Manish Goregaokar <manish@mozilla.com>
9192
2806dc7e 9193 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 9194
51a789c3
MG
91952016-10-27 Manish Goregaokar <manish@mozilla.com>
9196
2806dc7e
PA
9197 * gdb.rust/simple.rs: Add test for univariant enums without
9198 discriminants and for encoded struct-like enums.
51a789c3 9199
f610ab6d
PA
92002016-10-28 Pedro Alves <palves@redhat.com>
9201
9202 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9203 gdb_test_multiple, tighten regexps and match symtabs and line
9204 tables incrementally.
9205
b129b0ca
LM
92062016-10-28 Luis Machado <lgustavo@codesourcery.com>
9207
9208 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9209 general.
9210
ecf45d2c
SL
92112016-10-25 Luis Machado <lgustavo@codesourcery.com>
9212
9213 * gdb.base/exec-invalid-sysroot.exp: New file.
9214
b8d38ee4
JK
92152016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9216
9217 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9218
f90fd8c2
JK
92192016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9220
9221 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9222
2d2476aa
MR
92232016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9224
2806dc7e
PA
9225 * gdb.base/killed-outside.exp: Remove $options from a call to
9226 `prepare_for_testing'.
2d2476aa 9227
e42b25a0
SM
92282016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9229
9230 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9231 Change test message.
9232
3ccdb432
SM
92332016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9234
9235 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9236 Update comment.
9237
5bad3170
SM
92382016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9239
9240 * gdb.trace/mi-trace-save.exp: New file.
9241
5ad9dba7
YQ
92422016-10-13 Yao Qi <yao.qi@linaro.org>
9243
9244 * gdb.base/code_elim.exp (get_var_address): Remove.
9245 * gdb.base/relocate.exp: Likewise.
9246 * gdb.base/shreloc.exp: Likewise.
9247 * lib/gdb.exp (get_var_address): New.
9248
62df7e21
YQ
92492016-10-13 Yao Qi <yao.qi@linaro.org>
9250
9251 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9252 floating point tests if $skip_float_test is false.
9253
4dac951e
LM
92542016-10-12 Luis Machado <lgustavo@codesourcery.com>
9255
9256 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9257 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9258 argc values.
9259 Add 1 to argc so we guarantee distinct initial/modified argc values.
9260
8f1a8fc4
JK
92612016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9262
9263 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9264
16c85b5d
JK
92652016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9266
9267 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9268 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9269 * gdb.arch/vsx-regs.exp: Likewise.
9270
1d0e042a
YQ
92712016-10-07 Yao Qi <yao.qi@linaro.org>
9272
9273 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9274
68dadef5
MM
92752016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9276
9277 * gdb.python/python.exp: Test decode_line("*0").
9278
33fa2c6e
DE
92792016-10-06 Doug Evans <dje@google.com>
9280
9281 * gdb.python/py-value.exp (test_value_creation): Add test for large
9282 unsigned 64-bit value.
9283
9c37b5ae
TT
92842016-10-06 Tom Tromey <tom@tromey.com>
9285
9286 * gdb.compile/compile.exp: Change java tests to rust.
9287 * gdb.base/setshow.exp: Change java tests to rust.
9288 * gdb.base/default.exp: Remove java from language list.
9289 * README (Examples): Update language example.
9290 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9291 test.
9292 * lib/gdb.exp (skip_java_tests): Remove.
9293 * lib/java.exp: Remove.
9294 * gdb.java: Remove.
9295
78b86327
MR
92962016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9297
9298 * gdb.arch/mips-fcr.exp: New test.
9299 * gdb.arch/mips-fcr.c: Source for the new test.
9300
7470adbb
MR
93012016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9302
9303 * gdb.base/solib-disc.exp: Use `standard_output_file'
9304 throughout.
9305
4a556533
PA
93062016-10-06 Pedro Alves <palves@redhat.com>
9307
9308 * gdb.base/jit-simple-dl.c: New file.
9309 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9310 * gdb.base/jit-simple.c: ... this.
9311 * gdb.base/jit-simple.exp (jit_run): Delete.
9312 (build_jit): New proc.
9313 (jit_test_reread): Recompile either the main program or the shared
9314 library, depending on what is being tested. Skip changing address
9315 if caller wants to. Compare before/after addresses. If testing
9316 standalone, explicitly load the binary. Test "maint info
9317 breakpoints".
9318 (top level): Add "standalone vs shared lib" and "change address"
9319 vs "same address" axes.
9320
5a122fbc
PA
93212016-10-06 Pedro Alves <palves@redhat.com>
9322
9323 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9324 call.
9325 (jit_run): Delete.
9326 (jit_test_reread): Use with_test_prefix. Reload the main binary
9327 explicitly. Compare the before/after addresses of the JIT
9328 descriptor.
9329
ee8da4b8
DE
93302016-08-15 Doug Evans <dje@google.com>
9331
9332 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9333 for single bitfields is bool.
9334 * gdb.xml/tdesc-regs.exp: Ditto.
9335
f389f6fe
JK
93362016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9337
9338 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9339
fdebf1a4
YQ
93402016-10-05 Yao Qi <yao.qi@linaro.org>
9341
9342 * lib/gdb.exp (support_complex_tests): Return zero if
9343 gdb_skip_float_test return true.
9344
9c36d954 93452016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9346 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
9347
9348 PR gdb/20487
9349 * gdb.mi/user-selected-context-sync.exp: New file.
9350 * gdb.mi/user-selected-context-sync.c: New file.
9351
4034d0ff 93522016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9353 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
9354
9355 PR gdb/20487
9356 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9357 =thread-select-event check.
9358
a4297203
PB
93592016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9360
9361 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9362 the compulsory L operand changes.
9363 * gdb.arch/powerpc-power.s: Likewise.
9364
bb805577
JK
93652016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9366
9367 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9368 * gdb.base/jit-attach-pie.c: New file.
9369 * gdb.base/jit-attach-pie.exp: New file.
9370
6d61dee5
PA
93712016-09-28 Pedro Alves <palves@redhat.com>
9372
9373 * gdb.base/infcall-input.c: New file.
9374 * gdb.base/infcall-input.exp: New file.
9375
f73842fc
YQ
93762016-09-22 Yao Qi <yao.qi@linaro.org>
9377
9378 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9379 (gdb_exit): Rename it to ...
9380 (gdbserver_gdb_exit): ... Close GDBserver.
9381 (gdb_exit): New proc, call gdbserver_gdb_exit.
9382 (mi_gdb_exit): Likewise.
9383
90681dab
YQ
93842016-09-22 Yao Qi <yao.qi@linaro.org>
9385
9386 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9387 path.
9388 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9389 Remove duplication.
9390
9c211fd8
YQ
93912016-09-22 Yao Qi <yao.qi@linaro.org>
9392
9393 * lib/gdbserver-support.exp: Check the existence of
9394 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9395
ad0a504f
AK
93962016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9397
9398 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9399
36cf1806
TT
94002016-09-21 Tom Tromey <tom@tromey.com>
9401
9402 PR gdb/20604:
9403 * gdb.base/quit.exp: New file.
9404
74172ecf
SM
94052016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9406
9407 * .gitignore: New file.
9408
3d0ec882
MR
94092016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9410
9411 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9412 throughout.
9413
8193adea
AA
94142016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9415
9416 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9417
d41a5c09
JK
94182016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9419
9420 * gdb.cp/casts.cc (decltype): Move it ...
9421 (main): ... with its call to ...
9422 * gdb.cp/casts03.cc: ... a new file.
9423 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9424
d2dfe700
JK
94252016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9426
9427 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9428
e2a92b16
PB
94292016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9430
9431 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9432 and sync up the test with tests in gas/testsuite/gas/ppc.
9433 * gdb.arch/powerpc-power.exp: Likewise.
9434
49b4de64
JK
94352016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9436
9437 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9438
2c29df25
SDJ
94392016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9440 Jan Kratochvil <jan.kratochvil@redhat.com>
9441
9442 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9443 make m1's definition to be different from m2's. Use 'dummy' as an
9444 argument for probe 'two'.
9445
cc3c2846
JB
94462016-09-10 Jon Beniston <jon@beniston.com>
9447
9448 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9449 for sim target.
9450
e1b2624a
AA
94512016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9452
9453 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9454 variable declaration.
9455 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9456 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9457 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9458 received HWCAP as its argument.
9459
4295e285
PA
94602016-09-06 Pedro Alves <palves@redhat.com>
9461
9462 * gdb.base/new-ui-pending-input.c: New file.
9463 * gdb.base/new-ui-pending-input.exp: New file.
9464 * gdb.exp (clear_gdb_spawn_id): New procedure.
9465 (with_spawn_id): Check whether gdb_spawn_id exists before
9466 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9467 on exit.
9468
00d5215e
UW
94692016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9470
9471 * gdb.base/float128.c: New file.
9472 * gdb.base/float128.exp: Likewise.
9473 * gdb.base/floatn.c: Likewise.
9474 * gdb.base/floatn.exp: Likewise.
9475
a9ff5f12
UW
94762016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9477
9478 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9479
f245535c
PA
94802016-09-05 Pedro Alves <palves@redhat.com>
9481
9482 PR backtrace/19927
9483 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9484 unwinders are immediately called as side effect of "source" or
9485 "disable unwinder" commands.
9486 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9487
ae9cf263
YQ
94882016-09-02 Yao Qi <yao.qi@linaro.org>
9489
9490 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9491 is true and $type is "float" or "double".
9492
27aba047
YQ
94932016-09-02 Yao Qi <yao.qi@linaro.org>
9494
9495 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9496 true.
9497 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9498 * gdb.base/call-rt-st.exp: Likewise.
9499 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9500 return value instead of gdb,skip_float_test.
9501 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9502 (do_function_calls): Use its return value instead of
9503 gdb,skip_float_test.
9504 * gdb.base/finish.exp: Likewise.
9505 * gdb.base/funcargs.exp: Likewise.
9506 * gdb.base/return.exp: Likewise.
9507 * gdb.base/return2.exp: Likewise.
9508 * gdb.base/varargs.exp: Likewise.
9509 * lib/gdb.exp (gdb_skip_float_test): Change it to
9510 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9511
5af962df
AA
95122016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9513
9514 * gdb.multi/tids.exp: Test "thread apply all".
9515
7fac6910
JK
95162016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9517
9518 * gdb.base/default.exp (tty): Remove.
9519
bb1fe4ac
KB
95202016-08-24 Kevin Buettner <kevinb@redhat.com>
9521
2806dc7e
PA
9522 * gdb.python/py-recurse-unwind.c: New file.
9523 * gdb.python/py-recurse-unwind.py: New file.
9524 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 9525
0a1ddfa6
SM
95262016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9527
9528 * gdb.base/set-inferior-tty.exp: New file.
9529 * gdb.base/set-inferior-tty.c: New file.
9530
d9de1fe3
PA
95312016-08-23 Pedro Alves <palves@redhat.com>
9532
9533 PR gdb/20494
9534 * gdb.base/new-ui-echo.c: New file.
9535 * gdb.base/new-ui-echo.exp: New file.
9536
e9d9abd7
YQ
95372016-08-23 Yao Qi <yao.qi@linaro.org>
9538
9539 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9540 gdbserver_spawn.
9541 * gdb.server/connect-without-multi-process.exp (do_test):
9542 Likewise.
9543
3589529e
YQ
95442016-08-23 Yao Qi <yao.qi@linaro.org>
9545
9546 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9547 standalone_txt. Delete gdb_txt and standalone_txt on host
9548 and target. Spawn the binary on target. Copy files from
9549 target to host.
9550
6bb90213
PA
95512016-08-22 Pedro Alves <palves@redhat.com>
9552
9553 PR gdb/20505
9554 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9555 with_test_prefix. Factor out bits to ...
9556 (test_no_vdso): ... this new procedure.
9557
20c2c024
CL
95582016-08-19 Carl Love <cel@us.ibm.com>
9559
9560 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9561 maintaining separate logic for constructing the output path.
9562 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9563 * gdb.arch/ppc-dfp.exp: Likewise.
9564 * gdb.arch/ppc-fp.exp: Likewise.
9565 * gdb.arch/vsx-regs.exp: Likewise.
9566 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9567 binprefix for generating the additional binary files.
9568
0646e07d
PA
95692016-08-19 Pedro Alves <palves@redhat.com>
9570
9571 * gdb.trace/mi-trace-frame-collected.exp
9572 (test_trace_frame_collected): On x32, expect two registers.
9573
46da9242
CL
95742016-08-18 Carl Love <cel@us.ibm.com>
9575
9576 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9577 and sync up the test with tests in gas/testsuite/gas/ppc.
9578 * gdb.arch/powerpc-power.exp: Likewise.
9579
eb2332d7
SM
95802016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9581
9582 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9583 expected error message.
9584
63c61e04
SM
95852016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9586
9587 * gdb.multi/remove-inferiors.exp: New file.
9588 * gdb.multi/remove-inferiors.c: New file.
9589
7b17065f
YQ
95902016-08-12 Yao Qi <yao.qi@linaro.org>
9591
9592 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9593 argument list.
9594
01d3dedf
PA
95952016-08-10 Pedro Alves <palves@redhat.com>
9596
9597 PR gdb/19187
9598 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9599 setup_kfails.
9600
3eb7562a
PA
96012016-08-09 Pedro Alves <palves@redhat.com>
9602 Simon Marchi <simon.marchi@ericsson.com>
9603
9604 PR gdb/20418
9605 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9606 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9607
80614914
PA
96082016-08-09 Pedro Alves <palves@redhat.com>
9609
9610 PR mi/20431
9611 * gdb.mi/mi-cmd-error.exp: New file.
9612
f348d89a
PA
96132016-08-09 Pedro Alves <palves@redhat.com>
9614
9615 PR gdb/18653
9616 * gdb.base/signals-state-child.c: New file.
9617 * gdb.base/signals-state-child.exp: New file.
9618 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9619
e5ca03b4
PA
96202016-08-09 Pedro Alves <palves@redhat.com>
9621
9622 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9623
282a0691
TT
96242016-08-03 Tom Tromey <tom@tromey.com>
9625
9626 PR python/18565:
9627 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9628
41bfcd63
YQ
96292016-08-01 Yao Qi <yao.qi@linaro.org>
9630
9631 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9632 variable mode to "multi-process" if $multi_process is 1, otherwise
9633 set it to "single-process".
9634
e3465b24
YQ
96352016-08-01 Yao Qi <yao.qi@linaro.org>
9636
9637 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9638 * gdb.cp/cpexprs.exp: Likewise.
9639 * gdb.cp/m-static.exp: Likewise.
9640
0b31a4bc
TT
96412016-07-26 Tom Tromey <tom@tromey.com>
9642
9643 PR python/20190:
9644 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9645 test.
9646
e0461dbb
MM
96472016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9648
9649 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9650 selecting assembly source files.
9651 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9652 assembly source files.
9653 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9654 assembly source files.
9655 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9656 selecting assembly source files.
9657
8194e927
SM
96582016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9659
9660 * gdb.base/new-ui.exp (do_test_invalid_args): New
9661 procedure.
9662
c0272db5
TW
96632016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9664
9665 * gdb.btrace/reconnect.c: New file.
9666 * gdb.btrace/reconnect.exp: New file.
9667
e3487908
GKB
96682016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9669
9670 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9671 to test_catch_syscall_group.
9672 (test_catch_syscall_group): New.
9673
12df5c00
TT
96742016-07-21 Tom Tromey <tom@tromey.com>
9675
9676 * gdb.rust/simple.rs (main): Use empty struct expression.
9677 * gdb.rust/simple.exp: Add tests for empty struct expression.
9678
bae62ee2
YQ
96792016-07-21 Yao Qi <yao.qi@linaro.org>
9680
9681 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9682 if gdb_skip_xml_test is true on some targets.
9683
b1b53fb3
YQ
96842016-07-21 Yao Qi <yao.qi@linaro.org>
9685
9686 * gdb.server/solib-list.exp: Unset last_loaded_file.
9687
027d97f8
JK
96882016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9689
9690 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9691 "step into captured_main (args)".
9692
7674d381
JK
96932016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9694
9695 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9696
72b5d099
JK
96972016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9698
9699 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9700
1f960ced
PA
97012016-07-19 Pedro Alves <palves@redhat.com>
9702
9703 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9704 * gdb.opt/inline-bt.exp: Likewise.
9705 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9706 additional_flags=-Winline.
9707 * gdb.opt/inline-locals.exp: Likewise.
9708 * gdb.opt/inline-markers.c (ATTR): Define.
9709 (inlined_fn): Use it.
9710
f25827c1
YQ
97112016-07-19 Yao Qi <yao.qi@linaro.org>
9712
9713 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9714 (test_with_self): Remove some code. Remove argument executable.
9715 (top-level): Use do_self_tests.
9716
37539ebe
DB
97172016-07-15 Zachary Welch <zwelch@codesourcery.com>
9718 Don Breazeal <donb@codesourcery.com>
9719
9720 * gdb.base/maint.exp: Escape paths used in regular expressions.
9721 * gdb.stabs/weird.exp: Likewise.
9722
dac790e1
TT
97232016-07-13 Tom Tromey <tom@tromey.com>
9724
9725 PR python/15620, PR python/18620:
9726 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9727 (test_bkpt_events): New procs.
9728
93daf339
TT
97292016-07-13 Tom Tromey <tom@tromey.com>
9730
9731 PR python/17698:
9732 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9733 test.
9734 (test_watchpoints): Likewise.
9735 (test_bkpt_pending): New proc.
9736
6571a381
TT
97372016-07-13 Tom Tromey <tom@tromey.com>
9738
9739 PR cli/18053:
9740 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9741 completion test.
9742
e8732474
JK
97432016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9744
9745 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9746 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9747 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9748 f_label.
9749 (g): Rename g_end_lbl to g_label.
9750 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9751 low_pc and high_pc.
9752 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9753
e0f3fd7c
TT
97542016-07-12 Tom Tromey <tom@tromey.com>
9755
9756 PR python/19293:
9757 * gdb.python/py-unwind-maint.exp: Update tests.
9758
3cfe46b6
YQ
97592016-07-12 Yao Qi <yao.qi@linaro.org>
9760
9761 * lib/selftest-support.exp (selftest_setup): Match the output
9762 when captured_main is inlined.
9763
4f19a0e6
WT
97642016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9765
9766 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9767 New variables.
9768 (print this%a, print this%b, print this): New tests.
9769 * gdb.fortran/derived-types.f90 (this): New object and
9770 initialization.
9771
986cf455
SM
97722016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9773
9774 * gdb.ada/arraydim.exp: Remove extra directory level in build
9775 directory.
9776
f0464b23
SM
97772016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9778
9779 * lib/ada.exp: Remove extra directory level in build directory.
9780 * gdb.ada/cond_lang.exp: Likewise.
9781 * gdb.ada/exec_changed.exp: Likewise.
9782 * gdb.ada/lang_switch.exp: Likewise.
9783
42d94011
MG
97842016-07-06 Manish Goregaokar <manish@mozilla.com>
9785
2806dc7e
PA
9786 * simple.rs: Add test for raw pointer subscripting.
9787 * simple.exp: Add test expectations.
42d94011 9788
647c264c
YQ
97892016-07-05 Yao Qi <yao.qi@linaro.org>
9790
9791 * gdb.mi/mi-reverse.exp: Match =record-started output.
9792
20aa2c60
PA
97932016-07-01 Pedro Alves <palves@redhat.com>
9794
9795 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9796 procedure.
9797 (jit_reader_test): Test the jit reader's unwinder.
9798 * gdb.base/jithost.c (jit_function_00_code): New global.
9799 (main): Use memcpy to fill in the mmapped code, instead of poking
9800 bytes manually here.
9801 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9802 value.
9803 (read_debug_info): Save the function's range.
9804 (read_sp): New function.
9805 (unwind_frame): Use it. Also unwind RBP.
9806 (get_frame_id): Use read_sp.
9807 (gdb_init_reader): Use calloc instead of malloc.
9808 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9809 parameter. Use gdb_test_multiple.
9810
ced2dffb
PA
98112016-07-01 Pedro Alves <palves@redhat.com>
9812 Antoine Tremblay <antoine.tremblay@ericsson.com>
9813
9814 * gdb.threads/process-dies-while-detaching.c: New file.
9815 * gdb.threads/process-dies-while-detaching.exp: New file.
9816
63000888
PA
98172016-07-01 Pedro Alves <palves@redhat.com>
9818
9819 * gdb.multi/watchpoint-multi-exit.c: New file.
9820 * gdb.multi/watchpoint-multi-exit.exp: New file.
9821
038d4868
PA
98222016-06-30 Pedro Alves <palves@redhat.com>
9823
9824 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9825 unset inferior_spawn_id.
9826
994e9c83
PA
98272016-06-30 Pedro Alves <palves@redhat.com>
9828
9829 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9830 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9831
e5653468
YQ
98322016-06-29 Yao Qi <yao.qi@linaro.org>
9833
9834 * gdb.base/return.c: Add copyright header.
9835
803b47e5
TT
98362016-06-29 Tom Tromey <tom@tromey.com>
9837
9838 PR python/20129:
9839 * gdb.python/py-framefilter.exp: Add tests for setting priority
9840 and disabling of non-existent frame filter.
9841
28244707
YQ
98422016-06-29 Yao Qi <yao.qi@linaro.org>
9843
9844 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9845 0x0f07ff.
9846
a31d2f06
YQ
98472016-06-28 Yao Qi <yao.qi@linaro.org>
9848
9849 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9850 triplets. Start gdb, execute catch syscall, and continue. Check
9851 gdb's output to determine catch syscall is supported.
9852
921d8f54
MG
98532016-06-27 Manish Goregaokar <manish@mozilla.com>
9854
25d49b86
PA
9855 * gdb.rust/simple.rs: Add test for returning unit in a function.
9856 * gdb.rust/simple.exp: Add expectation for functions returning
9857 unit.
921d8f54 9858
f4952523
PMR
98592016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9860
9861 * gdb.python/py-breakpoint-create-fail.c,
9862 gdb.python/py-breakpoint-create-fail.exp,
9863 gdb.python/py-breakpoint-create-fail.py: New testcase.
9864
fccb08f8
MG
98652016-06-25 Manish Goregaokar <manish@mozilla.com>
9866
9867 PR gdb/20239
9868 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
9869 * gdb.rust/simple.exp: Add test expectations for new NonZero
9870 tests.
fccb08f8 9871
6b850546
DT
98722016-06-24 David Taylor <dtaylor@emc.com>
9873
9874 * gdb.base/offsets.exp: New file.
9875 * gdb.base/offsets.c: New file.
9876
17621150
TT
98772016-06-23 Tom Tromey <tom@tromey.com>
9878
9879 PR gdb/16483:
9880 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9881 before any filters are loaded.
9882
04d59df6
WT
98832016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9884
9885 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9886 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9887 structs.
9888 * gdb.fortran/derived-type-function.exp: New file.
9889 * gdb.fortran/derived-type-function.f90: New file.
9890
9891
ac69f786
PA
98922016-06-21 Pedro Alves <palves@redhat.com>
9893
9894 * gdb.base/new-ui.exp: New file.
9895 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9896 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9897 (with_spawn_id): New procedure.
9898
49940788
PA
98992016-06-21 Pedro Alves <palves@redhat.com>
9900
9901 * gdb.mi/mi-exec-run.exp: New file.
9902
ef274d26
PA
99032016-06-21 Pedro Alves <palves@redhat.com>
9904
9905 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9906 breakpoint command's output on the main UI.
9907 (test_break): New procedure, factored out from calls in the top
9908 level.
9909 (top level): Use foreach_with_prefix to test MI as main UI and as
9910 separate UI.
9911
468afe6c
PA
99122016-06-21 Pedro Alves <palves@redhat.com>
9913
9914 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9915 (test_awatch_creation_and_listing)
9916 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9917 Remove 'type' parameter.
9918 (test_watchpoint_all): New parameter mi_mode. Remove
9919 with_test_prefix.
9920 (top level): Use foreach_with_prefix, and add main/separate UI MI
9921 testing axis.
9922
51f77c37
PA
99232016-06-21 Pedro Alves <palves@redhat.com>
9924
9925 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9926 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9927 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9928 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9929 (gdb_main_spawn_id, mi_spawn_id): Declare and
9930 comment.
9931 (mi_create_inferior_pty): New procedure,
9932 factored out from default_mi_gdb_start.
9933 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9934 procedures.
9935 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9936 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9937 Use mi_create_inferior_pty.
9938 (mi_gdb_start): Use eval to pass down args list.
9939
8980e177
PA
99402016-06-21 Pedro Alves <palves@redhat.com>
9941
9942 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9943 * gdb.opt/inline-cmds.exp: Add MI tests.
9944
f38d3ad1
PA
99452016-06-21 Pedro Alves <palves@redhat.com>
9946
9947 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9948
45db7c09
PA
99492016-06-21 Pedro Alves <palves@redhat.com>
9950
9951 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9952 (top level): Use it instead of mi_execute_to.
9953
5a069ab3
PA
99542016-06-21 Pedro Alves <palves@redhat.com>
9955
9956 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9957 (cont_handler_str): New.
9958 (signal_stop_handler): Set stop_handler_str instead of printing to
9959 stdout.
9960 (continue_handler): Set cont_handler_str instead of printing to
9961 stdout.
9962 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9963 mi_send_resuming_command. Print stop_handler_str and
9964 cont_handler_str instead of expecting the python events print
9965 directly.
9966
2838cc1d
SD
99672016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9968
9969 * gdb.base/jit-reader.exp: New file.
9970 * gdb.base/jithost.c: New file.
9971 * gdb.base/jithost.h: New file.
9972 * gdb.base/jitreader.c : New file.
9973 * gdb.base/jit-protocol.h: New file.
9974
21a77091
YQ
99752016-06-17 Yao Qi <yao.qi@linaro.org>
9976
9977 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9978 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9979 and detach-on-fork. Adjust tests.
9980 (top level): Invoke break_cond_on_syscall with combinations of
9981 syscall, follow-fork-mode and detach-on-fork.
9982
f50bf8e5
YQ
99832016-06-17 Yao Qi <yao.qi@linaro.org>
9984
9985 * gdb.base/step-over-exit.c: New.
9986 * gdb.base/step-over-exit.exp: New.
9987
a28d8e50
YTL
99882016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9989
9990 * gdb.base/float.exp: Add target check for nds32*-*-*.
9991 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9992
cad8e26d
AB
99932016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9994
9995 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9996 for unsupported target features.
9997 * gdb.base/call-rt-st.exp: Likewise.
9998 * gdb.base/call-sc.exp: Likewise.
9999 * gdb.base/call-signal-resume.exp: Likewise.
10000 * gdb.base/call-strs.exp: Likewise.
10001 * gdb.base/callexit.exp: Likewise.
10002 * gdb.base/callfuncs.exp: Likewise.
10003 * gdb.base/nodebug.exp: Likewise.
10004 * gdb.base/printcmds.exp: Likewise.
10005 * gdb.base/ptype.exp: Likewise.
10006 * gdb.base/structs.exp: Likewise.
10007 * gdb.base/unwindonsignal.exp: Likewise.
10008 * gdb.cp/gdb2495.exp: Likewise.
10009 * gdb.cp/templates.exp: Likewise.
10010 * gdb.cp/virtfunc.exp: Likewise.
10011 * gdb.threads/hand-call-in-threads.exp: Likewise.
10012 * gdb.threads/interrupted-hand-call.exp: Likewise.
10013 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10014
347dc102
TT
100152016-06-10 Tom Tromey <tom@tromey.com>
10016
10017 PR rust/20110:
10018 * gdb.rust/expr.exp: Add test for integer constant larger than
10019 i32.
10020
5e13cf25
BH
100212016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10022
10023 * gdb.fortran/nested-funcs.exp: New.
10024 * gdb.fortran/nested-funcs.f90: New.
10025
bb556f1f
TK
100262016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10027
10028 * gdb.base/examine-backward.c: New file.
10029 * gdb.base/examine-backward.exp: New file.
10030
38b022b4
SM
100312016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10032
10033 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10034 matching.
10035
1b40ec05
TT
100362016-06-02 Tom Tromey <tom@tromey.com>
10037
10038 PR python/18984:
10039 * gdb.python/py-shared.exp: Add solib_name test.
10040
193bd378
SM
100412016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10042
10043 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10044
3326303b
MG
100452016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10046
10047 PR c++/19893
10048 * gdb.dwarf2/implref.exp: Rename to...
10049 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10050 * gdb.dwarf2/implref-array.c: New file.
10051 * gdb.dwarf2/implref-array.exp: Likewise.
10052 * gdb.dwarf2/implref-global.c: Likewise.
10053 * gdb.dwarf2/implref-global.exp: Likewise.
10054 * gdb.dwarf2/implref-struct.c: Likewise.
10055 * gdb.dwarf2/implref-struct.exp: Likewise.
10056
825c8ef2
AT
100572016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10058
10059 * gdb.trace/trace-condition.exp: Add 64bit tests.
10060
2320162a
AT
100612016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10062
10063 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10064 bits types.
10065 (main): Adapt to 8 to 64 bits types.
10066 * gdb.trace/trace-condition.exp: Add new tests.
10067
a7818233
AT
100682016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10069
10070 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10071
0d336466
AT
100722016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10073
10074 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10075 Move condition tests...
10076 * gdb.trace/trace-condition.exp: Here.
10077
7faeb45a
AT
100782016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10079
10080 * gdb.trace/trace-condition.exp: Add counter-case tests.
10081
e385593e
JK
100822016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10083
10084 PR c++/15231
10085 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10086 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10087
744608cc
PA
100882016-05-27 Pedro Alves <palves@redhat.com>
10089
10090 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10091 New procedure.
10092 (top level): Call it, and bail out of DejaGnu is known to be bad.
10093
ac775bf4
AB
100942016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10095
10096 * gdb.base/whatis.c: Extend the test case.
10097 * gdb.base/whatis.exp: Add additional tests.
10098
2bbad2ea
BH
100992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10100
10101* gdb.fortran/type.f90: Add pointer variable.
10102* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10103
8b70175d
BH
101042016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10105
10106 * gdb.fortran/vla-type.exp: Fix testcase name.
10107
86d8a848
BH
101082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10109
10110 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10111
e188eb36
BH
101122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10113
10114 * gdb.fortran/type.f90: Add nested structures.
10115 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10116 * gdb.fortran/derived-type.exp: Adapt expected output.
10117 * gdb.fortran/vla-type.exp: Adapt expected output.
10118
9b2db1fd
BH
101192016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10120
10121 * gdb.fortran/whatis_type.exp: Adapt expected output.
10122
72b17055
BH
101232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10124
10125 * gdb.fortran/print_type.exp: Fix expected output.
10126 * gdb.fortran/whatis_type.exp: Fix expected output.
10127
3cd81d8d
BH
101282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10129
10130 * gdb.fortran/whatis_type.exp: Use multi_line.
10131
ddae9462
TT
101322016-05-24 Tom Tromey <tom@tromey.com>
10133
10134 PR python/17386:
10135 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10136 use value as an index.
10137
1957f6b8
TT
101382016-05-23 Tom Tromey <tom@tromey.com>
10139
10140 PR python/17981:
10141 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10142 no-breakpoint case.
10143
026a9174
PA
101442016-05-24 Pedro Alves <palves@redhat.com>
10145
10146 PR gdb/19828
10147 * gdb.threads/clone-attach-detach.c: New file.
10148 * gdb.threads/clone-attach-detach.exp: New file.
10149
e70a7231
FR
101502016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10151
10152 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10153
0f6ed0e0
TT
101542016-05-23 Tom Tromey <tom@tromey.com>
10155
10156 PR python/19438, PR python/18393:
10157 * gdb.python/py-progspace.exp: Add "dir" test.
10158 * gdb.python/py-objfile.exp: Add "dir" test.
10159
ffd19d61
YQ
101602016-05-23 Yao Qi <yao.qi@linaro.org>
10161
10162 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10163 * gdb.arch/thumb2-it.exp: Likewise.
10164
9e8f9b05
SM
101652016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10166
10167 * gdb.mi/mi-threads-interrupt.c: New file.
10168 * gdb.mi/mi-threads-interrupt.exp: New file.
10169
61c6156d
SM
101702016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10171
10172 PR gdb/18077
10173 * gdb.mi/mi-async-run.exp: New file.
10174 * gdb.mi/mi-async-run.c: New file.
10175
67218854
TT
101762016-05-17 Tom Tromey <tom@tromey.com>
10177 Manish Goregaokar <manishsmail@gmail.com>
10178
10179 * lib/rust-support.exp: New file.
10180 * lib/gdb.exp (skip_rust_tests): New proc.
10181 (build_executable_from_specs): Handle rust.
10182 * lib/future.exp (gdb_find_rustc): New proc.
10183 (gdb_default_target_compile): Handle rust.
10184 * gdb.rust/expr.exp: New file.
10185 * gdb.rust/generics.exp: New file.
10186 * gdb.rust/generics.rs: New file.
10187 * gdb.rust/methods.exp: New file.
10188 * gdb.rust/methods.rs: New file.
10189 * gdb.rust/modules.exp: New file.
10190 * gdb.rust/modules.rs: New file.
10191 * gdb.rust/simple.exp: New file.
10192 * gdb.rust/simple.rs: New file.
10193
c44af4eb
TT
101942016-05-17 Tom Tromey <tom@tromey.com>
10195
10196 * gdb.base/default.exp (set language): Add rust.
10197
dcd1f979
TT
101982016-05-17 Tom Tromey <tom@tromey.com>
10199
10200 * gdb.gdb/unittest.exp: New file.
10201
155b7f57
YQ
102022016-05-16 Yao Qi <yao.qi@linaro.org>
10203
10204 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10205 shell_prompt. Update shell_prompt_re.
10206
8ddd5a6c
DE
102072016-05-12 Doug Evans <dje@google.com>
10208
10209 PR symtab/19999
10210 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10211 $options when building executable.
10212 * gdb.dwarf2/fission-loclists-pie.S: New file.
10213 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10214
02e370d9
SM
102152016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10216
10217 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10218 of [is_remote target],
10219
8929ad8b
SM
102202016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10221
10222 * lib/gdb.exp (use_gdb_stub): New procedure.
10223
6c447423
DE
102242016-05-03 Yunlian Jiang <yunlian@google.com>
10225 Doug Evans <dje@google.com>
10226
10227 PR symtab/19914
10228 * gdb.dwarf2/dwp-sepdebug.c: New file.
10229 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10230
444e826c
SM
102312016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10232
10233 * gdb.base/detach.exp: Remove is_remote check.
10234
740feeaa
SM
102352016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10236
10237 * gdb.base/annota-input-while-running.exp: Don't check for
10238 [is_remote target]. Enable annotations after running to main.
10239 Remove unused "set test..." line.
10240
9080ac9d
SM
102412016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10242
10243 * gdb.trace/trace-enable-disable.exp: New file.
10244 * gdb.trace/trace-enable-disable.c: New file.
10245
952ebca5
SM
102462016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10247
10248 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10249 use it in info sharedlibrary test.
10250 * gdb.trace/ftrace-lock.exp: Likewise.
10251 * gdb.trace/ftrace.exp: Likewise.
10252 * gdb.trace/range-stepping.exp: Likewise.
10253 * gdb.trace/trace-break.exp: Likewise.
10254 * gdb.trace/trace-condition.exp: Likewise.
10255 * gdb.trace/trace-mt.exp: Likewise.
10256
d9019901
SM
102572016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10258
10259 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10260 (gdb_load_shlib): ... this.
10261 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10262 gdb_load_shlib.
10263 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10264 * gdb.base/ctxobj.exp: Likewise.
10265 * gdb.base/dprintf-pending.exp: Likewise.
10266 * gdb.base/dso2dso.exp: Likewise.
10267 * gdb.base/fixsection.exp: Likewise.
10268 * gdb.base/gcore-relro.exp: Likewise.
10269 * gdb.base/gdb1555.exp: Likewise.
10270 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10271 * gdb.base/gnu-ifunc.exp: Likewise.
10272 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10273 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10274 * gdb.base/pending.exp: Likewise.
10275 * gdb.base/print-file-var.exp: Likewise.
10276 * gdb.base/print-symbol-loading.exp: Likewise.
10277 * gdb.base/shlib-call.exp: Likewise.
10278 * gdb.base/shreloc.exp: Likewise.
10279 * gdb.base/so-impl-ld.exp: Likewise.
10280 * gdb.base/solib-disc.exp: Likewise.
10281 * gdb.base/solib-nodir.exp: Likewise.
10282 * gdb.base/solib-overlap.exp: Likewise.
10283 * gdb.base/solib-symbol.exp: Likewise.
10284 * gdb.base/solib-weak.exp (do_test): Likewise.
10285 * gdb.base/sym-file.exp: Likewise.
10286 * gdb.base/symtab-search-order.exp: Likewise.
10287 * gdb.base/type-opaque.exp: Likewise.
10288 * gdb.base/unload.exp: Likewise.
10289 * gdb.base/watchpoint-solib.exp: Likewise.
10290 * gdb.compile/compile.exp: Likewise.
10291 * gdb.cp/gdb2384.exp: Likewise.
10292 * gdb.cp/infcall-dlopen.exp: Likewise.
10293 * gdb.cp/re-set-overloaded.exp: Likewise.
10294 * gdb.fortran/library-module.exp: Likewise.
10295 * gdb.opt/solib-intra-step.exp: Likewise.
10296 * gdb.python/py-finish-breakpoint.exp: Likewise.
10297 * gdb.python/py-shared.exp: Likewise.
10298 * gdb.reverse/solib-precsave.exp: Likewise.
10299 * gdb.reverse/solib-reverse.exp: Likewise.
10300 * gdb.server/solib-list.exp: Likewise.
10301 * gdb.threads/dlopen-libpthread.exp: Likewise.
10302 * gdb.threads/tls-shared.exp: Likewise.
10303 * gdb.threads/tls-so_extern.exp: Likewise.
10304 * gdb.trace/change-loc.exp: Likewise.
10305 * gdb.trace/ftrace-lock.exp: Likewise.
10306 * gdb.trace/ftrace.exp: Likewise.
10307 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10308 * gdb.trace/pending.exp: Likewise.
10309 * gdb.trace/range-stepping.exp: Likewise.
10310 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10311 (strace_info_marker): Likewise.
10312 (strace_probe_marker): Likewise.
10313 (strace_trace_on_same_addr): Likewise.
10314 (strace_trace_on_diff_addr): Likewise.
10315 * gdb.trace/trace-break.exp: Likewise.
10316 * gdb.trace/trace-condition.exp: Likewise.
10317 * gdb.trace/trace-mt.exp: Likewise.
10318
fca4cfd9
SM
103192016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10320
10321 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10322 result of gdb_remote_download.
10323 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10324 * gdb.base/dso2dso.exp: Likewise.
10325 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10326 * gdb.base/print-file-var.exp: Likewise.
10327 * gdb.base/shlib-call.exp: Likewise.
10328 * gdb.base/shreloc.exp: Likewise.
10329 * gdb.base/solib-overlap.exp: Likewise.
10330 * gdb.base/solib-weak.exp (do_test): Likewise.
10331 * gdb.base/unload.exp: Likewise.
10332
11cf4ffb
YQ
103332016-04-27 Yao Qi <yao.qi@linaro.org>
10334
10335 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10336 exists.
10337
3e2e34f8
KB
103382016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10339
10340 * vla-type.exp: Print structure from toplevel.
10341
8f07e298
BH
103422016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10343
10344 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10345 of dynamic types.
10346 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10347 of dynamic types.
10348
9920b434
BH
103492016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10350
10351 * gdb.fortran/vla-type.f90: New file.
10352 * gdb.fortran/vla-type.exp: New file.
10353
f3abeff5
YQ
103542016-04-25 Yao Qi <yao.qi@linaro.org>
10355
10356 * gdb.base/branch-to-self.c: New file.
10357 * gdb.base/branch-to-self.exp: New file.
10358
0a5d52f0
YQ
103592016-04-22 Yao Qi <yao.qi@linaro.org>
10360
10361 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10362 more after $hex.
10363
495346f6
YQ
103642016-04-22 Yao Qi <yao.qi@linaro.org>
10365
10366 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10367 * gdb.base/annota3.exp: Likewise.
10368
4a7e075c
YQ
103692016-04-22 Yao Qi <yao.qi@linaro.org>
10370
10371 * gdb.reverse/step-precsave.exp: Do one step and test program
10372 stops in "callee" and do multiple steps until program goes out
10373 of "callee".
10374 * gdb.reverse/step-reverse.exp: Likewise.
10375
5b061e98
YQ
103762016-04-22 Yao Qi <yao.qi@linaro.org>
10377
10378 * gdb.trace/signal.exp: Also pass if
10379 $tracepoint_hits($i) > $iterations.
10380
5c5dc57f
YQ
103812016-04-22 Yao Qi <yao.qi@linaro.org>
10382
10383 * gdb.trace/signal.c: New file.
10384 * gdb.trace/signal.exp: New file.
10385
a55411b9
DE
103862016-04-19 Doug Evans <xdje42@gmail.com>
10387
10388 * gdb.base/bad-file.exp: New file.
10389
a22df60a
MG
103902016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10391
10392 * gdb.dwarf2/implref.exp: New file.
10393
0c13f7e5
BH
103942016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10395
10396 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10397 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10398 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10399 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10400 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10401 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10402 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10403 * lib/fortran.exp (fortran_int4): New procedure.
10404 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10405 (fortran_logical4): Likewise.
10406
9b9b09e9
BH
104072016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10408
10409 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10410
a14d1f4d
BH
104112016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10412
10413 * lib/compiler.c: Add Intel specific preprocessor macros.
10414 * lib/compiler.cc: Likewise.
25d49b86 10415
7d49b1d0
LM
104162016-04-13 Luis Machado <lgustavo@codesourcery.com>
10417
10418 * gdb.server/connect-with-no-symbol-file.c: New file.
10419 * gdb.server/connect-with-no-symbol-file.exp: New file.
10420
8392fa22
SM
104212016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10422
10423 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10424
8c4c4aeb
SM
104252016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10426
10427 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10428 standard output directory.
10429
45e3745e
AT
104302016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10431
10432 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10433
e26b7e41
MM
104342016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10435
10436 * gdb.btrace/instruction_history.c (loop): Add declaration.
10437
8ce09462
AT
104382016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10439
10440 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10441
2e88a1ea
SM
104422016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10443
10444 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10445 parentheses to print.
10446 (continue_handler): Likewise.
10447
f48e22e3
SM
104482016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10449
10450 * gdb.server/solib-list.exp: Remove is_remote check.
10451 Pass shlib= to gdb_compile. Don't link shared library with
10452 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10453 Run binary filename through "readlink -f" on the target.
10454
096be756
PA
104552016-04-08 Pedro Alves <palves@redhat.com>
10456
10457 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10458 interpreter filename as argument to gdbserver_spawn.
10459 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10460 Return empty if $last_loaded_file does not exist.
10461
06500533
JK
104622016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10463
10464 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10465 * gdb.base/jit-main.c: Use exit after usage.
10466
2d35e871
JK
104672016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10468
10469 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10470 GDBHISTSIZE prior to the tests.
10471 * gdb.base/gdbinit-history.exp: Likewise.
10472
104732016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
10474
10475 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10476 instead of build_executable. Use gdb_load_shlibs.
10477
c8064e7e
YQ
104782016-04-07 Yao Qi <yao.qi@linaro.org>
10479
10480 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10481 Execute "si" command.
10482
bde47561
YQ
104832016-04-07 Yao Qi <yao.qi@linaro.org>
10484
10485 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10486 number instead of the comments on some line.
10487
b16f8a3b
DB
104882016-04-06 Don Breazeal <donb@codesourcery.com>
10489
10490 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10491 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10492
c2f901df
SM
104932016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10494
10495 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10496 standard_output_file. Remove unused binfile variable.
10497
ac17fda0
CU
104982016-04-05 Catalin Udma <catalin.udma@freescale.com>
10499
10500 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10501 * gdb.python/py-mi-objfile.exp: Match "list main" output
10502 in console format.
10503
03a8c4df
SM
105042016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10505
10506 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10507 absolute.
10508
6e774b13
SM
105092016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10510
10511 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10512 absolute.
10513 * gdb.trace/ftrace.exp: Likewise.
10514 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10515 targets as well.
10516 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10517 (gdb_load_shlibs): Copy libraries to test directory when testing
10518 natively. Only set solib-search-path if testing remotely.
10519 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10520
7817ea46
SM
105212016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10522
10523 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10524 gdb_download. Use it even if the target is not remote.
10525 * gdb.base/jit.exp (compile_jit_test): Likewise.
10526 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10527 output directory if the destination board is local, otherwise use
10528 the standard remote_download from DejaGnu.
10529 (gdb_download): Remove.
10530 (gdb_load_shlibs): Use gdb_remote_download instead of
10531 gdb_download.
10532 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10533 Use gdb_remote_download instead of gdb_download. Use it even if
10534 the target is not remote.
10535 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10536 instead of gdb_download.
10537
7beb7f68
SM
105382016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10539
10540 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10541 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10542 run.
10543
cc63428a
AV
105442016-04-01 Artemiy Volkov <artemiyv@acm.org>
10545
10546 PR gdb/19820
10547 * gdb.base/printcmds.exp: Add artificial arrays tests.
10548
64cdf930
PA
105492016-03-31 Pedro Alves <palves@redhat.com>
10550
10551 PR gdb/19858
10552 * gdb.base/jit-main.c: Include unistd.h.
10553 (ATTACH): Define to 0 if not already defined.
10554 (wait_for_gdb, mypid): New globals.
10555 (WAIT_FOR_GDB): New macro.
10556 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10557 some breakpoint locations.
10558 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10559 New procedures.
10560 (one_jit_test): Add REATTACH parameter, and handle it. Use
10561 continue_to_test_location.
10562 (top level): Test attach, and adjusts calls to one_jit_test.
10563
40dea8cb
PA
105642016-03-31 Pedro Alves <palves@redhat.com>
10565
10566 PR gdb/19858
10567 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10568 BINSUFFIX parameter, and handle it.
10569 (top level): Adjust calls compile_jit_test.
10570
e7ea3ec7
CU
105712016-03-31 Catalin Udma <catalin.udma@freescale.com>
10572
10573 PR python/19743
10574 * gdb.python/py-mi-events-gdb.py: New file.
10575 * gdb.python/py-mi-events.c: New file.
10576 * gdb.python/py-mi-events.exp: New file.
10577
e6359af3
YQ
105782016-03-30 Yao Qi <yao.qi@linaro.org>
10579
10580 * gdb.reverse/until-precsave.exp: Match function name only.
10581 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10582 Move malloc to a condition block.
10583 * gdb.reverse/until-reverse.exp: Match function name only.
10584
a4105d04
MK
105852016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10586
10587 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10588 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10589 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10590 variable for GPR 0 instead of assuming it is register 0.
10591 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10592 * lib/trace-support.exp: Add s390 registers.
10593
bfa6adb9
YQ
105942016-03-29 Yao Qi <yao.qi@linaro.org>
10595
10596 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10597
1e6697ea
YQ
105982016-03-24 Yao Qi <yao.qi@linaro.org>
10599
10600 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10601 test message.
10602
64bcd522
AA
106032016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10604
10605 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10606 maintaining separate logic for constructing the output path.
10607
7868401b
DB
106082016-03-16 Don Breazeal <donb@codesourcery.com>
10609
10610 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10611 Retry fork and waitpid on interrupted system call errors.
10612 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10613 Use with_timeout_factor to increase timeout by factor of 10.
10614
1cafadb4
DB
106152016-03-15 Don Breazeal <donb@codesourcery.com>
10616
10617 * gdb.cp/scope-err.cc: New test program.
10618 * gdb.cp/scope-err.exp: New test script.
10619 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10620 lines and "set breakpoint here" comment.
10621 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10622 Fixed some whitespace and format issues.
10623 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10624 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10625
81516450
DE
106262016-03-15 Doug Evans <dje@google.com>
10627
10628 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10629 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10630 All callers updated. Add tests for enums, mixed flags register.
10631
aa52b601
DE
106322016-03-15 Doug Evans <dje@google.com>
10633
10634 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10635 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10636
fa4ff313
SM
106372016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10638
10639 * gdb.base/default.exp: Add $_as_string to the list of expected
10640 convenience functions.
10641
f2403c39
AB
106422016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10643
10644 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10645
f2f3ccb9
SM
106462016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10647
10648 * gdb.python/py-as-string.exp: New file.
10649 * gdb.python/py-as-string.c: New file.
10650
00dbd492
PA
106512016-03-09 Pedro Alves <palves@redhat.com>
10652
10653 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10654 signal" -> "Thread NN received signal" output change.
10655 * gdb.threads/ia64-sigill.exp: Likewise.
10656 * gdb.threads/linux-dp.exp: Likewise.
10657 * gdb.threads/manythreads.exp: Likewise.
10658 * gdb.threads/pending-step.exp: Likewise.
10659 * gdb.threads/print-threads.exp: Likewise.
10660 * gdb.threads/sigstep-threads.exp: Likewise.
10661 * gdb.threads/staticthreads.exp: Likewise.
10662 * gdb.threads/tls.exp: Likewise.
10663
1e6697ea
YQ
106642016-03-09 Pedro Alves <palves@redhat.com>
10665
10666 * gdb.base/command-line-input.exp: New file.
10667
b04fd3be
MK
106682016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10669
10670 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10671 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10672 * gdb.trace/pending.exp: Accept leading dot before function name.
10673 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10674 * lib/trace-support.exp: Set registers for ppc.
10675
98fa59e9
MK
106762016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10677
10678 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10679 use it for disassembly; accept .main in addition to main in backtrace.
10680
f77198c8
MK
106812016-03-09 Wei-cheng Wang <cole945@gmail.com>
10682 Marcin Kościelnicki <koriakin@0x04.net>
10683
10684 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10685 (gdb_recursion_test_ptr): New global variable.
10686 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10687 gdb_recursion_test.
10688 (gdb_c_test): Ditto.
10689
ba84e0da
MK
106902016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10691
10692 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10693 ordering.
10694
4366d36e
MK
106952016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10696
10697 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10698 (bar): Add bar_start_lbl label.
10699 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10700 of foo/bar for emitting DWARF and tracing.
10701
5eb264df
SDJ
107022016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10703
10704 * analyze-racy-logs.py: Set executable bit.
10705
fb6a751f
SDJ
107062016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10707
10708 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10709 (CHECK_TARGET_TMP): Likewise.
10710 (check-single-racy): New rule.
10711 (check-parallel-racy): Likewise.
10712 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10713 (do-check-parallel-racy): New rule.
10714 (check-racy/%.exp): Likewise.
10715 * README (Racy testcases): New section.
10716 * analyze-racy-logs.py: New file.
10717
bdf7e230
DE
107182016-03-03 Doug Evans <dje@google.com>
10719
10720 * gdb.base/skip.exp: Use with_test_prefix.
10721
4719d415
YQ
107222016-03-03 Yao Qi <yao.qi@linaro.org>
10723
10724 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10725 Invoke step_over_syscall "clone" and break_cond_on_syscall
10726 "clone".
10727 * gdb.base/step-over-clone.c: New file.
10728
ea507862
YQ
107292016-03-03 Yao Qi <yao.qi@linaro.org>
10730
10731 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10732 code format.
10733
8fc8cbda
YQ
107342016-03-03 Yao Qi <yao.qi@linaro.org>
10735
10736 * gdb.base/disp-step-fork.c: Rename to ...
10737 * gdb.base/step-over-fork.c: ... it. New file.
10738 * gdb.base/disp-step-vfork.c: Rename to ...
10739 * gdb.base/step-over-vfork.c: ... it. New file.
10740 * gdb.base/disp-step-syscall.exp: Rename to ...
10741 * gdb.base/step-over-syscall.exp: ... it. New file.
10742 (disp_step_cross_syscall): Rename to ...
10743 (step_over_syscall): ... it.
10744
92fa70b0
YQ
107452016-03-03 Yao Qi <yao.qi@linaro.org>
10746
10747 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10748 If target supports condition evaluation on target, invoke
10749 break_cond_on_syscall for fork and vfork.
10750
e197ad3c
YQ
107512016-03-03 Yao Qi <yao.qi@linaro.org>
10752
10753 * gdb.base/disp-step-syscall.exp: Don't invoke
10754 support_displaced_stepping.
10755 (disp_step_cross_syscall): Test with displaced stepping off and
10756 on if supported.
10757
0b47da9f
YQ
107582016-03-03 Yao Qi <yao.qi@linaro.org>
10759
10760 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10761 proc.
10762 (setup): New proc.
10763 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10764 and setup.
10765
065ab6dc
BH
107662016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10767
10768 * gdb.fortran/vla-history.exp: Remove breakpoint.
10769
07e448ad 107702016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10771
25d49b86
PA
10772 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10773 exceeds timeout.
07e448ad 10774
9ac2d526 107752016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10776
25d49b86
PA
10777 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10778 breakpoint.
9ac2d526 10779
17807369
BH
107802016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10781
10782 * gdb.mi/vla.f90: Nullify pointer after declaration.
10783
86e501af
PA
107842016-03-01 Pedro Alves <palves@redhat.com>
10785
10786 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10787
1e903e32
PA
107882016-03-01 Pedro Alves <palves@redhat.com>
10789
10790 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10791 before anything else.
10792 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10793 _GNU_SOURCE here.
10794 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10795 before anything else.
10796 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10797
6ccb54e2
PA
107982016-03-01 Pedro Alves <palves@redhat.com>
10799
10800 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10801
30ca9da1
YQ
108022016-03-01 Yao Qi <yao.qi@linaro.org>
10803
10804 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10805 prepare_for_testing.
10806
dc856b38
YQ
108072016-03-01 Yao Qi <yao.qi@linaro.org>
10808
10809 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10810
4a932159
AA
108112016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10812
10813 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10814 manually constructing the output path.
10815
f2489477
AA
108162016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10817
10818 * gdb.arch/s390-stackless.S: New.
10819 * gdb.arch/s390-stackless.exp: New.
10820
38899f16
IB
108212016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10822
10823 * gdb.dlang/circular.c: New file.
10824 * gdb.dlang/circular.exp: New file.
10825
9fde51ed
YQ
108262016-02-26 Yao Qi <yao.qi@linaro.org>
10827
10828 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10829 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10830 (testcases): Update.
10831
ce90fefe
YQ
108322016-02-26 Yao Qi <yao.qi@linaro.org>
10833
10834 * gdb.reverse/aarch64.c: Rename to ...
10835 * gdb.reverse/insn-reverse.c: ... it.
10836 * gdb.reverse/aarch64.exp: Rename to ...
10837 * gdb.reverse/insn-reverse.exp: ... it.
10838
3263bceb
YQ
108392016-02-26 Yao Qi <yao.qi@linaro.org>
10840
10841 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10842 (testcase_ftype): New.
10843 (testcases): New array.
10844 (n_testcases): New.
10845 (main): Call each element in testcases.
10846 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10847 (read_testcase): New.
10848 Do the tests in a loop.
10849
6cb59ff1
YQ
108502016-02-25 Yao Qi <yao.qi@linaro.org>
10851
10852 * gdb.base/branches.c: Remove.
10853
ae91f625
MK
108542016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10855
10856 PR gdb/13808
10857 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10858
678b48b7
MK
108592016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10860
10861 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10862
7337a6f2
MK
108632016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10864
10865 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10866 change x86_64 call_insn to 'callq'.
10867
861ca91f
AT
108682016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10869
10870 * gdb.trace/tfile-avx.c: Move to...
10871 * gdb.trace/tracefile-pseudo-reg.c: Here.
10872 * gdb.trace/tfile-avx.exp: Move to...
10873 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10874
bf74e428
GB
108752016-02-24 Gary Benson <gbenson@redhat.com>
10876
10877 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10878 message on attach.
10879
cce0e923
DE
108802016-02-23 Doug Evans <dje@google.com>
10881
10882 * gdb.base/skip.c (test_skip): New function.
10883 (end_test_skip_file_and_function): New function.
10884 (test_skip_file_and_function): New function.
10885 * gdb.base/skip1.c (test_skip): New function.
10886 (skip1_test_skip_file_and_function): New function.
10887 * gdb.base/skip.exp: Add tests for new skip options.
10888 * gdb.base/skip-solib.exp: Update expected output.
10889 * gdb.perf/skip-command.cc: New file.
10890 * gdb.perf/skip-command.exp: New file.
10891 * gdb.perf/skip-command.py: New file.
10892
4000e47e
MK
108932016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10894
10895 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10896 info registers pattern.
10897
24f75ead
IB
108982016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10899
10900 * lib/future.exp: Add D support.
10901 (gdb_find_gdc): New proc.
10902 (gdb_default_target_compile): Add D support.
10903
fbb7bcbe
WW
109042016-02-18 Wei-cheng Wang <cole945@gmail.com>
10905
10906 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10907 user+system time.
10908 (trace_speed_test): Determine the iteration count for a time
10909 between 15..30 seconds.
10910
012b3a21
WT
109112016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10912
10913 * gdb.arch/i386-mpx-sigsegv.c: New file.
10914 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10915 * gdb.arch/i386-mpx-simple_segv.c: New file.
10916 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10917
2d5189bd
YQ
109182016-02-18 Yao Qi <yao.qi@linaro.org>
10919
10920 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10921 Don't call setup_kfail.
10922
40fb20d0
YQ
109232016-02-18 Yao Qi <yao.qi@linaro.org>
10924
10925 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10926 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10927
21b1f8d2
DE
109282016-02-16 Doug Evans <dje@google.com>
10929
10930 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10931 * gdb.base/skip1.c: Ditto.
10932 * gdb.base/skip.exp: Whitespace cleanup.
10933
4041ed77
DB
109342016-02-16 Don Breazeal <donb@codesourcery.com>
10935
10936 PR remote/19496
10937 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10938 Remove kfail for PR remote/19496.
10939
c4ef31bf
SM
109402016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10941
10942 * lib/gdb.exp (standard_temp_file): Return a path specific to
10943 the runtest invocation.
10944
266b65b3
SM
109452016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10946
10947 * gdb.trace/save-trace.exp: Change relative path to be in the
10948 standard output directory.
10949
a7a0a6a9
JK
109502016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10951
10952 * gdb.arch/i386-prologue.c: Add missing prototypes.
10953
c99dbb42
JK
109542016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10955
10956 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10957 * gdb.arch/i386-prologue.exp: Likewise.
10958 * gdb.arch/i386-size.exp: Likewise.
10959
aa480355
SM
109602016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10961
10962 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10963 define object file path.
10964 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10965 file path.
10966 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10967 standard_output_file to define binfile.
10968
ba881f50
JK
109692016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10970
10971 Fix compatibility with recent gfortran-5.3.1.
10972 * gdb.fortran/vla-history.exp (print vla1 allocated)
10973 (print vla2 allocated, print $2, print $3): Remove
10974 (print $4): Rename to ...
10975 (print $2): ... here.
10976 (print $9): Rename to ...
10977 (print $5): ... here.
10978 (print $10): Rename to ...
10979 (print $6): ... here.
10980 * gdb.fortran/vla.f90: Add pvla initialization.
10981
e9fb005c
JK
109822016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10983
10984 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10985 New test.
10986 * gdb.fortran/vla-value-sub.exp: Likewise.
10987
e44e00ff
MK
109882016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10989
10990 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10991
97e94151
SM
109922016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10993
10994 * i386-biarch-core.exp: Define corefile using
10995 standard_output_file.
10996
01113bc1
YQ
109972016-02-12 Yao Qi <yao.qi@linaro.org>
10998
10999 * gdb.arch/arm-single-step-kernel-helper.c: New.
11000 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11001
33b4777c
MM
110022016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11003
11004 * gdb.btrace/tailcall-only.exp: New.
11005 * gdb.btrace/tailcall-only.c: New.
11006 * gdb.btrace/x86_64-tailcall-only.S: New.
11007 * gdb.btrace/i686-tailcall-only.S: New.
11008
acc23c11
PA
110092016-02-11 Pedro Alves <palves@redhat.com>
11010
11011 * README (Parallel testing): Add missing double quotes.
11012
e352bf0a
PA
110132016-02-11 Pedro Alves <palves@redhat.com>
11014
11015 * README (Parallel testing): New section.
11016 (GDB_PARALLEL): Rewrite.
11017 (FORCE_PARALLEL): Document.
11018
9f5fed78
MK
110192016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11020
11021 * gdb.trace/tfile-avx.c: New test.
11022 * gdb.trace/tfile-avx.exp: New test.
11023
9ef9e6a6
KS
110242016-02-09 Keith Seitz <keiths@redhat.com>
11025
11026 PR breakpoints/19546
11027 * gdb.base/infcall-exec.c: New file.
11028 * gdb.base/infcall-exec2.c: New file.
11029 * gdb.base/infcall-exec.exp: New file.
11030
a96e36da
KS
110312016-02-09 Keith Seitz <keiths@redhat.com>
11032
11033 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11034 (toplevel): Call test_bkpt_address.
11035
9f61929f
KS
110362016-02-09 Keith Seitz <keiths@redhat.com>
11037
11038 PR python/19506
11039 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11040 (toplevel): Call test_bkpt_address.
11041
1e94266c
SM
110422016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11043
11044 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11045 to AC_OUTPUT.
11046 * configure: Regenerate.
11047
2a7f3dff
PA
110482016-02-09 Pedro Alves <palves@redhat.com>
11049
11050 PR breakpoints/19548
11051 * gdb.base/execl-update-breakpoints.c (some_function): New
11052 function.
11053 (main): Call it.
11054 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11055 Tighten expected GDB output.
11056
2151ccc5
SM
110572016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11058
11059 * Makefile.in (ALL_SUBDIRS): Remove.
11060 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11061 (distclean maintainer-clean realclean): Likewise.
11062 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11063 * configure: Regenerate.
11064 * gdb.ada/Makefile.in: Delete.
11065 * gdb.arch/Makefile.in: Likewise.
11066 * gdb.asm/Makefile.in: Likewise.
11067 * gdb.base/Makefile.in: Likewise.
11068 * gdb.btrace/Makefile.in: Likewise.
11069 * gdb.cell/Makefile.in: Likewise.
11070 * gdb.compile/Makefile.in: Likewise.
11071 * gdb.cp/Makefile.in: Likewise.
11072 * gdb.disasm/Makefile.in: Likewise.
11073 * gdb.dlang/Makefile.in: Likewise.
11074 * gdb.dwarf2/Makefile.in: Likewise.
11075 * gdb.fortran/Makefile.in: Likewise.
11076 * gdb.gdb/Makefile.in: Likewise.
11077 * gdb.go/Makefile.in: Likewise.
11078 * gdb.guile/Makefile.in: Likewise.
11079 * gdb.java/Makefile.in: Likewise.
11080 * gdb.linespec/Makefile.in: Likewise.
11081 * gdb.mi/Makefile.in: Likewise.
11082 * gdb.modula2/Makefile.in: Likewise.
11083 * gdb.multi/Makefile.in: Likewise.
11084 * gdb.objc/Makefile.in: Likewise.
11085 * gdb.opencl/Makefile.in: Likewise.
11086 * gdb.opt/Makefile.in: Likewise.
11087 * gdb.pascal/Makefile.in: Likewise.
11088 * gdb.perf/Makefile.in: Likewise.
11089 * gdb.python/Makefile.in: Likewise.
11090 * gdb.reverse/Makefile.in: Likewise.
11091 * gdb.server/Makefile.in: Likewise.
11092 * gdb.stabs/Makefile.in: Likewise.
11093 * gdb.threads/Makefile.in: Likewise.
11094 * gdb.trace/Makefile.in: Likewise.
11095 * gdb.xml/Makefile.in: Likewise.
11096 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11097 GDB_PARALLEL.
11098 (standard_output_file): Remove check for GDB_PARALLEL, always
11099 return path in outputs/$subdir/$testname.
11100
437277d4
SM
111012016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11102
11103 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11104 (site.exp): Assign abs_srcdir to tcl's srcdir.
11105
31d913c7
YQ
111062016-02-04 Yao Qi <yao.qi@linaro.org>
11107
11108 * gdb.base/foll-exec-mode.c: Include limits.h.
11109 (main): Add parameters argc and argv. Get directory from
11110 argv[0].
11111 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11112 compilation.
11113 * gdb.base/foll-exec.c: Include limits.h.
11114 (main): Add parameters argc and argv.
11115 Get directory from argv[0].
11116 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11117 Adjust tests on the number of lines as source code changed.
11118 * gdb.base/foll-vfork-exit.c: Include limits.h.
11119 (main): Add one line of statement before vfork.
11120 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11121 (main): Add parameters argc and argv. Get directory from
11122 argv[0].
11123 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11124 (setup_gdb): Set tbreak to skip some source lines.
11125 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11126 (main): Add parameters argc and argv. Get directory from
11127 argv[0].
11128 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11129 compilation.
11130 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11131 (main): Add parameters argc and argv. Get directory from
11132 argv[0].
11133 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11134 compilation.
11135
9482b9fb
DE
111362016-02-01 Doug Evans <dje@google.com>
11137
11138 * gdb.base/skip.exp: Clean up multiple references to same test name.
11139
6b2e4f10
PA
111402016-02-01 Pedro Alves <palves@redhat.com>
11141
ccb6afd6 11142 PR remote/19496
6b2e4f10
PA
11143 * gdb.threads/forking-threads-plus-breakpoint.exp
11144 (displaced_stepping_supported): New global.
11145 (probe_displaced_stepping_support): New procedure.
11146 (do_test): Add 'displaced' parameter, and use it.
11147 (top level): Check for displaced stepping support. Add displaced
11148 stepping on/off testing axis.
11149
37a8db1a
AB
111502016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11151
11152 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11153 pointer. Don't perform further tests on the unassociated pointer
11154 if the first test fails.
11155
5fdf6324
AB
111562016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11157
11158 * gdb.base/max-value-size.c: New file.
11159 * gdb.base/max-value-size.exp: New file.
11160 * gdb.base/huge.exp: Disable max-value-size for this test.
11161
935c6144
IB
111622016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11163
11164 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11165
7fe8399d
YQ
111662016-01-28 Yao Qi <yao.qi@linaro.org>
11167
11168 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11169
a2077e25
PA
111702016-01-25 Pedro Alves <palves@redhat.com>
11171
11172 PR threads/19461
11173 * gdb.base/fork-running-state.c: New file.
11174 * gdb.base/fork-running-state.exp: New file.
11175
1d2736d4
PA
111762016-01-25 Pedro Alves <palves@redhat.com>
11177
11178 PR gdb/19494
11179 * gdb.base/catch-fork-kill.c: New file.
11180 * gdb.base/catch-fork-kill.exp: New file.
11181
f1da4b11
PA
111822016-01-25 Pedro Alves <palves@redhat.com>
11183
11184 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11185 Delete, moved to lib/gdb.exp.
11186 * gdb.threads/forking-threads-plus-breakpoint.exp
11187 (foreach_with_prefix): Likewise.
11188 * gdb.threads/process-dies-while-handling-bp.exp
11189 (foreach_with_prefix): Likewise.
11190 * lib/gdb.exp (foreach_with_prefix): New procedure.
11191
45f38546
MK
111922016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11193
11194 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11195 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11196
dc29a1ce
MK
111972016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11198
11199 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11200 endian targets.
11201
092127d7
JK
112022016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11203 Pedro Alves <palves@redhat.com>
11204
11205 Fix testsuite compatibility with Guile.
11206 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11207 number.
11208
31d765d3
JK
112092016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11210
11211 Fix testsuite compatibility with Guile.
11212 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11213 (thread 1): New test for backtrace through signal handler.
11214
1ac78c04
YQ
112152016-01-22 Yao Qi <yao.qi@linaro.org>
11216
11217 PR testsuite/19491
11218 * gdb.base/multi-forks.c: Include
11219 ../lib/unbuffer_output.c
11220 (main): Call gdb_unbuffer_output.
11221
4f5946a8
DE
112222016-01-21 Doug Evans <dje@google.com>
11223
11224 * lib/ada.exp (gdb_compile_ada): Fix typo.
11225
305e13e6
JB
112262016-01-21 Joel Brobecker <brobecker@adacore.com>
11227
11228 * gdb.base/break-fun-addr.exp: New file.
11229 * gdb.base/break-fun-addr1.c: New file.
11230 * gdb.base/break-fun-addr2.c: New file.
11231
5f5dfff6
SM
112322016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11233
11234 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11235 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11236 enum flag values.
11237
fd356fa2
AA
112382016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11239
11240 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11241 when GDB can not set the vector return value. Add more comments
11242 for clarification.
11243
9df22175
AT
112442016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11245
11246 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11247 command.
11248
41d1845e
SM
112492016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11250
11251 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11252
01ac6840
SM
112532016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11254
11255 * Makefile.in (check-single): Pass --status to runtest.
11256 (check/%.exp): Likewise.
11257
112582016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11259
11260 * Makefile.in (check-parallel): Propagate return code from make
11261 do-check-parallel.
11262
bd0a71fa
MK
112632016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11264
11265 * gdb.trace/ftrace.exp: Fix expected message on continue.
11266 * gdb.trace/pending.exp: Fix expected message on continue.
11267 * gdb.trace/trace-break.exp: Fix expected message on continue.
11268
8bcbad33
SM
112692016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11270
11271 * lib/gdb.exp (gdb_test): Remove unused global references.
11272
f303dbd6
PA
112732016-01-18 Pedro Alves <palves@redhat.com>
11274
11275 * gdb.base/async-shell.exp: Adjust expected output.
11276 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11277 * gdb.base/siginfo-thread.exp: Adjust expected output.
11278 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11279 * gdb.java/jnpe.exp: Adjust expected output.
11280 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11281 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11282 * gdb.threads/leader-exit.exp: Adjust expected output.
11283 * gdb.threads/manythreads.exp: Adjust expected output.
11284 * gdb.threads/pthreads.exp: Adjust expected output.
11285 * gdb.threads/schedlock.exp: Adjust expected output.
11286 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11287 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11288 expected output.
11289 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11290 output.
11291 * gdb.threads/sigthread.exp: Adjust expected output.
11292 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11293
b2789696
YQ
112942016-01-18 Yao Qi <yao.qi@linaro.org>
11295
11296 * gdb.guile/scm-section-script.c: Replace @progbits with
11297 %progbits.
11298 * gdb.python/py-section-script.c: Likewise.
11299
71ef29a8
PA
113002016-01-15 Pedro Alves <palves@redhat.com>
11301
11302 * gdb.multi/tids.exp: Test star wildcard ranges.
11303
3f5b7598
PA
113042016-01-15 Pedro Alves <palves@redhat.com>
11305
11306 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11307 command from "thread apply" invocation.
11308 (thr_apply_info_thr_invalid): Default the expected output to the
11309 input tid list.
11310 (top level): Add tests that use convenience variables. Add tests
11311 for "thread apply" with a valid TID list, but missing the command.
11312
663f6d42
PA
113132016-01-13 Pedro Alves <palves@redhat.com>
11314
11315 * gdb.base/default.exp: Expect $_gthread as well.
11316 * gdb.multi/tids.exp: Test $_gthread.
11317 * gdb.threads/thread-specific.exp: Test $_gthread.
11318
c84f6bbf
PA
113192016-01-13 Pedro Alves <palves@redhat.com>
11320
11321 * gdb.multi/tids.exp: Test "info threads -gid".
11322
22a02324
PA
113232016-01-13 Pedro Alves <palves@redhat.com>
11324
11325 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11326 Breakpoint.thread.
11327 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11328
5d5658a1
PA
113292016-01-07 Pedro Alves <palves@redhat.com>
11330
11331 * gdb.base/break.exp: Adjust to output changes.
11332 * gdb.base/hbreak2.exp: Likewise.
11333 * gdb.base/sepdebug.exp: Likewise.
11334 * gdb.base/watch_thread_num.exp: Likewise.
11335 * gdb.linespec/keywords.exp: Likewise.
11336 * gdb.multi/info-threads.exp: Likewise.
11337 * gdb.threads/thread-find.exp: Likewise.
11338 * gdb.multi/tids.c: New file.
11339 * gdb.multi/tids.exp: New file.
11340
84654457
PA
113412016-01-13 Pedro Alves <palves@redhat.com>
11342
11343 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11344
e3940304
PA
113452016-01-13 Pedro Alves <palves@redhat.com>
11346
11347 * gdb.base/default.exp: Expect $_inferior as well.
11348 * gdb.multi/base.exp: Test $_inferior.
11349
a911d87a
PA
113502016-01-13 Pedro Alves <palves@redhat.com>
11351
11352 PR breakpoints/19388
11353 * gdb.base/catch-signal-siginfo-cond.c: New file.
11354 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11355
82075af2
JS
113562016-01-12 Josh Stone <jistone@redhat.com>
11357 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11358
11359 * gdb.base/catch-syscall.c (do_execve): New variable.
11360 (main): Conditionally trigger an execve.
11361 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11362 (test_catch_syscall_execve): New, check entry/return across execve.
11363 (do_syscall_tests): Call test_catch_syscall_execve.
11364
e46eeedd
PA
113652016-01-12 Pedro Alves <palves@redhat.com>
11366
11367 * gdb.base/random-signal.exp (do_test): New procedure, with body
11368 of testcase moved in.
11369
01d8c27e
JK
113702016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11371 Pedro Alves <palves@redhat.com>
11372
11373 * gdb.base/funcargs.exp (finish from indirectly called function):
11374 Reintroduce the case for 'First'.
11375
9a706302
JK
113762016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11377 Pedro Alves <palves@redhat.com>
11378
11379 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11380 (tcatch_vfork_then_child_follow_exec)
11381 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11382 identification.
11383
c0ecb95f
JK
113842016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11385
11386 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11387 and repeats to unlimited.
11388 * gdb.python/py-value.exp: Likewise.
11389 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11390 and repeats to unlimited.
11391
6cfc1fcb
JK
113922016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11393
11394 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11395 and reordering the functions.
11396 * gdb.multi/hangout.c: Likewise.
11397 * gdb.multi/hello.c: Likewise.
11398
582a1b00
SM
113992016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11400
11401 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11402 absolute.
11403 (SingleStatisticTestResult.report): Use dict.keys instead of
11404 dict.iterkeys.
11405
79bc59cb
PA
114062016-01-06 Pedro Alves <palves@redhat.com>
11407
11408 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11409
43368e1d
MM
114102016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11411
11412 * gdb.btrace/dlopen.exp: New.
11413 * gdb.btrace/dlopen.c: New.
11414 * gdb.btrace/dlopen-dso.c: New.
11415
79fad5b8
SL
114162015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11417
11418 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11419 PATTERN argument is optional.
11420
ab8314b3
JB
114212015-12-24 Joel Brobecker <brobecker@adacore.com>
11422
11423 * lib/ada.exp (target_compile_ada_from_dir): New function.
11424 (gdb_compile_ada): Reimplement avoiding the use of project files.
11425 * gdb.ada/gnat_ada.gpr: Delete.
11426 * gdb.ada/cond_lang.exp: Adjust test to make path before
11427 filename optional.
11428 * gdb.ada/small_reg_param.exp: Likewise.
11429
fe33faff
SM
114302015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11431
11432 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11433
6d265cb4
TP
114342015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11435
11436 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11437 case.
11438
10125099
SM
114392015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11440
11441 * gdb.base/break.exp: Remove dead code.
11442 * gdb.base/sepdebug.exp: Likewise.
11443
3ca22649
SM
114442015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11445
11446 * gdb.asm/asm-source.exp: Remove HP-UX references.
11447 * gdb.base/annota1.exp: Likewise.
11448 * gdb.base/annota3.exp: Likewise.
11449 * gdb.base/attach.exp: Likewise.
11450 * gdb.base/bigcore.exp: Likewise.
11451 * gdb.base/break.exp: Likewise.
11452 * gdb.base/call-ar-st.exp: Likewise.
11453 * gdb.base/callfuncs.exp: Likewise.
11454 * gdb.base/catch-fork-static.exp: Likewise.
11455 * gdb.base/display.exp: Likewise.
11456 * gdb.base/foll-exec-mode.exp: Likewise.
11457 * gdb.base/foll-exec.exp: Likewise.
11458 * gdb.base/foll-fork.exp: Likewise.
11459 * gdb.base/foll-vfork.exp: Likewise.
11460 * gdb.base/funcargs.exp: Likewise.
11461 * gdb.base/hbreak2.exp: Likewise.
11462 * gdb.base/inferior-died.exp: Likewise.
11463 * gdb.base/interrupt.exp: Likewise.
11464 * gdb.base/multi-forks.exp: Likewise.
11465 * gdb.base/nodebug.exp: Likewise.
11466 * gdb.base/sepdebug.exp: Likewise.
11467 * gdb.base/solib1.c: Likewise.
11468 * gdb.base/step-test.exp: Likewise.
11469 * gdb.mi/non-stop.c: Likewise.
11470 * gdb.mi/pthreads.c: Likewise.
11471 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11472 * gdb.threads/pthreads.c: Likewise.
11473 * gdb.threads/staticthreads.exp: Likewise.
11474 * lib/future.exp: Likewise.
11475 * lib/gdb.exp: Likewise.
11476 * gdb.base/so-indr-cl.c: Remove.
11477 * gdb.base/so-indr-cl.exp: Likewise.
11478 * gdb.base/solib.c: Likewise.
11479 * gdb.base/solib.exp: Likewise.
11480 * gdb.base/solib2.c: Likewise.
11481
b6304613
SM
114822015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11483
11484 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11485 * gdb.base/call-ar-st.exp: Likewise.
11486 * gdb.base/callfuncs.exp: Likewise.
11487 * gdb.base/condbreak.exp: Likewise.
11488 * gdb.base/constvars.exp: Likewise.
11489 * gdb.base/hbreak2.exp: Likewise.
11490 * gdb.base/langs.exp: Likewise.
11491 * gdb.base/list.exp: Likewise.
11492 * gdb.base/long_long.exp: Likewise.
11493 * gdb.base/ptype.exp: Likewise.
11494 * gdb.base/scope.exp: Likewise.
11495 * gdb.base/signals.exp: Likewise.
11496 * gdb.base/so-impl-ld.exp: Likewise.
11497 * gdb.base/varargs.exp: Likewise.
11498 * gdb.base/volatile.exp: Likewise.
11499 * gdb.base/whatis.exp: Likewise.
11500 * gdb.cp/cplusfuncs.exp: Likewise.
11501 * gdb.cp/inherit.exp: Likewise.
11502 * gdb.cp/local.exp: Likewise.
11503 * gdb.cp/member-ptr.exp: Likewise.
11504 * gdb.cp/method.exp: Likewise.
11505 * gdb.cp/overload.exp: Likewise.
11506 * gdb.cp/templates.exp: Likewise.
11507 * gdb.stabs/weird.exp: Likewise.
11508 * lib/compiler.c: Likewise.
11509 * lib/compiler.cc: Likewise.
11510 * lib/cp-support.exp: Likewise.
11511 * lib/gdb.exp: Likewise.
11512
bf401b07
SM
115132015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11514
11515 * configure.ac: Remove HP-UX case.
11516 * configure: Regenerate.
11517
aff9c0f8
SM
115182015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11519
11520 * lib/gdb.exp (gdb_compile): Add function doc.
11521
a6904d5a
PA
115222015-12-17 Pedro Alves <palves@redhat.com>
11523
11524 PR threads/19354
11525 * gdb.multi/info-threads.exp: New file.
11526
a22279dd
YQ
115272015-12-15 Yao Qi <yao.qi@linaro.org>
11528
11529 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11530 is aarch64*-*-*.
11531
0588c796
SL
115322015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11533
11534 * gdb.base/history-duplicates.exp: Skip if no readline support.
11535
5d978e17
SL
115362015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11537
11538 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11539
7e763b86
SL
115402015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11541
11542 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11543
87a3a92c
SL
115442015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11545
11546 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11547 ctrl-C if nointerrupts target property is set.
11548 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11549 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11550 * gdb.base/paginate-bg-execution.exp: Likewise.
11551 * gdb.base/paginate-execution-startup.exp: Likewise.
11552 * gdb.base/random-signal.exp: Likewise.
11553 * gdb.base/range-stepping.exp: Likewise.
11554 * gdb.cp/annota2.exp: Likewise.
11555 * gdb.cp/annota3.exp: Likewise.
11556 * gdb.gdb/selftest.exp: Likewise.
11557 * gdb.threads/continue-pending-status.exp: Likewise.
11558 * gdb.threads/leader-exit.exp: Likewise.
11559 * gdb.threads/manythreads.exp: Likewise.
11560 * gdb.threads/pthreads.exp: Likewise.
11561 * gdb.threads/schedlock.exp: Likewise.
11562 * gdb.threads/sigthread.exp: Likewise.
11563
a8f077dc
DB
115642015-12-11 Don Breazeal <donb@codesourcery.com>
11565
11566 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11567 remote.
11568 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11569 * gdb.base/foll-exec.exp (main): Enable for target remote.
11570 * gdb.base/foll-fork.exp (main): Likewise.
11571 * gdb.base/foll-vfork.exp (main): Likewise.
11572 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11573 (proc continue_to_exit_bp_loc): Use clean_restart.
11574 * gdb.base/pie-execl.exp (main): Disable for target remote.
11575 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11576 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11577 * gdb.threads/execl.exp (main): Likewise.
11578 * gdb.threads/fork-child-threads.exp (main): Likewise.
11579 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11580 remote.
11581 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11582 remote.
11583 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11584 pid.tid style ptids, instead of just tid.
11585 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11586 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11587 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11588 ptids, instead of just tid.
11589
3b2464a8
AB
115902015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11591
11592 * gdb.base/list.exp (test_list_forward): Add end of file error
11593 test.
11594 (test_repeat_list_command): Add end of file error test.
11595 (test_list_backwards): Add beginning of file error test.
11596
a0def019
AB
115972015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11598
11599 * gdb.base/list.exp (test_list_invalid_args): New function,
11600 defined, and called.
11601
5c000dff
AB
116022015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11603
11604 * gdb.base/list.exp (test_list): Make test names unique.
11605
f1637ebe
YQ
116062015-12-11 Yao Qi <yao.qi@linaro.org>
11607
11608 * gdb.base/coremaker2.c: Remove.
11609
36d6fc0a
PA
116102015-12-10 Pedro Alves <palves@redhat.com>
11611
11612 * gdb.multi/base.exp: Remove stale "spaces" references.
11613
762f7747
PA
116142015-12-10 Pedro Alves <palves@redhat.com>
11615
11616 * gdb.multi/base.exp: Don't use nowarnings.
11617 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11618 * gdb.multi/hangout.c: Include stdio.h.
11619 * gdb.multi/hello.c: Include stdlib.h.
11620 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11621 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11622 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11623
28d2bfb9
AB
116242015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11625
11626 * gdb.dwarf2/dw2-ranges-base.c: New file.
11627 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11628 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11629 support additional line table, and debug ranges generation.
11630 (Dwarf::ranges): New function, generate .debug_ranges.
11631 (Dwarf::lines): Support generating simple line table programs.
11632 (Dwarf::assemble): Initialise new namespace variables.
11633
5fc2beac
KB
116342015-12-09 Kevin Buettner <kevinb@redhat.com>
11635
11636 * gdb.base/async.exp (proc test_background): Add case for
11637 asynchronous execution not supported.
11638
1c35a88f
LM
116392015-12-09 Luis Machado <lgustavo@codesourcery.com>
11640
11641 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11642 format and change test names to make them unique.
11643
b593e3d9
RK
116442015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11645 Pedro Alves <pedro@redhat.com>
11646
11647 PR gdb/18702
11648 Add checking of floatformats setup on x86_64 hosts.
11649 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11650 (smallval, bigval): New labels/constants.
11651 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11652 float" after loading bigval and smallval.
11653
d72413e6
PMR
116542015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11655
11656 * gdb.ada/fun_overload_menu.exp: New testcase.
11657 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11658
ece66d65
JS
116592015-12-04 Josh Stone <jistone@redhat.com>
11660
11661 * gdb.base/catch-fork-static.exp: New.
11662
41d0efca
YQ
116632015-12-03 Yao Qi <yao.qi@linaro.org>
11664
11665 * gdb.base/sizeof.c: Don't include stdio.h and
11666 ../lib/unbuffer_output.c.
11667 (main): New variable 'size' and 'value'. Remove printf and
11668 gdb_unbuffer_output. Assign return value to size and value.
11669 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11670 at the beginning.
11671 (check_sizeof): Check the result by printing variable 'size'.
11672 (check_valueof): Check the result by printing variable 'value'.
11673
99fd02d9
YQ
116742015-12-01 Yao Qi <yao.qi@linaro.org>
11675
11676 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11677 for aarch64*-*-linux* target.
11678
f2faf941
PA
116792015-11-30 Pedro Alves <palves@redhat.com>
11680
11681 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11682
04bf20c5
PA
116832015-11-30 Pedro Alves <palves@redhat.com>
11684
11685 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11686 Handle non-stop mode vCont replies.
11687
09df4675
PA
116882015-11-30 Pedro Alves <palves@redhat.com>
11689
11690 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11691 prepare_for_testing. Start gdb with "set non-stop on" appended to
11692 GDBFLAGS. Lax expected stop output.
11693
58b584af
YQ
116942015-11-27 Yao Qi <yao.qi@linaro.org>
11695
11696 * gdb.arch/arm-neon.exp: New.
11697 * gdb.arch/arm-neon.c: New.
11698
dfcb77a8
YQ
116992015-11-27 Yao Qi <yao.qi@linaro.org>
11700
11701 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11702
88e8ec1b
YQ
117032015-11-27 Yao Qi <yao.qi@linaro.org>
11704
11705 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11706 frames-invalid annotation.
11707
bfde72c2
YQ
117082015-11-27 Yao Qi <yao.qi@linaro.org>
11709
11710 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11711
f6512a69
SM
117122015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11713
11714 * gdb.threads/names.exp: New file.
11715 * gdb.threads/names.c: New file.
11716 * README: Mention gdb,no_thread_names.
11717
46a3515b
MM
117182015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11719
11720 PR 19297
11721 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11722 support" error.
11723
62147a22
PA
117242015-11-24 Pedro Alves <palves@redhat.com>
11725
11726 PR 17539
11727 * gdb.base/display.exp: Expect displays to be sorted in ascending
11728 order. Use multi_line.
11729 * gdb.base/solib-display.exp: Likewise.
11730
2f341b6e
PA
117312015-11-24 Pedro Alves <palves@redhat.com>
11732
11733 PR 17539
25d49b86
PA
11734 * gdb.base/display.exp: Expect displays to be sorted in ascending
11735 order. Use multi_line.
11736 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11737
7e0aa6aa
PA
117382015-11-24 Pedro Alves <palves@redhat.com>
11739
11740 PR 17539
11741 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11742 threads in ascending order.
11743 * gdb.base/foll-fork.exp: Likewise.
11744 * gdb.base/foll-vfork.exp: Likewise.
11745 * gdb.base/multi-forks.exp: Likewise.
11746 * gdb.mi/mi-nonstop.exp: Likewise.
11747 * gdb.mi/mi-nsintrall.exp: Likewise.
11748 * gdb.multi/base.exp: Likewise.
11749 * gdb.multi/multi-arch.exp: Likewise.
11750 * gdb.python/py-inferior.exp: Likewise.
11751 * gdb.threads/break-while-running.exp: Likewise.
11752 * gdb.threads/execl.exp: Likewise.
11753 * gdb.threads/gcore-thread.exp: Likewise.
11754 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11755 * gdb.threads/kill.exp: Likewise.
11756 * gdb.threads/linux-dp.exp: Likewise.
11757 * gdb.threads/multiple-step-overs.exp: Likewise.
11758 * gdb.threads/next-bp-other-thread.exp: Likewise.
11759 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11760 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11761 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11762 * gdb.threads/thread-find.exp: Likewise.
11763 * gdb.threads/tls.exp: Likewise.
11764 * lib/mi-support.exp (mi_reverse_list): Delete.
11765 (mi_check_thread_states): No longer reverse list.
11766
2cc57ad8
PA
117672015-11-24 Pedro Alves <palves@redhat.com>
11768
11769 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11770 use lowercase.
11771
c93e8391
SM
117722015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11773
11774 * gdb.trace/actions.c: Include trace-common.h.
11775 (main): Add a location for a fast tracepoint.
11776 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11777 the normal tracepoints.
11778 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11779
045ccf91
SM
117802015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11781
11782 * save-trace.exp: Factor out code to these...
11783 (gdb_save_tracepoints): New.
11784 (gdb_load_tracepoints): New.
11785 (do_save_load_test): New.
11786
5506f9f6
KB
117872015-11-23 Kevin Buettner <kevinb@redhat.com>
11788
11789 * gdb.base/asmlabel.exp: New test.
11790 * gdb.base/asmlabel.c: New test case.
11791
16c3b12f
JB
117922015-11-23 Joel Brobecker <brobecker@adacore.com>
11793
11794 * gdb.base/wrong_frame_bt_full-main.c: New file.
11795 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11796 * gdb.base/wrong_frame_bt_full.exp: New file.
11797
155bfbd3
JB
117982015-11-23 Joel Brobecker <brobecker@adacore.com>
11799
11800 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11801
bb097445
JM
118022015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11803
206853a0 11804 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11805 pstate register when comparing registers values in
11806 sparc64-*-linux-gnu targets to avoid spurious differences.
11807
9c88ed8f
JM
118082015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11809
206853a0 11810 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11811
96161e25
SL
118122015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11813
11814 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11815 as type argument to gdb_compile.
11816 * gdb.base/nested-subp2.exp: Likewise.
11817 * gdb.base/nested-subp3.exp: Likewise.
11818
340c2830
DV
118192015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11820
11821 * lib/dwarf.exp (_note): Fix left shift of negative value.
11822 * gdb.trace/trace-condition.exp: Likewise.
11823
c1862d0f
YQ
118242015-11-13 Yao Qi <yao.qi@linaro.org>
11825
11826 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11827 comments about d10v.
11828 (test_scalar_returns): Likewise.
11829 * gdb.base/d10v.ld: Remove.
11830 * gdb.base/overlays.exp: Remove the target triplet checking for
11831 d10v-*-*.
11832 * gdb.base/structs.exp (test_struct_returns): Remove the
11833 comments about d10v.
11834 (test_struct_calls): Likewise.
11835
77ae9c19
YQ
118362015-11-13 Yao Qi <yao.qi@linaro.org>
11837
11838 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11839 * gdb.base/gnu_vector.c: Don't include stdio.h.
11840 (main): Don't print res and call add_some_intvecs.
11841
430e004e
MK
118422015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11843
11844 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11845 macro.
11846 (func5): Removed.
11847 (func4): Use FAST_TRACEPOINT_LABEL.
11848 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11849 macro.
11850 (func): Removed.
11851 (thread_function): Use FAST_TRACEPOINT_LABEL.
11852 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11853 (func): Remove.
11854 (marker): Use FAST_TRACEPOINT_LABEL.
11855 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11856 (pendfunc1): Remove.
11857 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11858 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11859 (foo): Remove.
11860 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11861 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11862 macro.
11863 (func): Remove.
11864 (marker): Use FAST_TRACEPOINT_LABEL.
11865 * gdb.trace/trace-common.h: New header.
11866 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11867 macro.
11868 (func): Remove.
11869 (marker): Use FAST_TRACEPOINT_LABEL.
11870 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11871 (func): Remove.
11872 (thread_function): Use FAST_TRACEPOINT_LABEL.
11873
6e7675a7
MK
118742015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11875
11876 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11877 in front.
11878 * gdb.trace/change-loc.exp: Use global pcreg definition.
11879 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11880 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11881 in front.
11882 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11883 * gdb.trace/pending.exp: Likewise.
11884 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11885 * gdb.trace/trace-break.exp: Likewise.
11886 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11887 in front.
11888 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11889 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11890 in front.
11891 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11892
dddc0e16
JB
118932015-11-09 Joel Brobecker <brobecker@adacore.com>
11894
11895 * gdb.ada/fin_fun_out: New testcase.
11896
c6f0b406
KB
118972015-11-07 Kevin Buettner <kevinb@redhat.com>
11898
11899 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11900 value associated with DW_AT_byte_size.
11901 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11902 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11903 DW_AT_upper_bound.
11904
f01dcfd9
KB
119052015-11-07 Kevin Buettner <kevinb@redhat.com>
11906
11907 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11908 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11909 version.
11910 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11911 gdb.dwarf2/dw2-canonicalize-type.exp,
11912 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11913 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11914 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11915 provided by gdb_target_symbol_prefix_flags_asm.
11916 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11917 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11918 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11919 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11920 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11921 macros where needed). Use this macro for symbols which require
11922 the prefix provided by SYMBOL_PREFIX.
11923
2223449a
KB
119242015-11-05 Kevin Buettner <kevinb@redhat.com>
11925
11926 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11927 New procs.
11928 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11929 representing expressions, of more than one list element.
11930 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11931 to prepend linker symbol prefix to f.
11932 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11933 table_1 and table_2.
11934 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11935 Likewise, for f and g.
11936 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11937 for ptr.
11938 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11939 for main.
11940 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11941 table_1_ptr and table_2_ptr.
11942
6f2f1a3a
JK
119432015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11944 Joel Brobecker <brobecker@adacore.com>
11945
11946 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11947
566c56c9
MK
119482015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11949
11950 * gdb.reverse/s390-mvcle.c: New test.
11951 * gdb.reverse/s390-mvcle.exp: New file.
11952 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11953
d5f0636b
MK
119542015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11955
11956 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11957
7ad8b86c
MK
119582015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11959
11960 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11961 reaching marker2.
11962 * gdb.reverse/getresuid-reverse.exp: Likewise.
11963 * gdb.reverse/pipe-reverse.exp: Likewise.
11964 * gdb.reverse/readv-reverse.exp: Likewise.
11965 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11966 * gdb.reverse/time-reverse.exp: Likewise.
11967 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11968
4081c0f1
YQ
119692015-10-30 Yao Qi <yao.qi@linaro.org>
11970
11971 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11972 (empty_cycle): Remove.
11973 (main): Don't call empty_cycle. Don't use watch_count_done.
11974 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11975 empty_cycle. Rewrite the code counting HW watchpoints.
11976
452b4ba5
MK
119772015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11978
11979 * gdb.reverse/fstatat-reverse.c: New test.
11980 * gdb.reverse/fstatat-reverse.exp: New file.
11981 * gdb.reverse/getresuid-reverse.c: New test.
11982 * gdb.reverse/getresuid-reverse.exp: New file.
11983 * gdb.reverse/pipe-reverse.c: New test.
11984 * gdb.reverse/pipe-reverse.exp: New file.
11985 * gdb.reverse/readv-reverse.c: New test.
11986 * gdb.reverse/readv-reverse.exp: New file.
11987 * gdb.reverse/recvmsg-reverse.c: New test.
11988 * gdb.reverse/recvmsg-reverse.exp: New file.
11989 * gdb.reverse/time-reverse.c: New test.
11990 * gdb.reverse/time-reverse.exp: New file.
11991 * gdb.reverse/waitpid-reverse.c: New test.
11992 * gdb.reverse/waitpid-reverse.exp: New file.
11993
5e2e7507
JK
119942015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11995
11996 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11997
0fde2c53
DE
119982015-10-26 Doug Evans <dje@google.com>
11999
12000 PR symtab/17391
12001 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12002 * gdb.dwarf2/bad-regnum.c: New file.
12003 * gdb.dwarf2/bad-regnum.exp: New file.
12004
1a70ae97
DE
120052015-10-26 Doug Evans <dje@google.com>
12006
12007 PR python/18938
12008 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12009 file.
12010
27dc26ab
JK
120112015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12012
12013 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12014 for a change by "Mention language in compile error message".
12015
bed91f4d
SM
120162015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12017
12018 PR python/18073
12019 * gdb.python/py-type.c (C::a_method): New.
12020 (C::a_const_method): New.
12021 (C::a_static_method): New.
12022 (a_function): New.
12023 * gdb.python/py-type.exp (test_fields): Test getting fields
12024 from function and method.
12025
3f2f83dd
KB
120262015-10-21 Keven Boell <keven.boell@intel.com>
12027
12028 * gdb.fortran/vla-alloc-assoc.exp: New file.
12029 * gdb.fortran/vla-datatypes.exp: New file.
12030 * gdb.fortran/vla-datatypes.f90: New file.
12031 * gdb.fortran/vla-history.exp: New file.
12032 * gdb.fortran/vla-ptype-sub.exp: New file.
12033 * gdb.fortran/vla-ptype.exp: New file.
12034 * gdb.fortran/vla-sizeof.exp: New file.
12035 * gdb.fortran/vla-sub.f90: New file.
12036 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12037 * gdb.fortran/vla-value-sub-finish.exp: New file.
12038 * gdb.fortran/vla-value-sub.exp: New file.
12039 * gdb.fortran/vla-value.exp: New file.
12040 * gdb.fortran/vla-ptr-info.exp: New file.
12041 * gdb.mi/mi-vla-fortran.exp: New file.
12042 * gdb.mi/vla.f90: New file.
12043
27145d50
SL
120442015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12045
12046 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12047 of hardwired timeout value.
12048
5f3ff4f8
JK
120492015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12050 Pedro Alves <palves@redhat.com>
12051
12052 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12053 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12054
bfd09d20
JS
120552015-10-19 Josh Stone <jistone@redhat.com>
12056
12057 * gdb.base/catch-syscall.c: Include <sched.h>.
12058 (unknown_syscall): New variable.
12059 (main): Trigger a vfork and an unknown syscall.
12060 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12061 (unknown_syscall_number): Likewise.
12062 (check_call_to_syscall): Accept an optional syscall pattern.
12063 (check_return_from_syscall): Likewise.
12064 (check_continue): Likewise.
12065 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12066 (test_catch_syscall_skipping_return): New test toggling off 'catch
12067 syscall' to step over the syscall return, then toggling back on.
12068 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12069 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12070 (do_syscall_tests): Call test_catch_syscall_without_args and
12071 test_catch_syscall_mid_vfork.
12072 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12073 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12074
b32b93c6
AS
120752015-10-19 Andrew Stubbs <ams@codesourcery.com>
12076
12077 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12078 print g_vE): Add new pass patterns.
12079 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12080 print various symbol names for vptr fields.
12081
9d622bda
AB
120822015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12083
12084 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12085 results.
12086
0fd8ac1c
YQ
120872015-10-12 Yao Qi <yao.qi@linaro.org>
12088
12089 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12090
34240514
YQ
120912015-10-12 Yao Qi <yao.qi@linaro.org>
12092
12093 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12094 is aarch64*-*-linux*.
12095
8240f442
YQ
120962015-10-12 Yao Qi <yao.qi@linaro.org>
12097
12098 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12099 (can_relocate_bcond_true): ... it.
12100 (can_relocate_bcond_false): New function.
12101 (foo): Likewise.
12102 (can_relocate_bl): Likewise.
12103 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12104 can_relocate_bl.
12105
2520f728
PMR
121062015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12107
12108 * gdb.base/nested-addr.c: New file.
12109 * gdb.base/nested-addr.exp: New testcase.
12110
abcef95a
MM
121112015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12112
12113 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12114 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12115 its output. Ignore the output of "record goto begin" and instead
12116 check that GDB is replaying.
12117
145e3ddb
PA
121182015-10-09 Pedro Alves <palves@redhat.com>
12119
12120 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12121 (top level): Use it in the run with no args test.
12122
d5d8c4e1
IB
121232015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12124
12125 * gdb.dlang/properties.exp: New file.
12126
06e635ef
SL
121272015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12128
12129 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12130 whether or not address 0x1000 is mapped on the target.
12131
e019fd1d
SM
121322015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12133
12134 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12135 build.
12136
77ba2a67
MM
121372015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12138
12139 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12140 instruction-history test.
12141
c60eb31f
DE
121422015-09-28 Doug Evans <dje@google.com>
12143
12144 * gdb.base/gcore.c (array_func): Add reference to static_array.
12145
9a3c8263
SM
121462015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12147
12148 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12149 source line.
12150
9720e656
SL
121512015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12152
12153 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12154 short or char as base type.
12155
938d3bf2
SL
121562015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12157
12158 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12159 to allow any size enum.
12160
e6c2c623
PMR
121612015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12162
12163 * gdb.ada/array_ptr_renaming.exp: New testcase.
12164 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12165 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12166
06da0f77
PL
121672015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12168
12169 * gdb.trace/ftrace-lock.c: New file.
12170 * gdb.trace/ftrace-lock.exp: New file.
12171
4f51c22a
PL
121722015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12173
12174 * gdb.arch/insn-reloc.c: New file.
12175 * gdb.arch/ftrace-insn-reloc.exp: New file.
12176
7041adf4
PL
121772015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12178
12179 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12180 instruction.
12181 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12182 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12183 * gdb.trace/range-stepping.c: Likewise.
12184 * gdb.trace/trace-break.c: Likewise.
12185 * gdb.trace/trace-mt.c (thread_function): Likewise.
12186 * gdb.trace/ftrace.c (marker): Likewise.
12187 * gdb.trace/trace-condition.c (marker): Likewise.
12188 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12189 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12190 is_aarch64_target.
12191
015d2e7e
DE
121922015-09-18 Doug Evans <xdje42@gmail.com>
12193
12194 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12195 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12196
26b188a2
SL
121972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12198
12199 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12200 the breakpoint.
12201
79dc332b
SL
122022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12203
12204 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12205 the pending breakpoint. Remove timeout override for "Run till
12206 MI pending breakpoint on pendfunc3 on thread 2" test.
12207
f57929f2
SL
122082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12209
12210 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12211 filename pattern.
12212
3f469b17
SL
122132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12214
12215 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12216 in breakpoint filename pattern.
12217
515b89b3
SL
122182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12219
7800dbe4
SL
12220 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12221
122222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12223
515b89b3
SL
12224 * gdb.linespec/explicit.exp: Check for readline support for
12225 tab-completion tests. Fix obvious typo.
12226
d2939ba2
MM
122272015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12228
12229 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12230 and replay.
12231
cbb55fa7
MM
122322015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12233
12234 * gdb.btrace/non-stop.c: New.
12235 * gdb.btrace/non-stop.exp: New.
12236
43691ca1
PL
122372015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12238 Yao Qi <yao.qi@linaro.org>
12239
12240 * gdb.trace/trace-condition.c: New file.
12241 * gdb.trace/trace-condition.exp: New file.
12242
d78908cf
WW
122432015-09-16 Wei-cheng Wang <cole945@gmail.com>
12244
12245 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12246 for testing bytecode compilation.
12247
1ed415e2
PA
122482015-09-16 Pedro Alves <palves@redhat.com>
12249 Sandra Loosemore <sandra@codesourcery.com>
12250
12251 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12252 (SECONDS): Redefine.
12253 (main): Call pthread_kill and alarm early.
12254 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12255 support.
12256 (test): If the target can't hardware step and doesn't support
12257 displaced stepping, increase the timeout.
12258
d136eff5
PA
122592015-09-16 Pedro Alves <palves@redhat.com>
12260
12261 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12262 (enable_debug): New procedures.
12263 (test): Use them. Bail out if waiting for threads fails.
12264 (top level): Bail out if a test fails.
12265
991f019c
YQ
122662015-09-16 Yao Qi <yao.qi@linaro.org>
12267
12268 * gdb.asm/asm-source.exp: Set asm-arch for
12269 aarch64*-*-* target.
12270 * gdb.asm/aarch64.inc: New file.
12271
bfca584f
PMR
122722015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12273
12274 * gdb.ada/array_of_variable_length.exp: New testcase.
12275 * gdb.ada/array_of_variable_length/foo.adb: New file.
12276 * gdb.ada/array_of_variable_length/pck.adb: New file.
12277 * gdb.ada/array_of_variable_length/pck.ads: New file.
12278
b326e587
DE
122792015-09-15 Doug Evans <dje@google.com>
12280
12281 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12282 of function static local variable.
12283
5382cfab
PW
122842015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12285
12286 * gdb.threads/tls-so_extern.exp: New test file.
12287 * gdb.threads/tls-so_extern.c: New test file.
12288 * gdb.threads/tls-so_extern_main.c: New test file.
12289
141c5cc4
JK
122902015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12291
12292 * gdb.opt/solib-intra-step-lib.c: New file.
12293 * gdb.opt/solib-intra-step-main.c: New file.
12294 * gdb.opt/solib-intra-step.exp: New file.
12295
d15dcecd
PA
122962015-09-15 Pedro Alves <palves@redhat.com>
12297
12298 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12299 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12300
4c2f2a79
PA
123012015-09-14 Pedro Alves <palves@redhat.com>
12302
12303 * gdb.base/hook-stop-continue.c: Delete.
12304 * gdb.base/hook-stop-continue.exp: Delete.
12305 * gdb.base/hook-stop-frame.c: Delete.
12306 * gdb.base/hook-stop-frame.exp: Delete.
12307 * gdb.base/hook-stop.c: New file.
12308 * gdb.base/hook-stop.exp: New file.
12309
919e6dbe
PMR
123102015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12311
12312 * gdb.ada/access_to_packed_array.exp: New testcase.
12313 * gdb.ada/access_to_packed_array/foo.adb: New file.
12314 * gdb.ada/access_to_packed_array/pack.adb: New file.
12315 * gdb.ada/access_to_packed_array/pack.ads: New file.
12316
157280a4
MM
123172015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12318
12319 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12320 buffer size test.
12321
2fd33e94
DB
123222015-09-11 Don Breazeal <donb@codesourcery.com>
12323
12324 * gdb.base/foll-exec.c: Add copyright header. Fix
12325 formatting issues.
12326 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12327 (do_exec_tests): Use clean_restart in place of zap_session,
12328 and for test initialization. Fix formatting issues. Use
12329 fail in place of perror.
12330 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12331 an expect statement to match an expression with output from
12332 the program under debug.
12333 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12334 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12335 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12336 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12337 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12338
e70b6e8e
DE
123392015-09-09 Doug Evans <dje@google.com>
12340
12341 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12342
7a551a51
DE
123432015-09-09 Doug Evans <dje@google.com>
12344
12345 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12346
4c666f84
DE
123472015-09-09 Doug Evans <dje@google.com>
12348
12349 * gdb.base/savedregs.exp: Fix typo.
12350
243a9253
PA
123512015-09-09 Pedro Alves <palves@redhat.com>
12352
12353 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12354
c0fa8fbd
SL
123552015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12356
12357 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12358 command actually switches threads. Give up on remaining
12359 tests if target fails to stop at breakpoint.
12360
cd7c1778
PMR
123612015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12362
12363 * gdb.ada/funcall_char.exp: New testcase.
12364 * gdb.ada/funcall_char/foo.adb: New file.
12365
dc5c8746
PMR
123662015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12367
12368 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12369 expected outputs. Add two testcases for completing ambiguous
12370 functions.
12371 * gdb.ada/complete/aux_pck.adb: New file.
12372 * gdb.ada/complete/aux_pck.ads: New file.
12373 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12374 Ambiguous_Func functions.
12375 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12376 * gdb.ada/complete/pck.adb: Likewise.
12377
4e83a1e7
UW
123782015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12379
12380 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12381 failures to run the test program under GDB.
12382
8ce74153
LM
123832015-08-26 Luis Machado <lgustavo@codesourcery.com>
12384
12385 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12386 to C.
12387
e9756d52
PP
123882015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12389
12390 * gdb.base/run-after-attach.exp: New test file.
12391 * gdb.base/run-after-attach.c: New test file.
12392
8d37573b
DB
123932015-08-26 Don Breazeal <donb@codesourcery.com>
12394
12395 * gdb.base/foll-exec-2.c: New test program.
12396 * gdb.base/foll-exec-2.exp: New test.
12397
63e43d3a
PMR
123982015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12399
12400 * gdb.base/nested-subp1.exp: New file.
12401 * gdb.base/nested-subp1.c: New file.
12402 * gdb.base/nested-subp2.exp: New file.
12403 * gdb.base/nested-subp2.c: New file.
12404 * gdb.base/nested-subp3.exp: New file.
12405 * gdb.base/nested-subp3.c: New file.
12406
3d40fbb5
PA
124072015-08-24 Pedro Alves <palves@redhat.com>
12408
12409 * gdb.server/connect-without-multi-process.c: New file.
12410 * gdb.server/connect-without-multi-process.exp: New file.
12411
4422ac93
LM
124122015-08-24 Luis Machado <lgustavo@codesourcery.com>
12413
12414 * gdb.opt/inline-markers.c: Make z int.
12415
91dddb86
LM
124162015-08-24 Luis Machado <lgustavo@codesourcery.com>
12417
12418 * gdb.opt/inline-markers.c: Make z volatile.
12419
a48847ee
LM
124202015-08-24 Luis Machado <lgustavo@codesourcery.com>
12421
12422 * gdb.opt/inline-bt.c: New volatile global z.
12423 * gdb.opt/inline-cmds.c: Likewise.
12424 * gdb.opt/inline-locals.c: Likewise.
12425 * gdb.opt/inline-markers.c: New extern global z.
12426 (marker): Use z.
12427 (inline_fn): Likewise.
12428
0ebbc52b
PA
124292015-08-24 Pedro Alves <palves@redhat.com>
12430
12431 * config/m32r-stub.exp: Remove file.
12432 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12433 * gdb.base/call-rt-st.exp: Likewise.
12434 * gdb.base/call-strs.exp: Likewise.
12435 * gdb.base/default.exp: Remove references to h8300-*-hms and
12436 *-*-udi*.
12437 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12438
77c365df
AA
124392015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12440
12441 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12442 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12443 and "return" use KFAIL when GDB can not read/write the vector
12444 return value.
12445
4313b8c0
GB
124462015-08-21 Gary Benson <gbenson@redhat.com>
12447
12448 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12449
0e433b32
PA
124502015-08-20 Pedro Alves <palves@redhat.com>
12451
12452 * gdb.server/solib-list.exp: No longer expect an interior stop in
12453 non-stop mode.
12454
221e1a37
PA
124552015-08-20 Pedro Alves <palves@redhat.com>
12456
12457 * gdb.server/connect-stopped-target.c: New file.
12458 * gdb.server/connect-stopped-target.exp: New file.
12459
40e3ad0e
PA
124602015-08-20 Pedro Alves <palves@redhat.com>
12461
12462 * gdb.dwarf2/comp-unit-lang.exp: New file.
12463 * gdb.dwarf2/comp-unit-lang.c: New file.
12464
af39b327
PMR
124652015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12466
12467 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12468 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12469
7d45c7c3 124702015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 12471
7d45c7c3
KB
12472 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12473 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12474
4d6cceb4
DE
124752015-08-18 Doug Evans <dje@google.com>
12476 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12477
12478 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12479 skip_python_tests. New arg prompt_regexp.
12480 (skip_python_tests): New function.
12481 * lib/mi-support.exp (mi_skip_python_tests): New function.
12482 * gdb.python/py-mi-objfile-gdb.py: New file.
12483 * gdb.python/py-mi-objfile.c: New file.
12484 * gdb.python/py-mi-objfile.exp: New file.
12485
ad89c2aa
KS
124862015-08-17 Keith Seitz <keiths@redhat.com>
12487
12488 * gdb.linespec/explicit.exp: Move strace test from here ...
12489 * gdb.trace/strace.exp: ... to here.
12490
e3ae3c43
PP
124912015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12492
12493 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12494 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12495
604b2636
DE
124962015-08-14 Doug Evans <xdje42@gmail.com>
12497
12498 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12499 inferior before selecting a new file.
12500
6ff0ba5f
DE
125012015-08-14 Doug Evans <xdje42@gmail.com>
12502
12503 * gdb.mi/mi-disassemble.exp: Update.
12504 * gdb.base/disasm-optim.S: New file.
12505 * gdb.base/disasm-optim.c: New file.
12506 * gdb.base/disasm-optim.h: New file.
12507 * gdb.base/disasm-optim.exp: New file.
12508
9ca98f92
KS
125092015-08-14 Keith Seitz <keiths@redhat.com>
12510
12511 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12512 "evaluated-by".
12513
52bbc560
JB
125142015-08-13 Joel Brobecker <brobecker@adacore.com>
12515
12516 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12517
5d8c3ed3
PMR
125182015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12519
12520 * gdb.ada/fun_renaming.exp: New testcase.
12521 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12522 * gdb.ada/fun_renaming/pack.adb: New file.
12523 * gdb.ada/fun_renaming/pack.ads: New file.
12524
ea8812bc
KS
125252015-08-12 Keith Seitz <keiths@redhat.com>
12526
12527 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12528 gdb_get_line_number.
12529
4dafcdeb
JB
125302015-08-12 Joel Brobecker <brobecker@adacore.com>
12531
12532 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12533 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12534 gdb.base/dso2dso.exp: New files.
12535
5ba32597
SDJ
125362015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12537 Pedro Alves <palves@redhat.com>
12538 Keith Seitz <keiths@redhat.com>
12539
12540 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12541 GDBFLAGS.
12542
b6dafabf
PP
125432015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12544
12545 * gdb.base/gdbhistsize-history.exp
12546 (test_histsize_history_setting): Use save_vars.
12547 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12548 Use save_vars.
12549 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12550 * gdb.base/readline.exp: Use save_vars.
12551
abe8e607
PP
125522015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12553
12554 * lib/gdb.exp (save_vars): New proc.
12555
629500fa
KS
125562015-08-11 Keith Seitz <keiths@redhat.com>
12557
12558 * gdb.base/help.exp: Update help_breakpoint_text.
12559
eb8c4e2e
KS
125602015-08-11 Keith Seitz <keiths@redhat.com>
12561
12562 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12563 (at toplevel): Call test_explicit_breakpoints.
12564 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12565 breakpoints.
12566 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12567 breakpoint conditions, "-cond".
12568
87f0e720
KS
125692015-08-11 Keith Seitz <keiths@redhat.com>
12570
12571 * gdb.linespec/3explicit.c: New file.
12572 * gdb.linespec/cpexplicit.cc: New file.
12573 * gdb.linespec/cpexplicit.exp: New file.
12574 * gdb.linespec/explicit.c: New file.
12575 * gdb.linespec/explicit.exp: New file.
12576 * gdb.linespec/explicit2.c: New file.
12577 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12578 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12579 before using in the matching pattern.
12580 Clarify that `prefix' is a regular expression.
12581
f00aae0f
KS
125822015-08-11 Keith Seitz <keiths@redhat.com>
12583
12584 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12585 test.
12586 Add tests for missing ",FMT" and ",".
12587
e27852be
DE
125882015-08-10 Doug Evans <dje@google.com>
12589 Keith Seitz <keiths@redhat.com>
12590
12591 PR gdb/17960
12592 * gdb.base/completion.exp: Add location completer tests.
12593
7f03bd92
PA
125942015-08-07 Pedro Alves <palves@redhat.com>
12595
12596 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12597 tests here.
12598 (top level): Run do_test with and without displaced stepping.
12599
3fc8eb30
PA
126002015-08-07 Pedro Alves <palves@redhat.com>
12601
12602 * gdb.base/valgrind-disp-step.c: New file.
12603 * gdb.base/valgrind-disp-step.exp: New file.
12604
d4569d7b
PA
126052015-08-07 Pedro Alves <palves@redhat.com>
12606
12607 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12608 Delete function.
12609 (main): Add alarm. Run an infinite loop instead of calling
12610 wait_threads.
12611 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12612 comment.
12613 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12614 Delete function.
12615 (main): Add alarm. Run an infinite loop instead of calling
12616 wait_threads.
12617 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12618 comment.
12619
e1316e60
PA
126202015-08-07 Pedro Alves <palves@redhat.com>
12621
12622 * gdb.base/checkpoint-ns.exp: New file.
12623 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12624 standard_testfile.
12625
da8c46d2
MM
126262015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12627
12628 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12629 * gdb.btrace/instruction_history.exp: Update.
12630 * gdb.btrace/tsx.exp: New.
12631 * gdb.btrace/tsx.c: New.
12632
de1c2c52
PA
126332015-08-06 Pedro Alves <palves@redhat.com>
12634
12635 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12636 increase timeout.
12637 * gdb.reverse/until-precsave.exp: Bump timeouts.
12638
782e0bf4
PA
126392015-08-06 Pedro Alves <palves@redhat.com>
12640
12641 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12642
83e97ed0
PA
126432015-08-06 Pedro Alves <palves@redhat.com>
12644
12645 PR gdb/18749
12646 * gdb.threads/process-dies-while-handling-bp.c: New file.
12647 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12648
863d01bd
PA
126492015-08-06 Pedro Alves <palves@redhat.com>
12650
12651 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12652 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12653
0a39bb32
PA
126542015-08-05 Pedro Alves <palves@redhat.com>
12655
12656 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12657 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12658
ee2d2b10
SL
126592015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12660
12661 * gdb.base/bp-permanent.exp: Report test as unsupported if
12662 the target cannot stop at the permanent breakpoint.
12663
4e1bdb00
DE
126642015-08-03 Doug Evans <dje@google.com>
12665
12666 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12667 10000.
12668
3d338901
DE
126692015-08-03 Doug Evans <dje@google.com>
12670
12671 * Makefile.in (workers/%.worker, build-perf): New rule.
12672 (GDB_PERFTEST_MODE): New variable.
12673 (check-perf): Use it.
12674 (clean): Clean up gdb.perf parallel build subdirs.
12675 * lib/build-piece.exp: New file.
12676 * lib/gdb.exp (make_gdb_parallel_path): New function
12677 (standard_output_file, standard_temp_file): Call it.
12678 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12679 of $GDB_PARALLEL.
12680 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12681
af061d3e
DE
126822015-08-03 Doug Evans <dje@google.com>
12683
8e1afc81 12684 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12685 (LOG_FILE_NAME): New global.
12686 (TextReporter.__init__): Initialize self.txt_sum.
12687 (TextReporter.report): Add support for multiple data-points.
12688 Move report to perftest.sum, put raw data in perftest.log.
12689 (TextReporter.start): Open sum and log files.
12690 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12691 * gdb.perf/lib/perftest/testresult.py
12692 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12693
2c8c5d37
PA
126942015-07-31 Pedro Alves <palves@redhat.com>
12695
12696 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12697 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12698 kill_wait_spawned_process instead of explicit "kill -9".
12699 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12700 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12701 kill_wait_spawned_process.
12702 * gdb.base/attach-twice.exp: Likewise.
12703 * gdb.base/attach.exp: Likewise.
12704 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12705 gdb_test_multiple.
12706 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12707 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12708 kill_wait_spawned_process.
12709 * gdb.base/valgrind-infcall.exp: Likewise.
12710 * gdb.multi/multi-attach.exp: Likewise.
12711 * gdb.python/py-prompt.exp: Likewise.
12712 * gdb.python/py-sync-interp.exp: Likewise.
12713 * gdb.server/ext-attach.exp: Likewise.
12714 * gdb.threads/attach-into-signal.exp (corefunc): Use
12715 spawn_wait_for_attach, spawn_id_get_pid and
12716 kill_wait_spawned_process.
12717 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12718 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12719 spawn_id_get_pid and kill_wait_spawned_process.
12720 * gdb.threads/attach-stopped.exp (corefunc): Use
12721 spawn_wait_for_attach, spawn_id_get_pid and
12722 kill_wait_spawned_process.
12723 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12724 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12725 kill_wait_spawned_process instead of explicit "kill -9".
12726 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12727 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12728 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12729 processes. Don't map cygwin/windows pids here. Now returns a
12730 spawn id list.
12731
032a0fca
SL
127322015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12733
12734 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12735 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12736 correct patch.
12737
61a934ca
SL
127382015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12739
12740 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12741
4bc4d428
SL
127422015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12743
12744 Reapply:
12745 2014-05-21 Mark Wielaard <mjw@redhat.com>
12746
12747 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12748
998d452a
PA
127492015-07-30 Pedro Alves <palves@redhat.com>
12750
12751 * linux-low.c (handle_extended_wait): Set the child's last
12752 reported status to TARGET_WAITKIND_STOPPED.
12753
69dde7dc
PA
127542015-07-30 Pedro Alves <palves@redhat.com>
12755
12756 PR threads/18600
12757 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12758 only shows inferior 1.
12759
4dd63d48
PA
127602015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12761 Pedro Alves <palves@redhat.com>
12762
12763 PR threads/18600
12764 * gdb.threads/fork-plus-threads.c: New file.
12765 * gdb.threads/fork-plus-threads.exp: New file.
12766
d618e4c5
PP
127672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12768
12769 * gdb.base/batch-preserve-term-settings.exp
12770 (test_terminal_settings_preserved_after_cli_exit): Use
12771 send_quit_command.
12772
1eef6428
PA
127732015-07-29 Pedro Alves <palves@redhat.com>
12774 Don Breazeal <donb@codesourcery.com>
12775
12776 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12777 output from both inferior_spawn_id and gdb_spawn_id.
12778
7da5b897
SDJ
127792015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12780
12781 * gdb.threads/attach-into-signal.exp (corefunc): Use
12782 with_test_prefix on nested loops, uniquefying the test messages.
12783
dac804df
SDJ
127842015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12785
12786 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12787 commit.
12788
06265e53
PP
127892015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12790
12791 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12792 New proc.
12793 (test_terminal_settings_preserved_after_sigterm): New test.
12794
18206ca3
PP
127952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12796
12797 * gdb.base/batch-preserve-term-settings.exp
12798 (test_terminal_settings_preserved_after_cli_exit): New test.
12799
90074d11
PP
128002015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12801
12802 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12803 manipulation of saved_gdbflags.
12804 (test_terminal_settings_preserved): Remove global declaration of
12805 the unused variable pagination_prompt. Remove manipulation of
12806 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12807 GDBFLAGS.
12808
eb1a7902
PA
128092015-07-29 Pedro Alves <palves@redhat.com>
12810
12811 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12812
8b75dd3b
PA
128132015-07-29 Pedro Alves <palves@redhat.com>
12814
12815 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12816 at the top.
12817
dedad4e3
PA
128182015-07-29 Pedro Alves <palves@redhat.com>
12819
12820 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12821 (main): Call gdb_unbuffer_output.
12822 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12823 (main): Call gdb_unbuffer_output.
12824 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12825 (main): Call gdb_unbuffer_output.
12826 * gdb.base/call-strs.exp: Adjust to step over the
12827 gdb_unbuffer_output call.
12828 * gdb.base/catch-gdb-caused-signals.c: Include
12829 "../lib/unbuffer_output.c".
12830 (main): Call gdb_unbuffer_output.
12831 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12832 (main): Call gdb_unbuffer_output.
12833 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12834 (main): Call gdb_unbuffer_output.
12835 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12836 (main): Call gdb_unbuffer_output.
12837 * gdb.base/shlib-call.exp: Adjust to step over the
12838 gdb_unbuffer_output call.
12839 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12840 (main): Call gdb_unbuffer_output.
12841 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12842 (main): Call gdb_unbuffer_output.
12843 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12844 (main): Rename to ...
12845 (test): ... this.
12846 (main): Reimplement.
12847 * gdb.base/varargs.exp: Run to test instead of to main.
12848 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12849 (main): Call gdb_unbuffer_output.
12850
58789a91
PA
128512015-07-29 Pedro Alves <palves@redhat.com>
12852
12853 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12854 factore out from mi_continue_dprintf. For call-style dprintfs,
12855 expect dprintf output out of $inferior_spawn_id.
12856 (mi_continue_dprintf): Use mi_expect_dprintf.
12857 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12858 (main): Call gdb_unbuffer_output.
12859
e8376742
PA
128602015-07-29 Pedro Alves <palves@redhat.com>
12861
12862 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12863 (default_mi_gdb_start): Set inferior_spawn_id instead of
12864 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12865 gdb_spawn_id.
12866 (mi_gdb_test): Always expect inferior output from both
12867 $inferior_spawn_id and $gdb_spawn_id.
12868
08280010
PA
128692015-07-29 Pedro Alves <palves@redhat.com>
12870
12871 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12872 send_inferior and $inferior_spawn_id.
12873
4d30e432
PA
128742015-07-29 Pedro Alves <palves@redhat.com>
12875
12876 * gdb.gdb/complaints.exp (test_initial_complaints)
12877 (test_serial_complaints, test_short_complaints): Use
12878 gdb_test_stdio.
12879 (test_empty_complaint): Handle $inferior_spawn_id !=
12880 $gdb_spawn_id.
12881
0d30a335
PA
128822015-07-29 Pedro Alves <palves@redhat.com>
12883
12884 * gdb.base/varargs.exp: Use gdb_test_stdio.
12885
39413b29
PA
128862015-07-29 Pedro Alves <palves@redhat.com>
12887
12888 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12889
7cb000a9
PA
128902015-07-29 Pedro Alves <palves@redhat.com>
12891
12892 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12893
d7b8ac82
PA
128942015-07-29 Pedro Alves <palves@redhat.com>
12895
12896 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12897 parameter into two new parameters, "inf_result" and "gdb_result".
12898 Expect inferior output and gdb output from $inferior_spawn_id and
12899 $gdb_spawn_id, respectively. Adjust all callers.
12900
789c3a0c
PA
129012015-07-29 Pedro Alves <palves@redhat.com>
12902
12903 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12904 of gdb_test_sequence.
12905
77e760c3
PA
129062015-07-29 Pedro Alves <palves@redhat.com>
12907
12908 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12909 (saw_spurious_output): Expect inferior output from
12910 $inferior_spawn_id. Use gdb_test_stdio.
12911
8396d2cd
PA
129122015-07-29 Pedro Alves <palves@redhat.com>
12913
12914 * gdb.base/dprintf.exp: Use standard_testfile. Change
12915 prepare_for_testing call.
12916 (srcfile): Don't set.
12917 (restart): New procedure.
12918 (test_dprintf): New procecure, use to continue over dprintfs.
12919 (test_call, test_agent): New procedures, tests moved here.
12920 Restart gdb and recreate dprintfs. Adjust expected output.
12921
2051d61f
PA
129222015-07-29 Pedro Alves <palves@redhat.com>
12923
12924 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12925
452397af
PA
129262015-07-29 Pedro Alves <palves@redhat.com>
12927
12928 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12929
8aed9555
PA
129302015-07-29 Pedro Alves <palves@redhat.com>
12931
12932 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12933 gdb_test_stdio.
12934
188a61b4
PA
129352015-07-29 Pedro Alves <palves@redhat.com>
12936
12937 * lib/gdb.exp (gdb_test_stdio): New procedure.
12938
12264a45
PA
129392015-07-29 Pedro Alves <palves@redhat.com>
12940
12941 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12942
23ffc893
PA
129432015-07-29 Pedro Alves <palves@redhat.com>
12944
12945 * gdb.base/call-signal-resume.exp: Remove check for
12946 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12947 * gdb.base/unwindonsignal.exp: Likewise.
12948 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12949 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12950
65566918
PA
129512015-07-29 Pedro Alves <palves@redhat.com>
12952
12953 * gdb.base/siginfo-addr.c (pass): New function.
12954 (handler): Call it iff si_addr is correct.
12955 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12956 Set a breakpoint at "pass" and continue to it.
12957
d60a9221
SDJ
129582015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12959
12960 * gdb.python/py-objfile.exp: Make some tests have unique names.
12961 * gdb.python/py-pp-registration.exp: Likewise.
12962
bde40b8f
PA
129632015-07-28 Pedro Alves <palves@redhat.com>
12964
12965 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12966
13e1dec8
SM
129672015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12968
12969 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12970
da33c9a7
SM
129712015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12972
12973 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12974
077836f7
PP
129752015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12976
12977 * gdb.base/gdb-sigterm-2.exp: New test.
12978
b8cc7b2e
DE
129792015-07-25 Doug Evans <xdje42@gmail.com>
12980
12981 Revert:
12982 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12983 (workers/%.worker, build-perf): New rule.
12984 (GDB_PERFTEST_MODE): New variable.
12985 (check-perf): Use it.
12986 (clean): Clean up gdb.perf parallel build subdirs.
12987 * lib/build-piece.exp: New file.
12988 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12989 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12990 name.
12991 (standard_temp_file): Ditto.
12992 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12993 of $GDB_PARALLEL.
12994
c8bd4544
DE
129952015-07-24 Doug Evans <dje@google.com>
12996
12997 * gdb.perf/lib/perftest/utils.py: New file.
12998 * gdb.perf/gm-hello.cc: New file.
12999 * gdb.perf/gm-pervasive-typedef.cc: New file.
13000 * gdb.perf/gm-pervasive-typedef.h: New file.
13001 * gdb.perf/gm-std.cc: New file.
13002 * gdb.perf/gm-std.h: New file.
13003 * gdb.perf/gm-use-cerr.cc: New file.
13004 * gdb.perf/gm-utils.h: New file.
13005 * gdb.perf/gmonster-null-lookup.py: New file.
13006 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13007 * gdb.perf/gmonster-print-cerr.py: New file.
13008 * gdb.perf/gmonster-ptype-string.py: New file.
13009 * gdb.perf/gmonster-runto-main.py: New file.
13010 * gdb.perf/gmonster-select-file.py: New file.
13011 * gdb.perf/gmonster1-null-lookup.exp: New file.
13012 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13013 * gdb.perf/gmonster1-print-cerr.exp: New file.
13014 * gdb.perf/gmonster1-ptype-string.exp: New file.
13015 * gdb.perf/gmonster1-runto-main.exp: New file.
13016 * gdb.perf/gmonster1-select-file.exp: New file.
13017 * gdb.perf/gmonster1.cc: New file.
13018 * gdb.perf/gmonster1.exp: New file.
13019 * gdb.perf/gmonster2-null-lookup.exp: New file.
13020 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13021 * gdb.perf/gmonster2-print-cerr.exp: New file.
13022 * gdb.perf/gmonster2-ptype-string.exp: New file.
13023 * gdb.perf/gmonster2-runto-main.exp: New file.
13024 * gdb.perf/gmonster2-select-file.exp: New file.
13025 * gdb.perf/gmonster2.cc: New file.
13026 * gdb.perf/gmonster2.exp: New file.
13027
6eab34f3
DE
130282015-07-24 Doug Evans <dje@google.com>
13029
13030 * gdb.perf/README: New file.
13031 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13032 * lib/gen-perf-test.exp: New file.
13033
63738bfd
DE
130342015-07-24 Doug Evans <dje@google.com>
13035
13036 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13037 (PerfTest::startup): New function.
13038 (PerfTest::run): Return result of calling body.
13039 (PerfTest::assemble): Rewrite.
13040 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13041 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13042 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13043 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13044 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13045
7b606f95
DE
130462015-07-24 Doug Evans <dje@google.com>
13047
13048 * lib/gdb.exp (clean_restart): Make executable optional.
13049
a97b16b8
DE
130502015-07-24 Doug Evans <dje@google.com>
13051
13052 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13053 compiler_info references.
13054 * gdb.cp/temargs.exp: Ditto.
13055 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13056 (get_compiler_info): Early exit if already computed. Set compiler_info
13057 to "unknown" if there was a problem.
13058 (test_compiler_info): Add function comment. Call get_compiler_info.
13059
35baa57f
DE
130602015-07-24 Doug Evans <dje@google.com>
13061
13062 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13063 (workers/%.worker, build-perf): New rule.
13064 (GDB_PERFTEST_MODE): New variable.
13065 (check-perf): Use it.
13066 (clean): Clean up gdb.perf parallel build subdirs.
13067 * lib/build-piece.exp: New file.
13068 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13069 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13070 name.
13071 (standard_temp_file): Ditto.
13072 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13073 of $GDB_PARALLEL.
13074
6ebea266
DE
130752015-07-24 Doug Evans <dje@google.com>
13076
13077 * lib/future.exp (gdb_default_target_compile): New option
13078 "early_flags".
13079 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13080 --as-needed.
13081
1e76a7e9
SDJ
130822015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13083
13084 * gdb.base/catch-syscall.exp: Call gdb_exit before
13085 gdb_skip_xml_test.
13086
5068630a
PA
130872015-07-24 Pedro Alves <palves@redhat.com>
13088
13089 * gdb.python/py-events.exp: Accept output between the stop event
13090 and the prompt.
13091 * gdb.python/py-evsignal.exp: Likewise.
13092 * gdb.python/py-evthreads.exp: Likewise.
13093
77598427
PA
130942015-07-24 Pedro Alves <palves@redhat.com>
13095
13096 PR gdb/18717
13097 * gdb.threads/non-ldr-exit.c: New file.
13098 * gdb.threads/non-ldr-exit.exp: New file.
13099
11e6c98f
YQ
131002015-07-24 Yao Qi <yao.qi@linaro.org>
13101
13102 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13103 restarting process.
13104
51aee833
YQ
131052015-07-24 Yao Qi <yao.qi@linaro.org>
13106
13107 * gdb.server/ext-restart.exp: New file.
13108
8cfe207c
YQ
131092015-07-24 Yao Qi <yao.qi@linaro.org>
13110
13111 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13112 argument options.
13113 * gdb.server/ext-wrapper.exp: New file.
13114
cc12ce38
DE
131152015-07-23 Doug Evans <dje@google.com>
13116
13117 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13118 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13119
d0d84780
PMR
131202015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13121
13122 * gdb.ada/var_arr_typedef.exp: New testcase.
13123 * gdb.ada/var_arr_typedef/pack.adb: New file.
13124 * gdb.ada/var_arr_typedef/pack.ads: New file.
13125 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13126
8b558f79
JB
131272015-07-20 Joel Brobecker <brobecker@adacore.com>
13128
13129 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13130
775a3298
JK
131312015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13132
13133 * gdb.arch/i386-biarch-core.exp: Replace istarget
13134 by "complete set gnutarget". Remove expectation for the "core-file"
13135 command.
13136
db1ff28b
JK
131372015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13138
13139 Revert the previous commit:
13140 Tests for validate symbol file using build-id.
13141
0a94970d
JK
131422015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13143
13144 Tests for validate symbol file using build-id.
13145 * gdb.base/solib-mismatch-lib.c: New file.
13146 * gdb.base/solib-mismatch-libmod.c: New file.
13147 * gdb.base/solib-mismatch.c: New file.
13148 * gdb.base/solib-mismatch.exp: New file.
13149
03346981
SL
131502015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13151
13152 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13153 nios2-*-linux*.
13154 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13155 * gdb.base/siginfo.exp: Likewise.
13156 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13157
42422cc7
PL
131582015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13159
13160 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13161 Move it to ...
13162 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13163 ... here.
13164 * gdb.trace/range-stepping.exp: Check that the target supports
13165 range stepping.
13166
cfa68bae
JK
131672015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13168
13169 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13170
8ffdba26
PA
131712015-07-14 Pedro Alves <palves@redhat.com>
13172
13173 * gdb.base/killed-outside.exp: New file.
13174 * gdb.base/killed-outside.c: New file.
13175
218a5a11
JK
131762015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13177
13178 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13179 (n at main): New.
13180 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13181
e03ed3c6
AA
131822015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13183
13184 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13185 infcall tests instead of setting up for KFAIL.
13186
485668e5
MM
131872015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13188
13189 * gdb.btrace/record_goto-step.exp: New.
13190
08464196
JK
131912015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13192
13193 PR compile/18484
13194 * gdb.compile/compile.c (struct struct_type): Add volatile to
13195 selffield's type.
13196 * gdb.compile/compile.exp
13197 (compile code struct_object.selffield = &struct_object): Skip further
13198 struct_object tests if this one xfails.
13199
bcf5c1d9
RC
132002015-07-08 Robert O'Callahan <robert@ocallahan.org>
13201
13202 PR exp/18617
13203 * gdb.trace/ax.exp: Add test.
13204
4931af25
YQ
132052015-07-07 Yao Qi <yao.qi@linaro.org>
13206
13207 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13208 instead of istarget "aarch64*-*-*".
13209 * gdb.arch/aarch64-fp.exp: Likewise.
13210 * gdb.base/float.exp: Likewise.
13211 * gdb.reverse/aarch64.exp: Likewise.
13212 * lib/gdb.exp (is_aarch64_target): New proc.
13213
9fcf688e
YQ
132142015-07-07 Yao Qi <yao.qi@linaro.org>
13215
13216 * lib/gdb.exp (is_aarch32_target): New proc.
13217 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13218 instead of "istarget "arm*-*-*"".
13219 * gdb.arch/arm-disp-step.exp: Likewise.
13220 * gdb.arch/thumb-bx-pc.exp: Likewise.
13221 * gdb.arch/thumb-prologue.exp: Likewise.
13222 * gdb.arch/thumb-singlestep.exp: Likewise.
13223 * gdb.base/disp-step-syscall.exp: Likewise.
13224 * gdb.base/float.exp: Likewise.
13225
fbd8d50d
YQ
132262015-07-07 Yao Qi <yao.qi@linaro.org>
13227
13228 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13229 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13230
71be1fdc
YQ
132312015-07-07 Yao Qi <yao.qi@linaro.org>
13232
13233 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13234 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13235 if it exists.
13236 * gdb.multi/multi-arch.exp: Likewise.
13237
3e221d36
SM
132382015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13239
13240 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13241 print.
13242
d441430b
YQ
132432015-07-07 Yao Qi <yao.qi@linaro.org>
13244
13245 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13246
06f810bd
MG
132472015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13248
13249 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13250 '[' and ']' characters.
13251
5e61e7c0
IB
132522015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13253
13254 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13255
28bf096c
PA
132562015-06-29 Pedro Alves <palves@redhat.com>
13257
13258 PR threads/18127
13259 * gdb.threads/hand-call-new-thread.c: New file.
13260 * gdb.threads/hand-call-new-thread.c: New file.
13261
ee93cd5e
KS
132622015-06-26 Keith Seitz <keiths@redhat.com>
13263 Doug Evans <dje@google.com>
13264
13265 PR 16253
13266 * gdb.cp/var-tag-2.cc: New file.
13267 * gdb.cp/var-tag-3.cc: New file.
13268 * gdb.cp/var-tag-4.cc: New file.
13269 * gdb.cp/var-tag.cc: New file.
13270 * gdb.cp/var-tag.exp: New file.
13271
fc637f04
PP
132722015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13273
13274 * gdb.base/history-duplicates.exp: New test.
13275
2e52ae68
PP
132762015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13277
13278 * gdb.base/completion.exp: Test the completion of the "focus"
13279 command.
13280
6e22494e
JK
132812015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13282
13283 * gdb.arch/amd64-prologue-skip.S: New file.
13284 * gdb.arch/amd64-prologue-skip.exp: New file.
13285
bf7b9cd9
SM
132862015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13287
13288 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13289 is_address_zero_readable check.
13290
201e8dfd
PB
132912015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13292
13293 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13294 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13295
5cd867b4
YQ
132962015-06-24 Yao Qi <yao.qi@linaro.org>
13297
13298 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13299 linux targets.
13300
4d7be007
YQ
133012015-06-24 Yao Qi <yao.qi@linaro.org>
13302
13303 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13304 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13305 * gdb.base/siginfo-thread.exp: Likewise.
13306
07fcd301
YQ
133072015-06-22 Yao Qi <yao.qi@linaro.org>
13308
13309 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13310
52042a00
YQ
133112015-06-22 Yao Qi <yao.qi@linaro.org>
13312
13313 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13314 aarch64*-*-*.
13315 (skip_hw_watchpoint_tests): Likewise.
13316
74bd41ce
PP
133172015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13318
13319 * gdb.base/gdbinit-history.exp: Test the interaction between
13320 setting GDBHISTSIZE and setting the history size via .gdbinit.
13321
bc460514
PP
133222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13323
13324 PR gdb/16999
13325 * gdb.base/gdbhistsize-history.exp: New test.
13326
b58c513b
PP
133272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13328
13329 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13330 with GDBHISTSIZE.
13331 * gdb.base/readline.exp: Likewise.
13332
92046791
YQ
133332015-06-17 Yao Qi <yao.qi@linaro.org>
13334
13335 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13336 line.
13337
2093d2d3
PP
133382015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13339
13340 * gdb.base/gdbinit-history.exp: Add test case to check that
13341 an unlimited history file does not get truncated on exit.
13342
e6c693af
AA
133432015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13344
13345 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13346 (VECTOR): New macro. Use it...
13347 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13348 ...for these typedefs.
13349 (int8, char1, int1, double1): New typedefs.
13350 (struct just_int2, struct two_int2): New structures.
13351 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13352 (add_structvecs, add_singlevecs): New functions.
13353 (main): Call add_some_intvecs twice.
13354 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13355 the compile and exit upon failure. Try compiling for the "native"
13356 architecture. Test inferior function calls with vector arguments
13357 and vector return value handling with "finish" and "return".
13358
c74f7d1c
JT
133592015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13360
13361 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13362 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13363 PE file.
13364 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13365
98aa42ee
AT
133662015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13367
13368 PR breakpoints/16465
13369 * gdb.mi/mi-dprintf-pending.c: New file.
13370 * gdb.mi/mi-dprintf-pending.exp: New test.
13371 * gdb.mi/mi-dprintf-pendshr.c: New file.
13372
7d73c23c 133732015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 13374 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
13375
13376 * gdb.arch/i386-mpx-map.c: New file.
13377 * gdb.arch/i386-mpx-map.exp: New File.
13378
133792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13380
13381 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13382 * gdb.arch/i386-mpx.exp: Indentation fixed.
13383
133842015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13385
13386 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13387 function and improved indentation.
13388 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13389 gdb_test_multiple. Added additional tests to skip the test.
13390
133912015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13392
13393 * gdb.arch/i386-avx512.c: Change path in include file.
13394 * gdb.arch/i386-avx512.exp: Change include dir path
13395 compilation flag.
13396 * gdb.arch/i386-mpx.c: Change path in include file.
13397 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13398 flag.
13399
d5eba19a
JK
134002015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13401
13402 * gdb.compile/compile-print.exp (compile print *vararray@3)
13403 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13404
7f361056
JK
134052015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13406
13407 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13408 (do not keep jit in memory): ... this.
13409 (expect 5): Change it to ...
13410 (expect no 5): ... this.
13411
3b462ec2
SM
134122015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13413
13414 PR gdb/15564
13415 * gdb.mi/mi-detach.exp: New file.
13416
e0619de6
JK
134172015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13418
13419 PR symtab/18392
13420 * gdb.arch/amd64-tailcall-self.S: New file.
13421 * gdb.arch/amd64-tailcall-self.c: New file.
13422 * gdb.arch/amd64-tailcall-self.exp: New file.
13423
e970cb34
DB
134242015-05-28 Don Breazeal <donb@codesourcery.com>
13425
13426 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13427 tests for remote targets by checking is_target_gdbserver.
13428
b2e2f908
DE
134292015-05-27 Doug Evans <dje@google.com>
13430
13431 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13432 * gdb.dwarf2/opaque-type-lookup.c: New file.
13433 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13434
82c7be31
DE
134352015-05-26 Doug Evans <dje@google.com>
13436
13437 * gdb.cp/iostream.cc: New file.
13438 * gdb.cp/iostream.exp: New file.
13439
b4f54984
DE
134402015-05-26 Doug Evans <dje@google.com>
13441
13442 * gdb.dwarf2/dw2-op-call.exp: Update.
13443 * gdb.dwarf2/dw4-sig-types.exp: Update.
13444 * gdb.dwarf2/implptr.exp: Update.
13445 * gdb.mi/mi-cmd-param-changed.exp: Update.
13446
4ea6efe9
DE
134472015-05-26 Doug Evans <dje@google.com>
13448
13449 * gdb.python/py-lazy-string.c: New file.
13450 * gdb.python/py-lazy-string.exp: New file.
13451 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13452 (main): Update. Add estring3.
13453 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13454 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13455
f6bb7db3
YQ
134562015-05-26 Omair Javaid <omair.javaid@linaro.org>
13457 Yao Qi <yao.qi@linaro.org>
13458
13459 * gdb.reverse/aarch64.c: New.
13460 * gdb.reverse/aarch64.exp: New.
13461
a81bfbd0
OJ
134622015-05-26 Omair Javaid <omair.javaid@linaro.org>
13463
25d49b86
PA
13464 * lib/gdb.exp (supports_process_record): Return true for
13465 aarch64*-linux*.
a81bfbd0
OJ
13466 (supports_reverse): Likewise.
13467
158bf1b4
PP
134682015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13469
13470 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13471 Use with_test_prefix.
13472
a0145030
AB
134732015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13474
13475 * gdb.base/completion.exp: Add test for completion of layout
13476 names.
13477
ebe3b578
AB
134782015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13479
13480 * lib/gdb.exp (skip_tui_tests): New proc.
13481 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13482
84204ed7
PA
134832015-05-19 Pedro Alves <palves@redhat.com>
13484
13485 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13486 Save the whole env array instead of just HOME. Unset HISTSIZE in
13487 the environment while testing. Restore whole environment
13488 afterwards.
13489
37442ce1
DE
134902015-05-16 Doug Evans <xdje42@gmail.com>
13491
13492 * gdb.guile/scm-ports.c: New file.
13493 * gdb.guile/scm-ports.exp: Add memory port tests.
13494
36de76f9
JK
134952015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13496
13497 * gdb.compile/compile-print.c: New file.
13498 * gdb.compile/compile-print.exp: New file.
13499
3a9558c4
JK
135002015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13501
13502 * gdb.compile/compile-ops.exp: Cast param to void.
13503 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13504 (compile code struct_object.selffield = &struct_object): Add xfail.
13505
aa715135
JG
135062015-05-15 Joel Brobecker <brobecker@adacore.com>
13507
13508 * gdb.ada/arr_enum_with_gap: New testcase.
13509
931e5bc3
JG
135102015-05-15 Joel Brobecker <brobecker@adacore.com>
13511
13512 * gdb.ada/byte_packed_arr: New testcase.
13513
9cd4d857
JB
135142015-05-15 Joel Brobecker <brobecker@adacore.com>
13515
13516 * gdb.ada/pckd_neg: New testcase.
13517
ebfd00d2
PP
135182015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13519
13520 PR gdb/17820
13521 * gdb.base/gdbinit-history.exp: New test.
13522 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13523 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13524
4c082a81
SC
135252015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13526
13527 * gdb.python/py-xmethods.cc: Enhance test case.
13528 * gdb.python/py-xmethods.exp: New tests.
13529 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13530 function.
13531 (B_indexoper): Likewise.
13532 (global_dm_list) : Add new xmethod worker functions.
13533
f7797074
SDJ
135342015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13535
13536 * gdb.base/coredump-filter.exp: Correctly unset
13537 "coredump_var_addr" array.
13538
a4674e4e
PA
135392015-05-08 Pedro Alves <palves@redhat.com>
13540
13541 * gdb.server/non-existing-program.exp: Unset spawn_id.
13542
df2eb078
SC
135432015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13544
13545 PR python/18291
13546 * gdb.python/py-xmethods.exp: Add tests.
13547
422349a3
YQ
135482015-05-08 Yao Qi <yao.qi@linaro.org>
13549
13550 PR gdb/18208
13551 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13552 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13553 function set_coredump_filter, and remove remote_exec call.
13554 Remove argument ipid. Callers update.
13555 (top level): Don't get inferior's PID.
13556
63fc80ce
AA
135572015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13558
13559 * gdb.base/watch_thread_num.exp: Skip test on targets without
13560 access watchpoints.
13561
80ad801e
PA
135622015-05-06 Pedro Alves <palves@redhat.com>
13563
13564 PR server/18081
13565 * gdb.server/non-existing-program.exp: New file.
13566
0fa7fe50
JB
135672015-05-05 Joel Brobecker <brobecker@adacore.com>
13568
13569 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13570
3ea89b92
PMR
135712015-05-05 Joel Brobecker <brobecker@adacore.com>
13572
13573 * gdb.ada/out_of_line_in_inlined: New testcase.
13574
87b8eff0
JB
135752015-05-05 Joel Brobecker <brobecker@adacore.com>
13576
13577 * gdb.ada/var_rec_arr: New testcase.
13578
5fccc635
YQ
135792015-04-30 Yao Qi <yao.qi@linaro.org>
13580
13581 * gdb.base/break-idempotent.exp: If
13582 skip_hw_watchpoint_multi_tests returns true, skip the tests
13583 on "rwatch" and "awatch".
13584
42d38f42
YQ
135852015-04-30 Yao Qi <yao.qi@linaro.org>
13586
13587 * gdb.base/relativedebug.exp: Invoke gdb command
13588 "info sharedlibrary", and if libc.so doesn't have debug info,
13589 skip the test.
13590
2ce1cdbf
DE
135912015-04-29 Doug Evans <dje@google.com>
13592
13593 * gdb.python/py-xmethods.exp: Add ptype tests.
13594 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13595 get_result_type method.
13596
f24a38c5
LM
135972015-04-29 Luis Machado <lgustavo@codesourcery.com>
13598
13599 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13600 the target does not support hardware watchpoints.
13601
ecbf2b3c
LM
136022015-04-29 Luis Machado <lgustavo@codesourcery.com>
13603
13604 * gdb.base/break-always.exp: Abort testing if writing to memory
13605 causes an error.
13606
34f5f757
DE
136072015-04-28 Doug Evans <dje@google.com>
13608
13609 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13610 * gdb.python/py-pp-registration.exp: ... here. New file.
13611 * gdb.python/py-pp-registration.c: New file.
13612 * gdb.python/py-pp-registration.py: New file.
13613
69b4374a
DE
136142015-04-28 Doug Evans <dje@google.com>
13615
13616 * gdb.python/py-bad-printers.c: New file.
13617 * gdb.python/py-bad-printers.py: New file.
13618 * gdb.python/py-bad-printers.exp: New file.
13619
59fb7612
SS
136202015-04-28 Sasha Smundak <asmundak@google.com>
13621
13622 * gdb.python/py-type.exp: New test.
13623
2631b16a
AW
136242015-04-28 Andy Wingo <wingo@igalia.com>
13625
13626 * gdb.python/py-parameter.exp:
13627 * gdb.guile/scm-parameter.exp: Escape the path that we are
13628 matching against, as it might contain characters that are special
13629 to regular expressions.
13630
460efde1
JB
136312015-04-27 Joel Brobecker <brobecker@adacore.com>
13632
13633 * gdb.ada/rec_comp: New testcase.
13634
2d369d8e
SDJ
136352015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13636
13637 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13638 before using it.
13639
cf75d6c3
AB
136402015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13641
13642 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13643 new tests for verilog output.
13644
8dbe7ca5
YQ
136452015-04-24 Yao Qi <yao.qi@linaro.org>
13646
13647 * boards/remote-gdbserver-on-localhost.exp: New file.
13648
4ef9fb2f
PA
136492015-04-23 Pedro Alves <palves@redhat.com>
13650
13651 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13652 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13653 "end of file", remove $inferior_spawn_id from the indirect list.
13654
0a803169
PA
136552015-04-23 Pedro Alves <palves@redhat.com>
13656
13657 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13658
749ef8f8
PA
136592015-04-23 Pedro Alves <palves@redhat.com>
13660
13661 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13662 on $any_spawn_id instead of only on $gdb_spawn_id.
13663
8aae4344
PM
136642015-04-21 Pierre Muller <muller@sourceware.org>
13665
13666 PR pascal/17815
13667 * lib/pascal.exp (gpc_compile): Add new option "class".
13668 (fpc_compile): Likewise.
13669 * gdb.pascal/case-insensitive-symbols.pas: New file.
13670 * gdb.pascal/case-insensitive-symbols.exp: New file.
13671
1586c8fb
GB
136722015-04-20 Gary Benson <gbenson@redhat.com>
13673
13674 * gdb.base/attach.exp: Fix three extended remote failures.
13675
1b6e6f5c
GB
136762015-04-17 Gary Benson <gbenson@redhat.com>
13677
13678 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13679 the main executable over the remote protocol.
13680
e797481d
PA
136812015-04-16 Pedro Alves <palves@redhat.com>
13682
13683 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13684 a new gdbserver if gdbserver_reconnect_p is set.
13685
1ca99c42
PA
136862015-04-16 Pedro Alves <palves@redhat.com>
13687
13688 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13689 is set, don't exit gdbserver.
13690
af9fd6f8
AA
136912015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13692
13693 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13694 appropriate .insn, such that an older assembler can be used.
13695 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13696 the z/Architecture instruction set on 31-bit targets as well.
13697
04ff1e61
AA
136982015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13699
13700 * gdb.go/handcall.exp: Remove all logic related to the first
13701 breakpoint and rely on go_runto_main instead.
13702 * gdb.go/strings.exp: Likewise.
13703 * gdb.go/unsafe.exp: Likewise.
13704 * gdb.go/hello.exp: Likewise. Also rename the remaining
13705 breakpoint marker to "breakpoint 1".
13706 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13707 * gdb.go/strings.go: Likewise.
13708 * gdb.go/unsafe.go: Likewise.
13709 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13710 "set breakpoint 2 here" and rename the remaining breakpoint marker
13711 to "breakpoint 1".
13712
40d2f8d6
SM
137132015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13714
13715 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13716 if itertools.imap is not present.
13717 * gdb.python/py-objfile.exp: Add parentheses.
13718 * gdb.python/py-type.exp: Same.
13719 * gdb.python/py-unwind-maint.py: Same.
13720
8cbc97c6
YQ
137212015-04-15 Yao Qi <yao.qi@linaro.org>
13722
13723 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13724 of ":$ptr_size" and set its form explicitly.
13725
45fd756c
YQ
137262015-04-15 Pedro Alves <palves@redhat.com>
13727 Yao Qi <yao.qi@linaro.org>
13728
13729 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13730 timeout by factor of 4.
13731 (test_regular_watch): Likewise.
13732 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13733 * gdb.reverse/sigall-reverse.exp: Likewise.
13734 * gdb.reverse/until-precsave.exp: Likewise.
13735 * lib/gdb.exp (with_timeout_factor): New proc.
13736 (gdb_expect): Move some code to ...
13737 (get_largest_timeout): ... here. New procedure.
13738
9e811bc3
LM
137392015-04-14 Luis Machado <lgustavo@codesourcery.com>
13740
13741 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13742
0ff6fcb2
LM
137432015-04-13 Luis Machado <lgustavo@codesourcery.com>
13744
13745 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13746 to write to the .text section.
13747
7578d5f7
LM
137482015-04-13 Luis Machado <lgustavo@codesourcery.com>
13749
13750 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13751 Handle the case of targets that do not provide PID information.
13752
2efe15c4
YQ
137532015-04-13 Yao Qi <yao.qi@linaro.org>
13754
13755 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13756 and use expect instead of gdb_expect.
13757
8cd8f2f8
SDJ
137582015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13759
13760 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13761 "coredump_var_addr" to avoid naming conflict with other testcases.
13762
9ee41772
PA
137632015-04-10 Pedro Alves <palves@redhat.com>
13764
13765 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13766 gdb_test_sequence and gdb_assert.
13767
07473109
PA
137682015-04-10 Pedro Alves <palves@redhat.com>
13769
13770 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13771 test messages that don't include the breakpoint address.
13772
de3db44c
YQ
137732015-04-10 Yao Qi <yao.qi@linaro.org>
13774
13775 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13776 false for some offset and width combinations which aren't
13777 supported by linux kernel.
13778
c79d856c
PA
137792015-04-10 Pedro Alves <palves@redhat.com>
13780
13781 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13782 procedure, factored out from ...
13783 (top level): ... here. Add "set displaced-stepping" testing axis.
13784 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13785 parameter "displaced". Use it.
13786 (top level): Use foreach and add "set displaced-stepping" testing
13787 axis.
13788
ebc90b50
PA
137892015-04-10 Pedro Alves <palves@redhat.com>
13790
13791 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13792 Remove comment.
13793 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13794 both the address of the instruction that triggers the watchpoint
13795 and the address of the instruction immediately after, and use
13796 those addresses for the test. Fix comment.
13797
8f572e5c
PA
137982015-04-10 Pedro Alves <palves@redhat.com>
13799
13800 * gdb.base/sigstep.exp (breakpoint_to_handler)
13801 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13802 Test "backtrace" in handler.
13803 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13804 (top level): Add new "displaced" test axis to
13805 breakpoint_to_handler, breakpoint_to_handler_entry and
13806 breakpoint_over_handler.
13807
8d707a12
PA
138082015-04-10 Pedro Alves <palves@redhat.com>
13809
13810 PR gdb/18216
13811 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13812
ef713951
YQ
138132015-04-10 Yao Qi <yao.qi@linaro.org>
13814
13815 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13816 (test_add_rn_pc): New function.
13817 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13818 (top level): Invoke test_add_rn_pc.
13819
906d60cf
PA
138202015-04-10 Pedro Alves <palves@redhat.com>
13821
13822 PR gdb/13858
13823 * gdb.base/step-over-no-symbols.exp: New file.
13824
f2983cc3
AW
138252015-04-09 Andy Wingo <wingo@igalia.com>
13826
13827 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13828 after the Python tests.
13829
6d62641c
SDJ
138302015-04-08 Keith Seitz <keiths@redhat.com>
13831
13832 PR python/16699
13833 * gdb.python/py-completion.exp: New tests for completion.
13834 * gdb.python/py-completion.py (CompleteLimit1): New class.
13835 (CompleteLimit2): Likewise.
13836 (CompleteLimit3): Likewise.
13837 (CompleteLimit4): Likewise.
13838 (CompleteLimit5): Likewise.
13839 (CompleteLimit6): Likewise.
13840 (CompleteLimit7): Likewise.
13841
f3770638
PA
138422015-04-08 Pedro Alves <palves@redhat.com>
13843
13844 PR gdb/18214
13845 PR gdb/18216
13846 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13847 function.
13848 (main): Install it as SIGUSR1 handler.
13849 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13850 parameter. Always use "setup" as prefix. Toggle "set
13851 displaced-stepping" off/on depending on global. Don't switch to
13852 thread 1 here.
13853 (top level): Add displaced stepping "off/on" test axis. Update
13854 "setup" calls. Wrap each subtest with with_test_prefix. Test
13855 continuing with a queued signal in each thread.
13856
4496bed7
PA
138572015-04-08 Pedro Alves <palves@redhat.com>
13858
13859 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13860 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13861 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13862 Return early if running to main fails.
13863 * gdb.trace/while-stepping.exp: Likewise.
13864
b97fde92
PA
138652015-04-07 Pedro Alves <palves@redhat.com>
13866
13867 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13868 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13869 interact with inferior program.
13870
f71c18e7
PA
138712015-04-07 Pedro Alves <palves@redhat.com>
13872
13873 * lib/gdb.exp (inferior_spawn_id): New global.
13874 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13875 spawn id after processing the user code.
13876 (default_gdb_start): Set inferior_spawn_id.
13877 (send_inferior): New procedure.
13878 * lib/gdbserver-support.exp (gdbserver_start): Set
13879 inferior_spawn_id.
13880 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13881
6423214f
PA
138822015-04-07 Pedro Alves <palves@redhat.com>
13883
13884 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13885 * lib/gdbserver-support.exp (gdbserver_start): Make
13886 $server_spawn_id global.
13887 (gdbserver_start): Don't wait for gdbserver's spawn id with
13888 expect_background.
13889 (close_gdbserver): New procedure.
13890 (gdb_exit): Rename the default version and reimplement.
13891
71c0ee8c
PA
138922015-04-07 Pedro Alves <palves@redhat.com>
13893
72f4393d 13894 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
13895 append the substituted item, not the original item.
13896
203bc29b
PA
138972015-04-07 Pedro Alves <palves@redhat.com>
13898
13899 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13900 gdb_expect.
13901
508a3ddf
PA
139022015-04-07 Pedro Alves <palves@redhat.com>
13903
13904 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13905 output appearing once only.
13906
9f6dbe2b
PA
139072015-04-07 Pedro Alves <palves@redhat.com>
13908
13909 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13910 that doesn't expect anything. Return early if running to main
13911 fails.
13912
337532fa
YQ
139132015-04-07 Yao Qi <yao.qi@linaro.org>
13914
13915 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13916 (child_function): Call alarm.
13917 (main): Move call to alarm into the loop.
13918 * gdb.threads/non-stop-fair-events.exp: Build program with
13919 -DTIMEOUT=$timeout.
13920
01b622d4
DE
139212015-04-06 Doug Evans <xdje42@gmail.com>
13922
13923 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13924 Fix dest parameter to board_info.
13925 (fpc_compile): Ditto.
13926 (gdb_compile_pascal): Rename dest arg to destfile.
13927
961f4160
PMR
139282015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13929
13930 * gdb.ada/funcall_ref.exp: New file.
13931 * gdb.ada/funcall_ref/foo.adb: New file.
13932
cafda597
YQ
139332015-04-02 Yao Qi <yao.qi@linaro.org>
13934
13935 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13936 is remote.
13937
fed040c6
GB
139382015-04-02 Gary Benson <gbenson@redhat.com>
13939
13940 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13941
d11916aa
SS
139422015-04-01 Sasha Smundak <asmundak@google.com>
13943
13944 * gdb.python/py-unwind-maint.c: New file.
13945 * gdb.python/py-unwind-maint.exp: New test.
13946 * gdb.python/py-unwind-maint.py: New file.
13947 * gdb.python/py-unwind.c: New file.
13948 * gdb.python/py-unwind.exp: New test.
13949 * gdb.python/py-unwind.py: New test.
13950
a1471180
PA
139512015-04-01 Pedro Alves <palves@redhat.com>
13952
13953 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13954 to fail instead of non-existent $test.
13955
0bbeccb1
PA
139562015-04-01 Pedro Alves <palves@redhat.com>
13957
13958 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13959 GDBFLAGS if not empty.
13960
3c724c8c
PMR
139612015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13962
13963 * gdb.ada/complete.exp: Remove "multi_line".
13964 * gdb.ada/info_exc.exp: Remove "multi_line".
13965 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13966 * gdb.ada/ptype_field.exp: Remove "multi_line".
13967 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13968 * gdb.ada/tagged.exp: Remove "multi_line".
13969 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13970 [multi_line ...]
13971 * gdb.btrace/delta.exp: Likewise.
13972 * gdb.btrace/exception.exp: Likewise.
13973 * gdb.btrace/function_call_history.exp: Likewise.
13974 * gdb.btrace/instruction_history.exp: Likewise.
13975 * gdb.btrace/nohist.exp: Likewise.
13976 * gdb.btrace/record_goto.exp: Likewise.
13977 * gdb.btrace/segv.exp: Likewise.
13978 * gdb.btrace/stepi.exp: Likewise.
13979 * gdb.btrace/tailcall.exp: Likewise.
13980 * gdb.btrace/unknown_functions.exp: Likewise.
13981 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13982 * lib/gdb.exp: Add the "multi_line" helper.
13983
4eec2deb
PA
139842015-04-01 Pedro Alves <palves@redhat.com>
13985
13986 * gdb.threads/tid-reuse.c: New file.
13987 * gdb.threads/tid-reuse.exp: New file.
13988
df8411da
SDJ
139892015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13990
13991 PR corefiles/16092
13992 * gdb.base/coredump-filter.c: New file.
13993 * gdb.base/coredump-filter.exp: Likewise.
13994
6ef37366
PM
139952015-03-27 Petr Machata <pmachata@redhat.com>
13996
13997 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13998 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13999 (Dwarf::assemble): Initialize them.
14000 (Dwarf::lines): New function.
14001
7ec911b0
JT
140022015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14003
14004 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14005 SYMBOL_PREFIX for x86_64-*-cygwin.
14006
ff908ebf
AW
140072015-03-26 Andy Wingo <wingo@igalia.com>
14008
14009 PR symtab/18148
14010 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14011 const_value but not a location.
14012 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14013 location defined in non-main CUs are visible.
14014
6d5f0679
YQ
140152015-03-26 Yao Qi <yao.qi@linaro.org>
14016
14017 PR testsuite/18139
14018 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14019 Add a line number entry for the same line.
14020 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14021 Add a line number entry for the same line.
14022
2898689b
YQ
140232015-03-26 Yao Qi <yao.qi@linaro.org>
14024
14025 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14026 .int 0.
14027 (func): Likewise. Add .Lfunc_1 label.
14028 Use .Lfunc_1 label.
14029 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14030 .int 0.
14031 (func): Likewise.
14032 Use .Lfunc_1 label.
14033
85180498
YQ
140342015-03-26 Yao Qi <yao.qi@linaro.org>
14035
14036 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14037 Call gdb_compile instead to compile each .s files without debug
14038 information.
14039
8aa08a8d
YQ
140402015-03-26 Yao Qi <yao.qi@linaro.org>
14041
14042 * gdb.base/savedregs.exp (process_saved_regs): Make
14043 "Saved registers:" optional in the pattern.
14044
66849923
MM
140452015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14046
14047 * gdb.btrace/next.exp: Merged into step.exp.
14048 * gdb.btrace/finish.exp: Merged into step.exp.
14049 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14050 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14051 "record goto" and checking the exact replay position.
14052 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14053 check for "Recording format" in "info record" output.
14054 * gdb.btrace/record_goto.exp: Choose test file based on target.
14055 * gdb.btrace/x86-record_goto.S: Renamed into ...
14056 * gdb.btrace/x86_64-record_goto.S: ... this.
14057 * gdb.btrace/i686-record_goto.S: New.
14058 * gdb.btrace/x86-tailcall.S: Renamed into ...
14059 * gdb.btrace/x86_64-tailcall.S: ... this.
14060 * gdb.btrace/i686-tailcall.S: New.
14061 * gdb.btrace/x86-tailcall.c: Renamed into ...
14062 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14063 separate statements. Update test.
14064 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14065 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14066 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14067 * gdb.btrace/tailcall.exp: Choose test file based on target.
14068 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14069
11cc1b74
MM
140702015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14071
14072 * gdb.btrace/exception.exp: Increase BTS buffer size.
14073
a25d8bf9
PA
140742015-03-24 Pedro Alves <palves@redhat.com>
14075
14076 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14077
856e7dd6
PA
140782015-03-24 Pedro Alves <palves@redhat.com>
14079
14080 * gdb.threads/schedlock.exp (test_step): No longer expect that
14081 "set scheduler-locking step" with "next" over a function call runs
14082 threads unlocked.
14083
ad235a41
AT
140842015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14085
14086 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14087
15630549
AT
140882015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14089
14090 PR breakpoints/16466
14091 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14092 * gdb.mi/mi-pending.c (thread_func): New function.
14093 (int main): Add threading support required.
14094 * gdb.mi/mi-pending.exp: Add tests for this issue.
14095 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14096 (pendfunc2): Remove stdio dependency.
14097 * gdb.mi/mi-pendshr2.c: New file.
14098
693dca06
KS
140992015-03-23 Keith Seitz <keiths@redhat.com>
14100
14101 * gdb.linespec/keywords.c: New file.
14102 * gdb.linespec/keywords.exp: New file.
14103
7e993ebf
KS
141042015-03-23 Keith Seitz <keiths@redhat.com>
14105
14106 PR gdb/18021
14107 * gdb.dwarf2/staticvirtual.exp: New test.
14108
bc23328c
JK
141092015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14110
14111 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14112 * README: Remove HP-UX and gdb.hp.
14113 (configuration):
14114 * configure: Regenerate.
14115 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14116 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14117 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14118 gdb.hp/gdb.defects/Makefile.
14119 * gdb.hp/Makefile.in: File deleted.
14120 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14121 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14122 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14123 * gdb.hp/gdb.aCC/run.c: File deleted.
14124 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14125 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14126 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14127 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14128 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14129 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14130 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14131 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14132 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14133 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14134 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14135 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14136 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14137 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14138 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14139 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14140 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14141 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14142 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14143 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14144 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14145 * gdb.hp/gdb.compat/average.c: File deleted.
14146 * gdb.hp/gdb.compat/sum.c: File deleted.
14147 * gdb.hp/gdb.compat/xdb.c: File deleted.
14148 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14149 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14150 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14151 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14152 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14153 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14154 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14155 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14156 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14157 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14158 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14159 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14160 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14161 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14162 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14163 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14164 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14165 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14166 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14167 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14168 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14169 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14170 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14171 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14172 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14173 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14174 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14175 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14176 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14177 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14178 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14179 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14180 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14181 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14182 * gdb.hp/tools/odump: File deleted.
14183
8bf3b159
PA
141842015-03-19 Pedro Alves <palves@redhat.com>
14185
14186 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14187 (saw_thread_3): New globals.
14188 (top level): Increment them when an event for the corresponding
14189 thread is seen.
14190 (no thread starvation): New test.
14191
eb54c8bf
PA
141922015-03-19 Pedro Alves <palves@redhat.com>
14193
14194 * gdb.threads/continue-pending-status.c: New file.
14195 * gdb.threads/continue-pending-status.exp: New file.
14196
32d2e5d6
PA
141972015-03-18 Pedro Alves <palves@redhat.com>
14198
14199 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14200 Use gdb_is_target_remote instead of is_remote. Use
14201 gdb_test_multiple instead of gdb_expect. Exit early if
14202 gdb_test_multiple hits its internal matches. Tighten stepi tests
14203 expected output. Fail on exit with any signal, instead of just
14204 SIGILL.
14205
f68f11b7
YQ
142062015-03-18 Yao Qi <yao.qi@linaro.org>
14207
14208 PR tdep/18107
14209 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14210 variable.
14211 * gdb.base/catch-syscall.exp: Don't skip it on
14212 aarch64*-*-linux* target. Remove elements in all_syscalls.
14213 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14214 target.
14215 (setup_all_syscalls): New proc.
14216
ca5fd19b
YQ
142172015-03-16 Yao Qi <yao.qi@linaro.org>
14218
14219 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14220 (top level): Skip tests if valid_addr_p returns false for
14221 $cmd1 or $cmd2.
14222
85642ba0
AW
142232015-03-11 Andy Wingo <wingo@igalia.com>
14224
14225 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14226
e03f9645
YQ
142272015-03-11 Yao Qi <yao.qi@linaro.org>
14228
14229 * gdb.base/catch-syscall.exp: Fix typo in comments.
14230
5d0962b2
YQ
142312015-03-11 Yao Qi <yao.qi@linaro.org>
14232
14233 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14234
b2df3cef
PA
142352015-03-09 Pedro Alves <palves@redhat.com>
14236
14237 * dg-extract-results.py: Delete.
14238
ef878e53
PA
142392015-03-09 Pedro Alves <palves@redhat.com>
14240
14241 Merge dg-extract-results.sh from GCC upstream (r218843).
14242
14243 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14244 * dg-extract-results.sh: Use --text with grep to avoid issues with
14245 binary files. Fall back to cat -v, if that doesn't work.
14246
9494d219
PA
142472015-03-05 Pedro Alves <palves@redhat.com>
14248
14249 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14250
a8d9763a
SM
142512015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14252
14253 * lib/mi-support.exp (mi_expect_interrupt): Accept
14254 alternative event for when in all-stop mode.
14255
be9957b8
PA
142562015-03-04 Pedro Alves <palves@redhat.com>
14257
14258 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14259
d57be0f4 142602015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
14261
14262 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14263
c214c7cf
AA
142642015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14265
14266 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14267 regexps for GDB's current line display, accept a hex address
14268 preceding the line number.
14269
6d74a497
AA
142702015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14271
14272 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14273 the 'arch1' variable for "s390*-linux*" targets.
14274
511aee7c
PA
142752015-03-04 Pedro Alves <palves@redhat.com>
14276
14277 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14278 (main): Pass missing retval argument to pthread_join call.
14279
95e50b27
PA
142802015-03-02 Pedro Alves <palves@redhat.com>
14281
14282 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14283 (top level): Call do_test with non-stop as well.
14284
28054d69
PA
142852015-03-02 Pedro Alves <palves@redhat.com>
14286
14287 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14288 -1.
14289
4fa5d7b4
AA
142902015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14291
14292 * gdb.arch/s390-vregs.exp: New test.
14293 * gdb.arch/s390-vregs.S: New file.
14294
97c18565
PA
142952015-02-27 Pedro Alves <palves@redhat.com>
14296
14297 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14298 call to catch_command_errors.
14299 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14300 catch_command_errors.
14301
a37bfa30
PA
143022015-02-27 Pedro Alves <palves@redhat.com>
14303
14304 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14305 "true" for boolean result.
14306 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14307 prototype of main.
14308
6f98576f
PA
143092015-02-27 Pedro Alves <palves@redhat.com>
14310
14311 * lib/unbuffer_output.c: New file.
14312 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14313 (main): Call gdb_unbuffer_output.
14314
eba5ab56
YQ
143152015-02-27 Yao Qi <yao.qi@linaro.org>
14316
14317 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14318 target.
14319
0def5aaa
DE
143202015-02-26 Doug Evans <dje@google.com>
14321
14322 * gdb.cp/class2.cc (Dbase, D): New classes.
14323 (main): New local delta.
14324 * gdb.cp/class2.exp: Test printing delta.
14325 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14326 (dynbar): New global.
14327 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14328
081a1c2c
JK
143292015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14330
14331 * gdb.compile/compile-ifunc.c: New file.
14332 * gdb.compile/compile-ifunc.exp: New file.
14333
2f41223f
AT
143342015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14335
14336 * gdb.base/structs.exp: Check for correct struct on finish.
14337
03eddd80
YQ
143382015-02-26 Yao Qi <yao.qi@linaro.org>
14339
14340 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14341 is zero.
14342
80c57053
JK
143432015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14344
14345 * gdb.arch/cordic.ko.bz2: New file.
14346 * gdb.arch/cordic.ko.debug.bz2: New file.
14347 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14348
21613c12
YQ
143492015-02-25 Yao Qi <yao.qi@linaro.org>
14350
14351 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14352 aarch64*-*-* target.
14353
d8b901ed
PA
143542015-02-23 Pedro Alves <palves@redhat.com>
14355
14356 * lib/gdb.exp (delete_breakpoints): Rewrite using
14357 gdb_test_multiple.
14358
e5b85ead
PA
143592015-02-23 Pedro Alves <palves@redhat.com>
14360
14361 * gdb.base/info-os.c: Include stdlib.h.
14362
85c3a371
DE
143632015-02-22 Doug Evans <xdje42@gmail.com>
14364
14365 PR symtab/17855
14366 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14367 is read after symbols have been re-read.
14368 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14369 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14370
96553a0c
DE
143712015-02-21 Doug Evans <dje@google.com>
14372
14373 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14374
97a0c697
JK
143752015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14376
14377 PR corefiles/17808
14378 * gdb.arch/i386-biarch-core.core.bz2: New file.
14379 * gdb.arch/i386-biarch-core.exp: New file.
14380
a47cd6e9
PA
143812015-02-21 Pedro Alves <palves@redhat.com>
14382
14383 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14384 runto_main fails.
14385
c5facdc4
PA
143862015-02-20 Pedro Alves <palves@redhat.com>
14387
14388 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14389 info probes.
14390
2db9a427
PA
143912015-02-20 Pedro Alves <palves@redhat.com>
14392
14393 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14394
60fb7e9e
PA
143952015-02-20 Pedro Alves <palves@redhat.com>
14396
14397 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14398 clean_restart before gdb_target_supports_trace.
14399
5c5019c2
PA
144002015-02-20 Pedro Alves <palves@redhat.com>
14401
14402 PR threads/18006
14403 * gdb.threads/clone-thread_db.c: New file.
14404 * gdb.threads/clone-thread_db.exp: New file.
14405
c9587f88
AT
144062015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14407
14408 PR breakpoints/16812
14409 * gdb.base/catch-gdb-caused-signals.c: New file.
14410 * gdb.base/catch-gdb-caused-signals.exp: New file.
14411
f6a88844
JM
144122015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14413
14414 * configure: Regenerated.
14415 * configure.ac: Use GDB_AC_TRANSFORM.
14416 * aclocal.m4: sinclude ../transform.m4.
14417
497c491b
JM
144182015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14419
14420 * lib/dtrace.exp: New file.
14421 * gdb.base/dtrace-probe.exp: Likewise.
14422 * gdb.base/dtrace-probe.d: Likewise.
14423 * gdb.base/dtrace-probe.c: Likewise.
14424 * lib/pdtrace.in: Likewise.
14425 * configure.ac: Output variables with the transformed names of
14426 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14427 * configure: Regenerated.
14428
03e98035
JM
144292015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14430
14431 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14432 expected message when trying to access $_probe_* convenience
14433 variables while not on a probe.
14434
63cc30e9
JK
144352015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14436
14437 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14438
0703599a
PA
144392015-02-11 Pedro Alves <pedro@codesourcery.com>
14440
14441 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14442 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14443
7e60a48e
DE
144442015-02-10 Doug Evans <xdje42@gmail.com>
14445
14446 * lib/gdb.exp (gdb_load): Always return a result.
14447
01b088bc
PA
144482015-02-10 Pedro Alves <palves@redhat.com>
14449
14450 * gdb.threads/signal-sigtrap.c: New file.
14451 * gdb.threads/signal-sigtrap.exp: New file.
14452
b05ec7a5
AT
144532015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14454
14455 * gdb.trace/no-attach-trace.c: New file.
14456 * gdb.trace/no-attach-trace.exp: New file.
14457
a2c2acaf
MW
144582015-02-09 Mark Wielaard <mjw@redhat.com>
14459
14460 * gdb.dwarf2/atomic.c: New file.
14461 * gdb.dwarf2/atomic-type.exp: Likewise.
14462
31fd9caa
MM
144632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14464
14465 * gdb.btrace/buffer-size.exp: Update "info record" output.
14466 * gdb.btrace/delta.exp: Update "info record" output.
14467 * gdb.btrace/enable.exp: Update "info record" output.
14468 * gdb.btrace/finish.exp: Update "info record" output.
14469 * gdb.btrace/instruction_history.exp: Update "info record" output.
14470 * gdb.btrace/next.exp: Update "info record" output.
14471 * gdb.btrace/nexti.exp: Update "info record" output.
14472 * gdb.btrace/step.exp: Update "info record" output.
14473 * gdb.btrace/stepi.exp: Update "info record" output.
14474 * gdb.btrace/nohist.exp: Update "info record" output.
14475
d33501a5
MM
144762015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14477
14478 * gdb.btrace/buffer-size: New.
14479
f4abbc16
MM
144802015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14481
14482 * gdb.btrace/delta.exp: Update "info record" output.
14483 * gdb.btrace/enable.exp: Update "info record" output.
14484 * gdb.btrace/finish.exp: Update "info record" output.
14485 * gdb.btrace/instruction_history.exp: Update "info record" output.
14486 * gdb.btrace/next.exp: Update "info record" output.
14487 * gdb.btrace/nexti.exp: Update "info record" output.
14488 * gdb.btrace/step.exp: Update "info record" output.
14489 * gdb.btrace/stepi.exp: Update "info record" output.
14490 * gdb.btrace/nohist.exp: Update "info record" output.
14491
b9d61307
SM
144922015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14493
14494 PR gdb/15678
14495 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14496
e584fdbc
PA
144972015-02-06 Pedro Alves <palves@redhat.com>
14498
14499 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14500 macro.
14501 (seconds_left, again): New globals.
14502 (main): Wait seconds_left in a 1-second sleep loop instead of
14503 sleeping 180 seconds. If 'again' is set, reset the seconds
14504 counter.
14505 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14506 'again' in the inferior before detaching. Print the seconds left.
14507 (options): New global.
14508 (top level): Build program with -DTIMEOUT=$timeout.
14509
77f41761
PA
145102015-02-06 Pedro Alves <palves@redhat.com>
14511
14512 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14513 determine how many seconds to pass to 'alarm'.
14514 * gdb.base/gdb-sigterm.exp (top level): Build program with
14515 -DTIMEOUT=$timeout.
14516 (do_test): Return success/failure indication. Add more verbose
14517 logging. Don't fail if 200 single steps are seen. Instead, fail
14518 when the test times out.
14519 (passes): New global.
14520 (top level): Break the testing loop if testing fails on any
14521 iteration. Use gdb_assert.
14522
b9394193
DB
145232015-02-04 Don Breazeal <donb@codesourcery.com>
14524
14525 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14526 and initialize them.
14527 (ipc_cleanup): New function.
14528 (main): Don't declare shmid, semid, and msqid. Add a call to
14529 atexit so that we call ipc_cleanup on exit.
14530
42d9e528
PA
145312015-02-04 Pedro Alves <palves@redhat.com>
14532
14533 * boards/native-extended-gdbserver.exp: Remove any target variant
14534 specifications from the board name before clearing the isremote
14535 flag from board_info.
14536
ae6ae975
DE
145372015-01-31 Doug Evans <xdje42@gmail.com>
14538
14539 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14540
cfb069a8
GB
145412015-01-31 Gary Benson <gbenson@redhat.com>
14542
14543 * gdb.base/completion.exp: Disable completion limiting for
14544 existing tests. Add new tests to check completion limiting.
14545 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14546
5dd31d79
DE
145472015-01-31 Doug Evans <xdje42@gmail.com>
14548
14549 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14550
9f050062
DE
145512015-01-31 Doug Evans <xdje42@gmail.com>
14552
14553 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14554 entries. Duplicate file section script entries.
14555 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14556 inlined entries. Add test for safe-path rejection.
14557 * gdb.python/py-section-script.c: Add duplicate inlined section script
14558 entries. Duplicate file section script entries.
14559 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14560 inlined entries. Add test for safe-path rejection.
14561
df25ebbd
JB
145622015-01-29 Joel Brobecker <brobecker@adacore.com>
14563
14564 * gdb.ada/disc_arr_bound: New testcase.
14565
4a0ca9ec
JB
145662015-01-29 Joel Brobecker <brobecker@adacore.com>
14567
14568 * gdb.ada/mi_var_array: New testcase.
14569
3a8b707a
DE
145702015-01-27 Doug Evans <dje@google.com>
14571
14572 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14573 Add test for objfile.filename, objfile.username after objfile
14574 has been unloaded.
14575
f8313f6e
JB
145762015-01-26 Joel Brobecker <brobecker@adacore.com>
14577
14578 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14579 the second test to print the name attribute of value
14580 returned by the call to gdb.lookup_type, and adjust
14581 the expected output accordingly.
14582
37bc665e
MW
145832015-01-25 Mark Wielaard <mjw@redhat.com>
14584
14585 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14586 * gdb.base/disp-step-fork.c: Include unistd.h.
14587 * gdb.base/siginfo-obj.c: Include stdio.h.
14588 * gdb.base/siginfo-thread.c: Likewise.
14589 * gdb.mi/non-stop.c: Include unistd.h.
14590 * gdb.mi/nsthrexec.c: Include stdio.h.
14591 * gdb.mi/pthreads.c: Include unistd.h.
14592 * gdb.modula2/unbounded1.c (main): Declare returns int.
14593 * gdb.reverse/consecutive-reverse.c: Likewise.
14594 * gdb.threads/create-fail.c: Include unistd.h.
14595 * gdb.threads/killed.c: Likewise.
14596 * gdb.threads/linux-dp.c: Likewise.
14597 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14598 * gdb.threads/non-ldr-exc-2.c: Likewise.
14599 * gdb.threads/non-ldr-exc-3.c: Likewise.
14600 * gdb.threads/non-ldr-exc-4.c: Likewise.
14601 * gdb.threads/pthreads.c: Include unistd.h.
14602 (main): Declare returns int.
14603 * gdb.threads/tls-main.c (foo): New declaration.
14604 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14605
f7e5394d
SM
146062015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14607
14608 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14609 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14610
743649fd
MW
146112015-01-15 Mark Wielaard <mjw@redhat.com>
14612
14613 * gdb.base/noreturn-return.c: New file.
14614 * gdb.base/noreturn-return.exp: New file.
14615 * gdb.base/noreturn-finish.c: New file.
14616 * gdb.base/noreturn-finish.exp: New file.
14617
198297aa
PA
146182015-01-23 Pedro Alves <palves@redhat.com>
14619
14620 * gdb.threads/continue-pending-after-query.c: New file.
14621 * gdb.threads/continue-pending-after-query.exp: New file.
14622
717cf30c
AG
146232015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14624 Simon Marchi <simon.marchi@ericsson.com>
14625
14626 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14627 * gdb.base/valgrind-db-attach.exp: Same.
14628 * gdb.base/valgrind-infcall.exp: Same.
14629 * lib/mi-support.exp (default_mi_gdb_start): Same.
14630 * lib/prompt.exp (default_prompt_gdb_start): Same.
14631 * lib/gdb.exp (default_gdb_spawn): Same.
14632 (gdb_interact): New.
14633
14634
4b62a76e
JK
146352015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14636
14637 * gdb.compile/compile.exp (pointer to jit function): New test.
14638
b4cdae6f
WW
146392015-01-17 Wei-cheng Wang <cole945@gmail.com>
14640
14641 * lib/gdb.exp (supports_process_record): Return true for
14642 powerpc*-*-linux*.
14643 (supports_reverse): Likewise.
14644
d221e7ef
DB
146452015-01-15 Don Breazeal <donb@codesourcery.com>
14646
14647 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14648 instead of checking whether the target board is remote and
14649 use spawn_wait_for_attach instead of exec/sleep.
14650 * gdb.base/attach-twice.exp: Likewise.
14651
bafffb51
JB
146522015-01-15 Joel Brobecker <brobecker@adacore.com>
14653
14654 * gdb.ada/var_arr_attrs: New testcase.
14655
5589af0e
PA
146562015-01-14 Pedro Alves <palves@redhat.com>
14657 Joel Brobecker <brobecker@adacore.com>
14658
14659 PR gdb/17525
14660 * gdb.base/bp-cmds-execution-x-script.c: New file.
14661 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14662 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14663
6c400b59
PA
146642015-01-14 Pedro Alves <palves@redhat.com>
14665
14666 PR cli/17828
14667 * gdb.base/batch-preserve-term-settings.c: New file.
14668 * gdb.base/batch-preserve-term-settings.exp: New file.
14669
e02c96a7
DE
146702015-01-13 Doug Evans <dje@google.com>
14671
14672 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14673 binary.
14674
576fd14c
JB
146752015-01-13 Joel Brobecker <brobecker@adacore.com>
14676
14677 * Makefile.in (clean mostlyclean): Do not delete *.py.
14678
04dccad0
JB
146792015-01-13 Joel Brobecker <brobecker@adacore.com>
14680
14681 * gdb.python/py-lookup-type.exp: New file.
14682
3d230f71
PA
146832015-01-12 Pedro Alves <palves@redhat.com>
14684
14685 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14686 restore GDBFLAGS before returning.
14687
7e67715d
JK
146882015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14689
14690 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14691 is_amd64_regs_target and is_x86_like_target.
14692
f2e0d4b4
DE
146932015-01-11 Doug Evans <xdje42@gmail.com>
14694
14695 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14696 is given without an explicit form.
14697 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14698 attributes.
14699 * gdb.dwarf/corrupt.exp: Ditto.
14700 * gdb.dwarf2/enum-type.exp: Ditto.
14701 * gdb.trace/entry-values.exp: Ditto.
14702 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14703
439250fb
DE
147042015-01-11 Doug Evans <xdje42@gmail.com>
14705
14706 PR gdb/15830
14707 * gdb.base/maint.exp: Remove references to "maint demangle".
14708 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14709 Add tests for explicitly specifying language to demangle.
14710 * gdb.dlang/demangle.exp: Ditto.
14711
ede9f622
PA
147122015-01-09 Pedro Alves <palves@redhat.com>
14713
14714 * gdb.threads/non-stop-fair-events.c: New file.
14715 * gdb.threads/non-stop-fair-events.exp: New file.
14716
a7b796db
PA
147172015-01-09 Pedro Alves <palves@redhat.com>
14718
14719 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14720 the global scope. Set a breakpoint after all threads are started
14721 rather than stepping over two source lines. Expect the prompt.
14722 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14723 global.
14724 (NUM): Now 15.
14725 (main): Use threads_started_barrier to wait for all threads to
14726 start. Main thread no longer calls thread_function. Exit after
14727 180 seconds.
14728 (loop): New function.
14729 (thread_function): Wait on threads_started_barrier barrier. Call
14730 'loop' at each iteration.
14731 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14732 threads have started, instead of hardcoding number of "next"
14733 steps. Use an access watchpoint instead of a write watchpoint.
14734
9665ffdd
PA
147352015-01-09 Pedro Alves <palves@redhat.com>
14736
14737 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14738 (thread_func): Wait on barrier.
14739 (main): Wait for all threads to start before stopping GDB.
14740 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14741 global.
14742 (thread1_func, thread2_func): Wait on barrier.
14743 (main): Wait for all threads to start before stopping GDB.
14744 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14745 New global.
14746 (thread1_func, thread2_func): Wait on barrier.
14747 (main): Wait for all threads to start before stopping GDB.
14748
c945a99f
PA
147492015-01-09 Pedro Alves <palves@redhat.com>
14750
14751 * gdb.threads/attach-many-short-lived-threads.c: New file.
14752 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14753
c1a747c1
PA
147542014-01-09 Pedro Alves <palves@redhat.com>
14755
14756 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14757 instead of to thread 2.
14758 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14759 Add barrier around each pthread_create call instead of around all
14760 calls.
14761 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14762 Set a break on thread_function and have the child threads hit it
14763 one at at a time.
14764
60b3033e
PA
147652015-01-09 Pedro Alves <palves@redhat.com>
14766
14767 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14768 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14769 false.
14770 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14771 checking whether the target board is remote.
14772 * gdb.multi/multi-attach.exp: Likewise.
14773 * gdb.python/py-sync-interp.exp: Likewise.
14774 * gdb.server/ext-attach.exp: Likewise.
14775 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14776 tests that need to attach, instead of checking whether the target
14777 board is remote at the top of the file.
14778
acc018ac
YQ
147792015-01-08 Yao Qi <yao@codesourcery.com>
14780
14781 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14782
50a18af8
JK
147832015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14784
14785 Fix testcase compilation.
14786 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14787
8503d6e1
JB
147882015-01-06 Joel Brobecker <brobecker@adacore.com>
14789
14790 * gdb.python/py-type.exp: Add a couple test about empty
14791 array creation, and negative-length array creation.
14792
cc73dbcc
DE
147932015-01-02 Doug Evans <xdje42@gmail.com>
14794
14795 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14796
0300bbc7
DE
147972015-01-02 Doug Evans <dje@google.com>
14798
14799 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14800
9d85a0ec
YQ
148012014-12-29 Yao Qi <yao@codesourcery.com>
14802
14803 * gdb.trace/entry-values.exp: Update comments. Rename variable
14804 bar_call_foo to returned_from_foo.
14805
87186c6a
MMN
148062014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14807
14808 PR gdb/17394
14809 * gdb.linespec/break-asm-file.c: New file.
14810 * gdb.linespec/break-asm-file.exp: New file.
14811 * gdb.linespec/break-asm-file0.s: New file.
14812 * gdb.linespec/break-asm-file1.s: New file.
14813
1bab7383
YQ
148142014-12-18 Nigel Stephens <nigel@mips.com>
14815 Maciej W. Rozycki <macro@codesourcery.com>
14816
14817 * gdb.base/float.exp: Handle the new output from "info float" on
14818 MIPS targets.
14819
1bc1068a
JK
148202014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14821
14822 Fix MinGW compilation.
14823 * gdb.compile/compile-ops.exp: Update untested message if
14824 !skip_compile_feature_tests.
14825 * gdb.compile/compile-setjmp.exp: Likewise.
14826 * gdb.compile/compile-tls.exp: Likewise.
14827 * gdb.compile/compile.exp: Likewise.
14828 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14829 supported on this host".
14830
b6615d10
DE
148312014-12-16 Doug Evans <xdje42@gmail.com>
14832
14833 * boards/stabs.exp: New file.
14834
25dda427
AA
148352014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14836
14837 * gdb.base/completion.exp: Adjust to format changes of "maint
14838 print user-registers".
14839
bf330350
CU
148402014-12-16 Catalin Udma <catalin.udma@freescale.com>
14841
14842 PR server/17457
14843 * gdb.arch/aarch64-fp.c: New file.
14844 * gdb.arch/aarch64-fp.exp: New file.
14845
395cf596
SDJ
148462014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14847
14848 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14849 r210637, r210913, r211666, r215400, r215817).
14850
14851 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14852 * dg-extract-results.py: New file.
14853 * dg-extract-results.sh: Use it if the environment seems
14854 suitable.
14855
14856 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14857
14858 * dg-extract-results.py (parse_run): Handle warnings that
14859 are printed before a test harness is run.
14860
14861 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14862
14863 * dg-extract-results.py (Named): Remove __cmp__ method.
14864 (output_variation): Use a key to sort variation.harnesses.
14865
14866 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14867
14868 * dg-extract-results.py: For Python 3, force sys.stdout to
14869 handle surrogate escape sequences.
14870 (safe_open): New function.
14871 (output_segment, main): Use it.
14872
14873 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14874
14875 * dg-extract-results.py (Prog.result_re): Include options
14876 in test name.
14877
14878 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14879
14880 * dg-extract-results.py (output_variation): Always sort if
14881 do_sum.
14882
e882ef3c
SM
148832014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14884
14885 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14886 as long as we get pagination notifications.
14887
4992aa20
JM
148882014-12-15 Jason Merrill <jason@redhat.com>
14889
14890 * Makefile.in (check-gdb.%): Restore.
14891 * README: Mention it.
14892
c1b5a1a6
JB
148932014-12-13 Joel Brobecker <brobecker@adacore.com>
14894
14895 * gdb.ada/str_uninit: New testcase.
14896
5537b577
JK
148972014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14898
14899 PR symtab/17642
14900 * gdb.base/vla-stub-define.c: New file.
14901 * gdb.base/vla-stub.c: New file.
14902 * gdb.base/vla-stub.exp: New file.
14903
bb2ec1b3
TT
149042014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14905 Jan Kratochvil <jan.kratochvil@redhat.com>
14906 Tom Tromey <tromey@redhat.com>
14907
14908 * configure.ac: Add gdb.compile/.
14909 * configure: Regenerate.
14910 * gdb.compile/Makefile.in: New file.
14911 * gdb.compile/compile-ops.exp: New file.
14912 * gdb.compile/compile-ops.c: New file.
14913 * gdb.compile/compile-tls.c: New file.
14914 * gdb.compile/compile-tls.exp: New file.
14915 * gdb.compile/compile-constvar.S: New file.
14916 * gdb.compile/compile-constvar.c: New file.
14917 * gdb.compile/compile-mod.c: New file.
14918 * gdb.compile/compile-nodebug.c: New file.
14919 * gdb.compile/compile-setjmp-mod.c: New file.
14920 * gdb.compile/compile-setjmp.c: New file.
14921 * gdb.compile/compile-setjmp.exp: New file.
14922 * gdb.compile/compile-shlib.c: New file.
14923 * gdb.compile/compile.c: New file.
14924 * gdb.compile/compile.exp: New file.
14925 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14926
4ff709eb
TT
149272014-12-12 Tom Tromey <tromey@redhat.com>
14928
14929 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14930 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14931
6dddd6a5
DE
149322014-12-12 Doug Evans <dje@google.com>
14933
14934 * lib/gdb-python.exp (get_python_valueof): New function.
14935 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14936
71c24708
AA
149372014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14938
14939 * gdb.base/completion.exp: Add test for completion of "info
14940 registers ".
14941
3e29f34a
MR
149422014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14943
14944 * gdb.base/func-ptrs.c: New file.
14945 * gdb.base/func-ptrs.exp: New file.
14946
fc126975
SM
149472014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14948
14949 PR breakpoints/17012
14950 * gdb.base/dprintf-detach.c: New file.
14951 * gdb.base/dprintf-detach.exp: New file.
14952
0a46d518
SM
149532014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14954
14955 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14956 * lib/gdb.exp (target_is_gdbserver): New procedure.
14957
a0be3e44
DE
149582014-12-08 Doug Evans <dje@google.com>
14959
14960 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14961
df1b803a
YQ
149622014-12-05 Yao Qi <yao@codesourcery.com>
14963
14964 * gdb.guile/scm-error.exp: Remove the third argument to
14965 gdb_remote_download.
14966 * gdb.guile/scm-frame-args.exp: Likewise.
14967 * gdb.guile/scm-section-script.exp: Likewise.
14968
ddb9f679
YQ
149692014-12-05 Yao Qi <yao@codesourcery.com>
14970
14971 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14972
86e4ed39
DE
149732014-12-04 Doug Evans <dje@google.com>
14974
14975 * gdb.python/py-objfile.exp: Add tests for
14976 objfile.add_separate_debug_file.
14977
7c50a931
DE
149782014-12-04 Doug Evans <dje@google.com>
14979
14980 * lib/gdb.exp (get_build_id): New function.
14981 (build_id_debug_filename_get): Rewrite to use it.
14982 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14983
621661e3
MR
149842014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14985
14986 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14987 `method(long)', not just 0x0.
14988 * gdb.cp/nsalias.exp: Align code labels to 4.
14989 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14990 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14991 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14992 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14993 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14994 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14995
29f0c3b7
DE
149962014-12-02 Doug Evans <dje@google.com>
14997
e1e061e7 14998 PR symtab/17602
29f0c3b7 14999 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 15000 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
15001 * gdb.cp/anon-ns.exp: Update.
15002
162078c8
NB
150032014-12-02 Nick Bull <nicholaspbull@gmail.com>
15004
15005 * gdb.python/py-events.py (inferior_call_handler): New.
15006 (register_changed_handler, memory_changed_handler): New.
15007 (test_events.invoke): Register new handlers.
15008 * gdb.python/py-events.exp: Add tests for inferior call,
15009 memory_changed and register_changed events.
15010
fdb09caf
AA
150112014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15012
15013 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15014 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15015 if the linker doesn't understand this.
15016
55cfb2c4
SM
150172014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15018
15019 * gdb.python/python.exp: Change expected reply to help().
15020
9e8cd6df
YQ
150212014-12-01 Yao Qi <yao@codesourcery.com>
15022
15023 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15024 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15025 * configure: Re-generated.
15026
6c659fc2
SC
150272014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15028
15029 * gdb.cp/chained-calls.cc: New file.
15030 * gdb.cp/chained-calls.exp: New file.
15031 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15032
d7fc3181
SM
150332014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15034
15035 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15036 * gdb.dwarf2/symtab-producer.exp: Same.
15037 * gdb.gdb/python-interrupts.exp: Same.
15038 * gdb.gdb/python-selftest.exp: Same.
15039 * gdb.python/py-linetable.exp: Same.
15040 * gdb.python/py-type.exp: Same.
15041 * gdb.python/py-value-cc.exp: Same.
15042 * gdb.python/py-value.exp: Same.
15043
10e79639
YQ
150442014-11-28 Yao Qi <yao@codesourcery.com>
15045
15046 * gdb.base/break-probes.exp: Match library name prefixed with
15047 sysroot.
15048
f28a0564
SM
150492014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15050
15051 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15052 test expected output. Add parentheses for the call to print.
15053 Remove L suffix from integers.
15054
3fe1ce1d
DE
150552014-11-26 Doug Evans <dje@google.com>
15056
15057 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15058
84429e27
YQ
150592014-11-22 Yao Qi <yao@codesourcery.com>
15060
15061 * gdb.trace/entry-values.c: Remove asms.
15062 (foo): Add foo_label.
15063 (bar): Add bar_label.
15064 * gdb.trace/entry-values.exp: Remove code computing foo's
15065 length and bar's length.
15066 (Dwarf::assemble): Invoke function_range for bar and use
15067 MACRO_AT_func for foo.
15068
26741859
YQ
150692014-11-22 Yao Qi <yao@codesourcery.com>
15070
15071 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15072 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15073 Use .Lgcc43_procstart instead of gcc43.
15074
45e44d27
JB
150752014-11-21 Joel Brobecker <brobecker@adacore.com>
15076
15077 * gdb.ada/n_arr_bound: New testcase.
15078
458c8db8
SDJ
150792014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15080
15081 PR breakpoints/10737
15082 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15083 test_catch_syscall_multi_arch.
15084 (test_catch_syscall_multi_arch): New function.
15085
43f3e411
DE
150862014-11-20 Doug Evans <xdje42@gmail.com>
15087
15088 * gdb.base/maint.exp: Update expected output.
15089
0d7b2549
AA
150902014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15091
15092 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15093 4-byte instruction on S390.
15094
8908fca5
JB
150952014-11-19 Joel Brobecker <brobecker@adacore.com>
15096
15097 * gdb.ada/arr_arr: New testcase.
15098
4a46959e
JB
150992014-11-19 Joel Brobecker <brobecker@adacore.com>
15100
15101 * gdb.ada/pkd_arr_elem: New Testcase.
15102
470e2f4e
LM
151032014-11-18 Luis Machado <lgustavo@codesourcery.com>
15104
15105 * gdb.reverse/break-precsave: Expect completion message for
15106 core file reads.
15107 * gdb.reverse/consecutive-precsave.exp: Likewise.
15108 * gdb.reverse/finish-precsave.exp: Likewise.
15109 * gdb.reverse/i386-precsave.exp: Likewise.
15110 * gdb.reverse/machinestate-precsave.exp: Likewise.
15111 * gdb.reverse/sigall-precsave.exp: Likewise.
15112 * gdb.reverse/solib-precsave.exp: Likewise.
15113 * gdb.reverse/step-precsave.exp: Likewise.
15114 * gdb.reverse/until-precsave.exp: Likewise.
15115 * gdb.reverse/watch-precsave.exp: Likewise.
15116
a267f3ad
AA
151172014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15118
15119 * gdb.base/bp-permanent.c: Include unistd.h.
15120 * gdb.python/py-framefilter-mi.c (main): Add return type.
15121 * gdb.python/py-framefilter.c (main): Likewise.
15122 * gdb.trace/actions-changed.c (main): Likewise.
15123
12084a9a
AA
151242014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15125
15126 * gdb.mi/until.c: Add eye-catchers.
15127 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15128 line numbers.
15129
dc7e1a77
AA
151302014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15131
15132 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15133 function header variants in break1.c.
15134 * gdb.base/ena-dis-br.exp: Likewise.
15135 * gdb.base/hbreak2.exp: Likewise.
15136 * gdb.reverse/until-precsave.exp: Drop references to removed
15137 non-prototype function header variants in ur1.c.
15138 * gdb.reverse/until-reverse.exp: Likewise.
15139
41c77605
PM
151402014-11-17 Petr Machata <pmachata@redhat.com>
15141
15142 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15143 ${_cu_offset_size} bytes abbrev offset.
15144
34248c3a
DE
151452014-11-15 Doug Evans <xdje42@gmail.com>
15146
15147 PR symtab/17559
15148 * gdb.base/line-symtabs.exp: New file.
15149 * gdb.base/line-symtabs.c: New file.
15150 * gdb.base/line-symtabs.h: New file.
15151
646da059
YQ
151522014-11-14 Yao Qi <yao@codesourcery.com>
15153
15154 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15155 (func): Add label func_label.
15156 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15157 Replace low_pc and high_pc with MACRO_AT_range.
15158 Replace name, low_pc and high_pc with MACRO_AT_func.
15159
9301ebe6
YQ
151602014-11-14 Yao Qi <yao@codesourcery.com>
15161
15162 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15163 Replace name, low_pc and high_pc with MACRO_AT_func.
15164
f166b542
YQ
151652014-11-14 Yao Qi <yao@codesourcery.com>
15166
15167 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15168 produce debug information.
15169 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15170
0f6e71e3
YQ
151712014-11-14 Yao Qi <yao@codesourcery.com>
15172
15173 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15174 object and get function length.
15175 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15176 with MACRO_AT_func.
15177 (top-level): Replace gdb_compile and clean_restart with
15178 prepare_for_testing.
15179 * gdb.dwarf2/main.c (main): Add label main_label.
15180
876c4df9
YQ
151812014-11-14 Yao Qi <yao@codesourcery.com>
15182
15183 * lib/dwarf.exp (function_range): New procedure.
15184 (Dwarf::_handle_macro_at_func): New procedure.
15185 (Dwarf::_handle_macro_at_range): New procedure.
15186 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15187
02ad9cf1
YQ
151882014-11-14 Yao Qi <yao@codesourcery.com>
15189
15190 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15191 (_handle_attribute): New procedure.
15192
a59add0c
AA
151932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15194
15195 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15196 * gdb.base/call-sc.c (zed): Likewise.
15197 * gdb.base/checkpoint.c (main): Likewise.
15198 * gdb.base/dump.c (main): Likewise.
15199 * gdb.base/gcore.c (main): Likewise.
15200 * gdb.base/huge.c (main): Likewise.
15201 * gdb.base/multi-forks.c (main): Likewise.
15202 * gdb.base/pr10179-a.c (main): Likewise.
15203 * gdb.base/savedregs.c (main): Likewise.
15204 * gdb.base/sigaltstack.c (main): Likewise.
15205 * gdb.base/siginfo.c (main): Likewise.
15206 * gdb.base/structs.c (zed): Likewise.
15207 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15208 * gdb.mi/mi-syn-frame.c (main): Likewise.
15209 * gdb.mi/until.c (foo, main): Likewise.
15210 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15211 * gdb.base/solib-weak.c (foo): Declare.
15212 * gdb.base/attach-twice.c: Include stdio.h.
15213 * gdb.base/weaklib1.c: Likewise.
15214 * gdb.base/weaklib2.c: Likewise.
15215 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15216 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15217 unistd.h.
15218 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15219 * gdb.mi/mi-exit-code.c: Likewise.
15220 * gdb.base/break-interp-lib.c: Include string.h.
15221 * gdb.base/coremaker.c: Likewise.
15222 * gdb.base/testenv.c: Likewise.
15223 * gdb.python/py-finish-breakpoint.c: Likewise.
15224 * gdb.base/inferior-died.c: Include sys/wait.h.
15225 * gdb.base/fileio.c: Include time.h.
15226 * gdb.base/async-shell.c: Include unistd.h.
15227 * gdb.base/dprintf-non-stop.c: Likewise.
15228 * gdb.base/info-os.c: Likewise.
15229 * gdb.mi/mi-console.c: Likewise.
15230 * gdb.mi/watch-nonstop.c: Likewise.
15231 * gdb.python/py-events.c: Likewise.
15232 * gdb.base/async.c (baz): Move up before its invocation.
15233 * gdb.base/code_elim2.c (my_global_func): Likewise.
15234 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15235 * gdb.base/advance.c (func2): Likewise.
15236
3b5d5997
AA
152372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15238
15239 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15240 variant.
15241 * gdb.base/annota3.c: Likewise.
15242 * gdb.base/async.c: Likewise.
15243 * gdb.base/average.c: Likewise.
15244 * gdb.base/call-ar-st.c: Likewise.
15245 * gdb.base/call-rt-st.c: Likewise.
15246 * gdb.base/call-sc.c: Likewise.
15247 * gdb.base/call-strs.c: Likewise.
15248 * gdb.base/ending-run.c: Likewise.
15249 * gdb.base/execd-prog.c: Likewise.
15250 * gdb.base/exprs.c: Likewise.
15251 * gdb.base/foll-exec.c: Likewise.
15252 * gdb.base/foll-fork.c: Likewise.
15253 * gdb.base/foll-vfork.c: Likewise.
15254 * gdb.base/funcargs.c: Likewise.
15255 * gdb.base/gcore.c: Likewise.
15256 * gdb.base/jump.c: Likewise.
15257 * gdb.base/langs0.c: Likewise.
15258 * gdb.base/langs1.c: Likewise.
15259 * gdb.base/langs2.c: Likewise.
15260 * gdb.base/mips_pro.c: Likewise.
15261 * gdb.base/nodebug.c: Likewise.
15262 * gdb.base/opaque0.c: Likewise.
15263 * gdb.base/opaque1.c: Likewise.
15264 * gdb.base/recurse.c: Likewise.
15265 * gdb.base/run.c: Likewise.
15266 * gdb.base/scope0.c: Likewise.
15267 * gdb.base/scope1.c: Likewise.
15268 * gdb.base/setshow.c: Likewise.
15269 * gdb.base/setvar.c: Likewise.
15270 * gdb.base/shmain.c: Likewise.
15271 * gdb.base/shr1.c: Likewise.
15272 * gdb.base/shr2.c: Likewise.
15273 * gdb.base/sigall.c: Likewise.
15274 * gdb.base/signals.c: Likewise.
15275 * gdb.base/so-indr-cl.c: Likewise.
15276 * gdb.base/solib2.c: Likewise.
15277 * gdb.base/structs.c: Likewise.
15278 * gdb.base/sum.c: Likewise.
15279 * gdb.base/vforked-prog.c: Likewise.
15280 * gdb.base/watchpoint.c: Likewise.
15281 * gdb.reverse/shr2.c: Likewise.
15282 * gdb.reverse/until-reverse.c: Likewise.
15283 * gdb.reverse/ur1.c: Likewise.
15284 * gdb.reverse/watch-reverse.c: Likewise.
15285
066a77c5
AA
152862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15287
15288 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15289 variant.
15290 * gdb.base/sepdebug.exp: Drop references to removed code.
15291
4f204ea5
AA
152922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15293
15294 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15295 variant. Preserve original line numbering.
15296 * gdb.base/list1.c: Likewise.
15297
3b377a3a
AA
152982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15299
15300 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15301 variant.
15302 * gdb.base/break1.c: Likewise.
15303 * gdb.base/break.exp: Drop references to removed code.
15304
e444df73
AA
153052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15306
15307 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15308 variant.
15309
8008f2a7
AA
153102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15311
15312 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15313
a5a06887
AA
153142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15315
15316 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15317 logic into perform_all_tests() and invoke it with and without
15318 function header prototypes.
15319 (do_function_calls): Remove conditional XFAIL for PR 5318.
15320 (rerun_and_prepare): Remove duplicate code.
15321 (perform_all_tests): New. Main logic moved here.
15322
44dba9b9
AA
153232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15324
15325 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15326 code guarded by #ifdef NO_PROTOTYPES.
15327 (t_double_many_args): Likewise.
15328 (DEF_FUNC_MANY_ARGS_1): Likewise.
15329 (DEF_FUNC_VALUES_1): Likewise.
15330 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15331 guarded by #ifdef PROTOTYPES.
15332
d1fbcd56
AA
153332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15334
15335 * gdb.mi/mi-console.c: Add eye-catcher.
15336 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15337 instead of literal line number.
15338
b0e59b8f
AA
153392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15340
15341 * gdb.base/shr2.c: Add eye-catcher.
15342 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15343 line number.
15344
78f98cca
AA
153452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15346
15347 * gdb.base/jump.c: Add eye-catchers.
15348 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15349 numbers.
15350
58fa2af0
AA
153512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15352
15353 * gdb.base/execd-prog.c: Add eye-catchers.
15354 * gdb.base/foll-exec.c: Likewise.
15355 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15356 line numbers.
15357
04e5059b
AA
153582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15359
15360 * gdb.base/ending-run.c: Add eye-catchers.
15361 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15362 literal line numbers.
15363
dbfdb174
AA
153642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15365
15366 * gdb.base/call-rt-st.c: Add eye-catchers.
15367 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15368 literal line numbers.
15369
888a2ade
AA
153702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15371
15372 * gdb.base/call-ar-st.c: Add eye-catchers.
15373 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15374 literal line numbers.
15375
6acc2dde
AA
153762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15377
15378 * gdb.base/average.c: Add eye-catchers.
15379 * gdb.base/sum.c: Likewise.
15380 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15381 regexps dynamically.
15382
9ecfcd1d
AA
153832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15384
15385 * gdb.base/solib1.c: Add eye-catchers.
15386 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15387 literal line numbers.
15388
78708b7c
PA
153892014-11-12 Pedro Alves <palves@redhat.com>
15390
15391 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15392 leader has exited.
15393
af48d08f
PA
153942014-11-12 Pedro Alves <palves@redhat.com>
15395
15396 * gdb.arch/i386-bp_permanent.c: New file.
15397 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15398 (srcfile): Set to i386-bp_permanent.c.
15399 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15400 that stepi does not execute the 'leave' instruction, instead of
15401 testing it does execute.
15402 * gdb.base/bp-permanent.c: New file.
15403 * gdb.base/bp-permanent.exp: New file.
15404
af3768e9
DE
154052014-11-10 Doug Evans <xdje42@gmail.com>
15406
15407 PR symtab/17564
15408 * gdb.base/symtab-search-order.exp: New file.
15409 * gdb.base/symtab-search-order.c: New file.
15410 * gdb.base/symtab-search-order-1.c: New file.
15411 * gdb.base/symtab-search-order-shlib-1.c: New file.
15412
9de00a4a
PA
154132014-11-07 Pedro Alves <palves@redhat.com>
15414
15415 PR gdb/17511
15416 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15417 i?86-*-linux*.
15418
e0f52461
SC
154192014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15420
15421 PR c++/17494
15422 * gdb.cp/pr17494.cc: New file.
15423 * gdb.cp/pr17494.exp: New file.
15424
6ce8c980
YQ
154252014-11-02 Yao Qi <yao@codesourcery.com>
15426
15427 * gdb.python/python.exp: Get working directory and match the
15428 output of "set extended-prompt \\w " with it.
15429
02be9a71
DE
154302014-10-30 Doug Evans <dje@google.com>
15431
15432 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15433 in objfiles.
15434 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15435 in progspaces.
15436
3bdff46b
LM
154372014-10-30 Janis Johnson <janisjo@codesourcery.com>
15438
15439 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15440 * gdb.base/realname-expand.exp: Likewise.
15441 * gdb.linespec/macro-relative.exp: Likewise.
15442
ab917dfb
PA
154432014-10-29 Pedro Alves <palves@redhat.com>
15444
15445 PR gdb/17408
15446 * gdb.threads/schedlock.c (some_function): New function.
15447 (call_function): New global.
15448 (MAYBE_CALL_SOME_FUNCTION): New macro.
15449 (thread_function): Call it.
15450 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15451 and use it instead of a global counter. Adjust all callers.
15452 (get_current_thread): Use "find current thread" for test message
15453 here rather than having all callers pass down the same string.
15454 (goto_loop): New procedure, factored out from ...
15455 (my_continue): ... this.
15456 (step_ten_loops): Change parameter from test message to command to
15457 use. Adjust.
15458 (list_count): Delete global.
15459 (check_result): New procedure, factored out from duplicate top
15460 level code.
15461 (continue tests): Wrap in with_test_prefix.
15462 (test_step): New procedure, factored out from duplicate top level
15463 code.
15464 (top level): Test "step" in combination with all scheduler-locking
15465 modes. Test "next" in combination with all scheduler-locking
15466 modes, and in combination with stepping over a function call or
15467 not.
15468 * gdb.threads/next-bp-other-thread.c: New file.
15469 * gdb.threads/next-bp-other-thread.exp: New file.
15470
d3d4baed
PA
154712014-10-29 Pedro Alves <palves@redhat.com>
15472
15473 PR python/17372
15474 * gdb.python/python.exp: Test a multi-line command that spawns
15475 interactive Python.
15476 * gdb.base/multi-line-starts-subshell.exp: New file.
15477
563e8d85
YQ
154782014-10-29 Yao Qi <yao@codesourcery.com>
15479
15480 * gdb.base/fileio.exp: Make directories on host.
15481
0ea4d52e
YQ
154822014-10-29 Yao Qi <yao@codesourcery.com>
15483
15484 * gdb.base/fileio.c (test_write): Close the file.
15485
7f5ef605
PA
154862014-10-28 Pedro Alves <palves@redhat.com>
15487
15488 PR gdb/12623
15489 * gdb.base/sigstep.c (no_handler): New global.
15490 (main): If 'no_handler is true, set the signal handlers to
15491 SIG_IGN.
15492 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15493 with_sw_watch and no_handler parameters. Handle them.
15494 (top level) <stepping over handler when stopped at a breakpoint
15495 test>: Add a test axis for testing with a software watchpoint, and
15496 another for testing with the signal handler set to SIG_IGN.
15497 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15498 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15499
abbdbd03
PA
155002014-10-28 Pedro Alves <palves@redhat.com>
15501
15502 PR gdb/17511
15503 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15504 * gdb.base/sigstep.exp (other_handler_location): New global.
15505 (advance): Support stepping into the signal handler, and running
15506 commands while in the handler.
15507 (in_handler_map): New global.
15508 (top level): In the advance test, add combinations for getting
15509 into the handler with stepping commands, and for running commands
15510 in the handler. Add comment descripting the advancei tests.
15511
1df4399f
PA
155122014-10-28 Pedro Alves <palves@redhat.com>
15513
15514 * gdb.base/sigstep.exp: Use build_executable instead of
15515 prepare_for_testing.
15516 (top level): Move code that starts GDB, runs to main and creates a
15517 display to ...
15518 (restart): ... this new procedure.
15519 (top level): Move backtrace from signal handler test to ...
15520 (validate_backtrace): ... this new procedure.
15521 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15522 with_test_prefix. Always restart GDB.
15523 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15524 with_test_prefix. Always restart GDB. No need to delete
15525 breakpoints after the test.
15526 (test_skip_handler): Remove prefix parameter.
15527 (skip_over_handler, breakpoint_to_handler)
15528 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15529 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15530 restart GDB. No need to delete breakpoints after the test.
15531 (top level): Use foreach to call the test procedures with
15532 different commands.
15533
a5b6e449
PA
155342014-10-28 Pedro Alves <palves@redhat.com>
15535
15536 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15537 instead of GNATS numbers.
15538 * gdb.base/sigbpt.exp: Likewise.
15539 * gdb.base/siginfo.exp: Likewise.
15540 * gdb.base/sigstep.exp: Likewise.
15541
e5f8a7cc
PA
155422014-10-27 Pedro Alves <palves@redhat.com>
15543
15544 * gdb.base/sigstep.c (dummy): New global.
15545 (main): Issue a couple writes to the new global.
15546 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15547 procedures.
15548 (skip_over_handler): Use test_skip_handler.
15549 (top level): Call skip_over_handler for stepi and nexti too.
15550 (breakpoint_over_handler): Use test_skip_handler.
15551 (top level): Call breakpoint_over_handler for stepi and nexti too.
15552
763905a3
YQ
155532014-10-27 Yao Qi <yao@codesourcery.com>
15554
15555 * gdb.trace/tfile.c (adjust_function_address)
15556 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15557 function descriptor.
15558
6f259a23
DB
155592014-10-24 Don Breazeal <donb@codesourcery.com>
15560
15561 * gdb.base/foll-fork.exp (test_follow_fork,
15562 catch_fork_child_follow): Check for updated fork messages emitted
15563 from infrun.c.
15564 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15565 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15566 vfork_and_exec_child_follow_through_step): Check for updated vfork
15567 messages emitted from infrun.c.
15568
09dd9a69
PA
155692014-10-24 Pedro Alves <palves@redhat.com>
15570
15571 * gdb.base/corefile.exp: Remove references to ultrix.
15572 * gdb.base/interrupt.exp: Likewise.
15573 * gdb.base/whatis.exp: Likewise.
15574 * gdb.gdb/selftest.exp: Likewise.
15575 * gdb.threads/manythreads.exp: Likewise.
15576 * gdb.threads/print-threads.exp: Likewise.
15577 * gdb.threads/pthreads.exp:: Likewise.
15578 * gdb.threads/schedlock.exp: Likewise.
15579
3433cfa5
SC
155802014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15581
15582 * gdb.cp/non-trivial-retval.cc: Add a test case.
15583 * gdb.cp/non-trivial-retval.exp: Add a test.
15584
092f880b
YQ
155852014-10-20 Yao Qi <yao@codesourcery.com>
15586
15587 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15588 * gdb.python/py-objfile-script-gdb.py: New file.
15589 * gdb.python/py-objfile-script.exp: Update reference to
15590 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15591 of remote_download. Remove the dest file.
15592
acbdb7f3
YQ
155932014-10-20 Yao Qi <yao@codesourcery.com>
15594
15595 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15596 * gdb.base/step-line.exp: Likewise.
15597 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15598 * gdb.dwarf2/dw2-basic.exp: Likewise.
15599 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15600 * gdb.dwarf2/dw2-filename.exp: Likewise.
15601 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15602 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15603 * gdb.dwarf2/dw2-producer.exp: Likewise.
15604 * gdb.dwarf2/mac-fileno.exp: Likewise.
15605 * gdb.python/py-frame-args.exp: Likewise.
15606 * gdb.python/py-framefilter.exp: Likewise.
15607 * gdb.python/py-mi.exp: Likewise.
15608 * gdb.python/py-objfile-script.exp: Likewise
15609 * gdb.python/py-pp-integral.exp: Likewise.
15610 * gdb.python/py-pp-re-notag.exp: Likewise.
15611 * gdb.python/py-prettyprint.exp: Likewise.
15612 * gdb.python/py-section-script.exp: Likewise.
15613 * gdb.python/py-typeprint.exp: Likewise.
15614 * gdb.python/py-xmethods.exp: Likewise.
15615 * gdb.stabs/weird.exp: Likewise.
15616 * gdb.xml/tdesc-regs.exp: Likewise.
15617
bd286a29
KCY
156182014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15619
15620 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15621 (out_cu): Use addr_len for the size of addresses.
15622 (out_line): Likewise. Size DW_LNE_set_address instruction
15623 according to addr_len.
15624 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15625 (FUNC): Add START_INSNS to definition.
15626
673dc4a0
YQ
156272014-10-18 Yao Qi <yao@codesourcery.com>
15628
15629 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15630 gdb_has_argv0 return true.
15631 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15632 check [target_info exists noargs], check [gdb_has_argv0]
15633 instead.
15634 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15635 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15636 procedures.
15637
4ffbba72
DE
156382014-10-17 Doug Evans <dje@google.com>
15639
15640 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15641 event.
15642 * gdb.python/py-events.py: Add clear_objfiles event.
15643
d096d8c1
DE
156442014-10-17 Doug Evans <dje@google.com>
15645
15646 * gdb.python/py-objfile.exp: Test progspace attribute.
15647
a80db015
LM
156482014-10-17 Luis Machado <lgustavo@codesourcery.com>
15649
15650 * gdb.guile/scm-breakpoint.exp: Do not assume any
15651 directory separators when matching source file paths.
15652 * gdb.python/py-breakpoint.exp: Likewise.
15653 * gdb.reverse/break-precsave.exp: Likewise.
15654 * gdb.reverse/break-reverse.exp: Likewise.
15655 * gdb.reverse/consecutive-precsave.exp: Likewise.
15656 * gdb.reverse/finish-precsave.exp: Likewise.
15657 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15658 * gdb.reverse/finish-reverse.exp: Likewise.
15659 * gdb.reverse/i386-precsave.exp: Likewise.
15660 * gdb.reverse/i387-env-reverse.exp: Likewise.
15661 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15662 * gdb.reverse/machinestate-precsave.exp: Likewise.
15663 * gdb.reverse/machinestate.exp: Likewise.
15664 * gdb.reverse/sigall-precsave.exp: Likewise.
15665 * gdb.reverse/solib-precsave.exp: Likewise.
15666 * gdb.reverse/step-precsave.exp: Likewise.
15667 * gdb.reverse/until-precsave.exp: Likewise.
15668 * gdb.reverse/watch-precsave.exp: Likewise.
15669 * gdb.reverse/watch-reverse.exp: Likewise.
15670
b22089ab
YQ
156712014-10-17 Yao Qi <yao@codesourcery.com>
15672
15673 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15674 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15675
6c4486e6
PA
156762014-10-17 Pedro Alves <palves@redhat.com>
15677
15678 PR gdb/17471
15679 * gdb.base/bg-execution-repeat.c: New file.
15680 * gdb.base/bg-execution-repeat.exp: New file.
15681
0ff33695
PA
156822014-10-17 Pedro Alves <palves@redhat.com>
15683
15684 PR gdb/17300
15685 * gdb.base/continue-all-already-running.c: New file.
15686 * gdb.base/continue-all-already-running.exp: New file.
15687
6fdebc3d
PA
156882014-10-17 Pedro Alves <palves@redhat.com>
15689
15690 PR gdb/17472
15691 * gdb.base/annota-input-while-running.c: New file.
15692 * gdb.base/annota-input-while-running.exp: New file.
15693
32a8097b
PA
156942014-10-17 Pedro Alves <palves@redhat.com>
15695
15696 * gdb.base/callfuncs.exp: emove references to osf.
15697 * gdb.base/sigall.exp: Likewise.
15698 * gdb.gdb/selftest.exp: Likewise.
15699 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15700 * gdb.mi/non-stop.c: Likewise.
15701 * gdb.mi/pthreads.c: Likewise.
15702 * gdb.reverse/sigall-precsave.exp: Likewise.
15703 * gdb.reverse/sigall-reverse.exp: Likewise.
15704 * gdb.threads/pthreads.c: Likewise.
15705 * gdb.threads/pthreads.exp: Likewise.
15706
7a3517ff
YQ
157072014-10-17 Yao Qi <yao@codesourcery.com>
15708
15709 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15710 check 'target_info exists noargs'.
15711 (test_command_prompt_position): Likewise.
15712 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15713 Remove "set args".
15714 (progvar_simple_while_test): Likewise.
15715 (progvar_complex_if_while_test): Likewise.
15716 (if_while_breakpoint_command_test): Likewise.
15717 (infrun_breakpoint_command_test): Likewise.
15718 (breakpoint_command_test): Likewise.
15719 (watchpoint_command_test): Likewise.
15720 (bp_deleted_in_command_test): Likewise.
15721 (temporary_breakpoint_commands): Likewise.
15722
bb99c472
YQ
157232014-10-16 Yao Qi <yao@codesourcery.com>
15724
15725 * gdb.base/remotetimeout.exp: Remove noargs checking.
15726
7c16b83e
PA
157272014-10-15 Pedro Alves <palves@redhat.com>
15728
15729 PR breakpoints/9649
15730 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15731 * gdb.base/breakpoint-in-ro-region.exp
15732 (probe_target_hardware_step): New procedure.
15733 (top level): Probe hardware stepping and hardware breakpoint
15734 support. Test stepping through a read-only region, with both
15735 "breakpoint auto-hw" on and off and both "always-inserted" on and
15736 off.
15737
35a49624
IB
157382014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15739
15740 * gdb.dlang/demangle.exp: Update for demangling changes.
15741
2d1c107c
SC
157422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15743
15744 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15745 * gdb.cp/non-trivial-retval.exp: Add new tests.
15746
778811d5
SC
157472014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15748
15749 PR c++/13403
15750 PR c++/15154
15751 * gdb.cp/non-trivial-retval.cc: New file.
15752 * gdb.cp/non-trivial-retval.exp: New file.
15753
10c5f0a8
YQ
157542014-10-15 Yao Qi <yao@codesourcery.com>
15755
15756 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15757 remote host.
15758
65d7b369
YQ
157592014-10-15 Yao Qi <yao@codesourcery.com>
15760
15761 * gdb.python/py-symbol.exp: Match file base name if host is
15762 remote, otherwise match file name with dir name.
15763 * gdb.python/py-symtab.exp: Likewise.
15764 * gdb.python/python.exp: Likewise.
15765
46dc1394
YQ
157662014-10-15 Yao Qi <yao@codesourcery.com>
15767
15768 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15769 pattern.
15770 * gdb.python/py-symtab.exp: Likewise.
15771 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15772 locationn.
15773
c40cc657
JB
157742014-10-14 Joel Brobecker <brobecker@adacore.com>
15775
15776 * gdb.ada/addr_arith: New testcase.
15777
2abf49e1
MR
157782014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15779
15780 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15781 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15782 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15783 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15784
f7088df3
SDJ
157852014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15786
15787 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15788 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15789 * gdb.arch/stap-eval-lang-ada.exp: New file.
15790
4dc06805
YQ
157912014-10-14 Yao Qi <yao@codesourcery.com>
15792
15793 * gdb.mi/mi-var-child.c (nothing1): New function.
15794 (nothing2): New function.
15795 (do_children_tests): Set function pointers by nothing1 and
15796 nothing2.
15797 * gdb.mi/mi-var-child.exp: Step over new added statements.
15798 Update test to match the new output.
15799 * gdb.mi/var-cmd.c (nothing1): New function.
15800 (nothing2): New function.
15801 (do_children_tests): Set function pointers by nothing1 and
15802 nothing2.
15803 * gdb.mi/mi-var-display.exp: Update test to match output.
15804 Step to the line specified by $line_dct_nothing.
15805 Increase the number of lines to step.
15806
46a93de2
YQ
158072014-10-14 Yao Qi <yao@codesourcery.com>
15808
15809 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15810 tests.
15811 * gdb.mi/mi2-var-child.exp: Likewise.
15812
14ea52ee
DE
158132014-10-13 Doug Evans <dje@google.com>
15814
15815 * gdb.python/py-objfile.exp: Change name of file name test.
15816
e5c6e92b
DE
158172014-10-13 Doug Evans <dje@google.com>
15818
15819 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15820 from the start of the CU.
15821
c780cc2f
JK
158222014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15823 Yao Qi <yao@codesourcery.com>
15824
15825 Fix "save breakpoints" for "catch" command.
15826 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15827 Remove -nonewline. Match also the added "main" line.
15828
99894e11
JK
158292014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15830
15831 Fix "save breakpoints" for "disable $bpnum" command.
15832 * gdb.base/save-bp.c (main): Add label.
15833 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15834
6e1ac5a3
JK
158352014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15836
15837 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15838
754dd2b0
YQ
158392014-10-11 Yao Qi <yao@codesourcery.com>
15840
15841 * gdb.server/server-kill.exp: Execute command
15842 "set remote trace-status-packet on" before "tstatus".
15843
f90183d7
YQ
158442014-10-11 Yao Qi <yao@codesourcery.com>
15845
15846 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15847 (main): Call getppid.
15848 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15849 and continue to it. Read variable "server_pid".
15850
bf40a607
YQ
158512014-10-11 Yao Qi <yao@codesourcery.com>
15852
15853 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15854
052ca370
YQ
158552014-10-11 Yao Qi <yao@codesourcery.com>
15856
15857 * gdb.threads/thread-find.exp: Don't execute command
15858 "info threads".
15859 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15860 * gdb.threads/linux-dp.exp: Don't check the condition
15861 $threads_created equals to zero.
15862
3831839c
PA
158632014-10-10 Pedro Alves <palves@redhat.com>
15864
15865 * gdb.base/bigcore.exp: Remove references to IRIX.
15866 * gdb.base/funcargs.exp: Likewise.
15867 * gdb.base/interrupt.exp: Likewise.
15868 * gdb.base/mips_pro.exp: Likewise.
15869 * gdb.base/nodebug.exp: Likewise.
15870 * gdb.base/setvar.exp: Likewise.
15871 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15872
8b9a549d
PA
158732014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15874 Pedro Alves <palves@redhat.com>
15875
15876 PR symtab/14466
15877 * gdb.base/vdso-warning.c: New file.
15878 * gdb.base/vdso-warning.exp: New file.
15879
d48ba5e8
DE
158802014-10-02 Doug Evans <dje@google.com>
15881
15882 * gdb.base/structs.c (main): Don't run forever.
15883
2278c276
PA
158842014-10-02 Pedro Alves <palves@redhat.com>
15885
15886 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15887 (top level) <stop threads 1, stop threads 2>: Use it.
15888
b57bacec
PA
158892014-10-02 Pedro Alves <palves@redhat.com>
15890
15891 * gdb.threads/break-while-running.exp (test): Add new
15892 'update_thread_list' argument. Skip "info threads" if false.
15893 (top level): Add new 'update_thread_list' axis.
15894
13fd3ff3
PA
158952014-10-02 Pedro Alves <palves@redhat.com>
15896
15897 PR breakpoints/17431
15898 * gdb.base/execl-update-breakpoints.c: New file.
15899 * gdb.base/execl-update-breakpoints.exp: New file.
15900
0fec99e8
PA
159012014-10-01 Pedro Alves <palves@redhat.com>
15902
15903 * gdb.base/breakpoint-in-ro-region.c: New file.
15904 * gdb.base/breakpoint-in-ro-region.exp: New file.
15905
2ddf4301
SM
159062014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15907
15908 * gdb.mi/mi-exit-code.exp: New file.
15909 * gdb.mi/mi-exit-code.c: New file.
15910
6a5f3f43
YQ
159112014-09-30 Yao Qi <yao@codesourcery.com>
15912
15913 * lib/prelink-support.exp (build_executable_own_libs): Error if
15914 the target isn't native.
15915
345bcc73
YQ
159162014-09-30 Yao Qi <yao@codesourcery.com>
15917
15918 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15919 false.
15920
a25a5a45
PA
159212014-09-22 Pedro Alves <palves@redhat.com>
15922
15923 * gdb.threads/break-while-running.exp: New file.
15924 * gdb.threads/break-while-running.c: New file.
15925
00ba3162
YQ
159262014-09-19 Yao Qi <yao@codesourcery.com>
15927
15928 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15929 Invoke test. Restart GDB with --readnow and invoke test again.
15930
c3b7b696
YQ
159312014-09-19 Yao Qi <yao@codesourcery.com>
15932
15933 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15934 proc set_breakpoint_on_gcd_function. Invoke
15935 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15936 invoke set_breakpoint_on_gcd_function again.
15937
2b4fd423
DE
159382014-09-18 Doug Evans <dje@google.com>
15939
15940 * gdb.dwarf2/symtab-producer.exp: New file.
15941
a5947601
SDJ
159422014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15943
15944 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15945 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15946 * gdb.base/global-var-nested-by-dso.c: Likewise.
15947 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15948
91c19059
SDJ
159492014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15950 Pedro Alves <palves@redhat.com>
15951
15952 * gdb.base/watch-bitfields.exp: Pass string other than test file
15953 name to prepare_for_testing.
15954 (watch): New procedure.
15955 (expect_watchpoint): Use with_test_prefix.
15956 (top level): Factor out tests to ...
15957 (test_watch_location, test_regular_watch): ... these new
15958 procedures, and use with_test_prefix and gdb_continue_to_end.
15959
bb9d5f81
PP
159602014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15961
15962 PR breakpoints/12526
15963 * gdb.base/watch-bitfields.exp: New file.
15964 * gdb.base/watch-bitfields.c: New file.
15965
635856f5
PA
159662014-09-16 Pedro Alves <palves@redhat.com>
15967
15968 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15969 software and hardware addresses, not software address against
15970 itself.
15971
7280ceea
PA
159722014-09-16 Pedro Alves <palves@redhat.com>
15973
15974 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15975 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15976
428b16bd
PA
159772014-09-16 Pedro Alves <palves@redhat.com>
15978
15979 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15980 files.
15981 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15982 "*-*-vxworks*" throughout.
15983 * gdb.base/break.exp: Likewise.
15984 * gdb.base/default.exp: Likewise.
15985 * gdb.base/scope.exp: Likewise.
15986 * gdb.base/sepdebug.exp: Likewise.
15987 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15988 throughout.
15989 * gdb.base/run.c: Likewise.
15990 * gdb.base/sepdebug.c: Likewise.
15991 * gdb.hp/gdb.aCC/run.c: Likewise.
15992 * gdb.reverse/until-reverse.c: Likewise.
15993 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15994
666d413c
YQ
159952014-09-16 Yao Qi <yao@codesourcery.com>
15996
15997 * boards/local-remote-host-native.exp: New file.
15998
57cbd724
DE
159992014-09-14 Doug Evans <xdje42@gmail.com>
16000
16001 * gdb.threads/queue-signal.c (thread_count): New variable.
16002 (thread_count_mutex, thread_count_condvar): New variables.
16003 (incr_thread_count, wait_all_threads_running): New functions.
16004 (main): Wait for all threads to be in their thread functions.
16005
81219e53
DE
160062014-09-13 Doug Evans <xdje42@gmail.com>
16007
16008 * gdb.threads/queue-signal.c: New file.
16009 * gdb.threads/queue-signal.exp: New file.
16010
3714cea7
DE
160112014-09-13 Doug Evans <xdje42@gmail.com>
16012
16013 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16014 be consistent with what default_gdb_init uses.
16015 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16016 the plain text of the prompt. Add some logging printfs.
16017 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16018
fa43b1d7
PA
160192014-09-12 Pedro Alves <palves@redhat.com>
16020
16021 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16022 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16023 * gdb.arch/i386-size-overlap.exp: Likewise.
16024 * gdb.arch/i386-size.exp: Likewise.
16025 * gdb.arch/i386-unwind.exp: Likewise.
16026 * gdb.base/a2-run.exp: Likewise.
16027 * gdb.base/break.exp: Likewise.
16028 * gdb.base/charset.exp: Likewise.
16029 * gdb.base/chng-syms.exp: Likewise.
16030 * gdb.base/commands.exp: Likewise.
16031 * gdb.base/dbx.exp: Likewise.
16032 * gdb.base/find.exp: Likewise.
16033 * gdb.base/funcargs.exp: Likewise.
16034 * gdb.base/jit-simple.exp: Likewise.
16035 * gdb.base/reread.exp: Likewise.
16036 * gdb.base/sepdebug.exp: Likewise.
16037 * gdb.base/step-bt.exp: Likewise.
16038 * gdb.cp/mb-inline.exp: Likewise.
16039 * gdb.cp/mb-templates.exp: Likewise.
16040 * gdb.objc/basicclass.exp: Likewise.
16041 * gdb.threads/killed.exp: Likewise.
16042
9d9bf2df
EBM
160432014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16044
16045 PR tdep/17379
16046 * gdb.arch/powerpc-stackless.S: New file.
16047 * gdb.arch/powerpc-stackless.exp: New file.
16048
1cf2f1b0
JK
160492014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16050
16051 * gdb.base/attach.c: Include unistd.h.
16052 (main): Call alarm. Add label postloop.
16053 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16054 gdb_breakpoint, gdb_continue_to_breakpoint.
16055 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16056
98880d46
PA
160572014-09-11 Pedro Alves <palves@redhat.com>
16058
16059 PR gdb/17347
16060 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16061 * gdb.base/attach.exp (test_command_line_attach_run): New
16062 procedure.
16063 (top level): Call it.
16064
4c92ff2c
PA
160652014-09-11 Pedro Alves <palves@redhat.com>
16066
16067 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16068 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16069 (do_command_attach_tests): Use spawn_wait_for_attach.
16070 * gdb.base/solib-overlap.exp: Likewise.
16071 * gdb.multi/multi-attach.exp: Likewise.
16072 * gdb.python/py-prompt.exp: Likewise.
16073 * gdb.python/py-sync-interp.exp: Likewise.
16074 * gdb.server/ext-attach.exp: Likewise.
16075
3adc1a7d
GKB
160762014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16077
16078 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16079 command in testcase. Simplify testcase.
16080
96334934
JB
160812014-09-10 Joel Brobecker <brobecker@adacore.com>
16082
16083 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16084
eb479039
JB
160852014-09-10 Joel Brobecker <brobecker@adacore.com>
16086
16087 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16088
deede10c
JB
160892014-09-10 Joel Brobecker <brobecker@adacore.com>
16090
16091 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16092
7828a5f5
JB
160932014-09-10 Joel Brobecker <brobecker@adacore.com>
16094
16095 * gdb.dwarf2/dynarr-ptr.c: New file.
16096 * gdb.dwarf2/dynarr-ptr.exp: New file.
16097
33aeebcf
MR
160982014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16099
16100 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16101 of 30 rather than hardcoding 120 for a slow test case. Take the
16102 `gdb,timeout' target setting into account for this calculation.
16103 Don't extend the timeout for the test cases that don't need it.
16104
7b415901
MR
161052014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16106
16107 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16108 a factor of 2 for a slow test case. Take the `gdb,timeout'
16109 target setting into account for this calculation.
16110 * gdb.reverse/until-precsave.exp: Increase the timeout by
16111 a factor of 15 and 3 respectively rather than adding 120
16112 for a pair of slow test cases. Take the `gdb,timeout'
16113 target setting into account for this calculation.
16114
4a40f85a
MR
161152014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16116
16117 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16118 timeout, don't pass one down to gdb_expect.
16119 (gdb_expect): Rework timeout selection.
16120
09635af7
MR
161212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16122
16123 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16124 exception on timeout.
16125 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16126 (gdbserver_start_extended): Catch any `gdbserver_start' error
16127 exceptions.
16128 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16129 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16130 `gdbserver_gdb_load' error exceptions.
16131
2bdd10b7
MR
161322014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16133
16134 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16135 120 on waiting for the TCP socket to open.
16136
316935f0
DE
161372014-09-09 Doug Evans <xdje42@gmail.com>
16138
16139 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16140 _caller_matches, _any_caller_is, _any_caller_matches.
16141
83740597
DE
161422014-09-09 Doug Evans <xdje42@gmail.com>
16143
16144 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16145
4c122fc3
YQ
161462014-09-09 Yao Qi <yao@codesourcery.com>
16147
16148 * gdb.mi/mi-var-display.exp: Set print symbol off.
16149
a9f116cb
GKB
161502014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16151
16152 PR gdb/17035
16153 * gdb.base/commands.exp: Add tests to verify user-defined
16154 commands with empty bodies.
16155 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16156 python commands in `show user command`.
16157 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16158 scheme commands in `show user command`.
16159
c75bd3a2
JK
161602014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16161
16162 PR python/17355
16163 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16164 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16165 * gdb.python/py-framefilter-invalidarg.exp: New file.
16166 * gdb.python/py-framefilter-invalidarg.py: New file.
16167
faa42425
DE
161682014-09-06 Doug Evans <xdje42@gmail.com>
16169
16170 PR 15276
16171 * gdb.python/py-caller-is.c: New file.
16172 * gdb.python/py-caller-is.exp: New file.
16173
474ca4f6
SDJ
161742014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16175
16176 PR gdb/17235
16177 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16178 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16179
eb0b0463
SDJ
161802014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16181
16182 PR fortran/17237
16183 * gdb.fortran/print-formatted.exp: New file.
16184 * gdb.fortran/print-formatted.f90: Likewise.
16185
5f3b99cf
SS
161862014-09-03 Sasha Smundak <asmundak@google.com>
16187
16188 * gdb.python/py-frame.exp: Test Frame.read_register.
16189
7d793aa9
SDJ
161902014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16191
16192 PR python/16699
16193 * gdb.python/py-completion.exp: New file.
16194 * gdb.python/py-completion.py: Likewise.
16195
fb0576e9
DE
161962014-08-28 Doug Evans <dje@google.com>
16197
16198 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16199 eax,etc. are live with values set by gdb and thus the compiler can't
16200 use them.
16201 * gdb.arch/i386-pseudo.c (main): Ditto.
16202
ee92b0dd
DE
162032014-08-27 Doug Evans <dje@google.com>
16204
16205 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16206
6649db35
DE
162072014-08-25 Doug Evans <dje@google.com>
16208
16209 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16210 (main): Ditto.
16211
564b7600
DE
162122014-08-25 Doug Evans <dje@google.com>
16213
16214 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16215
3881fb67
YQ
162162014-08-24 Yao Qi <yao@codesourcery.com>
16217
16218 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16219 symbol off.
16220 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16221
a05a36a5
DE
162222014-08-22 Doug Evans <dje@google.com>
16223
16224 PR 17276
16225 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16226 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16227 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16228
7c343b48
YQ
162292014-08-22 Yao Qi <yao@codesourcery.com>
16230
16231 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16232 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16233 * gdb.python/python.exp: Likewise. Use .py file on the host
16234 instead of the build.
16235
22fd09ae
JK
162362014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16237
16238 * gdb.threads/gcore-stale-thread.c: New file.
16239 * gdb.threads/gcore-stale-thread.exp: New file.
16240
a8454a7c
PA
162412014-08-21 Pedro Alves <palves@redhat.com>
16242
16243 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16244 * gdb.base/gcore-relro-pie.exp: Likewise.
16245 * gdb.base/gcore-relro.exp: Likewise.
16246 * gdb.base/gcore.exp: Likewise.
16247 * gdb.base/print-symbol-loading.exp: Likewise.
16248 * gdb.threads/gcore-thread.exp: Likewise.
16249 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16250
2a31c623
PA
162512014-08-20 Pedro Alves <palves@redhat.com>
16252 Jan Kratochvil <jan.kratochvil@redhat.com>
16253
16254 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16255 configure.
16256 (EXPECT): Handle READ1 being set.
16257 (all): Depend on EXTRA_RULES.
16258 (check-read1, expect-read1, read1.so, read1): New rules.
16259 * README (Testsuite Parameters): Document the READ1 make variable.
16260 (Race detection): New section.
16261 * configure: Regenerate.
16262 * configure.ac: If build==host==target, and running under a
16263 GNU/glibc system, add read1 to the extra Makefile rules.
16264 (EXTRA_RULES): AC_SUBST it.
16265 * lib/read1.c: New file.
16266
d36430db
JB
162672014-08-20 Joel Brobecker <brobecker@adacore.com>
16268
16269 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16270 the handling of variables declared as a typedef to an array
16271 which a DW_AT_data_location attribute.
16272
9a0dc9e3
PA
162732014-08-19 Andrew Burgess <aburgess@broadcom.com>
16274 Pedro Alves <palves@redhat.com>
16275
16276 PR symtab/14604
16277 PR symtab/14605
16278 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16279 gdb_test.
16280
0718a8da
PA
162812014-08-19 Pedro Alves <palves@redhat.com>
16282
16283 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16284
13b448cd
YQ
162852014-08-19 Yao Qi <yao@codesourcery.com>
16286
16287 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16288 right line.
16289
1cbf5077
DB
162902014-08-18 David Blaikie <dblaikie@gmail.com>
16291
16292 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16293
bf0fae19
JB
162942014-08-18 Joel Brobecker <brobecker@adacore.com>
16295
16296 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16297 attribute in array range.
16298
3c8c5dcc
JB
162992014-08-18 Joel Brobecker <brobecker@adacore.com>
16300
16301 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16302
e66d4446
SC
163032014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16304
16305 PR c++/17132
16306 * gdb.cp/pr17132.cc: New file.
16307 * gdb.cp/pr17132.exp: New file.
16308
940df408
SC
163092014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16310
16311 * gdb.python/py-xmethods.py (A_getarrayind)
16312 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16313 Use 'print' with function call syntax.
16314 (E_method_matcher.match): Fix tab vs space indentation mixup.
16315
ebcc6c3a
YQ
163162014-08-15 Yao Qi <yao@codesourcery.com>
16317
16318 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16319 false.
16320
775e0f04
YQ
163212014-08-15 Yao Qi <yao@codesourcery.com>
16322
16323 * gdb.cp/casts.exp: Set print symbol off.
16324 * gdb.cp/class2.exp: Likewise.
16325 * gdb.cp/overload.exp: Likewise.
16326 * gdb.cp/templates.exp: Likewise.
16327
d769e349
DE
163282014-08-11 Doug Evans <dje@google.com>
16329
16330 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16331 (test_load_shlib): Update.
16332
20c6f1e1
YQ
163332014-08-09 Yao Qi <yao@codesourcery.com>
16334
16335 * gdb.base/display.exp: Invoke is_address_zero_readable.
16336 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16337 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16338 * gdb.base/hbreak-unmapped.exp: Return if
16339 is_address_zero_readable returns true.
16340 * gdb.base/signest.exp: Likewise.
16341 * gdb.base/signull.exp: Likewise.
16342 * gdb.base/sigbpt.exp: Likewise.
16343 * gdb.guile/scm-disasm.exp: Do the test if
16344 is_address_zero_readable returns false.
16345 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16346 * gdb.python/py-arch.exp: Likewise.
16347 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16348 * lib/gdb.exp (is_address_zero_readable): New proc.
16349
5792e8e3
YQ
163502014-08-09 Yao Qi <yao@codesourcery.com>
16351
16352 PR testsuite/13443
16353 * gdb.mi/mi-var-display.exp: Make test messages unique.
16354
3cecbbbe
TT
163552014-08-04 Tom Tromey <tromey@redhat.com>
16356
16357 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16358 target 0".
16359
00b51ff5
TT
163602014-08-04 Tom Tromey <tromey@redhat.com>
16361
16362 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16363 "target_resume".
16364
6908c509
JB
163652014-08-01 Joel Brobecker <brobecker@adacore.com>
16366
16367 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16368 inner_vla_struct_object_size.
16369 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16370 as xfail.
16371
cc6563d2
PA
163722014-07-30 Pedro Alves <palves@redhat.com>
16373
16374 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16375 comment.
16376
7e09a223
YQ
163772014-07-29 Yao Qi <yao@codesourcery.com>
16378
16379 PR gdb/17206
16380 * gdb.base/until-nodebug.exp: New.
16381
7ebdbe92
DE
163822014-07-28 Doug Evans <xdje42@gmail.com>
16383
16384 PR guile/17203
16385 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16386 previously existing parameter, and previously ambiguously spelled
16387 parameter.
16388
fdb1adc6
WN
163892014-07-28 Will Newton <will.newton@linaro.org>
16390
16391 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16392
186fcde0
DE
163932014-07-26 Ludovic Courtès <ludo@gnu.org>
16394 Doug Evans <xdje42@gmail.com>
16395
16396 PR guile/17146
16397 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16398
70509625
PA
163992014-07-25 Pedro Alves <palves@redhat.com>
16400
16401 * gdb.threads/signal-command-handle-nopass.c: New file.
16402 * gdb.threads/signal-command-handle-nopass.exp: New file.
16403 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16404 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16405 * gdb.threads/signal-delivered-right-thread.c: New file.
16406 * gdb.threads/signal-delivered-right-thread.exp: New file.
16407
c3f814a1
PA
164082014-07-25 Pedro Alves <palves@redhat.com>
16409
16410 * gdb.base/double-prompt-target-event-error.exp
16411 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16412 match.
16413 (cancel_pagination_in_target_event): Rework double prompt
16414 detection.
16415 * gdb.base/paginate-after-ctrl-c-running.exp
16416 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16417 <return>' match.
16418 * gdb.base/paginate-bg-execution.exp
16419 (test_bg_execution_pagination_return)
16420 (test_bg_execution_pagination_cancel): Remove '-notransfer
16421 <return>' matches.
16422 * gdb.base/paginate-execution-startup.exp
16423 (test_fg_execution_pagination_return)
16424 (test_fg_execution_pagination_cancel): Remove '-notransfer
16425 <return>' matches.
16426 * gdb.base/paginate-inferior-exit.exp
16427 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16428 match.
16429 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16430 * lib/gdb.exp (pagination_prompt): Run text through
16431 string_to_regexp.
16432 (gdb_test_multiple): Match $pagination_prompt instead of
16433 "<return>".
16434 (string_to_regexp): Move to lib/gdb-utils.exp.
16435
e214cf6c
JK
164362014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16437
16438 * gdb.arch/amd64-entry-value-paramref.S: New file.
16439 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16440 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16441 * gdb.arch/amd64-optimout-repeat.S: New file.
16442 * gdb.arch/amd64-optimout-repeat.c: New file.
16443 * gdb.arch/amd64-optimout-repeat.exp: New file.
16444
17d0c5c8
JK
164452014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16446
16447 PR gdb/17170
16448 * gdb.base/statistics.exp: New file.
16449
b8b8facf
DE
164502014-07-17 Doug Evans <dje@google.com>
16451
74b49205 16452 PR gdb/17170
b8b8facf
DE
16453 * gdb.base/maint.exp: Update testing of per-command stats.
16454
1b5d0ab3
PA
164552014-07-16 Pedro Alves <palves@redhat.com>
16456
16457 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16458 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16459 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16460 (tfile_write_buf): New functions.
16461 (add_memory_block): Rewrite using the above.
16462 (adjust_function_address): New function.
16463 (FUNCTION_ADDRESS): New macro.
16464 (write_basic_trace_file): Remove short_x local, and use
16465 tfile_write_16. Change type of func_addr local to unsigned long
16466 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16467 here. Cast argument of add_memory_block to char pointer.
16468 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16469 (main): Remove parameters.
16470 * gdb.trace/tfile.exp: Remove nowarnings.
16471
4d974e88
SM
164722014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16473
16474 * gdb.base/debug-expr.exp: Test string evaluation with
16475 "debug expression" on.
16476
41e99568
PA
164772014-07-15 Pedro Alves <palves@redhat.com>
16478
16479 * gdb.base/reread.exp: Use clean_restart.
16480
487d9753
PL
164812014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16482
16483 * gdb.arch/avr-flash-qualifer.c: New.
16484 * gdb.arch/avr-flash-qualifer.exp: New.
16485
cc1c52ad
PA
164862014-07-14 Pedro Alves <palves@redhat.com>
16487
16488 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16489 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16490
1e973570
PA
164912014-07-14 Pedro Alves <palves@redhat.com>
16492
16493 * gdb.base/double-prompt-target-event-error.c: New file.
16494 * gdb.base/double-prompt-target-event-error.exp: New file.
16495
93d6eb10
PA
164962014-07-14 Pedro Alves <palves@redhat.com>
16497
16498 PR gdb/17072
16499 * gdb.base/paginate-inferior-exit.c: New file.
16500 * gdb.base/paginate-inferior-exit.exp: New file.
16501
0017922d
PA
165022014-07-14 Pedro Alves <palves@redhat.com>
16503
16504 PR gdb/17072
16505 * gdb.base/paginate-bg-execution.c: New file.
16506 * gdb.base/paginate-bg-execution.exp: New file.
16507
94696ad3
PA
165082014-07-14 Pedro Alves <palves@redhat.com>
16509
16510 PR gdb/17072
16511 * gdb.base/paginate-execution-startup.c: New file.
16512 * gdb.base/paginate-execution-startup.exp: New file.
16513 * lib/gdb.exp (pagination_prompt): New global.
16514 (default_gdb_spawn): New procedure, factored out from
16515 default_gdb_spawn.
16516 (default_gdb_start): Adjust to call default_gdb_spawn.
16517 (gdb_spawn): New procedure.
16518
bd293940
PA
165192014-07-14 Pedro Alves <palves@redhat.com>
16520
16521 * lib/gdb.exp (gdb_assert): New procedure.
16522 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16523
c933f875
PA
165242014-07-14 Pedro Alves <palves@redhat.com>
16525
16526 * gdb.base/execution-termios.c: New file.
16527 * gdb.base/execution-termios.exp: New file.
16528
d98b7a16
TT
165292014-07-14 Tom Tromey <tromey@redhat.com>
16530
16531 * gdb.cp/vla-cxx.cc: New file.
16532 * gdb.cp/vla-cxx.exp: New file.
16533
548740d6
TT
165342014-07-14 Tom Tromey <tromey@redhat.com>
16535
16536 * gdb.reverse/rerun-prec.c: New file.
16537 * gdb.reverse/rerun-prec.exp: New file.
16538
a25eb028
MR
165392014-07-12 Maciej W. Rozycki <macro@mips.com>
16540 Maciej W. Rozycki <macro@codesourcery.com>
16541
16542 * lib/gdb-utils.exp: New file.
16543 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16544 inline `gdb_init_command' processing.
16545 (gdb_start_cmd): Likewise.
16546 * lib/mi-support.exp (mi_run_cmd): Likewise.
16547 * README: Document `gdb_init_command' and `gdb_init_commands'.
16548
218c2655
JK
165492014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16550
16551 Fix false FAIL running under a very long directory name.
16552 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16553 and "set print elements 10000". Twice.
16554
5401fde3
YQ
165552014-07-11 Yao Qi <yao@codesourcery.com>
16556
16557 * gdb.base/exprs.exp: "set print symbol off".
16558
e76126e8
PA
165592014-07-11 Pedro Alves <palves@redhat.com>
16560
16561 * gdb.threads/kill.c: New file.
16562 * gdb.threads/kill.exp: New file.
16563
2d6f0de6
YQ
165642014-07-10 Yao Qi <yao@codesourcery.com>
16565
16566 * gdb.trace/tfile.c (write_basic_trace_file)
16567 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16568 address written to trace file.
16569
7180e04a
PA
165702014-07-09 Pedro Alves <palves@redhat.com>
16571
16572 * gdb.base/attach-wait-input.exp: New file.
16573 * gdb.base/attach-wait-input.c: New file.
16574
9a9a7608
AB
165752014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16576
16577 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16578 setting up test structures.
16579 (main): Call new test function.
16580 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16581 test function, continue into test function and walk test
16582 structures.
16583
161ac41e
YQ
165842014-07-02 Yao Qi <yao@codesourcery.com>
16585
16586 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16587 'bar_start' at the beginning of functions 'foo' and 'bar'
16588 respectively.
16589 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16590 instead of 'foo' and 'bar'.
16591
1f267ae3
MM
165922014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16593
16594 * gdb.btrace/segv.exp: New.
16595 * gdb.btrace/segv.c: New.
16596
2b239efb
LM
165972014-07-02 Luis Machado <lgustavo@codesourcery.com>
16598
16599 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16600 instruction.
16601
cf363f18
MW
166022014-06-30 Mark Wielaard <mjw@redhat.com>
16603
16604 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16605 vulture, vilify, villar): New volatile array constants.
16606 (vindictive, vegetation): New const volatile array constants.
16607 * gdb.base/volatile.exp: Test volatile and const volatile array
16608 types.
16609
aebf9d24
AA
166102014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16611
16612 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16613 target lacks support for awatch, rwatch, or hbreak.
16614
b67a2c6f
YQ
166152014-06-27 Yao Qi <yao@codesourcery.com>
16616
16617 * gdb.multi/dummy-frame-restore.exp: New.
16618 * gdb.multi/dummy-frame-restore.c: New.
16619
aef92902
MM
166202014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16621
16622 * gdb.btrace/gcore.exp: New.
16623
8e9db26e
PA
166242014-06-23 Pedro Alves <palves@redhat.com>
16625
16626 * gdb.base/watchpoint-reuse-slot.c: New file.
16627 * gdb.base/watchpoint-reuse-slot.exp: New file.
16628
70afc5b7
SC
166292014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16630
16631 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16632 progspace's filename in 'info', 'enable' and 'disable' command
16633 tests.
16634
b972bd9c
JK
166352014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16636
16637 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16638 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16639 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16640
125f8a3d
GB
166412014-06-20 Gary Benson <gbenson@redhat.com>
16642
16643 * gdb.arch/i386-avx.exp: Fix include file location.
16644 * gdb.arch/i386-sse.exp: Likewise.
16645
3ed9baed
IB
166462014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16647
16648 * gdb.dlang/expression.exp: New file.
16649
034f788c
PA
166502014-06-19 Pedro Alves <palves@redhat.com>
16651
16652 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16653 out from ...
16654 (top level): ... here. Iterate running tests under different
16655 scheduler-locking settings.
16656
45371d0c
LM
166572014-06-18 Luis Machado <lgustavo@codesourcery.com>
16658
16659 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16660 to DW_FORM_addr and use non-zero addresses.
16661
5d376983
SC
166622014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16663
16664 PR gdb/17017
16665 * gdb.python/py-xmethods.cc: Add global function call counters and
16666 increment them in their respective functions. Remove "cout"
16667 statements.
16668 * gdb.python/py-xmethods.exp: Make tests check the global function
16669 call counters instead of depending on inferior IO.
16670
a1aa2221
LM
166712014-06-18 Don Breazeal <donb@codesourcery.com>
16672
16673 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16674 Deleted procedure.
16675 (explicit_fork_parent_follow): Deleted procedure.
16676 (explicit_fork_child_follow): Deleted procedure.
16677 (test_follow_fork): New procedure.
16678 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16679 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16680 procedure calls.
16681
0fc05997
YQ
166822014-06-17 Yao Qi <yao@codesourcery.com>
16683
16684 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16685 CP1252.
16686
70795c52
LM
166872014-06-17 Luis Machado <lgustavo@codesourcery.com>
16688
16689 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16690 Initialize ptr and S explicitly.
16691 (skip_type_update_when_not_use_rtti_test): Likewise.
16692
6be47f0c
KS
166932014-06-16 Keith Seitz <keiths@redhat.com>
16694
16695 PR mi/15863
16696 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16697 the inferior is started.
16698
d03de421
PA
166992014-06-16 Pedro Alves <palves@redhat.com>
16700
16701 * gdb.base/break-main-file-remove-fail.c: New file.
16702 * gdb.base/break-main-file-remove-fail.exp: New file.
16703 * gdb.base/break-unload-file.exp: Use build_executable instead of
16704 prepare_for_testing.
16705 (test_break): New parameter "initial_load". Handle it.
16706 (top level): Add initial_load cmdline/file axis.
16707
f9579b99
TT
167082014-06-12 Tom Tromey <tromey@redhat.com>
16709
16710 * gdb.base/completion.exp: Don't use directory name in test.
16711
3657956b
GB
167122014-06-09 Gary Benson <gbenson@redhat.com>
16713
16714 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16715 separate the always-available ANSI-standard signals from the
16716 signals that require checking.
16717 (main): Likewise.
16718 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16719 Likewise.
16720 (main): Likewise.
16721
4186eb54
KS
167222014-06-07 Keith Seitz <keiths@redhat.com>
16723
16724 Revert:
16725 PR c++/16253
16726 * gdb.cp/var-tag.cc: New file.
16727 * gdb.cp/var-tag.exp: New file.
16728 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16729 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16730 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16731 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16732
25326a28 167332014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16734
16735 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16736
829155c9
PA
167372014-06-06 Pedro Alves <palves@redhat.com>
16738
16739 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16740 in target debug output instead of looking at RSP packets,
16741 disabling the test on any target that uses hardware stepping.
16742 Update comments.
16743
61c8d22e
PA
167442014-06-06 Pedro Alves <palves@redhat.com>
16745
16746 * gdb.base/break-unload-file.exp: Fix typo.
16747
d9a47287
YQ
167482014-06-06 Yao Qi <yao@codesourcery.com>
16749
16750 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16751 from "jit_function" to "^jit_function".
16752
e5e01dbf
YQ
167532014-06-06 Yao Qi <yao@codesourcery.com>
16754
16755 * gdb.base/async.c (foo): Add one statement.
16756 * gdb.base/async.exp: Get the next instruction address and
16757 match the output of "nexti" by instruction address. Match
16758 the hex address in the output of "finish".
16759
73ba372c
GB
167602014-06-06 Gary Benson <gbenson@redhat.com>
16761
16762 * gdb.base/call-signals.c: Remove preprocessor conditionals
16763 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16764 SIGSEGV and SIGTERM.
16765 * gdb.base/sigall.c: Likewise.
16766 * gdb.base/unwindonsignal.c: Likewise.
16767 * gdb.reverse/sigall-reverse.c: Likewise.
16768
831517df
YQ
167692014-06-06 Yao Qi <yao@codesourcery.com>
16770
16771 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16772 readable, skip the test.
16773
b8b91e98
YQ
167742014-06-06 Yao Qi <yao@codesourcery.com>
16775
16776 * gdb.threads/staticthreads.c (thread_function): Move the line
16777 setting breakpoint on forward.
16778 * gdb.threads/staticthreads.exp: Update comments.
16779
fb934770
LC
167802014-06-05 Ludovic Courtès <ludo@gnu.org>
16781
16782 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16783 "history-append! type error".
16784
6ef284bd
SM
167852014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16786
16787 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16788 erroneous dprintf expected input.
16789
a872e241
DE
167902014-06-04 Doug Evans <xdje42@gmail.com>
16791
16792 * gdb.guile/scm-generics.exp: Delete.
16793
16f691fb
DE
167942014-06-04 Doug Evans <xdje42@gmail.com>
16795
16796 * gdb.guile/scm-breakpoint.exp: Update.
16797 Add tests for breakpoint registration.
16798
012370f6
TT
167992014-06-04 Tom Tromey <tromey@redhat.com>
16800
16801 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16802 VLA-in-union.
16803 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16804 inner_vla_struct, vla_union types. Initialize objects of those
16805 types and compute their sizes.
16806
9f5a4cef
HZ
168072014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16808 Hui Zhu <hui@codesourcery.com>
16809
16810 * gdb.base/fileio.exp: Add test for shell not available as well as
16811 available.
16812 * gdb.base/fileio.c (test_system): Check for shell twice.
16813
90a45c4d
YQ
168142014-06-04 Yao Qi <yao@codesourcery.com>
16815
16816 * gdb.base/auto-connect-native-target.exp: Remove redundant
16817 space from the regexp pattern.
16818
70017e41
YQ
168192014-06-04 Yao Qi <yao@codesourcery.com>
16820
16821 * gdb.base/default.exp: Replace "child" with "native" in
16822 regexp pattern.
16823
883964a7
SC
168242014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16825
16826 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16827 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16828 * gdb.python/py-xmethods.py: Python script supporting the
16829 new testcase and tests.
16830
ef370185
JB
168312014-06-03 Joel Brobecker <brobecker@adacore.com>
16832 Pedro Alves <palves@redhat.com>
16833
16834 PR breakpoints/17000
16835 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16836 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16837
1e2ccb61
BM
168382014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16839
16840 * gdb.base/subst.exp: Add tests to verify partial path matching
16841 output.
16842
c6ec5ab2
PA
168432014-06-03 Pedro Alves <palves@redhat.com>
16844
16845 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16846 target that doesn't use software single-stepping.
16847
835c559f
PA
168482014-06-03 Pedro Alves <palves@redhat.com>
16849
16850 PR breakpoints/17000
16851 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16852 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16853
06eb1586
DE
168542014-06-02 Doug Evans <xdje42@gmail.com>
16855
16856 * gdb.guile/scm-parameter.exp: New file.
16857
e698b8c4
DE
168582014-06-02 Doug Evans <xdje42@gmail.com>
16859
16860 * gdb.guile/scm-cmd.c: New file.
16861 * gdb.guile/scm-cmd.exp: New file.
16862
ded03782
DE
168632014-06-02 Doug Evans <xdje42@gmail.com>
16864
16865 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16866 pretty-printer lookup.
16867 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16868 (make-pp_s-printer): Call it.
16869 (make-pretty-printer-from-dict): New function.
16870 (lookup-pretty-printer-maker-from-dict): New function.
16871 (*pretty-printer*): Simplify.
16872 (make-objfile-pp_s-printer): New function.
16873 (install-objfile-pretty-printers!): New function.
16874 (make-progspace-pp_s-printer): New function.
16875 (install-progspace-pretty-printers!): New function.
16876 * gdb.guile/scm-progspace.c: New file.
16877 * gdb.guile/scm-progspace.exp: New file.
16878
41fac0cf
PA
168792014-06-02 Pedro Alves <palves@redhat.com>
16880
16881 * gdb.base/dprintf-bp-same-addr.c: New file.
16882 * gdb.base/dprintf-bp-same-addr.exp: New file.
16883
96ae5695
EBM
168842014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16885
16886 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16887 * gdb.arch/powerpc-power.s: Likewise.
16888
da02b3a8
JB
168892014-06-02 Joel Brobecker <brobecker@adacore.com>
16890
16891 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16892
c72b2e7b
YQ
168932014-06-01 Yao Qi <yao@codesourcery.com>
16894
16895 * gdb.base/watchpoint.exp (test_watch_location): Check null
16896 pointer can be dereferenced. If not, do the test, otherwise
16897 skip it.
16898
53e8a631
AB
168992014-05-30 Andrew Burgess <aburgess@broadcom.com>
16900
16901 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16902 results.
16903 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16904
938f0e2f
AB
169052014-05-30 Andrew Burgess <aburgess@broadcom.com>
16906
16907 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16908 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16909 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16910 * gdb.arch/amd64-invalid-stack-top.c: New file.
16911 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16912
9ba6657a
PA
169132014-05-30 Pedro Alves <palves@redhat.com>
16914
16915 PR breakpoints/17000
16916 * gdb.base/sss-bp-on-user-bp.c: New file.
16917 * gdb.base/sss-bp-on-user-bp.exp: New file.
16918
522c09bf
DB
169192014-05-30 David Blaikie <dblaikie@gmail.com>
16920
16921 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16922 gnu_inline semantics via attribute.
16923 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16924 source explicitly specifies the required semantics.
16925
bf4ef81e
MR
169262014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16927
16928 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16929
329ea579
PA
169302014-05-29 Pedro Alves <palves@redhat.com>
16931 Tom Tromey <tromey@redhat.com>
16932
16933 * gdb.base/async-shell.exp: Don't enable target-async.
16934 * gdb.base/async.exp
16935 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16936 parameter. Adjust.
16937 (top level): Don't test with "target-async".
16938 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16939 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16940 * gdb.base/inferior-died.exp: Don't enable target-async.
16941 * gdb.base/interrupt-noterm.exp: Likewise.
16942 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16943 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16944 * gdb.mi/mi-nonstop.exp: Likewise.
16945 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16946 * gdb.mi/mi-nsintrall.exp: Likewise.
16947 * gdb.mi/mi-nsmoribund.exp: Likewise.
16948 * gdb.mi/mi-nsthrexec.exp: Likewise.
16949 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16950 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16951 * gdb.python/py-evsignal.exp: Don't enable target-async.
16952 * gdb.python/py-evthreads.exp: Likewise.
16953 * gdb.python/py-prompt.exp: Likewise.
16954 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16955 * gdb.server/solib-list.exp: Don't enable target-async.
16956 * gdb.threads/thread-specific-bp.exp: Likewise.
16957 * lib/mi-support.exp: Adjust to use mi-async.
16958
fd664c91
PA
169592014-05-29 Pedro Alves <palves@redhat.com>
16960
16961 PR gdb/13860
16962 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16963 reason, even in sync mode.
16964
251bde03
PA
169652014-05-29 Pedro Alves <palves@redhat.com>
16966 Hui Zhu <hui@codesourcery.com>
16967
16968 PR PR15693
16969 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16970 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16971 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16972 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16973
7f3c0343
JB
169742014-05-28 Joel Brobecker <brobecker@adacore.com>
16975
16976 * config/monitor.exp (gdb_target_monitor): Replace use of
16977 "set remotebaud" by "set serial baud".
16978
b2715b27
AW
169792014-05-26 Andy Wingo <wingo@igalia.com>
16980
16981 * gdb.guile/scm-breakpoint.exp:
16982 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16983 properties instead of gdb-object-properties.
16984
498a4489
YQ
169852014-05-26 Yao Qi <yao@codesourcery.com>
16986
16987 * gdb.server/no-thread-db.exp: Specify source file name
16988 explicitly when setting a breakpoint.
16989
589fdceb
MM
169902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16991
16992 * gdb.btrace/vdso.c: New.
16993 * gdb.btrace/vdso.exp: New.
16994
e9089e05
MM
169952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16996
16997 * gdb.base/gcore.exp (capture_command_output): Move ...
16998 * lib/gdb.exp (capture_command_output): ... here.
16999
67b5c0c1
MM
170002014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17001
17002 * gdb.btrace/data.exp: Test memory access during btrace replay.
17003
a2199296
SM
170042014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17005
17006 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17007
17b2616c
PA
170082014-05-21 Pedro Alves <palves@redhat.com>
17009
17010 PR gdb/13860
17011 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17012 (top level): Test that output related to execution commands is
17013 sent to the console with CLI commands, but not with MI commands.
17014 Test that breakpoint events are always mirrored to the console.
17015 Also expect the new source line to be output after a "next" in
17016 async mode too. Make it a pass/fail test.
17017 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17018 output.
17019 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17020
5166082f
PA
170212014-05-21 Pedro Alves <palves@redhat.com>
17022
17023 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17024 Use them to test variations of "list" after reaching a breakpoint.
17025 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17026 Test "list" with listsize 10 after reaching a breakpoint.
17027 * gdb.python/python.exp (decode_line current location line
17028 number): Adjust expected line number.
17029
2f25d70f
SM
170302014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17031
17032 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17033 behavior for $args, pass it directly to "run".
17034
ff604a67
MR
170352014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17036
17037 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17038 30000 to 65536.
17039
6a3cb8e8
PA
170402014-05-21 Pedro Alves <palves@redhat.com>
17041
17042 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17043 auto-connect-native-target off".
17044 * gdb.base/auto-connect-native-target.c: New file.
17045 * gdb.base/auto-connect-native-target.exp: New file.
17046
4ebfc96e
PA
170472014-05-21 Pedro Alves <palves@redhat.com>
17048
17049 * gdb.base/default.exp: Test "target native" instead of "target
17050 child".
17051
36d46afb
MW
170522014-05-21 Mark Wielaard <mjw@redhat.com>
17053
17054 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17055
5876f503
JK
170562014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17057
17058 Fix TLS access for -static -pthread.
17059 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17060 <HAVE_TLS> (thread_function, main): Initialize it.
17061 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17062 Add clean_restart.
17063 <$have_tls != "">: Check TLSVAR.
17064
0256a6ac
PA
170652014-05-21 Pedro Alves <palves@redhat.com>
17066
17067 * gdb.base/dcache-line-read-error.c: New.
17068 * gdb.base/dcache-line-read-error.exp: New.
17069
936d2992
PA
170702014-05-20 Pedro Alves <palves@redhat.com>
17071
17072 * gdb.base/compare-sections.c: New file.
17073 * gdb.base/compare-sections.exp: New file.
17074
802e8e6d
PA
170752014-05-20 Pedro Alves <palves@redhat.com>
17076
17077 * gdb.base/break-idempotent.c: New file.
17078 * gdb.base/break-idempotent.exp: New file.
17079
e59fa00f
MM
170802014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17081
17082 * gdb.btrace/nohist.exp: New.
17083
8b696e31
YQ
170842014-05-20 Yao Qi <yao@codesourcery.com>
17085
17086 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17087 gdb.reverse directory and gdb_reverse_timeout exists in board
17088 setting.
17089 * README: Document gdb_reverse_timeout.
17090
73c9764f
YQ
170912014-05-20 Yao Qi <yao@codesourcery.com>
17092
17093 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17094 'test_file_name'. Treat args as a string instead of a list.
17095 (gdb_init): Rename argument 'args' by 'test_file_name'.
17096
f1f4348a
JK
170972014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17098
17099 * gdb.arch/powerpc-power.exp: New file.
17100 * gdb.arch/powerpc-power.s: New file.
17101
0dbe70ce
DE
171022014-05-16 Doug Evans <dje@google.com>
17103
17104 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
17105 * gdb.base/completion.exp: Check that all expected files exist
17106 before doing file completion.
0dbe70ce 17107
8d551b02
DE
171082014-05-16 Doug Evans <dje@google.com>
17109
17110 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17111 Update.
17112 (do_syscall_tests_without_xml): Update.
17113
73eb7709
PA
171142014-05-16 Pedro Alves <palves@redhat.com>
17115
17116 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17117 instead of "unknown output after running".
17118
3fae92fc
YQ
171192014-05-16 Yao Qi <yao@codesourcery.com>
17120
17121 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17122 file1.txt from host at the end.
17123 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17124
c2b2ccc5
DE
171252014-05-15 Doug Evans <dje@google.com>
17126
17127 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17128 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17129 loading file. Add test for TU lookup.
17130
8c217a4b
SM
171312014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17132
17133 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17134 calling "-exec-arguments" or "set args" before running the
17135 inferior.
17136
3deb39c6
SM
171372014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17138
17139 * lib/mi-support.exp (mi_expect_stop): Expect message for
17140 inferiors that exit with non-zero exit code.
17141
71a79f8c
YQ
171422014-05-14 Yao Qi <yao@codesourcery.com>
17143
17144 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17145 match absolute path on remote host.
17146 (test_file_list_exec_source_files): Remove "/" from the
17147 pattern.
17148
f23fcd46
YQ
171492014-05-14 Yao Qi <yao@codesourcery.com>
17150
17151 * boards/local-remote-host-notty.exp (${board}_file): New
17152 proc.
17153
9404b58f
KM
171542014-05-07 Kyle McMartin <kyle@redhat.com>
17155
17156 Pushed by Joel Brobecker <brobecker@adacore.com>.
17157 * gdb.arch/aarch64-atomic-inst.c: New file.
17158 * gdb.arch/aarch64-atomic-inst.exp: New file.
17159
5e45f04c
YQ
171602014-05-07 Yao Qi <yao@codesourcery.com>
17161
17162 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17163 in current context" too.
17164
c888a17d
KS
171652014-05-05 Keith Seitz <keiths@redhat.com>
17166
17167 * gdb.linespec/ls-dollar.exp: Add test for linespec
17168 file:convenience_variable.
17169
290a839c
YQ
171702014-05-05 Yao Qi <yao@codesourcery.com>
17171
17172 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17173 traceframes into tfile and ctf trace files. Read data from
17174 trace file and test collected data.
17175 (gdb_collect_locals_test): Likewise.
17176 (gdb_unavailable_registers_test): Likewise.
17177 (gdb_unavailable_floats): Likewise.
17178 (gdb_collect_globals_test): Likewise.
17179 (top-level): Append "ctf" to trace_file_targets if GDB
17180 supports.
17181
b5262cd0
YQ
171822014-05-05 Yao Qi <yao@codesourcery.com>
17183
17184 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17185 code to ...
17186 (gdb_collect_args_test_1): ... it. New proc.
17187 (gdb_collect_locals_test): Move some code to ...
17188 (gdb_collect_locals_test_1): ... it. New proc.
17189 (gdb_unavailable_registers_test): Move some code to ...
17190 (gdb_unavailable_registers_test_1): ... it. New proc.
17191 (gdb_unavailable_floats): Move some code to ...
17192 (gdb_unavailable_floats_1): ... it. New proc.
17193
30a1e6cc
SDJ
171942014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17195
17196 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17197 probes to test for bitness recognition.
17198 * gdb.arch/amd64-stap-optional-prefix.exp
17199 (test_probe_value_without_reg): New procedure.
17200 Add code to test for different kinds of bitness.
17201
f33da99a
SDJ
172022014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17203
17204 PR breakpoints/16889
17205 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17206 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17207
5b80f00d
PA
172082014-05-01 Pedro Alves <palves@redhat.com>
17209
17210 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17211 gdb_file_cmd if no file is specified.
17212 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17213 last_loaded_file to set the remote exec-file.
17214
f8c2a73c
PA
172152014-05-01 Pedro Alves <palves@redhat.com>
17216
17217 * boards/local-remote-host.exp: New file.
17218
be6e8ac7
PA
172192014-05-01 Pedro Alves <palves@redhat.com>
17220
17221 * boards/local-remote-host.exp: Rename to ...
17222 * boards/local-remote-host-notty.exp: ... this.
17223
cac0dc8f
JB
172242014-04-28 Joel Brobecker <brobecker@adacore.com>
17225
17226 * gdb.ada/dyn_arrayidx: New testcase.
17227
9730e6cc
YQ
172282014-04-26 Yao Qi <yao@codesourcery.com>
17229
17230 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17231 and compute the length of function main. Save it in
17232 $main_length.
17233 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17234 (top-level): Use gdb_compile to compile objects into
17235 executable and restart GDB. Remove invocation to
17236 prepare_for_testing.
17237
7ae1a6a6
PA
172382014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17239 Pedro Alves <palves@redhat.com>
17240
17241 PR server/16255
17242 * gdb.multi/multi-attach.c: New file.
17243 * gdb.multi/multi-attach.exp: New file.
17244
4082afcc
PA
172452014-04-25 Pedro Alves <palves@redhat.com>
17246
17247 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17248 user.
17249 (top level): Test that "set remote conditional-breakpoints-packet
17250 off" works as intended.
17251 * gdb.base/dprintf.exp: Test that "set remote
17252 breakpoint-commands-packet off" works as intended.
17253 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17254 New function.
17255 (top level): Call it.
17256 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17257 remote fast-tracepoints-packet off" works as intended.
17258 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17259 * lib/gdb.exp (gdb_is_target_remote): ... here.
17260
2abc3f8d
DB
172612014-04-24 David Blaikie <dblaikie@gmail.com>
17262
17263 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17264 ensure clang would not discard them.
17265 * gdb.base/gdbvars.c: Ditto.
17266 * gdb.base/memattr.c: Ditto.
17267 * gdb.base/whatis.c: Ditto.
17268 * gdb.python/py-prettyprint.c: Ditto.
17269 * gdb.trace/actions.c: Ditto.
17270 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17271 ensure clang would not discard it.
17272
bfd39632
DB
172732014-04-24 David Blaikie <dblaikie@gmail.com>
17274
17275 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17276 clang to emit the full definition of type required by the test
17277 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17278
22842ff6
DB
172792014-04-24 David Blaikie <dblaikie@gmail.com>
17280
17281 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17282 coax Clang into emitting the definition of the type.
17283 * gdb.cp/pr10728-x.h (y): Ditto.
17284 * gdb.cp/pr10728-y.cc (y): Ditto.
17285
c2e827ad
DB
172862014-04-24 David Blaikie <dblaikie@gmail.com>
17287
17288 * gdb.base/label.exp: XFAIL label related tests under Clang.
17289 * gdb.cp/cplabel.exp: Ditto.
17290 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17291 under Clang those using labels.
17292
4c2d33e7
YQ
172932014-04-25 Yao Qi <yao@codesourcery.com>
17294
17295 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17296 double_label.
17297 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17298 partial_label and double_label.
17299
56083b99
DB
173002014-04-24 David Blaikie <dblaikie@gmail.com>
17301
17302 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17303
25d4e99d
DB
173042014-04-24 David Blaikie <dblaikie@gmail.com>
17305
17306 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17307 of the function to work across GCC and Clang.
17308 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17309 pointer types (const void ** const V void **).
17310
01f9f808
MS
173112014-04-24 Michael Sturm <michael.sturm@mintel.com>
17312 Walfred Tedeschi <walfred.tedeschi@intel.com>
17313
17314 * Makefile.in (EXECUTABLES): Added i386-avx512.
17315 * gdb.arch/i386-avx512.c: New file.
17316 * gdb.arch/i386-avx512.exp: Likewise.
17317
4b48d439
KS
173182014-04-23 Keith Seitz <keiths@redhat.com>
17319
17320 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17321 (mi_make_breakpoint_table): New procedure.
17322 (mi_create_breakpoint): Use mi_make_breakpoint
17323 and return the result.
17324 (mi_make_breakpoint): New procedure.
17325 (mi_build_kv_pairs): New procedure.
17326
17327 * gdb.mi/mi-break.exp: Remove unused globals,
17328 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17329 All callers updated.
17330 * gdb.mi/mi-dprintf.exp: Use variable to track command
17331 number.
17332 Update all callers of mi_create_breakpoint and use
17333 mi_make_breakpoint_table.
17334 Remove any unused global variables.
17335 * gdb.mi/mi-nonstop.exp: Likewise.
17336 * gdb.mi/mi-nsintrall.exp: Likewise.
17337 * gdb.mi/mi-nsmoribund.exp: Likewise.
17338 * gdb.mi/mi-nsthrexec.exp: Likewise.
17339 * gdb.mi/mi-reverse.exp: Likewise.
17340 * gdb.mi/mi-simplerun.exp: Likewise.
17341 * gdb.mi/mi-stepn.exp: Likewise.
17342 * gdb.mi/mi-syn-frame.exp: Likewise.
17343 * gdb.mi/mi-until.exp: Likewise.
17344 * gdb.mi/mi-var-cp.exp: Likewise.
17345 * gdb.mi/mi-var-display.exp: Likewise.
17346 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17347 * gdb.mi/mi2-var-child.exp: Likewise.
17348 * gdb.mi/mi-vla-c99.exp: Likewise.
17349 * lib/mi-support.exp: Likewise.
17350
17351 From Ian Lance Taylor <iant@cygnus.com>:
17352 * lib/gdb.exp (parse_args): New procedure.
17353
08351840
PA
173542014-04-23 Pedro Alves <palves@redhat.com>
17355
17356 * gdb.base/break-unload-file.c: New file.
17357 * gdb.base/break-unload-file.exp: New file.
17358 * gdb.base/sym-file-lib.c (baz): New function.
17359 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17360 field.
17361 (load): Store the segment's mapped size.
17362 (unload): New function.
17363 (unload_shlib): New function.
17364 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17365 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17366 set a breakpoint at baz, and call it.
17367 * gdb.base/sym-file.exp: New tests for stale breakpoint
17368 instructions.
17369
076855f9
PA
173702014-04-23 Pedro Alves <palves@redhat.com>
17371
17372 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17373 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17374 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17375 * gdb.base/hbreak-unmapped.c: New file.
17376 * gdb.base/hbreak-unmapped.exp: New file.
17377 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17378 * lib/gdb.exp (gdb_is_target_remote): ... here.
17379
483805cf
PA
173802014-04-22 Pedro Alves <palves@redhat.com>
17381
17382 * gdb.base/consecutive-step-over.c: New file.
17383 * gdb.base/consecutive-step-over.exp: New file.
17384
06d97543
PA
173852014-04-22 Pedro Alves <palves@redhat.com>
17386
17387 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17388 instead of send_gdb/gdb_expect.
17389
b4429ea2
YQ
173902014-04-22 Yao Qi <yao@codesourcery.com>
17391
17392 * lib/trace-support.exp (generate_tracefile): New procedure.
17393 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17394 return 0.
17395 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17396 if generate_tracefile returns 1.
17397
51d48146
PA
173982014-04-18 Tom Tromey <palves@redhat.com>
17399 Pedro alves <tromey@redhat.com>
17400
17401 PR backtrace/15558
17402 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17403 with a backtrace limit.
17404 * gdb.python/py-frame-inline.exp: Test running to an inline
17405 function with a backtrace limit, and printing the newest frame.
17406 * gdb.python/py-frame-inline.c (main): Call f.
17407
bd1dce5f
MS
174082014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17409
17410 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17411
40d1a503
MS
174122014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17413
17414 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17415 Drop prefix from unsupported source file path.
17416
389b98f7
YQ
174172014-04-17 Yao Qi <yao@codesourcery.com>
17418
17419 * lib/gdb.exp (with_target_charset): New proc.
17420 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17421 with_target_charset.
17422 (test_print_strings): Likewise.
17423 (test_repeat_bytes): Likewise.
17424 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17425 for some tests.
17426
22869d73
KS
174272014-04-16 Keith Seitz <keiths@redhat.com>
17428
17429 PR gdb/15827
17430 * gdb.dwarf2/corrupt.c: New file.
17431 * gdb.dwarf2/corrupt.exp: New file.
17432
c4f87ca6
KS
174332014-04-16 Keith Seitz <keiths@redhat.com>
17434
17435 PR c++/16597
17436 * gdb.cp/namelessclass.cc: New file.
17437 * gdb.cp/namelessclass.exp: New file.
17438 * gdb.cp/namelessclass.S: New file.
17439
ab19de87
DE
174402014-04-16 Doug Evans <dje@google.com>
17441
17442 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17443 Add comment.
17444 (gdbserver_default_get_comm_port): New function.
17445 (gdbserver_start): Check if board file provided
17446 "gdbserver,get_comm_port" and use it if so.
17447 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17448 (gdb,socketport): Set to "stdio".
17449 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17450 (stdio_gdbserver_template): Delete.
17451 (${board}_get_remote_address): Update.
17452 (${board}_build_remote_cmd): Delete.
17453 (${board}_get_comm_port): New function.
17454 (${board}_spawn): Update.
17455 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17456 Delete.
17457 (${board}_get_remote_address): Update.
17458 (${board}_get_comm_port): New function.
17459
fc98a809
AB
174602014-04-16 Andrew Burgess <aburgess@broadcom.com>
17461
17462 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17463 appearing in any order.
17464
87fd9e6e
DE
174652014-04-15 Doug Evans <dje@google.com>
17466
17467 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17468 uninitialized value of "description".
17469
099fc3ea
KS
174702014-04-15 Keith Seitz <keiths@redhat.com>
17471
17472 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17473 Remove unused globals.
17474 (test_running_the_program): Likewise.
17475 (test_controlled_execution): Likewise.
17476 (test_controlling_breakpoints): Likewise.
17477 (test_program_termination): Likewise.
17478
5da151d4
KS
174792014-04-15 Keith Seitz <keiths@redhat.com>
17480
17481 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17482 unused globals.
17483 (test_rbreak_creation_and_listing): Likewise.
17484 (test_ignore_count): Likewise.
17485 (test_error): Likewise.
17486
35e5d2f0
PA
174872014-04-15 Pedro Alves <palves@redhat.com>
17488
17489 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17490 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17491 sym-file-loader.c.
17492 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17493 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17494 to sym-file-loader.c.
17495 (struct library): Forward declare.
17496 (load_shlib, lookup_function): Change prototypes.
17497 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17498 (translate_offset): Remove declarations.
17499 (get_text_addr): New declaration.
17500 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17501 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17502 sym-file-loader.h.
17503 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17504 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17505 here from sym-file-loader.h.
17506 (struct library): New structure.
17507 (load_shlib, lookup_function): Change prototypes and adjust to
17508 work with a struct library.
17509 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17510 (translate_offset): Make static.
17511 (get_text_addr): New function.
17512 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17513
eb4c1710
PA
175142014-04-15 Pedro Alves <palves@redhat.com>
17515
17516 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17517
2d1baf52
PA
175182014-04-15 Pedro Alves <palves@redhat.com>
17519
17520 * gdb.base/sym-file-loader.c: Include <limits.h>.
17521 (SELF_LINK): New define.
17522 (get_origin): New function.
17523 (load_shlib): Use it.
17524 * gdb.base/sym-file.exp: Don't early return if the target is
17525 remote. Use runto_main, and issue fail is that fails. Use
17526 gdb_load_shlibs.
17527 (shlib_name): Delete.
17528 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17529
7dd6df01
PA
175302014-04-15 Pedro Alves <palves@redhat.com>
17531
17532 * gdb.base/sym-file.exp: Remove regex characters from test
17533 message. Don't refer to breakpoint numbers in test messages.
17534
b50c8614
KS
175352014-04-14 Keith Seitz <keiths@redhat.com>
17536
17537 PR c++/16253
17538 * gdb.cp/var-tag.cc: New file.
17539 * gdb.cp/var-tag.exp: New file.
17540 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17541 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17542 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17543 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17544
3d567982
TT
175452014-04-14 Tom Tromey <tromey@redhat.com>
17546
17547 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17548 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17549 type.
17550 * gdb.cp/enum-class.exp: New file.
17551 * gdb.cp/enum-class.cc: New file.
17552
0626fc76
TT
175532014-04-14 Tom Tromey <tromey@redhat.com>
17554
17555 * gdb.dwarf2/enum-type.exp: New file.
17556
dca325b3
SA
175572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17558
17559 * gdb.mi/mi-vla-c99.exp: New file.
17560 * gdb.mi/vla.c: New file.
17561
5854b38a
SA
175622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17563
17564 * gdb.base/vla-datatypes.c: New file.
17565 * gdb.base/vla-datatypes.exp: New file.
17566
463bb957
SA
175672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17568
17569 * gdb.base/vla-ptr.c: New file.
17570 * gdb.base/vla-ptr.exp: New file.
17571
3dd170be
SA
175722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17573
17574 * gdb.dwarf2/count.exp: New file.
17575
5ecaaa66
SA
175762014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17577
17578 * gdb.base/vla-sideeffect.c: New file.
17579 * gdb.base/vla-sideeffect.exp: New file.
17580
41f1ada5
DB
175812014-04-14 David Blaikie <dblaikie@gmail.com>
17582
17583 * gdb.mi/non-stop.c: Add return value for non-void function return
17584 statement.
17585 * gdb.threads/staticthreads.c: Ditto.
17586
0be03e84
DE
175872014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17588 Doug Evans <xdje42@gmail.com>
17589
17590 * gdb.guile/scm-value.c: Improve test case.
17591 * gdb.guile/scm-value.exp: Add new test.
17592
f180a1fb
DB
175932014-04-11 David Blaikie <dblaikie@gmail.com>
17594
17595 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17596 override Clang's default.
17597
6b662e19
JB
175982014-04-11 Joel Brobecker <brobecker@adacore.com>
17599
17600 Revert the following changes (regressions):
17601
17602 * gdb.base/vla-sideeffect.c: New file.
17603 * gdb.base/vla-sideeffect.exp: New file.
17604
17605 * gdb.dwarf2/count.exp: New file.
17606
17607 * gdb.base/vla-multi.c: New file.
17608 * gdb.base/vla-multi.exp: New file.
17609
17610 * gdb.base/vla-ptr.c: New file.
17611 * gdb.base/vla-ptr.exp: New file.
17612
17613 * gdb.base/vla-datatypes.c: New file.
17614 * gdb.base/vla-datatypes.exp: New file.
17615
17616 * gdb.mi/mi-vla-c99.exp: New file.
17617 * gdb.mi/vla.c: New file.
17618
245a5f0b
KS
176192014-04-11 Keith Seitz <keiths@redhat.com>
17620
17621 PR c++/16675
17622 * gdb.cp/cpsizeof.exp: New file.
17623 * gdb.cp/cpsizeof.cc: New file.
17624
58a84dcf
SA
176252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17626
191a8a90
JB
17627 * gdb.mi/mi-vla-c99.exp: New file.
17628 * gdb.mi/vla.c: New file.
58a84dcf 17629
c8655f75
SA
176302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17631
17632 * gdb.base/vla-datatypes.c: New file.
17633 * gdb.base/vla-datatypes.exp: New file.
17634
024e13b4
SA
176352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17636
17637 * gdb.base/vla-ptr.c: New file.
17638 * gdb.base/vla-ptr.exp: New file.
17639
1a237e0e
SA
176402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17641
17642 * gdb.base/vla-multi.c: New file.
17643 * gdb.base/vla-multi.exp: New file.
17644
504f3432
SA
176452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17646
17647 * gdb.dwarf2/count.exp: New file.
17648
3bce8237
SA
176492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17650
191a8a90
JB
17651 * gdb.base/vla-sideeffect.c: New file.
17652 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 17653
322f9c21
YQ
176542014-04-11 Yao Qi <yao@codesourcery.com>
17655
17656 * gdb.base/completion.exp: Check file exists before running tests
17657 on file completion.
17658
d708bcd1
PA
176592014-04-10 Pedro Alves <palves@redhat.com>
17660
17661 * gdb.base/cond-eval-mode.c: New file.
17662 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17663 prepare_for_testing to build the new file. Check result of
17664 runto_main.
17665 (test_break, test_watch): New procedures.
17666 (top level): Use them.
17667
ae1d2761
PM
176682014-04-08 Pierre Muller <muller@sourceware.org>
17669
17670 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17671 Ctrl-V use for mingw hosts.
17672
7af389b8
SC
176732014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17674
17675 * gdb.python/py-value.c: Improve test case.
17676 * gdb.python/py-value.exp: Add new test.
17677
5e703181
DE
176782014-04-07 David Blaikie <dblaikie@gmail.com>
17679
17680 * lib/compiler.c: Identify the clang compiler.
17681 * lib/compiler.cc: Ditto.
17682
9810b410
YQ
176832014-04-03 Yao Qi <yao@codesourcery.com>
17684
17685 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17686
98d1b8dc
AB
176872014-04-01 Anton Blanchard <anton@samba.org>
17688
17689 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17690 messages unique.
17691
3114cea1
AB
176922014-04-01 Anton Blanchard <anton@samba.org>
17693
17694 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17695 prepare_for_testing.
17696
62f7182c
AB
176972014-04-01 Anton Blanchard <anton@samba.org>
17698
17699 * gdb.arch/ppc64-atomic-inst.c: Remove.
17700 * gdb.arch/ppc64-atomic-inst.S: New file.
17701 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17702
770e7fc7
DE
177032014-03-31 Doug Evans <dje@google.com>
17704
17705 * gdb.base/print-symbol-loading-lib.c: New file.
17706 * gdb.base/print-symbol-loading-main.c: New file.
17707 * gdb.base/print-symbol-loading.exp: New file.
17708
46e2bafa
YQ
177092014-03-31 Yao Qi <yao@codesourcery.com>
17710
17711 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17712
8776cfe9
JB
177132014-03-28 Joel Brobecker <brobecker@adacore.com>
17714
17715 * gdb.ada/mi_dyn_arr: New testcase.
17716
5d1ef361
DE
177172014-03-27 Doug Evans <dje@google.com>
17718
17719 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17720
b5bee914
YQ
177212014-03-27 Yao Qi <yao@codesourcery.com>
17722
17723 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17724 if target is nios2-*-*.
17725
0d4d0e77
YQ
177262014-03-26 Yao Qi <yao@codesourcery.com>
17727
17728 * lib/gdb.exp (readline_is_used): New proc.
17729 * gdb.base/completion.exp: Move tests on command complete up.
17730 Skip the rest of tests if readline is not used.
17731 * gdb.ada/complete.exp: Skp the test if readline is not
17732 used.
17733 * gdb.base/filesym.exp: Likewise.
17734 * gdb.base/macscp.exp: Likewise.
17735 * gdb.base/readline-ask.exp: Likewise.
17736 * gdb.base/readline.exp: Likewise.
17737 * gdb.python/py-cmd.exp: Likewise.
17738 * gdb.trace/tfile.exp: Likewise.
17739
29361eee
YQ
177402014-03-26 Yao Qi <yao@codesourcery.com>
17741
17742 * gdb.base/macscp.exp: Fix code format issues.
17743
bc9a5525
UW
177442014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17745
17746 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17747 * gdb.asm/powerpc64le.inc: New file.
17748
d3839ede
PA
177492014-03-25 Pedro Alves <palves@redhat.com>
17750 Doug Evans <dje@google.com>
17751
17752 * gdb.base/source-execution.c: New file.
17753 * gdb.base/source-execution.exp: New file.
17754 * gdb.base/source-execution.gdb: New file.
17755
01672a57
DE
177562014-03-24 Doug Evans <dje@google.com>
17757
17758 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17759 using fission.
17760
88bbeca9
HZ
177612014-03-24 Hui Zhu <hui@codesourcery.com>
17762 Pedro Alves <palves@redhat.com>
17763
17764 PR breakpoints/16101
17765 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17766 test pass/fail messages. Detect missing support for dprintf when
17767 breakpoints are actually inserted.
17768 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17769 breakpoints are actually inserted.
17770 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17771 fails.
17772
d2348791
JK
177732014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17774
17775 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17776
feef67ab
DE
177772014-03-22 Doug Evans <xdje42@gmail.com>
17778
17779 * gdb.python/python.exp (python not supported): Verify multi-line
17780 python command issues an error.
25d743f9 17781 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17782 guile command issues an error.
feef67ab 17783
ecebef6a
MR
177842014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17785
17786 * gdb.threads/thread-specific.exp: Handle the lack of usable
17787 $this_breakpoint and $this_thread.
17788
ccdd1909
HZ
177892014-03-21 Hui Zhu <hui@codesourcery.com>
17790
17791 * gdb.base/attach.exp (do_command_attach_tests): New.
17792
beb460e8
PA
177932014-03-20 Tom Tromey <tromey@redhat.com>
17794 Pedro Alves <palves@redhat.com>
17795
17796 PR cli/15718
17797 * gdb.base/condbreak-call-false.c: New file.
17798 * gdb.base/condbreak-call-false.exp: New file.
17799
40acf43a
PA
178002014-03-20 Pedro Alves <palves@redhat.com>
17801
17802 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17803 Delete.
17804 (block_signals, unblock_signals): Delete.
17805 (child_function_2, main): Remove references to deleted variable
17806 and functions.
17807
9f5e1e02
PA
178082014-03-20 Pedro Alves <palves@redhat.com>
17809
17810 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17811 Use pthread_kill to signal thread 2.
17812 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17813 Adjust to make the test send itself a signal rather than using the
17814 host's "kill" command.
17815
99619bea
PA
178162014-03-20 Pedro Alves <palves@redhat.com>
17817
17818 * gdb.threads/multiple-step-overs.c: New file.
17819 * gdb.threads/multiple-step-overs.exp: New file.
17820 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17821 Adjust expected infrun debug output.
17822
2adfaa28
PA
178232014-03-20 Pedro Alves <palves@redhat.com>
17824
17825 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17826 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17827
31e77af2
PA
178282014-03-20 Pedro Alves <palves@redhat.com>
17829
17830 PR breakpoints/7143
17831 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17832 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17833 of gdb_test_multiple.
17834 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17835 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17836
b9f437de
PA
178372014-03-20 Pedro Alves <palves@redhat.com>
17838
17839 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17840 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17841
05adc73e
PA
178422014-03-19 Pedro Alves <palves@redhat.com>
17843
17844 * gdb.base/async.exp: Remove early return.
17845
6048b950
PA
178462014-03-19 Pedro Alves <palves@redhat.com>
17847
17848 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17849
8bcfb00a
PA
178502014-03-19 Pedro Alves <palves@redhat.com>
17851
17852 * gdb.base/async.exp (test_background): Expect \r\n after
17853 "completed." in the fail pattern.
17854
884e37dc
PA
178552014-03-19 Pedro Alves <palves@redhat.com>
17856
17857 * gdb.base/async.exp (test_background): New procedure.
17858 Use it for all background execution command tests.
17859
148e57e2
PA
178602014-03-19 Pedro Alves <palves@redhat.com>
17861
17862 * gdb.base/async.exp: Use prepare_for_testing.
17863
f48088c7
PA
178642014-03-19 Pedro Alves <palves@redhat.com>
17865
17866 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17867 the same line.
17868
e2f6c966
PA
178692014-03-19 Pedro Alves <palves@redhat.com>
17870
17871 * gdb.base/async.c (main): Add "jump here" and "until here" line
17872 marker comments.
17873 * gdb.base/async.exp (jump_here): New global.
17874 (jump& test): Use it.
17875 (until_here): New global.
17876 (until& test): Use it.
17877
c30568d4
PA
178782014-03-19 Pedro Alves <palves@redhat.com>
17879
17880 * gdb.base/async.exp: Don't frob gdb_protocol.
17881
0172b6a7
DE
178822014-03-18 Doug Evans <xdje42@gmail.com>
17883
17884 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17885 Fix spelling of exec-done-display.
17886
06c868a8
JK
178872014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17888
17889 PR gdb/15358
17890 * gdb.base/gdb-sigterm.c: New file.
17891 * gdb.base/gdb-sigterm.exp: New file.
17892
0c7e1a46
PA
178932014-03-18 Pedro Alves <palves@redhat.com>
17894
17895 PR gdb/13860
17896 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17897 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17898 solib-event.
17899
f7c77d93
JB
179002014-03-17 Joel Brobecker <brobecker@adacore.com>
17901
17902 * gdb.ada/pckd_arr_ren: New testcase.
17903
5a1e8c7a
DE
179042014-03-13 Doug Evans <xdje42@gmail.com>
17905
17906 PR guile/16612
17907 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17908 collect after discarding symbols.
17909
350e1a76
DE
179102014-03-13 Ludovic Courtès <ludo@gnu.org>
17911 Doug Evans <xdje42@gmail.com>
17912
17913 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17914 to history survives a gc.
17915
a69900ae
PA
179162014-03-13 Pedro Alves <palves@redhat.com>
17917
17918 * gdb.base/default.exp: Don't test "target procfs".
17919
5db9f0bd
PA
179202014-03-13 Pedro Alves <palves@redhat.com>
17921
17922 * gdb.base/default.exp: Update "target child" and "target procfs"
17923 tests to not expect "Unix".
17924
b3ccfe11
TT
179252014-03-12 Tom Tromey <tromey@redhat.com>
17926
17927 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17928 New procs. Add target-async tests.
17929 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17930 Add target-async tests.
17931
646f4417
AA
179322014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17933
17934 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17935 'func_start' and 'func_end' for the beginning and end of the
17936 function code, respectively.
17937 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17938 'func_end' instead of 'func' and 'main'.
17939
288c211f
AA
179402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17941
17942 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17943 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17944 generate the debug info assembler source.
17945
e0c0f156
AA
179462014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17947
17948 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17949 * gdb.dwarf2/arr-subrange.exp: Likewise.
17950 * gdb.dwarf2/dwz.exp: Likewise.
17951 * gdb.dwarf2/method-ptr.exp: Likewise.
17952 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17953 * gdb.dwarf2/subrange.exp: Likewise.
17954 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17955 * gdb.dwarf2/implptrpiece.exp: Likewise.
17956 * gdb.dwarf2/nostaticblock.exp: Likewise.
17957
0e5c4555
AA
179582014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17959
17960 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17961 directory to absolute path name arguments.
17962
5ec18f2b
JG
179632014-03-10 Joel Brobecker <brobecker@adacore.com>
17964
17965 * gdb.ada/tagged_access: New testcase.
17966
847fc4f2
MM
179672014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17968
17969 * gdb.btrace/data.exp: Update expected output.
17970
cc3da688
YQ
179712014-03-06 Yao Qi <yao@codesourcery.com>
17972
17973 * gdb.trace/pr16508.exp: New file.
17974
0f26cec1
PA
179752014-03-05 Pedro Alves <palves@redhat.com>
17976
17977 PR gdb/16575
17978 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17979 procedure.
17980 (top level): Adjust to use it. Add tests that exercise breakpoint
17981 interaction with the code-cache.
17982
7a5a839f
LC
179832014-02-26 Ludovic Courtès <ludo@gnu.org>
17984
17985 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17986 test for 'history-append!'.
17987
31aa7e4e
JB
179882014-02-26 Joel Brobecker <brobecker@adacore.com>
17989
17990 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17991 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17992 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17993 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17994 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17995 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17996
1b588015
JB
179972014-02-26 Joel Brobecker <brobecker@adacore.com>
17998
17999 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18000 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18001 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18002
55426c9d
JB
180032014-02-26 Joel Brobecker <brobecker@adacore.com>
18004
18005 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18006
dc53a7ad
JB
180072014-02-26 Joel Brobecker <brobecker@adacore.com>
18008
18009 * gdb.dwarf2/arr-stride.c: New file.
18010 * gdb.dwarf2/arr-stride.exp: New file.
18011
12ab52e9
PA
180122014-02-26 Pedro Alves <palves@redhat.com>
18013
18014 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18015 that won't ever trigger. Make sure that GDB reports the correct
18016 breakpoint that caused the stop.
18017
849c862e
JK
180182014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18019
18020 PR gdb/16626
18021 * gdb.base/auto-load-script: New file.
18022 * gdb.base/auto-load.c: New file.
18023 * gdb.base/auto-load.exp: New file.
18024
71b7d793
JK
18025 PR gdb/16626
18026 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18027
e2f0d509
JK
180282014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18029
18030 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18031 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18032
50cc37c8
DE
180332014-02-24 Doug Evans <dje@google.com>
18034
18035 * lib/gdb.exp (run_on_host): Log error output if program fails.
18036
ea4758f2
PA
180372014-02-21 Pedro Alves <palves@redhat.com>
18038
18039 * gdb.threads/step-after-sr-lock.c: Rename to ...
18040 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18041 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18042 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18043 ... this.
18044
d7b30f67
SDJ
180452014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18046
18047 PR tdep/16397
18048 * gdb.arch/amd64-stap-special-operands.exp: New file.
18049 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18050 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18051 * gdb.arch/amd64-stap-triplet.S: Likewise.
18052 * gdb.arch/amd64-stap-triplet.c: Likewise.
18053
83deb43f
JB
180542014-02-20 Joel Brobecker <brobecker@adacore.com>
18055
18056 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18057 in .section pseudo-op.
18058
adde2bff
DE
180592014-02-20 lin zuojian <manjian2006@gmail.com>
18060 Joel Brobecker <brobecker@adacore.com>
18061 Doug Evans <xdje42@gmail.com>
18062
18063 PR symtab/16581
18064 * gdb.dwarf2/dw2-icycle.S: New file.
18065 * gdb.dwarf2/dw2-icycle.c: New file.
18066 * gdb.dwarf2/dw2-icycle.exp: New file.
18067
f7bd0f78
SC
180682014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18069
18070 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18071 operations on gdb.Value objects.
18072 * gdb.python/py-value-cc.exp: Add new test to test operations on
18073 gdb.Value objects.
18074
c17ef0d5
DE
180752014-02-18 Doug Evans <dje@google.com>
18076
18077 * Makefile.in (TESTS): New variable.
18078 (expanded_tests, expanded_tests_or_none): New variables
18079 (check-single): Pass $(expanded_tests_or_none) to runtest.
18080 (check-parallel): Only run tests in $(TESTS) if non-empty.
18081 (check/no-matching-tests-found): New rule.
18082 * README: Document TESTS makefile variable.
18083
5dd3176f
DE
180842014-02-18 Doug Evans <dje@google.com>
18085
18086 * Makefile.in (check-parallel): rm -rf outputs temp.
18087
0b10be4f
JK
180882014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18089
18090 Fix "ERROR: no fileid for" in the testsuite.
18091 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18092
85f224e7
DE
180932014-02-12 Doug Evans <dje@google.com>
18094
18095 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18096 (MISCELLANEOUS): New variable.
18097 (clean): rm -rf $(MISCELLANEOUS).
18098 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18099 dwp live in the same directory as symlinks, with each symlink pointed
18100 to a differently named file in a different directory.
18101
149b30ff
DE
181022014-02-11 Doug Evans <dje@google.com>
18103
18104 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18105 of Tcl file commands.
18106
1dfdac32
MK
181072014-02-10 Mark Kettenis <kettenis@gnu.org>
18108
18109 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18110 "kill -SIGUSR1 -1".
18111
aa4fb036
JB
181122014-02-10 Joel Brobecker <brobecker@adacore.com>
18113
18114 * gdb.ada/tick_length_array_enum_idx: New testcase.
18115
ed3ef339
DE
181162014-02-10 Doug Evans <xdje42@gmail.com>
18117
18118 * configure.ac (AC_OUTPUT): Add gdb.guile.
18119 * configure: Regenerate.
18120 * lib/gdb-guile.exp: New file.
18121 * lib/gdb.exp (get_target_charset): New function.
18122 * gdb.base/help.exp: Update expected output from "apropos apropos".
18123 * gdb.guile/Makefile.in: New file.
18124 * gdb.guile/guile.exp: New file.
18125 * gdb.guile/scm-arch.c: New file.
18126 * gdb.guile/scm-arch.exp: New file.
18127 * gdb.guile/scm-block.c: New file.
18128 * gdb.guile/scm-block.exp: New file.
18129 * gdb.guile/scm-breakpoint.c: New file.
18130 * gdb.guile/scm-breakpoint.exp: New file.
18131 * gdb.guile/scm-disasm.c: New file.
18132 * gdb.guile/scm-disasm.exp: New file.
18133 * gdb.guile/scm-equal.c: New file.
18134 * gdb.guile/scm-equal.exp: New file.
18135 * gdb.guile/scm-error.exp: New file.
18136 * gdb.guile/scm-error.scm: New file.
18137 * gdb.guile/scm-frame-args.c: New file.
18138 * gdb.guile/scm-frame-args.exp: New file.
18139 * gdb.guile/scm-frame-args.scm: New file.
18140 * gdb.guile/scm-frame-inline.c: New file.
18141 * gdb.guile/scm-frame-inline.exp: New file.
18142 * gdb.guile/scm-frame.c: New file.
18143 * gdb.guile/scm-frame.exp: New file.
18144 * gdb.guile/scm-generics.exp: New file.
18145 * gdb.guile/scm-gsmob.exp: New file.
18146 * gdb.guile/scm-iterator.c: New file.
18147 * gdb.guile/scm-iterator.exp: New file.
18148 * gdb.guile/scm-math.c: New file.
18149 * gdb.guile/scm-math.exp: New file.
18150 * gdb.guile/scm-objfile-script-gdb.in: New file.
18151 * gdb.guile/scm-objfile-script.c: New file.
18152 * gdb.guile/scm-objfile-script.exp: New file.
18153 * gdb.guile/scm-objfile.c: New file.
18154 * gdb.guile/scm-objfile.exp: New file.
18155 * gdb.guile/scm-ports.exp: New file.
18156 * gdb.guile/scm-pretty-print.c: New file.
18157 * gdb.guile/scm-pretty-print.exp: New file.
18158 * gdb.guile/scm-pretty-print.scm: New file.
18159 * gdb.guile/scm-section-script.c: New file.
18160 * gdb.guile/scm-section-script.exp: New file.
18161 * gdb.guile/scm-section-script.scm: New file.
18162 * gdb.guile/scm-symbol.c: New file.
18163 * gdb.guile/scm-symbol.exp: New file.
18164 * gdb.guile/scm-symtab-2.c: New file.
18165 * gdb.guile/scm-symtab.c: New file.
18166 * gdb.guile/scm-symtab.exp: New file.
18167 * gdb.guile/scm-type.c: New file.
18168 * gdb.guile/scm-type.exp: New file.
18169 * gdb.guile/scm-value-cc.cc: New file.
18170 * gdb.guile/scm-value-cc.exp: New file.
18171 * gdb.guile/scm-value.c: New file.
18172 * gdb.guile/scm-value.exp: New file.
18173 * gdb.guile/source2.scm: New file.
18174 * gdb.guile/types-module.cc: New file.
18175 * gdb.guile/types-module.exp: New file.
18176
7026a7c1
YQ
181772014-02-10 Yao Qi <yao@codesourcery.com>
18178
18179 PR testsuite/16543
18180 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18181 * configure: Regenerated.
18182 * Makefile.in: New file.
18183
6c466447
AS
181842014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18185
18186 * gdb.python/py-framefilter.exp: Fix typo.
18187
6e854735
YQ
181882014-02-08 Yao Qi <yao@codesourcery.com>
18189
18190 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18191 that no =breakpoint-modified is emitted when breakpoints are
18192 modified through MI commands.
18193
d137e6dc
PA
181942014-02-07 Pedro Alves <pedro@codesourcery.com>
18195 Pedro Alves <palves@redhat.com>
18196
18197 * gdb.threads/step-after-sr-lock.c: New file.
18198 * gdb.threads/step-after-sr-lock.exp: New file.
18199
b5ee5a50
PA
182002014-02-07 Pedro Alves <palves@redhat.com>
18201
18202 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18203
3c77faf3
JK
182042014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18205
18206 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18207 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18208
6dddc817
DE
182092014-02-06 Doug Evans <xdje42@gmail.com>
18210
18211 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18212 output.
18213
18214 * gdb.gdb/python-interrupts.exp: New file.
18215
de7b2893
YQ
182162014-02-05 Yao Qi <yao@codesourcery.com>
18217
18218 * gdb.trace/report.exp (use_collected_data): Test the output
18219 of "info threads" and "info inferiors".
18220
66d032ac
YQ
182212014-02-05 Yao Qi <yao@codesourcery.com>
18222
18223 Revert this patch:
18224
18225 2013-05-24 Yao Qi <yao@codesourcery.com>
18226
18227 * gdb.trace/tfile.exp: Test inferior and thread.
18228
591a12a1
UW
182292014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18230
18231 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18232 on a function.
18233 * gdb.base/step-bt.c: Call hello via function pointer to make
18234 sure its first instruction is executed on powerpc64le-linux.
18235
0ff3e01f
UW
182362014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18237
18238 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18239
084ee545
UW
182402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18241
18242 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18243 of the test patterns for use on little-endian systems.
18244
6ed14ff3
UW
182452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18246
18247 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18248 (decimal_vector): Fix for little-endian.
18249
401e27fd
JM
182502014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18251
18252 * gdb.arch/sparc-sysstep.exp: New file.
18253 * gdb.arch/sparc-sysstep.c: Likewise.
18254
18255 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18256
8b924729
EBM
182572014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18258
18259 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18260
fb151210
JB
182612014-01-23 Tom Tromey <tromey@redhat.com>
18262
18263 * gdb.ada/array_char_idx: New testcase.
18264
0740f8d8
TT
182652014-01-23 Tom Tromey <tromey@redhat.com>
18266
18267 PR python/16487:
18268 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18269 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18270 classes.
18271
21909fa1
TT
182722014-01-23 Tom Tromey <tromey@redhat.com>
18273
18274 PR python/16491:
18275 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18276 string from an inferior frame.
18277 * gdb.python/py-framefilter-mi.exp: Update.
18278
87ce2a04
DE
182792014-01-22 Doug Evans <dje@google.com>
18280
18281 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18282
237b092b
AA
182832014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18284
18285 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18286
d674a709
AA
182872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18288
18289 * gdb.trace/entry-values.exp: Remove excess space character from
18290 regex patterns. Handle s390 call instruction.
18291
20fa3390
AA
182922014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18293
18294 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18295 define "*_start" label. Make "name" static.
18296 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18297 ${name} by references to ${name}_start.
18298
78466714
AA
182992014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18300
18301 * gdb.base/info-macros.exp: Remove "debug" from the compile
18302 options.
18303
ec9f644a
IB
183042014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18305
18306 * gdb.dlang/demangle.exp: New file.
18307
94b1b47e
IB
183082014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18309
18310 * gdb.dlang/primitive-types.exp: New file.
18311
7f420862
IB
183122014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18313
18314 * configure.ac: Create gdb.dlang/Makefile.
18315 * configure: Regenerate.
18316 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18317 * gdb.dlang/Makefile.in: New file.
18318 * lib/d-support.exp: New file.
18319 * lib/gdb.exp (skip_d_tests): New proc.
18320
52834460
MM
183212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18322
18323 * gdb.btrace/delta.exp: Check reverse stepi.
18324 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18325 * gdb.btrace/finish.exp: New.
18326 * gdb.btrace/next.exp: New.
18327 * gdb.btrace/nexti.exp: New.
18328 * gdb.btrace/record_goto.c: Add comments.
18329 * gdb.btrace/step.exp: New.
18330 * gdb.btrace/stepi.exp: New.
18331 * gdb.btrace/multi-thread-step.c: New.
18332 * gdb.btrace/multi-thread-step.exp: New.
18333 * gdb.btrace/rn-dl-bind.c: New.
18334 * gdb.btrace/rn-dl-bind.exp: New.
18335 * gdb.btrace/data.c: New.
18336 * gdb.btrace/data.exp: New.
18337 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18338
6e07b1d2
MM
183392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18340
18341 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18342 * gdb.btrace/exception.exp: Update.
18343 * gdb.btrace/instruction_history.exp: Update.
18344 * gdb.btrace/record_goto.exp: Update.
18345 * gdb.btrace/tailcall.exp: Update.
18346 * gdb.btrace/unknown_functions.exp: Update.
18347 * gdb.btrace/delta.exp: New.
18348
0b722aec
MM
183492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18350
18351 * gdb.btrace/record_goto.exp: Add backtrace test.
18352 * gdb.btrace/tailcall.exp: Add backtrace test.
18353
066ce621
MM
183542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18355
18356 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18357 * gdb.btrace/record_goto.c: New.
18358 * gdb.btrace/record_goto.exp: New.
18359 * gdb.btrace/x86-record_goto.S: New.
18360
0688d04e
MM
183612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18362
18363 * gdb.btrace/function_call_history.exp: Update tests.
18364 * gdb.btrace/instruction_history.exp: Update tests.
18365
8710b709
MM
183662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18367
18368 * gdb.btrace/function_call_history.exp: Fix expected field
18369 order for "record function-call-history".
18370 Add new tests for "record function-call-history /c".
18371 * gdb.btrace/exception.cc: New.
18372 * gdb.btrace/exception.exp: New.
18373 * gdb.btrace/tailcall.exp: New.
18374 * gdb.btrace/x86-tailcall.S: New.
18375 * gdb.btrace/x86-tailcall.c: New.
18376 * gdb.btrace/unknown_functions.c: New.
18377 * gdb.btrace/unknown_functions.exp: New.
18378 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18379
5de9129b
MM
183802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18381
18382 * gdb.btrace/instruction_history.exp: Update.
18383 * gdb.btrace/function_call_history.exp: Update.
18384
23a7fe75
MM
183852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18386
18387 * gdb.btrace/function_call_history.exp: Fix expected function
18388 trace.
18389 * gdb.btrace/instruction_history.exp: Initialize traced.
18390 Remove traced_functions.
18391
724c7dd8
MM
183922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18393
18394 * gdb.btrace/function_call_history.exp: Update
18395 * gdb.btrace/instruction_history.exp: Update.
18396
6d78d93b
MM
183972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18398
18399 * gdb.btrace/enable.exp: Update expected text.
18400
93a360cc
OJ
184012014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18402
18403 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18404 bytes.
18405
3772b53f
MR
184062014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18407
18408 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18409
596662fa
OJ
184102014-01-15 Omair Javaid <omair.javaid@linaro.org>
18411
18412 * lib/gdb.exp (supports_process_record): Return true for
18413 arm*-linux*. (supports_reverse): Likewise.
18414
b5b08fb4
SC
184152014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18416
18417 PR python/15464
18418 PR python/16113
18419 * gdb.python/py-type.c: Enhance test case.
18420 * gdb.python/py-value-cc.cc: Likewise
18421 * gdb.python/py-type.exp: Add new tests.
18422 * gdb.python/py-value-cc.exp: Likewise
18423
52d7fb13
AA
184242014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18425 Pedro Alves <palves@redhat.com>
18426
18427 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18428 Make "name" extern.
18429 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18430 references to ${name}_start by references to ${name}.
18431
a2cd8cfe
JB
184322014-01-10 Joel Brobecker <brobecker@adacore.com>
18433
18434 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18435
4e23fced
JB
184362014-01-10 Joel Brobecker <brobecker@adacore.com>
18437
18438 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18439
c6a9e42c
PA
184402014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18441 Pedro Alves <palves@redhat.com>
18442
18443 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 18444 mi_gdb_target_load.
c6a9e42c 18445
b7ea362b
PA
184462014-01-08 Pedro Alves <palves@redhat.com>
18447
18448 * gdb.threads/reconnect-signal.c: New file.
18449 * gdb.threads/reconnect-signal.exp: New file.
18450
5e3f4fab
EBM
184512014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18452
18453 * gdb.base/source-dir.exp: New file.
18454
79301218
JB
184552014-01-07 Joel Brobecker <brobecker@adacore.com>
18456
18457 * gdb.ada/mi_interface: New testcase.
18458
8e355c5d
JB
184592014-01-07 Joel Brobecker <brobecker@adacore.com>
18460
18461 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18462 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18463 gdb.ada/pp-rec-component/pck.ads: New files.
18464
c0d48811
JB
184652014-01-07 Joel Brobecker <brobecker@adacore.com>
18466
18467 * gdb.python/py-pp-integral.c: New file.
18468 * gdb.python/py-pp-integral.py: New file.
18469 * gdb.python/py-pp-integral.exp: New file.
18470
17b609c3 18471For older changes see ChangeLog-1993-2013.
c906108c 18472\f
8d8cb839
EZ
18473;; Local Variables:
18474;; mode: change-log
18475;; left-margin: 8
18476;; fill-column: 74
18477;; version-control: never
18478;; End:
902f2ccb 18479
b811d2c2 18480 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
18481 Copying and distribution of this file, with or without modification,
18482 are permitted provided the copyright notice and this notice are preserved.