Add multi-target tests
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
1dadb1dd
PA
12020-01-10 Pedro Alves <palves@redhat.com>
2
3 * gdb.multi/multi-target.c: New file.
4 * gdb.multi/multi-target.exp: New file.
5 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6 mode requested, but remote does not support non-stop".
7
78f2c40a
PA
82020-01-10 Pedro Alves <palves@redhat.com>
9
10 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
11 disconnect before reconnecting.
12
e7af6c70
TBA
132020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
14 Pedro Alves <palves@redhat.com>
15
16 * gdb.server/connect-without-multi-process.exp: Also test
17 continuing to end.
18
acdf84a6
PA
192020-01-10 Pedro Alves <palves@redhat.com>
20
21 * gdb.base/remote-exec-file.exp: New file.
22
873657b9
PA
232020-01-10 Pedro Alves <palves@redhat.com>
24
25 * gdb.base/fork-running-state.exp (do_test): Adjust expected
26 output.
27 * gdb.threads/async.c: New.
28 * gdb.threads/async.exp: New.
29 * gdb.multi/tids-gid-reset.c: New.
30 * gdb.multi/tids-gid-reset.exp: New.
31
7f0ae84c
GB
322020-01-10 George Barrett <bob@bob131.so>
33
34 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
35 to help in finding the image relocation offset.
36 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
37 options in arguments.
38 (stap_test_no_debuginfo): Likewise.
39 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
40 test variants.
41 (stap_test): Add null semaphore relocation test.
42
47e9d49d
GB
432020-01-10 George Barrett <bob@bob131.so>
44
45 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
46 * gdb.base/stap-probe.exp: Likewise.
47 (stap_test): Pass argument as an additional flag.
48 (stap_test_no_debuginfo): Likewise.
49 (stap_test): Check `info probes stap' output for semaphore
50 addresses if the test binary is supposed to have them.
51
f5a7c406
AB
522020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
53
54 * gdb.tui/basic.exp: Add more scrolling tests.
55
9ae6bf64
TT
562020-01-09 Tom Tromey <tom@tromey.com>
57
58 PR tui/18932:
59 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
60 meangingful value.
61 (Term::command, Term::resize): Update.
62 * gdb.tui/basic.exp: Add scrolling test.
63
b2efe70c
AB
642020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
65
66 * gdb.tui/tui-layout-asm.exp: New file.
67
3804da7e
AB
682020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
69
70 * lib/tuiterm.exp (Term::check_box_contents): New proc.
71
b40aa28f
AB
722020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
73
74 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
75 (Term::enter_tui): Use Term::prepare_for_tui.
76
63ffd7c9
AB
772020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
80 called.
81
3be966f6
AB
822020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
83
84 * gdb.base/skip.exp: Fix race condition in test.
85
153d79c4
AB
862020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
87
88 * gdb.base/backtrace.c: New file.
89 * gdb.base/backtrace.exp: New file.
90
f2302a34
AB
912020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
92
93 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
94
6ec1d75e
PW
952020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
96
97 * gdb.base/style.exp: Test that warnings are styled.
98
c296cbe6
BE
992019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
100
101 * gdb.base/line65535.exp: New file.
102 * gdb.base/line65535.c: New file.
103
b28a729d
SM
1042019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
105
106 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
107 * lib/gnat_debug_info_test.adb: New file.
108 * gdb.ada/ptype_tagged_param.exp: Use
109 gnat_runtime_has_debug_info, expect a different output if
110 runtime does not have debug info.
111
7f2d7a0d
SM
1122019-12-20 Simon Marchi <simon.marchi@efficios.com>
113
114 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
115 (another) quote in test name.
116
f3bce483
SM
1172019-12-20 Simon Marchi <simon.marchi@efficios.com>
118
119 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
120 Add quote in test name.
121
c855a912
TBA
1222019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
123
124 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
125 directory instead.
126 * gdb.cp/pass-by-ref.exp: Extend with more cases.
127 * gdb.cp/pass-by-ref-2.cc: New file.
128 * gdb.cp/pass-by-ref-2.exp: New file.
129
fc9d2d72
TT
1302019-12-20 Tom Tromey <tom@tromey.com>
131
132 * gdb.tui/list-before.exp: New file.
133
77b97e00
TT
1342019-12-20 Tom Tromey <tom@tromey.com>
135
136 * gdb.tui/list.exp: Check for source on initial listing.
137
f69656d0
TT
1382019-12-11 Tom Tromey <tromey@adacore.com>
139
140 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
141 Add crlf test.
142
99a55965
SM
1432019-12-18 Simon Marchi <simon.marchi@efficios.com>
144
145 * gdb.base/default.exp: Update value of $_gdb_major.
146
5024637f
BE
1472019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
148
149 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
150
b63634be
BE
1512019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
152
153 * gdb.base/skip.exp: Whitespace fix.
154
45d73523
BE
1552019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
156
157 * gdb.base/skip-inline.c: New file.
158 * gdb.base/skip-inline.exp: New file.
159
d043f8c8
SM
1602019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
161
162 * gdb.base/jit-reader.exp (jit_reader_test): Rename
163 jit_function_00 to jit_function_stack_mangle.
164 * gdb.base/jithost.c (jit_function_t): Rename to...
165 (jit_function_stack_mangle_t): ... this.
166 (jit_function_add_t): New typedef.
167 (jit_function_00_code): Rename to...
168 (jit_function_stack_mangle_code): ... this, make static.
169 (jit_function_add_code): New.
170 (main): Generate "add" function and call it. Adjust to changes
171 in jithost_abi.
172 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
173 (struct jithost_abi) <begin, end>: Remove fields.
174 <object, function_stack_mangle, function_add>: New fields.
175 * gdb.base/jitreader.c (struct reader_state) <code_begin,
176 code_end>: Remove fields.
177 <func_stack_mangle>: New field.
178 (read_debug_info): Adjust to renaming, create block for "add"
179 function.
180 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
181
873de05c
TT
1822019-12-11 Tom Tromey <tom@tromey.com>
183
184 * gdb.tui/resize.exp: Fix regexp.
185 * gdb.tui/regs.exp: Fix regexps.
186 * gdb.tui/main.exp: Fix regexp.
187
3d979945
TT
1882019-12-11 Tom Tromey <tom@tromey.com>
189
190 * gdb.tui/resize.exp: Update.
191 * gdb.tui/empty.exp (layouts): Update.
192
2192a9d3
TT
1932019-12-11 Tom Tromey <tom@tromey.com>
194
195 * gdb.tui/regs.exp: Update.
196 * gdb.tui/empty.exp (layouts): Update.
197 * gdb.tui/basic.exp: Update.
198 * lib/tuiterm.exp (_check_box): Don't check bottom border.
199
d8edc8b7
PW
2002019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
201
202 * gdb.base/options.exp: Add -raw-values in the print completion list.
203 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
204
4c12d936
KB
2052019-12-10 Kevin Buettner <kevinb@redhat.com>
206
207 * gdb.threads/omp-par-scope.c: New file.
208 * gdb/threads/omp-par-scope.exp: New file.
209
26b911fb
KB
2102019-12-10 Kevin Buettner <kevinb@redhat.com>
211
bb47f919
KB
212 * lib/gdb.exp (support_nested_function_tests): New proc.
213
2142019-12-10 Kevin Buettner <kevinb@redhat.com>
215
216 * lib/gdb.exp (gdb_compile_openmp): New proc.
217 (build_executable_from_specs): Add an "openmp" option.
218 (gdb_compile_pthreads): Add non-executable case.
26b911fb 219
6c71eb7d
TT
2202019-12-10 Tom Tromey <tromey@adacore.com>
221
222 * gdb.ada/unchecked_union.exp: New file.
223 * gdb.ada/unchecked_union/pck.adb: New file.
224 * gdb.ada/unchecked_union/pck.ads: New file.
225 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
226 * gdb-utils.exp (string_to_regexp): Also quote "?".
227
bac7c5cf
GB
2282019-12-10 George Barrett <bob@bob131.so>
229
230 Test scripted probe breakpoints.
231 * gdb.guile/scm-breakpoint.c (main): Add probe point.
232 * gdb.python/py-breakpoint.c (main): Likewise.
233 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
234 specifier test.
235 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
236
330f1d38
TBA
2372019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
238
239 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
240 an rvalue parameter.
241 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
242 parameter.
243
b43315e2
AB
2442019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
245
246 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
247 modules.
248
54f73dad
AB
2492019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
250
251 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
252 broken version of GCC.
253
d57cbee9
AB
2542019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
255
256 * gdb.fortran/info-modules.exp: Rewrite to make use of new
257 sym-info-cmds library.
258 * gdb.fortran/info-types.exp: Likewise.
259 * lib/sym-info-cmds.exp: New file.
260
c14aab8c
TV
2612019-12-08 Tom de Vries <tdevries@suse.de>
262
263 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
264
aa2d5a42
KS
2652019-12-07 Keith Seitz <keiths@redhat.com>
266
267 * gdb.base/corefile-buildid-shlib-shr.c: New file.
268 * gdb.base/corefile-buildid-shlib.c: New file.
269 * gdb.base/corefile-buildid.c: New file.
270 * gdb.base/corefile-buildid.exp: New file.
271
93e55f0a
TV
2722019-12-06 Tom de Vries <tdevries@suse.de>
273
274 * gdb.dwarf2/varval.exp: Add decl before def test.
275
c7d12402
TBA
2762019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
277
278 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
279
06acc08f
TBA
2802019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
281
282 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
283 CV and reference conversion for overload resolution.
284 * gdb.cp/rvalue-ref-overload.exp: Test it.
285
e0fad1ea
PW
2862019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
287
288 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
289 * gdb.base/frameapply.exp: Test faas without command.
290
8d70a9f0
AB
2912019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
294 Fortran tests.
295 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
296 order.
297
36c8fb93
AB
2982019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
299
300 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
301 casting to type with no kind specified.
302 (test_basic_parsing_of_type_kinds): Additional tests for types
303 with no kind specified, and add tests for single/double
304 precision/complex types.
305
4139ff00
TT
3062019-12-04 Tom Tromey <tromey@adacore.com>
307
308 * gdb.base/endianity.c (struct other) <x>: New field.
309 (main): Initialize it.
310 * gdb.base/endianity.exp: Update.
311
a05cf17a
TT
3122019-12-04 Tom Tromey <tromey@adacore.com>
313
314 * gdb.ada/scalar_storage/storage.adb: New file.
315 * gdb.ada/scalar_storage/pck.adb: New file.
316 * gdb.ada/scalar_storage/pck.ads: New file.
317 * gdb.ada/scalar_storage.exp: New file.
318
103a685e
TT
3192019-12-04 Tom Tromey <tromey@adacore.com>
320
321 * gdb.base/endianity.c (struct otherendian) <f>: New field.
322 (main): Initialize it.
323 * gdb.base/endianity.exp: Update.
324
c2512106
AB
3252019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
326
327 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
328
293b38d6
AB
3292019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
330
331 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
332 -symbol-info-module-functions and -symbol-info-module-variables.
333
216a7e6b
AB
3342019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
337
5bbd8269
AB
3382019-12-01 Richard Bunt <richard.bunt@arm.com>
339 Andrew Burgess <andrew.burgess@embecosm.com>
340
341 * gdb.fortran/derived-type-striding.exp: New file.
342 * gdb.fortran/derived-type-striding.f90: New file.
343 * gdb.fortran/array-slices.exp: New file.
344 * gdb.fortran/array-slices.f90: New file.
345
be09caf1
PW
3462019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
347
348 * gdb.base/define.exp: Test . in command names.
349 * gdb.base/setshow.exp: Update test, as . is now part of
350 command name.
351
643c0cbe
PW
3522019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
353
354 * gdb.base/define-prefix.exp: New file.
355
dcdec678
AB
3562019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
357
358 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
359 compile.
360 (skip_btrace_pt_tests): Likewise.
361
640ab947
AB
3622019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
363
364 * gdb.fortran/info-modules.exp: Compile source files in correct
365 order.
366
d22670f0
KB
3672019-11-27 Kevin Buettner <kevinb@redhat.com>
368
369 * gdb.dwarf2/imported-unit.exp: New file.
370 * gdb.dwarf2/imported-unit.c: New file.
371
db5960b4
AB
3722019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * gdb.mi/mi-fortran-modules-2.f90: New file.
375 * gdb.mi/mi-fortran-modules.exp: New file.
376 * gdb.mi/mi-fortran-modules.f90: New file.
377
7dc42066
AB
3782019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
379
380 * gdb.mi/mi-sym-info-1.c: New file.
381 * gdb.mi/mi-sym-info-2.c: New file.
382 * gdb.mi/mi-sym-info.exp: New file.
383
0dfeecca
TT
3842019-11-22 Tom Tromey <tromey@adacore.com>
385
386 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
387 * gdb.ada/tasks/foo.adb: Add another stopping location.
388
34877895
PJ
3892019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
390
391 * gdb.base/endianity.c: New test.
392 * gdb.base/endianity.exp: New file.
393
2e84f897
LD
3942019-11-21 Lukas Durfina <ldurfina@tachyum.com>
395
396 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
397
65d1cd5f
TV
3982019-11-21 Tom de Vries <tdevries@suse.de>
399
400 PR gdb/24956
401 * gdb.base/ui-redirect.exp: Test output of user-defined command.
402
4f22c3f4
SDJ
4032019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
404
405 * gdb.python/py-progspace.exp: Add missing parentheses on some
406 'print' commands.
407
9f6ad286
TT
4082019-11-19 Tom Tromey <tom@tromey.com>
409
410 * gdb.tui/winheight.exp: New file.
411
0b8dbf3f
AB
4122019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
413
414 * gdb.base/ctf-whatis.c: Delete.
415 * gdb.base/ctf-whatis.exp: Delete.
416 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
417
f833b7a7
AB
4182019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
419
420 * gdb.base/ctf-cvexpr.exp: Delete.
421 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
422
30d0a636
AB
4232019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
426 the compiler. Clean up header comment a little.
427 * gdb.base/ctf-ptype.exp: Likewise.
428 * gdb.base/ctf-whatis.exp: Likewise.
429 * lib/gdb.exp (skip_ctf_tests): New proc.
430
494409bb
SDJ
4312019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
432
433 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
434 * gdb.tui/corefile-run.exp: New file.
435
55708e99
TT
4362019-11-14 Tom Tromey <tromey@adacore.com>
437
438 * gdb.base/gdbvars.exp (test_convenience_variables): Add
439 regression tests.
440
45e42163
TT
4412019-11-12 Tom Tromey <tom@tromey.com>
442
443 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
444 after any command. Expect prompt after WAIT_FOR is seen.
445 (enter_tui): Enable resize messages.
446 (command): Expect command in output.
447 (get_line): Avoid error when cursor appears to be off-screen.
448 (dump_screen): Include screen size in title.
449 (_do_resize): New proc, from "resize".
450 (resize): Rewrite. Do resize in two steps.
451 * gdb.tui/empty.exp (layouts): Fix entries.
452 (check_boxes): Remove xfail.
453 (check_text): Dump screen on failure.
454
086baaf1
AB
4552019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
456
457 * gdb.python/py-symbol.exp: Add test for
458 gdb.lookup_static_symbols.
459
09ff83af
AB
4602019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
461
462 * gdb.python/py-symbol.c: Declare and call function from new
463 py-symbol-2.c file.
464 * gdb.python/py-symbol.exp: Compile both source files, and add new
465 tests for gdb.lookup_static_symbol.
466 * gdb.python/py-symbol-2.c: New file.
467
11af934b
TV
4682019-11-02 Tom de Vries <tdevries@suse.de>
469
470 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
471 * gdb.base/anon.exp: Same.
472 * gdb.base/auto-connect-native-target.exp: Same.
473 * gdb.base/call-ar-st.exp: Same.
474 * gdb.base/catch-syscall.exp: Same.
475 * gdb.base/commands.exp: Same.
476 * gdb.base/default.exp: Same.
477 * gdb.base/display.exp: Same.
478 * gdb.base/float.exp: Same.
479 * gdb.base/foll-fork.exp: Same.
480 * gdb.base/help.exp: Same.
481 * gdb.base/info-macros.exp: Same.
482 * gdb.base/info-proc.exp: Same.
483 * gdb.base/info-target.exp: Same.
484 * gdb.base/long_long.exp: Same.
485 * gdb.base/macscp.exp: Same.
486 * gdb.base/memattr.exp: Same.
487 * gdb.base/nofield.exp: Same.
488 * gdb.base/pointers.exp: Same.
489 * gdb.base/printcmds.exp: Same.
490 * gdb.base/ptype.exp: Same.
491 * gdb.base/restore.exp: Same.
492 * gdb.base/return.exp: Same.
493 * gdb.base/scope.exp: Same.
494 * gdb.base/set-noassign.exp: Same.
495 * gdb.base/setshow.exp: Same.
496 * gdb.base/shlib-call.exp: Same.
497 * gdb.base/signals.exp: Same.
498 * gdb.base/sigstep.exp: Same.
499 * gdb.base/skip.exp: Same.
500 * gdb.base/solib-symbol.exp: Same.
501 * gdb.base/stap-probe.exp: Same.
502 * gdb.base/step-line.exp: Same.
503 * gdb.base/step-test.exp: Same.
504 * gdb.base/style.exp: Same.
505 * gdb.base/varargs.exp: Same.
506 * gdb.base/vla-datatypes.exp: Same.
507 * gdb.base/vla-ptr.exp: Same.
508 * gdb.base/vla-sideeffect.exp: Same.
509 * gdb.base/volatile.exp: Same.
510 * gdb.base/watch-cond-infcall.exp: Same.
511 * gdb.base/watchpoint.exp: Same.
512
e96ec2ba
TV
5132019-11-02 Tom de Vries <tdevries@suse.de>
514
515 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
516 * gdb.cp/cpexprs.exp: Same.
517 * gdb.cp/except-multi-location.exp: Same.
518 * gdb.cp/exceptprint.exp: Same.
519 * gdb.cp/gdb2384.exp: Same.
520 * gdb.cp/inherit.exp: Same.
521 * gdb.cp/m-static.exp: Same.
522 * gdb.cp/meth-typedefs.exp: Same.
523 * gdb.cp/misc.exp: Same.
524 * gdb.cp/namespace.exp: Same.
525 * gdb.cp/non-trivial-retval.exp: Same.
526 * gdb.cp/overload.exp: Same.
527 * gdb.cp/pr17132.exp: Same.
528 * gdb.cp/re-set-overloaded.exp: Same.
529 * gdb.cp/rvalue-ref-types.exp: Same.
530 * gdb.cp/templates.exp: Same.
531
bd5766ec
LM
5322019-11-01 Luis Machado <luis.machado@linaro.org>
533
534 PR gdb/25124
535
536 * gdb.arch/pr25124.S: New file.
537 * gdb.arch/pr25124.exp: New file.
538
165f8965
AB
5392019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
540
541 * gdb.fortran/info-modules.exp: Update expected results, and add
542 additional tests for 'info module functinos', and 'info module
543 variables'.
544 * gdb.fortran/info-types.exp: Update expected results.
545 * gdb.fortran/info-types.f90: Extend testcase with additional
546 module variables and functions.
547
59c35742
AB
5482019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
549
550 * gdb.fortran/info-modules.exp: New file.
551 * gdb.fortran/info-types.exp: Build with new file.
552 * gdb.fortran/info-types.f90: Include and use new module.
553 * gdb.fortran/info-types-2.f90: New file.
554
f3fb2519
PW
5552019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
556
557 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
558 * gdb.base/settings.exp: Test all settings types using
559 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
560 that now verifies that the value of "maint show" is the same as
561 returned by the settings functions. Test the type of the
562 maintenance settings.
563 * gdb.base/default.exp: Update show_conv_list.
564
d1e36019
TV
5652019-10-31 Tom de Vries <tdevries@suse.de>
566
567 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
568 gdb_test.
569 * gdb.arch/amd64-disp-step.exp: Same.
570 * gdb.asm/asm-source.exp: Same.
571 * gdb.btrace/buffer-size.exp: Same.
572 * gdb.btrace/cpu.exp: Same.
573 * gdb.btrace/enable.exp: Same.
574 * gdb.dwarf2/count.exp: Same.
575 * gdb.dwarf2/dw2-ranges-func.exp: Same.
576 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
577 * gdb.fortran/vla-datatypes.exp: Same.
578 * gdb.fortran/vla-history.exp: Same.
579 * gdb.fortran/vla-ptype.exp: Same.
580 * gdb.fortran/vla-value.exp: Same.
581 * gdb.fortran/whatis_type.exp: Same.
582 * gdb.guile/guile.exp: Same.
583 * gdb.multi/tids.exp: Same.
584 * gdb.python/py-finish-breakpoint.exp: Same.
585 * gdb.python/py-framefilter.exp: Same.
586 * gdb.python/py-pp-registration.exp: Same.
587 * gdb.python/py-xmethods.exp: Same.
588 * gdb.python/python.exp: Same.
589 * gdb.server/connect-with-no-symbol-file.exp: Same.
590 * gdb.server/no-thread-db.exp: Same.
591 * gdb.server/run-without-local-binary.exp: Same.
592 * gdb.stabs/weird.exp: Same.
593 * gdb.threads/attach-many-short-lived-threads.exp: Same.
594 * gdb.threads/thread-find.exp: Same.
595 * gdb.threads/tls-shared.exp: Same.
596 * gdb.threads/tls.exp: Same.
597 * gdb.threads/wp-replication.exp: Same.
598 * gdb.trace/ax.exp: Same.
599 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
600
3d11e68e
TV
6012019-10-31 Tom de Vries <tdevries@suse.de>
602
603 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
604 * gdb.ada/array_subscript_addr.exp: Same.
605 * gdb.ada/arrayidx.exp: Same.
606 * gdb.ada/arrayparam.exp: Same.
607 * gdb.ada/arrayptr.exp: Same.
608 * gdb.ada/boolean_expr.exp: Same.
609 * gdb.ada/call_pn.exp: Same.
610 * gdb.ada/complete.exp: Same.
611 * gdb.ada/fixed_cmp.exp: Same.
612 * gdb.ada/fun_addr.exp: Same.
613 * gdb.ada/funcall_param.exp: Same.
614 * gdb.ada/interface.exp: Same.
615 * gdb.ada/mod_from_name.exp: Same.
616 * gdb.ada/null_array.exp: Same.
617 * gdb.ada/packed_array.exp: Same.
618 * gdb.ada/packed_tagged.exp: Same.
619 * gdb.ada/print_chars.exp: Same.
620 * gdb.ada/print_pc.exp: Same.
621 * gdb.ada/ptype_arith_binop.exp: Same.
622 * gdb.ada/ptype_field.exp: Same.
623 * gdb.ada/ptype_tagged_param.exp: Same.
624 * gdb.ada/rec_return.exp: Same.
625 * gdb.ada/ref_tick_size.exp: Same.
626 * gdb.ada/str_ref_cmp.exp: Same.
627 * gdb.ada/taft_type.exp: Same.
628 * gdb.ada/tagged.exp: Same.
629 * gdb.ada/type_coercion.exp: Same.
630 * gdb.ada/uninitialized_vars.exp: Same.
631
60b6ede8
TV
6322019-10-30 Tom de Vries <tdevries@suse.de>
633
634 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
635
30baf67b
TV
6362019-10-26 Tom de Vries <tdevries@suse.de>
637
638 * gdb.base/bigcore.c: Fix typos in comments.
639 * gdb.base/ctf-ptype.c: Same.
640 * gdb.base/long_long.c: Same.
641 * gdb.dwarf2/dw2-op-out-param.S: Same.
642 * gdb.python/py-evthreads.c: Same.
643 * gdb.reverse/i387-stack-reverse.c: Same.
644 * gdb.trace/tfile.c: Same.
645 * lib/compiler.c: Same.
646 * lib/compiler.cc: Same.
647
158da0d1
TV
6482019-10-25 Tom de Vries <tdevries@suse.de>
649
650 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
651 gdb_test_multiple calls.
652 * gdb.reverse/sigall-reverse.exp: Same.
653 * gdb.reverse/solib-precsave.exp: Same.
654 * gdb.reverse/solib-reverse.exp: Same.
655 * gdb.reverse/until-precsave.exp: Same.
656 * gdb.reverse/until-reverse.exp: Same.
657
4ccdfbec
TV
6582019-10-24 Tom de Vries <tdevries@suse.de>
659
660 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
661 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
662 kfail using -wrap pattern flag and convenience variable
663 gdb_test_name.
664
33d569b7
AB
6652019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
666
667 * gdb.python/py-progspace.exp: Add tests for the
668 Progspace.block_for_pc method.
669
4d0b984b
TT
6702019-10-23 Tom Tromey <tom@tromey.com>
671
672 * configure: Rebuild.
673 * aclocal.m4: Use m4_include, not sinclude.
674
94cb3754
TV
6752019-10-21 Tom de Vries <tdevries@suse.de>
676
677 * gdb.base/infcall-nested-structs.c: Add
678 __attribute__((noinline,noclone)) to all functions.
679 (call_all): Add missing variable initialization. Simplify return value.
680 (breakpt): Increment volatile variable, to prevent call from being
681 optimized out.
682 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
683
062f1fc1
TV
6842019-10-17 Tom de Vries <tdevries@suse.de>
685
686 * gdb.fortran/module.exp: Allow info variables to print info for files
687 other than module.f90.
688
0b54364d
AB
6892019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
690
691 * gdb.fortran/module.exp: Extend with 'info variables' test.
692
7ff5fae7
AB
6932019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
696 F77_FOR_TARGET.
697
d10eccaa
TV
6982019-10-16 Tom de Vries <tdevries@suse.de>
699
700 PR tdep/25096
701 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
702
745ff14e
TV
7032019-10-16 Tom de Vries <tdevries@suse.de>
704
705 PR tdep/24104
706 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
707 Add KFAIL for PR tdep/25096.
708
03e1ab94
TV
7092019-10-16 Tom de Vries <tdevries@suse.de>
710
711 PR testsuite/25059
712 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
713
b17fcc10
TV
7142019-10-16 Tom de Vries <tdevries@suse.de>
715
716 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
717 as signed.
718
9223170f
SM
7192019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
720
721 * gdb.mi/list-thread-groups-available.exp: Read entries one by
722 one instead of increasing timeout.
723
d6e76313
TV
7242019-10-13 Tom de Vries <tdevries@suse.de>
725
726 PR record/25038
727 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
728 * gdb.reverse/sigall-reverse.exp: Same.
729 * gdb.reverse/solib-precsave.exp: Same.
730 * gdb.reverse/solib-reverse.exp: Same.
731 * gdb.reverse/step-precsave.exp: Same.
732 * gdb.reverse/until-precsave.exp: Same.
733 * gdb.reverse/until-reverse.exp: Same.
734 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
735
6dfc0041
AA
7362019-10-10 Andreas Arnez <arnez@linux.ibm.com>
737
738 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
739 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
740 (cmp_struct_05_01, cmp_struct_static_02_01)
741 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
742 comparisons.
743
abcf2cc8
TV
7442019-10-10 Tom de Vries <tdevries@suse.de>
745
746 PR testsuite/24888
747 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
748 gnatlink.
749
a50faaf6
TV
7502019-10-09 Tom de Vries <tdevries@suse.de>
751
752 PR testsuite/25048
753 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
754
60ff3cd7
AB
7552019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
756
757 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
758 exceptions due to missing debug information.
759
dfee8566
TV
7602019-10-07 Tom de Vries <tdevries@suse.de>
761
762 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
763
3d63690a
AB
7642019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
765
766 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
767 * gdb.base/annota1.exp: Update to use gdb_test_name.
768
30d1f018
WP
7692019-10-07 Weimin Pan <weimin.pan@oracle.com>
770
771 * gdb.base/ctf-whatis.exp: New file.
772 * gdb.base/ctf-whatis.c: New file.
773 * gdb.base/ctf-ptype.exp: New file.
774 * gdb.base/ctf-ptype.c: New file.
775 * gdb.base/ctf-constvars.exp: New file.
776 * gdb.base/ctf-constvars.c: New file.
777 * gdb.base/ctf-cvexpr.exp: New file.
778
4dbbb47c
TV
7792019-10-04 Tom de Vries <tdevries@suse.de>
780
781 * gdb.cp/local-static.c (main): Move declaration of int i out of the
782 for loop.
783
77c2dba3
TT
7842019-10-03 Tom Tromey <tom@tromey.com>
785
786 PR rust/24976:
787 * gdb.rust/simple.rs (Union2): New type.
788 (main): Use Union2.
789 * gdb.rust/simple.exp: Add test.
790
179aed7f
AB
7912019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
792
793 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
794 nested function prefix.
795
0a4b0913
AB
7962019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
797 Richard Bunt <richard.bunt@arm.com>
798 Andrew Burgess <andrew.burgess@embecosm.com>
799
800 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
801 nested functions.
802 * gdb.fortran/nested-funcs.f90: Update expected results.
803 * gdb.fortran/nested-funcs-2.exp: New file.
804 * gdb.fortran/nested-funcs-2.f90: New file.
805
082cce05
AB
8062019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
807
808 * gdb.python/py-parameter.exp: Make test names unique.
809 * gdb.python/py-template.exp: Likewise.
810 * gdb.python/py-value.exp: Likewise.
811
2b74ba5a
AB
8122019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
813
814 * gdb.base/break-interp.exp: Reduce test name duplication.
815 * gdb.base/call-sc.exp: Likewise.
816 * gdb.base/callfuncs.exp: Likewise.
817 * gdb.base/charset.exp: Likewise.
818 * gdb.base/dump.exp: Likewise.
819 * gdb.base/ena-dis-br.exp: Likewise.
820 * gdb.base/relational.exp: Likewise.
821 * gdb.base/step-over-syscall.exp: Likewise.
822 * gdb.base/structs.exp: Likewise.
823
58eb20d5
AB
8242019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
825
826 * gdb.linespec/explicit.exp: Make test names unique.
827 * gdb.linespec/ls-errs.exp: Likewise.
828
4d421147
AB
8292019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
830
831 * gdb.reverse/break-precsave.exp: Make test names unique.
832 * gdb.reverse/break-reverse.exp: Likewise.
833 * gdb.reverse/finish-precsave.exp: Likewise.
834 * gdb.reverse/finish-reverse.exp: Likewise.
835 * gdb.reverse/machinestate-precsave.exp: Likewise.
836 * gdb.reverse/machinestate.exp: Likewise.
837 * gdb.reverse/readv-reverse.exp: Likewise.
838 * gdb.reverse/recvmsg-reverse.exp: Likewise.
839 * gdb.reverse/sigall-precsave.exp: Likewise.
840 * gdb.reverse/sigall-reverse.exp: Likewise.
841 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
842 * gdb.reverse/watch-precsave.exp: Likewise.
843 * gdb.reverse/watch-reverse.exp: Likewise.
844
d8c06f22
AB
8452019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
846
847 * gdb.threads/stop-with-handle.c: New file.
848 * gdb.threads/stop-with-handle.exp: New file.
849
3a56ed86
TV
8502019-10-03 Tom de Vries <tdevries@suse.de>
851
852 PR testsuite/25059
853 * gdb.base/list-missing-source.exp: Allowing the "Compilation
854 directory" line to be missing.
855
42275044
TV
8562019-10-03 Tom de Vries <tdevries@suse.de>
857
858 PR testsuite/25059
859 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
860 type optional.
861
9ef62df0
AA
8622019-10-02 Andreas Arnez <arnez@linux.ibm.com>
863
864 * gdb.python/py-format-string.c (string.h): New include.
865 (main): Fill a_struct_with_union.the_union.an_int with bytes of
866 the same value, for endianness-independence.
867 * gdb.python/py-format-string.exp (default_regexp_dict)
868 (test_pretty_structs, test_format): Adjust expected output to the
869 changed initialization.
870
37f6a7f4
TT
8712019-10-02 Tom Tromey <tromey@adacore.com>
872
873 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
874
1d58d6a2
PA
8752019-10-02 Pedro Alves <palves@redhat.com>
876 Andrew Burgess <andrew.burgess@embecosm.com>
877
878 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
879 "print-file-var.h".
880 (this_version_id) Use ATTRIBUTE_VISIBILITY.
881 (get_version_1): Print this_version_id and its address.
882 Add extern "C" wrappers around interface functions.
883 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
884 "print-file-var.h".
885 (this_version_id) Use ATTRIBUTE_VISIBILITY.
886 (get_version_2): Print this_version_id and its address.
887 Add extern "C" wrappers around interface functions.
888 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
889 <stddef.h> and "print-file-var.h".
890 Add extern "C" wrappers around interface functions.
891 [VERSION_ID_MAIN] (this_version_id): Define.
892 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
893 * gdb.base/print-file-var.h: Add some #defines to simplify setting
894 up extern "C" blocks.
895 * gdb.base/print-file-var.exp (test): New, factored out from top
896 level.
897 (top level): Test all combinations of attribute hidden or not,
898 dlopen or not, and this_version_id symbol in main file or not.
899 Compile tests as both C++ and C, make test names unique.
900
d770d56f
TT
9012019-10-01 Tom Tromey <tom@tromey.com>
902
903 * gdb.base/style.exp: Test "show logging filename".
904
7f6aba03
TT
9052019-10-01 Tom Tromey <tom@tromey.com>
906
907 * lib/gdb-utils.exp (style): Handle "metadata" argument.
908 * gdb.base/style.exp: Add metadata style test.
909
14309bb6
TT
9102019-10-01 Tom Tromey <tom@tromey.com>
911
912 * gdb.base/style.exp: Test "pwd".
913
2a3c1174
PA
9142019-10-01 Tom Tromey <tom@tromey.com>
915
916 * gdb.base/style.exp: Update tests.
917
53d666ec
AA
9182019-10-01 Andreas Arnez <arnez@linux.ibm.com>
919
920 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
921 'six' to unsigned.
922 (s1): Initialize fields 'four' and 'six' instead of 'three' and
923 'five'. Use an all-ones bit pattern for each.
924 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
925 to its changed values.
926
4a56a520
TT
9272019-09-30 Tom Tromey <tromey@adacore.com>
928
929 * gdb.rust/traits.rs: Disable all warnings.
930
0df0352a
TV
9312019-09-29 Tom de Vries <tdevries@suse.de>
932
933 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
934
73d9a918
TV
9352019-09-29 Tom de Vries <tdevries@suse.de>
936
937 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
938
060b3ab4
TV
9392019-09-27 Tom de Vries <tdevries@suse.de>
940
941 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
942
68f7d34d
TV
9432019-09-27 Tom de Vries <tdevries@suse.de>
944
945 PR record/23188
946 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
947
5d63b30a
TT
9482019-09-26 Tom Tromey <tromey@adacore.com>
949
950 * gdb.ada/py_taft.exp: New file.
951 * gdb.ada/py_taft/main.adb: New file.
952 * gdb.ada/py_taft/pkg.adb: New file.
953 * gdb.ada/py_taft/pkg.ads: New file.
954
3d435220
TV
9552019-09-24 Tom de Vries <tdevries@suse.de>
956
957 PR gdb/24598
958 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
959
77d03678
TV
9602019-09-22 Tom de Vries <tdevries@suse.de>
961
962 * gdb.base/restore.exp: Allow register variables to be optimized out at
963 -O0.
964
abf516c6
UW
9652019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
966
967 * gdb.arch/spu-info.exp: Remove file.
968 * gdb.arch/spu-info.c: Remove file.
969 * gdb.arch/spu-ls.exp: Remove file.
970 * gdb.arch/spu-ls.c: Remove file.
971
972 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
973 * gdb.asm/spu.inc: Remove file.
974
975 * gdb.base/dump.exp: Remove support for spu*-*-*.
976 * gdb.base/stack-checking.exp: Likewise.
977 * gdb.base/overlays.exp: Likewise.
978 * gdb.base/ovlymgr.c: Likewise.
979 * gdb.base/spu.ld: Remove file.
980
981 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
982 * gdb.cp/cpexprs.exp: Likewise.
983 * gdb.cp/exception.exp: Likewise.
984 * gdb.cp/gdb2495.exp: Likewise.
985 * gdb.cp/mb-templates.exp: Likewise.
986 * gdb.cp/pr9167.exp: Likewise.
987 * gdb.cp/userdef.exp: Likewise.
988
989 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
990
991 * gdb.cell: Remove directory.
992 * lib/cell.exp: Remove file.
993
e452e88f
TV
9942019-09-19 Tom de Vries <tdevries@suse.de>
995
996 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
997
8a625130
TV
9982019-09-19 Tom de Vries <tdevries@suse.de>
999
1000 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1001
81dc3ab5
TV
10022019-09-19 Tom de Vries <tdevries@suse.de>
1003
1004 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1005 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1006 (gdb_target_cmd): ... here.
1007 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1008 value 2.
1009
b078f3ac
AB
10102019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1011
1012 * gdb.base/source-dir.exp: Avoid having directory names in test
1013 names.
1014
f1b620e9
MG
10152019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1018 directory.
1019
67f3ed6a
AB
10202019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1021
1022 * gdb.base/list-missing-source.exp: New file.
1023
d1b70248
TV
10242019-09-14 Tom de Vries <tdevries@suse.de>
1025
1026 PR teststuite/24599
1027 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1028 * lib/ada.exp (gnatmake_version_at_least): New proc.
1029
5fabdcd6
AB
10302019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1031
1032 * gdb.base/maint.exp: Use exec_has_index_section.
1033
aa17805f
AB
10342019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1035
1036 * gdb.base/maint.exp: Add test for 'maint info sections'.
1037
25e5c209
TV
10382019-09-12 Tom de Vries <tdevries@suse.de>
1039
1040 * gdb.base/store.exp: Allow register variables to be optimized out at
1041 -O0.
1042
4993045d
PW
10432019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1044
1045 * gdb.ada/rdv_wait.exp: Update to new task names.
1046 * gdb.base/task_switch_in_core.exp: Likewise.
1047 * gdb.base/info_sources_base.c: Likewise.
1048
8a516164
TT
10492019-09-10 Tom Tromey <tromey@adacore.com>
1050
1051 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1052
aa391654
TT
10532019-09-10 Tom Tromey <tromey@adacore.com>
1054
1055 * gdb.ada/dgopt.exp: New file.
1056 * gdb.ada/dgopt/x.adb: New file.
1057
8634b462
TT
10582019-09-08 Tom Tromey <tom@tromey.com>
1059
1060 * gdb.tui/resize.exp: Remove setup_xfail.
1061 * gdb.tui/regs.exp: Remove setup_xfail.
1062 * gdb.tui/basic.exp: Remove setup_xfail.
1063
736b0f76
DB
10642019-09-06 David Blaikie <dblaikie@gmail.com>
1065
1066 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1067 * gdb.cp/cplabel.exp: Ditto.
1068 * gdb.linespec/ls-errs.exp: Ditto.
1069
30331a6c
TV
10702019-09-05 Tom de Vries <tdevries@suse.de>
1071
1072 * lib/gdb.exp (cmp_file_string): New proc.
1073 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1074 runto_main. Verify save breakpoints output.
1075
98b0ebab
PW
10762019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1077
1078 * gdb.base/info-var.exp: Test info variables without running
1079 to main, to avoid expect's buffer overflow.
1080
4e962e74
TT
10812019-09-03 Tom Tromey <tromey@adacore.com>
1082
1083 * gdb.ada/bias.exp: New file.
1084 * gdb.ada/bias/bias.adb: New file.
1085 * gdb.ada/print_chars.exp: Add regression test.
1086 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1087 (MC): New variable.
1088
2ea1a07a
SL
10892019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1090
1091 * gdb.base/argv0-symlink.exp: Run only on native target
1092 and local host.
1093
8077c50d
TV
10942019-08-29 Tom de Vries <tdevries@suse.de>
1095
1096 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1097 diverse debug info.
1098 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1099
48352473
TV
11002019-08-28 Tom de Vries <tdevries@suse.de>
1101
1102 * gdb.base/info-var.exp: Allow info variables to print info for files
1103 other than info-var-f1.c and info-var-f2.c.
1104
d8f27c60
AB
11052019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1106
1107 * gdb.fortran/info-types.exp: Add module.
1108 * gdb.fortran/info-types.f90: Update expected results.
1109
1f20c35e
AB
11102019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1111
1112 * gdb.fortran/info-types.exp: New file.
1113 * gdb.fortran/info-types.f90: New file.
1114 * lib/fortran.exp (fortran_character1): New proc.
1115
4acfdd20
AB
11162019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1117
1118 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1119 functions'. Reindent as needed.
1120 * gdb.base/info-var-f1.c: New file.
1121 * gdb.base/info-var-f2.c: New file.
1122 * gdb.base/info-var.exp: New file.
1123 * gdb.base/info-var.h: New file.
1124
5c31b358
TV
11252019-08-26 Tom de Vries <tdevries@suse.de>
1126
1127 PR c++/24852
1128 * gdb.cp/no-libstdcxx-probe.exp: New test.
1129
b694989f
TV
11302019-08-26 Tom de Vries <tdevries@suse.de>
1131
1132 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1133 * tests need to be skipped.
1134 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1135 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1136 mi_skip_libstdcxx_probe_tests.
1137
d9c4ba53
SDJ
11382019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1139
1140 * gdb.python/py-xmethods.exp: Use raw strings when passing
1141 arguments to SimpleXMethodMatcher.
1142
395fad09
TV
11432019-08-22 Tom de Vries <tdevries@suse.de>
1144
1145 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1146 more informative.
1147
26c957f1
PA
11482019-08-21 Pedro Alves <palves@redhat.com>
1149
1150 * gdb.base/with.exp: Test "with" with no arguments.
1151
61f80d5d
TV
11522019-08-21 Tom de Vries <tdevries@suse.de>
1153
1154 * gdb.base/gdb-caching-proc.exp: Sort files.
1155
d7a11d13
TV
11562019-08-20 Tom de Vries <tdevries@suse.de>
1157
1158 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1159 compilation.
1160
34dafe9f
TV
11612019-08-16 Tom de Vries <tdevries@suse.de>
1162
1163 * gdb.base/compare-sections.exp ("after run to main"): Allow
1164 mismatched read-only sections for PIE executables.
1165
398fdd60
TT
11662019-08-16 Tom Tromey <tom@tromey.com>
1167
1168 * lib/tuiterm.exp (_csi_Z): New proc.
1169 * gdb.tui/basic.exp: Update window positions.
1170 * gdb.tui/empty.exp: Update window positions.
1171
d8f9e51c
SL
11722019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1173
1174 * gdb.base/examine-backward.exp: Correct regexp for
1175 "examine 3 bytes backward from ${address_zero}".
1176
3df505f6
TT
11772019-08-15 Tom Tromey <tom@tromey.com>
1178
1179 * gdb.tui/empty.exp: Enable resizing tests.
1180
272560b5
TT
11812019-08-15 Tom Tromey <tromey@adacore.com>
1182
1183 * gdb.ada/char_enum.exp: Add regression tests.
1184 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1185 and '0'.
1186 (Char, Gchar): Update.
1187 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1188
08235187
CB
11892019-08-15 Christian Biesinger <cbiesinger@google.com>
1190
1191 * gdb.python/python.exp: Expect a leading underscore on
1192 GdbOutput{,Error}File.
1193
22a2ab04
SL
11942019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1195
1196 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1197 Windows host.
1198
835b995b
SL
11992019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1200
1201 * gdb.base/batch-preserve-term-settings.exp
1202 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1203
97dd8e07
CB
12042019-08-15 Christian Biesinger <cbiesinger@google.com>
1205
1206 * lib/gdb.exp: When running on a mingw target, replace
1207 /x/ with x:/.
1208
75faf5c4
AH
12092019-08-14 Alan Hayward <alan.hayward@arm.com>
1210
1211 * gdb.arch/aarch64-prologue.c: New test.
1212 * gdb.arch/aarch64-prologue.exp: New file.
1213
abc6c00f
TV
12142019-08-13 Tom de Vries <tdevries@suse.de>
1215
1216 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1217 Thread.
1218
74c2c1f4
SL
12192019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1220
1221 * gdb.python/py-completion.exp: Download the .py file to the host
1222 and use its host pathname. Conditionalize tests that use
1223 tab completion and manipulate files on the build machine.
1224 * gdb.python/py-events.exp: Download the .py file to the host
1225 and use its host pathname.
1226 * gdb.python/py-evsignal.exp: Likewise.
1227 * gdb.python/py-evthreads.exp: Likewise.
1228 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1229 pathname syntax.
1230 * gdb.python/py-framefilter.exp: Download the .py file to the right
1231 place on the host. Match Windows pathname syntax.
1232 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1233 .py file to the host and use its host pathname.
1234 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1235 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1236 build pathname. Skip symlink test on Windows host. Add missing
1237 newline at end of file.
1238 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1239 and use its host pathname.
1240 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1241 * gdb.python/py-section-script.exp: Use host location of binfile
1242 on safe-path. Use correct path separator on Windows host.
1243 Reorder alternatives in gdb_test_multiple to prevent matching
1244 the wrong alternative on success.
1245 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1246
ca2589f3
PP
12472019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1248
1249 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1250 expect the GDB inferior to no longer immediately stop after
1251 being resumed with "signal SIGINT".
1252
020a839d
SL
12532019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1254
1255 * gdb.linespec/break-ask.exp: Generalize regexps to match
1256 Windows pathnames too.
1257
128d6509
TV
12582019-08-08 Tom de Vries <tdevries@suse.de>
1259
1260 PR testsuite/24862
1261 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1262
590042fc
PW
12632019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1264
1265 * gdb.base/style.exp: Update tests for help doc new invariants.
1266 * gdb.base/help.exp: Likewise.
1267
046bebe1
TT
12682019-08-06 Tom Tromey <tom@tromey.com>
1269
1270 * gdb.base/style.exp: Add disassemble test.
1271 * gdb.base/style.c (some_called_function): New function.
1272 (main): Use it.
1273
0b27c27d
CB
12742019-08-05 Christian Biesinger <cbiesinger@google.com>
1275
1276 * gdb.python/py-block.exp: Test dictionary access on blocks.
1277
580f1034
SM
12782019-08-05 Simon Marchi <simon.marchi@efficios.com>
1279
1280 PR gdb/24863
1281 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1282 -list-thread-groups --available test when running under
1283 check-read1.
1284
d86bd7cb
TV
12852019-08-05 Tom de Vries <tdevries@suse.de>
1286
1287 PR testsuite/24863
1288 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1289 * gdb.base/help.exp: Use with_read1_timeout_factor.
1290 * gdb.base/info-macros.exp: Same.
1291 * gdb.cp/nested-types.exp: Same.
1292
a80cf5d8
TV
12932019-08-05 Tom de Vries <tdevries@suse.de>
1294
1295 * lib/gdb.exp (version_at_least): Factor out of ...
1296 (tcl_version_at_least): ... here.
1297 (gdb_compile): Fail if pie results in non-PIE executable.
1298 (readelf_version, readelf_prints_pie): New proc.
1299 (exec_is_pie): Return -1 if unknown.
1300
d0962838
TV
13012019-08-05 Tom de Vries <tdevries@suse.de>
1302
1303 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1304
2252ff3d
SL
13052019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1306
1307 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1308
26655f53
SL
13092019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1310
1311 * lib/completion-support.exp (test_gdb_complete_none): Skip
1312 tab completion tests if no readline support.
1313 (test_gdb_complete_unique_re): Likewise.
1314 (test_gdb_complete_multiple): Likewise.
1315
db4dc13e
PW
13162019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1317
1318 * gdb.base/info_sources.exp: New file.
1319 * gdb.base/info_sources.c: New file.
1320 * gdb.base/info_sources_base.c: New file.
1321
0eba165a
PFC
13222019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1323
1324 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1325 prefix argument.
1326 (test_exit_status): Add prefix argument.
1327
59bd512b
TV
13282019-08-01 Tom de Vries <tdevries@suse.de>
1329
1330 PR testsuite/24863
1331 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1332 calling exp_continue for new thread and thread exited messages.
1333
2a3ad588
TV
13342019-08-01 Tom de Vries <tdevries@suse.de>
1335
1336 PR testsuite/24863
1337 * gdb.base/structs.exp: Fix check-read1 timeout using
1338 gdb_test_sequence.
1339 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1340
117eb594
TV
13412019-08-01 Tom de Vries <tdevries@suse.de>
1342
1343 PR testsuite/24863
1344 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1345 line.
1346
ed591340
TV
13472019-08-01 Tom de Vries <tdevries@suse.de>
1348
1349 PR testsuite/24863
1350 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1351
aa3b6533
TT
13522019-07-30 Tom Tromey <tromey@adacore.com>
1353
1354 * gdb.ada/display_nested.exp: New file.
1355 * gdb.ada/display_nested/foo.adb: New file.
1356 * gdb.ada/display_nested/pack.adb: New file.
1357 * gdb.ada/display_nested/pack.ads: New file.
1358
2906593f
CB
13592019-07-30 Christian Biesinger <cbiesinger@google.com>
1360
1361 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1362 namespace.
1363 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1364
0f575925
TV
13652019-07-30 Tom de Vries <tdevries@suse.de>
1366
1367 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1368 instead.
1369
b13057d9
TV
13702019-07-30 Tom de Vries <tdevries@suse.de>
1371
1372 PR testsuite/24834
1373 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1374 (exec_is_pie): New proc.
1375
5c4dde85
CB
13762019-07-29 Christian Biesinger <cbiesinger@google.com>
1377
1378 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1379
c620ed88
CB
13802019-07-29 Christian Biesinger <cbiesinger@google.com>
1381
1382 * gdb.python/py-objfile.c: Add global and static vars.
1383 * gdb.python/py-objfile.exp: Test new functions Objfile.
1384 lookup_global_symbol and lookup_static_symbol.
1385
3d235706
TT
13862019-07-29 Tom Tromey <tom@tromey.com>
1387
1388 * lib/tuiterm.exp (Term::_csi_@): New proc.
1389 (Term::_csi_X): Don't move cursor.
1390
c7e4c0a6
PW
13912019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1392
1393 * gdb.base/options.exp: Update backtrace - completion to
1394 new option -frame-info.
1395 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1396 Test new 'set print frame-info'. Test backtrace -frame-info
1397 overriding 'set print frame-info'.
1398 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1399 Test new 'set print frame-info'.
1400 Verify consistency of backtrace with and without filters, with and
1401 without -no-filters.
1402 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1403 default.
1404
de28a3b7
TV
14052019-07-29 Tom de Vries <tdevries@suse.de>
1406
1407 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1408 no arguments".
1409
507dd60e
TV
14102019-07-29 Tom de Vries <tdevries@suse.de>
1411
1412 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1413 is a substring of the first for "complete non-unique file name".
1414
5beafce9
TV
14152019-07-29 Tom de Vries <tdevries@suse.de>
1416
1417 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1418 with ".*".
1419
2d274232
TV
14202019-07-29 Tom de Vries <tdevries@suse.de>
1421
1422 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1423 Pass prompt_regexp parameter to gdb_test_multiple calls.
1424
9197cd8b
TV
14252019-07-29 Tom de Vries <tdevries@suse.de>
1426
1427 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1428 print registers" regexps.
1429
b528dae0
TV
14302019-07-29 Tom de Vries <tdevries@suse.de>
1431
1432 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1433
d17725d7
TV
14342019-07-29 Tom de Vries <tdevries@suse.de>
1435
1436 PR gdb/24855
1437 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1438 (skip_python_tests_prompt): Add prompt_regexp argument to
1439 gdb_test_multiple calls.
1440
52b75bf1
TT
14412019-07-27 Tom Tromey <tom@tromey.com>
1442
1443 * gdb.tui/main.exp: New file.
1444
2b1d00c2
TT
14452019-07-27 Tom Tromey <tom@tromey.com>
1446
1447 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1448 optional.
1449 * gdb.tui/empty.exp: New file.
1450
ded631d5
TT
14512019-07-27 Tom Tromey <tom@tromey.com>
1452
1453 * lib/tuiterm.exp (spawn): New proc.
1454 (Term::resize): New proc.
1455 * gdb.tui/resize.exp: New file.
1456
58ac439d
TT
14572019-07-27 Tom Tromey <tom@tromey.com>
1458
1459 * gdb.tui/list.exp: New file.
1460
fe1f56ee
TT
14612019-07-27 Tom Tromey <tom@tromey.com>
1462
1463 * gdb.tui/regs.exp: New file.
1464
f790b310
TT
14652019-07-27 Tom Tromey <tom@tromey.com>
1466
1467 * gdb.tui/basic.exp: Add "layout split" test.
1468
d95fc6ee
TT
14692019-07-27 Tom Tromey <tom@tromey.com>
1470
1471 * gdb.tui/basic.exp: Add "layout asm" test.
1472
c3786b3a
TT
14732019-07-27 Tom Tromey <tom@tromey.com>
1474
1475 * lib/tuiterm.exp: New file.
1476 * gdb.tui/basic.exp: New file.
1477
98a617f8
KB
14782019-07-27 Kevin Buettner <kevinb@redhat.com>
1479
1480 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1481 Enable tests associated with this flag. Adjust regex
1482 referencing "foo_low" to now refer to "foo_cold" instead.
1483
5c076da4
KB
14842019-07-27 Kevin Buettner <kevinb@redhat.com>
1485
1486 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1487 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1488 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1489 foo_cold. Revise comments to match.
1490 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1491 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1492 were wrapped into this proc; Call do_test in loop from outermost
1493 level.
1494 (foo_low): Rename all occurrences to "foo_cold".
1495 (backtrace from baz): New test.
1496 (x2/i foo_cold): New test.
1497 (info line *foo_cold): New test.
1498
1512d3b7
TV
14992019-07-26 Tom de Vries <tdevries@suse.de>
1500
1501 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1502
297989a1
TV
15032019-07-25 Tom de Vries <tdevries@suse.de>
1504
1505 PR testsuite/24830
1506 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1507 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1508 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1509 (skip_libstdcxx_probe_tests): ... here.
1510 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1511
b3b965fb
TV
15122019-07-24 Tom de Vries <tdevries@suse.de>
1513
1514 PR testsuite/24807
1515 * gdb.objc/basicclass.m: Include stdio.h.
1516 * gdb.objc/nondebug.m: Same.
1517 * gdb.objc/objcdecode.m: Same.
1518
4625b4d0
TV
15192019-07-24 Tom de Vries <tdevries@suse.de>
1520
1521 PR testsuite/24612
1522 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1523 additional_flags.
1524
024a5840
TV
15252019-07-24 Tom de Vries <tdevries@suse.de>
1526
1527 PR testsuite/24831
1528 * gdb.multi/tids.exp: Update error messages for info threads.
1529
c76ddaa3
TV
15302019-07-24 Tom de Vries <tdevries@suse.de>
1531
1532 * gdb.base/info-types.exp: Allow info types to print info for more than
1533 one file.
1534
9a618ef6
TV
15352019-07-23 Tom de Vries <tdevries@suse.de>
1536
1537 PR testsuite/24842
1538 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1539 gdb_spawn_with_cmdline_opts.
1540
40eadf04
SP
15412019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1542
1543 * gdb.arch/arm-cmse-sgstubs.c: New test.
1544 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1545
5ba29434
TV
15462019-07-23 Tom de Vries <tdevries@suse.de>
1547
1548 PR testsuite/24711
1549 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1550 issuing next command.
1551
a8e9d247
AB
15522019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1553
1554 * gdb.ada/info_auto_lang.exp: Update expected results.
1555 * gdb.base/info-types.c: Add additional types to check.
1556 * gdb.base/info-types.exp: Update expected results.
1557
eb86c5e2
AB
15582019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1559
1560 * gdb.base/info-types.c: New file.
1561 * gdb.base/info-types.exp: New file.
1562
01e175fe
AB
15632019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1564
1565 * gdb.arch/riscv-bp-infcall.c: New file.
1566 * gdb.arch/riscv-bp-infcall.exp: New file.
1567
6b78c3f8
AB
15682019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1569
1570 PR breakpoints/24541
1571 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1572
da738167
TV
15732019-07-14 Tom de Vries <tdevries@suse.de>
1574
1575 PR testsuite/24760
1576 * gdb.objc/basicclass.exp: Fix unterminated string.
1577
0d4e84ed
AB
15782019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1579 Andrew Burgess <andrew.burgess@embecosm.com>
1580
1581 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1582 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1583 negative bounds.
1584 * gdb.fortran/vla-value.exp: Print elements of an array with
1585 negative bounds.
1586 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1587 testing.
1588
021d8588
AB
15892019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1590
1591 * gdb.base/options.exp (expect_string): Dequote strings in
1592 results.
1593 (test-string): Test strings with different quoting and reindent.
1594
f06f1252
TT
15952019-07-10 Tom Tromey <tromey@adacore.com>
1596
1597 * gdb.ada/mi_ex_cond.exp: Update expected results.
1598 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1599 * gdb.ada/mi_catch_ex.exp: Update expected results.
1600 * gdb.ada/mi_catch_assert.exp: Update expected results.
1601 * gdb.ada/catch_ex.exp (catch_exception_info)
1602 (catch_exception_entry, catch_assert_entry)
1603 (catch_unhandled_entry): Update.
1604 * gdb.ada/catch_assert_if.exp: Update expected results.
1605
b863685d
RB
16062019-07-10 Richard Bunt <richard.bunt@arm.com>
1607 Stephen Roberts <stephen.roberts@arm.com>
1608
1609 * gdb.base/define.exp: Restore original prompt.
1610
cb1e4e32
PA
16112019-07-09 Pedro Alves <palves@redhat.com>
1612
1613 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1614 breakpoints" output.
1615 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1616 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1617 throw" creates breakpoint.
1618 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1619 'type="catchpoint"'.
1620
b58a68fe
PA
16212019-07-09 Pedro Alves <palves@redhat.com>
1622
1623 PR c++/15468
1624 * gdb.cp/except-multi-location-lib.cc: New.
1625 * gdb.cp/except-multi-location-main.cc: New.
1626 * gdb.cp/except-multi-location.exp: New.
1627
0826779b
PW
16282019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1629
1630 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1631 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1632 argument and update callers.
1633
5b0e2db4
AB
16342019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1635
1636 * gdb.arch/amd64-break-on-asm-line.S: New file.
1637 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1638
1f6f6e21
PW
16392019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1640
1641 * gdb.base/printcmds.exp: Test printing C string and
1642 C wide string convenience vars without transiting via the inferior.
1643 Also make test names unique.
1644
ea142fbf
AH
16452019-07-08 Alan Hayward <alan.hayward@arm.com>
1646
5862c886 1647 PR breakpoints/25011
ea142fbf
AH
1648 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1649
213fd9fa
PA
16502019-07-04 Pedro Alves <palves@redhat.com>
1651
1652 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1653 body returned ok(0), break(3) or continue(4).
1654 * gdb.testsuite/foreach_with_prefix.exp: New file.
1655
2b40fda7
AH
16562019-07-04 Alan Hayward <alan.hayward@arm.com>
1657
1658 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1659
a26c8de0
PA
16602019-07-03 Pedro Alves <palves@redhat.com>
1661
1662 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1663 "return -code".
1664
5f4ba3e7
PA
16652019-07-03 Pedro Alves <palves@redhat.com>
1666
1667 PR cli/24732
1668 * gdb.base/shell.exp: Load completion-support.exp.
1669 Adjust expected error output. Add completion tests.
1670
a994424f
PA
16712019-07-03 Pedro Alves <palves@redhat.com>
1672
1673 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1674 string_to_regexp.
1675
3d9be6f5
PA
16762019-07-03 Pedro Alves <palves@redhat.com>
1677
1678 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1679 (expect_integer): Adjust to expect "-string".
1680 (expect_string): New.
1681 (all_options): Expect "-string".
1682 (test-flag, test-boolean): Adjust to expect "-string".
1683 (test-string): New proc.
1684 (top level): Call it.
1685
41fc454c
PA
16862019-07-03 Pedro Alves <palves@redhat.com>
1687
1688 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1689 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1690 the expected output in the success.
1691
b2b2a215
PA
16922019-07-03 Pedro Alves <palves@redhat.com>
1693
1694 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1695 Split one gdb_test_multiple call in two to avoid a race.
1696
fdbc9870
PA
16972019-07-03 Pedro Alves <palves@redhat.com>
1698
1699 * gdb.base/with.c: New file.
1700 * gdb.base/with.exp: New file.
1701
c6ac8931
PA
17022019-07-03 Pedro Alves <palves@redhat.com>
1703
1704 * gdb.base/settings.exp: Replace all references to "maint
1705 test-settings set" with references to "maint set test-settings",
1706 and all references to "maint test-settings show" with references
1707 to "maint show test-settings".
1708
970f9d09
PA
17092019-07-03 Pedro Alves <palves@redhat.com>
1710
1711 * gdb.base/settings.exp (test-string): Adjust expected out when
1712 testing "maint test-settings show filename"
1713
54d66006
PA
17142019-07-02 Pedro Alves <palves@redhat.com>
1715
1716 * gdb.base/options.exp (test-info-threads): New procedure.
1717 (top level): Call it.
1718
10d06d82
TT
17192019-06-28 Tom Tromey <tromey@adacore.com>
1720
1721 * gdb.dwarf2/ada-linkage-name.c: New file.
1722 * gdb.dwarf2/ada-linkage-name.exp: New file.
1723
3d507ff2
TT
17242019-06-27 Tom Tromey <tromey@adacore.com>
1725
d039f014 1726 PR c++/20020:
3d507ff2
TT
1727 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1728
8af58ffe
TV
17292019-06-26 Tom de Vries <tdevries@suse.de>
1730
1731 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1732
22e21752
TV
17332019-06-26 Tom de Vries <tdevries@suse.de>
1734
1735 * gdb.base/index-cache.exp: Add back missing debug option.
1736
b65b566c
PW
17372019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1738
1739 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1740
5c2c8c69
TV
17412019-06-25 Tom de Vries <tdevries@suse.de>
1742
1743 PR testsuite/24727
1744 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1745
164e3873
TV
17462019-06-24 Tom de Vries <tdevries@suse.de>
1747
1748 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1749
824eacee
TV
17502019-06-24 Tom de Vries <tdevries@suse.de>
1751
1752 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1753 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1754 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1755
385b97d3
TV
17562019-06-24 Tom de Vries <tdevries@suse.de>
1757
1758 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1759
c596f180
TV
17602019-06-21 Tom de Vries <tdevries@suse.de>
1761
1762 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1763
b13a7d03
TV
17642019-06-21 Tom de Vries <tdevries@suse.de>
1765
1766 PR testsuite/24518
1767 PR ada/24713
1768 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1769 index.
1770
899277ae
TT
17712019-06-19 Tom Tromey <tromey@adacore.com>
1772
1773 * gdb.ada/length_cond.exp: Add intro comment.
1774
680e1bee
TT
17752019-06-19 Tom Tromey <tromey@adacore.com>
1776
1777 * gdb.ada/length_cond.exp: New file.
1778 * gdb.ada/length_cond/length_cond.adb: New file.
1779 * gdb.ada/length_cond/pck.adb: New file.
1780 * gdb.ada/length_cond/pck.ads: New file.
1781
0ed4690a
TV
17822019-06-18 Tom de Vries <tdevries@suse.de>
1783
1784 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1785
d20ed5fd
TT
17862019-06-18 Tom Tromey <tromey@adacore.com>
1787
1788 * gdb.base/list0.h: Add comment explaining control character.
1789
86e04673
TV
17902019-06-18 Tom de Vries <tdevries@suse.de>
1791
1792 * boards/fission.exp: Break up long debug_flags line.
1793
c4973306
SM
17942019-06-16 Tom de Vries <tdevries@suse.de>
1795
1796 PR gdb/24445
1797 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1798 generated index.
1799
93cb9841
AB
18002019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1801
1802 PR gdb/24686
1803 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1804 improve detection of bug gdb/24541.
1805
399aaebd
SM
18062019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1807
1808 PR gdb/24669
1809 * gdb.base/index-cache.exp (uses_readnow,
1810 expecting_index_cache_use): Define global variable.
1811 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1812 expecting_index_cache_use.
1813
584a927c
AB
18142019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1815 Andrew Burgess <andrew.burgess@embecosm.com>
1816
1817 * gdb.fortran/pointers.f90: New file.
1818 * gdb.fortran/print_type.exp: New file.
1819 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1820 * gdb.fortran/vla-type.exp: Likewise.
1821 * gdb.fortran/vla-value.exp: Likewise.
1822 * gdb.mi/mi-vla-fortran.exp: Likewise.
1823
30056ea0
AB
18242019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1825
1826 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1827 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1828 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1829 as a stop reason.
1830
ec8e2b6d
AB
18312019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1832
1833 * gdb.base/annota1.exp: Update expected results.
1834 * gdb.cp/annota2.exp: Likewise.
1835 * gdb.cp/annota3.exp: Likewise.
1836
09e4c4e1
AB
18372019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1838
1839 * gdb.base/style-logging.exp: Remove path from test name.
1840
0735b091
TT
18412019-06-14 Tom Tromey <tromey@adacore.com>
1842
1843 PR gdb/24502:
1844 * gdb.base/style-logging.exp: New file.
1845
f5686554
TT
18462019-06-14 Tom Tromey <tromey@adacore.com>
1847
1848 * gdb.base/symfile-warn.exp: New file.
1849 * gdb.base/symfile-warn.c: New file.
1850
a0c1ffed
TT
18512019-06-14 Tom Tromey <tromey@adacore.com>
1852
1853 * gdb.base/annotate-symlink.exp: New file.
1854
f411722c
TT
18552019-06-14 Tom Tromey <tromey@adacore.com>
1856
1857 * gdb.ada/set_wstr.exp: Add reassignment test.
1858
4268ec18
TT
18592019-06-14 Tom Tromey <tromey@adacore.com>
1860
1861 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1862 'unchecked_access and 'unrestricted_access as well.
1863
9a9e394b
TT
18642019-06-14 Tom Tromey <tromey@adacore.com>
1865
1866 PR ada/24539:
1867 * gdb.ada/vla.exp: Update tests.
1868 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1869 pragma.
1870
4c048731
PA
18712019-06-13 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.base/settings.exp (test-integer): Test junk after
1874 "unlimited".
1875
6665660a
PA
18762019-06-13 Pedro Alves <palves@redhat.com>
1877
1878 * gdb.base/options.exp (test-thread-apply): New.
1879 (top level): Call it.
1880
5d707134
PA
18812019-06-13 Pedro Alves <palves@redhat.com>
1882
1883 * gdb.base/options.exp (test-frame-apply): New.
1884 (top level): Test print commands with different "frame apply"
1885 prefixes.
1886
e2a689da
PA
18872019-06-13 Pedro Alves <palves@redhat.com>
1888
e79be6e5 1889 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1890 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1891 'max_completions' parameter and handle it.
1892 (test_gdb_completion_offers_commands): New.
1893
90a1ef87
PA
18942019-06-13 Pedro Alves <palves@redhat.com>
1895
1896 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1897
d4c16835
PA
18982019-06-13 Pedro Alves <palves@redhat.com>
1899
1900 * gdb.base/options.exp (test-backtrace): New.
1901 (top level): Call it.
1902
2daf894e
PA
19032019-06-13 Pedro Alves <palves@redhat.com>
1904
1905 * gdb.guile/scm-frame-args.exp: Use "set print
1906 raw-frame-arguments" instead of "set print raw frame-arguments".
1907 * gdb.python/py-frame-args.exp: Likewise.
1908
e6ed716c
PA
19092019-06-13 Pedro Alves <palves@redhat.com>
1910
1911 * gdb.compile/compile.exp: Adjust expected output to option
1912 processing changes.
1913
7d8062de
PA
19142019-06-13 Pedro Alves <palves@redhat.com>
1915
1916 * gdb.base/options.exp: Build executable.
1917 (test-print): New procedure.
1918 (top level): Call it, once for "print" and another for "compile
1919 print".
1920
9d0faba9
PA
19212019-06-13 Pedro Alves <palves@redhat.com>
1922
1923 * gdb.base/options.c: New file.
1924 * gdb.base/options.exp: New file.
1925
dee7b4c8
PA
19262019-06-13 Pedro Alves <palves@redhat.com>
1927
1928 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1929 that "o" is ambiguous.
1930
dca0f6c0
PA
19312019-06-13 Pedro Alves <palves@redhat.com>
1932
1933 * gdb.base/settings.c: New file.
1934 * gdb.base/settings.exp: New file.
1935
ccf46844
PA
19362019-06-13 Pedro Alves <palves@redhat.com>
1937
1938 * gdb.base/completion.exp: Fix comment typo.
1939
b9a3f842
PA
19402019-06-13 Pedro Alves <palves@redhat.com>
1941
1942 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1943 foo --1" test.
1944
d106773e
PA
19452019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1946
1947 * gdb.fortran/block-data.f: New.
1948 * gdb.fortran/block-data.exp: New.
1949
fea82da0
TV
19502019-06-11 Tom de Vries <tdevries@suse.de>
1951
1952 PR testsuite/24521
1953 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1954 message.
1955
8c2e74f1
TV
19562019-06-11 Tom de Vries <tdevries@suse.de>
1957
1958 PR testsuite/24521
1959 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1960
b49851c8
TV
19612019-06-11 Tom de Vries <tdevries@suse.de>
1962
1963 * boards/readnow.exp: New file.
1964
a7067863
AB
19652019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1966
1967 * gdb.fortran/vla-sizeof.exp: Update expected results.
1968
1a3da2cd
AB
19692019-06-06 Amos Bird <amosbird@gmail.com>
1970
1971 * gdb.base/annota1.exp (thread_switch): Add test for
1972 thread-exited annotation.
1973
3847a7bf
TT
19742019-06-06 Tom Tromey <tromey@adacore.com>
1975
1976 * gdb.base/maint.exp: Expect command started/finished output.
1977
0088ba59
AB
19782019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1979
1980 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1981 comment.
1982 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1983
312617a3
AB
19842019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1985
1986 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1987 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1988 * gdb.arch/riscv-unwind-long-insn.c: New file.
1989 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1990
e1f2e1a2
CB
19912019-06-04 Christian Biesinger <cbiesinger@google.com>
1992
d3238f7d 1993 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1994
206584bd
PW
19952019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1996
1997 * lib/gdb.exp (help_list_trailer): New regexp variable
1998 factorizing the help trailer message.
1999 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2000 arg to allow to better factorize various tests.
2001 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2002 (test_prefix_command_help): Use help_list_trailer.
2003 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2004 * gdb.guile/scm-cmd.exp: Likewise.
2005 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2006 * gdb.base/help.exp: Use test_user_defined_class_help.
2007 * gdb.base/style.exp: Add tests for styling of help and apropos.
2008 * lib/gdb-utils.exp (style): Add title and highlight styles.
2009
708dc93e
PW
20102019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2011
2012 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2013 $_shell_exitsignal.
2014 * gdb.base/default.exp: Update for new convenience variables.
2015
f49055a5
TT
20162019-05-29 Tom Tromey <tromey@adacore.com>
2017
2018 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2019 to "break complete ada" test case's regexp.
2020
4330d61d
TT
20212019-05-29 Tom Tromey <tromey@adacore.com>
2022
2023 PR c++/20020:
2024 * gdb.cp/constexpr-field.exp: New file.
2025 * gdb.cp/constexpr-field.cc: New file.
2026
000439d5
TT
20272019-05-29 Tom Tromey <tromey@adacore.com>
2028
2029 * gdb.base/finish.exp (finish_no_print): New proc.
2030 (finish_tests): Call it.
2031
5a01c34c
TV
20322019-05-24 Tom de Vries <tdevries@suse.de>
2033
2034 * gdb.dwarf2/gdb-add-index.exp: New file.
2035
18125b16
TT
20362019-05-22 Tom Tromey <tromey@adacore.com>
2037
2038 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2039 * gdb.base/style.exp: Use "style".
2040 * lib/gdb-utils.exp (style): New proc.
2041
af1a8d03
TV
20422019-05-22 Tom de Vries <tdevries@suse.de>
2043
2044 * gdb.base/align.exp: Require c++11.
2045
e7fe496b
TV
20462019-05-22 Tom de Vries <tdevries@suse.de>
2047
2048 PR testsuite/24586
2049 * gdb.python/py-mi-var-info-path-expression.exp: Call
2050 mi_skip_python_tests to check if python is supported.
2051
8fca4da0
AH
20522019-05-22 Alan Hayward <alan.hayward@arm.com>
2053
2054 * gdb.arch/aarch64-pauth.c: New test.
2055 * gdb.arch/aarch64-pauth.exp: New file.
2056
b7060614
AH
20572019-05-22 Alan Hayward <alan.hayward@arm.com>
2058
2059 * README (Re-running Tests Outside The Testsuite): New section.
2060
669d0468
TV
20612019-05-21 Tom de Vries <tdevries@suse.de>
2062
2063 * gdb.arch/amd64-eval.exp: Require c++11.
2064 * gdb.base/max-depth.exp: Same.
2065 * gdb.compile/compile-cplus-array-decay.exp: Same.
2066 * gdb.cp/meth-typedefs.exp: Same.
2067 * gdb.cp/subtypes.exp: Same.
2068 * gdb.cp/temargs.exp: Same.
2069
ce3ebcaa
AH
20702019-05-21 Alan Hayward <alan.hayward@arm.com>
2071
2072 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2073
34d11c68
AB
20742019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2075
2076 PR gdb/18644
2077 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2078 * gdb.fortran/printing-types.exp: Add new test.
2079 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2080 testing.
2081 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2082 setup_kfail call.
2083
87781e84
AH
20842019-05-17 Alan Hayward <alan.hayward@arm.com>
2085
2086 * README (Running the Testsuite): Change example.
2087 (Testsuite Parameters): Remove TRANSCRIPT.
2088 * lib/gdb.exp: Remove TRANSCRIPT check.
2089
b420b89e
AH
20902019-05-17 Alan Hayward <alan.hayward@arm.com>
2091
2092 * README (Testsuite Parameters): Add replay logging to
2093 GDBSERVER_DEBUG.
2094 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2095 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2096 as a comma separated list.
2097 (gdb_debug_init): Override procedure.
2098
408e9b8b
AH
20992019-05-17 Alan Hayward <alan.hayward@arm.com>
2100
2101 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2102 (gdb_write_cmd_file): New procedure.
2103 * lib/gdbserver-support.exp (gdbserver_start): Call
2104 gdbserver_write_cmd_file.
2105 (gdbserver_write_cmd_file): New procedure.
2106
f9e2e39d
AH
21072019-05-17 Alan Hayward <alan.hayward@arm.com>
2108
2109 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2110 (delete_breakpoints): Likewise.
2111 (gdb_run_cmd): Likewise.
2112 (gdb_start_cmd): Likewise.
2113 (gdb_starti_cmd): Likewise.
2114 (gdb_internal_error_resync): Likewise.
2115 (gdb_test_multiple): Likewise.
2116 (gdb_reinitialize_dir): Likewise.
2117 (default_gdb_exit): Likewise.
2118 (gdb_file_cmd): Mark kill as optional.
2119 (default_gdb_start): Call gdb_stdin_log_init.
2120 (send_gdb): Call gdb_stdin_log_write.
2121 (rerun_to_main): Mark Y as an answer.
2122 (gdb_stdin_log_init): New function.
2123 (gdb_stdin_log_write): Likewise.
2124
81f47ac2
AH
21252019-05-17 Alan Hayward <alan.hayward@arm.com>
2126
2127 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2128 * gdb.base/debug-expr.exp: Likewise.
2129 * gdb.base/foll-fork.exp: Likewise.
2130 * gdb.base/foll-vfork.exp: Likewise.
2131 * gdb.base/fork-print-inferior-events.exp: Likewise.
2132 * gdb.base/gdb-sigterm.exp: Likewise.
2133 * gdb.base/gdbinit-history.exp: Likewise.
2134 * gdb.base/osabi.exp: Likewise.
2135 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2136 * gdb.base/ui-redirect.exp: Likewise.
2137 * gdb.gdb/unittest.exp: Likewise.
2138 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2139 * gdb.mi/mi-watch.exp: Likewise.
2140 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2141 * gdb.mi/user-selected-context-sync.exp: Likewise.
2142 * gdb.python/python.exp: Disable debug test when debugging.
2143 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2144 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2145 Likewise.
2146 * gdb.threads/stepi-random-signal.exp: Likewise.
2147
29b52314
AH
21482019-05-17 Alan Hayward <alan.hayward@arm.com>
2149
2150 * Makefile.in: Pass through GDB_DEBUG.
2151 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2152 (gdb,debug): Add board setting.
2153 * lib/gdb.exp (default_gdb_start): Start debugging.
2154 (gdb_debug_enabled): New procedure.
2155 (gdb_debug_init): Likewise.
29b52314
AH
2156
21572019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 2158
29b52314
AH
2159 * Makefile.in: Pass through GDB_DEBUG.
2160 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2161 (gdb,debug): Add board setting.
2162 * lib/gdb.exp (default_gdb_start): Start debugging.
2163 (gdb_debug_enabled): New procedure.
2164 (gdb_debug_init): Likewise.
29b52314 2165
ca1285d1
AH
21662019-05-17 Alan Hayward <alan.hayward@arm.com>
2167
2168 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2169
f3a09c80
AH
21702019-05-17 Alan Hayward <alan.hayward@arm.com>
2171
2172 * gdb.base/ui-redirect.exp: Test redirection.
2173
26648588
JV
21742019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2175
2176 * gdb.mi/mi-complete.exp: New file.
2177 * gdb.mi/mi-complete.cc: Likewise.
2178
14237686
AB
21792019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2180
2181 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2182 indexed and sliced arrays, and pointers to arrays.
2183
e7bd7fba
TT
21842019-05-14 Tom Tromey <tromey@adacore.com>
2185
2186 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2187 styling test.
2188
2764128d
TV
21892019-05-14 Tom de Vries <tdevries@suse.de>
2190
2191 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2192 selection entry encoding.
2193
71bed2db
TT
21942019-05-10 Tom Tromey <tromey@adacore.com>
2195
2196 * gdb.ada/info_exc.exp: Add "complete" test.
2197
63b667ad
TV
21982019-05-09 Tom de Vries <tdevries@suse.de>
2199
2200 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2201 CU-relative.
2202
9cfd2b89
TV
22032019-05-09 Tom de Vries <tdevries@suse.de>
2204
2205 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2206 CU-relative.
2207
2228ef77
XR
22082019-05-08 Joel Brobecker <brobecker@adacore.com>
2209
2210 * gdb.ada/frame_arg_lang.exp: New testcase.
2211 * gdb.ada/frame_arg_lang/bla.adb: New file.
2212 * gdb.ada/frame_arg_lang/pck.ads: New file.
2213 * gdb.ada/frame_arg_lang/pck.adb: New file.
2214 * gdb.ada/frame_arg_lang/foo.c: New file.
2215
80e55b13
TT
22162019-05-08 Tom Tromey <tromey@adacore.com>
2217
2218 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2219
9d3421af
TT
22202019-05-08 Tom Tromey <tromey@adacore.com>
2221
2222 * gdb.base/ptype-offsets.exp: Update tests.
2223
844333e2
TT
22242019-05-08 Tom Tromey <tromey@adacore.com>
2225
2226 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2227 cases.
2228 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2229 "short".
2230
988915ee
TT
22312019-05-08 Tom Tromey <tromey@adacore.com>
2232
2233 * gdb.ada/vla.exp: New file.
2234 * gdb.ada/vla/vla.adb: New file.
2235
7bd55dac
TV
22362019-05-07 Tom de Vries <tdevries@suse.de>
2237
2238 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2239
75f06e9d
TV
22402019-05-07 Tom de Vries <tdevries@suse.de>
2241
2242 PR testsuite/24522
2243 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2244 section.
2245
77e7aaa4
TV
22462019-05-07 Tom de Vries <tdevries@suse.de>
2247
2248 PR testsuite/24522
2249 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2250 .debug_aranges section.
2251
456ba0fa
TV
22522019-05-07 Tom de Vries <tdevries@suse.de>
2253
2254 PR testsuite/24159
2255 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2256
5a56d6a6
TV
22572019-05-06 Tom de Vries <tdevries@suse.de>
2258
2259 * lib/gdb.exp (exec_has_index_section): New proc.
2260 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2261 section.
2262
9d6d4be8
TV
22632019-05-04 Tom de Vries <tdevries@suse.de>
2264
2265 * boards/cc-with-debug-names.exp: New file.
2266
222a8d25
TT
22672019-05-03 Tom Tromey <tromey@adacore.com>
2268
2269 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2270 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2271 * gdb.ada/char_enum.exp: Add test.
2272
0fdfd794
TV
22732019-05-03 Tom de Vries <tdevries@suse.de>
2274
2275 * boards/cc-with-gdb-index.exp: New file.
2276
80062eb9
AB
22772019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2278
2279 * gdb.rust/simple.exp: Add new test case.
2280 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2281 (main): Initialise an instance of the new struct.
2282
4504bbde
TT
22832019-05-01 Tom Tromey <tromey@adacore.com>
2284
2285 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2286 record.
2287 (NPR): New variable.
2288 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2289 test.
2290
d48e62f4
TT
22912019-05-01 Tom Tromey <tromey@adacore.com>
2292
2293 * gdb.ada/packed_array_assign.exp: Add packed assignment
2294 regression test.
2295
f59f30f5
TV
22962019-05-01 Tom de Vries <tdevries@suse.de>
2297
2298 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2299
b70bfc54
TV
23002019-05-01 Tom de Vries <tdevries@suse.de>
2301
2302 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2303
15f18d14
AT
23042019-04-30 Ali Tamur <tamur@google.com>
2305
2306 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2307
2ff0a947
TT
23082019-04-30 Tom Tromey <tromey@adacore.com>
2309
2310 * lib/ada.exp (find_ada_tool): New proc.
2311 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2312 * gdb.ada/catch_ex_std.exp: New file.
2313 * gdb.ada/catch_ex_std/foo.adb: New file.
2314 * gdb.ada/catch_ex_std/some_package.adb: New file.
2315 * gdb.ada/catch_ex_std/some_package.ads: New file.
2316
a776957c
TT
23172019-04-30 Tom Tromey <tromey@adacore.com>
2318
2319 PR c++/24470:
2320 * gdb.cp/temargs.cc: Add test code from PR.
2321
bc68014d
AB
23222019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2323
2324 * gdb.fortran/vla-datatypes.exp: Update expected results.
2325 * gdb.fortran/vla-ptype.exp: Likewise.
2326 * gdb.fortran/vla-type.exp: Likewise.
2327 * gdb.fortran/vla-value.exp: Likewise.
2328
f1fdc960
AB
23292019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2330
2331 * gdb.fortran/ptr-indentation.exp: Update expected results.
2332 * gdb.fortran/ptype-on-functions.exp: Likewise.
2333 * gdb.fortran/vla-ptr-info.exp: Likewise.
2334 * gdb.fortran/vla-value.exp: Likewise.
2335
bf7a4de1
AB
23362019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2337
2338 * gdb.fortran/ptype-on-functions.exp: New file.
2339 * gdb.fortran/ptype-on-functions.f90: New file.
2340
bbe75b9d
AB
23412019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2342
2343 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2344 case void string.
2345
1db455a7
AB
23462019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2347
2348 * gdb.fortran/complex.exp: Expand.
2349 * gdb.fortran/complex.f: Renamed to...
2350 * gdb.fortran/complex.f90: ...this, and extended to add more
2351 complex values.
2352
b6d03bb2
AB
23532019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2354
2355 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2356 MODULO, CMPLX.
2357
2e62ab40
AB
23582019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2359 Richard Bunt <richard.bunt@arm.com>
2360
2361 * gdb.base/max-depth.c: New file.
2362 * gdb.base/max-depth.exp: New file.
2363 * gdb.python/py-nested-maps.c: New file.
2364 * gdb.python/py-nested-maps.exp: New file.
2365 * gdb.python/py-nested-maps.py: New file.
2366 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2367 (test_all_common): Call test_max_depth.
2368 * gdb.fortran/max-depth.exp: New file.
2369 * gdb.fortran/max-depth.f90: New file.
2370 * gdb.go/max-depth.exp: New file.
2371 * gdb.go/max-depth.go: New file.
2372 * gdb.modula2/max-depth.exp: New file.
2373 * gdb.modula2/max-depth.c: New file.
2374 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2375
d2b584a5
TV
23762019-04-29 Tom de Vries <tdevries@suse.de>
2377
2378 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2379
136afab8
PW
23802019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2381
2382 * gdb.base/callexit.exp: Test may-call-functions off.
2383
725cbb63
KS
23842019-04-25 Keith Seitz <keiths@redhat.com>
2385
2386 PR c++/24367
2387 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2388 (another_incomplete_struct, test_incomplete): New definitions.
2389 (main): Use new definitions.
2390 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2391 functions.
2392
82433e3e
SDJ
23932019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2394
2395 PR corefiles/11608
2396 PR corefiles/18187
2397 * gdb.base/coredump-filter-build-id.exp: New file.
2398
dd06d4d6
AH
23992019-04-25 Alan Hayward <alan.hayward@arm.com>
2400
e79be6e5
SM
2401 * Makefile.in: Pass through GDBSERVER_DEBUG.
2402 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2403 (gdbserver,debug): Add board setting.
2404 * gdb.trace/tspeed.exp: Skip when debugging.
2405 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2406 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2407
1670072e
TT
24082019-04-24 Tom Tromey <tromey@adacore.com>
2409
2410 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2411 Rust.
2412
a59240a4
TT
24132019-04-24 Tom Tromey <tromey@adacore.com>
2414
2415 * gdb.arch/amd64-eval.exp: Test bitfield return.
2416 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2417 (class Foo) <return_bitfields>: New method.
2418 (main): Call it.
2419
b907456c
AB
24202019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2421
2422 * gdb.cp/many-args.cc: New file.
2423 * gdb.cp/many-args.exp: New file.
2424
5c565afd
TV
24252019-04-23 Tom de Vries <tdevries@suse.de>
2426
2427 PR gdb/24433
2428 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2429
ba22ff86
AH
24302019-04-23 Alan Hayward <alan.hayward@arm.com>
2431
2432 * gdb.trace/backtrace.exp: Use nopie flag.
2433 * gdb.trace/circ.exp: Likewise.
2434 * gdb.trace/collection.exp: Likewise.
2435 * gdb.trace/ftrace.exp: Likewise.
2436 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2437 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2438 * gdb.trace/qtro.exp: Likewise.
2439 * gdb.trace/read-memory.exp: Likewise.
2440 * gdb.trace/report.exp: Likewise.
2441 * gdb.trace/tfile.exp: Likewise.
2442 * gdb.trace/tfind.exp: Likewise.
2443 * gdb.trace/unavailable.exp: Likewise.
2444
7905fc35
PA
24452019-04-22 Pedro Alves <palves@redhat.com>
2446
2447 * gdb.base/solib-probes-nosharedlibrary.c,
2448 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2449
8ecb59f8
TT
24502019-04-19 Tom Tromey <tromey@adacore.com>
2451
2452 * gdb.ada/ptype_union.c: New file.
2453 * gdb.ada/ptype_union.exp: New file.
2454
62160ec9
TT
24552019-04-19 Tom Tromey <tromey@adacore.com>
2456
2457 PR symtab/24423:
2458 * gdb.base/list0.h (foo): Add a control-l character.
2459
36cd4ba5
TV
24602019-04-18 Tom de Vries <tdevries@suse.de>
2461
2462 PR gdb/24433
2463 * boards/local-board.exp: Set sysroot to "".
2464
b73715df
TV
24652019-04-18 Tom de Vries <tdevries@suse.de>
2466 Pedro Alves <palves@redhat.com>
2467
2468 PR gdb/24454
2469 * gdb.threads/vfork-follow-child-exec.c: New file.
2470 * gdb.threads/vfork-follow-child-exec.exp: New file.
2471 * gdb.threads/vfork-follow-child-exit.c: New file.
2472 * gdb.threads/vfork-follow-child-exit.exp: New file.
2473
4aa866af
LS
24742019-04-15 Leszek Swirski <leszeks@google.com>
2475
2476 * gdb.arch/amd64-eval.cc: New file.
2477 * gdb.arch/amd64-eval.exp: New file.
2478
e5a1a79a
AH
24792019-04-11 Alan Hayward <alan.hayward@arm.com>
2480
2481 * gdb.server/sysroot.c: New test.
2482 * gdb.server/sysroot.exp: New file.
2483 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2484 matching param.
2485
41077b66
AB
24862019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2487
2488 * gdb.base/align.exp: Extend test to cover structures containing
2489 only static fields.
2490
c30391f8
TV
24912019-04-11 Tom de Vries <tdevries@suse.de>
2492
2493 * boards/cc-with-dwz-m.exp: New file.
2494 * boards/cc-with-dwz.exp: New file.
2495 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2496
e242fd12
SM
24972019-04-09 Simon Marchi <simon.marchi@efficios.com>
2498
2499 * gdb.base/start-cpp.exp: New file.
2500 * gdb.base/start-cpp.cc: New file.
2501
2b0c8b01
KB
25022019-04-08 Kevin Buettner <kevinb@redhat.com>
2503
2504 * gdb.python/py-thrhandle.exp: Adjust tests to call
2505 thread_from_handle instead of thread_from_thread_handle.
2506
947210e5
KB
25072019-04-08 Kevin Buettner <kevinb@redhat.com>
2508
2509 * gdb.python/py-thrhandle.exp: Add tests for
2510 gdb.InferiorThread.handle.
2511
d7df6549
AB
25122019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2513
2514 * gdb.python/py-function.exp: Check calling helper function from
2515 all languages.
2516 * lib/gdb.exp (gdb_supported_languages): New proc.
2517
8bdc1658
AB
25182019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2519
2520 * gdb.base/complex-parts.c: New file.
2521 * gdb.base/complex-parts.exp: New file.
2522
05caa1d2
TT
25232019-04-01 Tom Tromey <tromey@adacore.com>
2524
2525 PR symtab/23331:
2526 * gdb.dwarf2/dw2-ranges-main.c: New file.
2527 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2528 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2529
7734102d
EZ
25302019-03-30 Simon Marchi <simark@simark.ca>
2531
2532 * gdb.base/default.exp: Add values for $_gdb_major and
2533 $_gdb_minor.
2534
188e1fa9
TT
25352019-03-29 Tom Tromey <tromey@adacore.com>
2536
2537 * gdb.base/help.exp: Tighten apropos regexp.
2538
2880242d
KS
25392019-03-29 Keith Seitz <keiths@redhat.com>
2540
2541 * gdb.fortran/array-bounds.exp: New file.
2542 * gdb.fortran/array-bounds.f90: New file.
2543
077cad8e
PW
25442019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2545
2546 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2547
80047cfc
PW
25482019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2549
2550 * gdb.multi/hello.c (main): Increase alarm timer.
2551
f489207e
SL
25522019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2553
2554 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2555 factor when no hardware watchpoint support.
2556
c92df149
AH
25572019-03-28 Alan Hayward <alan.hayward@arm.com>
2558 Pedro Alves <palves@redhat.com>
2559
2560 * boards/local-board.exp: set sysroot to /.
2561
933aebfa
AH
25622019-03-27 Alan Hayward <alan.hayward@arm.com>
2563
2564 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2565 in child.
2566
9f9aa852
AB
25672019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2568
2569 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2570 field.
2571 (make_container): Initialise new field.
2572 * gdb.python/py-prettyprint.exp: Add new tests.
2573 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2574 <display_hint>: New method.
2575
3714a195
AB
25762019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2577
2578 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2579 gdb_continue_to_breakpoint more throughout this test.
2580 (run_lang_tests) Supply unique test names, and use
2581 gdb_test_no_output.
2582
18c77628
AB
25832019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2584
2585 * gdb.base/finish-pretty.exp: Update expected results.
2586 * gdb.base/pretty-print.c: New file.
2587 * gdb.base/pretty-print.exp: New file.
2588
9a93502f
PA
25892019-03-25 Pedro Alves <palves@redhat.com>
2590
2591 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2592 move comments outside list. Append '-i "" eof' section.
2593
968aa7ae
AH
25942019-03-22 Alan Hayward <alan.hayward@arm.com>
2595
34a7f2a4 2596 PR testsuite/25016
968aa7ae
AH
2597 * README: Add pie options.
2598 * gdb.base/break-interp.exp: Ensure pie is disabled.
2599 * gdb.base/dump.exp: Likewise.
2600 * lib/gdb.exp (gdb_compile): Add pie option.
2601
4c7d57e7
TT
26022019-03-19 Tom Tromey <tromey@adacore.com>
2603
2604 * gdb.mi/mi2-cli-display.c: New file.
2605 * gdb.mi/mi2-cli-display.exp: New file.
2606
bff8c71f
TT
26072019-03-18 Joel Brobecker <brobecker@adacore.com>
2608 Tom Tromey <tromey@adacore.com>
2609
2610 * gdb.ada/ptype_array/pck.adb: New file.
2611 * gdb.ada/ptype_array/pck.ads: New file.
2612 * gdb.ada/ptype_array/foo.adb: New file.
2613 * gdb.ada/ptype_array.exp: New file.
2614
d085f989
TT
26152019-03-14 Tom Tromey <tromey@adacore.com>
2616
2617 * gdb.base/style.exp: Add "set style sources" test.
2618
b4be1b06
SM
26192019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2620
2621 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2622 * mi-breakpoint-multiple-locations.exp: ... this.
2623 (make_breakpoints_pattern): New proc.
2624 (do_test): Add mi_version parameter, test -break-insert,
2625 -break-info and =breakpoint-created.
2626
7cde5fc2
AB
26272019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2628
2629 * config/default.exp: Remove 'load_lib gdb.exp'.
2630 * config/monitor.exp: Likewise.
2631 * config/sid.exp: Likewise.
2632 * config/sim.exp: Likewise.
2633 * config/slite.exp: Likewise.
2634 * config/unix.exp: Likewise.
2635 * gdb.base/default.exp: Remove unhelpful comment.
2636
efbecbc1
AB
26372019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2638
2639 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2640
0841c79a
AB
26412019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2642
2643 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2644
4a270568
AB
26452019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2646
2647 * gdb.fortran/type-kinds.exp: Update expected results.
2648
067630bd
AB
26492019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2650
2651 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2652
3be47f7a
AB
26532019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2654
2655 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2656 function.
2657 (test_basic_parsing_of_type_kinds): Expand types tested.
2658 (test_parsing_invalid_type_kinds): New function.
2659
4d00f5d8
AB
26602019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2661
2662 * gdb.fortran/intrinsics.exp: New file.
2663 * gdb.fortran/intrinsics.f90: New file.
2664 * gdb.fortran/type-kinds.exp: New file.
2665
c8f91604
AB
26662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2667
2668 * gdb.fortran/dot-ops.exp: New file.
2669
dd9f2c76
AB
26702019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2671
2672 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2673 Check upper and lower case logical literals.
2674
84ec9724
AB
26752019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2676
2677 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2678 Remove duplicate tests.
2679
c3734e09
AH
26802019-03-06 Alan Hayward <alan.hayward@arm.com>
2681
2682 * lib/gdb.exp (builtin_cd): rename of cd.
2683 (cd): Override builtin.
2684
aa3cfbda
RB
26852019-03-06 Richard Bunt <richard.bunt@arm.com>
2686
2687 * gdb.fortran/function-calls.exp: New file.
2688 * gdb.fortran/function-calls.f90: New test.
2689
7b63ad86
RB
26902019-03-04 Richard Bunt <richard.bunt@arm.com>
2691
2692 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2693 on user program standard output.
2694 * gdb.fortran/short-circuit-argument-list.f90: Record function
2695 calls.
2696
01abb042
AH
26972019-02-28 Alan Hayward <alan.hayward@arm.com>
2698
c3734e09
AH
2699 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2700 failure.
01abb042 2701
92137da0
RO
27022019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2703
2704 PR gdb/8527
2705 * gdb.base/interrupt-daemon-attach.c,
2706 gdb.base/interrupt-daemon-attach.exp: New test.
2707
5862844d
PA
27082019-02-27 Pedro Alves <palves@redhat.com>
2709
2710 * gdb.base/page.exp: Add tests for "set width/height -1".
2711
8ed25214
PA
27122019-02-27 Pedro Alves <palves@redhat.com>
2713
2714 * gdb.base/page.exp: Add tests for "set/show width/height" with
2715 "infinite" values.
2716
6c28e44a
TT
27172019-02-27 Tom Tromey <tromey@adacore.com>
2718
2719 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2720 2.4.
2721 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2722 workaround.
2723
bf9a735e
AB
27242019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2725
2726 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2727 tests for structs with static members.
2728
8791793c
TT
27292019-02-26 Tom Tromey <tromey@adacore.com>
2730
2731 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2732 ValueError, not TypeError.
2733
bc2a507e
KB
27342019-02-26 Kevin Buettner <kevinb@redhat.com>
2735
2736 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2737 call from main program.
2738
e0e7d3bd
JB
27392019-02-23 Joel Brobecker <brobecker@adacore.com>
2740
2741 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2742 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2743 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2744 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2745 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2746
9600246d
KS
27472019-02-22 Keith Seitz <keiths@redhat.com>
2748
2749 PR symtab/23853
2750 * gdb.base/symlink-sourcefile.c: New file.
2751 * gdb.base/symlink-sourcefile.exp: New file.
2752
0c95f9ed
TT
27532019-02-20 Tom Tromey <tom@tromey.com>
2754
2755 * gdb.base/info_qt.exp: Update.
2756
6caa91b6
SM
27572019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2758
2759 * gdb.base/source.exp: Move "error in sourced script" code to
2760 the end.
2761 * gdb.base/source-error.gdb: Move contents to
2762 source-error-1.gdb. Add new code to source source-error-1.gdb.
2763 * gdb.base/source-error-1.gdb: New file, from previous
2764 source-error.gdb.
2765
6506371f
TT
27662019-02-17 Tom Tromey <tom@tromey.com>
2767
2768 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2769 for macro styling.
2770 * gdb.base/style.c (SOME_MACRO): New macro.
2771
a0087920
TT
27722019-02-17 Tom Tromey <tom@tromey.com>
2773
2774 * gdb.base/style.exp: Add line-wrapping tests.
2775 * gdb.base/page.exp: Add test for quitting during pagination.
2776
a2cd4f14
JB
27772019-02-17 Joel Brobecker <brobecker@adacore.com>
2778
2779 * gdb.ada/big_packed_array: New testcase.
2780 * gdb.ada/homonym.exp: Fix incorrect expected output for
2781 "break <homonym__get_value>" test.
2782
9d70ffbc
WP
27832019-02-13 Weimin Pan <weimin.pan@oracle.com>
2784
2785 PR breakpoints/21870
2786 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2787 and prepare_for_testing. Add comment.
2788 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2789 redundant cleanup call. Clean up comment.
2790
01c7ae81
WP
27912019-02-12 Weimin Pan <weimin.pan@oracle.com>
2792
2793 PR breakpoints/21870
2794 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2795 * gdb.arch/aarch64-dbreg-contents.c: New file.
2796
aff29d1c
JB
27972019-02-10 Joel Brobecker <brobecker@adacore.com>
2798
2799 * gdb.ada/mi_ref_changeable: New testcase.
2800
df0da8a2
AH
28012019-02-07 Alan Hayward <alan.hayward@arm.com>
2802
2803 * gdb.base/attach.exp: Add double attach test.
2804
bd447abb
SM
28052019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2806
2807 * lib/gdb.exp (default_gdb_start): Don't match pagination
2808 prompt.
2809 (gdb_init): Set stty_init.
2810
1dbc40b9
TT
28112019-01-27 Tom Tromey <tom@tromey.com>
2812
2813 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2814 skip_python_tests.
2815
353229bf
AH
28162019-01-24 Alan Hayward <alan.hayward@arm.com>
2817
2818 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2819 New structure.
2820 (struct struct_static_02_02): Likewise.
2821 (struct struct_static_02_03): Likewise.
2822 (struct struct_static_02_04): Likewise.
2823 (struct struct_static_04_01): Likewise.
2824 (struct struct_static_04_02): Likewise.
2825 (struct struct_static_04_03): Likewise.
2826 (struct struct_static_04_04): Likewise.
2827 (struct struct_static_06_01): Likewise.
2828 (struct struct_static_06_02): Likewise.
2829 (struct struct_static_06_03): Likewise.
2830 (struct struct_static_06_04): Likewise.
2831 (cmp_struct_static_02_01): Likewise.
2832 (cmp_struct_static_02_02): Likewise.
2833 (cmp_struct_static_02_03): Likewise.
2834 (cmp_struct_static_02_04): Likewise.
2835 (cmp_struct_static_04_01): Likewise.
2836 (cmp_struct_static_04_02): Likewise.
2837 (cmp_struct_static_04_03): Likewise.
2838 (cmp_struct_static_04_04): Likewise.
2839 (cmp_struct_static_06_01): Likewise.
2840 (cmp_struct_static_06_02): Likewise.
2841 (cmp_struct_static_06_03): Likewise.
2842 (cmp_struct_static_06_04): Likewise.
2843 (call_all): Test new structs.
2844 * gdb.base/infcall-nested-structs.exp: Likewise.
2845
73021deb
AH
28462019-01-21 Alan Hayward <alan.hayward@arm.com>
2847 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2848
fc65c7db
AH
28492019-01-21 Alan Hayward <alan.hayward@arm.com>
2850 * gdb.base/stack-protector.c: New test.
2851 * gdb.base/stack-protector.exp: New file.
2852 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2853 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2854 option.
2855 (gdb_compile): Remove stack protector for GCC and prevent
2856 recursion.
2857
c24bdb02
KS
28582019-01-16 Keith Seitz <keiths@redhat.com>
2859
2860 PR gdb/23773
2861 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2862
6f072a10
PFC
28632019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2864
2865 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2866 aliases.
2867 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2868 tests.
2869 * gdb.arch/powerpc-vector-regs.c: New file.
2870 * gdb.arch/powerpc-vector-regs.exp: New file.
2871
a7b8d682
PFC
28722019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2873
2874 * gdb.arch/altivec-regs.exp: Fix the list passed to
2875 gdb_expect_list when testing "info vector".
2876
6eb6fb67
AB
28772019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2878
2879 * gdb.base/style.exp: Don't include path in testname.
2880
b56f80d8
KS
28812019-01-10 Keith Seitz <keiths@redhat.com>
2882
2883 PR gdb/23712
2884 PR symtab/23010
2885 * gdb.dwarf2/multidictionary.exp: New file.
2886
041be526
SM
28872019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2888
2889 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2890 (test_gnuv3_style_demangling): ... this.
2891 (test_lucid_style_demangling): Remove.
2892 (test_arm_style_demangling): Remove.
2893 (test_hp_style_demangling): Remove.
2894 (do_tests): Remove calls to the above.
2895
d820d0c3
AB
28962019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2897
2898 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2899 case.
2900
f097f5ad
TT
29012019-01-06 Tom Tromey <tom@tromey.com>
2902
2903 PR gdb/28155:
2904 * gdb.dwarf2/typedef-void-finish.exp: New file.
2905
2cd8cc0b
TT
29062018-12-28 Tom Tromey <tom@tromey.com>
2907 Simon Marchi <simark@simark.ca>
2908
2909 * gdb.base/jit-exec.exp: New file.
2910 * gdb.base/jit-exec.c: New file.
2911 * gdb.base/jit-execd.c: New file.
2912
35fb8261
TT
29132018-12-28 Tom Tromey <tom@tromey.com>
2914
2915 * gdb.base/style.exp: Update test to check for address styling.
2916
47fd17cd
TT
29172018-12-28 Tom Tromey <tom@tromey.com>
2918
2919 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2920 message.
2921
d47032b7
TT
29222018-12-28 Tom Tromey <tom@tromey.com>
2923
2924 * gdb.base/style.exp: Add test for version number styling.
2925
af79b68d
TT
29262018-12-28 Tom Tromey <tom@tromey.com>
2927
2928 * gdb.base/style.exp: Add test for print_address_symbolic.
2929
0bb296cb
TT
29302018-12-28 Tom Tromey <tom@tromey.com>
2931
2932 * gdb.base/style.exp: Add test for breakpoint setting.
2933
80ae2043
TT
29342018-12-28 Tom Tromey <tom@tromey.com>
2935
2936 * gdb.base/style.exp: Add test for variable names.
2937
cbe56571
TT
29382018-12-28 Tom Tromey <tom@tromey.com>
2939
2940 * gdb.base/style.exp: New file.
2941 * gdb.base/style.c: New file.
2942
9162a27c
TT
29432018-12-28 Tom Tromey <tom@tromey.com>
2944
2945 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2946 "dumb".
2947 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2948 the TERM environment variable.
2949
bc543c90
TT
29502018-12-27 Tom Tromey <tom@tromey.com>
2951
2952 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2953 pagination test.
2954
6f0ffe50
AB
29552018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2956
2957 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2958 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2959
b5a1e557
PW
29602018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2961
2962 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2963 Filename a.adb changed to bp_fun_addr.adb.
2964 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2965
6e8b1ab2
JV
29662018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2967
2968 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2969 non-PIE executables.
2970 * README: Mention the gdb,nopie_flag board setting.
2971 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2972 non-PIE executable.
2973 * gdb.arch/amd64-entry-value.exp: Likewise.
2974 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2975 * gdb.arch/i386-float.exp: Likewise.
2976 * gdb.arch/i386-signal.exp: Likewise.
2977 * gdb.mi/mi-reg-undefined.exp: Likewise.
2978
d00a27c5
PM
29792018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2980
2981 PR gdb/23974
2982 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2983
161d081c
PW
29842018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2985
2986 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2987 Update order of results accordingly.
2988
b001de23
AB
29892018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2990
2991 * gdb.base/annota1.exp: Update a test regexp.
2992
99e1a184
AB
29932018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2994
2995 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2996
7a81c1e2
PW
29972018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2998
2999 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3000 (reuse_time): Initialize to REUSE_TIME_CAP.
3001 (check_rc): New function.
3002 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3003 Check pthread_create rc.
3004 (spawner_thread_func): Check pthread_create and pthread_join rc.
3005
73e8dc90
PA
30062018-12-08 Pedro Alves <palves@redhat.com>
3007
3008 * gdb.base/list.exp (test_forward_search): Rename to ...
3009 (test_forward_reverse_search): ... this. Also test reverse-search
3010 and the forward-search alias.
3011
13f2ed32
AB
30122018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3013
3014 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3015 local timeout variable before return, and remove all local timeout
3016 variable entirely.
3017 (gdb_load): Likewise.
3018
64d27cfc
TV
30192018-12-01 Tom de Vries <tdevries@suse.de>
3020
3021 * gdb.base/gdb-caching-proc.exp: New file.
3022
f63c03b4
SDJ
30232018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3024
3025 * Makefile.in (TIMESTAMP): New variable.
3026 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3027 command.
3028 (check-single-racy): Likewise.
3029 (check/%.exp): Likewise.
3030 (check-racy/%.exp): Likewise.
3031 (workers/%.worker): Likewise.
3032 (build-perf): Likewise.
3033 (check-perf): Likewise.
3034 * README: Describe new "TS" and "TS_FORMAT" variables.
3035 * print-ts.py: New file.
3036
1c97054b
BF
30372018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3038
3039 PR python/23714
3040 * gdb.python/python.exp: Test command repetition after
3041 gdb.execute.
3042
1871a62d
AB
30432018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3044
3045 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3046 is correctly aligned.
3047
fb5e1ed9
PW
30482018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3049
3050 * gdb.ada/info_auto_lang.exp: New testcase.
3051 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3052 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3053 * gdb.ada/info_auto_lang/some_c.c: New file.
3054
43d397ca
PW
30552018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3056
3057 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3058 FUNC_lang language syntax.
3059
beddd671
PW
30602018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3061
3062 * gdb.base/info_minsym.c: New file.
3063 * gdb.base/info_minsym.exp: New file.
3064
73fc52c4
TT
30652018-11-19 Tom Tromey <tom@tromey.com>
3066
3067 PR rust/23625:
3068 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3069 * gdb.rust/expr.exp: Update expected output. Change one test.
3070
994b876a
TT
30712018-11-19 Tom Tromey <tom@tromey.com>
3072
3073 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3074
6769f276
PA
30752018-11-19 Pedro Alves <palves@redhat.com>
3076
3077 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3078 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3079 see the expected warning.
3080
38a72da0
AH
30812018-11-16 Alan Hayward <alan.hayward@arm.com>
3082
3083 PR gdb/22736:
3084 * gdb.cp/infcall-nodebug-lib.c: New test.
3085 * gdb.cp/infcall-nodebug-main.c: New test.
3086 * gdb.cp/infcall-nodebug.exp: New file.
3087
53a89d6e
SM
30882018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3089
3090 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3091 completer tests.
3092
9325300d
TV
30932018-11-09 Tom de Vries <tdevries@suse.de>
3094
3095 * gdb.base/msym-lang.c: New test.
3096 * gdb.base/msym-lang.exp: New file.
3097 * gdb.base/msym-lang-main.c: New test.
3098
20f0d60d
TT
30992018-11-08 Tom Tromey <tom@tromey.com>
3100
3101 PR gdb/23555:
3102 PR gdb/23838:
3103 * gdb.base/warning.exp: New file.
3104
b5420128
JB
31052018-11-08 Jan Beulich <jbeulich@suse.com>
3106
3107 * testsuite/gdb.arch/i386-avx512.c,
3108 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3109
cd115d61
AB
31102018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3111
3112 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3113 point hardware.
3114
35ee2dc2
AB
31152018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3116
3117 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3118 * gdb.dwarf2/missing-type-name.exp: New file.
3119
31aceee8
TV
31202018-11-06 Tom de Vries <tdevries@suse.de>
3121
3122 * gdb.base/many-headers.c: New test.
3123 * gdb.base/many-headers.exp: New file.
3124
109be305
JW
31252018-11-06 Jim Wilson <jimw@sifive.com>
3126
3127 * gdb.base/code_elim.exp: For riscv, set additional_flags
3128 to include -msmall-data-limit=0.
3129
e2b7af72
JB
31302018-11-01 Joel Brobecker <brobecker@adacore.com>
3131
3132 * gdb.ada/watch_minus_l: New testcase.
3133
cdcda965
SM
31342018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3135
3136 * gdb.arch/aix-sighandle.c: New file.
3137 * gdb.arch/aix-sighandle.exp: New file.
3138
92dcebf3
AB
31392018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3140
3141 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3142 registers being unions.
3143
68b9ac18
TV
31442018-10-31 Tom de Vries <tdevries@suse.de>
3145
3146 * lib/valgrind.exp: New file.
3147 (vgdb_start, vgdb_stop): New procs, factored out of ...
3148 * gdb.base/valgrind-bt.exp: ... here, ...
3149 * gdb.base/valgrind-disp-step.exp: ... here and ...
3150 * gdb.base/valgrind-infcall.exp: ... here.
3151
1443936e
TV
31522018-10-31 Tom de Vries <tdevries@suse.de>
3153
3154 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3155
eb77c9df
AB
31562018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3157
3158 * gdb.dwarf2/void-type.c: New file.
3159 * gdb.dwarf2/void-type.exp: New file.
3160
82b5e646
PW
31612018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3162
3163 * gdb.base/info_qt.c: New file.
3164 * gdb.base/info_qt.exp: New file.
3165
8d619c01
EBM
31662018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3167
3168 * gdb.arch/powerpc-htm-regs.c: New file.
3169 * gdb.arch/powerpc-htm-regs.exp: New file.
3170
f2cf6173
EBM
31712018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3172
3173 * gdb.arch/powerpc-tar.c: New file.
3174 * gdb.arch/powerpc-tar.exp: New file.
3175
7ca18ed6
EBM
31762018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3177
3178 * gdb.arch/powerpc-ppr-dscr.c: New file.
3179 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3180
bfcc0eba
TV
31812018-10-25 Tom de Vries <tdevries@suse.de>
3182
3183 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3184
fe1a5cad
TV
31852018-10-24 Tom de Vries <tdevries@suse.de>
3186
3187 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3188 longer exists error.
3189
a76dc3b7
TV
31902018-10-24 Tom de Vries <tdevries@suse.de>
3191
3192 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3193
4df46df7
TV
31942018-10-24 Tom de Vries <tdevries@suse.de>
3195
3196 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3197 --db-attach in valgrind.
3198
0dbfcfff
AB
31992018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3200
3201 * gdb.arch/riscv-reg-aliases.c: New file.
3202 * gdb.arch/riscv-reg-aliases.exp: New file.
3203
b04480b1
AH
32042018-10-19 Alan Hayward <alan.hayward@arm.com>
3205
3206 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3207
2c6ac8d7
AH
32082018-10-19 Alan Hayward <alan.hayward@arm.com>
3209
3210 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3211
2bc69f25
AH
32122018-10-19 Alan Hayward <alan.hayward@arm.com>
3213
3214 * gdb.cp/ovldbreak.exp: Fix regexps.
3215
1f1ae3a3
AH
32162018-10-19 Alan Hayward <alan.hayward@arm.com>
3217
3218 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3219
94c18618
SDJ
32202018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3221
3222 PR cli/23785
3223 * gdb.base/restore.exp: New test to check if "restore" with an
3224 invalid file doesn't segfault.
3225
812cd6eb
TV
32262018-10-18 Tom de Vries <tdevries@suse.de>
3227
3228 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3229 * gdb.ada/excep_handle.exp: Same.
3230 * gdb.ada/mi_string_access.exp: Same.
3231 * gdb.ada/mi_var_union.exp: Same.
3232 * gdb.arch/arc-analyze-prologue.exp: Same.
3233 * gdb.arch/arc-decode-insn.exp: Same.
3234 * gdb.base/readnever.exp: Same.
3235 * gdb.fortran/printing-types.exp: Same.
3236 * gdb.guile/scm-lazy-string.exp: Same.
3237
c4b90788
TV
32382018-10-16 Tom de Vries <tdevries@suse.de>
3239
3240 PR gdb/23730
3241 * gdb.base/catch-follow-exec.c: Add copyright notice.
3242 * gdb.base/catch-follow-exec.exp: Rewrite to use
3243 gdb_spawn_with_cmdline_opts. Require gdb-native.
3244
8bca2978
SL
32452018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3246
3247 * gdb.trace/actions-changed.exp: Check for arch support.
3248 * gdb.trace/actions.exp: Likewise.
3249 * gdb.trace/ax.exp: Likewise.
3250 * gdb.trace/backtrace.exp: Likewise.
3251 * gdb.trace/change-loc.exp: Likewise.
3252 * gdb.trace/deltrace.exp: Likewise.
3253 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3254 * gdb.trace/ftrace.exp: Likewise.
3255 * gdb.trace/infotrace.exp: Check for arch support.
3256 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3257 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3258 * gdb.trace/mi-tsv-changed.exp: Likewise.
3259 * gdb.trace/packetlen.exp: Likewise.
3260 * gdb.trace/passc-dyn.exp: Likewise.
3261 * gdb.trace/passcount.exp: Likewise.
3262 * gdb.trace/pending.exp: Likewise.
3263 * gdb.trace/range-stepping.exp: Check for shlib support.
3264 * gdb.trace/report.exp: Check for arch support.
3265 * gdb.trace/save-trace.exp: Likewise.
3266 * gdb.trace/signal.exp: Check for signal support.
3267 * gdb.trace/tfind.exp: Check for arch support.
3268 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3269 * gdb.trace/trace-common.h: Add comment.
3270 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3271 * gdb.trace/trace-enable-disable.exp: Likewise.
3272 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3273 * gdb.trace/tracecmd.exp: Check for arch support.
3274 * gdb.trace/tspeed.exp: Check for shlib and target support.
3275 * gdb.trace/tstatus.exp: Check for arch support.
3276 * gdb.trace/tsv.exp: Likewise.
3277 * gdb.trace/while-dyn.exp: Likewise.
3278 * gdb.trace/while-stepping.exp: Likewise.
3279 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3280
f9c49bff
SM
32812018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3282
3283 * gdb.trace/tspeed.exp: Remove nowarnings.
3284 (prepare_for_trace_test): Declare "global ipalib".
3285 * gdb.trace/tspeed.c: Include unistd.h.
3286 (main): Remove superfluous printf argument.
3287
d4330bde
SL
32882018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3289
3290 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3291 directory prefix on the filename.
3292
8ecfd7bd
SDJ
32932018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3294
3295 * gdb.gdb/unittest.exp: Update expected message informing that
3296 selftests have been disabled.
3297 * gdb.server/unittest.exp: Likewise.
3298
58bbcd02
TV
32992018-10-09 Tom de Vries <tdevries@suse.de>
3300
3301 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3302 with runto_main.
3303
9f6b697b
WP
33042018-10-08 Weimin Pan <weimin.pan@oracle.com>
3305
3306 PR c++/16841
3307 * gdb.cp/virtbase2.cc: New file.
3308 * gdb.cp/virtbase2.exp: New file.
3309
add5ded5
TT
33102018-10-06 Tom Tromey <tom@tromey.com>
3311
3312 PR python/19399:
3313 * gdb.python/py-inferior.exp: Add architecture test.
3314
f9e48344
TT
33152018-10-06 Tom Tromey <tom@tromey.com>
3316
3317 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3318 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3319
2a8be203
TT
33202018-10-06 Tom Tromey <tom@tromey.com>
3321
3322 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3323 of a "throw" catchpoint.
3324
e04caa70
SDJ
33252018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3326
3327 * gdb.base/info-proc.exp: Update string expected from "help info
3328 proc".
3329
5ca8c39f
TT
33302018-10-04 Tom Tromey <tom@tromey.com>
3331
3332 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3333 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3334 (test_initial_complaints, test_empty_complaints): Update.
3335 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3336
3453e7e4
TT
33372018-10-04 Tom Tromey <tom@tromey.com>
3338
3339 PR cli/19551:
3340 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3341 * lib/gdb.exp (gdb_file_cmd): Update.
3342 * gdb.stabs/weird.exp (print_weird_var): Update.
3343 * gdb.server/solib-list.exp: Update.
3344 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3345 * gdb.mi/mi-cli.exp: Update.
3346 * gdb.linespec/linespec.exp: Update.
3347 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3348 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3349 * gdb.cp/cp-relocate.exp: Update.
3350 * gdb.base/sym-file.exp: Update.
3351 * gdb.base/relocate.exp: Update.
3352 * gdb.base/readnever.exp: Update.
3353 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3354 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3355 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3356 * gdb.base/code_elim.exp: Update.
3357 * gdb.base/break-unload-file.exp (test_break): Update.
3358 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3359 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3360 Update.
3361 * gdb.base/attach.exp (do_attach_tests): Update.
3362 * gdb.base/sepdebug.exp: Update.
3363 * gdb.python/py-section-script.exp: Update.
3364
6afcf761
TT
33652018-10-04 Tom Tromey <tom@tromey.com>
3366
3367 PR cli/22234:
3368 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3369 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3370 output.
3371
fef1b293
TT
33722018-10-04 Tom Tromey <tom@tromey.com>
3373
3374 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3375 set width and height to 0.
3376 (test_command_line_attach_run): Use -quiet.
3377
ca98345e
SL
33782018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3379
3380 * lib/gdb.exp (skip_ifunc_tests): New.
3381 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3382 other compile failures.
3383 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3384
ff34e6ae
SM
33852018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3386
3387 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3388 is_amd64_regs_target.
3389
6bb8890e
AH
33902018-10-01 Alan Hayward <alan.hayward@arm.com>
3391
3392 * gdb.arch/aarch64-sighandler-regs.c: New test.
3393 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3394 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3395
224d30d3
MM
33962018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3397
3398 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3399 assembly.
3400
f67ffa6a
AB
34012018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3402
3403 * gdb.base/frame-selection.exp: New file.
3404 * gdb.base/frame-selection.c: New file.
3405
9fc3183f
AH
34062018-09-27 Alan Hayward <alan.hayward@arm.com>
3407
3408 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3409 pthread barrier.
3410 (main): Likewise.
3411
d354055e
AB
34122018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3413
3414 * gdb.base/large-frame-1.c: New file.
3415 * gdb.base/large-frame-2.c: New file.
3416 * gdb.base/large-frame.exp: New file.
3417 * gdb.base/large-frame.h: New file.
3418
db727370
JL
34192018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3420
3421 PR gdb/20948
3422 * gdb.base/write_mem.exp: New test.
3423 * gdb.base/write_mem.c: Likewise.
3424
ae778caf
TT
34252018-09-23 Tom Tromey <tom@tromey.com>
3426
3427 PR python/18852:
3428 * gdb.python/py-parameter.exp: Add test for parameter that throws
3429 on "set".
3430
fd3ba736
TT
34312018-09-23 Tom Tromey <tom@tromey.com>
3432
3433 PR python/17284:
3434 * gdb.python/py-template.exp (test_template_arg): Add test for
3435 negative template argument number.
3436
39a24317
TT
34372018-09-23 Tom Tromey <tom@tromey.com>
3438
3439 PR python/14062:
3440 * gdb.python/python.exp: Add test for post_event error.
3441
f5769a2c
TT
34422018-09-23 Tom Tromey <tom@tromey.com>
3443
3444 PR python/18170:
3445 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3446 convert pointers to int and long.
3447
1c1e54f6
TT
34482018-09-23 Tom Tromey <tom@tromey.com>
3449
3450 PR python/20126:
3451 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3452 signed-ness conversion tests.
3453
fb4fa946
TT
34542018-09-23 Tom Tromey <tom@tromey.com>
3455
3456 PR python/18352;
3457 * gdb.python/py-value.exp (test_float_conversion): New proc.
3458 Use it.
3459
a466edac
HAQ
34602018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3461
3462 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3463
4ee9b0c5
SL
34642018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3465
3466 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3467 no readline.
3468 * gdb.base/utf8-identifiers.exp: Likewise.
3469 * gdb.cp/cpcompletion.exp: Likewise.
3470 * gdb.linespec/cpcompletion.exp: Likewise.
3471 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3472 * gdb.linespec/cpls-ops.exp: Likewise.
3473
23be8da7
RB
34742018-09-19 Richard Bunt <richard.bunt@arm.com>
3475 Chris January <chris.january@arm.com>
3476
3477 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3478 * gdb.fortran/short-circuit-argument-list.exp: New file.
3479 * gdb.fortran/short-circuit-argument-list.f90: New test.
3480
5031d0ae
SDJ
34812018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3482
3483 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3484 "arch=" keyword when executing "-stack-list-frames".
3485
b4c0d1a4
SDJ
34862018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3487
3488 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3489 "arch=" keyword when executing "-stack-list-frames".
3490
7a6d2b45
SDJ
34912018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3492
3493 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3494 break ada".
3495
8588b356
SM
34962018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3497
3498 PR python/23669
3499 * gdb.python/python.exp: Test gdb.execute("show commands").
3500
65e65158
TT
35012018-09-16 Tom Tromey <tom@tromey.com>
3502
3503 * gdb.base/new-ui.exp (do_execution_tests): Update.
3504 * gdb.base/dbx.exp (test_breakpoints): Update.
3505
bf326452
AH
35062018-09-14 Alan Hayward <alan.hayward@arm.com>
3507
3508 * lib/gdb.exp (gdb_simple_compile): Add proc.
3509 (is_elf_target): Use gdb_simple_compile.
3510 (skip_altivec_tests): Likewise.
3511 (skip_vsx_tests): Likewise.
3512 (skip_tsx_tests): Likewise.
3513 (skip_btrace_tests): Likewise.
3514 (skip_btrace_pt_tests): Likewise.
3515 (gdb_can_simple_compile): Likewise.
3516 (gdb_has_argv0): Likewise.
3517 (gdb_target_symbol_prefix): Likewise.
3518 (target_supports_scheduler_locking): Likewise.
3519
2361b0fb
TT
35202018-09-13 Tom Tromey <tom@tromey.com>
3521
3522 * Makefile.in (TAGS): Recognize proc_with_prefix and
3523 gdb_caching_proc.
3524
0ae1a321
SM
35252018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3526
3527 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3528 method.
3529
a40bf0c2
SM
35302018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3531
3532 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3533 and a few other Inferior properties when the Inferior is no
3534 longer valid.
3535
4a3fe98f
TT
35362018-09-13 Tom Tromey <tom@tromey.com>
3537
3538 PR rust/23650:
3539 * gdb.rust/simple.exp: Add test for enum field access error.
3540
098b2108
TT
35412018-09-13 Tom Tromey <tom@tromey.com>
3542
3543 PR rust/23626:
3544 * gdb.rust/simple.rs (EmptyEnum): New type.
3545 (main): Use it.
3546 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3547
1256af7d
SM
35482018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3549
3550 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3551 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3552 * gdb.python/py-symtab.exp: Update test printing an objfile.
3553
4aa8e6c2
SM
35542018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3555
3556 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3557 object.
3558
c221b2f7
AH
35592018-09-12 Alan Hayward <alan.hayward@arm.com>
3560
3561 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3562 (support_complex_tests): Use gdb_can_simple_compile.
3563 (is_ilp32_target): Likewise.
3564 (is_lp64_target): Likewise.
3565 (is_64_target): Likewise.
3566 (is_amd64_regs_target): Likewise.
3567 (is_aarch32_target): Likewise.
3568 (gdb_int128_helper): Likewise.
3569
6f1107b5
JK
35702018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3571
3572 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3573
1f5d1570
JG
35742018-09-10 Jerome Guitton <guitton@adacore.com>
3575
3576 * gdb.ada/same_component_name: Add test for case of tagged record
3577 with variable-length fields.
3578
cc330e39
XR
35792018-09-10 Xavier Roirand <roirand@adacore.com>
3580
3581 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3582 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3583 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3584 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3585
b9c50e9a
XR
35862018-09-10 Xavier Roirand <roirand@adacore.com>
3587
3588 * gdb.ada/mi_string_access.exp: New testcase.
3589 * gdb.ada/mi_string_access/bar.adb: New file.
3590 * gdb.ada/mi_string_access/pck.adb: New file.
3591 * gdb.ada/mi_string_access/pck.asd: New file.
3592
2963898f
XR
35932018-09-10 Xavier Roirand <roirand@adacore.com>
3594
3595 * gdb.ada/mi_var_union.exp: New testcase.
3596 * gdb.ada/mi_var_union/bar.adb: New file.
3597 * gdb.ada/mi_var_union/pck.adb: New file.
3598 * gdb.ada/mi_var_union/pck.asd: New file.
3599
1aac008f
TT
36002018-09-08 Tom Tromey <tom@tromey.com>
3601
3602 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3603
332cf4c9
TT
36042018-09-08 Tom Tromey <tom@tromey.com>
3605
3606 PR python/16047:
3607 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3608 (register_pretty_printers): Register new printer.
3609 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3610 test.
3611 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3612 (an_int_type3): New global.
3613
424da6cf
JB
36142018-09-08 Joel Brobecker <brobecker@adacore.com>
3615
3616 * gdb.ada/expr_with_funcall: New testcase.
3617
2a62dfa9
JB
36182018-09-08 Joel Brobecker <brobecker@adacore.com>
3619
3620 * gdb.ada/packed_array_assign: New testcase.
3621
96b6697f
AB
36222018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3623
3624 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3625 names, and add test prefixes to make test names unique.
3626
e4a62c65
TV
36272018-09-05 Tom de Vries <tdevries@suse.de>
3628
3629 * gdb.dwarf2/varval.exp: Add test.
3630
dd083ee2
GB
36312018-09-04 Gary Benson <gbenson@redhat.com>
3632
3633 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3634 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3635
aef9346c
TT
36362018-08-31 Tom Tromey <tom@tromey.com>
3637
3638 * gdb.rust/simple.rs: Rename second variable "v".
3639
c67f2e15
AB
36402018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3641
3642 * gdb.base/funcargs.c (use_a): New function.
3643 (recurse): Call use_a.
3644
078a0207
KS
36452018-08-29 Keith Seitz <keiths@redhat.com>
3646
3647 * gdb.compile/compile-cplus-anonymous.cc: New file.
3648 * gdb.compile/compile-cplus-anonymous.exp: New file.
3649 * gdb.compile/compile-cplus-array-decay.cc: New file.
3650 * gdb.compile/compile-cplus-array-decay.exp: New file.
3651 * gdb.compile/compile-cplus-inherit.cc: New file.
3652 * gdb.compile/compile-cplus-inherit.exp: New file.
3653 * gdb.compile/compile-cplus-member.cc: New file.
3654 * gdb.compile/compile-cplus-member.exp: New file.
3655 * gdb.compile/compile-cplus-method.cc: New file.
3656 * gdb.compile/compile-cplus-method.exp: New file.
3657 * gdb.compile/compile-cplus-mod.c: "New" file.
3658 * gdb.compile/compile-cplus-namespace.cc: New file.
3659 * gdb.compile/compile-cplus-namespace.exp: New file.
3660 * gdb.compile/compile-cplus-nested.cc: New file.
3661 * gdb.compile/compile-cplus-nested.exp: New file.
3662 * gdb.compile/compile-cplus-print.c: "New" file.
3663 * gdb.compile/compile-cplus-print.exp: "New" file.
3664 * gdb.compile/compile-cplus-virtual.cc: New file.
3665 * gdb.compile/compile-cplus-virtual.exp: New file.
3666 * gdb.compile/compile-cplus.c: "New" file.
3667 * gdb.compile/compile-cplus.exp: "New" file.
3668 * lib/compile-support.exp: New file.
3669
b0f492b9
GB
36702018-08-16 Gary Benson <gbenson@redhat.com>
3671
3672 PR gdb/13000:
3673 * gdb.base/batch-exit-status.exp: New file.
3674 * gdb.base/batch-exit-status.good-commands: Likewise.
3675 * gdb.base/batch-exit-status.bad-commands: Likewise.
3676
36eb4c5f
AH
36772018-08-29 Alan Hayward <alan.hayward@arm.com>
3678
3679 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3680 (struct struct02): Likewise.
3681 (struct struct03): Likewise.
3682 (struct struct04): Likewise.
3683 (struct struct_01_01): New struct.
3684 (struct struct_01_02): Likewise.
3685 (struct struct_01_03): Likewise.
3686 (struct struct_01_04): Likewise.
3687 (struct struct_02_01): Likewise.
3688 (struct struct_02_02): Likewise.
3689 (struct struct_02_03): Likewise.
3690 (struct struct_02_04): Likewise.
3691 (struct struct_04_01): Likewise.
3692 (struct struct_04_02): Likewise.
3693 (struct struct_04_03): Likewise.
3694 (struct struct_04_04): Likewise.
3695 (struct struct_05_01): Likewise.
3696 (struct struct_05_02): Likewise.
3697 (struct struct_05_03): Likewise.
3698 (struct struct_05_04): Likewise.
3699 (cmp_struct01): Remove function.
3700 (cmp_struct02): Likewise.
3701 (cmp_struct03): Likewise.
3702 (cmp_struct04): Likewise.
3703 (cmp_struct_01_01): Add Function.
3704 (cmp_struct_01_02): Likewise.
3705 (cmp_struct_01_03): Likewise.
3706 (cmp_struct_01_04): Likewise.
3707 (cmp_struct_02_01): Likewise.
3708 (cmp_struct_02_02): Likewise.
3709 (cmp_struct_02_03): Likewise.
3710 (cmp_struct_02_04): Likewise.
3711 (cmp_struct_04_01): Likewise.
3712 (cmp_struct_04_02): Likewise.
3713 (cmp_struct_04_03): Likewise.
3714 (cmp_struct_04_04): Likewise.
3715 (cmp_struct_05_01): Likewise.
3716 (cmp_struct_05_02): Likewise.
3717 (cmp_struct_05_03): Likewise.
3718 (cmp_struct_05_04): Likewise.
3719 (call_all): Add new structs.
3720 * gdb.base/infcall-nested-structs.exp: Likewise.
3721
3bf9c013
JV
37222018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3723
3724 * gdb.python/py-framefilter-mi.exp: Update regexp to
3725 check for "arch" field in frame output.
3726
450d1e88
KB
37272018-08-23 Kevin Buettner <kevinb@redhat.com>
3728
3729 * gdb.dwarf2/dw2-ranges-func.c: New file.
3730 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3731
ae739fe7
SM
37322018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3733
3734 * gdb.base/term.exp: Compare terminal settings with values from
3735 the inferior.
3736 * gdb.base/term.c: Get and set terminal settings.
3737
6d52907e
JV
37382018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3739
3740 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3741 accommodate new "arch" field in frame output.
3742 * gdb.mi/mi-return.exp: Likewise.
3743 * gdb.mi/mi-stack.exp: Likewise.
3744 * gdb.mi/mi-syn-frame.exp: Likewise.
3745 * gdb.mi/user-selected-context-sync.exp: Likewise.
3746
be2d111a
MS
37472018-08-19 Michael Spang <spang@google.com>
3748
3749 PR gdb/11786
3750 * gdb.base/gcore-tls-pie.c: New file.
3751 * gdb.base/gcore-tls-pie.exp: New file.
3752
ae3a7c47
KB
37532018-08-18 Kevin Buettner <kevinb@redhat.com>
3754
3755 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
3756 * gdb.dwarf2/varval.c: New file.
3757 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 3758
2ecae92e
AH
37592018-08-17 Alan Hayward <alan.hayward@arm.com>
3760
3761 PR gdb/18931
3762 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3763
c1854f1d
KS
37642018-08-16 Keith Seitz <keiths@redhat.com>
3765
3766 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3767 tests expected to pass.
3768
26fb3983
JV
37692018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3770
3771 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3772 -data-disassemble -a.
3773 (test_disassembly_bogus_args): Likewise.
3774
67943c00
AB
37752018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3776
3777 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3778
5ff2bbae
AB
37792018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3780
3781 * gdb.base/vla-optimized-out.exp: Add new test.
3782
e5bbcd0f
AB
37832018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3784
3785 * gdb.base/vla-optimized-out-o3.exp: Delete.
3786 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3787 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3788 deleted tests.
3789
9d4a934c
AB
37902018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3791
3792 PR gdb/18050:
3793 * gdb.server/extended-remote-restart.c: New file.
3794 * gdb.server/extended-remote-restart.exp: New file.
3795
045cf012
SM
37962018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3797
3798 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3799 "set variable index = 42".
3800
87d6a7aa
SM
38012018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3802
3803 * boards/index-cache-gdb.exp: New file.
3804 * gdb.dwarf2/index-cache.exp: New file.
3805 * gdb.dwarf2/index-cache.c: New file.
3806 * gdb.base/maint.exp: Check if we are using the index cache.
3807
96d68bd4
RO
38082018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3809
3810 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3811 MAKEFLAGS.
3812
5a699617
RO
38132018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3814
3815 * dg-extract-results.sh: Move to toplevel contrib.
3816 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3817 * Makefile.in (check-parallel-racy): Likewise.
3818
5bd18990
AB
38192018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3820
3821 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3822 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3823 tests if the target supports scheduler locking.
3824
3fbbcf47
TV
38252018-08-04 Tom de Vries <tdevries@suse.de>
3826
3827 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3828
3e1d3d8c
TT
38292018-08-02 Tom Tromey <tom@tromey.com>
3830
3831 PR symtab/16842.
3832 * gdb.cp/temargs.exp: Test "info address" of a template
3833 parameter.
3834
5abe0f0c
JV
38352018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3836
3837 * gdb.python/py-mi-var-info-path-expression.c: New file.
3838 * gdb.python/py-mi-var-info-path-expression.py: New file.
3839 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3840
fb66cde8
SDJ
38412018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3842
3843 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3844 error after "cannot resolve name" string.
3845
c708f4d2
AB
38462018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3847
3848 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3849 started.
3850 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3851
37cc0cae
TV
38522018-07-28 Tom de Vries <tdevries@suse.de>
3853
3854 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3855
63b4ecf7
TV
38562018-07-26 Tom de Vries <tdevries@suse.de>
3857
3858 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3859
3c3bb058
AB
38602018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3861
3862 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3863 is visible.
3864
9e7f3bbb
TV
38652018-07-26 Tom de Vries <tdevries@suse.de>
3866
3867 PR breakpoints/23366
3868 * gdb.base/catch-follow-exec.c: New test.
3869 * gdb.base/catch-follow-exec.exp: New file.
3870
16f808ec
TV
38712018-07-25 Tom de Vries <tdevries@suse.de>
3872
3873 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3874 vla-optimized-out.c.
3875
d7154a8d
JV
38762018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3877
3878 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3879 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3880
232a0032
TV
38812018-07-20 Tom de Vries <tdevries@suse.de>
3882
3883 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3884 NOCLONE macro.
3885 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3886
fbb1d502
TV
38872018-07-19 Tom de Vries <tdevries@suse.de>
3888
3889 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3890 regular expression.
3891
42dc7699
TV
38922018-07-18 Tom de Vries <tdevries@suse.de>
3893
3894 * gdb.base/vla-optimized-out.c: New test.
3895 * gdb.base/vla-optimized-out.exp: New file.
3896
7f1f7e23
SDJ
38972018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3898
3899 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3900 message "No address associated with hostname" when gdbserver
3901 cannot resolve the hostname.
3902
5759ebb3
PW
39032018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3904
3905 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3906 Add some test prefixes to make tests unique.
3907
3606ccab
PW
39082018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3909
3910 * gdb.base/frameapply.c: New file.
3911 * gdb.base/frameapply.exp: New file.
3912
529c08b2
PW
39132018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3914
3915 * gdb.base/skip.exp: Update expected error message.
3916
c7ab0aef
SDJ
39172018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3918 Jan Kratochvil <jan.kratochvil@redhat.com>
3919 Paul Fertser <fercerpav@gmail.com>
3920 Tsutomu Seki <sekiriki@gmail.com>
3921
3922 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3923 parameter.
3924 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3925 by default.
3926 * boards/native-gdbserver.exp: Likewise.
3927 * gdb.server/run-without-local-binary.exp: Improve regexp used
3928 for detecting when a remote debugging connection succeeds.
3929 * gdb.server/server-connect.exp: New file.
3930 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3931 Do not prefix the port number with ":".
3932 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3933 support for detecting and using it. Add '$debughost_gdbserver'
3934 to the list of arguments used to start gdbserver. Handle case
3935 when gdbserver cannot resolve a network name.
3936
16ff70dd
SDJ
39372018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3938
3939 PR c++/23373
3940 * gdb.base/ptype-offsets.cc (struct static_member): New
3941 struct.
3942 (main) <stmember>: New variable.
3943 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3944 with a static member in it.
3945
3541979f
AB
39462018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3947
3948 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3949 watchpoints enabled and disabled.
3950
c8ad9b9a
AB
39512018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3952
3953 * gdb.base/examine-backward.exp: Still run tests around address
3954 0x0, even if address 0x0 is not readable. Update the pattern for
3955 matching address 0x0 in expected output.
3956
e0e5e971
AB
39572018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3958
3959 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3960 malloc/free.
3961
1ea5da02
TV
39622018-07-04 Tom de Vries <tdevries@suse.de>
3963
3964 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3965
471b9d15
MR
39662018-07-02 Maciej W. Rozycki <macro@mips.com>
3967
3968 PR tdep/8282
3969 * gdb.arch/mips-disassembler-options.exp: New test.
3970 * gdb.arch/mips-disassembler-options.s: New test source.
3971
75acb486
PA
39722018-06-29 Pedro Alves <palves@redhat.com>
3973
3974 * gdb.threads/names.exp: Adjust expected "info threads" output.
3975
cd2bb709
PA
39762018-06-29 Pedro Alves <palves@redhat.com>
3977
3978 * gdb.opt/inline-break.exp (line number, address): Add "info
3979 break" tests.
3980
991ff292
PA
39812018-06-29 Pedro Alves <palves@redhat.com>
3982
3983 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3984 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3985 number and address and running to them.
3986
356819b6 39872018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3988
3989 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3990
2512d7ef
JK
39912018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3992
3993 * lib/compiler.c: Remove executable permission flag.
3994
be1b6474
RB
39952018-06-28 Richard Bunt <richard.bunt@arm.com>
3996
3997 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3998 code.
3999 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4000
291f9a96
PT
40012018-06-28 Petr Tesarik <ptesarik@suse.cz>
4002
4003 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4004
ed6dfe51
PT
40052018-06-28 Petr Tesarik <ptesarik@suse.cz>
4006
4007 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4008 address argument is omitted.
4009
d4d429d5
PT
40102018-06-28 Petr Tesarik <ptesarik@suse.cz>
4011
4012 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4013
7ab6656f
OJ
40142018-06-27 Omair Javaid <omair.javaid@linaro.org>
4015
4016 PR gdb/21695
4017 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4018 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4019
a33ccfc7
TT
40202018-06-26 Tom Tromey <tom@tromey.com>
4021
4022 PR rust/22574:
4023 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4024 * gdb.rust/simple.rs (struct SimpleLayout): New.
4025
6d72d289
SM
40262018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4027
4028 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4029 "info registers" output.
4030
8363f9d5
RB
40312018-06-21 Richard Bunt <richard.bunt@arm.com>
4032
4033 * gdb.base/watchpoint-hw-attach.c: New test.
4034 * gdb.base/watchpoint-hw-attach.exp: New file.
4035
f00674fe
SM
40362018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4037
4038 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4039 through /bin/sh.
4040 * boards/dwarf4-gdb-index.exp: Likewise.
4041 * boards/fission-dwp.exp: Likewise.
4042
1d554008
UW
40432018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4044
4045 * gdb.base/float128.exp: Add comment and improved fail message
4046 to the failure case of "print large128" test.
4047
d0ac1c44
SM
40482018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4049
4050 * configure.ac: Remove AC_PREREQ.
4051 * configure: Re-generate.
4052
61b04dd0
PA
40532018-06-19 Pedro Alves <palves@redhat.com>
4054
4055 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4056 (func_extern_caller): New.
4057 (main): Call func_extern_caller.
4058 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4059 logic change.
4060
f63b508a
SM
40612018-06-18 Weimin Pan <weimin.pan@oracle.com>
4062
4063 PR gdb/16841
4064 * gdb.cp/typedef-base.cc: New file.
4065 * gdb.cp/typedef-base.exp: New file.
4066
0fe3a558
TV
40672018-06-18 Tom de Vries <tdevries@suse.de>
4068
4069 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4070
7010835a
AB
40712018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4072 Richard Bunt <Richard.Bunt@arm.com>
4073
4074 * gdb.threads/attach-slow-waitpid.c: New file.
4075 * gdb.threads/attach-slow-waitpid.exp: New file.
4076 * gdb.threads/slow-waitpid.c: New file.
4077
14897d65
PA
40782018-06-14 Pedro Alves <palves@redhat.com>
4079
4080 * gdb.base/fork-running-state.c: Include <errno.h>.
4081 (exit_if_relative_exits): New.
4082 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4083 exits.
4084 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4085 child exits.
4086
5d9a0608
TV
40872018-06-14 Tom de Vries <tdevries@suse.de>
4088
4089 PR cli/22573
4090 * gdb.base/finish-pretty.c: New test.
4091 * gdb.base/finish-pretty.exp: New file.
4092
11ae5818
PA
40932018-06-14 Pedro Alves <palves@redhat.com>
4094
4095 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4096 gdb's expected startup output.
4097
1d39de44
PA
40982018-06-14 Pedro Alves <palves@redhat.com>
4099
4100 * lib/selftest-support.exp (selftest_setup): Remove inlined
4101 function handling.
4102
70ee0000
TV
41032018-06-14 Tom de Vries <tdevries@suse.de>
4104
4105 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4106 matching of breakpoint printing.
4107
11f4b608
TV
41082018-06-13 Tom de Vries <tdevries@suse.de>
4109
4110 PR testsuite/23269
4111 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4112 (fork_child): ... here, and ...
4113 (fork_parent): ... here.
4114
41152018-06-12 Tom de Vries <tdevries@suse.de>
4116
4117 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4118
9516f85a
AB
41192018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4120 Stephen Roberts <stephen.roberts@arm.com>
4121
4122 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4123 rewrite test to describe action performed, rather than possible
4124 failure.
4125
5045b3d7
GB
41262018-06-08 Gary Benson <gbenson@redhat.com>
4127
4128 * gdb.threads/check-libthread-db.exp: New file.
4129 * gdb.threads/check-libthread-db.c: Likewise.
4130
c61b06a1
TT
41312018-06-05 Tom Tromey <tom@tromey.com>
4132
4133 * gdb.base/default.exp: Update expected "show version" output.
4134
eb6af809
TT
41352018-06-05 Tom Tromey <tom@tromey.com>
4136
4137 PR cli/12326:
4138 * gdb.cp/static-print-quit.exp: Update.
4139 * lib/gdb.exp (pagination_prompt): Update.
4140 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4141 * gdb.python/python.exp: Update.
4142
178d6a63
JB
41432018-06-04 Joel Brobecker <brobecker@adacore.com>
4144
4145 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4146
8e817061
JB
41472018-06-01 Joel Brobecker <brobecker@adacore.com>
4148
4149 * gdb.ada/bp_fun_addr: New testcase.
4150
e86ca25f
TT
41512018-06-01 Tom Tromey <tom@tromey.com>
4152
4153 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4154 results.
4155 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4156 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4157 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4158 * gdb.base/maint.exp (maint_pass_if): Update.
4159
4b2dfa9d
MR
41602018-05-31 Maciej W. Rozycki <macro@mips.com>
4161
4162 * gdb.base/endian.exp: New test.
4163 * gdb.base/endian.c: New test source.
4164
45f25d6c
AB
41652018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4166
4167 PR gdb/23203
4168 * gdb.base/bt-selected-frame.c: New file.
4169 * gdb.base/bt-selected-frame.exp: New file.
4170 * lib/gdb.exp (get_current_frame_number): New function.
4171
d9f6d7f8
MR
41722018-05-24 Maciej W. Rozycki <macro@mips.com>
4173 Pedro Alves <palves@redhat.com>
4174
4175 * gdb.threads/tls-core.c: Include <stdlib.h>
4176 (thread_proc): Call `abort'.
4177 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4178 (tls_core_test): New procedure, bits factored out from ...
4179 (top level): ... here. Test both native cores and gcore cores.
4180
ff1cf532
TT
41812018-05-23 Tom Tromey <tom@tromey.com>
4182
4183 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4184
b98664d3
TT
41852018-05-23 Tom Tromey <tom@tromey.com>
4186
4187 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4188 symfile_complaints.
4189 (test_short_complaints): Likewise.
4190 (test_empty_complaints): Likewise.
4191 (test_initial_complaints): Update.
4192
4e9668d0
TT
41932018-05-23 Tom Tromey <tom@tromey.com>
4194
4195 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4196
43ba33c7
TT
41972018-05-23 Tom Tromey <tom@tromey.com>
4198
4199 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4200 (test_short_complaints): Update.
4201
035522c0
PA
42022018-05-22 Pedro Alves <palves@redhat.com>
4203
4204 * gdb.base/remote.exp: Only gdb_start after compiling the
4205 testcase. Issue "disconnect" before testing "set remote" command
4206 defaults. Issue clean_restart before running to main.
4207
cc0be08f
PA
42082018-05-22 Pedro Alves <palves@redhat.com>
4209
4210 * gdb.base/remote.exp: Adjust expected output of "show remote
4211 memory-write-packet-size". Add tests for "set remote
4212 memory-write-packet-size 0" and "set remote
4213 memory-write-packet-size fixed/limit".
4214
b1b60145
PA
42152018-05-22 Pedro Alves <palves@redhat.com>
4216
4217 PR gdb/22973
4218 * gdb.base/utf8-identifiers.c: New file.
4219 * gdb.base/utf8-identifiers.exp: New file.
4220
0ec848ad
PFC
42212018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4222
4223 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4224
2c3305f6
PFC
42252018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4226
4227 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4228
ce1e8424
TT
42292018-05-18 Tom Tromey <tom@tromey.com>
4230
4231 * gdb.base/ptype-offsets.exp: Update.
4232
ddfe970e
KS
42332018-05-17 Keith Seitz <keiths@redhat.com>
4234
4235 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4236 in expected breakpoint stop locations.
4237 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4238 move to proper scope to test variable values.
4239 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4240 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4241 New functions.
4242 (main): Call not_inline_func3.
4243 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4244 inline_func1, inline_func2, and inline_func3. Test that when each
4245 breakpoint is hit, GDB properly reports both the stop location
4246 and the backtrace. Repeat tests for temporary breakpoints.
4247
0726fcc6
MR
42482018-05-15 Maciej W. Rozycki <macro@mips.com>
4249
4250 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4251 rather then trying to access it in determining whether the PID
4252 of `gdbserver' could have been retrieved.
4253
8ee22052
AB
42542018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4255
4256 * gdb.arch/amd64-init-x87-values.S: New file.
4257 * gdb.arch/amd64-init-x87-values.exp: New file.
4258
7785df48
JK
42592018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4260
4261 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4262
56bcdbea
TT
42632018-05-04 Tom Tromey <tom@tromey.com>
4264
4265 PR python/22730:
4266 * gdb.python/python.exp: Test multi-line execute.
4267
a913fffb
TT
42682018-05-04 Tom Tromey <tom@tromey.com>
4269
4270 PR python/22731:
4271 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4272
7a2c85f2
TT
42732018-05-04 Tom Tromey <tom@tromey.com>
4274
4275 PR gdb/11750:
4276 * gdb.base/define.exp: Test defining a user command inside a user
4277 command.
4278 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4279
a3b60e45
JK
42802018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4281 Pedro Alves <palves@redhat.com>
4282
4283 PR breakpoints/19806 and support for PR external/20207.
4284 * gdb.base/watchpoint-unaligned.c: New file.
4285 * gdb.base/watchpoint-unaligned.exp: New file.
4286
45fe4a03
AB
42872018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4288
4289 * gdb.base/maint.exp: Make test names unique, use
4290 test_prefix_command_help to test 'help maint info', and remove
4291 repeated test of 'help maint'.
4292
9be2ae8f
TT
42932018-05-04 Tom Tromey <tom@tromey.com>
4294
4295 PR gdb/22619:
4296 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4297 behavior.
4298
11859c31
AB
42992018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4300
4301 * gdb.base/maint.exp: Process output from 'maint print registers'
4302 line at a time.
4303
089a9490
AB
43042018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4305
4306 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4307 timeout.
4308
9b0797e2
AB
43092018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4310
4311 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4312 filter pattern.
4313
f6ac5f3d
PA
43142018-05-02 Pedro Alves <palves@redhat.com>
4315
4316 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4317 to_log_command renames.
4318 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4319
77d3c63b
TT
43202018-05-02 Tom Tromey <tom@tromey.com>
4321
4322 * gdb.python/py-parameter.exp: Set test message.
4323
0489430a
TT
43242018-05-02 Tom Tromey <tom@tromey.com>
4325
4326 PR python/20084:
4327 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4328 PARAM_ZUINTEGER_UNLIMITED tests.
4329
1632f8ba
DR
43302018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4331
4332 PR rust/23124
4333 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4334 when casting.
4335
6d7bb824
TT
43362018-04-30 Tom Tromey <tom@tromey.com>
4337
4338 * gdb.python/py-type.exp: Check align attribute.
4339 * gdb.python/py-type.c: New "aligncheck" global.
4340
007e1530
TT
43412018-04-30 Tom Tromey <tom@tromey.com>
4342
4343 PR exp/17095:
4344 * gdb.dwarf2/dw2-align.exp: New file.
4345 * gdb.cp/align.exp: New file.
4346 * gdb.base/align.exp: New file.
4347 * lib/gdb.exp (gdb_int128_helper): New proc.
4348 (has_int128_c, has_int128_cxx): New caching procs.
4349
6873858b
TT
43502018-04-27 Tom Tromey <tom@tromey.com>
4351
4352 PR rust/22545:
4353 * gdb.rust/simple.exp: Add inclusive range tests.
4354
79188d8d
PA
43552018-04-26 Pedro Alves <palves@redhat.com>
4356
4357 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4358 ifunc breakpoint locations correctly of ifunc breakpoints set
4359 while the program resolves the ifunc.
4360
c7075ad5
PA
43612018-04-26 Pedro Alves <palves@redhat.com>
4362
4363 * gdb.base/gnu-ifunc-final.c: New file.
4364 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4365 * gdb.base/gnu-ifunc.exp (executable): Delete.
4366 (staticexecutable): Adjust.
4367 (lib_opts, exec_opts): Delete.
4368 (make_binsuffix, build, set-break): New procedures.
4369 (misc_tests): New, with tests factored out from the top level.
4370 (top level): Test different combinations of ifunc resolver name,
4371 resolver with and with debug info, and ifunc target with and
4372 without debug info. Wrap static tests with with_target_prefix.
4373
8388016d
PA
43742018-04-26 Pedro Alves <palves@redhat.com>
4375
4376 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4377 return type" warnings.
4378
249b5733
PA
43792018-04-25 Pedro Alves <palves@redhat.com>
4380
4381 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4382 killed".
4383 * gdb.base/kill-after-signal.exp: Likewise.
4384 * gdb.threads/kill.exp: Likewise.
4385
f67c0c91
SDJ
43862018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4387 Sergio Durigan Junior <sergiodj@redhat.com>
4388 Pedro Alves <palves@redhat.com>
4389
4390 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4391 regexps to expect for '[Inferior ... detached]' as well.
4392 * gdb.base/attach.exp: Likewise.
4393 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4394 "gdb_continue_to_end".
4395 (test_catch_syscall_with_wrong_args): Likewise.
4396 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4397 ']'. Don't set 'verbose' on.
4398 * gdb.base/foll-vfork.exp: Likewise.
4399 * gdb.base/fork-print-inferior-events.c: New file.
4400 * gdb.base/fork-print-inferior-events.exp: New file.
4401 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4402 '[Inferior ... has been killed]' message.
4403 * gdb.base/kill-after-signal.exp: Likewise.
4404 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4405 detach message.
4406 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4407 message.
4408 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4409 regexps to expect for '[Inferior ... detached]' as well.
4410 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4411
0a8ddac4
SM
44122018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4413
4414 PR gdb/23104
4415 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4416
d27d16bf
RB
44172018-04-19 Richard Bunt <richard.bunt@arm.com>
4418
4419 * gdb.threads/multiple-successive-infcall.c: New test.
4420 * gdb.threads/multiple-successive-infcall.exp: New file.
4421
a037790e
TT
44222018-04-17 Tom Tromey <tom@tromey.com>
4423
4424 * gdb.rust/simple.rs (Union): New type.
4425 (main): New local "u".
4426 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4427
e3a91079
AA
44282018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4429
4430 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4431 number information in output of "whereis" command.
4432 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4433
b744723f
AA
44342018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4435
4436 * gdb.ada/info_types.exp: Adjust expected output to the line
4437 numbers now printed by "info var/func/type".
4438 * gdb.base/completion.exp: Likewise.
4439 * gdb.base/included.exp: Likewise.
4440 * gdb.cp/cp-relocate.exp: Likewise.
4441 * gdb.cp/cplusfuncs.exp: Likewise.
4442 * gdb.cp/namespace.exp: Likewise.
4443 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4444
4a4495d6
MM
44452018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4446
4447 * gdb.btrace/cpu.exp: New.
4448
1d509aa6
MM
44492018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4450
4451 * gdb.base/step-indirect-call-thunk.exp: New.
4452 * gdb.base/step-indirect-call-thunk.c: New.
4453 * gdb.reverse/step-indirect-call-thunk.exp: New.
4454 * gdb.reverse/step-indirect-call-thunk.c: New.
4455
6295b6da
SM
44562018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4457
4458 * gdb.base/pie-fork.c: New file.
4459 * gdb.base/pie-fork.exp: New file.
4460
50146e70
TT
44612018-04-11 Tom Tromey <tom@tromey.com>
4462
4463 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4464
f50d8a2e
PA
44652018-04-10 Pedro Alves <palves@redhat.com>
4466
4467 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4468 exits. Instead loop running forever.
4469 (fork_parent): Run forever too.
4470
a0be7a36
SM
44712018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4472
4473 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4474 mi_continue_to_line.
4475 * gdb.mi/mi-stack.c (callee4): Add comment.
4476
9b73db36
SM
44772018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4478
4479 * gdb.mi/mi-stack.exp: Fix indentation.
4480
c912f608
SM
44812018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4482
4483 PR gdb/22979
4484 * gdb.arch/amd64-osabi.exp: New file.
4485
26540402
SM
44862018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4487
4488 PR gdb/22980
4489 * gdb.base/osabi.exp: New file.
4490
121ad66c 44912018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4492
4493 * gdb.cp/static-typedef-print.exp: New file.
4494 * gdb.cp/static-typedef-print.cc: New file.
4495
3fcded8f
JB
44962018-03-27 Joel Brobecker <brobecker@adacore.com>
4497
4498 * gdb.ada/varsize_limit: New testcase.
4499
59cc4834
JB
45002018-03-27 Joel Brobecker <brobecker@adacore.com>
4501
4502 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4503
4504 * gdb.ada/notcplusplus: New testcase.
4505
4506 * gdb.base/c-linkage-name.c: New file.
4507 * gdb.base/c-linkage-name.exp: New testcase.
4508
4ca59a9f
TT
45092018-03-26 Tom Tromey <tom@tromey.com>
4510
4511 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4512 * gdb.python/py-framefilter.py (name_error): New global.
4513 (ErrorInName.function): Use name_error.
4514
978d6c75
TT
45152018-03-26 Tom Tromey <tom@tromey.com>
4516
4517 PR backtrace/15582:
4518 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4519
b7fee5a3
KS
45202018-03-23 Keith Seitz <keiths@redhat.com>
4521
4522 PR c++/22968
4523 * gdb.cp/subtypes.exp: New file.
4524 * gdb.cp/subtypes.h: New file.
4525 * gdb.cp/subtypes.cc: New file.
4526 * gdb.cp/subtypes-2.cc: New file.
4527
376be529
AB
45282018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4529
4530 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4531 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4532 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4533 -nostartfiles when compiling the test. Confirm that all registers
4534 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4535
066cfa98
AB
45362018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4537
4538 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4539 option, syntax was wrong anyway.
4540 * gdb.arch/arm-disp-step.exp: Likewise.
4541 * gdb.arch/sparc64-regs.exp: Likewise.
4542 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4543 option, syntax was wrong anyway, switch to use
4544 prepare_for_testing.
4545 * gdb.arch/i386-disp-step.exp: Likewise.
4546
079670b9
AA
45472018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4548
4549 * gdb.ada/exec_changed.exp: Replace "target_info exists
4550 use_gdb_stub" by "use_gdb_stub".
4551 * gdb.ada/start.exp: Likewise.
4552 * gdb.base/async-shell.exp: Likewise.
4553 * gdb.base/attach-pie-misread.exp: Likewise.
4554 * gdb.base/attach-wait-input.exp: Likewise.
4555 * gdb.base/break-entry.exp: Likewise.
4556 * gdb.base/break-interp.exp: Likewise.
4557 * gdb.base/dprintf-detach.exp: Likewise.
4558 * gdb.base/nostdlib.exp: Likewise.
4559 * gdb.base/solib-nodir.exp: Likewise.
4560 * gdb.base/statistics.exp: Likewise.
4561 * gdb.base/testenv.exp: Likewise.
4562 * gdb.mi/mi-exec-run.exp: Likewise.
4563 * gdb.mi/mi-start.exp: Likewise.
4564 * gdb.multi/dummy-frame-restore.exp: Likewise.
4565 * gdb.multi/multi-arch-exec.exp: Likewise.
4566 * gdb.multi/multi-arch.exp: Likewise.
4567 * gdb.multi/tids.exp: Likewise.
4568 * gdb.multi/watchpoint-multi.exp: Likewise.
4569 * gdb.python/py-events.exp: Likewise.
4570 * gdb.threads/attach-into-signal.exp: Likewise.
4571 * gdb.threads/attach-stopped.exp: Likewise.
4572 * gdb.threads/threadapply.exp: Likewise.
4573 * lib/selftest-support.exp: Likewise.
4574
26d6cec4
AA
45752018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4576
4577 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4578
4ee89e90
SR
45792018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4580
4581 * gdb.perf/template-breakpoints.cc: New file.
4582 * gdb.perf/template-breakpoints.exp: New file.
4583 * gdb.perf/template-breakpoints.py: New file.
4584
92630041
TT
45852018-03-19 Tom Tromey <tom@tromey.com>
4586
4587 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4588 y0.
4589 * gdb.rust/simple.exp: Test bare identifier form of struct
4590 initializer.
4591
76727919
TT
45922018-03-19 Tom Tromey <tom@tromey.com>
4593
4594 * gdb.gdb/observer.exp: Remove.
4595
194ed413
AA
45962018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4597
4598 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4599 "qualified" option when setting breakpoints.
4600 * gdb.trace/backtrace.exp: Likewise.
4601 * gdb.trace/circ.exp: Likewise.
4602 * gdb.trace/collection.exp: Likewise.
4603 * gdb.trace/disconnected-tracing.exp: Likewise.
4604 * gdb.trace/ftrace-lock.exp: Likewise.
4605 * gdb.trace/ftrace.exp: Likewise.
4606 * gdb.trace/infotrace.exp: Likewise.
4607 * gdb.trace/packetlen.exp: Likewise.
4608 * gdb.trace/passc-dyn.exp: Likewise.
4609 * gdb.trace/qtro.exp: Likewise.
4610 * gdb.trace/read-memory.exp: Likewise.
4611 * gdb.trace/report.exp: Likewise.
4612 * gdb.trace/signal.exp: Likewise.
4613 * gdb.trace/status-stop.exp: Likewise.
4614 * gdb.trace/strace.exp: Likewise.
4615 * gdb.trace/tfind.exp: Likewise.
4616 * gdb.trace/trace-break.exp: Likewise.
4617 * gdb.trace/trace-condition.exp: Likewise.
4618 * gdb.trace/trace-mt.exp: Likewise.
4619 * gdb.trace/tstatus.exp: Likewise.
4620 * gdb.trace/tsv.exp: Likewise.
4621 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4622 * gdb.trace/unavailable.exp: Likewise.
4623 * gdb.trace/while-dyn.exp: Likewise.
4624
8b067d2c
AA
46252018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4626
4627 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4628 that libinproctrace is copied to the target.
4629
3ae9ce5d
TT
46302018-03-14 Tom Tromey <tom@tromey.com>
4631
4632 PR cli/14977:
4633 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4634 a null pointer.
4635 * gdb.base/wchar.exp: Likewise.
4636
b8c2339b
TT
46372018-03-14 Tom Tromey <tom@tromey.com>
4638
4639 PR cli/19918:
4640 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4641 flag.
4642
4872dc46
SM
46432018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4644
4645 PR gdb/22841
4646 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4647 "target" to remote_exec.
4648
e4fe3756
SM
46492018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4650
4651 PR gdb/22841
4652 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4653 ${board}_upload): Remove.
4654
e95a97d4
AA
46552018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4656
4657 * gdb.cp/watch-cp.cc: New test.
4658 * gdb.cp/watch-cp.exp: New file.
4659
dbbb1059
AB
46602018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4661
4662 * gdb.base/infcall-nested-structs.exp: New file.
4663 * gdb.base/infcall-nested-structs.c: New file.
4664 * gdb.base/float.exp: Add riscv support.
4665
ecc054c0
TP
46662018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4667
4668 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4669 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4670
25e3c82c
SDJ
46712018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4672
4673 * gdb.server/abspath.exp: New file.
4674 * lib/gdb.exp (with_cwd): New procedure.
4675
3083294d
SM
46762018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4677
4678 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4679 use it.
4680 (gdb_is_target_remote_prompt): New proc.
4681 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4682 (gdb_is_target_native): Pass prompt parameter to
4683 gdb_is_target_1.
4684
3275ef47
SM
46852018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4686
4687 * gdb.base/load-command.c: New file.
4688 * gdb.base/load-command.exp: New file.
4689 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4690 (gdb_is_target_1): ...this, and generalize for other targets
4691 than just remote.
4692 (gdb_is_target_remote): Use gdb_is_target_1.
4693 (gdb_is_target_native): use gdb_is_target_1.
4694
6893c19a
TT
46952018-02-26 Tom Tromey <tom@tromey.com>
4696
4697 PR python/16497:
4698 * gdb.python/py-framefilter.exp: Update test.
4699
2ddeaf8a
TT
47002018-02-26 Tom Tromey <tom@tromey.com>
4701
4702 * gdb.dwarf2/variant.c: New file.
4703 * gdb.dwarf2/variant.exp: New file.
4704
c9317f21
TT
47052018-02-26 Tom Tromey <tom@tromey.com>
4706
4707 * gdb.rust/simple.exp: Accept more possible results in enum test.
4708
6f6d0c26
SM
47092018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4710
4711 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4712 parentheses.
4713
11b03145
MR
47142018-02-23 Maciej W. Rozycki <macro@mips.com>
4715
4716 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4717 name of a variable: $actual_linejj -> $actual_line.
4718
54a27fe5
JB
47192018-02-21 John Baldwin <jhb@FreeBSD.org>
4720
4721 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4722
de65820c
MM
47232018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4724
4725 * gdb.btrace/buffer-size.exp: Do not force BTS.
4726
980548fd
PA
47272018-02-14 Pedro Alves <palves@redhat.com>
4728
4729 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4730 getting a "Quit".
4731
c4e12631
MM
47322018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4733
4734 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4735 Fix test name.
4736
c2e0e465
SM
47372018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4738
4739 * gdb.cp/m-static.exp: Check type of optimized out static
4740 member.
4741
f7216783
AB
47422018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4743
4744 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4745 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4746
0625771b
LS
47472018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4748 Leszek Swirski <leszeks@google.com>
4749
4750 * gdb.python/py-prettyprint.c
4751 (struct to_string_returns_value_inner,
4752 struct to_string_returns_value_wrapper): New.
4753 (main): Add tsrvw variable.
4754 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4755 ToStringReturnsValueWrapper): New classes.
4756 (register_pretty_printers): Register new pretty-printers.
4757 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4758 recursive pretty printer.
4759 * gdb.python/py-mi.exp: Likewise.
4760
59498c30
LS
47612018-02-01 Leszek Swirski <leszeks@google.com>
4762
4763 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4764 functions with the same name as an include file are parsed
4765 correctly.
4766
d4d38844
YQ
47672018-02-01 Yao Qi <yao.qi@linaro.org>
4768
4769 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4770 "\[^\r\n\]*".
4771
07e5f5cf
NP
47722018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4773
4774 * gdb.arch/powerpc-prologue-frame.s: New file.
4775 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4776 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4777
929b5ad4
JB
47782018-01-31 Joel Brobecker <brobecker@adacore.com>
4779
4780 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4781
e671cd59
PA
47822018-01-30 Pedro Alves <palves@redhat.com>
4783
4784 PR gdb/13211
4785 * gdb.base/interrupt-daemon.c: New.
4786 * gdb.base/interrupt-daemon.exp: New.
4787 * gdb.multi/multi-term-settings.c: New.
4788 * gdb.multi/multi-term-settings.exp: New.
4789
fc413dc4
JB
47902018-01-30 Joel Brobecker <brobecker@adacore.com>
4791
4792 * gdb.base/break.exp: Save the location where the breakpoint
4793 on break.c:47 was actually inserted when debugging the version
4794 compiled at -O2 and use it in the expected output of the "info
4795 break" test performed soon after.
4796
5c319bb2
PA
47972018-01-22 Pedro Alves <palves@redhat.com>
4798 Sergio Durigan Junior <sergiodj@redhat.com>
4799
4800 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4801 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4802
a9e40818
JB
48032018-01-22 Joel Brobecker <brobecker@adacore.com>
4804
4805 * gdb.base/break-include.c, gdb.base/break-include.inc,
4806 gdb.base/break-include.exp: New files.
4807 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4808 line number now being the actual line number where the breakpoint
4809 was inserted.
4810 * gdb.mi/mi-break.exp: Likewise.
4811 * gdb.mi/mi-reverse.exp: Likewise.
4812 * gdb.mi/mi-simplerun.exp: Ditto.
4813
e707fc44
AB
48142018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4815
4816 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4817 varobj.
4818 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4819
ae451627
AB
48202018-01-21 Don Breazeal <donb@codesourcery.com>
4821 Andrew Burgess <andrew.burgess@embecosm.com>
4822
4823 * gdb.mi/basics.c: Add new global.
4824 * gdb.mi/mi-frame-regs.exp: New file.
4825 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4826 case.
4827
b1b189e0
AB
48282018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4829
4830 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4831 non-parameter, and on an unknown symbol.
4832
fcfcc376
TT
48332018-01-19 Tom Tromey <tom@tromey.com>
4834
4835 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4836 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4837
634c1c31
AA
48382018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4839
4840 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4841 setrlimit and chdir to int.
4842
d6ad07fd
AA
48432018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4844
4845 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4846 function.
4847 (my_tend): Likewise.
4848 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4849 rationale of avoiding FP- and vector instructions.
4850
adf8243b
RK
48512018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4852
4853 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4854 "info reg" with "\[ \t\]*".
4855 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4856 "\[ \t\]+".
4857 * gdb.arch/s390-multiarch.exp: Ditto.
4858 * gdb.base/pc-fp.exp: Ditto.
4859 * gdb.reverse/i386-precsave.exp: Ditto.
4860 * gdb.reverse/i386-reverse.exp: Ditto.
4861 * gdb.reverse/i387-env-reverse.exp: Ditto.
4862 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4863
dcc06925
AA
48642018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4865
4866 * lib/gdb.exp (gdb_compile): Re-enable use of
4867 universal_compile_options for languages other than Rust.
4868
25d4fd80
AA
48692018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4870
4871 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4872
ee7f689e 48732018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4874
4875 PR gdb/16577
4876 * gdb.base/solib-vanish.exp: New.
4877 * gdb.base/solib-vanish-main.c: New.
4878 * gdb.base/solib-vanish-lib1.c: New.
4879 * gdb.base/solib-vanish-lib2.c: New.
4880
d8447b6b
YQ
48812018-01-17 Yao Qi <yao.qi@linaro.org>
4882
4883 * gdb.compile/compile.exp: Match the address printed for
4884 frame in the output of command "bt".
4885
86d6a90c
TT
48862018-01-15 Tom Tromey <tom@tromey.com>
4887
4888 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4889 compute sp_reg.
4890
cbcdb1aa
AB
48912018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4892
4893 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4894 to prepare.
4895 (prepare): Return 0 on error, 1 on success.
4896
eea61984
PA
48972018-01-12 Pedro Alves <palves@redhat.com>
4898
4899 * gdb.base/continue-after-aborted-step-over.c: New.
4900 * gdb.base/continue-after-aborted-step-over.exp: New.
4901
6181e9c2
SM
49022018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4903
4904 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4905 options when not creating an executable.
4906
3cada740
PA
49072018-01-11 Pedro Alves <palves@redhat.com>
4908
4909 PR remote/22597
4910 * gdb.server/stop-reply-no-thread.c: New file.
4911 * gdb.server/stop-reply-no-thread.exp: New file.
4912
c63d3e8d
PA
49132018-01-10 Pedro Alves <palves@redhat.com>
4914
4915 PR gdb/22670
4916 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4917 functions too. Test setting breakpoints and printing C functions
4918 with no debug info too.
4919 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4920
d4c2a405
PA
49212018-01-10 Pedro Alves <palves@redhat.com>
4922
4923 PR gdb/22670
4924 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4925 a fail.
4926
8825213e
PA
49272018-01-10 Pedro Alves <palves@redhat.com>
4928
4929 PR gdb/22670
4930 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4931
605fd3c6
YQ
49322018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4933
4934 * gdb.server/unittest.exp: Match the output in non-development
4935 mode.
4936
1e5ded6c
YQ
49372018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4938
4939 * gdb.gdb/unittest.exp: Match output in non-development mode.
4940
30066b0b
JB
49412018-01-08 Joel Brobecker <brobecker@adacore.com>
4942
4943 * gdb.ada/access_tagged_param.exp: Relax expected output
4944 for value of "ObjL" in "continue" to pck.inspect breakpoint
4945 test.
4946
04bafb1e
XR
49472018-01-08 Joel Brobecker <brobecker@adacore.com>
4948
9f86398b
JB
4949 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4950 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4951
e379cee6
PA
49522018-01-05 Pedro Alves <palves@redhat.com>
4953
4954 PR gdb/18653
4955 * gdb.base/libsegfault.exp: New.
4956
de63c46b
PA
49572018-01-05 Joel Brobecker <brobecker@adacore.com>
4958
4959 PR gdb/22670
4960 * gdb.ada/access_tagged_param.exp: New file.
4961 * gdb.ada/access_tagged_param/foo.adb: New file.
4962
f98fc17b
PA
49632018-01-05 Pedro Alves <palves@redhat.com>
4964
4965 PR gdb/22670
4966 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4967 exercise lower case too, and to exercise both full matching and
4968 wild matching.
4969
342f8240
JB
49702018-01-05 Joel Brobecker <brobecker@adacore.com>
4971
4972 * gdb.ada/rename_subscript_param: New testcase.
4973
7150d33c
JG
49742018-01-05 Jerome Guitton <guitton@adacore.com>
4975
4976 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4977
cc0e770c
JB
49782018-01-05 Joel Brobecker <brobecker@adacore.com>
4979
4980 * gdb.ada/convvar_comp: New testcase.
4981
672a41aa 49822018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4983
4984 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4985 (My_Table): New global variable.
4986 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4987
7365ec2f
JB
49882018-01-04 Joel Brobecker <brobecker@adacore.com>
4989
4990 PR gdb/22670
4991 * gdb.ada/maint_with_ada: New testcase.
4992
289483b6
JB
49932018-01-04 Joel Brobecker <brobecker@adacore.com>
4994
4995 PR gdb/22670
4996 * gdb.ada/bp_c_mixed_case: New testcase.
4997
344420da
JB
49982018-01-04 Joel Brobecker <brobecker@adacore.com>
4999
5000 PR gdb/22670
5001 * gdb.ada/complete.exp: Add "complete break ada" test.
5002
66fc87a0
JB
50032018-01-04 Joel Brobecker <brobecker@adacore.com>
5004
5005 PR gdb/22670
5006 * gdb.ada/info_addr_mixed_case: New testcase.
5007
9f757bf7
XR
50082018-01-03 Xavier Roirand <roirand@adacore.com>
5009
5010 * gdb.ada/excep_handle.exp: New testcase.
5011 * gdb.ada/excep_handle/foo.adb: New file.
5012 * gdb.ada/excep_handle/pck.ads: New file.
5013
bd570f80
JB
50142018-01-03 Joel Brobecker <brobecker@adacore.com>
5015
5016 * gdb.base/step-line.c: Add extra empty line in copyright header.
5017 * gdb.base/step-line.inp: Likewise.
5018
9fe561ab
JB
50192018-01-02 Joel Brobecker <brobecker@adacore.com>
5020
5021 * gdb.ada/dyn_stride.exp: Add slice test.
5022
a405673c
JB
50232018-01-02 Joel Brobecker <brobecker@adacore.com>
5024
5025 * gdb.ada/dyn_stride: New testcase.
5026
cef0f868
SH
50272017-12-27 Stafford Horne <shorne@gmail.com>
5028
5029 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5030 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5031
b67d92b0
SH
50322017-12-27 Stafford Horne <shorne@gmail.com>
5033
5034 * gdb.base/reggroups.c: New file.
5035 * gdb.base/reggroups.exp: New file.
5036
eccab96d
JB
50372017-12-18 Joel Brobecker <brobecker@adacore.com>
5038
5039 * gdb.dwarf2/ada-valprint-error.c: New file.
5040 * gdb.dwarf2/ada-valprint-error.exp: New file.
5041
0e2da9f0
JB
50422017-12-18 Joel Brobecker <brobecker@adacore.com>
5043
5044 * gdb.ada/assign_arr: New testcase.
5045
cb923fcc
XR
50462017-12-18 Xavier Roirand <roirand@adacore.com>
5047
5048 * gdb.ada/funcall_ptr: New testcase.
5049
7c161838
SDJ
50502017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5051
5052 PR cli/16224
5053 * gdb.base/ptype-offsets.cc: New file.
5054 * gdb.base/ptype-offsets.exp: New file.
5055
1af17fd9
YQ
50562017-12-15 Yao Qi <yao.qi@linaro.org>
5057
5058 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5059 if XML is disabled.
5060
828d5846
XR
50612017-12-15 Xavier Roirand <roirand@adacore.com>
5062
5063 * gdb.ada/same_component_name: New testcase.
5064
79e8fcaa
JB
50652017-12-14 Joel Brobecker <brobecker@adacore.com>
5066
5067 * gdb.ada/str_binop_equal: New testcase.
5068
e05fa6f9
JB
50692017-12-14 Joel Brobecker <brobecker@adacore.com>
5070
5071 * gdb.ada/task_switch_in_core: New testcase.
5072
b89641ba
SM
50732017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5074
5075 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5076 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5077 call test_bkpt_qualified.
5078 (test_bkpt_qualified): New proc.
5079
6892d2e4
PA
50802017-12-13 Pedro Alves <palves@redhat.com>
5081
5082 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5083 Tighten regexp by matching with an anchor.
5084
a22ecf70
PA
50852017-12-13 Pedro Alves <palves@redhat.com>
5086
5087 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5088 ("expression with namespace"): New set of tests.
5089 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5090 (Nested::Test_NS::qux): New.
5091 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5092 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5093
9937536c
JB
50942017-12-13 Joel Brobecker <brobecker@adacore.com>
5095
5096 * gdb.base/server-del-break.c: New file.
5097 * gdb.base/server-del-break.exp: New file.
5098
fe49c6f5
SH
50992017-12-12 Stafford Horne <shorne@gmail.com>
5100
5101 * gdb.xml/tdesc-regs.exp: Add or1k support.
5102
c3d18620
SH
51032017-12-12 Stafford Horne <shorne@gmail.com>
5104
5105 * gdb.base/bp-permanent.c: Define nop of or1k.
5106
c5f9cfc8
JB
51072017-12-11 Joel Brobecker <brobecker@adacore.com>
5108
5109 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5110 output with components being reordered.
5111
a9c135fc
JB
51122017-12-11 Joel Brobecker <brobecker@adacore.com>
5113
5114 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5115 output with components being reordered.
5116
927aa2e7
JK
51172017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5118 Pedro Alves <palves@redhat.com>
5119
5120 * gdb.base/maint.exp (check for .gdb_index): Check also for
5121 .debug_names.
5122 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5123 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5124 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5125 (.gdb_index used after symbol reloading): Support also .debug_names.
5126 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5127
f17d9474
YQ
51282017-12-08 Yao Qi <yao.qi@linaro.org>
5129
5130 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5131 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5132
a0de8c21
YQ
51332017-12-08 Yao Qi <yao.qi@linaro.org>
5134
5135 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5136 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5137
a738ea1d
YQ
51382017-12-08 Yao Qi <yao.qi@linaro.org>
5139
5140 * gdb.arch/aarch64-tagged-pointer.c: New file.
5141 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5142
1cd9a73b
SDJ
51432017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5144
5145 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5146 "int".
5147
fa6eb693
KS
51482017-12-07 Keith Seitz <keiths@redhat.com>
5149
5150 PR breakpoints/22569
5151 * gdb.linespec/ls-errs.exp: Change expected result of "break
5152 -source this file has spaces.c -line 3".
5153 Check that an explicit source file followed by whitespace is
5154 identified as an invalid explicit location.
5155
883fd55a
KS
51562017-12-07 Keith Seitz <keiths@redhat.com>
5157
5158 * gdb.cp/nested-types.cc: New file.
5159 * gdb.cp/nested-types.exp: New file.
5160 * lib/cp-support.exp: Load data-structures.exp library.
5161 (debug_cp_test_ptype_class): New global.
5162 (cp_ptype_class_verbose, next_line): New procedures.
5163 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5164 Add and document new return value.
5165 Switch the list of lines to a queue.
5166 Add support for new `type' key for nested type definitions.
5167 Add debugging/troubleshooting messages.
5168 * lib/data-structures.exp: New file.
5169
ec72db3e
SM
51702017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5171
5172 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5173 with proc_with_prefix, don't use with_test_prefix.
5174
99598d71
TT
51752017-12-07 Tom Tromey <tom@tromey.com>
5176
5177 * gdb.base/break.exp: Add test for empty "commands".
5178
a8806230
YQ
51792017-12-07 Yao Qi <yao.qi@linaro.org>
5180
5181 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5182 malloc and catch syscall.
5183
824cc835
PM
51842017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5185
e79be6e5 5186 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
5187 tests for explicit locations.
5188
7cc244de
PA
51892017-12-06 Pedro Alves <palves@redhat.com>
5190
5191 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5192 force-disabling XML descriptions.
5193
50a1fdd5
PA
51942017-12-04 Pedro Alves <palves@redhat.com>
5195
5196 PR gdb/22499
5197 * gdb.arch/amd64-disp-step-avx.S: New file.
5198 * gdb.arch/amd64-disp-step-avx.exp: New file.
5199
f0fb2488
PA
52002017-12-03 Pedro Alves <palves@redhat.com>
5201
5202 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5203 and <string.h>.
5204 (parent_function): Print distinct messages when waitpid fails, or
5205 the child exits with a signal, or the child exits for an unhandled
5206 reason.
5207 * gdb.threads/process-dies-while-detaching.exp
5208 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5209 it. Wait for both inferior output and GDB's prompt. Use an
5210 indirect spawn id list.
5211 (do_detach): New parameter 'child_exit'. Use it to compute
5212 expected inferior output.
5213 (test_detach, test_detach_watch, test_detach_killed_outside):
5214 Adjust to pass down the expected child exit kind.
5215
97cbe998
SDJ
52162017-12-01 Joel Brobecker <brobecker@adacore.com>
5217 Sergio Durigan Junior <sergiodj@redhat.com>
5218 Pedro Alves <palves@redhat.com>
5219
5220 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5221
40fc416f
SDJ
52222017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5223
5224 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5225 to 'symbol-file' and 'add-symbol-file' can be
5226 position-independent.
5227
1cc75e92
YQ
52282017-12-01 Yao Qi <yao.qi@linaro.org>
5229
5230 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5231 the URL in copyright header.
5232 * gdb.arch/aarch64-fp.exp: Likewise.
5233 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5234 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5235 * gdb.base/expand-psymtabs.exp: Likewise.
5236 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5237 * gdb.fortran/common-block.exp: Likewise.
5238 * gdb.fortran/common-block.f90: Likewise.
5239 * gdb.fortran/logical.exp: Likewise.
5240 * gdb.fortran/vla-datatypes.f90: Likewise.
5241 * gdb.fortran/vla-sub.f90: Likewise.
5242
875fb7a7
JB
52432017-11-30 Joel Brobecker <brobecker@adacore.com>
5244
5245 * gdb.ada/repeat_dyn: New testcase.
5246
6f14765f
UW
52472017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5248
5249 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5250 Update for changed thread numbering.
5251 * gdb.cell/bt.exp: Update for changed GDB output.
5252
f1af7b94
SM
52532017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5254
5255 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5256 setting isremote by hand.
5257 * boards/dwarf4-gdb-index.exp: Likewise.
5258 * boards/fission.exp: Likewise.
5259 * boards/stabs.exp: Likewise.
5260
e3919f3e
PA
52612017-11-30 Pedro Alves <palves@redhat.com>
5262
5263 * gdb.linespec/cpls-ops.exp
5264 (check_explicit_skips_function_argument): Extract the underlying
5265 type of size_t instead of hardcoding it.
5266
bd69330d
PA
52672017-11-29 Pedro Alves <palves@redhat.com>
5268
5269 PR c++/19436
5270 * gdb.linespec/cpls-abi-tag.cc: New file.
5271 * gdb.linespec/cpls-abi-tag.exp: New file.
5272
a20714ff
PA
52732017-11-29 Pedro Alves <palves@redhat.com>
5274
5275 * gdb.base/langs.exp: Use -qualified.
5276 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5277 it.
5278 * gdb.cp/namespace.exp: Use -qualified.
5279 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5280 (overload-3, template-overload, template-ret-type, const-overload)
5281 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5282 procedures.
5283 (test_driver): Call them.
5284 * gdb.cp/save-bp-qualified.cc: New.
5285 * gdb.cp/save-bp-qualified.exp: New.
5286 * gdb.linespec/explicit.exp: Test -qualified.
5287 * lib/completion-support.exp (completion::explicit_opts_list): Add
5288 "-qualified".
5289 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5290
f6f1d339
PM
52912017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5292
5293 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5294
02ca603a
TT
52952017-11-29 Tom Tromey <tom@tromey.com>
5296
5297 * gdb.base/relocate.exp: Update invalid argument test.
5298 Add new tests for invalid arguments.
5299
ed6c0bfb
TP
53002017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5301
5302 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5303 Return 0 as a long.
5304 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5305
f106e10e
TP
53062017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5307
5308 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5309 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5310 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5311 func ().
5312 * gdb.cp/shadow.cc (B.func): Return 0.
5313
10329bb2
JB
53142017-11-27 Joel Brobecker <brobecker@adacore.com>
5315
5316 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5317 expected output in gdb_expect call to allow the exception
5318 message to be present as well. Fix syntax confusion to avoid
5319 TCL thinking that exception_name is an array.
5320
617cd4bc
UW
53212017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5322
5323 * gdb.arch/spu-info.c: Include <unistd.h>.
5324 (do_signal_test): Fix broken calls to write.
5325 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5326 Fix checks for empty mailboxes. Update signal tests for corrected
5327 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5328 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5329 * gdb.cell/arch.exp: Use standard_output_file.
5330 * gdb.cell/break.exp: Likewise.
5331 * gdb.cell/bt.exp: Likewise.
5332 * gdb.cell/core.exp: Likewise.
5333 * gdb.cell/dwarfaddr.exp: Likewise.
5334 * gdb.cell/ea-cache.exp: Likewise.
5335 * gdb.cell/ea-standalone.exp: Likewise.
5336 * gdb.cell/f-regs.exp: Likewise.
5337 * gdb.cell/fork.exp: Likewise.
5338 * gdb.cell/gcore.exp: Likewise.
5339 * gdb.cell/mem-access.exp: Likewise.
5340 * gdb.cell/ptype.exp: Likewise.
5341 * gdb.cell/registers.exp: Likewise.
5342 * gdb.cell/sizeof.exp: Likewise.
5343 * gdb.cell/solib-symbol.exp: Likewise.
5344 * gdb.cell/solib.exp: Likewise.
617cd4bc 5345
a81aaca0
PA
53462017-11-25 Pedro Alves <palves@redhat.com>
5347
5348 * gdb.base/complete-empty.exp: New file.
5349 * gdb.base/completion.exp: Adjust.
5350
6a3c6ee4
PA
53512017-11-25 Pedro Alves <palves@redhat.com>
5352
5353 * gdb.linespec/cpls-ops.cc: New file.
5354 * gdb.linespec/cpls-ops.exp: New file.
5355 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5356 factored out from ...
5357 (test_complete_prefix_range): ... this.
5358
8955eb2d
PA
53592017-11-24 Pedro Alves <palves@redhat.com>
5360
5361 * gdb.linespec/cpcompletion.exp: New file.
5362 * gdb.linespec/cpls-hyphen.cc: New file.
5363 * gdb.linespec/cpls.cc: New file.
5364 * gdb.linespec/cpls2.cc: New file.
5365 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5366 test to use test_gdb_complete_unique. Add label completion,
5367 keyword completion and explicit location completion tests.
5368 * lib/completion-support.exp: New file.
5369
e547c119
JB
53702017-11-24 Joel Brobecker <brobecker@adacore.com>
5371
5372 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5373 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5374 when hitting an exception catchpoint.
5375
7c3c1aa8
YQ
53762017-11-22 Yao Qi <yao.qi@linaro.org>
5377
5378 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5379
41bd68f5
SM
53802017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5381
5382 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5383 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5384 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5385
1daad298
YQ
53862017-11-22 Yao Qi <yao.qi@linaro.org>
5387
5388 * gdb.base/info-os.exp: Pass pthreads.
5389 * gdb.multi/multi-attach.exp: Likewise.
5390
88465e87
YQ
53912017-11-22 Yao Qi <yao.qi@linaro.org>
5392
5393 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5394 compiler.
5395
dc196b23
YQ
53962017-11-22 Yao Qi <yao.qi@linaro.org>
5397
5398 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5399 * gdb.base/break-interp.exp: Likewise.
5400 * gdb.base/jit-attach-pie.exp: Likewise.
5401
2400729e
UW
54022017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5403
5404 * gdb.base/float128.c (large128): New variable.
5405 * gdb.base/float128.exp: Add test to print largest __float128 value.
5406
7a26362d
UW
54072017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5408
5409 * gdb.arch/vsx-regs.exp: Update register content checks.
5410
ed0f4273
UW
54112017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5412
5413 * gdb.arch/ppc-longdouble.exp: New file.
5414 * gdb.arch/ppc-longdouble.c: Likewise.
5415
a25d69c6
PA
54162017-11-21 Pedro Alves <palves@redhat.com>
5417
5418 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5419
73fcf641
PA
54202017-11-20 Pedro Alves <palves@redhat.com>
5421
5422 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5423 (long_double_typedef): New typedefs.
5424 Use DEF on double and long double.
5425 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5426 cases.
5427 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5428 and 'long_double_ptr_same_size' locals. Use them to decide
5429 whether cast from array/function to float is valid/invalid.
5430
71a3c369
TT
54312017-11-17 Tom Tromey <tom@tromey.com>
5432
5433 * gdb.rust/traits.rs: New file.
5434 * gdb.rust/traits.exp: New file.
5435
ced9779b
JB
54362017-11-17 Joel Brobecker <brobecker@adacore.com>
5437
5438 * gdb.ada/minsyms: New testcase.
5439
a0922d80
PA
54402017-11-16 Pedro Alves <palves@redhat.com>
5441
5442 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5443 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5444
ea04e54c
PA
54452017-11-16 Pedro Alves <palves@redhat.com>
5446
5447 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5448 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5449
e849ea89
PA
54502017-11-16 Pedro Alves <palves@redhat.com>
5451
5452 * gdb.server/reconnect-ctrl-c.c: New file.
5453 * gdb.server/reconnect-ctrl-c.exp: New file.
5454
d8ae99a7
PM
54552017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5456
5457 * gdb.python/py-rbreak.exp: New file.
5458 * gdb.python/py-rbreak.c: New file.
5459 * gdb.python/py-rbreak-func2.c: New file.
5460
968a13f8
PA
54612017-11-16 Pedro Alves <palves@redhat.com>
5462
5463 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5464 pattern.
5465 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5466 GDB.
5467
71774bc9
SM
54682017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5469
5470 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5471 regex.
5472
ddbb44cf
SM
54732017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5474
5475 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5476 test names.
5477
584a564f
PA
54782017-11-09 Pedro Alves <palves@redhat.com>
5479
5480 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5481 factored out from ...
5482 (top level): ... here, and adjusted to avoid expecting beyond the
5483 prompt in a single gdb_test_multiple.
5484
5ed7a928
PA
54852017-11-09 Pedro Alves <palves@redhat.com>
5486
5487 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5488 output.
5489 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5490 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5491 * gdb.server/ext-run.exp ("kill" test): Likewise.
5492 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5493
a60e0738
PA
54942017-11-09 Pedro Alves <palves@redhat.com>
5495
5496 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5497 match till end of line.
5498
2c88253f
PA
54992017-11-09 Pedro Alves <palves@redhat.com>
5500
5501 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5502
c7a38517
PA
55032017-11-09 Pedro Alves <palves@redhat.com>
5504
5505 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5506 New procedures, factored out from ...
5507 (top level): ... here, and adjusted to avoid expecting beyond the
5508 prompt in one go.
5509
f29f4b6b
PA
55102017-11-09 Pedro Alves <palves@redhat.com>
5511
5512 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5513 output. Fix '?' match.
5514
286acbb5
JB
55152017-11-08 Joel Brobecker <brobecker@adacore.com>
5516
5517 * gdb.ada/scoped_watch: New testcase.
5518 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5519 which is actually correct.
5520 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5521 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5522
62d7ae92
PA
55232017-11-08 Pedro Alves <palves@redhat.com>
5524
5525 * gdb.gdb/complaints.exp (test_initial_complaints)
5526 (test_serial_complaints, test_short_complaints): Call
5527 complaint_internal instead of complaint.
5528
280ca31f
DT
55292017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5530
5531 * gdb.threads/tls-core.c: New file.
5532 * gdb.threads/tls-core.exp: Likewise.
5533
b5ec771e
PA
55342017-11-08 Pedro Alves <palves@redhat.com>
5535
5536 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5537 (p Exported_Capitalized): New test.
5538 (p exported_capitalized): New test.
5539
a02b41a7
PA
55402017-11-07 Pedro Alves <palves@redhat.com>
5541
5542 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5543
95e95a6d
PA
55442017-11-07 Pedro Alves <palves@redhat.com>
5545
5546 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5547 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5548 (disable_invalid, disable_inverted, disable_negative): New
5549 procedures.
5550 ("bad numbers"): New set of tests.
5551
cee62dbd
PA
55522017-11-07 Pedro Alves <palves@redhat.com>
5553
5554 * gdb.cp/ena-dis-br-range.exp: Add tests.
5555
cc638e86
PA
55562017-11-07 Pedro Alves <palves@redhat.com>
5557
5558 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5559
d0fe4701
XR
55602017-11-07 Xavier Roirand <roirand@adacore.com>
5561 Pedro Alves <palves@redhat.com>
5562
5563 * gdb.base/ena-dis-br.exp: Add reference to
5564 gdb.cp/ena-dis-br-range.exp.
5565 * gdb.cp/ena-dis-br-range.exp: New file.
5566 * gdb.cp/ena-dis-br-range.cc: New file.
5567
46f67f80
PA
55682017-11-06 Pedro Alves <palves@redhat.com>
5569
5570 * gdb.base/attach-non-pgrp-leader.c: New.
5571 * gdb.base/attach-non-pgrp-leader.exp: New.
5572
726e1356
PA
55732017-11-06 Pedro Alves <palves@redhat.com>
5574
5575 * configure.ac: No longer check for termio.h and sgtty.h.
5576 * configure: Regenerate.
5577 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5578 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5579 Remove termio and sgtty code.
5580
50ab6ace
YQ
55812017-11-03 Yao Qi <yao.qi@linaro.org>
5582
5583 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5584 in GDB is disabled.
5585
8e68731c
YQ
55862017-11-03 Yao Qi <yao.qi@linaro.org>
5587
5588 * gdb.python/py-thrhandle.exp: Skip it if python is not
5589 enabled.
5590
3a87ae65
SM
55912017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5592
5593 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5594 as a breakpoint command.
5595
484d8d36
MD
55962017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5597
5598 PR python/21213
5599 * gdb.python/py-infthread.exp: Test calling
5600 InferiorThread.inferior () multiple times in a row.
5601
4a27f119
KS
56022017-10-27 Keith Seitz <keiths@redhat.com>
5603
5604 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5605 Test "info break" for every inlined function breakpoint.
5606
bb11dd58
YQ
56072017-10-27 Yao Qi <yao.qi@linaro.org>
5608
5609 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5610
a43f3893
PF
56112017-10-26 Patrick Frants <osscontribute@gmail.com>
5612
5613 * gdb.cp/classes.exp (test_static_members): Test printing
5614 Outer::instance.
5615 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5616 (Inner::instance, Outer::instance): New.
5617
792ccf00
PA
56182017-10-24 Pedro Alves <palves@redhat.com>
5619
5620 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5621 extra console" test in two stages.
5622
eb2bfbad
PA
56232017-10-24 Pedro Alves <palves@redhat.com>
5624
5625 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5626
1f75a651
PA
56272017-10-24 Pedro Alves <palves@redhat.com>
5628
5629 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5630 loop.
5631
779990d9
PA
56322017-10-24 Pedro Alves <palves@redhat.com>
5633
5634 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5635 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5636
ad9b8f5d
PA
56372017-10-24 Pedro Alves <palves@redhat.com>
5638
5639 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5640 parameter and handle it. Don't output read value in test name.
5641
fee6da6e
PA
56422017-10-24 Pedro Alves <palves@redhat.com>
5643
5644 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5645 custom test name.
5646
10389c2c
PA
56472017-10-24 Pedro Alves <palves@redhat.com>
5648
5649 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5650 include the unstable output directory name in the test's name.
5651 (initial_setup_simple) <'set args'>: Use custom test name.
5652
a80e65a9
PA
56532017-10-24 Pedro Alves <palves@redhat.com>
5654
5655 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5656 with explicit test name.
5657
15763a09
PA
56582017-10-20 Pedro Alves <palves@redhat.com>
5659
5660 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5661 'wait -i'. Use gdb_assert and remote_close.
5662
49a4ce2e
AB
56632017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5664
5665 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5666 number from variable rather than hard-coded.
5667
a75868f5
PA
56682017-10-19 Pedro Alves <palves@redhat.com>
5669
5670 * gdb.base/long-inferior-output.c: New file.
5671 * gdb.base/long-inferior-output.exp: New file.
5672
c8ba13ad
KS
56732017-11-18 Keith Seitz <keiths@redhat.com>
5674
5675 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5676 method.
5677 (main): Call it.
5678 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5679 Add additional user-defined conversion operator tests.
5680
b27de576
PA
56812017-10-17 Pedro Alves <palves@redhat.com>
5682
5683 * boards/native-stdio-gdbserver.exp: Load "local-board".
5684
8484c955
PA
56852017-10-17 Pedro Alves <palves@redhat.com>
5686
5687 * gdb.base/quit-live.c: New file.
5688 * gdb.base/quit-live.exp: New file.
5689
83d5a34d
KS
56902017-10-16 Keith Seitz <keiths@redhat.com>
5691
5692 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5693 (class_with_protected_typedef, class_with_private_typedef)
5694 (struct_with_public_typedef, struct_with_protected_typedef)
5695 (struct_with_private_typedef): New classes/structs.
5696 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5697 typedefs and access specifiers.
5698
739b3f1d
PA
56992017-10-16 Pedro Alves <palves@redhat.com>
5700 Simon Marchi <simon.marchi@polymtl.ca>
5701
5702 * README (Local vs Remote vs Native): New section.
5703 * boards/local-board.exp: New file, with bits factored out from
5704 ...
5705 * boards/native-extended-gdbserver.exp: ... here. Load
5706 "local-board".
5707 * boards/native-gdbserver.exp: Load "local-board".
5708 (${board}_spawn, ${board}_exec): Delete.
5709 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5710 ...
5711 * boards/stdio-gdbserver-base.exp: ... this new file.
5712 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5713 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5714 procedure.
5715 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5716 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5717 stdio_gdbserver_command.
5718 (${board}_get_remote_address, ${board}_get_comm_port)
5719 (${board}_download, ${board}_upload): Delete.
5720 (get_target_remote_pipe_cmd): New.
5721
fe68b953
SM
57222017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5723
5724 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5725 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5726 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5727 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5728 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5729 remove with_test_prefix.
5730
300b6685
PA
57312017-10-13 Pedro Alves <palves@redhat.com>
5732
5733 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5734 * gdb.base/annota1.exp: Use it instead of is_remote.
5735 * gdb.base/annota3.exp: Use it instead of is_remote.
5736 * gdb.cp/annota2.exp: Use it instead of is_remote.
5737 * gdb.cp/annota3.exp: Use it instead of is_remote.
5738 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5739
50500caf
PA
57402017-10-13 Pedro Alves <palves@redhat.com>
5741
5742 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5743 (test_num_test_vars, run_and_count_vars, find_env)
5744 (test_set_unset_env, test_inherit_env_var): New procedures.
5745 (top level): Use them.
5746
dad0c6d2
PA
57472017-10-13 Pedro Alves <palves@redhat.com>
5748
5749 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5750 also skip on stub-like targets.
5751
8b0553c1
PA
57522017-10-13 Pedro Alves <palves@redhat.com>
5753
5754 PR gdb/22293
5755 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5756 (top level): Move some tests to ...
5757 (test_not_found): ... this new procedure.
5758 (top level): Call it.
5759
7594f623
PA
57602017-10-13 Pedro Alves <palves@redhat.com>
5761
5762 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5763 expect different "info terminal" output if testing with a
5764 non-native target.
5765
ebe3b402
PA
57662017-10-13 Pedro Alves <palves@redhat.com>
5767 Simon Marchi <simon.marchi@polymtl.ca>
5768
5769 PR python/12966
5770 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5771
42f1b161
PA
57722017-10-13 Pedro Alves <palves@redhat.com>
5773
5774 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5775 already.
5776
8d6ef72b
PA
57772017-10-13 Pedro Alves <palves@redhat.com>
5778
5779 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5780 is_remote.
5781
d7bcd5b8
PA
57822017-10-13 Pedro Alves <palves@redhat.com>
5783
5784 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5785 is_remote.
5786
df479dc6
PA
57872017-10-13 Pedro Alves <palves@redhat.com>
5788
5789 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5790 is set.
5791 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5792 instead of is_remote.
5793
23fb630a
PA
57942017-10-13 Pedro Alves <palves@redhat.com>
5795
5796 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5797 (top level): Add comment.
5798
cc77b1dc
PA
57992017-10-13 Pedro Alves <palves@redhat.com>
5800
5801 * gdb.base/remote.exp (top level): Fix comment typo and add
5802 missing return.
5803
27c9e813
PA
58042017-10-13 Pedro Alves <palves@redhat.com>
5805 Simon Marchi <simon.marchi@polymtl.ca>
5806
5807 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5808 calls and add comments. Skip test if use_gdb_stub is set.
5809 (top level): Use "set cwd" command instead of "cd" command.
5810
5e830d98
PA
58112017-10-13 Pedro Alves <palves@redhat.com>
5812
5813 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5814 is_remote target check.
5815
f5ca0032
PA
58162017-10-13 Pedro Alves <palves@redhat.com>
5817
5818 * gdb.base/scope.exp: Use build_executable + clean_restart +
5819 gdb_file_cmd instead of prepare_for_testing and no longer skip
5820 "before run" tests on is_remote target boards. Update comments.
5821 * boards/native-extended-gdbserver.exp
5822 (extended_gdbserver_load_last_file): New, factored out from ...
5823 (gdb_load): ... this. Move further below and add comment.
5824 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5825
8aed1c0d
PA
58262017-10-12 Pedro Alves <palves@redhat.com>
5827
5828 * gdb.base/attach.exp: Remove references to gdb64.
5829 * gdb.base/dbx.exp: Remove references to gdb64.
5830
cfa34c87
SM
58312017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5832 Pedro Alves <palves@redhat.com>
5833
5834 * gdb.base/label.exp: Remove is_remote target check.
5835
9192b7de
PA
58362017-10-12 Pedro Alves <palves@redhat.com>
5837
5838 * gdb.base/auvx.exp (coredir): Update comment.
5839 (top level) <core_works>: Use "set cwd" command instead of "cd"
5840 command.
5841
6bf0052d
PA
58422017-10-12 Pedro Alves <palves@redhat.com>
5843 Simon Marchi <simon.marchi@polymtl.ca>
5844
5845 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5846 target boards.
5847
e48ef82d
PA
58482017-10-12 Pedro Alves <palves@redhat.com>
5849 Simon Marchi <simon.marchi@polymtl.ca>
5850
5851 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5852 Instead skip if there's any gdb_protocol set.
5853
8d7aea57
SM
58542017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5855 Pedro Alves <palves@redhat.com>
5856
5857 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5858
30440677
PA
58592017-10-12 Pedro Alves <palves@redhat.com>
5860 Simon Marchi <simon.marchi@polymtl.ca>
5861
5862 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5863 instead of on dejagnu remote boards.
5864
4e04f045 58652017-10-12 Pedro Alves <palves@redhat.com>
175654b9 5866 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
5867
5868 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5869 checks. Use build_executable + clean_restart instead of
5870 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5871 of enabling non-stop after starting gdb.
5872
871a186e
PA
58732017-10-12 Pedro Alves <palves@redhat.com>
5874
5875 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5876 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5877 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5878 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5879
56d704da
AK
58802017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5881
5882 * gdb.arch/arc-tdesc-cpu.exp: New file.
5883 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5884
2f20e312
SM
58852017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5886
5887 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5888
65630365
PA
58892017-10-10 Pedro Alves <palves@redhat.com>
5890
5891 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5892 expect CLI output.
5893
bf469271
PA
58942017-10-10 Pedro Alves <palves@redhat.com>
5895
5896 * lib/selftest-support.exp (selftest_setup): Update for
5897 captured_command_loop's prototype change.
5898
777a42f1
PA
58992017-10-09 Pedro Alves <palves@redhat.com>
5900
5901 Test both arch1=>arch2 and arch2=>arch1.
5902
5903 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5904 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5905 factored out to...
5906 (append_arch1_options, append_arch2_options, append_arch_options)
5907 (build_executables): New procedures.
5908 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5909 local.
5910 (top level): Add new 'first_arch' testing axis.
5911
cbd2b4e3
PA
59122017-10-09 Pedro Alves <palves@redhat.com>
5913
5914 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5915 (barrier): New.
5916 (thread_start, all_started): New functions.
5917 (main): Spawn new thread and wait until it is scheduled.
5918 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5919 option.
5920 (do_test): Add 'selected_thread' parameter. Run to all_started
5921 instead of main. Explicitly set the breakpoint at main. Switch
5922 to the SELECTED_THREAD thread.
5923 (top level): Test handling the exec event with either the main
5924 thread or the second thread selected.
5925
5c9e4427
PA
59262017-10-09 Pedro Alves <palves@redhat.com>
5927
5928 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5929 logic. Move STOP marker after the value checks.
5930 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5931 regexp.
5932
b3b7c423
SL
59332017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5934
5935 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5936
3b4b2f16
UW
59372017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5938
5939 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5940 integer-to-dfp conversion.
5941 * gdb.base/dfp-test.exp: Likewise.
5942
5cd63fda
PA
59432017-10-04 Pedro Alves <palves@redhat.com>
5944
5945 * gdb.multi/hangout.c: Include <unistd.h>.
5946 (hangout_loop): New function.
5947 (main): Call alarm. Call hangout_loop in a loop.
5948 * gdb.multi/hello.c: Include <unistd.h>.
5949 (hello_loop): New function.
5950 (main): Call alarm. Call hangout_loop in a loop.
5951 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5952 inferior with the other selected.
5953
4c71c105
SM
59542017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5955
5956 * gdb.mi/list-thread-groups-available.exp: New file.
5957 * gdb.mi/list-thread-groups-available.c: New file.
5958
bc3b087d
SDJ
59592017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5960
5961 * gdb.base/set-cwd.exp: Make it available on
5962 native-extended-gdbserver.
5963
d092c5a2
SDJ
59642017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5965
5966 * gdb.base/set-cwd.c: New file.
5967 * gdb.base/set-cwd.exp: Likewise.
5968
45320ffa
TT
59692017-10-02 Tom Tromey <tom@tromey.com>
5970
5971 PR rust/22236:
5972 * gdb.rust/simple.rs (main): New variable "fslice".
5973 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5974
b3e3859b
TT
59752017-10-02 Tom Tromey <tom@tromey.com>
5976
5977 * gdb.rust/simple.exp: Test ptype of a slice.
5978
01af5e0d
TT
59792017-10-02 Tom Tromey <tom@tromey.com>
5980
5981 * gdb.rust/simple.exp: Test index of slice.
5982
a9bbfbd8
TT
59832017-09-27 Tom Tromey <tom@tromey.com>
5984
5985 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5986
df8899e5
TP
59872017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5988 Pedro Alves <palves@redhat.com>
5989
5990 * gdb.base/compare-sections.exp (get value of read-only section): Read
5991 as unsigned value.
5992 (corrupt read-only section): Likewise and don't set written if patching
5993 failed.
5994
757bf54b
KB
59952017-09-21 Kevin Buettner <kevinb@redhat.com>
5996
5997 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5998 files.
5999
06871ae8
PA
60002017-09-20 Pedro Alves <palves@redhat.com>
6001
6002 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6003 symbol names in gdb's output.
6004 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6005
e5f25bc5
PA
60062017-09-20 Pedro Alves <palves@redhat.com>
6007
6008 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6009 Rename to ...
6010 (test_list_ambiguous_symbol): ... this and add a symbol name
6011 parameter. Adjust.
6012 (test_list_ambiguous_function): Reimplement on top of
6013 test_list_ambiguous_symbol and also test listing ambiguous
6014 variables.
6015 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6016 (ambiguous_fun): ... this.
6017 (ambiguous_var): New.
6018 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6019 (ambiguous_fun): ... this.
6020 (ambiguous_var): New.
6021
4e5a4f58
JB
60222017-09-19 John Baldwin <jhb@FreeBSD.org>
6023
6024 * gdb.base/starti.c: New file.
6025 * gdb.base/starti.exp: New file.
6026 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6027
26e53f3e
PA
60282017-09-14 Pedro Alves <palves@redhat.com>
6029
6030 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6031 (top level): Use it instead of runto.
6032
cb791d59
TT
60332017-09-11 Tom Tromey <tom@tromey.com>
6034
6035 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6036
7c96f8c1
TT
60372017-09-11 Tom Tromey <tom@tromey.com>
6038
6039 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6040 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6041
469412dd
CW
60422017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6043
6044 * gdb.fortran/printing-types.exp: New file.
6045 * gdb.fortran/printing-types.exp: New file.
6046
e0f86435
BH
60472017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6048
6049 * gdb.fortran/vla-ptype.exp: Fix typos.
6050 * gdb.fortran/vla-value.exp: Same.
6051
9e9af4be
BH
60522017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6053
6054 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6055 * gdb.mi/mi-var-child-f.exp: Likewise.
6056 * gdb.mi/mi-vla-fortran.exp: Likewise.
6057
a5ad232b 60582017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
6059 Christoph Weinmann <christoph.t.weinmann@intel.com>
6060 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
6061
6062 * gdb.fortran/ptr-indentation.f90: New file.
6063 * gdb.fortran/ptr-indentation.exp: New file.
6064
5aec60eb
TT
60652017-09-05 Tom Tromey <tom@tromey.com>
6066
6067 PR gdb/22010:
6068 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6069
8f8f8152
TP
60702017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6071
6072 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6073
fbd1b771
JK
60742017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6075
6076 * gdb.threads/tls-nodebug-pie.c: New file.
6077 * gdb.threads/tls-nodebug-pie.exp: New file.
6078
5eb5f850
TT
60792017-09-05 Tom Tromey <tom@tromey.com>
6080
6081 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6082 for rust.
6083
ae780a21
SM
60842017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6085
6086 * gdb.multi/multi-arch-exec.exp: Test with different
6087 "follow-exec-mode" settings.
6088 (do_test): New procedure.
6089
3693fdb3
PA
60902017-09-04 Pedro Alves <palves@redhat.com>
6091
6092 * gdb.base/func-static.c (S::method const, S::method volatile)
6093 (S::method volatile const): New methods.
6094 (c_s, v_s, cv_s): New instances.
6095 (main): Call method() on them.
6096 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6097 (cannot_resolve): New procedure.
6098 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6099 print-quote-unquoted columns.
6100 (do_test): Test printing each scope too.
6101
e68cb8e0
PA
61022017-09-04 Pedro Alves <palves@redhat.com>
6103
6104 * gdb.base/local-static.exp: Also test with
6105 class::method::variable wholly quoted.
6106 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6107
858be34c
PA
61082017-09-04 Pedro Alves <palves@redhat.com>
6109
6110 * gdb.base/local-static.c: New.
6111 * gdb.base/local-static.cc: New.
6112 * gdb.base/local-static.exp: New.
6113
46a4882b
PA
61142017-09-04 Pedro Alves <palves@redhat.com>
6115
6116 * gdb.asm/asm-source.exp: Add casts to int.
6117 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6118 (dataglobal64_1, dataglobal64_2): New globals.
6119 * gdb.base/nodebug.exp: Test different expressions involving the
6120 new globals, with print, whatis and ptype. Add casts to int.
6121 * gdb.base/solib-display.exp: Add casts to int.
6122 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6123 * gdb.cp/m-static.exp: Add cast to int.
6124 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6125 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6126 tls variable with no debug info without a cast. Test with a cast
6127 to int too.
6128 * gdb.trace/entry-values.exp: Add casts.
6129
2c5a2be1
PA
61302017-09-04 Pedro Alves <palves@redhat.com>
6131
6132 * gdb.base/nodebug.exp: Test that ptype's error about functions
6133 with unknown return type includes the function name too.
6134
7022349d
PA
61352017-09-04 Pedro Alves <palves@redhat.com>
6136
6137 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6138 return type of munmap in infcall.
6139 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6140 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6141 type of ftell in infcall.
6142 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6143 type of getpid in infcall.
6144 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6145 infcall.
6146 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6147 Bail on failure to extract the pid.
6148 * gdb.base/nodebug.c: #include <stdint.h>.
6149 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6150 New functions.
6151 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6152 Change expected output of print/whatis/ptype with functions with
6153 no debug info. Test all supported languages. Call
6154 test_call_promotion.
6155 * gdb.compile/compile.exp: Adjust expected output to expect
6156 warning.
6157 * gdb.threads/siginfo-threads.exp: Likewise.
6158
54990598
PA
61592017-09-04 Pedro Alves <palves@redhat.com>
6160
6161 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6162 "prototypes". Test calling float functions via prototyped and
6163 unprototyped function pointers.
6164 (perform_all_tests): New parameter "prototypes". Pass it down.
6165 (top level): Pass down "prototypes" parameter to
6166 perform_all_tests.
6167
34d16ea2
SM
61682017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6169
6170 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6171 Test with nested loops.
6172
9521ecda
SM
61732017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6174
6175 * gdb.base/commands.exp: Call the new procedures.
6176 (loop_break_test, loop_continue_test): New procedures.
6177
80a65e9b
SM
61782017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6179
6180 * gdb.base/commands.exp: Call new procedure.
6181 (define_if_without_arg_test): New procedure.
6182
e439fa14
PA
61832017-09-04 Pedro Alves <palves@redhat.com>
6184
6185 * gdb.base/list-ambiguous.exp: New file.
6186 * gdb.base/list-ambiguous0.c: New file.
6187 * gdb.base/list-ambiguous1.c: New file.
6188 * gdb.base/list.exp (test_list_range): Adjust expected output.
6189
0a2dde4a
SDJ
61902017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6191
6192 * gdb.base/share-env-with-gdbserver.c: New file.
6193 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6194
5e89eb3a
SM
61952017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6196
6197 * gdb.base/commands.exp (gdbvar_simple_if_test,
6198 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6199 progvar_simple_if_test, progvar_simple_while_test,
6200 progvar_complex_if_while_test, user_defined_command_test,
6201 user_defined_command_args_eval,
6202 user_defined_command_args_stack_test,
6203 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6204 temporary_breakpoint_commands,
6205 gdb_test_no_prompt, redefine_hook_test,
6206 redefine_backtrace_test): Remove "global gdb_prompt".
6207
fd437cbc
SM
62082017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6209
6210 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6211 New proc, call it from toplevel.
6212
87215ad1
SDJ
62132017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6214
6215 PR remote/21852
6216 * gdb.server/normal.c: New file, copied from gdb.base.
6217 * gdb.server/run-without-local-binary.exp: New file.
6218
58afddc6
WP
62192017-08-07 Weimin Pan <weimin.pan@oracle.com>
6220
6221 * gdb.arch/sparc64-adi.exp: New file.
6222 * gdb.arch/sparc64-adi.c: New file.
6223
5277199a
PA
62242017-08-22 Pedro Alves <palves@redhat.com>
6225
6226 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6227 (top level): Add "list all overloads" tests.
6228
14278e1f
TT
62292017-08-22 Tom Tromey <tom@tromey.com>
6230
6231 * gdb.gdb/xfullpath.exp: Remove.
6232
bf223d3e
PA
62332017-08-21 Pedro Alves <palves@redhat.com>
6234
6235 PR gdb/19487
6236 * gdb.base/symbol-alias.c: New.
6237 * gdb.base/symbol-alias2.c: New.
6238 * gdb.base/symbol-alias.exp: New.
6239
c973d0aa
PA
62402017-08-21 Pedro Alves <palves@redhat.com>
6241
6242 * gdb.base/dfp-test.c
6243 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6244 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6245 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6246 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6247 * gdb.base/whatis-ptype-typedefs.c: New.
6248 * gdb.base/whatis-ptype-typedefs.exp: New.
6249 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6250 (an_int, an_int_type, an_int_type2): New globals.
6251 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6252 involving typedefs and cast expressions.
6253 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6254 (lookup_typedefs_function): New.
6255 (typedefs_pretty_printers_dict): New.
6256 (top level): Register lookup_typedefs_function in
6257 gdb.pretty_printers.
6258
6d580b63
YQ
62592017-08-18 Yao Qi <yao.qi@linaro.org>
6260
6261 * gdb.server/unittest.exp: New.
6262
206726fb
SDJ
62632017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6264
6265 PR gdb/21954
6266 * gdb.base/environ.exp: Add test to check if 'unset environment'
6267 works.
6268
bf0ec4c2
AA
62692017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6270
6271 * lib/gdb.exp (universal_compile_options): New caching proc.
6272 (gdb_compile): Suppress GCC's coloring of messages.
6273
d6382fff
TT
62742017-08-14 Tom Tromey <tom@tromey.com>
6275
6276 PR gdb/21675:
6277 * gdb.base/printcmds.exp (test_radices): New function.
6278 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6279 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6280 * lib/gdb.exp (get_integer_valueof): Use p/d.
6281
c2c2dd9f
SM
62822017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6283
6284 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6285 characters.
6286
fdffd6f4
TT
62872017-08-05 Tom Tromey <tom@tromey.com>
6288
6289 * gdb.rust/simple.exp: Allow String to appear in a different
6290 namespace.
6291
27d41eac
YQ
62922017-07-26 Yao Qi <yao.qi@linaro.org>
6293
6294 * gdb.gdb/unittest.exp: Invoke command
6295 "maintenance check xml-descriptions".
6296
031ed05d
AA
62972017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6298
6299 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6300 calling context.
6301 (hex128): Drop erroneous calculation of parameters.
6302
dcd27ddf
SM
63032017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6304
6305 * gdb.python/py-unwind.exp: Disable stack protection when
6306 building test file.
6307
47e77640
PA
63082017-07-20 Pedro Alves <palves@redhat.com>
6309
6310 * gdb.base/default.exp (set language): Adjust expected output.
6311
62d2a18a
PA
63122017-07-20 Pedro Alves <palves@redhat.com>
6313
6314 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6315 (test_minsym): ... this, and make static.
6316 (get_pck__foo__bar__minsym): Rename to ...
6317 (get_test_minsym): ... this.
6318 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6319 symbol names and comments.
6320 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6321 (get_test_minsym): ... this.
6322 (pck__foo__bar__minsym__2): Rename to ...
6323 (test_minsym): ... this.
6324 (main): Adjust.
6325
c45ec17c
PA
63262017-07-17 Pedro Alves <palves@redhat.com>
6327
6328 * gdb.base/completion.exp: Adjust expected output.
6329 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6330 the completer works.
6331
c6756f62
PA
63322017-07-17 Pedro Alves <palves@redhat.com>
6333
6334 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6335
5bd68487
AB
63362017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6337
6338 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6339
8880f2a9
TT
63402017-07-14 Tom Tromey <tom@tromey.com>
6341
6342 PR rust/21764:
6343 * gdb.rust/simple.exp: Add tests.
6344
65547233
TT
63452017-07-14 Tom Tromey <tom@tromey.com>
6346
6347 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6348
8f14146e
PA
63492017-07-14 Pedro Alves <palves@redhat.com>
6350
6351 * gdb.linespec/base/one/thefile.cc (z1): New function.
6352 * gdb.linespec/base/two/thefile.cc (z2): New function.
6353 * gdb.linespec/linespec.exp: Add tests.
6354
b4365d02
AB
63552017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6356
6357 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6358 to mi_create_breakpoint.
6359
5d2cbaa5
AB
63602017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6361
6362 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6363 mi_create_breakpoint.
6364
11cb5716
IB
63652017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6366
6367 * gdb.dlang/demangle.exp: Update for demangling changes.
6368
03278692
TT
63692017-07-09 Tom Tromey <tom@tromey.com>
6370
6371 * gdb.dwarf2/shortpiece.exp: New file.
6372
33c5cd75
DB
63732017-07-06 David Blaikie <dblaikie@gmail.com>
6374
6375 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6376 built from fissiont-multi-cu{1,2}.c.
6377 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6378 except putting 'main' and 'func' in separate CUs in the same DWO file.
6379 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6380 test.
6381 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6382 test.
6383
8455d262
PA
63842017-07-06 Pedro Alves <palves@redhat.com>
6385
6386 * gdb.python/py-unwind.exp: Test flushregs.
6387
dc4bde35
SDJ
63882017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6389
6390 PR cli/21688
6391 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6392 tests for alias commands and trailing whitespace.
6393
51ed89aa
SDJ
63942017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6395
6396 PR cli/21688
6397 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6398 procedure. Call it.
6399
eb17d413
PA
64002017-06-29 Pedro Alves <palves@redhat.com>
6401
6402 * gdb.base/printcmds.exp: Add tests.
6403
41664b45
DG
64042017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6405
6406 PR gdb/21337
6407 * gdb.base/reread-readsym.exp: New file.
6408 * gdb.base/reread-readsym.c: New file.
6409
75312ae3
KB
64102017-06-21 Kevin Buettner <kevinb@redhat.com>
6411
6412 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6413 subpattern.
6414
66953522
PB
64152017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6416
6417 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6418 extended mnemonic.
6419 * gdb.arch/powerpc-power9.s: Likewise.
6420
5524b525
AA
64212017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6422
6423 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6424 on 32-bit x86 targets. Exploit is_*_target macros where
6425 appropriate.
6426
03c8af18
AA
64272017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6428
6429 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6430 register pieces.
6431
3bf31011
AA
64322017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6433
6434 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6435 located in one or more DWARF pieces.
6436
805acca0
AA
64372017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6438
6439 * lib/gdb.exp (get_endianness): New proc.
6440 * gdb.arch/aarch64-fp.exp: Use it.
6441 * gdb.arch/altivec-regs.exp: Likewise.
6442 * gdb.arch/e500-regs.exp: Likewise.
6443 * gdb.arch/vsx-regs.exp: Likewise.
6444 * gdb.base/dump.exp: Likewise.
6445 * gdb.base/funcargs.exp: Likewise.
6446 * gdb.base/gnu_vector.exp: Likewise.
6447 * gdb.dwarf2/formdata16.exp: Likewise.
6448 * gdb.dwarf2/implptrpiece.exp: Likewise.
6449 * gdb.dwarf2/nonvar-access.exp: Likewise.
6450 * gdb.python/py-inferior.exp: Likewise.
6451 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6452
e9352324
AA
64532017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6454
6455 PR gdb/21226
6456 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6457 stack value pieces are taken from the LSB end.
6458
d5d1163e
AA
64592017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6460
6461 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6462 variable at nonzero offset.
6463
0567c986
AA
64642017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6465
6466 * gdb.dwarf2/var-access.c: New file.
6467 * gdb.dwarf2/var-access.exp: New test.
6468 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6469
973e9aab
TT
64702017-06-12 Tom Tromey <tom@tromey.com>
6471
6472 * gdb.dwarf2/formdata16.exp: Add tests.
6473
d9109c80
TT
64742017-06-12 Tom Tromey <tom@tromey.com>
6475
6476 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6477
30a25466
TT
64782017-06-12 Tom Tromey <tom@tromey.com>
6479
6480 PR exp/16225:
6481 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6482 * gdb.arch/vsx-regs.exp: Update tests.
6483 * gdb.arch/s390-vregs.exp (hex128): New proc.
6484 Update test.
6485 * gdb.arch/altivec-regs.exp: Update tests.
6486
aefd8b33
SDJ
64872017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6488
6489 * gdb.base/startup-with-shell.c: New file.
6490 * gdb.base/startup-with-shell.exp: Likewise.
6491
2090129c
SDJ
64922017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6493
6494 * gdb.server/non-existing-program.exp: Update regex in order to
6495 reflect the fact that gdbserver is now using fork_inferior (with a
6496 shell) to startup the inferior.
6497
8e86a419
SM
64982017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6499
6500 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6501 support function calls from GDB.
6502
e6cf65f2
TT
65032017-05-21 Tom Tromey <tom@tromey.com>
6504
6505 PR rust/21466:
6506 * gdb.rust/unsized.exp: New file.
6507 * gdb.rust/unsized.rs: New file.
6508
43cc5389
TT
65092017-05-19 Tom Tromey <tom@tromey.com>
6510
6511 PR rust/21484:
6512 * gdb.rust/watch.exp: New file.
6513 * gdb.rust/watch.rs: New file.
6514
ec8df234
TT
65152017-05-18 Tom Tromey <tom@tromey.com>
6516
6517 * gdb.rust/simple.exp: Allow Box to be qualified.
6518
3e3e7fae
TP
65192017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6520
6521 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6522
59cc050d
PA
65232017-05-18 Pedro Alves <palves@redhat.com>
6524
6525 * gdb.base/fileio.c (test_write, test_read, test_close)
6526 (test_fstat): Don't print 'ret' in the fail path.
6527
c8f6abd1
PA
65282017-05-18 Pedro Alves <palves@redhat.com>
6529
6530 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6531 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6532 (test_system, test_rename, test_unlink, test_time): Change
6533 prototypes.
6534 * gdb.base/fileio.exp (stop_msg): Adjust.
6535
d2a03b77
PA
65362017-05-18 Pedro Alves <palves@redhat.com>
6537
6538 * gdb.base/fileio.c (null_str): New global.
6539 (test_stat): Use it.
6540 * gdb.base/fileio.exp: Remove nowarnings.
6541
0d5c6999
YQ
65422017-05-17 Yao Qi <yao.qi@linaro.org>
6543
6544 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6545
21873064
YQ
65462017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6547
6548 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6549 argument command.
6550 (top-level): Invoke test_set_inferior_tty.
6551
d512d31c
PA
65522017-05-04 Pedro Alves <palves@redhat.com>
6553
6554 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6555 Add parens to print call for Python 3.
6556
90cef2ed
KS
65572017-05-03 Keith Seitz <keiths@redhat.com>
6558
6559 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6560 (main): Call it.
6561
14f819c8
TW
65622017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6563
6564 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6565 to prev and next.
6566
913aeadd
TW
65672017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6568
6569 * gdb.python/py-record-btrace.exp: Remove test for
6570 gdb.BtraceInstruction.error.
6571
a3be24ad
TW
65722017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6573
6574 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6575
ae20e79a
TW
65762017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6577
6578 * gdb.python/py-record-btrace-threads.c: New file.
6579 * gdb.python/py-record-btrace-threads.exp: New file.
6580
45ce1b47
SDJ
65812017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6582
6583 PR testsuite/8595
6584 * gdb.base/environ.exp: Make test available in all architectures.
6585 Move bits related to "info program" testing to
6586 gdb.base/info-program.exp. Rewrite tests to use the two new
6587 procedures mentione below.
6588 (test_set_show_env_var) New procedure.
6589 (test_set_show_env_var_equal): Likewise.
6590 * gdb.base/info-program.exp: New file.
6591
e15c3eb4
KS
65922017-04-27 Keith Seitz <keiths@redhat.com>
6593
6594 * gdb.cp/oranking.cc (test15): New function.
6595 (main): Call test15 and declare additional variables for testing.
6596 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6597 "p foo101('abc')" tests.
6598 Add tests for cv qualifier overloads.
6599 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6600 "lvalue reference overload" test.
6601 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6602 "print value of f1 on Child&& in f2" test.
6603
3a3fd0fd
PA
66042017-04-19 Pedro Alves <palves@redhat.com>
6605
6606 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6607 procedure.
6608 (top level): Call it.
6609 * lib/gdb.exp (gdb_define_cmd): New procedure.
6610
53375380
PA
66112017-04-12 Pedro Alves <palves@redhat.com>
6612
6613 PR gdb/21323
6614 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6615 (wchar): New global.
6616 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6617 (do_test_wide_char, wide_char_types_no_program, top level): Add
6618 wchar_t testing.
6619
53e710ac
PA
66202017-04-12 Pedro Alves <palves@redhat.com>
6621
6622 PR c++/21323
6623 * gdb.cp/wide_char_types.c: New file.
6624 * gdb.cp/wide_char_types.exp: New file.
6625
0ad9d8c7
SDJ
66262017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6627
6628 PR gdb/21352
6629 * gdb.trace/tsv.exp: Add test for "tsave -r".
6630
b1b45502
IB
66312017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6632
6633 * gdb.dlang/watch-loc.c: New file.
6634 * gdb.dlang/watch-loc.exp: New file.
6635
ec13808e
JK
66362017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6637
6638 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6639
fe5f7374
AK
66402017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6641
6642 * gdb.arch/arc-analyze-prologue.S: New file.
6643 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6644
eea78757
AK
66452017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6646
6647 * gdb.arch/arc-decode-insn.S: New file.
6648 * gdb.arch/arc-decode-insn.exp: Likewise.
6649
5badf10a
IR
66502017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6651
6652 PR tdep/20928
6653 * gdb.arch/sparc64-regs.exp: New file.
6654 * gdb.arch/sparc64-regs.S: Likewise.
6655
cee59b3f
TW
66562017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6657
6658 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6659 and memory view on Python 3.
6660
c0f55cc6
AV
66612017-03-20 Artemiy Volkov <artemiyv@acm.org>
6662 Keith Seitz <keiths@redhat.com>
6663
6664 PR gdb/14441
6665 * gdb.cp/demangle.exp: Add rvalue reference tests.
6666 * gdb.cp/rvalue-ref-casts.cc: New file.
6667 * gdb.cp/rvalue-ref-casts.exp: New file.
6668 * gdb.cp/rvalue-ref-overload.cc: New file.
6669 * gdb.cp/rvalue-ref-overload.exp: New file.
6670 * gdb.cp/rvalue-ref-params.cc: New file.
6671 * gdb.cp/rvalue-ref-params.exp: New file.
6672 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6673 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6674 * gdb.cp/rvalue-ref-types.cc: New file.
6675 * gdb.cp/rvalue-ref-types.exp: New file.
6676 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6677 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6678
51457a05
MAL
66792017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6680
6681 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6682 New procedure.
6683
5b291c04
MAL
66842017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6685
6686 * lib/mi-support.exp (mi_gdb_test): Add additional message
6687 for unexpected output.
6688
59a56148
AA
66892017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6690
6691 * gdb.base/examine-backward.c (Barrier): New character array
6692 constant, to ensure that TestStrings is preceded by a string
6693 terminator.
6694
7942e96e
AA
66952017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6696
6697 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6698 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6699 and implicit pointer into such a location.
6700
6ebac3fb
DE
67012017-03-16 Doug Evans <dje@google.com>
6702
6703 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6704
ec3b243d
TP
67052017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6706
6707 * gdb.cp/m-static.exp: Fix expectation for prototype of
6708 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
6709
67102017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
6711
6712 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6713 * gdb.guile/scm-lazy-string.c: New file.
6714 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6715 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6716 for pointer, array, typedef lazy strings.
6717
2cc36e25 67182017-03-16 Doug Evans <dje@google.com>
34b43320
DE
6719
6720 PR python/17728, python/18439, python/18779
6721 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6722 * gdb.python/py-lazy-string.c (pointer): New typedef.
6723 (main): New locals ptr, array, typedef_ptr.
6724 * gdb.python/py-value.exp: Move lazy string tests to ...
6725 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6726 array, typedef lazy strings.
ec3b243d 6727
0efcde63
AK
67282017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6729
6730 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6731 Add optional 'test' parameter.
6732
7978d7c3
SM
67332017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6734
6735 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6736 Skip for versions of DejaGnu < 1.5.
6737
896c0c1e
SM
67382017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6739
6740 * lib/gdb.exp (dejagnu_version): New proc.
6741 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6742 Use dejagnu_version.
6743
5f4d1085
KS
67442017-03-10 Keith Seitz <keiths@redhat.com>
6745
6746 PR c++/8128
6747 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6748 type from destructor regexps.
6749 Add a branch which actually passes the test.
6750 Adjust "ptype t5i" test names.
6751
1de05205
PA
67522017-03-08 Pedro Alves <palves@redhat.com>
6753
6754 * gdb.base/step-over-exit.exp: Add explicit test message.
6755
c65d6b55
PA
67562017-03-08 Pedro Alves <palves@redhat.com>
6757
6758 PR gdb/18360
6759 * gdb.threads/interrupt-while-step-over.c: New file.
6760 * gdb.threads/interrupt-while-step-over.exp: New file.
6761
2e86a283
PA
67622017-03-08 Pedro Alves <palves@redhat.com>
6763
6764 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6765 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6766
25dcbff6
PA
67672017-03-08 Pedro Alves <palves@redhat.com>
6768
6769 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6770 PKRU as not supported as a PASS.
6771
dc9366eb
PA
67722017-03-08 Pedro Alves <palves@redhat.com>
6773
6774 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6775 prefix instead of $binfile1/$binfile2.
6776 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6777 in test message.
6778 * gdb.python/py-completion.exp: Use "load python file" as test
6779 messages instead of unstable path names.
6780
6e5d74e7
PA
67812017-03-08 Pedro Alves <palves@redhat.com>
6782 Jan Kratochvil <jan.kratochvil@redhat.com>
6783
6784 PR cli/21218
6785 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6786 New proc.
6787 (top level): Call it.
6788
9753a2f6
PA
67892017-03-08 Pedro Alves <palves@redhat.com>
6790
6791 PR tui/21216
6792 * gdb.tui/tui-nl-filtered-output.exp: New file.
6793
1a4dd9dd
PA
67942017-03-08 Pedro Alves <palves@redhat.com>
6795
6796 * gdb.base/completion.exp: Move TUI completion tests to ...
6797 * gdb.tui/completion.exp: ... this new file.
6798
7cbbff33
PA
67992017-03-08 Pedro Alves <palves@redhat.com>
6800
6801 * gdb.base/tui-disasm-long-lines.c,
6802 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6803 gdb.base/tui-layout.exp: Move to ...
6804 * gdb.tui/: ... this new directory.
6805
5f6fd321
PA
68062017-03-07 Pedro Alves <palves@redhat.com>
6807
6808 * gdb.base/tui-layout.c: New file.
6809 * gdb.base/tui-layout.exp: New file.
6810
44959fa8
PA
68112017-03-07 Pedro Alves <palves@redhat.com>
6812
6813 * gdb.base/tui-layout.c: Rename to ...
6814 * gdb.base/tui-disasm-long-lines.c: ... this.
6815 * gdb.base/tui-layout.exp: Rename to ...
6816 * gdb.base/tui-disasm-long-lines.exp: ... this.
6817
f8c4e718
PA
68182017-03-07 Pedro Alves <palves@redhat.com>
6819
6820 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6821
6dbb839a 68222017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
6823
6824 * i386-mpx-call.c: New file.
6825 * i386-mpx-call.exp: New file.
6826
65b48a81
PB
68272017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6828
6829 * gdb.arch/powerpc-power.exp: Delete test.
6830 * gdb.arch/powerpc-power.s: Likewise.
6831 * gdb.disasm/disassembler-options.exp: New test.
6832 * gdb.arch/powerpc-altivec.exp: Likewise.
6833 * gdb.arch/powerpc-altivec.s: Likewise.
6834 * gdb.arch/powerpc-altivec2.exp: Likewise.
6835 * gdb.arch/powerpc-altivec2.s: Likewise.
6836 * gdb.arch/powerpc-altivec3.exp: Likewise.
6837 * gdb.arch/powerpc-altivec3.s: Likewise.
6838 * gdb.arch/powerpc-power7.exp: Likewise.
6839 * gdb.arch/powerpc-power7.s: Likewise.
6840 * gdb.arch/powerpc-power8.exp: Likewise.
6841 * gdb.arch/powerpc-power8.s: Likewise.
6842 * gdb.arch/powerpc-power9.exp: Likewise.
6843 * gdb.arch/powerpc-power9.s: Likewise.
6844 * gdb.arch/powerpc-vsx.exp: Likewise.
6845 * gdb.arch/powerpc-vsx.s: Likewise.
6846 * gdb.arch/powerpc-vsx2.exp: Likewise.
6847 * gdb.arch/powerpc-vsx2.s: Likewise.
6848 * gdb.arch/powerpc-vsx3.exp: Likewise.
6849 * gdb.arch/powerpc-vsx3.s: Likewise.
6850 * gdb.arch/arm-disassembler-options.exp: Likewise.
6851 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6852 * gdb.arch/s390-disassembler-options.exp: Likewise.
6853
17cd4947
LM
68542017-02-23 Luis Machado <lgustavo@codesourcery.com>
6855
6856 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6857 (check_supported_features): ... this. Changed return type to void.
6858 (supports_rdseed): New static global.
6859 (rdseed): Check supports_rdseed.
6860 (initialize): Call check_supported_features.
6861
2039d74e
EBM
68622017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6863
6864 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6865 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6866 and lqarx/stqcx.
6867 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6868 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6869
a51d7ecf
EBM
68702017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6871
6872 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6873 uppercase.
6874
0224619f
JK
68752017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6876
6877 * gdb.dwarf2/formdata16.c: New file.
6878 * gdb.dwarf2/formdata16.exp: New file.
6879 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6880
216f72a1
JK
68812017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6882
6883 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6884 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6885 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6886 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6887 DW_AT_GNU_*.
6888
43988095
JK
68892017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6890
6891 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6892
99e8a4f9
SDJ
68932017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6894
6895 PR gdb/21164
6896 * gdb.base/maint.exp: Add testcases for when the commands do
6897 not have arguments.
6898
b58a8c0c
TP
68992017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6900
6901 * gdb.cp/chained-calls.exp: Use p instead of P.
6902
4e746bb6
TW
69032017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6904
6905 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6906 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6907
3f77c769
TT
69082017-02-14 Tom Tromey <tom@tromey.com>
6909
6910 PR python/13598:
6911 * gdb.python/py-events.exp: Add before_prompt event tests.
6912
075beec0
AA
69132017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6914
6915 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6916
bf5f525c
LM
69172017-02-13 Luis Machado <lgustavo@codesourcery.com>
6918
6919 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6920 (main): Call my_unique_function_name.
6921 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6922 completion of patterns with a single match.
6923 Add missing -re switches to gdb_test_multiple calls.
6924
13a66184
LM
69252017-02-13 Luis Machado <lgustavo@codesourcery.com>
6926
6927 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6928 return if core file is not recognized.
6929
26a06916
SM
69302017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6931
6932 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6933 and extra UIs.
6934
b761ca9e
SM
69352017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6936
6937 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6938 proc_with_prefix.
6939
b964bee0
TT
69402017-02-10 Tom Tromey <tom@tromey.com>
6941
6942 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6943
18da0c51
MG
69442017-02-10 Martin Galvan <martingalvan@sourceware.org>
6945
6946 PR gdb/21122
6947 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6948
604c4576
JG
69492017-02-08 Jerome Guitton <guitton@adacore.com>
6950
6951 * gdb.base/define.exp: Add test for command abbreviations
6952 in define.
6953
20b477a7
LM
69542017-02-06 Luis Machado <lgustavo@codesourcery.com>
6955
6956 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6957 * gdb.reverse/insn-reverse-x86.c: New file.
6958
3f7b46f2
IR
69592017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6960
6961 PR tdep/20936
6962 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6963
f0fd41c1
TT
69642017-02-03 Tom Tromey <tom@tromey.com>
6965
6966 PR rust/21097:
6967 * gdb.rust/simple.exp: Add new tests.
6968
5be5dbf0
PA
69692017-02-02 Pedro Alves <palves@redhat.com>
6970
6971 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6972 tests.
6973
7346ef59
AA
69742017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6975
6976 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6977 taking a 2-byte value out of a 4-byte DWARF implicit value on
6978 big-endian targets.
6979 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6980 logic. Add test cases for DW_OP_implicit.
6981
787f0025
MM
69822017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6983
6984 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6985
68777c29
MM
69862017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6987
6988 * gdb.btrace/enable.exp: Call gdb_exit before
6989 skip_gdbserver_tests.
6990
0a1c7e28
MM
69912017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6992
6993 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6994 GDBFLAGS.
6995
b5ac99b0
MM
69962017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6997
6998 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6999 the test is skipped.
7000 * gdb.btrace/data.exp: Likewise.
7001 * gdb.btrace/delta.exp: Likewise.
7002 * gdb.btrace/dlopen.exp: Likewise.
7003 * gdb.btrace/enable-running.exp: Likewise.
7004 * gdb.btrace/enable.exp: Likewise.
7005 * gdb.btrace/exception.exp: Likewise.
7006 * gdb.btrace/function_call_history.exp: Likewise.
7007 * gdb.btrace/gcore.exp: Likewise.
7008 * gdb.btrace/instruction_history.exp: Likewise.
7009 * gdb.btrace/multi-thread-step.exp: Likewise.
7010 * gdb.btrace/nohist.exp: Likewise.
7011 * gdb.btrace/non-stop.exp: Likewise.
7012 * gdb.btrace/reconnect.exp: Likewise.
7013 * gdb.btrace/record_goto-step.exp: Likewise.
7014 * gdb.btrace/record_goto.exp: Likewise.
7015 * gdb.btrace/rn-dl-bind.exp: Likewise.
7016 * gdb.btrace/segv.exp: Likewise.
7017 * gdb.btrace/step.exp: Likewise.
7018 * gdb.btrace/stepi.exp: Likewise.
7019 * gdb.btrace/tailcall-only.exp: Likewise.
7020 * gdb.btrace/tailcall.exp: Likewise.
7021 * gdb.btrace/tsx.exp: Likewise.
7022 * gdb.btrace/unknown_functions.exp: Likewise.
7023 * gdb.btrace/vdso.exp: Likewise.
7024
cd4007e4
MM
70252017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7026
7027 * gdb.btrace/enable-running.c: New.
7028 * gdb.btrace/enable-running.exp: New.
7029
2735833d
WT
70302017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7031
7032 * gdb.arch/amd64-gs_base.c: New file.
7033 * gdb.arch/amd64-gs_base.exp: New file.
7034
b51e1e94
LM
70352017-01-26 Luis Machado <lgustavo@codesourcery.com>
7036
7037 * lib/memory.exp: Remove spurious empty newlines.
7038
72ca0410
SM
70392017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7040
7041 * gdb.python/py-bad-printers.exp: Load python file using "source".
7042 * gdb.python/py-events.exp: Likewise.
7043 * gdb.python/py-evsignal.exp: Likewise.
7044 * gdb.python/py-evthreads.exp: Likewise.
7045 * gdb.python/py-frame-args.exp: Likewise.
7046 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7047 * gdb.python/py-framefilter-mi.exp: Likewise.
7048 * gdb.python/py-framefilter.exp: Likewise.
7049 * gdb.python/py-mi.exp: Likewise.
7050 * gdb.python/py-pp-maint.exp: Likewise.
7051 * gdb.python/py-pp-registration.exp: Likewise.
7052 * gdb.python/py-prettyprint.exp: Likewise.
7053 (run_lang_tests): Likewise.
7054 * gdb.python/py-typeprint.exp: Likewise.
7055
e309aa65
LM
70562017-01-26 Luis Machado <lgustavo@codesourcery.com>
7057
7058 * lib/memory.exp: New file.
7059 * lib/gdb.exp: Load memory.exp.
7060 * gdb.base/memattr.exp (delete_memory): Move proc to
7061 lib/memory.exp and rename to delete_memory_regions.
7062 Replace delete_memory with delete_memory_regions.
7063 Cleanup memory regions before tests.
7064 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7065 before tests.
7066
515aff23
LM
70672017-01-26 Luis Machado <lgustavo@codesourcery.com>
7068
7069 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7070 files.
7071 (initialize): New function conditionally defined.
7072 (testcases): Move within conditional block.
7073 (main): Call initialize.
7074 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7075 of gdb.reverse/insn-reverse.c.
7076 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7077 gdb.reverse/insn-reverse.c.
7078
d8b49cf0
YQ
70792017-01-26 Yao Qi <yao.qi@linaro.org>
7080
7081 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7082 disassemble on address 0.
7083
f13a9a0c
YQ
70842017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7085 Yao Qi <yao.qi@linaro.org>
7086
7087 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7088 * gdb.dwarf2/implptr-64bit.S: Remove.
7089 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7090 variables in caller's context. Add DW_OP_implicit_value.
7091
5ac95241
YQ
70922017-01-25 Yao Qi <yao.qi@linaro.org>
7093
7094 * lib/dwarf.exp (Dwarf::_location): Handle
7095 DW_OP_GNU_implicit_pointer with proper size.
7096
23e82930
LM
70972017-01-20 Luis Machado <lgustavo@codesourcery.com>
7098
7099 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7100 and add untested calls.
7101
d334ae25
LM
71022017-01-20 Luis Machado <lgustavo@codesourcery.com>
7103
7104 * gdb.python/python.exp: Check line number against what GDB thinks
7105 the line number is for func1.
7106
f5e6296e
IB
71072017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7108
7109 * gdb.dlang/debug-expr.exp: New file.
7110
5b362f04
LM
71112016-12-23 Luis Machado <lgustavo@codesourcery.com>
7112
7113 Fix test names for the following files:
7114
7115 * gdb.ada/exec_changed.exp
7116 * gdb.ada/info_types.exp
7117 * gdb.arch/aarch64-atomic-inst.exp
7118 * gdb.arch/aarch64-fp.exp
7119 * gdb.arch/altivec-abi.exp
7120 * gdb.arch/altivec-regs.exp
7121 * gdb.arch/amd64-byte.exp
7122 * gdb.arch/amd64-disp-step.exp
7123 * gdb.arch/amd64-dword.exp
7124 * gdb.arch/amd64-entry-value-inline.exp
7125 * gdb.arch/amd64-entry-value-param.exp
7126 * gdb.arch/amd64-entry-value-paramref.exp
7127 * gdb.arch/amd64-entry-value.exp
7128 * gdb.arch/amd64-i386-address.exp
7129 * gdb.arch/amd64-invalid-stack-middle.exp
7130 * gdb.arch/amd64-invalid-stack-top.exp
7131 * gdb.arch/amd64-optimout-repeat.exp
7132 * gdb.arch/amd64-prologue-skip.exp
7133 * gdb.arch/amd64-prologue-xmm.exp
7134 * gdb.arch/amd64-stap-special-operands.exp
7135 * gdb.arch/amd64-stap-wrong-subexp.exp
7136 * gdb.arch/amd64-tailcall-cxx.exp
7137 * gdb.arch/amd64-tailcall-noret.exp
7138 * gdb.arch/amd64-tailcall-ret.exp
7139 * gdb.arch/amd64-tailcall-self.exp
7140 * gdb.arch/amd64-word.exp
7141 * gdb.arch/arm-bl-branch-dest.exp
7142 * gdb.arch/arm-disp-step.exp
7143 * gdb.arch/arm-neon.exp
7144 * gdb.arch/arm-single-step-kernel-helper.exp
7145 * gdb.arch/avr-flash-qualifier.exp
7146 * gdb.arch/disp-step-insn-reloc.exp
7147 * gdb.arch/e500-abi.exp
7148 * gdb.arch/e500-regs.exp
7149 * gdb.arch/ftrace-insn-reloc.exp
7150 * gdb.arch/i386-avx512.exp
7151 * gdb.arch/i386-bp_permanent.exp
7152 * gdb.arch/i386-byte.exp
7153 * gdb.arch/i386-cfi-notcurrent.exp
7154 * gdb.arch/i386-disp-step.exp
7155 * gdb.arch/i386-dr3-watch.exp
7156 * gdb.arch/i386-float.exp
7157 * gdb.arch/i386-gnu-cfi.exp
7158 * gdb.arch/i386-mpx-map.exp
7159 * gdb.arch/i386-mpx-sigsegv.exp
7160 * gdb.arch/i386-mpx-simple_segv.exp
7161 * gdb.arch/i386-mpx.exp
7162 * gdb.arch/i386-permbkpt.exp
7163 * gdb.arch/i386-prologue.exp
7164 * gdb.arch/i386-signal.exp
7165 * gdb.arch/i386-size-overlap.exp
7166 * gdb.arch/i386-unwind.exp
7167 * gdb.arch/i386-word.exp
7168 * gdb.arch/mips-fcr.exp
7169 * gdb.arch/powerpc-d128-regs.exp
7170 * gdb.arch/powerpc-stackless.exp
7171 * gdb.arch/ppc64-atomic-inst.exp
7172 * gdb.arch/s390-stackless.exp
7173 * gdb.arch/s390-tdbregs.exp
7174 * gdb.arch/s390-vregs.exp
7175 * gdb.arch/sparc-sysstep.exp
7176 * gdb.arch/thumb-bx-pc.exp
7177 * gdb.arch/thumb-singlestep.exp
7178 * gdb.arch/thumb2-it.exp
7179 * gdb.arch/vsx-regs.exp
7180 * gdb.asm/asm-source.exp
7181 * gdb.base/a2-run.exp
7182 * gdb.base/advance.exp
7183 * gdb.base/all-bin.exp
7184 * gdb.base/anon.exp
7185 * gdb.base/args.exp
7186 * gdb.base/arithmet.exp
7187 * gdb.base/async-shell.exp
7188 * gdb.base/async.exp
7189 * gdb.base/attach-pie-noexec.exp
7190 * gdb.base/attach-twice.exp
7191 * gdb.base/auto-load.exp
7192 * gdb.base/bang.exp
7193 * gdb.base/bitfields.exp
7194 * gdb.base/break-always.exp
7195 * gdb.base/break-caller-line.exp
7196 * gdb.base/break-entry.exp
7197 * gdb.base/break-inline.exp
7198 * gdb.base/break-on-linker-gcd-function.exp
7199 * gdb.base/break-probes.exp
7200 * gdb.base/break.exp
7201 * gdb.base/breakpoint-shadow.exp
7202 * gdb.base/call-ar-st.exp
7203 * gdb.base/call-sc.exp
7204 * gdb.base/call-signal-resume.exp
7205 * gdb.base/call-strs.exp
7206 * gdb.base/callfuncs.exp
7207 * gdb.base/catch-fork-static.exp
7208 * gdb.base/catch-gdb-caused-signals.exp
7209 * gdb.base/catch-load.exp
7210 * gdb.base/catch-signal-fork.exp
7211 * gdb.base/catch-signal.exp
7212 * gdb.base/catch-syscall.exp
7213 * gdb.base/charset.exp
7214 * gdb.base/checkpoint.exp
7215 * gdb.base/chng-syms.exp
7216 * gdb.base/code-expr.exp
7217 * gdb.base/code_elim.exp
7218 * gdb.base/commands.exp
7219 * gdb.base/completion.exp
7220 * gdb.base/complex.exp
7221 * gdb.base/cond-expr.exp
7222 * gdb.base/condbreak.exp
7223 * gdb.base/consecutive.exp
7224 * gdb.base/continue-all-already-running.exp
7225 * gdb.base/coredump-filter.exp
7226 * gdb.base/corefile.exp
7227 * gdb.base/dbx.exp
7228 * gdb.base/debug-expr.exp
7229 * gdb.base/define.exp
7230 * gdb.base/del.exp
7231 * gdb.base/disabled-location.exp
7232 * gdb.base/disasm-end-cu.exp
7233 * gdb.base/disasm-optim.exp
7234 * gdb.base/display.exp
7235 * gdb.base/duplicate-bp.exp
7236 * gdb.base/ena-dis-br.exp
7237 * gdb.base/ending-run.exp
7238 * gdb.base/enumval.exp
7239 * gdb.base/environ.exp
7240 * gdb.base/eu-strip-infcall.exp
7241 * gdb.base/eval-avoid-side-effects.exp
7242 * gdb.base/eval-skip.exp
7243 * gdb.base/exitsignal.exp
7244 * gdb.base/expand-psymtabs.exp
7245 * gdb.base/filesym.exp
7246 * gdb.base/find-unmapped.exp
7247 * gdb.base/finish.exp
7248 * gdb.base/float.exp
7249 * gdb.base/foll-exec-mode.exp
7250 * gdb.base/foll-exec.exp
7251 * gdb.base/foll-fork.exp
7252 * gdb.base/fortran-sym-case.exp
7253 * gdb.base/freebpcmd.exp
7254 * gdb.base/func-ptr.exp
7255 * gdb.base/func-ptrs.exp
7256 * gdb.base/funcargs.exp
7257 * gdb.base/gcore-buffer-overflow.exp
7258 * gdb.base/gcore-relro-pie.exp
7259 * gdb.base/gcore-relro.exp
7260 * gdb.base/gcore.exp
7261 * gdb.base/gdb1090.exp
7262 * gdb.base/gdb11530.exp
7263 * gdb.base/gdb11531.exp
7264 * gdb.base/gdb1821.exp
7265 * gdb.base/gdbindex-stabs.exp
7266 * gdb.base/gdbvars.exp
7267 * gdb.base/hbreak.exp
7268 * gdb.base/hbreak2.exp
7269 * gdb.base/included.exp
7270 * gdb.base/infcall-input.exp
7271 * gdb.base/inferior-died.exp
7272 * gdb.base/infnan.exp
7273 * gdb.base/info-macros.exp
7274 * gdb.base/info-os.exp
7275 * gdb.base/info-proc.exp
7276 * gdb.base/info-shared.exp
7277 * gdb.base/info-target.exp
7278 * gdb.base/infoline.exp
7279 * gdb.base/interp.exp
7280 * gdb.base/interrupt.exp
7281 * gdb.base/jit-reader.exp
7282 * gdb.base/jit-simple.exp
7283 * gdb.base/kill-after-signal.exp
7284 * gdb.base/kill-detach-inferiors-cmd.exp
7285 * gdb.base/label.exp
7286 * gdb.base/langs.exp
7287 * gdb.base/ldbl_e308.exp
7288 * gdb.base/line-symtabs.exp
7289 * gdb.base/linespecs.exp
7290 * gdb.base/list.exp
7291 * gdb.base/long_long.exp
7292 * gdb.base/longest-types.exp
7293 * gdb.base/maint.exp
7294 * gdb.base/max-value-size.exp
7295 * gdb.base/memattr.exp
7296 * gdb.base/mips_pro.exp
7297 * gdb.base/morestack.exp
7298 * gdb.base/moribund-step.exp
7299 * gdb.base/multi-forks.exp
7300 * gdb.base/nested-addr.exp
7301 * gdb.base/nextoverexit.exp
7302 * gdb.base/noreturn-finish.exp
7303 * gdb.base/noreturn-return.exp
7304 * gdb.base/nostdlib.exp
7305 * gdb.base/offsets.exp
7306 * gdb.base/opaque.exp
7307 * gdb.base/pc-fp.exp
7308 * gdb.base/permissions.exp
7309 * gdb.base/print-symbol-loading.exp
7310 * gdb.base/prologue-include.exp
7311 * gdb.base/psymtab.exp
7312 * gdb.base/ptype.exp
7313 * gdb.base/random-signal.exp
7314 * gdb.base/randomize.exp
7315 * gdb.base/range-stepping.exp
7316 * gdb.base/readline-ask.exp
7317 * gdb.base/recpar.exp
7318 * gdb.base/recurse.exp
7319 * gdb.base/relational.exp
7320 * gdb.base/restore.exp
7321 * gdb.base/return-nodebug.exp
7322 * gdb.base/return.exp
7323 * gdb.base/run-after-attach.exp
7324 * gdb.base/save-bp.exp
7325 * gdb.base/scope.exp
7326 * gdb.base/sect-cmd.exp
7327 * gdb.base/set-lang-auto.exp
7328 * gdb.base/set-noassign.exp
7329 * gdb.base/setvar.exp
7330 * gdb.base/sigall.exp
7331 * gdb.base/sigbpt.exp
7332 * gdb.base/siginfo-addr.exp
7333 * gdb.base/siginfo-infcall.exp
7334 * gdb.base/siginfo-obj.exp
7335 * gdb.base/siginfo.exp
7336 * gdb.base/signals-state-child.exp
7337 * gdb.base/signest.exp
7338 * gdb.base/sigstep.exp
7339 * gdb.base/sizeof.exp
7340 * gdb.base/skip.exp
7341 * gdb.base/solib-corrupted.exp
7342 * gdb.base/solib-nodir.exp
7343 * gdb.base/solib-search.exp
7344 * gdb.base/stack-checking.exp
7345 * gdb.base/stale-infcall.exp
7346 * gdb.base/stap-probe.exp
7347 * gdb.base/start.exp
7348 * gdb.base/step-break.exp
7349 * gdb.base/step-bt.exp
7350 * gdb.base/step-line.exp
7351 * gdb.base/step-over-exit.exp
7352 * gdb.base/step-over-syscall.exp
7353 * gdb.base/step-resume-infcall.exp
7354 * gdb.base/step-test.exp
7355 * gdb.base/store.exp
7356 * gdb.base/structs3.exp
7357 * gdb.base/sym-file.exp
7358 * gdb.base/symbol-without-target_section.exp
7359 * gdb.base/term.exp
7360 * gdb.base/testenv.exp
7361 * gdb.base/ui-redirect.exp
7362 * gdb.base/until.exp
7363 * gdb.base/unwindonsignal.exp
7364 * gdb.base/value-double-free.exp
7365 * gdb.base/vla-datatypes.exp
7366 * gdb.base/vla-ptr.exp
7367 * gdb.base/vla-sideeffect.exp
7368 * gdb.base/volatile.exp
7369 * gdb.base/watch-cond-infcall.exp
7370 * gdb.base/watch-cond.exp
7371 * gdb.base/watch-non-mem.exp
7372 * gdb.base/watch-read.exp
7373 * gdb.base/watch-vfork.exp
7374 * gdb.base/watchpoint-cond-gone.exp
7375 * gdb.base/watchpoint-delete.exp
7376 * gdb.base/watchpoint-hw-hit-once.exp
7377 * gdb.base/watchpoint-hw.exp
7378 * gdb.base/watchpoint-stops-at-right-insn.exp
7379 * gdb.base/watchpoints.exp
7380 * gdb.base/wchar.exp
7381 * gdb.base/whatis-exp.exp
7382 * gdb.btrace/buffer-size.exp
7383 * gdb.btrace/data.exp
7384 * gdb.btrace/delta.exp
7385 * gdb.btrace/dlopen.exp
7386 * gdb.btrace/enable.exp
7387 * gdb.btrace/exception.exp
7388 * gdb.btrace/function_call_history.exp
7389 * gdb.btrace/gcore.exp
7390 * gdb.btrace/instruction_history.exp
7391 * gdb.btrace/nohist.exp
7392 * gdb.btrace/reconnect.exp
7393 * gdb.btrace/record_goto-step.exp
7394 * gdb.btrace/record_goto.exp
7395 * gdb.btrace/rn-dl-bind.exp
7396 * gdb.btrace/segv.exp
7397 * gdb.btrace/step.exp
7398 * gdb.btrace/stepi.exp
7399 * gdb.btrace/tailcall-only.exp
7400 * gdb.btrace/tailcall.exp
7401 * gdb.btrace/tsx.exp
7402 * gdb.btrace/unknown_functions.exp
7403 * gdb.btrace/vdso.exp
7404 * gdb.compile/compile-ifunc.exp
7405 * gdb.compile/compile-ops.exp
7406 * gdb.compile/compile-print.exp
7407 * gdb.compile/compile-setjmp.exp
7408 * gdb.cp/abstract-origin.exp
7409 * gdb.cp/ambiguous.exp
7410 * gdb.cp/annota2.exp
7411 * gdb.cp/annota3.exp
7412 * gdb.cp/anon-ns.exp
7413 * gdb.cp/anon-struct.exp
7414 * gdb.cp/anon-union.exp
7415 * gdb.cp/arg-reference.exp
7416 * gdb.cp/baseenum.exp
7417 * gdb.cp/bool.exp
7418 * gdb.cp/breakpoint.exp
7419 * gdb.cp/bs15503.exp
7420 * gdb.cp/call-c.exp
7421 * gdb.cp/casts.exp
7422 * gdb.cp/chained-calls.exp
7423 * gdb.cp/class2.exp
7424 * gdb.cp/classes.exp
7425 * gdb.cp/cmpd-minsyms.exp
7426 * gdb.cp/converts.exp
7427 * gdb.cp/cp-relocate.exp
7428 * gdb.cp/cpcompletion.exp
7429 * gdb.cp/cpexprs.exp
7430 * gdb.cp/cplabel.exp
7431 * gdb.cp/cplusfuncs.exp
7432 * gdb.cp/cpsizeof.exp
7433 * gdb.cp/ctti.exp
7434 * gdb.cp/derivation.exp
7435 * gdb.cp/destrprint.exp
7436 * gdb.cp/dispcxx.exp
7437 * gdb.cp/enum-class.exp
7438 * gdb.cp/exception.exp
7439 * gdb.cp/exceptprint.exp
7440 * gdb.cp/expand-psymtabs-cxx.exp
7441 * gdb.cp/expand-sals.exp
7442 * gdb.cp/extern-c.exp
7443 * gdb.cp/filename.exp
7444 * gdb.cp/formatted-ref.exp
7445 * gdb.cp/fpointer.exp
7446 * gdb.cp/gdb1355.exp
7447 * gdb.cp/gdb2495.exp
7448 * gdb.cp/hang.exp
7449 * gdb.cp/impl-this.exp
7450 * gdb.cp/infcall-dlopen.exp
7451 * gdb.cp/inherit.exp
7452 * gdb.cp/iostream.exp
7453 * gdb.cp/koenig.exp
7454 * gdb.cp/local.exp
7455 * gdb.cp/m-data.exp
7456 * gdb.cp/m-static.exp
7457 * gdb.cp/mb-ctor.exp
7458 * gdb.cp/mb-inline.exp
7459 * gdb.cp/mb-templates.exp
7460 * gdb.cp/member-name.exp
7461 * gdb.cp/member-ptr.exp
7462 * gdb.cp/meth-typedefs.exp
7463 * gdb.cp/method.exp
7464 * gdb.cp/method2.exp
7465 * gdb.cp/minsym-fallback.exp
7466 * gdb.cp/misc.exp
7467 * gdb.cp/namelessclass.exp
7468 * gdb.cp/namespace-enum.exp
7469 * gdb.cp/namespace-nested-import.exp
7470 * gdb.cp/namespace.exp
7471 * gdb.cp/nextoverthrow.exp
7472 * gdb.cp/no-dmgl-verbose.exp
7473 * gdb.cp/non-trivial-retval.exp
7474 * gdb.cp/noparam.exp
7475 * gdb.cp/nsdecl.exp
7476 * gdb.cp/nsimport.exp
7477 * gdb.cp/nsnested.exp
7478 * gdb.cp/nsnoimports.exp
7479 * gdb.cp/nsrecurs.exp
7480 * gdb.cp/nsstress.exp
7481 * gdb.cp/nsusing.exp
7482 * gdb.cp/operator.exp
7483 * gdb.cp/oranking.exp
7484 * gdb.cp/overload-const.exp
7485 * gdb.cp/overload.exp
7486 * gdb.cp/ovldbreak.exp
7487 * gdb.cp/ovsrch.exp
7488 * gdb.cp/paren-type.exp
7489 * gdb.cp/parse-lang.exp
7490 * gdb.cp/pass-by-ref.exp
7491 * gdb.cp/pr-1023.exp
7492 * gdb.cp/pr-1210.exp
7493 * gdb.cp/pr-574.exp
7494 * gdb.cp/pr10687.exp
7495 * gdb.cp/pr12028.exp
7496 * gdb.cp/pr17132.exp
7497 * gdb.cp/pr17494.exp
7498 * gdb.cp/pr9067.exp
7499 * gdb.cp/pr9167.exp
7500 * gdb.cp/pr9631.exp
7501 * gdb.cp/printmethod.exp
7502 * gdb.cp/psmang.exp
7503 * gdb.cp/psymtab-parameter.exp
7504 * gdb.cp/ptype-cv-cp.exp
7505 * gdb.cp/ptype-flags.exp
7506 * gdb.cp/re-set-overloaded.exp
7507 * gdb.cp/ref-types.exp
7508 * gdb.cp/rtti.exp
7509 * gdb.cp/scope-err.exp
7510 * gdb.cp/shadow.exp
7511 * gdb.cp/smartp.exp
7512 * gdb.cp/static-method.exp
7513 * gdb.cp/static-print-quit.exp
7514 * gdb.cp/temargs.exp
7515 * gdb.cp/templates.exp
7516 * gdb.cp/try_catch.exp
7517 * gdb.cp/typedef-operator.exp
7518 * gdb.cp/typeid.exp
7519 * gdb.cp/userdef.exp
7520 * gdb.cp/using-crash.exp
7521 * gdb.cp/var-tag.exp
7522 * gdb.cp/virtbase.exp
7523 * gdb.cp/virtfunc.exp
7524 * gdb.cp/virtfunc2.exp
7525 * gdb.cp/vla-cxx.exp
7526 * gdb.disasm/t01_mov.exp
7527 * gdb.disasm/t02_mova.exp
7528 * gdb.disasm/t03_add.exp
7529 * gdb.disasm/t04_sub.exp
7530 * gdb.disasm/t05_cmp.exp
7531 * gdb.disasm/t06_ari2.exp
7532 * gdb.disasm/t07_ari3.exp
7533 * gdb.disasm/t08_or.exp
7534 * gdb.disasm/t09_xor.exp
7535 * gdb.disasm/t10_and.exp
7536 * gdb.disasm/t11_logs.exp
7537 * gdb.disasm/t12_bit.exp
7538 * gdb.disasm/t13_otr.exp
7539 * gdb.dlang/circular.exp
7540 * gdb.dwarf2/arr-stride.exp
7541 * gdb.dwarf2/arr-subrange.exp
7542 * gdb.dwarf2/atomic-type.exp
7543 * gdb.dwarf2/bad-regnum.exp
7544 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7545 * gdb.dwarf2/callframecfa.exp
7546 * gdb.dwarf2/clztest.exp
7547 * gdb.dwarf2/corrupt.exp
7548 * gdb.dwarf2/data-loc.exp
7549 * gdb.dwarf2/dup-psym.exp
7550 * gdb.dwarf2/dw2-anon-mptr.exp
7551 * gdb.dwarf2/dw2-anonymous-func.exp
7552 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7553 * gdb.dwarf2/dw2-bad-unresolved.exp
7554 * gdb.dwarf2/dw2-basic.exp
7555 * gdb.dwarf2/dw2-canonicalize-type.exp
7556 * gdb.dwarf2/dw2-case-insensitive.exp
7557 * gdb.dwarf2/dw2-common-block.exp
7558 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7559 * gdb.dwarf2/dw2-compressed.exp
7560 * gdb.dwarf2/dw2-const.exp
7561 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7562 * gdb.dwarf2/dw2-cu-size.exp
7563 * gdb.dwarf2/dw2-dup-frame.exp
7564 * gdb.dwarf2/dw2-entry-value.exp
7565 * gdb.dwarf2/dw2-icycle.exp
7566 * gdb.dwarf2/dw2-ifort-parameter.exp
7567 * gdb.dwarf2/dw2-inline-break.exp
7568 * gdb.dwarf2/dw2-inline-param.exp
7569 * gdb.dwarf2/dw2-intercu.exp
7570 * gdb.dwarf2/dw2-intermix.exp
7571 * gdb.dwarf2/dw2-lexical-block-bare.exp
7572 * gdb.dwarf2/dw2-linkage-name-trust.exp
7573 * gdb.dwarf2/dw2-minsym-in-cu.exp
7574 * gdb.dwarf2/dw2-noloc.exp
7575 * gdb.dwarf2/dw2-op-call.exp
7576 * gdb.dwarf2/dw2-op-out-param.exp
7577 * gdb.dwarf2/dw2-opt-structptr.exp
7578 * gdb.dwarf2/dw2-param-error.exp
7579 * gdb.dwarf2/dw2-producer.exp
7580 * gdb.dwarf2/dw2-ranges-base.exp
7581 * gdb.dwarf2/dw2-ref-missing-frame.exp
7582 * gdb.dwarf2/dw2-reg-undefined.exp
7583 * gdb.dwarf2/dw2-regno-invalid.exp
7584 * gdb.dwarf2/dw2-restore.exp
7585 * gdb.dwarf2/dw2-restrict.exp
7586 * gdb.dwarf2/dw2-single-line-discriminators.exp
7587 * gdb.dwarf2/dw2-strp.exp
7588 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7589 * gdb.dwarf2/dw2-unresolved.exp
7590 * gdb.dwarf2/dw2-var-zero-addr.exp
7591 * gdb.dwarf2/dw4-sig-types.exp
7592 * gdb.dwarf2/dwz.exp
7593 * gdb.dwarf2/dynarr-ptr.exp
7594 * gdb.dwarf2/enum-type.exp
7595 * gdb.dwarf2/gdb-index.exp
7596 * gdb.dwarf2/implptr-64bit.exp
7597 * gdb.dwarf2/implptr-optimized-out.exp
7598 * gdb.dwarf2/implptr.exp
7599 * gdb.dwarf2/implref-array.exp
7600 * gdb.dwarf2/implref-const.exp
7601 * gdb.dwarf2/implref-global.exp
7602 * gdb.dwarf2/implref-struct.exp
7603 * gdb.dwarf2/mac-fileno.exp
7604 * gdb.dwarf2/main-subprogram.exp
7605 * gdb.dwarf2/member-ptr-forwardref.exp
7606 * gdb.dwarf2/method-ptr.exp
7607 * gdb.dwarf2/missing-sig-type.exp
7608 * gdb.dwarf2/nonvar-access.exp
7609 * gdb.dwarf2/opaque-type-lookup.exp
7610 * gdb.dwarf2/pieces-optimized-out.exp
7611 * gdb.dwarf2/pieces.exp
7612 * gdb.dwarf2/pr10770.exp
7613 * gdb.dwarf2/pr13961.exp
7614 * gdb.dwarf2/staticvirtual.exp
7615 * gdb.dwarf2/subrange.exp
7616 * gdb.dwarf2/symtab-producer.exp
7617 * gdb.dwarf2/trace-crash.exp
7618 * gdb.dwarf2/typeddwarf.exp
7619 * gdb.dwarf2/valop.exp
7620 * gdb.dwarf2/watch-notconst.exp
7621 * gdb.fortran/array-element.exp
7622 * gdb.fortran/charset.exp
7623 * gdb.fortran/common-block.exp
7624 * gdb.fortran/complex.exp
7625 * gdb.fortran/derived-type-function.exp
7626 * gdb.fortran/derived-type.exp
7627 * gdb.fortran/logical.exp
7628 * gdb.fortran/module.exp
7629 * gdb.fortran/multi-dim.exp
7630 * gdb.fortran/nested-funcs.exp
7631 * gdb.fortran/print-formatted.exp
7632 * gdb.fortran/subarray.exp
7633 * gdb.fortran/vla-alloc-assoc.exp
7634 * gdb.fortran/vla-datatypes.exp
7635 * gdb.fortran/vla-history.exp
7636 * gdb.fortran/vla-ptr-info.exp
7637 * gdb.fortran/vla-ptype-sub.exp
7638 * gdb.fortran/vla-ptype.exp
7639 * gdb.fortran/vla-sizeof.exp
7640 * gdb.fortran/vla-type.exp
7641 * gdb.fortran/vla-value-sub-arbitrary.exp
7642 * gdb.fortran/vla-value-sub-finish.exp
7643 * gdb.fortran/vla-value-sub.exp
7644 * gdb.fortran/vla-value.exp
7645 * gdb.fortran/whatis_type.exp
7646 * gdb.go/chan.exp
7647 * gdb.go/handcall.exp
7648 * gdb.go/hello.exp
7649 * gdb.go/integers.exp
7650 * gdb.go/methods.exp
7651 * gdb.go/package.exp
7652 * gdb.go/strings.exp
7653 * gdb.go/types.exp
7654 * gdb.go/unsafe.exp
7655 * gdb.guile/scm-arch.exp
7656 * gdb.guile/scm-block.exp
7657 * gdb.guile/scm-breakpoint.exp
7658 * gdb.guile/scm-cmd.exp
7659 * gdb.guile/scm-disasm.exp
7660 * gdb.guile/scm-equal.exp
7661 * gdb.guile/scm-frame-args.exp
7662 * gdb.guile/scm-frame-inline.exp
7663 * gdb.guile/scm-frame.exp
7664 * gdb.guile/scm-iterator.exp
7665 * gdb.guile/scm-math.exp
7666 * gdb.guile/scm-objfile.exp
7667 * gdb.guile/scm-ports.exp
7668 * gdb.guile/scm-symbol.exp
7669 * gdb.guile/scm-symtab.exp
7670 * gdb.guile/scm-value-cc.exp
7671 * gdb.guile/types-module.exp
7672 * gdb.linespec/break-ask.exp
7673 * gdb.linespec/cpexplicit.exp
7674 * gdb.linespec/explicit.exp
7675 * gdb.linespec/keywords.exp
7676 * gdb.linespec/linespec.exp
7677 * gdb.linespec/ls-dollar.exp
7678 * gdb.linespec/ls-errs.exp
7679 * gdb.linespec/skip-two.exp
7680 * gdb.linespec/thread.exp
7681 * gdb.mi/mi-async.exp
7682 * gdb.mi/mi-basics.exp
7683 * gdb.mi/mi-break.exp
7684 * gdb.mi/mi-catch-load.exp
7685 * gdb.mi/mi-cli.exp
7686 * gdb.mi/mi-cmd-param-changed.exp
7687 * gdb.mi/mi-console.exp
7688 * gdb.mi/mi-detach.exp
7689 * gdb.mi/mi-disassemble.exp
7690 * gdb.mi/mi-eval.exp
7691 * gdb.mi/mi-file-transfer.exp
7692 * gdb.mi/mi-file.exp
7693 * gdb.mi/mi-fill-memory.exp
7694 * gdb.mi/mi-inheritance-syntax-error.exp
7695 * gdb.mi/mi-linespec-err-cp.exp
7696 * gdb.mi/mi-logging.exp
7697 * gdb.mi/mi-memory-changed.exp
7698 * gdb.mi/mi-read-memory.exp
7699 * gdb.mi/mi-record-changed.exp
7700 * gdb.mi/mi-reg-undefined.exp
7701 * gdb.mi/mi-regs.exp
7702 * gdb.mi/mi-return.exp
7703 * gdb.mi/mi-reverse.exp
7704 * gdb.mi/mi-simplerun.exp
7705 * gdb.mi/mi-solib.exp
7706 * gdb.mi/mi-stack.exp
7707 * gdb.mi/mi-stepi.exp
7708 * gdb.mi/mi-syn-frame.exp
7709 * gdb.mi/mi-until.exp
7710 * gdb.mi/mi-var-block.exp
7711 * gdb.mi/mi-var-child.exp
7712 * gdb.mi/mi-var-cmd.exp
7713 * gdb.mi/mi-var-cp.exp
7714 * gdb.mi/mi-var-display.exp
7715 * gdb.mi/mi-var-invalidate.exp
7716 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7717 * gdb.mi/mi-vla-fortran.exp
7718 * gdb.mi/mi-watch.exp
7719 * gdb.mi/mi2-var-child.exp
7720 * gdb.mi/user-selected-context-sync.exp
7721 * gdb.modula2/unbounded-array.exp
7722 * gdb.multi/dummy-frame-restore.exp
7723 * gdb.multi/multi-arch-exec.exp
7724 * gdb.multi/multi-arch.exp
7725 * gdb.multi/tids.exp
7726 * gdb.multi/watchpoint-multi.exp
7727 * gdb.opencl/callfuncs.exp
7728 * gdb.opencl/convs_casts.exp
7729 * gdb.opencl/datatypes.exp
7730 * gdb.opencl/operators.exp
7731 * gdb.opencl/vec_comps.exp
7732 * gdb.opt/clobbered-registers-O2.exp
7733 * gdb.opt/inline-break.exp
7734 * gdb.opt/inline-bt.exp
7735 * gdb.opt/inline-cmds.exp
7736 * gdb.opt/inline-locals.exp
7737 * gdb.pascal/case-insensitive-symbols.exp
7738 * gdb.pascal/floats.exp
7739 * gdb.pascal/gdb11492.exp
7740 * gdb.python/lib-types.exp
7741 * gdb.python/py-arch.exp
7742 * gdb.python/py-as-string.exp
7743 * gdb.python/py-bad-printers.exp
7744 * gdb.python/py-block.exp
7745 * gdb.python/py-breakpoint-create-fail.exp
7746 * gdb.python/py-breakpoint.exp
7747 * gdb.python/py-caller-is.exp
7748 * gdb.python/py-cmd.exp
7749 * gdb.python/py-explore-cc.exp
7750 * gdb.python/py-explore.exp
7751 * gdb.python/py-finish-breakpoint.exp
7752 * gdb.python/py-finish-breakpoint2.exp
7753 * gdb.python/py-frame-args.exp
7754 * gdb.python/py-frame-inline.exp
7755 * gdb.python/py-frame.exp
7756 * gdb.python/py-framefilter-mi.exp
7757 * gdb.python/py-infthread.exp
7758 * gdb.python/py-lazy-string.exp
7759 * gdb.python/py-linetable.exp
7760 * gdb.python/py-mi-events.exp
7761 * gdb.python/py-mi-objfile.exp
7762 * gdb.python/py-mi.exp
7763 * gdb.python/py-objfile.exp
7764 * gdb.python/py-pp-integral.exp
7765 * gdb.python/py-pp-maint.exp
7766 * gdb.python/py-pp-re-notag.exp
7767 * gdb.python/py-pp-registration.exp
7768 * gdb.python/py-recurse-unwind.exp
7769 * gdb.python/py-strfns.exp
7770 * gdb.python/py-symbol.exp
7771 * gdb.python/py-symtab.exp
7772 * gdb.python/py-sync-interp.exp
7773 * gdb.python/py-typeprint.exp
7774 * gdb.python/py-unwind-maint.exp
7775 * gdb.python/py-unwind.exp
7776 * gdb.python/py-value-cc.exp
7777 * gdb.python/py-xmethods.exp
7778 * gdb.reverse/amd64-tailcall-reverse.exp
7779 * gdb.reverse/break-precsave.exp
7780 * gdb.reverse/break-reverse.exp
7781 * gdb.reverse/consecutive-precsave.exp
7782 * gdb.reverse/consecutive-reverse.exp
7783 * gdb.reverse/finish-precsave.exp
7784 * gdb.reverse/finish-reverse-bkpt.exp
7785 * gdb.reverse/finish-reverse.exp
7786 * gdb.reverse/fstatat-reverse.exp
7787 * gdb.reverse/getresuid-reverse.exp
7788 * gdb.reverse/i386-precsave.exp
7789 * gdb.reverse/i386-reverse.exp
7790 * gdb.reverse/i386-sse-reverse.exp
7791 * gdb.reverse/i387-env-reverse.exp
7792 * gdb.reverse/i387-stack-reverse.exp
7793 * gdb.reverse/insn-reverse.exp
7794 * gdb.reverse/machinestate-precsave.exp
7795 * gdb.reverse/machinestate.exp
7796 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7797 * gdb.reverse/pipe-reverse.exp
7798 * gdb.reverse/readv-reverse.exp
7799 * gdb.reverse/recvmsg-reverse.exp
7800 * gdb.reverse/rerun-prec.exp
7801 * gdb.reverse/s390-mvcle.exp
7802 * gdb.reverse/step-precsave.exp
7803 * gdb.reverse/step-reverse.exp
7804 * gdb.reverse/time-reverse.exp
7805 * gdb.reverse/until-precsave.exp
7806 * gdb.reverse/until-reverse.exp
7807 * gdb.reverse/waitpid-reverse.exp
7808 * gdb.reverse/watch-precsave.exp
7809 * gdb.reverse/watch-reverse.exp
7810 * gdb.rust/generics.exp
7811 * gdb.rust/methods.exp
7812 * gdb.rust/modules.exp
7813 * gdb.rust/simple.exp
7814 * gdb.server/connect-with-no-symbol-file.exp
7815 * gdb.server/ext-attach.exp
7816 * gdb.server/ext-restart.exp
7817 * gdb.server/ext-wrapper.exp
7818 * gdb.server/file-transfer.exp
7819 * gdb.server/server-exec-info.exp
7820 * gdb.server/server-kill.exp
7821 * gdb.server/server-mon.exp
7822 * gdb.server/wrapper.exp
7823 * gdb.stabs/exclfwd.exp
7824 * gdb.stabs/gdb11479.exp
7825 * gdb.threads/clone-new-thread-event.exp
7826 * gdb.threads/corethreads.exp
7827 * gdb.threads/current-lwp-dead.exp
7828 * gdb.threads/dlopen-libpthread.exp
7829 * gdb.threads/gcore-thread.exp
7830 * gdb.threads/sigstep-threads.exp
7831 * gdb.threads/watchpoint-fork.exp
7832 * gdb.trace/actions-changed.exp
7833 * gdb.trace/backtrace.exp
7834 * gdb.trace/change-loc.exp
7835 * gdb.trace/circ.exp
7836 * gdb.trace/collection.exp
7837 * gdb.trace/disconnected-tracing.exp
7838 * gdb.trace/ftrace.exp
7839 * gdb.trace/mi-trace-frame-collected.exp
7840 * gdb.trace/mi-trace-unavailable.exp
7841 * gdb.trace/mi-traceframe-changed.exp
7842 * gdb.trace/mi-tsv-changed.exp
7843 * gdb.trace/no-attach-trace.exp
7844 * gdb.trace/passc-dyn.exp
7845 * gdb.trace/qtro.exp
7846 * gdb.trace/range-stepping.exp
7847 * gdb.trace/read-memory.exp
7848 * gdb.trace/save-trace.exp
7849 * gdb.trace/signal.exp
7850 * gdb.trace/status-stop.exp
7851 * gdb.trace/tfile.exp
7852 * gdb.trace/trace-break.exp
7853 * gdb.trace/trace-buffer-size.exp
7854 * gdb.trace/trace-condition.exp
7855 * gdb.trace/tracefile-pseudo-reg.exp
7856 * gdb.trace/tstatus.exp
7857 * gdb.trace/unavailable.exp
7858 * gdb.trace/while-dyn.exp
7859 * gdb.trace/while-stepping.exp
7860
34c41c68
DE
78612016-12-22 Doug Evans <xdje42@gmail.com>
7862
7863 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7864 and msymbols.
7865
16e69324
YQ
78662016-12-19 Yao Qi <yao.qi@linaro.org>
7867
7868 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7869 (test_with_self): Don't call do_steps_and_nexts, and remove
7870 code about stepping into xmalloc.
7871
f94f411b
YQ
78722016-12-09 Yao Qi <yao.qi@linaro.org>
7873
7874 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7875
78762016-12-09 Yao Qi <yao.qi@linaro.org>
7877
7878 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7879
f1b5deee
PA
78802016-12-09 Pedro Alves <palves@redhat.com>
7881
7882 * gdb.base/all-architectures-0.exp: New file.
7883 * gdb.base/all-architectures-1.exp: New file.
7884 * gdb.base/all-architectures-2.exp: New file.
7885 * gdb.base/all-architectures-3.exp: New file.
7886 * gdb.base/all-architectures-4.exp: New file.
7887 * gdb.base/all-architectures-5.exp: New file.
7888 * gdb.base/all-architectures-6.exp: New file.
7889 * gdb.base/all-architectures-7.exp: New file.
7890 * gdb.base/all-architectures.exp.in: New file.
7891
364ca42e
YQ
78922016-12-09 Yao Qi <yao.qi@linaro.org>
7893
7894 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7895
107c2d62
LM
78962016-12-02 Luis Machado <lgustavo@codesourcery.com>
7897
7898 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7899 possible.
7900 Remove useless pattern-matching code.
7901
df3ee9ca
PA
79022016-12-02 Pedro Alves <palves@redhat.com>
7903
7904 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7905 procedure.
7906 (top level): Call it.
7907
ec835369
PA
79082016-12-02 Pedro Alves <palves@redhat.com>
7909
7910 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7911 New procedure.
7912 (top level): Call it.
7913
01770bbd
PA
79142016-12-02 Pedro Alves <palves@redhat.com>
7915
7916 PR cli/20559
7917 * gdb.base/commands.exp (user_defined_command_args_eval): New
7918 procedure.
7919 (top level): Call it.
7920
008459ea
LM
79212016-12-02 Luis Machado <lgustavo@codesourcery.com>
7922
7923 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7924 timeout handling.
7925
0c1b455e
TT
79262016-12-02 Tom Tromey <tom@tromey.com>
7927
7928 * gdb.dwarf2/main-subprogram.c: New file.
7929 * gdb.dwarf2/main-subprogram.exp: New file.
7930
018572b8
LM
79312016-12-01 Luis Machado <lgustavo@codesourcery.com>
7932
7933 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7934 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7935 gdb_test_no_output for a couple of cases.
7936 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7937
84c93cd5
LM
79382016-12-01 Luis Machado <lgustavo@codesourcery.com>
7939
7940 Fix test names and standardize compilation error messages throughout
7941 the following files:
7942
7943 * gdb.ada/start.exp
7944 * gdb.arch/alpha-step.exp
7945 * gdb.arch/e500-prologue.exp
7946 * gdb.arch/ftrace-insn-reloc.exp
7947 * gdb.arch/gdb1291.exp
7948 * gdb.arch/gdb1431.exp
7949 * gdb.arch/gdb1558.exp
7950 * gdb.arch/i386-dr3-watch.exp
7951 * gdb.arch/i386-sse-stack-align.exp
7952 * gdb.arch/ia64-breakpoint-shadow.exp
7953 * gdb.arch/pa-nullify.exp
7954 * gdb.arch/powerpc-aix-prologue.exp
7955 * gdb.arch/thumb-bx-pc.exp
7956 * gdb.base/annota1.exp
7957 * gdb.base/annota3.exp
7958 * gdb.base/arrayidx.exp
7959 * gdb.base/assign.exp
7960 * gdb.base/attach.exp
7961 * gdb.base/auxv.exp
7962 * gdb.base/bang.exp
7963 * gdb.base/bfp-test.exp
7964 * gdb.base/bigcore.exp
7965 * gdb.base/bitfields2.exp
7966 * gdb.base/break-fun-addr.exp
7967 * gdb.base/break-probes.exp
7968 * gdb.base/call-rt-st.exp
7969 * gdb.base/callexit.exp
7970 * gdb.base/catch-fork-kill.exp
7971 * gdb.base/charset.exp
7972 * gdb.base/checkpoint.exp
7973 * gdb.base/comprdebug.exp
7974 * gdb.base/constvars.exp
7975 * gdb.base/coredump-filter.exp
7976 * gdb.base/cursal.exp
7977 * gdb.base/cvexpr.exp
7978 * gdb.base/detach.exp
7979 * gdb.base/display.exp
7980 * gdb.base/dmsym.exp
7981 * gdb.base/dprintf-pending.exp
7982 * gdb.base/dso2dso.exp
7983 * gdb.base/dtrace-probe.exp
7984 * gdb.base/dump.exp
7985 * gdb.base/enum_cond.exp
7986 * gdb.base/exe-lock.exp
7987 * gdb.base/exec-invalid-sysroot.exp
7988 * gdb.base/execl-update-breakpoints.exp
7989 * gdb.base/exprs.exp
7990 * gdb.base/fileio.exp
7991 * gdb.base/find.exp
7992 * gdb.base/finish.exp
7993 * gdb.base/fixsection.exp
7994 * gdb.base/foll-vfork.exp
7995 * gdb.base/frame-args.exp
7996 * gdb.base/gcore.exp
7997 * gdb.base/gdb1250.exp
7998 * gdb.base/global-var-nested-by-dso.exp
7999 * gdb.base/gnu-ifunc.exp
8000 * gdb.base/hashline1.exp
8001 * gdb.base/hashline2.exp
8002 * gdb.base/hashline3.exp
8003 * gdb.base/hbreak-in-shr-unsupported.exp
8004 * gdb.base/huge.exp
8005 * gdb.base/infcall-input.exp
8006 * gdb.base/info-fun.exp
8007 * gdb.base/info-shared.exp
8008 * gdb.base/jit-simple.exp
8009 * gdb.base/jit-so.exp
8010 * gdb.base/jit.exp
8011 * gdb.base/jump.exp
8012 * gdb.base/label.exp
8013 * gdb.base/lineinc.exp
8014 * gdb.base/logical.exp
8015 * gdb.base/longjmp.exp
8016 * gdb.base/macscp.exp
8017 * gdb.base/miscexprs.exp
8018 * gdb.base/new-ui-echo.exp
8019 * gdb.base/new-ui-pending-input.exp
8020 * gdb.base/new-ui.exp
8021 * gdb.base/nodebug.exp
8022 * gdb.base/nofield.exp
8023 * gdb.base/offsets.exp
8024 * gdb.base/overlays.exp
8025 * gdb.base/pending.exp
8026 * gdb.base/pointers.exp
8027 * gdb.base/pr11022.exp
8028 * gdb.base/printcmds.exp
8029 * gdb.base/prologue.exp
8030 * gdb.base/ptr-typedef.exp
8031 * gdb.base/realname-expand.exp
8032 * gdb.base/relativedebug.exp
8033 * gdb.base/relocate.exp
8034 * gdb.base/remote.exp
8035 * gdb.base/reread.exp
8036 * gdb.base/return2.exp
8037 * gdb.base/savedregs.exp
8038 * gdb.base/sep.exp
8039 * gdb.base/sepdebug.exp
8040 * gdb.base/sepsymtab.exp
8041 * gdb.base/set-inferior-tty.exp
8042 * gdb.base/setshow.exp
8043 * gdb.base/shlib-call.exp
8044 * gdb.base/sigaltstack.exp
8045 * gdb.base/siginfo-addr.exp
8046 * gdb.base/signals.exp
8047 * gdb.base/signull.exp
8048 * gdb.base/sigrepeat.exp
8049 * gdb.base/so-impl-ld.exp
8050 * gdb.base/solib-display.exp
8051 * gdb.base/solib-overlap.exp
8052 * gdb.base/solib-search.exp
8053 * gdb.base/solib-symbol.exp
8054 * gdb.base/structs.exp
8055 * gdb.base/structs2.exp
8056 * gdb.base/symtab-search-order.exp
8057 * gdb.base/twice.exp
8058 * gdb.base/unload.exp
8059 * gdb.base/varargs.exp
8060 * gdb.base/watchpoint-solib.exp
8061 * gdb.base/watchpoint.exp
8062 * gdb.base/whatis.exp
8063 * gdb.base/wrong_frame_bt_full.exp
8064 * gdb.btrace/dlopen.exp
8065 * gdb.cell/ea-standalone.exp
8066 * gdb.cell/ea-test.exp
8067 * gdb.cp/dispcxx.exp
8068 * gdb.cp/gdb2384.exp
8069 * gdb.cp/method2.exp
8070 * gdb.cp/nextoverthrow.exp
8071 * gdb.cp/pr10728.exp
8072 * gdb.disasm/am33.exp
8073 * gdb.disasm/h8300s.exp
8074 * gdb.disasm/mn10300.exp
8075 * gdb.disasm/sh3.exp
8076 * gdb.dwarf2/dw2-dir-file-name.exp
8077 * gdb.fortran/complex.exp
8078 * gdb.fortran/library-module.exp
8079 * gdb.guile/scm-pretty-print.exp
8080 * gdb.guile/scm-symbol.exp
8081 * gdb.guile/scm-type.exp
8082 * gdb.guile/scm-value.exp
8083 * gdb.linespec/linespec.exp
8084 * gdb.mi/gdb701.exp
8085 * gdb.mi/gdb792.exp
8086 * gdb.mi/mi-breakpoint-changed.exp
8087 * gdb.mi/mi-dprintf-pending.exp
8088 * gdb.mi/mi-dprintf.exp
8089 * gdb.mi/mi-exit-code.exp
8090 * gdb.mi/mi-pending.exp
8091 * gdb.mi/mi-solib.exp
8092 * gdb.mi/new-ui-mi-sync.exp
8093 * gdb.mi/pr11022.exp
8094 * gdb.mi/user-selected-context-sync.exp
8095 * gdb.opt/solib-intra-step.exp
8096 * gdb.python/py-events.exp
8097 * gdb.python/py-finish-breakpoint.exp
8098 * gdb.python/py-mi.exp
8099 * gdb.python/py-prettyprint.exp
8100 * gdb.python/py-shared.exp
8101 * gdb.python/py-symbol.exp
8102 * gdb.python/py-template.exp
8103 * gdb.python/py-type.exp
8104 * gdb.python/py-value.exp
8105 * gdb.reverse/solib-precsave.exp
8106 * gdb.reverse/solib-reverse.exp
8107 * gdb.server/solib-list.exp
8108 * gdb.stabs/weird.exp
8109 * gdb.threads/reconnect-signal.exp
8110 * gdb.threads/stepi-random-signal.exp
8111 * gdb.trace/actions.exp
8112 * gdb.trace/ax.exp
8113 * gdb.trace/backtrace.exp
8114 * gdb.trace/change-loc.exp
8115 * gdb.trace/deltrace.exp
8116 * gdb.trace/ftrace-lock.exp
8117 * gdb.trace/ftrace.exp
8118 * gdb.trace/infotrace.exp
8119 * gdb.trace/mi-tracepoint-changed.exp
8120 * gdb.trace/packetlen.exp
8121 * gdb.trace/passcount.exp
8122 * gdb.trace/pending.exp
8123 * gdb.trace/range-stepping.exp
8124 * gdb.trace/report.exp
8125 * gdb.trace/stap-trace.exp
8126 * gdb.trace/tfind.exp
8127 * gdb.trace/trace-break.exp
8128 * gdb.trace/trace-condition.exp
8129 * gdb.trace/trace-enable-disable.exp
8130 * gdb.trace/trace-mt.exp
8131 * gdb.trace/tracecmd.exp
8132 * gdb.trace/tspeed.exp
8133 * gdb.trace/tsv.exp
8134 * lib/perftest.exp
8135
fb9feb35
LM
81362016-12-01 Luis Machado <lgustavo@codesourcery.com>
8137
8138 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8139 with gdb_test_no_output.
8140 Use command as test name.
8141
cd2ddb6c
LM
81422016-12-01 Luis Machado <lgustavo@codesourcery.com>
8143
8144 Fix test names starting with uppercase throughout the files.
8145
8146 * gdb.ada/assign_1.exp
8147 * gdb.ada/boolean_expr.exp
8148 * gdb.base/arrayidx.exp
8149 * gdb.base/del.exp
8150 * gdb.base/gcore-buffer-overflow.exp
8151 * gdb.base/testenv.exp
8152 * gdb.compile/compile.exp
8153 * gdb.python/py-framefilter-invalidarg.exp
8154 * gdb.python/py-framefilter.exp
8155
bb95117e
LM
81562016-12-01 Luis Machado <lgustavo@codesourcery.com>
8157
8158 Fix test names starting with uppercase throughout the files.
8159
8160 * gdb.ada/array_return.exp
8161 * gdb.ada/expr_delims.exp
8162 * gdb.ada/mi_dyn_arr.exp
8163 * gdb.ada/mi_interface.exp
8164 * gdb.ada/mi_var_array.exp
8165 * gdb.ada/watch_arg.exp
8166 * gdb.arch/alpha-step.exp
8167 * gdb.arch/altivec-regs.exp
8168 * gdb.arch/e500-regs.exp
8169 * gdb.arch/powerpc-d128-regs.exp
8170 * gdb.base/arrayidx.exp
8171 * gdb.base/break.exp
8172 * gdb.base/checkpoint.exp
8173 * gdb.base/debug-expr.exp
8174 * gdb.base/dmsym.exp
8175 * gdb.base/radix.exp
8176 * gdb.base/sepdebug.exp
8177 * gdb.base/testenv.exp
8178 * gdb.base/watch_thread_num.exp
8179 * gdb.base/watchpoint-cond-gone.exp
8180 * gdb.cell/break.exp
8181 * gdb.cell/ea-cache.exp
8182 * gdb.compile/compile.exp
8183 * gdb.cp/gdb2495.exp
8184 * gdb.gdb/selftest.exp
8185 * gdb.gdb/xfullpath.exp
8186 * gdb.go/hello.exp
8187 * gdb.go/integers.exp
8188 * gdb.objc/basicclass.exp
8189 * gdb.pascal/hello.exp
8190 * gdb.pascal/integers.exp
8191 * gdb.python/py-breakpoint.exp
8192 * gdb.python/py-cmd.exp
8193 * gdb.python/py-linetable.exp
8194 * gdb.python/py-xmethods.exp
8195 * gdb.python/python.exp
8196 * gdb.reverse/consecutive-precsave.exp
8197 * gdb.reverse/finish-precsave.exp
8198 * gdb.reverse/i386-precsave.exp
8199 * gdb.reverse/machinestate-precsave.exp
8200 * gdb.reverse/sigall-precsave.exp
8201 * gdb.reverse/solib-precsave.exp
8202 * gdb.reverse/step-precsave.exp
8203 * gdb.reverse/until-precsave.exp
8204 * gdb.reverse/watch-precsave.exp
8205 * gdb.threads/leader-exit.exp
8206 * gdb.threads/pthreads.exp
8207 * gdb.threads/wp-replication.exp
8208 * gdb.trace/actions.exp
8209 * gdb.trace/mi-tsv-changed.exp
8210 * gdb.trace/tsv.exp
8211
de97fdd4
LM
82122016-12-01 Luis Machado <lgustavo@codesourcery.com>
8213
8214 Fix test names starting with uppercase throughout the files.
8215
8216 * gdb.arch/i386-bp_permanent.exp
8217 * gdb.arch/i386-gnu-cfi.exp
8218 * gdb.base/disasm-end-cu.exp
8219 * gdb.base/macscp.exp
8220 * gdb.base/pending.exp
8221 * gdb.base/watch_thread_num.exp
8222 * gdb.cp/exception.exp
8223 * gdb.cp/gdb2495.exp
8224 * gdb.cp/local.exp
8225 * gdb.python/py-evsignal.exp
8226 * gdb.python/python.exp
8227 * gdb.trace/tracecmd.exp
8228
9f058c10
LM
82292016-12-01 Luis Machado <lgustavo@codesourcery.com>
8230
8231 Fix test names starting with uppercase throughout the files.
8232
8233 * gdb.base/charset.exp
8234 * gdb.base/eval.exp
8235 * gdb.base/multi-forks.exp
8236 * gdb.guile/scm-progspace.exp
8237 * gdb.opencl/datatypes.exp
8238 * gdb.python/py-block.exp
8239 * gdb.python/py-function.exp
8240 * gdb.python/py-symbol.exp
8241 * gdb.python/py-symtab.exp
8242 * gdb.python/py-xmethods.exp
8243 * gdb.reverse/break-precsave.exp
8244 * gdb.reverse/break-reverse.exp
8245 * gdb.reverse/consecutive-precsave.exp
8246 * gdb.reverse/consecutive-reverse.exp
8247 * gdb.reverse/finish-precsave.exp
8248 * gdb.reverse/finish-reverse-bkpt.exp
8249 * gdb.reverse/finish-reverse.exp
8250 * gdb.reverse/fstatat-reverse.exp
8251 * gdb.reverse/getresuid-reverse.exp
8252 * gdb.reverse/i386-precsave.exp
8253 * gdb.reverse/i386-reverse.exp
8254 * gdb.reverse/i386-sse-reverse.exp
8255 * gdb.reverse/i387-stack-reverse.exp
8256 * gdb.reverse/insn-reverse.exp
8257 * gdb.reverse/machinestate-precsave.exp
8258 * gdb.reverse/machinestate.exp
8259 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8260 * gdb.reverse/pipe-reverse.exp
8261 * gdb.reverse/readv-reverse.exp
8262 * gdb.reverse/recvmsg-reverse.exp
8263 * gdb.reverse/rerun-prec.exp
8264 * gdb.reverse/s390-mvcle.exp
8265 * gdb.reverse/sigall-precsave.exp
8266 * gdb.reverse/sigall-reverse.exp
8267 * gdb.reverse/solib-precsave.exp
8268 * gdb.reverse/solib-reverse.exp
8269 * gdb.reverse/step-precsave.exp
8270 * gdb.reverse/step-reverse.exp
8271 * gdb.reverse/time-reverse.exp
8272 * gdb.reverse/until-precsave.exp
8273 * gdb.reverse/until-reverse.exp
8274 * gdb.reverse/waitpid-reverse.exp
8275 * gdb.reverse/watch-precsave.exp
8276 * gdb.reverse/watch-reverse.exp
8277
cdc7edd7
LM
82782016-12-01 Luis Machado <lgustavo@codesourcery.com>
8279
8280 Fix test names starting with uppercase throughout the files.
8281
8282 * gdb.arch/i386-mpx-simple_segv.exp
8283 * gdb.arch/i386-mpx.exp
8284 * gdb.arch/i386-permbkpt.exp
8285 * gdb.arch/pa-nullify.exp
8286 * gdb.arch/powerpc-d128-regs.exp
8287 * gdb.arch/vsx-regs.exp
8288 * gdb.base/bfp-test.exp
8289 * gdb.base/break.exp
8290 * gdb.base/breakpoint-shadow.exp
8291 * gdb.base/callfuncs.exp
8292 * gdb.base/charset.exp
8293 * gdb.base/commands.exp
8294 * gdb.base/completion.exp
8295 * gdb.base/dfp-test.exp
8296 * gdb.base/echo.exp
8297 * gdb.base/ending-run.exp
8298 * gdb.base/eval.exp
8299 * gdb.base/expand-psymtabs.exp
8300 * gdb.base/float128.exp
8301 * gdb.base/floatn.exp
8302 * gdb.base/foll-exec-mode.exp
8303 * gdb.base/gdb1056.exp
8304 * gdb.base/gdb11531.exp
8305 * gdb.base/kill-after-signal.exp
8306 * gdb.base/multi-forks.exp
8307 * gdb.base/overlays.exp
8308 * gdb.base/pending.exp
8309 * gdb.base/sepdebug.exp
8310 * gdb.base/testenv.exp
8311 * gdb.base/valgrind-db-attach.exp
8312 * gdb.base/watch_thread_num.exp
8313 * gdb.base/watchpoint-cond-gone.exp
8314 * gdb.base/watchpoint.exp
8315 * gdb.base/watchpoints.exp
8316 * gdb.cp/arg-reference.exp
8317 * gdb.cp/baseenum.exp
8318 * gdb.cp/operator.exp
8319 * gdb.cp/shadow.exp
8320 * gdb.dwarf2/dw2-op-out-param.exp
8321 * gdb.dwarf2/dw2-reg-undefined.exp
8322 * gdb.go/chan.exp
8323 * gdb.go/hello.exp
8324 * gdb.go/integers.exp
8325 * gdb.go/methods.exp
8326 * gdb.go/package.exp
8327 * gdb.guile/scm-parameter.exp
8328 * gdb.guile/scm-progspace.exp
8329 * gdb.guile/scm-value.exp
8330 * gdb.mi/mi-pending.exp
8331 * gdb.mi/user-selected-context-sync.exp
8332 * gdb.multi/multi-attach.exp
8333 * gdb.multi/tids.exp
8334 * gdb.opt/clobbered-registers-O2.exp
8335 * gdb.pascal/floats.exp
8336 * gdb.pascal/integers.exp
8337 * gdb.python/py-block.exp
8338 * gdb.python/py-events.exp
8339 * gdb.python/py-parameter.exp
8340 * gdb.python/py-symbol.exp
8341 * gdb.python/py-symtab.exp
8342 * gdb.python/py-type.exp
8343 * gdb.python/py-value.exp
8344 * gdb.python/py-xmethods.exp
8345 * gdb.python/python.exp
8346 * gdb.reverse/break-precsave.exp
8347 * gdb.reverse/consecutive-precsave.exp
8348 * gdb.reverse/finish-precsave.exp
8349 * gdb.reverse/i386-precsave.exp
8350 * gdb.reverse/machinestate-precsave.exp
8351 * gdb.reverse/sigall-precsave.exp
8352 * gdb.reverse/solib-precsave.exp
8353 * gdb.reverse/step-precsave.exp
8354 * gdb.reverse/until-precsave.exp
8355 * gdb.reverse/watch-precsave.exp
8356 * gdb.server/ext-attach.exp
8357 * gdb.server/ext-restart.exp
8358 * gdb.server/ext-run.exp
8359 * gdb.server/ext-wrapper.exp
8360 * gdb.stabs/gdb11479.exp
8361 * gdb.stabs/weird.exp
8362 * gdb.threads/attach-many-short-lived-threads.exp
8363 * gdb.threads/kill.exp
8364 * gdb.threads/watchpoint-fork.exp
8365
bc6c7af4
LM
83662016-12-01 Luis Machado <lgustavo@codesourcery.com>
8367
8368 Fix test names starting with uppercase throughout all the files below.
8369
8370 * gdb.ada/array_return.exp
8371 * gdb.ada/catch_ex.exp
8372 * gdb.ada/info_exc.exp
8373 * gdb.ada/mi_catch_ex.exp
8374 * gdb.ada/mi_dyn_arr.exp
8375 * gdb.ada/mi_ex_cond.exp
8376 * gdb.ada/mi_exc_info.exp
8377 * gdb.ada/mi_interface.exp
8378 * gdb.ada/mi_task_arg.exp
8379 * gdb.ada/mi_task_info.exp
8380 * gdb.ada/mi_var_array.exp
8381 * gdb.arch/alpha-step.exp
8382 * gdb.arch/amd64-disp-step.exp
8383 * gdb.arch/arm-disp-step.exp
8384 * gdb.arch/disp-step-insn-reloc.exp
8385 * gdb.arch/e500-prologue.exp
8386 * gdb.arch/ftrace-insn-reloc.exp
8387 * gdb.arch/gdb1558.exp
8388 * gdb.arch/i386-bp_permanent.exp
8389 * gdb.arch/i386-disp-step.exp
8390 * gdb.arch/i386-float.exp
8391 * gdb.arch/i386-gnu-cfi.exp
8392 * gdb.arch/ia64-breakpoint-shadow.exp
8393 * gdb.arch/mips16-thunks.exp
8394 * gdb.arch/pa-nullify.exp
8395 * gdb.arch/powerpc-aix-prologue.exp
8396 * gdb.arch/powerpc-power.exp
8397 * gdb.arch/ppc-dfp.exp
8398 * gdb.arch/s390-tdbregs.exp
8399 * gdb.arch/spu-info.exp
8400 * gdb.arch/spu-ls.exp
8401 * gdb.arch/thumb-bx-pc.exp
8402 * gdb.base/advance.exp
8403 * gdb.base/annota-input-while-running.exp
8404 * gdb.base/arrayidx.exp
8405 * gdb.base/asmlabel.exp
8406 * gdb.base/async.exp
8407 * gdb.base/attach-wait-input.exp
8408 * gdb.base/auto-connect-native-target.exp
8409 * gdb.base/batch-preserve-term-settings.exp
8410 * gdb.base/bfp-test.exp
8411 * gdb.base/bigcore.exp
8412 * gdb.base/bp-permanent.exp
8413 * gdb.base/break-always.exp
8414 * gdb.base/break-fun-addr.exp
8415 * gdb.base/break-idempotent.exp
8416 * gdb.base/break-main-file-remove-fail.exp
8417 * gdb.base/break-probes.exp
8418 * gdb.base/break-unload-file.exp
8419 * gdb.base/break.exp
8420 * gdb.base/call-ar-st.exp
8421 * gdb.base/call-rt-st.exp
8422 * gdb.base/call-sc.exp
8423 * gdb.base/call-signal-resume.exp
8424 * gdb.base/call-strs.exp
8425 * gdb.base/callexit.exp
8426 * gdb.base/callfuncs.exp
8427 * gdb.base/catch-gdb-caused-signals.exp
8428 * gdb.base/catch-signal-siginfo-cond.exp
8429 * gdb.base/catch-syscall.exp
8430 * gdb.base/compare-sections.exp
8431 * gdb.base/cond-eval-mode.exp
8432 * gdb.base/condbreak-call-false.exp
8433 * gdb.base/consecutive-step-over.exp
8434 * gdb.base/cursal.exp
8435 * gdb.base/disabled-location.exp
8436 * gdb.base/disasm-end-cu.exp
8437 * gdb.base/display.exp
8438 * gdb.base/double-prompt-target-event-error.exp
8439 * gdb.base/dprintf-bp-same-addr.exp
8440 * gdb.base/dprintf-detach.exp
8441 * gdb.base/dprintf-next.exp
8442 * gdb.base/dprintf-non-stop.exp
8443 * gdb.base/dprintf-pending.exp
8444 * gdb.base/dso2dso.exp
8445 * gdb.base/ending-run.exp
8446 * gdb.base/enum_cond.exp
8447 * gdb.base/examine-backward.exp
8448 * gdb.base/exe-lock.exp
8449 * gdb.base/exec-invalid-sysroot.exp
8450 * gdb.base/execl-update-breakpoints.exp
8451 * gdb.base/execution-termios.exp
8452 * gdb.base/fileio.exp
8453 * gdb.base/fixsection.exp
8454 * gdb.base/foll-exec-mode.exp
8455 * gdb.base/foll-exec.exp
8456 * gdb.base/fork-running-state.exp
8457 * gdb.base/frame-args.exp
8458 * gdb.base/fullpath-expand.exp
8459 * gdb.base/func-ptr.exp
8460 * gdb.base/gcore-relro-pie.exp
8461 * gdb.base/gdb1090.exp
8462 * gdb.base/gdb1555.exp
8463 * gdb.base/global-var-nested-by-dso.exp
8464 * gdb.base/gnu-ifunc.exp
8465 * gdb.base/hbreak-in-shr-unsupported.exp
8466 * gdb.base/hbreak-unmapped.exp
8467 * gdb.base/hook-stop.exp
8468 * gdb.base/infcall-input.exp
8469 * gdb.base/info-fun.exp
8470 * gdb.base/info-shared.exp
8471 * gdb.base/interrupt-noterm.exp
8472 * gdb.base/jit-so.exp
8473 * gdb.base/jit.exp
8474 * gdb.base/line-symtabs.exp
8475 * gdb.base/list.exp
8476 * gdb.base/longjmp.exp
8477 * gdb.base/macscp.exp
8478 * gdb.base/max-value-size.exp
8479 * gdb.base/nodebug.exp
8480 * gdb.base/nofield.exp
8481 * gdb.base/overlays.exp
8482 * gdb.base/paginate-after-ctrl-c-running.exp
8483 * gdb.base/paginate-bg-execution.exp
8484 * gdb.base/paginate-inferior-exit.exp
8485 * gdb.base/pending.exp
8486 * gdb.base/pr11022.exp
8487 * gdb.base/printcmds.exp
8488 * gdb.base/ptr-typedef.exp
8489 * gdb.base/ptype.exp
8490 * gdb.base/randomize.exp
8491 * gdb.base/range-stepping.exp
8492 * gdb.base/realname-expand.exp
8493 * gdb.base/relativedebug.exp
8494 * gdb.base/remote.exp
8495 * gdb.base/savedregs.exp
8496 * gdb.base/sepdebug.exp
8497 * gdb.base/set-noassign.exp
8498 * gdb.base/shlib-call.exp
8499 * gdb.base/shreloc.exp
8500 * gdb.base/sigaltstack.exp
8501 * gdb.base/sigbpt.exp
8502 * gdb.base/siginfo-addr.exp
8503 * gdb.base/siginfo-obj.exp
8504 * gdb.base/siginfo-thread.exp
8505 * gdb.base/signest.exp
8506 * gdb.base/signull.exp
8507 * gdb.base/sigrepeat.exp
8508 * gdb.base/skip.exp
8509 * gdb.base/so-impl-ld.exp
8510 * gdb.base/solib-corrupted.exp
8511 * gdb.base/solib-disc.exp
8512 * gdb.base/solib-display.exp
8513 * gdb.base/solib-overlap.exp
8514 * gdb.base/solib-search.exp
8515 * gdb.base/solib-symbol.exp
8516 * gdb.base/source-execution.exp
8517 * gdb.base/sss-bp-on-user-bp-2.exp
8518 * gdb.base/sss-bp-on-user-bp.exp
8519 * gdb.base/stack-checking.exp
8520 * gdb.base/stale-infcall.exp
8521 * gdb.base/step-break.exp
8522 * gdb.base/step-line.exp
8523 * gdb.base/step-over-exit.exp
8524 * gdb.base/step-test.exp
8525 * gdb.base/structs.exp
8526 * gdb.base/sym-file.exp
8527 * gdb.base/symtab-search-order.exp
8528 * gdb.base/term.exp
8529 * gdb.base/type-opaque.exp
8530 * gdb.base/unload.exp
8531 * gdb.base/until-nodebug.exp
8532 * gdb.base/until.exp
8533 * gdb.base/unwindonsignal.exp
8534 * gdb.base/watch-cond.exp
8535 * gdb.base/watch-non-mem.exp
8536 * gdb.base/watch_thread_num.exp
8537 * gdb.base/watchpoint-reuse-slot.exp
8538 * gdb.base/watchpoint-solib.exp
8539 * gdb.base/watchpoint.exp
8540 * gdb.btrace/dlopen.exp
8541 * gdb.cell/arch.exp
8542 * gdb.cell/break.exp
8543 * gdb.cell/bt.exp
8544 * gdb.cell/core.exp
8545 * gdb.cell/data.exp
8546 * gdb.cell/dwarfaddr.exp
8547 * gdb.cell/ea-cache.exp
8548 * gdb.cell/ea-standalone.exp
8549 * gdb.cell/ea-test.exp
8550 * gdb.cell/f-regs.exp
8551 * gdb.cell/fork.exp
8552 * gdb.cell/gcore.exp
8553 * gdb.cell/mem-access.exp
8554 * gdb.cell/ptype.exp
8555 * gdb.cell/registers.exp
8556 * gdb.cell/sizeof.exp
8557 * gdb.cell/solib-symbol.exp
8558 * gdb.cell/solib.exp
8559 * gdb.compile/compile-tls.exp
8560 * gdb.cp/exception.exp
8561 * gdb.cp/gdb2495.exp
8562 * gdb.cp/local.exp
8563 * gdb.cp/mb-inline.exp
8564 * gdb.cp/mb-templates.exp
8565 * gdb.cp/pr10687.exp
8566 * gdb.cp/pr9167.exp
8567 * gdb.cp/scope-err.exp
8568 * gdb.cp/templates.exp
8569 * gdb.cp/virtfunc.exp
8570 * gdb.dwarf2/dw2-dir-file-name.exp
8571 * gdb.dwarf2/dw2-single-line-discriminators.exp
8572 * gdb.fortran/complex.exp
8573 * gdb.fortran/library-module.exp
8574 * gdb.guile/guile.exp
8575 * gdb.guile/scm-cmd.exp
8576 * gdb.guile/scm-frame-inline.exp
8577 * gdb.guile/scm-objfile.exp
8578 * gdb.guile/scm-pretty-print.exp
8579 * gdb.guile/scm-symbol.exp
8580 * gdb.guile/scm-type.exp
8581 * gdb.guile/scm-value.exp
8582 * gdb.linespec/keywords.exp
8583 * gdb.linespec/ls-errs.exp
8584 * gdb.linespec/macro-relative.exp
8585 * gdb.linespec/thread.exp
8586 * gdb.mi/mi-breakpoint-changed.exp
8587 * gdb.mi/mi-dprintf-pending.exp
8588 * gdb.mi/mi-fullname-deleted.exp
8589 * gdb.mi/mi-logging.exp
8590 * gdb.mi/mi-pending.exp
8591 * gdb.mi/mi-solib.exp
8592 * gdb.mi/new-ui-mi-sync.exp
8593 * gdb.mi/user-selected-context-sync.exp
8594 * gdb.multi/dummy-frame-restore.exp
8595 * gdb.multi/multi-arch-exec.exp
8596 * gdb.multi/remove-inferiors.exp
8597 * gdb.multi/watchpoint-multi-exit.exp
8598 * gdb.opt/solib-intra-step.exp
8599 * gdb.perf/backtrace.exp
8600 * gdb.perf/single-step.exp
8601 * gdb.perf/skip-command.exp
8602 * gdb.perf/skip-prologue.exp
8603 * gdb.perf/solib.exp
8604 * gdb.python/lib-types.exp
8605 * gdb.python/py-as-string.exp
8606 * gdb.python/py-bad-printers.exp
8607 * gdb.python/py-block.exp
8608 * gdb.python/py-breakpoint.exp
8609 * gdb.python/py-cmd.exp
8610 * gdb.python/py-events.exp
8611 * gdb.python/py-evthreads.exp
8612 * gdb.python/py-finish-breakpoint.exp
8613 * gdb.python/py-finish-breakpoint2.exp
8614 * gdb.python/py-frame-inline.exp
8615 * gdb.python/py-frame.exp
8616 * gdb.python/py-inferior.exp
8617 * gdb.python/py-infthread.exp
8618 * gdb.python/py-mi.exp
8619 * gdb.python/py-objfile.exp
8620 * gdb.python/py-pp-maint.exp
8621 * gdb.python/py-pp-registration.exp
8622 * gdb.python/py-prettyprint.exp
8623 * gdb.python/py-recurse-unwind.exp
8624 * gdb.python/py-shared.exp
8625 * gdb.python/py-symbol.exp
8626 * gdb.python/py-symtab.exp
8627 * gdb.python/py-template.exp
8628 * gdb.python/py-type.exp
8629 * gdb.python/py-unwind-maint.exp
8630 * gdb.python/py-unwind.exp
8631 * gdb.python/py-value.exp
8632 * gdb.python/python.exp
8633 * gdb.reverse/finish-reverse-bkpt.exp
8634 * gdb.reverse/insn-reverse.exp
8635 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8636 * gdb.reverse/solib-precsave.exp
8637 * gdb.reverse/solib-reverse.exp
8638 * gdb.stabs/gdb11479.exp
8639 * gdb.stabs/weird.exp
8640 * gdb.threads/fork-child-threads.exp
8641 * gdb.threads/fork-plus-threads.exp
8642 * gdb.threads/fork-thread-pending.exp
8643 * gdb.threads/forking-threads-plus-breakpoint.exp
8644 * gdb.threads/hand-call-in-threads.exp
8645 * gdb.threads/interrupted-hand-call.exp
8646 * gdb.threads/linux-dp.exp
8647 * gdb.threads/local-watch-wrong-thread.exp
8648 * gdb.threads/next-while-other-thread-longjmps.exp
8649 * gdb.threads/non-ldr-exit.exp
8650 * gdb.threads/pending-step.exp
8651 * gdb.threads/print-threads.exp
8652 * gdb.threads/process-dies-while-detaching.exp
8653 * gdb.threads/process-dies-while-handling-bp.exp
8654 * gdb.threads/pthreads.exp
8655 * gdb.threads/queue-signal.exp
8656 * gdb.threads/reconnect-signal.exp
8657 * gdb.threads/signal-command-handle-nopass.exp
8658 * gdb.threads/signal-command-multiple-signals-pending.exp
8659 * gdb.threads/signal-delivered-right-thread.exp
8660 * gdb.threads/signal-sigtrap.exp
8661 * gdb.threads/sigthread.exp
8662 * gdb.threads/staticthreads.exp
8663 * gdb.threads/stepi-random-signal.exp
8664 * gdb.threads/thread-unwindonsignal.exp
8665 * gdb.threads/thread_check.exp
8666 * gdb.threads/thread_events.exp
8667 * gdb.threads/tid-reuse.exp
8668 * gdb.threads/tls-nodebug.exp
8669 * gdb.threads/tls-shared.exp
8670 * gdb.threads/tls-so_extern.exp
8671 * gdb.threads/tls.exp
8672 * gdb.threads/wp-replication.exp
8673 * gdb.trace/actions-changed.exp
8674 * gdb.trace/actions.exp
8675 * gdb.trace/backtrace.exp
8676 * gdb.trace/change-loc.exp
8677 * gdb.trace/collection.exp
8678 * gdb.trace/deltrace.exp
8679 * gdb.trace/disconnected-tracing.exp
8680 * gdb.trace/entry-values.exp
8681 * gdb.trace/ftrace-lock.exp
8682 * gdb.trace/ftrace.exp
8683 * gdb.trace/infotrace.exp
8684 * gdb.trace/mi-trace-frame-collected.exp
8685 * gdb.trace/mi-trace-unavailable.exp
8686 * gdb.trace/mi-traceframe-changed.exp
8687 * gdb.trace/mi-tracepoint-changed.exp
8688 * gdb.trace/mi-tsv-changed.exp
8689 * gdb.trace/no-attach-trace.exp
8690 * gdb.trace/packetlen.exp
8691 * gdb.trace/passc-dyn.exp
8692 * gdb.trace/passcount.exp
8693 * gdb.trace/pending.exp
8694 * gdb.trace/pr16508.exp
8695 * gdb.trace/qtro.exp
8696 * gdb.trace/range-stepping.exp
8697 * gdb.trace/read-memory.exp
8698 * gdb.trace/report.exp
8699 * gdb.trace/save-trace.exp
8700 * gdb.trace/signal.exp
8701 * gdb.trace/stap-trace.exp
8702 * gdb.trace/status-stop.exp
8703 * gdb.trace/strace.exp
8704 * gdb.trace/tfile.exp
8705 * gdb.trace/tfind.exp
8706 * gdb.trace/trace-break.exp
8707 * gdb.trace/trace-condition.exp
8708 * gdb.trace/trace-enable-disable.exp
8709 * gdb.trace/trace-mt.exp
8710 * gdb.trace/tracecmd.exp
8711 * gdb.trace/tracefile-pseudo-reg.exp
8712 * gdb.trace/tspeed.exp
8713 * gdb.trace/tstatus.exp
8714 * gdb.trace/tsv.exp
8715 * gdb.trace/unavailable.exp
8716 * gdb.trace/while-dyn.exp
8717 * gdb.trace/while-stepping.exp
8718 * lib/gdb-guile.exp
8719 * lib/gdb.exp
8720 * lib/mi-support.exp
8721 * lib/pascal.exp
8722 * lib/perftest.exp
8723 * lib/prelink-support.exp
8724 * lib/selftest-support.exp
8725
ad02e4fe
SM
87262016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8727
8728 * Makefile.in: Include disable-implicit-rules.mk.
8729
22347e55
AA
87302016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8731
8732 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8733 non-byte-aligned bit fields.
8734
da5b30da
AA
87352016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8736
8737 PR gdb/12616
8738 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8739 respects the DW_AT_data_bit_offset attribute.
8740
b593ecca
SM
87412016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8742
8743 * gdb.base/default.exp: Fix output of "set language".
8744
3b165252
SM
87452016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8746
8747 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8748 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8749 make.
8750 * configure.ac: Remove checks for the make program.
8751 * configure: Re-generate.
8752
1a2f3d7f
KB
87532016-11-16 Kevin Buettner <kevinb@redhat.com>
8754
8755 * gdb.python/py-recurse-unwind.c (main): Add loop.
8756 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8757 to read_register() and gdb.parse_and_eval(). Make each code
8758 call a separate case that can be individually tested.
8759 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8760 proc. Call cont_and_backtrace for each of the code paths that
8761 we want to test in the unwinder.
8762
b7f38fda
AA
87632016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8764
8765 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8766 the definition of struct S.
8767
1f8db343
CM
87682016-11-11 Catherine Moore <clm@codesourcery.com>
8769
8770 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8771
fad0c9fb
PA
87722016-11-09 Pedro Alves <palves@redhat.com>
8773
8774 * gdb.base/commands.exp (runto_or_return): New procedure.
8775 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8776 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8777 (progvar_simple_while_test, progvar_complex_if_while_test)
8778 (if_while_breakpoint_command_test)
8779 (infrun_breakpoint_command_test, breakpoint_command_test)
8780 (user_defined_command_test, watchpoint_command_test)
8781 (test_command_prompt_position, redefine_hook_test)
8782 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8783 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8784 multi_line_input and multi_line. Remove gdb_expect and
8785 gdb_stop_suppressing_tests uses.
8786 * lib/gdb.exp (valnum_re): New global.
8787 (multi_line_input): New procedure.
8788
8354c62c
SM
87892016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8790
8791 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8792 Remove.
8793 (test_setup): Define with proc_with_prefix.
8794 (test_cli_inferior): Likewise.
8795 (test_cli_thread): Likewise.
8796 (test_cli_frame): Likewise.
8797 (test_cli_select_frame): Likewise.
8798 (test_cli_up_down): Likewise.
8799 (test_mi_thread_select): Likewise.
8800 (test_mi_stack_select_frame): Likewise.
8801 (test_cli_in_mi_inferior): Likewise.
8802 (test_cli_in_mi_thread): Likewise.
8803 (test_cli_in_mi_frame): Likewise.
8804 (top level): Do not use with_test_prefix_procname.
8805
64f367a2
PA
88062016-11-09 Pedro Alves <palves@redhat.com>
8807
8808 * gdb.base/commands.exp (gdbvar_simple_if_test)
8809 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8810 (progvar_simple_if_test, progvar_simple_while_test)
8811 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8812 (infrun_breakpoint_command_test, breakpoint_command_test)
8813 (user_defined_command_test, watchpoint_command_test)
8814 (test_command_prompt_position, deprecated_command_test)
8815 (bp_deleted_in_command, temporary_breakpoint_commands)
8816 (stray_arg0_test, source_file_with_indented_comment)
8817 (recursive_source_test, if_commands_test)
8818 (error_clears_commands_left, redefine_hook_test)
8819 (redefine_backtrace_test): Use proc_with_prefix.
8820 * lib/gdb.exp (proc_with_prefix): New proc.
8821
0bb65f1e
AA
88222016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8823
8824 * gdb.base/tui-layout.c: New file.
8825 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8826 disassembly window contains very long lines.
8827
7353f247
TT
88282016-11-08 Tom Tromey <tom@tromey.com>
8829
8830 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8831 depend on Python 2.
8832
30a7bb83
TT
88332016-11-08 Tom Tromey <tom@tromey.com>
8834
8835 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8836 New method.
8837
cdf5a07c
MG
88382016-10-29 Manish Goregaokar <manish@mozilla.com>
8839
2806dc7e 8840 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 8841
51a789c3
MG
88422016-10-27 Manish Goregaokar <manish@mozilla.com>
8843
2806dc7e
PA
8844 * gdb.rust/simple.rs: Add test for univariant enums without
8845 discriminants and for encoded struct-like enums.
51a789c3 8846
f610ab6d
PA
88472016-10-28 Pedro Alves <palves@redhat.com>
8848
8849 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8850 gdb_test_multiple, tighten regexps and match symtabs and line
8851 tables incrementally.
8852
b129b0ca
LM
88532016-10-28 Luis Machado <lgustavo@codesourcery.com>
8854
8855 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8856 general.
8857
ecf45d2c
SL
88582016-10-25 Luis Machado <lgustavo@codesourcery.com>
8859
8860 * gdb.base/exec-invalid-sysroot.exp: New file.
8861
b8d38ee4
JK
88622016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8863
8864 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8865
f90fd8c2
JK
88662016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8867
8868 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8869
2d2476aa
MR
88702016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8871
2806dc7e
PA
8872 * gdb.base/killed-outside.exp: Remove $options from a call to
8873 `prepare_for_testing'.
2d2476aa 8874
e42b25a0
SM
88752016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8876
8877 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8878 Change test message.
8879
3ccdb432
SM
88802016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8881
8882 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8883 Update comment.
8884
5bad3170
SM
88852016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8886
8887 * gdb.trace/mi-trace-save.exp: New file.
8888
5ad9dba7
YQ
88892016-10-13 Yao Qi <yao.qi@linaro.org>
8890
8891 * gdb.base/code_elim.exp (get_var_address): Remove.
8892 * gdb.base/relocate.exp: Likewise.
8893 * gdb.base/shreloc.exp: Likewise.
8894 * lib/gdb.exp (get_var_address): New.
8895
62df7e21
YQ
88962016-10-13 Yao Qi <yao.qi@linaro.org>
8897
8898 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8899 floating point tests if $skip_float_test is false.
8900
4dac951e
LM
89012016-10-12 Luis Machado <lgustavo@codesourcery.com>
8902
8903 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8904 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8905 argc values.
8906 Add 1 to argc so we guarantee distinct initial/modified argc values.
8907
8f1a8fc4
JK
89082016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8909
8910 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8911
16c85b5d
JK
89122016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8913
8914 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8915 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8916 * gdb.arch/vsx-regs.exp: Likewise.
8917
1d0e042a
YQ
89182016-10-07 Yao Qi <yao.qi@linaro.org>
8919
8920 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8921
68dadef5
MM
89222016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8923
8924 * gdb.python/python.exp: Test decode_line("*0").
8925
33fa2c6e
DE
89262016-10-06 Doug Evans <dje@google.com>
8927
8928 * gdb.python/py-value.exp (test_value_creation): Add test for large
8929 unsigned 64-bit value.
8930
9c37b5ae
TT
89312016-10-06 Tom Tromey <tom@tromey.com>
8932
8933 * gdb.compile/compile.exp: Change java tests to rust.
8934 * gdb.base/setshow.exp: Change java tests to rust.
8935 * gdb.base/default.exp: Remove java from language list.
8936 * README (Examples): Update language example.
8937 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8938 test.
8939 * lib/gdb.exp (skip_java_tests): Remove.
8940 * lib/java.exp: Remove.
8941 * gdb.java: Remove.
8942
78b86327
MR
89432016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8944
8945 * gdb.arch/mips-fcr.exp: New test.
8946 * gdb.arch/mips-fcr.c: Source for the new test.
8947
7470adbb
MR
89482016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8949
8950 * gdb.base/solib-disc.exp: Use `standard_output_file'
8951 throughout.
8952
4a556533
PA
89532016-10-06 Pedro Alves <palves@redhat.com>
8954
8955 * gdb.base/jit-simple-dl.c: New file.
8956 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8957 * gdb.base/jit-simple.c: ... this.
8958 * gdb.base/jit-simple.exp (jit_run): Delete.
8959 (build_jit): New proc.
8960 (jit_test_reread): Recompile either the main program or the shared
8961 library, depending on what is being tested. Skip changing address
8962 if caller wants to. Compare before/after addresses. If testing
8963 standalone, explicitly load the binary. Test "maint info
8964 breakpoints".
8965 (top level): Add "standalone vs shared lib" and "change address"
8966 vs "same address" axes.
8967
5a122fbc
PA
89682016-10-06 Pedro Alves <palves@redhat.com>
8969
8970 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8971 call.
8972 (jit_run): Delete.
8973 (jit_test_reread): Use with_test_prefix. Reload the main binary
8974 explicitly. Compare the before/after addresses of the JIT
8975 descriptor.
8976
ee8da4b8
DE
89772016-08-15 Doug Evans <dje@google.com>
8978
8979 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8980 for single bitfields is bool.
8981 * gdb.xml/tdesc-regs.exp: Ditto.
8982
f389f6fe
JK
89832016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8984
8985 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8986
fdebf1a4
YQ
89872016-10-05 Yao Qi <yao.qi@linaro.org>
8988
8989 * lib/gdb.exp (support_complex_tests): Return zero if
8990 gdb_skip_float_test return true.
8991
9c36d954 89922016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8993 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8994
8995 PR gdb/20487
8996 * gdb.mi/user-selected-context-sync.exp: New file.
8997 * gdb.mi/user-selected-context-sync.c: New file.
8998
4034d0ff 89992016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9000 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
9001
9002 PR gdb/20487
9003 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9004 =thread-select-event check.
9005
a4297203
PB
90062016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9007
9008 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9009 the compulsory L operand changes.
9010 * gdb.arch/powerpc-power.s: Likewise.
9011
bb805577
JK
90122016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9013
9014 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9015 * gdb.base/jit-attach-pie.c: New file.
9016 * gdb.base/jit-attach-pie.exp: New file.
9017
6d61dee5
PA
90182016-09-28 Pedro Alves <palves@redhat.com>
9019
9020 * gdb.base/infcall-input.c: New file.
9021 * gdb.base/infcall-input.exp: New file.
9022
f73842fc
YQ
90232016-09-22 Yao Qi <yao.qi@linaro.org>
9024
9025 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9026 (gdb_exit): Rename it to ...
9027 (gdbserver_gdb_exit): ... Close GDBserver.
9028 (gdb_exit): New proc, call gdbserver_gdb_exit.
9029 (mi_gdb_exit): Likewise.
9030
90681dab
YQ
90312016-09-22 Yao Qi <yao.qi@linaro.org>
9032
9033 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9034 path.
9035 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9036 Remove duplication.
9037
9c211fd8
YQ
90382016-09-22 Yao Qi <yao.qi@linaro.org>
9039
9040 * lib/gdbserver-support.exp: Check the existence of
9041 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9042
ad0a504f
AK
90432016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9044
9045 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9046
36cf1806
TT
90472016-09-21 Tom Tromey <tom@tromey.com>
9048
9049 PR gdb/20604:
9050 * gdb.base/quit.exp: New file.
9051
74172ecf
SM
90522016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9053
9054 * .gitignore: New file.
9055
3d0ec882
MR
90562016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9057
9058 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9059 throughout.
9060
8193adea
AA
90612016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9062
9063 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9064
d41a5c09
JK
90652016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9066
9067 * gdb.cp/casts.cc (decltype): Move it ...
9068 (main): ... with its call to ...
9069 * gdb.cp/casts03.cc: ... a new file.
9070 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9071
d2dfe700
JK
90722016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9073
9074 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9075
e2a92b16
PB
90762016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9077
9078 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9079 and sync up the test with tests in gas/testsuite/gas/ppc.
9080 * gdb.arch/powerpc-power.exp: Likewise.
9081
49b4de64
JK
90822016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9083
9084 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9085
2c29df25
SDJ
90862016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9087 Jan Kratochvil <jan.kratochvil@redhat.com>
9088
9089 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9090 make m1's definition to be different from m2's. Use 'dummy' as an
9091 argument for probe 'two'.
9092
cc3c2846
JB
90932016-09-10 Jon Beniston <jon@beniston.com>
9094
9095 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9096 for sim target.
9097
e1b2624a
AA
90982016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9099
9100 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9101 variable declaration.
9102 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9103 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9104 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9105 received HWCAP as its argument.
9106
4295e285
PA
91072016-09-06 Pedro Alves <palves@redhat.com>
9108
9109 * gdb.base/new-ui-pending-input.c: New file.
9110 * gdb.base/new-ui-pending-input.exp: New file.
9111 * gdb.exp (clear_gdb_spawn_id): New procedure.
9112 (with_spawn_id): Check whether gdb_spawn_id exists before
9113 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9114 on exit.
9115
00d5215e
UW
91162016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9117
9118 * gdb.base/float128.c: New file.
9119 * gdb.base/float128.exp: Likewise.
9120 * gdb.base/floatn.c: Likewise.
9121 * gdb.base/floatn.exp: Likewise.
9122
a9ff5f12
UW
91232016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9124
9125 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9126
f245535c
PA
91272016-09-05 Pedro Alves <palves@redhat.com>
9128
9129 PR backtrace/19927
9130 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9131 unwinders are immediately called as side effect of "source" or
9132 "disable unwinder" commands.
9133 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9134
ae9cf263
YQ
91352016-09-02 Yao Qi <yao.qi@linaro.org>
9136
9137 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9138 is true and $type is "float" or "double".
9139
27aba047
YQ
91402016-09-02 Yao Qi <yao.qi@linaro.org>
9141
9142 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9143 true.
9144 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9145 * gdb.base/call-rt-st.exp: Likewise.
9146 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9147 return value instead of gdb,skip_float_test.
9148 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9149 (do_function_calls): Use its return value instead of
9150 gdb,skip_float_test.
9151 * gdb.base/finish.exp: Likewise.
9152 * gdb.base/funcargs.exp: Likewise.
9153 * gdb.base/return.exp: Likewise.
9154 * gdb.base/return2.exp: Likewise.
9155 * gdb.base/varargs.exp: Likewise.
9156 * lib/gdb.exp (gdb_skip_float_test): Change it to
9157 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9158
5af962df
AA
91592016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9160
9161 * gdb.multi/tids.exp: Test "thread apply all".
9162
7fac6910
JK
91632016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9164
9165 * gdb.base/default.exp (tty): Remove.
9166
bb1fe4ac
KB
91672016-08-24 Kevin Buettner <kevinb@redhat.com>
9168
2806dc7e
PA
9169 * gdb.python/py-recurse-unwind.c: New file.
9170 * gdb.python/py-recurse-unwind.py: New file.
9171 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 9172
0a1ddfa6
SM
91732016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9174
9175 * gdb.base/set-inferior-tty.exp: New file.
9176 * gdb.base/set-inferior-tty.c: New file.
9177
d9de1fe3
PA
91782016-08-23 Pedro Alves <palves@redhat.com>
9179
9180 PR gdb/20494
9181 * gdb.base/new-ui-echo.c: New file.
9182 * gdb.base/new-ui-echo.exp: New file.
9183
e9d9abd7
YQ
91842016-08-23 Yao Qi <yao.qi@linaro.org>
9185
9186 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9187 gdbserver_spawn.
9188 * gdb.server/connect-without-multi-process.exp (do_test):
9189 Likewise.
9190
3589529e
YQ
91912016-08-23 Yao Qi <yao.qi@linaro.org>
9192
9193 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9194 standalone_txt. Delete gdb_txt and standalone_txt on host
9195 and target. Spawn the binary on target. Copy files from
9196 target to host.
9197
6bb90213
PA
91982016-08-22 Pedro Alves <palves@redhat.com>
9199
9200 PR gdb/20505
9201 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9202 with_test_prefix. Factor out bits to ...
9203 (test_no_vdso): ... this new procedure.
9204
20c2c024
CL
92052016-08-19 Carl Love <cel@us.ibm.com>
9206
9207 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9208 maintaining separate logic for constructing the output path.
9209 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9210 * gdb.arch/ppc-dfp.exp: Likewise.
9211 * gdb.arch/ppc-fp.exp: Likewise.
9212 * gdb.arch/vsx-regs.exp: Likewise.
9213 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9214 binprefix for generating the additional binary files.
9215
0646e07d
PA
92162016-08-19 Pedro Alves <palves@redhat.com>
9217
9218 * gdb.trace/mi-trace-frame-collected.exp
9219 (test_trace_frame_collected): On x32, expect two registers.
9220
46da9242
CL
92212016-08-18 Carl Love <cel@us.ibm.com>
9222
9223 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9224 and sync up the test with tests in gas/testsuite/gas/ppc.
9225 * gdb.arch/powerpc-power.exp: Likewise.
9226
eb2332d7
SM
92272016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9228
9229 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9230 expected error message.
9231
63c61e04
SM
92322016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9233
9234 * gdb.multi/remove-inferiors.exp: New file.
9235 * gdb.multi/remove-inferiors.c: New file.
9236
7b17065f
YQ
92372016-08-12 Yao Qi <yao.qi@linaro.org>
9238
9239 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9240 argument list.
9241
01d3dedf
PA
92422016-08-10 Pedro Alves <palves@redhat.com>
9243
9244 PR gdb/19187
9245 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9246 setup_kfails.
9247
3eb7562a
PA
92482016-08-09 Pedro Alves <palves@redhat.com>
9249 Simon Marchi <simon.marchi@ericsson.com>
9250
9251 PR gdb/20418
9252 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9253 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9254
80614914
PA
92552016-08-09 Pedro Alves <palves@redhat.com>
9256
9257 PR mi/20431
9258 * gdb.mi/mi-cmd-error.exp: New file.
9259
f348d89a
PA
92602016-08-09 Pedro Alves <palves@redhat.com>
9261
9262 PR gdb/18653
9263 * gdb.base/signals-state-child.c: New file.
9264 * gdb.base/signals-state-child.exp: New file.
9265 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9266
e5ca03b4
PA
92672016-08-09 Pedro Alves <palves@redhat.com>
9268
9269 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9270
282a0691
TT
92712016-08-03 Tom Tromey <tom@tromey.com>
9272
9273 PR python/18565:
9274 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9275
41bfcd63
YQ
92762016-08-01 Yao Qi <yao.qi@linaro.org>
9277
9278 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9279 variable mode to "multi-process" if $multi_process is 1, otherwise
9280 set it to "single-process".
9281
e3465b24
YQ
92822016-08-01 Yao Qi <yao.qi@linaro.org>
9283
9284 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9285 * gdb.cp/cpexprs.exp: Likewise.
9286 * gdb.cp/m-static.exp: Likewise.
9287
0b31a4bc
TT
92882016-07-26 Tom Tromey <tom@tromey.com>
9289
9290 PR python/20190:
9291 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9292 test.
9293
e0461dbb
MM
92942016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9295
9296 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9297 selecting assembly source files.
9298 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9299 assembly source files.
9300 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9301 assembly source files.
9302 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9303 selecting assembly source files.
9304
8194e927
SM
93052016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9306
9307 * gdb.base/new-ui.exp (do_test_invalid_args): New
9308 procedure.
9309
c0272db5
TW
93102016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9311
9312 * gdb.btrace/reconnect.c: New file.
9313 * gdb.btrace/reconnect.exp: New file.
9314
e3487908
GKB
93152016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9316
9317 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9318 to test_catch_syscall_group.
9319 (test_catch_syscall_group): New.
9320
12df5c00
TT
93212016-07-21 Tom Tromey <tom@tromey.com>
9322
9323 * gdb.rust/simple.rs (main): Use empty struct expression.
9324 * gdb.rust/simple.exp: Add tests for empty struct expression.
9325
bae62ee2
YQ
93262016-07-21 Yao Qi <yao.qi@linaro.org>
9327
9328 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9329 if gdb_skip_xml_test is true on some targets.
9330
b1b53fb3
YQ
93312016-07-21 Yao Qi <yao.qi@linaro.org>
9332
9333 * gdb.server/solib-list.exp: Unset last_loaded_file.
9334
027d97f8
JK
93352016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9336
9337 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9338 "step into captured_main (args)".
9339
7674d381
JK
93402016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9341
9342 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9343
72b5d099
JK
93442016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9345
9346 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9347
1f960ced
PA
93482016-07-19 Pedro Alves <palves@redhat.com>
9349
9350 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9351 * gdb.opt/inline-bt.exp: Likewise.
9352 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9353 additional_flags=-Winline.
9354 * gdb.opt/inline-locals.exp: Likewise.
9355 * gdb.opt/inline-markers.c (ATTR): Define.
9356 (inlined_fn): Use it.
9357
f25827c1
YQ
93582016-07-19 Yao Qi <yao.qi@linaro.org>
9359
9360 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9361 (test_with_self): Remove some code. Remove argument executable.
9362 (top-level): Use do_self_tests.
9363
37539ebe
DB
93642016-07-15 Zachary Welch <zwelch@codesourcery.com>
9365 Don Breazeal <donb@codesourcery.com>
9366
9367 * gdb.base/maint.exp: Escape paths used in regular expressions.
9368 * gdb.stabs/weird.exp: Likewise.
9369
dac790e1
TT
93702016-07-13 Tom Tromey <tom@tromey.com>
9371
9372 PR python/15620, PR python/18620:
9373 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9374 (test_bkpt_events): New procs.
9375
93daf339
TT
93762016-07-13 Tom Tromey <tom@tromey.com>
9377
9378 PR python/17698:
9379 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9380 test.
9381 (test_watchpoints): Likewise.
9382 (test_bkpt_pending): New proc.
9383
6571a381
TT
93842016-07-13 Tom Tromey <tom@tromey.com>
9385
9386 PR cli/18053:
9387 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9388 completion test.
9389
e8732474
JK
93902016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9391
9392 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9393 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9394 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9395 f_label.
9396 (g): Rename g_end_lbl to g_label.
9397 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9398 low_pc and high_pc.
9399 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9400
e0f3fd7c
TT
94012016-07-12 Tom Tromey <tom@tromey.com>
9402
9403 PR python/19293:
9404 * gdb.python/py-unwind-maint.exp: Update tests.
9405
3cfe46b6
YQ
94062016-07-12 Yao Qi <yao.qi@linaro.org>
9407
9408 * lib/selftest-support.exp (selftest_setup): Match the output
9409 when captured_main is inlined.
9410
4f19a0e6
WT
94112016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9412
9413 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9414 New variables.
9415 (print this%a, print this%b, print this): New tests.
9416 * gdb.fortran/derived-types.f90 (this): New object and
9417 initialization.
9418
986cf455
SM
94192016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9420
9421 * gdb.ada/arraydim.exp: Remove extra directory level in build
9422 directory.
9423
f0464b23
SM
94242016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9425
9426 * lib/ada.exp: Remove extra directory level in build directory.
9427 * gdb.ada/cond_lang.exp: Likewise.
9428 * gdb.ada/exec_changed.exp: Likewise.
9429 * gdb.ada/lang_switch.exp: Likewise.
9430
42d94011
MG
94312016-07-06 Manish Goregaokar <manish@mozilla.com>
9432
2806dc7e
PA
9433 * simple.rs: Add test for raw pointer subscripting.
9434 * simple.exp: Add test expectations.
42d94011 9435
647c264c
YQ
94362016-07-05 Yao Qi <yao.qi@linaro.org>
9437
9438 * gdb.mi/mi-reverse.exp: Match =record-started output.
9439
20aa2c60
PA
94402016-07-01 Pedro Alves <palves@redhat.com>
9441
9442 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9443 procedure.
9444 (jit_reader_test): Test the jit reader's unwinder.
9445 * gdb.base/jithost.c (jit_function_00_code): New global.
9446 (main): Use memcpy to fill in the mmapped code, instead of poking
9447 bytes manually here.
9448 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9449 value.
9450 (read_debug_info): Save the function's range.
9451 (read_sp): New function.
9452 (unwind_frame): Use it. Also unwind RBP.
9453 (get_frame_id): Use read_sp.
9454 (gdb_init_reader): Use calloc instead of malloc.
9455 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9456 parameter. Use gdb_test_multiple.
9457
ced2dffb
PA
94582016-07-01 Pedro Alves <palves@redhat.com>
9459 Antoine Tremblay <antoine.tremblay@ericsson.com>
9460
9461 * gdb.threads/process-dies-while-detaching.c: New file.
9462 * gdb.threads/process-dies-while-detaching.exp: New file.
9463
63000888
PA
94642016-07-01 Pedro Alves <palves@redhat.com>
9465
9466 * gdb.multi/watchpoint-multi-exit.c: New file.
9467 * gdb.multi/watchpoint-multi-exit.exp: New file.
9468
038d4868
PA
94692016-06-30 Pedro Alves <palves@redhat.com>
9470
9471 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9472 unset inferior_spawn_id.
9473
994e9c83
PA
94742016-06-30 Pedro Alves <palves@redhat.com>
9475
9476 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9477 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9478
e5653468
YQ
94792016-06-29 Yao Qi <yao.qi@linaro.org>
9480
9481 * gdb.base/return.c: Add copyright header.
9482
803b47e5
TT
94832016-06-29 Tom Tromey <tom@tromey.com>
9484
9485 PR python/20129:
9486 * gdb.python/py-framefilter.exp: Add tests for setting priority
9487 and disabling of non-existent frame filter.
9488
28244707
YQ
94892016-06-29 Yao Qi <yao.qi@linaro.org>
9490
9491 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9492 0x0f07ff.
9493
a31d2f06
YQ
94942016-06-28 Yao Qi <yao.qi@linaro.org>
9495
9496 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9497 triplets. Start gdb, execute catch syscall, and continue. Check
9498 gdb's output to determine catch syscall is supported.
9499
921d8f54
MG
95002016-06-27 Manish Goregaokar <manish@mozilla.com>
9501
25d49b86
PA
9502 * gdb.rust/simple.rs: Add test for returning unit in a function.
9503 * gdb.rust/simple.exp: Add expectation for functions returning
9504 unit.
921d8f54 9505
f4952523
PMR
95062016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9507
9508 * gdb.python/py-breakpoint-create-fail.c,
9509 gdb.python/py-breakpoint-create-fail.exp,
9510 gdb.python/py-breakpoint-create-fail.py: New testcase.
9511
fccb08f8
MG
95122016-06-25 Manish Goregaokar <manish@mozilla.com>
9513
9514 PR gdb/20239
9515 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
9516 * gdb.rust/simple.exp: Add test expectations for new NonZero
9517 tests.
fccb08f8 9518
6b850546
DT
95192016-06-24 David Taylor <dtaylor@emc.com>
9520
9521 * gdb.base/offsets.exp: New file.
9522 * gdb.base/offsets.c: New file.
9523
17621150
TT
95242016-06-23 Tom Tromey <tom@tromey.com>
9525
9526 PR gdb/16483:
9527 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9528 before any filters are loaded.
9529
04d59df6
WT
95302016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9531
9532 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9533 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9534 structs.
9535 * gdb.fortran/derived-type-function.exp: New file.
9536 * gdb.fortran/derived-type-function.f90: New file.
9537
9538
ac69f786
PA
95392016-06-21 Pedro Alves <palves@redhat.com>
9540
9541 * gdb.base/new-ui.exp: New file.
9542 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9543 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9544 (with_spawn_id): New procedure.
9545
49940788
PA
95462016-06-21 Pedro Alves <palves@redhat.com>
9547
9548 * gdb.mi/mi-exec-run.exp: New file.
9549
ef274d26
PA
95502016-06-21 Pedro Alves <palves@redhat.com>
9551
9552 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9553 breakpoint command's output on the main UI.
9554 (test_break): New procedure, factored out from calls in the top
9555 level.
9556 (top level): Use foreach_with_prefix to test MI as main UI and as
9557 separate UI.
9558
468afe6c
PA
95592016-06-21 Pedro Alves <palves@redhat.com>
9560
9561 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9562 (test_awatch_creation_and_listing)
9563 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9564 Remove 'type' parameter.
9565 (test_watchpoint_all): New parameter mi_mode. Remove
9566 with_test_prefix.
9567 (top level): Use foreach_with_prefix, and add main/separate UI MI
9568 testing axis.
9569
51f77c37
PA
95702016-06-21 Pedro Alves <palves@redhat.com>
9571
9572 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9573 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9574 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9575 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9576 (gdb_main_spawn_id, mi_spawn_id): Declare and
9577 comment.
9578 (mi_create_inferior_pty): New procedure,
9579 factored out from default_mi_gdb_start.
9580 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9581 procedures.
9582 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9583 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9584 Use mi_create_inferior_pty.
9585 (mi_gdb_start): Use eval to pass down args list.
9586
8980e177
PA
95872016-06-21 Pedro Alves <palves@redhat.com>
9588
9589 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9590 * gdb.opt/inline-cmds.exp: Add MI tests.
9591
f38d3ad1
PA
95922016-06-21 Pedro Alves <palves@redhat.com>
9593
9594 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9595
45db7c09
PA
95962016-06-21 Pedro Alves <palves@redhat.com>
9597
9598 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9599 (top level): Use it instead of mi_execute_to.
9600
5a069ab3
PA
96012016-06-21 Pedro Alves <palves@redhat.com>
9602
9603 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9604 (cont_handler_str): New.
9605 (signal_stop_handler): Set stop_handler_str instead of printing to
9606 stdout.
9607 (continue_handler): Set cont_handler_str instead of printing to
9608 stdout.
9609 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9610 mi_send_resuming_command. Print stop_handler_str and
9611 cont_handler_str instead of expecting the python events print
9612 directly.
9613
2838cc1d
SD
96142016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9615
9616 * gdb.base/jit-reader.exp: New file.
9617 * gdb.base/jithost.c: New file.
9618 * gdb.base/jithost.h: New file.
9619 * gdb.base/jitreader.c : New file.
9620 * gdb.base/jit-protocol.h: New file.
9621
21a77091
YQ
96222016-06-17 Yao Qi <yao.qi@linaro.org>
9623
9624 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9625 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9626 and detach-on-fork. Adjust tests.
9627 (top level): Invoke break_cond_on_syscall with combinations of
9628 syscall, follow-fork-mode and detach-on-fork.
9629
f50bf8e5
YQ
96302016-06-17 Yao Qi <yao.qi@linaro.org>
9631
9632 * gdb.base/step-over-exit.c: New.
9633 * gdb.base/step-over-exit.exp: New.
9634
a28d8e50
YTL
96352016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9636
9637 * gdb.base/float.exp: Add target check for nds32*-*-*.
9638 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9639
cad8e26d
AB
96402016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9641
9642 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9643 for unsupported target features.
9644 * gdb.base/call-rt-st.exp: Likewise.
9645 * gdb.base/call-sc.exp: Likewise.
9646 * gdb.base/call-signal-resume.exp: Likewise.
9647 * gdb.base/call-strs.exp: Likewise.
9648 * gdb.base/callexit.exp: Likewise.
9649 * gdb.base/callfuncs.exp: Likewise.
9650 * gdb.base/nodebug.exp: Likewise.
9651 * gdb.base/printcmds.exp: Likewise.
9652 * gdb.base/ptype.exp: Likewise.
9653 * gdb.base/structs.exp: Likewise.
9654 * gdb.base/unwindonsignal.exp: Likewise.
9655 * gdb.cp/gdb2495.exp: Likewise.
9656 * gdb.cp/templates.exp: Likewise.
9657 * gdb.cp/virtfunc.exp: Likewise.
9658 * gdb.threads/hand-call-in-threads.exp: Likewise.
9659 * gdb.threads/interrupted-hand-call.exp: Likewise.
9660 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9661
347dc102
TT
96622016-06-10 Tom Tromey <tom@tromey.com>
9663
9664 PR rust/20110:
9665 * gdb.rust/expr.exp: Add test for integer constant larger than
9666 i32.
9667
5e13cf25
BH
96682016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9669
9670 * gdb.fortran/nested-funcs.exp: New.
9671 * gdb.fortran/nested-funcs.f90: New.
9672
bb556f1f
TK
96732016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9674
9675 * gdb.base/examine-backward.c: New file.
9676 * gdb.base/examine-backward.exp: New file.
9677
38b022b4
SM
96782016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9679
9680 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9681 matching.
9682
1b40ec05
TT
96832016-06-02 Tom Tromey <tom@tromey.com>
9684
9685 PR python/18984:
9686 * gdb.python/py-shared.exp: Add solib_name test.
9687
193bd378
SM
96882016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9689
9690 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9691
3326303b
MG
96922016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9693
9694 PR c++/19893
9695 * gdb.dwarf2/implref.exp: Rename to...
9696 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9697 * gdb.dwarf2/implref-array.c: New file.
9698 * gdb.dwarf2/implref-array.exp: Likewise.
9699 * gdb.dwarf2/implref-global.c: Likewise.
9700 * gdb.dwarf2/implref-global.exp: Likewise.
9701 * gdb.dwarf2/implref-struct.c: Likewise.
9702 * gdb.dwarf2/implref-struct.exp: Likewise.
9703
825c8ef2
AT
97042016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9705
9706 * gdb.trace/trace-condition.exp: Add 64bit tests.
9707
2320162a
AT
97082016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9709
9710 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9711 bits types.
9712 (main): Adapt to 8 to 64 bits types.
9713 * gdb.trace/trace-condition.exp: Add new tests.
9714
a7818233
AT
97152016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9716
9717 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9718
0d336466
AT
97192016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9720
9721 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9722 Move condition tests...
9723 * gdb.trace/trace-condition.exp: Here.
9724
7faeb45a
AT
97252016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9726
9727 * gdb.trace/trace-condition.exp: Add counter-case tests.
9728
e385593e
JK
97292016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9730
9731 PR c++/15231
9732 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9733 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9734
744608cc
PA
97352016-05-27 Pedro Alves <palves@redhat.com>
9736
9737 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9738 New procedure.
9739 (top level): Call it, and bail out of DejaGnu is known to be bad.
9740
ac775bf4
AB
97412016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9742
9743 * gdb.base/whatis.c: Extend the test case.
9744 * gdb.base/whatis.exp: Add additional tests.
9745
2bbad2ea
BH
97462016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9747
9748* gdb.fortran/type.f90: Add pointer variable.
9749* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9750
8b70175d
BH
97512016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9752
9753 * gdb.fortran/vla-type.exp: Fix testcase name.
9754
86d8a848
BH
97552016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9756
9757 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9758
e188eb36
BH
97592016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9760
9761 * gdb.fortran/type.f90: Add nested structures.
9762 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9763 * gdb.fortran/derived-type.exp: Adapt expected output.
9764 * gdb.fortran/vla-type.exp: Adapt expected output.
9765
9b2db1fd
BH
97662016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9767
9768 * gdb.fortran/whatis_type.exp: Adapt expected output.
9769
72b17055
BH
97702016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9771
9772 * gdb.fortran/print_type.exp: Fix expected output.
9773 * gdb.fortran/whatis_type.exp: Fix expected output.
9774
3cd81d8d
BH
97752016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9776
9777 * gdb.fortran/whatis_type.exp: Use multi_line.
9778
ddae9462
TT
97792016-05-24 Tom Tromey <tom@tromey.com>
9780
9781 PR python/17386:
9782 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9783 use value as an index.
9784
1957f6b8
TT
97852016-05-23 Tom Tromey <tom@tromey.com>
9786
9787 PR python/17981:
9788 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9789 no-breakpoint case.
9790
026a9174
PA
97912016-05-24 Pedro Alves <palves@redhat.com>
9792
9793 PR gdb/19828
9794 * gdb.threads/clone-attach-detach.c: New file.
9795 * gdb.threads/clone-attach-detach.exp: New file.
9796
e70a7231
FR
97972016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9798
9799 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9800
0f6ed0e0
TT
98012016-05-23 Tom Tromey <tom@tromey.com>
9802
9803 PR python/19438, PR python/18393:
9804 * gdb.python/py-progspace.exp: Add "dir" test.
9805 * gdb.python/py-objfile.exp: Add "dir" test.
9806
ffd19d61
YQ
98072016-05-23 Yao Qi <yao.qi@linaro.org>
9808
9809 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9810 * gdb.arch/thumb2-it.exp: Likewise.
9811
9e8f9b05
SM
98122016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9813
9814 * gdb.mi/mi-threads-interrupt.c: New file.
9815 * gdb.mi/mi-threads-interrupt.exp: New file.
9816
61c6156d
SM
98172016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9818
9819 PR gdb/18077
9820 * gdb.mi/mi-async-run.exp: New file.
9821 * gdb.mi/mi-async-run.c: New file.
9822
67218854
TT
98232016-05-17 Tom Tromey <tom@tromey.com>
9824 Manish Goregaokar <manishsmail@gmail.com>
9825
9826 * lib/rust-support.exp: New file.
9827 * lib/gdb.exp (skip_rust_tests): New proc.
9828 (build_executable_from_specs): Handle rust.
9829 * lib/future.exp (gdb_find_rustc): New proc.
9830 (gdb_default_target_compile): Handle rust.
9831 * gdb.rust/expr.exp: New file.
9832 * gdb.rust/generics.exp: New file.
9833 * gdb.rust/generics.rs: New file.
9834 * gdb.rust/methods.exp: New file.
9835 * gdb.rust/methods.rs: New file.
9836 * gdb.rust/modules.exp: New file.
9837 * gdb.rust/modules.rs: New file.
9838 * gdb.rust/simple.exp: New file.
9839 * gdb.rust/simple.rs: New file.
9840
c44af4eb
TT
98412016-05-17 Tom Tromey <tom@tromey.com>
9842
9843 * gdb.base/default.exp (set language): Add rust.
9844
dcd1f979
TT
98452016-05-17 Tom Tromey <tom@tromey.com>
9846
9847 * gdb.gdb/unittest.exp: New file.
9848
155b7f57
YQ
98492016-05-16 Yao Qi <yao.qi@linaro.org>
9850
9851 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9852 shell_prompt. Update shell_prompt_re.
9853
8ddd5a6c
DE
98542016-05-12 Doug Evans <dje@google.com>
9855
9856 PR symtab/19999
9857 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9858 $options when building executable.
9859 * gdb.dwarf2/fission-loclists-pie.S: New file.
9860 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9861
02e370d9
SM
98622016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9863
9864 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9865 of [is_remote target],
9866
8929ad8b
SM
98672016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9868
9869 * lib/gdb.exp (use_gdb_stub): New procedure.
9870
6c447423
DE
98712016-05-03 Yunlian Jiang <yunlian@google.com>
9872 Doug Evans <dje@google.com>
9873
9874 PR symtab/19914
9875 * gdb.dwarf2/dwp-sepdebug.c: New file.
9876 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9877
444e826c
SM
98782016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9879
9880 * gdb.base/detach.exp: Remove is_remote check.
9881
740feeaa
SM
98822016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9883
9884 * gdb.base/annota-input-while-running.exp: Don't check for
9885 [is_remote target]. Enable annotations after running to main.
9886 Remove unused "set test..." line.
9887
9080ac9d
SM
98882016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9889
9890 * gdb.trace/trace-enable-disable.exp: New file.
9891 * gdb.trace/trace-enable-disable.c: New file.
9892
952ebca5
SM
98932016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9894
9895 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9896 use it in info sharedlibrary test.
9897 * gdb.trace/ftrace-lock.exp: Likewise.
9898 * gdb.trace/ftrace.exp: Likewise.
9899 * gdb.trace/range-stepping.exp: Likewise.
9900 * gdb.trace/trace-break.exp: Likewise.
9901 * gdb.trace/trace-condition.exp: Likewise.
9902 * gdb.trace/trace-mt.exp: Likewise.
9903
d9019901
SM
99042016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9905
9906 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9907 (gdb_load_shlib): ... this.
9908 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9909 gdb_load_shlib.
9910 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9911 * gdb.base/ctxobj.exp: Likewise.
9912 * gdb.base/dprintf-pending.exp: Likewise.
9913 * gdb.base/dso2dso.exp: Likewise.
9914 * gdb.base/fixsection.exp: Likewise.
9915 * gdb.base/gcore-relro.exp: Likewise.
9916 * gdb.base/gdb1555.exp: Likewise.
9917 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9918 * gdb.base/gnu-ifunc.exp: Likewise.
9919 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9920 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9921 * gdb.base/pending.exp: Likewise.
9922 * gdb.base/print-file-var.exp: Likewise.
9923 * gdb.base/print-symbol-loading.exp: Likewise.
9924 * gdb.base/shlib-call.exp: Likewise.
9925 * gdb.base/shreloc.exp: Likewise.
9926 * gdb.base/so-impl-ld.exp: Likewise.
9927 * gdb.base/solib-disc.exp: Likewise.
9928 * gdb.base/solib-nodir.exp: Likewise.
9929 * gdb.base/solib-overlap.exp: Likewise.
9930 * gdb.base/solib-symbol.exp: Likewise.
9931 * gdb.base/solib-weak.exp (do_test): Likewise.
9932 * gdb.base/sym-file.exp: Likewise.
9933 * gdb.base/symtab-search-order.exp: Likewise.
9934 * gdb.base/type-opaque.exp: Likewise.
9935 * gdb.base/unload.exp: Likewise.
9936 * gdb.base/watchpoint-solib.exp: Likewise.
9937 * gdb.compile/compile.exp: Likewise.
9938 * gdb.cp/gdb2384.exp: Likewise.
9939 * gdb.cp/infcall-dlopen.exp: Likewise.
9940 * gdb.cp/re-set-overloaded.exp: Likewise.
9941 * gdb.fortran/library-module.exp: Likewise.
9942 * gdb.opt/solib-intra-step.exp: Likewise.
9943 * gdb.python/py-finish-breakpoint.exp: Likewise.
9944 * gdb.python/py-shared.exp: Likewise.
9945 * gdb.reverse/solib-precsave.exp: Likewise.
9946 * gdb.reverse/solib-reverse.exp: Likewise.
9947 * gdb.server/solib-list.exp: Likewise.
9948 * gdb.threads/dlopen-libpthread.exp: Likewise.
9949 * gdb.threads/tls-shared.exp: Likewise.
9950 * gdb.threads/tls-so_extern.exp: Likewise.
9951 * gdb.trace/change-loc.exp: Likewise.
9952 * gdb.trace/ftrace-lock.exp: Likewise.
9953 * gdb.trace/ftrace.exp: Likewise.
9954 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9955 * gdb.trace/pending.exp: Likewise.
9956 * gdb.trace/range-stepping.exp: Likewise.
9957 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9958 (strace_info_marker): Likewise.
9959 (strace_probe_marker): Likewise.
9960 (strace_trace_on_same_addr): Likewise.
9961 (strace_trace_on_diff_addr): Likewise.
9962 * gdb.trace/trace-break.exp: Likewise.
9963 * gdb.trace/trace-condition.exp: Likewise.
9964 * gdb.trace/trace-mt.exp: Likewise.
9965
fca4cfd9
SM
99662016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9967
9968 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9969 result of gdb_remote_download.
9970 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9971 * gdb.base/dso2dso.exp: Likewise.
9972 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9973 * gdb.base/print-file-var.exp: Likewise.
9974 * gdb.base/shlib-call.exp: Likewise.
9975 * gdb.base/shreloc.exp: Likewise.
9976 * gdb.base/solib-overlap.exp: Likewise.
9977 * gdb.base/solib-weak.exp (do_test): Likewise.
9978 * gdb.base/unload.exp: Likewise.
9979
11cf4ffb
YQ
99802016-04-27 Yao Qi <yao.qi@linaro.org>
9981
9982 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9983 exists.
9984
3e2e34f8
KB
99852016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9986
9987 * vla-type.exp: Print structure from toplevel.
9988
8f07e298
BH
99892016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9990
9991 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9992 of dynamic types.
9993 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9994 of dynamic types.
9995
9920b434
BH
99962016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9997
9998 * gdb.fortran/vla-type.f90: New file.
9999 * gdb.fortran/vla-type.exp: New file.
10000
f3abeff5
YQ
100012016-04-25 Yao Qi <yao.qi@linaro.org>
10002
10003 * gdb.base/branch-to-self.c: New file.
10004 * gdb.base/branch-to-self.exp: New file.
10005
0a5d52f0
YQ
100062016-04-22 Yao Qi <yao.qi@linaro.org>
10007
10008 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10009 more after $hex.
10010
495346f6
YQ
100112016-04-22 Yao Qi <yao.qi@linaro.org>
10012
10013 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10014 * gdb.base/annota3.exp: Likewise.
10015
4a7e075c
YQ
100162016-04-22 Yao Qi <yao.qi@linaro.org>
10017
10018 * gdb.reverse/step-precsave.exp: Do one step and test program
10019 stops in "callee" and do multiple steps until program goes out
10020 of "callee".
10021 * gdb.reverse/step-reverse.exp: Likewise.
10022
5b061e98
YQ
100232016-04-22 Yao Qi <yao.qi@linaro.org>
10024
10025 * gdb.trace/signal.exp: Also pass if
10026 $tracepoint_hits($i) > $iterations.
10027
5c5dc57f
YQ
100282016-04-22 Yao Qi <yao.qi@linaro.org>
10029
10030 * gdb.trace/signal.c: New file.
10031 * gdb.trace/signal.exp: New file.
10032
a55411b9
DE
100332016-04-19 Doug Evans <xdje42@gmail.com>
10034
10035 * gdb.base/bad-file.exp: New file.
10036
a22df60a
MG
100372016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10038
10039 * gdb.dwarf2/implref.exp: New file.
10040
0c13f7e5
BH
100412016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10042
10043 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10044 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10045 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10046 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10047 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10048 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10049 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10050 * lib/fortran.exp (fortran_int4): New procedure.
10051 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10052 (fortran_logical4): Likewise.
10053
9b9b09e9
BH
100542016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10055
10056 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10057
a14d1f4d
BH
100582016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10059
10060 * lib/compiler.c: Add Intel specific preprocessor macros.
10061 * lib/compiler.cc: Likewise.
25d49b86 10062
7d49b1d0
LM
100632016-04-13 Luis Machado <lgustavo@codesourcery.com>
10064
10065 * gdb.server/connect-with-no-symbol-file.c: New file.
10066 * gdb.server/connect-with-no-symbol-file.exp: New file.
10067
8392fa22
SM
100682016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10069
10070 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10071
8c4c4aeb
SM
100722016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10073
10074 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10075 standard output directory.
10076
45e3745e
AT
100772016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10078
10079 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10080
e26b7e41
MM
100812016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10082
10083 * gdb.btrace/instruction_history.c (loop): Add declaration.
10084
8ce09462
AT
100852016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10086
10087 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10088
2e88a1ea
SM
100892016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10090
10091 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10092 parentheses to print.
10093 (continue_handler): Likewise.
10094
f48e22e3
SM
100952016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10096
10097 * gdb.server/solib-list.exp: Remove is_remote check.
10098 Pass shlib= to gdb_compile. Don't link shared library with
10099 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10100 Run binary filename through "readlink -f" on the target.
10101
096be756
PA
101022016-04-08 Pedro Alves <palves@redhat.com>
10103
10104 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10105 interpreter filename as argument to gdbserver_spawn.
10106 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10107 Return empty if $last_loaded_file does not exist.
10108
06500533
JK
101092016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10110
10111 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10112 * gdb.base/jit-main.c: Use exit after usage.
10113
2d35e871
JK
101142016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10115
10116 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10117 GDBHISTSIZE prior to the tests.
10118 * gdb.base/gdbinit-history.exp: Likewise.
10119
101202016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
10121
10122 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10123 instead of build_executable. Use gdb_load_shlibs.
10124
c8064e7e
YQ
101252016-04-07 Yao Qi <yao.qi@linaro.org>
10126
10127 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10128 Execute "si" command.
10129
bde47561
YQ
101302016-04-07 Yao Qi <yao.qi@linaro.org>
10131
10132 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10133 number instead of the comments on some line.
10134
b16f8a3b
DB
101352016-04-06 Don Breazeal <donb@codesourcery.com>
10136
10137 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10138 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10139
c2f901df
SM
101402016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10141
10142 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10143 standard_output_file. Remove unused binfile variable.
10144
ac17fda0
CU
101452016-04-05 Catalin Udma <catalin.udma@freescale.com>
10146
10147 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10148 * gdb.python/py-mi-objfile.exp: Match "list main" output
10149 in console format.
10150
03a8c4df
SM
101512016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10152
10153 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10154 absolute.
10155
6e774b13
SM
101562016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10157
10158 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10159 absolute.
10160 * gdb.trace/ftrace.exp: Likewise.
10161 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10162 targets as well.
10163 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10164 (gdb_load_shlibs): Copy libraries to test directory when testing
10165 natively. Only set solib-search-path if testing remotely.
10166 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10167
7817ea46
SM
101682016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10169
10170 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10171 gdb_download. Use it even if the target is not remote.
10172 * gdb.base/jit.exp (compile_jit_test): Likewise.
10173 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10174 output directory if the destination board is local, otherwise use
10175 the standard remote_download from DejaGnu.
10176 (gdb_download): Remove.
10177 (gdb_load_shlibs): Use gdb_remote_download instead of
10178 gdb_download.
10179 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10180 Use gdb_remote_download instead of gdb_download. Use it even if
10181 the target is not remote.
10182 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10183 instead of gdb_download.
10184
7beb7f68
SM
101852016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10186
10187 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10188 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10189 run.
10190
cc63428a
AV
101912016-04-01 Artemiy Volkov <artemiyv@acm.org>
10192
10193 PR gdb/19820
10194 * gdb.base/printcmds.exp: Add artificial arrays tests.
10195
64cdf930
PA
101962016-03-31 Pedro Alves <palves@redhat.com>
10197
10198 PR gdb/19858
10199 * gdb.base/jit-main.c: Include unistd.h.
10200 (ATTACH): Define to 0 if not already defined.
10201 (wait_for_gdb, mypid): New globals.
10202 (WAIT_FOR_GDB): New macro.
10203 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10204 some breakpoint locations.
10205 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10206 New procedures.
10207 (one_jit_test): Add REATTACH parameter, and handle it. Use
10208 continue_to_test_location.
10209 (top level): Test attach, and adjusts calls to one_jit_test.
10210
40dea8cb
PA
102112016-03-31 Pedro Alves <palves@redhat.com>
10212
10213 PR gdb/19858
10214 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10215 BINSUFFIX parameter, and handle it.
10216 (top level): Adjust calls compile_jit_test.
10217
e7ea3ec7
CU
102182016-03-31 Catalin Udma <catalin.udma@freescale.com>
10219
10220 PR python/19743
10221 * gdb.python/py-mi-events-gdb.py: New file.
10222 * gdb.python/py-mi-events.c: New file.
10223 * gdb.python/py-mi-events.exp: New file.
10224
e6359af3
YQ
102252016-03-30 Yao Qi <yao.qi@linaro.org>
10226
10227 * gdb.reverse/until-precsave.exp: Match function name only.
10228 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10229 Move malloc to a condition block.
10230 * gdb.reverse/until-reverse.exp: Match function name only.
10231
a4105d04
MK
102322016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10233
10234 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10235 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10236 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10237 variable for GPR 0 instead of assuming it is register 0.
10238 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10239 * lib/trace-support.exp: Add s390 registers.
10240
bfa6adb9
YQ
102412016-03-29 Yao Qi <yao.qi@linaro.org>
10242
10243 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10244
1e6697ea
YQ
102452016-03-24 Yao Qi <yao.qi@linaro.org>
10246
10247 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10248 test message.
10249
64bcd522
AA
102502016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10251
10252 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10253 maintaining separate logic for constructing the output path.
10254
7868401b
DB
102552016-03-16 Don Breazeal <donb@codesourcery.com>
10256
10257 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10258 Retry fork and waitpid on interrupted system call errors.
10259 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10260 Use with_timeout_factor to increase timeout by factor of 10.
10261
1cafadb4
DB
102622016-03-15 Don Breazeal <donb@codesourcery.com>
10263
10264 * gdb.cp/scope-err.cc: New test program.
10265 * gdb.cp/scope-err.exp: New test script.
10266 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10267 lines and "set breakpoint here" comment.
10268 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10269 Fixed some whitespace and format issues.
10270 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10271 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10272
81516450
DE
102732016-03-15 Doug Evans <dje@google.com>
10274
10275 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10276 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10277 All callers updated. Add tests for enums, mixed flags register.
10278
aa52b601
DE
102792016-03-15 Doug Evans <dje@google.com>
10280
10281 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10282 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10283
fa4ff313
SM
102842016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10285
10286 * gdb.base/default.exp: Add $_as_string to the list of expected
10287 convenience functions.
10288
f2403c39
AB
102892016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10290
10291 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10292
f2f3ccb9
SM
102932016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10294
10295 * gdb.python/py-as-string.exp: New file.
10296 * gdb.python/py-as-string.c: New file.
10297
00dbd492
PA
102982016-03-09 Pedro Alves <palves@redhat.com>
10299
10300 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10301 signal" -> "Thread NN received signal" output change.
10302 * gdb.threads/ia64-sigill.exp: Likewise.
10303 * gdb.threads/linux-dp.exp: Likewise.
10304 * gdb.threads/manythreads.exp: Likewise.
10305 * gdb.threads/pending-step.exp: Likewise.
10306 * gdb.threads/print-threads.exp: Likewise.
10307 * gdb.threads/sigstep-threads.exp: Likewise.
10308 * gdb.threads/staticthreads.exp: Likewise.
10309 * gdb.threads/tls.exp: Likewise.
10310
1e6697ea
YQ
103112016-03-09 Pedro Alves <palves@redhat.com>
10312
10313 * gdb.base/command-line-input.exp: New file.
10314
b04fd3be
MK
103152016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10316
10317 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10318 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10319 * gdb.trace/pending.exp: Accept leading dot before function name.
10320 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10321 * lib/trace-support.exp: Set registers for ppc.
10322
98fa59e9
MK
103232016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10324
10325 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10326 use it for disassembly; accept .main in addition to main in backtrace.
10327
f77198c8
MK
103282016-03-09 Wei-cheng Wang <cole945@gmail.com>
10329 Marcin Kościelnicki <koriakin@0x04.net>
10330
10331 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10332 (gdb_recursion_test_ptr): New global variable.
10333 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10334 gdb_recursion_test.
10335 (gdb_c_test): Ditto.
10336
ba84e0da
MK
103372016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10338
10339 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10340 ordering.
10341
4366d36e
MK
103422016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10343
10344 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10345 (bar): Add bar_start_lbl label.
10346 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10347 of foo/bar for emitting DWARF and tracing.
10348
5eb264df
SDJ
103492016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10350
10351 * analyze-racy-logs.py: Set executable bit.
10352
fb6a751f
SDJ
103532016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10354
10355 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10356 (CHECK_TARGET_TMP): Likewise.
10357 (check-single-racy): New rule.
10358 (check-parallel-racy): Likewise.
10359 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10360 (do-check-parallel-racy): New rule.
10361 (check-racy/%.exp): Likewise.
10362 * README (Racy testcases): New section.
10363 * analyze-racy-logs.py: New file.
10364
bdf7e230
DE
103652016-03-03 Doug Evans <dje@google.com>
10366
10367 * gdb.base/skip.exp: Use with_test_prefix.
10368
4719d415
YQ
103692016-03-03 Yao Qi <yao.qi@linaro.org>
10370
10371 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10372 Invoke step_over_syscall "clone" and break_cond_on_syscall
10373 "clone".
10374 * gdb.base/step-over-clone.c: New file.
10375
ea507862
YQ
103762016-03-03 Yao Qi <yao.qi@linaro.org>
10377
10378 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10379 code format.
10380
8fc8cbda
YQ
103812016-03-03 Yao Qi <yao.qi@linaro.org>
10382
10383 * gdb.base/disp-step-fork.c: Rename to ...
10384 * gdb.base/step-over-fork.c: ... it. New file.
10385 * gdb.base/disp-step-vfork.c: Rename to ...
10386 * gdb.base/step-over-vfork.c: ... it. New file.
10387 * gdb.base/disp-step-syscall.exp: Rename to ...
10388 * gdb.base/step-over-syscall.exp: ... it. New file.
10389 (disp_step_cross_syscall): Rename to ...
10390 (step_over_syscall): ... it.
10391
92fa70b0
YQ
103922016-03-03 Yao Qi <yao.qi@linaro.org>
10393
10394 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10395 If target supports condition evaluation on target, invoke
10396 break_cond_on_syscall for fork and vfork.
10397
e197ad3c
YQ
103982016-03-03 Yao Qi <yao.qi@linaro.org>
10399
10400 * gdb.base/disp-step-syscall.exp: Don't invoke
10401 support_displaced_stepping.
10402 (disp_step_cross_syscall): Test with displaced stepping off and
10403 on if supported.
10404
0b47da9f
YQ
104052016-03-03 Yao Qi <yao.qi@linaro.org>
10406
10407 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10408 proc.
10409 (setup): New proc.
10410 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10411 and setup.
10412
065ab6dc
BH
104132016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10414
10415 * gdb.fortran/vla-history.exp: Remove breakpoint.
10416
07e448ad 104172016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10418
25d49b86
PA
10419 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10420 exceeds timeout.
07e448ad 10421
9ac2d526 104222016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10423
25d49b86
PA
10424 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10425 breakpoint.
9ac2d526 10426
17807369
BH
104272016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10428
10429 * gdb.mi/vla.f90: Nullify pointer after declaration.
10430
86e501af
PA
104312016-03-01 Pedro Alves <palves@redhat.com>
10432
10433 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10434
1e903e32
PA
104352016-03-01 Pedro Alves <palves@redhat.com>
10436
10437 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10438 before anything else.
10439 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10440 _GNU_SOURCE here.
10441 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10442 before anything else.
10443 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10444
6ccb54e2
PA
104452016-03-01 Pedro Alves <palves@redhat.com>
10446
10447 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10448
30ca9da1
YQ
104492016-03-01 Yao Qi <yao.qi@linaro.org>
10450
10451 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10452 prepare_for_testing.
10453
dc856b38
YQ
104542016-03-01 Yao Qi <yao.qi@linaro.org>
10455
10456 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10457
4a932159
AA
104582016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10459
10460 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10461 manually constructing the output path.
10462
f2489477
AA
104632016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10464
10465 * gdb.arch/s390-stackless.S: New.
10466 * gdb.arch/s390-stackless.exp: New.
10467
38899f16
IB
104682016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10469
10470 * gdb.dlang/circular.c: New file.
10471 * gdb.dlang/circular.exp: New file.
10472
9fde51ed
YQ
104732016-02-26 Yao Qi <yao.qi@linaro.org>
10474
10475 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10476 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10477 (testcases): Update.
10478
ce90fefe
YQ
104792016-02-26 Yao Qi <yao.qi@linaro.org>
10480
10481 * gdb.reverse/aarch64.c: Rename to ...
10482 * gdb.reverse/insn-reverse.c: ... it.
10483 * gdb.reverse/aarch64.exp: Rename to ...
10484 * gdb.reverse/insn-reverse.exp: ... it.
10485
3263bceb
YQ
104862016-02-26 Yao Qi <yao.qi@linaro.org>
10487
10488 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10489 (testcase_ftype): New.
10490 (testcases): New array.
10491 (n_testcases): New.
10492 (main): Call each element in testcases.
10493 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10494 (read_testcase): New.
10495 Do the tests in a loop.
10496
6cb59ff1
YQ
104972016-02-25 Yao Qi <yao.qi@linaro.org>
10498
10499 * gdb.base/branches.c: Remove.
10500
ae91f625
MK
105012016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10502
10503 PR gdb/13808
10504 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10505
678b48b7
MK
105062016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10507
10508 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10509
7337a6f2
MK
105102016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10511
10512 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10513 change x86_64 call_insn to 'callq'.
10514
861ca91f
AT
105152016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10516
10517 * gdb.trace/tfile-avx.c: Move to...
10518 * gdb.trace/tracefile-pseudo-reg.c: Here.
10519 * gdb.trace/tfile-avx.exp: Move to...
10520 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10521
bf74e428
GB
105222016-02-24 Gary Benson <gbenson@redhat.com>
10523
10524 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10525 message on attach.
10526
cce0e923
DE
105272016-02-23 Doug Evans <dje@google.com>
10528
10529 * gdb.base/skip.c (test_skip): New function.
10530 (end_test_skip_file_and_function): New function.
10531 (test_skip_file_and_function): New function.
10532 * gdb.base/skip1.c (test_skip): New function.
10533 (skip1_test_skip_file_and_function): New function.
10534 * gdb.base/skip.exp: Add tests for new skip options.
10535 * gdb.base/skip-solib.exp: Update expected output.
10536 * gdb.perf/skip-command.cc: New file.
10537 * gdb.perf/skip-command.exp: New file.
10538 * gdb.perf/skip-command.py: New file.
10539
4000e47e
MK
105402016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10541
10542 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10543 info registers pattern.
10544
24f75ead
IB
105452016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10546
10547 * lib/future.exp: Add D support.
10548 (gdb_find_gdc): New proc.
10549 (gdb_default_target_compile): Add D support.
10550
fbb7bcbe
WW
105512016-02-18 Wei-cheng Wang <cole945@gmail.com>
10552
10553 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10554 user+system time.
10555 (trace_speed_test): Determine the iteration count for a time
10556 between 15..30 seconds.
10557
012b3a21
WT
105582016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10559
10560 * gdb.arch/i386-mpx-sigsegv.c: New file.
10561 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10562 * gdb.arch/i386-mpx-simple_segv.c: New file.
10563 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10564
2d5189bd
YQ
105652016-02-18 Yao Qi <yao.qi@linaro.org>
10566
10567 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10568 Don't call setup_kfail.
10569
40fb20d0
YQ
105702016-02-18 Yao Qi <yao.qi@linaro.org>
10571
10572 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10573 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10574
21b1f8d2
DE
105752016-02-16 Doug Evans <dje@google.com>
10576
10577 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10578 * gdb.base/skip1.c: Ditto.
10579 * gdb.base/skip.exp: Whitespace cleanup.
10580
4041ed77
DB
105812016-02-16 Don Breazeal <donb@codesourcery.com>
10582
10583 PR remote/19496
10584 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10585 Remove kfail for PR remote/19496.
10586
c4ef31bf
SM
105872016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10588
10589 * lib/gdb.exp (standard_temp_file): Return a path specific to
10590 the runtest invocation.
10591
266b65b3
SM
105922016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10593
10594 * gdb.trace/save-trace.exp: Change relative path to be in the
10595 standard output directory.
10596
a7a0a6a9
JK
105972016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10598
10599 * gdb.arch/i386-prologue.c: Add missing prototypes.
10600
c99dbb42
JK
106012016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10602
10603 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10604 * gdb.arch/i386-prologue.exp: Likewise.
10605 * gdb.arch/i386-size.exp: Likewise.
10606
aa480355
SM
106072016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10608
10609 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10610 define object file path.
10611 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10612 file path.
10613 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10614 standard_output_file to define binfile.
10615
ba881f50
JK
106162016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10617
10618 Fix compatibility with recent gfortran-5.3.1.
10619 * gdb.fortran/vla-history.exp (print vla1 allocated)
10620 (print vla2 allocated, print $2, print $3): Remove
10621 (print $4): Rename to ...
10622 (print $2): ... here.
10623 (print $9): Rename to ...
10624 (print $5): ... here.
10625 (print $10): Rename to ...
10626 (print $6): ... here.
10627 * gdb.fortran/vla.f90: Add pvla initialization.
10628
e9fb005c
JK
106292016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10630
10631 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10632 New test.
10633 * gdb.fortran/vla-value-sub.exp: Likewise.
10634
e44e00ff
MK
106352016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10636
10637 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10638
97e94151
SM
106392016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10640
10641 * i386-biarch-core.exp: Define corefile using
10642 standard_output_file.
10643
01113bc1
YQ
106442016-02-12 Yao Qi <yao.qi@linaro.org>
10645
10646 * gdb.arch/arm-single-step-kernel-helper.c: New.
10647 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10648
33b4777c
MM
106492016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10650
10651 * gdb.btrace/tailcall-only.exp: New.
10652 * gdb.btrace/tailcall-only.c: New.
10653 * gdb.btrace/x86_64-tailcall-only.S: New.
10654 * gdb.btrace/i686-tailcall-only.S: New.
10655
acc23c11
PA
106562016-02-11 Pedro Alves <palves@redhat.com>
10657
10658 * README (Parallel testing): Add missing double quotes.
10659
e352bf0a
PA
106602016-02-11 Pedro Alves <palves@redhat.com>
10661
10662 * README (Parallel testing): New section.
10663 (GDB_PARALLEL): Rewrite.
10664 (FORCE_PARALLEL): Document.
10665
9f5fed78
MK
106662016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10667
10668 * gdb.trace/tfile-avx.c: New test.
10669 * gdb.trace/tfile-avx.exp: New test.
10670
9ef9e6a6
KS
106712016-02-09 Keith Seitz <keiths@redhat.com>
10672
10673 PR breakpoints/19546
10674 * gdb.base/infcall-exec.c: New file.
10675 * gdb.base/infcall-exec2.c: New file.
10676 * gdb.base/infcall-exec.exp: New file.
10677
a96e36da
KS
106782016-02-09 Keith Seitz <keiths@redhat.com>
10679
10680 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10681 (toplevel): Call test_bkpt_address.
10682
9f61929f
KS
106832016-02-09 Keith Seitz <keiths@redhat.com>
10684
10685 PR python/19506
10686 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10687 (toplevel): Call test_bkpt_address.
10688
1e94266c
SM
106892016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10690
10691 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10692 to AC_OUTPUT.
10693 * configure: Regenerate.
10694
2a7f3dff
PA
106952016-02-09 Pedro Alves <palves@redhat.com>
10696
10697 PR breakpoints/19548
10698 * gdb.base/execl-update-breakpoints.c (some_function): New
10699 function.
10700 (main): Call it.
10701 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10702 Tighten expected GDB output.
10703
2151ccc5
SM
107042016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10705
10706 * Makefile.in (ALL_SUBDIRS): Remove.
10707 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10708 (distclean maintainer-clean realclean): Likewise.
10709 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10710 * configure: Regenerate.
10711 * gdb.ada/Makefile.in: Delete.
10712 * gdb.arch/Makefile.in: Likewise.
10713 * gdb.asm/Makefile.in: Likewise.
10714 * gdb.base/Makefile.in: Likewise.
10715 * gdb.btrace/Makefile.in: Likewise.
10716 * gdb.cell/Makefile.in: Likewise.
10717 * gdb.compile/Makefile.in: Likewise.
10718 * gdb.cp/Makefile.in: Likewise.
10719 * gdb.disasm/Makefile.in: Likewise.
10720 * gdb.dlang/Makefile.in: Likewise.
10721 * gdb.dwarf2/Makefile.in: Likewise.
10722 * gdb.fortran/Makefile.in: Likewise.
10723 * gdb.gdb/Makefile.in: Likewise.
10724 * gdb.go/Makefile.in: Likewise.
10725 * gdb.guile/Makefile.in: Likewise.
10726 * gdb.java/Makefile.in: Likewise.
10727 * gdb.linespec/Makefile.in: Likewise.
10728 * gdb.mi/Makefile.in: Likewise.
10729 * gdb.modula2/Makefile.in: Likewise.
10730 * gdb.multi/Makefile.in: Likewise.
10731 * gdb.objc/Makefile.in: Likewise.
10732 * gdb.opencl/Makefile.in: Likewise.
10733 * gdb.opt/Makefile.in: Likewise.
10734 * gdb.pascal/Makefile.in: Likewise.
10735 * gdb.perf/Makefile.in: Likewise.
10736 * gdb.python/Makefile.in: Likewise.
10737 * gdb.reverse/Makefile.in: Likewise.
10738 * gdb.server/Makefile.in: Likewise.
10739 * gdb.stabs/Makefile.in: Likewise.
10740 * gdb.threads/Makefile.in: Likewise.
10741 * gdb.trace/Makefile.in: Likewise.
10742 * gdb.xml/Makefile.in: Likewise.
10743 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10744 GDB_PARALLEL.
10745 (standard_output_file): Remove check for GDB_PARALLEL, always
10746 return path in outputs/$subdir/$testname.
10747
437277d4
SM
107482016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10749
10750 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10751 (site.exp): Assign abs_srcdir to tcl's srcdir.
10752
31d913c7
YQ
107532016-02-04 Yao Qi <yao.qi@linaro.org>
10754
10755 * gdb.base/foll-exec-mode.c: Include limits.h.
10756 (main): Add parameters argc and argv. Get directory from
10757 argv[0].
10758 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10759 compilation.
10760 * gdb.base/foll-exec.c: Include limits.h.
10761 (main): Add parameters argc and argv.
10762 Get directory from argv[0].
10763 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10764 Adjust tests on the number of lines as source code changed.
10765 * gdb.base/foll-vfork-exit.c: Include limits.h.
10766 (main): Add one line of statement before vfork.
10767 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10768 (main): Add parameters argc and argv. Get directory from
10769 argv[0].
10770 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10771 (setup_gdb): Set tbreak to skip some source lines.
10772 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10773 (main): Add parameters argc and argv. Get directory from
10774 argv[0].
10775 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10776 compilation.
10777 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10778 (main): Add parameters argc and argv. Get directory from
10779 argv[0].
10780 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10781 compilation.
10782
9482b9fb
DE
107832016-02-01 Doug Evans <dje@google.com>
10784
10785 * gdb.base/skip.exp: Clean up multiple references to same test name.
10786
6b2e4f10
PA
107872016-02-01 Pedro Alves <palves@redhat.com>
10788
ccb6afd6 10789 PR remote/19496
6b2e4f10
PA
10790 * gdb.threads/forking-threads-plus-breakpoint.exp
10791 (displaced_stepping_supported): New global.
10792 (probe_displaced_stepping_support): New procedure.
10793 (do_test): Add 'displaced' parameter, and use it.
10794 (top level): Check for displaced stepping support. Add displaced
10795 stepping on/off testing axis.
10796
37a8db1a
AB
107972016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10798
10799 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10800 pointer. Don't perform further tests on the unassociated pointer
10801 if the first test fails.
10802
5fdf6324
AB
108032016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10804
10805 * gdb.base/max-value-size.c: New file.
10806 * gdb.base/max-value-size.exp: New file.
10807 * gdb.base/huge.exp: Disable max-value-size for this test.
10808
935c6144
IB
108092016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10810
10811 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10812
7fe8399d
YQ
108132016-01-28 Yao Qi <yao.qi@linaro.org>
10814
10815 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10816
a2077e25
PA
108172016-01-25 Pedro Alves <palves@redhat.com>
10818
10819 PR threads/19461
10820 * gdb.base/fork-running-state.c: New file.
10821 * gdb.base/fork-running-state.exp: New file.
10822
1d2736d4
PA
108232016-01-25 Pedro Alves <palves@redhat.com>
10824
10825 PR gdb/19494
10826 * gdb.base/catch-fork-kill.c: New file.
10827 * gdb.base/catch-fork-kill.exp: New file.
10828
f1da4b11
PA
108292016-01-25 Pedro Alves <palves@redhat.com>
10830
10831 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10832 Delete, moved to lib/gdb.exp.
10833 * gdb.threads/forking-threads-plus-breakpoint.exp
10834 (foreach_with_prefix): Likewise.
10835 * gdb.threads/process-dies-while-handling-bp.exp
10836 (foreach_with_prefix): Likewise.
10837 * lib/gdb.exp (foreach_with_prefix): New procedure.
10838
45f38546
MK
108392016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10840
10841 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10842 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10843
dc29a1ce
MK
108442016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10845
10846 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10847 endian targets.
10848
092127d7
JK
108492016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10850 Pedro Alves <palves@redhat.com>
10851
10852 Fix testsuite compatibility with Guile.
10853 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10854 number.
10855
31d765d3
JK
108562016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10857
10858 Fix testsuite compatibility with Guile.
10859 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10860 (thread 1): New test for backtrace through signal handler.
10861
1ac78c04
YQ
108622016-01-22 Yao Qi <yao.qi@linaro.org>
10863
10864 PR testsuite/19491
10865 * gdb.base/multi-forks.c: Include
10866 ../lib/unbuffer_output.c
10867 (main): Call gdb_unbuffer_output.
10868
4f5946a8
DE
108692016-01-21 Doug Evans <dje@google.com>
10870
10871 * lib/ada.exp (gdb_compile_ada): Fix typo.
10872
305e13e6
JB
108732016-01-21 Joel Brobecker <brobecker@adacore.com>
10874
10875 * gdb.base/break-fun-addr.exp: New file.
10876 * gdb.base/break-fun-addr1.c: New file.
10877 * gdb.base/break-fun-addr2.c: New file.
10878
5f5dfff6
SM
108792016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10880
10881 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10882 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10883 enum flag values.
10884
fd356fa2
AA
108852016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10886
10887 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10888 when GDB can not set the vector return value. Add more comments
10889 for clarification.
10890
9df22175
AT
108912016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10892
10893 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10894 command.
10895
41d1845e
SM
108962016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10897
10898 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10899
01ac6840
SM
109002016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10901
10902 * Makefile.in (check-single): Pass --status to runtest.
10903 (check/%.exp): Likewise.
10904
109052016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10906
10907 * Makefile.in (check-parallel): Propagate return code from make
10908 do-check-parallel.
10909
bd0a71fa
MK
109102016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10911
10912 * gdb.trace/ftrace.exp: Fix expected message on continue.
10913 * gdb.trace/pending.exp: Fix expected message on continue.
10914 * gdb.trace/trace-break.exp: Fix expected message on continue.
10915
8bcbad33
SM
109162016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10917
10918 * lib/gdb.exp (gdb_test): Remove unused global references.
10919
f303dbd6
PA
109202016-01-18 Pedro Alves <palves@redhat.com>
10921
10922 * gdb.base/async-shell.exp: Adjust expected output.
10923 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10924 * gdb.base/siginfo-thread.exp: Adjust expected output.
10925 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10926 * gdb.java/jnpe.exp: Adjust expected output.
10927 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10928 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10929 * gdb.threads/leader-exit.exp: Adjust expected output.
10930 * gdb.threads/manythreads.exp: Adjust expected output.
10931 * gdb.threads/pthreads.exp: Adjust expected output.
10932 * gdb.threads/schedlock.exp: Adjust expected output.
10933 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10934 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10935 expected output.
10936 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10937 output.
10938 * gdb.threads/sigthread.exp: Adjust expected output.
10939 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10940
b2789696
YQ
109412016-01-18 Yao Qi <yao.qi@linaro.org>
10942
10943 * gdb.guile/scm-section-script.c: Replace @progbits with
10944 %progbits.
10945 * gdb.python/py-section-script.c: Likewise.
10946
71ef29a8
PA
109472016-01-15 Pedro Alves <palves@redhat.com>
10948
10949 * gdb.multi/tids.exp: Test star wildcard ranges.
10950
3f5b7598
PA
109512016-01-15 Pedro Alves <palves@redhat.com>
10952
10953 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10954 command from "thread apply" invocation.
10955 (thr_apply_info_thr_invalid): Default the expected output to the
10956 input tid list.
10957 (top level): Add tests that use convenience variables. Add tests
10958 for "thread apply" with a valid TID list, but missing the command.
10959
663f6d42
PA
109602016-01-13 Pedro Alves <palves@redhat.com>
10961
10962 * gdb.base/default.exp: Expect $_gthread as well.
10963 * gdb.multi/tids.exp: Test $_gthread.
10964 * gdb.threads/thread-specific.exp: Test $_gthread.
10965
c84f6bbf
PA
109662016-01-13 Pedro Alves <palves@redhat.com>
10967
10968 * gdb.multi/tids.exp: Test "info threads -gid".
10969
22a02324
PA
109702016-01-13 Pedro Alves <palves@redhat.com>
10971
10972 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10973 Breakpoint.thread.
10974 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10975
5d5658a1
PA
109762016-01-07 Pedro Alves <palves@redhat.com>
10977
10978 * gdb.base/break.exp: Adjust to output changes.
10979 * gdb.base/hbreak2.exp: Likewise.
10980 * gdb.base/sepdebug.exp: Likewise.
10981 * gdb.base/watch_thread_num.exp: Likewise.
10982 * gdb.linespec/keywords.exp: Likewise.
10983 * gdb.multi/info-threads.exp: Likewise.
10984 * gdb.threads/thread-find.exp: Likewise.
10985 * gdb.multi/tids.c: New file.
10986 * gdb.multi/tids.exp: New file.
10987
84654457
PA
109882016-01-13 Pedro Alves <palves@redhat.com>
10989
10990 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10991
e3940304
PA
109922016-01-13 Pedro Alves <palves@redhat.com>
10993
10994 * gdb.base/default.exp: Expect $_inferior as well.
10995 * gdb.multi/base.exp: Test $_inferior.
10996
a911d87a
PA
109972016-01-13 Pedro Alves <palves@redhat.com>
10998
10999 PR breakpoints/19388
11000 * gdb.base/catch-signal-siginfo-cond.c: New file.
11001 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11002
82075af2
JS
110032016-01-12 Josh Stone <jistone@redhat.com>
11004 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11005
11006 * gdb.base/catch-syscall.c (do_execve): New variable.
11007 (main): Conditionally trigger an execve.
11008 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11009 (test_catch_syscall_execve): New, check entry/return across execve.
11010 (do_syscall_tests): Call test_catch_syscall_execve.
11011
e46eeedd
PA
110122016-01-12 Pedro Alves <palves@redhat.com>
11013
11014 * gdb.base/random-signal.exp (do_test): New procedure, with body
11015 of testcase moved in.
11016
01d8c27e
JK
110172016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11018 Pedro Alves <palves@redhat.com>
11019
11020 * gdb.base/funcargs.exp (finish from indirectly called function):
11021 Reintroduce the case for 'First'.
11022
9a706302
JK
110232016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11024 Pedro Alves <palves@redhat.com>
11025
11026 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11027 (tcatch_vfork_then_child_follow_exec)
11028 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11029 identification.
11030
c0ecb95f
JK
110312016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11032
11033 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11034 and repeats to unlimited.
11035 * gdb.python/py-value.exp: Likewise.
11036 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11037 and repeats to unlimited.
11038
6cfc1fcb
JK
110392016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11040
11041 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11042 and reordering the functions.
11043 * gdb.multi/hangout.c: Likewise.
11044 * gdb.multi/hello.c: Likewise.
11045
582a1b00
SM
110462016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11047
11048 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11049 absolute.
11050 (SingleStatisticTestResult.report): Use dict.keys instead of
11051 dict.iterkeys.
11052
79bc59cb
PA
110532016-01-06 Pedro Alves <palves@redhat.com>
11054
11055 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11056
43368e1d
MM
110572016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11058
11059 * gdb.btrace/dlopen.exp: New.
11060 * gdb.btrace/dlopen.c: New.
11061 * gdb.btrace/dlopen-dso.c: New.
11062
79fad5b8
SL
110632015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11064
11065 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11066 PATTERN argument is optional.
11067
ab8314b3
JB
110682015-12-24 Joel Brobecker <brobecker@adacore.com>
11069
11070 * lib/ada.exp (target_compile_ada_from_dir): New function.
11071 (gdb_compile_ada): Reimplement avoiding the use of project files.
11072 * gdb.ada/gnat_ada.gpr: Delete.
11073 * gdb.ada/cond_lang.exp: Adjust test to make path before
11074 filename optional.
11075 * gdb.ada/small_reg_param.exp: Likewise.
11076
fe33faff
SM
110772015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11078
11079 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11080
6d265cb4
TP
110812015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11082
11083 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11084 case.
11085
10125099
SM
110862015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11087
11088 * gdb.base/break.exp: Remove dead code.
11089 * gdb.base/sepdebug.exp: Likewise.
11090
3ca22649
SM
110912015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11092
11093 * gdb.asm/asm-source.exp: Remove HP-UX references.
11094 * gdb.base/annota1.exp: Likewise.
11095 * gdb.base/annota3.exp: Likewise.
11096 * gdb.base/attach.exp: Likewise.
11097 * gdb.base/bigcore.exp: Likewise.
11098 * gdb.base/break.exp: Likewise.
11099 * gdb.base/call-ar-st.exp: Likewise.
11100 * gdb.base/callfuncs.exp: Likewise.
11101 * gdb.base/catch-fork-static.exp: Likewise.
11102 * gdb.base/display.exp: Likewise.
11103 * gdb.base/foll-exec-mode.exp: Likewise.
11104 * gdb.base/foll-exec.exp: Likewise.
11105 * gdb.base/foll-fork.exp: Likewise.
11106 * gdb.base/foll-vfork.exp: Likewise.
11107 * gdb.base/funcargs.exp: Likewise.
11108 * gdb.base/hbreak2.exp: Likewise.
11109 * gdb.base/inferior-died.exp: Likewise.
11110 * gdb.base/interrupt.exp: Likewise.
11111 * gdb.base/multi-forks.exp: Likewise.
11112 * gdb.base/nodebug.exp: Likewise.
11113 * gdb.base/sepdebug.exp: Likewise.
11114 * gdb.base/solib1.c: Likewise.
11115 * gdb.base/step-test.exp: Likewise.
11116 * gdb.mi/non-stop.c: Likewise.
11117 * gdb.mi/pthreads.c: Likewise.
11118 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11119 * gdb.threads/pthreads.c: Likewise.
11120 * gdb.threads/staticthreads.exp: Likewise.
11121 * lib/future.exp: Likewise.
11122 * lib/gdb.exp: Likewise.
11123 * gdb.base/so-indr-cl.c: Remove.
11124 * gdb.base/so-indr-cl.exp: Likewise.
11125 * gdb.base/solib.c: Likewise.
11126 * gdb.base/solib.exp: Likewise.
11127 * gdb.base/solib2.c: Likewise.
11128
b6304613
SM
111292015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11130
11131 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11132 * gdb.base/call-ar-st.exp: Likewise.
11133 * gdb.base/callfuncs.exp: Likewise.
11134 * gdb.base/condbreak.exp: Likewise.
11135 * gdb.base/constvars.exp: Likewise.
11136 * gdb.base/hbreak2.exp: Likewise.
11137 * gdb.base/langs.exp: Likewise.
11138 * gdb.base/list.exp: Likewise.
11139 * gdb.base/long_long.exp: Likewise.
11140 * gdb.base/ptype.exp: Likewise.
11141 * gdb.base/scope.exp: Likewise.
11142 * gdb.base/signals.exp: Likewise.
11143 * gdb.base/so-impl-ld.exp: Likewise.
11144 * gdb.base/varargs.exp: Likewise.
11145 * gdb.base/volatile.exp: Likewise.
11146 * gdb.base/whatis.exp: Likewise.
11147 * gdb.cp/cplusfuncs.exp: Likewise.
11148 * gdb.cp/inherit.exp: Likewise.
11149 * gdb.cp/local.exp: Likewise.
11150 * gdb.cp/member-ptr.exp: Likewise.
11151 * gdb.cp/method.exp: Likewise.
11152 * gdb.cp/overload.exp: Likewise.
11153 * gdb.cp/templates.exp: Likewise.
11154 * gdb.stabs/weird.exp: Likewise.
11155 * lib/compiler.c: Likewise.
11156 * lib/compiler.cc: Likewise.
11157 * lib/cp-support.exp: Likewise.
11158 * lib/gdb.exp: Likewise.
11159
bf401b07
SM
111602015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11161
11162 * configure.ac: Remove HP-UX case.
11163 * configure: Regenerate.
11164
aff9c0f8
SM
111652015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11166
11167 * lib/gdb.exp (gdb_compile): Add function doc.
11168
a6904d5a
PA
111692015-12-17 Pedro Alves <palves@redhat.com>
11170
11171 PR threads/19354
11172 * gdb.multi/info-threads.exp: New file.
11173
a22279dd
YQ
111742015-12-15 Yao Qi <yao.qi@linaro.org>
11175
11176 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11177 is aarch64*-*-*.
11178
0588c796
SL
111792015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11180
11181 * gdb.base/history-duplicates.exp: Skip if no readline support.
11182
5d978e17
SL
111832015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11184
11185 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11186
7e763b86
SL
111872015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11188
11189 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11190
87a3a92c
SL
111912015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11192
11193 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11194 ctrl-C if nointerrupts target property is set.
11195 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11196 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11197 * gdb.base/paginate-bg-execution.exp: Likewise.
11198 * gdb.base/paginate-execution-startup.exp: Likewise.
11199 * gdb.base/random-signal.exp: Likewise.
11200 * gdb.base/range-stepping.exp: Likewise.
11201 * gdb.cp/annota2.exp: Likewise.
11202 * gdb.cp/annota3.exp: Likewise.
11203 * gdb.gdb/selftest.exp: Likewise.
11204 * gdb.threads/continue-pending-status.exp: Likewise.
11205 * gdb.threads/leader-exit.exp: Likewise.
11206 * gdb.threads/manythreads.exp: Likewise.
11207 * gdb.threads/pthreads.exp: Likewise.
11208 * gdb.threads/schedlock.exp: Likewise.
11209 * gdb.threads/sigthread.exp: Likewise.
11210
a8f077dc
DB
112112015-12-11 Don Breazeal <donb@codesourcery.com>
11212
11213 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11214 remote.
11215 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11216 * gdb.base/foll-exec.exp (main): Enable for target remote.
11217 * gdb.base/foll-fork.exp (main): Likewise.
11218 * gdb.base/foll-vfork.exp (main): Likewise.
11219 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11220 (proc continue_to_exit_bp_loc): Use clean_restart.
11221 * gdb.base/pie-execl.exp (main): Disable for target remote.
11222 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11223 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11224 * gdb.threads/execl.exp (main): Likewise.
11225 * gdb.threads/fork-child-threads.exp (main): Likewise.
11226 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11227 remote.
11228 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11229 remote.
11230 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11231 pid.tid style ptids, instead of just tid.
11232 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11233 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11234 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11235 ptids, instead of just tid.
11236
3b2464a8
AB
112372015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11238
11239 * gdb.base/list.exp (test_list_forward): Add end of file error
11240 test.
11241 (test_repeat_list_command): Add end of file error test.
11242 (test_list_backwards): Add beginning of file error test.
11243
a0def019
AB
112442015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11245
11246 * gdb.base/list.exp (test_list_invalid_args): New function,
11247 defined, and called.
11248
5c000dff
AB
112492015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11250
11251 * gdb.base/list.exp (test_list): Make test names unique.
11252
f1637ebe
YQ
112532015-12-11 Yao Qi <yao.qi@linaro.org>
11254
11255 * gdb.base/coremaker2.c: Remove.
11256
36d6fc0a
PA
112572015-12-10 Pedro Alves <palves@redhat.com>
11258
11259 * gdb.multi/base.exp: Remove stale "spaces" references.
11260
762f7747
PA
112612015-12-10 Pedro Alves <palves@redhat.com>
11262
11263 * gdb.multi/base.exp: Don't use nowarnings.
11264 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11265 * gdb.multi/hangout.c: Include stdio.h.
11266 * gdb.multi/hello.c: Include stdlib.h.
11267 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11268 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11269 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11270
28d2bfb9
AB
112712015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11272
11273 * gdb.dwarf2/dw2-ranges-base.c: New file.
11274 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11275 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11276 support additional line table, and debug ranges generation.
11277 (Dwarf::ranges): New function, generate .debug_ranges.
11278 (Dwarf::lines): Support generating simple line table programs.
11279 (Dwarf::assemble): Initialise new namespace variables.
11280
5fc2beac
KB
112812015-12-09 Kevin Buettner <kevinb@redhat.com>
11282
11283 * gdb.base/async.exp (proc test_background): Add case for
11284 asynchronous execution not supported.
11285
1c35a88f
LM
112862015-12-09 Luis Machado <lgustavo@codesourcery.com>
11287
11288 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11289 format and change test names to make them unique.
11290
b593e3d9
RK
112912015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11292 Pedro Alves <pedro@redhat.com>
11293
11294 PR gdb/18702
11295 Add checking of floatformats setup on x86_64 hosts.
11296 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11297 (smallval, bigval): New labels/constants.
11298 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11299 float" after loading bigval and smallval.
11300
d72413e6
PMR
113012015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11302
11303 * gdb.ada/fun_overload_menu.exp: New testcase.
11304 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11305
ece66d65
JS
113062015-12-04 Josh Stone <jistone@redhat.com>
11307
11308 * gdb.base/catch-fork-static.exp: New.
11309
41d0efca
YQ
113102015-12-03 Yao Qi <yao.qi@linaro.org>
11311
11312 * gdb.base/sizeof.c: Don't include stdio.h and
11313 ../lib/unbuffer_output.c.
11314 (main): New variable 'size' and 'value'. Remove printf and
11315 gdb_unbuffer_output. Assign return value to size and value.
11316 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11317 at the beginning.
11318 (check_sizeof): Check the result by printing variable 'size'.
11319 (check_valueof): Check the result by printing variable 'value'.
11320
99fd02d9
YQ
113212015-12-01 Yao Qi <yao.qi@linaro.org>
11322
11323 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11324 for aarch64*-*-linux* target.
11325
f2faf941
PA
113262015-11-30 Pedro Alves <palves@redhat.com>
11327
11328 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11329
04bf20c5
PA
113302015-11-30 Pedro Alves <palves@redhat.com>
11331
11332 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11333 Handle non-stop mode vCont replies.
11334
09df4675
PA
113352015-11-30 Pedro Alves <palves@redhat.com>
11336
11337 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11338 prepare_for_testing. Start gdb with "set non-stop on" appended to
11339 GDBFLAGS. Lax expected stop output.
11340
58b584af
YQ
113412015-11-27 Yao Qi <yao.qi@linaro.org>
11342
11343 * gdb.arch/arm-neon.exp: New.
11344 * gdb.arch/arm-neon.c: New.
11345
dfcb77a8
YQ
113462015-11-27 Yao Qi <yao.qi@linaro.org>
11347
11348 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11349
88e8ec1b
YQ
113502015-11-27 Yao Qi <yao.qi@linaro.org>
11351
11352 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11353 frames-invalid annotation.
11354
bfde72c2
YQ
113552015-11-27 Yao Qi <yao.qi@linaro.org>
11356
11357 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11358
f6512a69
SM
113592015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11360
11361 * gdb.threads/names.exp: New file.
11362 * gdb.threads/names.c: New file.
11363 * README: Mention gdb,no_thread_names.
11364
46a3515b
MM
113652015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11366
11367 PR 19297
11368 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11369 support" error.
11370
62147a22
PA
113712015-11-24 Pedro Alves <palves@redhat.com>
11372
11373 PR 17539
11374 * gdb.base/display.exp: Expect displays to be sorted in ascending
11375 order. Use multi_line.
11376 * gdb.base/solib-display.exp: Likewise.
11377
2f341b6e
PA
113782015-11-24 Pedro Alves <palves@redhat.com>
11379
11380 PR 17539
25d49b86
PA
11381 * gdb.base/display.exp: Expect displays to be sorted in ascending
11382 order. Use multi_line.
11383 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11384
7e0aa6aa
PA
113852015-11-24 Pedro Alves <palves@redhat.com>
11386
11387 PR 17539
11388 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11389 threads in ascending order.
11390 * gdb.base/foll-fork.exp: Likewise.
11391 * gdb.base/foll-vfork.exp: Likewise.
11392 * gdb.base/multi-forks.exp: Likewise.
11393 * gdb.mi/mi-nonstop.exp: Likewise.
11394 * gdb.mi/mi-nsintrall.exp: Likewise.
11395 * gdb.multi/base.exp: Likewise.
11396 * gdb.multi/multi-arch.exp: Likewise.
11397 * gdb.python/py-inferior.exp: Likewise.
11398 * gdb.threads/break-while-running.exp: Likewise.
11399 * gdb.threads/execl.exp: Likewise.
11400 * gdb.threads/gcore-thread.exp: Likewise.
11401 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11402 * gdb.threads/kill.exp: Likewise.
11403 * gdb.threads/linux-dp.exp: Likewise.
11404 * gdb.threads/multiple-step-overs.exp: Likewise.
11405 * gdb.threads/next-bp-other-thread.exp: Likewise.
11406 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11407 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11408 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11409 * gdb.threads/thread-find.exp: Likewise.
11410 * gdb.threads/tls.exp: Likewise.
11411 * lib/mi-support.exp (mi_reverse_list): Delete.
11412 (mi_check_thread_states): No longer reverse list.
11413
2cc57ad8
PA
114142015-11-24 Pedro Alves <palves@redhat.com>
11415
11416 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11417 use lowercase.
11418
c93e8391
SM
114192015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11420
11421 * gdb.trace/actions.c: Include trace-common.h.
11422 (main): Add a location for a fast tracepoint.
11423 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11424 the normal tracepoints.
11425 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11426
045ccf91
SM
114272015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11428
11429 * save-trace.exp: Factor out code to these...
11430 (gdb_save_tracepoints): New.
11431 (gdb_load_tracepoints): New.
11432 (do_save_load_test): New.
11433
5506f9f6
KB
114342015-11-23 Kevin Buettner <kevinb@redhat.com>
11435
11436 * gdb.base/asmlabel.exp: New test.
11437 * gdb.base/asmlabel.c: New test case.
11438
16c3b12f
JB
114392015-11-23 Joel Brobecker <brobecker@adacore.com>
11440
11441 * gdb.base/wrong_frame_bt_full-main.c: New file.
11442 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11443 * gdb.base/wrong_frame_bt_full.exp: New file.
11444
155bfbd3
JB
114452015-11-23 Joel Brobecker <brobecker@adacore.com>
11446
11447 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11448
bb097445
JM
114492015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11450
206853a0 11451 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11452 pstate register when comparing registers values in
11453 sparc64-*-linux-gnu targets to avoid spurious differences.
11454
9c88ed8f
JM
114552015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11456
206853a0 11457 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11458
96161e25
SL
114592015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11460
11461 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11462 as type argument to gdb_compile.
11463 * gdb.base/nested-subp2.exp: Likewise.
11464 * gdb.base/nested-subp3.exp: Likewise.
11465
340c2830
DV
114662015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11467
11468 * lib/dwarf.exp (_note): Fix left shift of negative value.
11469 * gdb.trace/trace-condition.exp: Likewise.
11470
c1862d0f
YQ
114712015-11-13 Yao Qi <yao.qi@linaro.org>
11472
11473 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11474 comments about d10v.
11475 (test_scalar_returns): Likewise.
11476 * gdb.base/d10v.ld: Remove.
11477 * gdb.base/overlays.exp: Remove the target triplet checking for
11478 d10v-*-*.
11479 * gdb.base/structs.exp (test_struct_returns): Remove the
11480 comments about d10v.
11481 (test_struct_calls): Likewise.
11482
77ae9c19
YQ
114832015-11-13 Yao Qi <yao.qi@linaro.org>
11484
11485 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11486 * gdb.base/gnu_vector.c: Don't include stdio.h.
11487 (main): Don't print res and call add_some_intvecs.
11488
430e004e
MK
114892015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11490
11491 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11492 macro.
11493 (func5): Removed.
11494 (func4): Use FAST_TRACEPOINT_LABEL.
11495 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11496 macro.
11497 (func): Removed.
11498 (thread_function): Use FAST_TRACEPOINT_LABEL.
11499 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11500 (func): Remove.
11501 (marker): Use FAST_TRACEPOINT_LABEL.
11502 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11503 (pendfunc1): Remove.
11504 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11505 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11506 (foo): Remove.
11507 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11508 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11509 macro.
11510 (func): Remove.
11511 (marker): Use FAST_TRACEPOINT_LABEL.
11512 * gdb.trace/trace-common.h: New header.
11513 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11514 macro.
11515 (func): Remove.
11516 (marker): Use FAST_TRACEPOINT_LABEL.
11517 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11518 (func): Remove.
11519 (thread_function): Use FAST_TRACEPOINT_LABEL.
11520
6e7675a7
MK
115212015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11522
11523 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11524 in front.
11525 * gdb.trace/change-loc.exp: Use global pcreg definition.
11526 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11527 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11528 in front.
11529 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11530 * gdb.trace/pending.exp: Likewise.
11531 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11532 * gdb.trace/trace-break.exp: Likewise.
11533 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11534 in front.
11535 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11536 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11537 in front.
11538 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11539
dddc0e16
JB
115402015-11-09 Joel Brobecker <brobecker@adacore.com>
11541
11542 * gdb.ada/fin_fun_out: New testcase.
11543
c6f0b406
KB
115442015-11-07 Kevin Buettner <kevinb@redhat.com>
11545
11546 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11547 value associated with DW_AT_byte_size.
11548 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11549 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11550 DW_AT_upper_bound.
11551
f01dcfd9
KB
115522015-11-07 Kevin Buettner <kevinb@redhat.com>
11553
11554 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11555 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11556 version.
11557 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11558 gdb.dwarf2/dw2-canonicalize-type.exp,
11559 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11560 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11561 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11562 provided by gdb_target_symbol_prefix_flags_asm.
11563 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11564 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11565 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11566 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11567 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11568 macros where needed). Use this macro for symbols which require
11569 the prefix provided by SYMBOL_PREFIX.
11570
2223449a
KB
115712015-11-05 Kevin Buettner <kevinb@redhat.com>
11572
11573 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11574 New procs.
11575 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11576 representing expressions, of more than one list element.
11577 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11578 to prepend linker symbol prefix to f.
11579 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11580 table_1 and table_2.
11581 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11582 Likewise, for f and g.
11583 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11584 for ptr.
11585 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11586 for main.
11587 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11588 table_1_ptr and table_2_ptr.
11589
6f2f1a3a
JK
115902015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11591 Joel Brobecker <brobecker@adacore.com>
11592
11593 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11594
566c56c9
MK
115952015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11596
11597 * gdb.reverse/s390-mvcle.c: New test.
11598 * gdb.reverse/s390-mvcle.exp: New file.
11599 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11600
d5f0636b
MK
116012015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11602
11603 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11604
7ad8b86c
MK
116052015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11606
11607 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11608 reaching marker2.
11609 * gdb.reverse/getresuid-reverse.exp: Likewise.
11610 * gdb.reverse/pipe-reverse.exp: Likewise.
11611 * gdb.reverse/readv-reverse.exp: Likewise.
11612 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11613 * gdb.reverse/time-reverse.exp: Likewise.
11614 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11615
4081c0f1
YQ
116162015-10-30 Yao Qi <yao.qi@linaro.org>
11617
11618 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11619 (empty_cycle): Remove.
11620 (main): Don't call empty_cycle. Don't use watch_count_done.
11621 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11622 empty_cycle. Rewrite the code counting HW watchpoints.
11623
452b4ba5
MK
116242015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11625
11626 * gdb.reverse/fstatat-reverse.c: New test.
11627 * gdb.reverse/fstatat-reverse.exp: New file.
11628 * gdb.reverse/getresuid-reverse.c: New test.
11629 * gdb.reverse/getresuid-reverse.exp: New file.
11630 * gdb.reverse/pipe-reverse.c: New test.
11631 * gdb.reverse/pipe-reverse.exp: New file.
11632 * gdb.reverse/readv-reverse.c: New test.
11633 * gdb.reverse/readv-reverse.exp: New file.
11634 * gdb.reverse/recvmsg-reverse.c: New test.
11635 * gdb.reverse/recvmsg-reverse.exp: New file.
11636 * gdb.reverse/time-reverse.c: New test.
11637 * gdb.reverse/time-reverse.exp: New file.
11638 * gdb.reverse/waitpid-reverse.c: New test.
11639 * gdb.reverse/waitpid-reverse.exp: New file.
11640
5e2e7507
JK
116412015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11642
11643 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11644
0fde2c53
DE
116452015-10-26 Doug Evans <dje@google.com>
11646
11647 PR symtab/17391
11648 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11649 * gdb.dwarf2/bad-regnum.c: New file.
11650 * gdb.dwarf2/bad-regnum.exp: New file.
11651
1a70ae97
DE
116522015-10-26 Doug Evans <dje@google.com>
11653
11654 PR python/18938
11655 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11656 file.
11657
27dc26ab
JK
116582015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11659
11660 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11661 for a change by "Mention language in compile error message".
11662
bed91f4d
SM
116632015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11664
11665 PR python/18073
11666 * gdb.python/py-type.c (C::a_method): New.
11667 (C::a_const_method): New.
11668 (C::a_static_method): New.
11669 (a_function): New.
11670 * gdb.python/py-type.exp (test_fields): Test getting fields
11671 from function and method.
11672
3f2f83dd
KB
116732015-10-21 Keven Boell <keven.boell@intel.com>
11674
11675 * gdb.fortran/vla-alloc-assoc.exp: New file.
11676 * gdb.fortran/vla-datatypes.exp: New file.
11677 * gdb.fortran/vla-datatypes.f90: New file.
11678 * gdb.fortran/vla-history.exp: New file.
11679 * gdb.fortran/vla-ptype-sub.exp: New file.
11680 * gdb.fortran/vla-ptype.exp: New file.
11681 * gdb.fortran/vla-sizeof.exp: New file.
11682 * gdb.fortran/vla-sub.f90: New file.
11683 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11684 * gdb.fortran/vla-value-sub-finish.exp: New file.
11685 * gdb.fortran/vla-value-sub.exp: New file.
11686 * gdb.fortran/vla-value.exp: New file.
11687 * gdb.fortran/vla-ptr-info.exp: New file.
11688 * gdb.mi/mi-vla-fortran.exp: New file.
11689 * gdb.mi/vla.f90: New file.
11690
27145d50
SL
116912015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11692
11693 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11694 of hardwired timeout value.
11695
5f3ff4f8
JK
116962015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11697 Pedro Alves <palves@redhat.com>
11698
11699 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11700 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11701
bfd09d20
JS
117022015-10-19 Josh Stone <jistone@redhat.com>
11703
11704 * gdb.base/catch-syscall.c: Include <sched.h>.
11705 (unknown_syscall): New variable.
11706 (main): Trigger a vfork and an unknown syscall.
11707 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11708 (unknown_syscall_number): Likewise.
11709 (check_call_to_syscall): Accept an optional syscall pattern.
11710 (check_return_from_syscall): Likewise.
11711 (check_continue): Likewise.
11712 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11713 (test_catch_syscall_skipping_return): New test toggling off 'catch
11714 syscall' to step over the syscall return, then toggling back on.
11715 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11716 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11717 (do_syscall_tests): Call test_catch_syscall_without_args and
11718 test_catch_syscall_mid_vfork.
11719 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11720 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11721
b32b93c6
AS
117222015-10-19 Andrew Stubbs <ams@codesourcery.com>
11723
11724 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11725 print g_vE): Add new pass patterns.
11726 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11727 print various symbol names for vptr fields.
11728
9d622bda
AB
117292015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11730
11731 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11732 results.
11733
0fd8ac1c
YQ
117342015-10-12 Yao Qi <yao.qi@linaro.org>
11735
11736 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11737
34240514
YQ
117382015-10-12 Yao Qi <yao.qi@linaro.org>
11739
11740 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11741 is aarch64*-*-linux*.
11742
8240f442
YQ
117432015-10-12 Yao Qi <yao.qi@linaro.org>
11744
11745 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11746 (can_relocate_bcond_true): ... it.
11747 (can_relocate_bcond_false): New function.
11748 (foo): Likewise.
11749 (can_relocate_bl): Likewise.
11750 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11751 can_relocate_bl.
11752
2520f728
PMR
117532015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11754
11755 * gdb.base/nested-addr.c: New file.
11756 * gdb.base/nested-addr.exp: New testcase.
11757
abcef95a
MM
117582015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11759
11760 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11761 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11762 its output. Ignore the output of "record goto begin" and instead
11763 check that GDB is replaying.
11764
145e3ddb
PA
117652015-10-09 Pedro Alves <palves@redhat.com>
11766
11767 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11768 (top level): Use it in the run with no args test.
11769
d5d8c4e1
IB
117702015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11771
11772 * gdb.dlang/properties.exp: New file.
11773
06e635ef
SL
117742015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11775
11776 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11777 whether or not address 0x1000 is mapped on the target.
11778
e019fd1d
SM
117792015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11780
11781 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11782 build.
11783
77ba2a67
MM
117842015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11785
11786 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11787 instruction-history test.
11788
c60eb31f
DE
117892015-09-28 Doug Evans <dje@google.com>
11790
11791 * gdb.base/gcore.c (array_func): Add reference to static_array.
11792
9a3c8263
SM
117932015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11794
11795 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11796 source line.
11797
9720e656
SL
117982015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11799
11800 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11801 short or char as base type.
11802
938d3bf2
SL
118032015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11804
11805 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11806 to allow any size enum.
11807
e6c2c623
PMR
118082015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11809
11810 * gdb.ada/array_ptr_renaming.exp: New testcase.
11811 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11812 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11813
06da0f77
PL
118142015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11815
11816 * gdb.trace/ftrace-lock.c: New file.
11817 * gdb.trace/ftrace-lock.exp: New file.
11818
4f51c22a
PL
118192015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11820
11821 * gdb.arch/insn-reloc.c: New file.
11822 * gdb.arch/ftrace-insn-reloc.exp: New file.
11823
7041adf4
PL
118242015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11825
11826 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11827 instruction.
11828 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11829 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11830 * gdb.trace/range-stepping.c: Likewise.
11831 * gdb.trace/trace-break.c: Likewise.
11832 * gdb.trace/trace-mt.c (thread_function): Likewise.
11833 * gdb.trace/ftrace.c (marker): Likewise.
11834 * gdb.trace/trace-condition.c (marker): Likewise.
11835 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11836 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11837 is_aarch64_target.
11838
015d2e7e
DE
118392015-09-18 Doug Evans <xdje42@gmail.com>
11840
11841 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11842 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11843
26b188a2
SL
118442015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11845
11846 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11847 the breakpoint.
11848
79dc332b
SL
118492015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11850
11851 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11852 the pending breakpoint. Remove timeout override for "Run till
11853 MI pending breakpoint on pendfunc3 on thread 2" test.
11854
f57929f2
SL
118552015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11856
11857 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11858 filename pattern.
11859
3f469b17
SL
118602015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11861
11862 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11863 in breakpoint filename pattern.
11864
515b89b3
SL
118652015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11866
7800dbe4
SL
11867 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11868
118692015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11870
515b89b3
SL
11871 * gdb.linespec/explicit.exp: Check for readline support for
11872 tab-completion tests. Fix obvious typo.
11873
d2939ba2
MM
118742015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11875
11876 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11877 and replay.
11878
cbb55fa7
MM
118792015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11880
11881 * gdb.btrace/non-stop.c: New.
11882 * gdb.btrace/non-stop.exp: New.
11883
43691ca1
PL
118842015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11885 Yao Qi <yao.qi@linaro.org>
11886
11887 * gdb.trace/trace-condition.c: New file.
11888 * gdb.trace/trace-condition.exp: New file.
11889
d78908cf
WW
118902015-09-16 Wei-cheng Wang <cole945@gmail.com>
11891
11892 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11893 for testing bytecode compilation.
11894
1ed415e2
PA
118952015-09-16 Pedro Alves <palves@redhat.com>
11896 Sandra Loosemore <sandra@codesourcery.com>
11897
11898 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11899 (SECONDS): Redefine.
11900 (main): Call pthread_kill and alarm early.
11901 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11902 support.
11903 (test): If the target can't hardware step and doesn't support
11904 displaced stepping, increase the timeout.
11905
d136eff5
PA
119062015-09-16 Pedro Alves <palves@redhat.com>
11907
11908 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11909 (enable_debug): New procedures.
11910 (test): Use them. Bail out if waiting for threads fails.
11911 (top level): Bail out if a test fails.
11912
991f019c
YQ
119132015-09-16 Yao Qi <yao.qi@linaro.org>
11914
11915 * gdb.asm/asm-source.exp: Set asm-arch for
11916 aarch64*-*-* target.
11917 * gdb.asm/aarch64.inc: New file.
11918
bfca584f
PMR
119192015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11920
11921 * gdb.ada/array_of_variable_length.exp: New testcase.
11922 * gdb.ada/array_of_variable_length/foo.adb: New file.
11923 * gdb.ada/array_of_variable_length/pck.adb: New file.
11924 * gdb.ada/array_of_variable_length/pck.ads: New file.
11925
b326e587
DE
119262015-09-15 Doug Evans <dje@google.com>
11927
11928 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11929 of function static local variable.
11930
5382cfab
PW
119312015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11932
11933 * gdb.threads/tls-so_extern.exp: New test file.
11934 * gdb.threads/tls-so_extern.c: New test file.
11935 * gdb.threads/tls-so_extern_main.c: New test file.
11936
141c5cc4
JK
119372015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11938
11939 * gdb.opt/solib-intra-step-lib.c: New file.
11940 * gdb.opt/solib-intra-step-main.c: New file.
11941 * gdb.opt/solib-intra-step.exp: New file.
11942
d15dcecd
PA
119432015-09-15 Pedro Alves <palves@redhat.com>
11944
11945 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11946 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11947
4c2f2a79
PA
119482015-09-14 Pedro Alves <palves@redhat.com>
11949
11950 * gdb.base/hook-stop-continue.c: Delete.
11951 * gdb.base/hook-stop-continue.exp: Delete.
11952 * gdb.base/hook-stop-frame.c: Delete.
11953 * gdb.base/hook-stop-frame.exp: Delete.
11954 * gdb.base/hook-stop.c: New file.
11955 * gdb.base/hook-stop.exp: New file.
11956
919e6dbe
PMR
119572015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11958
11959 * gdb.ada/access_to_packed_array.exp: New testcase.
11960 * gdb.ada/access_to_packed_array/foo.adb: New file.
11961 * gdb.ada/access_to_packed_array/pack.adb: New file.
11962 * gdb.ada/access_to_packed_array/pack.ads: New file.
11963
157280a4
MM
119642015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11965
11966 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11967 buffer size test.
11968
2fd33e94
DB
119692015-09-11 Don Breazeal <donb@codesourcery.com>
11970
11971 * gdb.base/foll-exec.c: Add copyright header. Fix
11972 formatting issues.
11973 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11974 (do_exec_tests): Use clean_restart in place of zap_session,
11975 and for test initialization. Fix formatting issues. Use
11976 fail in place of perror.
11977 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11978 an expect statement to match an expression with output from
11979 the program under debug.
11980 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11981 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11982 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11983 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11984 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11985
e70b6e8e
DE
119862015-09-09 Doug Evans <dje@google.com>
11987
11988 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11989
7a551a51
DE
119902015-09-09 Doug Evans <dje@google.com>
11991
11992 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11993
4c666f84
DE
119942015-09-09 Doug Evans <dje@google.com>
11995
11996 * gdb.base/savedregs.exp: Fix typo.
11997
243a9253
PA
119982015-09-09 Pedro Alves <palves@redhat.com>
11999
12000 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12001
c0fa8fbd
SL
120022015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12003
12004 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12005 command actually switches threads. Give up on remaining
12006 tests if target fails to stop at breakpoint.
12007
cd7c1778
PMR
120082015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12009
12010 * gdb.ada/funcall_char.exp: New testcase.
12011 * gdb.ada/funcall_char/foo.adb: New file.
12012
dc5c8746
PMR
120132015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12014
12015 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12016 expected outputs. Add two testcases for completing ambiguous
12017 functions.
12018 * gdb.ada/complete/aux_pck.adb: New file.
12019 * gdb.ada/complete/aux_pck.ads: New file.
12020 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12021 Ambiguous_Func functions.
12022 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12023 * gdb.ada/complete/pck.adb: Likewise.
12024
4e83a1e7
UW
120252015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12026
12027 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12028 failures to run the test program under GDB.
12029
8ce74153
LM
120302015-08-26 Luis Machado <lgustavo@codesourcery.com>
12031
12032 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12033 to C.
12034
e9756d52
PP
120352015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12036
12037 * gdb.base/run-after-attach.exp: New test file.
12038 * gdb.base/run-after-attach.c: New test file.
12039
8d37573b
DB
120402015-08-26 Don Breazeal <donb@codesourcery.com>
12041
12042 * gdb.base/foll-exec-2.c: New test program.
12043 * gdb.base/foll-exec-2.exp: New test.
12044
63e43d3a
PMR
120452015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12046
12047 * gdb.base/nested-subp1.exp: New file.
12048 * gdb.base/nested-subp1.c: New file.
12049 * gdb.base/nested-subp2.exp: New file.
12050 * gdb.base/nested-subp2.c: New file.
12051 * gdb.base/nested-subp3.exp: New file.
12052 * gdb.base/nested-subp3.c: New file.
12053
3d40fbb5
PA
120542015-08-24 Pedro Alves <palves@redhat.com>
12055
12056 * gdb.server/connect-without-multi-process.c: New file.
12057 * gdb.server/connect-without-multi-process.exp: New file.
12058
4422ac93
LM
120592015-08-24 Luis Machado <lgustavo@codesourcery.com>
12060
12061 * gdb.opt/inline-markers.c: Make z int.
12062
91dddb86
LM
120632015-08-24 Luis Machado <lgustavo@codesourcery.com>
12064
12065 * gdb.opt/inline-markers.c: Make z volatile.
12066
a48847ee
LM
120672015-08-24 Luis Machado <lgustavo@codesourcery.com>
12068
12069 * gdb.opt/inline-bt.c: New volatile global z.
12070 * gdb.opt/inline-cmds.c: Likewise.
12071 * gdb.opt/inline-locals.c: Likewise.
12072 * gdb.opt/inline-markers.c: New extern global z.
12073 (marker): Use z.
12074 (inline_fn): Likewise.
12075
0ebbc52b
PA
120762015-08-24 Pedro Alves <palves@redhat.com>
12077
12078 * config/m32r-stub.exp: Remove file.
12079 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12080 * gdb.base/call-rt-st.exp: Likewise.
12081 * gdb.base/call-strs.exp: Likewise.
12082 * gdb.base/default.exp: Remove references to h8300-*-hms and
12083 *-*-udi*.
12084 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12085
77c365df
AA
120862015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12087
12088 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12089 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12090 and "return" use KFAIL when GDB can not read/write the vector
12091 return value.
12092
4313b8c0
GB
120932015-08-21 Gary Benson <gbenson@redhat.com>
12094
12095 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12096
0e433b32
PA
120972015-08-20 Pedro Alves <palves@redhat.com>
12098
12099 * gdb.server/solib-list.exp: No longer expect an interior stop in
12100 non-stop mode.
12101
221e1a37
PA
121022015-08-20 Pedro Alves <palves@redhat.com>
12103
12104 * gdb.server/connect-stopped-target.c: New file.
12105 * gdb.server/connect-stopped-target.exp: New file.
12106
40e3ad0e
PA
121072015-08-20 Pedro Alves <palves@redhat.com>
12108
12109 * gdb.dwarf2/comp-unit-lang.exp: New file.
12110 * gdb.dwarf2/comp-unit-lang.c: New file.
12111
af39b327
PMR
121122015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12113
12114 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12115 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12116
7d45c7c3 121172015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 12118
7d45c7c3
KB
12119 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12120 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12121
4d6cceb4
DE
121222015-08-18 Doug Evans <dje@google.com>
12123 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12124
12125 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12126 skip_python_tests. New arg prompt_regexp.
12127 (skip_python_tests): New function.
12128 * lib/mi-support.exp (mi_skip_python_tests): New function.
12129 * gdb.python/py-mi-objfile-gdb.py: New file.
12130 * gdb.python/py-mi-objfile.c: New file.
12131 * gdb.python/py-mi-objfile.exp: New file.
12132
ad89c2aa
KS
121332015-08-17 Keith Seitz <keiths@redhat.com>
12134
12135 * gdb.linespec/explicit.exp: Move strace test from here ...
12136 * gdb.trace/strace.exp: ... to here.
12137
e3ae3c43
PP
121382015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12139
12140 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12141 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12142
604b2636
DE
121432015-08-14 Doug Evans <xdje42@gmail.com>
12144
12145 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12146 inferior before selecting a new file.
12147
6ff0ba5f
DE
121482015-08-14 Doug Evans <xdje42@gmail.com>
12149
12150 * gdb.mi/mi-disassemble.exp: Update.
12151 * gdb.base/disasm-optim.S: New file.
12152 * gdb.base/disasm-optim.c: New file.
12153 * gdb.base/disasm-optim.h: New file.
12154 * gdb.base/disasm-optim.exp: New file.
12155
9ca98f92
KS
121562015-08-14 Keith Seitz <keiths@redhat.com>
12157
12158 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12159 "evaluated-by".
12160
52bbc560
JB
121612015-08-13 Joel Brobecker <brobecker@adacore.com>
12162
12163 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12164
5d8c3ed3
PMR
121652015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12166
12167 * gdb.ada/fun_renaming.exp: New testcase.
12168 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12169 * gdb.ada/fun_renaming/pack.adb: New file.
12170 * gdb.ada/fun_renaming/pack.ads: New file.
12171
ea8812bc
KS
121722015-08-12 Keith Seitz <keiths@redhat.com>
12173
12174 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12175 gdb_get_line_number.
12176
4dafcdeb
JB
121772015-08-12 Joel Brobecker <brobecker@adacore.com>
12178
12179 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12180 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12181 gdb.base/dso2dso.exp: New files.
12182
5ba32597
SDJ
121832015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12184 Pedro Alves <palves@redhat.com>
12185 Keith Seitz <keiths@redhat.com>
12186
12187 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12188 GDBFLAGS.
12189
b6dafabf
PP
121902015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12191
12192 * gdb.base/gdbhistsize-history.exp
12193 (test_histsize_history_setting): Use save_vars.
12194 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12195 Use save_vars.
12196 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12197 * gdb.base/readline.exp: Use save_vars.
12198
abe8e607
PP
121992015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12200
12201 * lib/gdb.exp (save_vars): New proc.
12202
629500fa
KS
122032015-08-11 Keith Seitz <keiths@redhat.com>
12204
12205 * gdb.base/help.exp: Update help_breakpoint_text.
12206
eb8c4e2e
KS
122072015-08-11 Keith Seitz <keiths@redhat.com>
12208
12209 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12210 (at toplevel): Call test_explicit_breakpoints.
12211 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12212 breakpoints.
12213 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12214 breakpoint conditions, "-cond".
12215
87f0e720
KS
122162015-08-11 Keith Seitz <keiths@redhat.com>
12217
12218 * gdb.linespec/3explicit.c: New file.
12219 * gdb.linespec/cpexplicit.cc: New file.
12220 * gdb.linespec/cpexplicit.exp: New file.
12221 * gdb.linespec/explicit.c: New file.
12222 * gdb.linespec/explicit.exp: New file.
12223 * gdb.linespec/explicit2.c: New file.
12224 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12225 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12226 before using in the matching pattern.
12227 Clarify that `prefix' is a regular expression.
12228
f00aae0f
KS
122292015-08-11 Keith Seitz <keiths@redhat.com>
12230
12231 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12232 test.
12233 Add tests for missing ",FMT" and ",".
12234
e27852be
DE
122352015-08-10 Doug Evans <dje@google.com>
12236 Keith Seitz <keiths@redhat.com>
12237
12238 PR gdb/17960
12239 * gdb.base/completion.exp: Add location completer tests.
12240
7f03bd92
PA
122412015-08-07 Pedro Alves <palves@redhat.com>
12242
12243 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12244 tests here.
12245 (top level): Run do_test with and without displaced stepping.
12246
3fc8eb30
PA
122472015-08-07 Pedro Alves <palves@redhat.com>
12248
12249 * gdb.base/valgrind-disp-step.c: New file.
12250 * gdb.base/valgrind-disp-step.exp: New file.
12251
d4569d7b
PA
122522015-08-07 Pedro Alves <palves@redhat.com>
12253
12254 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12255 Delete function.
12256 (main): Add alarm. Run an infinite loop instead of calling
12257 wait_threads.
12258 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12259 comment.
12260 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12261 Delete function.
12262 (main): Add alarm. Run an infinite loop instead of calling
12263 wait_threads.
12264 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12265 comment.
12266
e1316e60
PA
122672015-08-07 Pedro Alves <palves@redhat.com>
12268
12269 * gdb.base/checkpoint-ns.exp: New file.
12270 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12271 standard_testfile.
12272
da8c46d2
MM
122732015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12274
12275 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12276 * gdb.btrace/instruction_history.exp: Update.
12277 * gdb.btrace/tsx.exp: New.
12278 * gdb.btrace/tsx.c: New.
12279
de1c2c52
PA
122802015-08-06 Pedro Alves <palves@redhat.com>
12281
12282 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12283 increase timeout.
12284 * gdb.reverse/until-precsave.exp: Bump timeouts.
12285
782e0bf4
PA
122862015-08-06 Pedro Alves <palves@redhat.com>
12287
12288 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12289
83e97ed0
PA
122902015-08-06 Pedro Alves <palves@redhat.com>
12291
12292 PR gdb/18749
12293 * gdb.threads/process-dies-while-handling-bp.c: New file.
12294 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12295
863d01bd
PA
122962015-08-06 Pedro Alves <palves@redhat.com>
12297
12298 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12299 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12300
0a39bb32
PA
123012015-08-05 Pedro Alves <palves@redhat.com>
12302
12303 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12304 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12305
ee2d2b10
SL
123062015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12307
12308 * gdb.base/bp-permanent.exp: Report test as unsupported if
12309 the target cannot stop at the permanent breakpoint.
12310
4e1bdb00
DE
123112015-08-03 Doug Evans <dje@google.com>
12312
12313 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12314 10000.
12315
3d338901
DE
123162015-08-03 Doug Evans <dje@google.com>
12317
12318 * Makefile.in (workers/%.worker, build-perf): New rule.
12319 (GDB_PERFTEST_MODE): New variable.
12320 (check-perf): Use it.
12321 (clean): Clean up gdb.perf parallel build subdirs.
12322 * lib/build-piece.exp: New file.
12323 * lib/gdb.exp (make_gdb_parallel_path): New function
12324 (standard_output_file, standard_temp_file): Call it.
12325 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12326 of $GDB_PARALLEL.
12327 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12328
af061d3e
DE
123292015-08-03 Doug Evans <dje@google.com>
12330
8e1afc81 12331 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12332 (LOG_FILE_NAME): New global.
12333 (TextReporter.__init__): Initialize self.txt_sum.
12334 (TextReporter.report): Add support for multiple data-points.
12335 Move report to perftest.sum, put raw data in perftest.log.
12336 (TextReporter.start): Open sum and log files.
12337 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12338 * gdb.perf/lib/perftest/testresult.py
12339 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12340
2c8c5d37
PA
123412015-07-31 Pedro Alves <palves@redhat.com>
12342
12343 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12344 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12345 kill_wait_spawned_process instead of explicit "kill -9".
12346 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12347 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12348 kill_wait_spawned_process.
12349 * gdb.base/attach-twice.exp: Likewise.
12350 * gdb.base/attach.exp: Likewise.
12351 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12352 gdb_test_multiple.
12353 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12354 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12355 kill_wait_spawned_process.
12356 * gdb.base/valgrind-infcall.exp: Likewise.
12357 * gdb.multi/multi-attach.exp: Likewise.
12358 * gdb.python/py-prompt.exp: Likewise.
12359 * gdb.python/py-sync-interp.exp: Likewise.
12360 * gdb.server/ext-attach.exp: Likewise.
12361 * gdb.threads/attach-into-signal.exp (corefunc): Use
12362 spawn_wait_for_attach, spawn_id_get_pid and
12363 kill_wait_spawned_process.
12364 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12365 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12366 spawn_id_get_pid and kill_wait_spawned_process.
12367 * gdb.threads/attach-stopped.exp (corefunc): Use
12368 spawn_wait_for_attach, spawn_id_get_pid and
12369 kill_wait_spawned_process.
12370 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12371 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12372 kill_wait_spawned_process instead of explicit "kill -9".
12373 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12374 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12375 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12376 processes. Don't map cygwin/windows pids here. Now returns a
12377 spawn id list.
12378
032a0fca
SL
123792015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12380
12381 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12382 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12383 correct patch.
12384
61a934ca
SL
123852015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12386
12387 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12388
4bc4d428
SL
123892015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12390
12391 Reapply:
12392 2014-05-21 Mark Wielaard <mjw@redhat.com>
12393
12394 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12395
998d452a
PA
123962015-07-30 Pedro Alves <palves@redhat.com>
12397
12398 * linux-low.c (handle_extended_wait): Set the child's last
12399 reported status to TARGET_WAITKIND_STOPPED.
12400
69dde7dc
PA
124012015-07-30 Pedro Alves <palves@redhat.com>
12402
12403 PR threads/18600
12404 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12405 only shows inferior 1.
12406
4dd63d48
PA
124072015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12408 Pedro Alves <palves@redhat.com>
12409
12410 PR threads/18600
12411 * gdb.threads/fork-plus-threads.c: New file.
12412 * gdb.threads/fork-plus-threads.exp: New file.
12413
d618e4c5
PP
124142015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12415
12416 * gdb.base/batch-preserve-term-settings.exp
12417 (test_terminal_settings_preserved_after_cli_exit): Use
12418 send_quit_command.
12419
1eef6428
PA
124202015-07-29 Pedro Alves <palves@redhat.com>
12421 Don Breazeal <donb@codesourcery.com>
12422
12423 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12424 output from both inferior_spawn_id and gdb_spawn_id.
12425
7da5b897
SDJ
124262015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12427
12428 * gdb.threads/attach-into-signal.exp (corefunc): Use
12429 with_test_prefix on nested loops, uniquefying the test messages.
12430
dac804df
SDJ
124312015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12432
12433 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12434 commit.
12435
06265e53
PP
124362015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12437
12438 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12439 New proc.
12440 (test_terminal_settings_preserved_after_sigterm): New test.
12441
18206ca3
PP
124422015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12443
12444 * gdb.base/batch-preserve-term-settings.exp
12445 (test_terminal_settings_preserved_after_cli_exit): New test.
12446
90074d11
PP
124472015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12448
12449 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12450 manipulation of saved_gdbflags.
12451 (test_terminal_settings_preserved): Remove global declaration of
12452 the unused variable pagination_prompt. Remove manipulation of
12453 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12454 GDBFLAGS.
12455
eb1a7902
PA
124562015-07-29 Pedro Alves <palves@redhat.com>
12457
12458 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12459
8b75dd3b
PA
124602015-07-29 Pedro Alves <palves@redhat.com>
12461
12462 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12463 at the top.
12464
dedad4e3
PA
124652015-07-29 Pedro Alves <palves@redhat.com>
12466
12467 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12468 (main): Call gdb_unbuffer_output.
12469 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12470 (main): Call gdb_unbuffer_output.
12471 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12472 (main): Call gdb_unbuffer_output.
12473 * gdb.base/call-strs.exp: Adjust to step over the
12474 gdb_unbuffer_output call.
12475 * gdb.base/catch-gdb-caused-signals.c: Include
12476 "../lib/unbuffer_output.c".
12477 (main): Call gdb_unbuffer_output.
12478 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12479 (main): Call gdb_unbuffer_output.
12480 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12481 (main): Call gdb_unbuffer_output.
12482 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12483 (main): Call gdb_unbuffer_output.
12484 * gdb.base/shlib-call.exp: Adjust to step over the
12485 gdb_unbuffer_output call.
12486 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12487 (main): Call gdb_unbuffer_output.
12488 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12489 (main): Call gdb_unbuffer_output.
12490 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12491 (main): Rename to ...
12492 (test): ... this.
12493 (main): Reimplement.
12494 * gdb.base/varargs.exp: Run to test instead of to main.
12495 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12496 (main): Call gdb_unbuffer_output.
12497
58789a91
PA
124982015-07-29 Pedro Alves <palves@redhat.com>
12499
12500 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12501 factore out from mi_continue_dprintf. For call-style dprintfs,
12502 expect dprintf output out of $inferior_spawn_id.
12503 (mi_continue_dprintf): Use mi_expect_dprintf.
12504 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12505 (main): Call gdb_unbuffer_output.
12506
e8376742
PA
125072015-07-29 Pedro Alves <palves@redhat.com>
12508
12509 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12510 (default_mi_gdb_start): Set inferior_spawn_id instead of
12511 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12512 gdb_spawn_id.
12513 (mi_gdb_test): Always expect inferior output from both
12514 $inferior_spawn_id and $gdb_spawn_id.
12515
08280010
PA
125162015-07-29 Pedro Alves <palves@redhat.com>
12517
12518 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12519 send_inferior and $inferior_spawn_id.
12520
4d30e432
PA
125212015-07-29 Pedro Alves <palves@redhat.com>
12522
12523 * gdb.gdb/complaints.exp (test_initial_complaints)
12524 (test_serial_complaints, test_short_complaints): Use
12525 gdb_test_stdio.
12526 (test_empty_complaint): Handle $inferior_spawn_id !=
12527 $gdb_spawn_id.
12528
0d30a335
PA
125292015-07-29 Pedro Alves <palves@redhat.com>
12530
12531 * gdb.base/varargs.exp: Use gdb_test_stdio.
12532
39413b29
PA
125332015-07-29 Pedro Alves <palves@redhat.com>
12534
12535 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12536
7cb000a9
PA
125372015-07-29 Pedro Alves <palves@redhat.com>
12538
12539 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12540
d7b8ac82
PA
125412015-07-29 Pedro Alves <palves@redhat.com>
12542
12543 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12544 parameter into two new parameters, "inf_result" and "gdb_result".
12545 Expect inferior output and gdb output from $inferior_spawn_id and
12546 $gdb_spawn_id, respectively. Adjust all callers.
12547
789c3a0c
PA
125482015-07-29 Pedro Alves <palves@redhat.com>
12549
12550 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12551 of gdb_test_sequence.
12552
77e760c3
PA
125532015-07-29 Pedro Alves <palves@redhat.com>
12554
12555 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12556 (saw_spurious_output): Expect inferior output from
12557 $inferior_spawn_id. Use gdb_test_stdio.
12558
8396d2cd
PA
125592015-07-29 Pedro Alves <palves@redhat.com>
12560
12561 * gdb.base/dprintf.exp: Use standard_testfile. Change
12562 prepare_for_testing call.
12563 (srcfile): Don't set.
12564 (restart): New procedure.
12565 (test_dprintf): New procecure, use to continue over dprintfs.
12566 (test_call, test_agent): New procedures, tests moved here.
12567 Restart gdb and recreate dprintfs. Adjust expected output.
12568
2051d61f
PA
125692015-07-29 Pedro Alves <palves@redhat.com>
12570
12571 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12572
452397af
PA
125732015-07-29 Pedro Alves <palves@redhat.com>
12574
12575 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12576
8aed9555
PA
125772015-07-29 Pedro Alves <palves@redhat.com>
12578
12579 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12580 gdb_test_stdio.
12581
188a61b4
PA
125822015-07-29 Pedro Alves <palves@redhat.com>
12583
12584 * lib/gdb.exp (gdb_test_stdio): New procedure.
12585
12264a45
PA
125862015-07-29 Pedro Alves <palves@redhat.com>
12587
12588 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12589
23ffc893
PA
125902015-07-29 Pedro Alves <palves@redhat.com>
12591
12592 * gdb.base/call-signal-resume.exp: Remove check for
12593 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12594 * gdb.base/unwindonsignal.exp: Likewise.
12595 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12596 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12597
65566918
PA
125982015-07-29 Pedro Alves <palves@redhat.com>
12599
12600 * gdb.base/siginfo-addr.c (pass): New function.
12601 (handler): Call it iff si_addr is correct.
12602 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12603 Set a breakpoint at "pass" and continue to it.
12604
d60a9221
SDJ
126052015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12606
12607 * gdb.python/py-objfile.exp: Make some tests have unique names.
12608 * gdb.python/py-pp-registration.exp: Likewise.
12609
bde40b8f
PA
126102015-07-28 Pedro Alves <palves@redhat.com>
12611
12612 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12613
13e1dec8
SM
126142015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12615
12616 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12617
da33c9a7
SM
126182015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12619
12620 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12621
077836f7
PP
126222015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12623
12624 * gdb.base/gdb-sigterm-2.exp: New test.
12625
b8cc7b2e
DE
126262015-07-25 Doug Evans <xdje42@gmail.com>
12627
12628 Revert:
12629 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12630 (workers/%.worker, build-perf): New rule.
12631 (GDB_PERFTEST_MODE): New variable.
12632 (check-perf): Use it.
12633 (clean): Clean up gdb.perf parallel build subdirs.
12634 * lib/build-piece.exp: New file.
12635 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12636 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12637 name.
12638 (standard_temp_file): Ditto.
12639 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12640 of $GDB_PARALLEL.
12641
c8bd4544
DE
126422015-07-24 Doug Evans <dje@google.com>
12643
12644 * gdb.perf/lib/perftest/utils.py: New file.
12645 * gdb.perf/gm-hello.cc: New file.
12646 * gdb.perf/gm-pervasive-typedef.cc: New file.
12647 * gdb.perf/gm-pervasive-typedef.h: New file.
12648 * gdb.perf/gm-std.cc: New file.
12649 * gdb.perf/gm-std.h: New file.
12650 * gdb.perf/gm-use-cerr.cc: New file.
12651 * gdb.perf/gm-utils.h: New file.
12652 * gdb.perf/gmonster-null-lookup.py: New file.
12653 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12654 * gdb.perf/gmonster-print-cerr.py: New file.
12655 * gdb.perf/gmonster-ptype-string.py: New file.
12656 * gdb.perf/gmonster-runto-main.py: New file.
12657 * gdb.perf/gmonster-select-file.py: New file.
12658 * gdb.perf/gmonster1-null-lookup.exp: New file.
12659 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12660 * gdb.perf/gmonster1-print-cerr.exp: New file.
12661 * gdb.perf/gmonster1-ptype-string.exp: New file.
12662 * gdb.perf/gmonster1-runto-main.exp: New file.
12663 * gdb.perf/gmonster1-select-file.exp: New file.
12664 * gdb.perf/gmonster1.cc: New file.
12665 * gdb.perf/gmonster1.exp: New file.
12666 * gdb.perf/gmonster2-null-lookup.exp: New file.
12667 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12668 * gdb.perf/gmonster2-print-cerr.exp: New file.
12669 * gdb.perf/gmonster2-ptype-string.exp: New file.
12670 * gdb.perf/gmonster2-runto-main.exp: New file.
12671 * gdb.perf/gmonster2-select-file.exp: New file.
12672 * gdb.perf/gmonster2.cc: New file.
12673 * gdb.perf/gmonster2.exp: New file.
12674
6eab34f3
DE
126752015-07-24 Doug Evans <dje@google.com>
12676
12677 * gdb.perf/README: New file.
12678 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12679 * lib/gen-perf-test.exp: New file.
12680
63738bfd
DE
126812015-07-24 Doug Evans <dje@google.com>
12682
12683 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12684 (PerfTest::startup): New function.
12685 (PerfTest::run): Return result of calling body.
12686 (PerfTest::assemble): Rewrite.
12687 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12688 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12689 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12690 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12691 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12692
7b606f95
DE
126932015-07-24 Doug Evans <dje@google.com>
12694
12695 * lib/gdb.exp (clean_restart): Make executable optional.
12696
a97b16b8
DE
126972015-07-24 Doug Evans <dje@google.com>
12698
12699 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12700 compiler_info references.
12701 * gdb.cp/temargs.exp: Ditto.
12702 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12703 (get_compiler_info): Early exit if already computed. Set compiler_info
12704 to "unknown" if there was a problem.
12705 (test_compiler_info): Add function comment. Call get_compiler_info.
12706
35baa57f
DE
127072015-07-24 Doug Evans <dje@google.com>
12708
12709 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12710 (workers/%.worker, build-perf): New rule.
12711 (GDB_PERFTEST_MODE): New variable.
12712 (check-perf): Use it.
12713 (clean): Clean up gdb.perf parallel build subdirs.
12714 * lib/build-piece.exp: New file.
12715 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12716 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12717 name.
12718 (standard_temp_file): Ditto.
12719 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12720 of $GDB_PARALLEL.
12721
6ebea266
DE
127222015-07-24 Doug Evans <dje@google.com>
12723
12724 * lib/future.exp (gdb_default_target_compile): New option
12725 "early_flags".
12726 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12727 --as-needed.
12728
1e76a7e9
SDJ
127292015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12730
12731 * gdb.base/catch-syscall.exp: Call gdb_exit before
12732 gdb_skip_xml_test.
12733
5068630a
PA
127342015-07-24 Pedro Alves <palves@redhat.com>
12735
12736 * gdb.python/py-events.exp: Accept output between the stop event
12737 and the prompt.
12738 * gdb.python/py-evsignal.exp: Likewise.
12739 * gdb.python/py-evthreads.exp: Likewise.
12740
77598427
PA
127412015-07-24 Pedro Alves <palves@redhat.com>
12742
12743 PR gdb/18717
12744 * gdb.threads/non-ldr-exit.c: New file.
12745 * gdb.threads/non-ldr-exit.exp: New file.
12746
11e6c98f
YQ
127472015-07-24 Yao Qi <yao.qi@linaro.org>
12748
12749 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12750 restarting process.
12751
51aee833
YQ
127522015-07-24 Yao Qi <yao.qi@linaro.org>
12753
12754 * gdb.server/ext-restart.exp: New file.
12755
8cfe207c
YQ
127562015-07-24 Yao Qi <yao.qi@linaro.org>
12757
12758 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12759 argument options.
12760 * gdb.server/ext-wrapper.exp: New file.
12761
cc12ce38
DE
127622015-07-23 Doug Evans <dje@google.com>
12763
12764 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12765 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12766
d0d84780
PMR
127672015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12768
12769 * gdb.ada/var_arr_typedef.exp: New testcase.
12770 * gdb.ada/var_arr_typedef/pack.adb: New file.
12771 * gdb.ada/var_arr_typedef/pack.ads: New file.
12772 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12773
8b558f79
JB
127742015-07-20 Joel Brobecker <brobecker@adacore.com>
12775
12776 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12777
775a3298
JK
127782015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12779
12780 * gdb.arch/i386-biarch-core.exp: Replace istarget
12781 by "complete set gnutarget". Remove expectation for the "core-file"
12782 command.
12783
db1ff28b
JK
127842015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12785
12786 Revert the previous commit:
12787 Tests for validate symbol file using build-id.
12788
0a94970d
JK
127892015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12790
12791 Tests for validate symbol file using build-id.
12792 * gdb.base/solib-mismatch-lib.c: New file.
12793 * gdb.base/solib-mismatch-libmod.c: New file.
12794 * gdb.base/solib-mismatch.c: New file.
12795 * gdb.base/solib-mismatch.exp: New file.
12796
03346981
SL
127972015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12798
12799 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12800 nios2-*-linux*.
12801 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12802 * gdb.base/siginfo.exp: Likewise.
12803 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12804
42422cc7
PL
128052015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12806
12807 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12808 Move it to ...
12809 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12810 ... here.
12811 * gdb.trace/range-stepping.exp: Check that the target supports
12812 range stepping.
12813
cfa68bae
JK
128142015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12815
12816 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12817
8ffdba26
PA
128182015-07-14 Pedro Alves <palves@redhat.com>
12819
12820 * gdb.base/killed-outside.exp: New file.
12821 * gdb.base/killed-outside.c: New file.
12822
218a5a11
JK
128232015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12824
12825 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12826 (n at main): New.
12827 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12828
e03ed3c6
AA
128292015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12830
12831 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12832 infcall tests instead of setting up for KFAIL.
12833
485668e5
MM
128342015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12835
12836 * gdb.btrace/record_goto-step.exp: New.
12837
08464196
JK
128382015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12839
12840 PR compile/18484
12841 * gdb.compile/compile.c (struct struct_type): Add volatile to
12842 selffield's type.
12843 * gdb.compile/compile.exp
12844 (compile code struct_object.selffield = &struct_object): Skip further
12845 struct_object tests if this one xfails.
12846
bcf5c1d9
RC
128472015-07-08 Robert O'Callahan <robert@ocallahan.org>
12848
12849 PR exp/18617
12850 * gdb.trace/ax.exp: Add test.
12851
4931af25
YQ
128522015-07-07 Yao Qi <yao.qi@linaro.org>
12853
12854 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12855 instead of istarget "aarch64*-*-*".
12856 * gdb.arch/aarch64-fp.exp: Likewise.
12857 * gdb.base/float.exp: Likewise.
12858 * gdb.reverse/aarch64.exp: Likewise.
12859 * lib/gdb.exp (is_aarch64_target): New proc.
12860
9fcf688e
YQ
128612015-07-07 Yao Qi <yao.qi@linaro.org>
12862
12863 * lib/gdb.exp (is_aarch32_target): New proc.
12864 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12865 instead of "istarget "arm*-*-*"".
12866 * gdb.arch/arm-disp-step.exp: Likewise.
12867 * gdb.arch/thumb-bx-pc.exp: Likewise.
12868 * gdb.arch/thumb-prologue.exp: Likewise.
12869 * gdb.arch/thumb-singlestep.exp: Likewise.
12870 * gdb.base/disp-step-syscall.exp: Likewise.
12871 * gdb.base/float.exp: Likewise.
12872
fbd8d50d
YQ
128732015-07-07 Yao Qi <yao.qi@linaro.org>
12874
12875 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12876 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12877
71be1fdc
YQ
128782015-07-07 Yao Qi <yao.qi@linaro.org>
12879
12880 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12881 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12882 if it exists.
12883 * gdb.multi/multi-arch.exp: Likewise.
12884
3e221d36
SM
128852015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12886
12887 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12888 print.
12889
d441430b
YQ
128902015-07-07 Yao Qi <yao.qi@linaro.org>
12891
12892 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12893
06f810bd
MG
128942015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12895
12896 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12897 '[' and ']' characters.
12898
5e61e7c0
IB
128992015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12900
12901 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12902
28bf096c
PA
129032015-06-29 Pedro Alves <palves@redhat.com>
12904
12905 PR threads/18127
12906 * gdb.threads/hand-call-new-thread.c: New file.
12907 * gdb.threads/hand-call-new-thread.c: New file.
12908
ee93cd5e
KS
129092015-06-26 Keith Seitz <keiths@redhat.com>
12910 Doug Evans <dje@google.com>
12911
12912 PR 16253
12913 * gdb.cp/var-tag-2.cc: New file.
12914 * gdb.cp/var-tag-3.cc: New file.
12915 * gdb.cp/var-tag-4.cc: New file.
12916 * gdb.cp/var-tag.cc: New file.
12917 * gdb.cp/var-tag.exp: New file.
12918
fc637f04
PP
129192015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12920
12921 * gdb.base/history-duplicates.exp: New test.
12922
2e52ae68
PP
129232015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12924
12925 * gdb.base/completion.exp: Test the completion of the "focus"
12926 command.
12927
6e22494e
JK
129282015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12929
12930 * gdb.arch/amd64-prologue-skip.S: New file.
12931 * gdb.arch/amd64-prologue-skip.exp: New file.
12932
bf7b9cd9
SM
129332015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12934
12935 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12936 is_address_zero_readable check.
12937
201e8dfd
PB
129382015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12939
12940 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12941 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12942
5cd867b4
YQ
129432015-06-24 Yao Qi <yao.qi@linaro.org>
12944
12945 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12946 linux targets.
12947
4d7be007
YQ
129482015-06-24 Yao Qi <yao.qi@linaro.org>
12949
12950 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12951 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12952 * gdb.base/siginfo-thread.exp: Likewise.
12953
07fcd301
YQ
129542015-06-22 Yao Qi <yao.qi@linaro.org>
12955
12956 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12957
52042a00
YQ
129582015-06-22 Yao Qi <yao.qi@linaro.org>
12959
12960 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12961 aarch64*-*-*.
12962 (skip_hw_watchpoint_tests): Likewise.
12963
74bd41ce
PP
129642015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12965
12966 * gdb.base/gdbinit-history.exp: Test the interaction between
12967 setting GDBHISTSIZE and setting the history size via .gdbinit.
12968
bc460514
PP
129692015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12970
12971 PR gdb/16999
12972 * gdb.base/gdbhistsize-history.exp: New test.
12973
b58c513b
PP
129742015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12975
12976 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12977 with GDBHISTSIZE.
12978 * gdb.base/readline.exp: Likewise.
12979
92046791
YQ
129802015-06-17 Yao Qi <yao.qi@linaro.org>
12981
12982 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12983 line.
12984
2093d2d3
PP
129852015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12986
12987 * gdb.base/gdbinit-history.exp: Add test case to check that
12988 an unlimited history file does not get truncated on exit.
12989
e6c693af
AA
129902015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12991
12992 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12993 (VECTOR): New macro. Use it...
12994 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12995 ...for these typedefs.
12996 (int8, char1, int1, double1): New typedefs.
12997 (struct just_int2, struct two_int2): New structures.
12998 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12999 (add_structvecs, add_singlevecs): New functions.
13000 (main): Call add_some_intvecs twice.
13001 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13002 the compile and exit upon failure. Try compiling for the "native"
13003 architecture. Test inferior function calls with vector arguments
13004 and vector return value handling with "finish" and "return".
13005
c74f7d1c
JT
130062015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13007
13008 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13009 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13010 PE file.
13011 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13012
98aa42ee
AT
130132015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13014
13015 PR breakpoints/16465
13016 * gdb.mi/mi-dprintf-pending.c: New file.
13017 * gdb.mi/mi-dprintf-pending.exp: New test.
13018 * gdb.mi/mi-dprintf-pendshr.c: New file.
13019
7d73c23c 130202015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 13021 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
13022
13023 * gdb.arch/i386-mpx-map.c: New file.
13024 * gdb.arch/i386-mpx-map.exp: New File.
13025
130262015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13027
13028 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13029 * gdb.arch/i386-mpx.exp: Indentation fixed.
13030
130312015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13032
13033 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13034 function and improved indentation.
13035 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13036 gdb_test_multiple. Added additional tests to skip the test.
13037
130382015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13039
13040 * gdb.arch/i386-avx512.c: Change path in include file.
13041 * gdb.arch/i386-avx512.exp: Change include dir path
13042 compilation flag.
13043 * gdb.arch/i386-mpx.c: Change path in include file.
13044 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13045 flag.
13046
d5eba19a
JK
130472015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13048
13049 * gdb.compile/compile-print.exp (compile print *vararray@3)
13050 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13051
7f361056
JK
130522015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13053
13054 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13055 (do not keep jit in memory): ... this.
13056 (expect 5): Change it to ...
13057 (expect no 5): ... this.
13058
3b462ec2
SM
130592015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13060
13061 PR gdb/15564
13062 * gdb.mi/mi-detach.exp: New file.
13063
e0619de6
JK
130642015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13065
13066 PR symtab/18392
13067 * gdb.arch/amd64-tailcall-self.S: New file.
13068 * gdb.arch/amd64-tailcall-self.c: New file.
13069 * gdb.arch/amd64-tailcall-self.exp: New file.
13070
e970cb34
DB
130712015-05-28 Don Breazeal <donb@codesourcery.com>
13072
13073 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13074 tests for remote targets by checking is_target_gdbserver.
13075
b2e2f908
DE
130762015-05-27 Doug Evans <dje@google.com>
13077
13078 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13079 * gdb.dwarf2/opaque-type-lookup.c: New file.
13080 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13081
82c7be31
DE
130822015-05-26 Doug Evans <dje@google.com>
13083
13084 * gdb.cp/iostream.cc: New file.
13085 * gdb.cp/iostream.exp: New file.
13086
b4f54984
DE
130872015-05-26 Doug Evans <dje@google.com>
13088
13089 * gdb.dwarf2/dw2-op-call.exp: Update.
13090 * gdb.dwarf2/dw4-sig-types.exp: Update.
13091 * gdb.dwarf2/implptr.exp: Update.
13092 * gdb.mi/mi-cmd-param-changed.exp: Update.
13093
4ea6efe9
DE
130942015-05-26 Doug Evans <dje@google.com>
13095
13096 * gdb.python/py-lazy-string.c: New file.
13097 * gdb.python/py-lazy-string.exp: New file.
13098 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13099 (main): Update. Add estring3.
13100 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13101 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13102
f6bb7db3
YQ
131032015-05-26 Omair Javaid <omair.javaid@linaro.org>
13104 Yao Qi <yao.qi@linaro.org>
13105
13106 * gdb.reverse/aarch64.c: New.
13107 * gdb.reverse/aarch64.exp: New.
13108
a81bfbd0
OJ
131092015-05-26 Omair Javaid <omair.javaid@linaro.org>
13110
25d49b86
PA
13111 * lib/gdb.exp (supports_process_record): Return true for
13112 aarch64*-linux*.
a81bfbd0
OJ
13113 (supports_reverse): Likewise.
13114
158bf1b4
PP
131152015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13116
13117 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13118 Use with_test_prefix.
13119
a0145030
AB
131202015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13121
13122 * gdb.base/completion.exp: Add test for completion of layout
13123 names.
13124
ebe3b578
AB
131252015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13126
13127 * lib/gdb.exp (skip_tui_tests): New proc.
13128 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13129
84204ed7
PA
131302015-05-19 Pedro Alves <palves@redhat.com>
13131
13132 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13133 Save the whole env array instead of just HOME. Unset HISTSIZE in
13134 the environment while testing. Restore whole environment
13135 afterwards.
13136
37442ce1
DE
131372015-05-16 Doug Evans <xdje42@gmail.com>
13138
13139 * gdb.guile/scm-ports.c: New file.
13140 * gdb.guile/scm-ports.exp: Add memory port tests.
13141
36de76f9
JK
131422015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13143
13144 * gdb.compile/compile-print.c: New file.
13145 * gdb.compile/compile-print.exp: New file.
13146
3a9558c4
JK
131472015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13148
13149 * gdb.compile/compile-ops.exp: Cast param to void.
13150 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13151 (compile code struct_object.selffield = &struct_object): Add xfail.
13152
aa715135
JG
131532015-05-15 Joel Brobecker <brobecker@adacore.com>
13154
13155 * gdb.ada/arr_enum_with_gap: New testcase.
13156
931e5bc3
JG
131572015-05-15 Joel Brobecker <brobecker@adacore.com>
13158
13159 * gdb.ada/byte_packed_arr: New testcase.
13160
9cd4d857
JB
131612015-05-15 Joel Brobecker <brobecker@adacore.com>
13162
13163 * gdb.ada/pckd_neg: New testcase.
13164
ebfd00d2
PP
131652015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13166
13167 PR gdb/17820
13168 * gdb.base/gdbinit-history.exp: New test.
13169 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13170 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13171
4c082a81
SC
131722015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13173
13174 * gdb.python/py-xmethods.cc: Enhance test case.
13175 * gdb.python/py-xmethods.exp: New tests.
13176 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13177 function.
13178 (B_indexoper): Likewise.
13179 (global_dm_list) : Add new xmethod worker functions.
13180
f7797074
SDJ
131812015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13182
13183 * gdb.base/coredump-filter.exp: Correctly unset
13184 "coredump_var_addr" array.
13185
a4674e4e
PA
131862015-05-08 Pedro Alves <palves@redhat.com>
13187
13188 * gdb.server/non-existing-program.exp: Unset spawn_id.
13189
df2eb078
SC
131902015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13191
13192 PR python/18291
13193 * gdb.python/py-xmethods.exp: Add tests.
13194
422349a3
YQ
131952015-05-08 Yao Qi <yao.qi@linaro.org>
13196
13197 PR gdb/18208
13198 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13199 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13200 function set_coredump_filter, and remove remote_exec call.
13201 Remove argument ipid. Callers update.
13202 (top level): Don't get inferior's PID.
13203
63fc80ce
AA
132042015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13205
13206 * gdb.base/watch_thread_num.exp: Skip test on targets without
13207 access watchpoints.
13208
80ad801e
PA
132092015-05-06 Pedro Alves <palves@redhat.com>
13210
13211 PR server/18081
13212 * gdb.server/non-existing-program.exp: New file.
13213
0fa7fe50
JB
132142015-05-05 Joel Brobecker <brobecker@adacore.com>
13215
13216 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13217
3ea89b92
PMR
132182015-05-05 Joel Brobecker <brobecker@adacore.com>
13219
13220 * gdb.ada/out_of_line_in_inlined: New testcase.
13221
87b8eff0
JB
132222015-05-05 Joel Brobecker <brobecker@adacore.com>
13223
13224 * gdb.ada/var_rec_arr: New testcase.
13225
5fccc635
YQ
132262015-04-30 Yao Qi <yao.qi@linaro.org>
13227
13228 * gdb.base/break-idempotent.exp: If
13229 skip_hw_watchpoint_multi_tests returns true, skip the tests
13230 on "rwatch" and "awatch".
13231
42d38f42
YQ
132322015-04-30 Yao Qi <yao.qi@linaro.org>
13233
13234 * gdb.base/relativedebug.exp: Invoke gdb command
13235 "info sharedlibrary", and if libc.so doesn't have debug info,
13236 skip the test.
13237
2ce1cdbf
DE
132382015-04-29 Doug Evans <dje@google.com>
13239
13240 * gdb.python/py-xmethods.exp: Add ptype tests.
13241 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13242 get_result_type method.
13243
f24a38c5
LM
132442015-04-29 Luis Machado <lgustavo@codesourcery.com>
13245
13246 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13247 the target does not support hardware watchpoints.
13248
ecbf2b3c
LM
132492015-04-29 Luis Machado <lgustavo@codesourcery.com>
13250
13251 * gdb.base/break-always.exp: Abort testing if writing to memory
13252 causes an error.
13253
34f5f757
DE
132542015-04-28 Doug Evans <dje@google.com>
13255
13256 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13257 * gdb.python/py-pp-registration.exp: ... here. New file.
13258 * gdb.python/py-pp-registration.c: New file.
13259 * gdb.python/py-pp-registration.py: New file.
13260
69b4374a
DE
132612015-04-28 Doug Evans <dje@google.com>
13262
13263 * gdb.python/py-bad-printers.c: New file.
13264 * gdb.python/py-bad-printers.py: New file.
13265 * gdb.python/py-bad-printers.exp: New file.
13266
59fb7612
SS
132672015-04-28 Sasha Smundak <asmundak@google.com>
13268
13269 * gdb.python/py-type.exp: New test.
13270
2631b16a
AW
132712015-04-28 Andy Wingo <wingo@igalia.com>
13272
13273 * gdb.python/py-parameter.exp:
13274 * gdb.guile/scm-parameter.exp: Escape the path that we are
13275 matching against, as it might contain characters that are special
13276 to regular expressions.
13277
460efde1
JB
132782015-04-27 Joel Brobecker <brobecker@adacore.com>
13279
13280 * gdb.ada/rec_comp: New testcase.
13281
2d369d8e
SDJ
132822015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13283
13284 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13285 before using it.
13286
cf75d6c3
AB
132872015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13288
13289 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13290 new tests for verilog output.
13291
8dbe7ca5
YQ
132922015-04-24 Yao Qi <yao.qi@linaro.org>
13293
13294 * boards/remote-gdbserver-on-localhost.exp: New file.
13295
4ef9fb2f
PA
132962015-04-23 Pedro Alves <palves@redhat.com>
13297
13298 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13299 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13300 "end of file", remove $inferior_spawn_id from the indirect list.
13301
0a803169
PA
133022015-04-23 Pedro Alves <palves@redhat.com>
13303
13304 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13305
749ef8f8
PA
133062015-04-23 Pedro Alves <palves@redhat.com>
13307
13308 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13309 on $any_spawn_id instead of only on $gdb_spawn_id.
13310
8aae4344
PM
133112015-04-21 Pierre Muller <muller@sourceware.org>
13312
13313 PR pascal/17815
13314 * lib/pascal.exp (gpc_compile): Add new option "class".
13315 (fpc_compile): Likewise.
13316 * gdb.pascal/case-insensitive-symbols.pas: New file.
13317 * gdb.pascal/case-insensitive-symbols.exp: New file.
13318
1586c8fb
GB
133192015-04-20 Gary Benson <gbenson@redhat.com>
13320
13321 * gdb.base/attach.exp: Fix three extended remote failures.
13322
1b6e6f5c
GB
133232015-04-17 Gary Benson <gbenson@redhat.com>
13324
13325 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13326 the main executable over the remote protocol.
13327
e797481d
PA
133282015-04-16 Pedro Alves <palves@redhat.com>
13329
13330 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13331 a new gdbserver if gdbserver_reconnect_p is set.
13332
1ca99c42
PA
133332015-04-16 Pedro Alves <palves@redhat.com>
13334
13335 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13336 is set, don't exit gdbserver.
13337
af9fd6f8
AA
133382015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13339
13340 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13341 appropriate .insn, such that an older assembler can be used.
13342 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13343 the z/Architecture instruction set on 31-bit targets as well.
13344
04ff1e61
AA
133452015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13346
13347 * gdb.go/handcall.exp: Remove all logic related to the first
13348 breakpoint and rely on go_runto_main instead.
13349 * gdb.go/strings.exp: Likewise.
13350 * gdb.go/unsafe.exp: Likewise.
13351 * gdb.go/hello.exp: Likewise. Also rename the remaining
13352 breakpoint marker to "breakpoint 1".
13353 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13354 * gdb.go/strings.go: Likewise.
13355 * gdb.go/unsafe.go: Likewise.
13356 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13357 "set breakpoint 2 here" and rename the remaining breakpoint marker
13358 to "breakpoint 1".
13359
40d2f8d6
SM
133602015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13361
13362 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13363 if itertools.imap is not present.
13364 * gdb.python/py-objfile.exp: Add parentheses.
13365 * gdb.python/py-type.exp: Same.
13366 * gdb.python/py-unwind-maint.py: Same.
13367
8cbc97c6
YQ
133682015-04-15 Yao Qi <yao.qi@linaro.org>
13369
13370 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13371 of ":$ptr_size" and set its form explicitly.
13372
45fd756c
YQ
133732015-04-15 Pedro Alves <palves@redhat.com>
13374 Yao Qi <yao.qi@linaro.org>
13375
13376 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13377 timeout by factor of 4.
13378 (test_regular_watch): Likewise.
13379 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13380 * gdb.reverse/sigall-reverse.exp: Likewise.
13381 * gdb.reverse/until-precsave.exp: Likewise.
13382 * lib/gdb.exp (with_timeout_factor): New proc.
13383 (gdb_expect): Move some code to ...
13384 (get_largest_timeout): ... here. New procedure.
13385
9e811bc3
LM
133862015-04-14 Luis Machado <lgustavo@codesourcery.com>
13387
13388 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13389
0ff6fcb2
LM
133902015-04-13 Luis Machado <lgustavo@codesourcery.com>
13391
13392 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13393 to write to the .text section.
13394
7578d5f7
LM
133952015-04-13 Luis Machado <lgustavo@codesourcery.com>
13396
13397 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13398 Handle the case of targets that do not provide PID information.
13399
2efe15c4
YQ
134002015-04-13 Yao Qi <yao.qi@linaro.org>
13401
13402 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13403 and use expect instead of gdb_expect.
13404
8cd8f2f8
SDJ
134052015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13406
13407 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13408 "coredump_var_addr" to avoid naming conflict with other testcases.
13409
9ee41772
PA
134102015-04-10 Pedro Alves <palves@redhat.com>
13411
13412 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13413 gdb_test_sequence and gdb_assert.
13414
07473109
PA
134152015-04-10 Pedro Alves <palves@redhat.com>
13416
13417 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13418 test messages that don't include the breakpoint address.
13419
de3db44c
YQ
134202015-04-10 Yao Qi <yao.qi@linaro.org>
13421
13422 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13423 false for some offset and width combinations which aren't
13424 supported by linux kernel.
13425
c79d856c
PA
134262015-04-10 Pedro Alves <palves@redhat.com>
13427
13428 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13429 procedure, factored out from ...
13430 (top level): ... here. Add "set displaced-stepping" testing axis.
13431 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13432 parameter "displaced". Use it.
13433 (top level): Use foreach and add "set displaced-stepping" testing
13434 axis.
13435
ebc90b50
PA
134362015-04-10 Pedro Alves <palves@redhat.com>
13437
13438 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13439 Remove comment.
13440 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13441 both the address of the instruction that triggers the watchpoint
13442 and the address of the instruction immediately after, and use
13443 those addresses for the test. Fix comment.
13444
8f572e5c
PA
134452015-04-10 Pedro Alves <palves@redhat.com>
13446
13447 * gdb.base/sigstep.exp (breakpoint_to_handler)
13448 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13449 Test "backtrace" in handler.
13450 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13451 (top level): Add new "displaced" test axis to
13452 breakpoint_to_handler, breakpoint_to_handler_entry and
13453 breakpoint_over_handler.
13454
8d707a12
PA
134552015-04-10 Pedro Alves <palves@redhat.com>
13456
13457 PR gdb/18216
13458 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13459
ef713951
YQ
134602015-04-10 Yao Qi <yao.qi@linaro.org>
13461
13462 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13463 (test_add_rn_pc): New function.
13464 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13465 (top level): Invoke test_add_rn_pc.
13466
906d60cf
PA
134672015-04-10 Pedro Alves <palves@redhat.com>
13468
13469 PR gdb/13858
13470 * gdb.base/step-over-no-symbols.exp: New file.
13471
f2983cc3
AW
134722015-04-09 Andy Wingo <wingo@igalia.com>
13473
13474 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13475 after the Python tests.
13476
6d62641c
SDJ
134772015-04-08 Keith Seitz <keiths@redhat.com>
13478
13479 PR python/16699
13480 * gdb.python/py-completion.exp: New tests for completion.
13481 * gdb.python/py-completion.py (CompleteLimit1): New class.
13482 (CompleteLimit2): Likewise.
13483 (CompleteLimit3): Likewise.
13484 (CompleteLimit4): Likewise.
13485 (CompleteLimit5): Likewise.
13486 (CompleteLimit6): Likewise.
13487 (CompleteLimit7): Likewise.
13488
f3770638
PA
134892015-04-08 Pedro Alves <palves@redhat.com>
13490
13491 PR gdb/18214
13492 PR gdb/18216
13493 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13494 function.
13495 (main): Install it as SIGUSR1 handler.
13496 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13497 parameter. Always use "setup" as prefix. Toggle "set
13498 displaced-stepping" off/on depending on global. Don't switch to
13499 thread 1 here.
13500 (top level): Add displaced stepping "off/on" test axis. Update
13501 "setup" calls. Wrap each subtest with with_test_prefix. Test
13502 continuing with a queued signal in each thread.
13503
4496bed7
PA
135042015-04-08 Pedro Alves <palves@redhat.com>
13505
13506 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13507 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13508 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13509 Return early if running to main fails.
13510 * gdb.trace/while-stepping.exp: Likewise.
13511
b97fde92
PA
135122015-04-07 Pedro Alves <palves@redhat.com>
13513
13514 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13515 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13516 interact with inferior program.
13517
f71c18e7
PA
135182015-04-07 Pedro Alves <palves@redhat.com>
13519
13520 * lib/gdb.exp (inferior_spawn_id): New global.
13521 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13522 spawn id after processing the user code.
13523 (default_gdb_start): Set inferior_spawn_id.
13524 (send_inferior): New procedure.
13525 * lib/gdbserver-support.exp (gdbserver_start): Set
13526 inferior_spawn_id.
13527 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13528
6423214f
PA
135292015-04-07 Pedro Alves <palves@redhat.com>
13530
13531 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13532 * lib/gdbserver-support.exp (gdbserver_start): Make
13533 $server_spawn_id global.
13534 (gdbserver_start): Don't wait for gdbserver's spawn id with
13535 expect_background.
13536 (close_gdbserver): New procedure.
13537 (gdb_exit): Rename the default version and reimplement.
13538
71c0ee8c
PA
135392015-04-07 Pedro Alves <palves@redhat.com>
13540
72f4393d 13541 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
13542 append the substituted item, not the original item.
13543
203bc29b
PA
135442015-04-07 Pedro Alves <palves@redhat.com>
13545
13546 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13547 gdb_expect.
13548
508a3ddf
PA
135492015-04-07 Pedro Alves <palves@redhat.com>
13550
13551 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13552 output appearing once only.
13553
9f6dbe2b
PA
135542015-04-07 Pedro Alves <palves@redhat.com>
13555
13556 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13557 that doesn't expect anything. Return early if running to main
13558 fails.
13559
337532fa
YQ
135602015-04-07 Yao Qi <yao.qi@linaro.org>
13561
13562 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13563 (child_function): Call alarm.
13564 (main): Move call to alarm into the loop.
13565 * gdb.threads/non-stop-fair-events.exp: Build program with
13566 -DTIMEOUT=$timeout.
13567
01b622d4
DE
135682015-04-06 Doug Evans <xdje42@gmail.com>
13569
13570 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13571 Fix dest parameter to board_info.
13572 (fpc_compile): Ditto.
13573 (gdb_compile_pascal): Rename dest arg to destfile.
13574
961f4160
PMR
135752015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13576
13577 * gdb.ada/funcall_ref.exp: New file.
13578 * gdb.ada/funcall_ref/foo.adb: New file.
13579
cafda597
YQ
135802015-04-02 Yao Qi <yao.qi@linaro.org>
13581
13582 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13583 is remote.
13584
fed040c6
GB
135852015-04-02 Gary Benson <gbenson@redhat.com>
13586
13587 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13588
d11916aa
SS
135892015-04-01 Sasha Smundak <asmundak@google.com>
13590
13591 * gdb.python/py-unwind-maint.c: New file.
13592 * gdb.python/py-unwind-maint.exp: New test.
13593 * gdb.python/py-unwind-maint.py: New file.
13594 * gdb.python/py-unwind.c: New file.
13595 * gdb.python/py-unwind.exp: New test.
13596 * gdb.python/py-unwind.py: New test.
13597
a1471180
PA
135982015-04-01 Pedro Alves <palves@redhat.com>
13599
13600 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13601 to fail instead of non-existent $test.
13602
0bbeccb1
PA
136032015-04-01 Pedro Alves <palves@redhat.com>
13604
13605 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13606 GDBFLAGS if not empty.
13607
3c724c8c
PMR
136082015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13609
13610 * gdb.ada/complete.exp: Remove "multi_line".
13611 * gdb.ada/info_exc.exp: Remove "multi_line".
13612 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13613 * gdb.ada/ptype_field.exp: Remove "multi_line".
13614 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13615 * gdb.ada/tagged.exp: Remove "multi_line".
13616 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13617 [multi_line ...]
13618 * gdb.btrace/delta.exp: Likewise.
13619 * gdb.btrace/exception.exp: Likewise.
13620 * gdb.btrace/function_call_history.exp: Likewise.
13621 * gdb.btrace/instruction_history.exp: Likewise.
13622 * gdb.btrace/nohist.exp: Likewise.
13623 * gdb.btrace/record_goto.exp: Likewise.
13624 * gdb.btrace/segv.exp: Likewise.
13625 * gdb.btrace/stepi.exp: Likewise.
13626 * gdb.btrace/tailcall.exp: Likewise.
13627 * gdb.btrace/unknown_functions.exp: Likewise.
13628 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13629 * lib/gdb.exp: Add the "multi_line" helper.
13630
4eec2deb
PA
136312015-04-01 Pedro Alves <palves@redhat.com>
13632
13633 * gdb.threads/tid-reuse.c: New file.
13634 * gdb.threads/tid-reuse.exp: New file.
13635
df8411da
SDJ
136362015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13637
13638 PR corefiles/16092
13639 * gdb.base/coredump-filter.c: New file.
13640 * gdb.base/coredump-filter.exp: Likewise.
13641
6ef37366
PM
136422015-03-27 Petr Machata <pmachata@redhat.com>
13643
13644 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13645 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13646 (Dwarf::assemble): Initialize them.
13647 (Dwarf::lines): New function.
13648
7ec911b0
JT
136492015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13650
13651 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13652 SYMBOL_PREFIX for x86_64-*-cygwin.
13653
ff908ebf
AW
136542015-03-26 Andy Wingo <wingo@igalia.com>
13655
13656 PR symtab/18148
13657 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13658 const_value but not a location.
13659 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13660 location defined in non-main CUs are visible.
13661
6d5f0679
YQ
136622015-03-26 Yao Qi <yao.qi@linaro.org>
13663
13664 PR testsuite/18139
13665 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13666 Add a line number entry for the same line.
13667 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13668 Add a line number entry for the same line.
13669
2898689b
YQ
136702015-03-26 Yao Qi <yao.qi@linaro.org>
13671
13672 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13673 .int 0.
13674 (func): Likewise. Add .Lfunc_1 label.
13675 Use .Lfunc_1 label.
13676 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13677 .int 0.
13678 (func): Likewise.
13679 Use .Lfunc_1 label.
13680
85180498
YQ
136812015-03-26 Yao Qi <yao.qi@linaro.org>
13682
13683 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13684 Call gdb_compile instead to compile each .s files without debug
13685 information.
13686
8aa08a8d
YQ
136872015-03-26 Yao Qi <yao.qi@linaro.org>
13688
13689 * gdb.base/savedregs.exp (process_saved_regs): Make
13690 "Saved registers:" optional in the pattern.
13691
66849923
MM
136922015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13693
13694 * gdb.btrace/next.exp: Merged into step.exp.
13695 * gdb.btrace/finish.exp: Merged into step.exp.
13696 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13697 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13698 "record goto" and checking the exact replay position.
13699 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13700 check for "Recording format" in "info record" output.
13701 * gdb.btrace/record_goto.exp: Choose test file based on target.
13702 * gdb.btrace/x86-record_goto.S: Renamed into ...
13703 * gdb.btrace/x86_64-record_goto.S: ... this.
13704 * gdb.btrace/i686-record_goto.S: New.
13705 * gdb.btrace/x86-tailcall.S: Renamed into ...
13706 * gdb.btrace/x86_64-tailcall.S: ... this.
13707 * gdb.btrace/i686-tailcall.S: New.
13708 * gdb.btrace/x86-tailcall.c: Renamed into ...
13709 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13710 separate statements. Update test.
13711 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13712 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13713 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13714 * gdb.btrace/tailcall.exp: Choose test file based on target.
13715 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13716
11cc1b74
MM
137172015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13718
13719 * gdb.btrace/exception.exp: Increase BTS buffer size.
13720
a25d8bf9
PA
137212015-03-24 Pedro Alves <palves@redhat.com>
13722
13723 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13724
856e7dd6
PA
137252015-03-24 Pedro Alves <palves@redhat.com>
13726
13727 * gdb.threads/schedlock.exp (test_step): No longer expect that
13728 "set scheduler-locking step" with "next" over a function call runs
13729 threads unlocked.
13730
ad235a41
AT
137312015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13732
13733 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13734
15630549
AT
137352015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13736
13737 PR breakpoints/16466
13738 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13739 * gdb.mi/mi-pending.c (thread_func): New function.
13740 (int main): Add threading support required.
13741 * gdb.mi/mi-pending.exp: Add tests for this issue.
13742 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13743 (pendfunc2): Remove stdio dependency.
13744 * gdb.mi/mi-pendshr2.c: New file.
13745
693dca06
KS
137462015-03-23 Keith Seitz <keiths@redhat.com>
13747
13748 * gdb.linespec/keywords.c: New file.
13749 * gdb.linespec/keywords.exp: New file.
13750
7e993ebf
KS
137512015-03-23 Keith Seitz <keiths@redhat.com>
13752
13753 PR gdb/18021
13754 * gdb.dwarf2/staticvirtual.exp: New test.
13755
bc23328c
JK
137562015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13757
13758 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13759 * README: Remove HP-UX and gdb.hp.
13760 (configuration):
13761 * configure: Regenerate.
13762 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13763 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13764 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13765 gdb.hp/gdb.defects/Makefile.
13766 * gdb.hp/Makefile.in: File deleted.
13767 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13768 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13769 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13770 * gdb.hp/gdb.aCC/run.c: File deleted.
13771 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13772 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13773 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13774 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13775 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13776 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13777 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13778 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13779 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13780 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13781 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13782 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13783 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13784 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13785 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13786 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13787 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13788 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13789 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13790 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13791 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13792 * gdb.hp/gdb.compat/average.c: File deleted.
13793 * gdb.hp/gdb.compat/sum.c: File deleted.
13794 * gdb.hp/gdb.compat/xdb.c: File deleted.
13795 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13796 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13797 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13798 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13799 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13800 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13801 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13802 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13803 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13804 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13805 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13806 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13807 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13808 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13809 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13810 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13811 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13812 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13813 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13814 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13815 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13816 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13817 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13818 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13819 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13820 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13821 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13822 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13823 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13824 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13825 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13826 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13827 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13828 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13829 * gdb.hp/tools/odump: File deleted.
13830
8bf3b159
PA
138312015-03-19 Pedro Alves <palves@redhat.com>
13832
13833 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13834 (saw_thread_3): New globals.
13835 (top level): Increment them when an event for the corresponding
13836 thread is seen.
13837 (no thread starvation): New test.
13838
eb54c8bf
PA
138392015-03-19 Pedro Alves <palves@redhat.com>
13840
13841 * gdb.threads/continue-pending-status.c: New file.
13842 * gdb.threads/continue-pending-status.exp: New file.
13843
32d2e5d6
PA
138442015-03-18 Pedro Alves <palves@redhat.com>
13845
13846 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13847 Use gdb_is_target_remote instead of is_remote. Use
13848 gdb_test_multiple instead of gdb_expect. Exit early if
13849 gdb_test_multiple hits its internal matches. Tighten stepi tests
13850 expected output. Fail on exit with any signal, instead of just
13851 SIGILL.
13852
f68f11b7
YQ
138532015-03-18 Yao Qi <yao.qi@linaro.org>
13854
13855 PR tdep/18107
13856 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13857 variable.
13858 * gdb.base/catch-syscall.exp: Don't skip it on
13859 aarch64*-*-linux* target. Remove elements in all_syscalls.
13860 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13861 target.
13862 (setup_all_syscalls): New proc.
13863
ca5fd19b
YQ
138642015-03-16 Yao Qi <yao.qi@linaro.org>
13865
13866 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13867 (top level): Skip tests if valid_addr_p returns false for
13868 $cmd1 or $cmd2.
13869
85642ba0
AW
138702015-03-11 Andy Wingo <wingo@igalia.com>
13871
13872 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13873
e03f9645
YQ
138742015-03-11 Yao Qi <yao.qi@linaro.org>
13875
13876 * gdb.base/catch-syscall.exp: Fix typo in comments.
13877
5d0962b2
YQ
138782015-03-11 Yao Qi <yao.qi@linaro.org>
13879
13880 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13881
b2df3cef
PA
138822015-03-09 Pedro Alves <palves@redhat.com>
13883
13884 * dg-extract-results.py: Delete.
13885
ef878e53
PA
138862015-03-09 Pedro Alves <palves@redhat.com>
13887
13888 Merge dg-extract-results.sh from GCC upstream (r218843).
13889
13890 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13891 * dg-extract-results.sh: Use --text with grep to avoid issues with
13892 binary files. Fall back to cat -v, if that doesn't work.
13893
9494d219
PA
138942015-03-05 Pedro Alves <palves@redhat.com>
13895
13896 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13897
a8d9763a
SM
138982015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13899
13900 * lib/mi-support.exp (mi_expect_interrupt): Accept
13901 alternative event for when in all-stop mode.
13902
be9957b8
PA
139032015-03-04 Pedro Alves <palves@redhat.com>
13904
13905 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13906
d57be0f4 139072015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13908
13909 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13910
c214c7cf
AA
139112015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13912
13913 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13914 regexps for GDB's current line display, accept a hex address
13915 preceding the line number.
13916
6d74a497
AA
139172015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13918
13919 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13920 the 'arch1' variable for "s390*-linux*" targets.
13921
511aee7c
PA
139222015-03-04 Pedro Alves <palves@redhat.com>
13923
13924 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13925 (main): Pass missing retval argument to pthread_join call.
13926
95e50b27
PA
139272015-03-02 Pedro Alves <palves@redhat.com>
13928
13929 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13930 (top level): Call do_test with non-stop as well.
13931
28054d69
PA
139322015-03-02 Pedro Alves <palves@redhat.com>
13933
13934 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13935 -1.
13936
4fa5d7b4
AA
139372015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13938
13939 * gdb.arch/s390-vregs.exp: New test.
13940 * gdb.arch/s390-vregs.S: New file.
13941
97c18565
PA
139422015-02-27 Pedro Alves <palves@redhat.com>
13943
13944 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13945 call to catch_command_errors.
13946 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13947 catch_command_errors.
13948
a37bfa30
PA
139492015-02-27 Pedro Alves <palves@redhat.com>
13950
13951 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13952 "true" for boolean result.
13953 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13954 prototype of main.
13955
6f98576f
PA
139562015-02-27 Pedro Alves <palves@redhat.com>
13957
13958 * lib/unbuffer_output.c: New file.
13959 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13960 (main): Call gdb_unbuffer_output.
13961
eba5ab56
YQ
139622015-02-27 Yao Qi <yao.qi@linaro.org>
13963
13964 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13965 target.
13966
0def5aaa
DE
139672015-02-26 Doug Evans <dje@google.com>
13968
13969 * gdb.cp/class2.cc (Dbase, D): New classes.
13970 (main): New local delta.
13971 * gdb.cp/class2.exp: Test printing delta.
13972 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13973 (dynbar): New global.
13974 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13975
081a1c2c
JK
139762015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13977
13978 * gdb.compile/compile-ifunc.c: New file.
13979 * gdb.compile/compile-ifunc.exp: New file.
13980
2f41223f
AT
139812015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13982
13983 * gdb.base/structs.exp: Check for correct struct on finish.
13984
03eddd80
YQ
139852015-02-26 Yao Qi <yao.qi@linaro.org>
13986
13987 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13988 is zero.
13989
80c57053
JK
139902015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13991
13992 * gdb.arch/cordic.ko.bz2: New file.
13993 * gdb.arch/cordic.ko.debug.bz2: New file.
13994 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13995
21613c12
YQ
139962015-02-25 Yao Qi <yao.qi@linaro.org>
13997
13998 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13999 aarch64*-*-* target.
14000
d8b901ed
PA
140012015-02-23 Pedro Alves <palves@redhat.com>
14002
14003 * lib/gdb.exp (delete_breakpoints): Rewrite using
14004 gdb_test_multiple.
14005
e5b85ead
PA
140062015-02-23 Pedro Alves <palves@redhat.com>
14007
14008 * gdb.base/info-os.c: Include stdlib.h.
14009
85c3a371
DE
140102015-02-22 Doug Evans <xdje42@gmail.com>
14011
14012 PR symtab/17855
14013 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14014 is read after symbols have been re-read.
14015 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14016 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14017
96553a0c
DE
140182015-02-21 Doug Evans <dje@google.com>
14019
14020 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14021
97a0c697
JK
140222015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14023
14024 PR corefiles/17808
14025 * gdb.arch/i386-biarch-core.core.bz2: New file.
14026 * gdb.arch/i386-biarch-core.exp: New file.
14027
a47cd6e9
PA
140282015-02-21 Pedro Alves <palves@redhat.com>
14029
14030 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14031 runto_main fails.
14032
c5facdc4
PA
140332015-02-20 Pedro Alves <palves@redhat.com>
14034
14035 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14036 info probes.
14037
2db9a427
PA
140382015-02-20 Pedro Alves <palves@redhat.com>
14039
14040 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14041
60fb7e9e
PA
140422015-02-20 Pedro Alves <palves@redhat.com>
14043
14044 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14045 clean_restart before gdb_target_supports_trace.
14046
5c5019c2
PA
140472015-02-20 Pedro Alves <palves@redhat.com>
14048
14049 PR threads/18006
14050 * gdb.threads/clone-thread_db.c: New file.
14051 * gdb.threads/clone-thread_db.exp: New file.
14052
c9587f88
AT
140532015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14054
14055 PR breakpoints/16812
14056 * gdb.base/catch-gdb-caused-signals.c: New file.
14057 * gdb.base/catch-gdb-caused-signals.exp: New file.
14058
f6a88844
JM
140592015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14060
14061 * configure: Regenerated.
14062 * configure.ac: Use GDB_AC_TRANSFORM.
14063 * aclocal.m4: sinclude ../transform.m4.
14064
497c491b
JM
140652015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14066
14067 * lib/dtrace.exp: New file.
14068 * gdb.base/dtrace-probe.exp: Likewise.
14069 * gdb.base/dtrace-probe.d: Likewise.
14070 * gdb.base/dtrace-probe.c: Likewise.
14071 * lib/pdtrace.in: Likewise.
14072 * configure.ac: Output variables with the transformed names of
14073 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14074 * configure: Regenerated.
14075
03e98035
JM
140762015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14077
14078 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14079 expected message when trying to access $_probe_* convenience
14080 variables while not on a probe.
14081
63cc30e9
JK
140822015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14083
14084 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14085
0703599a
PA
140862015-02-11 Pedro Alves <pedro@codesourcery.com>
14087
14088 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14089 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14090
7e60a48e
DE
140912015-02-10 Doug Evans <xdje42@gmail.com>
14092
14093 * lib/gdb.exp (gdb_load): Always return a result.
14094
01b088bc
PA
140952015-02-10 Pedro Alves <palves@redhat.com>
14096
14097 * gdb.threads/signal-sigtrap.c: New file.
14098 * gdb.threads/signal-sigtrap.exp: New file.
14099
b05ec7a5
AT
141002015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14101
14102 * gdb.trace/no-attach-trace.c: New file.
14103 * gdb.trace/no-attach-trace.exp: New file.
14104
a2c2acaf
MW
141052015-02-09 Mark Wielaard <mjw@redhat.com>
14106
14107 * gdb.dwarf2/atomic.c: New file.
14108 * gdb.dwarf2/atomic-type.exp: Likewise.
14109
31fd9caa
MM
141102015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14111
14112 * gdb.btrace/buffer-size.exp: Update "info record" output.
14113 * gdb.btrace/delta.exp: Update "info record" output.
14114 * gdb.btrace/enable.exp: Update "info record" output.
14115 * gdb.btrace/finish.exp: Update "info record" output.
14116 * gdb.btrace/instruction_history.exp: Update "info record" output.
14117 * gdb.btrace/next.exp: Update "info record" output.
14118 * gdb.btrace/nexti.exp: Update "info record" output.
14119 * gdb.btrace/step.exp: Update "info record" output.
14120 * gdb.btrace/stepi.exp: Update "info record" output.
14121 * gdb.btrace/nohist.exp: Update "info record" output.
14122
d33501a5
MM
141232015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14124
14125 * gdb.btrace/buffer-size: New.
14126
f4abbc16
MM
141272015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14128
14129 * gdb.btrace/delta.exp: Update "info record" output.
14130 * gdb.btrace/enable.exp: Update "info record" output.
14131 * gdb.btrace/finish.exp: Update "info record" output.
14132 * gdb.btrace/instruction_history.exp: Update "info record" output.
14133 * gdb.btrace/next.exp: Update "info record" output.
14134 * gdb.btrace/nexti.exp: Update "info record" output.
14135 * gdb.btrace/step.exp: Update "info record" output.
14136 * gdb.btrace/stepi.exp: Update "info record" output.
14137 * gdb.btrace/nohist.exp: Update "info record" output.
14138
b9d61307
SM
141392015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14140
14141 PR gdb/15678
14142 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14143
e584fdbc
PA
141442015-02-06 Pedro Alves <palves@redhat.com>
14145
14146 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14147 macro.
14148 (seconds_left, again): New globals.
14149 (main): Wait seconds_left in a 1-second sleep loop instead of
14150 sleeping 180 seconds. If 'again' is set, reset the seconds
14151 counter.
14152 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14153 'again' in the inferior before detaching. Print the seconds left.
14154 (options): New global.
14155 (top level): Build program with -DTIMEOUT=$timeout.
14156
77f41761
PA
141572015-02-06 Pedro Alves <palves@redhat.com>
14158
14159 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14160 determine how many seconds to pass to 'alarm'.
14161 * gdb.base/gdb-sigterm.exp (top level): Build program with
14162 -DTIMEOUT=$timeout.
14163 (do_test): Return success/failure indication. Add more verbose
14164 logging. Don't fail if 200 single steps are seen. Instead, fail
14165 when the test times out.
14166 (passes): New global.
14167 (top level): Break the testing loop if testing fails on any
14168 iteration. Use gdb_assert.
14169
b9394193
DB
141702015-02-04 Don Breazeal <donb@codesourcery.com>
14171
14172 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14173 and initialize them.
14174 (ipc_cleanup): New function.
14175 (main): Don't declare shmid, semid, and msqid. Add a call to
14176 atexit so that we call ipc_cleanup on exit.
14177
42d9e528
PA
141782015-02-04 Pedro Alves <palves@redhat.com>
14179
14180 * boards/native-extended-gdbserver.exp: Remove any target variant
14181 specifications from the board name before clearing the isremote
14182 flag from board_info.
14183
ae6ae975
DE
141842015-01-31 Doug Evans <xdje42@gmail.com>
14185
14186 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14187
cfb069a8
GB
141882015-01-31 Gary Benson <gbenson@redhat.com>
14189
14190 * gdb.base/completion.exp: Disable completion limiting for
14191 existing tests. Add new tests to check completion limiting.
14192 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14193
5dd31d79
DE
141942015-01-31 Doug Evans <xdje42@gmail.com>
14195
14196 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14197
9f050062
DE
141982015-01-31 Doug Evans <xdje42@gmail.com>
14199
14200 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14201 entries. Duplicate file section script entries.
14202 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14203 inlined entries. Add test for safe-path rejection.
14204 * gdb.python/py-section-script.c: Add duplicate inlined section script
14205 entries. Duplicate file section script entries.
14206 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14207 inlined entries. Add test for safe-path rejection.
14208
df25ebbd
JB
142092015-01-29 Joel Brobecker <brobecker@adacore.com>
14210
14211 * gdb.ada/disc_arr_bound: New testcase.
14212
4a0ca9ec
JB
142132015-01-29 Joel Brobecker <brobecker@adacore.com>
14214
14215 * gdb.ada/mi_var_array: New testcase.
14216
3a8b707a
DE
142172015-01-27 Doug Evans <dje@google.com>
14218
14219 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14220 Add test for objfile.filename, objfile.username after objfile
14221 has been unloaded.
14222
f8313f6e
JB
142232015-01-26 Joel Brobecker <brobecker@adacore.com>
14224
14225 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14226 the second test to print the name attribute of value
14227 returned by the call to gdb.lookup_type, and adjust
14228 the expected output accordingly.
14229
37bc665e
MW
142302015-01-25 Mark Wielaard <mjw@redhat.com>
14231
14232 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14233 * gdb.base/disp-step-fork.c: Include unistd.h.
14234 * gdb.base/siginfo-obj.c: Include stdio.h.
14235 * gdb.base/siginfo-thread.c: Likewise.
14236 * gdb.mi/non-stop.c: Include unistd.h.
14237 * gdb.mi/nsthrexec.c: Include stdio.h.
14238 * gdb.mi/pthreads.c: Include unistd.h.
14239 * gdb.modula2/unbounded1.c (main): Declare returns int.
14240 * gdb.reverse/consecutive-reverse.c: Likewise.
14241 * gdb.threads/create-fail.c: Include unistd.h.
14242 * gdb.threads/killed.c: Likewise.
14243 * gdb.threads/linux-dp.c: Likewise.
14244 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14245 * gdb.threads/non-ldr-exc-2.c: Likewise.
14246 * gdb.threads/non-ldr-exc-3.c: Likewise.
14247 * gdb.threads/non-ldr-exc-4.c: Likewise.
14248 * gdb.threads/pthreads.c: Include unistd.h.
14249 (main): Declare returns int.
14250 * gdb.threads/tls-main.c (foo): New declaration.
14251 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14252
f7e5394d
SM
142532015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14254
14255 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14256 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14257
743649fd
MW
142582015-01-15 Mark Wielaard <mjw@redhat.com>
14259
14260 * gdb.base/noreturn-return.c: New file.
14261 * gdb.base/noreturn-return.exp: New file.
14262 * gdb.base/noreturn-finish.c: New file.
14263 * gdb.base/noreturn-finish.exp: New file.
14264
198297aa
PA
142652015-01-23 Pedro Alves <palves@redhat.com>
14266
14267 * gdb.threads/continue-pending-after-query.c: New file.
14268 * gdb.threads/continue-pending-after-query.exp: New file.
14269
717cf30c
AG
142702015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14271 Simon Marchi <simon.marchi@ericsson.com>
14272
14273 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14274 * gdb.base/valgrind-db-attach.exp: Same.
14275 * gdb.base/valgrind-infcall.exp: Same.
14276 * lib/mi-support.exp (default_mi_gdb_start): Same.
14277 * lib/prompt.exp (default_prompt_gdb_start): Same.
14278 * lib/gdb.exp (default_gdb_spawn): Same.
14279 (gdb_interact): New.
14280
14281
4b62a76e
JK
142822015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14283
14284 * gdb.compile/compile.exp (pointer to jit function): New test.
14285
b4cdae6f
WW
142862015-01-17 Wei-cheng Wang <cole945@gmail.com>
14287
14288 * lib/gdb.exp (supports_process_record): Return true for
14289 powerpc*-*-linux*.
14290 (supports_reverse): Likewise.
14291
d221e7ef
DB
142922015-01-15 Don Breazeal <donb@codesourcery.com>
14293
14294 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14295 instead of checking whether the target board is remote and
14296 use spawn_wait_for_attach instead of exec/sleep.
14297 * gdb.base/attach-twice.exp: Likewise.
14298
bafffb51
JB
142992015-01-15 Joel Brobecker <brobecker@adacore.com>
14300
14301 * gdb.ada/var_arr_attrs: New testcase.
14302
5589af0e
PA
143032015-01-14 Pedro Alves <palves@redhat.com>
14304 Joel Brobecker <brobecker@adacore.com>
14305
14306 PR gdb/17525
14307 * gdb.base/bp-cmds-execution-x-script.c: New file.
14308 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14309 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14310
6c400b59
PA
143112015-01-14 Pedro Alves <palves@redhat.com>
14312
14313 PR cli/17828
14314 * gdb.base/batch-preserve-term-settings.c: New file.
14315 * gdb.base/batch-preserve-term-settings.exp: New file.
14316
e02c96a7
DE
143172015-01-13 Doug Evans <dje@google.com>
14318
14319 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14320 binary.
14321
576fd14c
JB
143222015-01-13 Joel Brobecker <brobecker@adacore.com>
14323
14324 * Makefile.in (clean mostlyclean): Do not delete *.py.
14325
04dccad0
JB
143262015-01-13 Joel Brobecker <brobecker@adacore.com>
14327
14328 * gdb.python/py-lookup-type.exp: New file.
14329
3d230f71
PA
143302015-01-12 Pedro Alves <palves@redhat.com>
14331
14332 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14333 restore GDBFLAGS before returning.
14334
7e67715d
JK
143352015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14336
14337 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14338 is_amd64_regs_target and is_x86_like_target.
14339
f2e0d4b4
DE
143402015-01-11 Doug Evans <xdje42@gmail.com>
14341
14342 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14343 is given without an explicit form.
14344 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14345 attributes.
14346 * gdb.dwarf/corrupt.exp: Ditto.
14347 * gdb.dwarf2/enum-type.exp: Ditto.
14348 * gdb.trace/entry-values.exp: Ditto.
14349 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14350
439250fb
DE
143512015-01-11 Doug Evans <xdje42@gmail.com>
14352
14353 PR gdb/15830
14354 * gdb.base/maint.exp: Remove references to "maint demangle".
14355 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14356 Add tests for explicitly specifying language to demangle.
14357 * gdb.dlang/demangle.exp: Ditto.
14358
ede9f622
PA
143592015-01-09 Pedro Alves <palves@redhat.com>
14360
14361 * gdb.threads/non-stop-fair-events.c: New file.
14362 * gdb.threads/non-stop-fair-events.exp: New file.
14363
a7b796db
PA
143642015-01-09 Pedro Alves <palves@redhat.com>
14365
14366 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14367 the global scope. Set a breakpoint after all threads are started
14368 rather than stepping over two source lines. Expect the prompt.
14369 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14370 global.
14371 (NUM): Now 15.
14372 (main): Use threads_started_barrier to wait for all threads to
14373 start. Main thread no longer calls thread_function. Exit after
14374 180 seconds.
14375 (loop): New function.
14376 (thread_function): Wait on threads_started_barrier barrier. Call
14377 'loop' at each iteration.
14378 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14379 threads have started, instead of hardcoding number of "next"
14380 steps. Use an access watchpoint instead of a write watchpoint.
14381
9665ffdd
PA
143822015-01-09 Pedro Alves <palves@redhat.com>
14383
14384 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14385 (thread_func): Wait on barrier.
14386 (main): Wait for all threads to start before stopping GDB.
14387 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14388 global.
14389 (thread1_func, thread2_func): Wait on barrier.
14390 (main): Wait for all threads to start before stopping GDB.
14391 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14392 New global.
14393 (thread1_func, thread2_func): Wait on barrier.
14394 (main): Wait for all threads to start before stopping GDB.
14395
c945a99f
PA
143962015-01-09 Pedro Alves <palves@redhat.com>
14397
14398 * gdb.threads/attach-many-short-lived-threads.c: New file.
14399 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14400
c1a747c1
PA
144012014-01-09 Pedro Alves <palves@redhat.com>
14402
14403 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14404 instead of to thread 2.
14405 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14406 Add barrier around each pthread_create call instead of around all
14407 calls.
14408 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14409 Set a break on thread_function and have the child threads hit it
14410 one at at a time.
14411
60b3033e
PA
144122015-01-09 Pedro Alves <palves@redhat.com>
14413
14414 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14415 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14416 false.
14417 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14418 checking whether the target board is remote.
14419 * gdb.multi/multi-attach.exp: Likewise.
14420 * gdb.python/py-sync-interp.exp: Likewise.
14421 * gdb.server/ext-attach.exp: Likewise.
14422 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14423 tests that need to attach, instead of checking whether the target
14424 board is remote at the top of the file.
14425
acc018ac
YQ
144262015-01-08 Yao Qi <yao@codesourcery.com>
14427
14428 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14429
50a18af8
JK
144302015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14431
14432 Fix testcase compilation.
14433 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14434
8503d6e1
JB
144352015-01-06 Joel Brobecker <brobecker@adacore.com>
14436
14437 * gdb.python/py-type.exp: Add a couple test about empty
14438 array creation, and negative-length array creation.
14439
cc73dbcc
DE
144402015-01-02 Doug Evans <xdje42@gmail.com>
14441
14442 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14443
0300bbc7
DE
144442015-01-02 Doug Evans <dje@google.com>
14445
14446 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14447
9d85a0ec
YQ
144482014-12-29 Yao Qi <yao@codesourcery.com>
14449
14450 * gdb.trace/entry-values.exp: Update comments. Rename variable
14451 bar_call_foo to returned_from_foo.
14452
87186c6a
MMN
144532014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14454
14455 PR gdb/17394
14456 * gdb.linespec/break-asm-file.c: New file.
14457 * gdb.linespec/break-asm-file.exp: New file.
14458 * gdb.linespec/break-asm-file0.s: New file.
14459 * gdb.linespec/break-asm-file1.s: New file.
14460
1bab7383
YQ
144612014-12-18 Nigel Stephens <nigel@mips.com>
14462 Maciej W. Rozycki <macro@codesourcery.com>
14463
14464 * gdb.base/float.exp: Handle the new output from "info float" on
14465 MIPS targets.
14466
1bc1068a
JK
144672014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14468
14469 Fix MinGW compilation.
14470 * gdb.compile/compile-ops.exp: Update untested message if
14471 !skip_compile_feature_tests.
14472 * gdb.compile/compile-setjmp.exp: Likewise.
14473 * gdb.compile/compile-tls.exp: Likewise.
14474 * gdb.compile/compile.exp: Likewise.
14475 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14476 supported on this host".
14477
b6615d10
DE
144782014-12-16 Doug Evans <xdje42@gmail.com>
14479
14480 * boards/stabs.exp: New file.
14481
25dda427
AA
144822014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14483
14484 * gdb.base/completion.exp: Adjust to format changes of "maint
14485 print user-registers".
14486
bf330350
CU
144872014-12-16 Catalin Udma <catalin.udma@freescale.com>
14488
14489 PR server/17457
14490 * gdb.arch/aarch64-fp.c: New file.
14491 * gdb.arch/aarch64-fp.exp: New file.
14492
395cf596
SDJ
144932014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14494
14495 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14496 r210637, r210913, r211666, r215400, r215817).
14497
14498 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14499 * dg-extract-results.py: New file.
14500 * dg-extract-results.sh: Use it if the environment seems
14501 suitable.
14502
14503 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14504
14505 * dg-extract-results.py (parse_run): Handle warnings that
14506 are printed before a test harness is run.
14507
14508 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14509
14510 * dg-extract-results.py (Named): Remove __cmp__ method.
14511 (output_variation): Use a key to sort variation.harnesses.
14512
14513 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14514
14515 * dg-extract-results.py: For Python 3, force sys.stdout to
14516 handle surrogate escape sequences.
14517 (safe_open): New function.
14518 (output_segment, main): Use it.
14519
14520 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14521
14522 * dg-extract-results.py (Prog.result_re): Include options
14523 in test name.
14524
14525 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14526
14527 * dg-extract-results.py (output_variation): Always sort if
14528 do_sum.
14529
e882ef3c
SM
145302014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14531
14532 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14533 as long as we get pagination notifications.
14534
4992aa20
JM
145352014-12-15 Jason Merrill <jason@redhat.com>
14536
14537 * Makefile.in (check-gdb.%): Restore.
14538 * README: Mention it.
14539
c1b5a1a6
JB
145402014-12-13 Joel Brobecker <brobecker@adacore.com>
14541
14542 * gdb.ada/str_uninit: New testcase.
14543
5537b577
JK
145442014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14545
14546 PR symtab/17642
14547 * gdb.base/vla-stub-define.c: New file.
14548 * gdb.base/vla-stub.c: New file.
14549 * gdb.base/vla-stub.exp: New file.
14550
bb2ec1b3
TT
145512014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14552 Jan Kratochvil <jan.kratochvil@redhat.com>
14553 Tom Tromey <tromey@redhat.com>
14554
14555 * configure.ac: Add gdb.compile/.
14556 * configure: Regenerate.
14557 * gdb.compile/Makefile.in: New file.
14558 * gdb.compile/compile-ops.exp: New file.
14559 * gdb.compile/compile-ops.c: New file.
14560 * gdb.compile/compile-tls.c: New file.
14561 * gdb.compile/compile-tls.exp: New file.
14562 * gdb.compile/compile-constvar.S: New file.
14563 * gdb.compile/compile-constvar.c: New file.
14564 * gdb.compile/compile-mod.c: New file.
14565 * gdb.compile/compile-nodebug.c: New file.
14566 * gdb.compile/compile-setjmp-mod.c: New file.
14567 * gdb.compile/compile-setjmp.c: New file.
14568 * gdb.compile/compile-setjmp.exp: New file.
14569 * gdb.compile/compile-shlib.c: New file.
14570 * gdb.compile/compile.c: New file.
14571 * gdb.compile/compile.exp: New file.
14572 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14573
4ff709eb
TT
145742014-12-12 Tom Tromey <tromey@redhat.com>
14575
14576 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14577 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14578
6dddd6a5
DE
145792014-12-12 Doug Evans <dje@google.com>
14580
14581 * lib/gdb-python.exp (get_python_valueof): New function.
14582 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14583
71c24708
AA
145842014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14585
14586 * gdb.base/completion.exp: Add test for completion of "info
14587 registers ".
14588
3e29f34a
MR
145892014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14590
14591 * gdb.base/func-ptrs.c: New file.
14592 * gdb.base/func-ptrs.exp: New file.
14593
fc126975
SM
145942014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14595
14596 PR breakpoints/17012
14597 * gdb.base/dprintf-detach.c: New file.
14598 * gdb.base/dprintf-detach.exp: New file.
14599
0a46d518
SM
146002014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14601
14602 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14603 * lib/gdb.exp (target_is_gdbserver): New procedure.
14604
a0be3e44
DE
146052014-12-08 Doug Evans <dje@google.com>
14606
14607 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14608
df1b803a
YQ
146092014-12-05 Yao Qi <yao@codesourcery.com>
14610
14611 * gdb.guile/scm-error.exp: Remove the third argument to
14612 gdb_remote_download.
14613 * gdb.guile/scm-frame-args.exp: Likewise.
14614 * gdb.guile/scm-section-script.exp: Likewise.
14615
ddb9f679
YQ
146162014-12-05 Yao Qi <yao@codesourcery.com>
14617
14618 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14619
86e4ed39
DE
146202014-12-04 Doug Evans <dje@google.com>
14621
14622 * gdb.python/py-objfile.exp: Add tests for
14623 objfile.add_separate_debug_file.
14624
7c50a931
DE
146252014-12-04 Doug Evans <dje@google.com>
14626
14627 * lib/gdb.exp (get_build_id): New function.
14628 (build_id_debug_filename_get): Rewrite to use it.
14629 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14630
621661e3
MR
146312014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14632
14633 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14634 `method(long)', not just 0x0.
14635 * gdb.cp/nsalias.exp: Align code labels to 4.
14636 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14637 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14638 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14639 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14640 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14641 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14642
29f0c3b7
DE
146432014-12-02 Doug Evans <dje@google.com>
14644
e1e061e7 14645 PR symtab/17602
29f0c3b7 14646 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 14647 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
14648 * gdb.cp/anon-ns.exp: Update.
14649
162078c8
NB
146502014-12-02 Nick Bull <nicholaspbull@gmail.com>
14651
14652 * gdb.python/py-events.py (inferior_call_handler): New.
14653 (register_changed_handler, memory_changed_handler): New.
14654 (test_events.invoke): Register new handlers.
14655 * gdb.python/py-events.exp: Add tests for inferior call,
14656 memory_changed and register_changed events.
14657
fdb09caf
AA
146582014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14659
14660 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14661 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14662 if the linker doesn't understand this.
14663
55cfb2c4
SM
146642014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14665
14666 * gdb.python/python.exp: Change expected reply to help().
14667
9e8cd6df
YQ
146682014-12-01 Yao Qi <yao@codesourcery.com>
14669
14670 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14671 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14672 * configure: Re-generated.
14673
6c659fc2
SC
146742014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14675
14676 * gdb.cp/chained-calls.cc: New file.
14677 * gdb.cp/chained-calls.exp: New file.
14678 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14679
d7fc3181
SM
146802014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14681
14682 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14683 * gdb.dwarf2/symtab-producer.exp: Same.
14684 * gdb.gdb/python-interrupts.exp: Same.
14685 * gdb.gdb/python-selftest.exp: Same.
14686 * gdb.python/py-linetable.exp: Same.
14687 * gdb.python/py-type.exp: Same.
14688 * gdb.python/py-value-cc.exp: Same.
14689 * gdb.python/py-value.exp: Same.
14690
10e79639
YQ
146912014-11-28 Yao Qi <yao@codesourcery.com>
14692
14693 * gdb.base/break-probes.exp: Match library name prefixed with
14694 sysroot.
14695
f28a0564
SM
146962014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14697
14698 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14699 test expected output. Add parentheses for the call to print.
14700 Remove L suffix from integers.
14701
3fe1ce1d
DE
147022014-11-26 Doug Evans <dje@google.com>
14703
14704 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14705
84429e27
YQ
147062014-11-22 Yao Qi <yao@codesourcery.com>
14707
14708 * gdb.trace/entry-values.c: Remove asms.
14709 (foo): Add foo_label.
14710 (bar): Add bar_label.
14711 * gdb.trace/entry-values.exp: Remove code computing foo's
14712 length and bar's length.
14713 (Dwarf::assemble): Invoke function_range for bar and use
14714 MACRO_AT_func for foo.
14715
26741859
YQ
147162014-11-22 Yao Qi <yao@codesourcery.com>
14717
14718 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14719 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14720 Use .Lgcc43_procstart instead of gcc43.
14721
45e44d27
JB
147222014-11-21 Joel Brobecker <brobecker@adacore.com>
14723
14724 * gdb.ada/n_arr_bound: New testcase.
14725
458c8db8
SDJ
147262014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14727
14728 PR breakpoints/10737
14729 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14730 test_catch_syscall_multi_arch.
14731 (test_catch_syscall_multi_arch): New function.
14732
43f3e411
DE
147332014-11-20 Doug Evans <xdje42@gmail.com>
14734
14735 * gdb.base/maint.exp: Update expected output.
14736
0d7b2549
AA
147372014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14738
14739 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14740 4-byte instruction on S390.
14741
8908fca5
JB
147422014-11-19 Joel Brobecker <brobecker@adacore.com>
14743
14744 * gdb.ada/arr_arr: New testcase.
14745
4a46959e
JB
147462014-11-19 Joel Brobecker <brobecker@adacore.com>
14747
14748 * gdb.ada/pkd_arr_elem: New Testcase.
14749
470e2f4e
LM
147502014-11-18 Luis Machado <lgustavo@codesourcery.com>
14751
14752 * gdb.reverse/break-precsave: Expect completion message for
14753 core file reads.
14754 * gdb.reverse/consecutive-precsave.exp: Likewise.
14755 * gdb.reverse/finish-precsave.exp: Likewise.
14756 * gdb.reverse/i386-precsave.exp: Likewise.
14757 * gdb.reverse/machinestate-precsave.exp: Likewise.
14758 * gdb.reverse/sigall-precsave.exp: Likewise.
14759 * gdb.reverse/solib-precsave.exp: Likewise.
14760 * gdb.reverse/step-precsave.exp: Likewise.
14761 * gdb.reverse/until-precsave.exp: Likewise.
14762 * gdb.reverse/watch-precsave.exp: Likewise.
14763
a267f3ad
AA
147642014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14765
14766 * gdb.base/bp-permanent.c: Include unistd.h.
14767 * gdb.python/py-framefilter-mi.c (main): Add return type.
14768 * gdb.python/py-framefilter.c (main): Likewise.
14769 * gdb.trace/actions-changed.c (main): Likewise.
14770
12084a9a
AA
147712014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14772
14773 * gdb.mi/until.c: Add eye-catchers.
14774 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14775 line numbers.
14776
dc7e1a77
AA
147772014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14778
14779 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14780 function header variants in break1.c.
14781 * gdb.base/ena-dis-br.exp: Likewise.
14782 * gdb.base/hbreak2.exp: Likewise.
14783 * gdb.reverse/until-precsave.exp: Drop references to removed
14784 non-prototype function header variants in ur1.c.
14785 * gdb.reverse/until-reverse.exp: Likewise.
14786
41c77605
PM
147872014-11-17 Petr Machata <pmachata@redhat.com>
14788
14789 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14790 ${_cu_offset_size} bytes abbrev offset.
14791
34248c3a
DE
147922014-11-15 Doug Evans <xdje42@gmail.com>
14793
14794 PR symtab/17559
14795 * gdb.base/line-symtabs.exp: New file.
14796 * gdb.base/line-symtabs.c: New file.
14797 * gdb.base/line-symtabs.h: New file.
14798
646da059
YQ
147992014-11-14 Yao Qi <yao@codesourcery.com>
14800
14801 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14802 (func): Add label func_label.
14803 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14804 Replace low_pc and high_pc with MACRO_AT_range.
14805 Replace name, low_pc and high_pc with MACRO_AT_func.
14806
9301ebe6
YQ
148072014-11-14 Yao Qi <yao@codesourcery.com>
14808
14809 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14810 Replace name, low_pc and high_pc with MACRO_AT_func.
14811
f166b542
YQ
148122014-11-14 Yao Qi <yao@codesourcery.com>
14813
14814 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14815 produce debug information.
14816 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14817
0f6e71e3
YQ
148182014-11-14 Yao Qi <yao@codesourcery.com>
14819
14820 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14821 object and get function length.
14822 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14823 with MACRO_AT_func.
14824 (top-level): Replace gdb_compile and clean_restart with
14825 prepare_for_testing.
14826 * gdb.dwarf2/main.c (main): Add label main_label.
14827
876c4df9
YQ
148282014-11-14 Yao Qi <yao@codesourcery.com>
14829
14830 * lib/dwarf.exp (function_range): New procedure.
14831 (Dwarf::_handle_macro_at_func): New procedure.
14832 (Dwarf::_handle_macro_at_range): New procedure.
14833 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14834
02ad9cf1
YQ
148352014-11-14 Yao Qi <yao@codesourcery.com>
14836
14837 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14838 (_handle_attribute): New procedure.
14839
a59add0c
AA
148402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14841
14842 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14843 * gdb.base/call-sc.c (zed): Likewise.
14844 * gdb.base/checkpoint.c (main): Likewise.
14845 * gdb.base/dump.c (main): Likewise.
14846 * gdb.base/gcore.c (main): Likewise.
14847 * gdb.base/huge.c (main): Likewise.
14848 * gdb.base/multi-forks.c (main): Likewise.
14849 * gdb.base/pr10179-a.c (main): Likewise.
14850 * gdb.base/savedregs.c (main): Likewise.
14851 * gdb.base/sigaltstack.c (main): Likewise.
14852 * gdb.base/siginfo.c (main): Likewise.
14853 * gdb.base/structs.c (zed): Likewise.
14854 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14855 * gdb.mi/mi-syn-frame.c (main): Likewise.
14856 * gdb.mi/until.c (foo, main): Likewise.
14857 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14858 * gdb.base/solib-weak.c (foo): Declare.
14859 * gdb.base/attach-twice.c: Include stdio.h.
14860 * gdb.base/weaklib1.c: Likewise.
14861 * gdb.base/weaklib2.c: Likewise.
14862 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14863 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14864 unistd.h.
14865 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14866 * gdb.mi/mi-exit-code.c: Likewise.
14867 * gdb.base/break-interp-lib.c: Include string.h.
14868 * gdb.base/coremaker.c: Likewise.
14869 * gdb.base/testenv.c: Likewise.
14870 * gdb.python/py-finish-breakpoint.c: Likewise.
14871 * gdb.base/inferior-died.c: Include sys/wait.h.
14872 * gdb.base/fileio.c: Include time.h.
14873 * gdb.base/async-shell.c: Include unistd.h.
14874 * gdb.base/dprintf-non-stop.c: Likewise.
14875 * gdb.base/info-os.c: Likewise.
14876 * gdb.mi/mi-console.c: Likewise.
14877 * gdb.mi/watch-nonstop.c: Likewise.
14878 * gdb.python/py-events.c: Likewise.
14879 * gdb.base/async.c (baz): Move up before its invocation.
14880 * gdb.base/code_elim2.c (my_global_func): Likewise.
14881 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14882 * gdb.base/advance.c (func2): Likewise.
14883
3b5d5997
AA
148842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14885
14886 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14887 variant.
14888 * gdb.base/annota3.c: Likewise.
14889 * gdb.base/async.c: Likewise.
14890 * gdb.base/average.c: Likewise.
14891 * gdb.base/call-ar-st.c: Likewise.
14892 * gdb.base/call-rt-st.c: Likewise.
14893 * gdb.base/call-sc.c: Likewise.
14894 * gdb.base/call-strs.c: Likewise.
14895 * gdb.base/ending-run.c: Likewise.
14896 * gdb.base/execd-prog.c: Likewise.
14897 * gdb.base/exprs.c: Likewise.
14898 * gdb.base/foll-exec.c: Likewise.
14899 * gdb.base/foll-fork.c: Likewise.
14900 * gdb.base/foll-vfork.c: Likewise.
14901 * gdb.base/funcargs.c: Likewise.
14902 * gdb.base/gcore.c: Likewise.
14903 * gdb.base/jump.c: Likewise.
14904 * gdb.base/langs0.c: Likewise.
14905 * gdb.base/langs1.c: Likewise.
14906 * gdb.base/langs2.c: Likewise.
14907 * gdb.base/mips_pro.c: Likewise.
14908 * gdb.base/nodebug.c: Likewise.
14909 * gdb.base/opaque0.c: Likewise.
14910 * gdb.base/opaque1.c: Likewise.
14911 * gdb.base/recurse.c: Likewise.
14912 * gdb.base/run.c: Likewise.
14913 * gdb.base/scope0.c: Likewise.
14914 * gdb.base/scope1.c: Likewise.
14915 * gdb.base/setshow.c: Likewise.
14916 * gdb.base/setvar.c: Likewise.
14917 * gdb.base/shmain.c: Likewise.
14918 * gdb.base/shr1.c: Likewise.
14919 * gdb.base/shr2.c: Likewise.
14920 * gdb.base/sigall.c: Likewise.
14921 * gdb.base/signals.c: Likewise.
14922 * gdb.base/so-indr-cl.c: Likewise.
14923 * gdb.base/solib2.c: Likewise.
14924 * gdb.base/structs.c: Likewise.
14925 * gdb.base/sum.c: Likewise.
14926 * gdb.base/vforked-prog.c: Likewise.
14927 * gdb.base/watchpoint.c: Likewise.
14928 * gdb.reverse/shr2.c: Likewise.
14929 * gdb.reverse/until-reverse.c: Likewise.
14930 * gdb.reverse/ur1.c: Likewise.
14931 * gdb.reverse/watch-reverse.c: Likewise.
14932
066a77c5
AA
149332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14934
14935 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14936 variant.
14937 * gdb.base/sepdebug.exp: Drop references to removed code.
14938
4f204ea5
AA
149392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14940
14941 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14942 variant. Preserve original line numbering.
14943 * gdb.base/list1.c: Likewise.
14944
3b377a3a
AA
149452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14946
14947 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14948 variant.
14949 * gdb.base/break1.c: Likewise.
14950 * gdb.base/break.exp: Drop references to removed code.
14951
e444df73
AA
149522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14953
14954 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14955 variant.
14956
8008f2a7
AA
149572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14958
14959 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14960
a5a06887
AA
149612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14962
14963 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14964 logic into perform_all_tests() and invoke it with and without
14965 function header prototypes.
14966 (do_function_calls): Remove conditional XFAIL for PR 5318.
14967 (rerun_and_prepare): Remove duplicate code.
14968 (perform_all_tests): New. Main logic moved here.
14969
44dba9b9
AA
149702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14971
14972 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14973 code guarded by #ifdef NO_PROTOTYPES.
14974 (t_double_many_args): Likewise.
14975 (DEF_FUNC_MANY_ARGS_1): Likewise.
14976 (DEF_FUNC_VALUES_1): Likewise.
14977 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14978 guarded by #ifdef PROTOTYPES.
14979
d1fbcd56
AA
149802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14981
14982 * gdb.mi/mi-console.c: Add eye-catcher.
14983 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14984 instead of literal line number.
14985
b0e59b8f
AA
149862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14987
14988 * gdb.base/shr2.c: Add eye-catcher.
14989 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14990 line number.
14991
78f98cca
AA
149922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14993
14994 * gdb.base/jump.c: Add eye-catchers.
14995 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14996 numbers.
14997
58fa2af0
AA
149982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14999
15000 * gdb.base/execd-prog.c: Add eye-catchers.
15001 * gdb.base/foll-exec.c: Likewise.
15002 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15003 line numbers.
15004
04e5059b
AA
150052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15006
15007 * gdb.base/ending-run.c: Add eye-catchers.
15008 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15009 literal line numbers.
15010
dbfdb174
AA
150112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15012
15013 * gdb.base/call-rt-st.c: Add eye-catchers.
15014 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15015 literal line numbers.
15016
888a2ade
AA
150172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15018
15019 * gdb.base/call-ar-st.c: Add eye-catchers.
15020 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15021 literal line numbers.
15022
6acc2dde
AA
150232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15024
15025 * gdb.base/average.c: Add eye-catchers.
15026 * gdb.base/sum.c: Likewise.
15027 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15028 regexps dynamically.
15029
9ecfcd1d
AA
150302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15031
15032 * gdb.base/solib1.c: Add eye-catchers.
15033 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15034 literal line numbers.
15035
78708b7c
PA
150362014-11-12 Pedro Alves <palves@redhat.com>
15037
15038 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15039 leader has exited.
15040
af48d08f
PA
150412014-11-12 Pedro Alves <palves@redhat.com>
15042
15043 * gdb.arch/i386-bp_permanent.c: New file.
15044 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15045 (srcfile): Set to i386-bp_permanent.c.
15046 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15047 that stepi does not execute the 'leave' instruction, instead of
15048 testing it does execute.
15049 * gdb.base/bp-permanent.c: New file.
15050 * gdb.base/bp-permanent.exp: New file.
15051
af3768e9
DE
150522014-11-10 Doug Evans <xdje42@gmail.com>
15053
15054 PR symtab/17564
15055 * gdb.base/symtab-search-order.exp: New file.
15056 * gdb.base/symtab-search-order.c: New file.
15057 * gdb.base/symtab-search-order-1.c: New file.
15058 * gdb.base/symtab-search-order-shlib-1.c: New file.
15059
9de00a4a
PA
150602014-11-07 Pedro Alves <palves@redhat.com>
15061
15062 PR gdb/17511
15063 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15064 i?86-*-linux*.
15065
e0f52461
SC
150662014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15067
15068 PR c++/17494
15069 * gdb.cp/pr17494.cc: New file.
15070 * gdb.cp/pr17494.exp: New file.
15071
6ce8c980
YQ
150722014-11-02 Yao Qi <yao@codesourcery.com>
15073
15074 * gdb.python/python.exp: Get working directory and match the
15075 output of "set extended-prompt \\w " with it.
15076
02be9a71
DE
150772014-10-30 Doug Evans <dje@google.com>
15078
15079 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15080 in objfiles.
15081 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15082 in progspaces.
15083
3bdff46b
LM
150842014-10-30 Janis Johnson <janisjo@codesourcery.com>
15085
15086 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15087 * gdb.base/realname-expand.exp: Likewise.
15088 * gdb.linespec/macro-relative.exp: Likewise.
15089
ab917dfb
PA
150902014-10-29 Pedro Alves <palves@redhat.com>
15091
15092 PR gdb/17408
15093 * gdb.threads/schedlock.c (some_function): New function.
15094 (call_function): New global.
15095 (MAYBE_CALL_SOME_FUNCTION): New macro.
15096 (thread_function): Call it.
15097 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15098 and use it instead of a global counter. Adjust all callers.
15099 (get_current_thread): Use "find current thread" for test message
15100 here rather than having all callers pass down the same string.
15101 (goto_loop): New procedure, factored out from ...
15102 (my_continue): ... this.
15103 (step_ten_loops): Change parameter from test message to command to
15104 use. Adjust.
15105 (list_count): Delete global.
15106 (check_result): New procedure, factored out from duplicate top
15107 level code.
15108 (continue tests): Wrap in with_test_prefix.
15109 (test_step): New procedure, factored out from duplicate top level
15110 code.
15111 (top level): Test "step" in combination with all scheduler-locking
15112 modes. Test "next" in combination with all scheduler-locking
15113 modes, and in combination with stepping over a function call or
15114 not.
15115 * gdb.threads/next-bp-other-thread.c: New file.
15116 * gdb.threads/next-bp-other-thread.exp: New file.
15117
d3d4baed
PA
151182014-10-29 Pedro Alves <palves@redhat.com>
15119
15120 PR python/17372
15121 * gdb.python/python.exp: Test a multi-line command that spawns
15122 interactive Python.
15123 * gdb.base/multi-line-starts-subshell.exp: New file.
15124
563e8d85
YQ
151252014-10-29 Yao Qi <yao@codesourcery.com>
15126
15127 * gdb.base/fileio.exp: Make directories on host.
15128
0ea4d52e
YQ
151292014-10-29 Yao Qi <yao@codesourcery.com>
15130
15131 * gdb.base/fileio.c (test_write): Close the file.
15132
7f5ef605
PA
151332014-10-28 Pedro Alves <palves@redhat.com>
15134
15135 PR gdb/12623
15136 * gdb.base/sigstep.c (no_handler): New global.
15137 (main): If 'no_handler is true, set the signal handlers to
15138 SIG_IGN.
15139 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15140 with_sw_watch and no_handler parameters. Handle them.
15141 (top level) <stepping over handler when stopped at a breakpoint
15142 test>: Add a test axis for testing with a software watchpoint, and
15143 another for testing with the signal handler set to SIG_IGN.
15144 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15145 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15146
abbdbd03
PA
151472014-10-28 Pedro Alves <palves@redhat.com>
15148
15149 PR gdb/17511
15150 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15151 * gdb.base/sigstep.exp (other_handler_location): New global.
15152 (advance): Support stepping into the signal handler, and running
15153 commands while in the handler.
15154 (in_handler_map): New global.
15155 (top level): In the advance test, add combinations for getting
15156 into the handler with stepping commands, and for running commands
15157 in the handler. Add comment descripting the advancei tests.
15158
1df4399f
PA
151592014-10-28 Pedro Alves <palves@redhat.com>
15160
15161 * gdb.base/sigstep.exp: Use build_executable instead of
15162 prepare_for_testing.
15163 (top level): Move code that starts GDB, runs to main and creates a
15164 display to ...
15165 (restart): ... this new procedure.
15166 (top level): Move backtrace from signal handler test to ...
15167 (validate_backtrace): ... this new procedure.
15168 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15169 with_test_prefix. Always restart GDB.
15170 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15171 with_test_prefix. Always restart GDB. No need to delete
15172 breakpoints after the test.
15173 (test_skip_handler): Remove prefix parameter.
15174 (skip_over_handler, breakpoint_to_handler)
15175 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15176 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15177 restart GDB. No need to delete breakpoints after the test.
15178 (top level): Use foreach to call the test procedures with
15179 different commands.
15180
a5b6e449
PA
151812014-10-28 Pedro Alves <palves@redhat.com>
15182
15183 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15184 instead of GNATS numbers.
15185 * gdb.base/sigbpt.exp: Likewise.
15186 * gdb.base/siginfo.exp: Likewise.
15187 * gdb.base/sigstep.exp: Likewise.
15188
e5f8a7cc
PA
151892014-10-27 Pedro Alves <palves@redhat.com>
15190
15191 * gdb.base/sigstep.c (dummy): New global.
15192 (main): Issue a couple writes to the new global.
15193 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15194 procedures.
15195 (skip_over_handler): Use test_skip_handler.
15196 (top level): Call skip_over_handler for stepi and nexti too.
15197 (breakpoint_over_handler): Use test_skip_handler.
15198 (top level): Call breakpoint_over_handler for stepi and nexti too.
15199
763905a3
YQ
152002014-10-27 Yao Qi <yao@codesourcery.com>
15201
15202 * gdb.trace/tfile.c (adjust_function_address)
15203 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15204 function descriptor.
15205
6f259a23
DB
152062014-10-24 Don Breazeal <donb@codesourcery.com>
15207
15208 * gdb.base/foll-fork.exp (test_follow_fork,
15209 catch_fork_child_follow): Check for updated fork messages emitted
15210 from infrun.c.
15211 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15212 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15213 vfork_and_exec_child_follow_through_step): Check for updated vfork
15214 messages emitted from infrun.c.
15215
09dd9a69
PA
152162014-10-24 Pedro Alves <palves@redhat.com>
15217
15218 * gdb.base/corefile.exp: Remove references to ultrix.
15219 * gdb.base/interrupt.exp: Likewise.
15220 * gdb.base/whatis.exp: Likewise.
15221 * gdb.gdb/selftest.exp: Likewise.
15222 * gdb.threads/manythreads.exp: Likewise.
15223 * gdb.threads/print-threads.exp: Likewise.
15224 * gdb.threads/pthreads.exp:: Likewise.
15225 * gdb.threads/schedlock.exp: Likewise.
15226
3433cfa5
SC
152272014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15228
15229 * gdb.cp/non-trivial-retval.cc: Add a test case.
15230 * gdb.cp/non-trivial-retval.exp: Add a test.
15231
092f880b
YQ
152322014-10-20 Yao Qi <yao@codesourcery.com>
15233
15234 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15235 * gdb.python/py-objfile-script-gdb.py: New file.
15236 * gdb.python/py-objfile-script.exp: Update reference to
15237 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15238 of remote_download. Remove the dest file.
15239
acbdb7f3
YQ
152402014-10-20 Yao Qi <yao@codesourcery.com>
15241
15242 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15243 * gdb.base/step-line.exp: Likewise.
15244 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15245 * gdb.dwarf2/dw2-basic.exp: Likewise.
15246 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15247 * gdb.dwarf2/dw2-filename.exp: Likewise.
15248 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15249 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15250 * gdb.dwarf2/dw2-producer.exp: Likewise.
15251 * gdb.dwarf2/mac-fileno.exp: Likewise.
15252 * gdb.python/py-frame-args.exp: Likewise.
15253 * gdb.python/py-framefilter.exp: Likewise.
15254 * gdb.python/py-mi.exp: Likewise.
15255 * gdb.python/py-objfile-script.exp: Likewise
15256 * gdb.python/py-pp-integral.exp: Likewise.
15257 * gdb.python/py-pp-re-notag.exp: Likewise.
15258 * gdb.python/py-prettyprint.exp: Likewise.
15259 * gdb.python/py-section-script.exp: Likewise.
15260 * gdb.python/py-typeprint.exp: Likewise.
15261 * gdb.python/py-xmethods.exp: Likewise.
15262 * gdb.stabs/weird.exp: Likewise.
15263 * gdb.xml/tdesc-regs.exp: Likewise.
15264
bd286a29
KCY
152652014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15266
15267 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15268 (out_cu): Use addr_len for the size of addresses.
15269 (out_line): Likewise. Size DW_LNE_set_address instruction
15270 according to addr_len.
15271 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15272 (FUNC): Add START_INSNS to definition.
15273
673dc4a0
YQ
152742014-10-18 Yao Qi <yao@codesourcery.com>
15275
15276 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15277 gdb_has_argv0 return true.
15278 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15279 check [target_info exists noargs], check [gdb_has_argv0]
15280 instead.
15281 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15282 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15283 procedures.
15284
4ffbba72
DE
152852014-10-17 Doug Evans <dje@google.com>
15286
15287 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15288 event.
15289 * gdb.python/py-events.py: Add clear_objfiles event.
15290
d096d8c1
DE
152912014-10-17 Doug Evans <dje@google.com>
15292
15293 * gdb.python/py-objfile.exp: Test progspace attribute.
15294
a80db015
LM
152952014-10-17 Luis Machado <lgustavo@codesourcery.com>
15296
15297 * gdb.guile/scm-breakpoint.exp: Do not assume any
15298 directory separators when matching source file paths.
15299 * gdb.python/py-breakpoint.exp: Likewise.
15300 * gdb.reverse/break-precsave.exp: Likewise.
15301 * gdb.reverse/break-reverse.exp: Likewise.
15302 * gdb.reverse/consecutive-precsave.exp: Likewise.
15303 * gdb.reverse/finish-precsave.exp: Likewise.
15304 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15305 * gdb.reverse/finish-reverse.exp: Likewise.
15306 * gdb.reverse/i386-precsave.exp: Likewise.
15307 * gdb.reverse/i387-env-reverse.exp: Likewise.
15308 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15309 * gdb.reverse/machinestate-precsave.exp: Likewise.
15310 * gdb.reverse/machinestate.exp: Likewise.
15311 * gdb.reverse/sigall-precsave.exp: Likewise.
15312 * gdb.reverse/solib-precsave.exp: Likewise.
15313 * gdb.reverse/step-precsave.exp: Likewise.
15314 * gdb.reverse/until-precsave.exp: Likewise.
15315 * gdb.reverse/watch-precsave.exp: Likewise.
15316 * gdb.reverse/watch-reverse.exp: Likewise.
15317
b22089ab
YQ
153182014-10-17 Yao Qi <yao@codesourcery.com>
15319
15320 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15321 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15322
6c4486e6
PA
153232014-10-17 Pedro Alves <palves@redhat.com>
15324
15325 PR gdb/17471
15326 * gdb.base/bg-execution-repeat.c: New file.
15327 * gdb.base/bg-execution-repeat.exp: New file.
15328
0ff33695
PA
153292014-10-17 Pedro Alves <palves@redhat.com>
15330
15331 PR gdb/17300
15332 * gdb.base/continue-all-already-running.c: New file.
15333 * gdb.base/continue-all-already-running.exp: New file.
15334
6fdebc3d
PA
153352014-10-17 Pedro Alves <palves@redhat.com>
15336
15337 PR gdb/17472
15338 * gdb.base/annota-input-while-running.c: New file.
15339 * gdb.base/annota-input-while-running.exp: New file.
15340
32a8097b
PA
153412014-10-17 Pedro Alves <palves@redhat.com>
15342
15343 * gdb.base/callfuncs.exp: emove references to osf.
15344 * gdb.base/sigall.exp: Likewise.
15345 * gdb.gdb/selftest.exp: Likewise.
15346 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15347 * gdb.mi/non-stop.c: Likewise.
15348 * gdb.mi/pthreads.c: Likewise.
15349 * gdb.reverse/sigall-precsave.exp: Likewise.
15350 * gdb.reverse/sigall-reverse.exp: Likewise.
15351 * gdb.threads/pthreads.c: Likewise.
15352 * gdb.threads/pthreads.exp: Likewise.
15353
7a3517ff
YQ
153542014-10-17 Yao Qi <yao@codesourcery.com>
15355
15356 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15357 check 'target_info exists noargs'.
15358 (test_command_prompt_position): Likewise.
15359 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15360 Remove "set args".
15361 (progvar_simple_while_test): Likewise.
15362 (progvar_complex_if_while_test): Likewise.
15363 (if_while_breakpoint_command_test): Likewise.
15364 (infrun_breakpoint_command_test): Likewise.
15365 (breakpoint_command_test): Likewise.
15366 (watchpoint_command_test): Likewise.
15367 (bp_deleted_in_command_test): Likewise.
15368 (temporary_breakpoint_commands): Likewise.
15369
bb99c472
YQ
153702014-10-16 Yao Qi <yao@codesourcery.com>
15371
15372 * gdb.base/remotetimeout.exp: Remove noargs checking.
15373
7c16b83e
PA
153742014-10-15 Pedro Alves <palves@redhat.com>
15375
15376 PR breakpoints/9649
15377 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15378 * gdb.base/breakpoint-in-ro-region.exp
15379 (probe_target_hardware_step): New procedure.
15380 (top level): Probe hardware stepping and hardware breakpoint
15381 support. Test stepping through a read-only region, with both
15382 "breakpoint auto-hw" on and off and both "always-inserted" on and
15383 off.
15384
35a49624
IB
153852014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15386
15387 * gdb.dlang/demangle.exp: Update for demangling changes.
15388
2d1c107c
SC
153892014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15390
15391 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15392 * gdb.cp/non-trivial-retval.exp: Add new tests.
15393
778811d5
SC
153942014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15395
15396 PR c++/13403
15397 PR c++/15154
15398 * gdb.cp/non-trivial-retval.cc: New file.
15399 * gdb.cp/non-trivial-retval.exp: New file.
15400
10c5f0a8
YQ
154012014-10-15 Yao Qi <yao@codesourcery.com>
15402
15403 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15404 remote host.
15405
65d7b369
YQ
154062014-10-15 Yao Qi <yao@codesourcery.com>
15407
15408 * gdb.python/py-symbol.exp: Match file base name if host is
15409 remote, otherwise match file name with dir name.
15410 * gdb.python/py-symtab.exp: Likewise.
15411 * gdb.python/python.exp: Likewise.
15412
46dc1394
YQ
154132014-10-15 Yao Qi <yao@codesourcery.com>
15414
15415 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15416 pattern.
15417 * gdb.python/py-symtab.exp: Likewise.
15418 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15419 locationn.
15420
c40cc657
JB
154212014-10-14 Joel Brobecker <brobecker@adacore.com>
15422
15423 * gdb.ada/addr_arith: New testcase.
15424
2abf49e1
MR
154252014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15426
15427 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15428 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15429 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15430 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15431
f7088df3
SDJ
154322014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15433
15434 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15435 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15436 * gdb.arch/stap-eval-lang-ada.exp: New file.
15437
4dc06805
YQ
154382014-10-14 Yao Qi <yao@codesourcery.com>
15439
15440 * gdb.mi/mi-var-child.c (nothing1): New function.
15441 (nothing2): New function.
15442 (do_children_tests): Set function pointers by nothing1 and
15443 nothing2.
15444 * gdb.mi/mi-var-child.exp: Step over new added statements.
15445 Update test to match the new output.
15446 * gdb.mi/var-cmd.c (nothing1): New function.
15447 (nothing2): New function.
15448 (do_children_tests): Set function pointers by nothing1 and
15449 nothing2.
15450 * gdb.mi/mi-var-display.exp: Update test to match output.
15451 Step to the line specified by $line_dct_nothing.
15452 Increase the number of lines to step.
15453
46a93de2
YQ
154542014-10-14 Yao Qi <yao@codesourcery.com>
15455
15456 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15457 tests.
15458 * gdb.mi/mi2-var-child.exp: Likewise.
15459
14ea52ee
DE
154602014-10-13 Doug Evans <dje@google.com>
15461
15462 * gdb.python/py-objfile.exp: Change name of file name test.
15463
e5c6e92b
DE
154642014-10-13 Doug Evans <dje@google.com>
15465
15466 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15467 from the start of the CU.
15468
c780cc2f
JK
154692014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15470 Yao Qi <yao@codesourcery.com>
15471
15472 Fix "save breakpoints" for "catch" command.
15473 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15474 Remove -nonewline. Match also the added "main" line.
15475
99894e11
JK
154762014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15477
15478 Fix "save breakpoints" for "disable $bpnum" command.
15479 * gdb.base/save-bp.c (main): Add label.
15480 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15481
6e1ac5a3
JK
154822014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15483
15484 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15485
754dd2b0
YQ
154862014-10-11 Yao Qi <yao@codesourcery.com>
15487
15488 * gdb.server/server-kill.exp: Execute command
15489 "set remote trace-status-packet on" before "tstatus".
15490
f90183d7
YQ
154912014-10-11 Yao Qi <yao@codesourcery.com>
15492
15493 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15494 (main): Call getppid.
15495 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15496 and continue to it. Read variable "server_pid".
15497
bf40a607
YQ
154982014-10-11 Yao Qi <yao@codesourcery.com>
15499
15500 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15501
052ca370
YQ
155022014-10-11 Yao Qi <yao@codesourcery.com>
15503
15504 * gdb.threads/thread-find.exp: Don't execute command
15505 "info threads".
15506 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15507 * gdb.threads/linux-dp.exp: Don't check the condition
15508 $threads_created equals to zero.
15509
3831839c
PA
155102014-10-10 Pedro Alves <palves@redhat.com>
15511
15512 * gdb.base/bigcore.exp: Remove references to IRIX.
15513 * gdb.base/funcargs.exp: Likewise.
15514 * gdb.base/interrupt.exp: Likewise.
15515 * gdb.base/mips_pro.exp: Likewise.
15516 * gdb.base/nodebug.exp: Likewise.
15517 * gdb.base/setvar.exp: Likewise.
15518 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15519
8b9a549d
PA
155202014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15521 Pedro Alves <palves@redhat.com>
15522
15523 PR symtab/14466
15524 * gdb.base/vdso-warning.c: New file.
15525 * gdb.base/vdso-warning.exp: New file.
15526
d48ba5e8
DE
155272014-10-02 Doug Evans <dje@google.com>
15528
15529 * gdb.base/structs.c (main): Don't run forever.
15530
2278c276
PA
155312014-10-02 Pedro Alves <palves@redhat.com>
15532
15533 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15534 (top level) <stop threads 1, stop threads 2>: Use it.
15535
b57bacec
PA
155362014-10-02 Pedro Alves <palves@redhat.com>
15537
15538 * gdb.threads/break-while-running.exp (test): Add new
15539 'update_thread_list' argument. Skip "info threads" if false.
15540 (top level): Add new 'update_thread_list' axis.
15541
13fd3ff3
PA
155422014-10-02 Pedro Alves <palves@redhat.com>
15543
15544 PR breakpoints/17431
15545 * gdb.base/execl-update-breakpoints.c: New file.
15546 * gdb.base/execl-update-breakpoints.exp: New file.
15547
0fec99e8
PA
155482014-10-01 Pedro Alves <palves@redhat.com>
15549
15550 * gdb.base/breakpoint-in-ro-region.c: New file.
15551 * gdb.base/breakpoint-in-ro-region.exp: New file.
15552
2ddf4301
SM
155532014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15554
15555 * gdb.mi/mi-exit-code.exp: New file.
15556 * gdb.mi/mi-exit-code.c: New file.
15557
6a5f3f43
YQ
155582014-09-30 Yao Qi <yao@codesourcery.com>
15559
15560 * lib/prelink-support.exp (build_executable_own_libs): Error if
15561 the target isn't native.
15562
345bcc73
YQ
155632014-09-30 Yao Qi <yao@codesourcery.com>
15564
15565 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15566 false.
15567
a25a5a45
PA
155682014-09-22 Pedro Alves <palves@redhat.com>
15569
15570 * gdb.threads/break-while-running.exp: New file.
15571 * gdb.threads/break-while-running.c: New file.
15572
00ba3162
YQ
155732014-09-19 Yao Qi <yao@codesourcery.com>
15574
15575 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15576 Invoke test. Restart GDB with --readnow and invoke test again.
15577
c3b7b696
YQ
155782014-09-19 Yao Qi <yao@codesourcery.com>
15579
15580 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15581 proc set_breakpoint_on_gcd_function. Invoke
15582 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15583 invoke set_breakpoint_on_gcd_function again.
15584
2b4fd423
DE
155852014-09-18 Doug Evans <dje@google.com>
15586
15587 * gdb.dwarf2/symtab-producer.exp: New file.
15588
a5947601
SDJ
155892014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15590
15591 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15592 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15593 * gdb.base/global-var-nested-by-dso.c: Likewise.
15594 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15595
91c19059
SDJ
155962014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15597 Pedro Alves <palves@redhat.com>
15598
15599 * gdb.base/watch-bitfields.exp: Pass string other than test file
15600 name to prepare_for_testing.
15601 (watch): New procedure.
15602 (expect_watchpoint): Use with_test_prefix.
15603 (top level): Factor out tests to ...
15604 (test_watch_location, test_regular_watch): ... these new
15605 procedures, and use with_test_prefix and gdb_continue_to_end.
15606
bb9d5f81
PP
156072014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15608
15609 PR breakpoints/12526
15610 * gdb.base/watch-bitfields.exp: New file.
15611 * gdb.base/watch-bitfields.c: New file.
15612
635856f5
PA
156132014-09-16 Pedro Alves <palves@redhat.com>
15614
15615 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15616 software and hardware addresses, not software address against
15617 itself.
15618
7280ceea
PA
156192014-09-16 Pedro Alves <palves@redhat.com>
15620
15621 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15622 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15623
428b16bd
PA
156242014-09-16 Pedro Alves <palves@redhat.com>
15625
15626 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15627 files.
15628 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15629 "*-*-vxworks*" throughout.
15630 * gdb.base/break.exp: Likewise.
15631 * gdb.base/default.exp: Likewise.
15632 * gdb.base/scope.exp: Likewise.
15633 * gdb.base/sepdebug.exp: Likewise.
15634 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15635 throughout.
15636 * gdb.base/run.c: Likewise.
15637 * gdb.base/sepdebug.c: Likewise.
15638 * gdb.hp/gdb.aCC/run.c: Likewise.
15639 * gdb.reverse/until-reverse.c: Likewise.
15640 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15641
666d413c
YQ
156422014-09-16 Yao Qi <yao@codesourcery.com>
15643
15644 * boards/local-remote-host-native.exp: New file.
15645
57cbd724
DE
156462014-09-14 Doug Evans <xdje42@gmail.com>
15647
15648 * gdb.threads/queue-signal.c (thread_count): New variable.
15649 (thread_count_mutex, thread_count_condvar): New variables.
15650 (incr_thread_count, wait_all_threads_running): New functions.
15651 (main): Wait for all threads to be in their thread functions.
15652
81219e53
DE
156532014-09-13 Doug Evans <xdje42@gmail.com>
15654
15655 * gdb.threads/queue-signal.c: New file.
15656 * gdb.threads/queue-signal.exp: New file.
15657
3714cea7
DE
156582014-09-13 Doug Evans <xdje42@gmail.com>
15659
15660 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15661 be consistent with what default_gdb_init uses.
15662 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15663 the plain text of the prompt. Add some logging printfs.
15664 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15665
fa43b1d7
PA
156662014-09-12 Pedro Alves <palves@redhat.com>
15667
15668 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15669 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15670 * gdb.arch/i386-size-overlap.exp: Likewise.
15671 * gdb.arch/i386-size.exp: Likewise.
15672 * gdb.arch/i386-unwind.exp: Likewise.
15673 * gdb.base/a2-run.exp: Likewise.
15674 * gdb.base/break.exp: Likewise.
15675 * gdb.base/charset.exp: Likewise.
15676 * gdb.base/chng-syms.exp: Likewise.
15677 * gdb.base/commands.exp: Likewise.
15678 * gdb.base/dbx.exp: Likewise.
15679 * gdb.base/find.exp: Likewise.
15680 * gdb.base/funcargs.exp: Likewise.
15681 * gdb.base/jit-simple.exp: Likewise.
15682 * gdb.base/reread.exp: Likewise.
15683 * gdb.base/sepdebug.exp: Likewise.
15684 * gdb.base/step-bt.exp: Likewise.
15685 * gdb.cp/mb-inline.exp: Likewise.
15686 * gdb.cp/mb-templates.exp: Likewise.
15687 * gdb.objc/basicclass.exp: Likewise.
15688 * gdb.threads/killed.exp: Likewise.
15689
9d9bf2df
EBM
156902014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15691
15692 PR tdep/17379
15693 * gdb.arch/powerpc-stackless.S: New file.
15694 * gdb.arch/powerpc-stackless.exp: New file.
15695
1cf2f1b0
JK
156962014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15697
15698 * gdb.base/attach.c: Include unistd.h.
15699 (main): Call alarm. Add label postloop.
15700 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15701 gdb_breakpoint, gdb_continue_to_breakpoint.
15702 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15703
98880d46
PA
157042014-09-11 Pedro Alves <palves@redhat.com>
15705
15706 PR gdb/17347
15707 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15708 * gdb.base/attach.exp (test_command_line_attach_run): New
15709 procedure.
15710 (top level): Call it.
15711
4c92ff2c
PA
157122014-09-11 Pedro Alves <palves@redhat.com>
15713
15714 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15715 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15716 (do_command_attach_tests): Use spawn_wait_for_attach.
15717 * gdb.base/solib-overlap.exp: Likewise.
15718 * gdb.multi/multi-attach.exp: Likewise.
15719 * gdb.python/py-prompt.exp: Likewise.
15720 * gdb.python/py-sync-interp.exp: Likewise.
15721 * gdb.server/ext-attach.exp: Likewise.
15722
3adc1a7d
GKB
157232014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15724
15725 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15726 command in testcase. Simplify testcase.
15727
96334934
JB
157282014-09-10 Joel Brobecker <brobecker@adacore.com>
15729
15730 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15731
eb479039
JB
157322014-09-10 Joel Brobecker <brobecker@adacore.com>
15733
15734 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15735
deede10c
JB
157362014-09-10 Joel Brobecker <brobecker@adacore.com>
15737
15738 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15739
7828a5f5
JB
157402014-09-10 Joel Brobecker <brobecker@adacore.com>
15741
15742 * gdb.dwarf2/dynarr-ptr.c: New file.
15743 * gdb.dwarf2/dynarr-ptr.exp: New file.
15744
33aeebcf
MR
157452014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15746
15747 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15748 of 30 rather than hardcoding 120 for a slow test case. Take the
15749 `gdb,timeout' target setting into account for this calculation.
15750 Don't extend the timeout for the test cases that don't need it.
15751
7b415901
MR
157522014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15753
15754 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15755 a factor of 2 for a slow test case. Take the `gdb,timeout'
15756 target setting into account for this calculation.
15757 * gdb.reverse/until-precsave.exp: Increase the timeout by
15758 a factor of 15 and 3 respectively rather than adding 120
15759 for a pair of slow test cases. Take the `gdb,timeout'
15760 target setting into account for this calculation.
15761
4a40f85a
MR
157622014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15763
15764 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15765 timeout, don't pass one down to gdb_expect.
15766 (gdb_expect): Rework timeout selection.
15767
09635af7
MR
157682014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15769
15770 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15771 exception on timeout.
15772 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15773 (gdbserver_start_extended): Catch any `gdbserver_start' error
15774 exceptions.
15775 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15776 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15777 `gdbserver_gdb_load' error exceptions.
15778
2bdd10b7
MR
157792014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15780
15781 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15782 120 on waiting for the TCP socket to open.
15783
316935f0
DE
157842014-09-09 Doug Evans <xdje42@gmail.com>
15785
15786 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15787 _caller_matches, _any_caller_is, _any_caller_matches.
15788
83740597
DE
157892014-09-09 Doug Evans <xdje42@gmail.com>
15790
15791 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15792
4c122fc3
YQ
157932014-09-09 Yao Qi <yao@codesourcery.com>
15794
15795 * gdb.mi/mi-var-display.exp: Set print symbol off.
15796
a9f116cb
GKB
157972014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15798
15799 PR gdb/17035
15800 * gdb.base/commands.exp: Add tests to verify user-defined
15801 commands with empty bodies.
15802 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15803 python commands in `show user command`.
15804 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15805 scheme commands in `show user command`.
15806
c75bd3a2
JK
158072014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15808
15809 PR python/17355
15810 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15811 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15812 * gdb.python/py-framefilter-invalidarg.exp: New file.
15813 * gdb.python/py-framefilter-invalidarg.py: New file.
15814
faa42425
DE
158152014-09-06 Doug Evans <xdje42@gmail.com>
15816
15817 PR 15276
15818 * gdb.python/py-caller-is.c: New file.
15819 * gdb.python/py-caller-is.exp: New file.
15820
474ca4f6
SDJ
158212014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15822
15823 PR gdb/17235
15824 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15825 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15826
eb0b0463
SDJ
158272014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15828
15829 PR fortran/17237
15830 * gdb.fortran/print-formatted.exp: New file.
15831 * gdb.fortran/print-formatted.f90: Likewise.
15832
5f3b99cf
SS
158332014-09-03 Sasha Smundak <asmundak@google.com>
15834
15835 * gdb.python/py-frame.exp: Test Frame.read_register.
15836
7d793aa9
SDJ
158372014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15838
15839 PR python/16699
15840 * gdb.python/py-completion.exp: New file.
15841 * gdb.python/py-completion.py: Likewise.
15842
fb0576e9
DE
158432014-08-28 Doug Evans <dje@google.com>
15844
15845 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15846 eax,etc. are live with values set by gdb and thus the compiler can't
15847 use them.
15848 * gdb.arch/i386-pseudo.c (main): Ditto.
15849
ee92b0dd
DE
158502014-08-27 Doug Evans <dje@google.com>
15851
15852 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15853
6649db35
DE
158542014-08-25 Doug Evans <dje@google.com>
15855
15856 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15857 (main): Ditto.
15858
564b7600
DE
158592014-08-25 Doug Evans <dje@google.com>
15860
15861 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15862
3881fb67
YQ
158632014-08-24 Yao Qi <yao@codesourcery.com>
15864
15865 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15866 symbol off.
15867 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15868
a05a36a5
DE
158692014-08-22 Doug Evans <dje@google.com>
15870
15871 PR 17276
15872 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15873 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15874 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15875
7c343b48
YQ
158762014-08-22 Yao Qi <yao@codesourcery.com>
15877
15878 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15879 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15880 * gdb.python/python.exp: Likewise. Use .py file on the host
15881 instead of the build.
15882
22fd09ae
JK
158832014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15884
15885 * gdb.threads/gcore-stale-thread.c: New file.
15886 * gdb.threads/gcore-stale-thread.exp: New file.
15887
a8454a7c
PA
158882014-08-21 Pedro Alves <palves@redhat.com>
15889
15890 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15891 * gdb.base/gcore-relro-pie.exp: Likewise.
15892 * gdb.base/gcore-relro.exp: Likewise.
15893 * gdb.base/gcore.exp: Likewise.
15894 * gdb.base/print-symbol-loading.exp: Likewise.
15895 * gdb.threads/gcore-thread.exp: Likewise.
15896 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15897
2a31c623
PA
158982014-08-20 Pedro Alves <palves@redhat.com>
15899 Jan Kratochvil <jan.kratochvil@redhat.com>
15900
15901 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15902 configure.
15903 (EXPECT): Handle READ1 being set.
15904 (all): Depend on EXTRA_RULES.
15905 (check-read1, expect-read1, read1.so, read1): New rules.
15906 * README (Testsuite Parameters): Document the READ1 make variable.
15907 (Race detection): New section.
15908 * configure: Regenerate.
15909 * configure.ac: If build==host==target, and running under a
15910 GNU/glibc system, add read1 to the extra Makefile rules.
15911 (EXTRA_RULES): AC_SUBST it.
15912 * lib/read1.c: New file.
15913
d36430db
JB
159142014-08-20 Joel Brobecker <brobecker@adacore.com>
15915
15916 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15917 the handling of variables declared as a typedef to an array
15918 which a DW_AT_data_location attribute.
15919
9a0dc9e3
PA
159202014-08-19 Andrew Burgess <aburgess@broadcom.com>
15921 Pedro Alves <palves@redhat.com>
15922
15923 PR symtab/14604
15924 PR symtab/14605
15925 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15926 gdb_test.
15927
0718a8da
PA
159282014-08-19 Pedro Alves <palves@redhat.com>
15929
15930 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15931
13b448cd
YQ
159322014-08-19 Yao Qi <yao@codesourcery.com>
15933
15934 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15935 right line.
15936
1cbf5077
DB
159372014-08-18 David Blaikie <dblaikie@gmail.com>
15938
15939 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15940
bf0fae19
JB
159412014-08-18 Joel Brobecker <brobecker@adacore.com>
15942
15943 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15944 attribute in array range.
15945
3c8c5dcc
JB
159462014-08-18 Joel Brobecker <brobecker@adacore.com>
15947
15948 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15949
e66d4446
SC
159502014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15951
15952 PR c++/17132
15953 * gdb.cp/pr17132.cc: New file.
15954 * gdb.cp/pr17132.exp: New file.
15955
940df408
SC
159562014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15957
15958 * gdb.python/py-xmethods.py (A_getarrayind)
15959 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15960 Use 'print' with function call syntax.
15961 (E_method_matcher.match): Fix tab vs space indentation mixup.
15962
ebcc6c3a
YQ
159632014-08-15 Yao Qi <yao@codesourcery.com>
15964
15965 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15966 false.
15967
775e0f04
YQ
159682014-08-15 Yao Qi <yao@codesourcery.com>
15969
15970 * gdb.cp/casts.exp: Set print symbol off.
15971 * gdb.cp/class2.exp: Likewise.
15972 * gdb.cp/overload.exp: Likewise.
15973 * gdb.cp/templates.exp: Likewise.
15974
d769e349
DE
159752014-08-11 Doug Evans <dje@google.com>
15976
15977 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15978 (test_load_shlib): Update.
15979
20c6f1e1
YQ
159802014-08-09 Yao Qi <yao@codesourcery.com>
15981
15982 * gdb.base/display.exp: Invoke is_address_zero_readable.
15983 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15984 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15985 * gdb.base/hbreak-unmapped.exp: Return if
15986 is_address_zero_readable returns true.
15987 * gdb.base/signest.exp: Likewise.
15988 * gdb.base/signull.exp: Likewise.
15989 * gdb.base/sigbpt.exp: Likewise.
15990 * gdb.guile/scm-disasm.exp: Do the test if
15991 is_address_zero_readable returns false.
15992 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15993 * gdb.python/py-arch.exp: Likewise.
15994 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15995 * lib/gdb.exp (is_address_zero_readable): New proc.
15996
5792e8e3
YQ
159972014-08-09 Yao Qi <yao@codesourcery.com>
15998
15999 PR testsuite/13443
16000 * gdb.mi/mi-var-display.exp: Make test messages unique.
16001
3cecbbbe
TT
160022014-08-04 Tom Tromey <tromey@redhat.com>
16003
16004 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16005 target 0".
16006
00b51ff5
TT
160072014-08-04 Tom Tromey <tromey@redhat.com>
16008
16009 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16010 "target_resume".
16011
6908c509
JB
160122014-08-01 Joel Brobecker <brobecker@adacore.com>
16013
16014 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16015 inner_vla_struct_object_size.
16016 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16017 as xfail.
16018
cc6563d2
PA
160192014-07-30 Pedro Alves <palves@redhat.com>
16020
16021 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16022 comment.
16023
7e09a223
YQ
160242014-07-29 Yao Qi <yao@codesourcery.com>
16025
16026 PR gdb/17206
16027 * gdb.base/until-nodebug.exp: New.
16028
7ebdbe92
DE
160292014-07-28 Doug Evans <xdje42@gmail.com>
16030
16031 PR guile/17203
16032 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16033 previously existing parameter, and previously ambiguously spelled
16034 parameter.
16035
fdb1adc6
WN
160362014-07-28 Will Newton <will.newton@linaro.org>
16037
16038 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16039
186fcde0
DE
160402014-07-26 Ludovic Courtès <ludo@gnu.org>
16041 Doug Evans <xdje42@gmail.com>
16042
16043 PR guile/17146
16044 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16045
70509625
PA
160462014-07-25 Pedro Alves <palves@redhat.com>
16047
16048 * gdb.threads/signal-command-handle-nopass.c: New file.
16049 * gdb.threads/signal-command-handle-nopass.exp: New file.
16050 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16051 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16052 * gdb.threads/signal-delivered-right-thread.c: New file.
16053 * gdb.threads/signal-delivered-right-thread.exp: New file.
16054
c3f814a1
PA
160552014-07-25 Pedro Alves <palves@redhat.com>
16056
16057 * gdb.base/double-prompt-target-event-error.exp
16058 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16059 match.
16060 (cancel_pagination_in_target_event): Rework double prompt
16061 detection.
16062 * gdb.base/paginate-after-ctrl-c-running.exp
16063 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16064 <return>' match.
16065 * gdb.base/paginate-bg-execution.exp
16066 (test_bg_execution_pagination_return)
16067 (test_bg_execution_pagination_cancel): Remove '-notransfer
16068 <return>' matches.
16069 * gdb.base/paginate-execution-startup.exp
16070 (test_fg_execution_pagination_return)
16071 (test_fg_execution_pagination_cancel): Remove '-notransfer
16072 <return>' matches.
16073 * gdb.base/paginate-inferior-exit.exp
16074 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16075 match.
16076 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16077 * lib/gdb.exp (pagination_prompt): Run text through
16078 string_to_regexp.
16079 (gdb_test_multiple): Match $pagination_prompt instead of
16080 "<return>".
16081 (string_to_regexp): Move to lib/gdb-utils.exp.
16082
e214cf6c
JK
160832014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16084
16085 * gdb.arch/amd64-entry-value-paramref.S: New file.
16086 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16087 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16088 * gdb.arch/amd64-optimout-repeat.S: New file.
16089 * gdb.arch/amd64-optimout-repeat.c: New file.
16090 * gdb.arch/amd64-optimout-repeat.exp: New file.
16091
17d0c5c8
JK
160922014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16093
16094 PR gdb/17170
16095 * gdb.base/statistics.exp: New file.
16096
b8b8facf
DE
160972014-07-17 Doug Evans <dje@google.com>
16098
74b49205 16099 PR gdb/17170
b8b8facf
DE
16100 * gdb.base/maint.exp: Update testing of per-command stats.
16101
1b5d0ab3
PA
161022014-07-16 Pedro Alves <palves@redhat.com>
16103
16104 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16105 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16106 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16107 (tfile_write_buf): New functions.
16108 (add_memory_block): Rewrite using the above.
16109 (adjust_function_address): New function.
16110 (FUNCTION_ADDRESS): New macro.
16111 (write_basic_trace_file): Remove short_x local, and use
16112 tfile_write_16. Change type of func_addr local to unsigned long
16113 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16114 here. Cast argument of add_memory_block to char pointer.
16115 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16116 (main): Remove parameters.
16117 * gdb.trace/tfile.exp: Remove nowarnings.
16118
4d974e88
SM
161192014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16120
16121 * gdb.base/debug-expr.exp: Test string evaluation with
16122 "debug expression" on.
16123
41e99568
PA
161242014-07-15 Pedro Alves <palves@redhat.com>
16125
16126 * gdb.base/reread.exp: Use clean_restart.
16127
487d9753
PL
161282014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16129
16130 * gdb.arch/avr-flash-qualifer.c: New.
16131 * gdb.arch/avr-flash-qualifer.exp: New.
16132
cc1c52ad
PA
161332014-07-14 Pedro Alves <palves@redhat.com>
16134
16135 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16136 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16137
1e973570
PA
161382014-07-14 Pedro Alves <palves@redhat.com>
16139
16140 * gdb.base/double-prompt-target-event-error.c: New file.
16141 * gdb.base/double-prompt-target-event-error.exp: New file.
16142
93d6eb10
PA
161432014-07-14 Pedro Alves <palves@redhat.com>
16144
16145 PR gdb/17072
16146 * gdb.base/paginate-inferior-exit.c: New file.
16147 * gdb.base/paginate-inferior-exit.exp: New file.
16148
0017922d
PA
161492014-07-14 Pedro Alves <palves@redhat.com>
16150
16151 PR gdb/17072
16152 * gdb.base/paginate-bg-execution.c: New file.
16153 * gdb.base/paginate-bg-execution.exp: New file.
16154
94696ad3
PA
161552014-07-14 Pedro Alves <palves@redhat.com>
16156
16157 PR gdb/17072
16158 * gdb.base/paginate-execution-startup.c: New file.
16159 * gdb.base/paginate-execution-startup.exp: New file.
16160 * lib/gdb.exp (pagination_prompt): New global.
16161 (default_gdb_spawn): New procedure, factored out from
16162 default_gdb_spawn.
16163 (default_gdb_start): Adjust to call default_gdb_spawn.
16164 (gdb_spawn): New procedure.
16165
bd293940
PA
161662014-07-14 Pedro Alves <palves@redhat.com>
16167
16168 * lib/gdb.exp (gdb_assert): New procedure.
16169 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16170
c933f875
PA
161712014-07-14 Pedro Alves <palves@redhat.com>
16172
16173 * gdb.base/execution-termios.c: New file.
16174 * gdb.base/execution-termios.exp: New file.
16175
d98b7a16
TT
161762014-07-14 Tom Tromey <tromey@redhat.com>
16177
16178 * gdb.cp/vla-cxx.cc: New file.
16179 * gdb.cp/vla-cxx.exp: New file.
16180
548740d6
TT
161812014-07-14 Tom Tromey <tromey@redhat.com>
16182
16183 * gdb.reverse/rerun-prec.c: New file.
16184 * gdb.reverse/rerun-prec.exp: New file.
16185
a25eb028
MR
161862014-07-12 Maciej W. Rozycki <macro@mips.com>
16187 Maciej W. Rozycki <macro@codesourcery.com>
16188
16189 * lib/gdb-utils.exp: New file.
16190 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16191 inline `gdb_init_command' processing.
16192 (gdb_start_cmd): Likewise.
16193 * lib/mi-support.exp (mi_run_cmd): Likewise.
16194 * README: Document `gdb_init_command' and `gdb_init_commands'.
16195
218c2655
JK
161962014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16197
16198 Fix false FAIL running under a very long directory name.
16199 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16200 and "set print elements 10000". Twice.
16201
5401fde3
YQ
162022014-07-11 Yao Qi <yao@codesourcery.com>
16203
16204 * gdb.base/exprs.exp: "set print symbol off".
16205
e76126e8
PA
162062014-07-11 Pedro Alves <palves@redhat.com>
16207
16208 * gdb.threads/kill.c: New file.
16209 * gdb.threads/kill.exp: New file.
16210
2d6f0de6
YQ
162112014-07-10 Yao Qi <yao@codesourcery.com>
16212
16213 * gdb.trace/tfile.c (write_basic_trace_file)
16214 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16215 address written to trace file.
16216
7180e04a
PA
162172014-07-09 Pedro Alves <palves@redhat.com>
16218
16219 * gdb.base/attach-wait-input.exp: New file.
16220 * gdb.base/attach-wait-input.c: New file.
16221
9a9a7608
AB
162222014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16223
16224 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16225 setting up test structures.
16226 (main): Call new test function.
16227 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16228 test function, continue into test function and walk test
16229 structures.
16230
161ac41e
YQ
162312014-07-02 Yao Qi <yao@codesourcery.com>
16232
16233 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16234 'bar_start' at the beginning of functions 'foo' and 'bar'
16235 respectively.
16236 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16237 instead of 'foo' and 'bar'.
16238
1f267ae3
MM
162392014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16240
16241 * gdb.btrace/segv.exp: New.
16242 * gdb.btrace/segv.c: New.
16243
2b239efb
LM
162442014-07-02 Luis Machado <lgustavo@codesourcery.com>
16245
16246 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16247 instruction.
16248
cf363f18
MW
162492014-06-30 Mark Wielaard <mjw@redhat.com>
16250
16251 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16252 vulture, vilify, villar): New volatile array constants.
16253 (vindictive, vegetation): New const volatile array constants.
16254 * gdb.base/volatile.exp: Test volatile and const volatile array
16255 types.
16256
aebf9d24
AA
162572014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16258
16259 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16260 target lacks support for awatch, rwatch, or hbreak.
16261
b67a2c6f
YQ
162622014-06-27 Yao Qi <yao@codesourcery.com>
16263
16264 * gdb.multi/dummy-frame-restore.exp: New.
16265 * gdb.multi/dummy-frame-restore.c: New.
16266
aef92902
MM
162672014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16268
16269 * gdb.btrace/gcore.exp: New.
16270
8e9db26e
PA
162712014-06-23 Pedro Alves <palves@redhat.com>
16272
16273 * gdb.base/watchpoint-reuse-slot.c: New file.
16274 * gdb.base/watchpoint-reuse-slot.exp: New file.
16275
70afc5b7
SC
162762014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16277
16278 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16279 progspace's filename in 'info', 'enable' and 'disable' command
16280 tests.
16281
b972bd9c
JK
162822014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16283
16284 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16285 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16286 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16287
125f8a3d
GB
162882014-06-20 Gary Benson <gbenson@redhat.com>
16289
16290 * gdb.arch/i386-avx.exp: Fix include file location.
16291 * gdb.arch/i386-sse.exp: Likewise.
16292
3ed9baed
IB
162932014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16294
16295 * gdb.dlang/expression.exp: New file.
16296
034f788c
PA
162972014-06-19 Pedro Alves <palves@redhat.com>
16298
16299 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16300 out from ...
16301 (top level): ... here. Iterate running tests under different
16302 scheduler-locking settings.
16303
45371d0c
LM
163042014-06-18 Luis Machado <lgustavo@codesourcery.com>
16305
16306 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16307 to DW_FORM_addr and use non-zero addresses.
16308
5d376983
SC
163092014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16310
16311 PR gdb/17017
16312 * gdb.python/py-xmethods.cc: Add global function call counters and
16313 increment them in their respective functions. Remove "cout"
16314 statements.
16315 * gdb.python/py-xmethods.exp: Make tests check the global function
16316 call counters instead of depending on inferior IO.
16317
a1aa2221
LM
163182014-06-18 Don Breazeal <donb@codesourcery.com>
16319
16320 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16321 Deleted procedure.
16322 (explicit_fork_parent_follow): Deleted procedure.
16323 (explicit_fork_child_follow): Deleted procedure.
16324 (test_follow_fork): New procedure.
16325 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16326 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16327 procedure calls.
16328
0fc05997
YQ
163292014-06-17 Yao Qi <yao@codesourcery.com>
16330
16331 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16332 CP1252.
16333
70795c52
LM
163342014-06-17 Luis Machado <lgustavo@codesourcery.com>
16335
16336 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16337 Initialize ptr and S explicitly.
16338 (skip_type_update_when_not_use_rtti_test): Likewise.
16339
6be47f0c
KS
163402014-06-16 Keith Seitz <keiths@redhat.com>
16341
16342 PR mi/15863
16343 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16344 the inferior is started.
16345
d03de421
PA
163462014-06-16 Pedro Alves <palves@redhat.com>
16347
16348 * gdb.base/break-main-file-remove-fail.c: New file.
16349 * gdb.base/break-main-file-remove-fail.exp: New file.
16350 * gdb.base/break-unload-file.exp: Use build_executable instead of
16351 prepare_for_testing.
16352 (test_break): New parameter "initial_load". Handle it.
16353 (top level): Add initial_load cmdline/file axis.
16354
f9579b99
TT
163552014-06-12 Tom Tromey <tromey@redhat.com>
16356
16357 * gdb.base/completion.exp: Don't use directory name in test.
16358
3657956b
GB
163592014-06-09 Gary Benson <gbenson@redhat.com>
16360
16361 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16362 separate the always-available ANSI-standard signals from the
16363 signals that require checking.
16364 (main): Likewise.
16365 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16366 Likewise.
16367 (main): Likewise.
16368
4186eb54
KS
163692014-06-07 Keith Seitz <keiths@redhat.com>
16370
16371 Revert:
16372 PR c++/16253
16373 * gdb.cp/var-tag.cc: New file.
16374 * gdb.cp/var-tag.exp: New file.
16375 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16376 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16377 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16378 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16379
25326a28 163802014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16381
16382 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16383
829155c9
PA
163842014-06-06 Pedro Alves <palves@redhat.com>
16385
16386 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16387 in target debug output instead of looking at RSP packets,
16388 disabling the test on any target that uses hardware stepping.
16389 Update comments.
16390
61c8d22e
PA
163912014-06-06 Pedro Alves <palves@redhat.com>
16392
16393 * gdb.base/break-unload-file.exp: Fix typo.
16394
d9a47287
YQ
163952014-06-06 Yao Qi <yao@codesourcery.com>
16396
16397 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16398 from "jit_function" to "^jit_function".
16399
e5e01dbf
YQ
164002014-06-06 Yao Qi <yao@codesourcery.com>
16401
16402 * gdb.base/async.c (foo): Add one statement.
16403 * gdb.base/async.exp: Get the next instruction address and
16404 match the output of "nexti" by instruction address. Match
16405 the hex address in the output of "finish".
16406
73ba372c
GB
164072014-06-06 Gary Benson <gbenson@redhat.com>
16408
16409 * gdb.base/call-signals.c: Remove preprocessor conditionals
16410 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16411 SIGSEGV and SIGTERM.
16412 * gdb.base/sigall.c: Likewise.
16413 * gdb.base/unwindonsignal.c: Likewise.
16414 * gdb.reverse/sigall-reverse.c: Likewise.
16415
831517df
YQ
164162014-06-06 Yao Qi <yao@codesourcery.com>
16417
16418 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16419 readable, skip the test.
16420
b8b91e98
YQ
164212014-06-06 Yao Qi <yao@codesourcery.com>
16422
16423 * gdb.threads/staticthreads.c (thread_function): Move the line
16424 setting breakpoint on forward.
16425 * gdb.threads/staticthreads.exp: Update comments.
16426
fb934770
LC
164272014-06-05 Ludovic Courtès <ludo@gnu.org>
16428
16429 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16430 "history-append! type error".
16431
6ef284bd
SM
164322014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16433
16434 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16435 erroneous dprintf expected input.
16436
a872e241
DE
164372014-06-04 Doug Evans <xdje42@gmail.com>
16438
16439 * gdb.guile/scm-generics.exp: Delete.
16440
16f691fb
DE
164412014-06-04 Doug Evans <xdje42@gmail.com>
16442
16443 * gdb.guile/scm-breakpoint.exp: Update.
16444 Add tests for breakpoint registration.
16445
012370f6
TT
164462014-06-04 Tom Tromey <tromey@redhat.com>
16447
16448 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16449 VLA-in-union.
16450 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16451 inner_vla_struct, vla_union types. Initialize objects of those
16452 types and compute their sizes.
16453
9f5a4cef
HZ
164542014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16455 Hui Zhu <hui@codesourcery.com>
16456
16457 * gdb.base/fileio.exp: Add test for shell not available as well as
16458 available.
16459 * gdb.base/fileio.c (test_system): Check for shell twice.
16460
90a45c4d
YQ
164612014-06-04 Yao Qi <yao@codesourcery.com>
16462
16463 * gdb.base/auto-connect-native-target.exp: Remove redundant
16464 space from the regexp pattern.
16465
70017e41
YQ
164662014-06-04 Yao Qi <yao@codesourcery.com>
16467
16468 * gdb.base/default.exp: Replace "child" with "native" in
16469 regexp pattern.
16470
883964a7
SC
164712014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16472
16473 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16474 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16475 * gdb.python/py-xmethods.py: Python script supporting the
16476 new testcase and tests.
16477
ef370185
JB
164782014-06-03 Joel Brobecker <brobecker@adacore.com>
16479 Pedro Alves <palves@redhat.com>
16480
16481 PR breakpoints/17000
16482 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16483 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16484
1e2ccb61
BM
164852014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16486
16487 * gdb.base/subst.exp: Add tests to verify partial path matching
16488 output.
16489
c6ec5ab2
PA
164902014-06-03 Pedro Alves <palves@redhat.com>
16491
16492 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16493 target that doesn't use software single-stepping.
16494
835c559f
PA
164952014-06-03 Pedro Alves <palves@redhat.com>
16496
16497 PR breakpoints/17000
16498 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16499 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16500
06eb1586
DE
165012014-06-02 Doug Evans <xdje42@gmail.com>
16502
16503 * gdb.guile/scm-parameter.exp: New file.
16504
e698b8c4
DE
165052014-06-02 Doug Evans <xdje42@gmail.com>
16506
16507 * gdb.guile/scm-cmd.c: New file.
16508 * gdb.guile/scm-cmd.exp: New file.
16509
ded03782
DE
165102014-06-02 Doug Evans <xdje42@gmail.com>
16511
16512 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16513 pretty-printer lookup.
16514 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16515 (make-pp_s-printer): Call it.
16516 (make-pretty-printer-from-dict): New function.
16517 (lookup-pretty-printer-maker-from-dict): New function.
16518 (*pretty-printer*): Simplify.
16519 (make-objfile-pp_s-printer): New function.
16520 (install-objfile-pretty-printers!): New function.
16521 (make-progspace-pp_s-printer): New function.
16522 (install-progspace-pretty-printers!): New function.
16523 * gdb.guile/scm-progspace.c: New file.
16524 * gdb.guile/scm-progspace.exp: New file.
16525
41fac0cf
PA
165262014-06-02 Pedro Alves <palves@redhat.com>
16527
16528 * gdb.base/dprintf-bp-same-addr.c: New file.
16529 * gdb.base/dprintf-bp-same-addr.exp: New file.
16530
96ae5695
EBM
165312014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16532
16533 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16534 * gdb.arch/powerpc-power.s: Likewise.
16535
da02b3a8
JB
165362014-06-02 Joel Brobecker <brobecker@adacore.com>
16537
16538 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16539
c72b2e7b
YQ
165402014-06-01 Yao Qi <yao@codesourcery.com>
16541
16542 * gdb.base/watchpoint.exp (test_watch_location): Check null
16543 pointer can be dereferenced. If not, do the test, otherwise
16544 skip it.
16545
53e8a631
AB
165462014-05-30 Andrew Burgess <aburgess@broadcom.com>
16547
16548 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16549 results.
16550 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16551
938f0e2f
AB
165522014-05-30 Andrew Burgess <aburgess@broadcom.com>
16553
16554 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16555 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16556 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16557 * gdb.arch/amd64-invalid-stack-top.c: New file.
16558 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16559
9ba6657a
PA
165602014-05-30 Pedro Alves <palves@redhat.com>
16561
16562 PR breakpoints/17000
16563 * gdb.base/sss-bp-on-user-bp.c: New file.
16564 * gdb.base/sss-bp-on-user-bp.exp: New file.
16565
522c09bf
DB
165662014-05-30 David Blaikie <dblaikie@gmail.com>
16567
16568 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16569 gnu_inline semantics via attribute.
16570 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16571 source explicitly specifies the required semantics.
16572
bf4ef81e
MR
165732014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16574
16575 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16576
329ea579
PA
165772014-05-29 Pedro Alves <palves@redhat.com>
16578 Tom Tromey <tromey@redhat.com>
16579
16580 * gdb.base/async-shell.exp: Don't enable target-async.
16581 * gdb.base/async.exp
16582 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16583 parameter. Adjust.
16584 (top level): Don't test with "target-async".
16585 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16586 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16587 * gdb.base/inferior-died.exp: Don't enable target-async.
16588 * gdb.base/interrupt-noterm.exp: Likewise.
16589 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16590 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16591 * gdb.mi/mi-nonstop.exp: Likewise.
16592 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16593 * gdb.mi/mi-nsintrall.exp: Likewise.
16594 * gdb.mi/mi-nsmoribund.exp: Likewise.
16595 * gdb.mi/mi-nsthrexec.exp: Likewise.
16596 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16597 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16598 * gdb.python/py-evsignal.exp: Don't enable target-async.
16599 * gdb.python/py-evthreads.exp: Likewise.
16600 * gdb.python/py-prompt.exp: Likewise.
16601 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16602 * gdb.server/solib-list.exp: Don't enable target-async.
16603 * gdb.threads/thread-specific-bp.exp: Likewise.
16604 * lib/mi-support.exp: Adjust to use mi-async.
16605
fd664c91
PA
166062014-05-29 Pedro Alves <palves@redhat.com>
16607
16608 PR gdb/13860
16609 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16610 reason, even in sync mode.
16611
251bde03
PA
166122014-05-29 Pedro Alves <palves@redhat.com>
16613 Hui Zhu <hui@codesourcery.com>
16614
16615 PR PR15693
16616 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16617 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16618 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16619 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16620
7f3c0343
JB
166212014-05-28 Joel Brobecker <brobecker@adacore.com>
16622
16623 * config/monitor.exp (gdb_target_monitor): Replace use of
16624 "set remotebaud" by "set serial baud".
16625
b2715b27
AW
166262014-05-26 Andy Wingo <wingo@igalia.com>
16627
16628 * gdb.guile/scm-breakpoint.exp:
16629 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16630 properties instead of gdb-object-properties.
16631
498a4489
YQ
166322014-05-26 Yao Qi <yao@codesourcery.com>
16633
16634 * gdb.server/no-thread-db.exp: Specify source file name
16635 explicitly when setting a breakpoint.
16636
589fdceb
MM
166372014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16638
16639 * gdb.btrace/vdso.c: New.
16640 * gdb.btrace/vdso.exp: New.
16641
e9089e05
MM
166422014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16643
16644 * gdb.base/gcore.exp (capture_command_output): Move ...
16645 * lib/gdb.exp (capture_command_output): ... here.
16646
67b5c0c1
MM
166472014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16648
16649 * gdb.btrace/data.exp: Test memory access during btrace replay.
16650
a2199296
SM
166512014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16652
16653 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16654
17b2616c
PA
166552014-05-21 Pedro Alves <palves@redhat.com>
16656
16657 PR gdb/13860
16658 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16659 (top level): Test that output related to execution commands is
16660 sent to the console with CLI commands, but not with MI commands.
16661 Test that breakpoint events are always mirrored to the console.
16662 Also expect the new source line to be output after a "next" in
16663 async mode too. Make it a pass/fail test.
16664 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16665 output.
16666 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16667
5166082f
PA
166682014-05-21 Pedro Alves <palves@redhat.com>
16669
16670 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16671 Use them to test variations of "list" after reaching a breakpoint.
16672 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16673 Test "list" with listsize 10 after reaching a breakpoint.
16674 * gdb.python/python.exp (decode_line current location line
16675 number): Adjust expected line number.
16676
2f25d70f
SM
166772014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16678
16679 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16680 behavior for $args, pass it directly to "run".
16681
ff604a67
MR
166822014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16683
16684 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16685 30000 to 65536.
16686
6a3cb8e8
PA
166872014-05-21 Pedro Alves <palves@redhat.com>
16688
16689 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16690 auto-connect-native-target off".
16691 * gdb.base/auto-connect-native-target.c: New file.
16692 * gdb.base/auto-connect-native-target.exp: New file.
16693
4ebfc96e
PA
166942014-05-21 Pedro Alves <palves@redhat.com>
16695
16696 * gdb.base/default.exp: Test "target native" instead of "target
16697 child".
16698
36d46afb
MW
166992014-05-21 Mark Wielaard <mjw@redhat.com>
16700
16701 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16702
5876f503
JK
167032014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16704
16705 Fix TLS access for -static -pthread.
16706 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16707 <HAVE_TLS> (thread_function, main): Initialize it.
16708 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16709 Add clean_restart.
16710 <$have_tls != "">: Check TLSVAR.
16711
0256a6ac
PA
167122014-05-21 Pedro Alves <palves@redhat.com>
16713
16714 * gdb.base/dcache-line-read-error.c: New.
16715 * gdb.base/dcache-line-read-error.exp: New.
16716
936d2992
PA
167172014-05-20 Pedro Alves <palves@redhat.com>
16718
16719 * gdb.base/compare-sections.c: New file.
16720 * gdb.base/compare-sections.exp: New file.
16721
802e8e6d
PA
167222014-05-20 Pedro Alves <palves@redhat.com>
16723
16724 * gdb.base/break-idempotent.c: New file.
16725 * gdb.base/break-idempotent.exp: New file.
16726
e59fa00f
MM
167272014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16728
16729 * gdb.btrace/nohist.exp: New.
16730
8b696e31
YQ
167312014-05-20 Yao Qi <yao@codesourcery.com>
16732
16733 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16734 gdb.reverse directory and gdb_reverse_timeout exists in board
16735 setting.
16736 * README: Document gdb_reverse_timeout.
16737
73c9764f
YQ
167382014-05-20 Yao Qi <yao@codesourcery.com>
16739
16740 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16741 'test_file_name'. Treat args as a string instead of a list.
16742 (gdb_init): Rename argument 'args' by 'test_file_name'.
16743
f1f4348a
JK
167442014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16745
16746 * gdb.arch/powerpc-power.exp: New file.
16747 * gdb.arch/powerpc-power.s: New file.
16748
0dbe70ce
DE
167492014-05-16 Doug Evans <dje@google.com>
16750
16751 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
16752 * gdb.base/completion.exp: Check that all expected files exist
16753 before doing file completion.
0dbe70ce 16754
8d551b02
DE
167552014-05-16 Doug Evans <dje@google.com>
16756
16757 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16758 Update.
16759 (do_syscall_tests_without_xml): Update.
16760
73eb7709
PA
167612014-05-16 Pedro Alves <palves@redhat.com>
16762
16763 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16764 instead of "unknown output after running".
16765
3fae92fc
YQ
167662014-05-16 Yao Qi <yao@codesourcery.com>
16767
16768 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16769 file1.txt from host at the end.
16770 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16771
c2b2ccc5
DE
167722014-05-15 Doug Evans <dje@google.com>
16773
16774 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16775 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16776 loading file. Add test for TU lookup.
16777
8c217a4b
SM
167782014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16779
16780 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16781 calling "-exec-arguments" or "set args" before running the
16782 inferior.
16783
3deb39c6
SM
167842014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16785
16786 * lib/mi-support.exp (mi_expect_stop): Expect message for
16787 inferiors that exit with non-zero exit code.
16788
71a79f8c
YQ
167892014-05-14 Yao Qi <yao@codesourcery.com>
16790
16791 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16792 match absolute path on remote host.
16793 (test_file_list_exec_source_files): Remove "/" from the
16794 pattern.
16795
f23fcd46
YQ
167962014-05-14 Yao Qi <yao@codesourcery.com>
16797
16798 * boards/local-remote-host-notty.exp (${board}_file): New
16799 proc.
16800
9404b58f
KM
168012014-05-07 Kyle McMartin <kyle@redhat.com>
16802
16803 Pushed by Joel Brobecker <brobecker@adacore.com>.
16804 * gdb.arch/aarch64-atomic-inst.c: New file.
16805 * gdb.arch/aarch64-atomic-inst.exp: New file.
16806
5e45f04c
YQ
168072014-05-07 Yao Qi <yao@codesourcery.com>
16808
16809 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16810 in current context" too.
16811
c888a17d
KS
168122014-05-05 Keith Seitz <keiths@redhat.com>
16813
16814 * gdb.linespec/ls-dollar.exp: Add test for linespec
16815 file:convenience_variable.
16816
290a839c
YQ
168172014-05-05 Yao Qi <yao@codesourcery.com>
16818
16819 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16820 traceframes into tfile and ctf trace files. Read data from
16821 trace file and test collected data.
16822 (gdb_collect_locals_test): Likewise.
16823 (gdb_unavailable_registers_test): Likewise.
16824 (gdb_unavailable_floats): Likewise.
16825 (gdb_collect_globals_test): Likewise.
16826 (top-level): Append "ctf" to trace_file_targets if GDB
16827 supports.
16828
b5262cd0
YQ
168292014-05-05 Yao Qi <yao@codesourcery.com>
16830
16831 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16832 code to ...
16833 (gdb_collect_args_test_1): ... it. New proc.
16834 (gdb_collect_locals_test): Move some code to ...
16835 (gdb_collect_locals_test_1): ... it. New proc.
16836 (gdb_unavailable_registers_test): Move some code to ...
16837 (gdb_unavailable_registers_test_1): ... it. New proc.
16838 (gdb_unavailable_floats): Move some code to ...
16839 (gdb_unavailable_floats_1): ... it. New proc.
16840
30a1e6cc
SDJ
168412014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16842
16843 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16844 probes to test for bitness recognition.
16845 * gdb.arch/amd64-stap-optional-prefix.exp
16846 (test_probe_value_without_reg): New procedure.
16847 Add code to test for different kinds of bitness.
16848
f33da99a
SDJ
168492014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16850
16851 PR breakpoints/16889
16852 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16853 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16854
5b80f00d
PA
168552014-05-01 Pedro Alves <palves@redhat.com>
16856
16857 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16858 gdb_file_cmd if no file is specified.
16859 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16860 last_loaded_file to set the remote exec-file.
16861
f8c2a73c
PA
168622014-05-01 Pedro Alves <palves@redhat.com>
16863
16864 * boards/local-remote-host.exp: New file.
16865
be6e8ac7
PA
168662014-05-01 Pedro Alves <palves@redhat.com>
16867
16868 * boards/local-remote-host.exp: Rename to ...
16869 * boards/local-remote-host-notty.exp: ... this.
16870
cac0dc8f
JB
168712014-04-28 Joel Brobecker <brobecker@adacore.com>
16872
16873 * gdb.ada/dyn_arrayidx: New testcase.
16874
9730e6cc
YQ
168752014-04-26 Yao Qi <yao@codesourcery.com>
16876
16877 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16878 and compute the length of function main. Save it in
16879 $main_length.
16880 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16881 (top-level): Use gdb_compile to compile objects into
16882 executable and restart GDB. Remove invocation to
16883 prepare_for_testing.
16884
7ae1a6a6
PA
168852014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16886 Pedro Alves <palves@redhat.com>
16887
16888 PR server/16255
16889 * gdb.multi/multi-attach.c: New file.
16890 * gdb.multi/multi-attach.exp: New file.
16891
4082afcc
PA
168922014-04-25 Pedro Alves <palves@redhat.com>
16893
16894 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16895 user.
16896 (top level): Test that "set remote conditional-breakpoints-packet
16897 off" works as intended.
16898 * gdb.base/dprintf.exp: Test that "set remote
16899 breakpoint-commands-packet off" works as intended.
16900 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16901 New function.
16902 (top level): Call it.
16903 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16904 remote fast-tracepoints-packet off" works as intended.
16905 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16906 * lib/gdb.exp (gdb_is_target_remote): ... here.
16907
2abc3f8d
DB
169082014-04-24 David Blaikie <dblaikie@gmail.com>
16909
16910 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16911 ensure clang would not discard them.
16912 * gdb.base/gdbvars.c: Ditto.
16913 * gdb.base/memattr.c: Ditto.
16914 * gdb.base/whatis.c: Ditto.
16915 * gdb.python/py-prettyprint.c: Ditto.
16916 * gdb.trace/actions.c: Ditto.
16917 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16918 ensure clang would not discard it.
16919
bfd39632
DB
169202014-04-24 David Blaikie <dblaikie@gmail.com>
16921
16922 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16923 clang to emit the full definition of type required by the test
16924 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16925
22842ff6
DB
169262014-04-24 David Blaikie <dblaikie@gmail.com>
16927
16928 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16929 coax Clang into emitting the definition of the type.
16930 * gdb.cp/pr10728-x.h (y): Ditto.
16931 * gdb.cp/pr10728-y.cc (y): Ditto.
16932
c2e827ad
DB
169332014-04-24 David Blaikie <dblaikie@gmail.com>
16934
16935 * gdb.base/label.exp: XFAIL label related tests under Clang.
16936 * gdb.cp/cplabel.exp: Ditto.
16937 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16938 under Clang those using labels.
16939
4c2d33e7
YQ
169402014-04-25 Yao Qi <yao@codesourcery.com>
16941
16942 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16943 double_label.
16944 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16945 partial_label and double_label.
16946
56083b99
DB
169472014-04-24 David Blaikie <dblaikie@gmail.com>
16948
16949 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16950
25d4e99d
DB
169512014-04-24 David Blaikie <dblaikie@gmail.com>
16952
16953 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16954 of the function to work across GCC and Clang.
16955 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16956 pointer types (const void ** const V void **).
16957
01f9f808
MS
169582014-04-24 Michael Sturm <michael.sturm@mintel.com>
16959 Walfred Tedeschi <walfred.tedeschi@intel.com>
16960
16961 * Makefile.in (EXECUTABLES): Added i386-avx512.
16962 * gdb.arch/i386-avx512.c: New file.
16963 * gdb.arch/i386-avx512.exp: Likewise.
16964
4b48d439
KS
169652014-04-23 Keith Seitz <keiths@redhat.com>
16966
16967 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16968 (mi_make_breakpoint_table): New procedure.
16969 (mi_create_breakpoint): Use mi_make_breakpoint
16970 and return the result.
16971 (mi_make_breakpoint): New procedure.
16972 (mi_build_kv_pairs): New procedure.
16973
16974 * gdb.mi/mi-break.exp: Remove unused globals,
16975 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16976 All callers updated.
16977 * gdb.mi/mi-dprintf.exp: Use variable to track command
16978 number.
16979 Update all callers of mi_create_breakpoint and use
16980 mi_make_breakpoint_table.
16981 Remove any unused global variables.
16982 * gdb.mi/mi-nonstop.exp: Likewise.
16983 * gdb.mi/mi-nsintrall.exp: Likewise.
16984 * gdb.mi/mi-nsmoribund.exp: Likewise.
16985 * gdb.mi/mi-nsthrexec.exp: Likewise.
16986 * gdb.mi/mi-reverse.exp: Likewise.
16987 * gdb.mi/mi-simplerun.exp: Likewise.
16988 * gdb.mi/mi-stepn.exp: Likewise.
16989 * gdb.mi/mi-syn-frame.exp: Likewise.
16990 * gdb.mi/mi-until.exp: Likewise.
16991 * gdb.mi/mi-var-cp.exp: Likewise.
16992 * gdb.mi/mi-var-display.exp: Likewise.
16993 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16994 * gdb.mi/mi2-var-child.exp: Likewise.
16995 * gdb.mi/mi-vla-c99.exp: Likewise.
16996 * lib/mi-support.exp: Likewise.
16997
16998 From Ian Lance Taylor <iant@cygnus.com>:
16999 * lib/gdb.exp (parse_args): New procedure.
17000
08351840
PA
170012014-04-23 Pedro Alves <palves@redhat.com>
17002
17003 * gdb.base/break-unload-file.c: New file.
17004 * gdb.base/break-unload-file.exp: New file.
17005 * gdb.base/sym-file-lib.c (baz): New function.
17006 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17007 field.
17008 (load): Store the segment's mapped size.
17009 (unload): New function.
17010 (unload_shlib): New function.
17011 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17012 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17013 set a breakpoint at baz, and call it.
17014 * gdb.base/sym-file.exp: New tests for stale breakpoint
17015 instructions.
17016
076855f9
PA
170172014-04-23 Pedro Alves <palves@redhat.com>
17018
17019 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17020 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17021 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17022 * gdb.base/hbreak-unmapped.c: New file.
17023 * gdb.base/hbreak-unmapped.exp: New file.
17024 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17025 * lib/gdb.exp (gdb_is_target_remote): ... here.
17026
483805cf
PA
170272014-04-22 Pedro Alves <palves@redhat.com>
17028
17029 * gdb.base/consecutive-step-over.c: New file.
17030 * gdb.base/consecutive-step-over.exp: New file.
17031
06d97543
PA
170322014-04-22 Pedro Alves <palves@redhat.com>
17033
17034 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17035 instead of send_gdb/gdb_expect.
17036
b4429ea2
YQ
170372014-04-22 Yao Qi <yao@codesourcery.com>
17038
17039 * lib/trace-support.exp (generate_tracefile): New procedure.
17040 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17041 return 0.
17042 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17043 if generate_tracefile returns 1.
17044
51d48146
PA
170452014-04-18 Tom Tromey <palves@redhat.com>
17046 Pedro alves <tromey@redhat.com>
17047
17048 PR backtrace/15558
17049 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17050 with a backtrace limit.
17051 * gdb.python/py-frame-inline.exp: Test running to an inline
17052 function with a backtrace limit, and printing the newest frame.
17053 * gdb.python/py-frame-inline.c (main): Call f.
17054
bd1dce5f
MS
170552014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17056
17057 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17058
40d1a503
MS
170592014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17060
17061 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17062 Drop prefix from unsupported source file path.
17063
389b98f7
YQ
170642014-04-17 Yao Qi <yao@codesourcery.com>
17065
17066 * lib/gdb.exp (with_target_charset): New proc.
17067 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17068 with_target_charset.
17069 (test_print_strings): Likewise.
17070 (test_repeat_bytes): Likewise.
17071 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17072 for some tests.
17073
22869d73
KS
170742014-04-16 Keith Seitz <keiths@redhat.com>
17075
17076 PR gdb/15827
17077 * gdb.dwarf2/corrupt.c: New file.
17078 * gdb.dwarf2/corrupt.exp: New file.
17079
c4f87ca6
KS
170802014-04-16 Keith Seitz <keiths@redhat.com>
17081
17082 PR c++/16597
17083 * gdb.cp/namelessclass.cc: New file.
17084 * gdb.cp/namelessclass.exp: New file.
17085 * gdb.cp/namelessclass.S: New file.
17086
ab19de87
DE
170872014-04-16 Doug Evans <dje@google.com>
17088
17089 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17090 Add comment.
17091 (gdbserver_default_get_comm_port): New function.
17092 (gdbserver_start): Check if board file provided
17093 "gdbserver,get_comm_port" and use it if so.
17094 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17095 (gdb,socketport): Set to "stdio".
17096 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17097 (stdio_gdbserver_template): Delete.
17098 (${board}_get_remote_address): Update.
17099 (${board}_build_remote_cmd): Delete.
17100 (${board}_get_comm_port): New function.
17101 (${board}_spawn): Update.
17102 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17103 Delete.
17104 (${board}_get_remote_address): Update.
17105 (${board}_get_comm_port): New function.
17106
fc98a809
AB
171072014-04-16 Andrew Burgess <aburgess@broadcom.com>
17108
17109 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17110 appearing in any order.
17111
87fd9e6e
DE
171122014-04-15 Doug Evans <dje@google.com>
17113
17114 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17115 uninitialized value of "description".
17116
099fc3ea
KS
171172014-04-15 Keith Seitz <keiths@redhat.com>
17118
17119 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17120 Remove unused globals.
17121 (test_running_the_program): Likewise.
17122 (test_controlled_execution): Likewise.
17123 (test_controlling_breakpoints): Likewise.
17124 (test_program_termination): Likewise.
17125
5da151d4
KS
171262014-04-15 Keith Seitz <keiths@redhat.com>
17127
17128 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17129 unused globals.
17130 (test_rbreak_creation_and_listing): Likewise.
17131 (test_ignore_count): Likewise.
17132 (test_error): Likewise.
17133
35e5d2f0
PA
171342014-04-15 Pedro Alves <palves@redhat.com>
17135
17136 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17137 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17138 sym-file-loader.c.
17139 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17140 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17141 to sym-file-loader.c.
17142 (struct library): Forward declare.
17143 (load_shlib, lookup_function): Change prototypes.
17144 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17145 (translate_offset): Remove declarations.
17146 (get_text_addr): New declaration.
17147 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17148 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17149 sym-file-loader.h.
17150 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17151 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17152 here from sym-file-loader.h.
17153 (struct library): New structure.
17154 (load_shlib, lookup_function): Change prototypes and adjust to
17155 work with a struct library.
17156 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17157 (translate_offset): Make static.
17158 (get_text_addr): New function.
17159 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17160
eb4c1710
PA
171612014-04-15 Pedro Alves <palves@redhat.com>
17162
17163 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17164
2d1baf52
PA
171652014-04-15 Pedro Alves <palves@redhat.com>
17166
17167 * gdb.base/sym-file-loader.c: Include <limits.h>.
17168 (SELF_LINK): New define.
17169 (get_origin): New function.
17170 (load_shlib): Use it.
17171 * gdb.base/sym-file.exp: Don't early return if the target is
17172 remote. Use runto_main, and issue fail is that fails. Use
17173 gdb_load_shlibs.
17174 (shlib_name): Delete.
17175 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17176
7dd6df01
PA
171772014-04-15 Pedro Alves <palves@redhat.com>
17178
17179 * gdb.base/sym-file.exp: Remove regex characters from test
17180 message. Don't refer to breakpoint numbers in test messages.
17181
b50c8614
KS
171822014-04-14 Keith Seitz <keiths@redhat.com>
17183
17184 PR c++/16253
17185 * gdb.cp/var-tag.cc: New file.
17186 * gdb.cp/var-tag.exp: New file.
17187 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17188 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17189 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17190 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17191
3d567982
TT
171922014-04-14 Tom Tromey <tromey@redhat.com>
17193
17194 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17195 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17196 type.
17197 * gdb.cp/enum-class.exp: New file.
17198 * gdb.cp/enum-class.cc: New file.
17199
0626fc76
TT
172002014-04-14 Tom Tromey <tromey@redhat.com>
17201
17202 * gdb.dwarf2/enum-type.exp: New file.
17203
dca325b3
SA
172042014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17205
17206 * gdb.mi/mi-vla-c99.exp: New file.
17207 * gdb.mi/vla.c: New file.
17208
5854b38a
SA
172092014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17210
17211 * gdb.base/vla-datatypes.c: New file.
17212 * gdb.base/vla-datatypes.exp: New file.
17213
463bb957
SA
172142014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17215
17216 * gdb.base/vla-ptr.c: New file.
17217 * gdb.base/vla-ptr.exp: New file.
17218
3dd170be
SA
172192014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17220
17221 * gdb.dwarf2/count.exp: New file.
17222
5ecaaa66
SA
172232014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17224
17225 * gdb.base/vla-sideeffect.c: New file.
17226 * gdb.base/vla-sideeffect.exp: New file.
17227
41f1ada5
DB
172282014-04-14 David Blaikie <dblaikie@gmail.com>
17229
17230 * gdb.mi/non-stop.c: Add return value for non-void function return
17231 statement.
17232 * gdb.threads/staticthreads.c: Ditto.
17233
0be03e84
DE
172342014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17235 Doug Evans <xdje42@gmail.com>
17236
17237 * gdb.guile/scm-value.c: Improve test case.
17238 * gdb.guile/scm-value.exp: Add new test.
17239
f180a1fb
DB
172402014-04-11 David Blaikie <dblaikie@gmail.com>
17241
17242 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17243 override Clang's default.
17244
6b662e19
JB
172452014-04-11 Joel Brobecker <brobecker@adacore.com>
17246
17247 Revert the following changes (regressions):
17248
17249 * gdb.base/vla-sideeffect.c: New file.
17250 * gdb.base/vla-sideeffect.exp: New file.
17251
17252 * gdb.dwarf2/count.exp: New file.
17253
17254 * gdb.base/vla-multi.c: New file.
17255 * gdb.base/vla-multi.exp: New file.
17256
17257 * gdb.base/vla-ptr.c: New file.
17258 * gdb.base/vla-ptr.exp: New file.
17259
17260 * gdb.base/vla-datatypes.c: New file.
17261 * gdb.base/vla-datatypes.exp: New file.
17262
17263 * gdb.mi/mi-vla-c99.exp: New file.
17264 * gdb.mi/vla.c: New file.
17265
245a5f0b
KS
172662014-04-11 Keith Seitz <keiths@redhat.com>
17267
17268 PR c++/16675
17269 * gdb.cp/cpsizeof.exp: New file.
17270 * gdb.cp/cpsizeof.cc: New file.
17271
58a84dcf
SA
172722014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17273
191a8a90
JB
17274 * gdb.mi/mi-vla-c99.exp: New file.
17275 * gdb.mi/vla.c: New file.
58a84dcf 17276
c8655f75
SA
172772014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17278
17279 * gdb.base/vla-datatypes.c: New file.
17280 * gdb.base/vla-datatypes.exp: New file.
17281
024e13b4
SA
172822014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17283
17284 * gdb.base/vla-ptr.c: New file.
17285 * gdb.base/vla-ptr.exp: New file.
17286
1a237e0e
SA
172872014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17288
17289 * gdb.base/vla-multi.c: New file.
17290 * gdb.base/vla-multi.exp: New file.
17291
504f3432
SA
172922014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17293
17294 * gdb.dwarf2/count.exp: New file.
17295
3bce8237
SA
172962014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17297
191a8a90
JB
17298 * gdb.base/vla-sideeffect.c: New file.
17299 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 17300
322f9c21
YQ
173012014-04-11 Yao Qi <yao@codesourcery.com>
17302
17303 * gdb.base/completion.exp: Check file exists before running tests
17304 on file completion.
17305
d708bcd1
PA
173062014-04-10 Pedro Alves <palves@redhat.com>
17307
17308 * gdb.base/cond-eval-mode.c: New file.
17309 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17310 prepare_for_testing to build the new file. Check result of
17311 runto_main.
17312 (test_break, test_watch): New procedures.
17313 (top level): Use them.
17314
ae1d2761
PM
173152014-04-08 Pierre Muller <muller@sourceware.org>
17316
17317 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17318 Ctrl-V use for mingw hosts.
17319
7af389b8
SC
173202014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17321
17322 * gdb.python/py-value.c: Improve test case.
17323 * gdb.python/py-value.exp: Add new test.
17324
5e703181
DE
173252014-04-07 David Blaikie <dblaikie@gmail.com>
17326
17327 * lib/compiler.c: Identify the clang compiler.
17328 * lib/compiler.cc: Ditto.
17329
9810b410
YQ
173302014-04-03 Yao Qi <yao@codesourcery.com>
17331
17332 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17333
98d1b8dc
AB
173342014-04-01 Anton Blanchard <anton@samba.org>
17335
17336 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17337 messages unique.
17338
3114cea1
AB
173392014-04-01 Anton Blanchard <anton@samba.org>
17340
17341 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17342 prepare_for_testing.
17343
62f7182c
AB
173442014-04-01 Anton Blanchard <anton@samba.org>
17345
17346 * gdb.arch/ppc64-atomic-inst.c: Remove.
17347 * gdb.arch/ppc64-atomic-inst.S: New file.
17348 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17349
770e7fc7
DE
173502014-03-31 Doug Evans <dje@google.com>
17351
17352 * gdb.base/print-symbol-loading-lib.c: New file.
17353 * gdb.base/print-symbol-loading-main.c: New file.
17354 * gdb.base/print-symbol-loading.exp: New file.
17355
46e2bafa
YQ
173562014-03-31 Yao Qi <yao@codesourcery.com>
17357
17358 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17359
8776cfe9
JB
173602014-03-28 Joel Brobecker <brobecker@adacore.com>
17361
17362 * gdb.ada/mi_dyn_arr: New testcase.
17363
5d1ef361
DE
173642014-03-27 Doug Evans <dje@google.com>
17365
17366 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17367
b5bee914
YQ
173682014-03-27 Yao Qi <yao@codesourcery.com>
17369
17370 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17371 if target is nios2-*-*.
17372
0d4d0e77
YQ
173732014-03-26 Yao Qi <yao@codesourcery.com>
17374
17375 * lib/gdb.exp (readline_is_used): New proc.
17376 * gdb.base/completion.exp: Move tests on command complete up.
17377 Skip the rest of tests if readline is not used.
17378 * gdb.ada/complete.exp: Skp the test if readline is not
17379 used.
17380 * gdb.base/filesym.exp: Likewise.
17381 * gdb.base/macscp.exp: Likewise.
17382 * gdb.base/readline-ask.exp: Likewise.
17383 * gdb.base/readline.exp: Likewise.
17384 * gdb.python/py-cmd.exp: Likewise.
17385 * gdb.trace/tfile.exp: Likewise.
17386
29361eee
YQ
173872014-03-26 Yao Qi <yao@codesourcery.com>
17388
17389 * gdb.base/macscp.exp: Fix code format issues.
17390
bc9a5525
UW
173912014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17392
17393 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17394 * gdb.asm/powerpc64le.inc: New file.
17395
d3839ede
PA
173962014-03-25 Pedro Alves <palves@redhat.com>
17397 Doug Evans <dje@google.com>
17398
17399 * gdb.base/source-execution.c: New file.
17400 * gdb.base/source-execution.exp: New file.
17401 * gdb.base/source-execution.gdb: New file.
17402
01672a57
DE
174032014-03-24 Doug Evans <dje@google.com>
17404
17405 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17406 using fission.
17407
88bbeca9
HZ
174082014-03-24 Hui Zhu <hui@codesourcery.com>
17409 Pedro Alves <palves@redhat.com>
17410
17411 PR breakpoints/16101
17412 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17413 test pass/fail messages. Detect missing support for dprintf when
17414 breakpoints are actually inserted.
17415 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17416 breakpoints are actually inserted.
17417 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17418 fails.
17419
d2348791
JK
174202014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17421
17422 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17423
feef67ab
DE
174242014-03-22 Doug Evans <xdje42@gmail.com>
17425
17426 * gdb.python/python.exp (python not supported): Verify multi-line
17427 python command issues an error.
25d743f9 17428 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17429 guile command issues an error.
feef67ab 17430
ecebef6a
MR
174312014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17432
17433 * gdb.threads/thread-specific.exp: Handle the lack of usable
17434 $this_breakpoint and $this_thread.
17435
ccdd1909
HZ
174362014-03-21 Hui Zhu <hui@codesourcery.com>
17437
17438 * gdb.base/attach.exp (do_command_attach_tests): New.
17439
beb460e8
PA
174402014-03-20 Tom Tromey <tromey@redhat.com>
17441 Pedro Alves <palves@redhat.com>
17442
17443 PR cli/15718
17444 * gdb.base/condbreak-call-false.c: New file.
17445 * gdb.base/condbreak-call-false.exp: New file.
17446
40acf43a
PA
174472014-03-20 Pedro Alves <palves@redhat.com>
17448
17449 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17450 Delete.
17451 (block_signals, unblock_signals): Delete.
17452 (child_function_2, main): Remove references to deleted variable
17453 and functions.
17454
9f5e1e02
PA
174552014-03-20 Pedro Alves <palves@redhat.com>
17456
17457 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17458 Use pthread_kill to signal thread 2.
17459 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17460 Adjust to make the test send itself a signal rather than using the
17461 host's "kill" command.
17462
99619bea
PA
174632014-03-20 Pedro Alves <palves@redhat.com>
17464
17465 * gdb.threads/multiple-step-overs.c: New file.
17466 * gdb.threads/multiple-step-overs.exp: New file.
17467 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17468 Adjust expected infrun debug output.
17469
2adfaa28
PA
174702014-03-20 Pedro Alves <palves@redhat.com>
17471
17472 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17473 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17474
31e77af2
PA
174752014-03-20 Pedro Alves <palves@redhat.com>
17476
17477 PR breakpoints/7143
17478 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17479 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17480 of gdb_test_multiple.
17481 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17482 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17483
b9f437de
PA
174842014-03-20 Pedro Alves <palves@redhat.com>
17485
17486 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17487 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17488
05adc73e
PA
174892014-03-19 Pedro Alves <palves@redhat.com>
17490
17491 * gdb.base/async.exp: Remove early return.
17492
6048b950
PA
174932014-03-19 Pedro Alves <palves@redhat.com>
17494
17495 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17496
8bcfb00a
PA
174972014-03-19 Pedro Alves <palves@redhat.com>
17498
17499 * gdb.base/async.exp (test_background): Expect \r\n after
17500 "completed." in the fail pattern.
17501
884e37dc
PA
175022014-03-19 Pedro Alves <palves@redhat.com>
17503
17504 * gdb.base/async.exp (test_background): New procedure.
17505 Use it for all background execution command tests.
17506
148e57e2
PA
175072014-03-19 Pedro Alves <palves@redhat.com>
17508
17509 * gdb.base/async.exp: Use prepare_for_testing.
17510
f48088c7
PA
175112014-03-19 Pedro Alves <palves@redhat.com>
17512
17513 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17514 the same line.
17515
e2f6c966
PA
175162014-03-19 Pedro Alves <palves@redhat.com>
17517
17518 * gdb.base/async.c (main): Add "jump here" and "until here" line
17519 marker comments.
17520 * gdb.base/async.exp (jump_here): New global.
17521 (jump& test): Use it.
17522 (until_here): New global.
17523 (until& test): Use it.
17524
c30568d4
PA
175252014-03-19 Pedro Alves <palves@redhat.com>
17526
17527 * gdb.base/async.exp: Don't frob gdb_protocol.
17528
0172b6a7
DE
175292014-03-18 Doug Evans <xdje42@gmail.com>
17530
17531 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17532 Fix spelling of exec-done-display.
17533
06c868a8
JK
175342014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17535
17536 PR gdb/15358
17537 * gdb.base/gdb-sigterm.c: New file.
17538 * gdb.base/gdb-sigterm.exp: New file.
17539
0c7e1a46
PA
175402014-03-18 Pedro Alves <palves@redhat.com>
17541
17542 PR gdb/13860
17543 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17544 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17545 solib-event.
17546
f7c77d93
JB
175472014-03-17 Joel Brobecker <brobecker@adacore.com>
17548
17549 * gdb.ada/pckd_arr_ren: New testcase.
17550
5a1e8c7a
DE
175512014-03-13 Doug Evans <xdje42@gmail.com>
17552
17553 PR guile/16612
17554 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17555 collect after discarding symbols.
17556
350e1a76
DE
175572014-03-13 Ludovic Courtès <ludo@gnu.org>
17558 Doug Evans <xdje42@gmail.com>
17559
17560 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17561 to history survives a gc.
17562
a69900ae
PA
175632014-03-13 Pedro Alves <palves@redhat.com>
17564
17565 * gdb.base/default.exp: Don't test "target procfs".
17566
5db9f0bd
PA
175672014-03-13 Pedro Alves <palves@redhat.com>
17568
17569 * gdb.base/default.exp: Update "target child" and "target procfs"
17570 tests to not expect "Unix".
17571
b3ccfe11
TT
175722014-03-12 Tom Tromey <tromey@redhat.com>
17573
17574 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17575 New procs. Add target-async tests.
17576 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17577 Add target-async tests.
17578
646f4417
AA
175792014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17580
17581 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17582 'func_start' and 'func_end' for the beginning and end of the
17583 function code, respectively.
17584 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17585 'func_end' instead of 'func' and 'main'.
17586
288c211f
AA
175872014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17588
17589 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17590 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17591 generate the debug info assembler source.
17592
e0c0f156
AA
175932014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17594
17595 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17596 * gdb.dwarf2/arr-subrange.exp: Likewise.
17597 * gdb.dwarf2/dwz.exp: Likewise.
17598 * gdb.dwarf2/method-ptr.exp: Likewise.
17599 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17600 * gdb.dwarf2/subrange.exp: Likewise.
17601 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17602 * gdb.dwarf2/implptrpiece.exp: Likewise.
17603 * gdb.dwarf2/nostaticblock.exp: Likewise.
17604
0e5c4555
AA
176052014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17606
17607 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17608 directory to absolute path name arguments.
17609
5ec18f2b
JG
176102014-03-10 Joel Brobecker <brobecker@adacore.com>
17611
17612 * gdb.ada/tagged_access: New testcase.
17613
847fc4f2
MM
176142014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17615
17616 * gdb.btrace/data.exp: Update expected output.
17617
cc3da688
YQ
176182014-03-06 Yao Qi <yao@codesourcery.com>
17619
17620 * gdb.trace/pr16508.exp: New file.
17621
0f26cec1
PA
176222014-03-05 Pedro Alves <palves@redhat.com>
17623
17624 PR gdb/16575
17625 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17626 procedure.
17627 (top level): Adjust to use it. Add tests that exercise breakpoint
17628 interaction with the code-cache.
17629
7a5a839f
LC
176302014-02-26 Ludovic Courtès <ludo@gnu.org>
17631
17632 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17633 test for 'history-append!'.
17634
31aa7e4e
JB
176352014-02-26 Joel Brobecker <brobecker@adacore.com>
17636
17637 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17638 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17639 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17640 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17641 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17642 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17643
1b588015
JB
176442014-02-26 Joel Brobecker <brobecker@adacore.com>
17645
17646 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17647 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17648 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17649
55426c9d
JB
176502014-02-26 Joel Brobecker <brobecker@adacore.com>
17651
17652 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17653
dc53a7ad
JB
176542014-02-26 Joel Brobecker <brobecker@adacore.com>
17655
17656 * gdb.dwarf2/arr-stride.c: New file.
17657 * gdb.dwarf2/arr-stride.exp: New file.
17658
12ab52e9
PA
176592014-02-26 Pedro Alves <palves@redhat.com>
17660
17661 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17662 that won't ever trigger. Make sure that GDB reports the correct
17663 breakpoint that caused the stop.
17664
849c862e
JK
176652014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17666
17667 PR gdb/16626
17668 * gdb.base/auto-load-script: New file.
17669 * gdb.base/auto-load.c: New file.
17670 * gdb.base/auto-load.exp: New file.
17671
71b7d793
JK
17672 PR gdb/16626
17673 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17674
e2f0d509
JK
176752014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17676
17677 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17678 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17679
50cc37c8
DE
176802014-02-24 Doug Evans <dje@google.com>
17681
17682 * lib/gdb.exp (run_on_host): Log error output if program fails.
17683
ea4758f2
PA
176842014-02-21 Pedro Alves <palves@redhat.com>
17685
17686 * gdb.threads/step-after-sr-lock.c: Rename to ...
17687 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17688 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17689 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17690 ... this.
17691
d7b30f67
SDJ
176922014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17693
17694 PR tdep/16397
17695 * gdb.arch/amd64-stap-special-operands.exp: New file.
17696 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17697 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17698 * gdb.arch/amd64-stap-triplet.S: Likewise.
17699 * gdb.arch/amd64-stap-triplet.c: Likewise.
17700
83deb43f
JB
177012014-02-20 Joel Brobecker <brobecker@adacore.com>
17702
17703 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17704 in .section pseudo-op.
17705
adde2bff
DE
177062014-02-20 lin zuojian <manjian2006@gmail.com>
17707 Joel Brobecker <brobecker@adacore.com>
17708 Doug Evans <xdje42@gmail.com>
17709
17710 PR symtab/16581
17711 * gdb.dwarf2/dw2-icycle.S: New file.
17712 * gdb.dwarf2/dw2-icycle.c: New file.
17713 * gdb.dwarf2/dw2-icycle.exp: New file.
17714
f7bd0f78
SC
177152014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17716
17717 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17718 operations on gdb.Value objects.
17719 * gdb.python/py-value-cc.exp: Add new test to test operations on
17720 gdb.Value objects.
17721
c17ef0d5
DE
177222014-02-18 Doug Evans <dje@google.com>
17723
17724 * Makefile.in (TESTS): New variable.
17725 (expanded_tests, expanded_tests_or_none): New variables
17726 (check-single): Pass $(expanded_tests_or_none) to runtest.
17727 (check-parallel): Only run tests in $(TESTS) if non-empty.
17728 (check/no-matching-tests-found): New rule.
17729 * README: Document TESTS makefile variable.
17730
5dd3176f
DE
177312014-02-18 Doug Evans <dje@google.com>
17732
17733 * Makefile.in (check-parallel): rm -rf outputs temp.
17734
0b10be4f
JK
177352014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17736
17737 Fix "ERROR: no fileid for" in the testsuite.
17738 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17739
85f224e7
DE
177402014-02-12 Doug Evans <dje@google.com>
17741
17742 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17743 (MISCELLANEOUS): New variable.
17744 (clean): rm -rf $(MISCELLANEOUS).
17745 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17746 dwp live in the same directory as symlinks, with each symlink pointed
17747 to a differently named file in a different directory.
17748
149b30ff
DE
177492014-02-11 Doug Evans <dje@google.com>
17750
17751 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17752 of Tcl file commands.
17753
1dfdac32
MK
177542014-02-10 Mark Kettenis <kettenis@gnu.org>
17755
17756 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17757 "kill -SIGUSR1 -1".
17758
aa4fb036
JB
177592014-02-10 Joel Brobecker <brobecker@adacore.com>
17760
17761 * gdb.ada/tick_length_array_enum_idx: New testcase.
17762
ed3ef339
DE
177632014-02-10 Doug Evans <xdje42@gmail.com>
17764
17765 * configure.ac (AC_OUTPUT): Add gdb.guile.
17766 * configure: Regenerate.
17767 * lib/gdb-guile.exp: New file.
17768 * lib/gdb.exp (get_target_charset): New function.
17769 * gdb.base/help.exp: Update expected output from "apropos apropos".
17770 * gdb.guile/Makefile.in: New file.
17771 * gdb.guile/guile.exp: New file.
17772 * gdb.guile/scm-arch.c: New file.
17773 * gdb.guile/scm-arch.exp: New file.
17774 * gdb.guile/scm-block.c: New file.
17775 * gdb.guile/scm-block.exp: New file.
17776 * gdb.guile/scm-breakpoint.c: New file.
17777 * gdb.guile/scm-breakpoint.exp: New file.
17778 * gdb.guile/scm-disasm.c: New file.
17779 * gdb.guile/scm-disasm.exp: New file.
17780 * gdb.guile/scm-equal.c: New file.
17781 * gdb.guile/scm-equal.exp: New file.
17782 * gdb.guile/scm-error.exp: New file.
17783 * gdb.guile/scm-error.scm: New file.
17784 * gdb.guile/scm-frame-args.c: New file.
17785 * gdb.guile/scm-frame-args.exp: New file.
17786 * gdb.guile/scm-frame-args.scm: New file.
17787 * gdb.guile/scm-frame-inline.c: New file.
17788 * gdb.guile/scm-frame-inline.exp: New file.
17789 * gdb.guile/scm-frame.c: New file.
17790 * gdb.guile/scm-frame.exp: New file.
17791 * gdb.guile/scm-generics.exp: New file.
17792 * gdb.guile/scm-gsmob.exp: New file.
17793 * gdb.guile/scm-iterator.c: New file.
17794 * gdb.guile/scm-iterator.exp: New file.
17795 * gdb.guile/scm-math.c: New file.
17796 * gdb.guile/scm-math.exp: New file.
17797 * gdb.guile/scm-objfile-script-gdb.in: New file.
17798 * gdb.guile/scm-objfile-script.c: New file.
17799 * gdb.guile/scm-objfile-script.exp: New file.
17800 * gdb.guile/scm-objfile.c: New file.
17801 * gdb.guile/scm-objfile.exp: New file.
17802 * gdb.guile/scm-ports.exp: New file.
17803 * gdb.guile/scm-pretty-print.c: New file.
17804 * gdb.guile/scm-pretty-print.exp: New file.
17805 * gdb.guile/scm-pretty-print.scm: New file.
17806 * gdb.guile/scm-section-script.c: New file.
17807 * gdb.guile/scm-section-script.exp: New file.
17808 * gdb.guile/scm-section-script.scm: New file.
17809 * gdb.guile/scm-symbol.c: New file.
17810 * gdb.guile/scm-symbol.exp: New file.
17811 * gdb.guile/scm-symtab-2.c: New file.
17812 * gdb.guile/scm-symtab.c: New file.
17813 * gdb.guile/scm-symtab.exp: New file.
17814 * gdb.guile/scm-type.c: New file.
17815 * gdb.guile/scm-type.exp: New file.
17816 * gdb.guile/scm-value-cc.cc: New file.
17817 * gdb.guile/scm-value-cc.exp: New file.
17818 * gdb.guile/scm-value.c: New file.
17819 * gdb.guile/scm-value.exp: New file.
17820 * gdb.guile/source2.scm: New file.
17821 * gdb.guile/types-module.cc: New file.
17822 * gdb.guile/types-module.exp: New file.
17823
7026a7c1
YQ
178242014-02-10 Yao Qi <yao@codesourcery.com>
17825
17826 PR testsuite/16543
17827 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17828 * configure: Regenerated.
17829 * Makefile.in: New file.
17830
6c466447
AS
178312014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17832
17833 * gdb.python/py-framefilter.exp: Fix typo.
17834
6e854735
YQ
178352014-02-08 Yao Qi <yao@codesourcery.com>
17836
17837 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17838 that no =breakpoint-modified is emitted when breakpoints are
17839 modified through MI commands.
17840
d137e6dc
PA
178412014-02-07 Pedro Alves <pedro@codesourcery.com>
17842 Pedro Alves <palves@redhat.com>
17843
17844 * gdb.threads/step-after-sr-lock.c: New file.
17845 * gdb.threads/step-after-sr-lock.exp: New file.
17846
b5ee5a50
PA
178472014-02-07 Pedro Alves <palves@redhat.com>
17848
17849 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17850
3c77faf3
JK
178512014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17852
17853 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17854 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17855
6dddc817
DE
178562014-02-06 Doug Evans <xdje42@gmail.com>
17857
17858 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17859 output.
17860
17861 * gdb.gdb/python-interrupts.exp: New file.
17862
de7b2893
YQ
178632014-02-05 Yao Qi <yao@codesourcery.com>
17864
17865 * gdb.trace/report.exp (use_collected_data): Test the output
17866 of "info threads" and "info inferiors".
17867
66d032ac
YQ
178682014-02-05 Yao Qi <yao@codesourcery.com>
17869
17870 Revert this patch:
17871
17872 2013-05-24 Yao Qi <yao@codesourcery.com>
17873
17874 * gdb.trace/tfile.exp: Test inferior and thread.
17875
591a12a1
UW
178762014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17877
17878 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17879 on a function.
17880 * gdb.base/step-bt.c: Call hello via function pointer to make
17881 sure its first instruction is executed on powerpc64le-linux.
17882
0ff3e01f
UW
178832014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17884
17885 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17886
084ee545
UW
178872014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17888
17889 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17890 of the test patterns for use on little-endian systems.
17891
6ed14ff3
UW
178922014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17893
17894 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17895 (decimal_vector): Fix for little-endian.
17896
401e27fd
JM
178972014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17898
17899 * gdb.arch/sparc-sysstep.exp: New file.
17900 * gdb.arch/sparc-sysstep.c: Likewise.
17901
17902 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17903
8b924729
EBM
179042014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17905
17906 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17907
fb151210
JB
179082014-01-23 Tom Tromey <tromey@redhat.com>
17909
17910 * gdb.ada/array_char_idx: New testcase.
17911
0740f8d8
TT
179122014-01-23 Tom Tromey <tromey@redhat.com>
17913
17914 PR python/16487:
17915 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17916 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17917 classes.
17918
21909fa1
TT
179192014-01-23 Tom Tromey <tromey@redhat.com>
17920
17921 PR python/16491:
17922 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17923 string from an inferior frame.
17924 * gdb.python/py-framefilter-mi.exp: Update.
17925
87ce2a04
DE
179262014-01-22 Doug Evans <dje@google.com>
17927
17928 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17929
237b092b
AA
179302014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17931
17932 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17933
d674a709
AA
179342014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17935
17936 * gdb.trace/entry-values.exp: Remove excess space character from
17937 regex patterns. Handle s390 call instruction.
17938
20fa3390
AA
179392014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17940
17941 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17942 define "*_start" label. Make "name" static.
17943 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17944 ${name} by references to ${name}_start.
17945
78466714
AA
179462014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17947
17948 * gdb.base/info-macros.exp: Remove "debug" from the compile
17949 options.
17950
ec9f644a
IB
179512014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17952
17953 * gdb.dlang/demangle.exp: New file.
17954
94b1b47e
IB
179552014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17956
17957 * gdb.dlang/primitive-types.exp: New file.
17958
7f420862
IB
179592014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17960
17961 * configure.ac: Create gdb.dlang/Makefile.
17962 * configure: Regenerate.
17963 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17964 * gdb.dlang/Makefile.in: New file.
17965 * lib/d-support.exp: New file.
17966 * lib/gdb.exp (skip_d_tests): New proc.
17967
52834460
MM
179682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17969
17970 * gdb.btrace/delta.exp: Check reverse stepi.
17971 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17972 * gdb.btrace/finish.exp: New.
17973 * gdb.btrace/next.exp: New.
17974 * gdb.btrace/nexti.exp: New.
17975 * gdb.btrace/record_goto.c: Add comments.
17976 * gdb.btrace/step.exp: New.
17977 * gdb.btrace/stepi.exp: New.
17978 * gdb.btrace/multi-thread-step.c: New.
17979 * gdb.btrace/multi-thread-step.exp: New.
17980 * gdb.btrace/rn-dl-bind.c: New.
17981 * gdb.btrace/rn-dl-bind.exp: New.
17982 * gdb.btrace/data.c: New.
17983 * gdb.btrace/data.exp: New.
17984 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17985
6e07b1d2
MM
179862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17987
17988 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17989 * gdb.btrace/exception.exp: Update.
17990 * gdb.btrace/instruction_history.exp: Update.
17991 * gdb.btrace/record_goto.exp: Update.
17992 * gdb.btrace/tailcall.exp: Update.
17993 * gdb.btrace/unknown_functions.exp: Update.
17994 * gdb.btrace/delta.exp: New.
17995
0b722aec
MM
179962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17997
17998 * gdb.btrace/record_goto.exp: Add backtrace test.
17999 * gdb.btrace/tailcall.exp: Add backtrace test.
18000
066ce621
MM
180012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18002
18003 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18004 * gdb.btrace/record_goto.c: New.
18005 * gdb.btrace/record_goto.exp: New.
18006 * gdb.btrace/x86-record_goto.S: New.
18007
0688d04e
MM
180082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18009
18010 * gdb.btrace/function_call_history.exp: Update tests.
18011 * gdb.btrace/instruction_history.exp: Update tests.
18012
8710b709
MM
180132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18014
18015 * gdb.btrace/function_call_history.exp: Fix expected field
18016 order for "record function-call-history".
18017 Add new tests for "record function-call-history /c".
18018 * gdb.btrace/exception.cc: New.
18019 * gdb.btrace/exception.exp: New.
18020 * gdb.btrace/tailcall.exp: New.
18021 * gdb.btrace/x86-tailcall.S: New.
18022 * gdb.btrace/x86-tailcall.c: New.
18023 * gdb.btrace/unknown_functions.c: New.
18024 * gdb.btrace/unknown_functions.exp: New.
18025 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18026
5de9129b
MM
180272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18028
18029 * gdb.btrace/instruction_history.exp: Update.
18030 * gdb.btrace/function_call_history.exp: Update.
18031
23a7fe75
MM
180322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18033
18034 * gdb.btrace/function_call_history.exp: Fix expected function
18035 trace.
18036 * gdb.btrace/instruction_history.exp: Initialize traced.
18037 Remove traced_functions.
18038
724c7dd8
MM
180392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18040
18041 * gdb.btrace/function_call_history.exp: Update
18042 * gdb.btrace/instruction_history.exp: Update.
18043
6d78d93b
MM
180442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18045
18046 * gdb.btrace/enable.exp: Update expected text.
18047
93a360cc
OJ
180482014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18049
18050 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18051 bytes.
18052
3772b53f
MR
180532014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18054
18055 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18056
596662fa
OJ
180572014-01-15 Omair Javaid <omair.javaid@linaro.org>
18058
18059 * lib/gdb.exp (supports_process_record): Return true for
18060 arm*-linux*. (supports_reverse): Likewise.
18061
b5b08fb4
SC
180622014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18063
18064 PR python/15464
18065 PR python/16113
18066 * gdb.python/py-type.c: Enhance test case.
18067 * gdb.python/py-value-cc.cc: Likewise
18068 * gdb.python/py-type.exp: Add new tests.
18069 * gdb.python/py-value-cc.exp: Likewise
18070
52d7fb13
AA
180712014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18072 Pedro Alves <palves@redhat.com>
18073
18074 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18075 Make "name" extern.
18076 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18077 references to ${name}_start by references to ${name}.
18078
a2cd8cfe
JB
180792014-01-10 Joel Brobecker <brobecker@adacore.com>
18080
18081 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18082
4e23fced
JB
180832014-01-10 Joel Brobecker <brobecker@adacore.com>
18084
18085 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18086
c6a9e42c
PA
180872014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18088 Pedro Alves <palves@redhat.com>
18089
18090 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 18091 mi_gdb_target_load.
c6a9e42c 18092
b7ea362b
PA
180932014-01-08 Pedro Alves <palves@redhat.com>
18094
18095 * gdb.threads/reconnect-signal.c: New file.
18096 * gdb.threads/reconnect-signal.exp: New file.
18097
5e3f4fab
EBM
180982014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18099
18100 * gdb.base/source-dir.exp: New file.
18101
79301218
JB
181022014-01-07 Joel Brobecker <brobecker@adacore.com>
18103
18104 * gdb.ada/mi_interface: New testcase.
18105
8e355c5d
JB
181062014-01-07 Joel Brobecker <brobecker@adacore.com>
18107
18108 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18109 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18110 gdb.ada/pp-rec-component/pck.ads: New files.
18111
c0d48811
JB
181122014-01-07 Joel Brobecker <brobecker@adacore.com>
18113
18114 * gdb.python/py-pp-integral.c: New file.
18115 * gdb.python/py-pp-integral.py: New file.
18116 * gdb.python/py-pp-integral.exp: New file.
18117
17b609c3 18118For older changes see ChangeLog-1993-2013.
c906108c 18119\f
8d8cb839
EZ
18120;; Local Variables:
18121;; mode: change-log
18122;; left-margin: 8
18123;; fill-column: 74
18124;; version-control: never
18125;; End:
902f2ccb 18126
b811d2c2 18127 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
18128 Copying and distribution of this file, with or without modification,
18129 are permitted provided the copyright notice and this notice are preserved.
This page took 3.674126 seconds and 4 git commands to generate.