Add support for DW_OP_GNU_variable_value
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
2ecae92e
AH
12018-08-17 Alan Hayward <alan.hayward@arm.com>
2
3 PR gdb/18931
4 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5
c1854f1d
KS
62018-08-16 Keith Seitz <keiths@redhat.com>
7
8 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
9 tests expected to pass.
10
26fb3983
JV
112018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
12
13 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
14 -data-disassemble -a.
15 (test_disassembly_bogus_args): Likewise.
16
67943c00
AB
172018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
18
19 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
20
5ff2bbae
AB
212018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
22
23 * gdb.base/vla-optimized-out.exp: Add new test.
24
e5bbcd0f
AB
252018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
26
27 * gdb.base/vla-optimized-out-o3.exp: Delete.
28 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
29 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
30 deleted tests.
31
9d4a934c
AB
322018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
33
34 PR gdb/18050:
35 * gdb.server/extended-remote-restart.c: New file.
36 * gdb.server/extended-remote-restart.exp: New file.
37
045cf012
SM
382018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
39
40 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
41 "set variable index = 42".
42
87d6a7aa
SM
432018-08-07 Simon Marchi <simon.marchi@ericsson.com>
44
45 * boards/index-cache-gdb.exp: New file.
46 * gdb.dwarf2/index-cache.exp: New file.
47 * gdb.dwarf2/index-cache.c: New file.
48 * gdb.base/maint.exp: Check if we are using the index cache.
49
96d68bd4
RO
502018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
51
52 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
53 MAKEFLAGS.
54
5a699617
RO
552018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
56
57 * dg-extract-results.sh: Move to toplevel contrib.
58 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
59 * Makefile.in (check-parallel-racy): Likewise.
60
5bd18990
AB
612018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
62
63 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
64 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
65 tests if the target supports scheduler locking.
66
3fbbcf47
TV
672018-08-04 Tom de Vries <tdevries@suse.de>
68
69 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
70
3e1d3d8c
TT
712018-08-02 Tom Tromey <tom@tromey.com>
72
73 PR symtab/16842.
74 * gdb.cp/temargs.exp: Test "info address" of a template
75 parameter.
76
5abe0f0c
JV
772018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
78
79 * gdb.python/py-mi-var-info-path-expression.c: New file.
80 * gdb.python/py-mi-var-info-path-expression.py: New file.
81 * gdb.python/py-mi-var-info-path-expression.exp: New file.
82
fb66cde8
SDJ
832018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
84
85 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
86 error after "cannot resolve name" string.
87
c708f4d2
AB
882018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
89
90 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
91 started.
92 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
93
37cc0cae
TV
942018-07-28 Tom de Vries <tdevries@suse.de>
95
96 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
97
63b4ecf7
TV
982018-07-26 Tom de Vries <tdevries@suse.de>
99
100 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
101
3c3bb058
AB
1022018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
103
104 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
105 is visible.
106
9e7f3bbb
TV
1072018-07-26 Tom de Vries <tdevries@suse.de>
108
109 PR breakpoints/23366
110 * gdb.base/catch-follow-exec.c: New test.
111 * gdb.base/catch-follow-exec.exp: New file.
112
16f808ec
TV
1132018-07-25 Tom de Vries <tdevries@suse.de>
114
115 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
116 vla-optimized-out.c.
117
d7154a8d
JV
1182018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
119
120 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
121 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
122
232a0032
TV
1232018-07-20 Tom de Vries <tdevries@suse.de>
124
125 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
126 NOCLONE macro.
127 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
128
fbb1d502
TV
1292018-07-19 Tom de Vries <tdevries@suse.de>
130
131 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
132 regular expression.
133
42dc7699
TV
1342018-07-18 Tom de Vries <tdevries@suse.de>
135
136 * gdb.base/vla-optimized-out.c: New test.
137 * gdb.base/vla-optimized-out.exp: New file.
138
7f1f7e23
SDJ
1392018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
140
141 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
142 message "No address associated with hostname" when gdbserver
143 cannot resolve the hostname.
144
5759ebb3
PW
1452018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
146
147 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
148 Add some test prefixes to make tests unique.
149
3606ccab
PW
1502018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
151
152 * gdb.base/frameapply.c: New file.
153 * gdb.base/frameapply.exp: New file.
154
529c08b2
PW
1552018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
156
157 * gdb.base/skip.exp: Update expected error message.
158
c7ab0aef
SDJ
1592018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
160 Jan Kratochvil <jan.kratochvil@redhat.com>
161 Paul Fertser <fercerpav@gmail.com>
162 Tsutomu Seki <sekiriki@gmail.com>
163
164 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
165 parameter.
166 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
167 by default.
168 * boards/native-gdbserver.exp: Likewise.
169 * gdb.server/run-without-local-binary.exp: Improve regexp used
170 for detecting when a remote debugging connection succeeds.
171 * gdb.server/server-connect.exp: New file.
172 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
173 Do not prefix the port number with ":".
174 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
175 support for detecting and using it. Add '$debughost_gdbserver'
176 to the list of arguments used to start gdbserver. Handle case
177 when gdbserver cannot resolve a network name.
178
16ff70dd
SDJ
1792018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
180
181 PR c++/23373
182 * gdb.base/ptype-offsets.cc (struct static_member): New
183 struct.
184 (main) <stmember>: New variable.
185 * gdb.base/ptype-offsets.exp: Add test for printing a struct
186 with a static member in it.
187
3541979f
AB
1882018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
189
190 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
191 watchpoints enabled and disabled.
192
c8ad9b9a
AB
1932018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
194
195 * gdb.base/examine-backward.exp: Still run tests around address
196 0x0, even if address 0x0 is not readable. Update the pattern for
197 matching address 0x0 in expected output.
198
e0e5e971
AB
1992018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
200
201 * gdb.base/share-env-with-gdbserver.c (main): Add call to
202 malloc/free.
203
1ea5da02
TV
2042018-07-04 Tom de Vries <tdevries@suse.de>
205
206 * gdb.dwarf2/dw2-error.exp: Update expected error message.
207
471b9d15
MR
2082018-07-02 Maciej W. Rozycki <macro@mips.com>
209
210 PR tdep/8282
211 * gdb.arch/mips-disassembler-options.exp: New test.
212 * gdb.arch/mips-disassembler-options.s: New test source.
213
75acb486
PA
2142018-06-29 Pedro Alves <palves@redhat.com>
215
216 * gdb.threads/names.exp: Adjust expected "info threads" output.
217
cd2bb709
PA
2182018-06-29 Pedro Alves <palves@redhat.com>
219
220 * gdb.opt/inline-break.exp (line number, address): Add "info
221 break" tests.
222
991ff292
PA
2232018-06-29 Pedro Alves <palves@redhat.com>
224
225 * gdb.opt/inline-break.c (func1): Add "break here" marker.
226 * gdb.opt/inline-break.exp: Test setting breakpoints by line
227 number and address and running to them.
228
356819b6 2292018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
230
231 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
232
2512d7ef
JK
2332018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
234
235 * lib/compiler.c: Remove executable permission flag.
236
be1b6474
RB
2372018-06-28 Richard Bunt <richard.bunt@arm.com>
238
239 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
240 code.
241 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
242
291f9a96
PT
2432018-06-28 Petr Tesarik <ptesarik@suse.cz>
244
245 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
246
ed6dfe51
PT
2472018-06-28 Petr Tesarik <ptesarik@suse.cz>
248
249 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
250 address argument is omitted.
251
d4d429d5
PT
2522018-06-28 Petr Tesarik <ptesarik@suse.cz>
253
254 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
255
7ab6656f
OJ
2562018-06-27 Omair Javaid <omair.javaid@linaro.org>
257
258 PR gdb/21695
259 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
260 * gdb.base/infoline-reloc-main-from-zero.c: New file.
261
a33ccfc7
TT
2622018-06-26 Tom Tromey <tom@tromey.com>
263
264 PR rust/22574:
265 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
266 * gdb.rust/simple.rs (struct SimpleLayout): New.
267
6d72d289
SM
2682018-06-22 Simon Marchi <simon.marchi@ericsson.com>
269
270 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
271 "info registers" output.
272
8363f9d5
RB
2732018-06-21 Richard Bunt <richard.bunt@arm.com>
274
275 * gdb.base/watchpoint-hw-attach.c: New test.
276 * gdb.base/watchpoint-hw-attach.exp: New file.
277
f00674fe
SM
2782018-06-20 Simon Marchi <simon.marchi@ericsson.com>
279
280 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
281 through /bin/sh.
282 * boards/dwarf4-gdb-index.exp: Likewise.
283 * boards/fission-dwp.exp: Likewise.
284
1d554008
UW
2852018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
286
287 * gdb.base/float128.exp: Add comment and improved fail message
288 to the failure case of "print large128" test.
289
d0ac1c44
SM
2902018-06-19 Simon Marchi <simon.marchi@ericsson.com>
291
292 * configure.ac: Remove AC_PREREQ.
293 * configure: Re-generate.
294
61b04dd0
PA
2952018-06-19 Pedro Alves <palves@redhat.com>
296
297 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
298 (func_extern_caller): New.
299 (main): Call func_extern_caller.
300 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
301 logic change.
302
f63b508a
SM
3032018-06-18 Weimin Pan <weimin.pan@oracle.com>
304
305 PR gdb/16841
306 * gdb.cp/typedef-base.cc: New file.
307 * gdb.cp/typedef-base.exp: New file.
308
0fe3a558
TV
3092018-06-18 Tom de Vries <tdevries@suse.de>
310
311 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
312
7010835a
AB
3132018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
314 Richard Bunt <Richard.Bunt@arm.com>
315
316 * gdb.threads/attach-slow-waitpid.c: New file.
317 * gdb.threads/attach-slow-waitpid.exp: New file.
318 * gdb.threads/slow-waitpid.c: New file.
319
14897d65
PA
3202018-06-14 Pedro Alves <palves@redhat.com>
321
322 * gdb.base/fork-running-state.c: Include <errno.h>.
323 (exit_if_relative_exits): New.
324 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
325 exits.
326 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
327 child exits.
328
5d9a0608
TV
3292018-06-14 Tom de Vries <tdevries@suse.de>
330
331 PR cli/22573
332 * gdb.base/finish-pretty.c: New test.
333 * gdb.base/finish-pretty.exp: New file.
334
11ae5818
PA
3352018-06-14 Pedro Alves <palves@redhat.com>
336
337 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
338 gdb's expected startup output.
339
1d39de44
PA
3402018-06-14 Pedro Alves <palves@redhat.com>
341
342 * lib/selftest-support.exp (selftest_setup): Remove inlined
343 function handling.
344
70ee0000
TV
3452018-06-14 Tom de Vries <tdevries@suse.de>
346
347 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
348 matching of breakpoint printing.
349
11f4b608
TV
3502018-06-13 Tom de Vries <tdevries@suse.de>
351
352 PR testsuite/23269
353 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
354 (fork_child): ... here, and ...
355 (fork_parent): ... here.
356
3572018-06-12 Tom de Vries <tdevries@suse.de>
358
359 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
360
9516f85a
AB
3612018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
362 Stephen Roberts <stephen.roberts@arm.com>
363
364 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
365 rewrite test to describe action performed, rather than possible
366 failure.
367
5045b3d7
GB
3682018-06-08 Gary Benson <gbenson@redhat.com>
369
370 * gdb.threads/check-libthread-db.exp: New file.
371 * gdb.threads/check-libthread-db.c: Likewise.
372
c61b06a1
TT
3732018-06-05 Tom Tromey <tom@tromey.com>
374
375 * gdb.base/default.exp: Update expected "show version" output.
376
eb6af809
TT
3772018-06-05 Tom Tromey <tom@tromey.com>
378
379 PR cli/12326:
380 * gdb.cp/static-print-quit.exp: Update.
381 * lib/gdb.exp (pagination_prompt): Update.
382 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
383 * gdb.python/python.exp: Update.
384
178d6a63
JB
3852018-06-04 Joel Brobecker <brobecker@adacore.com>
386
387 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
388
8e817061
JB
3892018-06-01 Joel Brobecker <brobecker@adacore.com>
390
391 * gdb.ada/bp_fun_addr: New testcase.
392
e86ca25f
TT
3932018-06-01 Tom Tromey <tom@tromey.com>
394
395 * gdb.xml/tdesc-regs.exp (load_description): Update expected
396 results.
397 * gdb.dwarf2/method-ptr.exp: Set language to C++.
398 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
399 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
400 * gdb.base/maint.exp (maint_pass_if): Update.
401
4b2dfa9d
MR
4022018-05-31 Maciej W. Rozycki <macro@mips.com>
403
404 * gdb.base/endian.exp: New test.
405 * gdb.base/endian.c: New test source.
406
45f25d6c
AB
4072018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
408
409 PR gdb/23203
410 * gdb.base/bt-selected-frame.c: New file.
411 * gdb.base/bt-selected-frame.exp: New file.
412 * lib/gdb.exp (get_current_frame_number): New function.
413
d9f6d7f8
MR
4142018-05-24 Maciej W. Rozycki <macro@mips.com>
415 Pedro Alves <palves@redhat.com>
416
417 * gdb.threads/tls-core.c: Include <stdlib.h>
418 (thread_proc): Call `abort'.
419 * gdb.threads/tls-core.exp: Generate a core with core_find too.
420 (tls_core_test): New procedure, bits factored out from ...
421 (top level): ... here. Test both native cores and gcore cores.
422
ff1cf532
TT
4232018-05-23 Tom Tromey <tom@tromey.com>
424
425 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
426
b98664d3
TT
4272018-05-23 Tom Tromey <tom@tromey.com>
428
429 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
430 symfile_complaints.
431 (test_short_complaints): Likewise.
432 (test_empty_complaints): Likewise.
433 (test_initial_complaints): Update.
434
4e9668d0
TT
4352018-05-23 Tom Tromey <tom@tromey.com>
436
437 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
438
43ba33c7
TT
4392018-05-23 Tom Tromey <tom@tromey.com>
440
441 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
442 (test_short_complaints): Update.
443
035522c0
PA
4442018-05-22 Pedro Alves <palves@redhat.com>
445
446 * gdb.base/remote.exp: Only gdb_start after compiling the
447 testcase. Issue "disconnect" before testing "set remote" command
448 defaults. Issue clean_restart before running to main.
449
cc0be08f
PA
4502018-05-22 Pedro Alves <palves@redhat.com>
451
452 * gdb.base/remote.exp: Adjust expected output of "show remote
453 memory-write-packet-size". Add tests for "set remote
454 memory-write-packet-size 0" and "set remote
455 memory-write-packet-size fixed/limit".
456
b1b60145
PA
4572018-05-22 Pedro Alves <palves@redhat.com>
458
459 PR gdb/22973
460 * gdb.base/utf8-identifiers.c: New file.
461 * gdb.base/utf8-identifiers.exp: New file.
462
0ec848ad
PFC
4632018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
464
465 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
466
2c3305f6
PFC
4672018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
468
469 * gdb.arch/powerpc-vsx-gcore.exp: New file.
470
ce1e8424
TT
4712018-05-18 Tom Tromey <tom@tromey.com>
472
473 * gdb.base/ptype-offsets.exp: Update.
474
ddfe970e
KS
4752018-05-17 Keith Seitz <keiths@redhat.com>
476
477 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
478 in expected breakpoint stop locations.
479 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
480 move to proper scope to test variable values.
481 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
482 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
483 New functions.
484 (main): Call not_inline_func3.
485 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
486 inline_func1, inline_func2, and inline_func3. Test that when each
487 breakpoint is hit, GDB properly reports both the stop location
488 and the backtrace. Repeat tests for temporary breakpoints.
489
0726fcc6
MR
4902018-05-15 Maciej W. Rozycki <macro@mips.com>
491
492 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
493 rather then trying to access it in determining whether the PID
494 of `gdbserver' could have been retrieved.
495
8ee22052
AB
4962018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
497
498 * gdb.arch/amd64-init-x87-values.S: New file.
499 * gdb.arch/amd64-init-x87-values.exp: New file.
500
7785df48
JK
5012018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
502
503 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
504
56bcdbea
TT
5052018-05-04 Tom Tromey <tom@tromey.com>
506
507 PR python/22730:
508 * gdb.python/python.exp: Test multi-line execute.
509
a913fffb
TT
5102018-05-04 Tom Tromey <tom@tromey.com>
511
512 PR python/22731:
513 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
514
7a2c85f2
TT
5152018-05-04 Tom Tromey <tom@tromey.com>
516
517 PR gdb/11750:
518 * gdb.base/define.exp: Test defining a user command inside a user
519 command.
520 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
521
a3b60e45
JK
5222018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
523 Pedro Alves <palves@redhat.com>
524
525 PR breakpoints/19806 and support for PR external/20207.
526 * gdb.base/watchpoint-unaligned.c: New file.
527 * gdb.base/watchpoint-unaligned.exp: New file.
528
45fe4a03
AB
5292018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
530
531 * gdb.base/maint.exp: Make test names unique, use
532 test_prefix_command_help to test 'help maint info', and remove
533 repeated test of 'help maint'.
534
9be2ae8f
TT
5352018-05-04 Tom Tromey <tom@tromey.com>
536
537 PR gdb/22619:
538 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
539 behavior.
540
11859c31
AB
5412018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
542
543 * gdb.base/maint.exp: Process output from 'maint print registers'
544 line at a time.
545
089a9490
AB
5462018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
547
548 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
549 timeout.
550
9b0797e2
AB
5512018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
552
553 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
554 filter pattern.
555
f6ac5f3d
PA
5562018-05-02 Pedro Alves <palves@redhat.com>
557
558 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
559 to_log_command renames.
560 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
561
77d3c63b
TT
5622018-05-02 Tom Tromey <tom@tromey.com>
563
564 * gdb.python/py-parameter.exp: Set test message.
565
0489430a
TT
5662018-05-02 Tom Tromey <tom@tromey.com>
567
568 PR python/20084:
569 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
570 PARAM_ZUINTEGER_UNLIMITED tests.
571
1632f8ba
DR
5722018-04-28 Dan Robertson <danlrobertson89@gmail.com>
573
574 PR rust/23124
575 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
576 when casting.
577
6d7bb824
TT
5782018-04-30 Tom Tromey <tom@tromey.com>
579
580 * gdb.python/py-type.exp: Check align attribute.
581 * gdb.python/py-type.c: New "aligncheck" global.
582
007e1530
TT
5832018-04-30 Tom Tromey <tom@tromey.com>
584
585 PR exp/17095:
586 * gdb.dwarf2/dw2-align.exp: New file.
587 * gdb.cp/align.exp: New file.
588 * gdb.base/align.exp: New file.
589 * lib/gdb.exp (gdb_int128_helper): New proc.
590 (has_int128_c, has_int128_cxx): New caching procs.
591
6873858b
TT
5922018-04-27 Tom Tromey <tom@tromey.com>
593
594 PR rust/22545:
595 * gdb.rust/simple.exp: Add inclusive range tests.
596
79188d8d
PA
5972018-04-26 Pedro Alves <palves@redhat.com>
598
599 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
600 ifunc breakpoint locations correctly of ifunc breakpoints set
601 while the program resolves the ifunc.
602
c7075ad5
PA
6032018-04-26 Pedro Alves <palves@redhat.com>
604
605 * gdb.base/gnu-ifunc-final.c: New file.
606 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
607 * gdb.base/gnu-ifunc.exp (executable): Delete.
608 (staticexecutable): Adjust.
609 (lib_opts, exec_opts): Delete.
610 (make_binsuffix, build, set-break): New procedures.
611 (misc_tests): New, with tests factored out from the top level.
612 (top level): Test different combinations of ifunc resolver name,
613 resolver with and with debug info, and ifunc target with and
614 without debug info. Wrap static tests with with_target_prefix.
615
8388016d
PA
6162018-04-26 Pedro Alves <palves@redhat.com>
617
618 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
619 return type" warnings.
620
249b5733
PA
6212018-04-25 Pedro Alves <palves@redhat.com>
622
623 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
624 killed".
625 * gdb.base/kill-after-signal.exp: Likewise.
626 * gdb.threads/kill.exp: Likewise.
627
f67c0c91
SDJ
6282018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
629 Sergio Durigan Junior <sergiodj@redhat.com>
630 Pedro Alves <palves@redhat.com>
631
632 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
633 regexps to expect for '[Inferior ... detached]' as well.
634 * gdb.base/attach.exp: Likewise.
635 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
636 "gdb_continue_to_end".
637 (test_catch_syscall_with_wrong_args): Likewise.
638 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
639 ']'. Don't set 'verbose' on.
640 * gdb.base/foll-vfork.exp: Likewise.
641 * gdb.base/fork-print-inferior-events.c: New file.
642 * gdb.base/fork-print-inferior-events.exp: New file.
643 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
644 '[Inferior ... has been killed]' message.
645 * gdb.base/kill-after-signal.exp: Likewise.
646 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
647 detach message.
648 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
649 message.
650 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
651 regexps to expect for '[Inferior ... detached]' as well.
652 * gdb.threads/process-dies-while-detaching.exp: Likewise.
653
0a8ddac4
SM
6542018-04-24 Simon Marchi <simon.marchi@ericsson.com>
655
656 PR gdb/23104
657 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
658
d27d16bf
RB
6592018-04-19 Richard Bunt <richard.bunt@arm.com>
660
661 * gdb.threads/multiple-successive-infcall.c: New test.
662 * gdb.threads/multiple-successive-infcall.exp: New file.
663
a037790e
TT
6642018-04-17 Tom Tromey <tom@tromey.com>
665
666 * gdb.rust/simple.rs (Union): New type.
667 (main): New local "u".
668 * gdb.rust/simple.exp (test_one_slice): Add new test case.
669
e3a91079
AA
6702018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
671
672 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
673 number information in output of "whereis" command.
674 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
675
b744723f
AA
6762018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
677
678 * gdb.ada/info_types.exp: Adjust expected output to the line
679 numbers now printed by "info var/func/type".
680 * gdb.base/completion.exp: Likewise.
681 * gdb.base/included.exp: Likewise.
682 * gdb.cp/cp-relocate.exp: Likewise.
683 * gdb.cp/cplusfuncs.exp: Likewise.
684 * gdb.cp/namespace.exp: Likewise.
685 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
686
4a4495d6
MM
6872018-04-13 Markus Metzger <markus.t.metzger@intel.com>
688
689 * gdb.btrace/cpu.exp: New.
690
1d509aa6
MM
6912018-04-13 Markus Metzger <markus.t.metzger@intel.com>
692
693 * gdb.base/step-indirect-call-thunk.exp: New.
694 * gdb.base/step-indirect-call-thunk.c: New.
695 * gdb.reverse/step-indirect-call-thunk.exp: New.
696 * gdb.reverse/step-indirect-call-thunk.c: New.
697
6295b6da
SM
6982018-04-11 Simon Marchi <simon.marchi@ericsson.com>
699
700 * gdb.base/pie-fork.c: New file.
701 * gdb.base/pie-fork.exp: New file.
702
50146e70
TT
7032018-04-11 Tom Tromey <tom@tromey.com>
704
705 * gdb.rust/simple.exp: Add test for ".." struct initializer.
706
f50d8a2e
PA
7072018-04-10 Pedro Alves <palves@redhat.com>
708
709 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
710 exits. Instead loop running forever.
711 (fork_parent): Run forever too.
712
a0be7a36
SM
7132018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
714
715 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
716 mi_continue_to_line.
717 * gdb.mi/mi-stack.c (callee4): Add comment.
718
9b73db36
SM
7192018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
720
721 * gdb.mi/mi-stack.exp: Fix indentation.
722
c912f608
SM
7232018-04-07 Simon Marchi <simon.marchi@ericsson.com>
724
725 PR gdb/22979
726 * gdb.arch/amd64-osabi.exp: New file.
727
26540402
SM
7282018-04-07 Simon Marchi <simon.marchi@ericsson.com>
729
730 PR gdb/22980
731 * gdb.base/osabi.exp: New file.
732
121ad66c 7332018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
734
735 * gdb.cp/static-typedef-print.exp: New file.
736 * gdb.cp/static-typedef-print.cc: New file.
737
3fcded8f
JB
7382018-03-27 Joel Brobecker <brobecker@adacore.com>
739
740 * gdb.ada/varsize_limit: New testcase.
741
59cc4834
JB
7422018-03-27 Joel Brobecker <brobecker@adacore.com>
743
744 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
745
746 * gdb.ada/notcplusplus: New testcase.
747
748 * gdb.base/c-linkage-name.c: New file.
749 * gdb.base/c-linkage-name.exp: New testcase.
750
4ca59a9f
TT
7512018-03-26 Tom Tromey <tom@tromey.com>
752
753 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
754 * gdb.python/py-framefilter.py (name_error): New global.
755 (ErrorInName.function): Use name_error.
756
978d6c75
TT
7572018-03-26 Tom Tromey <tom@tromey.com>
758
759 PR backtrace/15582:
760 * gdb.python/py-framefilter.exp: Add "bt hide" test.
761
b7fee5a3
KS
7622018-03-23 Keith Seitz <keiths@redhat.com>
763
764 PR c++/22968
765 * gdb.cp/subtypes.exp: New file.
766 * gdb.cp/subtypes.h: New file.
767 * gdb.cp/subtypes.cc: New file.
768 * gdb.cp/subtypes-2.cc: New file.
769
376be529
AB
7702018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
771
772 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
773 (done): Call '_exit' not 'exit' to avoid atexit handlers.
774 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
775 -nostartfiles when compiling the test. Confirm that all registers
776 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
777
066cfa98
AB
7782018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
779
780 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
781 option, syntax was wrong anyway.
782 * gdb.arch/arm-disp-step.exp: Likewise.
783 * gdb.arch/sparc64-regs.exp: Likewise.
784 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
785 option, syntax was wrong anyway, switch to use
786 prepare_for_testing.
787 * gdb.arch/i386-disp-step.exp: Likewise.
788
079670b9
AA
7892018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
790
791 * gdb.ada/exec_changed.exp: Replace "target_info exists
792 use_gdb_stub" by "use_gdb_stub".
793 * gdb.ada/start.exp: Likewise.
794 * gdb.base/async-shell.exp: Likewise.
795 * gdb.base/attach-pie-misread.exp: Likewise.
796 * gdb.base/attach-wait-input.exp: Likewise.
797 * gdb.base/break-entry.exp: Likewise.
798 * gdb.base/break-interp.exp: Likewise.
799 * gdb.base/dprintf-detach.exp: Likewise.
800 * gdb.base/nostdlib.exp: Likewise.
801 * gdb.base/solib-nodir.exp: Likewise.
802 * gdb.base/statistics.exp: Likewise.
803 * gdb.base/testenv.exp: Likewise.
804 * gdb.mi/mi-exec-run.exp: Likewise.
805 * gdb.mi/mi-start.exp: Likewise.
806 * gdb.multi/dummy-frame-restore.exp: Likewise.
807 * gdb.multi/multi-arch-exec.exp: Likewise.
808 * gdb.multi/multi-arch.exp: Likewise.
809 * gdb.multi/tids.exp: Likewise.
810 * gdb.multi/watchpoint-multi.exp: Likewise.
811 * gdb.python/py-events.exp: Likewise.
812 * gdb.threads/attach-into-signal.exp: Likewise.
813 * gdb.threads/attach-stopped.exp: Likewise.
814 * gdb.threads/threadapply.exp: Likewise.
815 * lib/selftest-support.exp: Likewise.
816
26d6cec4
AA
8172018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
818
819 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
820
4ee89e90
SR
8212018-03-20 Stephen Roberts <stephen.roberts@arm.com>
822
823 * gdb.perf/template-breakpoints.cc: New file.
824 * gdb.perf/template-breakpoints.exp: New file.
825 * gdb.perf/template-breakpoints.py: New file.
826
92630041
TT
8272018-03-19 Tom Tromey <tom@tromey.com>
828
829 * gdb.rust/simple.rs (main): Add local variables field1, field2,
830 y0.
831 * gdb.rust/simple.exp: Test bare identifier form of struct
832 initializer.
833
76727919
TT
8342018-03-19 Tom Tromey <tom@tromey.com>
835
836 * gdb.gdb/observer.exp: Remove.
837
194ed413
AA
8382018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
839
840 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
841 "qualified" option when setting breakpoints.
842 * gdb.trace/backtrace.exp: Likewise.
843 * gdb.trace/circ.exp: Likewise.
844 * gdb.trace/collection.exp: Likewise.
845 * gdb.trace/disconnected-tracing.exp: Likewise.
846 * gdb.trace/ftrace-lock.exp: Likewise.
847 * gdb.trace/ftrace.exp: Likewise.
848 * gdb.trace/infotrace.exp: Likewise.
849 * gdb.trace/packetlen.exp: Likewise.
850 * gdb.trace/passc-dyn.exp: Likewise.
851 * gdb.trace/qtro.exp: Likewise.
852 * gdb.trace/read-memory.exp: Likewise.
853 * gdb.trace/report.exp: Likewise.
854 * gdb.trace/signal.exp: Likewise.
855 * gdb.trace/status-stop.exp: Likewise.
856 * gdb.trace/strace.exp: Likewise.
857 * gdb.trace/tfind.exp: Likewise.
858 * gdb.trace/trace-break.exp: Likewise.
859 * gdb.trace/trace-condition.exp: Likewise.
860 * gdb.trace/trace-mt.exp: Likewise.
861 * gdb.trace/tstatus.exp: Likewise.
862 * gdb.trace/tsv.exp: Likewise.
863 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
864 * gdb.trace/unavailable.exp: Likewise.
865 * gdb.trace/while-dyn.exp: Likewise.
866
8b067d2c
AA
8672018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
868
869 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
870 that libinproctrace is copied to the target.
871
3ae9ce5d
TT
8722018-03-14 Tom Tromey <tom@tromey.com>
873
874 PR cli/14977:
875 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
876 a null pointer.
877 * gdb.base/wchar.exp: Likewise.
878
b8c2339b
TT
8792018-03-14 Tom Tromey <tom@tromey.com>
880
881 PR cli/19918:
882 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
883 flag.
884
4872dc46
SM
8852018-03-08 Simon Marchi <simon.marchi@ericsson.com>
886
887 PR gdb/22841
888 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
889 "target" to remote_exec.
890
e4fe3756
SM
8912018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
892
893 PR gdb/22841
894 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
895 ${board}_upload): Remove.
896
e95a97d4
AA
8972018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
898
899 * gdb.cp/watch-cp.cc: New test.
900 * gdb.cp/watch-cp.exp: New file.
901
dbbb1059
AB
9022018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
903
904 * gdb.base/infcall-nested-structs.exp: New file.
905 * gdb.base/infcall-nested-structs.c: New file.
906 * gdb.base/float.exp: Add riscv support.
907
ecc054c0
TP
9082018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
909
910 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
911 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
912
25e3c82c
SDJ
9132018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
914
915 * gdb.server/abspath.exp: New file.
916 * lib/gdb.exp (with_cwd): New procedure.
917
3083294d
SM
9182018-02-28 Simon Marchi <simon.marchi@ericsson.com>
919
920 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
921 use it.
922 (gdb_is_target_remote_prompt): New proc.
923 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
924 (gdb_is_target_native): Pass prompt parameter to
925 gdb_is_target_1.
926
3275ef47
SM
9272018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
928
929 * gdb.base/load-command.c: New file.
930 * gdb.base/load-command.exp: New file.
931 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
932 (gdb_is_target_1): ...this, and generalize for other targets
933 than just remote.
934 (gdb_is_target_remote): Use gdb_is_target_1.
935 (gdb_is_target_native): use gdb_is_target_1.
936
6893c19a
TT
9372018-02-26 Tom Tromey <tom@tromey.com>
938
939 PR python/16497:
940 * gdb.python/py-framefilter.exp: Update test.
941
2ddeaf8a
TT
9422018-02-26 Tom Tromey <tom@tromey.com>
943
944 * gdb.dwarf2/variant.c: New file.
945 * gdb.dwarf2/variant.exp: New file.
946
c9317f21
TT
9472018-02-26 Tom Tromey <tom@tromey.com>
948
949 * gdb.rust/simple.exp: Accept more possible results in enum test.
950
6f6d0c26
SM
9512018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
952
953 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
954 parentheses.
955
11b03145
MR
9562018-02-23 Maciej W. Rozycki <macro@mips.com>
957
958 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
959 name of a variable: $actual_linejj -> $actual_line.
960
54a27fe5
JB
9612018-02-21 John Baldwin <jhb@FreeBSD.org>
962
963 * gdb.arch/amd64-i386-address.exp: Fix a typo.
964
de65820c
MM
9652018-02-20 Markus Metzger <markus.t.metzger@intel.com>
966
967 * gdb.btrace/buffer-size.exp: Do not force BTS.
968
980548fd
PA
9692018-02-14 Pedro Alves <palves@redhat.com>
970
971 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
972 getting a "Quit".
973
c4e12631
MM
9742018-02-09 Markus Metzger <markus.t.metzger@intel.com>
975
976 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
977 Fix test name.
978
c2e0e465
SM
9792018-02-07 Simon Marchi <simon.marchi@ericsson.com>
980
981 * gdb.cp/m-static.exp: Check type of optimized out static
982 member.
983
f7216783
AB
9842018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
985
986 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
987 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
988
0625771b
LS
9892018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
990 Leszek Swirski <leszeks@google.com>
991
992 * gdb.python/py-prettyprint.c
993 (struct to_string_returns_value_inner,
994 struct to_string_returns_value_wrapper): New.
995 (main): Add tsrvw variable.
996 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
997 ToStringReturnsValueWrapper): New classes.
998 (register_pretty_printers): Register new pretty-printers.
999 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1000 recursive pretty printer.
1001 * gdb.python/py-mi.exp: Likewise.
1002
59498c30
LS
10032018-02-01 Leszek Swirski <leszeks@google.com>
1004
1005 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1006 functions with the same name as an include file are parsed
1007 correctly.
1008
d4d38844
YQ
10092018-02-01 Yao Qi <yao.qi@linaro.org>
1010
1011 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1012 "\[^\r\n\]*".
1013
07e5f5cf
NP
10142018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1015
1016 * gdb.arch/powerpc-prologue-frame.s: New file.
1017 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1018 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1019
929b5ad4
JB
10202018-01-31 Joel Brobecker <brobecker@adacore.com>
1021
1022 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1023
e671cd59
PA
10242018-01-30 Pedro Alves <palves@redhat.com>
1025
1026 PR gdb/13211
1027 * gdb.base/interrupt-daemon.c: New.
1028 * gdb.base/interrupt-daemon.exp: New.
1029 * gdb.multi/multi-term-settings.c: New.
1030 * gdb.multi/multi-term-settings.exp: New.
1031
fc413dc4
JB
10322018-01-30 Joel Brobecker <brobecker@adacore.com>
1033
1034 * gdb.base/break.exp: Save the location where the breakpoint
1035 on break.c:47 was actually inserted when debugging the version
1036 compiled at -O2 and use it in the expected output of the "info
1037 break" test performed soon after.
1038
5c319bb2
PA
10392018-01-22 Pedro Alves <palves@redhat.com>
1040 Sergio Durigan Junior <sergiodj@redhat.com>
1041
1042 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1043 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1044
a9e40818
JB
10452018-01-22 Joel Brobecker <brobecker@adacore.com>
1046
1047 * gdb.base/break-include.c, gdb.base/break-include.inc,
1048 gdb.base/break-include.exp: New files.
1049 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1050 line number now being the actual line number where the breakpoint
1051 was inserted.
1052 * gdb.mi/mi-break.exp: Likewise.
1053 * gdb.mi/mi-reverse.exp: Likewise.
1054 * gdb.mi/mi-simplerun.exp: Ditto.
1055
e707fc44
AB
10562018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1057
1058 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1059 varobj.
1060 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1061
ae451627
AB
10622018-01-21 Don Breazeal <donb@codesourcery.com>
1063 Andrew Burgess <andrew.burgess@embecosm.com>
1064
1065 * gdb.mi/basics.c: Add new global.
1066 * gdb.mi/mi-frame-regs.exp: New file.
1067 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1068 case.
1069
b1b189e0
AB
10702018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1071
1072 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1073 non-parameter, and on an unknown symbol.
1074
fcfcc376
TT
10752018-01-19 Tom Tromey <tom@tromey.com>
1076
1077 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1078 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1079
634c1c31
AA
10802018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1081
1082 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1083 setrlimit and chdir to int.
1084
d6ad07fd
AA
10852018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1086
1087 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1088 function.
1089 (my_tend): Likewise.
1090 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1091 rationale of avoiding FP- and vector instructions.
1092
adf8243b
RK
10932018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1094
1095 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1096 "info reg" with "\[ \t\]*".
1097 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1098 "\[ \t\]+".
1099 * gdb.arch/s390-multiarch.exp: Ditto.
1100 * gdb.base/pc-fp.exp: Ditto.
1101 * gdb.reverse/i386-precsave.exp: Ditto.
1102 * gdb.reverse/i386-reverse.exp: Ditto.
1103 * gdb.reverse/i387-env-reverse.exp: Ditto.
1104 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1105
dcc06925
AA
11062018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1107
1108 * lib/gdb.exp (gdb_compile): Re-enable use of
1109 universal_compile_options for languages other than Rust.
1110
25d4fd80
AA
11112018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1112
1113 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1114
ee7f689e 11152018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
1116
1117 PR gdb/16577
1118 * gdb.base/solib-vanish.exp: New.
1119 * gdb.base/solib-vanish-main.c: New.
1120 * gdb.base/solib-vanish-lib1.c: New.
1121 * gdb.base/solib-vanish-lib2.c: New.
1122
d8447b6b
YQ
11232018-01-17 Yao Qi <yao.qi@linaro.org>
1124
1125 * gdb.compile/compile.exp: Match the address printed for
1126 frame in the output of command "bt".
1127
86d6a90c
TT
11282018-01-15 Tom Tromey <tom@tromey.com>
1129
1130 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1131 compute sp_reg.
1132
cbcdb1aa
AB
11332018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1134
1135 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1136 to prepare.
1137 (prepare): Return 0 on error, 1 on success.
1138
eea61984
PA
11392018-01-12 Pedro Alves <palves@redhat.com>
1140
1141 * gdb.base/continue-after-aborted-step-over.c: New.
1142 * gdb.base/continue-after-aborted-step-over.exp: New.
1143
6181e9c2
SM
11442018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1145
1146 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1147 options when not creating an executable.
1148
3cada740
PA
11492018-01-11 Pedro Alves <palves@redhat.com>
1150
1151 PR remote/22597
1152 * gdb.server/stop-reply-no-thread.c: New file.
1153 * gdb.server/stop-reply-no-thread.exp: New file.
1154
c63d3e8d
PA
11552018-01-10 Pedro Alves <palves@redhat.com>
1156
1157 PR gdb/22670
1158 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1159 functions too. Test setting breakpoints and printing C functions
1160 with no debug info too.
1161 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1162
d4c2a405
PA
11632018-01-10 Pedro Alves <palves@redhat.com>
1164
1165 PR gdb/22670
1166 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1167 a fail.
1168
8825213e
PA
11692018-01-10 Pedro Alves <palves@redhat.com>
1170
1171 PR gdb/22670
1172 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1173
605fd3c6
YQ
11742018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1175
1176 * gdb.server/unittest.exp: Match the output in non-development
1177 mode.
1178
1e5ded6c
YQ
11792018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1180
1181 * gdb.gdb/unittest.exp: Match output in non-development mode.
1182
30066b0b
JB
11832018-01-08 Joel Brobecker <brobecker@adacore.com>
1184
1185 * gdb.ada/access_tagged_param.exp: Relax expected output
1186 for value of "ObjL" in "continue" to pck.inspect breakpoint
1187 test.
1188
04bafb1e
XR
11892018-01-08 Joel Brobecker <brobecker@adacore.com>
1190
9f86398b
JB
1191 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1192 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 1193
e379cee6
PA
11942018-01-05 Pedro Alves <palves@redhat.com>
1195
1196 PR gdb/18653
1197 * gdb.base/libsegfault.exp: New.
1198
de63c46b
PA
11992018-01-05 Joel Brobecker <brobecker@adacore.com>
1200
1201 PR gdb/22670
1202 * gdb.ada/access_tagged_param.exp: New file.
1203 * gdb.ada/access_tagged_param/foo.adb: New file.
1204
f98fc17b
PA
12052018-01-05 Pedro Alves <palves@redhat.com>
1206
1207 PR gdb/22670
1208 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1209 exercise lower case too, and to exercise both full matching and
1210 wild matching.
1211
342f8240
JB
12122018-01-05 Joel Brobecker <brobecker@adacore.com>
1213
1214 * gdb.ada/rename_subscript_param: New testcase.
1215
7150d33c
JG
12162018-01-05 Jerome Guitton <guitton@adacore.com>
1217
1218 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1219
cc0e770c
JB
12202018-01-05 Joel Brobecker <brobecker@adacore.com>
1221
1222 * gdb.ada/convvar_comp: New testcase.
1223
672a41aa 12242018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
1225
1226 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1227 (My_Table): New global variable.
1228 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1229
7365ec2f
JB
12302018-01-04 Joel Brobecker <brobecker@adacore.com>
1231
1232 PR gdb/22670
1233 * gdb.ada/maint_with_ada: New testcase.
1234
289483b6
JB
12352018-01-04 Joel Brobecker <brobecker@adacore.com>
1236
1237 PR gdb/22670
1238 * gdb.ada/bp_c_mixed_case: New testcase.
1239
344420da
JB
12402018-01-04 Joel Brobecker <brobecker@adacore.com>
1241
1242 PR gdb/22670
1243 * gdb.ada/complete.exp: Add "complete break ada" test.
1244
66fc87a0
JB
12452018-01-04 Joel Brobecker <brobecker@adacore.com>
1246
1247 PR gdb/22670
1248 * gdb.ada/info_addr_mixed_case: New testcase.
1249
9f757bf7
XR
12502018-01-03 Xavier Roirand <roirand@adacore.com>
1251
1252 * gdb.ada/excep_handle.exp: New testcase.
1253 * gdb.ada/excep_handle/foo.adb: New file.
1254 * gdb.ada/excep_handle/pck.ads: New file.
1255
bd570f80
JB
12562018-01-03 Joel Brobecker <brobecker@adacore.com>
1257
1258 * gdb.base/step-line.c: Add extra empty line in copyright header.
1259 * gdb.base/step-line.inp: Likewise.
1260
9fe561ab
JB
12612018-01-02 Joel Brobecker <brobecker@adacore.com>
1262
1263 * gdb.ada/dyn_stride.exp: Add slice test.
1264
a405673c
JB
12652018-01-02 Joel Brobecker <brobecker@adacore.com>
1266
1267 * gdb.ada/dyn_stride: New testcase.
1268
cef0f868
SH
12692017-12-27 Stafford Horne <shorne@gmail.com>
1270
1271 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1272 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1273
b67d92b0
SH
12742017-12-27 Stafford Horne <shorne@gmail.com>
1275
1276 * gdb.base/reggroups.c: New file.
1277 * gdb.base/reggroups.exp: New file.
1278
eccab96d
JB
12792017-12-18 Joel Brobecker <brobecker@adacore.com>
1280
1281 * gdb.dwarf2/ada-valprint-error.c: New file.
1282 * gdb.dwarf2/ada-valprint-error.exp: New file.
1283
0e2da9f0
JB
12842017-12-18 Joel Brobecker <brobecker@adacore.com>
1285
1286 * gdb.ada/assign_arr: New testcase.
1287
cb923fcc
XR
12882017-12-18 Xavier Roirand <roirand@adacore.com>
1289
1290 * gdb.ada/funcall_ptr: New testcase.
1291
7c161838
SDJ
12922017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1293
1294 PR cli/16224
1295 * gdb.base/ptype-offsets.cc: New file.
1296 * gdb.base/ptype-offsets.exp: New file.
1297
1af17fd9
YQ
12982017-12-15 Yao Qi <yao.qi@linaro.org>
1299
1300 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1301 if XML is disabled.
1302
828d5846
XR
13032017-12-15 Xavier Roirand <roirand@adacore.com>
1304
1305 * gdb.ada/same_component_name: New testcase.
1306
79e8fcaa
JB
13072017-12-14 Joel Brobecker <brobecker@adacore.com>
1308
1309 * gdb.ada/str_binop_equal: New testcase.
1310
e05fa6f9
JB
13112017-12-14 Joel Brobecker <brobecker@adacore.com>
1312
1313 * gdb.ada/task_switch_in_core: New testcase.
1314
b89641ba
SM
13152017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1316
1317 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1318 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1319 call test_bkpt_qualified.
1320 (test_bkpt_qualified): New proc.
1321
6892d2e4
PA
13222017-12-13 Pedro Alves <palves@redhat.com>
1323
1324 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1325 Tighten regexp by matching with an anchor.
1326
a22ecf70
PA
13272017-12-13 Pedro Alves <palves@redhat.com>
1328
1329 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1330 ("expression with namespace"): New set of tests.
1331 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1332 (Nested::Test_NS::qux): New.
1333 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1334 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1335
9937536c
JB
13362017-12-13 Joel Brobecker <brobecker@adacore.com>
1337
1338 * gdb.base/server-del-break.c: New file.
1339 * gdb.base/server-del-break.exp: New file.
1340
fe49c6f5
SH
13412017-12-12 Stafford Horne <shorne@gmail.com>
1342
1343 * gdb.xml/tdesc-regs.exp: Add or1k support.
1344
c3d18620
SH
13452017-12-12 Stafford Horne <shorne@gmail.com>
1346
1347 * gdb.base/bp-permanent.c: Define nop of or1k.
1348
c5f9cfc8
JB
13492017-12-11 Joel Brobecker <brobecker@adacore.com>
1350
1351 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1352 output with components being reordered.
1353
a9c135fc
JB
13542017-12-11 Joel Brobecker <brobecker@adacore.com>
1355
1356 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1357 output with components being reordered.
1358
927aa2e7
JK
13592017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1360 Pedro Alves <palves@redhat.com>
1361
1362 * gdb.base/maint.exp (check for .gdb_index): Check also for
1363 .debug_names.
1364 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1365 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1366 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1367 (.gdb_index used after symbol reloading): Support also .debug_names.
1368 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1369
f17d9474
YQ
13702017-12-08 Yao Qi <yao.qi@linaro.org>
1371
1372 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1373 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1374
a0de8c21
YQ
13752017-12-08 Yao Qi <yao.qi@linaro.org>
1376
1377 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1378 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1379
a738ea1d
YQ
13802017-12-08 Yao Qi <yao.qi@linaro.org>
1381
1382 * gdb.arch/aarch64-tagged-pointer.c: New file.
1383 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1384
1cd9a73b
SDJ
13852017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1386
1387 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1388 "int".
1389
fa6eb693
KS
13902017-12-07 Keith Seitz <keiths@redhat.com>
1391
1392 PR breakpoints/22569
1393 * gdb.linespec/ls-errs.exp: Change expected result of "break
1394 -source this file has spaces.c -line 3".
1395 Check that an explicit source file followed by whitespace is
1396 identified as an invalid explicit location.
1397
883fd55a
KS
13982017-12-07 Keith Seitz <keiths@redhat.com>
1399
1400 * gdb.cp/nested-types.cc: New file.
1401 * gdb.cp/nested-types.exp: New file.
1402 * lib/cp-support.exp: Load data-structures.exp library.
1403 (debug_cp_test_ptype_class): New global.
1404 (cp_ptype_class_verbose, next_line): New procedures.
1405 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1406 Add and document new return value.
1407 Switch the list of lines to a queue.
1408 Add support for new `type' key for nested type definitions.
1409 Add debugging/troubleshooting messages.
1410 * lib/data-structures.exp: New file.
1411
ec72db3e
SM
14122017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1413
1414 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1415 with proc_with_prefix, don't use with_test_prefix.
1416
99598d71
TT
14172017-12-07 Tom Tromey <tom@tromey.com>
1418
1419 * gdb.base/break.exp: Add test for empty "commands".
1420
a8806230
YQ
14212017-12-07 Yao Qi <yao.qi@linaro.org>
1422
1423 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1424 malloc and catch syscall.
1425
824cc835
PM
14262017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1427
1428 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1429 tests for explicit locations.
1430
7cc244de
PA
14312017-12-06 Pedro Alves <palves@redhat.com>
1432
1433 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1434 force-disabling XML descriptions.
1435
50a1fdd5
PA
14362017-12-04 Pedro Alves <palves@redhat.com>
1437
1438 PR gdb/22499
1439 * gdb.arch/amd64-disp-step-avx.S: New file.
1440 * gdb.arch/amd64-disp-step-avx.exp: New file.
1441
f0fb2488
PA
14422017-12-03 Pedro Alves <palves@redhat.com>
1443
1444 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1445 and <string.h>.
1446 (parent_function): Print distinct messages when waitpid fails, or
1447 the child exits with a signal, or the child exits for an unhandled
1448 reason.
1449 * gdb.threads/process-dies-while-detaching.exp
1450 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1451 it. Wait for both inferior output and GDB's prompt. Use an
1452 indirect spawn id list.
1453 (do_detach): New parameter 'child_exit'. Use it to compute
1454 expected inferior output.
1455 (test_detach, test_detach_watch, test_detach_killed_outside):
1456 Adjust to pass down the expected child exit kind.
1457
97cbe998
SDJ
14582017-12-01 Joel Brobecker <brobecker@adacore.com>
1459 Sergio Durigan Junior <sergiodj@redhat.com>
1460 Pedro Alves <palves@redhat.com>
1461
1462 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1463
40fc416f
SDJ
14642017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1465
1466 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1467 to 'symbol-file' and 'add-symbol-file' can be
1468 position-independent.
1469
1cc75e92
YQ
14702017-12-01 Yao Qi <yao.qi@linaro.org>
1471
1472 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1473 the URL in copyright header.
1474 * gdb.arch/aarch64-fp.exp: Likewise.
1475 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1476 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1477 * gdb.base/expand-psymtabs.exp: Likewise.
1478 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1479 * gdb.fortran/common-block.exp: Likewise.
1480 * gdb.fortran/common-block.f90: Likewise.
1481 * gdb.fortran/logical.exp: Likewise.
1482 * gdb.fortran/vla-datatypes.f90: Likewise.
1483 * gdb.fortran/vla-sub.f90: Likewise.
1484
875fb7a7
JB
14852017-11-30 Joel Brobecker <brobecker@adacore.com>
1486
1487 * gdb.ada/repeat_dyn: New testcase.
1488
6f14765f
UW
14892017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1490
1491 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1492 Update for changed thread numbering.
1493 * gdb.cell/bt.exp: Update for changed GDB output.
1494
f1af7b94
SM
14952017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1496
1497 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1498 setting isremote by hand.
1499 * boards/dwarf4-gdb-index.exp: Likewise.
1500 * boards/fission.exp: Likewise.
1501 * boards/stabs.exp: Likewise.
1502
e3919f3e
PA
15032017-11-30 Pedro Alves <palves@redhat.com>
1504
1505 * gdb.linespec/cpls-ops.exp
1506 (check_explicit_skips_function_argument): Extract the underlying
1507 type of size_t instead of hardcoding it.
1508
bd69330d
PA
15092017-11-29 Pedro Alves <palves@redhat.com>
1510
1511 PR c++/19436
1512 * gdb.linespec/cpls-abi-tag.cc: New file.
1513 * gdb.linespec/cpls-abi-tag.exp: New file.
1514
a20714ff
PA
15152017-11-29 Pedro Alves <palves@redhat.com>
1516
1517 * gdb.base/langs.exp: Use -qualified.
1518 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1519 it.
1520 * gdb.cp/namespace.exp: Use -qualified.
1521 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1522 (overload-3, template-overload, template-ret-type, const-overload)
1523 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1524 procedures.
1525 (test_driver): Call them.
1526 * gdb.cp/save-bp-qualified.cc: New.
1527 * gdb.cp/save-bp-qualified.exp: New.
1528 * gdb.linespec/explicit.exp: Test -qualified.
1529 * lib/completion-support.exp (completion::explicit_opts_list): Add
1530 "-qualified".
1531 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1532
f6f1d339
PM
15332017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1534
1535 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1536
02ca603a
TT
15372017-11-29 Tom Tromey <tom@tromey.com>
1538
1539 * gdb.base/relocate.exp: Update invalid argument test.
1540 Add new tests for invalid arguments.
1541
ed6c0bfb
TP
15422017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1543
1544 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1545 Return 0 as a long.
1546 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1547
f106e10e
TP
15482017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1549
1550 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1551 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1552 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1553 func ().
1554 * gdb.cp/shadow.cc (B.func): Return 0.
1555
10329bb2
JB
15562017-11-27 Joel Brobecker <brobecker@adacore.com>
1557
1558 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1559 expected output in gdb_expect call to allow the exception
1560 message to be present as well. Fix syntax confusion to avoid
1561 TCL thinking that exception_name is an array.
1562
617cd4bc
UW
15632017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1564
1565 * gdb.arch/spu-info.c: Include <unistd.h>.
1566 (do_signal_test): Fix broken calls to write.
1567 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1568 Fix checks for empty mailboxes. Update signal tests for corrected
1569 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
1570 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1571 * gdb.cell/arch.exp: Use standard_output_file.
1572 * gdb.cell/break.exp: Likewise.
1573 * gdb.cell/bt.exp: Likewise.
1574 * gdb.cell/core.exp: Likewise.
1575 * gdb.cell/dwarfaddr.exp: Likewise.
1576 * gdb.cell/ea-cache.exp: Likewise.
1577 * gdb.cell/ea-standalone.exp: Likewise.
1578 * gdb.cell/f-regs.exp: Likewise.
1579 * gdb.cell/fork.exp: Likewise.
1580 * gdb.cell/gcore.exp: Likewise.
1581 * gdb.cell/mem-access.exp: Likewise.
1582 * gdb.cell/ptype.exp: Likewise.
1583 * gdb.cell/registers.exp: Likewise.
1584 * gdb.cell/sizeof.exp: Likewise.
1585 * gdb.cell/solib-symbol.exp: Likewise.
1586 * gdb.cell/solib.exp: Likewise.
617cd4bc 1587
a81aaca0
PA
15882017-11-25 Pedro Alves <palves@redhat.com>
1589
1590 * gdb.base/complete-empty.exp: New file.
1591 * gdb.base/completion.exp: Adjust.
1592
6a3c6ee4
PA
15932017-11-25 Pedro Alves <palves@redhat.com>
1594
1595 * gdb.linespec/cpls-ops.cc: New file.
1596 * gdb.linespec/cpls-ops.exp: New file.
1597 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1598 factored out from ...
1599 (test_complete_prefix_range): ... this.
1600
8955eb2d
PA
16012017-11-24 Pedro Alves <palves@redhat.com>
1602
1603 * gdb.linespec/cpcompletion.exp: New file.
1604 * gdb.linespec/cpls-hyphen.cc: New file.
1605 * gdb.linespec/cpls.cc: New file.
1606 * gdb.linespec/cpls2.cc: New file.
1607 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1608 test to use test_gdb_complete_unique. Add label completion,
1609 keyword completion and explicit location completion tests.
1610 * lib/completion-support.exp: New file.
1611
e547c119
JB
16122017-11-24 Joel Brobecker <brobecker@adacore.com>
1613
1614 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1615 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1616 when hitting an exception catchpoint.
1617
7c3c1aa8
YQ
16182017-11-22 Yao Qi <yao.qi@linaro.org>
1619
1620 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1621
41bd68f5
SM
16222017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1623
1624 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1625 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1626 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1627
1daad298
YQ
16282017-11-22 Yao Qi <yao.qi@linaro.org>
1629
1630 * gdb.base/info-os.exp: Pass pthreads.
1631 * gdb.multi/multi-attach.exp: Likewise.
1632
88465e87
YQ
16332017-11-22 Yao Qi <yao.qi@linaro.org>
1634
1635 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1636 compiler.
1637
dc196b23
YQ
16382017-11-22 Yao Qi <yao.qi@linaro.org>
1639
1640 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1641 * gdb.base/break-interp.exp: Likewise.
1642 * gdb.base/jit-attach-pie.exp: Likewise.
1643
2400729e
UW
16442017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1645
1646 * gdb.base/float128.c (large128): New variable.
1647 * gdb.base/float128.exp: Add test to print largest __float128 value.
1648
7a26362d
UW
16492017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1650
1651 * gdb.arch/vsx-regs.exp: Update register content checks.
1652
ed0f4273
UW
16532017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1654
1655 * gdb.arch/ppc-longdouble.exp: New file.
1656 * gdb.arch/ppc-longdouble.c: Likewise.
1657
a25d69c6
PA
16582017-11-21 Pedro Alves <palves@redhat.com>
1659
1660 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1661
73fcf641
PA
16622017-11-20 Pedro Alves <palves@redhat.com>
1663
1664 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1665 (long_double_typedef): New typedefs.
1666 Use DEF on double and long double.
1667 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1668 cases.
1669 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1670 and 'long_double_ptr_same_size' locals. Use them to decide
1671 whether cast from array/function to float is valid/invalid.
1672
71a3c369
TT
16732017-11-17 Tom Tromey <tom@tromey.com>
1674
1675 * gdb.rust/traits.rs: New file.
1676 * gdb.rust/traits.exp: New file.
1677
ced9779b
JB
16782017-11-17 Joel Brobecker <brobecker@adacore.com>
1679
1680 * gdb.ada/minsyms: New testcase.
1681
a0922d80
PA
16822017-11-16 Pedro Alves <palves@redhat.com>
1683
1684 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1685 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1686
ea04e54c
PA
16872017-11-16 Pedro Alves <palves@redhat.com>
1688
1689 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1690 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1691
e849ea89
PA
16922017-11-16 Pedro Alves <palves@redhat.com>
1693
1694 * gdb.server/reconnect-ctrl-c.c: New file.
1695 * gdb.server/reconnect-ctrl-c.exp: New file.
1696
d8ae99a7
PM
16972017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1698
1699 * gdb.python/py-rbreak.exp: New file.
1700 * gdb.python/py-rbreak.c: New file.
1701 * gdb.python/py-rbreak-func2.c: New file.
1702
968a13f8
PA
17032017-11-16 Pedro Alves <palves@redhat.com>
1704
1705 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1706 pattern.
1707 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1708 GDB.
1709
71774bc9
SM
17102017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1711
1712 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1713 regex.
1714
ddbb44cf
SM
17152017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1716
1717 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1718 test names.
1719
584a564f
PA
17202017-11-09 Pedro Alves <palves@redhat.com>
1721
1722 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1723 factored out from ...
1724 (top level): ... here, and adjusted to avoid expecting beyond the
1725 prompt in a single gdb_test_multiple.
1726
5ed7a928
PA
17272017-11-09 Pedro Alves <palves@redhat.com>
1728
1729 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1730 output.
1731 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1732 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1733 * gdb.server/ext-run.exp ("kill" test): Likewise.
1734 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1735
a60e0738
PA
17362017-11-09 Pedro Alves <palves@redhat.com>
1737
1738 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1739 match till end of line.
1740
2c88253f
PA
17412017-11-09 Pedro Alves <palves@redhat.com>
1742
1743 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1744
c7a38517
PA
17452017-11-09 Pedro Alves <palves@redhat.com>
1746
1747 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1748 New procedures, factored out from ...
1749 (top level): ... here, and adjusted to avoid expecting beyond the
1750 prompt in one go.
1751
f29f4b6b
PA
17522017-11-09 Pedro Alves <palves@redhat.com>
1753
1754 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1755 output. Fix '?' match.
1756
286acbb5
JB
17572017-11-08 Joel Brobecker <brobecker@adacore.com>
1758
1759 * gdb.ada/scoped_watch: New testcase.
1760 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1761 which is actually correct.
1762 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1763 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1764
62d7ae92
PA
17652017-11-08 Pedro Alves <palves@redhat.com>
1766
1767 * gdb.gdb/complaints.exp (test_initial_complaints)
1768 (test_serial_complaints, test_short_complaints): Call
1769 complaint_internal instead of complaint.
1770
280ca31f
DT
17712017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1772
1773 * gdb.threads/tls-core.c: New file.
1774 * gdb.threads/tls-core.exp: Likewise.
1775
b5ec771e
PA
17762017-11-08 Pedro Alves <palves@redhat.com>
1777
1778 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1779 (p Exported_Capitalized): New test.
1780 (p exported_capitalized): New test.
1781
a02b41a7
PA
17822017-11-07 Pedro Alves <palves@redhat.com>
1783
1784 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1785
95e95a6d
PA
17862017-11-07 Pedro Alves <palves@redhat.com>
1787
1788 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1789 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1790 (disable_invalid, disable_inverted, disable_negative): New
1791 procedures.
1792 ("bad numbers"): New set of tests.
1793
cee62dbd
PA
17942017-11-07 Pedro Alves <palves@redhat.com>
1795
1796 * gdb.cp/ena-dis-br-range.exp: Add tests.
1797
cc638e86
PA
17982017-11-07 Pedro Alves <palves@redhat.com>
1799
1800 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1801
d0fe4701
XR
18022017-11-07 Xavier Roirand <roirand@adacore.com>
1803 Pedro Alves <palves@redhat.com>
1804
1805 * gdb.base/ena-dis-br.exp: Add reference to
1806 gdb.cp/ena-dis-br-range.exp.
1807 * gdb.cp/ena-dis-br-range.exp: New file.
1808 * gdb.cp/ena-dis-br-range.cc: New file.
1809
46f67f80
PA
18102017-11-06 Pedro Alves <palves@redhat.com>
1811
1812 * gdb.base/attach-non-pgrp-leader.c: New.
1813 * gdb.base/attach-non-pgrp-leader.exp: New.
1814
726e1356
PA
18152017-11-06 Pedro Alves <palves@redhat.com>
1816
1817 * configure.ac: No longer check for termio.h and sgtty.h.
1818 * configure: Regenerate.
1819 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1820 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1821 Remove termio and sgtty code.
1822
50ab6ace
YQ
18232017-11-03 Yao Qi <yao.qi@linaro.org>
1824
1825 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1826 in GDB is disabled.
1827
8e68731c
YQ
18282017-11-03 Yao Qi <yao.qi@linaro.org>
1829
1830 * gdb.python/py-thrhandle.exp: Skip it if python is not
1831 enabled.
1832
3a87ae65
SM
18332017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1834
1835 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1836 as a breakpoint command.
1837
484d8d36
MD
18382017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1839
1840 PR python/21213
1841 * gdb.python/py-infthread.exp: Test calling
1842 InferiorThread.inferior () multiple times in a row.
1843
4a27f119
KS
18442017-10-27 Keith Seitz <keiths@redhat.com>
1845
1846 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1847 Test "info break" for every inlined function breakpoint.
1848
bb11dd58
YQ
18492017-10-27 Yao Qi <yao.qi@linaro.org>
1850
1851 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1852
a43f3893
PF
18532017-10-26 Patrick Frants <osscontribute@gmail.com>
1854
1855 * gdb.cp/classes.exp (test_static_members): Test printing
1856 Outer::instance.
1857 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1858 (Inner::instance, Outer::instance): New.
1859
792ccf00
PA
18602017-10-24 Pedro Alves <palves@redhat.com>
1861
1862 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1863 extra console" test in two stages.
1864
eb2bfbad
PA
18652017-10-24 Pedro Alves <palves@redhat.com>
1866
1867 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1868
1f75a651
PA
18692017-10-24 Pedro Alves <palves@redhat.com>
1870
1871 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1872 loop.
1873
779990d9
PA
18742017-10-24 Pedro Alves <palves@redhat.com>
1875
1876 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1877 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1878
ad9b8f5d
PA
18792017-10-24 Pedro Alves <palves@redhat.com>
1880
1881 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1882 parameter and handle it. Don't output read value in test name.
1883
fee6da6e
PA
18842017-10-24 Pedro Alves <palves@redhat.com>
1885
1886 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1887 custom test name.
1888
10389c2c
PA
18892017-10-24 Pedro Alves <palves@redhat.com>
1890
1891 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1892 include the unstable output directory name in the test's name.
1893 (initial_setup_simple) <'set args'>: Use custom test name.
1894
a80e65a9
PA
18952017-10-24 Pedro Alves <palves@redhat.com>
1896
1897 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1898 with explicit test name.
1899
15763a09
PA
19002017-10-20 Pedro Alves <palves@redhat.com>
1901
1902 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1903 'wait -i'. Use gdb_assert and remote_close.
1904
49a4ce2e
AB
19052017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1906
1907 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1908 number from variable rather than hard-coded.
1909
a75868f5
PA
19102017-10-19 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.base/long-inferior-output.c: New file.
1913 * gdb.base/long-inferior-output.exp: New file.
1914
c8ba13ad
KS
19152017-11-18 Keith Seitz <keiths@redhat.com>
1916
1917 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1918 method.
1919 (main): Call it.
1920 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1921 Add additional user-defined conversion operator tests.
1922
b27de576
PA
19232017-10-17 Pedro Alves <palves@redhat.com>
1924
1925 * boards/native-stdio-gdbserver.exp: Load "local-board".
1926
8484c955
PA
19272017-10-17 Pedro Alves <palves@redhat.com>
1928
1929 * gdb.base/quit-live.c: New file.
1930 * gdb.base/quit-live.exp: New file.
1931
83d5a34d
KS
19322017-10-16 Keith Seitz <keiths@redhat.com>
1933
1934 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1935 (class_with_protected_typedef, class_with_private_typedef)
1936 (struct_with_public_typedef, struct_with_protected_typedef)
1937 (struct_with_private_typedef): New classes/structs.
1938 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1939 typedefs and access specifiers.
1940
739b3f1d
PA
19412017-10-16 Pedro Alves <palves@redhat.com>
1942 Simon Marchi <simon.marchi@polymtl.ca>
1943
1944 * README (Local vs Remote vs Native): New section.
1945 * boards/local-board.exp: New file, with bits factored out from
1946 ...
1947 * boards/native-extended-gdbserver.exp: ... here. Load
1948 "local-board".
1949 * boards/native-gdbserver.exp: Load "local-board".
1950 (${board}_spawn, ${board}_exec): Delete.
1951 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1952 ...
1953 * boards/stdio-gdbserver-base.exp: ... this new file.
1954 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1955 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1956 procedure.
1957 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1958 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1959 stdio_gdbserver_command.
1960 (${board}_get_remote_address, ${board}_get_comm_port)
1961 (${board}_download, ${board}_upload): Delete.
1962 (get_target_remote_pipe_cmd): New.
1963
fe68b953
SM
19642017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1965
1966 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1967 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1968 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1969 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1970 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1971 remove with_test_prefix.
1972
300b6685
PA
19732017-10-13 Pedro Alves <palves@redhat.com>
1974
1975 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1976 * gdb.base/annota1.exp: Use it instead of is_remote.
1977 * gdb.base/annota3.exp: Use it instead of is_remote.
1978 * gdb.cp/annota2.exp: Use it instead of is_remote.
1979 * gdb.cp/annota3.exp: Use it instead of is_remote.
1980 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1981
50500caf
PA
19822017-10-13 Pedro Alves <palves@redhat.com>
1983
1984 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1985 (test_num_test_vars, run_and_count_vars, find_env)
1986 (test_set_unset_env, test_inherit_env_var): New procedures.
1987 (top level): Use them.
1988
dad0c6d2
PA
19892017-10-13 Pedro Alves <palves@redhat.com>
1990
1991 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1992 also skip on stub-like targets.
1993
8b0553c1
PA
19942017-10-13 Pedro Alves <palves@redhat.com>
1995
1996 PR gdb/22293
1997 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1998 (top level): Move some tests to ...
1999 (test_not_found): ... this new procedure.
2000 (top level): Call it.
2001
7594f623
PA
20022017-10-13 Pedro Alves <palves@redhat.com>
2003
2004 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2005 expect different "info terminal" output if testing with a
2006 non-native target.
2007
ebe3b402
PA
20082017-10-13 Pedro Alves <palves@redhat.com>
2009 Simon Marchi <simon.marchi@polymtl.ca>
2010
2011 PR python/12966
2012 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2013
42f1b161
PA
20142017-10-13 Pedro Alves <palves@redhat.com>
2015
2016 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2017 already.
2018
8d6ef72b
PA
20192017-10-13 Pedro Alves <palves@redhat.com>
2020
2021 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2022 is_remote.
2023
d7bcd5b8
PA
20242017-10-13 Pedro Alves <palves@redhat.com>
2025
2026 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2027 is_remote.
2028
df479dc6
PA
20292017-10-13 Pedro Alves <palves@redhat.com>
2030
2031 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2032 is set.
2033 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2034 instead of is_remote.
2035
23fb630a
PA
20362017-10-13 Pedro Alves <palves@redhat.com>
2037
2038 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2039 (top level): Add comment.
2040
cc77b1dc
PA
20412017-10-13 Pedro Alves <palves@redhat.com>
2042
2043 * gdb.base/remote.exp (top level): Fix comment typo and add
2044 missing return.
2045
27c9e813
PA
20462017-10-13 Pedro Alves <palves@redhat.com>
2047 Simon Marchi <simon.marchi@polymtl.ca>
2048
2049 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2050 calls and add comments. Skip test if use_gdb_stub is set.
2051 (top level): Use "set cwd" command instead of "cd" command.
2052
5e830d98
PA
20532017-10-13 Pedro Alves <palves@redhat.com>
2054
2055 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2056 is_remote target check.
2057
f5ca0032
PA
20582017-10-13 Pedro Alves <palves@redhat.com>
2059
2060 * gdb.base/scope.exp: Use build_executable + clean_restart +
2061 gdb_file_cmd instead of prepare_for_testing and no longer skip
2062 "before run" tests on is_remote target boards. Update comments.
2063 * boards/native-extended-gdbserver.exp
2064 (extended_gdbserver_load_last_file): New, factored out from ...
2065 (gdb_load): ... this. Move further below and add comment.
2066 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2067
8aed1c0d
PA
20682017-10-12 Pedro Alves <palves@redhat.com>
2069
2070 * gdb.base/attach.exp: Remove references to gdb64.
2071 * gdb.base/dbx.exp: Remove references to gdb64.
2072
cfa34c87
SM
20732017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2074 Pedro Alves <palves@redhat.com>
2075
2076 * gdb.base/label.exp: Remove is_remote target check.
2077
9192b7de
PA
20782017-10-12 Pedro Alves <palves@redhat.com>
2079
2080 * gdb.base/auvx.exp (coredir): Update comment.
2081 (top level) <core_works>: Use "set cwd" command instead of "cd"
2082 command.
2083
6bf0052d
PA
20842017-10-12 Pedro Alves <palves@redhat.com>
2085 Simon Marchi <simon.marchi@polymtl.ca>
2086
2087 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2088 target boards.
2089
e48ef82d
PA
20902017-10-12 Pedro Alves <palves@redhat.com>
2091 Simon Marchi <simon.marchi@polymtl.ca>
2092
2093 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2094 Instead skip if there's any gdb_protocol set.
2095
8d7aea57
SM
20962017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2097 Pedro Alves <palves@redhat.com>
2098
2099 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2100
30440677
PA
21012017-10-12 Pedro Alves <palves@redhat.com>
2102 Simon Marchi <simon.marchi@polymtl.ca>
2103
2104 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2105 instead of on dejagnu remote boards.
2106
4e04f045 21072017-10-12 Pedro Alves <palves@redhat.com>
175654b9 2108 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
2109
2110 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2111 checks. Use build_executable + clean_restart instead of
2112 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2113 of enabling non-stop after starting gdb.
2114
871a186e
PA
21152017-10-12 Pedro Alves <palves@redhat.com>
2116
2117 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2118 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2119 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2120 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2121
56d704da
AK
21222017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2123
2124 * gdb.arch/arc-tdesc-cpu.exp: New file.
2125 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2126
2f20e312
SM
21272017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2128
2129 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2130
65630365
PA
21312017-10-10 Pedro Alves <palves@redhat.com>
2132
2133 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2134 expect CLI output.
2135
bf469271
PA
21362017-10-10 Pedro Alves <palves@redhat.com>
2137
2138 * lib/selftest-support.exp (selftest_setup): Update for
2139 captured_command_loop's prototype change.
2140
777a42f1
PA
21412017-10-09 Pedro Alves <palves@redhat.com>
2142
2143 Test both arch1=>arch2 and arch2=>arch1.
2144
2145 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2146 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2147 factored out to...
2148 (append_arch1_options, append_arch2_options, append_arch_options)
2149 (build_executables): New procedures.
2150 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2151 local.
2152 (top level): Add new 'first_arch' testing axis.
2153
cbd2b4e3
PA
21542017-10-09 Pedro Alves <palves@redhat.com>
2155
2156 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2157 (barrier): New.
2158 (thread_start, all_started): New functions.
2159 (main): Spawn new thread and wait until it is scheduled.
2160 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2161 option.
2162 (do_test): Add 'selected_thread' parameter. Run to all_started
2163 instead of main. Explicitly set the breakpoint at main. Switch
2164 to the SELECTED_THREAD thread.
2165 (top level): Test handling the exec event with either the main
2166 thread or the second thread selected.
2167
5c9e4427
PA
21682017-10-09 Pedro Alves <palves@redhat.com>
2169
2170 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2171 logic. Move STOP marker after the value checks.
2172 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2173 regexp.
2174
b3b7c423
SL
21752017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2176
2177 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2178
3b4b2f16
UW
21792017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2180
2181 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2182 integer-to-dfp conversion.
2183 * gdb.base/dfp-test.exp: Likewise.
2184
5cd63fda
PA
21852017-10-04 Pedro Alves <palves@redhat.com>
2186
2187 * gdb.multi/hangout.c: Include <unistd.h>.
2188 (hangout_loop): New function.
2189 (main): Call alarm. Call hangout_loop in a loop.
2190 * gdb.multi/hello.c: Include <unistd.h>.
2191 (hello_loop): New function.
2192 (main): Call alarm. Call hangout_loop in a loop.
2193 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2194 inferior with the other selected.
2195
4c71c105
SM
21962017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2197
2198 * gdb.mi/list-thread-groups-available.exp: New file.
2199 * gdb.mi/list-thread-groups-available.c: New file.
2200
bc3b087d
SDJ
22012017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2202
2203 * gdb.base/set-cwd.exp: Make it available on
2204 native-extended-gdbserver.
2205
d092c5a2
SDJ
22062017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2207
2208 * gdb.base/set-cwd.c: New file.
2209 * gdb.base/set-cwd.exp: Likewise.
2210
45320ffa
TT
22112017-10-02 Tom Tromey <tom@tromey.com>
2212
2213 PR rust/22236:
2214 * gdb.rust/simple.rs (main): New variable "fslice".
2215 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2216
b3e3859b
TT
22172017-10-02 Tom Tromey <tom@tromey.com>
2218
2219 * gdb.rust/simple.exp: Test ptype of a slice.
2220
01af5e0d
TT
22212017-10-02 Tom Tromey <tom@tromey.com>
2222
2223 * gdb.rust/simple.exp: Test index of slice.
2224
a9bbfbd8
TT
22252017-09-27 Tom Tromey <tom@tromey.com>
2226
2227 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2228
df8899e5
TP
22292017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2230 Pedro Alves <palves@redhat.com>
2231
2232 * gdb.base/compare-sections.exp (get value of read-only section): Read
2233 as unsigned value.
2234 (corrupt read-only section): Likewise and don't set written if patching
2235 failed.
2236
757bf54b
KB
22372017-09-21 Kevin Buettner <kevinb@redhat.com>
2238
2239 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2240 files.
2241
06871ae8
PA
22422017-09-20 Pedro Alves <palves@redhat.com>
2243
2244 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2245 symbol names in gdb's output.
2246 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2247
e5f25bc5
PA
22482017-09-20 Pedro Alves <palves@redhat.com>
2249
2250 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2251 Rename to ...
2252 (test_list_ambiguous_symbol): ... this and add a symbol name
2253 parameter. Adjust.
2254 (test_list_ambiguous_function): Reimplement on top of
2255 test_list_ambiguous_symbol and also test listing ambiguous
2256 variables.
2257 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2258 (ambiguous_fun): ... this.
2259 (ambiguous_var): New.
2260 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2261 (ambiguous_fun): ... this.
2262 (ambiguous_var): New.
2263
4e5a4f58
JB
22642017-09-19 John Baldwin <jhb@FreeBSD.org>
2265
2266 * gdb.base/starti.c: New file.
2267 * gdb.base/starti.exp: New file.
2268 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2269
26e53f3e
PA
22702017-09-14 Pedro Alves <palves@redhat.com>
2271
2272 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2273 (top level): Use it instead of runto.
2274
cb791d59
TT
22752017-09-11 Tom Tromey <tom@tromey.com>
2276
2277 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2278
7c96f8c1
TT
22792017-09-11 Tom Tromey <tom@tromey.com>
2280
2281 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2282 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2283
469412dd
CW
22842017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2285
2286 * gdb.fortran/printing-types.exp: New file.
2287 * gdb.fortran/printing-types.exp: New file.
2288
e0f86435
BH
22892017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2290
2291 * gdb.fortran/vla-ptype.exp: Fix typos.
2292 * gdb.fortran/vla-value.exp: Same.
2293
9e9af4be
BH
22942017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2295
2296 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2297 * gdb.mi/mi-var-child-f.exp: Likewise.
2298 * gdb.mi/mi-vla-fortran.exp: Likewise.
2299
a5ad232b
FP
23002017-09-08 Frank Penczek <frank.penczek@intel.com>
2301 Christoph Weinmann <christoph.t.weinmann@intel.com>
2302 Bernhard Heckel <bernhard.heckel@intel.com>
2303
2304 * gdb.fortran/ptr-indentation.f90: New file.
2305 * gdb.fortran/ptr-indentation.exp: New file.
2306
5aec60eb
TT
23072017-09-05 Tom Tromey <tom@tromey.com>
2308
2309 PR gdb/22010:
2310 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2311
8f8f8152
TP
23122017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2313
2314 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2315
fbd1b771
JK
23162017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2317
2318 * gdb.threads/tls-nodebug-pie.c: New file.
2319 * gdb.threads/tls-nodebug-pie.exp: New file.
2320
5eb5f850
TT
23212017-09-05 Tom Tromey <tom@tromey.com>
2322
2323 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2324 for rust.
2325
ae780a21
SM
23262017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2327
2328 * gdb.multi/multi-arch-exec.exp: Test with different
2329 "follow-exec-mode" settings.
2330 (do_test): New procedure.
2331
3693fdb3
PA
23322017-09-04 Pedro Alves <palves@redhat.com>
2333
2334 * gdb.base/func-static.c (S::method const, S::method volatile)
2335 (S::method volatile const): New methods.
2336 (c_s, v_s, cv_s): New instances.
2337 (main): Call method() on them.
2338 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2339 (cannot_resolve): New procedure.
2340 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2341 print-quote-unquoted columns.
2342 (do_test): Test printing each scope too.
2343
e68cb8e0
PA
23442017-09-04 Pedro Alves <palves@redhat.com>
2345
2346 * gdb.base/local-static.exp: Also test with
2347 class::method::variable wholly quoted.
2348 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2349
858be34c
PA
23502017-09-04 Pedro Alves <palves@redhat.com>
2351
2352 * gdb.base/local-static.c: New.
2353 * gdb.base/local-static.cc: New.
2354 * gdb.base/local-static.exp: New.
2355
46a4882b
PA
23562017-09-04 Pedro Alves <palves@redhat.com>
2357
2358 * gdb.asm/asm-source.exp: Add casts to int.
2359 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2360 (dataglobal64_1, dataglobal64_2): New globals.
2361 * gdb.base/nodebug.exp: Test different expressions involving the
2362 new globals, with print, whatis and ptype. Add casts to int.
2363 * gdb.base/solib-display.exp: Add casts to int.
2364 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2365 * gdb.cp/m-static.exp: Add cast to int.
2366 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2367 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2368 tls variable with no debug info without a cast. Test with a cast
2369 to int too.
2370 * gdb.trace/entry-values.exp: Add casts.
2371
2c5a2be1
PA
23722017-09-04 Pedro Alves <palves@redhat.com>
2373
2374 * gdb.base/nodebug.exp: Test that ptype's error about functions
2375 with unknown return type includes the function name too.
2376
7022349d
PA
23772017-09-04 Pedro Alves <palves@redhat.com>
2378
2379 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2380 return type of munmap in infcall.
2381 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2382 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2383 type of ftell in infcall.
2384 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2385 type of getpid in infcall.
2386 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2387 infcall.
2388 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2389 Bail on failure to extract the pid.
2390 * gdb.base/nodebug.c: #include <stdint.h>.
2391 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2392 New functions.
2393 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2394 Change expected output of print/whatis/ptype with functions with
2395 no debug info. Test all supported languages. Call
2396 test_call_promotion.
2397 * gdb.compile/compile.exp: Adjust expected output to expect
2398 warning.
2399 * gdb.threads/siginfo-threads.exp: Likewise.
2400
54990598
PA
24012017-09-04 Pedro Alves <palves@redhat.com>
2402
2403 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2404 "prototypes". Test calling float functions via prototyped and
2405 unprototyped function pointers.
2406 (perform_all_tests): New parameter "prototypes". Pass it down.
2407 (top level): Pass down "prototypes" parameter to
2408 perform_all_tests.
2409
34d16ea2
SM
24102017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2411
2412 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2413 Test with nested loops.
2414
9521ecda
SM
24152017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2416
2417 * gdb.base/commands.exp: Call the new procedures.
2418 (loop_break_test, loop_continue_test): New procedures.
2419
80a65e9b
SM
24202017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2421
2422 * gdb.base/commands.exp: Call new procedure.
2423 (define_if_without_arg_test): New procedure.
2424
e439fa14
PA
24252017-09-04 Pedro Alves <palves@redhat.com>
2426
2427 * gdb.base/list-ambiguous.exp: New file.
2428 * gdb.base/list-ambiguous0.c: New file.
2429 * gdb.base/list-ambiguous1.c: New file.
2430 * gdb.base/list.exp (test_list_range): Adjust expected output.
2431
0a2dde4a
SDJ
24322017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2433
2434 * gdb.base/share-env-with-gdbserver.c: New file.
2435 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2436
5e89eb3a
SM
24372017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2438
2439 * gdb.base/commands.exp (gdbvar_simple_if_test,
2440 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2441 progvar_simple_if_test, progvar_simple_while_test,
2442 progvar_complex_if_while_test, user_defined_command_test,
2443 user_defined_command_args_eval,
2444 user_defined_command_args_stack_test,
2445 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2446 temporary_breakpoint_commands,
2447 gdb_test_no_prompt, redefine_hook_test,
2448 redefine_backtrace_test): Remove "global gdb_prompt".
2449
fd437cbc
SM
24502017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2451
2452 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2453 New proc, call it from toplevel.
2454
87215ad1
SDJ
24552017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2456
2457 PR remote/21852
2458 * gdb.server/normal.c: New file, copied from gdb.base.
2459 * gdb.server/run-without-local-binary.exp: New file.
2460
58afddc6
WP
24612017-08-07 Weimin Pan <weimin.pan@oracle.com>
2462
2463 * gdb.arch/sparc64-adi.exp: New file.
2464 * gdb.arch/sparc64-adi.c: New file.
2465
5277199a
PA
24662017-08-22 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2469 (top level): Add "list all overloads" tests.
2470
14278e1f
TT
24712017-08-22 Tom Tromey <tom@tromey.com>
2472
2473 * gdb.gdb/xfullpath.exp: Remove.
2474
bf223d3e
PA
24752017-08-21 Pedro Alves <palves@redhat.com>
2476
2477 PR gdb/19487
2478 * gdb.base/symbol-alias.c: New.
2479 * gdb.base/symbol-alias2.c: New.
2480 * gdb.base/symbol-alias.exp: New.
2481
c973d0aa
PA
24822017-08-21 Pedro Alves <palves@redhat.com>
2483
2484 * gdb.base/dfp-test.c
2485 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2486 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2487 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2488 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2489 * gdb.base/whatis-ptype-typedefs.c: New.
2490 * gdb.base/whatis-ptype-typedefs.exp: New.
2491 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2492 (an_int, an_int_type, an_int_type2): New globals.
2493 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2494 involving typedefs and cast expressions.
2495 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2496 (lookup_typedefs_function): New.
2497 (typedefs_pretty_printers_dict): New.
2498 (top level): Register lookup_typedefs_function in
2499 gdb.pretty_printers.
2500
6d580b63
YQ
25012017-08-18 Yao Qi <yao.qi@linaro.org>
2502
2503 * gdb.server/unittest.exp: New.
2504
206726fb
SDJ
25052017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2506
2507 PR gdb/21954
2508 * gdb.base/environ.exp: Add test to check if 'unset environment'
2509 works.
2510
bf0ec4c2
AA
25112017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2512
2513 * lib/gdb.exp (universal_compile_options): New caching proc.
2514 (gdb_compile): Suppress GCC's coloring of messages.
2515
d6382fff
TT
25162017-08-14 Tom Tromey <tom@tromey.com>
2517
2518 PR gdb/21675:
2519 * gdb.base/printcmds.exp (test_radices): New function.
2520 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2521 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2522 * lib/gdb.exp (get_integer_valueof): Use p/d.
2523
c2c2dd9f
SM
25242017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2525
2526 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2527 characters.
2528
fdffd6f4
TT
25292017-08-05 Tom Tromey <tom@tromey.com>
2530
2531 * gdb.rust/simple.exp: Allow String to appear in a different
2532 namespace.
2533
27d41eac
YQ
25342017-07-26 Yao Qi <yao.qi@linaro.org>
2535
2536 * gdb.gdb/unittest.exp: Invoke command
2537 "maintenance check xml-descriptions".
2538
031ed05d
AA
25392017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2540
2541 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2542 calling context.
2543 (hex128): Drop erroneous calculation of parameters.
2544
dcd27ddf
SM
25452017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2546
2547 * gdb.python/py-unwind.exp: Disable stack protection when
2548 building test file.
2549
47e77640
PA
25502017-07-20 Pedro Alves <palves@redhat.com>
2551
2552 * gdb.base/default.exp (set language): Adjust expected output.
2553
62d2a18a
PA
25542017-07-20 Pedro Alves <palves@redhat.com>
2555
2556 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2557 (test_minsym): ... this, and make static.
2558 (get_pck__foo__bar__minsym): Rename to ...
2559 (get_test_minsym): ... this.
2560 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2561 symbol names and comments.
2562 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2563 (get_test_minsym): ... this.
2564 (pck__foo__bar__minsym__2): Rename to ...
2565 (test_minsym): ... this.
2566 (main): Adjust.
2567
c45ec17c
PA
25682017-07-17 Pedro Alves <palves@redhat.com>
2569
2570 * gdb.base/completion.exp: Adjust expected output.
2571 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2572 the completer works.
2573
c6756f62
PA
25742017-07-17 Pedro Alves <palves@redhat.com>
2575
2576 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2577
5bd68487
AB
25782017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2579
2580 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2581
8880f2a9
TT
25822017-07-14 Tom Tromey <tom@tromey.com>
2583
2584 PR rust/21764:
2585 * gdb.rust/simple.exp: Add tests.
2586
65547233
TT
25872017-07-14 Tom Tromey <tom@tromey.com>
2588
2589 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2590
8f14146e
PA
25912017-07-14 Pedro Alves <palves@redhat.com>
2592
2593 * gdb.linespec/base/one/thefile.cc (z1): New function.
2594 * gdb.linespec/base/two/thefile.cc (z2): New function.
2595 * gdb.linespec/linespec.exp: Add tests.
2596
b4365d02
AB
25972017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2598
2599 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2600 to mi_create_breakpoint.
2601
5d2cbaa5
AB
26022017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2603
2604 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2605 mi_create_breakpoint.
2606
11cb5716
IB
26072017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2608
2609 * gdb.dlang/demangle.exp: Update for demangling changes.
2610
03278692
TT
26112017-07-09 Tom Tromey <tom@tromey.com>
2612
2613 * gdb.dwarf2/shortpiece.exp: New file.
2614
33c5cd75
DB
26152017-07-06 David Blaikie <dblaikie@gmail.com>
2616
2617 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2618 built from fissiont-multi-cu{1,2}.c.
2619 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2620 except putting 'main' and 'func' in separate CUs in the same DWO file.
2621 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2622 test.
2623 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2624 test.
2625
8455d262
PA
26262017-07-06 Pedro Alves <palves@redhat.com>
2627
2628 * gdb.python/py-unwind.exp: Test flushregs.
2629
dc4bde35
SDJ
26302017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2631
2632 PR cli/21688
2633 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2634 tests for alias commands and trailing whitespace.
2635
51ed89aa
SDJ
26362017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2637
2638 PR cli/21688
2639 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2640 procedure. Call it.
2641
eb17d413
PA
26422017-06-29 Pedro Alves <palves@redhat.com>
2643
2644 * gdb.base/printcmds.exp: Add tests.
2645
41664b45
DG
26462017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2647
2648 PR gdb/21337
2649 * gdb.base/reread-readsym.exp: New file.
2650 * gdb.base/reread-readsym.c: New file.
2651
75312ae3
KB
26522017-06-21 Kevin Buettner <kevinb@redhat.com>
2653
2654 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2655 subpattern.
2656
66953522
PB
26572017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2658
2659 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2660 extended mnemonic.
2661 * gdb.arch/powerpc-power9.s: Likewise.
2662
5524b525
AA
26632017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2664
2665 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2666 on 32-bit x86 targets. Exploit is_*_target macros where
2667 appropriate.
2668
03c8af18
AA
26692017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2670
2671 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2672 register pieces.
2673
3bf31011
AA
26742017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2675
2676 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2677 located in one or more DWARF pieces.
2678
805acca0
AA
26792017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2680
2681 * lib/gdb.exp (get_endianness): New proc.
2682 * gdb.arch/aarch64-fp.exp: Use it.
2683 * gdb.arch/altivec-regs.exp: Likewise.
2684 * gdb.arch/e500-regs.exp: Likewise.
2685 * gdb.arch/vsx-regs.exp: Likewise.
2686 * gdb.base/dump.exp: Likewise.
2687 * gdb.base/funcargs.exp: Likewise.
2688 * gdb.base/gnu_vector.exp: Likewise.
2689 * gdb.dwarf2/formdata16.exp: Likewise.
2690 * gdb.dwarf2/implptrpiece.exp: Likewise.
2691 * gdb.dwarf2/nonvar-access.exp: Likewise.
2692 * gdb.python/py-inferior.exp: Likewise.
2693 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2694
e9352324
AA
26952017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2696
2697 PR gdb/21226
2698 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2699 stack value pieces are taken from the LSB end.
2700
d5d1163e
AA
27012017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2702
2703 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2704 variable at nonzero offset.
2705
0567c986
AA
27062017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2707
2708 * gdb.dwarf2/var-access.c: New file.
2709 * gdb.dwarf2/var-access.exp: New test.
2710 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2711
973e9aab
TT
27122017-06-12 Tom Tromey <tom@tromey.com>
2713
2714 * gdb.dwarf2/formdata16.exp: Add tests.
2715
d9109c80
TT
27162017-06-12 Tom Tromey <tom@tromey.com>
2717
2718 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2719
30a25466
TT
27202017-06-12 Tom Tromey <tom@tromey.com>
2721
2722 PR exp/16225:
2723 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2724 * gdb.arch/vsx-regs.exp: Update tests.
2725 * gdb.arch/s390-vregs.exp (hex128): New proc.
2726 Update test.
2727 * gdb.arch/altivec-regs.exp: Update tests.
2728
aefd8b33
SDJ
27292017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2730
2731 * gdb.base/startup-with-shell.c: New file.
2732 * gdb.base/startup-with-shell.exp: Likewise.
2733
2090129c
SDJ
27342017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2735
2736 * gdb.server/non-existing-program.exp: Update regex in order to
2737 reflect the fact that gdbserver is now using fork_inferior (with a
2738 shell) to startup the inferior.
2739
8e86a419
SM
27402017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2741
2742 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2743 support function calls from GDB.
2744
e6cf65f2
TT
27452017-05-21 Tom Tromey <tom@tromey.com>
2746
2747 PR rust/21466:
2748 * gdb.rust/unsized.exp: New file.
2749 * gdb.rust/unsized.rs: New file.
2750
43cc5389
TT
27512017-05-19 Tom Tromey <tom@tromey.com>
2752
2753 PR rust/21484:
2754 * gdb.rust/watch.exp: New file.
2755 * gdb.rust/watch.rs: New file.
2756
ec8df234
TT
27572017-05-18 Tom Tromey <tom@tromey.com>
2758
2759 * gdb.rust/simple.exp: Allow Box to be qualified.
2760
3e3e7fae
TP
27612017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2762
2763 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2764
59cc050d
PA
27652017-05-18 Pedro Alves <palves@redhat.com>
2766
2767 * gdb.base/fileio.c (test_write, test_read, test_close)
2768 (test_fstat): Don't print 'ret' in the fail path.
2769
c8f6abd1
PA
27702017-05-18 Pedro Alves <palves@redhat.com>
2771
2772 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2773 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2774 (test_system, test_rename, test_unlink, test_time): Change
2775 prototypes.
2776 * gdb.base/fileio.exp (stop_msg): Adjust.
2777
d2a03b77
PA
27782017-05-18 Pedro Alves <palves@redhat.com>
2779
2780 * gdb.base/fileio.c (null_str): New global.
2781 (test_stat): Use it.
2782 * gdb.base/fileio.exp: Remove nowarnings.
2783
0d5c6999
YQ
27842017-05-17 Yao Qi <yao.qi@linaro.org>
2785
2786 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2787
21873064
YQ
27882017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2789
2790 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2791 argument command.
2792 (top-level): Invoke test_set_inferior_tty.
2793
d512d31c
PA
27942017-05-04 Pedro Alves <palves@redhat.com>
2795
2796 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2797 Add parens to print call for Python 3.
2798
90cef2ed
KS
27992017-05-03 Keith Seitz <keiths@redhat.com>
2800
2801 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2802 (main): Call it.
2803
14f819c8
TW
28042017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2805
2806 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2807 to prev and next.
2808
913aeadd
TW
28092017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2810
2811 * gdb.python/py-record-btrace.exp: Remove test for
2812 gdb.BtraceInstruction.error.
2813
a3be24ad
TW
28142017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2815
2816 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2817
ae20e79a
TW
28182017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2819
2820 * gdb.python/py-record-btrace-threads.c: New file.
2821 * gdb.python/py-record-btrace-threads.exp: New file.
2822
45ce1b47
SDJ
28232017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2824
2825 PR testsuite/8595
2826 * gdb.base/environ.exp: Make test available in all architectures.
2827 Move bits related to "info program" testing to
2828 gdb.base/info-program.exp. Rewrite tests to use the two new
2829 procedures mentione below.
2830 (test_set_show_env_var) New procedure.
2831 (test_set_show_env_var_equal): Likewise.
2832 * gdb.base/info-program.exp: New file.
2833
e15c3eb4
KS
28342017-04-27 Keith Seitz <keiths@redhat.com>
2835
2836 * gdb.cp/oranking.cc (test15): New function.
2837 (main): Call test15 and declare additional variables for testing.
2838 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2839 "p foo101('abc')" tests.
2840 Add tests for cv qualifier overloads.
2841 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2842 "lvalue reference overload" test.
2843 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2844 "print value of f1 on Child&& in f2" test.
2845
3a3fd0fd
PA
28462017-04-19 Pedro Alves <palves@redhat.com>
2847
2848 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2849 procedure.
2850 (top level): Call it.
2851 * lib/gdb.exp (gdb_define_cmd): New procedure.
2852
53375380
PA
28532017-04-12 Pedro Alves <palves@redhat.com>
2854
2855 PR gdb/21323
2856 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2857 (wchar): New global.
2858 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2859 (do_test_wide_char, wide_char_types_no_program, top level): Add
2860 wchar_t testing.
2861
53e710ac
PA
28622017-04-12 Pedro Alves <palves@redhat.com>
2863
2864 PR c++/21323
2865 * gdb.cp/wide_char_types.c: New file.
2866 * gdb.cp/wide_char_types.exp: New file.
2867
0ad9d8c7
SDJ
28682017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2869
2870 PR gdb/21352
2871 * gdb.trace/tsv.exp: Add test for "tsave -r".
2872
b1b45502
IB
28732017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2874
2875 * gdb.dlang/watch-loc.c: New file.
2876 * gdb.dlang/watch-loc.exp: New file.
2877
ec13808e
JK
28782017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2879
2880 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2881
fe5f7374
AK
28822017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2883
2884 * gdb.arch/arc-analyze-prologue.S: New file.
2885 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2886
eea78757
AK
28872017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2888
2889 * gdb.arch/arc-decode-insn.S: New file.
2890 * gdb.arch/arc-decode-insn.exp: Likewise.
2891
5badf10a
IR
28922017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2893
2894 PR tdep/20928
2895 * gdb.arch/sparc64-regs.exp: New file.
2896 * gdb.arch/sparc64-regs.S: Likewise.
2897
cee59b3f
TW
28982017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2899
2900 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2901 and memory view on Python 3.
2902
c0f55cc6
AV
29032017-03-20 Artemiy Volkov <artemiyv@acm.org>
2904 Keith Seitz <keiths@redhat.com>
2905
2906 PR gdb/14441
2907 * gdb.cp/demangle.exp: Add rvalue reference tests.
2908 * gdb.cp/rvalue-ref-casts.cc: New file.
2909 * gdb.cp/rvalue-ref-casts.exp: New file.
2910 * gdb.cp/rvalue-ref-overload.cc: New file.
2911 * gdb.cp/rvalue-ref-overload.exp: New file.
2912 * gdb.cp/rvalue-ref-params.cc: New file.
2913 * gdb.cp/rvalue-ref-params.exp: New file.
2914 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2915 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2916 * gdb.cp/rvalue-ref-types.cc: New file.
2917 * gdb.cp/rvalue-ref-types.exp: New file.
2918 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2919 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2920
51457a05
MAL
29212017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2922
2923 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2924 New procedure.
2925
5b291c04
MAL
29262017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2927
2928 * lib/mi-support.exp (mi_gdb_test): Add additional message
2929 for unexpected output.
2930
59a56148
AA
29312017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2932
2933 * gdb.base/examine-backward.c (Barrier): New character array
2934 constant, to ensure that TestStrings is preceded by a string
2935 terminator.
2936
7942e96e
AA
29372017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2938
2939 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2940 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2941 and implicit pointer into such a location.
2942
6ebac3fb
DE
29432017-03-16 Doug Evans <dje@google.com>
2944
2945 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2946
ec3b243d
TP
29472017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2948
2949 * gdb.cp/m-static.exp: Fix expectation for prototype of
2950 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
2951
29522017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
2953
2954 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2955 * gdb.guile/scm-lazy-string.c: New file.
2956 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2957 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2958 for pointer, array, typedef lazy strings.
2959
2cc36e25 29602017-03-16 Doug Evans <dje@google.com>
34b43320
DE
2961
2962 PR python/17728, python/18439, python/18779
2963 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2964 * gdb.python/py-lazy-string.c (pointer): New typedef.
2965 (main): New locals ptr, array, typedef_ptr.
2966 * gdb.python/py-value.exp: Move lazy string tests to ...
2967 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2968 array, typedef lazy strings.
ec3b243d 2969
0efcde63
AK
29702017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2971
2972 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2973 Add optional 'test' parameter.
2974
7978d7c3
SM
29752017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2976
2977 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2978 Skip for versions of DejaGnu < 1.5.
2979
896c0c1e
SM
29802017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2981
2982 * lib/gdb.exp (dejagnu_version): New proc.
2983 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2984 Use dejagnu_version.
2985
5f4d1085
KS
29862017-03-10 Keith Seitz <keiths@redhat.com>
2987
2988 PR c++/8128
2989 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2990 type from destructor regexps.
2991 Add a branch which actually passes the test.
2992 Adjust "ptype t5i" test names.
2993
1de05205
PA
29942017-03-08 Pedro Alves <palves@redhat.com>
2995
2996 * gdb.base/step-over-exit.exp: Add explicit test message.
2997
c65d6b55
PA
29982017-03-08 Pedro Alves <palves@redhat.com>
2999
3000 PR gdb/18360
3001 * gdb.threads/interrupt-while-step-over.c: New file.
3002 * gdb.threads/interrupt-while-step-over.exp: New file.
3003
2e86a283
PA
30042017-03-08 Pedro Alves <palves@redhat.com>
3005
3006 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3007 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3008
25dcbff6
PA
30092017-03-08 Pedro Alves <palves@redhat.com>
3010
3011 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3012 PKRU as not supported as a PASS.
3013
dc9366eb
PA
30142017-03-08 Pedro Alves <palves@redhat.com>
3015
3016 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3017 prefix instead of $binfile1/$binfile2.
3018 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3019 in test message.
3020 * gdb.python/py-completion.exp: Use "load python file" as test
3021 messages instead of unstable path names.
3022
6e5d74e7
PA
30232017-03-08 Pedro Alves <palves@redhat.com>
3024 Jan Kratochvil <jan.kratochvil@redhat.com>
3025
3026 PR cli/21218
3027 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3028 New proc.
3029 (top level): Call it.
3030
9753a2f6
PA
30312017-03-08 Pedro Alves <palves@redhat.com>
3032
3033 PR tui/21216
3034 * gdb.tui/tui-nl-filtered-output.exp: New file.
3035
1a4dd9dd
PA
30362017-03-08 Pedro Alves <palves@redhat.com>
3037
3038 * gdb.base/completion.exp: Move TUI completion tests to ...
3039 * gdb.tui/completion.exp: ... this new file.
3040
7cbbff33
PA
30412017-03-08 Pedro Alves <palves@redhat.com>
3042
3043 * gdb.base/tui-disasm-long-lines.c,
3044 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3045 gdb.base/tui-layout.exp: Move to ...
3046 * gdb.tui/: ... this new directory.
3047
5f6fd321
PA
30482017-03-07 Pedro Alves <palves@redhat.com>
3049
3050 * gdb.base/tui-layout.c: New file.
3051 * gdb.base/tui-layout.exp: New file.
3052
44959fa8
PA
30532017-03-07 Pedro Alves <palves@redhat.com>
3054
3055 * gdb.base/tui-layout.c: Rename to ...
3056 * gdb.base/tui-disasm-long-lines.c: ... this.
3057 * gdb.base/tui-layout.exp: Rename to ...
3058 * gdb.base/tui-disasm-long-lines.exp: ... this.
3059
f8c4e718
PA
30602017-03-07 Pedro Alves <palves@redhat.com>
3061
3062 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3063
6dbb839a 30642017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
3065
3066 * i386-mpx-call.c: New file.
3067 * i386-mpx-call.exp: New file.
3068
65b48a81
PB
30692017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3070
3071 * gdb.arch/powerpc-power.exp: Delete test.
3072 * gdb.arch/powerpc-power.s: Likewise.
3073 * gdb.disasm/disassembler-options.exp: New test.
3074 * gdb.arch/powerpc-altivec.exp: Likewise.
3075 * gdb.arch/powerpc-altivec.s: Likewise.
3076 * gdb.arch/powerpc-altivec2.exp: Likewise.
3077 * gdb.arch/powerpc-altivec2.s: Likewise.
3078 * gdb.arch/powerpc-altivec3.exp: Likewise.
3079 * gdb.arch/powerpc-altivec3.s: Likewise.
3080 * gdb.arch/powerpc-power7.exp: Likewise.
3081 * gdb.arch/powerpc-power7.s: Likewise.
3082 * gdb.arch/powerpc-power8.exp: Likewise.
3083 * gdb.arch/powerpc-power8.s: Likewise.
3084 * gdb.arch/powerpc-power9.exp: Likewise.
3085 * gdb.arch/powerpc-power9.s: Likewise.
3086 * gdb.arch/powerpc-vsx.exp: Likewise.
3087 * gdb.arch/powerpc-vsx.s: Likewise.
3088 * gdb.arch/powerpc-vsx2.exp: Likewise.
3089 * gdb.arch/powerpc-vsx2.s: Likewise.
3090 * gdb.arch/powerpc-vsx3.exp: Likewise.
3091 * gdb.arch/powerpc-vsx3.s: Likewise.
3092 * gdb.arch/arm-disassembler-options.exp: Likewise.
3093 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3094 * gdb.arch/s390-disassembler-options.exp: Likewise.
3095
17cd4947
LM
30962017-02-23 Luis Machado <lgustavo@codesourcery.com>
3097
3098 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3099 (check_supported_features): ... this. Changed return type to void.
3100 (supports_rdseed): New static global.
3101 (rdseed): Check supports_rdseed.
3102 (initialize): Call check_supported_features.
3103
2039d74e
EBM
31042017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3105
3106 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3107 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3108 and lqarx/stqcx.
3109 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3110 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3111
a51d7ecf
EBM
31122017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3113
3114 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3115 uppercase.
3116
0224619f
JK
31172017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3118
3119 * gdb.dwarf2/formdata16.c: New file.
3120 * gdb.dwarf2/formdata16.exp: New file.
3121 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3122
216f72a1
JK
31232017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3124
3125 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3126 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3127 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3128 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3129 DW_AT_GNU_*.
3130
43988095
JK
31312017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3132
3133 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3134
99e8a4f9
SDJ
31352017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3136
3137 PR gdb/21164
3138 * gdb.base/maint.exp: Add testcases for when the commands do
3139 not have arguments.
3140
b58a8c0c
TP
31412017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3142
3143 * gdb.cp/chained-calls.exp: Use p instead of P.
3144
4e746bb6
TW
31452017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3146
3147 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3148 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3149
3f77c769
TT
31502017-02-14 Tom Tromey <tom@tromey.com>
3151
3152 PR python/13598:
3153 * gdb.python/py-events.exp: Add before_prompt event tests.
3154
075beec0
AA
31552017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3156
3157 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3158
bf5f525c
LM
31592017-02-13 Luis Machado <lgustavo@codesourcery.com>
3160
3161 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3162 (main): Call my_unique_function_name.
3163 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3164 completion of patterns with a single match.
3165 Add missing -re switches to gdb_test_multiple calls.
3166
13a66184
LM
31672017-02-13 Luis Machado <lgustavo@codesourcery.com>
3168
3169 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3170 return if core file is not recognized.
3171
26a06916
SM
31722017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3173
3174 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3175 and extra UIs.
3176
b761ca9e
SM
31772017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3178
3179 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3180 proc_with_prefix.
3181
b964bee0
TT
31822017-02-10 Tom Tromey <tom@tromey.com>
3183
3184 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3185
18da0c51
MG
31862017-02-10 Martin Galvan <martingalvan@sourceware.org>
3187
3188 PR gdb/21122
3189 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3190
604c4576
JG
31912017-02-08 Jerome Guitton <guitton@adacore.com>
3192
3193 * gdb.base/define.exp: Add test for command abbreviations
3194 in define.
3195
20b477a7
LM
31962017-02-06 Luis Machado <lgustavo@codesourcery.com>
3197
3198 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3199 * gdb.reverse/insn-reverse-x86.c: New file.
3200
3f7b46f2
IR
32012017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3202
3203 PR tdep/20936
3204 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3205
f0fd41c1
TT
32062017-02-03 Tom Tromey <tom@tromey.com>
3207
3208 PR rust/21097:
3209 * gdb.rust/simple.exp: Add new tests.
3210
5be5dbf0
PA
32112017-02-02 Pedro Alves <palves@redhat.com>
3212
3213 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3214 tests.
3215
7346ef59
AA
32162017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3217
3218 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3219 taking a 2-byte value out of a 4-byte DWARF implicit value on
3220 big-endian targets.
3221 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3222 logic. Add test cases for DW_OP_implicit.
3223
787f0025
MM
32242017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3225
3226 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3227
68777c29
MM
32282017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3229
3230 * gdb.btrace/enable.exp: Call gdb_exit before
3231 skip_gdbserver_tests.
3232
0a1c7e28
MM
32332017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3234
3235 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3236 GDBFLAGS.
3237
b5ac99b0
MM
32382017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3239
3240 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3241 the test is skipped.
3242 * gdb.btrace/data.exp: Likewise.
3243 * gdb.btrace/delta.exp: Likewise.
3244 * gdb.btrace/dlopen.exp: Likewise.
3245 * gdb.btrace/enable-running.exp: Likewise.
3246 * gdb.btrace/enable.exp: Likewise.
3247 * gdb.btrace/exception.exp: Likewise.
3248 * gdb.btrace/function_call_history.exp: Likewise.
3249 * gdb.btrace/gcore.exp: Likewise.
3250 * gdb.btrace/instruction_history.exp: Likewise.
3251 * gdb.btrace/multi-thread-step.exp: Likewise.
3252 * gdb.btrace/nohist.exp: Likewise.
3253 * gdb.btrace/non-stop.exp: Likewise.
3254 * gdb.btrace/reconnect.exp: Likewise.
3255 * gdb.btrace/record_goto-step.exp: Likewise.
3256 * gdb.btrace/record_goto.exp: Likewise.
3257 * gdb.btrace/rn-dl-bind.exp: Likewise.
3258 * gdb.btrace/segv.exp: Likewise.
3259 * gdb.btrace/step.exp: Likewise.
3260 * gdb.btrace/stepi.exp: Likewise.
3261 * gdb.btrace/tailcall-only.exp: Likewise.
3262 * gdb.btrace/tailcall.exp: Likewise.
3263 * gdb.btrace/tsx.exp: Likewise.
3264 * gdb.btrace/unknown_functions.exp: Likewise.
3265 * gdb.btrace/vdso.exp: Likewise.
3266
cd4007e4
MM
32672017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3268
3269 * gdb.btrace/enable-running.c: New.
3270 * gdb.btrace/enable-running.exp: New.
3271
2735833d
WT
32722017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3273
3274 * gdb.arch/amd64-gs_base.c: New file.
3275 * gdb.arch/amd64-gs_base.exp: New file.
3276
b51e1e94
LM
32772017-01-26 Luis Machado <lgustavo@codesourcery.com>
3278
3279 * lib/memory.exp: Remove spurious empty newlines.
3280
72ca0410
SM
32812017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3282
3283 * gdb.python/py-bad-printers.exp: Load python file using "source".
3284 * gdb.python/py-events.exp: Likewise.
3285 * gdb.python/py-evsignal.exp: Likewise.
3286 * gdb.python/py-evthreads.exp: Likewise.
3287 * gdb.python/py-frame-args.exp: Likewise.
3288 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3289 * gdb.python/py-framefilter-mi.exp: Likewise.
3290 * gdb.python/py-framefilter.exp: Likewise.
3291 * gdb.python/py-mi.exp: Likewise.
3292 * gdb.python/py-pp-maint.exp: Likewise.
3293 * gdb.python/py-pp-registration.exp: Likewise.
3294 * gdb.python/py-prettyprint.exp: Likewise.
3295 (run_lang_tests): Likewise.
3296 * gdb.python/py-typeprint.exp: Likewise.
3297
e309aa65
LM
32982017-01-26 Luis Machado <lgustavo@codesourcery.com>
3299
3300 * lib/memory.exp: New file.
3301 * lib/gdb.exp: Load memory.exp.
3302 * gdb.base/memattr.exp (delete_memory): Move proc to
3303 lib/memory.exp and rename to delete_memory_regions.
3304 Replace delete_memory with delete_memory_regions.
3305 Cleanup memory regions before tests.
3306 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3307 before tests.
3308
515aff23
LM
33092017-01-26 Luis Machado <lgustavo@codesourcery.com>
3310
3311 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3312 files.
3313 (initialize): New function conditionally defined.
3314 (testcases): Move within conditional block.
3315 (main): Call initialize.
3316 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3317 of gdb.reverse/insn-reverse.c.
3318 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3319 gdb.reverse/insn-reverse.c.
3320
d8b49cf0
YQ
33212017-01-26 Yao Qi <yao.qi@linaro.org>
3322
3323 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3324 disassemble on address 0.
3325
f13a9a0c
YQ
33262017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3327 Yao Qi <yao.qi@linaro.org>
3328
3329 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3330 * gdb.dwarf2/implptr-64bit.S: Remove.
3331 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3332 variables in caller's context. Add DW_OP_implicit_value.
3333
5ac95241
YQ
33342017-01-25 Yao Qi <yao.qi@linaro.org>
3335
3336 * lib/dwarf.exp (Dwarf::_location): Handle
3337 DW_OP_GNU_implicit_pointer with proper size.
3338
23e82930
LM
33392017-01-20 Luis Machado <lgustavo@codesourcery.com>
3340
3341 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3342 and add untested calls.
3343
d334ae25
LM
33442017-01-20 Luis Machado <lgustavo@codesourcery.com>
3345
3346 * gdb.python/python.exp: Check line number against what GDB thinks
3347 the line number is for func1.
3348
f5e6296e
IB
33492017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3350
3351 * gdb.dlang/debug-expr.exp: New file.
3352
5b362f04
LM
33532016-12-23 Luis Machado <lgustavo@codesourcery.com>
3354
3355 Fix test names for the following files:
3356
3357 * gdb.ada/exec_changed.exp
3358 * gdb.ada/info_types.exp
3359 * gdb.arch/aarch64-atomic-inst.exp
3360 * gdb.arch/aarch64-fp.exp
3361 * gdb.arch/altivec-abi.exp
3362 * gdb.arch/altivec-regs.exp
3363 * gdb.arch/amd64-byte.exp
3364 * gdb.arch/amd64-disp-step.exp
3365 * gdb.arch/amd64-dword.exp
3366 * gdb.arch/amd64-entry-value-inline.exp
3367 * gdb.arch/amd64-entry-value-param.exp
3368 * gdb.arch/amd64-entry-value-paramref.exp
3369 * gdb.arch/amd64-entry-value.exp
3370 * gdb.arch/amd64-i386-address.exp
3371 * gdb.arch/amd64-invalid-stack-middle.exp
3372 * gdb.arch/amd64-invalid-stack-top.exp
3373 * gdb.arch/amd64-optimout-repeat.exp
3374 * gdb.arch/amd64-prologue-skip.exp
3375 * gdb.arch/amd64-prologue-xmm.exp
3376 * gdb.arch/amd64-stap-special-operands.exp
3377 * gdb.arch/amd64-stap-wrong-subexp.exp
3378 * gdb.arch/amd64-tailcall-cxx.exp
3379 * gdb.arch/amd64-tailcall-noret.exp
3380 * gdb.arch/amd64-tailcall-ret.exp
3381 * gdb.arch/amd64-tailcall-self.exp
3382 * gdb.arch/amd64-word.exp
3383 * gdb.arch/arm-bl-branch-dest.exp
3384 * gdb.arch/arm-disp-step.exp
3385 * gdb.arch/arm-neon.exp
3386 * gdb.arch/arm-single-step-kernel-helper.exp
3387 * gdb.arch/avr-flash-qualifier.exp
3388 * gdb.arch/disp-step-insn-reloc.exp
3389 * gdb.arch/e500-abi.exp
3390 * gdb.arch/e500-regs.exp
3391 * gdb.arch/ftrace-insn-reloc.exp
3392 * gdb.arch/i386-avx512.exp
3393 * gdb.arch/i386-bp_permanent.exp
3394 * gdb.arch/i386-byte.exp
3395 * gdb.arch/i386-cfi-notcurrent.exp
3396 * gdb.arch/i386-disp-step.exp
3397 * gdb.arch/i386-dr3-watch.exp
3398 * gdb.arch/i386-float.exp
3399 * gdb.arch/i386-gnu-cfi.exp
3400 * gdb.arch/i386-mpx-map.exp
3401 * gdb.arch/i386-mpx-sigsegv.exp
3402 * gdb.arch/i386-mpx-simple_segv.exp
3403 * gdb.arch/i386-mpx.exp
3404 * gdb.arch/i386-permbkpt.exp
3405 * gdb.arch/i386-prologue.exp
3406 * gdb.arch/i386-signal.exp
3407 * gdb.arch/i386-size-overlap.exp
3408 * gdb.arch/i386-unwind.exp
3409 * gdb.arch/i386-word.exp
3410 * gdb.arch/mips-fcr.exp
3411 * gdb.arch/powerpc-d128-regs.exp
3412 * gdb.arch/powerpc-stackless.exp
3413 * gdb.arch/ppc64-atomic-inst.exp
3414 * gdb.arch/s390-stackless.exp
3415 * gdb.arch/s390-tdbregs.exp
3416 * gdb.arch/s390-vregs.exp
3417 * gdb.arch/sparc-sysstep.exp
3418 * gdb.arch/thumb-bx-pc.exp
3419 * gdb.arch/thumb-singlestep.exp
3420 * gdb.arch/thumb2-it.exp
3421 * gdb.arch/vsx-regs.exp
3422 * gdb.asm/asm-source.exp
3423 * gdb.base/a2-run.exp
3424 * gdb.base/advance.exp
3425 * gdb.base/all-bin.exp
3426 * gdb.base/anon.exp
3427 * gdb.base/args.exp
3428 * gdb.base/arithmet.exp
3429 * gdb.base/async-shell.exp
3430 * gdb.base/async.exp
3431 * gdb.base/attach-pie-noexec.exp
3432 * gdb.base/attach-twice.exp
3433 * gdb.base/auto-load.exp
3434 * gdb.base/bang.exp
3435 * gdb.base/bitfields.exp
3436 * gdb.base/break-always.exp
3437 * gdb.base/break-caller-line.exp
3438 * gdb.base/break-entry.exp
3439 * gdb.base/break-inline.exp
3440 * gdb.base/break-on-linker-gcd-function.exp
3441 * gdb.base/break-probes.exp
3442 * gdb.base/break.exp
3443 * gdb.base/breakpoint-shadow.exp
3444 * gdb.base/call-ar-st.exp
3445 * gdb.base/call-sc.exp
3446 * gdb.base/call-signal-resume.exp
3447 * gdb.base/call-strs.exp
3448 * gdb.base/callfuncs.exp
3449 * gdb.base/catch-fork-static.exp
3450 * gdb.base/catch-gdb-caused-signals.exp
3451 * gdb.base/catch-load.exp
3452 * gdb.base/catch-signal-fork.exp
3453 * gdb.base/catch-signal.exp
3454 * gdb.base/catch-syscall.exp
3455 * gdb.base/charset.exp
3456 * gdb.base/checkpoint.exp
3457 * gdb.base/chng-syms.exp
3458 * gdb.base/code-expr.exp
3459 * gdb.base/code_elim.exp
3460 * gdb.base/commands.exp
3461 * gdb.base/completion.exp
3462 * gdb.base/complex.exp
3463 * gdb.base/cond-expr.exp
3464 * gdb.base/condbreak.exp
3465 * gdb.base/consecutive.exp
3466 * gdb.base/continue-all-already-running.exp
3467 * gdb.base/coredump-filter.exp
3468 * gdb.base/corefile.exp
3469 * gdb.base/dbx.exp
3470 * gdb.base/debug-expr.exp
3471 * gdb.base/define.exp
3472 * gdb.base/del.exp
3473 * gdb.base/disabled-location.exp
3474 * gdb.base/disasm-end-cu.exp
3475 * gdb.base/disasm-optim.exp
3476 * gdb.base/display.exp
3477 * gdb.base/duplicate-bp.exp
3478 * gdb.base/ena-dis-br.exp
3479 * gdb.base/ending-run.exp
3480 * gdb.base/enumval.exp
3481 * gdb.base/environ.exp
3482 * gdb.base/eu-strip-infcall.exp
3483 * gdb.base/eval-avoid-side-effects.exp
3484 * gdb.base/eval-skip.exp
3485 * gdb.base/exitsignal.exp
3486 * gdb.base/expand-psymtabs.exp
3487 * gdb.base/filesym.exp
3488 * gdb.base/find-unmapped.exp
3489 * gdb.base/finish.exp
3490 * gdb.base/float.exp
3491 * gdb.base/foll-exec-mode.exp
3492 * gdb.base/foll-exec.exp
3493 * gdb.base/foll-fork.exp
3494 * gdb.base/fortran-sym-case.exp
3495 * gdb.base/freebpcmd.exp
3496 * gdb.base/func-ptr.exp
3497 * gdb.base/func-ptrs.exp
3498 * gdb.base/funcargs.exp
3499 * gdb.base/gcore-buffer-overflow.exp
3500 * gdb.base/gcore-relro-pie.exp
3501 * gdb.base/gcore-relro.exp
3502 * gdb.base/gcore.exp
3503 * gdb.base/gdb1090.exp
3504 * gdb.base/gdb11530.exp
3505 * gdb.base/gdb11531.exp
3506 * gdb.base/gdb1821.exp
3507 * gdb.base/gdbindex-stabs.exp
3508 * gdb.base/gdbvars.exp
3509 * gdb.base/hbreak.exp
3510 * gdb.base/hbreak2.exp
3511 * gdb.base/included.exp
3512 * gdb.base/infcall-input.exp
3513 * gdb.base/inferior-died.exp
3514 * gdb.base/infnan.exp
3515 * gdb.base/info-macros.exp
3516 * gdb.base/info-os.exp
3517 * gdb.base/info-proc.exp
3518 * gdb.base/info-shared.exp
3519 * gdb.base/info-target.exp
3520 * gdb.base/infoline.exp
3521 * gdb.base/interp.exp
3522 * gdb.base/interrupt.exp
3523 * gdb.base/jit-reader.exp
3524 * gdb.base/jit-simple.exp
3525 * gdb.base/kill-after-signal.exp
3526 * gdb.base/kill-detach-inferiors-cmd.exp
3527 * gdb.base/label.exp
3528 * gdb.base/langs.exp
3529 * gdb.base/ldbl_e308.exp
3530 * gdb.base/line-symtabs.exp
3531 * gdb.base/linespecs.exp
3532 * gdb.base/list.exp
3533 * gdb.base/long_long.exp
3534 * gdb.base/longest-types.exp
3535 * gdb.base/maint.exp
3536 * gdb.base/max-value-size.exp
3537 * gdb.base/memattr.exp
3538 * gdb.base/mips_pro.exp
3539 * gdb.base/morestack.exp
3540 * gdb.base/moribund-step.exp
3541 * gdb.base/multi-forks.exp
3542 * gdb.base/nested-addr.exp
3543 * gdb.base/nextoverexit.exp
3544 * gdb.base/noreturn-finish.exp
3545 * gdb.base/noreturn-return.exp
3546 * gdb.base/nostdlib.exp
3547 * gdb.base/offsets.exp
3548 * gdb.base/opaque.exp
3549 * gdb.base/pc-fp.exp
3550 * gdb.base/permissions.exp
3551 * gdb.base/print-symbol-loading.exp
3552 * gdb.base/prologue-include.exp
3553 * gdb.base/psymtab.exp
3554 * gdb.base/ptype.exp
3555 * gdb.base/random-signal.exp
3556 * gdb.base/randomize.exp
3557 * gdb.base/range-stepping.exp
3558 * gdb.base/readline-ask.exp
3559 * gdb.base/recpar.exp
3560 * gdb.base/recurse.exp
3561 * gdb.base/relational.exp
3562 * gdb.base/restore.exp
3563 * gdb.base/return-nodebug.exp
3564 * gdb.base/return.exp
3565 * gdb.base/run-after-attach.exp
3566 * gdb.base/save-bp.exp
3567 * gdb.base/scope.exp
3568 * gdb.base/sect-cmd.exp
3569 * gdb.base/set-lang-auto.exp
3570 * gdb.base/set-noassign.exp
3571 * gdb.base/setvar.exp
3572 * gdb.base/sigall.exp
3573 * gdb.base/sigbpt.exp
3574 * gdb.base/siginfo-addr.exp
3575 * gdb.base/siginfo-infcall.exp
3576 * gdb.base/siginfo-obj.exp
3577 * gdb.base/siginfo.exp
3578 * gdb.base/signals-state-child.exp
3579 * gdb.base/signest.exp
3580 * gdb.base/sigstep.exp
3581 * gdb.base/sizeof.exp
3582 * gdb.base/skip.exp
3583 * gdb.base/solib-corrupted.exp
3584 * gdb.base/solib-nodir.exp
3585 * gdb.base/solib-search.exp
3586 * gdb.base/stack-checking.exp
3587 * gdb.base/stale-infcall.exp
3588 * gdb.base/stap-probe.exp
3589 * gdb.base/start.exp
3590 * gdb.base/step-break.exp
3591 * gdb.base/step-bt.exp
3592 * gdb.base/step-line.exp
3593 * gdb.base/step-over-exit.exp
3594 * gdb.base/step-over-syscall.exp
3595 * gdb.base/step-resume-infcall.exp
3596 * gdb.base/step-test.exp
3597 * gdb.base/store.exp
3598 * gdb.base/structs3.exp
3599 * gdb.base/sym-file.exp
3600 * gdb.base/symbol-without-target_section.exp
3601 * gdb.base/term.exp
3602 * gdb.base/testenv.exp
3603 * gdb.base/ui-redirect.exp
3604 * gdb.base/until.exp
3605 * gdb.base/unwindonsignal.exp
3606 * gdb.base/value-double-free.exp
3607 * gdb.base/vla-datatypes.exp
3608 * gdb.base/vla-ptr.exp
3609 * gdb.base/vla-sideeffect.exp
3610 * gdb.base/volatile.exp
3611 * gdb.base/watch-cond-infcall.exp
3612 * gdb.base/watch-cond.exp
3613 * gdb.base/watch-non-mem.exp
3614 * gdb.base/watch-read.exp
3615 * gdb.base/watch-vfork.exp
3616 * gdb.base/watchpoint-cond-gone.exp
3617 * gdb.base/watchpoint-delete.exp
3618 * gdb.base/watchpoint-hw-hit-once.exp
3619 * gdb.base/watchpoint-hw.exp
3620 * gdb.base/watchpoint-stops-at-right-insn.exp
3621 * gdb.base/watchpoints.exp
3622 * gdb.base/wchar.exp
3623 * gdb.base/whatis-exp.exp
3624 * gdb.btrace/buffer-size.exp
3625 * gdb.btrace/data.exp
3626 * gdb.btrace/delta.exp
3627 * gdb.btrace/dlopen.exp
3628 * gdb.btrace/enable.exp
3629 * gdb.btrace/exception.exp
3630 * gdb.btrace/function_call_history.exp
3631 * gdb.btrace/gcore.exp
3632 * gdb.btrace/instruction_history.exp
3633 * gdb.btrace/nohist.exp
3634 * gdb.btrace/reconnect.exp
3635 * gdb.btrace/record_goto-step.exp
3636 * gdb.btrace/record_goto.exp
3637 * gdb.btrace/rn-dl-bind.exp
3638 * gdb.btrace/segv.exp
3639 * gdb.btrace/step.exp
3640 * gdb.btrace/stepi.exp
3641 * gdb.btrace/tailcall-only.exp
3642 * gdb.btrace/tailcall.exp
3643 * gdb.btrace/tsx.exp
3644 * gdb.btrace/unknown_functions.exp
3645 * gdb.btrace/vdso.exp
3646 * gdb.compile/compile-ifunc.exp
3647 * gdb.compile/compile-ops.exp
3648 * gdb.compile/compile-print.exp
3649 * gdb.compile/compile-setjmp.exp
3650 * gdb.cp/abstract-origin.exp
3651 * gdb.cp/ambiguous.exp
3652 * gdb.cp/annota2.exp
3653 * gdb.cp/annota3.exp
3654 * gdb.cp/anon-ns.exp
3655 * gdb.cp/anon-struct.exp
3656 * gdb.cp/anon-union.exp
3657 * gdb.cp/arg-reference.exp
3658 * gdb.cp/baseenum.exp
3659 * gdb.cp/bool.exp
3660 * gdb.cp/breakpoint.exp
3661 * gdb.cp/bs15503.exp
3662 * gdb.cp/call-c.exp
3663 * gdb.cp/casts.exp
3664 * gdb.cp/chained-calls.exp
3665 * gdb.cp/class2.exp
3666 * gdb.cp/classes.exp
3667 * gdb.cp/cmpd-minsyms.exp
3668 * gdb.cp/converts.exp
3669 * gdb.cp/cp-relocate.exp
3670 * gdb.cp/cpcompletion.exp
3671 * gdb.cp/cpexprs.exp
3672 * gdb.cp/cplabel.exp
3673 * gdb.cp/cplusfuncs.exp
3674 * gdb.cp/cpsizeof.exp
3675 * gdb.cp/ctti.exp
3676 * gdb.cp/derivation.exp
3677 * gdb.cp/destrprint.exp
3678 * gdb.cp/dispcxx.exp
3679 * gdb.cp/enum-class.exp
3680 * gdb.cp/exception.exp
3681 * gdb.cp/exceptprint.exp
3682 * gdb.cp/expand-psymtabs-cxx.exp
3683 * gdb.cp/expand-sals.exp
3684 * gdb.cp/extern-c.exp
3685 * gdb.cp/filename.exp
3686 * gdb.cp/formatted-ref.exp
3687 * gdb.cp/fpointer.exp
3688 * gdb.cp/gdb1355.exp
3689 * gdb.cp/gdb2495.exp
3690 * gdb.cp/hang.exp
3691 * gdb.cp/impl-this.exp
3692 * gdb.cp/infcall-dlopen.exp
3693 * gdb.cp/inherit.exp
3694 * gdb.cp/iostream.exp
3695 * gdb.cp/koenig.exp
3696 * gdb.cp/local.exp
3697 * gdb.cp/m-data.exp
3698 * gdb.cp/m-static.exp
3699 * gdb.cp/mb-ctor.exp
3700 * gdb.cp/mb-inline.exp
3701 * gdb.cp/mb-templates.exp
3702 * gdb.cp/member-name.exp
3703 * gdb.cp/member-ptr.exp
3704 * gdb.cp/meth-typedefs.exp
3705 * gdb.cp/method.exp
3706 * gdb.cp/method2.exp
3707 * gdb.cp/minsym-fallback.exp
3708 * gdb.cp/misc.exp
3709 * gdb.cp/namelessclass.exp
3710 * gdb.cp/namespace-enum.exp
3711 * gdb.cp/namespace-nested-import.exp
3712 * gdb.cp/namespace.exp
3713 * gdb.cp/nextoverthrow.exp
3714 * gdb.cp/no-dmgl-verbose.exp
3715 * gdb.cp/non-trivial-retval.exp
3716 * gdb.cp/noparam.exp
3717 * gdb.cp/nsdecl.exp
3718 * gdb.cp/nsimport.exp
3719 * gdb.cp/nsnested.exp
3720 * gdb.cp/nsnoimports.exp
3721 * gdb.cp/nsrecurs.exp
3722 * gdb.cp/nsstress.exp
3723 * gdb.cp/nsusing.exp
3724 * gdb.cp/operator.exp
3725 * gdb.cp/oranking.exp
3726 * gdb.cp/overload-const.exp
3727 * gdb.cp/overload.exp
3728 * gdb.cp/ovldbreak.exp
3729 * gdb.cp/ovsrch.exp
3730 * gdb.cp/paren-type.exp
3731 * gdb.cp/parse-lang.exp
3732 * gdb.cp/pass-by-ref.exp
3733 * gdb.cp/pr-1023.exp
3734 * gdb.cp/pr-1210.exp
3735 * gdb.cp/pr-574.exp
3736 * gdb.cp/pr10687.exp
3737 * gdb.cp/pr12028.exp
3738 * gdb.cp/pr17132.exp
3739 * gdb.cp/pr17494.exp
3740 * gdb.cp/pr9067.exp
3741 * gdb.cp/pr9167.exp
3742 * gdb.cp/pr9631.exp
3743 * gdb.cp/printmethod.exp
3744 * gdb.cp/psmang.exp
3745 * gdb.cp/psymtab-parameter.exp
3746 * gdb.cp/ptype-cv-cp.exp
3747 * gdb.cp/ptype-flags.exp
3748 * gdb.cp/re-set-overloaded.exp
3749 * gdb.cp/ref-types.exp
3750 * gdb.cp/rtti.exp
3751 * gdb.cp/scope-err.exp
3752 * gdb.cp/shadow.exp
3753 * gdb.cp/smartp.exp
3754 * gdb.cp/static-method.exp
3755 * gdb.cp/static-print-quit.exp
3756 * gdb.cp/temargs.exp
3757 * gdb.cp/templates.exp
3758 * gdb.cp/try_catch.exp
3759 * gdb.cp/typedef-operator.exp
3760 * gdb.cp/typeid.exp
3761 * gdb.cp/userdef.exp
3762 * gdb.cp/using-crash.exp
3763 * gdb.cp/var-tag.exp
3764 * gdb.cp/virtbase.exp
3765 * gdb.cp/virtfunc.exp
3766 * gdb.cp/virtfunc2.exp
3767 * gdb.cp/vla-cxx.exp
3768 * gdb.disasm/t01_mov.exp
3769 * gdb.disasm/t02_mova.exp
3770 * gdb.disasm/t03_add.exp
3771 * gdb.disasm/t04_sub.exp
3772 * gdb.disasm/t05_cmp.exp
3773 * gdb.disasm/t06_ari2.exp
3774 * gdb.disasm/t07_ari3.exp
3775 * gdb.disasm/t08_or.exp
3776 * gdb.disasm/t09_xor.exp
3777 * gdb.disasm/t10_and.exp
3778 * gdb.disasm/t11_logs.exp
3779 * gdb.disasm/t12_bit.exp
3780 * gdb.disasm/t13_otr.exp
3781 * gdb.dlang/circular.exp
3782 * gdb.dwarf2/arr-stride.exp
3783 * gdb.dwarf2/arr-subrange.exp
3784 * gdb.dwarf2/atomic-type.exp
3785 * gdb.dwarf2/bad-regnum.exp
3786 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3787 * gdb.dwarf2/callframecfa.exp
3788 * gdb.dwarf2/clztest.exp
3789 * gdb.dwarf2/corrupt.exp
3790 * gdb.dwarf2/data-loc.exp
3791 * gdb.dwarf2/dup-psym.exp
3792 * gdb.dwarf2/dw2-anon-mptr.exp
3793 * gdb.dwarf2/dw2-anonymous-func.exp
3794 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3795 * gdb.dwarf2/dw2-bad-unresolved.exp
3796 * gdb.dwarf2/dw2-basic.exp
3797 * gdb.dwarf2/dw2-canonicalize-type.exp
3798 * gdb.dwarf2/dw2-case-insensitive.exp
3799 * gdb.dwarf2/dw2-common-block.exp
3800 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3801 * gdb.dwarf2/dw2-compressed.exp
3802 * gdb.dwarf2/dw2-const.exp
3803 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3804 * gdb.dwarf2/dw2-cu-size.exp
3805 * gdb.dwarf2/dw2-dup-frame.exp
3806 * gdb.dwarf2/dw2-entry-value.exp
3807 * gdb.dwarf2/dw2-icycle.exp
3808 * gdb.dwarf2/dw2-ifort-parameter.exp
3809 * gdb.dwarf2/dw2-inline-break.exp
3810 * gdb.dwarf2/dw2-inline-param.exp
3811 * gdb.dwarf2/dw2-intercu.exp
3812 * gdb.dwarf2/dw2-intermix.exp
3813 * gdb.dwarf2/dw2-lexical-block-bare.exp
3814 * gdb.dwarf2/dw2-linkage-name-trust.exp
3815 * gdb.dwarf2/dw2-minsym-in-cu.exp
3816 * gdb.dwarf2/dw2-noloc.exp
3817 * gdb.dwarf2/dw2-op-call.exp
3818 * gdb.dwarf2/dw2-op-out-param.exp
3819 * gdb.dwarf2/dw2-opt-structptr.exp
3820 * gdb.dwarf2/dw2-param-error.exp
3821 * gdb.dwarf2/dw2-producer.exp
3822 * gdb.dwarf2/dw2-ranges-base.exp
3823 * gdb.dwarf2/dw2-ref-missing-frame.exp
3824 * gdb.dwarf2/dw2-reg-undefined.exp
3825 * gdb.dwarf2/dw2-regno-invalid.exp
3826 * gdb.dwarf2/dw2-restore.exp
3827 * gdb.dwarf2/dw2-restrict.exp
3828 * gdb.dwarf2/dw2-single-line-discriminators.exp
3829 * gdb.dwarf2/dw2-strp.exp
3830 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3831 * gdb.dwarf2/dw2-unresolved.exp
3832 * gdb.dwarf2/dw2-var-zero-addr.exp
3833 * gdb.dwarf2/dw4-sig-types.exp
3834 * gdb.dwarf2/dwz.exp
3835 * gdb.dwarf2/dynarr-ptr.exp
3836 * gdb.dwarf2/enum-type.exp
3837 * gdb.dwarf2/gdb-index.exp
3838 * gdb.dwarf2/implptr-64bit.exp
3839 * gdb.dwarf2/implptr-optimized-out.exp
3840 * gdb.dwarf2/implptr.exp
3841 * gdb.dwarf2/implref-array.exp
3842 * gdb.dwarf2/implref-const.exp
3843 * gdb.dwarf2/implref-global.exp
3844 * gdb.dwarf2/implref-struct.exp
3845 * gdb.dwarf2/mac-fileno.exp
3846 * gdb.dwarf2/main-subprogram.exp
3847 * gdb.dwarf2/member-ptr-forwardref.exp
3848 * gdb.dwarf2/method-ptr.exp
3849 * gdb.dwarf2/missing-sig-type.exp
3850 * gdb.dwarf2/nonvar-access.exp
3851 * gdb.dwarf2/opaque-type-lookup.exp
3852 * gdb.dwarf2/pieces-optimized-out.exp
3853 * gdb.dwarf2/pieces.exp
3854 * gdb.dwarf2/pr10770.exp
3855 * gdb.dwarf2/pr13961.exp
3856 * gdb.dwarf2/staticvirtual.exp
3857 * gdb.dwarf2/subrange.exp
3858 * gdb.dwarf2/symtab-producer.exp
3859 * gdb.dwarf2/trace-crash.exp
3860 * gdb.dwarf2/typeddwarf.exp
3861 * gdb.dwarf2/valop.exp
3862 * gdb.dwarf2/watch-notconst.exp
3863 * gdb.fortran/array-element.exp
3864 * gdb.fortran/charset.exp
3865 * gdb.fortran/common-block.exp
3866 * gdb.fortran/complex.exp
3867 * gdb.fortran/derived-type-function.exp
3868 * gdb.fortran/derived-type.exp
3869 * gdb.fortran/logical.exp
3870 * gdb.fortran/module.exp
3871 * gdb.fortran/multi-dim.exp
3872 * gdb.fortran/nested-funcs.exp
3873 * gdb.fortran/print-formatted.exp
3874 * gdb.fortran/subarray.exp
3875 * gdb.fortran/vla-alloc-assoc.exp
3876 * gdb.fortran/vla-datatypes.exp
3877 * gdb.fortran/vla-history.exp
3878 * gdb.fortran/vla-ptr-info.exp
3879 * gdb.fortran/vla-ptype-sub.exp
3880 * gdb.fortran/vla-ptype.exp
3881 * gdb.fortran/vla-sizeof.exp
3882 * gdb.fortran/vla-type.exp
3883 * gdb.fortran/vla-value-sub-arbitrary.exp
3884 * gdb.fortran/vla-value-sub-finish.exp
3885 * gdb.fortran/vla-value-sub.exp
3886 * gdb.fortran/vla-value.exp
3887 * gdb.fortran/whatis_type.exp
3888 * gdb.go/chan.exp
3889 * gdb.go/handcall.exp
3890 * gdb.go/hello.exp
3891 * gdb.go/integers.exp
3892 * gdb.go/methods.exp
3893 * gdb.go/package.exp
3894 * gdb.go/strings.exp
3895 * gdb.go/types.exp
3896 * gdb.go/unsafe.exp
3897 * gdb.guile/scm-arch.exp
3898 * gdb.guile/scm-block.exp
3899 * gdb.guile/scm-breakpoint.exp
3900 * gdb.guile/scm-cmd.exp
3901 * gdb.guile/scm-disasm.exp
3902 * gdb.guile/scm-equal.exp
3903 * gdb.guile/scm-frame-args.exp
3904 * gdb.guile/scm-frame-inline.exp
3905 * gdb.guile/scm-frame.exp
3906 * gdb.guile/scm-iterator.exp
3907 * gdb.guile/scm-math.exp
3908 * gdb.guile/scm-objfile.exp
3909 * gdb.guile/scm-ports.exp
3910 * gdb.guile/scm-symbol.exp
3911 * gdb.guile/scm-symtab.exp
3912 * gdb.guile/scm-value-cc.exp
3913 * gdb.guile/types-module.exp
3914 * gdb.linespec/break-ask.exp
3915 * gdb.linespec/cpexplicit.exp
3916 * gdb.linespec/explicit.exp
3917 * gdb.linespec/keywords.exp
3918 * gdb.linespec/linespec.exp
3919 * gdb.linespec/ls-dollar.exp
3920 * gdb.linespec/ls-errs.exp
3921 * gdb.linespec/skip-two.exp
3922 * gdb.linespec/thread.exp
3923 * gdb.mi/mi-async.exp
3924 * gdb.mi/mi-basics.exp
3925 * gdb.mi/mi-break.exp
3926 * gdb.mi/mi-catch-load.exp
3927 * gdb.mi/mi-cli.exp
3928 * gdb.mi/mi-cmd-param-changed.exp
3929 * gdb.mi/mi-console.exp
3930 * gdb.mi/mi-detach.exp
3931 * gdb.mi/mi-disassemble.exp
3932 * gdb.mi/mi-eval.exp
3933 * gdb.mi/mi-file-transfer.exp
3934 * gdb.mi/mi-file.exp
3935 * gdb.mi/mi-fill-memory.exp
3936 * gdb.mi/mi-inheritance-syntax-error.exp
3937 * gdb.mi/mi-linespec-err-cp.exp
3938 * gdb.mi/mi-logging.exp
3939 * gdb.mi/mi-memory-changed.exp
3940 * gdb.mi/mi-read-memory.exp
3941 * gdb.mi/mi-record-changed.exp
3942 * gdb.mi/mi-reg-undefined.exp
3943 * gdb.mi/mi-regs.exp
3944 * gdb.mi/mi-return.exp
3945 * gdb.mi/mi-reverse.exp
3946 * gdb.mi/mi-simplerun.exp
3947 * gdb.mi/mi-solib.exp
3948 * gdb.mi/mi-stack.exp
3949 * gdb.mi/mi-stepi.exp
3950 * gdb.mi/mi-syn-frame.exp
3951 * gdb.mi/mi-until.exp
3952 * gdb.mi/mi-var-block.exp
3953 * gdb.mi/mi-var-child.exp
3954 * gdb.mi/mi-var-cmd.exp
3955 * gdb.mi/mi-var-cp.exp
3956 * gdb.mi/mi-var-display.exp
3957 * gdb.mi/mi-var-invalidate.exp
3958 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3959 * gdb.mi/mi-vla-fortran.exp
3960 * gdb.mi/mi-watch.exp
3961 * gdb.mi/mi2-var-child.exp
3962 * gdb.mi/user-selected-context-sync.exp
3963 * gdb.modula2/unbounded-array.exp
3964 * gdb.multi/dummy-frame-restore.exp
3965 * gdb.multi/multi-arch-exec.exp
3966 * gdb.multi/multi-arch.exp
3967 * gdb.multi/tids.exp
3968 * gdb.multi/watchpoint-multi.exp
3969 * gdb.opencl/callfuncs.exp
3970 * gdb.opencl/convs_casts.exp
3971 * gdb.opencl/datatypes.exp
3972 * gdb.opencl/operators.exp
3973 * gdb.opencl/vec_comps.exp
3974 * gdb.opt/clobbered-registers-O2.exp
3975 * gdb.opt/inline-break.exp
3976 * gdb.opt/inline-bt.exp
3977 * gdb.opt/inline-cmds.exp
3978 * gdb.opt/inline-locals.exp
3979 * gdb.pascal/case-insensitive-symbols.exp
3980 * gdb.pascal/floats.exp
3981 * gdb.pascal/gdb11492.exp
3982 * gdb.python/lib-types.exp
3983 * gdb.python/py-arch.exp
3984 * gdb.python/py-as-string.exp
3985 * gdb.python/py-bad-printers.exp
3986 * gdb.python/py-block.exp
3987 * gdb.python/py-breakpoint-create-fail.exp
3988 * gdb.python/py-breakpoint.exp
3989 * gdb.python/py-caller-is.exp
3990 * gdb.python/py-cmd.exp
3991 * gdb.python/py-explore-cc.exp
3992 * gdb.python/py-explore.exp
3993 * gdb.python/py-finish-breakpoint.exp
3994 * gdb.python/py-finish-breakpoint2.exp
3995 * gdb.python/py-frame-args.exp
3996 * gdb.python/py-frame-inline.exp
3997 * gdb.python/py-frame.exp
3998 * gdb.python/py-framefilter-mi.exp
3999 * gdb.python/py-infthread.exp
4000 * gdb.python/py-lazy-string.exp
4001 * gdb.python/py-linetable.exp
4002 * gdb.python/py-mi-events.exp
4003 * gdb.python/py-mi-objfile.exp
4004 * gdb.python/py-mi.exp
4005 * gdb.python/py-objfile.exp
4006 * gdb.python/py-pp-integral.exp
4007 * gdb.python/py-pp-maint.exp
4008 * gdb.python/py-pp-re-notag.exp
4009 * gdb.python/py-pp-registration.exp
4010 * gdb.python/py-recurse-unwind.exp
4011 * gdb.python/py-strfns.exp
4012 * gdb.python/py-symbol.exp
4013 * gdb.python/py-symtab.exp
4014 * gdb.python/py-sync-interp.exp
4015 * gdb.python/py-typeprint.exp
4016 * gdb.python/py-unwind-maint.exp
4017 * gdb.python/py-unwind.exp
4018 * gdb.python/py-value-cc.exp
4019 * gdb.python/py-xmethods.exp
4020 * gdb.reverse/amd64-tailcall-reverse.exp
4021 * gdb.reverse/break-precsave.exp
4022 * gdb.reverse/break-reverse.exp
4023 * gdb.reverse/consecutive-precsave.exp
4024 * gdb.reverse/consecutive-reverse.exp
4025 * gdb.reverse/finish-precsave.exp
4026 * gdb.reverse/finish-reverse-bkpt.exp
4027 * gdb.reverse/finish-reverse.exp
4028 * gdb.reverse/fstatat-reverse.exp
4029 * gdb.reverse/getresuid-reverse.exp
4030 * gdb.reverse/i386-precsave.exp
4031 * gdb.reverse/i386-reverse.exp
4032 * gdb.reverse/i386-sse-reverse.exp
4033 * gdb.reverse/i387-env-reverse.exp
4034 * gdb.reverse/i387-stack-reverse.exp
4035 * gdb.reverse/insn-reverse.exp
4036 * gdb.reverse/machinestate-precsave.exp
4037 * gdb.reverse/machinestate.exp
4038 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4039 * gdb.reverse/pipe-reverse.exp
4040 * gdb.reverse/readv-reverse.exp
4041 * gdb.reverse/recvmsg-reverse.exp
4042 * gdb.reverse/rerun-prec.exp
4043 * gdb.reverse/s390-mvcle.exp
4044 * gdb.reverse/step-precsave.exp
4045 * gdb.reverse/step-reverse.exp
4046 * gdb.reverse/time-reverse.exp
4047 * gdb.reverse/until-precsave.exp
4048 * gdb.reverse/until-reverse.exp
4049 * gdb.reverse/waitpid-reverse.exp
4050 * gdb.reverse/watch-precsave.exp
4051 * gdb.reverse/watch-reverse.exp
4052 * gdb.rust/generics.exp
4053 * gdb.rust/methods.exp
4054 * gdb.rust/modules.exp
4055 * gdb.rust/simple.exp
4056 * gdb.server/connect-with-no-symbol-file.exp
4057 * gdb.server/ext-attach.exp
4058 * gdb.server/ext-restart.exp
4059 * gdb.server/ext-wrapper.exp
4060 * gdb.server/file-transfer.exp
4061 * gdb.server/server-exec-info.exp
4062 * gdb.server/server-kill.exp
4063 * gdb.server/server-mon.exp
4064 * gdb.server/wrapper.exp
4065 * gdb.stabs/exclfwd.exp
4066 * gdb.stabs/gdb11479.exp
4067 * gdb.threads/clone-new-thread-event.exp
4068 * gdb.threads/corethreads.exp
4069 * gdb.threads/current-lwp-dead.exp
4070 * gdb.threads/dlopen-libpthread.exp
4071 * gdb.threads/gcore-thread.exp
4072 * gdb.threads/sigstep-threads.exp
4073 * gdb.threads/watchpoint-fork.exp
4074 * gdb.trace/actions-changed.exp
4075 * gdb.trace/backtrace.exp
4076 * gdb.trace/change-loc.exp
4077 * gdb.trace/circ.exp
4078 * gdb.trace/collection.exp
4079 * gdb.trace/disconnected-tracing.exp
4080 * gdb.trace/ftrace.exp
4081 * gdb.trace/mi-trace-frame-collected.exp
4082 * gdb.trace/mi-trace-unavailable.exp
4083 * gdb.trace/mi-traceframe-changed.exp
4084 * gdb.trace/mi-tsv-changed.exp
4085 * gdb.trace/no-attach-trace.exp
4086 * gdb.trace/passc-dyn.exp
4087 * gdb.trace/qtro.exp
4088 * gdb.trace/range-stepping.exp
4089 * gdb.trace/read-memory.exp
4090 * gdb.trace/save-trace.exp
4091 * gdb.trace/signal.exp
4092 * gdb.trace/status-stop.exp
4093 * gdb.trace/tfile.exp
4094 * gdb.trace/trace-break.exp
4095 * gdb.trace/trace-buffer-size.exp
4096 * gdb.trace/trace-condition.exp
4097 * gdb.trace/tracefile-pseudo-reg.exp
4098 * gdb.trace/tstatus.exp
4099 * gdb.trace/unavailable.exp
4100 * gdb.trace/while-dyn.exp
4101 * gdb.trace/while-stepping.exp
4102
34c41c68
DE
41032016-12-22 Doug Evans <xdje42@gmail.com>
4104
4105 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4106 and msymbols.
4107
16e69324
YQ
41082016-12-19 Yao Qi <yao.qi@linaro.org>
4109
4110 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4111 (test_with_self): Don't call do_steps_and_nexts, and remove
4112 code about stepping into xmalloc.
4113
f94f411b
YQ
41142016-12-09 Yao Qi <yao.qi@linaro.org>
4115
4116 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4117
41182016-12-09 Yao Qi <yao.qi@linaro.org>
4119
4120 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4121
f1b5deee
PA
41222016-12-09 Pedro Alves <palves@redhat.com>
4123
4124 * gdb.base/all-architectures-0.exp: New file.
4125 * gdb.base/all-architectures-1.exp: New file.
4126 * gdb.base/all-architectures-2.exp: New file.
4127 * gdb.base/all-architectures-3.exp: New file.
4128 * gdb.base/all-architectures-4.exp: New file.
4129 * gdb.base/all-architectures-5.exp: New file.
4130 * gdb.base/all-architectures-6.exp: New file.
4131 * gdb.base/all-architectures-7.exp: New file.
4132 * gdb.base/all-architectures.exp.in: New file.
4133
364ca42e
YQ
41342016-12-09 Yao Qi <yao.qi@linaro.org>
4135
4136 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4137
107c2d62
LM
41382016-12-02 Luis Machado <lgustavo@codesourcery.com>
4139
4140 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4141 possible.
4142 Remove useless pattern-matching code.
4143
df3ee9ca
PA
41442016-12-02 Pedro Alves <palves@redhat.com>
4145
4146 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4147 procedure.
4148 (top level): Call it.
4149
ec835369
PA
41502016-12-02 Pedro Alves <palves@redhat.com>
4151
4152 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4153 New procedure.
4154 (top level): Call it.
4155
01770bbd
PA
41562016-12-02 Pedro Alves <palves@redhat.com>
4157
4158 PR cli/20559
4159 * gdb.base/commands.exp (user_defined_command_args_eval): New
4160 procedure.
4161 (top level): Call it.
4162
008459ea
LM
41632016-12-02 Luis Machado <lgustavo@codesourcery.com>
4164
4165 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4166 timeout handling.
4167
0c1b455e
TT
41682016-12-02 Tom Tromey <tom@tromey.com>
4169
4170 * gdb.dwarf2/main-subprogram.c: New file.
4171 * gdb.dwarf2/main-subprogram.exp: New file.
4172
018572b8
LM
41732016-12-01 Luis Machado <lgustavo@codesourcery.com>
4174
4175 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4176 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4177 gdb_test_no_output for a couple of cases.
4178 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4179
84c93cd5
LM
41802016-12-01 Luis Machado <lgustavo@codesourcery.com>
4181
4182 Fix test names and standardize compilation error messages throughout
4183 the following files:
4184
4185 * gdb.ada/start.exp
4186 * gdb.arch/alpha-step.exp
4187 * gdb.arch/e500-prologue.exp
4188 * gdb.arch/ftrace-insn-reloc.exp
4189 * gdb.arch/gdb1291.exp
4190 * gdb.arch/gdb1431.exp
4191 * gdb.arch/gdb1558.exp
4192 * gdb.arch/i386-dr3-watch.exp
4193 * gdb.arch/i386-sse-stack-align.exp
4194 * gdb.arch/ia64-breakpoint-shadow.exp
4195 * gdb.arch/pa-nullify.exp
4196 * gdb.arch/powerpc-aix-prologue.exp
4197 * gdb.arch/thumb-bx-pc.exp
4198 * gdb.base/annota1.exp
4199 * gdb.base/annota3.exp
4200 * gdb.base/arrayidx.exp
4201 * gdb.base/assign.exp
4202 * gdb.base/attach.exp
4203 * gdb.base/auxv.exp
4204 * gdb.base/bang.exp
4205 * gdb.base/bfp-test.exp
4206 * gdb.base/bigcore.exp
4207 * gdb.base/bitfields2.exp
4208 * gdb.base/break-fun-addr.exp
4209 * gdb.base/break-probes.exp
4210 * gdb.base/call-rt-st.exp
4211 * gdb.base/callexit.exp
4212 * gdb.base/catch-fork-kill.exp
4213 * gdb.base/charset.exp
4214 * gdb.base/checkpoint.exp
4215 * gdb.base/comprdebug.exp
4216 * gdb.base/constvars.exp
4217 * gdb.base/coredump-filter.exp
4218 * gdb.base/cursal.exp
4219 * gdb.base/cvexpr.exp
4220 * gdb.base/detach.exp
4221 * gdb.base/display.exp
4222 * gdb.base/dmsym.exp
4223 * gdb.base/dprintf-pending.exp
4224 * gdb.base/dso2dso.exp
4225 * gdb.base/dtrace-probe.exp
4226 * gdb.base/dump.exp
4227 * gdb.base/enum_cond.exp
4228 * gdb.base/exe-lock.exp
4229 * gdb.base/exec-invalid-sysroot.exp
4230 * gdb.base/execl-update-breakpoints.exp
4231 * gdb.base/exprs.exp
4232 * gdb.base/fileio.exp
4233 * gdb.base/find.exp
4234 * gdb.base/finish.exp
4235 * gdb.base/fixsection.exp
4236 * gdb.base/foll-vfork.exp
4237 * gdb.base/frame-args.exp
4238 * gdb.base/gcore.exp
4239 * gdb.base/gdb1250.exp
4240 * gdb.base/global-var-nested-by-dso.exp
4241 * gdb.base/gnu-ifunc.exp
4242 * gdb.base/hashline1.exp
4243 * gdb.base/hashline2.exp
4244 * gdb.base/hashline3.exp
4245 * gdb.base/hbreak-in-shr-unsupported.exp
4246 * gdb.base/huge.exp
4247 * gdb.base/infcall-input.exp
4248 * gdb.base/info-fun.exp
4249 * gdb.base/info-shared.exp
4250 * gdb.base/jit-simple.exp
4251 * gdb.base/jit-so.exp
4252 * gdb.base/jit.exp
4253 * gdb.base/jump.exp
4254 * gdb.base/label.exp
4255 * gdb.base/lineinc.exp
4256 * gdb.base/logical.exp
4257 * gdb.base/longjmp.exp
4258 * gdb.base/macscp.exp
4259 * gdb.base/miscexprs.exp
4260 * gdb.base/new-ui-echo.exp
4261 * gdb.base/new-ui-pending-input.exp
4262 * gdb.base/new-ui.exp
4263 * gdb.base/nodebug.exp
4264 * gdb.base/nofield.exp
4265 * gdb.base/offsets.exp
4266 * gdb.base/overlays.exp
4267 * gdb.base/pending.exp
4268 * gdb.base/pointers.exp
4269 * gdb.base/pr11022.exp
4270 * gdb.base/printcmds.exp
4271 * gdb.base/prologue.exp
4272 * gdb.base/ptr-typedef.exp
4273 * gdb.base/realname-expand.exp
4274 * gdb.base/relativedebug.exp
4275 * gdb.base/relocate.exp
4276 * gdb.base/remote.exp
4277 * gdb.base/reread.exp
4278 * gdb.base/return2.exp
4279 * gdb.base/savedregs.exp
4280 * gdb.base/sep.exp
4281 * gdb.base/sepdebug.exp
4282 * gdb.base/sepsymtab.exp
4283 * gdb.base/set-inferior-tty.exp
4284 * gdb.base/setshow.exp
4285 * gdb.base/shlib-call.exp
4286 * gdb.base/sigaltstack.exp
4287 * gdb.base/siginfo-addr.exp
4288 * gdb.base/signals.exp
4289 * gdb.base/signull.exp
4290 * gdb.base/sigrepeat.exp
4291 * gdb.base/so-impl-ld.exp
4292 * gdb.base/solib-display.exp
4293 * gdb.base/solib-overlap.exp
4294 * gdb.base/solib-search.exp
4295 * gdb.base/solib-symbol.exp
4296 * gdb.base/structs.exp
4297 * gdb.base/structs2.exp
4298 * gdb.base/symtab-search-order.exp
4299 * gdb.base/twice.exp
4300 * gdb.base/unload.exp
4301 * gdb.base/varargs.exp
4302 * gdb.base/watchpoint-solib.exp
4303 * gdb.base/watchpoint.exp
4304 * gdb.base/whatis.exp
4305 * gdb.base/wrong_frame_bt_full.exp
4306 * gdb.btrace/dlopen.exp
4307 * gdb.cell/ea-standalone.exp
4308 * gdb.cell/ea-test.exp
4309 * gdb.cp/dispcxx.exp
4310 * gdb.cp/gdb2384.exp
4311 * gdb.cp/method2.exp
4312 * gdb.cp/nextoverthrow.exp
4313 * gdb.cp/pr10728.exp
4314 * gdb.disasm/am33.exp
4315 * gdb.disasm/h8300s.exp
4316 * gdb.disasm/mn10300.exp
4317 * gdb.disasm/sh3.exp
4318 * gdb.dwarf2/dw2-dir-file-name.exp
4319 * gdb.fortran/complex.exp
4320 * gdb.fortran/library-module.exp
4321 * gdb.guile/scm-pretty-print.exp
4322 * gdb.guile/scm-symbol.exp
4323 * gdb.guile/scm-type.exp
4324 * gdb.guile/scm-value.exp
4325 * gdb.linespec/linespec.exp
4326 * gdb.mi/gdb701.exp
4327 * gdb.mi/gdb792.exp
4328 * gdb.mi/mi-breakpoint-changed.exp
4329 * gdb.mi/mi-dprintf-pending.exp
4330 * gdb.mi/mi-dprintf.exp
4331 * gdb.mi/mi-exit-code.exp
4332 * gdb.mi/mi-pending.exp
4333 * gdb.mi/mi-solib.exp
4334 * gdb.mi/new-ui-mi-sync.exp
4335 * gdb.mi/pr11022.exp
4336 * gdb.mi/user-selected-context-sync.exp
4337 * gdb.opt/solib-intra-step.exp
4338 * gdb.python/py-events.exp
4339 * gdb.python/py-finish-breakpoint.exp
4340 * gdb.python/py-mi.exp
4341 * gdb.python/py-prettyprint.exp
4342 * gdb.python/py-shared.exp
4343 * gdb.python/py-symbol.exp
4344 * gdb.python/py-template.exp
4345 * gdb.python/py-type.exp
4346 * gdb.python/py-value.exp
4347 * gdb.reverse/solib-precsave.exp
4348 * gdb.reverse/solib-reverse.exp
4349 * gdb.server/solib-list.exp
4350 * gdb.stabs/weird.exp
4351 * gdb.threads/reconnect-signal.exp
4352 * gdb.threads/stepi-random-signal.exp
4353 * gdb.trace/actions.exp
4354 * gdb.trace/ax.exp
4355 * gdb.trace/backtrace.exp
4356 * gdb.trace/change-loc.exp
4357 * gdb.trace/deltrace.exp
4358 * gdb.trace/ftrace-lock.exp
4359 * gdb.trace/ftrace.exp
4360 * gdb.trace/infotrace.exp
4361 * gdb.trace/mi-tracepoint-changed.exp
4362 * gdb.trace/packetlen.exp
4363 * gdb.trace/passcount.exp
4364 * gdb.trace/pending.exp
4365 * gdb.trace/range-stepping.exp
4366 * gdb.trace/report.exp
4367 * gdb.trace/stap-trace.exp
4368 * gdb.trace/tfind.exp
4369 * gdb.trace/trace-break.exp
4370 * gdb.trace/trace-condition.exp
4371 * gdb.trace/trace-enable-disable.exp
4372 * gdb.trace/trace-mt.exp
4373 * gdb.trace/tracecmd.exp
4374 * gdb.trace/tspeed.exp
4375 * gdb.trace/tsv.exp
4376 * lib/perftest.exp
4377
fb9feb35
LM
43782016-12-01 Luis Machado <lgustavo@codesourcery.com>
4379
4380 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4381 with gdb_test_no_output.
4382 Use command as test name.
4383
cd2ddb6c
LM
43842016-12-01 Luis Machado <lgustavo@codesourcery.com>
4385
4386 Fix test names starting with uppercase throughout the files.
4387
4388 * gdb.ada/assign_1.exp
4389 * gdb.ada/boolean_expr.exp
4390 * gdb.base/arrayidx.exp
4391 * gdb.base/del.exp
4392 * gdb.base/gcore-buffer-overflow.exp
4393 * gdb.base/testenv.exp
4394 * gdb.compile/compile.exp
4395 * gdb.python/py-framefilter-invalidarg.exp
4396 * gdb.python/py-framefilter.exp
4397
bb95117e
LM
43982016-12-01 Luis Machado <lgustavo@codesourcery.com>
4399
4400 Fix test names starting with uppercase throughout the files.
4401
4402 * gdb.ada/array_return.exp
4403 * gdb.ada/expr_delims.exp
4404 * gdb.ada/mi_dyn_arr.exp
4405 * gdb.ada/mi_interface.exp
4406 * gdb.ada/mi_var_array.exp
4407 * gdb.ada/watch_arg.exp
4408 * gdb.arch/alpha-step.exp
4409 * gdb.arch/altivec-regs.exp
4410 * gdb.arch/e500-regs.exp
4411 * gdb.arch/powerpc-d128-regs.exp
4412 * gdb.base/arrayidx.exp
4413 * gdb.base/break.exp
4414 * gdb.base/checkpoint.exp
4415 * gdb.base/debug-expr.exp
4416 * gdb.base/dmsym.exp
4417 * gdb.base/radix.exp
4418 * gdb.base/sepdebug.exp
4419 * gdb.base/testenv.exp
4420 * gdb.base/watch_thread_num.exp
4421 * gdb.base/watchpoint-cond-gone.exp
4422 * gdb.cell/break.exp
4423 * gdb.cell/ea-cache.exp
4424 * gdb.compile/compile.exp
4425 * gdb.cp/gdb2495.exp
4426 * gdb.gdb/selftest.exp
4427 * gdb.gdb/xfullpath.exp
4428 * gdb.go/hello.exp
4429 * gdb.go/integers.exp
4430 * gdb.objc/basicclass.exp
4431 * gdb.pascal/hello.exp
4432 * gdb.pascal/integers.exp
4433 * gdb.python/py-breakpoint.exp
4434 * gdb.python/py-cmd.exp
4435 * gdb.python/py-linetable.exp
4436 * gdb.python/py-xmethods.exp
4437 * gdb.python/python.exp
4438 * gdb.reverse/consecutive-precsave.exp
4439 * gdb.reverse/finish-precsave.exp
4440 * gdb.reverse/i386-precsave.exp
4441 * gdb.reverse/machinestate-precsave.exp
4442 * gdb.reverse/sigall-precsave.exp
4443 * gdb.reverse/solib-precsave.exp
4444 * gdb.reverse/step-precsave.exp
4445 * gdb.reverse/until-precsave.exp
4446 * gdb.reverse/watch-precsave.exp
4447 * gdb.threads/leader-exit.exp
4448 * gdb.threads/pthreads.exp
4449 * gdb.threads/wp-replication.exp
4450 * gdb.trace/actions.exp
4451 * gdb.trace/mi-tsv-changed.exp
4452 * gdb.trace/tsv.exp
4453
de97fdd4
LM
44542016-12-01 Luis Machado <lgustavo@codesourcery.com>
4455
4456 Fix test names starting with uppercase throughout the files.
4457
4458 * gdb.arch/i386-bp_permanent.exp
4459 * gdb.arch/i386-gnu-cfi.exp
4460 * gdb.base/disasm-end-cu.exp
4461 * gdb.base/macscp.exp
4462 * gdb.base/pending.exp
4463 * gdb.base/watch_thread_num.exp
4464 * gdb.cp/exception.exp
4465 * gdb.cp/gdb2495.exp
4466 * gdb.cp/local.exp
4467 * gdb.python/py-evsignal.exp
4468 * gdb.python/python.exp
4469 * gdb.trace/tracecmd.exp
4470
9f058c10
LM
44712016-12-01 Luis Machado <lgustavo@codesourcery.com>
4472
4473 Fix test names starting with uppercase throughout the files.
4474
4475 * gdb.base/charset.exp
4476 * gdb.base/eval.exp
4477 * gdb.base/multi-forks.exp
4478 * gdb.guile/scm-progspace.exp
4479 * gdb.opencl/datatypes.exp
4480 * gdb.python/py-block.exp
4481 * gdb.python/py-function.exp
4482 * gdb.python/py-symbol.exp
4483 * gdb.python/py-symtab.exp
4484 * gdb.python/py-xmethods.exp
4485 * gdb.reverse/break-precsave.exp
4486 * gdb.reverse/break-reverse.exp
4487 * gdb.reverse/consecutive-precsave.exp
4488 * gdb.reverse/consecutive-reverse.exp
4489 * gdb.reverse/finish-precsave.exp
4490 * gdb.reverse/finish-reverse-bkpt.exp
4491 * gdb.reverse/finish-reverse.exp
4492 * gdb.reverse/fstatat-reverse.exp
4493 * gdb.reverse/getresuid-reverse.exp
4494 * gdb.reverse/i386-precsave.exp
4495 * gdb.reverse/i386-reverse.exp
4496 * gdb.reverse/i386-sse-reverse.exp
4497 * gdb.reverse/i387-stack-reverse.exp
4498 * gdb.reverse/insn-reverse.exp
4499 * gdb.reverse/machinestate-precsave.exp
4500 * gdb.reverse/machinestate.exp
4501 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4502 * gdb.reverse/pipe-reverse.exp
4503 * gdb.reverse/readv-reverse.exp
4504 * gdb.reverse/recvmsg-reverse.exp
4505 * gdb.reverse/rerun-prec.exp
4506 * gdb.reverse/s390-mvcle.exp
4507 * gdb.reverse/sigall-precsave.exp
4508 * gdb.reverse/sigall-reverse.exp
4509 * gdb.reverse/solib-precsave.exp
4510 * gdb.reverse/solib-reverse.exp
4511 * gdb.reverse/step-precsave.exp
4512 * gdb.reverse/step-reverse.exp
4513 * gdb.reverse/time-reverse.exp
4514 * gdb.reverse/until-precsave.exp
4515 * gdb.reverse/until-reverse.exp
4516 * gdb.reverse/waitpid-reverse.exp
4517 * gdb.reverse/watch-precsave.exp
4518 * gdb.reverse/watch-reverse.exp
4519
cdc7edd7
LM
45202016-12-01 Luis Machado <lgustavo@codesourcery.com>
4521
4522 Fix test names starting with uppercase throughout the files.
4523
4524 * gdb.arch/i386-mpx-simple_segv.exp
4525 * gdb.arch/i386-mpx.exp
4526 * gdb.arch/i386-permbkpt.exp
4527 * gdb.arch/pa-nullify.exp
4528 * gdb.arch/powerpc-d128-regs.exp
4529 * gdb.arch/vsx-regs.exp
4530 * gdb.base/bfp-test.exp
4531 * gdb.base/break.exp
4532 * gdb.base/breakpoint-shadow.exp
4533 * gdb.base/callfuncs.exp
4534 * gdb.base/charset.exp
4535 * gdb.base/commands.exp
4536 * gdb.base/completion.exp
4537 * gdb.base/dfp-test.exp
4538 * gdb.base/echo.exp
4539 * gdb.base/ending-run.exp
4540 * gdb.base/eval.exp
4541 * gdb.base/expand-psymtabs.exp
4542 * gdb.base/float128.exp
4543 * gdb.base/floatn.exp
4544 * gdb.base/foll-exec-mode.exp
4545 * gdb.base/gdb1056.exp
4546 * gdb.base/gdb11531.exp
4547 * gdb.base/kill-after-signal.exp
4548 * gdb.base/multi-forks.exp
4549 * gdb.base/overlays.exp
4550 * gdb.base/pending.exp
4551 * gdb.base/sepdebug.exp
4552 * gdb.base/testenv.exp
4553 * gdb.base/valgrind-db-attach.exp
4554 * gdb.base/watch_thread_num.exp
4555 * gdb.base/watchpoint-cond-gone.exp
4556 * gdb.base/watchpoint.exp
4557 * gdb.base/watchpoints.exp
4558 * gdb.cp/arg-reference.exp
4559 * gdb.cp/baseenum.exp
4560 * gdb.cp/operator.exp
4561 * gdb.cp/shadow.exp
4562 * gdb.dwarf2/dw2-op-out-param.exp
4563 * gdb.dwarf2/dw2-reg-undefined.exp
4564 * gdb.go/chan.exp
4565 * gdb.go/hello.exp
4566 * gdb.go/integers.exp
4567 * gdb.go/methods.exp
4568 * gdb.go/package.exp
4569 * gdb.guile/scm-parameter.exp
4570 * gdb.guile/scm-progspace.exp
4571 * gdb.guile/scm-value.exp
4572 * gdb.mi/mi-pending.exp
4573 * gdb.mi/user-selected-context-sync.exp
4574 * gdb.multi/multi-attach.exp
4575 * gdb.multi/tids.exp
4576 * gdb.opt/clobbered-registers-O2.exp
4577 * gdb.pascal/floats.exp
4578 * gdb.pascal/integers.exp
4579 * gdb.python/py-block.exp
4580 * gdb.python/py-events.exp
4581 * gdb.python/py-parameter.exp
4582 * gdb.python/py-symbol.exp
4583 * gdb.python/py-symtab.exp
4584 * gdb.python/py-type.exp
4585 * gdb.python/py-value.exp
4586 * gdb.python/py-xmethods.exp
4587 * gdb.python/python.exp
4588 * gdb.reverse/break-precsave.exp
4589 * gdb.reverse/consecutive-precsave.exp
4590 * gdb.reverse/finish-precsave.exp
4591 * gdb.reverse/i386-precsave.exp
4592 * gdb.reverse/machinestate-precsave.exp
4593 * gdb.reverse/sigall-precsave.exp
4594 * gdb.reverse/solib-precsave.exp
4595 * gdb.reverse/step-precsave.exp
4596 * gdb.reverse/until-precsave.exp
4597 * gdb.reverse/watch-precsave.exp
4598 * gdb.server/ext-attach.exp
4599 * gdb.server/ext-restart.exp
4600 * gdb.server/ext-run.exp
4601 * gdb.server/ext-wrapper.exp
4602 * gdb.stabs/gdb11479.exp
4603 * gdb.stabs/weird.exp
4604 * gdb.threads/attach-many-short-lived-threads.exp
4605 * gdb.threads/kill.exp
4606 * gdb.threads/watchpoint-fork.exp
4607
bc6c7af4
LM
46082016-12-01 Luis Machado <lgustavo@codesourcery.com>
4609
4610 Fix test names starting with uppercase throughout all the files below.
4611
4612 * gdb.ada/array_return.exp
4613 * gdb.ada/catch_ex.exp
4614 * gdb.ada/info_exc.exp
4615 * gdb.ada/mi_catch_ex.exp
4616 * gdb.ada/mi_dyn_arr.exp
4617 * gdb.ada/mi_ex_cond.exp
4618 * gdb.ada/mi_exc_info.exp
4619 * gdb.ada/mi_interface.exp
4620 * gdb.ada/mi_task_arg.exp
4621 * gdb.ada/mi_task_info.exp
4622 * gdb.ada/mi_var_array.exp
4623 * gdb.arch/alpha-step.exp
4624 * gdb.arch/amd64-disp-step.exp
4625 * gdb.arch/arm-disp-step.exp
4626 * gdb.arch/disp-step-insn-reloc.exp
4627 * gdb.arch/e500-prologue.exp
4628 * gdb.arch/ftrace-insn-reloc.exp
4629 * gdb.arch/gdb1558.exp
4630 * gdb.arch/i386-bp_permanent.exp
4631 * gdb.arch/i386-disp-step.exp
4632 * gdb.arch/i386-float.exp
4633 * gdb.arch/i386-gnu-cfi.exp
4634 * gdb.arch/ia64-breakpoint-shadow.exp
4635 * gdb.arch/mips16-thunks.exp
4636 * gdb.arch/pa-nullify.exp
4637 * gdb.arch/powerpc-aix-prologue.exp
4638 * gdb.arch/powerpc-power.exp
4639 * gdb.arch/ppc-dfp.exp
4640 * gdb.arch/s390-tdbregs.exp
4641 * gdb.arch/spu-info.exp
4642 * gdb.arch/spu-ls.exp
4643 * gdb.arch/thumb-bx-pc.exp
4644 * gdb.base/advance.exp
4645 * gdb.base/annota-input-while-running.exp
4646 * gdb.base/arrayidx.exp
4647 * gdb.base/asmlabel.exp
4648 * gdb.base/async.exp
4649 * gdb.base/attach-wait-input.exp
4650 * gdb.base/auto-connect-native-target.exp
4651 * gdb.base/batch-preserve-term-settings.exp
4652 * gdb.base/bfp-test.exp
4653 * gdb.base/bigcore.exp
4654 * gdb.base/bp-permanent.exp
4655 * gdb.base/break-always.exp
4656 * gdb.base/break-fun-addr.exp
4657 * gdb.base/break-idempotent.exp
4658 * gdb.base/break-main-file-remove-fail.exp
4659 * gdb.base/break-probes.exp
4660 * gdb.base/break-unload-file.exp
4661 * gdb.base/break.exp
4662 * gdb.base/call-ar-st.exp
4663 * gdb.base/call-rt-st.exp
4664 * gdb.base/call-sc.exp
4665 * gdb.base/call-signal-resume.exp
4666 * gdb.base/call-strs.exp
4667 * gdb.base/callexit.exp
4668 * gdb.base/callfuncs.exp
4669 * gdb.base/catch-gdb-caused-signals.exp
4670 * gdb.base/catch-signal-siginfo-cond.exp
4671 * gdb.base/catch-syscall.exp
4672 * gdb.base/compare-sections.exp
4673 * gdb.base/cond-eval-mode.exp
4674 * gdb.base/condbreak-call-false.exp
4675 * gdb.base/consecutive-step-over.exp
4676 * gdb.base/cursal.exp
4677 * gdb.base/disabled-location.exp
4678 * gdb.base/disasm-end-cu.exp
4679 * gdb.base/display.exp
4680 * gdb.base/double-prompt-target-event-error.exp
4681 * gdb.base/dprintf-bp-same-addr.exp
4682 * gdb.base/dprintf-detach.exp
4683 * gdb.base/dprintf-next.exp
4684 * gdb.base/dprintf-non-stop.exp
4685 * gdb.base/dprintf-pending.exp
4686 * gdb.base/dso2dso.exp
4687 * gdb.base/ending-run.exp
4688 * gdb.base/enum_cond.exp
4689 * gdb.base/examine-backward.exp
4690 * gdb.base/exe-lock.exp
4691 * gdb.base/exec-invalid-sysroot.exp
4692 * gdb.base/execl-update-breakpoints.exp
4693 * gdb.base/execution-termios.exp
4694 * gdb.base/fileio.exp
4695 * gdb.base/fixsection.exp
4696 * gdb.base/foll-exec-mode.exp
4697 * gdb.base/foll-exec.exp
4698 * gdb.base/fork-running-state.exp
4699 * gdb.base/frame-args.exp
4700 * gdb.base/fullpath-expand.exp
4701 * gdb.base/func-ptr.exp
4702 * gdb.base/gcore-relro-pie.exp
4703 * gdb.base/gdb1090.exp
4704 * gdb.base/gdb1555.exp
4705 * gdb.base/global-var-nested-by-dso.exp
4706 * gdb.base/gnu-ifunc.exp
4707 * gdb.base/hbreak-in-shr-unsupported.exp
4708 * gdb.base/hbreak-unmapped.exp
4709 * gdb.base/hook-stop.exp
4710 * gdb.base/infcall-input.exp
4711 * gdb.base/info-fun.exp
4712 * gdb.base/info-shared.exp
4713 * gdb.base/interrupt-noterm.exp
4714 * gdb.base/jit-so.exp
4715 * gdb.base/jit.exp
4716 * gdb.base/line-symtabs.exp
4717 * gdb.base/list.exp
4718 * gdb.base/longjmp.exp
4719 * gdb.base/macscp.exp
4720 * gdb.base/max-value-size.exp
4721 * gdb.base/nodebug.exp
4722 * gdb.base/nofield.exp
4723 * gdb.base/overlays.exp
4724 * gdb.base/paginate-after-ctrl-c-running.exp
4725 * gdb.base/paginate-bg-execution.exp
4726 * gdb.base/paginate-inferior-exit.exp
4727 * gdb.base/pending.exp
4728 * gdb.base/pr11022.exp
4729 * gdb.base/printcmds.exp
4730 * gdb.base/ptr-typedef.exp
4731 * gdb.base/ptype.exp
4732 * gdb.base/randomize.exp
4733 * gdb.base/range-stepping.exp
4734 * gdb.base/realname-expand.exp
4735 * gdb.base/relativedebug.exp
4736 * gdb.base/remote.exp
4737 * gdb.base/savedregs.exp
4738 * gdb.base/sepdebug.exp
4739 * gdb.base/set-noassign.exp
4740 * gdb.base/shlib-call.exp
4741 * gdb.base/shreloc.exp
4742 * gdb.base/sigaltstack.exp
4743 * gdb.base/sigbpt.exp
4744 * gdb.base/siginfo-addr.exp
4745 * gdb.base/siginfo-obj.exp
4746 * gdb.base/siginfo-thread.exp
4747 * gdb.base/signest.exp
4748 * gdb.base/signull.exp
4749 * gdb.base/sigrepeat.exp
4750 * gdb.base/skip.exp
4751 * gdb.base/so-impl-ld.exp
4752 * gdb.base/solib-corrupted.exp
4753 * gdb.base/solib-disc.exp
4754 * gdb.base/solib-display.exp
4755 * gdb.base/solib-overlap.exp
4756 * gdb.base/solib-search.exp
4757 * gdb.base/solib-symbol.exp
4758 * gdb.base/source-execution.exp
4759 * gdb.base/sss-bp-on-user-bp-2.exp
4760 * gdb.base/sss-bp-on-user-bp.exp
4761 * gdb.base/stack-checking.exp
4762 * gdb.base/stale-infcall.exp
4763 * gdb.base/step-break.exp
4764 * gdb.base/step-line.exp
4765 * gdb.base/step-over-exit.exp
4766 * gdb.base/step-test.exp
4767 * gdb.base/structs.exp
4768 * gdb.base/sym-file.exp
4769 * gdb.base/symtab-search-order.exp
4770 * gdb.base/term.exp
4771 * gdb.base/type-opaque.exp
4772 * gdb.base/unload.exp
4773 * gdb.base/until-nodebug.exp
4774 * gdb.base/until.exp
4775 * gdb.base/unwindonsignal.exp
4776 * gdb.base/watch-cond.exp
4777 * gdb.base/watch-non-mem.exp
4778 * gdb.base/watch_thread_num.exp
4779 * gdb.base/watchpoint-reuse-slot.exp
4780 * gdb.base/watchpoint-solib.exp
4781 * gdb.base/watchpoint.exp
4782 * gdb.btrace/dlopen.exp
4783 * gdb.cell/arch.exp
4784 * gdb.cell/break.exp
4785 * gdb.cell/bt.exp
4786 * gdb.cell/core.exp
4787 * gdb.cell/data.exp
4788 * gdb.cell/dwarfaddr.exp
4789 * gdb.cell/ea-cache.exp
4790 * gdb.cell/ea-standalone.exp
4791 * gdb.cell/ea-test.exp
4792 * gdb.cell/f-regs.exp
4793 * gdb.cell/fork.exp
4794 * gdb.cell/gcore.exp
4795 * gdb.cell/mem-access.exp
4796 * gdb.cell/ptype.exp
4797 * gdb.cell/registers.exp
4798 * gdb.cell/sizeof.exp
4799 * gdb.cell/solib-symbol.exp
4800 * gdb.cell/solib.exp
4801 * gdb.compile/compile-tls.exp
4802 * gdb.cp/exception.exp
4803 * gdb.cp/gdb2495.exp
4804 * gdb.cp/local.exp
4805 * gdb.cp/mb-inline.exp
4806 * gdb.cp/mb-templates.exp
4807 * gdb.cp/pr10687.exp
4808 * gdb.cp/pr9167.exp
4809 * gdb.cp/scope-err.exp
4810 * gdb.cp/templates.exp
4811 * gdb.cp/virtfunc.exp
4812 * gdb.dwarf2/dw2-dir-file-name.exp
4813 * gdb.dwarf2/dw2-single-line-discriminators.exp
4814 * gdb.fortran/complex.exp
4815 * gdb.fortran/library-module.exp
4816 * gdb.guile/guile.exp
4817 * gdb.guile/scm-cmd.exp
4818 * gdb.guile/scm-frame-inline.exp
4819 * gdb.guile/scm-objfile.exp
4820 * gdb.guile/scm-pretty-print.exp
4821 * gdb.guile/scm-symbol.exp
4822 * gdb.guile/scm-type.exp
4823 * gdb.guile/scm-value.exp
4824 * gdb.linespec/keywords.exp
4825 * gdb.linespec/ls-errs.exp
4826 * gdb.linespec/macro-relative.exp
4827 * gdb.linespec/thread.exp
4828 * gdb.mi/mi-breakpoint-changed.exp
4829 * gdb.mi/mi-dprintf-pending.exp
4830 * gdb.mi/mi-fullname-deleted.exp
4831 * gdb.mi/mi-logging.exp
4832 * gdb.mi/mi-pending.exp
4833 * gdb.mi/mi-solib.exp
4834 * gdb.mi/new-ui-mi-sync.exp
4835 * gdb.mi/user-selected-context-sync.exp
4836 * gdb.multi/dummy-frame-restore.exp
4837 * gdb.multi/multi-arch-exec.exp
4838 * gdb.multi/remove-inferiors.exp
4839 * gdb.multi/watchpoint-multi-exit.exp
4840 * gdb.opt/solib-intra-step.exp
4841 * gdb.perf/backtrace.exp
4842 * gdb.perf/single-step.exp
4843 * gdb.perf/skip-command.exp
4844 * gdb.perf/skip-prologue.exp
4845 * gdb.perf/solib.exp
4846 * gdb.python/lib-types.exp
4847 * gdb.python/py-as-string.exp
4848 * gdb.python/py-bad-printers.exp
4849 * gdb.python/py-block.exp
4850 * gdb.python/py-breakpoint.exp
4851 * gdb.python/py-cmd.exp
4852 * gdb.python/py-events.exp
4853 * gdb.python/py-evthreads.exp
4854 * gdb.python/py-finish-breakpoint.exp
4855 * gdb.python/py-finish-breakpoint2.exp
4856 * gdb.python/py-frame-inline.exp
4857 * gdb.python/py-frame.exp
4858 * gdb.python/py-inferior.exp
4859 * gdb.python/py-infthread.exp
4860 * gdb.python/py-mi.exp
4861 * gdb.python/py-objfile.exp
4862 * gdb.python/py-pp-maint.exp
4863 * gdb.python/py-pp-registration.exp
4864 * gdb.python/py-prettyprint.exp
4865 * gdb.python/py-recurse-unwind.exp
4866 * gdb.python/py-shared.exp
4867 * gdb.python/py-symbol.exp
4868 * gdb.python/py-symtab.exp
4869 * gdb.python/py-template.exp
4870 * gdb.python/py-type.exp
4871 * gdb.python/py-unwind-maint.exp
4872 * gdb.python/py-unwind.exp
4873 * gdb.python/py-value.exp
4874 * gdb.python/python.exp
4875 * gdb.reverse/finish-reverse-bkpt.exp
4876 * gdb.reverse/insn-reverse.exp
4877 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4878 * gdb.reverse/solib-precsave.exp
4879 * gdb.reverse/solib-reverse.exp
4880 * gdb.stabs/gdb11479.exp
4881 * gdb.stabs/weird.exp
4882 * gdb.threads/fork-child-threads.exp
4883 * gdb.threads/fork-plus-threads.exp
4884 * gdb.threads/fork-thread-pending.exp
4885 * gdb.threads/forking-threads-plus-breakpoint.exp
4886 * gdb.threads/hand-call-in-threads.exp
4887 * gdb.threads/interrupted-hand-call.exp
4888 * gdb.threads/linux-dp.exp
4889 * gdb.threads/local-watch-wrong-thread.exp
4890 * gdb.threads/next-while-other-thread-longjmps.exp
4891 * gdb.threads/non-ldr-exit.exp
4892 * gdb.threads/pending-step.exp
4893 * gdb.threads/print-threads.exp
4894 * gdb.threads/process-dies-while-detaching.exp
4895 * gdb.threads/process-dies-while-handling-bp.exp
4896 * gdb.threads/pthreads.exp
4897 * gdb.threads/queue-signal.exp
4898 * gdb.threads/reconnect-signal.exp
4899 * gdb.threads/signal-command-handle-nopass.exp
4900 * gdb.threads/signal-command-multiple-signals-pending.exp
4901 * gdb.threads/signal-delivered-right-thread.exp
4902 * gdb.threads/signal-sigtrap.exp
4903 * gdb.threads/sigthread.exp
4904 * gdb.threads/staticthreads.exp
4905 * gdb.threads/stepi-random-signal.exp
4906 * gdb.threads/thread-unwindonsignal.exp
4907 * gdb.threads/thread_check.exp
4908 * gdb.threads/thread_events.exp
4909 * gdb.threads/tid-reuse.exp
4910 * gdb.threads/tls-nodebug.exp
4911 * gdb.threads/tls-shared.exp
4912 * gdb.threads/tls-so_extern.exp
4913 * gdb.threads/tls.exp
4914 * gdb.threads/wp-replication.exp
4915 * gdb.trace/actions-changed.exp
4916 * gdb.trace/actions.exp
4917 * gdb.trace/backtrace.exp
4918 * gdb.trace/change-loc.exp
4919 * gdb.trace/collection.exp
4920 * gdb.trace/deltrace.exp
4921 * gdb.trace/disconnected-tracing.exp
4922 * gdb.trace/entry-values.exp
4923 * gdb.trace/ftrace-lock.exp
4924 * gdb.trace/ftrace.exp
4925 * gdb.trace/infotrace.exp
4926 * gdb.trace/mi-trace-frame-collected.exp
4927 * gdb.trace/mi-trace-unavailable.exp
4928 * gdb.trace/mi-traceframe-changed.exp
4929 * gdb.trace/mi-tracepoint-changed.exp
4930 * gdb.trace/mi-tsv-changed.exp
4931 * gdb.trace/no-attach-trace.exp
4932 * gdb.trace/packetlen.exp
4933 * gdb.trace/passc-dyn.exp
4934 * gdb.trace/passcount.exp
4935 * gdb.trace/pending.exp
4936 * gdb.trace/pr16508.exp
4937 * gdb.trace/qtro.exp
4938 * gdb.trace/range-stepping.exp
4939 * gdb.trace/read-memory.exp
4940 * gdb.trace/report.exp
4941 * gdb.trace/save-trace.exp
4942 * gdb.trace/signal.exp
4943 * gdb.trace/stap-trace.exp
4944 * gdb.trace/status-stop.exp
4945 * gdb.trace/strace.exp
4946 * gdb.trace/tfile.exp
4947 * gdb.trace/tfind.exp
4948 * gdb.trace/trace-break.exp
4949 * gdb.trace/trace-condition.exp
4950 * gdb.trace/trace-enable-disable.exp
4951 * gdb.trace/trace-mt.exp
4952 * gdb.trace/tracecmd.exp
4953 * gdb.trace/tracefile-pseudo-reg.exp
4954 * gdb.trace/tspeed.exp
4955 * gdb.trace/tstatus.exp
4956 * gdb.trace/tsv.exp
4957 * gdb.trace/unavailable.exp
4958 * gdb.trace/while-dyn.exp
4959 * gdb.trace/while-stepping.exp
4960 * lib/gdb-guile.exp
4961 * lib/gdb.exp
4962 * lib/mi-support.exp
4963 * lib/pascal.exp
4964 * lib/perftest.exp
4965 * lib/prelink-support.exp
4966 * lib/selftest-support.exp
4967
ad02e4fe
SM
49682016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4969
4970 * Makefile.in: Include disable-implicit-rules.mk.
4971
22347e55
AA
49722016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4973
4974 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4975 non-byte-aligned bit fields.
4976
da5b30da
AA
49772016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4978
4979 PR gdb/12616
4980 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4981 respects the DW_AT_data_bit_offset attribute.
4982
b593ecca
SM
49832016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4984
4985 * gdb.base/default.exp: Fix output of "set language".
4986
3b165252
SM
49872016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4988
4989 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4990 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4991 make.
4992 * configure.ac: Remove checks for the make program.
4993 * configure: Re-generate.
4994
1a2f3d7f
KB
49952016-11-16 Kevin Buettner <kevinb@redhat.com>
4996
4997 * gdb.python/py-recurse-unwind.c (main): Add loop.
4998 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4999 to read_register() and gdb.parse_and_eval(). Make each code
5000 call a separate case that can be individually tested.
5001 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5002 proc. Call cont_and_backtrace for each of the code paths that
5003 we want to test in the unwinder.
5004
b7f38fda
AA
50052016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5006
5007 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5008 the definition of struct S.
5009
1f8db343
CM
50102016-11-11 Catherine Moore <clm@codesourcery.com>
5011
5012 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5013
fad0c9fb
PA
50142016-11-09 Pedro Alves <palves@redhat.com>
5015
5016 * gdb.base/commands.exp (runto_or_return): New procedure.
5017 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5018 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5019 (progvar_simple_while_test, progvar_complex_if_while_test)
5020 (if_while_breakpoint_command_test)
5021 (infrun_breakpoint_command_test, breakpoint_command_test)
5022 (user_defined_command_test, watchpoint_command_test)
5023 (test_command_prompt_position, redefine_hook_test)
5024 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5025 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5026 multi_line_input and multi_line. Remove gdb_expect and
5027 gdb_stop_suppressing_tests uses.
5028 * lib/gdb.exp (valnum_re): New global.
5029 (multi_line_input): New procedure.
5030
8354c62c
SM
50312016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5032
5033 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5034 Remove.
5035 (test_setup): Define with proc_with_prefix.
5036 (test_cli_inferior): Likewise.
5037 (test_cli_thread): Likewise.
5038 (test_cli_frame): Likewise.
5039 (test_cli_select_frame): Likewise.
5040 (test_cli_up_down): Likewise.
5041 (test_mi_thread_select): Likewise.
5042 (test_mi_stack_select_frame): Likewise.
5043 (test_cli_in_mi_inferior): Likewise.
5044 (test_cli_in_mi_thread): Likewise.
5045 (test_cli_in_mi_frame): Likewise.
5046 (top level): Do not use with_test_prefix_procname.
5047
64f367a2
PA
50482016-11-09 Pedro Alves <palves@redhat.com>
5049
5050 * gdb.base/commands.exp (gdbvar_simple_if_test)
5051 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5052 (progvar_simple_if_test, progvar_simple_while_test)
5053 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5054 (infrun_breakpoint_command_test, breakpoint_command_test)
5055 (user_defined_command_test, watchpoint_command_test)
5056 (test_command_prompt_position, deprecated_command_test)
5057 (bp_deleted_in_command, temporary_breakpoint_commands)
5058 (stray_arg0_test, source_file_with_indented_comment)
5059 (recursive_source_test, if_commands_test)
5060 (error_clears_commands_left, redefine_hook_test)
5061 (redefine_backtrace_test): Use proc_with_prefix.
5062 * lib/gdb.exp (proc_with_prefix): New proc.
5063
0bb65f1e
AA
50642016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5065
5066 * gdb.base/tui-layout.c: New file.
5067 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5068 disassembly window contains very long lines.
5069
7353f247
TT
50702016-11-08 Tom Tromey <tom@tromey.com>
5071
5072 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5073 depend on Python 2.
5074
30a7bb83
TT
50752016-11-08 Tom Tromey <tom@tromey.com>
5076
5077 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5078 New method.
5079
cdf5a07c
MG
50802016-10-29 Manish Goregaokar <manish@mozilla.com>
5081
2806dc7e 5082 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 5083
51a789c3
MG
50842016-10-27 Manish Goregaokar <manish@mozilla.com>
5085
2806dc7e
PA
5086 * gdb.rust/simple.rs: Add test for univariant enums without
5087 discriminants and for encoded struct-like enums.
51a789c3 5088
f610ab6d
PA
50892016-10-28 Pedro Alves <palves@redhat.com>
5090
5091 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5092 gdb_test_multiple, tighten regexps and match symtabs and line
5093 tables incrementally.
5094
b129b0ca
LM
50952016-10-28 Luis Machado <lgustavo@codesourcery.com>
5096
5097 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5098 general.
5099
ecf45d2c
SL
51002016-10-25 Luis Machado <lgustavo@codesourcery.com>
5101
5102 * gdb.base/exec-invalid-sysroot.exp: New file.
5103
b8d38ee4
JK
51042016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5105
5106 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5107
f90fd8c2
JK
51082016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5109
5110 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5111
2d2476aa
MR
51122016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5113
2806dc7e
PA
5114 * gdb.base/killed-outside.exp: Remove $options from a call to
5115 `prepare_for_testing'.
2d2476aa 5116
e42b25a0
SM
51172016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5118
5119 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5120 Change test message.
5121
3ccdb432
SM
51222016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5123
5124 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5125 Update comment.
5126
5bad3170
SM
51272016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5128
5129 * gdb.trace/mi-trace-save.exp: New file.
5130
5ad9dba7
YQ
51312016-10-13 Yao Qi <yao.qi@linaro.org>
5132
5133 * gdb.base/code_elim.exp (get_var_address): Remove.
5134 * gdb.base/relocate.exp: Likewise.
5135 * gdb.base/shreloc.exp: Likewise.
5136 * lib/gdb.exp (get_var_address): New.
5137
62df7e21
YQ
51382016-10-13 Yao Qi <yao.qi@linaro.org>
5139
5140 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5141 floating point tests if $skip_float_test is false.
5142
4dac951e
LM
51432016-10-12 Luis Machado <lgustavo@codesourcery.com>
5144
5145 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5146 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5147 argc values.
5148 Add 1 to argc so we guarantee distinct initial/modified argc values.
5149
8f1a8fc4
JK
51502016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5151
5152 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5153
16c85b5d
JK
51542016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5155
5156 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5157 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5158 * gdb.arch/vsx-regs.exp: Likewise.
5159
1d0e042a
YQ
51602016-10-07 Yao Qi <yao.qi@linaro.org>
5161
5162 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5163
68dadef5
MM
51642016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5165
5166 * gdb.python/python.exp: Test decode_line("*0").
5167
33fa2c6e
DE
51682016-10-06 Doug Evans <dje@google.com>
5169
5170 * gdb.python/py-value.exp (test_value_creation): Add test for large
5171 unsigned 64-bit value.
5172
9c37b5ae
TT
51732016-10-06 Tom Tromey <tom@tromey.com>
5174
5175 * gdb.compile/compile.exp: Change java tests to rust.
5176 * gdb.base/setshow.exp: Change java tests to rust.
5177 * gdb.base/default.exp: Remove java from language list.
5178 * README (Examples): Update language example.
5179 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5180 test.
5181 * lib/gdb.exp (skip_java_tests): Remove.
5182 * lib/java.exp: Remove.
5183 * gdb.java: Remove.
5184
78b86327
MR
51852016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5186
5187 * gdb.arch/mips-fcr.exp: New test.
5188 * gdb.arch/mips-fcr.c: Source for the new test.
5189
7470adbb
MR
51902016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5191
5192 * gdb.base/solib-disc.exp: Use `standard_output_file'
5193 throughout.
5194
4a556533
PA
51952016-10-06 Pedro Alves <palves@redhat.com>
5196
5197 * gdb.base/jit-simple-dl.c: New file.
5198 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5199 * gdb.base/jit-simple.c: ... this.
5200 * gdb.base/jit-simple.exp (jit_run): Delete.
5201 (build_jit): New proc.
5202 (jit_test_reread): Recompile either the main program or the shared
5203 library, depending on what is being tested. Skip changing address
5204 if caller wants to. Compare before/after addresses. If testing
5205 standalone, explicitly load the binary. Test "maint info
5206 breakpoints".
5207 (top level): Add "standalone vs shared lib" and "change address"
5208 vs "same address" axes.
5209
5a122fbc
PA
52102016-10-06 Pedro Alves <palves@redhat.com>
5211
5212 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5213 call.
5214 (jit_run): Delete.
5215 (jit_test_reread): Use with_test_prefix. Reload the main binary
5216 explicitly. Compare the before/after addresses of the JIT
5217 descriptor.
5218
ee8da4b8
DE
52192016-08-15 Doug Evans <dje@google.com>
5220
5221 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5222 for single bitfields is bool.
5223 * gdb.xml/tdesc-regs.exp: Ditto.
5224
f389f6fe
JK
52252016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5226
5227 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5228
fdebf1a4
YQ
52292016-10-05 Yao Qi <yao.qi@linaro.org>
5230
5231 * lib/gdb.exp (support_complex_tests): Return zero if
5232 gdb_skip_float_test return true.
5233
9c36d954 52342016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5235 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
5236
5237 PR gdb/20487
5238 * gdb.mi/user-selected-context-sync.exp: New file.
5239 * gdb.mi/user-selected-context-sync.c: New file.
5240
4034d0ff 52412016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5242 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
5243
5244 PR gdb/20487
5245 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5246 =thread-select-event check.
5247
a4297203
PB
52482016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5249
5250 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5251 the compulsory L operand changes.
5252 * gdb.arch/powerpc-power.s: Likewise.
5253
bb805577
JK
52542016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5255
5256 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5257 * gdb.base/jit-attach-pie.c: New file.
5258 * gdb.base/jit-attach-pie.exp: New file.
5259
6d61dee5
PA
52602016-09-28 Pedro Alves <palves@redhat.com>
5261
5262 * gdb.base/infcall-input.c: New file.
5263 * gdb.base/infcall-input.exp: New file.
5264
f73842fc
YQ
52652016-09-22 Yao Qi <yao.qi@linaro.org>
5266
5267 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5268 (gdb_exit): Rename it to ...
5269 (gdbserver_gdb_exit): ... Close GDBserver.
5270 (gdb_exit): New proc, call gdbserver_gdb_exit.
5271 (mi_gdb_exit): Likewise.
5272
90681dab
YQ
52732016-09-22 Yao Qi <yao.qi@linaro.org>
5274
5275 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5276 path.
5277 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5278 Remove duplication.
5279
9c211fd8
YQ
52802016-09-22 Yao Qi <yao.qi@linaro.org>
5281
5282 * lib/gdbserver-support.exp: Check the existence of
5283 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5284
ad0a504f
AK
52852016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5286
5287 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5288
36cf1806
TT
52892016-09-21 Tom Tromey <tom@tromey.com>
5290
5291 PR gdb/20604:
5292 * gdb.base/quit.exp: New file.
5293
74172ecf
SM
52942016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5295
5296 * .gitignore: New file.
5297
3d0ec882
MR
52982016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5299
5300 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5301 throughout.
5302
8193adea
AA
53032016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5304
5305 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5306
d41a5c09
JK
53072016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5308
5309 * gdb.cp/casts.cc (decltype): Move it ...
5310 (main): ... with its call to ...
5311 * gdb.cp/casts03.cc: ... a new file.
5312 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5313
d2dfe700
JK
53142016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5315
5316 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5317
e2a92b16
PB
53182016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5319
5320 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5321 and sync up the test with tests in gas/testsuite/gas/ppc.
5322 * gdb.arch/powerpc-power.exp: Likewise.
5323
49b4de64
JK
53242016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5325
5326 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5327
2c29df25
SDJ
53282016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5329 Jan Kratochvil <jan.kratochvil@redhat.com>
5330
5331 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5332 make m1's definition to be different from m2's. Use 'dummy' as an
5333 argument for probe 'two'.
5334
cc3c2846
JB
53352016-09-10 Jon Beniston <jon@beniston.com>
5336
5337 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5338 for sim target.
5339
e1b2624a
AA
53402016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5341
5342 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5343 variable declaration.
5344 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5345 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5346 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5347 received HWCAP as its argument.
5348
4295e285
PA
53492016-09-06 Pedro Alves <palves@redhat.com>
5350
5351 * gdb.base/new-ui-pending-input.c: New file.
5352 * gdb.base/new-ui-pending-input.exp: New file.
5353 * gdb.exp (clear_gdb_spawn_id): New procedure.
5354 (with_spawn_id): Check whether gdb_spawn_id exists before
5355 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5356 on exit.
5357
00d5215e
UW
53582016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5359
5360 * gdb.base/float128.c: New file.
5361 * gdb.base/float128.exp: Likewise.
5362 * gdb.base/floatn.c: Likewise.
5363 * gdb.base/floatn.exp: Likewise.
5364
a9ff5f12
UW
53652016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5366
5367 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5368
f245535c
PA
53692016-09-05 Pedro Alves <palves@redhat.com>
5370
5371 PR backtrace/19927
5372 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5373 unwinders are immediately called as side effect of "source" or
5374 "disable unwinder" commands.
5375 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5376
ae9cf263
YQ
53772016-09-02 Yao Qi <yao.qi@linaro.org>
5378
5379 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5380 is true and $type is "float" or "double".
5381
27aba047
YQ
53822016-09-02 Yao Qi <yao.qi@linaro.org>
5383
5384 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5385 true.
5386 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5387 * gdb.base/call-rt-st.exp: Likewise.
5388 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5389 return value instead of gdb,skip_float_test.
5390 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5391 (do_function_calls): Use its return value instead of
5392 gdb,skip_float_test.
5393 * gdb.base/finish.exp: Likewise.
5394 * gdb.base/funcargs.exp: Likewise.
5395 * gdb.base/return.exp: Likewise.
5396 * gdb.base/return2.exp: Likewise.
5397 * gdb.base/varargs.exp: Likewise.
5398 * lib/gdb.exp (gdb_skip_float_test): Change it to
5399 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5400
5af962df
AA
54012016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5402
5403 * gdb.multi/tids.exp: Test "thread apply all".
5404
7fac6910
JK
54052016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5406
5407 * gdb.base/default.exp (tty): Remove.
5408
bb1fe4ac
KB
54092016-08-24 Kevin Buettner <kevinb@redhat.com>
5410
2806dc7e
PA
5411 * gdb.python/py-recurse-unwind.c: New file.
5412 * gdb.python/py-recurse-unwind.py: New file.
5413 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 5414
0a1ddfa6
SM
54152016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5416
5417 * gdb.base/set-inferior-tty.exp: New file.
5418 * gdb.base/set-inferior-tty.c: New file.
5419
d9de1fe3
PA
54202016-08-23 Pedro Alves <palves@redhat.com>
5421
5422 PR gdb/20494
5423 * gdb.base/new-ui-echo.c: New file.
5424 * gdb.base/new-ui-echo.exp: New file.
5425
e9d9abd7
YQ
54262016-08-23 Yao Qi <yao.qi@linaro.org>
5427
5428 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5429 gdbserver_spawn.
5430 * gdb.server/connect-without-multi-process.exp (do_test):
5431 Likewise.
5432
3589529e
YQ
54332016-08-23 Yao Qi <yao.qi@linaro.org>
5434
5435 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5436 standalone_txt. Delete gdb_txt and standalone_txt on host
5437 and target. Spawn the binary on target. Copy files from
5438 target to host.
5439
6bb90213
PA
54402016-08-22 Pedro Alves <palves@redhat.com>
5441
5442 PR gdb/20505
5443 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5444 with_test_prefix. Factor out bits to ...
5445 (test_no_vdso): ... this new procedure.
5446
20c2c024
CL
54472016-08-19 Carl Love <cel@us.ibm.com>
5448
5449 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5450 maintaining separate logic for constructing the output path.
5451 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5452 * gdb.arch/ppc-dfp.exp: Likewise.
5453 * gdb.arch/ppc-fp.exp: Likewise.
5454 * gdb.arch/vsx-regs.exp: Likewise.
5455 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5456 binprefix for generating the additional binary files.
5457
0646e07d
PA
54582016-08-19 Pedro Alves <palves@redhat.com>
5459
5460 * gdb.trace/mi-trace-frame-collected.exp
5461 (test_trace_frame_collected): On x32, expect two registers.
5462
46da9242
CL
54632016-08-18 Carl Love <cel@us.ibm.com>
5464
5465 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5466 and sync up the test with tests in gas/testsuite/gas/ppc.
5467 * gdb.arch/powerpc-power.exp: Likewise.
5468
eb2332d7
SM
54692016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5470
5471 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5472 expected error message.
5473
63c61e04
SM
54742016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5475
5476 * gdb.multi/remove-inferiors.exp: New file.
5477 * gdb.multi/remove-inferiors.c: New file.
5478
7b17065f
YQ
54792016-08-12 Yao Qi <yao.qi@linaro.org>
5480
5481 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5482 argument list.
5483
01d3dedf
PA
54842016-08-10 Pedro Alves <palves@redhat.com>
5485
5486 PR gdb/19187
5487 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5488 setup_kfails.
5489
3eb7562a
PA
54902016-08-09 Pedro Alves <palves@redhat.com>
5491 Simon Marchi <simon.marchi@ericsson.com>
5492
5493 PR gdb/20418
5494 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5495 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5496
80614914
PA
54972016-08-09 Pedro Alves <palves@redhat.com>
5498
5499 PR mi/20431
5500 * gdb.mi/mi-cmd-error.exp: New file.
5501
f348d89a
PA
55022016-08-09 Pedro Alves <palves@redhat.com>
5503
5504 PR gdb/18653
5505 * gdb.base/signals-state-child.c: New file.
5506 * gdb.base/signals-state-child.exp: New file.
5507 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5508
e5ca03b4
PA
55092016-08-09 Pedro Alves <palves@redhat.com>
5510
5511 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5512
282a0691
TT
55132016-08-03 Tom Tromey <tom@tromey.com>
5514
5515 PR python/18565:
5516 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5517
41bfcd63
YQ
55182016-08-01 Yao Qi <yao.qi@linaro.org>
5519
5520 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5521 variable mode to "multi-process" if $multi_process is 1, otherwise
5522 set it to "single-process".
5523
e3465b24
YQ
55242016-08-01 Yao Qi <yao.qi@linaro.org>
5525
5526 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5527 * gdb.cp/cpexprs.exp: Likewise.
5528 * gdb.cp/m-static.exp: Likewise.
5529
0b31a4bc
TT
55302016-07-26 Tom Tromey <tom@tromey.com>
5531
5532 PR python/20190:
5533 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5534 test.
5535
e0461dbb
MM
55362016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5537
5538 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5539 selecting assembly source files.
5540 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5541 assembly source files.
5542 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5543 assembly source files.
5544 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5545 selecting assembly source files.
5546
8194e927
SM
55472016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5548
5549 * gdb.base/new-ui.exp (do_test_invalid_args): New
5550 procedure.
5551
c0272db5
TW
55522016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5553
5554 * gdb.btrace/reconnect.c: New file.
5555 * gdb.btrace/reconnect.exp: New file.
5556
e3487908
GKB
55572016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5558
5559 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5560 to test_catch_syscall_group.
5561 (test_catch_syscall_group): New.
5562
12df5c00
TT
55632016-07-21 Tom Tromey <tom@tromey.com>
5564
5565 * gdb.rust/simple.rs (main): Use empty struct expression.
5566 * gdb.rust/simple.exp: Add tests for empty struct expression.
5567
bae62ee2
YQ
55682016-07-21 Yao Qi <yao.qi@linaro.org>
5569
5570 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5571 if gdb_skip_xml_test is true on some targets.
5572
b1b53fb3
YQ
55732016-07-21 Yao Qi <yao.qi@linaro.org>
5574
5575 * gdb.server/solib-list.exp: Unset last_loaded_file.
5576
027d97f8
JK
55772016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5578
5579 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5580 "step into captured_main (args)".
5581
7674d381
JK
55822016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5583
5584 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5585
72b5d099
JK
55862016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5587
5588 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5589
1f960ced
PA
55902016-07-19 Pedro Alves <palves@redhat.com>
5591
5592 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5593 * gdb.opt/inline-bt.exp: Likewise.
5594 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5595 additional_flags=-Winline.
5596 * gdb.opt/inline-locals.exp: Likewise.
5597 * gdb.opt/inline-markers.c (ATTR): Define.
5598 (inlined_fn): Use it.
5599
f25827c1
YQ
56002016-07-19 Yao Qi <yao.qi@linaro.org>
5601
5602 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5603 (test_with_self): Remove some code. Remove argument executable.
5604 (top-level): Use do_self_tests.
5605
37539ebe
DB
56062016-07-15 Zachary Welch <zwelch@codesourcery.com>
5607 Don Breazeal <donb@codesourcery.com>
5608
5609 * gdb.base/maint.exp: Escape paths used in regular expressions.
5610 * gdb.stabs/weird.exp: Likewise.
5611
dac790e1
TT
56122016-07-13 Tom Tromey <tom@tromey.com>
5613
5614 PR python/15620, PR python/18620:
5615 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5616 (test_bkpt_events): New procs.
5617
93daf339
TT
56182016-07-13 Tom Tromey <tom@tromey.com>
5619
5620 PR python/17698:
5621 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5622 test.
5623 (test_watchpoints): Likewise.
5624 (test_bkpt_pending): New proc.
5625
6571a381
TT
56262016-07-13 Tom Tromey <tom@tromey.com>
5627
5628 PR cli/18053:
5629 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5630 completion test.
5631
e8732474
JK
56322016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5633
5634 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5635 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5636 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5637 f_label.
5638 (g): Rename g_end_lbl to g_label.
5639 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5640 low_pc and high_pc.
5641 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5642
e0f3fd7c
TT
56432016-07-12 Tom Tromey <tom@tromey.com>
5644
5645 PR python/19293:
5646 * gdb.python/py-unwind-maint.exp: Update tests.
5647
3cfe46b6
YQ
56482016-07-12 Yao Qi <yao.qi@linaro.org>
5649
5650 * lib/selftest-support.exp (selftest_setup): Match the output
5651 when captured_main is inlined.
5652
4f19a0e6
WT
56532016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5654
5655 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5656 New variables.
5657 (print this%a, print this%b, print this): New tests.
5658 * gdb.fortran/derived-types.f90 (this): New object and
5659 initialization.
5660
986cf455
SM
56612016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5662
5663 * gdb.ada/arraydim.exp: Remove extra directory level in build
5664 directory.
5665
f0464b23
SM
56662016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5667
5668 * lib/ada.exp: Remove extra directory level in build directory.
5669 * gdb.ada/cond_lang.exp: Likewise.
5670 * gdb.ada/exec_changed.exp: Likewise.
5671 * gdb.ada/lang_switch.exp: Likewise.
5672
42d94011
MG
56732016-07-06 Manish Goregaokar <manish@mozilla.com>
5674
2806dc7e
PA
5675 * simple.rs: Add test for raw pointer subscripting.
5676 * simple.exp: Add test expectations.
42d94011 5677
647c264c
YQ
56782016-07-05 Yao Qi <yao.qi@linaro.org>
5679
5680 * gdb.mi/mi-reverse.exp: Match =record-started output.
5681
20aa2c60
PA
56822016-07-01 Pedro Alves <palves@redhat.com>
5683
5684 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5685 procedure.
5686 (jit_reader_test): Test the jit reader's unwinder.
5687 * gdb.base/jithost.c (jit_function_00_code): New global.
5688 (main): Use memcpy to fill in the mmapped code, instead of poking
5689 bytes manually here.
5690 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5691 value.
5692 (read_debug_info): Save the function's range.
5693 (read_sp): New function.
5694 (unwind_frame): Use it. Also unwind RBP.
5695 (get_frame_id): Use read_sp.
5696 (gdb_init_reader): Use calloc instead of malloc.
5697 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5698 parameter. Use gdb_test_multiple.
5699
ced2dffb
PA
57002016-07-01 Pedro Alves <palves@redhat.com>
5701 Antoine Tremblay <antoine.tremblay@ericsson.com>
5702
5703 * gdb.threads/process-dies-while-detaching.c: New file.
5704 * gdb.threads/process-dies-while-detaching.exp: New file.
5705
63000888
PA
57062016-07-01 Pedro Alves <palves@redhat.com>
5707
5708 * gdb.multi/watchpoint-multi-exit.c: New file.
5709 * gdb.multi/watchpoint-multi-exit.exp: New file.
5710
038d4868
PA
57112016-06-30 Pedro Alves <palves@redhat.com>
5712
5713 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5714 unset inferior_spawn_id.
5715
994e9c83
PA
57162016-06-30 Pedro Alves <palves@redhat.com>
5717
5718 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5719 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5720
e5653468
YQ
57212016-06-29 Yao Qi <yao.qi@linaro.org>
5722
5723 * gdb.base/return.c: Add copyright header.
5724
803b47e5
TT
57252016-06-29 Tom Tromey <tom@tromey.com>
5726
5727 PR python/20129:
5728 * gdb.python/py-framefilter.exp: Add tests for setting priority
5729 and disabling of non-existent frame filter.
5730
28244707
YQ
57312016-06-29 Yao Qi <yao.qi@linaro.org>
5732
5733 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5734 0x0f07ff.
5735
a31d2f06
YQ
57362016-06-28 Yao Qi <yao.qi@linaro.org>
5737
5738 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5739 triplets. Start gdb, execute catch syscall, and continue. Check
5740 gdb's output to determine catch syscall is supported.
5741
921d8f54
MG
57422016-06-27 Manish Goregaokar <manish@mozilla.com>
5743
25d49b86
PA
5744 * gdb.rust/simple.rs: Add test for returning unit in a function.
5745 * gdb.rust/simple.exp: Add expectation for functions returning
5746 unit.
921d8f54 5747
f4952523
PMR
57482016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5749
5750 * gdb.python/py-breakpoint-create-fail.c,
5751 gdb.python/py-breakpoint-create-fail.exp,
5752 gdb.python/py-breakpoint-create-fail.py: New testcase.
5753
fccb08f8
MG
57542016-06-25 Manish Goregaokar <manish@mozilla.com>
5755
5756 PR gdb/20239
5757 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
5758 * gdb.rust/simple.exp: Add test expectations for new NonZero
5759 tests.
fccb08f8 5760
6b850546
DT
57612016-06-24 David Taylor <dtaylor@emc.com>
5762
5763 * gdb.base/offsets.exp: New file.
5764 * gdb.base/offsets.c: New file.
5765
17621150
TT
57662016-06-23 Tom Tromey <tom@tromey.com>
5767
5768 PR gdb/16483:
5769 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5770 before any filters are loaded.
5771
04d59df6
WT
57722016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5773
5774 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5775 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5776 structs.
5777 * gdb.fortran/derived-type-function.exp: New file.
5778 * gdb.fortran/derived-type-function.f90: New file.
5779
5780
ac69f786
PA
57812016-06-21 Pedro Alves <palves@redhat.com>
5782
5783 * gdb.base/new-ui.exp: New file.
5784 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5785 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5786 (with_spawn_id): New procedure.
5787
49940788
PA
57882016-06-21 Pedro Alves <palves@redhat.com>
5789
5790 * gdb.mi/mi-exec-run.exp: New file.
5791
ef274d26
PA
57922016-06-21 Pedro Alves <palves@redhat.com>
5793
5794 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5795 breakpoint command's output on the main UI.
5796 (test_break): New procedure, factored out from calls in the top
5797 level.
5798 (top level): Use foreach_with_prefix to test MI as main UI and as
5799 separate UI.
5800
468afe6c
PA
58012016-06-21 Pedro Alves <palves@redhat.com>
5802
5803 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5804 (test_awatch_creation_and_listing)
5805 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5806 Remove 'type' parameter.
5807 (test_watchpoint_all): New parameter mi_mode. Remove
5808 with_test_prefix.
5809 (top level): Use foreach_with_prefix, and add main/separate UI MI
5810 testing axis.
5811
51f77c37
PA
58122016-06-21 Pedro Alves <palves@redhat.com>
5813
5814 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5815 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5816 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5817 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5818 (gdb_main_spawn_id, mi_spawn_id): Declare and
5819 comment.
5820 (mi_create_inferior_pty): New procedure,
5821 factored out from default_mi_gdb_start.
5822 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5823 procedures.
5824 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5825 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5826 Use mi_create_inferior_pty.
5827 (mi_gdb_start): Use eval to pass down args list.
5828
8980e177
PA
58292016-06-21 Pedro Alves <palves@redhat.com>
5830
5831 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5832 * gdb.opt/inline-cmds.exp: Add MI tests.
5833
f38d3ad1
PA
58342016-06-21 Pedro Alves <palves@redhat.com>
5835
5836 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5837
45db7c09
PA
58382016-06-21 Pedro Alves <palves@redhat.com>
5839
5840 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5841 (top level): Use it instead of mi_execute_to.
5842
5a069ab3
PA
58432016-06-21 Pedro Alves <palves@redhat.com>
5844
5845 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5846 (cont_handler_str): New.
5847 (signal_stop_handler): Set stop_handler_str instead of printing to
5848 stdout.
5849 (continue_handler): Set cont_handler_str instead of printing to
5850 stdout.
5851 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5852 mi_send_resuming_command. Print stop_handler_str and
5853 cont_handler_str instead of expecting the python events print
5854 directly.
5855
2838cc1d
SD
58562016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5857
5858 * gdb.base/jit-reader.exp: New file.
5859 * gdb.base/jithost.c: New file.
5860 * gdb.base/jithost.h: New file.
5861 * gdb.base/jitreader.c : New file.
5862 * gdb.base/jit-protocol.h: New file.
5863
21a77091
YQ
58642016-06-17 Yao Qi <yao.qi@linaro.org>
5865
5866 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5867 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5868 and detach-on-fork. Adjust tests.
5869 (top level): Invoke break_cond_on_syscall with combinations of
5870 syscall, follow-fork-mode and detach-on-fork.
5871
f50bf8e5
YQ
58722016-06-17 Yao Qi <yao.qi@linaro.org>
5873
5874 * gdb.base/step-over-exit.c: New.
5875 * gdb.base/step-over-exit.exp: New.
5876
a28d8e50
YTL
58772016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5878
5879 * gdb.base/float.exp: Add target check for nds32*-*-*.
5880 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5881
cad8e26d
AB
58822016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5883
5884 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5885 for unsupported target features.
5886 * gdb.base/call-rt-st.exp: Likewise.
5887 * gdb.base/call-sc.exp: Likewise.
5888 * gdb.base/call-signal-resume.exp: Likewise.
5889 * gdb.base/call-strs.exp: Likewise.
5890 * gdb.base/callexit.exp: Likewise.
5891 * gdb.base/callfuncs.exp: Likewise.
5892 * gdb.base/nodebug.exp: Likewise.
5893 * gdb.base/printcmds.exp: Likewise.
5894 * gdb.base/ptype.exp: Likewise.
5895 * gdb.base/structs.exp: Likewise.
5896 * gdb.base/unwindonsignal.exp: Likewise.
5897 * gdb.cp/gdb2495.exp: Likewise.
5898 * gdb.cp/templates.exp: Likewise.
5899 * gdb.cp/virtfunc.exp: Likewise.
5900 * gdb.threads/hand-call-in-threads.exp: Likewise.
5901 * gdb.threads/interrupted-hand-call.exp: Likewise.
5902 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5903
347dc102
TT
59042016-06-10 Tom Tromey <tom@tromey.com>
5905
5906 PR rust/20110:
5907 * gdb.rust/expr.exp: Add test for integer constant larger than
5908 i32.
5909
5e13cf25
BH
59102016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5911
5912 * gdb.fortran/nested-funcs.exp: New.
5913 * gdb.fortran/nested-funcs.f90: New.
5914
bb556f1f
TK
59152016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5916
5917 * gdb.base/examine-backward.c: New file.
5918 * gdb.base/examine-backward.exp: New file.
5919
38b022b4
SM
59202016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5921
5922 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5923 matching.
5924
1b40ec05
TT
59252016-06-02 Tom Tromey <tom@tromey.com>
5926
5927 PR python/18984:
5928 * gdb.python/py-shared.exp: Add solib_name test.
5929
193bd378
SM
59302016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5931
5932 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5933
3326303b
MG
59342016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5935
5936 PR c++/19893
5937 * gdb.dwarf2/implref.exp: Rename to...
5938 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5939 * gdb.dwarf2/implref-array.c: New file.
5940 * gdb.dwarf2/implref-array.exp: Likewise.
5941 * gdb.dwarf2/implref-global.c: Likewise.
5942 * gdb.dwarf2/implref-global.exp: Likewise.
5943 * gdb.dwarf2/implref-struct.c: Likewise.
5944 * gdb.dwarf2/implref-struct.exp: Likewise.
5945
825c8ef2
AT
59462016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5947
5948 * gdb.trace/trace-condition.exp: Add 64bit tests.
5949
2320162a
AT
59502016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5951
5952 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5953 bits types.
5954 (main): Adapt to 8 to 64 bits types.
5955 * gdb.trace/trace-condition.exp: Add new tests.
5956
a7818233
AT
59572016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5958
5959 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5960
0d336466
AT
59612016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5962
5963 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5964 Move condition tests...
5965 * gdb.trace/trace-condition.exp: Here.
5966
7faeb45a
AT
59672016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5968
5969 * gdb.trace/trace-condition.exp: Add counter-case tests.
5970
e385593e
JK
59712016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5972
5973 PR c++/15231
5974 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5975 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5976
744608cc
PA
59772016-05-27 Pedro Alves <palves@redhat.com>
5978
5979 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5980 New procedure.
5981 (top level): Call it, and bail out of DejaGnu is known to be bad.
5982
ac775bf4
AB
59832016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5984
5985 * gdb.base/whatis.c: Extend the test case.
5986 * gdb.base/whatis.exp: Add additional tests.
5987
2bbad2ea
BH
59882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5989
5990* gdb.fortran/type.f90: Add pointer variable.
5991* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5992
8b70175d
BH
59932016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5994
5995 * gdb.fortran/vla-type.exp: Fix testcase name.
5996
86d8a848
BH
59972016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5998
5999 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6000
e188eb36
BH
60012016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6002
6003 * gdb.fortran/type.f90: Add nested structures.
6004 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6005 * gdb.fortran/derived-type.exp: Adapt expected output.
6006 * gdb.fortran/vla-type.exp: Adapt expected output.
6007
9b2db1fd
BH
60082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6009
6010 * gdb.fortran/whatis_type.exp: Adapt expected output.
6011
72b17055
BH
60122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6013
6014 * gdb.fortran/print_type.exp: Fix expected output.
6015 * gdb.fortran/whatis_type.exp: Fix expected output.
6016
3cd81d8d
BH
60172016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6018
6019 * gdb.fortran/whatis_type.exp: Use multi_line.
6020
ddae9462
TT
60212016-05-24 Tom Tromey <tom@tromey.com>
6022
6023 PR python/17386:
6024 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6025 use value as an index.
6026
1957f6b8
TT
60272016-05-23 Tom Tromey <tom@tromey.com>
6028
6029 PR python/17981:
6030 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6031 no-breakpoint case.
6032
026a9174
PA
60332016-05-24 Pedro Alves <palves@redhat.com>
6034
6035 PR gdb/19828
6036 * gdb.threads/clone-attach-detach.c: New file.
6037 * gdb.threads/clone-attach-detach.exp: New file.
6038
e70a7231
FR
60392016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6040
6041 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6042
0f6ed0e0
TT
60432016-05-23 Tom Tromey <tom@tromey.com>
6044
6045 PR python/19438, PR python/18393:
6046 * gdb.python/py-progspace.exp: Add "dir" test.
6047 * gdb.python/py-objfile.exp: Add "dir" test.
6048
ffd19d61
YQ
60492016-05-23 Yao Qi <yao.qi@linaro.org>
6050
6051 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6052 * gdb.arch/thumb2-it.exp: Likewise.
6053
9e8f9b05
SM
60542016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6055
6056 * gdb.mi/mi-threads-interrupt.c: New file.
6057 * gdb.mi/mi-threads-interrupt.exp: New file.
6058
61c6156d
SM
60592016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6060
6061 PR gdb/18077
6062 * gdb.mi/mi-async-run.exp: New file.
6063 * gdb.mi/mi-async-run.c: New file.
6064
67218854
TT
60652016-05-17 Tom Tromey <tom@tromey.com>
6066 Manish Goregaokar <manishsmail@gmail.com>
6067
6068 * lib/rust-support.exp: New file.
6069 * lib/gdb.exp (skip_rust_tests): New proc.
6070 (build_executable_from_specs): Handle rust.
6071 * lib/future.exp (gdb_find_rustc): New proc.
6072 (gdb_default_target_compile): Handle rust.
6073 * gdb.rust/expr.exp: New file.
6074 * gdb.rust/generics.exp: New file.
6075 * gdb.rust/generics.rs: New file.
6076 * gdb.rust/methods.exp: New file.
6077 * gdb.rust/methods.rs: New file.
6078 * gdb.rust/modules.exp: New file.
6079 * gdb.rust/modules.rs: New file.
6080 * gdb.rust/simple.exp: New file.
6081 * gdb.rust/simple.rs: New file.
6082
c44af4eb
TT
60832016-05-17 Tom Tromey <tom@tromey.com>
6084
6085 * gdb.base/default.exp (set language): Add rust.
6086
dcd1f979
TT
60872016-05-17 Tom Tromey <tom@tromey.com>
6088
6089 * gdb.gdb/unittest.exp: New file.
6090
155b7f57
YQ
60912016-05-16 Yao Qi <yao.qi@linaro.org>
6092
6093 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6094 shell_prompt. Update shell_prompt_re.
6095
8ddd5a6c
DE
60962016-05-12 Doug Evans <dje@google.com>
6097
6098 PR symtab/19999
6099 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6100 $options when building executable.
6101 * gdb.dwarf2/fission-loclists-pie.S: New file.
6102 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6103
02e370d9
SM
61042016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6105
6106 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6107 of [is_remote target],
6108
8929ad8b
SM
61092016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6110
6111 * lib/gdb.exp (use_gdb_stub): New procedure.
6112
6c447423
DE
61132016-05-03 Yunlian Jiang <yunlian@google.com>
6114 Doug Evans <dje@google.com>
6115
6116 PR symtab/19914
6117 * gdb.dwarf2/dwp-sepdebug.c: New file.
6118 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6119
444e826c
SM
61202016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6121
6122 * gdb.base/detach.exp: Remove is_remote check.
6123
740feeaa
SM
61242016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6125
6126 * gdb.base/annota-input-while-running.exp: Don't check for
6127 [is_remote target]. Enable annotations after running to main.
6128 Remove unused "set test..." line.
6129
9080ac9d
SM
61302016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6131
6132 * gdb.trace/trace-enable-disable.exp: New file.
6133 * gdb.trace/trace-enable-disable.c: New file.
6134
952ebca5
SM
61352016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6136
6137 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6138 use it in info sharedlibrary test.
6139 * gdb.trace/ftrace-lock.exp: Likewise.
6140 * gdb.trace/ftrace.exp: Likewise.
6141 * gdb.trace/range-stepping.exp: Likewise.
6142 * gdb.trace/trace-break.exp: Likewise.
6143 * gdb.trace/trace-condition.exp: Likewise.
6144 * gdb.trace/trace-mt.exp: Likewise.
6145
d9019901
SM
61462016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6147
6148 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6149 (gdb_load_shlib): ... this.
6150 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6151 gdb_load_shlib.
6152 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6153 * gdb.base/ctxobj.exp: Likewise.
6154 * gdb.base/dprintf-pending.exp: Likewise.
6155 * gdb.base/dso2dso.exp: Likewise.
6156 * gdb.base/fixsection.exp: Likewise.
6157 * gdb.base/gcore-relro.exp: Likewise.
6158 * gdb.base/gdb1555.exp: Likewise.
6159 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6160 * gdb.base/gnu-ifunc.exp: Likewise.
6161 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6162 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6163 * gdb.base/pending.exp: Likewise.
6164 * gdb.base/print-file-var.exp: Likewise.
6165 * gdb.base/print-symbol-loading.exp: Likewise.
6166 * gdb.base/shlib-call.exp: Likewise.
6167 * gdb.base/shreloc.exp: Likewise.
6168 * gdb.base/so-impl-ld.exp: Likewise.
6169 * gdb.base/solib-disc.exp: Likewise.
6170 * gdb.base/solib-nodir.exp: Likewise.
6171 * gdb.base/solib-overlap.exp: Likewise.
6172 * gdb.base/solib-symbol.exp: Likewise.
6173 * gdb.base/solib-weak.exp (do_test): Likewise.
6174 * gdb.base/sym-file.exp: Likewise.
6175 * gdb.base/symtab-search-order.exp: Likewise.
6176 * gdb.base/type-opaque.exp: Likewise.
6177 * gdb.base/unload.exp: Likewise.
6178 * gdb.base/watchpoint-solib.exp: Likewise.
6179 * gdb.compile/compile.exp: Likewise.
6180 * gdb.cp/gdb2384.exp: Likewise.
6181 * gdb.cp/infcall-dlopen.exp: Likewise.
6182 * gdb.cp/re-set-overloaded.exp: Likewise.
6183 * gdb.fortran/library-module.exp: Likewise.
6184 * gdb.opt/solib-intra-step.exp: Likewise.
6185 * gdb.python/py-finish-breakpoint.exp: Likewise.
6186 * gdb.python/py-shared.exp: Likewise.
6187 * gdb.reverse/solib-precsave.exp: Likewise.
6188 * gdb.reverse/solib-reverse.exp: Likewise.
6189 * gdb.server/solib-list.exp: Likewise.
6190 * gdb.threads/dlopen-libpthread.exp: Likewise.
6191 * gdb.threads/tls-shared.exp: Likewise.
6192 * gdb.threads/tls-so_extern.exp: Likewise.
6193 * gdb.trace/change-loc.exp: Likewise.
6194 * gdb.trace/ftrace-lock.exp: Likewise.
6195 * gdb.trace/ftrace.exp: Likewise.
6196 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6197 * gdb.trace/pending.exp: Likewise.
6198 * gdb.trace/range-stepping.exp: Likewise.
6199 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6200 (strace_info_marker): Likewise.
6201 (strace_probe_marker): Likewise.
6202 (strace_trace_on_same_addr): Likewise.
6203 (strace_trace_on_diff_addr): Likewise.
6204 * gdb.trace/trace-break.exp: Likewise.
6205 * gdb.trace/trace-condition.exp: Likewise.
6206 * gdb.trace/trace-mt.exp: Likewise.
6207
fca4cfd9
SM
62082016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6209
6210 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6211 result of gdb_remote_download.
6212 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6213 * gdb.base/dso2dso.exp: Likewise.
6214 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6215 * gdb.base/print-file-var.exp: Likewise.
6216 * gdb.base/shlib-call.exp: Likewise.
6217 * gdb.base/shreloc.exp: Likewise.
6218 * gdb.base/solib-overlap.exp: Likewise.
6219 * gdb.base/solib-weak.exp (do_test): Likewise.
6220 * gdb.base/unload.exp: Likewise.
6221
11cf4ffb
YQ
62222016-04-27 Yao Qi <yao.qi@linaro.org>
6223
6224 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6225 exists.
6226
3e2e34f8
KB
62272016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6228
6229 * vla-type.exp: Print structure from toplevel.
6230
8f07e298
BH
62312016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6232
6233 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6234 of dynamic types.
6235 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6236 of dynamic types.
6237
9920b434
BH
62382016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6239
6240 * gdb.fortran/vla-type.f90: New file.
6241 * gdb.fortran/vla-type.exp: New file.
6242
f3abeff5
YQ
62432016-04-25 Yao Qi <yao.qi@linaro.org>
6244
6245 * gdb.base/branch-to-self.c: New file.
6246 * gdb.base/branch-to-self.exp: New file.
6247
0a5d52f0
YQ
62482016-04-22 Yao Qi <yao.qi@linaro.org>
6249
6250 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6251 more after $hex.
6252
495346f6
YQ
62532016-04-22 Yao Qi <yao.qi@linaro.org>
6254
6255 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6256 * gdb.base/annota3.exp: Likewise.
6257
4a7e075c
YQ
62582016-04-22 Yao Qi <yao.qi@linaro.org>
6259
6260 * gdb.reverse/step-precsave.exp: Do one step and test program
6261 stops in "callee" and do multiple steps until program goes out
6262 of "callee".
6263 * gdb.reverse/step-reverse.exp: Likewise.
6264
5b061e98
YQ
62652016-04-22 Yao Qi <yao.qi@linaro.org>
6266
6267 * gdb.trace/signal.exp: Also pass if
6268 $tracepoint_hits($i) > $iterations.
6269
5c5dc57f
YQ
62702016-04-22 Yao Qi <yao.qi@linaro.org>
6271
6272 * gdb.trace/signal.c: New file.
6273 * gdb.trace/signal.exp: New file.
6274
a55411b9
DE
62752016-04-19 Doug Evans <xdje42@gmail.com>
6276
6277 * gdb.base/bad-file.exp: New file.
6278
a22df60a
MG
62792016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6280
6281 * gdb.dwarf2/implref.exp: New file.
6282
0c13f7e5
BH
62832016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6284
6285 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6286 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6287 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6288 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6289 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6290 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6291 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6292 * lib/fortran.exp (fortran_int4): New procedure.
6293 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6294 (fortran_logical4): Likewise.
6295
9b9b09e9
BH
62962016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6297
6298 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6299
a14d1f4d
BH
63002016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6301
6302 * lib/compiler.c: Add Intel specific preprocessor macros.
6303 * lib/compiler.cc: Likewise.
25d49b86 6304
7d49b1d0
LM
63052016-04-13 Luis Machado <lgustavo@codesourcery.com>
6306
6307 * gdb.server/connect-with-no-symbol-file.c: New file.
6308 * gdb.server/connect-with-no-symbol-file.exp: New file.
6309
8392fa22
SM
63102016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6311
6312 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6313
8c4c4aeb
SM
63142016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6315
6316 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6317 standard output directory.
6318
45e3745e
AT
63192016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6320
6321 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6322
e26b7e41
MM
63232016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6324
6325 * gdb.btrace/instruction_history.c (loop): Add declaration.
6326
8ce09462
AT
63272016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6328
6329 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6330
2e88a1ea
SM
63312016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6332
6333 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6334 parentheses to print.
6335 (continue_handler): Likewise.
6336
f48e22e3
SM
63372016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6338
6339 * gdb.server/solib-list.exp: Remove is_remote check.
6340 Pass shlib= to gdb_compile. Don't link shared library with
6341 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6342 Run binary filename through "readlink -f" on the target.
6343
096be756
PA
63442016-04-08 Pedro Alves <palves@redhat.com>
6345
6346 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6347 interpreter filename as argument to gdbserver_spawn.
6348 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6349 Return empty if $last_loaded_file does not exist.
6350
06500533
JK
63512016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6352
6353 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6354 * gdb.base/jit-main.c: Use exit after usage.
6355
2d35e871
JK
63562016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6357
6358 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6359 GDBHISTSIZE prior to the tests.
6360 * gdb.base/gdbinit-history.exp: Likewise.
6361
63622016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
6363
6364 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6365 instead of build_executable. Use gdb_load_shlibs.
6366
c8064e7e
YQ
63672016-04-07 Yao Qi <yao.qi@linaro.org>
6368
6369 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6370 Execute "si" command.
6371
bde47561
YQ
63722016-04-07 Yao Qi <yao.qi@linaro.org>
6373
6374 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6375 number instead of the comments on some line.
6376
b16f8a3b
DB
63772016-04-06 Don Breazeal <donb@codesourcery.com>
6378
6379 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6380 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6381
c2f901df
SM
63822016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6383
6384 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6385 standard_output_file. Remove unused binfile variable.
6386
ac17fda0
CU
63872016-04-05 Catalin Udma <catalin.udma@freescale.com>
6388
6389 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6390 * gdb.python/py-mi-objfile.exp: Match "list main" output
6391 in console format.
6392
03a8c4df
SM
63932016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6394
6395 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6396 absolute.
6397
6e774b13
SM
63982016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6399
6400 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6401 absolute.
6402 * gdb.trace/ftrace.exp: Likewise.
6403 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6404 targets as well.
6405 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6406 (gdb_load_shlibs): Copy libraries to test directory when testing
6407 natively. Only set solib-search-path if testing remotely.
6408 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6409
7817ea46
SM
64102016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6411
6412 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6413 gdb_download. Use it even if the target is not remote.
6414 * gdb.base/jit.exp (compile_jit_test): Likewise.
6415 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6416 output directory if the destination board is local, otherwise use
6417 the standard remote_download from DejaGnu.
6418 (gdb_download): Remove.
6419 (gdb_load_shlibs): Use gdb_remote_download instead of
6420 gdb_download.
6421 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6422 Use gdb_remote_download instead of gdb_download. Use it even if
6423 the target is not remote.
6424 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6425 instead of gdb_download.
6426
7beb7f68
SM
64272016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6428
6429 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6430 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6431 run.
6432
cc63428a
AV
64332016-04-01 Artemiy Volkov <artemiyv@acm.org>
6434
6435 PR gdb/19820
6436 * gdb.base/printcmds.exp: Add artificial arrays tests.
6437
64cdf930
PA
64382016-03-31 Pedro Alves <palves@redhat.com>
6439
6440 PR gdb/19858
6441 * gdb.base/jit-main.c: Include unistd.h.
6442 (ATTACH): Define to 0 if not already defined.
6443 (wait_for_gdb, mypid): New globals.
6444 (WAIT_FOR_GDB): New macro.
6445 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6446 some breakpoint locations.
6447 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6448 New procedures.
6449 (one_jit_test): Add REATTACH parameter, and handle it. Use
6450 continue_to_test_location.
6451 (top level): Test attach, and adjusts calls to one_jit_test.
6452
40dea8cb
PA
64532016-03-31 Pedro Alves <palves@redhat.com>
6454
6455 PR gdb/19858
6456 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6457 BINSUFFIX parameter, and handle it.
6458 (top level): Adjust calls compile_jit_test.
6459
e7ea3ec7
CU
64602016-03-31 Catalin Udma <catalin.udma@freescale.com>
6461
6462 PR python/19743
6463 * gdb.python/py-mi-events-gdb.py: New file.
6464 * gdb.python/py-mi-events.c: New file.
6465 * gdb.python/py-mi-events.exp: New file.
6466
e6359af3
YQ
64672016-03-30 Yao Qi <yao.qi@linaro.org>
6468
6469 * gdb.reverse/until-precsave.exp: Match function name only.
6470 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6471 Move malloc to a condition block.
6472 * gdb.reverse/until-reverse.exp: Match function name only.
6473
a4105d04
MK
64742016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6475
6476 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6477 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6478 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6479 variable for GPR 0 instead of assuming it is register 0.
6480 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6481 * lib/trace-support.exp: Add s390 registers.
6482
bfa6adb9
YQ
64832016-03-29 Yao Qi <yao.qi@linaro.org>
6484
6485 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6486
1e6697ea
YQ
64872016-03-24 Yao Qi <yao.qi@linaro.org>
6488
6489 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6490 test message.
6491
64bcd522
AA
64922016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6493
6494 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6495 maintaining separate logic for constructing the output path.
6496
7868401b
DB
64972016-03-16 Don Breazeal <donb@codesourcery.com>
6498
6499 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6500 Retry fork and waitpid on interrupted system call errors.
6501 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6502 Use with_timeout_factor to increase timeout by factor of 10.
6503
1cafadb4
DB
65042016-03-15 Don Breazeal <donb@codesourcery.com>
6505
6506 * gdb.cp/scope-err.cc: New test program.
6507 * gdb.cp/scope-err.exp: New test script.
6508 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6509 lines and "set breakpoint here" comment.
6510 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6511 Fixed some whitespace and format issues.
6512 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6513 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6514
81516450
DE
65152016-03-15 Doug Evans <dje@google.com>
6516
6517 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6518 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6519 All callers updated. Add tests for enums, mixed flags register.
6520
aa52b601
DE
65212016-03-15 Doug Evans <dje@google.com>
6522
6523 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6524 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6525
fa4ff313
SM
65262016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6527
6528 * gdb.base/default.exp: Add $_as_string to the list of expected
6529 convenience functions.
6530
f2403c39
AB
65312016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6532
6533 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6534
f2f3ccb9
SM
65352016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6536
6537 * gdb.python/py-as-string.exp: New file.
6538 * gdb.python/py-as-string.c: New file.
6539
00dbd492
PA
65402016-03-09 Pedro Alves <palves@redhat.com>
6541
6542 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6543 signal" -> "Thread NN received signal" output change.
6544 * gdb.threads/ia64-sigill.exp: Likewise.
6545 * gdb.threads/linux-dp.exp: Likewise.
6546 * gdb.threads/manythreads.exp: Likewise.
6547 * gdb.threads/pending-step.exp: Likewise.
6548 * gdb.threads/print-threads.exp: Likewise.
6549 * gdb.threads/sigstep-threads.exp: Likewise.
6550 * gdb.threads/staticthreads.exp: Likewise.
6551 * gdb.threads/tls.exp: Likewise.
6552
1e6697ea
YQ
65532016-03-09 Pedro Alves <palves@redhat.com>
6554
6555 * gdb.base/command-line-input.exp: New file.
6556
b04fd3be
MK
65572016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6558
6559 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6560 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6561 * gdb.trace/pending.exp: Accept leading dot before function name.
6562 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6563 * lib/trace-support.exp: Set registers for ppc.
6564
98fa59e9
MK
65652016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6566
6567 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6568 use it for disassembly; accept .main in addition to main in backtrace.
6569
f77198c8
MK
65702016-03-09 Wei-cheng Wang <cole945@gmail.com>
6571 Marcin Kościelnicki <koriakin@0x04.net>
6572
6573 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6574 (gdb_recursion_test_ptr): New global variable.
6575 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6576 gdb_recursion_test.
6577 (gdb_c_test): Ditto.
6578
ba84e0da
MK
65792016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6580
6581 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6582 ordering.
6583
4366d36e
MK
65842016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6585
6586 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6587 (bar): Add bar_start_lbl label.
6588 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6589 of foo/bar for emitting DWARF and tracing.
6590
5eb264df
SDJ
65912016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6592
6593 * analyze-racy-logs.py: Set executable bit.
6594
fb6a751f
SDJ
65952016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6596
6597 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6598 (CHECK_TARGET_TMP): Likewise.
6599 (check-single-racy): New rule.
6600 (check-parallel-racy): Likewise.
6601 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6602 (do-check-parallel-racy): New rule.
6603 (check-racy/%.exp): Likewise.
6604 * README (Racy testcases): New section.
6605 * analyze-racy-logs.py: New file.
6606
bdf7e230
DE
66072016-03-03 Doug Evans <dje@google.com>
6608
6609 * gdb.base/skip.exp: Use with_test_prefix.
6610
4719d415
YQ
66112016-03-03 Yao Qi <yao.qi@linaro.org>
6612
6613 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6614 Invoke step_over_syscall "clone" and break_cond_on_syscall
6615 "clone".
6616 * gdb.base/step-over-clone.c: New file.
6617
ea507862
YQ
66182016-03-03 Yao Qi <yao.qi@linaro.org>
6619
6620 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6621 code format.
6622
8fc8cbda
YQ
66232016-03-03 Yao Qi <yao.qi@linaro.org>
6624
6625 * gdb.base/disp-step-fork.c: Rename to ...
6626 * gdb.base/step-over-fork.c: ... it. New file.
6627 * gdb.base/disp-step-vfork.c: Rename to ...
6628 * gdb.base/step-over-vfork.c: ... it. New file.
6629 * gdb.base/disp-step-syscall.exp: Rename to ...
6630 * gdb.base/step-over-syscall.exp: ... it. New file.
6631 (disp_step_cross_syscall): Rename to ...
6632 (step_over_syscall): ... it.
6633
92fa70b0
YQ
66342016-03-03 Yao Qi <yao.qi@linaro.org>
6635
6636 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6637 If target supports condition evaluation on target, invoke
6638 break_cond_on_syscall for fork and vfork.
6639
e197ad3c
YQ
66402016-03-03 Yao Qi <yao.qi@linaro.org>
6641
6642 * gdb.base/disp-step-syscall.exp: Don't invoke
6643 support_displaced_stepping.
6644 (disp_step_cross_syscall): Test with displaced stepping off and
6645 on if supported.
6646
0b47da9f
YQ
66472016-03-03 Yao Qi <yao.qi@linaro.org>
6648
6649 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6650 proc.
6651 (setup): New proc.
6652 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6653 and setup.
6654
065ab6dc
BH
66552016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6656
6657 * gdb.fortran/vla-history.exp: Remove breakpoint.
6658
07e448ad 66592016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6660
25d49b86
PA
6661 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6662 exceeds timeout.
07e448ad 6663
9ac2d526 66642016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6665
25d49b86
PA
6666 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6667 breakpoint.
9ac2d526 6668
17807369
BH
66692016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6670
6671 * gdb.mi/vla.f90: Nullify pointer after declaration.
6672
86e501af
PA
66732016-03-01 Pedro Alves <palves@redhat.com>
6674
6675 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6676
1e903e32
PA
66772016-03-01 Pedro Alves <palves@redhat.com>
6678
6679 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6680 before anything else.
6681 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6682 _GNU_SOURCE here.
6683 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6684 before anything else.
6685 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6686
6ccb54e2
PA
66872016-03-01 Pedro Alves <palves@redhat.com>
6688
6689 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6690
30ca9da1
YQ
66912016-03-01 Yao Qi <yao.qi@linaro.org>
6692
6693 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6694 prepare_for_testing.
6695
dc856b38
YQ
66962016-03-01 Yao Qi <yao.qi@linaro.org>
6697
6698 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6699
4a932159
AA
67002016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6701
6702 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6703 manually constructing the output path.
6704
f2489477
AA
67052016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6706
6707 * gdb.arch/s390-stackless.S: New.
6708 * gdb.arch/s390-stackless.exp: New.
6709
38899f16
IB
67102016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6711
6712 * gdb.dlang/circular.c: New file.
6713 * gdb.dlang/circular.exp: New file.
6714
9fde51ed
YQ
67152016-02-26 Yao Qi <yao.qi@linaro.org>
6716
6717 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6718 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6719 (testcases): Update.
6720
ce90fefe
YQ
67212016-02-26 Yao Qi <yao.qi@linaro.org>
6722
6723 * gdb.reverse/aarch64.c: Rename to ...
6724 * gdb.reverse/insn-reverse.c: ... it.
6725 * gdb.reverse/aarch64.exp: Rename to ...
6726 * gdb.reverse/insn-reverse.exp: ... it.
6727
3263bceb
YQ
67282016-02-26 Yao Qi <yao.qi@linaro.org>
6729
6730 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6731 (testcase_ftype): New.
6732 (testcases): New array.
6733 (n_testcases): New.
6734 (main): Call each element in testcases.
6735 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6736 (read_testcase): New.
6737 Do the tests in a loop.
6738
6cb59ff1
YQ
67392016-02-25 Yao Qi <yao.qi@linaro.org>
6740
6741 * gdb.base/branches.c: Remove.
6742
ae91f625
MK
67432016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6744
6745 PR gdb/13808
6746 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6747
678b48b7
MK
67482016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6749
6750 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6751
7337a6f2
MK
67522016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6753
6754 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6755 change x86_64 call_insn to 'callq'.
6756
861ca91f
AT
67572016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6758
6759 * gdb.trace/tfile-avx.c: Move to...
6760 * gdb.trace/tracefile-pseudo-reg.c: Here.
6761 * gdb.trace/tfile-avx.exp: Move to...
6762 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6763
bf74e428
GB
67642016-02-24 Gary Benson <gbenson@redhat.com>
6765
6766 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6767 message on attach.
6768
cce0e923
DE
67692016-02-23 Doug Evans <dje@google.com>
6770
6771 * gdb.base/skip.c (test_skip): New function.
6772 (end_test_skip_file_and_function): New function.
6773 (test_skip_file_and_function): New function.
6774 * gdb.base/skip1.c (test_skip): New function.
6775 (skip1_test_skip_file_and_function): New function.
6776 * gdb.base/skip.exp: Add tests for new skip options.
6777 * gdb.base/skip-solib.exp: Update expected output.
6778 * gdb.perf/skip-command.cc: New file.
6779 * gdb.perf/skip-command.exp: New file.
6780 * gdb.perf/skip-command.py: New file.
6781
4000e47e
MK
67822016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6783
6784 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6785 info registers pattern.
6786
24f75ead
IB
67872016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6788
6789 * lib/future.exp: Add D support.
6790 (gdb_find_gdc): New proc.
6791 (gdb_default_target_compile): Add D support.
6792
fbb7bcbe
WW
67932016-02-18 Wei-cheng Wang <cole945@gmail.com>
6794
6795 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6796 user+system time.
6797 (trace_speed_test): Determine the iteration count for a time
6798 between 15..30 seconds.
6799
012b3a21
WT
68002016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6801
6802 * gdb.arch/i386-mpx-sigsegv.c: New file.
6803 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6804 * gdb.arch/i386-mpx-simple_segv.c: New file.
6805 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6806
2d5189bd
YQ
68072016-02-18 Yao Qi <yao.qi@linaro.org>
6808
6809 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6810 Don't call setup_kfail.
6811
40fb20d0
YQ
68122016-02-18 Yao Qi <yao.qi@linaro.org>
6813
6814 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6815 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6816
21b1f8d2
DE
68172016-02-16 Doug Evans <dje@google.com>
6818
6819 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6820 * gdb.base/skip1.c: Ditto.
6821 * gdb.base/skip.exp: Whitespace cleanup.
6822
4041ed77
DB
68232016-02-16 Don Breazeal <donb@codesourcery.com>
6824
6825 PR remote/19496
6826 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6827 Remove kfail for PR remote/19496.
6828
c4ef31bf
SM
68292016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6830
6831 * lib/gdb.exp (standard_temp_file): Return a path specific to
6832 the runtest invocation.
6833
266b65b3
SM
68342016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6835
6836 * gdb.trace/save-trace.exp: Change relative path to be in the
6837 standard output directory.
6838
a7a0a6a9
JK
68392016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6840
6841 * gdb.arch/i386-prologue.c: Add missing prototypes.
6842
c99dbb42
JK
68432016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6844
6845 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6846 * gdb.arch/i386-prologue.exp: Likewise.
6847 * gdb.arch/i386-size.exp: Likewise.
6848
aa480355
SM
68492016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6850
6851 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6852 define object file path.
6853 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6854 file path.
6855 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6856 standard_output_file to define binfile.
6857
ba881f50
JK
68582016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6859
6860 Fix compatibility with recent gfortran-5.3.1.
6861 * gdb.fortran/vla-history.exp (print vla1 allocated)
6862 (print vla2 allocated, print $2, print $3): Remove
6863 (print $4): Rename to ...
6864 (print $2): ... here.
6865 (print $9): Rename to ...
6866 (print $5): ... here.
6867 (print $10): Rename to ...
6868 (print $6): ... here.
6869 * gdb.fortran/vla.f90: Add pvla initialization.
6870
e9fb005c
JK
68712016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6872
6873 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6874 New test.
6875 * gdb.fortran/vla-value-sub.exp: Likewise.
6876
e44e00ff
MK
68772016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6878
6879 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6880
97e94151
SM
68812016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6882
6883 * i386-biarch-core.exp: Define corefile using
6884 standard_output_file.
6885
01113bc1
YQ
68862016-02-12 Yao Qi <yao.qi@linaro.org>
6887
6888 * gdb.arch/arm-single-step-kernel-helper.c: New.
6889 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6890
33b4777c
MM
68912016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6892
6893 * gdb.btrace/tailcall-only.exp: New.
6894 * gdb.btrace/tailcall-only.c: New.
6895 * gdb.btrace/x86_64-tailcall-only.S: New.
6896 * gdb.btrace/i686-tailcall-only.S: New.
6897
acc23c11
PA
68982016-02-11 Pedro Alves <palves@redhat.com>
6899
6900 * README (Parallel testing): Add missing double quotes.
6901
e352bf0a
PA
69022016-02-11 Pedro Alves <palves@redhat.com>
6903
6904 * README (Parallel testing): New section.
6905 (GDB_PARALLEL): Rewrite.
6906 (FORCE_PARALLEL): Document.
6907
9f5fed78
MK
69082016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6909
6910 * gdb.trace/tfile-avx.c: New test.
6911 * gdb.trace/tfile-avx.exp: New test.
6912
9ef9e6a6
KS
69132016-02-09 Keith Seitz <keiths@redhat.com>
6914
6915 PR breakpoints/19546
6916 * gdb.base/infcall-exec.c: New file.
6917 * gdb.base/infcall-exec2.c: New file.
6918 * gdb.base/infcall-exec.exp: New file.
6919
a96e36da
KS
69202016-02-09 Keith Seitz <keiths@redhat.com>
6921
6922 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6923 (toplevel): Call test_bkpt_address.
6924
9f61929f
KS
69252016-02-09 Keith Seitz <keiths@redhat.com>
6926
6927 PR python/19506
6928 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6929 (toplevel): Call test_bkpt_address.
6930
1e94266c
SM
69312016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6932
6933 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6934 to AC_OUTPUT.
6935 * configure: Regenerate.
6936
2a7f3dff
PA
69372016-02-09 Pedro Alves <palves@redhat.com>
6938
6939 PR breakpoints/19548
6940 * gdb.base/execl-update-breakpoints.c (some_function): New
6941 function.
6942 (main): Call it.
6943 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6944 Tighten expected GDB output.
6945
2151ccc5
SM
69462016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6947
6948 * Makefile.in (ALL_SUBDIRS): Remove.
6949 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6950 (distclean maintainer-clean realclean): Likewise.
6951 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6952 * configure: Regenerate.
6953 * gdb.ada/Makefile.in: Delete.
6954 * gdb.arch/Makefile.in: Likewise.
6955 * gdb.asm/Makefile.in: Likewise.
6956 * gdb.base/Makefile.in: Likewise.
6957 * gdb.btrace/Makefile.in: Likewise.
6958 * gdb.cell/Makefile.in: Likewise.
6959 * gdb.compile/Makefile.in: Likewise.
6960 * gdb.cp/Makefile.in: Likewise.
6961 * gdb.disasm/Makefile.in: Likewise.
6962 * gdb.dlang/Makefile.in: Likewise.
6963 * gdb.dwarf2/Makefile.in: Likewise.
6964 * gdb.fortran/Makefile.in: Likewise.
6965 * gdb.gdb/Makefile.in: Likewise.
6966 * gdb.go/Makefile.in: Likewise.
6967 * gdb.guile/Makefile.in: Likewise.
6968 * gdb.java/Makefile.in: Likewise.
6969 * gdb.linespec/Makefile.in: Likewise.
6970 * gdb.mi/Makefile.in: Likewise.
6971 * gdb.modula2/Makefile.in: Likewise.
6972 * gdb.multi/Makefile.in: Likewise.
6973 * gdb.objc/Makefile.in: Likewise.
6974 * gdb.opencl/Makefile.in: Likewise.
6975 * gdb.opt/Makefile.in: Likewise.
6976 * gdb.pascal/Makefile.in: Likewise.
6977 * gdb.perf/Makefile.in: Likewise.
6978 * gdb.python/Makefile.in: Likewise.
6979 * gdb.reverse/Makefile.in: Likewise.
6980 * gdb.server/Makefile.in: Likewise.
6981 * gdb.stabs/Makefile.in: Likewise.
6982 * gdb.threads/Makefile.in: Likewise.
6983 * gdb.trace/Makefile.in: Likewise.
6984 * gdb.xml/Makefile.in: Likewise.
6985 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6986 GDB_PARALLEL.
6987 (standard_output_file): Remove check for GDB_PARALLEL, always
6988 return path in outputs/$subdir/$testname.
6989
437277d4
SM
69902016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6991
6992 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6993 (site.exp): Assign abs_srcdir to tcl's srcdir.
6994
31d913c7
YQ
69952016-02-04 Yao Qi <yao.qi@linaro.org>
6996
6997 * gdb.base/foll-exec-mode.c: Include limits.h.
6998 (main): Add parameters argc and argv. Get directory from
6999 argv[0].
7000 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7001 compilation.
7002 * gdb.base/foll-exec.c: Include limits.h.
7003 (main): Add parameters argc and argv.
7004 Get directory from argv[0].
7005 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7006 Adjust tests on the number of lines as source code changed.
7007 * gdb.base/foll-vfork-exit.c: Include limits.h.
7008 (main): Add one line of statement before vfork.
7009 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7010 (main): Add parameters argc and argv. Get directory from
7011 argv[0].
7012 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7013 (setup_gdb): Set tbreak to skip some source lines.
7014 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7015 (main): Add parameters argc and argv. Get directory from
7016 argv[0].
7017 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7018 compilation.
7019 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7020 (main): Add parameters argc and argv. Get directory from
7021 argv[0].
7022 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7023 compilation.
7024
9482b9fb
DE
70252016-02-01 Doug Evans <dje@google.com>
7026
7027 * gdb.base/skip.exp: Clean up multiple references to same test name.
7028
6b2e4f10
PA
70292016-02-01 Pedro Alves <palves@redhat.com>
7030
ccb6afd6 7031 PR remote/19496
6b2e4f10
PA
7032 * gdb.threads/forking-threads-plus-breakpoint.exp
7033 (displaced_stepping_supported): New global.
7034 (probe_displaced_stepping_support): New procedure.
7035 (do_test): Add 'displaced' parameter, and use it.
7036 (top level): Check for displaced stepping support. Add displaced
7037 stepping on/off testing axis.
7038
37a8db1a
AB
70392016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7040
7041 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7042 pointer. Don't perform further tests on the unassociated pointer
7043 if the first test fails.
7044
5fdf6324
AB
70452016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7046
7047 * gdb.base/max-value-size.c: New file.
7048 * gdb.base/max-value-size.exp: New file.
7049 * gdb.base/huge.exp: Disable max-value-size for this test.
7050
935c6144
IB
70512016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7052
7053 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7054
7fe8399d
YQ
70552016-01-28 Yao Qi <yao.qi@linaro.org>
7056
7057 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7058
a2077e25
PA
70592016-01-25 Pedro Alves <palves@redhat.com>
7060
7061 PR threads/19461
7062 * gdb.base/fork-running-state.c: New file.
7063 * gdb.base/fork-running-state.exp: New file.
7064
1d2736d4
PA
70652016-01-25 Pedro Alves <palves@redhat.com>
7066
7067 PR gdb/19494
7068 * gdb.base/catch-fork-kill.c: New file.
7069 * gdb.base/catch-fork-kill.exp: New file.
7070
f1da4b11
PA
70712016-01-25 Pedro Alves <palves@redhat.com>
7072
7073 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7074 Delete, moved to lib/gdb.exp.
7075 * gdb.threads/forking-threads-plus-breakpoint.exp
7076 (foreach_with_prefix): Likewise.
7077 * gdb.threads/process-dies-while-handling-bp.exp
7078 (foreach_with_prefix): Likewise.
7079 * lib/gdb.exp (foreach_with_prefix): New procedure.
7080
45f38546
MK
70812016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7082
7083 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7084 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7085
dc29a1ce
MK
70862016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7087
7088 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7089 endian targets.
7090
092127d7
JK
70912016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7092 Pedro Alves <palves@redhat.com>
7093
7094 Fix testsuite compatibility with Guile.
7095 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7096 number.
7097
31d765d3
JK
70982016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7099
7100 Fix testsuite compatibility with Guile.
7101 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7102 (thread 1): New test for backtrace through signal handler.
7103
1ac78c04
YQ
71042016-01-22 Yao Qi <yao.qi@linaro.org>
7105
7106 PR testsuite/19491
7107 * gdb.base/multi-forks.c: Include
7108 ../lib/unbuffer_output.c
7109 (main): Call gdb_unbuffer_output.
7110
4f5946a8
DE
71112016-01-21 Doug Evans <dje@google.com>
7112
7113 * lib/ada.exp (gdb_compile_ada): Fix typo.
7114
305e13e6
JB
71152016-01-21 Joel Brobecker <brobecker@adacore.com>
7116
7117 * gdb.base/break-fun-addr.exp: New file.
7118 * gdb.base/break-fun-addr1.c: New file.
7119 * gdb.base/break-fun-addr2.c: New file.
7120
5f5dfff6
SM
71212016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7122
7123 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7124 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7125 enum flag values.
7126
fd356fa2
AA
71272016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7128
7129 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7130 when GDB can not set the vector return value. Add more comments
7131 for clarification.
7132
9df22175
AT
71332016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7134
7135 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7136 command.
7137
41d1845e
SM
71382016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7139
7140 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7141
01ac6840
SM
71422016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7143
7144 * Makefile.in (check-single): Pass --status to runtest.
7145 (check/%.exp): Likewise.
7146
71472016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7148
7149 * Makefile.in (check-parallel): Propagate return code from make
7150 do-check-parallel.
7151
bd0a71fa
MK
71522016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7153
7154 * gdb.trace/ftrace.exp: Fix expected message on continue.
7155 * gdb.trace/pending.exp: Fix expected message on continue.
7156 * gdb.trace/trace-break.exp: Fix expected message on continue.
7157
8bcbad33
SM
71582016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7159
7160 * lib/gdb.exp (gdb_test): Remove unused global references.
7161
f303dbd6
PA
71622016-01-18 Pedro Alves <palves@redhat.com>
7163
7164 * gdb.base/async-shell.exp: Adjust expected output.
7165 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7166 * gdb.base/siginfo-thread.exp: Adjust expected output.
7167 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7168 * gdb.java/jnpe.exp: Adjust expected output.
7169 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7170 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7171 * gdb.threads/leader-exit.exp: Adjust expected output.
7172 * gdb.threads/manythreads.exp: Adjust expected output.
7173 * gdb.threads/pthreads.exp: Adjust expected output.
7174 * gdb.threads/schedlock.exp: Adjust expected output.
7175 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7176 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7177 expected output.
7178 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7179 output.
7180 * gdb.threads/sigthread.exp: Adjust expected output.
7181 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7182
b2789696
YQ
71832016-01-18 Yao Qi <yao.qi@linaro.org>
7184
7185 * gdb.guile/scm-section-script.c: Replace @progbits with
7186 %progbits.
7187 * gdb.python/py-section-script.c: Likewise.
7188
71ef29a8
PA
71892016-01-15 Pedro Alves <palves@redhat.com>
7190
7191 * gdb.multi/tids.exp: Test star wildcard ranges.
7192
3f5b7598
PA
71932016-01-15 Pedro Alves <palves@redhat.com>
7194
7195 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7196 command from "thread apply" invocation.
7197 (thr_apply_info_thr_invalid): Default the expected output to the
7198 input tid list.
7199 (top level): Add tests that use convenience variables. Add tests
7200 for "thread apply" with a valid TID list, but missing the command.
7201
663f6d42
PA
72022016-01-13 Pedro Alves <palves@redhat.com>
7203
7204 * gdb.base/default.exp: Expect $_gthread as well.
7205 * gdb.multi/tids.exp: Test $_gthread.
7206 * gdb.threads/thread-specific.exp: Test $_gthread.
7207
c84f6bbf
PA
72082016-01-13 Pedro Alves <palves@redhat.com>
7209
7210 * gdb.multi/tids.exp: Test "info threads -gid".
7211
22a02324
PA
72122016-01-13 Pedro Alves <palves@redhat.com>
7213
7214 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7215 Breakpoint.thread.
7216 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7217
5d5658a1
PA
72182016-01-07 Pedro Alves <palves@redhat.com>
7219
7220 * gdb.base/break.exp: Adjust to output changes.
7221 * gdb.base/hbreak2.exp: Likewise.
7222 * gdb.base/sepdebug.exp: Likewise.
7223 * gdb.base/watch_thread_num.exp: Likewise.
7224 * gdb.linespec/keywords.exp: Likewise.
7225 * gdb.multi/info-threads.exp: Likewise.
7226 * gdb.threads/thread-find.exp: Likewise.
7227 * gdb.multi/tids.c: New file.
7228 * gdb.multi/tids.exp: New file.
7229
84654457
PA
72302016-01-13 Pedro Alves <palves@redhat.com>
7231
7232 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7233
e3940304
PA
72342016-01-13 Pedro Alves <palves@redhat.com>
7235
7236 * gdb.base/default.exp: Expect $_inferior as well.
7237 * gdb.multi/base.exp: Test $_inferior.
7238
a911d87a
PA
72392016-01-13 Pedro Alves <palves@redhat.com>
7240
7241 PR breakpoints/19388
7242 * gdb.base/catch-signal-siginfo-cond.c: New file.
7243 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7244
82075af2
JS
72452016-01-12 Josh Stone <jistone@redhat.com>
7246 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7247
7248 * gdb.base/catch-syscall.c (do_execve): New variable.
7249 (main): Conditionally trigger an execve.
7250 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7251 (test_catch_syscall_execve): New, check entry/return across execve.
7252 (do_syscall_tests): Call test_catch_syscall_execve.
7253
e46eeedd
PA
72542016-01-12 Pedro Alves <palves@redhat.com>
7255
7256 * gdb.base/random-signal.exp (do_test): New procedure, with body
7257 of testcase moved in.
7258
01d8c27e
JK
72592016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7260 Pedro Alves <palves@redhat.com>
7261
7262 * gdb.base/funcargs.exp (finish from indirectly called function):
7263 Reintroduce the case for 'First'.
7264
9a706302
JK
72652016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7266 Pedro Alves <palves@redhat.com>
7267
7268 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7269 (tcatch_vfork_then_child_follow_exec)
7270 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7271 identification.
7272
c0ecb95f
JK
72732016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7274
7275 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7276 and repeats to unlimited.
7277 * gdb.python/py-value.exp: Likewise.
7278 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7279 and repeats to unlimited.
7280
6cfc1fcb
JK
72812016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7282
7283 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7284 and reordering the functions.
7285 * gdb.multi/hangout.c: Likewise.
7286 * gdb.multi/hello.c: Likewise.
7287
582a1b00
SM
72882016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7289
7290 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7291 absolute.
7292 (SingleStatisticTestResult.report): Use dict.keys instead of
7293 dict.iterkeys.
7294
79bc59cb
PA
72952016-01-06 Pedro Alves <palves@redhat.com>
7296
7297 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7298
43368e1d
MM
72992016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7300
7301 * gdb.btrace/dlopen.exp: New.
7302 * gdb.btrace/dlopen.c: New.
7303 * gdb.btrace/dlopen-dso.c: New.
7304
79fad5b8
SL
73052015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7306
7307 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7308 PATTERN argument is optional.
7309
ab8314b3
JB
73102015-12-24 Joel Brobecker <brobecker@adacore.com>
7311
7312 * lib/ada.exp (target_compile_ada_from_dir): New function.
7313 (gdb_compile_ada): Reimplement avoiding the use of project files.
7314 * gdb.ada/gnat_ada.gpr: Delete.
7315 * gdb.ada/cond_lang.exp: Adjust test to make path before
7316 filename optional.
7317 * gdb.ada/small_reg_param.exp: Likewise.
7318
fe33faff
SM
73192015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7320
7321 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7322
6d265cb4
TP
73232015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7324
7325 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7326 case.
7327
10125099
SM
73282015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7329
7330 * gdb.base/break.exp: Remove dead code.
7331 * gdb.base/sepdebug.exp: Likewise.
7332
3ca22649
SM
73332015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7334
7335 * gdb.asm/asm-source.exp: Remove HP-UX references.
7336 * gdb.base/annota1.exp: Likewise.
7337 * gdb.base/annota3.exp: Likewise.
7338 * gdb.base/attach.exp: Likewise.
7339 * gdb.base/bigcore.exp: Likewise.
7340 * gdb.base/break.exp: Likewise.
7341 * gdb.base/call-ar-st.exp: Likewise.
7342 * gdb.base/callfuncs.exp: Likewise.
7343 * gdb.base/catch-fork-static.exp: Likewise.
7344 * gdb.base/display.exp: Likewise.
7345 * gdb.base/foll-exec-mode.exp: Likewise.
7346 * gdb.base/foll-exec.exp: Likewise.
7347 * gdb.base/foll-fork.exp: Likewise.
7348 * gdb.base/foll-vfork.exp: Likewise.
7349 * gdb.base/funcargs.exp: Likewise.
7350 * gdb.base/hbreak2.exp: Likewise.
7351 * gdb.base/inferior-died.exp: Likewise.
7352 * gdb.base/interrupt.exp: Likewise.
7353 * gdb.base/multi-forks.exp: Likewise.
7354 * gdb.base/nodebug.exp: Likewise.
7355 * gdb.base/sepdebug.exp: Likewise.
7356 * gdb.base/solib1.c: Likewise.
7357 * gdb.base/step-test.exp: Likewise.
7358 * gdb.mi/non-stop.c: Likewise.
7359 * gdb.mi/pthreads.c: Likewise.
7360 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7361 * gdb.threads/pthreads.c: Likewise.
7362 * gdb.threads/staticthreads.exp: Likewise.
7363 * lib/future.exp: Likewise.
7364 * lib/gdb.exp: Likewise.
7365 * gdb.base/so-indr-cl.c: Remove.
7366 * gdb.base/so-indr-cl.exp: Likewise.
7367 * gdb.base/solib.c: Likewise.
7368 * gdb.base/solib.exp: Likewise.
7369 * gdb.base/solib2.c: Likewise.
7370
b6304613
SM
73712015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7372
7373 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7374 * gdb.base/call-ar-st.exp: Likewise.
7375 * gdb.base/callfuncs.exp: Likewise.
7376 * gdb.base/condbreak.exp: Likewise.
7377 * gdb.base/constvars.exp: Likewise.
7378 * gdb.base/hbreak2.exp: Likewise.
7379 * gdb.base/langs.exp: Likewise.
7380 * gdb.base/list.exp: Likewise.
7381 * gdb.base/long_long.exp: Likewise.
7382 * gdb.base/ptype.exp: Likewise.
7383 * gdb.base/scope.exp: Likewise.
7384 * gdb.base/signals.exp: Likewise.
7385 * gdb.base/so-impl-ld.exp: Likewise.
7386 * gdb.base/varargs.exp: Likewise.
7387 * gdb.base/volatile.exp: Likewise.
7388 * gdb.base/whatis.exp: Likewise.
7389 * gdb.cp/cplusfuncs.exp: Likewise.
7390 * gdb.cp/inherit.exp: Likewise.
7391 * gdb.cp/local.exp: Likewise.
7392 * gdb.cp/member-ptr.exp: Likewise.
7393 * gdb.cp/method.exp: Likewise.
7394 * gdb.cp/overload.exp: Likewise.
7395 * gdb.cp/templates.exp: Likewise.
7396 * gdb.stabs/weird.exp: Likewise.
7397 * lib/compiler.c: Likewise.
7398 * lib/compiler.cc: Likewise.
7399 * lib/cp-support.exp: Likewise.
7400 * lib/gdb.exp: Likewise.
7401
bf401b07
SM
74022015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7403
7404 * configure.ac: Remove HP-UX case.
7405 * configure: Regenerate.
7406
aff9c0f8
SM
74072015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7408
7409 * lib/gdb.exp (gdb_compile): Add function doc.
7410
a6904d5a
PA
74112015-12-17 Pedro Alves <palves@redhat.com>
7412
7413 PR threads/19354
7414 * gdb.multi/info-threads.exp: New file.
7415
a22279dd
YQ
74162015-12-15 Yao Qi <yao.qi@linaro.org>
7417
7418 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7419 is aarch64*-*-*.
7420
0588c796
SL
74212015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7422
7423 * gdb.base/history-duplicates.exp: Skip if no readline support.
7424
5d978e17
SL
74252015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7426
7427 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7428
7e763b86
SL
74292015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7430
7431 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7432
87a3a92c
SL
74332015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7434
7435 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7436 ctrl-C if nointerrupts target property is set.
7437 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7438 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7439 * gdb.base/paginate-bg-execution.exp: Likewise.
7440 * gdb.base/paginate-execution-startup.exp: Likewise.
7441 * gdb.base/random-signal.exp: Likewise.
7442 * gdb.base/range-stepping.exp: Likewise.
7443 * gdb.cp/annota2.exp: Likewise.
7444 * gdb.cp/annota3.exp: Likewise.
7445 * gdb.gdb/selftest.exp: Likewise.
7446 * gdb.threads/continue-pending-status.exp: Likewise.
7447 * gdb.threads/leader-exit.exp: Likewise.
7448 * gdb.threads/manythreads.exp: Likewise.
7449 * gdb.threads/pthreads.exp: Likewise.
7450 * gdb.threads/schedlock.exp: Likewise.
7451 * gdb.threads/sigthread.exp: Likewise.
7452
a8f077dc
DB
74532015-12-11 Don Breazeal <donb@codesourcery.com>
7454
7455 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7456 remote.
7457 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7458 * gdb.base/foll-exec.exp (main): Enable for target remote.
7459 * gdb.base/foll-fork.exp (main): Likewise.
7460 * gdb.base/foll-vfork.exp (main): Likewise.
7461 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7462 (proc continue_to_exit_bp_loc): Use clean_restart.
7463 * gdb.base/pie-execl.exp (main): Disable for target remote.
7464 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7465 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7466 * gdb.threads/execl.exp (main): Likewise.
7467 * gdb.threads/fork-child-threads.exp (main): Likewise.
7468 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7469 remote.
7470 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7471 remote.
7472 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7473 pid.tid style ptids, instead of just tid.
7474 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7475 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7476 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7477 ptids, instead of just tid.
7478
3b2464a8
AB
74792015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7480
7481 * gdb.base/list.exp (test_list_forward): Add end of file error
7482 test.
7483 (test_repeat_list_command): Add end of file error test.
7484 (test_list_backwards): Add beginning of file error test.
7485
a0def019
AB
74862015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7487
7488 * gdb.base/list.exp (test_list_invalid_args): New function,
7489 defined, and called.
7490
5c000dff
AB
74912015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7492
7493 * gdb.base/list.exp (test_list): Make test names unique.
7494
f1637ebe
YQ
74952015-12-11 Yao Qi <yao.qi@linaro.org>
7496
7497 * gdb.base/coremaker2.c: Remove.
7498
36d6fc0a
PA
74992015-12-10 Pedro Alves <palves@redhat.com>
7500
7501 * gdb.multi/base.exp: Remove stale "spaces" references.
7502
762f7747
PA
75032015-12-10 Pedro Alves <palves@redhat.com>
7504
7505 * gdb.multi/base.exp: Don't use nowarnings.
7506 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7507 * gdb.multi/hangout.c: Include stdio.h.
7508 * gdb.multi/hello.c: Include stdlib.h.
7509 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7510 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7511 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7512
28d2bfb9
AB
75132015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7514
7515 * gdb.dwarf2/dw2-ranges-base.c: New file.
7516 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7517 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7518 support additional line table, and debug ranges generation.
7519 (Dwarf::ranges): New function, generate .debug_ranges.
7520 (Dwarf::lines): Support generating simple line table programs.
7521 (Dwarf::assemble): Initialise new namespace variables.
7522
5fc2beac
KB
75232015-12-09 Kevin Buettner <kevinb@redhat.com>
7524
7525 * gdb.base/async.exp (proc test_background): Add case for
7526 asynchronous execution not supported.
7527
1c35a88f
LM
75282015-12-09 Luis Machado <lgustavo@codesourcery.com>
7529
7530 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7531 format and change test names to make them unique.
7532
b593e3d9
RK
75332015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7534 Pedro Alves <pedro@redhat.com>
7535
7536 PR gdb/18702
7537 Add checking of floatformats setup on x86_64 hosts.
7538 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7539 (smallval, bigval): New labels/constants.
7540 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7541 float" after loading bigval and smallval.
7542
d72413e6
PMR
75432015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7544
7545 * gdb.ada/fun_overload_menu.exp: New testcase.
7546 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7547
ece66d65
JS
75482015-12-04 Josh Stone <jistone@redhat.com>
7549
7550 * gdb.base/catch-fork-static.exp: New.
7551
41d0efca
YQ
75522015-12-03 Yao Qi <yao.qi@linaro.org>
7553
7554 * gdb.base/sizeof.c: Don't include stdio.h and
7555 ../lib/unbuffer_output.c.
7556 (main): New variable 'size' and 'value'. Remove printf and
7557 gdb_unbuffer_output. Assign return value to size and value.
7558 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7559 at the beginning.
7560 (check_sizeof): Check the result by printing variable 'size'.
7561 (check_valueof): Check the result by printing variable 'value'.
7562
99fd02d9
YQ
75632015-12-01 Yao Qi <yao.qi@linaro.org>
7564
7565 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7566 for aarch64*-*-linux* target.
7567
f2faf941
PA
75682015-11-30 Pedro Alves <palves@redhat.com>
7569
7570 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7571
04bf20c5
PA
75722015-11-30 Pedro Alves <palves@redhat.com>
7573
7574 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7575 Handle non-stop mode vCont replies.
7576
09df4675
PA
75772015-11-30 Pedro Alves <palves@redhat.com>
7578
7579 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7580 prepare_for_testing. Start gdb with "set non-stop on" appended to
7581 GDBFLAGS. Lax expected stop output.
7582
58b584af
YQ
75832015-11-27 Yao Qi <yao.qi@linaro.org>
7584
7585 * gdb.arch/arm-neon.exp: New.
7586 * gdb.arch/arm-neon.c: New.
7587
dfcb77a8
YQ
75882015-11-27 Yao Qi <yao.qi@linaro.org>
7589
7590 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7591
88e8ec1b
YQ
75922015-11-27 Yao Qi <yao.qi@linaro.org>
7593
7594 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7595 frames-invalid annotation.
7596
bfde72c2
YQ
75972015-11-27 Yao Qi <yao.qi@linaro.org>
7598
7599 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7600
f6512a69
SM
76012015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7602
7603 * gdb.threads/names.exp: New file.
7604 * gdb.threads/names.c: New file.
7605 * README: Mention gdb,no_thread_names.
7606
46a3515b
MM
76072015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7608
7609 PR 19297
7610 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7611 support" error.
7612
62147a22
PA
76132015-11-24 Pedro Alves <palves@redhat.com>
7614
7615 PR 17539
7616 * gdb.base/display.exp: Expect displays to be sorted in ascending
7617 order. Use multi_line.
7618 * gdb.base/solib-display.exp: Likewise.
7619
2f341b6e
PA
76202015-11-24 Pedro Alves <palves@redhat.com>
7621
7622 PR 17539
25d49b86
PA
7623 * gdb.base/display.exp: Expect displays to be sorted in ascending
7624 order. Use multi_line.
7625 * gdb.base/solib-display.exp: Likewise.
2f341b6e 7626
7e0aa6aa
PA
76272015-11-24 Pedro Alves <palves@redhat.com>
7628
7629 PR 17539
7630 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7631 threads in ascending order.
7632 * gdb.base/foll-fork.exp: Likewise.
7633 * gdb.base/foll-vfork.exp: Likewise.
7634 * gdb.base/multi-forks.exp: Likewise.
7635 * gdb.mi/mi-nonstop.exp: Likewise.
7636 * gdb.mi/mi-nsintrall.exp: Likewise.
7637 * gdb.multi/base.exp: Likewise.
7638 * gdb.multi/multi-arch.exp: Likewise.
7639 * gdb.python/py-inferior.exp: Likewise.
7640 * gdb.threads/break-while-running.exp: Likewise.
7641 * gdb.threads/execl.exp: Likewise.
7642 * gdb.threads/gcore-thread.exp: Likewise.
7643 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7644 * gdb.threads/kill.exp: Likewise.
7645 * gdb.threads/linux-dp.exp: Likewise.
7646 * gdb.threads/multiple-step-overs.exp: Likewise.
7647 * gdb.threads/next-bp-other-thread.exp: Likewise.
7648 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7649 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7650 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7651 * gdb.threads/thread-find.exp: Likewise.
7652 * gdb.threads/tls.exp: Likewise.
7653 * lib/mi-support.exp (mi_reverse_list): Delete.
7654 (mi_check_thread_states): No longer reverse list.
7655
2cc57ad8
PA
76562015-11-24 Pedro Alves <palves@redhat.com>
7657
7658 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7659 use lowercase.
7660
c93e8391
SM
76612015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7662
7663 * gdb.trace/actions.c: Include trace-common.h.
7664 (main): Add a location for a fast tracepoint.
7665 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7666 the normal tracepoints.
7667 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7668
045ccf91
SM
76692015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7670
7671 * save-trace.exp: Factor out code to these...
7672 (gdb_save_tracepoints): New.
7673 (gdb_load_tracepoints): New.
7674 (do_save_load_test): New.
7675
5506f9f6
KB
76762015-11-23 Kevin Buettner <kevinb@redhat.com>
7677
7678 * gdb.base/asmlabel.exp: New test.
7679 * gdb.base/asmlabel.c: New test case.
7680
16c3b12f
JB
76812015-11-23 Joel Brobecker <brobecker@adacore.com>
7682
7683 * gdb.base/wrong_frame_bt_full-main.c: New file.
7684 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7685 * gdb.base/wrong_frame_bt_full.exp: New file.
7686
155bfbd3
JB
76872015-11-23 Joel Brobecker <brobecker@adacore.com>
7688
7689 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7690
bb097445
JM
76912015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7692
206853a0 7693 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
7694 pstate register when comparing registers values in
7695 sparc64-*-linux-gnu targets to avoid spurious differences.
7696
9c88ed8f
JM
76972015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7698
206853a0 7699 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 7700
96161e25
SL
77012015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7702
7703 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7704 as type argument to gdb_compile.
7705 * gdb.base/nested-subp2.exp: Likewise.
7706 * gdb.base/nested-subp3.exp: Likewise.
7707
340c2830
DV
77082015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7709
7710 * lib/dwarf.exp (_note): Fix left shift of negative value.
7711 * gdb.trace/trace-condition.exp: Likewise.
7712
c1862d0f
YQ
77132015-11-13 Yao Qi <yao.qi@linaro.org>
7714
7715 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7716 comments about d10v.
7717 (test_scalar_returns): Likewise.
7718 * gdb.base/d10v.ld: Remove.
7719 * gdb.base/overlays.exp: Remove the target triplet checking for
7720 d10v-*-*.
7721 * gdb.base/structs.exp (test_struct_returns): Remove the
7722 comments about d10v.
7723 (test_struct_calls): Likewise.
7724
77ae9c19
YQ
77252015-11-13 Yao Qi <yao.qi@linaro.org>
7726
7727 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7728 * gdb.base/gnu_vector.c: Don't include stdio.h.
7729 (main): Don't print res and call add_some_intvecs.
7730
430e004e
MK
77312015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7732
7733 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7734 macro.
7735 (func5): Removed.
7736 (func4): Use FAST_TRACEPOINT_LABEL.
7737 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7738 macro.
7739 (func): Removed.
7740 (thread_function): Use FAST_TRACEPOINT_LABEL.
7741 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7742 (func): Remove.
7743 (marker): Use FAST_TRACEPOINT_LABEL.
7744 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7745 (pendfunc1): Remove.
7746 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7747 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7748 (foo): Remove.
7749 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7750 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7751 macro.
7752 (func): Remove.
7753 (marker): Use FAST_TRACEPOINT_LABEL.
7754 * gdb.trace/trace-common.h: New header.
7755 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7756 macro.
7757 (func): Remove.
7758 (marker): Use FAST_TRACEPOINT_LABEL.
7759 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7760 (func): Remove.
7761 (thread_function): Use FAST_TRACEPOINT_LABEL.
7762
6e7675a7
MK
77632015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7764
7765 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7766 in front.
7767 * gdb.trace/change-loc.exp: Use global pcreg definition.
7768 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7769 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7770 in front.
7771 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7772 * gdb.trace/pending.exp: Likewise.
7773 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7774 * gdb.trace/trace-break.exp: Likewise.
7775 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7776 in front.
7777 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7778 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7779 in front.
7780 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7781
dddc0e16
JB
77822015-11-09 Joel Brobecker <brobecker@adacore.com>
7783
7784 * gdb.ada/fin_fun_out: New testcase.
7785
c6f0b406
KB
77862015-11-07 Kevin Buettner <kevinb@redhat.com>
7787
7788 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7789 value associated with DW_AT_byte_size.
7790 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7791 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7792 DW_AT_upper_bound.
7793
f01dcfd9
KB
77942015-11-07 Kevin Buettner <kevinb@redhat.com>
7795
7796 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7797 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7798 version.
7799 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7800 gdb.dwarf2/dw2-canonicalize-type.exp,
7801 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7802 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7803 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7804 provided by gdb_target_symbol_prefix_flags_asm.
7805 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7806 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7807 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7808 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7809 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7810 macros where needed). Use this macro for symbols which require
7811 the prefix provided by SYMBOL_PREFIX.
7812
2223449a
KB
78132015-11-05 Kevin Buettner <kevinb@redhat.com>
7814
7815 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7816 New procs.
7817 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7818 representing expressions, of more than one list element.
7819 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7820 to prepend linker symbol prefix to f.
7821 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7822 table_1 and table_2.
7823 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7824 Likewise, for f and g.
7825 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7826 for ptr.
7827 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7828 for main.
7829 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7830 table_1_ptr and table_2_ptr.
7831
6f2f1a3a
JK
78322015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7833 Joel Brobecker <brobecker@adacore.com>
7834
7835 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7836
566c56c9
MK
78372015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7838
7839 * gdb.reverse/s390-mvcle.c: New test.
7840 * gdb.reverse/s390-mvcle.exp: New file.
7841 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7842
d5f0636b
MK
78432015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7844
7845 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7846
7ad8b86c
MK
78472015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7848
7849 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7850 reaching marker2.
7851 * gdb.reverse/getresuid-reverse.exp: Likewise.
7852 * gdb.reverse/pipe-reverse.exp: Likewise.
7853 * gdb.reverse/readv-reverse.exp: Likewise.
7854 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7855 * gdb.reverse/time-reverse.exp: Likewise.
7856 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7857
4081c0f1
YQ
78582015-10-30 Yao Qi <yao.qi@linaro.org>
7859
7860 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7861 (empty_cycle): Remove.
7862 (main): Don't call empty_cycle. Don't use watch_count_done.
7863 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7864 empty_cycle. Rewrite the code counting HW watchpoints.
7865
452b4ba5
MK
78662015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7867
7868 * gdb.reverse/fstatat-reverse.c: New test.
7869 * gdb.reverse/fstatat-reverse.exp: New file.
7870 * gdb.reverse/getresuid-reverse.c: New test.
7871 * gdb.reverse/getresuid-reverse.exp: New file.
7872 * gdb.reverse/pipe-reverse.c: New test.
7873 * gdb.reverse/pipe-reverse.exp: New file.
7874 * gdb.reverse/readv-reverse.c: New test.
7875 * gdb.reverse/readv-reverse.exp: New file.
7876 * gdb.reverse/recvmsg-reverse.c: New test.
7877 * gdb.reverse/recvmsg-reverse.exp: New file.
7878 * gdb.reverse/time-reverse.c: New test.
7879 * gdb.reverse/time-reverse.exp: New file.
7880 * gdb.reverse/waitpid-reverse.c: New test.
7881 * gdb.reverse/waitpid-reverse.exp: New file.
7882
5e2e7507
JK
78832015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7884
7885 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7886
0fde2c53
DE
78872015-10-26 Doug Evans <dje@google.com>
7888
7889 PR symtab/17391
7890 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7891 * gdb.dwarf2/bad-regnum.c: New file.
7892 * gdb.dwarf2/bad-regnum.exp: New file.
7893
1a70ae97
DE
78942015-10-26 Doug Evans <dje@google.com>
7895
7896 PR python/18938
7897 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7898 file.
7899
27dc26ab
JK
79002015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7901
7902 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7903 for a change by "Mention language in compile error message".
7904
bed91f4d
SM
79052015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7906
7907 PR python/18073
7908 * gdb.python/py-type.c (C::a_method): New.
7909 (C::a_const_method): New.
7910 (C::a_static_method): New.
7911 (a_function): New.
7912 * gdb.python/py-type.exp (test_fields): Test getting fields
7913 from function and method.
7914
3f2f83dd
KB
79152015-10-21 Keven Boell <keven.boell@intel.com>
7916
7917 * gdb.fortran/vla-alloc-assoc.exp: New file.
7918 * gdb.fortran/vla-datatypes.exp: New file.
7919 * gdb.fortran/vla-datatypes.f90: New file.
7920 * gdb.fortran/vla-history.exp: New file.
7921 * gdb.fortran/vla-ptype-sub.exp: New file.
7922 * gdb.fortran/vla-ptype.exp: New file.
7923 * gdb.fortran/vla-sizeof.exp: New file.
7924 * gdb.fortran/vla-sub.f90: New file.
7925 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7926 * gdb.fortran/vla-value-sub-finish.exp: New file.
7927 * gdb.fortran/vla-value-sub.exp: New file.
7928 * gdb.fortran/vla-value.exp: New file.
7929 * gdb.fortran/vla-ptr-info.exp: New file.
7930 * gdb.mi/mi-vla-fortran.exp: New file.
7931 * gdb.mi/vla.f90: New file.
7932
27145d50
SL
79332015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7934
7935 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7936 of hardwired timeout value.
7937
5f3ff4f8
JK
79382015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7939 Pedro Alves <palves@redhat.com>
7940
7941 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7942 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7943
bfd09d20
JS
79442015-10-19 Josh Stone <jistone@redhat.com>
7945
7946 * gdb.base/catch-syscall.c: Include <sched.h>.
7947 (unknown_syscall): New variable.
7948 (main): Trigger a vfork and an unknown syscall.
7949 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7950 (unknown_syscall_number): Likewise.
7951 (check_call_to_syscall): Accept an optional syscall pattern.
7952 (check_return_from_syscall): Likewise.
7953 (check_continue): Likewise.
7954 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7955 (test_catch_syscall_skipping_return): New test toggling off 'catch
7956 syscall' to step over the syscall return, then toggling back on.
7957 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7958 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7959 (do_syscall_tests): Call test_catch_syscall_without_args and
7960 test_catch_syscall_mid_vfork.
7961 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7962 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7963
b32b93c6
AS
79642015-10-19 Andrew Stubbs <ams@codesourcery.com>
7965
7966 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7967 print g_vE): Add new pass patterns.
7968 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7969 print various symbol names for vptr fields.
7970
9d622bda
AB
79712015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7972
7973 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7974 results.
7975
0fd8ac1c
YQ
79762015-10-12 Yao Qi <yao.qi@linaro.org>
7977
7978 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7979
34240514
YQ
79802015-10-12 Yao Qi <yao.qi@linaro.org>
7981
7982 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7983 is aarch64*-*-linux*.
7984
8240f442
YQ
79852015-10-12 Yao Qi <yao.qi@linaro.org>
7986
7987 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7988 (can_relocate_bcond_true): ... it.
7989 (can_relocate_bcond_false): New function.
7990 (foo): Likewise.
7991 (can_relocate_bl): Likewise.
7992 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7993 can_relocate_bl.
7994
2520f728
PMR
79952015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7996
7997 * gdb.base/nested-addr.c: New file.
7998 * gdb.base/nested-addr.exp: New testcase.
7999
abcef95a
MM
80002015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8001
8002 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8003 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8004 its output. Ignore the output of "record goto begin" and instead
8005 check that GDB is replaying.
8006
145e3ddb
PA
80072015-10-09 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8010 (top level): Use it in the run with no args test.
8011
d5d8c4e1
IB
80122015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8013
8014 * gdb.dlang/properties.exp: New file.
8015
06e635ef
SL
80162015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8017
8018 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8019 whether or not address 0x1000 is mapped on the target.
8020
e019fd1d
SM
80212015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8022
8023 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8024 build.
8025
77ba2a67
MM
80262015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8027
8028 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8029 instruction-history test.
8030
c60eb31f
DE
80312015-09-28 Doug Evans <dje@google.com>
8032
8033 * gdb.base/gcore.c (array_func): Add reference to static_array.
8034
9a3c8263
SM
80352015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8036
8037 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8038 source line.
8039
9720e656
SL
80402015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8041
8042 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8043 short or char as base type.
8044
938d3bf2
SL
80452015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8046
8047 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8048 to allow any size enum.
8049
e6c2c623
PMR
80502015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8051
8052 * gdb.ada/array_ptr_renaming.exp: New testcase.
8053 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8054 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8055
06da0f77
PL
80562015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8057
8058 * gdb.trace/ftrace-lock.c: New file.
8059 * gdb.trace/ftrace-lock.exp: New file.
8060
4f51c22a
PL
80612015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8062
8063 * gdb.arch/insn-reloc.c: New file.
8064 * gdb.arch/ftrace-insn-reloc.exp: New file.
8065
7041adf4
PL
80662015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8067
8068 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8069 instruction.
8070 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8071 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8072 * gdb.trace/range-stepping.c: Likewise.
8073 * gdb.trace/trace-break.c: Likewise.
8074 * gdb.trace/trace-mt.c (thread_function): Likewise.
8075 * gdb.trace/ftrace.c (marker): Likewise.
8076 * gdb.trace/trace-condition.c (marker): Likewise.
8077 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8078 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8079 is_aarch64_target.
8080
015d2e7e
DE
80812015-09-18 Doug Evans <xdje42@gmail.com>
8082
8083 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8084 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8085
26b188a2
SL
80862015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8087
8088 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8089 the breakpoint.
8090
79dc332b
SL
80912015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8092
8093 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8094 the pending breakpoint. Remove timeout override for "Run till
8095 MI pending breakpoint on pendfunc3 on thread 2" test.
8096
f57929f2
SL
80972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8098
8099 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8100 filename pattern.
8101
3f469b17
SL
81022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8103
8104 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8105 in breakpoint filename pattern.
8106
515b89b3
SL
81072015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8108
7800dbe4
SL
8109 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8110
81112015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8112
515b89b3
SL
8113 * gdb.linespec/explicit.exp: Check for readline support for
8114 tab-completion tests. Fix obvious typo.
8115
d2939ba2
MM
81162015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8117
8118 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8119 and replay.
8120
cbb55fa7
MM
81212015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8122
8123 * gdb.btrace/non-stop.c: New.
8124 * gdb.btrace/non-stop.exp: New.
8125
43691ca1
PL
81262015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8127 Yao Qi <yao.qi@linaro.org>
8128
8129 * gdb.trace/trace-condition.c: New file.
8130 * gdb.trace/trace-condition.exp: New file.
8131
d78908cf
WW
81322015-09-16 Wei-cheng Wang <cole945@gmail.com>
8133
8134 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8135 for testing bytecode compilation.
8136
1ed415e2
PA
81372015-09-16 Pedro Alves <palves@redhat.com>
8138 Sandra Loosemore <sandra@codesourcery.com>
8139
8140 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8141 (SECONDS): Redefine.
8142 (main): Call pthread_kill and alarm early.
8143 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8144 support.
8145 (test): If the target can't hardware step and doesn't support
8146 displaced stepping, increase the timeout.
8147
d136eff5
PA
81482015-09-16 Pedro Alves <palves@redhat.com>
8149
8150 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8151 (enable_debug): New procedures.
8152 (test): Use them. Bail out if waiting for threads fails.
8153 (top level): Bail out if a test fails.
8154
991f019c
YQ
81552015-09-16 Yao Qi <yao.qi@linaro.org>
8156
8157 * gdb.asm/asm-source.exp: Set asm-arch for
8158 aarch64*-*-* target.
8159 * gdb.asm/aarch64.inc: New file.
8160
bfca584f
PMR
81612015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8162
8163 * gdb.ada/array_of_variable_length.exp: New testcase.
8164 * gdb.ada/array_of_variable_length/foo.adb: New file.
8165 * gdb.ada/array_of_variable_length/pck.adb: New file.
8166 * gdb.ada/array_of_variable_length/pck.ads: New file.
8167
b326e587
DE
81682015-09-15 Doug Evans <dje@google.com>
8169
8170 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8171 of function static local variable.
8172
5382cfab
PW
81732015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8174
8175 * gdb.threads/tls-so_extern.exp: New test file.
8176 * gdb.threads/tls-so_extern.c: New test file.
8177 * gdb.threads/tls-so_extern_main.c: New test file.
8178
141c5cc4
JK
81792015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8180
8181 * gdb.opt/solib-intra-step-lib.c: New file.
8182 * gdb.opt/solib-intra-step-main.c: New file.
8183 * gdb.opt/solib-intra-step.exp: New file.
8184
d15dcecd
PA
81852015-09-15 Pedro Alves <palves@redhat.com>
8186
8187 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8188 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8189
4c2f2a79
PA
81902015-09-14 Pedro Alves <palves@redhat.com>
8191
8192 * gdb.base/hook-stop-continue.c: Delete.
8193 * gdb.base/hook-stop-continue.exp: Delete.
8194 * gdb.base/hook-stop-frame.c: Delete.
8195 * gdb.base/hook-stop-frame.exp: Delete.
8196 * gdb.base/hook-stop.c: New file.
8197 * gdb.base/hook-stop.exp: New file.
8198
919e6dbe
PMR
81992015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8200
8201 * gdb.ada/access_to_packed_array.exp: New testcase.
8202 * gdb.ada/access_to_packed_array/foo.adb: New file.
8203 * gdb.ada/access_to_packed_array/pack.adb: New file.
8204 * gdb.ada/access_to_packed_array/pack.ads: New file.
8205
157280a4
MM
82062015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8207
8208 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8209 buffer size test.
8210
2fd33e94
DB
82112015-09-11 Don Breazeal <donb@codesourcery.com>
8212
8213 * gdb.base/foll-exec.c: Add copyright header. Fix
8214 formatting issues.
8215 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8216 (do_exec_tests): Use clean_restart in place of zap_session,
8217 and for test initialization. Fix formatting issues. Use
8218 fail in place of perror.
8219 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8220 an expect statement to match an expression with output from
8221 the program under debug.
8222 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8223 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8224 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8225 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8226 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8227
e70b6e8e
DE
82282015-09-09 Doug Evans <dje@google.com>
8229
8230 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8231
7a551a51
DE
82322015-09-09 Doug Evans <dje@google.com>
8233
8234 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8235
4c666f84
DE
82362015-09-09 Doug Evans <dje@google.com>
8237
8238 * gdb.base/savedregs.exp: Fix typo.
8239
243a9253
PA
82402015-09-09 Pedro Alves <palves@redhat.com>
8241
8242 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8243
c0fa8fbd
SL
82442015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8245
8246 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8247 command actually switches threads. Give up on remaining
8248 tests if target fails to stop at breakpoint.
8249
cd7c1778
PMR
82502015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8251
8252 * gdb.ada/funcall_char.exp: New testcase.
8253 * gdb.ada/funcall_char/foo.adb: New file.
8254
dc5c8746
PMR
82552015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8256
8257 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8258 expected outputs. Add two testcases for completing ambiguous
8259 functions.
8260 * gdb.ada/complete/aux_pck.adb: New file.
8261 * gdb.ada/complete/aux_pck.ads: New file.
8262 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8263 Ambiguous_Func functions.
8264 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8265 * gdb.ada/complete/pck.adb: Likewise.
8266
4e83a1e7
UW
82672015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8268
8269 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8270 failures to run the test program under GDB.
8271
8ce74153
LM
82722015-08-26 Luis Machado <lgustavo@codesourcery.com>
8273
8274 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8275 to C.
8276
e9756d52
PP
82772015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8278
8279 * gdb.base/run-after-attach.exp: New test file.
8280 * gdb.base/run-after-attach.c: New test file.
8281
8d37573b
DB
82822015-08-26 Don Breazeal <donb@codesourcery.com>
8283
8284 * gdb.base/foll-exec-2.c: New test program.
8285 * gdb.base/foll-exec-2.exp: New test.
8286
63e43d3a
PMR
82872015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8288
8289 * gdb.base/nested-subp1.exp: New file.
8290 * gdb.base/nested-subp1.c: New file.
8291 * gdb.base/nested-subp2.exp: New file.
8292 * gdb.base/nested-subp2.c: New file.
8293 * gdb.base/nested-subp3.exp: New file.
8294 * gdb.base/nested-subp3.c: New file.
8295
3d40fbb5
PA
82962015-08-24 Pedro Alves <palves@redhat.com>
8297
8298 * gdb.server/connect-without-multi-process.c: New file.
8299 * gdb.server/connect-without-multi-process.exp: New file.
8300
4422ac93
LM
83012015-08-24 Luis Machado <lgustavo@codesourcery.com>
8302
8303 * gdb.opt/inline-markers.c: Make z int.
8304
91dddb86
LM
83052015-08-24 Luis Machado <lgustavo@codesourcery.com>
8306
8307 * gdb.opt/inline-markers.c: Make z volatile.
8308
a48847ee
LM
83092015-08-24 Luis Machado <lgustavo@codesourcery.com>
8310
8311 * gdb.opt/inline-bt.c: New volatile global z.
8312 * gdb.opt/inline-cmds.c: Likewise.
8313 * gdb.opt/inline-locals.c: Likewise.
8314 * gdb.opt/inline-markers.c: New extern global z.
8315 (marker): Use z.
8316 (inline_fn): Likewise.
8317
0ebbc52b
PA
83182015-08-24 Pedro Alves <palves@redhat.com>
8319
8320 * config/m32r-stub.exp: Remove file.
8321 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8322 * gdb.base/call-rt-st.exp: Likewise.
8323 * gdb.base/call-strs.exp: Likewise.
8324 * gdb.base/default.exp: Remove references to h8300-*-hms and
8325 *-*-udi*.
8326 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8327
77c365df
AA
83282015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8329
8330 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8331 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8332 and "return" use KFAIL when GDB can not read/write the vector
8333 return value.
8334
4313b8c0
GB
83352015-08-21 Gary Benson <gbenson@redhat.com>
8336
8337 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8338
0e433b32
PA
83392015-08-20 Pedro Alves <palves@redhat.com>
8340
8341 * gdb.server/solib-list.exp: No longer expect an interior stop in
8342 non-stop mode.
8343
221e1a37
PA
83442015-08-20 Pedro Alves <palves@redhat.com>
8345
8346 * gdb.server/connect-stopped-target.c: New file.
8347 * gdb.server/connect-stopped-target.exp: New file.
8348
40e3ad0e
PA
83492015-08-20 Pedro Alves <palves@redhat.com>
8350
8351 * gdb.dwarf2/comp-unit-lang.exp: New file.
8352 * gdb.dwarf2/comp-unit-lang.c: New file.
8353
af39b327
PMR
83542015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8355
8356 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8357 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8358
7d45c7c3 83592015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 8360
7d45c7c3
KB
8361 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8362 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8363
4d6cceb4
DE
83642015-08-18 Doug Evans <dje@google.com>
8365 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8366
8367 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8368 skip_python_tests. New arg prompt_regexp.
8369 (skip_python_tests): New function.
8370 * lib/mi-support.exp (mi_skip_python_tests): New function.
8371 * gdb.python/py-mi-objfile-gdb.py: New file.
8372 * gdb.python/py-mi-objfile.c: New file.
8373 * gdb.python/py-mi-objfile.exp: New file.
8374
ad89c2aa
KS
83752015-08-17 Keith Seitz <keiths@redhat.com>
8376
8377 * gdb.linespec/explicit.exp: Move strace test from here ...
8378 * gdb.trace/strace.exp: ... to here.
8379
e3ae3c43
PP
83802015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8381
8382 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8383 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8384
604b2636
DE
83852015-08-14 Doug Evans <xdje42@gmail.com>
8386
8387 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8388 inferior before selecting a new file.
8389
6ff0ba5f
DE
83902015-08-14 Doug Evans <xdje42@gmail.com>
8391
8392 * gdb.mi/mi-disassemble.exp: Update.
8393 * gdb.base/disasm-optim.S: New file.
8394 * gdb.base/disasm-optim.c: New file.
8395 * gdb.base/disasm-optim.h: New file.
8396 * gdb.base/disasm-optim.exp: New file.
8397
9ca98f92
KS
83982015-08-14 Keith Seitz <keiths@redhat.com>
8399
8400 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8401 "evaluated-by".
8402
52bbc560
JB
84032015-08-13 Joel Brobecker <brobecker@adacore.com>
8404
8405 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8406
5d8c3ed3
PMR
84072015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8408
8409 * gdb.ada/fun_renaming.exp: New testcase.
8410 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8411 * gdb.ada/fun_renaming/pack.adb: New file.
8412 * gdb.ada/fun_renaming/pack.ads: New file.
8413
ea8812bc
KS
84142015-08-12 Keith Seitz <keiths@redhat.com>
8415
8416 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8417 gdb_get_line_number.
8418
4dafcdeb
JB
84192015-08-12 Joel Brobecker <brobecker@adacore.com>
8420
8421 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8422 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8423 gdb.base/dso2dso.exp: New files.
8424
5ba32597
SDJ
84252015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8426 Pedro Alves <palves@redhat.com>
8427 Keith Seitz <keiths@redhat.com>
8428
8429 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8430 GDBFLAGS.
8431
b6dafabf
PP
84322015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8433
8434 * gdb.base/gdbhistsize-history.exp
8435 (test_histsize_history_setting): Use save_vars.
8436 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8437 Use save_vars.
8438 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8439 * gdb.base/readline.exp: Use save_vars.
8440
abe8e607
PP
84412015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8442
8443 * lib/gdb.exp (save_vars): New proc.
8444
629500fa
KS
84452015-08-11 Keith Seitz <keiths@redhat.com>
8446
8447 * gdb.base/help.exp: Update help_breakpoint_text.
8448
eb8c4e2e
KS
84492015-08-11 Keith Seitz <keiths@redhat.com>
8450
8451 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8452 (at toplevel): Call test_explicit_breakpoints.
8453 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8454 breakpoints.
8455 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8456 breakpoint conditions, "-cond".
8457
87f0e720
KS
84582015-08-11 Keith Seitz <keiths@redhat.com>
8459
8460 * gdb.linespec/3explicit.c: New file.
8461 * gdb.linespec/cpexplicit.cc: New file.
8462 * gdb.linespec/cpexplicit.exp: New file.
8463 * gdb.linespec/explicit.c: New file.
8464 * gdb.linespec/explicit.exp: New file.
8465 * gdb.linespec/explicit2.c: New file.
8466 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8467 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8468 before using in the matching pattern.
8469 Clarify that `prefix' is a regular expression.
8470
f00aae0f
KS
84712015-08-11 Keith Seitz <keiths@redhat.com>
8472
8473 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8474 test.
8475 Add tests for missing ",FMT" and ",".
8476
e27852be
DE
84772015-08-10 Doug Evans <dje@google.com>
8478 Keith Seitz <keiths@redhat.com>
8479
8480 PR gdb/17960
8481 * gdb.base/completion.exp: Add location completer tests.
8482
7f03bd92
PA
84832015-08-07 Pedro Alves <palves@redhat.com>
8484
8485 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8486 tests here.
8487 (top level): Run do_test with and without displaced stepping.
8488
3fc8eb30
PA
84892015-08-07 Pedro Alves <palves@redhat.com>
8490
8491 * gdb.base/valgrind-disp-step.c: New file.
8492 * gdb.base/valgrind-disp-step.exp: New file.
8493
d4569d7b
PA
84942015-08-07 Pedro Alves <palves@redhat.com>
8495
8496 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8497 Delete function.
8498 (main): Add alarm. Run an infinite loop instead of calling
8499 wait_threads.
8500 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8501 comment.
8502 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8503 Delete function.
8504 (main): Add alarm. Run an infinite loop instead of calling
8505 wait_threads.
8506 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8507 comment.
8508
e1316e60
PA
85092015-08-07 Pedro Alves <palves@redhat.com>
8510
8511 * gdb.base/checkpoint-ns.exp: New file.
8512 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8513 standard_testfile.
8514
da8c46d2
MM
85152015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8516
8517 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8518 * gdb.btrace/instruction_history.exp: Update.
8519 * gdb.btrace/tsx.exp: New.
8520 * gdb.btrace/tsx.c: New.
8521
de1c2c52
PA
85222015-08-06 Pedro Alves <palves@redhat.com>
8523
8524 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8525 increase timeout.
8526 * gdb.reverse/until-precsave.exp: Bump timeouts.
8527
782e0bf4
PA
85282015-08-06 Pedro Alves <palves@redhat.com>
8529
8530 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8531
83e97ed0
PA
85322015-08-06 Pedro Alves <palves@redhat.com>
8533
8534 PR gdb/18749
8535 * gdb.threads/process-dies-while-handling-bp.c: New file.
8536 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8537
863d01bd
PA
85382015-08-06 Pedro Alves <palves@redhat.com>
8539
8540 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8541 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8542
0a39bb32
PA
85432015-08-05 Pedro Alves <palves@redhat.com>
8544
8545 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8546 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8547
ee2d2b10
SL
85482015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8549
8550 * gdb.base/bp-permanent.exp: Report test as unsupported if
8551 the target cannot stop at the permanent breakpoint.
8552
4e1bdb00
DE
85532015-08-03 Doug Evans <dje@google.com>
8554
8555 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8556 10000.
8557
3d338901
DE
85582015-08-03 Doug Evans <dje@google.com>
8559
8560 * Makefile.in (workers/%.worker, build-perf): New rule.
8561 (GDB_PERFTEST_MODE): New variable.
8562 (check-perf): Use it.
8563 (clean): Clean up gdb.perf parallel build subdirs.
8564 * lib/build-piece.exp: New file.
8565 * lib/gdb.exp (make_gdb_parallel_path): New function
8566 (standard_output_file, standard_temp_file): Call it.
8567 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8568 of $GDB_PARALLEL.
8569 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8570
af061d3e
DE
85712015-08-03 Doug Evans <dje@google.com>
8572
8e1afc81 8573 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
8574 (LOG_FILE_NAME): New global.
8575 (TextReporter.__init__): Initialize self.txt_sum.
8576 (TextReporter.report): Add support for multiple data-points.
8577 Move report to perftest.sum, put raw data in perftest.log.
8578 (TextReporter.start): Open sum and log files.
8579 (TextReporter.end): Close sum and log files.
8e1afc81
DE
8580 * gdb.perf/lib/perftest/testresult.py
8581 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 8582
2c8c5d37
PA
85832015-07-31 Pedro Alves <palves@redhat.com>
8584
8585 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8586 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8587 kill_wait_spawned_process instead of explicit "kill -9".
8588 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8589 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8590 kill_wait_spawned_process.
8591 * gdb.base/attach-twice.exp: Likewise.
8592 * gdb.base/attach.exp: Likewise.
8593 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8594 gdb_test_multiple.
8595 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8596 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8597 kill_wait_spawned_process.
8598 * gdb.base/valgrind-infcall.exp: Likewise.
8599 * gdb.multi/multi-attach.exp: Likewise.
8600 * gdb.python/py-prompt.exp: Likewise.
8601 * gdb.python/py-sync-interp.exp: Likewise.
8602 * gdb.server/ext-attach.exp: Likewise.
8603 * gdb.threads/attach-into-signal.exp (corefunc): Use
8604 spawn_wait_for_attach, spawn_id_get_pid and
8605 kill_wait_spawned_process.
8606 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8607 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8608 spawn_id_get_pid and kill_wait_spawned_process.
8609 * gdb.threads/attach-stopped.exp (corefunc): Use
8610 spawn_wait_for_attach, spawn_id_get_pid and
8611 kill_wait_spawned_process.
8612 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8613 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8614 kill_wait_spawned_process instead of explicit "kill -9".
8615 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8616 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8617 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8618 processes. Don't map cygwin/windows pids here. Now returns a
8619 spawn id list.
8620
032a0fca
SL
86212015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8622
8623 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8624 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8625 correct patch.
8626
61a934ca
SL
86272015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8628
8629 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8630
4bc4d428
SL
86312015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8632
8633 Reapply:
8634 2014-05-21 Mark Wielaard <mjw@redhat.com>
8635
8636 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8637
998d452a
PA
86382015-07-30 Pedro Alves <palves@redhat.com>
8639
8640 * linux-low.c (handle_extended_wait): Set the child's last
8641 reported status to TARGET_WAITKIND_STOPPED.
8642
69dde7dc
PA
86432015-07-30 Pedro Alves <palves@redhat.com>
8644
8645 PR threads/18600
8646 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8647 only shows inferior 1.
8648
4dd63d48
PA
86492015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8650 Pedro Alves <palves@redhat.com>
8651
8652 PR threads/18600
8653 * gdb.threads/fork-plus-threads.c: New file.
8654 * gdb.threads/fork-plus-threads.exp: New file.
8655
d618e4c5
PP
86562015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8657
8658 * gdb.base/batch-preserve-term-settings.exp
8659 (test_terminal_settings_preserved_after_cli_exit): Use
8660 send_quit_command.
8661
1eef6428
PA
86622015-07-29 Pedro Alves <palves@redhat.com>
8663 Don Breazeal <donb@codesourcery.com>
8664
8665 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8666 output from both inferior_spawn_id and gdb_spawn_id.
8667
7da5b897
SDJ
86682015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8669
8670 * gdb.threads/attach-into-signal.exp (corefunc): Use
8671 with_test_prefix on nested loops, uniquefying the test messages.
8672
dac804df
SDJ
86732015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8674
8675 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8676 commit.
8677
06265e53
PP
86782015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8679
8680 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8681 New proc.
8682 (test_terminal_settings_preserved_after_sigterm): New test.
8683
18206ca3
PP
86842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8685
8686 * gdb.base/batch-preserve-term-settings.exp
8687 (test_terminal_settings_preserved_after_cli_exit): New test.
8688
90074d11
PP
86892015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8690
8691 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8692 manipulation of saved_gdbflags.
8693 (test_terminal_settings_preserved): Remove global declaration of
8694 the unused variable pagination_prompt. Remove manipulation of
8695 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8696 GDBFLAGS.
8697
eb1a7902
PA
86982015-07-29 Pedro Alves <palves@redhat.com>
8699
8700 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8701
8b75dd3b
PA
87022015-07-29 Pedro Alves <palves@redhat.com>
8703
8704 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8705 at the top.
8706
dedad4e3
PA
87072015-07-29 Pedro Alves <palves@redhat.com>
8708
8709 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8710 (main): Call gdb_unbuffer_output.
8711 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8712 (main): Call gdb_unbuffer_output.
8713 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8714 (main): Call gdb_unbuffer_output.
8715 * gdb.base/call-strs.exp: Adjust to step over the
8716 gdb_unbuffer_output call.
8717 * gdb.base/catch-gdb-caused-signals.c: Include
8718 "../lib/unbuffer_output.c".
8719 (main): Call gdb_unbuffer_output.
8720 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8721 (main): Call gdb_unbuffer_output.
8722 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8723 (main): Call gdb_unbuffer_output.
8724 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8725 (main): Call gdb_unbuffer_output.
8726 * gdb.base/shlib-call.exp: Adjust to step over the
8727 gdb_unbuffer_output call.
8728 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8729 (main): Call gdb_unbuffer_output.
8730 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8731 (main): Call gdb_unbuffer_output.
8732 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8733 (main): Rename to ...
8734 (test): ... this.
8735 (main): Reimplement.
8736 * gdb.base/varargs.exp: Run to test instead of to main.
8737 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8738 (main): Call gdb_unbuffer_output.
8739
58789a91
PA
87402015-07-29 Pedro Alves <palves@redhat.com>
8741
8742 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8743 factore out from mi_continue_dprintf. For call-style dprintfs,
8744 expect dprintf output out of $inferior_spawn_id.
8745 (mi_continue_dprintf): Use mi_expect_dprintf.
8746 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8747 (main): Call gdb_unbuffer_output.
8748
e8376742
PA
87492015-07-29 Pedro Alves <palves@redhat.com>
8750
8751 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8752 (default_mi_gdb_start): Set inferior_spawn_id instead of
8753 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8754 gdb_spawn_id.
8755 (mi_gdb_test): Always expect inferior output from both
8756 $inferior_spawn_id and $gdb_spawn_id.
8757
08280010
PA
87582015-07-29 Pedro Alves <palves@redhat.com>
8759
8760 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8761 send_inferior and $inferior_spawn_id.
8762
4d30e432
PA
87632015-07-29 Pedro Alves <palves@redhat.com>
8764
8765 * gdb.gdb/complaints.exp (test_initial_complaints)
8766 (test_serial_complaints, test_short_complaints): Use
8767 gdb_test_stdio.
8768 (test_empty_complaint): Handle $inferior_spawn_id !=
8769 $gdb_spawn_id.
8770
0d30a335
PA
87712015-07-29 Pedro Alves <palves@redhat.com>
8772
8773 * gdb.base/varargs.exp: Use gdb_test_stdio.
8774
39413b29
PA
87752015-07-29 Pedro Alves <palves@redhat.com>
8776
8777 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8778
7cb000a9
PA
87792015-07-29 Pedro Alves <palves@redhat.com>
8780
8781 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8782
d7b8ac82
PA
87832015-07-29 Pedro Alves <palves@redhat.com>
8784
8785 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8786 parameter into two new parameters, "inf_result" and "gdb_result".
8787 Expect inferior output and gdb output from $inferior_spawn_id and
8788 $gdb_spawn_id, respectively. Adjust all callers.
8789
789c3a0c
PA
87902015-07-29 Pedro Alves <palves@redhat.com>
8791
8792 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8793 of gdb_test_sequence.
8794
77e760c3
PA
87952015-07-29 Pedro Alves <palves@redhat.com>
8796
8797 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8798 (saw_spurious_output): Expect inferior output from
8799 $inferior_spawn_id. Use gdb_test_stdio.
8800
8396d2cd
PA
88012015-07-29 Pedro Alves <palves@redhat.com>
8802
8803 * gdb.base/dprintf.exp: Use standard_testfile. Change
8804 prepare_for_testing call.
8805 (srcfile): Don't set.
8806 (restart): New procedure.
8807 (test_dprintf): New procecure, use to continue over dprintfs.
8808 (test_call, test_agent): New procedures, tests moved here.
8809 Restart gdb and recreate dprintfs. Adjust expected output.
8810
2051d61f
PA
88112015-07-29 Pedro Alves <palves@redhat.com>
8812
8813 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8814
452397af
PA
88152015-07-29 Pedro Alves <palves@redhat.com>
8816
8817 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8818
8aed9555
PA
88192015-07-29 Pedro Alves <palves@redhat.com>
8820
8821 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8822 gdb_test_stdio.
8823
188a61b4
PA
88242015-07-29 Pedro Alves <palves@redhat.com>
8825
8826 * lib/gdb.exp (gdb_test_stdio): New procedure.
8827
12264a45
PA
88282015-07-29 Pedro Alves <palves@redhat.com>
8829
8830 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8831
23ffc893
PA
88322015-07-29 Pedro Alves <palves@redhat.com>
8833
8834 * gdb.base/call-signal-resume.exp: Remove check for
8835 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8836 * gdb.base/unwindonsignal.exp: Likewise.
8837 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8838 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8839
65566918
PA
88402015-07-29 Pedro Alves <palves@redhat.com>
8841
8842 * gdb.base/siginfo-addr.c (pass): New function.
8843 (handler): Call it iff si_addr is correct.
8844 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8845 Set a breakpoint at "pass" and continue to it.
8846
d60a9221
SDJ
88472015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8848
8849 * gdb.python/py-objfile.exp: Make some tests have unique names.
8850 * gdb.python/py-pp-registration.exp: Likewise.
8851
bde40b8f
PA
88522015-07-28 Pedro Alves <palves@redhat.com>
8853
8854 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8855
13e1dec8
SM
88562015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8857
8858 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8859
da33c9a7
SM
88602015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8861
8862 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8863
077836f7
PP
88642015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8865
8866 * gdb.base/gdb-sigterm-2.exp: New test.
8867
b8cc7b2e
DE
88682015-07-25 Doug Evans <xdje42@gmail.com>
8869
8870 Revert:
8871 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8872 (workers/%.worker, build-perf): New rule.
8873 (GDB_PERFTEST_MODE): New variable.
8874 (check-perf): Use it.
8875 (clean): Clean up gdb.perf parallel build subdirs.
8876 * lib/build-piece.exp: New file.
8877 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8878 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8879 name.
8880 (standard_temp_file): Ditto.
8881 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8882 of $GDB_PARALLEL.
8883
c8bd4544
DE
88842015-07-24 Doug Evans <dje@google.com>
8885
8886 * gdb.perf/lib/perftest/utils.py: New file.
8887 * gdb.perf/gm-hello.cc: New file.
8888 * gdb.perf/gm-pervasive-typedef.cc: New file.
8889 * gdb.perf/gm-pervasive-typedef.h: New file.
8890 * gdb.perf/gm-std.cc: New file.
8891 * gdb.perf/gm-std.h: New file.
8892 * gdb.perf/gm-use-cerr.cc: New file.
8893 * gdb.perf/gm-utils.h: New file.
8894 * gdb.perf/gmonster-null-lookup.py: New file.
8895 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8896 * gdb.perf/gmonster-print-cerr.py: New file.
8897 * gdb.perf/gmonster-ptype-string.py: New file.
8898 * gdb.perf/gmonster-runto-main.py: New file.
8899 * gdb.perf/gmonster-select-file.py: New file.
8900 * gdb.perf/gmonster1-null-lookup.exp: New file.
8901 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8902 * gdb.perf/gmonster1-print-cerr.exp: New file.
8903 * gdb.perf/gmonster1-ptype-string.exp: New file.
8904 * gdb.perf/gmonster1-runto-main.exp: New file.
8905 * gdb.perf/gmonster1-select-file.exp: New file.
8906 * gdb.perf/gmonster1.cc: New file.
8907 * gdb.perf/gmonster1.exp: New file.
8908 * gdb.perf/gmonster2-null-lookup.exp: New file.
8909 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8910 * gdb.perf/gmonster2-print-cerr.exp: New file.
8911 * gdb.perf/gmonster2-ptype-string.exp: New file.
8912 * gdb.perf/gmonster2-runto-main.exp: New file.
8913 * gdb.perf/gmonster2-select-file.exp: New file.
8914 * gdb.perf/gmonster2.cc: New file.
8915 * gdb.perf/gmonster2.exp: New file.
8916
6eab34f3
DE
89172015-07-24 Doug Evans <dje@google.com>
8918
8919 * gdb.perf/README: New file.
8920 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8921 * lib/gen-perf-test.exp: New file.
8922
63738bfd
DE
89232015-07-24 Doug Evans <dje@google.com>
8924
8925 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8926 (PerfTest::startup): New function.
8927 (PerfTest::run): Return result of calling body.
8928 (PerfTest::assemble): Rewrite.
8929 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8930 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8931 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8932 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8933 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8934
7b606f95
DE
89352015-07-24 Doug Evans <dje@google.com>
8936
8937 * lib/gdb.exp (clean_restart): Make executable optional.
8938
a97b16b8
DE
89392015-07-24 Doug Evans <dje@google.com>
8940
8941 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8942 compiler_info references.
8943 * gdb.cp/temargs.exp: Ditto.
8944 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8945 (get_compiler_info): Early exit if already computed. Set compiler_info
8946 to "unknown" if there was a problem.
8947 (test_compiler_info): Add function comment. Call get_compiler_info.
8948
35baa57f
DE
89492015-07-24 Doug Evans <dje@google.com>
8950
8951 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8952 (workers/%.worker, build-perf): New rule.
8953 (GDB_PERFTEST_MODE): New variable.
8954 (check-perf): Use it.
8955 (clean): Clean up gdb.perf parallel build subdirs.
8956 * lib/build-piece.exp: New file.
8957 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8958 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8959 name.
8960 (standard_temp_file): Ditto.
8961 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8962 of $GDB_PARALLEL.
8963
6ebea266
DE
89642015-07-24 Doug Evans <dje@google.com>
8965
8966 * lib/future.exp (gdb_default_target_compile): New option
8967 "early_flags".
8968 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8969 --as-needed.
8970
1e76a7e9
SDJ
89712015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8972
8973 * gdb.base/catch-syscall.exp: Call gdb_exit before
8974 gdb_skip_xml_test.
8975
5068630a
PA
89762015-07-24 Pedro Alves <palves@redhat.com>
8977
8978 * gdb.python/py-events.exp: Accept output between the stop event
8979 and the prompt.
8980 * gdb.python/py-evsignal.exp: Likewise.
8981 * gdb.python/py-evthreads.exp: Likewise.
8982
77598427
PA
89832015-07-24 Pedro Alves <palves@redhat.com>
8984
8985 PR gdb/18717
8986 * gdb.threads/non-ldr-exit.c: New file.
8987 * gdb.threads/non-ldr-exit.exp: New file.
8988
11e6c98f
YQ
89892015-07-24 Yao Qi <yao.qi@linaro.org>
8990
8991 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8992 restarting process.
8993
51aee833
YQ
89942015-07-24 Yao Qi <yao.qi@linaro.org>
8995
8996 * gdb.server/ext-restart.exp: New file.
8997
8cfe207c
YQ
89982015-07-24 Yao Qi <yao.qi@linaro.org>
8999
9000 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9001 argument options.
9002 * gdb.server/ext-wrapper.exp: New file.
9003
cc12ce38
DE
90042015-07-23 Doug Evans <dje@google.com>
9005
9006 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9007 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9008
d0d84780
PMR
90092015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9010
9011 * gdb.ada/var_arr_typedef.exp: New testcase.
9012 * gdb.ada/var_arr_typedef/pack.adb: New file.
9013 * gdb.ada/var_arr_typedef/pack.ads: New file.
9014 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9015
8b558f79
JB
90162015-07-20 Joel Brobecker <brobecker@adacore.com>
9017
9018 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9019
775a3298
JK
90202015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9021
9022 * gdb.arch/i386-biarch-core.exp: Replace istarget
9023 by "complete set gnutarget". Remove expectation for the "core-file"
9024 command.
9025
db1ff28b
JK
90262015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9027
9028 Revert the previous commit:
9029 Tests for validate symbol file using build-id.
9030
0a94970d
JK
90312015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9032
9033 Tests for validate symbol file using build-id.
9034 * gdb.base/solib-mismatch-lib.c: New file.
9035 * gdb.base/solib-mismatch-libmod.c: New file.
9036 * gdb.base/solib-mismatch.c: New file.
9037 * gdb.base/solib-mismatch.exp: New file.
9038
03346981
SL
90392015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9040
9041 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9042 nios2-*-linux*.
9043 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9044 * gdb.base/siginfo.exp: Likewise.
9045 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9046
42422cc7
PL
90472015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9048
9049 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9050 Move it to ...
9051 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9052 ... here.
9053 * gdb.trace/range-stepping.exp: Check that the target supports
9054 range stepping.
9055
cfa68bae
JK
90562015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9057
9058 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9059
8ffdba26
PA
90602015-07-14 Pedro Alves <palves@redhat.com>
9061
9062 * gdb.base/killed-outside.exp: New file.
9063 * gdb.base/killed-outside.c: New file.
9064
218a5a11
JK
90652015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9066
9067 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9068 (n at main): New.
9069 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9070
e03ed3c6
AA
90712015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9072
9073 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9074 infcall tests instead of setting up for KFAIL.
9075
485668e5
MM
90762015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9077
9078 * gdb.btrace/record_goto-step.exp: New.
9079
08464196
JK
90802015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9081
9082 PR compile/18484
9083 * gdb.compile/compile.c (struct struct_type): Add volatile to
9084 selffield's type.
9085 * gdb.compile/compile.exp
9086 (compile code struct_object.selffield = &struct_object): Skip further
9087 struct_object tests if this one xfails.
9088
bcf5c1d9
RC
90892015-07-08 Robert O'Callahan <robert@ocallahan.org>
9090
9091 PR exp/18617
9092 * gdb.trace/ax.exp: Add test.
9093
4931af25
YQ
90942015-07-07 Yao Qi <yao.qi@linaro.org>
9095
9096 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9097 instead of istarget "aarch64*-*-*".
9098 * gdb.arch/aarch64-fp.exp: Likewise.
9099 * gdb.base/float.exp: Likewise.
9100 * gdb.reverse/aarch64.exp: Likewise.
9101 * lib/gdb.exp (is_aarch64_target): New proc.
9102
9fcf688e
YQ
91032015-07-07 Yao Qi <yao.qi@linaro.org>
9104
9105 * lib/gdb.exp (is_aarch32_target): New proc.
9106 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9107 instead of "istarget "arm*-*-*"".
9108 * gdb.arch/arm-disp-step.exp: Likewise.
9109 * gdb.arch/thumb-bx-pc.exp: Likewise.
9110 * gdb.arch/thumb-prologue.exp: Likewise.
9111 * gdb.arch/thumb-singlestep.exp: Likewise.
9112 * gdb.base/disp-step-syscall.exp: Likewise.
9113 * gdb.base/float.exp: Likewise.
9114
fbd8d50d
YQ
91152015-07-07 Yao Qi <yao.qi@linaro.org>
9116
9117 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9118 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9119
71be1fdc
YQ
91202015-07-07 Yao Qi <yao.qi@linaro.org>
9121
9122 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9123 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9124 if it exists.
9125 * gdb.multi/multi-arch.exp: Likewise.
9126
3e221d36
SM
91272015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9128
9129 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9130 print.
9131
d441430b
YQ
91322015-07-07 Yao Qi <yao.qi@linaro.org>
9133
9134 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9135
06f810bd
MG
91362015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9137
9138 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9139 '[' and ']' characters.
9140
5e61e7c0
IB
91412015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9142
9143 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9144
28bf096c
PA
91452015-06-29 Pedro Alves <palves@redhat.com>
9146
9147 PR threads/18127
9148 * gdb.threads/hand-call-new-thread.c: New file.
9149 * gdb.threads/hand-call-new-thread.c: New file.
9150
ee93cd5e
KS
91512015-06-26 Keith Seitz <keiths@redhat.com>
9152 Doug Evans <dje@google.com>
9153
9154 PR 16253
9155 * gdb.cp/var-tag-2.cc: New file.
9156 * gdb.cp/var-tag-3.cc: New file.
9157 * gdb.cp/var-tag-4.cc: New file.
9158 * gdb.cp/var-tag.cc: New file.
9159 * gdb.cp/var-tag.exp: New file.
9160
fc637f04
PP
91612015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9162
9163 * gdb.base/history-duplicates.exp: New test.
9164
2e52ae68
PP
91652015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9166
9167 * gdb.base/completion.exp: Test the completion of the "focus"
9168 command.
9169
6e22494e
JK
91702015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9171
9172 * gdb.arch/amd64-prologue-skip.S: New file.
9173 * gdb.arch/amd64-prologue-skip.exp: New file.
9174
bf7b9cd9
SM
91752015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9176
9177 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9178 is_address_zero_readable check.
9179
201e8dfd
PB
91802015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9181
9182 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9183 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9184
5cd867b4
YQ
91852015-06-24 Yao Qi <yao.qi@linaro.org>
9186
9187 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9188 linux targets.
9189
4d7be007
YQ
91902015-06-24 Yao Qi <yao.qi@linaro.org>
9191
9192 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9193 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9194 * gdb.base/siginfo-thread.exp: Likewise.
9195
07fcd301
YQ
91962015-06-22 Yao Qi <yao.qi@linaro.org>
9197
9198 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9199
52042a00
YQ
92002015-06-22 Yao Qi <yao.qi@linaro.org>
9201
9202 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9203 aarch64*-*-*.
9204 (skip_hw_watchpoint_tests): Likewise.
9205
74bd41ce
PP
92062015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9207
9208 * gdb.base/gdbinit-history.exp: Test the interaction between
9209 setting GDBHISTSIZE and setting the history size via .gdbinit.
9210
bc460514
PP
92112015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9212
9213 PR gdb/16999
9214 * gdb.base/gdbhistsize-history.exp: New test.
9215
b58c513b
PP
92162015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9217
9218 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9219 with GDBHISTSIZE.
9220 * gdb.base/readline.exp: Likewise.
9221
92046791
YQ
92222015-06-17 Yao Qi <yao.qi@linaro.org>
9223
9224 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9225 line.
9226
2093d2d3
PP
92272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9228
9229 * gdb.base/gdbinit-history.exp: Add test case to check that
9230 an unlimited history file does not get truncated on exit.
9231
e6c693af
AA
92322015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9233
9234 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9235 (VECTOR): New macro. Use it...
9236 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9237 ...for these typedefs.
9238 (int8, char1, int1, double1): New typedefs.
9239 (struct just_int2, struct two_int2): New structures.
9240 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9241 (add_structvecs, add_singlevecs): New functions.
9242 (main): Call add_some_intvecs twice.
9243 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9244 the compile and exit upon failure. Try compiling for the "native"
9245 architecture. Test inferior function calls with vector arguments
9246 and vector return value handling with "finish" and "return".
9247
c74f7d1c
JT
92482015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9249
9250 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9251 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9252 PE file.
9253 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9254
98aa42ee
AT
92552015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9256
9257 PR breakpoints/16465
9258 * gdb.mi/mi-dprintf-pending.c: New file.
9259 * gdb.mi/mi-dprintf-pending.exp: New test.
9260 * gdb.mi/mi-dprintf-pendshr.c: New file.
9261
7d73c23c 92622015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 9263 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
9264
9265 * gdb.arch/i386-mpx-map.c: New file.
9266 * gdb.arch/i386-mpx-map.exp: New File.
9267
92682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9269
9270 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9271 * gdb.arch/i386-mpx.exp: Indentation fixed.
9272
92732015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9274
9275 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9276 function and improved indentation.
9277 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9278 gdb_test_multiple. Added additional tests to skip the test.
9279
92802015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9281
9282 * gdb.arch/i386-avx512.c: Change path in include file.
9283 * gdb.arch/i386-avx512.exp: Change include dir path
9284 compilation flag.
9285 * gdb.arch/i386-mpx.c: Change path in include file.
9286 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9287 flag.
9288
d5eba19a
JK
92892015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9290
9291 * gdb.compile/compile-print.exp (compile print *vararray@3)
9292 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9293
7f361056
JK
92942015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9295
9296 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9297 (do not keep jit in memory): ... this.
9298 (expect 5): Change it to ...
9299 (expect no 5): ... this.
9300
3b462ec2
SM
93012015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9302
9303 PR gdb/15564
9304 * gdb.mi/mi-detach.exp: New file.
9305
e0619de6
JK
93062015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9307
9308 PR symtab/18392
9309 * gdb.arch/amd64-tailcall-self.S: New file.
9310 * gdb.arch/amd64-tailcall-self.c: New file.
9311 * gdb.arch/amd64-tailcall-self.exp: New file.
9312
e970cb34
DB
93132015-05-28 Don Breazeal <donb@codesourcery.com>
9314
9315 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9316 tests for remote targets by checking is_target_gdbserver.
9317
b2e2f908
DE
93182015-05-27 Doug Evans <dje@google.com>
9319
9320 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9321 * gdb.dwarf2/opaque-type-lookup.c: New file.
9322 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9323
82c7be31
DE
93242015-05-26 Doug Evans <dje@google.com>
9325
9326 * gdb.cp/iostream.cc: New file.
9327 * gdb.cp/iostream.exp: New file.
9328
b4f54984
DE
93292015-05-26 Doug Evans <dje@google.com>
9330
9331 * gdb.dwarf2/dw2-op-call.exp: Update.
9332 * gdb.dwarf2/dw4-sig-types.exp: Update.
9333 * gdb.dwarf2/implptr.exp: Update.
9334 * gdb.mi/mi-cmd-param-changed.exp: Update.
9335
4ea6efe9
DE
93362015-05-26 Doug Evans <dje@google.com>
9337
9338 * gdb.python/py-lazy-string.c: New file.
9339 * gdb.python/py-lazy-string.exp: New file.
9340 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9341 (main): Update. Add estring3.
9342 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9343 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9344
f6bb7db3
YQ
93452015-05-26 Omair Javaid <omair.javaid@linaro.org>
9346 Yao Qi <yao.qi@linaro.org>
9347
9348 * gdb.reverse/aarch64.c: New.
9349 * gdb.reverse/aarch64.exp: New.
9350
a81bfbd0
OJ
93512015-05-26 Omair Javaid <omair.javaid@linaro.org>
9352
25d49b86
PA
9353 * lib/gdb.exp (supports_process_record): Return true for
9354 aarch64*-linux*.
a81bfbd0
OJ
9355 (supports_reverse): Likewise.
9356
158bf1b4
PP
93572015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9358
9359 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9360 Use with_test_prefix.
9361
a0145030
AB
93622015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9363
9364 * gdb.base/completion.exp: Add test for completion of layout
9365 names.
9366
ebe3b578
AB
93672015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9368
9369 * lib/gdb.exp (skip_tui_tests): New proc.
9370 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9371
84204ed7
PA
93722015-05-19 Pedro Alves <palves@redhat.com>
9373
9374 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9375 Save the whole env array instead of just HOME. Unset HISTSIZE in
9376 the environment while testing. Restore whole environment
9377 afterwards.
9378
37442ce1
DE
93792015-05-16 Doug Evans <xdje42@gmail.com>
9380
9381 * gdb.guile/scm-ports.c: New file.
9382 * gdb.guile/scm-ports.exp: Add memory port tests.
9383
36de76f9
JK
93842015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9385
9386 * gdb.compile/compile-print.c: New file.
9387 * gdb.compile/compile-print.exp: New file.
9388
3a9558c4
JK
93892015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9390
9391 * gdb.compile/compile-ops.exp: Cast param to void.
9392 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9393 (compile code struct_object.selffield = &struct_object): Add xfail.
9394
aa715135
JG
93952015-05-15 Joel Brobecker <brobecker@adacore.com>
9396
9397 * gdb.ada/arr_enum_with_gap: New testcase.
9398
931e5bc3
JG
93992015-05-15 Joel Brobecker <brobecker@adacore.com>
9400
9401 * gdb.ada/byte_packed_arr: New testcase.
9402
9cd4d857
JB
94032015-05-15 Joel Brobecker <brobecker@adacore.com>
9404
9405 * gdb.ada/pckd_neg: New testcase.
9406
ebfd00d2
PP
94072015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9408
9409 PR gdb/17820
9410 * gdb.base/gdbinit-history.exp: New test.
9411 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9412 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9413
4c082a81
SC
94142015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9415
9416 * gdb.python/py-xmethods.cc: Enhance test case.
9417 * gdb.python/py-xmethods.exp: New tests.
9418 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9419 function.
9420 (B_indexoper): Likewise.
9421 (global_dm_list) : Add new xmethod worker functions.
9422
f7797074
SDJ
94232015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9424
9425 * gdb.base/coredump-filter.exp: Correctly unset
9426 "coredump_var_addr" array.
9427
a4674e4e
PA
94282015-05-08 Pedro Alves <palves@redhat.com>
9429
9430 * gdb.server/non-existing-program.exp: Unset spawn_id.
9431
df2eb078
SC
94322015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9433
9434 PR python/18291
9435 * gdb.python/py-xmethods.exp: Add tests.
9436
422349a3
YQ
94372015-05-08 Yao Qi <yao.qi@linaro.org>
9438
9439 PR gdb/18208
9440 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9441 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9442 function set_coredump_filter, and remove remote_exec call.
9443 Remove argument ipid. Callers update.
9444 (top level): Don't get inferior's PID.
9445
63fc80ce
AA
94462015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9447
9448 * gdb.base/watch_thread_num.exp: Skip test on targets without
9449 access watchpoints.
9450
80ad801e
PA
94512015-05-06 Pedro Alves <palves@redhat.com>
9452
9453 PR server/18081
9454 * gdb.server/non-existing-program.exp: New file.
9455
0fa7fe50
JB
94562015-05-05 Joel Brobecker <brobecker@adacore.com>
9457
9458 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9459
3ea89b92
PMR
94602015-05-05 Joel Brobecker <brobecker@adacore.com>
9461
9462 * gdb.ada/out_of_line_in_inlined: New testcase.
9463
87b8eff0
JB
94642015-05-05 Joel Brobecker <brobecker@adacore.com>
9465
9466 * gdb.ada/var_rec_arr: New testcase.
9467
5fccc635
YQ
94682015-04-30 Yao Qi <yao.qi@linaro.org>
9469
9470 * gdb.base/break-idempotent.exp: If
9471 skip_hw_watchpoint_multi_tests returns true, skip the tests
9472 on "rwatch" and "awatch".
9473
42d38f42
YQ
94742015-04-30 Yao Qi <yao.qi@linaro.org>
9475
9476 * gdb.base/relativedebug.exp: Invoke gdb command
9477 "info sharedlibrary", and if libc.so doesn't have debug info,
9478 skip the test.
9479
2ce1cdbf
DE
94802015-04-29 Doug Evans <dje@google.com>
9481
9482 * gdb.python/py-xmethods.exp: Add ptype tests.
9483 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9484 get_result_type method.
9485
f24a38c5
LM
94862015-04-29 Luis Machado <lgustavo@codesourcery.com>
9487
9488 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9489 the target does not support hardware watchpoints.
9490
ecbf2b3c
LM
94912015-04-29 Luis Machado <lgustavo@codesourcery.com>
9492
9493 * gdb.base/break-always.exp: Abort testing if writing to memory
9494 causes an error.
9495
34f5f757
DE
94962015-04-28 Doug Evans <dje@google.com>
9497
9498 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9499 * gdb.python/py-pp-registration.exp: ... here. New file.
9500 * gdb.python/py-pp-registration.c: New file.
9501 * gdb.python/py-pp-registration.py: New file.
9502
69b4374a
DE
95032015-04-28 Doug Evans <dje@google.com>
9504
9505 * gdb.python/py-bad-printers.c: New file.
9506 * gdb.python/py-bad-printers.py: New file.
9507 * gdb.python/py-bad-printers.exp: New file.
9508
59fb7612
SS
95092015-04-28 Sasha Smundak <asmundak@google.com>
9510
9511 * gdb.python/py-type.exp: New test.
9512
2631b16a
AW
95132015-04-28 Andy Wingo <wingo@igalia.com>
9514
9515 * gdb.python/py-parameter.exp:
9516 * gdb.guile/scm-parameter.exp: Escape the path that we are
9517 matching against, as it might contain characters that are special
9518 to regular expressions.
9519
460efde1
JB
95202015-04-27 Joel Brobecker <brobecker@adacore.com>
9521
9522 * gdb.ada/rec_comp: New testcase.
9523
2d369d8e
SDJ
95242015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9525
9526 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9527 before using it.
9528
cf75d6c3
AB
95292015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9530
9531 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9532 new tests for verilog output.
9533
8dbe7ca5
YQ
95342015-04-24 Yao Qi <yao.qi@linaro.org>
9535
9536 * boards/remote-gdbserver-on-localhost.exp: New file.
9537
4ef9fb2f
PA
95382015-04-23 Pedro Alves <palves@redhat.com>
9539
9540 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9541 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9542 "end of file", remove $inferior_spawn_id from the indirect list.
9543
0a803169
PA
95442015-04-23 Pedro Alves <palves@redhat.com>
9545
9546 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9547
749ef8f8
PA
95482015-04-23 Pedro Alves <palves@redhat.com>
9549
9550 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9551 on $any_spawn_id instead of only on $gdb_spawn_id.
9552
8aae4344
PM
95532015-04-21 Pierre Muller <muller@sourceware.org>
9554
9555 PR pascal/17815
9556 * lib/pascal.exp (gpc_compile): Add new option "class".
9557 (fpc_compile): Likewise.
9558 * gdb.pascal/case-insensitive-symbols.pas: New file.
9559 * gdb.pascal/case-insensitive-symbols.exp: New file.
9560
1586c8fb
GB
95612015-04-20 Gary Benson <gbenson@redhat.com>
9562
9563 * gdb.base/attach.exp: Fix three extended remote failures.
9564
1b6e6f5c
GB
95652015-04-17 Gary Benson <gbenson@redhat.com>
9566
9567 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9568 the main executable over the remote protocol.
9569
e797481d
PA
95702015-04-16 Pedro Alves <palves@redhat.com>
9571
9572 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9573 a new gdbserver if gdbserver_reconnect_p is set.
9574
1ca99c42
PA
95752015-04-16 Pedro Alves <palves@redhat.com>
9576
9577 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9578 is set, don't exit gdbserver.
9579
af9fd6f8
AA
95802015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9581
9582 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9583 appropriate .insn, such that an older assembler can be used.
9584 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9585 the z/Architecture instruction set on 31-bit targets as well.
9586
04ff1e61
AA
95872015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9588
9589 * gdb.go/handcall.exp: Remove all logic related to the first
9590 breakpoint and rely on go_runto_main instead.
9591 * gdb.go/strings.exp: Likewise.
9592 * gdb.go/unsafe.exp: Likewise.
9593 * gdb.go/hello.exp: Likewise. Also rename the remaining
9594 breakpoint marker to "breakpoint 1".
9595 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9596 * gdb.go/strings.go: Likewise.
9597 * gdb.go/unsafe.go: Likewise.
9598 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9599 "set breakpoint 2 here" and rename the remaining breakpoint marker
9600 to "breakpoint 1".
9601
40d2f8d6
SM
96022015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9603
9604 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9605 if itertools.imap is not present.
9606 * gdb.python/py-objfile.exp: Add parentheses.
9607 * gdb.python/py-type.exp: Same.
9608 * gdb.python/py-unwind-maint.py: Same.
9609
8cbc97c6
YQ
96102015-04-15 Yao Qi <yao.qi@linaro.org>
9611
9612 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9613 of ":$ptr_size" and set its form explicitly.
9614
45fd756c
YQ
96152015-04-15 Pedro Alves <palves@redhat.com>
9616 Yao Qi <yao.qi@linaro.org>
9617
9618 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9619 timeout by factor of 4.
9620 (test_regular_watch): Likewise.
9621 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9622 * gdb.reverse/sigall-reverse.exp: Likewise.
9623 * gdb.reverse/until-precsave.exp: Likewise.
9624 * lib/gdb.exp (with_timeout_factor): New proc.
9625 (gdb_expect): Move some code to ...
9626 (get_largest_timeout): ... here. New procedure.
9627
9e811bc3
LM
96282015-04-14 Luis Machado <lgustavo@codesourcery.com>
9629
9630 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9631
0ff6fcb2
LM
96322015-04-13 Luis Machado <lgustavo@codesourcery.com>
9633
9634 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9635 to write to the .text section.
9636
7578d5f7
LM
96372015-04-13 Luis Machado <lgustavo@codesourcery.com>
9638
9639 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9640 Handle the case of targets that do not provide PID information.
9641
2efe15c4
YQ
96422015-04-13 Yao Qi <yao.qi@linaro.org>
9643
9644 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9645 and use expect instead of gdb_expect.
9646
8cd8f2f8
SDJ
96472015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9648
9649 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9650 "coredump_var_addr" to avoid naming conflict with other testcases.
9651
9ee41772
PA
96522015-04-10 Pedro Alves <palves@redhat.com>
9653
9654 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9655 gdb_test_sequence and gdb_assert.
9656
07473109
PA
96572015-04-10 Pedro Alves <palves@redhat.com>
9658
9659 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9660 test messages that don't include the breakpoint address.
9661
de3db44c
YQ
96622015-04-10 Yao Qi <yao.qi@linaro.org>
9663
9664 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9665 false for some offset and width combinations which aren't
9666 supported by linux kernel.
9667
c79d856c
PA
96682015-04-10 Pedro Alves <palves@redhat.com>
9669
9670 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9671 procedure, factored out from ...
9672 (top level): ... here. Add "set displaced-stepping" testing axis.
9673 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9674 parameter "displaced". Use it.
9675 (top level): Use foreach and add "set displaced-stepping" testing
9676 axis.
9677
ebc90b50
PA
96782015-04-10 Pedro Alves <palves@redhat.com>
9679
9680 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9681 Remove comment.
9682 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9683 both the address of the instruction that triggers the watchpoint
9684 and the address of the instruction immediately after, and use
9685 those addresses for the test. Fix comment.
9686
8f572e5c
PA
96872015-04-10 Pedro Alves <palves@redhat.com>
9688
9689 * gdb.base/sigstep.exp (breakpoint_to_handler)
9690 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9691 Test "backtrace" in handler.
9692 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9693 (top level): Add new "displaced" test axis to
9694 breakpoint_to_handler, breakpoint_to_handler_entry and
9695 breakpoint_over_handler.
9696
8d707a12
PA
96972015-04-10 Pedro Alves <palves@redhat.com>
9698
9699 PR gdb/18216
9700 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9701
ef713951
YQ
97022015-04-10 Yao Qi <yao.qi@linaro.org>
9703
9704 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9705 (test_add_rn_pc): New function.
9706 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9707 (top level): Invoke test_add_rn_pc.
9708
906d60cf
PA
97092015-04-10 Pedro Alves <palves@redhat.com>
9710
9711 PR gdb/13858
9712 * gdb.base/step-over-no-symbols.exp: New file.
9713
f2983cc3
AW
97142015-04-09 Andy Wingo <wingo@igalia.com>
9715
9716 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9717 after the Python tests.
9718
6d62641c
SDJ
97192015-04-08 Keith Seitz <keiths@redhat.com>
9720
9721 PR python/16699
9722 * gdb.python/py-completion.exp: New tests for completion.
9723 * gdb.python/py-completion.py (CompleteLimit1): New class.
9724 (CompleteLimit2): Likewise.
9725 (CompleteLimit3): Likewise.
9726 (CompleteLimit4): Likewise.
9727 (CompleteLimit5): Likewise.
9728 (CompleteLimit6): Likewise.
9729 (CompleteLimit7): Likewise.
9730
f3770638
PA
97312015-04-08 Pedro Alves <palves@redhat.com>
9732
9733 PR gdb/18214
9734 PR gdb/18216
9735 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9736 function.
9737 (main): Install it as SIGUSR1 handler.
9738 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9739 parameter. Always use "setup" as prefix. Toggle "set
9740 displaced-stepping" off/on depending on global. Don't switch to
9741 thread 1 here.
9742 (top level): Add displaced stepping "off/on" test axis. Update
9743 "setup" calls. Wrap each subtest with with_test_prefix. Test
9744 continuing with a queued signal in each thread.
9745
4496bed7
PA
97462015-04-08 Pedro Alves <palves@redhat.com>
9747
9748 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9749 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9750 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9751 Return early if running to main fails.
9752 * gdb.trace/while-stepping.exp: Likewise.
9753
b97fde92
PA
97542015-04-07 Pedro Alves <palves@redhat.com>
9755
9756 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9757 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9758 interact with inferior program.
9759
f71c18e7
PA
97602015-04-07 Pedro Alves <palves@redhat.com>
9761
9762 * lib/gdb.exp (inferior_spawn_id): New global.
9763 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9764 spawn id after processing the user code.
9765 (default_gdb_start): Set inferior_spawn_id.
9766 (send_inferior): New procedure.
9767 * lib/gdbserver-support.exp (gdbserver_start): Set
9768 inferior_spawn_id.
9769 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9770
6423214f
PA
97712015-04-07 Pedro Alves <palves@redhat.com>
9772
9773 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9774 * lib/gdbserver-support.exp (gdbserver_start): Make
9775 $server_spawn_id global.
9776 (gdbserver_start): Don't wait for gdbserver's spawn id with
9777 expect_background.
9778 (close_gdbserver): New procedure.
9779 (gdb_exit): Rename the default version and reimplement.
9780
71c0ee8c
PA
97812015-04-07 Pedro Alves <palves@redhat.com>
9782
72f4393d 9783 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
9784 append the substituted item, not the original item.
9785
203bc29b
PA
97862015-04-07 Pedro Alves <palves@redhat.com>
9787
9788 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9789 gdb_expect.
9790
508a3ddf
PA
97912015-04-07 Pedro Alves <palves@redhat.com>
9792
9793 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9794 output appearing once only.
9795
9f6dbe2b
PA
97962015-04-07 Pedro Alves <palves@redhat.com>
9797
9798 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9799 that doesn't expect anything. Return early if running to main
9800 fails.
9801
337532fa
YQ
98022015-04-07 Yao Qi <yao.qi@linaro.org>
9803
9804 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9805 (child_function): Call alarm.
9806 (main): Move call to alarm into the loop.
9807 * gdb.threads/non-stop-fair-events.exp: Build program with
9808 -DTIMEOUT=$timeout.
9809
01b622d4
DE
98102015-04-06 Doug Evans <xdje42@gmail.com>
9811
9812 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9813 Fix dest parameter to board_info.
9814 (fpc_compile): Ditto.
9815 (gdb_compile_pascal): Rename dest arg to destfile.
9816
961f4160
PMR
98172015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9818
9819 * gdb.ada/funcall_ref.exp: New file.
9820 * gdb.ada/funcall_ref/foo.adb: New file.
9821
cafda597
YQ
98222015-04-02 Yao Qi <yao.qi@linaro.org>
9823
9824 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9825 is remote.
9826
fed040c6
GB
98272015-04-02 Gary Benson <gbenson@redhat.com>
9828
9829 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9830
d11916aa
SS
98312015-04-01 Sasha Smundak <asmundak@google.com>
9832
9833 * gdb.python/py-unwind-maint.c: New file.
9834 * gdb.python/py-unwind-maint.exp: New test.
9835 * gdb.python/py-unwind-maint.py: New file.
9836 * gdb.python/py-unwind.c: New file.
9837 * gdb.python/py-unwind.exp: New test.
9838 * gdb.python/py-unwind.py: New test.
9839
a1471180
PA
98402015-04-01 Pedro Alves <palves@redhat.com>
9841
9842 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9843 to fail instead of non-existent $test.
9844
0bbeccb1
PA
98452015-04-01 Pedro Alves <palves@redhat.com>
9846
9847 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9848 GDBFLAGS if not empty.
9849
3c724c8c
PMR
98502015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9851
9852 * gdb.ada/complete.exp: Remove "multi_line".
9853 * gdb.ada/info_exc.exp: Remove "multi_line".
9854 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9855 * gdb.ada/ptype_field.exp: Remove "multi_line".
9856 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9857 * gdb.ada/tagged.exp: Remove "multi_line".
9858 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9859 [multi_line ...]
9860 * gdb.btrace/delta.exp: Likewise.
9861 * gdb.btrace/exception.exp: Likewise.
9862 * gdb.btrace/function_call_history.exp: Likewise.
9863 * gdb.btrace/instruction_history.exp: Likewise.
9864 * gdb.btrace/nohist.exp: Likewise.
9865 * gdb.btrace/record_goto.exp: Likewise.
9866 * gdb.btrace/segv.exp: Likewise.
9867 * gdb.btrace/stepi.exp: Likewise.
9868 * gdb.btrace/tailcall.exp: Likewise.
9869 * gdb.btrace/unknown_functions.exp: Likewise.
9870 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9871 * lib/gdb.exp: Add the "multi_line" helper.
9872
4eec2deb
PA
98732015-04-01 Pedro Alves <palves@redhat.com>
9874
9875 * gdb.threads/tid-reuse.c: New file.
9876 * gdb.threads/tid-reuse.exp: New file.
9877
df8411da
SDJ
98782015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9879
9880 PR corefiles/16092
9881 * gdb.base/coredump-filter.c: New file.
9882 * gdb.base/coredump-filter.exp: Likewise.
9883
6ef37366
PM
98842015-03-27 Petr Machata <pmachata@redhat.com>
9885
9886 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9887 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9888 (Dwarf::assemble): Initialize them.
9889 (Dwarf::lines): New function.
9890
7ec911b0
JT
98912015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9892
9893 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9894 SYMBOL_PREFIX for x86_64-*-cygwin.
9895
ff908ebf
AW
98962015-03-26 Andy Wingo <wingo@igalia.com>
9897
9898 PR symtab/18148
9899 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9900 const_value but not a location.
9901 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9902 location defined in non-main CUs are visible.
9903
6d5f0679
YQ
99042015-03-26 Yao Qi <yao.qi@linaro.org>
9905
9906 PR testsuite/18139
9907 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9908 Add a line number entry for the same line.
9909 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9910 Add a line number entry for the same line.
9911
2898689b
YQ
99122015-03-26 Yao Qi <yao.qi@linaro.org>
9913
9914 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9915 .int 0.
9916 (func): Likewise. Add .Lfunc_1 label.
9917 Use .Lfunc_1 label.
9918 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9919 .int 0.
9920 (func): Likewise.
9921 Use .Lfunc_1 label.
9922
85180498
YQ
99232015-03-26 Yao Qi <yao.qi@linaro.org>
9924
9925 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9926 Call gdb_compile instead to compile each .s files without debug
9927 information.
9928
8aa08a8d
YQ
99292015-03-26 Yao Qi <yao.qi@linaro.org>
9930
9931 * gdb.base/savedregs.exp (process_saved_regs): Make
9932 "Saved registers:" optional in the pattern.
9933
66849923
MM
99342015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9935
9936 * gdb.btrace/next.exp: Merged into step.exp.
9937 * gdb.btrace/finish.exp: Merged into step.exp.
9938 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9939 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9940 "record goto" and checking the exact replay position.
9941 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9942 check for "Recording format" in "info record" output.
9943 * gdb.btrace/record_goto.exp: Choose test file based on target.
9944 * gdb.btrace/x86-record_goto.S: Renamed into ...
9945 * gdb.btrace/x86_64-record_goto.S: ... this.
9946 * gdb.btrace/i686-record_goto.S: New.
9947 * gdb.btrace/x86-tailcall.S: Renamed into ...
9948 * gdb.btrace/x86_64-tailcall.S: ... this.
9949 * gdb.btrace/i686-tailcall.S: New.
9950 * gdb.btrace/x86-tailcall.c: Renamed into ...
9951 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9952 separate statements. Update test.
9953 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9954 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9955 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9956 * gdb.btrace/tailcall.exp: Choose test file based on target.
9957 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9958
11cc1b74
MM
99592015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9960
9961 * gdb.btrace/exception.exp: Increase BTS buffer size.
9962
a25d8bf9
PA
99632015-03-24 Pedro Alves <palves@redhat.com>
9964
9965 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9966
856e7dd6
PA
99672015-03-24 Pedro Alves <palves@redhat.com>
9968
9969 * gdb.threads/schedlock.exp (test_step): No longer expect that
9970 "set scheduler-locking step" with "next" over a function call runs
9971 threads unlocked.
9972
ad235a41
AT
99732015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9974
9975 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9976
15630549
AT
99772015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9978
9979 PR breakpoints/16466
9980 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9981 * gdb.mi/mi-pending.c (thread_func): New function.
9982 (int main): Add threading support required.
9983 * gdb.mi/mi-pending.exp: Add tests for this issue.
9984 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9985 (pendfunc2): Remove stdio dependency.
9986 * gdb.mi/mi-pendshr2.c: New file.
9987
693dca06
KS
99882015-03-23 Keith Seitz <keiths@redhat.com>
9989
9990 * gdb.linespec/keywords.c: New file.
9991 * gdb.linespec/keywords.exp: New file.
9992
7e993ebf
KS
99932015-03-23 Keith Seitz <keiths@redhat.com>
9994
9995 PR gdb/18021
9996 * gdb.dwarf2/staticvirtual.exp: New test.
9997
bc23328c
JK
99982015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9999
10000 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10001 * README: Remove HP-UX and gdb.hp.
10002 (configuration):
10003 * configure: Regenerate.
10004 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10005 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10006 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10007 gdb.hp/gdb.defects/Makefile.
10008 * gdb.hp/Makefile.in: File deleted.
10009 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10010 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10011 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10012 * gdb.hp/gdb.aCC/run.c: File deleted.
10013 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10014 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10015 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10016 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10017 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10018 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10019 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10020 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10021 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10022 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10023 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10024 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10025 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10026 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10027 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10028 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10029 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10030 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10031 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10032 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10033 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10034 * gdb.hp/gdb.compat/average.c: File deleted.
10035 * gdb.hp/gdb.compat/sum.c: File deleted.
10036 * gdb.hp/gdb.compat/xdb.c: File deleted.
10037 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10038 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10039 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10040 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10041 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10042 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10043 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10044 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10045 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10046 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10047 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10048 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10049 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10050 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10051 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10052 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10053 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10054 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10055 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10056 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10057 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10058 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10059 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10060 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10061 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10062 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10063 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10064 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10065 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10066 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10067 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10068 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10069 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10070 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10071 * gdb.hp/tools/odump: File deleted.
10072
8bf3b159
PA
100732015-03-19 Pedro Alves <palves@redhat.com>
10074
10075 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10076 (saw_thread_3): New globals.
10077 (top level): Increment them when an event for the corresponding
10078 thread is seen.
10079 (no thread starvation): New test.
10080
eb54c8bf
PA
100812015-03-19 Pedro Alves <palves@redhat.com>
10082
10083 * gdb.threads/continue-pending-status.c: New file.
10084 * gdb.threads/continue-pending-status.exp: New file.
10085
32d2e5d6
PA
100862015-03-18 Pedro Alves <palves@redhat.com>
10087
10088 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10089 Use gdb_is_target_remote instead of is_remote. Use
10090 gdb_test_multiple instead of gdb_expect. Exit early if
10091 gdb_test_multiple hits its internal matches. Tighten stepi tests
10092 expected output. Fail on exit with any signal, instead of just
10093 SIGILL.
10094
f68f11b7
YQ
100952015-03-18 Yao Qi <yao.qi@linaro.org>
10096
10097 PR tdep/18107
10098 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10099 variable.
10100 * gdb.base/catch-syscall.exp: Don't skip it on
10101 aarch64*-*-linux* target. Remove elements in all_syscalls.
10102 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10103 target.
10104 (setup_all_syscalls): New proc.
10105
ca5fd19b
YQ
101062015-03-16 Yao Qi <yao.qi@linaro.org>
10107
10108 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10109 (top level): Skip tests if valid_addr_p returns false for
10110 $cmd1 or $cmd2.
10111
85642ba0
AW
101122015-03-11 Andy Wingo <wingo@igalia.com>
10113
10114 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10115
e03f9645
YQ
101162015-03-11 Yao Qi <yao.qi@linaro.org>
10117
10118 * gdb.base/catch-syscall.exp: Fix typo in comments.
10119
5d0962b2
YQ
101202015-03-11 Yao Qi <yao.qi@linaro.org>
10121
10122 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10123
b2df3cef
PA
101242015-03-09 Pedro Alves <palves@redhat.com>
10125
10126 * dg-extract-results.py: Delete.
10127
ef878e53
PA
101282015-03-09 Pedro Alves <palves@redhat.com>
10129
10130 Merge dg-extract-results.sh from GCC upstream (r218843).
10131
10132 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10133 * dg-extract-results.sh: Use --text with grep to avoid issues with
10134 binary files. Fall back to cat -v, if that doesn't work.
10135
9494d219
PA
101362015-03-05 Pedro Alves <palves@redhat.com>
10137
10138 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10139
a8d9763a
SM
101402015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10141
10142 * lib/mi-support.exp (mi_expect_interrupt): Accept
10143 alternative event for when in all-stop mode.
10144
be9957b8
PA
101452015-03-04 Pedro Alves <palves@redhat.com>
10146
10147 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10148
d57be0f4 101492015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
10150
10151 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10152
c214c7cf
AA
101532015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10154
10155 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10156 regexps for GDB's current line display, accept a hex address
10157 preceding the line number.
10158
6d74a497
AA
101592015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10160
10161 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10162 the 'arch1' variable for "s390*-linux*" targets.
10163
511aee7c
PA
101642015-03-04 Pedro Alves <palves@redhat.com>
10165
10166 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10167 (main): Pass missing retval argument to pthread_join call.
10168
95e50b27
PA
101692015-03-02 Pedro Alves <palves@redhat.com>
10170
10171 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10172 (top level): Call do_test with non-stop as well.
10173
28054d69
PA
101742015-03-02 Pedro Alves <palves@redhat.com>
10175
10176 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10177 -1.
10178
4fa5d7b4
AA
101792015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10180
10181 * gdb.arch/s390-vregs.exp: New test.
10182 * gdb.arch/s390-vregs.S: New file.
10183
97c18565
PA
101842015-02-27 Pedro Alves <palves@redhat.com>
10185
10186 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10187 call to catch_command_errors.
10188 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10189 catch_command_errors.
10190
a37bfa30
PA
101912015-02-27 Pedro Alves <palves@redhat.com>
10192
10193 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10194 "true" for boolean result.
10195 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10196 prototype of main.
10197
6f98576f
PA
101982015-02-27 Pedro Alves <palves@redhat.com>
10199
10200 * lib/unbuffer_output.c: New file.
10201 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10202 (main): Call gdb_unbuffer_output.
10203
eba5ab56
YQ
102042015-02-27 Yao Qi <yao.qi@linaro.org>
10205
10206 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10207 target.
10208
0def5aaa
DE
102092015-02-26 Doug Evans <dje@google.com>
10210
10211 * gdb.cp/class2.cc (Dbase, D): New classes.
10212 (main): New local delta.
10213 * gdb.cp/class2.exp: Test printing delta.
10214 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10215 (dynbar): New global.
10216 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10217
081a1c2c
JK
102182015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10219
10220 * gdb.compile/compile-ifunc.c: New file.
10221 * gdb.compile/compile-ifunc.exp: New file.
10222
2f41223f
AT
102232015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10224
10225 * gdb.base/structs.exp: Check for correct struct on finish.
10226
03eddd80
YQ
102272015-02-26 Yao Qi <yao.qi@linaro.org>
10228
10229 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10230 is zero.
10231
80c57053
JK
102322015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10233
10234 * gdb.arch/cordic.ko.bz2: New file.
10235 * gdb.arch/cordic.ko.debug.bz2: New file.
10236 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10237
21613c12
YQ
102382015-02-25 Yao Qi <yao.qi@linaro.org>
10239
10240 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10241 aarch64*-*-* target.
10242
d8b901ed
PA
102432015-02-23 Pedro Alves <palves@redhat.com>
10244
10245 * lib/gdb.exp (delete_breakpoints): Rewrite using
10246 gdb_test_multiple.
10247
e5b85ead
PA
102482015-02-23 Pedro Alves <palves@redhat.com>
10249
10250 * gdb.base/info-os.c: Include stdlib.h.
10251
85c3a371
DE
102522015-02-22 Doug Evans <xdje42@gmail.com>
10253
10254 PR symtab/17855
10255 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10256 is read after symbols have been re-read.
10257 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10258 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10259
96553a0c
DE
102602015-02-21 Doug Evans <dje@google.com>
10261
10262 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10263
97a0c697
JK
102642015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10265
10266 PR corefiles/17808
10267 * gdb.arch/i386-biarch-core.core.bz2: New file.
10268 * gdb.arch/i386-biarch-core.exp: New file.
10269
a47cd6e9
PA
102702015-02-21 Pedro Alves <palves@redhat.com>
10271
10272 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10273 runto_main fails.
10274
c5facdc4
PA
102752015-02-20 Pedro Alves <palves@redhat.com>
10276
10277 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10278 info probes.
10279
2db9a427
PA
102802015-02-20 Pedro Alves <palves@redhat.com>
10281
10282 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10283
60fb7e9e
PA
102842015-02-20 Pedro Alves <palves@redhat.com>
10285
10286 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10287 clean_restart before gdb_target_supports_trace.
10288
5c5019c2
PA
102892015-02-20 Pedro Alves <palves@redhat.com>
10290
10291 PR threads/18006
10292 * gdb.threads/clone-thread_db.c: New file.
10293 * gdb.threads/clone-thread_db.exp: New file.
10294
c9587f88
AT
102952015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10296
10297 PR breakpoints/16812
10298 * gdb.base/catch-gdb-caused-signals.c: New file.
10299 * gdb.base/catch-gdb-caused-signals.exp: New file.
10300
f6a88844
JM
103012015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10302
10303 * configure: Regenerated.
10304 * configure.ac: Use GDB_AC_TRANSFORM.
10305 * aclocal.m4: sinclude ../transform.m4.
10306
497c491b
JM
103072015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10308
10309 * lib/dtrace.exp: New file.
10310 * gdb.base/dtrace-probe.exp: Likewise.
10311 * gdb.base/dtrace-probe.d: Likewise.
10312 * gdb.base/dtrace-probe.c: Likewise.
10313 * lib/pdtrace.in: Likewise.
10314 * configure.ac: Output variables with the transformed names of
10315 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10316 * configure: Regenerated.
10317
03e98035
JM
103182015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10319
10320 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10321 expected message when trying to access $_probe_* convenience
10322 variables while not on a probe.
10323
63cc30e9
JK
103242015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10325
10326 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10327
0703599a
PA
103282015-02-11 Pedro Alves <pedro@codesourcery.com>
10329
10330 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10331 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10332
7e60a48e
DE
103332015-02-10 Doug Evans <xdje42@gmail.com>
10334
10335 * lib/gdb.exp (gdb_load): Always return a result.
10336
01b088bc
PA
103372015-02-10 Pedro Alves <palves@redhat.com>
10338
10339 * gdb.threads/signal-sigtrap.c: New file.
10340 * gdb.threads/signal-sigtrap.exp: New file.
10341
b05ec7a5
AT
103422015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10343
10344 * gdb.trace/no-attach-trace.c: New file.
10345 * gdb.trace/no-attach-trace.exp: New file.
10346
a2c2acaf
MW
103472015-02-09 Mark Wielaard <mjw@redhat.com>
10348
10349 * gdb.dwarf2/atomic.c: New file.
10350 * gdb.dwarf2/atomic-type.exp: Likewise.
10351
31fd9caa
MM
103522015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10353
10354 * gdb.btrace/buffer-size.exp: Update "info record" output.
10355 * gdb.btrace/delta.exp: Update "info record" output.
10356 * gdb.btrace/enable.exp: Update "info record" output.
10357 * gdb.btrace/finish.exp: Update "info record" output.
10358 * gdb.btrace/instruction_history.exp: Update "info record" output.
10359 * gdb.btrace/next.exp: Update "info record" output.
10360 * gdb.btrace/nexti.exp: Update "info record" output.
10361 * gdb.btrace/step.exp: Update "info record" output.
10362 * gdb.btrace/stepi.exp: Update "info record" output.
10363 * gdb.btrace/nohist.exp: Update "info record" output.
10364
d33501a5
MM
103652015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10366
10367 * gdb.btrace/buffer-size: New.
10368
f4abbc16
MM
103692015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10370
10371 * gdb.btrace/delta.exp: Update "info record" output.
10372 * gdb.btrace/enable.exp: Update "info record" output.
10373 * gdb.btrace/finish.exp: Update "info record" output.
10374 * gdb.btrace/instruction_history.exp: Update "info record" output.
10375 * gdb.btrace/next.exp: Update "info record" output.
10376 * gdb.btrace/nexti.exp: Update "info record" output.
10377 * gdb.btrace/step.exp: Update "info record" output.
10378 * gdb.btrace/stepi.exp: Update "info record" output.
10379 * gdb.btrace/nohist.exp: Update "info record" output.
10380
b9d61307
SM
103812015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10382
10383 PR gdb/15678
10384 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10385
e584fdbc
PA
103862015-02-06 Pedro Alves <palves@redhat.com>
10387
10388 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10389 macro.
10390 (seconds_left, again): New globals.
10391 (main): Wait seconds_left in a 1-second sleep loop instead of
10392 sleeping 180 seconds. If 'again' is set, reset the seconds
10393 counter.
10394 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10395 'again' in the inferior before detaching. Print the seconds left.
10396 (options): New global.
10397 (top level): Build program with -DTIMEOUT=$timeout.
10398
77f41761
PA
103992015-02-06 Pedro Alves <palves@redhat.com>
10400
10401 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10402 determine how many seconds to pass to 'alarm'.
10403 * gdb.base/gdb-sigterm.exp (top level): Build program with
10404 -DTIMEOUT=$timeout.
10405 (do_test): Return success/failure indication. Add more verbose
10406 logging. Don't fail if 200 single steps are seen. Instead, fail
10407 when the test times out.
10408 (passes): New global.
10409 (top level): Break the testing loop if testing fails on any
10410 iteration. Use gdb_assert.
10411
b9394193
DB
104122015-02-04 Don Breazeal <donb@codesourcery.com>
10413
10414 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10415 and initialize them.
10416 (ipc_cleanup): New function.
10417 (main): Don't declare shmid, semid, and msqid. Add a call to
10418 atexit so that we call ipc_cleanup on exit.
10419
42d9e528
PA
104202015-02-04 Pedro Alves <palves@redhat.com>
10421
10422 * boards/native-extended-gdbserver.exp: Remove any target variant
10423 specifications from the board name before clearing the isremote
10424 flag from board_info.
10425
ae6ae975
DE
104262015-01-31 Doug Evans <xdje42@gmail.com>
10427
10428 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10429
cfb069a8
GB
104302015-01-31 Gary Benson <gbenson@redhat.com>
10431
10432 * gdb.base/completion.exp: Disable completion limiting for
10433 existing tests. Add new tests to check completion limiting.
10434 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10435
5dd31d79
DE
104362015-01-31 Doug Evans <xdje42@gmail.com>
10437
10438 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10439
9f050062
DE
104402015-01-31 Doug Evans <xdje42@gmail.com>
10441
10442 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10443 entries. Duplicate file section script entries.
10444 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10445 inlined entries. Add test for safe-path rejection.
10446 * gdb.python/py-section-script.c: Add duplicate inlined section script
10447 entries. Duplicate file section script entries.
10448 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10449 inlined entries. Add test for safe-path rejection.
10450
df25ebbd
JB
104512015-01-29 Joel Brobecker <brobecker@adacore.com>
10452
10453 * gdb.ada/disc_arr_bound: New testcase.
10454
4a0ca9ec
JB
104552015-01-29 Joel Brobecker <brobecker@adacore.com>
10456
10457 * gdb.ada/mi_var_array: New testcase.
10458
3a8b707a
DE
104592015-01-27 Doug Evans <dje@google.com>
10460
10461 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10462 Add test for objfile.filename, objfile.username after objfile
10463 has been unloaded.
10464
f8313f6e
JB
104652015-01-26 Joel Brobecker <brobecker@adacore.com>
10466
10467 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10468 the second test to print the name attribute of value
10469 returned by the call to gdb.lookup_type, and adjust
10470 the expected output accordingly.
10471
37bc665e
MW
104722015-01-25 Mark Wielaard <mjw@redhat.com>
10473
10474 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10475 * gdb.base/disp-step-fork.c: Include unistd.h.
10476 * gdb.base/siginfo-obj.c: Include stdio.h.
10477 * gdb.base/siginfo-thread.c: Likewise.
10478 * gdb.mi/non-stop.c: Include unistd.h.
10479 * gdb.mi/nsthrexec.c: Include stdio.h.
10480 * gdb.mi/pthreads.c: Include unistd.h.
10481 * gdb.modula2/unbounded1.c (main): Declare returns int.
10482 * gdb.reverse/consecutive-reverse.c: Likewise.
10483 * gdb.threads/create-fail.c: Include unistd.h.
10484 * gdb.threads/killed.c: Likewise.
10485 * gdb.threads/linux-dp.c: Likewise.
10486 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10487 * gdb.threads/non-ldr-exc-2.c: Likewise.
10488 * gdb.threads/non-ldr-exc-3.c: Likewise.
10489 * gdb.threads/non-ldr-exc-4.c: Likewise.
10490 * gdb.threads/pthreads.c: Include unistd.h.
10491 (main): Declare returns int.
10492 * gdb.threads/tls-main.c (foo): New declaration.
10493 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10494
f7e5394d
SM
104952015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10496
10497 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10498 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10499
743649fd
MW
105002015-01-15 Mark Wielaard <mjw@redhat.com>
10501
10502 * gdb.base/noreturn-return.c: New file.
10503 * gdb.base/noreturn-return.exp: New file.
10504 * gdb.base/noreturn-finish.c: New file.
10505 * gdb.base/noreturn-finish.exp: New file.
10506
198297aa
PA
105072015-01-23 Pedro Alves <palves@redhat.com>
10508
10509 * gdb.threads/continue-pending-after-query.c: New file.
10510 * gdb.threads/continue-pending-after-query.exp: New file.
10511
717cf30c
AG
105122015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10513 Simon Marchi <simon.marchi@ericsson.com>
10514
10515 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10516 * gdb.base/valgrind-db-attach.exp: Same.
10517 * gdb.base/valgrind-infcall.exp: Same.
10518 * lib/mi-support.exp (default_mi_gdb_start): Same.
10519 * lib/prompt.exp (default_prompt_gdb_start): Same.
10520 * lib/gdb.exp (default_gdb_spawn): Same.
10521 (gdb_interact): New.
10522
10523
4b62a76e
JK
105242015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10525
10526 * gdb.compile/compile.exp (pointer to jit function): New test.
10527
b4cdae6f
WW
105282015-01-17 Wei-cheng Wang <cole945@gmail.com>
10529
10530 * lib/gdb.exp (supports_process_record): Return true for
10531 powerpc*-*-linux*.
10532 (supports_reverse): Likewise.
10533
d221e7ef
DB
105342015-01-15 Don Breazeal <donb@codesourcery.com>
10535
10536 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10537 instead of checking whether the target board is remote and
10538 use spawn_wait_for_attach instead of exec/sleep.
10539 * gdb.base/attach-twice.exp: Likewise.
10540
bafffb51
JB
105412015-01-15 Joel Brobecker <brobecker@adacore.com>
10542
10543 * gdb.ada/var_arr_attrs: New testcase.
10544
5589af0e
PA
105452015-01-14 Pedro Alves <palves@redhat.com>
10546 Joel Brobecker <brobecker@adacore.com>
10547
10548 PR gdb/17525
10549 * gdb.base/bp-cmds-execution-x-script.c: New file.
10550 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10551 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10552
6c400b59
PA
105532015-01-14 Pedro Alves <palves@redhat.com>
10554
10555 PR cli/17828
10556 * gdb.base/batch-preserve-term-settings.c: New file.
10557 * gdb.base/batch-preserve-term-settings.exp: New file.
10558
e02c96a7
DE
105592015-01-13 Doug Evans <dje@google.com>
10560
10561 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10562 binary.
10563
576fd14c
JB
105642015-01-13 Joel Brobecker <brobecker@adacore.com>
10565
10566 * Makefile.in (clean mostlyclean): Do not delete *.py.
10567
04dccad0
JB
105682015-01-13 Joel Brobecker <brobecker@adacore.com>
10569
10570 * gdb.python/py-lookup-type.exp: New file.
10571
3d230f71
PA
105722015-01-12 Pedro Alves <palves@redhat.com>
10573
10574 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10575 restore GDBFLAGS before returning.
10576
7e67715d
JK
105772015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10578
10579 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10580 is_amd64_regs_target and is_x86_like_target.
10581
f2e0d4b4
DE
105822015-01-11 Doug Evans <xdje42@gmail.com>
10583
10584 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10585 is given without an explicit form.
10586 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10587 attributes.
10588 * gdb.dwarf/corrupt.exp: Ditto.
10589 * gdb.dwarf2/enum-type.exp: Ditto.
10590 * gdb.trace/entry-values.exp: Ditto.
10591 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10592
439250fb
DE
105932015-01-11 Doug Evans <xdje42@gmail.com>
10594
10595 PR gdb/15830
10596 * gdb.base/maint.exp: Remove references to "maint demangle".
10597 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10598 Add tests for explicitly specifying language to demangle.
10599 * gdb.dlang/demangle.exp: Ditto.
10600
ede9f622
PA
106012015-01-09 Pedro Alves <palves@redhat.com>
10602
10603 * gdb.threads/non-stop-fair-events.c: New file.
10604 * gdb.threads/non-stop-fair-events.exp: New file.
10605
a7b796db
PA
106062015-01-09 Pedro Alves <palves@redhat.com>
10607
10608 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10609 the global scope. Set a breakpoint after all threads are started
10610 rather than stepping over two source lines. Expect the prompt.
10611 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10612 global.
10613 (NUM): Now 15.
10614 (main): Use threads_started_barrier to wait for all threads to
10615 start. Main thread no longer calls thread_function. Exit after
10616 180 seconds.
10617 (loop): New function.
10618 (thread_function): Wait on threads_started_barrier barrier. Call
10619 'loop' at each iteration.
10620 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10621 threads have started, instead of hardcoding number of "next"
10622 steps. Use an access watchpoint instead of a write watchpoint.
10623
9665ffdd
PA
106242015-01-09 Pedro Alves <palves@redhat.com>
10625
10626 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10627 (thread_func): Wait on barrier.
10628 (main): Wait for all threads to start before stopping GDB.
10629 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10630 global.
10631 (thread1_func, thread2_func): Wait on barrier.
10632 (main): Wait for all threads to start before stopping GDB.
10633 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10634 New global.
10635 (thread1_func, thread2_func): Wait on barrier.
10636 (main): Wait for all threads to start before stopping GDB.
10637
c945a99f
PA
106382015-01-09 Pedro Alves <palves@redhat.com>
10639
10640 * gdb.threads/attach-many-short-lived-threads.c: New file.
10641 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10642
c1a747c1
PA
106432014-01-09 Pedro Alves <palves@redhat.com>
10644
10645 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10646 instead of to thread 2.
10647 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10648 Add barrier around each pthread_create call instead of around all
10649 calls.
10650 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10651 Set a break on thread_function and have the child threads hit it
10652 one at at a time.
10653
60b3033e
PA
106542015-01-09 Pedro Alves <palves@redhat.com>
10655
10656 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10657 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10658 false.
10659 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10660 checking whether the target board is remote.
10661 * gdb.multi/multi-attach.exp: Likewise.
10662 * gdb.python/py-sync-interp.exp: Likewise.
10663 * gdb.server/ext-attach.exp: Likewise.
10664 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10665 tests that need to attach, instead of checking whether the target
10666 board is remote at the top of the file.
10667
acc018ac
YQ
106682015-01-08 Yao Qi <yao@codesourcery.com>
10669
10670 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10671
50a18af8
JK
106722015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10673
10674 Fix testcase compilation.
10675 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10676
8503d6e1
JB
106772015-01-06 Joel Brobecker <brobecker@adacore.com>
10678
10679 * gdb.python/py-type.exp: Add a couple test about empty
10680 array creation, and negative-length array creation.
10681
cc73dbcc
DE
106822015-01-02 Doug Evans <xdje42@gmail.com>
10683
10684 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10685
0300bbc7
DE
106862015-01-02 Doug Evans <dje@google.com>
10687
10688 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10689
9d85a0ec
YQ
106902014-12-29 Yao Qi <yao@codesourcery.com>
10691
10692 * gdb.trace/entry-values.exp: Update comments. Rename variable
10693 bar_call_foo to returned_from_foo.
10694
87186c6a
MMN
106952014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10696
10697 PR gdb/17394
10698 * gdb.linespec/break-asm-file.c: New file.
10699 * gdb.linespec/break-asm-file.exp: New file.
10700 * gdb.linespec/break-asm-file0.s: New file.
10701 * gdb.linespec/break-asm-file1.s: New file.
10702
1bab7383
YQ
107032014-12-18 Nigel Stephens <nigel@mips.com>
10704 Maciej W. Rozycki <macro@codesourcery.com>
10705
10706 * gdb.base/float.exp: Handle the new output from "info float" on
10707 MIPS targets.
10708
1bc1068a
JK
107092014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10710
10711 Fix MinGW compilation.
10712 * gdb.compile/compile-ops.exp: Update untested message if
10713 !skip_compile_feature_tests.
10714 * gdb.compile/compile-setjmp.exp: Likewise.
10715 * gdb.compile/compile-tls.exp: Likewise.
10716 * gdb.compile/compile.exp: Likewise.
10717 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10718 supported on this host".
10719
b6615d10
DE
107202014-12-16 Doug Evans <xdje42@gmail.com>
10721
10722 * boards/stabs.exp: New file.
10723
25dda427
AA
107242014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10725
10726 * gdb.base/completion.exp: Adjust to format changes of "maint
10727 print user-registers".
10728
bf330350
CU
107292014-12-16 Catalin Udma <catalin.udma@freescale.com>
10730
10731 PR server/17457
10732 * gdb.arch/aarch64-fp.c: New file.
10733 * gdb.arch/aarch64-fp.exp: New file.
10734
395cf596
SDJ
107352014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10736
10737 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10738 r210637, r210913, r211666, r215400, r215817).
10739
10740 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10741 * dg-extract-results.py: New file.
10742 * dg-extract-results.sh: Use it if the environment seems
10743 suitable.
10744
10745 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10746
10747 * dg-extract-results.py (parse_run): Handle warnings that
10748 are printed before a test harness is run.
10749
10750 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10751
10752 * dg-extract-results.py (Named): Remove __cmp__ method.
10753 (output_variation): Use a key to sort variation.harnesses.
10754
10755 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10756
10757 * dg-extract-results.py: For Python 3, force sys.stdout to
10758 handle surrogate escape sequences.
10759 (safe_open): New function.
10760 (output_segment, main): Use it.
10761
10762 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10763
10764 * dg-extract-results.py (Prog.result_re): Include options
10765 in test name.
10766
10767 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10768
10769 * dg-extract-results.py (output_variation): Always sort if
10770 do_sum.
10771
e882ef3c
SM
107722014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10773
10774 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10775 as long as we get pagination notifications.
10776
4992aa20
JM
107772014-12-15 Jason Merrill <jason@redhat.com>
10778
10779 * Makefile.in (check-gdb.%): Restore.
10780 * README: Mention it.
10781
c1b5a1a6
JB
107822014-12-13 Joel Brobecker <brobecker@adacore.com>
10783
10784 * gdb.ada/str_uninit: New testcase.
10785
5537b577
JK
107862014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10787
10788 PR symtab/17642
10789 * gdb.base/vla-stub-define.c: New file.
10790 * gdb.base/vla-stub.c: New file.
10791 * gdb.base/vla-stub.exp: New file.
10792
bb2ec1b3
TT
107932014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10794 Jan Kratochvil <jan.kratochvil@redhat.com>
10795 Tom Tromey <tromey@redhat.com>
10796
10797 * configure.ac: Add gdb.compile/.
10798 * configure: Regenerate.
10799 * gdb.compile/Makefile.in: New file.
10800 * gdb.compile/compile-ops.exp: New file.
10801 * gdb.compile/compile-ops.c: New file.
10802 * gdb.compile/compile-tls.c: New file.
10803 * gdb.compile/compile-tls.exp: New file.
10804 * gdb.compile/compile-constvar.S: New file.
10805 * gdb.compile/compile-constvar.c: New file.
10806 * gdb.compile/compile-mod.c: New file.
10807 * gdb.compile/compile-nodebug.c: New file.
10808 * gdb.compile/compile-setjmp-mod.c: New file.
10809 * gdb.compile/compile-setjmp.c: New file.
10810 * gdb.compile/compile-setjmp.exp: New file.
10811 * gdb.compile/compile-shlib.c: New file.
10812 * gdb.compile/compile.c: New file.
10813 * gdb.compile/compile.exp: New file.
10814 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10815
4ff709eb
TT
108162014-12-12 Tom Tromey <tromey@redhat.com>
10817
10818 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10819 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10820
6dddd6a5
DE
108212014-12-12 Doug Evans <dje@google.com>
10822
10823 * lib/gdb-python.exp (get_python_valueof): New function.
10824 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10825
71c24708
AA
108262014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10827
10828 * gdb.base/completion.exp: Add test for completion of "info
10829 registers ".
10830
3e29f34a
MR
108312014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10832
10833 * gdb.base/func-ptrs.c: New file.
10834 * gdb.base/func-ptrs.exp: New file.
10835
fc126975
SM
108362014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10837
10838 PR breakpoints/17012
10839 * gdb.base/dprintf-detach.c: New file.
10840 * gdb.base/dprintf-detach.exp: New file.
10841
0a46d518
SM
108422014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10843
10844 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10845 * lib/gdb.exp (target_is_gdbserver): New procedure.
10846
a0be3e44
DE
108472014-12-08 Doug Evans <dje@google.com>
10848
10849 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10850
df1b803a
YQ
108512014-12-05 Yao Qi <yao@codesourcery.com>
10852
10853 * gdb.guile/scm-error.exp: Remove the third argument to
10854 gdb_remote_download.
10855 * gdb.guile/scm-frame-args.exp: Likewise.
10856 * gdb.guile/scm-section-script.exp: Likewise.
10857
ddb9f679
YQ
108582014-12-05 Yao Qi <yao@codesourcery.com>
10859
10860 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10861
86e4ed39
DE
108622014-12-04 Doug Evans <dje@google.com>
10863
10864 * gdb.python/py-objfile.exp: Add tests for
10865 objfile.add_separate_debug_file.
10866
7c50a931
DE
108672014-12-04 Doug Evans <dje@google.com>
10868
10869 * lib/gdb.exp (get_build_id): New function.
10870 (build_id_debug_filename_get): Rewrite to use it.
10871 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10872
621661e3
MR
108732014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10874
10875 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10876 `method(long)', not just 0x0.
10877 * gdb.cp/nsalias.exp: Align code labels to 4.
10878 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10879 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10880 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10881 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10882 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10883 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10884
29f0c3b7
DE
108852014-12-02 Doug Evans <dje@google.com>
10886
e1e061e7 10887 PR symtab/17602
29f0c3b7 10888 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 10889 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
10890 * gdb.cp/anon-ns.exp: Update.
10891
162078c8
NB
108922014-12-02 Nick Bull <nicholaspbull@gmail.com>
10893
10894 * gdb.python/py-events.py (inferior_call_handler): New.
10895 (register_changed_handler, memory_changed_handler): New.
10896 (test_events.invoke): Register new handlers.
10897 * gdb.python/py-events.exp: Add tests for inferior call,
10898 memory_changed and register_changed events.
10899
fdb09caf
AA
109002014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10901
10902 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10903 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10904 if the linker doesn't understand this.
10905
55cfb2c4
SM
109062014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10907
10908 * gdb.python/python.exp: Change expected reply to help().
10909
9e8cd6df
YQ
109102014-12-01 Yao Qi <yao@codesourcery.com>
10911
10912 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10913 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10914 * configure: Re-generated.
10915
6c659fc2
SC
109162014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10917
10918 * gdb.cp/chained-calls.cc: New file.
10919 * gdb.cp/chained-calls.exp: New file.
10920 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10921
d7fc3181
SM
109222014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10923
10924 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10925 * gdb.dwarf2/symtab-producer.exp: Same.
10926 * gdb.gdb/python-interrupts.exp: Same.
10927 * gdb.gdb/python-selftest.exp: Same.
10928 * gdb.python/py-linetable.exp: Same.
10929 * gdb.python/py-type.exp: Same.
10930 * gdb.python/py-value-cc.exp: Same.
10931 * gdb.python/py-value.exp: Same.
10932
10e79639
YQ
109332014-11-28 Yao Qi <yao@codesourcery.com>
10934
10935 * gdb.base/break-probes.exp: Match library name prefixed with
10936 sysroot.
10937
f28a0564
SM
109382014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10939
10940 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10941 test expected output. Add parentheses for the call to print.
10942 Remove L suffix from integers.
10943
3fe1ce1d
DE
109442014-11-26 Doug Evans <dje@google.com>
10945
10946 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10947
84429e27
YQ
109482014-11-22 Yao Qi <yao@codesourcery.com>
10949
10950 * gdb.trace/entry-values.c: Remove asms.
10951 (foo): Add foo_label.
10952 (bar): Add bar_label.
10953 * gdb.trace/entry-values.exp: Remove code computing foo's
10954 length and bar's length.
10955 (Dwarf::assemble): Invoke function_range for bar and use
10956 MACRO_AT_func for foo.
10957
26741859
YQ
109582014-11-22 Yao Qi <yao@codesourcery.com>
10959
10960 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10961 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10962 Use .Lgcc43_procstart instead of gcc43.
10963
45e44d27
JB
109642014-11-21 Joel Brobecker <brobecker@adacore.com>
10965
10966 * gdb.ada/n_arr_bound: New testcase.
10967
458c8db8
SDJ
109682014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10969
10970 PR breakpoints/10737
10971 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10972 test_catch_syscall_multi_arch.
10973 (test_catch_syscall_multi_arch): New function.
10974
43f3e411
DE
109752014-11-20 Doug Evans <xdje42@gmail.com>
10976
10977 * gdb.base/maint.exp: Update expected output.
10978
0d7b2549
AA
109792014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10980
10981 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10982 4-byte instruction on S390.
10983
8908fca5
JB
109842014-11-19 Joel Brobecker <brobecker@adacore.com>
10985
10986 * gdb.ada/arr_arr: New testcase.
10987
4a46959e
JB
109882014-11-19 Joel Brobecker <brobecker@adacore.com>
10989
10990 * gdb.ada/pkd_arr_elem: New Testcase.
10991
470e2f4e
LM
109922014-11-18 Luis Machado <lgustavo@codesourcery.com>
10993
10994 * gdb.reverse/break-precsave: Expect completion message for
10995 core file reads.
10996 * gdb.reverse/consecutive-precsave.exp: Likewise.
10997 * gdb.reverse/finish-precsave.exp: Likewise.
10998 * gdb.reverse/i386-precsave.exp: Likewise.
10999 * gdb.reverse/machinestate-precsave.exp: Likewise.
11000 * gdb.reverse/sigall-precsave.exp: Likewise.
11001 * gdb.reverse/solib-precsave.exp: Likewise.
11002 * gdb.reverse/step-precsave.exp: Likewise.
11003 * gdb.reverse/until-precsave.exp: Likewise.
11004 * gdb.reverse/watch-precsave.exp: Likewise.
11005
a267f3ad
AA
110062014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11007
11008 * gdb.base/bp-permanent.c: Include unistd.h.
11009 * gdb.python/py-framefilter-mi.c (main): Add return type.
11010 * gdb.python/py-framefilter.c (main): Likewise.
11011 * gdb.trace/actions-changed.c (main): Likewise.
11012
12084a9a
AA
110132014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11014
11015 * gdb.mi/until.c: Add eye-catchers.
11016 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11017 line numbers.
11018
dc7e1a77
AA
110192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11020
11021 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11022 function header variants in break1.c.
11023 * gdb.base/ena-dis-br.exp: Likewise.
11024 * gdb.base/hbreak2.exp: Likewise.
11025 * gdb.reverse/until-precsave.exp: Drop references to removed
11026 non-prototype function header variants in ur1.c.
11027 * gdb.reverse/until-reverse.exp: Likewise.
11028
41c77605
PM
110292014-11-17 Petr Machata <pmachata@redhat.com>
11030
11031 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11032 ${_cu_offset_size} bytes abbrev offset.
11033
34248c3a
DE
110342014-11-15 Doug Evans <xdje42@gmail.com>
11035
11036 PR symtab/17559
11037 * gdb.base/line-symtabs.exp: New file.
11038 * gdb.base/line-symtabs.c: New file.
11039 * gdb.base/line-symtabs.h: New file.
11040
646da059
YQ
110412014-11-14 Yao Qi <yao@codesourcery.com>
11042
11043 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11044 (func): Add label func_label.
11045 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11046 Replace low_pc and high_pc with MACRO_AT_range.
11047 Replace name, low_pc and high_pc with MACRO_AT_func.
11048
9301ebe6
YQ
110492014-11-14 Yao Qi <yao@codesourcery.com>
11050
11051 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11052 Replace name, low_pc and high_pc with MACRO_AT_func.
11053
f166b542
YQ
110542014-11-14 Yao Qi <yao@codesourcery.com>
11055
11056 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11057 produce debug information.
11058 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11059
0f6e71e3
YQ
110602014-11-14 Yao Qi <yao@codesourcery.com>
11061
11062 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11063 object and get function length.
11064 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11065 with MACRO_AT_func.
11066 (top-level): Replace gdb_compile and clean_restart with
11067 prepare_for_testing.
11068 * gdb.dwarf2/main.c (main): Add label main_label.
11069
876c4df9
YQ
110702014-11-14 Yao Qi <yao@codesourcery.com>
11071
11072 * lib/dwarf.exp (function_range): New procedure.
11073 (Dwarf::_handle_macro_at_func): New procedure.
11074 (Dwarf::_handle_macro_at_range): New procedure.
11075 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11076
02ad9cf1
YQ
110772014-11-14 Yao Qi <yao@codesourcery.com>
11078
11079 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11080 (_handle_attribute): New procedure.
11081
a59add0c
AA
110822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11083
11084 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11085 * gdb.base/call-sc.c (zed): Likewise.
11086 * gdb.base/checkpoint.c (main): Likewise.
11087 * gdb.base/dump.c (main): Likewise.
11088 * gdb.base/gcore.c (main): Likewise.
11089 * gdb.base/huge.c (main): Likewise.
11090 * gdb.base/multi-forks.c (main): Likewise.
11091 * gdb.base/pr10179-a.c (main): Likewise.
11092 * gdb.base/savedregs.c (main): Likewise.
11093 * gdb.base/sigaltstack.c (main): Likewise.
11094 * gdb.base/siginfo.c (main): Likewise.
11095 * gdb.base/structs.c (zed): Likewise.
11096 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11097 * gdb.mi/mi-syn-frame.c (main): Likewise.
11098 * gdb.mi/until.c (foo, main): Likewise.
11099 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11100 * gdb.base/solib-weak.c (foo): Declare.
11101 * gdb.base/attach-twice.c: Include stdio.h.
11102 * gdb.base/weaklib1.c: Likewise.
11103 * gdb.base/weaklib2.c: Likewise.
11104 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11105 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11106 unistd.h.
11107 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11108 * gdb.mi/mi-exit-code.c: Likewise.
11109 * gdb.base/break-interp-lib.c: Include string.h.
11110 * gdb.base/coremaker.c: Likewise.
11111 * gdb.base/testenv.c: Likewise.
11112 * gdb.python/py-finish-breakpoint.c: Likewise.
11113 * gdb.base/inferior-died.c: Include sys/wait.h.
11114 * gdb.base/fileio.c: Include time.h.
11115 * gdb.base/async-shell.c: Include unistd.h.
11116 * gdb.base/dprintf-non-stop.c: Likewise.
11117 * gdb.base/info-os.c: Likewise.
11118 * gdb.mi/mi-console.c: Likewise.
11119 * gdb.mi/watch-nonstop.c: Likewise.
11120 * gdb.python/py-events.c: Likewise.
11121 * gdb.base/async.c (baz): Move up before its invocation.
11122 * gdb.base/code_elim2.c (my_global_func): Likewise.
11123 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11124 * gdb.base/advance.c (func2): Likewise.
11125
3b5d5997
AA
111262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11127
11128 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11129 variant.
11130 * gdb.base/annota3.c: Likewise.
11131 * gdb.base/async.c: Likewise.
11132 * gdb.base/average.c: Likewise.
11133 * gdb.base/call-ar-st.c: Likewise.
11134 * gdb.base/call-rt-st.c: Likewise.
11135 * gdb.base/call-sc.c: Likewise.
11136 * gdb.base/call-strs.c: Likewise.
11137 * gdb.base/ending-run.c: Likewise.
11138 * gdb.base/execd-prog.c: Likewise.
11139 * gdb.base/exprs.c: Likewise.
11140 * gdb.base/foll-exec.c: Likewise.
11141 * gdb.base/foll-fork.c: Likewise.
11142 * gdb.base/foll-vfork.c: Likewise.
11143 * gdb.base/funcargs.c: Likewise.
11144 * gdb.base/gcore.c: Likewise.
11145 * gdb.base/jump.c: Likewise.
11146 * gdb.base/langs0.c: Likewise.
11147 * gdb.base/langs1.c: Likewise.
11148 * gdb.base/langs2.c: Likewise.
11149 * gdb.base/mips_pro.c: Likewise.
11150 * gdb.base/nodebug.c: Likewise.
11151 * gdb.base/opaque0.c: Likewise.
11152 * gdb.base/opaque1.c: Likewise.
11153 * gdb.base/recurse.c: Likewise.
11154 * gdb.base/run.c: Likewise.
11155 * gdb.base/scope0.c: Likewise.
11156 * gdb.base/scope1.c: Likewise.
11157 * gdb.base/setshow.c: Likewise.
11158 * gdb.base/setvar.c: Likewise.
11159 * gdb.base/shmain.c: Likewise.
11160 * gdb.base/shr1.c: Likewise.
11161 * gdb.base/shr2.c: Likewise.
11162 * gdb.base/sigall.c: Likewise.
11163 * gdb.base/signals.c: Likewise.
11164 * gdb.base/so-indr-cl.c: Likewise.
11165 * gdb.base/solib2.c: Likewise.
11166 * gdb.base/structs.c: Likewise.
11167 * gdb.base/sum.c: Likewise.
11168 * gdb.base/vforked-prog.c: Likewise.
11169 * gdb.base/watchpoint.c: Likewise.
11170 * gdb.reverse/shr2.c: Likewise.
11171 * gdb.reverse/until-reverse.c: Likewise.
11172 * gdb.reverse/ur1.c: Likewise.
11173 * gdb.reverse/watch-reverse.c: Likewise.
11174
066a77c5
AA
111752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11176
11177 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11178 variant.
11179 * gdb.base/sepdebug.exp: Drop references to removed code.
11180
4f204ea5
AA
111812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11182
11183 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11184 variant. Preserve original line numbering.
11185 * gdb.base/list1.c: Likewise.
11186
3b377a3a
AA
111872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11188
11189 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11190 variant.
11191 * gdb.base/break1.c: Likewise.
11192 * gdb.base/break.exp: Drop references to removed code.
11193
e444df73
AA
111942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11195
11196 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11197 variant.
11198
8008f2a7
AA
111992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11200
11201 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11202
a5a06887
AA
112032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11204
11205 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11206 logic into perform_all_tests() and invoke it with and without
11207 function header prototypes.
11208 (do_function_calls): Remove conditional XFAIL for PR 5318.
11209 (rerun_and_prepare): Remove duplicate code.
11210 (perform_all_tests): New. Main logic moved here.
11211
44dba9b9
AA
112122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11213
11214 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11215 code guarded by #ifdef NO_PROTOTYPES.
11216 (t_double_many_args): Likewise.
11217 (DEF_FUNC_MANY_ARGS_1): Likewise.
11218 (DEF_FUNC_VALUES_1): Likewise.
11219 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11220 guarded by #ifdef PROTOTYPES.
11221
d1fbcd56
AA
112222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11223
11224 * gdb.mi/mi-console.c: Add eye-catcher.
11225 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11226 instead of literal line number.
11227
b0e59b8f
AA
112282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11229
11230 * gdb.base/shr2.c: Add eye-catcher.
11231 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11232 line number.
11233
78f98cca
AA
112342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11235
11236 * gdb.base/jump.c: Add eye-catchers.
11237 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11238 numbers.
11239
58fa2af0
AA
112402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11241
11242 * gdb.base/execd-prog.c: Add eye-catchers.
11243 * gdb.base/foll-exec.c: Likewise.
11244 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11245 line numbers.
11246
04e5059b
AA
112472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11248
11249 * gdb.base/ending-run.c: Add eye-catchers.
11250 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11251 literal line numbers.
11252
dbfdb174
AA
112532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11254
11255 * gdb.base/call-rt-st.c: Add eye-catchers.
11256 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11257 literal line numbers.
11258
888a2ade
AA
112592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11260
11261 * gdb.base/call-ar-st.c: Add eye-catchers.
11262 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11263 literal line numbers.
11264
6acc2dde
AA
112652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11266
11267 * gdb.base/average.c: Add eye-catchers.
11268 * gdb.base/sum.c: Likewise.
11269 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11270 regexps dynamically.
11271
9ecfcd1d
AA
112722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11273
11274 * gdb.base/solib1.c: Add eye-catchers.
11275 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11276 literal line numbers.
11277
78708b7c
PA
112782014-11-12 Pedro Alves <palves@redhat.com>
11279
11280 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11281 leader has exited.
11282
af48d08f
PA
112832014-11-12 Pedro Alves <palves@redhat.com>
11284
11285 * gdb.arch/i386-bp_permanent.c: New file.
11286 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11287 (srcfile): Set to i386-bp_permanent.c.
11288 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11289 that stepi does not execute the 'leave' instruction, instead of
11290 testing it does execute.
11291 * gdb.base/bp-permanent.c: New file.
11292 * gdb.base/bp-permanent.exp: New file.
11293
af3768e9
DE
112942014-11-10 Doug Evans <xdje42@gmail.com>
11295
11296 PR symtab/17564
11297 * gdb.base/symtab-search-order.exp: New file.
11298 * gdb.base/symtab-search-order.c: New file.
11299 * gdb.base/symtab-search-order-1.c: New file.
11300 * gdb.base/symtab-search-order-shlib-1.c: New file.
11301
9de00a4a
PA
113022014-11-07 Pedro Alves <palves@redhat.com>
11303
11304 PR gdb/17511
11305 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11306 i?86-*-linux*.
11307
e0f52461
SC
113082014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11309
11310 PR c++/17494
11311 * gdb.cp/pr17494.cc: New file.
11312 * gdb.cp/pr17494.exp: New file.
11313
6ce8c980
YQ
113142014-11-02 Yao Qi <yao@codesourcery.com>
11315
11316 * gdb.python/python.exp: Get working directory and match the
11317 output of "set extended-prompt \\w " with it.
11318
02be9a71
DE
113192014-10-30 Doug Evans <dje@google.com>
11320
11321 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11322 in objfiles.
11323 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11324 in progspaces.
11325
3bdff46b
LM
113262014-10-30 Janis Johnson <janisjo@codesourcery.com>
11327
11328 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11329 * gdb.base/realname-expand.exp: Likewise.
11330 * gdb.linespec/macro-relative.exp: Likewise.
11331
ab917dfb
PA
113322014-10-29 Pedro Alves <palves@redhat.com>
11333
11334 PR gdb/17408
11335 * gdb.threads/schedlock.c (some_function): New function.
11336 (call_function): New global.
11337 (MAYBE_CALL_SOME_FUNCTION): New macro.
11338 (thread_function): Call it.
11339 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11340 and use it instead of a global counter. Adjust all callers.
11341 (get_current_thread): Use "find current thread" for test message
11342 here rather than having all callers pass down the same string.
11343 (goto_loop): New procedure, factored out from ...
11344 (my_continue): ... this.
11345 (step_ten_loops): Change parameter from test message to command to
11346 use. Adjust.
11347 (list_count): Delete global.
11348 (check_result): New procedure, factored out from duplicate top
11349 level code.
11350 (continue tests): Wrap in with_test_prefix.
11351 (test_step): New procedure, factored out from duplicate top level
11352 code.
11353 (top level): Test "step" in combination with all scheduler-locking
11354 modes. Test "next" in combination with all scheduler-locking
11355 modes, and in combination with stepping over a function call or
11356 not.
11357 * gdb.threads/next-bp-other-thread.c: New file.
11358 * gdb.threads/next-bp-other-thread.exp: New file.
11359
d3d4baed
PA
113602014-10-29 Pedro Alves <palves@redhat.com>
11361
11362 PR python/17372
11363 * gdb.python/python.exp: Test a multi-line command that spawns
11364 interactive Python.
11365 * gdb.base/multi-line-starts-subshell.exp: New file.
11366
563e8d85
YQ
113672014-10-29 Yao Qi <yao@codesourcery.com>
11368
11369 * gdb.base/fileio.exp: Make directories on host.
11370
0ea4d52e
YQ
113712014-10-29 Yao Qi <yao@codesourcery.com>
11372
11373 * gdb.base/fileio.c (test_write): Close the file.
11374
7f5ef605
PA
113752014-10-28 Pedro Alves <palves@redhat.com>
11376
11377 PR gdb/12623
11378 * gdb.base/sigstep.c (no_handler): New global.
11379 (main): If 'no_handler is true, set the signal handlers to
11380 SIG_IGN.
11381 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11382 with_sw_watch and no_handler parameters. Handle them.
11383 (top level) <stepping over handler when stopped at a breakpoint
11384 test>: Add a test axis for testing with a software watchpoint, and
11385 another for testing with the signal handler set to SIG_IGN.
11386 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11387 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11388
abbdbd03
PA
113892014-10-28 Pedro Alves <palves@redhat.com>
11390
11391 PR gdb/17511
11392 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11393 * gdb.base/sigstep.exp (other_handler_location): New global.
11394 (advance): Support stepping into the signal handler, and running
11395 commands while in the handler.
11396 (in_handler_map): New global.
11397 (top level): In the advance test, add combinations for getting
11398 into the handler with stepping commands, and for running commands
11399 in the handler. Add comment descripting the advancei tests.
11400
1df4399f
PA
114012014-10-28 Pedro Alves <palves@redhat.com>
11402
11403 * gdb.base/sigstep.exp: Use build_executable instead of
11404 prepare_for_testing.
11405 (top level): Move code that starts GDB, runs to main and creates a
11406 display to ...
11407 (restart): ... this new procedure.
11408 (top level): Move backtrace from signal handler test to ...
11409 (validate_backtrace): ... this new procedure.
11410 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11411 with_test_prefix. Always restart GDB.
11412 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11413 with_test_prefix. Always restart GDB. No need to delete
11414 breakpoints after the test.
11415 (test_skip_handler): Remove prefix parameter.
11416 (skip_over_handler, breakpoint_to_handler)
11417 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11418 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11419 restart GDB. No need to delete breakpoints after the test.
11420 (top level): Use foreach to call the test procedures with
11421 different commands.
11422
a5b6e449
PA
114232014-10-28 Pedro Alves <palves@redhat.com>
11424
11425 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11426 instead of GNATS numbers.
11427 * gdb.base/sigbpt.exp: Likewise.
11428 * gdb.base/siginfo.exp: Likewise.
11429 * gdb.base/sigstep.exp: Likewise.
11430
e5f8a7cc
PA
114312014-10-27 Pedro Alves <palves@redhat.com>
11432
11433 * gdb.base/sigstep.c (dummy): New global.
11434 (main): Issue a couple writes to the new global.
11435 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11436 procedures.
11437 (skip_over_handler): Use test_skip_handler.
11438 (top level): Call skip_over_handler for stepi and nexti too.
11439 (breakpoint_over_handler): Use test_skip_handler.
11440 (top level): Call breakpoint_over_handler for stepi and nexti too.
11441
763905a3
YQ
114422014-10-27 Yao Qi <yao@codesourcery.com>
11443
11444 * gdb.trace/tfile.c (adjust_function_address)
11445 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11446 function descriptor.
11447
6f259a23
DB
114482014-10-24 Don Breazeal <donb@codesourcery.com>
11449
11450 * gdb.base/foll-fork.exp (test_follow_fork,
11451 catch_fork_child_follow): Check for updated fork messages emitted
11452 from infrun.c.
11453 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11454 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11455 vfork_and_exec_child_follow_through_step): Check for updated vfork
11456 messages emitted from infrun.c.
11457
09dd9a69
PA
114582014-10-24 Pedro Alves <palves@redhat.com>
11459
11460 * gdb.base/corefile.exp: Remove references to ultrix.
11461 * gdb.base/interrupt.exp: Likewise.
11462 * gdb.base/whatis.exp: Likewise.
11463 * gdb.gdb/selftest.exp: Likewise.
11464 * gdb.threads/manythreads.exp: Likewise.
11465 * gdb.threads/print-threads.exp: Likewise.
11466 * gdb.threads/pthreads.exp:: Likewise.
11467 * gdb.threads/schedlock.exp: Likewise.
11468
3433cfa5
SC
114692014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11470
11471 * gdb.cp/non-trivial-retval.cc: Add a test case.
11472 * gdb.cp/non-trivial-retval.exp: Add a test.
11473
092f880b
YQ
114742014-10-20 Yao Qi <yao@codesourcery.com>
11475
11476 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11477 * gdb.python/py-objfile-script-gdb.py: New file.
11478 * gdb.python/py-objfile-script.exp: Update reference to
11479 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11480 of remote_download. Remove the dest file.
11481
acbdb7f3
YQ
114822014-10-20 Yao Qi <yao@codesourcery.com>
11483
11484 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11485 * gdb.base/step-line.exp: Likewise.
11486 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11487 * gdb.dwarf2/dw2-basic.exp: Likewise.
11488 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11489 * gdb.dwarf2/dw2-filename.exp: Likewise.
11490 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11491 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11492 * gdb.dwarf2/dw2-producer.exp: Likewise.
11493 * gdb.dwarf2/mac-fileno.exp: Likewise.
11494 * gdb.python/py-frame-args.exp: Likewise.
11495 * gdb.python/py-framefilter.exp: Likewise.
11496 * gdb.python/py-mi.exp: Likewise.
11497 * gdb.python/py-objfile-script.exp: Likewise
11498 * gdb.python/py-pp-integral.exp: Likewise.
11499 * gdb.python/py-pp-re-notag.exp: Likewise.
11500 * gdb.python/py-prettyprint.exp: Likewise.
11501 * gdb.python/py-section-script.exp: Likewise.
11502 * gdb.python/py-typeprint.exp: Likewise.
11503 * gdb.python/py-xmethods.exp: Likewise.
11504 * gdb.stabs/weird.exp: Likewise.
11505 * gdb.xml/tdesc-regs.exp: Likewise.
11506
bd286a29
KCY
115072014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11508
11509 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11510 (out_cu): Use addr_len for the size of addresses.
11511 (out_line): Likewise. Size DW_LNE_set_address instruction
11512 according to addr_len.
11513 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11514 (FUNC): Add START_INSNS to definition.
11515
673dc4a0
YQ
115162014-10-18 Yao Qi <yao@codesourcery.com>
11517
11518 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11519 gdb_has_argv0 return true.
11520 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11521 check [target_info exists noargs], check [gdb_has_argv0]
11522 instead.
11523 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11524 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11525 procedures.
11526
4ffbba72
DE
115272014-10-17 Doug Evans <dje@google.com>
11528
11529 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11530 event.
11531 * gdb.python/py-events.py: Add clear_objfiles event.
11532
d096d8c1
DE
115332014-10-17 Doug Evans <dje@google.com>
11534
11535 * gdb.python/py-objfile.exp: Test progspace attribute.
11536
a80db015
LM
115372014-10-17 Luis Machado <lgustavo@codesourcery.com>
11538
11539 * gdb.guile/scm-breakpoint.exp: Do not assume any
11540 directory separators when matching source file paths.
11541 * gdb.python/py-breakpoint.exp: Likewise.
11542 * gdb.reverse/break-precsave.exp: Likewise.
11543 * gdb.reverse/break-reverse.exp: Likewise.
11544 * gdb.reverse/consecutive-precsave.exp: Likewise.
11545 * gdb.reverse/finish-precsave.exp: Likewise.
11546 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11547 * gdb.reverse/finish-reverse.exp: Likewise.
11548 * gdb.reverse/i386-precsave.exp: Likewise.
11549 * gdb.reverse/i387-env-reverse.exp: Likewise.
11550 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11551 * gdb.reverse/machinestate-precsave.exp: Likewise.
11552 * gdb.reverse/machinestate.exp: Likewise.
11553 * gdb.reverse/sigall-precsave.exp: Likewise.
11554 * gdb.reverse/solib-precsave.exp: Likewise.
11555 * gdb.reverse/step-precsave.exp: Likewise.
11556 * gdb.reverse/until-precsave.exp: Likewise.
11557 * gdb.reverse/watch-precsave.exp: Likewise.
11558 * gdb.reverse/watch-reverse.exp: Likewise.
11559
b22089ab
YQ
115602014-10-17 Yao Qi <yao@codesourcery.com>
11561
11562 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11563 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11564
6c4486e6
PA
115652014-10-17 Pedro Alves <palves@redhat.com>
11566
11567 PR gdb/17471
11568 * gdb.base/bg-execution-repeat.c: New file.
11569 * gdb.base/bg-execution-repeat.exp: New file.
11570
0ff33695
PA
115712014-10-17 Pedro Alves <palves@redhat.com>
11572
11573 PR gdb/17300
11574 * gdb.base/continue-all-already-running.c: New file.
11575 * gdb.base/continue-all-already-running.exp: New file.
11576
6fdebc3d
PA
115772014-10-17 Pedro Alves <palves@redhat.com>
11578
11579 PR gdb/17472
11580 * gdb.base/annota-input-while-running.c: New file.
11581 * gdb.base/annota-input-while-running.exp: New file.
11582
32a8097b
PA
115832014-10-17 Pedro Alves <palves@redhat.com>
11584
11585 * gdb.base/callfuncs.exp: emove references to osf.
11586 * gdb.base/sigall.exp: Likewise.
11587 * gdb.gdb/selftest.exp: Likewise.
11588 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11589 * gdb.mi/non-stop.c: Likewise.
11590 * gdb.mi/pthreads.c: Likewise.
11591 * gdb.reverse/sigall-precsave.exp: Likewise.
11592 * gdb.reverse/sigall-reverse.exp: Likewise.
11593 * gdb.threads/pthreads.c: Likewise.
11594 * gdb.threads/pthreads.exp: Likewise.
11595
7a3517ff
YQ
115962014-10-17 Yao Qi <yao@codesourcery.com>
11597
11598 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11599 check 'target_info exists noargs'.
11600 (test_command_prompt_position): Likewise.
11601 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11602 Remove "set args".
11603 (progvar_simple_while_test): Likewise.
11604 (progvar_complex_if_while_test): Likewise.
11605 (if_while_breakpoint_command_test): Likewise.
11606 (infrun_breakpoint_command_test): Likewise.
11607 (breakpoint_command_test): Likewise.
11608 (watchpoint_command_test): Likewise.
11609 (bp_deleted_in_command_test): Likewise.
11610 (temporary_breakpoint_commands): Likewise.
11611
bb99c472
YQ
116122014-10-16 Yao Qi <yao@codesourcery.com>
11613
11614 * gdb.base/remotetimeout.exp: Remove noargs checking.
11615
7c16b83e
PA
116162014-10-15 Pedro Alves <palves@redhat.com>
11617
11618 PR breakpoints/9649
11619 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11620 * gdb.base/breakpoint-in-ro-region.exp
11621 (probe_target_hardware_step): New procedure.
11622 (top level): Probe hardware stepping and hardware breakpoint
11623 support. Test stepping through a read-only region, with both
11624 "breakpoint auto-hw" on and off and both "always-inserted" on and
11625 off.
11626
35a49624
IB
116272014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11628
11629 * gdb.dlang/demangle.exp: Update for demangling changes.
11630
2d1c107c
SC
116312014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11632
11633 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11634 * gdb.cp/non-trivial-retval.exp: Add new tests.
11635
778811d5
SC
116362014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11637
11638 PR c++/13403
11639 PR c++/15154
11640 * gdb.cp/non-trivial-retval.cc: New file.
11641 * gdb.cp/non-trivial-retval.exp: New file.
11642
10c5f0a8
YQ
116432014-10-15 Yao Qi <yao@codesourcery.com>
11644
11645 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11646 remote host.
11647
65d7b369
YQ
116482014-10-15 Yao Qi <yao@codesourcery.com>
11649
11650 * gdb.python/py-symbol.exp: Match file base name if host is
11651 remote, otherwise match file name with dir name.
11652 * gdb.python/py-symtab.exp: Likewise.
11653 * gdb.python/python.exp: Likewise.
11654
46dc1394
YQ
116552014-10-15 Yao Qi <yao@codesourcery.com>
11656
11657 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11658 pattern.
11659 * gdb.python/py-symtab.exp: Likewise.
11660 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11661 locationn.
11662
c40cc657
JB
116632014-10-14 Joel Brobecker <brobecker@adacore.com>
11664
11665 * gdb.ada/addr_arith: New testcase.
11666
2abf49e1
MR
116672014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11668
11669 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11670 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11671 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11672 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11673
f7088df3
SDJ
116742014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11675
11676 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11677 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11678 * gdb.arch/stap-eval-lang-ada.exp: New file.
11679
4dc06805
YQ
116802014-10-14 Yao Qi <yao@codesourcery.com>
11681
11682 * gdb.mi/mi-var-child.c (nothing1): New function.
11683 (nothing2): New function.
11684 (do_children_tests): Set function pointers by nothing1 and
11685 nothing2.
11686 * gdb.mi/mi-var-child.exp: Step over new added statements.
11687 Update test to match the new output.
11688 * gdb.mi/var-cmd.c (nothing1): New function.
11689 (nothing2): New function.
11690 (do_children_tests): Set function pointers by nothing1 and
11691 nothing2.
11692 * gdb.mi/mi-var-display.exp: Update test to match output.
11693 Step to the line specified by $line_dct_nothing.
11694 Increase the number of lines to step.
11695
46a93de2
YQ
116962014-10-14 Yao Qi <yao@codesourcery.com>
11697
11698 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11699 tests.
11700 * gdb.mi/mi2-var-child.exp: Likewise.
11701
14ea52ee
DE
117022014-10-13 Doug Evans <dje@google.com>
11703
11704 * gdb.python/py-objfile.exp: Change name of file name test.
11705
e5c6e92b
DE
117062014-10-13 Doug Evans <dje@google.com>
11707
11708 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11709 from the start of the CU.
11710
c780cc2f
JK
117112014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11712 Yao Qi <yao@codesourcery.com>
11713
11714 Fix "save breakpoints" for "catch" command.
11715 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11716 Remove -nonewline. Match also the added "main" line.
11717
99894e11
JK
117182014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11719
11720 Fix "save breakpoints" for "disable $bpnum" command.
11721 * gdb.base/save-bp.c (main): Add label.
11722 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11723
6e1ac5a3
JK
117242014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11725
11726 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11727
754dd2b0
YQ
117282014-10-11 Yao Qi <yao@codesourcery.com>
11729
11730 * gdb.server/server-kill.exp: Execute command
11731 "set remote trace-status-packet on" before "tstatus".
11732
f90183d7
YQ
117332014-10-11 Yao Qi <yao@codesourcery.com>
11734
11735 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11736 (main): Call getppid.
11737 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11738 and continue to it. Read variable "server_pid".
11739
bf40a607
YQ
117402014-10-11 Yao Qi <yao@codesourcery.com>
11741
11742 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11743
052ca370
YQ
117442014-10-11 Yao Qi <yao@codesourcery.com>
11745
11746 * gdb.threads/thread-find.exp: Don't execute command
11747 "info threads".
11748 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11749 * gdb.threads/linux-dp.exp: Don't check the condition
11750 $threads_created equals to zero.
11751
3831839c
PA
117522014-10-10 Pedro Alves <palves@redhat.com>
11753
11754 * gdb.base/bigcore.exp: Remove references to IRIX.
11755 * gdb.base/funcargs.exp: Likewise.
11756 * gdb.base/interrupt.exp: Likewise.
11757 * gdb.base/mips_pro.exp: Likewise.
11758 * gdb.base/nodebug.exp: Likewise.
11759 * gdb.base/setvar.exp: Likewise.
11760 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11761
8b9a549d
PA
117622014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11763 Pedro Alves <palves@redhat.com>
11764
11765 PR symtab/14466
11766 * gdb.base/vdso-warning.c: New file.
11767 * gdb.base/vdso-warning.exp: New file.
11768
d48ba5e8
DE
117692014-10-02 Doug Evans <dje@google.com>
11770
11771 * gdb.base/structs.c (main): Don't run forever.
11772
2278c276
PA
117732014-10-02 Pedro Alves <palves@redhat.com>
11774
11775 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11776 (top level) <stop threads 1, stop threads 2>: Use it.
11777
b57bacec
PA
117782014-10-02 Pedro Alves <palves@redhat.com>
11779
11780 * gdb.threads/break-while-running.exp (test): Add new
11781 'update_thread_list' argument. Skip "info threads" if false.
11782 (top level): Add new 'update_thread_list' axis.
11783
13fd3ff3
PA
117842014-10-02 Pedro Alves <palves@redhat.com>
11785
11786 PR breakpoints/17431
11787 * gdb.base/execl-update-breakpoints.c: New file.
11788 * gdb.base/execl-update-breakpoints.exp: New file.
11789
0fec99e8
PA
117902014-10-01 Pedro Alves <palves@redhat.com>
11791
11792 * gdb.base/breakpoint-in-ro-region.c: New file.
11793 * gdb.base/breakpoint-in-ro-region.exp: New file.
11794
2ddf4301
SM
117952014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11796
11797 * gdb.mi/mi-exit-code.exp: New file.
11798 * gdb.mi/mi-exit-code.c: New file.
11799
6a5f3f43
YQ
118002014-09-30 Yao Qi <yao@codesourcery.com>
11801
11802 * lib/prelink-support.exp (build_executable_own_libs): Error if
11803 the target isn't native.
11804
345bcc73
YQ
118052014-09-30 Yao Qi <yao@codesourcery.com>
11806
11807 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11808 false.
11809
a25a5a45
PA
118102014-09-22 Pedro Alves <palves@redhat.com>
11811
11812 * gdb.threads/break-while-running.exp: New file.
11813 * gdb.threads/break-while-running.c: New file.
11814
00ba3162
YQ
118152014-09-19 Yao Qi <yao@codesourcery.com>
11816
11817 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11818 Invoke test. Restart GDB with --readnow and invoke test again.
11819
c3b7b696
YQ
118202014-09-19 Yao Qi <yao@codesourcery.com>
11821
11822 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11823 proc set_breakpoint_on_gcd_function. Invoke
11824 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11825 invoke set_breakpoint_on_gcd_function again.
11826
2b4fd423
DE
118272014-09-18 Doug Evans <dje@google.com>
11828
11829 * gdb.dwarf2/symtab-producer.exp: New file.
11830
a5947601
SDJ
118312014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11832
11833 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11834 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11835 * gdb.base/global-var-nested-by-dso.c: Likewise.
11836 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11837
91c19059
SDJ
118382014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11839 Pedro Alves <palves@redhat.com>
11840
11841 * gdb.base/watch-bitfields.exp: Pass string other than test file
11842 name to prepare_for_testing.
11843 (watch): New procedure.
11844 (expect_watchpoint): Use with_test_prefix.
11845 (top level): Factor out tests to ...
11846 (test_watch_location, test_regular_watch): ... these new
11847 procedures, and use with_test_prefix and gdb_continue_to_end.
11848
bb9d5f81
PP
118492014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11850
11851 PR breakpoints/12526
11852 * gdb.base/watch-bitfields.exp: New file.
11853 * gdb.base/watch-bitfields.c: New file.
11854
635856f5
PA
118552014-09-16 Pedro Alves <palves@redhat.com>
11856
11857 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11858 software and hardware addresses, not software address against
11859 itself.
11860
7280ceea
PA
118612014-09-16 Pedro Alves <palves@redhat.com>
11862
11863 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11864 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11865
428b16bd
PA
118662014-09-16 Pedro Alves <palves@redhat.com>
11867
11868 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11869 files.
11870 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11871 "*-*-vxworks*" throughout.
11872 * gdb.base/break.exp: Likewise.
11873 * gdb.base/default.exp: Likewise.
11874 * gdb.base/scope.exp: Likewise.
11875 * gdb.base/sepdebug.exp: Likewise.
11876 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11877 throughout.
11878 * gdb.base/run.c: Likewise.
11879 * gdb.base/sepdebug.c: Likewise.
11880 * gdb.hp/gdb.aCC/run.c: Likewise.
11881 * gdb.reverse/until-reverse.c: Likewise.
11882 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11883
666d413c
YQ
118842014-09-16 Yao Qi <yao@codesourcery.com>
11885
11886 * boards/local-remote-host-native.exp: New file.
11887
57cbd724
DE
118882014-09-14 Doug Evans <xdje42@gmail.com>
11889
11890 * gdb.threads/queue-signal.c (thread_count): New variable.
11891 (thread_count_mutex, thread_count_condvar): New variables.
11892 (incr_thread_count, wait_all_threads_running): New functions.
11893 (main): Wait for all threads to be in their thread functions.
11894
81219e53
DE
118952014-09-13 Doug Evans <xdje42@gmail.com>
11896
11897 * gdb.threads/queue-signal.c: New file.
11898 * gdb.threads/queue-signal.exp: New file.
11899
3714cea7
DE
119002014-09-13 Doug Evans <xdje42@gmail.com>
11901
11902 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11903 be consistent with what default_gdb_init uses.
11904 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11905 the plain text of the prompt. Add some logging printfs.
11906 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11907
fa43b1d7
PA
119082014-09-12 Pedro Alves <palves@redhat.com>
11909
11910 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11911 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11912 * gdb.arch/i386-size-overlap.exp: Likewise.
11913 * gdb.arch/i386-size.exp: Likewise.
11914 * gdb.arch/i386-unwind.exp: Likewise.
11915 * gdb.base/a2-run.exp: Likewise.
11916 * gdb.base/break.exp: Likewise.
11917 * gdb.base/charset.exp: Likewise.
11918 * gdb.base/chng-syms.exp: Likewise.
11919 * gdb.base/commands.exp: Likewise.
11920 * gdb.base/dbx.exp: Likewise.
11921 * gdb.base/find.exp: Likewise.
11922 * gdb.base/funcargs.exp: Likewise.
11923 * gdb.base/jit-simple.exp: Likewise.
11924 * gdb.base/reread.exp: Likewise.
11925 * gdb.base/sepdebug.exp: Likewise.
11926 * gdb.base/step-bt.exp: Likewise.
11927 * gdb.cp/mb-inline.exp: Likewise.
11928 * gdb.cp/mb-templates.exp: Likewise.
11929 * gdb.objc/basicclass.exp: Likewise.
11930 * gdb.threads/killed.exp: Likewise.
11931
9d9bf2df
EBM
119322014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11933
11934 PR tdep/17379
11935 * gdb.arch/powerpc-stackless.S: New file.
11936 * gdb.arch/powerpc-stackless.exp: New file.
11937
1cf2f1b0
JK
119382014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11939
11940 * gdb.base/attach.c: Include unistd.h.
11941 (main): Call alarm. Add label postloop.
11942 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11943 gdb_breakpoint, gdb_continue_to_breakpoint.
11944 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11945
98880d46
PA
119462014-09-11 Pedro Alves <palves@redhat.com>
11947
11948 PR gdb/17347
11949 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11950 * gdb.base/attach.exp (test_command_line_attach_run): New
11951 procedure.
11952 (top level): Call it.
11953
4c92ff2c
PA
119542014-09-11 Pedro Alves <palves@redhat.com>
11955
11956 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11957 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11958 (do_command_attach_tests): Use spawn_wait_for_attach.
11959 * gdb.base/solib-overlap.exp: Likewise.
11960 * gdb.multi/multi-attach.exp: Likewise.
11961 * gdb.python/py-prompt.exp: Likewise.
11962 * gdb.python/py-sync-interp.exp: Likewise.
11963 * gdb.server/ext-attach.exp: Likewise.
11964
3adc1a7d
GKB
119652014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11966
11967 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11968 command in testcase. Simplify testcase.
11969
96334934
JB
119702014-09-10 Joel Brobecker <brobecker@adacore.com>
11971
11972 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11973
eb479039
JB
119742014-09-10 Joel Brobecker <brobecker@adacore.com>
11975
11976 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11977
deede10c
JB
119782014-09-10 Joel Brobecker <brobecker@adacore.com>
11979
11980 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11981
7828a5f5
JB
119822014-09-10 Joel Brobecker <brobecker@adacore.com>
11983
11984 * gdb.dwarf2/dynarr-ptr.c: New file.
11985 * gdb.dwarf2/dynarr-ptr.exp: New file.
11986
33aeebcf
MR
119872014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11988
11989 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11990 of 30 rather than hardcoding 120 for a slow test case. Take the
11991 `gdb,timeout' target setting into account for this calculation.
11992 Don't extend the timeout for the test cases that don't need it.
11993
7b415901
MR
119942014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11995
11996 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11997 a factor of 2 for a slow test case. Take the `gdb,timeout'
11998 target setting into account for this calculation.
11999 * gdb.reverse/until-precsave.exp: Increase the timeout by
12000 a factor of 15 and 3 respectively rather than adding 120
12001 for a pair of slow test cases. Take the `gdb,timeout'
12002 target setting into account for this calculation.
12003
4a40f85a
MR
120042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12005
12006 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12007 timeout, don't pass one down to gdb_expect.
12008 (gdb_expect): Rework timeout selection.
12009
09635af7
MR
120102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12011
12012 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12013 exception on timeout.
12014 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12015 (gdbserver_start_extended): Catch any `gdbserver_start' error
12016 exceptions.
12017 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12018 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12019 `gdbserver_gdb_load' error exceptions.
12020
2bdd10b7
MR
120212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12022
12023 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12024 120 on waiting for the TCP socket to open.
12025
316935f0
DE
120262014-09-09 Doug Evans <xdje42@gmail.com>
12027
12028 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12029 _caller_matches, _any_caller_is, _any_caller_matches.
12030
83740597
DE
120312014-09-09 Doug Evans <xdje42@gmail.com>
12032
12033 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12034
4c122fc3
YQ
120352014-09-09 Yao Qi <yao@codesourcery.com>
12036
12037 * gdb.mi/mi-var-display.exp: Set print symbol off.
12038
a9f116cb
GKB
120392014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12040
12041 PR gdb/17035
12042 * gdb.base/commands.exp: Add tests to verify user-defined
12043 commands with empty bodies.
12044 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12045 python commands in `show user command`.
12046 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12047 scheme commands in `show user command`.
12048
c75bd3a2
JK
120492014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12050
12051 PR python/17355
12052 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12053 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12054 * gdb.python/py-framefilter-invalidarg.exp: New file.
12055 * gdb.python/py-framefilter-invalidarg.py: New file.
12056
faa42425
DE
120572014-09-06 Doug Evans <xdje42@gmail.com>
12058
12059 PR 15276
12060 * gdb.python/py-caller-is.c: New file.
12061 * gdb.python/py-caller-is.exp: New file.
12062
474ca4f6
SDJ
120632014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12064
12065 PR gdb/17235
12066 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12067 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12068
eb0b0463
SDJ
120692014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12070
12071 PR fortran/17237
12072 * gdb.fortran/print-formatted.exp: New file.
12073 * gdb.fortran/print-formatted.f90: Likewise.
12074
5f3b99cf
SS
120752014-09-03 Sasha Smundak <asmundak@google.com>
12076
12077 * gdb.python/py-frame.exp: Test Frame.read_register.
12078
7d793aa9
SDJ
120792014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12080
12081 PR python/16699
12082 * gdb.python/py-completion.exp: New file.
12083 * gdb.python/py-completion.py: Likewise.
12084
fb0576e9
DE
120852014-08-28 Doug Evans <dje@google.com>
12086
12087 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12088 eax,etc. are live with values set by gdb and thus the compiler can't
12089 use them.
12090 * gdb.arch/i386-pseudo.c (main): Ditto.
12091
ee92b0dd
DE
120922014-08-27 Doug Evans <dje@google.com>
12093
12094 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12095
6649db35
DE
120962014-08-25 Doug Evans <dje@google.com>
12097
12098 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12099 (main): Ditto.
12100
564b7600
DE
121012014-08-25 Doug Evans <dje@google.com>
12102
12103 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12104
3881fb67
YQ
121052014-08-24 Yao Qi <yao@codesourcery.com>
12106
12107 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12108 symbol off.
12109 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12110
a05a36a5
DE
121112014-08-22 Doug Evans <dje@google.com>
12112
12113 PR 17276
12114 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12115 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12116 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12117
7c343b48
YQ
121182014-08-22 Yao Qi <yao@codesourcery.com>
12119
12120 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12121 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12122 * gdb.python/python.exp: Likewise. Use .py file on the host
12123 instead of the build.
12124
22fd09ae
JK
121252014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12126
12127 * gdb.threads/gcore-stale-thread.c: New file.
12128 * gdb.threads/gcore-stale-thread.exp: New file.
12129
a8454a7c
PA
121302014-08-21 Pedro Alves <palves@redhat.com>
12131
12132 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12133 * gdb.base/gcore-relro-pie.exp: Likewise.
12134 * gdb.base/gcore-relro.exp: Likewise.
12135 * gdb.base/gcore.exp: Likewise.
12136 * gdb.base/print-symbol-loading.exp: Likewise.
12137 * gdb.threads/gcore-thread.exp: Likewise.
12138 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12139
2a31c623
PA
121402014-08-20 Pedro Alves <palves@redhat.com>
12141 Jan Kratochvil <jan.kratochvil@redhat.com>
12142
12143 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12144 configure.
12145 (EXPECT): Handle READ1 being set.
12146 (all): Depend on EXTRA_RULES.
12147 (check-read1, expect-read1, read1.so, read1): New rules.
12148 * README (Testsuite Parameters): Document the READ1 make variable.
12149 (Race detection): New section.
12150 * configure: Regenerate.
12151 * configure.ac: If build==host==target, and running under a
12152 GNU/glibc system, add read1 to the extra Makefile rules.
12153 (EXTRA_RULES): AC_SUBST it.
12154 * lib/read1.c: New file.
12155
d36430db
JB
121562014-08-20 Joel Brobecker <brobecker@adacore.com>
12157
12158 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12159 the handling of variables declared as a typedef to an array
12160 which a DW_AT_data_location attribute.
12161
9a0dc9e3
PA
121622014-08-19 Andrew Burgess <aburgess@broadcom.com>
12163 Pedro Alves <palves@redhat.com>
12164
12165 PR symtab/14604
12166 PR symtab/14605
12167 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12168 gdb_test.
12169
0718a8da
PA
121702014-08-19 Pedro Alves <palves@redhat.com>
12171
12172 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12173
13b448cd
YQ
121742014-08-19 Yao Qi <yao@codesourcery.com>
12175
12176 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12177 right line.
12178
1cbf5077
DB
121792014-08-18 David Blaikie <dblaikie@gmail.com>
12180
12181 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12182
bf0fae19
JB
121832014-08-18 Joel Brobecker <brobecker@adacore.com>
12184
12185 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12186 attribute in array range.
12187
3c8c5dcc
JB
121882014-08-18 Joel Brobecker <brobecker@adacore.com>
12189
12190 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12191
e66d4446
SC
121922014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12193
12194 PR c++/17132
12195 * gdb.cp/pr17132.cc: New file.
12196 * gdb.cp/pr17132.exp: New file.
12197
940df408
SC
121982014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12199
12200 * gdb.python/py-xmethods.py (A_getarrayind)
12201 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12202 Use 'print' with function call syntax.
12203 (E_method_matcher.match): Fix tab vs space indentation mixup.
12204
ebcc6c3a
YQ
122052014-08-15 Yao Qi <yao@codesourcery.com>
12206
12207 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12208 false.
12209
775e0f04
YQ
122102014-08-15 Yao Qi <yao@codesourcery.com>
12211
12212 * gdb.cp/casts.exp: Set print symbol off.
12213 * gdb.cp/class2.exp: Likewise.
12214 * gdb.cp/overload.exp: Likewise.
12215 * gdb.cp/templates.exp: Likewise.
12216
d769e349
DE
122172014-08-11 Doug Evans <dje@google.com>
12218
12219 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12220 (test_load_shlib): Update.
12221
20c6f1e1
YQ
122222014-08-09 Yao Qi <yao@codesourcery.com>
12223
12224 * gdb.base/display.exp: Invoke is_address_zero_readable.
12225 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12226 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12227 * gdb.base/hbreak-unmapped.exp: Return if
12228 is_address_zero_readable returns true.
12229 * gdb.base/signest.exp: Likewise.
12230 * gdb.base/signull.exp: Likewise.
12231 * gdb.base/sigbpt.exp: Likewise.
12232 * gdb.guile/scm-disasm.exp: Do the test if
12233 is_address_zero_readable returns false.
12234 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12235 * gdb.python/py-arch.exp: Likewise.
12236 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12237 * lib/gdb.exp (is_address_zero_readable): New proc.
12238
5792e8e3
YQ
122392014-08-09 Yao Qi <yao@codesourcery.com>
12240
12241 PR testsuite/13443
12242 * gdb.mi/mi-var-display.exp: Make test messages unique.
12243
3cecbbbe
TT
122442014-08-04 Tom Tromey <tromey@redhat.com>
12245
12246 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12247 target 0".
12248
00b51ff5
TT
122492014-08-04 Tom Tromey <tromey@redhat.com>
12250
12251 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12252 "target_resume".
12253
6908c509
JB
122542014-08-01 Joel Brobecker <brobecker@adacore.com>
12255
12256 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12257 inner_vla_struct_object_size.
12258 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12259 as xfail.
12260
cc6563d2
PA
122612014-07-30 Pedro Alves <palves@redhat.com>
12262
12263 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12264 comment.
12265
7e09a223
YQ
122662014-07-29 Yao Qi <yao@codesourcery.com>
12267
12268 PR gdb/17206
12269 * gdb.base/until-nodebug.exp: New.
12270
7ebdbe92
DE
122712014-07-28 Doug Evans <xdje42@gmail.com>
12272
12273 PR guile/17203
12274 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12275 previously existing parameter, and previously ambiguously spelled
12276 parameter.
12277
fdb1adc6
WN
122782014-07-28 Will Newton <will.newton@linaro.org>
12279
12280 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12281
186fcde0
DE
122822014-07-26 Ludovic Courtès <ludo@gnu.org>
12283 Doug Evans <xdje42@gmail.com>
12284
12285 PR guile/17146
12286 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12287
70509625
PA
122882014-07-25 Pedro Alves <palves@redhat.com>
12289
12290 * gdb.threads/signal-command-handle-nopass.c: New file.
12291 * gdb.threads/signal-command-handle-nopass.exp: New file.
12292 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12293 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12294 * gdb.threads/signal-delivered-right-thread.c: New file.
12295 * gdb.threads/signal-delivered-right-thread.exp: New file.
12296
c3f814a1
PA
122972014-07-25 Pedro Alves <palves@redhat.com>
12298
12299 * gdb.base/double-prompt-target-event-error.exp
12300 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12301 match.
12302 (cancel_pagination_in_target_event): Rework double prompt
12303 detection.
12304 * gdb.base/paginate-after-ctrl-c-running.exp
12305 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12306 <return>' match.
12307 * gdb.base/paginate-bg-execution.exp
12308 (test_bg_execution_pagination_return)
12309 (test_bg_execution_pagination_cancel): Remove '-notransfer
12310 <return>' matches.
12311 * gdb.base/paginate-execution-startup.exp
12312 (test_fg_execution_pagination_return)
12313 (test_fg_execution_pagination_cancel): Remove '-notransfer
12314 <return>' matches.
12315 * gdb.base/paginate-inferior-exit.exp
12316 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12317 match.
12318 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12319 * lib/gdb.exp (pagination_prompt): Run text through
12320 string_to_regexp.
12321 (gdb_test_multiple): Match $pagination_prompt instead of
12322 "<return>".
12323 (string_to_regexp): Move to lib/gdb-utils.exp.
12324
e214cf6c
JK
123252014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12326
12327 * gdb.arch/amd64-entry-value-paramref.S: New file.
12328 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12329 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12330 * gdb.arch/amd64-optimout-repeat.S: New file.
12331 * gdb.arch/amd64-optimout-repeat.c: New file.
12332 * gdb.arch/amd64-optimout-repeat.exp: New file.
12333
17d0c5c8
JK
123342014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12335
12336 PR gdb/17170
12337 * gdb.base/statistics.exp: New file.
12338
b8b8facf
DE
123392014-07-17 Doug Evans <dje@google.com>
12340
74b49205 12341 PR gdb/17170
b8b8facf
DE
12342 * gdb.base/maint.exp: Update testing of per-command stats.
12343
1b5d0ab3
PA
123442014-07-16 Pedro Alves <palves@redhat.com>
12345
12346 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12347 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12348 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12349 (tfile_write_buf): New functions.
12350 (add_memory_block): Rewrite using the above.
12351 (adjust_function_address): New function.
12352 (FUNCTION_ADDRESS): New macro.
12353 (write_basic_trace_file): Remove short_x local, and use
12354 tfile_write_16. Change type of func_addr local to unsigned long
12355 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12356 here. Cast argument of add_memory_block to char pointer.
12357 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12358 (main): Remove parameters.
12359 * gdb.trace/tfile.exp: Remove nowarnings.
12360
4d974e88
SM
123612014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12362
12363 * gdb.base/debug-expr.exp: Test string evaluation with
12364 "debug expression" on.
12365
41e99568
PA
123662014-07-15 Pedro Alves <palves@redhat.com>
12367
12368 * gdb.base/reread.exp: Use clean_restart.
12369
487d9753
PL
123702014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12371
12372 * gdb.arch/avr-flash-qualifer.c: New.
12373 * gdb.arch/avr-flash-qualifer.exp: New.
12374
cc1c52ad
PA
123752014-07-14 Pedro Alves <palves@redhat.com>
12376
12377 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12378 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12379
1e973570
PA
123802014-07-14 Pedro Alves <palves@redhat.com>
12381
12382 * gdb.base/double-prompt-target-event-error.c: New file.
12383 * gdb.base/double-prompt-target-event-error.exp: New file.
12384
93d6eb10
PA
123852014-07-14 Pedro Alves <palves@redhat.com>
12386
12387 PR gdb/17072
12388 * gdb.base/paginate-inferior-exit.c: New file.
12389 * gdb.base/paginate-inferior-exit.exp: New file.
12390
0017922d
PA
123912014-07-14 Pedro Alves <palves@redhat.com>
12392
12393 PR gdb/17072
12394 * gdb.base/paginate-bg-execution.c: New file.
12395 * gdb.base/paginate-bg-execution.exp: New file.
12396
94696ad3
PA
123972014-07-14 Pedro Alves <palves@redhat.com>
12398
12399 PR gdb/17072
12400 * gdb.base/paginate-execution-startup.c: New file.
12401 * gdb.base/paginate-execution-startup.exp: New file.
12402 * lib/gdb.exp (pagination_prompt): New global.
12403 (default_gdb_spawn): New procedure, factored out from
12404 default_gdb_spawn.
12405 (default_gdb_start): Adjust to call default_gdb_spawn.
12406 (gdb_spawn): New procedure.
12407
bd293940
PA
124082014-07-14 Pedro Alves <palves@redhat.com>
12409
12410 * lib/gdb.exp (gdb_assert): New procedure.
12411 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12412
c933f875
PA
124132014-07-14 Pedro Alves <palves@redhat.com>
12414
12415 * gdb.base/execution-termios.c: New file.
12416 * gdb.base/execution-termios.exp: New file.
12417
d98b7a16
TT
124182014-07-14 Tom Tromey <tromey@redhat.com>
12419
12420 * gdb.cp/vla-cxx.cc: New file.
12421 * gdb.cp/vla-cxx.exp: New file.
12422
548740d6
TT
124232014-07-14 Tom Tromey <tromey@redhat.com>
12424
12425 * gdb.reverse/rerun-prec.c: New file.
12426 * gdb.reverse/rerun-prec.exp: New file.
12427
a25eb028
MR
124282014-07-12 Maciej W. Rozycki <macro@mips.com>
12429 Maciej W. Rozycki <macro@codesourcery.com>
12430
12431 * lib/gdb-utils.exp: New file.
12432 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12433 inline `gdb_init_command' processing.
12434 (gdb_start_cmd): Likewise.
12435 * lib/mi-support.exp (mi_run_cmd): Likewise.
12436 * README: Document `gdb_init_command' and `gdb_init_commands'.
12437
218c2655
JK
124382014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12439
12440 Fix false FAIL running under a very long directory name.
12441 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12442 and "set print elements 10000". Twice.
12443
5401fde3
YQ
124442014-07-11 Yao Qi <yao@codesourcery.com>
12445
12446 * gdb.base/exprs.exp: "set print symbol off".
12447
e76126e8
PA
124482014-07-11 Pedro Alves <palves@redhat.com>
12449
12450 * gdb.threads/kill.c: New file.
12451 * gdb.threads/kill.exp: New file.
12452
2d6f0de6
YQ
124532014-07-10 Yao Qi <yao@codesourcery.com>
12454
12455 * gdb.trace/tfile.c (write_basic_trace_file)
12456 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12457 address written to trace file.
12458
7180e04a
PA
124592014-07-09 Pedro Alves <palves@redhat.com>
12460
12461 * gdb.base/attach-wait-input.exp: New file.
12462 * gdb.base/attach-wait-input.c: New file.
12463
9a9a7608
AB
124642014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12465
12466 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12467 setting up test structures.
12468 (main): Call new test function.
12469 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12470 test function, continue into test function and walk test
12471 structures.
12472
161ac41e
YQ
124732014-07-02 Yao Qi <yao@codesourcery.com>
12474
12475 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12476 'bar_start' at the beginning of functions 'foo' and 'bar'
12477 respectively.
12478 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12479 instead of 'foo' and 'bar'.
12480
1f267ae3
MM
124812014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12482
12483 * gdb.btrace/segv.exp: New.
12484 * gdb.btrace/segv.c: New.
12485
2b239efb
LM
124862014-07-02 Luis Machado <lgustavo@codesourcery.com>
12487
12488 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12489 instruction.
12490
cf363f18
MW
124912014-06-30 Mark Wielaard <mjw@redhat.com>
12492
12493 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12494 vulture, vilify, villar): New volatile array constants.
12495 (vindictive, vegetation): New const volatile array constants.
12496 * gdb.base/volatile.exp: Test volatile and const volatile array
12497 types.
12498
aebf9d24
AA
124992014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12500
12501 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12502 target lacks support for awatch, rwatch, or hbreak.
12503
b67a2c6f
YQ
125042014-06-27 Yao Qi <yao@codesourcery.com>
12505
12506 * gdb.multi/dummy-frame-restore.exp: New.
12507 * gdb.multi/dummy-frame-restore.c: New.
12508
aef92902
MM
125092014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12510
12511 * gdb.btrace/gcore.exp: New.
12512
8e9db26e
PA
125132014-06-23 Pedro Alves <palves@redhat.com>
12514
12515 * gdb.base/watchpoint-reuse-slot.c: New file.
12516 * gdb.base/watchpoint-reuse-slot.exp: New file.
12517
70afc5b7
SC
125182014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12519
12520 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12521 progspace's filename in 'info', 'enable' and 'disable' command
12522 tests.
12523
b972bd9c
JK
125242014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12525
12526 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12527 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12528 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12529
125f8a3d
GB
125302014-06-20 Gary Benson <gbenson@redhat.com>
12531
12532 * gdb.arch/i386-avx.exp: Fix include file location.
12533 * gdb.arch/i386-sse.exp: Likewise.
12534
3ed9baed
IB
125352014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12536
12537 * gdb.dlang/expression.exp: New file.
12538
034f788c
PA
125392014-06-19 Pedro Alves <palves@redhat.com>
12540
12541 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12542 out from ...
12543 (top level): ... here. Iterate running tests under different
12544 scheduler-locking settings.
12545
45371d0c
LM
125462014-06-18 Luis Machado <lgustavo@codesourcery.com>
12547
12548 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12549 to DW_FORM_addr and use non-zero addresses.
12550
5d376983
SC
125512014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12552
12553 PR gdb/17017
12554 * gdb.python/py-xmethods.cc: Add global function call counters and
12555 increment them in their respective functions. Remove "cout"
12556 statements.
12557 * gdb.python/py-xmethods.exp: Make tests check the global function
12558 call counters instead of depending on inferior IO.
12559
a1aa2221
LM
125602014-06-18 Don Breazeal <donb@codesourcery.com>
12561
12562 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12563 Deleted procedure.
12564 (explicit_fork_parent_follow): Deleted procedure.
12565 (explicit_fork_child_follow): Deleted procedure.
12566 (test_follow_fork): New procedure.
12567 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 12568 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
12569 procedure calls.
12570
0fc05997
YQ
125712014-06-17 Yao Qi <yao@codesourcery.com>
12572
12573 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12574 CP1252.
12575
70795c52
LM
125762014-06-17 Luis Machado <lgustavo@codesourcery.com>
12577
12578 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12579 Initialize ptr and S explicitly.
12580 (skip_type_update_when_not_use_rtti_test): Likewise.
12581
6be47f0c
KS
125822014-06-16 Keith Seitz <keiths@redhat.com>
12583
12584 PR mi/15863
12585 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12586 the inferior is started.
12587
d03de421
PA
125882014-06-16 Pedro Alves <palves@redhat.com>
12589
12590 * gdb.base/break-main-file-remove-fail.c: New file.
12591 * gdb.base/break-main-file-remove-fail.exp: New file.
12592 * gdb.base/break-unload-file.exp: Use build_executable instead of
12593 prepare_for_testing.
12594 (test_break): New parameter "initial_load". Handle it.
12595 (top level): Add initial_load cmdline/file axis.
12596
f9579b99
TT
125972014-06-12 Tom Tromey <tromey@redhat.com>
12598
12599 * gdb.base/completion.exp: Don't use directory name in test.
12600
3657956b
GB
126012014-06-09 Gary Benson <gbenson@redhat.com>
12602
12603 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12604 separate the always-available ANSI-standard signals from the
12605 signals that require checking.
12606 (main): Likewise.
12607 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12608 Likewise.
12609 (main): Likewise.
12610
4186eb54
KS
126112014-06-07 Keith Seitz <keiths@redhat.com>
12612
12613 Revert:
12614 PR c++/16253
12615 * gdb.cp/var-tag.cc: New file.
12616 * gdb.cp/var-tag.exp: New file.
12617 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12618 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12619 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12620 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12621
25326a28 126222014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
12623
12624 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12625
829155c9
PA
126262014-06-06 Pedro Alves <palves@redhat.com>
12627
12628 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12629 in target debug output instead of looking at RSP packets,
12630 disabling the test on any target that uses hardware stepping.
12631 Update comments.
12632
61c8d22e
PA
126332014-06-06 Pedro Alves <palves@redhat.com>
12634
12635 * gdb.base/break-unload-file.exp: Fix typo.
12636
d9a47287
YQ
126372014-06-06 Yao Qi <yao@codesourcery.com>
12638
12639 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12640 from "jit_function" to "^jit_function".
12641
e5e01dbf
YQ
126422014-06-06 Yao Qi <yao@codesourcery.com>
12643
12644 * gdb.base/async.c (foo): Add one statement.
12645 * gdb.base/async.exp: Get the next instruction address and
12646 match the output of "nexti" by instruction address. Match
12647 the hex address in the output of "finish".
12648
73ba372c
GB
126492014-06-06 Gary Benson <gbenson@redhat.com>
12650
12651 * gdb.base/call-signals.c: Remove preprocessor conditionals
12652 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12653 SIGSEGV and SIGTERM.
12654 * gdb.base/sigall.c: Likewise.
12655 * gdb.base/unwindonsignal.c: Likewise.
12656 * gdb.reverse/sigall-reverse.c: Likewise.
12657
831517df
YQ
126582014-06-06 Yao Qi <yao@codesourcery.com>
12659
12660 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12661 readable, skip the test.
12662
b8b91e98
YQ
126632014-06-06 Yao Qi <yao@codesourcery.com>
12664
12665 * gdb.threads/staticthreads.c (thread_function): Move the line
12666 setting breakpoint on forward.
12667 * gdb.threads/staticthreads.exp: Update comments.
12668
fb934770
LC
126692014-06-05 Ludovic Courtès <ludo@gnu.org>
12670
12671 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12672 "history-append! type error".
12673
6ef284bd
SM
126742014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12675
12676 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12677 erroneous dprintf expected input.
12678
a872e241
DE
126792014-06-04 Doug Evans <xdje42@gmail.com>
12680
12681 * gdb.guile/scm-generics.exp: Delete.
12682
16f691fb
DE
126832014-06-04 Doug Evans <xdje42@gmail.com>
12684
12685 * gdb.guile/scm-breakpoint.exp: Update.
12686 Add tests for breakpoint registration.
12687
012370f6
TT
126882014-06-04 Tom Tromey <tromey@redhat.com>
12689
12690 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12691 VLA-in-union.
12692 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12693 inner_vla_struct, vla_union types. Initialize objects of those
12694 types and compute their sizes.
12695
9f5a4cef
HZ
126962014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12697 Hui Zhu <hui@codesourcery.com>
12698
12699 * gdb.base/fileio.exp: Add test for shell not available as well as
12700 available.
12701 * gdb.base/fileio.c (test_system): Check for shell twice.
12702
90a45c4d
YQ
127032014-06-04 Yao Qi <yao@codesourcery.com>
12704
12705 * gdb.base/auto-connect-native-target.exp: Remove redundant
12706 space from the regexp pattern.
12707
70017e41
YQ
127082014-06-04 Yao Qi <yao@codesourcery.com>
12709
12710 * gdb.base/default.exp: Replace "child" with "native" in
12711 regexp pattern.
12712
883964a7
SC
127132014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12714
12715 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12716 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12717 * gdb.python/py-xmethods.py: Python script supporting the
12718 new testcase and tests.
12719
ef370185
JB
127202014-06-03 Joel Brobecker <brobecker@adacore.com>
12721 Pedro Alves <palves@redhat.com>
12722
12723 PR breakpoints/17000
12724 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12725 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12726
1e2ccb61
BM
127272014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12728
12729 * gdb.base/subst.exp: Add tests to verify partial path matching
12730 output.
12731
c6ec5ab2
PA
127322014-06-03 Pedro Alves <palves@redhat.com>
12733
12734 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12735 target that doesn't use software single-stepping.
12736
835c559f
PA
127372014-06-03 Pedro Alves <palves@redhat.com>
12738
12739 PR breakpoints/17000
12740 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12741 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12742
06eb1586
DE
127432014-06-02 Doug Evans <xdje42@gmail.com>
12744
12745 * gdb.guile/scm-parameter.exp: New file.
12746
e698b8c4
DE
127472014-06-02 Doug Evans <xdje42@gmail.com>
12748
12749 * gdb.guile/scm-cmd.c: New file.
12750 * gdb.guile/scm-cmd.exp: New file.
12751
ded03782
DE
127522014-06-02 Doug Evans <xdje42@gmail.com>
12753
12754 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12755 pretty-printer lookup.
12756 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12757 (make-pp_s-printer): Call it.
12758 (make-pretty-printer-from-dict): New function.
12759 (lookup-pretty-printer-maker-from-dict): New function.
12760 (*pretty-printer*): Simplify.
12761 (make-objfile-pp_s-printer): New function.
12762 (install-objfile-pretty-printers!): New function.
12763 (make-progspace-pp_s-printer): New function.
12764 (install-progspace-pretty-printers!): New function.
12765 * gdb.guile/scm-progspace.c: New file.
12766 * gdb.guile/scm-progspace.exp: New file.
12767
41fac0cf
PA
127682014-06-02 Pedro Alves <palves@redhat.com>
12769
12770 * gdb.base/dprintf-bp-same-addr.c: New file.
12771 * gdb.base/dprintf-bp-same-addr.exp: New file.
12772
96ae5695
EBM
127732014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12774
12775 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12776 * gdb.arch/powerpc-power.s: Likewise.
12777
da02b3a8
JB
127782014-06-02 Joel Brobecker <brobecker@adacore.com>
12779
12780 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12781
c72b2e7b
YQ
127822014-06-01 Yao Qi <yao@codesourcery.com>
12783
12784 * gdb.base/watchpoint.exp (test_watch_location): Check null
12785 pointer can be dereferenced. If not, do the test, otherwise
12786 skip it.
12787
53e8a631
AB
127882014-05-30 Andrew Burgess <aburgess@broadcom.com>
12789
12790 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12791 results.
12792 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12793
938f0e2f
AB
127942014-05-30 Andrew Burgess <aburgess@broadcom.com>
12795
12796 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12797 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12798 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12799 * gdb.arch/amd64-invalid-stack-top.c: New file.
12800 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12801
9ba6657a
PA
128022014-05-30 Pedro Alves <palves@redhat.com>
12803
12804 PR breakpoints/17000
12805 * gdb.base/sss-bp-on-user-bp.c: New file.
12806 * gdb.base/sss-bp-on-user-bp.exp: New file.
12807
522c09bf
DB
128082014-05-30 David Blaikie <dblaikie@gmail.com>
12809
12810 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12811 gnu_inline semantics via attribute.
12812 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12813 source explicitly specifies the required semantics.
12814
bf4ef81e
MR
128152014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12816
12817 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12818
329ea579
PA
128192014-05-29 Pedro Alves <palves@redhat.com>
12820 Tom Tromey <tromey@redhat.com>
12821
12822 * gdb.base/async-shell.exp: Don't enable target-async.
12823 * gdb.base/async.exp
12824 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12825 parameter. Adjust.
12826 (top level): Don't test with "target-async".
12827 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12828 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12829 * gdb.base/inferior-died.exp: Don't enable target-async.
12830 * gdb.base/interrupt-noterm.exp: Likewise.
12831 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12832 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12833 * gdb.mi/mi-nonstop.exp: Likewise.
12834 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12835 * gdb.mi/mi-nsintrall.exp: Likewise.
12836 * gdb.mi/mi-nsmoribund.exp: Likewise.
12837 * gdb.mi/mi-nsthrexec.exp: Likewise.
12838 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12839 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12840 * gdb.python/py-evsignal.exp: Don't enable target-async.
12841 * gdb.python/py-evthreads.exp: Likewise.
12842 * gdb.python/py-prompt.exp: Likewise.
12843 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12844 * gdb.server/solib-list.exp: Don't enable target-async.
12845 * gdb.threads/thread-specific-bp.exp: Likewise.
12846 * lib/mi-support.exp: Adjust to use mi-async.
12847
fd664c91
PA
128482014-05-29 Pedro Alves <palves@redhat.com>
12849
12850 PR gdb/13860
12851 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12852 reason, even in sync mode.
12853
251bde03
PA
128542014-05-29 Pedro Alves <palves@redhat.com>
12855 Hui Zhu <hui@codesourcery.com>
12856
12857 PR PR15693
12858 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12859 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12860 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12861 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12862
7f3c0343
JB
128632014-05-28 Joel Brobecker <brobecker@adacore.com>
12864
12865 * config/monitor.exp (gdb_target_monitor): Replace use of
12866 "set remotebaud" by "set serial baud".
12867
b2715b27
AW
128682014-05-26 Andy Wingo <wingo@igalia.com>
12869
12870 * gdb.guile/scm-breakpoint.exp:
12871 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12872 properties instead of gdb-object-properties.
12873
498a4489
YQ
128742014-05-26 Yao Qi <yao@codesourcery.com>
12875
12876 * gdb.server/no-thread-db.exp: Specify source file name
12877 explicitly when setting a breakpoint.
12878
589fdceb
MM
128792014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12880
12881 * gdb.btrace/vdso.c: New.
12882 * gdb.btrace/vdso.exp: New.
12883
e9089e05
MM
128842014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12885
12886 * gdb.base/gcore.exp (capture_command_output): Move ...
12887 * lib/gdb.exp (capture_command_output): ... here.
12888
67b5c0c1
MM
128892014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12890
12891 * gdb.btrace/data.exp: Test memory access during btrace replay.
12892
a2199296
SM
128932014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12894
12895 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12896
17b2616c
PA
128972014-05-21 Pedro Alves <palves@redhat.com>
12898
12899 PR gdb/13860
12900 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12901 (top level): Test that output related to execution commands is
12902 sent to the console with CLI commands, but not with MI commands.
12903 Test that breakpoint events are always mirrored to the console.
12904 Also expect the new source line to be output after a "next" in
12905 async mode too. Make it a pass/fail test.
12906 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12907 output.
12908 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12909
5166082f
PA
129102014-05-21 Pedro Alves <palves@redhat.com>
12911
12912 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12913 Use them to test variations of "list" after reaching a breakpoint.
12914 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12915 Test "list" with listsize 10 after reaching a breakpoint.
12916 * gdb.python/python.exp (decode_line current location line
12917 number): Adjust expected line number.
12918
2f25d70f
SM
129192014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12920
12921 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12922 behavior for $args, pass it directly to "run".
12923
ff604a67
MR
129242014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12925
12926 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12927 30000 to 65536.
12928
6a3cb8e8
PA
129292014-05-21 Pedro Alves <palves@redhat.com>
12930
12931 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12932 auto-connect-native-target off".
12933 * gdb.base/auto-connect-native-target.c: New file.
12934 * gdb.base/auto-connect-native-target.exp: New file.
12935
4ebfc96e
PA
129362014-05-21 Pedro Alves <palves@redhat.com>
12937
12938 * gdb.base/default.exp: Test "target native" instead of "target
12939 child".
12940
36d46afb
MW
129412014-05-21 Mark Wielaard <mjw@redhat.com>
12942
12943 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12944
5876f503
JK
129452014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12946
12947 Fix TLS access for -static -pthread.
12948 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12949 <HAVE_TLS> (thread_function, main): Initialize it.
12950 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12951 Add clean_restart.
12952 <$have_tls != "">: Check TLSVAR.
12953
0256a6ac
PA
129542014-05-21 Pedro Alves <palves@redhat.com>
12955
12956 * gdb.base/dcache-line-read-error.c: New.
12957 * gdb.base/dcache-line-read-error.exp: New.
12958
936d2992
PA
129592014-05-20 Pedro Alves <palves@redhat.com>
12960
12961 * gdb.base/compare-sections.c: New file.
12962 * gdb.base/compare-sections.exp: New file.
12963
802e8e6d
PA
129642014-05-20 Pedro Alves <palves@redhat.com>
12965
12966 * gdb.base/break-idempotent.c: New file.
12967 * gdb.base/break-idempotent.exp: New file.
12968
e59fa00f
MM
129692014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12970
12971 * gdb.btrace/nohist.exp: New.
12972
8b696e31
YQ
129732014-05-20 Yao Qi <yao@codesourcery.com>
12974
12975 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12976 gdb.reverse directory and gdb_reverse_timeout exists in board
12977 setting.
12978 * README: Document gdb_reverse_timeout.
12979
73c9764f
YQ
129802014-05-20 Yao Qi <yao@codesourcery.com>
12981
12982 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12983 'test_file_name'. Treat args as a string instead of a list.
12984 (gdb_init): Rename argument 'args' by 'test_file_name'.
12985
f1f4348a
JK
129862014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12987
12988 * gdb.arch/powerpc-power.exp: New file.
12989 * gdb.arch/powerpc-power.s: New file.
12990
0dbe70ce
DE
129912014-05-16 Doug Evans <dje@google.com>
12992
12993 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
12994 * gdb.base/completion.exp: Check that all expected files exist
12995 before doing file completion.
0dbe70ce 12996
8d551b02
DE
129972014-05-16 Doug Evans <dje@google.com>
12998
12999 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13000 Update.
13001 (do_syscall_tests_without_xml): Update.
13002
73eb7709
PA
130032014-05-16 Pedro Alves <palves@redhat.com>
13004
13005 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13006 instead of "unknown output after running".
13007
3fae92fc
YQ
130082014-05-16 Yao Qi <yao@codesourcery.com>
13009
13010 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13011 file1.txt from host at the end.
13012 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13013
c2b2ccc5
DE
130142014-05-15 Doug Evans <dje@google.com>
13015
13016 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13017 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13018 loading file. Add test for TU lookup.
13019
8c217a4b
SM
130202014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13021
13022 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13023 calling "-exec-arguments" or "set args" before running the
13024 inferior.
13025
3deb39c6
SM
130262014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13027
13028 * lib/mi-support.exp (mi_expect_stop): Expect message for
13029 inferiors that exit with non-zero exit code.
13030
71a79f8c
YQ
130312014-05-14 Yao Qi <yao@codesourcery.com>
13032
13033 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13034 match absolute path on remote host.
13035 (test_file_list_exec_source_files): Remove "/" from the
13036 pattern.
13037
f23fcd46
YQ
130382014-05-14 Yao Qi <yao@codesourcery.com>
13039
13040 * boards/local-remote-host-notty.exp (${board}_file): New
13041 proc.
13042
9404b58f
KM
130432014-05-07 Kyle McMartin <kyle@redhat.com>
13044
13045 Pushed by Joel Brobecker <brobecker@adacore.com>.
13046 * gdb.arch/aarch64-atomic-inst.c: New file.
13047 * gdb.arch/aarch64-atomic-inst.exp: New file.
13048
5e45f04c
YQ
130492014-05-07 Yao Qi <yao@codesourcery.com>
13050
13051 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13052 in current context" too.
13053
c888a17d
KS
130542014-05-05 Keith Seitz <keiths@redhat.com>
13055
13056 * gdb.linespec/ls-dollar.exp: Add test for linespec
13057 file:convenience_variable.
13058
290a839c
YQ
130592014-05-05 Yao Qi <yao@codesourcery.com>
13060
13061 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13062 traceframes into tfile and ctf trace files. Read data from
13063 trace file and test collected data.
13064 (gdb_collect_locals_test): Likewise.
13065 (gdb_unavailable_registers_test): Likewise.
13066 (gdb_unavailable_floats): Likewise.
13067 (gdb_collect_globals_test): Likewise.
13068 (top-level): Append "ctf" to trace_file_targets if GDB
13069 supports.
13070
b5262cd0
YQ
130712014-05-05 Yao Qi <yao@codesourcery.com>
13072
13073 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13074 code to ...
13075 (gdb_collect_args_test_1): ... it. New proc.
13076 (gdb_collect_locals_test): Move some code to ...
13077 (gdb_collect_locals_test_1): ... it. New proc.
13078 (gdb_unavailable_registers_test): Move some code to ...
13079 (gdb_unavailable_registers_test_1): ... it. New proc.
13080 (gdb_unavailable_floats): Move some code to ...
13081 (gdb_unavailable_floats_1): ... it. New proc.
13082
30a1e6cc
SDJ
130832014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13084
13085 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13086 probes to test for bitness recognition.
13087 * gdb.arch/amd64-stap-optional-prefix.exp
13088 (test_probe_value_without_reg): New procedure.
13089 Add code to test for different kinds of bitness.
13090
f33da99a
SDJ
130912014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13092
13093 PR breakpoints/16889
13094 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13095 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13096
5b80f00d
PA
130972014-05-01 Pedro Alves <palves@redhat.com>
13098
13099 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13100 gdb_file_cmd if no file is specified.
13101 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13102 last_loaded_file to set the remote exec-file.
13103
f8c2a73c
PA
131042014-05-01 Pedro Alves <palves@redhat.com>
13105
13106 * boards/local-remote-host.exp: New file.
13107
be6e8ac7
PA
131082014-05-01 Pedro Alves <palves@redhat.com>
13109
13110 * boards/local-remote-host.exp: Rename to ...
13111 * boards/local-remote-host-notty.exp: ... this.
13112
cac0dc8f
JB
131132014-04-28 Joel Brobecker <brobecker@adacore.com>
13114
13115 * gdb.ada/dyn_arrayidx: New testcase.
13116
9730e6cc
YQ
131172014-04-26 Yao Qi <yao@codesourcery.com>
13118
13119 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13120 and compute the length of function main. Save it in
13121 $main_length.
13122 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13123 (top-level): Use gdb_compile to compile objects into
13124 executable and restart GDB. Remove invocation to
13125 prepare_for_testing.
13126
7ae1a6a6
PA
131272014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13128 Pedro Alves <palves@redhat.com>
13129
13130 PR server/16255
13131 * gdb.multi/multi-attach.c: New file.
13132 * gdb.multi/multi-attach.exp: New file.
13133
4082afcc
PA
131342014-04-25 Pedro Alves <palves@redhat.com>
13135
13136 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13137 user.
13138 (top level): Test that "set remote conditional-breakpoints-packet
13139 off" works as intended.
13140 * gdb.base/dprintf.exp: Test that "set remote
13141 breakpoint-commands-packet off" works as intended.
13142 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13143 New function.
13144 (top level): Call it.
13145 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13146 remote fast-tracepoints-packet off" works as intended.
13147 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13148 * lib/gdb.exp (gdb_is_target_remote): ... here.
13149
2abc3f8d
DB
131502014-04-24 David Blaikie <dblaikie@gmail.com>
13151
13152 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13153 ensure clang would not discard them.
13154 * gdb.base/gdbvars.c: Ditto.
13155 * gdb.base/memattr.c: Ditto.
13156 * gdb.base/whatis.c: Ditto.
13157 * gdb.python/py-prettyprint.c: Ditto.
13158 * gdb.trace/actions.c: Ditto.
13159 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13160 ensure clang would not discard it.
13161
bfd39632
DB
131622014-04-24 David Blaikie <dblaikie@gmail.com>
13163
13164 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13165 clang to emit the full definition of type required by the test
13166 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13167
22842ff6
DB
131682014-04-24 David Blaikie <dblaikie@gmail.com>
13169
13170 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13171 coax Clang into emitting the definition of the type.
13172 * gdb.cp/pr10728-x.h (y): Ditto.
13173 * gdb.cp/pr10728-y.cc (y): Ditto.
13174
c2e827ad
DB
131752014-04-24 David Blaikie <dblaikie@gmail.com>
13176
13177 * gdb.base/label.exp: XFAIL label related tests under Clang.
13178 * gdb.cp/cplabel.exp: Ditto.
13179 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13180 under Clang those using labels.
13181
4c2d33e7
YQ
131822014-04-25 Yao Qi <yao@codesourcery.com>
13183
13184 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13185 double_label.
13186 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13187 partial_label and double_label.
13188
56083b99
DB
131892014-04-24 David Blaikie <dblaikie@gmail.com>
13190
13191 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13192
25d4e99d
DB
131932014-04-24 David Blaikie <dblaikie@gmail.com>
13194
13195 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13196 of the function to work across GCC and Clang.
13197 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13198 pointer types (const void ** const V void **).
13199
01f9f808
MS
132002014-04-24 Michael Sturm <michael.sturm@mintel.com>
13201 Walfred Tedeschi <walfred.tedeschi@intel.com>
13202
13203 * Makefile.in (EXECUTABLES): Added i386-avx512.
13204 * gdb.arch/i386-avx512.c: New file.
13205 * gdb.arch/i386-avx512.exp: Likewise.
13206
4b48d439
KS
132072014-04-23 Keith Seitz <keiths@redhat.com>
13208
13209 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13210 (mi_make_breakpoint_table): New procedure.
13211 (mi_create_breakpoint): Use mi_make_breakpoint
13212 and return the result.
13213 (mi_make_breakpoint): New procedure.
13214 (mi_build_kv_pairs): New procedure.
13215
13216 * gdb.mi/mi-break.exp: Remove unused globals,
13217 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13218 All callers updated.
13219 * gdb.mi/mi-dprintf.exp: Use variable to track command
13220 number.
13221 Update all callers of mi_create_breakpoint and use
13222 mi_make_breakpoint_table.
13223 Remove any unused global variables.
13224 * gdb.mi/mi-nonstop.exp: Likewise.
13225 * gdb.mi/mi-nsintrall.exp: Likewise.
13226 * gdb.mi/mi-nsmoribund.exp: Likewise.
13227 * gdb.mi/mi-nsthrexec.exp: Likewise.
13228 * gdb.mi/mi-reverse.exp: Likewise.
13229 * gdb.mi/mi-simplerun.exp: Likewise.
13230 * gdb.mi/mi-stepn.exp: Likewise.
13231 * gdb.mi/mi-syn-frame.exp: Likewise.
13232 * gdb.mi/mi-until.exp: Likewise.
13233 * gdb.mi/mi-var-cp.exp: Likewise.
13234 * gdb.mi/mi-var-display.exp: Likewise.
13235 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13236 * gdb.mi/mi2-var-child.exp: Likewise.
13237 * gdb.mi/mi-vla-c99.exp: Likewise.
13238 * lib/mi-support.exp: Likewise.
13239
13240 From Ian Lance Taylor <iant@cygnus.com>:
13241 * lib/gdb.exp (parse_args): New procedure.
13242
08351840
PA
132432014-04-23 Pedro Alves <palves@redhat.com>
13244
13245 * gdb.base/break-unload-file.c: New file.
13246 * gdb.base/break-unload-file.exp: New file.
13247 * gdb.base/sym-file-lib.c (baz): New function.
13248 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13249 field.
13250 (load): Store the segment's mapped size.
13251 (unload): New function.
13252 (unload_shlib): New function.
13253 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13254 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13255 set a breakpoint at baz, and call it.
13256 * gdb.base/sym-file.exp: New tests for stale breakpoint
13257 instructions.
13258
076855f9
PA
132592014-04-23 Pedro Alves <palves@redhat.com>
13260
13261 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13262 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13263 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13264 * gdb.base/hbreak-unmapped.c: New file.
13265 * gdb.base/hbreak-unmapped.exp: New file.
13266 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13267 * lib/gdb.exp (gdb_is_target_remote): ... here.
13268
483805cf
PA
132692014-04-22 Pedro Alves <palves@redhat.com>
13270
13271 * gdb.base/consecutive-step-over.c: New file.
13272 * gdb.base/consecutive-step-over.exp: New file.
13273
06d97543
PA
132742014-04-22 Pedro Alves <palves@redhat.com>
13275
13276 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13277 instead of send_gdb/gdb_expect.
13278
b4429ea2
YQ
132792014-04-22 Yao Qi <yao@codesourcery.com>
13280
13281 * lib/trace-support.exp (generate_tracefile): New procedure.
13282 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13283 return 0.
13284 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13285 if generate_tracefile returns 1.
13286
51d48146
PA
132872014-04-18 Tom Tromey <palves@redhat.com>
13288 Pedro alves <tromey@redhat.com>
13289
13290 PR backtrace/15558
13291 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13292 with a backtrace limit.
13293 * gdb.python/py-frame-inline.exp: Test running to an inline
13294 function with a backtrace limit, and printing the newest frame.
13295 * gdb.python/py-frame-inline.c (main): Call f.
13296
bd1dce5f
MS
132972014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13298
13299 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13300
40d1a503
MS
133012014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13302
13303 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13304 Drop prefix from unsupported source file path.
13305
389b98f7
YQ
133062014-04-17 Yao Qi <yao@codesourcery.com>
13307
13308 * lib/gdb.exp (with_target_charset): New proc.
13309 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13310 with_target_charset.
13311 (test_print_strings): Likewise.
13312 (test_repeat_bytes): Likewise.
13313 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13314 for some tests.
13315
22869d73
KS
133162014-04-16 Keith Seitz <keiths@redhat.com>
13317
13318 PR gdb/15827
13319 * gdb.dwarf2/corrupt.c: New file.
13320 * gdb.dwarf2/corrupt.exp: New file.
13321
c4f87ca6
KS
133222014-04-16 Keith Seitz <keiths@redhat.com>
13323
13324 PR c++/16597
13325 * gdb.cp/namelessclass.cc: New file.
13326 * gdb.cp/namelessclass.exp: New file.
13327 * gdb.cp/namelessclass.S: New file.
13328
ab19de87
DE
133292014-04-16 Doug Evans <dje@google.com>
13330
13331 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13332 Add comment.
13333 (gdbserver_default_get_comm_port): New function.
13334 (gdbserver_start): Check if board file provided
13335 "gdbserver,get_comm_port" and use it if so.
13336 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13337 (gdb,socketport): Set to "stdio".
13338 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13339 (stdio_gdbserver_template): Delete.
13340 (${board}_get_remote_address): Update.
13341 (${board}_build_remote_cmd): Delete.
13342 (${board}_get_comm_port): New function.
13343 (${board}_spawn): Update.
13344 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13345 Delete.
13346 (${board}_get_remote_address): Update.
13347 (${board}_get_comm_port): New function.
13348
fc98a809
AB
133492014-04-16 Andrew Burgess <aburgess@broadcom.com>
13350
13351 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13352 appearing in any order.
13353
87fd9e6e
DE
133542014-04-15 Doug Evans <dje@google.com>
13355
13356 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13357 uninitialized value of "description".
13358
099fc3ea
KS
133592014-04-15 Keith Seitz <keiths@redhat.com>
13360
13361 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13362 Remove unused globals.
13363 (test_running_the_program): Likewise.
13364 (test_controlled_execution): Likewise.
13365 (test_controlling_breakpoints): Likewise.
13366 (test_program_termination): Likewise.
13367
5da151d4
KS
133682014-04-15 Keith Seitz <keiths@redhat.com>
13369
13370 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13371 unused globals.
13372 (test_rbreak_creation_and_listing): Likewise.
13373 (test_ignore_count): Likewise.
13374 (test_error): Likewise.
13375
35e5d2f0
PA
133762014-04-15 Pedro Alves <palves@redhat.com>
13377
13378 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13379 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13380 sym-file-loader.c.
13381 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13382 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13383 to sym-file-loader.c.
13384 (struct library): Forward declare.
13385 (load_shlib, lookup_function): Change prototypes.
13386 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13387 (translate_offset): Remove declarations.
13388 (get_text_addr): New declaration.
13389 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13390 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13391 sym-file-loader.h.
13392 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13393 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13394 here from sym-file-loader.h.
13395 (struct library): New structure.
13396 (load_shlib, lookup_function): Change prototypes and adjust to
13397 work with a struct library.
13398 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13399 (translate_offset): Make static.
13400 (get_text_addr): New function.
13401 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13402
eb4c1710
PA
134032014-04-15 Pedro Alves <palves@redhat.com>
13404
13405 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13406
2d1baf52
PA
134072014-04-15 Pedro Alves <palves@redhat.com>
13408
13409 * gdb.base/sym-file-loader.c: Include <limits.h>.
13410 (SELF_LINK): New define.
13411 (get_origin): New function.
13412 (load_shlib): Use it.
13413 * gdb.base/sym-file.exp: Don't early return if the target is
13414 remote. Use runto_main, and issue fail is that fails. Use
13415 gdb_load_shlibs.
13416 (shlib_name): Delete.
13417 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13418
7dd6df01
PA
134192014-04-15 Pedro Alves <palves@redhat.com>
13420
13421 * gdb.base/sym-file.exp: Remove regex characters from test
13422 message. Don't refer to breakpoint numbers in test messages.
13423
b50c8614
KS
134242014-04-14 Keith Seitz <keiths@redhat.com>
13425
13426 PR c++/16253
13427 * gdb.cp/var-tag.cc: New file.
13428 * gdb.cp/var-tag.exp: New file.
13429 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13430 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13431 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13432 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13433
3d567982
TT
134342014-04-14 Tom Tromey <tromey@redhat.com>
13435
13436 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13437 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13438 type.
13439 * gdb.cp/enum-class.exp: New file.
13440 * gdb.cp/enum-class.cc: New file.
13441
0626fc76
TT
134422014-04-14 Tom Tromey <tromey@redhat.com>
13443
13444 * gdb.dwarf2/enum-type.exp: New file.
13445
dca325b3
SA
134462014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13447
13448 * gdb.mi/mi-vla-c99.exp: New file.
13449 * gdb.mi/vla.c: New file.
13450
5854b38a
SA
134512014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13452
13453 * gdb.base/vla-datatypes.c: New file.
13454 * gdb.base/vla-datatypes.exp: New file.
13455
463bb957
SA
134562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13457
13458 * gdb.base/vla-ptr.c: New file.
13459 * gdb.base/vla-ptr.exp: New file.
13460
3dd170be
SA
134612014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13462
13463 * gdb.dwarf2/count.exp: New file.
13464
5ecaaa66
SA
134652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13466
13467 * gdb.base/vla-sideeffect.c: New file.
13468 * gdb.base/vla-sideeffect.exp: New file.
13469
41f1ada5
DB
134702014-04-14 David Blaikie <dblaikie@gmail.com>
13471
13472 * gdb.mi/non-stop.c: Add return value for non-void function return
13473 statement.
13474 * gdb.threads/staticthreads.c: Ditto.
13475
0be03e84
DE
134762014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13477 Doug Evans <xdje42@gmail.com>
13478
13479 * gdb.guile/scm-value.c: Improve test case.
13480 * gdb.guile/scm-value.exp: Add new test.
13481
f180a1fb
DB
134822014-04-11 David Blaikie <dblaikie@gmail.com>
13483
13484 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13485 override Clang's default.
13486
6b662e19
JB
134872014-04-11 Joel Brobecker <brobecker@adacore.com>
13488
13489 Revert the following changes (regressions):
13490
13491 * gdb.base/vla-sideeffect.c: New file.
13492 * gdb.base/vla-sideeffect.exp: New file.
13493
13494 * gdb.dwarf2/count.exp: New file.
13495
13496 * gdb.base/vla-multi.c: New file.
13497 * gdb.base/vla-multi.exp: New file.
13498
13499 * gdb.base/vla-ptr.c: New file.
13500 * gdb.base/vla-ptr.exp: New file.
13501
13502 * gdb.base/vla-datatypes.c: New file.
13503 * gdb.base/vla-datatypes.exp: New file.
13504
13505 * gdb.mi/mi-vla-c99.exp: New file.
13506 * gdb.mi/vla.c: New file.
13507
245a5f0b
KS
135082014-04-11 Keith Seitz <keiths@redhat.com>
13509
13510 PR c++/16675
13511 * gdb.cp/cpsizeof.exp: New file.
13512 * gdb.cp/cpsizeof.cc: New file.
13513
58a84dcf
SA
135142014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13515
191a8a90
JB
13516 * gdb.mi/mi-vla-c99.exp: New file.
13517 * gdb.mi/vla.c: New file.
58a84dcf 13518
c8655f75
SA
135192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13520
13521 * gdb.base/vla-datatypes.c: New file.
13522 * gdb.base/vla-datatypes.exp: New file.
13523
024e13b4
SA
135242014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13525
13526 * gdb.base/vla-ptr.c: New file.
13527 * gdb.base/vla-ptr.exp: New file.
13528
1a237e0e
SA
135292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13530
13531 * gdb.base/vla-multi.c: New file.
13532 * gdb.base/vla-multi.exp: New file.
13533
504f3432
SA
135342014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13535
13536 * gdb.dwarf2/count.exp: New file.
13537
3bce8237
SA
135382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13539
191a8a90
JB
13540 * gdb.base/vla-sideeffect.c: New file.
13541 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 13542
322f9c21
YQ
135432014-04-11 Yao Qi <yao@codesourcery.com>
13544
13545 * gdb.base/completion.exp: Check file exists before running tests
13546 on file completion.
13547
d708bcd1
PA
135482014-04-10 Pedro Alves <palves@redhat.com>
13549
13550 * gdb.base/cond-eval-mode.c: New file.
13551 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13552 prepare_for_testing to build the new file. Check result of
13553 runto_main.
13554 (test_break, test_watch): New procedures.
13555 (top level): Use them.
13556
ae1d2761
PM
135572014-04-08 Pierre Muller <muller@sourceware.org>
13558
13559 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13560 Ctrl-V use for mingw hosts.
13561
7af389b8
SC
135622014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13563
13564 * gdb.python/py-value.c: Improve test case.
13565 * gdb.python/py-value.exp: Add new test.
13566
5e703181
DE
135672014-04-07 David Blaikie <dblaikie@gmail.com>
13568
13569 * lib/compiler.c: Identify the clang compiler.
13570 * lib/compiler.cc: Ditto.
13571
9810b410
YQ
135722014-04-03 Yao Qi <yao@codesourcery.com>
13573
13574 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13575
98d1b8dc
AB
135762014-04-01 Anton Blanchard <anton@samba.org>
13577
13578 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13579 messages unique.
13580
3114cea1
AB
135812014-04-01 Anton Blanchard <anton@samba.org>
13582
13583 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13584 prepare_for_testing.
13585
62f7182c
AB
135862014-04-01 Anton Blanchard <anton@samba.org>
13587
13588 * gdb.arch/ppc64-atomic-inst.c: Remove.
13589 * gdb.arch/ppc64-atomic-inst.S: New file.
13590 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13591
770e7fc7
DE
135922014-03-31 Doug Evans <dje@google.com>
13593
13594 * gdb.base/print-symbol-loading-lib.c: New file.
13595 * gdb.base/print-symbol-loading-main.c: New file.
13596 * gdb.base/print-symbol-loading.exp: New file.
13597
46e2bafa
YQ
135982014-03-31 Yao Qi <yao@codesourcery.com>
13599
13600 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13601
8776cfe9
JB
136022014-03-28 Joel Brobecker <brobecker@adacore.com>
13603
13604 * gdb.ada/mi_dyn_arr: New testcase.
13605
5d1ef361
DE
136062014-03-27 Doug Evans <dje@google.com>
13607
13608 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13609
b5bee914
YQ
136102014-03-27 Yao Qi <yao@codesourcery.com>
13611
13612 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13613 if target is nios2-*-*.
13614
0d4d0e77
YQ
136152014-03-26 Yao Qi <yao@codesourcery.com>
13616
13617 * lib/gdb.exp (readline_is_used): New proc.
13618 * gdb.base/completion.exp: Move tests on command complete up.
13619 Skip the rest of tests if readline is not used.
13620 * gdb.ada/complete.exp: Skp the test if readline is not
13621 used.
13622 * gdb.base/filesym.exp: Likewise.
13623 * gdb.base/macscp.exp: Likewise.
13624 * gdb.base/readline-ask.exp: Likewise.
13625 * gdb.base/readline.exp: Likewise.
13626 * gdb.python/py-cmd.exp: Likewise.
13627 * gdb.trace/tfile.exp: Likewise.
13628
29361eee
YQ
136292014-03-26 Yao Qi <yao@codesourcery.com>
13630
13631 * gdb.base/macscp.exp: Fix code format issues.
13632
bc9a5525
UW
136332014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13634
13635 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13636 * gdb.asm/powerpc64le.inc: New file.
13637
d3839ede
PA
136382014-03-25 Pedro Alves <palves@redhat.com>
13639 Doug Evans <dje@google.com>
13640
13641 * gdb.base/source-execution.c: New file.
13642 * gdb.base/source-execution.exp: New file.
13643 * gdb.base/source-execution.gdb: New file.
13644
01672a57
DE
136452014-03-24 Doug Evans <dje@google.com>
13646
13647 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13648 using fission.
13649
88bbeca9
HZ
136502014-03-24 Hui Zhu <hui@codesourcery.com>
13651 Pedro Alves <palves@redhat.com>
13652
13653 PR breakpoints/16101
13654 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13655 test pass/fail messages. Detect missing support for dprintf when
13656 breakpoints are actually inserted.
13657 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13658 breakpoints are actually inserted.
13659 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13660 fails.
13661
d2348791
JK
136622014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13663
13664 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13665
feef67ab
DE
136662014-03-22 Doug Evans <xdje42@gmail.com>
13667
13668 * gdb.python/python.exp (python not supported): Verify multi-line
13669 python command issues an error.
25d743f9 13670 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 13671 guile command issues an error.
feef67ab 13672
ecebef6a
MR
136732014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13674
13675 * gdb.threads/thread-specific.exp: Handle the lack of usable
13676 $this_breakpoint and $this_thread.
13677
ccdd1909
HZ
136782014-03-21 Hui Zhu <hui@codesourcery.com>
13679
13680 * gdb.base/attach.exp (do_command_attach_tests): New.
13681
beb460e8
PA
136822014-03-20 Tom Tromey <tromey@redhat.com>
13683 Pedro Alves <palves@redhat.com>
13684
13685 PR cli/15718
13686 * gdb.base/condbreak-call-false.c: New file.
13687 * gdb.base/condbreak-call-false.exp: New file.
13688
40acf43a
PA
136892014-03-20 Pedro Alves <palves@redhat.com>
13690
13691 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13692 Delete.
13693 (block_signals, unblock_signals): Delete.
13694 (child_function_2, main): Remove references to deleted variable
13695 and functions.
13696
9f5e1e02
PA
136972014-03-20 Pedro Alves <palves@redhat.com>
13698
13699 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13700 Use pthread_kill to signal thread 2.
13701 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13702 Adjust to make the test send itself a signal rather than using the
13703 host's "kill" command.
13704
99619bea
PA
137052014-03-20 Pedro Alves <palves@redhat.com>
13706
13707 * gdb.threads/multiple-step-overs.c: New file.
13708 * gdb.threads/multiple-step-overs.exp: New file.
13709 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13710 Adjust expected infrun debug output.
13711
2adfaa28
PA
137122014-03-20 Pedro Alves <palves@redhat.com>
13713
13714 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13715 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13716
31e77af2
PA
137172014-03-20 Pedro Alves <palves@redhat.com>
13718
13719 PR breakpoints/7143
13720 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13721 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13722 of gdb_test_multiple.
13723 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13724 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13725
b9f437de
PA
137262014-03-20 Pedro Alves <palves@redhat.com>
13727
13728 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13729 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13730
05adc73e
PA
137312014-03-19 Pedro Alves <palves@redhat.com>
13732
13733 * gdb.base/async.exp: Remove early return.
13734
6048b950
PA
137352014-03-19 Pedro Alves <palves@redhat.com>
13736
13737 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13738
8bcfb00a
PA
137392014-03-19 Pedro Alves <palves@redhat.com>
13740
13741 * gdb.base/async.exp (test_background): Expect \r\n after
13742 "completed." in the fail pattern.
13743
884e37dc
PA
137442014-03-19 Pedro Alves <palves@redhat.com>
13745
13746 * gdb.base/async.exp (test_background): New procedure.
13747 Use it for all background execution command tests.
13748
148e57e2
PA
137492014-03-19 Pedro Alves <palves@redhat.com>
13750
13751 * gdb.base/async.exp: Use prepare_for_testing.
13752
f48088c7
PA
137532014-03-19 Pedro Alves <palves@redhat.com>
13754
13755 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13756 the same line.
13757
e2f6c966
PA
137582014-03-19 Pedro Alves <palves@redhat.com>
13759
13760 * gdb.base/async.c (main): Add "jump here" and "until here" line
13761 marker comments.
13762 * gdb.base/async.exp (jump_here): New global.
13763 (jump& test): Use it.
13764 (until_here): New global.
13765 (until& test): Use it.
13766
c30568d4
PA
137672014-03-19 Pedro Alves <palves@redhat.com>
13768
13769 * gdb.base/async.exp: Don't frob gdb_protocol.
13770
0172b6a7
DE
137712014-03-18 Doug Evans <xdje42@gmail.com>
13772
13773 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13774 Fix spelling of exec-done-display.
13775
06c868a8
JK
137762014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13777
13778 PR gdb/15358
13779 * gdb.base/gdb-sigterm.c: New file.
13780 * gdb.base/gdb-sigterm.exp: New file.
13781
0c7e1a46
PA
137822014-03-18 Pedro Alves <palves@redhat.com>
13783
13784 PR gdb/13860
13785 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13786 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13787 solib-event.
13788
f7c77d93
JB
137892014-03-17 Joel Brobecker <brobecker@adacore.com>
13790
13791 * gdb.ada/pckd_arr_ren: New testcase.
13792
5a1e8c7a
DE
137932014-03-13 Doug Evans <xdje42@gmail.com>
13794
13795 PR guile/16612
13796 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13797 collect after discarding symbols.
13798
350e1a76
DE
137992014-03-13 Ludovic Courtès <ludo@gnu.org>
13800 Doug Evans <xdje42@gmail.com>
13801
13802 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13803 to history survives a gc.
13804
a69900ae
PA
138052014-03-13 Pedro Alves <palves@redhat.com>
13806
13807 * gdb.base/default.exp: Don't test "target procfs".
13808
5db9f0bd
PA
138092014-03-13 Pedro Alves <palves@redhat.com>
13810
13811 * gdb.base/default.exp: Update "target child" and "target procfs"
13812 tests to not expect "Unix".
13813
b3ccfe11
TT
138142014-03-12 Tom Tromey <tromey@redhat.com>
13815
13816 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13817 New procs. Add target-async tests.
13818 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13819 Add target-async tests.
13820
646f4417
AA
138212014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13822
13823 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13824 'func_start' and 'func_end' for the beginning and end of the
13825 function code, respectively.
13826 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13827 'func_end' instead of 'func' and 'main'.
13828
288c211f
AA
138292014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13830
13831 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13832 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13833 generate the debug info assembler source.
13834
e0c0f156
AA
138352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13836
13837 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13838 * gdb.dwarf2/arr-subrange.exp: Likewise.
13839 * gdb.dwarf2/dwz.exp: Likewise.
13840 * gdb.dwarf2/method-ptr.exp: Likewise.
13841 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13842 * gdb.dwarf2/subrange.exp: Likewise.
13843 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13844 * gdb.dwarf2/implptrpiece.exp: Likewise.
13845 * gdb.dwarf2/nostaticblock.exp: Likewise.
13846
0e5c4555
AA
138472014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13848
13849 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13850 directory to absolute path name arguments.
13851
5ec18f2b
JG
138522014-03-10 Joel Brobecker <brobecker@adacore.com>
13853
13854 * gdb.ada/tagged_access: New testcase.
13855
847fc4f2
MM
138562014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13857
13858 * gdb.btrace/data.exp: Update expected output.
13859
cc3da688
YQ
138602014-03-06 Yao Qi <yao@codesourcery.com>
13861
13862 * gdb.trace/pr16508.exp: New file.
13863
0f26cec1
PA
138642014-03-05 Pedro Alves <palves@redhat.com>
13865
13866 PR gdb/16575
13867 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13868 procedure.
13869 (top level): Adjust to use it. Add tests that exercise breakpoint
13870 interaction with the code-cache.
13871
7a5a839f
LC
138722014-02-26 Ludovic Courtès <ludo@gnu.org>
13873
13874 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13875 test for 'history-append!'.
13876
31aa7e4e
JB
138772014-02-26 Joel Brobecker <brobecker@adacore.com>
13878
13879 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13880 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13881 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13882 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13883 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13884 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13885
1b588015
JB
138862014-02-26 Joel Brobecker <brobecker@adacore.com>
13887
13888 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13889 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13890 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13891
55426c9d
JB
138922014-02-26 Joel Brobecker <brobecker@adacore.com>
13893
13894 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13895
dc53a7ad
JB
138962014-02-26 Joel Brobecker <brobecker@adacore.com>
13897
13898 * gdb.dwarf2/arr-stride.c: New file.
13899 * gdb.dwarf2/arr-stride.exp: New file.
13900
12ab52e9
PA
139012014-02-26 Pedro Alves <palves@redhat.com>
13902
13903 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13904 that won't ever trigger. Make sure that GDB reports the correct
13905 breakpoint that caused the stop.
13906
849c862e
JK
139072014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13908
13909 PR gdb/16626
13910 * gdb.base/auto-load-script: New file.
13911 * gdb.base/auto-load.c: New file.
13912 * gdb.base/auto-load.exp: New file.
13913
71b7d793
JK
13914 PR gdb/16626
13915 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13916
e2f0d509
JK
139172014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13918
13919 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13920 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13921
50cc37c8
DE
139222014-02-24 Doug Evans <dje@google.com>
13923
13924 * lib/gdb.exp (run_on_host): Log error output if program fails.
13925
ea4758f2
PA
139262014-02-21 Pedro Alves <palves@redhat.com>
13927
13928 * gdb.threads/step-after-sr-lock.c: Rename to ...
13929 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13930 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13931 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13932 ... this.
13933
d7b30f67
SDJ
139342014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13935
13936 PR tdep/16397
13937 * gdb.arch/amd64-stap-special-operands.exp: New file.
13938 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13939 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13940 * gdb.arch/amd64-stap-triplet.S: Likewise.
13941 * gdb.arch/amd64-stap-triplet.c: Likewise.
13942
83deb43f
JB
139432014-02-20 Joel Brobecker <brobecker@adacore.com>
13944
13945 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13946 in .section pseudo-op.
13947
adde2bff
DE
139482014-02-20 lin zuojian <manjian2006@gmail.com>
13949 Joel Brobecker <brobecker@adacore.com>
13950 Doug Evans <xdje42@gmail.com>
13951
13952 PR symtab/16581
13953 * gdb.dwarf2/dw2-icycle.S: New file.
13954 * gdb.dwarf2/dw2-icycle.c: New file.
13955 * gdb.dwarf2/dw2-icycle.exp: New file.
13956
f7bd0f78
SC
139572014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13958
13959 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13960 operations on gdb.Value objects.
13961 * gdb.python/py-value-cc.exp: Add new test to test operations on
13962 gdb.Value objects.
13963
c17ef0d5
DE
139642014-02-18 Doug Evans <dje@google.com>
13965
13966 * Makefile.in (TESTS): New variable.
13967 (expanded_tests, expanded_tests_or_none): New variables
13968 (check-single): Pass $(expanded_tests_or_none) to runtest.
13969 (check-parallel): Only run tests in $(TESTS) if non-empty.
13970 (check/no-matching-tests-found): New rule.
13971 * README: Document TESTS makefile variable.
13972
5dd3176f
DE
139732014-02-18 Doug Evans <dje@google.com>
13974
13975 * Makefile.in (check-parallel): rm -rf outputs temp.
13976
0b10be4f
JK
139772014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13978
13979 Fix "ERROR: no fileid for" in the testsuite.
13980 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13981
85f224e7
DE
139822014-02-12 Doug Evans <dje@google.com>
13983
13984 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13985 (MISCELLANEOUS): New variable.
13986 (clean): rm -rf $(MISCELLANEOUS).
13987 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13988 dwp live in the same directory as symlinks, with each symlink pointed
13989 to a differently named file in a different directory.
13990
149b30ff
DE
139912014-02-11 Doug Evans <dje@google.com>
13992
13993 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13994 of Tcl file commands.
13995
1dfdac32
MK
139962014-02-10 Mark Kettenis <kettenis@gnu.org>
13997
13998 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13999 "kill -SIGUSR1 -1".
14000
aa4fb036
JB
140012014-02-10 Joel Brobecker <brobecker@adacore.com>
14002
14003 * gdb.ada/tick_length_array_enum_idx: New testcase.
14004
ed3ef339
DE
140052014-02-10 Doug Evans <xdje42@gmail.com>
14006
14007 * configure.ac (AC_OUTPUT): Add gdb.guile.
14008 * configure: Regenerate.
14009 * lib/gdb-guile.exp: New file.
14010 * lib/gdb.exp (get_target_charset): New function.
14011 * gdb.base/help.exp: Update expected output from "apropos apropos".
14012 * gdb.guile/Makefile.in: New file.
14013 * gdb.guile/guile.exp: New file.
14014 * gdb.guile/scm-arch.c: New file.
14015 * gdb.guile/scm-arch.exp: New file.
14016 * gdb.guile/scm-block.c: New file.
14017 * gdb.guile/scm-block.exp: New file.
14018 * gdb.guile/scm-breakpoint.c: New file.
14019 * gdb.guile/scm-breakpoint.exp: New file.
14020 * gdb.guile/scm-disasm.c: New file.
14021 * gdb.guile/scm-disasm.exp: New file.
14022 * gdb.guile/scm-equal.c: New file.
14023 * gdb.guile/scm-equal.exp: New file.
14024 * gdb.guile/scm-error.exp: New file.
14025 * gdb.guile/scm-error.scm: New file.
14026 * gdb.guile/scm-frame-args.c: New file.
14027 * gdb.guile/scm-frame-args.exp: New file.
14028 * gdb.guile/scm-frame-args.scm: New file.
14029 * gdb.guile/scm-frame-inline.c: New file.
14030 * gdb.guile/scm-frame-inline.exp: New file.
14031 * gdb.guile/scm-frame.c: New file.
14032 * gdb.guile/scm-frame.exp: New file.
14033 * gdb.guile/scm-generics.exp: New file.
14034 * gdb.guile/scm-gsmob.exp: New file.
14035 * gdb.guile/scm-iterator.c: New file.
14036 * gdb.guile/scm-iterator.exp: New file.
14037 * gdb.guile/scm-math.c: New file.
14038 * gdb.guile/scm-math.exp: New file.
14039 * gdb.guile/scm-objfile-script-gdb.in: New file.
14040 * gdb.guile/scm-objfile-script.c: New file.
14041 * gdb.guile/scm-objfile-script.exp: New file.
14042 * gdb.guile/scm-objfile.c: New file.
14043 * gdb.guile/scm-objfile.exp: New file.
14044 * gdb.guile/scm-ports.exp: New file.
14045 * gdb.guile/scm-pretty-print.c: New file.
14046 * gdb.guile/scm-pretty-print.exp: New file.
14047 * gdb.guile/scm-pretty-print.scm: New file.
14048 * gdb.guile/scm-section-script.c: New file.
14049 * gdb.guile/scm-section-script.exp: New file.
14050 * gdb.guile/scm-section-script.scm: New file.
14051 * gdb.guile/scm-symbol.c: New file.
14052 * gdb.guile/scm-symbol.exp: New file.
14053 * gdb.guile/scm-symtab-2.c: New file.
14054 * gdb.guile/scm-symtab.c: New file.
14055 * gdb.guile/scm-symtab.exp: New file.
14056 * gdb.guile/scm-type.c: New file.
14057 * gdb.guile/scm-type.exp: New file.
14058 * gdb.guile/scm-value-cc.cc: New file.
14059 * gdb.guile/scm-value-cc.exp: New file.
14060 * gdb.guile/scm-value.c: New file.
14061 * gdb.guile/scm-value.exp: New file.
14062 * gdb.guile/source2.scm: New file.
14063 * gdb.guile/types-module.cc: New file.
14064 * gdb.guile/types-module.exp: New file.
14065
7026a7c1
YQ
140662014-02-10 Yao Qi <yao@codesourcery.com>
14067
14068 PR testsuite/16543
14069 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14070 * configure: Regenerated.
14071 * Makefile.in: New file.
14072
6c466447
AS
140732014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14074
14075 * gdb.python/py-framefilter.exp: Fix typo.
14076
6e854735
YQ
140772014-02-08 Yao Qi <yao@codesourcery.com>
14078
14079 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14080 that no =breakpoint-modified is emitted when breakpoints are
14081 modified through MI commands.
14082
d137e6dc
PA
140832014-02-07 Pedro Alves <pedro@codesourcery.com>
14084 Pedro Alves <palves@redhat.com>
14085
14086 * gdb.threads/step-after-sr-lock.c: New file.
14087 * gdb.threads/step-after-sr-lock.exp: New file.
14088
b5ee5a50
PA
140892014-02-07 Pedro Alves <palves@redhat.com>
14090
14091 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14092
3c77faf3
JK
140932014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14094
14095 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14096 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14097
6dddc817
DE
140982014-02-06 Doug Evans <xdje42@gmail.com>
14099
14100 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14101 output.
14102
14103 * gdb.gdb/python-interrupts.exp: New file.
14104
de7b2893
YQ
141052014-02-05 Yao Qi <yao@codesourcery.com>
14106
14107 * gdb.trace/report.exp (use_collected_data): Test the output
14108 of "info threads" and "info inferiors".
14109
66d032ac
YQ
141102014-02-05 Yao Qi <yao@codesourcery.com>
14111
14112 Revert this patch:
14113
14114 2013-05-24 Yao Qi <yao@codesourcery.com>
14115
14116 * gdb.trace/tfile.exp: Test inferior and thread.
14117
591a12a1
UW
141182014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14119
14120 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14121 on a function.
14122 * gdb.base/step-bt.c: Call hello via function pointer to make
14123 sure its first instruction is executed on powerpc64le-linux.
14124
0ff3e01f
UW
141252014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14126
14127 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14128
084ee545
UW
141292014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14130
14131 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14132 of the test patterns for use on little-endian systems.
14133
6ed14ff3
UW
141342014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14135
14136 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14137 (decimal_vector): Fix for little-endian.
14138
401e27fd
JM
141392014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14140
14141 * gdb.arch/sparc-sysstep.exp: New file.
14142 * gdb.arch/sparc-sysstep.c: Likewise.
14143
14144 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14145
8b924729
EBM
141462014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14147
14148 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14149
fb151210
JB
141502014-01-23 Tom Tromey <tromey@redhat.com>
14151
14152 * gdb.ada/array_char_idx: New testcase.
14153
0740f8d8
TT
141542014-01-23 Tom Tromey <tromey@redhat.com>
14155
14156 PR python/16487:
14157 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14158 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14159 classes.
14160
21909fa1
TT
141612014-01-23 Tom Tromey <tromey@redhat.com>
14162
14163 PR python/16491:
14164 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14165 string from an inferior frame.
14166 * gdb.python/py-framefilter-mi.exp: Update.
14167
87ce2a04
DE
141682014-01-22 Doug Evans <dje@google.com>
14169
14170 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14171
237b092b
AA
141722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14173
14174 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14175
d674a709
AA
141762014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14177
14178 * gdb.trace/entry-values.exp: Remove excess space character from
14179 regex patterns. Handle s390 call instruction.
14180
20fa3390
AA
141812014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14182
14183 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14184 define "*_start" label. Make "name" static.
14185 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14186 ${name} by references to ${name}_start.
14187
78466714
AA
141882014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14189
14190 * gdb.base/info-macros.exp: Remove "debug" from the compile
14191 options.
14192
ec9f644a
IB
141932014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14194
14195 * gdb.dlang/demangle.exp: New file.
14196
94b1b47e
IB
141972014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14198
14199 * gdb.dlang/primitive-types.exp: New file.
14200
7f420862
IB
142012014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14202
14203 * configure.ac: Create gdb.dlang/Makefile.
14204 * configure: Regenerate.
14205 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14206 * gdb.dlang/Makefile.in: New file.
14207 * lib/d-support.exp: New file.
14208 * lib/gdb.exp (skip_d_tests): New proc.
14209
52834460
MM
142102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14211
14212 * gdb.btrace/delta.exp: Check reverse stepi.
14213 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14214 * gdb.btrace/finish.exp: New.
14215 * gdb.btrace/next.exp: New.
14216 * gdb.btrace/nexti.exp: New.
14217 * gdb.btrace/record_goto.c: Add comments.
14218 * gdb.btrace/step.exp: New.
14219 * gdb.btrace/stepi.exp: New.
14220 * gdb.btrace/multi-thread-step.c: New.
14221 * gdb.btrace/multi-thread-step.exp: New.
14222 * gdb.btrace/rn-dl-bind.c: New.
14223 * gdb.btrace/rn-dl-bind.exp: New.
14224 * gdb.btrace/data.c: New.
14225 * gdb.btrace/data.exp: New.
14226 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14227
6e07b1d2
MM
142282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14229
14230 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14231 * gdb.btrace/exception.exp: Update.
14232 * gdb.btrace/instruction_history.exp: Update.
14233 * gdb.btrace/record_goto.exp: Update.
14234 * gdb.btrace/tailcall.exp: Update.
14235 * gdb.btrace/unknown_functions.exp: Update.
14236 * gdb.btrace/delta.exp: New.
14237
0b722aec
MM
142382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14239
14240 * gdb.btrace/record_goto.exp: Add backtrace test.
14241 * gdb.btrace/tailcall.exp: Add backtrace test.
14242
066ce621
MM
142432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14244
14245 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14246 * gdb.btrace/record_goto.c: New.
14247 * gdb.btrace/record_goto.exp: New.
14248 * gdb.btrace/x86-record_goto.S: New.
14249
0688d04e
MM
142502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14251
14252 * gdb.btrace/function_call_history.exp: Update tests.
14253 * gdb.btrace/instruction_history.exp: Update tests.
14254
8710b709
MM
142552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14256
14257 * gdb.btrace/function_call_history.exp: Fix expected field
14258 order for "record function-call-history".
14259 Add new tests for "record function-call-history /c".
14260 * gdb.btrace/exception.cc: New.
14261 * gdb.btrace/exception.exp: New.
14262 * gdb.btrace/tailcall.exp: New.
14263 * gdb.btrace/x86-tailcall.S: New.
14264 * gdb.btrace/x86-tailcall.c: New.
14265 * gdb.btrace/unknown_functions.c: New.
14266 * gdb.btrace/unknown_functions.exp: New.
14267 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14268
5de9129b
MM
142692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14270
14271 * gdb.btrace/instruction_history.exp: Update.
14272 * gdb.btrace/function_call_history.exp: Update.
14273
23a7fe75
MM
142742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14275
14276 * gdb.btrace/function_call_history.exp: Fix expected function
14277 trace.
14278 * gdb.btrace/instruction_history.exp: Initialize traced.
14279 Remove traced_functions.
14280
724c7dd8
MM
142812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14282
14283 * gdb.btrace/function_call_history.exp: Update
14284 * gdb.btrace/instruction_history.exp: Update.
14285
6d78d93b
MM
142862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14287
14288 * gdb.btrace/enable.exp: Update expected text.
14289
93a360cc
OJ
142902014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14291
14292 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14293 bytes.
14294
3772b53f
MR
142952014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14296
14297 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14298
596662fa
OJ
142992014-01-15 Omair Javaid <omair.javaid@linaro.org>
14300
14301 * lib/gdb.exp (supports_process_record): Return true for
14302 arm*-linux*. (supports_reverse): Likewise.
14303
b5b08fb4
SC
143042014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14305
14306 PR python/15464
14307 PR python/16113
14308 * gdb.python/py-type.c: Enhance test case.
14309 * gdb.python/py-value-cc.cc: Likewise
14310 * gdb.python/py-type.exp: Add new tests.
14311 * gdb.python/py-value-cc.exp: Likewise
14312
52d7fb13
AA
143132014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14314 Pedro Alves <palves@redhat.com>
14315
14316 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14317 Make "name" extern.
14318 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14319 references to ${name}_start by references to ${name}.
14320
a2cd8cfe
JB
143212014-01-10 Joel Brobecker <brobecker@adacore.com>
14322
14323 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14324
4e23fced
JB
143252014-01-10 Joel Brobecker <brobecker@adacore.com>
14326
14327 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14328
c6a9e42c
PA
143292014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14330 Pedro Alves <palves@redhat.com>
14331
14332 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 14333 mi_gdb_target_load.
c6a9e42c 14334
b7ea362b
PA
143352014-01-08 Pedro Alves <palves@redhat.com>
14336
14337 * gdb.threads/reconnect-signal.c: New file.
14338 * gdb.threads/reconnect-signal.exp: New file.
14339
5e3f4fab
EBM
143402014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14341
14342 * gdb.base/source-dir.exp: New file.
14343
79301218
JB
143442014-01-07 Joel Brobecker <brobecker@adacore.com>
14345
14346 * gdb.ada/mi_interface: New testcase.
14347
8e355c5d
JB
143482014-01-07 Joel Brobecker <brobecker@adacore.com>
14349
14350 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14351 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14352 gdb.ada/pp-rec-component/pck.ads: New files.
14353
c0d48811
JB
143542014-01-07 Joel Brobecker <brobecker@adacore.com>
14355
14356 * gdb.python/py-pp-integral.c: New file.
14357 * gdb.python/py-pp-integral.py: New file.
14358 * gdb.python/py-pp-integral.exp: New file.
14359
17b609c3 14360For older changes see ChangeLog-1993-2013.
c906108c 14361\f
8d8cb839
EZ
14362;; Local Variables:
14363;; mode: change-log
14364;; left-margin: 8
14365;; fill-column: 74
14366;; version-control: never
14367;; End:
902f2ccb 14368
e2882c85 14369 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
14370 Copying and distribution of this file, with or without modification,
14371 are permitted provided the copyright notice and this notice are preserved.
This page took 4.035693 seconds and 4 git commands to generate.