Remove some dead code from event-loop.c
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
f6be8713
SDJ
12020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 PR tui/25126
4 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
5 * gdb.base/cached-source-file.c: New file.
6 * gdb.base/cached-source-file.exp: New file.
7
b2770d5e
TV
82020-02-11 Tom de Vries <tdevries@suse.de>
9
10 PR testsuite/25488
11 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
12
44f6938e
TV
132020-02-10 Tom de Vries <tdevries@suse.de>
14
15 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
16
5f0e2eb7
MR
172020-02-10 Maciej W. Rozycki <macro@wdc.com>
18
19 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
20 and $after_addr are both integers before making a comparison.
21
46ce2b6f
TV
222020-02-09 Tom de Vries <tdevries@suse.de>
23
24 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
25 command output and paste it into gdb.log. If any, paste catch message
26 to gdb.log.
27
5abbbe1d
TT
282020-02-07 Tom Tromey <tromey@adacore.com>
29
30 PR breakpoints/24915:
31 * gdb.base/annotate-symlink.exp: Use setup_xfail.
32
1d5d29e7
SV
332020-02-06 Shahab Vahedi <shahab@synopsys.com>
34
35 * gdb.tui/tui-missing-src.exp: Add the "missing source
36 file" test for the TUI.
37
b0999b9b
AB
382020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
41 including a port number in the output.
42
c3b149eb
AKS
432020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
44
45 * lib/fortran.exp (fortran_int4): Handle clang.
46 (fortran_int8): Likewise.
47 (fortran_real4): Likewise.
48 (fortran_real8): Likewise.
49 (fortran_complex4): Likewise.
50 (fortran_logical4): Likewise.
51 (fortran_character1): Likewise.
52
f8dcc90b
TV
532020-02-04 Tom de Vries <tdevries@suse.de>
54
55 * README (Race detection): Add note.
56
f90ac7c2
TV
572020-02-04 Tom de Vries <tdevries@suse.de>
58
59 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
60
780636ae
TV
612020-02-04 Tom de Vries <tdevries@suse.de>
62
63 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
64
5d2e1193
RA
652020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
66
67 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
68 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
69 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
70 blttar, bnetarl.
71 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
72 binary for blttar, bnetarl.
73 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
74 wait instruction. Delete ldmx test.
75 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
76
e409c542
AKS
772020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
78
79 * gdb.fortran/array-bounds-high.exp: New file.
80 * gdb.fortran/array-bounds-high.f90: New file.
81
b0029748
LD
822020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
83
84 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
85 Replace #include of <sys/fcntl.h> by <fcntl.h>.
86
195a8287
TV
872020-02-01 Tom de Vries <tdevries@suse.de>
88
89 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
90
42330a68
AB
912020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
92
93 PR tui/9765
94 * gdb.tui/tui-layout-asm-short-prog.S: New file.
95 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
96
b62a8028
LM
972020-01-29 Luis Machado <luis.machado@linaro.org>
98
99 * gdb.arch/aarch64-brk-patterns.c: New source file.
100 * gdb.arch/aarch64-brk-patterns.exp: New test.
101
5f440116
TBA
1022020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
103
104 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
105 GCC/Clang version.
106 * gdb.cp/pass-by-ref.exp: Ditto.
107
ee2a6fc6
TV
1082020-01-29 Tom de Vries <tdevries@suse.de>
109
110 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
111 * gdb.threads/watchpoint-fork-mt.c: Same.
112 * gdb.threads/watchpoint-fork-parent.c: Same.
113 * gdb.threads/watchpoint-fork-st.c: Same.
114 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
115
16b10d6e
LM
1162020-01-27 Luis Machado <luis.machado@linaro.org>
117
118 * gdb.base/step-over-syscall.exp (setup): Check if we're already
119 sitting at a syscall instruction when we hit the syscall function's
120 breakpoint.
121 Check PC against one obtained with the x command.
122 Validate syscall number.
123 (step_over_syscall): Don't continue to the syscall instruction if
124 we're already there.
125
b1468492
PW
1262020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
127
128 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
129
7ffa82e1
AB
1302020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
131
132 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
133 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
134
3d92a3e3
AB
1352020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
136
137 * gdb.dwarf2/dw2-inline-stepping.c: New file.
138 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
139
94a72be7
AB
1402020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
141
142 * gdb.base/maint.exp: Update line table parsing test.
143 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
144
53af73bf
PA
1452020-01-24 Pedro Alves <palves@redhat.com>
146
147 PR gdb/25410
148 * gdb.multi/multi-re-run-1.c: New.
149 * gdb.multi/multi-re-run-2.c: New.
150 * gdb.multi/multi-re-run.exp: New.
151
1ba1ac88
AB
1522020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
153
154 PR gdb/23718
155 * gdb.server/server-kill-python.exp: New file.
156
f3364a6d
AB
1572020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
158
159 * gdb.server/multi-ui-errors.c: New file.
160 * gdb.server/multi-ui-errors.exp: New file.
161
733d0a67
AB
1622020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
163
164 PR tui/9765
165 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
166
4f13c1c0
TT
1672020-01-19 Tom Tromey <tom@tromey.com>
168
169 * gdb.tui/main.exp: Add check for plain "file".
170
40c94099
CB
1712020-01-16 Christian Biesinger <cbiesinger@google.com>
172
173 * lib/gdb.exp: Fix spelling error (seperatelly).
174
ff47f4f0
TT
1752020-01-14 Tom Tromey <tom@tromey.com>
176
177 PR symtab/12535:
178 * gdb.python/python.exp: Test decode_line with empty string
179 argument.
180
717c684d
BE
1812020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
182
183 * gdb.base/skip-inline.exp: Extend test.
184
44e4c775
AB
1852020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
186
187 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
188 * gdb.dwarf2/dw2-bad-elf.c: New file.
189 * gdb.dwarf2/dw2-bad-elf.exp: New file.
190
d93c6db7
AB
1912020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
192
193 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
194 _line_saw_file.
195
9a6d629c
AB
1962020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
197
198 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
199 border.
200
d9ebdab7
TBA
2012020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
202
203 * gdb.multi/multi-target.exp (setup): Factor out "info
204 connections" and "info inferiors" tests to ...
205 (test_info_inferiors): ... this new procedure.
206 (top level): Run new "info-inferiors" tests.
207
f3c469b9
PA
2082020-01-10 Pedro Alves <palves@redhat.com>
209
210 * gdb.server/bkpt-other-inferior.exp: New file.
211
121b3efd
PA
2122020-01-10 Pedro Alves <palves@redhat.com>
213
214 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
215 of "add-inferior".
216 * gdb.base/quit-live.exp: Likewise.
217 * gdb.base/remote-exec-file.exp: Likewise.
218 * gdb.guile/scm-progspace.exp: Likewise.
219 * gdb.linespec/linespec.exp: Likewise.
220 * gdb.mi/new-ui-mi-sync.exp: Likewise.
221 * gdb.mi/user-selected-context-sync.exp: Likewise.
222 * gdb.multi/multi-target.exp (setup): Add "info connection" and
223 "info inferiors" tests.
224 * gdb.multi/remove-inferiors.exp: Adjust expected output of
225 "add-inferior".
226 * gdb.multi/watchpoint-multi.exp: Likewise.
227 * gdb.python/py-inferior.exp: Likewise.
228 * gdb.server/extended-remote-restart.exp: Likewise.
229 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
230 "info inferiors".
231 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
232 * gdb.trace/report.exp: Likewise.
233
1dadb1dd
PA
2342020-01-10 Pedro Alves <palves@redhat.com>
235
236 * gdb.multi/multi-target.c: New file.
237 * gdb.multi/multi-target.exp: New file.
238 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
239 mode requested, but remote does not support non-stop".
240
78f2c40a
PA
2412020-01-10 Pedro Alves <palves@redhat.com>
242
243 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
244 disconnect before reconnecting.
245
e7af6c70
TBA
2462020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
247 Pedro Alves <palves@redhat.com>
248
249 * gdb.server/connect-without-multi-process.exp: Also test
250 continuing to end.
251
acdf84a6
PA
2522020-01-10 Pedro Alves <palves@redhat.com>
253
254 * gdb.base/remote-exec-file.exp: New file.
255
873657b9
PA
2562020-01-10 Pedro Alves <palves@redhat.com>
257
258 * gdb.base/fork-running-state.exp (do_test): Adjust expected
259 output.
260 * gdb.threads/async.c: New.
261 * gdb.threads/async.exp: New.
262 * gdb.multi/tids-gid-reset.c: New.
263 * gdb.multi/tids-gid-reset.exp: New.
264
7f0ae84c
GB
2652020-01-10 George Barrett <bob@bob131.so>
266
267 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
268 to help in finding the image relocation offset.
269 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
270 options in arguments.
271 (stap_test_no_debuginfo): Likewise.
272 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
273 test variants.
274 (stap_test): Add null semaphore relocation test.
275
47e9d49d
GB
2762020-01-10 George Barrett <bob@bob131.so>
277
278 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
279 * gdb.base/stap-probe.exp: Likewise.
280 (stap_test): Pass argument as an additional flag.
281 (stap_test_no_debuginfo): Likewise.
282 (stap_test): Check `info probes stap' output for semaphore
283 addresses if the test binary is supposed to have them.
284
f5a7c406
AB
2852020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
286
287 * gdb.tui/basic.exp: Add more scrolling tests.
288
9ae6bf64
TT
2892020-01-09 Tom Tromey <tom@tromey.com>
290
291 PR tui/18932:
292 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
293 meangingful value.
294 (Term::command, Term::resize): Update.
295 * gdb.tui/basic.exp: Add scrolling test.
296
b2efe70c
AB
2972020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
298
299 * gdb.tui/tui-layout-asm.exp: New file.
300
3804da7e
AB
3012020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
302
303 * lib/tuiterm.exp (Term::check_box_contents): New proc.
304
b40aa28f
AB
3052020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
306
307 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
308 (Term::enter_tui): Use Term::prepare_for_tui.
309
63ffd7c9
AB
3102020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
313 called.
314
3be966f6
AB
3152020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * gdb.base/skip.exp: Fix race condition in test.
318
153d79c4
AB
3192020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
320
321 * gdb.base/backtrace.c: New file.
322 * gdb.base/backtrace.exp: New file.
323
f2302a34
AB
3242020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
325
326 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
327
6ec1d75e
PW
3282020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
329
330 * gdb.base/style.exp: Test that warnings are styled.
331
c296cbe6
BE
3322019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
333
334 * gdb.base/line65535.exp: New file.
335 * gdb.base/line65535.c: New file.
336
b28a729d
SM
3372019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
338
339 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
340 * lib/gnat_debug_info_test.adb: New file.
341 * gdb.ada/ptype_tagged_param.exp: Use
342 gnat_runtime_has_debug_info, expect a different output if
343 runtime does not have debug info.
344
7f2d7a0d
SM
3452019-12-20 Simon Marchi <simon.marchi@efficios.com>
346
347 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
348 (another) quote in test name.
349
f3bce483
SM
3502019-12-20 Simon Marchi <simon.marchi@efficios.com>
351
352 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
353 Add quote in test name.
354
c855a912
TBA
3552019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
356
357 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
358 directory instead.
359 * gdb.cp/pass-by-ref.exp: Extend with more cases.
360 * gdb.cp/pass-by-ref-2.cc: New file.
361 * gdb.cp/pass-by-ref-2.exp: New file.
362
fc9d2d72
TT
3632019-12-20 Tom Tromey <tom@tromey.com>
364
365 * gdb.tui/list-before.exp: New file.
366
77b97e00
TT
3672019-12-20 Tom Tromey <tom@tromey.com>
368
369 * gdb.tui/list.exp: Check for source on initial listing.
370
f69656d0
TT
3712019-12-11 Tom Tromey <tromey@adacore.com>
372
373 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
374 Add crlf test.
375
99a55965
SM
3762019-12-18 Simon Marchi <simon.marchi@efficios.com>
377
378 * gdb.base/default.exp: Update value of $_gdb_major.
379
5024637f
BE
3802019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
381
382 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
383
b63634be
BE
3842019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
385
386 * gdb.base/skip.exp: Whitespace fix.
387
45d73523
BE
3882019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
389
390 * gdb.base/skip-inline.c: New file.
391 * gdb.base/skip-inline.exp: New file.
392
d043f8c8
SM
3932019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
394
395 * gdb.base/jit-reader.exp (jit_reader_test): Rename
396 jit_function_00 to jit_function_stack_mangle.
397 * gdb.base/jithost.c (jit_function_t): Rename to...
398 (jit_function_stack_mangle_t): ... this.
399 (jit_function_add_t): New typedef.
400 (jit_function_00_code): Rename to...
401 (jit_function_stack_mangle_code): ... this, make static.
402 (jit_function_add_code): New.
403 (main): Generate "add" function and call it. Adjust to changes
404 in jithost_abi.
405 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
406 (struct jithost_abi) <begin, end>: Remove fields.
407 <object, function_stack_mangle, function_add>: New fields.
408 * gdb.base/jitreader.c (struct reader_state) <code_begin,
409 code_end>: Remove fields.
410 <func_stack_mangle>: New field.
411 (read_debug_info): Adjust to renaming, create block for "add"
412 function.
413 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
414
873de05c
TT
4152019-12-11 Tom Tromey <tom@tromey.com>
416
417 * gdb.tui/resize.exp: Fix regexp.
418 * gdb.tui/regs.exp: Fix regexps.
419 * gdb.tui/main.exp: Fix regexp.
420
3d979945
TT
4212019-12-11 Tom Tromey <tom@tromey.com>
422
423 * gdb.tui/resize.exp: Update.
424 * gdb.tui/empty.exp (layouts): Update.
425
2192a9d3
TT
4262019-12-11 Tom Tromey <tom@tromey.com>
427
428 * gdb.tui/regs.exp: Update.
429 * gdb.tui/empty.exp (layouts): Update.
430 * gdb.tui/basic.exp: Update.
431 * lib/tuiterm.exp (_check_box): Don't check bottom border.
432
d8edc8b7
PW
4332019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
434
435 * gdb.base/options.exp: Add -raw-values in the print completion list.
436 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
437
4c12d936
KB
4382019-12-10 Kevin Buettner <kevinb@redhat.com>
439
440 * gdb.threads/omp-par-scope.c: New file.
441 * gdb/threads/omp-par-scope.exp: New file.
442
26b911fb
KB
4432019-12-10 Kevin Buettner <kevinb@redhat.com>
444
bb47f919
KB
445 * lib/gdb.exp (support_nested_function_tests): New proc.
446
4472019-12-10 Kevin Buettner <kevinb@redhat.com>
448
449 * lib/gdb.exp (gdb_compile_openmp): New proc.
450 (build_executable_from_specs): Add an "openmp" option.
451 (gdb_compile_pthreads): Add non-executable case.
26b911fb 452
6c71eb7d
TT
4532019-12-10 Tom Tromey <tromey@adacore.com>
454
455 * gdb.ada/unchecked_union.exp: New file.
456 * gdb.ada/unchecked_union/pck.adb: New file.
457 * gdb.ada/unchecked_union/pck.ads: New file.
458 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
459 * gdb-utils.exp (string_to_regexp): Also quote "?".
460
bac7c5cf
GB
4612019-12-10 George Barrett <bob@bob131.so>
462
463 Test scripted probe breakpoints.
464 * gdb.guile/scm-breakpoint.c (main): Add probe point.
465 * gdb.python/py-breakpoint.c (main): Likewise.
466 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
467 specifier test.
468 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
469
330f1d38
TBA
4702019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
471
472 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
473 an rvalue parameter.
474 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
475 parameter.
476
b43315e2
AB
4772019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
478
479 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
480 modules.
481
54f73dad
AB
4822019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
483
484 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
485 broken version of GCC.
486
d57cbee9
AB
4872019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 * gdb.fortran/info-modules.exp: Rewrite to make use of new
490 sym-info-cmds library.
491 * gdb.fortran/info-types.exp: Likewise.
492 * lib/sym-info-cmds.exp: New file.
493
c14aab8c
TV
4942019-12-08 Tom de Vries <tdevries@suse.de>
495
496 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
497
aa2d5a42
KS
4982019-12-07 Keith Seitz <keiths@redhat.com>
499
500 * gdb.base/corefile-buildid-shlib-shr.c: New file.
501 * gdb.base/corefile-buildid-shlib.c: New file.
502 * gdb.base/corefile-buildid.c: New file.
503 * gdb.base/corefile-buildid.exp: New file.
504
93e55f0a
TV
5052019-12-06 Tom de Vries <tdevries@suse.de>
506
507 * gdb.dwarf2/varval.exp: Add decl before def test.
508
c7d12402
TBA
5092019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
510
511 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
512
06acc08f
TBA
5132019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
514
515 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
516 CV and reference conversion for overload resolution.
517 * gdb.cp/rvalue-ref-overload.exp: Test it.
518
e0fad1ea
PW
5192019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
520
521 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
522 * gdb.base/frameapply.exp: Test faas without command.
523
8d70a9f0
AB
5242019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
525
526 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
527 Fortran tests.
528 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
529 order.
530
36c8fb93
AB
5312019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
532
533 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
534 casting to type with no kind specified.
535 (test_basic_parsing_of_type_kinds): Additional tests for types
536 with no kind specified, and add tests for single/double
537 precision/complex types.
538
4139ff00
TT
5392019-12-04 Tom Tromey <tromey@adacore.com>
540
541 * gdb.base/endianity.c (struct other) <x>: New field.
542 (main): Initialize it.
543 * gdb.base/endianity.exp: Update.
544
a05cf17a
TT
5452019-12-04 Tom Tromey <tromey@adacore.com>
546
547 * gdb.ada/scalar_storage/storage.adb: New file.
548 * gdb.ada/scalar_storage/pck.adb: New file.
549 * gdb.ada/scalar_storage/pck.ads: New file.
550 * gdb.ada/scalar_storage.exp: New file.
551
103a685e
TT
5522019-12-04 Tom Tromey <tromey@adacore.com>
553
554 * gdb.base/endianity.c (struct otherendian) <f>: New field.
555 (main): Initialize it.
556 * gdb.base/endianity.exp: Update.
557
c2512106
AB
5582019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
559
560 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
561
293b38d6
AB
5622019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
563
564 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
565 -symbol-info-module-functions and -symbol-info-module-variables.
566
216a7e6b
AB
5672019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
570
5bbd8269
AB
5712019-12-01 Richard Bunt <richard.bunt@arm.com>
572 Andrew Burgess <andrew.burgess@embecosm.com>
573
574 * gdb.fortran/derived-type-striding.exp: New file.
575 * gdb.fortran/derived-type-striding.f90: New file.
576 * gdb.fortran/array-slices.exp: New file.
577 * gdb.fortran/array-slices.f90: New file.
578
be09caf1
PW
5792019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
580
581 * gdb.base/define.exp: Test . in command names.
582 * gdb.base/setshow.exp: Update test, as . is now part of
583 command name.
584
643c0cbe
PW
5852019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
586
587 * gdb.base/define-prefix.exp: New file.
588
dcdec678
AB
5892019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
590
591 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
592 compile.
593 (skip_btrace_pt_tests): Likewise.
594
640ab947
AB
5952019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
596
597 * gdb.fortran/info-modules.exp: Compile source files in correct
598 order.
599
d22670f0
KB
6002019-11-27 Kevin Buettner <kevinb@redhat.com>
601
602 * gdb.dwarf2/imported-unit.exp: New file.
603 * gdb.dwarf2/imported-unit.c: New file.
604
db5960b4
AB
6052019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
606
607 * gdb.mi/mi-fortran-modules-2.f90: New file.
608 * gdb.mi/mi-fortran-modules.exp: New file.
609 * gdb.mi/mi-fortran-modules.f90: New file.
610
7dc42066
AB
6112019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
612
613 * gdb.mi/mi-sym-info-1.c: New file.
614 * gdb.mi/mi-sym-info-2.c: New file.
615 * gdb.mi/mi-sym-info.exp: New file.
616
0dfeecca
TT
6172019-11-22 Tom Tromey <tromey@adacore.com>
618
619 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
620 * gdb.ada/tasks/foo.adb: Add another stopping location.
621
34877895
PJ
6222019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
623
624 * gdb.base/endianity.c: New test.
625 * gdb.base/endianity.exp: New file.
626
2e84f897
LD
6272019-11-21 Lukas Durfina <ldurfina@tachyum.com>
628
629 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
630
65d1cd5f
TV
6312019-11-21 Tom de Vries <tdevries@suse.de>
632
633 PR gdb/24956
634 * gdb.base/ui-redirect.exp: Test output of user-defined command.
635
4f22c3f4
SDJ
6362019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
637
638 * gdb.python/py-progspace.exp: Add missing parentheses on some
639 'print' commands.
640
9f6ad286
TT
6412019-11-19 Tom Tromey <tom@tromey.com>
642
643 * gdb.tui/winheight.exp: New file.
644
0b8dbf3f
AB
6452019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
646
647 * gdb.base/ctf-whatis.c: Delete.
648 * gdb.base/ctf-whatis.exp: Delete.
649 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
650
f833b7a7
AB
6512019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
652
653 * gdb.base/ctf-cvexpr.exp: Delete.
654 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
655
30d0a636
AB
6562019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
657
658 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
659 the compiler. Clean up header comment a little.
660 * gdb.base/ctf-ptype.exp: Likewise.
661 * gdb.base/ctf-whatis.exp: Likewise.
662 * lib/gdb.exp (skip_ctf_tests): New proc.
663
494409bb
SDJ
6642019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
665
666 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
667 * gdb.tui/corefile-run.exp: New file.
668
55708e99
TT
6692019-11-14 Tom Tromey <tromey@adacore.com>
670
671 * gdb.base/gdbvars.exp (test_convenience_variables): Add
672 regression tests.
673
45e42163
TT
6742019-11-12 Tom Tromey <tom@tromey.com>
675
676 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
677 after any command. Expect prompt after WAIT_FOR is seen.
678 (enter_tui): Enable resize messages.
679 (command): Expect command in output.
680 (get_line): Avoid error when cursor appears to be off-screen.
681 (dump_screen): Include screen size in title.
682 (_do_resize): New proc, from "resize".
683 (resize): Rewrite. Do resize in two steps.
684 * gdb.tui/empty.exp (layouts): Fix entries.
685 (check_boxes): Remove xfail.
686 (check_text): Dump screen on failure.
687
086baaf1
AB
6882019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * gdb.python/py-symbol.exp: Add test for
691 gdb.lookup_static_symbols.
692
09ff83af
AB
6932019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * gdb.python/py-symbol.c: Declare and call function from new
696 py-symbol-2.c file.
697 * gdb.python/py-symbol.exp: Compile both source files, and add new
698 tests for gdb.lookup_static_symbol.
699 * gdb.python/py-symbol-2.c: New file.
700
11af934b
TV
7012019-11-02 Tom de Vries <tdevries@suse.de>
702
703 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
704 * gdb.base/anon.exp: Same.
705 * gdb.base/auto-connect-native-target.exp: Same.
706 * gdb.base/call-ar-st.exp: Same.
707 * gdb.base/catch-syscall.exp: Same.
708 * gdb.base/commands.exp: Same.
709 * gdb.base/default.exp: Same.
710 * gdb.base/display.exp: Same.
711 * gdb.base/float.exp: Same.
712 * gdb.base/foll-fork.exp: Same.
713 * gdb.base/help.exp: Same.
714 * gdb.base/info-macros.exp: Same.
715 * gdb.base/info-proc.exp: Same.
716 * gdb.base/info-target.exp: Same.
717 * gdb.base/long_long.exp: Same.
718 * gdb.base/macscp.exp: Same.
719 * gdb.base/memattr.exp: Same.
720 * gdb.base/nofield.exp: Same.
721 * gdb.base/pointers.exp: Same.
722 * gdb.base/printcmds.exp: Same.
723 * gdb.base/ptype.exp: Same.
724 * gdb.base/restore.exp: Same.
725 * gdb.base/return.exp: Same.
726 * gdb.base/scope.exp: Same.
727 * gdb.base/set-noassign.exp: Same.
728 * gdb.base/setshow.exp: Same.
729 * gdb.base/shlib-call.exp: Same.
730 * gdb.base/signals.exp: Same.
731 * gdb.base/sigstep.exp: Same.
732 * gdb.base/skip.exp: Same.
733 * gdb.base/solib-symbol.exp: Same.
734 * gdb.base/stap-probe.exp: Same.
735 * gdb.base/step-line.exp: Same.
736 * gdb.base/step-test.exp: Same.
737 * gdb.base/style.exp: Same.
738 * gdb.base/varargs.exp: Same.
739 * gdb.base/vla-datatypes.exp: Same.
740 * gdb.base/vla-ptr.exp: Same.
741 * gdb.base/vla-sideeffect.exp: Same.
742 * gdb.base/volatile.exp: Same.
743 * gdb.base/watch-cond-infcall.exp: Same.
744 * gdb.base/watchpoint.exp: Same.
745
e96ec2ba
TV
7462019-11-02 Tom de Vries <tdevries@suse.de>
747
748 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
749 * gdb.cp/cpexprs.exp: Same.
750 * gdb.cp/except-multi-location.exp: Same.
751 * gdb.cp/exceptprint.exp: Same.
752 * gdb.cp/gdb2384.exp: Same.
753 * gdb.cp/inherit.exp: Same.
754 * gdb.cp/m-static.exp: Same.
755 * gdb.cp/meth-typedefs.exp: Same.
756 * gdb.cp/misc.exp: Same.
757 * gdb.cp/namespace.exp: Same.
758 * gdb.cp/non-trivial-retval.exp: Same.
759 * gdb.cp/overload.exp: Same.
760 * gdb.cp/pr17132.exp: Same.
761 * gdb.cp/re-set-overloaded.exp: Same.
762 * gdb.cp/rvalue-ref-types.exp: Same.
763 * gdb.cp/templates.exp: Same.
764
bd5766ec
LM
7652019-11-01 Luis Machado <luis.machado@linaro.org>
766
767 PR gdb/25124
768
769 * gdb.arch/pr25124.S: New file.
770 * gdb.arch/pr25124.exp: New file.
771
165f8965
AB
7722019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
773
774 * gdb.fortran/info-modules.exp: Update expected results, and add
775 additional tests for 'info module functinos', and 'info module
776 variables'.
777 * gdb.fortran/info-types.exp: Update expected results.
778 * gdb.fortran/info-types.f90: Extend testcase with additional
779 module variables and functions.
780
59c35742
AB
7812019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
782
783 * gdb.fortran/info-modules.exp: New file.
784 * gdb.fortran/info-types.exp: Build with new file.
785 * gdb.fortran/info-types.f90: Include and use new module.
786 * gdb.fortran/info-types-2.f90: New file.
787
f3fb2519
PW
7882019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
789
790 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
791 * gdb.base/settings.exp: Test all settings types using
792 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
793 that now verifies that the value of "maint show" is the same as
794 returned by the settings functions. Test the type of the
795 maintenance settings.
796 * gdb.base/default.exp: Update show_conv_list.
797
d1e36019
TV
7982019-10-31 Tom de Vries <tdevries@suse.de>
799
800 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
801 gdb_test.
802 * gdb.arch/amd64-disp-step.exp: Same.
803 * gdb.asm/asm-source.exp: Same.
804 * gdb.btrace/buffer-size.exp: Same.
805 * gdb.btrace/cpu.exp: Same.
806 * gdb.btrace/enable.exp: Same.
807 * gdb.dwarf2/count.exp: Same.
808 * gdb.dwarf2/dw2-ranges-func.exp: Same.
809 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
810 * gdb.fortran/vla-datatypes.exp: Same.
811 * gdb.fortran/vla-history.exp: Same.
812 * gdb.fortran/vla-ptype.exp: Same.
813 * gdb.fortran/vla-value.exp: Same.
814 * gdb.fortran/whatis_type.exp: Same.
815 * gdb.guile/guile.exp: Same.
816 * gdb.multi/tids.exp: Same.
817 * gdb.python/py-finish-breakpoint.exp: Same.
818 * gdb.python/py-framefilter.exp: Same.
819 * gdb.python/py-pp-registration.exp: Same.
820 * gdb.python/py-xmethods.exp: Same.
821 * gdb.python/python.exp: Same.
822 * gdb.server/connect-with-no-symbol-file.exp: Same.
823 * gdb.server/no-thread-db.exp: Same.
824 * gdb.server/run-without-local-binary.exp: Same.
825 * gdb.stabs/weird.exp: Same.
826 * gdb.threads/attach-many-short-lived-threads.exp: Same.
827 * gdb.threads/thread-find.exp: Same.
828 * gdb.threads/tls-shared.exp: Same.
829 * gdb.threads/tls.exp: Same.
830 * gdb.threads/wp-replication.exp: Same.
831 * gdb.trace/ax.exp: Same.
832 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
833
3d11e68e
TV
8342019-10-31 Tom de Vries <tdevries@suse.de>
835
836 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
837 * gdb.ada/array_subscript_addr.exp: Same.
838 * gdb.ada/arrayidx.exp: Same.
839 * gdb.ada/arrayparam.exp: Same.
840 * gdb.ada/arrayptr.exp: Same.
841 * gdb.ada/boolean_expr.exp: Same.
842 * gdb.ada/call_pn.exp: Same.
843 * gdb.ada/complete.exp: Same.
844 * gdb.ada/fixed_cmp.exp: Same.
845 * gdb.ada/fun_addr.exp: Same.
846 * gdb.ada/funcall_param.exp: Same.
847 * gdb.ada/interface.exp: Same.
848 * gdb.ada/mod_from_name.exp: Same.
849 * gdb.ada/null_array.exp: Same.
850 * gdb.ada/packed_array.exp: Same.
851 * gdb.ada/packed_tagged.exp: Same.
852 * gdb.ada/print_chars.exp: Same.
853 * gdb.ada/print_pc.exp: Same.
854 * gdb.ada/ptype_arith_binop.exp: Same.
855 * gdb.ada/ptype_field.exp: Same.
856 * gdb.ada/ptype_tagged_param.exp: Same.
857 * gdb.ada/rec_return.exp: Same.
858 * gdb.ada/ref_tick_size.exp: Same.
859 * gdb.ada/str_ref_cmp.exp: Same.
860 * gdb.ada/taft_type.exp: Same.
861 * gdb.ada/tagged.exp: Same.
862 * gdb.ada/type_coercion.exp: Same.
863 * gdb.ada/uninitialized_vars.exp: Same.
864
60b6ede8
TV
8652019-10-30 Tom de Vries <tdevries@suse.de>
866
867 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
868
30baf67b
TV
8692019-10-26 Tom de Vries <tdevries@suse.de>
870
871 * gdb.base/bigcore.c: Fix typos in comments.
872 * gdb.base/ctf-ptype.c: Same.
873 * gdb.base/long_long.c: Same.
874 * gdb.dwarf2/dw2-op-out-param.S: Same.
875 * gdb.python/py-evthreads.c: Same.
876 * gdb.reverse/i387-stack-reverse.c: Same.
877 * gdb.trace/tfile.c: Same.
878 * lib/compiler.c: Same.
879 * lib/compiler.cc: Same.
880
158da0d1
TV
8812019-10-25 Tom de Vries <tdevries@suse.de>
882
883 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
884 gdb_test_multiple calls.
885 * gdb.reverse/sigall-reverse.exp: Same.
886 * gdb.reverse/solib-precsave.exp: Same.
887 * gdb.reverse/solib-reverse.exp: Same.
888 * gdb.reverse/until-precsave.exp: Same.
889 * gdb.reverse/until-reverse.exp: Same.
890
4ccdfbec
TV
8912019-10-24 Tom de Vries <tdevries@suse.de>
892
893 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
894 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
895 kfail using -wrap pattern flag and convenience variable
896 gdb_test_name.
897
33d569b7
AB
8982019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
899
900 * gdb.python/py-progspace.exp: Add tests for the
901 Progspace.block_for_pc method.
902
4d0b984b
TT
9032019-10-23 Tom Tromey <tom@tromey.com>
904
905 * configure: Rebuild.
906 * aclocal.m4: Use m4_include, not sinclude.
907
94cb3754
TV
9082019-10-21 Tom de Vries <tdevries@suse.de>
909
910 * gdb.base/infcall-nested-structs.c: Add
911 __attribute__((noinline,noclone)) to all functions.
912 (call_all): Add missing variable initialization. Simplify return value.
913 (breakpt): Increment volatile variable, to prevent call from being
914 optimized out.
915 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
916
062f1fc1
TV
9172019-10-17 Tom de Vries <tdevries@suse.de>
918
919 * gdb.fortran/module.exp: Allow info variables to print info for files
920 other than module.f90.
921
0b54364d
AB
9222019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
923
924 * gdb.fortran/module.exp: Extend with 'info variables' test.
925
7ff5fae7
AB
9262019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
927
928 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
929 F77_FOR_TARGET.
930
d10eccaa
TV
9312019-10-16 Tom de Vries <tdevries@suse.de>
932
933 PR tdep/25096
934 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
935
745ff14e
TV
9362019-10-16 Tom de Vries <tdevries@suse.de>
937
938 PR tdep/24104
939 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
940 Add KFAIL for PR tdep/25096.
941
03e1ab94
TV
9422019-10-16 Tom de Vries <tdevries@suse.de>
943
944 PR testsuite/25059
945 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
946
b17fcc10
TV
9472019-10-16 Tom de Vries <tdevries@suse.de>
948
949 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
950 as signed.
951
9223170f
SM
9522019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
953
954 * gdb.mi/list-thread-groups-available.exp: Read entries one by
955 one instead of increasing timeout.
956
d6e76313
TV
9572019-10-13 Tom de Vries <tdevries@suse.de>
958
959 PR record/25038
960 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
961 * gdb.reverse/sigall-reverse.exp: Same.
962 * gdb.reverse/solib-precsave.exp: Same.
963 * gdb.reverse/solib-reverse.exp: Same.
964 * gdb.reverse/step-precsave.exp: Same.
965 * gdb.reverse/until-precsave.exp: Same.
966 * gdb.reverse/until-reverse.exp: Same.
967 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
968
6dfc0041
AA
9692019-10-10 Andreas Arnez <arnez@linux.ibm.com>
970
971 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
972 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
973 (cmp_struct_05_01, cmp_struct_static_02_01)
974 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
975 comparisons.
976
abcf2cc8
TV
9772019-10-10 Tom de Vries <tdevries@suse.de>
978
979 PR testsuite/24888
980 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
981 gnatlink.
982
a50faaf6
TV
9832019-10-09 Tom de Vries <tdevries@suse.de>
984
985 PR testsuite/25048
986 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
987
60ff3cd7
AB
9882019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
989
990 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
991 exceptions due to missing debug information.
992
dfee8566
TV
9932019-10-07 Tom de Vries <tdevries@suse.de>
994
995 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
996
3d63690a
AB
9972019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
998
999 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1000 * gdb.base/annota1.exp: Update to use gdb_test_name.
1001
30d1f018
WP
10022019-10-07 Weimin Pan <weimin.pan@oracle.com>
1003
1004 * gdb.base/ctf-whatis.exp: New file.
1005 * gdb.base/ctf-whatis.c: New file.
1006 * gdb.base/ctf-ptype.exp: New file.
1007 * gdb.base/ctf-ptype.c: New file.
1008 * gdb.base/ctf-constvars.exp: New file.
1009 * gdb.base/ctf-constvars.c: New file.
1010 * gdb.base/ctf-cvexpr.exp: New file.
1011
4dbbb47c
TV
10122019-10-04 Tom de Vries <tdevries@suse.de>
1013
1014 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1015 for loop.
1016
77c2dba3
TT
10172019-10-03 Tom Tromey <tom@tromey.com>
1018
1019 PR rust/24976:
1020 * gdb.rust/simple.rs (Union2): New type.
1021 (main): Use Union2.
1022 * gdb.rust/simple.exp: Add test.
1023
179aed7f
AB
10242019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1025
1026 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1027 nested function prefix.
1028
0a4b0913
AB
10292019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1030 Richard Bunt <richard.bunt@arm.com>
1031 Andrew Burgess <andrew.burgess@embecosm.com>
1032
1033 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1034 nested functions.
1035 * gdb.fortran/nested-funcs.f90: Update expected results.
1036 * gdb.fortran/nested-funcs-2.exp: New file.
1037 * gdb.fortran/nested-funcs-2.f90: New file.
1038
082cce05
AB
10392019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1040
1041 * gdb.python/py-parameter.exp: Make test names unique.
1042 * gdb.python/py-template.exp: Likewise.
1043 * gdb.python/py-value.exp: Likewise.
1044
2b74ba5a
AB
10452019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1046
1047 * gdb.base/break-interp.exp: Reduce test name duplication.
1048 * gdb.base/call-sc.exp: Likewise.
1049 * gdb.base/callfuncs.exp: Likewise.
1050 * gdb.base/charset.exp: Likewise.
1051 * gdb.base/dump.exp: Likewise.
1052 * gdb.base/ena-dis-br.exp: Likewise.
1053 * gdb.base/relational.exp: Likewise.
1054 * gdb.base/step-over-syscall.exp: Likewise.
1055 * gdb.base/structs.exp: Likewise.
1056
58eb20d5
AB
10572019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1058
1059 * gdb.linespec/explicit.exp: Make test names unique.
1060 * gdb.linespec/ls-errs.exp: Likewise.
1061
4d421147
AB
10622019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1063
1064 * gdb.reverse/break-precsave.exp: Make test names unique.
1065 * gdb.reverse/break-reverse.exp: Likewise.
1066 * gdb.reverse/finish-precsave.exp: Likewise.
1067 * gdb.reverse/finish-reverse.exp: Likewise.
1068 * gdb.reverse/machinestate-precsave.exp: Likewise.
1069 * gdb.reverse/machinestate.exp: Likewise.
1070 * gdb.reverse/readv-reverse.exp: Likewise.
1071 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1072 * gdb.reverse/sigall-precsave.exp: Likewise.
1073 * gdb.reverse/sigall-reverse.exp: Likewise.
1074 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1075 * gdb.reverse/watch-precsave.exp: Likewise.
1076 * gdb.reverse/watch-reverse.exp: Likewise.
1077
d8c06f22
AB
10782019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1079
1080 * gdb.threads/stop-with-handle.c: New file.
1081 * gdb.threads/stop-with-handle.exp: New file.
1082
3a56ed86
TV
10832019-10-03 Tom de Vries <tdevries@suse.de>
1084
1085 PR testsuite/25059
1086 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1087 directory" line to be missing.
1088
42275044
TV
10892019-10-03 Tom de Vries <tdevries@suse.de>
1090
1091 PR testsuite/25059
1092 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1093 type optional.
1094
9ef62df0
AA
10952019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1096
1097 * gdb.python/py-format-string.c (string.h): New include.
1098 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1099 the same value, for endianness-independence.
1100 * gdb.python/py-format-string.exp (default_regexp_dict)
1101 (test_pretty_structs, test_format): Adjust expected output to the
1102 changed initialization.
1103
37f6a7f4
TT
11042019-10-02 Tom Tromey <tromey@adacore.com>
1105
1106 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1107
1d58d6a2
PA
11082019-10-02 Pedro Alves <palves@redhat.com>
1109 Andrew Burgess <andrew.burgess@embecosm.com>
1110
1111 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1112 "print-file-var.h".
1113 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1114 (get_version_1): Print this_version_id and its address.
1115 Add extern "C" wrappers around interface functions.
1116 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1117 "print-file-var.h".
1118 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1119 (get_version_2): Print this_version_id and its address.
1120 Add extern "C" wrappers around interface functions.
1121 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1122 <stddef.h> and "print-file-var.h".
1123 Add extern "C" wrappers around interface functions.
1124 [VERSION_ID_MAIN] (this_version_id): Define.
1125 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1126 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1127 up extern "C" blocks.
1128 * gdb.base/print-file-var.exp (test): New, factored out from top
1129 level.
1130 (top level): Test all combinations of attribute hidden or not,
1131 dlopen or not, and this_version_id symbol in main file or not.
1132 Compile tests as both C++ and C, make test names unique.
1133
d770d56f
TT
11342019-10-01 Tom Tromey <tom@tromey.com>
1135
1136 * gdb.base/style.exp: Test "show logging filename".
1137
7f6aba03
TT
11382019-10-01 Tom Tromey <tom@tromey.com>
1139
1140 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1141 * gdb.base/style.exp: Add metadata style test.
1142
14309bb6
TT
11432019-10-01 Tom Tromey <tom@tromey.com>
1144
1145 * gdb.base/style.exp: Test "pwd".
1146
2a3c1174
PA
11472019-10-01 Tom Tromey <tom@tromey.com>
1148
1149 * gdb.base/style.exp: Update tests.
1150
53d666ec
AA
11512019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1152
1153 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1154 'six' to unsigned.
1155 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1156 'five'. Use an all-ones bit pattern for each.
1157 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1158 to its changed values.
1159
4a56a520
TT
11602019-09-30 Tom Tromey <tromey@adacore.com>
1161
1162 * gdb.rust/traits.rs: Disable all warnings.
1163
0df0352a
TV
11642019-09-29 Tom de Vries <tdevries@suse.de>
1165
1166 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1167
73d9a918
TV
11682019-09-29 Tom de Vries <tdevries@suse.de>
1169
1170 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1171
060b3ab4
TV
11722019-09-27 Tom de Vries <tdevries@suse.de>
1173
1174 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1175
68f7d34d
TV
11762019-09-27 Tom de Vries <tdevries@suse.de>
1177
1178 PR record/23188
1179 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1180
5d63b30a
TT
11812019-09-26 Tom Tromey <tromey@adacore.com>
1182
1183 * gdb.ada/py_taft.exp: New file.
1184 * gdb.ada/py_taft/main.adb: New file.
1185 * gdb.ada/py_taft/pkg.adb: New file.
1186 * gdb.ada/py_taft/pkg.ads: New file.
1187
3d435220
TV
11882019-09-24 Tom de Vries <tdevries@suse.de>
1189
1190 PR gdb/24598
1191 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1192
77d03678
TV
11932019-09-22 Tom de Vries <tdevries@suse.de>
1194
1195 * gdb.base/restore.exp: Allow register variables to be optimized out at
1196 -O0.
1197
abf516c6
UW
11982019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1199
1200 * gdb.arch/spu-info.exp: Remove file.
1201 * gdb.arch/spu-info.c: Remove file.
1202 * gdb.arch/spu-ls.exp: Remove file.
1203 * gdb.arch/spu-ls.c: Remove file.
1204
1205 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1206 * gdb.asm/spu.inc: Remove file.
1207
1208 * gdb.base/dump.exp: Remove support for spu*-*-*.
1209 * gdb.base/stack-checking.exp: Likewise.
1210 * gdb.base/overlays.exp: Likewise.
1211 * gdb.base/ovlymgr.c: Likewise.
1212 * gdb.base/spu.ld: Remove file.
1213
1214 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1215 * gdb.cp/cpexprs.exp: Likewise.
1216 * gdb.cp/exception.exp: Likewise.
1217 * gdb.cp/gdb2495.exp: Likewise.
1218 * gdb.cp/mb-templates.exp: Likewise.
1219 * gdb.cp/pr9167.exp: Likewise.
1220 * gdb.cp/userdef.exp: Likewise.
1221
1222 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1223
1224 * gdb.cell: Remove directory.
1225 * lib/cell.exp: Remove file.
1226
e452e88f
TV
12272019-09-19 Tom de Vries <tdevries@suse.de>
1228
1229 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1230
8a625130
TV
12312019-09-19 Tom de Vries <tdevries@suse.de>
1232
1233 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1234
81dc3ab5
TV
12352019-09-19 Tom de Vries <tdevries@suse.de>
1236
1237 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1238 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1239 (gdb_target_cmd): ... here.
1240 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1241 value 2.
1242
b078f3ac
AB
12432019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1244
1245 * gdb.base/source-dir.exp: Avoid having directory names in test
1246 names.
1247
f1b620e9
MG
12482019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1249
1250 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1251 directory.
1252
67f3ed6a
AB
12532019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1254
1255 * gdb.base/list-missing-source.exp: New file.
1256
d1b70248
TV
12572019-09-14 Tom de Vries <tdevries@suse.de>
1258
1259 PR teststuite/24599
1260 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1261 * lib/ada.exp (gnatmake_version_at_least): New proc.
1262
5fabdcd6
AB
12632019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1264
1265 * gdb.base/maint.exp: Use exec_has_index_section.
1266
aa17805f
AB
12672019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 * gdb.base/maint.exp: Add test for 'maint info sections'.
1270
25e5c209
TV
12712019-09-12 Tom de Vries <tdevries@suse.de>
1272
1273 * gdb.base/store.exp: Allow register variables to be optimized out at
1274 -O0.
1275
4993045d
PW
12762019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1277
1278 * gdb.ada/rdv_wait.exp: Update to new task names.
1279 * gdb.base/task_switch_in_core.exp: Likewise.
1280 * gdb.base/info_sources_base.c: Likewise.
1281
8a516164
TT
12822019-09-10 Tom Tromey <tromey@adacore.com>
1283
1284 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1285
aa391654
TT
12862019-09-10 Tom Tromey <tromey@adacore.com>
1287
1288 * gdb.ada/dgopt.exp: New file.
1289 * gdb.ada/dgopt/x.adb: New file.
1290
8634b462
TT
12912019-09-08 Tom Tromey <tom@tromey.com>
1292
1293 * gdb.tui/resize.exp: Remove setup_xfail.
1294 * gdb.tui/regs.exp: Remove setup_xfail.
1295 * gdb.tui/basic.exp: Remove setup_xfail.
1296
736b0f76
DB
12972019-09-06 David Blaikie <dblaikie@gmail.com>
1298
1299 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1300 * gdb.cp/cplabel.exp: Ditto.
1301 * gdb.linespec/ls-errs.exp: Ditto.
1302
30331a6c
TV
13032019-09-05 Tom de Vries <tdevries@suse.de>
1304
1305 * lib/gdb.exp (cmp_file_string): New proc.
1306 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1307 runto_main. Verify save breakpoints output.
1308
98b0ebab
PW
13092019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1310
1311 * gdb.base/info-var.exp: Test info variables without running
1312 to main, to avoid expect's buffer overflow.
1313
4e962e74
TT
13142019-09-03 Tom Tromey <tromey@adacore.com>
1315
1316 * gdb.ada/bias.exp: New file.
1317 * gdb.ada/bias/bias.adb: New file.
1318 * gdb.ada/print_chars.exp: Add regression test.
1319 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1320 (MC): New variable.
1321
2ea1a07a
SL
13222019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1323
1324 * gdb.base/argv0-symlink.exp: Run only on native target
1325 and local host.
1326
8077c50d
TV
13272019-08-29 Tom de Vries <tdevries@suse.de>
1328
1329 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1330 diverse debug info.
1331 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1332
48352473
TV
13332019-08-28 Tom de Vries <tdevries@suse.de>
1334
1335 * gdb.base/info-var.exp: Allow info variables to print info for files
1336 other than info-var-f1.c and info-var-f2.c.
1337
d8f27c60
AB
13382019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1339
1340 * gdb.fortran/info-types.exp: Add module.
1341 * gdb.fortran/info-types.f90: Update expected results.
1342
1f20c35e
AB
13432019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1344
1345 * gdb.fortran/info-types.exp: New file.
1346 * gdb.fortran/info-types.f90: New file.
1347 * lib/fortran.exp (fortran_character1): New proc.
1348
4acfdd20
AB
13492019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1350
1351 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1352 functions'. Reindent as needed.
1353 * gdb.base/info-var-f1.c: New file.
1354 * gdb.base/info-var-f2.c: New file.
1355 * gdb.base/info-var.exp: New file.
1356 * gdb.base/info-var.h: New file.
1357
5c31b358
TV
13582019-08-26 Tom de Vries <tdevries@suse.de>
1359
1360 PR c++/24852
1361 * gdb.cp/no-libstdcxx-probe.exp: New test.
1362
b694989f
TV
13632019-08-26 Tom de Vries <tdevries@suse.de>
1364
1365 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1366 * tests need to be skipped.
1367 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1368 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1369 mi_skip_libstdcxx_probe_tests.
1370
d9c4ba53
SDJ
13712019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1372
1373 * gdb.python/py-xmethods.exp: Use raw strings when passing
1374 arguments to SimpleXMethodMatcher.
1375
395fad09
TV
13762019-08-22 Tom de Vries <tdevries@suse.de>
1377
1378 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1379 more informative.
1380
26c957f1
PA
13812019-08-21 Pedro Alves <palves@redhat.com>
1382
1383 * gdb.base/with.exp: Test "with" with no arguments.
1384
61f80d5d
TV
13852019-08-21 Tom de Vries <tdevries@suse.de>
1386
1387 * gdb.base/gdb-caching-proc.exp: Sort files.
1388
d7a11d13
TV
13892019-08-20 Tom de Vries <tdevries@suse.de>
1390
1391 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1392 compilation.
1393
34dafe9f
TV
13942019-08-16 Tom de Vries <tdevries@suse.de>
1395
1396 * gdb.base/compare-sections.exp ("after run to main"): Allow
1397 mismatched read-only sections for PIE executables.
1398
398fdd60
TT
13992019-08-16 Tom Tromey <tom@tromey.com>
1400
1401 * lib/tuiterm.exp (_csi_Z): New proc.
1402 * gdb.tui/basic.exp: Update window positions.
1403 * gdb.tui/empty.exp: Update window positions.
1404
d8f9e51c
SL
14052019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1406
1407 * gdb.base/examine-backward.exp: Correct regexp for
1408 "examine 3 bytes backward from ${address_zero}".
1409
3df505f6
TT
14102019-08-15 Tom Tromey <tom@tromey.com>
1411
1412 * gdb.tui/empty.exp: Enable resizing tests.
1413
272560b5
TT
14142019-08-15 Tom Tromey <tromey@adacore.com>
1415
1416 * gdb.ada/char_enum.exp: Add regression tests.
1417 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1418 and '0'.
1419 (Char, Gchar): Update.
1420 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1421
08235187
CB
14222019-08-15 Christian Biesinger <cbiesinger@google.com>
1423
1424 * gdb.python/python.exp: Expect a leading underscore on
1425 GdbOutput{,Error}File.
1426
22a2ab04
SL
14272019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1428
1429 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1430 Windows host.
1431
835b995b
SL
14322019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1433
1434 * gdb.base/batch-preserve-term-settings.exp
1435 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1436
97dd8e07
CB
14372019-08-15 Christian Biesinger <cbiesinger@google.com>
1438
1439 * lib/gdb.exp: When running on a mingw target, replace
1440 /x/ with x:/.
1441
75faf5c4
AH
14422019-08-14 Alan Hayward <alan.hayward@arm.com>
1443
1444 * gdb.arch/aarch64-prologue.c: New test.
1445 * gdb.arch/aarch64-prologue.exp: New file.
1446
abc6c00f
TV
14472019-08-13 Tom de Vries <tdevries@suse.de>
1448
1449 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1450 Thread.
1451
74c2c1f4
SL
14522019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1453
1454 * gdb.python/py-completion.exp: Download the .py file to the host
1455 and use its host pathname. Conditionalize tests that use
1456 tab completion and manipulate files on the build machine.
1457 * gdb.python/py-events.exp: Download the .py file to the host
1458 and use its host pathname.
1459 * gdb.python/py-evsignal.exp: Likewise.
1460 * gdb.python/py-evthreads.exp: Likewise.
1461 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1462 pathname syntax.
1463 * gdb.python/py-framefilter.exp: Download the .py file to the right
1464 place on the host. Match Windows pathname syntax.
1465 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1466 .py file to the host and use its host pathname.
1467 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1468 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1469 build pathname. Skip symlink test on Windows host. Add missing
1470 newline at end of file.
1471 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1472 and use its host pathname.
1473 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1474 * gdb.python/py-section-script.exp: Use host location of binfile
1475 on safe-path. Use correct path separator on Windows host.
1476 Reorder alternatives in gdb_test_multiple to prevent matching
1477 the wrong alternative on success.
1478 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1479
ca2589f3
PP
14802019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1481
1482 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1483 expect the GDB inferior to no longer immediately stop after
1484 being resumed with "signal SIGINT".
1485
020a839d
SL
14862019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1487
1488 * gdb.linespec/break-ask.exp: Generalize regexps to match
1489 Windows pathnames too.
1490
128d6509
TV
14912019-08-08 Tom de Vries <tdevries@suse.de>
1492
1493 PR testsuite/24862
1494 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1495
590042fc
PW
14962019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1497
1498 * gdb.base/style.exp: Update tests for help doc new invariants.
1499 * gdb.base/help.exp: Likewise.
1500
046bebe1
TT
15012019-08-06 Tom Tromey <tom@tromey.com>
1502
1503 * gdb.base/style.exp: Add disassemble test.
1504 * gdb.base/style.c (some_called_function): New function.
1505 (main): Use it.
1506
0b27c27d
CB
15072019-08-05 Christian Biesinger <cbiesinger@google.com>
1508
1509 * gdb.python/py-block.exp: Test dictionary access on blocks.
1510
580f1034
SM
15112019-08-05 Simon Marchi <simon.marchi@efficios.com>
1512
1513 PR gdb/24863
1514 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1515 -list-thread-groups --available test when running under
1516 check-read1.
1517
d86bd7cb
TV
15182019-08-05 Tom de Vries <tdevries@suse.de>
1519
1520 PR testsuite/24863
1521 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1522 * gdb.base/help.exp: Use with_read1_timeout_factor.
1523 * gdb.base/info-macros.exp: Same.
1524 * gdb.cp/nested-types.exp: Same.
1525
a80cf5d8
TV
15262019-08-05 Tom de Vries <tdevries@suse.de>
1527
1528 * lib/gdb.exp (version_at_least): Factor out of ...
1529 (tcl_version_at_least): ... here.
1530 (gdb_compile): Fail if pie results in non-PIE executable.
1531 (readelf_version, readelf_prints_pie): New proc.
1532 (exec_is_pie): Return -1 if unknown.
1533
d0962838
TV
15342019-08-05 Tom de Vries <tdevries@suse.de>
1535
1536 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1537
2252ff3d
SL
15382019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1539
1540 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1541
26655f53
SL
15422019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1543
1544 * lib/completion-support.exp (test_gdb_complete_none): Skip
1545 tab completion tests if no readline support.
1546 (test_gdb_complete_unique_re): Likewise.
1547 (test_gdb_complete_multiple): Likewise.
1548
db4dc13e
PW
15492019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1550
1551 * gdb.base/info_sources.exp: New file.
1552 * gdb.base/info_sources.c: New file.
1553 * gdb.base/info_sources_base.c: New file.
1554
0eba165a
PFC
15552019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1556
1557 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1558 prefix argument.
1559 (test_exit_status): Add prefix argument.
1560
59bd512b
TV
15612019-08-01 Tom de Vries <tdevries@suse.de>
1562
1563 PR testsuite/24863
1564 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1565 calling exp_continue for new thread and thread exited messages.
1566
2a3ad588
TV
15672019-08-01 Tom de Vries <tdevries@suse.de>
1568
1569 PR testsuite/24863
1570 * gdb.base/structs.exp: Fix check-read1 timeout using
1571 gdb_test_sequence.
1572 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1573
117eb594
TV
15742019-08-01 Tom de Vries <tdevries@suse.de>
1575
1576 PR testsuite/24863
1577 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1578 line.
1579
ed591340
TV
15802019-08-01 Tom de Vries <tdevries@suse.de>
1581
1582 PR testsuite/24863
1583 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1584
aa3b6533
TT
15852019-07-30 Tom Tromey <tromey@adacore.com>
1586
1587 * gdb.ada/display_nested.exp: New file.
1588 * gdb.ada/display_nested/foo.adb: New file.
1589 * gdb.ada/display_nested/pack.adb: New file.
1590 * gdb.ada/display_nested/pack.ads: New file.
1591
2906593f
CB
15922019-07-30 Christian Biesinger <cbiesinger@google.com>
1593
1594 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1595 namespace.
1596 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1597
0f575925
TV
15982019-07-30 Tom de Vries <tdevries@suse.de>
1599
1600 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1601 instead.
1602
b13057d9
TV
16032019-07-30 Tom de Vries <tdevries@suse.de>
1604
1605 PR testsuite/24834
1606 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1607 (exec_is_pie): New proc.
1608
5c4dde85
CB
16092019-07-29 Christian Biesinger <cbiesinger@google.com>
1610
1611 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1612
c620ed88
CB
16132019-07-29 Christian Biesinger <cbiesinger@google.com>
1614
1615 * gdb.python/py-objfile.c: Add global and static vars.
1616 * gdb.python/py-objfile.exp: Test new functions Objfile.
1617 lookup_global_symbol and lookup_static_symbol.
1618
3d235706
TT
16192019-07-29 Tom Tromey <tom@tromey.com>
1620
1621 * lib/tuiterm.exp (Term::_csi_@): New proc.
1622 (Term::_csi_X): Don't move cursor.
1623
c7e4c0a6
PW
16242019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1625
1626 * gdb.base/options.exp: Update backtrace - completion to
1627 new option -frame-info.
1628 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1629 Test new 'set print frame-info'. Test backtrace -frame-info
1630 overriding 'set print frame-info'.
1631 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1632 Test new 'set print frame-info'.
1633 Verify consistency of backtrace with and without filters, with and
1634 without -no-filters.
1635 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1636 default.
1637
de28a3b7
TV
16382019-07-29 Tom de Vries <tdevries@suse.de>
1639
1640 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1641 no arguments".
1642
507dd60e
TV
16432019-07-29 Tom de Vries <tdevries@suse.de>
1644
1645 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1646 is a substring of the first for "complete non-unique file name".
1647
5beafce9
TV
16482019-07-29 Tom de Vries <tdevries@suse.de>
1649
1650 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1651 with ".*".
1652
2d274232
TV
16532019-07-29 Tom de Vries <tdevries@suse.de>
1654
1655 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1656 Pass prompt_regexp parameter to gdb_test_multiple calls.
1657
9197cd8b
TV
16582019-07-29 Tom de Vries <tdevries@suse.de>
1659
1660 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1661 print registers" regexps.
1662
b528dae0
TV
16632019-07-29 Tom de Vries <tdevries@suse.de>
1664
1665 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1666
d17725d7
TV
16672019-07-29 Tom de Vries <tdevries@suse.de>
1668
1669 PR gdb/24855
1670 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1671 (skip_python_tests_prompt): Add prompt_regexp argument to
1672 gdb_test_multiple calls.
1673
52b75bf1
TT
16742019-07-27 Tom Tromey <tom@tromey.com>
1675
1676 * gdb.tui/main.exp: New file.
1677
2b1d00c2
TT
16782019-07-27 Tom Tromey <tom@tromey.com>
1679
1680 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1681 optional.
1682 * gdb.tui/empty.exp: New file.
1683
ded631d5
TT
16842019-07-27 Tom Tromey <tom@tromey.com>
1685
1686 * lib/tuiterm.exp (spawn): New proc.
1687 (Term::resize): New proc.
1688 * gdb.tui/resize.exp: New file.
1689
58ac439d
TT
16902019-07-27 Tom Tromey <tom@tromey.com>
1691
1692 * gdb.tui/list.exp: New file.
1693
fe1f56ee
TT
16942019-07-27 Tom Tromey <tom@tromey.com>
1695
1696 * gdb.tui/regs.exp: New file.
1697
f790b310
TT
16982019-07-27 Tom Tromey <tom@tromey.com>
1699
1700 * gdb.tui/basic.exp: Add "layout split" test.
1701
d95fc6ee
TT
17022019-07-27 Tom Tromey <tom@tromey.com>
1703
1704 * gdb.tui/basic.exp: Add "layout asm" test.
1705
c3786b3a
TT
17062019-07-27 Tom Tromey <tom@tromey.com>
1707
1708 * lib/tuiterm.exp: New file.
1709 * gdb.tui/basic.exp: New file.
1710
98a617f8
KB
17112019-07-27 Kevin Buettner <kevinb@redhat.com>
1712
1713 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1714 Enable tests associated with this flag. Adjust regex
1715 referencing "foo_low" to now refer to "foo_cold" instead.
1716
5c076da4
KB
17172019-07-27 Kevin Buettner <kevinb@redhat.com>
1718
1719 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1720 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1721 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1722 foo_cold. Revise comments to match.
1723 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1724 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1725 were wrapped into this proc; Call do_test in loop from outermost
1726 level.
1727 (foo_low): Rename all occurrences to "foo_cold".
1728 (backtrace from baz): New test.
1729 (x2/i foo_cold): New test.
1730 (info line *foo_cold): New test.
1731
1512d3b7
TV
17322019-07-26 Tom de Vries <tdevries@suse.de>
1733
1734 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1735
297989a1
TV
17362019-07-25 Tom de Vries <tdevries@suse.de>
1737
1738 PR testsuite/24830
1739 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1740 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1741 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1742 (skip_libstdcxx_probe_tests): ... here.
1743 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1744
b3b965fb
TV
17452019-07-24 Tom de Vries <tdevries@suse.de>
1746
1747 PR testsuite/24807
1748 * gdb.objc/basicclass.m: Include stdio.h.
1749 * gdb.objc/nondebug.m: Same.
1750 * gdb.objc/objcdecode.m: Same.
1751
4625b4d0
TV
17522019-07-24 Tom de Vries <tdevries@suse.de>
1753
1754 PR testsuite/24612
1755 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1756 additional_flags.
1757
024a5840
TV
17582019-07-24 Tom de Vries <tdevries@suse.de>
1759
1760 PR testsuite/24831
1761 * gdb.multi/tids.exp: Update error messages for info threads.
1762
c76ddaa3
TV
17632019-07-24 Tom de Vries <tdevries@suse.de>
1764
1765 * gdb.base/info-types.exp: Allow info types to print info for more than
1766 one file.
1767
9a618ef6
TV
17682019-07-23 Tom de Vries <tdevries@suse.de>
1769
1770 PR testsuite/24842
1771 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1772 gdb_spawn_with_cmdline_opts.
1773
40eadf04
SP
17742019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1775
1776 * gdb.arch/arm-cmse-sgstubs.c: New test.
1777 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1778
5ba29434
TV
17792019-07-23 Tom de Vries <tdevries@suse.de>
1780
1781 PR testsuite/24711
1782 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1783 issuing next command.
1784
a8e9d247
AB
17852019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1786
1787 * gdb.ada/info_auto_lang.exp: Update expected results.
1788 * gdb.base/info-types.c: Add additional types to check.
1789 * gdb.base/info-types.exp: Update expected results.
1790
eb86c5e2
AB
17912019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1792
1793 * gdb.base/info-types.c: New file.
1794 * gdb.base/info-types.exp: New file.
1795
01e175fe
AB
17962019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1797
1798 * gdb.arch/riscv-bp-infcall.c: New file.
1799 * gdb.arch/riscv-bp-infcall.exp: New file.
1800
6b78c3f8
AB
18012019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1802
1803 PR breakpoints/24541
1804 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1805
da738167
TV
18062019-07-14 Tom de Vries <tdevries@suse.de>
1807
1808 PR testsuite/24760
1809 * gdb.objc/basicclass.exp: Fix unterminated string.
1810
0d4e84ed
AB
18112019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1812 Andrew Burgess <andrew.burgess@embecosm.com>
1813
1814 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1815 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1816 negative bounds.
1817 * gdb.fortran/vla-value.exp: Print elements of an array with
1818 negative bounds.
1819 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1820 testing.
1821
021d8588
AB
18222019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1823
1824 * gdb.base/options.exp (expect_string): Dequote strings in
1825 results.
1826 (test-string): Test strings with different quoting and reindent.
1827
f06f1252
TT
18282019-07-10 Tom Tromey <tromey@adacore.com>
1829
1830 * gdb.ada/mi_ex_cond.exp: Update expected results.
1831 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1832 * gdb.ada/mi_catch_ex.exp: Update expected results.
1833 * gdb.ada/mi_catch_assert.exp: Update expected results.
1834 * gdb.ada/catch_ex.exp (catch_exception_info)
1835 (catch_exception_entry, catch_assert_entry)
1836 (catch_unhandled_entry): Update.
1837 * gdb.ada/catch_assert_if.exp: Update expected results.
1838
b863685d
RB
18392019-07-10 Richard Bunt <richard.bunt@arm.com>
1840 Stephen Roberts <stephen.roberts@arm.com>
1841
1842 * gdb.base/define.exp: Restore original prompt.
1843
cb1e4e32
PA
18442019-07-09 Pedro Alves <palves@redhat.com>
1845
1846 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1847 breakpoints" output.
1848 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1849 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1850 throw" creates breakpoint.
1851 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1852 'type="catchpoint"'.
1853
b58a68fe
PA
18542019-07-09 Pedro Alves <palves@redhat.com>
1855
1856 PR c++/15468
1857 * gdb.cp/except-multi-location-lib.cc: New.
1858 * gdb.cp/except-multi-location-main.cc: New.
1859 * gdb.cp/except-multi-location.exp: New.
1860
0826779b
PW
18612019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1862
1863 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1864 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1865 argument and update callers.
1866
5b0e2db4
AB
18672019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1868
1869 * gdb.arch/amd64-break-on-asm-line.S: New file.
1870 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1871
1f6f6e21
PW
18722019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1873
1874 * gdb.base/printcmds.exp: Test printing C string and
1875 C wide string convenience vars without transiting via the inferior.
1876 Also make test names unique.
1877
ea142fbf
AH
18782019-07-08 Alan Hayward <alan.hayward@arm.com>
1879
5862c886 1880 PR breakpoints/25011
ea142fbf
AH
1881 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1882
213fd9fa
PA
18832019-07-04 Pedro Alves <palves@redhat.com>
1884
1885 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1886 body returned ok(0), break(3) or continue(4).
1887 * gdb.testsuite/foreach_with_prefix.exp: New file.
1888
2b40fda7
AH
18892019-07-04 Alan Hayward <alan.hayward@arm.com>
1890
1891 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1892
a26c8de0
PA
18932019-07-03 Pedro Alves <palves@redhat.com>
1894
1895 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1896 "return -code".
1897
5f4ba3e7
PA
18982019-07-03 Pedro Alves <palves@redhat.com>
1899
1900 PR cli/24732
1901 * gdb.base/shell.exp: Load completion-support.exp.
1902 Adjust expected error output. Add completion tests.
1903
a994424f
PA
19042019-07-03 Pedro Alves <palves@redhat.com>
1905
1906 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1907 string_to_regexp.
1908
3d9be6f5
PA
19092019-07-03 Pedro Alves <palves@redhat.com>
1910
1911 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1912 (expect_integer): Adjust to expect "-string".
1913 (expect_string): New.
1914 (all_options): Expect "-string".
1915 (test-flag, test-boolean): Adjust to expect "-string".
1916 (test-string): New proc.
1917 (top level): Call it.
1918
41fc454c
PA
19192019-07-03 Pedro Alves <palves@redhat.com>
1920
1921 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1922 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1923 the expected output in the success.
1924
b2b2a215
PA
19252019-07-03 Pedro Alves <palves@redhat.com>
1926
1927 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1928 Split one gdb_test_multiple call in two to avoid a race.
1929
fdbc9870
PA
19302019-07-03 Pedro Alves <palves@redhat.com>
1931
1932 * gdb.base/with.c: New file.
1933 * gdb.base/with.exp: New file.
1934
c6ac8931
PA
19352019-07-03 Pedro Alves <palves@redhat.com>
1936
1937 * gdb.base/settings.exp: Replace all references to "maint
1938 test-settings set" with references to "maint set test-settings",
1939 and all references to "maint test-settings show" with references
1940 to "maint show test-settings".
1941
970f9d09
PA
19422019-07-03 Pedro Alves <palves@redhat.com>
1943
1944 * gdb.base/settings.exp (test-string): Adjust expected out when
1945 testing "maint test-settings show filename"
1946
54d66006
PA
19472019-07-02 Pedro Alves <palves@redhat.com>
1948
1949 * gdb.base/options.exp (test-info-threads): New procedure.
1950 (top level): Call it.
1951
10d06d82
TT
19522019-06-28 Tom Tromey <tromey@adacore.com>
1953
1954 * gdb.dwarf2/ada-linkage-name.c: New file.
1955 * gdb.dwarf2/ada-linkage-name.exp: New file.
1956
3d507ff2
TT
19572019-06-27 Tom Tromey <tromey@adacore.com>
1958
d039f014 1959 PR c++/20020:
3d507ff2
TT
1960 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1961
8af58ffe
TV
19622019-06-26 Tom de Vries <tdevries@suse.de>
1963
1964 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1965
22e21752
TV
19662019-06-26 Tom de Vries <tdevries@suse.de>
1967
1968 * gdb.base/index-cache.exp: Add back missing debug option.
1969
b65b566c
PW
19702019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1971
1972 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1973
5c2c8c69
TV
19742019-06-25 Tom de Vries <tdevries@suse.de>
1975
1976 PR testsuite/24727
1977 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1978
164e3873
TV
19792019-06-24 Tom de Vries <tdevries@suse.de>
1980
1981 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1982
824eacee
TV
19832019-06-24 Tom de Vries <tdevries@suse.de>
1984
1985 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1986 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1987 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1988
385b97d3
TV
19892019-06-24 Tom de Vries <tdevries@suse.de>
1990
1991 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1992
c596f180
TV
19932019-06-21 Tom de Vries <tdevries@suse.de>
1994
1995 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1996
b13a7d03
TV
19972019-06-21 Tom de Vries <tdevries@suse.de>
1998
1999 PR testsuite/24518
2000 PR ada/24713
2001 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2002 index.
2003
899277ae
TT
20042019-06-19 Tom Tromey <tromey@adacore.com>
2005
2006 * gdb.ada/length_cond.exp: Add intro comment.
2007
680e1bee
TT
20082019-06-19 Tom Tromey <tromey@adacore.com>
2009
2010 * gdb.ada/length_cond.exp: New file.
2011 * gdb.ada/length_cond/length_cond.adb: New file.
2012 * gdb.ada/length_cond/pck.adb: New file.
2013 * gdb.ada/length_cond/pck.ads: New file.
2014
0ed4690a
TV
20152019-06-18 Tom de Vries <tdevries@suse.de>
2016
2017 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2018
d20ed5fd
TT
20192019-06-18 Tom Tromey <tromey@adacore.com>
2020
2021 * gdb.base/list0.h: Add comment explaining control character.
2022
86e04673
TV
20232019-06-18 Tom de Vries <tdevries@suse.de>
2024
2025 * boards/fission.exp: Break up long debug_flags line.
2026
c4973306
SM
20272019-06-16 Tom de Vries <tdevries@suse.de>
2028
2029 PR gdb/24445
2030 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2031 generated index.
2032
93cb9841
AB
20332019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2034
2035 PR gdb/24686
2036 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2037 improve detection of bug gdb/24541.
2038
399aaebd
SM
20392019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2040
2041 PR gdb/24669
2042 * gdb.base/index-cache.exp (uses_readnow,
2043 expecting_index_cache_use): Define global variable.
2044 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2045 expecting_index_cache_use.
2046
584a927c
AB
20472019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2048 Andrew Burgess <andrew.burgess@embecosm.com>
2049
2050 * gdb.fortran/pointers.f90: New file.
2051 * gdb.fortran/print_type.exp: New file.
2052 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2053 * gdb.fortran/vla-type.exp: Likewise.
2054 * gdb.fortran/vla-value.exp: Likewise.
2055 * gdb.mi/mi-vla-fortran.exp: Likewise.
2056
30056ea0
AB
20572019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2058
2059 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2060 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2061 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2062 as a stop reason.
2063
ec8e2b6d
AB
20642019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2065
2066 * gdb.base/annota1.exp: Update expected results.
2067 * gdb.cp/annota2.exp: Likewise.
2068 * gdb.cp/annota3.exp: Likewise.
2069
09e4c4e1
AB
20702019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2071
2072 * gdb.base/style-logging.exp: Remove path from test name.
2073
0735b091
TT
20742019-06-14 Tom Tromey <tromey@adacore.com>
2075
2076 PR gdb/24502:
2077 * gdb.base/style-logging.exp: New file.
2078
f5686554
TT
20792019-06-14 Tom Tromey <tromey@adacore.com>
2080
2081 * gdb.base/symfile-warn.exp: New file.
2082 * gdb.base/symfile-warn.c: New file.
2083
a0c1ffed
TT
20842019-06-14 Tom Tromey <tromey@adacore.com>
2085
2086 * gdb.base/annotate-symlink.exp: New file.
2087
f411722c
TT
20882019-06-14 Tom Tromey <tromey@adacore.com>
2089
2090 * gdb.ada/set_wstr.exp: Add reassignment test.
2091
4268ec18
TT
20922019-06-14 Tom Tromey <tromey@adacore.com>
2093
2094 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2095 'unchecked_access and 'unrestricted_access as well.
2096
9a9e394b
TT
20972019-06-14 Tom Tromey <tromey@adacore.com>
2098
2099 PR ada/24539:
2100 * gdb.ada/vla.exp: Update tests.
2101 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2102 pragma.
2103
4c048731
PA
21042019-06-13 Pedro Alves <palves@redhat.com>
2105
2106 * gdb.base/settings.exp (test-integer): Test junk after
2107 "unlimited".
2108
6665660a
PA
21092019-06-13 Pedro Alves <palves@redhat.com>
2110
2111 * gdb.base/options.exp (test-thread-apply): New.
2112 (top level): Call it.
2113
5d707134
PA
21142019-06-13 Pedro Alves <palves@redhat.com>
2115
2116 * gdb.base/options.exp (test-frame-apply): New.
2117 (top level): Test print commands with different "frame apply"
2118 prefixes.
2119
e2a689da
PA
21202019-06-13 Pedro Alves <palves@redhat.com>
2121
e79be6e5 2122 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
2123 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2124 'max_completions' parameter and handle it.
2125 (test_gdb_completion_offers_commands): New.
2126
90a1ef87
PA
21272019-06-13 Pedro Alves <palves@redhat.com>
2128
2129 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2130
d4c16835
PA
21312019-06-13 Pedro Alves <palves@redhat.com>
2132
2133 * gdb.base/options.exp (test-backtrace): New.
2134 (top level): Call it.
2135
2daf894e
PA
21362019-06-13 Pedro Alves <palves@redhat.com>
2137
2138 * gdb.guile/scm-frame-args.exp: Use "set print
2139 raw-frame-arguments" instead of "set print raw frame-arguments".
2140 * gdb.python/py-frame-args.exp: Likewise.
2141
e6ed716c
PA
21422019-06-13 Pedro Alves <palves@redhat.com>
2143
2144 * gdb.compile/compile.exp: Adjust expected output to option
2145 processing changes.
2146
7d8062de
PA
21472019-06-13 Pedro Alves <palves@redhat.com>
2148
2149 * gdb.base/options.exp: Build executable.
2150 (test-print): New procedure.
2151 (top level): Call it, once for "print" and another for "compile
2152 print".
2153
9d0faba9
PA
21542019-06-13 Pedro Alves <palves@redhat.com>
2155
2156 * gdb.base/options.c: New file.
2157 * gdb.base/options.exp: New file.
2158
dee7b4c8
PA
21592019-06-13 Pedro Alves <palves@redhat.com>
2160
2161 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2162 that "o" is ambiguous.
2163
dca0f6c0
PA
21642019-06-13 Pedro Alves <palves@redhat.com>
2165
2166 * gdb.base/settings.c: New file.
2167 * gdb.base/settings.exp: New file.
2168
ccf46844
PA
21692019-06-13 Pedro Alves <palves@redhat.com>
2170
2171 * gdb.base/completion.exp: Fix comment typo.
2172
b9a3f842
PA
21732019-06-13 Pedro Alves <palves@redhat.com>
2174
2175 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2176 foo --1" test.
2177
d106773e
PA
21782019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2179
2180 * gdb.fortran/block-data.f: New.
2181 * gdb.fortran/block-data.exp: New.
2182
fea82da0
TV
21832019-06-11 Tom de Vries <tdevries@suse.de>
2184
2185 PR testsuite/24521
2186 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2187 message.
2188
8c2e74f1
TV
21892019-06-11 Tom de Vries <tdevries@suse.de>
2190
2191 PR testsuite/24521
2192 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2193
b49851c8
TV
21942019-06-11 Tom de Vries <tdevries@suse.de>
2195
2196 * boards/readnow.exp: New file.
2197
a7067863
AB
21982019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2199
2200 * gdb.fortran/vla-sizeof.exp: Update expected results.
2201
1a3da2cd
AB
22022019-06-06 Amos Bird <amosbird@gmail.com>
2203
2204 * gdb.base/annota1.exp (thread_switch): Add test for
2205 thread-exited annotation.
2206
3847a7bf
TT
22072019-06-06 Tom Tromey <tromey@adacore.com>
2208
2209 * gdb.base/maint.exp: Expect command started/finished output.
2210
0088ba59
AB
22112019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2212
2213 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2214 comment.
2215 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2216
312617a3
AB
22172019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2218
2219 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2220 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2221 * gdb.arch/riscv-unwind-long-insn.c: New file.
2222 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2223
e1f2e1a2
CB
22242019-06-04 Christian Biesinger <cbiesinger@google.com>
2225
d3238f7d 2226 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 2227
206584bd
PW
22282019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2229
2230 * lib/gdb.exp (help_list_trailer): New regexp variable
2231 factorizing the help trailer message.
2232 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2233 arg to allow to better factorize various tests.
2234 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2235 (test_prefix_command_help): Use help_list_trailer.
2236 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2237 * gdb.guile/scm-cmd.exp: Likewise.
2238 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2239 * gdb.base/help.exp: Use test_user_defined_class_help.
2240 * gdb.base/style.exp: Add tests for styling of help and apropos.
2241 * lib/gdb-utils.exp (style): Add title and highlight styles.
2242
708dc93e
PW
22432019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2244
2245 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2246 $_shell_exitsignal.
2247 * gdb.base/default.exp: Update for new convenience variables.
2248
f49055a5
TT
22492019-05-29 Tom Tromey <tromey@adacore.com>
2250
2251 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2252 to "break complete ada" test case's regexp.
2253
4330d61d
TT
22542019-05-29 Tom Tromey <tromey@adacore.com>
2255
2256 PR c++/20020:
2257 * gdb.cp/constexpr-field.exp: New file.
2258 * gdb.cp/constexpr-field.cc: New file.
2259
000439d5
TT
22602019-05-29 Tom Tromey <tromey@adacore.com>
2261
2262 * gdb.base/finish.exp (finish_no_print): New proc.
2263 (finish_tests): Call it.
2264
5a01c34c
TV
22652019-05-24 Tom de Vries <tdevries@suse.de>
2266
2267 * gdb.dwarf2/gdb-add-index.exp: New file.
2268
18125b16
TT
22692019-05-22 Tom Tromey <tromey@adacore.com>
2270
2271 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2272 * gdb.base/style.exp: Use "style".
2273 * lib/gdb-utils.exp (style): New proc.
2274
af1a8d03
TV
22752019-05-22 Tom de Vries <tdevries@suse.de>
2276
2277 * gdb.base/align.exp: Require c++11.
2278
e7fe496b
TV
22792019-05-22 Tom de Vries <tdevries@suse.de>
2280
2281 PR testsuite/24586
2282 * gdb.python/py-mi-var-info-path-expression.exp: Call
2283 mi_skip_python_tests to check if python is supported.
2284
8fca4da0
AH
22852019-05-22 Alan Hayward <alan.hayward@arm.com>
2286
2287 * gdb.arch/aarch64-pauth.c: New test.
2288 * gdb.arch/aarch64-pauth.exp: New file.
2289
b7060614
AH
22902019-05-22 Alan Hayward <alan.hayward@arm.com>
2291
2292 * README (Re-running Tests Outside The Testsuite): New section.
2293
669d0468
TV
22942019-05-21 Tom de Vries <tdevries@suse.de>
2295
2296 * gdb.arch/amd64-eval.exp: Require c++11.
2297 * gdb.base/max-depth.exp: Same.
2298 * gdb.compile/compile-cplus-array-decay.exp: Same.
2299 * gdb.cp/meth-typedefs.exp: Same.
2300 * gdb.cp/subtypes.exp: Same.
2301 * gdb.cp/temargs.exp: Same.
2302
ce3ebcaa
AH
23032019-05-21 Alan Hayward <alan.hayward@arm.com>
2304
2305 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2306
34d11c68
AB
23072019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2308
2309 PR gdb/18644
2310 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2311 * gdb.fortran/printing-types.exp: Add new test.
2312 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2313 testing.
2314 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2315 setup_kfail call.
2316
87781e84
AH
23172019-05-17 Alan Hayward <alan.hayward@arm.com>
2318
2319 * README (Running the Testsuite): Change example.
2320 (Testsuite Parameters): Remove TRANSCRIPT.
2321 * lib/gdb.exp: Remove TRANSCRIPT check.
2322
b420b89e
AH
23232019-05-17 Alan Hayward <alan.hayward@arm.com>
2324
2325 * README (Testsuite Parameters): Add replay logging to
2326 GDBSERVER_DEBUG.
2327 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2328 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2329 as a comma separated list.
2330 (gdb_debug_init): Override procedure.
2331
408e9b8b
AH
23322019-05-17 Alan Hayward <alan.hayward@arm.com>
2333
2334 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2335 (gdb_write_cmd_file): New procedure.
2336 * lib/gdbserver-support.exp (gdbserver_start): Call
2337 gdbserver_write_cmd_file.
2338 (gdbserver_write_cmd_file): New procedure.
2339
f9e2e39d
AH
23402019-05-17 Alan Hayward <alan.hayward@arm.com>
2341
2342 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2343 (delete_breakpoints): Likewise.
2344 (gdb_run_cmd): Likewise.
2345 (gdb_start_cmd): Likewise.
2346 (gdb_starti_cmd): Likewise.
2347 (gdb_internal_error_resync): Likewise.
2348 (gdb_test_multiple): Likewise.
2349 (gdb_reinitialize_dir): Likewise.
2350 (default_gdb_exit): Likewise.
2351 (gdb_file_cmd): Mark kill as optional.
2352 (default_gdb_start): Call gdb_stdin_log_init.
2353 (send_gdb): Call gdb_stdin_log_write.
2354 (rerun_to_main): Mark Y as an answer.
2355 (gdb_stdin_log_init): New function.
2356 (gdb_stdin_log_write): Likewise.
2357
81f47ac2
AH
23582019-05-17 Alan Hayward <alan.hayward@arm.com>
2359
2360 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2361 * gdb.base/debug-expr.exp: Likewise.
2362 * gdb.base/foll-fork.exp: Likewise.
2363 * gdb.base/foll-vfork.exp: Likewise.
2364 * gdb.base/fork-print-inferior-events.exp: Likewise.
2365 * gdb.base/gdb-sigterm.exp: Likewise.
2366 * gdb.base/gdbinit-history.exp: Likewise.
2367 * gdb.base/osabi.exp: Likewise.
2368 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2369 * gdb.base/ui-redirect.exp: Likewise.
2370 * gdb.gdb/unittest.exp: Likewise.
2371 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2372 * gdb.mi/mi-watch.exp: Likewise.
2373 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2374 * gdb.mi/user-selected-context-sync.exp: Likewise.
2375 * gdb.python/python.exp: Disable debug test when debugging.
2376 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2377 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2378 Likewise.
2379 * gdb.threads/stepi-random-signal.exp: Likewise.
2380
29b52314
AH
23812019-05-17 Alan Hayward <alan.hayward@arm.com>
2382
2383 * Makefile.in: Pass through GDB_DEBUG.
2384 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2385 (gdb,debug): Add board setting.
2386 * lib/gdb.exp (default_gdb_start): Start debugging.
2387 (gdb_debug_enabled): New procedure.
2388 (gdb_debug_init): Likewise.
29b52314
AH
2389
23902019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 2391
29b52314
AH
2392 * Makefile.in: Pass through GDB_DEBUG.
2393 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2394 (gdb,debug): Add board setting.
2395 * lib/gdb.exp (default_gdb_start): Start debugging.
2396 (gdb_debug_enabled): New procedure.
2397 (gdb_debug_init): Likewise.
29b52314 2398
ca1285d1
AH
23992019-05-17 Alan Hayward <alan.hayward@arm.com>
2400
2401 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2402
f3a09c80
AH
24032019-05-17 Alan Hayward <alan.hayward@arm.com>
2404
2405 * gdb.base/ui-redirect.exp: Test redirection.
2406
26648588
JV
24072019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2408
2409 * gdb.mi/mi-complete.exp: New file.
2410 * gdb.mi/mi-complete.cc: Likewise.
2411
14237686
AB
24122019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2413
2414 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2415 indexed and sliced arrays, and pointers to arrays.
2416
e7bd7fba
TT
24172019-05-14 Tom Tromey <tromey@adacore.com>
2418
2419 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2420 styling test.
2421
2764128d
TV
24222019-05-14 Tom de Vries <tdevries@suse.de>
2423
2424 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2425 selection entry encoding.
2426
71bed2db
TT
24272019-05-10 Tom Tromey <tromey@adacore.com>
2428
2429 * gdb.ada/info_exc.exp: Add "complete" test.
2430
63b667ad
TV
24312019-05-09 Tom de Vries <tdevries@suse.de>
2432
2433 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2434 CU-relative.
2435
9cfd2b89
TV
24362019-05-09 Tom de Vries <tdevries@suse.de>
2437
2438 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2439 CU-relative.
2440
2228ef77
XR
24412019-05-08 Joel Brobecker <brobecker@adacore.com>
2442
2443 * gdb.ada/frame_arg_lang.exp: New testcase.
2444 * gdb.ada/frame_arg_lang/bla.adb: New file.
2445 * gdb.ada/frame_arg_lang/pck.ads: New file.
2446 * gdb.ada/frame_arg_lang/pck.adb: New file.
2447 * gdb.ada/frame_arg_lang/foo.c: New file.
2448
80e55b13
TT
24492019-05-08 Tom Tromey <tromey@adacore.com>
2450
2451 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2452
9d3421af
TT
24532019-05-08 Tom Tromey <tromey@adacore.com>
2454
2455 * gdb.base/ptype-offsets.exp: Update tests.
2456
844333e2
TT
24572019-05-08 Tom Tromey <tromey@adacore.com>
2458
2459 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2460 cases.
2461 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2462 "short".
2463
988915ee
TT
24642019-05-08 Tom Tromey <tromey@adacore.com>
2465
2466 * gdb.ada/vla.exp: New file.
2467 * gdb.ada/vla/vla.adb: New file.
2468
7bd55dac
TV
24692019-05-07 Tom de Vries <tdevries@suse.de>
2470
2471 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2472
75f06e9d
TV
24732019-05-07 Tom de Vries <tdevries@suse.de>
2474
2475 PR testsuite/24522
2476 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2477 section.
2478
77e7aaa4
TV
24792019-05-07 Tom de Vries <tdevries@suse.de>
2480
2481 PR testsuite/24522
2482 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2483 .debug_aranges section.
2484
456ba0fa
TV
24852019-05-07 Tom de Vries <tdevries@suse.de>
2486
2487 PR testsuite/24159
2488 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2489
5a56d6a6
TV
24902019-05-06 Tom de Vries <tdevries@suse.de>
2491
2492 * lib/gdb.exp (exec_has_index_section): New proc.
2493 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2494 section.
2495
9d6d4be8
TV
24962019-05-04 Tom de Vries <tdevries@suse.de>
2497
2498 * boards/cc-with-debug-names.exp: New file.
2499
222a8d25
TT
25002019-05-03 Tom Tromey <tromey@adacore.com>
2501
2502 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2503 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2504 * gdb.ada/char_enum.exp: Add test.
2505
0fdfd794
TV
25062019-05-03 Tom de Vries <tdevries@suse.de>
2507
2508 * boards/cc-with-gdb-index.exp: New file.
2509
80062eb9
AB
25102019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2511
2512 * gdb.rust/simple.exp: Add new test case.
2513 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2514 (main): Initialise an instance of the new struct.
2515
4504bbde
TT
25162019-05-01 Tom Tromey <tromey@adacore.com>
2517
2518 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2519 record.
2520 (NPR): New variable.
2521 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2522 test.
2523
d48e62f4
TT
25242019-05-01 Tom Tromey <tromey@adacore.com>
2525
2526 * gdb.ada/packed_array_assign.exp: Add packed assignment
2527 regression test.
2528
f59f30f5
TV
25292019-05-01 Tom de Vries <tdevries@suse.de>
2530
2531 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2532
b70bfc54
TV
25332019-05-01 Tom de Vries <tdevries@suse.de>
2534
2535 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2536
15f18d14
AT
25372019-04-30 Ali Tamur <tamur@google.com>
2538
2539 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2540
2ff0a947
TT
25412019-04-30 Tom Tromey <tromey@adacore.com>
2542
2543 * lib/ada.exp (find_ada_tool): New proc.
2544 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2545 * gdb.ada/catch_ex_std.exp: New file.
2546 * gdb.ada/catch_ex_std/foo.adb: New file.
2547 * gdb.ada/catch_ex_std/some_package.adb: New file.
2548 * gdb.ada/catch_ex_std/some_package.ads: New file.
2549
a776957c
TT
25502019-04-30 Tom Tromey <tromey@adacore.com>
2551
2552 PR c++/24470:
2553 * gdb.cp/temargs.cc: Add test code from PR.
2554
bc68014d
AB
25552019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2556
2557 * gdb.fortran/vla-datatypes.exp: Update expected results.
2558 * gdb.fortran/vla-ptype.exp: Likewise.
2559 * gdb.fortran/vla-type.exp: Likewise.
2560 * gdb.fortran/vla-value.exp: Likewise.
2561
f1fdc960
AB
25622019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2563
2564 * gdb.fortran/ptr-indentation.exp: Update expected results.
2565 * gdb.fortran/ptype-on-functions.exp: Likewise.
2566 * gdb.fortran/vla-ptr-info.exp: Likewise.
2567 * gdb.fortran/vla-value.exp: Likewise.
2568
bf7a4de1
AB
25692019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2570
2571 * gdb.fortran/ptype-on-functions.exp: New file.
2572 * gdb.fortran/ptype-on-functions.f90: New file.
2573
bbe75b9d
AB
25742019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2575
2576 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2577 case void string.
2578
1db455a7
AB
25792019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2580
2581 * gdb.fortran/complex.exp: Expand.
2582 * gdb.fortran/complex.f: Renamed to...
2583 * gdb.fortran/complex.f90: ...this, and extended to add more
2584 complex values.
2585
b6d03bb2
AB
25862019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2587
2588 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2589 MODULO, CMPLX.
2590
2e62ab40
AB
25912019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2592 Richard Bunt <richard.bunt@arm.com>
2593
2594 * gdb.base/max-depth.c: New file.
2595 * gdb.base/max-depth.exp: New file.
2596 * gdb.python/py-nested-maps.c: New file.
2597 * gdb.python/py-nested-maps.exp: New file.
2598 * gdb.python/py-nested-maps.py: New file.
2599 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2600 (test_all_common): Call test_max_depth.
2601 * gdb.fortran/max-depth.exp: New file.
2602 * gdb.fortran/max-depth.f90: New file.
2603 * gdb.go/max-depth.exp: New file.
2604 * gdb.go/max-depth.go: New file.
2605 * gdb.modula2/max-depth.exp: New file.
2606 * gdb.modula2/max-depth.c: New file.
2607 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2608
d2b584a5
TV
26092019-04-29 Tom de Vries <tdevries@suse.de>
2610
2611 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2612
136afab8
PW
26132019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2614
2615 * gdb.base/callexit.exp: Test may-call-functions off.
2616
725cbb63
KS
26172019-04-25 Keith Seitz <keiths@redhat.com>
2618
2619 PR c++/24367
2620 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2621 (another_incomplete_struct, test_incomplete): New definitions.
2622 (main): Use new definitions.
2623 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2624 functions.
2625
701adfb0
PA
26262019-04-25 Ali Tamur <tamur@google.com>
2627
2628 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2629
82433e3e
SDJ
26302019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2631
2632 PR corefiles/11608
2633 PR corefiles/18187
2634 * gdb.base/coredump-filter-build-id.exp: New file.
2635
dd06d4d6
AH
26362019-04-25 Alan Hayward <alan.hayward@arm.com>
2637
e79be6e5
SM
2638 * Makefile.in: Pass through GDBSERVER_DEBUG.
2639 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2640 (gdbserver,debug): Add board setting.
2641 * gdb.trace/tspeed.exp: Skip when debugging.
2642 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2643 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2644
1670072e
TT
26452019-04-24 Tom Tromey <tromey@adacore.com>
2646
2647 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2648 Rust.
2649
a59240a4
TT
26502019-04-24 Tom Tromey <tromey@adacore.com>
2651
2652 * gdb.arch/amd64-eval.exp: Test bitfield return.
2653 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2654 (class Foo) <return_bitfields>: New method.
2655 (main): Call it.
2656
b907456c
AB
26572019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2658
2659 * gdb.cp/many-args.cc: New file.
2660 * gdb.cp/many-args.exp: New file.
2661
5c565afd
TV
26622019-04-23 Tom de Vries <tdevries@suse.de>
2663
2664 PR gdb/24433
2665 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2666
ba22ff86
AH
26672019-04-23 Alan Hayward <alan.hayward@arm.com>
2668
2669 * gdb.trace/backtrace.exp: Use nopie flag.
2670 * gdb.trace/circ.exp: Likewise.
2671 * gdb.trace/collection.exp: Likewise.
2672 * gdb.trace/ftrace.exp: Likewise.
2673 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2674 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2675 * gdb.trace/qtro.exp: Likewise.
2676 * gdb.trace/read-memory.exp: Likewise.
2677 * gdb.trace/report.exp: Likewise.
2678 * gdb.trace/tfile.exp: Likewise.
2679 * gdb.trace/tfind.exp: Likewise.
2680 * gdb.trace/unavailable.exp: Likewise.
2681
7905fc35
PA
26822019-04-22 Pedro Alves <palves@redhat.com>
2683
2684 * gdb.base/solib-probes-nosharedlibrary.c,
2685 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2686
8ecb59f8
TT
26872019-04-19 Tom Tromey <tromey@adacore.com>
2688
2689 * gdb.ada/ptype_union.c: New file.
2690 * gdb.ada/ptype_union.exp: New file.
2691
62160ec9
TT
26922019-04-19 Tom Tromey <tromey@adacore.com>
2693
2694 PR symtab/24423:
2695 * gdb.base/list0.h (foo): Add a control-l character.
2696
36cd4ba5
TV
26972019-04-18 Tom de Vries <tdevries@suse.de>
2698
2699 PR gdb/24433
2700 * boards/local-board.exp: Set sysroot to "".
2701
b73715df
TV
27022019-04-18 Tom de Vries <tdevries@suse.de>
2703 Pedro Alves <palves@redhat.com>
2704
2705 PR gdb/24454
2706 * gdb.threads/vfork-follow-child-exec.c: New file.
2707 * gdb.threads/vfork-follow-child-exec.exp: New file.
2708 * gdb.threads/vfork-follow-child-exit.c: New file.
2709 * gdb.threads/vfork-follow-child-exit.exp: New file.
2710
4aa866af
LS
27112019-04-15 Leszek Swirski <leszeks@google.com>
2712
2713 * gdb.arch/amd64-eval.cc: New file.
2714 * gdb.arch/amd64-eval.exp: New file.
2715
e5a1a79a
AH
27162019-04-11 Alan Hayward <alan.hayward@arm.com>
2717
2718 * gdb.server/sysroot.c: New test.
2719 * gdb.server/sysroot.exp: New file.
2720 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2721 matching param.
2722
41077b66
AB
27232019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2724
2725 * gdb.base/align.exp: Extend test to cover structures containing
2726 only static fields.
2727
c30391f8
TV
27282019-04-11 Tom de Vries <tdevries@suse.de>
2729
2730 * boards/cc-with-dwz-m.exp: New file.
2731 * boards/cc-with-dwz.exp: New file.
2732 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2733
e242fd12
SM
27342019-04-09 Simon Marchi <simon.marchi@efficios.com>
2735
2736 * gdb.base/start-cpp.exp: New file.
2737 * gdb.base/start-cpp.cc: New file.
2738
2b0c8b01
KB
27392019-04-08 Kevin Buettner <kevinb@redhat.com>
2740
2741 * gdb.python/py-thrhandle.exp: Adjust tests to call
2742 thread_from_handle instead of thread_from_thread_handle.
2743
947210e5
KB
27442019-04-08 Kevin Buettner <kevinb@redhat.com>
2745
2746 * gdb.python/py-thrhandle.exp: Add tests for
2747 gdb.InferiorThread.handle.
2748
d7df6549
AB
27492019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2750
2751 * gdb.python/py-function.exp: Check calling helper function from
2752 all languages.
2753 * lib/gdb.exp (gdb_supported_languages): New proc.
2754
8bdc1658
AB
27552019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2756
2757 * gdb.base/complex-parts.c: New file.
2758 * gdb.base/complex-parts.exp: New file.
2759
05caa1d2
TT
27602019-04-01 Tom Tromey <tromey@adacore.com>
2761
2762 PR symtab/23331:
2763 * gdb.dwarf2/dw2-ranges-main.c: New file.
2764 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2765 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2766
7734102d
EZ
27672019-03-30 Simon Marchi <simark@simark.ca>
2768
2769 * gdb.base/default.exp: Add values for $_gdb_major and
2770 $_gdb_minor.
2771
188e1fa9
TT
27722019-03-29 Tom Tromey <tromey@adacore.com>
2773
2774 * gdb.base/help.exp: Tighten apropos regexp.
2775
2880242d
KS
27762019-03-29 Keith Seitz <keiths@redhat.com>
2777
2778 * gdb.fortran/array-bounds.exp: New file.
2779 * gdb.fortran/array-bounds.f90: New file.
2780
077cad8e
PW
27812019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2782
2783 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2784
80047cfc
PW
27852019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2786
2787 * gdb.multi/hello.c (main): Increase alarm timer.
2788
f489207e
SL
27892019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2790
2791 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2792 factor when no hardware watchpoint support.
2793
c92df149
AH
27942019-03-28 Alan Hayward <alan.hayward@arm.com>
2795 Pedro Alves <palves@redhat.com>
2796
2797 * boards/local-board.exp: set sysroot to /.
2798
933aebfa
AH
27992019-03-27 Alan Hayward <alan.hayward@arm.com>
2800
2801 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2802 in child.
2803
9f9aa852
AB
28042019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2805
2806 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2807 field.
2808 (make_container): Initialise new field.
2809 * gdb.python/py-prettyprint.exp: Add new tests.
2810 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2811 <display_hint>: New method.
2812
3714a195
AB
28132019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2814
2815 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2816 gdb_continue_to_breakpoint more throughout this test.
2817 (run_lang_tests) Supply unique test names, and use
2818 gdb_test_no_output.
2819
18c77628
AB
28202019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2821
2822 * gdb.base/finish-pretty.exp: Update expected results.
2823 * gdb.base/pretty-print.c: New file.
2824 * gdb.base/pretty-print.exp: New file.
2825
9a93502f
PA
28262019-03-25 Pedro Alves <palves@redhat.com>
2827
2828 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2829 move comments outside list. Append '-i "" eof' section.
2830
968aa7ae
AH
28312019-03-22 Alan Hayward <alan.hayward@arm.com>
2832
34a7f2a4 2833 PR testsuite/25016
968aa7ae
AH
2834 * README: Add pie options.
2835 * gdb.base/break-interp.exp: Ensure pie is disabled.
2836 * gdb.base/dump.exp: Likewise.
2837 * lib/gdb.exp (gdb_compile): Add pie option.
2838
4c7d57e7
TT
28392019-03-19 Tom Tromey <tromey@adacore.com>
2840
2841 * gdb.mi/mi2-cli-display.c: New file.
2842 * gdb.mi/mi2-cli-display.exp: New file.
2843
bff8c71f
TT
28442019-03-18 Joel Brobecker <brobecker@adacore.com>
2845 Tom Tromey <tromey@adacore.com>
2846
2847 * gdb.ada/ptype_array/pck.adb: New file.
2848 * gdb.ada/ptype_array/pck.ads: New file.
2849 * gdb.ada/ptype_array/foo.adb: New file.
2850 * gdb.ada/ptype_array.exp: New file.
2851
d085f989
TT
28522019-03-14 Tom Tromey <tromey@adacore.com>
2853
2854 * gdb.base/style.exp: Add "set style sources" test.
2855
b4be1b06
SM
28562019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2857
2858 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2859 * mi-breakpoint-multiple-locations.exp: ... this.
2860 (make_breakpoints_pattern): New proc.
2861 (do_test): Add mi_version parameter, test -break-insert,
2862 -break-info and =breakpoint-created.
2863
7cde5fc2
AB
28642019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2865
2866 * config/default.exp: Remove 'load_lib gdb.exp'.
2867 * config/monitor.exp: Likewise.
2868 * config/sid.exp: Likewise.
2869 * config/sim.exp: Likewise.
2870 * config/slite.exp: Likewise.
2871 * config/unix.exp: Likewise.
2872 * gdb.base/default.exp: Remove unhelpful comment.
2873
efbecbc1
AB
28742019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2875
2876 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2877
0841c79a
AB
28782019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2879
2880 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2881
4a270568
AB
28822019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2883
2884 * gdb.fortran/type-kinds.exp: Update expected results.
2885
067630bd
AB
28862019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2887
2888 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2889
3be47f7a
AB
28902019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2891
2892 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2893 function.
2894 (test_basic_parsing_of_type_kinds): Expand types tested.
2895 (test_parsing_invalid_type_kinds): New function.
2896
4d00f5d8
AB
28972019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2898
2899 * gdb.fortran/intrinsics.exp: New file.
2900 * gdb.fortran/intrinsics.f90: New file.
2901 * gdb.fortran/type-kinds.exp: New file.
2902
c8f91604
AB
29032019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2904
2905 * gdb.fortran/dot-ops.exp: New file.
2906
dd9f2c76
AB
29072019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2908
2909 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2910 Check upper and lower case logical literals.
2911
84ec9724
AB
29122019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2913
2914 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2915 Remove duplicate tests.
2916
c3734e09
AH
29172019-03-06 Alan Hayward <alan.hayward@arm.com>
2918
2919 * lib/gdb.exp (builtin_cd): rename of cd.
2920 (cd): Override builtin.
2921
aa3cfbda
RB
29222019-03-06 Richard Bunt <richard.bunt@arm.com>
2923
2924 * gdb.fortran/function-calls.exp: New file.
2925 * gdb.fortran/function-calls.f90: New test.
2926
7b63ad86
RB
29272019-03-04 Richard Bunt <richard.bunt@arm.com>
2928
2929 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2930 on user program standard output.
2931 * gdb.fortran/short-circuit-argument-list.f90: Record function
2932 calls.
2933
01abb042
AH
29342019-02-28 Alan Hayward <alan.hayward@arm.com>
2935
c3734e09
AH
2936 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2937 failure.
01abb042 2938
92137da0
RO
29392019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2940
2941 PR gdb/8527
2942 * gdb.base/interrupt-daemon-attach.c,
2943 gdb.base/interrupt-daemon-attach.exp: New test.
2944
5862844d
PA
29452019-02-27 Pedro Alves <palves@redhat.com>
2946
2947 * gdb.base/page.exp: Add tests for "set width/height -1".
2948
8ed25214
PA
29492019-02-27 Pedro Alves <palves@redhat.com>
2950
2951 * gdb.base/page.exp: Add tests for "set/show width/height" with
2952 "infinite" values.
2953
6c28e44a
TT
29542019-02-27 Tom Tromey <tromey@adacore.com>
2955
2956 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2957 2.4.
2958 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2959 workaround.
2960
bf9a735e
AB
29612019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2962
2963 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2964 tests for structs with static members.
2965
8791793c
TT
29662019-02-26 Tom Tromey <tromey@adacore.com>
2967
2968 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2969 ValueError, not TypeError.
2970
bc2a507e
KB
29712019-02-26 Kevin Buettner <kevinb@redhat.com>
2972
2973 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2974 call from main program.
2975
e0e7d3bd
JB
29762019-02-23 Joel Brobecker <brobecker@adacore.com>
2977
2978 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2979 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2980 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2981 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2982 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2983
9600246d
KS
29842019-02-22 Keith Seitz <keiths@redhat.com>
2985
2986 PR symtab/23853
2987 * gdb.base/symlink-sourcefile.c: New file.
2988 * gdb.base/symlink-sourcefile.exp: New file.
2989
0c95f9ed
TT
29902019-02-20 Tom Tromey <tom@tromey.com>
2991
2992 * gdb.base/info_qt.exp: Update.
2993
6caa91b6
SM
29942019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2995
2996 * gdb.base/source.exp: Move "error in sourced script" code to
2997 the end.
2998 * gdb.base/source-error.gdb: Move contents to
2999 source-error-1.gdb. Add new code to source source-error-1.gdb.
3000 * gdb.base/source-error-1.gdb: New file, from previous
3001 source-error.gdb.
3002
6506371f
TT
30032019-02-17 Tom Tromey <tom@tromey.com>
3004
3005 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3006 for macro styling.
3007 * gdb.base/style.c (SOME_MACRO): New macro.
3008
a0087920
TT
30092019-02-17 Tom Tromey <tom@tromey.com>
3010
3011 * gdb.base/style.exp: Add line-wrapping tests.
3012 * gdb.base/page.exp: Add test for quitting during pagination.
3013
a2cd4f14
JB
30142019-02-17 Joel Brobecker <brobecker@adacore.com>
3015
3016 * gdb.ada/big_packed_array: New testcase.
3017 * gdb.ada/homonym.exp: Fix incorrect expected output for
3018 "break <homonym__get_value>" test.
3019
9d70ffbc
WP
30202019-02-13 Weimin Pan <weimin.pan@oracle.com>
3021
3022 PR breakpoints/21870
3023 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3024 and prepare_for_testing. Add comment.
3025 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3026 redundant cleanup call. Clean up comment.
3027
01c7ae81
WP
30282019-02-12 Weimin Pan <weimin.pan@oracle.com>
3029
3030 PR breakpoints/21870
3031 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3032 * gdb.arch/aarch64-dbreg-contents.c: New file.
3033
aff29d1c
JB
30342019-02-10 Joel Brobecker <brobecker@adacore.com>
3035
3036 * gdb.ada/mi_ref_changeable: New testcase.
3037
df0da8a2
AH
30382019-02-07 Alan Hayward <alan.hayward@arm.com>
3039
3040 * gdb.base/attach.exp: Add double attach test.
3041
bd447abb
SM
30422019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3043
3044 * lib/gdb.exp (default_gdb_start): Don't match pagination
3045 prompt.
3046 (gdb_init): Set stty_init.
3047
1dbc40b9
TT
30482019-01-27 Tom Tromey <tom@tromey.com>
3049
3050 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3051 skip_python_tests.
3052
353229bf
AH
30532019-01-24 Alan Hayward <alan.hayward@arm.com>
3054
3055 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3056 New structure.
3057 (struct struct_static_02_02): Likewise.
3058 (struct struct_static_02_03): Likewise.
3059 (struct struct_static_02_04): Likewise.
3060 (struct struct_static_04_01): Likewise.
3061 (struct struct_static_04_02): Likewise.
3062 (struct struct_static_04_03): Likewise.
3063 (struct struct_static_04_04): Likewise.
3064 (struct struct_static_06_01): Likewise.
3065 (struct struct_static_06_02): Likewise.
3066 (struct struct_static_06_03): Likewise.
3067 (struct struct_static_06_04): Likewise.
3068 (cmp_struct_static_02_01): Likewise.
3069 (cmp_struct_static_02_02): Likewise.
3070 (cmp_struct_static_02_03): Likewise.
3071 (cmp_struct_static_02_04): Likewise.
3072 (cmp_struct_static_04_01): Likewise.
3073 (cmp_struct_static_04_02): Likewise.
3074 (cmp_struct_static_04_03): Likewise.
3075 (cmp_struct_static_04_04): Likewise.
3076 (cmp_struct_static_06_01): Likewise.
3077 (cmp_struct_static_06_02): Likewise.
3078 (cmp_struct_static_06_03): Likewise.
3079 (cmp_struct_static_06_04): Likewise.
3080 (call_all): Test new structs.
3081 * gdb.base/infcall-nested-structs.exp: Likewise.
3082
73021deb
AH
30832019-01-21 Alan Hayward <alan.hayward@arm.com>
3084 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3085
fc65c7db
AH
30862019-01-21 Alan Hayward <alan.hayward@arm.com>
3087 * gdb.base/stack-protector.c: New test.
3088 * gdb.base/stack-protector.exp: New file.
3089 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3090 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3091 option.
3092 (gdb_compile): Remove stack protector for GCC and prevent
3093 recursion.
3094
c24bdb02
KS
30952019-01-16 Keith Seitz <keiths@redhat.com>
3096
3097 PR gdb/23773
3098 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3099
6f072a10
PFC
31002019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3101
3102 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3103 aliases.
3104 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3105 tests.
3106 * gdb.arch/powerpc-vector-regs.c: New file.
3107 * gdb.arch/powerpc-vector-regs.exp: New file.
3108
a7b8d682
PFC
31092019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3110
3111 * gdb.arch/altivec-regs.exp: Fix the list passed to
3112 gdb_expect_list when testing "info vector".
3113
6eb6fb67
AB
31142019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3115
3116 * gdb.base/style.exp: Don't include path in testname.
3117
b56f80d8
KS
31182019-01-10 Keith Seitz <keiths@redhat.com>
3119
3120 PR gdb/23712
3121 PR symtab/23010
3122 * gdb.dwarf2/multidictionary.exp: New file.
3123
041be526
SM
31242019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3125
3126 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3127 (test_gnuv3_style_demangling): ... this.
3128 (test_lucid_style_demangling): Remove.
3129 (test_arm_style_demangling): Remove.
3130 (test_hp_style_demangling): Remove.
3131 (do_tests): Remove calls to the above.
3132
d820d0c3
AB
31332019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3134
3135 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3136 case.
3137
f097f5ad
TT
31382019-01-06 Tom Tromey <tom@tromey.com>
3139
3140 PR gdb/28155:
3141 * gdb.dwarf2/typedef-void-finish.exp: New file.
3142
2cd8cc0b
TT
31432018-12-28 Tom Tromey <tom@tromey.com>
3144 Simon Marchi <simark@simark.ca>
3145
3146 * gdb.base/jit-exec.exp: New file.
3147 * gdb.base/jit-exec.c: New file.
3148 * gdb.base/jit-execd.c: New file.
3149
35fb8261
TT
31502018-12-28 Tom Tromey <tom@tromey.com>
3151
3152 * gdb.base/style.exp: Update test to check for address styling.
3153
47fd17cd
TT
31542018-12-28 Tom Tromey <tom@tromey.com>
3155
3156 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3157 message.
3158
d47032b7
TT
31592018-12-28 Tom Tromey <tom@tromey.com>
3160
3161 * gdb.base/style.exp: Add test for version number styling.
3162
af79b68d
TT
31632018-12-28 Tom Tromey <tom@tromey.com>
3164
3165 * gdb.base/style.exp: Add test for print_address_symbolic.
3166
0bb296cb
TT
31672018-12-28 Tom Tromey <tom@tromey.com>
3168
3169 * gdb.base/style.exp: Add test for breakpoint setting.
3170
80ae2043
TT
31712018-12-28 Tom Tromey <tom@tromey.com>
3172
3173 * gdb.base/style.exp: Add test for variable names.
3174
cbe56571
TT
31752018-12-28 Tom Tromey <tom@tromey.com>
3176
3177 * gdb.base/style.exp: New file.
3178 * gdb.base/style.c: New file.
3179
9162a27c
TT
31802018-12-28 Tom Tromey <tom@tromey.com>
3181
3182 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3183 "dumb".
3184 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3185 the TERM environment variable.
3186
bc543c90
TT
31872018-12-27 Tom Tromey <tom@tromey.com>
3188
3189 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3190 pagination test.
3191
6f0ffe50
AB
31922018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3193
3194 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3195 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3196
b5a1e557
PW
31972018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3198
3199 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3200 Filename a.adb changed to bp_fun_addr.adb.
3201 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3202
6e8b1ab2
JV
32032018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3204
3205 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3206 non-PIE executables.
3207 * README: Mention the gdb,nopie_flag board setting.
3208 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3209 non-PIE executable.
3210 * gdb.arch/amd64-entry-value.exp: Likewise.
3211 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3212 * gdb.arch/i386-float.exp: Likewise.
3213 * gdb.arch/i386-signal.exp: Likewise.
3214 * gdb.mi/mi-reg-undefined.exp: Likewise.
3215
d00a27c5
PM
32162018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3217
3218 PR gdb/23974
3219 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3220
161d081c
PW
32212018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3222
3223 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3224 Update order of results accordingly.
3225
b001de23
AB
32262018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3227
3228 * gdb.base/annota1.exp: Update a test regexp.
3229
99e1a184
AB
32302018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3231
3232 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3233
7a81c1e2
PW
32342018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3235
3236 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3237 (reuse_time): Initialize to REUSE_TIME_CAP.
3238 (check_rc): New function.
3239 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3240 Check pthread_create rc.
3241 (spawner_thread_func): Check pthread_create and pthread_join rc.
3242
73e8dc90
PA
32432018-12-08 Pedro Alves <palves@redhat.com>
3244
3245 * gdb.base/list.exp (test_forward_search): Rename to ...
3246 (test_forward_reverse_search): ... this. Also test reverse-search
3247 and the forward-search alias.
3248
13f2ed32
AB
32492018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3250
3251 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3252 local timeout variable before return, and remove all local timeout
3253 variable entirely.
3254 (gdb_load): Likewise.
3255
64d27cfc
TV
32562018-12-01 Tom de Vries <tdevries@suse.de>
3257
3258 * gdb.base/gdb-caching-proc.exp: New file.
3259
f63c03b4
SDJ
32602018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3261
3262 * Makefile.in (TIMESTAMP): New variable.
3263 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3264 command.
3265 (check-single-racy): Likewise.
3266 (check/%.exp): Likewise.
3267 (check-racy/%.exp): Likewise.
3268 (workers/%.worker): Likewise.
3269 (build-perf): Likewise.
3270 (check-perf): Likewise.
3271 * README: Describe new "TS" and "TS_FORMAT" variables.
3272 * print-ts.py: New file.
3273
1c97054b
BF
32742018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3275
3276 PR python/23714
3277 * gdb.python/python.exp: Test command repetition after
3278 gdb.execute.
3279
1871a62d
AB
32802018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3281
3282 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3283 is correctly aligned.
3284
fb5e1ed9
PW
32852018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3286
3287 * gdb.ada/info_auto_lang.exp: New testcase.
3288 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3289 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3290 * gdb.ada/info_auto_lang/some_c.c: New file.
3291
43d397ca
PW
32922018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3293
3294 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3295 FUNC_lang language syntax.
3296
beddd671
PW
32972018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3298
3299 * gdb.base/info_minsym.c: New file.
3300 * gdb.base/info_minsym.exp: New file.
3301
73fc52c4
TT
33022018-11-19 Tom Tromey <tom@tromey.com>
3303
3304 PR rust/23625:
3305 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3306 * gdb.rust/expr.exp: Update expected output. Change one test.
3307
994b876a
TT
33082018-11-19 Tom Tromey <tom@tromey.com>
3309
3310 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3311
6769f276
PA
33122018-11-19 Pedro Alves <palves@redhat.com>
3313
3314 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3315 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3316 see the expected warning.
3317
38a72da0
AH
33182018-11-16 Alan Hayward <alan.hayward@arm.com>
3319
3320 PR gdb/22736:
3321 * gdb.cp/infcall-nodebug-lib.c: New test.
3322 * gdb.cp/infcall-nodebug-main.c: New test.
3323 * gdb.cp/infcall-nodebug.exp: New file.
3324
53a89d6e
SM
33252018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3326
3327 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3328 completer tests.
3329
9325300d
TV
33302018-11-09 Tom de Vries <tdevries@suse.de>
3331
3332 * gdb.base/msym-lang.c: New test.
3333 * gdb.base/msym-lang.exp: New file.
3334 * gdb.base/msym-lang-main.c: New test.
3335
20f0d60d
TT
33362018-11-08 Tom Tromey <tom@tromey.com>
3337
3338 PR gdb/23555:
3339 PR gdb/23838:
3340 * gdb.base/warning.exp: New file.
3341
b5420128
JB
33422018-11-08 Jan Beulich <jbeulich@suse.com>
3343
3344 * testsuite/gdb.arch/i386-avx512.c,
3345 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3346
cd115d61
AB
33472018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3348
3349 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3350 point hardware.
3351
35ee2dc2
AB
33522018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3353
3354 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3355 * gdb.dwarf2/missing-type-name.exp: New file.
3356
31aceee8
TV
33572018-11-06 Tom de Vries <tdevries@suse.de>
3358
3359 * gdb.base/many-headers.c: New test.
3360 * gdb.base/many-headers.exp: New file.
3361
109be305
JW
33622018-11-06 Jim Wilson <jimw@sifive.com>
3363
3364 * gdb.base/code_elim.exp: For riscv, set additional_flags
3365 to include -msmall-data-limit=0.
3366
e2b7af72
JB
33672018-11-01 Joel Brobecker <brobecker@adacore.com>
3368
3369 * gdb.ada/watch_minus_l: New testcase.
3370
cdcda965
SM
33712018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3372
3373 * gdb.arch/aix-sighandle.c: New file.
3374 * gdb.arch/aix-sighandle.exp: New file.
3375
92dcebf3
AB
33762018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3377
3378 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3379 registers being unions.
3380
68b9ac18
TV
33812018-10-31 Tom de Vries <tdevries@suse.de>
3382
3383 * lib/valgrind.exp: New file.
3384 (vgdb_start, vgdb_stop): New procs, factored out of ...
3385 * gdb.base/valgrind-bt.exp: ... here, ...
3386 * gdb.base/valgrind-disp-step.exp: ... here and ...
3387 * gdb.base/valgrind-infcall.exp: ... here.
3388
1443936e
TV
33892018-10-31 Tom de Vries <tdevries@suse.de>
3390
3391 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3392
eb77c9df
AB
33932018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3394
3395 * gdb.dwarf2/void-type.c: New file.
3396 * gdb.dwarf2/void-type.exp: New file.
3397
82b5e646
PW
33982018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3399
3400 * gdb.base/info_qt.c: New file.
3401 * gdb.base/info_qt.exp: New file.
3402
8d619c01
EBM
34032018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3404
3405 * gdb.arch/powerpc-htm-regs.c: New file.
3406 * gdb.arch/powerpc-htm-regs.exp: New file.
3407
f2cf6173
EBM
34082018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3409
3410 * gdb.arch/powerpc-tar.c: New file.
3411 * gdb.arch/powerpc-tar.exp: New file.
3412
7ca18ed6
EBM
34132018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3414
3415 * gdb.arch/powerpc-ppr-dscr.c: New file.
3416 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3417
bfcc0eba
TV
34182018-10-25 Tom de Vries <tdevries@suse.de>
3419
3420 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3421
fe1a5cad
TV
34222018-10-24 Tom de Vries <tdevries@suse.de>
3423
3424 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3425 longer exists error.
3426
a76dc3b7
TV
34272018-10-24 Tom de Vries <tdevries@suse.de>
3428
3429 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3430
4df46df7
TV
34312018-10-24 Tom de Vries <tdevries@suse.de>
3432
3433 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3434 --db-attach in valgrind.
3435
0dbfcfff
AB
34362018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3437
3438 * gdb.arch/riscv-reg-aliases.c: New file.
3439 * gdb.arch/riscv-reg-aliases.exp: New file.
3440
b04480b1
AH
34412018-10-19 Alan Hayward <alan.hayward@arm.com>
3442
3443 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3444
2c6ac8d7
AH
34452018-10-19 Alan Hayward <alan.hayward@arm.com>
3446
3447 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3448
2bc69f25
AH
34492018-10-19 Alan Hayward <alan.hayward@arm.com>
3450
3451 * gdb.cp/ovldbreak.exp: Fix regexps.
3452
1f1ae3a3
AH
34532018-10-19 Alan Hayward <alan.hayward@arm.com>
3454
3455 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3456
94c18618
SDJ
34572018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3458
3459 PR cli/23785
3460 * gdb.base/restore.exp: New test to check if "restore" with an
3461 invalid file doesn't segfault.
3462
812cd6eb
TV
34632018-10-18 Tom de Vries <tdevries@suse.de>
3464
3465 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3466 * gdb.ada/excep_handle.exp: Same.
3467 * gdb.ada/mi_string_access.exp: Same.
3468 * gdb.ada/mi_var_union.exp: Same.
3469 * gdb.arch/arc-analyze-prologue.exp: Same.
3470 * gdb.arch/arc-decode-insn.exp: Same.
3471 * gdb.base/readnever.exp: Same.
3472 * gdb.fortran/printing-types.exp: Same.
3473 * gdb.guile/scm-lazy-string.exp: Same.
3474
c4b90788
TV
34752018-10-16 Tom de Vries <tdevries@suse.de>
3476
3477 PR gdb/23730
3478 * gdb.base/catch-follow-exec.c: Add copyright notice.
3479 * gdb.base/catch-follow-exec.exp: Rewrite to use
3480 gdb_spawn_with_cmdline_opts. Require gdb-native.
3481
8bca2978
SL
34822018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3483
3484 * gdb.trace/actions-changed.exp: Check for arch support.
3485 * gdb.trace/actions.exp: Likewise.
3486 * gdb.trace/ax.exp: Likewise.
3487 * gdb.trace/backtrace.exp: Likewise.
3488 * gdb.trace/change-loc.exp: Likewise.
3489 * gdb.trace/deltrace.exp: Likewise.
3490 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3491 * gdb.trace/ftrace.exp: Likewise.
3492 * gdb.trace/infotrace.exp: Check for arch support.
3493 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3494 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3495 * gdb.trace/mi-tsv-changed.exp: Likewise.
3496 * gdb.trace/packetlen.exp: Likewise.
3497 * gdb.trace/passc-dyn.exp: Likewise.
3498 * gdb.trace/passcount.exp: Likewise.
3499 * gdb.trace/pending.exp: Likewise.
3500 * gdb.trace/range-stepping.exp: Check for shlib support.
3501 * gdb.trace/report.exp: Check for arch support.
3502 * gdb.trace/save-trace.exp: Likewise.
3503 * gdb.trace/signal.exp: Check for signal support.
3504 * gdb.trace/tfind.exp: Check for arch support.
3505 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3506 * gdb.trace/trace-common.h: Add comment.
3507 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3508 * gdb.trace/trace-enable-disable.exp: Likewise.
3509 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3510 * gdb.trace/tracecmd.exp: Check for arch support.
3511 * gdb.trace/tspeed.exp: Check for shlib and target support.
3512 * gdb.trace/tstatus.exp: Check for arch support.
3513 * gdb.trace/tsv.exp: Likewise.
3514 * gdb.trace/while-dyn.exp: Likewise.
3515 * gdb.trace/while-stepping.exp: Likewise.
3516 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3517
f9c49bff
SM
35182018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3519
3520 * gdb.trace/tspeed.exp: Remove nowarnings.
3521 (prepare_for_trace_test): Declare "global ipalib".
3522 * gdb.trace/tspeed.c: Include unistd.h.
3523 (main): Remove superfluous printf argument.
3524
d4330bde
SL
35252018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3526
3527 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3528 directory prefix on the filename.
3529
8ecfd7bd
SDJ
35302018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3531
3532 * gdb.gdb/unittest.exp: Update expected message informing that
3533 selftests have been disabled.
3534 * gdb.server/unittest.exp: Likewise.
3535
58bbcd02
TV
35362018-10-09 Tom de Vries <tdevries@suse.de>
3537
3538 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3539 with runto_main.
3540
9f6b697b
WP
35412018-10-08 Weimin Pan <weimin.pan@oracle.com>
3542
3543 PR c++/16841
3544 * gdb.cp/virtbase2.cc: New file.
3545 * gdb.cp/virtbase2.exp: New file.
3546
add5ded5
TT
35472018-10-06 Tom Tromey <tom@tromey.com>
3548
3549 PR python/19399:
3550 * gdb.python/py-inferior.exp: Add architecture test.
3551
f9e48344
TT
35522018-10-06 Tom Tromey <tom@tromey.com>
3553
3554 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3555 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3556
2a8be203
TT
35572018-10-06 Tom Tromey <tom@tromey.com>
3558
3559 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3560 of a "throw" catchpoint.
3561
e04caa70
SDJ
35622018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3563
3564 * gdb.base/info-proc.exp: Update string expected from "help info
3565 proc".
3566
5ca8c39f
TT
35672018-10-04 Tom Tromey <tom@tromey.com>
3568
3569 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3570 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3571 (test_initial_complaints, test_empty_complaints): Update.
3572 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3573
3453e7e4
TT
35742018-10-04 Tom Tromey <tom@tromey.com>
3575
3576 PR cli/19551:
3577 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3578 * lib/gdb.exp (gdb_file_cmd): Update.
3579 * gdb.stabs/weird.exp (print_weird_var): Update.
3580 * gdb.server/solib-list.exp: Update.
3581 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3582 * gdb.mi/mi-cli.exp: Update.
3583 * gdb.linespec/linespec.exp: Update.
3584 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3585 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3586 * gdb.cp/cp-relocate.exp: Update.
3587 * gdb.base/sym-file.exp: Update.
3588 * gdb.base/relocate.exp: Update.
3589 * gdb.base/readnever.exp: Update.
3590 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3591 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3592 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3593 * gdb.base/code_elim.exp: Update.
3594 * gdb.base/break-unload-file.exp (test_break): Update.
3595 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3596 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3597 Update.
3598 * gdb.base/attach.exp (do_attach_tests): Update.
3599 * gdb.base/sepdebug.exp: Update.
3600 * gdb.python/py-section-script.exp: Update.
3601
6afcf761
TT
36022018-10-04 Tom Tromey <tom@tromey.com>
3603
3604 PR cli/22234:
3605 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3606 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3607 output.
3608
fef1b293
TT
36092018-10-04 Tom Tromey <tom@tromey.com>
3610
3611 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3612 set width and height to 0.
3613 (test_command_line_attach_run): Use -quiet.
3614
ca98345e
SL
36152018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3616
3617 * lib/gdb.exp (skip_ifunc_tests): New.
3618 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3619 other compile failures.
3620 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3621
ff34e6ae
SM
36222018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3623
3624 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3625 is_amd64_regs_target.
3626
6bb8890e
AH
36272018-10-01 Alan Hayward <alan.hayward@arm.com>
3628
3629 * gdb.arch/aarch64-sighandler-regs.c: New test.
3630 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3631 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3632
224d30d3
MM
36332018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3634
3635 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3636 assembly.
3637
f67ffa6a
AB
36382018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3639
3640 * gdb.base/frame-selection.exp: New file.
3641 * gdb.base/frame-selection.c: New file.
3642
9fc3183f
AH
36432018-09-27 Alan Hayward <alan.hayward@arm.com>
3644
3645 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3646 pthread barrier.
3647 (main): Likewise.
3648
d354055e
AB
36492018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3650
3651 * gdb.base/large-frame-1.c: New file.
3652 * gdb.base/large-frame-2.c: New file.
3653 * gdb.base/large-frame.exp: New file.
3654 * gdb.base/large-frame.h: New file.
3655
db727370
JL
36562018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3657
3658 PR gdb/20948
3659 * gdb.base/write_mem.exp: New test.
3660 * gdb.base/write_mem.c: Likewise.
3661
ae778caf
TT
36622018-09-23 Tom Tromey <tom@tromey.com>
3663
3664 PR python/18852:
3665 * gdb.python/py-parameter.exp: Add test for parameter that throws
3666 on "set".
3667
fd3ba736
TT
36682018-09-23 Tom Tromey <tom@tromey.com>
3669
3670 PR python/17284:
3671 * gdb.python/py-template.exp (test_template_arg): Add test for
3672 negative template argument number.
3673
39a24317
TT
36742018-09-23 Tom Tromey <tom@tromey.com>
3675
3676 PR python/14062:
3677 * gdb.python/python.exp: Add test for post_event error.
3678
f5769a2c
TT
36792018-09-23 Tom Tromey <tom@tromey.com>
3680
3681 PR python/18170:
3682 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3683 convert pointers to int and long.
3684
1c1e54f6
TT
36852018-09-23 Tom Tromey <tom@tromey.com>
3686
3687 PR python/20126:
3688 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3689 signed-ness conversion tests.
3690
fb4fa946
TT
36912018-09-23 Tom Tromey <tom@tromey.com>
3692
3693 PR python/18352;
3694 * gdb.python/py-value.exp (test_float_conversion): New proc.
3695 Use it.
3696
a466edac
HAQ
36972018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3698
3699 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3700
4ee9b0c5
SL
37012018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3702
3703 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3704 no readline.
3705 * gdb.base/utf8-identifiers.exp: Likewise.
3706 * gdb.cp/cpcompletion.exp: Likewise.
3707 * gdb.linespec/cpcompletion.exp: Likewise.
3708 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3709 * gdb.linespec/cpls-ops.exp: Likewise.
3710
23be8da7
RB
37112018-09-19 Richard Bunt <richard.bunt@arm.com>
3712 Chris January <chris.january@arm.com>
3713
3714 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3715 * gdb.fortran/short-circuit-argument-list.exp: New file.
3716 * gdb.fortran/short-circuit-argument-list.f90: New test.
3717
5031d0ae
SDJ
37182018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3719
3720 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3721 "arch=" keyword when executing "-stack-list-frames".
3722
b4c0d1a4
SDJ
37232018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3724
3725 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3726 "arch=" keyword when executing "-stack-list-frames".
3727
7a6d2b45
SDJ
37282018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3729
3730 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3731 break ada".
3732
8588b356
SM
37332018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3734
3735 PR python/23669
3736 * gdb.python/python.exp: Test gdb.execute("show commands").
3737
65e65158
TT
37382018-09-16 Tom Tromey <tom@tromey.com>
3739
3740 * gdb.base/new-ui.exp (do_execution_tests): Update.
3741 * gdb.base/dbx.exp (test_breakpoints): Update.
3742
bf326452
AH
37432018-09-14 Alan Hayward <alan.hayward@arm.com>
3744
3745 * lib/gdb.exp (gdb_simple_compile): Add proc.
3746 (is_elf_target): Use gdb_simple_compile.
3747 (skip_altivec_tests): Likewise.
3748 (skip_vsx_tests): Likewise.
3749 (skip_tsx_tests): Likewise.
3750 (skip_btrace_tests): Likewise.
3751 (skip_btrace_pt_tests): Likewise.
3752 (gdb_can_simple_compile): Likewise.
3753 (gdb_has_argv0): Likewise.
3754 (gdb_target_symbol_prefix): Likewise.
3755 (target_supports_scheduler_locking): Likewise.
3756
2361b0fb
TT
37572018-09-13 Tom Tromey <tom@tromey.com>
3758
3759 * Makefile.in (TAGS): Recognize proc_with_prefix and
3760 gdb_caching_proc.
3761
0ae1a321
SM
37622018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3763
3764 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3765 method.
3766
a40bf0c2
SM
37672018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3768
3769 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3770 and a few other Inferior properties when the Inferior is no
3771 longer valid.
3772
4a3fe98f
TT
37732018-09-13 Tom Tromey <tom@tromey.com>
3774
3775 PR rust/23650:
3776 * gdb.rust/simple.exp: Add test for enum field access error.
3777
098b2108
TT
37782018-09-13 Tom Tromey <tom@tromey.com>
3779
3780 PR rust/23626:
3781 * gdb.rust/simple.rs (EmptyEnum): New type.
3782 (main): Use it.
3783 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3784
1256af7d
SM
37852018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3786
3787 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3788 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3789 * gdb.python/py-symtab.exp: Update test printing an objfile.
3790
4aa8e6c2
SM
37912018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3792
3793 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3794 object.
3795
c221b2f7
AH
37962018-09-12 Alan Hayward <alan.hayward@arm.com>
3797
3798 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3799 (support_complex_tests): Use gdb_can_simple_compile.
3800 (is_ilp32_target): Likewise.
3801 (is_lp64_target): Likewise.
3802 (is_64_target): Likewise.
3803 (is_amd64_regs_target): Likewise.
3804 (is_aarch32_target): Likewise.
3805 (gdb_int128_helper): Likewise.
3806
6f1107b5
JK
38072018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3808
3809 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3810
1f5d1570
JG
38112018-09-10 Jerome Guitton <guitton@adacore.com>
3812
3813 * gdb.ada/same_component_name: Add test for case of tagged record
3814 with variable-length fields.
3815
cc330e39
XR
38162018-09-10 Xavier Roirand <roirand@adacore.com>
3817
3818 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3819 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3820 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3821 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3822
b9c50e9a
XR
38232018-09-10 Xavier Roirand <roirand@adacore.com>
3824
3825 * gdb.ada/mi_string_access.exp: New testcase.
3826 * gdb.ada/mi_string_access/bar.adb: New file.
3827 * gdb.ada/mi_string_access/pck.adb: New file.
3828 * gdb.ada/mi_string_access/pck.asd: New file.
3829
2963898f
XR
38302018-09-10 Xavier Roirand <roirand@adacore.com>
3831
3832 * gdb.ada/mi_var_union.exp: New testcase.
3833 * gdb.ada/mi_var_union/bar.adb: New file.
3834 * gdb.ada/mi_var_union/pck.adb: New file.
3835 * gdb.ada/mi_var_union/pck.asd: New file.
3836
1aac008f
TT
38372018-09-08 Tom Tromey <tom@tromey.com>
3838
3839 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3840
332cf4c9
TT
38412018-09-08 Tom Tromey <tom@tromey.com>
3842
3843 PR python/16047:
3844 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3845 (register_pretty_printers): Register new printer.
3846 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3847 test.
3848 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3849 (an_int_type3): New global.
3850
424da6cf
JB
38512018-09-08 Joel Brobecker <brobecker@adacore.com>
3852
3853 * gdb.ada/expr_with_funcall: New testcase.
3854
2a62dfa9
JB
38552018-09-08 Joel Brobecker <brobecker@adacore.com>
3856
3857 * gdb.ada/packed_array_assign: New testcase.
3858
96b6697f
AB
38592018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3860
3861 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3862 names, and add test prefixes to make test names unique.
3863
e4a62c65
TV
38642018-09-05 Tom de Vries <tdevries@suse.de>
3865
3866 * gdb.dwarf2/varval.exp: Add test.
3867
dd083ee2
GB
38682018-09-04 Gary Benson <gbenson@redhat.com>
3869
3870 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3871 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3872
aef9346c
TT
38732018-08-31 Tom Tromey <tom@tromey.com>
3874
3875 * gdb.rust/simple.rs: Rename second variable "v".
3876
c67f2e15
AB
38772018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3878
3879 * gdb.base/funcargs.c (use_a): New function.
3880 (recurse): Call use_a.
3881
078a0207
KS
38822018-08-29 Keith Seitz <keiths@redhat.com>
3883
3884 * gdb.compile/compile-cplus-anonymous.cc: New file.
3885 * gdb.compile/compile-cplus-anonymous.exp: New file.
3886 * gdb.compile/compile-cplus-array-decay.cc: New file.
3887 * gdb.compile/compile-cplus-array-decay.exp: New file.
3888 * gdb.compile/compile-cplus-inherit.cc: New file.
3889 * gdb.compile/compile-cplus-inherit.exp: New file.
3890 * gdb.compile/compile-cplus-member.cc: New file.
3891 * gdb.compile/compile-cplus-member.exp: New file.
3892 * gdb.compile/compile-cplus-method.cc: New file.
3893 * gdb.compile/compile-cplus-method.exp: New file.
3894 * gdb.compile/compile-cplus-mod.c: "New" file.
3895 * gdb.compile/compile-cplus-namespace.cc: New file.
3896 * gdb.compile/compile-cplus-namespace.exp: New file.
3897 * gdb.compile/compile-cplus-nested.cc: New file.
3898 * gdb.compile/compile-cplus-nested.exp: New file.
3899 * gdb.compile/compile-cplus-print.c: "New" file.
3900 * gdb.compile/compile-cplus-print.exp: "New" file.
3901 * gdb.compile/compile-cplus-virtual.cc: New file.
3902 * gdb.compile/compile-cplus-virtual.exp: New file.
3903 * gdb.compile/compile-cplus.c: "New" file.
3904 * gdb.compile/compile-cplus.exp: "New" file.
3905 * lib/compile-support.exp: New file.
3906
b0f492b9
GB
39072018-08-16 Gary Benson <gbenson@redhat.com>
3908
3909 PR gdb/13000:
3910 * gdb.base/batch-exit-status.exp: New file.
3911 * gdb.base/batch-exit-status.good-commands: Likewise.
3912 * gdb.base/batch-exit-status.bad-commands: Likewise.
3913
36eb4c5f
AH
39142018-08-29 Alan Hayward <alan.hayward@arm.com>
3915
3916 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3917 (struct struct02): Likewise.
3918 (struct struct03): Likewise.
3919 (struct struct04): Likewise.
3920 (struct struct_01_01): New struct.
3921 (struct struct_01_02): Likewise.
3922 (struct struct_01_03): Likewise.
3923 (struct struct_01_04): Likewise.
3924 (struct struct_02_01): Likewise.
3925 (struct struct_02_02): Likewise.
3926 (struct struct_02_03): Likewise.
3927 (struct struct_02_04): Likewise.
3928 (struct struct_04_01): Likewise.
3929 (struct struct_04_02): Likewise.
3930 (struct struct_04_03): Likewise.
3931 (struct struct_04_04): Likewise.
3932 (struct struct_05_01): Likewise.
3933 (struct struct_05_02): Likewise.
3934 (struct struct_05_03): Likewise.
3935 (struct struct_05_04): Likewise.
3936 (cmp_struct01): Remove function.
3937 (cmp_struct02): Likewise.
3938 (cmp_struct03): Likewise.
3939 (cmp_struct04): Likewise.
3940 (cmp_struct_01_01): Add Function.
3941 (cmp_struct_01_02): Likewise.
3942 (cmp_struct_01_03): Likewise.
3943 (cmp_struct_01_04): Likewise.
3944 (cmp_struct_02_01): Likewise.
3945 (cmp_struct_02_02): Likewise.
3946 (cmp_struct_02_03): Likewise.
3947 (cmp_struct_02_04): Likewise.
3948 (cmp_struct_04_01): Likewise.
3949 (cmp_struct_04_02): Likewise.
3950 (cmp_struct_04_03): Likewise.
3951 (cmp_struct_04_04): Likewise.
3952 (cmp_struct_05_01): Likewise.
3953 (cmp_struct_05_02): Likewise.
3954 (cmp_struct_05_03): Likewise.
3955 (cmp_struct_05_04): Likewise.
3956 (call_all): Add new structs.
3957 * gdb.base/infcall-nested-structs.exp: Likewise.
3958
3bf9c013
JV
39592018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3960
3961 * gdb.python/py-framefilter-mi.exp: Update regexp to
3962 check for "arch" field in frame output.
3963
450d1e88
KB
39642018-08-23 Kevin Buettner <kevinb@redhat.com>
3965
3966 * gdb.dwarf2/dw2-ranges-func.c: New file.
3967 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3968
ae739fe7
SM
39692018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3970
3971 * gdb.base/term.exp: Compare terminal settings with values from
3972 the inferior.
3973 * gdb.base/term.c: Get and set terminal settings.
3974
6d52907e
JV
39752018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3976
3977 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3978 accommodate new "arch" field in frame output.
3979 * gdb.mi/mi-return.exp: Likewise.
3980 * gdb.mi/mi-stack.exp: Likewise.
3981 * gdb.mi/mi-syn-frame.exp: Likewise.
3982 * gdb.mi/user-selected-context-sync.exp: Likewise.
3983
be2d111a
MS
39842018-08-19 Michael Spang <spang@google.com>
3985
3986 PR gdb/11786
3987 * gdb.base/gcore-tls-pie.c: New file.
3988 * gdb.base/gcore-tls-pie.exp: New file.
3989
ae3a7c47
KB
39902018-08-18 Kevin Buettner <kevinb@redhat.com>
3991
3992 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
3993 * gdb.dwarf2/varval.c: New file.
3994 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 3995
2ecae92e
AH
39962018-08-17 Alan Hayward <alan.hayward@arm.com>
3997
3998 PR gdb/18931
3999 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4000
c1854f1d
KS
40012018-08-16 Keith Seitz <keiths@redhat.com>
4002
4003 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4004 tests expected to pass.
4005
26fb3983
JV
40062018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4007
4008 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4009 -data-disassemble -a.
4010 (test_disassembly_bogus_args): Likewise.
4011
67943c00
AB
40122018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4013
4014 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4015
5ff2bbae
AB
40162018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4017
4018 * gdb.base/vla-optimized-out.exp: Add new test.
4019
e5bbcd0f
AB
40202018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4021
4022 * gdb.base/vla-optimized-out-o3.exp: Delete.
4023 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4024 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4025 deleted tests.
4026
9d4a934c
AB
40272018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4028
4029 PR gdb/18050:
4030 * gdb.server/extended-remote-restart.c: New file.
4031 * gdb.server/extended-remote-restart.exp: New file.
4032
045cf012
SM
40332018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4034
4035 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4036 "set variable index = 42".
4037
87d6a7aa
SM
40382018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4039
4040 * boards/index-cache-gdb.exp: New file.
4041 * gdb.dwarf2/index-cache.exp: New file.
4042 * gdb.dwarf2/index-cache.c: New file.
4043 * gdb.base/maint.exp: Check if we are using the index cache.
4044
96d68bd4
RO
40452018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4046
4047 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4048 MAKEFLAGS.
4049
5a699617
RO
40502018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4051
4052 * dg-extract-results.sh: Move to toplevel contrib.
4053 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4054 * Makefile.in (check-parallel-racy): Likewise.
4055
5bd18990
AB
40562018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4057
4058 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4059 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4060 tests if the target supports scheduler locking.
4061
3fbbcf47
TV
40622018-08-04 Tom de Vries <tdevries@suse.de>
4063
4064 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4065
3e1d3d8c
TT
40662018-08-02 Tom Tromey <tom@tromey.com>
4067
4068 PR symtab/16842.
4069 * gdb.cp/temargs.exp: Test "info address" of a template
4070 parameter.
4071
5abe0f0c
JV
40722018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4073
4074 * gdb.python/py-mi-var-info-path-expression.c: New file.
4075 * gdb.python/py-mi-var-info-path-expression.py: New file.
4076 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4077
fb66cde8
SDJ
40782018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4079
4080 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4081 error after "cannot resolve name" string.
4082
c708f4d2
AB
40832018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4084
4085 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4086 started.
4087 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4088
37cc0cae
TV
40892018-07-28 Tom de Vries <tdevries@suse.de>
4090
4091 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4092
63b4ecf7
TV
40932018-07-26 Tom de Vries <tdevries@suse.de>
4094
4095 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4096
3c3bb058
AB
40972018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4098
4099 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4100 is visible.
4101
9e7f3bbb
TV
41022018-07-26 Tom de Vries <tdevries@suse.de>
4103
4104 PR breakpoints/23366
4105 * gdb.base/catch-follow-exec.c: New test.
4106 * gdb.base/catch-follow-exec.exp: New file.
4107
16f808ec
TV
41082018-07-25 Tom de Vries <tdevries@suse.de>
4109
4110 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4111 vla-optimized-out.c.
4112
d7154a8d
JV
41132018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4114
4115 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4116 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4117
232a0032
TV
41182018-07-20 Tom de Vries <tdevries@suse.de>
4119
4120 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4121 NOCLONE macro.
4122 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4123
fbb1d502
TV
41242018-07-19 Tom de Vries <tdevries@suse.de>
4125
4126 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4127 regular expression.
4128
42dc7699
TV
41292018-07-18 Tom de Vries <tdevries@suse.de>
4130
4131 * gdb.base/vla-optimized-out.c: New test.
4132 * gdb.base/vla-optimized-out.exp: New file.
4133
7f1f7e23
SDJ
41342018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4135
4136 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4137 message "No address associated with hostname" when gdbserver
4138 cannot resolve the hostname.
4139
5759ebb3
PW
41402018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4141
4142 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4143 Add some test prefixes to make tests unique.
4144
3606ccab
PW
41452018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4146
4147 * gdb.base/frameapply.c: New file.
4148 * gdb.base/frameapply.exp: New file.
4149
529c08b2
PW
41502018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4151
4152 * gdb.base/skip.exp: Update expected error message.
4153
c7ab0aef
SDJ
41542018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4155 Jan Kratochvil <jan.kratochvil@redhat.com>
4156 Paul Fertser <fercerpav@gmail.com>
4157 Tsutomu Seki <sekiriki@gmail.com>
4158
4159 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4160 parameter.
4161 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4162 by default.
4163 * boards/native-gdbserver.exp: Likewise.
4164 * gdb.server/run-without-local-binary.exp: Improve regexp used
4165 for detecting when a remote debugging connection succeeds.
4166 * gdb.server/server-connect.exp: New file.
4167 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4168 Do not prefix the port number with ":".
4169 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4170 support for detecting and using it. Add '$debughost_gdbserver'
4171 to the list of arguments used to start gdbserver. Handle case
4172 when gdbserver cannot resolve a network name.
4173
16ff70dd
SDJ
41742018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4175
4176 PR c++/23373
4177 * gdb.base/ptype-offsets.cc (struct static_member): New
4178 struct.
4179 (main) <stmember>: New variable.
4180 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4181 with a static member in it.
4182
3541979f
AB
41832018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4184
4185 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4186 watchpoints enabled and disabled.
4187
c8ad9b9a
AB
41882018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4189
4190 * gdb.base/examine-backward.exp: Still run tests around address
4191 0x0, even if address 0x0 is not readable. Update the pattern for
4192 matching address 0x0 in expected output.
4193
e0e5e971
AB
41942018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4195
4196 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4197 malloc/free.
4198
1ea5da02
TV
41992018-07-04 Tom de Vries <tdevries@suse.de>
4200
4201 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4202
471b9d15
MR
42032018-07-02 Maciej W. Rozycki <macro@mips.com>
4204
4205 PR tdep/8282
4206 * gdb.arch/mips-disassembler-options.exp: New test.
4207 * gdb.arch/mips-disassembler-options.s: New test source.
4208
75acb486
PA
42092018-06-29 Pedro Alves <palves@redhat.com>
4210
4211 * gdb.threads/names.exp: Adjust expected "info threads" output.
4212
cd2bb709
PA
42132018-06-29 Pedro Alves <palves@redhat.com>
4214
4215 * gdb.opt/inline-break.exp (line number, address): Add "info
4216 break" tests.
4217
991ff292
PA
42182018-06-29 Pedro Alves <palves@redhat.com>
4219
4220 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4221 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4222 number and address and running to them.
4223
356819b6 42242018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
4225
4226 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4227
2512d7ef
JK
42282018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4229
4230 * lib/compiler.c: Remove executable permission flag.
4231
be1b6474
RB
42322018-06-28 Richard Bunt <richard.bunt@arm.com>
4233
4234 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4235 code.
4236 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4237
291f9a96
PT
42382018-06-28 Petr Tesarik <ptesarik@suse.cz>
4239
4240 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4241
ed6dfe51
PT
42422018-06-28 Petr Tesarik <ptesarik@suse.cz>
4243
4244 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4245 address argument is omitted.
4246
d4d429d5
PT
42472018-06-28 Petr Tesarik <ptesarik@suse.cz>
4248
4249 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4250
7ab6656f
OJ
42512018-06-27 Omair Javaid <omair.javaid@linaro.org>
4252
4253 PR gdb/21695
4254 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4255 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4256
a33ccfc7
TT
42572018-06-26 Tom Tromey <tom@tromey.com>
4258
4259 PR rust/22574:
4260 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4261 * gdb.rust/simple.rs (struct SimpleLayout): New.
4262
6d72d289
SM
42632018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4264
4265 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4266 "info registers" output.
4267
8363f9d5
RB
42682018-06-21 Richard Bunt <richard.bunt@arm.com>
4269
4270 * gdb.base/watchpoint-hw-attach.c: New test.
4271 * gdb.base/watchpoint-hw-attach.exp: New file.
4272
f00674fe
SM
42732018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4274
4275 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4276 through /bin/sh.
4277 * boards/dwarf4-gdb-index.exp: Likewise.
4278 * boards/fission-dwp.exp: Likewise.
4279
1d554008
UW
42802018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4281
4282 * gdb.base/float128.exp: Add comment and improved fail message
4283 to the failure case of "print large128" test.
4284
d0ac1c44
SM
42852018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4286
4287 * configure.ac: Remove AC_PREREQ.
4288 * configure: Re-generate.
4289
61b04dd0
PA
42902018-06-19 Pedro Alves <palves@redhat.com>
4291
4292 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4293 (func_extern_caller): New.
4294 (main): Call func_extern_caller.
4295 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4296 logic change.
4297
f63b508a
SM
42982018-06-18 Weimin Pan <weimin.pan@oracle.com>
4299
4300 PR gdb/16841
4301 * gdb.cp/typedef-base.cc: New file.
4302 * gdb.cp/typedef-base.exp: New file.
4303
0fe3a558
TV
43042018-06-18 Tom de Vries <tdevries@suse.de>
4305
4306 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4307
7010835a
AB
43082018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4309 Richard Bunt <Richard.Bunt@arm.com>
4310
4311 * gdb.threads/attach-slow-waitpid.c: New file.
4312 * gdb.threads/attach-slow-waitpid.exp: New file.
4313 * gdb.threads/slow-waitpid.c: New file.
4314
14897d65
PA
43152018-06-14 Pedro Alves <palves@redhat.com>
4316
4317 * gdb.base/fork-running-state.c: Include <errno.h>.
4318 (exit_if_relative_exits): New.
4319 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4320 exits.
4321 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4322 child exits.
4323
5d9a0608
TV
43242018-06-14 Tom de Vries <tdevries@suse.de>
4325
4326 PR cli/22573
4327 * gdb.base/finish-pretty.c: New test.
4328 * gdb.base/finish-pretty.exp: New file.
4329
11ae5818
PA
43302018-06-14 Pedro Alves <palves@redhat.com>
4331
4332 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4333 gdb's expected startup output.
4334
1d39de44
PA
43352018-06-14 Pedro Alves <palves@redhat.com>
4336
4337 * lib/selftest-support.exp (selftest_setup): Remove inlined
4338 function handling.
4339
70ee0000
TV
43402018-06-14 Tom de Vries <tdevries@suse.de>
4341
4342 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4343 matching of breakpoint printing.
4344
11f4b608
TV
43452018-06-13 Tom de Vries <tdevries@suse.de>
4346
4347 PR testsuite/23269
4348 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4349 (fork_child): ... here, and ...
4350 (fork_parent): ... here.
4351
43522018-06-12 Tom de Vries <tdevries@suse.de>
4353
4354 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4355
9516f85a
AB
43562018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4357 Stephen Roberts <stephen.roberts@arm.com>
4358
4359 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4360 rewrite test to describe action performed, rather than possible
4361 failure.
4362
5045b3d7
GB
43632018-06-08 Gary Benson <gbenson@redhat.com>
4364
4365 * gdb.threads/check-libthread-db.exp: New file.
4366 * gdb.threads/check-libthread-db.c: Likewise.
4367
c61b06a1
TT
43682018-06-05 Tom Tromey <tom@tromey.com>
4369
4370 * gdb.base/default.exp: Update expected "show version" output.
4371
eb6af809
TT
43722018-06-05 Tom Tromey <tom@tromey.com>
4373
4374 PR cli/12326:
4375 * gdb.cp/static-print-quit.exp: Update.
4376 * lib/gdb.exp (pagination_prompt): Update.
4377 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4378 * gdb.python/python.exp: Update.
4379
178d6a63
JB
43802018-06-04 Joel Brobecker <brobecker@adacore.com>
4381
4382 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4383
8e817061
JB
43842018-06-01 Joel Brobecker <brobecker@adacore.com>
4385
4386 * gdb.ada/bp_fun_addr: New testcase.
4387
e86ca25f
TT
43882018-06-01 Tom Tromey <tom@tromey.com>
4389
4390 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4391 results.
4392 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4393 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4394 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4395 * gdb.base/maint.exp (maint_pass_if): Update.
4396
4b2dfa9d
MR
43972018-05-31 Maciej W. Rozycki <macro@mips.com>
4398
4399 * gdb.base/endian.exp: New test.
4400 * gdb.base/endian.c: New test source.
4401
45f25d6c
AB
44022018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4403
4404 PR gdb/23203
4405 * gdb.base/bt-selected-frame.c: New file.
4406 * gdb.base/bt-selected-frame.exp: New file.
4407 * lib/gdb.exp (get_current_frame_number): New function.
4408
d9f6d7f8
MR
44092018-05-24 Maciej W. Rozycki <macro@mips.com>
4410 Pedro Alves <palves@redhat.com>
4411
4412 * gdb.threads/tls-core.c: Include <stdlib.h>
4413 (thread_proc): Call `abort'.
4414 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4415 (tls_core_test): New procedure, bits factored out from ...
4416 (top level): ... here. Test both native cores and gcore cores.
4417
ff1cf532
TT
44182018-05-23 Tom Tromey <tom@tromey.com>
4419
4420 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4421
b98664d3
TT
44222018-05-23 Tom Tromey <tom@tromey.com>
4423
4424 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4425 symfile_complaints.
4426 (test_short_complaints): Likewise.
4427 (test_empty_complaints): Likewise.
4428 (test_initial_complaints): Update.
4429
4e9668d0
TT
44302018-05-23 Tom Tromey <tom@tromey.com>
4431
4432 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4433
43ba33c7
TT
44342018-05-23 Tom Tromey <tom@tromey.com>
4435
4436 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4437 (test_short_complaints): Update.
4438
035522c0
PA
44392018-05-22 Pedro Alves <palves@redhat.com>
4440
4441 * gdb.base/remote.exp: Only gdb_start after compiling the
4442 testcase. Issue "disconnect" before testing "set remote" command
4443 defaults. Issue clean_restart before running to main.
4444
cc0be08f
PA
44452018-05-22 Pedro Alves <palves@redhat.com>
4446
4447 * gdb.base/remote.exp: Adjust expected output of "show remote
4448 memory-write-packet-size". Add tests for "set remote
4449 memory-write-packet-size 0" and "set remote
4450 memory-write-packet-size fixed/limit".
4451
b1b60145
PA
44522018-05-22 Pedro Alves <palves@redhat.com>
4453
4454 PR gdb/22973
4455 * gdb.base/utf8-identifiers.c: New file.
4456 * gdb.base/utf8-identifiers.exp: New file.
4457
0ec848ad
PFC
44582018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4459
4460 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4461
2c3305f6
PFC
44622018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4463
4464 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4465
ce1e8424
TT
44662018-05-18 Tom Tromey <tom@tromey.com>
4467
4468 * gdb.base/ptype-offsets.exp: Update.
4469
ddfe970e
KS
44702018-05-17 Keith Seitz <keiths@redhat.com>
4471
4472 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4473 in expected breakpoint stop locations.
4474 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4475 move to proper scope to test variable values.
4476 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4477 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4478 New functions.
4479 (main): Call not_inline_func3.
4480 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4481 inline_func1, inline_func2, and inline_func3. Test that when each
4482 breakpoint is hit, GDB properly reports both the stop location
4483 and the backtrace. Repeat tests for temporary breakpoints.
4484
0726fcc6
MR
44852018-05-15 Maciej W. Rozycki <macro@mips.com>
4486
4487 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4488 rather then trying to access it in determining whether the PID
4489 of `gdbserver' could have been retrieved.
4490
8ee22052
AB
44912018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4492
4493 * gdb.arch/amd64-init-x87-values.S: New file.
4494 * gdb.arch/amd64-init-x87-values.exp: New file.
4495
7785df48
JK
44962018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4497
4498 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4499
56bcdbea
TT
45002018-05-04 Tom Tromey <tom@tromey.com>
4501
4502 PR python/22730:
4503 * gdb.python/python.exp: Test multi-line execute.
4504
a913fffb
TT
45052018-05-04 Tom Tromey <tom@tromey.com>
4506
4507 PR python/22731:
4508 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4509
7a2c85f2
TT
45102018-05-04 Tom Tromey <tom@tromey.com>
4511
4512 PR gdb/11750:
4513 * gdb.base/define.exp: Test defining a user command inside a user
4514 command.
4515 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4516
a3b60e45
JK
45172018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4518 Pedro Alves <palves@redhat.com>
4519
4520 PR breakpoints/19806 and support for PR external/20207.
4521 * gdb.base/watchpoint-unaligned.c: New file.
4522 * gdb.base/watchpoint-unaligned.exp: New file.
4523
45fe4a03
AB
45242018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4525
4526 * gdb.base/maint.exp: Make test names unique, use
4527 test_prefix_command_help to test 'help maint info', and remove
4528 repeated test of 'help maint'.
4529
9be2ae8f
TT
45302018-05-04 Tom Tromey <tom@tromey.com>
4531
4532 PR gdb/22619:
4533 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4534 behavior.
4535
11859c31
AB
45362018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4537
4538 * gdb.base/maint.exp: Process output from 'maint print registers'
4539 line at a time.
4540
089a9490
AB
45412018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4542
4543 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4544 timeout.
4545
9b0797e2
AB
45462018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4547
4548 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4549 filter pattern.
4550
f6ac5f3d
PA
45512018-05-02 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4554 to_log_command renames.
4555 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4556
77d3c63b
TT
45572018-05-02 Tom Tromey <tom@tromey.com>
4558
4559 * gdb.python/py-parameter.exp: Set test message.
4560
0489430a
TT
45612018-05-02 Tom Tromey <tom@tromey.com>
4562
4563 PR python/20084:
4564 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4565 PARAM_ZUINTEGER_UNLIMITED tests.
4566
1632f8ba
DR
45672018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4568
4569 PR rust/23124
4570 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4571 when casting.
4572
6d7bb824
TT
45732018-04-30 Tom Tromey <tom@tromey.com>
4574
4575 * gdb.python/py-type.exp: Check align attribute.
4576 * gdb.python/py-type.c: New "aligncheck" global.
4577
007e1530
TT
45782018-04-30 Tom Tromey <tom@tromey.com>
4579
4580 PR exp/17095:
4581 * gdb.dwarf2/dw2-align.exp: New file.
4582 * gdb.cp/align.exp: New file.
4583 * gdb.base/align.exp: New file.
4584 * lib/gdb.exp (gdb_int128_helper): New proc.
4585 (has_int128_c, has_int128_cxx): New caching procs.
4586
6873858b
TT
45872018-04-27 Tom Tromey <tom@tromey.com>
4588
4589 PR rust/22545:
4590 * gdb.rust/simple.exp: Add inclusive range tests.
4591
79188d8d
PA
45922018-04-26 Pedro Alves <palves@redhat.com>
4593
4594 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4595 ifunc breakpoint locations correctly of ifunc breakpoints set
4596 while the program resolves the ifunc.
4597
c7075ad5
PA
45982018-04-26 Pedro Alves <palves@redhat.com>
4599
4600 * gdb.base/gnu-ifunc-final.c: New file.
4601 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4602 * gdb.base/gnu-ifunc.exp (executable): Delete.
4603 (staticexecutable): Adjust.
4604 (lib_opts, exec_opts): Delete.
4605 (make_binsuffix, build, set-break): New procedures.
4606 (misc_tests): New, with tests factored out from the top level.
4607 (top level): Test different combinations of ifunc resolver name,
4608 resolver with and with debug info, and ifunc target with and
4609 without debug info. Wrap static tests with with_target_prefix.
4610
8388016d
PA
46112018-04-26 Pedro Alves <palves@redhat.com>
4612
4613 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4614 return type" warnings.
4615
249b5733
PA
46162018-04-25 Pedro Alves <palves@redhat.com>
4617
4618 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4619 killed".
4620 * gdb.base/kill-after-signal.exp: Likewise.
4621 * gdb.threads/kill.exp: Likewise.
4622
f67c0c91
SDJ
46232018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4624 Sergio Durigan Junior <sergiodj@redhat.com>
4625 Pedro Alves <palves@redhat.com>
4626
4627 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4628 regexps to expect for '[Inferior ... detached]' as well.
4629 * gdb.base/attach.exp: Likewise.
4630 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4631 "gdb_continue_to_end".
4632 (test_catch_syscall_with_wrong_args): Likewise.
4633 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4634 ']'. Don't set 'verbose' on.
4635 * gdb.base/foll-vfork.exp: Likewise.
4636 * gdb.base/fork-print-inferior-events.c: New file.
4637 * gdb.base/fork-print-inferior-events.exp: New file.
4638 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4639 '[Inferior ... has been killed]' message.
4640 * gdb.base/kill-after-signal.exp: Likewise.
4641 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4642 detach message.
4643 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4644 message.
4645 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4646 regexps to expect for '[Inferior ... detached]' as well.
4647 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4648
0a8ddac4
SM
46492018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4650
4651 PR gdb/23104
4652 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4653
701adfb0
PA
46542018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4655
4656 PR gdb/23095
4657 * gdb.base/break-probes.exp: Pass shlib_load to
4658 prepare_for_testing. Set normal_bp to r_debug_state if target is
4659 bsd.
4660
d27d16bf
RB
46612018-04-19 Richard Bunt <richard.bunt@arm.com>
4662
4663 * gdb.threads/multiple-successive-infcall.c: New test.
4664 * gdb.threads/multiple-successive-infcall.exp: New file.
4665
a037790e
TT
46662018-04-17 Tom Tromey <tom@tromey.com>
4667
4668 * gdb.rust/simple.rs (Union): New type.
4669 (main): New local "u".
4670 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4671
e3a91079
AA
46722018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4673
4674 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4675 number information in output of "whereis" command.
4676 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4677
b744723f
AA
46782018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4679
4680 * gdb.ada/info_types.exp: Adjust expected output to the line
4681 numbers now printed by "info var/func/type".
4682 * gdb.base/completion.exp: Likewise.
4683 * gdb.base/included.exp: Likewise.
4684 * gdb.cp/cp-relocate.exp: Likewise.
4685 * gdb.cp/cplusfuncs.exp: Likewise.
4686 * gdb.cp/namespace.exp: Likewise.
4687 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4688
4a4495d6
MM
46892018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4690
4691 * gdb.btrace/cpu.exp: New.
4692
1d509aa6
MM
46932018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4694
4695 * gdb.base/step-indirect-call-thunk.exp: New.
4696 * gdb.base/step-indirect-call-thunk.c: New.
4697 * gdb.reverse/step-indirect-call-thunk.exp: New.
4698 * gdb.reverse/step-indirect-call-thunk.c: New.
4699
6295b6da
SM
47002018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4701
4702 * gdb.base/pie-fork.c: New file.
4703 * gdb.base/pie-fork.exp: New file.
4704
50146e70
TT
47052018-04-11 Tom Tromey <tom@tromey.com>
4706
4707 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4708
f50d8a2e
PA
47092018-04-10 Pedro Alves <palves@redhat.com>
4710
4711 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4712 exits. Instead loop running forever.
4713 (fork_parent): Run forever too.
4714
a0be7a36
SM
47152018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4716
4717 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4718 mi_continue_to_line.
4719 * gdb.mi/mi-stack.c (callee4): Add comment.
4720
9b73db36
SM
47212018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4722
4723 * gdb.mi/mi-stack.exp: Fix indentation.
4724
c912f608
SM
47252018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4726
4727 PR gdb/22979
4728 * gdb.arch/amd64-osabi.exp: New file.
4729
26540402
SM
47302018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4731
4732 PR gdb/22980
4733 * gdb.base/osabi.exp: New file.
4734
121ad66c 47352018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4736
4737 * gdb.cp/static-typedef-print.exp: New file.
4738 * gdb.cp/static-typedef-print.cc: New file.
4739
3fcded8f
JB
47402018-03-27 Joel Brobecker <brobecker@adacore.com>
4741
4742 * gdb.ada/varsize_limit: New testcase.
4743
59cc4834
JB
47442018-03-27 Joel Brobecker <brobecker@adacore.com>
4745
4746 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4747
4748 * gdb.ada/notcplusplus: New testcase.
4749
4750 * gdb.base/c-linkage-name.c: New file.
4751 * gdb.base/c-linkage-name.exp: New testcase.
4752
4ca59a9f
TT
47532018-03-26 Tom Tromey <tom@tromey.com>
4754
4755 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4756 * gdb.python/py-framefilter.py (name_error): New global.
4757 (ErrorInName.function): Use name_error.
4758
978d6c75
TT
47592018-03-26 Tom Tromey <tom@tromey.com>
4760
4761 PR backtrace/15582:
4762 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4763
b7fee5a3
KS
47642018-03-23 Keith Seitz <keiths@redhat.com>
4765
4766 PR c++/22968
4767 * gdb.cp/subtypes.exp: New file.
4768 * gdb.cp/subtypes.h: New file.
4769 * gdb.cp/subtypes.cc: New file.
4770 * gdb.cp/subtypes-2.cc: New file.
4771
376be529
AB
47722018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4773
4774 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4775 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4776 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4777 -nostartfiles when compiling the test. Confirm that all registers
4778 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4779
066cfa98
AB
47802018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4781
4782 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4783 option, syntax was wrong anyway.
4784 * gdb.arch/arm-disp-step.exp: Likewise.
4785 * gdb.arch/sparc64-regs.exp: Likewise.
4786 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4787 option, syntax was wrong anyway, switch to use
4788 prepare_for_testing.
4789 * gdb.arch/i386-disp-step.exp: Likewise.
4790
079670b9
AA
47912018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4792
4793 * gdb.ada/exec_changed.exp: Replace "target_info exists
4794 use_gdb_stub" by "use_gdb_stub".
4795 * gdb.ada/start.exp: Likewise.
4796 * gdb.base/async-shell.exp: Likewise.
4797 * gdb.base/attach-pie-misread.exp: Likewise.
4798 * gdb.base/attach-wait-input.exp: Likewise.
4799 * gdb.base/break-entry.exp: Likewise.
4800 * gdb.base/break-interp.exp: Likewise.
4801 * gdb.base/dprintf-detach.exp: Likewise.
4802 * gdb.base/nostdlib.exp: Likewise.
4803 * gdb.base/solib-nodir.exp: Likewise.
4804 * gdb.base/statistics.exp: Likewise.
4805 * gdb.base/testenv.exp: Likewise.
4806 * gdb.mi/mi-exec-run.exp: Likewise.
4807 * gdb.mi/mi-start.exp: Likewise.
4808 * gdb.multi/dummy-frame-restore.exp: Likewise.
4809 * gdb.multi/multi-arch-exec.exp: Likewise.
4810 * gdb.multi/multi-arch.exp: Likewise.
4811 * gdb.multi/tids.exp: Likewise.
4812 * gdb.multi/watchpoint-multi.exp: Likewise.
4813 * gdb.python/py-events.exp: Likewise.
4814 * gdb.threads/attach-into-signal.exp: Likewise.
4815 * gdb.threads/attach-stopped.exp: Likewise.
4816 * gdb.threads/threadapply.exp: Likewise.
4817 * lib/selftest-support.exp: Likewise.
4818
26d6cec4
AA
48192018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4820
4821 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4822
4ee89e90
SR
48232018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4824
4825 * gdb.perf/template-breakpoints.cc: New file.
4826 * gdb.perf/template-breakpoints.exp: New file.
4827 * gdb.perf/template-breakpoints.py: New file.
4828
92630041
TT
48292018-03-19 Tom Tromey <tom@tromey.com>
4830
4831 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4832 y0.
4833 * gdb.rust/simple.exp: Test bare identifier form of struct
4834 initializer.
4835
76727919
TT
48362018-03-19 Tom Tromey <tom@tromey.com>
4837
4838 * gdb.gdb/observer.exp: Remove.
4839
194ed413
AA
48402018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4841
4842 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4843 "qualified" option when setting breakpoints.
4844 * gdb.trace/backtrace.exp: Likewise.
4845 * gdb.trace/circ.exp: Likewise.
4846 * gdb.trace/collection.exp: Likewise.
4847 * gdb.trace/disconnected-tracing.exp: Likewise.
4848 * gdb.trace/ftrace-lock.exp: Likewise.
4849 * gdb.trace/ftrace.exp: Likewise.
4850 * gdb.trace/infotrace.exp: Likewise.
4851 * gdb.trace/packetlen.exp: Likewise.
4852 * gdb.trace/passc-dyn.exp: Likewise.
4853 * gdb.trace/qtro.exp: Likewise.
4854 * gdb.trace/read-memory.exp: Likewise.
4855 * gdb.trace/report.exp: Likewise.
4856 * gdb.trace/signal.exp: Likewise.
4857 * gdb.trace/status-stop.exp: Likewise.
4858 * gdb.trace/strace.exp: Likewise.
4859 * gdb.trace/tfind.exp: Likewise.
4860 * gdb.trace/trace-break.exp: Likewise.
4861 * gdb.trace/trace-condition.exp: Likewise.
4862 * gdb.trace/trace-mt.exp: Likewise.
4863 * gdb.trace/tstatus.exp: Likewise.
4864 * gdb.trace/tsv.exp: Likewise.
4865 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4866 * gdb.trace/unavailable.exp: Likewise.
4867 * gdb.trace/while-dyn.exp: Likewise.
4868
8b067d2c
AA
48692018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4870
4871 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4872 that libinproctrace is copied to the target.
4873
3ae9ce5d
TT
48742018-03-14 Tom Tromey <tom@tromey.com>
4875
4876 PR cli/14977:
4877 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4878 a null pointer.
4879 * gdb.base/wchar.exp: Likewise.
4880
b8c2339b
TT
48812018-03-14 Tom Tromey <tom@tromey.com>
4882
4883 PR cli/19918:
4884 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4885 flag.
4886
4872dc46
SM
48872018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4888
4889 PR gdb/22841
4890 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4891 "target" to remote_exec.
4892
e4fe3756
SM
48932018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4894
4895 PR gdb/22841
4896 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4897 ${board}_upload): Remove.
4898
e95a97d4
AA
48992018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4900
4901 * gdb.cp/watch-cp.cc: New test.
4902 * gdb.cp/watch-cp.exp: New file.
4903
dbbb1059
AB
49042018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4905
4906 * gdb.base/infcall-nested-structs.exp: New file.
4907 * gdb.base/infcall-nested-structs.c: New file.
4908 * gdb.base/float.exp: Add riscv support.
4909
ecc054c0
TP
49102018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4911
4912 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4913 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4914
25e3c82c
SDJ
49152018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4916
4917 * gdb.server/abspath.exp: New file.
4918 * lib/gdb.exp (with_cwd): New procedure.
4919
3083294d
SM
49202018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4921
4922 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4923 use it.
4924 (gdb_is_target_remote_prompt): New proc.
4925 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4926 (gdb_is_target_native): Pass prompt parameter to
4927 gdb_is_target_1.
4928
3275ef47
SM
49292018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4930
4931 * gdb.base/load-command.c: New file.
4932 * gdb.base/load-command.exp: New file.
4933 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4934 (gdb_is_target_1): ...this, and generalize for other targets
4935 than just remote.
4936 (gdb_is_target_remote): Use gdb_is_target_1.
4937 (gdb_is_target_native): use gdb_is_target_1.
4938
6893c19a
TT
49392018-02-26 Tom Tromey <tom@tromey.com>
4940
4941 PR python/16497:
4942 * gdb.python/py-framefilter.exp: Update test.
4943
2ddeaf8a
TT
49442018-02-26 Tom Tromey <tom@tromey.com>
4945
4946 * gdb.dwarf2/variant.c: New file.
4947 * gdb.dwarf2/variant.exp: New file.
4948
c9317f21
TT
49492018-02-26 Tom Tromey <tom@tromey.com>
4950
4951 * gdb.rust/simple.exp: Accept more possible results in enum test.
4952
6f6d0c26
SM
49532018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4954
4955 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4956 parentheses.
4957
11b03145
MR
49582018-02-23 Maciej W. Rozycki <macro@mips.com>
4959
4960 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4961 name of a variable: $actual_linejj -> $actual_line.
4962
54a27fe5
JB
49632018-02-21 John Baldwin <jhb@FreeBSD.org>
4964
4965 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4966
de65820c
MM
49672018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4968
4969 * gdb.btrace/buffer-size.exp: Do not force BTS.
4970
980548fd
PA
49712018-02-14 Pedro Alves <palves@redhat.com>
4972
4973 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4974 getting a "Quit".
4975
c4e12631
MM
49762018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4977
4978 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4979 Fix test name.
4980
c2e0e465
SM
49812018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4982
4983 * gdb.cp/m-static.exp: Check type of optimized out static
4984 member.
4985
f7216783
AB
49862018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4987
4988 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4989 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4990
0625771b
LS
49912018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4992 Leszek Swirski <leszeks@google.com>
4993
4994 * gdb.python/py-prettyprint.c
4995 (struct to_string_returns_value_inner,
4996 struct to_string_returns_value_wrapper): New.
4997 (main): Add tsrvw variable.
4998 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4999 ToStringReturnsValueWrapper): New classes.
5000 (register_pretty_printers): Register new pretty-printers.
5001 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5002 recursive pretty printer.
5003 * gdb.python/py-mi.exp: Likewise.
5004
59498c30
LS
50052018-02-01 Leszek Swirski <leszeks@google.com>
5006
5007 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5008 functions with the same name as an include file are parsed
5009 correctly.
5010
d4d38844
YQ
50112018-02-01 Yao Qi <yao.qi@linaro.org>
5012
5013 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5014 "\[^\r\n\]*".
5015
07e5f5cf
NP
50162018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5017
5018 * gdb.arch/powerpc-prologue-frame.s: New file.
5019 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5020 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5021
929b5ad4
JB
50222018-01-31 Joel Brobecker <brobecker@adacore.com>
5023
5024 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5025
e671cd59
PA
50262018-01-30 Pedro Alves <palves@redhat.com>
5027
5028 PR gdb/13211
5029 * gdb.base/interrupt-daemon.c: New.
5030 * gdb.base/interrupt-daemon.exp: New.
5031 * gdb.multi/multi-term-settings.c: New.
5032 * gdb.multi/multi-term-settings.exp: New.
5033
fc413dc4
JB
50342018-01-30 Joel Brobecker <brobecker@adacore.com>
5035
5036 * gdb.base/break.exp: Save the location where the breakpoint
5037 on break.c:47 was actually inserted when debugging the version
5038 compiled at -O2 and use it in the expected output of the "info
5039 break" test performed soon after.
5040
5c319bb2
PA
50412018-01-22 Pedro Alves <palves@redhat.com>
5042 Sergio Durigan Junior <sergiodj@redhat.com>
5043
5044 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5045 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5046
a9e40818
JB
50472018-01-22 Joel Brobecker <brobecker@adacore.com>
5048
5049 * gdb.base/break-include.c, gdb.base/break-include.inc,
5050 gdb.base/break-include.exp: New files.
5051 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5052 line number now being the actual line number where the breakpoint
5053 was inserted.
5054 * gdb.mi/mi-break.exp: Likewise.
5055 * gdb.mi/mi-reverse.exp: Likewise.
5056 * gdb.mi/mi-simplerun.exp: Ditto.
5057
e707fc44
AB
50582018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5059
5060 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5061 varobj.
5062 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5063
ae451627
AB
50642018-01-21 Don Breazeal <donb@codesourcery.com>
5065 Andrew Burgess <andrew.burgess@embecosm.com>
5066
5067 * gdb.mi/basics.c: Add new global.
5068 * gdb.mi/mi-frame-regs.exp: New file.
5069 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5070 case.
5071
b1b189e0
AB
50722018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5073
5074 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5075 non-parameter, and on an unknown symbol.
5076
fcfcc376
TT
50772018-01-19 Tom Tromey <tom@tromey.com>
5078
5079 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5080 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5081
634c1c31
AA
50822018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5083
5084 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5085 setrlimit and chdir to int.
5086
d6ad07fd
AA
50872018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5088
5089 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5090 function.
5091 (my_tend): Likewise.
5092 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5093 rationale of avoiding FP- and vector instructions.
5094
adf8243b
RK
50952018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5096
5097 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5098 "info reg" with "\[ \t\]*".
5099 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5100 "\[ \t\]+".
5101 * gdb.arch/s390-multiarch.exp: Ditto.
5102 * gdb.base/pc-fp.exp: Ditto.
5103 * gdb.reverse/i386-precsave.exp: Ditto.
5104 * gdb.reverse/i386-reverse.exp: Ditto.
5105 * gdb.reverse/i387-env-reverse.exp: Ditto.
5106 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5107
dcc06925
AA
51082018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5109
5110 * lib/gdb.exp (gdb_compile): Re-enable use of
5111 universal_compile_options for languages other than Rust.
5112
25d4fd80
AA
51132018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5114
5115 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5116
ee7f689e 51172018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
5118
5119 PR gdb/16577
5120 * gdb.base/solib-vanish.exp: New.
5121 * gdb.base/solib-vanish-main.c: New.
5122 * gdb.base/solib-vanish-lib1.c: New.
5123 * gdb.base/solib-vanish-lib2.c: New.
5124
d8447b6b
YQ
51252018-01-17 Yao Qi <yao.qi@linaro.org>
5126
5127 * gdb.compile/compile.exp: Match the address printed for
5128 frame in the output of command "bt".
5129
86d6a90c
TT
51302018-01-15 Tom Tromey <tom@tromey.com>
5131
5132 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5133 compute sp_reg.
5134
cbcdb1aa
AB
51352018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5136
5137 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5138 to prepare.
5139 (prepare): Return 0 on error, 1 on success.
5140
eea61984
PA
51412018-01-12 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.base/continue-after-aborted-step-over.c: New.
5144 * gdb.base/continue-after-aborted-step-over.exp: New.
5145
6181e9c2
SM
51462018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5147
5148 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5149 options when not creating an executable.
5150
3cada740
PA
51512018-01-11 Pedro Alves <palves@redhat.com>
5152
5153 PR remote/22597
5154 * gdb.server/stop-reply-no-thread.c: New file.
5155 * gdb.server/stop-reply-no-thread.exp: New file.
5156
c63d3e8d
PA
51572018-01-10 Pedro Alves <palves@redhat.com>
5158
5159 PR gdb/22670
5160 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5161 functions too. Test setting breakpoints and printing C functions
5162 with no debug info too.
5163 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5164
d4c2a405
PA
51652018-01-10 Pedro Alves <palves@redhat.com>
5166
5167 PR gdb/22670
5168 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5169 a fail.
5170
8825213e
PA
51712018-01-10 Pedro Alves <palves@redhat.com>
5172
5173 PR gdb/22670
5174 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5175
605fd3c6
YQ
51762018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5177
5178 * gdb.server/unittest.exp: Match the output in non-development
5179 mode.
5180
1e5ded6c
YQ
51812018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5182
5183 * gdb.gdb/unittest.exp: Match output in non-development mode.
5184
30066b0b
JB
51852018-01-08 Joel Brobecker <brobecker@adacore.com>
5186
5187 * gdb.ada/access_tagged_param.exp: Relax expected output
5188 for value of "ObjL" in "continue" to pck.inspect breakpoint
5189 test.
5190
04bafb1e
XR
51912018-01-08 Joel Brobecker <brobecker@adacore.com>
5192
9f86398b
JB
5193 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5194 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 5195
e379cee6
PA
51962018-01-05 Pedro Alves <palves@redhat.com>
5197
5198 PR gdb/18653
5199 * gdb.base/libsegfault.exp: New.
5200
de63c46b
PA
52012018-01-05 Joel Brobecker <brobecker@adacore.com>
5202
5203 PR gdb/22670
5204 * gdb.ada/access_tagged_param.exp: New file.
5205 * gdb.ada/access_tagged_param/foo.adb: New file.
5206
f98fc17b
PA
52072018-01-05 Pedro Alves <palves@redhat.com>
5208
5209 PR gdb/22670
5210 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5211 exercise lower case too, and to exercise both full matching and
5212 wild matching.
5213
342f8240
JB
52142018-01-05 Joel Brobecker <brobecker@adacore.com>
5215
5216 * gdb.ada/rename_subscript_param: New testcase.
5217
7150d33c
JG
52182018-01-05 Jerome Guitton <guitton@adacore.com>
5219
5220 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5221
cc0e770c
JB
52222018-01-05 Joel Brobecker <brobecker@adacore.com>
5223
5224 * gdb.ada/convvar_comp: New testcase.
5225
672a41aa 52262018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
5227
5228 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5229 (My_Table): New global variable.
5230 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5231
7365ec2f
JB
52322018-01-04 Joel Brobecker <brobecker@adacore.com>
5233
5234 PR gdb/22670
5235 * gdb.ada/maint_with_ada: New testcase.
5236
289483b6
JB
52372018-01-04 Joel Brobecker <brobecker@adacore.com>
5238
5239 PR gdb/22670
5240 * gdb.ada/bp_c_mixed_case: New testcase.
5241
344420da
JB
52422018-01-04 Joel Brobecker <brobecker@adacore.com>
5243
5244 PR gdb/22670
5245 * gdb.ada/complete.exp: Add "complete break ada" test.
5246
66fc87a0
JB
52472018-01-04 Joel Brobecker <brobecker@adacore.com>
5248
5249 PR gdb/22670
5250 * gdb.ada/info_addr_mixed_case: New testcase.
5251
9f757bf7
XR
52522018-01-03 Xavier Roirand <roirand@adacore.com>
5253
5254 * gdb.ada/excep_handle.exp: New testcase.
5255 * gdb.ada/excep_handle/foo.adb: New file.
5256 * gdb.ada/excep_handle/pck.ads: New file.
5257
bd570f80
JB
52582018-01-03 Joel Brobecker <brobecker@adacore.com>
5259
5260 * gdb.base/step-line.c: Add extra empty line in copyright header.
5261 * gdb.base/step-line.inp: Likewise.
5262
9fe561ab
JB
52632018-01-02 Joel Brobecker <brobecker@adacore.com>
5264
5265 * gdb.ada/dyn_stride.exp: Add slice test.
5266
a405673c
JB
52672018-01-02 Joel Brobecker <brobecker@adacore.com>
5268
5269 * gdb.ada/dyn_stride: New testcase.
5270
cef0f868
SH
52712017-12-27 Stafford Horne <shorne@gmail.com>
5272
5273 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5274 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5275
b67d92b0
SH
52762017-12-27 Stafford Horne <shorne@gmail.com>
5277
5278 * gdb.base/reggroups.c: New file.
5279 * gdb.base/reggroups.exp: New file.
5280
eccab96d
JB
52812017-12-18 Joel Brobecker <brobecker@adacore.com>
5282
5283 * gdb.dwarf2/ada-valprint-error.c: New file.
5284 * gdb.dwarf2/ada-valprint-error.exp: New file.
5285
0e2da9f0
JB
52862017-12-18 Joel Brobecker <brobecker@adacore.com>
5287
5288 * gdb.ada/assign_arr: New testcase.
5289
cb923fcc
XR
52902017-12-18 Xavier Roirand <roirand@adacore.com>
5291
5292 * gdb.ada/funcall_ptr: New testcase.
5293
7c161838
SDJ
52942017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5295
5296 PR cli/16224
5297 * gdb.base/ptype-offsets.cc: New file.
5298 * gdb.base/ptype-offsets.exp: New file.
5299
1af17fd9
YQ
53002017-12-15 Yao Qi <yao.qi@linaro.org>
5301
5302 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5303 if XML is disabled.
5304
828d5846
XR
53052017-12-15 Xavier Roirand <roirand@adacore.com>
5306
5307 * gdb.ada/same_component_name: New testcase.
5308
79e8fcaa
JB
53092017-12-14 Joel Brobecker <brobecker@adacore.com>
5310
5311 * gdb.ada/str_binop_equal: New testcase.
5312
e05fa6f9
JB
53132017-12-14 Joel Brobecker <brobecker@adacore.com>
5314
5315 * gdb.ada/task_switch_in_core: New testcase.
5316
b89641ba
SM
53172017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5318
5319 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5320 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5321 call test_bkpt_qualified.
5322 (test_bkpt_qualified): New proc.
5323
6892d2e4
PA
53242017-12-13 Pedro Alves <palves@redhat.com>
5325
5326 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5327 Tighten regexp by matching with an anchor.
5328
a22ecf70
PA
53292017-12-13 Pedro Alves <palves@redhat.com>
5330
5331 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5332 ("expression with namespace"): New set of tests.
5333 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5334 (Nested::Test_NS::qux): New.
5335 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5336 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5337
9937536c
JB
53382017-12-13 Joel Brobecker <brobecker@adacore.com>
5339
5340 * gdb.base/server-del-break.c: New file.
5341 * gdb.base/server-del-break.exp: New file.
5342
fe49c6f5
SH
53432017-12-12 Stafford Horne <shorne@gmail.com>
5344
5345 * gdb.xml/tdesc-regs.exp: Add or1k support.
5346
c3d18620
SH
53472017-12-12 Stafford Horne <shorne@gmail.com>
5348
5349 * gdb.base/bp-permanent.c: Define nop of or1k.
5350
c5f9cfc8
JB
53512017-12-11 Joel Brobecker <brobecker@adacore.com>
5352
5353 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5354 output with components being reordered.
5355
a9c135fc
JB
53562017-12-11 Joel Brobecker <brobecker@adacore.com>
5357
5358 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5359 output with components being reordered.
5360
927aa2e7
JK
53612017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5362 Pedro Alves <palves@redhat.com>
5363
5364 * gdb.base/maint.exp (check for .gdb_index): Check also for
5365 .debug_names.
5366 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5367 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5368 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5369 (.gdb_index used after symbol reloading): Support also .debug_names.
5370 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5371
f17d9474
YQ
53722017-12-08 Yao Qi <yao.qi@linaro.org>
5373
5374 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5375 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5376
a0de8c21
YQ
53772017-12-08 Yao Qi <yao.qi@linaro.org>
5378
5379 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5380 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5381
a738ea1d
YQ
53822017-12-08 Yao Qi <yao.qi@linaro.org>
5383
5384 * gdb.arch/aarch64-tagged-pointer.c: New file.
5385 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5386
1cd9a73b
SDJ
53872017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5388
5389 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5390 "int".
5391
fa6eb693
KS
53922017-12-07 Keith Seitz <keiths@redhat.com>
5393
5394 PR breakpoints/22569
5395 * gdb.linespec/ls-errs.exp: Change expected result of "break
5396 -source this file has spaces.c -line 3".
5397 Check that an explicit source file followed by whitespace is
5398 identified as an invalid explicit location.
5399
883fd55a
KS
54002017-12-07 Keith Seitz <keiths@redhat.com>
5401
5402 * gdb.cp/nested-types.cc: New file.
5403 * gdb.cp/nested-types.exp: New file.
5404 * lib/cp-support.exp: Load data-structures.exp library.
5405 (debug_cp_test_ptype_class): New global.
5406 (cp_ptype_class_verbose, next_line): New procedures.
5407 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5408 Add and document new return value.
5409 Switch the list of lines to a queue.
5410 Add support for new `type' key for nested type definitions.
5411 Add debugging/troubleshooting messages.
5412 * lib/data-structures.exp: New file.
5413
ec72db3e
SM
54142017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5415
5416 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5417 with proc_with_prefix, don't use with_test_prefix.
5418
99598d71
TT
54192017-12-07 Tom Tromey <tom@tromey.com>
5420
5421 * gdb.base/break.exp: Add test for empty "commands".
5422
a8806230
YQ
54232017-12-07 Yao Qi <yao.qi@linaro.org>
5424
5425 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5426 malloc and catch syscall.
5427
824cc835
PM
54282017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5429
e79be6e5 5430 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
5431 tests for explicit locations.
5432
7cc244de
PA
54332017-12-06 Pedro Alves <palves@redhat.com>
5434
5435 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5436 force-disabling XML descriptions.
5437
50a1fdd5
PA
54382017-12-04 Pedro Alves <palves@redhat.com>
5439
5440 PR gdb/22499
5441 * gdb.arch/amd64-disp-step-avx.S: New file.
5442 * gdb.arch/amd64-disp-step-avx.exp: New file.
5443
f0fb2488
PA
54442017-12-03 Pedro Alves <palves@redhat.com>
5445
5446 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5447 and <string.h>.
5448 (parent_function): Print distinct messages when waitpid fails, or
5449 the child exits with a signal, or the child exits for an unhandled
5450 reason.
5451 * gdb.threads/process-dies-while-detaching.exp
5452 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5453 it. Wait for both inferior output and GDB's prompt. Use an
5454 indirect spawn id list.
5455 (do_detach): New parameter 'child_exit'. Use it to compute
5456 expected inferior output.
5457 (test_detach, test_detach_watch, test_detach_killed_outside):
5458 Adjust to pass down the expected child exit kind.
5459
97cbe998
SDJ
54602017-12-01 Joel Brobecker <brobecker@adacore.com>
5461 Sergio Durigan Junior <sergiodj@redhat.com>
5462 Pedro Alves <palves@redhat.com>
5463
5464 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5465
40fc416f
SDJ
54662017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5467
5468 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5469 to 'symbol-file' and 'add-symbol-file' can be
5470 position-independent.
5471
1cc75e92
YQ
54722017-12-01 Yao Qi <yao.qi@linaro.org>
5473
5474 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5475 the URL in copyright header.
5476 * gdb.arch/aarch64-fp.exp: Likewise.
5477 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5478 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5479 * gdb.base/expand-psymtabs.exp: Likewise.
5480 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5481 * gdb.fortran/common-block.exp: Likewise.
5482 * gdb.fortran/common-block.f90: Likewise.
5483 * gdb.fortran/logical.exp: Likewise.
5484 * gdb.fortran/vla-datatypes.f90: Likewise.
5485 * gdb.fortran/vla-sub.f90: Likewise.
5486
875fb7a7
JB
54872017-11-30 Joel Brobecker <brobecker@adacore.com>
5488
5489 * gdb.ada/repeat_dyn: New testcase.
5490
6f14765f
UW
54912017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5492
5493 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5494 Update for changed thread numbering.
5495 * gdb.cell/bt.exp: Update for changed GDB output.
5496
f1af7b94
SM
54972017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5498
5499 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5500 setting isremote by hand.
5501 * boards/dwarf4-gdb-index.exp: Likewise.
5502 * boards/fission.exp: Likewise.
5503 * boards/stabs.exp: Likewise.
5504
e3919f3e
PA
55052017-11-30 Pedro Alves <palves@redhat.com>
5506
5507 * gdb.linespec/cpls-ops.exp
5508 (check_explicit_skips_function_argument): Extract the underlying
5509 type of size_t instead of hardcoding it.
5510
bd69330d
PA
55112017-11-29 Pedro Alves <palves@redhat.com>
5512
5513 PR c++/19436
5514 * gdb.linespec/cpls-abi-tag.cc: New file.
5515 * gdb.linespec/cpls-abi-tag.exp: New file.
5516
a20714ff
PA
55172017-11-29 Pedro Alves <palves@redhat.com>
5518
5519 * gdb.base/langs.exp: Use -qualified.
5520 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5521 it.
5522 * gdb.cp/namespace.exp: Use -qualified.
5523 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5524 (overload-3, template-overload, template-ret-type, const-overload)
5525 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5526 procedures.
5527 (test_driver): Call them.
5528 * gdb.cp/save-bp-qualified.cc: New.
5529 * gdb.cp/save-bp-qualified.exp: New.
5530 * gdb.linespec/explicit.exp: Test -qualified.
5531 * lib/completion-support.exp (completion::explicit_opts_list): Add
5532 "-qualified".
5533 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5534
f6f1d339
PM
55352017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5536
5537 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5538
02ca603a
TT
55392017-11-29 Tom Tromey <tom@tromey.com>
5540
5541 * gdb.base/relocate.exp: Update invalid argument test.
5542 Add new tests for invalid arguments.
5543
ed6c0bfb
TP
55442017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5545
5546 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5547 Return 0 as a long.
5548 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5549
f106e10e
TP
55502017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5551
5552 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5553 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5554 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5555 func ().
5556 * gdb.cp/shadow.cc (B.func): Return 0.
5557
10329bb2
JB
55582017-11-27 Joel Brobecker <brobecker@adacore.com>
5559
5560 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5561 expected output in gdb_expect call to allow the exception
5562 message to be present as well. Fix syntax confusion to avoid
5563 TCL thinking that exception_name is an array.
5564
617cd4bc
UW
55652017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5566
5567 * gdb.arch/spu-info.c: Include <unistd.h>.
5568 (do_signal_test): Fix broken calls to write.
5569 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5570 Fix checks for empty mailboxes. Update signal tests for corrected
5571 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5572 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5573 * gdb.cell/arch.exp: Use standard_output_file.
5574 * gdb.cell/break.exp: Likewise.
5575 * gdb.cell/bt.exp: Likewise.
5576 * gdb.cell/core.exp: Likewise.
5577 * gdb.cell/dwarfaddr.exp: Likewise.
5578 * gdb.cell/ea-cache.exp: Likewise.
5579 * gdb.cell/ea-standalone.exp: Likewise.
5580 * gdb.cell/f-regs.exp: Likewise.
5581 * gdb.cell/fork.exp: Likewise.
5582 * gdb.cell/gcore.exp: Likewise.
5583 * gdb.cell/mem-access.exp: Likewise.
5584 * gdb.cell/ptype.exp: Likewise.
5585 * gdb.cell/registers.exp: Likewise.
5586 * gdb.cell/sizeof.exp: Likewise.
5587 * gdb.cell/solib-symbol.exp: Likewise.
5588 * gdb.cell/solib.exp: Likewise.
617cd4bc 5589
a81aaca0
PA
55902017-11-25 Pedro Alves <palves@redhat.com>
5591
5592 * gdb.base/complete-empty.exp: New file.
5593 * gdb.base/completion.exp: Adjust.
5594
6a3c6ee4
PA
55952017-11-25 Pedro Alves <palves@redhat.com>
5596
5597 * gdb.linespec/cpls-ops.cc: New file.
5598 * gdb.linespec/cpls-ops.exp: New file.
5599 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5600 factored out from ...
5601 (test_complete_prefix_range): ... this.
5602
8955eb2d
PA
56032017-11-24 Pedro Alves <palves@redhat.com>
5604
5605 * gdb.linespec/cpcompletion.exp: New file.
5606 * gdb.linespec/cpls-hyphen.cc: New file.
5607 * gdb.linespec/cpls.cc: New file.
5608 * gdb.linespec/cpls2.cc: New file.
5609 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5610 test to use test_gdb_complete_unique. Add label completion,
5611 keyword completion and explicit location completion tests.
5612 * lib/completion-support.exp: New file.
5613
e547c119
JB
56142017-11-24 Joel Brobecker <brobecker@adacore.com>
5615
5616 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5617 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5618 when hitting an exception catchpoint.
5619
7c3c1aa8
YQ
56202017-11-22 Yao Qi <yao.qi@linaro.org>
5621
5622 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5623
41bd68f5
SM
56242017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5625
5626 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5627 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5628 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5629
1daad298
YQ
56302017-11-22 Yao Qi <yao.qi@linaro.org>
5631
5632 * gdb.base/info-os.exp: Pass pthreads.
5633 * gdb.multi/multi-attach.exp: Likewise.
5634
88465e87
YQ
56352017-11-22 Yao Qi <yao.qi@linaro.org>
5636
5637 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5638 compiler.
5639
dc196b23
YQ
56402017-11-22 Yao Qi <yao.qi@linaro.org>
5641
5642 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5643 * gdb.base/break-interp.exp: Likewise.
5644 * gdb.base/jit-attach-pie.exp: Likewise.
5645
2400729e
UW
56462017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5647
5648 * gdb.base/float128.c (large128): New variable.
5649 * gdb.base/float128.exp: Add test to print largest __float128 value.
5650
7a26362d
UW
56512017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5652
5653 * gdb.arch/vsx-regs.exp: Update register content checks.
5654
ed0f4273
UW
56552017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5656
5657 * gdb.arch/ppc-longdouble.exp: New file.
5658 * gdb.arch/ppc-longdouble.c: Likewise.
5659
a25d69c6
PA
56602017-11-21 Pedro Alves <palves@redhat.com>
5661
5662 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5663
73fcf641
PA
56642017-11-20 Pedro Alves <palves@redhat.com>
5665
5666 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5667 (long_double_typedef): New typedefs.
5668 Use DEF on double and long double.
5669 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5670 cases.
5671 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5672 and 'long_double_ptr_same_size' locals. Use them to decide
5673 whether cast from array/function to float is valid/invalid.
5674
71a3c369
TT
56752017-11-17 Tom Tromey <tom@tromey.com>
5676
5677 * gdb.rust/traits.rs: New file.
5678 * gdb.rust/traits.exp: New file.
5679
ced9779b
JB
56802017-11-17 Joel Brobecker <brobecker@adacore.com>
5681
5682 * gdb.ada/minsyms: New testcase.
5683
a0922d80
PA
56842017-11-16 Pedro Alves <palves@redhat.com>
5685
5686 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5687 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5688
ea04e54c
PA
56892017-11-16 Pedro Alves <palves@redhat.com>
5690
5691 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5692 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5693
e849ea89
PA
56942017-11-16 Pedro Alves <palves@redhat.com>
5695
5696 * gdb.server/reconnect-ctrl-c.c: New file.
5697 * gdb.server/reconnect-ctrl-c.exp: New file.
5698
d8ae99a7
PM
56992017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5700
5701 * gdb.python/py-rbreak.exp: New file.
5702 * gdb.python/py-rbreak.c: New file.
5703 * gdb.python/py-rbreak-func2.c: New file.
5704
968a13f8
PA
57052017-11-16 Pedro Alves <palves@redhat.com>
5706
5707 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5708 pattern.
5709 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5710 GDB.
5711
71774bc9
SM
57122017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5713
5714 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5715 regex.
5716
ddbb44cf
SM
57172017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5718
5719 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5720 test names.
5721
584a564f
PA
57222017-11-09 Pedro Alves <palves@redhat.com>
5723
5724 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5725 factored out from ...
5726 (top level): ... here, and adjusted to avoid expecting beyond the
5727 prompt in a single gdb_test_multiple.
5728
5ed7a928
PA
57292017-11-09 Pedro Alves <palves@redhat.com>
5730
5731 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5732 output.
5733 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5734 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5735 * gdb.server/ext-run.exp ("kill" test): Likewise.
5736 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5737
a60e0738
PA
57382017-11-09 Pedro Alves <palves@redhat.com>
5739
5740 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5741 match till end of line.
5742
2c88253f
PA
57432017-11-09 Pedro Alves <palves@redhat.com>
5744
5745 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5746
c7a38517
PA
57472017-11-09 Pedro Alves <palves@redhat.com>
5748
5749 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5750 New procedures, factored out from ...
5751 (top level): ... here, and adjusted to avoid expecting beyond the
5752 prompt in one go.
5753
f29f4b6b
PA
57542017-11-09 Pedro Alves <palves@redhat.com>
5755
5756 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5757 output. Fix '?' match.
5758
286acbb5
JB
57592017-11-08 Joel Brobecker <brobecker@adacore.com>
5760
5761 * gdb.ada/scoped_watch: New testcase.
5762 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5763 which is actually correct.
5764 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5765 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5766
62d7ae92
PA
57672017-11-08 Pedro Alves <palves@redhat.com>
5768
5769 * gdb.gdb/complaints.exp (test_initial_complaints)
5770 (test_serial_complaints, test_short_complaints): Call
5771 complaint_internal instead of complaint.
5772
280ca31f
DT
57732017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5774
5775 * gdb.threads/tls-core.c: New file.
5776 * gdb.threads/tls-core.exp: Likewise.
5777
b5ec771e
PA
57782017-11-08 Pedro Alves <palves@redhat.com>
5779
5780 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5781 (p Exported_Capitalized): New test.
5782 (p exported_capitalized): New test.
5783
a02b41a7
PA
57842017-11-07 Pedro Alves <palves@redhat.com>
5785
5786 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5787
95e95a6d
PA
57882017-11-07 Pedro Alves <palves@redhat.com>
5789
5790 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5791 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5792 (disable_invalid, disable_inverted, disable_negative): New
5793 procedures.
5794 ("bad numbers"): New set of tests.
5795
cee62dbd
PA
57962017-11-07 Pedro Alves <palves@redhat.com>
5797
5798 * gdb.cp/ena-dis-br-range.exp: Add tests.
5799
cc638e86
PA
58002017-11-07 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5803
d0fe4701
XR
58042017-11-07 Xavier Roirand <roirand@adacore.com>
5805 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.base/ena-dis-br.exp: Add reference to
5808 gdb.cp/ena-dis-br-range.exp.
5809 * gdb.cp/ena-dis-br-range.exp: New file.
5810 * gdb.cp/ena-dis-br-range.cc: New file.
5811
46f67f80
PA
58122017-11-06 Pedro Alves <palves@redhat.com>
5813
5814 * gdb.base/attach-non-pgrp-leader.c: New.
5815 * gdb.base/attach-non-pgrp-leader.exp: New.
5816
726e1356
PA
58172017-11-06 Pedro Alves <palves@redhat.com>
5818
5819 * configure.ac: No longer check for termio.h and sgtty.h.
5820 * configure: Regenerate.
5821 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5822 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5823 Remove termio and sgtty code.
5824
50ab6ace
YQ
58252017-11-03 Yao Qi <yao.qi@linaro.org>
5826
5827 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5828 in GDB is disabled.
5829
8e68731c
YQ
58302017-11-03 Yao Qi <yao.qi@linaro.org>
5831
5832 * gdb.python/py-thrhandle.exp: Skip it if python is not
5833 enabled.
5834
3a87ae65
SM
58352017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5836
5837 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5838 as a breakpoint command.
5839
484d8d36
MD
58402017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5841
5842 PR python/21213
5843 * gdb.python/py-infthread.exp: Test calling
5844 InferiorThread.inferior () multiple times in a row.
5845
4a27f119
KS
58462017-10-27 Keith Seitz <keiths@redhat.com>
5847
5848 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5849 Test "info break" for every inlined function breakpoint.
5850
bb11dd58
YQ
58512017-10-27 Yao Qi <yao.qi@linaro.org>
5852
5853 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5854
a43f3893
PF
58552017-10-26 Patrick Frants <osscontribute@gmail.com>
5856
5857 * gdb.cp/classes.exp (test_static_members): Test printing
5858 Outer::instance.
5859 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5860 (Inner::instance, Outer::instance): New.
5861
792ccf00
PA
58622017-10-24 Pedro Alves <palves@redhat.com>
5863
5864 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5865 extra console" test in two stages.
5866
eb2bfbad
PA
58672017-10-24 Pedro Alves <palves@redhat.com>
5868
5869 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5870
1f75a651
PA
58712017-10-24 Pedro Alves <palves@redhat.com>
5872
5873 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5874 loop.
5875
779990d9
PA
58762017-10-24 Pedro Alves <palves@redhat.com>
5877
5878 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5879 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5880
ad9b8f5d
PA
58812017-10-24 Pedro Alves <palves@redhat.com>
5882
5883 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5884 parameter and handle it. Don't output read value in test name.
5885
fee6da6e
PA
58862017-10-24 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5889 custom test name.
5890
10389c2c
PA
58912017-10-24 Pedro Alves <palves@redhat.com>
5892
5893 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5894 include the unstable output directory name in the test's name.
5895 (initial_setup_simple) <'set args'>: Use custom test name.
5896
a80e65a9
PA
58972017-10-24 Pedro Alves <palves@redhat.com>
5898
5899 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5900 with explicit test name.
5901
15763a09
PA
59022017-10-20 Pedro Alves <palves@redhat.com>
5903
5904 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5905 'wait -i'. Use gdb_assert and remote_close.
5906
49a4ce2e
AB
59072017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5908
5909 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5910 number from variable rather than hard-coded.
5911
a75868f5
PA
59122017-10-19 Pedro Alves <palves@redhat.com>
5913
5914 * gdb.base/long-inferior-output.c: New file.
5915 * gdb.base/long-inferior-output.exp: New file.
5916
c8ba13ad
KS
59172017-11-18 Keith Seitz <keiths@redhat.com>
5918
5919 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5920 method.
5921 (main): Call it.
5922 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5923 Add additional user-defined conversion operator tests.
5924
b27de576
PA
59252017-10-17 Pedro Alves <palves@redhat.com>
5926
5927 * boards/native-stdio-gdbserver.exp: Load "local-board".
5928
8484c955
PA
59292017-10-17 Pedro Alves <palves@redhat.com>
5930
5931 * gdb.base/quit-live.c: New file.
5932 * gdb.base/quit-live.exp: New file.
5933
83d5a34d
KS
59342017-10-16 Keith Seitz <keiths@redhat.com>
5935
5936 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5937 (class_with_protected_typedef, class_with_private_typedef)
5938 (struct_with_public_typedef, struct_with_protected_typedef)
5939 (struct_with_private_typedef): New classes/structs.
5940 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5941 typedefs and access specifiers.
5942
739b3f1d
PA
59432017-10-16 Pedro Alves <palves@redhat.com>
5944 Simon Marchi <simon.marchi@polymtl.ca>
5945
5946 * README (Local vs Remote vs Native): New section.
5947 * boards/local-board.exp: New file, with bits factored out from
5948 ...
5949 * boards/native-extended-gdbserver.exp: ... here. Load
5950 "local-board".
5951 * boards/native-gdbserver.exp: Load "local-board".
5952 (${board}_spawn, ${board}_exec): Delete.
5953 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5954 ...
5955 * boards/stdio-gdbserver-base.exp: ... this new file.
5956 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5957 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5958 procedure.
5959 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5960 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5961 stdio_gdbserver_command.
5962 (${board}_get_remote_address, ${board}_get_comm_port)
5963 (${board}_download, ${board}_upload): Delete.
5964 (get_target_remote_pipe_cmd): New.
5965
fe68b953
SM
59662017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5967
5968 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5969 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5970 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5971 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5972 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5973 remove with_test_prefix.
5974
300b6685
PA
59752017-10-13 Pedro Alves <palves@redhat.com>
5976
5977 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5978 * gdb.base/annota1.exp: Use it instead of is_remote.
5979 * gdb.base/annota3.exp: Use it instead of is_remote.
5980 * gdb.cp/annota2.exp: Use it instead of is_remote.
5981 * gdb.cp/annota3.exp: Use it instead of is_remote.
5982 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5983
50500caf
PA
59842017-10-13 Pedro Alves <palves@redhat.com>
5985
5986 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5987 (test_num_test_vars, run_and_count_vars, find_env)
5988 (test_set_unset_env, test_inherit_env_var): New procedures.
5989 (top level): Use them.
5990
dad0c6d2
PA
59912017-10-13 Pedro Alves <palves@redhat.com>
5992
5993 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5994 also skip on stub-like targets.
5995
8b0553c1
PA
59962017-10-13 Pedro Alves <palves@redhat.com>
5997
5998 PR gdb/22293
5999 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6000 (top level): Move some tests to ...
6001 (test_not_found): ... this new procedure.
6002 (top level): Call it.
6003
7594f623
PA
60042017-10-13 Pedro Alves <palves@redhat.com>
6005
6006 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6007 expect different "info terminal" output if testing with a
6008 non-native target.
6009
ebe3b402
PA
60102017-10-13 Pedro Alves <palves@redhat.com>
6011 Simon Marchi <simon.marchi@polymtl.ca>
6012
6013 PR python/12966
6014 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6015
42f1b161
PA
60162017-10-13 Pedro Alves <palves@redhat.com>
6017
6018 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6019 already.
6020
8d6ef72b
PA
60212017-10-13 Pedro Alves <palves@redhat.com>
6022
6023 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6024 is_remote.
6025
d7bcd5b8
PA
60262017-10-13 Pedro Alves <palves@redhat.com>
6027
6028 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6029 is_remote.
6030
df479dc6
PA
60312017-10-13 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6034 is set.
6035 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6036 instead of is_remote.
6037
23fb630a
PA
60382017-10-13 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6041 (top level): Add comment.
6042
cc77b1dc
PA
60432017-10-13 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.base/remote.exp (top level): Fix comment typo and add
6046 missing return.
6047
27c9e813
PA
60482017-10-13 Pedro Alves <palves@redhat.com>
6049 Simon Marchi <simon.marchi@polymtl.ca>
6050
6051 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6052 calls and add comments. Skip test if use_gdb_stub is set.
6053 (top level): Use "set cwd" command instead of "cd" command.
6054
5e830d98
PA
60552017-10-13 Pedro Alves <palves@redhat.com>
6056
6057 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6058 is_remote target check.
6059
f5ca0032
PA
60602017-10-13 Pedro Alves <palves@redhat.com>
6061
6062 * gdb.base/scope.exp: Use build_executable + clean_restart +
6063 gdb_file_cmd instead of prepare_for_testing and no longer skip
6064 "before run" tests on is_remote target boards. Update comments.
6065 * boards/native-extended-gdbserver.exp
6066 (extended_gdbserver_load_last_file): New, factored out from ...
6067 (gdb_load): ... this. Move further below and add comment.
6068 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6069
8aed1c0d
PA
60702017-10-12 Pedro Alves <palves@redhat.com>
6071
6072 * gdb.base/attach.exp: Remove references to gdb64.
6073 * gdb.base/dbx.exp: Remove references to gdb64.
6074
cfa34c87
SM
60752017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6076 Pedro Alves <palves@redhat.com>
6077
6078 * gdb.base/label.exp: Remove is_remote target check.
6079
9192b7de
PA
60802017-10-12 Pedro Alves <palves@redhat.com>
6081
6082 * gdb.base/auvx.exp (coredir): Update comment.
6083 (top level) <core_works>: Use "set cwd" command instead of "cd"
6084 command.
6085
6bf0052d
PA
60862017-10-12 Pedro Alves <palves@redhat.com>
6087 Simon Marchi <simon.marchi@polymtl.ca>
6088
6089 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6090 target boards.
6091
e48ef82d
PA
60922017-10-12 Pedro Alves <palves@redhat.com>
6093 Simon Marchi <simon.marchi@polymtl.ca>
6094
6095 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6096 Instead skip if there's any gdb_protocol set.
6097
8d7aea57
SM
60982017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6099 Pedro Alves <palves@redhat.com>
6100
6101 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6102
30440677
PA
61032017-10-12 Pedro Alves <palves@redhat.com>
6104 Simon Marchi <simon.marchi@polymtl.ca>
6105
6106 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6107 instead of on dejagnu remote boards.
6108
4e04f045 61092017-10-12 Pedro Alves <palves@redhat.com>
175654b9 6110 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
6111
6112 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6113 checks. Use build_executable + clean_restart instead of
6114 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6115 of enabling non-stop after starting gdb.
6116
871a186e
PA
61172017-10-12 Pedro Alves <palves@redhat.com>
6118
6119 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6120 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6121 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6122 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6123
56d704da
AK
61242017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6125
6126 * gdb.arch/arc-tdesc-cpu.exp: New file.
6127 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6128
2f20e312
SM
61292017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6130
6131 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6132
65630365
PA
61332017-10-10 Pedro Alves <palves@redhat.com>
6134
6135 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6136 expect CLI output.
6137
bf469271
PA
61382017-10-10 Pedro Alves <palves@redhat.com>
6139
6140 * lib/selftest-support.exp (selftest_setup): Update for
6141 captured_command_loop's prototype change.
6142
777a42f1
PA
61432017-10-09 Pedro Alves <palves@redhat.com>
6144
6145 Test both arch1=>arch2 and arch2=>arch1.
6146
6147 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6148 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6149 factored out to...
6150 (append_arch1_options, append_arch2_options, append_arch_options)
6151 (build_executables): New procedures.
6152 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6153 local.
6154 (top level): Add new 'first_arch' testing axis.
6155
cbd2b4e3
PA
61562017-10-09 Pedro Alves <palves@redhat.com>
6157
6158 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6159 (barrier): New.
6160 (thread_start, all_started): New functions.
6161 (main): Spawn new thread and wait until it is scheduled.
6162 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6163 option.
6164 (do_test): Add 'selected_thread' parameter. Run to all_started
6165 instead of main. Explicitly set the breakpoint at main. Switch
6166 to the SELECTED_THREAD thread.
6167 (top level): Test handling the exec event with either the main
6168 thread or the second thread selected.
6169
5c9e4427
PA
61702017-10-09 Pedro Alves <palves@redhat.com>
6171
6172 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6173 logic. Move STOP marker after the value checks.
6174 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6175 regexp.
6176
b3b7c423
SL
61772017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6178
6179 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6180
3b4b2f16
UW
61812017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6182
6183 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6184 integer-to-dfp conversion.
6185 * gdb.base/dfp-test.exp: Likewise.
6186
5cd63fda
PA
61872017-10-04 Pedro Alves <palves@redhat.com>
6188
6189 * gdb.multi/hangout.c: Include <unistd.h>.
6190 (hangout_loop): New function.
6191 (main): Call alarm. Call hangout_loop in a loop.
6192 * gdb.multi/hello.c: Include <unistd.h>.
6193 (hello_loop): New function.
6194 (main): Call alarm. Call hangout_loop in a loop.
6195 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6196 inferior with the other selected.
6197
4c71c105
SM
61982017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6199
6200 * gdb.mi/list-thread-groups-available.exp: New file.
6201 * gdb.mi/list-thread-groups-available.c: New file.
6202
bc3b087d
SDJ
62032017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6204
6205 * gdb.base/set-cwd.exp: Make it available on
6206 native-extended-gdbserver.
6207
d092c5a2
SDJ
62082017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6209
6210 * gdb.base/set-cwd.c: New file.
6211 * gdb.base/set-cwd.exp: Likewise.
6212
45320ffa
TT
62132017-10-02 Tom Tromey <tom@tromey.com>
6214
6215 PR rust/22236:
6216 * gdb.rust/simple.rs (main): New variable "fslice".
6217 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6218
b3e3859b
TT
62192017-10-02 Tom Tromey <tom@tromey.com>
6220
6221 * gdb.rust/simple.exp: Test ptype of a slice.
6222
01af5e0d
TT
62232017-10-02 Tom Tromey <tom@tromey.com>
6224
6225 * gdb.rust/simple.exp: Test index of slice.
6226
a9bbfbd8
TT
62272017-09-27 Tom Tromey <tom@tromey.com>
6228
6229 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6230
df8899e5
TP
62312017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6232 Pedro Alves <palves@redhat.com>
6233
6234 * gdb.base/compare-sections.exp (get value of read-only section): Read
6235 as unsigned value.
6236 (corrupt read-only section): Likewise and don't set written if patching
6237 failed.
6238
757bf54b
KB
62392017-09-21 Kevin Buettner <kevinb@redhat.com>
6240
6241 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6242 files.
6243
06871ae8
PA
62442017-09-20 Pedro Alves <palves@redhat.com>
6245
6246 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6247 symbol names in gdb's output.
6248 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6249
e5f25bc5
PA
62502017-09-20 Pedro Alves <palves@redhat.com>
6251
6252 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6253 Rename to ...
6254 (test_list_ambiguous_symbol): ... this and add a symbol name
6255 parameter. Adjust.
6256 (test_list_ambiguous_function): Reimplement on top of
6257 test_list_ambiguous_symbol and also test listing ambiguous
6258 variables.
6259 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6260 (ambiguous_fun): ... this.
6261 (ambiguous_var): New.
6262 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6263 (ambiguous_fun): ... this.
6264 (ambiguous_var): New.
6265
4e5a4f58
JB
62662017-09-19 John Baldwin <jhb@FreeBSD.org>
6267
6268 * gdb.base/starti.c: New file.
6269 * gdb.base/starti.exp: New file.
6270 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6271
26e53f3e
PA
62722017-09-14 Pedro Alves <palves@redhat.com>
6273
6274 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6275 (top level): Use it instead of runto.
6276
cb791d59
TT
62772017-09-11 Tom Tromey <tom@tromey.com>
6278
6279 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6280
7c96f8c1
TT
62812017-09-11 Tom Tromey <tom@tromey.com>
6282
6283 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6284 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6285
469412dd
CW
62862017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6287
6288 * gdb.fortran/printing-types.exp: New file.
6289 * gdb.fortran/printing-types.exp: New file.
6290
e0f86435
BH
62912017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6292
6293 * gdb.fortran/vla-ptype.exp: Fix typos.
6294 * gdb.fortran/vla-value.exp: Same.
6295
9e9af4be
BH
62962017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6297
6298 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6299 * gdb.mi/mi-var-child-f.exp: Likewise.
6300 * gdb.mi/mi-vla-fortran.exp: Likewise.
6301
a5ad232b 63022017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
6303 Christoph Weinmann <christoph.t.weinmann@intel.com>
6304 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
6305
6306 * gdb.fortran/ptr-indentation.f90: New file.
6307 * gdb.fortran/ptr-indentation.exp: New file.
6308
5aec60eb
TT
63092017-09-05 Tom Tromey <tom@tromey.com>
6310
6311 PR gdb/22010:
6312 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6313
8f8f8152
TP
63142017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6315
6316 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6317
fbd1b771
JK
63182017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6319
6320 * gdb.threads/tls-nodebug-pie.c: New file.
6321 * gdb.threads/tls-nodebug-pie.exp: New file.
6322
5eb5f850
TT
63232017-09-05 Tom Tromey <tom@tromey.com>
6324
6325 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6326 for rust.
6327
ae780a21
SM
63282017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6329
6330 * gdb.multi/multi-arch-exec.exp: Test with different
6331 "follow-exec-mode" settings.
6332 (do_test): New procedure.
6333
3693fdb3
PA
63342017-09-04 Pedro Alves <palves@redhat.com>
6335
6336 * gdb.base/func-static.c (S::method const, S::method volatile)
6337 (S::method volatile const): New methods.
6338 (c_s, v_s, cv_s): New instances.
6339 (main): Call method() on them.
6340 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6341 (cannot_resolve): New procedure.
6342 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6343 print-quote-unquoted columns.
6344 (do_test): Test printing each scope too.
6345
e68cb8e0
PA
63462017-09-04 Pedro Alves <palves@redhat.com>
6347
6348 * gdb.base/local-static.exp: Also test with
6349 class::method::variable wholly quoted.
6350 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6351
858be34c
PA
63522017-09-04 Pedro Alves <palves@redhat.com>
6353
6354 * gdb.base/local-static.c: New.
6355 * gdb.base/local-static.cc: New.
6356 * gdb.base/local-static.exp: New.
6357
46a4882b
PA
63582017-09-04 Pedro Alves <palves@redhat.com>
6359
6360 * gdb.asm/asm-source.exp: Add casts to int.
6361 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6362 (dataglobal64_1, dataglobal64_2): New globals.
6363 * gdb.base/nodebug.exp: Test different expressions involving the
6364 new globals, with print, whatis and ptype. Add casts to int.
6365 * gdb.base/solib-display.exp: Add casts to int.
6366 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6367 * gdb.cp/m-static.exp: Add cast to int.
6368 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6369 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6370 tls variable with no debug info without a cast. Test with a cast
6371 to int too.
6372 * gdb.trace/entry-values.exp: Add casts.
6373
2c5a2be1
PA
63742017-09-04 Pedro Alves <palves@redhat.com>
6375
6376 * gdb.base/nodebug.exp: Test that ptype's error about functions
6377 with unknown return type includes the function name too.
6378
7022349d
PA
63792017-09-04 Pedro Alves <palves@redhat.com>
6380
6381 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6382 return type of munmap in infcall.
6383 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6384 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6385 type of ftell in infcall.
6386 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6387 type of getpid in infcall.
6388 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6389 infcall.
6390 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6391 Bail on failure to extract the pid.
6392 * gdb.base/nodebug.c: #include <stdint.h>.
6393 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6394 New functions.
6395 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6396 Change expected output of print/whatis/ptype with functions with
6397 no debug info. Test all supported languages. Call
6398 test_call_promotion.
6399 * gdb.compile/compile.exp: Adjust expected output to expect
6400 warning.
6401 * gdb.threads/siginfo-threads.exp: Likewise.
6402
54990598
PA
64032017-09-04 Pedro Alves <palves@redhat.com>
6404
6405 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6406 "prototypes". Test calling float functions via prototyped and
6407 unprototyped function pointers.
6408 (perform_all_tests): New parameter "prototypes". Pass it down.
6409 (top level): Pass down "prototypes" parameter to
6410 perform_all_tests.
6411
34d16ea2
SM
64122017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6413
6414 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6415 Test with nested loops.
6416
9521ecda
SM
64172017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6418
6419 * gdb.base/commands.exp: Call the new procedures.
6420 (loop_break_test, loop_continue_test): New procedures.
6421
80a65e9b
SM
64222017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6423
6424 * gdb.base/commands.exp: Call new procedure.
6425 (define_if_without_arg_test): New procedure.
6426
e439fa14
PA
64272017-09-04 Pedro Alves <palves@redhat.com>
6428
6429 * gdb.base/list-ambiguous.exp: New file.
6430 * gdb.base/list-ambiguous0.c: New file.
6431 * gdb.base/list-ambiguous1.c: New file.
6432 * gdb.base/list.exp (test_list_range): Adjust expected output.
6433
0a2dde4a
SDJ
64342017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6435
6436 * gdb.base/share-env-with-gdbserver.c: New file.
6437 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6438
5e89eb3a
SM
64392017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6440
6441 * gdb.base/commands.exp (gdbvar_simple_if_test,
6442 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6443 progvar_simple_if_test, progvar_simple_while_test,
6444 progvar_complex_if_while_test, user_defined_command_test,
6445 user_defined_command_args_eval,
6446 user_defined_command_args_stack_test,
6447 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6448 temporary_breakpoint_commands,
6449 gdb_test_no_prompt, redefine_hook_test,
6450 redefine_backtrace_test): Remove "global gdb_prompt".
6451
fd437cbc
SM
64522017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6453
6454 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6455 New proc, call it from toplevel.
6456
87215ad1
SDJ
64572017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6458
6459 PR remote/21852
6460 * gdb.server/normal.c: New file, copied from gdb.base.
6461 * gdb.server/run-without-local-binary.exp: New file.
6462
58afddc6
WP
64632017-08-07 Weimin Pan <weimin.pan@oracle.com>
6464
6465 * gdb.arch/sparc64-adi.exp: New file.
6466 * gdb.arch/sparc64-adi.c: New file.
6467
5277199a
PA
64682017-08-22 Pedro Alves <palves@redhat.com>
6469
6470 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6471 (top level): Add "list all overloads" tests.
6472
14278e1f
TT
64732017-08-22 Tom Tromey <tom@tromey.com>
6474
6475 * gdb.gdb/xfullpath.exp: Remove.
6476
bf223d3e
PA
64772017-08-21 Pedro Alves <palves@redhat.com>
6478
6479 PR gdb/19487
6480 * gdb.base/symbol-alias.c: New.
6481 * gdb.base/symbol-alias2.c: New.
6482 * gdb.base/symbol-alias.exp: New.
6483
c973d0aa
PA
64842017-08-21 Pedro Alves <palves@redhat.com>
6485
6486 * gdb.base/dfp-test.c
6487 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6488 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6489 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6490 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6491 * gdb.base/whatis-ptype-typedefs.c: New.
6492 * gdb.base/whatis-ptype-typedefs.exp: New.
6493 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6494 (an_int, an_int_type, an_int_type2): New globals.
6495 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6496 involving typedefs and cast expressions.
6497 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6498 (lookup_typedefs_function): New.
6499 (typedefs_pretty_printers_dict): New.
6500 (top level): Register lookup_typedefs_function in
6501 gdb.pretty_printers.
6502
6d580b63
YQ
65032017-08-18 Yao Qi <yao.qi@linaro.org>
6504
6505 * gdb.server/unittest.exp: New.
6506
206726fb
SDJ
65072017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6508
6509 PR gdb/21954
6510 * gdb.base/environ.exp: Add test to check if 'unset environment'
6511 works.
6512
bf0ec4c2
AA
65132017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6514
6515 * lib/gdb.exp (universal_compile_options): New caching proc.
6516 (gdb_compile): Suppress GCC's coloring of messages.
6517
d6382fff
TT
65182017-08-14 Tom Tromey <tom@tromey.com>
6519
6520 PR gdb/21675:
6521 * gdb.base/printcmds.exp (test_radices): New function.
6522 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6523 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6524 * lib/gdb.exp (get_integer_valueof): Use p/d.
6525
c2c2dd9f
SM
65262017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6527
6528 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6529 characters.
6530
fdffd6f4
TT
65312017-08-05 Tom Tromey <tom@tromey.com>
6532
6533 * gdb.rust/simple.exp: Allow String to appear in a different
6534 namespace.
6535
27d41eac
YQ
65362017-07-26 Yao Qi <yao.qi@linaro.org>
6537
6538 * gdb.gdb/unittest.exp: Invoke command
6539 "maintenance check xml-descriptions".
6540
031ed05d
AA
65412017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6542
6543 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6544 calling context.
6545 (hex128): Drop erroneous calculation of parameters.
6546
dcd27ddf
SM
65472017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6548
6549 * gdb.python/py-unwind.exp: Disable stack protection when
6550 building test file.
6551
47e77640
PA
65522017-07-20 Pedro Alves <palves@redhat.com>
6553
6554 * gdb.base/default.exp (set language): Adjust expected output.
6555
62d2a18a
PA
65562017-07-20 Pedro Alves <palves@redhat.com>
6557
6558 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6559 (test_minsym): ... this, and make static.
6560 (get_pck__foo__bar__minsym): Rename to ...
6561 (get_test_minsym): ... this.
6562 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6563 symbol names and comments.
6564 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6565 (get_test_minsym): ... this.
6566 (pck__foo__bar__minsym__2): Rename to ...
6567 (test_minsym): ... this.
6568 (main): Adjust.
6569
c45ec17c
PA
65702017-07-17 Pedro Alves <palves@redhat.com>
6571
6572 * gdb.base/completion.exp: Adjust expected output.
6573 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6574 the completer works.
6575
c6756f62
PA
65762017-07-17 Pedro Alves <palves@redhat.com>
6577
6578 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6579
5bd68487
AB
65802017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6581
6582 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6583
8880f2a9
TT
65842017-07-14 Tom Tromey <tom@tromey.com>
6585
6586 PR rust/21764:
6587 * gdb.rust/simple.exp: Add tests.
6588
65547233
TT
65892017-07-14 Tom Tromey <tom@tromey.com>
6590
6591 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6592
8f14146e
PA
65932017-07-14 Pedro Alves <palves@redhat.com>
6594
6595 * gdb.linespec/base/one/thefile.cc (z1): New function.
6596 * gdb.linespec/base/two/thefile.cc (z2): New function.
6597 * gdb.linespec/linespec.exp: Add tests.
6598
b4365d02
AB
65992017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6600
6601 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6602 to mi_create_breakpoint.
6603
5d2cbaa5
AB
66042017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6605
6606 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6607 mi_create_breakpoint.
6608
11cb5716
IB
66092017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6610
6611 * gdb.dlang/demangle.exp: Update for demangling changes.
6612
03278692
TT
66132017-07-09 Tom Tromey <tom@tromey.com>
6614
6615 * gdb.dwarf2/shortpiece.exp: New file.
6616
33c5cd75
DB
66172017-07-06 David Blaikie <dblaikie@gmail.com>
6618
6619 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6620 built from fissiont-multi-cu{1,2}.c.
6621 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6622 except putting 'main' and 'func' in separate CUs in the same DWO file.
6623 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6624 test.
6625 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6626 test.
6627
8455d262
PA
66282017-07-06 Pedro Alves <palves@redhat.com>
6629
6630 * gdb.python/py-unwind.exp: Test flushregs.
6631
dc4bde35
SDJ
66322017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6633
6634 PR cli/21688
6635 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6636 tests for alias commands and trailing whitespace.
6637
51ed89aa
SDJ
66382017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6639
6640 PR cli/21688
6641 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6642 procedure. Call it.
6643
eb17d413
PA
66442017-06-29 Pedro Alves <palves@redhat.com>
6645
6646 * gdb.base/printcmds.exp: Add tests.
6647
41664b45
DG
66482017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6649
6650 PR gdb/21337
6651 * gdb.base/reread-readsym.exp: New file.
6652 * gdb.base/reread-readsym.c: New file.
6653
75312ae3
KB
66542017-06-21 Kevin Buettner <kevinb@redhat.com>
6655
6656 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6657 subpattern.
6658
66953522
PB
66592017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6660
6661 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6662 extended mnemonic.
6663 * gdb.arch/powerpc-power9.s: Likewise.
6664
5524b525
AA
66652017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6666
6667 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6668 on 32-bit x86 targets. Exploit is_*_target macros where
6669 appropriate.
6670
03c8af18
AA
66712017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6672
6673 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6674 register pieces.
6675
3bf31011
AA
66762017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6677
6678 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6679 located in one or more DWARF pieces.
6680
805acca0
AA
66812017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6682
6683 * lib/gdb.exp (get_endianness): New proc.
6684 * gdb.arch/aarch64-fp.exp: Use it.
6685 * gdb.arch/altivec-regs.exp: Likewise.
6686 * gdb.arch/e500-regs.exp: Likewise.
6687 * gdb.arch/vsx-regs.exp: Likewise.
6688 * gdb.base/dump.exp: Likewise.
6689 * gdb.base/funcargs.exp: Likewise.
6690 * gdb.base/gnu_vector.exp: Likewise.
6691 * gdb.dwarf2/formdata16.exp: Likewise.
6692 * gdb.dwarf2/implptrpiece.exp: Likewise.
6693 * gdb.dwarf2/nonvar-access.exp: Likewise.
6694 * gdb.python/py-inferior.exp: Likewise.
6695 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6696
e9352324
AA
66972017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6698
6699 PR gdb/21226
6700 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6701 stack value pieces are taken from the LSB end.
6702
d5d1163e
AA
67032017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6704
6705 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6706 variable at nonzero offset.
6707
0567c986
AA
67082017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6709
6710 * gdb.dwarf2/var-access.c: New file.
6711 * gdb.dwarf2/var-access.exp: New test.
6712 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6713
973e9aab
TT
67142017-06-12 Tom Tromey <tom@tromey.com>
6715
6716 * gdb.dwarf2/formdata16.exp: Add tests.
6717
d9109c80
TT
67182017-06-12 Tom Tromey <tom@tromey.com>
6719
6720 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6721
30a25466
TT
67222017-06-12 Tom Tromey <tom@tromey.com>
6723
6724 PR exp/16225:
6725 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6726 * gdb.arch/vsx-regs.exp: Update tests.
6727 * gdb.arch/s390-vregs.exp (hex128): New proc.
6728 Update test.
6729 * gdb.arch/altivec-regs.exp: Update tests.
6730
aefd8b33
SDJ
67312017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6732
6733 * gdb.base/startup-with-shell.c: New file.
6734 * gdb.base/startup-with-shell.exp: Likewise.
6735
2090129c
SDJ
67362017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6737
6738 * gdb.server/non-existing-program.exp: Update regex in order to
6739 reflect the fact that gdbserver is now using fork_inferior (with a
6740 shell) to startup the inferior.
6741
8e86a419
SM
67422017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6743
6744 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6745 support function calls from GDB.
6746
e6cf65f2
TT
67472017-05-21 Tom Tromey <tom@tromey.com>
6748
6749 PR rust/21466:
6750 * gdb.rust/unsized.exp: New file.
6751 * gdb.rust/unsized.rs: New file.
6752
43cc5389
TT
67532017-05-19 Tom Tromey <tom@tromey.com>
6754
6755 PR rust/21484:
6756 * gdb.rust/watch.exp: New file.
6757 * gdb.rust/watch.rs: New file.
6758
ec8df234
TT
67592017-05-18 Tom Tromey <tom@tromey.com>
6760
6761 * gdb.rust/simple.exp: Allow Box to be qualified.
6762
3e3e7fae
TP
67632017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6764
6765 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6766
59cc050d
PA
67672017-05-18 Pedro Alves <palves@redhat.com>
6768
6769 * gdb.base/fileio.c (test_write, test_read, test_close)
6770 (test_fstat): Don't print 'ret' in the fail path.
6771
c8f6abd1
PA
67722017-05-18 Pedro Alves <palves@redhat.com>
6773
6774 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6775 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6776 (test_system, test_rename, test_unlink, test_time): Change
6777 prototypes.
6778 * gdb.base/fileio.exp (stop_msg): Adjust.
6779
d2a03b77
PA
67802017-05-18 Pedro Alves <palves@redhat.com>
6781
6782 * gdb.base/fileio.c (null_str): New global.
6783 (test_stat): Use it.
6784 * gdb.base/fileio.exp: Remove nowarnings.
6785
0d5c6999
YQ
67862017-05-17 Yao Qi <yao.qi@linaro.org>
6787
6788 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6789
21873064
YQ
67902017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6791
6792 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6793 argument command.
6794 (top-level): Invoke test_set_inferior_tty.
6795
d512d31c
PA
67962017-05-04 Pedro Alves <palves@redhat.com>
6797
6798 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6799 Add parens to print call for Python 3.
6800
90cef2ed
KS
68012017-05-03 Keith Seitz <keiths@redhat.com>
6802
6803 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6804 (main): Call it.
6805
14f819c8
TW
68062017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6807
6808 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6809 to prev and next.
6810
913aeadd
TW
68112017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6812
6813 * gdb.python/py-record-btrace.exp: Remove test for
6814 gdb.BtraceInstruction.error.
6815
a3be24ad
TW
68162017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6817
6818 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6819
ae20e79a
TW
68202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6821
6822 * gdb.python/py-record-btrace-threads.c: New file.
6823 * gdb.python/py-record-btrace-threads.exp: New file.
6824
45ce1b47
SDJ
68252017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6826
6827 PR testsuite/8595
6828 * gdb.base/environ.exp: Make test available in all architectures.
6829 Move bits related to "info program" testing to
6830 gdb.base/info-program.exp. Rewrite tests to use the two new
6831 procedures mentione below.
6832 (test_set_show_env_var) New procedure.
6833 (test_set_show_env_var_equal): Likewise.
6834 * gdb.base/info-program.exp: New file.
6835
e15c3eb4
KS
68362017-04-27 Keith Seitz <keiths@redhat.com>
6837
6838 * gdb.cp/oranking.cc (test15): New function.
6839 (main): Call test15 and declare additional variables for testing.
6840 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6841 "p foo101('abc')" tests.
6842 Add tests for cv qualifier overloads.
6843 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6844 "lvalue reference overload" test.
6845 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6846 "print value of f1 on Child&& in f2" test.
6847
3a3fd0fd
PA
68482017-04-19 Pedro Alves <palves@redhat.com>
6849
6850 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6851 procedure.
6852 (top level): Call it.
6853 * lib/gdb.exp (gdb_define_cmd): New procedure.
6854
53375380
PA
68552017-04-12 Pedro Alves <palves@redhat.com>
6856
6857 PR gdb/21323
6858 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6859 (wchar): New global.
6860 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6861 (do_test_wide_char, wide_char_types_no_program, top level): Add
6862 wchar_t testing.
6863
53e710ac
PA
68642017-04-12 Pedro Alves <palves@redhat.com>
6865
6866 PR c++/21323
6867 * gdb.cp/wide_char_types.c: New file.
6868 * gdb.cp/wide_char_types.exp: New file.
6869
0ad9d8c7
SDJ
68702017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6871
6872 PR gdb/21352
6873 * gdb.trace/tsv.exp: Add test for "tsave -r".
6874
b1b45502
IB
68752017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6876
6877 * gdb.dlang/watch-loc.c: New file.
6878 * gdb.dlang/watch-loc.exp: New file.
6879
ec13808e
JK
68802017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6881
6882 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6883
fe5f7374
AK
68842017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6885
6886 * gdb.arch/arc-analyze-prologue.S: New file.
6887 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6888
eea78757
AK
68892017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6890
6891 * gdb.arch/arc-decode-insn.S: New file.
6892 * gdb.arch/arc-decode-insn.exp: Likewise.
6893
5badf10a
IR
68942017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6895
6896 PR tdep/20928
6897 * gdb.arch/sparc64-regs.exp: New file.
6898 * gdb.arch/sparc64-regs.S: Likewise.
6899
cee59b3f
TW
69002017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6901
6902 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6903 and memory view on Python 3.
6904
c0f55cc6
AV
69052017-03-20 Artemiy Volkov <artemiyv@acm.org>
6906 Keith Seitz <keiths@redhat.com>
6907
6908 PR gdb/14441
6909 * gdb.cp/demangle.exp: Add rvalue reference tests.
6910 * gdb.cp/rvalue-ref-casts.cc: New file.
6911 * gdb.cp/rvalue-ref-casts.exp: New file.
6912 * gdb.cp/rvalue-ref-overload.cc: New file.
6913 * gdb.cp/rvalue-ref-overload.exp: New file.
6914 * gdb.cp/rvalue-ref-params.cc: New file.
6915 * gdb.cp/rvalue-ref-params.exp: New file.
6916 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6917 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6918 * gdb.cp/rvalue-ref-types.cc: New file.
6919 * gdb.cp/rvalue-ref-types.exp: New file.
6920 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6921 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6922
51457a05
MAL
69232017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6924
6925 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6926 New procedure.
6927
5b291c04
MAL
69282017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6929
6930 * lib/mi-support.exp (mi_gdb_test): Add additional message
6931 for unexpected output.
6932
59a56148
AA
69332017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6934
6935 * gdb.base/examine-backward.c (Barrier): New character array
6936 constant, to ensure that TestStrings is preceded by a string
6937 terminator.
6938
7942e96e
AA
69392017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6940
6941 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6942 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6943 and implicit pointer into such a location.
6944
6ebac3fb
DE
69452017-03-16 Doug Evans <dje@google.com>
6946
6947 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6948
ec3b243d
TP
69492017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6950
6951 * gdb.cp/m-static.exp: Fix expectation for prototype of
6952 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
6953
69542017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
6955
6956 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6957 * gdb.guile/scm-lazy-string.c: New file.
6958 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6959 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6960 for pointer, array, typedef lazy strings.
6961
2cc36e25 69622017-03-16 Doug Evans <dje@google.com>
34b43320
DE
6963
6964 PR python/17728, python/18439, python/18779
6965 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6966 * gdb.python/py-lazy-string.c (pointer): New typedef.
6967 (main): New locals ptr, array, typedef_ptr.
6968 * gdb.python/py-value.exp: Move lazy string tests to ...
6969 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6970 array, typedef lazy strings.
ec3b243d 6971
0efcde63
AK
69722017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6973
6974 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6975 Add optional 'test' parameter.
6976
7978d7c3
SM
69772017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6978
6979 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6980 Skip for versions of DejaGnu < 1.5.
6981
896c0c1e
SM
69822017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6983
6984 * lib/gdb.exp (dejagnu_version): New proc.
6985 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6986 Use dejagnu_version.
6987
5f4d1085
KS
69882017-03-10 Keith Seitz <keiths@redhat.com>
6989
6990 PR c++/8128
6991 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6992 type from destructor regexps.
6993 Add a branch which actually passes the test.
6994 Adjust "ptype t5i" test names.
6995
1de05205
PA
69962017-03-08 Pedro Alves <palves@redhat.com>
6997
6998 * gdb.base/step-over-exit.exp: Add explicit test message.
6999
c65d6b55
PA
70002017-03-08 Pedro Alves <palves@redhat.com>
7001
7002 PR gdb/18360
7003 * gdb.threads/interrupt-while-step-over.c: New file.
7004 * gdb.threads/interrupt-while-step-over.exp: New file.
7005
2e86a283
PA
70062017-03-08 Pedro Alves <palves@redhat.com>
7007
7008 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7009 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7010
25dcbff6
PA
70112017-03-08 Pedro Alves <palves@redhat.com>
7012
7013 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7014 PKRU as not supported as a PASS.
7015
dc9366eb
PA
70162017-03-08 Pedro Alves <palves@redhat.com>
7017
7018 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7019 prefix instead of $binfile1/$binfile2.
7020 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7021 in test message.
7022 * gdb.python/py-completion.exp: Use "load python file" as test
7023 messages instead of unstable path names.
7024
6e5d74e7
PA
70252017-03-08 Pedro Alves <palves@redhat.com>
7026 Jan Kratochvil <jan.kratochvil@redhat.com>
7027
7028 PR cli/21218
7029 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7030 New proc.
7031 (top level): Call it.
7032
9753a2f6
PA
70332017-03-08 Pedro Alves <palves@redhat.com>
7034
7035 PR tui/21216
7036 * gdb.tui/tui-nl-filtered-output.exp: New file.
7037
1a4dd9dd
PA
70382017-03-08 Pedro Alves <palves@redhat.com>
7039
7040 * gdb.base/completion.exp: Move TUI completion tests to ...
7041 * gdb.tui/completion.exp: ... this new file.
7042
7cbbff33
PA
70432017-03-08 Pedro Alves <palves@redhat.com>
7044
7045 * gdb.base/tui-disasm-long-lines.c,
7046 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7047 gdb.base/tui-layout.exp: Move to ...
7048 * gdb.tui/: ... this new directory.
7049
5f6fd321
PA
70502017-03-07 Pedro Alves <palves@redhat.com>
7051
7052 * gdb.base/tui-layout.c: New file.
7053 * gdb.base/tui-layout.exp: New file.
7054
44959fa8
PA
70552017-03-07 Pedro Alves <palves@redhat.com>
7056
7057 * gdb.base/tui-layout.c: Rename to ...
7058 * gdb.base/tui-disasm-long-lines.c: ... this.
7059 * gdb.base/tui-layout.exp: Rename to ...
7060 * gdb.base/tui-disasm-long-lines.exp: ... this.
7061
f8c4e718
PA
70622017-03-07 Pedro Alves <palves@redhat.com>
7063
7064 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7065
6dbb839a 70662017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
7067
7068 * i386-mpx-call.c: New file.
7069 * i386-mpx-call.exp: New file.
7070
65b48a81
PB
70712017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7072
7073 * gdb.arch/powerpc-power.exp: Delete test.
7074 * gdb.arch/powerpc-power.s: Likewise.
7075 * gdb.disasm/disassembler-options.exp: New test.
7076 * gdb.arch/powerpc-altivec.exp: Likewise.
7077 * gdb.arch/powerpc-altivec.s: Likewise.
7078 * gdb.arch/powerpc-altivec2.exp: Likewise.
7079 * gdb.arch/powerpc-altivec2.s: Likewise.
7080 * gdb.arch/powerpc-altivec3.exp: Likewise.
7081 * gdb.arch/powerpc-altivec3.s: Likewise.
7082 * gdb.arch/powerpc-power7.exp: Likewise.
7083 * gdb.arch/powerpc-power7.s: Likewise.
7084 * gdb.arch/powerpc-power8.exp: Likewise.
7085 * gdb.arch/powerpc-power8.s: Likewise.
7086 * gdb.arch/powerpc-power9.exp: Likewise.
7087 * gdb.arch/powerpc-power9.s: Likewise.
7088 * gdb.arch/powerpc-vsx.exp: Likewise.
7089 * gdb.arch/powerpc-vsx.s: Likewise.
7090 * gdb.arch/powerpc-vsx2.exp: Likewise.
7091 * gdb.arch/powerpc-vsx2.s: Likewise.
7092 * gdb.arch/powerpc-vsx3.exp: Likewise.
7093 * gdb.arch/powerpc-vsx3.s: Likewise.
7094 * gdb.arch/arm-disassembler-options.exp: Likewise.
7095 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7096 * gdb.arch/s390-disassembler-options.exp: Likewise.
7097
17cd4947
LM
70982017-02-23 Luis Machado <lgustavo@codesourcery.com>
7099
7100 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7101 (check_supported_features): ... this. Changed return type to void.
7102 (supports_rdseed): New static global.
7103 (rdseed): Check supports_rdseed.
7104 (initialize): Call check_supported_features.
7105
2039d74e
EBM
71062017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7107
7108 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7109 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7110 and lqarx/stqcx.
7111 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7112 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7113
a51d7ecf
EBM
71142017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7115
7116 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7117 uppercase.
7118
0224619f
JK
71192017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7120
7121 * gdb.dwarf2/formdata16.c: New file.
7122 * gdb.dwarf2/formdata16.exp: New file.
7123 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7124
216f72a1
JK
71252017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7126
7127 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7128 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7129 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7130 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7131 DW_AT_GNU_*.
7132
43988095
JK
71332017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7134
7135 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7136
99e8a4f9
SDJ
71372017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7138
7139 PR gdb/21164
7140 * gdb.base/maint.exp: Add testcases for when the commands do
7141 not have arguments.
7142
b58a8c0c
TP
71432017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7144
7145 * gdb.cp/chained-calls.exp: Use p instead of P.
7146
4e746bb6
TW
71472017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7148
7149 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7150 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7151
3f77c769
TT
71522017-02-14 Tom Tromey <tom@tromey.com>
7153
7154 PR python/13598:
7155 * gdb.python/py-events.exp: Add before_prompt event tests.
7156
075beec0
AA
71572017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7158
7159 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7160
bf5f525c
LM
71612017-02-13 Luis Machado <lgustavo@codesourcery.com>
7162
7163 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7164 (main): Call my_unique_function_name.
7165 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7166 completion of patterns with a single match.
7167 Add missing -re switches to gdb_test_multiple calls.
7168
13a66184
LM
71692017-02-13 Luis Machado <lgustavo@codesourcery.com>
7170
7171 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7172 return if core file is not recognized.
7173
26a06916
SM
71742017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7175
7176 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7177 and extra UIs.
7178
b761ca9e
SM
71792017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7180
7181 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7182 proc_with_prefix.
7183
b964bee0
TT
71842017-02-10 Tom Tromey <tom@tromey.com>
7185
7186 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7187
18da0c51
MG
71882017-02-10 Martin Galvan <martingalvan@sourceware.org>
7189
7190 PR gdb/21122
7191 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7192
604c4576
JG
71932017-02-08 Jerome Guitton <guitton@adacore.com>
7194
7195 * gdb.base/define.exp: Add test for command abbreviations
7196 in define.
7197
20b477a7
LM
71982017-02-06 Luis Machado <lgustavo@codesourcery.com>
7199
7200 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7201 * gdb.reverse/insn-reverse-x86.c: New file.
7202
3f7b46f2
IR
72032017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7204
7205 PR tdep/20936
7206 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7207
f0fd41c1
TT
72082017-02-03 Tom Tromey <tom@tromey.com>
7209
7210 PR rust/21097:
7211 * gdb.rust/simple.exp: Add new tests.
7212
5be5dbf0
PA
72132017-02-02 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7216 tests.
7217
7346ef59
AA
72182017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7219
7220 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7221 taking a 2-byte value out of a 4-byte DWARF implicit value on
7222 big-endian targets.
7223 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7224 logic. Add test cases for DW_OP_implicit.
7225
787f0025
MM
72262017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7227
7228 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7229
68777c29
MM
72302017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7231
7232 * gdb.btrace/enable.exp: Call gdb_exit before
7233 skip_gdbserver_tests.
7234
0a1c7e28
MM
72352017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7236
7237 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7238 GDBFLAGS.
7239
b5ac99b0
MM
72402017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7241
7242 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7243 the test is skipped.
7244 * gdb.btrace/data.exp: Likewise.
7245 * gdb.btrace/delta.exp: Likewise.
7246 * gdb.btrace/dlopen.exp: Likewise.
7247 * gdb.btrace/enable-running.exp: Likewise.
7248 * gdb.btrace/enable.exp: Likewise.
7249 * gdb.btrace/exception.exp: Likewise.
7250 * gdb.btrace/function_call_history.exp: Likewise.
7251 * gdb.btrace/gcore.exp: Likewise.
7252 * gdb.btrace/instruction_history.exp: Likewise.
7253 * gdb.btrace/multi-thread-step.exp: Likewise.
7254 * gdb.btrace/nohist.exp: Likewise.
7255 * gdb.btrace/non-stop.exp: Likewise.
7256 * gdb.btrace/reconnect.exp: Likewise.
7257 * gdb.btrace/record_goto-step.exp: Likewise.
7258 * gdb.btrace/record_goto.exp: Likewise.
7259 * gdb.btrace/rn-dl-bind.exp: Likewise.
7260 * gdb.btrace/segv.exp: Likewise.
7261 * gdb.btrace/step.exp: Likewise.
7262 * gdb.btrace/stepi.exp: Likewise.
7263 * gdb.btrace/tailcall-only.exp: Likewise.
7264 * gdb.btrace/tailcall.exp: Likewise.
7265 * gdb.btrace/tsx.exp: Likewise.
7266 * gdb.btrace/unknown_functions.exp: Likewise.
7267 * gdb.btrace/vdso.exp: Likewise.
7268
cd4007e4
MM
72692017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7270
7271 * gdb.btrace/enable-running.c: New.
7272 * gdb.btrace/enable-running.exp: New.
7273
2735833d
WT
72742017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7275
7276 * gdb.arch/amd64-gs_base.c: New file.
7277 * gdb.arch/amd64-gs_base.exp: New file.
7278
b51e1e94
LM
72792017-01-26 Luis Machado <lgustavo@codesourcery.com>
7280
7281 * lib/memory.exp: Remove spurious empty newlines.
7282
72ca0410
SM
72832017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7284
7285 * gdb.python/py-bad-printers.exp: Load python file using "source".
7286 * gdb.python/py-events.exp: Likewise.
7287 * gdb.python/py-evsignal.exp: Likewise.
7288 * gdb.python/py-evthreads.exp: Likewise.
7289 * gdb.python/py-frame-args.exp: Likewise.
7290 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7291 * gdb.python/py-framefilter-mi.exp: Likewise.
7292 * gdb.python/py-framefilter.exp: Likewise.
7293 * gdb.python/py-mi.exp: Likewise.
7294 * gdb.python/py-pp-maint.exp: Likewise.
7295 * gdb.python/py-pp-registration.exp: Likewise.
7296 * gdb.python/py-prettyprint.exp: Likewise.
7297 (run_lang_tests): Likewise.
7298 * gdb.python/py-typeprint.exp: Likewise.
7299
e309aa65
LM
73002017-01-26 Luis Machado <lgustavo@codesourcery.com>
7301
7302 * lib/memory.exp: New file.
7303 * lib/gdb.exp: Load memory.exp.
7304 * gdb.base/memattr.exp (delete_memory): Move proc to
7305 lib/memory.exp and rename to delete_memory_regions.
7306 Replace delete_memory with delete_memory_regions.
7307 Cleanup memory regions before tests.
7308 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7309 before tests.
7310
515aff23
LM
73112017-01-26 Luis Machado <lgustavo@codesourcery.com>
7312
7313 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7314 files.
7315 (initialize): New function conditionally defined.
7316 (testcases): Move within conditional block.
7317 (main): Call initialize.
7318 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7319 of gdb.reverse/insn-reverse.c.
7320 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7321 gdb.reverse/insn-reverse.c.
7322
d8b49cf0
YQ
73232017-01-26 Yao Qi <yao.qi@linaro.org>
7324
7325 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7326 disassemble on address 0.
7327
f13a9a0c
YQ
73282017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7329 Yao Qi <yao.qi@linaro.org>
7330
7331 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7332 * gdb.dwarf2/implptr-64bit.S: Remove.
7333 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7334 variables in caller's context. Add DW_OP_implicit_value.
7335
5ac95241
YQ
73362017-01-25 Yao Qi <yao.qi@linaro.org>
7337
7338 * lib/dwarf.exp (Dwarf::_location): Handle
7339 DW_OP_GNU_implicit_pointer with proper size.
7340
23e82930
LM
73412017-01-20 Luis Machado <lgustavo@codesourcery.com>
7342
7343 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7344 and add untested calls.
7345
d334ae25
LM
73462017-01-20 Luis Machado <lgustavo@codesourcery.com>
7347
7348 * gdb.python/python.exp: Check line number against what GDB thinks
7349 the line number is for func1.
7350
f5e6296e
IB
73512017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7352
7353 * gdb.dlang/debug-expr.exp: New file.
7354
5b362f04
LM
73552016-12-23 Luis Machado <lgustavo@codesourcery.com>
7356
7357 Fix test names for the following files:
7358
7359 * gdb.ada/exec_changed.exp
7360 * gdb.ada/info_types.exp
7361 * gdb.arch/aarch64-atomic-inst.exp
7362 * gdb.arch/aarch64-fp.exp
7363 * gdb.arch/altivec-abi.exp
7364 * gdb.arch/altivec-regs.exp
7365 * gdb.arch/amd64-byte.exp
7366 * gdb.arch/amd64-disp-step.exp
7367 * gdb.arch/amd64-dword.exp
7368 * gdb.arch/amd64-entry-value-inline.exp
7369 * gdb.arch/amd64-entry-value-param.exp
7370 * gdb.arch/amd64-entry-value-paramref.exp
7371 * gdb.arch/amd64-entry-value.exp
7372 * gdb.arch/amd64-i386-address.exp
7373 * gdb.arch/amd64-invalid-stack-middle.exp
7374 * gdb.arch/amd64-invalid-stack-top.exp
7375 * gdb.arch/amd64-optimout-repeat.exp
7376 * gdb.arch/amd64-prologue-skip.exp
7377 * gdb.arch/amd64-prologue-xmm.exp
7378 * gdb.arch/amd64-stap-special-operands.exp
7379 * gdb.arch/amd64-stap-wrong-subexp.exp
7380 * gdb.arch/amd64-tailcall-cxx.exp
7381 * gdb.arch/amd64-tailcall-noret.exp
7382 * gdb.arch/amd64-tailcall-ret.exp
7383 * gdb.arch/amd64-tailcall-self.exp
7384 * gdb.arch/amd64-word.exp
7385 * gdb.arch/arm-bl-branch-dest.exp
7386 * gdb.arch/arm-disp-step.exp
7387 * gdb.arch/arm-neon.exp
7388 * gdb.arch/arm-single-step-kernel-helper.exp
7389 * gdb.arch/avr-flash-qualifier.exp
7390 * gdb.arch/disp-step-insn-reloc.exp
7391 * gdb.arch/e500-abi.exp
7392 * gdb.arch/e500-regs.exp
7393 * gdb.arch/ftrace-insn-reloc.exp
7394 * gdb.arch/i386-avx512.exp
7395 * gdb.arch/i386-bp_permanent.exp
7396 * gdb.arch/i386-byte.exp
7397 * gdb.arch/i386-cfi-notcurrent.exp
7398 * gdb.arch/i386-disp-step.exp
7399 * gdb.arch/i386-dr3-watch.exp
7400 * gdb.arch/i386-float.exp
7401 * gdb.arch/i386-gnu-cfi.exp
7402 * gdb.arch/i386-mpx-map.exp
7403 * gdb.arch/i386-mpx-sigsegv.exp
7404 * gdb.arch/i386-mpx-simple_segv.exp
7405 * gdb.arch/i386-mpx.exp
7406 * gdb.arch/i386-permbkpt.exp
7407 * gdb.arch/i386-prologue.exp
7408 * gdb.arch/i386-signal.exp
7409 * gdb.arch/i386-size-overlap.exp
7410 * gdb.arch/i386-unwind.exp
7411 * gdb.arch/i386-word.exp
7412 * gdb.arch/mips-fcr.exp
7413 * gdb.arch/powerpc-d128-regs.exp
7414 * gdb.arch/powerpc-stackless.exp
7415 * gdb.arch/ppc64-atomic-inst.exp
7416 * gdb.arch/s390-stackless.exp
7417 * gdb.arch/s390-tdbregs.exp
7418 * gdb.arch/s390-vregs.exp
7419 * gdb.arch/sparc-sysstep.exp
7420 * gdb.arch/thumb-bx-pc.exp
7421 * gdb.arch/thumb-singlestep.exp
7422 * gdb.arch/thumb2-it.exp
7423 * gdb.arch/vsx-regs.exp
7424 * gdb.asm/asm-source.exp
7425 * gdb.base/a2-run.exp
7426 * gdb.base/advance.exp
7427 * gdb.base/all-bin.exp
7428 * gdb.base/anon.exp
7429 * gdb.base/args.exp
7430 * gdb.base/arithmet.exp
7431 * gdb.base/async-shell.exp
7432 * gdb.base/async.exp
7433 * gdb.base/attach-pie-noexec.exp
7434 * gdb.base/attach-twice.exp
7435 * gdb.base/auto-load.exp
7436 * gdb.base/bang.exp
7437 * gdb.base/bitfields.exp
7438 * gdb.base/break-always.exp
7439 * gdb.base/break-caller-line.exp
7440 * gdb.base/break-entry.exp
7441 * gdb.base/break-inline.exp
7442 * gdb.base/break-on-linker-gcd-function.exp
7443 * gdb.base/break-probes.exp
7444 * gdb.base/break.exp
7445 * gdb.base/breakpoint-shadow.exp
7446 * gdb.base/call-ar-st.exp
7447 * gdb.base/call-sc.exp
7448 * gdb.base/call-signal-resume.exp
7449 * gdb.base/call-strs.exp
7450 * gdb.base/callfuncs.exp
7451 * gdb.base/catch-fork-static.exp
7452 * gdb.base/catch-gdb-caused-signals.exp
7453 * gdb.base/catch-load.exp
7454 * gdb.base/catch-signal-fork.exp
7455 * gdb.base/catch-signal.exp
7456 * gdb.base/catch-syscall.exp
7457 * gdb.base/charset.exp
7458 * gdb.base/checkpoint.exp
7459 * gdb.base/chng-syms.exp
7460 * gdb.base/code-expr.exp
7461 * gdb.base/code_elim.exp
7462 * gdb.base/commands.exp
7463 * gdb.base/completion.exp
7464 * gdb.base/complex.exp
7465 * gdb.base/cond-expr.exp
7466 * gdb.base/condbreak.exp
7467 * gdb.base/consecutive.exp
7468 * gdb.base/continue-all-already-running.exp
7469 * gdb.base/coredump-filter.exp
7470 * gdb.base/corefile.exp
7471 * gdb.base/dbx.exp
7472 * gdb.base/debug-expr.exp
7473 * gdb.base/define.exp
7474 * gdb.base/del.exp
7475 * gdb.base/disabled-location.exp
7476 * gdb.base/disasm-end-cu.exp
7477 * gdb.base/disasm-optim.exp
7478 * gdb.base/display.exp
7479 * gdb.base/duplicate-bp.exp
7480 * gdb.base/ena-dis-br.exp
7481 * gdb.base/ending-run.exp
7482 * gdb.base/enumval.exp
7483 * gdb.base/environ.exp
7484 * gdb.base/eu-strip-infcall.exp
7485 * gdb.base/eval-avoid-side-effects.exp
7486 * gdb.base/eval-skip.exp
7487 * gdb.base/exitsignal.exp
7488 * gdb.base/expand-psymtabs.exp
7489 * gdb.base/filesym.exp
7490 * gdb.base/find-unmapped.exp
7491 * gdb.base/finish.exp
7492 * gdb.base/float.exp
7493 * gdb.base/foll-exec-mode.exp
7494 * gdb.base/foll-exec.exp
7495 * gdb.base/foll-fork.exp
7496 * gdb.base/fortran-sym-case.exp
7497 * gdb.base/freebpcmd.exp
7498 * gdb.base/func-ptr.exp
7499 * gdb.base/func-ptrs.exp
7500 * gdb.base/funcargs.exp
7501 * gdb.base/gcore-buffer-overflow.exp
7502 * gdb.base/gcore-relro-pie.exp
7503 * gdb.base/gcore-relro.exp
7504 * gdb.base/gcore.exp
7505 * gdb.base/gdb1090.exp
7506 * gdb.base/gdb11530.exp
7507 * gdb.base/gdb11531.exp
7508 * gdb.base/gdb1821.exp
7509 * gdb.base/gdbindex-stabs.exp
7510 * gdb.base/gdbvars.exp
7511 * gdb.base/hbreak.exp
7512 * gdb.base/hbreak2.exp
7513 * gdb.base/included.exp
7514 * gdb.base/infcall-input.exp
7515 * gdb.base/inferior-died.exp
7516 * gdb.base/infnan.exp
7517 * gdb.base/info-macros.exp
7518 * gdb.base/info-os.exp
7519 * gdb.base/info-proc.exp
7520 * gdb.base/info-shared.exp
7521 * gdb.base/info-target.exp
7522 * gdb.base/infoline.exp
7523 * gdb.base/interp.exp
7524 * gdb.base/interrupt.exp
7525 * gdb.base/jit-reader.exp
7526 * gdb.base/jit-simple.exp
7527 * gdb.base/kill-after-signal.exp
7528 * gdb.base/kill-detach-inferiors-cmd.exp
7529 * gdb.base/label.exp
7530 * gdb.base/langs.exp
7531 * gdb.base/ldbl_e308.exp
7532 * gdb.base/line-symtabs.exp
7533 * gdb.base/linespecs.exp
7534 * gdb.base/list.exp
7535 * gdb.base/long_long.exp
7536 * gdb.base/longest-types.exp
7537 * gdb.base/maint.exp
7538 * gdb.base/max-value-size.exp
7539 * gdb.base/memattr.exp
7540 * gdb.base/mips_pro.exp
7541 * gdb.base/morestack.exp
7542 * gdb.base/moribund-step.exp
7543 * gdb.base/multi-forks.exp
7544 * gdb.base/nested-addr.exp
7545 * gdb.base/nextoverexit.exp
7546 * gdb.base/noreturn-finish.exp
7547 * gdb.base/noreturn-return.exp
7548 * gdb.base/nostdlib.exp
7549 * gdb.base/offsets.exp
7550 * gdb.base/opaque.exp
7551 * gdb.base/pc-fp.exp
7552 * gdb.base/permissions.exp
7553 * gdb.base/print-symbol-loading.exp
7554 * gdb.base/prologue-include.exp
7555 * gdb.base/psymtab.exp
7556 * gdb.base/ptype.exp
7557 * gdb.base/random-signal.exp
7558 * gdb.base/randomize.exp
7559 * gdb.base/range-stepping.exp
7560 * gdb.base/readline-ask.exp
7561 * gdb.base/recpar.exp
7562 * gdb.base/recurse.exp
7563 * gdb.base/relational.exp
7564 * gdb.base/restore.exp
7565 * gdb.base/return-nodebug.exp
7566 * gdb.base/return.exp
7567 * gdb.base/run-after-attach.exp
7568 * gdb.base/save-bp.exp
7569 * gdb.base/scope.exp
7570 * gdb.base/sect-cmd.exp
7571 * gdb.base/set-lang-auto.exp
7572 * gdb.base/set-noassign.exp
7573 * gdb.base/setvar.exp
7574 * gdb.base/sigall.exp
7575 * gdb.base/sigbpt.exp
7576 * gdb.base/siginfo-addr.exp
7577 * gdb.base/siginfo-infcall.exp
7578 * gdb.base/siginfo-obj.exp
7579 * gdb.base/siginfo.exp
7580 * gdb.base/signals-state-child.exp
7581 * gdb.base/signest.exp
7582 * gdb.base/sigstep.exp
7583 * gdb.base/sizeof.exp
7584 * gdb.base/skip.exp
7585 * gdb.base/solib-corrupted.exp
7586 * gdb.base/solib-nodir.exp
7587 * gdb.base/solib-search.exp
7588 * gdb.base/stack-checking.exp
7589 * gdb.base/stale-infcall.exp
7590 * gdb.base/stap-probe.exp
7591 * gdb.base/start.exp
7592 * gdb.base/step-break.exp
7593 * gdb.base/step-bt.exp
7594 * gdb.base/step-line.exp
7595 * gdb.base/step-over-exit.exp
7596 * gdb.base/step-over-syscall.exp
7597 * gdb.base/step-resume-infcall.exp
7598 * gdb.base/step-test.exp
7599 * gdb.base/store.exp
7600 * gdb.base/structs3.exp
7601 * gdb.base/sym-file.exp
7602 * gdb.base/symbol-without-target_section.exp
7603 * gdb.base/term.exp
7604 * gdb.base/testenv.exp
7605 * gdb.base/ui-redirect.exp
7606 * gdb.base/until.exp
7607 * gdb.base/unwindonsignal.exp
7608 * gdb.base/value-double-free.exp
7609 * gdb.base/vla-datatypes.exp
7610 * gdb.base/vla-ptr.exp
7611 * gdb.base/vla-sideeffect.exp
7612 * gdb.base/volatile.exp
7613 * gdb.base/watch-cond-infcall.exp
7614 * gdb.base/watch-cond.exp
7615 * gdb.base/watch-non-mem.exp
7616 * gdb.base/watch-read.exp
7617 * gdb.base/watch-vfork.exp
7618 * gdb.base/watchpoint-cond-gone.exp
7619 * gdb.base/watchpoint-delete.exp
7620 * gdb.base/watchpoint-hw-hit-once.exp
7621 * gdb.base/watchpoint-hw.exp
7622 * gdb.base/watchpoint-stops-at-right-insn.exp
7623 * gdb.base/watchpoints.exp
7624 * gdb.base/wchar.exp
7625 * gdb.base/whatis-exp.exp
7626 * gdb.btrace/buffer-size.exp
7627 * gdb.btrace/data.exp
7628 * gdb.btrace/delta.exp
7629 * gdb.btrace/dlopen.exp
7630 * gdb.btrace/enable.exp
7631 * gdb.btrace/exception.exp
7632 * gdb.btrace/function_call_history.exp
7633 * gdb.btrace/gcore.exp
7634 * gdb.btrace/instruction_history.exp
7635 * gdb.btrace/nohist.exp
7636 * gdb.btrace/reconnect.exp
7637 * gdb.btrace/record_goto-step.exp
7638 * gdb.btrace/record_goto.exp
7639 * gdb.btrace/rn-dl-bind.exp
7640 * gdb.btrace/segv.exp
7641 * gdb.btrace/step.exp
7642 * gdb.btrace/stepi.exp
7643 * gdb.btrace/tailcall-only.exp
7644 * gdb.btrace/tailcall.exp
7645 * gdb.btrace/tsx.exp
7646 * gdb.btrace/unknown_functions.exp
7647 * gdb.btrace/vdso.exp
7648 * gdb.compile/compile-ifunc.exp
7649 * gdb.compile/compile-ops.exp
7650 * gdb.compile/compile-print.exp
7651 * gdb.compile/compile-setjmp.exp
7652 * gdb.cp/abstract-origin.exp
7653 * gdb.cp/ambiguous.exp
7654 * gdb.cp/annota2.exp
7655 * gdb.cp/annota3.exp
7656 * gdb.cp/anon-ns.exp
7657 * gdb.cp/anon-struct.exp
7658 * gdb.cp/anon-union.exp
7659 * gdb.cp/arg-reference.exp
7660 * gdb.cp/baseenum.exp
7661 * gdb.cp/bool.exp
7662 * gdb.cp/breakpoint.exp
7663 * gdb.cp/bs15503.exp
7664 * gdb.cp/call-c.exp
7665 * gdb.cp/casts.exp
7666 * gdb.cp/chained-calls.exp
7667 * gdb.cp/class2.exp
7668 * gdb.cp/classes.exp
7669 * gdb.cp/cmpd-minsyms.exp
7670 * gdb.cp/converts.exp
7671 * gdb.cp/cp-relocate.exp
7672 * gdb.cp/cpcompletion.exp
7673 * gdb.cp/cpexprs.exp
7674 * gdb.cp/cplabel.exp
7675 * gdb.cp/cplusfuncs.exp
7676 * gdb.cp/cpsizeof.exp
7677 * gdb.cp/ctti.exp
7678 * gdb.cp/derivation.exp
7679 * gdb.cp/destrprint.exp
7680 * gdb.cp/dispcxx.exp
7681 * gdb.cp/enum-class.exp
7682 * gdb.cp/exception.exp
7683 * gdb.cp/exceptprint.exp
7684 * gdb.cp/expand-psymtabs-cxx.exp
7685 * gdb.cp/expand-sals.exp
7686 * gdb.cp/extern-c.exp
7687 * gdb.cp/filename.exp
7688 * gdb.cp/formatted-ref.exp
7689 * gdb.cp/fpointer.exp
7690 * gdb.cp/gdb1355.exp
7691 * gdb.cp/gdb2495.exp
7692 * gdb.cp/hang.exp
7693 * gdb.cp/impl-this.exp
7694 * gdb.cp/infcall-dlopen.exp
7695 * gdb.cp/inherit.exp
7696 * gdb.cp/iostream.exp
7697 * gdb.cp/koenig.exp
7698 * gdb.cp/local.exp
7699 * gdb.cp/m-data.exp
7700 * gdb.cp/m-static.exp
7701 * gdb.cp/mb-ctor.exp
7702 * gdb.cp/mb-inline.exp
7703 * gdb.cp/mb-templates.exp
7704 * gdb.cp/member-name.exp
7705 * gdb.cp/member-ptr.exp
7706 * gdb.cp/meth-typedefs.exp
7707 * gdb.cp/method.exp
7708 * gdb.cp/method2.exp
7709 * gdb.cp/minsym-fallback.exp
7710 * gdb.cp/misc.exp
7711 * gdb.cp/namelessclass.exp
7712 * gdb.cp/namespace-enum.exp
7713 * gdb.cp/namespace-nested-import.exp
7714 * gdb.cp/namespace.exp
7715 * gdb.cp/nextoverthrow.exp
7716 * gdb.cp/no-dmgl-verbose.exp
7717 * gdb.cp/non-trivial-retval.exp
7718 * gdb.cp/noparam.exp
7719 * gdb.cp/nsdecl.exp
7720 * gdb.cp/nsimport.exp
7721 * gdb.cp/nsnested.exp
7722 * gdb.cp/nsnoimports.exp
7723 * gdb.cp/nsrecurs.exp
7724 * gdb.cp/nsstress.exp
7725 * gdb.cp/nsusing.exp
7726 * gdb.cp/operator.exp
7727 * gdb.cp/oranking.exp
7728 * gdb.cp/overload-const.exp
7729 * gdb.cp/overload.exp
7730 * gdb.cp/ovldbreak.exp
7731 * gdb.cp/ovsrch.exp
7732 * gdb.cp/paren-type.exp
7733 * gdb.cp/parse-lang.exp
7734 * gdb.cp/pass-by-ref.exp
7735 * gdb.cp/pr-1023.exp
7736 * gdb.cp/pr-1210.exp
7737 * gdb.cp/pr-574.exp
7738 * gdb.cp/pr10687.exp
7739 * gdb.cp/pr12028.exp
7740 * gdb.cp/pr17132.exp
7741 * gdb.cp/pr17494.exp
7742 * gdb.cp/pr9067.exp
7743 * gdb.cp/pr9167.exp
7744 * gdb.cp/pr9631.exp
7745 * gdb.cp/printmethod.exp
7746 * gdb.cp/psmang.exp
7747 * gdb.cp/psymtab-parameter.exp
7748 * gdb.cp/ptype-cv-cp.exp
7749 * gdb.cp/ptype-flags.exp
7750 * gdb.cp/re-set-overloaded.exp
7751 * gdb.cp/ref-types.exp
7752 * gdb.cp/rtti.exp
7753 * gdb.cp/scope-err.exp
7754 * gdb.cp/shadow.exp
7755 * gdb.cp/smartp.exp
7756 * gdb.cp/static-method.exp
7757 * gdb.cp/static-print-quit.exp
7758 * gdb.cp/temargs.exp
7759 * gdb.cp/templates.exp
7760 * gdb.cp/try_catch.exp
7761 * gdb.cp/typedef-operator.exp
7762 * gdb.cp/typeid.exp
7763 * gdb.cp/userdef.exp
7764 * gdb.cp/using-crash.exp
7765 * gdb.cp/var-tag.exp
7766 * gdb.cp/virtbase.exp
7767 * gdb.cp/virtfunc.exp
7768 * gdb.cp/virtfunc2.exp
7769 * gdb.cp/vla-cxx.exp
7770 * gdb.disasm/t01_mov.exp
7771 * gdb.disasm/t02_mova.exp
7772 * gdb.disasm/t03_add.exp
7773 * gdb.disasm/t04_sub.exp
7774 * gdb.disasm/t05_cmp.exp
7775 * gdb.disasm/t06_ari2.exp
7776 * gdb.disasm/t07_ari3.exp
7777 * gdb.disasm/t08_or.exp
7778 * gdb.disasm/t09_xor.exp
7779 * gdb.disasm/t10_and.exp
7780 * gdb.disasm/t11_logs.exp
7781 * gdb.disasm/t12_bit.exp
7782 * gdb.disasm/t13_otr.exp
7783 * gdb.dlang/circular.exp
7784 * gdb.dwarf2/arr-stride.exp
7785 * gdb.dwarf2/arr-subrange.exp
7786 * gdb.dwarf2/atomic-type.exp
7787 * gdb.dwarf2/bad-regnum.exp
7788 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7789 * gdb.dwarf2/callframecfa.exp
7790 * gdb.dwarf2/clztest.exp
7791 * gdb.dwarf2/corrupt.exp
7792 * gdb.dwarf2/data-loc.exp
7793 * gdb.dwarf2/dup-psym.exp
7794 * gdb.dwarf2/dw2-anon-mptr.exp
7795 * gdb.dwarf2/dw2-anonymous-func.exp
7796 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7797 * gdb.dwarf2/dw2-bad-unresolved.exp
7798 * gdb.dwarf2/dw2-basic.exp
7799 * gdb.dwarf2/dw2-canonicalize-type.exp
7800 * gdb.dwarf2/dw2-case-insensitive.exp
7801 * gdb.dwarf2/dw2-common-block.exp
7802 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7803 * gdb.dwarf2/dw2-compressed.exp
7804 * gdb.dwarf2/dw2-const.exp
7805 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7806 * gdb.dwarf2/dw2-cu-size.exp
7807 * gdb.dwarf2/dw2-dup-frame.exp
7808 * gdb.dwarf2/dw2-entry-value.exp
7809 * gdb.dwarf2/dw2-icycle.exp
7810 * gdb.dwarf2/dw2-ifort-parameter.exp
7811 * gdb.dwarf2/dw2-inline-break.exp
7812 * gdb.dwarf2/dw2-inline-param.exp
7813 * gdb.dwarf2/dw2-intercu.exp
7814 * gdb.dwarf2/dw2-intermix.exp
7815 * gdb.dwarf2/dw2-lexical-block-bare.exp
7816 * gdb.dwarf2/dw2-linkage-name-trust.exp
7817 * gdb.dwarf2/dw2-minsym-in-cu.exp
7818 * gdb.dwarf2/dw2-noloc.exp
7819 * gdb.dwarf2/dw2-op-call.exp
7820 * gdb.dwarf2/dw2-op-out-param.exp
7821 * gdb.dwarf2/dw2-opt-structptr.exp
7822 * gdb.dwarf2/dw2-param-error.exp
7823 * gdb.dwarf2/dw2-producer.exp
7824 * gdb.dwarf2/dw2-ranges-base.exp
7825 * gdb.dwarf2/dw2-ref-missing-frame.exp
7826 * gdb.dwarf2/dw2-reg-undefined.exp
7827 * gdb.dwarf2/dw2-regno-invalid.exp
7828 * gdb.dwarf2/dw2-restore.exp
7829 * gdb.dwarf2/dw2-restrict.exp
7830 * gdb.dwarf2/dw2-single-line-discriminators.exp
7831 * gdb.dwarf2/dw2-strp.exp
7832 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7833 * gdb.dwarf2/dw2-unresolved.exp
7834 * gdb.dwarf2/dw2-var-zero-addr.exp
7835 * gdb.dwarf2/dw4-sig-types.exp
7836 * gdb.dwarf2/dwz.exp
7837 * gdb.dwarf2/dynarr-ptr.exp
7838 * gdb.dwarf2/enum-type.exp
7839 * gdb.dwarf2/gdb-index.exp
7840 * gdb.dwarf2/implptr-64bit.exp
7841 * gdb.dwarf2/implptr-optimized-out.exp
7842 * gdb.dwarf2/implptr.exp
7843 * gdb.dwarf2/implref-array.exp
7844 * gdb.dwarf2/implref-const.exp
7845 * gdb.dwarf2/implref-global.exp
7846 * gdb.dwarf2/implref-struct.exp
7847 * gdb.dwarf2/mac-fileno.exp
7848 * gdb.dwarf2/main-subprogram.exp
7849 * gdb.dwarf2/member-ptr-forwardref.exp
7850 * gdb.dwarf2/method-ptr.exp
7851 * gdb.dwarf2/missing-sig-type.exp
7852 * gdb.dwarf2/nonvar-access.exp
7853 * gdb.dwarf2/opaque-type-lookup.exp
7854 * gdb.dwarf2/pieces-optimized-out.exp
7855 * gdb.dwarf2/pieces.exp
7856 * gdb.dwarf2/pr10770.exp
7857 * gdb.dwarf2/pr13961.exp
7858 * gdb.dwarf2/staticvirtual.exp
7859 * gdb.dwarf2/subrange.exp
7860 * gdb.dwarf2/symtab-producer.exp
7861 * gdb.dwarf2/trace-crash.exp
7862 * gdb.dwarf2/typeddwarf.exp
7863 * gdb.dwarf2/valop.exp
7864 * gdb.dwarf2/watch-notconst.exp
7865 * gdb.fortran/array-element.exp
7866 * gdb.fortran/charset.exp
7867 * gdb.fortran/common-block.exp
7868 * gdb.fortran/complex.exp
7869 * gdb.fortran/derived-type-function.exp
7870 * gdb.fortran/derived-type.exp
7871 * gdb.fortran/logical.exp
7872 * gdb.fortran/module.exp
7873 * gdb.fortran/multi-dim.exp
7874 * gdb.fortran/nested-funcs.exp
7875 * gdb.fortran/print-formatted.exp
7876 * gdb.fortran/subarray.exp
7877 * gdb.fortran/vla-alloc-assoc.exp
7878 * gdb.fortran/vla-datatypes.exp
7879 * gdb.fortran/vla-history.exp
7880 * gdb.fortran/vla-ptr-info.exp
7881 * gdb.fortran/vla-ptype-sub.exp
7882 * gdb.fortran/vla-ptype.exp
7883 * gdb.fortran/vla-sizeof.exp
7884 * gdb.fortran/vla-type.exp
7885 * gdb.fortran/vla-value-sub-arbitrary.exp
7886 * gdb.fortran/vla-value-sub-finish.exp
7887 * gdb.fortran/vla-value-sub.exp
7888 * gdb.fortran/vla-value.exp
7889 * gdb.fortran/whatis_type.exp
7890 * gdb.go/chan.exp
7891 * gdb.go/handcall.exp
7892 * gdb.go/hello.exp
7893 * gdb.go/integers.exp
7894 * gdb.go/methods.exp
7895 * gdb.go/package.exp
7896 * gdb.go/strings.exp
7897 * gdb.go/types.exp
7898 * gdb.go/unsafe.exp
7899 * gdb.guile/scm-arch.exp
7900 * gdb.guile/scm-block.exp
7901 * gdb.guile/scm-breakpoint.exp
7902 * gdb.guile/scm-cmd.exp
7903 * gdb.guile/scm-disasm.exp
7904 * gdb.guile/scm-equal.exp
7905 * gdb.guile/scm-frame-args.exp
7906 * gdb.guile/scm-frame-inline.exp
7907 * gdb.guile/scm-frame.exp
7908 * gdb.guile/scm-iterator.exp
7909 * gdb.guile/scm-math.exp
7910 * gdb.guile/scm-objfile.exp
7911 * gdb.guile/scm-ports.exp
7912 * gdb.guile/scm-symbol.exp
7913 * gdb.guile/scm-symtab.exp
7914 * gdb.guile/scm-value-cc.exp
7915 * gdb.guile/types-module.exp
7916 * gdb.linespec/break-ask.exp
7917 * gdb.linespec/cpexplicit.exp
7918 * gdb.linespec/explicit.exp
7919 * gdb.linespec/keywords.exp
7920 * gdb.linespec/linespec.exp
7921 * gdb.linespec/ls-dollar.exp
7922 * gdb.linespec/ls-errs.exp
7923 * gdb.linespec/skip-two.exp
7924 * gdb.linespec/thread.exp
7925 * gdb.mi/mi-async.exp
7926 * gdb.mi/mi-basics.exp
7927 * gdb.mi/mi-break.exp
7928 * gdb.mi/mi-catch-load.exp
7929 * gdb.mi/mi-cli.exp
7930 * gdb.mi/mi-cmd-param-changed.exp
7931 * gdb.mi/mi-console.exp
7932 * gdb.mi/mi-detach.exp
7933 * gdb.mi/mi-disassemble.exp
7934 * gdb.mi/mi-eval.exp
7935 * gdb.mi/mi-file-transfer.exp
7936 * gdb.mi/mi-file.exp
7937 * gdb.mi/mi-fill-memory.exp
7938 * gdb.mi/mi-inheritance-syntax-error.exp
7939 * gdb.mi/mi-linespec-err-cp.exp
7940 * gdb.mi/mi-logging.exp
7941 * gdb.mi/mi-memory-changed.exp
7942 * gdb.mi/mi-read-memory.exp
7943 * gdb.mi/mi-record-changed.exp
7944 * gdb.mi/mi-reg-undefined.exp
7945 * gdb.mi/mi-regs.exp
7946 * gdb.mi/mi-return.exp
7947 * gdb.mi/mi-reverse.exp
7948 * gdb.mi/mi-simplerun.exp
7949 * gdb.mi/mi-solib.exp
7950 * gdb.mi/mi-stack.exp
7951 * gdb.mi/mi-stepi.exp
7952 * gdb.mi/mi-syn-frame.exp
7953 * gdb.mi/mi-until.exp
7954 * gdb.mi/mi-var-block.exp
7955 * gdb.mi/mi-var-child.exp
7956 * gdb.mi/mi-var-cmd.exp
7957 * gdb.mi/mi-var-cp.exp
7958 * gdb.mi/mi-var-display.exp
7959 * gdb.mi/mi-var-invalidate.exp
7960 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7961 * gdb.mi/mi-vla-fortran.exp
7962 * gdb.mi/mi-watch.exp
7963 * gdb.mi/mi2-var-child.exp
7964 * gdb.mi/user-selected-context-sync.exp
7965 * gdb.modula2/unbounded-array.exp
7966 * gdb.multi/dummy-frame-restore.exp
7967 * gdb.multi/multi-arch-exec.exp
7968 * gdb.multi/multi-arch.exp
7969 * gdb.multi/tids.exp
7970 * gdb.multi/watchpoint-multi.exp
7971 * gdb.opencl/callfuncs.exp
7972 * gdb.opencl/convs_casts.exp
7973 * gdb.opencl/datatypes.exp
7974 * gdb.opencl/operators.exp
7975 * gdb.opencl/vec_comps.exp
7976 * gdb.opt/clobbered-registers-O2.exp
7977 * gdb.opt/inline-break.exp
7978 * gdb.opt/inline-bt.exp
7979 * gdb.opt/inline-cmds.exp
7980 * gdb.opt/inline-locals.exp
7981 * gdb.pascal/case-insensitive-symbols.exp
7982 * gdb.pascal/floats.exp
7983 * gdb.pascal/gdb11492.exp
7984 * gdb.python/lib-types.exp
7985 * gdb.python/py-arch.exp
7986 * gdb.python/py-as-string.exp
7987 * gdb.python/py-bad-printers.exp
7988 * gdb.python/py-block.exp
7989 * gdb.python/py-breakpoint-create-fail.exp
7990 * gdb.python/py-breakpoint.exp
7991 * gdb.python/py-caller-is.exp
7992 * gdb.python/py-cmd.exp
7993 * gdb.python/py-explore-cc.exp
7994 * gdb.python/py-explore.exp
7995 * gdb.python/py-finish-breakpoint.exp
7996 * gdb.python/py-finish-breakpoint2.exp
7997 * gdb.python/py-frame-args.exp
7998 * gdb.python/py-frame-inline.exp
7999 * gdb.python/py-frame.exp
8000 * gdb.python/py-framefilter-mi.exp
8001 * gdb.python/py-infthread.exp
8002 * gdb.python/py-lazy-string.exp
8003 * gdb.python/py-linetable.exp
8004 * gdb.python/py-mi-events.exp
8005 * gdb.python/py-mi-objfile.exp
8006 * gdb.python/py-mi.exp
8007 * gdb.python/py-objfile.exp
8008 * gdb.python/py-pp-integral.exp
8009 * gdb.python/py-pp-maint.exp
8010 * gdb.python/py-pp-re-notag.exp
8011 * gdb.python/py-pp-registration.exp
8012 * gdb.python/py-recurse-unwind.exp
8013 * gdb.python/py-strfns.exp
8014 * gdb.python/py-symbol.exp
8015 * gdb.python/py-symtab.exp
8016 * gdb.python/py-sync-interp.exp
8017 * gdb.python/py-typeprint.exp
8018 * gdb.python/py-unwind-maint.exp
8019 * gdb.python/py-unwind.exp
8020 * gdb.python/py-value-cc.exp
8021 * gdb.python/py-xmethods.exp
8022 * gdb.reverse/amd64-tailcall-reverse.exp
8023 * gdb.reverse/break-precsave.exp
8024 * gdb.reverse/break-reverse.exp
8025 * gdb.reverse/consecutive-precsave.exp
8026 * gdb.reverse/consecutive-reverse.exp
8027 * gdb.reverse/finish-precsave.exp
8028 * gdb.reverse/finish-reverse-bkpt.exp
8029 * gdb.reverse/finish-reverse.exp
8030 * gdb.reverse/fstatat-reverse.exp
8031 * gdb.reverse/getresuid-reverse.exp
8032 * gdb.reverse/i386-precsave.exp
8033 * gdb.reverse/i386-reverse.exp
8034 * gdb.reverse/i386-sse-reverse.exp
8035 * gdb.reverse/i387-env-reverse.exp
8036 * gdb.reverse/i387-stack-reverse.exp
8037 * gdb.reverse/insn-reverse.exp
8038 * gdb.reverse/machinestate-precsave.exp
8039 * gdb.reverse/machinestate.exp
8040 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8041 * gdb.reverse/pipe-reverse.exp
8042 * gdb.reverse/readv-reverse.exp
8043 * gdb.reverse/recvmsg-reverse.exp
8044 * gdb.reverse/rerun-prec.exp
8045 * gdb.reverse/s390-mvcle.exp
8046 * gdb.reverse/step-precsave.exp
8047 * gdb.reverse/step-reverse.exp
8048 * gdb.reverse/time-reverse.exp
8049 * gdb.reverse/until-precsave.exp
8050 * gdb.reverse/until-reverse.exp
8051 * gdb.reverse/waitpid-reverse.exp
8052 * gdb.reverse/watch-precsave.exp
8053 * gdb.reverse/watch-reverse.exp
8054 * gdb.rust/generics.exp
8055 * gdb.rust/methods.exp
8056 * gdb.rust/modules.exp
8057 * gdb.rust/simple.exp
8058 * gdb.server/connect-with-no-symbol-file.exp
8059 * gdb.server/ext-attach.exp
8060 * gdb.server/ext-restart.exp
8061 * gdb.server/ext-wrapper.exp
8062 * gdb.server/file-transfer.exp
8063 * gdb.server/server-exec-info.exp
8064 * gdb.server/server-kill.exp
8065 * gdb.server/server-mon.exp
8066 * gdb.server/wrapper.exp
8067 * gdb.stabs/exclfwd.exp
8068 * gdb.stabs/gdb11479.exp
8069 * gdb.threads/clone-new-thread-event.exp
8070 * gdb.threads/corethreads.exp
8071 * gdb.threads/current-lwp-dead.exp
8072 * gdb.threads/dlopen-libpthread.exp
8073 * gdb.threads/gcore-thread.exp
8074 * gdb.threads/sigstep-threads.exp
8075 * gdb.threads/watchpoint-fork.exp
8076 * gdb.trace/actions-changed.exp
8077 * gdb.trace/backtrace.exp
8078 * gdb.trace/change-loc.exp
8079 * gdb.trace/circ.exp
8080 * gdb.trace/collection.exp
8081 * gdb.trace/disconnected-tracing.exp
8082 * gdb.trace/ftrace.exp
8083 * gdb.trace/mi-trace-frame-collected.exp
8084 * gdb.trace/mi-trace-unavailable.exp
8085 * gdb.trace/mi-traceframe-changed.exp
8086 * gdb.trace/mi-tsv-changed.exp
8087 * gdb.trace/no-attach-trace.exp
8088 * gdb.trace/passc-dyn.exp
8089 * gdb.trace/qtro.exp
8090 * gdb.trace/range-stepping.exp
8091 * gdb.trace/read-memory.exp
8092 * gdb.trace/save-trace.exp
8093 * gdb.trace/signal.exp
8094 * gdb.trace/status-stop.exp
8095 * gdb.trace/tfile.exp
8096 * gdb.trace/trace-break.exp
8097 * gdb.trace/trace-buffer-size.exp
8098 * gdb.trace/trace-condition.exp
8099 * gdb.trace/tracefile-pseudo-reg.exp
8100 * gdb.trace/tstatus.exp
8101 * gdb.trace/unavailable.exp
8102 * gdb.trace/while-dyn.exp
8103 * gdb.trace/while-stepping.exp
8104
34c41c68
DE
81052016-12-22 Doug Evans <xdje42@gmail.com>
8106
8107 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8108 and msymbols.
8109
16e69324
YQ
81102016-12-19 Yao Qi <yao.qi@linaro.org>
8111
8112 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8113 (test_with_self): Don't call do_steps_and_nexts, and remove
8114 code about stepping into xmalloc.
8115
f94f411b
YQ
81162016-12-09 Yao Qi <yao.qi@linaro.org>
8117
8118 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8119
81202016-12-09 Yao Qi <yao.qi@linaro.org>
8121
8122 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8123
f1b5deee
PA
81242016-12-09 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.base/all-architectures-0.exp: New file.
8127 * gdb.base/all-architectures-1.exp: New file.
8128 * gdb.base/all-architectures-2.exp: New file.
8129 * gdb.base/all-architectures-3.exp: New file.
8130 * gdb.base/all-architectures-4.exp: New file.
8131 * gdb.base/all-architectures-5.exp: New file.
8132 * gdb.base/all-architectures-6.exp: New file.
8133 * gdb.base/all-architectures-7.exp: New file.
8134 * gdb.base/all-architectures.exp.in: New file.
8135
364ca42e
YQ
81362016-12-09 Yao Qi <yao.qi@linaro.org>
8137
8138 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8139
107c2d62
LM
81402016-12-02 Luis Machado <lgustavo@codesourcery.com>
8141
8142 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8143 possible.
8144 Remove useless pattern-matching code.
8145
df3ee9ca
PA
81462016-12-02 Pedro Alves <palves@redhat.com>
8147
8148 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8149 procedure.
8150 (top level): Call it.
8151
ec835369
PA
81522016-12-02 Pedro Alves <palves@redhat.com>
8153
8154 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8155 New procedure.
8156 (top level): Call it.
8157
01770bbd
PA
81582016-12-02 Pedro Alves <palves@redhat.com>
8159
8160 PR cli/20559
8161 * gdb.base/commands.exp (user_defined_command_args_eval): New
8162 procedure.
8163 (top level): Call it.
8164
008459ea
LM
81652016-12-02 Luis Machado <lgustavo@codesourcery.com>
8166
8167 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8168 timeout handling.
8169
0c1b455e
TT
81702016-12-02 Tom Tromey <tom@tromey.com>
8171
8172 * gdb.dwarf2/main-subprogram.c: New file.
8173 * gdb.dwarf2/main-subprogram.exp: New file.
8174
018572b8
LM
81752016-12-01 Luis Machado <lgustavo@codesourcery.com>
8176
8177 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8178 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8179 gdb_test_no_output for a couple of cases.
8180 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8181
84c93cd5
LM
81822016-12-01 Luis Machado <lgustavo@codesourcery.com>
8183
8184 Fix test names and standardize compilation error messages throughout
8185 the following files:
8186
8187 * gdb.ada/start.exp
8188 * gdb.arch/alpha-step.exp
8189 * gdb.arch/e500-prologue.exp
8190 * gdb.arch/ftrace-insn-reloc.exp
8191 * gdb.arch/gdb1291.exp
8192 * gdb.arch/gdb1431.exp
8193 * gdb.arch/gdb1558.exp
8194 * gdb.arch/i386-dr3-watch.exp
8195 * gdb.arch/i386-sse-stack-align.exp
8196 * gdb.arch/ia64-breakpoint-shadow.exp
8197 * gdb.arch/pa-nullify.exp
8198 * gdb.arch/powerpc-aix-prologue.exp
8199 * gdb.arch/thumb-bx-pc.exp
8200 * gdb.base/annota1.exp
8201 * gdb.base/annota3.exp
8202 * gdb.base/arrayidx.exp
8203 * gdb.base/assign.exp
8204 * gdb.base/attach.exp
8205 * gdb.base/auxv.exp
8206 * gdb.base/bang.exp
8207 * gdb.base/bfp-test.exp
8208 * gdb.base/bigcore.exp
8209 * gdb.base/bitfields2.exp
8210 * gdb.base/break-fun-addr.exp
8211 * gdb.base/break-probes.exp
8212 * gdb.base/call-rt-st.exp
8213 * gdb.base/callexit.exp
8214 * gdb.base/catch-fork-kill.exp
8215 * gdb.base/charset.exp
8216 * gdb.base/checkpoint.exp
8217 * gdb.base/comprdebug.exp
8218 * gdb.base/constvars.exp
8219 * gdb.base/coredump-filter.exp
8220 * gdb.base/cursal.exp
8221 * gdb.base/cvexpr.exp
8222 * gdb.base/detach.exp
8223 * gdb.base/display.exp
8224 * gdb.base/dmsym.exp
8225 * gdb.base/dprintf-pending.exp
8226 * gdb.base/dso2dso.exp
8227 * gdb.base/dtrace-probe.exp
8228 * gdb.base/dump.exp
8229 * gdb.base/enum_cond.exp
8230 * gdb.base/exe-lock.exp
8231 * gdb.base/exec-invalid-sysroot.exp
8232 * gdb.base/execl-update-breakpoints.exp
8233 * gdb.base/exprs.exp
8234 * gdb.base/fileio.exp
8235 * gdb.base/find.exp
8236 * gdb.base/finish.exp
8237 * gdb.base/fixsection.exp
8238 * gdb.base/foll-vfork.exp
8239 * gdb.base/frame-args.exp
8240 * gdb.base/gcore.exp
8241 * gdb.base/gdb1250.exp
8242 * gdb.base/global-var-nested-by-dso.exp
8243 * gdb.base/gnu-ifunc.exp
8244 * gdb.base/hashline1.exp
8245 * gdb.base/hashline2.exp
8246 * gdb.base/hashline3.exp
8247 * gdb.base/hbreak-in-shr-unsupported.exp
8248 * gdb.base/huge.exp
8249 * gdb.base/infcall-input.exp
8250 * gdb.base/info-fun.exp
8251 * gdb.base/info-shared.exp
8252 * gdb.base/jit-simple.exp
8253 * gdb.base/jit-so.exp
8254 * gdb.base/jit.exp
8255 * gdb.base/jump.exp
8256 * gdb.base/label.exp
8257 * gdb.base/lineinc.exp
8258 * gdb.base/logical.exp
8259 * gdb.base/longjmp.exp
8260 * gdb.base/macscp.exp
8261 * gdb.base/miscexprs.exp
8262 * gdb.base/new-ui-echo.exp
8263 * gdb.base/new-ui-pending-input.exp
8264 * gdb.base/new-ui.exp
8265 * gdb.base/nodebug.exp
8266 * gdb.base/nofield.exp
8267 * gdb.base/offsets.exp
8268 * gdb.base/overlays.exp
8269 * gdb.base/pending.exp
8270 * gdb.base/pointers.exp
8271 * gdb.base/pr11022.exp
8272 * gdb.base/printcmds.exp
8273 * gdb.base/prologue.exp
8274 * gdb.base/ptr-typedef.exp
8275 * gdb.base/realname-expand.exp
8276 * gdb.base/relativedebug.exp
8277 * gdb.base/relocate.exp
8278 * gdb.base/remote.exp
8279 * gdb.base/reread.exp
8280 * gdb.base/return2.exp
8281 * gdb.base/savedregs.exp
8282 * gdb.base/sep.exp
8283 * gdb.base/sepdebug.exp
8284 * gdb.base/sepsymtab.exp
8285 * gdb.base/set-inferior-tty.exp
8286 * gdb.base/setshow.exp
8287 * gdb.base/shlib-call.exp
8288 * gdb.base/sigaltstack.exp
8289 * gdb.base/siginfo-addr.exp
8290 * gdb.base/signals.exp
8291 * gdb.base/signull.exp
8292 * gdb.base/sigrepeat.exp
8293 * gdb.base/so-impl-ld.exp
8294 * gdb.base/solib-display.exp
8295 * gdb.base/solib-overlap.exp
8296 * gdb.base/solib-search.exp
8297 * gdb.base/solib-symbol.exp
8298 * gdb.base/structs.exp
8299 * gdb.base/structs2.exp
8300 * gdb.base/symtab-search-order.exp
8301 * gdb.base/twice.exp
8302 * gdb.base/unload.exp
8303 * gdb.base/varargs.exp
8304 * gdb.base/watchpoint-solib.exp
8305 * gdb.base/watchpoint.exp
8306 * gdb.base/whatis.exp
8307 * gdb.base/wrong_frame_bt_full.exp
8308 * gdb.btrace/dlopen.exp
8309 * gdb.cell/ea-standalone.exp
8310 * gdb.cell/ea-test.exp
8311 * gdb.cp/dispcxx.exp
8312 * gdb.cp/gdb2384.exp
8313 * gdb.cp/method2.exp
8314 * gdb.cp/nextoverthrow.exp
8315 * gdb.cp/pr10728.exp
8316 * gdb.disasm/am33.exp
8317 * gdb.disasm/h8300s.exp
8318 * gdb.disasm/mn10300.exp
8319 * gdb.disasm/sh3.exp
8320 * gdb.dwarf2/dw2-dir-file-name.exp
8321 * gdb.fortran/complex.exp
8322 * gdb.fortran/library-module.exp
8323 * gdb.guile/scm-pretty-print.exp
8324 * gdb.guile/scm-symbol.exp
8325 * gdb.guile/scm-type.exp
8326 * gdb.guile/scm-value.exp
8327 * gdb.linespec/linespec.exp
8328 * gdb.mi/gdb701.exp
8329 * gdb.mi/gdb792.exp
8330 * gdb.mi/mi-breakpoint-changed.exp
8331 * gdb.mi/mi-dprintf-pending.exp
8332 * gdb.mi/mi-dprintf.exp
8333 * gdb.mi/mi-exit-code.exp
8334 * gdb.mi/mi-pending.exp
8335 * gdb.mi/mi-solib.exp
8336 * gdb.mi/new-ui-mi-sync.exp
8337 * gdb.mi/pr11022.exp
8338 * gdb.mi/user-selected-context-sync.exp
8339 * gdb.opt/solib-intra-step.exp
8340 * gdb.python/py-events.exp
8341 * gdb.python/py-finish-breakpoint.exp
8342 * gdb.python/py-mi.exp
8343 * gdb.python/py-prettyprint.exp
8344 * gdb.python/py-shared.exp
8345 * gdb.python/py-symbol.exp
8346 * gdb.python/py-template.exp
8347 * gdb.python/py-type.exp
8348 * gdb.python/py-value.exp
8349 * gdb.reverse/solib-precsave.exp
8350 * gdb.reverse/solib-reverse.exp
8351 * gdb.server/solib-list.exp
8352 * gdb.stabs/weird.exp
8353 * gdb.threads/reconnect-signal.exp
8354 * gdb.threads/stepi-random-signal.exp
8355 * gdb.trace/actions.exp
8356 * gdb.trace/ax.exp
8357 * gdb.trace/backtrace.exp
8358 * gdb.trace/change-loc.exp
8359 * gdb.trace/deltrace.exp
8360 * gdb.trace/ftrace-lock.exp
8361 * gdb.trace/ftrace.exp
8362 * gdb.trace/infotrace.exp
8363 * gdb.trace/mi-tracepoint-changed.exp
8364 * gdb.trace/packetlen.exp
8365 * gdb.trace/passcount.exp
8366 * gdb.trace/pending.exp
8367 * gdb.trace/range-stepping.exp
8368 * gdb.trace/report.exp
8369 * gdb.trace/stap-trace.exp
8370 * gdb.trace/tfind.exp
8371 * gdb.trace/trace-break.exp
8372 * gdb.trace/trace-condition.exp
8373 * gdb.trace/trace-enable-disable.exp
8374 * gdb.trace/trace-mt.exp
8375 * gdb.trace/tracecmd.exp
8376 * gdb.trace/tspeed.exp
8377 * gdb.trace/tsv.exp
8378 * lib/perftest.exp
8379
fb9feb35
LM
83802016-12-01 Luis Machado <lgustavo@codesourcery.com>
8381
8382 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8383 with gdb_test_no_output.
8384 Use command as test name.
8385
cd2ddb6c
LM
83862016-12-01 Luis Machado <lgustavo@codesourcery.com>
8387
8388 Fix test names starting with uppercase throughout the files.
8389
8390 * gdb.ada/assign_1.exp
8391 * gdb.ada/boolean_expr.exp
8392 * gdb.base/arrayidx.exp
8393 * gdb.base/del.exp
8394 * gdb.base/gcore-buffer-overflow.exp
8395 * gdb.base/testenv.exp
8396 * gdb.compile/compile.exp
8397 * gdb.python/py-framefilter-invalidarg.exp
8398 * gdb.python/py-framefilter.exp
8399
bb95117e
LM
84002016-12-01 Luis Machado <lgustavo@codesourcery.com>
8401
8402 Fix test names starting with uppercase throughout the files.
8403
8404 * gdb.ada/array_return.exp
8405 * gdb.ada/expr_delims.exp
8406 * gdb.ada/mi_dyn_arr.exp
8407 * gdb.ada/mi_interface.exp
8408 * gdb.ada/mi_var_array.exp
8409 * gdb.ada/watch_arg.exp
8410 * gdb.arch/alpha-step.exp
8411 * gdb.arch/altivec-regs.exp
8412 * gdb.arch/e500-regs.exp
8413 * gdb.arch/powerpc-d128-regs.exp
8414 * gdb.base/arrayidx.exp
8415 * gdb.base/break.exp
8416 * gdb.base/checkpoint.exp
8417 * gdb.base/debug-expr.exp
8418 * gdb.base/dmsym.exp
8419 * gdb.base/radix.exp
8420 * gdb.base/sepdebug.exp
8421 * gdb.base/testenv.exp
8422 * gdb.base/watch_thread_num.exp
8423 * gdb.base/watchpoint-cond-gone.exp
8424 * gdb.cell/break.exp
8425 * gdb.cell/ea-cache.exp
8426 * gdb.compile/compile.exp
8427 * gdb.cp/gdb2495.exp
8428 * gdb.gdb/selftest.exp
8429 * gdb.gdb/xfullpath.exp
8430 * gdb.go/hello.exp
8431 * gdb.go/integers.exp
8432 * gdb.objc/basicclass.exp
8433 * gdb.pascal/hello.exp
8434 * gdb.pascal/integers.exp
8435 * gdb.python/py-breakpoint.exp
8436 * gdb.python/py-cmd.exp
8437 * gdb.python/py-linetable.exp
8438 * gdb.python/py-xmethods.exp
8439 * gdb.python/python.exp
8440 * gdb.reverse/consecutive-precsave.exp
8441 * gdb.reverse/finish-precsave.exp
8442 * gdb.reverse/i386-precsave.exp
8443 * gdb.reverse/machinestate-precsave.exp
8444 * gdb.reverse/sigall-precsave.exp
8445 * gdb.reverse/solib-precsave.exp
8446 * gdb.reverse/step-precsave.exp
8447 * gdb.reverse/until-precsave.exp
8448 * gdb.reverse/watch-precsave.exp
8449 * gdb.threads/leader-exit.exp
8450 * gdb.threads/pthreads.exp
8451 * gdb.threads/wp-replication.exp
8452 * gdb.trace/actions.exp
8453 * gdb.trace/mi-tsv-changed.exp
8454 * gdb.trace/tsv.exp
8455
de97fdd4
LM
84562016-12-01 Luis Machado <lgustavo@codesourcery.com>
8457
8458 Fix test names starting with uppercase throughout the files.
8459
8460 * gdb.arch/i386-bp_permanent.exp
8461 * gdb.arch/i386-gnu-cfi.exp
8462 * gdb.base/disasm-end-cu.exp
8463 * gdb.base/macscp.exp
8464 * gdb.base/pending.exp
8465 * gdb.base/watch_thread_num.exp
8466 * gdb.cp/exception.exp
8467 * gdb.cp/gdb2495.exp
8468 * gdb.cp/local.exp
8469 * gdb.python/py-evsignal.exp
8470 * gdb.python/python.exp
8471 * gdb.trace/tracecmd.exp
8472
9f058c10
LM
84732016-12-01 Luis Machado <lgustavo@codesourcery.com>
8474
8475 Fix test names starting with uppercase throughout the files.
8476
8477 * gdb.base/charset.exp
8478 * gdb.base/eval.exp
8479 * gdb.base/multi-forks.exp
8480 * gdb.guile/scm-progspace.exp
8481 * gdb.opencl/datatypes.exp
8482 * gdb.python/py-block.exp
8483 * gdb.python/py-function.exp
8484 * gdb.python/py-symbol.exp
8485 * gdb.python/py-symtab.exp
8486 * gdb.python/py-xmethods.exp
8487 * gdb.reverse/break-precsave.exp
8488 * gdb.reverse/break-reverse.exp
8489 * gdb.reverse/consecutive-precsave.exp
8490 * gdb.reverse/consecutive-reverse.exp
8491 * gdb.reverse/finish-precsave.exp
8492 * gdb.reverse/finish-reverse-bkpt.exp
8493 * gdb.reverse/finish-reverse.exp
8494 * gdb.reverse/fstatat-reverse.exp
8495 * gdb.reverse/getresuid-reverse.exp
8496 * gdb.reverse/i386-precsave.exp
8497 * gdb.reverse/i386-reverse.exp
8498 * gdb.reverse/i386-sse-reverse.exp
8499 * gdb.reverse/i387-stack-reverse.exp
8500 * gdb.reverse/insn-reverse.exp
8501 * gdb.reverse/machinestate-precsave.exp
8502 * gdb.reverse/machinestate.exp
8503 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8504 * gdb.reverse/pipe-reverse.exp
8505 * gdb.reverse/readv-reverse.exp
8506 * gdb.reverse/recvmsg-reverse.exp
8507 * gdb.reverse/rerun-prec.exp
8508 * gdb.reverse/s390-mvcle.exp
8509 * gdb.reverse/sigall-precsave.exp
8510 * gdb.reverse/sigall-reverse.exp
8511 * gdb.reverse/solib-precsave.exp
8512 * gdb.reverse/solib-reverse.exp
8513 * gdb.reverse/step-precsave.exp
8514 * gdb.reverse/step-reverse.exp
8515 * gdb.reverse/time-reverse.exp
8516 * gdb.reverse/until-precsave.exp
8517 * gdb.reverse/until-reverse.exp
8518 * gdb.reverse/waitpid-reverse.exp
8519 * gdb.reverse/watch-precsave.exp
8520 * gdb.reverse/watch-reverse.exp
8521
cdc7edd7
LM
85222016-12-01 Luis Machado <lgustavo@codesourcery.com>
8523
8524 Fix test names starting with uppercase throughout the files.
8525
8526 * gdb.arch/i386-mpx-simple_segv.exp
8527 * gdb.arch/i386-mpx.exp
8528 * gdb.arch/i386-permbkpt.exp
8529 * gdb.arch/pa-nullify.exp
8530 * gdb.arch/powerpc-d128-regs.exp
8531 * gdb.arch/vsx-regs.exp
8532 * gdb.base/bfp-test.exp
8533 * gdb.base/break.exp
8534 * gdb.base/breakpoint-shadow.exp
8535 * gdb.base/callfuncs.exp
8536 * gdb.base/charset.exp
8537 * gdb.base/commands.exp
8538 * gdb.base/completion.exp
8539 * gdb.base/dfp-test.exp
8540 * gdb.base/echo.exp
8541 * gdb.base/ending-run.exp
8542 * gdb.base/eval.exp
8543 * gdb.base/expand-psymtabs.exp
8544 * gdb.base/float128.exp
8545 * gdb.base/floatn.exp
8546 * gdb.base/foll-exec-mode.exp
8547 * gdb.base/gdb1056.exp
8548 * gdb.base/gdb11531.exp
8549 * gdb.base/kill-after-signal.exp
8550 * gdb.base/multi-forks.exp
8551 * gdb.base/overlays.exp
8552 * gdb.base/pending.exp
8553 * gdb.base/sepdebug.exp
8554 * gdb.base/testenv.exp
8555 * gdb.base/valgrind-db-attach.exp
8556 * gdb.base/watch_thread_num.exp
8557 * gdb.base/watchpoint-cond-gone.exp
8558 * gdb.base/watchpoint.exp
8559 * gdb.base/watchpoints.exp
8560 * gdb.cp/arg-reference.exp
8561 * gdb.cp/baseenum.exp
8562 * gdb.cp/operator.exp
8563 * gdb.cp/shadow.exp
8564 * gdb.dwarf2/dw2-op-out-param.exp
8565 * gdb.dwarf2/dw2-reg-undefined.exp
8566 * gdb.go/chan.exp
8567 * gdb.go/hello.exp
8568 * gdb.go/integers.exp
8569 * gdb.go/methods.exp
8570 * gdb.go/package.exp
8571 * gdb.guile/scm-parameter.exp
8572 * gdb.guile/scm-progspace.exp
8573 * gdb.guile/scm-value.exp
8574 * gdb.mi/mi-pending.exp
8575 * gdb.mi/user-selected-context-sync.exp
8576 * gdb.multi/multi-attach.exp
8577 * gdb.multi/tids.exp
8578 * gdb.opt/clobbered-registers-O2.exp
8579 * gdb.pascal/floats.exp
8580 * gdb.pascal/integers.exp
8581 * gdb.python/py-block.exp
8582 * gdb.python/py-events.exp
8583 * gdb.python/py-parameter.exp
8584 * gdb.python/py-symbol.exp
8585 * gdb.python/py-symtab.exp
8586 * gdb.python/py-type.exp
8587 * gdb.python/py-value.exp
8588 * gdb.python/py-xmethods.exp
8589 * gdb.python/python.exp
8590 * gdb.reverse/break-precsave.exp
8591 * gdb.reverse/consecutive-precsave.exp
8592 * gdb.reverse/finish-precsave.exp
8593 * gdb.reverse/i386-precsave.exp
8594 * gdb.reverse/machinestate-precsave.exp
8595 * gdb.reverse/sigall-precsave.exp
8596 * gdb.reverse/solib-precsave.exp
8597 * gdb.reverse/step-precsave.exp
8598 * gdb.reverse/until-precsave.exp
8599 * gdb.reverse/watch-precsave.exp
8600 * gdb.server/ext-attach.exp
8601 * gdb.server/ext-restart.exp
8602 * gdb.server/ext-run.exp
8603 * gdb.server/ext-wrapper.exp
8604 * gdb.stabs/gdb11479.exp
8605 * gdb.stabs/weird.exp
8606 * gdb.threads/attach-many-short-lived-threads.exp
8607 * gdb.threads/kill.exp
8608 * gdb.threads/watchpoint-fork.exp
8609
bc6c7af4
LM
86102016-12-01 Luis Machado <lgustavo@codesourcery.com>
8611
8612 Fix test names starting with uppercase throughout all the files below.
8613
8614 * gdb.ada/array_return.exp
8615 * gdb.ada/catch_ex.exp
8616 * gdb.ada/info_exc.exp
8617 * gdb.ada/mi_catch_ex.exp
8618 * gdb.ada/mi_dyn_arr.exp
8619 * gdb.ada/mi_ex_cond.exp
8620 * gdb.ada/mi_exc_info.exp
8621 * gdb.ada/mi_interface.exp
8622 * gdb.ada/mi_task_arg.exp
8623 * gdb.ada/mi_task_info.exp
8624 * gdb.ada/mi_var_array.exp
8625 * gdb.arch/alpha-step.exp
8626 * gdb.arch/amd64-disp-step.exp
8627 * gdb.arch/arm-disp-step.exp
8628 * gdb.arch/disp-step-insn-reloc.exp
8629 * gdb.arch/e500-prologue.exp
8630 * gdb.arch/ftrace-insn-reloc.exp
8631 * gdb.arch/gdb1558.exp
8632 * gdb.arch/i386-bp_permanent.exp
8633 * gdb.arch/i386-disp-step.exp
8634 * gdb.arch/i386-float.exp
8635 * gdb.arch/i386-gnu-cfi.exp
8636 * gdb.arch/ia64-breakpoint-shadow.exp
8637 * gdb.arch/mips16-thunks.exp
8638 * gdb.arch/pa-nullify.exp
8639 * gdb.arch/powerpc-aix-prologue.exp
8640 * gdb.arch/powerpc-power.exp
8641 * gdb.arch/ppc-dfp.exp
8642 * gdb.arch/s390-tdbregs.exp
8643 * gdb.arch/spu-info.exp
8644 * gdb.arch/spu-ls.exp
8645 * gdb.arch/thumb-bx-pc.exp
8646 * gdb.base/advance.exp
8647 * gdb.base/annota-input-while-running.exp
8648 * gdb.base/arrayidx.exp
8649 * gdb.base/asmlabel.exp
8650 * gdb.base/async.exp
8651 * gdb.base/attach-wait-input.exp
8652 * gdb.base/auto-connect-native-target.exp
8653 * gdb.base/batch-preserve-term-settings.exp
8654 * gdb.base/bfp-test.exp
8655 * gdb.base/bigcore.exp
8656 * gdb.base/bp-permanent.exp
8657 * gdb.base/break-always.exp
8658 * gdb.base/break-fun-addr.exp
8659 * gdb.base/break-idempotent.exp
8660 * gdb.base/break-main-file-remove-fail.exp
8661 * gdb.base/break-probes.exp
8662 * gdb.base/break-unload-file.exp
8663 * gdb.base/break.exp
8664 * gdb.base/call-ar-st.exp
8665 * gdb.base/call-rt-st.exp
8666 * gdb.base/call-sc.exp
8667 * gdb.base/call-signal-resume.exp
8668 * gdb.base/call-strs.exp
8669 * gdb.base/callexit.exp
8670 * gdb.base/callfuncs.exp
8671 * gdb.base/catch-gdb-caused-signals.exp
8672 * gdb.base/catch-signal-siginfo-cond.exp
8673 * gdb.base/catch-syscall.exp
8674 * gdb.base/compare-sections.exp
8675 * gdb.base/cond-eval-mode.exp
8676 * gdb.base/condbreak-call-false.exp
8677 * gdb.base/consecutive-step-over.exp
8678 * gdb.base/cursal.exp
8679 * gdb.base/disabled-location.exp
8680 * gdb.base/disasm-end-cu.exp
8681 * gdb.base/display.exp
8682 * gdb.base/double-prompt-target-event-error.exp
8683 * gdb.base/dprintf-bp-same-addr.exp
8684 * gdb.base/dprintf-detach.exp
8685 * gdb.base/dprintf-next.exp
8686 * gdb.base/dprintf-non-stop.exp
8687 * gdb.base/dprintf-pending.exp
8688 * gdb.base/dso2dso.exp
8689 * gdb.base/ending-run.exp
8690 * gdb.base/enum_cond.exp
8691 * gdb.base/examine-backward.exp
8692 * gdb.base/exe-lock.exp
8693 * gdb.base/exec-invalid-sysroot.exp
8694 * gdb.base/execl-update-breakpoints.exp
8695 * gdb.base/execution-termios.exp
8696 * gdb.base/fileio.exp
8697 * gdb.base/fixsection.exp
8698 * gdb.base/foll-exec-mode.exp
8699 * gdb.base/foll-exec.exp
8700 * gdb.base/fork-running-state.exp
8701 * gdb.base/frame-args.exp
8702 * gdb.base/fullpath-expand.exp
8703 * gdb.base/func-ptr.exp
8704 * gdb.base/gcore-relro-pie.exp
8705 * gdb.base/gdb1090.exp
8706 * gdb.base/gdb1555.exp
8707 * gdb.base/global-var-nested-by-dso.exp
8708 * gdb.base/gnu-ifunc.exp
8709 * gdb.base/hbreak-in-shr-unsupported.exp
8710 * gdb.base/hbreak-unmapped.exp
8711 * gdb.base/hook-stop.exp
8712 * gdb.base/infcall-input.exp
8713 * gdb.base/info-fun.exp
8714 * gdb.base/info-shared.exp
8715 * gdb.base/interrupt-noterm.exp
8716 * gdb.base/jit-so.exp
8717 * gdb.base/jit.exp
8718 * gdb.base/line-symtabs.exp
8719 * gdb.base/list.exp
8720 * gdb.base/longjmp.exp
8721 * gdb.base/macscp.exp
8722 * gdb.base/max-value-size.exp
8723 * gdb.base/nodebug.exp
8724 * gdb.base/nofield.exp
8725 * gdb.base/overlays.exp
8726 * gdb.base/paginate-after-ctrl-c-running.exp
8727 * gdb.base/paginate-bg-execution.exp
8728 * gdb.base/paginate-inferior-exit.exp
8729 * gdb.base/pending.exp
8730 * gdb.base/pr11022.exp
8731 * gdb.base/printcmds.exp
8732 * gdb.base/ptr-typedef.exp
8733 * gdb.base/ptype.exp
8734 * gdb.base/randomize.exp
8735 * gdb.base/range-stepping.exp
8736 * gdb.base/realname-expand.exp
8737 * gdb.base/relativedebug.exp
8738 * gdb.base/remote.exp
8739 * gdb.base/savedregs.exp
8740 * gdb.base/sepdebug.exp
8741 * gdb.base/set-noassign.exp
8742 * gdb.base/shlib-call.exp
8743 * gdb.base/shreloc.exp
8744 * gdb.base/sigaltstack.exp
8745 * gdb.base/sigbpt.exp
8746 * gdb.base/siginfo-addr.exp
8747 * gdb.base/siginfo-obj.exp
8748 * gdb.base/siginfo-thread.exp
8749 * gdb.base/signest.exp
8750 * gdb.base/signull.exp
8751 * gdb.base/sigrepeat.exp
8752 * gdb.base/skip.exp
8753 * gdb.base/so-impl-ld.exp
8754 * gdb.base/solib-corrupted.exp
8755 * gdb.base/solib-disc.exp
8756 * gdb.base/solib-display.exp
8757 * gdb.base/solib-overlap.exp
8758 * gdb.base/solib-search.exp
8759 * gdb.base/solib-symbol.exp
8760 * gdb.base/source-execution.exp
8761 * gdb.base/sss-bp-on-user-bp-2.exp
8762 * gdb.base/sss-bp-on-user-bp.exp
8763 * gdb.base/stack-checking.exp
8764 * gdb.base/stale-infcall.exp
8765 * gdb.base/step-break.exp
8766 * gdb.base/step-line.exp
8767 * gdb.base/step-over-exit.exp
8768 * gdb.base/step-test.exp
8769 * gdb.base/structs.exp
8770 * gdb.base/sym-file.exp
8771 * gdb.base/symtab-search-order.exp
8772 * gdb.base/term.exp
8773 * gdb.base/type-opaque.exp
8774 * gdb.base/unload.exp
8775 * gdb.base/until-nodebug.exp
8776 * gdb.base/until.exp
8777 * gdb.base/unwindonsignal.exp
8778 * gdb.base/watch-cond.exp
8779 * gdb.base/watch-non-mem.exp
8780 * gdb.base/watch_thread_num.exp
8781 * gdb.base/watchpoint-reuse-slot.exp
8782 * gdb.base/watchpoint-solib.exp
8783 * gdb.base/watchpoint.exp
8784 * gdb.btrace/dlopen.exp
8785 * gdb.cell/arch.exp
8786 * gdb.cell/break.exp
8787 * gdb.cell/bt.exp
8788 * gdb.cell/core.exp
8789 * gdb.cell/data.exp
8790 * gdb.cell/dwarfaddr.exp
8791 * gdb.cell/ea-cache.exp
8792 * gdb.cell/ea-standalone.exp
8793 * gdb.cell/ea-test.exp
8794 * gdb.cell/f-regs.exp
8795 * gdb.cell/fork.exp
8796 * gdb.cell/gcore.exp
8797 * gdb.cell/mem-access.exp
8798 * gdb.cell/ptype.exp
8799 * gdb.cell/registers.exp
8800 * gdb.cell/sizeof.exp
8801 * gdb.cell/solib-symbol.exp
8802 * gdb.cell/solib.exp
8803 * gdb.compile/compile-tls.exp
8804 * gdb.cp/exception.exp
8805 * gdb.cp/gdb2495.exp
8806 * gdb.cp/local.exp
8807 * gdb.cp/mb-inline.exp
8808 * gdb.cp/mb-templates.exp
8809 * gdb.cp/pr10687.exp
8810 * gdb.cp/pr9167.exp
8811 * gdb.cp/scope-err.exp
8812 * gdb.cp/templates.exp
8813 * gdb.cp/virtfunc.exp
8814 * gdb.dwarf2/dw2-dir-file-name.exp
8815 * gdb.dwarf2/dw2-single-line-discriminators.exp
8816 * gdb.fortran/complex.exp
8817 * gdb.fortran/library-module.exp
8818 * gdb.guile/guile.exp
8819 * gdb.guile/scm-cmd.exp
8820 * gdb.guile/scm-frame-inline.exp
8821 * gdb.guile/scm-objfile.exp
8822 * gdb.guile/scm-pretty-print.exp
8823 * gdb.guile/scm-symbol.exp
8824 * gdb.guile/scm-type.exp
8825 * gdb.guile/scm-value.exp
8826 * gdb.linespec/keywords.exp
8827 * gdb.linespec/ls-errs.exp
8828 * gdb.linespec/macro-relative.exp
8829 * gdb.linespec/thread.exp
8830 * gdb.mi/mi-breakpoint-changed.exp
8831 * gdb.mi/mi-dprintf-pending.exp
8832 * gdb.mi/mi-fullname-deleted.exp
8833 * gdb.mi/mi-logging.exp
8834 * gdb.mi/mi-pending.exp
8835 * gdb.mi/mi-solib.exp
8836 * gdb.mi/new-ui-mi-sync.exp
8837 * gdb.mi/user-selected-context-sync.exp
8838 * gdb.multi/dummy-frame-restore.exp
8839 * gdb.multi/multi-arch-exec.exp
8840 * gdb.multi/remove-inferiors.exp
8841 * gdb.multi/watchpoint-multi-exit.exp
8842 * gdb.opt/solib-intra-step.exp
8843 * gdb.perf/backtrace.exp
8844 * gdb.perf/single-step.exp
8845 * gdb.perf/skip-command.exp
8846 * gdb.perf/skip-prologue.exp
8847 * gdb.perf/solib.exp
8848 * gdb.python/lib-types.exp
8849 * gdb.python/py-as-string.exp
8850 * gdb.python/py-bad-printers.exp
8851 * gdb.python/py-block.exp
8852 * gdb.python/py-breakpoint.exp
8853 * gdb.python/py-cmd.exp
8854 * gdb.python/py-events.exp
8855 * gdb.python/py-evthreads.exp
8856 * gdb.python/py-finish-breakpoint.exp
8857 * gdb.python/py-finish-breakpoint2.exp
8858 * gdb.python/py-frame-inline.exp
8859 * gdb.python/py-frame.exp
8860 * gdb.python/py-inferior.exp
8861 * gdb.python/py-infthread.exp
8862 * gdb.python/py-mi.exp
8863 * gdb.python/py-objfile.exp
8864 * gdb.python/py-pp-maint.exp
8865 * gdb.python/py-pp-registration.exp
8866 * gdb.python/py-prettyprint.exp
8867 * gdb.python/py-recurse-unwind.exp
8868 * gdb.python/py-shared.exp
8869 * gdb.python/py-symbol.exp
8870 * gdb.python/py-symtab.exp
8871 * gdb.python/py-template.exp
8872 * gdb.python/py-type.exp
8873 * gdb.python/py-unwind-maint.exp
8874 * gdb.python/py-unwind.exp
8875 * gdb.python/py-value.exp
8876 * gdb.python/python.exp
8877 * gdb.reverse/finish-reverse-bkpt.exp
8878 * gdb.reverse/insn-reverse.exp
8879 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8880 * gdb.reverse/solib-precsave.exp
8881 * gdb.reverse/solib-reverse.exp
8882 * gdb.stabs/gdb11479.exp
8883 * gdb.stabs/weird.exp
8884 * gdb.threads/fork-child-threads.exp
8885 * gdb.threads/fork-plus-threads.exp
8886 * gdb.threads/fork-thread-pending.exp
8887 * gdb.threads/forking-threads-plus-breakpoint.exp
8888 * gdb.threads/hand-call-in-threads.exp
8889 * gdb.threads/interrupted-hand-call.exp
8890 * gdb.threads/linux-dp.exp
8891 * gdb.threads/local-watch-wrong-thread.exp
8892 * gdb.threads/next-while-other-thread-longjmps.exp
8893 * gdb.threads/non-ldr-exit.exp
8894 * gdb.threads/pending-step.exp
8895 * gdb.threads/print-threads.exp
8896 * gdb.threads/process-dies-while-detaching.exp
8897 * gdb.threads/process-dies-while-handling-bp.exp
8898 * gdb.threads/pthreads.exp
8899 * gdb.threads/queue-signal.exp
8900 * gdb.threads/reconnect-signal.exp
8901 * gdb.threads/signal-command-handle-nopass.exp
8902 * gdb.threads/signal-command-multiple-signals-pending.exp
8903 * gdb.threads/signal-delivered-right-thread.exp
8904 * gdb.threads/signal-sigtrap.exp
8905 * gdb.threads/sigthread.exp
8906 * gdb.threads/staticthreads.exp
8907 * gdb.threads/stepi-random-signal.exp
8908 * gdb.threads/thread-unwindonsignal.exp
8909 * gdb.threads/thread_check.exp
8910 * gdb.threads/thread_events.exp
8911 * gdb.threads/tid-reuse.exp
8912 * gdb.threads/tls-nodebug.exp
8913 * gdb.threads/tls-shared.exp
8914 * gdb.threads/tls-so_extern.exp
8915 * gdb.threads/tls.exp
8916 * gdb.threads/wp-replication.exp
8917 * gdb.trace/actions-changed.exp
8918 * gdb.trace/actions.exp
8919 * gdb.trace/backtrace.exp
8920 * gdb.trace/change-loc.exp
8921 * gdb.trace/collection.exp
8922 * gdb.trace/deltrace.exp
8923 * gdb.trace/disconnected-tracing.exp
8924 * gdb.trace/entry-values.exp
8925 * gdb.trace/ftrace-lock.exp
8926 * gdb.trace/ftrace.exp
8927 * gdb.trace/infotrace.exp
8928 * gdb.trace/mi-trace-frame-collected.exp
8929 * gdb.trace/mi-trace-unavailable.exp
8930 * gdb.trace/mi-traceframe-changed.exp
8931 * gdb.trace/mi-tracepoint-changed.exp
8932 * gdb.trace/mi-tsv-changed.exp
8933 * gdb.trace/no-attach-trace.exp
8934 * gdb.trace/packetlen.exp
8935 * gdb.trace/passc-dyn.exp
8936 * gdb.trace/passcount.exp
8937 * gdb.trace/pending.exp
8938 * gdb.trace/pr16508.exp
8939 * gdb.trace/qtro.exp
8940 * gdb.trace/range-stepping.exp
8941 * gdb.trace/read-memory.exp
8942 * gdb.trace/report.exp
8943 * gdb.trace/save-trace.exp
8944 * gdb.trace/signal.exp
8945 * gdb.trace/stap-trace.exp
8946 * gdb.trace/status-stop.exp
8947 * gdb.trace/strace.exp
8948 * gdb.trace/tfile.exp
8949 * gdb.trace/tfind.exp
8950 * gdb.trace/trace-break.exp
8951 * gdb.trace/trace-condition.exp
8952 * gdb.trace/trace-enable-disable.exp
8953 * gdb.trace/trace-mt.exp
8954 * gdb.trace/tracecmd.exp
8955 * gdb.trace/tracefile-pseudo-reg.exp
8956 * gdb.trace/tspeed.exp
8957 * gdb.trace/tstatus.exp
8958 * gdb.trace/tsv.exp
8959 * gdb.trace/unavailable.exp
8960 * gdb.trace/while-dyn.exp
8961 * gdb.trace/while-stepping.exp
8962 * lib/gdb-guile.exp
8963 * lib/gdb.exp
8964 * lib/mi-support.exp
8965 * lib/pascal.exp
8966 * lib/perftest.exp
8967 * lib/prelink-support.exp
8968 * lib/selftest-support.exp
8969
ad02e4fe
SM
89702016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8971
8972 * Makefile.in: Include disable-implicit-rules.mk.
8973
22347e55
AA
89742016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8975
8976 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8977 non-byte-aligned bit fields.
8978
da5b30da
AA
89792016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8980
8981 PR gdb/12616
8982 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8983 respects the DW_AT_data_bit_offset attribute.
8984
b593ecca
SM
89852016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8986
8987 * gdb.base/default.exp: Fix output of "set language".
8988
3b165252
SM
89892016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8990
8991 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8992 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8993 make.
8994 * configure.ac: Remove checks for the make program.
8995 * configure: Re-generate.
8996
1a2f3d7f
KB
89972016-11-16 Kevin Buettner <kevinb@redhat.com>
8998
8999 * gdb.python/py-recurse-unwind.c (main): Add loop.
9000 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9001 to read_register() and gdb.parse_and_eval(). Make each code
9002 call a separate case that can be individually tested.
9003 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9004 proc. Call cont_and_backtrace for each of the code paths that
9005 we want to test in the unwinder.
9006
b7f38fda
AA
90072016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9008
9009 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9010 the definition of struct S.
9011
1f8db343
CM
90122016-11-11 Catherine Moore <clm@codesourcery.com>
9013
9014 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9015
fad0c9fb
PA
90162016-11-09 Pedro Alves <palves@redhat.com>
9017
9018 * gdb.base/commands.exp (runto_or_return): New procedure.
9019 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9020 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9021 (progvar_simple_while_test, progvar_complex_if_while_test)
9022 (if_while_breakpoint_command_test)
9023 (infrun_breakpoint_command_test, breakpoint_command_test)
9024 (user_defined_command_test, watchpoint_command_test)
9025 (test_command_prompt_position, redefine_hook_test)
9026 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9027 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9028 multi_line_input and multi_line. Remove gdb_expect and
9029 gdb_stop_suppressing_tests uses.
9030 * lib/gdb.exp (valnum_re): New global.
9031 (multi_line_input): New procedure.
9032
8354c62c
SM
90332016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9034
9035 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9036 Remove.
9037 (test_setup): Define with proc_with_prefix.
9038 (test_cli_inferior): Likewise.
9039 (test_cli_thread): Likewise.
9040 (test_cli_frame): Likewise.
9041 (test_cli_select_frame): Likewise.
9042 (test_cli_up_down): Likewise.
9043 (test_mi_thread_select): Likewise.
9044 (test_mi_stack_select_frame): Likewise.
9045 (test_cli_in_mi_inferior): Likewise.
9046 (test_cli_in_mi_thread): Likewise.
9047 (test_cli_in_mi_frame): Likewise.
9048 (top level): Do not use with_test_prefix_procname.
9049
64f367a2
PA
90502016-11-09 Pedro Alves <palves@redhat.com>
9051
9052 * gdb.base/commands.exp (gdbvar_simple_if_test)
9053 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9054 (progvar_simple_if_test, progvar_simple_while_test)
9055 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9056 (infrun_breakpoint_command_test, breakpoint_command_test)
9057 (user_defined_command_test, watchpoint_command_test)
9058 (test_command_prompt_position, deprecated_command_test)
9059 (bp_deleted_in_command, temporary_breakpoint_commands)
9060 (stray_arg0_test, source_file_with_indented_comment)
9061 (recursive_source_test, if_commands_test)
9062 (error_clears_commands_left, redefine_hook_test)
9063 (redefine_backtrace_test): Use proc_with_prefix.
9064 * lib/gdb.exp (proc_with_prefix): New proc.
9065
0bb65f1e
AA
90662016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9067
9068 * gdb.base/tui-layout.c: New file.
9069 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9070 disassembly window contains very long lines.
9071
7353f247
TT
90722016-11-08 Tom Tromey <tom@tromey.com>
9073
9074 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9075 depend on Python 2.
9076
30a7bb83
TT
90772016-11-08 Tom Tromey <tom@tromey.com>
9078
9079 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9080 New method.
9081
cdf5a07c
MG
90822016-10-29 Manish Goregaokar <manish@mozilla.com>
9083
2806dc7e 9084 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 9085
51a789c3
MG
90862016-10-27 Manish Goregaokar <manish@mozilla.com>
9087
2806dc7e
PA
9088 * gdb.rust/simple.rs: Add test for univariant enums without
9089 discriminants and for encoded struct-like enums.
51a789c3 9090
f610ab6d
PA
90912016-10-28 Pedro Alves <palves@redhat.com>
9092
9093 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9094 gdb_test_multiple, tighten regexps and match symtabs and line
9095 tables incrementally.
9096
b129b0ca
LM
90972016-10-28 Luis Machado <lgustavo@codesourcery.com>
9098
9099 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9100 general.
9101
ecf45d2c
SL
91022016-10-25 Luis Machado <lgustavo@codesourcery.com>
9103
9104 * gdb.base/exec-invalid-sysroot.exp: New file.
9105
b8d38ee4
JK
91062016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9107
9108 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9109
f90fd8c2
JK
91102016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9111
9112 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9113
2d2476aa
MR
91142016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9115
2806dc7e
PA
9116 * gdb.base/killed-outside.exp: Remove $options from a call to
9117 `prepare_for_testing'.
2d2476aa 9118
e42b25a0
SM
91192016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9120
9121 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9122 Change test message.
9123
3ccdb432
SM
91242016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9125
9126 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9127 Update comment.
9128
5bad3170
SM
91292016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9130
9131 * gdb.trace/mi-trace-save.exp: New file.
9132
5ad9dba7
YQ
91332016-10-13 Yao Qi <yao.qi@linaro.org>
9134
9135 * gdb.base/code_elim.exp (get_var_address): Remove.
9136 * gdb.base/relocate.exp: Likewise.
9137 * gdb.base/shreloc.exp: Likewise.
9138 * lib/gdb.exp (get_var_address): New.
9139
62df7e21
YQ
91402016-10-13 Yao Qi <yao.qi@linaro.org>
9141
9142 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9143 floating point tests if $skip_float_test is false.
9144
4dac951e
LM
91452016-10-12 Luis Machado <lgustavo@codesourcery.com>
9146
9147 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9148 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9149 argc values.
9150 Add 1 to argc so we guarantee distinct initial/modified argc values.
9151
8f1a8fc4
JK
91522016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9153
9154 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9155
16c85b5d
JK
91562016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9157
9158 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9159 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9160 * gdb.arch/vsx-regs.exp: Likewise.
9161
1d0e042a
YQ
91622016-10-07 Yao Qi <yao.qi@linaro.org>
9163
9164 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9165
68dadef5
MM
91662016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9167
9168 * gdb.python/python.exp: Test decode_line("*0").
9169
33fa2c6e
DE
91702016-10-06 Doug Evans <dje@google.com>
9171
9172 * gdb.python/py-value.exp (test_value_creation): Add test for large
9173 unsigned 64-bit value.
9174
9c37b5ae
TT
91752016-10-06 Tom Tromey <tom@tromey.com>
9176
9177 * gdb.compile/compile.exp: Change java tests to rust.
9178 * gdb.base/setshow.exp: Change java tests to rust.
9179 * gdb.base/default.exp: Remove java from language list.
9180 * README (Examples): Update language example.
9181 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9182 test.
9183 * lib/gdb.exp (skip_java_tests): Remove.
9184 * lib/java.exp: Remove.
9185 * gdb.java: Remove.
9186
78b86327
MR
91872016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9188
9189 * gdb.arch/mips-fcr.exp: New test.
9190 * gdb.arch/mips-fcr.c: Source for the new test.
9191
7470adbb
MR
91922016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9193
9194 * gdb.base/solib-disc.exp: Use `standard_output_file'
9195 throughout.
9196
4a556533
PA
91972016-10-06 Pedro Alves <palves@redhat.com>
9198
9199 * gdb.base/jit-simple-dl.c: New file.
9200 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9201 * gdb.base/jit-simple.c: ... this.
9202 * gdb.base/jit-simple.exp (jit_run): Delete.
9203 (build_jit): New proc.
9204 (jit_test_reread): Recompile either the main program or the shared
9205 library, depending on what is being tested. Skip changing address
9206 if caller wants to. Compare before/after addresses. If testing
9207 standalone, explicitly load the binary. Test "maint info
9208 breakpoints".
9209 (top level): Add "standalone vs shared lib" and "change address"
9210 vs "same address" axes.
9211
5a122fbc
PA
92122016-10-06 Pedro Alves <palves@redhat.com>
9213
9214 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9215 call.
9216 (jit_run): Delete.
9217 (jit_test_reread): Use with_test_prefix. Reload the main binary
9218 explicitly. Compare the before/after addresses of the JIT
9219 descriptor.
9220
ee8da4b8
DE
92212016-08-15 Doug Evans <dje@google.com>
9222
9223 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9224 for single bitfields is bool.
9225 * gdb.xml/tdesc-regs.exp: Ditto.
9226
f389f6fe
JK
92272016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9228
9229 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9230
fdebf1a4
YQ
92312016-10-05 Yao Qi <yao.qi@linaro.org>
9232
9233 * lib/gdb.exp (support_complex_tests): Return zero if
9234 gdb_skip_float_test return true.
9235
9c36d954 92362016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9237 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
9238
9239 PR gdb/20487
9240 * gdb.mi/user-selected-context-sync.exp: New file.
9241 * gdb.mi/user-selected-context-sync.c: New file.
9242
4034d0ff 92432016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9244 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
9245
9246 PR gdb/20487
9247 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9248 =thread-select-event check.
9249
a4297203
PB
92502016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9251
9252 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9253 the compulsory L operand changes.
9254 * gdb.arch/powerpc-power.s: Likewise.
9255
bb805577
JK
92562016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9257
9258 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9259 * gdb.base/jit-attach-pie.c: New file.
9260 * gdb.base/jit-attach-pie.exp: New file.
9261
6d61dee5
PA
92622016-09-28 Pedro Alves <palves@redhat.com>
9263
9264 * gdb.base/infcall-input.c: New file.
9265 * gdb.base/infcall-input.exp: New file.
9266
f73842fc
YQ
92672016-09-22 Yao Qi <yao.qi@linaro.org>
9268
9269 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9270 (gdb_exit): Rename it to ...
9271 (gdbserver_gdb_exit): ... Close GDBserver.
9272 (gdb_exit): New proc, call gdbserver_gdb_exit.
9273 (mi_gdb_exit): Likewise.
9274
90681dab
YQ
92752016-09-22 Yao Qi <yao.qi@linaro.org>
9276
9277 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9278 path.
9279 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9280 Remove duplication.
9281
9c211fd8
YQ
92822016-09-22 Yao Qi <yao.qi@linaro.org>
9283
9284 * lib/gdbserver-support.exp: Check the existence of
9285 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9286
ad0a504f
AK
92872016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9288
9289 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9290
36cf1806
TT
92912016-09-21 Tom Tromey <tom@tromey.com>
9292
9293 PR gdb/20604:
9294 * gdb.base/quit.exp: New file.
9295
74172ecf
SM
92962016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9297
9298 * .gitignore: New file.
9299
3d0ec882
MR
93002016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9301
9302 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9303 throughout.
9304
8193adea
AA
93052016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9306
9307 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9308
d41a5c09
JK
93092016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9310
9311 * gdb.cp/casts.cc (decltype): Move it ...
9312 (main): ... with its call to ...
9313 * gdb.cp/casts03.cc: ... a new file.
9314 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9315
d2dfe700
JK
93162016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9317
9318 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9319
e2a92b16
PB
93202016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9321
9322 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9323 and sync up the test with tests in gas/testsuite/gas/ppc.
9324 * gdb.arch/powerpc-power.exp: Likewise.
9325
49b4de64
JK
93262016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9327
9328 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9329
2c29df25
SDJ
93302016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9331 Jan Kratochvil <jan.kratochvil@redhat.com>
9332
9333 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9334 make m1's definition to be different from m2's. Use 'dummy' as an
9335 argument for probe 'two'.
9336
cc3c2846
JB
93372016-09-10 Jon Beniston <jon@beniston.com>
9338
9339 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9340 for sim target.
9341
e1b2624a
AA
93422016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9343
9344 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9345 variable declaration.
9346 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9347 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9348 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9349 received HWCAP as its argument.
9350
4295e285
PA
93512016-09-06 Pedro Alves <palves@redhat.com>
9352
9353 * gdb.base/new-ui-pending-input.c: New file.
9354 * gdb.base/new-ui-pending-input.exp: New file.
9355 * gdb.exp (clear_gdb_spawn_id): New procedure.
9356 (with_spawn_id): Check whether gdb_spawn_id exists before
9357 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9358 on exit.
9359
00d5215e
UW
93602016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9361
9362 * gdb.base/float128.c: New file.
9363 * gdb.base/float128.exp: Likewise.
9364 * gdb.base/floatn.c: Likewise.
9365 * gdb.base/floatn.exp: Likewise.
9366
a9ff5f12
UW
93672016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9368
9369 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9370
f245535c
PA
93712016-09-05 Pedro Alves <palves@redhat.com>
9372
9373 PR backtrace/19927
9374 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9375 unwinders are immediately called as side effect of "source" or
9376 "disable unwinder" commands.
9377 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9378
ae9cf263
YQ
93792016-09-02 Yao Qi <yao.qi@linaro.org>
9380
9381 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9382 is true and $type is "float" or "double".
9383
27aba047
YQ
93842016-09-02 Yao Qi <yao.qi@linaro.org>
9385
9386 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9387 true.
9388 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9389 * gdb.base/call-rt-st.exp: Likewise.
9390 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9391 return value instead of gdb,skip_float_test.
9392 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9393 (do_function_calls): Use its return value instead of
9394 gdb,skip_float_test.
9395 * gdb.base/finish.exp: Likewise.
9396 * gdb.base/funcargs.exp: Likewise.
9397 * gdb.base/return.exp: Likewise.
9398 * gdb.base/return2.exp: Likewise.
9399 * gdb.base/varargs.exp: Likewise.
9400 * lib/gdb.exp (gdb_skip_float_test): Change it to
9401 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9402
5af962df
AA
94032016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9404
9405 * gdb.multi/tids.exp: Test "thread apply all".
9406
7fac6910
JK
94072016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9408
9409 * gdb.base/default.exp (tty): Remove.
9410
bb1fe4ac
KB
94112016-08-24 Kevin Buettner <kevinb@redhat.com>
9412
2806dc7e
PA
9413 * gdb.python/py-recurse-unwind.c: New file.
9414 * gdb.python/py-recurse-unwind.py: New file.
9415 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 9416
0a1ddfa6
SM
94172016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9418
9419 * gdb.base/set-inferior-tty.exp: New file.
9420 * gdb.base/set-inferior-tty.c: New file.
9421
d9de1fe3
PA
94222016-08-23 Pedro Alves <palves@redhat.com>
9423
9424 PR gdb/20494
9425 * gdb.base/new-ui-echo.c: New file.
9426 * gdb.base/new-ui-echo.exp: New file.
9427
e9d9abd7
YQ
94282016-08-23 Yao Qi <yao.qi@linaro.org>
9429
9430 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9431 gdbserver_spawn.
9432 * gdb.server/connect-without-multi-process.exp (do_test):
9433 Likewise.
9434
3589529e
YQ
94352016-08-23 Yao Qi <yao.qi@linaro.org>
9436
9437 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9438 standalone_txt. Delete gdb_txt and standalone_txt on host
9439 and target. Spawn the binary on target. Copy files from
9440 target to host.
9441
6bb90213
PA
94422016-08-22 Pedro Alves <palves@redhat.com>
9443
9444 PR gdb/20505
9445 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9446 with_test_prefix. Factor out bits to ...
9447 (test_no_vdso): ... this new procedure.
9448
20c2c024
CL
94492016-08-19 Carl Love <cel@us.ibm.com>
9450
9451 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9452 maintaining separate logic for constructing the output path.
9453 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9454 * gdb.arch/ppc-dfp.exp: Likewise.
9455 * gdb.arch/ppc-fp.exp: Likewise.
9456 * gdb.arch/vsx-regs.exp: Likewise.
9457 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9458 binprefix for generating the additional binary files.
9459
0646e07d
PA
94602016-08-19 Pedro Alves <palves@redhat.com>
9461
9462 * gdb.trace/mi-trace-frame-collected.exp
9463 (test_trace_frame_collected): On x32, expect two registers.
9464
46da9242
CL
94652016-08-18 Carl Love <cel@us.ibm.com>
9466
9467 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9468 and sync up the test with tests in gas/testsuite/gas/ppc.
9469 * gdb.arch/powerpc-power.exp: Likewise.
9470
eb2332d7
SM
94712016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9472
9473 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9474 expected error message.
9475
63c61e04
SM
94762016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9477
9478 * gdb.multi/remove-inferiors.exp: New file.
9479 * gdb.multi/remove-inferiors.c: New file.
9480
7b17065f
YQ
94812016-08-12 Yao Qi <yao.qi@linaro.org>
9482
9483 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9484 argument list.
9485
01d3dedf
PA
94862016-08-10 Pedro Alves <palves@redhat.com>
9487
9488 PR gdb/19187
9489 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9490 setup_kfails.
9491
3eb7562a
PA
94922016-08-09 Pedro Alves <palves@redhat.com>
9493 Simon Marchi <simon.marchi@ericsson.com>
9494
9495 PR gdb/20418
9496 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9497 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9498
80614914
PA
94992016-08-09 Pedro Alves <palves@redhat.com>
9500
9501 PR mi/20431
9502 * gdb.mi/mi-cmd-error.exp: New file.
9503
f348d89a
PA
95042016-08-09 Pedro Alves <palves@redhat.com>
9505
9506 PR gdb/18653
9507 * gdb.base/signals-state-child.c: New file.
9508 * gdb.base/signals-state-child.exp: New file.
9509 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9510
e5ca03b4
PA
95112016-08-09 Pedro Alves <palves@redhat.com>
9512
9513 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9514
282a0691
TT
95152016-08-03 Tom Tromey <tom@tromey.com>
9516
9517 PR python/18565:
9518 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9519
41bfcd63
YQ
95202016-08-01 Yao Qi <yao.qi@linaro.org>
9521
9522 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9523 variable mode to "multi-process" if $multi_process is 1, otherwise
9524 set it to "single-process".
9525
e3465b24
YQ
95262016-08-01 Yao Qi <yao.qi@linaro.org>
9527
9528 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9529 * gdb.cp/cpexprs.exp: Likewise.
9530 * gdb.cp/m-static.exp: Likewise.
9531
0b31a4bc
TT
95322016-07-26 Tom Tromey <tom@tromey.com>
9533
9534 PR python/20190:
9535 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9536 test.
9537
e0461dbb
MM
95382016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9539
9540 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9541 selecting assembly source files.
9542 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9543 assembly source files.
9544 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9545 assembly source files.
9546 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9547 selecting assembly source files.
9548
8194e927
SM
95492016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9550
9551 * gdb.base/new-ui.exp (do_test_invalid_args): New
9552 procedure.
9553
c0272db5
TW
95542016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9555
9556 * gdb.btrace/reconnect.c: New file.
9557 * gdb.btrace/reconnect.exp: New file.
9558
e3487908
GKB
95592016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9560
9561 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9562 to test_catch_syscall_group.
9563 (test_catch_syscall_group): New.
9564
12df5c00
TT
95652016-07-21 Tom Tromey <tom@tromey.com>
9566
9567 * gdb.rust/simple.rs (main): Use empty struct expression.
9568 * gdb.rust/simple.exp: Add tests for empty struct expression.
9569
bae62ee2
YQ
95702016-07-21 Yao Qi <yao.qi@linaro.org>
9571
9572 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9573 if gdb_skip_xml_test is true on some targets.
9574
b1b53fb3
YQ
95752016-07-21 Yao Qi <yao.qi@linaro.org>
9576
9577 * gdb.server/solib-list.exp: Unset last_loaded_file.
9578
027d97f8
JK
95792016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9580
9581 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9582 "step into captured_main (args)".
9583
7674d381
JK
95842016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9585
9586 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9587
72b5d099
JK
95882016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9589
9590 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9591
1f960ced
PA
95922016-07-19 Pedro Alves <palves@redhat.com>
9593
9594 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9595 * gdb.opt/inline-bt.exp: Likewise.
9596 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9597 additional_flags=-Winline.
9598 * gdb.opt/inline-locals.exp: Likewise.
9599 * gdb.opt/inline-markers.c (ATTR): Define.
9600 (inlined_fn): Use it.
9601
f25827c1
YQ
96022016-07-19 Yao Qi <yao.qi@linaro.org>
9603
9604 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9605 (test_with_self): Remove some code. Remove argument executable.
9606 (top-level): Use do_self_tests.
9607
37539ebe
DB
96082016-07-15 Zachary Welch <zwelch@codesourcery.com>
9609 Don Breazeal <donb@codesourcery.com>
9610
9611 * gdb.base/maint.exp: Escape paths used in regular expressions.
9612 * gdb.stabs/weird.exp: Likewise.
9613
dac790e1
TT
96142016-07-13 Tom Tromey <tom@tromey.com>
9615
9616 PR python/15620, PR python/18620:
9617 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9618 (test_bkpt_events): New procs.
9619
93daf339
TT
96202016-07-13 Tom Tromey <tom@tromey.com>
9621
9622 PR python/17698:
9623 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9624 test.
9625 (test_watchpoints): Likewise.
9626 (test_bkpt_pending): New proc.
9627
6571a381
TT
96282016-07-13 Tom Tromey <tom@tromey.com>
9629
9630 PR cli/18053:
9631 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9632 completion test.
9633
e8732474
JK
96342016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9635
9636 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9637 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9638 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9639 f_label.
9640 (g): Rename g_end_lbl to g_label.
9641 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9642 low_pc and high_pc.
9643 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9644
e0f3fd7c
TT
96452016-07-12 Tom Tromey <tom@tromey.com>
9646
9647 PR python/19293:
9648 * gdb.python/py-unwind-maint.exp: Update tests.
9649
3cfe46b6
YQ
96502016-07-12 Yao Qi <yao.qi@linaro.org>
9651
9652 * lib/selftest-support.exp (selftest_setup): Match the output
9653 when captured_main is inlined.
9654
4f19a0e6
WT
96552016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9656
9657 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9658 New variables.
9659 (print this%a, print this%b, print this): New tests.
9660 * gdb.fortran/derived-types.f90 (this): New object and
9661 initialization.
9662
986cf455
SM
96632016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9664
9665 * gdb.ada/arraydim.exp: Remove extra directory level in build
9666 directory.
9667
f0464b23
SM
96682016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9669
9670 * lib/ada.exp: Remove extra directory level in build directory.
9671 * gdb.ada/cond_lang.exp: Likewise.
9672 * gdb.ada/exec_changed.exp: Likewise.
9673 * gdb.ada/lang_switch.exp: Likewise.
9674
42d94011
MG
96752016-07-06 Manish Goregaokar <manish@mozilla.com>
9676
2806dc7e
PA
9677 * simple.rs: Add test for raw pointer subscripting.
9678 * simple.exp: Add test expectations.
42d94011 9679
647c264c
YQ
96802016-07-05 Yao Qi <yao.qi@linaro.org>
9681
9682 * gdb.mi/mi-reverse.exp: Match =record-started output.
9683
20aa2c60
PA
96842016-07-01 Pedro Alves <palves@redhat.com>
9685
9686 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9687 procedure.
9688 (jit_reader_test): Test the jit reader's unwinder.
9689 * gdb.base/jithost.c (jit_function_00_code): New global.
9690 (main): Use memcpy to fill in the mmapped code, instead of poking
9691 bytes manually here.
9692 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9693 value.
9694 (read_debug_info): Save the function's range.
9695 (read_sp): New function.
9696 (unwind_frame): Use it. Also unwind RBP.
9697 (get_frame_id): Use read_sp.
9698 (gdb_init_reader): Use calloc instead of malloc.
9699 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9700 parameter. Use gdb_test_multiple.
9701
ced2dffb
PA
97022016-07-01 Pedro Alves <palves@redhat.com>
9703 Antoine Tremblay <antoine.tremblay@ericsson.com>
9704
9705 * gdb.threads/process-dies-while-detaching.c: New file.
9706 * gdb.threads/process-dies-while-detaching.exp: New file.
9707
63000888
PA
97082016-07-01 Pedro Alves <palves@redhat.com>
9709
9710 * gdb.multi/watchpoint-multi-exit.c: New file.
9711 * gdb.multi/watchpoint-multi-exit.exp: New file.
9712
038d4868
PA
97132016-06-30 Pedro Alves <palves@redhat.com>
9714
9715 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9716 unset inferior_spawn_id.
9717
994e9c83
PA
97182016-06-30 Pedro Alves <palves@redhat.com>
9719
9720 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9721 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9722
e5653468
YQ
97232016-06-29 Yao Qi <yao.qi@linaro.org>
9724
9725 * gdb.base/return.c: Add copyright header.
9726
803b47e5
TT
97272016-06-29 Tom Tromey <tom@tromey.com>
9728
9729 PR python/20129:
9730 * gdb.python/py-framefilter.exp: Add tests for setting priority
9731 and disabling of non-existent frame filter.
9732
28244707
YQ
97332016-06-29 Yao Qi <yao.qi@linaro.org>
9734
9735 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9736 0x0f07ff.
9737
a31d2f06
YQ
97382016-06-28 Yao Qi <yao.qi@linaro.org>
9739
9740 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9741 triplets. Start gdb, execute catch syscall, and continue. Check
9742 gdb's output to determine catch syscall is supported.
9743
921d8f54
MG
97442016-06-27 Manish Goregaokar <manish@mozilla.com>
9745
25d49b86
PA
9746 * gdb.rust/simple.rs: Add test for returning unit in a function.
9747 * gdb.rust/simple.exp: Add expectation for functions returning
9748 unit.
921d8f54 9749
f4952523
PMR
97502016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9751
9752 * gdb.python/py-breakpoint-create-fail.c,
9753 gdb.python/py-breakpoint-create-fail.exp,
9754 gdb.python/py-breakpoint-create-fail.py: New testcase.
9755
fccb08f8
MG
97562016-06-25 Manish Goregaokar <manish@mozilla.com>
9757
9758 PR gdb/20239
9759 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
9760 * gdb.rust/simple.exp: Add test expectations for new NonZero
9761 tests.
fccb08f8 9762
6b850546
DT
97632016-06-24 David Taylor <dtaylor@emc.com>
9764
9765 * gdb.base/offsets.exp: New file.
9766 * gdb.base/offsets.c: New file.
9767
17621150
TT
97682016-06-23 Tom Tromey <tom@tromey.com>
9769
9770 PR gdb/16483:
9771 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9772 before any filters are loaded.
9773
04d59df6
WT
97742016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9775
9776 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9777 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9778 structs.
9779 * gdb.fortran/derived-type-function.exp: New file.
9780 * gdb.fortran/derived-type-function.f90: New file.
9781
9782
ac69f786
PA
97832016-06-21 Pedro Alves <palves@redhat.com>
9784
9785 * gdb.base/new-ui.exp: New file.
9786 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9787 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9788 (with_spawn_id): New procedure.
9789
49940788
PA
97902016-06-21 Pedro Alves <palves@redhat.com>
9791
9792 * gdb.mi/mi-exec-run.exp: New file.
9793
ef274d26
PA
97942016-06-21 Pedro Alves <palves@redhat.com>
9795
9796 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9797 breakpoint command's output on the main UI.
9798 (test_break): New procedure, factored out from calls in the top
9799 level.
9800 (top level): Use foreach_with_prefix to test MI as main UI and as
9801 separate UI.
9802
468afe6c
PA
98032016-06-21 Pedro Alves <palves@redhat.com>
9804
9805 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9806 (test_awatch_creation_and_listing)
9807 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9808 Remove 'type' parameter.
9809 (test_watchpoint_all): New parameter mi_mode. Remove
9810 with_test_prefix.
9811 (top level): Use foreach_with_prefix, and add main/separate UI MI
9812 testing axis.
9813
51f77c37
PA
98142016-06-21 Pedro Alves <palves@redhat.com>
9815
9816 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9817 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9818 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9819 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9820 (gdb_main_spawn_id, mi_spawn_id): Declare and
9821 comment.
9822 (mi_create_inferior_pty): New procedure,
9823 factored out from default_mi_gdb_start.
9824 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9825 procedures.
9826 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9827 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9828 Use mi_create_inferior_pty.
9829 (mi_gdb_start): Use eval to pass down args list.
9830
8980e177
PA
98312016-06-21 Pedro Alves <palves@redhat.com>
9832
9833 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9834 * gdb.opt/inline-cmds.exp: Add MI tests.
9835
f38d3ad1
PA
98362016-06-21 Pedro Alves <palves@redhat.com>
9837
9838 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9839
45db7c09
PA
98402016-06-21 Pedro Alves <palves@redhat.com>
9841
9842 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9843 (top level): Use it instead of mi_execute_to.
9844
5a069ab3
PA
98452016-06-21 Pedro Alves <palves@redhat.com>
9846
9847 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9848 (cont_handler_str): New.
9849 (signal_stop_handler): Set stop_handler_str instead of printing to
9850 stdout.
9851 (continue_handler): Set cont_handler_str instead of printing to
9852 stdout.
9853 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9854 mi_send_resuming_command. Print stop_handler_str and
9855 cont_handler_str instead of expecting the python events print
9856 directly.
9857
2838cc1d
SD
98582016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9859
9860 * gdb.base/jit-reader.exp: New file.
9861 * gdb.base/jithost.c: New file.
9862 * gdb.base/jithost.h: New file.
9863 * gdb.base/jitreader.c : New file.
9864 * gdb.base/jit-protocol.h: New file.
9865
21a77091
YQ
98662016-06-17 Yao Qi <yao.qi@linaro.org>
9867
9868 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9869 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9870 and detach-on-fork. Adjust tests.
9871 (top level): Invoke break_cond_on_syscall with combinations of
9872 syscall, follow-fork-mode and detach-on-fork.
9873
f50bf8e5
YQ
98742016-06-17 Yao Qi <yao.qi@linaro.org>
9875
9876 * gdb.base/step-over-exit.c: New.
9877 * gdb.base/step-over-exit.exp: New.
9878
a28d8e50
YTL
98792016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9880
9881 * gdb.base/float.exp: Add target check for nds32*-*-*.
9882 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9883
cad8e26d
AB
98842016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9885
9886 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9887 for unsupported target features.
9888 * gdb.base/call-rt-st.exp: Likewise.
9889 * gdb.base/call-sc.exp: Likewise.
9890 * gdb.base/call-signal-resume.exp: Likewise.
9891 * gdb.base/call-strs.exp: Likewise.
9892 * gdb.base/callexit.exp: Likewise.
9893 * gdb.base/callfuncs.exp: Likewise.
9894 * gdb.base/nodebug.exp: Likewise.
9895 * gdb.base/printcmds.exp: Likewise.
9896 * gdb.base/ptype.exp: Likewise.
9897 * gdb.base/structs.exp: Likewise.
9898 * gdb.base/unwindonsignal.exp: Likewise.
9899 * gdb.cp/gdb2495.exp: Likewise.
9900 * gdb.cp/templates.exp: Likewise.
9901 * gdb.cp/virtfunc.exp: Likewise.
9902 * gdb.threads/hand-call-in-threads.exp: Likewise.
9903 * gdb.threads/interrupted-hand-call.exp: Likewise.
9904 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9905
347dc102
TT
99062016-06-10 Tom Tromey <tom@tromey.com>
9907
9908 PR rust/20110:
9909 * gdb.rust/expr.exp: Add test for integer constant larger than
9910 i32.
9911
5e13cf25
BH
99122016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9913
9914 * gdb.fortran/nested-funcs.exp: New.
9915 * gdb.fortran/nested-funcs.f90: New.
9916
bb556f1f
TK
99172016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9918
9919 * gdb.base/examine-backward.c: New file.
9920 * gdb.base/examine-backward.exp: New file.
9921
38b022b4
SM
99222016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9923
9924 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9925 matching.
9926
1b40ec05
TT
99272016-06-02 Tom Tromey <tom@tromey.com>
9928
9929 PR python/18984:
9930 * gdb.python/py-shared.exp: Add solib_name test.
9931
193bd378
SM
99322016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9933
9934 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9935
3326303b
MG
99362016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9937
9938 PR c++/19893
9939 * gdb.dwarf2/implref.exp: Rename to...
9940 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9941 * gdb.dwarf2/implref-array.c: New file.
9942 * gdb.dwarf2/implref-array.exp: Likewise.
9943 * gdb.dwarf2/implref-global.c: Likewise.
9944 * gdb.dwarf2/implref-global.exp: Likewise.
9945 * gdb.dwarf2/implref-struct.c: Likewise.
9946 * gdb.dwarf2/implref-struct.exp: Likewise.
9947
825c8ef2
AT
99482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9949
9950 * gdb.trace/trace-condition.exp: Add 64bit tests.
9951
2320162a
AT
99522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9953
9954 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9955 bits types.
9956 (main): Adapt to 8 to 64 bits types.
9957 * gdb.trace/trace-condition.exp: Add new tests.
9958
a7818233
AT
99592016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9960
9961 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9962
0d336466
AT
99632016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9964
9965 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9966 Move condition tests...
9967 * gdb.trace/trace-condition.exp: Here.
9968
7faeb45a
AT
99692016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9970
9971 * gdb.trace/trace-condition.exp: Add counter-case tests.
9972
e385593e
JK
99732016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9974
9975 PR c++/15231
9976 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9977 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9978
744608cc
PA
99792016-05-27 Pedro Alves <palves@redhat.com>
9980
9981 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9982 New procedure.
9983 (top level): Call it, and bail out of DejaGnu is known to be bad.
9984
ac775bf4
AB
99852016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9986
9987 * gdb.base/whatis.c: Extend the test case.
9988 * gdb.base/whatis.exp: Add additional tests.
9989
2bbad2ea
BH
99902016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9991
9992* gdb.fortran/type.f90: Add pointer variable.
9993* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9994
8b70175d
BH
99952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9996
9997 * gdb.fortran/vla-type.exp: Fix testcase name.
9998
86d8a848
BH
99992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10000
10001 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10002
e188eb36
BH
100032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10004
10005 * gdb.fortran/type.f90: Add nested structures.
10006 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10007 * gdb.fortran/derived-type.exp: Adapt expected output.
10008 * gdb.fortran/vla-type.exp: Adapt expected output.
10009
9b2db1fd
BH
100102016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10011
10012 * gdb.fortran/whatis_type.exp: Adapt expected output.
10013
72b17055
BH
100142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10015
10016 * gdb.fortran/print_type.exp: Fix expected output.
10017 * gdb.fortran/whatis_type.exp: Fix expected output.
10018
3cd81d8d
BH
100192016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10020
10021 * gdb.fortran/whatis_type.exp: Use multi_line.
10022
ddae9462
TT
100232016-05-24 Tom Tromey <tom@tromey.com>
10024
10025 PR python/17386:
10026 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10027 use value as an index.
10028
1957f6b8
TT
100292016-05-23 Tom Tromey <tom@tromey.com>
10030
10031 PR python/17981:
10032 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10033 no-breakpoint case.
10034
026a9174
PA
100352016-05-24 Pedro Alves <palves@redhat.com>
10036
10037 PR gdb/19828
10038 * gdb.threads/clone-attach-detach.c: New file.
10039 * gdb.threads/clone-attach-detach.exp: New file.
10040
e70a7231
FR
100412016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10042
10043 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10044
0f6ed0e0
TT
100452016-05-23 Tom Tromey <tom@tromey.com>
10046
10047 PR python/19438, PR python/18393:
10048 * gdb.python/py-progspace.exp: Add "dir" test.
10049 * gdb.python/py-objfile.exp: Add "dir" test.
10050
ffd19d61
YQ
100512016-05-23 Yao Qi <yao.qi@linaro.org>
10052
10053 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10054 * gdb.arch/thumb2-it.exp: Likewise.
10055
9e8f9b05
SM
100562016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10057
10058 * gdb.mi/mi-threads-interrupt.c: New file.
10059 * gdb.mi/mi-threads-interrupt.exp: New file.
10060
61c6156d
SM
100612016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10062
10063 PR gdb/18077
10064 * gdb.mi/mi-async-run.exp: New file.
10065 * gdb.mi/mi-async-run.c: New file.
10066
67218854
TT
100672016-05-17 Tom Tromey <tom@tromey.com>
10068 Manish Goregaokar <manishsmail@gmail.com>
10069
10070 * lib/rust-support.exp: New file.
10071 * lib/gdb.exp (skip_rust_tests): New proc.
10072 (build_executable_from_specs): Handle rust.
10073 * lib/future.exp (gdb_find_rustc): New proc.
10074 (gdb_default_target_compile): Handle rust.
10075 * gdb.rust/expr.exp: New file.
10076 * gdb.rust/generics.exp: New file.
10077 * gdb.rust/generics.rs: New file.
10078 * gdb.rust/methods.exp: New file.
10079 * gdb.rust/methods.rs: New file.
10080 * gdb.rust/modules.exp: New file.
10081 * gdb.rust/modules.rs: New file.
10082 * gdb.rust/simple.exp: New file.
10083 * gdb.rust/simple.rs: New file.
10084
c44af4eb
TT
100852016-05-17 Tom Tromey <tom@tromey.com>
10086
10087 * gdb.base/default.exp (set language): Add rust.
10088
dcd1f979
TT
100892016-05-17 Tom Tromey <tom@tromey.com>
10090
10091 * gdb.gdb/unittest.exp: New file.
10092
155b7f57
YQ
100932016-05-16 Yao Qi <yao.qi@linaro.org>
10094
10095 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10096 shell_prompt. Update shell_prompt_re.
10097
8ddd5a6c
DE
100982016-05-12 Doug Evans <dje@google.com>
10099
10100 PR symtab/19999
10101 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10102 $options when building executable.
10103 * gdb.dwarf2/fission-loclists-pie.S: New file.
10104 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10105
02e370d9
SM
101062016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10107
10108 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10109 of [is_remote target],
10110
8929ad8b
SM
101112016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10112
10113 * lib/gdb.exp (use_gdb_stub): New procedure.
10114
6c447423
DE
101152016-05-03 Yunlian Jiang <yunlian@google.com>
10116 Doug Evans <dje@google.com>
10117
10118 PR symtab/19914
10119 * gdb.dwarf2/dwp-sepdebug.c: New file.
10120 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10121
444e826c
SM
101222016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10123
10124 * gdb.base/detach.exp: Remove is_remote check.
10125
740feeaa
SM
101262016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10127
10128 * gdb.base/annota-input-while-running.exp: Don't check for
10129 [is_remote target]. Enable annotations after running to main.
10130 Remove unused "set test..." line.
10131
9080ac9d
SM
101322016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10133
10134 * gdb.trace/trace-enable-disable.exp: New file.
10135 * gdb.trace/trace-enable-disable.c: New file.
10136
952ebca5
SM
101372016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10138
10139 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10140 use it in info sharedlibrary test.
10141 * gdb.trace/ftrace-lock.exp: Likewise.
10142 * gdb.trace/ftrace.exp: Likewise.
10143 * gdb.trace/range-stepping.exp: Likewise.
10144 * gdb.trace/trace-break.exp: Likewise.
10145 * gdb.trace/trace-condition.exp: Likewise.
10146 * gdb.trace/trace-mt.exp: Likewise.
10147
d9019901
SM
101482016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10149
10150 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10151 (gdb_load_shlib): ... this.
10152 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10153 gdb_load_shlib.
10154 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10155 * gdb.base/ctxobj.exp: Likewise.
10156 * gdb.base/dprintf-pending.exp: Likewise.
10157 * gdb.base/dso2dso.exp: Likewise.
10158 * gdb.base/fixsection.exp: Likewise.
10159 * gdb.base/gcore-relro.exp: Likewise.
10160 * gdb.base/gdb1555.exp: Likewise.
10161 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10162 * gdb.base/gnu-ifunc.exp: Likewise.
10163 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10164 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10165 * gdb.base/pending.exp: Likewise.
10166 * gdb.base/print-file-var.exp: Likewise.
10167 * gdb.base/print-symbol-loading.exp: Likewise.
10168 * gdb.base/shlib-call.exp: Likewise.
10169 * gdb.base/shreloc.exp: Likewise.
10170 * gdb.base/so-impl-ld.exp: Likewise.
10171 * gdb.base/solib-disc.exp: Likewise.
10172 * gdb.base/solib-nodir.exp: Likewise.
10173 * gdb.base/solib-overlap.exp: Likewise.
10174 * gdb.base/solib-symbol.exp: Likewise.
10175 * gdb.base/solib-weak.exp (do_test): Likewise.
10176 * gdb.base/sym-file.exp: Likewise.
10177 * gdb.base/symtab-search-order.exp: Likewise.
10178 * gdb.base/type-opaque.exp: Likewise.
10179 * gdb.base/unload.exp: Likewise.
10180 * gdb.base/watchpoint-solib.exp: Likewise.
10181 * gdb.compile/compile.exp: Likewise.
10182 * gdb.cp/gdb2384.exp: Likewise.
10183 * gdb.cp/infcall-dlopen.exp: Likewise.
10184 * gdb.cp/re-set-overloaded.exp: Likewise.
10185 * gdb.fortran/library-module.exp: Likewise.
10186 * gdb.opt/solib-intra-step.exp: Likewise.
10187 * gdb.python/py-finish-breakpoint.exp: Likewise.
10188 * gdb.python/py-shared.exp: Likewise.
10189 * gdb.reverse/solib-precsave.exp: Likewise.
10190 * gdb.reverse/solib-reverse.exp: Likewise.
10191 * gdb.server/solib-list.exp: Likewise.
10192 * gdb.threads/dlopen-libpthread.exp: Likewise.
10193 * gdb.threads/tls-shared.exp: Likewise.
10194 * gdb.threads/tls-so_extern.exp: Likewise.
10195 * gdb.trace/change-loc.exp: Likewise.
10196 * gdb.trace/ftrace-lock.exp: Likewise.
10197 * gdb.trace/ftrace.exp: Likewise.
10198 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10199 * gdb.trace/pending.exp: Likewise.
10200 * gdb.trace/range-stepping.exp: Likewise.
10201 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10202 (strace_info_marker): Likewise.
10203 (strace_probe_marker): Likewise.
10204 (strace_trace_on_same_addr): Likewise.
10205 (strace_trace_on_diff_addr): Likewise.
10206 * gdb.trace/trace-break.exp: Likewise.
10207 * gdb.trace/trace-condition.exp: Likewise.
10208 * gdb.trace/trace-mt.exp: Likewise.
10209
fca4cfd9
SM
102102016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10211
10212 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10213 result of gdb_remote_download.
10214 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10215 * gdb.base/dso2dso.exp: Likewise.
10216 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10217 * gdb.base/print-file-var.exp: Likewise.
10218 * gdb.base/shlib-call.exp: Likewise.
10219 * gdb.base/shreloc.exp: Likewise.
10220 * gdb.base/solib-overlap.exp: Likewise.
10221 * gdb.base/solib-weak.exp (do_test): Likewise.
10222 * gdb.base/unload.exp: Likewise.
10223
11cf4ffb
YQ
102242016-04-27 Yao Qi <yao.qi@linaro.org>
10225
10226 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10227 exists.
10228
3e2e34f8
KB
102292016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10230
10231 * vla-type.exp: Print structure from toplevel.
10232
8f07e298
BH
102332016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10234
10235 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10236 of dynamic types.
10237 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10238 of dynamic types.
10239
9920b434
BH
102402016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10241
10242 * gdb.fortran/vla-type.f90: New file.
10243 * gdb.fortran/vla-type.exp: New file.
10244
f3abeff5
YQ
102452016-04-25 Yao Qi <yao.qi@linaro.org>
10246
10247 * gdb.base/branch-to-self.c: New file.
10248 * gdb.base/branch-to-self.exp: New file.
10249
0a5d52f0
YQ
102502016-04-22 Yao Qi <yao.qi@linaro.org>
10251
10252 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10253 more after $hex.
10254
495346f6
YQ
102552016-04-22 Yao Qi <yao.qi@linaro.org>
10256
10257 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10258 * gdb.base/annota3.exp: Likewise.
10259
4a7e075c
YQ
102602016-04-22 Yao Qi <yao.qi@linaro.org>
10261
10262 * gdb.reverse/step-precsave.exp: Do one step and test program
10263 stops in "callee" and do multiple steps until program goes out
10264 of "callee".
10265 * gdb.reverse/step-reverse.exp: Likewise.
10266
5b061e98
YQ
102672016-04-22 Yao Qi <yao.qi@linaro.org>
10268
10269 * gdb.trace/signal.exp: Also pass if
10270 $tracepoint_hits($i) > $iterations.
10271
5c5dc57f
YQ
102722016-04-22 Yao Qi <yao.qi@linaro.org>
10273
10274 * gdb.trace/signal.c: New file.
10275 * gdb.trace/signal.exp: New file.
10276
a55411b9
DE
102772016-04-19 Doug Evans <xdje42@gmail.com>
10278
10279 * gdb.base/bad-file.exp: New file.
10280
a22df60a
MG
102812016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10282
10283 * gdb.dwarf2/implref.exp: New file.
10284
0c13f7e5
BH
102852016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10286
10287 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10288 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10289 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10290 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10291 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10292 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10293 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10294 * lib/fortran.exp (fortran_int4): New procedure.
10295 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10296 (fortran_logical4): Likewise.
10297
9b9b09e9
BH
102982016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10299
10300 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10301
a14d1f4d
BH
103022016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10303
10304 * lib/compiler.c: Add Intel specific preprocessor macros.
10305 * lib/compiler.cc: Likewise.
25d49b86 10306
7d49b1d0
LM
103072016-04-13 Luis Machado <lgustavo@codesourcery.com>
10308
10309 * gdb.server/connect-with-no-symbol-file.c: New file.
10310 * gdb.server/connect-with-no-symbol-file.exp: New file.
10311
8392fa22
SM
103122016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10313
10314 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10315
8c4c4aeb
SM
103162016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10317
10318 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10319 standard output directory.
10320
45e3745e
AT
103212016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10322
10323 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10324
e26b7e41
MM
103252016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10326
10327 * gdb.btrace/instruction_history.c (loop): Add declaration.
10328
8ce09462
AT
103292016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10330
10331 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10332
2e88a1ea
SM
103332016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10334
10335 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10336 parentheses to print.
10337 (continue_handler): Likewise.
10338
f48e22e3
SM
103392016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10340
10341 * gdb.server/solib-list.exp: Remove is_remote check.
10342 Pass shlib= to gdb_compile. Don't link shared library with
10343 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10344 Run binary filename through "readlink -f" on the target.
10345
096be756
PA
103462016-04-08 Pedro Alves <palves@redhat.com>
10347
10348 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10349 interpreter filename as argument to gdbserver_spawn.
10350 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10351 Return empty if $last_loaded_file does not exist.
10352
06500533
JK
103532016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10354
10355 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10356 * gdb.base/jit-main.c: Use exit after usage.
10357
2d35e871
JK
103582016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10359
10360 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10361 GDBHISTSIZE prior to the tests.
10362 * gdb.base/gdbinit-history.exp: Likewise.
10363
103642016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
10365
10366 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10367 instead of build_executable. Use gdb_load_shlibs.
10368
c8064e7e
YQ
103692016-04-07 Yao Qi <yao.qi@linaro.org>
10370
10371 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10372 Execute "si" command.
10373
bde47561
YQ
103742016-04-07 Yao Qi <yao.qi@linaro.org>
10375
10376 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10377 number instead of the comments on some line.
10378
b16f8a3b
DB
103792016-04-06 Don Breazeal <donb@codesourcery.com>
10380
10381 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10382 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10383
c2f901df
SM
103842016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10385
10386 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10387 standard_output_file. Remove unused binfile variable.
10388
ac17fda0
CU
103892016-04-05 Catalin Udma <catalin.udma@freescale.com>
10390
10391 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10392 * gdb.python/py-mi-objfile.exp: Match "list main" output
10393 in console format.
10394
03a8c4df
SM
103952016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10396
10397 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10398 absolute.
10399
6e774b13
SM
104002016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10401
10402 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10403 absolute.
10404 * gdb.trace/ftrace.exp: Likewise.
10405 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10406 targets as well.
10407 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10408 (gdb_load_shlibs): Copy libraries to test directory when testing
10409 natively. Only set solib-search-path if testing remotely.
10410 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10411
7817ea46
SM
104122016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10413
10414 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10415 gdb_download. Use it even if the target is not remote.
10416 * gdb.base/jit.exp (compile_jit_test): Likewise.
10417 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10418 output directory if the destination board is local, otherwise use
10419 the standard remote_download from DejaGnu.
10420 (gdb_download): Remove.
10421 (gdb_load_shlibs): Use gdb_remote_download instead of
10422 gdb_download.
10423 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10424 Use gdb_remote_download instead of gdb_download. Use it even if
10425 the target is not remote.
10426 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10427 instead of gdb_download.
10428
7beb7f68
SM
104292016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10430
10431 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10432 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10433 run.
10434
cc63428a
AV
104352016-04-01 Artemiy Volkov <artemiyv@acm.org>
10436
10437 PR gdb/19820
10438 * gdb.base/printcmds.exp: Add artificial arrays tests.
10439
64cdf930
PA
104402016-03-31 Pedro Alves <palves@redhat.com>
10441
10442 PR gdb/19858
10443 * gdb.base/jit-main.c: Include unistd.h.
10444 (ATTACH): Define to 0 if not already defined.
10445 (wait_for_gdb, mypid): New globals.
10446 (WAIT_FOR_GDB): New macro.
10447 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10448 some breakpoint locations.
10449 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10450 New procedures.
10451 (one_jit_test): Add REATTACH parameter, and handle it. Use
10452 continue_to_test_location.
10453 (top level): Test attach, and adjusts calls to one_jit_test.
10454
40dea8cb
PA
104552016-03-31 Pedro Alves <palves@redhat.com>
10456
10457 PR gdb/19858
10458 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10459 BINSUFFIX parameter, and handle it.
10460 (top level): Adjust calls compile_jit_test.
10461
e7ea3ec7
CU
104622016-03-31 Catalin Udma <catalin.udma@freescale.com>
10463
10464 PR python/19743
10465 * gdb.python/py-mi-events-gdb.py: New file.
10466 * gdb.python/py-mi-events.c: New file.
10467 * gdb.python/py-mi-events.exp: New file.
10468
e6359af3
YQ
104692016-03-30 Yao Qi <yao.qi@linaro.org>
10470
10471 * gdb.reverse/until-precsave.exp: Match function name only.
10472 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10473 Move malloc to a condition block.
10474 * gdb.reverse/until-reverse.exp: Match function name only.
10475
a4105d04
MK
104762016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10477
10478 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10479 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10480 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10481 variable for GPR 0 instead of assuming it is register 0.
10482 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10483 * lib/trace-support.exp: Add s390 registers.
10484
bfa6adb9
YQ
104852016-03-29 Yao Qi <yao.qi@linaro.org>
10486
10487 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10488
1e6697ea
YQ
104892016-03-24 Yao Qi <yao.qi@linaro.org>
10490
10491 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10492 test message.
10493
64bcd522
AA
104942016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10495
10496 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10497 maintaining separate logic for constructing the output path.
10498
7868401b
DB
104992016-03-16 Don Breazeal <donb@codesourcery.com>
10500
10501 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10502 Retry fork and waitpid on interrupted system call errors.
10503 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10504 Use with_timeout_factor to increase timeout by factor of 10.
10505
1cafadb4
DB
105062016-03-15 Don Breazeal <donb@codesourcery.com>
10507
10508 * gdb.cp/scope-err.cc: New test program.
10509 * gdb.cp/scope-err.exp: New test script.
10510 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10511 lines and "set breakpoint here" comment.
10512 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10513 Fixed some whitespace and format issues.
10514 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10515 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10516
81516450
DE
105172016-03-15 Doug Evans <dje@google.com>
10518
10519 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10520 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10521 All callers updated. Add tests for enums, mixed flags register.
10522
aa52b601
DE
105232016-03-15 Doug Evans <dje@google.com>
10524
10525 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10526 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10527
fa4ff313
SM
105282016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10529
10530 * gdb.base/default.exp: Add $_as_string to the list of expected
10531 convenience functions.
10532
f2403c39
AB
105332016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10534
10535 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10536
f2f3ccb9
SM
105372016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10538
10539 * gdb.python/py-as-string.exp: New file.
10540 * gdb.python/py-as-string.c: New file.
10541
00dbd492
PA
105422016-03-09 Pedro Alves <palves@redhat.com>
10543
10544 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10545 signal" -> "Thread NN received signal" output change.
10546 * gdb.threads/ia64-sigill.exp: Likewise.
10547 * gdb.threads/linux-dp.exp: Likewise.
10548 * gdb.threads/manythreads.exp: Likewise.
10549 * gdb.threads/pending-step.exp: Likewise.
10550 * gdb.threads/print-threads.exp: Likewise.
10551 * gdb.threads/sigstep-threads.exp: Likewise.
10552 * gdb.threads/staticthreads.exp: Likewise.
10553 * gdb.threads/tls.exp: Likewise.
10554
1e6697ea
YQ
105552016-03-09 Pedro Alves <palves@redhat.com>
10556
10557 * gdb.base/command-line-input.exp: New file.
10558
b04fd3be
MK
105592016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10560
10561 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10562 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10563 * gdb.trace/pending.exp: Accept leading dot before function name.
10564 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10565 * lib/trace-support.exp: Set registers for ppc.
10566
98fa59e9
MK
105672016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10568
10569 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10570 use it for disassembly; accept .main in addition to main in backtrace.
10571
f77198c8
MK
105722016-03-09 Wei-cheng Wang <cole945@gmail.com>
10573 Marcin Kościelnicki <koriakin@0x04.net>
10574
10575 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10576 (gdb_recursion_test_ptr): New global variable.
10577 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10578 gdb_recursion_test.
10579 (gdb_c_test): Ditto.
10580
ba84e0da
MK
105812016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10582
10583 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10584 ordering.
10585
4366d36e
MK
105862016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10587
10588 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10589 (bar): Add bar_start_lbl label.
10590 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10591 of foo/bar for emitting DWARF and tracing.
10592
5eb264df
SDJ
105932016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10594
10595 * analyze-racy-logs.py: Set executable bit.
10596
fb6a751f
SDJ
105972016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10598
10599 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10600 (CHECK_TARGET_TMP): Likewise.
10601 (check-single-racy): New rule.
10602 (check-parallel-racy): Likewise.
10603 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10604 (do-check-parallel-racy): New rule.
10605 (check-racy/%.exp): Likewise.
10606 * README (Racy testcases): New section.
10607 * analyze-racy-logs.py: New file.
10608
bdf7e230
DE
106092016-03-03 Doug Evans <dje@google.com>
10610
10611 * gdb.base/skip.exp: Use with_test_prefix.
10612
4719d415
YQ
106132016-03-03 Yao Qi <yao.qi@linaro.org>
10614
10615 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10616 Invoke step_over_syscall "clone" and break_cond_on_syscall
10617 "clone".
10618 * gdb.base/step-over-clone.c: New file.
10619
ea507862
YQ
106202016-03-03 Yao Qi <yao.qi@linaro.org>
10621
10622 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10623 code format.
10624
8fc8cbda
YQ
106252016-03-03 Yao Qi <yao.qi@linaro.org>
10626
10627 * gdb.base/disp-step-fork.c: Rename to ...
10628 * gdb.base/step-over-fork.c: ... it. New file.
10629 * gdb.base/disp-step-vfork.c: Rename to ...
10630 * gdb.base/step-over-vfork.c: ... it. New file.
10631 * gdb.base/disp-step-syscall.exp: Rename to ...
10632 * gdb.base/step-over-syscall.exp: ... it. New file.
10633 (disp_step_cross_syscall): Rename to ...
10634 (step_over_syscall): ... it.
10635
92fa70b0
YQ
106362016-03-03 Yao Qi <yao.qi@linaro.org>
10637
10638 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10639 If target supports condition evaluation on target, invoke
10640 break_cond_on_syscall for fork and vfork.
10641
e197ad3c
YQ
106422016-03-03 Yao Qi <yao.qi@linaro.org>
10643
10644 * gdb.base/disp-step-syscall.exp: Don't invoke
10645 support_displaced_stepping.
10646 (disp_step_cross_syscall): Test with displaced stepping off and
10647 on if supported.
10648
0b47da9f
YQ
106492016-03-03 Yao Qi <yao.qi@linaro.org>
10650
10651 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10652 proc.
10653 (setup): New proc.
10654 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10655 and setup.
10656
065ab6dc
BH
106572016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10658
10659 * gdb.fortran/vla-history.exp: Remove breakpoint.
10660
07e448ad 106612016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10662
25d49b86
PA
10663 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10664 exceeds timeout.
07e448ad 10665
9ac2d526 106662016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10667
25d49b86
PA
10668 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10669 breakpoint.
9ac2d526 10670
17807369
BH
106712016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10672
10673 * gdb.mi/vla.f90: Nullify pointer after declaration.
10674
86e501af
PA
106752016-03-01 Pedro Alves <palves@redhat.com>
10676
10677 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10678
1e903e32
PA
106792016-03-01 Pedro Alves <palves@redhat.com>
10680
10681 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10682 before anything else.
10683 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10684 _GNU_SOURCE here.
10685 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10686 before anything else.
10687 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10688
6ccb54e2
PA
106892016-03-01 Pedro Alves <palves@redhat.com>
10690
10691 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10692
30ca9da1
YQ
106932016-03-01 Yao Qi <yao.qi@linaro.org>
10694
10695 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10696 prepare_for_testing.
10697
dc856b38
YQ
106982016-03-01 Yao Qi <yao.qi@linaro.org>
10699
10700 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10701
4a932159
AA
107022016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10703
10704 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10705 manually constructing the output path.
10706
f2489477
AA
107072016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10708
10709 * gdb.arch/s390-stackless.S: New.
10710 * gdb.arch/s390-stackless.exp: New.
10711
38899f16
IB
107122016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10713
10714 * gdb.dlang/circular.c: New file.
10715 * gdb.dlang/circular.exp: New file.
10716
9fde51ed
YQ
107172016-02-26 Yao Qi <yao.qi@linaro.org>
10718
10719 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10720 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10721 (testcases): Update.
10722
ce90fefe
YQ
107232016-02-26 Yao Qi <yao.qi@linaro.org>
10724
10725 * gdb.reverse/aarch64.c: Rename to ...
10726 * gdb.reverse/insn-reverse.c: ... it.
10727 * gdb.reverse/aarch64.exp: Rename to ...
10728 * gdb.reverse/insn-reverse.exp: ... it.
10729
3263bceb
YQ
107302016-02-26 Yao Qi <yao.qi@linaro.org>
10731
10732 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10733 (testcase_ftype): New.
10734 (testcases): New array.
10735 (n_testcases): New.
10736 (main): Call each element in testcases.
10737 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10738 (read_testcase): New.
10739 Do the tests in a loop.
10740
6cb59ff1
YQ
107412016-02-25 Yao Qi <yao.qi@linaro.org>
10742
10743 * gdb.base/branches.c: Remove.
10744
ae91f625
MK
107452016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10746
10747 PR gdb/13808
10748 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10749
678b48b7
MK
107502016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10751
10752 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10753
7337a6f2
MK
107542016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10755
10756 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10757 change x86_64 call_insn to 'callq'.
10758
861ca91f
AT
107592016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10760
10761 * gdb.trace/tfile-avx.c: Move to...
10762 * gdb.trace/tracefile-pseudo-reg.c: Here.
10763 * gdb.trace/tfile-avx.exp: Move to...
10764 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10765
bf74e428
GB
107662016-02-24 Gary Benson <gbenson@redhat.com>
10767
10768 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10769 message on attach.
10770
cce0e923
DE
107712016-02-23 Doug Evans <dje@google.com>
10772
10773 * gdb.base/skip.c (test_skip): New function.
10774 (end_test_skip_file_and_function): New function.
10775 (test_skip_file_and_function): New function.
10776 * gdb.base/skip1.c (test_skip): New function.
10777 (skip1_test_skip_file_and_function): New function.
10778 * gdb.base/skip.exp: Add tests for new skip options.
10779 * gdb.base/skip-solib.exp: Update expected output.
10780 * gdb.perf/skip-command.cc: New file.
10781 * gdb.perf/skip-command.exp: New file.
10782 * gdb.perf/skip-command.py: New file.
10783
4000e47e
MK
107842016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10785
10786 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10787 info registers pattern.
10788
24f75ead
IB
107892016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10790
10791 * lib/future.exp: Add D support.
10792 (gdb_find_gdc): New proc.
10793 (gdb_default_target_compile): Add D support.
10794
fbb7bcbe
WW
107952016-02-18 Wei-cheng Wang <cole945@gmail.com>
10796
10797 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10798 user+system time.
10799 (trace_speed_test): Determine the iteration count for a time
10800 between 15..30 seconds.
10801
012b3a21
WT
108022016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10803
10804 * gdb.arch/i386-mpx-sigsegv.c: New file.
10805 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10806 * gdb.arch/i386-mpx-simple_segv.c: New file.
10807 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10808
2d5189bd
YQ
108092016-02-18 Yao Qi <yao.qi@linaro.org>
10810
10811 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10812 Don't call setup_kfail.
10813
40fb20d0
YQ
108142016-02-18 Yao Qi <yao.qi@linaro.org>
10815
10816 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10817 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10818
21b1f8d2
DE
108192016-02-16 Doug Evans <dje@google.com>
10820
10821 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10822 * gdb.base/skip1.c: Ditto.
10823 * gdb.base/skip.exp: Whitespace cleanup.
10824
4041ed77
DB
108252016-02-16 Don Breazeal <donb@codesourcery.com>
10826
10827 PR remote/19496
10828 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10829 Remove kfail for PR remote/19496.
10830
c4ef31bf
SM
108312016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10832
10833 * lib/gdb.exp (standard_temp_file): Return a path specific to
10834 the runtest invocation.
10835
266b65b3
SM
108362016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10837
10838 * gdb.trace/save-trace.exp: Change relative path to be in the
10839 standard output directory.
10840
a7a0a6a9
JK
108412016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10842
10843 * gdb.arch/i386-prologue.c: Add missing prototypes.
10844
c99dbb42
JK
108452016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10846
10847 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10848 * gdb.arch/i386-prologue.exp: Likewise.
10849 * gdb.arch/i386-size.exp: Likewise.
10850
aa480355
SM
108512016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10852
10853 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10854 define object file path.
10855 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10856 file path.
10857 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10858 standard_output_file to define binfile.
10859
ba881f50
JK
108602016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10861
10862 Fix compatibility with recent gfortran-5.3.1.
10863 * gdb.fortran/vla-history.exp (print vla1 allocated)
10864 (print vla2 allocated, print $2, print $3): Remove
10865 (print $4): Rename to ...
10866 (print $2): ... here.
10867 (print $9): Rename to ...
10868 (print $5): ... here.
10869 (print $10): Rename to ...
10870 (print $6): ... here.
10871 * gdb.fortran/vla.f90: Add pvla initialization.
10872
e9fb005c
JK
108732016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10874
10875 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10876 New test.
10877 * gdb.fortran/vla-value-sub.exp: Likewise.
10878
e44e00ff
MK
108792016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10880
10881 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10882
97e94151
SM
108832016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10884
10885 * i386-biarch-core.exp: Define corefile using
10886 standard_output_file.
10887
01113bc1
YQ
108882016-02-12 Yao Qi <yao.qi@linaro.org>
10889
10890 * gdb.arch/arm-single-step-kernel-helper.c: New.
10891 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10892
33b4777c
MM
108932016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10894
10895 * gdb.btrace/tailcall-only.exp: New.
10896 * gdb.btrace/tailcall-only.c: New.
10897 * gdb.btrace/x86_64-tailcall-only.S: New.
10898 * gdb.btrace/i686-tailcall-only.S: New.
10899
acc23c11
PA
109002016-02-11 Pedro Alves <palves@redhat.com>
10901
10902 * README (Parallel testing): Add missing double quotes.
10903
e352bf0a
PA
109042016-02-11 Pedro Alves <palves@redhat.com>
10905
10906 * README (Parallel testing): New section.
10907 (GDB_PARALLEL): Rewrite.
10908 (FORCE_PARALLEL): Document.
10909
9f5fed78
MK
109102016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10911
10912 * gdb.trace/tfile-avx.c: New test.
10913 * gdb.trace/tfile-avx.exp: New test.
10914
9ef9e6a6
KS
109152016-02-09 Keith Seitz <keiths@redhat.com>
10916
10917 PR breakpoints/19546
10918 * gdb.base/infcall-exec.c: New file.
10919 * gdb.base/infcall-exec2.c: New file.
10920 * gdb.base/infcall-exec.exp: New file.
10921
a96e36da
KS
109222016-02-09 Keith Seitz <keiths@redhat.com>
10923
10924 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10925 (toplevel): Call test_bkpt_address.
10926
9f61929f
KS
109272016-02-09 Keith Seitz <keiths@redhat.com>
10928
10929 PR python/19506
10930 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10931 (toplevel): Call test_bkpt_address.
10932
1e94266c
SM
109332016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10934
10935 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10936 to AC_OUTPUT.
10937 * configure: Regenerate.
10938
2a7f3dff
PA
109392016-02-09 Pedro Alves <palves@redhat.com>
10940
10941 PR breakpoints/19548
10942 * gdb.base/execl-update-breakpoints.c (some_function): New
10943 function.
10944 (main): Call it.
10945 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10946 Tighten expected GDB output.
10947
2151ccc5
SM
109482016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10949
10950 * Makefile.in (ALL_SUBDIRS): Remove.
10951 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10952 (distclean maintainer-clean realclean): Likewise.
10953 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10954 * configure: Regenerate.
10955 * gdb.ada/Makefile.in: Delete.
10956 * gdb.arch/Makefile.in: Likewise.
10957 * gdb.asm/Makefile.in: Likewise.
10958 * gdb.base/Makefile.in: Likewise.
10959 * gdb.btrace/Makefile.in: Likewise.
10960 * gdb.cell/Makefile.in: Likewise.
10961 * gdb.compile/Makefile.in: Likewise.
10962 * gdb.cp/Makefile.in: Likewise.
10963 * gdb.disasm/Makefile.in: Likewise.
10964 * gdb.dlang/Makefile.in: Likewise.
10965 * gdb.dwarf2/Makefile.in: Likewise.
10966 * gdb.fortran/Makefile.in: Likewise.
10967 * gdb.gdb/Makefile.in: Likewise.
10968 * gdb.go/Makefile.in: Likewise.
10969 * gdb.guile/Makefile.in: Likewise.
10970 * gdb.java/Makefile.in: Likewise.
10971 * gdb.linespec/Makefile.in: Likewise.
10972 * gdb.mi/Makefile.in: Likewise.
10973 * gdb.modula2/Makefile.in: Likewise.
10974 * gdb.multi/Makefile.in: Likewise.
10975 * gdb.objc/Makefile.in: Likewise.
10976 * gdb.opencl/Makefile.in: Likewise.
10977 * gdb.opt/Makefile.in: Likewise.
10978 * gdb.pascal/Makefile.in: Likewise.
10979 * gdb.perf/Makefile.in: Likewise.
10980 * gdb.python/Makefile.in: Likewise.
10981 * gdb.reverse/Makefile.in: Likewise.
10982 * gdb.server/Makefile.in: Likewise.
10983 * gdb.stabs/Makefile.in: Likewise.
10984 * gdb.threads/Makefile.in: Likewise.
10985 * gdb.trace/Makefile.in: Likewise.
10986 * gdb.xml/Makefile.in: Likewise.
10987 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10988 GDB_PARALLEL.
10989 (standard_output_file): Remove check for GDB_PARALLEL, always
10990 return path in outputs/$subdir/$testname.
10991
437277d4
SM
109922016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10993
10994 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10995 (site.exp): Assign abs_srcdir to tcl's srcdir.
10996
31d913c7
YQ
109972016-02-04 Yao Qi <yao.qi@linaro.org>
10998
10999 * gdb.base/foll-exec-mode.c: Include limits.h.
11000 (main): Add parameters argc and argv. Get directory from
11001 argv[0].
11002 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11003 compilation.
11004 * gdb.base/foll-exec.c: Include limits.h.
11005 (main): Add parameters argc and argv.
11006 Get directory from argv[0].
11007 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11008 Adjust tests on the number of lines as source code changed.
11009 * gdb.base/foll-vfork-exit.c: Include limits.h.
11010 (main): Add one line of statement before vfork.
11011 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11012 (main): Add parameters argc and argv. Get directory from
11013 argv[0].
11014 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11015 (setup_gdb): Set tbreak to skip some source lines.
11016 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11017 (main): Add parameters argc and argv. Get directory from
11018 argv[0].
11019 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11020 compilation.
11021 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11022 (main): Add parameters argc and argv. Get directory from
11023 argv[0].
11024 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11025 compilation.
11026
9482b9fb
DE
110272016-02-01 Doug Evans <dje@google.com>
11028
11029 * gdb.base/skip.exp: Clean up multiple references to same test name.
11030
6b2e4f10
PA
110312016-02-01 Pedro Alves <palves@redhat.com>
11032
ccb6afd6 11033 PR remote/19496
6b2e4f10
PA
11034 * gdb.threads/forking-threads-plus-breakpoint.exp
11035 (displaced_stepping_supported): New global.
11036 (probe_displaced_stepping_support): New procedure.
11037 (do_test): Add 'displaced' parameter, and use it.
11038 (top level): Check for displaced stepping support. Add displaced
11039 stepping on/off testing axis.
11040
37a8db1a
AB
110412016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11042
11043 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11044 pointer. Don't perform further tests on the unassociated pointer
11045 if the first test fails.
11046
5fdf6324
AB
110472016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11048
11049 * gdb.base/max-value-size.c: New file.
11050 * gdb.base/max-value-size.exp: New file.
11051 * gdb.base/huge.exp: Disable max-value-size for this test.
11052
935c6144
IB
110532016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11054
11055 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11056
7fe8399d
YQ
110572016-01-28 Yao Qi <yao.qi@linaro.org>
11058
11059 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11060
a2077e25
PA
110612016-01-25 Pedro Alves <palves@redhat.com>
11062
11063 PR threads/19461
11064 * gdb.base/fork-running-state.c: New file.
11065 * gdb.base/fork-running-state.exp: New file.
11066
1d2736d4
PA
110672016-01-25 Pedro Alves <palves@redhat.com>
11068
11069 PR gdb/19494
11070 * gdb.base/catch-fork-kill.c: New file.
11071 * gdb.base/catch-fork-kill.exp: New file.
11072
f1da4b11
PA
110732016-01-25 Pedro Alves <palves@redhat.com>
11074
11075 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11076 Delete, moved to lib/gdb.exp.
11077 * gdb.threads/forking-threads-plus-breakpoint.exp
11078 (foreach_with_prefix): Likewise.
11079 * gdb.threads/process-dies-while-handling-bp.exp
11080 (foreach_with_prefix): Likewise.
11081 * lib/gdb.exp (foreach_with_prefix): New procedure.
11082
45f38546
MK
110832016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11084
11085 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11086 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11087
dc29a1ce
MK
110882016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11089
11090 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11091 endian targets.
11092
092127d7
JK
110932016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11094 Pedro Alves <palves@redhat.com>
11095
11096 Fix testsuite compatibility with Guile.
11097 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11098 number.
11099
31d765d3
JK
111002016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11101
11102 Fix testsuite compatibility with Guile.
11103 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11104 (thread 1): New test for backtrace through signal handler.
11105
1ac78c04
YQ
111062016-01-22 Yao Qi <yao.qi@linaro.org>
11107
11108 PR testsuite/19491
11109 * gdb.base/multi-forks.c: Include
11110 ../lib/unbuffer_output.c
11111 (main): Call gdb_unbuffer_output.
11112
4f5946a8
DE
111132016-01-21 Doug Evans <dje@google.com>
11114
11115 * lib/ada.exp (gdb_compile_ada): Fix typo.
11116
305e13e6
JB
111172016-01-21 Joel Brobecker <brobecker@adacore.com>
11118
11119 * gdb.base/break-fun-addr.exp: New file.
11120 * gdb.base/break-fun-addr1.c: New file.
11121 * gdb.base/break-fun-addr2.c: New file.
11122
5f5dfff6
SM
111232016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11124
11125 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11126 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11127 enum flag values.
11128
fd356fa2
AA
111292016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11130
11131 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11132 when GDB can not set the vector return value. Add more comments
11133 for clarification.
11134
9df22175
AT
111352016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11136
11137 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11138 command.
11139
41d1845e
SM
111402016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11141
11142 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11143
01ac6840
SM
111442016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11145
11146 * Makefile.in (check-single): Pass --status to runtest.
11147 (check/%.exp): Likewise.
11148
111492016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11150
11151 * Makefile.in (check-parallel): Propagate return code from make
11152 do-check-parallel.
11153
bd0a71fa
MK
111542016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11155
11156 * gdb.trace/ftrace.exp: Fix expected message on continue.
11157 * gdb.trace/pending.exp: Fix expected message on continue.
11158 * gdb.trace/trace-break.exp: Fix expected message on continue.
11159
8bcbad33
SM
111602016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11161
11162 * lib/gdb.exp (gdb_test): Remove unused global references.
11163
f303dbd6
PA
111642016-01-18 Pedro Alves <palves@redhat.com>
11165
11166 * gdb.base/async-shell.exp: Adjust expected output.
11167 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11168 * gdb.base/siginfo-thread.exp: Adjust expected output.
11169 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11170 * gdb.java/jnpe.exp: Adjust expected output.
11171 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11172 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11173 * gdb.threads/leader-exit.exp: Adjust expected output.
11174 * gdb.threads/manythreads.exp: Adjust expected output.
11175 * gdb.threads/pthreads.exp: Adjust expected output.
11176 * gdb.threads/schedlock.exp: Adjust expected output.
11177 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11178 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11179 expected output.
11180 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11181 output.
11182 * gdb.threads/sigthread.exp: Adjust expected output.
11183 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11184
b2789696
YQ
111852016-01-18 Yao Qi <yao.qi@linaro.org>
11186
11187 * gdb.guile/scm-section-script.c: Replace @progbits with
11188 %progbits.
11189 * gdb.python/py-section-script.c: Likewise.
11190
71ef29a8
PA
111912016-01-15 Pedro Alves <palves@redhat.com>
11192
11193 * gdb.multi/tids.exp: Test star wildcard ranges.
11194
3f5b7598
PA
111952016-01-15 Pedro Alves <palves@redhat.com>
11196
11197 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11198 command from "thread apply" invocation.
11199 (thr_apply_info_thr_invalid): Default the expected output to the
11200 input tid list.
11201 (top level): Add tests that use convenience variables. Add tests
11202 for "thread apply" with a valid TID list, but missing the command.
11203
663f6d42
PA
112042016-01-13 Pedro Alves <palves@redhat.com>
11205
11206 * gdb.base/default.exp: Expect $_gthread as well.
11207 * gdb.multi/tids.exp: Test $_gthread.
11208 * gdb.threads/thread-specific.exp: Test $_gthread.
11209
c84f6bbf
PA
112102016-01-13 Pedro Alves <palves@redhat.com>
11211
11212 * gdb.multi/tids.exp: Test "info threads -gid".
11213
22a02324
PA
112142016-01-13 Pedro Alves <palves@redhat.com>
11215
11216 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11217 Breakpoint.thread.
11218 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11219
5d5658a1
PA
112202016-01-07 Pedro Alves <palves@redhat.com>
11221
11222 * gdb.base/break.exp: Adjust to output changes.
11223 * gdb.base/hbreak2.exp: Likewise.
11224 * gdb.base/sepdebug.exp: Likewise.
11225 * gdb.base/watch_thread_num.exp: Likewise.
11226 * gdb.linespec/keywords.exp: Likewise.
11227 * gdb.multi/info-threads.exp: Likewise.
11228 * gdb.threads/thread-find.exp: Likewise.
11229 * gdb.multi/tids.c: New file.
11230 * gdb.multi/tids.exp: New file.
11231
84654457
PA
112322016-01-13 Pedro Alves <palves@redhat.com>
11233
11234 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11235
e3940304
PA
112362016-01-13 Pedro Alves <palves@redhat.com>
11237
11238 * gdb.base/default.exp: Expect $_inferior as well.
11239 * gdb.multi/base.exp: Test $_inferior.
11240
a911d87a
PA
112412016-01-13 Pedro Alves <palves@redhat.com>
11242
11243 PR breakpoints/19388
11244 * gdb.base/catch-signal-siginfo-cond.c: New file.
11245 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11246
82075af2
JS
112472016-01-12 Josh Stone <jistone@redhat.com>
11248 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11249
11250 * gdb.base/catch-syscall.c (do_execve): New variable.
11251 (main): Conditionally trigger an execve.
11252 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11253 (test_catch_syscall_execve): New, check entry/return across execve.
11254 (do_syscall_tests): Call test_catch_syscall_execve.
11255
e46eeedd
PA
112562016-01-12 Pedro Alves <palves@redhat.com>
11257
11258 * gdb.base/random-signal.exp (do_test): New procedure, with body
11259 of testcase moved in.
11260
01d8c27e
JK
112612016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11262 Pedro Alves <palves@redhat.com>
11263
11264 * gdb.base/funcargs.exp (finish from indirectly called function):
11265 Reintroduce the case for 'First'.
11266
9a706302
JK
112672016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11268 Pedro Alves <palves@redhat.com>
11269
11270 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11271 (tcatch_vfork_then_child_follow_exec)
11272 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11273 identification.
11274
c0ecb95f
JK
112752016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11276
11277 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11278 and repeats to unlimited.
11279 * gdb.python/py-value.exp: Likewise.
11280 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11281 and repeats to unlimited.
11282
6cfc1fcb
JK
112832016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11284
11285 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11286 and reordering the functions.
11287 * gdb.multi/hangout.c: Likewise.
11288 * gdb.multi/hello.c: Likewise.
11289
582a1b00
SM
112902016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11291
11292 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11293 absolute.
11294 (SingleStatisticTestResult.report): Use dict.keys instead of
11295 dict.iterkeys.
11296
79bc59cb
PA
112972016-01-06 Pedro Alves <palves@redhat.com>
11298
11299 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11300
43368e1d
MM
113012016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11302
11303 * gdb.btrace/dlopen.exp: New.
11304 * gdb.btrace/dlopen.c: New.
11305 * gdb.btrace/dlopen-dso.c: New.
11306
79fad5b8
SL
113072015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11308
11309 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11310 PATTERN argument is optional.
11311
ab8314b3
JB
113122015-12-24 Joel Brobecker <brobecker@adacore.com>
11313
11314 * lib/ada.exp (target_compile_ada_from_dir): New function.
11315 (gdb_compile_ada): Reimplement avoiding the use of project files.
11316 * gdb.ada/gnat_ada.gpr: Delete.
11317 * gdb.ada/cond_lang.exp: Adjust test to make path before
11318 filename optional.
11319 * gdb.ada/small_reg_param.exp: Likewise.
11320
fe33faff
SM
113212015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11322
11323 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11324
6d265cb4
TP
113252015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11326
11327 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11328 case.
11329
10125099
SM
113302015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11331
11332 * gdb.base/break.exp: Remove dead code.
11333 * gdb.base/sepdebug.exp: Likewise.
11334
3ca22649
SM
113352015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11336
11337 * gdb.asm/asm-source.exp: Remove HP-UX references.
11338 * gdb.base/annota1.exp: Likewise.
11339 * gdb.base/annota3.exp: Likewise.
11340 * gdb.base/attach.exp: Likewise.
11341 * gdb.base/bigcore.exp: Likewise.
11342 * gdb.base/break.exp: Likewise.
11343 * gdb.base/call-ar-st.exp: Likewise.
11344 * gdb.base/callfuncs.exp: Likewise.
11345 * gdb.base/catch-fork-static.exp: Likewise.
11346 * gdb.base/display.exp: Likewise.
11347 * gdb.base/foll-exec-mode.exp: Likewise.
11348 * gdb.base/foll-exec.exp: Likewise.
11349 * gdb.base/foll-fork.exp: Likewise.
11350 * gdb.base/foll-vfork.exp: Likewise.
11351 * gdb.base/funcargs.exp: Likewise.
11352 * gdb.base/hbreak2.exp: Likewise.
11353 * gdb.base/inferior-died.exp: Likewise.
11354 * gdb.base/interrupt.exp: Likewise.
11355 * gdb.base/multi-forks.exp: Likewise.
11356 * gdb.base/nodebug.exp: Likewise.
11357 * gdb.base/sepdebug.exp: Likewise.
11358 * gdb.base/solib1.c: Likewise.
11359 * gdb.base/step-test.exp: Likewise.
11360 * gdb.mi/non-stop.c: Likewise.
11361 * gdb.mi/pthreads.c: Likewise.
11362 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11363 * gdb.threads/pthreads.c: Likewise.
11364 * gdb.threads/staticthreads.exp: Likewise.
11365 * lib/future.exp: Likewise.
11366 * lib/gdb.exp: Likewise.
11367 * gdb.base/so-indr-cl.c: Remove.
11368 * gdb.base/so-indr-cl.exp: Likewise.
11369 * gdb.base/solib.c: Likewise.
11370 * gdb.base/solib.exp: Likewise.
11371 * gdb.base/solib2.c: Likewise.
11372
b6304613
SM
113732015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11374
11375 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11376 * gdb.base/call-ar-st.exp: Likewise.
11377 * gdb.base/callfuncs.exp: Likewise.
11378 * gdb.base/condbreak.exp: Likewise.
11379 * gdb.base/constvars.exp: Likewise.
11380 * gdb.base/hbreak2.exp: Likewise.
11381 * gdb.base/langs.exp: Likewise.
11382 * gdb.base/list.exp: Likewise.
11383 * gdb.base/long_long.exp: Likewise.
11384 * gdb.base/ptype.exp: Likewise.
11385 * gdb.base/scope.exp: Likewise.
11386 * gdb.base/signals.exp: Likewise.
11387 * gdb.base/so-impl-ld.exp: Likewise.
11388 * gdb.base/varargs.exp: Likewise.
11389 * gdb.base/volatile.exp: Likewise.
11390 * gdb.base/whatis.exp: Likewise.
11391 * gdb.cp/cplusfuncs.exp: Likewise.
11392 * gdb.cp/inherit.exp: Likewise.
11393 * gdb.cp/local.exp: Likewise.
11394 * gdb.cp/member-ptr.exp: Likewise.
11395 * gdb.cp/method.exp: Likewise.
11396 * gdb.cp/overload.exp: Likewise.
11397 * gdb.cp/templates.exp: Likewise.
11398 * gdb.stabs/weird.exp: Likewise.
11399 * lib/compiler.c: Likewise.
11400 * lib/compiler.cc: Likewise.
11401 * lib/cp-support.exp: Likewise.
11402 * lib/gdb.exp: Likewise.
11403
bf401b07
SM
114042015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11405
11406 * configure.ac: Remove HP-UX case.
11407 * configure: Regenerate.
11408
aff9c0f8
SM
114092015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11410
11411 * lib/gdb.exp (gdb_compile): Add function doc.
11412
a6904d5a
PA
114132015-12-17 Pedro Alves <palves@redhat.com>
11414
11415 PR threads/19354
11416 * gdb.multi/info-threads.exp: New file.
11417
a22279dd
YQ
114182015-12-15 Yao Qi <yao.qi@linaro.org>
11419
11420 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11421 is aarch64*-*-*.
11422
0588c796
SL
114232015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11424
11425 * gdb.base/history-duplicates.exp: Skip if no readline support.
11426
5d978e17
SL
114272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11428
11429 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11430
7e763b86
SL
114312015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11432
11433 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11434
87a3a92c
SL
114352015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11436
11437 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11438 ctrl-C if nointerrupts target property is set.
11439 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11440 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11441 * gdb.base/paginate-bg-execution.exp: Likewise.
11442 * gdb.base/paginate-execution-startup.exp: Likewise.
11443 * gdb.base/random-signal.exp: Likewise.
11444 * gdb.base/range-stepping.exp: Likewise.
11445 * gdb.cp/annota2.exp: Likewise.
11446 * gdb.cp/annota3.exp: Likewise.
11447 * gdb.gdb/selftest.exp: Likewise.
11448 * gdb.threads/continue-pending-status.exp: Likewise.
11449 * gdb.threads/leader-exit.exp: Likewise.
11450 * gdb.threads/manythreads.exp: Likewise.
11451 * gdb.threads/pthreads.exp: Likewise.
11452 * gdb.threads/schedlock.exp: Likewise.
11453 * gdb.threads/sigthread.exp: Likewise.
11454
a8f077dc
DB
114552015-12-11 Don Breazeal <donb@codesourcery.com>
11456
11457 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11458 remote.
11459 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11460 * gdb.base/foll-exec.exp (main): Enable for target remote.
11461 * gdb.base/foll-fork.exp (main): Likewise.
11462 * gdb.base/foll-vfork.exp (main): Likewise.
11463 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11464 (proc continue_to_exit_bp_loc): Use clean_restart.
11465 * gdb.base/pie-execl.exp (main): Disable for target remote.
11466 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11467 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11468 * gdb.threads/execl.exp (main): Likewise.
11469 * gdb.threads/fork-child-threads.exp (main): Likewise.
11470 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11471 remote.
11472 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11473 remote.
11474 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11475 pid.tid style ptids, instead of just tid.
11476 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11477 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11478 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11479 ptids, instead of just tid.
11480
3b2464a8
AB
114812015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11482
11483 * gdb.base/list.exp (test_list_forward): Add end of file error
11484 test.
11485 (test_repeat_list_command): Add end of file error test.
11486 (test_list_backwards): Add beginning of file error test.
11487
a0def019
AB
114882015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11489
11490 * gdb.base/list.exp (test_list_invalid_args): New function,
11491 defined, and called.
11492
5c000dff
AB
114932015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11494
11495 * gdb.base/list.exp (test_list): Make test names unique.
11496
f1637ebe
YQ
114972015-12-11 Yao Qi <yao.qi@linaro.org>
11498
11499 * gdb.base/coremaker2.c: Remove.
11500
36d6fc0a
PA
115012015-12-10 Pedro Alves <palves@redhat.com>
11502
11503 * gdb.multi/base.exp: Remove stale "spaces" references.
11504
762f7747
PA
115052015-12-10 Pedro Alves <palves@redhat.com>
11506
11507 * gdb.multi/base.exp: Don't use nowarnings.
11508 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11509 * gdb.multi/hangout.c: Include stdio.h.
11510 * gdb.multi/hello.c: Include stdlib.h.
11511 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11512 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11513 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11514
28d2bfb9
AB
115152015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11516
11517 * gdb.dwarf2/dw2-ranges-base.c: New file.
11518 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11519 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11520 support additional line table, and debug ranges generation.
11521 (Dwarf::ranges): New function, generate .debug_ranges.
11522 (Dwarf::lines): Support generating simple line table programs.
11523 (Dwarf::assemble): Initialise new namespace variables.
11524
5fc2beac
KB
115252015-12-09 Kevin Buettner <kevinb@redhat.com>
11526
11527 * gdb.base/async.exp (proc test_background): Add case for
11528 asynchronous execution not supported.
11529
1c35a88f
LM
115302015-12-09 Luis Machado <lgustavo@codesourcery.com>
11531
11532 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11533 format and change test names to make them unique.
11534
b593e3d9
RK
115352015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11536 Pedro Alves <pedro@redhat.com>
11537
11538 PR gdb/18702
11539 Add checking of floatformats setup on x86_64 hosts.
11540 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11541 (smallval, bigval): New labels/constants.
11542 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11543 float" after loading bigval and smallval.
11544
d72413e6
PMR
115452015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11546
11547 * gdb.ada/fun_overload_menu.exp: New testcase.
11548 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11549
ece66d65
JS
115502015-12-04 Josh Stone <jistone@redhat.com>
11551
11552 * gdb.base/catch-fork-static.exp: New.
11553
41d0efca
YQ
115542015-12-03 Yao Qi <yao.qi@linaro.org>
11555
11556 * gdb.base/sizeof.c: Don't include stdio.h and
11557 ../lib/unbuffer_output.c.
11558 (main): New variable 'size' and 'value'. Remove printf and
11559 gdb_unbuffer_output. Assign return value to size and value.
11560 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11561 at the beginning.
11562 (check_sizeof): Check the result by printing variable 'size'.
11563 (check_valueof): Check the result by printing variable 'value'.
11564
99fd02d9
YQ
115652015-12-01 Yao Qi <yao.qi@linaro.org>
11566
11567 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11568 for aarch64*-*-linux* target.
11569
f2faf941
PA
115702015-11-30 Pedro Alves <palves@redhat.com>
11571
11572 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11573
04bf20c5
PA
115742015-11-30 Pedro Alves <palves@redhat.com>
11575
11576 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11577 Handle non-stop mode vCont replies.
11578
09df4675
PA
115792015-11-30 Pedro Alves <palves@redhat.com>
11580
11581 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11582 prepare_for_testing. Start gdb with "set non-stop on" appended to
11583 GDBFLAGS. Lax expected stop output.
11584
58b584af
YQ
115852015-11-27 Yao Qi <yao.qi@linaro.org>
11586
11587 * gdb.arch/arm-neon.exp: New.
11588 * gdb.arch/arm-neon.c: New.
11589
dfcb77a8
YQ
115902015-11-27 Yao Qi <yao.qi@linaro.org>
11591
11592 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11593
88e8ec1b
YQ
115942015-11-27 Yao Qi <yao.qi@linaro.org>
11595
11596 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11597 frames-invalid annotation.
11598
bfde72c2
YQ
115992015-11-27 Yao Qi <yao.qi@linaro.org>
11600
11601 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11602
f6512a69
SM
116032015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11604
11605 * gdb.threads/names.exp: New file.
11606 * gdb.threads/names.c: New file.
11607 * README: Mention gdb,no_thread_names.
11608
46a3515b
MM
116092015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11610
11611 PR 19297
11612 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11613 support" error.
11614
62147a22
PA
116152015-11-24 Pedro Alves <palves@redhat.com>
11616
11617 PR 17539
11618 * gdb.base/display.exp: Expect displays to be sorted in ascending
11619 order. Use multi_line.
11620 * gdb.base/solib-display.exp: Likewise.
11621
2f341b6e
PA
116222015-11-24 Pedro Alves <palves@redhat.com>
11623
11624 PR 17539
25d49b86
PA
11625 * gdb.base/display.exp: Expect displays to be sorted in ascending
11626 order. Use multi_line.
11627 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11628
7e0aa6aa
PA
116292015-11-24 Pedro Alves <palves@redhat.com>
11630
11631 PR 17539
11632 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11633 threads in ascending order.
11634 * gdb.base/foll-fork.exp: Likewise.
11635 * gdb.base/foll-vfork.exp: Likewise.
11636 * gdb.base/multi-forks.exp: Likewise.
11637 * gdb.mi/mi-nonstop.exp: Likewise.
11638 * gdb.mi/mi-nsintrall.exp: Likewise.
11639 * gdb.multi/base.exp: Likewise.
11640 * gdb.multi/multi-arch.exp: Likewise.
11641 * gdb.python/py-inferior.exp: Likewise.
11642 * gdb.threads/break-while-running.exp: Likewise.
11643 * gdb.threads/execl.exp: Likewise.
11644 * gdb.threads/gcore-thread.exp: Likewise.
11645 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11646 * gdb.threads/kill.exp: Likewise.
11647 * gdb.threads/linux-dp.exp: Likewise.
11648 * gdb.threads/multiple-step-overs.exp: Likewise.
11649 * gdb.threads/next-bp-other-thread.exp: Likewise.
11650 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11651 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11652 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11653 * gdb.threads/thread-find.exp: Likewise.
11654 * gdb.threads/tls.exp: Likewise.
11655 * lib/mi-support.exp (mi_reverse_list): Delete.
11656 (mi_check_thread_states): No longer reverse list.
11657
2cc57ad8
PA
116582015-11-24 Pedro Alves <palves@redhat.com>
11659
11660 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11661 use lowercase.
11662
c93e8391
SM
116632015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11664
11665 * gdb.trace/actions.c: Include trace-common.h.
11666 (main): Add a location for a fast tracepoint.
11667 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11668 the normal tracepoints.
11669 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11670
045ccf91
SM
116712015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11672
11673 * save-trace.exp: Factor out code to these...
11674 (gdb_save_tracepoints): New.
11675 (gdb_load_tracepoints): New.
11676 (do_save_load_test): New.
11677
5506f9f6
KB
116782015-11-23 Kevin Buettner <kevinb@redhat.com>
11679
11680 * gdb.base/asmlabel.exp: New test.
11681 * gdb.base/asmlabel.c: New test case.
11682
16c3b12f
JB
116832015-11-23 Joel Brobecker <brobecker@adacore.com>
11684
11685 * gdb.base/wrong_frame_bt_full-main.c: New file.
11686 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11687 * gdb.base/wrong_frame_bt_full.exp: New file.
11688
155bfbd3
JB
116892015-11-23 Joel Brobecker <brobecker@adacore.com>
11690
11691 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11692
bb097445
JM
116932015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11694
206853a0 11695 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11696 pstate register when comparing registers values in
11697 sparc64-*-linux-gnu targets to avoid spurious differences.
11698
9c88ed8f
JM
116992015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11700
206853a0 11701 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11702
96161e25
SL
117032015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11704
11705 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11706 as type argument to gdb_compile.
11707 * gdb.base/nested-subp2.exp: Likewise.
11708 * gdb.base/nested-subp3.exp: Likewise.
11709
340c2830
DV
117102015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11711
11712 * lib/dwarf.exp (_note): Fix left shift of negative value.
11713 * gdb.trace/trace-condition.exp: Likewise.
11714
c1862d0f
YQ
117152015-11-13 Yao Qi <yao.qi@linaro.org>
11716
11717 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11718 comments about d10v.
11719 (test_scalar_returns): Likewise.
11720 * gdb.base/d10v.ld: Remove.
11721 * gdb.base/overlays.exp: Remove the target triplet checking for
11722 d10v-*-*.
11723 * gdb.base/structs.exp (test_struct_returns): Remove the
11724 comments about d10v.
11725 (test_struct_calls): Likewise.
11726
77ae9c19
YQ
117272015-11-13 Yao Qi <yao.qi@linaro.org>
11728
11729 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11730 * gdb.base/gnu_vector.c: Don't include stdio.h.
11731 (main): Don't print res and call add_some_intvecs.
11732
430e004e
MK
117332015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11734
11735 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11736 macro.
11737 (func5): Removed.
11738 (func4): Use FAST_TRACEPOINT_LABEL.
11739 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11740 macro.
11741 (func): Removed.
11742 (thread_function): Use FAST_TRACEPOINT_LABEL.
11743 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11744 (func): Remove.
11745 (marker): Use FAST_TRACEPOINT_LABEL.
11746 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11747 (pendfunc1): Remove.
11748 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11749 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11750 (foo): Remove.
11751 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11752 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11753 macro.
11754 (func): Remove.
11755 (marker): Use FAST_TRACEPOINT_LABEL.
11756 * gdb.trace/trace-common.h: New header.
11757 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11758 macro.
11759 (func): Remove.
11760 (marker): Use FAST_TRACEPOINT_LABEL.
11761 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11762 (func): Remove.
11763 (thread_function): Use FAST_TRACEPOINT_LABEL.
11764
6e7675a7
MK
117652015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11766
11767 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11768 in front.
11769 * gdb.trace/change-loc.exp: Use global pcreg definition.
11770 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11771 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11772 in front.
11773 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11774 * gdb.trace/pending.exp: Likewise.
11775 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11776 * gdb.trace/trace-break.exp: Likewise.
11777 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11778 in front.
11779 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11780 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11781 in front.
11782 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11783
dddc0e16
JB
117842015-11-09 Joel Brobecker <brobecker@adacore.com>
11785
11786 * gdb.ada/fin_fun_out: New testcase.
11787
c6f0b406
KB
117882015-11-07 Kevin Buettner <kevinb@redhat.com>
11789
11790 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11791 value associated with DW_AT_byte_size.
11792 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11793 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11794 DW_AT_upper_bound.
11795
f01dcfd9
KB
117962015-11-07 Kevin Buettner <kevinb@redhat.com>
11797
11798 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11799 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11800 version.
11801 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11802 gdb.dwarf2/dw2-canonicalize-type.exp,
11803 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11804 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11805 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11806 provided by gdb_target_symbol_prefix_flags_asm.
11807 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11808 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11809 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11810 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11811 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11812 macros where needed). Use this macro for symbols which require
11813 the prefix provided by SYMBOL_PREFIX.
11814
2223449a
KB
118152015-11-05 Kevin Buettner <kevinb@redhat.com>
11816
11817 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11818 New procs.
11819 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11820 representing expressions, of more than one list element.
11821 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11822 to prepend linker symbol prefix to f.
11823 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11824 table_1 and table_2.
11825 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11826 Likewise, for f and g.
11827 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11828 for ptr.
11829 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11830 for main.
11831 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11832 table_1_ptr and table_2_ptr.
11833
6f2f1a3a
JK
118342015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11835 Joel Brobecker <brobecker@adacore.com>
11836
11837 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11838
566c56c9
MK
118392015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11840
11841 * gdb.reverse/s390-mvcle.c: New test.
11842 * gdb.reverse/s390-mvcle.exp: New file.
11843 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11844
d5f0636b
MK
118452015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11846
11847 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11848
7ad8b86c
MK
118492015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11850
11851 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11852 reaching marker2.
11853 * gdb.reverse/getresuid-reverse.exp: Likewise.
11854 * gdb.reverse/pipe-reverse.exp: Likewise.
11855 * gdb.reverse/readv-reverse.exp: Likewise.
11856 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11857 * gdb.reverse/time-reverse.exp: Likewise.
11858 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11859
4081c0f1
YQ
118602015-10-30 Yao Qi <yao.qi@linaro.org>
11861
11862 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11863 (empty_cycle): Remove.
11864 (main): Don't call empty_cycle. Don't use watch_count_done.
11865 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11866 empty_cycle. Rewrite the code counting HW watchpoints.
11867
452b4ba5
MK
118682015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11869
11870 * gdb.reverse/fstatat-reverse.c: New test.
11871 * gdb.reverse/fstatat-reverse.exp: New file.
11872 * gdb.reverse/getresuid-reverse.c: New test.
11873 * gdb.reverse/getresuid-reverse.exp: New file.
11874 * gdb.reverse/pipe-reverse.c: New test.
11875 * gdb.reverse/pipe-reverse.exp: New file.
11876 * gdb.reverse/readv-reverse.c: New test.
11877 * gdb.reverse/readv-reverse.exp: New file.
11878 * gdb.reverse/recvmsg-reverse.c: New test.
11879 * gdb.reverse/recvmsg-reverse.exp: New file.
11880 * gdb.reverse/time-reverse.c: New test.
11881 * gdb.reverse/time-reverse.exp: New file.
11882 * gdb.reverse/waitpid-reverse.c: New test.
11883 * gdb.reverse/waitpid-reverse.exp: New file.
11884
5e2e7507
JK
118852015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11886
11887 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11888
0fde2c53
DE
118892015-10-26 Doug Evans <dje@google.com>
11890
11891 PR symtab/17391
11892 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11893 * gdb.dwarf2/bad-regnum.c: New file.
11894 * gdb.dwarf2/bad-regnum.exp: New file.
11895
1a70ae97
DE
118962015-10-26 Doug Evans <dje@google.com>
11897
11898 PR python/18938
11899 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11900 file.
11901
27dc26ab
JK
119022015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11903
11904 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11905 for a change by "Mention language in compile error message".
11906
bed91f4d
SM
119072015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11908
11909 PR python/18073
11910 * gdb.python/py-type.c (C::a_method): New.
11911 (C::a_const_method): New.
11912 (C::a_static_method): New.
11913 (a_function): New.
11914 * gdb.python/py-type.exp (test_fields): Test getting fields
11915 from function and method.
11916
3f2f83dd
KB
119172015-10-21 Keven Boell <keven.boell@intel.com>
11918
11919 * gdb.fortran/vla-alloc-assoc.exp: New file.
11920 * gdb.fortran/vla-datatypes.exp: New file.
11921 * gdb.fortran/vla-datatypes.f90: New file.
11922 * gdb.fortran/vla-history.exp: New file.
11923 * gdb.fortran/vla-ptype-sub.exp: New file.
11924 * gdb.fortran/vla-ptype.exp: New file.
11925 * gdb.fortran/vla-sizeof.exp: New file.
11926 * gdb.fortran/vla-sub.f90: New file.
11927 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11928 * gdb.fortran/vla-value-sub-finish.exp: New file.
11929 * gdb.fortran/vla-value-sub.exp: New file.
11930 * gdb.fortran/vla-value.exp: New file.
11931 * gdb.fortran/vla-ptr-info.exp: New file.
11932 * gdb.mi/mi-vla-fortran.exp: New file.
11933 * gdb.mi/vla.f90: New file.
11934
27145d50
SL
119352015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11936
11937 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11938 of hardwired timeout value.
11939
5f3ff4f8
JK
119402015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11941 Pedro Alves <palves@redhat.com>
11942
11943 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11944 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11945
bfd09d20
JS
119462015-10-19 Josh Stone <jistone@redhat.com>
11947
11948 * gdb.base/catch-syscall.c: Include <sched.h>.
11949 (unknown_syscall): New variable.
11950 (main): Trigger a vfork and an unknown syscall.
11951 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11952 (unknown_syscall_number): Likewise.
11953 (check_call_to_syscall): Accept an optional syscall pattern.
11954 (check_return_from_syscall): Likewise.
11955 (check_continue): Likewise.
11956 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11957 (test_catch_syscall_skipping_return): New test toggling off 'catch
11958 syscall' to step over the syscall return, then toggling back on.
11959 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11960 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11961 (do_syscall_tests): Call test_catch_syscall_without_args and
11962 test_catch_syscall_mid_vfork.
11963 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11964 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11965
b32b93c6
AS
119662015-10-19 Andrew Stubbs <ams@codesourcery.com>
11967
11968 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11969 print g_vE): Add new pass patterns.
11970 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11971 print various symbol names for vptr fields.
11972
9d622bda
AB
119732015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11974
11975 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11976 results.
11977
0fd8ac1c
YQ
119782015-10-12 Yao Qi <yao.qi@linaro.org>
11979
11980 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11981
34240514
YQ
119822015-10-12 Yao Qi <yao.qi@linaro.org>
11983
11984 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11985 is aarch64*-*-linux*.
11986
8240f442
YQ
119872015-10-12 Yao Qi <yao.qi@linaro.org>
11988
11989 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11990 (can_relocate_bcond_true): ... it.
11991 (can_relocate_bcond_false): New function.
11992 (foo): Likewise.
11993 (can_relocate_bl): Likewise.
11994 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11995 can_relocate_bl.
11996
2520f728
PMR
119972015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11998
11999 * gdb.base/nested-addr.c: New file.
12000 * gdb.base/nested-addr.exp: New testcase.
12001
abcef95a
MM
120022015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12003
12004 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12005 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12006 its output. Ignore the output of "record goto begin" and instead
12007 check that GDB is replaying.
12008
145e3ddb
PA
120092015-10-09 Pedro Alves <palves@redhat.com>
12010
12011 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12012 (top level): Use it in the run with no args test.
12013
d5d8c4e1
IB
120142015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12015
12016 * gdb.dlang/properties.exp: New file.
12017
06e635ef
SL
120182015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12019
12020 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12021 whether or not address 0x1000 is mapped on the target.
12022
e019fd1d
SM
120232015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12024
12025 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12026 build.
12027
77ba2a67
MM
120282015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12029
12030 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12031 instruction-history test.
12032
c60eb31f
DE
120332015-09-28 Doug Evans <dje@google.com>
12034
12035 * gdb.base/gcore.c (array_func): Add reference to static_array.
12036
9a3c8263
SM
120372015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12038
12039 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12040 source line.
12041
9720e656
SL
120422015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12043
12044 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12045 short or char as base type.
12046
938d3bf2
SL
120472015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12048
12049 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12050 to allow any size enum.
12051
e6c2c623
PMR
120522015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12053
12054 * gdb.ada/array_ptr_renaming.exp: New testcase.
12055 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12056 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12057
06da0f77
PL
120582015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12059
12060 * gdb.trace/ftrace-lock.c: New file.
12061 * gdb.trace/ftrace-lock.exp: New file.
12062
4f51c22a
PL
120632015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12064
12065 * gdb.arch/insn-reloc.c: New file.
12066 * gdb.arch/ftrace-insn-reloc.exp: New file.
12067
7041adf4
PL
120682015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12069
12070 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12071 instruction.
12072 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12073 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12074 * gdb.trace/range-stepping.c: Likewise.
12075 * gdb.trace/trace-break.c: Likewise.
12076 * gdb.trace/trace-mt.c (thread_function): Likewise.
12077 * gdb.trace/ftrace.c (marker): Likewise.
12078 * gdb.trace/trace-condition.c (marker): Likewise.
12079 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12080 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12081 is_aarch64_target.
12082
015d2e7e
DE
120832015-09-18 Doug Evans <xdje42@gmail.com>
12084
12085 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12086 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12087
26b188a2
SL
120882015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12089
12090 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12091 the breakpoint.
12092
79dc332b
SL
120932015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12094
12095 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12096 the pending breakpoint. Remove timeout override for "Run till
12097 MI pending breakpoint on pendfunc3 on thread 2" test.
12098
f57929f2
SL
120992015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12100
12101 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12102 filename pattern.
12103
3f469b17
SL
121042015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12105
12106 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12107 in breakpoint filename pattern.
12108
515b89b3
SL
121092015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12110
7800dbe4
SL
12111 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12112
121132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12114
515b89b3
SL
12115 * gdb.linespec/explicit.exp: Check for readline support for
12116 tab-completion tests. Fix obvious typo.
12117
d2939ba2
MM
121182015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12119
12120 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12121 and replay.
12122
cbb55fa7
MM
121232015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12124
12125 * gdb.btrace/non-stop.c: New.
12126 * gdb.btrace/non-stop.exp: New.
12127
43691ca1
PL
121282015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12129 Yao Qi <yao.qi@linaro.org>
12130
12131 * gdb.trace/trace-condition.c: New file.
12132 * gdb.trace/trace-condition.exp: New file.
12133
d78908cf
WW
121342015-09-16 Wei-cheng Wang <cole945@gmail.com>
12135
12136 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12137 for testing bytecode compilation.
12138
1ed415e2
PA
121392015-09-16 Pedro Alves <palves@redhat.com>
12140 Sandra Loosemore <sandra@codesourcery.com>
12141
12142 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12143 (SECONDS): Redefine.
12144 (main): Call pthread_kill and alarm early.
12145 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12146 support.
12147 (test): If the target can't hardware step and doesn't support
12148 displaced stepping, increase the timeout.
12149
d136eff5
PA
121502015-09-16 Pedro Alves <palves@redhat.com>
12151
12152 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12153 (enable_debug): New procedures.
12154 (test): Use them. Bail out if waiting for threads fails.
12155 (top level): Bail out if a test fails.
12156
991f019c
YQ
121572015-09-16 Yao Qi <yao.qi@linaro.org>
12158
12159 * gdb.asm/asm-source.exp: Set asm-arch for
12160 aarch64*-*-* target.
12161 * gdb.asm/aarch64.inc: New file.
12162
bfca584f
PMR
121632015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12164
12165 * gdb.ada/array_of_variable_length.exp: New testcase.
12166 * gdb.ada/array_of_variable_length/foo.adb: New file.
12167 * gdb.ada/array_of_variable_length/pck.adb: New file.
12168 * gdb.ada/array_of_variable_length/pck.ads: New file.
12169
b326e587
DE
121702015-09-15 Doug Evans <dje@google.com>
12171
12172 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12173 of function static local variable.
12174
5382cfab
PW
121752015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12176
12177 * gdb.threads/tls-so_extern.exp: New test file.
12178 * gdb.threads/tls-so_extern.c: New test file.
12179 * gdb.threads/tls-so_extern_main.c: New test file.
12180
141c5cc4
JK
121812015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12182
12183 * gdb.opt/solib-intra-step-lib.c: New file.
12184 * gdb.opt/solib-intra-step-main.c: New file.
12185 * gdb.opt/solib-intra-step.exp: New file.
12186
d15dcecd
PA
121872015-09-15 Pedro Alves <palves@redhat.com>
12188
12189 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12190 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12191
4c2f2a79
PA
121922015-09-14 Pedro Alves <palves@redhat.com>
12193
12194 * gdb.base/hook-stop-continue.c: Delete.
12195 * gdb.base/hook-stop-continue.exp: Delete.
12196 * gdb.base/hook-stop-frame.c: Delete.
12197 * gdb.base/hook-stop-frame.exp: Delete.
12198 * gdb.base/hook-stop.c: New file.
12199 * gdb.base/hook-stop.exp: New file.
12200
919e6dbe
PMR
122012015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12202
12203 * gdb.ada/access_to_packed_array.exp: New testcase.
12204 * gdb.ada/access_to_packed_array/foo.adb: New file.
12205 * gdb.ada/access_to_packed_array/pack.adb: New file.
12206 * gdb.ada/access_to_packed_array/pack.ads: New file.
12207
157280a4
MM
122082015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12209
12210 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12211 buffer size test.
12212
2fd33e94
DB
122132015-09-11 Don Breazeal <donb@codesourcery.com>
12214
12215 * gdb.base/foll-exec.c: Add copyright header. Fix
12216 formatting issues.
12217 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12218 (do_exec_tests): Use clean_restart in place of zap_session,
12219 and for test initialization. Fix formatting issues. Use
12220 fail in place of perror.
12221 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12222 an expect statement to match an expression with output from
12223 the program under debug.
12224 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12225 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12226 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12227 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12228 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12229
e70b6e8e
DE
122302015-09-09 Doug Evans <dje@google.com>
12231
12232 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12233
7a551a51
DE
122342015-09-09 Doug Evans <dje@google.com>
12235
12236 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12237
4c666f84
DE
122382015-09-09 Doug Evans <dje@google.com>
12239
12240 * gdb.base/savedregs.exp: Fix typo.
12241
243a9253
PA
122422015-09-09 Pedro Alves <palves@redhat.com>
12243
12244 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12245
c0fa8fbd
SL
122462015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12247
12248 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12249 command actually switches threads. Give up on remaining
12250 tests if target fails to stop at breakpoint.
12251
cd7c1778
PMR
122522015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12253
12254 * gdb.ada/funcall_char.exp: New testcase.
12255 * gdb.ada/funcall_char/foo.adb: New file.
12256
dc5c8746
PMR
122572015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12258
12259 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12260 expected outputs. Add two testcases for completing ambiguous
12261 functions.
12262 * gdb.ada/complete/aux_pck.adb: New file.
12263 * gdb.ada/complete/aux_pck.ads: New file.
12264 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12265 Ambiguous_Func functions.
12266 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12267 * gdb.ada/complete/pck.adb: Likewise.
12268
4e83a1e7
UW
122692015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12270
12271 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12272 failures to run the test program under GDB.
12273
8ce74153
LM
122742015-08-26 Luis Machado <lgustavo@codesourcery.com>
12275
12276 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12277 to C.
12278
e9756d52
PP
122792015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12280
12281 * gdb.base/run-after-attach.exp: New test file.
12282 * gdb.base/run-after-attach.c: New test file.
12283
8d37573b
DB
122842015-08-26 Don Breazeal <donb@codesourcery.com>
12285
12286 * gdb.base/foll-exec-2.c: New test program.
12287 * gdb.base/foll-exec-2.exp: New test.
12288
63e43d3a
PMR
122892015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12290
12291 * gdb.base/nested-subp1.exp: New file.
12292 * gdb.base/nested-subp1.c: New file.
12293 * gdb.base/nested-subp2.exp: New file.
12294 * gdb.base/nested-subp2.c: New file.
12295 * gdb.base/nested-subp3.exp: New file.
12296 * gdb.base/nested-subp3.c: New file.
12297
3d40fbb5
PA
122982015-08-24 Pedro Alves <palves@redhat.com>
12299
12300 * gdb.server/connect-without-multi-process.c: New file.
12301 * gdb.server/connect-without-multi-process.exp: New file.
12302
4422ac93
LM
123032015-08-24 Luis Machado <lgustavo@codesourcery.com>
12304
12305 * gdb.opt/inline-markers.c: Make z int.
12306
91dddb86
LM
123072015-08-24 Luis Machado <lgustavo@codesourcery.com>
12308
12309 * gdb.opt/inline-markers.c: Make z volatile.
12310
a48847ee
LM
123112015-08-24 Luis Machado <lgustavo@codesourcery.com>
12312
12313 * gdb.opt/inline-bt.c: New volatile global z.
12314 * gdb.opt/inline-cmds.c: Likewise.
12315 * gdb.opt/inline-locals.c: Likewise.
12316 * gdb.opt/inline-markers.c: New extern global z.
12317 (marker): Use z.
12318 (inline_fn): Likewise.
12319
0ebbc52b
PA
123202015-08-24 Pedro Alves <palves@redhat.com>
12321
12322 * config/m32r-stub.exp: Remove file.
12323 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12324 * gdb.base/call-rt-st.exp: Likewise.
12325 * gdb.base/call-strs.exp: Likewise.
12326 * gdb.base/default.exp: Remove references to h8300-*-hms and
12327 *-*-udi*.
12328 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12329
77c365df
AA
123302015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12331
12332 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12333 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12334 and "return" use KFAIL when GDB can not read/write the vector
12335 return value.
12336
4313b8c0
GB
123372015-08-21 Gary Benson <gbenson@redhat.com>
12338
12339 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12340
0e433b32
PA
123412015-08-20 Pedro Alves <palves@redhat.com>
12342
12343 * gdb.server/solib-list.exp: No longer expect an interior stop in
12344 non-stop mode.
12345
221e1a37
PA
123462015-08-20 Pedro Alves <palves@redhat.com>
12347
12348 * gdb.server/connect-stopped-target.c: New file.
12349 * gdb.server/connect-stopped-target.exp: New file.
12350
40e3ad0e
PA
123512015-08-20 Pedro Alves <palves@redhat.com>
12352
12353 * gdb.dwarf2/comp-unit-lang.exp: New file.
12354 * gdb.dwarf2/comp-unit-lang.c: New file.
12355
af39b327
PMR
123562015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12357
12358 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12359 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12360
7d45c7c3 123612015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 12362
7d45c7c3
KB
12363 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12364 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12365
4d6cceb4
DE
123662015-08-18 Doug Evans <dje@google.com>
12367 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12368
12369 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12370 skip_python_tests. New arg prompt_regexp.
12371 (skip_python_tests): New function.
12372 * lib/mi-support.exp (mi_skip_python_tests): New function.
12373 * gdb.python/py-mi-objfile-gdb.py: New file.
12374 * gdb.python/py-mi-objfile.c: New file.
12375 * gdb.python/py-mi-objfile.exp: New file.
12376
ad89c2aa
KS
123772015-08-17 Keith Seitz <keiths@redhat.com>
12378
12379 * gdb.linespec/explicit.exp: Move strace test from here ...
12380 * gdb.trace/strace.exp: ... to here.
12381
e3ae3c43
PP
123822015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12383
12384 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12385 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12386
604b2636
DE
123872015-08-14 Doug Evans <xdje42@gmail.com>
12388
12389 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12390 inferior before selecting a new file.
12391
6ff0ba5f
DE
123922015-08-14 Doug Evans <xdje42@gmail.com>
12393
12394 * gdb.mi/mi-disassemble.exp: Update.
12395 * gdb.base/disasm-optim.S: New file.
12396 * gdb.base/disasm-optim.c: New file.
12397 * gdb.base/disasm-optim.h: New file.
12398 * gdb.base/disasm-optim.exp: New file.
12399
9ca98f92
KS
124002015-08-14 Keith Seitz <keiths@redhat.com>
12401
12402 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12403 "evaluated-by".
12404
52bbc560
JB
124052015-08-13 Joel Brobecker <brobecker@adacore.com>
12406
12407 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12408
5d8c3ed3
PMR
124092015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12410
12411 * gdb.ada/fun_renaming.exp: New testcase.
12412 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12413 * gdb.ada/fun_renaming/pack.adb: New file.
12414 * gdb.ada/fun_renaming/pack.ads: New file.
12415
ea8812bc
KS
124162015-08-12 Keith Seitz <keiths@redhat.com>
12417
12418 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12419 gdb_get_line_number.
12420
4dafcdeb
JB
124212015-08-12 Joel Brobecker <brobecker@adacore.com>
12422
12423 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12424 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12425 gdb.base/dso2dso.exp: New files.
12426
5ba32597
SDJ
124272015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12428 Pedro Alves <palves@redhat.com>
12429 Keith Seitz <keiths@redhat.com>
12430
12431 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12432 GDBFLAGS.
12433
b6dafabf
PP
124342015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12435
12436 * gdb.base/gdbhistsize-history.exp
12437 (test_histsize_history_setting): Use save_vars.
12438 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12439 Use save_vars.
12440 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12441 * gdb.base/readline.exp: Use save_vars.
12442
abe8e607
PP
124432015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12444
12445 * lib/gdb.exp (save_vars): New proc.
12446
629500fa
KS
124472015-08-11 Keith Seitz <keiths@redhat.com>
12448
12449 * gdb.base/help.exp: Update help_breakpoint_text.
12450
eb8c4e2e
KS
124512015-08-11 Keith Seitz <keiths@redhat.com>
12452
12453 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12454 (at toplevel): Call test_explicit_breakpoints.
12455 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12456 breakpoints.
12457 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12458 breakpoint conditions, "-cond".
12459
87f0e720
KS
124602015-08-11 Keith Seitz <keiths@redhat.com>
12461
12462 * gdb.linespec/3explicit.c: New file.
12463 * gdb.linespec/cpexplicit.cc: New file.
12464 * gdb.linespec/cpexplicit.exp: New file.
12465 * gdb.linespec/explicit.c: New file.
12466 * gdb.linespec/explicit.exp: New file.
12467 * gdb.linespec/explicit2.c: New file.
12468 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12469 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12470 before using in the matching pattern.
12471 Clarify that `prefix' is a regular expression.
12472
f00aae0f
KS
124732015-08-11 Keith Seitz <keiths@redhat.com>
12474
12475 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12476 test.
12477 Add tests for missing ",FMT" and ",".
12478
e27852be
DE
124792015-08-10 Doug Evans <dje@google.com>
12480 Keith Seitz <keiths@redhat.com>
12481
12482 PR gdb/17960
12483 * gdb.base/completion.exp: Add location completer tests.
12484
7f03bd92
PA
124852015-08-07 Pedro Alves <palves@redhat.com>
12486
12487 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12488 tests here.
12489 (top level): Run do_test with and without displaced stepping.
12490
3fc8eb30
PA
124912015-08-07 Pedro Alves <palves@redhat.com>
12492
12493 * gdb.base/valgrind-disp-step.c: New file.
12494 * gdb.base/valgrind-disp-step.exp: New file.
12495
d4569d7b
PA
124962015-08-07 Pedro Alves <palves@redhat.com>
12497
12498 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12499 Delete function.
12500 (main): Add alarm. Run an infinite loop instead of calling
12501 wait_threads.
12502 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12503 comment.
12504 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12505 Delete function.
12506 (main): Add alarm. Run an infinite loop instead of calling
12507 wait_threads.
12508 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12509 comment.
12510
e1316e60
PA
125112015-08-07 Pedro Alves <palves@redhat.com>
12512
12513 * gdb.base/checkpoint-ns.exp: New file.
12514 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12515 standard_testfile.
12516
da8c46d2
MM
125172015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12518
12519 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12520 * gdb.btrace/instruction_history.exp: Update.
12521 * gdb.btrace/tsx.exp: New.
12522 * gdb.btrace/tsx.c: New.
12523
de1c2c52
PA
125242015-08-06 Pedro Alves <palves@redhat.com>
12525
12526 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12527 increase timeout.
12528 * gdb.reverse/until-precsave.exp: Bump timeouts.
12529
782e0bf4
PA
125302015-08-06 Pedro Alves <palves@redhat.com>
12531
12532 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12533
83e97ed0
PA
125342015-08-06 Pedro Alves <palves@redhat.com>
12535
12536 PR gdb/18749
12537 * gdb.threads/process-dies-while-handling-bp.c: New file.
12538 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12539
863d01bd
PA
125402015-08-06 Pedro Alves <palves@redhat.com>
12541
12542 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12543 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12544
0a39bb32
PA
125452015-08-05 Pedro Alves <palves@redhat.com>
12546
12547 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12548 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12549
ee2d2b10
SL
125502015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12551
12552 * gdb.base/bp-permanent.exp: Report test as unsupported if
12553 the target cannot stop at the permanent breakpoint.
12554
4e1bdb00
DE
125552015-08-03 Doug Evans <dje@google.com>
12556
12557 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12558 10000.
12559
3d338901
DE
125602015-08-03 Doug Evans <dje@google.com>
12561
12562 * Makefile.in (workers/%.worker, build-perf): New rule.
12563 (GDB_PERFTEST_MODE): New variable.
12564 (check-perf): Use it.
12565 (clean): Clean up gdb.perf parallel build subdirs.
12566 * lib/build-piece.exp: New file.
12567 * lib/gdb.exp (make_gdb_parallel_path): New function
12568 (standard_output_file, standard_temp_file): Call it.
12569 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12570 of $GDB_PARALLEL.
12571 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12572
af061d3e
DE
125732015-08-03 Doug Evans <dje@google.com>
12574
8e1afc81 12575 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12576 (LOG_FILE_NAME): New global.
12577 (TextReporter.__init__): Initialize self.txt_sum.
12578 (TextReporter.report): Add support for multiple data-points.
12579 Move report to perftest.sum, put raw data in perftest.log.
12580 (TextReporter.start): Open sum and log files.
12581 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12582 * gdb.perf/lib/perftest/testresult.py
12583 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12584
2c8c5d37
PA
125852015-07-31 Pedro Alves <palves@redhat.com>
12586
12587 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12588 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12589 kill_wait_spawned_process instead of explicit "kill -9".
12590 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12591 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12592 kill_wait_spawned_process.
12593 * gdb.base/attach-twice.exp: Likewise.
12594 * gdb.base/attach.exp: Likewise.
12595 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12596 gdb_test_multiple.
12597 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12598 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12599 kill_wait_spawned_process.
12600 * gdb.base/valgrind-infcall.exp: Likewise.
12601 * gdb.multi/multi-attach.exp: Likewise.
12602 * gdb.python/py-prompt.exp: Likewise.
12603 * gdb.python/py-sync-interp.exp: Likewise.
12604 * gdb.server/ext-attach.exp: Likewise.
12605 * gdb.threads/attach-into-signal.exp (corefunc): Use
12606 spawn_wait_for_attach, spawn_id_get_pid and
12607 kill_wait_spawned_process.
12608 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12609 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12610 spawn_id_get_pid and kill_wait_spawned_process.
12611 * gdb.threads/attach-stopped.exp (corefunc): Use
12612 spawn_wait_for_attach, spawn_id_get_pid and
12613 kill_wait_spawned_process.
12614 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12615 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12616 kill_wait_spawned_process instead of explicit "kill -9".
12617 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12618 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12619 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12620 processes. Don't map cygwin/windows pids here. Now returns a
12621 spawn id list.
12622
032a0fca
SL
126232015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12624
12625 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12626 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12627 correct patch.
12628
61a934ca
SL
126292015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12630
12631 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12632
4bc4d428
SL
126332015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12634
12635 Reapply:
12636 2014-05-21 Mark Wielaard <mjw@redhat.com>
12637
12638 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12639
998d452a
PA
126402015-07-30 Pedro Alves <palves@redhat.com>
12641
12642 * linux-low.c (handle_extended_wait): Set the child's last
12643 reported status to TARGET_WAITKIND_STOPPED.
12644
69dde7dc
PA
126452015-07-30 Pedro Alves <palves@redhat.com>
12646
12647 PR threads/18600
12648 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12649 only shows inferior 1.
12650
4dd63d48
PA
126512015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12652 Pedro Alves <palves@redhat.com>
12653
12654 PR threads/18600
12655 * gdb.threads/fork-plus-threads.c: New file.
12656 * gdb.threads/fork-plus-threads.exp: New file.
12657
d618e4c5
PP
126582015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12659
12660 * gdb.base/batch-preserve-term-settings.exp
12661 (test_terminal_settings_preserved_after_cli_exit): Use
12662 send_quit_command.
12663
1eef6428
PA
126642015-07-29 Pedro Alves <palves@redhat.com>
12665 Don Breazeal <donb@codesourcery.com>
12666
12667 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12668 output from both inferior_spawn_id and gdb_spawn_id.
12669
7da5b897
SDJ
126702015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12671
12672 * gdb.threads/attach-into-signal.exp (corefunc): Use
12673 with_test_prefix on nested loops, uniquefying the test messages.
12674
dac804df
SDJ
126752015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12676
12677 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12678 commit.
12679
06265e53
PP
126802015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12681
12682 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12683 New proc.
12684 (test_terminal_settings_preserved_after_sigterm): New test.
12685
18206ca3
PP
126862015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12687
12688 * gdb.base/batch-preserve-term-settings.exp
12689 (test_terminal_settings_preserved_after_cli_exit): New test.
12690
90074d11
PP
126912015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12692
12693 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12694 manipulation of saved_gdbflags.
12695 (test_terminal_settings_preserved): Remove global declaration of
12696 the unused variable pagination_prompt. Remove manipulation of
12697 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12698 GDBFLAGS.
12699
eb1a7902
PA
127002015-07-29 Pedro Alves <palves@redhat.com>
12701
12702 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12703
8b75dd3b
PA
127042015-07-29 Pedro Alves <palves@redhat.com>
12705
12706 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12707 at the top.
12708
dedad4e3
PA
127092015-07-29 Pedro Alves <palves@redhat.com>
12710
12711 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12712 (main): Call gdb_unbuffer_output.
12713 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12714 (main): Call gdb_unbuffer_output.
12715 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12716 (main): Call gdb_unbuffer_output.
12717 * gdb.base/call-strs.exp: Adjust to step over the
12718 gdb_unbuffer_output call.
12719 * gdb.base/catch-gdb-caused-signals.c: Include
12720 "../lib/unbuffer_output.c".
12721 (main): Call gdb_unbuffer_output.
12722 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12723 (main): Call gdb_unbuffer_output.
12724 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12725 (main): Call gdb_unbuffer_output.
12726 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12727 (main): Call gdb_unbuffer_output.
12728 * gdb.base/shlib-call.exp: Adjust to step over the
12729 gdb_unbuffer_output call.
12730 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12731 (main): Call gdb_unbuffer_output.
12732 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12733 (main): Call gdb_unbuffer_output.
12734 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12735 (main): Rename to ...
12736 (test): ... this.
12737 (main): Reimplement.
12738 * gdb.base/varargs.exp: Run to test instead of to main.
12739 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12740 (main): Call gdb_unbuffer_output.
12741
58789a91
PA
127422015-07-29 Pedro Alves <palves@redhat.com>
12743
12744 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12745 factore out from mi_continue_dprintf. For call-style dprintfs,
12746 expect dprintf output out of $inferior_spawn_id.
12747 (mi_continue_dprintf): Use mi_expect_dprintf.
12748 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12749 (main): Call gdb_unbuffer_output.
12750
e8376742
PA
127512015-07-29 Pedro Alves <palves@redhat.com>
12752
12753 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12754 (default_mi_gdb_start): Set inferior_spawn_id instead of
12755 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12756 gdb_spawn_id.
12757 (mi_gdb_test): Always expect inferior output from both
12758 $inferior_spawn_id and $gdb_spawn_id.
12759
08280010
PA
127602015-07-29 Pedro Alves <palves@redhat.com>
12761
12762 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12763 send_inferior and $inferior_spawn_id.
12764
4d30e432
PA
127652015-07-29 Pedro Alves <palves@redhat.com>
12766
12767 * gdb.gdb/complaints.exp (test_initial_complaints)
12768 (test_serial_complaints, test_short_complaints): Use
12769 gdb_test_stdio.
12770 (test_empty_complaint): Handle $inferior_spawn_id !=
12771 $gdb_spawn_id.
12772
0d30a335
PA
127732015-07-29 Pedro Alves <palves@redhat.com>
12774
12775 * gdb.base/varargs.exp: Use gdb_test_stdio.
12776
39413b29
PA
127772015-07-29 Pedro Alves <palves@redhat.com>
12778
12779 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12780
7cb000a9
PA
127812015-07-29 Pedro Alves <palves@redhat.com>
12782
12783 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12784
d7b8ac82
PA
127852015-07-29 Pedro Alves <palves@redhat.com>
12786
12787 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12788 parameter into two new parameters, "inf_result" and "gdb_result".
12789 Expect inferior output and gdb output from $inferior_spawn_id and
12790 $gdb_spawn_id, respectively. Adjust all callers.
12791
789c3a0c
PA
127922015-07-29 Pedro Alves <palves@redhat.com>
12793
12794 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12795 of gdb_test_sequence.
12796
77e760c3
PA
127972015-07-29 Pedro Alves <palves@redhat.com>
12798
12799 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12800 (saw_spurious_output): Expect inferior output from
12801 $inferior_spawn_id. Use gdb_test_stdio.
12802
8396d2cd
PA
128032015-07-29 Pedro Alves <palves@redhat.com>
12804
12805 * gdb.base/dprintf.exp: Use standard_testfile. Change
12806 prepare_for_testing call.
12807 (srcfile): Don't set.
12808 (restart): New procedure.
12809 (test_dprintf): New procecure, use to continue over dprintfs.
12810 (test_call, test_agent): New procedures, tests moved here.
12811 Restart gdb and recreate dprintfs. Adjust expected output.
12812
2051d61f
PA
128132015-07-29 Pedro Alves <palves@redhat.com>
12814
12815 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12816
452397af
PA
128172015-07-29 Pedro Alves <palves@redhat.com>
12818
12819 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12820
8aed9555
PA
128212015-07-29 Pedro Alves <palves@redhat.com>
12822
12823 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12824 gdb_test_stdio.
12825
188a61b4
PA
128262015-07-29 Pedro Alves <palves@redhat.com>
12827
12828 * lib/gdb.exp (gdb_test_stdio): New procedure.
12829
12264a45
PA
128302015-07-29 Pedro Alves <palves@redhat.com>
12831
12832 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12833
23ffc893
PA
128342015-07-29 Pedro Alves <palves@redhat.com>
12835
12836 * gdb.base/call-signal-resume.exp: Remove check for
12837 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12838 * gdb.base/unwindonsignal.exp: Likewise.
12839 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12840 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12841
65566918
PA
128422015-07-29 Pedro Alves <palves@redhat.com>
12843
12844 * gdb.base/siginfo-addr.c (pass): New function.
12845 (handler): Call it iff si_addr is correct.
12846 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12847 Set a breakpoint at "pass" and continue to it.
12848
d60a9221
SDJ
128492015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12850
12851 * gdb.python/py-objfile.exp: Make some tests have unique names.
12852 * gdb.python/py-pp-registration.exp: Likewise.
12853
bde40b8f
PA
128542015-07-28 Pedro Alves <palves@redhat.com>
12855
12856 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12857
13e1dec8
SM
128582015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12859
12860 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12861
da33c9a7
SM
128622015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12863
12864 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12865
077836f7
PP
128662015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12867
12868 * gdb.base/gdb-sigterm-2.exp: New test.
12869
b8cc7b2e
DE
128702015-07-25 Doug Evans <xdje42@gmail.com>
12871
12872 Revert:
12873 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12874 (workers/%.worker, build-perf): New rule.
12875 (GDB_PERFTEST_MODE): New variable.
12876 (check-perf): Use it.
12877 (clean): Clean up gdb.perf parallel build subdirs.
12878 * lib/build-piece.exp: New file.
12879 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12880 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12881 name.
12882 (standard_temp_file): Ditto.
12883 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12884 of $GDB_PARALLEL.
12885
c8bd4544
DE
128862015-07-24 Doug Evans <dje@google.com>
12887
12888 * gdb.perf/lib/perftest/utils.py: New file.
12889 * gdb.perf/gm-hello.cc: New file.
12890 * gdb.perf/gm-pervasive-typedef.cc: New file.
12891 * gdb.perf/gm-pervasive-typedef.h: New file.
12892 * gdb.perf/gm-std.cc: New file.
12893 * gdb.perf/gm-std.h: New file.
12894 * gdb.perf/gm-use-cerr.cc: New file.
12895 * gdb.perf/gm-utils.h: New file.
12896 * gdb.perf/gmonster-null-lookup.py: New file.
12897 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12898 * gdb.perf/gmonster-print-cerr.py: New file.
12899 * gdb.perf/gmonster-ptype-string.py: New file.
12900 * gdb.perf/gmonster-runto-main.py: New file.
12901 * gdb.perf/gmonster-select-file.py: New file.
12902 * gdb.perf/gmonster1-null-lookup.exp: New file.
12903 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12904 * gdb.perf/gmonster1-print-cerr.exp: New file.
12905 * gdb.perf/gmonster1-ptype-string.exp: New file.
12906 * gdb.perf/gmonster1-runto-main.exp: New file.
12907 * gdb.perf/gmonster1-select-file.exp: New file.
12908 * gdb.perf/gmonster1.cc: New file.
12909 * gdb.perf/gmonster1.exp: New file.
12910 * gdb.perf/gmonster2-null-lookup.exp: New file.
12911 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12912 * gdb.perf/gmonster2-print-cerr.exp: New file.
12913 * gdb.perf/gmonster2-ptype-string.exp: New file.
12914 * gdb.perf/gmonster2-runto-main.exp: New file.
12915 * gdb.perf/gmonster2-select-file.exp: New file.
12916 * gdb.perf/gmonster2.cc: New file.
12917 * gdb.perf/gmonster2.exp: New file.
12918
6eab34f3
DE
129192015-07-24 Doug Evans <dje@google.com>
12920
12921 * gdb.perf/README: New file.
12922 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12923 * lib/gen-perf-test.exp: New file.
12924
63738bfd
DE
129252015-07-24 Doug Evans <dje@google.com>
12926
12927 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12928 (PerfTest::startup): New function.
12929 (PerfTest::run): Return result of calling body.
12930 (PerfTest::assemble): Rewrite.
12931 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12932 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12933 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12934 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12935 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12936
7b606f95
DE
129372015-07-24 Doug Evans <dje@google.com>
12938
12939 * lib/gdb.exp (clean_restart): Make executable optional.
12940
a97b16b8
DE
129412015-07-24 Doug Evans <dje@google.com>
12942
12943 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12944 compiler_info references.
12945 * gdb.cp/temargs.exp: Ditto.
12946 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12947 (get_compiler_info): Early exit if already computed. Set compiler_info
12948 to "unknown" if there was a problem.
12949 (test_compiler_info): Add function comment. Call get_compiler_info.
12950
35baa57f
DE
129512015-07-24 Doug Evans <dje@google.com>
12952
12953 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12954 (workers/%.worker, build-perf): New rule.
12955 (GDB_PERFTEST_MODE): New variable.
12956 (check-perf): Use it.
12957 (clean): Clean up gdb.perf parallel build subdirs.
12958 * lib/build-piece.exp: New file.
12959 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12960 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12961 name.
12962 (standard_temp_file): Ditto.
12963 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12964 of $GDB_PARALLEL.
12965
6ebea266
DE
129662015-07-24 Doug Evans <dje@google.com>
12967
12968 * lib/future.exp (gdb_default_target_compile): New option
12969 "early_flags".
12970 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12971 --as-needed.
12972
1e76a7e9
SDJ
129732015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12974
12975 * gdb.base/catch-syscall.exp: Call gdb_exit before
12976 gdb_skip_xml_test.
12977
5068630a
PA
129782015-07-24 Pedro Alves <palves@redhat.com>
12979
12980 * gdb.python/py-events.exp: Accept output between the stop event
12981 and the prompt.
12982 * gdb.python/py-evsignal.exp: Likewise.
12983 * gdb.python/py-evthreads.exp: Likewise.
12984
77598427
PA
129852015-07-24 Pedro Alves <palves@redhat.com>
12986
12987 PR gdb/18717
12988 * gdb.threads/non-ldr-exit.c: New file.
12989 * gdb.threads/non-ldr-exit.exp: New file.
12990
11e6c98f
YQ
129912015-07-24 Yao Qi <yao.qi@linaro.org>
12992
12993 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12994 restarting process.
12995
51aee833
YQ
129962015-07-24 Yao Qi <yao.qi@linaro.org>
12997
12998 * gdb.server/ext-restart.exp: New file.
12999
8cfe207c
YQ
130002015-07-24 Yao Qi <yao.qi@linaro.org>
13001
13002 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13003 argument options.
13004 * gdb.server/ext-wrapper.exp: New file.
13005
cc12ce38
DE
130062015-07-23 Doug Evans <dje@google.com>
13007
13008 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13009 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13010
d0d84780
PMR
130112015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13012
13013 * gdb.ada/var_arr_typedef.exp: New testcase.
13014 * gdb.ada/var_arr_typedef/pack.adb: New file.
13015 * gdb.ada/var_arr_typedef/pack.ads: New file.
13016 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13017
8b558f79
JB
130182015-07-20 Joel Brobecker <brobecker@adacore.com>
13019
13020 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13021
775a3298
JK
130222015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13023
13024 * gdb.arch/i386-biarch-core.exp: Replace istarget
13025 by "complete set gnutarget". Remove expectation for the "core-file"
13026 command.
13027
db1ff28b
JK
130282015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13029
13030 Revert the previous commit:
13031 Tests for validate symbol file using build-id.
13032
0a94970d
JK
130332015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13034
13035 Tests for validate symbol file using build-id.
13036 * gdb.base/solib-mismatch-lib.c: New file.
13037 * gdb.base/solib-mismatch-libmod.c: New file.
13038 * gdb.base/solib-mismatch.c: New file.
13039 * gdb.base/solib-mismatch.exp: New file.
13040
03346981
SL
130412015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13042
13043 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13044 nios2-*-linux*.
13045 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13046 * gdb.base/siginfo.exp: Likewise.
13047 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13048
42422cc7
PL
130492015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13050
13051 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13052 Move it to ...
13053 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13054 ... here.
13055 * gdb.trace/range-stepping.exp: Check that the target supports
13056 range stepping.
13057
cfa68bae
JK
130582015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13059
13060 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13061
8ffdba26
PA
130622015-07-14 Pedro Alves <palves@redhat.com>
13063
13064 * gdb.base/killed-outside.exp: New file.
13065 * gdb.base/killed-outside.c: New file.
13066
218a5a11
JK
130672015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13068
13069 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13070 (n at main): New.
13071 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13072
e03ed3c6
AA
130732015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13074
13075 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13076 infcall tests instead of setting up for KFAIL.
13077
485668e5
MM
130782015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13079
13080 * gdb.btrace/record_goto-step.exp: New.
13081
08464196
JK
130822015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13083
13084 PR compile/18484
13085 * gdb.compile/compile.c (struct struct_type): Add volatile to
13086 selffield's type.
13087 * gdb.compile/compile.exp
13088 (compile code struct_object.selffield = &struct_object): Skip further
13089 struct_object tests if this one xfails.
13090
bcf5c1d9
RC
130912015-07-08 Robert O'Callahan <robert@ocallahan.org>
13092
13093 PR exp/18617
13094 * gdb.trace/ax.exp: Add test.
13095
4931af25
YQ
130962015-07-07 Yao Qi <yao.qi@linaro.org>
13097
13098 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13099 instead of istarget "aarch64*-*-*".
13100 * gdb.arch/aarch64-fp.exp: Likewise.
13101 * gdb.base/float.exp: Likewise.
13102 * gdb.reverse/aarch64.exp: Likewise.
13103 * lib/gdb.exp (is_aarch64_target): New proc.
13104
9fcf688e
YQ
131052015-07-07 Yao Qi <yao.qi@linaro.org>
13106
13107 * lib/gdb.exp (is_aarch32_target): New proc.
13108 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13109 instead of "istarget "arm*-*-*"".
13110 * gdb.arch/arm-disp-step.exp: Likewise.
13111 * gdb.arch/thumb-bx-pc.exp: Likewise.
13112 * gdb.arch/thumb-prologue.exp: Likewise.
13113 * gdb.arch/thumb-singlestep.exp: Likewise.
13114 * gdb.base/disp-step-syscall.exp: Likewise.
13115 * gdb.base/float.exp: Likewise.
13116
fbd8d50d
YQ
131172015-07-07 Yao Qi <yao.qi@linaro.org>
13118
13119 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13120 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13121
71be1fdc
YQ
131222015-07-07 Yao Qi <yao.qi@linaro.org>
13123
13124 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13125 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13126 if it exists.
13127 * gdb.multi/multi-arch.exp: Likewise.
13128
3e221d36
SM
131292015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13130
13131 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13132 print.
13133
d441430b
YQ
131342015-07-07 Yao Qi <yao.qi@linaro.org>
13135
13136 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13137
06f810bd
MG
131382015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13139
13140 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13141 '[' and ']' characters.
13142
5e61e7c0
IB
131432015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13144
13145 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13146
28bf096c
PA
131472015-06-29 Pedro Alves <palves@redhat.com>
13148
13149 PR threads/18127
13150 * gdb.threads/hand-call-new-thread.c: New file.
13151 * gdb.threads/hand-call-new-thread.c: New file.
13152
ee93cd5e
KS
131532015-06-26 Keith Seitz <keiths@redhat.com>
13154 Doug Evans <dje@google.com>
13155
13156 PR 16253
13157 * gdb.cp/var-tag-2.cc: New file.
13158 * gdb.cp/var-tag-3.cc: New file.
13159 * gdb.cp/var-tag-4.cc: New file.
13160 * gdb.cp/var-tag.cc: New file.
13161 * gdb.cp/var-tag.exp: New file.
13162
fc637f04
PP
131632015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13164
13165 * gdb.base/history-duplicates.exp: New test.
13166
2e52ae68
PP
131672015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13168
13169 * gdb.base/completion.exp: Test the completion of the "focus"
13170 command.
13171
6e22494e
JK
131722015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13173
13174 * gdb.arch/amd64-prologue-skip.S: New file.
13175 * gdb.arch/amd64-prologue-skip.exp: New file.
13176
bf7b9cd9
SM
131772015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13178
13179 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13180 is_address_zero_readable check.
13181
201e8dfd
PB
131822015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13183
13184 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13185 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13186
5cd867b4
YQ
131872015-06-24 Yao Qi <yao.qi@linaro.org>
13188
13189 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13190 linux targets.
13191
4d7be007
YQ
131922015-06-24 Yao Qi <yao.qi@linaro.org>
13193
13194 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13195 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13196 * gdb.base/siginfo-thread.exp: Likewise.
13197
07fcd301
YQ
131982015-06-22 Yao Qi <yao.qi@linaro.org>
13199
13200 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13201
52042a00
YQ
132022015-06-22 Yao Qi <yao.qi@linaro.org>
13203
13204 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13205 aarch64*-*-*.
13206 (skip_hw_watchpoint_tests): Likewise.
13207
74bd41ce
PP
132082015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13209
13210 * gdb.base/gdbinit-history.exp: Test the interaction between
13211 setting GDBHISTSIZE and setting the history size via .gdbinit.
13212
bc460514
PP
132132015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13214
13215 PR gdb/16999
13216 * gdb.base/gdbhistsize-history.exp: New test.
13217
b58c513b
PP
132182015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13219
13220 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13221 with GDBHISTSIZE.
13222 * gdb.base/readline.exp: Likewise.
13223
92046791
YQ
132242015-06-17 Yao Qi <yao.qi@linaro.org>
13225
13226 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13227 line.
13228
2093d2d3
PP
132292015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13230
13231 * gdb.base/gdbinit-history.exp: Add test case to check that
13232 an unlimited history file does not get truncated on exit.
13233
e6c693af
AA
132342015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13235
13236 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13237 (VECTOR): New macro. Use it...
13238 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13239 ...for these typedefs.
13240 (int8, char1, int1, double1): New typedefs.
13241 (struct just_int2, struct two_int2): New structures.
13242 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13243 (add_structvecs, add_singlevecs): New functions.
13244 (main): Call add_some_intvecs twice.
13245 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13246 the compile and exit upon failure. Try compiling for the "native"
13247 architecture. Test inferior function calls with vector arguments
13248 and vector return value handling with "finish" and "return".
13249
c74f7d1c
JT
132502015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13251
13252 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13253 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13254 PE file.
13255 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13256
98aa42ee
AT
132572015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13258
13259 PR breakpoints/16465
13260 * gdb.mi/mi-dprintf-pending.c: New file.
13261 * gdb.mi/mi-dprintf-pending.exp: New test.
13262 * gdb.mi/mi-dprintf-pendshr.c: New file.
13263
7d73c23c 132642015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 13265 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
13266
13267 * gdb.arch/i386-mpx-map.c: New file.
13268 * gdb.arch/i386-mpx-map.exp: New File.
13269
132702015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13271
13272 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13273 * gdb.arch/i386-mpx.exp: Indentation fixed.
13274
132752015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13276
13277 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13278 function and improved indentation.
13279 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13280 gdb_test_multiple. Added additional tests to skip the test.
13281
132822015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13283
13284 * gdb.arch/i386-avx512.c: Change path in include file.
13285 * gdb.arch/i386-avx512.exp: Change include dir path
13286 compilation flag.
13287 * gdb.arch/i386-mpx.c: Change path in include file.
13288 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13289 flag.
13290
d5eba19a
JK
132912015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13292
13293 * gdb.compile/compile-print.exp (compile print *vararray@3)
13294 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13295
7f361056
JK
132962015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13297
13298 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13299 (do not keep jit in memory): ... this.
13300 (expect 5): Change it to ...
13301 (expect no 5): ... this.
13302
3b462ec2
SM
133032015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13304
13305 PR gdb/15564
13306 * gdb.mi/mi-detach.exp: New file.
13307
e0619de6
JK
133082015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13309
13310 PR symtab/18392
13311 * gdb.arch/amd64-tailcall-self.S: New file.
13312 * gdb.arch/amd64-tailcall-self.c: New file.
13313 * gdb.arch/amd64-tailcall-self.exp: New file.
13314
e970cb34
DB
133152015-05-28 Don Breazeal <donb@codesourcery.com>
13316
13317 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13318 tests for remote targets by checking is_target_gdbserver.
13319
b2e2f908
DE
133202015-05-27 Doug Evans <dje@google.com>
13321
13322 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13323 * gdb.dwarf2/opaque-type-lookup.c: New file.
13324 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13325
82c7be31
DE
133262015-05-26 Doug Evans <dje@google.com>
13327
13328 * gdb.cp/iostream.cc: New file.
13329 * gdb.cp/iostream.exp: New file.
13330
b4f54984
DE
133312015-05-26 Doug Evans <dje@google.com>
13332
13333 * gdb.dwarf2/dw2-op-call.exp: Update.
13334 * gdb.dwarf2/dw4-sig-types.exp: Update.
13335 * gdb.dwarf2/implptr.exp: Update.
13336 * gdb.mi/mi-cmd-param-changed.exp: Update.
13337
4ea6efe9
DE
133382015-05-26 Doug Evans <dje@google.com>
13339
13340 * gdb.python/py-lazy-string.c: New file.
13341 * gdb.python/py-lazy-string.exp: New file.
13342 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13343 (main): Update. Add estring3.
13344 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13345 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13346
f6bb7db3
YQ
133472015-05-26 Omair Javaid <omair.javaid@linaro.org>
13348 Yao Qi <yao.qi@linaro.org>
13349
13350 * gdb.reverse/aarch64.c: New.
13351 * gdb.reverse/aarch64.exp: New.
13352
a81bfbd0
OJ
133532015-05-26 Omair Javaid <omair.javaid@linaro.org>
13354
25d49b86
PA
13355 * lib/gdb.exp (supports_process_record): Return true for
13356 aarch64*-linux*.
a81bfbd0
OJ
13357 (supports_reverse): Likewise.
13358
158bf1b4
PP
133592015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13360
13361 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13362 Use with_test_prefix.
13363
a0145030
AB
133642015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13365
13366 * gdb.base/completion.exp: Add test for completion of layout
13367 names.
13368
ebe3b578
AB
133692015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13370
13371 * lib/gdb.exp (skip_tui_tests): New proc.
13372 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13373
84204ed7
PA
133742015-05-19 Pedro Alves <palves@redhat.com>
13375
13376 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13377 Save the whole env array instead of just HOME. Unset HISTSIZE in
13378 the environment while testing. Restore whole environment
13379 afterwards.
13380
37442ce1
DE
133812015-05-16 Doug Evans <xdje42@gmail.com>
13382
13383 * gdb.guile/scm-ports.c: New file.
13384 * gdb.guile/scm-ports.exp: Add memory port tests.
13385
36de76f9
JK
133862015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13387
13388 * gdb.compile/compile-print.c: New file.
13389 * gdb.compile/compile-print.exp: New file.
13390
3a9558c4
JK
133912015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13392
13393 * gdb.compile/compile-ops.exp: Cast param to void.
13394 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13395 (compile code struct_object.selffield = &struct_object): Add xfail.
13396
aa715135
JG
133972015-05-15 Joel Brobecker <brobecker@adacore.com>
13398
13399 * gdb.ada/arr_enum_with_gap: New testcase.
13400
931e5bc3
JG
134012015-05-15 Joel Brobecker <brobecker@adacore.com>
13402
13403 * gdb.ada/byte_packed_arr: New testcase.
13404
9cd4d857
JB
134052015-05-15 Joel Brobecker <brobecker@adacore.com>
13406
13407 * gdb.ada/pckd_neg: New testcase.
13408
ebfd00d2
PP
134092015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13410
13411 PR gdb/17820
13412 * gdb.base/gdbinit-history.exp: New test.
13413 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13414 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13415
4c082a81
SC
134162015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13417
13418 * gdb.python/py-xmethods.cc: Enhance test case.
13419 * gdb.python/py-xmethods.exp: New tests.
13420 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13421 function.
13422 (B_indexoper): Likewise.
13423 (global_dm_list) : Add new xmethod worker functions.
13424
f7797074
SDJ
134252015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13426
13427 * gdb.base/coredump-filter.exp: Correctly unset
13428 "coredump_var_addr" array.
13429
a4674e4e
PA
134302015-05-08 Pedro Alves <palves@redhat.com>
13431
13432 * gdb.server/non-existing-program.exp: Unset spawn_id.
13433
df2eb078
SC
134342015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13435
13436 PR python/18291
13437 * gdb.python/py-xmethods.exp: Add tests.
13438
422349a3
YQ
134392015-05-08 Yao Qi <yao.qi@linaro.org>
13440
13441 PR gdb/18208
13442 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13443 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13444 function set_coredump_filter, and remove remote_exec call.
13445 Remove argument ipid. Callers update.
13446 (top level): Don't get inferior's PID.
13447
63fc80ce
AA
134482015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13449
13450 * gdb.base/watch_thread_num.exp: Skip test on targets without
13451 access watchpoints.
13452
80ad801e
PA
134532015-05-06 Pedro Alves <palves@redhat.com>
13454
13455 PR server/18081
13456 * gdb.server/non-existing-program.exp: New file.
13457
0fa7fe50
JB
134582015-05-05 Joel Brobecker <brobecker@adacore.com>
13459
13460 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13461
3ea89b92
PMR
134622015-05-05 Joel Brobecker <brobecker@adacore.com>
13463
13464 * gdb.ada/out_of_line_in_inlined: New testcase.
13465
87b8eff0
JB
134662015-05-05 Joel Brobecker <brobecker@adacore.com>
13467
13468 * gdb.ada/var_rec_arr: New testcase.
13469
5fccc635
YQ
134702015-04-30 Yao Qi <yao.qi@linaro.org>
13471
13472 * gdb.base/break-idempotent.exp: If
13473 skip_hw_watchpoint_multi_tests returns true, skip the tests
13474 on "rwatch" and "awatch".
13475
42d38f42
YQ
134762015-04-30 Yao Qi <yao.qi@linaro.org>
13477
13478 * gdb.base/relativedebug.exp: Invoke gdb command
13479 "info sharedlibrary", and if libc.so doesn't have debug info,
13480 skip the test.
13481
2ce1cdbf
DE
134822015-04-29 Doug Evans <dje@google.com>
13483
13484 * gdb.python/py-xmethods.exp: Add ptype tests.
13485 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13486 get_result_type method.
13487
f24a38c5
LM
134882015-04-29 Luis Machado <lgustavo@codesourcery.com>
13489
13490 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13491 the target does not support hardware watchpoints.
13492
ecbf2b3c
LM
134932015-04-29 Luis Machado <lgustavo@codesourcery.com>
13494
13495 * gdb.base/break-always.exp: Abort testing if writing to memory
13496 causes an error.
13497
34f5f757
DE
134982015-04-28 Doug Evans <dje@google.com>
13499
13500 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13501 * gdb.python/py-pp-registration.exp: ... here. New file.
13502 * gdb.python/py-pp-registration.c: New file.
13503 * gdb.python/py-pp-registration.py: New file.
13504
69b4374a
DE
135052015-04-28 Doug Evans <dje@google.com>
13506
13507 * gdb.python/py-bad-printers.c: New file.
13508 * gdb.python/py-bad-printers.py: New file.
13509 * gdb.python/py-bad-printers.exp: New file.
13510
59fb7612
SS
135112015-04-28 Sasha Smundak <asmundak@google.com>
13512
13513 * gdb.python/py-type.exp: New test.
13514
2631b16a
AW
135152015-04-28 Andy Wingo <wingo@igalia.com>
13516
13517 * gdb.python/py-parameter.exp:
13518 * gdb.guile/scm-parameter.exp: Escape the path that we are
13519 matching against, as it might contain characters that are special
13520 to regular expressions.
13521
460efde1
JB
135222015-04-27 Joel Brobecker <brobecker@adacore.com>
13523
13524 * gdb.ada/rec_comp: New testcase.
13525
2d369d8e
SDJ
135262015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13527
13528 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13529 before using it.
13530
cf75d6c3
AB
135312015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13532
13533 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13534 new tests for verilog output.
13535
8dbe7ca5
YQ
135362015-04-24 Yao Qi <yao.qi@linaro.org>
13537
13538 * boards/remote-gdbserver-on-localhost.exp: New file.
13539
4ef9fb2f
PA
135402015-04-23 Pedro Alves <palves@redhat.com>
13541
13542 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13543 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13544 "end of file", remove $inferior_spawn_id from the indirect list.
13545
0a803169
PA
135462015-04-23 Pedro Alves <palves@redhat.com>
13547
13548 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13549
749ef8f8
PA
135502015-04-23 Pedro Alves <palves@redhat.com>
13551
13552 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13553 on $any_spawn_id instead of only on $gdb_spawn_id.
13554
8aae4344
PM
135552015-04-21 Pierre Muller <muller@sourceware.org>
13556
13557 PR pascal/17815
13558 * lib/pascal.exp (gpc_compile): Add new option "class".
13559 (fpc_compile): Likewise.
13560 * gdb.pascal/case-insensitive-symbols.pas: New file.
13561 * gdb.pascal/case-insensitive-symbols.exp: New file.
13562
1586c8fb
GB
135632015-04-20 Gary Benson <gbenson@redhat.com>
13564
13565 * gdb.base/attach.exp: Fix three extended remote failures.
13566
1b6e6f5c
GB
135672015-04-17 Gary Benson <gbenson@redhat.com>
13568
13569 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13570 the main executable over the remote protocol.
13571
e797481d
PA
135722015-04-16 Pedro Alves <palves@redhat.com>
13573
13574 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13575 a new gdbserver if gdbserver_reconnect_p is set.
13576
1ca99c42
PA
135772015-04-16 Pedro Alves <palves@redhat.com>
13578
13579 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13580 is set, don't exit gdbserver.
13581
af9fd6f8
AA
135822015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13583
13584 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13585 appropriate .insn, such that an older assembler can be used.
13586 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13587 the z/Architecture instruction set on 31-bit targets as well.
13588
04ff1e61
AA
135892015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13590
13591 * gdb.go/handcall.exp: Remove all logic related to the first
13592 breakpoint and rely on go_runto_main instead.
13593 * gdb.go/strings.exp: Likewise.
13594 * gdb.go/unsafe.exp: Likewise.
13595 * gdb.go/hello.exp: Likewise. Also rename the remaining
13596 breakpoint marker to "breakpoint 1".
13597 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13598 * gdb.go/strings.go: Likewise.
13599 * gdb.go/unsafe.go: Likewise.
13600 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13601 "set breakpoint 2 here" and rename the remaining breakpoint marker
13602 to "breakpoint 1".
13603
40d2f8d6
SM
136042015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13605
13606 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13607 if itertools.imap is not present.
13608 * gdb.python/py-objfile.exp: Add parentheses.
13609 * gdb.python/py-type.exp: Same.
13610 * gdb.python/py-unwind-maint.py: Same.
13611
8cbc97c6
YQ
136122015-04-15 Yao Qi <yao.qi@linaro.org>
13613
13614 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13615 of ":$ptr_size" and set its form explicitly.
13616
45fd756c
YQ
136172015-04-15 Pedro Alves <palves@redhat.com>
13618 Yao Qi <yao.qi@linaro.org>
13619
13620 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13621 timeout by factor of 4.
13622 (test_regular_watch): Likewise.
13623 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13624 * gdb.reverse/sigall-reverse.exp: Likewise.
13625 * gdb.reverse/until-precsave.exp: Likewise.
13626 * lib/gdb.exp (with_timeout_factor): New proc.
13627 (gdb_expect): Move some code to ...
13628 (get_largest_timeout): ... here. New procedure.
13629
9e811bc3
LM
136302015-04-14 Luis Machado <lgustavo@codesourcery.com>
13631
13632 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13633
0ff6fcb2
LM
136342015-04-13 Luis Machado <lgustavo@codesourcery.com>
13635
13636 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13637 to write to the .text section.
13638
7578d5f7
LM
136392015-04-13 Luis Machado <lgustavo@codesourcery.com>
13640
13641 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13642 Handle the case of targets that do not provide PID information.
13643
2efe15c4
YQ
136442015-04-13 Yao Qi <yao.qi@linaro.org>
13645
13646 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13647 and use expect instead of gdb_expect.
13648
8cd8f2f8
SDJ
136492015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13650
13651 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13652 "coredump_var_addr" to avoid naming conflict with other testcases.
13653
9ee41772
PA
136542015-04-10 Pedro Alves <palves@redhat.com>
13655
13656 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13657 gdb_test_sequence and gdb_assert.
13658
07473109
PA
136592015-04-10 Pedro Alves <palves@redhat.com>
13660
13661 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13662 test messages that don't include the breakpoint address.
13663
de3db44c
YQ
136642015-04-10 Yao Qi <yao.qi@linaro.org>
13665
13666 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13667 false for some offset and width combinations which aren't
13668 supported by linux kernel.
13669
c79d856c
PA
136702015-04-10 Pedro Alves <palves@redhat.com>
13671
13672 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13673 procedure, factored out from ...
13674 (top level): ... here. Add "set displaced-stepping" testing axis.
13675 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13676 parameter "displaced". Use it.
13677 (top level): Use foreach and add "set displaced-stepping" testing
13678 axis.
13679
ebc90b50
PA
136802015-04-10 Pedro Alves <palves@redhat.com>
13681
13682 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13683 Remove comment.
13684 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13685 both the address of the instruction that triggers the watchpoint
13686 and the address of the instruction immediately after, and use
13687 those addresses for the test. Fix comment.
13688
8f572e5c
PA
136892015-04-10 Pedro Alves <palves@redhat.com>
13690
13691 * gdb.base/sigstep.exp (breakpoint_to_handler)
13692 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13693 Test "backtrace" in handler.
13694 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13695 (top level): Add new "displaced" test axis to
13696 breakpoint_to_handler, breakpoint_to_handler_entry and
13697 breakpoint_over_handler.
13698
8d707a12
PA
136992015-04-10 Pedro Alves <palves@redhat.com>
13700
13701 PR gdb/18216
13702 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13703
ef713951
YQ
137042015-04-10 Yao Qi <yao.qi@linaro.org>
13705
13706 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13707 (test_add_rn_pc): New function.
13708 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13709 (top level): Invoke test_add_rn_pc.
13710
906d60cf
PA
137112015-04-10 Pedro Alves <palves@redhat.com>
13712
13713 PR gdb/13858
13714 * gdb.base/step-over-no-symbols.exp: New file.
13715
f2983cc3
AW
137162015-04-09 Andy Wingo <wingo@igalia.com>
13717
13718 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13719 after the Python tests.
13720
6d62641c
SDJ
137212015-04-08 Keith Seitz <keiths@redhat.com>
13722
13723 PR python/16699
13724 * gdb.python/py-completion.exp: New tests for completion.
13725 * gdb.python/py-completion.py (CompleteLimit1): New class.
13726 (CompleteLimit2): Likewise.
13727 (CompleteLimit3): Likewise.
13728 (CompleteLimit4): Likewise.
13729 (CompleteLimit5): Likewise.
13730 (CompleteLimit6): Likewise.
13731 (CompleteLimit7): Likewise.
13732
f3770638
PA
137332015-04-08 Pedro Alves <palves@redhat.com>
13734
13735 PR gdb/18214
13736 PR gdb/18216
13737 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13738 function.
13739 (main): Install it as SIGUSR1 handler.
13740 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13741 parameter. Always use "setup" as prefix. Toggle "set
13742 displaced-stepping" off/on depending on global. Don't switch to
13743 thread 1 here.
13744 (top level): Add displaced stepping "off/on" test axis. Update
13745 "setup" calls. Wrap each subtest with with_test_prefix. Test
13746 continuing with a queued signal in each thread.
13747
4496bed7
PA
137482015-04-08 Pedro Alves <palves@redhat.com>
13749
13750 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13751 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13752 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13753 Return early if running to main fails.
13754 * gdb.trace/while-stepping.exp: Likewise.
13755
b97fde92
PA
137562015-04-07 Pedro Alves <palves@redhat.com>
13757
13758 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13759 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13760 interact with inferior program.
13761
f71c18e7
PA
137622015-04-07 Pedro Alves <palves@redhat.com>
13763
13764 * lib/gdb.exp (inferior_spawn_id): New global.
13765 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13766 spawn id after processing the user code.
13767 (default_gdb_start): Set inferior_spawn_id.
13768 (send_inferior): New procedure.
13769 * lib/gdbserver-support.exp (gdbserver_start): Set
13770 inferior_spawn_id.
13771 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13772
6423214f
PA
137732015-04-07 Pedro Alves <palves@redhat.com>
13774
13775 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13776 * lib/gdbserver-support.exp (gdbserver_start): Make
13777 $server_spawn_id global.
13778 (gdbserver_start): Don't wait for gdbserver's spawn id with
13779 expect_background.
13780 (close_gdbserver): New procedure.
13781 (gdb_exit): Rename the default version and reimplement.
13782
71c0ee8c
PA
137832015-04-07 Pedro Alves <palves@redhat.com>
13784
72f4393d 13785 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
13786 append the substituted item, not the original item.
13787
203bc29b
PA
137882015-04-07 Pedro Alves <palves@redhat.com>
13789
13790 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13791 gdb_expect.
13792
508a3ddf
PA
137932015-04-07 Pedro Alves <palves@redhat.com>
13794
13795 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13796 output appearing once only.
13797
9f6dbe2b
PA
137982015-04-07 Pedro Alves <palves@redhat.com>
13799
13800 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13801 that doesn't expect anything. Return early if running to main
13802 fails.
13803
337532fa
YQ
138042015-04-07 Yao Qi <yao.qi@linaro.org>
13805
13806 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13807 (child_function): Call alarm.
13808 (main): Move call to alarm into the loop.
13809 * gdb.threads/non-stop-fair-events.exp: Build program with
13810 -DTIMEOUT=$timeout.
13811
01b622d4
DE
138122015-04-06 Doug Evans <xdje42@gmail.com>
13813
13814 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13815 Fix dest parameter to board_info.
13816 (fpc_compile): Ditto.
13817 (gdb_compile_pascal): Rename dest arg to destfile.
13818
961f4160
PMR
138192015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13820
13821 * gdb.ada/funcall_ref.exp: New file.
13822 * gdb.ada/funcall_ref/foo.adb: New file.
13823
cafda597
YQ
138242015-04-02 Yao Qi <yao.qi@linaro.org>
13825
13826 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13827 is remote.
13828
fed040c6
GB
138292015-04-02 Gary Benson <gbenson@redhat.com>
13830
13831 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13832
d11916aa
SS
138332015-04-01 Sasha Smundak <asmundak@google.com>
13834
13835 * gdb.python/py-unwind-maint.c: New file.
13836 * gdb.python/py-unwind-maint.exp: New test.
13837 * gdb.python/py-unwind-maint.py: New file.
13838 * gdb.python/py-unwind.c: New file.
13839 * gdb.python/py-unwind.exp: New test.
13840 * gdb.python/py-unwind.py: New test.
13841
a1471180
PA
138422015-04-01 Pedro Alves <palves@redhat.com>
13843
13844 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13845 to fail instead of non-existent $test.
13846
0bbeccb1
PA
138472015-04-01 Pedro Alves <palves@redhat.com>
13848
13849 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13850 GDBFLAGS if not empty.
13851
3c724c8c
PMR
138522015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13853
13854 * gdb.ada/complete.exp: Remove "multi_line".
13855 * gdb.ada/info_exc.exp: Remove "multi_line".
13856 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13857 * gdb.ada/ptype_field.exp: Remove "multi_line".
13858 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13859 * gdb.ada/tagged.exp: Remove "multi_line".
13860 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13861 [multi_line ...]
13862 * gdb.btrace/delta.exp: Likewise.
13863 * gdb.btrace/exception.exp: Likewise.
13864 * gdb.btrace/function_call_history.exp: Likewise.
13865 * gdb.btrace/instruction_history.exp: Likewise.
13866 * gdb.btrace/nohist.exp: Likewise.
13867 * gdb.btrace/record_goto.exp: Likewise.
13868 * gdb.btrace/segv.exp: Likewise.
13869 * gdb.btrace/stepi.exp: Likewise.
13870 * gdb.btrace/tailcall.exp: Likewise.
13871 * gdb.btrace/unknown_functions.exp: Likewise.
13872 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13873 * lib/gdb.exp: Add the "multi_line" helper.
13874
4eec2deb
PA
138752015-04-01 Pedro Alves <palves@redhat.com>
13876
13877 * gdb.threads/tid-reuse.c: New file.
13878 * gdb.threads/tid-reuse.exp: New file.
13879
df8411da
SDJ
138802015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13881
13882 PR corefiles/16092
13883 * gdb.base/coredump-filter.c: New file.
13884 * gdb.base/coredump-filter.exp: Likewise.
13885
6ef37366
PM
138862015-03-27 Petr Machata <pmachata@redhat.com>
13887
13888 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13889 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13890 (Dwarf::assemble): Initialize them.
13891 (Dwarf::lines): New function.
13892
7ec911b0
JT
138932015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13894
13895 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13896 SYMBOL_PREFIX for x86_64-*-cygwin.
13897
ff908ebf
AW
138982015-03-26 Andy Wingo <wingo@igalia.com>
13899
13900 PR symtab/18148
13901 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13902 const_value but not a location.
13903 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13904 location defined in non-main CUs are visible.
13905
6d5f0679
YQ
139062015-03-26 Yao Qi <yao.qi@linaro.org>
13907
13908 PR testsuite/18139
13909 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13910 Add a line number entry for the same line.
13911 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13912 Add a line number entry for the same line.
13913
2898689b
YQ
139142015-03-26 Yao Qi <yao.qi@linaro.org>
13915
13916 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13917 .int 0.
13918 (func): Likewise. Add .Lfunc_1 label.
13919 Use .Lfunc_1 label.
13920 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13921 .int 0.
13922 (func): Likewise.
13923 Use .Lfunc_1 label.
13924
85180498
YQ
139252015-03-26 Yao Qi <yao.qi@linaro.org>
13926
13927 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13928 Call gdb_compile instead to compile each .s files without debug
13929 information.
13930
8aa08a8d
YQ
139312015-03-26 Yao Qi <yao.qi@linaro.org>
13932
13933 * gdb.base/savedregs.exp (process_saved_regs): Make
13934 "Saved registers:" optional in the pattern.
13935
66849923
MM
139362015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13937
13938 * gdb.btrace/next.exp: Merged into step.exp.
13939 * gdb.btrace/finish.exp: Merged into step.exp.
13940 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13941 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13942 "record goto" and checking the exact replay position.
13943 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13944 check for "Recording format" in "info record" output.
13945 * gdb.btrace/record_goto.exp: Choose test file based on target.
13946 * gdb.btrace/x86-record_goto.S: Renamed into ...
13947 * gdb.btrace/x86_64-record_goto.S: ... this.
13948 * gdb.btrace/i686-record_goto.S: New.
13949 * gdb.btrace/x86-tailcall.S: Renamed into ...
13950 * gdb.btrace/x86_64-tailcall.S: ... this.
13951 * gdb.btrace/i686-tailcall.S: New.
13952 * gdb.btrace/x86-tailcall.c: Renamed into ...
13953 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13954 separate statements. Update test.
13955 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13956 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13957 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13958 * gdb.btrace/tailcall.exp: Choose test file based on target.
13959 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13960
11cc1b74
MM
139612015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13962
13963 * gdb.btrace/exception.exp: Increase BTS buffer size.
13964
a25d8bf9
PA
139652015-03-24 Pedro Alves <palves@redhat.com>
13966
13967 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13968
856e7dd6
PA
139692015-03-24 Pedro Alves <palves@redhat.com>
13970
13971 * gdb.threads/schedlock.exp (test_step): No longer expect that
13972 "set scheduler-locking step" with "next" over a function call runs
13973 threads unlocked.
13974
ad235a41
AT
139752015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13976
13977 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13978
15630549
AT
139792015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13980
13981 PR breakpoints/16466
13982 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13983 * gdb.mi/mi-pending.c (thread_func): New function.
13984 (int main): Add threading support required.
13985 * gdb.mi/mi-pending.exp: Add tests for this issue.
13986 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13987 (pendfunc2): Remove stdio dependency.
13988 * gdb.mi/mi-pendshr2.c: New file.
13989
693dca06
KS
139902015-03-23 Keith Seitz <keiths@redhat.com>
13991
13992 * gdb.linespec/keywords.c: New file.
13993 * gdb.linespec/keywords.exp: New file.
13994
7e993ebf
KS
139952015-03-23 Keith Seitz <keiths@redhat.com>
13996
13997 PR gdb/18021
13998 * gdb.dwarf2/staticvirtual.exp: New test.
13999
bc23328c
JK
140002015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14001
14002 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14003 * README: Remove HP-UX and gdb.hp.
14004 (configuration):
14005 * configure: Regenerate.
14006 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14007 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14008 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14009 gdb.hp/gdb.defects/Makefile.
14010 * gdb.hp/Makefile.in: File deleted.
14011 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14012 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14013 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14014 * gdb.hp/gdb.aCC/run.c: File deleted.
14015 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14016 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14017 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14018 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14019 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14020 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14021 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14022 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14023 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14024 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14025 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14026 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14027 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14028 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14029 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14030 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14031 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14032 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14033 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14034 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14035 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14036 * gdb.hp/gdb.compat/average.c: File deleted.
14037 * gdb.hp/gdb.compat/sum.c: File deleted.
14038 * gdb.hp/gdb.compat/xdb.c: File deleted.
14039 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14040 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14041 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14042 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14043 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14044 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14045 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14046 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14047 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14048 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14049 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14050 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14051 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14052 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14053 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14054 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14055 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14056 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14057 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14058 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14059 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14060 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14061 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14062 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14063 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14064 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14065 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14066 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14067 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14068 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14069 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14070 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14071 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14072 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14073 * gdb.hp/tools/odump: File deleted.
14074
8bf3b159
PA
140752015-03-19 Pedro Alves <palves@redhat.com>
14076
14077 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14078 (saw_thread_3): New globals.
14079 (top level): Increment them when an event for the corresponding
14080 thread is seen.
14081 (no thread starvation): New test.
14082
eb54c8bf
PA
140832015-03-19 Pedro Alves <palves@redhat.com>
14084
14085 * gdb.threads/continue-pending-status.c: New file.
14086 * gdb.threads/continue-pending-status.exp: New file.
14087
32d2e5d6
PA
140882015-03-18 Pedro Alves <palves@redhat.com>
14089
14090 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14091 Use gdb_is_target_remote instead of is_remote. Use
14092 gdb_test_multiple instead of gdb_expect. Exit early if
14093 gdb_test_multiple hits its internal matches. Tighten stepi tests
14094 expected output. Fail on exit with any signal, instead of just
14095 SIGILL.
14096
f68f11b7
YQ
140972015-03-18 Yao Qi <yao.qi@linaro.org>
14098
14099 PR tdep/18107
14100 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14101 variable.
14102 * gdb.base/catch-syscall.exp: Don't skip it on
14103 aarch64*-*-linux* target. Remove elements in all_syscalls.
14104 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14105 target.
14106 (setup_all_syscalls): New proc.
14107
ca5fd19b
YQ
141082015-03-16 Yao Qi <yao.qi@linaro.org>
14109
14110 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14111 (top level): Skip tests if valid_addr_p returns false for
14112 $cmd1 or $cmd2.
14113
85642ba0
AW
141142015-03-11 Andy Wingo <wingo@igalia.com>
14115
14116 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14117
e03f9645
YQ
141182015-03-11 Yao Qi <yao.qi@linaro.org>
14119
14120 * gdb.base/catch-syscall.exp: Fix typo in comments.
14121
5d0962b2
YQ
141222015-03-11 Yao Qi <yao.qi@linaro.org>
14123
14124 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14125
b2df3cef
PA
141262015-03-09 Pedro Alves <palves@redhat.com>
14127
14128 * dg-extract-results.py: Delete.
14129
ef878e53
PA
141302015-03-09 Pedro Alves <palves@redhat.com>
14131
14132 Merge dg-extract-results.sh from GCC upstream (r218843).
14133
14134 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14135 * dg-extract-results.sh: Use --text with grep to avoid issues with
14136 binary files. Fall back to cat -v, if that doesn't work.
14137
9494d219
PA
141382015-03-05 Pedro Alves <palves@redhat.com>
14139
14140 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14141
a8d9763a
SM
141422015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14143
14144 * lib/mi-support.exp (mi_expect_interrupt): Accept
14145 alternative event for when in all-stop mode.
14146
be9957b8
PA
141472015-03-04 Pedro Alves <palves@redhat.com>
14148
14149 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14150
d57be0f4 141512015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
14152
14153 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14154
c214c7cf
AA
141552015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14156
14157 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14158 regexps for GDB's current line display, accept a hex address
14159 preceding the line number.
14160
6d74a497
AA
141612015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14162
14163 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14164 the 'arch1' variable for "s390*-linux*" targets.
14165
511aee7c
PA
141662015-03-04 Pedro Alves <palves@redhat.com>
14167
14168 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14169 (main): Pass missing retval argument to pthread_join call.
14170
95e50b27
PA
141712015-03-02 Pedro Alves <palves@redhat.com>
14172
14173 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14174 (top level): Call do_test with non-stop as well.
14175
28054d69
PA
141762015-03-02 Pedro Alves <palves@redhat.com>
14177
14178 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14179 -1.
14180
4fa5d7b4
AA
141812015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14182
14183 * gdb.arch/s390-vregs.exp: New test.
14184 * gdb.arch/s390-vregs.S: New file.
14185
97c18565
PA
141862015-02-27 Pedro Alves <palves@redhat.com>
14187
14188 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14189 call to catch_command_errors.
14190 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14191 catch_command_errors.
14192
a37bfa30
PA
141932015-02-27 Pedro Alves <palves@redhat.com>
14194
14195 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14196 "true" for boolean result.
14197 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14198 prototype of main.
14199
6f98576f
PA
142002015-02-27 Pedro Alves <palves@redhat.com>
14201
14202 * lib/unbuffer_output.c: New file.
14203 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14204 (main): Call gdb_unbuffer_output.
14205
eba5ab56
YQ
142062015-02-27 Yao Qi <yao.qi@linaro.org>
14207
14208 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14209 target.
14210
0def5aaa
DE
142112015-02-26 Doug Evans <dje@google.com>
14212
14213 * gdb.cp/class2.cc (Dbase, D): New classes.
14214 (main): New local delta.
14215 * gdb.cp/class2.exp: Test printing delta.
14216 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14217 (dynbar): New global.
14218 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14219
081a1c2c
JK
142202015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14221
14222 * gdb.compile/compile-ifunc.c: New file.
14223 * gdb.compile/compile-ifunc.exp: New file.
14224
2f41223f
AT
142252015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14226
14227 * gdb.base/structs.exp: Check for correct struct on finish.
14228
03eddd80
YQ
142292015-02-26 Yao Qi <yao.qi@linaro.org>
14230
14231 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14232 is zero.
14233
80c57053
JK
142342015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14235
14236 * gdb.arch/cordic.ko.bz2: New file.
14237 * gdb.arch/cordic.ko.debug.bz2: New file.
14238 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14239
21613c12
YQ
142402015-02-25 Yao Qi <yao.qi@linaro.org>
14241
14242 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14243 aarch64*-*-* target.
14244
d8b901ed
PA
142452015-02-23 Pedro Alves <palves@redhat.com>
14246
14247 * lib/gdb.exp (delete_breakpoints): Rewrite using
14248 gdb_test_multiple.
14249
e5b85ead
PA
142502015-02-23 Pedro Alves <palves@redhat.com>
14251
14252 * gdb.base/info-os.c: Include stdlib.h.
14253
85c3a371
DE
142542015-02-22 Doug Evans <xdje42@gmail.com>
14255
14256 PR symtab/17855
14257 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14258 is read after symbols have been re-read.
14259 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14260 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14261
96553a0c
DE
142622015-02-21 Doug Evans <dje@google.com>
14263
14264 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14265
97a0c697
JK
142662015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14267
14268 PR corefiles/17808
14269 * gdb.arch/i386-biarch-core.core.bz2: New file.
14270 * gdb.arch/i386-biarch-core.exp: New file.
14271
a47cd6e9
PA
142722015-02-21 Pedro Alves <palves@redhat.com>
14273
14274 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14275 runto_main fails.
14276
c5facdc4
PA
142772015-02-20 Pedro Alves <palves@redhat.com>
14278
14279 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14280 info probes.
14281
2db9a427
PA
142822015-02-20 Pedro Alves <palves@redhat.com>
14283
14284 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14285
60fb7e9e
PA
142862015-02-20 Pedro Alves <palves@redhat.com>
14287
14288 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14289 clean_restart before gdb_target_supports_trace.
14290
5c5019c2
PA
142912015-02-20 Pedro Alves <palves@redhat.com>
14292
14293 PR threads/18006
14294 * gdb.threads/clone-thread_db.c: New file.
14295 * gdb.threads/clone-thread_db.exp: New file.
14296
c9587f88
AT
142972015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14298
14299 PR breakpoints/16812
14300 * gdb.base/catch-gdb-caused-signals.c: New file.
14301 * gdb.base/catch-gdb-caused-signals.exp: New file.
14302
f6a88844
JM
143032015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14304
14305 * configure: Regenerated.
14306 * configure.ac: Use GDB_AC_TRANSFORM.
14307 * aclocal.m4: sinclude ../transform.m4.
14308
497c491b
JM
143092015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14310
14311 * lib/dtrace.exp: New file.
14312 * gdb.base/dtrace-probe.exp: Likewise.
14313 * gdb.base/dtrace-probe.d: Likewise.
14314 * gdb.base/dtrace-probe.c: Likewise.
14315 * lib/pdtrace.in: Likewise.
14316 * configure.ac: Output variables with the transformed names of
14317 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14318 * configure: Regenerated.
14319
03e98035
JM
143202015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14321
14322 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14323 expected message when trying to access $_probe_* convenience
14324 variables while not on a probe.
14325
63cc30e9
JK
143262015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14327
14328 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14329
0703599a
PA
143302015-02-11 Pedro Alves <pedro@codesourcery.com>
14331
14332 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14333 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14334
7e60a48e
DE
143352015-02-10 Doug Evans <xdje42@gmail.com>
14336
14337 * lib/gdb.exp (gdb_load): Always return a result.
14338
01b088bc
PA
143392015-02-10 Pedro Alves <palves@redhat.com>
14340
14341 * gdb.threads/signal-sigtrap.c: New file.
14342 * gdb.threads/signal-sigtrap.exp: New file.
14343
b05ec7a5
AT
143442015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14345
14346 * gdb.trace/no-attach-trace.c: New file.
14347 * gdb.trace/no-attach-trace.exp: New file.
14348
a2c2acaf
MW
143492015-02-09 Mark Wielaard <mjw@redhat.com>
14350
14351 * gdb.dwarf2/atomic.c: New file.
14352 * gdb.dwarf2/atomic-type.exp: Likewise.
14353
31fd9caa
MM
143542015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14355
14356 * gdb.btrace/buffer-size.exp: Update "info record" output.
14357 * gdb.btrace/delta.exp: Update "info record" output.
14358 * gdb.btrace/enable.exp: Update "info record" output.
14359 * gdb.btrace/finish.exp: Update "info record" output.
14360 * gdb.btrace/instruction_history.exp: Update "info record" output.
14361 * gdb.btrace/next.exp: Update "info record" output.
14362 * gdb.btrace/nexti.exp: Update "info record" output.
14363 * gdb.btrace/step.exp: Update "info record" output.
14364 * gdb.btrace/stepi.exp: Update "info record" output.
14365 * gdb.btrace/nohist.exp: Update "info record" output.
14366
d33501a5
MM
143672015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14368
14369 * gdb.btrace/buffer-size: New.
14370
f4abbc16
MM
143712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14372
14373 * gdb.btrace/delta.exp: Update "info record" output.
14374 * gdb.btrace/enable.exp: Update "info record" output.
14375 * gdb.btrace/finish.exp: Update "info record" output.
14376 * gdb.btrace/instruction_history.exp: Update "info record" output.
14377 * gdb.btrace/next.exp: Update "info record" output.
14378 * gdb.btrace/nexti.exp: Update "info record" output.
14379 * gdb.btrace/step.exp: Update "info record" output.
14380 * gdb.btrace/stepi.exp: Update "info record" output.
14381 * gdb.btrace/nohist.exp: Update "info record" output.
14382
b9d61307
SM
143832015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14384
14385 PR gdb/15678
14386 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14387
e584fdbc
PA
143882015-02-06 Pedro Alves <palves@redhat.com>
14389
14390 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14391 macro.
14392 (seconds_left, again): New globals.
14393 (main): Wait seconds_left in a 1-second sleep loop instead of
14394 sleeping 180 seconds. If 'again' is set, reset the seconds
14395 counter.
14396 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14397 'again' in the inferior before detaching. Print the seconds left.
14398 (options): New global.
14399 (top level): Build program with -DTIMEOUT=$timeout.
14400
77f41761
PA
144012015-02-06 Pedro Alves <palves@redhat.com>
14402
14403 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14404 determine how many seconds to pass to 'alarm'.
14405 * gdb.base/gdb-sigterm.exp (top level): Build program with
14406 -DTIMEOUT=$timeout.
14407 (do_test): Return success/failure indication. Add more verbose
14408 logging. Don't fail if 200 single steps are seen. Instead, fail
14409 when the test times out.
14410 (passes): New global.
14411 (top level): Break the testing loop if testing fails on any
14412 iteration. Use gdb_assert.
14413
b9394193
DB
144142015-02-04 Don Breazeal <donb@codesourcery.com>
14415
14416 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14417 and initialize them.
14418 (ipc_cleanup): New function.
14419 (main): Don't declare shmid, semid, and msqid. Add a call to
14420 atexit so that we call ipc_cleanup on exit.
14421
42d9e528
PA
144222015-02-04 Pedro Alves <palves@redhat.com>
14423
14424 * boards/native-extended-gdbserver.exp: Remove any target variant
14425 specifications from the board name before clearing the isremote
14426 flag from board_info.
14427
ae6ae975
DE
144282015-01-31 Doug Evans <xdje42@gmail.com>
14429
14430 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14431
cfb069a8
GB
144322015-01-31 Gary Benson <gbenson@redhat.com>
14433
14434 * gdb.base/completion.exp: Disable completion limiting for
14435 existing tests. Add new tests to check completion limiting.
14436 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14437
5dd31d79
DE
144382015-01-31 Doug Evans <xdje42@gmail.com>
14439
14440 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14441
9f050062
DE
144422015-01-31 Doug Evans <xdje42@gmail.com>
14443
14444 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14445 entries. Duplicate file section script entries.
14446 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14447 inlined entries. Add test for safe-path rejection.
14448 * gdb.python/py-section-script.c: Add duplicate inlined section script
14449 entries. Duplicate file section script entries.
14450 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14451 inlined entries. Add test for safe-path rejection.
14452
df25ebbd
JB
144532015-01-29 Joel Brobecker <brobecker@adacore.com>
14454
14455 * gdb.ada/disc_arr_bound: New testcase.
14456
4a0ca9ec
JB
144572015-01-29 Joel Brobecker <brobecker@adacore.com>
14458
14459 * gdb.ada/mi_var_array: New testcase.
14460
3a8b707a
DE
144612015-01-27 Doug Evans <dje@google.com>
14462
14463 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14464 Add test for objfile.filename, objfile.username after objfile
14465 has been unloaded.
14466
f8313f6e
JB
144672015-01-26 Joel Brobecker <brobecker@adacore.com>
14468
14469 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14470 the second test to print the name attribute of value
14471 returned by the call to gdb.lookup_type, and adjust
14472 the expected output accordingly.
14473
37bc665e
MW
144742015-01-25 Mark Wielaard <mjw@redhat.com>
14475
14476 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14477 * gdb.base/disp-step-fork.c: Include unistd.h.
14478 * gdb.base/siginfo-obj.c: Include stdio.h.
14479 * gdb.base/siginfo-thread.c: Likewise.
14480 * gdb.mi/non-stop.c: Include unistd.h.
14481 * gdb.mi/nsthrexec.c: Include stdio.h.
14482 * gdb.mi/pthreads.c: Include unistd.h.
14483 * gdb.modula2/unbounded1.c (main): Declare returns int.
14484 * gdb.reverse/consecutive-reverse.c: Likewise.
14485 * gdb.threads/create-fail.c: Include unistd.h.
14486 * gdb.threads/killed.c: Likewise.
14487 * gdb.threads/linux-dp.c: Likewise.
14488 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14489 * gdb.threads/non-ldr-exc-2.c: Likewise.
14490 * gdb.threads/non-ldr-exc-3.c: Likewise.
14491 * gdb.threads/non-ldr-exc-4.c: Likewise.
14492 * gdb.threads/pthreads.c: Include unistd.h.
14493 (main): Declare returns int.
14494 * gdb.threads/tls-main.c (foo): New declaration.
14495 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14496
f7e5394d
SM
144972015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14498
14499 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14500 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14501
743649fd
MW
145022015-01-15 Mark Wielaard <mjw@redhat.com>
14503
14504 * gdb.base/noreturn-return.c: New file.
14505 * gdb.base/noreturn-return.exp: New file.
14506 * gdb.base/noreturn-finish.c: New file.
14507 * gdb.base/noreturn-finish.exp: New file.
14508
198297aa
PA
145092015-01-23 Pedro Alves <palves@redhat.com>
14510
14511 * gdb.threads/continue-pending-after-query.c: New file.
14512 * gdb.threads/continue-pending-after-query.exp: New file.
14513
717cf30c
AG
145142015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14515 Simon Marchi <simon.marchi@ericsson.com>
14516
14517 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14518 * gdb.base/valgrind-db-attach.exp: Same.
14519 * gdb.base/valgrind-infcall.exp: Same.
14520 * lib/mi-support.exp (default_mi_gdb_start): Same.
14521 * lib/prompt.exp (default_prompt_gdb_start): Same.
14522 * lib/gdb.exp (default_gdb_spawn): Same.
14523 (gdb_interact): New.
14524
14525
4b62a76e
JK
145262015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14527
14528 * gdb.compile/compile.exp (pointer to jit function): New test.
14529
b4cdae6f
WW
145302015-01-17 Wei-cheng Wang <cole945@gmail.com>
14531
14532 * lib/gdb.exp (supports_process_record): Return true for
14533 powerpc*-*-linux*.
14534 (supports_reverse): Likewise.
14535
d221e7ef
DB
145362015-01-15 Don Breazeal <donb@codesourcery.com>
14537
14538 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14539 instead of checking whether the target board is remote and
14540 use spawn_wait_for_attach instead of exec/sleep.
14541 * gdb.base/attach-twice.exp: Likewise.
14542
bafffb51
JB
145432015-01-15 Joel Brobecker <brobecker@adacore.com>
14544
14545 * gdb.ada/var_arr_attrs: New testcase.
14546
5589af0e
PA
145472015-01-14 Pedro Alves <palves@redhat.com>
14548 Joel Brobecker <brobecker@adacore.com>
14549
14550 PR gdb/17525
14551 * gdb.base/bp-cmds-execution-x-script.c: New file.
14552 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14553 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14554
6c400b59
PA
145552015-01-14 Pedro Alves <palves@redhat.com>
14556
14557 PR cli/17828
14558 * gdb.base/batch-preserve-term-settings.c: New file.
14559 * gdb.base/batch-preserve-term-settings.exp: New file.
14560
e02c96a7
DE
145612015-01-13 Doug Evans <dje@google.com>
14562
14563 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14564 binary.
14565
576fd14c
JB
145662015-01-13 Joel Brobecker <brobecker@adacore.com>
14567
14568 * Makefile.in (clean mostlyclean): Do not delete *.py.
14569
04dccad0
JB
145702015-01-13 Joel Brobecker <brobecker@adacore.com>
14571
14572 * gdb.python/py-lookup-type.exp: New file.
14573
3d230f71
PA
145742015-01-12 Pedro Alves <palves@redhat.com>
14575
14576 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14577 restore GDBFLAGS before returning.
14578
7e67715d
JK
145792015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14580
14581 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14582 is_amd64_regs_target and is_x86_like_target.
14583
f2e0d4b4
DE
145842015-01-11 Doug Evans <xdje42@gmail.com>
14585
14586 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14587 is given without an explicit form.
14588 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14589 attributes.
14590 * gdb.dwarf/corrupt.exp: Ditto.
14591 * gdb.dwarf2/enum-type.exp: Ditto.
14592 * gdb.trace/entry-values.exp: Ditto.
14593 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14594
439250fb
DE
145952015-01-11 Doug Evans <xdje42@gmail.com>
14596
14597 PR gdb/15830
14598 * gdb.base/maint.exp: Remove references to "maint demangle".
14599 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14600 Add tests for explicitly specifying language to demangle.
14601 * gdb.dlang/demangle.exp: Ditto.
14602
ede9f622
PA
146032015-01-09 Pedro Alves <palves@redhat.com>
14604
14605 * gdb.threads/non-stop-fair-events.c: New file.
14606 * gdb.threads/non-stop-fair-events.exp: New file.
14607
a7b796db
PA
146082015-01-09 Pedro Alves <palves@redhat.com>
14609
14610 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14611 the global scope. Set a breakpoint after all threads are started
14612 rather than stepping over two source lines. Expect the prompt.
14613 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14614 global.
14615 (NUM): Now 15.
14616 (main): Use threads_started_barrier to wait for all threads to
14617 start. Main thread no longer calls thread_function. Exit after
14618 180 seconds.
14619 (loop): New function.
14620 (thread_function): Wait on threads_started_barrier barrier. Call
14621 'loop' at each iteration.
14622 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14623 threads have started, instead of hardcoding number of "next"
14624 steps. Use an access watchpoint instead of a write watchpoint.
14625
9665ffdd
PA
146262015-01-09 Pedro Alves <palves@redhat.com>
14627
14628 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14629 (thread_func): Wait on barrier.
14630 (main): Wait for all threads to start before stopping GDB.
14631 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14632 global.
14633 (thread1_func, thread2_func): Wait on barrier.
14634 (main): Wait for all threads to start before stopping GDB.
14635 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14636 New global.
14637 (thread1_func, thread2_func): Wait on barrier.
14638 (main): Wait for all threads to start before stopping GDB.
14639
c945a99f
PA
146402015-01-09 Pedro Alves <palves@redhat.com>
14641
14642 * gdb.threads/attach-many-short-lived-threads.c: New file.
14643 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14644
c1a747c1
PA
146452014-01-09 Pedro Alves <palves@redhat.com>
14646
14647 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14648 instead of to thread 2.
14649 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14650 Add barrier around each pthread_create call instead of around all
14651 calls.
14652 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14653 Set a break on thread_function and have the child threads hit it
14654 one at at a time.
14655
60b3033e
PA
146562015-01-09 Pedro Alves <palves@redhat.com>
14657
14658 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14659 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14660 false.
14661 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14662 checking whether the target board is remote.
14663 * gdb.multi/multi-attach.exp: Likewise.
14664 * gdb.python/py-sync-interp.exp: Likewise.
14665 * gdb.server/ext-attach.exp: Likewise.
14666 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14667 tests that need to attach, instead of checking whether the target
14668 board is remote at the top of the file.
14669
acc018ac
YQ
146702015-01-08 Yao Qi <yao@codesourcery.com>
14671
14672 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14673
50a18af8
JK
146742015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14675
14676 Fix testcase compilation.
14677 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14678
8503d6e1
JB
146792015-01-06 Joel Brobecker <brobecker@adacore.com>
14680
14681 * gdb.python/py-type.exp: Add a couple test about empty
14682 array creation, and negative-length array creation.
14683
cc73dbcc
DE
146842015-01-02 Doug Evans <xdje42@gmail.com>
14685
14686 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14687
0300bbc7
DE
146882015-01-02 Doug Evans <dje@google.com>
14689
14690 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14691
9d85a0ec
YQ
146922014-12-29 Yao Qi <yao@codesourcery.com>
14693
14694 * gdb.trace/entry-values.exp: Update comments. Rename variable
14695 bar_call_foo to returned_from_foo.
14696
87186c6a
MMN
146972014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14698
14699 PR gdb/17394
14700 * gdb.linespec/break-asm-file.c: New file.
14701 * gdb.linespec/break-asm-file.exp: New file.
14702 * gdb.linespec/break-asm-file0.s: New file.
14703 * gdb.linespec/break-asm-file1.s: New file.
14704
1bab7383
YQ
147052014-12-18 Nigel Stephens <nigel@mips.com>
14706 Maciej W. Rozycki <macro@codesourcery.com>
14707
14708 * gdb.base/float.exp: Handle the new output from "info float" on
14709 MIPS targets.
14710
1bc1068a
JK
147112014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14712
14713 Fix MinGW compilation.
14714 * gdb.compile/compile-ops.exp: Update untested message if
14715 !skip_compile_feature_tests.
14716 * gdb.compile/compile-setjmp.exp: Likewise.
14717 * gdb.compile/compile-tls.exp: Likewise.
14718 * gdb.compile/compile.exp: Likewise.
14719 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14720 supported on this host".
14721
b6615d10
DE
147222014-12-16 Doug Evans <xdje42@gmail.com>
14723
14724 * boards/stabs.exp: New file.
14725
25dda427
AA
147262014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14727
14728 * gdb.base/completion.exp: Adjust to format changes of "maint
14729 print user-registers".
14730
bf330350
CU
147312014-12-16 Catalin Udma <catalin.udma@freescale.com>
14732
14733 PR server/17457
14734 * gdb.arch/aarch64-fp.c: New file.
14735 * gdb.arch/aarch64-fp.exp: New file.
14736
395cf596
SDJ
147372014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14738
14739 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14740 r210637, r210913, r211666, r215400, r215817).
14741
14742 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14743 * dg-extract-results.py: New file.
14744 * dg-extract-results.sh: Use it if the environment seems
14745 suitable.
14746
14747 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14748
14749 * dg-extract-results.py (parse_run): Handle warnings that
14750 are printed before a test harness is run.
14751
14752 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14753
14754 * dg-extract-results.py (Named): Remove __cmp__ method.
14755 (output_variation): Use a key to sort variation.harnesses.
14756
14757 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14758
14759 * dg-extract-results.py: For Python 3, force sys.stdout to
14760 handle surrogate escape sequences.
14761 (safe_open): New function.
14762 (output_segment, main): Use it.
14763
14764 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14765
14766 * dg-extract-results.py (Prog.result_re): Include options
14767 in test name.
14768
14769 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14770
14771 * dg-extract-results.py (output_variation): Always sort if
14772 do_sum.
14773
e882ef3c
SM
147742014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14775
14776 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14777 as long as we get pagination notifications.
14778
4992aa20
JM
147792014-12-15 Jason Merrill <jason@redhat.com>
14780
14781 * Makefile.in (check-gdb.%): Restore.
14782 * README: Mention it.
14783
c1b5a1a6
JB
147842014-12-13 Joel Brobecker <brobecker@adacore.com>
14785
14786 * gdb.ada/str_uninit: New testcase.
14787
5537b577
JK
147882014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14789
14790 PR symtab/17642
14791 * gdb.base/vla-stub-define.c: New file.
14792 * gdb.base/vla-stub.c: New file.
14793 * gdb.base/vla-stub.exp: New file.
14794
bb2ec1b3
TT
147952014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14796 Jan Kratochvil <jan.kratochvil@redhat.com>
14797 Tom Tromey <tromey@redhat.com>
14798
14799 * configure.ac: Add gdb.compile/.
14800 * configure: Regenerate.
14801 * gdb.compile/Makefile.in: New file.
14802 * gdb.compile/compile-ops.exp: New file.
14803 * gdb.compile/compile-ops.c: New file.
14804 * gdb.compile/compile-tls.c: New file.
14805 * gdb.compile/compile-tls.exp: New file.
14806 * gdb.compile/compile-constvar.S: New file.
14807 * gdb.compile/compile-constvar.c: New file.
14808 * gdb.compile/compile-mod.c: New file.
14809 * gdb.compile/compile-nodebug.c: New file.
14810 * gdb.compile/compile-setjmp-mod.c: New file.
14811 * gdb.compile/compile-setjmp.c: New file.
14812 * gdb.compile/compile-setjmp.exp: New file.
14813 * gdb.compile/compile-shlib.c: New file.
14814 * gdb.compile/compile.c: New file.
14815 * gdb.compile/compile.exp: New file.
14816 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14817
4ff709eb
TT
148182014-12-12 Tom Tromey <tromey@redhat.com>
14819
14820 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14821 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14822
6dddd6a5
DE
148232014-12-12 Doug Evans <dje@google.com>
14824
14825 * lib/gdb-python.exp (get_python_valueof): New function.
14826 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14827
71c24708
AA
148282014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14829
14830 * gdb.base/completion.exp: Add test for completion of "info
14831 registers ".
14832
3e29f34a
MR
148332014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14834
14835 * gdb.base/func-ptrs.c: New file.
14836 * gdb.base/func-ptrs.exp: New file.
14837
fc126975
SM
148382014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14839
14840 PR breakpoints/17012
14841 * gdb.base/dprintf-detach.c: New file.
14842 * gdb.base/dprintf-detach.exp: New file.
14843
0a46d518
SM
148442014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14845
14846 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14847 * lib/gdb.exp (target_is_gdbserver): New procedure.
14848
a0be3e44
DE
148492014-12-08 Doug Evans <dje@google.com>
14850
14851 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14852
df1b803a
YQ
148532014-12-05 Yao Qi <yao@codesourcery.com>
14854
14855 * gdb.guile/scm-error.exp: Remove the third argument to
14856 gdb_remote_download.
14857 * gdb.guile/scm-frame-args.exp: Likewise.
14858 * gdb.guile/scm-section-script.exp: Likewise.
14859
ddb9f679
YQ
148602014-12-05 Yao Qi <yao@codesourcery.com>
14861
14862 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14863
86e4ed39
DE
148642014-12-04 Doug Evans <dje@google.com>
14865
14866 * gdb.python/py-objfile.exp: Add tests for
14867 objfile.add_separate_debug_file.
14868
7c50a931
DE
148692014-12-04 Doug Evans <dje@google.com>
14870
14871 * lib/gdb.exp (get_build_id): New function.
14872 (build_id_debug_filename_get): Rewrite to use it.
14873 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14874
621661e3
MR
148752014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14876
14877 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14878 `method(long)', not just 0x0.
14879 * gdb.cp/nsalias.exp: Align code labels to 4.
14880 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14881 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14882 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14883 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14884 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14885 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14886
29f0c3b7
DE
148872014-12-02 Doug Evans <dje@google.com>
14888
e1e061e7 14889 PR symtab/17602
29f0c3b7 14890 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 14891 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
14892 * gdb.cp/anon-ns.exp: Update.
14893
162078c8
NB
148942014-12-02 Nick Bull <nicholaspbull@gmail.com>
14895
14896 * gdb.python/py-events.py (inferior_call_handler): New.
14897 (register_changed_handler, memory_changed_handler): New.
14898 (test_events.invoke): Register new handlers.
14899 * gdb.python/py-events.exp: Add tests for inferior call,
14900 memory_changed and register_changed events.
14901
fdb09caf
AA
149022014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14903
14904 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14905 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14906 if the linker doesn't understand this.
14907
55cfb2c4
SM
149082014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14909
14910 * gdb.python/python.exp: Change expected reply to help().
14911
9e8cd6df
YQ
149122014-12-01 Yao Qi <yao@codesourcery.com>
14913
14914 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14915 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14916 * configure: Re-generated.
14917
6c659fc2
SC
149182014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14919
14920 * gdb.cp/chained-calls.cc: New file.
14921 * gdb.cp/chained-calls.exp: New file.
14922 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14923
d7fc3181
SM
149242014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14925
14926 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14927 * gdb.dwarf2/symtab-producer.exp: Same.
14928 * gdb.gdb/python-interrupts.exp: Same.
14929 * gdb.gdb/python-selftest.exp: Same.
14930 * gdb.python/py-linetable.exp: Same.
14931 * gdb.python/py-type.exp: Same.
14932 * gdb.python/py-value-cc.exp: Same.
14933 * gdb.python/py-value.exp: Same.
14934
10e79639
YQ
149352014-11-28 Yao Qi <yao@codesourcery.com>
14936
14937 * gdb.base/break-probes.exp: Match library name prefixed with
14938 sysroot.
14939
f28a0564
SM
149402014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14941
14942 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14943 test expected output. Add parentheses for the call to print.
14944 Remove L suffix from integers.
14945
3fe1ce1d
DE
149462014-11-26 Doug Evans <dje@google.com>
14947
14948 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14949
84429e27
YQ
149502014-11-22 Yao Qi <yao@codesourcery.com>
14951
14952 * gdb.trace/entry-values.c: Remove asms.
14953 (foo): Add foo_label.
14954 (bar): Add bar_label.
14955 * gdb.trace/entry-values.exp: Remove code computing foo's
14956 length and bar's length.
14957 (Dwarf::assemble): Invoke function_range for bar and use
14958 MACRO_AT_func for foo.
14959
26741859
YQ
149602014-11-22 Yao Qi <yao@codesourcery.com>
14961
14962 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14963 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14964 Use .Lgcc43_procstart instead of gcc43.
14965
45e44d27
JB
149662014-11-21 Joel Brobecker <brobecker@adacore.com>
14967
14968 * gdb.ada/n_arr_bound: New testcase.
14969
458c8db8
SDJ
149702014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14971
14972 PR breakpoints/10737
14973 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14974 test_catch_syscall_multi_arch.
14975 (test_catch_syscall_multi_arch): New function.
14976
43f3e411
DE
149772014-11-20 Doug Evans <xdje42@gmail.com>
14978
14979 * gdb.base/maint.exp: Update expected output.
14980
0d7b2549
AA
149812014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14982
14983 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14984 4-byte instruction on S390.
14985
8908fca5
JB
149862014-11-19 Joel Brobecker <brobecker@adacore.com>
14987
14988 * gdb.ada/arr_arr: New testcase.
14989
4a46959e
JB
149902014-11-19 Joel Brobecker <brobecker@adacore.com>
14991
14992 * gdb.ada/pkd_arr_elem: New Testcase.
14993
470e2f4e
LM
149942014-11-18 Luis Machado <lgustavo@codesourcery.com>
14995
14996 * gdb.reverse/break-precsave: Expect completion message for
14997 core file reads.
14998 * gdb.reverse/consecutive-precsave.exp: Likewise.
14999 * gdb.reverse/finish-precsave.exp: Likewise.
15000 * gdb.reverse/i386-precsave.exp: Likewise.
15001 * gdb.reverse/machinestate-precsave.exp: Likewise.
15002 * gdb.reverse/sigall-precsave.exp: Likewise.
15003 * gdb.reverse/solib-precsave.exp: Likewise.
15004 * gdb.reverse/step-precsave.exp: Likewise.
15005 * gdb.reverse/until-precsave.exp: Likewise.
15006 * gdb.reverse/watch-precsave.exp: Likewise.
15007
a267f3ad
AA
150082014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15009
15010 * gdb.base/bp-permanent.c: Include unistd.h.
15011 * gdb.python/py-framefilter-mi.c (main): Add return type.
15012 * gdb.python/py-framefilter.c (main): Likewise.
15013 * gdb.trace/actions-changed.c (main): Likewise.
15014
12084a9a
AA
150152014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15016
15017 * gdb.mi/until.c: Add eye-catchers.
15018 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15019 line numbers.
15020
dc7e1a77
AA
150212014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15022
15023 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15024 function header variants in break1.c.
15025 * gdb.base/ena-dis-br.exp: Likewise.
15026 * gdb.base/hbreak2.exp: Likewise.
15027 * gdb.reverse/until-precsave.exp: Drop references to removed
15028 non-prototype function header variants in ur1.c.
15029 * gdb.reverse/until-reverse.exp: Likewise.
15030
41c77605
PM
150312014-11-17 Petr Machata <pmachata@redhat.com>
15032
15033 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15034 ${_cu_offset_size} bytes abbrev offset.
15035
34248c3a
DE
150362014-11-15 Doug Evans <xdje42@gmail.com>
15037
15038 PR symtab/17559
15039 * gdb.base/line-symtabs.exp: New file.
15040 * gdb.base/line-symtabs.c: New file.
15041 * gdb.base/line-symtabs.h: New file.
15042
646da059
YQ
150432014-11-14 Yao Qi <yao@codesourcery.com>
15044
15045 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15046 (func): Add label func_label.
15047 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15048 Replace low_pc and high_pc with MACRO_AT_range.
15049 Replace name, low_pc and high_pc with MACRO_AT_func.
15050
9301ebe6
YQ
150512014-11-14 Yao Qi <yao@codesourcery.com>
15052
15053 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15054 Replace name, low_pc and high_pc with MACRO_AT_func.
15055
f166b542
YQ
150562014-11-14 Yao Qi <yao@codesourcery.com>
15057
15058 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15059 produce debug information.
15060 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15061
0f6e71e3
YQ
150622014-11-14 Yao Qi <yao@codesourcery.com>
15063
15064 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15065 object and get function length.
15066 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15067 with MACRO_AT_func.
15068 (top-level): Replace gdb_compile and clean_restart with
15069 prepare_for_testing.
15070 * gdb.dwarf2/main.c (main): Add label main_label.
15071
876c4df9
YQ
150722014-11-14 Yao Qi <yao@codesourcery.com>
15073
15074 * lib/dwarf.exp (function_range): New procedure.
15075 (Dwarf::_handle_macro_at_func): New procedure.
15076 (Dwarf::_handle_macro_at_range): New procedure.
15077 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15078
02ad9cf1
YQ
150792014-11-14 Yao Qi <yao@codesourcery.com>
15080
15081 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15082 (_handle_attribute): New procedure.
15083
a59add0c
AA
150842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15085
15086 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15087 * gdb.base/call-sc.c (zed): Likewise.
15088 * gdb.base/checkpoint.c (main): Likewise.
15089 * gdb.base/dump.c (main): Likewise.
15090 * gdb.base/gcore.c (main): Likewise.
15091 * gdb.base/huge.c (main): Likewise.
15092 * gdb.base/multi-forks.c (main): Likewise.
15093 * gdb.base/pr10179-a.c (main): Likewise.
15094 * gdb.base/savedregs.c (main): Likewise.
15095 * gdb.base/sigaltstack.c (main): Likewise.
15096 * gdb.base/siginfo.c (main): Likewise.
15097 * gdb.base/structs.c (zed): Likewise.
15098 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15099 * gdb.mi/mi-syn-frame.c (main): Likewise.
15100 * gdb.mi/until.c (foo, main): Likewise.
15101 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15102 * gdb.base/solib-weak.c (foo): Declare.
15103 * gdb.base/attach-twice.c: Include stdio.h.
15104 * gdb.base/weaklib1.c: Likewise.
15105 * gdb.base/weaklib2.c: Likewise.
15106 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15107 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15108 unistd.h.
15109 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15110 * gdb.mi/mi-exit-code.c: Likewise.
15111 * gdb.base/break-interp-lib.c: Include string.h.
15112 * gdb.base/coremaker.c: Likewise.
15113 * gdb.base/testenv.c: Likewise.
15114 * gdb.python/py-finish-breakpoint.c: Likewise.
15115 * gdb.base/inferior-died.c: Include sys/wait.h.
15116 * gdb.base/fileio.c: Include time.h.
15117 * gdb.base/async-shell.c: Include unistd.h.
15118 * gdb.base/dprintf-non-stop.c: Likewise.
15119 * gdb.base/info-os.c: Likewise.
15120 * gdb.mi/mi-console.c: Likewise.
15121 * gdb.mi/watch-nonstop.c: Likewise.
15122 * gdb.python/py-events.c: Likewise.
15123 * gdb.base/async.c (baz): Move up before its invocation.
15124 * gdb.base/code_elim2.c (my_global_func): Likewise.
15125 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15126 * gdb.base/advance.c (func2): Likewise.
15127
3b5d5997
AA
151282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15129
15130 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15131 variant.
15132 * gdb.base/annota3.c: Likewise.
15133 * gdb.base/async.c: Likewise.
15134 * gdb.base/average.c: Likewise.
15135 * gdb.base/call-ar-st.c: Likewise.
15136 * gdb.base/call-rt-st.c: Likewise.
15137 * gdb.base/call-sc.c: Likewise.
15138 * gdb.base/call-strs.c: Likewise.
15139 * gdb.base/ending-run.c: Likewise.
15140 * gdb.base/execd-prog.c: Likewise.
15141 * gdb.base/exprs.c: Likewise.
15142 * gdb.base/foll-exec.c: Likewise.
15143 * gdb.base/foll-fork.c: Likewise.
15144 * gdb.base/foll-vfork.c: Likewise.
15145 * gdb.base/funcargs.c: Likewise.
15146 * gdb.base/gcore.c: Likewise.
15147 * gdb.base/jump.c: Likewise.
15148 * gdb.base/langs0.c: Likewise.
15149 * gdb.base/langs1.c: Likewise.
15150 * gdb.base/langs2.c: Likewise.
15151 * gdb.base/mips_pro.c: Likewise.
15152 * gdb.base/nodebug.c: Likewise.
15153 * gdb.base/opaque0.c: Likewise.
15154 * gdb.base/opaque1.c: Likewise.
15155 * gdb.base/recurse.c: Likewise.
15156 * gdb.base/run.c: Likewise.
15157 * gdb.base/scope0.c: Likewise.
15158 * gdb.base/scope1.c: Likewise.
15159 * gdb.base/setshow.c: Likewise.
15160 * gdb.base/setvar.c: Likewise.
15161 * gdb.base/shmain.c: Likewise.
15162 * gdb.base/shr1.c: Likewise.
15163 * gdb.base/shr2.c: Likewise.
15164 * gdb.base/sigall.c: Likewise.
15165 * gdb.base/signals.c: Likewise.
15166 * gdb.base/so-indr-cl.c: Likewise.
15167 * gdb.base/solib2.c: Likewise.
15168 * gdb.base/structs.c: Likewise.
15169 * gdb.base/sum.c: Likewise.
15170 * gdb.base/vforked-prog.c: Likewise.
15171 * gdb.base/watchpoint.c: Likewise.
15172 * gdb.reverse/shr2.c: Likewise.
15173 * gdb.reverse/until-reverse.c: Likewise.
15174 * gdb.reverse/ur1.c: Likewise.
15175 * gdb.reverse/watch-reverse.c: Likewise.
15176
066a77c5
AA
151772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15178
15179 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15180 variant.
15181 * gdb.base/sepdebug.exp: Drop references to removed code.
15182
4f204ea5
AA
151832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15184
15185 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15186 variant. Preserve original line numbering.
15187 * gdb.base/list1.c: Likewise.
15188
3b377a3a
AA
151892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15190
15191 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15192 variant.
15193 * gdb.base/break1.c: Likewise.
15194 * gdb.base/break.exp: Drop references to removed code.
15195
e444df73
AA
151962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15197
15198 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15199 variant.
15200
8008f2a7
AA
152012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15202
15203 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15204
a5a06887
AA
152052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15206
15207 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15208 logic into perform_all_tests() and invoke it with and without
15209 function header prototypes.
15210 (do_function_calls): Remove conditional XFAIL for PR 5318.
15211 (rerun_and_prepare): Remove duplicate code.
15212 (perform_all_tests): New. Main logic moved here.
15213
44dba9b9
AA
152142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15215
15216 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15217 code guarded by #ifdef NO_PROTOTYPES.
15218 (t_double_many_args): Likewise.
15219 (DEF_FUNC_MANY_ARGS_1): Likewise.
15220 (DEF_FUNC_VALUES_1): Likewise.
15221 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15222 guarded by #ifdef PROTOTYPES.
15223
d1fbcd56
AA
152242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15225
15226 * gdb.mi/mi-console.c: Add eye-catcher.
15227 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15228 instead of literal line number.
15229
b0e59b8f
AA
152302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15231
15232 * gdb.base/shr2.c: Add eye-catcher.
15233 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15234 line number.
15235
78f98cca
AA
152362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15237
15238 * gdb.base/jump.c: Add eye-catchers.
15239 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15240 numbers.
15241
58fa2af0
AA
152422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15243
15244 * gdb.base/execd-prog.c: Add eye-catchers.
15245 * gdb.base/foll-exec.c: Likewise.
15246 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15247 line numbers.
15248
04e5059b
AA
152492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15250
15251 * gdb.base/ending-run.c: Add eye-catchers.
15252 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15253 literal line numbers.
15254
dbfdb174
AA
152552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15256
15257 * gdb.base/call-rt-st.c: Add eye-catchers.
15258 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15259 literal line numbers.
15260
888a2ade
AA
152612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15262
15263 * gdb.base/call-ar-st.c: Add eye-catchers.
15264 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15265 literal line numbers.
15266
6acc2dde
AA
152672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15268
15269 * gdb.base/average.c: Add eye-catchers.
15270 * gdb.base/sum.c: Likewise.
15271 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15272 regexps dynamically.
15273
9ecfcd1d
AA
152742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15275
15276 * gdb.base/solib1.c: Add eye-catchers.
15277 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15278 literal line numbers.
15279
78708b7c
PA
152802014-11-12 Pedro Alves <palves@redhat.com>
15281
15282 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15283 leader has exited.
15284
af48d08f
PA
152852014-11-12 Pedro Alves <palves@redhat.com>
15286
15287 * gdb.arch/i386-bp_permanent.c: New file.
15288 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15289 (srcfile): Set to i386-bp_permanent.c.
15290 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15291 that stepi does not execute the 'leave' instruction, instead of
15292 testing it does execute.
15293 * gdb.base/bp-permanent.c: New file.
15294 * gdb.base/bp-permanent.exp: New file.
15295
af3768e9
DE
152962014-11-10 Doug Evans <xdje42@gmail.com>
15297
15298 PR symtab/17564
15299 * gdb.base/symtab-search-order.exp: New file.
15300 * gdb.base/symtab-search-order.c: New file.
15301 * gdb.base/symtab-search-order-1.c: New file.
15302 * gdb.base/symtab-search-order-shlib-1.c: New file.
15303
9de00a4a
PA
153042014-11-07 Pedro Alves <palves@redhat.com>
15305
15306 PR gdb/17511
15307 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15308 i?86-*-linux*.
15309
e0f52461
SC
153102014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15311
15312 PR c++/17494
15313 * gdb.cp/pr17494.cc: New file.
15314 * gdb.cp/pr17494.exp: New file.
15315
6ce8c980
YQ
153162014-11-02 Yao Qi <yao@codesourcery.com>
15317
15318 * gdb.python/python.exp: Get working directory and match the
15319 output of "set extended-prompt \\w " with it.
15320
02be9a71
DE
153212014-10-30 Doug Evans <dje@google.com>
15322
15323 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15324 in objfiles.
15325 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15326 in progspaces.
15327
3bdff46b
LM
153282014-10-30 Janis Johnson <janisjo@codesourcery.com>
15329
15330 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15331 * gdb.base/realname-expand.exp: Likewise.
15332 * gdb.linespec/macro-relative.exp: Likewise.
15333
ab917dfb
PA
153342014-10-29 Pedro Alves <palves@redhat.com>
15335
15336 PR gdb/17408
15337 * gdb.threads/schedlock.c (some_function): New function.
15338 (call_function): New global.
15339 (MAYBE_CALL_SOME_FUNCTION): New macro.
15340 (thread_function): Call it.
15341 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15342 and use it instead of a global counter. Adjust all callers.
15343 (get_current_thread): Use "find current thread" for test message
15344 here rather than having all callers pass down the same string.
15345 (goto_loop): New procedure, factored out from ...
15346 (my_continue): ... this.
15347 (step_ten_loops): Change parameter from test message to command to
15348 use. Adjust.
15349 (list_count): Delete global.
15350 (check_result): New procedure, factored out from duplicate top
15351 level code.
15352 (continue tests): Wrap in with_test_prefix.
15353 (test_step): New procedure, factored out from duplicate top level
15354 code.
15355 (top level): Test "step" in combination with all scheduler-locking
15356 modes. Test "next" in combination with all scheduler-locking
15357 modes, and in combination with stepping over a function call or
15358 not.
15359 * gdb.threads/next-bp-other-thread.c: New file.
15360 * gdb.threads/next-bp-other-thread.exp: New file.
15361
d3d4baed
PA
153622014-10-29 Pedro Alves <palves@redhat.com>
15363
15364 PR python/17372
15365 * gdb.python/python.exp: Test a multi-line command that spawns
15366 interactive Python.
15367 * gdb.base/multi-line-starts-subshell.exp: New file.
15368
563e8d85
YQ
153692014-10-29 Yao Qi <yao@codesourcery.com>
15370
15371 * gdb.base/fileio.exp: Make directories on host.
15372
0ea4d52e
YQ
153732014-10-29 Yao Qi <yao@codesourcery.com>
15374
15375 * gdb.base/fileio.c (test_write): Close the file.
15376
7f5ef605
PA
153772014-10-28 Pedro Alves <palves@redhat.com>
15378
15379 PR gdb/12623
15380 * gdb.base/sigstep.c (no_handler): New global.
15381 (main): If 'no_handler is true, set the signal handlers to
15382 SIG_IGN.
15383 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15384 with_sw_watch and no_handler parameters. Handle them.
15385 (top level) <stepping over handler when stopped at a breakpoint
15386 test>: Add a test axis for testing with a software watchpoint, and
15387 another for testing with the signal handler set to SIG_IGN.
15388 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15389 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15390
abbdbd03
PA
153912014-10-28 Pedro Alves <palves@redhat.com>
15392
15393 PR gdb/17511
15394 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15395 * gdb.base/sigstep.exp (other_handler_location): New global.
15396 (advance): Support stepping into the signal handler, and running
15397 commands while in the handler.
15398 (in_handler_map): New global.
15399 (top level): In the advance test, add combinations for getting
15400 into the handler with stepping commands, and for running commands
15401 in the handler. Add comment descripting the advancei tests.
15402
1df4399f
PA
154032014-10-28 Pedro Alves <palves@redhat.com>
15404
15405 * gdb.base/sigstep.exp: Use build_executable instead of
15406 prepare_for_testing.
15407 (top level): Move code that starts GDB, runs to main and creates a
15408 display to ...
15409 (restart): ... this new procedure.
15410 (top level): Move backtrace from signal handler test to ...
15411 (validate_backtrace): ... this new procedure.
15412 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15413 with_test_prefix. Always restart GDB.
15414 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15415 with_test_prefix. Always restart GDB. No need to delete
15416 breakpoints after the test.
15417 (test_skip_handler): Remove prefix parameter.
15418 (skip_over_handler, breakpoint_to_handler)
15419 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15420 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15421 restart GDB. No need to delete breakpoints after the test.
15422 (top level): Use foreach to call the test procedures with
15423 different commands.
15424
a5b6e449
PA
154252014-10-28 Pedro Alves <palves@redhat.com>
15426
15427 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15428 instead of GNATS numbers.
15429 * gdb.base/sigbpt.exp: Likewise.
15430 * gdb.base/siginfo.exp: Likewise.
15431 * gdb.base/sigstep.exp: Likewise.
15432
e5f8a7cc
PA
154332014-10-27 Pedro Alves <palves@redhat.com>
15434
15435 * gdb.base/sigstep.c (dummy): New global.
15436 (main): Issue a couple writes to the new global.
15437 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15438 procedures.
15439 (skip_over_handler): Use test_skip_handler.
15440 (top level): Call skip_over_handler for stepi and nexti too.
15441 (breakpoint_over_handler): Use test_skip_handler.
15442 (top level): Call breakpoint_over_handler for stepi and nexti too.
15443
763905a3
YQ
154442014-10-27 Yao Qi <yao@codesourcery.com>
15445
15446 * gdb.trace/tfile.c (adjust_function_address)
15447 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15448 function descriptor.
15449
6f259a23
DB
154502014-10-24 Don Breazeal <donb@codesourcery.com>
15451
15452 * gdb.base/foll-fork.exp (test_follow_fork,
15453 catch_fork_child_follow): Check for updated fork messages emitted
15454 from infrun.c.
15455 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15456 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15457 vfork_and_exec_child_follow_through_step): Check for updated vfork
15458 messages emitted from infrun.c.
15459
09dd9a69
PA
154602014-10-24 Pedro Alves <palves@redhat.com>
15461
15462 * gdb.base/corefile.exp: Remove references to ultrix.
15463 * gdb.base/interrupt.exp: Likewise.
15464 * gdb.base/whatis.exp: Likewise.
15465 * gdb.gdb/selftest.exp: Likewise.
15466 * gdb.threads/manythreads.exp: Likewise.
15467 * gdb.threads/print-threads.exp: Likewise.
15468 * gdb.threads/pthreads.exp:: Likewise.
15469 * gdb.threads/schedlock.exp: Likewise.
15470
3433cfa5
SC
154712014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15472
15473 * gdb.cp/non-trivial-retval.cc: Add a test case.
15474 * gdb.cp/non-trivial-retval.exp: Add a test.
15475
092f880b
YQ
154762014-10-20 Yao Qi <yao@codesourcery.com>
15477
15478 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15479 * gdb.python/py-objfile-script-gdb.py: New file.
15480 * gdb.python/py-objfile-script.exp: Update reference to
15481 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15482 of remote_download. Remove the dest file.
15483
acbdb7f3
YQ
154842014-10-20 Yao Qi <yao@codesourcery.com>
15485
15486 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15487 * gdb.base/step-line.exp: Likewise.
15488 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15489 * gdb.dwarf2/dw2-basic.exp: Likewise.
15490 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15491 * gdb.dwarf2/dw2-filename.exp: Likewise.
15492 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15493 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15494 * gdb.dwarf2/dw2-producer.exp: Likewise.
15495 * gdb.dwarf2/mac-fileno.exp: Likewise.
15496 * gdb.python/py-frame-args.exp: Likewise.
15497 * gdb.python/py-framefilter.exp: Likewise.
15498 * gdb.python/py-mi.exp: Likewise.
15499 * gdb.python/py-objfile-script.exp: Likewise
15500 * gdb.python/py-pp-integral.exp: Likewise.
15501 * gdb.python/py-pp-re-notag.exp: Likewise.
15502 * gdb.python/py-prettyprint.exp: Likewise.
15503 * gdb.python/py-section-script.exp: Likewise.
15504 * gdb.python/py-typeprint.exp: Likewise.
15505 * gdb.python/py-xmethods.exp: Likewise.
15506 * gdb.stabs/weird.exp: Likewise.
15507 * gdb.xml/tdesc-regs.exp: Likewise.
15508
bd286a29
KCY
155092014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15510
15511 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15512 (out_cu): Use addr_len for the size of addresses.
15513 (out_line): Likewise. Size DW_LNE_set_address instruction
15514 according to addr_len.
15515 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15516 (FUNC): Add START_INSNS to definition.
15517
673dc4a0
YQ
155182014-10-18 Yao Qi <yao@codesourcery.com>
15519
15520 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15521 gdb_has_argv0 return true.
15522 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15523 check [target_info exists noargs], check [gdb_has_argv0]
15524 instead.
15525 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15526 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15527 procedures.
15528
4ffbba72
DE
155292014-10-17 Doug Evans <dje@google.com>
15530
15531 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15532 event.
15533 * gdb.python/py-events.py: Add clear_objfiles event.
15534
d096d8c1
DE
155352014-10-17 Doug Evans <dje@google.com>
15536
15537 * gdb.python/py-objfile.exp: Test progspace attribute.
15538
a80db015
LM
155392014-10-17 Luis Machado <lgustavo@codesourcery.com>
15540
15541 * gdb.guile/scm-breakpoint.exp: Do not assume any
15542 directory separators when matching source file paths.
15543 * gdb.python/py-breakpoint.exp: Likewise.
15544 * gdb.reverse/break-precsave.exp: Likewise.
15545 * gdb.reverse/break-reverse.exp: Likewise.
15546 * gdb.reverse/consecutive-precsave.exp: Likewise.
15547 * gdb.reverse/finish-precsave.exp: Likewise.
15548 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15549 * gdb.reverse/finish-reverse.exp: Likewise.
15550 * gdb.reverse/i386-precsave.exp: Likewise.
15551 * gdb.reverse/i387-env-reverse.exp: Likewise.
15552 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15553 * gdb.reverse/machinestate-precsave.exp: Likewise.
15554 * gdb.reverse/machinestate.exp: Likewise.
15555 * gdb.reverse/sigall-precsave.exp: Likewise.
15556 * gdb.reverse/solib-precsave.exp: Likewise.
15557 * gdb.reverse/step-precsave.exp: Likewise.
15558 * gdb.reverse/until-precsave.exp: Likewise.
15559 * gdb.reverse/watch-precsave.exp: Likewise.
15560 * gdb.reverse/watch-reverse.exp: Likewise.
15561
b22089ab
YQ
155622014-10-17 Yao Qi <yao@codesourcery.com>
15563
15564 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15565 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15566
6c4486e6
PA
155672014-10-17 Pedro Alves <palves@redhat.com>
15568
15569 PR gdb/17471
15570 * gdb.base/bg-execution-repeat.c: New file.
15571 * gdb.base/bg-execution-repeat.exp: New file.
15572
0ff33695
PA
155732014-10-17 Pedro Alves <palves@redhat.com>
15574
15575 PR gdb/17300
15576 * gdb.base/continue-all-already-running.c: New file.
15577 * gdb.base/continue-all-already-running.exp: New file.
15578
6fdebc3d
PA
155792014-10-17 Pedro Alves <palves@redhat.com>
15580
15581 PR gdb/17472
15582 * gdb.base/annota-input-while-running.c: New file.
15583 * gdb.base/annota-input-while-running.exp: New file.
15584
32a8097b
PA
155852014-10-17 Pedro Alves <palves@redhat.com>
15586
15587 * gdb.base/callfuncs.exp: emove references to osf.
15588 * gdb.base/sigall.exp: Likewise.
15589 * gdb.gdb/selftest.exp: Likewise.
15590 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15591 * gdb.mi/non-stop.c: Likewise.
15592 * gdb.mi/pthreads.c: Likewise.
15593 * gdb.reverse/sigall-precsave.exp: Likewise.
15594 * gdb.reverse/sigall-reverse.exp: Likewise.
15595 * gdb.threads/pthreads.c: Likewise.
15596 * gdb.threads/pthreads.exp: Likewise.
15597
7a3517ff
YQ
155982014-10-17 Yao Qi <yao@codesourcery.com>
15599
15600 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15601 check 'target_info exists noargs'.
15602 (test_command_prompt_position): Likewise.
15603 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15604 Remove "set args".
15605 (progvar_simple_while_test): Likewise.
15606 (progvar_complex_if_while_test): Likewise.
15607 (if_while_breakpoint_command_test): Likewise.
15608 (infrun_breakpoint_command_test): Likewise.
15609 (breakpoint_command_test): Likewise.
15610 (watchpoint_command_test): Likewise.
15611 (bp_deleted_in_command_test): Likewise.
15612 (temporary_breakpoint_commands): Likewise.
15613
bb99c472
YQ
156142014-10-16 Yao Qi <yao@codesourcery.com>
15615
15616 * gdb.base/remotetimeout.exp: Remove noargs checking.
15617
7c16b83e
PA
156182014-10-15 Pedro Alves <palves@redhat.com>
15619
15620 PR breakpoints/9649
15621 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15622 * gdb.base/breakpoint-in-ro-region.exp
15623 (probe_target_hardware_step): New procedure.
15624 (top level): Probe hardware stepping and hardware breakpoint
15625 support. Test stepping through a read-only region, with both
15626 "breakpoint auto-hw" on and off and both "always-inserted" on and
15627 off.
15628
35a49624
IB
156292014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15630
15631 * gdb.dlang/demangle.exp: Update for demangling changes.
15632
2d1c107c
SC
156332014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15634
15635 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15636 * gdb.cp/non-trivial-retval.exp: Add new tests.
15637
778811d5
SC
156382014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15639
15640 PR c++/13403
15641 PR c++/15154
15642 * gdb.cp/non-trivial-retval.cc: New file.
15643 * gdb.cp/non-trivial-retval.exp: New file.
15644
10c5f0a8
YQ
156452014-10-15 Yao Qi <yao@codesourcery.com>
15646
15647 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15648 remote host.
15649
65d7b369
YQ
156502014-10-15 Yao Qi <yao@codesourcery.com>
15651
15652 * gdb.python/py-symbol.exp: Match file base name if host is
15653 remote, otherwise match file name with dir name.
15654 * gdb.python/py-symtab.exp: Likewise.
15655 * gdb.python/python.exp: Likewise.
15656
46dc1394
YQ
156572014-10-15 Yao Qi <yao@codesourcery.com>
15658
15659 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15660 pattern.
15661 * gdb.python/py-symtab.exp: Likewise.
15662 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15663 locationn.
15664
c40cc657
JB
156652014-10-14 Joel Brobecker <brobecker@adacore.com>
15666
15667 * gdb.ada/addr_arith: New testcase.
15668
2abf49e1
MR
156692014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15670
15671 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15672 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15673 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15674 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15675
f7088df3
SDJ
156762014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15677
15678 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15679 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15680 * gdb.arch/stap-eval-lang-ada.exp: New file.
15681
4dc06805
YQ
156822014-10-14 Yao Qi <yao@codesourcery.com>
15683
15684 * gdb.mi/mi-var-child.c (nothing1): New function.
15685 (nothing2): New function.
15686 (do_children_tests): Set function pointers by nothing1 and
15687 nothing2.
15688 * gdb.mi/mi-var-child.exp: Step over new added statements.
15689 Update test to match the new output.
15690 * gdb.mi/var-cmd.c (nothing1): New function.
15691 (nothing2): New function.
15692 (do_children_tests): Set function pointers by nothing1 and
15693 nothing2.
15694 * gdb.mi/mi-var-display.exp: Update test to match output.
15695 Step to the line specified by $line_dct_nothing.
15696 Increase the number of lines to step.
15697
46a93de2
YQ
156982014-10-14 Yao Qi <yao@codesourcery.com>
15699
15700 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15701 tests.
15702 * gdb.mi/mi2-var-child.exp: Likewise.
15703
14ea52ee
DE
157042014-10-13 Doug Evans <dje@google.com>
15705
15706 * gdb.python/py-objfile.exp: Change name of file name test.
15707
e5c6e92b
DE
157082014-10-13 Doug Evans <dje@google.com>
15709
15710 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15711 from the start of the CU.
15712
c780cc2f
JK
157132014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15714 Yao Qi <yao@codesourcery.com>
15715
15716 Fix "save breakpoints" for "catch" command.
15717 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15718 Remove -nonewline. Match also the added "main" line.
15719
99894e11
JK
157202014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15721
15722 Fix "save breakpoints" for "disable $bpnum" command.
15723 * gdb.base/save-bp.c (main): Add label.
15724 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15725
6e1ac5a3
JK
157262014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15727
15728 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15729
754dd2b0
YQ
157302014-10-11 Yao Qi <yao@codesourcery.com>
15731
15732 * gdb.server/server-kill.exp: Execute command
15733 "set remote trace-status-packet on" before "tstatus".
15734
f90183d7
YQ
157352014-10-11 Yao Qi <yao@codesourcery.com>
15736
15737 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15738 (main): Call getppid.
15739 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15740 and continue to it. Read variable "server_pid".
15741
bf40a607
YQ
157422014-10-11 Yao Qi <yao@codesourcery.com>
15743
15744 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15745
052ca370
YQ
157462014-10-11 Yao Qi <yao@codesourcery.com>
15747
15748 * gdb.threads/thread-find.exp: Don't execute command
15749 "info threads".
15750 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15751 * gdb.threads/linux-dp.exp: Don't check the condition
15752 $threads_created equals to zero.
15753
3831839c
PA
157542014-10-10 Pedro Alves <palves@redhat.com>
15755
15756 * gdb.base/bigcore.exp: Remove references to IRIX.
15757 * gdb.base/funcargs.exp: Likewise.
15758 * gdb.base/interrupt.exp: Likewise.
15759 * gdb.base/mips_pro.exp: Likewise.
15760 * gdb.base/nodebug.exp: Likewise.
15761 * gdb.base/setvar.exp: Likewise.
15762 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15763
8b9a549d
PA
157642014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15765 Pedro Alves <palves@redhat.com>
15766
15767 PR symtab/14466
15768 * gdb.base/vdso-warning.c: New file.
15769 * gdb.base/vdso-warning.exp: New file.
15770
d48ba5e8
DE
157712014-10-02 Doug Evans <dje@google.com>
15772
15773 * gdb.base/structs.c (main): Don't run forever.
15774
2278c276
PA
157752014-10-02 Pedro Alves <palves@redhat.com>
15776
15777 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15778 (top level) <stop threads 1, stop threads 2>: Use it.
15779
b57bacec
PA
157802014-10-02 Pedro Alves <palves@redhat.com>
15781
15782 * gdb.threads/break-while-running.exp (test): Add new
15783 'update_thread_list' argument. Skip "info threads" if false.
15784 (top level): Add new 'update_thread_list' axis.
15785
13fd3ff3
PA
157862014-10-02 Pedro Alves <palves@redhat.com>
15787
15788 PR breakpoints/17431
15789 * gdb.base/execl-update-breakpoints.c: New file.
15790 * gdb.base/execl-update-breakpoints.exp: New file.
15791
0fec99e8
PA
157922014-10-01 Pedro Alves <palves@redhat.com>
15793
15794 * gdb.base/breakpoint-in-ro-region.c: New file.
15795 * gdb.base/breakpoint-in-ro-region.exp: New file.
15796
2ddf4301
SM
157972014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15798
15799 * gdb.mi/mi-exit-code.exp: New file.
15800 * gdb.mi/mi-exit-code.c: New file.
15801
6a5f3f43
YQ
158022014-09-30 Yao Qi <yao@codesourcery.com>
15803
15804 * lib/prelink-support.exp (build_executable_own_libs): Error if
15805 the target isn't native.
15806
345bcc73
YQ
158072014-09-30 Yao Qi <yao@codesourcery.com>
15808
15809 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15810 false.
15811
a25a5a45
PA
158122014-09-22 Pedro Alves <palves@redhat.com>
15813
15814 * gdb.threads/break-while-running.exp: New file.
15815 * gdb.threads/break-while-running.c: New file.
15816
00ba3162
YQ
158172014-09-19 Yao Qi <yao@codesourcery.com>
15818
15819 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15820 Invoke test. Restart GDB with --readnow and invoke test again.
15821
c3b7b696
YQ
158222014-09-19 Yao Qi <yao@codesourcery.com>
15823
15824 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15825 proc set_breakpoint_on_gcd_function. Invoke
15826 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15827 invoke set_breakpoint_on_gcd_function again.
15828
2b4fd423
DE
158292014-09-18 Doug Evans <dje@google.com>
15830
15831 * gdb.dwarf2/symtab-producer.exp: New file.
15832
a5947601
SDJ
158332014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15834
15835 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15836 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15837 * gdb.base/global-var-nested-by-dso.c: Likewise.
15838 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15839
91c19059
SDJ
158402014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15841 Pedro Alves <palves@redhat.com>
15842
15843 * gdb.base/watch-bitfields.exp: Pass string other than test file
15844 name to prepare_for_testing.
15845 (watch): New procedure.
15846 (expect_watchpoint): Use with_test_prefix.
15847 (top level): Factor out tests to ...
15848 (test_watch_location, test_regular_watch): ... these new
15849 procedures, and use with_test_prefix and gdb_continue_to_end.
15850
bb9d5f81
PP
158512014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15852
15853 PR breakpoints/12526
15854 * gdb.base/watch-bitfields.exp: New file.
15855 * gdb.base/watch-bitfields.c: New file.
15856
635856f5
PA
158572014-09-16 Pedro Alves <palves@redhat.com>
15858
15859 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15860 software and hardware addresses, not software address against
15861 itself.
15862
7280ceea
PA
158632014-09-16 Pedro Alves <palves@redhat.com>
15864
15865 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15866 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15867
428b16bd
PA
158682014-09-16 Pedro Alves <palves@redhat.com>
15869
15870 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15871 files.
15872 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15873 "*-*-vxworks*" throughout.
15874 * gdb.base/break.exp: Likewise.
15875 * gdb.base/default.exp: Likewise.
15876 * gdb.base/scope.exp: Likewise.
15877 * gdb.base/sepdebug.exp: Likewise.
15878 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15879 throughout.
15880 * gdb.base/run.c: Likewise.
15881 * gdb.base/sepdebug.c: Likewise.
15882 * gdb.hp/gdb.aCC/run.c: Likewise.
15883 * gdb.reverse/until-reverse.c: Likewise.
15884 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15885
666d413c
YQ
158862014-09-16 Yao Qi <yao@codesourcery.com>
15887
15888 * boards/local-remote-host-native.exp: New file.
15889
57cbd724
DE
158902014-09-14 Doug Evans <xdje42@gmail.com>
15891
15892 * gdb.threads/queue-signal.c (thread_count): New variable.
15893 (thread_count_mutex, thread_count_condvar): New variables.
15894 (incr_thread_count, wait_all_threads_running): New functions.
15895 (main): Wait for all threads to be in their thread functions.
15896
81219e53
DE
158972014-09-13 Doug Evans <xdje42@gmail.com>
15898
15899 * gdb.threads/queue-signal.c: New file.
15900 * gdb.threads/queue-signal.exp: New file.
15901
3714cea7
DE
159022014-09-13 Doug Evans <xdje42@gmail.com>
15903
15904 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15905 be consistent with what default_gdb_init uses.
15906 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15907 the plain text of the prompt. Add some logging printfs.
15908 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15909
fa43b1d7
PA
159102014-09-12 Pedro Alves <palves@redhat.com>
15911
15912 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15913 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15914 * gdb.arch/i386-size-overlap.exp: Likewise.
15915 * gdb.arch/i386-size.exp: Likewise.
15916 * gdb.arch/i386-unwind.exp: Likewise.
15917 * gdb.base/a2-run.exp: Likewise.
15918 * gdb.base/break.exp: Likewise.
15919 * gdb.base/charset.exp: Likewise.
15920 * gdb.base/chng-syms.exp: Likewise.
15921 * gdb.base/commands.exp: Likewise.
15922 * gdb.base/dbx.exp: Likewise.
15923 * gdb.base/find.exp: Likewise.
15924 * gdb.base/funcargs.exp: Likewise.
15925 * gdb.base/jit-simple.exp: Likewise.
15926 * gdb.base/reread.exp: Likewise.
15927 * gdb.base/sepdebug.exp: Likewise.
15928 * gdb.base/step-bt.exp: Likewise.
15929 * gdb.cp/mb-inline.exp: Likewise.
15930 * gdb.cp/mb-templates.exp: Likewise.
15931 * gdb.objc/basicclass.exp: Likewise.
15932 * gdb.threads/killed.exp: Likewise.
15933
9d9bf2df
EBM
159342014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15935
15936 PR tdep/17379
15937 * gdb.arch/powerpc-stackless.S: New file.
15938 * gdb.arch/powerpc-stackless.exp: New file.
15939
1cf2f1b0
JK
159402014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15941
15942 * gdb.base/attach.c: Include unistd.h.
15943 (main): Call alarm. Add label postloop.
15944 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15945 gdb_breakpoint, gdb_continue_to_breakpoint.
15946 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15947
98880d46
PA
159482014-09-11 Pedro Alves <palves@redhat.com>
15949
15950 PR gdb/17347
15951 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15952 * gdb.base/attach.exp (test_command_line_attach_run): New
15953 procedure.
15954 (top level): Call it.
15955
4c92ff2c
PA
159562014-09-11 Pedro Alves <palves@redhat.com>
15957
15958 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15959 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15960 (do_command_attach_tests): Use spawn_wait_for_attach.
15961 * gdb.base/solib-overlap.exp: Likewise.
15962 * gdb.multi/multi-attach.exp: Likewise.
15963 * gdb.python/py-prompt.exp: Likewise.
15964 * gdb.python/py-sync-interp.exp: Likewise.
15965 * gdb.server/ext-attach.exp: Likewise.
15966
3adc1a7d
GKB
159672014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15968
15969 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15970 command in testcase. Simplify testcase.
15971
96334934
JB
159722014-09-10 Joel Brobecker <brobecker@adacore.com>
15973
15974 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15975
eb479039
JB
159762014-09-10 Joel Brobecker <brobecker@adacore.com>
15977
15978 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15979
deede10c
JB
159802014-09-10 Joel Brobecker <brobecker@adacore.com>
15981
15982 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15983
7828a5f5
JB
159842014-09-10 Joel Brobecker <brobecker@adacore.com>
15985
15986 * gdb.dwarf2/dynarr-ptr.c: New file.
15987 * gdb.dwarf2/dynarr-ptr.exp: New file.
15988
33aeebcf
MR
159892014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15990
15991 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15992 of 30 rather than hardcoding 120 for a slow test case. Take the
15993 `gdb,timeout' target setting into account for this calculation.
15994 Don't extend the timeout for the test cases that don't need it.
15995
7b415901
MR
159962014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15997
15998 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15999 a factor of 2 for a slow test case. Take the `gdb,timeout'
16000 target setting into account for this calculation.
16001 * gdb.reverse/until-precsave.exp: Increase the timeout by
16002 a factor of 15 and 3 respectively rather than adding 120
16003 for a pair of slow test cases. Take the `gdb,timeout'
16004 target setting into account for this calculation.
16005
4a40f85a
MR
160062014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16007
16008 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16009 timeout, don't pass one down to gdb_expect.
16010 (gdb_expect): Rework timeout selection.
16011
09635af7
MR
160122014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16013
16014 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16015 exception on timeout.
16016 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16017 (gdbserver_start_extended): Catch any `gdbserver_start' error
16018 exceptions.
16019 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16020 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16021 `gdbserver_gdb_load' error exceptions.
16022
2bdd10b7
MR
160232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16024
16025 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16026 120 on waiting for the TCP socket to open.
16027
316935f0
DE
160282014-09-09 Doug Evans <xdje42@gmail.com>
16029
16030 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16031 _caller_matches, _any_caller_is, _any_caller_matches.
16032
83740597
DE
160332014-09-09 Doug Evans <xdje42@gmail.com>
16034
16035 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16036
4c122fc3
YQ
160372014-09-09 Yao Qi <yao@codesourcery.com>
16038
16039 * gdb.mi/mi-var-display.exp: Set print symbol off.
16040
a9f116cb
GKB
160412014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16042
16043 PR gdb/17035
16044 * gdb.base/commands.exp: Add tests to verify user-defined
16045 commands with empty bodies.
16046 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16047 python commands in `show user command`.
16048 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16049 scheme commands in `show user command`.
16050
c75bd3a2
JK
160512014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16052
16053 PR python/17355
16054 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16055 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16056 * gdb.python/py-framefilter-invalidarg.exp: New file.
16057 * gdb.python/py-framefilter-invalidarg.py: New file.
16058
faa42425
DE
160592014-09-06 Doug Evans <xdje42@gmail.com>
16060
16061 PR 15276
16062 * gdb.python/py-caller-is.c: New file.
16063 * gdb.python/py-caller-is.exp: New file.
16064
474ca4f6
SDJ
160652014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16066
16067 PR gdb/17235
16068 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16069 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16070
eb0b0463
SDJ
160712014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16072
16073 PR fortran/17237
16074 * gdb.fortran/print-formatted.exp: New file.
16075 * gdb.fortran/print-formatted.f90: Likewise.
16076
5f3b99cf
SS
160772014-09-03 Sasha Smundak <asmundak@google.com>
16078
16079 * gdb.python/py-frame.exp: Test Frame.read_register.
16080
7d793aa9
SDJ
160812014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16082
16083 PR python/16699
16084 * gdb.python/py-completion.exp: New file.
16085 * gdb.python/py-completion.py: Likewise.
16086
fb0576e9
DE
160872014-08-28 Doug Evans <dje@google.com>
16088
16089 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16090 eax,etc. are live with values set by gdb and thus the compiler can't
16091 use them.
16092 * gdb.arch/i386-pseudo.c (main): Ditto.
16093
ee92b0dd
DE
160942014-08-27 Doug Evans <dje@google.com>
16095
16096 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16097
6649db35
DE
160982014-08-25 Doug Evans <dje@google.com>
16099
16100 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16101 (main): Ditto.
16102
564b7600
DE
161032014-08-25 Doug Evans <dje@google.com>
16104
16105 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16106
3881fb67
YQ
161072014-08-24 Yao Qi <yao@codesourcery.com>
16108
16109 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16110 symbol off.
16111 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16112
a05a36a5
DE
161132014-08-22 Doug Evans <dje@google.com>
16114
16115 PR 17276
16116 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16117 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16118 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16119
7c343b48
YQ
161202014-08-22 Yao Qi <yao@codesourcery.com>
16121
16122 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16123 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16124 * gdb.python/python.exp: Likewise. Use .py file on the host
16125 instead of the build.
16126
22fd09ae
JK
161272014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16128
16129 * gdb.threads/gcore-stale-thread.c: New file.
16130 * gdb.threads/gcore-stale-thread.exp: New file.
16131
a8454a7c
PA
161322014-08-21 Pedro Alves <palves@redhat.com>
16133
16134 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16135 * gdb.base/gcore-relro-pie.exp: Likewise.
16136 * gdb.base/gcore-relro.exp: Likewise.
16137 * gdb.base/gcore.exp: Likewise.
16138 * gdb.base/print-symbol-loading.exp: Likewise.
16139 * gdb.threads/gcore-thread.exp: Likewise.
16140 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16141
2a31c623
PA
161422014-08-20 Pedro Alves <palves@redhat.com>
16143 Jan Kratochvil <jan.kratochvil@redhat.com>
16144
16145 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16146 configure.
16147 (EXPECT): Handle READ1 being set.
16148 (all): Depend on EXTRA_RULES.
16149 (check-read1, expect-read1, read1.so, read1): New rules.
16150 * README (Testsuite Parameters): Document the READ1 make variable.
16151 (Race detection): New section.
16152 * configure: Regenerate.
16153 * configure.ac: If build==host==target, and running under a
16154 GNU/glibc system, add read1 to the extra Makefile rules.
16155 (EXTRA_RULES): AC_SUBST it.
16156 * lib/read1.c: New file.
16157
d36430db
JB
161582014-08-20 Joel Brobecker <brobecker@adacore.com>
16159
16160 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16161 the handling of variables declared as a typedef to an array
16162 which a DW_AT_data_location attribute.
16163
9a0dc9e3
PA
161642014-08-19 Andrew Burgess <aburgess@broadcom.com>
16165 Pedro Alves <palves@redhat.com>
16166
16167 PR symtab/14604
16168 PR symtab/14605
16169 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16170 gdb_test.
16171
0718a8da
PA
161722014-08-19 Pedro Alves <palves@redhat.com>
16173
16174 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16175
13b448cd
YQ
161762014-08-19 Yao Qi <yao@codesourcery.com>
16177
16178 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16179 right line.
16180
1cbf5077
DB
161812014-08-18 David Blaikie <dblaikie@gmail.com>
16182
16183 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16184
bf0fae19
JB
161852014-08-18 Joel Brobecker <brobecker@adacore.com>
16186
16187 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16188 attribute in array range.
16189
3c8c5dcc
JB
161902014-08-18 Joel Brobecker <brobecker@adacore.com>
16191
16192 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16193
e66d4446
SC
161942014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16195
16196 PR c++/17132
16197 * gdb.cp/pr17132.cc: New file.
16198 * gdb.cp/pr17132.exp: New file.
16199
940df408
SC
162002014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16201
16202 * gdb.python/py-xmethods.py (A_getarrayind)
16203 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16204 Use 'print' with function call syntax.
16205 (E_method_matcher.match): Fix tab vs space indentation mixup.
16206
ebcc6c3a
YQ
162072014-08-15 Yao Qi <yao@codesourcery.com>
16208
16209 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16210 false.
16211
775e0f04
YQ
162122014-08-15 Yao Qi <yao@codesourcery.com>
16213
16214 * gdb.cp/casts.exp: Set print symbol off.
16215 * gdb.cp/class2.exp: Likewise.
16216 * gdb.cp/overload.exp: Likewise.
16217 * gdb.cp/templates.exp: Likewise.
16218
d769e349
DE
162192014-08-11 Doug Evans <dje@google.com>
16220
16221 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16222 (test_load_shlib): Update.
16223
20c6f1e1
YQ
162242014-08-09 Yao Qi <yao@codesourcery.com>
16225
16226 * gdb.base/display.exp: Invoke is_address_zero_readable.
16227 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16228 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16229 * gdb.base/hbreak-unmapped.exp: Return if
16230 is_address_zero_readable returns true.
16231 * gdb.base/signest.exp: Likewise.
16232 * gdb.base/signull.exp: Likewise.
16233 * gdb.base/sigbpt.exp: Likewise.
16234 * gdb.guile/scm-disasm.exp: Do the test if
16235 is_address_zero_readable returns false.
16236 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16237 * gdb.python/py-arch.exp: Likewise.
16238 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16239 * lib/gdb.exp (is_address_zero_readable): New proc.
16240
5792e8e3
YQ
162412014-08-09 Yao Qi <yao@codesourcery.com>
16242
16243 PR testsuite/13443
16244 * gdb.mi/mi-var-display.exp: Make test messages unique.
16245
3cecbbbe
TT
162462014-08-04 Tom Tromey <tromey@redhat.com>
16247
16248 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16249 target 0".
16250
00b51ff5
TT
162512014-08-04 Tom Tromey <tromey@redhat.com>
16252
16253 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16254 "target_resume".
16255
6908c509
JB
162562014-08-01 Joel Brobecker <brobecker@adacore.com>
16257
16258 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16259 inner_vla_struct_object_size.
16260 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16261 as xfail.
16262
cc6563d2
PA
162632014-07-30 Pedro Alves <palves@redhat.com>
16264
16265 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16266 comment.
16267
7e09a223
YQ
162682014-07-29 Yao Qi <yao@codesourcery.com>
16269
16270 PR gdb/17206
16271 * gdb.base/until-nodebug.exp: New.
16272
7ebdbe92
DE
162732014-07-28 Doug Evans <xdje42@gmail.com>
16274
16275 PR guile/17203
16276 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16277 previously existing parameter, and previously ambiguously spelled
16278 parameter.
16279
fdb1adc6
WN
162802014-07-28 Will Newton <will.newton@linaro.org>
16281
16282 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16283
186fcde0
DE
162842014-07-26 Ludovic Courtès <ludo@gnu.org>
16285 Doug Evans <xdje42@gmail.com>
16286
16287 PR guile/17146
16288 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16289
70509625
PA
162902014-07-25 Pedro Alves <palves@redhat.com>
16291
16292 * gdb.threads/signal-command-handle-nopass.c: New file.
16293 * gdb.threads/signal-command-handle-nopass.exp: New file.
16294 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16295 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16296 * gdb.threads/signal-delivered-right-thread.c: New file.
16297 * gdb.threads/signal-delivered-right-thread.exp: New file.
16298
c3f814a1
PA
162992014-07-25 Pedro Alves <palves@redhat.com>
16300
16301 * gdb.base/double-prompt-target-event-error.exp
16302 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16303 match.
16304 (cancel_pagination_in_target_event): Rework double prompt
16305 detection.
16306 * gdb.base/paginate-after-ctrl-c-running.exp
16307 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16308 <return>' match.
16309 * gdb.base/paginate-bg-execution.exp
16310 (test_bg_execution_pagination_return)
16311 (test_bg_execution_pagination_cancel): Remove '-notransfer
16312 <return>' matches.
16313 * gdb.base/paginate-execution-startup.exp
16314 (test_fg_execution_pagination_return)
16315 (test_fg_execution_pagination_cancel): Remove '-notransfer
16316 <return>' matches.
16317 * gdb.base/paginate-inferior-exit.exp
16318 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16319 match.
16320 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16321 * lib/gdb.exp (pagination_prompt): Run text through
16322 string_to_regexp.
16323 (gdb_test_multiple): Match $pagination_prompt instead of
16324 "<return>".
16325 (string_to_regexp): Move to lib/gdb-utils.exp.
16326
e214cf6c
JK
163272014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16328
16329 * gdb.arch/amd64-entry-value-paramref.S: New file.
16330 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16331 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16332 * gdb.arch/amd64-optimout-repeat.S: New file.
16333 * gdb.arch/amd64-optimout-repeat.c: New file.
16334 * gdb.arch/amd64-optimout-repeat.exp: New file.
16335
17d0c5c8
JK
163362014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16337
16338 PR gdb/17170
16339 * gdb.base/statistics.exp: New file.
16340
b8b8facf
DE
163412014-07-17 Doug Evans <dje@google.com>
16342
74b49205 16343 PR gdb/17170
b8b8facf
DE
16344 * gdb.base/maint.exp: Update testing of per-command stats.
16345
1b5d0ab3
PA
163462014-07-16 Pedro Alves <palves@redhat.com>
16347
16348 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16349 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16350 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16351 (tfile_write_buf): New functions.
16352 (add_memory_block): Rewrite using the above.
16353 (adjust_function_address): New function.
16354 (FUNCTION_ADDRESS): New macro.
16355 (write_basic_trace_file): Remove short_x local, and use
16356 tfile_write_16. Change type of func_addr local to unsigned long
16357 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16358 here. Cast argument of add_memory_block to char pointer.
16359 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16360 (main): Remove parameters.
16361 * gdb.trace/tfile.exp: Remove nowarnings.
16362
4d974e88
SM
163632014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16364
16365 * gdb.base/debug-expr.exp: Test string evaluation with
16366 "debug expression" on.
16367
41e99568
PA
163682014-07-15 Pedro Alves <palves@redhat.com>
16369
16370 * gdb.base/reread.exp: Use clean_restart.
16371
487d9753
PL
163722014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16373
16374 * gdb.arch/avr-flash-qualifer.c: New.
16375 * gdb.arch/avr-flash-qualifer.exp: New.
16376
cc1c52ad
PA
163772014-07-14 Pedro Alves <palves@redhat.com>
16378
16379 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16380 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16381
1e973570
PA
163822014-07-14 Pedro Alves <palves@redhat.com>
16383
16384 * gdb.base/double-prompt-target-event-error.c: New file.
16385 * gdb.base/double-prompt-target-event-error.exp: New file.
16386
93d6eb10
PA
163872014-07-14 Pedro Alves <palves@redhat.com>
16388
16389 PR gdb/17072
16390 * gdb.base/paginate-inferior-exit.c: New file.
16391 * gdb.base/paginate-inferior-exit.exp: New file.
16392
0017922d
PA
163932014-07-14 Pedro Alves <palves@redhat.com>
16394
16395 PR gdb/17072
16396 * gdb.base/paginate-bg-execution.c: New file.
16397 * gdb.base/paginate-bg-execution.exp: New file.
16398
94696ad3
PA
163992014-07-14 Pedro Alves <palves@redhat.com>
16400
16401 PR gdb/17072
16402 * gdb.base/paginate-execution-startup.c: New file.
16403 * gdb.base/paginate-execution-startup.exp: New file.
16404 * lib/gdb.exp (pagination_prompt): New global.
16405 (default_gdb_spawn): New procedure, factored out from
16406 default_gdb_spawn.
16407 (default_gdb_start): Adjust to call default_gdb_spawn.
16408 (gdb_spawn): New procedure.
16409
bd293940
PA
164102014-07-14 Pedro Alves <palves@redhat.com>
16411
16412 * lib/gdb.exp (gdb_assert): New procedure.
16413 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16414
c933f875
PA
164152014-07-14 Pedro Alves <palves@redhat.com>
16416
16417 * gdb.base/execution-termios.c: New file.
16418 * gdb.base/execution-termios.exp: New file.
16419
d98b7a16
TT
164202014-07-14 Tom Tromey <tromey@redhat.com>
16421
16422 * gdb.cp/vla-cxx.cc: New file.
16423 * gdb.cp/vla-cxx.exp: New file.
16424
548740d6
TT
164252014-07-14 Tom Tromey <tromey@redhat.com>
16426
16427 * gdb.reverse/rerun-prec.c: New file.
16428 * gdb.reverse/rerun-prec.exp: New file.
16429
a25eb028
MR
164302014-07-12 Maciej W. Rozycki <macro@mips.com>
16431 Maciej W. Rozycki <macro@codesourcery.com>
16432
16433 * lib/gdb-utils.exp: New file.
16434 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16435 inline `gdb_init_command' processing.
16436 (gdb_start_cmd): Likewise.
16437 * lib/mi-support.exp (mi_run_cmd): Likewise.
16438 * README: Document `gdb_init_command' and `gdb_init_commands'.
16439
218c2655
JK
164402014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16441
16442 Fix false FAIL running under a very long directory name.
16443 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16444 and "set print elements 10000". Twice.
16445
5401fde3
YQ
164462014-07-11 Yao Qi <yao@codesourcery.com>
16447
16448 * gdb.base/exprs.exp: "set print symbol off".
16449
e76126e8
PA
164502014-07-11 Pedro Alves <palves@redhat.com>
16451
16452 * gdb.threads/kill.c: New file.
16453 * gdb.threads/kill.exp: New file.
16454
2d6f0de6
YQ
164552014-07-10 Yao Qi <yao@codesourcery.com>
16456
16457 * gdb.trace/tfile.c (write_basic_trace_file)
16458 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16459 address written to trace file.
16460
7180e04a
PA
164612014-07-09 Pedro Alves <palves@redhat.com>
16462
16463 * gdb.base/attach-wait-input.exp: New file.
16464 * gdb.base/attach-wait-input.c: New file.
16465
9a9a7608
AB
164662014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16467
16468 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16469 setting up test structures.
16470 (main): Call new test function.
16471 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16472 test function, continue into test function and walk test
16473 structures.
16474
161ac41e
YQ
164752014-07-02 Yao Qi <yao@codesourcery.com>
16476
16477 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16478 'bar_start' at the beginning of functions 'foo' and 'bar'
16479 respectively.
16480 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16481 instead of 'foo' and 'bar'.
16482
1f267ae3
MM
164832014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16484
16485 * gdb.btrace/segv.exp: New.
16486 * gdb.btrace/segv.c: New.
16487
2b239efb
LM
164882014-07-02 Luis Machado <lgustavo@codesourcery.com>
16489
16490 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16491 instruction.
16492
cf363f18
MW
164932014-06-30 Mark Wielaard <mjw@redhat.com>
16494
16495 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16496 vulture, vilify, villar): New volatile array constants.
16497 (vindictive, vegetation): New const volatile array constants.
16498 * gdb.base/volatile.exp: Test volatile and const volatile array
16499 types.
16500
aebf9d24
AA
165012014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16502
16503 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16504 target lacks support for awatch, rwatch, or hbreak.
16505
b67a2c6f
YQ
165062014-06-27 Yao Qi <yao@codesourcery.com>
16507
16508 * gdb.multi/dummy-frame-restore.exp: New.
16509 * gdb.multi/dummy-frame-restore.c: New.
16510
aef92902
MM
165112014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16512
16513 * gdb.btrace/gcore.exp: New.
16514
8e9db26e
PA
165152014-06-23 Pedro Alves <palves@redhat.com>
16516
16517 * gdb.base/watchpoint-reuse-slot.c: New file.
16518 * gdb.base/watchpoint-reuse-slot.exp: New file.
16519
70afc5b7
SC
165202014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16521
16522 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16523 progspace's filename in 'info', 'enable' and 'disable' command
16524 tests.
16525
b972bd9c
JK
165262014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16527
16528 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16529 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16530 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16531
125f8a3d
GB
165322014-06-20 Gary Benson <gbenson@redhat.com>
16533
16534 * gdb.arch/i386-avx.exp: Fix include file location.
16535 * gdb.arch/i386-sse.exp: Likewise.
16536
3ed9baed
IB
165372014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16538
16539 * gdb.dlang/expression.exp: New file.
16540
034f788c
PA
165412014-06-19 Pedro Alves <palves@redhat.com>
16542
16543 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16544 out from ...
16545 (top level): ... here. Iterate running tests under different
16546 scheduler-locking settings.
16547
45371d0c
LM
165482014-06-18 Luis Machado <lgustavo@codesourcery.com>
16549
16550 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16551 to DW_FORM_addr and use non-zero addresses.
16552
5d376983
SC
165532014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16554
16555 PR gdb/17017
16556 * gdb.python/py-xmethods.cc: Add global function call counters and
16557 increment them in their respective functions. Remove "cout"
16558 statements.
16559 * gdb.python/py-xmethods.exp: Make tests check the global function
16560 call counters instead of depending on inferior IO.
16561
a1aa2221
LM
165622014-06-18 Don Breazeal <donb@codesourcery.com>
16563
16564 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16565 Deleted procedure.
16566 (explicit_fork_parent_follow): Deleted procedure.
16567 (explicit_fork_child_follow): Deleted procedure.
16568 (test_follow_fork): New procedure.
16569 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16570 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16571 procedure calls.
16572
0fc05997
YQ
165732014-06-17 Yao Qi <yao@codesourcery.com>
16574
16575 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16576 CP1252.
16577
70795c52
LM
165782014-06-17 Luis Machado <lgustavo@codesourcery.com>
16579
16580 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16581 Initialize ptr and S explicitly.
16582 (skip_type_update_when_not_use_rtti_test): Likewise.
16583
6be47f0c
KS
165842014-06-16 Keith Seitz <keiths@redhat.com>
16585
16586 PR mi/15863
16587 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16588 the inferior is started.
16589
d03de421
PA
165902014-06-16 Pedro Alves <palves@redhat.com>
16591
16592 * gdb.base/break-main-file-remove-fail.c: New file.
16593 * gdb.base/break-main-file-remove-fail.exp: New file.
16594 * gdb.base/break-unload-file.exp: Use build_executable instead of
16595 prepare_for_testing.
16596 (test_break): New parameter "initial_load". Handle it.
16597 (top level): Add initial_load cmdline/file axis.
16598
f9579b99
TT
165992014-06-12 Tom Tromey <tromey@redhat.com>
16600
16601 * gdb.base/completion.exp: Don't use directory name in test.
16602
3657956b
GB
166032014-06-09 Gary Benson <gbenson@redhat.com>
16604
16605 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16606 separate the always-available ANSI-standard signals from the
16607 signals that require checking.
16608 (main): Likewise.
16609 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16610 Likewise.
16611 (main): Likewise.
16612
4186eb54
KS
166132014-06-07 Keith Seitz <keiths@redhat.com>
16614
16615 Revert:
16616 PR c++/16253
16617 * gdb.cp/var-tag.cc: New file.
16618 * gdb.cp/var-tag.exp: New file.
16619 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16620 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16621 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16622 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16623
25326a28 166242014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16625
16626 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16627
829155c9
PA
166282014-06-06 Pedro Alves <palves@redhat.com>
16629
16630 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16631 in target debug output instead of looking at RSP packets,
16632 disabling the test on any target that uses hardware stepping.
16633 Update comments.
16634
61c8d22e
PA
166352014-06-06 Pedro Alves <palves@redhat.com>
16636
16637 * gdb.base/break-unload-file.exp: Fix typo.
16638
d9a47287
YQ
166392014-06-06 Yao Qi <yao@codesourcery.com>
16640
16641 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16642 from "jit_function" to "^jit_function".
16643
e5e01dbf
YQ
166442014-06-06 Yao Qi <yao@codesourcery.com>
16645
16646 * gdb.base/async.c (foo): Add one statement.
16647 * gdb.base/async.exp: Get the next instruction address and
16648 match the output of "nexti" by instruction address. Match
16649 the hex address in the output of "finish".
16650
73ba372c
GB
166512014-06-06 Gary Benson <gbenson@redhat.com>
16652
16653 * gdb.base/call-signals.c: Remove preprocessor conditionals
16654 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16655 SIGSEGV and SIGTERM.
16656 * gdb.base/sigall.c: Likewise.
16657 * gdb.base/unwindonsignal.c: Likewise.
16658 * gdb.reverse/sigall-reverse.c: Likewise.
16659
831517df
YQ
166602014-06-06 Yao Qi <yao@codesourcery.com>
16661
16662 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16663 readable, skip the test.
16664
b8b91e98
YQ
166652014-06-06 Yao Qi <yao@codesourcery.com>
16666
16667 * gdb.threads/staticthreads.c (thread_function): Move the line
16668 setting breakpoint on forward.
16669 * gdb.threads/staticthreads.exp: Update comments.
16670
fb934770
LC
166712014-06-05 Ludovic Courtès <ludo@gnu.org>
16672
16673 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16674 "history-append! type error".
16675
6ef284bd
SM
166762014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16677
16678 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16679 erroneous dprintf expected input.
16680
a872e241
DE
166812014-06-04 Doug Evans <xdje42@gmail.com>
16682
16683 * gdb.guile/scm-generics.exp: Delete.
16684
16f691fb
DE
166852014-06-04 Doug Evans <xdje42@gmail.com>
16686
16687 * gdb.guile/scm-breakpoint.exp: Update.
16688 Add tests for breakpoint registration.
16689
012370f6
TT
166902014-06-04 Tom Tromey <tromey@redhat.com>
16691
16692 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16693 VLA-in-union.
16694 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16695 inner_vla_struct, vla_union types. Initialize objects of those
16696 types and compute their sizes.
16697
9f5a4cef
HZ
166982014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16699 Hui Zhu <hui@codesourcery.com>
16700
16701 * gdb.base/fileio.exp: Add test for shell not available as well as
16702 available.
16703 * gdb.base/fileio.c (test_system): Check for shell twice.
16704
90a45c4d
YQ
167052014-06-04 Yao Qi <yao@codesourcery.com>
16706
16707 * gdb.base/auto-connect-native-target.exp: Remove redundant
16708 space from the regexp pattern.
16709
70017e41
YQ
167102014-06-04 Yao Qi <yao@codesourcery.com>
16711
16712 * gdb.base/default.exp: Replace "child" with "native" in
16713 regexp pattern.
16714
883964a7
SC
167152014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16716
16717 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16718 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16719 * gdb.python/py-xmethods.py: Python script supporting the
16720 new testcase and tests.
16721
ef370185
JB
167222014-06-03 Joel Brobecker <brobecker@adacore.com>
16723 Pedro Alves <palves@redhat.com>
16724
16725 PR breakpoints/17000
16726 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16727 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16728
1e2ccb61
BM
167292014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16730
16731 * gdb.base/subst.exp: Add tests to verify partial path matching
16732 output.
16733
c6ec5ab2
PA
167342014-06-03 Pedro Alves <palves@redhat.com>
16735
16736 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16737 target that doesn't use software single-stepping.
16738
835c559f
PA
167392014-06-03 Pedro Alves <palves@redhat.com>
16740
16741 PR breakpoints/17000
16742 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16743 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16744
06eb1586
DE
167452014-06-02 Doug Evans <xdje42@gmail.com>
16746
16747 * gdb.guile/scm-parameter.exp: New file.
16748
e698b8c4
DE
167492014-06-02 Doug Evans <xdje42@gmail.com>
16750
16751 * gdb.guile/scm-cmd.c: New file.
16752 * gdb.guile/scm-cmd.exp: New file.
16753
ded03782
DE
167542014-06-02 Doug Evans <xdje42@gmail.com>
16755
16756 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16757 pretty-printer lookup.
16758 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16759 (make-pp_s-printer): Call it.
16760 (make-pretty-printer-from-dict): New function.
16761 (lookup-pretty-printer-maker-from-dict): New function.
16762 (*pretty-printer*): Simplify.
16763 (make-objfile-pp_s-printer): New function.
16764 (install-objfile-pretty-printers!): New function.
16765 (make-progspace-pp_s-printer): New function.
16766 (install-progspace-pretty-printers!): New function.
16767 * gdb.guile/scm-progspace.c: New file.
16768 * gdb.guile/scm-progspace.exp: New file.
16769
41fac0cf
PA
167702014-06-02 Pedro Alves <palves@redhat.com>
16771
16772 * gdb.base/dprintf-bp-same-addr.c: New file.
16773 * gdb.base/dprintf-bp-same-addr.exp: New file.
16774
96ae5695
EBM
167752014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16776
16777 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16778 * gdb.arch/powerpc-power.s: Likewise.
16779
da02b3a8
JB
167802014-06-02 Joel Brobecker <brobecker@adacore.com>
16781
16782 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16783
c72b2e7b
YQ
167842014-06-01 Yao Qi <yao@codesourcery.com>
16785
16786 * gdb.base/watchpoint.exp (test_watch_location): Check null
16787 pointer can be dereferenced. If not, do the test, otherwise
16788 skip it.
16789
53e8a631
AB
167902014-05-30 Andrew Burgess <aburgess@broadcom.com>
16791
16792 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16793 results.
16794 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16795
938f0e2f
AB
167962014-05-30 Andrew Burgess <aburgess@broadcom.com>
16797
16798 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16799 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16800 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16801 * gdb.arch/amd64-invalid-stack-top.c: New file.
16802 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16803
9ba6657a
PA
168042014-05-30 Pedro Alves <palves@redhat.com>
16805
16806 PR breakpoints/17000
16807 * gdb.base/sss-bp-on-user-bp.c: New file.
16808 * gdb.base/sss-bp-on-user-bp.exp: New file.
16809
522c09bf
DB
168102014-05-30 David Blaikie <dblaikie@gmail.com>
16811
16812 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16813 gnu_inline semantics via attribute.
16814 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16815 source explicitly specifies the required semantics.
16816
bf4ef81e
MR
168172014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16818
16819 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16820
329ea579
PA
168212014-05-29 Pedro Alves <palves@redhat.com>
16822 Tom Tromey <tromey@redhat.com>
16823
16824 * gdb.base/async-shell.exp: Don't enable target-async.
16825 * gdb.base/async.exp
16826 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16827 parameter. Adjust.
16828 (top level): Don't test with "target-async".
16829 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16830 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16831 * gdb.base/inferior-died.exp: Don't enable target-async.
16832 * gdb.base/interrupt-noterm.exp: Likewise.
16833 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16834 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16835 * gdb.mi/mi-nonstop.exp: Likewise.
16836 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16837 * gdb.mi/mi-nsintrall.exp: Likewise.
16838 * gdb.mi/mi-nsmoribund.exp: Likewise.
16839 * gdb.mi/mi-nsthrexec.exp: Likewise.
16840 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16841 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16842 * gdb.python/py-evsignal.exp: Don't enable target-async.
16843 * gdb.python/py-evthreads.exp: Likewise.
16844 * gdb.python/py-prompt.exp: Likewise.
16845 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16846 * gdb.server/solib-list.exp: Don't enable target-async.
16847 * gdb.threads/thread-specific-bp.exp: Likewise.
16848 * lib/mi-support.exp: Adjust to use mi-async.
16849
fd664c91
PA
168502014-05-29 Pedro Alves <palves@redhat.com>
16851
16852 PR gdb/13860
16853 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16854 reason, even in sync mode.
16855
251bde03
PA
168562014-05-29 Pedro Alves <palves@redhat.com>
16857 Hui Zhu <hui@codesourcery.com>
16858
16859 PR PR15693
16860 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16861 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16862 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16863 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16864
7f3c0343
JB
168652014-05-28 Joel Brobecker <brobecker@adacore.com>
16866
16867 * config/monitor.exp (gdb_target_monitor): Replace use of
16868 "set remotebaud" by "set serial baud".
16869
b2715b27
AW
168702014-05-26 Andy Wingo <wingo@igalia.com>
16871
16872 * gdb.guile/scm-breakpoint.exp:
16873 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16874 properties instead of gdb-object-properties.
16875
498a4489
YQ
168762014-05-26 Yao Qi <yao@codesourcery.com>
16877
16878 * gdb.server/no-thread-db.exp: Specify source file name
16879 explicitly when setting a breakpoint.
16880
589fdceb
MM
168812014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16882
16883 * gdb.btrace/vdso.c: New.
16884 * gdb.btrace/vdso.exp: New.
16885
e9089e05
MM
168862014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16887
16888 * gdb.base/gcore.exp (capture_command_output): Move ...
16889 * lib/gdb.exp (capture_command_output): ... here.
16890
67b5c0c1
MM
168912014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16892
16893 * gdb.btrace/data.exp: Test memory access during btrace replay.
16894
a2199296
SM
168952014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16896
16897 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16898
17b2616c
PA
168992014-05-21 Pedro Alves <palves@redhat.com>
16900
16901 PR gdb/13860
16902 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16903 (top level): Test that output related to execution commands is
16904 sent to the console with CLI commands, but not with MI commands.
16905 Test that breakpoint events are always mirrored to the console.
16906 Also expect the new source line to be output after a "next" in
16907 async mode too. Make it a pass/fail test.
16908 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16909 output.
16910 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16911
5166082f
PA
169122014-05-21 Pedro Alves <palves@redhat.com>
16913
16914 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16915 Use them to test variations of "list" after reaching a breakpoint.
16916 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16917 Test "list" with listsize 10 after reaching a breakpoint.
16918 * gdb.python/python.exp (decode_line current location line
16919 number): Adjust expected line number.
16920
2f25d70f
SM
169212014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16922
16923 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16924 behavior for $args, pass it directly to "run".
16925
ff604a67
MR
169262014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16927
16928 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16929 30000 to 65536.
16930
6a3cb8e8
PA
169312014-05-21 Pedro Alves <palves@redhat.com>
16932
16933 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16934 auto-connect-native-target off".
16935 * gdb.base/auto-connect-native-target.c: New file.
16936 * gdb.base/auto-connect-native-target.exp: New file.
16937
4ebfc96e
PA
169382014-05-21 Pedro Alves <palves@redhat.com>
16939
16940 * gdb.base/default.exp: Test "target native" instead of "target
16941 child".
16942
36d46afb
MW
169432014-05-21 Mark Wielaard <mjw@redhat.com>
16944
16945 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16946
5876f503
JK
169472014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16948
16949 Fix TLS access for -static -pthread.
16950 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16951 <HAVE_TLS> (thread_function, main): Initialize it.
16952 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16953 Add clean_restart.
16954 <$have_tls != "">: Check TLSVAR.
16955
0256a6ac
PA
169562014-05-21 Pedro Alves <palves@redhat.com>
16957
16958 * gdb.base/dcache-line-read-error.c: New.
16959 * gdb.base/dcache-line-read-error.exp: New.
16960
936d2992
PA
169612014-05-20 Pedro Alves <palves@redhat.com>
16962
16963 * gdb.base/compare-sections.c: New file.
16964 * gdb.base/compare-sections.exp: New file.
16965
802e8e6d
PA
169662014-05-20 Pedro Alves <palves@redhat.com>
16967
16968 * gdb.base/break-idempotent.c: New file.
16969 * gdb.base/break-idempotent.exp: New file.
16970
e59fa00f
MM
169712014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16972
16973 * gdb.btrace/nohist.exp: New.
16974
8b696e31
YQ
169752014-05-20 Yao Qi <yao@codesourcery.com>
16976
16977 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16978 gdb.reverse directory and gdb_reverse_timeout exists in board
16979 setting.
16980 * README: Document gdb_reverse_timeout.
16981
73c9764f
YQ
169822014-05-20 Yao Qi <yao@codesourcery.com>
16983
16984 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16985 'test_file_name'. Treat args as a string instead of a list.
16986 (gdb_init): Rename argument 'args' by 'test_file_name'.
16987
f1f4348a
JK
169882014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16989
16990 * gdb.arch/powerpc-power.exp: New file.
16991 * gdb.arch/powerpc-power.s: New file.
16992
0dbe70ce
DE
169932014-05-16 Doug Evans <dje@google.com>
16994
16995 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
16996 * gdb.base/completion.exp: Check that all expected files exist
16997 before doing file completion.
0dbe70ce 16998
8d551b02
DE
169992014-05-16 Doug Evans <dje@google.com>
17000
17001 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17002 Update.
17003 (do_syscall_tests_without_xml): Update.
17004
73eb7709
PA
170052014-05-16 Pedro Alves <palves@redhat.com>
17006
17007 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17008 instead of "unknown output after running".
17009
3fae92fc
YQ
170102014-05-16 Yao Qi <yao@codesourcery.com>
17011
17012 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17013 file1.txt from host at the end.
17014 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17015
c2b2ccc5
DE
170162014-05-15 Doug Evans <dje@google.com>
17017
17018 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17019 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17020 loading file. Add test for TU lookup.
17021
8c217a4b
SM
170222014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17023
17024 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17025 calling "-exec-arguments" or "set args" before running the
17026 inferior.
17027
3deb39c6
SM
170282014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17029
17030 * lib/mi-support.exp (mi_expect_stop): Expect message for
17031 inferiors that exit with non-zero exit code.
17032
71a79f8c
YQ
170332014-05-14 Yao Qi <yao@codesourcery.com>
17034
17035 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17036 match absolute path on remote host.
17037 (test_file_list_exec_source_files): Remove "/" from the
17038 pattern.
17039
f23fcd46
YQ
170402014-05-14 Yao Qi <yao@codesourcery.com>
17041
17042 * boards/local-remote-host-notty.exp (${board}_file): New
17043 proc.
17044
9404b58f
KM
170452014-05-07 Kyle McMartin <kyle@redhat.com>
17046
17047 Pushed by Joel Brobecker <brobecker@adacore.com>.
17048 * gdb.arch/aarch64-atomic-inst.c: New file.
17049 * gdb.arch/aarch64-atomic-inst.exp: New file.
17050
5e45f04c
YQ
170512014-05-07 Yao Qi <yao@codesourcery.com>
17052
17053 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17054 in current context" too.
17055
c888a17d
KS
170562014-05-05 Keith Seitz <keiths@redhat.com>
17057
17058 * gdb.linespec/ls-dollar.exp: Add test for linespec
17059 file:convenience_variable.
17060
290a839c
YQ
170612014-05-05 Yao Qi <yao@codesourcery.com>
17062
17063 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17064 traceframes into tfile and ctf trace files. Read data from
17065 trace file and test collected data.
17066 (gdb_collect_locals_test): Likewise.
17067 (gdb_unavailable_registers_test): Likewise.
17068 (gdb_unavailable_floats): Likewise.
17069 (gdb_collect_globals_test): Likewise.
17070 (top-level): Append "ctf" to trace_file_targets if GDB
17071 supports.
17072
b5262cd0
YQ
170732014-05-05 Yao Qi <yao@codesourcery.com>
17074
17075 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17076 code to ...
17077 (gdb_collect_args_test_1): ... it. New proc.
17078 (gdb_collect_locals_test): Move some code to ...
17079 (gdb_collect_locals_test_1): ... it. New proc.
17080 (gdb_unavailable_registers_test): Move some code to ...
17081 (gdb_unavailable_registers_test_1): ... it. New proc.
17082 (gdb_unavailable_floats): Move some code to ...
17083 (gdb_unavailable_floats_1): ... it. New proc.
17084
30a1e6cc
SDJ
170852014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17086
17087 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17088 probes to test for bitness recognition.
17089 * gdb.arch/amd64-stap-optional-prefix.exp
17090 (test_probe_value_without_reg): New procedure.
17091 Add code to test for different kinds of bitness.
17092
f33da99a
SDJ
170932014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17094
17095 PR breakpoints/16889
17096 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17097 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17098
5b80f00d
PA
170992014-05-01 Pedro Alves <palves@redhat.com>
17100
17101 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17102 gdb_file_cmd if no file is specified.
17103 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17104 last_loaded_file to set the remote exec-file.
17105
f8c2a73c
PA
171062014-05-01 Pedro Alves <palves@redhat.com>
17107
17108 * boards/local-remote-host.exp: New file.
17109
be6e8ac7
PA
171102014-05-01 Pedro Alves <palves@redhat.com>
17111
17112 * boards/local-remote-host.exp: Rename to ...
17113 * boards/local-remote-host-notty.exp: ... this.
17114
cac0dc8f
JB
171152014-04-28 Joel Brobecker <brobecker@adacore.com>
17116
17117 * gdb.ada/dyn_arrayidx: New testcase.
17118
9730e6cc
YQ
171192014-04-26 Yao Qi <yao@codesourcery.com>
17120
17121 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17122 and compute the length of function main. Save it in
17123 $main_length.
17124 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17125 (top-level): Use gdb_compile to compile objects into
17126 executable and restart GDB. Remove invocation to
17127 prepare_for_testing.
17128
7ae1a6a6
PA
171292014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17130 Pedro Alves <palves@redhat.com>
17131
17132 PR server/16255
17133 * gdb.multi/multi-attach.c: New file.
17134 * gdb.multi/multi-attach.exp: New file.
17135
4082afcc
PA
171362014-04-25 Pedro Alves <palves@redhat.com>
17137
17138 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17139 user.
17140 (top level): Test that "set remote conditional-breakpoints-packet
17141 off" works as intended.
17142 * gdb.base/dprintf.exp: Test that "set remote
17143 breakpoint-commands-packet off" works as intended.
17144 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17145 New function.
17146 (top level): Call it.
17147 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17148 remote fast-tracepoints-packet off" works as intended.
17149 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17150 * lib/gdb.exp (gdb_is_target_remote): ... here.
17151
2abc3f8d
DB
171522014-04-24 David Blaikie <dblaikie@gmail.com>
17153
17154 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17155 ensure clang would not discard them.
17156 * gdb.base/gdbvars.c: Ditto.
17157 * gdb.base/memattr.c: Ditto.
17158 * gdb.base/whatis.c: Ditto.
17159 * gdb.python/py-prettyprint.c: Ditto.
17160 * gdb.trace/actions.c: Ditto.
17161 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17162 ensure clang would not discard it.
17163
bfd39632
DB
171642014-04-24 David Blaikie <dblaikie@gmail.com>
17165
17166 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17167 clang to emit the full definition of type required by the test
17168 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17169
22842ff6
DB
171702014-04-24 David Blaikie <dblaikie@gmail.com>
17171
17172 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17173 coax Clang into emitting the definition of the type.
17174 * gdb.cp/pr10728-x.h (y): Ditto.
17175 * gdb.cp/pr10728-y.cc (y): Ditto.
17176
c2e827ad
DB
171772014-04-24 David Blaikie <dblaikie@gmail.com>
17178
17179 * gdb.base/label.exp: XFAIL label related tests under Clang.
17180 * gdb.cp/cplabel.exp: Ditto.
17181 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17182 under Clang those using labels.
17183
4c2d33e7
YQ
171842014-04-25 Yao Qi <yao@codesourcery.com>
17185
17186 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17187 double_label.
17188 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17189 partial_label and double_label.
17190
56083b99
DB
171912014-04-24 David Blaikie <dblaikie@gmail.com>
17192
17193 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17194
25d4e99d
DB
171952014-04-24 David Blaikie <dblaikie@gmail.com>
17196
17197 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17198 of the function to work across GCC and Clang.
17199 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17200 pointer types (const void ** const V void **).
17201
01f9f808
MS
172022014-04-24 Michael Sturm <michael.sturm@mintel.com>
17203 Walfred Tedeschi <walfred.tedeschi@intel.com>
17204
17205 * Makefile.in (EXECUTABLES): Added i386-avx512.
17206 * gdb.arch/i386-avx512.c: New file.
17207 * gdb.arch/i386-avx512.exp: Likewise.
17208
4b48d439
KS
172092014-04-23 Keith Seitz <keiths@redhat.com>
17210
17211 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17212 (mi_make_breakpoint_table): New procedure.
17213 (mi_create_breakpoint): Use mi_make_breakpoint
17214 and return the result.
17215 (mi_make_breakpoint): New procedure.
17216 (mi_build_kv_pairs): New procedure.
17217
17218 * gdb.mi/mi-break.exp: Remove unused globals,
17219 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17220 All callers updated.
17221 * gdb.mi/mi-dprintf.exp: Use variable to track command
17222 number.
17223 Update all callers of mi_create_breakpoint and use
17224 mi_make_breakpoint_table.
17225 Remove any unused global variables.
17226 * gdb.mi/mi-nonstop.exp: Likewise.
17227 * gdb.mi/mi-nsintrall.exp: Likewise.
17228 * gdb.mi/mi-nsmoribund.exp: Likewise.
17229 * gdb.mi/mi-nsthrexec.exp: Likewise.
17230 * gdb.mi/mi-reverse.exp: Likewise.
17231 * gdb.mi/mi-simplerun.exp: Likewise.
17232 * gdb.mi/mi-stepn.exp: Likewise.
17233 * gdb.mi/mi-syn-frame.exp: Likewise.
17234 * gdb.mi/mi-until.exp: Likewise.
17235 * gdb.mi/mi-var-cp.exp: Likewise.
17236 * gdb.mi/mi-var-display.exp: Likewise.
17237 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17238 * gdb.mi/mi2-var-child.exp: Likewise.
17239 * gdb.mi/mi-vla-c99.exp: Likewise.
17240 * lib/mi-support.exp: Likewise.
17241
17242 From Ian Lance Taylor <iant@cygnus.com>:
17243 * lib/gdb.exp (parse_args): New procedure.
17244
08351840
PA
172452014-04-23 Pedro Alves <palves@redhat.com>
17246
17247 * gdb.base/break-unload-file.c: New file.
17248 * gdb.base/break-unload-file.exp: New file.
17249 * gdb.base/sym-file-lib.c (baz): New function.
17250 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17251 field.
17252 (load): Store the segment's mapped size.
17253 (unload): New function.
17254 (unload_shlib): New function.
17255 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17256 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17257 set a breakpoint at baz, and call it.
17258 * gdb.base/sym-file.exp: New tests for stale breakpoint
17259 instructions.
17260
076855f9
PA
172612014-04-23 Pedro Alves <palves@redhat.com>
17262
17263 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17264 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17265 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17266 * gdb.base/hbreak-unmapped.c: New file.
17267 * gdb.base/hbreak-unmapped.exp: New file.
17268 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17269 * lib/gdb.exp (gdb_is_target_remote): ... here.
17270
483805cf
PA
172712014-04-22 Pedro Alves <palves@redhat.com>
17272
17273 * gdb.base/consecutive-step-over.c: New file.
17274 * gdb.base/consecutive-step-over.exp: New file.
17275
06d97543
PA
172762014-04-22 Pedro Alves <palves@redhat.com>
17277
17278 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17279 instead of send_gdb/gdb_expect.
17280
b4429ea2
YQ
172812014-04-22 Yao Qi <yao@codesourcery.com>
17282
17283 * lib/trace-support.exp (generate_tracefile): New procedure.
17284 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17285 return 0.
17286 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17287 if generate_tracefile returns 1.
17288
51d48146
PA
172892014-04-18 Tom Tromey <palves@redhat.com>
17290 Pedro alves <tromey@redhat.com>
17291
17292 PR backtrace/15558
17293 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17294 with a backtrace limit.
17295 * gdb.python/py-frame-inline.exp: Test running to an inline
17296 function with a backtrace limit, and printing the newest frame.
17297 * gdb.python/py-frame-inline.c (main): Call f.
17298
bd1dce5f
MS
172992014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17300
17301 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17302
40d1a503
MS
173032014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17304
17305 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17306 Drop prefix from unsupported source file path.
17307
389b98f7
YQ
173082014-04-17 Yao Qi <yao@codesourcery.com>
17309
17310 * lib/gdb.exp (with_target_charset): New proc.
17311 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17312 with_target_charset.
17313 (test_print_strings): Likewise.
17314 (test_repeat_bytes): Likewise.
17315 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17316 for some tests.
17317
22869d73
KS
173182014-04-16 Keith Seitz <keiths@redhat.com>
17319
17320 PR gdb/15827
17321 * gdb.dwarf2/corrupt.c: New file.
17322 * gdb.dwarf2/corrupt.exp: New file.
17323
c4f87ca6
KS
173242014-04-16 Keith Seitz <keiths@redhat.com>
17325
17326 PR c++/16597
17327 * gdb.cp/namelessclass.cc: New file.
17328 * gdb.cp/namelessclass.exp: New file.
17329 * gdb.cp/namelessclass.S: New file.
17330
ab19de87
DE
173312014-04-16 Doug Evans <dje@google.com>
17332
17333 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17334 Add comment.
17335 (gdbserver_default_get_comm_port): New function.
17336 (gdbserver_start): Check if board file provided
17337 "gdbserver,get_comm_port" and use it if so.
17338 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17339 (gdb,socketport): Set to "stdio".
17340 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17341 (stdio_gdbserver_template): Delete.
17342 (${board}_get_remote_address): Update.
17343 (${board}_build_remote_cmd): Delete.
17344 (${board}_get_comm_port): New function.
17345 (${board}_spawn): Update.
17346 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17347 Delete.
17348 (${board}_get_remote_address): Update.
17349 (${board}_get_comm_port): New function.
17350
fc98a809
AB
173512014-04-16 Andrew Burgess <aburgess@broadcom.com>
17352
17353 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17354 appearing in any order.
17355
87fd9e6e
DE
173562014-04-15 Doug Evans <dje@google.com>
17357
17358 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17359 uninitialized value of "description".
17360
099fc3ea
KS
173612014-04-15 Keith Seitz <keiths@redhat.com>
17362
17363 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17364 Remove unused globals.
17365 (test_running_the_program): Likewise.
17366 (test_controlled_execution): Likewise.
17367 (test_controlling_breakpoints): Likewise.
17368 (test_program_termination): Likewise.
17369
5da151d4
KS
173702014-04-15 Keith Seitz <keiths@redhat.com>
17371
17372 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17373 unused globals.
17374 (test_rbreak_creation_and_listing): Likewise.
17375 (test_ignore_count): Likewise.
17376 (test_error): Likewise.
17377
35e5d2f0
PA
173782014-04-15 Pedro Alves <palves@redhat.com>
17379
17380 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17381 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17382 sym-file-loader.c.
17383 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17384 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17385 to sym-file-loader.c.
17386 (struct library): Forward declare.
17387 (load_shlib, lookup_function): Change prototypes.
17388 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17389 (translate_offset): Remove declarations.
17390 (get_text_addr): New declaration.
17391 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17392 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17393 sym-file-loader.h.
17394 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17395 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17396 here from sym-file-loader.h.
17397 (struct library): New structure.
17398 (load_shlib, lookup_function): Change prototypes and adjust to
17399 work with a struct library.
17400 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17401 (translate_offset): Make static.
17402 (get_text_addr): New function.
17403 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17404
eb4c1710
PA
174052014-04-15 Pedro Alves <palves@redhat.com>
17406
17407 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17408
2d1baf52
PA
174092014-04-15 Pedro Alves <palves@redhat.com>
17410
17411 * gdb.base/sym-file-loader.c: Include <limits.h>.
17412 (SELF_LINK): New define.
17413 (get_origin): New function.
17414 (load_shlib): Use it.
17415 * gdb.base/sym-file.exp: Don't early return if the target is
17416 remote. Use runto_main, and issue fail is that fails. Use
17417 gdb_load_shlibs.
17418 (shlib_name): Delete.
17419 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17420
7dd6df01
PA
174212014-04-15 Pedro Alves <palves@redhat.com>
17422
17423 * gdb.base/sym-file.exp: Remove regex characters from test
17424 message. Don't refer to breakpoint numbers in test messages.
17425
b50c8614
KS
174262014-04-14 Keith Seitz <keiths@redhat.com>
17427
17428 PR c++/16253
17429 * gdb.cp/var-tag.cc: New file.
17430 * gdb.cp/var-tag.exp: New file.
17431 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17432 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17433 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17434 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17435
3d567982
TT
174362014-04-14 Tom Tromey <tromey@redhat.com>
17437
17438 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17439 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17440 type.
17441 * gdb.cp/enum-class.exp: New file.
17442 * gdb.cp/enum-class.cc: New file.
17443
0626fc76
TT
174442014-04-14 Tom Tromey <tromey@redhat.com>
17445
17446 * gdb.dwarf2/enum-type.exp: New file.
17447
dca325b3
SA
174482014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17449
17450 * gdb.mi/mi-vla-c99.exp: New file.
17451 * gdb.mi/vla.c: New file.
17452
5854b38a
SA
174532014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17454
17455 * gdb.base/vla-datatypes.c: New file.
17456 * gdb.base/vla-datatypes.exp: New file.
17457
463bb957
SA
174582014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17459
17460 * gdb.base/vla-ptr.c: New file.
17461 * gdb.base/vla-ptr.exp: New file.
17462
3dd170be
SA
174632014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17464
17465 * gdb.dwarf2/count.exp: New file.
17466
5ecaaa66
SA
174672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17468
17469 * gdb.base/vla-sideeffect.c: New file.
17470 * gdb.base/vla-sideeffect.exp: New file.
17471
41f1ada5
DB
174722014-04-14 David Blaikie <dblaikie@gmail.com>
17473
17474 * gdb.mi/non-stop.c: Add return value for non-void function return
17475 statement.
17476 * gdb.threads/staticthreads.c: Ditto.
17477
0be03e84
DE
174782014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17479 Doug Evans <xdje42@gmail.com>
17480
17481 * gdb.guile/scm-value.c: Improve test case.
17482 * gdb.guile/scm-value.exp: Add new test.
17483
f180a1fb
DB
174842014-04-11 David Blaikie <dblaikie@gmail.com>
17485
17486 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17487 override Clang's default.
17488
6b662e19
JB
174892014-04-11 Joel Brobecker <brobecker@adacore.com>
17490
17491 Revert the following changes (regressions):
17492
17493 * gdb.base/vla-sideeffect.c: New file.
17494 * gdb.base/vla-sideeffect.exp: New file.
17495
17496 * gdb.dwarf2/count.exp: New file.
17497
17498 * gdb.base/vla-multi.c: New file.
17499 * gdb.base/vla-multi.exp: New file.
17500
17501 * gdb.base/vla-ptr.c: New file.
17502 * gdb.base/vla-ptr.exp: New file.
17503
17504 * gdb.base/vla-datatypes.c: New file.
17505 * gdb.base/vla-datatypes.exp: New file.
17506
17507 * gdb.mi/mi-vla-c99.exp: New file.
17508 * gdb.mi/vla.c: New file.
17509
245a5f0b
KS
175102014-04-11 Keith Seitz <keiths@redhat.com>
17511
17512 PR c++/16675
17513 * gdb.cp/cpsizeof.exp: New file.
17514 * gdb.cp/cpsizeof.cc: New file.
17515
58a84dcf
SA
175162014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17517
191a8a90
JB
17518 * gdb.mi/mi-vla-c99.exp: New file.
17519 * gdb.mi/vla.c: New file.
58a84dcf 17520
c8655f75
SA
175212014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17522
17523 * gdb.base/vla-datatypes.c: New file.
17524 * gdb.base/vla-datatypes.exp: New file.
17525
024e13b4
SA
175262014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17527
17528 * gdb.base/vla-ptr.c: New file.
17529 * gdb.base/vla-ptr.exp: New file.
17530
1a237e0e
SA
175312014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17532
17533 * gdb.base/vla-multi.c: New file.
17534 * gdb.base/vla-multi.exp: New file.
17535
504f3432
SA
175362014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17537
17538 * gdb.dwarf2/count.exp: New file.
17539
3bce8237
SA
175402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17541
191a8a90
JB
17542 * gdb.base/vla-sideeffect.c: New file.
17543 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 17544
322f9c21
YQ
175452014-04-11 Yao Qi <yao@codesourcery.com>
17546
17547 * gdb.base/completion.exp: Check file exists before running tests
17548 on file completion.
17549
d708bcd1
PA
175502014-04-10 Pedro Alves <palves@redhat.com>
17551
17552 * gdb.base/cond-eval-mode.c: New file.
17553 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17554 prepare_for_testing to build the new file. Check result of
17555 runto_main.
17556 (test_break, test_watch): New procedures.
17557 (top level): Use them.
17558
ae1d2761
PM
175592014-04-08 Pierre Muller <muller@sourceware.org>
17560
17561 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17562 Ctrl-V use for mingw hosts.
17563
7af389b8
SC
175642014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17565
17566 * gdb.python/py-value.c: Improve test case.
17567 * gdb.python/py-value.exp: Add new test.
17568
5e703181
DE
175692014-04-07 David Blaikie <dblaikie@gmail.com>
17570
17571 * lib/compiler.c: Identify the clang compiler.
17572 * lib/compiler.cc: Ditto.
17573
9810b410
YQ
175742014-04-03 Yao Qi <yao@codesourcery.com>
17575
17576 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17577
98d1b8dc
AB
175782014-04-01 Anton Blanchard <anton@samba.org>
17579
17580 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17581 messages unique.
17582
3114cea1
AB
175832014-04-01 Anton Blanchard <anton@samba.org>
17584
17585 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17586 prepare_for_testing.
17587
62f7182c
AB
175882014-04-01 Anton Blanchard <anton@samba.org>
17589
17590 * gdb.arch/ppc64-atomic-inst.c: Remove.
17591 * gdb.arch/ppc64-atomic-inst.S: New file.
17592 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17593
770e7fc7
DE
175942014-03-31 Doug Evans <dje@google.com>
17595
17596 * gdb.base/print-symbol-loading-lib.c: New file.
17597 * gdb.base/print-symbol-loading-main.c: New file.
17598 * gdb.base/print-symbol-loading.exp: New file.
17599
46e2bafa
YQ
176002014-03-31 Yao Qi <yao@codesourcery.com>
17601
17602 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17603
8776cfe9
JB
176042014-03-28 Joel Brobecker <brobecker@adacore.com>
17605
17606 * gdb.ada/mi_dyn_arr: New testcase.
17607
5d1ef361
DE
176082014-03-27 Doug Evans <dje@google.com>
17609
17610 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17611
b5bee914
YQ
176122014-03-27 Yao Qi <yao@codesourcery.com>
17613
17614 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17615 if target is nios2-*-*.
17616
0d4d0e77
YQ
176172014-03-26 Yao Qi <yao@codesourcery.com>
17618
17619 * lib/gdb.exp (readline_is_used): New proc.
17620 * gdb.base/completion.exp: Move tests on command complete up.
17621 Skip the rest of tests if readline is not used.
17622 * gdb.ada/complete.exp: Skp the test if readline is not
17623 used.
17624 * gdb.base/filesym.exp: Likewise.
17625 * gdb.base/macscp.exp: Likewise.
17626 * gdb.base/readline-ask.exp: Likewise.
17627 * gdb.base/readline.exp: Likewise.
17628 * gdb.python/py-cmd.exp: Likewise.
17629 * gdb.trace/tfile.exp: Likewise.
17630
29361eee
YQ
176312014-03-26 Yao Qi <yao@codesourcery.com>
17632
17633 * gdb.base/macscp.exp: Fix code format issues.
17634
bc9a5525
UW
176352014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17636
17637 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17638 * gdb.asm/powerpc64le.inc: New file.
17639
d3839ede
PA
176402014-03-25 Pedro Alves <palves@redhat.com>
17641 Doug Evans <dje@google.com>
17642
17643 * gdb.base/source-execution.c: New file.
17644 * gdb.base/source-execution.exp: New file.
17645 * gdb.base/source-execution.gdb: New file.
17646
01672a57
DE
176472014-03-24 Doug Evans <dje@google.com>
17648
17649 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17650 using fission.
17651
88bbeca9
HZ
176522014-03-24 Hui Zhu <hui@codesourcery.com>
17653 Pedro Alves <palves@redhat.com>
17654
17655 PR breakpoints/16101
17656 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17657 test pass/fail messages. Detect missing support for dprintf when
17658 breakpoints are actually inserted.
17659 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17660 breakpoints are actually inserted.
17661 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17662 fails.
17663
d2348791
JK
176642014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17665
17666 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17667
feef67ab
DE
176682014-03-22 Doug Evans <xdje42@gmail.com>
17669
17670 * gdb.python/python.exp (python not supported): Verify multi-line
17671 python command issues an error.
25d743f9 17672 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17673 guile command issues an error.
feef67ab 17674
ecebef6a
MR
176752014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17676
17677 * gdb.threads/thread-specific.exp: Handle the lack of usable
17678 $this_breakpoint and $this_thread.
17679
ccdd1909
HZ
176802014-03-21 Hui Zhu <hui@codesourcery.com>
17681
17682 * gdb.base/attach.exp (do_command_attach_tests): New.
17683
beb460e8
PA
176842014-03-20 Tom Tromey <tromey@redhat.com>
17685 Pedro Alves <palves@redhat.com>
17686
17687 PR cli/15718
17688 * gdb.base/condbreak-call-false.c: New file.
17689 * gdb.base/condbreak-call-false.exp: New file.
17690
40acf43a
PA
176912014-03-20 Pedro Alves <palves@redhat.com>
17692
17693 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17694 Delete.
17695 (block_signals, unblock_signals): Delete.
17696 (child_function_2, main): Remove references to deleted variable
17697 and functions.
17698
9f5e1e02
PA
176992014-03-20 Pedro Alves <palves@redhat.com>
17700
17701 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17702 Use pthread_kill to signal thread 2.
17703 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17704 Adjust to make the test send itself a signal rather than using the
17705 host's "kill" command.
17706
99619bea
PA
177072014-03-20 Pedro Alves <palves@redhat.com>
17708
17709 * gdb.threads/multiple-step-overs.c: New file.
17710 * gdb.threads/multiple-step-overs.exp: New file.
17711 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17712 Adjust expected infrun debug output.
17713
2adfaa28
PA
177142014-03-20 Pedro Alves <palves@redhat.com>
17715
17716 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17717 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17718
31e77af2
PA
177192014-03-20 Pedro Alves <palves@redhat.com>
17720
17721 PR breakpoints/7143
17722 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17723 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17724 of gdb_test_multiple.
17725 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17726 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17727
b9f437de
PA
177282014-03-20 Pedro Alves <palves@redhat.com>
17729
17730 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17731 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17732
05adc73e
PA
177332014-03-19 Pedro Alves <palves@redhat.com>
17734
17735 * gdb.base/async.exp: Remove early return.
17736
6048b950
PA
177372014-03-19 Pedro Alves <palves@redhat.com>
17738
17739 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17740
8bcfb00a
PA
177412014-03-19 Pedro Alves <palves@redhat.com>
17742
17743 * gdb.base/async.exp (test_background): Expect \r\n after
17744 "completed." in the fail pattern.
17745
884e37dc
PA
177462014-03-19 Pedro Alves <palves@redhat.com>
17747
17748 * gdb.base/async.exp (test_background): New procedure.
17749 Use it for all background execution command tests.
17750
148e57e2
PA
177512014-03-19 Pedro Alves <palves@redhat.com>
17752
17753 * gdb.base/async.exp: Use prepare_for_testing.
17754
f48088c7
PA
177552014-03-19 Pedro Alves <palves@redhat.com>
17756
17757 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17758 the same line.
17759
e2f6c966
PA
177602014-03-19 Pedro Alves <palves@redhat.com>
17761
17762 * gdb.base/async.c (main): Add "jump here" and "until here" line
17763 marker comments.
17764 * gdb.base/async.exp (jump_here): New global.
17765 (jump& test): Use it.
17766 (until_here): New global.
17767 (until& test): Use it.
17768
c30568d4
PA
177692014-03-19 Pedro Alves <palves@redhat.com>
17770
17771 * gdb.base/async.exp: Don't frob gdb_protocol.
17772
0172b6a7
DE
177732014-03-18 Doug Evans <xdje42@gmail.com>
17774
17775 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17776 Fix spelling of exec-done-display.
17777
06c868a8
JK
177782014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17779
17780 PR gdb/15358
17781 * gdb.base/gdb-sigterm.c: New file.
17782 * gdb.base/gdb-sigterm.exp: New file.
17783
0c7e1a46
PA
177842014-03-18 Pedro Alves <palves@redhat.com>
17785
17786 PR gdb/13860
17787 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17788 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17789 solib-event.
17790
f7c77d93
JB
177912014-03-17 Joel Brobecker <brobecker@adacore.com>
17792
17793 * gdb.ada/pckd_arr_ren: New testcase.
17794
5a1e8c7a
DE
177952014-03-13 Doug Evans <xdje42@gmail.com>
17796
17797 PR guile/16612
17798 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17799 collect after discarding symbols.
17800
350e1a76
DE
178012014-03-13 Ludovic Courtès <ludo@gnu.org>
17802 Doug Evans <xdje42@gmail.com>
17803
17804 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17805 to history survives a gc.
17806
a69900ae
PA
178072014-03-13 Pedro Alves <palves@redhat.com>
17808
17809 * gdb.base/default.exp: Don't test "target procfs".
17810
5db9f0bd
PA
178112014-03-13 Pedro Alves <palves@redhat.com>
17812
17813 * gdb.base/default.exp: Update "target child" and "target procfs"
17814 tests to not expect "Unix".
17815
b3ccfe11
TT
178162014-03-12 Tom Tromey <tromey@redhat.com>
17817
17818 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17819 New procs. Add target-async tests.
17820 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17821 Add target-async tests.
17822
646f4417
AA
178232014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17824
17825 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17826 'func_start' and 'func_end' for the beginning and end of the
17827 function code, respectively.
17828 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17829 'func_end' instead of 'func' and 'main'.
17830
288c211f
AA
178312014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17832
17833 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17834 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17835 generate the debug info assembler source.
17836
e0c0f156
AA
178372014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17838
17839 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17840 * gdb.dwarf2/arr-subrange.exp: Likewise.
17841 * gdb.dwarf2/dwz.exp: Likewise.
17842 * gdb.dwarf2/method-ptr.exp: Likewise.
17843 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17844 * gdb.dwarf2/subrange.exp: Likewise.
17845 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17846 * gdb.dwarf2/implptrpiece.exp: Likewise.
17847 * gdb.dwarf2/nostaticblock.exp: Likewise.
17848
0e5c4555
AA
178492014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17850
17851 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17852 directory to absolute path name arguments.
17853
5ec18f2b
JG
178542014-03-10 Joel Brobecker <brobecker@adacore.com>
17855
17856 * gdb.ada/tagged_access: New testcase.
17857
847fc4f2
MM
178582014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17859
17860 * gdb.btrace/data.exp: Update expected output.
17861
cc3da688
YQ
178622014-03-06 Yao Qi <yao@codesourcery.com>
17863
17864 * gdb.trace/pr16508.exp: New file.
17865
0f26cec1
PA
178662014-03-05 Pedro Alves <palves@redhat.com>
17867
17868 PR gdb/16575
17869 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17870 procedure.
17871 (top level): Adjust to use it. Add tests that exercise breakpoint
17872 interaction with the code-cache.
17873
7a5a839f
LC
178742014-02-26 Ludovic Courtès <ludo@gnu.org>
17875
17876 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17877 test for 'history-append!'.
17878
31aa7e4e
JB
178792014-02-26 Joel Brobecker <brobecker@adacore.com>
17880
17881 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17882 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17883 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17884 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17885 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17886 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17887
1b588015
JB
178882014-02-26 Joel Brobecker <brobecker@adacore.com>
17889
17890 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17891 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17892 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17893
55426c9d
JB
178942014-02-26 Joel Brobecker <brobecker@adacore.com>
17895
17896 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17897
dc53a7ad
JB
178982014-02-26 Joel Brobecker <brobecker@adacore.com>
17899
17900 * gdb.dwarf2/arr-stride.c: New file.
17901 * gdb.dwarf2/arr-stride.exp: New file.
17902
12ab52e9
PA
179032014-02-26 Pedro Alves <palves@redhat.com>
17904
17905 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17906 that won't ever trigger. Make sure that GDB reports the correct
17907 breakpoint that caused the stop.
17908
849c862e
JK
179092014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17910
17911 PR gdb/16626
17912 * gdb.base/auto-load-script: New file.
17913 * gdb.base/auto-load.c: New file.
17914 * gdb.base/auto-load.exp: New file.
17915
71b7d793
JK
17916 PR gdb/16626
17917 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17918
e2f0d509
JK
179192014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17920
17921 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17922 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17923
50cc37c8
DE
179242014-02-24 Doug Evans <dje@google.com>
17925
17926 * lib/gdb.exp (run_on_host): Log error output if program fails.
17927
ea4758f2
PA
179282014-02-21 Pedro Alves <palves@redhat.com>
17929
17930 * gdb.threads/step-after-sr-lock.c: Rename to ...
17931 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17932 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17933 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17934 ... this.
17935
d7b30f67
SDJ
179362014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17937
17938 PR tdep/16397
17939 * gdb.arch/amd64-stap-special-operands.exp: New file.
17940 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17941 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17942 * gdb.arch/amd64-stap-triplet.S: Likewise.
17943 * gdb.arch/amd64-stap-triplet.c: Likewise.
17944
83deb43f
JB
179452014-02-20 Joel Brobecker <brobecker@adacore.com>
17946
17947 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17948 in .section pseudo-op.
17949
adde2bff
DE
179502014-02-20 lin zuojian <manjian2006@gmail.com>
17951 Joel Brobecker <brobecker@adacore.com>
17952 Doug Evans <xdje42@gmail.com>
17953
17954 PR symtab/16581
17955 * gdb.dwarf2/dw2-icycle.S: New file.
17956 * gdb.dwarf2/dw2-icycle.c: New file.
17957 * gdb.dwarf2/dw2-icycle.exp: New file.
17958
f7bd0f78
SC
179592014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17960
17961 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17962 operations on gdb.Value objects.
17963 * gdb.python/py-value-cc.exp: Add new test to test operations on
17964 gdb.Value objects.
17965
c17ef0d5
DE
179662014-02-18 Doug Evans <dje@google.com>
17967
17968 * Makefile.in (TESTS): New variable.
17969 (expanded_tests, expanded_tests_or_none): New variables
17970 (check-single): Pass $(expanded_tests_or_none) to runtest.
17971 (check-parallel): Only run tests in $(TESTS) if non-empty.
17972 (check/no-matching-tests-found): New rule.
17973 * README: Document TESTS makefile variable.
17974
5dd3176f
DE
179752014-02-18 Doug Evans <dje@google.com>
17976
17977 * Makefile.in (check-parallel): rm -rf outputs temp.
17978
0b10be4f
JK
179792014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17980
17981 Fix "ERROR: no fileid for" in the testsuite.
17982 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17983
85f224e7
DE
179842014-02-12 Doug Evans <dje@google.com>
17985
17986 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17987 (MISCELLANEOUS): New variable.
17988 (clean): rm -rf $(MISCELLANEOUS).
17989 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17990 dwp live in the same directory as symlinks, with each symlink pointed
17991 to a differently named file in a different directory.
17992
149b30ff
DE
179932014-02-11 Doug Evans <dje@google.com>
17994
17995 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17996 of Tcl file commands.
17997
1dfdac32
MK
179982014-02-10 Mark Kettenis <kettenis@gnu.org>
17999
18000 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18001 "kill -SIGUSR1 -1".
18002
aa4fb036
JB
180032014-02-10 Joel Brobecker <brobecker@adacore.com>
18004
18005 * gdb.ada/tick_length_array_enum_idx: New testcase.
18006
ed3ef339
DE
180072014-02-10 Doug Evans <xdje42@gmail.com>
18008
18009 * configure.ac (AC_OUTPUT): Add gdb.guile.
18010 * configure: Regenerate.
18011 * lib/gdb-guile.exp: New file.
18012 * lib/gdb.exp (get_target_charset): New function.
18013 * gdb.base/help.exp: Update expected output from "apropos apropos".
18014 * gdb.guile/Makefile.in: New file.
18015 * gdb.guile/guile.exp: New file.
18016 * gdb.guile/scm-arch.c: New file.
18017 * gdb.guile/scm-arch.exp: New file.
18018 * gdb.guile/scm-block.c: New file.
18019 * gdb.guile/scm-block.exp: New file.
18020 * gdb.guile/scm-breakpoint.c: New file.
18021 * gdb.guile/scm-breakpoint.exp: New file.
18022 * gdb.guile/scm-disasm.c: New file.
18023 * gdb.guile/scm-disasm.exp: New file.
18024 * gdb.guile/scm-equal.c: New file.
18025 * gdb.guile/scm-equal.exp: New file.
18026 * gdb.guile/scm-error.exp: New file.
18027 * gdb.guile/scm-error.scm: New file.
18028 * gdb.guile/scm-frame-args.c: New file.
18029 * gdb.guile/scm-frame-args.exp: New file.
18030 * gdb.guile/scm-frame-args.scm: New file.
18031 * gdb.guile/scm-frame-inline.c: New file.
18032 * gdb.guile/scm-frame-inline.exp: New file.
18033 * gdb.guile/scm-frame.c: New file.
18034 * gdb.guile/scm-frame.exp: New file.
18035 * gdb.guile/scm-generics.exp: New file.
18036 * gdb.guile/scm-gsmob.exp: New file.
18037 * gdb.guile/scm-iterator.c: New file.
18038 * gdb.guile/scm-iterator.exp: New file.
18039 * gdb.guile/scm-math.c: New file.
18040 * gdb.guile/scm-math.exp: New file.
18041 * gdb.guile/scm-objfile-script-gdb.in: New file.
18042 * gdb.guile/scm-objfile-script.c: New file.
18043 * gdb.guile/scm-objfile-script.exp: New file.
18044 * gdb.guile/scm-objfile.c: New file.
18045 * gdb.guile/scm-objfile.exp: New file.
18046 * gdb.guile/scm-ports.exp: New file.
18047 * gdb.guile/scm-pretty-print.c: New file.
18048 * gdb.guile/scm-pretty-print.exp: New file.
18049 * gdb.guile/scm-pretty-print.scm: New file.
18050 * gdb.guile/scm-section-script.c: New file.
18051 * gdb.guile/scm-section-script.exp: New file.
18052 * gdb.guile/scm-section-script.scm: New file.
18053 * gdb.guile/scm-symbol.c: New file.
18054 * gdb.guile/scm-symbol.exp: New file.
18055 * gdb.guile/scm-symtab-2.c: New file.
18056 * gdb.guile/scm-symtab.c: New file.
18057 * gdb.guile/scm-symtab.exp: New file.
18058 * gdb.guile/scm-type.c: New file.
18059 * gdb.guile/scm-type.exp: New file.
18060 * gdb.guile/scm-value-cc.cc: New file.
18061 * gdb.guile/scm-value-cc.exp: New file.
18062 * gdb.guile/scm-value.c: New file.
18063 * gdb.guile/scm-value.exp: New file.
18064 * gdb.guile/source2.scm: New file.
18065 * gdb.guile/types-module.cc: New file.
18066 * gdb.guile/types-module.exp: New file.
18067
7026a7c1
YQ
180682014-02-10 Yao Qi <yao@codesourcery.com>
18069
18070 PR testsuite/16543
18071 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18072 * configure: Regenerated.
18073 * Makefile.in: New file.
18074
6c466447
AS
180752014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18076
18077 * gdb.python/py-framefilter.exp: Fix typo.
18078
6e854735
YQ
180792014-02-08 Yao Qi <yao@codesourcery.com>
18080
18081 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18082 that no =breakpoint-modified is emitted when breakpoints are
18083 modified through MI commands.
18084
d137e6dc
PA
180852014-02-07 Pedro Alves <pedro@codesourcery.com>
18086 Pedro Alves <palves@redhat.com>
18087
18088 * gdb.threads/step-after-sr-lock.c: New file.
18089 * gdb.threads/step-after-sr-lock.exp: New file.
18090
b5ee5a50
PA
180912014-02-07 Pedro Alves <palves@redhat.com>
18092
18093 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18094
3c77faf3
JK
180952014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18096
18097 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18098 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18099
6dddc817
DE
181002014-02-06 Doug Evans <xdje42@gmail.com>
18101
18102 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18103 output.
18104
18105 * gdb.gdb/python-interrupts.exp: New file.
18106
de7b2893
YQ
181072014-02-05 Yao Qi <yao@codesourcery.com>
18108
18109 * gdb.trace/report.exp (use_collected_data): Test the output
18110 of "info threads" and "info inferiors".
18111
66d032ac
YQ
181122014-02-05 Yao Qi <yao@codesourcery.com>
18113
18114 Revert this patch:
18115
18116 2013-05-24 Yao Qi <yao@codesourcery.com>
18117
18118 * gdb.trace/tfile.exp: Test inferior and thread.
18119
591a12a1
UW
181202014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18121
18122 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18123 on a function.
18124 * gdb.base/step-bt.c: Call hello via function pointer to make
18125 sure its first instruction is executed on powerpc64le-linux.
18126
0ff3e01f
UW
181272014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18128
18129 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18130
084ee545
UW
181312014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18132
18133 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18134 of the test patterns for use on little-endian systems.
18135
6ed14ff3
UW
181362014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18137
18138 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18139 (decimal_vector): Fix for little-endian.
18140
401e27fd
JM
181412014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18142
18143 * gdb.arch/sparc-sysstep.exp: New file.
18144 * gdb.arch/sparc-sysstep.c: Likewise.
18145
18146 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18147
8b924729
EBM
181482014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18149
18150 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18151
fb151210
JB
181522014-01-23 Tom Tromey <tromey@redhat.com>
18153
18154 * gdb.ada/array_char_idx: New testcase.
18155
0740f8d8
TT
181562014-01-23 Tom Tromey <tromey@redhat.com>
18157
18158 PR python/16487:
18159 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18160 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18161 classes.
18162
21909fa1
TT
181632014-01-23 Tom Tromey <tromey@redhat.com>
18164
18165 PR python/16491:
18166 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18167 string from an inferior frame.
18168 * gdb.python/py-framefilter-mi.exp: Update.
18169
87ce2a04
DE
181702014-01-22 Doug Evans <dje@google.com>
18171
18172 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18173
237b092b
AA
181742014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18175
18176 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18177
d674a709
AA
181782014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18179
18180 * gdb.trace/entry-values.exp: Remove excess space character from
18181 regex patterns. Handle s390 call instruction.
18182
20fa3390
AA
181832014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18184
18185 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18186 define "*_start" label. Make "name" static.
18187 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18188 ${name} by references to ${name}_start.
18189
78466714
AA
181902014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18191
18192 * gdb.base/info-macros.exp: Remove "debug" from the compile
18193 options.
18194
ec9f644a
IB
181952014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18196
18197 * gdb.dlang/demangle.exp: New file.
18198
94b1b47e
IB
181992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18200
18201 * gdb.dlang/primitive-types.exp: New file.
18202
7f420862
IB
182032014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18204
18205 * configure.ac: Create gdb.dlang/Makefile.
18206 * configure: Regenerate.
18207 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18208 * gdb.dlang/Makefile.in: New file.
18209 * lib/d-support.exp: New file.
18210 * lib/gdb.exp (skip_d_tests): New proc.
18211
52834460
MM
182122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18213
18214 * gdb.btrace/delta.exp: Check reverse stepi.
18215 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18216 * gdb.btrace/finish.exp: New.
18217 * gdb.btrace/next.exp: New.
18218 * gdb.btrace/nexti.exp: New.
18219 * gdb.btrace/record_goto.c: Add comments.
18220 * gdb.btrace/step.exp: New.
18221 * gdb.btrace/stepi.exp: New.
18222 * gdb.btrace/multi-thread-step.c: New.
18223 * gdb.btrace/multi-thread-step.exp: New.
18224 * gdb.btrace/rn-dl-bind.c: New.
18225 * gdb.btrace/rn-dl-bind.exp: New.
18226 * gdb.btrace/data.c: New.
18227 * gdb.btrace/data.exp: New.
18228 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18229
6e07b1d2
MM
182302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18231
18232 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18233 * gdb.btrace/exception.exp: Update.
18234 * gdb.btrace/instruction_history.exp: Update.
18235 * gdb.btrace/record_goto.exp: Update.
18236 * gdb.btrace/tailcall.exp: Update.
18237 * gdb.btrace/unknown_functions.exp: Update.
18238 * gdb.btrace/delta.exp: New.
18239
0b722aec
MM
182402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18241
18242 * gdb.btrace/record_goto.exp: Add backtrace test.
18243 * gdb.btrace/tailcall.exp: Add backtrace test.
18244
066ce621
MM
182452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18246
18247 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18248 * gdb.btrace/record_goto.c: New.
18249 * gdb.btrace/record_goto.exp: New.
18250 * gdb.btrace/x86-record_goto.S: New.
18251
0688d04e
MM
182522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18253
18254 * gdb.btrace/function_call_history.exp: Update tests.
18255 * gdb.btrace/instruction_history.exp: Update tests.
18256
8710b709
MM
182572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18258
18259 * gdb.btrace/function_call_history.exp: Fix expected field
18260 order for "record function-call-history".
18261 Add new tests for "record function-call-history /c".
18262 * gdb.btrace/exception.cc: New.
18263 * gdb.btrace/exception.exp: New.
18264 * gdb.btrace/tailcall.exp: New.
18265 * gdb.btrace/x86-tailcall.S: New.
18266 * gdb.btrace/x86-tailcall.c: New.
18267 * gdb.btrace/unknown_functions.c: New.
18268 * gdb.btrace/unknown_functions.exp: New.
18269 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18270
5de9129b
MM
182712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18272
18273 * gdb.btrace/instruction_history.exp: Update.
18274 * gdb.btrace/function_call_history.exp: Update.
18275
23a7fe75
MM
182762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18277
18278 * gdb.btrace/function_call_history.exp: Fix expected function
18279 trace.
18280 * gdb.btrace/instruction_history.exp: Initialize traced.
18281 Remove traced_functions.
18282
724c7dd8
MM
182832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18284
18285 * gdb.btrace/function_call_history.exp: Update
18286 * gdb.btrace/instruction_history.exp: Update.
18287
6d78d93b
MM
182882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18289
18290 * gdb.btrace/enable.exp: Update expected text.
18291
93a360cc
OJ
182922014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18293
18294 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18295 bytes.
18296
3772b53f
MR
182972014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18298
18299 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18300
596662fa
OJ
183012014-01-15 Omair Javaid <omair.javaid@linaro.org>
18302
18303 * lib/gdb.exp (supports_process_record): Return true for
18304 arm*-linux*. (supports_reverse): Likewise.
18305
b5b08fb4
SC
183062014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18307
18308 PR python/15464
18309 PR python/16113
18310 * gdb.python/py-type.c: Enhance test case.
18311 * gdb.python/py-value-cc.cc: Likewise
18312 * gdb.python/py-type.exp: Add new tests.
18313 * gdb.python/py-value-cc.exp: Likewise
18314
52d7fb13
AA
183152014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18316 Pedro Alves <palves@redhat.com>
18317
18318 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18319 Make "name" extern.
18320 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18321 references to ${name}_start by references to ${name}.
18322
a2cd8cfe
JB
183232014-01-10 Joel Brobecker <brobecker@adacore.com>
18324
18325 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18326
4e23fced
JB
183272014-01-10 Joel Brobecker <brobecker@adacore.com>
18328
18329 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18330
c6a9e42c
PA
183312014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18332 Pedro Alves <palves@redhat.com>
18333
18334 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 18335 mi_gdb_target_load.
c6a9e42c 18336
b7ea362b
PA
183372014-01-08 Pedro Alves <palves@redhat.com>
18338
18339 * gdb.threads/reconnect-signal.c: New file.
18340 * gdb.threads/reconnect-signal.exp: New file.
18341
5e3f4fab
EBM
183422014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18343
18344 * gdb.base/source-dir.exp: New file.
18345
79301218
JB
183462014-01-07 Joel Brobecker <brobecker@adacore.com>
18347
18348 * gdb.ada/mi_interface: New testcase.
18349
8e355c5d
JB
183502014-01-07 Joel Brobecker <brobecker@adacore.com>
18351
18352 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18353 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18354 gdb.ada/pp-rec-component/pck.ads: New files.
18355
c0d48811
JB
183562014-01-07 Joel Brobecker <brobecker@adacore.com>
18357
18358 * gdb.python/py-pp-integral.c: New file.
18359 * gdb.python/py-pp-integral.py: New file.
18360 * gdb.python/py-pp-integral.exp: New file.
18361
17b609c3 18362For older changes see ChangeLog-1993-2013.
c906108c 18363\f
8d8cb839
EZ
18364;; Local Variables:
18365;; mode: change-log
18366;; left-margin: 8
18367;; fill-column: 74
18368;; version-control: never
18369;; End:
902f2ccb 18370
b811d2c2 18371 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
18372 Copying and distribution of this file, with or without modification,
18373 are permitted provided the copyright notice and this notice are preserved.
This page took 4.907228 seconds and 4 git commands to generate.