binutils: drop redundant 'program_name' definition (-fno-common)
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
195a8287
TV
12020-02-01 Tom de Vries <tdevries@suse.de>
2
3 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
4
42330a68
AB
52020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 PR tui/9765
8 * gdb.tui/tui-layout-asm-short-prog.S: New file.
9 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
10
b62a8028
LM
112020-01-29 Luis Machado <luis.machado@linaro.org>
12
13 * gdb.arch/aarch64-brk-patterns.c: New source file.
14 * gdb.arch/aarch64-brk-patterns.exp: New test.
15
5f440116
TBA
162020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
17
18 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
19 GCC/Clang version.
20 * gdb.cp/pass-by-ref.exp: Ditto.
21
ee2a6fc6
TV
222020-01-29 Tom de Vries <tdevries@suse.de>
23
24 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
25 * gdb.threads/watchpoint-fork-mt.c: Same.
26 * gdb.threads/watchpoint-fork-parent.c: Same.
27 * gdb.threads/watchpoint-fork-st.c: Same.
28 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
29
16b10d6e
LM
302020-01-27 Luis Machado <luis.machado@linaro.org>
31
32 * gdb.base/step-over-syscall.exp (setup): Check if we're already
33 sitting at a syscall instruction when we hit the syscall function's
34 breakpoint.
35 Check PC against one obtained with the x command.
36 Validate syscall number.
37 (step_over_syscall): Don't continue to the syscall instruction if
38 we're already there.
39
b1468492
PW
402020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
41
42 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
43
7ffa82e1
AB
442020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
45
46 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
47 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
48
3d92a3e3
AB
492020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * gdb.dwarf2/dw2-inline-stepping.c: New file.
52 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
53
94a72be7
AB
542020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * gdb.base/maint.exp: Update line table parsing test.
57 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
58
53af73bf
PA
592020-01-24 Pedro Alves <palves@redhat.com>
60
61 PR gdb/25410
62 * gdb.multi/multi-re-run-1.c: New.
63 * gdb.multi/multi-re-run-2.c: New.
64 * gdb.multi/multi-re-run.exp: New.
65
1ba1ac88
AB
662020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
67
68 PR gdb/23718
69 * gdb.server/server-kill-python.exp: New file.
70
f3364a6d
AB
712020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
72
73 * gdb.server/multi-ui-errors.c: New file.
74 * gdb.server/multi-ui-errors.exp: New file.
75
733d0a67
AB
762020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
77
78 PR tui/9765
79 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
80
4f13c1c0
TT
812020-01-19 Tom Tromey <tom@tromey.com>
82
83 * gdb.tui/main.exp: Add check for plain "file".
84
40c94099
CB
852020-01-16 Christian Biesinger <cbiesinger@google.com>
86
87 * lib/gdb.exp: Fix spelling error (seperatelly).
88
ff47f4f0
TT
892020-01-14 Tom Tromey <tom@tromey.com>
90
91 PR symtab/12535:
92 * gdb.python/python.exp: Test decode_line with empty string
93 argument.
94
717c684d
BE
952020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
96
97 * gdb.base/skip-inline.exp: Extend test.
98
44e4c775
AB
992020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
100
101 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
102 * gdb.dwarf2/dw2-bad-elf.c: New file.
103 * gdb.dwarf2/dw2-bad-elf.exp: New file.
104
d93c6db7
AB
1052020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
106
107 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
108 _line_saw_file.
109
9a6d629c
AB
1102020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
111
112 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
113 border.
114
d9ebdab7
TBA
1152020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
116
117 * gdb.multi/multi-target.exp (setup): Factor out "info
118 connections" and "info inferiors" tests to ...
119 (test_info_inferiors): ... this new procedure.
120 (top level): Run new "info-inferiors" tests.
121
f3c469b9
PA
1222020-01-10 Pedro Alves <palves@redhat.com>
123
124 * gdb.server/bkpt-other-inferior.exp: New file.
125
121b3efd
PA
1262020-01-10 Pedro Alves <palves@redhat.com>
127
128 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
129 of "add-inferior".
130 * gdb.base/quit-live.exp: Likewise.
131 * gdb.base/remote-exec-file.exp: Likewise.
132 * gdb.guile/scm-progspace.exp: Likewise.
133 * gdb.linespec/linespec.exp: Likewise.
134 * gdb.mi/new-ui-mi-sync.exp: Likewise.
135 * gdb.mi/user-selected-context-sync.exp: Likewise.
136 * gdb.multi/multi-target.exp (setup): Add "info connection" and
137 "info inferiors" tests.
138 * gdb.multi/remove-inferiors.exp: Adjust expected output of
139 "add-inferior".
140 * gdb.multi/watchpoint-multi.exp: Likewise.
141 * gdb.python/py-inferior.exp: Likewise.
142 * gdb.server/extended-remote-restart.exp: Likewise.
143 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
144 "info inferiors".
145 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
146 * gdb.trace/report.exp: Likewise.
147
1dadb1dd
PA
1482020-01-10 Pedro Alves <palves@redhat.com>
149
150 * gdb.multi/multi-target.c: New file.
151 * gdb.multi/multi-target.exp: New file.
152 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
153 mode requested, but remote does not support non-stop".
154
78f2c40a
PA
1552020-01-10 Pedro Alves <palves@redhat.com>
156
157 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
158 disconnect before reconnecting.
159
e7af6c70
TBA
1602020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
161 Pedro Alves <palves@redhat.com>
162
163 * gdb.server/connect-without-multi-process.exp: Also test
164 continuing to end.
165
acdf84a6
PA
1662020-01-10 Pedro Alves <palves@redhat.com>
167
168 * gdb.base/remote-exec-file.exp: New file.
169
873657b9
PA
1702020-01-10 Pedro Alves <palves@redhat.com>
171
172 * gdb.base/fork-running-state.exp (do_test): Adjust expected
173 output.
174 * gdb.threads/async.c: New.
175 * gdb.threads/async.exp: New.
176 * gdb.multi/tids-gid-reset.c: New.
177 * gdb.multi/tids-gid-reset.exp: New.
178
7f0ae84c
GB
1792020-01-10 George Barrett <bob@bob131.so>
180
181 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
182 to help in finding the image relocation offset.
183 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
184 options in arguments.
185 (stap_test_no_debuginfo): Likewise.
186 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
187 test variants.
188 (stap_test): Add null semaphore relocation test.
189
47e9d49d
GB
1902020-01-10 George Barrett <bob@bob131.so>
191
192 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
193 * gdb.base/stap-probe.exp: Likewise.
194 (stap_test): Pass argument as an additional flag.
195 (stap_test_no_debuginfo): Likewise.
196 (stap_test): Check `info probes stap' output for semaphore
197 addresses if the test binary is supposed to have them.
198
f5a7c406
AB
1992020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
200
201 * gdb.tui/basic.exp: Add more scrolling tests.
202
9ae6bf64
TT
2032020-01-09 Tom Tromey <tom@tromey.com>
204
205 PR tui/18932:
206 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
207 meangingful value.
208 (Term::command, Term::resize): Update.
209 * gdb.tui/basic.exp: Add scrolling test.
210
b2efe70c
AB
2112020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * gdb.tui/tui-layout-asm.exp: New file.
214
3804da7e
AB
2152020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
216
217 * lib/tuiterm.exp (Term::check_box_contents): New proc.
218
b40aa28f
AB
2192020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
220
221 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
222 (Term::enter_tui): Use Term::prepare_for_tui.
223
63ffd7c9
AB
2242020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
227 called.
228
3be966f6
AB
2292020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * gdb.base/skip.exp: Fix race condition in test.
232
153d79c4
AB
2332020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
234
235 * gdb.base/backtrace.c: New file.
236 * gdb.base/backtrace.exp: New file.
237
f2302a34
AB
2382020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
239
240 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
241
6ec1d75e
PW
2422020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
243
244 * gdb.base/style.exp: Test that warnings are styled.
245
c296cbe6
BE
2462019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
247
248 * gdb.base/line65535.exp: New file.
249 * gdb.base/line65535.c: New file.
250
b28a729d
SM
2512019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
252
253 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
254 * lib/gnat_debug_info_test.adb: New file.
255 * gdb.ada/ptype_tagged_param.exp: Use
256 gnat_runtime_has_debug_info, expect a different output if
257 runtime does not have debug info.
258
7f2d7a0d
SM
2592019-12-20 Simon Marchi <simon.marchi@efficios.com>
260
261 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
262 (another) quote in test name.
263
f3bce483
SM
2642019-12-20 Simon Marchi <simon.marchi@efficios.com>
265
266 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
267 Add quote in test name.
268
c855a912
TBA
2692019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
270
271 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
272 directory instead.
273 * gdb.cp/pass-by-ref.exp: Extend with more cases.
274 * gdb.cp/pass-by-ref-2.cc: New file.
275 * gdb.cp/pass-by-ref-2.exp: New file.
276
fc9d2d72
TT
2772019-12-20 Tom Tromey <tom@tromey.com>
278
279 * gdb.tui/list-before.exp: New file.
280
77b97e00
TT
2812019-12-20 Tom Tromey <tom@tromey.com>
282
283 * gdb.tui/list.exp: Check for source on initial listing.
284
f69656d0
TT
2852019-12-11 Tom Tromey <tromey@adacore.com>
286
287 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
288 Add crlf test.
289
99a55965
SM
2902019-12-18 Simon Marchi <simon.marchi@efficios.com>
291
292 * gdb.base/default.exp: Update value of $_gdb_major.
293
5024637f
BE
2942019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
295
296 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
297
b63634be
BE
2982019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
299
300 * gdb.base/skip.exp: Whitespace fix.
301
45d73523
BE
3022019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
303
304 * gdb.base/skip-inline.c: New file.
305 * gdb.base/skip-inline.exp: New file.
306
d043f8c8
SM
3072019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
308
309 * gdb.base/jit-reader.exp (jit_reader_test): Rename
310 jit_function_00 to jit_function_stack_mangle.
311 * gdb.base/jithost.c (jit_function_t): Rename to...
312 (jit_function_stack_mangle_t): ... this.
313 (jit_function_add_t): New typedef.
314 (jit_function_00_code): Rename to...
315 (jit_function_stack_mangle_code): ... this, make static.
316 (jit_function_add_code): New.
317 (main): Generate "add" function and call it. Adjust to changes
318 in jithost_abi.
319 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
320 (struct jithost_abi) <begin, end>: Remove fields.
321 <object, function_stack_mangle, function_add>: New fields.
322 * gdb.base/jitreader.c (struct reader_state) <code_begin,
323 code_end>: Remove fields.
324 <func_stack_mangle>: New field.
325 (read_debug_info): Adjust to renaming, create block for "add"
326 function.
327 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
328
873de05c
TT
3292019-12-11 Tom Tromey <tom@tromey.com>
330
331 * gdb.tui/resize.exp: Fix regexp.
332 * gdb.tui/regs.exp: Fix regexps.
333 * gdb.tui/main.exp: Fix regexp.
334
3d979945
TT
3352019-12-11 Tom Tromey <tom@tromey.com>
336
337 * gdb.tui/resize.exp: Update.
338 * gdb.tui/empty.exp (layouts): Update.
339
2192a9d3
TT
3402019-12-11 Tom Tromey <tom@tromey.com>
341
342 * gdb.tui/regs.exp: Update.
343 * gdb.tui/empty.exp (layouts): Update.
344 * gdb.tui/basic.exp: Update.
345 * lib/tuiterm.exp (_check_box): Don't check bottom border.
346
d8edc8b7
PW
3472019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
348
349 * gdb.base/options.exp: Add -raw-values in the print completion list.
350 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
351
4c12d936
KB
3522019-12-10 Kevin Buettner <kevinb@redhat.com>
353
354 * gdb.threads/omp-par-scope.c: New file.
355 * gdb/threads/omp-par-scope.exp: New file.
356
26b911fb
KB
3572019-12-10 Kevin Buettner <kevinb@redhat.com>
358
bb47f919
KB
359 * lib/gdb.exp (support_nested_function_tests): New proc.
360
3612019-12-10 Kevin Buettner <kevinb@redhat.com>
362
363 * lib/gdb.exp (gdb_compile_openmp): New proc.
364 (build_executable_from_specs): Add an "openmp" option.
365 (gdb_compile_pthreads): Add non-executable case.
26b911fb 366
6c71eb7d
TT
3672019-12-10 Tom Tromey <tromey@adacore.com>
368
369 * gdb.ada/unchecked_union.exp: New file.
370 * gdb.ada/unchecked_union/pck.adb: New file.
371 * gdb.ada/unchecked_union/pck.ads: New file.
372 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
373 * gdb-utils.exp (string_to_regexp): Also quote "?".
374
bac7c5cf
GB
3752019-12-10 George Barrett <bob@bob131.so>
376
377 Test scripted probe breakpoints.
378 * gdb.guile/scm-breakpoint.c (main): Add probe point.
379 * gdb.python/py-breakpoint.c (main): Likewise.
380 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
381 specifier test.
382 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
383
330f1d38
TBA
3842019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
385
386 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
387 an rvalue parameter.
388 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
389 parameter.
390
b43315e2
AB
3912019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
392
393 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
394 modules.
395
54f73dad
AB
3962019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
397
398 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
399 broken version of GCC.
400
d57cbee9
AB
4012019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
402
403 * gdb.fortran/info-modules.exp: Rewrite to make use of new
404 sym-info-cmds library.
405 * gdb.fortran/info-types.exp: Likewise.
406 * lib/sym-info-cmds.exp: New file.
407
c14aab8c
TV
4082019-12-08 Tom de Vries <tdevries@suse.de>
409
410 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
411
aa2d5a42
KS
4122019-12-07 Keith Seitz <keiths@redhat.com>
413
414 * gdb.base/corefile-buildid-shlib-shr.c: New file.
415 * gdb.base/corefile-buildid-shlib.c: New file.
416 * gdb.base/corefile-buildid.c: New file.
417 * gdb.base/corefile-buildid.exp: New file.
418
93e55f0a
TV
4192019-12-06 Tom de Vries <tdevries@suse.de>
420
421 * gdb.dwarf2/varval.exp: Add decl before def test.
422
c7d12402
TBA
4232019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
424
425 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
426
06acc08f
TBA
4272019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
428
429 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
430 CV and reference conversion for overload resolution.
431 * gdb.cp/rvalue-ref-overload.exp: Test it.
432
e0fad1ea
PW
4332019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
434
435 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
436 * gdb.base/frameapply.exp: Test faas without command.
437
8d70a9f0
AB
4382019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
439
440 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
441 Fortran tests.
442 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
443 order.
444
36c8fb93
AB
4452019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
446
447 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
448 casting to type with no kind specified.
449 (test_basic_parsing_of_type_kinds): Additional tests for types
450 with no kind specified, and add tests for single/double
451 precision/complex types.
452
4139ff00
TT
4532019-12-04 Tom Tromey <tromey@adacore.com>
454
455 * gdb.base/endianity.c (struct other) <x>: New field.
456 (main): Initialize it.
457 * gdb.base/endianity.exp: Update.
458
a05cf17a
TT
4592019-12-04 Tom Tromey <tromey@adacore.com>
460
461 * gdb.ada/scalar_storage/storage.adb: New file.
462 * gdb.ada/scalar_storage/pck.adb: New file.
463 * gdb.ada/scalar_storage/pck.ads: New file.
464 * gdb.ada/scalar_storage.exp: New file.
465
103a685e
TT
4662019-12-04 Tom Tromey <tromey@adacore.com>
467
468 * gdb.base/endianity.c (struct otherendian) <f>: New field.
469 (main): Initialize it.
470 * gdb.base/endianity.exp: Update.
471
c2512106
AB
4722019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
473
474 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
475
293b38d6
AB
4762019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
477
478 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
479 -symbol-info-module-functions and -symbol-info-module-variables.
480
216a7e6b
AB
4812019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
482
483 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
484
5bbd8269
AB
4852019-12-01 Richard Bunt <richard.bunt@arm.com>
486 Andrew Burgess <andrew.burgess@embecosm.com>
487
488 * gdb.fortran/derived-type-striding.exp: New file.
489 * gdb.fortran/derived-type-striding.f90: New file.
490 * gdb.fortran/array-slices.exp: New file.
491 * gdb.fortran/array-slices.f90: New file.
492
be09caf1
PW
4932019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
494
495 * gdb.base/define.exp: Test . in command names.
496 * gdb.base/setshow.exp: Update test, as . is now part of
497 command name.
498
643c0cbe
PW
4992019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
500
501 * gdb.base/define-prefix.exp: New file.
502
dcdec678
AB
5032019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
504
505 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
506 compile.
507 (skip_btrace_pt_tests): Likewise.
508
640ab947
AB
5092019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
510
511 * gdb.fortran/info-modules.exp: Compile source files in correct
512 order.
513
d22670f0
KB
5142019-11-27 Kevin Buettner <kevinb@redhat.com>
515
516 * gdb.dwarf2/imported-unit.exp: New file.
517 * gdb.dwarf2/imported-unit.c: New file.
518
db5960b4
AB
5192019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
520
521 * gdb.mi/mi-fortran-modules-2.f90: New file.
522 * gdb.mi/mi-fortran-modules.exp: New file.
523 * gdb.mi/mi-fortran-modules.f90: New file.
524
7dc42066
AB
5252019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
526
527 * gdb.mi/mi-sym-info-1.c: New file.
528 * gdb.mi/mi-sym-info-2.c: New file.
529 * gdb.mi/mi-sym-info.exp: New file.
530
0dfeecca
TT
5312019-11-22 Tom Tromey <tromey@adacore.com>
532
533 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
534 * gdb.ada/tasks/foo.adb: Add another stopping location.
535
34877895
PJ
5362019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
537
538 * gdb.base/endianity.c: New test.
539 * gdb.base/endianity.exp: New file.
540
2e84f897
LD
5412019-11-21 Lukas Durfina <ldurfina@tachyum.com>
542
543 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
544
65d1cd5f
TV
5452019-11-21 Tom de Vries <tdevries@suse.de>
546
547 PR gdb/24956
548 * gdb.base/ui-redirect.exp: Test output of user-defined command.
549
4f22c3f4
SDJ
5502019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
551
552 * gdb.python/py-progspace.exp: Add missing parentheses on some
553 'print' commands.
554
9f6ad286
TT
5552019-11-19 Tom Tromey <tom@tromey.com>
556
557 * gdb.tui/winheight.exp: New file.
558
0b8dbf3f
AB
5592019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
560
561 * gdb.base/ctf-whatis.c: Delete.
562 * gdb.base/ctf-whatis.exp: Delete.
563 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
564
f833b7a7
AB
5652019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
566
567 * gdb.base/ctf-cvexpr.exp: Delete.
568 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
569
30d0a636
AB
5702019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
571
572 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
573 the compiler. Clean up header comment a little.
574 * gdb.base/ctf-ptype.exp: Likewise.
575 * gdb.base/ctf-whatis.exp: Likewise.
576 * lib/gdb.exp (skip_ctf_tests): New proc.
577
494409bb
SDJ
5782019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
579
580 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
581 * gdb.tui/corefile-run.exp: New file.
582
55708e99
TT
5832019-11-14 Tom Tromey <tromey@adacore.com>
584
585 * gdb.base/gdbvars.exp (test_convenience_variables): Add
586 regression tests.
587
45e42163
TT
5882019-11-12 Tom Tromey <tom@tromey.com>
589
590 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
591 after any command. Expect prompt after WAIT_FOR is seen.
592 (enter_tui): Enable resize messages.
593 (command): Expect command in output.
594 (get_line): Avoid error when cursor appears to be off-screen.
595 (dump_screen): Include screen size in title.
596 (_do_resize): New proc, from "resize".
597 (resize): Rewrite. Do resize in two steps.
598 * gdb.tui/empty.exp (layouts): Fix entries.
599 (check_boxes): Remove xfail.
600 (check_text): Dump screen on failure.
601
086baaf1
AB
6022019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
603
604 * gdb.python/py-symbol.exp: Add test for
605 gdb.lookup_static_symbols.
606
09ff83af
AB
6072019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
608
609 * gdb.python/py-symbol.c: Declare and call function from new
610 py-symbol-2.c file.
611 * gdb.python/py-symbol.exp: Compile both source files, and add new
612 tests for gdb.lookup_static_symbol.
613 * gdb.python/py-symbol-2.c: New file.
614
11af934b
TV
6152019-11-02 Tom de Vries <tdevries@suse.de>
616
617 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
618 * gdb.base/anon.exp: Same.
619 * gdb.base/auto-connect-native-target.exp: Same.
620 * gdb.base/call-ar-st.exp: Same.
621 * gdb.base/catch-syscall.exp: Same.
622 * gdb.base/commands.exp: Same.
623 * gdb.base/default.exp: Same.
624 * gdb.base/display.exp: Same.
625 * gdb.base/float.exp: Same.
626 * gdb.base/foll-fork.exp: Same.
627 * gdb.base/help.exp: Same.
628 * gdb.base/info-macros.exp: Same.
629 * gdb.base/info-proc.exp: Same.
630 * gdb.base/info-target.exp: Same.
631 * gdb.base/long_long.exp: Same.
632 * gdb.base/macscp.exp: Same.
633 * gdb.base/memattr.exp: Same.
634 * gdb.base/nofield.exp: Same.
635 * gdb.base/pointers.exp: Same.
636 * gdb.base/printcmds.exp: Same.
637 * gdb.base/ptype.exp: Same.
638 * gdb.base/restore.exp: Same.
639 * gdb.base/return.exp: Same.
640 * gdb.base/scope.exp: Same.
641 * gdb.base/set-noassign.exp: Same.
642 * gdb.base/setshow.exp: Same.
643 * gdb.base/shlib-call.exp: Same.
644 * gdb.base/signals.exp: Same.
645 * gdb.base/sigstep.exp: Same.
646 * gdb.base/skip.exp: Same.
647 * gdb.base/solib-symbol.exp: Same.
648 * gdb.base/stap-probe.exp: Same.
649 * gdb.base/step-line.exp: Same.
650 * gdb.base/step-test.exp: Same.
651 * gdb.base/style.exp: Same.
652 * gdb.base/varargs.exp: Same.
653 * gdb.base/vla-datatypes.exp: Same.
654 * gdb.base/vla-ptr.exp: Same.
655 * gdb.base/vla-sideeffect.exp: Same.
656 * gdb.base/volatile.exp: Same.
657 * gdb.base/watch-cond-infcall.exp: Same.
658 * gdb.base/watchpoint.exp: Same.
659
e96ec2ba
TV
6602019-11-02 Tom de Vries <tdevries@suse.de>
661
662 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
663 * gdb.cp/cpexprs.exp: Same.
664 * gdb.cp/except-multi-location.exp: Same.
665 * gdb.cp/exceptprint.exp: Same.
666 * gdb.cp/gdb2384.exp: Same.
667 * gdb.cp/inherit.exp: Same.
668 * gdb.cp/m-static.exp: Same.
669 * gdb.cp/meth-typedefs.exp: Same.
670 * gdb.cp/misc.exp: Same.
671 * gdb.cp/namespace.exp: Same.
672 * gdb.cp/non-trivial-retval.exp: Same.
673 * gdb.cp/overload.exp: Same.
674 * gdb.cp/pr17132.exp: Same.
675 * gdb.cp/re-set-overloaded.exp: Same.
676 * gdb.cp/rvalue-ref-types.exp: Same.
677 * gdb.cp/templates.exp: Same.
678
bd5766ec
LM
6792019-11-01 Luis Machado <luis.machado@linaro.org>
680
681 PR gdb/25124
682
683 * gdb.arch/pr25124.S: New file.
684 * gdb.arch/pr25124.exp: New file.
685
165f8965
AB
6862019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
687
688 * gdb.fortran/info-modules.exp: Update expected results, and add
689 additional tests for 'info module functinos', and 'info module
690 variables'.
691 * gdb.fortran/info-types.exp: Update expected results.
692 * gdb.fortran/info-types.f90: Extend testcase with additional
693 module variables and functions.
694
59c35742
AB
6952019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
696
697 * gdb.fortran/info-modules.exp: New file.
698 * gdb.fortran/info-types.exp: Build with new file.
699 * gdb.fortran/info-types.f90: Include and use new module.
700 * gdb.fortran/info-types-2.f90: New file.
701
f3fb2519
PW
7022019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
703
704 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
705 * gdb.base/settings.exp: Test all settings types using
706 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
707 that now verifies that the value of "maint show" is the same as
708 returned by the settings functions. Test the type of the
709 maintenance settings.
710 * gdb.base/default.exp: Update show_conv_list.
711
d1e36019
TV
7122019-10-31 Tom de Vries <tdevries@suse.de>
713
714 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
715 gdb_test.
716 * gdb.arch/amd64-disp-step.exp: Same.
717 * gdb.asm/asm-source.exp: Same.
718 * gdb.btrace/buffer-size.exp: Same.
719 * gdb.btrace/cpu.exp: Same.
720 * gdb.btrace/enable.exp: Same.
721 * gdb.dwarf2/count.exp: Same.
722 * gdb.dwarf2/dw2-ranges-func.exp: Same.
723 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
724 * gdb.fortran/vla-datatypes.exp: Same.
725 * gdb.fortran/vla-history.exp: Same.
726 * gdb.fortran/vla-ptype.exp: Same.
727 * gdb.fortran/vla-value.exp: Same.
728 * gdb.fortran/whatis_type.exp: Same.
729 * gdb.guile/guile.exp: Same.
730 * gdb.multi/tids.exp: Same.
731 * gdb.python/py-finish-breakpoint.exp: Same.
732 * gdb.python/py-framefilter.exp: Same.
733 * gdb.python/py-pp-registration.exp: Same.
734 * gdb.python/py-xmethods.exp: Same.
735 * gdb.python/python.exp: Same.
736 * gdb.server/connect-with-no-symbol-file.exp: Same.
737 * gdb.server/no-thread-db.exp: Same.
738 * gdb.server/run-without-local-binary.exp: Same.
739 * gdb.stabs/weird.exp: Same.
740 * gdb.threads/attach-many-short-lived-threads.exp: Same.
741 * gdb.threads/thread-find.exp: Same.
742 * gdb.threads/tls-shared.exp: Same.
743 * gdb.threads/tls.exp: Same.
744 * gdb.threads/wp-replication.exp: Same.
745 * gdb.trace/ax.exp: Same.
746 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
747
3d11e68e
TV
7482019-10-31 Tom de Vries <tdevries@suse.de>
749
750 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
751 * gdb.ada/array_subscript_addr.exp: Same.
752 * gdb.ada/arrayidx.exp: Same.
753 * gdb.ada/arrayparam.exp: Same.
754 * gdb.ada/arrayptr.exp: Same.
755 * gdb.ada/boolean_expr.exp: Same.
756 * gdb.ada/call_pn.exp: Same.
757 * gdb.ada/complete.exp: Same.
758 * gdb.ada/fixed_cmp.exp: Same.
759 * gdb.ada/fun_addr.exp: Same.
760 * gdb.ada/funcall_param.exp: Same.
761 * gdb.ada/interface.exp: Same.
762 * gdb.ada/mod_from_name.exp: Same.
763 * gdb.ada/null_array.exp: Same.
764 * gdb.ada/packed_array.exp: Same.
765 * gdb.ada/packed_tagged.exp: Same.
766 * gdb.ada/print_chars.exp: Same.
767 * gdb.ada/print_pc.exp: Same.
768 * gdb.ada/ptype_arith_binop.exp: Same.
769 * gdb.ada/ptype_field.exp: Same.
770 * gdb.ada/ptype_tagged_param.exp: Same.
771 * gdb.ada/rec_return.exp: Same.
772 * gdb.ada/ref_tick_size.exp: Same.
773 * gdb.ada/str_ref_cmp.exp: Same.
774 * gdb.ada/taft_type.exp: Same.
775 * gdb.ada/tagged.exp: Same.
776 * gdb.ada/type_coercion.exp: Same.
777 * gdb.ada/uninitialized_vars.exp: Same.
778
60b6ede8
TV
7792019-10-30 Tom de Vries <tdevries@suse.de>
780
781 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
782
30baf67b
TV
7832019-10-26 Tom de Vries <tdevries@suse.de>
784
785 * gdb.base/bigcore.c: Fix typos in comments.
786 * gdb.base/ctf-ptype.c: Same.
787 * gdb.base/long_long.c: Same.
788 * gdb.dwarf2/dw2-op-out-param.S: Same.
789 * gdb.python/py-evthreads.c: Same.
790 * gdb.reverse/i387-stack-reverse.c: Same.
791 * gdb.trace/tfile.c: Same.
792 * lib/compiler.c: Same.
793 * lib/compiler.cc: Same.
794
158da0d1
TV
7952019-10-25 Tom de Vries <tdevries@suse.de>
796
797 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
798 gdb_test_multiple calls.
799 * gdb.reverse/sigall-reverse.exp: Same.
800 * gdb.reverse/solib-precsave.exp: Same.
801 * gdb.reverse/solib-reverse.exp: Same.
802 * gdb.reverse/until-precsave.exp: Same.
803 * gdb.reverse/until-reverse.exp: Same.
804
4ccdfbec
TV
8052019-10-24 Tom de Vries <tdevries@suse.de>
806
807 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
808 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
809 kfail using -wrap pattern flag and convenience variable
810 gdb_test_name.
811
33d569b7
AB
8122019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
813
814 * gdb.python/py-progspace.exp: Add tests for the
815 Progspace.block_for_pc method.
816
4d0b984b
TT
8172019-10-23 Tom Tromey <tom@tromey.com>
818
819 * configure: Rebuild.
820 * aclocal.m4: Use m4_include, not sinclude.
821
94cb3754
TV
8222019-10-21 Tom de Vries <tdevries@suse.de>
823
824 * gdb.base/infcall-nested-structs.c: Add
825 __attribute__((noinline,noclone)) to all functions.
826 (call_all): Add missing variable initialization. Simplify return value.
827 (breakpt): Increment volatile variable, to prevent call from being
828 optimized out.
829 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
830
062f1fc1
TV
8312019-10-17 Tom de Vries <tdevries@suse.de>
832
833 * gdb.fortran/module.exp: Allow info variables to print info for files
834 other than module.f90.
835
0b54364d
AB
8362019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
837
838 * gdb.fortran/module.exp: Extend with 'info variables' test.
839
7ff5fae7
AB
8402019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
841
842 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
843 F77_FOR_TARGET.
844
d10eccaa
TV
8452019-10-16 Tom de Vries <tdevries@suse.de>
846
847 PR tdep/25096
848 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
849
745ff14e
TV
8502019-10-16 Tom de Vries <tdevries@suse.de>
851
852 PR tdep/24104
853 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
854 Add KFAIL for PR tdep/25096.
855
03e1ab94
TV
8562019-10-16 Tom de Vries <tdevries@suse.de>
857
858 PR testsuite/25059
859 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
860
b17fcc10
TV
8612019-10-16 Tom de Vries <tdevries@suse.de>
862
863 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
864 as signed.
865
9223170f
SM
8662019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
867
868 * gdb.mi/list-thread-groups-available.exp: Read entries one by
869 one instead of increasing timeout.
870
d6e76313
TV
8712019-10-13 Tom de Vries <tdevries@suse.de>
872
873 PR record/25038
874 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
875 * gdb.reverse/sigall-reverse.exp: Same.
876 * gdb.reverse/solib-precsave.exp: Same.
877 * gdb.reverse/solib-reverse.exp: Same.
878 * gdb.reverse/step-precsave.exp: Same.
879 * gdb.reverse/until-precsave.exp: Same.
880 * gdb.reverse/until-reverse.exp: Same.
881 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
882
6dfc0041
AA
8832019-10-10 Andreas Arnez <arnez@linux.ibm.com>
884
885 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
886 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
887 (cmp_struct_05_01, cmp_struct_static_02_01)
888 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
889 comparisons.
890
abcf2cc8
TV
8912019-10-10 Tom de Vries <tdevries@suse.de>
892
893 PR testsuite/24888
894 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
895 gnatlink.
896
a50faaf6
TV
8972019-10-09 Tom de Vries <tdevries@suse.de>
898
899 PR testsuite/25048
900 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
901
60ff3cd7
AB
9022019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
903
904 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
905 exceptions due to missing debug information.
906
dfee8566
TV
9072019-10-07 Tom de Vries <tdevries@suse.de>
908
909 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
910
3d63690a
AB
9112019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
912
913 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
914 * gdb.base/annota1.exp: Update to use gdb_test_name.
915
30d1f018
WP
9162019-10-07 Weimin Pan <weimin.pan@oracle.com>
917
918 * gdb.base/ctf-whatis.exp: New file.
919 * gdb.base/ctf-whatis.c: New file.
920 * gdb.base/ctf-ptype.exp: New file.
921 * gdb.base/ctf-ptype.c: New file.
922 * gdb.base/ctf-constvars.exp: New file.
923 * gdb.base/ctf-constvars.c: New file.
924 * gdb.base/ctf-cvexpr.exp: New file.
925
4dbbb47c
TV
9262019-10-04 Tom de Vries <tdevries@suse.de>
927
928 * gdb.cp/local-static.c (main): Move declaration of int i out of the
929 for loop.
930
77c2dba3
TT
9312019-10-03 Tom Tromey <tom@tromey.com>
932
933 PR rust/24976:
934 * gdb.rust/simple.rs (Union2): New type.
935 (main): Use Union2.
936 * gdb.rust/simple.exp: Add test.
937
179aed7f
AB
9382019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
939
940 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
941 nested function prefix.
942
0a4b0913
AB
9432019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
944 Richard Bunt <richard.bunt@arm.com>
945 Andrew Burgess <andrew.burgess@embecosm.com>
946
947 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
948 nested functions.
949 * gdb.fortran/nested-funcs.f90: Update expected results.
950 * gdb.fortran/nested-funcs-2.exp: New file.
951 * gdb.fortran/nested-funcs-2.f90: New file.
952
082cce05
AB
9532019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
954
955 * gdb.python/py-parameter.exp: Make test names unique.
956 * gdb.python/py-template.exp: Likewise.
957 * gdb.python/py-value.exp: Likewise.
958
2b74ba5a
AB
9592019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
960
961 * gdb.base/break-interp.exp: Reduce test name duplication.
962 * gdb.base/call-sc.exp: Likewise.
963 * gdb.base/callfuncs.exp: Likewise.
964 * gdb.base/charset.exp: Likewise.
965 * gdb.base/dump.exp: Likewise.
966 * gdb.base/ena-dis-br.exp: Likewise.
967 * gdb.base/relational.exp: Likewise.
968 * gdb.base/step-over-syscall.exp: Likewise.
969 * gdb.base/structs.exp: Likewise.
970
58eb20d5
AB
9712019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
972
973 * gdb.linespec/explicit.exp: Make test names unique.
974 * gdb.linespec/ls-errs.exp: Likewise.
975
4d421147
AB
9762019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
977
978 * gdb.reverse/break-precsave.exp: Make test names unique.
979 * gdb.reverse/break-reverse.exp: Likewise.
980 * gdb.reverse/finish-precsave.exp: Likewise.
981 * gdb.reverse/finish-reverse.exp: Likewise.
982 * gdb.reverse/machinestate-precsave.exp: Likewise.
983 * gdb.reverse/machinestate.exp: Likewise.
984 * gdb.reverse/readv-reverse.exp: Likewise.
985 * gdb.reverse/recvmsg-reverse.exp: Likewise.
986 * gdb.reverse/sigall-precsave.exp: Likewise.
987 * gdb.reverse/sigall-reverse.exp: Likewise.
988 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
989 * gdb.reverse/watch-precsave.exp: Likewise.
990 * gdb.reverse/watch-reverse.exp: Likewise.
991
d8c06f22
AB
9922019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
993
994 * gdb.threads/stop-with-handle.c: New file.
995 * gdb.threads/stop-with-handle.exp: New file.
996
3a56ed86
TV
9972019-10-03 Tom de Vries <tdevries@suse.de>
998
999 PR testsuite/25059
1000 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1001 directory" line to be missing.
1002
42275044
TV
10032019-10-03 Tom de Vries <tdevries@suse.de>
1004
1005 PR testsuite/25059
1006 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1007 type optional.
1008
9ef62df0
AA
10092019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1010
1011 * gdb.python/py-format-string.c (string.h): New include.
1012 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1013 the same value, for endianness-independence.
1014 * gdb.python/py-format-string.exp (default_regexp_dict)
1015 (test_pretty_structs, test_format): Adjust expected output to the
1016 changed initialization.
1017
37f6a7f4
TT
10182019-10-02 Tom Tromey <tromey@adacore.com>
1019
1020 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1021
1d58d6a2
PA
10222019-10-02 Pedro Alves <palves@redhat.com>
1023 Andrew Burgess <andrew.burgess@embecosm.com>
1024
1025 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1026 "print-file-var.h".
1027 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1028 (get_version_1): Print this_version_id and its address.
1029 Add extern "C" wrappers around interface functions.
1030 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1031 "print-file-var.h".
1032 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1033 (get_version_2): Print this_version_id and its address.
1034 Add extern "C" wrappers around interface functions.
1035 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1036 <stddef.h> and "print-file-var.h".
1037 Add extern "C" wrappers around interface functions.
1038 [VERSION_ID_MAIN] (this_version_id): Define.
1039 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1040 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1041 up extern "C" blocks.
1042 * gdb.base/print-file-var.exp (test): New, factored out from top
1043 level.
1044 (top level): Test all combinations of attribute hidden or not,
1045 dlopen or not, and this_version_id symbol in main file or not.
1046 Compile tests as both C++ and C, make test names unique.
1047
d770d56f
TT
10482019-10-01 Tom Tromey <tom@tromey.com>
1049
1050 * gdb.base/style.exp: Test "show logging filename".
1051
7f6aba03
TT
10522019-10-01 Tom Tromey <tom@tromey.com>
1053
1054 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1055 * gdb.base/style.exp: Add metadata style test.
1056
14309bb6
TT
10572019-10-01 Tom Tromey <tom@tromey.com>
1058
1059 * gdb.base/style.exp: Test "pwd".
1060
2a3c1174
PA
10612019-10-01 Tom Tromey <tom@tromey.com>
1062
1063 * gdb.base/style.exp: Update tests.
1064
53d666ec
AA
10652019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1066
1067 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1068 'six' to unsigned.
1069 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1070 'five'. Use an all-ones bit pattern for each.
1071 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1072 to its changed values.
1073
4a56a520
TT
10742019-09-30 Tom Tromey <tromey@adacore.com>
1075
1076 * gdb.rust/traits.rs: Disable all warnings.
1077
0df0352a
TV
10782019-09-29 Tom de Vries <tdevries@suse.de>
1079
1080 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1081
73d9a918
TV
10822019-09-29 Tom de Vries <tdevries@suse.de>
1083
1084 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1085
060b3ab4
TV
10862019-09-27 Tom de Vries <tdevries@suse.de>
1087
1088 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1089
68f7d34d
TV
10902019-09-27 Tom de Vries <tdevries@suse.de>
1091
1092 PR record/23188
1093 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1094
5d63b30a
TT
10952019-09-26 Tom Tromey <tromey@adacore.com>
1096
1097 * gdb.ada/py_taft.exp: New file.
1098 * gdb.ada/py_taft/main.adb: New file.
1099 * gdb.ada/py_taft/pkg.adb: New file.
1100 * gdb.ada/py_taft/pkg.ads: New file.
1101
3d435220
TV
11022019-09-24 Tom de Vries <tdevries@suse.de>
1103
1104 PR gdb/24598
1105 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1106
77d03678
TV
11072019-09-22 Tom de Vries <tdevries@suse.de>
1108
1109 * gdb.base/restore.exp: Allow register variables to be optimized out at
1110 -O0.
1111
abf516c6
UW
11122019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1113
1114 * gdb.arch/spu-info.exp: Remove file.
1115 * gdb.arch/spu-info.c: Remove file.
1116 * gdb.arch/spu-ls.exp: Remove file.
1117 * gdb.arch/spu-ls.c: Remove file.
1118
1119 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1120 * gdb.asm/spu.inc: Remove file.
1121
1122 * gdb.base/dump.exp: Remove support for spu*-*-*.
1123 * gdb.base/stack-checking.exp: Likewise.
1124 * gdb.base/overlays.exp: Likewise.
1125 * gdb.base/ovlymgr.c: Likewise.
1126 * gdb.base/spu.ld: Remove file.
1127
1128 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1129 * gdb.cp/cpexprs.exp: Likewise.
1130 * gdb.cp/exception.exp: Likewise.
1131 * gdb.cp/gdb2495.exp: Likewise.
1132 * gdb.cp/mb-templates.exp: Likewise.
1133 * gdb.cp/pr9167.exp: Likewise.
1134 * gdb.cp/userdef.exp: Likewise.
1135
1136 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1137
1138 * gdb.cell: Remove directory.
1139 * lib/cell.exp: Remove file.
1140
e452e88f
TV
11412019-09-19 Tom de Vries <tdevries@suse.de>
1142
1143 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1144
8a625130
TV
11452019-09-19 Tom de Vries <tdevries@suse.de>
1146
1147 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1148
81dc3ab5
TV
11492019-09-19 Tom de Vries <tdevries@suse.de>
1150
1151 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1152 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1153 (gdb_target_cmd): ... here.
1154 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1155 value 2.
1156
b078f3ac
AB
11572019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1158
1159 * gdb.base/source-dir.exp: Avoid having directory names in test
1160 names.
1161
f1b620e9
MG
11622019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1163
1164 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1165 directory.
1166
67f3ed6a
AB
11672019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1168
1169 * gdb.base/list-missing-source.exp: New file.
1170
d1b70248
TV
11712019-09-14 Tom de Vries <tdevries@suse.de>
1172
1173 PR teststuite/24599
1174 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1175 * lib/ada.exp (gnatmake_version_at_least): New proc.
1176
5fabdcd6
AB
11772019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1178
1179 * gdb.base/maint.exp: Use exec_has_index_section.
1180
aa17805f
AB
11812019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1182
1183 * gdb.base/maint.exp: Add test for 'maint info sections'.
1184
25e5c209
TV
11852019-09-12 Tom de Vries <tdevries@suse.de>
1186
1187 * gdb.base/store.exp: Allow register variables to be optimized out at
1188 -O0.
1189
4993045d
PW
11902019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1191
1192 * gdb.ada/rdv_wait.exp: Update to new task names.
1193 * gdb.base/task_switch_in_core.exp: Likewise.
1194 * gdb.base/info_sources_base.c: Likewise.
1195
8a516164
TT
11962019-09-10 Tom Tromey <tromey@adacore.com>
1197
1198 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1199
aa391654
TT
12002019-09-10 Tom Tromey <tromey@adacore.com>
1201
1202 * gdb.ada/dgopt.exp: New file.
1203 * gdb.ada/dgopt/x.adb: New file.
1204
8634b462
TT
12052019-09-08 Tom Tromey <tom@tromey.com>
1206
1207 * gdb.tui/resize.exp: Remove setup_xfail.
1208 * gdb.tui/regs.exp: Remove setup_xfail.
1209 * gdb.tui/basic.exp: Remove setup_xfail.
1210
736b0f76
DB
12112019-09-06 David Blaikie <dblaikie@gmail.com>
1212
1213 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1214 * gdb.cp/cplabel.exp: Ditto.
1215 * gdb.linespec/ls-errs.exp: Ditto.
1216
30331a6c
TV
12172019-09-05 Tom de Vries <tdevries@suse.de>
1218
1219 * lib/gdb.exp (cmp_file_string): New proc.
1220 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1221 runto_main. Verify save breakpoints output.
1222
98b0ebab
PW
12232019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1224
1225 * gdb.base/info-var.exp: Test info variables without running
1226 to main, to avoid expect's buffer overflow.
1227
4e962e74
TT
12282019-09-03 Tom Tromey <tromey@adacore.com>
1229
1230 * gdb.ada/bias.exp: New file.
1231 * gdb.ada/bias/bias.adb: New file.
1232 * gdb.ada/print_chars.exp: Add regression test.
1233 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1234 (MC): New variable.
1235
2ea1a07a
SL
12362019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1237
1238 * gdb.base/argv0-symlink.exp: Run only on native target
1239 and local host.
1240
8077c50d
TV
12412019-08-29 Tom de Vries <tdevries@suse.de>
1242
1243 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1244 diverse debug info.
1245 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1246
48352473
TV
12472019-08-28 Tom de Vries <tdevries@suse.de>
1248
1249 * gdb.base/info-var.exp: Allow info variables to print info for files
1250 other than info-var-f1.c and info-var-f2.c.
1251
d8f27c60
AB
12522019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1253
1254 * gdb.fortran/info-types.exp: Add module.
1255 * gdb.fortran/info-types.f90: Update expected results.
1256
1f20c35e
AB
12572019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1258
1259 * gdb.fortran/info-types.exp: New file.
1260 * gdb.fortran/info-types.f90: New file.
1261 * lib/fortran.exp (fortran_character1): New proc.
1262
4acfdd20
AB
12632019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1264
1265 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1266 functions'. Reindent as needed.
1267 * gdb.base/info-var-f1.c: New file.
1268 * gdb.base/info-var-f2.c: New file.
1269 * gdb.base/info-var.exp: New file.
1270 * gdb.base/info-var.h: New file.
1271
5c31b358
TV
12722019-08-26 Tom de Vries <tdevries@suse.de>
1273
1274 PR c++/24852
1275 * gdb.cp/no-libstdcxx-probe.exp: New test.
1276
b694989f
TV
12772019-08-26 Tom de Vries <tdevries@suse.de>
1278
1279 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1280 * tests need to be skipped.
1281 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1282 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1283 mi_skip_libstdcxx_probe_tests.
1284
d9c4ba53
SDJ
12852019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1286
1287 * gdb.python/py-xmethods.exp: Use raw strings when passing
1288 arguments to SimpleXMethodMatcher.
1289
395fad09
TV
12902019-08-22 Tom de Vries <tdevries@suse.de>
1291
1292 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1293 more informative.
1294
26c957f1
PA
12952019-08-21 Pedro Alves <palves@redhat.com>
1296
1297 * gdb.base/with.exp: Test "with" with no arguments.
1298
61f80d5d
TV
12992019-08-21 Tom de Vries <tdevries@suse.de>
1300
1301 * gdb.base/gdb-caching-proc.exp: Sort files.
1302
d7a11d13
TV
13032019-08-20 Tom de Vries <tdevries@suse.de>
1304
1305 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1306 compilation.
1307
34dafe9f
TV
13082019-08-16 Tom de Vries <tdevries@suse.de>
1309
1310 * gdb.base/compare-sections.exp ("after run to main"): Allow
1311 mismatched read-only sections for PIE executables.
1312
398fdd60
TT
13132019-08-16 Tom Tromey <tom@tromey.com>
1314
1315 * lib/tuiterm.exp (_csi_Z): New proc.
1316 * gdb.tui/basic.exp: Update window positions.
1317 * gdb.tui/empty.exp: Update window positions.
1318
d8f9e51c
SL
13192019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1320
1321 * gdb.base/examine-backward.exp: Correct regexp for
1322 "examine 3 bytes backward from ${address_zero}".
1323
3df505f6
TT
13242019-08-15 Tom Tromey <tom@tromey.com>
1325
1326 * gdb.tui/empty.exp: Enable resizing tests.
1327
272560b5
TT
13282019-08-15 Tom Tromey <tromey@adacore.com>
1329
1330 * gdb.ada/char_enum.exp: Add regression tests.
1331 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1332 and '0'.
1333 (Char, Gchar): Update.
1334 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1335
08235187
CB
13362019-08-15 Christian Biesinger <cbiesinger@google.com>
1337
1338 * gdb.python/python.exp: Expect a leading underscore on
1339 GdbOutput{,Error}File.
1340
22a2ab04
SL
13412019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1342
1343 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1344 Windows host.
1345
835b995b
SL
13462019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1347
1348 * gdb.base/batch-preserve-term-settings.exp
1349 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1350
97dd8e07
CB
13512019-08-15 Christian Biesinger <cbiesinger@google.com>
1352
1353 * lib/gdb.exp: When running on a mingw target, replace
1354 /x/ with x:/.
1355
75faf5c4
AH
13562019-08-14 Alan Hayward <alan.hayward@arm.com>
1357
1358 * gdb.arch/aarch64-prologue.c: New test.
1359 * gdb.arch/aarch64-prologue.exp: New file.
1360
abc6c00f
TV
13612019-08-13 Tom de Vries <tdevries@suse.de>
1362
1363 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1364 Thread.
1365
74c2c1f4
SL
13662019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1367
1368 * gdb.python/py-completion.exp: Download the .py file to the host
1369 and use its host pathname. Conditionalize tests that use
1370 tab completion and manipulate files on the build machine.
1371 * gdb.python/py-events.exp: Download the .py file to the host
1372 and use its host pathname.
1373 * gdb.python/py-evsignal.exp: Likewise.
1374 * gdb.python/py-evthreads.exp: Likewise.
1375 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1376 pathname syntax.
1377 * gdb.python/py-framefilter.exp: Download the .py file to the right
1378 place on the host. Match Windows pathname syntax.
1379 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1380 .py file to the host and use its host pathname.
1381 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1382 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1383 build pathname. Skip symlink test on Windows host. Add missing
1384 newline at end of file.
1385 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1386 and use its host pathname.
1387 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1388 * gdb.python/py-section-script.exp: Use host location of binfile
1389 on safe-path. Use correct path separator on Windows host.
1390 Reorder alternatives in gdb_test_multiple to prevent matching
1391 the wrong alternative on success.
1392 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1393
ca2589f3
PP
13942019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1395
1396 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1397 expect the GDB inferior to no longer immediately stop after
1398 being resumed with "signal SIGINT".
1399
020a839d
SL
14002019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1401
1402 * gdb.linespec/break-ask.exp: Generalize regexps to match
1403 Windows pathnames too.
1404
128d6509
TV
14052019-08-08 Tom de Vries <tdevries@suse.de>
1406
1407 PR testsuite/24862
1408 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1409
590042fc
PW
14102019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1411
1412 * gdb.base/style.exp: Update tests for help doc new invariants.
1413 * gdb.base/help.exp: Likewise.
1414
046bebe1
TT
14152019-08-06 Tom Tromey <tom@tromey.com>
1416
1417 * gdb.base/style.exp: Add disassemble test.
1418 * gdb.base/style.c (some_called_function): New function.
1419 (main): Use it.
1420
0b27c27d
CB
14212019-08-05 Christian Biesinger <cbiesinger@google.com>
1422
1423 * gdb.python/py-block.exp: Test dictionary access on blocks.
1424
580f1034
SM
14252019-08-05 Simon Marchi <simon.marchi@efficios.com>
1426
1427 PR gdb/24863
1428 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1429 -list-thread-groups --available test when running under
1430 check-read1.
1431
d86bd7cb
TV
14322019-08-05 Tom de Vries <tdevries@suse.de>
1433
1434 PR testsuite/24863
1435 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1436 * gdb.base/help.exp: Use with_read1_timeout_factor.
1437 * gdb.base/info-macros.exp: Same.
1438 * gdb.cp/nested-types.exp: Same.
1439
a80cf5d8
TV
14402019-08-05 Tom de Vries <tdevries@suse.de>
1441
1442 * lib/gdb.exp (version_at_least): Factor out of ...
1443 (tcl_version_at_least): ... here.
1444 (gdb_compile): Fail if pie results in non-PIE executable.
1445 (readelf_version, readelf_prints_pie): New proc.
1446 (exec_is_pie): Return -1 if unknown.
1447
d0962838
TV
14482019-08-05 Tom de Vries <tdevries@suse.de>
1449
1450 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1451
2252ff3d
SL
14522019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1453
1454 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1455
26655f53
SL
14562019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1457
1458 * lib/completion-support.exp (test_gdb_complete_none): Skip
1459 tab completion tests if no readline support.
1460 (test_gdb_complete_unique_re): Likewise.
1461 (test_gdb_complete_multiple): Likewise.
1462
db4dc13e
PW
14632019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1464
1465 * gdb.base/info_sources.exp: New file.
1466 * gdb.base/info_sources.c: New file.
1467 * gdb.base/info_sources_base.c: New file.
1468
0eba165a
PFC
14692019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1470
1471 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1472 prefix argument.
1473 (test_exit_status): Add prefix argument.
1474
59bd512b
TV
14752019-08-01 Tom de Vries <tdevries@suse.de>
1476
1477 PR testsuite/24863
1478 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1479 calling exp_continue for new thread and thread exited messages.
1480
2a3ad588
TV
14812019-08-01 Tom de Vries <tdevries@suse.de>
1482
1483 PR testsuite/24863
1484 * gdb.base/structs.exp: Fix check-read1 timeout using
1485 gdb_test_sequence.
1486 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1487
117eb594
TV
14882019-08-01 Tom de Vries <tdevries@suse.de>
1489
1490 PR testsuite/24863
1491 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1492 line.
1493
ed591340
TV
14942019-08-01 Tom de Vries <tdevries@suse.de>
1495
1496 PR testsuite/24863
1497 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1498
aa3b6533
TT
14992019-07-30 Tom Tromey <tromey@adacore.com>
1500
1501 * gdb.ada/display_nested.exp: New file.
1502 * gdb.ada/display_nested/foo.adb: New file.
1503 * gdb.ada/display_nested/pack.adb: New file.
1504 * gdb.ada/display_nested/pack.ads: New file.
1505
2906593f
CB
15062019-07-30 Christian Biesinger <cbiesinger@google.com>
1507
1508 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1509 namespace.
1510 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1511
0f575925
TV
15122019-07-30 Tom de Vries <tdevries@suse.de>
1513
1514 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1515 instead.
1516
b13057d9
TV
15172019-07-30 Tom de Vries <tdevries@suse.de>
1518
1519 PR testsuite/24834
1520 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1521 (exec_is_pie): New proc.
1522
5c4dde85
CB
15232019-07-29 Christian Biesinger <cbiesinger@google.com>
1524
1525 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1526
c620ed88
CB
15272019-07-29 Christian Biesinger <cbiesinger@google.com>
1528
1529 * gdb.python/py-objfile.c: Add global and static vars.
1530 * gdb.python/py-objfile.exp: Test new functions Objfile.
1531 lookup_global_symbol and lookup_static_symbol.
1532
3d235706
TT
15332019-07-29 Tom Tromey <tom@tromey.com>
1534
1535 * lib/tuiterm.exp (Term::_csi_@): New proc.
1536 (Term::_csi_X): Don't move cursor.
1537
c7e4c0a6
PW
15382019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1539
1540 * gdb.base/options.exp: Update backtrace - completion to
1541 new option -frame-info.
1542 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1543 Test new 'set print frame-info'. Test backtrace -frame-info
1544 overriding 'set print frame-info'.
1545 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1546 Test new 'set print frame-info'.
1547 Verify consistency of backtrace with and without filters, with and
1548 without -no-filters.
1549 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1550 default.
1551
de28a3b7
TV
15522019-07-29 Tom de Vries <tdevries@suse.de>
1553
1554 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1555 no arguments".
1556
507dd60e
TV
15572019-07-29 Tom de Vries <tdevries@suse.de>
1558
1559 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1560 is a substring of the first for "complete non-unique file name".
1561
5beafce9
TV
15622019-07-29 Tom de Vries <tdevries@suse.de>
1563
1564 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1565 with ".*".
1566
2d274232
TV
15672019-07-29 Tom de Vries <tdevries@suse.de>
1568
1569 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1570 Pass prompt_regexp parameter to gdb_test_multiple calls.
1571
9197cd8b
TV
15722019-07-29 Tom de Vries <tdevries@suse.de>
1573
1574 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1575 print registers" regexps.
1576
b528dae0
TV
15772019-07-29 Tom de Vries <tdevries@suse.de>
1578
1579 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1580
d17725d7
TV
15812019-07-29 Tom de Vries <tdevries@suse.de>
1582
1583 PR gdb/24855
1584 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1585 (skip_python_tests_prompt): Add prompt_regexp argument to
1586 gdb_test_multiple calls.
1587
52b75bf1
TT
15882019-07-27 Tom Tromey <tom@tromey.com>
1589
1590 * gdb.tui/main.exp: New file.
1591
2b1d00c2
TT
15922019-07-27 Tom Tromey <tom@tromey.com>
1593
1594 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1595 optional.
1596 * gdb.tui/empty.exp: New file.
1597
ded631d5
TT
15982019-07-27 Tom Tromey <tom@tromey.com>
1599
1600 * lib/tuiterm.exp (spawn): New proc.
1601 (Term::resize): New proc.
1602 * gdb.tui/resize.exp: New file.
1603
58ac439d
TT
16042019-07-27 Tom Tromey <tom@tromey.com>
1605
1606 * gdb.tui/list.exp: New file.
1607
fe1f56ee
TT
16082019-07-27 Tom Tromey <tom@tromey.com>
1609
1610 * gdb.tui/regs.exp: New file.
1611
f790b310
TT
16122019-07-27 Tom Tromey <tom@tromey.com>
1613
1614 * gdb.tui/basic.exp: Add "layout split" test.
1615
d95fc6ee
TT
16162019-07-27 Tom Tromey <tom@tromey.com>
1617
1618 * gdb.tui/basic.exp: Add "layout asm" test.
1619
c3786b3a
TT
16202019-07-27 Tom Tromey <tom@tromey.com>
1621
1622 * lib/tuiterm.exp: New file.
1623 * gdb.tui/basic.exp: New file.
1624
98a617f8
KB
16252019-07-27 Kevin Buettner <kevinb@redhat.com>
1626
1627 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1628 Enable tests associated with this flag. Adjust regex
1629 referencing "foo_low" to now refer to "foo_cold" instead.
1630
5c076da4
KB
16312019-07-27 Kevin Buettner <kevinb@redhat.com>
1632
1633 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1634 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1635 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1636 foo_cold. Revise comments to match.
1637 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1638 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1639 were wrapped into this proc; Call do_test in loop from outermost
1640 level.
1641 (foo_low): Rename all occurrences to "foo_cold".
1642 (backtrace from baz): New test.
1643 (x2/i foo_cold): New test.
1644 (info line *foo_cold): New test.
1645
1512d3b7
TV
16462019-07-26 Tom de Vries <tdevries@suse.de>
1647
1648 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1649
297989a1
TV
16502019-07-25 Tom de Vries <tdevries@suse.de>
1651
1652 PR testsuite/24830
1653 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1654 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1655 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1656 (skip_libstdcxx_probe_tests): ... here.
1657 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1658
b3b965fb
TV
16592019-07-24 Tom de Vries <tdevries@suse.de>
1660
1661 PR testsuite/24807
1662 * gdb.objc/basicclass.m: Include stdio.h.
1663 * gdb.objc/nondebug.m: Same.
1664 * gdb.objc/objcdecode.m: Same.
1665
4625b4d0
TV
16662019-07-24 Tom de Vries <tdevries@suse.de>
1667
1668 PR testsuite/24612
1669 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1670 additional_flags.
1671
024a5840
TV
16722019-07-24 Tom de Vries <tdevries@suse.de>
1673
1674 PR testsuite/24831
1675 * gdb.multi/tids.exp: Update error messages for info threads.
1676
c76ddaa3
TV
16772019-07-24 Tom de Vries <tdevries@suse.de>
1678
1679 * gdb.base/info-types.exp: Allow info types to print info for more than
1680 one file.
1681
9a618ef6
TV
16822019-07-23 Tom de Vries <tdevries@suse.de>
1683
1684 PR testsuite/24842
1685 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1686 gdb_spawn_with_cmdline_opts.
1687
40eadf04
SP
16882019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1689
1690 * gdb.arch/arm-cmse-sgstubs.c: New test.
1691 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1692
5ba29434
TV
16932019-07-23 Tom de Vries <tdevries@suse.de>
1694
1695 PR testsuite/24711
1696 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1697 issuing next command.
1698
a8e9d247
AB
16992019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1700
1701 * gdb.ada/info_auto_lang.exp: Update expected results.
1702 * gdb.base/info-types.c: Add additional types to check.
1703 * gdb.base/info-types.exp: Update expected results.
1704
eb86c5e2
AB
17052019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1706
1707 * gdb.base/info-types.c: New file.
1708 * gdb.base/info-types.exp: New file.
1709
01e175fe
AB
17102019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1711
1712 * gdb.arch/riscv-bp-infcall.c: New file.
1713 * gdb.arch/riscv-bp-infcall.exp: New file.
1714
6b78c3f8
AB
17152019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1716
1717 PR breakpoints/24541
1718 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1719
da738167
TV
17202019-07-14 Tom de Vries <tdevries@suse.de>
1721
1722 PR testsuite/24760
1723 * gdb.objc/basicclass.exp: Fix unterminated string.
1724
0d4e84ed
AB
17252019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1726 Andrew Burgess <andrew.burgess@embecosm.com>
1727
1728 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1729 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1730 negative bounds.
1731 * gdb.fortran/vla-value.exp: Print elements of an array with
1732 negative bounds.
1733 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1734 testing.
1735
021d8588
AB
17362019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1737
1738 * gdb.base/options.exp (expect_string): Dequote strings in
1739 results.
1740 (test-string): Test strings with different quoting and reindent.
1741
f06f1252
TT
17422019-07-10 Tom Tromey <tromey@adacore.com>
1743
1744 * gdb.ada/mi_ex_cond.exp: Update expected results.
1745 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1746 * gdb.ada/mi_catch_ex.exp: Update expected results.
1747 * gdb.ada/mi_catch_assert.exp: Update expected results.
1748 * gdb.ada/catch_ex.exp (catch_exception_info)
1749 (catch_exception_entry, catch_assert_entry)
1750 (catch_unhandled_entry): Update.
1751 * gdb.ada/catch_assert_if.exp: Update expected results.
1752
b863685d
RB
17532019-07-10 Richard Bunt <richard.bunt@arm.com>
1754 Stephen Roberts <stephen.roberts@arm.com>
1755
1756 * gdb.base/define.exp: Restore original prompt.
1757
cb1e4e32
PA
17582019-07-09 Pedro Alves <palves@redhat.com>
1759
1760 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1761 breakpoints" output.
1762 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1763 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1764 throw" creates breakpoint.
1765 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1766 'type="catchpoint"'.
1767
b58a68fe
PA
17682019-07-09 Pedro Alves <palves@redhat.com>
1769
1770 PR c++/15468
1771 * gdb.cp/except-multi-location-lib.cc: New.
1772 * gdb.cp/except-multi-location-main.cc: New.
1773 * gdb.cp/except-multi-location.exp: New.
1774
0826779b
PW
17752019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1776
1777 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1778 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1779 argument and update callers.
1780
5b0e2db4
AB
17812019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1782
1783 * gdb.arch/amd64-break-on-asm-line.S: New file.
1784 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1785
1f6f6e21
PW
17862019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1787
1788 * gdb.base/printcmds.exp: Test printing C string and
1789 C wide string convenience vars without transiting via the inferior.
1790 Also make test names unique.
1791
ea142fbf
AH
17922019-07-08 Alan Hayward <alan.hayward@arm.com>
1793
5862c886 1794 PR breakpoints/25011
ea142fbf
AH
1795 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1796
213fd9fa
PA
17972019-07-04 Pedro Alves <palves@redhat.com>
1798
1799 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1800 body returned ok(0), break(3) or continue(4).
1801 * gdb.testsuite/foreach_with_prefix.exp: New file.
1802
2b40fda7
AH
18032019-07-04 Alan Hayward <alan.hayward@arm.com>
1804
1805 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1806
a26c8de0
PA
18072019-07-03 Pedro Alves <palves@redhat.com>
1808
1809 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1810 "return -code".
1811
5f4ba3e7
PA
18122019-07-03 Pedro Alves <palves@redhat.com>
1813
1814 PR cli/24732
1815 * gdb.base/shell.exp: Load completion-support.exp.
1816 Adjust expected error output. Add completion tests.
1817
a994424f
PA
18182019-07-03 Pedro Alves <palves@redhat.com>
1819
1820 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1821 string_to_regexp.
1822
3d9be6f5
PA
18232019-07-03 Pedro Alves <palves@redhat.com>
1824
1825 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1826 (expect_integer): Adjust to expect "-string".
1827 (expect_string): New.
1828 (all_options): Expect "-string".
1829 (test-flag, test-boolean): Adjust to expect "-string".
1830 (test-string): New proc.
1831 (top level): Call it.
1832
41fc454c
PA
18332019-07-03 Pedro Alves <palves@redhat.com>
1834
1835 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1836 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1837 the expected output in the success.
1838
b2b2a215
PA
18392019-07-03 Pedro Alves <palves@redhat.com>
1840
1841 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1842 Split one gdb_test_multiple call in two to avoid a race.
1843
fdbc9870
PA
18442019-07-03 Pedro Alves <palves@redhat.com>
1845
1846 * gdb.base/with.c: New file.
1847 * gdb.base/with.exp: New file.
1848
c6ac8931
PA
18492019-07-03 Pedro Alves <palves@redhat.com>
1850
1851 * gdb.base/settings.exp: Replace all references to "maint
1852 test-settings set" with references to "maint set test-settings",
1853 and all references to "maint test-settings show" with references
1854 to "maint show test-settings".
1855
970f9d09
PA
18562019-07-03 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.base/settings.exp (test-string): Adjust expected out when
1859 testing "maint test-settings show filename"
1860
54d66006
PA
18612019-07-02 Pedro Alves <palves@redhat.com>
1862
1863 * gdb.base/options.exp (test-info-threads): New procedure.
1864 (top level): Call it.
1865
10d06d82
TT
18662019-06-28 Tom Tromey <tromey@adacore.com>
1867
1868 * gdb.dwarf2/ada-linkage-name.c: New file.
1869 * gdb.dwarf2/ada-linkage-name.exp: New file.
1870
3d507ff2
TT
18712019-06-27 Tom Tromey <tromey@adacore.com>
1872
d039f014 1873 PR c++/20020:
3d507ff2
TT
1874 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1875
8af58ffe
TV
18762019-06-26 Tom de Vries <tdevries@suse.de>
1877
1878 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1879
22e21752
TV
18802019-06-26 Tom de Vries <tdevries@suse.de>
1881
1882 * gdb.base/index-cache.exp: Add back missing debug option.
1883
b65b566c
PW
18842019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1885
1886 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1887
5c2c8c69
TV
18882019-06-25 Tom de Vries <tdevries@suse.de>
1889
1890 PR testsuite/24727
1891 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1892
164e3873
TV
18932019-06-24 Tom de Vries <tdevries@suse.de>
1894
1895 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1896
824eacee
TV
18972019-06-24 Tom de Vries <tdevries@suse.de>
1898
1899 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1900 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1901 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1902
385b97d3
TV
19032019-06-24 Tom de Vries <tdevries@suse.de>
1904
1905 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1906
c596f180
TV
19072019-06-21 Tom de Vries <tdevries@suse.de>
1908
1909 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1910
b13a7d03
TV
19112019-06-21 Tom de Vries <tdevries@suse.de>
1912
1913 PR testsuite/24518
1914 PR ada/24713
1915 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1916 index.
1917
899277ae
TT
19182019-06-19 Tom Tromey <tromey@adacore.com>
1919
1920 * gdb.ada/length_cond.exp: Add intro comment.
1921
680e1bee
TT
19222019-06-19 Tom Tromey <tromey@adacore.com>
1923
1924 * gdb.ada/length_cond.exp: New file.
1925 * gdb.ada/length_cond/length_cond.adb: New file.
1926 * gdb.ada/length_cond/pck.adb: New file.
1927 * gdb.ada/length_cond/pck.ads: New file.
1928
0ed4690a
TV
19292019-06-18 Tom de Vries <tdevries@suse.de>
1930
1931 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1932
d20ed5fd
TT
19332019-06-18 Tom Tromey <tromey@adacore.com>
1934
1935 * gdb.base/list0.h: Add comment explaining control character.
1936
86e04673
TV
19372019-06-18 Tom de Vries <tdevries@suse.de>
1938
1939 * boards/fission.exp: Break up long debug_flags line.
1940
c4973306
SM
19412019-06-16 Tom de Vries <tdevries@suse.de>
1942
1943 PR gdb/24445
1944 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1945 generated index.
1946
93cb9841
AB
19472019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1948
1949 PR gdb/24686
1950 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1951 improve detection of bug gdb/24541.
1952
399aaebd
SM
19532019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1954
1955 PR gdb/24669
1956 * gdb.base/index-cache.exp (uses_readnow,
1957 expecting_index_cache_use): Define global variable.
1958 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1959 expecting_index_cache_use.
1960
584a927c
AB
19612019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1962 Andrew Burgess <andrew.burgess@embecosm.com>
1963
1964 * gdb.fortran/pointers.f90: New file.
1965 * gdb.fortran/print_type.exp: New file.
1966 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1967 * gdb.fortran/vla-type.exp: Likewise.
1968 * gdb.fortran/vla-value.exp: Likewise.
1969 * gdb.mi/mi-vla-fortran.exp: Likewise.
1970
30056ea0
AB
19712019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1972
1973 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1974 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1975 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1976 as a stop reason.
1977
ec8e2b6d
AB
19782019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1979
1980 * gdb.base/annota1.exp: Update expected results.
1981 * gdb.cp/annota2.exp: Likewise.
1982 * gdb.cp/annota3.exp: Likewise.
1983
09e4c4e1
AB
19842019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1985
1986 * gdb.base/style-logging.exp: Remove path from test name.
1987
0735b091
TT
19882019-06-14 Tom Tromey <tromey@adacore.com>
1989
1990 PR gdb/24502:
1991 * gdb.base/style-logging.exp: New file.
1992
f5686554
TT
19932019-06-14 Tom Tromey <tromey@adacore.com>
1994
1995 * gdb.base/symfile-warn.exp: New file.
1996 * gdb.base/symfile-warn.c: New file.
1997
a0c1ffed
TT
19982019-06-14 Tom Tromey <tromey@adacore.com>
1999
2000 * gdb.base/annotate-symlink.exp: New file.
2001
f411722c
TT
20022019-06-14 Tom Tromey <tromey@adacore.com>
2003
2004 * gdb.ada/set_wstr.exp: Add reassignment test.
2005
4268ec18
TT
20062019-06-14 Tom Tromey <tromey@adacore.com>
2007
2008 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2009 'unchecked_access and 'unrestricted_access as well.
2010
9a9e394b
TT
20112019-06-14 Tom Tromey <tromey@adacore.com>
2012
2013 PR ada/24539:
2014 * gdb.ada/vla.exp: Update tests.
2015 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2016 pragma.
2017
4c048731
PA
20182019-06-13 Pedro Alves <palves@redhat.com>
2019
2020 * gdb.base/settings.exp (test-integer): Test junk after
2021 "unlimited".
2022
6665660a
PA
20232019-06-13 Pedro Alves <palves@redhat.com>
2024
2025 * gdb.base/options.exp (test-thread-apply): New.
2026 (top level): Call it.
2027
5d707134
PA
20282019-06-13 Pedro Alves <palves@redhat.com>
2029
2030 * gdb.base/options.exp (test-frame-apply): New.
2031 (top level): Test print commands with different "frame apply"
2032 prefixes.
2033
e2a689da
PA
20342019-06-13 Pedro Alves <palves@redhat.com>
2035
e79be6e5 2036 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
2037 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2038 'max_completions' parameter and handle it.
2039 (test_gdb_completion_offers_commands): New.
2040
90a1ef87
PA
20412019-06-13 Pedro Alves <palves@redhat.com>
2042
2043 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2044
d4c16835
PA
20452019-06-13 Pedro Alves <palves@redhat.com>
2046
2047 * gdb.base/options.exp (test-backtrace): New.
2048 (top level): Call it.
2049
2daf894e
PA
20502019-06-13 Pedro Alves <palves@redhat.com>
2051
2052 * gdb.guile/scm-frame-args.exp: Use "set print
2053 raw-frame-arguments" instead of "set print raw frame-arguments".
2054 * gdb.python/py-frame-args.exp: Likewise.
2055
e6ed716c
PA
20562019-06-13 Pedro Alves <palves@redhat.com>
2057
2058 * gdb.compile/compile.exp: Adjust expected output to option
2059 processing changes.
2060
7d8062de
PA
20612019-06-13 Pedro Alves <palves@redhat.com>
2062
2063 * gdb.base/options.exp: Build executable.
2064 (test-print): New procedure.
2065 (top level): Call it, once for "print" and another for "compile
2066 print".
2067
9d0faba9
PA
20682019-06-13 Pedro Alves <palves@redhat.com>
2069
2070 * gdb.base/options.c: New file.
2071 * gdb.base/options.exp: New file.
2072
dee7b4c8
PA
20732019-06-13 Pedro Alves <palves@redhat.com>
2074
2075 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2076 that "o" is ambiguous.
2077
dca0f6c0
PA
20782019-06-13 Pedro Alves <palves@redhat.com>
2079
2080 * gdb.base/settings.c: New file.
2081 * gdb.base/settings.exp: New file.
2082
ccf46844
PA
20832019-06-13 Pedro Alves <palves@redhat.com>
2084
2085 * gdb.base/completion.exp: Fix comment typo.
2086
b9a3f842
PA
20872019-06-13 Pedro Alves <palves@redhat.com>
2088
2089 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2090 foo --1" test.
2091
d106773e
PA
20922019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2093
2094 * gdb.fortran/block-data.f: New.
2095 * gdb.fortran/block-data.exp: New.
2096
fea82da0
TV
20972019-06-11 Tom de Vries <tdevries@suse.de>
2098
2099 PR testsuite/24521
2100 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2101 message.
2102
8c2e74f1
TV
21032019-06-11 Tom de Vries <tdevries@suse.de>
2104
2105 PR testsuite/24521
2106 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2107
b49851c8
TV
21082019-06-11 Tom de Vries <tdevries@suse.de>
2109
2110 * boards/readnow.exp: New file.
2111
a7067863
AB
21122019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2113
2114 * gdb.fortran/vla-sizeof.exp: Update expected results.
2115
1a3da2cd
AB
21162019-06-06 Amos Bird <amosbird@gmail.com>
2117
2118 * gdb.base/annota1.exp (thread_switch): Add test for
2119 thread-exited annotation.
2120
3847a7bf
TT
21212019-06-06 Tom Tromey <tromey@adacore.com>
2122
2123 * gdb.base/maint.exp: Expect command started/finished output.
2124
0088ba59
AB
21252019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2126
2127 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2128 comment.
2129 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2130
312617a3
AB
21312019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2132
2133 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2134 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2135 * gdb.arch/riscv-unwind-long-insn.c: New file.
2136 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2137
e1f2e1a2
CB
21382019-06-04 Christian Biesinger <cbiesinger@google.com>
2139
d3238f7d 2140 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 2141
206584bd
PW
21422019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2143
2144 * lib/gdb.exp (help_list_trailer): New regexp variable
2145 factorizing the help trailer message.
2146 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2147 arg to allow to better factorize various tests.
2148 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2149 (test_prefix_command_help): Use help_list_trailer.
2150 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2151 * gdb.guile/scm-cmd.exp: Likewise.
2152 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2153 * gdb.base/help.exp: Use test_user_defined_class_help.
2154 * gdb.base/style.exp: Add tests for styling of help and apropos.
2155 * lib/gdb-utils.exp (style): Add title and highlight styles.
2156
708dc93e
PW
21572019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2158
2159 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2160 $_shell_exitsignal.
2161 * gdb.base/default.exp: Update for new convenience variables.
2162
f49055a5
TT
21632019-05-29 Tom Tromey <tromey@adacore.com>
2164
2165 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2166 to "break complete ada" test case's regexp.
2167
4330d61d
TT
21682019-05-29 Tom Tromey <tromey@adacore.com>
2169
2170 PR c++/20020:
2171 * gdb.cp/constexpr-field.exp: New file.
2172 * gdb.cp/constexpr-field.cc: New file.
2173
000439d5
TT
21742019-05-29 Tom Tromey <tromey@adacore.com>
2175
2176 * gdb.base/finish.exp (finish_no_print): New proc.
2177 (finish_tests): Call it.
2178
5a01c34c
TV
21792019-05-24 Tom de Vries <tdevries@suse.de>
2180
2181 * gdb.dwarf2/gdb-add-index.exp: New file.
2182
18125b16
TT
21832019-05-22 Tom Tromey <tromey@adacore.com>
2184
2185 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2186 * gdb.base/style.exp: Use "style".
2187 * lib/gdb-utils.exp (style): New proc.
2188
af1a8d03
TV
21892019-05-22 Tom de Vries <tdevries@suse.de>
2190
2191 * gdb.base/align.exp: Require c++11.
2192
e7fe496b
TV
21932019-05-22 Tom de Vries <tdevries@suse.de>
2194
2195 PR testsuite/24586
2196 * gdb.python/py-mi-var-info-path-expression.exp: Call
2197 mi_skip_python_tests to check if python is supported.
2198
8fca4da0
AH
21992019-05-22 Alan Hayward <alan.hayward@arm.com>
2200
2201 * gdb.arch/aarch64-pauth.c: New test.
2202 * gdb.arch/aarch64-pauth.exp: New file.
2203
b7060614
AH
22042019-05-22 Alan Hayward <alan.hayward@arm.com>
2205
2206 * README (Re-running Tests Outside The Testsuite): New section.
2207
669d0468
TV
22082019-05-21 Tom de Vries <tdevries@suse.de>
2209
2210 * gdb.arch/amd64-eval.exp: Require c++11.
2211 * gdb.base/max-depth.exp: Same.
2212 * gdb.compile/compile-cplus-array-decay.exp: Same.
2213 * gdb.cp/meth-typedefs.exp: Same.
2214 * gdb.cp/subtypes.exp: Same.
2215 * gdb.cp/temargs.exp: Same.
2216
ce3ebcaa
AH
22172019-05-21 Alan Hayward <alan.hayward@arm.com>
2218
2219 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2220
34d11c68
AB
22212019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2222
2223 PR gdb/18644
2224 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2225 * gdb.fortran/printing-types.exp: Add new test.
2226 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2227 testing.
2228 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2229 setup_kfail call.
2230
87781e84
AH
22312019-05-17 Alan Hayward <alan.hayward@arm.com>
2232
2233 * README (Running the Testsuite): Change example.
2234 (Testsuite Parameters): Remove TRANSCRIPT.
2235 * lib/gdb.exp: Remove TRANSCRIPT check.
2236
b420b89e
AH
22372019-05-17 Alan Hayward <alan.hayward@arm.com>
2238
2239 * README (Testsuite Parameters): Add replay logging to
2240 GDBSERVER_DEBUG.
2241 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2242 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2243 as a comma separated list.
2244 (gdb_debug_init): Override procedure.
2245
408e9b8b
AH
22462019-05-17 Alan Hayward <alan.hayward@arm.com>
2247
2248 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2249 (gdb_write_cmd_file): New procedure.
2250 * lib/gdbserver-support.exp (gdbserver_start): Call
2251 gdbserver_write_cmd_file.
2252 (gdbserver_write_cmd_file): New procedure.
2253
f9e2e39d
AH
22542019-05-17 Alan Hayward <alan.hayward@arm.com>
2255
2256 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2257 (delete_breakpoints): Likewise.
2258 (gdb_run_cmd): Likewise.
2259 (gdb_start_cmd): Likewise.
2260 (gdb_starti_cmd): Likewise.
2261 (gdb_internal_error_resync): Likewise.
2262 (gdb_test_multiple): Likewise.
2263 (gdb_reinitialize_dir): Likewise.
2264 (default_gdb_exit): Likewise.
2265 (gdb_file_cmd): Mark kill as optional.
2266 (default_gdb_start): Call gdb_stdin_log_init.
2267 (send_gdb): Call gdb_stdin_log_write.
2268 (rerun_to_main): Mark Y as an answer.
2269 (gdb_stdin_log_init): New function.
2270 (gdb_stdin_log_write): Likewise.
2271
81f47ac2
AH
22722019-05-17 Alan Hayward <alan.hayward@arm.com>
2273
2274 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2275 * gdb.base/debug-expr.exp: Likewise.
2276 * gdb.base/foll-fork.exp: Likewise.
2277 * gdb.base/foll-vfork.exp: Likewise.
2278 * gdb.base/fork-print-inferior-events.exp: Likewise.
2279 * gdb.base/gdb-sigterm.exp: Likewise.
2280 * gdb.base/gdbinit-history.exp: Likewise.
2281 * gdb.base/osabi.exp: Likewise.
2282 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2283 * gdb.base/ui-redirect.exp: Likewise.
2284 * gdb.gdb/unittest.exp: Likewise.
2285 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2286 * gdb.mi/mi-watch.exp: Likewise.
2287 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2288 * gdb.mi/user-selected-context-sync.exp: Likewise.
2289 * gdb.python/python.exp: Disable debug test when debugging.
2290 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2291 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2292 Likewise.
2293 * gdb.threads/stepi-random-signal.exp: Likewise.
2294
29b52314
AH
22952019-05-17 Alan Hayward <alan.hayward@arm.com>
2296
2297 * Makefile.in: Pass through GDB_DEBUG.
2298 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2299 (gdb,debug): Add board setting.
2300 * lib/gdb.exp (default_gdb_start): Start debugging.
2301 (gdb_debug_enabled): New procedure.
2302 (gdb_debug_init): Likewise.
29b52314
AH
2303
23042019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 2305
29b52314
AH
2306 * Makefile.in: Pass through GDB_DEBUG.
2307 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2308 (gdb,debug): Add board setting.
2309 * lib/gdb.exp (default_gdb_start): Start debugging.
2310 (gdb_debug_enabled): New procedure.
2311 (gdb_debug_init): Likewise.
29b52314 2312
ca1285d1
AH
23132019-05-17 Alan Hayward <alan.hayward@arm.com>
2314
2315 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2316
f3a09c80
AH
23172019-05-17 Alan Hayward <alan.hayward@arm.com>
2318
2319 * gdb.base/ui-redirect.exp: Test redirection.
2320
26648588
JV
23212019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2322
2323 * gdb.mi/mi-complete.exp: New file.
2324 * gdb.mi/mi-complete.cc: Likewise.
2325
14237686
AB
23262019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2327
2328 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2329 indexed and sliced arrays, and pointers to arrays.
2330
e7bd7fba
TT
23312019-05-14 Tom Tromey <tromey@adacore.com>
2332
2333 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2334 styling test.
2335
2764128d
TV
23362019-05-14 Tom de Vries <tdevries@suse.de>
2337
2338 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2339 selection entry encoding.
2340
71bed2db
TT
23412019-05-10 Tom Tromey <tromey@adacore.com>
2342
2343 * gdb.ada/info_exc.exp: Add "complete" test.
2344
63b667ad
TV
23452019-05-09 Tom de Vries <tdevries@suse.de>
2346
2347 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2348 CU-relative.
2349
9cfd2b89
TV
23502019-05-09 Tom de Vries <tdevries@suse.de>
2351
2352 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2353 CU-relative.
2354
2228ef77
XR
23552019-05-08 Joel Brobecker <brobecker@adacore.com>
2356
2357 * gdb.ada/frame_arg_lang.exp: New testcase.
2358 * gdb.ada/frame_arg_lang/bla.adb: New file.
2359 * gdb.ada/frame_arg_lang/pck.ads: New file.
2360 * gdb.ada/frame_arg_lang/pck.adb: New file.
2361 * gdb.ada/frame_arg_lang/foo.c: New file.
2362
80e55b13
TT
23632019-05-08 Tom Tromey <tromey@adacore.com>
2364
2365 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2366
9d3421af
TT
23672019-05-08 Tom Tromey <tromey@adacore.com>
2368
2369 * gdb.base/ptype-offsets.exp: Update tests.
2370
844333e2
TT
23712019-05-08 Tom Tromey <tromey@adacore.com>
2372
2373 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2374 cases.
2375 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2376 "short".
2377
988915ee
TT
23782019-05-08 Tom Tromey <tromey@adacore.com>
2379
2380 * gdb.ada/vla.exp: New file.
2381 * gdb.ada/vla/vla.adb: New file.
2382
7bd55dac
TV
23832019-05-07 Tom de Vries <tdevries@suse.de>
2384
2385 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2386
75f06e9d
TV
23872019-05-07 Tom de Vries <tdevries@suse.de>
2388
2389 PR testsuite/24522
2390 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2391 section.
2392
77e7aaa4
TV
23932019-05-07 Tom de Vries <tdevries@suse.de>
2394
2395 PR testsuite/24522
2396 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2397 .debug_aranges section.
2398
456ba0fa
TV
23992019-05-07 Tom de Vries <tdevries@suse.de>
2400
2401 PR testsuite/24159
2402 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2403
5a56d6a6
TV
24042019-05-06 Tom de Vries <tdevries@suse.de>
2405
2406 * lib/gdb.exp (exec_has_index_section): New proc.
2407 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2408 section.
2409
9d6d4be8
TV
24102019-05-04 Tom de Vries <tdevries@suse.de>
2411
2412 * boards/cc-with-debug-names.exp: New file.
2413
222a8d25
TT
24142019-05-03 Tom Tromey <tromey@adacore.com>
2415
2416 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2417 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2418 * gdb.ada/char_enum.exp: Add test.
2419
0fdfd794
TV
24202019-05-03 Tom de Vries <tdevries@suse.de>
2421
2422 * boards/cc-with-gdb-index.exp: New file.
2423
80062eb9
AB
24242019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2425
2426 * gdb.rust/simple.exp: Add new test case.
2427 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2428 (main): Initialise an instance of the new struct.
2429
4504bbde
TT
24302019-05-01 Tom Tromey <tromey@adacore.com>
2431
2432 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2433 record.
2434 (NPR): New variable.
2435 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2436 test.
2437
d48e62f4
TT
24382019-05-01 Tom Tromey <tromey@adacore.com>
2439
2440 * gdb.ada/packed_array_assign.exp: Add packed assignment
2441 regression test.
2442
f59f30f5
TV
24432019-05-01 Tom de Vries <tdevries@suse.de>
2444
2445 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2446
b70bfc54
TV
24472019-05-01 Tom de Vries <tdevries@suse.de>
2448
2449 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2450
15f18d14
AT
24512019-04-30 Ali Tamur <tamur@google.com>
2452
2453 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2454
2ff0a947
TT
24552019-04-30 Tom Tromey <tromey@adacore.com>
2456
2457 * lib/ada.exp (find_ada_tool): New proc.
2458 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2459 * gdb.ada/catch_ex_std.exp: New file.
2460 * gdb.ada/catch_ex_std/foo.adb: New file.
2461 * gdb.ada/catch_ex_std/some_package.adb: New file.
2462 * gdb.ada/catch_ex_std/some_package.ads: New file.
2463
a776957c
TT
24642019-04-30 Tom Tromey <tromey@adacore.com>
2465
2466 PR c++/24470:
2467 * gdb.cp/temargs.cc: Add test code from PR.
2468
bc68014d
AB
24692019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2470
2471 * gdb.fortran/vla-datatypes.exp: Update expected results.
2472 * gdb.fortran/vla-ptype.exp: Likewise.
2473 * gdb.fortran/vla-type.exp: Likewise.
2474 * gdb.fortran/vla-value.exp: Likewise.
2475
f1fdc960
AB
24762019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2477
2478 * gdb.fortran/ptr-indentation.exp: Update expected results.
2479 * gdb.fortran/ptype-on-functions.exp: Likewise.
2480 * gdb.fortran/vla-ptr-info.exp: Likewise.
2481 * gdb.fortran/vla-value.exp: Likewise.
2482
bf7a4de1
AB
24832019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2484
2485 * gdb.fortran/ptype-on-functions.exp: New file.
2486 * gdb.fortran/ptype-on-functions.f90: New file.
2487
bbe75b9d
AB
24882019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2489
2490 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2491 case void string.
2492
1db455a7
AB
24932019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2494
2495 * gdb.fortran/complex.exp: Expand.
2496 * gdb.fortran/complex.f: Renamed to...
2497 * gdb.fortran/complex.f90: ...this, and extended to add more
2498 complex values.
2499
b6d03bb2
AB
25002019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2501
2502 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2503 MODULO, CMPLX.
2504
2e62ab40
AB
25052019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2506 Richard Bunt <richard.bunt@arm.com>
2507
2508 * gdb.base/max-depth.c: New file.
2509 * gdb.base/max-depth.exp: New file.
2510 * gdb.python/py-nested-maps.c: New file.
2511 * gdb.python/py-nested-maps.exp: New file.
2512 * gdb.python/py-nested-maps.py: New file.
2513 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2514 (test_all_common): Call test_max_depth.
2515 * gdb.fortran/max-depth.exp: New file.
2516 * gdb.fortran/max-depth.f90: New file.
2517 * gdb.go/max-depth.exp: New file.
2518 * gdb.go/max-depth.go: New file.
2519 * gdb.modula2/max-depth.exp: New file.
2520 * gdb.modula2/max-depth.c: New file.
2521 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2522
d2b584a5
TV
25232019-04-29 Tom de Vries <tdevries@suse.de>
2524
2525 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2526
136afab8
PW
25272019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2528
2529 * gdb.base/callexit.exp: Test may-call-functions off.
2530
725cbb63
KS
25312019-04-25 Keith Seitz <keiths@redhat.com>
2532
2533 PR c++/24367
2534 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2535 (another_incomplete_struct, test_incomplete): New definitions.
2536 (main): Use new definitions.
2537 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2538 functions.
2539
701adfb0
PA
25402019-04-25 Ali Tamur <tamur@google.com>
2541
2542 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2543
82433e3e
SDJ
25442019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2545
2546 PR corefiles/11608
2547 PR corefiles/18187
2548 * gdb.base/coredump-filter-build-id.exp: New file.
2549
dd06d4d6
AH
25502019-04-25 Alan Hayward <alan.hayward@arm.com>
2551
e79be6e5
SM
2552 * Makefile.in: Pass through GDBSERVER_DEBUG.
2553 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2554 (gdbserver,debug): Add board setting.
2555 * gdb.trace/tspeed.exp: Skip when debugging.
2556 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2557 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2558
1670072e
TT
25592019-04-24 Tom Tromey <tromey@adacore.com>
2560
2561 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2562 Rust.
2563
a59240a4
TT
25642019-04-24 Tom Tromey <tromey@adacore.com>
2565
2566 * gdb.arch/amd64-eval.exp: Test bitfield return.
2567 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2568 (class Foo) <return_bitfields>: New method.
2569 (main): Call it.
2570
b907456c
AB
25712019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2572
2573 * gdb.cp/many-args.cc: New file.
2574 * gdb.cp/many-args.exp: New file.
2575
5c565afd
TV
25762019-04-23 Tom de Vries <tdevries@suse.de>
2577
2578 PR gdb/24433
2579 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2580
ba22ff86
AH
25812019-04-23 Alan Hayward <alan.hayward@arm.com>
2582
2583 * gdb.trace/backtrace.exp: Use nopie flag.
2584 * gdb.trace/circ.exp: Likewise.
2585 * gdb.trace/collection.exp: Likewise.
2586 * gdb.trace/ftrace.exp: Likewise.
2587 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2588 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2589 * gdb.trace/qtro.exp: Likewise.
2590 * gdb.trace/read-memory.exp: Likewise.
2591 * gdb.trace/report.exp: Likewise.
2592 * gdb.trace/tfile.exp: Likewise.
2593 * gdb.trace/tfind.exp: Likewise.
2594 * gdb.trace/unavailable.exp: Likewise.
2595
7905fc35
PA
25962019-04-22 Pedro Alves <palves@redhat.com>
2597
2598 * gdb.base/solib-probes-nosharedlibrary.c,
2599 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2600
8ecb59f8
TT
26012019-04-19 Tom Tromey <tromey@adacore.com>
2602
2603 * gdb.ada/ptype_union.c: New file.
2604 * gdb.ada/ptype_union.exp: New file.
2605
62160ec9
TT
26062019-04-19 Tom Tromey <tromey@adacore.com>
2607
2608 PR symtab/24423:
2609 * gdb.base/list0.h (foo): Add a control-l character.
2610
36cd4ba5
TV
26112019-04-18 Tom de Vries <tdevries@suse.de>
2612
2613 PR gdb/24433
2614 * boards/local-board.exp: Set sysroot to "".
2615
b73715df
TV
26162019-04-18 Tom de Vries <tdevries@suse.de>
2617 Pedro Alves <palves@redhat.com>
2618
2619 PR gdb/24454
2620 * gdb.threads/vfork-follow-child-exec.c: New file.
2621 * gdb.threads/vfork-follow-child-exec.exp: New file.
2622 * gdb.threads/vfork-follow-child-exit.c: New file.
2623 * gdb.threads/vfork-follow-child-exit.exp: New file.
2624
4aa866af
LS
26252019-04-15 Leszek Swirski <leszeks@google.com>
2626
2627 * gdb.arch/amd64-eval.cc: New file.
2628 * gdb.arch/amd64-eval.exp: New file.
2629
e5a1a79a
AH
26302019-04-11 Alan Hayward <alan.hayward@arm.com>
2631
2632 * gdb.server/sysroot.c: New test.
2633 * gdb.server/sysroot.exp: New file.
2634 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2635 matching param.
2636
41077b66
AB
26372019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2638
2639 * gdb.base/align.exp: Extend test to cover structures containing
2640 only static fields.
2641
c30391f8
TV
26422019-04-11 Tom de Vries <tdevries@suse.de>
2643
2644 * boards/cc-with-dwz-m.exp: New file.
2645 * boards/cc-with-dwz.exp: New file.
2646 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2647
e242fd12
SM
26482019-04-09 Simon Marchi <simon.marchi@efficios.com>
2649
2650 * gdb.base/start-cpp.exp: New file.
2651 * gdb.base/start-cpp.cc: New file.
2652
2b0c8b01
KB
26532019-04-08 Kevin Buettner <kevinb@redhat.com>
2654
2655 * gdb.python/py-thrhandle.exp: Adjust tests to call
2656 thread_from_handle instead of thread_from_thread_handle.
2657
947210e5
KB
26582019-04-08 Kevin Buettner <kevinb@redhat.com>
2659
2660 * gdb.python/py-thrhandle.exp: Add tests for
2661 gdb.InferiorThread.handle.
2662
d7df6549
AB
26632019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2664
2665 * gdb.python/py-function.exp: Check calling helper function from
2666 all languages.
2667 * lib/gdb.exp (gdb_supported_languages): New proc.
2668
8bdc1658
AB
26692019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2670
2671 * gdb.base/complex-parts.c: New file.
2672 * gdb.base/complex-parts.exp: New file.
2673
05caa1d2
TT
26742019-04-01 Tom Tromey <tromey@adacore.com>
2675
2676 PR symtab/23331:
2677 * gdb.dwarf2/dw2-ranges-main.c: New file.
2678 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2679 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2680
7734102d
EZ
26812019-03-30 Simon Marchi <simark@simark.ca>
2682
2683 * gdb.base/default.exp: Add values for $_gdb_major and
2684 $_gdb_minor.
2685
188e1fa9
TT
26862019-03-29 Tom Tromey <tromey@adacore.com>
2687
2688 * gdb.base/help.exp: Tighten apropos regexp.
2689
2880242d
KS
26902019-03-29 Keith Seitz <keiths@redhat.com>
2691
2692 * gdb.fortran/array-bounds.exp: New file.
2693 * gdb.fortran/array-bounds.f90: New file.
2694
077cad8e
PW
26952019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2696
2697 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2698
80047cfc
PW
26992019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2700
2701 * gdb.multi/hello.c (main): Increase alarm timer.
2702
f489207e
SL
27032019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2704
2705 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2706 factor when no hardware watchpoint support.
2707
c92df149
AH
27082019-03-28 Alan Hayward <alan.hayward@arm.com>
2709 Pedro Alves <palves@redhat.com>
2710
2711 * boards/local-board.exp: set sysroot to /.
2712
933aebfa
AH
27132019-03-27 Alan Hayward <alan.hayward@arm.com>
2714
2715 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2716 in child.
2717
9f9aa852
AB
27182019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2719
2720 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2721 field.
2722 (make_container): Initialise new field.
2723 * gdb.python/py-prettyprint.exp: Add new tests.
2724 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2725 <display_hint>: New method.
2726
3714a195
AB
27272019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2728
2729 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2730 gdb_continue_to_breakpoint more throughout this test.
2731 (run_lang_tests) Supply unique test names, and use
2732 gdb_test_no_output.
2733
18c77628
AB
27342019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2735
2736 * gdb.base/finish-pretty.exp: Update expected results.
2737 * gdb.base/pretty-print.c: New file.
2738 * gdb.base/pretty-print.exp: New file.
2739
9a93502f
PA
27402019-03-25 Pedro Alves <palves@redhat.com>
2741
2742 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2743 move comments outside list. Append '-i "" eof' section.
2744
968aa7ae
AH
27452019-03-22 Alan Hayward <alan.hayward@arm.com>
2746
34a7f2a4 2747 PR testsuite/25016
968aa7ae
AH
2748 * README: Add pie options.
2749 * gdb.base/break-interp.exp: Ensure pie is disabled.
2750 * gdb.base/dump.exp: Likewise.
2751 * lib/gdb.exp (gdb_compile): Add pie option.
2752
4c7d57e7
TT
27532019-03-19 Tom Tromey <tromey@adacore.com>
2754
2755 * gdb.mi/mi2-cli-display.c: New file.
2756 * gdb.mi/mi2-cli-display.exp: New file.
2757
bff8c71f
TT
27582019-03-18 Joel Brobecker <brobecker@adacore.com>
2759 Tom Tromey <tromey@adacore.com>
2760
2761 * gdb.ada/ptype_array/pck.adb: New file.
2762 * gdb.ada/ptype_array/pck.ads: New file.
2763 * gdb.ada/ptype_array/foo.adb: New file.
2764 * gdb.ada/ptype_array.exp: New file.
2765
d085f989
TT
27662019-03-14 Tom Tromey <tromey@adacore.com>
2767
2768 * gdb.base/style.exp: Add "set style sources" test.
2769
b4be1b06
SM
27702019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2771
2772 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2773 * mi-breakpoint-multiple-locations.exp: ... this.
2774 (make_breakpoints_pattern): New proc.
2775 (do_test): Add mi_version parameter, test -break-insert,
2776 -break-info and =breakpoint-created.
2777
7cde5fc2
AB
27782019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2779
2780 * config/default.exp: Remove 'load_lib gdb.exp'.
2781 * config/monitor.exp: Likewise.
2782 * config/sid.exp: Likewise.
2783 * config/sim.exp: Likewise.
2784 * config/slite.exp: Likewise.
2785 * config/unix.exp: Likewise.
2786 * gdb.base/default.exp: Remove unhelpful comment.
2787
efbecbc1
AB
27882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2789
2790 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2791
0841c79a
AB
27922019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2793
2794 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2795
4a270568
AB
27962019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2797
2798 * gdb.fortran/type-kinds.exp: Update expected results.
2799
067630bd
AB
28002019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2801
2802 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2803
3be47f7a
AB
28042019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2805
2806 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2807 function.
2808 (test_basic_parsing_of_type_kinds): Expand types tested.
2809 (test_parsing_invalid_type_kinds): New function.
2810
4d00f5d8
AB
28112019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2812
2813 * gdb.fortran/intrinsics.exp: New file.
2814 * gdb.fortran/intrinsics.f90: New file.
2815 * gdb.fortran/type-kinds.exp: New file.
2816
c8f91604
AB
28172019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2818
2819 * gdb.fortran/dot-ops.exp: New file.
2820
dd9f2c76
AB
28212019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2822
2823 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2824 Check upper and lower case logical literals.
2825
84ec9724
AB
28262019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2827
2828 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2829 Remove duplicate tests.
2830
c3734e09
AH
28312019-03-06 Alan Hayward <alan.hayward@arm.com>
2832
2833 * lib/gdb.exp (builtin_cd): rename of cd.
2834 (cd): Override builtin.
2835
aa3cfbda
RB
28362019-03-06 Richard Bunt <richard.bunt@arm.com>
2837
2838 * gdb.fortran/function-calls.exp: New file.
2839 * gdb.fortran/function-calls.f90: New test.
2840
7b63ad86
RB
28412019-03-04 Richard Bunt <richard.bunt@arm.com>
2842
2843 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2844 on user program standard output.
2845 * gdb.fortran/short-circuit-argument-list.f90: Record function
2846 calls.
2847
01abb042
AH
28482019-02-28 Alan Hayward <alan.hayward@arm.com>
2849
c3734e09
AH
2850 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2851 failure.
01abb042 2852
92137da0
RO
28532019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2854
2855 PR gdb/8527
2856 * gdb.base/interrupt-daemon-attach.c,
2857 gdb.base/interrupt-daemon-attach.exp: New test.
2858
5862844d
PA
28592019-02-27 Pedro Alves <palves@redhat.com>
2860
2861 * gdb.base/page.exp: Add tests for "set width/height -1".
2862
8ed25214
PA
28632019-02-27 Pedro Alves <palves@redhat.com>
2864
2865 * gdb.base/page.exp: Add tests for "set/show width/height" with
2866 "infinite" values.
2867
6c28e44a
TT
28682019-02-27 Tom Tromey <tromey@adacore.com>
2869
2870 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2871 2.4.
2872 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2873 workaround.
2874
bf9a735e
AB
28752019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2876
2877 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2878 tests for structs with static members.
2879
8791793c
TT
28802019-02-26 Tom Tromey <tromey@adacore.com>
2881
2882 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2883 ValueError, not TypeError.
2884
bc2a507e
KB
28852019-02-26 Kevin Buettner <kevinb@redhat.com>
2886
2887 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2888 call from main program.
2889
e0e7d3bd
JB
28902019-02-23 Joel Brobecker <brobecker@adacore.com>
2891
2892 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2893 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2894 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2895 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2896 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2897
9600246d
KS
28982019-02-22 Keith Seitz <keiths@redhat.com>
2899
2900 PR symtab/23853
2901 * gdb.base/symlink-sourcefile.c: New file.
2902 * gdb.base/symlink-sourcefile.exp: New file.
2903
0c95f9ed
TT
29042019-02-20 Tom Tromey <tom@tromey.com>
2905
2906 * gdb.base/info_qt.exp: Update.
2907
6caa91b6
SM
29082019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2909
2910 * gdb.base/source.exp: Move "error in sourced script" code to
2911 the end.
2912 * gdb.base/source-error.gdb: Move contents to
2913 source-error-1.gdb. Add new code to source source-error-1.gdb.
2914 * gdb.base/source-error-1.gdb: New file, from previous
2915 source-error.gdb.
2916
6506371f
TT
29172019-02-17 Tom Tromey <tom@tromey.com>
2918
2919 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2920 for macro styling.
2921 * gdb.base/style.c (SOME_MACRO): New macro.
2922
a0087920
TT
29232019-02-17 Tom Tromey <tom@tromey.com>
2924
2925 * gdb.base/style.exp: Add line-wrapping tests.
2926 * gdb.base/page.exp: Add test for quitting during pagination.
2927
a2cd4f14
JB
29282019-02-17 Joel Brobecker <brobecker@adacore.com>
2929
2930 * gdb.ada/big_packed_array: New testcase.
2931 * gdb.ada/homonym.exp: Fix incorrect expected output for
2932 "break <homonym__get_value>" test.
2933
9d70ffbc
WP
29342019-02-13 Weimin Pan <weimin.pan@oracle.com>
2935
2936 PR breakpoints/21870
2937 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2938 and prepare_for_testing. Add comment.
2939 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2940 redundant cleanup call. Clean up comment.
2941
01c7ae81
WP
29422019-02-12 Weimin Pan <weimin.pan@oracle.com>
2943
2944 PR breakpoints/21870
2945 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2946 * gdb.arch/aarch64-dbreg-contents.c: New file.
2947
aff29d1c
JB
29482019-02-10 Joel Brobecker <brobecker@adacore.com>
2949
2950 * gdb.ada/mi_ref_changeable: New testcase.
2951
df0da8a2
AH
29522019-02-07 Alan Hayward <alan.hayward@arm.com>
2953
2954 * gdb.base/attach.exp: Add double attach test.
2955
bd447abb
SM
29562019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2957
2958 * lib/gdb.exp (default_gdb_start): Don't match pagination
2959 prompt.
2960 (gdb_init): Set stty_init.
2961
1dbc40b9
TT
29622019-01-27 Tom Tromey <tom@tromey.com>
2963
2964 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2965 skip_python_tests.
2966
353229bf
AH
29672019-01-24 Alan Hayward <alan.hayward@arm.com>
2968
2969 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2970 New structure.
2971 (struct struct_static_02_02): Likewise.
2972 (struct struct_static_02_03): Likewise.
2973 (struct struct_static_02_04): Likewise.
2974 (struct struct_static_04_01): Likewise.
2975 (struct struct_static_04_02): Likewise.
2976 (struct struct_static_04_03): Likewise.
2977 (struct struct_static_04_04): Likewise.
2978 (struct struct_static_06_01): Likewise.
2979 (struct struct_static_06_02): Likewise.
2980 (struct struct_static_06_03): Likewise.
2981 (struct struct_static_06_04): Likewise.
2982 (cmp_struct_static_02_01): Likewise.
2983 (cmp_struct_static_02_02): Likewise.
2984 (cmp_struct_static_02_03): Likewise.
2985 (cmp_struct_static_02_04): Likewise.
2986 (cmp_struct_static_04_01): Likewise.
2987 (cmp_struct_static_04_02): Likewise.
2988 (cmp_struct_static_04_03): Likewise.
2989 (cmp_struct_static_04_04): Likewise.
2990 (cmp_struct_static_06_01): Likewise.
2991 (cmp_struct_static_06_02): Likewise.
2992 (cmp_struct_static_06_03): Likewise.
2993 (cmp_struct_static_06_04): Likewise.
2994 (call_all): Test new structs.
2995 * gdb.base/infcall-nested-structs.exp: Likewise.
2996
73021deb
AH
29972019-01-21 Alan Hayward <alan.hayward@arm.com>
2998 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2999
fc65c7db
AH
30002019-01-21 Alan Hayward <alan.hayward@arm.com>
3001 * gdb.base/stack-protector.c: New test.
3002 * gdb.base/stack-protector.exp: New file.
3003 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3004 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3005 option.
3006 (gdb_compile): Remove stack protector for GCC and prevent
3007 recursion.
3008
c24bdb02
KS
30092019-01-16 Keith Seitz <keiths@redhat.com>
3010
3011 PR gdb/23773
3012 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3013
6f072a10
PFC
30142019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3015
3016 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3017 aliases.
3018 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3019 tests.
3020 * gdb.arch/powerpc-vector-regs.c: New file.
3021 * gdb.arch/powerpc-vector-regs.exp: New file.
3022
a7b8d682
PFC
30232019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3024
3025 * gdb.arch/altivec-regs.exp: Fix the list passed to
3026 gdb_expect_list when testing "info vector".
3027
6eb6fb67
AB
30282019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3029
3030 * gdb.base/style.exp: Don't include path in testname.
3031
b56f80d8
KS
30322019-01-10 Keith Seitz <keiths@redhat.com>
3033
3034 PR gdb/23712
3035 PR symtab/23010
3036 * gdb.dwarf2/multidictionary.exp: New file.
3037
041be526
SM
30382019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3039
3040 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3041 (test_gnuv3_style_demangling): ... this.
3042 (test_lucid_style_demangling): Remove.
3043 (test_arm_style_demangling): Remove.
3044 (test_hp_style_demangling): Remove.
3045 (do_tests): Remove calls to the above.
3046
d820d0c3
AB
30472019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3048
3049 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3050 case.
3051
f097f5ad
TT
30522019-01-06 Tom Tromey <tom@tromey.com>
3053
3054 PR gdb/28155:
3055 * gdb.dwarf2/typedef-void-finish.exp: New file.
3056
2cd8cc0b
TT
30572018-12-28 Tom Tromey <tom@tromey.com>
3058 Simon Marchi <simark@simark.ca>
3059
3060 * gdb.base/jit-exec.exp: New file.
3061 * gdb.base/jit-exec.c: New file.
3062 * gdb.base/jit-execd.c: New file.
3063
35fb8261
TT
30642018-12-28 Tom Tromey <tom@tromey.com>
3065
3066 * gdb.base/style.exp: Update test to check for address styling.
3067
47fd17cd
TT
30682018-12-28 Tom Tromey <tom@tromey.com>
3069
3070 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3071 message.
3072
d47032b7
TT
30732018-12-28 Tom Tromey <tom@tromey.com>
3074
3075 * gdb.base/style.exp: Add test for version number styling.
3076
af79b68d
TT
30772018-12-28 Tom Tromey <tom@tromey.com>
3078
3079 * gdb.base/style.exp: Add test for print_address_symbolic.
3080
0bb296cb
TT
30812018-12-28 Tom Tromey <tom@tromey.com>
3082
3083 * gdb.base/style.exp: Add test for breakpoint setting.
3084
80ae2043
TT
30852018-12-28 Tom Tromey <tom@tromey.com>
3086
3087 * gdb.base/style.exp: Add test for variable names.
3088
cbe56571
TT
30892018-12-28 Tom Tromey <tom@tromey.com>
3090
3091 * gdb.base/style.exp: New file.
3092 * gdb.base/style.c: New file.
3093
9162a27c
TT
30942018-12-28 Tom Tromey <tom@tromey.com>
3095
3096 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3097 "dumb".
3098 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3099 the TERM environment variable.
3100
bc543c90
TT
31012018-12-27 Tom Tromey <tom@tromey.com>
3102
3103 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3104 pagination test.
3105
6f0ffe50
AB
31062018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3107
3108 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3109 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3110
b5a1e557
PW
31112018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3112
3113 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3114 Filename a.adb changed to bp_fun_addr.adb.
3115 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3116
6e8b1ab2
JV
31172018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3118
3119 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3120 non-PIE executables.
3121 * README: Mention the gdb,nopie_flag board setting.
3122 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3123 non-PIE executable.
3124 * gdb.arch/amd64-entry-value.exp: Likewise.
3125 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3126 * gdb.arch/i386-float.exp: Likewise.
3127 * gdb.arch/i386-signal.exp: Likewise.
3128 * gdb.mi/mi-reg-undefined.exp: Likewise.
3129
d00a27c5
PM
31302018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3131
3132 PR gdb/23974
3133 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3134
161d081c
PW
31352018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3136
3137 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3138 Update order of results accordingly.
3139
b001de23
AB
31402018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3141
3142 * gdb.base/annota1.exp: Update a test regexp.
3143
99e1a184
AB
31442018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3145
3146 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3147
7a81c1e2
PW
31482018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3149
3150 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3151 (reuse_time): Initialize to REUSE_TIME_CAP.
3152 (check_rc): New function.
3153 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3154 Check pthread_create rc.
3155 (spawner_thread_func): Check pthread_create and pthread_join rc.
3156
73e8dc90
PA
31572018-12-08 Pedro Alves <palves@redhat.com>
3158
3159 * gdb.base/list.exp (test_forward_search): Rename to ...
3160 (test_forward_reverse_search): ... this. Also test reverse-search
3161 and the forward-search alias.
3162
13f2ed32
AB
31632018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3164
3165 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3166 local timeout variable before return, and remove all local timeout
3167 variable entirely.
3168 (gdb_load): Likewise.
3169
64d27cfc
TV
31702018-12-01 Tom de Vries <tdevries@suse.de>
3171
3172 * gdb.base/gdb-caching-proc.exp: New file.
3173
f63c03b4
SDJ
31742018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3175
3176 * Makefile.in (TIMESTAMP): New variable.
3177 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3178 command.
3179 (check-single-racy): Likewise.
3180 (check/%.exp): Likewise.
3181 (check-racy/%.exp): Likewise.
3182 (workers/%.worker): Likewise.
3183 (build-perf): Likewise.
3184 (check-perf): Likewise.
3185 * README: Describe new "TS" and "TS_FORMAT" variables.
3186 * print-ts.py: New file.
3187
1c97054b
BF
31882018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3189
3190 PR python/23714
3191 * gdb.python/python.exp: Test command repetition after
3192 gdb.execute.
3193
1871a62d
AB
31942018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3195
3196 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3197 is correctly aligned.
3198
fb5e1ed9
PW
31992018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3200
3201 * gdb.ada/info_auto_lang.exp: New testcase.
3202 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3203 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3204 * gdb.ada/info_auto_lang/some_c.c: New file.
3205
43d397ca
PW
32062018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3207
3208 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3209 FUNC_lang language syntax.
3210
beddd671
PW
32112018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3212
3213 * gdb.base/info_minsym.c: New file.
3214 * gdb.base/info_minsym.exp: New file.
3215
73fc52c4
TT
32162018-11-19 Tom Tromey <tom@tromey.com>
3217
3218 PR rust/23625:
3219 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3220 * gdb.rust/expr.exp: Update expected output. Change one test.
3221
994b876a
TT
32222018-11-19 Tom Tromey <tom@tromey.com>
3223
3224 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3225
6769f276
PA
32262018-11-19 Pedro Alves <palves@redhat.com>
3227
3228 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3229 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3230 see the expected warning.
3231
38a72da0
AH
32322018-11-16 Alan Hayward <alan.hayward@arm.com>
3233
3234 PR gdb/22736:
3235 * gdb.cp/infcall-nodebug-lib.c: New test.
3236 * gdb.cp/infcall-nodebug-main.c: New test.
3237 * gdb.cp/infcall-nodebug.exp: New file.
3238
53a89d6e
SM
32392018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3240
3241 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3242 completer tests.
3243
9325300d
TV
32442018-11-09 Tom de Vries <tdevries@suse.de>
3245
3246 * gdb.base/msym-lang.c: New test.
3247 * gdb.base/msym-lang.exp: New file.
3248 * gdb.base/msym-lang-main.c: New test.
3249
20f0d60d
TT
32502018-11-08 Tom Tromey <tom@tromey.com>
3251
3252 PR gdb/23555:
3253 PR gdb/23838:
3254 * gdb.base/warning.exp: New file.
3255
b5420128
JB
32562018-11-08 Jan Beulich <jbeulich@suse.com>
3257
3258 * testsuite/gdb.arch/i386-avx512.c,
3259 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3260
cd115d61
AB
32612018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3262
3263 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3264 point hardware.
3265
35ee2dc2
AB
32662018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3267
3268 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3269 * gdb.dwarf2/missing-type-name.exp: New file.
3270
31aceee8
TV
32712018-11-06 Tom de Vries <tdevries@suse.de>
3272
3273 * gdb.base/many-headers.c: New test.
3274 * gdb.base/many-headers.exp: New file.
3275
109be305
JW
32762018-11-06 Jim Wilson <jimw@sifive.com>
3277
3278 * gdb.base/code_elim.exp: For riscv, set additional_flags
3279 to include -msmall-data-limit=0.
3280
e2b7af72
JB
32812018-11-01 Joel Brobecker <brobecker@adacore.com>
3282
3283 * gdb.ada/watch_minus_l: New testcase.
3284
cdcda965
SM
32852018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3286
3287 * gdb.arch/aix-sighandle.c: New file.
3288 * gdb.arch/aix-sighandle.exp: New file.
3289
92dcebf3
AB
32902018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3291
3292 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3293 registers being unions.
3294
68b9ac18
TV
32952018-10-31 Tom de Vries <tdevries@suse.de>
3296
3297 * lib/valgrind.exp: New file.
3298 (vgdb_start, vgdb_stop): New procs, factored out of ...
3299 * gdb.base/valgrind-bt.exp: ... here, ...
3300 * gdb.base/valgrind-disp-step.exp: ... here and ...
3301 * gdb.base/valgrind-infcall.exp: ... here.
3302
1443936e
TV
33032018-10-31 Tom de Vries <tdevries@suse.de>
3304
3305 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3306
eb77c9df
AB
33072018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3308
3309 * gdb.dwarf2/void-type.c: New file.
3310 * gdb.dwarf2/void-type.exp: New file.
3311
82b5e646
PW
33122018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3313
3314 * gdb.base/info_qt.c: New file.
3315 * gdb.base/info_qt.exp: New file.
3316
8d619c01
EBM
33172018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3318
3319 * gdb.arch/powerpc-htm-regs.c: New file.
3320 * gdb.arch/powerpc-htm-regs.exp: New file.
3321
f2cf6173
EBM
33222018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3323
3324 * gdb.arch/powerpc-tar.c: New file.
3325 * gdb.arch/powerpc-tar.exp: New file.
3326
7ca18ed6
EBM
33272018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3328
3329 * gdb.arch/powerpc-ppr-dscr.c: New file.
3330 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3331
bfcc0eba
TV
33322018-10-25 Tom de Vries <tdevries@suse.de>
3333
3334 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3335
fe1a5cad
TV
33362018-10-24 Tom de Vries <tdevries@suse.de>
3337
3338 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3339 longer exists error.
3340
a76dc3b7
TV
33412018-10-24 Tom de Vries <tdevries@suse.de>
3342
3343 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3344
4df46df7
TV
33452018-10-24 Tom de Vries <tdevries@suse.de>
3346
3347 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3348 --db-attach in valgrind.
3349
0dbfcfff
AB
33502018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3351
3352 * gdb.arch/riscv-reg-aliases.c: New file.
3353 * gdb.arch/riscv-reg-aliases.exp: New file.
3354
b04480b1
AH
33552018-10-19 Alan Hayward <alan.hayward@arm.com>
3356
3357 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3358
2c6ac8d7
AH
33592018-10-19 Alan Hayward <alan.hayward@arm.com>
3360
3361 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3362
2bc69f25
AH
33632018-10-19 Alan Hayward <alan.hayward@arm.com>
3364
3365 * gdb.cp/ovldbreak.exp: Fix regexps.
3366
1f1ae3a3
AH
33672018-10-19 Alan Hayward <alan.hayward@arm.com>
3368
3369 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3370
94c18618
SDJ
33712018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3372
3373 PR cli/23785
3374 * gdb.base/restore.exp: New test to check if "restore" with an
3375 invalid file doesn't segfault.
3376
812cd6eb
TV
33772018-10-18 Tom de Vries <tdevries@suse.de>
3378
3379 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3380 * gdb.ada/excep_handle.exp: Same.
3381 * gdb.ada/mi_string_access.exp: Same.
3382 * gdb.ada/mi_var_union.exp: Same.
3383 * gdb.arch/arc-analyze-prologue.exp: Same.
3384 * gdb.arch/arc-decode-insn.exp: Same.
3385 * gdb.base/readnever.exp: Same.
3386 * gdb.fortran/printing-types.exp: Same.
3387 * gdb.guile/scm-lazy-string.exp: Same.
3388
c4b90788
TV
33892018-10-16 Tom de Vries <tdevries@suse.de>
3390
3391 PR gdb/23730
3392 * gdb.base/catch-follow-exec.c: Add copyright notice.
3393 * gdb.base/catch-follow-exec.exp: Rewrite to use
3394 gdb_spawn_with_cmdline_opts. Require gdb-native.
3395
8bca2978
SL
33962018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3397
3398 * gdb.trace/actions-changed.exp: Check for arch support.
3399 * gdb.trace/actions.exp: Likewise.
3400 * gdb.trace/ax.exp: Likewise.
3401 * gdb.trace/backtrace.exp: Likewise.
3402 * gdb.trace/change-loc.exp: Likewise.
3403 * gdb.trace/deltrace.exp: Likewise.
3404 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3405 * gdb.trace/ftrace.exp: Likewise.
3406 * gdb.trace/infotrace.exp: Check for arch support.
3407 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3408 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3409 * gdb.trace/mi-tsv-changed.exp: Likewise.
3410 * gdb.trace/packetlen.exp: Likewise.
3411 * gdb.trace/passc-dyn.exp: Likewise.
3412 * gdb.trace/passcount.exp: Likewise.
3413 * gdb.trace/pending.exp: Likewise.
3414 * gdb.trace/range-stepping.exp: Check for shlib support.
3415 * gdb.trace/report.exp: Check for arch support.
3416 * gdb.trace/save-trace.exp: Likewise.
3417 * gdb.trace/signal.exp: Check for signal support.
3418 * gdb.trace/tfind.exp: Check for arch support.
3419 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3420 * gdb.trace/trace-common.h: Add comment.
3421 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3422 * gdb.trace/trace-enable-disable.exp: Likewise.
3423 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3424 * gdb.trace/tracecmd.exp: Check for arch support.
3425 * gdb.trace/tspeed.exp: Check for shlib and target support.
3426 * gdb.trace/tstatus.exp: Check for arch support.
3427 * gdb.trace/tsv.exp: Likewise.
3428 * gdb.trace/while-dyn.exp: Likewise.
3429 * gdb.trace/while-stepping.exp: Likewise.
3430 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3431
f9c49bff
SM
34322018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3433
3434 * gdb.trace/tspeed.exp: Remove nowarnings.
3435 (prepare_for_trace_test): Declare "global ipalib".
3436 * gdb.trace/tspeed.c: Include unistd.h.
3437 (main): Remove superfluous printf argument.
3438
d4330bde
SL
34392018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3440
3441 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3442 directory prefix on the filename.
3443
8ecfd7bd
SDJ
34442018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3445
3446 * gdb.gdb/unittest.exp: Update expected message informing that
3447 selftests have been disabled.
3448 * gdb.server/unittest.exp: Likewise.
3449
58bbcd02
TV
34502018-10-09 Tom de Vries <tdevries@suse.de>
3451
3452 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3453 with runto_main.
3454
9f6b697b
WP
34552018-10-08 Weimin Pan <weimin.pan@oracle.com>
3456
3457 PR c++/16841
3458 * gdb.cp/virtbase2.cc: New file.
3459 * gdb.cp/virtbase2.exp: New file.
3460
add5ded5
TT
34612018-10-06 Tom Tromey <tom@tromey.com>
3462
3463 PR python/19399:
3464 * gdb.python/py-inferior.exp: Add architecture test.
3465
f9e48344
TT
34662018-10-06 Tom Tromey <tom@tromey.com>
3467
3468 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3469 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3470
2a8be203
TT
34712018-10-06 Tom Tromey <tom@tromey.com>
3472
3473 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3474 of a "throw" catchpoint.
3475
e04caa70
SDJ
34762018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3477
3478 * gdb.base/info-proc.exp: Update string expected from "help info
3479 proc".
3480
5ca8c39f
TT
34812018-10-04 Tom Tromey <tom@tromey.com>
3482
3483 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3484 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3485 (test_initial_complaints, test_empty_complaints): Update.
3486 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3487
3453e7e4
TT
34882018-10-04 Tom Tromey <tom@tromey.com>
3489
3490 PR cli/19551:
3491 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3492 * lib/gdb.exp (gdb_file_cmd): Update.
3493 * gdb.stabs/weird.exp (print_weird_var): Update.
3494 * gdb.server/solib-list.exp: Update.
3495 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3496 * gdb.mi/mi-cli.exp: Update.
3497 * gdb.linespec/linespec.exp: Update.
3498 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3499 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3500 * gdb.cp/cp-relocate.exp: Update.
3501 * gdb.base/sym-file.exp: Update.
3502 * gdb.base/relocate.exp: Update.
3503 * gdb.base/readnever.exp: Update.
3504 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3505 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3506 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3507 * gdb.base/code_elim.exp: Update.
3508 * gdb.base/break-unload-file.exp (test_break): Update.
3509 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3510 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3511 Update.
3512 * gdb.base/attach.exp (do_attach_tests): Update.
3513 * gdb.base/sepdebug.exp: Update.
3514 * gdb.python/py-section-script.exp: Update.
3515
6afcf761
TT
35162018-10-04 Tom Tromey <tom@tromey.com>
3517
3518 PR cli/22234:
3519 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3520 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3521 output.
3522
fef1b293
TT
35232018-10-04 Tom Tromey <tom@tromey.com>
3524
3525 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3526 set width and height to 0.
3527 (test_command_line_attach_run): Use -quiet.
3528
ca98345e
SL
35292018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3530
3531 * lib/gdb.exp (skip_ifunc_tests): New.
3532 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3533 other compile failures.
3534 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3535
ff34e6ae
SM
35362018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3537
3538 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3539 is_amd64_regs_target.
3540
6bb8890e
AH
35412018-10-01 Alan Hayward <alan.hayward@arm.com>
3542
3543 * gdb.arch/aarch64-sighandler-regs.c: New test.
3544 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3545 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3546
224d30d3
MM
35472018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3548
3549 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3550 assembly.
3551
f67ffa6a
AB
35522018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3553
3554 * gdb.base/frame-selection.exp: New file.
3555 * gdb.base/frame-selection.c: New file.
3556
9fc3183f
AH
35572018-09-27 Alan Hayward <alan.hayward@arm.com>
3558
3559 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3560 pthread barrier.
3561 (main): Likewise.
3562
d354055e
AB
35632018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3564
3565 * gdb.base/large-frame-1.c: New file.
3566 * gdb.base/large-frame-2.c: New file.
3567 * gdb.base/large-frame.exp: New file.
3568 * gdb.base/large-frame.h: New file.
3569
db727370
JL
35702018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3571
3572 PR gdb/20948
3573 * gdb.base/write_mem.exp: New test.
3574 * gdb.base/write_mem.c: Likewise.
3575
ae778caf
TT
35762018-09-23 Tom Tromey <tom@tromey.com>
3577
3578 PR python/18852:
3579 * gdb.python/py-parameter.exp: Add test for parameter that throws
3580 on "set".
3581
fd3ba736
TT
35822018-09-23 Tom Tromey <tom@tromey.com>
3583
3584 PR python/17284:
3585 * gdb.python/py-template.exp (test_template_arg): Add test for
3586 negative template argument number.
3587
39a24317
TT
35882018-09-23 Tom Tromey <tom@tromey.com>
3589
3590 PR python/14062:
3591 * gdb.python/python.exp: Add test for post_event error.
3592
f5769a2c
TT
35932018-09-23 Tom Tromey <tom@tromey.com>
3594
3595 PR python/18170:
3596 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3597 convert pointers to int and long.
3598
1c1e54f6
TT
35992018-09-23 Tom Tromey <tom@tromey.com>
3600
3601 PR python/20126:
3602 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3603 signed-ness conversion tests.
3604
fb4fa946
TT
36052018-09-23 Tom Tromey <tom@tromey.com>
3606
3607 PR python/18352;
3608 * gdb.python/py-value.exp (test_float_conversion): New proc.
3609 Use it.
3610
a466edac
HAQ
36112018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3612
3613 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3614
4ee9b0c5
SL
36152018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3616
3617 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3618 no readline.
3619 * gdb.base/utf8-identifiers.exp: Likewise.
3620 * gdb.cp/cpcompletion.exp: Likewise.
3621 * gdb.linespec/cpcompletion.exp: Likewise.
3622 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3623 * gdb.linespec/cpls-ops.exp: Likewise.
3624
23be8da7
RB
36252018-09-19 Richard Bunt <richard.bunt@arm.com>
3626 Chris January <chris.january@arm.com>
3627
3628 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3629 * gdb.fortran/short-circuit-argument-list.exp: New file.
3630 * gdb.fortran/short-circuit-argument-list.f90: New test.
3631
5031d0ae
SDJ
36322018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3633
3634 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3635 "arch=" keyword when executing "-stack-list-frames".
3636
b4c0d1a4
SDJ
36372018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3638
3639 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3640 "arch=" keyword when executing "-stack-list-frames".
3641
7a6d2b45
SDJ
36422018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3643
3644 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3645 break ada".
3646
8588b356
SM
36472018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3648
3649 PR python/23669
3650 * gdb.python/python.exp: Test gdb.execute("show commands").
3651
65e65158
TT
36522018-09-16 Tom Tromey <tom@tromey.com>
3653
3654 * gdb.base/new-ui.exp (do_execution_tests): Update.
3655 * gdb.base/dbx.exp (test_breakpoints): Update.
3656
bf326452
AH
36572018-09-14 Alan Hayward <alan.hayward@arm.com>
3658
3659 * lib/gdb.exp (gdb_simple_compile): Add proc.
3660 (is_elf_target): Use gdb_simple_compile.
3661 (skip_altivec_tests): Likewise.
3662 (skip_vsx_tests): Likewise.
3663 (skip_tsx_tests): Likewise.
3664 (skip_btrace_tests): Likewise.
3665 (skip_btrace_pt_tests): Likewise.
3666 (gdb_can_simple_compile): Likewise.
3667 (gdb_has_argv0): Likewise.
3668 (gdb_target_symbol_prefix): Likewise.
3669 (target_supports_scheduler_locking): Likewise.
3670
2361b0fb
TT
36712018-09-13 Tom Tromey <tom@tromey.com>
3672
3673 * Makefile.in (TAGS): Recognize proc_with_prefix and
3674 gdb_caching_proc.
3675
0ae1a321
SM
36762018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3677
3678 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3679 method.
3680
a40bf0c2
SM
36812018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3682
3683 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3684 and a few other Inferior properties when the Inferior is no
3685 longer valid.
3686
4a3fe98f
TT
36872018-09-13 Tom Tromey <tom@tromey.com>
3688
3689 PR rust/23650:
3690 * gdb.rust/simple.exp: Add test for enum field access error.
3691
098b2108
TT
36922018-09-13 Tom Tromey <tom@tromey.com>
3693
3694 PR rust/23626:
3695 * gdb.rust/simple.rs (EmptyEnum): New type.
3696 (main): Use it.
3697 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3698
1256af7d
SM
36992018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3700
3701 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3702 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3703 * gdb.python/py-symtab.exp: Update test printing an objfile.
3704
4aa8e6c2
SM
37052018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3706
3707 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3708 object.
3709
c221b2f7
AH
37102018-09-12 Alan Hayward <alan.hayward@arm.com>
3711
3712 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3713 (support_complex_tests): Use gdb_can_simple_compile.
3714 (is_ilp32_target): Likewise.
3715 (is_lp64_target): Likewise.
3716 (is_64_target): Likewise.
3717 (is_amd64_regs_target): Likewise.
3718 (is_aarch32_target): Likewise.
3719 (gdb_int128_helper): Likewise.
3720
6f1107b5
JK
37212018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3722
3723 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3724
1f5d1570
JG
37252018-09-10 Jerome Guitton <guitton@adacore.com>
3726
3727 * gdb.ada/same_component_name: Add test for case of tagged record
3728 with variable-length fields.
3729
cc330e39
XR
37302018-09-10 Xavier Roirand <roirand@adacore.com>
3731
3732 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3733 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3734 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3735 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3736
b9c50e9a
XR
37372018-09-10 Xavier Roirand <roirand@adacore.com>
3738
3739 * gdb.ada/mi_string_access.exp: New testcase.
3740 * gdb.ada/mi_string_access/bar.adb: New file.
3741 * gdb.ada/mi_string_access/pck.adb: New file.
3742 * gdb.ada/mi_string_access/pck.asd: New file.
3743
2963898f
XR
37442018-09-10 Xavier Roirand <roirand@adacore.com>
3745
3746 * gdb.ada/mi_var_union.exp: New testcase.
3747 * gdb.ada/mi_var_union/bar.adb: New file.
3748 * gdb.ada/mi_var_union/pck.adb: New file.
3749 * gdb.ada/mi_var_union/pck.asd: New file.
3750
1aac008f
TT
37512018-09-08 Tom Tromey <tom@tromey.com>
3752
3753 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3754
332cf4c9
TT
37552018-09-08 Tom Tromey <tom@tromey.com>
3756
3757 PR python/16047:
3758 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3759 (register_pretty_printers): Register new printer.
3760 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3761 test.
3762 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3763 (an_int_type3): New global.
3764
424da6cf
JB
37652018-09-08 Joel Brobecker <brobecker@adacore.com>
3766
3767 * gdb.ada/expr_with_funcall: New testcase.
3768
2a62dfa9
JB
37692018-09-08 Joel Brobecker <brobecker@adacore.com>
3770
3771 * gdb.ada/packed_array_assign: New testcase.
3772
96b6697f
AB
37732018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3774
3775 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3776 names, and add test prefixes to make test names unique.
3777
e4a62c65
TV
37782018-09-05 Tom de Vries <tdevries@suse.de>
3779
3780 * gdb.dwarf2/varval.exp: Add test.
3781
dd083ee2
GB
37822018-09-04 Gary Benson <gbenson@redhat.com>
3783
3784 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3785 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3786
aef9346c
TT
37872018-08-31 Tom Tromey <tom@tromey.com>
3788
3789 * gdb.rust/simple.rs: Rename second variable "v".
3790
c67f2e15
AB
37912018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3792
3793 * gdb.base/funcargs.c (use_a): New function.
3794 (recurse): Call use_a.
3795
078a0207
KS
37962018-08-29 Keith Seitz <keiths@redhat.com>
3797
3798 * gdb.compile/compile-cplus-anonymous.cc: New file.
3799 * gdb.compile/compile-cplus-anonymous.exp: New file.
3800 * gdb.compile/compile-cplus-array-decay.cc: New file.
3801 * gdb.compile/compile-cplus-array-decay.exp: New file.
3802 * gdb.compile/compile-cplus-inherit.cc: New file.
3803 * gdb.compile/compile-cplus-inherit.exp: New file.
3804 * gdb.compile/compile-cplus-member.cc: New file.
3805 * gdb.compile/compile-cplus-member.exp: New file.
3806 * gdb.compile/compile-cplus-method.cc: New file.
3807 * gdb.compile/compile-cplus-method.exp: New file.
3808 * gdb.compile/compile-cplus-mod.c: "New" file.
3809 * gdb.compile/compile-cplus-namespace.cc: New file.
3810 * gdb.compile/compile-cplus-namespace.exp: New file.
3811 * gdb.compile/compile-cplus-nested.cc: New file.
3812 * gdb.compile/compile-cplus-nested.exp: New file.
3813 * gdb.compile/compile-cplus-print.c: "New" file.
3814 * gdb.compile/compile-cplus-print.exp: "New" file.
3815 * gdb.compile/compile-cplus-virtual.cc: New file.
3816 * gdb.compile/compile-cplus-virtual.exp: New file.
3817 * gdb.compile/compile-cplus.c: "New" file.
3818 * gdb.compile/compile-cplus.exp: "New" file.
3819 * lib/compile-support.exp: New file.
3820
b0f492b9
GB
38212018-08-16 Gary Benson <gbenson@redhat.com>
3822
3823 PR gdb/13000:
3824 * gdb.base/batch-exit-status.exp: New file.
3825 * gdb.base/batch-exit-status.good-commands: Likewise.
3826 * gdb.base/batch-exit-status.bad-commands: Likewise.
3827
36eb4c5f
AH
38282018-08-29 Alan Hayward <alan.hayward@arm.com>
3829
3830 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3831 (struct struct02): Likewise.
3832 (struct struct03): Likewise.
3833 (struct struct04): Likewise.
3834 (struct struct_01_01): New struct.
3835 (struct struct_01_02): Likewise.
3836 (struct struct_01_03): Likewise.
3837 (struct struct_01_04): Likewise.
3838 (struct struct_02_01): Likewise.
3839 (struct struct_02_02): Likewise.
3840 (struct struct_02_03): Likewise.
3841 (struct struct_02_04): Likewise.
3842 (struct struct_04_01): Likewise.
3843 (struct struct_04_02): Likewise.
3844 (struct struct_04_03): Likewise.
3845 (struct struct_04_04): Likewise.
3846 (struct struct_05_01): Likewise.
3847 (struct struct_05_02): Likewise.
3848 (struct struct_05_03): Likewise.
3849 (struct struct_05_04): Likewise.
3850 (cmp_struct01): Remove function.
3851 (cmp_struct02): Likewise.
3852 (cmp_struct03): Likewise.
3853 (cmp_struct04): Likewise.
3854 (cmp_struct_01_01): Add Function.
3855 (cmp_struct_01_02): Likewise.
3856 (cmp_struct_01_03): Likewise.
3857 (cmp_struct_01_04): Likewise.
3858 (cmp_struct_02_01): Likewise.
3859 (cmp_struct_02_02): Likewise.
3860 (cmp_struct_02_03): Likewise.
3861 (cmp_struct_02_04): Likewise.
3862 (cmp_struct_04_01): Likewise.
3863 (cmp_struct_04_02): Likewise.
3864 (cmp_struct_04_03): Likewise.
3865 (cmp_struct_04_04): Likewise.
3866 (cmp_struct_05_01): Likewise.
3867 (cmp_struct_05_02): Likewise.
3868 (cmp_struct_05_03): Likewise.
3869 (cmp_struct_05_04): Likewise.
3870 (call_all): Add new structs.
3871 * gdb.base/infcall-nested-structs.exp: Likewise.
3872
3bf9c013
JV
38732018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3874
3875 * gdb.python/py-framefilter-mi.exp: Update regexp to
3876 check for "arch" field in frame output.
3877
450d1e88
KB
38782018-08-23 Kevin Buettner <kevinb@redhat.com>
3879
3880 * gdb.dwarf2/dw2-ranges-func.c: New file.
3881 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3882
ae739fe7
SM
38832018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3884
3885 * gdb.base/term.exp: Compare terminal settings with values from
3886 the inferior.
3887 * gdb.base/term.c: Get and set terminal settings.
3888
6d52907e
JV
38892018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3890
3891 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3892 accommodate new "arch" field in frame output.
3893 * gdb.mi/mi-return.exp: Likewise.
3894 * gdb.mi/mi-stack.exp: Likewise.
3895 * gdb.mi/mi-syn-frame.exp: Likewise.
3896 * gdb.mi/user-selected-context-sync.exp: Likewise.
3897
be2d111a
MS
38982018-08-19 Michael Spang <spang@google.com>
3899
3900 PR gdb/11786
3901 * gdb.base/gcore-tls-pie.c: New file.
3902 * gdb.base/gcore-tls-pie.exp: New file.
3903
ae3a7c47
KB
39042018-08-18 Kevin Buettner <kevinb@redhat.com>
3905
3906 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
3907 * gdb.dwarf2/varval.c: New file.
3908 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 3909
2ecae92e
AH
39102018-08-17 Alan Hayward <alan.hayward@arm.com>
3911
3912 PR gdb/18931
3913 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3914
c1854f1d
KS
39152018-08-16 Keith Seitz <keiths@redhat.com>
3916
3917 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3918 tests expected to pass.
3919
26fb3983
JV
39202018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3921
3922 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3923 -data-disassemble -a.
3924 (test_disassembly_bogus_args): Likewise.
3925
67943c00
AB
39262018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3927
3928 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3929
5ff2bbae
AB
39302018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3931
3932 * gdb.base/vla-optimized-out.exp: Add new test.
3933
e5bbcd0f
AB
39342018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3935
3936 * gdb.base/vla-optimized-out-o3.exp: Delete.
3937 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3938 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3939 deleted tests.
3940
9d4a934c
AB
39412018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3942
3943 PR gdb/18050:
3944 * gdb.server/extended-remote-restart.c: New file.
3945 * gdb.server/extended-remote-restart.exp: New file.
3946
045cf012
SM
39472018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3948
3949 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3950 "set variable index = 42".
3951
87d6a7aa
SM
39522018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3953
3954 * boards/index-cache-gdb.exp: New file.
3955 * gdb.dwarf2/index-cache.exp: New file.
3956 * gdb.dwarf2/index-cache.c: New file.
3957 * gdb.base/maint.exp: Check if we are using the index cache.
3958
96d68bd4
RO
39592018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3960
3961 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3962 MAKEFLAGS.
3963
5a699617
RO
39642018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3965
3966 * dg-extract-results.sh: Move to toplevel contrib.
3967 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3968 * Makefile.in (check-parallel-racy): Likewise.
3969
5bd18990
AB
39702018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3971
3972 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3973 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3974 tests if the target supports scheduler locking.
3975
3fbbcf47
TV
39762018-08-04 Tom de Vries <tdevries@suse.de>
3977
3978 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3979
3e1d3d8c
TT
39802018-08-02 Tom Tromey <tom@tromey.com>
3981
3982 PR symtab/16842.
3983 * gdb.cp/temargs.exp: Test "info address" of a template
3984 parameter.
3985
5abe0f0c
JV
39862018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3987
3988 * gdb.python/py-mi-var-info-path-expression.c: New file.
3989 * gdb.python/py-mi-var-info-path-expression.py: New file.
3990 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3991
fb66cde8
SDJ
39922018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3993
3994 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3995 error after "cannot resolve name" string.
3996
c708f4d2
AB
39972018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3998
3999 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4000 started.
4001 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4002
37cc0cae
TV
40032018-07-28 Tom de Vries <tdevries@suse.de>
4004
4005 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4006
63b4ecf7
TV
40072018-07-26 Tom de Vries <tdevries@suse.de>
4008
4009 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4010
3c3bb058
AB
40112018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4012
4013 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4014 is visible.
4015
9e7f3bbb
TV
40162018-07-26 Tom de Vries <tdevries@suse.de>
4017
4018 PR breakpoints/23366
4019 * gdb.base/catch-follow-exec.c: New test.
4020 * gdb.base/catch-follow-exec.exp: New file.
4021
16f808ec
TV
40222018-07-25 Tom de Vries <tdevries@suse.de>
4023
4024 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4025 vla-optimized-out.c.
4026
d7154a8d
JV
40272018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4028
4029 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4030 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4031
232a0032
TV
40322018-07-20 Tom de Vries <tdevries@suse.de>
4033
4034 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4035 NOCLONE macro.
4036 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4037
fbb1d502
TV
40382018-07-19 Tom de Vries <tdevries@suse.de>
4039
4040 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4041 regular expression.
4042
42dc7699
TV
40432018-07-18 Tom de Vries <tdevries@suse.de>
4044
4045 * gdb.base/vla-optimized-out.c: New test.
4046 * gdb.base/vla-optimized-out.exp: New file.
4047
7f1f7e23
SDJ
40482018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4049
4050 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4051 message "No address associated with hostname" when gdbserver
4052 cannot resolve the hostname.
4053
5759ebb3
PW
40542018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4055
4056 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4057 Add some test prefixes to make tests unique.
4058
3606ccab
PW
40592018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4060
4061 * gdb.base/frameapply.c: New file.
4062 * gdb.base/frameapply.exp: New file.
4063
529c08b2
PW
40642018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4065
4066 * gdb.base/skip.exp: Update expected error message.
4067
c7ab0aef
SDJ
40682018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4069 Jan Kratochvil <jan.kratochvil@redhat.com>
4070 Paul Fertser <fercerpav@gmail.com>
4071 Tsutomu Seki <sekiriki@gmail.com>
4072
4073 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4074 parameter.
4075 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4076 by default.
4077 * boards/native-gdbserver.exp: Likewise.
4078 * gdb.server/run-without-local-binary.exp: Improve regexp used
4079 for detecting when a remote debugging connection succeeds.
4080 * gdb.server/server-connect.exp: New file.
4081 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4082 Do not prefix the port number with ":".
4083 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4084 support for detecting and using it. Add '$debughost_gdbserver'
4085 to the list of arguments used to start gdbserver. Handle case
4086 when gdbserver cannot resolve a network name.
4087
16ff70dd
SDJ
40882018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4089
4090 PR c++/23373
4091 * gdb.base/ptype-offsets.cc (struct static_member): New
4092 struct.
4093 (main) <stmember>: New variable.
4094 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4095 with a static member in it.
4096
3541979f
AB
40972018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4098
4099 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4100 watchpoints enabled and disabled.
4101
c8ad9b9a
AB
41022018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4103
4104 * gdb.base/examine-backward.exp: Still run tests around address
4105 0x0, even if address 0x0 is not readable. Update the pattern for
4106 matching address 0x0 in expected output.
4107
e0e5e971
AB
41082018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4109
4110 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4111 malloc/free.
4112
1ea5da02
TV
41132018-07-04 Tom de Vries <tdevries@suse.de>
4114
4115 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4116
471b9d15
MR
41172018-07-02 Maciej W. Rozycki <macro@mips.com>
4118
4119 PR tdep/8282
4120 * gdb.arch/mips-disassembler-options.exp: New test.
4121 * gdb.arch/mips-disassembler-options.s: New test source.
4122
75acb486
PA
41232018-06-29 Pedro Alves <palves@redhat.com>
4124
4125 * gdb.threads/names.exp: Adjust expected "info threads" output.
4126
cd2bb709
PA
41272018-06-29 Pedro Alves <palves@redhat.com>
4128
4129 * gdb.opt/inline-break.exp (line number, address): Add "info
4130 break" tests.
4131
991ff292
PA
41322018-06-29 Pedro Alves <palves@redhat.com>
4133
4134 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4135 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4136 number and address and running to them.
4137
356819b6 41382018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
4139
4140 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4141
2512d7ef
JK
41422018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4143
4144 * lib/compiler.c: Remove executable permission flag.
4145
be1b6474
RB
41462018-06-28 Richard Bunt <richard.bunt@arm.com>
4147
4148 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4149 code.
4150 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4151
291f9a96
PT
41522018-06-28 Petr Tesarik <ptesarik@suse.cz>
4153
4154 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4155
ed6dfe51
PT
41562018-06-28 Petr Tesarik <ptesarik@suse.cz>
4157
4158 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4159 address argument is omitted.
4160
d4d429d5
PT
41612018-06-28 Petr Tesarik <ptesarik@suse.cz>
4162
4163 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4164
7ab6656f
OJ
41652018-06-27 Omair Javaid <omair.javaid@linaro.org>
4166
4167 PR gdb/21695
4168 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4169 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4170
a33ccfc7
TT
41712018-06-26 Tom Tromey <tom@tromey.com>
4172
4173 PR rust/22574:
4174 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4175 * gdb.rust/simple.rs (struct SimpleLayout): New.
4176
6d72d289
SM
41772018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4178
4179 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4180 "info registers" output.
4181
8363f9d5
RB
41822018-06-21 Richard Bunt <richard.bunt@arm.com>
4183
4184 * gdb.base/watchpoint-hw-attach.c: New test.
4185 * gdb.base/watchpoint-hw-attach.exp: New file.
4186
f00674fe
SM
41872018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4188
4189 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4190 through /bin/sh.
4191 * boards/dwarf4-gdb-index.exp: Likewise.
4192 * boards/fission-dwp.exp: Likewise.
4193
1d554008
UW
41942018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4195
4196 * gdb.base/float128.exp: Add comment and improved fail message
4197 to the failure case of "print large128" test.
4198
d0ac1c44
SM
41992018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4200
4201 * configure.ac: Remove AC_PREREQ.
4202 * configure: Re-generate.
4203
61b04dd0
PA
42042018-06-19 Pedro Alves <palves@redhat.com>
4205
4206 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4207 (func_extern_caller): New.
4208 (main): Call func_extern_caller.
4209 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4210 logic change.
4211
f63b508a
SM
42122018-06-18 Weimin Pan <weimin.pan@oracle.com>
4213
4214 PR gdb/16841
4215 * gdb.cp/typedef-base.cc: New file.
4216 * gdb.cp/typedef-base.exp: New file.
4217
0fe3a558
TV
42182018-06-18 Tom de Vries <tdevries@suse.de>
4219
4220 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4221
7010835a
AB
42222018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4223 Richard Bunt <Richard.Bunt@arm.com>
4224
4225 * gdb.threads/attach-slow-waitpid.c: New file.
4226 * gdb.threads/attach-slow-waitpid.exp: New file.
4227 * gdb.threads/slow-waitpid.c: New file.
4228
14897d65
PA
42292018-06-14 Pedro Alves <palves@redhat.com>
4230
4231 * gdb.base/fork-running-state.c: Include <errno.h>.
4232 (exit_if_relative_exits): New.
4233 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4234 exits.
4235 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4236 child exits.
4237
5d9a0608
TV
42382018-06-14 Tom de Vries <tdevries@suse.de>
4239
4240 PR cli/22573
4241 * gdb.base/finish-pretty.c: New test.
4242 * gdb.base/finish-pretty.exp: New file.
4243
11ae5818
PA
42442018-06-14 Pedro Alves <palves@redhat.com>
4245
4246 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4247 gdb's expected startup output.
4248
1d39de44
PA
42492018-06-14 Pedro Alves <palves@redhat.com>
4250
4251 * lib/selftest-support.exp (selftest_setup): Remove inlined
4252 function handling.
4253
70ee0000
TV
42542018-06-14 Tom de Vries <tdevries@suse.de>
4255
4256 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4257 matching of breakpoint printing.
4258
11f4b608
TV
42592018-06-13 Tom de Vries <tdevries@suse.de>
4260
4261 PR testsuite/23269
4262 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4263 (fork_child): ... here, and ...
4264 (fork_parent): ... here.
4265
42662018-06-12 Tom de Vries <tdevries@suse.de>
4267
4268 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4269
9516f85a
AB
42702018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4271 Stephen Roberts <stephen.roberts@arm.com>
4272
4273 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4274 rewrite test to describe action performed, rather than possible
4275 failure.
4276
5045b3d7
GB
42772018-06-08 Gary Benson <gbenson@redhat.com>
4278
4279 * gdb.threads/check-libthread-db.exp: New file.
4280 * gdb.threads/check-libthread-db.c: Likewise.
4281
c61b06a1
TT
42822018-06-05 Tom Tromey <tom@tromey.com>
4283
4284 * gdb.base/default.exp: Update expected "show version" output.
4285
eb6af809
TT
42862018-06-05 Tom Tromey <tom@tromey.com>
4287
4288 PR cli/12326:
4289 * gdb.cp/static-print-quit.exp: Update.
4290 * lib/gdb.exp (pagination_prompt): Update.
4291 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4292 * gdb.python/python.exp: Update.
4293
178d6a63
JB
42942018-06-04 Joel Brobecker <brobecker@adacore.com>
4295
4296 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4297
8e817061
JB
42982018-06-01 Joel Brobecker <brobecker@adacore.com>
4299
4300 * gdb.ada/bp_fun_addr: New testcase.
4301
e86ca25f
TT
43022018-06-01 Tom Tromey <tom@tromey.com>
4303
4304 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4305 results.
4306 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4307 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4308 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4309 * gdb.base/maint.exp (maint_pass_if): Update.
4310
4b2dfa9d
MR
43112018-05-31 Maciej W. Rozycki <macro@mips.com>
4312
4313 * gdb.base/endian.exp: New test.
4314 * gdb.base/endian.c: New test source.
4315
45f25d6c
AB
43162018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4317
4318 PR gdb/23203
4319 * gdb.base/bt-selected-frame.c: New file.
4320 * gdb.base/bt-selected-frame.exp: New file.
4321 * lib/gdb.exp (get_current_frame_number): New function.
4322
d9f6d7f8
MR
43232018-05-24 Maciej W. Rozycki <macro@mips.com>
4324 Pedro Alves <palves@redhat.com>
4325
4326 * gdb.threads/tls-core.c: Include <stdlib.h>
4327 (thread_proc): Call `abort'.
4328 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4329 (tls_core_test): New procedure, bits factored out from ...
4330 (top level): ... here. Test both native cores and gcore cores.
4331
ff1cf532
TT
43322018-05-23 Tom Tromey <tom@tromey.com>
4333
4334 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4335
b98664d3
TT
43362018-05-23 Tom Tromey <tom@tromey.com>
4337
4338 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4339 symfile_complaints.
4340 (test_short_complaints): Likewise.
4341 (test_empty_complaints): Likewise.
4342 (test_initial_complaints): Update.
4343
4e9668d0
TT
43442018-05-23 Tom Tromey <tom@tromey.com>
4345
4346 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4347
43ba33c7
TT
43482018-05-23 Tom Tromey <tom@tromey.com>
4349
4350 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4351 (test_short_complaints): Update.
4352
035522c0
PA
43532018-05-22 Pedro Alves <palves@redhat.com>
4354
4355 * gdb.base/remote.exp: Only gdb_start after compiling the
4356 testcase. Issue "disconnect" before testing "set remote" command
4357 defaults. Issue clean_restart before running to main.
4358
cc0be08f
PA
43592018-05-22 Pedro Alves <palves@redhat.com>
4360
4361 * gdb.base/remote.exp: Adjust expected output of "show remote
4362 memory-write-packet-size". Add tests for "set remote
4363 memory-write-packet-size 0" and "set remote
4364 memory-write-packet-size fixed/limit".
4365
b1b60145
PA
43662018-05-22 Pedro Alves <palves@redhat.com>
4367
4368 PR gdb/22973
4369 * gdb.base/utf8-identifiers.c: New file.
4370 * gdb.base/utf8-identifiers.exp: New file.
4371
0ec848ad
PFC
43722018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4373
4374 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4375
2c3305f6
PFC
43762018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4377
4378 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4379
ce1e8424
TT
43802018-05-18 Tom Tromey <tom@tromey.com>
4381
4382 * gdb.base/ptype-offsets.exp: Update.
4383
ddfe970e
KS
43842018-05-17 Keith Seitz <keiths@redhat.com>
4385
4386 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4387 in expected breakpoint stop locations.
4388 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4389 move to proper scope to test variable values.
4390 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4391 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4392 New functions.
4393 (main): Call not_inline_func3.
4394 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4395 inline_func1, inline_func2, and inline_func3. Test that when each
4396 breakpoint is hit, GDB properly reports both the stop location
4397 and the backtrace. Repeat tests for temporary breakpoints.
4398
0726fcc6
MR
43992018-05-15 Maciej W. Rozycki <macro@mips.com>
4400
4401 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4402 rather then trying to access it in determining whether the PID
4403 of `gdbserver' could have been retrieved.
4404
8ee22052
AB
44052018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4406
4407 * gdb.arch/amd64-init-x87-values.S: New file.
4408 * gdb.arch/amd64-init-x87-values.exp: New file.
4409
7785df48
JK
44102018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4411
4412 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4413
56bcdbea
TT
44142018-05-04 Tom Tromey <tom@tromey.com>
4415
4416 PR python/22730:
4417 * gdb.python/python.exp: Test multi-line execute.
4418
a913fffb
TT
44192018-05-04 Tom Tromey <tom@tromey.com>
4420
4421 PR python/22731:
4422 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4423
7a2c85f2
TT
44242018-05-04 Tom Tromey <tom@tromey.com>
4425
4426 PR gdb/11750:
4427 * gdb.base/define.exp: Test defining a user command inside a user
4428 command.
4429 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4430
a3b60e45
JK
44312018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4432 Pedro Alves <palves@redhat.com>
4433
4434 PR breakpoints/19806 and support for PR external/20207.
4435 * gdb.base/watchpoint-unaligned.c: New file.
4436 * gdb.base/watchpoint-unaligned.exp: New file.
4437
45fe4a03
AB
44382018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4439
4440 * gdb.base/maint.exp: Make test names unique, use
4441 test_prefix_command_help to test 'help maint info', and remove
4442 repeated test of 'help maint'.
4443
9be2ae8f
TT
44442018-05-04 Tom Tromey <tom@tromey.com>
4445
4446 PR gdb/22619:
4447 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4448 behavior.
4449
11859c31
AB
44502018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4451
4452 * gdb.base/maint.exp: Process output from 'maint print registers'
4453 line at a time.
4454
089a9490
AB
44552018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4456
4457 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4458 timeout.
4459
9b0797e2
AB
44602018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4461
4462 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4463 filter pattern.
4464
f6ac5f3d
PA
44652018-05-02 Pedro Alves <palves@redhat.com>
4466
4467 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4468 to_log_command renames.
4469 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4470
77d3c63b
TT
44712018-05-02 Tom Tromey <tom@tromey.com>
4472
4473 * gdb.python/py-parameter.exp: Set test message.
4474
0489430a
TT
44752018-05-02 Tom Tromey <tom@tromey.com>
4476
4477 PR python/20084:
4478 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4479 PARAM_ZUINTEGER_UNLIMITED tests.
4480
1632f8ba
DR
44812018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4482
4483 PR rust/23124
4484 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4485 when casting.
4486
6d7bb824
TT
44872018-04-30 Tom Tromey <tom@tromey.com>
4488
4489 * gdb.python/py-type.exp: Check align attribute.
4490 * gdb.python/py-type.c: New "aligncheck" global.
4491
007e1530
TT
44922018-04-30 Tom Tromey <tom@tromey.com>
4493
4494 PR exp/17095:
4495 * gdb.dwarf2/dw2-align.exp: New file.
4496 * gdb.cp/align.exp: New file.
4497 * gdb.base/align.exp: New file.
4498 * lib/gdb.exp (gdb_int128_helper): New proc.
4499 (has_int128_c, has_int128_cxx): New caching procs.
4500
6873858b
TT
45012018-04-27 Tom Tromey <tom@tromey.com>
4502
4503 PR rust/22545:
4504 * gdb.rust/simple.exp: Add inclusive range tests.
4505
79188d8d
PA
45062018-04-26 Pedro Alves <palves@redhat.com>
4507
4508 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4509 ifunc breakpoint locations correctly of ifunc breakpoints set
4510 while the program resolves the ifunc.
4511
c7075ad5
PA
45122018-04-26 Pedro Alves <palves@redhat.com>
4513
4514 * gdb.base/gnu-ifunc-final.c: New file.
4515 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4516 * gdb.base/gnu-ifunc.exp (executable): Delete.
4517 (staticexecutable): Adjust.
4518 (lib_opts, exec_opts): Delete.
4519 (make_binsuffix, build, set-break): New procedures.
4520 (misc_tests): New, with tests factored out from the top level.
4521 (top level): Test different combinations of ifunc resolver name,
4522 resolver with and with debug info, and ifunc target with and
4523 without debug info. Wrap static tests with with_target_prefix.
4524
8388016d
PA
45252018-04-26 Pedro Alves <palves@redhat.com>
4526
4527 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4528 return type" warnings.
4529
249b5733
PA
45302018-04-25 Pedro Alves <palves@redhat.com>
4531
4532 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4533 killed".
4534 * gdb.base/kill-after-signal.exp: Likewise.
4535 * gdb.threads/kill.exp: Likewise.
4536
f67c0c91
SDJ
45372018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4538 Sergio Durigan Junior <sergiodj@redhat.com>
4539 Pedro Alves <palves@redhat.com>
4540
4541 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4542 regexps to expect for '[Inferior ... detached]' as well.
4543 * gdb.base/attach.exp: Likewise.
4544 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4545 "gdb_continue_to_end".
4546 (test_catch_syscall_with_wrong_args): Likewise.
4547 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4548 ']'. Don't set 'verbose' on.
4549 * gdb.base/foll-vfork.exp: Likewise.
4550 * gdb.base/fork-print-inferior-events.c: New file.
4551 * gdb.base/fork-print-inferior-events.exp: New file.
4552 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4553 '[Inferior ... has been killed]' message.
4554 * gdb.base/kill-after-signal.exp: Likewise.
4555 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4556 detach message.
4557 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4558 message.
4559 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4560 regexps to expect for '[Inferior ... detached]' as well.
4561 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4562
0a8ddac4
SM
45632018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4564
4565 PR gdb/23104
4566 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4567
701adfb0
PA
45682018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4569
4570 PR gdb/23095
4571 * gdb.base/break-probes.exp: Pass shlib_load to
4572 prepare_for_testing. Set normal_bp to r_debug_state if target is
4573 bsd.
4574
d27d16bf
RB
45752018-04-19 Richard Bunt <richard.bunt@arm.com>
4576
4577 * gdb.threads/multiple-successive-infcall.c: New test.
4578 * gdb.threads/multiple-successive-infcall.exp: New file.
4579
a037790e
TT
45802018-04-17 Tom Tromey <tom@tromey.com>
4581
4582 * gdb.rust/simple.rs (Union): New type.
4583 (main): New local "u".
4584 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4585
e3a91079
AA
45862018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4587
4588 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4589 number information in output of "whereis" command.
4590 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4591
b744723f
AA
45922018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4593
4594 * gdb.ada/info_types.exp: Adjust expected output to the line
4595 numbers now printed by "info var/func/type".
4596 * gdb.base/completion.exp: Likewise.
4597 * gdb.base/included.exp: Likewise.
4598 * gdb.cp/cp-relocate.exp: Likewise.
4599 * gdb.cp/cplusfuncs.exp: Likewise.
4600 * gdb.cp/namespace.exp: Likewise.
4601 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4602
4a4495d6
MM
46032018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4604
4605 * gdb.btrace/cpu.exp: New.
4606
1d509aa6
MM
46072018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4608
4609 * gdb.base/step-indirect-call-thunk.exp: New.
4610 * gdb.base/step-indirect-call-thunk.c: New.
4611 * gdb.reverse/step-indirect-call-thunk.exp: New.
4612 * gdb.reverse/step-indirect-call-thunk.c: New.
4613
6295b6da
SM
46142018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4615
4616 * gdb.base/pie-fork.c: New file.
4617 * gdb.base/pie-fork.exp: New file.
4618
50146e70
TT
46192018-04-11 Tom Tromey <tom@tromey.com>
4620
4621 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4622
f50d8a2e
PA
46232018-04-10 Pedro Alves <palves@redhat.com>
4624
4625 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4626 exits. Instead loop running forever.
4627 (fork_parent): Run forever too.
4628
a0be7a36
SM
46292018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4630
4631 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4632 mi_continue_to_line.
4633 * gdb.mi/mi-stack.c (callee4): Add comment.
4634
9b73db36
SM
46352018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4636
4637 * gdb.mi/mi-stack.exp: Fix indentation.
4638
c912f608
SM
46392018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4640
4641 PR gdb/22979
4642 * gdb.arch/amd64-osabi.exp: New file.
4643
26540402
SM
46442018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4645
4646 PR gdb/22980
4647 * gdb.base/osabi.exp: New file.
4648
121ad66c 46492018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4650
4651 * gdb.cp/static-typedef-print.exp: New file.
4652 * gdb.cp/static-typedef-print.cc: New file.
4653
3fcded8f
JB
46542018-03-27 Joel Brobecker <brobecker@adacore.com>
4655
4656 * gdb.ada/varsize_limit: New testcase.
4657
59cc4834
JB
46582018-03-27 Joel Brobecker <brobecker@adacore.com>
4659
4660 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4661
4662 * gdb.ada/notcplusplus: New testcase.
4663
4664 * gdb.base/c-linkage-name.c: New file.
4665 * gdb.base/c-linkage-name.exp: New testcase.
4666
4ca59a9f
TT
46672018-03-26 Tom Tromey <tom@tromey.com>
4668
4669 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4670 * gdb.python/py-framefilter.py (name_error): New global.
4671 (ErrorInName.function): Use name_error.
4672
978d6c75
TT
46732018-03-26 Tom Tromey <tom@tromey.com>
4674
4675 PR backtrace/15582:
4676 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4677
b7fee5a3
KS
46782018-03-23 Keith Seitz <keiths@redhat.com>
4679
4680 PR c++/22968
4681 * gdb.cp/subtypes.exp: New file.
4682 * gdb.cp/subtypes.h: New file.
4683 * gdb.cp/subtypes.cc: New file.
4684 * gdb.cp/subtypes-2.cc: New file.
4685
376be529
AB
46862018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4687
4688 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4689 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4690 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4691 -nostartfiles when compiling the test. Confirm that all registers
4692 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4693
066cfa98
AB
46942018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4695
4696 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4697 option, syntax was wrong anyway.
4698 * gdb.arch/arm-disp-step.exp: Likewise.
4699 * gdb.arch/sparc64-regs.exp: Likewise.
4700 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4701 option, syntax was wrong anyway, switch to use
4702 prepare_for_testing.
4703 * gdb.arch/i386-disp-step.exp: Likewise.
4704
079670b9
AA
47052018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4706
4707 * gdb.ada/exec_changed.exp: Replace "target_info exists
4708 use_gdb_stub" by "use_gdb_stub".
4709 * gdb.ada/start.exp: Likewise.
4710 * gdb.base/async-shell.exp: Likewise.
4711 * gdb.base/attach-pie-misread.exp: Likewise.
4712 * gdb.base/attach-wait-input.exp: Likewise.
4713 * gdb.base/break-entry.exp: Likewise.
4714 * gdb.base/break-interp.exp: Likewise.
4715 * gdb.base/dprintf-detach.exp: Likewise.
4716 * gdb.base/nostdlib.exp: Likewise.
4717 * gdb.base/solib-nodir.exp: Likewise.
4718 * gdb.base/statistics.exp: Likewise.
4719 * gdb.base/testenv.exp: Likewise.
4720 * gdb.mi/mi-exec-run.exp: Likewise.
4721 * gdb.mi/mi-start.exp: Likewise.
4722 * gdb.multi/dummy-frame-restore.exp: Likewise.
4723 * gdb.multi/multi-arch-exec.exp: Likewise.
4724 * gdb.multi/multi-arch.exp: Likewise.
4725 * gdb.multi/tids.exp: Likewise.
4726 * gdb.multi/watchpoint-multi.exp: Likewise.
4727 * gdb.python/py-events.exp: Likewise.
4728 * gdb.threads/attach-into-signal.exp: Likewise.
4729 * gdb.threads/attach-stopped.exp: Likewise.
4730 * gdb.threads/threadapply.exp: Likewise.
4731 * lib/selftest-support.exp: Likewise.
4732
26d6cec4
AA
47332018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4734
4735 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4736
4ee89e90
SR
47372018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4738
4739 * gdb.perf/template-breakpoints.cc: New file.
4740 * gdb.perf/template-breakpoints.exp: New file.
4741 * gdb.perf/template-breakpoints.py: New file.
4742
92630041
TT
47432018-03-19 Tom Tromey <tom@tromey.com>
4744
4745 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4746 y0.
4747 * gdb.rust/simple.exp: Test bare identifier form of struct
4748 initializer.
4749
76727919
TT
47502018-03-19 Tom Tromey <tom@tromey.com>
4751
4752 * gdb.gdb/observer.exp: Remove.
4753
194ed413
AA
47542018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4755
4756 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4757 "qualified" option when setting breakpoints.
4758 * gdb.trace/backtrace.exp: Likewise.
4759 * gdb.trace/circ.exp: Likewise.
4760 * gdb.trace/collection.exp: Likewise.
4761 * gdb.trace/disconnected-tracing.exp: Likewise.
4762 * gdb.trace/ftrace-lock.exp: Likewise.
4763 * gdb.trace/ftrace.exp: Likewise.
4764 * gdb.trace/infotrace.exp: Likewise.
4765 * gdb.trace/packetlen.exp: Likewise.
4766 * gdb.trace/passc-dyn.exp: Likewise.
4767 * gdb.trace/qtro.exp: Likewise.
4768 * gdb.trace/read-memory.exp: Likewise.
4769 * gdb.trace/report.exp: Likewise.
4770 * gdb.trace/signal.exp: Likewise.
4771 * gdb.trace/status-stop.exp: Likewise.
4772 * gdb.trace/strace.exp: Likewise.
4773 * gdb.trace/tfind.exp: Likewise.
4774 * gdb.trace/trace-break.exp: Likewise.
4775 * gdb.trace/trace-condition.exp: Likewise.
4776 * gdb.trace/trace-mt.exp: Likewise.
4777 * gdb.trace/tstatus.exp: Likewise.
4778 * gdb.trace/tsv.exp: Likewise.
4779 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4780 * gdb.trace/unavailable.exp: Likewise.
4781 * gdb.trace/while-dyn.exp: Likewise.
4782
8b067d2c
AA
47832018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4784
4785 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4786 that libinproctrace is copied to the target.
4787
3ae9ce5d
TT
47882018-03-14 Tom Tromey <tom@tromey.com>
4789
4790 PR cli/14977:
4791 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4792 a null pointer.
4793 * gdb.base/wchar.exp: Likewise.
4794
b8c2339b
TT
47952018-03-14 Tom Tromey <tom@tromey.com>
4796
4797 PR cli/19918:
4798 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4799 flag.
4800
4872dc46
SM
48012018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4802
4803 PR gdb/22841
4804 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4805 "target" to remote_exec.
4806
e4fe3756
SM
48072018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4808
4809 PR gdb/22841
4810 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4811 ${board}_upload): Remove.
4812
e95a97d4
AA
48132018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4814
4815 * gdb.cp/watch-cp.cc: New test.
4816 * gdb.cp/watch-cp.exp: New file.
4817
dbbb1059
AB
48182018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4819
4820 * gdb.base/infcall-nested-structs.exp: New file.
4821 * gdb.base/infcall-nested-structs.c: New file.
4822 * gdb.base/float.exp: Add riscv support.
4823
ecc054c0
TP
48242018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4825
4826 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4827 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4828
25e3c82c
SDJ
48292018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4830
4831 * gdb.server/abspath.exp: New file.
4832 * lib/gdb.exp (with_cwd): New procedure.
4833
3083294d
SM
48342018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4835
4836 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4837 use it.
4838 (gdb_is_target_remote_prompt): New proc.
4839 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4840 (gdb_is_target_native): Pass prompt parameter to
4841 gdb_is_target_1.
4842
3275ef47
SM
48432018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4844
4845 * gdb.base/load-command.c: New file.
4846 * gdb.base/load-command.exp: New file.
4847 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4848 (gdb_is_target_1): ...this, and generalize for other targets
4849 than just remote.
4850 (gdb_is_target_remote): Use gdb_is_target_1.
4851 (gdb_is_target_native): use gdb_is_target_1.
4852
6893c19a
TT
48532018-02-26 Tom Tromey <tom@tromey.com>
4854
4855 PR python/16497:
4856 * gdb.python/py-framefilter.exp: Update test.
4857
2ddeaf8a
TT
48582018-02-26 Tom Tromey <tom@tromey.com>
4859
4860 * gdb.dwarf2/variant.c: New file.
4861 * gdb.dwarf2/variant.exp: New file.
4862
c9317f21
TT
48632018-02-26 Tom Tromey <tom@tromey.com>
4864
4865 * gdb.rust/simple.exp: Accept more possible results in enum test.
4866
6f6d0c26
SM
48672018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4868
4869 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4870 parentheses.
4871
11b03145
MR
48722018-02-23 Maciej W. Rozycki <macro@mips.com>
4873
4874 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4875 name of a variable: $actual_linejj -> $actual_line.
4876
54a27fe5
JB
48772018-02-21 John Baldwin <jhb@FreeBSD.org>
4878
4879 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4880
de65820c
MM
48812018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4882
4883 * gdb.btrace/buffer-size.exp: Do not force BTS.
4884
980548fd
PA
48852018-02-14 Pedro Alves <palves@redhat.com>
4886
4887 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4888 getting a "Quit".
4889
c4e12631
MM
48902018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4891
4892 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4893 Fix test name.
4894
c2e0e465
SM
48952018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4896
4897 * gdb.cp/m-static.exp: Check type of optimized out static
4898 member.
4899
f7216783
AB
49002018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4901
4902 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4903 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4904
0625771b
LS
49052018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4906 Leszek Swirski <leszeks@google.com>
4907
4908 * gdb.python/py-prettyprint.c
4909 (struct to_string_returns_value_inner,
4910 struct to_string_returns_value_wrapper): New.
4911 (main): Add tsrvw variable.
4912 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4913 ToStringReturnsValueWrapper): New classes.
4914 (register_pretty_printers): Register new pretty-printers.
4915 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4916 recursive pretty printer.
4917 * gdb.python/py-mi.exp: Likewise.
4918
59498c30
LS
49192018-02-01 Leszek Swirski <leszeks@google.com>
4920
4921 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4922 functions with the same name as an include file are parsed
4923 correctly.
4924
d4d38844
YQ
49252018-02-01 Yao Qi <yao.qi@linaro.org>
4926
4927 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4928 "\[^\r\n\]*".
4929
07e5f5cf
NP
49302018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4931
4932 * gdb.arch/powerpc-prologue-frame.s: New file.
4933 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4934 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4935
929b5ad4
JB
49362018-01-31 Joel Brobecker <brobecker@adacore.com>
4937
4938 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4939
e671cd59
PA
49402018-01-30 Pedro Alves <palves@redhat.com>
4941
4942 PR gdb/13211
4943 * gdb.base/interrupt-daemon.c: New.
4944 * gdb.base/interrupt-daemon.exp: New.
4945 * gdb.multi/multi-term-settings.c: New.
4946 * gdb.multi/multi-term-settings.exp: New.
4947
fc413dc4
JB
49482018-01-30 Joel Brobecker <brobecker@adacore.com>
4949
4950 * gdb.base/break.exp: Save the location where the breakpoint
4951 on break.c:47 was actually inserted when debugging the version
4952 compiled at -O2 and use it in the expected output of the "info
4953 break" test performed soon after.
4954
5c319bb2
PA
49552018-01-22 Pedro Alves <palves@redhat.com>
4956 Sergio Durigan Junior <sergiodj@redhat.com>
4957
4958 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4959 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4960
a9e40818
JB
49612018-01-22 Joel Brobecker <brobecker@adacore.com>
4962
4963 * gdb.base/break-include.c, gdb.base/break-include.inc,
4964 gdb.base/break-include.exp: New files.
4965 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4966 line number now being the actual line number where the breakpoint
4967 was inserted.
4968 * gdb.mi/mi-break.exp: Likewise.
4969 * gdb.mi/mi-reverse.exp: Likewise.
4970 * gdb.mi/mi-simplerun.exp: Ditto.
4971
e707fc44
AB
49722018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4973
4974 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4975 varobj.
4976 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4977
ae451627
AB
49782018-01-21 Don Breazeal <donb@codesourcery.com>
4979 Andrew Burgess <andrew.burgess@embecosm.com>
4980
4981 * gdb.mi/basics.c: Add new global.
4982 * gdb.mi/mi-frame-regs.exp: New file.
4983 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4984 case.
4985
b1b189e0
AB
49862018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4987
4988 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4989 non-parameter, and on an unknown symbol.
4990
fcfcc376
TT
49912018-01-19 Tom Tromey <tom@tromey.com>
4992
4993 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4994 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4995
634c1c31
AA
49962018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4997
4998 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4999 setrlimit and chdir to int.
5000
d6ad07fd
AA
50012018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5002
5003 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5004 function.
5005 (my_tend): Likewise.
5006 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5007 rationale of avoiding FP- and vector instructions.
5008
adf8243b
RK
50092018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5010
5011 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5012 "info reg" with "\[ \t\]*".
5013 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5014 "\[ \t\]+".
5015 * gdb.arch/s390-multiarch.exp: Ditto.
5016 * gdb.base/pc-fp.exp: Ditto.
5017 * gdb.reverse/i386-precsave.exp: Ditto.
5018 * gdb.reverse/i386-reverse.exp: Ditto.
5019 * gdb.reverse/i387-env-reverse.exp: Ditto.
5020 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5021
dcc06925
AA
50222018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5023
5024 * lib/gdb.exp (gdb_compile): Re-enable use of
5025 universal_compile_options for languages other than Rust.
5026
25d4fd80
AA
50272018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5028
5029 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5030
ee7f689e 50312018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
5032
5033 PR gdb/16577
5034 * gdb.base/solib-vanish.exp: New.
5035 * gdb.base/solib-vanish-main.c: New.
5036 * gdb.base/solib-vanish-lib1.c: New.
5037 * gdb.base/solib-vanish-lib2.c: New.
5038
d8447b6b
YQ
50392018-01-17 Yao Qi <yao.qi@linaro.org>
5040
5041 * gdb.compile/compile.exp: Match the address printed for
5042 frame in the output of command "bt".
5043
86d6a90c
TT
50442018-01-15 Tom Tromey <tom@tromey.com>
5045
5046 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5047 compute sp_reg.
5048
cbcdb1aa
AB
50492018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5050
5051 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5052 to prepare.
5053 (prepare): Return 0 on error, 1 on success.
5054
eea61984
PA
50552018-01-12 Pedro Alves <palves@redhat.com>
5056
5057 * gdb.base/continue-after-aborted-step-over.c: New.
5058 * gdb.base/continue-after-aborted-step-over.exp: New.
5059
6181e9c2
SM
50602018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5061
5062 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5063 options when not creating an executable.
5064
3cada740
PA
50652018-01-11 Pedro Alves <palves@redhat.com>
5066
5067 PR remote/22597
5068 * gdb.server/stop-reply-no-thread.c: New file.
5069 * gdb.server/stop-reply-no-thread.exp: New file.
5070
c63d3e8d
PA
50712018-01-10 Pedro Alves <palves@redhat.com>
5072
5073 PR gdb/22670
5074 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5075 functions too. Test setting breakpoints and printing C functions
5076 with no debug info too.
5077 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5078
d4c2a405
PA
50792018-01-10 Pedro Alves <palves@redhat.com>
5080
5081 PR gdb/22670
5082 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5083 a fail.
5084
8825213e
PA
50852018-01-10 Pedro Alves <palves@redhat.com>
5086
5087 PR gdb/22670
5088 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5089
605fd3c6
YQ
50902018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5091
5092 * gdb.server/unittest.exp: Match the output in non-development
5093 mode.
5094
1e5ded6c
YQ
50952018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5096
5097 * gdb.gdb/unittest.exp: Match output in non-development mode.
5098
30066b0b
JB
50992018-01-08 Joel Brobecker <brobecker@adacore.com>
5100
5101 * gdb.ada/access_tagged_param.exp: Relax expected output
5102 for value of "ObjL" in "continue" to pck.inspect breakpoint
5103 test.
5104
04bafb1e
XR
51052018-01-08 Joel Brobecker <brobecker@adacore.com>
5106
9f86398b
JB
5107 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5108 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 5109
e379cee6
PA
51102018-01-05 Pedro Alves <palves@redhat.com>
5111
5112 PR gdb/18653
5113 * gdb.base/libsegfault.exp: New.
5114
de63c46b
PA
51152018-01-05 Joel Brobecker <brobecker@adacore.com>
5116
5117 PR gdb/22670
5118 * gdb.ada/access_tagged_param.exp: New file.
5119 * gdb.ada/access_tagged_param/foo.adb: New file.
5120
f98fc17b
PA
51212018-01-05 Pedro Alves <palves@redhat.com>
5122
5123 PR gdb/22670
5124 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5125 exercise lower case too, and to exercise both full matching and
5126 wild matching.
5127
342f8240
JB
51282018-01-05 Joel Brobecker <brobecker@adacore.com>
5129
5130 * gdb.ada/rename_subscript_param: New testcase.
5131
7150d33c
JG
51322018-01-05 Jerome Guitton <guitton@adacore.com>
5133
5134 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5135
cc0e770c
JB
51362018-01-05 Joel Brobecker <brobecker@adacore.com>
5137
5138 * gdb.ada/convvar_comp: New testcase.
5139
672a41aa 51402018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
5141
5142 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5143 (My_Table): New global variable.
5144 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5145
7365ec2f
JB
51462018-01-04 Joel Brobecker <brobecker@adacore.com>
5147
5148 PR gdb/22670
5149 * gdb.ada/maint_with_ada: New testcase.
5150
289483b6
JB
51512018-01-04 Joel Brobecker <brobecker@adacore.com>
5152
5153 PR gdb/22670
5154 * gdb.ada/bp_c_mixed_case: New testcase.
5155
344420da
JB
51562018-01-04 Joel Brobecker <brobecker@adacore.com>
5157
5158 PR gdb/22670
5159 * gdb.ada/complete.exp: Add "complete break ada" test.
5160
66fc87a0
JB
51612018-01-04 Joel Brobecker <brobecker@adacore.com>
5162
5163 PR gdb/22670
5164 * gdb.ada/info_addr_mixed_case: New testcase.
5165
9f757bf7
XR
51662018-01-03 Xavier Roirand <roirand@adacore.com>
5167
5168 * gdb.ada/excep_handle.exp: New testcase.
5169 * gdb.ada/excep_handle/foo.adb: New file.
5170 * gdb.ada/excep_handle/pck.ads: New file.
5171
bd570f80
JB
51722018-01-03 Joel Brobecker <brobecker@adacore.com>
5173
5174 * gdb.base/step-line.c: Add extra empty line in copyright header.
5175 * gdb.base/step-line.inp: Likewise.
5176
9fe561ab
JB
51772018-01-02 Joel Brobecker <brobecker@adacore.com>
5178
5179 * gdb.ada/dyn_stride.exp: Add slice test.
5180
a405673c
JB
51812018-01-02 Joel Brobecker <brobecker@adacore.com>
5182
5183 * gdb.ada/dyn_stride: New testcase.
5184
cef0f868
SH
51852017-12-27 Stafford Horne <shorne@gmail.com>
5186
5187 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5188 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5189
b67d92b0
SH
51902017-12-27 Stafford Horne <shorne@gmail.com>
5191
5192 * gdb.base/reggroups.c: New file.
5193 * gdb.base/reggroups.exp: New file.
5194
eccab96d
JB
51952017-12-18 Joel Brobecker <brobecker@adacore.com>
5196
5197 * gdb.dwarf2/ada-valprint-error.c: New file.
5198 * gdb.dwarf2/ada-valprint-error.exp: New file.
5199
0e2da9f0
JB
52002017-12-18 Joel Brobecker <brobecker@adacore.com>
5201
5202 * gdb.ada/assign_arr: New testcase.
5203
cb923fcc
XR
52042017-12-18 Xavier Roirand <roirand@adacore.com>
5205
5206 * gdb.ada/funcall_ptr: New testcase.
5207
7c161838
SDJ
52082017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5209
5210 PR cli/16224
5211 * gdb.base/ptype-offsets.cc: New file.
5212 * gdb.base/ptype-offsets.exp: New file.
5213
1af17fd9
YQ
52142017-12-15 Yao Qi <yao.qi@linaro.org>
5215
5216 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5217 if XML is disabled.
5218
828d5846
XR
52192017-12-15 Xavier Roirand <roirand@adacore.com>
5220
5221 * gdb.ada/same_component_name: New testcase.
5222
79e8fcaa
JB
52232017-12-14 Joel Brobecker <brobecker@adacore.com>
5224
5225 * gdb.ada/str_binop_equal: New testcase.
5226
e05fa6f9
JB
52272017-12-14 Joel Brobecker <brobecker@adacore.com>
5228
5229 * gdb.ada/task_switch_in_core: New testcase.
5230
b89641ba
SM
52312017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5232
5233 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5234 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5235 call test_bkpt_qualified.
5236 (test_bkpt_qualified): New proc.
5237
6892d2e4
PA
52382017-12-13 Pedro Alves <palves@redhat.com>
5239
5240 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5241 Tighten regexp by matching with an anchor.
5242
a22ecf70
PA
52432017-12-13 Pedro Alves <palves@redhat.com>
5244
5245 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5246 ("expression with namespace"): New set of tests.
5247 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5248 (Nested::Test_NS::qux): New.
5249 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5250 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5251
9937536c
JB
52522017-12-13 Joel Brobecker <brobecker@adacore.com>
5253
5254 * gdb.base/server-del-break.c: New file.
5255 * gdb.base/server-del-break.exp: New file.
5256
fe49c6f5
SH
52572017-12-12 Stafford Horne <shorne@gmail.com>
5258
5259 * gdb.xml/tdesc-regs.exp: Add or1k support.
5260
c3d18620
SH
52612017-12-12 Stafford Horne <shorne@gmail.com>
5262
5263 * gdb.base/bp-permanent.c: Define nop of or1k.
5264
c5f9cfc8
JB
52652017-12-11 Joel Brobecker <brobecker@adacore.com>
5266
5267 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5268 output with components being reordered.
5269
a9c135fc
JB
52702017-12-11 Joel Brobecker <brobecker@adacore.com>
5271
5272 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5273 output with components being reordered.
5274
927aa2e7
JK
52752017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5276 Pedro Alves <palves@redhat.com>
5277
5278 * gdb.base/maint.exp (check for .gdb_index): Check also for
5279 .debug_names.
5280 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5281 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5282 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5283 (.gdb_index used after symbol reloading): Support also .debug_names.
5284 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5285
f17d9474
YQ
52862017-12-08 Yao Qi <yao.qi@linaro.org>
5287
5288 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5289 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5290
a0de8c21
YQ
52912017-12-08 Yao Qi <yao.qi@linaro.org>
5292
5293 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5294 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5295
a738ea1d
YQ
52962017-12-08 Yao Qi <yao.qi@linaro.org>
5297
5298 * gdb.arch/aarch64-tagged-pointer.c: New file.
5299 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5300
1cd9a73b
SDJ
53012017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5302
5303 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5304 "int".
5305
fa6eb693
KS
53062017-12-07 Keith Seitz <keiths@redhat.com>
5307
5308 PR breakpoints/22569
5309 * gdb.linespec/ls-errs.exp: Change expected result of "break
5310 -source this file has spaces.c -line 3".
5311 Check that an explicit source file followed by whitespace is
5312 identified as an invalid explicit location.
5313
883fd55a
KS
53142017-12-07 Keith Seitz <keiths@redhat.com>
5315
5316 * gdb.cp/nested-types.cc: New file.
5317 * gdb.cp/nested-types.exp: New file.
5318 * lib/cp-support.exp: Load data-structures.exp library.
5319 (debug_cp_test_ptype_class): New global.
5320 (cp_ptype_class_verbose, next_line): New procedures.
5321 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5322 Add and document new return value.
5323 Switch the list of lines to a queue.
5324 Add support for new `type' key for nested type definitions.
5325 Add debugging/troubleshooting messages.
5326 * lib/data-structures.exp: New file.
5327
ec72db3e
SM
53282017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5329
5330 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5331 with proc_with_prefix, don't use with_test_prefix.
5332
99598d71
TT
53332017-12-07 Tom Tromey <tom@tromey.com>
5334
5335 * gdb.base/break.exp: Add test for empty "commands".
5336
a8806230
YQ
53372017-12-07 Yao Qi <yao.qi@linaro.org>
5338
5339 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5340 malloc and catch syscall.
5341
824cc835
PM
53422017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5343
e79be6e5 5344 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
5345 tests for explicit locations.
5346
7cc244de
PA
53472017-12-06 Pedro Alves <palves@redhat.com>
5348
5349 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5350 force-disabling XML descriptions.
5351
50a1fdd5
PA
53522017-12-04 Pedro Alves <palves@redhat.com>
5353
5354 PR gdb/22499
5355 * gdb.arch/amd64-disp-step-avx.S: New file.
5356 * gdb.arch/amd64-disp-step-avx.exp: New file.
5357
f0fb2488
PA
53582017-12-03 Pedro Alves <palves@redhat.com>
5359
5360 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5361 and <string.h>.
5362 (parent_function): Print distinct messages when waitpid fails, or
5363 the child exits with a signal, or the child exits for an unhandled
5364 reason.
5365 * gdb.threads/process-dies-while-detaching.exp
5366 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5367 it. Wait for both inferior output and GDB's prompt. Use an
5368 indirect spawn id list.
5369 (do_detach): New parameter 'child_exit'. Use it to compute
5370 expected inferior output.
5371 (test_detach, test_detach_watch, test_detach_killed_outside):
5372 Adjust to pass down the expected child exit kind.
5373
97cbe998
SDJ
53742017-12-01 Joel Brobecker <brobecker@adacore.com>
5375 Sergio Durigan Junior <sergiodj@redhat.com>
5376 Pedro Alves <palves@redhat.com>
5377
5378 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5379
40fc416f
SDJ
53802017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5381
5382 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5383 to 'symbol-file' and 'add-symbol-file' can be
5384 position-independent.
5385
1cc75e92
YQ
53862017-12-01 Yao Qi <yao.qi@linaro.org>
5387
5388 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5389 the URL in copyright header.
5390 * gdb.arch/aarch64-fp.exp: Likewise.
5391 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5392 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5393 * gdb.base/expand-psymtabs.exp: Likewise.
5394 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5395 * gdb.fortran/common-block.exp: Likewise.
5396 * gdb.fortran/common-block.f90: Likewise.
5397 * gdb.fortran/logical.exp: Likewise.
5398 * gdb.fortran/vla-datatypes.f90: Likewise.
5399 * gdb.fortran/vla-sub.f90: Likewise.
5400
875fb7a7
JB
54012017-11-30 Joel Brobecker <brobecker@adacore.com>
5402
5403 * gdb.ada/repeat_dyn: New testcase.
5404
6f14765f
UW
54052017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5406
5407 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5408 Update for changed thread numbering.
5409 * gdb.cell/bt.exp: Update for changed GDB output.
5410
f1af7b94
SM
54112017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5412
5413 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5414 setting isremote by hand.
5415 * boards/dwarf4-gdb-index.exp: Likewise.
5416 * boards/fission.exp: Likewise.
5417 * boards/stabs.exp: Likewise.
5418
e3919f3e
PA
54192017-11-30 Pedro Alves <palves@redhat.com>
5420
5421 * gdb.linespec/cpls-ops.exp
5422 (check_explicit_skips_function_argument): Extract the underlying
5423 type of size_t instead of hardcoding it.
5424
bd69330d
PA
54252017-11-29 Pedro Alves <palves@redhat.com>
5426
5427 PR c++/19436
5428 * gdb.linespec/cpls-abi-tag.cc: New file.
5429 * gdb.linespec/cpls-abi-tag.exp: New file.
5430
a20714ff
PA
54312017-11-29 Pedro Alves <palves@redhat.com>
5432
5433 * gdb.base/langs.exp: Use -qualified.
5434 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5435 it.
5436 * gdb.cp/namespace.exp: Use -qualified.
5437 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5438 (overload-3, template-overload, template-ret-type, const-overload)
5439 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5440 procedures.
5441 (test_driver): Call them.
5442 * gdb.cp/save-bp-qualified.cc: New.
5443 * gdb.cp/save-bp-qualified.exp: New.
5444 * gdb.linespec/explicit.exp: Test -qualified.
5445 * lib/completion-support.exp (completion::explicit_opts_list): Add
5446 "-qualified".
5447 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5448
f6f1d339
PM
54492017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5450
5451 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5452
02ca603a
TT
54532017-11-29 Tom Tromey <tom@tromey.com>
5454
5455 * gdb.base/relocate.exp: Update invalid argument test.
5456 Add new tests for invalid arguments.
5457
ed6c0bfb
TP
54582017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5459
5460 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5461 Return 0 as a long.
5462 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5463
f106e10e
TP
54642017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5465
5466 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5467 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5468 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5469 func ().
5470 * gdb.cp/shadow.cc (B.func): Return 0.
5471
10329bb2
JB
54722017-11-27 Joel Brobecker <brobecker@adacore.com>
5473
5474 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5475 expected output in gdb_expect call to allow the exception
5476 message to be present as well. Fix syntax confusion to avoid
5477 TCL thinking that exception_name is an array.
5478
617cd4bc
UW
54792017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5480
5481 * gdb.arch/spu-info.c: Include <unistd.h>.
5482 (do_signal_test): Fix broken calls to write.
5483 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5484 Fix checks for empty mailboxes. Update signal tests for corrected
5485 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5486 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5487 * gdb.cell/arch.exp: Use standard_output_file.
5488 * gdb.cell/break.exp: Likewise.
5489 * gdb.cell/bt.exp: Likewise.
5490 * gdb.cell/core.exp: Likewise.
5491 * gdb.cell/dwarfaddr.exp: Likewise.
5492 * gdb.cell/ea-cache.exp: Likewise.
5493 * gdb.cell/ea-standalone.exp: Likewise.
5494 * gdb.cell/f-regs.exp: Likewise.
5495 * gdb.cell/fork.exp: Likewise.
5496 * gdb.cell/gcore.exp: Likewise.
5497 * gdb.cell/mem-access.exp: Likewise.
5498 * gdb.cell/ptype.exp: Likewise.
5499 * gdb.cell/registers.exp: Likewise.
5500 * gdb.cell/sizeof.exp: Likewise.
5501 * gdb.cell/solib-symbol.exp: Likewise.
5502 * gdb.cell/solib.exp: Likewise.
617cd4bc 5503
a81aaca0
PA
55042017-11-25 Pedro Alves <palves@redhat.com>
5505
5506 * gdb.base/complete-empty.exp: New file.
5507 * gdb.base/completion.exp: Adjust.
5508
6a3c6ee4
PA
55092017-11-25 Pedro Alves <palves@redhat.com>
5510
5511 * gdb.linespec/cpls-ops.cc: New file.
5512 * gdb.linespec/cpls-ops.exp: New file.
5513 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5514 factored out from ...
5515 (test_complete_prefix_range): ... this.
5516
8955eb2d
PA
55172017-11-24 Pedro Alves <palves@redhat.com>
5518
5519 * gdb.linespec/cpcompletion.exp: New file.
5520 * gdb.linespec/cpls-hyphen.cc: New file.
5521 * gdb.linespec/cpls.cc: New file.
5522 * gdb.linespec/cpls2.cc: New file.
5523 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5524 test to use test_gdb_complete_unique. Add label completion,
5525 keyword completion and explicit location completion tests.
5526 * lib/completion-support.exp: New file.
5527
e547c119
JB
55282017-11-24 Joel Brobecker <brobecker@adacore.com>
5529
5530 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5531 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5532 when hitting an exception catchpoint.
5533
7c3c1aa8
YQ
55342017-11-22 Yao Qi <yao.qi@linaro.org>
5535
5536 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5537
41bd68f5
SM
55382017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5539
5540 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5541 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5542 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5543
1daad298
YQ
55442017-11-22 Yao Qi <yao.qi@linaro.org>
5545
5546 * gdb.base/info-os.exp: Pass pthreads.
5547 * gdb.multi/multi-attach.exp: Likewise.
5548
88465e87
YQ
55492017-11-22 Yao Qi <yao.qi@linaro.org>
5550
5551 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5552 compiler.
5553
dc196b23
YQ
55542017-11-22 Yao Qi <yao.qi@linaro.org>
5555
5556 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5557 * gdb.base/break-interp.exp: Likewise.
5558 * gdb.base/jit-attach-pie.exp: Likewise.
5559
2400729e
UW
55602017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5561
5562 * gdb.base/float128.c (large128): New variable.
5563 * gdb.base/float128.exp: Add test to print largest __float128 value.
5564
7a26362d
UW
55652017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5566
5567 * gdb.arch/vsx-regs.exp: Update register content checks.
5568
ed0f4273
UW
55692017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5570
5571 * gdb.arch/ppc-longdouble.exp: New file.
5572 * gdb.arch/ppc-longdouble.c: Likewise.
5573
a25d69c6
PA
55742017-11-21 Pedro Alves <palves@redhat.com>
5575
5576 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5577
73fcf641
PA
55782017-11-20 Pedro Alves <palves@redhat.com>
5579
5580 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5581 (long_double_typedef): New typedefs.
5582 Use DEF on double and long double.
5583 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5584 cases.
5585 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5586 and 'long_double_ptr_same_size' locals. Use them to decide
5587 whether cast from array/function to float is valid/invalid.
5588
71a3c369
TT
55892017-11-17 Tom Tromey <tom@tromey.com>
5590
5591 * gdb.rust/traits.rs: New file.
5592 * gdb.rust/traits.exp: New file.
5593
ced9779b
JB
55942017-11-17 Joel Brobecker <brobecker@adacore.com>
5595
5596 * gdb.ada/minsyms: New testcase.
5597
a0922d80
PA
55982017-11-16 Pedro Alves <palves@redhat.com>
5599
5600 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5601 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5602
ea04e54c
PA
56032017-11-16 Pedro Alves <palves@redhat.com>
5604
5605 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5606 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5607
e849ea89
PA
56082017-11-16 Pedro Alves <palves@redhat.com>
5609
5610 * gdb.server/reconnect-ctrl-c.c: New file.
5611 * gdb.server/reconnect-ctrl-c.exp: New file.
5612
d8ae99a7
PM
56132017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5614
5615 * gdb.python/py-rbreak.exp: New file.
5616 * gdb.python/py-rbreak.c: New file.
5617 * gdb.python/py-rbreak-func2.c: New file.
5618
968a13f8
PA
56192017-11-16 Pedro Alves <palves@redhat.com>
5620
5621 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5622 pattern.
5623 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5624 GDB.
5625
71774bc9
SM
56262017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5627
5628 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5629 regex.
5630
ddbb44cf
SM
56312017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5632
5633 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5634 test names.
5635
584a564f
PA
56362017-11-09 Pedro Alves <palves@redhat.com>
5637
5638 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5639 factored out from ...
5640 (top level): ... here, and adjusted to avoid expecting beyond the
5641 prompt in a single gdb_test_multiple.
5642
5ed7a928
PA
56432017-11-09 Pedro Alves <palves@redhat.com>
5644
5645 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5646 output.
5647 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5648 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5649 * gdb.server/ext-run.exp ("kill" test): Likewise.
5650 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5651
a60e0738
PA
56522017-11-09 Pedro Alves <palves@redhat.com>
5653
5654 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5655 match till end of line.
5656
2c88253f
PA
56572017-11-09 Pedro Alves <palves@redhat.com>
5658
5659 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5660
c7a38517
PA
56612017-11-09 Pedro Alves <palves@redhat.com>
5662
5663 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5664 New procedures, factored out from ...
5665 (top level): ... here, and adjusted to avoid expecting beyond the
5666 prompt in one go.
5667
f29f4b6b
PA
56682017-11-09 Pedro Alves <palves@redhat.com>
5669
5670 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5671 output. Fix '?' match.
5672
286acbb5
JB
56732017-11-08 Joel Brobecker <brobecker@adacore.com>
5674
5675 * gdb.ada/scoped_watch: New testcase.
5676 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5677 which is actually correct.
5678 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5679 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5680
62d7ae92
PA
56812017-11-08 Pedro Alves <palves@redhat.com>
5682
5683 * gdb.gdb/complaints.exp (test_initial_complaints)
5684 (test_serial_complaints, test_short_complaints): Call
5685 complaint_internal instead of complaint.
5686
280ca31f
DT
56872017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5688
5689 * gdb.threads/tls-core.c: New file.
5690 * gdb.threads/tls-core.exp: Likewise.
5691
b5ec771e
PA
56922017-11-08 Pedro Alves <palves@redhat.com>
5693
5694 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5695 (p Exported_Capitalized): New test.
5696 (p exported_capitalized): New test.
5697
a02b41a7
PA
56982017-11-07 Pedro Alves <palves@redhat.com>
5699
5700 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5701
95e95a6d
PA
57022017-11-07 Pedro Alves <palves@redhat.com>
5703
5704 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5705 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5706 (disable_invalid, disable_inverted, disable_negative): New
5707 procedures.
5708 ("bad numbers"): New set of tests.
5709
cee62dbd
PA
57102017-11-07 Pedro Alves <palves@redhat.com>
5711
5712 * gdb.cp/ena-dis-br-range.exp: Add tests.
5713
cc638e86
PA
57142017-11-07 Pedro Alves <palves@redhat.com>
5715
5716 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5717
d0fe4701
XR
57182017-11-07 Xavier Roirand <roirand@adacore.com>
5719 Pedro Alves <palves@redhat.com>
5720
5721 * gdb.base/ena-dis-br.exp: Add reference to
5722 gdb.cp/ena-dis-br-range.exp.
5723 * gdb.cp/ena-dis-br-range.exp: New file.
5724 * gdb.cp/ena-dis-br-range.cc: New file.
5725
46f67f80
PA
57262017-11-06 Pedro Alves <palves@redhat.com>
5727
5728 * gdb.base/attach-non-pgrp-leader.c: New.
5729 * gdb.base/attach-non-pgrp-leader.exp: New.
5730
726e1356
PA
57312017-11-06 Pedro Alves <palves@redhat.com>
5732
5733 * configure.ac: No longer check for termio.h and sgtty.h.
5734 * configure: Regenerate.
5735 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5736 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5737 Remove termio and sgtty code.
5738
50ab6ace
YQ
57392017-11-03 Yao Qi <yao.qi@linaro.org>
5740
5741 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5742 in GDB is disabled.
5743
8e68731c
YQ
57442017-11-03 Yao Qi <yao.qi@linaro.org>
5745
5746 * gdb.python/py-thrhandle.exp: Skip it if python is not
5747 enabled.
5748
3a87ae65
SM
57492017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5750
5751 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5752 as a breakpoint command.
5753
484d8d36
MD
57542017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5755
5756 PR python/21213
5757 * gdb.python/py-infthread.exp: Test calling
5758 InferiorThread.inferior () multiple times in a row.
5759
4a27f119
KS
57602017-10-27 Keith Seitz <keiths@redhat.com>
5761
5762 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5763 Test "info break" for every inlined function breakpoint.
5764
bb11dd58
YQ
57652017-10-27 Yao Qi <yao.qi@linaro.org>
5766
5767 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5768
a43f3893
PF
57692017-10-26 Patrick Frants <osscontribute@gmail.com>
5770
5771 * gdb.cp/classes.exp (test_static_members): Test printing
5772 Outer::instance.
5773 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5774 (Inner::instance, Outer::instance): New.
5775
792ccf00
PA
57762017-10-24 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5779 extra console" test in two stages.
5780
eb2bfbad
PA
57812017-10-24 Pedro Alves <palves@redhat.com>
5782
5783 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5784
1f75a651
PA
57852017-10-24 Pedro Alves <palves@redhat.com>
5786
5787 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5788 loop.
5789
779990d9
PA
57902017-10-24 Pedro Alves <palves@redhat.com>
5791
5792 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5793 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5794
ad9b8f5d
PA
57952017-10-24 Pedro Alves <palves@redhat.com>
5796
5797 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5798 parameter and handle it. Don't output read value in test name.
5799
fee6da6e
PA
58002017-10-24 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5803 custom test name.
5804
10389c2c
PA
58052017-10-24 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5808 include the unstable output directory name in the test's name.
5809 (initial_setup_simple) <'set args'>: Use custom test name.
5810
a80e65a9
PA
58112017-10-24 Pedro Alves <palves@redhat.com>
5812
5813 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5814 with explicit test name.
5815
15763a09
PA
58162017-10-20 Pedro Alves <palves@redhat.com>
5817
5818 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5819 'wait -i'. Use gdb_assert and remote_close.
5820
49a4ce2e
AB
58212017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5822
5823 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5824 number from variable rather than hard-coded.
5825
a75868f5
PA
58262017-10-19 Pedro Alves <palves@redhat.com>
5827
5828 * gdb.base/long-inferior-output.c: New file.
5829 * gdb.base/long-inferior-output.exp: New file.
5830
c8ba13ad
KS
58312017-11-18 Keith Seitz <keiths@redhat.com>
5832
5833 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5834 method.
5835 (main): Call it.
5836 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5837 Add additional user-defined conversion operator tests.
5838
b27de576
PA
58392017-10-17 Pedro Alves <palves@redhat.com>
5840
5841 * boards/native-stdio-gdbserver.exp: Load "local-board".
5842
8484c955
PA
58432017-10-17 Pedro Alves <palves@redhat.com>
5844
5845 * gdb.base/quit-live.c: New file.
5846 * gdb.base/quit-live.exp: New file.
5847
83d5a34d
KS
58482017-10-16 Keith Seitz <keiths@redhat.com>
5849
5850 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5851 (class_with_protected_typedef, class_with_private_typedef)
5852 (struct_with_public_typedef, struct_with_protected_typedef)
5853 (struct_with_private_typedef): New classes/structs.
5854 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5855 typedefs and access specifiers.
5856
739b3f1d
PA
58572017-10-16 Pedro Alves <palves@redhat.com>
5858 Simon Marchi <simon.marchi@polymtl.ca>
5859
5860 * README (Local vs Remote vs Native): New section.
5861 * boards/local-board.exp: New file, with bits factored out from
5862 ...
5863 * boards/native-extended-gdbserver.exp: ... here. Load
5864 "local-board".
5865 * boards/native-gdbserver.exp: Load "local-board".
5866 (${board}_spawn, ${board}_exec): Delete.
5867 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5868 ...
5869 * boards/stdio-gdbserver-base.exp: ... this new file.
5870 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5871 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5872 procedure.
5873 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5874 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5875 stdio_gdbserver_command.
5876 (${board}_get_remote_address, ${board}_get_comm_port)
5877 (${board}_download, ${board}_upload): Delete.
5878 (get_target_remote_pipe_cmd): New.
5879
fe68b953
SM
58802017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5881
5882 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5883 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5884 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5885 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5886 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5887 remove with_test_prefix.
5888
300b6685
PA
58892017-10-13 Pedro Alves <palves@redhat.com>
5890
5891 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5892 * gdb.base/annota1.exp: Use it instead of is_remote.
5893 * gdb.base/annota3.exp: Use it instead of is_remote.
5894 * gdb.cp/annota2.exp: Use it instead of is_remote.
5895 * gdb.cp/annota3.exp: Use it instead of is_remote.
5896 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5897
50500caf
PA
58982017-10-13 Pedro Alves <palves@redhat.com>
5899
5900 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5901 (test_num_test_vars, run_and_count_vars, find_env)
5902 (test_set_unset_env, test_inherit_env_var): New procedures.
5903 (top level): Use them.
5904
dad0c6d2
PA
59052017-10-13 Pedro Alves <palves@redhat.com>
5906
5907 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5908 also skip on stub-like targets.
5909
8b0553c1
PA
59102017-10-13 Pedro Alves <palves@redhat.com>
5911
5912 PR gdb/22293
5913 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5914 (top level): Move some tests to ...
5915 (test_not_found): ... this new procedure.
5916 (top level): Call it.
5917
7594f623
PA
59182017-10-13 Pedro Alves <palves@redhat.com>
5919
5920 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5921 expect different "info terminal" output if testing with a
5922 non-native target.
5923
ebe3b402
PA
59242017-10-13 Pedro Alves <palves@redhat.com>
5925 Simon Marchi <simon.marchi@polymtl.ca>
5926
5927 PR python/12966
5928 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5929
42f1b161
PA
59302017-10-13 Pedro Alves <palves@redhat.com>
5931
5932 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5933 already.
5934
8d6ef72b
PA
59352017-10-13 Pedro Alves <palves@redhat.com>
5936
5937 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5938 is_remote.
5939
d7bcd5b8
PA
59402017-10-13 Pedro Alves <palves@redhat.com>
5941
5942 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5943 is_remote.
5944
df479dc6
PA
59452017-10-13 Pedro Alves <palves@redhat.com>
5946
5947 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5948 is set.
5949 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5950 instead of is_remote.
5951
23fb630a
PA
59522017-10-13 Pedro Alves <palves@redhat.com>
5953
5954 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5955 (top level): Add comment.
5956
cc77b1dc
PA
59572017-10-13 Pedro Alves <palves@redhat.com>
5958
5959 * gdb.base/remote.exp (top level): Fix comment typo and add
5960 missing return.
5961
27c9e813
PA
59622017-10-13 Pedro Alves <palves@redhat.com>
5963 Simon Marchi <simon.marchi@polymtl.ca>
5964
5965 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5966 calls and add comments. Skip test if use_gdb_stub is set.
5967 (top level): Use "set cwd" command instead of "cd" command.
5968
5e830d98
PA
59692017-10-13 Pedro Alves <palves@redhat.com>
5970
5971 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5972 is_remote target check.
5973
f5ca0032
PA
59742017-10-13 Pedro Alves <palves@redhat.com>
5975
5976 * gdb.base/scope.exp: Use build_executable + clean_restart +
5977 gdb_file_cmd instead of prepare_for_testing and no longer skip
5978 "before run" tests on is_remote target boards. Update comments.
5979 * boards/native-extended-gdbserver.exp
5980 (extended_gdbserver_load_last_file): New, factored out from ...
5981 (gdb_load): ... this. Move further below and add comment.
5982 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5983
8aed1c0d
PA
59842017-10-12 Pedro Alves <palves@redhat.com>
5985
5986 * gdb.base/attach.exp: Remove references to gdb64.
5987 * gdb.base/dbx.exp: Remove references to gdb64.
5988
cfa34c87
SM
59892017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5990 Pedro Alves <palves@redhat.com>
5991
5992 * gdb.base/label.exp: Remove is_remote target check.
5993
9192b7de
PA
59942017-10-12 Pedro Alves <palves@redhat.com>
5995
5996 * gdb.base/auvx.exp (coredir): Update comment.
5997 (top level) <core_works>: Use "set cwd" command instead of "cd"
5998 command.
5999
6bf0052d
PA
60002017-10-12 Pedro Alves <palves@redhat.com>
6001 Simon Marchi <simon.marchi@polymtl.ca>
6002
6003 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6004 target boards.
6005
e48ef82d
PA
60062017-10-12 Pedro Alves <palves@redhat.com>
6007 Simon Marchi <simon.marchi@polymtl.ca>
6008
6009 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6010 Instead skip if there's any gdb_protocol set.
6011
8d7aea57
SM
60122017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6013 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6016
30440677
PA
60172017-10-12 Pedro Alves <palves@redhat.com>
6018 Simon Marchi <simon.marchi@polymtl.ca>
6019
6020 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6021 instead of on dejagnu remote boards.
6022
4e04f045 60232017-10-12 Pedro Alves <palves@redhat.com>
175654b9 6024 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
6025
6026 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6027 checks. Use build_executable + clean_restart instead of
6028 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6029 of enabling non-stop after starting gdb.
6030
871a186e
PA
60312017-10-12 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6034 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6035 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6036 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6037
56d704da
AK
60382017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6039
6040 * gdb.arch/arc-tdesc-cpu.exp: New file.
6041 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6042
2f20e312
SM
60432017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6044
6045 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6046
65630365
PA
60472017-10-10 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6050 expect CLI output.
6051
bf469271
PA
60522017-10-10 Pedro Alves <palves@redhat.com>
6053
6054 * lib/selftest-support.exp (selftest_setup): Update for
6055 captured_command_loop's prototype change.
6056
777a42f1
PA
60572017-10-09 Pedro Alves <palves@redhat.com>
6058
6059 Test both arch1=>arch2 and arch2=>arch1.
6060
6061 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6062 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6063 factored out to...
6064 (append_arch1_options, append_arch2_options, append_arch_options)
6065 (build_executables): New procedures.
6066 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6067 local.
6068 (top level): Add new 'first_arch' testing axis.
6069
cbd2b4e3
PA
60702017-10-09 Pedro Alves <palves@redhat.com>
6071
6072 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6073 (barrier): New.
6074 (thread_start, all_started): New functions.
6075 (main): Spawn new thread and wait until it is scheduled.
6076 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6077 option.
6078 (do_test): Add 'selected_thread' parameter. Run to all_started
6079 instead of main. Explicitly set the breakpoint at main. Switch
6080 to the SELECTED_THREAD thread.
6081 (top level): Test handling the exec event with either the main
6082 thread or the second thread selected.
6083
5c9e4427
PA
60842017-10-09 Pedro Alves <palves@redhat.com>
6085
6086 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6087 logic. Move STOP marker after the value checks.
6088 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6089 regexp.
6090
b3b7c423
SL
60912017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6092
6093 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6094
3b4b2f16
UW
60952017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6096
6097 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6098 integer-to-dfp conversion.
6099 * gdb.base/dfp-test.exp: Likewise.
6100
5cd63fda
PA
61012017-10-04 Pedro Alves <palves@redhat.com>
6102
6103 * gdb.multi/hangout.c: Include <unistd.h>.
6104 (hangout_loop): New function.
6105 (main): Call alarm. Call hangout_loop in a loop.
6106 * gdb.multi/hello.c: Include <unistd.h>.
6107 (hello_loop): New function.
6108 (main): Call alarm. Call hangout_loop in a loop.
6109 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6110 inferior with the other selected.
6111
4c71c105
SM
61122017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6113
6114 * gdb.mi/list-thread-groups-available.exp: New file.
6115 * gdb.mi/list-thread-groups-available.c: New file.
6116
bc3b087d
SDJ
61172017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6118
6119 * gdb.base/set-cwd.exp: Make it available on
6120 native-extended-gdbserver.
6121
d092c5a2
SDJ
61222017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6123
6124 * gdb.base/set-cwd.c: New file.
6125 * gdb.base/set-cwd.exp: Likewise.
6126
45320ffa
TT
61272017-10-02 Tom Tromey <tom@tromey.com>
6128
6129 PR rust/22236:
6130 * gdb.rust/simple.rs (main): New variable "fslice".
6131 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6132
b3e3859b
TT
61332017-10-02 Tom Tromey <tom@tromey.com>
6134
6135 * gdb.rust/simple.exp: Test ptype of a slice.
6136
01af5e0d
TT
61372017-10-02 Tom Tromey <tom@tromey.com>
6138
6139 * gdb.rust/simple.exp: Test index of slice.
6140
a9bbfbd8
TT
61412017-09-27 Tom Tromey <tom@tromey.com>
6142
6143 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6144
df8899e5
TP
61452017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6146 Pedro Alves <palves@redhat.com>
6147
6148 * gdb.base/compare-sections.exp (get value of read-only section): Read
6149 as unsigned value.
6150 (corrupt read-only section): Likewise and don't set written if patching
6151 failed.
6152
757bf54b
KB
61532017-09-21 Kevin Buettner <kevinb@redhat.com>
6154
6155 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6156 files.
6157
06871ae8
PA
61582017-09-20 Pedro Alves <palves@redhat.com>
6159
6160 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6161 symbol names in gdb's output.
6162 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6163
e5f25bc5
PA
61642017-09-20 Pedro Alves <palves@redhat.com>
6165
6166 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6167 Rename to ...
6168 (test_list_ambiguous_symbol): ... this and add a symbol name
6169 parameter. Adjust.
6170 (test_list_ambiguous_function): Reimplement on top of
6171 test_list_ambiguous_symbol and also test listing ambiguous
6172 variables.
6173 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6174 (ambiguous_fun): ... this.
6175 (ambiguous_var): New.
6176 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6177 (ambiguous_fun): ... this.
6178 (ambiguous_var): New.
6179
4e5a4f58
JB
61802017-09-19 John Baldwin <jhb@FreeBSD.org>
6181
6182 * gdb.base/starti.c: New file.
6183 * gdb.base/starti.exp: New file.
6184 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6185
26e53f3e
PA
61862017-09-14 Pedro Alves <palves@redhat.com>
6187
6188 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6189 (top level): Use it instead of runto.
6190
cb791d59
TT
61912017-09-11 Tom Tromey <tom@tromey.com>
6192
6193 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6194
7c96f8c1
TT
61952017-09-11 Tom Tromey <tom@tromey.com>
6196
6197 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6198 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6199
469412dd
CW
62002017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6201
6202 * gdb.fortran/printing-types.exp: New file.
6203 * gdb.fortran/printing-types.exp: New file.
6204
e0f86435
BH
62052017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6206
6207 * gdb.fortran/vla-ptype.exp: Fix typos.
6208 * gdb.fortran/vla-value.exp: Same.
6209
9e9af4be
BH
62102017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6211
6212 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6213 * gdb.mi/mi-var-child-f.exp: Likewise.
6214 * gdb.mi/mi-vla-fortran.exp: Likewise.
6215
a5ad232b 62162017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
6217 Christoph Weinmann <christoph.t.weinmann@intel.com>
6218 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
6219
6220 * gdb.fortran/ptr-indentation.f90: New file.
6221 * gdb.fortran/ptr-indentation.exp: New file.
6222
5aec60eb
TT
62232017-09-05 Tom Tromey <tom@tromey.com>
6224
6225 PR gdb/22010:
6226 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6227
8f8f8152
TP
62282017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6229
6230 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6231
fbd1b771
JK
62322017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6233
6234 * gdb.threads/tls-nodebug-pie.c: New file.
6235 * gdb.threads/tls-nodebug-pie.exp: New file.
6236
5eb5f850
TT
62372017-09-05 Tom Tromey <tom@tromey.com>
6238
6239 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6240 for rust.
6241
ae780a21
SM
62422017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6243
6244 * gdb.multi/multi-arch-exec.exp: Test with different
6245 "follow-exec-mode" settings.
6246 (do_test): New procedure.
6247
3693fdb3
PA
62482017-09-04 Pedro Alves <palves@redhat.com>
6249
6250 * gdb.base/func-static.c (S::method const, S::method volatile)
6251 (S::method volatile const): New methods.
6252 (c_s, v_s, cv_s): New instances.
6253 (main): Call method() on them.
6254 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6255 (cannot_resolve): New procedure.
6256 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6257 print-quote-unquoted columns.
6258 (do_test): Test printing each scope too.
6259
e68cb8e0
PA
62602017-09-04 Pedro Alves <palves@redhat.com>
6261
6262 * gdb.base/local-static.exp: Also test with
6263 class::method::variable wholly quoted.
6264 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6265
858be34c
PA
62662017-09-04 Pedro Alves <palves@redhat.com>
6267
6268 * gdb.base/local-static.c: New.
6269 * gdb.base/local-static.cc: New.
6270 * gdb.base/local-static.exp: New.
6271
46a4882b
PA
62722017-09-04 Pedro Alves <palves@redhat.com>
6273
6274 * gdb.asm/asm-source.exp: Add casts to int.
6275 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6276 (dataglobal64_1, dataglobal64_2): New globals.
6277 * gdb.base/nodebug.exp: Test different expressions involving the
6278 new globals, with print, whatis and ptype. Add casts to int.
6279 * gdb.base/solib-display.exp: Add casts to int.
6280 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6281 * gdb.cp/m-static.exp: Add cast to int.
6282 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6283 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6284 tls variable with no debug info without a cast. Test with a cast
6285 to int too.
6286 * gdb.trace/entry-values.exp: Add casts.
6287
2c5a2be1
PA
62882017-09-04 Pedro Alves <palves@redhat.com>
6289
6290 * gdb.base/nodebug.exp: Test that ptype's error about functions
6291 with unknown return type includes the function name too.
6292
7022349d
PA
62932017-09-04 Pedro Alves <palves@redhat.com>
6294
6295 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6296 return type of munmap in infcall.
6297 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6298 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6299 type of ftell in infcall.
6300 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6301 type of getpid in infcall.
6302 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6303 infcall.
6304 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6305 Bail on failure to extract the pid.
6306 * gdb.base/nodebug.c: #include <stdint.h>.
6307 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6308 New functions.
6309 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6310 Change expected output of print/whatis/ptype with functions with
6311 no debug info. Test all supported languages. Call
6312 test_call_promotion.
6313 * gdb.compile/compile.exp: Adjust expected output to expect
6314 warning.
6315 * gdb.threads/siginfo-threads.exp: Likewise.
6316
54990598
PA
63172017-09-04 Pedro Alves <palves@redhat.com>
6318
6319 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6320 "prototypes". Test calling float functions via prototyped and
6321 unprototyped function pointers.
6322 (perform_all_tests): New parameter "prototypes". Pass it down.
6323 (top level): Pass down "prototypes" parameter to
6324 perform_all_tests.
6325
34d16ea2
SM
63262017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6327
6328 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6329 Test with nested loops.
6330
9521ecda
SM
63312017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6332
6333 * gdb.base/commands.exp: Call the new procedures.
6334 (loop_break_test, loop_continue_test): New procedures.
6335
80a65e9b
SM
63362017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6337
6338 * gdb.base/commands.exp: Call new procedure.
6339 (define_if_without_arg_test): New procedure.
6340
e439fa14
PA
63412017-09-04 Pedro Alves <palves@redhat.com>
6342
6343 * gdb.base/list-ambiguous.exp: New file.
6344 * gdb.base/list-ambiguous0.c: New file.
6345 * gdb.base/list-ambiguous1.c: New file.
6346 * gdb.base/list.exp (test_list_range): Adjust expected output.
6347
0a2dde4a
SDJ
63482017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6349
6350 * gdb.base/share-env-with-gdbserver.c: New file.
6351 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6352
5e89eb3a
SM
63532017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6354
6355 * gdb.base/commands.exp (gdbvar_simple_if_test,
6356 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6357 progvar_simple_if_test, progvar_simple_while_test,
6358 progvar_complex_if_while_test, user_defined_command_test,
6359 user_defined_command_args_eval,
6360 user_defined_command_args_stack_test,
6361 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6362 temporary_breakpoint_commands,
6363 gdb_test_no_prompt, redefine_hook_test,
6364 redefine_backtrace_test): Remove "global gdb_prompt".
6365
fd437cbc
SM
63662017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6367
6368 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6369 New proc, call it from toplevel.
6370
87215ad1
SDJ
63712017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6372
6373 PR remote/21852
6374 * gdb.server/normal.c: New file, copied from gdb.base.
6375 * gdb.server/run-without-local-binary.exp: New file.
6376
58afddc6
WP
63772017-08-07 Weimin Pan <weimin.pan@oracle.com>
6378
6379 * gdb.arch/sparc64-adi.exp: New file.
6380 * gdb.arch/sparc64-adi.c: New file.
6381
5277199a
PA
63822017-08-22 Pedro Alves <palves@redhat.com>
6383
6384 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6385 (top level): Add "list all overloads" tests.
6386
14278e1f
TT
63872017-08-22 Tom Tromey <tom@tromey.com>
6388
6389 * gdb.gdb/xfullpath.exp: Remove.
6390
bf223d3e
PA
63912017-08-21 Pedro Alves <palves@redhat.com>
6392
6393 PR gdb/19487
6394 * gdb.base/symbol-alias.c: New.
6395 * gdb.base/symbol-alias2.c: New.
6396 * gdb.base/symbol-alias.exp: New.
6397
c973d0aa
PA
63982017-08-21 Pedro Alves <palves@redhat.com>
6399
6400 * gdb.base/dfp-test.c
6401 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6402 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6403 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6404 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6405 * gdb.base/whatis-ptype-typedefs.c: New.
6406 * gdb.base/whatis-ptype-typedefs.exp: New.
6407 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6408 (an_int, an_int_type, an_int_type2): New globals.
6409 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6410 involving typedefs and cast expressions.
6411 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6412 (lookup_typedefs_function): New.
6413 (typedefs_pretty_printers_dict): New.
6414 (top level): Register lookup_typedefs_function in
6415 gdb.pretty_printers.
6416
6d580b63
YQ
64172017-08-18 Yao Qi <yao.qi@linaro.org>
6418
6419 * gdb.server/unittest.exp: New.
6420
206726fb
SDJ
64212017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6422
6423 PR gdb/21954
6424 * gdb.base/environ.exp: Add test to check if 'unset environment'
6425 works.
6426
bf0ec4c2
AA
64272017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6428
6429 * lib/gdb.exp (universal_compile_options): New caching proc.
6430 (gdb_compile): Suppress GCC's coloring of messages.
6431
d6382fff
TT
64322017-08-14 Tom Tromey <tom@tromey.com>
6433
6434 PR gdb/21675:
6435 * gdb.base/printcmds.exp (test_radices): New function.
6436 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6437 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6438 * lib/gdb.exp (get_integer_valueof): Use p/d.
6439
c2c2dd9f
SM
64402017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6441
6442 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6443 characters.
6444
fdffd6f4
TT
64452017-08-05 Tom Tromey <tom@tromey.com>
6446
6447 * gdb.rust/simple.exp: Allow String to appear in a different
6448 namespace.
6449
27d41eac
YQ
64502017-07-26 Yao Qi <yao.qi@linaro.org>
6451
6452 * gdb.gdb/unittest.exp: Invoke command
6453 "maintenance check xml-descriptions".
6454
031ed05d
AA
64552017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6456
6457 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6458 calling context.
6459 (hex128): Drop erroneous calculation of parameters.
6460
dcd27ddf
SM
64612017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6462
6463 * gdb.python/py-unwind.exp: Disable stack protection when
6464 building test file.
6465
47e77640
PA
64662017-07-20 Pedro Alves <palves@redhat.com>
6467
6468 * gdb.base/default.exp (set language): Adjust expected output.
6469
62d2a18a
PA
64702017-07-20 Pedro Alves <palves@redhat.com>
6471
6472 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6473 (test_minsym): ... this, and make static.
6474 (get_pck__foo__bar__minsym): Rename to ...
6475 (get_test_minsym): ... this.
6476 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6477 symbol names and comments.
6478 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6479 (get_test_minsym): ... this.
6480 (pck__foo__bar__minsym__2): Rename to ...
6481 (test_minsym): ... this.
6482 (main): Adjust.
6483
c45ec17c
PA
64842017-07-17 Pedro Alves <palves@redhat.com>
6485
6486 * gdb.base/completion.exp: Adjust expected output.
6487 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6488 the completer works.
6489
c6756f62
PA
64902017-07-17 Pedro Alves <palves@redhat.com>
6491
6492 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6493
5bd68487
AB
64942017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6495
6496 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6497
8880f2a9
TT
64982017-07-14 Tom Tromey <tom@tromey.com>
6499
6500 PR rust/21764:
6501 * gdb.rust/simple.exp: Add tests.
6502
65547233
TT
65032017-07-14 Tom Tromey <tom@tromey.com>
6504
6505 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6506
8f14146e
PA
65072017-07-14 Pedro Alves <palves@redhat.com>
6508
6509 * gdb.linespec/base/one/thefile.cc (z1): New function.
6510 * gdb.linespec/base/two/thefile.cc (z2): New function.
6511 * gdb.linespec/linespec.exp: Add tests.
6512
b4365d02
AB
65132017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6514
6515 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6516 to mi_create_breakpoint.
6517
5d2cbaa5
AB
65182017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6519
6520 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6521 mi_create_breakpoint.
6522
11cb5716
IB
65232017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6524
6525 * gdb.dlang/demangle.exp: Update for demangling changes.
6526
03278692
TT
65272017-07-09 Tom Tromey <tom@tromey.com>
6528
6529 * gdb.dwarf2/shortpiece.exp: New file.
6530
33c5cd75
DB
65312017-07-06 David Blaikie <dblaikie@gmail.com>
6532
6533 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6534 built from fissiont-multi-cu{1,2}.c.
6535 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6536 except putting 'main' and 'func' in separate CUs in the same DWO file.
6537 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6538 test.
6539 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6540 test.
6541
8455d262
PA
65422017-07-06 Pedro Alves <palves@redhat.com>
6543
6544 * gdb.python/py-unwind.exp: Test flushregs.
6545
dc4bde35
SDJ
65462017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6547
6548 PR cli/21688
6549 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6550 tests for alias commands and trailing whitespace.
6551
51ed89aa
SDJ
65522017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6553
6554 PR cli/21688
6555 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6556 procedure. Call it.
6557
eb17d413
PA
65582017-06-29 Pedro Alves <palves@redhat.com>
6559
6560 * gdb.base/printcmds.exp: Add tests.
6561
41664b45
DG
65622017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6563
6564 PR gdb/21337
6565 * gdb.base/reread-readsym.exp: New file.
6566 * gdb.base/reread-readsym.c: New file.
6567
75312ae3
KB
65682017-06-21 Kevin Buettner <kevinb@redhat.com>
6569
6570 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6571 subpattern.
6572
66953522
PB
65732017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6574
6575 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6576 extended mnemonic.
6577 * gdb.arch/powerpc-power9.s: Likewise.
6578
5524b525
AA
65792017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6580
6581 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6582 on 32-bit x86 targets. Exploit is_*_target macros where
6583 appropriate.
6584
03c8af18
AA
65852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6586
6587 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6588 register pieces.
6589
3bf31011
AA
65902017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6591
6592 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6593 located in one or more DWARF pieces.
6594
805acca0
AA
65952017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6596
6597 * lib/gdb.exp (get_endianness): New proc.
6598 * gdb.arch/aarch64-fp.exp: Use it.
6599 * gdb.arch/altivec-regs.exp: Likewise.
6600 * gdb.arch/e500-regs.exp: Likewise.
6601 * gdb.arch/vsx-regs.exp: Likewise.
6602 * gdb.base/dump.exp: Likewise.
6603 * gdb.base/funcargs.exp: Likewise.
6604 * gdb.base/gnu_vector.exp: Likewise.
6605 * gdb.dwarf2/formdata16.exp: Likewise.
6606 * gdb.dwarf2/implptrpiece.exp: Likewise.
6607 * gdb.dwarf2/nonvar-access.exp: Likewise.
6608 * gdb.python/py-inferior.exp: Likewise.
6609 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6610
e9352324
AA
66112017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6612
6613 PR gdb/21226
6614 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6615 stack value pieces are taken from the LSB end.
6616
d5d1163e
AA
66172017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6618
6619 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6620 variable at nonzero offset.
6621
0567c986
AA
66222017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6623
6624 * gdb.dwarf2/var-access.c: New file.
6625 * gdb.dwarf2/var-access.exp: New test.
6626 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6627
973e9aab
TT
66282017-06-12 Tom Tromey <tom@tromey.com>
6629
6630 * gdb.dwarf2/formdata16.exp: Add tests.
6631
d9109c80
TT
66322017-06-12 Tom Tromey <tom@tromey.com>
6633
6634 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6635
30a25466
TT
66362017-06-12 Tom Tromey <tom@tromey.com>
6637
6638 PR exp/16225:
6639 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6640 * gdb.arch/vsx-regs.exp: Update tests.
6641 * gdb.arch/s390-vregs.exp (hex128): New proc.
6642 Update test.
6643 * gdb.arch/altivec-regs.exp: Update tests.
6644
aefd8b33
SDJ
66452017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6646
6647 * gdb.base/startup-with-shell.c: New file.
6648 * gdb.base/startup-with-shell.exp: Likewise.
6649
2090129c
SDJ
66502017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6651
6652 * gdb.server/non-existing-program.exp: Update regex in order to
6653 reflect the fact that gdbserver is now using fork_inferior (with a
6654 shell) to startup the inferior.
6655
8e86a419
SM
66562017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6657
6658 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6659 support function calls from GDB.
6660
e6cf65f2
TT
66612017-05-21 Tom Tromey <tom@tromey.com>
6662
6663 PR rust/21466:
6664 * gdb.rust/unsized.exp: New file.
6665 * gdb.rust/unsized.rs: New file.
6666
43cc5389
TT
66672017-05-19 Tom Tromey <tom@tromey.com>
6668
6669 PR rust/21484:
6670 * gdb.rust/watch.exp: New file.
6671 * gdb.rust/watch.rs: New file.
6672
ec8df234
TT
66732017-05-18 Tom Tromey <tom@tromey.com>
6674
6675 * gdb.rust/simple.exp: Allow Box to be qualified.
6676
3e3e7fae
TP
66772017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6678
6679 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6680
59cc050d
PA
66812017-05-18 Pedro Alves <palves@redhat.com>
6682
6683 * gdb.base/fileio.c (test_write, test_read, test_close)
6684 (test_fstat): Don't print 'ret' in the fail path.
6685
c8f6abd1
PA
66862017-05-18 Pedro Alves <palves@redhat.com>
6687
6688 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6689 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6690 (test_system, test_rename, test_unlink, test_time): Change
6691 prototypes.
6692 * gdb.base/fileio.exp (stop_msg): Adjust.
6693
d2a03b77
PA
66942017-05-18 Pedro Alves <palves@redhat.com>
6695
6696 * gdb.base/fileio.c (null_str): New global.
6697 (test_stat): Use it.
6698 * gdb.base/fileio.exp: Remove nowarnings.
6699
0d5c6999
YQ
67002017-05-17 Yao Qi <yao.qi@linaro.org>
6701
6702 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6703
21873064
YQ
67042017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6705
6706 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6707 argument command.
6708 (top-level): Invoke test_set_inferior_tty.
6709
d512d31c
PA
67102017-05-04 Pedro Alves <palves@redhat.com>
6711
6712 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6713 Add parens to print call for Python 3.
6714
90cef2ed
KS
67152017-05-03 Keith Seitz <keiths@redhat.com>
6716
6717 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6718 (main): Call it.
6719
14f819c8
TW
67202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6721
6722 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6723 to prev and next.
6724
913aeadd
TW
67252017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6726
6727 * gdb.python/py-record-btrace.exp: Remove test for
6728 gdb.BtraceInstruction.error.
6729
a3be24ad
TW
67302017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6731
6732 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6733
ae20e79a
TW
67342017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6735
6736 * gdb.python/py-record-btrace-threads.c: New file.
6737 * gdb.python/py-record-btrace-threads.exp: New file.
6738
45ce1b47
SDJ
67392017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6740
6741 PR testsuite/8595
6742 * gdb.base/environ.exp: Make test available in all architectures.
6743 Move bits related to "info program" testing to
6744 gdb.base/info-program.exp. Rewrite tests to use the two new
6745 procedures mentione below.
6746 (test_set_show_env_var) New procedure.
6747 (test_set_show_env_var_equal): Likewise.
6748 * gdb.base/info-program.exp: New file.
6749
e15c3eb4
KS
67502017-04-27 Keith Seitz <keiths@redhat.com>
6751
6752 * gdb.cp/oranking.cc (test15): New function.
6753 (main): Call test15 and declare additional variables for testing.
6754 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6755 "p foo101('abc')" tests.
6756 Add tests for cv qualifier overloads.
6757 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6758 "lvalue reference overload" test.
6759 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6760 "print value of f1 on Child&& in f2" test.
6761
3a3fd0fd
PA
67622017-04-19 Pedro Alves <palves@redhat.com>
6763
6764 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6765 procedure.
6766 (top level): Call it.
6767 * lib/gdb.exp (gdb_define_cmd): New procedure.
6768
53375380
PA
67692017-04-12 Pedro Alves <palves@redhat.com>
6770
6771 PR gdb/21323
6772 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6773 (wchar): New global.
6774 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6775 (do_test_wide_char, wide_char_types_no_program, top level): Add
6776 wchar_t testing.
6777
53e710ac
PA
67782017-04-12 Pedro Alves <palves@redhat.com>
6779
6780 PR c++/21323
6781 * gdb.cp/wide_char_types.c: New file.
6782 * gdb.cp/wide_char_types.exp: New file.
6783
0ad9d8c7
SDJ
67842017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6785
6786 PR gdb/21352
6787 * gdb.trace/tsv.exp: Add test for "tsave -r".
6788
b1b45502
IB
67892017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6790
6791 * gdb.dlang/watch-loc.c: New file.
6792 * gdb.dlang/watch-loc.exp: New file.
6793
ec13808e
JK
67942017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6795
6796 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6797
fe5f7374
AK
67982017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6799
6800 * gdb.arch/arc-analyze-prologue.S: New file.
6801 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6802
eea78757
AK
68032017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6804
6805 * gdb.arch/arc-decode-insn.S: New file.
6806 * gdb.arch/arc-decode-insn.exp: Likewise.
6807
5badf10a
IR
68082017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6809
6810 PR tdep/20928
6811 * gdb.arch/sparc64-regs.exp: New file.
6812 * gdb.arch/sparc64-regs.S: Likewise.
6813
cee59b3f
TW
68142017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6815
6816 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6817 and memory view on Python 3.
6818
c0f55cc6
AV
68192017-03-20 Artemiy Volkov <artemiyv@acm.org>
6820 Keith Seitz <keiths@redhat.com>
6821
6822 PR gdb/14441
6823 * gdb.cp/demangle.exp: Add rvalue reference tests.
6824 * gdb.cp/rvalue-ref-casts.cc: New file.
6825 * gdb.cp/rvalue-ref-casts.exp: New file.
6826 * gdb.cp/rvalue-ref-overload.cc: New file.
6827 * gdb.cp/rvalue-ref-overload.exp: New file.
6828 * gdb.cp/rvalue-ref-params.cc: New file.
6829 * gdb.cp/rvalue-ref-params.exp: New file.
6830 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6831 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6832 * gdb.cp/rvalue-ref-types.cc: New file.
6833 * gdb.cp/rvalue-ref-types.exp: New file.
6834 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6835 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6836
51457a05
MAL
68372017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6838
6839 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6840 New procedure.
6841
5b291c04
MAL
68422017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6843
6844 * lib/mi-support.exp (mi_gdb_test): Add additional message
6845 for unexpected output.
6846
59a56148
AA
68472017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6848
6849 * gdb.base/examine-backward.c (Barrier): New character array
6850 constant, to ensure that TestStrings is preceded by a string
6851 terminator.
6852
7942e96e
AA
68532017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6854
6855 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6856 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6857 and implicit pointer into such a location.
6858
6ebac3fb
DE
68592017-03-16 Doug Evans <dje@google.com>
6860
6861 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6862
ec3b243d
TP
68632017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6864
6865 * gdb.cp/m-static.exp: Fix expectation for prototype of
6866 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
6867
68682017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
6869
6870 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6871 * gdb.guile/scm-lazy-string.c: New file.
6872 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6873 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6874 for pointer, array, typedef lazy strings.
6875
2cc36e25 68762017-03-16 Doug Evans <dje@google.com>
34b43320
DE
6877
6878 PR python/17728, python/18439, python/18779
6879 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6880 * gdb.python/py-lazy-string.c (pointer): New typedef.
6881 (main): New locals ptr, array, typedef_ptr.
6882 * gdb.python/py-value.exp: Move lazy string tests to ...
6883 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6884 array, typedef lazy strings.
ec3b243d 6885
0efcde63
AK
68862017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6887
6888 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6889 Add optional 'test' parameter.
6890
7978d7c3
SM
68912017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6892
6893 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6894 Skip for versions of DejaGnu < 1.5.
6895
896c0c1e
SM
68962017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6897
6898 * lib/gdb.exp (dejagnu_version): New proc.
6899 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6900 Use dejagnu_version.
6901
5f4d1085
KS
69022017-03-10 Keith Seitz <keiths@redhat.com>
6903
6904 PR c++/8128
6905 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6906 type from destructor regexps.
6907 Add a branch which actually passes the test.
6908 Adjust "ptype t5i" test names.
6909
1de05205
PA
69102017-03-08 Pedro Alves <palves@redhat.com>
6911
6912 * gdb.base/step-over-exit.exp: Add explicit test message.
6913
c65d6b55
PA
69142017-03-08 Pedro Alves <palves@redhat.com>
6915
6916 PR gdb/18360
6917 * gdb.threads/interrupt-while-step-over.c: New file.
6918 * gdb.threads/interrupt-while-step-over.exp: New file.
6919
2e86a283
PA
69202017-03-08 Pedro Alves <palves@redhat.com>
6921
6922 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6923 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6924
25dcbff6
PA
69252017-03-08 Pedro Alves <palves@redhat.com>
6926
6927 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6928 PKRU as not supported as a PASS.
6929
dc9366eb
PA
69302017-03-08 Pedro Alves <palves@redhat.com>
6931
6932 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6933 prefix instead of $binfile1/$binfile2.
6934 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6935 in test message.
6936 * gdb.python/py-completion.exp: Use "load python file" as test
6937 messages instead of unstable path names.
6938
6e5d74e7
PA
69392017-03-08 Pedro Alves <palves@redhat.com>
6940 Jan Kratochvil <jan.kratochvil@redhat.com>
6941
6942 PR cli/21218
6943 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6944 New proc.
6945 (top level): Call it.
6946
9753a2f6
PA
69472017-03-08 Pedro Alves <palves@redhat.com>
6948
6949 PR tui/21216
6950 * gdb.tui/tui-nl-filtered-output.exp: New file.
6951
1a4dd9dd
PA
69522017-03-08 Pedro Alves <palves@redhat.com>
6953
6954 * gdb.base/completion.exp: Move TUI completion tests to ...
6955 * gdb.tui/completion.exp: ... this new file.
6956
7cbbff33
PA
69572017-03-08 Pedro Alves <palves@redhat.com>
6958
6959 * gdb.base/tui-disasm-long-lines.c,
6960 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6961 gdb.base/tui-layout.exp: Move to ...
6962 * gdb.tui/: ... this new directory.
6963
5f6fd321
PA
69642017-03-07 Pedro Alves <palves@redhat.com>
6965
6966 * gdb.base/tui-layout.c: New file.
6967 * gdb.base/tui-layout.exp: New file.
6968
44959fa8
PA
69692017-03-07 Pedro Alves <palves@redhat.com>
6970
6971 * gdb.base/tui-layout.c: Rename to ...
6972 * gdb.base/tui-disasm-long-lines.c: ... this.
6973 * gdb.base/tui-layout.exp: Rename to ...
6974 * gdb.base/tui-disasm-long-lines.exp: ... this.
6975
f8c4e718
PA
69762017-03-07 Pedro Alves <palves@redhat.com>
6977
6978 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6979
6dbb839a 69802017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
6981
6982 * i386-mpx-call.c: New file.
6983 * i386-mpx-call.exp: New file.
6984
65b48a81
PB
69852017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6986
6987 * gdb.arch/powerpc-power.exp: Delete test.
6988 * gdb.arch/powerpc-power.s: Likewise.
6989 * gdb.disasm/disassembler-options.exp: New test.
6990 * gdb.arch/powerpc-altivec.exp: Likewise.
6991 * gdb.arch/powerpc-altivec.s: Likewise.
6992 * gdb.arch/powerpc-altivec2.exp: Likewise.
6993 * gdb.arch/powerpc-altivec2.s: Likewise.
6994 * gdb.arch/powerpc-altivec3.exp: Likewise.
6995 * gdb.arch/powerpc-altivec3.s: Likewise.
6996 * gdb.arch/powerpc-power7.exp: Likewise.
6997 * gdb.arch/powerpc-power7.s: Likewise.
6998 * gdb.arch/powerpc-power8.exp: Likewise.
6999 * gdb.arch/powerpc-power8.s: Likewise.
7000 * gdb.arch/powerpc-power9.exp: Likewise.
7001 * gdb.arch/powerpc-power9.s: Likewise.
7002 * gdb.arch/powerpc-vsx.exp: Likewise.
7003 * gdb.arch/powerpc-vsx.s: Likewise.
7004 * gdb.arch/powerpc-vsx2.exp: Likewise.
7005 * gdb.arch/powerpc-vsx2.s: Likewise.
7006 * gdb.arch/powerpc-vsx3.exp: Likewise.
7007 * gdb.arch/powerpc-vsx3.s: Likewise.
7008 * gdb.arch/arm-disassembler-options.exp: Likewise.
7009 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7010 * gdb.arch/s390-disassembler-options.exp: Likewise.
7011
17cd4947
LM
70122017-02-23 Luis Machado <lgustavo@codesourcery.com>
7013
7014 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7015 (check_supported_features): ... this. Changed return type to void.
7016 (supports_rdseed): New static global.
7017 (rdseed): Check supports_rdseed.
7018 (initialize): Call check_supported_features.
7019
2039d74e
EBM
70202017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7021
7022 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7023 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7024 and lqarx/stqcx.
7025 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7026 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7027
a51d7ecf
EBM
70282017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7029
7030 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7031 uppercase.
7032
0224619f
JK
70332017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7034
7035 * gdb.dwarf2/formdata16.c: New file.
7036 * gdb.dwarf2/formdata16.exp: New file.
7037 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7038
216f72a1
JK
70392017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7040
7041 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7042 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7043 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7044 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7045 DW_AT_GNU_*.
7046
43988095
JK
70472017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7048
7049 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7050
99e8a4f9
SDJ
70512017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7052
7053 PR gdb/21164
7054 * gdb.base/maint.exp: Add testcases for when the commands do
7055 not have arguments.
7056
b58a8c0c
TP
70572017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7058
7059 * gdb.cp/chained-calls.exp: Use p instead of P.
7060
4e746bb6
TW
70612017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7062
7063 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7064 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7065
3f77c769
TT
70662017-02-14 Tom Tromey <tom@tromey.com>
7067
7068 PR python/13598:
7069 * gdb.python/py-events.exp: Add before_prompt event tests.
7070
075beec0
AA
70712017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7072
7073 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7074
bf5f525c
LM
70752017-02-13 Luis Machado <lgustavo@codesourcery.com>
7076
7077 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7078 (main): Call my_unique_function_name.
7079 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7080 completion of patterns with a single match.
7081 Add missing -re switches to gdb_test_multiple calls.
7082
13a66184
LM
70832017-02-13 Luis Machado <lgustavo@codesourcery.com>
7084
7085 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7086 return if core file is not recognized.
7087
26a06916
SM
70882017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7089
7090 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7091 and extra UIs.
7092
b761ca9e
SM
70932017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7094
7095 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7096 proc_with_prefix.
7097
b964bee0
TT
70982017-02-10 Tom Tromey <tom@tromey.com>
7099
7100 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7101
18da0c51
MG
71022017-02-10 Martin Galvan <martingalvan@sourceware.org>
7103
7104 PR gdb/21122
7105 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7106
604c4576
JG
71072017-02-08 Jerome Guitton <guitton@adacore.com>
7108
7109 * gdb.base/define.exp: Add test for command abbreviations
7110 in define.
7111
20b477a7
LM
71122017-02-06 Luis Machado <lgustavo@codesourcery.com>
7113
7114 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7115 * gdb.reverse/insn-reverse-x86.c: New file.
7116
3f7b46f2
IR
71172017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7118
7119 PR tdep/20936
7120 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7121
f0fd41c1
TT
71222017-02-03 Tom Tromey <tom@tromey.com>
7123
7124 PR rust/21097:
7125 * gdb.rust/simple.exp: Add new tests.
7126
5be5dbf0
PA
71272017-02-02 Pedro Alves <palves@redhat.com>
7128
7129 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7130 tests.
7131
7346ef59
AA
71322017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7133
7134 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7135 taking a 2-byte value out of a 4-byte DWARF implicit value on
7136 big-endian targets.
7137 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7138 logic. Add test cases for DW_OP_implicit.
7139
787f0025
MM
71402017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7141
7142 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7143
68777c29
MM
71442017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7145
7146 * gdb.btrace/enable.exp: Call gdb_exit before
7147 skip_gdbserver_tests.
7148
0a1c7e28
MM
71492017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7150
7151 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7152 GDBFLAGS.
7153
b5ac99b0
MM
71542017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7155
7156 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7157 the test is skipped.
7158 * gdb.btrace/data.exp: Likewise.
7159 * gdb.btrace/delta.exp: Likewise.
7160 * gdb.btrace/dlopen.exp: Likewise.
7161 * gdb.btrace/enable-running.exp: Likewise.
7162 * gdb.btrace/enable.exp: Likewise.
7163 * gdb.btrace/exception.exp: Likewise.
7164 * gdb.btrace/function_call_history.exp: Likewise.
7165 * gdb.btrace/gcore.exp: Likewise.
7166 * gdb.btrace/instruction_history.exp: Likewise.
7167 * gdb.btrace/multi-thread-step.exp: Likewise.
7168 * gdb.btrace/nohist.exp: Likewise.
7169 * gdb.btrace/non-stop.exp: Likewise.
7170 * gdb.btrace/reconnect.exp: Likewise.
7171 * gdb.btrace/record_goto-step.exp: Likewise.
7172 * gdb.btrace/record_goto.exp: Likewise.
7173 * gdb.btrace/rn-dl-bind.exp: Likewise.
7174 * gdb.btrace/segv.exp: Likewise.
7175 * gdb.btrace/step.exp: Likewise.
7176 * gdb.btrace/stepi.exp: Likewise.
7177 * gdb.btrace/tailcall-only.exp: Likewise.
7178 * gdb.btrace/tailcall.exp: Likewise.
7179 * gdb.btrace/tsx.exp: Likewise.
7180 * gdb.btrace/unknown_functions.exp: Likewise.
7181 * gdb.btrace/vdso.exp: Likewise.
7182
cd4007e4
MM
71832017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7184
7185 * gdb.btrace/enable-running.c: New.
7186 * gdb.btrace/enable-running.exp: New.
7187
2735833d
WT
71882017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7189
7190 * gdb.arch/amd64-gs_base.c: New file.
7191 * gdb.arch/amd64-gs_base.exp: New file.
7192
b51e1e94
LM
71932017-01-26 Luis Machado <lgustavo@codesourcery.com>
7194
7195 * lib/memory.exp: Remove spurious empty newlines.
7196
72ca0410
SM
71972017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7198
7199 * gdb.python/py-bad-printers.exp: Load python file using "source".
7200 * gdb.python/py-events.exp: Likewise.
7201 * gdb.python/py-evsignal.exp: Likewise.
7202 * gdb.python/py-evthreads.exp: Likewise.
7203 * gdb.python/py-frame-args.exp: Likewise.
7204 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7205 * gdb.python/py-framefilter-mi.exp: Likewise.
7206 * gdb.python/py-framefilter.exp: Likewise.
7207 * gdb.python/py-mi.exp: Likewise.
7208 * gdb.python/py-pp-maint.exp: Likewise.
7209 * gdb.python/py-pp-registration.exp: Likewise.
7210 * gdb.python/py-prettyprint.exp: Likewise.
7211 (run_lang_tests): Likewise.
7212 * gdb.python/py-typeprint.exp: Likewise.
7213
e309aa65
LM
72142017-01-26 Luis Machado <lgustavo@codesourcery.com>
7215
7216 * lib/memory.exp: New file.
7217 * lib/gdb.exp: Load memory.exp.
7218 * gdb.base/memattr.exp (delete_memory): Move proc to
7219 lib/memory.exp and rename to delete_memory_regions.
7220 Replace delete_memory with delete_memory_regions.
7221 Cleanup memory regions before tests.
7222 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7223 before tests.
7224
515aff23
LM
72252017-01-26 Luis Machado <lgustavo@codesourcery.com>
7226
7227 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7228 files.
7229 (initialize): New function conditionally defined.
7230 (testcases): Move within conditional block.
7231 (main): Call initialize.
7232 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7233 of gdb.reverse/insn-reverse.c.
7234 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7235 gdb.reverse/insn-reverse.c.
7236
d8b49cf0
YQ
72372017-01-26 Yao Qi <yao.qi@linaro.org>
7238
7239 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7240 disassemble on address 0.
7241
f13a9a0c
YQ
72422017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7243 Yao Qi <yao.qi@linaro.org>
7244
7245 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7246 * gdb.dwarf2/implptr-64bit.S: Remove.
7247 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7248 variables in caller's context. Add DW_OP_implicit_value.
7249
5ac95241
YQ
72502017-01-25 Yao Qi <yao.qi@linaro.org>
7251
7252 * lib/dwarf.exp (Dwarf::_location): Handle
7253 DW_OP_GNU_implicit_pointer with proper size.
7254
23e82930
LM
72552017-01-20 Luis Machado <lgustavo@codesourcery.com>
7256
7257 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7258 and add untested calls.
7259
d334ae25
LM
72602017-01-20 Luis Machado <lgustavo@codesourcery.com>
7261
7262 * gdb.python/python.exp: Check line number against what GDB thinks
7263 the line number is for func1.
7264
f5e6296e
IB
72652017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7266
7267 * gdb.dlang/debug-expr.exp: New file.
7268
5b362f04
LM
72692016-12-23 Luis Machado <lgustavo@codesourcery.com>
7270
7271 Fix test names for the following files:
7272
7273 * gdb.ada/exec_changed.exp
7274 * gdb.ada/info_types.exp
7275 * gdb.arch/aarch64-atomic-inst.exp
7276 * gdb.arch/aarch64-fp.exp
7277 * gdb.arch/altivec-abi.exp
7278 * gdb.arch/altivec-regs.exp
7279 * gdb.arch/amd64-byte.exp
7280 * gdb.arch/amd64-disp-step.exp
7281 * gdb.arch/amd64-dword.exp
7282 * gdb.arch/amd64-entry-value-inline.exp
7283 * gdb.arch/amd64-entry-value-param.exp
7284 * gdb.arch/amd64-entry-value-paramref.exp
7285 * gdb.arch/amd64-entry-value.exp
7286 * gdb.arch/amd64-i386-address.exp
7287 * gdb.arch/amd64-invalid-stack-middle.exp
7288 * gdb.arch/amd64-invalid-stack-top.exp
7289 * gdb.arch/amd64-optimout-repeat.exp
7290 * gdb.arch/amd64-prologue-skip.exp
7291 * gdb.arch/amd64-prologue-xmm.exp
7292 * gdb.arch/amd64-stap-special-operands.exp
7293 * gdb.arch/amd64-stap-wrong-subexp.exp
7294 * gdb.arch/amd64-tailcall-cxx.exp
7295 * gdb.arch/amd64-tailcall-noret.exp
7296 * gdb.arch/amd64-tailcall-ret.exp
7297 * gdb.arch/amd64-tailcall-self.exp
7298 * gdb.arch/amd64-word.exp
7299 * gdb.arch/arm-bl-branch-dest.exp
7300 * gdb.arch/arm-disp-step.exp
7301 * gdb.arch/arm-neon.exp
7302 * gdb.arch/arm-single-step-kernel-helper.exp
7303 * gdb.arch/avr-flash-qualifier.exp
7304 * gdb.arch/disp-step-insn-reloc.exp
7305 * gdb.arch/e500-abi.exp
7306 * gdb.arch/e500-regs.exp
7307 * gdb.arch/ftrace-insn-reloc.exp
7308 * gdb.arch/i386-avx512.exp
7309 * gdb.arch/i386-bp_permanent.exp
7310 * gdb.arch/i386-byte.exp
7311 * gdb.arch/i386-cfi-notcurrent.exp
7312 * gdb.arch/i386-disp-step.exp
7313 * gdb.arch/i386-dr3-watch.exp
7314 * gdb.arch/i386-float.exp
7315 * gdb.arch/i386-gnu-cfi.exp
7316 * gdb.arch/i386-mpx-map.exp
7317 * gdb.arch/i386-mpx-sigsegv.exp
7318 * gdb.arch/i386-mpx-simple_segv.exp
7319 * gdb.arch/i386-mpx.exp
7320 * gdb.arch/i386-permbkpt.exp
7321 * gdb.arch/i386-prologue.exp
7322 * gdb.arch/i386-signal.exp
7323 * gdb.arch/i386-size-overlap.exp
7324 * gdb.arch/i386-unwind.exp
7325 * gdb.arch/i386-word.exp
7326 * gdb.arch/mips-fcr.exp
7327 * gdb.arch/powerpc-d128-regs.exp
7328 * gdb.arch/powerpc-stackless.exp
7329 * gdb.arch/ppc64-atomic-inst.exp
7330 * gdb.arch/s390-stackless.exp
7331 * gdb.arch/s390-tdbregs.exp
7332 * gdb.arch/s390-vregs.exp
7333 * gdb.arch/sparc-sysstep.exp
7334 * gdb.arch/thumb-bx-pc.exp
7335 * gdb.arch/thumb-singlestep.exp
7336 * gdb.arch/thumb2-it.exp
7337 * gdb.arch/vsx-regs.exp
7338 * gdb.asm/asm-source.exp
7339 * gdb.base/a2-run.exp
7340 * gdb.base/advance.exp
7341 * gdb.base/all-bin.exp
7342 * gdb.base/anon.exp
7343 * gdb.base/args.exp
7344 * gdb.base/arithmet.exp
7345 * gdb.base/async-shell.exp
7346 * gdb.base/async.exp
7347 * gdb.base/attach-pie-noexec.exp
7348 * gdb.base/attach-twice.exp
7349 * gdb.base/auto-load.exp
7350 * gdb.base/bang.exp
7351 * gdb.base/bitfields.exp
7352 * gdb.base/break-always.exp
7353 * gdb.base/break-caller-line.exp
7354 * gdb.base/break-entry.exp
7355 * gdb.base/break-inline.exp
7356 * gdb.base/break-on-linker-gcd-function.exp
7357 * gdb.base/break-probes.exp
7358 * gdb.base/break.exp
7359 * gdb.base/breakpoint-shadow.exp
7360 * gdb.base/call-ar-st.exp
7361 * gdb.base/call-sc.exp
7362 * gdb.base/call-signal-resume.exp
7363 * gdb.base/call-strs.exp
7364 * gdb.base/callfuncs.exp
7365 * gdb.base/catch-fork-static.exp
7366 * gdb.base/catch-gdb-caused-signals.exp
7367 * gdb.base/catch-load.exp
7368 * gdb.base/catch-signal-fork.exp
7369 * gdb.base/catch-signal.exp
7370 * gdb.base/catch-syscall.exp
7371 * gdb.base/charset.exp
7372 * gdb.base/checkpoint.exp
7373 * gdb.base/chng-syms.exp
7374 * gdb.base/code-expr.exp
7375 * gdb.base/code_elim.exp
7376 * gdb.base/commands.exp
7377 * gdb.base/completion.exp
7378 * gdb.base/complex.exp
7379 * gdb.base/cond-expr.exp
7380 * gdb.base/condbreak.exp
7381 * gdb.base/consecutive.exp
7382 * gdb.base/continue-all-already-running.exp
7383 * gdb.base/coredump-filter.exp
7384 * gdb.base/corefile.exp
7385 * gdb.base/dbx.exp
7386 * gdb.base/debug-expr.exp
7387 * gdb.base/define.exp
7388 * gdb.base/del.exp
7389 * gdb.base/disabled-location.exp
7390 * gdb.base/disasm-end-cu.exp
7391 * gdb.base/disasm-optim.exp
7392 * gdb.base/display.exp
7393 * gdb.base/duplicate-bp.exp
7394 * gdb.base/ena-dis-br.exp
7395 * gdb.base/ending-run.exp
7396 * gdb.base/enumval.exp
7397 * gdb.base/environ.exp
7398 * gdb.base/eu-strip-infcall.exp
7399 * gdb.base/eval-avoid-side-effects.exp
7400 * gdb.base/eval-skip.exp
7401 * gdb.base/exitsignal.exp
7402 * gdb.base/expand-psymtabs.exp
7403 * gdb.base/filesym.exp
7404 * gdb.base/find-unmapped.exp
7405 * gdb.base/finish.exp
7406 * gdb.base/float.exp
7407 * gdb.base/foll-exec-mode.exp
7408 * gdb.base/foll-exec.exp
7409 * gdb.base/foll-fork.exp
7410 * gdb.base/fortran-sym-case.exp
7411 * gdb.base/freebpcmd.exp
7412 * gdb.base/func-ptr.exp
7413 * gdb.base/func-ptrs.exp
7414 * gdb.base/funcargs.exp
7415 * gdb.base/gcore-buffer-overflow.exp
7416 * gdb.base/gcore-relro-pie.exp
7417 * gdb.base/gcore-relro.exp
7418 * gdb.base/gcore.exp
7419 * gdb.base/gdb1090.exp
7420 * gdb.base/gdb11530.exp
7421 * gdb.base/gdb11531.exp
7422 * gdb.base/gdb1821.exp
7423 * gdb.base/gdbindex-stabs.exp
7424 * gdb.base/gdbvars.exp
7425 * gdb.base/hbreak.exp
7426 * gdb.base/hbreak2.exp
7427 * gdb.base/included.exp
7428 * gdb.base/infcall-input.exp
7429 * gdb.base/inferior-died.exp
7430 * gdb.base/infnan.exp
7431 * gdb.base/info-macros.exp
7432 * gdb.base/info-os.exp
7433 * gdb.base/info-proc.exp
7434 * gdb.base/info-shared.exp
7435 * gdb.base/info-target.exp
7436 * gdb.base/infoline.exp
7437 * gdb.base/interp.exp
7438 * gdb.base/interrupt.exp
7439 * gdb.base/jit-reader.exp
7440 * gdb.base/jit-simple.exp
7441 * gdb.base/kill-after-signal.exp
7442 * gdb.base/kill-detach-inferiors-cmd.exp
7443 * gdb.base/label.exp
7444 * gdb.base/langs.exp
7445 * gdb.base/ldbl_e308.exp
7446 * gdb.base/line-symtabs.exp
7447 * gdb.base/linespecs.exp
7448 * gdb.base/list.exp
7449 * gdb.base/long_long.exp
7450 * gdb.base/longest-types.exp
7451 * gdb.base/maint.exp
7452 * gdb.base/max-value-size.exp
7453 * gdb.base/memattr.exp
7454 * gdb.base/mips_pro.exp
7455 * gdb.base/morestack.exp
7456 * gdb.base/moribund-step.exp
7457 * gdb.base/multi-forks.exp
7458 * gdb.base/nested-addr.exp
7459 * gdb.base/nextoverexit.exp
7460 * gdb.base/noreturn-finish.exp
7461 * gdb.base/noreturn-return.exp
7462 * gdb.base/nostdlib.exp
7463 * gdb.base/offsets.exp
7464 * gdb.base/opaque.exp
7465 * gdb.base/pc-fp.exp
7466 * gdb.base/permissions.exp
7467 * gdb.base/print-symbol-loading.exp
7468 * gdb.base/prologue-include.exp
7469 * gdb.base/psymtab.exp
7470 * gdb.base/ptype.exp
7471 * gdb.base/random-signal.exp
7472 * gdb.base/randomize.exp
7473 * gdb.base/range-stepping.exp
7474 * gdb.base/readline-ask.exp
7475 * gdb.base/recpar.exp
7476 * gdb.base/recurse.exp
7477 * gdb.base/relational.exp
7478 * gdb.base/restore.exp
7479 * gdb.base/return-nodebug.exp
7480 * gdb.base/return.exp
7481 * gdb.base/run-after-attach.exp
7482 * gdb.base/save-bp.exp
7483 * gdb.base/scope.exp
7484 * gdb.base/sect-cmd.exp
7485 * gdb.base/set-lang-auto.exp
7486 * gdb.base/set-noassign.exp
7487 * gdb.base/setvar.exp
7488 * gdb.base/sigall.exp
7489 * gdb.base/sigbpt.exp
7490 * gdb.base/siginfo-addr.exp
7491 * gdb.base/siginfo-infcall.exp
7492 * gdb.base/siginfo-obj.exp
7493 * gdb.base/siginfo.exp
7494 * gdb.base/signals-state-child.exp
7495 * gdb.base/signest.exp
7496 * gdb.base/sigstep.exp
7497 * gdb.base/sizeof.exp
7498 * gdb.base/skip.exp
7499 * gdb.base/solib-corrupted.exp
7500 * gdb.base/solib-nodir.exp
7501 * gdb.base/solib-search.exp
7502 * gdb.base/stack-checking.exp
7503 * gdb.base/stale-infcall.exp
7504 * gdb.base/stap-probe.exp
7505 * gdb.base/start.exp
7506 * gdb.base/step-break.exp
7507 * gdb.base/step-bt.exp
7508 * gdb.base/step-line.exp
7509 * gdb.base/step-over-exit.exp
7510 * gdb.base/step-over-syscall.exp
7511 * gdb.base/step-resume-infcall.exp
7512 * gdb.base/step-test.exp
7513 * gdb.base/store.exp
7514 * gdb.base/structs3.exp
7515 * gdb.base/sym-file.exp
7516 * gdb.base/symbol-without-target_section.exp
7517 * gdb.base/term.exp
7518 * gdb.base/testenv.exp
7519 * gdb.base/ui-redirect.exp
7520 * gdb.base/until.exp
7521 * gdb.base/unwindonsignal.exp
7522 * gdb.base/value-double-free.exp
7523 * gdb.base/vla-datatypes.exp
7524 * gdb.base/vla-ptr.exp
7525 * gdb.base/vla-sideeffect.exp
7526 * gdb.base/volatile.exp
7527 * gdb.base/watch-cond-infcall.exp
7528 * gdb.base/watch-cond.exp
7529 * gdb.base/watch-non-mem.exp
7530 * gdb.base/watch-read.exp
7531 * gdb.base/watch-vfork.exp
7532 * gdb.base/watchpoint-cond-gone.exp
7533 * gdb.base/watchpoint-delete.exp
7534 * gdb.base/watchpoint-hw-hit-once.exp
7535 * gdb.base/watchpoint-hw.exp
7536 * gdb.base/watchpoint-stops-at-right-insn.exp
7537 * gdb.base/watchpoints.exp
7538 * gdb.base/wchar.exp
7539 * gdb.base/whatis-exp.exp
7540 * gdb.btrace/buffer-size.exp
7541 * gdb.btrace/data.exp
7542 * gdb.btrace/delta.exp
7543 * gdb.btrace/dlopen.exp
7544 * gdb.btrace/enable.exp
7545 * gdb.btrace/exception.exp
7546 * gdb.btrace/function_call_history.exp
7547 * gdb.btrace/gcore.exp
7548 * gdb.btrace/instruction_history.exp
7549 * gdb.btrace/nohist.exp
7550 * gdb.btrace/reconnect.exp
7551 * gdb.btrace/record_goto-step.exp
7552 * gdb.btrace/record_goto.exp
7553 * gdb.btrace/rn-dl-bind.exp
7554 * gdb.btrace/segv.exp
7555 * gdb.btrace/step.exp
7556 * gdb.btrace/stepi.exp
7557 * gdb.btrace/tailcall-only.exp
7558 * gdb.btrace/tailcall.exp
7559 * gdb.btrace/tsx.exp
7560 * gdb.btrace/unknown_functions.exp
7561 * gdb.btrace/vdso.exp
7562 * gdb.compile/compile-ifunc.exp
7563 * gdb.compile/compile-ops.exp
7564 * gdb.compile/compile-print.exp
7565 * gdb.compile/compile-setjmp.exp
7566 * gdb.cp/abstract-origin.exp
7567 * gdb.cp/ambiguous.exp
7568 * gdb.cp/annota2.exp
7569 * gdb.cp/annota3.exp
7570 * gdb.cp/anon-ns.exp
7571 * gdb.cp/anon-struct.exp
7572 * gdb.cp/anon-union.exp
7573 * gdb.cp/arg-reference.exp
7574 * gdb.cp/baseenum.exp
7575 * gdb.cp/bool.exp
7576 * gdb.cp/breakpoint.exp
7577 * gdb.cp/bs15503.exp
7578 * gdb.cp/call-c.exp
7579 * gdb.cp/casts.exp
7580 * gdb.cp/chained-calls.exp
7581 * gdb.cp/class2.exp
7582 * gdb.cp/classes.exp
7583 * gdb.cp/cmpd-minsyms.exp
7584 * gdb.cp/converts.exp
7585 * gdb.cp/cp-relocate.exp
7586 * gdb.cp/cpcompletion.exp
7587 * gdb.cp/cpexprs.exp
7588 * gdb.cp/cplabel.exp
7589 * gdb.cp/cplusfuncs.exp
7590 * gdb.cp/cpsizeof.exp
7591 * gdb.cp/ctti.exp
7592 * gdb.cp/derivation.exp
7593 * gdb.cp/destrprint.exp
7594 * gdb.cp/dispcxx.exp
7595 * gdb.cp/enum-class.exp
7596 * gdb.cp/exception.exp
7597 * gdb.cp/exceptprint.exp
7598 * gdb.cp/expand-psymtabs-cxx.exp
7599 * gdb.cp/expand-sals.exp
7600 * gdb.cp/extern-c.exp
7601 * gdb.cp/filename.exp
7602 * gdb.cp/formatted-ref.exp
7603 * gdb.cp/fpointer.exp
7604 * gdb.cp/gdb1355.exp
7605 * gdb.cp/gdb2495.exp
7606 * gdb.cp/hang.exp
7607 * gdb.cp/impl-this.exp
7608 * gdb.cp/infcall-dlopen.exp
7609 * gdb.cp/inherit.exp
7610 * gdb.cp/iostream.exp
7611 * gdb.cp/koenig.exp
7612 * gdb.cp/local.exp
7613 * gdb.cp/m-data.exp
7614 * gdb.cp/m-static.exp
7615 * gdb.cp/mb-ctor.exp
7616 * gdb.cp/mb-inline.exp
7617 * gdb.cp/mb-templates.exp
7618 * gdb.cp/member-name.exp
7619 * gdb.cp/member-ptr.exp
7620 * gdb.cp/meth-typedefs.exp
7621 * gdb.cp/method.exp
7622 * gdb.cp/method2.exp
7623 * gdb.cp/minsym-fallback.exp
7624 * gdb.cp/misc.exp
7625 * gdb.cp/namelessclass.exp
7626 * gdb.cp/namespace-enum.exp
7627 * gdb.cp/namespace-nested-import.exp
7628 * gdb.cp/namespace.exp
7629 * gdb.cp/nextoverthrow.exp
7630 * gdb.cp/no-dmgl-verbose.exp
7631 * gdb.cp/non-trivial-retval.exp
7632 * gdb.cp/noparam.exp
7633 * gdb.cp/nsdecl.exp
7634 * gdb.cp/nsimport.exp
7635 * gdb.cp/nsnested.exp
7636 * gdb.cp/nsnoimports.exp
7637 * gdb.cp/nsrecurs.exp
7638 * gdb.cp/nsstress.exp
7639 * gdb.cp/nsusing.exp
7640 * gdb.cp/operator.exp
7641 * gdb.cp/oranking.exp
7642 * gdb.cp/overload-const.exp
7643 * gdb.cp/overload.exp
7644 * gdb.cp/ovldbreak.exp
7645 * gdb.cp/ovsrch.exp
7646 * gdb.cp/paren-type.exp
7647 * gdb.cp/parse-lang.exp
7648 * gdb.cp/pass-by-ref.exp
7649 * gdb.cp/pr-1023.exp
7650 * gdb.cp/pr-1210.exp
7651 * gdb.cp/pr-574.exp
7652 * gdb.cp/pr10687.exp
7653 * gdb.cp/pr12028.exp
7654 * gdb.cp/pr17132.exp
7655 * gdb.cp/pr17494.exp
7656 * gdb.cp/pr9067.exp
7657 * gdb.cp/pr9167.exp
7658 * gdb.cp/pr9631.exp
7659 * gdb.cp/printmethod.exp
7660 * gdb.cp/psmang.exp
7661 * gdb.cp/psymtab-parameter.exp
7662 * gdb.cp/ptype-cv-cp.exp
7663 * gdb.cp/ptype-flags.exp
7664 * gdb.cp/re-set-overloaded.exp
7665 * gdb.cp/ref-types.exp
7666 * gdb.cp/rtti.exp
7667 * gdb.cp/scope-err.exp
7668 * gdb.cp/shadow.exp
7669 * gdb.cp/smartp.exp
7670 * gdb.cp/static-method.exp
7671 * gdb.cp/static-print-quit.exp
7672 * gdb.cp/temargs.exp
7673 * gdb.cp/templates.exp
7674 * gdb.cp/try_catch.exp
7675 * gdb.cp/typedef-operator.exp
7676 * gdb.cp/typeid.exp
7677 * gdb.cp/userdef.exp
7678 * gdb.cp/using-crash.exp
7679 * gdb.cp/var-tag.exp
7680 * gdb.cp/virtbase.exp
7681 * gdb.cp/virtfunc.exp
7682 * gdb.cp/virtfunc2.exp
7683 * gdb.cp/vla-cxx.exp
7684 * gdb.disasm/t01_mov.exp
7685 * gdb.disasm/t02_mova.exp
7686 * gdb.disasm/t03_add.exp
7687 * gdb.disasm/t04_sub.exp
7688 * gdb.disasm/t05_cmp.exp
7689 * gdb.disasm/t06_ari2.exp
7690 * gdb.disasm/t07_ari3.exp
7691 * gdb.disasm/t08_or.exp
7692 * gdb.disasm/t09_xor.exp
7693 * gdb.disasm/t10_and.exp
7694 * gdb.disasm/t11_logs.exp
7695 * gdb.disasm/t12_bit.exp
7696 * gdb.disasm/t13_otr.exp
7697 * gdb.dlang/circular.exp
7698 * gdb.dwarf2/arr-stride.exp
7699 * gdb.dwarf2/arr-subrange.exp
7700 * gdb.dwarf2/atomic-type.exp
7701 * gdb.dwarf2/bad-regnum.exp
7702 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7703 * gdb.dwarf2/callframecfa.exp
7704 * gdb.dwarf2/clztest.exp
7705 * gdb.dwarf2/corrupt.exp
7706 * gdb.dwarf2/data-loc.exp
7707 * gdb.dwarf2/dup-psym.exp
7708 * gdb.dwarf2/dw2-anon-mptr.exp
7709 * gdb.dwarf2/dw2-anonymous-func.exp
7710 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7711 * gdb.dwarf2/dw2-bad-unresolved.exp
7712 * gdb.dwarf2/dw2-basic.exp
7713 * gdb.dwarf2/dw2-canonicalize-type.exp
7714 * gdb.dwarf2/dw2-case-insensitive.exp
7715 * gdb.dwarf2/dw2-common-block.exp
7716 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7717 * gdb.dwarf2/dw2-compressed.exp
7718 * gdb.dwarf2/dw2-const.exp
7719 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7720 * gdb.dwarf2/dw2-cu-size.exp
7721 * gdb.dwarf2/dw2-dup-frame.exp
7722 * gdb.dwarf2/dw2-entry-value.exp
7723 * gdb.dwarf2/dw2-icycle.exp
7724 * gdb.dwarf2/dw2-ifort-parameter.exp
7725 * gdb.dwarf2/dw2-inline-break.exp
7726 * gdb.dwarf2/dw2-inline-param.exp
7727 * gdb.dwarf2/dw2-intercu.exp
7728 * gdb.dwarf2/dw2-intermix.exp
7729 * gdb.dwarf2/dw2-lexical-block-bare.exp
7730 * gdb.dwarf2/dw2-linkage-name-trust.exp
7731 * gdb.dwarf2/dw2-minsym-in-cu.exp
7732 * gdb.dwarf2/dw2-noloc.exp
7733 * gdb.dwarf2/dw2-op-call.exp
7734 * gdb.dwarf2/dw2-op-out-param.exp
7735 * gdb.dwarf2/dw2-opt-structptr.exp
7736 * gdb.dwarf2/dw2-param-error.exp
7737 * gdb.dwarf2/dw2-producer.exp
7738 * gdb.dwarf2/dw2-ranges-base.exp
7739 * gdb.dwarf2/dw2-ref-missing-frame.exp
7740 * gdb.dwarf2/dw2-reg-undefined.exp
7741 * gdb.dwarf2/dw2-regno-invalid.exp
7742 * gdb.dwarf2/dw2-restore.exp
7743 * gdb.dwarf2/dw2-restrict.exp
7744 * gdb.dwarf2/dw2-single-line-discriminators.exp
7745 * gdb.dwarf2/dw2-strp.exp
7746 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7747 * gdb.dwarf2/dw2-unresolved.exp
7748 * gdb.dwarf2/dw2-var-zero-addr.exp
7749 * gdb.dwarf2/dw4-sig-types.exp
7750 * gdb.dwarf2/dwz.exp
7751 * gdb.dwarf2/dynarr-ptr.exp
7752 * gdb.dwarf2/enum-type.exp
7753 * gdb.dwarf2/gdb-index.exp
7754 * gdb.dwarf2/implptr-64bit.exp
7755 * gdb.dwarf2/implptr-optimized-out.exp
7756 * gdb.dwarf2/implptr.exp
7757 * gdb.dwarf2/implref-array.exp
7758 * gdb.dwarf2/implref-const.exp
7759 * gdb.dwarf2/implref-global.exp
7760 * gdb.dwarf2/implref-struct.exp
7761 * gdb.dwarf2/mac-fileno.exp
7762 * gdb.dwarf2/main-subprogram.exp
7763 * gdb.dwarf2/member-ptr-forwardref.exp
7764 * gdb.dwarf2/method-ptr.exp
7765 * gdb.dwarf2/missing-sig-type.exp
7766 * gdb.dwarf2/nonvar-access.exp
7767 * gdb.dwarf2/opaque-type-lookup.exp
7768 * gdb.dwarf2/pieces-optimized-out.exp
7769 * gdb.dwarf2/pieces.exp
7770 * gdb.dwarf2/pr10770.exp
7771 * gdb.dwarf2/pr13961.exp
7772 * gdb.dwarf2/staticvirtual.exp
7773 * gdb.dwarf2/subrange.exp
7774 * gdb.dwarf2/symtab-producer.exp
7775 * gdb.dwarf2/trace-crash.exp
7776 * gdb.dwarf2/typeddwarf.exp
7777 * gdb.dwarf2/valop.exp
7778 * gdb.dwarf2/watch-notconst.exp
7779 * gdb.fortran/array-element.exp
7780 * gdb.fortran/charset.exp
7781 * gdb.fortran/common-block.exp
7782 * gdb.fortran/complex.exp
7783 * gdb.fortran/derived-type-function.exp
7784 * gdb.fortran/derived-type.exp
7785 * gdb.fortran/logical.exp
7786 * gdb.fortran/module.exp
7787 * gdb.fortran/multi-dim.exp
7788 * gdb.fortran/nested-funcs.exp
7789 * gdb.fortran/print-formatted.exp
7790 * gdb.fortran/subarray.exp
7791 * gdb.fortran/vla-alloc-assoc.exp
7792 * gdb.fortran/vla-datatypes.exp
7793 * gdb.fortran/vla-history.exp
7794 * gdb.fortran/vla-ptr-info.exp
7795 * gdb.fortran/vla-ptype-sub.exp
7796 * gdb.fortran/vla-ptype.exp
7797 * gdb.fortran/vla-sizeof.exp
7798 * gdb.fortran/vla-type.exp
7799 * gdb.fortran/vla-value-sub-arbitrary.exp
7800 * gdb.fortran/vla-value-sub-finish.exp
7801 * gdb.fortran/vla-value-sub.exp
7802 * gdb.fortran/vla-value.exp
7803 * gdb.fortran/whatis_type.exp
7804 * gdb.go/chan.exp
7805 * gdb.go/handcall.exp
7806 * gdb.go/hello.exp
7807 * gdb.go/integers.exp
7808 * gdb.go/methods.exp
7809 * gdb.go/package.exp
7810 * gdb.go/strings.exp
7811 * gdb.go/types.exp
7812 * gdb.go/unsafe.exp
7813 * gdb.guile/scm-arch.exp
7814 * gdb.guile/scm-block.exp
7815 * gdb.guile/scm-breakpoint.exp
7816 * gdb.guile/scm-cmd.exp
7817 * gdb.guile/scm-disasm.exp
7818 * gdb.guile/scm-equal.exp
7819 * gdb.guile/scm-frame-args.exp
7820 * gdb.guile/scm-frame-inline.exp
7821 * gdb.guile/scm-frame.exp
7822 * gdb.guile/scm-iterator.exp
7823 * gdb.guile/scm-math.exp
7824 * gdb.guile/scm-objfile.exp
7825 * gdb.guile/scm-ports.exp
7826 * gdb.guile/scm-symbol.exp
7827 * gdb.guile/scm-symtab.exp
7828 * gdb.guile/scm-value-cc.exp
7829 * gdb.guile/types-module.exp
7830 * gdb.linespec/break-ask.exp
7831 * gdb.linespec/cpexplicit.exp
7832 * gdb.linespec/explicit.exp
7833 * gdb.linespec/keywords.exp
7834 * gdb.linespec/linespec.exp
7835 * gdb.linespec/ls-dollar.exp
7836 * gdb.linespec/ls-errs.exp
7837 * gdb.linespec/skip-two.exp
7838 * gdb.linespec/thread.exp
7839 * gdb.mi/mi-async.exp
7840 * gdb.mi/mi-basics.exp
7841 * gdb.mi/mi-break.exp
7842 * gdb.mi/mi-catch-load.exp
7843 * gdb.mi/mi-cli.exp
7844 * gdb.mi/mi-cmd-param-changed.exp
7845 * gdb.mi/mi-console.exp
7846 * gdb.mi/mi-detach.exp
7847 * gdb.mi/mi-disassemble.exp
7848 * gdb.mi/mi-eval.exp
7849 * gdb.mi/mi-file-transfer.exp
7850 * gdb.mi/mi-file.exp
7851 * gdb.mi/mi-fill-memory.exp
7852 * gdb.mi/mi-inheritance-syntax-error.exp
7853 * gdb.mi/mi-linespec-err-cp.exp
7854 * gdb.mi/mi-logging.exp
7855 * gdb.mi/mi-memory-changed.exp
7856 * gdb.mi/mi-read-memory.exp
7857 * gdb.mi/mi-record-changed.exp
7858 * gdb.mi/mi-reg-undefined.exp
7859 * gdb.mi/mi-regs.exp
7860 * gdb.mi/mi-return.exp
7861 * gdb.mi/mi-reverse.exp
7862 * gdb.mi/mi-simplerun.exp
7863 * gdb.mi/mi-solib.exp
7864 * gdb.mi/mi-stack.exp
7865 * gdb.mi/mi-stepi.exp
7866 * gdb.mi/mi-syn-frame.exp
7867 * gdb.mi/mi-until.exp
7868 * gdb.mi/mi-var-block.exp
7869 * gdb.mi/mi-var-child.exp
7870 * gdb.mi/mi-var-cmd.exp
7871 * gdb.mi/mi-var-cp.exp
7872 * gdb.mi/mi-var-display.exp
7873 * gdb.mi/mi-var-invalidate.exp
7874 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7875 * gdb.mi/mi-vla-fortran.exp
7876 * gdb.mi/mi-watch.exp
7877 * gdb.mi/mi2-var-child.exp
7878 * gdb.mi/user-selected-context-sync.exp
7879 * gdb.modula2/unbounded-array.exp
7880 * gdb.multi/dummy-frame-restore.exp
7881 * gdb.multi/multi-arch-exec.exp
7882 * gdb.multi/multi-arch.exp
7883 * gdb.multi/tids.exp
7884 * gdb.multi/watchpoint-multi.exp
7885 * gdb.opencl/callfuncs.exp
7886 * gdb.opencl/convs_casts.exp
7887 * gdb.opencl/datatypes.exp
7888 * gdb.opencl/operators.exp
7889 * gdb.opencl/vec_comps.exp
7890 * gdb.opt/clobbered-registers-O2.exp
7891 * gdb.opt/inline-break.exp
7892 * gdb.opt/inline-bt.exp
7893 * gdb.opt/inline-cmds.exp
7894 * gdb.opt/inline-locals.exp
7895 * gdb.pascal/case-insensitive-symbols.exp
7896 * gdb.pascal/floats.exp
7897 * gdb.pascal/gdb11492.exp
7898 * gdb.python/lib-types.exp
7899 * gdb.python/py-arch.exp
7900 * gdb.python/py-as-string.exp
7901 * gdb.python/py-bad-printers.exp
7902 * gdb.python/py-block.exp
7903 * gdb.python/py-breakpoint-create-fail.exp
7904 * gdb.python/py-breakpoint.exp
7905 * gdb.python/py-caller-is.exp
7906 * gdb.python/py-cmd.exp
7907 * gdb.python/py-explore-cc.exp
7908 * gdb.python/py-explore.exp
7909 * gdb.python/py-finish-breakpoint.exp
7910 * gdb.python/py-finish-breakpoint2.exp
7911 * gdb.python/py-frame-args.exp
7912 * gdb.python/py-frame-inline.exp
7913 * gdb.python/py-frame.exp
7914 * gdb.python/py-framefilter-mi.exp
7915 * gdb.python/py-infthread.exp
7916 * gdb.python/py-lazy-string.exp
7917 * gdb.python/py-linetable.exp
7918 * gdb.python/py-mi-events.exp
7919 * gdb.python/py-mi-objfile.exp
7920 * gdb.python/py-mi.exp
7921 * gdb.python/py-objfile.exp
7922 * gdb.python/py-pp-integral.exp
7923 * gdb.python/py-pp-maint.exp
7924 * gdb.python/py-pp-re-notag.exp
7925 * gdb.python/py-pp-registration.exp
7926 * gdb.python/py-recurse-unwind.exp
7927 * gdb.python/py-strfns.exp
7928 * gdb.python/py-symbol.exp
7929 * gdb.python/py-symtab.exp
7930 * gdb.python/py-sync-interp.exp
7931 * gdb.python/py-typeprint.exp
7932 * gdb.python/py-unwind-maint.exp
7933 * gdb.python/py-unwind.exp
7934 * gdb.python/py-value-cc.exp
7935 * gdb.python/py-xmethods.exp
7936 * gdb.reverse/amd64-tailcall-reverse.exp
7937 * gdb.reverse/break-precsave.exp
7938 * gdb.reverse/break-reverse.exp
7939 * gdb.reverse/consecutive-precsave.exp
7940 * gdb.reverse/consecutive-reverse.exp
7941 * gdb.reverse/finish-precsave.exp
7942 * gdb.reverse/finish-reverse-bkpt.exp
7943 * gdb.reverse/finish-reverse.exp
7944 * gdb.reverse/fstatat-reverse.exp
7945 * gdb.reverse/getresuid-reverse.exp
7946 * gdb.reverse/i386-precsave.exp
7947 * gdb.reverse/i386-reverse.exp
7948 * gdb.reverse/i386-sse-reverse.exp
7949 * gdb.reverse/i387-env-reverse.exp
7950 * gdb.reverse/i387-stack-reverse.exp
7951 * gdb.reverse/insn-reverse.exp
7952 * gdb.reverse/machinestate-precsave.exp
7953 * gdb.reverse/machinestate.exp
7954 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7955 * gdb.reverse/pipe-reverse.exp
7956 * gdb.reverse/readv-reverse.exp
7957 * gdb.reverse/recvmsg-reverse.exp
7958 * gdb.reverse/rerun-prec.exp
7959 * gdb.reverse/s390-mvcle.exp
7960 * gdb.reverse/step-precsave.exp
7961 * gdb.reverse/step-reverse.exp
7962 * gdb.reverse/time-reverse.exp
7963 * gdb.reverse/until-precsave.exp
7964 * gdb.reverse/until-reverse.exp
7965 * gdb.reverse/waitpid-reverse.exp
7966 * gdb.reverse/watch-precsave.exp
7967 * gdb.reverse/watch-reverse.exp
7968 * gdb.rust/generics.exp
7969 * gdb.rust/methods.exp
7970 * gdb.rust/modules.exp
7971 * gdb.rust/simple.exp
7972 * gdb.server/connect-with-no-symbol-file.exp
7973 * gdb.server/ext-attach.exp
7974 * gdb.server/ext-restart.exp
7975 * gdb.server/ext-wrapper.exp
7976 * gdb.server/file-transfer.exp
7977 * gdb.server/server-exec-info.exp
7978 * gdb.server/server-kill.exp
7979 * gdb.server/server-mon.exp
7980 * gdb.server/wrapper.exp
7981 * gdb.stabs/exclfwd.exp
7982 * gdb.stabs/gdb11479.exp
7983 * gdb.threads/clone-new-thread-event.exp
7984 * gdb.threads/corethreads.exp
7985 * gdb.threads/current-lwp-dead.exp
7986 * gdb.threads/dlopen-libpthread.exp
7987 * gdb.threads/gcore-thread.exp
7988 * gdb.threads/sigstep-threads.exp
7989 * gdb.threads/watchpoint-fork.exp
7990 * gdb.trace/actions-changed.exp
7991 * gdb.trace/backtrace.exp
7992 * gdb.trace/change-loc.exp
7993 * gdb.trace/circ.exp
7994 * gdb.trace/collection.exp
7995 * gdb.trace/disconnected-tracing.exp
7996 * gdb.trace/ftrace.exp
7997 * gdb.trace/mi-trace-frame-collected.exp
7998 * gdb.trace/mi-trace-unavailable.exp
7999 * gdb.trace/mi-traceframe-changed.exp
8000 * gdb.trace/mi-tsv-changed.exp
8001 * gdb.trace/no-attach-trace.exp
8002 * gdb.trace/passc-dyn.exp
8003 * gdb.trace/qtro.exp
8004 * gdb.trace/range-stepping.exp
8005 * gdb.trace/read-memory.exp
8006 * gdb.trace/save-trace.exp
8007 * gdb.trace/signal.exp
8008 * gdb.trace/status-stop.exp
8009 * gdb.trace/tfile.exp
8010 * gdb.trace/trace-break.exp
8011 * gdb.trace/trace-buffer-size.exp
8012 * gdb.trace/trace-condition.exp
8013 * gdb.trace/tracefile-pseudo-reg.exp
8014 * gdb.trace/tstatus.exp
8015 * gdb.trace/unavailable.exp
8016 * gdb.trace/while-dyn.exp
8017 * gdb.trace/while-stepping.exp
8018
34c41c68
DE
80192016-12-22 Doug Evans <xdje42@gmail.com>
8020
8021 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8022 and msymbols.
8023
16e69324
YQ
80242016-12-19 Yao Qi <yao.qi@linaro.org>
8025
8026 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8027 (test_with_self): Don't call do_steps_and_nexts, and remove
8028 code about stepping into xmalloc.
8029
f94f411b
YQ
80302016-12-09 Yao Qi <yao.qi@linaro.org>
8031
8032 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8033
80342016-12-09 Yao Qi <yao.qi@linaro.org>
8035
8036 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8037
f1b5deee
PA
80382016-12-09 Pedro Alves <palves@redhat.com>
8039
8040 * gdb.base/all-architectures-0.exp: New file.
8041 * gdb.base/all-architectures-1.exp: New file.
8042 * gdb.base/all-architectures-2.exp: New file.
8043 * gdb.base/all-architectures-3.exp: New file.
8044 * gdb.base/all-architectures-4.exp: New file.
8045 * gdb.base/all-architectures-5.exp: New file.
8046 * gdb.base/all-architectures-6.exp: New file.
8047 * gdb.base/all-architectures-7.exp: New file.
8048 * gdb.base/all-architectures.exp.in: New file.
8049
364ca42e
YQ
80502016-12-09 Yao Qi <yao.qi@linaro.org>
8051
8052 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8053
107c2d62
LM
80542016-12-02 Luis Machado <lgustavo@codesourcery.com>
8055
8056 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8057 possible.
8058 Remove useless pattern-matching code.
8059
df3ee9ca
PA
80602016-12-02 Pedro Alves <palves@redhat.com>
8061
8062 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8063 procedure.
8064 (top level): Call it.
8065
ec835369
PA
80662016-12-02 Pedro Alves <palves@redhat.com>
8067
8068 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8069 New procedure.
8070 (top level): Call it.
8071
01770bbd
PA
80722016-12-02 Pedro Alves <palves@redhat.com>
8073
8074 PR cli/20559
8075 * gdb.base/commands.exp (user_defined_command_args_eval): New
8076 procedure.
8077 (top level): Call it.
8078
008459ea
LM
80792016-12-02 Luis Machado <lgustavo@codesourcery.com>
8080
8081 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8082 timeout handling.
8083
0c1b455e
TT
80842016-12-02 Tom Tromey <tom@tromey.com>
8085
8086 * gdb.dwarf2/main-subprogram.c: New file.
8087 * gdb.dwarf2/main-subprogram.exp: New file.
8088
018572b8
LM
80892016-12-01 Luis Machado <lgustavo@codesourcery.com>
8090
8091 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8092 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8093 gdb_test_no_output for a couple of cases.
8094 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8095
84c93cd5
LM
80962016-12-01 Luis Machado <lgustavo@codesourcery.com>
8097
8098 Fix test names and standardize compilation error messages throughout
8099 the following files:
8100
8101 * gdb.ada/start.exp
8102 * gdb.arch/alpha-step.exp
8103 * gdb.arch/e500-prologue.exp
8104 * gdb.arch/ftrace-insn-reloc.exp
8105 * gdb.arch/gdb1291.exp
8106 * gdb.arch/gdb1431.exp
8107 * gdb.arch/gdb1558.exp
8108 * gdb.arch/i386-dr3-watch.exp
8109 * gdb.arch/i386-sse-stack-align.exp
8110 * gdb.arch/ia64-breakpoint-shadow.exp
8111 * gdb.arch/pa-nullify.exp
8112 * gdb.arch/powerpc-aix-prologue.exp
8113 * gdb.arch/thumb-bx-pc.exp
8114 * gdb.base/annota1.exp
8115 * gdb.base/annota3.exp
8116 * gdb.base/arrayidx.exp
8117 * gdb.base/assign.exp
8118 * gdb.base/attach.exp
8119 * gdb.base/auxv.exp
8120 * gdb.base/bang.exp
8121 * gdb.base/bfp-test.exp
8122 * gdb.base/bigcore.exp
8123 * gdb.base/bitfields2.exp
8124 * gdb.base/break-fun-addr.exp
8125 * gdb.base/break-probes.exp
8126 * gdb.base/call-rt-st.exp
8127 * gdb.base/callexit.exp
8128 * gdb.base/catch-fork-kill.exp
8129 * gdb.base/charset.exp
8130 * gdb.base/checkpoint.exp
8131 * gdb.base/comprdebug.exp
8132 * gdb.base/constvars.exp
8133 * gdb.base/coredump-filter.exp
8134 * gdb.base/cursal.exp
8135 * gdb.base/cvexpr.exp
8136 * gdb.base/detach.exp
8137 * gdb.base/display.exp
8138 * gdb.base/dmsym.exp
8139 * gdb.base/dprintf-pending.exp
8140 * gdb.base/dso2dso.exp
8141 * gdb.base/dtrace-probe.exp
8142 * gdb.base/dump.exp
8143 * gdb.base/enum_cond.exp
8144 * gdb.base/exe-lock.exp
8145 * gdb.base/exec-invalid-sysroot.exp
8146 * gdb.base/execl-update-breakpoints.exp
8147 * gdb.base/exprs.exp
8148 * gdb.base/fileio.exp
8149 * gdb.base/find.exp
8150 * gdb.base/finish.exp
8151 * gdb.base/fixsection.exp
8152 * gdb.base/foll-vfork.exp
8153 * gdb.base/frame-args.exp
8154 * gdb.base/gcore.exp
8155 * gdb.base/gdb1250.exp
8156 * gdb.base/global-var-nested-by-dso.exp
8157 * gdb.base/gnu-ifunc.exp
8158 * gdb.base/hashline1.exp
8159 * gdb.base/hashline2.exp
8160 * gdb.base/hashline3.exp
8161 * gdb.base/hbreak-in-shr-unsupported.exp
8162 * gdb.base/huge.exp
8163 * gdb.base/infcall-input.exp
8164 * gdb.base/info-fun.exp
8165 * gdb.base/info-shared.exp
8166 * gdb.base/jit-simple.exp
8167 * gdb.base/jit-so.exp
8168 * gdb.base/jit.exp
8169 * gdb.base/jump.exp
8170 * gdb.base/label.exp
8171 * gdb.base/lineinc.exp
8172 * gdb.base/logical.exp
8173 * gdb.base/longjmp.exp
8174 * gdb.base/macscp.exp
8175 * gdb.base/miscexprs.exp
8176 * gdb.base/new-ui-echo.exp
8177 * gdb.base/new-ui-pending-input.exp
8178 * gdb.base/new-ui.exp
8179 * gdb.base/nodebug.exp
8180 * gdb.base/nofield.exp
8181 * gdb.base/offsets.exp
8182 * gdb.base/overlays.exp
8183 * gdb.base/pending.exp
8184 * gdb.base/pointers.exp
8185 * gdb.base/pr11022.exp
8186 * gdb.base/printcmds.exp
8187 * gdb.base/prologue.exp
8188 * gdb.base/ptr-typedef.exp
8189 * gdb.base/realname-expand.exp
8190 * gdb.base/relativedebug.exp
8191 * gdb.base/relocate.exp
8192 * gdb.base/remote.exp
8193 * gdb.base/reread.exp
8194 * gdb.base/return2.exp
8195 * gdb.base/savedregs.exp
8196 * gdb.base/sep.exp
8197 * gdb.base/sepdebug.exp
8198 * gdb.base/sepsymtab.exp
8199 * gdb.base/set-inferior-tty.exp
8200 * gdb.base/setshow.exp
8201 * gdb.base/shlib-call.exp
8202 * gdb.base/sigaltstack.exp
8203 * gdb.base/siginfo-addr.exp
8204 * gdb.base/signals.exp
8205 * gdb.base/signull.exp
8206 * gdb.base/sigrepeat.exp
8207 * gdb.base/so-impl-ld.exp
8208 * gdb.base/solib-display.exp
8209 * gdb.base/solib-overlap.exp
8210 * gdb.base/solib-search.exp
8211 * gdb.base/solib-symbol.exp
8212 * gdb.base/structs.exp
8213 * gdb.base/structs2.exp
8214 * gdb.base/symtab-search-order.exp
8215 * gdb.base/twice.exp
8216 * gdb.base/unload.exp
8217 * gdb.base/varargs.exp
8218 * gdb.base/watchpoint-solib.exp
8219 * gdb.base/watchpoint.exp
8220 * gdb.base/whatis.exp
8221 * gdb.base/wrong_frame_bt_full.exp
8222 * gdb.btrace/dlopen.exp
8223 * gdb.cell/ea-standalone.exp
8224 * gdb.cell/ea-test.exp
8225 * gdb.cp/dispcxx.exp
8226 * gdb.cp/gdb2384.exp
8227 * gdb.cp/method2.exp
8228 * gdb.cp/nextoverthrow.exp
8229 * gdb.cp/pr10728.exp
8230 * gdb.disasm/am33.exp
8231 * gdb.disasm/h8300s.exp
8232 * gdb.disasm/mn10300.exp
8233 * gdb.disasm/sh3.exp
8234 * gdb.dwarf2/dw2-dir-file-name.exp
8235 * gdb.fortran/complex.exp
8236 * gdb.fortran/library-module.exp
8237 * gdb.guile/scm-pretty-print.exp
8238 * gdb.guile/scm-symbol.exp
8239 * gdb.guile/scm-type.exp
8240 * gdb.guile/scm-value.exp
8241 * gdb.linespec/linespec.exp
8242 * gdb.mi/gdb701.exp
8243 * gdb.mi/gdb792.exp
8244 * gdb.mi/mi-breakpoint-changed.exp
8245 * gdb.mi/mi-dprintf-pending.exp
8246 * gdb.mi/mi-dprintf.exp
8247 * gdb.mi/mi-exit-code.exp
8248 * gdb.mi/mi-pending.exp
8249 * gdb.mi/mi-solib.exp
8250 * gdb.mi/new-ui-mi-sync.exp
8251 * gdb.mi/pr11022.exp
8252 * gdb.mi/user-selected-context-sync.exp
8253 * gdb.opt/solib-intra-step.exp
8254 * gdb.python/py-events.exp
8255 * gdb.python/py-finish-breakpoint.exp
8256 * gdb.python/py-mi.exp
8257 * gdb.python/py-prettyprint.exp
8258 * gdb.python/py-shared.exp
8259 * gdb.python/py-symbol.exp
8260 * gdb.python/py-template.exp
8261 * gdb.python/py-type.exp
8262 * gdb.python/py-value.exp
8263 * gdb.reverse/solib-precsave.exp
8264 * gdb.reverse/solib-reverse.exp
8265 * gdb.server/solib-list.exp
8266 * gdb.stabs/weird.exp
8267 * gdb.threads/reconnect-signal.exp
8268 * gdb.threads/stepi-random-signal.exp
8269 * gdb.trace/actions.exp
8270 * gdb.trace/ax.exp
8271 * gdb.trace/backtrace.exp
8272 * gdb.trace/change-loc.exp
8273 * gdb.trace/deltrace.exp
8274 * gdb.trace/ftrace-lock.exp
8275 * gdb.trace/ftrace.exp
8276 * gdb.trace/infotrace.exp
8277 * gdb.trace/mi-tracepoint-changed.exp
8278 * gdb.trace/packetlen.exp
8279 * gdb.trace/passcount.exp
8280 * gdb.trace/pending.exp
8281 * gdb.trace/range-stepping.exp
8282 * gdb.trace/report.exp
8283 * gdb.trace/stap-trace.exp
8284 * gdb.trace/tfind.exp
8285 * gdb.trace/trace-break.exp
8286 * gdb.trace/trace-condition.exp
8287 * gdb.trace/trace-enable-disable.exp
8288 * gdb.trace/trace-mt.exp
8289 * gdb.trace/tracecmd.exp
8290 * gdb.trace/tspeed.exp
8291 * gdb.trace/tsv.exp
8292 * lib/perftest.exp
8293
fb9feb35
LM
82942016-12-01 Luis Machado <lgustavo@codesourcery.com>
8295
8296 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8297 with gdb_test_no_output.
8298 Use command as test name.
8299
cd2ddb6c
LM
83002016-12-01 Luis Machado <lgustavo@codesourcery.com>
8301
8302 Fix test names starting with uppercase throughout the files.
8303
8304 * gdb.ada/assign_1.exp
8305 * gdb.ada/boolean_expr.exp
8306 * gdb.base/arrayidx.exp
8307 * gdb.base/del.exp
8308 * gdb.base/gcore-buffer-overflow.exp
8309 * gdb.base/testenv.exp
8310 * gdb.compile/compile.exp
8311 * gdb.python/py-framefilter-invalidarg.exp
8312 * gdb.python/py-framefilter.exp
8313
bb95117e
LM
83142016-12-01 Luis Machado <lgustavo@codesourcery.com>
8315
8316 Fix test names starting with uppercase throughout the files.
8317
8318 * gdb.ada/array_return.exp
8319 * gdb.ada/expr_delims.exp
8320 * gdb.ada/mi_dyn_arr.exp
8321 * gdb.ada/mi_interface.exp
8322 * gdb.ada/mi_var_array.exp
8323 * gdb.ada/watch_arg.exp
8324 * gdb.arch/alpha-step.exp
8325 * gdb.arch/altivec-regs.exp
8326 * gdb.arch/e500-regs.exp
8327 * gdb.arch/powerpc-d128-regs.exp
8328 * gdb.base/arrayidx.exp
8329 * gdb.base/break.exp
8330 * gdb.base/checkpoint.exp
8331 * gdb.base/debug-expr.exp
8332 * gdb.base/dmsym.exp
8333 * gdb.base/radix.exp
8334 * gdb.base/sepdebug.exp
8335 * gdb.base/testenv.exp
8336 * gdb.base/watch_thread_num.exp
8337 * gdb.base/watchpoint-cond-gone.exp
8338 * gdb.cell/break.exp
8339 * gdb.cell/ea-cache.exp
8340 * gdb.compile/compile.exp
8341 * gdb.cp/gdb2495.exp
8342 * gdb.gdb/selftest.exp
8343 * gdb.gdb/xfullpath.exp
8344 * gdb.go/hello.exp
8345 * gdb.go/integers.exp
8346 * gdb.objc/basicclass.exp
8347 * gdb.pascal/hello.exp
8348 * gdb.pascal/integers.exp
8349 * gdb.python/py-breakpoint.exp
8350 * gdb.python/py-cmd.exp
8351 * gdb.python/py-linetable.exp
8352 * gdb.python/py-xmethods.exp
8353 * gdb.python/python.exp
8354 * gdb.reverse/consecutive-precsave.exp
8355 * gdb.reverse/finish-precsave.exp
8356 * gdb.reverse/i386-precsave.exp
8357 * gdb.reverse/machinestate-precsave.exp
8358 * gdb.reverse/sigall-precsave.exp
8359 * gdb.reverse/solib-precsave.exp
8360 * gdb.reverse/step-precsave.exp
8361 * gdb.reverse/until-precsave.exp
8362 * gdb.reverse/watch-precsave.exp
8363 * gdb.threads/leader-exit.exp
8364 * gdb.threads/pthreads.exp
8365 * gdb.threads/wp-replication.exp
8366 * gdb.trace/actions.exp
8367 * gdb.trace/mi-tsv-changed.exp
8368 * gdb.trace/tsv.exp
8369
de97fdd4
LM
83702016-12-01 Luis Machado <lgustavo@codesourcery.com>
8371
8372 Fix test names starting with uppercase throughout the files.
8373
8374 * gdb.arch/i386-bp_permanent.exp
8375 * gdb.arch/i386-gnu-cfi.exp
8376 * gdb.base/disasm-end-cu.exp
8377 * gdb.base/macscp.exp
8378 * gdb.base/pending.exp
8379 * gdb.base/watch_thread_num.exp
8380 * gdb.cp/exception.exp
8381 * gdb.cp/gdb2495.exp
8382 * gdb.cp/local.exp
8383 * gdb.python/py-evsignal.exp
8384 * gdb.python/python.exp
8385 * gdb.trace/tracecmd.exp
8386
9f058c10
LM
83872016-12-01 Luis Machado <lgustavo@codesourcery.com>
8388
8389 Fix test names starting with uppercase throughout the files.
8390
8391 * gdb.base/charset.exp
8392 * gdb.base/eval.exp
8393 * gdb.base/multi-forks.exp
8394 * gdb.guile/scm-progspace.exp
8395 * gdb.opencl/datatypes.exp
8396 * gdb.python/py-block.exp
8397 * gdb.python/py-function.exp
8398 * gdb.python/py-symbol.exp
8399 * gdb.python/py-symtab.exp
8400 * gdb.python/py-xmethods.exp
8401 * gdb.reverse/break-precsave.exp
8402 * gdb.reverse/break-reverse.exp
8403 * gdb.reverse/consecutive-precsave.exp
8404 * gdb.reverse/consecutive-reverse.exp
8405 * gdb.reverse/finish-precsave.exp
8406 * gdb.reverse/finish-reverse-bkpt.exp
8407 * gdb.reverse/finish-reverse.exp
8408 * gdb.reverse/fstatat-reverse.exp
8409 * gdb.reverse/getresuid-reverse.exp
8410 * gdb.reverse/i386-precsave.exp
8411 * gdb.reverse/i386-reverse.exp
8412 * gdb.reverse/i386-sse-reverse.exp
8413 * gdb.reverse/i387-stack-reverse.exp
8414 * gdb.reverse/insn-reverse.exp
8415 * gdb.reverse/machinestate-precsave.exp
8416 * gdb.reverse/machinestate.exp
8417 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8418 * gdb.reverse/pipe-reverse.exp
8419 * gdb.reverse/readv-reverse.exp
8420 * gdb.reverse/recvmsg-reverse.exp
8421 * gdb.reverse/rerun-prec.exp
8422 * gdb.reverse/s390-mvcle.exp
8423 * gdb.reverse/sigall-precsave.exp
8424 * gdb.reverse/sigall-reverse.exp
8425 * gdb.reverse/solib-precsave.exp
8426 * gdb.reverse/solib-reverse.exp
8427 * gdb.reverse/step-precsave.exp
8428 * gdb.reverse/step-reverse.exp
8429 * gdb.reverse/time-reverse.exp
8430 * gdb.reverse/until-precsave.exp
8431 * gdb.reverse/until-reverse.exp
8432 * gdb.reverse/waitpid-reverse.exp
8433 * gdb.reverse/watch-precsave.exp
8434 * gdb.reverse/watch-reverse.exp
8435
cdc7edd7
LM
84362016-12-01 Luis Machado <lgustavo@codesourcery.com>
8437
8438 Fix test names starting with uppercase throughout the files.
8439
8440 * gdb.arch/i386-mpx-simple_segv.exp
8441 * gdb.arch/i386-mpx.exp
8442 * gdb.arch/i386-permbkpt.exp
8443 * gdb.arch/pa-nullify.exp
8444 * gdb.arch/powerpc-d128-regs.exp
8445 * gdb.arch/vsx-regs.exp
8446 * gdb.base/bfp-test.exp
8447 * gdb.base/break.exp
8448 * gdb.base/breakpoint-shadow.exp
8449 * gdb.base/callfuncs.exp
8450 * gdb.base/charset.exp
8451 * gdb.base/commands.exp
8452 * gdb.base/completion.exp
8453 * gdb.base/dfp-test.exp
8454 * gdb.base/echo.exp
8455 * gdb.base/ending-run.exp
8456 * gdb.base/eval.exp
8457 * gdb.base/expand-psymtabs.exp
8458 * gdb.base/float128.exp
8459 * gdb.base/floatn.exp
8460 * gdb.base/foll-exec-mode.exp
8461 * gdb.base/gdb1056.exp
8462 * gdb.base/gdb11531.exp
8463 * gdb.base/kill-after-signal.exp
8464 * gdb.base/multi-forks.exp
8465 * gdb.base/overlays.exp
8466 * gdb.base/pending.exp
8467 * gdb.base/sepdebug.exp
8468 * gdb.base/testenv.exp
8469 * gdb.base/valgrind-db-attach.exp
8470 * gdb.base/watch_thread_num.exp
8471 * gdb.base/watchpoint-cond-gone.exp
8472 * gdb.base/watchpoint.exp
8473 * gdb.base/watchpoints.exp
8474 * gdb.cp/arg-reference.exp
8475 * gdb.cp/baseenum.exp
8476 * gdb.cp/operator.exp
8477 * gdb.cp/shadow.exp
8478 * gdb.dwarf2/dw2-op-out-param.exp
8479 * gdb.dwarf2/dw2-reg-undefined.exp
8480 * gdb.go/chan.exp
8481 * gdb.go/hello.exp
8482 * gdb.go/integers.exp
8483 * gdb.go/methods.exp
8484 * gdb.go/package.exp
8485 * gdb.guile/scm-parameter.exp
8486 * gdb.guile/scm-progspace.exp
8487 * gdb.guile/scm-value.exp
8488 * gdb.mi/mi-pending.exp
8489 * gdb.mi/user-selected-context-sync.exp
8490 * gdb.multi/multi-attach.exp
8491 * gdb.multi/tids.exp
8492 * gdb.opt/clobbered-registers-O2.exp
8493 * gdb.pascal/floats.exp
8494 * gdb.pascal/integers.exp
8495 * gdb.python/py-block.exp
8496 * gdb.python/py-events.exp
8497 * gdb.python/py-parameter.exp
8498 * gdb.python/py-symbol.exp
8499 * gdb.python/py-symtab.exp
8500 * gdb.python/py-type.exp
8501 * gdb.python/py-value.exp
8502 * gdb.python/py-xmethods.exp
8503 * gdb.python/python.exp
8504 * gdb.reverse/break-precsave.exp
8505 * gdb.reverse/consecutive-precsave.exp
8506 * gdb.reverse/finish-precsave.exp
8507 * gdb.reverse/i386-precsave.exp
8508 * gdb.reverse/machinestate-precsave.exp
8509 * gdb.reverse/sigall-precsave.exp
8510 * gdb.reverse/solib-precsave.exp
8511 * gdb.reverse/step-precsave.exp
8512 * gdb.reverse/until-precsave.exp
8513 * gdb.reverse/watch-precsave.exp
8514 * gdb.server/ext-attach.exp
8515 * gdb.server/ext-restart.exp
8516 * gdb.server/ext-run.exp
8517 * gdb.server/ext-wrapper.exp
8518 * gdb.stabs/gdb11479.exp
8519 * gdb.stabs/weird.exp
8520 * gdb.threads/attach-many-short-lived-threads.exp
8521 * gdb.threads/kill.exp
8522 * gdb.threads/watchpoint-fork.exp
8523
bc6c7af4
LM
85242016-12-01 Luis Machado <lgustavo@codesourcery.com>
8525
8526 Fix test names starting with uppercase throughout all the files below.
8527
8528 * gdb.ada/array_return.exp
8529 * gdb.ada/catch_ex.exp
8530 * gdb.ada/info_exc.exp
8531 * gdb.ada/mi_catch_ex.exp
8532 * gdb.ada/mi_dyn_arr.exp
8533 * gdb.ada/mi_ex_cond.exp
8534 * gdb.ada/mi_exc_info.exp
8535 * gdb.ada/mi_interface.exp
8536 * gdb.ada/mi_task_arg.exp
8537 * gdb.ada/mi_task_info.exp
8538 * gdb.ada/mi_var_array.exp
8539 * gdb.arch/alpha-step.exp
8540 * gdb.arch/amd64-disp-step.exp
8541 * gdb.arch/arm-disp-step.exp
8542 * gdb.arch/disp-step-insn-reloc.exp
8543 * gdb.arch/e500-prologue.exp
8544 * gdb.arch/ftrace-insn-reloc.exp
8545 * gdb.arch/gdb1558.exp
8546 * gdb.arch/i386-bp_permanent.exp
8547 * gdb.arch/i386-disp-step.exp
8548 * gdb.arch/i386-float.exp
8549 * gdb.arch/i386-gnu-cfi.exp
8550 * gdb.arch/ia64-breakpoint-shadow.exp
8551 * gdb.arch/mips16-thunks.exp
8552 * gdb.arch/pa-nullify.exp
8553 * gdb.arch/powerpc-aix-prologue.exp
8554 * gdb.arch/powerpc-power.exp
8555 * gdb.arch/ppc-dfp.exp
8556 * gdb.arch/s390-tdbregs.exp
8557 * gdb.arch/spu-info.exp
8558 * gdb.arch/spu-ls.exp
8559 * gdb.arch/thumb-bx-pc.exp
8560 * gdb.base/advance.exp
8561 * gdb.base/annota-input-while-running.exp
8562 * gdb.base/arrayidx.exp
8563 * gdb.base/asmlabel.exp
8564 * gdb.base/async.exp
8565 * gdb.base/attach-wait-input.exp
8566 * gdb.base/auto-connect-native-target.exp
8567 * gdb.base/batch-preserve-term-settings.exp
8568 * gdb.base/bfp-test.exp
8569 * gdb.base/bigcore.exp
8570 * gdb.base/bp-permanent.exp
8571 * gdb.base/break-always.exp
8572 * gdb.base/break-fun-addr.exp
8573 * gdb.base/break-idempotent.exp
8574 * gdb.base/break-main-file-remove-fail.exp
8575 * gdb.base/break-probes.exp
8576 * gdb.base/break-unload-file.exp
8577 * gdb.base/break.exp
8578 * gdb.base/call-ar-st.exp
8579 * gdb.base/call-rt-st.exp
8580 * gdb.base/call-sc.exp
8581 * gdb.base/call-signal-resume.exp
8582 * gdb.base/call-strs.exp
8583 * gdb.base/callexit.exp
8584 * gdb.base/callfuncs.exp
8585 * gdb.base/catch-gdb-caused-signals.exp
8586 * gdb.base/catch-signal-siginfo-cond.exp
8587 * gdb.base/catch-syscall.exp
8588 * gdb.base/compare-sections.exp
8589 * gdb.base/cond-eval-mode.exp
8590 * gdb.base/condbreak-call-false.exp
8591 * gdb.base/consecutive-step-over.exp
8592 * gdb.base/cursal.exp
8593 * gdb.base/disabled-location.exp
8594 * gdb.base/disasm-end-cu.exp
8595 * gdb.base/display.exp
8596 * gdb.base/double-prompt-target-event-error.exp
8597 * gdb.base/dprintf-bp-same-addr.exp
8598 * gdb.base/dprintf-detach.exp
8599 * gdb.base/dprintf-next.exp
8600 * gdb.base/dprintf-non-stop.exp
8601 * gdb.base/dprintf-pending.exp
8602 * gdb.base/dso2dso.exp
8603 * gdb.base/ending-run.exp
8604 * gdb.base/enum_cond.exp
8605 * gdb.base/examine-backward.exp
8606 * gdb.base/exe-lock.exp
8607 * gdb.base/exec-invalid-sysroot.exp
8608 * gdb.base/execl-update-breakpoints.exp
8609 * gdb.base/execution-termios.exp
8610 * gdb.base/fileio.exp
8611 * gdb.base/fixsection.exp
8612 * gdb.base/foll-exec-mode.exp
8613 * gdb.base/foll-exec.exp
8614 * gdb.base/fork-running-state.exp
8615 * gdb.base/frame-args.exp
8616 * gdb.base/fullpath-expand.exp
8617 * gdb.base/func-ptr.exp
8618 * gdb.base/gcore-relro-pie.exp
8619 * gdb.base/gdb1090.exp
8620 * gdb.base/gdb1555.exp
8621 * gdb.base/global-var-nested-by-dso.exp
8622 * gdb.base/gnu-ifunc.exp
8623 * gdb.base/hbreak-in-shr-unsupported.exp
8624 * gdb.base/hbreak-unmapped.exp
8625 * gdb.base/hook-stop.exp
8626 * gdb.base/infcall-input.exp
8627 * gdb.base/info-fun.exp
8628 * gdb.base/info-shared.exp
8629 * gdb.base/interrupt-noterm.exp
8630 * gdb.base/jit-so.exp
8631 * gdb.base/jit.exp
8632 * gdb.base/line-symtabs.exp
8633 * gdb.base/list.exp
8634 * gdb.base/longjmp.exp
8635 * gdb.base/macscp.exp
8636 * gdb.base/max-value-size.exp
8637 * gdb.base/nodebug.exp
8638 * gdb.base/nofield.exp
8639 * gdb.base/overlays.exp
8640 * gdb.base/paginate-after-ctrl-c-running.exp
8641 * gdb.base/paginate-bg-execution.exp
8642 * gdb.base/paginate-inferior-exit.exp
8643 * gdb.base/pending.exp
8644 * gdb.base/pr11022.exp
8645 * gdb.base/printcmds.exp
8646 * gdb.base/ptr-typedef.exp
8647 * gdb.base/ptype.exp
8648 * gdb.base/randomize.exp
8649 * gdb.base/range-stepping.exp
8650 * gdb.base/realname-expand.exp
8651 * gdb.base/relativedebug.exp
8652 * gdb.base/remote.exp
8653 * gdb.base/savedregs.exp
8654 * gdb.base/sepdebug.exp
8655 * gdb.base/set-noassign.exp
8656 * gdb.base/shlib-call.exp
8657 * gdb.base/shreloc.exp
8658 * gdb.base/sigaltstack.exp
8659 * gdb.base/sigbpt.exp
8660 * gdb.base/siginfo-addr.exp
8661 * gdb.base/siginfo-obj.exp
8662 * gdb.base/siginfo-thread.exp
8663 * gdb.base/signest.exp
8664 * gdb.base/signull.exp
8665 * gdb.base/sigrepeat.exp
8666 * gdb.base/skip.exp
8667 * gdb.base/so-impl-ld.exp
8668 * gdb.base/solib-corrupted.exp
8669 * gdb.base/solib-disc.exp
8670 * gdb.base/solib-display.exp
8671 * gdb.base/solib-overlap.exp
8672 * gdb.base/solib-search.exp
8673 * gdb.base/solib-symbol.exp
8674 * gdb.base/source-execution.exp
8675 * gdb.base/sss-bp-on-user-bp-2.exp
8676 * gdb.base/sss-bp-on-user-bp.exp
8677 * gdb.base/stack-checking.exp
8678 * gdb.base/stale-infcall.exp
8679 * gdb.base/step-break.exp
8680 * gdb.base/step-line.exp
8681 * gdb.base/step-over-exit.exp
8682 * gdb.base/step-test.exp
8683 * gdb.base/structs.exp
8684 * gdb.base/sym-file.exp
8685 * gdb.base/symtab-search-order.exp
8686 * gdb.base/term.exp
8687 * gdb.base/type-opaque.exp
8688 * gdb.base/unload.exp
8689 * gdb.base/until-nodebug.exp
8690 * gdb.base/until.exp
8691 * gdb.base/unwindonsignal.exp
8692 * gdb.base/watch-cond.exp
8693 * gdb.base/watch-non-mem.exp
8694 * gdb.base/watch_thread_num.exp
8695 * gdb.base/watchpoint-reuse-slot.exp
8696 * gdb.base/watchpoint-solib.exp
8697 * gdb.base/watchpoint.exp
8698 * gdb.btrace/dlopen.exp
8699 * gdb.cell/arch.exp
8700 * gdb.cell/break.exp
8701 * gdb.cell/bt.exp
8702 * gdb.cell/core.exp
8703 * gdb.cell/data.exp
8704 * gdb.cell/dwarfaddr.exp
8705 * gdb.cell/ea-cache.exp
8706 * gdb.cell/ea-standalone.exp
8707 * gdb.cell/ea-test.exp
8708 * gdb.cell/f-regs.exp
8709 * gdb.cell/fork.exp
8710 * gdb.cell/gcore.exp
8711 * gdb.cell/mem-access.exp
8712 * gdb.cell/ptype.exp
8713 * gdb.cell/registers.exp
8714 * gdb.cell/sizeof.exp
8715 * gdb.cell/solib-symbol.exp
8716 * gdb.cell/solib.exp
8717 * gdb.compile/compile-tls.exp
8718 * gdb.cp/exception.exp
8719 * gdb.cp/gdb2495.exp
8720 * gdb.cp/local.exp
8721 * gdb.cp/mb-inline.exp
8722 * gdb.cp/mb-templates.exp
8723 * gdb.cp/pr10687.exp
8724 * gdb.cp/pr9167.exp
8725 * gdb.cp/scope-err.exp
8726 * gdb.cp/templates.exp
8727 * gdb.cp/virtfunc.exp
8728 * gdb.dwarf2/dw2-dir-file-name.exp
8729 * gdb.dwarf2/dw2-single-line-discriminators.exp
8730 * gdb.fortran/complex.exp
8731 * gdb.fortran/library-module.exp
8732 * gdb.guile/guile.exp
8733 * gdb.guile/scm-cmd.exp
8734 * gdb.guile/scm-frame-inline.exp
8735 * gdb.guile/scm-objfile.exp
8736 * gdb.guile/scm-pretty-print.exp
8737 * gdb.guile/scm-symbol.exp
8738 * gdb.guile/scm-type.exp
8739 * gdb.guile/scm-value.exp
8740 * gdb.linespec/keywords.exp
8741 * gdb.linespec/ls-errs.exp
8742 * gdb.linespec/macro-relative.exp
8743 * gdb.linespec/thread.exp
8744 * gdb.mi/mi-breakpoint-changed.exp
8745 * gdb.mi/mi-dprintf-pending.exp
8746 * gdb.mi/mi-fullname-deleted.exp
8747 * gdb.mi/mi-logging.exp
8748 * gdb.mi/mi-pending.exp
8749 * gdb.mi/mi-solib.exp
8750 * gdb.mi/new-ui-mi-sync.exp
8751 * gdb.mi/user-selected-context-sync.exp
8752 * gdb.multi/dummy-frame-restore.exp
8753 * gdb.multi/multi-arch-exec.exp
8754 * gdb.multi/remove-inferiors.exp
8755 * gdb.multi/watchpoint-multi-exit.exp
8756 * gdb.opt/solib-intra-step.exp
8757 * gdb.perf/backtrace.exp
8758 * gdb.perf/single-step.exp
8759 * gdb.perf/skip-command.exp
8760 * gdb.perf/skip-prologue.exp
8761 * gdb.perf/solib.exp
8762 * gdb.python/lib-types.exp
8763 * gdb.python/py-as-string.exp
8764 * gdb.python/py-bad-printers.exp
8765 * gdb.python/py-block.exp
8766 * gdb.python/py-breakpoint.exp
8767 * gdb.python/py-cmd.exp
8768 * gdb.python/py-events.exp
8769 * gdb.python/py-evthreads.exp
8770 * gdb.python/py-finish-breakpoint.exp
8771 * gdb.python/py-finish-breakpoint2.exp
8772 * gdb.python/py-frame-inline.exp
8773 * gdb.python/py-frame.exp
8774 * gdb.python/py-inferior.exp
8775 * gdb.python/py-infthread.exp
8776 * gdb.python/py-mi.exp
8777 * gdb.python/py-objfile.exp
8778 * gdb.python/py-pp-maint.exp
8779 * gdb.python/py-pp-registration.exp
8780 * gdb.python/py-prettyprint.exp
8781 * gdb.python/py-recurse-unwind.exp
8782 * gdb.python/py-shared.exp
8783 * gdb.python/py-symbol.exp
8784 * gdb.python/py-symtab.exp
8785 * gdb.python/py-template.exp
8786 * gdb.python/py-type.exp
8787 * gdb.python/py-unwind-maint.exp
8788 * gdb.python/py-unwind.exp
8789 * gdb.python/py-value.exp
8790 * gdb.python/python.exp
8791 * gdb.reverse/finish-reverse-bkpt.exp
8792 * gdb.reverse/insn-reverse.exp
8793 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8794 * gdb.reverse/solib-precsave.exp
8795 * gdb.reverse/solib-reverse.exp
8796 * gdb.stabs/gdb11479.exp
8797 * gdb.stabs/weird.exp
8798 * gdb.threads/fork-child-threads.exp
8799 * gdb.threads/fork-plus-threads.exp
8800 * gdb.threads/fork-thread-pending.exp
8801 * gdb.threads/forking-threads-plus-breakpoint.exp
8802 * gdb.threads/hand-call-in-threads.exp
8803 * gdb.threads/interrupted-hand-call.exp
8804 * gdb.threads/linux-dp.exp
8805 * gdb.threads/local-watch-wrong-thread.exp
8806 * gdb.threads/next-while-other-thread-longjmps.exp
8807 * gdb.threads/non-ldr-exit.exp
8808 * gdb.threads/pending-step.exp
8809 * gdb.threads/print-threads.exp
8810 * gdb.threads/process-dies-while-detaching.exp
8811 * gdb.threads/process-dies-while-handling-bp.exp
8812 * gdb.threads/pthreads.exp
8813 * gdb.threads/queue-signal.exp
8814 * gdb.threads/reconnect-signal.exp
8815 * gdb.threads/signal-command-handle-nopass.exp
8816 * gdb.threads/signal-command-multiple-signals-pending.exp
8817 * gdb.threads/signal-delivered-right-thread.exp
8818 * gdb.threads/signal-sigtrap.exp
8819 * gdb.threads/sigthread.exp
8820 * gdb.threads/staticthreads.exp
8821 * gdb.threads/stepi-random-signal.exp
8822 * gdb.threads/thread-unwindonsignal.exp
8823 * gdb.threads/thread_check.exp
8824 * gdb.threads/thread_events.exp
8825 * gdb.threads/tid-reuse.exp
8826 * gdb.threads/tls-nodebug.exp
8827 * gdb.threads/tls-shared.exp
8828 * gdb.threads/tls-so_extern.exp
8829 * gdb.threads/tls.exp
8830 * gdb.threads/wp-replication.exp
8831 * gdb.trace/actions-changed.exp
8832 * gdb.trace/actions.exp
8833 * gdb.trace/backtrace.exp
8834 * gdb.trace/change-loc.exp
8835 * gdb.trace/collection.exp
8836 * gdb.trace/deltrace.exp
8837 * gdb.trace/disconnected-tracing.exp
8838 * gdb.trace/entry-values.exp
8839 * gdb.trace/ftrace-lock.exp
8840 * gdb.trace/ftrace.exp
8841 * gdb.trace/infotrace.exp
8842 * gdb.trace/mi-trace-frame-collected.exp
8843 * gdb.trace/mi-trace-unavailable.exp
8844 * gdb.trace/mi-traceframe-changed.exp
8845 * gdb.trace/mi-tracepoint-changed.exp
8846 * gdb.trace/mi-tsv-changed.exp
8847 * gdb.trace/no-attach-trace.exp
8848 * gdb.trace/packetlen.exp
8849 * gdb.trace/passc-dyn.exp
8850 * gdb.trace/passcount.exp
8851 * gdb.trace/pending.exp
8852 * gdb.trace/pr16508.exp
8853 * gdb.trace/qtro.exp
8854 * gdb.trace/range-stepping.exp
8855 * gdb.trace/read-memory.exp
8856 * gdb.trace/report.exp
8857 * gdb.trace/save-trace.exp
8858 * gdb.trace/signal.exp
8859 * gdb.trace/stap-trace.exp
8860 * gdb.trace/status-stop.exp
8861 * gdb.trace/strace.exp
8862 * gdb.trace/tfile.exp
8863 * gdb.trace/tfind.exp
8864 * gdb.trace/trace-break.exp
8865 * gdb.trace/trace-condition.exp
8866 * gdb.trace/trace-enable-disable.exp
8867 * gdb.trace/trace-mt.exp
8868 * gdb.trace/tracecmd.exp
8869 * gdb.trace/tracefile-pseudo-reg.exp
8870 * gdb.trace/tspeed.exp
8871 * gdb.trace/tstatus.exp
8872 * gdb.trace/tsv.exp
8873 * gdb.trace/unavailable.exp
8874 * gdb.trace/while-dyn.exp
8875 * gdb.trace/while-stepping.exp
8876 * lib/gdb-guile.exp
8877 * lib/gdb.exp
8878 * lib/mi-support.exp
8879 * lib/pascal.exp
8880 * lib/perftest.exp
8881 * lib/prelink-support.exp
8882 * lib/selftest-support.exp
8883
ad02e4fe
SM
88842016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8885
8886 * Makefile.in: Include disable-implicit-rules.mk.
8887
22347e55
AA
88882016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8889
8890 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8891 non-byte-aligned bit fields.
8892
da5b30da
AA
88932016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8894
8895 PR gdb/12616
8896 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8897 respects the DW_AT_data_bit_offset attribute.
8898
b593ecca
SM
88992016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8900
8901 * gdb.base/default.exp: Fix output of "set language".
8902
3b165252
SM
89032016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8904
8905 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8906 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8907 make.
8908 * configure.ac: Remove checks for the make program.
8909 * configure: Re-generate.
8910
1a2f3d7f
KB
89112016-11-16 Kevin Buettner <kevinb@redhat.com>
8912
8913 * gdb.python/py-recurse-unwind.c (main): Add loop.
8914 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8915 to read_register() and gdb.parse_and_eval(). Make each code
8916 call a separate case that can be individually tested.
8917 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8918 proc. Call cont_and_backtrace for each of the code paths that
8919 we want to test in the unwinder.
8920
b7f38fda
AA
89212016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8922
8923 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8924 the definition of struct S.
8925
1f8db343
CM
89262016-11-11 Catherine Moore <clm@codesourcery.com>
8927
8928 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8929
fad0c9fb
PA
89302016-11-09 Pedro Alves <palves@redhat.com>
8931
8932 * gdb.base/commands.exp (runto_or_return): New procedure.
8933 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8934 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8935 (progvar_simple_while_test, progvar_complex_if_while_test)
8936 (if_while_breakpoint_command_test)
8937 (infrun_breakpoint_command_test, breakpoint_command_test)
8938 (user_defined_command_test, watchpoint_command_test)
8939 (test_command_prompt_position, redefine_hook_test)
8940 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8941 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8942 multi_line_input and multi_line. Remove gdb_expect and
8943 gdb_stop_suppressing_tests uses.
8944 * lib/gdb.exp (valnum_re): New global.
8945 (multi_line_input): New procedure.
8946
8354c62c
SM
89472016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8948
8949 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8950 Remove.
8951 (test_setup): Define with proc_with_prefix.
8952 (test_cli_inferior): Likewise.
8953 (test_cli_thread): Likewise.
8954 (test_cli_frame): Likewise.
8955 (test_cli_select_frame): Likewise.
8956 (test_cli_up_down): Likewise.
8957 (test_mi_thread_select): Likewise.
8958 (test_mi_stack_select_frame): Likewise.
8959 (test_cli_in_mi_inferior): Likewise.
8960 (test_cli_in_mi_thread): Likewise.
8961 (test_cli_in_mi_frame): Likewise.
8962 (top level): Do not use with_test_prefix_procname.
8963
64f367a2
PA
89642016-11-09 Pedro Alves <palves@redhat.com>
8965
8966 * gdb.base/commands.exp (gdbvar_simple_if_test)
8967 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8968 (progvar_simple_if_test, progvar_simple_while_test)
8969 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8970 (infrun_breakpoint_command_test, breakpoint_command_test)
8971 (user_defined_command_test, watchpoint_command_test)
8972 (test_command_prompt_position, deprecated_command_test)
8973 (bp_deleted_in_command, temporary_breakpoint_commands)
8974 (stray_arg0_test, source_file_with_indented_comment)
8975 (recursive_source_test, if_commands_test)
8976 (error_clears_commands_left, redefine_hook_test)
8977 (redefine_backtrace_test): Use proc_with_prefix.
8978 * lib/gdb.exp (proc_with_prefix): New proc.
8979
0bb65f1e
AA
89802016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8981
8982 * gdb.base/tui-layout.c: New file.
8983 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8984 disassembly window contains very long lines.
8985
7353f247
TT
89862016-11-08 Tom Tromey <tom@tromey.com>
8987
8988 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8989 depend on Python 2.
8990
30a7bb83
TT
89912016-11-08 Tom Tromey <tom@tromey.com>
8992
8993 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8994 New method.
8995
cdf5a07c
MG
89962016-10-29 Manish Goregaokar <manish@mozilla.com>
8997
2806dc7e 8998 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 8999
51a789c3
MG
90002016-10-27 Manish Goregaokar <manish@mozilla.com>
9001
2806dc7e
PA
9002 * gdb.rust/simple.rs: Add test for univariant enums without
9003 discriminants and for encoded struct-like enums.
51a789c3 9004
f610ab6d
PA
90052016-10-28 Pedro Alves <palves@redhat.com>
9006
9007 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9008 gdb_test_multiple, tighten regexps and match symtabs and line
9009 tables incrementally.
9010
b129b0ca
LM
90112016-10-28 Luis Machado <lgustavo@codesourcery.com>
9012
9013 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9014 general.
9015
ecf45d2c
SL
90162016-10-25 Luis Machado <lgustavo@codesourcery.com>
9017
9018 * gdb.base/exec-invalid-sysroot.exp: New file.
9019
b8d38ee4
JK
90202016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9021
9022 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9023
f90fd8c2
JK
90242016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9025
9026 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9027
2d2476aa
MR
90282016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9029
2806dc7e
PA
9030 * gdb.base/killed-outside.exp: Remove $options from a call to
9031 `prepare_for_testing'.
2d2476aa 9032
e42b25a0
SM
90332016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9034
9035 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9036 Change test message.
9037
3ccdb432
SM
90382016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9039
9040 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9041 Update comment.
9042
5bad3170
SM
90432016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9044
9045 * gdb.trace/mi-trace-save.exp: New file.
9046
5ad9dba7
YQ
90472016-10-13 Yao Qi <yao.qi@linaro.org>
9048
9049 * gdb.base/code_elim.exp (get_var_address): Remove.
9050 * gdb.base/relocate.exp: Likewise.
9051 * gdb.base/shreloc.exp: Likewise.
9052 * lib/gdb.exp (get_var_address): New.
9053
62df7e21
YQ
90542016-10-13 Yao Qi <yao.qi@linaro.org>
9055
9056 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9057 floating point tests if $skip_float_test is false.
9058
4dac951e
LM
90592016-10-12 Luis Machado <lgustavo@codesourcery.com>
9060
9061 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9062 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9063 argc values.
9064 Add 1 to argc so we guarantee distinct initial/modified argc values.
9065
8f1a8fc4
JK
90662016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9067
9068 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9069
16c85b5d
JK
90702016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9071
9072 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9073 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9074 * gdb.arch/vsx-regs.exp: Likewise.
9075
1d0e042a
YQ
90762016-10-07 Yao Qi <yao.qi@linaro.org>
9077
9078 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9079
68dadef5
MM
90802016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9081
9082 * gdb.python/python.exp: Test decode_line("*0").
9083
33fa2c6e
DE
90842016-10-06 Doug Evans <dje@google.com>
9085
9086 * gdb.python/py-value.exp (test_value_creation): Add test for large
9087 unsigned 64-bit value.
9088
9c37b5ae
TT
90892016-10-06 Tom Tromey <tom@tromey.com>
9090
9091 * gdb.compile/compile.exp: Change java tests to rust.
9092 * gdb.base/setshow.exp: Change java tests to rust.
9093 * gdb.base/default.exp: Remove java from language list.
9094 * README (Examples): Update language example.
9095 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9096 test.
9097 * lib/gdb.exp (skip_java_tests): Remove.
9098 * lib/java.exp: Remove.
9099 * gdb.java: Remove.
9100
78b86327
MR
91012016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9102
9103 * gdb.arch/mips-fcr.exp: New test.
9104 * gdb.arch/mips-fcr.c: Source for the new test.
9105
7470adbb
MR
91062016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9107
9108 * gdb.base/solib-disc.exp: Use `standard_output_file'
9109 throughout.
9110
4a556533
PA
91112016-10-06 Pedro Alves <palves@redhat.com>
9112
9113 * gdb.base/jit-simple-dl.c: New file.
9114 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9115 * gdb.base/jit-simple.c: ... this.
9116 * gdb.base/jit-simple.exp (jit_run): Delete.
9117 (build_jit): New proc.
9118 (jit_test_reread): Recompile either the main program or the shared
9119 library, depending on what is being tested. Skip changing address
9120 if caller wants to. Compare before/after addresses. If testing
9121 standalone, explicitly load the binary. Test "maint info
9122 breakpoints".
9123 (top level): Add "standalone vs shared lib" and "change address"
9124 vs "same address" axes.
9125
5a122fbc
PA
91262016-10-06 Pedro Alves <palves@redhat.com>
9127
9128 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9129 call.
9130 (jit_run): Delete.
9131 (jit_test_reread): Use with_test_prefix. Reload the main binary
9132 explicitly. Compare the before/after addresses of the JIT
9133 descriptor.
9134
ee8da4b8
DE
91352016-08-15 Doug Evans <dje@google.com>
9136
9137 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9138 for single bitfields is bool.
9139 * gdb.xml/tdesc-regs.exp: Ditto.
9140
f389f6fe
JK
91412016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9142
9143 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9144
fdebf1a4
YQ
91452016-10-05 Yao Qi <yao.qi@linaro.org>
9146
9147 * lib/gdb.exp (support_complex_tests): Return zero if
9148 gdb_skip_float_test return true.
9149
9c36d954 91502016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9151 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
9152
9153 PR gdb/20487
9154 * gdb.mi/user-selected-context-sync.exp: New file.
9155 * gdb.mi/user-selected-context-sync.c: New file.
9156
4034d0ff 91572016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9158 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
9159
9160 PR gdb/20487
9161 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9162 =thread-select-event check.
9163
a4297203
PB
91642016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9165
9166 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9167 the compulsory L operand changes.
9168 * gdb.arch/powerpc-power.s: Likewise.
9169
bb805577
JK
91702016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9171
9172 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9173 * gdb.base/jit-attach-pie.c: New file.
9174 * gdb.base/jit-attach-pie.exp: New file.
9175
6d61dee5
PA
91762016-09-28 Pedro Alves <palves@redhat.com>
9177
9178 * gdb.base/infcall-input.c: New file.
9179 * gdb.base/infcall-input.exp: New file.
9180
f73842fc
YQ
91812016-09-22 Yao Qi <yao.qi@linaro.org>
9182
9183 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9184 (gdb_exit): Rename it to ...
9185 (gdbserver_gdb_exit): ... Close GDBserver.
9186 (gdb_exit): New proc, call gdbserver_gdb_exit.
9187 (mi_gdb_exit): Likewise.
9188
90681dab
YQ
91892016-09-22 Yao Qi <yao.qi@linaro.org>
9190
9191 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9192 path.
9193 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9194 Remove duplication.
9195
9c211fd8
YQ
91962016-09-22 Yao Qi <yao.qi@linaro.org>
9197
9198 * lib/gdbserver-support.exp: Check the existence of
9199 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9200
ad0a504f
AK
92012016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9202
9203 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9204
36cf1806
TT
92052016-09-21 Tom Tromey <tom@tromey.com>
9206
9207 PR gdb/20604:
9208 * gdb.base/quit.exp: New file.
9209
74172ecf
SM
92102016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9211
9212 * .gitignore: New file.
9213
3d0ec882
MR
92142016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9215
9216 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9217 throughout.
9218
8193adea
AA
92192016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9220
9221 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9222
d41a5c09
JK
92232016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9224
9225 * gdb.cp/casts.cc (decltype): Move it ...
9226 (main): ... with its call to ...
9227 * gdb.cp/casts03.cc: ... a new file.
9228 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9229
d2dfe700
JK
92302016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9231
9232 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9233
e2a92b16
PB
92342016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9235
9236 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9237 and sync up the test with tests in gas/testsuite/gas/ppc.
9238 * gdb.arch/powerpc-power.exp: Likewise.
9239
49b4de64
JK
92402016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9241
9242 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9243
2c29df25
SDJ
92442016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9245 Jan Kratochvil <jan.kratochvil@redhat.com>
9246
9247 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9248 make m1's definition to be different from m2's. Use 'dummy' as an
9249 argument for probe 'two'.
9250
cc3c2846
JB
92512016-09-10 Jon Beniston <jon@beniston.com>
9252
9253 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9254 for sim target.
9255
e1b2624a
AA
92562016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9257
9258 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9259 variable declaration.
9260 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9261 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9262 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9263 received HWCAP as its argument.
9264
4295e285
PA
92652016-09-06 Pedro Alves <palves@redhat.com>
9266
9267 * gdb.base/new-ui-pending-input.c: New file.
9268 * gdb.base/new-ui-pending-input.exp: New file.
9269 * gdb.exp (clear_gdb_spawn_id): New procedure.
9270 (with_spawn_id): Check whether gdb_spawn_id exists before
9271 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9272 on exit.
9273
00d5215e
UW
92742016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9275
9276 * gdb.base/float128.c: New file.
9277 * gdb.base/float128.exp: Likewise.
9278 * gdb.base/floatn.c: Likewise.
9279 * gdb.base/floatn.exp: Likewise.
9280
a9ff5f12
UW
92812016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9282
9283 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9284
f245535c
PA
92852016-09-05 Pedro Alves <palves@redhat.com>
9286
9287 PR backtrace/19927
9288 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9289 unwinders are immediately called as side effect of "source" or
9290 "disable unwinder" commands.
9291 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9292
ae9cf263
YQ
92932016-09-02 Yao Qi <yao.qi@linaro.org>
9294
9295 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9296 is true and $type is "float" or "double".
9297
27aba047
YQ
92982016-09-02 Yao Qi <yao.qi@linaro.org>
9299
9300 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9301 true.
9302 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9303 * gdb.base/call-rt-st.exp: Likewise.
9304 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9305 return value instead of gdb,skip_float_test.
9306 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9307 (do_function_calls): Use its return value instead of
9308 gdb,skip_float_test.
9309 * gdb.base/finish.exp: Likewise.
9310 * gdb.base/funcargs.exp: Likewise.
9311 * gdb.base/return.exp: Likewise.
9312 * gdb.base/return2.exp: Likewise.
9313 * gdb.base/varargs.exp: Likewise.
9314 * lib/gdb.exp (gdb_skip_float_test): Change it to
9315 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9316
5af962df
AA
93172016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9318
9319 * gdb.multi/tids.exp: Test "thread apply all".
9320
7fac6910
JK
93212016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9322
9323 * gdb.base/default.exp (tty): Remove.
9324
bb1fe4ac
KB
93252016-08-24 Kevin Buettner <kevinb@redhat.com>
9326
2806dc7e
PA
9327 * gdb.python/py-recurse-unwind.c: New file.
9328 * gdb.python/py-recurse-unwind.py: New file.
9329 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 9330
0a1ddfa6
SM
93312016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9332
9333 * gdb.base/set-inferior-tty.exp: New file.
9334 * gdb.base/set-inferior-tty.c: New file.
9335
d9de1fe3
PA
93362016-08-23 Pedro Alves <palves@redhat.com>
9337
9338 PR gdb/20494
9339 * gdb.base/new-ui-echo.c: New file.
9340 * gdb.base/new-ui-echo.exp: New file.
9341
e9d9abd7
YQ
93422016-08-23 Yao Qi <yao.qi@linaro.org>
9343
9344 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9345 gdbserver_spawn.
9346 * gdb.server/connect-without-multi-process.exp (do_test):
9347 Likewise.
9348
3589529e
YQ
93492016-08-23 Yao Qi <yao.qi@linaro.org>
9350
9351 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9352 standalone_txt. Delete gdb_txt and standalone_txt on host
9353 and target. Spawn the binary on target. Copy files from
9354 target to host.
9355
6bb90213
PA
93562016-08-22 Pedro Alves <palves@redhat.com>
9357
9358 PR gdb/20505
9359 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9360 with_test_prefix. Factor out bits to ...
9361 (test_no_vdso): ... this new procedure.
9362
20c2c024
CL
93632016-08-19 Carl Love <cel@us.ibm.com>
9364
9365 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9366 maintaining separate logic for constructing the output path.
9367 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9368 * gdb.arch/ppc-dfp.exp: Likewise.
9369 * gdb.arch/ppc-fp.exp: Likewise.
9370 * gdb.arch/vsx-regs.exp: Likewise.
9371 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9372 binprefix for generating the additional binary files.
9373
0646e07d
PA
93742016-08-19 Pedro Alves <palves@redhat.com>
9375
9376 * gdb.trace/mi-trace-frame-collected.exp
9377 (test_trace_frame_collected): On x32, expect two registers.
9378
46da9242
CL
93792016-08-18 Carl Love <cel@us.ibm.com>
9380
9381 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9382 and sync up the test with tests in gas/testsuite/gas/ppc.
9383 * gdb.arch/powerpc-power.exp: Likewise.
9384
eb2332d7
SM
93852016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9386
9387 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9388 expected error message.
9389
63c61e04
SM
93902016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9391
9392 * gdb.multi/remove-inferiors.exp: New file.
9393 * gdb.multi/remove-inferiors.c: New file.
9394
7b17065f
YQ
93952016-08-12 Yao Qi <yao.qi@linaro.org>
9396
9397 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9398 argument list.
9399
01d3dedf
PA
94002016-08-10 Pedro Alves <palves@redhat.com>
9401
9402 PR gdb/19187
9403 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9404 setup_kfails.
9405
3eb7562a
PA
94062016-08-09 Pedro Alves <palves@redhat.com>
9407 Simon Marchi <simon.marchi@ericsson.com>
9408
9409 PR gdb/20418
9410 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9411 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9412
80614914
PA
94132016-08-09 Pedro Alves <palves@redhat.com>
9414
9415 PR mi/20431
9416 * gdb.mi/mi-cmd-error.exp: New file.
9417
f348d89a
PA
94182016-08-09 Pedro Alves <palves@redhat.com>
9419
9420 PR gdb/18653
9421 * gdb.base/signals-state-child.c: New file.
9422 * gdb.base/signals-state-child.exp: New file.
9423 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9424
e5ca03b4
PA
94252016-08-09 Pedro Alves <palves@redhat.com>
9426
9427 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9428
282a0691
TT
94292016-08-03 Tom Tromey <tom@tromey.com>
9430
9431 PR python/18565:
9432 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9433
41bfcd63
YQ
94342016-08-01 Yao Qi <yao.qi@linaro.org>
9435
9436 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9437 variable mode to "multi-process" if $multi_process is 1, otherwise
9438 set it to "single-process".
9439
e3465b24
YQ
94402016-08-01 Yao Qi <yao.qi@linaro.org>
9441
9442 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9443 * gdb.cp/cpexprs.exp: Likewise.
9444 * gdb.cp/m-static.exp: Likewise.
9445
0b31a4bc
TT
94462016-07-26 Tom Tromey <tom@tromey.com>
9447
9448 PR python/20190:
9449 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9450 test.
9451
e0461dbb
MM
94522016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9453
9454 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9455 selecting assembly source files.
9456 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9457 assembly source files.
9458 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9459 assembly source files.
9460 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9461 selecting assembly source files.
9462
8194e927
SM
94632016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9464
9465 * gdb.base/new-ui.exp (do_test_invalid_args): New
9466 procedure.
9467
c0272db5
TW
94682016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9469
9470 * gdb.btrace/reconnect.c: New file.
9471 * gdb.btrace/reconnect.exp: New file.
9472
e3487908
GKB
94732016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9474
9475 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9476 to test_catch_syscall_group.
9477 (test_catch_syscall_group): New.
9478
12df5c00
TT
94792016-07-21 Tom Tromey <tom@tromey.com>
9480
9481 * gdb.rust/simple.rs (main): Use empty struct expression.
9482 * gdb.rust/simple.exp: Add tests for empty struct expression.
9483
bae62ee2
YQ
94842016-07-21 Yao Qi <yao.qi@linaro.org>
9485
9486 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9487 if gdb_skip_xml_test is true on some targets.
9488
b1b53fb3
YQ
94892016-07-21 Yao Qi <yao.qi@linaro.org>
9490
9491 * gdb.server/solib-list.exp: Unset last_loaded_file.
9492
027d97f8
JK
94932016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9494
9495 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9496 "step into captured_main (args)".
9497
7674d381
JK
94982016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9499
9500 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9501
72b5d099
JK
95022016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9503
9504 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9505
1f960ced
PA
95062016-07-19 Pedro Alves <palves@redhat.com>
9507
9508 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9509 * gdb.opt/inline-bt.exp: Likewise.
9510 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9511 additional_flags=-Winline.
9512 * gdb.opt/inline-locals.exp: Likewise.
9513 * gdb.opt/inline-markers.c (ATTR): Define.
9514 (inlined_fn): Use it.
9515
f25827c1
YQ
95162016-07-19 Yao Qi <yao.qi@linaro.org>
9517
9518 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9519 (test_with_self): Remove some code. Remove argument executable.
9520 (top-level): Use do_self_tests.
9521
37539ebe
DB
95222016-07-15 Zachary Welch <zwelch@codesourcery.com>
9523 Don Breazeal <donb@codesourcery.com>
9524
9525 * gdb.base/maint.exp: Escape paths used in regular expressions.
9526 * gdb.stabs/weird.exp: Likewise.
9527
dac790e1
TT
95282016-07-13 Tom Tromey <tom@tromey.com>
9529
9530 PR python/15620, PR python/18620:
9531 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9532 (test_bkpt_events): New procs.
9533
93daf339
TT
95342016-07-13 Tom Tromey <tom@tromey.com>
9535
9536 PR python/17698:
9537 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9538 test.
9539 (test_watchpoints): Likewise.
9540 (test_bkpt_pending): New proc.
9541
6571a381
TT
95422016-07-13 Tom Tromey <tom@tromey.com>
9543
9544 PR cli/18053:
9545 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9546 completion test.
9547
e8732474
JK
95482016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9549
9550 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9551 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9552 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9553 f_label.
9554 (g): Rename g_end_lbl to g_label.
9555 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9556 low_pc and high_pc.
9557 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9558
e0f3fd7c
TT
95592016-07-12 Tom Tromey <tom@tromey.com>
9560
9561 PR python/19293:
9562 * gdb.python/py-unwind-maint.exp: Update tests.
9563
3cfe46b6
YQ
95642016-07-12 Yao Qi <yao.qi@linaro.org>
9565
9566 * lib/selftest-support.exp (selftest_setup): Match the output
9567 when captured_main is inlined.
9568
4f19a0e6
WT
95692016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9570
9571 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9572 New variables.
9573 (print this%a, print this%b, print this): New tests.
9574 * gdb.fortran/derived-types.f90 (this): New object and
9575 initialization.
9576
986cf455
SM
95772016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9578
9579 * gdb.ada/arraydim.exp: Remove extra directory level in build
9580 directory.
9581
f0464b23
SM
95822016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9583
9584 * lib/ada.exp: Remove extra directory level in build directory.
9585 * gdb.ada/cond_lang.exp: Likewise.
9586 * gdb.ada/exec_changed.exp: Likewise.
9587 * gdb.ada/lang_switch.exp: Likewise.
9588
42d94011
MG
95892016-07-06 Manish Goregaokar <manish@mozilla.com>
9590
2806dc7e
PA
9591 * simple.rs: Add test for raw pointer subscripting.
9592 * simple.exp: Add test expectations.
42d94011 9593
647c264c
YQ
95942016-07-05 Yao Qi <yao.qi@linaro.org>
9595
9596 * gdb.mi/mi-reverse.exp: Match =record-started output.
9597
20aa2c60
PA
95982016-07-01 Pedro Alves <palves@redhat.com>
9599
9600 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9601 procedure.
9602 (jit_reader_test): Test the jit reader's unwinder.
9603 * gdb.base/jithost.c (jit_function_00_code): New global.
9604 (main): Use memcpy to fill in the mmapped code, instead of poking
9605 bytes manually here.
9606 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9607 value.
9608 (read_debug_info): Save the function's range.
9609 (read_sp): New function.
9610 (unwind_frame): Use it. Also unwind RBP.
9611 (get_frame_id): Use read_sp.
9612 (gdb_init_reader): Use calloc instead of malloc.
9613 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9614 parameter. Use gdb_test_multiple.
9615
ced2dffb
PA
96162016-07-01 Pedro Alves <palves@redhat.com>
9617 Antoine Tremblay <antoine.tremblay@ericsson.com>
9618
9619 * gdb.threads/process-dies-while-detaching.c: New file.
9620 * gdb.threads/process-dies-while-detaching.exp: New file.
9621
63000888
PA
96222016-07-01 Pedro Alves <palves@redhat.com>
9623
9624 * gdb.multi/watchpoint-multi-exit.c: New file.
9625 * gdb.multi/watchpoint-multi-exit.exp: New file.
9626
038d4868
PA
96272016-06-30 Pedro Alves <palves@redhat.com>
9628
9629 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9630 unset inferior_spawn_id.
9631
994e9c83
PA
96322016-06-30 Pedro Alves <palves@redhat.com>
9633
9634 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9635 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9636
e5653468
YQ
96372016-06-29 Yao Qi <yao.qi@linaro.org>
9638
9639 * gdb.base/return.c: Add copyright header.
9640
803b47e5
TT
96412016-06-29 Tom Tromey <tom@tromey.com>
9642
9643 PR python/20129:
9644 * gdb.python/py-framefilter.exp: Add tests for setting priority
9645 and disabling of non-existent frame filter.
9646
28244707
YQ
96472016-06-29 Yao Qi <yao.qi@linaro.org>
9648
9649 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9650 0x0f07ff.
9651
a31d2f06
YQ
96522016-06-28 Yao Qi <yao.qi@linaro.org>
9653
9654 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9655 triplets. Start gdb, execute catch syscall, and continue. Check
9656 gdb's output to determine catch syscall is supported.
9657
921d8f54
MG
96582016-06-27 Manish Goregaokar <manish@mozilla.com>
9659
25d49b86
PA
9660 * gdb.rust/simple.rs: Add test for returning unit in a function.
9661 * gdb.rust/simple.exp: Add expectation for functions returning
9662 unit.
921d8f54 9663
f4952523
PMR
96642016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9665
9666 * gdb.python/py-breakpoint-create-fail.c,
9667 gdb.python/py-breakpoint-create-fail.exp,
9668 gdb.python/py-breakpoint-create-fail.py: New testcase.
9669
fccb08f8
MG
96702016-06-25 Manish Goregaokar <manish@mozilla.com>
9671
9672 PR gdb/20239
9673 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
9674 * gdb.rust/simple.exp: Add test expectations for new NonZero
9675 tests.
fccb08f8 9676
6b850546
DT
96772016-06-24 David Taylor <dtaylor@emc.com>
9678
9679 * gdb.base/offsets.exp: New file.
9680 * gdb.base/offsets.c: New file.
9681
17621150
TT
96822016-06-23 Tom Tromey <tom@tromey.com>
9683
9684 PR gdb/16483:
9685 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9686 before any filters are loaded.
9687
04d59df6
WT
96882016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9689
9690 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9691 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9692 structs.
9693 * gdb.fortran/derived-type-function.exp: New file.
9694 * gdb.fortran/derived-type-function.f90: New file.
9695
9696
ac69f786
PA
96972016-06-21 Pedro Alves <palves@redhat.com>
9698
9699 * gdb.base/new-ui.exp: New file.
9700 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9701 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9702 (with_spawn_id): New procedure.
9703
49940788
PA
97042016-06-21 Pedro Alves <palves@redhat.com>
9705
9706 * gdb.mi/mi-exec-run.exp: New file.
9707
ef274d26
PA
97082016-06-21 Pedro Alves <palves@redhat.com>
9709
9710 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9711 breakpoint command's output on the main UI.
9712 (test_break): New procedure, factored out from calls in the top
9713 level.
9714 (top level): Use foreach_with_prefix to test MI as main UI and as
9715 separate UI.
9716
468afe6c
PA
97172016-06-21 Pedro Alves <palves@redhat.com>
9718
9719 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9720 (test_awatch_creation_and_listing)
9721 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9722 Remove 'type' parameter.
9723 (test_watchpoint_all): New parameter mi_mode. Remove
9724 with_test_prefix.
9725 (top level): Use foreach_with_prefix, and add main/separate UI MI
9726 testing axis.
9727
51f77c37
PA
97282016-06-21 Pedro Alves <palves@redhat.com>
9729
9730 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9731 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9732 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9733 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9734 (gdb_main_spawn_id, mi_spawn_id): Declare and
9735 comment.
9736 (mi_create_inferior_pty): New procedure,
9737 factored out from default_mi_gdb_start.
9738 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9739 procedures.
9740 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9741 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9742 Use mi_create_inferior_pty.
9743 (mi_gdb_start): Use eval to pass down args list.
9744
8980e177
PA
97452016-06-21 Pedro Alves <palves@redhat.com>
9746
9747 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9748 * gdb.opt/inline-cmds.exp: Add MI tests.
9749
f38d3ad1
PA
97502016-06-21 Pedro Alves <palves@redhat.com>
9751
9752 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9753
45db7c09
PA
97542016-06-21 Pedro Alves <palves@redhat.com>
9755
9756 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9757 (top level): Use it instead of mi_execute_to.
9758
5a069ab3
PA
97592016-06-21 Pedro Alves <palves@redhat.com>
9760
9761 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9762 (cont_handler_str): New.
9763 (signal_stop_handler): Set stop_handler_str instead of printing to
9764 stdout.
9765 (continue_handler): Set cont_handler_str instead of printing to
9766 stdout.
9767 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9768 mi_send_resuming_command. Print stop_handler_str and
9769 cont_handler_str instead of expecting the python events print
9770 directly.
9771
2838cc1d
SD
97722016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9773
9774 * gdb.base/jit-reader.exp: New file.
9775 * gdb.base/jithost.c: New file.
9776 * gdb.base/jithost.h: New file.
9777 * gdb.base/jitreader.c : New file.
9778 * gdb.base/jit-protocol.h: New file.
9779
21a77091
YQ
97802016-06-17 Yao Qi <yao.qi@linaro.org>
9781
9782 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9783 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9784 and detach-on-fork. Adjust tests.
9785 (top level): Invoke break_cond_on_syscall with combinations of
9786 syscall, follow-fork-mode and detach-on-fork.
9787
f50bf8e5
YQ
97882016-06-17 Yao Qi <yao.qi@linaro.org>
9789
9790 * gdb.base/step-over-exit.c: New.
9791 * gdb.base/step-over-exit.exp: New.
9792
a28d8e50
YTL
97932016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9794
9795 * gdb.base/float.exp: Add target check for nds32*-*-*.
9796 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9797
cad8e26d
AB
97982016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9799
9800 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9801 for unsupported target features.
9802 * gdb.base/call-rt-st.exp: Likewise.
9803 * gdb.base/call-sc.exp: Likewise.
9804 * gdb.base/call-signal-resume.exp: Likewise.
9805 * gdb.base/call-strs.exp: Likewise.
9806 * gdb.base/callexit.exp: Likewise.
9807 * gdb.base/callfuncs.exp: Likewise.
9808 * gdb.base/nodebug.exp: Likewise.
9809 * gdb.base/printcmds.exp: Likewise.
9810 * gdb.base/ptype.exp: Likewise.
9811 * gdb.base/structs.exp: Likewise.
9812 * gdb.base/unwindonsignal.exp: Likewise.
9813 * gdb.cp/gdb2495.exp: Likewise.
9814 * gdb.cp/templates.exp: Likewise.
9815 * gdb.cp/virtfunc.exp: Likewise.
9816 * gdb.threads/hand-call-in-threads.exp: Likewise.
9817 * gdb.threads/interrupted-hand-call.exp: Likewise.
9818 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9819
347dc102
TT
98202016-06-10 Tom Tromey <tom@tromey.com>
9821
9822 PR rust/20110:
9823 * gdb.rust/expr.exp: Add test for integer constant larger than
9824 i32.
9825
5e13cf25
BH
98262016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9827
9828 * gdb.fortran/nested-funcs.exp: New.
9829 * gdb.fortran/nested-funcs.f90: New.
9830
bb556f1f
TK
98312016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9832
9833 * gdb.base/examine-backward.c: New file.
9834 * gdb.base/examine-backward.exp: New file.
9835
38b022b4
SM
98362016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9837
9838 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9839 matching.
9840
1b40ec05
TT
98412016-06-02 Tom Tromey <tom@tromey.com>
9842
9843 PR python/18984:
9844 * gdb.python/py-shared.exp: Add solib_name test.
9845
193bd378
SM
98462016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9847
9848 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9849
3326303b
MG
98502016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9851
9852 PR c++/19893
9853 * gdb.dwarf2/implref.exp: Rename to...
9854 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9855 * gdb.dwarf2/implref-array.c: New file.
9856 * gdb.dwarf2/implref-array.exp: Likewise.
9857 * gdb.dwarf2/implref-global.c: Likewise.
9858 * gdb.dwarf2/implref-global.exp: Likewise.
9859 * gdb.dwarf2/implref-struct.c: Likewise.
9860 * gdb.dwarf2/implref-struct.exp: Likewise.
9861
825c8ef2
AT
98622016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9863
9864 * gdb.trace/trace-condition.exp: Add 64bit tests.
9865
2320162a
AT
98662016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9867
9868 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9869 bits types.
9870 (main): Adapt to 8 to 64 bits types.
9871 * gdb.trace/trace-condition.exp: Add new tests.
9872
a7818233
AT
98732016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9874
9875 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9876
0d336466
AT
98772016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9878
9879 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9880 Move condition tests...
9881 * gdb.trace/trace-condition.exp: Here.
9882
7faeb45a
AT
98832016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9884
9885 * gdb.trace/trace-condition.exp: Add counter-case tests.
9886
e385593e
JK
98872016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9888
9889 PR c++/15231
9890 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9891 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9892
744608cc
PA
98932016-05-27 Pedro Alves <palves@redhat.com>
9894
9895 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9896 New procedure.
9897 (top level): Call it, and bail out of DejaGnu is known to be bad.
9898
ac775bf4
AB
98992016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9900
9901 * gdb.base/whatis.c: Extend the test case.
9902 * gdb.base/whatis.exp: Add additional tests.
9903
2bbad2ea
BH
99042016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9905
9906* gdb.fortran/type.f90: Add pointer variable.
9907* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9908
8b70175d
BH
99092016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9910
9911 * gdb.fortran/vla-type.exp: Fix testcase name.
9912
86d8a848
BH
99132016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9914
9915 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9916
e188eb36
BH
99172016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9918
9919 * gdb.fortran/type.f90: Add nested structures.
9920 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9921 * gdb.fortran/derived-type.exp: Adapt expected output.
9922 * gdb.fortran/vla-type.exp: Adapt expected output.
9923
9b2db1fd
BH
99242016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9925
9926 * gdb.fortran/whatis_type.exp: Adapt expected output.
9927
72b17055
BH
99282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9929
9930 * gdb.fortran/print_type.exp: Fix expected output.
9931 * gdb.fortran/whatis_type.exp: Fix expected output.
9932
3cd81d8d
BH
99332016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9934
9935 * gdb.fortran/whatis_type.exp: Use multi_line.
9936
ddae9462
TT
99372016-05-24 Tom Tromey <tom@tromey.com>
9938
9939 PR python/17386:
9940 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9941 use value as an index.
9942
1957f6b8
TT
99432016-05-23 Tom Tromey <tom@tromey.com>
9944
9945 PR python/17981:
9946 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9947 no-breakpoint case.
9948
026a9174
PA
99492016-05-24 Pedro Alves <palves@redhat.com>
9950
9951 PR gdb/19828
9952 * gdb.threads/clone-attach-detach.c: New file.
9953 * gdb.threads/clone-attach-detach.exp: New file.
9954
e70a7231
FR
99552016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9956
9957 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9958
0f6ed0e0
TT
99592016-05-23 Tom Tromey <tom@tromey.com>
9960
9961 PR python/19438, PR python/18393:
9962 * gdb.python/py-progspace.exp: Add "dir" test.
9963 * gdb.python/py-objfile.exp: Add "dir" test.
9964
ffd19d61
YQ
99652016-05-23 Yao Qi <yao.qi@linaro.org>
9966
9967 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9968 * gdb.arch/thumb2-it.exp: Likewise.
9969
9e8f9b05
SM
99702016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9971
9972 * gdb.mi/mi-threads-interrupt.c: New file.
9973 * gdb.mi/mi-threads-interrupt.exp: New file.
9974
61c6156d
SM
99752016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9976
9977 PR gdb/18077
9978 * gdb.mi/mi-async-run.exp: New file.
9979 * gdb.mi/mi-async-run.c: New file.
9980
67218854
TT
99812016-05-17 Tom Tromey <tom@tromey.com>
9982 Manish Goregaokar <manishsmail@gmail.com>
9983
9984 * lib/rust-support.exp: New file.
9985 * lib/gdb.exp (skip_rust_tests): New proc.
9986 (build_executable_from_specs): Handle rust.
9987 * lib/future.exp (gdb_find_rustc): New proc.
9988 (gdb_default_target_compile): Handle rust.
9989 * gdb.rust/expr.exp: New file.
9990 * gdb.rust/generics.exp: New file.
9991 * gdb.rust/generics.rs: New file.
9992 * gdb.rust/methods.exp: New file.
9993 * gdb.rust/methods.rs: New file.
9994 * gdb.rust/modules.exp: New file.
9995 * gdb.rust/modules.rs: New file.
9996 * gdb.rust/simple.exp: New file.
9997 * gdb.rust/simple.rs: New file.
9998
c44af4eb
TT
99992016-05-17 Tom Tromey <tom@tromey.com>
10000
10001 * gdb.base/default.exp (set language): Add rust.
10002
dcd1f979
TT
100032016-05-17 Tom Tromey <tom@tromey.com>
10004
10005 * gdb.gdb/unittest.exp: New file.
10006
155b7f57
YQ
100072016-05-16 Yao Qi <yao.qi@linaro.org>
10008
10009 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10010 shell_prompt. Update shell_prompt_re.
10011
8ddd5a6c
DE
100122016-05-12 Doug Evans <dje@google.com>
10013
10014 PR symtab/19999
10015 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10016 $options when building executable.
10017 * gdb.dwarf2/fission-loclists-pie.S: New file.
10018 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10019
02e370d9
SM
100202016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10021
10022 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10023 of [is_remote target],
10024
8929ad8b
SM
100252016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10026
10027 * lib/gdb.exp (use_gdb_stub): New procedure.
10028
6c447423
DE
100292016-05-03 Yunlian Jiang <yunlian@google.com>
10030 Doug Evans <dje@google.com>
10031
10032 PR symtab/19914
10033 * gdb.dwarf2/dwp-sepdebug.c: New file.
10034 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10035
444e826c
SM
100362016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10037
10038 * gdb.base/detach.exp: Remove is_remote check.
10039
740feeaa
SM
100402016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10041
10042 * gdb.base/annota-input-while-running.exp: Don't check for
10043 [is_remote target]. Enable annotations after running to main.
10044 Remove unused "set test..." line.
10045
9080ac9d
SM
100462016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10047
10048 * gdb.trace/trace-enable-disable.exp: New file.
10049 * gdb.trace/trace-enable-disable.c: New file.
10050
952ebca5
SM
100512016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10052
10053 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10054 use it in info sharedlibrary test.
10055 * gdb.trace/ftrace-lock.exp: Likewise.
10056 * gdb.trace/ftrace.exp: Likewise.
10057 * gdb.trace/range-stepping.exp: Likewise.
10058 * gdb.trace/trace-break.exp: Likewise.
10059 * gdb.trace/trace-condition.exp: Likewise.
10060 * gdb.trace/trace-mt.exp: Likewise.
10061
d9019901
SM
100622016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10063
10064 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10065 (gdb_load_shlib): ... this.
10066 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10067 gdb_load_shlib.
10068 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10069 * gdb.base/ctxobj.exp: Likewise.
10070 * gdb.base/dprintf-pending.exp: Likewise.
10071 * gdb.base/dso2dso.exp: Likewise.
10072 * gdb.base/fixsection.exp: Likewise.
10073 * gdb.base/gcore-relro.exp: Likewise.
10074 * gdb.base/gdb1555.exp: Likewise.
10075 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10076 * gdb.base/gnu-ifunc.exp: Likewise.
10077 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10078 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10079 * gdb.base/pending.exp: Likewise.
10080 * gdb.base/print-file-var.exp: Likewise.
10081 * gdb.base/print-symbol-loading.exp: Likewise.
10082 * gdb.base/shlib-call.exp: Likewise.
10083 * gdb.base/shreloc.exp: Likewise.
10084 * gdb.base/so-impl-ld.exp: Likewise.
10085 * gdb.base/solib-disc.exp: Likewise.
10086 * gdb.base/solib-nodir.exp: Likewise.
10087 * gdb.base/solib-overlap.exp: Likewise.
10088 * gdb.base/solib-symbol.exp: Likewise.
10089 * gdb.base/solib-weak.exp (do_test): Likewise.
10090 * gdb.base/sym-file.exp: Likewise.
10091 * gdb.base/symtab-search-order.exp: Likewise.
10092 * gdb.base/type-opaque.exp: Likewise.
10093 * gdb.base/unload.exp: Likewise.
10094 * gdb.base/watchpoint-solib.exp: Likewise.
10095 * gdb.compile/compile.exp: Likewise.
10096 * gdb.cp/gdb2384.exp: Likewise.
10097 * gdb.cp/infcall-dlopen.exp: Likewise.
10098 * gdb.cp/re-set-overloaded.exp: Likewise.
10099 * gdb.fortran/library-module.exp: Likewise.
10100 * gdb.opt/solib-intra-step.exp: Likewise.
10101 * gdb.python/py-finish-breakpoint.exp: Likewise.
10102 * gdb.python/py-shared.exp: Likewise.
10103 * gdb.reverse/solib-precsave.exp: Likewise.
10104 * gdb.reverse/solib-reverse.exp: Likewise.
10105 * gdb.server/solib-list.exp: Likewise.
10106 * gdb.threads/dlopen-libpthread.exp: Likewise.
10107 * gdb.threads/tls-shared.exp: Likewise.
10108 * gdb.threads/tls-so_extern.exp: Likewise.
10109 * gdb.trace/change-loc.exp: Likewise.
10110 * gdb.trace/ftrace-lock.exp: Likewise.
10111 * gdb.trace/ftrace.exp: Likewise.
10112 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10113 * gdb.trace/pending.exp: Likewise.
10114 * gdb.trace/range-stepping.exp: Likewise.
10115 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10116 (strace_info_marker): Likewise.
10117 (strace_probe_marker): Likewise.
10118 (strace_trace_on_same_addr): Likewise.
10119 (strace_trace_on_diff_addr): Likewise.
10120 * gdb.trace/trace-break.exp: Likewise.
10121 * gdb.trace/trace-condition.exp: Likewise.
10122 * gdb.trace/trace-mt.exp: Likewise.
10123
fca4cfd9
SM
101242016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10125
10126 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10127 result of gdb_remote_download.
10128 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10129 * gdb.base/dso2dso.exp: Likewise.
10130 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10131 * gdb.base/print-file-var.exp: Likewise.
10132 * gdb.base/shlib-call.exp: Likewise.
10133 * gdb.base/shreloc.exp: Likewise.
10134 * gdb.base/solib-overlap.exp: Likewise.
10135 * gdb.base/solib-weak.exp (do_test): Likewise.
10136 * gdb.base/unload.exp: Likewise.
10137
11cf4ffb
YQ
101382016-04-27 Yao Qi <yao.qi@linaro.org>
10139
10140 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10141 exists.
10142
3e2e34f8
KB
101432016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10144
10145 * vla-type.exp: Print structure from toplevel.
10146
8f07e298
BH
101472016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10148
10149 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10150 of dynamic types.
10151 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10152 of dynamic types.
10153
9920b434
BH
101542016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10155
10156 * gdb.fortran/vla-type.f90: New file.
10157 * gdb.fortran/vla-type.exp: New file.
10158
f3abeff5
YQ
101592016-04-25 Yao Qi <yao.qi@linaro.org>
10160
10161 * gdb.base/branch-to-self.c: New file.
10162 * gdb.base/branch-to-self.exp: New file.
10163
0a5d52f0
YQ
101642016-04-22 Yao Qi <yao.qi@linaro.org>
10165
10166 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10167 more after $hex.
10168
495346f6
YQ
101692016-04-22 Yao Qi <yao.qi@linaro.org>
10170
10171 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10172 * gdb.base/annota3.exp: Likewise.
10173
4a7e075c
YQ
101742016-04-22 Yao Qi <yao.qi@linaro.org>
10175
10176 * gdb.reverse/step-precsave.exp: Do one step and test program
10177 stops in "callee" and do multiple steps until program goes out
10178 of "callee".
10179 * gdb.reverse/step-reverse.exp: Likewise.
10180
5b061e98
YQ
101812016-04-22 Yao Qi <yao.qi@linaro.org>
10182
10183 * gdb.trace/signal.exp: Also pass if
10184 $tracepoint_hits($i) > $iterations.
10185
5c5dc57f
YQ
101862016-04-22 Yao Qi <yao.qi@linaro.org>
10187
10188 * gdb.trace/signal.c: New file.
10189 * gdb.trace/signal.exp: New file.
10190
a55411b9
DE
101912016-04-19 Doug Evans <xdje42@gmail.com>
10192
10193 * gdb.base/bad-file.exp: New file.
10194
a22df60a
MG
101952016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10196
10197 * gdb.dwarf2/implref.exp: New file.
10198
0c13f7e5
BH
101992016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10200
10201 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10202 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10203 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10204 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10205 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10206 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10207 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10208 * lib/fortran.exp (fortran_int4): New procedure.
10209 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10210 (fortran_logical4): Likewise.
10211
9b9b09e9
BH
102122016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10213
10214 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10215
a14d1f4d
BH
102162016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10217
10218 * lib/compiler.c: Add Intel specific preprocessor macros.
10219 * lib/compiler.cc: Likewise.
25d49b86 10220
7d49b1d0
LM
102212016-04-13 Luis Machado <lgustavo@codesourcery.com>
10222
10223 * gdb.server/connect-with-no-symbol-file.c: New file.
10224 * gdb.server/connect-with-no-symbol-file.exp: New file.
10225
8392fa22
SM
102262016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10227
10228 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10229
8c4c4aeb
SM
102302016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10231
10232 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10233 standard output directory.
10234
45e3745e
AT
102352016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10236
10237 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10238
e26b7e41
MM
102392016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10240
10241 * gdb.btrace/instruction_history.c (loop): Add declaration.
10242
8ce09462
AT
102432016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10244
10245 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10246
2e88a1ea
SM
102472016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10248
10249 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10250 parentheses to print.
10251 (continue_handler): Likewise.
10252
f48e22e3
SM
102532016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10254
10255 * gdb.server/solib-list.exp: Remove is_remote check.
10256 Pass shlib= to gdb_compile. Don't link shared library with
10257 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10258 Run binary filename through "readlink -f" on the target.
10259
096be756
PA
102602016-04-08 Pedro Alves <palves@redhat.com>
10261
10262 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10263 interpreter filename as argument to gdbserver_spawn.
10264 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10265 Return empty if $last_loaded_file does not exist.
10266
06500533
JK
102672016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10268
10269 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10270 * gdb.base/jit-main.c: Use exit after usage.
10271
2d35e871
JK
102722016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10273
10274 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10275 GDBHISTSIZE prior to the tests.
10276 * gdb.base/gdbinit-history.exp: Likewise.
10277
102782016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
10279
10280 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10281 instead of build_executable. Use gdb_load_shlibs.
10282
c8064e7e
YQ
102832016-04-07 Yao Qi <yao.qi@linaro.org>
10284
10285 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10286 Execute "si" command.
10287
bde47561
YQ
102882016-04-07 Yao Qi <yao.qi@linaro.org>
10289
10290 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10291 number instead of the comments on some line.
10292
b16f8a3b
DB
102932016-04-06 Don Breazeal <donb@codesourcery.com>
10294
10295 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10296 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10297
c2f901df
SM
102982016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10299
10300 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10301 standard_output_file. Remove unused binfile variable.
10302
ac17fda0
CU
103032016-04-05 Catalin Udma <catalin.udma@freescale.com>
10304
10305 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10306 * gdb.python/py-mi-objfile.exp: Match "list main" output
10307 in console format.
10308
03a8c4df
SM
103092016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10310
10311 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10312 absolute.
10313
6e774b13
SM
103142016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10315
10316 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10317 absolute.
10318 * gdb.trace/ftrace.exp: Likewise.
10319 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10320 targets as well.
10321 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10322 (gdb_load_shlibs): Copy libraries to test directory when testing
10323 natively. Only set solib-search-path if testing remotely.
10324 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10325
7817ea46
SM
103262016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10327
10328 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10329 gdb_download. Use it even if the target is not remote.
10330 * gdb.base/jit.exp (compile_jit_test): Likewise.
10331 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10332 output directory if the destination board is local, otherwise use
10333 the standard remote_download from DejaGnu.
10334 (gdb_download): Remove.
10335 (gdb_load_shlibs): Use gdb_remote_download instead of
10336 gdb_download.
10337 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10338 Use gdb_remote_download instead of gdb_download. Use it even if
10339 the target is not remote.
10340 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10341 instead of gdb_download.
10342
7beb7f68
SM
103432016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10344
10345 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10346 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10347 run.
10348
cc63428a
AV
103492016-04-01 Artemiy Volkov <artemiyv@acm.org>
10350
10351 PR gdb/19820
10352 * gdb.base/printcmds.exp: Add artificial arrays tests.
10353
64cdf930
PA
103542016-03-31 Pedro Alves <palves@redhat.com>
10355
10356 PR gdb/19858
10357 * gdb.base/jit-main.c: Include unistd.h.
10358 (ATTACH): Define to 0 if not already defined.
10359 (wait_for_gdb, mypid): New globals.
10360 (WAIT_FOR_GDB): New macro.
10361 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10362 some breakpoint locations.
10363 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10364 New procedures.
10365 (one_jit_test): Add REATTACH parameter, and handle it. Use
10366 continue_to_test_location.
10367 (top level): Test attach, and adjusts calls to one_jit_test.
10368
40dea8cb
PA
103692016-03-31 Pedro Alves <palves@redhat.com>
10370
10371 PR gdb/19858
10372 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10373 BINSUFFIX parameter, and handle it.
10374 (top level): Adjust calls compile_jit_test.
10375
e7ea3ec7
CU
103762016-03-31 Catalin Udma <catalin.udma@freescale.com>
10377
10378 PR python/19743
10379 * gdb.python/py-mi-events-gdb.py: New file.
10380 * gdb.python/py-mi-events.c: New file.
10381 * gdb.python/py-mi-events.exp: New file.
10382
e6359af3
YQ
103832016-03-30 Yao Qi <yao.qi@linaro.org>
10384
10385 * gdb.reverse/until-precsave.exp: Match function name only.
10386 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10387 Move malloc to a condition block.
10388 * gdb.reverse/until-reverse.exp: Match function name only.
10389
a4105d04
MK
103902016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10391
10392 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10393 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10394 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10395 variable for GPR 0 instead of assuming it is register 0.
10396 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10397 * lib/trace-support.exp: Add s390 registers.
10398
bfa6adb9
YQ
103992016-03-29 Yao Qi <yao.qi@linaro.org>
10400
10401 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10402
1e6697ea
YQ
104032016-03-24 Yao Qi <yao.qi@linaro.org>
10404
10405 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10406 test message.
10407
64bcd522
AA
104082016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10409
10410 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10411 maintaining separate logic for constructing the output path.
10412
7868401b
DB
104132016-03-16 Don Breazeal <donb@codesourcery.com>
10414
10415 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10416 Retry fork and waitpid on interrupted system call errors.
10417 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10418 Use with_timeout_factor to increase timeout by factor of 10.
10419
1cafadb4
DB
104202016-03-15 Don Breazeal <donb@codesourcery.com>
10421
10422 * gdb.cp/scope-err.cc: New test program.
10423 * gdb.cp/scope-err.exp: New test script.
10424 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10425 lines and "set breakpoint here" comment.
10426 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10427 Fixed some whitespace and format issues.
10428 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10429 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10430
81516450
DE
104312016-03-15 Doug Evans <dje@google.com>
10432
10433 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10434 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10435 All callers updated. Add tests for enums, mixed flags register.
10436
aa52b601
DE
104372016-03-15 Doug Evans <dje@google.com>
10438
10439 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10440 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10441
fa4ff313
SM
104422016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10443
10444 * gdb.base/default.exp: Add $_as_string to the list of expected
10445 convenience functions.
10446
f2403c39
AB
104472016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10448
10449 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10450
f2f3ccb9
SM
104512016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10452
10453 * gdb.python/py-as-string.exp: New file.
10454 * gdb.python/py-as-string.c: New file.
10455
00dbd492
PA
104562016-03-09 Pedro Alves <palves@redhat.com>
10457
10458 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10459 signal" -> "Thread NN received signal" output change.
10460 * gdb.threads/ia64-sigill.exp: Likewise.
10461 * gdb.threads/linux-dp.exp: Likewise.
10462 * gdb.threads/manythreads.exp: Likewise.
10463 * gdb.threads/pending-step.exp: Likewise.
10464 * gdb.threads/print-threads.exp: Likewise.
10465 * gdb.threads/sigstep-threads.exp: Likewise.
10466 * gdb.threads/staticthreads.exp: Likewise.
10467 * gdb.threads/tls.exp: Likewise.
10468
1e6697ea
YQ
104692016-03-09 Pedro Alves <palves@redhat.com>
10470
10471 * gdb.base/command-line-input.exp: New file.
10472
b04fd3be
MK
104732016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10474
10475 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10476 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10477 * gdb.trace/pending.exp: Accept leading dot before function name.
10478 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10479 * lib/trace-support.exp: Set registers for ppc.
10480
98fa59e9
MK
104812016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10482
10483 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10484 use it for disassembly; accept .main in addition to main in backtrace.
10485
f77198c8
MK
104862016-03-09 Wei-cheng Wang <cole945@gmail.com>
10487 Marcin Kościelnicki <koriakin@0x04.net>
10488
10489 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10490 (gdb_recursion_test_ptr): New global variable.
10491 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10492 gdb_recursion_test.
10493 (gdb_c_test): Ditto.
10494
ba84e0da
MK
104952016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10496
10497 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10498 ordering.
10499
4366d36e
MK
105002016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10501
10502 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10503 (bar): Add bar_start_lbl label.
10504 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10505 of foo/bar for emitting DWARF and tracing.
10506
5eb264df
SDJ
105072016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10508
10509 * analyze-racy-logs.py: Set executable bit.
10510
fb6a751f
SDJ
105112016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10512
10513 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10514 (CHECK_TARGET_TMP): Likewise.
10515 (check-single-racy): New rule.
10516 (check-parallel-racy): Likewise.
10517 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10518 (do-check-parallel-racy): New rule.
10519 (check-racy/%.exp): Likewise.
10520 * README (Racy testcases): New section.
10521 * analyze-racy-logs.py: New file.
10522
bdf7e230
DE
105232016-03-03 Doug Evans <dje@google.com>
10524
10525 * gdb.base/skip.exp: Use with_test_prefix.
10526
4719d415
YQ
105272016-03-03 Yao Qi <yao.qi@linaro.org>
10528
10529 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10530 Invoke step_over_syscall "clone" and break_cond_on_syscall
10531 "clone".
10532 * gdb.base/step-over-clone.c: New file.
10533
ea507862
YQ
105342016-03-03 Yao Qi <yao.qi@linaro.org>
10535
10536 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10537 code format.
10538
8fc8cbda
YQ
105392016-03-03 Yao Qi <yao.qi@linaro.org>
10540
10541 * gdb.base/disp-step-fork.c: Rename to ...
10542 * gdb.base/step-over-fork.c: ... it. New file.
10543 * gdb.base/disp-step-vfork.c: Rename to ...
10544 * gdb.base/step-over-vfork.c: ... it. New file.
10545 * gdb.base/disp-step-syscall.exp: Rename to ...
10546 * gdb.base/step-over-syscall.exp: ... it. New file.
10547 (disp_step_cross_syscall): Rename to ...
10548 (step_over_syscall): ... it.
10549
92fa70b0
YQ
105502016-03-03 Yao Qi <yao.qi@linaro.org>
10551
10552 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10553 If target supports condition evaluation on target, invoke
10554 break_cond_on_syscall for fork and vfork.
10555
e197ad3c
YQ
105562016-03-03 Yao Qi <yao.qi@linaro.org>
10557
10558 * gdb.base/disp-step-syscall.exp: Don't invoke
10559 support_displaced_stepping.
10560 (disp_step_cross_syscall): Test with displaced stepping off and
10561 on if supported.
10562
0b47da9f
YQ
105632016-03-03 Yao Qi <yao.qi@linaro.org>
10564
10565 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10566 proc.
10567 (setup): New proc.
10568 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10569 and setup.
10570
065ab6dc
BH
105712016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10572
10573 * gdb.fortran/vla-history.exp: Remove breakpoint.
10574
07e448ad 105752016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10576
25d49b86
PA
10577 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10578 exceeds timeout.
07e448ad 10579
9ac2d526 105802016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10581
25d49b86
PA
10582 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10583 breakpoint.
9ac2d526 10584
17807369
BH
105852016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10586
10587 * gdb.mi/vla.f90: Nullify pointer after declaration.
10588
86e501af
PA
105892016-03-01 Pedro Alves <palves@redhat.com>
10590
10591 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10592
1e903e32
PA
105932016-03-01 Pedro Alves <palves@redhat.com>
10594
10595 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10596 before anything else.
10597 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10598 _GNU_SOURCE here.
10599 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10600 before anything else.
10601 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10602
6ccb54e2
PA
106032016-03-01 Pedro Alves <palves@redhat.com>
10604
10605 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10606
30ca9da1
YQ
106072016-03-01 Yao Qi <yao.qi@linaro.org>
10608
10609 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10610 prepare_for_testing.
10611
dc856b38
YQ
106122016-03-01 Yao Qi <yao.qi@linaro.org>
10613
10614 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10615
4a932159
AA
106162016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10617
10618 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10619 manually constructing the output path.
10620
f2489477
AA
106212016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10622
10623 * gdb.arch/s390-stackless.S: New.
10624 * gdb.arch/s390-stackless.exp: New.
10625
38899f16
IB
106262016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10627
10628 * gdb.dlang/circular.c: New file.
10629 * gdb.dlang/circular.exp: New file.
10630
9fde51ed
YQ
106312016-02-26 Yao Qi <yao.qi@linaro.org>
10632
10633 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10634 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10635 (testcases): Update.
10636
ce90fefe
YQ
106372016-02-26 Yao Qi <yao.qi@linaro.org>
10638
10639 * gdb.reverse/aarch64.c: Rename to ...
10640 * gdb.reverse/insn-reverse.c: ... it.
10641 * gdb.reverse/aarch64.exp: Rename to ...
10642 * gdb.reverse/insn-reverse.exp: ... it.
10643
3263bceb
YQ
106442016-02-26 Yao Qi <yao.qi@linaro.org>
10645
10646 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10647 (testcase_ftype): New.
10648 (testcases): New array.
10649 (n_testcases): New.
10650 (main): Call each element in testcases.
10651 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10652 (read_testcase): New.
10653 Do the tests in a loop.
10654
6cb59ff1
YQ
106552016-02-25 Yao Qi <yao.qi@linaro.org>
10656
10657 * gdb.base/branches.c: Remove.
10658
ae91f625
MK
106592016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10660
10661 PR gdb/13808
10662 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10663
678b48b7
MK
106642016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10665
10666 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10667
7337a6f2
MK
106682016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10669
10670 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10671 change x86_64 call_insn to 'callq'.
10672
861ca91f
AT
106732016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10674
10675 * gdb.trace/tfile-avx.c: Move to...
10676 * gdb.trace/tracefile-pseudo-reg.c: Here.
10677 * gdb.trace/tfile-avx.exp: Move to...
10678 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10679
bf74e428
GB
106802016-02-24 Gary Benson <gbenson@redhat.com>
10681
10682 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10683 message on attach.
10684
cce0e923
DE
106852016-02-23 Doug Evans <dje@google.com>
10686
10687 * gdb.base/skip.c (test_skip): New function.
10688 (end_test_skip_file_and_function): New function.
10689 (test_skip_file_and_function): New function.
10690 * gdb.base/skip1.c (test_skip): New function.
10691 (skip1_test_skip_file_and_function): New function.
10692 * gdb.base/skip.exp: Add tests for new skip options.
10693 * gdb.base/skip-solib.exp: Update expected output.
10694 * gdb.perf/skip-command.cc: New file.
10695 * gdb.perf/skip-command.exp: New file.
10696 * gdb.perf/skip-command.py: New file.
10697
4000e47e
MK
106982016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10699
10700 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10701 info registers pattern.
10702
24f75ead
IB
107032016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10704
10705 * lib/future.exp: Add D support.
10706 (gdb_find_gdc): New proc.
10707 (gdb_default_target_compile): Add D support.
10708
fbb7bcbe
WW
107092016-02-18 Wei-cheng Wang <cole945@gmail.com>
10710
10711 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10712 user+system time.
10713 (trace_speed_test): Determine the iteration count for a time
10714 between 15..30 seconds.
10715
012b3a21
WT
107162016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10717
10718 * gdb.arch/i386-mpx-sigsegv.c: New file.
10719 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10720 * gdb.arch/i386-mpx-simple_segv.c: New file.
10721 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10722
2d5189bd
YQ
107232016-02-18 Yao Qi <yao.qi@linaro.org>
10724
10725 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10726 Don't call setup_kfail.
10727
40fb20d0
YQ
107282016-02-18 Yao Qi <yao.qi@linaro.org>
10729
10730 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10731 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10732
21b1f8d2
DE
107332016-02-16 Doug Evans <dje@google.com>
10734
10735 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10736 * gdb.base/skip1.c: Ditto.
10737 * gdb.base/skip.exp: Whitespace cleanup.
10738
4041ed77
DB
107392016-02-16 Don Breazeal <donb@codesourcery.com>
10740
10741 PR remote/19496
10742 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10743 Remove kfail for PR remote/19496.
10744
c4ef31bf
SM
107452016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10746
10747 * lib/gdb.exp (standard_temp_file): Return a path specific to
10748 the runtest invocation.
10749
266b65b3
SM
107502016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10751
10752 * gdb.trace/save-trace.exp: Change relative path to be in the
10753 standard output directory.
10754
a7a0a6a9
JK
107552016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10756
10757 * gdb.arch/i386-prologue.c: Add missing prototypes.
10758
c99dbb42
JK
107592016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10760
10761 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10762 * gdb.arch/i386-prologue.exp: Likewise.
10763 * gdb.arch/i386-size.exp: Likewise.
10764
aa480355
SM
107652016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10766
10767 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10768 define object file path.
10769 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10770 file path.
10771 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10772 standard_output_file to define binfile.
10773
ba881f50
JK
107742016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10775
10776 Fix compatibility with recent gfortran-5.3.1.
10777 * gdb.fortran/vla-history.exp (print vla1 allocated)
10778 (print vla2 allocated, print $2, print $3): Remove
10779 (print $4): Rename to ...
10780 (print $2): ... here.
10781 (print $9): Rename to ...
10782 (print $5): ... here.
10783 (print $10): Rename to ...
10784 (print $6): ... here.
10785 * gdb.fortran/vla.f90: Add pvla initialization.
10786
e9fb005c
JK
107872016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10788
10789 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10790 New test.
10791 * gdb.fortran/vla-value-sub.exp: Likewise.
10792
e44e00ff
MK
107932016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10794
10795 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10796
97e94151
SM
107972016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10798
10799 * i386-biarch-core.exp: Define corefile using
10800 standard_output_file.
10801
01113bc1
YQ
108022016-02-12 Yao Qi <yao.qi@linaro.org>
10803
10804 * gdb.arch/arm-single-step-kernel-helper.c: New.
10805 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10806
33b4777c
MM
108072016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10808
10809 * gdb.btrace/tailcall-only.exp: New.
10810 * gdb.btrace/tailcall-only.c: New.
10811 * gdb.btrace/x86_64-tailcall-only.S: New.
10812 * gdb.btrace/i686-tailcall-only.S: New.
10813
acc23c11
PA
108142016-02-11 Pedro Alves <palves@redhat.com>
10815
10816 * README (Parallel testing): Add missing double quotes.
10817
e352bf0a
PA
108182016-02-11 Pedro Alves <palves@redhat.com>
10819
10820 * README (Parallel testing): New section.
10821 (GDB_PARALLEL): Rewrite.
10822 (FORCE_PARALLEL): Document.
10823
9f5fed78
MK
108242016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10825
10826 * gdb.trace/tfile-avx.c: New test.
10827 * gdb.trace/tfile-avx.exp: New test.
10828
9ef9e6a6
KS
108292016-02-09 Keith Seitz <keiths@redhat.com>
10830
10831 PR breakpoints/19546
10832 * gdb.base/infcall-exec.c: New file.
10833 * gdb.base/infcall-exec2.c: New file.
10834 * gdb.base/infcall-exec.exp: New file.
10835
a96e36da
KS
108362016-02-09 Keith Seitz <keiths@redhat.com>
10837
10838 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10839 (toplevel): Call test_bkpt_address.
10840
9f61929f
KS
108412016-02-09 Keith Seitz <keiths@redhat.com>
10842
10843 PR python/19506
10844 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10845 (toplevel): Call test_bkpt_address.
10846
1e94266c
SM
108472016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10848
10849 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10850 to AC_OUTPUT.
10851 * configure: Regenerate.
10852
2a7f3dff
PA
108532016-02-09 Pedro Alves <palves@redhat.com>
10854
10855 PR breakpoints/19548
10856 * gdb.base/execl-update-breakpoints.c (some_function): New
10857 function.
10858 (main): Call it.
10859 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10860 Tighten expected GDB output.
10861
2151ccc5
SM
108622016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10863
10864 * Makefile.in (ALL_SUBDIRS): Remove.
10865 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10866 (distclean maintainer-clean realclean): Likewise.
10867 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10868 * configure: Regenerate.
10869 * gdb.ada/Makefile.in: Delete.
10870 * gdb.arch/Makefile.in: Likewise.
10871 * gdb.asm/Makefile.in: Likewise.
10872 * gdb.base/Makefile.in: Likewise.
10873 * gdb.btrace/Makefile.in: Likewise.
10874 * gdb.cell/Makefile.in: Likewise.
10875 * gdb.compile/Makefile.in: Likewise.
10876 * gdb.cp/Makefile.in: Likewise.
10877 * gdb.disasm/Makefile.in: Likewise.
10878 * gdb.dlang/Makefile.in: Likewise.
10879 * gdb.dwarf2/Makefile.in: Likewise.
10880 * gdb.fortran/Makefile.in: Likewise.
10881 * gdb.gdb/Makefile.in: Likewise.
10882 * gdb.go/Makefile.in: Likewise.
10883 * gdb.guile/Makefile.in: Likewise.
10884 * gdb.java/Makefile.in: Likewise.
10885 * gdb.linespec/Makefile.in: Likewise.
10886 * gdb.mi/Makefile.in: Likewise.
10887 * gdb.modula2/Makefile.in: Likewise.
10888 * gdb.multi/Makefile.in: Likewise.
10889 * gdb.objc/Makefile.in: Likewise.
10890 * gdb.opencl/Makefile.in: Likewise.
10891 * gdb.opt/Makefile.in: Likewise.
10892 * gdb.pascal/Makefile.in: Likewise.
10893 * gdb.perf/Makefile.in: Likewise.
10894 * gdb.python/Makefile.in: Likewise.
10895 * gdb.reverse/Makefile.in: Likewise.
10896 * gdb.server/Makefile.in: Likewise.
10897 * gdb.stabs/Makefile.in: Likewise.
10898 * gdb.threads/Makefile.in: Likewise.
10899 * gdb.trace/Makefile.in: Likewise.
10900 * gdb.xml/Makefile.in: Likewise.
10901 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10902 GDB_PARALLEL.
10903 (standard_output_file): Remove check for GDB_PARALLEL, always
10904 return path in outputs/$subdir/$testname.
10905
437277d4
SM
109062016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10907
10908 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10909 (site.exp): Assign abs_srcdir to tcl's srcdir.
10910
31d913c7
YQ
109112016-02-04 Yao Qi <yao.qi@linaro.org>
10912
10913 * gdb.base/foll-exec-mode.c: Include limits.h.
10914 (main): Add parameters argc and argv. Get directory from
10915 argv[0].
10916 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10917 compilation.
10918 * gdb.base/foll-exec.c: Include limits.h.
10919 (main): Add parameters argc and argv.
10920 Get directory from argv[0].
10921 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10922 Adjust tests on the number of lines as source code changed.
10923 * gdb.base/foll-vfork-exit.c: Include limits.h.
10924 (main): Add one line of statement before vfork.
10925 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10926 (main): Add parameters argc and argv. Get directory from
10927 argv[0].
10928 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10929 (setup_gdb): Set tbreak to skip some source lines.
10930 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10931 (main): Add parameters argc and argv. Get directory from
10932 argv[0].
10933 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10934 compilation.
10935 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10936 (main): Add parameters argc and argv. Get directory from
10937 argv[0].
10938 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10939 compilation.
10940
9482b9fb
DE
109412016-02-01 Doug Evans <dje@google.com>
10942
10943 * gdb.base/skip.exp: Clean up multiple references to same test name.
10944
6b2e4f10
PA
109452016-02-01 Pedro Alves <palves@redhat.com>
10946
ccb6afd6 10947 PR remote/19496
6b2e4f10
PA
10948 * gdb.threads/forking-threads-plus-breakpoint.exp
10949 (displaced_stepping_supported): New global.
10950 (probe_displaced_stepping_support): New procedure.
10951 (do_test): Add 'displaced' parameter, and use it.
10952 (top level): Check for displaced stepping support. Add displaced
10953 stepping on/off testing axis.
10954
37a8db1a
AB
109552016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10956
10957 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10958 pointer. Don't perform further tests on the unassociated pointer
10959 if the first test fails.
10960
5fdf6324
AB
109612016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10962
10963 * gdb.base/max-value-size.c: New file.
10964 * gdb.base/max-value-size.exp: New file.
10965 * gdb.base/huge.exp: Disable max-value-size for this test.
10966
935c6144
IB
109672016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10968
10969 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10970
7fe8399d
YQ
109712016-01-28 Yao Qi <yao.qi@linaro.org>
10972
10973 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10974
a2077e25
PA
109752016-01-25 Pedro Alves <palves@redhat.com>
10976
10977 PR threads/19461
10978 * gdb.base/fork-running-state.c: New file.
10979 * gdb.base/fork-running-state.exp: New file.
10980
1d2736d4
PA
109812016-01-25 Pedro Alves <palves@redhat.com>
10982
10983 PR gdb/19494
10984 * gdb.base/catch-fork-kill.c: New file.
10985 * gdb.base/catch-fork-kill.exp: New file.
10986
f1da4b11
PA
109872016-01-25 Pedro Alves <palves@redhat.com>
10988
10989 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10990 Delete, moved to lib/gdb.exp.
10991 * gdb.threads/forking-threads-plus-breakpoint.exp
10992 (foreach_with_prefix): Likewise.
10993 * gdb.threads/process-dies-while-handling-bp.exp
10994 (foreach_with_prefix): Likewise.
10995 * lib/gdb.exp (foreach_with_prefix): New procedure.
10996
45f38546
MK
109972016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10998
10999 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11000 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11001
dc29a1ce
MK
110022016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11003
11004 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11005 endian targets.
11006
092127d7
JK
110072016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11008 Pedro Alves <palves@redhat.com>
11009
11010 Fix testsuite compatibility with Guile.
11011 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11012 number.
11013
31d765d3
JK
110142016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11015
11016 Fix testsuite compatibility with Guile.
11017 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11018 (thread 1): New test for backtrace through signal handler.
11019
1ac78c04
YQ
110202016-01-22 Yao Qi <yao.qi@linaro.org>
11021
11022 PR testsuite/19491
11023 * gdb.base/multi-forks.c: Include
11024 ../lib/unbuffer_output.c
11025 (main): Call gdb_unbuffer_output.
11026
4f5946a8
DE
110272016-01-21 Doug Evans <dje@google.com>
11028
11029 * lib/ada.exp (gdb_compile_ada): Fix typo.
11030
305e13e6
JB
110312016-01-21 Joel Brobecker <brobecker@adacore.com>
11032
11033 * gdb.base/break-fun-addr.exp: New file.
11034 * gdb.base/break-fun-addr1.c: New file.
11035 * gdb.base/break-fun-addr2.c: New file.
11036
5f5dfff6
SM
110372016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11038
11039 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11040 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11041 enum flag values.
11042
fd356fa2
AA
110432016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11044
11045 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11046 when GDB can not set the vector return value. Add more comments
11047 for clarification.
11048
9df22175
AT
110492016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11050
11051 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11052 command.
11053
41d1845e
SM
110542016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11055
11056 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11057
01ac6840
SM
110582016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11059
11060 * Makefile.in (check-single): Pass --status to runtest.
11061 (check/%.exp): Likewise.
11062
110632016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11064
11065 * Makefile.in (check-parallel): Propagate return code from make
11066 do-check-parallel.
11067
bd0a71fa
MK
110682016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11069
11070 * gdb.trace/ftrace.exp: Fix expected message on continue.
11071 * gdb.trace/pending.exp: Fix expected message on continue.
11072 * gdb.trace/trace-break.exp: Fix expected message on continue.
11073
8bcbad33
SM
110742016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11075
11076 * lib/gdb.exp (gdb_test): Remove unused global references.
11077
f303dbd6
PA
110782016-01-18 Pedro Alves <palves@redhat.com>
11079
11080 * gdb.base/async-shell.exp: Adjust expected output.
11081 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11082 * gdb.base/siginfo-thread.exp: Adjust expected output.
11083 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11084 * gdb.java/jnpe.exp: Adjust expected output.
11085 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11086 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11087 * gdb.threads/leader-exit.exp: Adjust expected output.
11088 * gdb.threads/manythreads.exp: Adjust expected output.
11089 * gdb.threads/pthreads.exp: Adjust expected output.
11090 * gdb.threads/schedlock.exp: Adjust expected output.
11091 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11092 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11093 expected output.
11094 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11095 output.
11096 * gdb.threads/sigthread.exp: Adjust expected output.
11097 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11098
b2789696
YQ
110992016-01-18 Yao Qi <yao.qi@linaro.org>
11100
11101 * gdb.guile/scm-section-script.c: Replace @progbits with
11102 %progbits.
11103 * gdb.python/py-section-script.c: Likewise.
11104
71ef29a8
PA
111052016-01-15 Pedro Alves <palves@redhat.com>
11106
11107 * gdb.multi/tids.exp: Test star wildcard ranges.
11108
3f5b7598
PA
111092016-01-15 Pedro Alves <palves@redhat.com>
11110
11111 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11112 command from "thread apply" invocation.
11113 (thr_apply_info_thr_invalid): Default the expected output to the
11114 input tid list.
11115 (top level): Add tests that use convenience variables. Add tests
11116 for "thread apply" with a valid TID list, but missing the command.
11117
663f6d42
PA
111182016-01-13 Pedro Alves <palves@redhat.com>
11119
11120 * gdb.base/default.exp: Expect $_gthread as well.
11121 * gdb.multi/tids.exp: Test $_gthread.
11122 * gdb.threads/thread-specific.exp: Test $_gthread.
11123
c84f6bbf
PA
111242016-01-13 Pedro Alves <palves@redhat.com>
11125
11126 * gdb.multi/tids.exp: Test "info threads -gid".
11127
22a02324
PA
111282016-01-13 Pedro Alves <palves@redhat.com>
11129
11130 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11131 Breakpoint.thread.
11132 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11133
5d5658a1
PA
111342016-01-07 Pedro Alves <palves@redhat.com>
11135
11136 * gdb.base/break.exp: Adjust to output changes.
11137 * gdb.base/hbreak2.exp: Likewise.
11138 * gdb.base/sepdebug.exp: Likewise.
11139 * gdb.base/watch_thread_num.exp: Likewise.
11140 * gdb.linespec/keywords.exp: Likewise.
11141 * gdb.multi/info-threads.exp: Likewise.
11142 * gdb.threads/thread-find.exp: Likewise.
11143 * gdb.multi/tids.c: New file.
11144 * gdb.multi/tids.exp: New file.
11145
84654457
PA
111462016-01-13 Pedro Alves <palves@redhat.com>
11147
11148 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11149
e3940304
PA
111502016-01-13 Pedro Alves <palves@redhat.com>
11151
11152 * gdb.base/default.exp: Expect $_inferior as well.
11153 * gdb.multi/base.exp: Test $_inferior.
11154
a911d87a
PA
111552016-01-13 Pedro Alves <palves@redhat.com>
11156
11157 PR breakpoints/19388
11158 * gdb.base/catch-signal-siginfo-cond.c: New file.
11159 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11160
82075af2
JS
111612016-01-12 Josh Stone <jistone@redhat.com>
11162 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11163
11164 * gdb.base/catch-syscall.c (do_execve): New variable.
11165 (main): Conditionally trigger an execve.
11166 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11167 (test_catch_syscall_execve): New, check entry/return across execve.
11168 (do_syscall_tests): Call test_catch_syscall_execve.
11169
e46eeedd
PA
111702016-01-12 Pedro Alves <palves@redhat.com>
11171
11172 * gdb.base/random-signal.exp (do_test): New procedure, with body
11173 of testcase moved in.
11174
01d8c27e
JK
111752016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11176 Pedro Alves <palves@redhat.com>
11177
11178 * gdb.base/funcargs.exp (finish from indirectly called function):
11179 Reintroduce the case for 'First'.
11180
9a706302
JK
111812016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11182 Pedro Alves <palves@redhat.com>
11183
11184 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11185 (tcatch_vfork_then_child_follow_exec)
11186 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11187 identification.
11188
c0ecb95f
JK
111892016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11190
11191 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11192 and repeats to unlimited.
11193 * gdb.python/py-value.exp: Likewise.
11194 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11195 and repeats to unlimited.
11196
6cfc1fcb
JK
111972016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11198
11199 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11200 and reordering the functions.
11201 * gdb.multi/hangout.c: Likewise.
11202 * gdb.multi/hello.c: Likewise.
11203
582a1b00
SM
112042016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11205
11206 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11207 absolute.
11208 (SingleStatisticTestResult.report): Use dict.keys instead of
11209 dict.iterkeys.
11210
79bc59cb
PA
112112016-01-06 Pedro Alves <palves@redhat.com>
11212
11213 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11214
43368e1d
MM
112152016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11216
11217 * gdb.btrace/dlopen.exp: New.
11218 * gdb.btrace/dlopen.c: New.
11219 * gdb.btrace/dlopen-dso.c: New.
11220
79fad5b8
SL
112212015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11222
11223 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11224 PATTERN argument is optional.
11225
ab8314b3
JB
112262015-12-24 Joel Brobecker <brobecker@adacore.com>
11227
11228 * lib/ada.exp (target_compile_ada_from_dir): New function.
11229 (gdb_compile_ada): Reimplement avoiding the use of project files.
11230 * gdb.ada/gnat_ada.gpr: Delete.
11231 * gdb.ada/cond_lang.exp: Adjust test to make path before
11232 filename optional.
11233 * gdb.ada/small_reg_param.exp: Likewise.
11234
fe33faff
SM
112352015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11236
11237 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11238
6d265cb4
TP
112392015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11240
11241 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11242 case.
11243
10125099
SM
112442015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11245
11246 * gdb.base/break.exp: Remove dead code.
11247 * gdb.base/sepdebug.exp: Likewise.
11248
3ca22649
SM
112492015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11250
11251 * gdb.asm/asm-source.exp: Remove HP-UX references.
11252 * gdb.base/annota1.exp: Likewise.
11253 * gdb.base/annota3.exp: Likewise.
11254 * gdb.base/attach.exp: Likewise.
11255 * gdb.base/bigcore.exp: Likewise.
11256 * gdb.base/break.exp: Likewise.
11257 * gdb.base/call-ar-st.exp: Likewise.
11258 * gdb.base/callfuncs.exp: Likewise.
11259 * gdb.base/catch-fork-static.exp: Likewise.
11260 * gdb.base/display.exp: Likewise.
11261 * gdb.base/foll-exec-mode.exp: Likewise.
11262 * gdb.base/foll-exec.exp: Likewise.
11263 * gdb.base/foll-fork.exp: Likewise.
11264 * gdb.base/foll-vfork.exp: Likewise.
11265 * gdb.base/funcargs.exp: Likewise.
11266 * gdb.base/hbreak2.exp: Likewise.
11267 * gdb.base/inferior-died.exp: Likewise.
11268 * gdb.base/interrupt.exp: Likewise.
11269 * gdb.base/multi-forks.exp: Likewise.
11270 * gdb.base/nodebug.exp: Likewise.
11271 * gdb.base/sepdebug.exp: Likewise.
11272 * gdb.base/solib1.c: Likewise.
11273 * gdb.base/step-test.exp: Likewise.
11274 * gdb.mi/non-stop.c: Likewise.
11275 * gdb.mi/pthreads.c: Likewise.
11276 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11277 * gdb.threads/pthreads.c: Likewise.
11278 * gdb.threads/staticthreads.exp: Likewise.
11279 * lib/future.exp: Likewise.
11280 * lib/gdb.exp: Likewise.
11281 * gdb.base/so-indr-cl.c: Remove.
11282 * gdb.base/so-indr-cl.exp: Likewise.
11283 * gdb.base/solib.c: Likewise.
11284 * gdb.base/solib.exp: Likewise.
11285 * gdb.base/solib2.c: Likewise.
11286
b6304613
SM
112872015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11288
11289 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11290 * gdb.base/call-ar-st.exp: Likewise.
11291 * gdb.base/callfuncs.exp: Likewise.
11292 * gdb.base/condbreak.exp: Likewise.
11293 * gdb.base/constvars.exp: Likewise.
11294 * gdb.base/hbreak2.exp: Likewise.
11295 * gdb.base/langs.exp: Likewise.
11296 * gdb.base/list.exp: Likewise.
11297 * gdb.base/long_long.exp: Likewise.
11298 * gdb.base/ptype.exp: Likewise.
11299 * gdb.base/scope.exp: Likewise.
11300 * gdb.base/signals.exp: Likewise.
11301 * gdb.base/so-impl-ld.exp: Likewise.
11302 * gdb.base/varargs.exp: Likewise.
11303 * gdb.base/volatile.exp: Likewise.
11304 * gdb.base/whatis.exp: Likewise.
11305 * gdb.cp/cplusfuncs.exp: Likewise.
11306 * gdb.cp/inherit.exp: Likewise.
11307 * gdb.cp/local.exp: Likewise.
11308 * gdb.cp/member-ptr.exp: Likewise.
11309 * gdb.cp/method.exp: Likewise.
11310 * gdb.cp/overload.exp: Likewise.
11311 * gdb.cp/templates.exp: Likewise.
11312 * gdb.stabs/weird.exp: Likewise.
11313 * lib/compiler.c: Likewise.
11314 * lib/compiler.cc: Likewise.
11315 * lib/cp-support.exp: Likewise.
11316 * lib/gdb.exp: Likewise.
11317
bf401b07
SM
113182015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11319
11320 * configure.ac: Remove HP-UX case.
11321 * configure: Regenerate.
11322
aff9c0f8
SM
113232015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11324
11325 * lib/gdb.exp (gdb_compile): Add function doc.
11326
a6904d5a
PA
113272015-12-17 Pedro Alves <palves@redhat.com>
11328
11329 PR threads/19354
11330 * gdb.multi/info-threads.exp: New file.
11331
a22279dd
YQ
113322015-12-15 Yao Qi <yao.qi@linaro.org>
11333
11334 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11335 is aarch64*-*-*.
11336
0588c796
SL
113372015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11338
11339 * gdb.base/history-duplicates.exp: Skip if no readline support.
11340
5d978e17
SL
113412015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11342
11343 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11344
7e763b86
SL
113452015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11346
11347 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11348
87a3a92c
SL
113492015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11350
11351 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11352 ctrl-C if nointerrupts target property is set.
11353 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11354 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11355 * gdb.base/paginate-bg-execution.exp: Likewise.
11356 * gdb.base/paginate-execution-startup.exp: Likewise.
11357 * gdb.base/random-signal.exp: Likewise.
11358 * gdb.base/range-stepping.exp: Likewise.
11359 * gdb.cp/annota2.exp: Likewise.
11360 * gdb.cp/annota3.exp: Likewise.
11361 * gdb.gdb/selftest.exp: Likewise.
11362 * gdb.threads/continue-pending-status.exp: Likewise.
11363 * gdb.threads/leader-exit.exp: Likewise.
11364 * gdb.threads/manythreads.exp: Likewise.
11365 * gdb.threads/pthreads.exp: Likewise.
11366 * gdb.threads/schedlock.exp: Likewise.
11367 * gdb.threads/sigthread.exp: Likewise.
11368
a8f077dc
DB
113692015-12-11 Don Breazeal <donb@codesourcery.com>
11370
11371 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11372 remote.
11373 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11374 * gdb.base/foll-exec.exp (main): Enable for target remote.
11375 * gdb.base/foll-fork.exp (main): Likewise.
11376 * gdb.base/foll-vfork.exp (main): Likewise.
11377 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11378 (proc continue_to_exit_bp_loc): Use clean_restart.
11379 * gdb.base/pie-execl.exp (main): Disable for target remote.
11380 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11381 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11382 * gdb.threads/execl.exp (main): Likewise.
11383 * gdb.threads/fork-child-threads.exp (main): Likewise.
11384 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11385 remote.
11386 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11387 remote.
11388 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11389 pid.tid style ptids, instead of just tid.
11390 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11391 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11392 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11393 ptids, instead of just tid.
11394
3b2464a8
AB
113952015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11396
11397 * gdb.base/list.exp (test_list_forward): Add end of file error
11398 test.
11399 (test_repeat_list_command): Add end of file error test.
11400 (test_list_backwards): Add beginning of file error test.
11401
a0def019
AB
114022015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11403
11404 * gdb.base/list.exp (test_list_invalid_args): New function,
11405 defined, and called.
11406
5c000dff
AB
114072015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11408
11409 * gdb.base/list.exp (test_list): Make test names unique.
11410
f1637ebe
YQ
114112015-12-11 Yao Qi <yao.qi@linaro.org>
11412
11413 * gdb.base/coremaker2.c: Remove.
11414
36d6fc0a
PA
114152015-12-10 Pedro Alves <palves@redhat.com>
11416
11417 * gdb.multi/base.exp: Remove stale "spaces" references.
11418
762f7747
PA
114192015-12-10 Pedro Alves <palves@redhat.com>
11420
11421 * gdb.multi/base.exp: Don't use nowarnings.
11422 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11423 * gdb.multi/hangout.c: Include stdio.h.
11424 * gdb.multi/hello.c: Include stdlib.h.
11425 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11426 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11427 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11428
28d2bfb9
AB
114292015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11430
11431 * gdb.dwarf2/dw2-ranges-base.c: New file.
11432 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11433 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11434 support additional line table, and debug ranges generation.
11435 (Dwarf::ranges): New function, generate .debug_ranges.
11436 (Dwarf::lines): Support generating simple line table programs.
11437 (Dwarf::assemble): Initialise new namespace variables.
11438
5fc2beac
KB
114392015-12-09 Kevin Buettner <kevinb@redhat.com>
11440
11441 * gdb.base/async.exp (proc test_background): Add case for
11442 asynchronous execution not supported.
11443
1c35a88f
LM
114442015-12-09 Luis Machado <lgustavo@codesourcery.com>
11445
11446 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11447 format and change test names to make them unique.
11448
b593e3d9
RK
114492015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11450 Pedro Alves <pedro@redhat.com>
11451
11452 PR gdb/18702
11453 Add checking of floatformats setup on x86_64 hosts.
11454 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11455 (smallval, bigval): New labels/constants.
11456 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11457 float" after loading bigval and smallval.
11458
d72413e6
PMR
114592015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11460
11461 * gdb.ada/fun_overload_menu.exp: New testcase.
11462 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11463
ece66d65
JS
114642015-12-04 Josh Stone <jistone@redhat.com>
11465
11466 * gdb.base/catch-fork-static.exp: New.
11467
41d0efca
YQ
114682015-12-03 Yao Qi <yao.qi@linaro.org>
11469
11470 * gdb.base/sizeof.c: Don't include stdio.h and
11471 ../lib/unbuffer_output.c.
11472 (main): New variable 'size' and 'value'. Remove printf and
11473 gdb_unbuffer_output. Assign return value to size and value.
11474 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11475 at the beginning.
11476 (check_sizeof): Check the result by printing variable 'size'.
11477 (check_valueof): Check the result by printing variable 'value'.
11478
99fd02d9
YQ
114792015-12-01 Yao Qi <yao.qi@linaro.org>
11480
11481 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11482 for aarch64*-*-linux* target.
11483
f2faf941
PA
114842015-11-30 Pedro Alves <palves@redhat.com>
11485
11486 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11487
04bf20c5
PA
114882015-11-30 Pedro Alves <palves@redhat.com>
11489
11490 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11491 Handle non-stop mode vCont replies.
11492
09df4675
PA
114932015-11-30 Pedro Alves <palves@redhat.com>
11494
11495 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11496 prepare_for_testing. Start gdb with "set non-stop on" appended to
11497 GDBFLAGS. Lax expected stop output.
11498
58b584af
YQ
114992015-11-27 Yao Qi <yao.qi@linaro.org>
11500
11501 * gdb.arch/arm-neon.exp: New.
11502 * gdb.arch/arm-neon.c: New.
11503
dfcb77a8
YQ
115042015-11-27 Yao Qi <yao.qi@linaro.org>
11505
11506 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11507
88e8ec1b
YQ
115082015-11-27 Yao Qi <yao.qi@linaro.org>
11509
11510 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11511 frames-invalid annotation.
11512
bfde72c2
YQ
115132015-11-27 Yao Qi <yao.qi@linaro.org>
11514
11515 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11516
f6512a69
SM
115172015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11518
11519 * gdb.threads/names.exp: New file.
11520 * gdb.threads/names.c: New file.
11521 * README: Mention gdb,no_thread_names.
11522
46a3515b
MM
115232015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11524
11525 PR 19297
11526 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11527 support" error.
11528
62147a22
PA
115292015-11-24 Pedro Alves <palves@redhat.com>
11530
11531 PR 17539
11532 * gdb.base/display.exp: Expect displays to be sorted in ascending
11533 order. Use multi_line.
11534 * gdb.base/solib-display.exp: Likewise.
11535
2f341b6e
PA
115362015-11-24 Pedro Alves <palves@redhat.com>
11537
11538 PR 17539
25d49b86
PA
11539 * gdb.base/display.exp: Expect displays to be sorted in ascending
11540 order. Use multi_line.
11541 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11542
7e0aa6aa
PA
115432015-11-24 Pedro Alves <palves@redhat.com>
11544
11545 PR 17539
11546 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11547 threads in ascending order.
11548 * gdb.base/foll-fork.exp: Likewise.
11549 * gdb.base/foll-vfork.exp: Likewise.
11550 * gdb.base/multi-forks.exp: Likewise.
11551 * gdb.mi/mi-nonstop.exp: Likewise.
11552 * gdb.mi/mi-nsintrall.exp: Likewise.
11553 * gdb.multi/base.exp: Likewise.
11554 * gdb.multi/multi-arch.exp: Likewise.
11555 * gdb.python/py-inferior.exp: Likewise.
11556 * gdb.threads/break-while-running.exp: Likewise.
11557 * gdb.threads/execl.exp: Likewise.
11558 * gdb.threads/gcore-thread.exp: Likewise.
11559 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11560 * gdb.threads/kill.exp: Likewise.
11561 * gdb.threads/linux-dp.exp: Likewise.
11562 * gdb.threads/multiple-step-overs.exp: Likewise.
11563 * gdb.threads/next-bp-other-thread.exp: Likewise.
11564 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11565 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11566 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11567 * gdb.threads/thread-find.exp: Likewise.
11568 * gdb.threads/tls.exp: Likewise.
11569 * lib/mi-support.exp (mi_reverse_list): Delete.
11570 (mi_check_thread_states): No longer reverse list.
11571
2cc57ad8
PA
115722015-11-24 Pedro Alves <palves@redhat.com>
11573
11574 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11575 use lowercase.
11576
c93e8391
SM
115772015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11578
11579 * gdb.trace/actions.c: Include trace-common.h.
11580 (main): Add a location for a fast tracepoint.
11581 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11582 the normal tracepoints.
11583 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11584
045ccf91
SM
115852015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11586
11587 * save-trace.exp: Factor out code to these...
11588 (gdb_save_tracepoints): New.
11589 (gdb_load_tracepoints): New.
11590 (do_save_load_test): New.
11591
5506f9f6
KB
115922015-11-23 Kevin Buettner <kevinb@redhat.com>
11593
11594 * gdb.base/asmlabel.exp: New test.
11595 * gdb.base/asmlabel.c: New test case.
11596
16c3b12f
JB
115972015-11-23 Joel Brobecker <brobecker@adacore.com>
11598
11599 * gdb.base/wrong_frame_bt_full-main.c: New file.
11600 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11601 * gdb.base/wrong_frame_bt_full.exp: New file.
11602
155bfbd3
JB
116032015-11-23 Joel Brobecker <brobecker@adacore.com>
11604
11605 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11606
bb097445
JM
116072015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11608
206853a0 11609 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11610 pstate register when comparing registers values in
11611 sparc64-*-linux-gnu targets to avoid spurious differences.
11612
9c88ed8f
JM
116132015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11614
206853a0 11615 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11616
96161e25
SL
116172015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11618
11619 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11620 as type argument to gdb_compile.
11621 * gdb.base/nested-subp2.exp: Likewise.
11622 * gdb.base/nested-subp3.exp: Likewise.
11623
340c2830
DV
116242015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11625
11626 * lib/dwarf.exp (_note): Fix left shift of negative value.
11627 * gdb.trace/trace-condition.exp: Likewise.
11628
c1862d0f
YQ
116292015-11-13 Yao Qi <yao.qi@linaro.org>
11630
11631 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11632 comments about d10v.
11633 (test_scalar_returns): Likewise.
11634 * gdb.base/d10v.ld: Remove.
11635 * gdb.base/overlays.exp: Remove the target triplet checking for
11636 d10v-*-*.
11637 * gdb.base/structs.exp (test_struct_returns): Remove the
11638 comments about d10v.
11639 (test_struct_calls): Likewise.
11640
77ae9c19
YQ
116412015-11-13 Yao Qi <yao.qi@linaro.org>
11642
11643 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11644 * gdb.base/gnu_vector.c: Don't include stdio.h.
11645 (main): Don't print res and call add_some_intvecs.
11646
430e004e
MK
116472015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11648
11649 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11650 macro.
11651 (func5): Removed.
11652 (func4): Use FAST_TRACEPOINT_LABEL.
11653 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11654 macro.
11655 (func): Removed.
11656 (thread_function): Use FAST_TRACEPOINT_LABEL.
11657 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11658 (func): Remove.
11659 (marker): Use FAST_TRACEPOINT_LABEL.
11660 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11661 (pendfunc1): Remove.
11662 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11663 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11664 (foo): Remove.
11665 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11666 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11667 macro.
11668 (func): Remove.
11669 (marker): Use FAST_TRACEPOINT_LABEL.
11670 * gdb.trace/trace-common.h: New header.
11671 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11672 macro.
11673 (func): Remove.
11674 (marker): Use FAST_TRACEPOINT_LABEL.
11675 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11676 (func): Remove.
11677 (thread_function): Use FAST_TRACEPOINT_LABEL.
11678
6e7675a7
MK
116792015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11680
11681 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11682 in front.
11683 * gdb.trace/change-loc.exp: Use global pcreg definition.
11684 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11685 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11686 in front.
11687 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11688 * gdb.trace/pending.exp: Likewise.
11689 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11690 * gdb.trace/trace-break.exp: Likewise.
11691 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11692 in front.
11693 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11694 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11695 in front.
11696 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11697
dddc0e16
JB
116982015-11-09 Joel Brobecker <brobecker@adacore.com>
11699
11700 * gdb.ada/fin_fun_out: New testcase.
11701
c6f0b406
KB
117022015-11-07 Kevin Buettner <kevinb@redhat.com>
11703
11704 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11705 value associated with DW_AT_byte_size.
11706 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11707 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11708 DW_AT_upper_bound.
11709
f01dcfd9
KB
117102015-11-07 Kevin Buettner <kevinb@redhat.com>
11711
11712 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11713 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11714 version.
11715 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11716 gdb.dwarf2/dw2-canonicalize-type.exp,
11717 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11718 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11719 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11720 provided by gdb_target_symbol_prefix_flags_asm.
11721 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11722 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11723 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11724 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11725 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11726 macros where needed). Use this macro for symbols which require
11727 the prefix provided by SYMBOL_PREFIX.
11728
2223449a
KB
117292015-11-05 Kevin Buettner <kevinb@redhat.com>
11730
11731 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11732 New procs.
11733 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11734 representing expressions, of more than one list element.
11735 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11736 to prepend linker symbol prefix to f.
11737 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11738 table_1 and table_2.
11739 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11740 Likewise, for f and g.
11741 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11742 for ptr.
11743 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11744 for main.
11745 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11746 table_1_ptr and table_2_ptr.
11747
6f2f1a3a
JK
117482015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11749 Joel Brobecker <brobecker@adacore.com>
11750
11751 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11752
566c56c9
MK
117532015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11754
11755 * gdb.reverse/s390-mvcle.c: New test.
11756 * gdb.reverse/s390-mvcle.exp: New file.
11757 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11758
d5f0636b
MK
117592015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11760
11761 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11762
7ad8b86c
MK
117632015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11764
11765 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11766 reaching marker2.
11767 * gdb.reverse/getresuid-reverse.exp: Likewise.
11768 * gdb.reverse/pipe-reverse.exp: Likewise.
11769 * gdb.reverse/readv-reverse.exp: Likewise.
11770 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11771 * gdb.reverse/time-reverse.exp: Likewise.
11772 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11773
4081c0f1
YQ
117742015-10-30 Yao Qi <yao.qi@linaro.org>
11775
11776 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11777 (empty_cycle): Remove.
11778 (main): Don't call empty_cycle. Don't use watch_count_done.
11779 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11780 empty_cycle. Rewrite the code counting HW watchpoints.
11781
452b4ba5
MK
117822015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11783
11784 * gdb.reverse/fstatat-reverse.c: New test.
11785 * gdb.reverse/fstatat-reverse.exp: New file.
11786 * gdb.reverse/getresuid-reverse.c: New test.
11787 * gdb.reverse/getresuid-reverse.exp: New file.
11788 * gdb.reverse/pipe-reverse.c: New test.
11789 * gdb.reverse/pipe-reverse.exp: New file.
11790 * gdb.reverse/readv-reverse.c: New test.
11791 * gdb.reverse/readv-reverse.exp: New file.
11792 * gdb.reverse/recvmsg-reverse.c: New test.
11793 * gdb.reverse/recvmsg-reverse.exp: New file.
11794 * gdb.reverse/time-reverse.c: New test.
11795 * gdb.reverse/time-reverse.exp: New file.
11796 * gdb.reverse/waitpid-reverse.c: New test.
11797 * gdb.reverse/waitpid-reverse.exp: New file.
11798
5e2e7507
JK
117992015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11800
11801 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11802
0fde2c53
DE
118032015-10-26 Doug Evans <dje@google.com>
11804
11805 PR symtab/17391
11806 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11807 * gdb.dwarf2/bad-regnum.c: New file.
11808 * gdb.dwarf2/bad-regnum.exp: New file.
11809
1a70ae97
DE
118102015-10-26 Doug Evans <dje@google.com>
11811
11812 PR python/18938
11813 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11814 file.
11815
27dc26ab
JK
118162015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11817
11818 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11819 for a change by "Mention language in compile error message".
11820
bed91f4d
SM
118212015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11822
11823 PR python/18073
11824 * gdb.python/py-type.c (C::a_method): New.
11825 (C::a_const_method): New.
11826 (C::a_static_method): New.
11827 (a_function): New.
11828 * gdb.python/py-type.exp (test_fields): Test getting fields
11829 from function and method.
11830
3f2f83dd
KB
118312015-10-21 Keven Boell <keven.boell@intel.com>
11832
11833 * gdb.fortran/vla-alloc-assoc.exp: New file.
11834 * gdb.fortran/vla-datatypes.exp: New file.
11835 * gdb.fortran/vla-datatypes.f90: New file.
11836 * gdb.fortran/vla-history.exp: New file.
11837 * gdb.fortran/vla-ptype-sub.exp: New file.
11838 * gdb.fortran/vla-ptype.exp: New file.
11839 * gdb.fortran/vla-sizeof.exp: New file.
11840 * gdb.fortran/vla-sub.f90: New file.
11841 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11842 * gdb.fortran/vla-value-sub-finish.exp: New file.
11843 * gdb.fortran/vla-value-sub.exp: New file.
11844 * gdb.fortran/vla-value.exp: New file.
11845 * gdb.fortran/vla-ptr-info.exp: New file.
11846 * gdb.mi/mi-vla-fortran.exp: New file.
11847 * gdb.mi/vla.f90: New file.
11848
27145d50
SL
118492015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11850
11851 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11852 of hardwired timeout value.
11853
5f3ff4f8
JK
118542015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11855 Pedro Alves <palves@redhat.com>
11856
11857 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11858 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11859
bfd09d20
JS
118602015-10-19 Josh Stone <jistone@redhat.com>
11861
11862 * gdb.base/catch-syscall.c: Include <sched.h>.
11863 (unknown_syscall): New variable.
11864 (main): Trigger a vfork and an unknown syscall.
11865 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11866 (unknown_syscall_number): Likewise.
11867 (check_call_to_syscall): Accept an optional syscall pattern.
11868 (check_return_from_syscall): Likewise.
11869 (check_continue): Likewise.
11870 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11871 (test_catch_syscall_skipping_return): New test toggling off 'catch
11872 syscall' to step over the syscall return, then toggling back on.
11873 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11874 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11875 (do_syscall_tests): Call test_catch_syscall_without_args and
11876 test_catch_syscall_mid_vfork.
11877 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11878 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11879
b32b93c6
AS
118802015-10-19 Andrew Stubbs <ams@codesourcery.com>
11881
11882 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11883 print g_vE): Add new pass patterns.
11884 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11885 print various symbol names for vptr fields.
11886
9d622bda
AB
118872015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11888
11889 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11890 results.
11891
0fd8ac1c
YQ
118922015-10-12 Yao Qi <yao.qi@linaro.org>
11893
11894 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11895
34240514
YQ
118962015-10-12 Yao Qi <yao.qi@linaro.org>
11897
11898 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11899 is aarch64*-*-linux*.
11900
8240f442
YQ
119012015-10-12 Yao Qi <yao.qi@linaro.org>
11902
11903 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11904 (can_relocate_bcond_true): ... it.
11905 (can_relocate_bcond_false): New function.
11906 (foo): Likewise.
11907 (can_relocate_bl): Likewise.
11908 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11909 can_relocate_bl.
11910
2520f728
PMR
119112015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11912
11913 * gdb.base/nested-addr.c: New file.
11914 * gdb.base/nested-addr.exp: New testcase.
11915
abcef95a
MM
119162015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11917
11918 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11919 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11920 its output. Ignore the output of "record goto begin" and instead
11921 check that GDB is replaying.
11922
145e3ddb
PA
119232015-10-09 Pedro Alves <palves@redhat.com>
11924
11925 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11926 (top level): Use it in the run with no args test.
11927
d5d8c4e1
IB
119282015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11929
11930 * gdb.dlang/properties.exp: New file.
11931
06e635ef
SL
119322015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11933
11934 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11935 whether or not address 0x1000 is mapped on the target.
11936
e019fd1d
SM
119372015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11938
11939 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11940 build.
11941
77ba2a67
MM
119422015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11943
11944 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11945 instruction-history test.
11946
c60eb31f
DE
119472015-09-28 Doug Evans <dje@google.com>
11948
11949 * gdb.base/gcore.c (array_func): Add reference to static_array.
11950
9a3c8263
SM
119512015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11952
11953 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11954 source line.
11955
9720e656
SL
119562015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11957
11958 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11959 short or char as base type.
11960
938d3bf2
SL
119612015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11962
11963 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11964 to allow any size enum.
11965
e6c2c623
PMR
119662015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11967
11968 * gdb.ada/array_ptr_renaming.exp: New testcase.
11969 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11970 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11971
06da0f77
PL
119722015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11973
11974 * gdb.trace/ftrace-lock.c: New file.
11975 * gdb.trace/ftrace-lock.exp: New file.
11976
4f51c22a
PL
119772015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11978
11979 * gdb.arch/insn-reloc.c: New file.
11980 * gdb.arch/ftrace-insn-reloc.exp: New file.
11981
7041adf4
PL
119822015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11983
11984 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11985 instruction.
11986 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11987 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11988 * gdb.trace/range-stepping.c: Likewise.
11989 * gdb.trace/trace-break.c: Likewise.
11990 * gdb.trace/trace-mt.c (thread_function): Likewise.
11991 * gdb.trace/ftrace.c (marker): Likewise.
11992 * gdb.trace/trace-condition.c (marker): Likewise.
11993 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11994 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11995 is_aarch64_target.
11996
015d2e7e
DE
119972015-09-18 Doug Evans <xdje42@gmail.com>
11998
11999 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12000 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12001
26b188a2
SL
120022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12003
12004 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12005 the breakpoint.
12006
79dc332b
SL
120072015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12008
12009 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12010 the pending breakpoint. Remove timeout override for "Run till
12011 MI pending breakpoint on pendfunc3 on thread 2" test.
12012
f57929f2
SL
120132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12014
12015 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12016 filename pattern.
12017
3f469b17
SL
120182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12019
12020 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12021 in breakpoint filename pattern.
12022
515b89b3
SL
120232015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12024
7800dbe4
SL
12025 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12026
120272015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12028
515b89b3
SL
12029 * gdb.linespec/explicit.exp: Check for readline support for
12030 tab-completion tests. Fix obvious typo.
12031
d2939ba2
MM
120322015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12033
12034 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12035 and replay.
12036
cbb55fa7
MM
120372015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12038
12039 * gdb.btrace/non-stop.c: New.
12040 * gdb.btrace/non-stop.exp: New.
12041
43691ca1
PL
120422015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12043 Yao Qi <yao.qi@linaro.org>
12044
12045 * gdb.trace/trace-condition.c: New file.
12046 * gdb.trace/trace-condition.exp: New file.
12047
d78908cf
WW
120482015-09-16 Wei-cheng Wang <cole945@gmail.com>
12049
12050 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12051 for testing bytecode compilation.
12052
1ed415e2
PA
120532015-09-16 Pedro Alves <palves@redhat.com>
12054 Sandra Loosemore <sandra@codesourcery.com>
12055
12056 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12057 (SECONDS): Redefine.
12058 (main): Call pthread_kill and alarm early.
12059 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12060 support.
12061 (test): If the target can't hardware step and doesn't support
12062 displaced stepping, increase the timeout.
12063
d136eff5
PA
120642015-09-16 Pedro Alves <palves@redhat.com>
12065
12066 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12067 (enable_debug): New procedures.
12068 (test): Use them. Bail out if waiting for threads fails.
12069 (top level): Bail out if a test fails.
12070
991f019c
YQ
120712015-09-16 Yao Qi <yao.qi@linaro.org>
12072
12073 * gdb.asm/asm-source.exp: Set asm-arch for
12074 aarch64*-*-* target.
12075 * gdb.asm/aarch64.inc: New file.
12076
bfca584f
PMR
120772015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12078
12079 * gdb.ada/array_of_variable_length.exp: New testcase.
12080 * gdb.ada/array_of_variable_length/foo.adb: New file.
12081 * gdb.ada/array_of_variable_length/pck.adb: New file.
12082 * gdb.ada/array_of_variable_length/pck.ads: New file.
12083
b326e587
DE
120842015-09-15 Doug Evans <dje@google.com>
12085
12086 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12087 of function static local variable.
12088
5382cfab
PW
120892015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12090
12091 * gdb.threads/tls-so_extern.exp: New test file.
12092 * gdb.threads/tls-so_extern.c: New test file.
12093 * gdb.threads/tls-so_extern_main.c: New test file.
12094
141c5cc4
JK
120952015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12096
12097 * gdb.opt/solib-intra-step-lib.c: New file.
12098 * gdb.opt/solib-intra-step-main.c: New file.
12099 * gdb.opt/solib-intra-step.exp: New file.
12100
d15dcecd
PA
121012015-09-15 Pedro Alves <palves@redhat.com>
12102
12103 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12104 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12105
4c2f2a79
PA
121062015-09-14 Pedro Alves <palves@redhat.com>
12107
12108 * gdb.base/hook-stop-continue.c: Delete.
12109 * gdb.base/hook-stop-continue.exp: Delete.
12110 * gdb.base/hook-stop-frame.c: Delete.
12111 * gdb.base/hook-stop-frame.exp: Delete.
12112 * gdb.base/hook-stop.c: New file.
12113 * gdb.base/hook-stop.exp: New file.
12114
919e6dbe
PMR
121152015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12116
12117 * gdb.ada/access_to_packed_array.exp: New testcase.
12118 * gdb.ada/access_to_packed_array/foo.adb: New file.
12119 * gdb.ada/access_to_packed_array/pack.adb: New file.
12120 * gdb.ada/access_to_packed_array/pack.ads: New file.
12121
157280a4
MM
121222015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12123
12124 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12125 buffer size test.
12126
2fd33e94
DB
121272015-09-11 Don Breazeal <donb@codesourcery.com>
12128
12129 * gdb.base/foll-exec.c: Add copyright header. Fix
12130 formatting issues.
12131 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12132 (do_exec_tests): Use clean_restart in place of zap_session,
12133 and for test initialization. Fix formatting issues. Use
12134 fail in place of perror.
12135 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12136 an expect statement to match an expression with output from
12137 the program under debug.
12138 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12139 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12140 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12141 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12142 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12143
e70b6e8e
DE
121442015-09-09 Doug Evans <dje@google.com>
12145
12146 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12147
7a551a51
DE
121482015-09-09 Doug Evans <dje@google.com>
12149
12150 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12151
4c666f84
DE
121522015-09-09 Doug Evans <dje@google.com>
12153
12154 * gdb.base/savedregs.exp: Fix typo.
12155
243a9253
PA
121562015-09-09 Pedro Alves <palves@redhat.com>
12157
12158 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12159
c0fa8fbd
SL
121602015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12161
12162 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12163 command actually switches threads. Give up on remaining
12164 tests if target fails to stop at breakpoint.
12165
cd7c1778
PMR
121662015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12167
12168 * gdb.ada/funcall_char.exp: New testcase.
12169 * gdb.ada/funcall_char/foo.adb: New file.
12170
dc5c8746
PMR
121712015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12172
12173 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12174 expected outputs. Add two testcases for completing ambiguous
12175 functions.
12176 * gdb.ada/complete/aux_pck.adb: New file.
12177 * gdb.ada/complete/aux_pck.ads: New file.
12178 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12179 Ambiguous_Func functions.
12180 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12181 * gdb.ada/complete/pck.adb: Likewise.
12182
4e83a1e7
UW
121832015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12184
12185 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12186 failures to run the test program under GDB.
12187
8ce74153
LM
121882015-08-26 Luis Machado <lgustavo@codesourcery.com>
12189
12190 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12191 to C.
12192
e9756d52
PP
121932015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12194
12195 * gdb.base/run-after-attach.exp: New test file.
12196 * gdb.base/run-after-attach.c: New test file.
12197
8d37573b
DB
121982015-08-26 Don Breazeal <donb@codesourcery.com>
12199
12200 * gdb.base/foll-exec-2.c: New test program.
12201 * gdb.base/foll-exec-2.exp: New test.
12202
63e43d3a
PMR
122032015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12204
12205 * gdb.base/nested-subp1.exp: New file.
12206 * gdb.base/nested-subp1.c: New file.
12207 * gdb.base/nested-subp2.exp: New file.
12208 * gdb.base/nested-subp2.c: New file.
12209 * gdb.base/nested-subp3.exp: New file.
12210 * gdb.base/nested-subp3.c: New file.
12211
3d40fbb5
PA
122122015-08-24 Pedro Alves <palves@redhat.com>
12213
12214 * gdb.server/connect-without-multi-process.c: New file.
12215 * gdb.server/connect-without-multi-process.exp: New file.
12216
4422ac93
LM
122172015-08-24 Luis Machado <lgustavo@codesourcery.com>
12218
12219 * gdb.opt/inline-markers.c: Make z int.
12220
91dddb86
LM
122212015-08-24 Luis Machado <lgustavo@codesourcery.com>
12222
12223 * gdb.opt/inline-markers.c: Make z volatile.
12224
a48847ee
LM
122252015-08-24 Luis Machado <lgustavo@codesourcery.com>
12226
12227 * gdb.opt/inline-bt.c: New volatile global z.
12228 * gdb.opt/inline-cmds.c: Likewise.
12229 * gdb.opt/inline-locals.c: Likewise.
12230 * gdb.opt/inline-markers.c: New extern global z.
12231 (marker): Use z.
12232 (inline_fn): Likewise.
12233
0ebbc52b
PA
122342015-08-24 Pedro Alves <palves@redhat.com>
12235
12236 * config/m32r-stub.exp: Remove file.
12237 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12238 * gdb.base/call-rt-st.exp: Likewise.
12239 * gdb.base/call-strs.exp: Likewise.
12240 * gdb.base/default.exp: Remove references to h8300-*-hms and
12241 *-*-udi*.
12242 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12243
77c365df
AA
122442015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12245
12246 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12247 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12248 and "return" use KFAIL when GDB can not read/write the vector
12249 return value.
12250
4313b8c0
GB
122512015-08-21 Gary Benson <gbenson@redhat.com>
12252
12253 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12254
0e433b32
PA
122552015-08-20 Pedro Alves <palves@redhat.com>
12256
12257 * gdb.server/solib-list.exp: No longer expect an interior stop in
12258 non-stop mode.
12259
221e1a37
PA
122602015-08-20 Pedro Alves <palves@redhat.com>
12261
12262 * gdb.server/connect-stopped-target.c: New file.
12263 * gdb.server/connect-stopped-target.exp: New file.
12264
40e3ad0e
PA
122652015-08-20 Pedro Alves <palves@redhat.com>
12266
12267 * gdb.dwarf2/comp-unit-lang.exp: New file.
12268 * gdb.dwarf2/comp-unit-lang.c: New file.
12269
af39b327
PMR
122702015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12271
12272 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12273 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12274
7d45c7c3 122752015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 12276
7d45c7c3
KB
12277 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12278 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12279
4d6cceb4
DE
122802015-08-18 Doug Evans <dje@google.com>
12281 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12282
12283 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12284 skip_python_tests. New arg prompt_regexp.
12285 (skip_python_tests): New function.
12286 * lib/mi-support.exp (mi_skip_python_tests): New function.
12287 * gdb.python/py-mi-objfile-gdb.py: New file.
12288 * gdb.python/py-mi-objfile.c: New file.
12289 * gdb.python/py-mi-objfile.exp: New file.
12290
ad89c2aa
KS
122912015-08-17 Keith Seitz <keiths@redhat.com>
12292
12293 * gdb.linespec/explicit.exp: Move strace test from here ...
12294 * gdb.trace/strace.exp: ... to here.
12295
e3ae3c43
PP
122962015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12297
12298 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12299 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12300
604b2636
DE
123012015-08-14 Doug Evans <xdje42@gmail.com>
12302
12303 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12304 inferior before selecting a new file.
12305
6ff0ba5f
DE
123062015-08-14 Doug Evans <xdje42@gmail.com>
12307
12308 * gdb.mi/mi-disassemble.exp: Update.
12309 * gdb.base/disasm-optim.S: New file.
12310 * gdb.base/disasm-optim.c: New file.
12311 * gdb.base/disasm-optim.h: New file.
12312 * gdb.base/disasm-optim.exp: New file.
12313
9ca98f92
KS
123142015-08-14 Keith Seitz <keiths@redhat.com>
12315
12316 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12317 "evaluated-by".
12318
52bbc560
JB
123192015-08-13 Joel Brobecker <brobecker@adacore.com>
12320
12321 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12322
5d8c3ed3
PMR
123232015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12324
12325 * gdb.ada/fun_renaming.exp: New testcase.
12326 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12327 * gdb.ada/fun_renaming/pack.adb: New file.
12328 * gdb.ada/fun_renaming/pack.ads: New file.
12329
ea8812bc
KS
123302015-08-12 Keith Seitz <keiths@redhat.com>
12331
12332 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12333 gdb_get_line_number.
12334
4dafcdeb
JB
123352015-08-12 Joel Brobecker <brobecker@adacore.com>
12336
12337 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12338 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12339 gdb.base/dso2dso.exp: New files.
12340
5ba32597
SDJ
123412015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12342 Pedro Alves <palves@redhat.com>
12343 Keith Seitz <keiths@redhat.com>
12344
12345 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12346 GDBFLAGS.
12347
b6dafabf
PP
123482015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12349
12350 * gdb.base/gdbhistsize-history.exp
12351 (test_histsize_history_setting): Use save_vars.
12352 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12353 Use save_vars.
12354 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12355 * gdb.base/readline.exp: Use save_vars.
12356
abe8e607
PP
123572015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12358
12359 * lib/gdb.exp (save_vars): New proc.
12360
629500fa
KS
123612015-08-11 Keith Seitz <keiths@redhat.com>
12362
12363 * gdb.base/help.exp: Update help_breakpoint_text.
12364
eb8c4e2e
KS
123652015-08-11 Keith Seitz <keiths@redhat.com>
12366
12367 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12368 (at toplevel): Call test_explicit_breakpoints.
12369 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12370 breakpoints.
12371 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12372 breakpoint conditions, "-cond".
12373
87f0e720
KS
123742015-08-11 Keith Seitz <keiths@redhat.com>
12375
12376 * gdb.linespec/3explicit.c: New file.
12377 * gdb.linespec/cpexplicit.cc: New file.
12378 * gdb.linespec/cpexplicit.exp: New file.
12379 * gdb.linespec/explicit.c: New file.
12380 * gdb.linespec/explicit.exp: New file.
12381 * gdb.linespec/explicit2.c: New file.
12382 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12383 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12384 before using in the matching pattern.
12385 Clarify that `prefix' is a regular expression.
12386
f00aae0f
KS
123872015-08-11 Keith Seitz <keiths@redhat.com>
12388
12389 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12390 test.
12391 Add tests for missing ",FMT" and ",".
12392
e27852be
DE
123932015-08-10 Doug Evans <dje@google.com>
12394 Keith Seitz <keiths@redhat.com>
12395
12396 PR gdb/17960
12397 * gdb.base/completion.exp: Add location completer tests.
12398
7f03bd92
PA
123992015-08-07 Pedro Alves <palves@redhat.com>
12400
12401 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12402 tests here.
12403 (top level): Run do_test with and without displaced stepping.
12404
3fc8eb30
PA
124052015-08-07 Pedro Alves <palves@redhat.com>
12406
12407 * gdb.base/valgrind-disp-step.c: New file.
12408 * gdb.base/valgrind-disp-step.exp: New file.
12409
d4569d7b
PA
124102015-08-07 Pedro Alves <palves@redhat.com>
12411
12412 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12413 Delete function.
12414 (main): Add alarm. Run an infinite loop instead of calling
12415 wait_threads.
12416 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12417 comment.
12418 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12419 Delete function.
12420 (main): Add alarm. Run an infinite loop instead of calling
12421 wait_threads.
12422 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12423 comment.
12424
e1316e60
PA
124252015-08-07 Pedro Alves <palves@redhat.com>
12426
12427 * gdb.base/checkpoint-ns.exp: New file.
12428 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12429 standard_testfile.
12430
da8c46d2
MM
124312015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12432
12433 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12434 * gdb.btrace/instruction_history.exp: Update.
12435 * gdb.btrace/tsx.exp: New.
12436 * gdb.btrace/tsx.c: New.
12437
de1c2c52
PA
124382015-08-06 Pedro Alves <palves@redhat.com>
12439
12440 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12441 increase timeout.
12442 * gdb.reverse/until-precsave.exp: Bump timeouts.
12443
782e0bf4
PA
124442015-08-06 Pedro Alves <palves@redhat.com>
12445
12446 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12447
83e97ed0
PA
124482015-08-06 Pedro Alves <palves@redhat.com>
12449
12450 PR gdb/18749
12451 * gdb.threads/process-dies-while-handling-bp.c: New file.
12452 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12453
863d01bd
PA
124542015-08-06 Pedro Alves <palves@redhat.com>
12455
12456 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12457 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12458
0a39bb32
PA
124592015-08-05 Pedro Alves <palves@redhat.com>
12460
12461 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12462 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12463
ee2d2b10
SL
124642015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12465
12466 * gdb.base/bp-permanent.exp: Report test as unsupported if
12467 the target cannot stop at the permanent breakpoint.
12468
4e1bdb00
DE
124692015-08-03 Doug Evans <dje@google.com>
12470
12471 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12472 10000.
12473
3d338901
DE
124742015-08-03 Doug Evans <dje@google.com>
12475
12476 * Makefile.in (workers/%.worker, build-perf): New rule.
12477 (GDB_PERFTEST_MODE): New variable.
12478 (check-perf): Use it.
12479 (clean): Clean up gdb.perf parallel build subdirs.
12480 * lib/build-piece.exp: New file.
12481 * lib/gdb.exp (make_gdb_parallel_path): New function
12482 (standard_output_file, standard_temp_file): Call it.
12483 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12484 of $GDB_PARALLEL.
12485 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12486
af061d3e
DE
124872015-08-03 Doug Evans <dje@google.com>
12488
8e1afc81 12489 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12490 (LOG_FILE_NAME): New global.
12491 (TextReporter.__init__): Initialize self.txt_sum.
12492 (TextReporter.report): Add support for multiple data-points.
12493 Move report to perftest.sum, put raw data in perftest.log.
12494 (TextReporter.start): Open sum and log files.
12495 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12496 * gdb.perf/lib/perftest/testresult.py
12497 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12498
2c8c5d37
PA
124992015-07-31 Pedro Alves <palves@redhat.com>
12500
12501 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12502 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12503 kill_wait_spawned_process instead of explicit "kill -9".
12504 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12505 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12506 kill_wait_spawned_process.
12507 * gdb.base/attach-twice.exp: Likewise.
12508 * gdb.base/attach.exp: Likewise.
12509 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12510 gdb_test_multiple.
12511 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12512 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12513 kill_wait_spawned_process.
12514 * gdb.base/valgrind-infcall.exp: Likewise.
12515 * gdb.multi/multi-attach.exp: Likewise.
12516 * gdb.python/py-prompt.exp: Likewise.
12517 * gdb.python/py-sync-interp.exp: Likewise.
12518 * gdb.server/ext-attach.exp: Likewise.
12519 * gdb.threads/attach-into-signal.exp (corefunc): Use
12520 spawn_wait_for_attach, spawn_id_get_pid and
12521 kill_wait_spawned_process.
12522 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12523 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12524 spawn_id_get_pid and kill_wait_spawned_process.
12525 * gdb.threads/attach-stopped.exp (corefunc): Use
12526 spawn_wait_for_attach, spawn_id_get_pid and
12527 kill_wait_spawned_process.
12528 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12529 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12530 kill_wait_spawned_process instead of explicit "kill -9".
12531 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12532 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12533 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12534 processes. Don't map cygwin/windows pids here. Now returns a
12535 spawn id list.
12536
032a0fca
SL
125372015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12538
12539 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12540 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12541 correct patch.
12542
61a934ca
SL
125432015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12544
12545 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12546
4bc4d428
SL
125472015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12548
12549 Reapply:
12550 2014-05-21 Mark Wielaard <mjw@redhat.com>
12551
12552 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12553
998d452a
PA
125542015-07-30 Pedro Alves <palves@redhat.com>
12555
12556 * linux-low.c (handle_extended_wait): Set the child's last
12557 reported status to TARGET_WAITKIND_STOPPED.
12558
69dde7dc
PA
125592015-07-30 Pedro Alves <palves@redhat.com>
12560
12561 PR threads/18600
12562 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12563 only shows inferior 1.
12564
4dd63d48
PA
125652015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12566 Pedro Alves <palves@redhat.com>
12567
12568 PR threads/18600
12569 * gdb.threads/fork-plus-threads.c: New file.
12570 * gdb.threads/fork-plus-threads.exp: New file.
12571
d618e4c5
PP
125722015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12573
12574 * gdb.base/batch-preserve-term-settings.exp
12575 (test_terminal_settings_preserved_after_cli_exit): Use
12576 send_quit_command.
12577
1eef6428
PA
125782015-07-29 Pedro Alves <palves@redhat.com>
12579 Don Breazeal <donb@codesourcery.com>
12580
12581 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12582 output from both inferior_spawn_id and gdb_spawn_id.
12583
7da5b897
SDJ
125842015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12585
12586 * gdb.threads/attach-into-signal.exp (corefunc): Use
12587 with_test_prefix on nested loops, uniquefying the test messages.
12588
dac804df
SDJ
125892015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12590
12591 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12592 commit.
12593
06265e53
PP
125942015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12595
12596 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12597 New proc.
12598 (test_terminal_settings_preserved_after_sigterm): New test.
12599
18206ca3
PP
126002015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12601
12602 * gdb.base/batch-preserve-term-settings.exp
12603 (test_terminal_settings_preserved_after_cli_exit): New test.
12604
90074d11
PP
126052015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12606
12607 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12608 manipulation of saved_gdbflags.
12609 (test_terminal_settings_preserved): Remove global declaration of
12610 the unused variable pagination_prompt. Remove manipulation of
12611 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12612 GDBFLAGS.
12613
eb1a7902
PA
126142015-07-29 Pedro Alves <palves@redhat.com>
12615
12616 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12617
8b75dd3b
PA
126182015-07-29 Pedro Alves <palves@redhat.com>
12619
12620 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12621 at the top.
12622
dedad4e3
PA
126232015-07-29 Pedro Alves <palves@redhat.com>
12624
12625 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12626 (main): Call gdb_unbuffer_output.
12627 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12628 (main): Call gdb_unbuffer_output.
12629 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12630 (main): Call gdb_unbuffer_output.
12631 * gdb.base/call-strs.exp: Adjust to step over the
12632 gdb_unbuffer_output call.
12633 * gdb.base/catch-gdb-caused-signals.c: Include
12634 "../lib/unbuffer_output.c".
12635 (main): Call gdb_unbuffer_output.
12636 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12637 (main): Call gdb_unbuffer_output.
12638 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12639 (main): Call gdb_unbuffer_output.
12640 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12641 (main): Call gdb_unbuffer_output.
12642 * gdb.base/shlib-call.exp: Adjust to step over the
12643 gdb_unbuffer_output call.
12644 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12645 (main): Call gdb_unbuffer_output.
12646 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12647 (main): Call gdb_unbuffer_output.
12648 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12649 (main): Rename to ...
12650 (test): ... this.
12651 (main): Reimplement.
12652 * gdb.base/varargs.exp: Run to test instead of to main.
12653 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12654 (main): Call gdb_unbuffer_output.
12655
58789a91
PA
126562015-07-29 Pedro Alves <palves@redhat.com>
12657
12658 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12659 factore out from mi_continue_dprintf. For call-style dprintfs,
12660 expect dprintf output out of $inferior_spawn_id.
12661 (mi_continue_dprintf): Use mi_expect_dprintf.
12662 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12663 (main): Call gdb_unbuffer_output.
12664
e8376742
PA
126652015-07-29 Pedro Alves <palves@redhat.com>
12666
12667 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12668 (default_mi_gdb_start): Set inferior_spawn_id instead of
12669 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12670 gdb_spawn_id.
12671 (mi_gdb_test): Always expect inferior output from both
12672 $inferior_spawn_id and $gdb_spawn_id.
12673
08280010
PA
126742015-07-29 Pedro Alves <palves@redhat.com>
12675
12676 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12677 send_inferior and $inferior_spawn_id.
12678
4d30e432
PA
126792015-07-29 Pedro Alves <palves@redhat.com>
12680
12681 * gdb.gdb/complaints.exp (test_initial_complaints)
12682 (test_serial_complaints, test_short_complaints): Use
12683 gdb_test_stdio.
12684 (test_empty_complaint): Handle $inferior_spawn_id !=
12685 $gdb_spawn_id.
12686
0d30a335
PA
126872015-07-29 Pedro Alves <palves@redhat.com>
12688
12689 * gdb.base/varargs.exp: Use gdb_test_stdio.
12690
39413b29
PA
126912015-07-29 Pedro Alves <palves@redhat.com>
12692
12693 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12694
7cb000a9
PA
126952015-07-29 Pedro Alves <palves@redhat.com>
12696
12697 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12698
d7b8ac82
PA
126992015-07-29 Pedro Alves <palves@redhat.com>
12700
12701 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12702 parameter into two new parameters, "inf_result" and "gdb_result".
12703 Expect inferior output and gdb output from $inferior_spawn_id and
12704 $gdb_spawn_id, respectively. Adjust all callers.
12705
789c3a0c
PA
127062015-07-29 Pedro Alves <palves@redhat.com>
12707
12708 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12709 of gdb_test_sequence.
12710
77e760c3
PA
127112015-07-29 Pedro Alves <palves@redhat.com>
12712
12713 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12714 (saw_spurious_output): Expect inferior output from
12715 $inferior_spawn_id. Use gdb_test_stdio.
12716
8396d2cd
PA
127172015-07-29 Pedro Alves <palves@redhat.com>
12718
12719 * gdb.base/dprintf.exp: Use standard_testfile. Change
12720 prepare_for_testing call.
12721 (srcfile): Don't set.
12722 (restart): New procedure.
12723 (test_dprintf): New procecure, use to continue over dprintfs.
12724 (test_call, test_agent): New procedures, tests moved here.
12725 Restart gdb and recreate dprintfs. Adjust expected output.
12726
2051d61f
PA
127272015-07-29 Pedro Alves <palves@redhat.com>
12728
12729 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12730
452397af
PA
127312015-07-29 Pedro Alves <palves@redhat.com>
12732
12733 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12734
8aed9555
PA
127352015-07-29 Pedro Alves <palves@redhat.com>
12736
12737 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12738 gdb_test_stdio.
12739
188a61b4
PA
127402015-07-29 Pedro Alves <palves@redhat.com>
12741
12742 * lib/gdb.exp (gdb_test_stdio): New procedure.
12743
12264a45
PA
127442015-07-29 Pedro Alves <palves@redhat.com>
12745
12746 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12747
23ffc893
PA
127482015-07-29 Pedro Alves <palves@redhat.com>
12749
12750 * gdb.base/call-signal-resume.exp: Remove check for
12751 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12752 * gdb.base/unwindonsignal.exp: Likewise.
12753 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12754 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12755
65566918
PA
127562015-07-29 Pedro Alves <palves@redhat.com>
12757
12758 * gdb.base/siginfo-addr.c (pass): New function.
12759 (handler): Call it iff si_addr is correct.
12760 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12761 Set a breakpoint at "pass" and continue to it.
12762
d60a9221
SDJ
127632015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12764
12765 * gdb.python/py-objfile.exp: Make some tests have unique names.
12766 * gdb.python/py-pp-registration.exp: Likewise.
12767
bde40b8f
PA
127682015-07-28 Pedro Alves <palves@redhat.com>
12769
12770 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12771
13e1dec8
SM
127722015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12773
12774 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12775
da33c9a7
SM
127762015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12777
12778 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12779
077836f7
PP
127802015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12781
12782 * gdb.base/gdb-sigterm-2.exp: New test.
12783
b8cc7b2e
DE
127842015-07-25 Doug Evans <xdje42@gmail.com>
12785
12786 Revert:
12787 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12788 (workers/%.worker, build-perf): New rule.
12789 (GDB_PERFTEST_MODE): New variable.
12790 (check-perf): Use it.
12791 (clean): Clean up gdb.perf parallel build subdirs.
12792 * lib/build-piece.exp: New file.
12793 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12794 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12795 name.
12796 (standard_temp_file): Ditto.
12797 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12798 of $GDB_PARALLEL.
12799
c8bd4544
DE
128002015-07-24 Doug Evans <dje@google.com>
12801
12802 * gdb.perf/lib/perftest/utils.py: New file.
12803 * gdb.perf/gm-hello.cc: New file.
12804 * gdb.perf/gm-pervasive-typedef.cc: New file.
12805 * gdb.perf/gm-pervasive-typedef.h: New file.
12806 * gdb.perf/gm-std.cc: New file.
12807 * gdb.perf/gm-std.h: New file.
12808 * gdb.perf/gm-use-cerr.cc: New file.
12809 * gdb.perf/gm-utils.h: New file.
12810 * gdb.perf/gmonster-null-lookup.py: New file.
12811 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12812 * gdb.perf/gmonster-print-cerr.py: New file.
12813 * gdb.perf/gmonster-ptype-string.py: New file.
12814 * gdb.perf/gmonster-runto-main.py: New file.
12815 * gdb.perf/gmonster-select-file.py: New file.
12816 * gdb.perf/gmonster1-null-lookup.exp: New file.
12817 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12818 * gdb.perf/gmonster1-print-cerr.exp: New file.
12819 * gdb.perf/gmonster1-ptype-string.exp: New file.
12820 * gdb.perf/gmonster1-runto-main.exp: New file.
12821 * gdb.perf/gmonster1-select-file.exp: New file.
12822 * gdb.perf/gmonster1.cc: New file.
12823 * gdb.perf/gmonster1.exp: New file.
12824 * gdb.perf/gmonster2-null-lookup.exp: New file.
12825 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12826 * gdb.perf/gmonster2-print-cerr.exp: New file.
12827 * gdb.perf/gmonster2-ptype-string.exp: New file.
12828 * gdb.perf/gmonster2-runto-main.exp: New file.
12829 * gdb.perf/gmonster2-select-file.exp: New file.
12830 * gdb.perf/gmonster2.cc: New file.
12831 * gdb.perf/gmonster2.exp: New file.
12832
6eab34f3
DE
128332015-07-24 Doug Evans <dje@google.com>
12834
12835 * gdb.perf/README: New file.
12836 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12837 * lib/gen-perf-test.exp: New file.
12838
63738bfd
DE
128392015-07-24 Doug Evans <dje@google.com>
12840
12841 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12842 (PerfTest::startup): New function.
12843 (PerfTest::run): Return result of calling body.
12844 (PerfTest::assemble): Rewrite.
12845 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12846 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12847 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12848 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12849 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12850
7b606f95
DE
128512015-07-24 Doug Evans <dje@google.com>
12852
12853 * lib/gdb.exp (clean_restart): Make executable optional.
12854
a97b16b8
DE
128552015-07-24 Doug Evans <dje@google.com>
12856
12857 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12858 compiler_info references.
12859 * gdb.cp/temargs.exp: Ditto.
12860 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12861 (get_compiler_info): Early exit if already computed. Set compiler_info
12862 to "unknown" if there was a problem.
12863 (test_compiler_info): Add function comment. Call get_compiler_info.
12864
35baa57f
DE
128652015-07-24 Doug Evans <dje@google.com>
12866
12867 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12868 (workers/%.worker, build-perf): New rule.
12869 (GDB_PERFTEST_MODE): New variable.
12870 (check-perf): Use it.
12871 (clean): Clean up gdb.perf parallel build subdirs.
12872 * lib/build-piece.exp: New file.
12873 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12874 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12875 name.
12876 (standard_temp_file): Ditto.
12877 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12878 of $GDB_PARALLEL.
12879
6ebea266
DE
128802015-07-24 Doug Evans <dje@google.com>
12881
12882 * lib/future.exp (gdb_default_target_compile): New option
12883 "early_flags".
12884 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12885 --as-needed.
12886
1e76a7e9
SDJ
128872015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12888
12889 * gdb.base/catch-syscall.exp: Call gdb_exit before
12890 gdb_skip_xml_test.
12891
5068630a
PA
128922015-07-24 Pedro Alves <palves@redhat.com>
12893
12894 * gdb.python/py-events.exp: Accept output between the stop event
12895 and the prompt.
12896 * gdb.python/py-evsignal.exp: Likewise.
12897 * gdb.python/py-evthreads.exp: Likewise.
12898
77598427
PA
128992015-07-24 Pedro Alves <palves@redhat.com>
12900
12901 PR gdb/18717
12902 * gdb.threads/non-ldr-exit.c: New file.
12903 * gdb.threads/non-ldr-exit.exp: New file.
12904
11e6c98f
YQ
129052015-07-24 Yao Qi <yao.qi@linaro.org>
12906
12907 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12908 restarting process.
12909
51aee833
YQ
129102015-07-24 Yao Qi <yao.qi@linaro.org>
12911
12912 * gdb.server/ext-restart.exp: New file.
12913
8cfe207c
YQ
129142015-07-24 Yao Qi <yao.qi@linaro.org>
12915
12916 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12917 argument options.
12918 * gdb.server/ext-wrapper.exp: New file.
12919
cc12ce38
DE
129202015-07-23 Doug Evans <dje@google.com>
12921
12922 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12923 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12924
d0d84780
PMR
129252015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12926
12927 * gdb.ada/var_arr_typedef.exp: New testcase.
12928 * gdb.ada/var_arr_typedef/pack.adb: New file.
12929 * gdb.ada/var_arr_typedef/pack.ads: New file.
12930 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12931
8b558f79
JB
129322015-07-20 Joel Brobecker <brobecker@adacore.com>
12933
12934 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12935
775a3298
JK
129362015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12937
12938 * gdb.arch/i386-biarch-core.exp: Replace istarget
12939 by "complete set gnutarget". Remove expectation for the "core-file"
12940 command.
12941
db1ff28b
JK
129422015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12943
12944 Revert the previous commit:
12945 Tests for validate symbol file using build-id.
12946
0a94970d
JK
129472015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12948
12949 Tests for validate symbol file using build-id.
12950 * gdb.base/solib-mismatch-lib.c: New file.
12951 * gdb.base/solib-mismatch-libmod.c: New file.
12952 * gdb.base/solib-mismatch.c: New file.
12953 * gdb.base/solib-mismatch.exp: New file.
12954
03346981
SL
129552015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12956
12957 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12958 nios2-*-linux*.
12959 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12960 * gdb.base/siginfo.exp: Likewise.
12961 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12962
42422cc7
PL
129632015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12964
12965 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12966 Move it to ...
12967 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12968 ... here.
12969 * gdb.trace/range-stepping.exp: Check that the target supports
12970 range stepping.
12971
cfa68bae
JK
129722015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12973
12974 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12975
8ffdba26
PA
129762015-07-14 Pedro Alves <palves@redhat.com>
12977
12978 * gdb.base/killed-outside.exp: New file.
12979 * gdb.base/killed-outside.c: New file.
12980
218a5a11
JK
129812015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12982
12983 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12984 (n at main): New.
12985 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12986
e03ed3c6
AA
129872015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12988
12989 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12990 infcall tests instead of setting up for KFAIL.
12991
485668e5
MM
129922015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12993
12994 * gdb.btrace/record_goto-step.exp: New.
12995
08464196
JK
129962015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12997
12998 PR compile/18484
12999 * gdb.compile/compile.c (struct struct_type): Add volatile to
13000 selffield's type.
13001 * gdb.compile/compile.exp
13002 (compile code struct_object.selffield = &struct_object): Skip further
13003 struct_object tests if this one xfails.
13004
bcf5c1d9
RC
130052015-07-08 Robert O'Callahan <robert@ocallahan.org>
13006
13007 PR exp/18617
13008 * gdb.trace/ax.exp: Add test.
13009
4931af25
YQ
130102015-07-07 Yao Qi <yao.qi@linaro.org>
13011
13012 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13013 instead of istarget "aarch64*-*-*".
13014 * gdb.arch/aarch64-fp.exp: Likewise.
13015 * gdb.base/float.exp: Likewise.
13016 * gdb.reverse/aarch64.exp: Likewise.
13017 * lib/gdb.exp (is_aarch64_target): New proc.
13018
9fcf688e
YQ
130192015-07-07 Yao Qi <yao.qi@linaro.org>
13020
13021 * lib/gdb.exp (is_aarch32_target): New proc.
13022 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13023 instead of "istarget "arm*-*-*"".
13024 * gdb.arch/arm-disp-step.exp: Likewise.
13025 * gdb.arch/thumb-bx-pc.exp: Likewise.
13026 * gdb.arch/thumb-prologue.exp: Likewise.
13027 * gdb.arch/thumb-singlestep.exp: Likewise.
13028 * gdb.base/disp-step-syscall.exp: Likewise.
13029 * gdb.base/float.exp: Likewise.
13030
fbd8d50d
YQ
130312015-07-07 Yao Qi <yao.qi@linaro.org>
13032
13033 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13034 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13035
71be1fdc
YQ
130362015-07-07 Yao Qi <yao.qi@linaro.org>
13037
13038 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13039 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13040 if it exists.
13041 * gdb.multi/multi-arch.exp: Likewise.
13042
3e221d36
SM
130432015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13044
13045 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13046 print.
13047
d441430b
YQ
130482015-07-07 Yao Qi <yao.qi@linaro.org>
13049
13050 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13051
06f810bd
MG
130522015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13053
13054 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13055 '[' and ']' characters.
13056
5e61e7c0
IB
130572015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13058
13059 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13060
28bf096c
PA
130612015-06-29 Pedro Alves <palves@redhat.com>
13062
13063 PR threads/18127
13064 * gdb.threads/hand-call-new-thread.c: New file.
13065 * gdb.threads/hand-call-new-thread.c: New file.
13066
ee93cd5e
KS
130672015-06-26 Keith Seitz <keiths@redhat.com>
13068 Doug Evans <dje@google.com>
13069
13070 PR 16253
13071 * gdb.cp/var-tag-2.cc: New file.
13072 * gdb.cp/var-tag-3.cc: New file.
13073 * gdb.cp/var-tag-4.cc: New file.
13074 * gdb.cp/var-tag.cc: New file.
13075 * gdb.cp/var-tag.exp: New file.
13076
fc637f04
PP
130772015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13078
13079 * gdb.base/history-duplicates.exp: New test.
13080
2e52ae68
PP
130812015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13082
13083 * gdb.base/completion.exp: Test the completion of the "focus"
13084 command.
13085
6e22494e
JK
130862015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13087
13088 * gdb.arch/amd64-prologue-skip.S: New file.
13089 * gdb.arch/amd64-prologue-skip.exp: New file.
13090
bf7b9cd9
SM
130912015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13092
13093 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13094 is_address_zero_readable check.
13095
201e8dfd
PB
130962015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13097
13098 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13099 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13100
5cd867b4
YQ
131012015-06-24 Yao Qi <yao.qi@linaro.org>
13102
13103 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13104 linux targets.
13105
4d7be007
YQ
131062015-06-24 Yao Qi <yao.qi@linaro.org>
13107
13108 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13109 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13110 * gdb.base/siginfo-thread.exp: Likewise.
13111
07fcd301
YQ
131122015-06-22 Yao Qi <yao.qi@linaro.org>
13113
13114 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13115
52042a00
YQ
131162015-06-22 Yao Qi <yao.qi@linaro.org>
13117
13118 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13119 aarch64*-*-*.
13120 (skip_hw_watchpoint_tests): Likewise.
13121
74bd41ce
PP
131222015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13123
13124 * gdb.base/gdbinit-history.exp: Test the interaction between
13125 setting GDBHISTSIZE and setting the history size via .gdbinit.
13126
bc460514
PP
131272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13128
13129 PR gdb/16999
13130 * gdb.base/gdbhistsize-history.exp: New test.
13131
b58c513b
PP
131322015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13133
13134 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13135 with GDBHISTSIZE.
13136 * gdb.base/readline.exp: Likewise.
13137
92046791
YQ
131382015-06-17 Yao Qi <yao.qi@linaro.org>
13139
13140 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13141 line.
13142
2093d2d3
PP
131432015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13144
13145 * gdb.base/gdbinit-history.exp: Add test case to check that
13146 an unlimited history file does not get truncated on exit.
13147
e6c693af
AA
131482015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13149
13150 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13151 (VECTOR): New macro. Use it...
13152 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13153 ...for these typedefs.
13154 (int8, char1, int1, double1): New typedefs.
13155 (struct just_int2, struct two_int2): New structures.
13156 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13157 (add_structvecs, add_singlevecs): New functions.
13158 (main): Call add_some_intvecs twice.
13159 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13160 the compile and exit upon failure. Try compiling for the "native"
13161 architecture. Test inferior function calls with vector arguments
13162 and vector return value handling with "finish" and "return".
13163
c74f7d1c
JT
131642015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13165
13166 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13167 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13168 PE file.
13169 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13170
98aa42ee
AT
131712015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13172
13173 PR breakpoints/16465
13174 * gdb.mi/mi-dprintf-pending.c: New file.
13175 * gdb.mi/mi-dprintf-pending.exp: New test.
13176 * gdb.mi/mi-dprintf-pendshr.c: New file.
13177
7d73c23c 131782015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 13179 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
13180
13181 * gdb.arch/i386-mpx-map.c: New file.
13182 * gdb.arch/i386-mpx-map.exp: New File.
13183
131842015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13185
13186 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13187 * gdb.arch/i386-mpx.exp: Indentation fixed.
13188
131892015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13190
13191 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13192 function and improved indentation.
13193 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13194 gdb_test_multiple. Added additional tests to skip the test.
13195
131962015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13197
13198 * gdb.arch/i386-avx512.c: Change path in include file.
13199 * gdb.arch/i386-avx512.exp: Change include dir path
13200 compilation flag.
13201 * gdb.arch/i386-mpx.c: Change path in include file.
13202 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13203 flag.
13204
d5eba19a
JK
132052015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13206
13207 * gdb.compile/compile-print.exp (compile print *vararray@3)
13208 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13209
7f361056
JK
132102015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13211
13212 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13213 (do not keep jit in memory): ... this.
13214 (expect 5): Change it to ...
13215 (expect no 5): ... this.
13216
3b462ec2
SM
132172015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13218
13219 PR gdb/15564
13220 * gdb.mi/mi-detach.exp: New file.
13221
e0619de6
JK
132222015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13223
13224 PR symtab/18392
13225 * gdb.arch/amd64-tailcall-self.S: New file.
13226 * gdb.arch/amd64-tailcall-self.c: New file.
13227 * gdb.arch/amd64-tailcall-self.exp: New file.
13228
e970cb34
DB
132292015-05-28 Don Breazeal <donb@codesourcery.com>
13230
13231 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13232 tests for remote targets by checking is_target_gdbserver.
13233
b2e2f908
DE
132342015-05-27 Doug Evans <dje@google.com>
13235
13236 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13237 * gdb.dwarf2/opaque-type-lookup.c: New file.
13238 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13239
82c7be31
DE
132402015-05-26 Doug Evans <dje@google.com>
13241
13242 * gdb.cp/iostream.cc: New file.
13243 * gdb.cp/iostream.exp: New file.
13244
b4f54984
DE
132452015-05-26 Doug Evans <dje@google.com>
13246
13247 * gdb.dwarf2/dw2-op-call.exp: Update.
13248 * gdb.dwarf2/dw4-sig-types.exp: Update.
13249 * gdb.dwarf2/implptr.exp: Update.
13250 * gdb.mi/mi-cmd-param-changed.exp: Update.
13251
4ea6efe9
DE
132522015-05-26 Doug Evans <dje@google.com>
13253
13254 * gdb.python/py-lazy-string.c: New file.
13255 * gdb.python/py-lazy-string.exp: New file.
13256 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13257 (main): Update. Add estring3.
13258 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13259 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13260
f6bb7db3
YQ
132612015-05-26 Omair Javaid <omair.javaid@linaro.org>
13262 Yao Qi <yao.qi@linaro.org>
13263
13264 * gdb.reverse/aarch64.c: New.
13265 * gdb.reverse/aarch64.exp: New.
13266
a81bfbd0
OJ
132672015-05-26 Omair Javaid <omair.javaid@linaro.org>
13268
25d49b86
PA
13269 * lib/gdb.exp (supports_process_record): Return true for
13270 aarch64*-linux*.
a81bfbd0
OJ
13271 (supports_reverse): Likewise.
13272
158bf1b4
PP
132732015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13274
13275 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13276 Use with_test_prefix.
13277
a0145030
AB
132782015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13279
13280 * gdb.base/completion.exp: Add test for completion of layout
13281 names.
13282
ebe3b578
AB
132832015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13284
13285 * lib/gdb.exp (skip_tui_tests): New proc.
13286 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13287
84204ed7
PA
132882015-05-19 Pedro Alves <palves@redhat.com>
13289
13290 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13291 Save the whole env array instead of just HOME. Unset HISTSIZE in
13292 the environment while testing. Restore whole environment
13293 afterwards.
13294
37442ce1
DE
132952015-05-16 Doug Evans <xdje42@gmail.com>
13296
13297 * gdb.guile/scm-ports.c: New file.
13298 * gdb.guile/scm-ports.exp: Add memory port tests.
13299
36de76f9
JK
133002015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13301
13302 * gdb.compile/compile-print.c: New file.
13303 * gdb.compile/compile-print.exp: New file.
13304
3a9558c4
JK
133052015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13306
13307 * gdb.compile/compile-ops.exp: Cast param to void.
13308 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13309 (compile code struct_object.selffield = &struct_object): Add xfail.
13310
aa715135
JG
133112015-05-15 Joel Brobecker <brobecker@adacore.com>
13312
13313 * gdb.ada/arr_enum_with_gap: New testcase.
13314
931e5bc3
JG
133152015-05-15 Joel Brobecker <brobecker@adacore.com>
13316
13317 * gdb.ada/byte_packed_arr: New testcase.
13318
9cd4d857
JB
133192015-05-15 Joel Brobecker <brobecker@adacore.com>
13320
13321 * gdb.ada/pckd_neg: New testcase.
13322
ebfd00d2
PP
133232015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13324
13325 PR gdb/17820
13326 * gdb.base/gdbinit-history.exp: New test.
13327 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13328 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13329
4c082a81
SC
133302015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13331
13332 * gdb.python/py-xmethods.cc: Enhance test case.
13333 * gdb.python/py-xmethods.exp: New tests.
13334 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13335 function.
13336 (B_indexoper): Likewise.
13337 (global_dm_list) : Add new xmethod worker functions.
13338
f7797074
SDJ
133392015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13340
13341 * gdb.base/coredump-filter.exp: Correctly unset
13342 "coredump_var_addr" array.
13343
a4674e4e
PA
133442015-05-08 Pedro Alves <palves@redhat.com>
13345
13346 * gdb.server/non-existing-program.exp: Unset spawn_id.
13347
df2eb078
SC
133482015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13349
13350 PR python/18291
13351 * gdb.python/py-xmethods.exp: Add tests.
13352
422349a3
YQ
133532015-05-08 Yao Qi <yao.qi@linaro.org>
13354
13355 PR gdb/18208
13356 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13357 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13358 function set_coredump_filter, and remove remote_exec call.
13359 Remove argument ipid. Callers update.
13360 (top level): Don't get inferior's PID.
13361
63fc80ce
AA
133622015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13363
13364 * gdb.base/watch_thread_num.exp: Skip test on targets without
13365 access watchpoints.
13366
80ad801e
PA
133672015-05-06 Pedro Alves <palves@redhat.com>
13368
13369 PR server/18081
13370 * gdb.server/non-existing-program.exp: New file.
13371
0fa7fe50
JB
133722015-05-05 Joel Brobecker <brobecker@adacore.com>
13373
13374 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13375
3ea89b92
PMR
133762015-05-05 Joel Brobecker <brobecker@adacore.com>
13377
13378 * gdb.ada/out_of_line_in_inlined: New testcase.
13379
87b8eff0
JB
133802015-05-05 Joel Brobecker <brobecker@adacore.com>
13381
13382 * gdb.ada/var_rec_arr: New testcase.
13383
5fccc635
YQ
133842015-04-30 Yao Qi <yao.qi@linaro.org>
13385
13386 * gdb.base/break-idempotent.exp: If
13387 skip_hw_watchpoint_multi_tests returns true, skip the tests
13388 on "rwatch" and "awatch".
13389
42d38f42
YQ
133902015-04-30 Yao Qi <yao.qi@linaro.org>
13391
13392 * gdb.base/relativedebug.exp: Invoke gdb command
13393 "info sharedlibrary", and if libc.so doesn't have debug info,
13394 skip the test.
13395
2ce1cdbf
DE
133962015-04-29 Doug Evans <dje@google.com>
13397
13398 * gdb.python/py-xmethods.exp: Add ptype tests.
13399 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13400 get_result_type method.
13401
f24a38c5
LM
134022015-04-29 Luis Machado <lgustavo@codesourcery.com>
13403
13404 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13405 the target does not support hardware watchpoints.
13406
ecbf2b3c
LM
134072015-04-29 Luis Machado <lgustavo@codesourcery.com>
13408
13409 * gdb.base/break-always.exp: Abort testing if writing to memory
13410 causes an error.
13411
34f5f757
DE
134122015-04-28 Doug Evans <dje@google.com>
13413
13414 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13415 * gdb.python/py-pp-registration.exp: ... here. New file.
13416 * gdb.python/py-pp-registration.c: New file.
13417 * gdb.python/py-pp-registration.py: New file.
13418
69b4374a
DE
134192015-04-28 Doug Evans <dje@google.com>
13420
13421 * gdb.python/py-bad-printers.c: New file.
13422 * gdb.python/py-bad-printers.py: New file.
13423 * gdb.python/py-bad-printers.exp: New file.
13424
59fb7612
SS
134252015-04-28 Sasha Smundak <asmundak@google.com>
13426
13427 * gdb.python/py-type.exp: New test.
13428
2631b16a
AW
134292015-04-28 Andy Wingo <wingo@igalia.com>
13430
13431 * gdb.python/py-parameter.exp:
13432 * gdb.guile/scm-parameter.exp: Escape the path that we are
13433 matching against, as it might contain characters that are special
13434 to regular expressions.
13435
460efde1
JB
134362015-04-27 Joel Brobecker <brobecker@adacore.com>
13437
13438 * gdb.ada/rec_comp: New testcase.
13439
2d369d8e
SDJ
134402015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13441
13442 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13443 before using it.
13444
cf75d6c3
AB
134452015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13446
13447 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13448 new tests for verilog output.
13449
8dbe7ca5
YQ
134502015-04-24 Yao Qi <yao.qi@linaro.org>
13451
13452 * boards/remote-gdbserver-on-localhost.exp: New file.
13453
4ef9fb2f
PA
134542015-04-23 Pedro Alves <palves@redhat.com>
13455
13456 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13457 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13458 "end of file", remove $inferior_spawn_id from the indirect list.
13459
0a803169
PA
134602015-04-23 Pedro Alves <palves@redhat.com>
13461
13462 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13463
749ef8f8
PA
134642015-04-23 Pedro Alves <palves@redhat.com>
13465
13466 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13467 on $any_spawn_id instead of only on $gdb_spawn_id.
13468
8aae4344
PM
134692015-04-21 Pierre Muller <muller@sourceware.org>
13470
13471 PR pascal/17815
13472 * lib/pascal.exp (gpc_compile): Add new option "class".
13473 (fpc_compile): Likewise.
13474 * gdb.pascal/case-insensitive-symbols.pas: New file.
13475 * gdb.pascal/case-insensitive-symbols.exp: New file.
13476
1586c8fb
GB
134772015-04-20 Gary Benson <gbenson@redhat.com>
13478
13479 * gdb.base/attach.exp: Fix three extended remote failures.
13480
1b6e6f5c
GB
134812015-04-17 Gary Benson <gbenson@redhat.com>
13482
13483 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13484 the main executable over the remote protocol.
13485
e797481d
PA
134862015-04-16 Pedro Alves <palves@redhat.com>
13487
13488 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13489 a new gdbserver if gdbserver_reconnect_p is set.
13490
1ca99c42
PA
134912015-04-16 Pedro Alves <palves@redhat.com>
13492
13493 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13494 is set, don't exit gdbserver.
13495
af9fd6f8
AA
134962015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13497
13498 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13499 appropriate .insn, such that an older assembler can be used.
13500 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13501 the z/Architecture instruction set on 31-bit targets as well.
13502
04ff1e61
AA
135032015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13504
13505 * gdb.go/handcall.exp: Remove all logic related to the first
13506 breakpoint and rely on go_runto_main instead.
13507 * gdb.go/strings.exp: Likewise.
13508 * gdb.go/unsafe.exp: Likewise.
13509 * gdb.go/hello.exp: Likewise. Also rename the remaining
13510 breakpoint marker to "breakpoint 1".
13511 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13512 * gdb.go/strings.go: Likewise.
13513 * gdb.go/unsafe.go: Likewise.
13514 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13515 "set breakpoint 2 here" and rename the remaining breakpoint marker
13516 to "breakpoint 1".
13517
40d2f8d6
SM
135182015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13519
13520 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13521 if itertools.imap is not present.
13522 * gdb.python/py-objfile.exp: Add parentheses.
13523 * gdb.python/py-type.exp: Same.
13524 * gdb.python/py-unwind-maint.py: Same.
13525
8cbc97c6
YQ
135262015-04-15 Yao Qi <yao.qi@linaro.org>
13527
13528 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13529 of ":$ptr_size" and set its form explicitly.
13530
45fd756c
YQ
135312015-04-15 Pedro Alves <palves@redhat.com>
13532 Yao Qi <yao.qi@linaro.org>
13533
13534 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13535 timeout by factor of 4.
13536 (test_regular_watch): Likewise.
13537 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13538 * gdb.reverse/sigall-reverse.exp: Likewise.
13539 * gdb.reverse/until-precsave.exp: Likewise.
13540 * lib/gdb.exp (with_timeout_factor): New proc.
13541 (gdb_expect): Move some code to ...
13542 (get_largest_timeout): ... here. New procedure.
13543
9e811bc3
LM
135442015-04-14 Luis Machado <lgustavo@codesourcery.com>
13545
13546 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13547
0ff6fcb2
LM
135482015-04-13 Luis Machado <lgustavo@codesourcery.com>
13549
13550 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13551 to write to the .text section.
13552
7578d5f7
LM
135532015-04-13 Luis Machado <lgustavo@codesourcery.com>
13554
13555 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13556 Handle the case of targets that do not provide PID information.
13557
2efe15c4
YQ
135582015-04-13 Yao Qi <yao.qi@linaro.org>
13559
13560 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13561 and use expect instead of gdb_expect.
13562
8cd8f2f8
SDJ
135632015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13564
13565 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13566 "coredump_var_addr" to avoid naming conflict with other testcases.
13567
9ee41772
PA
135682015-04-10 Pedro Alves <palves@redhat.com>
13569
13570 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13571 gdb_test_sequence and gdb_assert.
13572
07473109
PA
135732015-04-10 Pedro Alves <palves@redhat.com>
13574
13575 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13576 test messages that don't include the breakpoint address.
13577
de3db44c
YQ
135782015-04-10 Yao Qi <yao.qi@linaro.org>
13579
13580 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13581 false for some offset and width combinations which aren't
13582 supported by linux kernel.
13583
c79d856c
PA
135842015-04-10 Pedro Alves <palves@redhat.com>
13585
13586 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13587 procedure, factored out from ...
13588 (top level): ... here. Add "set displaced-stepping" testing axis.
13589 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13590 parameter "displaced". Use it.
13591 (top level): Use foreach and add "set displaced-stepping" testing
13592 axis.
13593
ebc90b50
PA
135942015-04-10 Pedro Alves <palves@redhat.com>
13595
13596 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13597 Remove comment.
13598 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13599 both the address of the instruction that triggers the watchpoint
13600 and the address of the instruction immediately after, and use
13601 those addresses for the test. Fix comment.
13602
8f572e5c
PA
136032015-04-10 Pedro Alves <palves@redhat.com>
13604
13605 * gdb.base/sigstep.exp (breakpoint_to_handler)
13606 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13607 Test "backtrace" in handler.
13608 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13609 (top level): Add new "displaced" test axis to
13610 breakpoint_to_handler, breakpoint_to_handler_entry and
13611 breakpoint_over_handler.
13612
8d707a12
PA
136132015-04-10 Pedro Alves <palves@redhat.com>
13614
13615 PR gdb/18216
13616 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13617
ef713951
YQ
136182015-04-10 Yao Qi <yao.qi@linaro.org>
13619
13620 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13621 (test_add_rn_pc): New function.
13622 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13623 (top level): Invoke test_add_rn_pc.
13624
906d60cf
PA
136252015-04-10 Pedro Alves <palves@redhat.com>
13626
13627 PR gdb/13858
13628 * gdb.base/step-over-no-symbols.exp: New file.
13629
f2983cc3
AW
136302015-04-09 Andy Wingo <wingo@igalia.com>
13631
13632 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13633 after the Python tests.
13634
6d62641c
SDJ
136352015-04-08 Keith Seitz <keiths@redhat.com>
13636
13637 PR python/16699
13638 * gdb.python/py-completion.exp: New tests for completion.
13639 * gdb.python/py-completion.py (CompleteLimit1): New class.
13640 (CompleteLimit2): Likewise.
13641 (CompleteLimit3): Likewise.
13642 (CompleteLimit4): Likewise.
13643 (CompleteLimit5): Likewise.
13644 (CompleteLimit6): Likewise.
13645 (CompleteLimit7): Likewise.
13646
f3770638
PA
136472015-04-08 Pedro Alves <palves@redhat.com>
13648
13649 PR gdb/18214
13650 PR gdb/18216
13651 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13652 function.
13653 (main): Install it as SIGUSR1 handler.
13654 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13655 parameter. Always use "setup" as prefix. Toggle "set
13656 displaced-stepping" off/on depending on global. Don't switch to
13657 thread 1 here.
13658 (top level): Add displaced stepping "off/on" test axis. Update
13659 "setup" calls. Wrap each subtest with with_test_prefix. Test
13660 continuing with a queued signal in each thread.
13661
4496bed7
PA
136622015-04-08 Pedro Alves <palves@redhat.com>
13663
13664 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13665 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13666 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13667 Return early if running to main fails.
13668 * gdb.trace/while-stepping.exp: Likewise.
13669
b97fde92
PA
136702015-04-07 Pedro Alves <palves@redhat.com>
13671
13672 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13673 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13674 interact with inferior program.
13675
f71c18e7
PA
136762015-04-07 Pedro Alves <palves@redhat.com>
13677
13678 * lib/gdb.exp (inferior_spawn_id): New global.
13679 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13680 spawn id after processing the user code.
13681 (default_gdb_start): Set inferior_spawn_id.
13682 (send_inferior): New procedure.
13683 * lib/gdbserver-support.exp (gdbserver_start): Set
13684 inferior_spawn_id.
13685 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13686
6423214f
PA
136872015-04-07 Pedro Alves <palves@redhat.com>
13688
13689 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13690 * lib/gdbserver-support.exp (gdbserver_start): Make
13691 $server_spawn_id global.
13692 (gdbserver_start): Don't wait for gdbserver's spawn id with
13693 expect_background.
13694 (close_gdbserver): New procedure.
13695 (gdb_exit): Rename the default version and reimplement.
13696
71c0ee8c
PA
136972015-04-07 Pedro Alves <palves@redhat.com>
13698
72f4393d 13699 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
13700 append the substituted item, not the original item.
13701
203bc29b
PA
137022015-04-07 Pedro Alves <palves@redhat.com>
13703
13704 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13705 gdb_expect.
13706
508a3ddf
PA
137072015-04-07 Pedro Alves <palves@redhat.com>
13708
13709 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13710 output appearing once only.
13711
9f6dbe2b
PA
137122015-04-07 Pedro Alves <palves@redhat.com>
13713
13714 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13715 that doesn't expect anything. Return early if running to main
13716 fails.
13717
337532fa
YQ
137182015-04-07 Yao Qi <yao.qi@linaro.org>
13719
13720 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13721 (child_function): Call alarm.
13722 (main): Move call to alarm into the loop.
13723 * gdb.threads/non-stop-fair-events.exp: Build program with
13724 -DTIMEOUT=$timeout.
13725
01b622d4
DE
137262015-04-06 Doug Evans <xdje42@gmail.com>
13727
13728 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13729 Fix dest parameter to board_info.
13730 (fpc_compile): Ditto.
13731 (gdb_compile_pascal): Rename dest arg to destfile.
13732
961f4160
PMR
137332015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13734
13735 * gdb.ada/funcall_ref.exp: New file.
13736 * gdb.ada/funcall_ref/foo.adb: New file.
13737
cafda597
YQ
137382015-04-02 Yao Qi <yao.qi@linaro.org>
13739
13740 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13741 is remote.
13742
fed040c6
GB
137432015-04-02 Gary Benson <gbenson@redhat.com>
13744
13745 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13746
d11916aa
SS
137472015-04-01 Sasha Smundak <asmundak@google.com>
13748
13749 * gdb.python/py-unwind-maint.c: New file.
13750 * gdb.python/py-unwind-maint.exp: New test.
13751 * gdb.python/py-unwind-maint.py: New file.
13752 * gdb.python/py-unwind.c: New file.
13753 * gdb.python/py-unwind.exp: New test.
13754 * gdb.python/py-unwind.py: New test.
13755
a1471180
PA
137562015-04-01 Pedro Alves <palves@redhat.com>
13757
13758 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13759 to fail instead of non-existent $test.
13760
0bbeccb1
PA
137612015-04-01 Pedro Alves <palves@redhat.com>
13762
13763 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13764 GDBFLAGS if not empty.
13765
3c724c8c
PMR
137662015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13767
13768 * gdb.ada/complete.exp: Remove "multi_line".
13769 * gdb.ada/info_exc.exp: Remove "multi_line".
13770 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13771 * gdb.ada/ptype_field.exp: Remove "multi_line".
13772 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13773 * gdb.ada/tagged.exp: Remove "multi_line".
13774 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13775 [multi_line ...]
13776 * gdb.btrace/delta.exp: Likewise.
13777 * gdb.btrace/exception.exp: Likewise.
13778 * gdb.btrace/function_call_history.exp: Likewise.
13779 * gdb.btrace/instruction_history.exp: Likewise.
13780 * gdb.btrace/nohist.exp: Likewise.
13781 * gdb.btrace/record_goto.exp: Likewise.
13782 * gdb.btrace/segv.exp: Likewise.
13783 * gdb.btrace/stepi.exp: Likewise.
13784 * gdb.btrace/tailcall.exp: Likewise.
13785 * gdb.btrace/unknown_functions.exp: Likewise.
13786 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13787 * lib/gdb.exp: Add the "multi_line" helper.
13788
4eec2deb
PA
137892015-04-01 Pedro Alves <palves@redhat.com>
13790
13791 * gdb.threads/tid-reuse.c: New file.
13792 * gdb.threads/tid-reuse.exp: New file.
13793
df8411da
SDJ
137942015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13795
13796 PR corefiles/16092
13797 * gdb.base/coredump-filter.c: New file.
13798 * gdb.base/coredump-filter.exp: Likewise.
13799
6ef37366
PM
138002015-03-27 Petr Machata <pmachata@redhat.com>
13801
13802 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13803 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13804 (Dwarf::assemble): Initialize them.
13805 (Dwarf::lines): New function.
13806
7ec911b0
JT
138072015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13808
13809 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13810 SYMBOL_PREFIX for x86_64-*-cygwin.
13811
ff908ebf
AW
138122015-03-26 Andy Wingo <wingo@igalia.com>
13813
13814 PR symtab/18148
13815 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13816 const_value but not a location.
13817 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13818 location defined in non-main CUs are visible.
13819
6d5f0679
YQ
138202015-03-26 Yao Qi <yao.qi@linaro.org>
13821
13822 PR testsuite/18139
13823 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13824 Add a line number entry for the same line.
13825 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13826 Add a line number entry for the same line.
13827
2898689b
YQ
138282015-03-26 Yao Qi <yao.qi@linaro.org>
13829
13830 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13831 .int 0.
13832 (func): Likewise. Add .Lfunc_1 label.
13833 Use .Lfunc_1 label.
13834 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13835 .int 0.
13836 (func): Likewise.
13837 Use .Lfunc_1 label.
13838
85180498
YQ
138392015-03-26 Yao Qi <yao.qi@linaro.org>
13840
13841 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13842 Call gdb_compile instead to compile each .s files without debug
13843 information.
13844
8aa08a8d
YQ
138452015-03-26 Yao Qi <yao.qi@linaro.org>
13846
13847 * gdb.base/savedregs.exp (process_saved_regs): Make
13848 "Saved registers:" optional in the pattern.
13849
66849923
MM
138502015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13851
13852 * gdb.btrace/next.exp: Merged into step.exp.
13853 * gdb.btrace/finish.exp: Merged into step.exp.
13854 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13855 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13856 "record goto" and checking the exact replay position.
13857 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13858 check for "Recording format" in "info record" output.
13859 * gdb.btrace/record_goto.exp: Choose test file based on target.
13860 * gdb.btrace/x86-record_goto.S: Renamed into ...
13861 * gdb.btrace/x86_64-record_goto.S: ... this.
13862 * gdb.btrace/i686-record_goto.S: New.
13863 * gdb.btrace/x86-tailcall.S: Renamed into ...
13864 * gdb.btrace/x86_64-tailcall.S: ... this.
13865 * gdb.btrace/i686-tailcall.S: New.
13866 * gdb.btrace/x86-tailcall.c: Renamed into ...
13867 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13868 separate statements. Update test.
13869 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13870 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13871 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13872 * gdb.btrace/tailcall.exp: Choose test file based on target.
13873 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13874
11cc1b74
MM
138752015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13876
13877 * gdb.btrace/exception.exp: Increase BTS buffer size.
13878
a25d8bf9
PA
138792015-03-24 Pedro Alves <palves@redhat.com>
13880
13881 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13882
856e7dd6
PA
138832015-03-24 Pedro Alves <palves@redhat.com>
13884
13885 * gdb.threads/schedlock.exp (test_step): No longer expect that
13886 "set scheduler-locking step" with "next" over a function call runs
13887 threads unlocked.
13888
ad235a41
AT
138892015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13890
13891 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13892
15630549
AT
138932015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13894
13895 PR breakpoints/16466
13896 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13897 * gdb.mi/mi-pending.c (thread_func): New function.
13898 (int main): Add threading support required.
13899 * gdb.mi/mi-pending.exp: Add tests for this issue.
13900 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13901 (pendfunc2): Remove stdio dependency.
13902 * gdb.mi/mi-pendshr2.c: New file.
13903
693dca06
KS
139042015-03-23 Keith Seitz <keiths@redhat.com>
13905
13906 * gdb.linespec/keywords.c: New file.
13907 * gdb.linespec/keywords.exp: New file.
13908
7e993ebf
KS
139092015-03-23 Keith Seitz <keiths@redhat.com>
13910
13911 PR gdb/18021
13912 * gdb.dwarf2/staticvirtual.exp: New test.
13913
bc23328c
JK
139142015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13915
13916 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13917 * README: Remove HP-UX and gdb.hp.
13918 (configuration):
13919 * configure: Regenerate.
13920 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13921 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13922 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13923 gdb.hp/gdb.defects/Makefile.
13924 * gdb.hp/Makefile.in: File deleted.
13925 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13926 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13927 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13928 * gdb.hp/gdb.aCC/run.c: File deleted.
13929 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13930 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13931 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13932 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13933 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13934 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13935 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13936 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13937 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13938 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13939 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13940 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13941 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13942 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13943 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13944 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13945 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13946 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13947 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13948 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13949 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13950 * gdb.hp/gdb.compat/average.c: File deleted.
13951 * gdb.hp/gdb.compat/sum.c: File deleted.
13952 * gdb.hp/gdb.compat/xdb.c: File deleted.
13953 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13954 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13955 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13956 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13957 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13958 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13959 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13960 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13961 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13962 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13963 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13964 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13965 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13966 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13967 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13968 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13969 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13970 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13971 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13972 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13973 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13974 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13975 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13976 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13977 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13978 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13979 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13980 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13981 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13982 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13983 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13984 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13985 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13986 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13987 * gdb.hp/tools/odump: File deleted.
13988
8bf3b159
PA
139892015-03-19 Pedro Alves <palves@redhat.com>
13990
13991 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13992 (saw_thread_3): New globals.
13993 (top level): Increment them when an event for the corresponding
13994 thread is seen.
13995 (no thread starvation): New test.
13996
eb54c8bf
PA
139972015-03-19 Pedro Alves <palves@redhat.com>
13998
13999 * gdb.threads/continue-pending-status.c: New file.
14000 * gdb.threads/continue-pending-status.exp: New file.
14001
32d2e5d6
PA
140022015-03-18 Pedro Alves <palves@redhat.com>
14003
14004 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14005 Use gdb_is_target_remote instead of is_remote. Use
14006 gdb_test_multiple instead of gdb_expect. Exit early if
14007 gdb_test_multiple hits its internal matches. Tighten stepi tests
14008 expected output. Fail on exit with any signal, instead of just
14009 SIGILL.
14010
f68f11b7
YQ
140112015-03-18 Yao Qi <yao.qi@linaro.org>
14012
14013 PR tdep/18107
14014 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14015 variable.
14016 * gdb.base/catch-syscall.exp: Don't skip it on
14017 aarch64*-*-linux* target. Remove elements in all_syscalls.
14018 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14019 target.
14020 (setup_all_syscalls): New proc.
14021
ca5fd19b
YQ
140222015-03-16 Yao Qi <yao.qi@linaro.org>
14023
14024 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14025 (top level): Skip tests if valid_addr_p returns false for
14026 $cmd1 or $cmd2.
14027
85642ba0
AW
140282015-03-11 Andy Wingo <wingo@igalia.com>
14029
14030 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14031
e03f9645
YQ
140322015-03-11 Yao Qi <yao.qi@linaro.org>
14033
14034 * gdb.base/catch-syscall.exp: Fix typo in comments.
14035
5d0962b2
YQ
140362015-03-11 Yao Qi <yao.qi@linaro.org>
14037
14038 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14039
b2df3cef
PA
140402015-03-09 Pedro Alves <palves@redhat.com>
14041
14042 * dg-extract-results.py: Delete.
14043
ef878e53
PA
140442015-03-09 Pedro Alves <palves@redhat.com>
14045
14046 Merge dg-extract-results.sh from GCC upstream (r218843).
14047
14048 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14049 * dg-extract-results.sh: Use --text with grep to avoid issues with
14050 binary files. Fall back to cat -v, if that doesn't work.
14051
9494d219
PA
140522015-03-05 Pedro Alves <palves@redhat.com>
14053
14054 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14055
a8d9763a
SM
140562015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14057
14058 * lib/mi-support.exp (mi_expect_interrupt): Accept
14059 alternative event for when in all-stop mode.
14060
be9957b8
PA
140612015-03-04 Pedro Alves <palves@redhat.com>
14062
14063 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14064
d57be0f4 140652015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
14066
14067 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14068
c214c7cf
AA
140692015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14070
14071 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14072 regexps for GDB's current line display, accept a hex address
14073 preceding the line number.
14074
6d74a497
AA
140752015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14076
14077 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14078 the 'arch1' variable for "s390*-linux*" targets.
14079
511aee7c
PA
140802015-03-04 Pedro Alves <palves@redhat.com>
14081
14082 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14083 (main): Pass missing retval argument to pthread_join call.
14084
95e50b27
PA
140852015-03-02 Pedro Alves <palves@redhat.com>
14086
14087 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14088 (top level): Call do_test with non-stop as well.
14089
28054d69
PA
140902015-03-02 Pedro Alves <palves@redhat.com>
14091
14092 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14093 -1.
14094
4fa5d7b4
AA
140952015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14096
14097 * gdb.arch/s390-vregs.exp: New test.
14098 * gdb.arch/s390-vregs.S: New file.
14099
97c18565
PA
141002015-02-27 Pedro Alves <palves@redhat.com>
14101
14102 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14103 call to catch_command_errors.
14104 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14105 catch_command_errors.
14106
a37bfa30
PA
141072015-02-27 Pedro Alves <palves@redhat.com>
14108
14109 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14110 "true" for boolean result.
14111 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14112 prototype of main.
14113
6f98576f
PA
141142015-02-27 Pedro Alves <palves@redhat.com>
14115
14116 * lib/unbuffer_output.c: New file.
14117 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14118 (main): Call gdb_unbuffer_output.
14119
eba5ab56
YQ
141202015-02-27 Yao Qi <yao.qi@linaro.org>
14121
14122 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14123 target.
14124
0def5aaa
DE
141252015-02-26 Doug Evans <dje@google.com>
14126
14127 * gdb.cp/class2.cc (Dbase, D): New classes.
14128 (main): New local delta.
14129 * gdb.cp/class2.exp: Test printing delta.
14130 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14131 (dynbar): New global.
14132 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14133
081a1c2c
JK
141342015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14135
14136 * gdb.compile/compile-ifunc.c: New file.
14137 * gdb.compile/compile-ifunc.exp: New file.
14138
2f41223f
AT
141392015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14140
14141 * gdb.base/structs.exp: Check for correct struct on finish.
14142
03eddd80
YQ
141432015-02-26 Yao Qi <yao.qi@linaro.org>
14144
14145 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14146 is zero.
14147
80c57053
JK
141482015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14149
14150 * gdb.arch/cordic.ko.bz2: New file.
14151 * gdb.arch/cordic.ko.debug.bz2: New file.
14152 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14153
21613c12
YQ
141542015-02-25 Yao Qi <yao.qi@linaro.org>
14155
14156 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14157 aarch64*-*-* target.
14158
d8b901ed
PA
141592015-02-23 Pedro Alves <palves@redhat.com>
14160
14161 * lib/gdb.exp (delete_breakpoints): Rewrite using
14162 gdb_test_multiple.
14163
e5b85ead
PA
141642015-02-23 Pedro Alves <palves@redhat.com>
14165
14166 * gdb.base/info-os.c: Include stdlib.h.
14167
85c3a371
DE
141682015-02-22 Doug Evans <xdje42@gmail.com>
14169
14170 PR symtab/17855
14171 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14172 is read after symbols have been re-read.
14173 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14174 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14175
96553a0c
DE
141762015-02-21 Doug Evans <dje@google.com>
14177
14178 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14179
97a0c697
JK
141802015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14181
14182 PR corefiles/17808
14183 * gdb.arch/i386-biarch-core.core.bz2: New file.
14184 * gdb.arch/i386-biarch-core.exp: New file.
14185
a47cd6e9
PA
141862015-02-21 Pedro Alves <palves@redhat.com>
14187
14188 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14189 runto_main fails.
14190
c5facdc4
PA
141912015-02-20 Pedro Alves <palves@redhat.com>
14192
14193 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14194 info probes.
14195
2db9a427
PA
141962015-02-20 Pedro Alves <palves@redhat.com>
14197
14198 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14199
60fb7e9e
PA
142002015-02-20 Pedro Alves <palves@redhat.com>
14201
14202 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14203 clean_restart before gdb_target_supports_trace.
14204
5c5019c2
PA
142052015-02-20 Pedro Alves <palves@redhat.com>
14206
14207 PR threads/18006
14208 * gdb.threads/clone-thread_db.c: New file.
14209 * gdb.threads/clone-thread_db.exp: New file.
14210
c9587f88
AT
142112015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14212
14213 PR breakpoints/16812
14214 * gdb.base/catch-gdb-caused-signals.c: New file.
14215 * gdb.base/catch-gdb-caused-signals.exp: New file.
14216
f6a88844
JM
142172015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14218
14219 * configure: Regenerated.
14220 * configure.ac: Use GDB_AC_TRANSFORM.
14221 * aclocal.m4: sinclude ../transform.m4.
14222
497c491b
JM
142232015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14224
14225 * lib/dtrace.exp: New file.
14226 * gdb.base/dtrace-probe.exp: Likewise.
14227 * gdb.base/dtrace-probe.d: Likewise.
14228 * gdb.base/dtrace-probe.c: Likewise.
14229 * lib/pdtrace.in: Likewise.
14230 * configure.ac: Output variables with the transformed names of
14231 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14232 * configure: Regenerated.
14233
03e98035
JM
142342015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14235
14236 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14237 expected message when trying to access $_probe_* convenience
14238 variables while not on a probe.
14239
63cc30e9
JK
142402015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14241
14242 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14243
0703599a
PA
142442015-02-11 Pedro Alves <pedro@codesourcery.com>
14245
14246 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14247 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14248
7e60a48e
DE
142492015-02-10 Doug Evans <xdje42@gmail.com>
14250
14251 * lib/gdb.exp (gdb_load): Always return a result.
14252
01b088bc
PA
142532015-02-10 Pedro Alves <palves@redhat.com>
14254
14255 * gdb.threads/signal-sigtrap.c: New file.
14256 * gdb.threads/signal-sigtrap.exp: New file.
14257
b05ec7a5
AT
142582015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14259
14260 * gdb.trace/no-attach-trace.c: New file.
14261 * gdb.trace/no-attach-trace.exp: New file.
14262
a2c2acaf
MW
142632015-02-09 Mark Wielaard <mjw@redhat.com>
14264
14265 * gdb.dwarf2/atomic.c: New file.
14266 * gdb.dwarf2/atomic-type.exp: Likewise.
14267
31fd9caa
MM
142682015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14269
14270 * gdb.btrace/buffer-size.exp: Update "info record" output.
14271 * gdb.btrace/delta.exp: Update "info record" output.
14272 * gdb.btrace/enable.exp: Update "info record" output.
14273 * gdb.btrace/finish.exp: Update "info record" output.
14274 * gdb.btrace/instruction_history.exp: Update "info record" output.
14275 * gdb.btrace/next.exp: Update "info record" output.
14276 * gdb.btrace/nexti.exp: Update "info record" output.
14277 * gdb.btrace/step.exp: Update "info record" output.
14278 * gdb.btrace/stepi.exp: Update "info record" output.
14279 * gdb.btrace/nohist.exp: Update "info record" output.
14280
d33501a5
MM
142812015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14282
14283 * gdb.btrace/buffer-size: New.
14284
f4abbc16
MM
142852015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14286
14287 * gdb.btrace/delta.exp: Update "info record" output.
14288 * gdb.btrace/enable.exp: Update "info record" output.
14289 * gdb.btrace/finish.exp: Update "info record" output.
14290 * gdb.btrace/instruction_history.exp: Update "info record" output.
14291 * gdb.btrace/next.exp: Update "info record" output.
14292 * gdb.btrace/nexti.exp: Update "info record" output.
14293 * gdb.btrace/step.exp: Update "info record" output.
14294 * gdb.btrace/stepi.exp: Update "info record" output.
14295 * gdb.btrace/nohist.exp: Update "info record" output.
14296
b9d61307
SM
142972015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14298
14299 PR gdb/15678
14300 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14301
e584fdbc
PA
143022015-02-06 Pedro Alves <palves@redhat.com>
14303
14304 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14305 macro.
14306 (seconds_left, again): New globals.
14307 (main): Wait seconds_left in a 1-second sleep loop instead of
14308 sleeping 180 seconds. If 'again' is set, reset the seconds
14309 counter.
14310 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14311 'again' in the inferior before detaching. Print the seconds left.
14312 (options): New global.
14313 (top level): Build program with -DTIMEOUT=$timeout.
14314
77f41761
PA
143152015-02-06 Pedro Alves <palves@redhat.com>
14316
14317 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14318 determine how many seconds to pass to 'alarm'.
14319 * gdb.base/gdb-sigterm.exp (top level): Build program with
14320 -DTIMEOUT=$timeout.
14321 (do_test): Return success/failure indication. Add more verbose
14322 logging. Don't fail if 200 single steps are seen. Instead, fail
14323 when the test times out.
14324 (passes): New global.
14325 (top level): Break the testing loop if testing fails on any
14326 iteration. Use gdb_assert.
14327
b9394193
DB
143282015-02-04 Don Breazeal <donb@codesourcery.com>
14329
14330 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14331 and initialize them.
14332 (ipc_cleanup): New function.
14333 (main): Don't declare shmid, semid, and msqid. Add a call to
14334 atexit so that we call ipc_cleanup on exit.
14335
42d9e528
PA
143362015-02-04 Pedro Alves <palves@redhat.com>
14337
14338 * boards/native-extended-gdbserver.exp: Remove any target variant
14339 specifications from the board name before clearing the isremote
14340 flag from board_info.
14341
ae6ae975
DE
143422015-01-31 Doug Evans <xdje42@gmail.com>
14343
14344 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14345
cfb069a8
GB
143462015-01-31 Gary Benson <gbenson@redhat.com>
14347
14348 * gdb.base/completion.exp: Disable completion limiting for
14349 existing tests. Add new tests to check completion limiting.
14350 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14351
5dd31d79
DE
143522015-01-31 Doug Evans <xdje42@gmail.com>
14353
14354 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14355
9f050062
DE
143562015-01-31 Doug Evans <xdje42@gmail.com>
14357
14358 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14359 entries. Duplicate file section script entries.
14360 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14361 inlined entries. Add test for safe-path rejection.
14362 * gdb.python/py-section-script.c: Add duplicate inlined section script
14363 entries. Duplicate file section script entries.
14364 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14365 inlined entries. Add test for safe-path rejection.
14366
df25ebbd
JB
143672015-01-29 Joel Brobecker <brobecker@adacore.com>
14368
14369 * gdb.ada/disc_arr_bound: New testcase.
14370
4a0ca9ec
JB
143712015-01-29 Joel Brobecker <brobecker@adacore.com>
14372
14373 * gdb.ada/mi_var_array: New testcase.
14374
3a8b707a
DE
143752015-01-27 Doug Evans <dje@google.com>
14376
14377 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14378 Add test for objfile.filename, objfile.username after objfile
14379 has been unloaded.
14380
f8313f6e
JB
143812015-01-26 Joel Brobecker <brobecker@adacore.com>
14382
14383 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14384 the second test to print the name attribute of value
14385 returned by the call to gdb.lookup_type, and adjust
14386 the expected output accordingly.
14387
37bc665e
MW
143882015-01-25 Mark Wielaard <mjw@redhat.com>
14389
14390 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14391 * gdb.base/disp-step-fork.c: Include unistd.h.
14392 * gdb.base/siginfo-obj.c: Include stdio.h.
14393 * gdb.base/siginfo-thread.c: Likewise.
14394 * gdb.mi/non-stop.c: Include unistd.h.
14395 * gdb.mi/nsthrexec.c: Include stdio.h.
14396 * gdb.mi/pthreads.c: Include unistd.h.
14397 * gdb.modula2/unbounded1.c (main): Declare returns int.
14398 * gdb.reverse/consecutive-reverse.c: Likewise.
14399 * gdb.threads/create-fail.c: Include unistd.h.
14400 * gdb.threads/killed.c: Likewise.
14401 * gdb.threads/linux-dp.c: Likewise.
14402 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14403 * gdb.threads/non-ldr-exc-2.c: Likewise.
14404 * gdb.threads/non-ldr-exc-3.c: Likewise.
14405 * gdb.threads/non-ldr-exc-4.c: Likewise.
14406 * gdb.threads/pthreads.c: Include unistd.h.
14407 (main): Declare returns int.
14408 * gdb.threads/tls-main.c (foo): New declaration.
14409 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14410
f7e5394d
SM
144112015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14412
14413 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14414 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14415
743649fd
MW
144162015-01-15 Mark Wielaard <mjw@redhat.com>
14417
14418 * gdb.base/noreturn-return.c: New file.
14419 * gdb.base/noreturn-return.exp: New file.
14420 * gdb.base/noreturn-finish.c: New file.
14421 * gdb.base/noreturn-finish.exp: New file.
14422
198297aa
PA
144232015-01-23 Pedro Alves <palves@redhat.com>
14424
14425 * gdb.threads/continue-pending-after-query.c: New file.
14426 * gdb.threads/continue-pending-after-query.exp: New file.
14427
717cf30c
AG
144282015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14429 Simon Marchi <simon.marchi@ericsson.com>
14430
14431 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14432 * gdb.base/valgrind-db-attach.exp: Same.
14433 * gdb.base/valgrind-infcall.exp: Same.
14434 * lib/mi-support.exp (default_mi_gdb_start): Same.
14435 * lib/prompt.exp (default_prompt_gdb_start): Same.
14436 * lib/gdb.exp (default_gdb_spawn): Same.
14437 (gdb_interact): New.
14438
14439
4b62a76e
JK
144402015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14441
14442 * gdb.compile/compile.exp (pointer to jit function): New test.
14443
b4cdae6f
WW
144442015-01-17 Wei-cheng Wang <cole945@gmail.com>
14445
14446 * lib/gdb.exp (supports_process_record): Return true for
14447 powerpc*-*-linux*.
14448 (supports_reverse): Likewise.
14449
d221e7ef
DB
144502015-01-15 Don Breazeal <donb@codesourcery.com>
14451
14452 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14453 instead of checking whether the target board is remote and
14454 use spawn_wait_for_attach instead of exec/sleep.
14455 * gdb.base/attach-twice.exp: Likewise.
14456
bafffb51
JB
144572015-01-15 Joel Brobecker <brobecker@adacore.com>
14458
14459 * gdb.ada/var_arr_attrs: New testcase.
14460
5589af0e
PA
144612015-01-14 Pedro Alves <palves@redhat.com>
14462 Joel Brobecker <brobecker@adacore.com>
14463
14464 PR gdb/17525
14465 * gdb.base/bp-cmds-execution-x-script.c: New file.
14466 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14467 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14468
6c400b59
PA
144692015-01-14 Pedro Alves <palves@redhat.com>
14470
14471 PR cli/17828
14472 * gdb.base/batch-preserve-term-settings.c: New file.
14473 * gdb.base/batch-preserve-term-settings.exp: New file.
14474
e02c96a7
DE
144752015-01-13 Doug Evans <dje@google.com>
14476
14477 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14478 binary.
14479
576fd14c
JB
144802015-01-13 Joel Brobecker <brobecker@adacore.com>
14481
14482 * Makefile.in (clean mostlyclean): Do not delete *.py.
14483
04dccad0
JB
144842015-01-13 Joel Brobecker <brobecker@adacore.com>
14485
14486 * gdb.python/py-lookup-type.exp: New file.
14487
3d230f71
PA
144882015-01-12 Pedro Alves <palves@redhat.com>
14489
14490 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14491 restore GDBFLAGS before returning.
14492
7e67715d
JK
144932015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14494
14495 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14496 is_amd64_regs_target and is_x86_like_target.
14497
f2e0d4b4
DE
144982015-01-11 Doug Evans <xdje42@gmail.com>
14499
14500 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14501 is given without an explicit form.
14502 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14503 attributes.
14504 * gdb.dwarf/corrupt.exp: Ditto.
14505 * gdb.dwarf2/enum-type.exp: Ditto.
14506 * gdb.trace/entry-values.exp: Ditto.
14507 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14508
439250fb
DE
145092015-01-11 Doug Evans <xdje42@gmail.com>
14510
14511 PR gdb/15830
14512 * gdb.base/maint.exp: Remove references to "maint demangle".
14513 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14514 Add tests for explicitly specifying language to demangle.
14515 * gdb.dlang/demangle.exp: Ditto.
14516
ede9f622
PA
145172015-01-09 Pedro Alves <palves@redhat.com>
14518
14519 * gdb.threads/non-stop-fair-events.c: New file.
14520 * gdb.threads/non-stop-fair-events.exp: New file.
14521
a7b796db
PA
145222015-01-09 Pedro Alves <palves@redhat.com>
14523
14524 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14525 the global scope. Set a breakpoint after all threads are started
14526 rather than stepping over two source lines. Expect the prompt.
14527 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14528 global.
14529 (NUM): Now 15.
14530 (main): Use threads_started_barrier to wait for all threads to
14531 start. Main thread no longer calls thread_function. Exit after
14532 180 seconds.
14533 (loop): New function.
14534 (thread_function): Wait on threads_started_barrier barrier. Call
14535 'loop' at each iteration.
14536 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14537 threads have started, instead of hardcoding number of "next"
14538 steps. Use an access watchpoint instead of a write watchpoint.
14539
9665ffdd
PA
145402015-01-09 Pedro Alves <palves@redhat.com>
14541
14542 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14543 (thread_func): Wait on barrier.
14544 (main): Wait for all threads to start before stopping GDB.
14545 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14546 global.
14547 (thread1_func, thread2_func): Wait on barrier.
14548 (main): Wait for all threads to start before stopping GDB.
14549 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14550 New global.
14551 (thread1_func, thread2_func): Wait on barrier.
14552 (main): Wait for all threads to start before stopping GDB.
14553
c945a99f
PA
145542015-01-09 Pedro Alves <palves@redhat.com>
14555
14556 * gdb.threads/attach-many-short-lived-threads.c: New file.
14557 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14558
c1a747c1
PA
145592014-01-09 Pedro Alves <palves@redhat.com>
14560
14561 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14562 instead of to thread 2.
14563 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14564 Add barrier around each pthread_create call instead of around all
14565 calls.
14566 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14567 Set a break on thread_function and have the child threads hit it
14568 one at at a time.
14569
60b3033e
PA
145702015-01-09 Pedro Alves <palves@redhat.com>
14571
14572 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14573 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14574 false.
14575 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14576 checking whether the target board is remote.
14577 * gdb.multi/multi-attach.exp: Likewise.
14578 * gdb.python/py-sync-interp.exp: Likewise.
14579 * gdb.server/ext-attach.exp: Likewise.
14580 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14581 tests that need to attach, instead of checking whether the target
14582 board is remote at the top of the file.
14583
acc018ac
YQ
145842015-01-08 Yao Qi <yao@codesourcery.com>
14585
14586 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14587
50a18af8
JK
145882015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14589
14590 Fix testcase compilation.
14591 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14592
8503d6e1
JB
145932015-01-06 Joel Brobecker <brobecker@adacore.com>
14594
14595 * gdb.python/py-type.exp: Add a couple test about empty
14596 array creation, and negative-length array creation.
14597
cc73dbcc
DE
145982015-01-02 Doug Evans <xdje42@gmail.com>
14599
14600 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14601
0300bbc7
DE
146022015-01-02 Doug Evans <dje@google.com>
14603
14604 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14605
9d85a0ec
YQ
146062014-12-29 Yao Qi <yao@codesourcery.com>
14607
14608 * gdb.trace/entry-values.exp: Update comments. Rename variable
14609 bar_call_foo to returned_from_foo.
14610
87186c6a
MMN
146112014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14612
14613 PR gdb/17394
14614 * gdb.linespec/break-asm-file.c: New file.
14615 * gdb.linespec/break-asm-file.exp: New file.
14616 * gdb.linespec/break-asm-file0.s: New file.
14617 * gdb.linespec/break-asm-file1.s: New file.
14618
1bab7383
YQ
146192014-12-18 Nigel Stephens <nigel@mips.com>
14620 Maciej W. Rozycki <macro@codesourcery.com>
14621
14622 * gdb.base/float.exp: Handle the new output from "info float" on
14623 MIPS targets.
14624
1bc1068a
JK
146252014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14626
14627 Fix MinGW compilation.
14628 * gdb.compile/compile-ops.exp: Update untested message if
14629 !skip_compile_feature_tests.
14630 * gdb.compile/compile-setjmp.exp: Likewise.
14631 * gdb.compile/compile-tls.exp: Likewise.
14632 * gdb.compile/compile.exp: Likewise.
14633 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14634 supported on this host".
14635
b6615d10
DE
146362014-12-16 Doug Evans <xdje42@gmail.com>
14637
14638 * boards/stabs.exp: New file.
14639
25dda427
AA
146402014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14641
14642 * gdb.base/completion.exp: Adjust to format changes of "maint
14643 print user-registers".
14644
bf330350
CU
146452014-12-16 Catalin Udma <catalin.udma@freescale.com>
14646
14647 PR server/17457
14648 * gdb.arch/aarch64-fp.c: New file.
14649 * gdb.arch/aarch64-fp.exp: New file.
14650
395cf596
SDJ
146512014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14652
14653 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14654 r210637, r210913, r211666, r215400, r215817).
14655
14656 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14657 * dg-extract-results.py: New file.
14658 * dg-extract-results.sh: Use it if the environment seems
14659 suitable.
14660
14661 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14662
14663 * dg-extract-results.py (parse_run): Handle warnings that
14664 are printed before a test harness is run.
14665
14666 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14667
14668 * dg-extract-results.py (Named): Remove __cmp__ method.
14669 (output_variation): Use a key to sort variation.harnesses.
14670
14671 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14672
14673 * dg-extract-results.py: For Python 3, force sys.stdout to
14674 handle surrogate escape sequences.
14675 (safe_open): New function.
14676 (output_segment, main): Use it.
14677
14678 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14679
14680 * dg-extract-results.py (Prog.result_re): Include options
14681 in test name.
14682
14683 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14684
14685 * dg-extract-results.py (output_variation): Always sort if
14686 do_sum.
14687
e882ef3c
SM
146882014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14689
14690 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14691 as long as we get pagination notifications.
14692
4992aa20
JM
146932014-12-15 Jason Merrill <jason@redhat.com>
14694
14695 * Makefile.in (check-gdb.%): Restore.
14696 * README: Mention it.
14697
c1b5a1a6
JB
146982014-12-13 Joel Brobecker <brobecker@adacore.com>
14699
14700 * gdb.ada/str_uninit: New testcase.
14701
5537b577
JK
147022014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14703
14704 PR symtab/17642
14705 * gdb.base/vla-stub-define.c: New file.
14706 * gdb.base/vla-stub.c: New file.
14707 * gdb.base/vla-stub.exp: New file.
14708
bb2ec1b3
TT
147092014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14710 Jan Kratochvil <jan.kratochvil@redhat.com>
14711 Tom Tromey <tromey@redhat.com>
14712
14713 * configure.ac: Add gdb.compile/.
14714 * configure: Regenerate.
14715 * gdb.compile/Makefile.in: New file.
14716 * gdb.compile/compile-ops.exp: New file.
14717 * gdb.compile/compile-ops.c: New file.
14718 * gdb.compile/compile-tls.c: New file.
14719 * gdb.compile/compile-tls.exp: New file.
14720 * gdb.compile/compile-constvar.S: New file.
14721 * gdb.compile/compile-constvar.c: New file.
14722 * gdb.compile/compile-mod.c: New file.
14723 * gdb.compile/compile-nodebug.c: New file.
14724 * gdb.compile/compile-setjmp-mod.c: New file.
14725 * gdb.compile/compile-setjmp.c: New file.
14726 * gdb.compile/compile-setjmp.exp: New file.
14727 * gdb.compile/compile-shlib.c: New file.
14728 * gdb.compile/compile.c: New file.
14729 * gdb.compile/compile.exp: New file.
14730 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14731
4ff709eb
TT
147322014-12-12 Tom Tromey <tromey@redhat.com>
14733
14734 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14735 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14736
6dddd6a5
DE
147372014-12-12 Doug Evans <dje@google.com>
14738
14739 * lib/gdb-python.exp (get_python_valueof): New function.
14740 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14741
71c24708
AA
147422014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14743
14744 * gdb.base/completion.exp: Add test for completion of "info
14745 registers ".
14746
3e29f34a
MR
147472014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14748
14749 * gdb.base/func-ptrs.c: New file.
14750 * gdb.base/func-ptrs.exp: New file.
14751
fc126975
SM
147522014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14753
14754 PR breakpoints/17012
14755 * gdb.base/dprintf-detach.c: New file.
14756 * gdb.base/dprintf-detach.exp: New file.
14757
0a46d518
SM
147582014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14759
14760 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14761 * lib/gdb.exp (target_is_gdbserver): New procedure.
14762
a0be3e44
DE
147632014-12-08 Doug Evans <dje@google.com>
14764
14765 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14766
df1b803a
YQ
147672014-12-05 Yao Qi <yao@codesourcery.com>
14768
14769 * gdb.guile/scm-error.exp: Remove the third argument to
14770 gdb_remote_download.
14771 * gdb.guile/scm-frame-args.exp: Likewise.
14772 * gdb.guile/scm-section-script.exp: Likewise.
14773
ddb9f679
YQ
147742014-12-05 Yao Qi <yao@codesourcery.com>
14775
14776 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14777
86e4ed39
DE
147782014-12-04 Doug Evans <dje@google.com>
14779
14780 * gdb.python/py-objfile.exp: Add tests for
14781 objfile.add_separate_debug_file.
14782
7c50a931
DE
147832014-12-04 Doug Evans <dje@google.com>
14784
14785 * lib/gdb.exp (get_build_id): New function.
14786 (build_id_debug_filename_get): Rewrite to use it.
14787 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14788
621661e3
MR
147892014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14790
14791 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14792 `method(long)', not just 0x0.
14793 * gdb.cp/nsalias.exp: Align code labels to 4.
14794 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14795 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14796 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14797 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14798 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14799 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14800
29f0c3b7
DE
148012014-12-02 Doug Evans <dje@google.com>
14802
e1e061e7 14803 PR symtab/17602
29f0c3b7 14804 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 14805 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
14806 * gdb.cp/anon-ns.exp: Update.
14807
162078c8
NB
148082014-12-02 Nick Bull <nicholaspbull@gmail.com>
14809
14810 * gdb.python/py-events.py (inferior_call_handler): New.
14811 (register_changed_handler, memory_changed_handler): New.
14812 (test_events.invoke): Register new handlers.
14813 * gdb.python/py-events.exp: Add tests for inferior call,
14814 memory_changed and register_changed events.
14815
fdb09caf
AA
148162014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14817
14818 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14819 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14820 if the linker doesn't understand this.
14821
55cfb2c4
SM
148222014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14823
14824 * gdb.python/python.exp: Change expected reply to help().
14825
9e8cd6df
YQ
148262014-12-01 Yao Qi <yao@codesourcery.com>
14827
14828 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14829 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14830 * configure: Re-generated.
14831
6c659fc2
SC
148322014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14833
14834 * gdb.cp/chained-calls.cc: New file.
14835 * gdb.cp/chained-calls.exp: New file.
14836 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14837
d7fc3181
SM
148382014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14839
14840 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14841 * gdb.dwarf2/symtab-producer.exp: Same.
14842 * gdb.gdb/python-interrupts.exp: Same.
14843 * gdb.gdb/python-selftest.exp: Same.
14844 * gdb.python/py-linetable.exp: Same.
14845 * gdb.python/py-type.exp: Same.
14846 * gdb.python/py-value-cc.exp: Same.
14847 * gdb.python/py-value.exp: Same.
14848
10e79639
YQ
148492014-11-28 Yao Qi <yao@codesourcery.com>
14850
14851 * gdb.base/break-probes.exp: Match library name prefixed with
14852 sysroot.
14853
f28a0564
SM
148542014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14855
14856 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14857 test expected output. Add parentheses for the call to print.
14858 Remove L suffix from integers.
14859
3fe1ce1d
DE
148602014-11-26 Doug Evans <dje@google.com>
14861
14862 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14863
84429e27
YQ
148642014-11-22 Yao Qi <yao@codesourcery.com>
14865
14866 * gdb.trace/entry-values.c: Remove asms.
14867 (foo): Add foo_label.
14868 (bar): Add bar_label.
14869 * gdb.trace/entry-values.exp: Remove code computing foo's
14870 length and bar's length.
14871 (Dwarf::assemble): Invoke function_range for bar and use
14872 MACRO_AT_func for foo.
14873
26741859
YQ
148742014-11-22 Yao Qi <yao@codesourcery.com>
14875
14876 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14877 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14878 Use .Lgcc43_procstart instead of gcc43.
14879
45e44d27
JB
148802014-11-21 Joel Brobecker <brobecker@adacore.com>
14881
14882 * gdb.ada/n_arr_bound: New testcase.
14883
458c8db8
SDJ
148842014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14885
14886 PR breakpoints/10737
14887 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14888 test_catch_syscall_multi_arch.
14889 (test_catch_syscall_multi_arch): New function.
14890
43f3e411
DE
148912014-11-20 Doug Evans <xdje42@gmail.com>
14892
14893 * gdb.base/maint.exp: Update expected output.
14894
0d7b2549
AA
148952014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14896
14897 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14898 4-byte instruction on S390.
14899
8908fca5
JB
149002014-11-19 Joel Brobecker <brobecker@adacore.com>
14901
14902 * gdb.ada/arr_arr: New testcase.
14903
4a46959e
JB
149042014-11-19 Joel Brobecker <brobecker@adacore.com>
14905
14906 * gdb.ada/pkd_arr_elem: New Testcase.
14907
470e2f4e
LM
149082014-11-18 Luis Machado <lgustavo@codesourcery.com>
14909
14910 * gdb.reverse/break-precsave: Expect completion message for
14911 core file reads.
14912 * gdb.reverse/consecutive-precsave.exp: Likewise.
14913 * gdb.reverse/finish-precsave.exp: Likewise.
14914 * gdb.reverse/i386-precsave.exp: Likewise.
14915 * gdb.reverse/machinestate-precsave.exp: Likewise.
14916 * gdb.reverse/sigall-precsave.exp: Likewise.
14917 * gdb.reverse/solib-precsave.exp: Likewise.
14918 * gdb.reverse/step-precsave.exp: Likewise.
14919 * gdb.reverse/until-precsave.exp: Likewise.
14920 * gdb.reverse/watch-precsave.exp: Likewise.
14921
a267f3ad
AA
149222014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14923
14924 * gdb.base/bp-permanent.c: Include unistd.h.
14925 * gdb.python/py-framefilter-mi.c (main): Add return type.
14926 * gdb.python/py-framefilter.c (main): Likewise.
14927 * gdb.trace/actions-changed.c (main): Likewise.
14928
12084a9a
AA
149292014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14930
14931 * gdb.mi/until.c: Add eye-catchers.
14932 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14933 line numbers.
14934
dc7e1a77
AA
149352014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14936
14937 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14938 function header variants in break1.c.
14939 * gdb.base/ena-dis-br.exp: Likewise.
14940 * gdb.base/hbreak2.exp: Likewise.
14941 * gdb.reverse/until-precsave.exp: Drop references to removed
14942 non-prototype function header variants in ur1.c.
14943 * gdb.reverse/until-reverse.exp: Likewise.
14944
41c77605
PM
149452014-11-17 Petr Machata <pmachata@redhat.com>
14946
14947 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14948 ${_cu_offset_size} bytes abbrev offset.
14949
34248c3a
DE
149502014-11-15 Doug Evans <xdje42@gmail.com>
14951
14952 PR symtab/17559
14953 * gdb.base/line-symtabs.exp: New file.
14954 * gdb.base/line-symtabs.c: New file.
14955 * gdb.base/line-symtabs.h: New file.
14956
646da059
YQ
149572014-11-14 Yao Qi <yao@codesourcery.com>
14958
14959 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14960 (func): Add label func_label.
14961 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14962 Replace low_pc and high_pc with MACRO_AT_range.
14963 Replace name, low_pc and high_pc with MACRO_AT_func.
14964
9301ebe6
YQ
149652014-11-14 Yao Qi <yao@codesourcery.com>
14966
14967 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14968 Replace name, low_pc and high_pc with MACRO_AT_func.
14969
f166b542
YQ
149702014-11-14 Yao Qi <yao@codesourcery.com>
14971
14972 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14973 produce debug information.
14974 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14975
0f6e71e3
YQ
149762014-11-14 Yao Qi <yao@codesourcery.com>
14977
14978 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14979 object and get function length.
14980 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14981 with MACRO_AT_func.
14982 (top-level): Replace gdb_compile and clean_restart with
14983 prepare_for_testing.
14984 * gdb.dwarf2/main.c (main): Add label main_label.
14985
876c4df9
YQ
149862014-11-14 Yao Qi <yao@codesourcery.com>
14987
14988 * lib/dwarf.exp (function_range): New procedure.
14989 (Dwarf::_handle_macro_at_func): New procedure.
14990 (Dwarf::_handle_macro_at_range): New procedure.
14991 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14992
02ad9cf1
YQ
149932014-11-14 Yao Qi <yao@codesourcery.com>
14994
14995 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14996 (_handle_attribute): New procedure.
14997
a59add0c
AA
149982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14999
15000 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15001 * gdb.base/call-sc.c (zed): Likewise.
15002 * gdb.base/checkpoint.c (main): Likewise.
15003 * gdb.base/dump.c (main): Likewise.
15004 * gdb.base/gcore.c (main): Likewise.
15005 * gdb.base/huge.c (main): Likewise.
15006 * gdb.base/multi-forks.c (main): Likewise.
15007 * gdb.base/pr10179-a.c (main): Likewise.
15008 * gdb.base/savedregs.c (main): Likewise.
15009 * gdb.base/sigaltstack.c (main): Likewise.
15010 * gdb.base/siginfo.c (main): Likewise.
15011 * gdb.base/structs.c (zed): Likewise.
15012 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15013 * gdb.mi/mi-syn-frame.c (main): Likewise.
15014 * gdb.mi/until.c (foo, main): Likewise.
15015 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15016 * gdb.base/solib-weak.c (foo): Declare.
15017 * gdb.base/attach-twice.c: Include stdio.h.
15018 * gdb.base/weaklib1.c: Likewise.
15019 * gdb.base/weaklib2.c: Likewise.
15020 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15021 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15022 unistd.h.
15023 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15024 * gdb.mi/mi-exit-code.c: Likewise.
15025 * gdb.base/break-interp-lib.c: Include string.h.
15026 * gdb.base/coremaker.c: Likewise.
15027 * gdb.base/testenv.c: Likewise.
15028 * gdb.python/py-finish-breakpoint.c: Likewise.
15029 * gdb.base/inferior-died.c: Include sys/wait.h.
15030 * gdb.base/fileio.c: Include time.h.
15031 * gdb.base/async-shell.c: Include unistd.h.
15032 * gdb.base/dprintf-non-stop.c: Likewise.
15033 * gdb.base/info-os.c: Likewise.
15034 * gdb.mi/mi-console.c: Likewise.
15035 * gdb.mi/watch-nonstop.c: Likewise.
15036 * gdb.python/py-events.c: Likewise.
15037 * gdb.base/async.c (baz): Move up before its invocation.
15038 * gdb.base/code_elim2.c (my_global_func): Likewise.
15039 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15040 * gdb.base/advance.c (func2): Likewise.
15041
3b5d5997
AA
150422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15043
15044 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15045 variant.
15046 * gdb.base/annota3.c: Likewise.
15047 * gdb.base/async.c: Likewise.
15048 * gdb.base/average.c: Likewise.
15049 * gdb.base/call-ar-st.c: Likewise.
15050 * gdb.base/call-rt-st.c: Likewise.
15051 * gdb.base/call-sc.c: Likewise.
15052 * gdb.base/call-strs.c: Likewise.
15053 * gdb.base/ending-run.c: Likewise.
15054 * gdb.base/execd-prog.c: Likewise.
15055 * gdb.base/exprs.c: Likewise.
15056 * gdb.base/foll-exec.c: Likewise.
15057 * gdb.base/foll-fork.c: Likewise.
15058 * gdb.base/foll-vfork.c: Likewise.
15059 * gdb.base/funcargs.c: Likewise.
15060 * gdb.base/gcore.c: Likewise.
15061 * gdb.base/jump.c: Likewise.
15062 * gdb.base/langs0.c: Likewise.
15063 * gdb.base/langs1.c: Likewise.
15064 * gdb.base/langs2.c: Likewise.
15065 * gdb.base/mips_pro.c: Likewise.
15066 * gdb.base/nodebug.c: Likewise.
15067 * gdb.base/opaque0.c: Likewise.
15068 * gdb.base/opaque1.c: Likewise.
15069 * gdb.base/recurse.c: Likewise.
15070 * gdb.base/run.c: Likewise.
15071 * gdb.base/scope0.c: Likewise.
15072 * gdb.base/scope1.c: Likewise.
15073 * gdb.base/setshow.c: Likewise.
15074 * gdb.base/setvar.c: Likewise.
15075 * gdb.base/shmain.c: Likewise.
15076 * gdb.base/shr1.c: Likewise.
15077 * gdb.base/shr2.c: Likewise.
15078 * gdb.base/sigall.c: Likewise.
15079 * gdb.base/signals.c: Likewise.
15080 * gdb.base/so-indr-cl.c: Likewise.
15081 * gdb.base/solib2.c: Likewise.
15082 * gdb.base/structs.c: Likewise.
15083 * gdb.base/sum.c: Likewise.
15084 * gdb.base/vforked-prog.c: Likewise.
15085 * gdb.base/watchpoint.c: Likewise.
15086 * gdb.reverse/shr2.c: Likewise.
15087 * gdb.reverse/until-reverse.c: Likewise.
15088 * gdb.reverse/ur1.c: Likewise.
15089 * gdb.reverse/watch-reverse.c: Likewise.
15090
066a77c5
AA
150912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15092
15093 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15094 variant.
15095 * gdb.base/sepdebug.exp: Drop references to removed code.
15096
4f204ea5
AA
150972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15098
15099 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15100 variant. Preserve original line numbering.
15101 * gdb.base/list1.c: Likewise.
15102
3b377a3a
AA
151032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15104
15105 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15106 variant.
15107 * gdb.base/break1.c: Likewise.
15108 * gdb.base/break.exp: Drop references to removed code.
15109
e444df73
AA
151102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15111
15112 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15113 variant.
15114
8008f2a7
AA
151152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15116
15117 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15118
a5a06887
AA
151192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15120
15121 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15122 logic into perform_all_tests() and invoke it with and without
15123 function header prototypes.
15124 (do_function_calls): Remove conditional XFAIL for PR 5318.
15125 (rerun_and_prepare): Remove duplicate code.
15126 (perform_all_tests): New. Main logic moved here.
15127
44dba9b9
AA
151282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15129
15130 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15131 code guarded by #ifdef NO_PROTOTYPES.
15132 (t_double_many_args): Likewise.
15133 (DEF_FUNC_MANY_ARGS_1): Likewise.
15134 (DEF_FUNC_VALUES_1): Likewise.
15135 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15136 guarded by #ifdef PROTOTYPES.
15137
d1fbcd56
AA
151382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15139
15140 * gdb.mi/mi-console.c: Add eye-catcher.
15141 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15142 instead of literal line number.
15143
b0e59b8f
AA
151442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15145
15146 * gdb.base/shr2.c: Add eye-catcher.
15147 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15148 line number.
15149
78f98cca
AA
151502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15151
15152 * gdb.base/jump.c: Add eye-catchers.
15153 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15154 numbers.
15155
58fa2af0
AA
151562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15157
15158 * gdb.base/execd-prog.c: Add eye-catchers.
15159 * gdb.base/foll-exec.c: Likewise.
15160 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15161 line numbers.
15162
04e5059b
AA
151632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15164
15165 * gdb.base/ending-run.c: Add eye-catchers.
15166 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15167 literal line numbers.
15168
dbfdb174
AA
151692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15170
15171 * gdb.base/call-rt-st.c: Add eye-catchers.
15172 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15173 literal line numbers.
15174
888a2ade
AA
151752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15176
15177 * gdb.base/call-ar-st.c: Add eye-catchers.
15178 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15179 literal line numbers.
15180
6acc2dde
AA
151812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15182
15183 * gdb.base/average.c: Add eye-catchers.
15184 * gdb.base/sum.c: Likewise.
15185 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15186 regexps dynamically.
15187
9ecfcd1d
AA
151882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15189
15190 * gdb.base/solib1.c: Add eye-catchers.
15191 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15192 literal line numbers.
15193
78708b7c
PA
151942014-11-12 Pedro Alves <palves@redhat.com>
15195
15196 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15197 leader has exited.
15198
af48d08f
PA
151992014-11-12 Pedro Alves <palves@redhat.com>
15200
15201 * gdb.arch/i386-bp_permanent.c: New file.
15202 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15203 (srcfile): Set to i386-bp_permanent.c.
15204 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15205 that stepi does not execute the 'leave' instruction, instead of
15206 testing it does execute.
15207 * gdb.base/bp-permanent.c: New file.
15208 * gdb.base/bp-permanent.exp: New file.
15209
af3768e9
DE
152102014-11-10 Doug Evans <xdje42@gmail.com>
15211
15212 PR symtab/17564
15213 * gdb.base/symtab-search-order.exp: New file.
15214 * gdb.base/symtab-search-order.c: New file.
15215 * gdb.base/symtab-search-order-1.c: New file.
15216 * gdb.base/symtab-search-order-shlib-1.c: New file.
15217
9de00a4a
PA
152182014-11-07 Pedro Alves <palves@redhat.com>
15219
15220 PR gdb/17511
15221 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15222 i?86-*-linux*.
15223
e0f52461
SC
152242014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15225
15226 PR c++/17494
15227 * gdb.cp/pr17494.cc: New file.
15228 * gdb.cp/pr17494.exp: New file.
15229
6ce8c980
YQ
152302014-11-02 Yao Qi <yao@codesourcery.com>
15231
15232 * gdb.python/python.exp: Get working directory and match the
15233 output of "set extended-prompt \\w " with it.
15234
02be9a71
DE
152352014-10-30 Doug Evans <dje@google.com>
15236
15237 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15238 in objfiles.
15239 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15240 in progspaces.
15241
3bdff46b
LM
152422014-10-30 Janis Johnson <janisjo@codesourcery.com>
15243
15244 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15245 * gdb.base/realname-expand.exp: Likewise.
15246 * gdb.linespec/macro-relative.exp: Likewise.
15247
ab917dfb
PA
152482014-10-29 Pedro Alves <palves@redhat.com>
15249
15250 PR gdb/17408
15251 * gdb.threads/schedlock.c (some_function): New function.
15252 (call_function): New global.
15253 (MAYBE_CALL_SOME_FUNCTION): New macro.
15254 (thread_function): Call it.
15255 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15256 and use it instead of a global counter. Adjust all callers.
15257 (get_current_thread): Use "find current thread" for test message
15258 here rather than having all callers pass down the same string.
15259 (goto_loop): New procedure, factored out from ...
15260 (my_continue): ... this.
15261 (step_ten_loops): Change parameter from test message to command to
15262 use. Adjust.
15263 (list_count): Delete global.
15264 (check_result): New procedure, factored out from duplicate top
15265 level code.
15266 (continue tests): Wrap in with_test_prefix.
15267 (test_step): New procedure, factored out from duplicate top level
15268 code.
15269 (top level): Test "step" in combination with all scheduler-locking
15270 modes. Test "next" in combination with all scheduler-locking
15271 modes, and in combination with stepping over a function call or
15272 not.
15273 * gdb.threads/next-bp-other-thread.c: New file.
15274 * gdb.threads/next-bp-other-thread.exp: New file.
15275
d3d4baed
PA
152762014-10-29 Pedro Alves <palves@redhat.com>
15277
15278 PR python/17372
15279 * gdb.python/python.exp: Test a multi-line command that spawns
15280 interactive Python.
15281 * gdb.base/multi-line-starts-subshell.exp: New file.
15282
563e8d85
YQ
152832014-10-29 Yao Qi <yao@codesourcery.com>
15284
15285 * gdb.base/fileio.exp: Make directories on host.
15286
0ea4d52e
YQ
152872014-10-29 Yao Qi <yao@codesourcery.com>
15288
15289 * gdb.base/fileio.c (test_write): Close the file.
15290
7f5ef605
PA
152912014-10-28 Pedro Alves <palves@redhat.com>
15292
15293 PR gdb/12623
15294 * gdb.base/sigstep.c (no_handler): New global.
15295 (main): If 'no_handler is true, set the signal handlers to
15296 SIG_IGN.
15297 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15298 with_sw_watch and no_handler parameters. Handle them.
15299 (top level) <stepping over handler when stopped at a breakpoint
15300 test>: Add a test axis for testing with a software watchpoint, and
15301 another for testing with the signal handler set to SIG_IGN.
15302 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15303 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15304
abbdbd03
PA
153052014-10-28 Pedro Alves <palves@redhat.com>
15306
15307 PR gdb/17511
15308 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15309 * gdb.base/sigstep.exp (other_handler_location): New global.
15310 (advance): Support stepping into the signal handler, and running
15311 commands while in the handler.
15312 (in_handler_map): New global.
15313 (top level): In the advance test, add combinations for getting
15314 into the handler with stepping commands, and for running commands
15315 in the handler. Add comment descripting the advancei tests.
15316
1df4399f
PA
153172014-10-28 Pedro Alves <palves@redhat.com>
15318
15319 * gdb.base/sigstep.exp: Use build_executable instead of
15320 prepare_for_testing.
15321 (top level): Move code that starts GDB, runs to main and creates a
15322 display to ...
15323 (restart): ... this new procedure.
15324 (top level): Move backtrace from signal handler test to ...
15325 (validate_backtrace): ... this new procedure.
15326 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15327 with_test_prefix. Always restart GDB.
15328 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15329 with_test_prefix. Always restart GDB. No need to delete
15330 breakpoints after the test.
15331 (test_skip_handler): Remove prefix parameter.
15332 (skip_over_handler, breakpoint_to_handler)
15333 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15334 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15335 restart GDB. No need to delete breakpoints after the test.
15336 (top level): Use foreach to call the test procedures with
15337 different commands.
15338
a5b6e449
PA
153392014-10-28 Pedro Alves <palves@redhat.com>
15340
15341 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15342 instead of GNATS numbers.
15343 * gdb.base/sigbpt.exp: Likewise.
15344 * gdb.base/siginfo.exp: Likewise.
15345 * gdb.base/sigstep.exp: Likewise.
15346
e5f8a7cc
PA
153472014-10-27 Pedro Alves <palves@redhat.com>
15348
15349 * gdb.base/sigstep.c (dummy): New global.
15350 (main): Issue a couple writes to the new global.
15351 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15352 procedures.
15353 (skip_over_handler): Use test_skip_handler.
15354 (top level): Call skip_over_handler for stepi and nexti too.
15355 (breakpoint_over_handler): Use test_skip_handler.
15356 (top level): Call breakpoint_over_handler for stepi and nexti too.
15357
763905a3
YQ
153582014-10-27 Yao Qi <yao@codesourcery.com>
15359
15360 * gdb.trace/tfile.c (adjust_function_address)
15361 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15362 function descriptor.
15363
6f259a23
DB
153642014-10-24 Don Breazeal <donb@codesourcery.com>
15365
15366 * gdb.base/foll-fork.exp (test_follow_fork,
15367 catch_fork_child_follow): Check for updated fork messages emitted
15368 from infrun.c.
15369 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15370 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15371 vfork_and_exec_child_follow_through_step): Check for updated vfork
15372 messages emitted from infrun.c.
15373
09dd9a69
PA
153742014-10-24 Pedro Alves <palves@redhat.com>
15375
15376 * gdb.base/corefile.exp: Remove references to ultrix.
15377 * gdb.base/interrupt.exp: Likewise.
15378 * gdb.base/whatis.exp: Likewise.
15379 * gdb.gdb/selftest.exp: Likewise.
15380 * gdb.threads/manythreads.exp: Likewise.
15381 * gdb.threads/print-threads.exp: Likewise.
15382 * gdb.threads/pthreads.exp:: Likewise.
15383 * gdb.threads/schedlock.exp: Likewise.
15384
3433cfa5
SC
153852014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15386
15387 * gdb.cp/non-trivial-retval.cc: Add a test case.
15388 * gdb.cp/non-trivial-retval.exp: Add a test.
15389
092f880b
YQ
153902014-10-20 Yao Qi <yao@codesourcery.com>
15391
15392 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15393 * gdb.python/py-objfile-script-gdb.py: New file.
15394 * gdb.python/py-objfile-script.exp: Update reference to
15395 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15396 of remote_download. Remove the dest file.
15397
acbdb7f3
YQ
153982014-10-20 Yao Qi <yao@codesourcery.com>
15399
15400 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15401 * gdb.base/step-line.exp: Likewise.
15402 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15403 * gdb.dwarf2/dw2-basic.exp: Likewise.
15404 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15405 * gdb.dwarf2/dw2-filename.exp: Likewise.
15406 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15407 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15408 * gdb.dwarf2/dw2-producer.exp: Likewise.
15409 * gdb.dwarf2/mac-fileno.exp: Likewise.
15410 * gdb.python/py-frame-args.exp: Likewise.
15411 * gdb.python/py-framefilter.exp: Likewise.
15412 * gdb.python/py-mi.exp: Likewise.
15413 * gdb.python/py-objfile-script.exp: Likewise
15414 * gdb.python/py-pp-integral.exp: Likewise.
15415 * gdb.python/py-pp-re-notag.exp: Likewise.
15416 * gdb.python/py-prettyprint.exp: Likewise.
15417 * gdb.python/py-section-script.exp: Likewise.
15418 * gdb.python/py-typeprint.exp: Likewise.
15419 * gdb.python/py-xmethods.exp: Likewise.
15420 * gdb.stabs/weird.exp: Likewise.
15421 * gdb.xml/tdesc-regs.exp: Likewise.
15422
bd286a29
KCY
154232014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15424
15425 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15426 (out_cu): Use addr_len for the size of addresses.
15427 (out_line): Likewise. Size DW_LNE_set_address instruction
15428 according to addr_len.
15429 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15430 (FUNC): Add START_INSNS to definition.
15431
673dc4a0
YQ
154322014-10-18 Yao Qi <yao@codesourcery.com>
15433
15434 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15435 gdb_has_argv0 return true.
15436 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15437 check [target_info exists noargs], check [gdb_has_argv0]
15438 instead.
15439 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15440 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15441 procedures.
15442
4ffbba72
DE
154432014-10-17 Doug Evans <dje@google.com>
15444
15445 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15446 event.
15447 * gdb.python/py-events.py: Add clear_objfiles event.
15448
d096d8c1
DE
154492014-10-17 Doug Evans <dje@google.com>
15450
15451 * gdb.python/py-objfile.exp: Test progspace attribute.
15452
a80db015
LM
154532014-10-17 Luis Machado <lgustavo@codesourcery.com>
15454
15455 * gdb.guile/scm-breakpoint.exp: Do not assume any
15456 directory separators when matching source file paths.
15457 * gdb.python/py-breakpoint.exp: Likewise.
15458 * gdb.reverse/break-precsave.exp: Likewise.
15459 * gdb.reverse/break-reverse.exp: Likewise.
15460 * gdb.reverse/consecutive-precsave.exp: Likewise.
15461 * gdb.reverse/finish-precsave.exp: Likewise.
15462 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15463 * gdb.reverse/finish-reverse.exp: Likewise.
15464 * gdb.reverse/i386-precsave.exp: Likewise.
15465 * gdb.reverse/i387-env-reverse.exp: Likewise.
15466 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15467 * gdb.reverse/machinestate-precsave.exp: Likewise.
15468 * gdb.reverse/machinestate.exp: Likewise.
15469 * gdb.reverse/sigall-precsave.exp: Likewise.
15470 * gdb.reverse/solib-precsave.exp: Likewise.
15471 * gdb.reverse/step-precsave.exp: Likewise.
15472 * gdb.reverse/until-precsave.exp: Likewise.
15473 * gdb.reverse/watch-precsave.exp: Likewise.
15474 * gdb.reverse/watch-reverse.exp: Likewise.
15475
b22089ab
YQ
154762014-10-17 Yao Qi <yao@codesourcery.com>
15477
15478 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15479 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15480
6c4486e6
PA
154812014-10-17 Pedro Alves <palves@redhat.com>
15482
15483 PR gdb/17471
15484 * gdb.base/bg-execution-repeat.c: New file.
15485 * gdb.base/bg-execution-repeat.exp: New file.
15486
0ff33695
PA
154872014-10-17 Pedro Alves <palves@redhat.com>
15488
15489 PR gdb/17300
15490 * gdb.base/continue-all-already-running.c: New file.
15491 * gdb.base/continue-all-already-running.exp: New file.
15492
6fdebc3d
PA
154932014-10-17 Pedro Alves <palves@redhat.com>
15494
15495 PR gdb/17472
15496 * gdb.base/annota-input-while-running.c: New file.
15497 * gdb.base/annota-input-while-running.exp: New file.
15498
32a8097b
PA
154992014-10-17 Pedro Alves <palves@redhat.com>
15500
15501 * gdb.base/callfuncs.exp: emove references to osf.
15502 * gdb.base/sigall.exp: Likewise.
15503 * gdb.gdb/selftest.exp: Likewise.
15504 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15505 * gdb.mi/non-stop.c: Likewise.
15506 * gdb.mi/pthreads.c: Likewise.
15507 * gdb.reverse/sigall-precsave.exp: Likewise.
15508 * gdb.reverse/sigall-reverse.exp: Likewise.
15509 * gdb.threads/pthreads.c: Likewise.
15510 * gdb.threads/pthreads.exp: Likewise.
15511
7a3517ff
YQ
155122014-10-17 Yao Qi <yao@codesourcery.com>
15513
15514 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15515 check 'target_info exists noargs'.
15516 (test_command_prompt_position): Likewise.
15517 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15518 Remove "set args".
15519 (progvar_simple_while_test): Likewise.
15520 (progvar_complex_if_while_test): Likewise.
15521 (if_while_breakpoint_command_test): Likewise.
15522 (infrun_breakpoint_command_test): Likewise.
15523 (breakpoint_command_test): Likewise.
15524 (watchpoint_command_test): Likewise.
15525 (bp_deleted_in_command_test): Likewise.
15526 (temporary_breakpoint_commands): Likewise.
15527
bb99c472
YQ
155282014-10-16 Yao Qi <yao@codesourcery.com>
15529
15530 * gdb.base/remotetimeout.exp: Remove noargs checking.
15531
7c16b83e
PA
155322014-10-15 Pedro Alves <palves@redhat.com>
15533
15534 PR breakpoints/9649
15535 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15536 * gdb.base/breakpoint-in-ro-region.exp
15537 (probe_target_hardware_step): New procedure.
15538 (top level): Probe hardware stepping and hardware breakpoint
15539 support. Test stepping through a read-only region, with both
15540 "breakpoint auto-hw" on and off and both "always-inserted" on and
15541 off.
15542
35a49624
IB
155432014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15544
15545 * gdb.dlang/demangle.exp: Update for demangling changes.
15546
2d1c107c
SC
155472014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15548
15549 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15550 * gdb.cp/non-trivial-retval.exp: Add new tests.
15551
778811d5
SC
155522014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15553
15554 PR c++/13403
15555 PR c++/15154
15556 * gdb.cp/non-trivial-retval.cc: New file.
15557 * gdb.cp/non-trivial-retval.exp: New file.
15558
10c5f0a8
YQ
155592014-10-15 Yao Qi <yao@codesourcery.com>
15560
15561 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15562 remote host.
15563
65d7b369
YQ
155642014-10-15 Yao Qi <yao@codesourcery.com>
15565
15566 * gdb.python/py-symbol.exp: Match file base name if host is
15567 remote, otherwise match file name with dir name.
15568 * gdb.python/py-symtab.exp: Likewise.
15569 * gdb.python/python.exp: Likewise.
15570
46dc1394
YQ
155712014-10-15 Yao Qi <yao@codesourcery.com>
15572
15573 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15574 pattern.
15575 * gdb.python/py-symtab.exp: Likewise.
15576 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15577 locationn.
15578
c40cc657
JB
155792014-10-14 Joel Brobecker <brobecker@adacore.com>
15580
15581 * gdb.ada/addr_arith: New testcase.
15582
2abf49e1
MR
155832014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15584
15585 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15586 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15587 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15588 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15589
f7088df3
SDJ
155902014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15591
15592 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15593 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15594 * gdb.arch/stap-eval-lang-ada.exp: New file.
15595
4dc06805
YQ
155962014-10-14 Yao Qi <yao@codesourcery.com>
15597
15598 * gdb.mi/mi-var-child.c (nothing1): New function.
15599 (nothing2): New function.
15600 (do_children_tests): Set function pointers by nothing1 and
15601 nothing2.
15602 * gdb.mi/mi-var-child.exp: Step over new added statements.
15603 Update test to match the new output.
15604 * gdb.mi/var-cmd.c (nothing1): New function.
15605 (nothing2): New function.
15606 (do_children_tests): Set function pointers by nothing1 and
15607 nothing2.
15608 * gdb.mi/mi-var-display.exp: Update test to match output.
15609 Step to the line specified by $line_dct_nothing.
15610 Increase the number of lines to step.
15611
46a93de2
YQ
156122014-10-14 Yao Qi <yao@codesourcery.com>
15613
15614 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15615 tests.
15616 * gdb.mi/mi2-var-child.exp: Likewise.
15617
14ea52ee
DE
156182014-10-13 Doug Evans <dje@google.com>
15619
15620 * gdb.python/py-objfile.exp: Change name of file name test.
15621
e5c6e92b
DE
156222014-10-13 Doug Evans <dje@google.com>
15623
15624 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15625 from the start of the CU.
15626
c780cc2f
JK
156272014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15628 Yao Qi <yao@codesourcery.com>
15629
15630 Fix "save breakpoints" for "catch" command.
15631 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15632 Remove -nonewline. Match also the added "main" line.
15633
99894e11
JK
156342014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15635
15636 Fix "save breakpoints" for "disable $bpnum" command.
15637 * gdb.base/save-bp.c (main): Add label.
15638 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15639
6e1ac5a3
JK
156402014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15641
15642 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15643
754dd2b0
YQ
156442014-10-11 Yao Qi <yao@codesourcery.com>
15645
15646 * gdb.server/server-kill.exp: Execute command
15647 "set remote trace-status-packet on" before "tstatus".
15648
f90183d7
YQ
156492014-10-11 Yao Qi <yao@codesourcery.com>
15650
15651 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15652 (main): Call getppid.
15653 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15654 and continue to it. Read variable "server_pid".
15655
bf40a607
YQ
156562014-10-11 Yao Qi <yao@codesourcery.com>
15657
15658 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15659
052ca370
YQ
156602014-10-11 Yao Qi <yao@codesourcery.com>
15661
15662 * gdb.threads/thread-find.exp: Don't execute command
15663 "info threads".
15664 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15665 * gdb.threads/linux-dp.exp: Don't check the condition
15666 $threads_created equals to zero.
15667
3831839c
PA
156682014-10-10 Pedro Alves <palves@redhat.com>
15669
15670 * gdb.base/bigcore.exp: Remove references to IRIX.
15671 * gdb.base/funcargs.exp: Likewise.
15672 * gdb.base/interrupt.exp: Likewise.
15673 * gdb.base/mips_pro.exp: Likewise.
15674 * gdb.base/nodebug.exp: Likewise.
15675 * gdb.base/setvar.exp: Likewise.
15676 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15677
8b9a549d
PA
156782014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15679 Pedro Alves <palves@redhat.com>
15680
15681 PR symtab/14466
15682 * gdb.base/vdso-warning.c: New file.
15683 * gdb.base/vdso-warning.exp: New file.
15684
d48ba5e8
DE
156852014-10-02 Doug Evans <dje@google.com>
15686
15687 * gdb.base/structs.c (main): Don't run forever.
15688
2278c276
PA
156892014-10-02 Pedro Alves <palves@redhat.com>
15690
15691 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15692 (top level) <stop threads 1, stop threads 2>: Use it.
15693
b57bacec
PA
156942014-10-02 Pedro Alves <palves@redhat.com>
15695
15696 * gdb.threads/break-while-running.exp (test): Add new
15697 'update_thread_list' argument. Skip "info threads" if false.
15698 (top level): Add new 'update_thread_list' axis.
15699
13fd3ff3
PA
157002014-10-02 Pedro Alves <palves@redhat.com>
15701
15702 PR breakpoints/17431
15703 * gdb.base/execl-update-breakpoints.c: New file.
15704 * gdb.base/execl-update-breakpoints.exp: New file.
15705
0fec99e8
PA
157062014-10-01 Pedro Alves <palves@redhat.com>
15707
15708 * gdb.base/breakpoint-in-ro-region.c: New file.
15709 * gdb.base/breakpoint-in-ro-region.exp: New file.
15710
2ddf4301
SM
157112014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15712
15713 * gdb.mi/mi-exit-code.exp: New file.
15714 * gdb.mi/mi-exit-code.c: New file.
15715
6a5f3f43
YQ
157162014-09-30 Yao Qi <yao@codesourcery.com>
15717
15718 * lib/prelink-support.exp (build_executable_own_libs): Error if
15719 the target isn't native.
15720
345bcc73
YQ
157212014-09-30 Yao Qi <yao@codesourcery.com>
15722
15723 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15724 false.
15725
a25a5a45
PA
157262014-09-22 Pedro Alves <palves@redhat.com>
15727
15728 * gdb.threads/break-while-running.exp: New file.
15729 * gdb.threads/break-while-running.c: New file.
15730
00ba3162
YQ
157312014-09-19 Yao Qi <yao@codesourcery.com>
15732
15733 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15734 Invoke test. Restart GDB with --readnow and invoke test again.
15735
c3b7b696
YQ
157362014-09-19 Yao Qi <yao@codesourcery.com>
15737
15738 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15739 proc set_breakpoint_on_gcd_function. Invoke
15740 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15741 invoke set_breakpoint_on_gcd_function again.
15742
2b4fd423
DE
157432014-09-18 Doug Evans <dje@google.com>
15744
15745 * gdb.dwarf2/symtab-producer.exp: New file.
15746
a5947601
SDJ
157472014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15748
15749 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15750 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15751 * gdb.base/global-var-nested-by-dso.c: Likewise.
15752 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15753
91c19059
SDJ
157542014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15755 Pedro Alves <palves@redhat.com>
15756
15757 * gdb.base/watch-bitfields.exp: Pass string other than test file
15758 name to prepare_for_testing.
15759 (watch): New procedure.
15760 (expect_watchpoint): Use with_test_prefix.
15761 (top level): Factor out tests to ...
15762 (test_watch_location, test_regular_watch): ... these new
15763 procedures, and use with_test_prefix and gdb_continue_to_end.
15764
bb9d5f81
PP
157652014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15766
15767 PR breakpoints/12526
15768 * gdb.base/watch-bitfields.exp: New file.
15769 * gdb.base/watch-bitfields.c: New file.
15770
635856f5
PA
157712014-09-16 Pedro Alves <palves@redhat.com>
15772
15773 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15774 software and hardware addresses, not software address against
15775 itself.
15776
7280ceea
PA
157772014-09-16 Pedro Alves <palves@redhat.com>
15778
15779 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15780 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15781
428b16bd
PA
157822014-09-16 Pedro Alves <palves@redhat.com>
15783
15784 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15785 files.
15786 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15787 "*-*-vxworks*" throughout.
15788 * gdb.base/break.exp: Likewise.
15789 * gdb.base/default.exp: Likewise.
15790 * gdb.base/scope.exp: Likewise.
15791 * gdb.base/sepdebug.exp: Likewise.
15792 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15793 throughout.
15794 * gdb.base/run.c: Likewise.
15795 * gdb.base/sepdebug.c: Likewise.
15796 * gdb.hp/gdb.aCC/run.c: Likewise.
15797 * gdb.reverse/until-reverse.c: Likewise.
15798 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15799
666d413c
YQ
158002014-09-16 Yao Qi <yao@codesourcery.com>
15801
15802 * boards/local-remote-host-native.exp: New file.
15803
57cbd724
DE
158042014-09-14 Doug Evans <xdje42@gmail.com>
15805
15806 * gdb.threads/queue-signal.c (thread_count): New variable.
15807 (thread_count_mutex, thread_count_condvar): New variables.
15808 (incr_thread_count, wait_all_threads_running): New functions.
15809 (main): Wait for all threads to be in their thread functions.
15810
81219e53
DE
158112014-09-13 Doug Evans <xdje42@gmail.com>
15812
15813 * gdb.threads/queue-signal.c: New file.
15814 * gdb.threads/queue-signal.exp: New file.
15815
3714cea7
DE
158162014-09-13 Doug Evans <xdje42@gmail.com>
15817
15818 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15819 be consistent with what default_gdb_init uses.
15820 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15821 the plain text of the prompt. Add some logging printfs.
15822 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15823
fa43b1d7
PA
158242014-09-12 Pedro Alves <palves@redhat.com>
15825
15826 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15827 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15828 * gdb.arch/i386-size-overlap.exp: Likewise.
15829 * gdb.arch/i386-size.exp: Likewise.
15830 * gdb.arch/i386-unwind.exp: Likewise.
15831 * gdb.base/a2-run.exp: Likewise.
15832 * gdb.base/break.exp: Likewise.
15833 * gdb.base/charset.exp: Likewise.
15834 * gdb.base/chng-syms.exp: Likewise.
15835 * gdb.base/commands.exp: Likewise.
15836 * gdb.base/dbx.exp: Likewise.
15837 * gdb.base/find.exp: Likewise.
15838 * gdb.base/funcargs.exp: Likewise.
15839 * gdb.base/jit-simple.exp: Likewise.
15840 * gdb.base/reread.exp: Likewise.
15841 * gdb.base/sepdebug.exp: Likewise.
15842 * gdb.base/step-bt.exp: Likewise.
15843 * gdb.cp/mb-inline.exp: Likewise.
15844 * gdb.cp/mb-templates.exp: Likewise.
15845 * gdb.objc/basicclass.exp: Likewise.
15846 * gdb.threads/killed.exp: Likewise.
15847
9d9bf2df
EBM
158482014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15849
15850 PR tdep/17379
15851 * gdb.arch/powerpc-stackless.S: New file.
15852 * gdb.arch/powerpc-stackless.exp: New file.
15853
1cf2f1b0
JK
158542014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15855
15856 * gdb.base/attach.c: Include unistd.h.
15857 (main): Call alarm. Add label postloop.
15858 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15859 gdb_breakpoint, gdb_continue_to_breakpoint.
15860 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15861
98880d46
PA
158622014-09-11 Pedro Alves <palves@redhat.com>
15863
15864 PR gdb/17347
15865 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15866 * gdb.base/attach.exp (test_command_line_attach_run): New
15867 procedure.
15868 (top level): Call it.
15869
4c92ff2c
PA
158702014-09-11 Pedro Alves <palves@redhat.com>
15871
15872 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15873 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15874 (do_command_attach_tests): Use spawn_wait_for_attach.
15875 * gdb.base/solib-overlap.exp: Likewise.
15876 * gdb.multi/multi-attach.exp: Likewise.
15877 * gdb.python/py-prompt.exp: Likewise.
15878 * gdb.python/py-sync-interp.exp: Likewise.
15879 * gdb.server/ext-attach.exp: Likewise.
15880
3adc1a7d
GKB
158812014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15882
15883 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15884 command in testcase. Simplify testcase.
15885
96334934
JB
158862014-09-10 Joel Brobecker <brobecker@adacore.com>
15887
15888 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15889
eb479039
JB
158902014-09-10 Joel Brobecker <brobecker@adacore.com>
15891
15892 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15893
deede10c
JB
158942014-09-10 Joel Brobecker <brobecker@adacore.com>
15895
15896 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15897
7828a5f5
JB
158982014-09-10 Joel Brobecker <brobecker@adacore.com>
15899
15900 * gdb.dwarf2/dynarr-ptr.c: New file.
15901 * gdb.dwarf2/dynarr-ptr.exp: New file.
15902
33aeebcf
MR
159032014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15904
15905 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15906 of 30 rather than hardcoding 120 for a slow test case. Take the
15907 `gdb,timeout' target setting into account for this calculation.
15908 Don't extend the timeout for the test cases that don't need it.
15909
7b415901
MR
159102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15911
15912 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15913 a factor of 2 for a slow test case. Take the `gdb,timeout'
15914 target setting into account for this calculation.
15915 * gdb.reverse/until-precsave.exp: Increase the timeout by
15916 a factor of 15 and 3 respectively rather than adding 120
15917 for a pair of slow test cases. Take the `gdb,timeout'
15918 target setting into account for this calculation.
15919
4a40f85a
MR
159202014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15921
15922 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15923 timeout, don't pass one down to gdb_expect.
15924 (gdb_expect): Rework timeout selection.
15925
09635af7
MR
159262014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15927
15928 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15929 exception on timeout.
15930 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15931 (gdbserver_start_extended): Catch any `gdbserver_start' error
15932 exceptions.
15933 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15934 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15935 `gdbserver_gdb_load' error exceptions.
15936
2bdd10b7
MR
159372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15938
15939 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15940 120 on waiting for the TCP socket to open.
15941
316935f0
DE
159422014-09-09 Doug Evans <xdje42@gmail.com>
15943
15944 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15945 _caller_matches, _any_caller_is, _any_caller_matches.
15946
83740597
DE
159472014-09-09 Doug Evans <xdje42@gmail.com>
15948
15949 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15950
4c122fc3
YQ
159512014-09-09 Yao Qi <yao@codesourcery.com>
15952
15953 * gdb.mi/mi-var-display.exp: Set print symbol off.
15954
a9f116cb
GKB
159552014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15956
15957 PR gdb/17035
15958 * gdb.base/commands.exp: Add tests to verify user-defined
15959 commands with empty bodies.
15960 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15961 python commands in `show user command`.
15962 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15963 scheme commands in `show user command`.
15964
c75bd3a2
JK
159652014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15966
15967 PR python/17355
15968 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15969 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15970 * gdb.python/py-framefilter-invalidarg.exp: New file.
15971 * gdb.python/py-framefilter-invalidarg.py: New file.
15972
faa42425
DE
159732014-09-06 Doug Evans <xdje42@gmail.com>
15974
15975 PR 15276
15976 * gdb.python/py-caller-is.c: New file.
15977 * gdb.python/py-caller-is.exp: New file.
15978
474ca4f6
SDJ
159792014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15980
15981 PR gdb/17235
15982 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15983 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15984
eb0b0463
SDJ
159852014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15986
15987 PR fortran/17237
15988 * gdb.fortran/print-formatted.exp: New file.
15989 * gdb.fortran/print-formatted.f90: Likewise.
15990
5f3b99cf
SS
159912014-09-03 Sasha Smundak <asmundak@google.com>
15992
15993 * gdb.python/py-frame.exp: Test Frame.read_register.
15994
7d793aa9
SDJ
159952014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15996
15997 PR python/16699
15998 * gdb.python/py-completion.exp: New file.
15999 * gdb.python/py-completion.py: Likewise.
16000
fb0576e9
DE
160012014-08-28 Doug Evans <dje@google.com>
16002
16003 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16004 eax,etc. are live with values set by gdb and thus the compiler can't
16005 use them.
16006 * gdb.arch/i386-pseudo.c (main): Ditto.
16007
ee92b0dd
DE
160082014-08-27 Doug Evans <dje@google.com>
16009
16010 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16011
6649db35
DE
160122014-08-25 Doug Evans <dje@google.com>
16013
16014 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16015 (main): Ditto.
16016
564b7600
DE
160172014-08-25 Doug Evans <dje@google.com>
16018
16019 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16020
3881fb67
YQ
160212014-08-24 Yao Qi <yao@codesourcery.com>
16022
16023 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16024 symbol off.
16025 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16026
a05a36a5
DE
160272014-08-22 Doug Evans <dje@google.com>
16028
16029 PR 17276
16030 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16031 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16032 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16033
7c343b48
YQ
160342014-08-22 Yao Qi <yao@codesourcery.com>
16035
16036 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16037 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16038 * gdb.python/python.exp: Likewise. Use .py file on the host
16039 instead of the build.
16040
22fd09ae
JK
160412014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16042
16043 * gdb.threads/gcore-stale-thread.c: New file.
16044 * gdb.threads/gcore-stale-thread.exp: New file.
16045
a8454a7c
PA
160462014-08-21 Pedro Alves <palves@redhat.com>
16047
16048 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16049 * gdb.base/gcore-relro-pie.exp: Likewise.
16050 * gdb.base/gcore-relro.exp: Likewise.
16051 * gdb.base/gcore.exp: Likewise.
16052 * gdb.base/print-symbol-loading.exp: Likewise.
16053 * gdb.threads/gcore-thread.exp: Likewise.
16054 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16055
2a31c623
PA
160562014-08-20 Pedro Alves <palves@redhat.com>
16057 Jan Kratochvil <jan.kratochvil@redhat.com>
16058
16059 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16060 configure.
16061 (EXPECT): Handle READ1 being set.
16062 (all): Depend on EXTRA_RULES.
16063 (check-read1, expect-read1, read1.so, read1): New rules.
16064 * README (Testsuite Parameters): Document the READ1 make variable.
16065 (Race detection): New section.
16066 * configure: Regenerate.
16067 * configure.ac: If build==host==target, and running under a
16068 GNU/glibc system, add read1 to the extra Makefile rules.
16069 (EXTRA_RULES): AC_SUBST it.
16070 * lib/read1.c: New file.
16071
d36430db
JB
160722014-08-20 Joel Brobecker <brobecker@adacore.com>
16073
16074 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16075 the handling of variables declared as a typedef to an array
16076 which a DW_AT_data_location attribute.
16077
9a0dc9e3
PA
160782014-08-19 Andrew Burgess <aburgess@broadcom.com>
16079 Pedro Alves <palves@redhat.com>
16080
16081 PR symtab/14604
16082 PR symtab/14605
16083 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16084 gdb_test.
16085
0718a8da
PA
160862014-08-19 Pedro Alves <palves@redhat.com>
16087
16088 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16089
13b448cd
YQ
160902014-08-19 Yao Qi <yao@codesourcery.com>
16091
16092 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16093 right line.
16094
1cbf5077
DB
160952014-08-18 David Blaikie <dblaikie@gmail.com>
16096
16097 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16098
bf0fae19
JB
160992014-08-18 Joel Brobecker <brobecker@adacore.com>
16100
16101 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16102 attribute in array range.
16103
3c8c5dcc
JB
161042014-08-18 Joel Brobecker <brobecker@adacore.com>
16105
16106 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16107
e66d4446
SC
161082014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16109
16110 PR c++/17132
16111 * gdb.cp/pr17132.cc: New file.
16112 * gdb.cp/pr17132.exp: New file.
16113
940df408
SC
161142014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16115
16116 * gdb.python/py-xmethods.py (A_getarrayind)
16117 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16118 Use 'print' with function call syntax.
16119 (E_method_matcher.match): Fix tab vs space indentation mixup.
16120
ebcc6c3a
YQ
161212014-08-15 Yao Qi <yao@codesourcery.com>
16122
16123 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16124 false.
16125
775e0f04
YQ
161262014-08-15 Yao Qi <yao@codesourcery.com>
16127
16128 * gdb.cp/casts.exp: Set print symbol off.
16129 * gdb.cp/class2.exp: Likewise.
16130 * gdb.cp/overload.exp: Likewise.
16131 * gdb.cp/templates.exp: Likewise.
16132
d769e349
DE
161332014-08-11 Doug Evans <dje@google.com>
16134
16135 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16136 (test_load_shlib): Update.
16137
20c6f1e1
YQ
161382014-08-09 Yao Qi <yao@codesourcery.com>
16139
16140 * gdb.base/display.exp: Invoke is_address_zero_readable.
16141 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16142 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16143 * gdb.base/hbreak-unmapped.exp: Return if
16144 is_address_zero_readable returns true.
16145 * gdb.base/signest.exp: Likewise.
16146 * gdb.base/signull.exp: Likewise.
16147 * gdb.base/sigbpt.exp: Likewise.
16148 * gdb.guile/scm-disasm.exp: Do the test if
16149 is_address_zero_readable returns false.
16150 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16151 * gdb.python/py-arch.exp: Likewise.
16152 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16153 * lib/gdb.exp (is_address_zero_readable): New proc.
16154
5792e8e3
YQ
161552014-08-09 Yao Qi <yao@codesourcery.com>
16156
16157 PR testsuite/13443
16158 * gdb.mi/mi-var-display.exp: Make test messages unique.
16159
3cecbbbe
TT
161602014-08-04 Tom Tromey <tromey@redhat.com>
16161
16162 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16163 target 0".
16164
00b51ff5
TT
161652014-08-04 Tom Tromey <tromey@redhat.com>
16166
16167 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16168 "target_resume".
16169
6908c509
JB
161702014-08-01 Joel Brobecker <brobecker@adacore.com>
16171
16172 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16173 inner_vla_struct_object_size.
16174 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16175 as xfail.
16176
cc6563d2
PA
161772014-07-30 Pedro Alves <palves@redhat.com>
16178
16179 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16180 comment.
16181
7e09a223
YQ
161822014-07-29 Yao Qi <yao@codesourcery.com>
16183
16184 PR gdb/17206
16185 * gdb.base/until-nodebug.exp: New.
16186
7ebdbe92
DE
161872014-07-28 Doug Evans <xdje42@gmail.com>
16188
16189 PR guile/17203
16190 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16191 previously existing parameter, and previously ambiguously spelled
16192 parameter.
16193
fdb1adc6
WN
161942014-07-28 Will Newton <will.newton@linaro.org>
16195
16196 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16197
186fcde0
DE
161982014-07-26 Ludovic Courtès <ludo@gnu.org>
16199 Doug Evans <xdje42@gmail.com>
16200
16201 PR guile/17146
16202 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16203
70509625
PA
162042014-07-25 Pedro Alves <palves@redhat.com>
16205
16206 * gdb.threads/signal-command-handle-nopass.c: New file.
16207 * gdb.threads/signal-command-handle-nopass.exp: New file.
16208 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16209 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16210 * gdb.threads/signal-delivered-right-thread.c: New file.
16211 * gdb.threads/signal-delivered-right-thread.exp: New file.
16212
c3f814a1
PA
162132014-07-25 Pedro Alves <palves@redhat.com>
16214
16215 * gdb.base/double-prompt-target-event-error.exp
16216 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16217 match.
16218 (cancel_pagination_in_target_event): Rework double prompt
16219 detection.
16220 * gdb.base/paginate-after-ctrl-c-running.exp
16221 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16222 <return>' match.
16223 * gdb.base/paginate-bg-execution.exp
16224 (test_bg_execution_pagination_return)
16225 (test_bg_execution_pagination_cancel): Remove '-notransfer
16226 <return>' matches.
16227 * gdb.base/paginate-execution-startup.exp
16228 (test_fg_execution_pagination_return)
16229 (test_fg_execution_pagination_cancel): Remove '-notransfer
16230 <return>' matches.
16231 * gdb.base/paginate-inferior-exit.exp
16232 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16233 match.
16234 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16235 * lib/gdb.exp (pagination_prompt): Run text through
16236 string_to_regexp.
16237 (gdb_test_multiple): Match $pagination_prompt instead of
16238 "<return>".
16239 (string_to_regexp): Move to lib/gdb-utils.exp.
16240
e214cf6c
JK
162412014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16242
16243 * gdb.arch/amd64-entry-value-paramref.S: New file.
16244 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16245 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16246 * gdb.arch/amd64-optimout-repeat.S: New file.
16247 * gdb.arch/amd64-optimout-repeat.c: New file.
16248 * gdb.arch/amd64-optimout-repeat.exp: New file.
16249
17d0c5c8
JK
162502014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16251
16252 PR gdb/17170
16253 * gdb.base/statistics.exp: New file.
16254
b8b8facf
DE
162552014-07-17 Doug Evans <dje@google.com>
16256
74b49205 16257 PR gdb/17170
b8b8facf
DE
16258 * gdb.base/maint.exp: Update testing of per-command stats.
16259
1b5d0ab3
PA
162602014-07-16 Pedro Alves <palves@redhat.com>
16261
16262 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16263 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16264 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16265 (tfile_write_buf): New functions.
16266 (add_memory_block): Rewrite using the above.
16267 (adjust_function_address): New function.
16268 (FUNCTION_ADDRESS): New macro.
16269 (write_basic_trace_file): Remove short_x local, and use
16270 tfile_write_16. Change type of func_addr local to unsigned long
16271 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16272 here. Cast argument of add_memory_block to char pointer.
16273 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16274 (main): Remove parameters.
16275 * gdb.trace/tfile.exp: Remove nowarnings.
16276
4d974e88
SM
162772014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16278
16279 * gdb.base/debug-expr.exp: Test string evaluation with
16280 "debug expression" on.
16281
41e99568
PA
162822014-07-15 Pedro Alves <palves@redhat.com>
16283
16284 * gdb.base/reread.exp: Use clean_restart.
16285
487d9753
PL
162862014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16287
16288 * gdb.arch/avr-flash-qualifer.c: New.
16289 * gdb.arch/avr-flash-qualifer.exp: New.
16290
cc1c52ad
PA
162912014-07-14 Pedro Alves <palves@redhat.com>
16292
16293 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16294 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16295
1e973570
PA
162962014-07-14 Pedro Alves <palves@redhat.com>
16297
16298 * gdb.base/double-prompt-target-event-error.c: New file.
16299 * gdb.base/double-prompt-target-event-error.exp: New file.
16300
93d6eb10
PA
163012014-07-14 Pedro Alves <palves@redhat.com>
16302
16303 PR gdb/17072
16304 * gdb.base/paginate-inferior-exit.c: New file.
16305 * gdb.base/paginate-inferior-exit.exp: New file.
16306
0017922d
PA
163072014-07-14 Pedro Alves <palves@redhat.com>
16308
16309 PR gdb/17072
16310 * gdb.base/paginate-bg-execution.c: New file.
16311 * gdb.base/paginate-bg-execution.exp: New file.
16312
94696ad3
PA
163132014-07-14 Pedro Alves <palves@redhat.com>
16314
16315 PR gdb/17072
16316 * gdb.base/paginate-execution-startup.c: New file.
16317 * gdb.base/paginate-execution-startup.exp: New file.
16318 * lib/gdb.exp (pagination_prompt): New global.
16319 (default_gdb_spawn): New procedure, factored out from
16320 default_gdb_spawn.
16321 (default_gdb_start): Adjust to call default_gdb_spawn.
16322 (gdb_spawn): New procedure.
16323
bd293940
PA
163242014-07-14 Pedro Alves <palves@redhat.com>
16325
16326 * lib/gdb.exp (gdb_assert): New procedure.
16327 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16328
c933f875
PA
163292014-07-14 Pedro Alves <palves@redhat.com>
16330
16331 * gdb.base/execution-termios.c: New file.
16332 * gdb.base/execution-termios.exp: New file.
16333
d98b7a16
TT
163342014-07-14 Tom Tromey <tromey@redhat.com>
16335
16336 * gdb.cp/vla-cxx.cc: New file.
16337 * gdb.cp/vla-cxx.exp: New file.
16338
548740d6
TT
163392014-07-14 Tom Tromey <tromey@redhat.com>
16340
16341 * gdb.reverse/rerun-prec.c: New file.
16342 * gdb.reverse/rerun-prec.exp: New file.
16343
a25eb028
MR
163442014-07-12 Maciej W. Rozycki <macro@mips.com>
16345 Maciej W. Rozycki <macro@codesourcery.com>
16346
16347 * lib/gdb-utils.exp: New file.
16348 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16349 inline `gdb_init_command' processing.
16350 (gdb_start_cmd): Likewise.
16351 * lib/mi-support.exp (mi_run_cmd): Likewise.
16352 * README: Document `gdb_init_command' and `gdb_init_commands'.
16353
218c2655
JK
163542014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16355
16356 Fix false FAIL running under a very long directory name.
16357 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16358 and "set print elements 10000". Twice.
16359
5401fde3
YQ
163602014-07-11 Yao Qi <yao@codesourcery.com>
16361
16362 * gdb.base/exprs.exp: "set print symbol off".
16363
e76126e8
PA
163642014-07-11 Pedro Alves <palves@redhat.com>
16365
16366 * gdb.threads/kill.c: New file.
16367 * gdb.threads/kill.exp: New file.
16368
2d6f0de6
YQ
163692014-07-10 Yao Qi <yao@codesourcery.com>
16370
16371 * gdb.trace/tfile.c (write_basic_trace_file)
16372 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16373 address written to trace file.
16374
7180e04a
PA
163752014-07-09 Pedro Alves <palves@redhat.com>
16376
16377 * gdb.base/attach-wait-input.exp: New file.
16378 * gdb.base/attach-wait-input.c: New file.
16379
9a9a7608
AB
163802014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16381
16382 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16383 setting up test structures.
16384 (main): Call new test function.
16385 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16386 test function, continue into test function and walk test
16387 structures.
16388
161ac41e
YQ
163892014-07-02 Yao Qi <yao@codesourcery.com>
16390
16391 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16392 'bar_start' at the beginning of functions 'foo' and 'bar'
16393 respectively.
16394 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16395 instead of 'foo' and 'bar'.
16396
1f267ae3
MM
163972014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16398
16399 * gdb.btrace/segv.exp: New.
16400 * gdb.btrace/segv.c: New.
16401
2b239efb
LM
164022014-07-02 Luis Machado <lgustavo@codesourcery.com>
16403
16404 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16405 instruction.
16406
cf363f18
MW
164072014-06-30 Mark Wielaard <mjw@redhat.com>
16408
16409 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16410 vulture, vilify, villar): New volatile array constants.
16411 (vindictive, vegetation): New const volatile array constants.
16412 * gdb.base/volatile.exp: Test volatile and const volatile array
16413 types.
16414
aebf9d24
AA
164152014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16416
16417 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16418 target lacks support for awatch, rwatch, or hbreak.
16419
b67a2c6f
YQ
164202014-06-27 Yao Qi <yao@codesourcery.com>
16421
16422 * gdb.multi/dummy-frame-restore.exp: New.
16423 * gdb.multi/dummy-frame-restore.c: New.
16424
aef92902
MM
164252014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16426
16427 * gdb.btrace/gcore.exp: New.
16428
8e9db26e
PA
164292014-06-23 Pedro Alves <palves@redhat.com>
16430
16431 * gdb.base/watchpoint-reuse-slot.c: New file.
16432 * gdb.base/watchpoint-reuse-slot.exp: New file.
16433
70afc5b7
SC
164342014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16435
16436 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16437 progspace's filename in 'info', 'enable' and 'disable' command
16438 tests.
16439
b972bd9c
JK
164402014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16441
16442 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16443 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16444 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16445
125f8a3d
GB
164462014-06-20 Gary Benson <gbenson@redhat.com>
16447
16448 * gdb.arch/i386-avx.exp: Fix include file location.
16449 * gdb.arch/i386-sse.exp: Likewise.
16450
3ed9baed
IB
164512014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16452
16453 * gdb.dlang/expression.exp: New file.
16454
034f788c
PA
164552014-06-19 Pedro Alves <palves@redhat.com>
16456
16457 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16458 out from ...
16459 (top level): ... here. Iterate running tests under different
16460 scheduler-locking settings.
16461
45371d0c
LM
164622014-06-18 Luis Machado <lgustavo@codesourcery.com>
16463
16464 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16465 to DW_FORM_addr and use non-zero addresses.
16466
5d376983
SC
164672014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16468
16469 PR gdb/17017
16470 * gdb.python/py-xmethods.cc: Add global function call counters and
16471 increment them in their respective functions. Remove "cout"
16472 statements.
16473 * gdb.python/py-xmethods.exp: Make tests check the global function
16474 call counters instead of depending on inferior IO.
16475
a1aa2221
LM
164762014-06-18 Don Breazeal <donb@codesourcery.com>
16477
16478 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16479 Deleted procedure.
16480 (explicit_fork_parent_follow): Deleted procedure.
16481 (explicit_fork_child_follow): Deleted procedure.
16482 (test_follow_fork): New procedure.
16483 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16484 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16485 procedure calls.
16486
0fc05997
YQ
164872014-06-17 Yao Qi <yao@codesourcery.com>
16488
16489 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16490 CP1252.
16491
70795c52
LM
164922014-06-17 Luis Machado <lgustavo@codesourcery.com>
16493
16494 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16495 Initialize ptr and S explicitly.
16496 (skip_type_update_when_not_use_rtti_test): Likewise.
16497
6be47f0c
KS
164982014-06-16 Keith Seitz <keiths@redhat.com>
16499
16500 PR mi/15863
16501 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16502 the inferior is started.
16503
d03de421
PA
165042014-06-16 Pedro Alves <palves@redhat.com>
16505
16506 * gdb.base/break-main-file-remove-fail.c: New file.
16507 * gdb.base/break-main-file-remove-fail.exp: New file.
16508 * gdb.base/break-unload-file.exp: Use build_executable instead of
16509 prepare_for_testing.
16510 (test_break): New parameter "initial_load". Handle it.
16511 (top level): Add initial_load cmdline/file axis.
16512
f9579b99
TT
165132014-06-12 Tom Tromey <tromey@redhat.com>
16514
16515 * gdb.base/completion.exp: Don't use directory name in test.
16516
3657956b
GB
165172014-06-09 Gary Benson <gbenson@redhat.com>
16518
16519 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16520 separate the always-available ANSI-standard signals from the
16521 signals that require checking.
16522 (main): Likewise.
16523 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16524 Likewise.
16525 (main): Likewise.
16526
4186eb54
KS
165272014-06-07 Keith Seitz <keiths@redhat.com>
16528
16529 Revert:
16530 PR c++/16253
16531 * gdb.cp/var-tag.cc: New file.
16532 * gdb.cp/var-tag.exp: New file.
16533 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16534 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16535 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16536 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16537
25326a28 165382014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16539
16540 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16541
829155c9
PA
165422014-06-06 Pedro Alves <palves@redhat.com>
16543
16544 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16545 in target debug output instead of looking at RSP packets,
16546 disabling the test on any target that uses hardware stepping.
16547 Update comments.
16548
61c8d22e
PA
165492014-06-06 Pedro Alves <palves@redhat.com>
16550
16551 * gdb.base/break-unload-file.exp: Fix typo.
16552
d9a47287
YQ
165532014-06-06 Yao Qi <yao@codesourcery.com>
16554
16555 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16556 from "jit_function" to "^jit_function".
16557
e5e01dbf
YQ
165582014-06-06 Yao Qi <yao@codesourcery.com>
16559
16560 * gdb.base/async.c (foo): Add one statement.
16561 * gdb.base/async.exp: Get the next instruction address and
16562 match the output of "nexti" by instruction address. Match
16563 the hex address in the output of "finish".
16564
73ba372c
GB
165652014-06-06 Gary Benson <gbenson@redhat.com>
16566
16567 * gdb.base/call-signals.c: Remove preprocessor conditionals
16568 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16569 SIGSEGV and SIGTERM.
16570 * gdb.base/sigall.c: Likewise.
16571 * gdb.base/unwindonsignal.c: Likewise.
16572 * gdb.reverse/sigall-reverse.c: Likewise.
16573
831517df
YQ
165742014-06-06 Yao Qi <yao@codesourcery.com>
16575
16576 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16577 readable, skip the test.
16578
b8b91e98
YQ
165792014-06-06 Yao Qi <yao@codesourcery.com>
16580
16581 * gdb.threads/staticthreads.c (thread_function): Move the line
16582 setting breakpoint on forward.
16583 * gdb.threads/staticthreads.exp: Update comments.
16584
fb934770
LC
165852014-06-05 Ludovic Courtès <ludo@gnu.org>
16586
16587 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16588 "history-append! type error".
16589
6ef284bd
SM
165902014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16591
16592 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16593 erroneous dprintf expected input.
16594
a872e241
DE
165952014-06-04 Doug Evans <xdje42@gmail.com>
16596
16597 * gdb.guile/scm-generics.exp: Delete.
16598
16f691fb
DE
165992014-06-04 Doug Evans <xdje42@gmail.com>
16600
16601 * gdb.guile/scm-breakpoint.exp: Update.
16602 Add tests for breakpoint registration.
16603
012370f6
TT
166042014-06-04 Tom Tromey <tromey@redhat.com>
16605
16606 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16607 VLA-in-union.
16608 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16609 inner_vla_struct, vla_union types. Initialize objects of those
16610 types and compute their sizes.
16611
9f5a4cef
HZ
166122014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16613 Hui Zhu <hui@codesourcery.com>
16614
16615 * gdb.base/fileio.exp: Add test for shell not available as well as
16616 available.
16617 * gdb.base/fileio.c (test_system): Check for shell twice.
16618
90a45c4d
YQ
166192014-06-04 Yao Qi <yao@codesourcery.com>
16620
16621 * gdb.base/auto-connect-native-target.exp: Remove redundant
16622 space from the regexp pattern.
16623
70017e41
YQ
166242014-06-04 Yao Qi <yao@codesourcery.com>
16625
16626 * gdb.base/default.exp: Replace "child" with "native" in
16627 regexp pattern.
16628
883964a7
SC
166292014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16630
16631 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16632 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16633 * gdb.python/py-xmethods.py: Python script supporting the
16634 new testcase and tests.
16635
ef370185
JB
166362014-06-03 Joel Brobecker <brobecker@adacore.com>
16637 Pedro Alves <palves@redhat.com>
16638
16639 PR breakpoints/17000
16640 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16641 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16642
1e2ccb61
BM
166432014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16644
16645 * gdb.base/subst.exp: Add tests to verify partial path matching
16646 output.
16647
c6ec5ab2
PA
166482014-06-03 Pedro Alves <palves@redhat.com>
16649
16650 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16651 target that doesn't use software single-stepping.
16652
835c559f
PA
166532014-06-03 Pedro Alves <palves@redhat.com>
16654
16655 PR breakpoints/17000
16656 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16657 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16658
06eb1586
DE
166592014-06-02 Doug Evans <xdje42@gmail.com>
16660
16661 * gdb.guile/scm-parameter.exp: New file.
16662
e698b8c4
DE
166632014-06-02 Doug Evans <xdje42@gmail.com>
16664
16665 * gdb.guile/scm-cmd.c: New file.
16666 * gdb.guile/scm-cmd.exp: New file.
16667
ded03782
DE
166682014-06-02 Doug Evans <xdje42@gmail.com>
16669
16670 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16671 pretty-printer lookup.
16672 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16673 (make-pp_s-printer): Call it.
16674 (make-pretty-printer-from-dict): New function.
16675 (lookup-pretty-printer-maker-from-dict): New function.
16676 (*pretty-printer*): Simplify.
16677 (make-objfile-pp_s-printer): New function.
16678 (install-objfile-pretty-printers!): New function.
16679 (make-progspace-pp_s-printer): New function.
16680 (install-progspace-pretty-printers!): New function.
16681 * gdb.guile/scm-progspace.c: New file.
16682 * gdb.guile/scm-progspace.exp: New file.
16683
41fac0cf
PA
166842014-06-02 Pedro Alves <palves@redhat.com>
16685
16686 * gdb.base/dprintf-bp-same-addr.c: New file.
16687 * gdb.base/dprintf-bp-same-addr.exp: New file.
16688
96ae5695
EBM
166892014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16690
16691 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16692 * gdb.arch/powerpc-power.s: Likewise.
16693
da02b3a8
JB
166942014-06-02 Joel Brobecker <brobecker@adacore.com>
16695
16696 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16697
c72b2e7b
YQ
166982014-06-01 Yao Qi <yao@codesourcery.com>
16699
16700 * gdb.base/watchpoint.exp (test_watch_location): Check null
16701 pointer can be dereferenced. If not, do the test, otherwise
16702 skip it.
16703
53e8a631
AB
167042014-05-30 Andrew Burgess <aburgess@broadcom.com>
16705
16706 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16707 results.
16708 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16709
938f0e2f
AB
167102014-05-30 Andrew Burgess <aburgess@broadcom.com>
16711
16712 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16713 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16714 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16715 * gdb.arch/amd64-invalid-stack-top.c: New file.
16716 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16717
9ba6657a
PA
167182014-05-30 Pedro Alves <palves@redhat.com>
16719
16720 PR breakpoints/17000
16721 * gdb.base/sss-bp-on-user-bp.c: New file.
16722 * gdb.base/sss-bp-on-user-bp.exp: New file.
16723
522c09bf
DB
167242014-05-30 David Blaikie <dblaikie@gmail.com>
16725
16726 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16727 gnu_inline semantics via attribute.
16728 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16729 source explicitly specifies the required semantics.
16730
bf4ef81e
MR
167312014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16732
16733 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16734
329ea579
PA
167352014-05-29 Pedro Alves <palves@redhat.com>
16736 Tom Tromey <tromey@redhat.com>
16737
16738 * gdb.base/async-shell.exp: Don't enable target-async.
16739 * gdb.base/async.exp
16740 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16741 parameter. Adjust.
16742 (top level): Don't test with "target-async".
16743 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16744 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16745 * gdb.base/inferior-died.exp: Don't enable target-async.
16746 * gdb.base/interrupt-noterm.exp: Likewise.
16747 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16748 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16749 * gdb.mi/mi-nonstop.exp: Likewise.
16750 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16751 * gdb.mi/mi-nsintrall.exp: Likewise.
16752 * gdb.mi/mi-nsmoribund.exp: Likewise.
16753 * gdb.mi/mi-nsthrexec.exp: Likewise.
16754 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16755 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16756 * gdb.python/py-evsignal.exp: Don't enable target-async.
16757 * gdb.python/py-evthreads.exp: Likewise.
16758 * gdb.python/py-prompt.exp: Likewise.
16759 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16760 * gdb.server/solib-list.exp: Don't enable target-async.
16761 * gdb.threads/thread-specific-bp.exp: Likewise.
16762 * lib/mi-support.exp: Adjust to use mi-async.
16763
fd664c91
PA
167642014-05-29 Pedro Alves <palves@redhat.com>
16765
16766 PR gdb/13860
16767 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16768 reason, even in sync mode.
16769
251bde03
PA
167702014-05-29 Pedro Alves <palves@redhat.com>
16771 Hui Zhu <hui@codesourcery.com>
16772
16773 PR PR15693
16774 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16775 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16776 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16777 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16778
7f3c0343
JB
167792014-05-28 Joel Brobecker <brobecker@adacore.com>
16780
16781 * config/monitor.exp (gdb_target_monitor): Replace use of
16782 "set remotebaud" by "set serial baud".
16783
b2715b27
AW
167842014-05-26 Andy Wingo <wingo@igalia.com>
16785
16786 * gdb.guile/scm-breakpoint.exp:
16787 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16788 properties instead of gdb-object-properties.
16789
498a4489
YQ
167902014-05-26 Yao Qi <yao@codesourcery.com>
16791
16792 * gdb.server/no-thread-db.exp: Specify source file name
16793 explicitly when setting a breakpoint.
16794
589fdceb
MM
167952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16796
16797 * gdb.btrace/vdso.c: New.
16798 * gdb.btrace/vdso.exp: New.
16799
e9089e05
MM
168002014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16801
16802 * gdb.base/gcore.exp (capture_command_output): Move ...
16803 * lib/gdb.exp (capture_command_output): ... here.
16804
67b5c0c1
MM
168052014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16806
16807 * gdb.btrace/data.exp: Test memory access during btrace replay.
16808
a2199296
SM
168092014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16810
16811 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16812
17b2616c
PA
168132014-05-21 Pedro Alves <palves@redhat.com>
16814
16815 PR gdb/13860
16816 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16817 (top level): Test that output related to execution commands is
16818 sent to the console with CLI commands, but not with MI commands.
16819 Test that breakpoint events are always mirrored to the console.
16820 Also expect the new source line to be output after a "next" in
16821 async mode too. Make it a pass/fail test.
16822 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16823 output.
16824 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16825
5166082f
PA
168262014-05-21 Pedro Alves <palves@redhat.com>
16827
16828 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16829 Use them to test variations of "list" after reaching a breakpoint.
16830 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16831 Test "list" with listsize 10 after reaching a breakpoint.
16832 * gdb.python/python.exp (decode_line current location line
16833 number): Adjust expected line number.
16834
2f25d70f
SM
168352014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16836
16837 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16838 behavior for $args, pass it directly to "run".
16839
ff604a67
MR
168402014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16841
16842 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16843 30000 to 65536.
16844
6a3cb8e8
PA
168452014-05-21 Pedro Alves <palves@redhat.com>
16846
16847 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16848 auto-connect-native-target off".
16849 * gdb.base/auto-connect-native-target.c: New file.
16850 * gdb.base/auto-connect-native-target.exp: New file.
16851
4ebfc96e
PA
168522014-05-21 Pedro Alves <palves@redhat.com>
16853
16854 * gdb.base/default.exp: Test "target native" instead of "target
16855 child".
16856
36d46afb
MW
168572014-05-21 Mark Wielaard <mjw@redhat.com>
16858
16859 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16860
5876f503
JK
168612014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16862
16863 Fix TLS access for -static -pthread.
16864 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16865 <HAVE_TLS> (thread_function, main): Initialize it.
16866 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16867 Add clean_restart.
16868 <$have_tls != "">: Check TLSVAR.
16869
0256a6ac
PA
168702014-05-21 Pedro Alves <palves@redhat.com>
16871
16872 * gdb.base/dcache-line-read-error.c: New.
16873 * gdb.base/dcache-line-read-error.exp: New.
16874
936d2992
PA
168752014-05-20 Pedro Alves <palves@redhat.com>
16876
16877 * gdb.base/compare-sections.c: New file.
16878 * gdb.base/compare-sections.exp: New file.
16879
802e8e6d
PA
168802014-05-20 Pedro Alves <palves@redhat.com>
16881
16882 * gdb.base/break-idempotent.c: New file.
16883 * gdb.base/break-idempotent.exp: New file.
16884
e59fa00f
MM
168852014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16886
16887 * gdb.btrace/nohist.exp: New.
16888
8b696e31
YQ
168892014-05-20 Yao Qi <yao@codesourcery.com>
16890
16891 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16892 gdb.reverse directory and gdb_reverse_timeout exists in board
16893 setting.
16894 * README: Document gdb_reverse_timeout.
16895
73c9764f
YQ
168962014-05-20 Yao Qi <yao@codesourcery.com>
16897
16898 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16899 'test_file_name'. Treat args as a string instead of a list.
16900 (gdb_init): Rename argument 'args' by 'test_file_name'.
16901
f1f4348a
JK
169022014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16903
16904 * gdb.arch/powerpc-power.exp: New file.
16905 * gdb.arch/powerpc-power.s: New file.
16906
0dbe70ce
DE
169072014-05-16 Doug Evans <dje@google.com>
16908
16909 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
16910 * gdb.base/completion.exp: Check that all expected files exist
16911 before doing file completion.
0dbe70ce 16912
8d551b02
DE
169132014-05-16 Doug Evans <dje@google.com>
16914
16915 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16916 Update.
16917 (do_syscall_tests_without_xml): Update.
16918
73eb7709
PA
169192014-05-16 Pedro Alves <palves@redhat.com>
16920
16921 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16922 instead of "unknown output after running".
16923
3fae92fc
YQ
169242014-05-16 Yao Qi <yao@codesourcery.com>
16925
16926 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16927 file1.txt from host at the end.
16928 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16929
c2b2ccc5
DE
169302014-05-15 Doug Evans <dje@google.com>
16931
16932 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16933 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16934 loading file. Add test for TU lookup.
16935
8c217a4b
SM
169362014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16937
16938 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16939 calling "-exec-arguments" or "set args" before running the
16940 inferior.
16941
3deb39c6
SM
169422014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16943
16944 * lib/mi-support.exp (mi_expect_stop): Expect message for
16945 inferiors that exit with non-zero exit code.
16946
71a79f8c
YQ
169472014-05-14 Yao Qi <yao@codesourcery.com>
16948
16949 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16950 match absolute path on remote host.
16951 (test_file_list_exec_source_files): Remove "/" from the
16952 pattern.
16953
f23fcd46
YQ
169542014-05-14 Yao Qi <yao@codesourcery.com>
16955
16956 * boards/local-remote-host-notty.exp (${board}_file): New
16957 proc.
16958
9404b58f
KM
169592014-05-07 Kyle McMartin <kyle@redhat.com>
16960
16961 Pushed by Joel Brobecker <brobecker@adacore.com>.
16962 * gdb.arch/aarch64-atomic-inst.c: New file.
16963 * gdb.arch/aarch64-atomic-inst.exp: New file.
16964
5e45f04c
YQ
169652014-05-07 Yao Qi <yao@codesourcery.com>
16966
16967 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16968 in current context" too.
16969
c888a17d
KS
169702014-05-05 Keith Seitz <keiths@redhat.com>
16971
16972 * gdb.linespec/ls-dollar.exp: Add test for linespec
16973 file:convenience_variable.
16974
290a839c
YQ
169752014-05-05 Yao Qi <yao@codesourcery.com>
16976
16977 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16978 traceframes into tfile and ctf trace files. Read data from
16979 trace file and test collected data.
16980 (gdb_collect_locals_test): Likewise.
16981 (gdb_unavailable_registers_test): Likewise.
16982 (gdb_unavailable_floats): Likewise.
16983 (gdb_collect_globals_test): Likewise.
16984 (top-level): Append "ctf" to trace_file_targets if GDB
16985 supports.
16986
b5262cd0
YQ
169872014-05-05 Yao Qi <yao@codesourcery.com>
16988
16989 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16990 code to ...
16991 (gdb_collect_args_test_1): ... it. New proc.
16992 (gdb_collect_locals_test): Move some code to ...
16993 (gdb_collect_locals_test_1): ... it. New proc.
16994 (gdb_unavailable_registers_test): Move some code to ...
16995 (gdb_unavailable_registers_test_1): ... it. New proc.
16996 (gdb_unavailable_floats): Move some code to ...
16997 (gdb_unavailable_floats_1): ... it. New proc.
16998
30a1e6cc
SDJ
169992014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17000
17001 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17002 probes to test for bitness recognition.
17003 * gdb.arch/amd64-stap-optional-prefix.exp
17004 (test_probe_value_without_reg): New procedure.
17005 Add code to test for different kinds of bitness.
17006
f33da99a
SDJ
170072014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17008
17009 PR breakpoints/16889
17010 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17011 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17012
5b80f00d
PA
170132014-05-01 Pedro Alves <palves@redhat.com>
17014
17015 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17016 gdb_file_cmd if no file is specified.
17017 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17018 last_loaded_file to set the remote exec-file.
17019
f8c2a73c
PA
170202014-05-01 Pedro Alves <palves@redhat.com>
17021
17022 * boards/local-remote-host.exp: New file.
17023
be6e8ac7
PA
170242014-05-01 Pedro Alves <palves@redhat.com>
17025
17026 * boards/local-remote-host.exp: Rename to ...
17027 * boards/local-remote-host-notty.exp: ... this.
17028
cac0dc8f
JB
170292014-04-28 Joel Brobecker <brobecker@adacore.com>
17030
17031 * gdb.ada/dyn_arrayidx: New testcase.
17032
9730e6cc
YQ
170332014-04-26 Yao Qi <yao@codesourcery.com>
17034
17035 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17036 and compute the length of function main. Save it in
17037 $main_length.
17038 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17039 (top-level): Use gdb_compile to compile objects into
17040 executable and restart GDB. Remove invocation to
17041 prepare_for_testing.
17042
7ae1a6a6
PA
170432014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17044 Pedro Alves <palves@redhat.com>
17045
17046 PR server/16255
17047 * gdb.multi/multi-attach.c: New file.
17048 * gdb.multi/multi-attach.exp: New file.
17049
4082afcc
PA
170502014-04-25 Pedro Alves <palves@redhat.com>
17051
17052 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17053 user.
17054 (top level): Test that "set remote conditional-breakpoints-packet
17055 off" works as intended.
17056 * gdb.base/dprintf.exp: Test that "set remote
17057 breakpoint-commands-packet off" works as intended.
17058 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17059 New function.
17060 (top level): Call it.
17061 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17062 remote fast-tracepoints-packet off" works as intended.
17063 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17064 * lib/gdb.exp (gdb_is_target_remote): ... here.
17065
2abc3f8d
DB
170662014-04-24 David Blaikie <dblaikie@gmail.com>
17067
17068 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17069 ensure clang would not discard them.
17070 * gdb.base/gdbvars.c: Ditto.
17071 * gdb.base/memattr.c: Ditto.
17072 * gdb.base/whatis.c: Ditto.
17073 * gdb.python/py-prettyprint.c: Ditto.
17074 * gdb.trace/actions.c: Ditto.
17075 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17076 ensure clang would not discard it.
17077
bfd39632
DB
170782014-04-24 David Blaikie <dblaikie@gmail.com>
17079
17080 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17081 clang to emit the full definition of type required by the test
17082 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17083
22842ff6
DB
170842014-04-24 David Blaikie <dblaikie@gmail.com>
17085
17086 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17087 coax Clang into emitting the definition of the type.
17088 * gdb.cp/pr10728-x.h (y): Ditto.
17089 * gdb.cp/pr10728-y.cc (y): Ditto.
17090
c2e827ad
DB
170912014-04-24 David Blaikie <dblaikie@gmail.com>
17092
17093 * gdb.base/label.exp: XFAIL label related tests under Clang.
17094 * gdb.cp/cplabel.exp: Ditto.
17095 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17096 under Clang those using labels.
17097
4c2d33e7
YQ
170982014-04-25 Yao Qi <yao@codesourcery.com>
17099
17100 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17101 double_label.
17102 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17103 partial_label and double_label.
17104
56083b99
DB
171052014-04-24 David Blaikie <dblaikie@gmail.com>
17106
17107 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17108
25d4e99d
DB
171092014-04-24 David Blaikie <dblaikie@gmail.com>
17110
17111 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17112 of the function to work across GCC and Clang.
17113 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17114 pointer types (const void ** const V void **).
17115
01f9f808
MS
171162014-04-24 Michael Sturm <michael.sturm@mintel.com>
17117 Walfred Tedeschi <walfred.tedeschi@intel.com>
17118
17119 * Makefile.in (EXECUTABLES): Added i386-avx512.
17120 * gdb.arch/i386-avx512.c: New file.
17121 * gdb.arch/i386-avx512.exp: Likewise.
17122
4b48d439
KS
171232014-04-23 Keith Seitz <keiths@redhat.com>
17124
17125 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17126 (mi_make_breakpoint_table): New procedure.
17127 (mi_create_breakpoint): Use mi_make_breakpoint
17128 and return the result.
17129 (mi_make_breakpoint): New procedure.
17130 (mi_build_kv_pairs): New procedure.
17131
17132 * gdb.mi/mi-break.exp: Remove unused globals,
17133 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17134 All callers updated.
17135 * gdb.mi/mi-dprintf.exp: Use variable to track command
17136 number.
17137 Update all callers of mi_create_breakpoint and use
17138 mi_make_breakpoint_table.
17139 Remove any unused global variables.
17140 * gdb.mi/mi-nonstop.exp: Likewise.
17141 * gdb.mi/mi-nsintrall.exp: Likewise.
17142 * gdb.mi/mi-nsmoribund.exp: Likewise.
17143 * gdb.mi/mi-nsthrexec.exp: Likewise.
17144 * gdb.mi/mi-reverse.exp: Likewise.
17145 * gdb.mi/mi-simplerun.exp: Likewise.
17146 * gdb.mi/mi-stepn.exp: Likewise.
17147 * gdb.mi/mi-syn-frame.exp: Likewise.
17148 * gdb.mi/mi-until.exp: Likewise.
17149 * gdb.mi/mi-var-cp.exp: Likewise.
17150 * gdb.mi/mi-var-display.exp: Likewise.
17151 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17152 * gdb.mi/mi2-var-child.exp: Likewise.
17153 * gdb.mi/mi-vla-c99.exp: Likewise.
17154 * lib/mi-support.exp: Likewise.
17155
17156 From Ian Lance Taylor <iant@cygnus.com>:
17157 * lib/gdb.exp (parse_args): New procedure.
17158
08351840
PA
171592014-04-23 Pedro Alves <palves@redhat.com>
17160
17161 * gdb.base/break-unload-file.c: New file.
17162 * gdb.base/break-unload-file.exp: New file.
17163 * gdb.base/sym-file-lib.c (baz): New function.
17164 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17165 field.
17166 (load): Store the segment's mapped size.
17167 (unload): New function.
17168 (unload_shlib): New function.
17169 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17170 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17171 set a breakpoint at baz, and call it.
17172 * gdb.base/sym-file.exp: New tests for stale breakpoint
17173 instructions.
17174
076855f9
PA
171752014-04-23 Pedro Alves <palves@redhat.com>
17176
17177 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17178 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17179 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17180 * gdb.base/hbreak-unmapped.c: New file.
17181 * gdb.base/hbreak-unmapped.exp: New file.
17182 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17183 * lib/gdb.exp (gdb_is_target_remote): ... here.
17184
483805cf
PA
171852014-04-22 Pedro Alves <palves@redhat.com>
17186
17187 * gdb.base/consecutive-step-over.c: New file.
17188 * gdb.base/consecutive-step-over.exp: New file.
17189
06d97543
PA
171902014-04-22 Pedro Alves <palves@redhat.com>
17191
17192 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17193 instead of send_gdb/gdb_expect.
17194
b4429ea2
YQ
171952014-04-22 Yao Qi <yao@codesourcery.com>
17196
17197 * lib/trace-support.exp (generate_tracefile): New procedure.
17198 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17199 return 0.
17200 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17201 if generate_tracefile returns 1.
17202
51d48146
PA
172032014-04-18 Tom Tromey <palves@redhat.com>
17204 Pedro alves <tromey@redhat.com>
17205
17206 PR backtrace/15558
17207 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17208 with a backtrace limit.
17209 * gdb.python/py-frame-inline.exp: Test running to an inline
17210 function with a backtrace limit, and printing the newest frame.
17211 * gdb.python/py-frame-inline.c (main): Call f.
17212
bd1dce5f
MS
172132014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17214
17215 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17216
40d1a503
MS
172172014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17218
17219 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17220 Drop prefix from unsupported source file path.
17221
389b98f7
YQ
172222014-04-17 Yao Qi <yao@codesourcery.com>
17223
17224 * lib/gdb.exp (with_target_charset): New proc.
17225 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17226 with_target_charset.
17227 (test_print_strings): Likewise.
17228 (test_repeat_bytes): Likewise.
17229 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17230 for some tests.
17231
22869d73
KS
172322014-04-16 Keith Seitz <keiths@redhat.com>
17233
17234 PR gdb/15827
17235 * gdb.dwarf2/corrupt.c: New file.
17236 * gdb.dwarf2/corrupt.exp: New file.
17237
c4f87ca6
KS
172382014-04-16 Keith Seitz <keiths@redhat.com>
17239
17240 PR c++/16597
17241 * gdb.cp/namelessclass.cc: New file.
17242 * gdb.cp/namelessclass.exp: New file.
17243 * gdb.cp/namelessclass.S: New file.
17244
ab19de87
DE
172452014-04-16 Doug Evans <dje@google.com>
17246
17247 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17248 Add comment.
17249 (gdbserver_default_get_comm_port): New function.
17250 (gdbserver_start): Check if board file provided
17251 "gdbserver,get_comm_port" and use it if so.
17252 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17253 (gdb,socketport): Set to "stdio".
17254 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17255 (stdio_gdbserver_template): Delete.
17256 (${board}_get_remote_address): Update.
17257 (${board}_build_remote_cmd): Delete.
17258 (${board}_get_comm_port): New function.
17259 (${board}_spawn): Update.
17260 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17261 Delete.
17262 (${board}_get_remote_address): Update.
17263 (${board}_get_comm_port): New function.
17264
fc98a809
AB
172652014-04-16 Andrew Burgess <aburgess@broadcom.com>
17266
17267 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17268 appearing in any order.
17269
87fd9e6e
DE
172702014-04-15 Doug Evans <dje@google.com>
17271
17272 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17273 uninitialized value of "description".
17274
099fc3ea
KS
172752014-04-15 Keith Seitz <keiths@redhat.com>
17276
17277 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17278 Remove unused globals.
17279 (test_running_the_program): Likewise.
17280 (test_controlled_execution): Likewise.
17281 (test_controlling_breakpoints): Likewise.
17282 (test_program_termination): Likewise.
17283
5da151d4
KS
172842014-04-15 Keith Seitz <keiths@redhat.com>
17285
17286 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17287 unused globals.
17288 (test_rbreak_creation_and_listing): Likewise.
17289 (test_ignore_count): Likewise.
17290 (test_error): Likewise.
17291
35e5d2f0
PA
172922014-04-15 Pedro Alves <palves@redhat.com>
17293
17294 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17295 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17296 sym-file-loader.c.
17297 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17298 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17299 to sym-file-loader.c.
17300 (struct library): Forward declare.
17301 (load_shlib, lookup_function): Change prototypes.
17302 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17303 (translate_offset): Remove declarations.
17304 (get_text_addr): New declaration.
17305 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17306 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17307 sym-file-loader.h.
17308 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17309 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17310 here from sym-file-loader.h.
17311 (struct library): New structure.
17312 (load_shlib, lookup_function): Change prototypes and adjust to
17313 work with a struct library.
17314 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17315 (translate_offset): Make static.
17316 (get_text_addr): New function.
17317 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17318
eb4c1710
PA
173192014-04-15 Pedro Alves <palves@redhat.com>
17320
17321 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17322
2d1baf52
PA
173232014-04-15 Pedro Alves <palves@redhat.com>
17324
17325 * gdb.base/sym-file-loader.c: Include <limits.h>.
17326 (SELF_LINK): New define.
17327 (get_origin): New function.
17328 (load_shlib): Use it.
17329 * gdb.base/sym-file.exp: Don't early return if the target is
17330 remote. Use runto_main, and issue fail is that fails. Use
17331 gdb_load_shlibs.
17332 (shlib_name): Delete.
17333 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17334
7dd6df01
PA
173352014-04-15 Pedro Alves <palves@redhat.com>
17336
17337 * gdb.base/sym-file.exp: Remove regex characters from test
17338 message. Don't refer to breakpoint numbers in test messages.
17339
b50c8614
KS
173402014-04-14 Keith Seitz <keiths@redhat.com>
17341
17342 PR c++/16253
17343 * gdb.cp/var-tag.cc: New file.
17344 * gdb.cp/var-tag.exp: New file.
17345 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17346 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17347 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17348 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17349
3d567982
TT
173502014-04-14 Tom Tromey <tromey@redhat.com>
17351
17352 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17353 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17354 type.
17355 * gdb.cp/enum-class.exp: New file.
17356 * gdb.cp/enum-class.cc: New file.
17357
0626fc76
TT
173582014-04-14 Tom Tromey <tromey@redhat.com>
17359
17360 * gdb.dwarf2/enum-type.exp: New file.
17361
dca325b3
SA
173622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17363
17364 * gdb.mi/mi-vla-c99.exp: New file.
17365 * gdb.mi/vla.c: New file.
17366
5854b38a
SA
173672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17368
17369 * gdb.base/vla-datatypes.c: New file.
17370 * gdb.base/vla-datatypes.exp: New file.
17371
463bb957
SA
173722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17373
17374 * gdb.base/vla-ptr.c: New file.
17375 * gdb.base/vla-ptr.exp: New file.
17376
3dd170be
SA
173772014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17378
17379 * gdb.dwarf2/count.exp: New file.
17380
5ecaaa66
SA
173812014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17382
17383 * gdb.base/vla-sideeffect.c: New file.
17384 * gdb.base/vla-sideeffect.exp: New file.
17385
41f1ada5
DB
173862014-04-14 David Blaikie <dblaikie@gmail.com>
17387
17388 * gdb.mi/non-stop.c: Add return value for non-void function return
17389 statement.
17390 * gdb.threads/staticthreads.c: Ditto.
17391
0be03e84
DE
173922014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17393 Doug Evans <xdje42@gmail.com>
17394
17395 * gdb.guile/scm-value.c: Improve test case.
17396 * gdb.guile/scm-value.exp: Add new test.
17397
f180a1fb
DB
173982014-04-11 David Blaikie <dblaikie@gmail.com>
17399
17400 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17401 override Clang's default.
17402
6b662e19
JB
174032014-04-11 Joel Brobecker <brobecker@adacore.com>
17404
17405 Revert the following changes (regressions):
17406
17407 * gdb.base/vla-sideeffect.c: New file.
17408 * gdb.base/vla-sideeffect.exp: New file.
17409
17410 * gdb.dwarf2/count.exp: New file.
17411
17412 * gdb.base/vla-multi.c: New file.
17413 * gdb.base/vla-multi.exp: New file.
17414
17415 * gdb.base/vla-ptr.c: New file.
17416 * gdb.base/vla-ptr.exp: New file.
17417
17418 * gdb.base/vla-datatypes.c: New file.
17419 * gdb.base/vla-datatypes.exp: New file.
17420
17421 * gdb.mi/mi-vla-c99.exp: New file.
17422 * gdb.mi/vla.c: New file.
17423
245a5f0b
KS
174242014-04-11 Keith Seitz <keiths@redhat.com>
17425
17426 PR c++/16675
17427 * gdb.cp/cpsizeof.exp: New file.
17428 * gdb.cp/cpsizeof.cc: New file.
17429
58a84dcf
SA
174302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17431
191a8a90
JB
17432 * gdb.mi/mi-vla-c99.exp: New file.
17433 * gdb.mi/vla.c: New file.
58a84dcf 17434
c8655f75
SA
174352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17436
17437 * gdb.base/vla-datatypes.c: New file.
17438 * gdb.base/vla-datatypes.exp: New file.
17439
024e13b4
SA
174402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17441
17442 * gdb.base/vla-ptr.c: New file.
17443 * gdb.base/vla-ptr.exp: New file.
17444
1a237e0e
SA
174452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17446
17447 * gdb.base/vla-multi.c: New file.
17448 * gdb.base/vla-multi.exp: New file.
17449
504f3432
SA
174502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17451
17452 * gdb.dwarf2/count.exp: New file.
17453
3bce8237
SA
174542014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17455
191a8a90
JB
17456 * gdb.base/vla-sideeffect.c: New file.
17457 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 17458
322f9c21
YQ
174592014-04-11 Yao Qi <yao@codesourcery.com>
17460
17461 * gdb.base/completion.exp: Check file exists before running tests
17462 on file completion.
17463
d708bcd1
PA
174642014-04-10 Pedro Alves <palves@redhat.com>
17465
17466 * gdb.base/cond-eval-mode.c: New file.
17467 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17468 prepare_for_testing to build the new file. Check result of
17469 runto_main.
17470 (test_break, test_watch): New procedures.
17471 (top level): Use them.
17472
ae1d2761
PM
174732014-04-08 Pierre Muller <muller@sourceware.org>
17474
17475 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17476 Ctrl-V use for mingw hosts.
17477
7af389b8
SC
174782014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17479
17480 * gdb.python/py-value.c: Improve test case.
17481 * gdb.python/py-value.exp: Add new test.
17482
5e703181
DE
174832014-04-07 David Blaikie <dblaikie@gmail.com>
17484
17485 * lib/compiler.c: Identify the clang compiler.
17486 * lib/compiler.cc: Ditto.
17487
9810b410
YQ
174882014-04-03 Yao Qi <yao@codesourcery.com>
17489
17490 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17491
98d1b8dc
AB
174922014-04-01 Anton Blanchard <anton@samba.org>
17493
17494 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17495 messages unique.
17496
3114cea1
AB
174972014-04-01 Anton Blanchard <anton@samba.org>
17498
17499 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17500 prepare_for_testing.
17501
62f7182c
AB
175022014-04-01 Anton Blanchard <anton@samba.org>
17503
17504 * gdb.arch/ppc64-atomic-inst.c: Remove.
17505 * gdb.arch/ppc64-atomic-inst.S: New file.
17506 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17507
770e7fc7
DE
175082014-03-31 Doug Evans <dje@google.com>
17509
17510 * gdb.base/print-symbol-loading-lib.c: New file.
17511 * gdb.base/print-symbol-loading-main.c: New file.
17512 * gdb.base/print-symbol-loading.exp: New file.
17513
46e2bafa
YQ
175142014-03-31 Yao Qi <yao@codesourcery.com>
17515
17516 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17517
8776cfe9
JB
175182014-03-28 Joel Brobecker <brobecker@adacore.com>
17519
17520 * gdb.ada/mi_dyn_arr: New testcase.
17521
5d1ef361
DE
175222014-03-27 Doug Evans <dje@google.com>
17523
17524 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17525
b5bee914
YQ
175262014-03-27 Yao Qi <yao@codesourcery.com>
17527
17528 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17529 if target is nios2-*-*.
17530
0d4d0e77
YQ
175312014-03-26 Yao Qi <yao@codesourcery.com>
17532
17533 * lib/gdb.exp (readline_is_used): New proc.
17534 * gdb.base/completion.exp: Move tests on command complete up.
17535 Skip the rest of tests if readline is not used.
17536 * gdb.ada/complete.exp: Skp the test if readline is not
17537 used.
17538 * gdb.base/filesym.exp: Likewise.
17539 * gdb.base/macscp.exp: Likewise.
17540 * gdb.base/readline-ask.exp: Likewise.
17541 * gdb.base/readline.exp: Likewise.
17542 * gdb.python/py-cmd.exp: Likewise.
17543 * gdb.trace/tfile.exp: Likewise.
17544
29361eee
YQ
175452014-03-26 Yao Qi <yao@codesourcery.com>
17546
17547 * gdb.base/macscp.exp: Fix code format issues.
17548
bc9a5525
UW
175492014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17550
17551 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17552 * gdb.asm/powerpc64le.inc: New file.
17553
d3839ede
PA
175542014-03-25 Pedro Alves <palves@redhat.com>
17555 Doug Evans <dje@google.com>
17556
17557 * gdb.base/source-execution.c: New file.
17558 * gdb.base/source-execution.exp: New file.
17559 * gdb.base/source-execution.gdb: New file.
17560
01672a57
DE
175612014-03-24 Doug Evans <dje@google.com>
17562
17563 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17564 using fission.
17565
88bbeca9
HZ
175662014-03-24 Hui Zhu <hui@codesourcery.com>
17567 Pedro Alves <palves@redhat.com>
17568
17569 PR breakpoints/16101
17570 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17571 test pass/fail messages. Detect missing support for dprintf when
17572 breakpoints are actually inserted.
17573 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17574 breakpoints are actually inserted.
17575 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17576 fails.
17577
d2348791
JK
175782014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17579
17580 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17581
feef67ab
DE
175822014-03-22 Doug Evans <xdje42@gmail.com>
17583
17584 * gdb.python/python.exp (python not supported): Verify multi-line
17585 python command issues an error.
25d743f9 17586 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17587 guile command issues an error.
feef67ab 17588
ecebef6a
MR
175892014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17590
17591 * gdb.threads/thread-specific.exp: Handle the lack of usable
17592 $this_breakpoint and $this_thread.
17593
ccdd1909
HZ
175942014-03-21 Hui Zhu <hui@codesourcery.com>
17595
17596 * gdb.base/attach.exp (do_command_attach_tests): New.
17597
beb460e8
PA
175982014-03-20 Tom Tromey <tromey@redhat.com>
17599 Pedro Alves <palves@redhat.com>
17600
17601 PR cli/15718
17602 * gdb.base/condbreak-call-false.c: New file.
17603 * gdb.base/condbreak-call-false.exp: New file.
17604
40acf43a
PA
176052014-03-20 Pedro Alves <palves@redhat.com>
17606
17607 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17608 Delete.
17609 (block_signals, unblock_signals): Delete.
17610 (child_function_2, main): Remove references to deleted variable
17611 and functions.
17612
9f5e1e02
PA
176132014-03-20 Pedro Alves <palves@redhat.com>
17614
17615 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17616 Use pthread_kill to signal thread 2.
17617 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17618 Adjust to make the test send itself a signal rather than using the
17619 host's "kill" command.
17620
99619bea
PA
176212014-03-20 Pedro Alves <palves@redhat.com>
17622
17623 * gdb.threads/multiple-step-overs.c: New file.
17624 * gdb.threads/multiple-step-overs.exp: New file.
17625 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17626 Adjust expected infrun debug output.
17627
2adfaa28
PA
176282014-03-20 Pedro Alves <palves@redhat.com>
17629
17630 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17631 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17632
31e77af2
PA
176332014-03-20 Pedro Alves <palves@redhat.com>
17634
17635 PR breakpoints/7143
17636 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17637 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17638 of gdb_test_multiple.
17639 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17640 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17641
b9f437de
PA
176422014-03-20 Pedro Alves <palves@redhat.com>
17643
17644 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17645 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17646
05adc73e
PA
176472014-03-19 Pedro Alves <palves@redhat.com>
17648
17649 * gdb.base/async.exp: Remove early return.
17650
6048b950
PA
176512014-03-19 Pedro Alves <palves@redhat.com>
17652
17653 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17654
8bcfb00a
PA
176552014-03-19 Pedro Alves <palves@redhat.com>
17656
17657 * gdb.base/async.exp (test_background): Expect \r\n after
17658 "completed." in the fail pattern.
17659
884e37dc
PA
176602014-03-19 Pedro Alves <palves@redhat.com>
17661
17662 * gdb.base/async.exp (test_background): New procedure.
17663 Use it for all background execution command tests.
17664
148e57e2
PA
176652014-03-19 Pedro Alves <palves@redhat.com>
17666
17667 * gdb.base/async.exp: Use prepare_for_testing.
17668
f48088c7
PA
176692014-03-19 Pedro Alves <palves@redhat.com>
17670
17671 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17672 the same line.
17673
e2f6c966
PA
176742014-03-19 Pedro Alves <palves@redhat.com>
17675
17676 * gdb.base/async.c (main): Add "jump here" and "until here" line
17677 marker comments.
17678 * gdb.base/async.exp (jump_here): New global.
17679 (jump& test): Use it.
17680 (until_here): New global.
17681 (until& test): Use it.
17682
c30568d4
PA
176832014-03-19 Pedro Alves <palves@redhat.com>
17684
17685 * gdb.base/async.exp: Don't frob gdb_protocol.
17686
0172b6a7
DE
176872014-03-18 Doug Evans <xdje42@gmail.com>
17688
17689 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17690 Fix spelling of exec-done-display.
17691
06c868a8
JK
176922014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17693
17694 PR gdb/15358
17695 * gdb.base/gdb-sigterm.c: New file.
17696 * gdb.base/gdb-sigterm.exp: New file.
17697
0c7e1a46
PA
176982014-03-18 Pedro Alves <palves@redhat.com>
17699
17700 PR gdb/13860
17701 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17702 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17703 solib-event.
17704
f7c77d93
JB
177052014-03-17 Joel Brobecker <brobecker@adacore.com>
17706
17707 * gdb.ada/pckd_arr_ren: New testcase.
17708
5a1e8c7a
DE
177092014-03-13 Doug Evans <xdje42@gmail.com>
17710
17711 PR guile/16612
17712 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17713 collect after discarding symbols.
17714
350e1a76
DE
177152014-03-13 Ludovic Courtès <ludo@gnu.org>
17716 Doug Evans <xdje42@gmail.com>
17717
17718 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17719 to history survives a gc.
17720
a69900ae
PA
177212014-03-13 Pedro Alves <palves@redhat.com>
17722
17723 * gdb.base/default.exp: Don't test "target procfs".
17724
5db9f0bd
PA
177252014-03-13 Pedro Alves <palves@redhat.com>
17726
17727 * gdb.base/default.exp: Update "target child" and "target procfs"
17728 tests to not expect "Unix".
17729
b3ccfe11
TT
177302014-03-12 Tom Tromey <tromey@redhat.com>
17731
17732 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17733 New procs. Add target-async tests.
17734 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17735 Add target-async tests.
17736
646f4417
AA
177372014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17738
17739 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17740 'func_start' and 'func_end' for the beginning and end of the
17741 function code, respectively.
17742 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17743 'func_end' instead of 'func' and 'main'.
17744
288c211f
AA
177452014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17746
17747 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17748 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17749 generate the debug info assembler source.
17750
e0c0f156
AA
177512014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17752
17753 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17754 * gdb.dwarf2/arr-subrange.exp: Likewise.
17755 * gdb.dwarf2/dwz.exp: Likewise.
17756 * gdb.dwarf2/method-ptr.exp: Likewise.
17757 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17758 * gdb.dwarf2/subrange.exp: Likewise.
17759 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17760 * gdb.dwarf2/implptrpiece.exp: Likewise.
17761 * gdb.dwarf2/nostaticblock.exp: Likewise.
17762
0e5c4555
AA
177632014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17764
17765 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17766 directory to absolute path name arguments.
17767
5ec18f2b
JG
177682014-03-10 Joel Brobecker <brobecker@adacore.com>
17769
17770 * gdb.ada/tagged_access: New testcase.
17771
847fc4f2
MM
177722014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17773
17774 * gdb.btrace/data.exp: Update expected output.
17775
cc3da688
YQ
177762014-03-06 Yao Qi <yao@codesourcery.com>
17777
17778 * gdb.trace/pr16508.exp: New file.
17779
0f26cec1
PA
177802014-03-05 Pedro Alves <palves@redhat.com>
17781
17782 PR gdb/16575
17783 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17784 procedure.
17785 (top level): Adjust to use it. Add tests that exercise breakpoint
17786 interaction with the code-cache.
17787
7a5a839f
LC
177882014-02-26 Ludovic Courtès <ludo@gnu.org>
17789
17790 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17791 test for 'history-append!'.
17792
31aa7e4e
JB
177932014-02-26 Joel Brobecker <brobecker@adacore.com>
17794
17795 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17796 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17797 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17798 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17799 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17800 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17801
1b588015
JB
178022014-02-26 Joel Brobecker <brobecker@adacore.com>
17803
17804 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17805 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17806 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17807
55426c9d
JB
178082014-02-26 Joel Brobecker <brobecker@adacore.com>
17809
17810 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17811
dc53a7ad
JB
178122014-02-26 Joel Brobecker <brobecker@adacore.com>
17813
17814 * gdb.dwarf2/arr-stride.c: New file.
17815 * gdb.dwarf2/arr-stride.exp: New file.
17816
12ab52e9
PA
178172014-02-26 Pedro Alves <palves@redhat.com>
17818
17819 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17820 that won't ever trigger. Make sure that GDB reports the correct
17821 breakpoint that caused the stop.
17822
849c862e
JK
178232014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17824
17825 PR gdb/16626
17826 * gdb.base/auto-load-script: New file.
17827 * gdb.base/auto-load.c: New file.
17828 * gdb.base/auto-load.exp: New file.
17829
71b7d793
JK
17830 PR gdb/16626
17831 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17832
e2f0d509
JK
178332014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17834
17835 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17836 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17837
50cc37c8
DE
178382014-02-24 Doug Evans <dje@google.com>
17839
17840 * lib/gdb.exp (run_on_host): Log error output if program fails.
17841
ea4758f2
PA
178422014-02-21 Pedro Alves <palves@redhat.com>
17843
17844 * gdb.threads/step-after-sr-lock.c: Rename to ...
17845 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17846 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17847 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17848 ... this.
17849
d7b30f67
SDJ
178502014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17851
17852 PR tdep/16397
17853 * gdb.arch/amd64-stap-special-operands.exp: New file.
17854 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17855 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17856 * gdb.arch/amd64-stap-triplet.S: Likewise.
17857 * gdb.arch/amd64-stap-triplet.c: Likewise.
17858
83deb43f
JB
178592014-02-20 Joel Brobecker <brobecker@adacore.com>
17860
17861 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17862 in .section pseudo-op.
17863
adde2bff
DE
178642014-02-20 lin zuojian <manjian2006@gmail.com>
17865 Joel Brobecker <brobecker@adacore.com>
17866 Doug Evans <xdje42@gmail.com>
17867
17868 PR symtab/16581
17869 * gdb.dwarf2/dw2-icycle.S: New file.
17870 * gdb.dwarf2/dw2-icycle.c: New file.
17871 * gdb.dwarf2/dw2-icycle.exp: New file.
17872
f7bd0f78
SC
178732014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17874
17875 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17876 operations on gdb.Value objects.
17877 * gdb.python/py-value-cc.exp: Add new test to test operations on
17878 gdb.Value objects.
17879
c17ef0d5
DE
178802014-02-18 Doug Evans <dje@google.com>
17881
17882 * Makefile.in (TESTS): New variable.
17883 (expanded_tests, expanded_tests_or_none): New variables
17884 (check-single): Pass $(expanded_tests_or_none) to runtest.
17885 (check-parallel): Only run tests in $(TESTS) if non-empty.
17886 (check/no-matching-tests-found): New rule.
17887 * README: Document TESTS makefile variable.
17888
5dd3176f
DE
178892014-02-18 Doug Evans <dje@google.com>
17890
17891 * Makefile.in (check-parallel): rm -rf outputs temp.
17892
0b10be4f
JK
178932014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17894
17895 Fix "ERROR: no fileid for" in the testsuite.
17896 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17897
85f224e7
DE
178982014-02-12 Doug Evans <dje@google.com>
17899
17900 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17901 (MISCELLANEOUS): New variable.
17902 (clean): rm -rf $(MISCELLANEOUS).
17903 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17904 dwp live in the same directory as symlinks, with each symlink pointed
17905 to a differently named file in a different directory.
17906
149b30ff
DE
179072014-02-11 Doug Evans <dje@google.com>
17908
17909 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17910 of Tcl file commands.
17911
1dfdac32
MK
179122014-02-10 Mark Kettenis <kettenis@gnu.org>
17913
17914 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17915 "kill -SIGUSR1 -1".
17916
aa4fb036
JB
179172014-02-10 Joel Brobecker <brobecker@adacore.com>
17918
17919 * gdb.ada/tick_length_array_enum_idx: New testcase.
17920
ed3ef339
DE
179212014-02-10 Doug Evans <xdje42@gmail.com>
17922
17923 * configure.ac (AC_OUTPUT): Add gdb.guile.
17924 * configure: Regenerate.
17925 * lib/gdb-guile.exp: New file.
17926 * lib/gdb.exp (get_target_charset): New function.
17927 * gdb.base/help.exp: Update expected output from "apropos apropos".
17928 * gdb.guile/Makefile.in: New file.
17929 * gdb.guile/guile.exp: New file.
17930 * gdb.guile/scm-arch.c: New file.
17931 * gdb.guile/scm-arch.exp: New file.
17932 * gdb.guile/scm-block.c: New file.
17933 * gdb.guile/scm-block.exp: New file.
17934 * gdb.guile/scm-breakpoint.c: New file.
17935 * gdb.guile/scm-breakpoint.exp: New file.
17936 * gdb.guile/scm-disasm.c: New file.
17937 * gdb.guile/scm-disasm.exp: New file.
17938 * gdb.guile/scm-equal.c: New file.
17939 * gdb.guile/scm-equal.exp: New file.
17940 * gdb.guile/scm-error.exp: New file.
17941 * gdb.guile/scm-error.scm: New file.
17942 * gdb.guile/scm-frame-args.c: New file.
17943 * gdb.guile/scm-frame-args.exp: New file.
17944 * gdb.guile/scm-frame-args.scm: New file.
17945 * gdb.guile/scm-frame-inline.c: New file.
17946 * gdb.guile/scm-frame-inline.exp: New file.
17947 * gdb.guile/scm-frame.c: New file.
17948 * gdb.guile/scm-frame.exp: New file.
17949 * gdb.guile/scm-generics.exp: New file.
17950 * gdb.guile/scm-gsmob.exp: New file.
17951 * gdb.guile/scm-iterator.c: New file.
17952 * gdb.guile/scm-iterator.exp: New file.
17953 * gdb.guile/scm-math.c: New file.
17954 * gdb.guile/scm-math.exp: New file.
17955 * gdb.guile/scm-objfile-script-gdb.in: New file.
17956 * gdb.guile/scm-objfile-script.c: New file.
17957 * gdb.guile/scm-objfile-script.exp: New file.
17958 * gdb.guile/scm-objfile.c: New file.
17959 * gdb.guile/scm-objfile.exp: New file.
17960 * gdb.guile/scm-ports.exp: New file.
17961 * gdb.guile/scm-pretty-print.c: New file.
17962 * gdb.guile/scm-pretty-print.exp: New file.
17963 * gdb.guile/scm-pretty-print.scm: New file.
17964 * gdb.guile/scm-section-script.c: New file.
17965 * gdb.guile/scm-section-script.exp: New file.
17966 * gdb.guile/scm-section-script.scm: New file.
17967 * gdb.guile/scm-symbol.c: New file.
17968 * gdb.guile/scm-symbol.exp: New file.
17969 * gdb.guile/scm-symtab-2.c: New file.
17970 * gdb.guile/scm-symtab.c: New file.
17971 * gdb.guile/scm-symtab.exp: New file.
17972 * gdb.guile/scm-type.c: New file.
17973 * gdb.guile/scm-type.exp: New file.
17974 * gdb.guile/scm-value-cc.cc: New file.
17975 * gdb.guile/scm-value-cc.exp: New file.
17976 * gdb.guile/scm-value.c: New file.
17977 * gdb.guile/scm-value.exp: New file.
17978 * gdb.guile/source2.scm: New file.
17979 * gdb.guile/types-module.cc: New file.
17980 * gdb.guile/types-module.exp: New file.
17981
7026a7c1
YQ
179822014-02-10 Yao Qi <yao@codesourcery.com>
17983
17984 PR testsuite/16543
17985 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17986 * configure: Regenerated.
17987 * Makefile.in: New file.
17988
6c466447
AS
179892014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17990
17991 * gdb.python/py-framefilter.exp: Fix typo.
17992
6e854735
YQ
179932014-02-08 Yao Qi <yao@codesourcery.com>
17994
17995 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17996 that no =breakpoint-modified is emitted when breakpoints are
17997 modified through MI commands.
17998
d137e6dc
PA
179992014-02-07 Pedro Alves <pedro@codesourcery.com>
18000 Pedro Alves <palves@redhat.com>
18001
18002 * gdb.threads/step-after-sr-lock.c: New file.
18003 * gdb.threads/step-after-sr-lock.exp: New file.
18004
b5ee5a50
PA
180052014-02-07 Pedro Alves <palves@redhat.com>
18006
18007 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18008
3c77faf3
JK
180092014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18010
18011 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18012 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18013
6dddc817
DE
180142014-02-06 Doug Evans <xdje42@gmail.com>
18015
18016 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18017 output.
18018
18019 * gdb.gdb/python-interrupts.exp: New file.
18020
de7b2893
YQ
180212014-02-05 Yao Qi <yao@codesourcery.com>
18022
18023 * gdb.trace/report.exp (use_collected_data): Test the output
18024 of "info threads" and "info inferiors".
18025
66d032ac
YQ
180262014-02-05 Yao Qi <yao@codesourcery.com>
18027
18028 Revert this patch:
18029
18030 2013-05-24 Yao Qi <yao@codesourcery.com>
18031
18032 * gdb.trace/tfile.exp: Test inferior and thread.
18033
591a12a1
UW
180342014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18035
18036 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18037 on a function.
18038 * gdb.base/step-bt.c: Call hello via function pointer to make
18039 sure its first instruction is executed on powerpc64le-linux.
18040
0ff3e01f
UW
180412014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18042
18043 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18044
084ee545
UW
180452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18046
18047 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18048 of the test patterns for use on little-endian systems.
18049
6ed14ff3
UW
180502014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18051
18052 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18053 (decimal_vector): Fix for little-endian.
18054
401e27fd
JM
180552014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18056
18057 * gdb.arch/sparc-sysstep.exp: New file.
18058 * gdb.arch/sparc-sysstep.c: Likewise.
18059
18060 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18061
8b924729
EBM
180622014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18063
18064 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18065
fb151210
JB
180662014-01-23 Tom Tromey <tromey@redhat.com>
18067
18068 * gdb.ada/array_char_idx: New testcase.
18069
0740f8d8
TT
180702014-01-23 Tom Tromey <tromey@redhat.com>
18071
18072 PR python/16487:
18073 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18074 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18075 classes.
18076
21909fa1
TT
180772014-01-23 Tom Tromey <tromey@redhat.com>
18078
18079 PR python/16491:
18080 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18081 string from an inferior frame.
18082 * gdb.python/py-framefilter-mi.exp: Update.
18083
87ce2a04
DE
180842014-01-22 Doug Evans <dje@google.com>
18085
18086 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18087
237b092b
AA
180882014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18089
18090 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18091
d674a709
AA
180922014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18093
18094 * gdb.trace/entry-values.exp: Remove excess space character from
18095 regex patterns. Handle s390 call instruction.
18096
20fa3390
AA
180972014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18098
18099 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18100 define "*_start" label. Make "name" static.
18101 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18102 ${name} by references to ${name}_start.
18103
78466714
AA
181042014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18105
18106 * gdb.base/info-macros.exp: Remove "debug" from the compile
18107 options.
18108
ec9f644a
IB
181092014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18110
18111 * gdb.dlang/demangle.exp: New file.
18112
94b1b47e
IB
181132014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18114
18115 * gdb.dlang/primitive-types.exp: New file.
18116
7f420862
IB
181172014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18118
18119 * configure.ac: Create gdb.dlang/Makefile.
18120 * configure: Regenerate.
18121 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18122 * gdb.dlang/Makefile.in: New file.
18123 * lib/d-support.exp: New file.
18124 * lib/gdb.exp (skip_d_tests): New proc.
18125
52834460
MM
181262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18127
18128 * gdb.btrace/delta.exp: Check reverse stepi.
18129 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18130 * gdb.btrace/finish.exp: New.
18131 * gdb.btrace/next.exp: New.
18132 * gdb.btrace/nexti.exp: New.
18133 * gdb.btrace/record_goto.c: Add comments.
18134 * gdb.btrace/step.exp: New.
18135 * gdb.btrace/stepi.exp: New.
18136 * gdb.btrace/multi-thread-step.c: New.
18137 * gdb.btrace/multi-thread-step.exp: New.
18138 * gdb.btrace/rn-dl-bind.c: New.
18139 * gdb.btrace/rn-dl-bind.exp: New.
18140 * gdb.btrace/data.c: New.
18141 * gdb.btrace/data.exp: New.
18142 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18143
6e07b1d2
MM
181442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18145
18146 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18147 * gdb.btrace/exception.exp: Update.
18148 * gdb.btrace/instruction_history.exp: Update.
18149 * gdb.btrace/record_goto.exp: Update.
18150 * gdb.btrace/tailcall.exp: Update.
18151 * gdb.btrace/unknown_functions.exp: Update.
18152 * gdb.btrace/delta.exp: New.
18153
0b722aec
MM
181542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18155
18156 * gdb.btrace/record_goto.exp: Add backtrace test.
18157 * gdb.btrace/tailcall.exp: Add backtrace test.
18158
066ce621
MM
181592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18160
18161 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18162 * gdb.btrace/record_goto.c: New.
18163 * gdb.btrace/record_goto.exp: New.
18164 * gdb.btrace/x86-record_goto.S: New.
18165
0688d04e
MM
181662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18167
18168 * gdb.btrace/function_call_history.exp: Update tests.
18169 * gdb.btrace/instruction_history.exp: Update tests.
18170
8710b709
MM
181712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18172
18173 * gdb.btrace/function_call_history.exp: Fix expected field
18174 order for "record function-call-history".
18175 Add new tests for "record function-call-history /c".
18176 * gdb.btrace/exception.cc: New.
18177 * gdb.btrace/exception.exp: New.
18178 * gdb.btrace/tailcall.exp: New.
18179 * gdb.btrace/x86-tailcall.S: New.
18180 * gdb.btrace/x86-tailcall.c: New.
18181 * gdb.btrace/unknown_functions.c: New.
18182 * gdb.btrace/unknown_functions.exp: New.
18183 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18184
5de9129b
MM
181852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18186
18187 * gdb.btrace/instruction_history.exp: Update.
18188 * gdb.btrace/function_call_history.exp: Update.
18189
23a7fe75
MM
181902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18191
18192 * gdb.btrace/function_call_history.exp: Fix expected function
18193 trace.
18194 * gdb.btrace/instruction_history.exp: Initialize traced.
18195 Remove traced_functions.
18196
724c7dd8
MM
181972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18198
18199 * gdb.btrace/function_call_history.exp: Update
18200 * gdb.btrace/instruction_history.exp: Update.
18201
6d78d93b
MM
182022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18203
18204 * gdb.btrace/enable.exp: Update expected text.
18205
93a360cc
OJ
182062014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18207
18208 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18209 bytes.
18210
3772b53f
MR
182112014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18212
18213 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18214
596662fa
OJ
182152014-01-15 Omair Javaid <omair.javaid@linaro.org>
18216
18217 * lib/gdb.exp (supports_process_record): Return true for
18218 arm*-linux*. (supports_reverse): Likewise.
18219
b5b08fb4
SC
182202014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18221
18222 PR python/15464
18223 PR python/16113
18224 * gdb.python/py-type.c: Enhance test case.
18225 * gdb.python/py-value-cc.cc: Likewise
18226 * gdb.python/py-type.exp: Add new tests.
18227 * gdb.python/py-value-cc.exp: Likewise
18228
52d7fb13
AA
182292014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18230 Pedro Alves <palves@redhat.com>
18231
18232 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18233 Make "name" extern.
18234 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18235 references to ${name}_start by references to ${name}.
18236
a2cd8cfe
JB
182372014-01-10 Joel Brobecker <brobecker@adacore.com>
18238
18239 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18240
4e23fced
JB
182412014-01-10 Joel Brobecker <brobecker@adacore.com>
18242
18243 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18244
c6a9e42c
PA
182452014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18246 Pedro Alves <palves@redhat.com>
18247
18248 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 18249 mi_gdb_target_load.
c6a9e42c 18250
b7ea362b
PA
182512014-01-08 Pedro Alves <palves@redhat.com>
18252
18253 * gdb.threads/reconnect-signal.c: New file.
18254 * gdb.threads/reconnect-signal.exp: New file.
18255
5e3f4fab
EBM
182562014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18257
18258 * gdb.base/source-dir.exp: New file.
18259
79301218
JB
182602014-01-07 Joel Brobecker <brobecker@adacore.com>
18261
18262 * gdb.ada/mi_interface: New testcase.
18263
8e355c5d
JB
182642014-01-07 Joel Brobecker <brobecker@adacore.com>
18265
18266 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18267 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18268 gdb.ada/pp-rec-component/pck.ads: New files.
18269
c0d48811
JB
182702014-01-07 Joel Brobecker <brobecker@adacore.com>
18271
18272 * gdb.python/py-pp-integral.c: New file.
18273 * gdb.python/py-pp-integral.py: New file.
18274 * gdb.python/py-pp-integral.exp: New file.
18275
17b609c3 18276For older changes see ChangeLog-1993-2013.
c906108c 18277\f
8d8cb839
EZ
18278;; Local Variables:
18279;; mode: change-log
18280;; left-margin: 8
18281;; fill-column: 74
18282;; version-control: never
18283;; End:
902f2ccb 18284
b811d2c2 18285 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
18286 Copying and distribution of this file, with or without modification,
18287 are permitted provided the copyright notice and this notice are preserved.
This page took 4.059081 seconds and 4 git commands to generate.