]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Fix gdb/remote.c build failure
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
045cf012
SM
12018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4 "set variable index = 42".
5
87d6a7aa
SM
62018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7
8 * boards/index-cache-gdb.exp: New file.
9 * gdb.dwarf2/index-cache.exp: New file.
10 * gdb.dwarf2/index-cache.c: New file.
11 * gdb.base/maint.exp: Check if we are using the index cache.
12
96d68bd4
RO
132018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14
15 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
16 MAKEFLAGS.
17
5a699617
RO
182018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19
20 * dg-extract-results.sh: Move to toplevel contrib.
21 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
22 * Makefile.in (check-parallel-racy): Likewise.
23
5bd18990
AB
242018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
27 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
28 tests if the target supports scheduler locking.
29
3fbbcf47
TV
302018-08-04 Tom de Vries <tdevries@suse.de>
31
32 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
33
3e1d3d8c
TT
342018-08-02 Tom Tromey <tom@tromey.com>
35
36 PR symtab/16842.
37 * gdb.cp/temargs.exp: Test "info address" of a template
38 parameter.
39
5abe0f0c
JV
402018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
41
42 * gdb.python/py-mi-var-info-path-expression.c: New file.
43 * gdb.python/py-mi-var-info-path-expression.py: New file.
44 * gdb.python/py-mi-var-info-path-expression.exp: New file.
45
fb66cde8
SDJ
462018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
47
48 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
49 error after "cannot resolve name" string.
50
c708f4d2
AB
512018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
54 started.
55 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
56
37cc0cae
TV
572018-07-28 Tom de Vries <tdevries@suse.de>
58
59 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
60
63b4ecf7
TV
612018-07-26 Tom de Vries <tdevries@suse.de>
62
63 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
64
3c3bb058
AB
652018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
66
67 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
68 is visible.
69
9e7f3bbb
TV
702018-07-26 Tom de Vries <tdevries@suse.de>
71
72 PR breakpoints/23366
73 * gdb.base/catch-follow-exec.c: New test.
74 * gdb.base/catch-follow-exec.exp: New file.
75
16f808ec
TV
762018-07-25 Tom de Vries <tdevries@suse.de>
77
78 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
79 vla-optimized-out.c.
80
d7154a8d
JV
812018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
82
83 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
84 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
85
232a0032
TV
862018-07-20 Tom de Vries <tdevries@suse.de>
87
88 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
89 NOCLONE macro.
90 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
91
fbb1d502
TV
922018-07-19 Tom de Vries <tdevries@suse.de>
93
94 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
95 regular expression.
96
42dc7699
TV
972018-07-18 Tom de Vries <tdevries@suse.de>
98
99 * gdb.base/vla-optimized-out.c: New test.
100 * gdb.base/vla-optimized-out.exp: New file.
101
7f1f7e23
SDJ
1022018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
103
104 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
105 message "No address associated with hostname" when gdbserver
106 cannot resolve the hostname.
107
5759ebb3
PW
1082018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
109
110 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
111 Add some test prefixes to make tests unique.
112
3606ccab
PW
1132018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
114
115 * gdb.base/frameapply.c: New file.
116 * gdb.base/frameapply.exp: New file.
117
529c08b2
PW
1182018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
119
120 * gdb.base/skip.exp: Update expected error message.
121
c7ab0aef
SDJ
1222018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
123 Jan Kratochvil <jan.kratochvil@redhat.com>
124 Paul Fertser <fercerpav@gmail.com>
125 Tsutomu Seki <sekiriki@gmail.com>
126
127 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
128 parameter.
129 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
130 by default.
131 * boards/native-gdbserver.exp: Likewise.
132 * gdb.server/run-without-local-binary.exp: Improve regexp used
133 for detecting when a remote debugging connection succeeds.
134 * gdb.server/server-connect.exp: New file.
135 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
136 Do not prefix the port number with ":".
137 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
138 support for detecting and using it. Add '$debughost_gdbserver'
139 to the list of arguments used to start gdbserver. Handle case
140 when gdbserver cannot resolve a network name.
141
16ff70dd
SDJ
1422018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
143
144 PR c++/23373
145 * gdb.base/ptype-offsets.cc (struct static_member): New
146 struct.
147 (main) <stmember>: New variable.
148 * gdb.base/ptype-offsets.exp: Add test for printing a struct
149 with a static member in it.
150
3541979f
AB
1512018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
154 watchpoints enabled and disabled.
155
c8ad9b9a
AB
1562018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
157
158 * gdb.base/examine-backward.exp: Still run tests around address
159 0x0, even if address 0x0 is not readable. Update the pattern for
160 matching address 0x0 in expected output.
161
e0e5e971
AB
1622018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
163
164 * gdb.base/share-env-with-gdbserver.c (main): Add call to
165 malloc/free.
166
1ea5da02
TV
1672018-07-04 Tom de Vries <tdevries@suse.de>
168
169 * gdb.dwarf2/dw2-error.exp: Update expected error message.
170
471b9d15
MR
1712018-07-02 Maciej W. Rozycki <macro@mips.com>
172
173 PR tdep/8282
174 * gdb.arch/mips-disassembler-options.exp: New test.
175 * gdb.arch/mips-disassembler-options.s: New test source.
176
75acb486
PA
1772018-06-29 Pedro Alves <palves@redhat.com>
178
179 * gdb.threads/names.exp: Adjust expected "info threads" output.
180
cd2bb709
PA
1812018-06-29 Pedro Alves <palves@redhat.com>
182
183 * gdb.opt/inline-break.exp (line number, address): Add "info
184 break" tests.
185
991ff292
PA
1862018-06-29 Pedro Alves <palves@redhat.com>
187
188 * gdb.opt/inline-break.c (func1): Add "break here" marker.
189 * gdb.opt/inline-break.exp: Test setting breakpoints by line
190 number and address and running to them.
191
356819b6 1922018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
193
194 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
195
2512d7ef
JK
1962018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
197
198 * lib/compiler.c: Remove executable permission flag.
199
be1b6474
RB
2002018-06-28 Richard Bunt <richard.bunt@arm.com>
201
202 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
203 code.
204 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
205
291f9a96
PT
2062018-06-28 Petr Tesarik <ptesarik@suse.cz>
207
208 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
209
ed6dfe51
PT
2102018-06-28 Petr Tesarik <ptesarik@suse.cz>
211
212 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
213 address argument is omitted.
214
d4d429d5
PT
2152018-06-28 Petr Tesarik <ptesarik@suse.cz>
216
217 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
218
7ab6656f
OJ
2192018-06-27 Omair Javaid <omair.javaid@linaro.org>
220
221 PR gdb/21695
222 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
223 * gdb.base/infoline-reloc-main-from-zero.c: New file.
224
a33ccfc7
TT
2252018-06-26 Tom Tromey <tom@tromey.com>
226
227 PR rust/22574:
228 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
229 * gdb.rust/simple.rs (struct SimpleLayout): New.
230
6d72d289
SM
2312018-06-22 Simon Marchi <simon.marchi@ericsson.com>
232
233 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
234 "info registers" output.
235
8363f9d5
RB
2362018-06-21 Richard Bunt <richard.bunt@arm.com>
237
238 * gdb.base/watchpoint-hw-attach.c: New test.
239 * gdb.base/watchpoint-hw-attach.exp: New file.
240
f00674fe
SM
2412018-06-20 Simon Marchi <simon.marchi@ericsson.com>
242
243 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
244 through /bin/sh.
245 * boards/dwarf4-gdb-index.exp: Likewise.
246 * boards/fission-dwp.exp: Likewise.
247
1d554008
UW
2482018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
249
250 * gdb.base/float128.exp: Add comment and improved fail message
251 to the failure case of "print large128" test.
252
d0ac1c44
SM
2532018-06-19 Simon Marchi <simon.marchi@ericsson.com>
254
255 * configure.ac: Remove AC_PREREQ.
256 * configure: Re-generate.
257
61b04dd0
PA
2582018-06-19 Pedro Alves <palves@redhat.com>
259
260 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
261 (func_extern_caller): New.
262 (main): Call func_extern_caller.
263 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
264 logic change.
265
f63b508a
SM
2662018-06-18 Weimin Pan <weimin.pan@oracle.com>
267
268 PR gdb/16841
269 * gdb.cp/typedef-base.cc: New file.
270 * gdb.cp/typedef-base.exp: New file.
271
0fe3a558
TV
2722018-06-18 Tom de Vries <tdevries@suse.de>
273
274 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
275
7010835a
AB
2762018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
277 Richard Bunt <Richard.Bunt@arm.com>
278
279 * gdb.threads/attach-slow-waitpid.c: New file.
280 * gdb.threads/attach-slow-waitpid.exp: New file.
281 * gdb.threads/slow-waitpid.c: New file.
282
14897d65
PA
2832018-06-14 Pedro Alves <palves@redhat.com>
284
285 * gdb.base/fork-running-state.c: Include <errno.h>.
286 (exit_if_relative_exits): New.
287 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
288 exits.
289 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
290 child exits.
291
5d9a0608
TV
2922018-06-14 Tom de Vries <tdevries@suse.de>
293
294 PR cli/22573
295 * gdb.base/finish-pretty.c: New test.
296 * gdb.base/finish-pretty.exp: New file.
297
11ae5818
PA
2982018-06-14 Pedro Alves <palves@redhat.com>
299
300 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
301 gdb's expected startup output.
302
1d39de44
PA
3032018-06-14 Pedro Alves <palves@redhat.com>
304
305 * lib/selftest-support.exp (selftest_setup): Remove inlined
306 function handling.
307
70ee0000
TV
3082018-06-14 Tom de Vries <tdevries@suse.de>
309
310 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
311 matching of breakpoint printing.
312
11f4b608
TV
3132018-06-13 Tom de Vries <tdevries@suse.de>
314
315 PR testsuite/23269
316 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
317 (fork_child): ... here, and ...
318 (fork_parent): ... here.
319
3202018-06-12 Tom de Vries <tdevries@suse.de>
321
322 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
323
9516f85a
AB
3242018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
325 Stephen Roberts <stephen.roberts@arm.com>
326
327 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
328 rewrite test to describe action performed, rather than possible
329 failure.
330
5045b3d7
GB
3312018-06-08 Gary Benson <gbenson@redhat.com>
332
333 * gdb.threads/check-libthread-db.exp: New file.
334 * gdb.threads/check-libthread-db.c: Likewise.
335
c61b06a1
TT
3362018-06-05 Tom Tromey <tom@tromey.com>
337
338 * gdb.base/default.exp: Update expected "show version" output.
339
eb6af809
TT
3402018-06-05 Tom Tromey <tom@tromey.com>
341
342 PR cli/12326:
343 * gdb.cp/static-print-quit.exp: Update.
344 * lib/gdb.exp (pagination_prompt): Update.
345 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
346 * gdb.python/python.exp: Update.
347
178d6a63
JB
3482018-06-04 Joel Brobecker <brobecker@adacore.com>
349
350 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
351
8e817061
JB
3522018-06-01 Joel Brobecker <brobecker@adacore.com>
353
354 * gdb.ada/bp_fun_addr: New testcase.
355
e86ca25f
TT
3562018-06-01 Tom Tromey <tom@tromey.com>
357
358 * gdb.xml/tdesc-regs.exp (load_description): Update expected
359 results.
360 * gdb.dwarf2/method-ptr.exp: Set language to C++.
361 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
362 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
363 * gdb.base/maint.exp (maint_pass_if): Update.
364
4b2dfa9d
MR
3652018-05-31 Maciej W. Rozycki <macro@mips.com>
366
367 * gdb.base/endian.exp: New test.
368 * gdb.base/endian.c: New test source.
369
45f25d6c
AB
3702018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
371
372 PR gdb/23203
373 * gdb.base/bt-selected-frame.c: New file.
374 * gdb.base/bt-selected-frame.exp: New file.
375 * lib/gdb.exp (get_current_frame_number): New function.
376
d9f6d7f8
MR
3772018-05-24 Maciej W. Rozycki <macro@mips.com>
378 Pedro Alves <palves@redhat.com>
379
380 * gdb.threads/tls-core.c: Include <stdlib.h>
381 (thread_proc): Call `abort'.
382 * gdb.threads/tls-core.exp: Generate a core with core_find too.
383 (tls_core_test): New procedure, bits factored out from ...
384 (top level): ... here. Test both native cores and gcore cores.
385
ff1cf532
TT
3862018-05-23 Tom Tromey <tom@tromey.com>
387
388 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
389
b98664d3
TT
3902018-05-23 Tom Tromey <tom@tromey.com>
391
392 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
393 symfile_complaints.
394 (test_short_complaints): Likewise.
395 (test_empty_complaints): Likewise.
396 (test_initial_complaints): Update.
397
4e9668d0
TT
3982018-05-23 Tom Tromey <tom@tromey.com>
399
400 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
401
43ba33c7
TT
4022018-05-23 Tom Tromey <tom@tromey.com>
403
404 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
405 (test_short_complaints): Update.
406
035522c0
PA
4072018-05-22 Pedro Alves <palves@redhat.com>
408
409 * gdb.base/remote.exp: Only gdb_start after compiling the
410 testcase. Issue "disconnect" before testing "set remote" command
411 defaults. Issue clean_restart before running to main.
412
cc0be08f
PA
4132018-05-22 Pedro Alves <palves@redhat.com>
414
415 * gdb.base/remote.exp: Adjust expected output of "show remote
416 memory-write-packet-size". Add tests for "set remote
417 memory-write-packet-size 0" and "set remote
418 memory-write-packet-size fixed/limit".
419
b1b60145
PA
4202018-05-22 Pedro Alves <palves@redhat.com>
421
422 PR gdb/22973
423 * gdb.base/utf8-identifiers.c: New file.
424 * gdb.base/utf8-identifiers.exp: New file.
425
0ec848ad
PFC
4262018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
427
428 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
429
2c3305f6
PFC
4302018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
431
432 * gdb.arch/powerpc-vsx-gcore.exp: New file.
433
ce1e8424
TT
4342018-05-18 Tom Tromey <tom@tromey.com>
435
436 * gdb.base/ptype-offsets.exp: Update.
437
ddfe970e
KS
4382018-05-17 Keith Seitz <keiths@redhat.com>
439
440 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
441 in expected breakpoint stop locations.
442 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
443 move to proper scope to test variable values.
444 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
445 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
446 New functions.
447 (main): Call not_inline_func3.
448 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
449 inline_func1, inline_func2, and inline_func3. Test that when each
450 breakpoint is hit, GDB properly reports both the stop location
451 and the backtrace. Repeat tests for temporary breakpoints.
452
0726fcc6
MR
4532018-05-15 Maciej W. Rozycki <macro@mips.com>
454
455 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
456 rather then trying to access it in determining whether the PID
457 of `gdbserver' could have been retrieved.
458
8ee22052
AB
4592018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
460
461 * gdb.arch/amd64-init-x87-values.S: New file.
462 * gdb.arch/amd64-init-x87-values.exp: New file.
463
7785df48
JK
4642018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
465
466 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
467
56bcdbea
TT
4682018-05-04 Tom Tromey <tom@tromey.com>
469
470 PR python/22730:
471 * gdb.python/python.exp: Test multi-line execute.
472
a913fffb
TT
4732018-05-04 Tom Tromey <tom@tromey.com>
474
475 PR python/22731:
476 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
477
7a2c85f2
TT
4782018-05-04 Tom Tromey <tom@tromey.com>
479
480 PR gdb/11750:
481 * gdb.base/define.exp: Test defining a user command inside a user
482 command.
483 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
484
a3b60e45
JK
4852018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
486 Pedro Alves <palves@redhat.com>
487
488 PR breakpoints/19806 and support for PR external/20207.
489 * gdb.base/watchpoint-unaligned.c: New file.
490 * gdb.base/watchpoint-unaligned.exp: New file.
491
45fe4a03
AB
4922018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
493
494 * gdb.base/maint.exp: Make test names unique, use
495 test_prefix_command_help to test 'help maint info', and remove
496 repeated test of 'help maint'.
497
9be2ae8f
TT
4982018-05-04 Tom Tromey <tom@tromey.com>
499
500 PR gdb/22619:
501 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
502 behavior.
503
11859c31
AB
5042018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
505
506 * gdb.base/maint.exp: Process output from 'maint print registers'
507 line at a time.
508
089a9490
AB
5092018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
510
511 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
512 timeout.
513
9b0797e2
AB
5142018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
515
516 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
517 filter pattern.
518
f6ac5f3d
PA
5192018-05-02 Pedro Alves <palves@redhat.com>
520
521 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
522 to_log_command renames.
523 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
524
77d3c63b
TT
5252018-05-02 Tom Tromey <tom@tromey.com>
526
527 * gdb.python/py-parameter.exp: Set test message.
528
0489430a
TT
5292018-05-02 Tom Tromey <tom@tromey.com>
530
531 PR python/20084:
532 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
533 PARAM_ZUINTEGER_UNLIMITED tests.
534
1632f8ba
DR
5352018-04-28 Dan Robertson <danlrobertson89@gmail.com>
536
537 PR rust/23124
538 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
539 when casting.
540
6d7bb824
TT
5412018-04-30 Tom Tromey <tom@tromey.com>
542
543 * gdb.python/py-type.exp: Check align attribute.
544 * gdb.python/py-type.c: New "aligncheck" global.
545
007e1530
TT
5462018-04-30 Tom Tromey <tom@tromey.com>
547
548 PR exp/17095:
549 * gdb.dwarf2/dw2-align.exp: New file.
550 * gdb.cp/align.exp: New file.
551 * gdb.base/align.exp: New file.
552 * lib/gdb.exp (gdb_int128_helper): New proc.
553 (has_int128_c, has_int128_cxx): New caching procs.
554
6873858b
TT
5552018-04-27 Tom Tromey <tom@tromey.com>
556
557 PR rust/22545:
558 * gdb.rust/simple.exp: Add inclusive range tests.
559
79188d8d
PA
5602018-04-26 Pedro Alves <palves@redhat.com>
561
562 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
563 ifunc breakpoint locations correctly of ifunc breakpoints set
564 while the program resolves the ifunc.
565
c7075ad5
PA
5662018-04-26 Pedro Alves <palves@redhat.com>
567
568 * gdb.base/gnu-ifunc-final.c: New file.
569 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
570 * gdb.base/gnu-ifunc.exp (executable): Delete.
571 (staticexecutable): Adjust.
572 (lib_opts, exec_opts): Delete.
573 (make_binsuffix, build, set-break): New procedures.
574 (misc_tests): New, with tests factored out from the top level.
575 (top level): Test different combinations of ifunc resolver name,
576 resolver with and with debug info, and ifunc target with and
577 without debug info. Wrap static tests with with_target_prefix.
578
8388016d
PA
5792018-04-26 Pedro Alves <palves@redhat.com>
580
581 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
582 return type" warnings.
583
249b5733
PA
5842018-04-25 Pedro Alves <palves@redhat.com>
585
586 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
587 killed".
588 * gdb.base/kill-after-signal.exp: Likewise.
589 * gdb.threads/kill.exp: Likewise.
590
f67c0c91
SDJ
5912018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
592 Sergio Durigan Junior <sergiodj@redhat.com>
593 Pedro Alves <palves@redhat.com>
594
595 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
596 regexps to expect for '[Inferior ... detached]' as well.
597 * gdb.base/attach.exp: Likewise.
598 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
599 "gdb_continue_to_end".
600 (test_catch_syscall_with_wrong_args): Likewise.
601 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
602 ']'. Don't set 'verbose' on.
603 * gdb.base/foll-vfork.exp: Likewise.
604 * gdb.base/fork-print-inferior-events.c: New file.
605 * gdb.base/fork-print-inferior-events.exp: New file.
606 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
607 '[Inferior ... has been killed]' message.
608 * gdb.base/kill-after-signal.exp: Likewise.
609 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
610 detach message.
611 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
612 message.
613 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
614 regexps to expect for '[Inferior ... detached]' as well.
615 * gdb.threads/process-dies-while-detaching.exp: Likewise.
616
0a8ddac4
SM
6172018-04-24 Simon Marchi <simon.marchi@ericsson.com>
618
619 PR gdb/23104
620 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
621
d27d16bf
RB
6222018-04-19 Richard Bunt <richard.bunt@arm.com>
623
624 * gdb.threads/multiple-successive-infcall.c: New test.
625 * gdb.threads/multiple-successive-infcall.exp: New file.
626
a037790e
TT
6272018-04-17 Tom Tromey <tom@tromey.com>
628
629 * gdb.rust/simple.rs (Union): New type.
630 (main): New local "u".
631 * gdb.rust/simple.exp (test_one_slice): Add new test case.
632
e3a91079
AA
6332018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
634
635 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
636 number information in output of "whereis" command.
637 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
638
b744723f
AA
6392018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
640
641 * gdb.ada/info_types.exp: Adjust expected output to the line
642 numbers now printed by "info var/func/type".
643 * gdb.base/completion.exp: Likewise.
644 * gdb.base/included.exp: Likewise.
645 * gdb.cp/cp-relocate.exp: Likewise.
646 * gdb.cp/cplusfuncs.exp: Likewise.
647 * gdb.cp/namespace.exp: Likewise.
648 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
649
4a4495d6
MM
6502018-04-13 Markus Metzger <markus.t.metzger@intel.com>
651
652 * gdb.btrace/cpu.exp: New.
653
1d509aa6
MM
6542018-04-13 Markus Metzger <markus.t.metzger@intel.com>
655
656 * gdb.base/step-indirect-call-thunk.exp: New.
657 * gdb.base/step-indirect-call-thunk.c: New.
658 * gdb.reverse/step-indirect-call-thunk.exp: New.
659 * gdb.reverse/step-indirect-call-thunk.c: New.
660
6295b6da
SM
6612018-04-11 Simon Marchi <simon.marchi@ericsson.com>
662
663 * gdb.base/pie-fork.c: New file.
664 * gdb.base/pie-fork.exp: New file.
665
50146e70
TT
6662018-04-11 Tom Tromey <tom@tromey.com>
667
668 * gdb.rust/simple.exp: Add test for ".." struct initializer.
669
f50d8a2e
PA
6702018-04-10 Pedro Alves <palves@redhat.com>
671
672 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
673 exits. Instead loop running forever.
674 (fork_parent): Run forever too.
675
a0be7a36
SM
6762018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
677
678 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
679 mi_continue_to_line.
680 * gdb.mi/mi-stack.c (callee4): Add comment.
681
9b73db36
SM
6822018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
683
684 * gdb.mi/mi-stack.exp: Fix indentation.
685
c912f608
SM
6862018-04-07 Simon Marchi <simon.marchi@ericsson.com>
687
688 PR gdb/22979
689 * gdb.arch/amd64-osabi.exp: New file.
690
26540402
SM
6912018-04-07 Simon Marchi <simon.marchi@ericsson.com>
692
693 PR gdb/22980
694 * gdb.base/osabi.exp: New file.
695
121ad66c 6962018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
697
698 * gdb.cp/static-typedef-print.exp: New file.
699 * gdb.cp/static-typedef-print.cc: New file.
700
3fcded8f
JB
7012018-03-27 Joel Brobecker <brobecker@adacore.com>
702
703 * gdb.ada/varsize_limit: New testcase.
704
59cc4834
JB
7052018-03-27 Joel Brobecker <brobecker@adacore.com>
706
707 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
708
709 * gdb.ada/notcplusplus: New testcase.
710
711 * gdb.base/c-linkage-name.c: New file.
712 * gdb.base/c-linkage-name.exp: New testcase.
713
4ca59a9f
TT
7142018-03-26 Tom Tromey <tom@tromey.com>
715
716 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
717 * gdb.python/py-framefilter.py (name_error): New global.
718 (ErrorInName.function): Use name_error.
719
978d6c75
TT
7202018-03-26 Tom Tromey <tom@tromey.com>
721
722 PR backtrace/15582:
723 * gdb.python/py-framefilter.exp: Add "bt hide" test.
724
b7fee5a3
KS
7252018-03-23 Keith Seitz <keiths@redhat.com>
726
727 PR c++/22968
728 * gdb.cp/subtypes.exp: New file.
729 * gdb.cp/subtypes.h: New file.
730 * gdb.cp/subtypes.cc: New file.
731 * gdb.cp/subtypes-2.cc: New file.
732
376be529
AB
7332018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
734
735 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
736 (done): Call '_exit' not 'exit' to avoid atexit handlers.
737 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
738 -nostartfiles when compiling the test. Confirm that all registers
739 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
740
066cfa98
AB
7412018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
742
743 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
744 option, syntax was wrong anyway.
745 * gdb.arch/arm-disp-step.exp: Likewise.
746 * gdb.arch/sparc64-regs.exp: Likewise.
747 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
748 option, syntax was wrong anyway, switch to use
749 prepare_for_testing.
750 * gdb.arch/i386-disp-step.exp: Likewise.
751
079670b9
AA
7522018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
753
754 * gdb.ada/exec_changed.exp: Replace "target_info exists
755 use_gdb_stub" by "use_gdb_stub".
756 * gdb.ada/start.exp: Likewise.
757 * gdb.base/async-shell.exp: Likewise.
758 * gdb.base/attach-pie-misread.exp: Likewise.
759 * gdb.base/attach-wait-input.exp: Likewise.
760 * gdb.base/break-entry.exp: Likewise.
761 * gdb.base/break-interp.exp: Likewise.
762 * gdb.base/dprintf-detach.exp: Likewise.
763 * gdb.base/nostdlib.exp: Likewise.
764 * gdb.base/solib-nodir.exp: Likewise.
765 * gdb.base/statistics.exp: Likewise.
766 * gdb.base/testenv.exp: Likewise.
767 * gdb.mi/mi-exec-run.exp: Likewise.
768 * gdb.mi/mi-start.exp: Likewise.
769 * gdb.multi/dummy-frame-restore.exp: Likewise.
770 * gdb.multi/multi-arch-exec.exp: Likewise.
771 * gdb.multi/multi-arch.exp: Likewise.
772 * gdb.multi/tids.exp: Likewise.
773 * gdb.multi/watchpoint-multi.exp: Likewise.
774 * gdb.python/py-events.exp: Likewise.
775 * gdb.threads/attach-into-signal.exp: Likewise.
776 * gdb.threads/attach-stopped.exp: Likewise.
777 * gdb.threads/threadapply.exp: Likewise.
778 * lib/selftest-support.exp: Likewise.
779
26d6cec4
AA
7802018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
781
782 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
783
4ee89e90
SR
7842018-03-20 Stephen Roberts <stephen.roberts@arm.com>
785
786 * gdb.perf/template-breakpoints.cc: New file.
787 * gdb.perf/template-breakpoints.exp: New file.
788 * gdb.perf/template-breakpoints.py: New file.
789
92630041
TT
7902018-03-19 Tom Tromey <tom@tromey.com>
791
792 * gdb.rust/simple.rs (main): Add local variables field1, field2,
793 y0.
794 * gdb.rust/simple.exp: Test bare identifier form of struct
795 initializer.
796
76727919
TT
7972018-03-19 Tom Tromey <tom@tromey.com>
798
799 * gdb.gdb/observer.exp: Remove.
800
194ed413
AA
8012018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
802
803 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
804 "qualified" option when setting breakpoints.
805 * gdb.trace/backtrace.exp: Likewise.
806 * gdb.trace/circ.exp: Likewise.
807 * gdb.trace/collection.exp: Likewise.
808 * gdb.trace/disconnected-tracing.exp: Likewise.
809 * gdb.trace/ftrace-lock.exp: Likewise.
810 * gdb.trace/ftrace.exp: Likewise.
811 * gdb.trace/infotrace.exp: Likewise.
812 * gdb.trace/packetlen.exp: Likewise.
813 * gdb.trace/passc-dyn.exp: Likewise.
814 * gdb.trace/qtro.exp: Likewise.
815 * gdb.trace/read-memory.exp: Likewise.
816 * gdb.trace/report.exp: Likewise.
817 * gdb.trace/signal.exp: Likewise.
818 * gdb.trace/status-stop.exp: Likewise.
819 * gdb.trace/strace.exp: Likewise.
820 * gdb.trace/tfind.exp: Likewise.
821 * gdb.trace/trace-break.exp: Likewise.
822 * gdb.trace/trace-condition.exp: Likewise.
823 * gdb.trace/trace-mt.exp: Likewise.
824 * gdb.trace/tstatus.exp: Likewise.
825 * gdb.trace/tsv.exp: Likewise.
826 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
827 * gdb.trace/unavailable.exp: Likewise.
828 * gdb.trace/while-dyn.exp: Likewise.
829
8b067d2c
AA
8302018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
831
832 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
833 that libinproctrace is copied to the target.
834
3ae9ce5d
TT
8352018-03-14 Tom Tromey <tom@tromey.com>
836
837 PR cli/14977:
838 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
839 a null pointer.
840 * gdb.base/wchar.exp: Likewise.
841
b8c2339b
TT
8422018-03-14 Tom Tromey <tom@tromey.com>
843
844 PR cli/19918:
845 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
846 flag.
847
4872dc46
SM
8482018-03-08 Simon Marchi <simon.marchi@ericsson.com>
849
850 PR gdb/22841
851 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
852 "target" to remote_exec.
853
e4fe3756
SM
8542018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
855
856 PR gdb/22841
857 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
858 ${board}_upload): Remove.
859
e95a97d4
AA
8602018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
861
862 * gdb.cp/watch-cp.cc: New test.
863 * gdb.cp/watch-cp.exp: New file.
864
dbbb1059
AB
8652018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
866
867 * gdb.base/infcall-nested-structs.exp: New file.
868 * gdb.base/infcall-nested-structs.c: New file.
869 * gdb.base/float.exp: Add riscv support.
870
ecc054c0
TP
8712018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
872
873 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
874 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
875
25e3c82c
SDJ
8762018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
877
878 * gdb.server/abspath.exp: New file.
879 * lib/gdb.exp (with_cwd): New procedure.
880
3083294d
SM
8812018-02-28 Simon Marchi <simon.marchi@ericsson.com>
882
883 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
884 use it.
885 (gdb_is_target_remote_prompt): New proc.
886 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
887 (gdb_is_target_native): Pass prompt parameter to
888 gdb_is_target_1.
889
3275ef47
SM
8902018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
891
892 * gdb.base/load-command.c: New file.
893 * gdb.base/load-command.exp: New file.
894 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
895 (gdb_is_target_1): ...this, and generalize for other targets
896 than just remote.
897 (gdb_is_target_remote): Use gdb_is_target_1.
898 (gdb_is_target_native): use gdb_is_target_1.
899
6893c19a
TT
9002018-02-26 Tom Tromey <tom@tromey.com>
901
902 PR python/16497:
903 * gdb.python/py-framefilter.exp: Update test.
904
2ddeaf8a
TT
9052018-02-26 Tom Tromey <tom@tromey.com>
906
907 * gdb.dwarf2/variant.c: New file.
908 * gdb.dwarf2/variant.exp: New file.
909
c9317f21
TT
9102018-02-26 Tom Tromey <tom@tromey.com>
911
912 * gdb.rust/simple.exp: Accept more possible results in enum test.
913
6f6d0c26
SM
9142018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
915
916 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
917 parentheses.
918
11b03145
MR
9192018-02-23 Maciej W. Rozycki <macro@mips.com>
920
921 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
922 name of a variable: $actual_linejj -> $actual_line.
923
54a27fe5
JB
9242018-02-21 John Baldwin <jhb@FreeBSD.org>
925
926 * gdb.arch/amd64-i386-address.exp: Fix a typo.
927
de65820c
MM
9282018-02-20 Markus Metzger <markus.t.metzger@intel.com>
929
930 * gdb.btrace/buffer-size.exp: Do not force BTS.
931
980548fd
PA
9322018-02-14 Pedro Alves <palves@redhat.com>
933
934 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
935 getting a "Quit".
936
c4e12631
MM
9372018-02-09 Markus Metzger <markus.t.metzger@intel.com>
938
939 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
940 Fix test name.
941
c2e0e465
SM
9422018-02-07 Simon Marchi <simon.marchi@ericsson.com>
943
944 * gdb.cp/m-static.exp: Check type of optimized out static
945 member.
946
f7216783
AB
9472018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
948
949 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
950 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
951
0625771b
LS
9522018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
953 Leszek Swirski <leszeks@google.com>
954
955 * gdb.python/py-prettyprint.c
956 (struct to_string_returns_value_inner,
957 struct to_string_returns_value_wrapper): New.
958 (main): Add tsrvw variable.
959 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
960 ToStringReturnsValueWrapper): New classes.
961 (register_pretty_printers): Register new pretty-printers.
962 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
963 recursive pretty printer.
964 * gdb.python/py-mi.exp: Likewise.
965
59498c30
LS
9662018-02-01 Leszek Swirski <leszeks@google.com>
967
968 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
969 functions with the same name as an include file are parsed
970 correctly.
971
d4d38844
YQ
9722018-02-01 Yao Qi <yao.qi@linaro.org>
973
974 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
975 "\[^\r\n\]*".
976
07e5f5cf
NP
9772018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
978
979 * gdb.arch/powerpc-prologue-frame.s: New file.
980 * gdb.arch/powerpc-prologue-frame.c: Likewise.
981 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
982
929b5ad4
JB
9832018-01-31 Joel Brobecker <brobecker@adacore.com>
984
985 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
986
e671cd59
PA
9872018-01-30 Pedro Alves <palves@redhat.com>
988
989 PR gdb/13211
990 * gdb.base/interrupt-daemon.c: New.
991 * gdb.base/interrupt-daemon.exp: New.
992 * gdb.multi/multi-term-settings.c: New.
993 * gdb.multi/multi-term-settings.exp: New.
994
fc413dc4
JB
9952018-01-30 Joel Brobecker <brobecker@adacore.com>
996
997 * gdb.base/break.exp: Save the location where the breakpoint
998 on break.c:47 was actually inserted when debugging the version
999 compiled at -O2 and use it in the expected output of the "info
1000 break" test performed soon after.
1001
5c319bb2
PA
10022018-01-22 Pedro Alves <palves@redhat.com>
1003 Sergio Durigan Junior <sergiodj@redhat.com>
1004
1005 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1006 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1007
a9e40818
JB
10082018-01-22 Joel Brobecker <brobecker@adacore.com>
1009
1010 * gdb.base/break-include.c, gdb.base/break-include.inc,
1011 gdb.base/break-include.exp: New files.
1012 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1013 line number now being the actual line number where the breakpoint
1014 was inserted.
1015 * gdb.mi/mi-break.exp: Likewise.
1016 * gdb.mi/mi-reverse.exp: Likewise.
1017 * gdb.mi/mi-simplerun.exp: Ditto.
1018
e707fc44
AB
10192018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1020
1021 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1022 varobj.
1023 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1024
ae451627
AB
10252018-01-21 Don Breazeal <donb@codesourcery.com>
1026 Andrew Burgess <andrew.burgess@embecosm.com>
1027
1028 * gdb.mi/basics.c: Add new global.
1029 * gdb.mi/mi-frame-regs.exp: New file.
1030 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1031 case.
1032
b1b189e0
AB
10332018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1034
1035 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1036 non-parameter, and on an unknown symbol.
1037
fcfcc376
TT
10382018-01-19 Tom Tromey <tom@tromey.com>
1039
1040 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1041 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1042
634c1c31
AA
10432018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1044
1045 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1046 setrlimit and chdir to int.
1047
d6ad07fd
AA
10482018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1049
1050 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1051 function.
1052 (my_tend): Likewise.
1053 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1054 rationale of avoiding FP- and vector instructions.
1055
adf8243b
RK
10562018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1057
1058 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1059 "info reg" with "\[ \t\]*".
1060 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1061 "\[ \t\]+".
1062 * gdb.arch/s390-multiarch.exp: Ditto.
1063 * gdb.base/pc-fp.exp: Ditto.
1064 * gdb.reverse/i386-precsave.exp: Ditto.
1065 * gdb.reverse/i386-reverse.exp: Ditto.
1066 * gdb.reverse/i387-env-reverse.exp: Ditto.
1067 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1068
dcc06925
AA
10692018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1070
1071 * lib/gdb.exp (gdb_compile): Re-enable use of
1072 universal_compile_options for languages other than Rust.
1073
25d4fd80
AA
10742018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1075
1076 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1077
ee7f689e 10782018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
1079
1080 PR gdb/16577
1081 * gdb.base/solib-vanish.exp: New.
1082 * gdb.base/solib-vanish-main.c: New.
1083 * gdb.base/solib-vanish-lib1.c: New.
1084 * gdb.base/solib-vanish-lib2.c: New.
1085
d8447b6b
YQ
10862018-01-17 Yao Qi <yao.qi@linaro.org>
1087
1088 * gdb.compile/compile.exp: Match the address printed for
1089 frame in the output of command "bt".
1090
86d6a90c
TT
10912018-01-15 Tom Tromey <tom@tromey.com>
1092
1093 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1094 compute sp_reg.
1095
cbcdb1aa
AB
10962018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1097
1098 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1099 to prepare.
1100 (prepare): Return 0 on error, 1 on success.
1101
eea61984
PA
11022018-01-12 Pedro Alves <palves@redhat.com>
1103
1104 * gdb.base/continue-after-aborted-step-over.c: New.
1105 * gdb.base/continue-after-aborted-step-over.exp: New.
1106
6181e9c2
SM
11072018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1108
1109 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1110 options when not creating an executable.
1111
3cada740
PA
11122018-01-11 Pedro Alves <palves@redhat.com>
1113
1114 PR remote/22597
1115 * gdb.server/stop-reply-no-thread.c: New file.
1116 * gdb.server/stop-reply-no-thread.exp: New file.
1117
c63d3e8d
PA
11182018-01-10 Pedro Alves <palves@redhat.com>
1119
1120 PR gdb/22670
1121 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1122 functions too. Test setting breakpoints and printing C functions
1123 with no debug info too.
1124 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1125
d4c2a405
PA
11262018-01-10 Pedro Alves <palves@redhat.com>
1127
1128 PR gdb/22670
1129 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1130 a fail.
1131
8825213e
PA
11322018-01-10 Pedro Alves <palves@redhat.com>
1133
1134 PR gdb/22670
1135 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1136
605fd3c6
YQ
11372018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1138
1139 * gdb.server/unittest.exp: Match the output in non-development
1140 mode.
1141
1e5ded6c
YQ
11422018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1143
1144 * gdb.gdb/unittest.exp: Match output in non-development mode.
1145
30066b0b
JB
11462018-01-08 Joel Brobecker <brobecker@adacore.com>
1147
1148 * gdb.ada/access_tagged_param.exp: Relax expected output
1149 for value of "ObjL" in "continue" to pck.inspect breakpoint
1150 test.
1151
04bafb1e
XR
11522018-01-08 Joel Brobecker <brobecker@adacore.com>
1153
9f86398b
JB
1154 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1155 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 1156
e379cee6
PA
11572018-01-05 Pedro Alves <palves@redhat.com>
1158
1159 PR gdb/18653
1160 * gdb.base/libsegfault.exp: New.
1161
de63c46b
PA
11622018-01-05 Joel Brobecker <brobecker@adacore.com>
1163
1164 PR gdb/22670
1165 * gdb.ada/access_tagged_param.exp: New file.
1166 * gdb.ada/access_tagged_param/foo.adb: New file.
1167
f98fc17b
PA
11682018-01-05 Pedro Alves <palves@redhat.com>
1169
1170 PR gdb/22670
1171 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1172 exercise lower case too, and to exercise both full matching and
1173 wild matching.
1174
342f8240
JB
11752018-01-05 Joel Brobecker <brobecker@adacore.com>
1176
1177 * gdb.ada/rename_subscript_param: New testcase.
1178
7150d33c
JG
11792018-01-05 Jerome Guitton <guitton@adacore.com>
1180
1181 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1182
cc0e770c
JB
11832018-01-05 Joel Brobecker <brobecker@adacore.com>
1184
1185 * gdb.ada/convvar_comp: New testcase.
1186
672a41aa 11872018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
1188
1189 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1190 (My_Table): New global variable.
1191 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1192
7365ec2f
JB
11932018-01-04 Joel Brobecker <brobecker@adacore.com>
1194
1195 PR gdb/22670
1196 * gdb.ada/maint_with_ada: New testcase.
1197
289483b6
JB
11982018-01-04 Joel Brobecker <brobecker@adacore.com>
1199
1200 PR gdb/22670
1201 * gdb.ada/bp_c_mixed_case: New testcase.
1202
344420da
JB
12032018-01-04 Joel Brobecker <brobecker@adacore.com>
1204
1205 PR gdb/22670
1206 * gdb.ada/complete.exp: Add "complete break ada" test.
1207
66fc87a0
JB
12082018-01-04 Joel Brobecker <brobecker@adacore.com>
1209
1210 PR gdb/22670
1211 * gdb.ada/info_addr_mixed_case: New testcase.
1212
9f757bf7
XR
12132018-01-03 Xavier Roirand <roirand@adacore.com>
1214
1215 * gdb.ada/excep_handle.exp: New testcase.
1216 * gdb.ada/excep_handle/foo.adb: New file.
1217 * gdb.ada/excep_handle/pck.ads: New file.
1218
bd570f80
JB
12192018-01-03 Joel Brobecker <brobecker@adacore.com>
1220
1221 * gdb.base/step-line.c: Add extra empty line in copyright header.
1222 * gdb.base/step-line.inp: Likewise.
1223
9fe561ab
JB
12242018-01-02 Joel Brobecker <brobecker@adacore.com>
1225
1226 * gdb.ada/dyn_stride.exp: Add slice test.
1227
a405673c
JB
12282018-01-02 Joel Brobecker <brobecker@adacore.com>
1229
1230 * gdb.ada/dyn_stride: New testcase.
1231
cef0f868
SH
12322017-12-27 Stafford Horne <shorne@gmail.com>
1233
1234 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1235 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1236
b67d92b0
SH
12372017-12-27 Stafford Horne <shorne@gmail.com>
1238
1239 * gdb.base/reggroups.c: New file.
1240 * gdb.base/reggroups.exp: New file.
1241
eccab96d
JB
12422017-12-18 Joel Brobecker <brobecker@adacore.com>
1243
1244 * gdb.dwarf2/ada-valprint-error.c: New file.
1245 * gdb.dwarf2/ada-valprint-error.exp: New file.
1246
0e2da9f0
JB
12472017-12-18 Joel Brobecker <brobecker@adacore.com>
1248
1249 * gdb.ada/assign_arr: New testcase.
1250
cb923fcc
XR
12512017-12-18 Xavier Roirand <roirand@adacore.com>
1252
1253 * gdb.ada/funcall_ptr: New testcase.
1254
7c161838
SDJ
12552017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1256
1257 PR cli/16224
1258 * gdb.base/ptype-offsets.cc: New file.
1259 * gdb.base/ptype-offsets.exp: New file.
1260
1af17fd9
YQ
12612017-12-15 Yao Qi <yao.qi@linaro.org>
1262
1263 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1264 if XML is disabled.
1265
828d5846
XR
12662017-12-15 Xavier Roirand <roirand@adacore.com>
1267
1268 * gdb.ada/same_component_name: New testcase.
1269
79e8fcaa
JB
12702017-12-14 Joel Brobecker <brobecker@adacore.com>
1271
1272 * gdb.ada/str_binop_equal: New testcase.
1273
e05fa6f9
JB
12742017-12-14 Joel Brobecker <brobecker@adacore.com>
1275
1276 * gdb.ada/task_switch_in_core: New testcase.
1277
b89641ba
SM
12782017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1279
1280 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1281 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1282 call test_bkpt_qualified.
1283 (test_bkpt_qualified): New proc.
1284
6892d2e4
PA
12852017-12-13 Pedro Alves <palves@redhat.com>
1286
1287 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1288 Tighten regexp by matching with an anchor.
1289
a22ecf70
PA
12902017-12-13 Pedro Alves <palves@redhat.com>
1291
1292 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1293 ("expression with namespace"): New set of tests.
1294 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1295 (Nested::Test_NS::qux): New.
1296 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1297 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1298
9937536c
JB
12992017-12-13 Joel Brobecker <brobecker@adacore.com>
1300
1301 * gdb.base/server-del-break.c: New file.
1302 * gdb.base/server-del-break.exp: New file.
1303
fe49c6f5
SH
13042017-12-12 Stafford Horne <shorne@gmail.com>
1305
1306 * gdb.xml/tdesc-regs.exp: Add or1k support.
1307
c3d18620
SH
13082017-12-12 Stafford Horne <shorne@gmail.com>
1309
1310 * gdb.base/bp-permanent.c: Define nop of or1k.
1311
c5f9cfc8
JB
13122017-12-11 Joel Brobecker <brobecker@adacore.com>
1313
1314 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1315 output with components being reordered.
1316
a9c135fc
JB
13172017-12-11 Joel Brobecker <brobecker@adacore.com>
1318
1319 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1320 output with components being reordered.
1321
927aa2e7
JK
13222017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1323 Pedro Alves <palves@redhat.com>
1324
1325 * gdb.base/maint.exp (check for .gdb_index): Check also for
1326 .debug_names.
1327 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1328 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1329 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1330 (.gdb_index used after symbol reloading): Support also .debug_names.
1331 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1332
f17d9474
YQ
13332017-12-08 Yao Qi <yao.qi@linaro.org>
1334
1335 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1336 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1337
a0de8c21
YQ
13382017-12-08 Yao Qi <yao.qi@linaro.org>
1339
1340 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1341 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1342
a738ea1d
YQ
13432017-12-08 Yao Qi <yao.qi@linaro.org>
1344
1345 * gdb.arch/aarch64-tagged-pointer.c: New file.
1346 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1347
1cd9a73b
SDJ
13482017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1349
1350 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1351 "int".
1352
fa6eb693
KS
13532017-12-07 Keith Seitz <keiths@redhat.com>
1354
1355 PR breakpoints/22569
1356 * gdb.linespec/ls-errs.exp: Change expected result of "break
1357 -source this file has spaces.c -line 3".
1358 Check that an explicit source file followed by whitespace is
1359 identified as an invalid explicit location.
1360
883fd55a
KS
13612017-12-07 Keith Seitz <keiths@redhat.com>
1362
1363 * gdb.cp/nested-types.cc: New file.
1364 * gdb.cp/nested-types.exp: New file.
1365 * lib/cp-support.exp: Load data-structures.exp library.
1366 (debug_cp_test_ptype_class): New global.
1367 (cp_ptype_class_verbose, next_line): New procedures.
1368 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1369 Add and document new return value.
1370 Switch the list of lines to a queue.
1371 Add support for new `type' key for nested type definitions.
1372 Add debugging/troubleshooting messages.
1373 * lib/data-structures.exp: New file.
1374
ec72db3e
SM
13752017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1376
1377 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1378 with proc_with_prefix, don't use with_test_prefix.
1379
99598d71
TT
13802017-12-07 Tom Tromey <tom@tromey.com>
1381
1382 * gdb.base/break.exp: Add test for empty "commands".
1383
a8806230
YQ
13842017-12-07 Yao Qi <yao.qi@linaro.org>
1385
1386 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1387 malloc and catch syscall.
1388
824cc835
PM
13892017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1390
1391 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1392 tests for explicit locations.
1393
7cc244de
PA
13942017-12-06 Pedro Alves <palves@redhat.com>
1395
1396 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1397 force-disabling XML descriptions.
1398
50a1fdd5
PA
13992017-12-04 Pedro Alves <palves@redhat.com>
1400
1401 PR gdb/22499
1402 * gdb.arch/amd64-disp-step-avx.S: New file.
1403 * gdb.arch/amd64-disp-step-avx.exp: New file.
1404
f0fb2488
PA
14052017-12-03 Pedro Alves <palves@redhat.com>
1406
1407 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1408 and <string.h>.
1409 (parent_function): Print distinct messages when waitpid fails, or
1410 the child exits with a signal, or the child exits for an unhandled
1411 reason.
1412 * gdb.threads/process-dies-while-detaching.exp
1413 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1414 it. Wait for both inferior output and GDB's prompt. Use an
1415 indirect spawn id list.
1416 (do_detach): New parameter 'child_exit'. Use it to compute
1417 expected inferior output.
1418 (test_detach, test_detach_watch, test_detach_killed_outside):
1419 Adjust to pass down the expected child exit kind.
1420
97cbe998
SDJ
14212017-12-01 Joel Brobecker <brobecker@adacore.com>
1422 Sergio Durigan Junior <sergiodj@redhat.com>
1423 Pedro Alves <palves@redhat.com>
1424
1425 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1426
40fc416f
SDJ
14272017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1428
1429 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1430 to 'symbol-file' and 'add-symbol-file' can be
1431 position-independent.
1432
1cc75e92
YQ
14332017-12-01 Yao Qi <yao.qi@linaro.org>
1434
1435 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1436 the URL in copyright header.
1437 * gdb.arch/aarch64-fp.exp: Likewise.
1438 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1439 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1440 * gdb.base/expand-psymtabs.exp: Likewise.
1441 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1442 * gdb.fortran/common-block.exp: Likewise.
1443 * gdb.fortran/common-block.f90: Likewise.
1444 * gdb.fortran/logical.exp: Likewise.
1445 * gdb.fortran/vla-datatypes.f90: Likewise.
1446 * gdb.fortran/vla-sub.f90: Likewise.
1447
875fb7a7
JB
14482017-11-30 Joel Brobecker <brobecker@adacore.com>
1449
1450 * gdb.ada/repeat_dyn: New testcase.
1451
6f14765f
UW
14522017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1453
1454 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1455 Update for changed thread numbering.
1456 * gdb.cell/bt.exp: Update for changed GDB output.
1457
f1af7b94
SM
14582017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1459
1460 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1461 setting isremote by hand.
1462 * boards/dwarf4-gdb-index.exp: Likewise.
1463 * boards/fission.exp: Likewise.
1464 * boards/stabs.exp: Likewise.
1465
e3919f3e
PA
14662017-11-30 Pedro Alves <palves@redhat.com>
1467
1468 * gdb.linespec/cpls-ops.exp
1469 (check_explicit_skips_function_argument): Extract the underlying
1470 type of size_t instead of hardcoding it.
1471
bd69330d
PA
14722017-11-29 Pedro Alves <palves@redhat.com>
1473
1474 PR c++/19436
1475 * gdb.linespec/cpls-abi-tag.cc: New file.
1476 * gdb.linespec/cpls-abi-tag.exp: New file.
1477
a20714ff
PA
14782017-11-29 Pedro Alves <palves@redhat.com>
1479
1480 * gdb.base/langs.exp: Use -qualified.
1481 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1482 it.
1483 * gdb.cp/namespace.exp: Use -qualified.
1484 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1485 (overload-3, template-overload, template-ret-type, const-overload)
1486 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1487 procedures.
1488 (test_driver): Call them.
1489 * gdb.cp/save-bp-qualified.cc: New.
1490 * gdb.cp/save-bp-qualified.exp: New.
1491 * gdb.linespec/explicit.exp: Test -qualified.
1492 * lib/completion-support.exp (completion::explicit_opts_list): Add
1493 "-qualified".
1494 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1495
f6f1d339
PM
14962017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1497
1498 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1499
02ca603a
TT
15002017-11-29 Tom Tromey <tom@tromey.com>
1501
1502 * gdb.base/relocate.exp: Update invalid argument test.
1503 Add new tests for invalid arguments.
1504
ed6c0bfb
TP
15052017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1506
1507 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1508 Return 0 as a long.
1509 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1510
f106e10e
TP
15112017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1512
1513 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1514 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1515 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1516 func ().
1517 * gdb.cp/shadow.cc (B.func): Return 0.
1518
10329bb2
JB
15192017-11-27 Joel Brobecker <brobecker@adacore.com>
1520
1521 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1522 expected output in gdb_expect call to allow the exception
1523 message to be present as well. Fix syntax confusion to avoid
1524 TCL thinking that exception_name is an array.
1525
617cd4bc
UW
15262017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1527
1528 * gdb.arch/spu-info.c: Include <unistd.h>.
1529 (do_signal_test): Fix broken calls to write.
1530 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1531 Fix checks for empty mailboxes. Update signal tests for corrected
1532 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
1533 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1534 * gdb.cell/arch.exp: Use standard_output_file.
1535 * gdb.cell/break.exp: Likewise.
1536 * gdb.cell/bt.exp: Likewise.
1537 * gdb.cell/core.exp: Likewise.
1538 * gdb.cell/dwarfaddr.exp: Likewise.
1539 * gdb.cell/ea-cache.exp: Likewise.
1540 * gdb.cell/ea-standalone.exp: Likewise.
1541 * gdb.cell/f-regs.exp: Likewise.
1542 * gdb.cell/fork.exp: Likewise.
1543 * gdb.cell/gcore.exp: Likewise.
1544 * gdb.cell/mem-access.exp: Likewise.
1545 * gdb.cell/ptype.exp: Likewise.
1546 * gdb.cell/registers.exp: Likewise.
1547 * gdb.cell/sizeof.exp: Likewise.
1548 * gdb.cell/solib-symbol.exp: Likewise.
1549 * gdb.cell/solib.exp: Likewise.
617cd4bc 1550
a81aaca0
PA
15512017-11-25 Pedro Alves <palves@redhat.com>
1552
1553 * gdb.base/complete-empty.exp: New file.
1554 * gdb.base/completion.exp: Adjust.
1555
6a3c6ee4
PA
15562017-11-25 Pedro Alves <palves@redhat.com>
1557
1558 * gdb.linespec/cpls-ops.cc: New file.
1559 * gdb.linespec/cpls-ops.exp: New file.
1560 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1561 factored out from ...
1562 (test_complete_prefix_range): ... this.
1563
8955eb2d
PA
15642017-11-24 Pedro Alves <palves@redhat.com>
1565
1566 * gdb.linespec/cpcompletion.exp: New file.
1567 * gdb.linespec/cpls-hyphen.cc: New file.
1568 * gdb.linespec/cpls.cc: New file.
1569 * gdb.linespec/cpls2.cc: New file.
1570 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1571 test to use test_gdb_complete_unique. Add label completion,
1572 keyword completion and explicit location completion tests.
1573 * lib/completion-support.exp: New file.
1574
e547c119
JB
15752017-11-24 Joel Brobecker <brobecker@adacore.com>
1576
1577 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1578 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1579 when hitting an exception catchpoint.
1580
7c3c1aa8
YQ
15812017-11-22 Yao Qi <yao.qi@linaro.org>
1582
1583 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1584
41bd68f5
SM
15852017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1586
1587 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1588 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1589 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1590
1daad298
YQ
15912017-11-22 Yao Qi <yao.qi@linaro.org>
1592
1593 * gdb.base/info-os.exp: Pass pthreads.
1594 * gdb.multi/multi-attach.exp: Likewise.
1595
88465e87
YQ
15962017-11-22 Yao Qi <yao.qi@linaro.org>
1597
1598 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1599 compiler.
1600
dc196b23
YQ
16012017-11-22 Yao Qi <yao.qi@linaro.org>
1602
1603 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1604 * gdb.base/break-interp.exp: Likewise.
1605 * gdb.base/jit-attach-pie.exp: Likewise.
1606
2400729e
UW
16072017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1608
1609 * gdb.base/float128.c (large128): New variable.
1610 * gdb.base/float128.exp: Add test to print largest __float128 value.
1611
7a26362d
UW
16122017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1613
1614 * gdb.arch/vsx-regs.exp: Update register content checks.
1615
ed0f4273
UW
16162017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1617
1618 * gdb.arch/ppc-longdouble.exp: New file.
1619 * gdb.arch/ppc-longdouble.c: Likewise.
1620
a25d69c6
PA
16212017-11-21 Pedro Alves <palves@redhat.com>
1622
1623 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1624
73fcf641
PA
16252017-11-20 Pedro Alves <palves@redhat.com>
1626
1627 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1628 (long_double_typedef): New typedefs.
1629 Use DEF on double and long double.
1630 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1631 cases.
1632 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1633 and 'long_double_ptr_same_size' locals. Use them to decide
1634 whether cast from array/function to float is valid/invalid.
1635
71a3c369
TT
16362017-11-17 Tom Tromey <tom@tromey.com>
1637
1638 * gdb.rust/traits.rs: New file.
1639 * gdb.rust/traits.exp: New file.
1640
ced9779b
JB
16412017-11-17 Joel Brobecker <brobecker@adacore.com>
1642
1643 * gdb.ada/minsyms: New testcase.
1644
a0922d80
PA
16452017-11-16 Pedro Alves <palves@redhat.com>
1646
1647 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1648 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1649
ea04e54c
PA
16502017-11-16 Pedro Alves <palves@redhat.com>
1651
1652 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1653 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1654
e849ea89
PA
16552017-11-16 Pedro Alves <palves@redhat.com>
1656
1657 * gdb.server/reconnect-ctrl-c.c: New file.
1658 * gdb.server/reconnect-ctrl-c.exp: New file.
1659
d8ae99a7
PM
16602017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1661
1662 * gdb.python/py-rbreak.exp: New file.
1663 * gdb.python/py-rbreak.c: New file.
1664 * gdb.python/py-rbreak-func2.c: New file.
1665
968a13f8
PA
16662017-11-16 Pedro Alves <palves@redhat.com>
1667
1668 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1669 pattern.
1670 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1671 GDB.
1672
71774bc9
SM
16732017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1674
1675 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1676 regex.
1677
ddbb44cf
SM
16782017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1679
1680 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1681 test names.
1682
584a564f
PA
16832017-11-09 Pedro Alves <palves@redhat.com>
1684
1685 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1686 factored out from ...
1687 (top level): ... here, and adjusted to avoid expecting beyond the
1688 prompt in a single gdb_test_multiple.
1689
5ed7a928
PA
16902017-11-09 Pedro Alves <palves@redhat.com>
1691
1692 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1693 output.
1694 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1695 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1696 * gdb.server/ext-run.exp ("kill" test): Likewise.
1697 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1698
a60e0738
PA
16992017-11-09 Pedro Alves <palves@redhat.com>
1700
1701 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1702 match till end of line.
1703
2c88253f
PA
17042017-11-09 Pedro Alves <palves@redhat.com>
1705
1706 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1707
c7a38517
PA
17082017-11-09 Pedro Alves <palves@redhat.com>
1709
1710 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1711 New procedures, factored out from ...
1712 (top level): ... here, and adjusted to avoid expecting beyond the
1713 prompt in one go.
1714
f29f4b6b
PA
17152017-11-09 Pedro Alves <palves@redhat.com>
1716
1717 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1718 output. Fix '?' match.
1719
286acbb5
JB
17202017-11-08 Joel Brobecker <brobecker@adacore.com>
1721
1722 * gdb.ada/scoped_watch: New testcase.
1723 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1724 which is actually correct.
1725 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1726 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1727
62d7ae92
PA
17282017-11-08 Pedro Alves <palves@redhat.com>
1729
1730 * gdb.gdb/complaints.exp (test_initial_complaints)
1731 (test_serial_complaints, test_short_complaints): Call
1732 complaint_internal instead of complaint.
1733
280ca31f
DT
17342017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1735
1736 * gdb.threads/tls-core.c: New file.
1737 * gdb.threads/tls-core.exp: Likewise.
1738
b5ec771e
PA
17392017-11-08 Pedro Alves <palves@redhat.com>
1740
1741 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1742 (p Exported_Capitalized): New test.
1743 (p exported_capitalized): New test.
1744
a02b41a7
PA
17452017-11-07 Pedro Alves <palves@redhat.com>
1746
1747 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1748
95e95a6d
PA
17492017-11-07 Pedro Alves <palves@redhat.com>
1750
1751 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1752 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1753 (disable_invalid, disable_inverted, disable_negative): New
1754 procedures.
1755 ("bad numbers"): New set of tests.
1756
cee62dbd
PA
17572017-11-07 Pedro Alves <palves@redhat.com>
1758
1759 * gdb.cp/ena-dis-br-range.exp: Add tests.
1760
cc638e86
PA
17612017-11-07 Pedro Alves <palves@redhat.com>
1762
1763 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1764
d0fe4701
XR
17652017-11-07 Xavier Roirand <roirand@adacore.com>
1766 Pedro Alves <palves@redhat.com>
1767
1768 * gdb.base/ena-dis-br.exp: Add reference to
1769 gdb.cp/ena-dis-br-range.exp.
1770 * gdb.cp/ena-dis-br-range.exp: New file.
1771 * gdb.cp/ena-dis-br-range.cc: New file.
1772
46f67f80
PA
17732017-11-06 Pedro Alves <palves@redhat.com>
1774
1775 * gdb.base/attach-non-pgrp-leader.c: New.
1776 * gdb.base/attach-non-pgrp-leader.exp: New.
1777
726e1356
PA
17782017-11-06 Pedro Alves <palves@redhat.com>
1779
1780 * configure.ac: No longer check for termio.h and sgtty.h.
1781 * configure: Regenerate.
1782 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1783 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1784 Remove termio and sgtty code.
1785
50ab6ace
YQ
17862017-11-03 Yao Qi <yao.qi@linaro.org>
1787
1788 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1789 in GDB is disabled.
1790
8e68731c
YQ
17912017-11-03 Yao Qi <yao.qi@linaro.org>
1792
1793 * gdb.python/py-thrhandle.exp: Skip it if python is not
1794 enabled.
1795
3a87ae65
SM
17962017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1797
1798 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1799 as a breakpoint command.
1800
484d8d36
MD
18012017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1802
1803 PR python/21213
1804 * gdb.python/py-infthread.exp: Test calling
1805 InferiorThread.inferior () multiple times in a row.
1806
4a27f119
KS
18072017-10-27 Keith Seitz <keiths@redhat.com>
1808
1809 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1810 Test "info break" for every inlined function breakpoint.
1811
bb11dd58
YQ
18122017-10-27 Yao Qi <yao.qi@linaro.org>
1813
1814 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1815
a43f3893
PF
18162017-10-26 Patrick Frants <osscontribute@gmail.com>
1817
1818 * gdb.cp/classes.exp (test_static_members): Test printing
1819 Outer::instance.
1820 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1821 (Inner::instance, Outer::instance): New.
1822
792ccf00
PA
18232017-10-24 Pedro Alves <palves@redhat.com>
1824
1825 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1826 extra console" test in two stages.
1827
eb2bfbad
PA
18282017-10-24 Pedro Alves <palves@redhat.com>
1829
1830 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1831
1f75a651
PA
18322017-10-24 Pedro Alves <palves@redhat.com>
1833
1834 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1835 loop.
1836
779990d9
PA
18372017-10-24 Pedro Alves <palves@redhat.com>
1838
1839 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1840 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1841
ad9b8f5d
PA
18422017-10-24 Pedro Alves <palves@redhat.com>
1843
1844 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1845 parameter and handle it. Don't output read value in test name.
1846
fee6da6e
PA
18472017-10-24 Pedro Alves <palves@redhat.com>
1848
1849 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1850 custom test name.
1851
10389c2c
PA
18522017-10-24 Pedro Alves <palves@redhat.com>
1853
1854 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1855 include the unstable output directory name in the test's name.
1856 (initial_setup_simple) <'set args'>: Use custom test name.
1857
a80e65a9
PA
18582017-10-24 Pedro Alves <palves@redhat.com>
1859
1860 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1861 with explicit test name.
1862
15763a09
PA
18632017-10-20 Pedro Alves <palves@redhat.com>
1864
1865 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1866 'wait -i'. Use gdb_assert and remote_close.
1867
49a4ce2e
AB
18682017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1869
1870 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1871 number from variable rather than hard-coded.
1872
a75868f5
PA
18732017-10-19 Pedro Alves <palves@redhat.com>
1874
1875 * gdb.base/long-inferior-output.c: New file.
1876 * gdb.base/long-inferior-output.exp: New file.
1877
c8ba13ad
KS
18782017-11-18 Keith Seitz <keiths@redhat.com>
1879
1880 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1881 method.
1882 (main): Call it.
1883 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1884 Add additional user-defined conversion operator tests.
1885
b27de576
PA
18862017-10-17 Pedro Alves <palves@redhat.com>
1887
1888 * boards/native-stdio-gdbserver.exp: Load "local-board".
1889
8484c955
PA
18902017-10-17 Pedro Alves <palves@redhat.com>
1891
1892 * gdb.base/quit-live.c: New file.
1893 * gdb.base/quit-live.exp: New file.
1894
83d5a34d
KS
18952017-10-16 Keith Seitz <keiths@redhat.com>
1896
1897 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1898 (class_with_protected_typedef, class_with_private_typedef)
1899 (struct_with_public_typedef, struct_with_protected_typedef)
1900 (struct_with_private_typedef): New classes/structs.
1901 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1902 typedefs and access specifiers.
1903
739b3f1d
PA
19042017-10-16 Pedro Alves <palves@redhat.com>
1905 Simon Marchi <simon.marchi@polymtl.ca>
1906
1907 * README (Local vs Remote vs Native): New section.
1908 * boards/local-board.exp: New file, with bits factored out from
1909 ...
1910 * boards/native-extended-gdbserver.exp: ... here. Load
1911 "local-board".
1912 * boards/native-gdbserver.exp: Load "local-board".
1913 (${board}_spawn, ${board}_exec): Delete.
1914 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1915 ...
1916 * boards/stdio-gdbserver-base.exp: ... this new file.
1917 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1918 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1919 procedure.
1920 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1921 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1922 stdio_gdbserver_command.
1923 (${board}_get_remote_address, ${board}_get_comm_port)
1924 (${board}_download, ${board}_upload): Delete.
1925 (get_target_remote_pipe_cmd): New.
1926
fe68b953
SM
19272017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1928
1929 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1930 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1931 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1932 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1933 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1934 remove with_test_prefix.
1935
300b6685
PA
19362017-10-13 Pedro Alves <palves@redhat.com>
1937
1938 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1939 * gdb.base/annota1.exp: Use it instead of is_remote.
1940 * gdb.base/annota3.exp: Use it instead of is_remote.
1941 * gdb.cp/annota2.exp: Use it instead of is_remote.
1942 * gdb.cp/annota3.exp: Use it instead of is_remote.
1943 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1944
50500caf
PA
19452017-10-13 Pedro Alves <palves@redhat.com>
1946
1947 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1948 (test_num_test_vars, run_and_count_vars, find_env)
1949 (test_set_unset_env, test_inherit_env_var): New procedures.
1950 (top level): Use them.
1951
dad0c6d2
PA
19522017-10-13 Pedro Alves <palves@redhat.com>
1953
1954 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1955 also skip on stub-like targets.
1956
8b0553c1
PA
19572017-10-13 Pedro Alves <palves@redhat.com>
1958
1959 PR gdb/22293
1960 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1961 (top level): Move some tests to ...
1962 (test_not_found): ... this new procedure.
1963 (top level): Call it.
1964
7594f623
PA
19652017-10-13 Pedro Alves <palves@redhat.com>
1966
1967 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1968 expect different "info terminal" output if testing with a
1969 non-native target.
1970
ebe3b402
PA
19712017-10-13 Pedro Alves <palves@redhat.com>
1972 Simon Marchi <simon.marchi@polymtl.ca>
1973
1974 PR python/12966
1975 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1976
42f1b161
PA
19772017-10-13 Pedro Alves <palves@redhat.com>
1978
1979 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1980 already.
1981
8d6ef72b
PA
19822017-10-13 Pedro Alves <palves@redhat.com>
1983
1984 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1985 is_remote.
1986
d7bcd5b8
PA
19872017-10-13 Pedro Alves <palves@redhat.com>
1988
1989 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1990 is_remote.
1991
df479dc6
PA
19922017-10-13 Pedro Alves <palves@redhat.com>
1993
1994 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1995 is set.
1996 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1997 instead of is_remote.
1998
23fb630a
PA
19992017-10-13 Pedro Alves <palves@redhat.com>
2000
2001 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2002 (top level): Add comment.
2003
cc77b1dc
PA
20042017-10-13 Pedro Alves <palves@redhat.com>
2005
2006 * gdb.base/remote.exp (top level): Fix comment typo and add
2007 missing return.
2008
27c9e813
PA
20092017-10-13 Pedro Alves <palves@redhat.com>
2010 Simon Marchi <simon.marchi@polymtl.ca>
2011
2012 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2013 calls and add comments. Skip test if use_gdb_stub is set.
2014 (top level): Use "set cwd" command instead of "cd" command.
2015
5e830d98
PA
20162017-10-13 Pedro Alves <palves@redhat.com>
2017
2018 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2019 is_remote target check.
2020
f5ca0032
PA
20212017-10-13 Pedro Alves <palves@redhat.com>
2022
2023 * gdb.base/scope.exp: Use build_executable + clean_restart +
2024 gdb_file_cmd instead of prepare_for_testing and no longer skip
2025 "before run" tests on is_remote target boards. Update comments.
2026 * boards/native-extended-gdbserver.exp
2027 (extended_gdbserver_load_last_file): New, factored out from ...
2028 (gdb_load): ... this. Move further below and add comment.
2029 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2030
8aed1c0d
PA
20312017-10-12 Pedro Alves <palves@redhat.com>
2032
2033 * gdb.base/attach.exp: Remove references to gdb64.
2034 * gdb.base/dbx.exp: Remove references to gdb64.
2035
cfa34c87
SM
20362017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2037 Pedro Alves <palves@redhat.com>
2038
2039 * gdb.base/label.exp: Remove is_remote target check.
2040
9192b7de
PA
20412017-10-12 Pedro Alves <palves@redhat.com>
2042
2043 * gdb.base/auvx.exp (coredir): Update comment.
2044 (top level) <core_works>: Use "set cwd" command instead of "cd"
2045 command.
2046
6bf0052d
PA
20472017-10-12 Pedro Alves <palves@redhat.com>
2048 Simon Marchi <simon.marchi@polymtl.ca>
2049
2050 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2051 target boards.
2052
e48ef82d
PA
20532017-10-12 Pedro Alves <palves@redhat.com>
2054 Simon Marchi <simon.marchi@polymtl.ca>
2055
2056 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2057 Instead skip if there's any gdb_protocol set.
2058
8d7aea57
SM
20592017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2060 Pedro Alves <palves@redhat.com>
2061
2062 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2063
30440677
PA
20642017-10-12 Pedro Alves <palves@redhat.com>
2065 Simon Marchi <simon.marchi@polymtl.ca>
2066
2067 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2068 instead of on dejagnu remote boards.
2069
4e04f045 20702017-10-12 Pedro Alves <palves@redhat.com>
175654b9 2071 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
2072
2073 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2074 checks. Use build_executable + clean_restart instead of
2075 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2076 of enabling non-stop after starting gdb.
2077
871a186e
PA
20782017-10-12 Pedro Alves <palves@redhat.com>
2079
2080 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2081 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2082 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2083 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2084
56d704da
AK
20852017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2086
2087 * gdb.arch/arc-tdesc-cpu.exp: New file.
2088 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2089
2f20e312
SM
20902017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2091
2092 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2093
65630365
PA
20942017-10-10 Pedro Alves <palves@redhat.com>
2095
2096 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2097 expect CLI output.
2098
bf469271
PA
20992017-10-10 Pedro Alves <palves@redhat.com>
2100
2101 * lib/selftest-support.exp (selftest_setup): Update for
2102 captured_command_loop's prototype change.
2103
777a42f1
PA
21042017-10-09 Pedro Alves <palves@redhat.com>
2105
2106 Test both arch1=>arch2 and arch2=>arch1.
2107
2108 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2109 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2110 factored out to...
2111 (append_arch1_options, append_arch2_options, append_arch_options)
2112 (build_executables): New procedures.
2113 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2114 local.
2115 (top level): Add new 'first_arch' testing axis.
2116
cbd2b4e3
PA
21172017-10-09 Pedro Alves <palves@redhat.com>
2118
2119 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2120 (barrier): New.
2121 (thread_start, all_started): New functions.
2122 (main): Spawn new thread and wait until it is scheduled.
2123 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2124 option.
2125 (do_test): Add 'selected_thread' parameter. Run to all_started
2126 instead of main. Explicitly set the breakpoint at main. Switch
2127 to the SELECTED_THREAD thread.
2128 (top level): Test handling the exec event with either the main
2129 thread or the second thread selected.
2130
5c9e4427
PA
21312017-10-09 Pedro Alves <palves@redhat.com>
2132
2133 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2134 logic. Move STOP marker after the value checks.
2135 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2136 regexp.
2137
b3b7c423
SL
21382017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2139
2140 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2141
3b4b2f16
UW
21422017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2143
2144 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2145 integer-to-dfp conversion.
2146 * gdb.base/dfp-test.exp: Likewise.
2147
5cd63fda
PA
21482017-10-04 Pedro Alves <palves@redhat.com>
2149
2150 * gdb.multi/hangout.c: Include <unistd.h>.
2151 (hangout_loop): New function.
2152 (main): Call alarm. Call hangout_loop in a loop.
2153 * gdb.multi/hello.c: Include <unistd.h>.
2154 (hello_loop): New function.
2155 (main): Call alarm. Call hangout_loop in a loop.
2156 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2157 inferior with the other selected.
2158
4c71c105
SM
21592017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2160
2161 * gdb.mi/list-thread-groups-available.exp: New file.
2162 * gdb.mi/list-thread-groups-available.c: New file.
2163
bc3b087d
SDJ
21642017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2165
2166 * gdb.base/set-cwd.exp: Make it available on
2167 native-extended-gdbserver.
2168
d092c5a2
SDJ
21692017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2170
2171 * gdb.base/set-cwd.c: New file.
2172 * gdb.base/set-cwd.exp: Likewise.
2173
45320ffa
TT
21742017-10-02 Tom Tromey <tom@tromey.com>
2175
2176 PR rust/22236:
2177 * gdb.rust/simple.rs (main): New variable "fslice".
2178 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2179
b3e3859b
TT
21802017-10-02 Tom Tromey <tom@tromey.com>
2181
2182 * gdb.rust/simple.exp: Test ptype of a slice.
2183
01af5e0d
TT
21842017-10-02 Tom Tromey <tom@tromey.com>
2185
2186 * gdb.rust/simple.exp: Test index of slice.
2187
a9bbfbd8
TT
21882017-09-27 Tom Tromey <tom@tromey.com>
2189
2190 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2191
df8899e5
TP
21922017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2193 Pedro Alves <palves@redhat.com>
2194
2195 * gdb.base/compare-sections.exp (get value of read-only section): Read
2196 as unsigned value.
2197 (corrupt read-only section): Likewise and don't set written if patching
2198 failed.
2199
757bf54b
KB
22002017-09-21 Kevin Buettner <kevinb@redhat.com>
2201
2202 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2203 files.
2204
06871ae8
PA
22052017-09-20 Pedro Alves <palves@redhat.com>
2206
2207 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2208 symbol names in gdb's output.
2209 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2210
e5f25bc5
PA
22112017-09-20 Pedro Alves <palves@redhat.com>
2212
2213 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2214 Rename to ...
2215 (test_list_ambiguous_symbol): ... this and add a symbol name
2216 parameter. Adjust.
2217 (test_list_ambiguous_function): Reimplement on top of
2218 test_list_ambiguous_symbol and also test listing ambiguous
2219 variables.
2220 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2221 (ambiguous_fun): ... this.
2222 (ambiguous_var): New.
2223 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2224 (ambiguous_fun): ... this.
2225 (ambiguous_var): New.
2226
4e5a4f58
JB
22272017-09-19 John Baldwin <jhb@FreeBSD.org>
2228
2229 * gdb.base/starti.c: New file.
2230 * gdb.base/starti.exp: New file.
2231 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2232
26e53f3e
PA
22332017-09-14 Pedro Alves <palves@redhat.com>
2234
2235 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2236 (top level): Use it instead of runto.
2237
cb791d59
TT
22382017-09-11 Tom Tromey <tom@tromey.com>
2239
2240 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2241
7c96f8c1
TT
22422017-09-11 Tom Tromey <tom@tromey.com>
2243
2244 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2245 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2246
469412dd
CW
22472017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2248
2249 * gdb.fortran/printing-types.exp: New file.
2250 * gdb.fortran/printing-types.exp: New file.
2251
e0f86435
BH
22522017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2253
2254 * gdb.fortran/vla-ptype.exp: Fix typos.
2255 * gdb.fortran/vla-value.exp: Same.
2256
9e9af4be
BH
22572017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2258
2259 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2260 * gdb.mi/mi-var-child-f.exp: Likewise.
2261 * gdb.mi/mi-vla-fortran.exp: Likewise.
2262
a5ad232b
FP
22632017-09-08 Frank Penczek <frank.penczek@intel.com>
2264 Christoph Weinmann <christoph.t.weinmann@intel.com>
2265 Bernhard Heckel <bernhard.heckel@intel.com>
2266
2267 * gdb.fortran/ptr-indentation.f90: New file.
2268 * gdb.fortran/ptr-indentation.exp: New file.
2269
5aec60eb
TT
22702017-09-05 Tom Tromey <tom@tromey.com>
2271
2272 PR gdb/22010:
2273 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2274
8f8f8152
TP
22752017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2276
2277 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2278
fbd1b771
JK
22792017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2280
2281 * gdb.threads/tls-nodebug-pie.c: New file.
2282 * gdb.threads/tls-nodebug-pie.exp: New file.
2283
5eb5f850
TT
22842017-09-05 Tom Tromey <tom@tromey.com>
2285
2286 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2287 for rust.
2288
ae780a21
SM
22892017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2290
2291 * gdb.multi/multi-arch-exec.exp: Test with different
2292 "follow-exec-mode" settings.
2293 (do_test): New procedure.
2294
3693fdb3
PA
22952017-09-04 Pedro Alves <palves@redhat.com>
2296
2297 * gdb.base/func-static.c (S::method const, S::method volatile)
2298 (S::method volatile const): New methods.
2299 (c_s, v_s, cv_s): New instances.
2300 (main): Call method() on them.
2301 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2302 (cannot_resolve): New procedure.
2303 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2304 print-quote-unquoted columns.
2305 (do_test): Test printing each scope too.
2306
e68cb8e0
PA
23072017-09-04 Pedro Alves <palves@redhat.com>
2308
2309 * gdb.base/local-static.exp: Also test with
2310 class::method::variable wholly quoted.
2311 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2312
858be34c
PA
23132017-09-04 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.base/local-static.c: New.
2316 * gdb.base/local-static.cc: New.
2317 * gdb.base/local-static.exp: New.
2318
46a4882b
PA
23192017-09-04 Pedro Alves <palves@redhat.com>
2320
2321 * gdb.asm/asm-source.exp: Add casts to int.
2322 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2323 (dataglobal64_1, dataglobal64_2): New globals.
2324 * gdb.base/nodebug.exp: Test different expressions involving the
2325 new globals, with print, whatis and ptype. Add casts to int.
2326 * gdb.base/solib-display.exp: Add casts to int.
2327 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2328 * gdb.cp/m-static.exp: Add cast to int.
2329 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2330 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2331 tls variable with no debug info without a cast. Test with a cast
2332 to int too.
2333 * gdb.trace/entry-values.exp: Add casts.
2334
2c5a2be1
PA
23352017-09-04 Pedro Alves <palves@redhat.com>
2336
2337 * gdb.base/nodebug.exp: Test that ptype's error about functions
2338 with unknown return type includes the function name too.
2339
7022349d
PA
23402017-09-04 Pedro Alves <palves@redhat.com>
2341
2342 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2343 return type of munmap in infcall.
2344 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2345 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2346 type of ftell in infcall.
2347 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2348 type of getpid in infcall.
2349 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2350 infcall.
2351 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2352 Bail on failure to extract the pid.
2353 * gdb.base/nodebug.c: #include <stdint.h>.
2354 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2355 New functions.
2356 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2357 Change expected output of print/whatis/ptype with functions with
2358 no debug info. Test all supported languages. Call
2359 test_call_promotion.
2360 * gdb.compile/compile.exp: Adjust expected output to expect
2361 warning.
2362 * gdb.threads/siginfo-threads.exp: Likewise.
2363
54990598
PA
23642017-09-04 Pedro Alves <palves@redhat.com>
2365
2366 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2367 "prototypes". Test calling float functions via prototyped and
2368 unprototyped function pointers.
2369 (perform_all_tests): New parameter "prototypes". Pass it down.
2370 (top level): Pass down "prototypes" parameter to
2371 perform_all_tests.
2372
34d16ea2
SM
23732017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2374
2375 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2376 Test with nested loops.
2377
9521ecda
SM
23782017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2379
2380 * gdb.base/commands.exp: Call the new procedures.
2381 (loop_break_test, loop_continue_test): New procedures.
2382
80a65e9b
SM
23832017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2384
2385 * gdb.base/commands.exp: Call new procedure.
2386 (define_if_without_arg_test): New procedure.
2387
e439fa14
PA
23882017-09-04 Pedro Alves <palves@redhat.com>
2389
2390 * gdb.base/list-ambiguous.exp: New file.
2391 * gdb.base/list-ambiguous0.c: New file.
2392 * gdb.base/list-ambiguous1.c: New file.
2393 * gdb.base/list.exp (test_list_range): Adjust expected output.
2394
0a2dde4a
SDJ
23952017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2396
2397 * gdb.base/share-env-with-gdbserver.c: New file.
2398 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2399
5e89eb3a
SM
24002017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2401
2402 * gdb.base/commands.exp (gdbvar_simple_if_test,
2403 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2404 progvar_simple_if_test, progvar_simple_while_test,
2405 progvar_complex_if_while_test, user_defined_command_test,
2406 user_defined_command_args_eval,
2407 user_defined_command_args_stack_test,
2408 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2409 temporary_breakpoint_commands,
2410 gdb_test_no_prompt, redefine_hook_test,
2411 redefine_backtrace_test): Remove "global gdb_prompt".
2412
fd437cbc
SM
24132017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2414
2415 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2416 New proc, call it from toplevel.
2417
87215ad1
SDJ
24182017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2419
2420 PR remote/21852
2421 * gdb.server/normal.c: New file, copied from gdb.base.
2422 * gdb.server/run-without-local-binary.exp: New file.
2423
58afddc6
WP
24242017-08-07 Weimin Pan <weimin.pan@oracle.com>
2425
2426 * gdb.arch/sparc64-adi.exp: New file.
2427 * gdb.arch/sparc64-adi.c: New file.
2428
5277199a
PA
24292017-08-22 Pedro Alves <palves@redhat.com>
2430
2431 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2432 (top level): Add "list all overloads" tests.
2433
14278e1f
TT
24342017-08-22 Tom Tromey <tom@tromey.com>
2435
2436 * gdb.gdb/xfullpath.exp: Remove.
2437
bf223d3e
PA
24382017-08-21 Pedro Alves <palves@redhat.com>
2439
2440 PR gdb/19487
2441 * gdb.base/symbol-alias.c: New.
2442 * gdb.base/symbol-alias2.c: New.
2443 * gdb.base/symbol-alias.exp: New.
2444
c973d0aa
PA
24452017-08-21 Pedro Alves <palves@redhat.com>
2446
2447 * gdb.base/dfp-test.c
2448 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2449 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2450 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2451 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2452 * gdb.base/whatis-ptype-typedefs.c: New.
2453 * gdb.base/whatis-ptype-typedefs.exp: New.
2454 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2455 (an_int, an_int_type, an_int_type2): New globals.
2456 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2457 involving typedefs and cast expressions.
2458 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2459 (lookup_typedefs_function): New.
2460 (typedefs_pretty_printers_dict): New.
2461 (top level): Register lookup_typedefs_function in
2462 gdb.pretty_printers.
2463
6d580b63
YQ
24642017-08-18 Yao Qi <yao.qi@linaro.org>
2465
2466 * gdb.server/unittest.exp: New.
2467
206726fb
SDJ
24682017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2469
2470 PR gdb/21954
2471 * gdb.base/environ.exp: Add test to check if 'unset environment'
2472 works.
2473
bf0ec4c2
AA
24742017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2475
2476 * lib/gdb.exp (universal_compile_options): New caching proc.
2477 (gdb_compile): Suppress GCC's coloring of messages.
2478
d6382fff
TT
24792017-08-14 Tom Tromey <tom@tromey.com>
2480
2481 PR gdb/21675:
2482 * gdb.base/printcmds.exp (test_radices): New function.
2483 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2484 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2485 * lib/gdb.exp (get_integer_valueof): Use p/d.
2486
c2c2dd9f
SM
24872017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2488
2489 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2490 characters.
2491
fdffd6f4
TT
24922017-08-05 Tom Tromey <tom@tromey.com>
2493
2494 * gdb.rust/simple.exp: Allow String to appear in a different
2495 namespace.
2496
27d41eac
YQ
24972017-07-26 Yao Qi <yao.qi@linaro.org>
2498
2499 * gdb.gdb/unittest.exp: Invoke command
2500 "maintenance check xml-descriptions".
2501
031ed05d
AA
25022017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2503
2504 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2505 calling context.
2506 (hex128): Drop erroneous calculation of parameters.
2507
dcd27ddf
SM
25082017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2509
2510 * gdb.python/py-unwind.exp: Disable stack protection when
2511 building test file.
2512
47e77640
PA
25132017-07-20 Pedro Alves <palves@redhat.com>
2514
2515 * gdb.base/default.exp (set language): Adjust expected output.
2516
62d2a18a
PA
25172017-07-20 Pedro Alves <palves@redhat.com>
2518
2519 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2520 (test_minsym): ... this, and make static.
2521 (get_pck__foo__bar__minsym): Rename to ...
2522 (get_test_minsym): ... this.
2523 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2524 symbol names and comments.
2525 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2526 (get_test_minsym): ... this.
2527 (pck__foo__bar__minsym__2): Rename to ...
2528 (test_minsym): ... this.
2529 (main): Adjust.
2530
c45ec17c
PA
25312017-07-17 Pedro Alves <palves@redhat.com>
2532
2533 * gdb.base/completion.exp: Adjust expected output.
2534 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2535 the completer works.
2536
c6756f62
PA
25372017-07-17 Pedro Alves <palves@redhat.com>
2538
2539 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2540
5bd68487
AB
25412017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2542
2543 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2544
8880f2a9
TT
25452017-07-14 Tom Tromey <tom@tromey.com>
2546
2547 PR rust/21764:
2548 * gdb.rust/simple.exp: Add tests.
2549
65547233
TT
25502017-07-14 Tom Tromey <tom@tromey.com>
2551
2552 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2553
8f14146e
PA
25542017-07-14 Pedro Alves <palves@redhat.com>
2555
2556 * gdb.linespec/base/one/thefile.cc (z1): New function.
2557 * gdb.linespec/base/two/thefile.cc (z2): New function.
2558 * gdb.linespec/linespec.exp: Add tests.
2559
b4365d02
AB
25602017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2561
2562 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2563 to mi_create_breakpoint.
2564
5d2cbaa5
AB
25652017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2566
2567 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2568 mi_create_breakpoint.
2569
11cb5716
IB
25702017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2571
2572 * gdb.dlang/demangle.exp: Update for demangling changes.
2573
03278692
TT
25742017-07-09 Tom Tromey <tom@tromey.com>
2575
2576 * gdb.dwarf2/shortpiece.exp: New file.
2577
33c5cd75
DB
25782017-07-06 David Blaikie <dblaikie@gmail.com>
2579
2580 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2581 built from fissiont-multi-cu{1,2}.c.
2582 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2583 except putting 'main' and 'func' in separate CUs in the same DWO file.
2584 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2585 test.
2586 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2587 test.
2588
8455d262
PA
25892017-07-06 Pedro Alves <palves@redhat.com>
2590
2591 * gdb.python/py-unwind.exp: Test flushregs.
2592
dc4bde35
SDJ
25932017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2594
2595 PR cli/21688
2596 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2597 tests for alias commands and trailing whitespace.
2598
51ed89aa
SDJ
25992017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2600
2601 PR cli/21688
2602 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2603 procedure. Call it.
2604
eb17d413
PA
26052017-06-29 Pedro Alves <palves@redhat.com>
2606
2607 * gdb.base/printcmds.exp: Add tests.
2608
41664b45
DG
26092017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2610
2611 PR gdb/21337
2612 * gdb.base/reread-readsym.exp: New file.
2613 * gdb.base/reread-readsym.c: New file.
2614
75312ae3
KB
26152017-06-21 Kevin Buettner <kevinb@redhat.com>
2616
2617 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2618 subpattern.
2619
66953522
PB
26202017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2621
2622 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2623 extended mnemonic.
2624 * gdb.arch/powerpc-power9.s: Likewise.
2625
5524b525
AA
26262017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2627
2628 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2629 on 32-bit x86 targets. Exploit is_*_target macros where
2630 appropriate.
2631
03c8af18
AA
26322017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2633
2634 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2635 register pieces.
2636
3bf31011
AA
26372017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2638
2639 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2640 located in one or more DWARF pieces.
2641
805acca0
AA
26422017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2643
2644 * lib/gdb.exp (get_endianness): New proc.
2645 * gdb.arch/aarch64-fp.exp: Use it.
2646 * gdb.arch/altivec-regs.exp: Likewise.
2647 * gdb.arch/e500-regs.exp: Likewise.
2648 * gdb.arch/vsx-regs.exp: Likewise.
2649 * gdb.base/dump.exp: Likewise.
2650 * gdb.base/funcargs.exp: Likewise.
2651 * gdb.base/gnu_vector.exp: Likewise.
2652 * gdb.dwarf2/formdata16.exp: Likewise.
2653 * gdb.dwarf2/implptrpiece.exp: Likewise.
2654 * gdb.dwarf2/nonvar-access.exp: Likewise.
2655 * gdb.python/py-inferior.exp: Likewise.
2656 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2657
e9352324
AA
26582017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2659
2660 PR gdb/21226
2661 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2662 stack value pieces are taken from the LSB end.
2663
d5d1163e
AA
26642017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2665
2666 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2667 variable at nonzero offset.
2668
0567c986
AA
26692017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2670
2671 * gdb.dwarf2/var-access.c: New file.
2672 * gdb.dwarf2/var-access.exp: New test.
2673 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2674
973e9aab
TT
26752017-06-12 Tom Tromey <tom@tromey.com>
2676
2677 * gdb.dwarf2/formdata16.exp: Add tests.
2678
d9109c80
TT
26792017-06-12 Tom Tromey <tom@tromey.com>
2680
2681 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2682
30a25466
TT
26832017-06-12 Tom Tromey <tom@tromey.com>
2684
2685 PR exp/16225:
2686 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2687 * gdb.arch/vsx-regs.exp: Update tests.
2688 * gdb.arch/s390-vregs.exp (hex128): New proc.
2689 Update test.
2690 * gdb.arch/altivec-regs.exp: Update tests.
2691
aefd8b33
SDJ
26922017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2693
2694 * gdb.base/startup-with-shell.c: New file.
2695 * gdb.base/startup-with-shell.exp: Likewise.
2696
2090129c
SDJ
26972017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2698
2699 * gdb.server/non-existing-program.exp: Update regex in order to
2700 reflect the fact that gdbserver is now using fork_inferior (with a
2701 shell) to startup the inferior.
2702
8e86a419
SM
27032017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2704
2705 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2706 support function calls from GDB.
2707
e6cf65f2
TT
27082017-05-21 Tom Tromey <tom@tromey.com>
2709
2710 PR rust/21466:
2711 * gdb.rust/unsized.exp: New file.
2712 * gdb.rust/unsized.rs: New file.
2713
43cc5389
TT
27142017-05-19 Tom Tromey <tom@tromey.com>
2715
2716 PR rust/21484:
2717 * gdb.rust/watch.exp: New file.
2718 * gdb.rust/watch.rs: New file.
2719
ec8df234
TT
27202017-05-18 Tom Tromey <tom@tromey.com>
2721
2722 * gdb.rust/simple.exp: Allow Box to be qualified.
2723
3e3e7fae
TP
27242017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2725
2726 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2727
59cc050d
PA
27282017-05-18 Pedro Alves <palves@redhat.com>
2729
2730 * gdb.base/fileio.c (test_write, test_read, test_close)
2731 (test_fstat): Don't print 'ret' in the fail path.
2732
c8f6abd1
PA
27332017-05-18 Pedro Alves <palves@redhat.com>
2734
2735 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2736 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2737 (test_system, test_rename, test_unlink, test_time): Change
2738 prototypes.
2739 * gdb.base/fileio.exp (stop_msg): Adjust.
2740
d2a03b77
PA
27412017-05-18 Pedro Alves <palves@redhat.com>
2742
2743 * gdb.base/fileio.c (null_str): New global.
2744 (test_stat): Use it.
2745 * gdb.base/fileio.exp: Remove nowarnings.
2746
0d5c6999
YQ
27472017-05-17 Yao Qi <yao.qi@linaro.org>
2748
2749 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2750
21873064
YQ
27512017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2752
2753 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2754 argument command.
2755 (top-level): Invoke test_set_inferior_tty.
2756
d512d31c
PA
27572017-05-04 Pedro Alves <palves@redhat.com>
2758
2759 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2760 Add parens to print call for Python 3.
2761
90cef2ed
KS
27622017-05-03 Keith Seitz <keiths@redhat.com>
2763
2764 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2765 (main): Call it.
2766
14f819c8
TW
27672017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2768
2769 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2770 to prev and next.
2771
913aeadd
TW
27722017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2773
2774 * gdb.python/py-record-btrace.exp: Remove test for
2775 gdb.BtraceInstruction.error.
2776
a3be24ad
TW
27772017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2778
2779 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2780
ae20e79a
TW
27812017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2782
2783 * gdb.python/py-record-btrace-threads.c: New file.
2784 * gdb.python/py-record-btrace-threads.exp: New file.
2785
45ce1b47
SDJ
27862017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2787
2788 PR testsuite/8595
2789 * gdb.base/environ.exp: Make test available in all architectures.
2790 Move bits related to "info program" testing to
2791 gdb.base/info-program.exp. Rewrite tests to use the two new
2792 procedures mentione below.
2793 (test_set_show_env_var) New procedure.
2794 (test_set_show_env_var_equal): Likewise.
2795 * gdb.base/info-program.exp: New file.
2796
e15c3eb4
KS
27972017-04-27 Keith Seitz <keiths@redhat.com>
2798
2799 * gdb.cp/oranking.cc (test15): New function.
2800 (main): Call test15 and declare additional variables for testing.
2801 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2802 "p foo101('abc')" tests.
2803 Add tests for cv qualifier overloads.
2804 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2805 "lvalue reference overload" test.
2806 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2807 "print value of f1 on Child&& in f2" test.
2808
3a3fd0fd
PA
28092017-04-19 Pedro Alves <palves@redhat.com>
2810
2811 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2812 procedure.
2813 (top level): Call it.
2814 * lib/gdb.exp (gdb_define_cmd): New procedure.
2815
53375380
PA
28162017-04-12 Pedro Alves <palves@redhat.com>
2817
2818 PR gdb/21323
2819 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2820 (wchar): New global.
2821 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2822 (do_test_wide_char, wide_char_types_no_program, top level): Add
2823 wchar_t testing.
2824
53e710ac
PA
28252017-04-12 Pedro Alves <palves@redhat.com>
2826
2827 PR c++/21323
2828 * gdb.cp/wide_char_types.c: New file.
2829 * gdb.cp/wide_char_types.exp: New file.
2830
0ad9d8c7
SDJ
28312017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2832
2833 PR gdb/21352
2834 * gdb.trace/tsv.exp: Add test for "tsave -r".
2835
b1b45502
IB
28362017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2837
2838 * gdb.dlang/watch-loc.c: New file.
2839 * gdb.dlang/watch-loc.exp: New file.
2840
ec13808e
JK
28412017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2842
2843 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2844
fe5f7374
AK
28452017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2846
2847 * gdb.arch/arc-analyze-prologue.S: New file.
2848 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2849
eea78757
AK
28502017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2851
2852 * gdb.arch/arc-decode-insn.S: New file.
2853 * gdb.arch/arc-decode-insn.exp: Likewise.
2854
5badf10a
IR
28552017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2856
2857 PR tdep/20928
2858 * gdb.arch/sparc64-regs.exp: New file.
2859 * gdb.arch/sparc64-regs.S: Likewise.
2860
cee59b3f
TW
28612017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2862
2863 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2864 and memory view on Python 3.
2865
c0f55cc6
AV
28662017-03-20 Artemiy Volkov <artemiyv@acm.org>
2867 Keith Seitz <keiths@redhat.com>
2868
2869 PR gdb/14441
2870 * gdb.cp/demangle.exp: Add rvalue reference tests.
2871 * gdb.cp/rvalue-ref-casts.cc: New file.
2872 * gdb.cp/rvalue-ref-casts.exp: New file.
2873 * gdb.cp/rvalue-ref-overload.cc: New file.
2874 * gdb.cp/rvalue-ref-overload.exp: New file.
2875 * gdb.cp/rvalue-ref-params.cc: New file.
2876 * gdb.cp/rvalue-ref-params.exp: New file.
2877 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2878 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2879 * gdb.cp/rvalue-ref-types.cc: New file.
2880 * gdb.cp/rvalue-ref-types.exp: New file.
2881 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2882 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2883
51457a05
MAL
28842017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2885
2886 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2887 New procedure.
2888
5b291c04
MAL
28892017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2890
2891 * lib/mi-support.exp (mi_gdb_test): Add additional message
2892 for unexpected output.
2893
59a56148
AA
28942017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2895
2896 * gdb.base/examine-backward.c (Barrier): New character array
2897 constant, to ensure that TestStrings is preceded by a string
2898 terminator.
2899
7942e96e
AA
29002017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2901
2902 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2903 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2904 and implicit pointer into such a location.
2905
6ebac3fb
DE
29062017-03-16 Doug Evans <dje@google.com>
2907
2908 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2909
ec3b243d
TP
29102017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2911
2912 * gdb.cp/m-static.exp: Fix expectation for prototype of
2913 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
2914
29152017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
2916
2917 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2918 * gdb.guile/scm-lazy-string.c: New file.
2919 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2920 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2921 for pointer, array, typedef lazy strings.
2922
2cc36e25 29232017-03-16 Doug Evans <dje@google.com>
34b43320
DE
2924
2925 PR python/17728, python/18439, python/18779
2926 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2927 * gdb.python/py-lazy-string.c (pointer): New typedef.
2928 (main): New locals ptr, array, typedef_ptr.
2929 * gdb.python/py-value.exp: Move lazy string tests to ...
2930 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2931 array, typedef lazy strings.
ec3b243d 2932
0efcde63
AK
29332017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2934
2935 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2936 Add optional 'test' parameter.
2937
7978d7c3
SM
29382017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2939
2940 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2941 Skip for versions of DejaGnu < 1.5.
2942
896c0c1e
SM
29432017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2944
2945 * lib/gdb.exp (dejagnu_version): New proc.
2946 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2947 Use dejagnu_version.
2948
5f4d1085
KS
29492017-03-10 Keith Seitz <keiths@redhat.com>
2950
2951 PR c++/8128
2952 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2953 type from destructor regexps.
2954 Add a branch which actually passes the test.
2955 Adjust "ptype t5i" test names.
2956
1de05205
PA
29572017-03-08 Pedro Alves <palves@redhat.com>
2958
2959 * gdb.base/step-over-exit.exp: Add explicit test message.
2960
c65d6b55
PA
29612017-03-08 Pedro Alves <palves@redhat.com>
2962
2963 PR gdb/18360
2964 * gdb.threads/interrupt-while-step-over.c: New file.
2965 * gdb.threads/interrupt-while-step-over.exp: New file.
2966
2e86a283
PA
29672017-03-08 Pedro Alves <palves@redhat.com>
2968
2969 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2970 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2971
25dcbff6
PA
29722017-03-08 Pedro Alves <palves@redhat.com>
2973
2974 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2975 PKRU as not supported as a PASS.
2976
dc9366eb
PA
29772017-03-08 Pedro Alves <palves@redhat.com>
2978
2979 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2980 prefix instead of $binfile1/$binfile2.
2981 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2982 in test message.
2983 * gdb.python/py-completion.exp: Use "load python file" as test
2984 messages instead of unstable path names.
2985
6e5d74e7
PA
29862017-03-08 Pedro Alves <palves@redhat.com>
2987 Jan Kratochvil <jan.kratochvil@redhat.com>
2988
2989 PR cli/21218
2990 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2991 New proc.
2992 (top level): Call it.
2993
9753a2f6
PA
29942017-03-08 Pedro Alves <palves@redhat.com>
2995
2996 PR tui/21216
2997 * gdb.tui/tui-nl-filtered-output.exp: New file.
2998
1a4dd9dd
PA
29992017-03-08 Pedro Alves <palves@redhat.com>
3000
3001 * gdb.base/completion.exp: Move TUI completion tests to ...
3002 * gdb.tui/completion.exp: ... this new file.
3003
7cbbff33
PA
30042017-03-08 Pedro Alves <palves@redhat.com>
3005
3006 * gdb.base/tui-disasm-long-lines.c,
3007 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3008 gdb.base/tui-layout.exp: Move to ...
3009 * gdb.tui/: ... this new directory.
3010
5f6fd321
PA
30112017-03-07 Pedro Alves <palves@redhat.com>
3012
3013 * gdb.base/tui-layout.c: New file.
3014 * gdb.base/tui-layout.exp: New file.
3015
44959fa8
PA
30162017-03-07 Pedro Alves <palves@redhat.com>
3017
3018 * gdb.base/tui-layout.c: Rename to ...
3019 * gdb.base/tui-disasm-long-lines.c: ... this.
3020 * gdb.base/tui-layout.exp: Rename to ...
3021 * gdb.base/tui-disasm-long-lines.exp: ... this.
3022
f8c4e718
PA
30232017-03-07 Pedro Alves <palves@redhat.com>
3024
3025 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3026
6dbb839a 30272017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
3028
3029 * i386-mpx-call.c: New file.
3030 * i386-mpx-call.exp: New file.
3031
65b48a81
PB
30322017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3033
3034 * gdb.arch/powerpc-power.exp: Delete test.
3035 * gdb.arch/powerpc-power.s: Likewise.
3036 * gdb.disasm/disassembler-options.exp: New test.
3037 * gdb.arch/powerpc-altivec.exp: Likewise.
3038 * gdb.arch/powerpc-altivec.s: Likewise.
3039 * gdb.arch/powerpc-altivec2.exp: Likewise.
3040 * gdb.arch/powerpc-altivec2.s: Likewise.
3041 * gdb.arch/powerpc-altivec3.exp: Likewise.
3042 * gdb.arch/powerpc-altivec3.s: Likewise.
3043 * gdb.arch/powerpc-power7.exp: Likewise.
3044 * gdb.arch/powerpc-power7.s: Likewise.
3045 * gdb.arch/powerpc-power8.exp: Likewise.
3046 * gdb.arch/powerpc-power8.s: Likewise.
3047 * gdb.arch/powerpc-power9.exp: Likewise.
3048 * gdb.arch/powerpc-power9.s: Likewise.
3049 * gdb.arch/powerpc-vsx.exp: Likewise.
3050 * gdb.arch/powerpc-vsx.s: Likewise.
3051 * gdb.arch/powerpc-vsx2.exp: Likewise.
3052 * gdb.arch/powerpc-vsx2.s: Likewise.
3053 * gdb.arch/powerpc-vsx3.exp: Likewise.
3054 * gdb.arch/powerpc-vsx3.s: Likewise.
3055 * gdb.arch/arm-disassembler-options.exp: Likewise.
3056 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3057 * gdb.arch/s390-disassembler-options.exp: Likewise.
3058
17cd4947
LM
30592017-02-23 Luis Machado <lgustavo@codesourcery.com>
3060
3061 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3062 (check_supported_features): ... this. Changed return type to void.
3063 (supports_rdseed): New static global.
3064 (rdseed): Check supports_rdseed.
3065 (initialize): Call check_supported_features.
3066
2039d74e
EBM
30672017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3068
3069 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3070 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3071 and lqarx/stqcx.
3072 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3073 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3074
a51d7ecf
EBM
30752017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3076
3077 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3078 uppercase.
3079
0224619f
JK
30802017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3081
3082 * gdb.dwarf2/formdata16.c: New file.
3083 * gdb.dwarf2/formdata16.exp: New file.
3084 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3085
216f72a1
JK
30862017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3087
3088 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3089 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3090 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3091 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3092 DW_AT_GNU_*.
3093
43988095
JK
30942017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3095
3096 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3097
99e8a4f9
SDJ
30982017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3099
3100 PR gdb/21164
3101 * gdb.base/maint.exp: Add testcases for when the commands do
3102 not have arguments.
3103
b58a8c0c
TP
31042017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3105
3106 * gdb.cp/chained-calls.exp: Use p instead of P.
3107
4e746bb6
TW
31082017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3109
3110 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3111 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3112
3f77c769
TT
31132017-02-14 Tom Tromey <tom@tromey.com>
3114
3115 PR python/13598:
3116 * gdb.python/py-events.exp: Add before_prompt event tests.
3117
075beec0
AA
31182017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3119
3120 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3121
bf5f525c
LM
31222017-02-13 Luis Machado <lgustavo@codesourcery.com>
3123
3124 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3125 (main): Call my_unique_function_name.
3126 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3127 completion of patterns with a single match.
3128 Add missing -re switches to gdb_test_multiple calls.
3129
13a66184
LM
31302017-02-13 Luis Machado <lgustavo@codesourcery.com>
3131
3132 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3133 return if core file is not recognized.
3134
26a06916
SM
31352017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3136
3137 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3138 and extra UIs.
3139
b761ca9e
SM
31402017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3141
3142 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3143 proc_with_prefix.
3144
b964bee0
TT
31452017-02-10 Tom Tromey <tom@tromey.com>
3146
3147 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3148
18da0c51
MG
31492017-02-10 Martin Galvan <martingalvan@sourceware.org>
3150
3151 PR gdb/21122
3152 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3153
604c4576
JG
31542017-02-08 Jerome Guitton <guitton@adacore.com>
3155
3156 * gdb.base/define.exp: Add test for command abbreviations
3157 in define.
3158
20b477a7
LM
31592017-02-06 Luis Machado <lgustavo@codesourcery.com>
3160
3161 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3162 * gdb.reverse/insn-reverse-x86.c: New file.
3163
3f7b46f2
IR
31642017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3165
3166 PR tdep/20936
3167 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3168
f0fd41c1
TT
31692017-02-03 Tom Tromey <tom@tromey.com>
3170
3171 PR rust/21097:
3172 * gdb.rust/simple.exp: Add new tests.
3173
5be5dbf0
PA
31742017-02-02 Pedro Alves <palves@redhat.com>
3175
3176 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3177 tests.
3178
7346ef59
AA
31792017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3180
3181 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3182 taking a 2-byte value out of a 4-byte DWARF implicit value on
3183 big-endian targets.
3184 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3185 logic. Add test cases for DW_OP_implicit.
3186
787f0025
MM
31872017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3188
3189 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3190
68777c29
MM
31912017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3192
3193 * gdb.btrace/enable.exp: Call gdb_exit before
3194 skip_gdbserver_tests.
3195
0a1c7e28
MM
31962017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3197
3198 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3199 GDBFLAGS.
3200
b5ac99b0
MM
32012017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3202
3203 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3204 the test is skipped.
3205 * gdb.btrace/data.exp: Likewise.
3206 * gdb.btrace/delta.exp: Likewise.
3207 * gdb.btrace/dlopen.exp: Likewise.
3208 * gdb.btrace/enable-running.exp: Likewise.
3209 * gdb.btrace/enable.exp: Likewise.
3210 * gdb.btrace/exception.exp: Likewise.
3211 * gdb.btrace/function_call_history.exp: Likewise.
3212 * gdb.btrace/gcore.exp: Likewise.
3213 * gdb.btrace/instruction_history.exp: Likewise.
3214 * gdb.btrace/multi-thread-step.exp: Likewise.
3215 * gdb.btrace/nohist.exp: Likewise.
3216 * gdb.btrace/non-stop.exp: Likewise.
3217 * gdb.btrace/reconnect.exp: Likewise.
3218 * gdb.btrace/record_goto-step.exp: Likewise.
3219 * gdb.btrace/record_goto.exp: Likewise.
3220 * gdb.btrace/rn-dl-bind.exp: Likewise.
3221 * gdb.btrace/segv.exp: Likewise.
3222 * gdb.btrace/step.exp: Likewise.
3223 * gdb.btrace/stepi.exp: Likewise.
3224 * gdb.btrace/tailcall-only.exp: Likewise.
3225 * gdb.btrace/tailcall.exp: Likewise.
3226 * gdb.btrace/tsx.exp: Likewise.
3227 * gdb.btrace/unknown_functions.exp: Likewise.
3228 * gdb.btrace/vdso.exp: Likewise.
3229
cd4007e4
MM
32302017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3231
3232 * gdb.btrace/enable-running.c: New.
3233 * gdb.btrace/enable-running.exp: New.
3234
2735833d
WT
32352017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3236
3237 * gdb.arch/amd64-gs_base.c: New file.
3238 * gdb.arch/amd64-gs_base.exp: New file.
3239
b51e1e94
LM
32402017-01-26 Luis Machado <lgustavo@codesourcery.com>
3241
3242 * lib/memory.exp: Remove spurious empty newlines.
3243
72ca0410
SM
32442017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3245
3246 * gdb.python/py-bad-printers.exp: Load python file using "source".
3247 * gdb.python/py-events.exp: Likewise.
3248 * gdb.python/py-evsignal.exp: Likewise.
3249 * gdb.python/py-evthreads.exp: Likewise.
3250 * gdb.python/py-frame-args.exp: Likewise.
3251 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3252 * gdb.python/py-framefilter-mi.exp: Likewise.
3253 * gdb.python/py-framefilter.exp: Likewise.
3254 * gdb.python/py-mi.exp: Likewise.
3255 * gdb.python/py-pp-maint.exp: Likewise.
3256 * gdb.python/py-pp-registration.exp: Likewise.
3257 * gdb.python/py-prettyprint.exp: Likewise.
3258 (run_lang_tests): Likewise.
3259 * gdb.python/py-typeprint.exp: Likewise.
3260
e309aa65
LM
32612017-01-26 Luis Machado <lgustavo@codesourcery.com>
3262
3263 * lib/memory.exp: New file.
3264 * lib/gdb.exp: Load memory.exp.
3265 * gdb.base/memattr.exp (delete_memory): Move proc to
3266 lib/memory.exp and rename to delete_memory_regions.
3267 Replace delete_memory with delete_memory_regions.
3268 Cleanup memory regions before tests.
3269 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3270 before tests.
3271
515aff23
LM
32722017-01-26 Luis Machado <lgustavo@codesourcery.com>
3273
3274 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3275 files.
3276 (initialize): New function conditionally defined.
3277 (testcases): Move within conditional block.
3278 (main): Call initialize.
3279 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3280 of gdb.reverse/insn-reverse.c.
3281 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3282 gdb.reverse/insn-reverse.c.
3283
d8b49cf0
YQ
32842017-01-26 Yao Qi <yao.qi@linaro.org>
3285
3286 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3287 disassemble on address 0.
3288
f13a9a0c
YQ
32892017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3290 Yao Qi <yao.qi@linaro.org>
3291
3292 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3293 * gdb.dwarf2/implptr-64bit.S: Remove.
3294 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3295 variables in caller's context. Add DW_OP_implicit_value.
3296
5ac95241
YQ
32972017-01-25 Yao Qi <yao.qi@linaro.org>
3298
3299 * lib/dwarf.exp (Dwarf::_location): Handle
3300 DW_OP_GNU_implicit_pointer with proper size.
3301
23e82930
LM
33022017-01-20 Luis Machado <lgustavo@codesourcery.com>
3303
3304 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3305 and add untested calls.
3306
d334ae25
LM
33072017-01-20 Luis Machado <lgustavo@codesourcery.com>
3308
3309 * gdb.python/python.exp: Check line number against what GDB thinks
3310 the line number is for func1.
3311
f5e6296e
IB
33122017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3313
3314 * gdb.dlang/debug-expr.exp: New file.
3315
5b362f04
LM
33162016-12-23 Luis Machado <lgustavo@codesourcery.com>
3317
3318 Fix test names for the following files:
3319
3320 * gdb.ada/exec_changed.exp
3321 * gdb.ada/info_types.exp
3322 * gdb.arch/aarch64-atomic-inst.exp
3323 * gdb.arch/aarch64-fp.exp
3324 * gdb.arch/altivec-abi.exp
3325 * gdb.arch/altivec-regs.exp
3326 * gdb.arch/amd64-byte.exp
3327 * gdb.arch/amd64-disp-step.exp
3328 * gdb.arch/amd64-dword.exp
3329 * gdb.arch/amd64-entry-value-inline.exp
3330 * gdb.arch/amd64-entry-value-param.exp
3331 * gdb.arch/amd64-entry-value-paramref.exp
3332 * gdb.arch/amd64-entry-value.exp
3333 * gdb.arch/amd64-i386-address.exp
3334 * gdb.arch/amd64-invalid-stack-middle.exp
3335 * gdb.arch/amd64-invalid-stack-top.exp
3336 * gdb.arch/amd64-optimout-repeat.exp
3337 * gdb.arch/amd64-prologue-skip.exp
3338 * gdb.arch/amd64-prologue-xmm.exp
3339 * gdb.arch/amd64-stap-special-operands.exp
3340 * gdb.arch/amd64-stap-wrong-subexp.exp
3341 * gdb.arch/amd64-tailcall-cxx.exp
3342 * gdb.arch/amd64-tailcall-noret.exp
3343 * gdb.arch/amd64-tailcall-ret.exp
3344 * gdb.arch/amd64-tailcall-self.exp
3345 * gdb.arch/amd64-word.exp
3346 * gdb.arch/arm-bl-branch-dest.exp
3347 * gdb.arch/arm-disp-step.exp
3348 * gdb.arch/arm-neon.exp
3349 * gdb.arch/arm-single-step-kernel-helper.exp
3350 * gdb.arch/avr-flash-qualifier.exp
3351 * gdb.arch/disp-step-insn-reloc.exp
3352 * gdb.arch/e500-abi.exp
3353 * gdb.arch/e500-regs.exp
3354 * gdb.arch/ftrace-insn-reloc.exp
3355 * gdb.arch/i386-avx512.exp
3356 * gdb.arch/i386-bp_permanent.exp
3357 * gdb.arch/i386-byte.exp
3358 * gdb.arch/i386-cfi-notcurrent.exp
3359 * gdb.arch/i386-disp-step.exp
3360 * gdb.arch/i386-dr3-watch.exp
3361 * gdb.arch/i386-float.exp
3362 * gdb.arch/i386-gnu-cfi.exp
3363 * gdb.arch/i386-mpx-map.exp
3364 * gdb.arch/i386-mpx-sigsegv.exp
3365 * gdb.arch/i386-mpx-simple_segv.exp
3366 * gdb.arch/i386-mpx.exp
3367 * gdb.arch/i386-permbkpt.exp
3368 * gdb.arch/i386-prologue.exp
3369 * gdb.arch/i386-signal.exp
3370 * gdb.arch/i386-size-overlap.exp
3371 * gdb.arch/i386-unwind.exp
3372 * gdb.arch/i386-word.exp
3373 * gdb.arch/mips-fcr.exp
3374 * gdb.arch/powerpc-d128-regs.exp
3375 * gdb.arch/powerpc-stackless.exp
3376 * gdb.arch/ppc64-atomic-inst.exp
3377 * gdb.arch/s390-stackless.exp
3378 * gdb.arch/s390-tdbregs.exp
3379 * gdb.arch/s390-vregs.exp
3380 * gdb.arch/sparc-sysstep.exp
3381 * gdb.arch/thumb-bx-pc.exp
3382 * gdb.arch/thumb-singlestep.exp
3383 * gdb.arch/thumb2-it.exp
3384 * gdb.arch/vsx-regs.exp
3385 * gdb.asm/asm-source.exp
3386 * gdb.base/a2-run.exp
3387 * gdb.base/advance.exp
3388 * gdb.base/all-bin.exp
3389 * gdb.base/anon.exp
3390 * gdb.base/args.exp
3391 * gdb.base/arithmet.exp
3392 * gdb.base/async-shell.exp
3393 * gdb.base/async.exp
3394 * gdb.base/attach-pie-noexec.exp
3395 * gdb.base/attach-twice.exp
3396 * gdb.base/auto-load.exp
3397 * gdb.base/bang.exp
3398 * gdb.base/bitfields.exp
3399 * gdb.base/break-always.exp
3400 * gdb.base/break-caller-line.exp
3401 * gdb.base/break-entry.exp
3402 * gdb.base/break-inline.exp
3403 * gdb.base/break-on-linker-gcd-function.exp
3404 * gdb.base/break-probes.exp
3405 * gdb.base/break.exp
3406 * gdb.base/breakpoint-shadow.exp
3407 * gdb.base/call-ar-st.exp
3408 * gdb.base/call-sc.exp
3409 * gdb.base/call-signal-resume.exp
3410 * gdb.base/call-strs.exp
3411 * gdb.base/callfuncs.exp
3412 * gdb.base/catch-fork-static.exp
3413 * gdb.base/catch-gdb-caused-signals.exp
3414 * gdb.base/catch-load.exp
3415 * gdb.base/catch-signal-fork.exp
3416 * gdb.base/catch-signal.exp
3417 * gdb.base/catch-syscall.exp
3418 * gdb.base/charset.exp
3419 * gdb.base/checkpoint.exp
3420 * gdb.base/chng-syms.exp
3421 * gdb.base/code-expr.exp
3422 * gdb.base/code_elim.exp
3423 * gdb.base/commands.exp
3424 * gdb.base/completion.exp
3425 * gdb.base/complex.exp
3426 * gdb.base/cond-expr.exp
3427 * gdb.base/condbreak.exp
3428 * gdb.base/consecutive.exp
3429 * gdb.base/continue-all-already-running.exp
3430 * gdb.base/coredump-filter.exp
3431 * gdb.base/corefile.exp
3432 * gdb.base/dbx.exp
3433 * gdb.base/debug-expr.exp
3434 * gdb.base/define.exp
3435 * gdb.base/del.exp
3436 * gdb.base/disabled-location.exp
3437 * gdb.base/disasm-end-cu.exp
3438 * gdb.base/disasm-optim.exp
3439 * gdb.base/display.exp
3440 * gdb.base/duplicate-bp.exp
3441 * gdb.base/ena-dis-br.exp
3442 * gdb.base/ending-run.exp
3443 * gdb.base/enumval.exp
3444 * gdb.base/environ.exp
3445 * gdb.base/eu-strip-infcall.exp
3446 * gdb.base/eval-avoid-side-effects.exp
3447 * gdb.base/eval-skip.exp
3448 * gdb.base/exitsignal.exp
3449 * gdb.base/expand-psymtabs.exp
3450 * gdb.base/filesym.exp
3451 * gdb.base/find-unmapped.exp
3452 * gdb.base/finish.exp
3453 * gdb.base/float.exp
3454 * gdb.base/foll-exec-mode.exp
3455 * gdb.base/foll-exec.exp
3456 * gdb.base/foll-fork.exp
3457 * gdb.base/fortran-sym-case.exp
3458 * gdb.base/freebpcmd.exp
3459 * gdb.base/func-ptr.exp
3460 * gdb.base/func-ptrs.exp
3461 * gdb.base/funcargs.exp
3462 * gdb.base/gcore-buffer-overflow.exp
3463 * gdb.base/gcore-relro-pie.exp
3464 * gdb.base/gcore-relro.exp
3465 * gdb.base/gcore.exp
3466 * gdb.base/gdb1090.exp
3467 * gdb.base/gdb11530.exp
3468 * gdb.base/gdb11531.exp
3469 * gdb.base/gdb1821.exp
3470 * gdb.base/gdbindex-stabs.exp
3471 * gdb.base/gdbvars.exp
3472 * gdb.base/hbreak.exp
3473 * gdb.base/hbreak2.exp
3474 * gdb.base/included.exp
3475 * gdb.base/infcall-input.exp
3476 * gdb.base/inferior-died.exp
3477 * gdb.base/infnan.exp
3478 * gdb.base/info-macros.exp
3479 * gdb.base/info-os.exp
3480 * gdb.base/info-proc.exp
3481 * gdb.base/info-shared.exp
3482 * gdb.base/info-target.exp
3483 * gdb.base/infoline.exp
3484 * gdb.base/interp.exp
3485 * gdb.base/interrupt.exp
3486 * gdb.base/jit-reader.exp
3487 * gdb.base/jit-simple.exp
3488 * gdb.base/kill-after-signal.exp
3489 * gdb.base/kill-detach-inferiors-cmd.exp
3490 * gdb.base/label.exp
3491 * gdb.base/langs.exp
3492 * gdb.base/ldbl_e308.exp
3493 * gdb.base/line-symtabs.exp
3494 * gdb.base/linespecs.exp
3495 * gdb.base/list.exp
3496 * gdb.base/long_long.exp
3497 * gdb.base/longest-types.exp
3498 * gdb.base/maint.exp
3499 * gdb.base/max-value-size.exp
3500 * gdb.base/memattr.exp
3501 * gdb.base/mips_pro.exp
3502 * gdb.base/morestack.exp
3503 * gdb.base/moribund-step.exp
3504 * gdb.base/multi-forks.exp
3505 * gdb.base/nested-addr.exp
3506 * gdb.base/nextoverexit.exp
3507 * gdb.base/noreturn-finish.exp
3508 * gdb.base/noreturn-return.exp
3509 * gdb.base/nostdlib.exp
3510 * gdb.base/offsets.exp
3511 * gdb.base/opaque.exp
3512 * gdb.base/pc-fp.exp
3513 * gdb.base/permissions.exp
3514 * gdb.base/print-symbol-loading.exp
3515 * gdb.base/prologue-include.exp
3516 * gdb.base/psymtab.exp
3517 * gdb.base/ptype.exp
3518 * gdb.base/random-signal.exp
3519 * gdb.base/randomize.exp
3520 * gdb.base/range-stepping.exp
3521 * gdb.base/readline-ask.exp
3522 * gdb.base/recpar.exp
3523 * gdb.base/recurse.exp
3524 * gdb.base/relational.exp
3525 * gdb.base/restore.exp
3526 * gdb.base/return-nodebug.exp
3527 * gdb.base/return.exp
3528 * gdb.base/run-after-attach.exp
3529 * gdb.base/save-bp.exp
3530 * gdb.base/scope.exp
3531 * gdb.base/sect-cmd.exp
3532 * gdb.base/set-lang-auto.exp
3533 * gdb.base/set-noassign.exp
3534 * gdb.base/setvar.exp
3535 * gdb.base/sigall.exp
3536 * gdb.base/sigbpt.exp
3537 * gdb.base/siginfo-addr.exp
3538 * gdb.base/siginfo-infcall.exp
3539 * gdb.base/siginfo-obj.exp
3540 * gdb.base/siginfo.exp
3541 * gdb.base/signals-state-child.exp
3542 * gdb.base/signest.exp
3543 * gdb.base/sigstep.exp
3544 * gdb.base/sizeof.exp
3545 * gdb.base/skip.exp
3546 * gdb.base/solib-corrupted.exp
3547 * gdb.base/solib-nodir.exp
3548 * gdb.base/solib-search.exp
3549 * gdb.base/stack-checking.exp
3550 * gdb.base/stale-infcall.exp
3551 * gdb.base/stap-probe.exp
3552 * gdb.base/start.exp
3553 * gdb.base/step-break.exp
3554 * gdb.base/step-bt.exp
3555 * gdb.base/step-line.exp
3556 * gdb.base/step-over-exit.exp
3557 * gdb.base/step-over-syscall.exp
3558 * gdb.base/step-resume-infcall.exp
3559 * gdb.base/step-test.exp
3560 * gdb.base/store.exp
3561 * gdb.base/structs3.exp
3562 * gdb.base/sym-file.exp
3563 * gdb.base/symbol-without-target_section.exp
3564 * gdb.base/term.exp
3565 * gdb.base/testenv.exp
3566 * gdb.base/ui-redirect.exp
3567 * gdb.base/until.exp
3568 * gdb.base/unwindonsignal.exp
3569 * gdb.base/value-double-free.exp
3570 * gdb.base/vla-datatypes.exp
3571 * gdb.base/vla-ptr.exp
3572 * gdb.base/vla-sideeffect.exp
3573 * gdb.base/volatile.exp
3574 * gdb.base/watch-cond-infcall.exp
3575 * gdb.base/watch-cond.exp
3576 * gdb.base/watch-non-mem.exp
3577 * gdb.base/watch-read.exp
3578 * gdb.base/watch-vfork.exp
3579 * gdb.base/watchpoint-cond-gone.exp
3580 * gdb.base/watchpoint-delete.exp
3581 * gdb.base/watchpoint-hw-hit-once.exp
3582 * gdb.base/watchpoint-hw.exp
3583 * gdb.base/watchpoint-stops-at-right-insn.exp
3584 * gdb.base/watchpoints.exp
3585 * gdb.base/wchar.exp
3586 * gdb.base/whatis-exp.exp
3587 * gdb.btrace/buffer-size.exp
3588 * gdb.btrace/data.exp
3589 * gdb.btrace/delta.exp
3590 * gdb.btrace/dlopen.exp
3591 * gdb.btrace/enable.exp
3592 * gdb.btrace/exception.exp
3593 * gdb.btrace/function_call_history.exp
3594 * gdb.btrace/gcore.exp
3595 * gdb.btrace/instruction_history.exp
3596 * gdb.btrace/nohist.exp
3597 * gdb.btrace/reconnect.exp
3598 * gdb.btrace/record_goto-step.exp
3599 * gdb.btrace/record_goto.exp
3600 * gdb.btrace/rn-dl-bind.exp
3601 * gdb.btrace/segv.exp
3602 * gdb.btrace/step.exp
3603 * gdb.btrace/stepi.exp
3604 * gdb.btrace/tailcall-only.exp
3605 * gdb.btrace/tailcall.exp
3606 * gdb.btrace/tsx.exp
3607 * gdb.btrace/unknown_functions.exp
3608 * gdb.btrace/vdso.exp
3609 * gdb.compile/compile-ifunc.exp
3610 * gdb.compile/compile-ops.exp
3611 * gdb.compile/compile-print.exp
3612 * gdb.compile/compile-setjmp.exp
3613 * gdb.cp/abstract-origin.exp
3614 * gdb.cp/ambiguous.exp
3615 * gdb.cp/annota2.exp
3616 * gdb.cp/annota3.exp
3617 * gdb.cp/anon-ns.exp
3618 * gdb.cp/anon-struct.exp
3619 * gdb.cp/anon-union.exp
3620 * gdb.cp/arg-reference.exp
3621 * gdb.cp/baseenum.exp
3622 * gdb.cp/bool.exp
3623 * gdb.cp/breakpoint.exp
3624 * gdb.cp/bs15503.exp
3625 * gdb.cp/call-c.exp
3626 * gdb.cp/casts.exp
3627 * gdb.cp/chained-calls.exp
3628 * gdb.cp/class2.exp
3629 * gdb.cp/classes.exp
3630 * gdb.cp/cmpd-minsyms.exp
3631 * gdb.cp/converts.exp
3632 * gdb.cp/cp-relocate.exp
3633 * gdb.cp/cpcompletion.exp
3634 * gdb.cp/cpexprs.exp
3635 * gdb.cp/cplabel.exp
3636 * gdb.cp/cplusfuncs.exp
3637 * gdb.cp/cpsizeof.exp
3638 * gdb.cp/ctti.exp
3639 * gdb.cp/derivation.exp
3640 * gdb.cp/destrprint.exp
3641 * gdb.cp/dispcxx.exp
3642 * gdb.cp/enum-class.exp
3643 * gdb.cp/exception.exp
3644 * gdb.cp/exceptprint.exp
3645 * gdb.cp/expand-psymtabs-cxx.exp
3646 * gdb.cp/expand-sals.exp
3647 * gdb.cp/extern-c.exp
3648 * gdb.cp/filename.exp
3649 * gdb.cp/formatted-ref.exp
3650 * gdb.cp/fpointer.exp
3651 * gdb.cp/gdb1355.exp
3652 * gdb.cp/gdb2495.exp
3653 * gdb.cp/hang.exp
3654 * gdb.cp/impl-this.exp
3655 * gdb.cp/infcall-dlopen.exp
3656 * gdb.cp/inherit.exp
3657 * gdb.cp/iostream.exp
3658 * gdb.cp/koenig.exp
3659 * gdb.cp/local.exp
3660 * gdb.cp/m-data.exp
3661 * gdb.cp/m-static.exp
3662 * gdb.cp/mb-ctor.exp
3663 * gdb.cp/mb-inline.exp
3664 * gdb.cp/mb-templates.exp
3665 * gdb.cp/member-name.exp
3666 * gdb.cp/member-ptr.exp
3667 * gdb.cp/meth-typedefs.exp
3668 * gdb.cp/method.exp
3669 * gdb.cp/method2.exp
3670 * gdb.cp/minsym-fallback.exp
3671 * gdb.cp/misc.exp
3672 * gdb.cp/namelessclass.exp
3673 * gdb.cp/namespace-enum.exp
3674 * gdb.cp/namespace-nested-import.exp
3675 * gdb.cp/namespace.exp
3676 * gdb.cp/nextoverthrow.exp
3677 * gdb.cp/no-dmgl-verbose.exp
3678 * gdb.cp/non-trivial-retval.exp
3679 * gdb.cp/noparam.exp
3680 * gdb.cp/nsdecl.exp
3681 * gdb.cp/nsimport.exp
3682 * gdb.cp/nsnested.exp
3683 * gdb.cp/nsnoimports.exp
3684 * gdb.cp/nsrecurs.exp
3685 * gdb.cp/nsstress.exp
3686 * gdb.cp/nsusing.exp
3687 * gdb.cp/operator.exp
3688 * gdb.cp/oranking.exp
3689 * gdb.cp/overload-const.exp
3690 * gdb.cp/overload.exp
3691 * gdb.cp/ovldbreak.exp
3692 * gdb.cp/ovsrch.exp
3693 * gdb.cp/paren-type.exp
3694 * gdb.cp/parse-lang.exp
3695 * gdb.cp/pass-by-ref.exp
3696 * gdb.cp/pr-1023.exp
3697 * gdb.cp/pr-1210.exp
3698 * gdb.cp/pr-574.exp
3699 * gdb.cp/pr10687.exp
3700 * gdb.cp/pr12028.exp
3701 * gdb.cp/pr17132.exp
3702 * gdb.cp/pr17494.exp
3703 * gdb.cp/pr9067.exp
3704 * gdb.cp/pr9167.exp
3705 * gdb.cp/pr9631.exp
3706 * gdb.cp/printmethod.exp
3707 * gdb.cp/psmang.exp
3708 * gdb.cp/psymtab-parameter.exp
3709 * gdb.cp/ptype-cv-cp.exp
3710 * gdb.cp/ptype-flags.exp
3711 * gdb.cp/re-set-overloaded.exp
3712 * gdb.cp/ref-types.exp
3713 * gdb.cp/rtti.exp
3714 * gdb.cp/scope-err.exp
3715 * gdb.cp/shadow.exp
3716 * gdb.cp/smartp.exp
3717 * gdb.cp/static-method.exp
3718 * gdb.cp/static-print-quit.exp
3719 * gdb.cp/temargs.exp
3720 * gdb.cp/templates.exp
3721 * gdb.cp/try_catch.exp
3722 * gdb.cp/typedef-operator.exp
3723 * gdb.cp/typeid.exp
3724 * gdb.cp/userdef.exp
3725 * gdb.cp/using-crash.exp
3726 * gdb.cp/var-tag.exp
3727 * gdb.cp/virtbase.exp
3728 * gdb.cp/virtfunc.exp
3729 * gdb.cp/virtfunc2.exp
3730 * gdb.cp/vla-cxx.exp
3731 * gdb.disasm/t01_mov.exp
3732 * gdb.disasm/t02_mova.exp
3733 * gdb.disasm/t03_add.exp
3734 * gdb.disasm/t04_sub.exp
3735 * gdb.disasm/t05_cmp.exp
3736 * gdb.disasm/t06_ari2.exp
3737 * gdb.disasm/t07_ari3.exp
3738 * gdb.disasm/t08_or.exp
3739 * gdb.disasm/t09_xor.exp
3740 * gdb.disasm/t10_and.exp
3741 * gdb.disasm/t11_logs.exp
3742 * gdb.disasm/t12_bit.exp
3743 * gdb.disasm/t13_otr.exp
3744 * gdb.dlang/circular.exp
3745 * gdb.dwarf2/arr-stride.exp
3746 * gdb.dwarf2/arr-subrange.exp
3747 * gdb.dwarf2/atomic-type.exp
3748 * gdb.dwarf2/bad-regnum.exp
3749 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3750 * gdb.dwarf2/callframecfa.exp
3751 * gdb.dwarf2/clztest.exp
3752 * gdb.dwarf2/corrupt.exp
3753 * gdb.dwarf2/data-loc.exp
3754 * gdb.dwarf2/dup-psym.exp
3755 * gdb.dwarf2/dw2-anon-mptr.exp
3756 * gdb.dwarf2/dw2-anonymous-func.exp
3757 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3758 * gdb.dwarf2/dw2-bad-unresolved.exp
3759 * gdb.dwarf2/dw2-basic.exp
3760 * gdb.dwarf2/dw2-canonicalize-type.exp
3761 * gdb.dwarf2/dw2-case-insensitive.exp
3762 * gdb.dwarf2/dw2-common-block.exp
3763 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3764 * gdb.dwarf2/dw2-compressed.exp
3765 * gdb.dwarf2/dw2-const.exp
3766 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3767 * gdb.dwarf2/dw2-cu-size.exp
3768 * gdb.dwarf2/dw2-dup-frame.exp
3769 * gdb.dwarf2/dw2-entry-value.exp
3770 * gdb.dwarf2/dw2-icycle.exp
3771 * gdb.dwarf2/dw2-ifort-parameter.exp
3772 * gdb.dwarf2/dw2-inline-break.exp
3773 * gdb.dwarf2/dw2-inline-param.exp
3774 * gdb.dwarf2/dw2-intercu.exp
3775 * gdb.dwarf2/dw2-intermix.exp
3776 * gdb.dwarf2/dw2-lexical-block-bare.exp
3777 * gdb.dwarf2/dw2-linkage-name-trust.exp
3778 * gdb.dwarf2/dw2-minsym-in-cu.exp
3779 * gdb.dwarf2/dw2-noloc.exp
3780 * gdb.dwarf2/dw2-op-call.exp
3781 * gdb.dwarf2/dw2-op-out-param.exp
3782 * gdb.dwarf2/dw2-opt-structptr.exp
3783 * gdb.dwarf2/dw2-param-error.exp
3784 * gdb.dwarf2/dw2-producer.exp
3785 * gdb.dwarf2/dw2-ranges-base.exp
3786 * gdb.dwarf2/dw2-ref-missing-frame.exp
3787 * gdb.dwarf2/dw2-reg-undefined.exp
3788 * gdb.dwarf2/dw2-regno-invalid.exp
3789 * gdb.dwarf2/dw2-restore.exp
3790 * gdb.dwarf2/dw2-restrict.exp
3791 * gdb.dwarf2/dw2-single-line-discriminators.exp
3792 * gdb.dwarf2/dw2-strp.exp
3793 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3794 * gdb.dwarf2/dw2-unresolved.exp
3795 * gdb.dwarf2/dw2-var-zero-addr.exp
3796 * gdb.dwarf2/dw4-sig-types.exp
3797 * gdb.dwarf2/dwz.exp
3798 * gdb.dwarf2/dynarr-ptr.exp
3799 * gdb.dwarf2/enum-type.exp
3800 * gdb.dwarf2/gdb-index.exp
3801 * gdb.dwarf2/implptr-64bit.exp
3802 * gdb.dwarf2/implptr-optimized-out.exp
3803 * gdb.dwarf2/implptr.exp
3804 * gdb.dwarf2/implref-array.exp
3805 * gdb.dwarf2/implref-const.exp
3806 * gdb.dwarf2/implref-global.exp
3807 * gdb.dwarf2/implref-struct.exp
3808 * gdb.dwarf2/mac-fileno.exp
3809 * gdb.dwarf2/main-subprogram.exp
3810 * gdb.dwarf2/member-ptr-forwardref.exp
3811 * gdb.dwarf2/method-ptr.exp
3812 * gdb.dwarf2/missing-sig-type.exp
3813 * gdb.dwarf2/nonvar-access.exp
3814 * gdb.dwarf2/opaque-type-lookup.exp
3815 * gdb.dwarf2/pieces-optimized-out.exp
3816 * gdb.dwarf2/pieces.exp
3817 * gdb.dwarf2/pr10770.exp
3818 * gdb.dwarf2/pr13961.exp
3819 * gdb.dwarf2/staticvirtual.exp
3820 * gdb.dwarf2/subrange.exp
3821 * gdb.dwarf2/symtab-producer.exp
3822 * gdb.dwarf2/trace-crash.exp
3823 * gdb.dwarf2/typeddwarf.exp
3824 * gdb.dwarf2/valop.exp
3825 * gdb.dwarf2/watch-notconst.exp
3826 * gdb.fortran/array-element.exp
3827 * gdb.fortran/charset.exp
3828 * gdb.fortran/common-block.exp
3829 * gdb.fortran/complex.exp
3830 * gdb.fortran/derived-type-function.exp
3831 * gdb.fortran/derived-type.exp
3832 * gdb.fortran/logical.exp
3833 * gdb.fortran/module.exp
3834 * gdb.fortran/multi-dim.exp
3835 * gdb.fortran/nested-funcs.exp
3836 * gdb.fortran/print-formatted.exp
3837 * gdb.fortran/subarray.exp
3838 * gdb.fortran/vla-alloc-assoc.exp
3839 * gdb.fortran/vla-datatypes.exp
3840 * gdb.fortran/vla-history.exp
3841 * gdb.fortran/vla-ptr-info.exp
3842 * gdb.fortran/vla-ptype-sub.exp
3843 * gdb.fortran/vla-ptype.exp
3844 * gdb.fortran/vla-sizeof.exp
3845 * gdb.fortran/vla-type.exp
3846 * gdb.fortran/vla-value-sub-arbitrary.exp
3847 * gdb.fortran/vla-value-sub-finish.exp
3848 * gdb.fortran/vla-value-sub.exp
3849 * gdb.fortran/vla-value.exp
3850 * gdb.fortran/whatis_type.exp
3851 * gdb.go/chan.exp
3852 * gdb.go/handcall.exp
3853 * gdb.go/hello.exp
3854 * gdb.go/integers.exp
3855 * gdb.go/methods.exp
3856 * gdb.go/package.exp
3857 * gdb.go/strings.exp
3858 * gdb.go/types.exp
3859 * gdb.go/unsafe.exp
3860 * gdb.guile/scm-arch.exp
3861 * gdb.guile/scm-block.exp
3862 * gdb.guile/scm-breakpoint.exp
3863 * gdb.guile/scm-cmd.exp
3864 * gdb.guile/scm-disasm.exp
3865 * gdb.guile/scm-equal.exp
3866 * gdb.guile/scm-frame-args.exp
3867 * gdb.guile/scm-frame-inline.exp
3868 * gdb.guile/scm-frame.exp
3869 * gdb.guile/scm-iterator.exp
3870 * gdb.guile/scm-math.exp
3871 * gdb.guile/scm-objfile.exp
3872 * gdb.guile/scm-ports.exp
3873 * gdb.guile/scm-symbol.exp
3874 * gdb.guile/scm-symtab.exp
3875 * gdb.guile/scm-value-cc.exp
3876 * gdb.guile/types-module.exp
3877 * gdb.linespec/break-ask.exp
3878 * gdb.linespec/cpexplicit.exp
3879 * gdb.linespec/explicit.exp
3880 * gdb.linespec/keywords.exp
3881 * gdb.linespec/linespec.exp
3882 * gdb.linespec/ls-dollar.exp
3883 * gdb.linespec/ls-errs.exp
3884 * gdb.linespec/skip-two.exp
3885 * gdb.linespec/thread.exp
3886 * gdb.mi/mi-async.exp
3887 * gdb.mi/mi-basics.exp
3888 * gdb.mi/mi-break.exp
3889 * gdb.mi/mi-catch-load.exp
3890 * gdb.mi/mi-cli.exp
3891 * gdb.mi/mi-cmd-param-changed.exp
3892 * gdb.mi/mi-console.exp
3893 * gdb.mi/mi-detach.exp
3894 * gdb.mi/mi-disassemble.exp
3895 * gdb.mi/mi-eval.exp
3896 * gdb.mi/mi-file-transfer.exp
3897 * gdb.mi/mi-file.exp
3898 * gdb.mi/mi-fill-memory.exp
3899 * gdb.mi/mi-inheritance-syntax-error.exp
3900 * gdb.mi/mi-linespec-err-cp.exp
3901 * gdb.mi/mi-logging.exp
3902 * gdb.mi/mi-memory-changed.exp
3903 * gdb.mi/mi-read-memory.exp
3904 * gdb.mi/mi-record-changed.exp
3905 * gdb.mi/mi-reg-undefined.exp
3906 * gdb.mi/mi-regs.exp
3907 * gdb.mi/mi-return.exp
3908 * gdb.mi/mi-reverse.exp
3909 * gdb.mi/mi-simplerun.exp
3910 * gdb.mi/mi-solib.exp
3911 * gdb.mi/mi-stack.exp
3912 * gdb.mi/mi-stepi.exp
3913 * gdb.mi/mi-syn-frame.exp
3914 * gdb.mi/mi-until.exp
3915 * gdb.mi/mi-var-block.exp
3916 * gdb.mi/mi-var-child.exp
3917 * gdb.mi/mi-var-cmd.exp
3918 * gdb.mi/mi-var-cp.exp
3919 * gdb.mi/mi-var-display.exp
3920 * gdb.mi/mi-var-invalidate.exp
3921 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3922 * gdb.mi/mi-vla-fortran.exp
3923 * gdb.mi/mi-watch.exp
3924 * gdb.mi/mi2-var-child.exp
3925 * gdb.mi/user-selected-context-sync.exp
3926 * gdb.modula2/unbounded-array.exp
3927 * gdb.multi/dummy-frame-restore.exp
3928 * gdb.multi/multi-arch-exec.exp
3929 * gdb.multi/multi-arch.exp
3930 * gdb.multi/tids.exp
3931 * gdb.multi/watchpoint-multi.exp
3932 * gdb.opencl/callfuncs.exp
3933 * gdb.opencl/convs_casts.exp
3934 * gdb.opencl/datatypes.exp
3935 * gdb.opencl/operators.exp
3936 * gdb.opencl/vec_comps.exp
3937 * gdb.opt/clobbered-registers-O2.exp
3938 * gdb.opt/inline-break.exp
3939 * gdb.opt/inline-bt.exp
3940 * gdb.opt/inline-cmds.exp
3941 * gdb.opt/inline-locals.exp
3942 * gdb.pascal/case-insensitive-symbols.exp
3943 * gdb.pascal/floats.exp
3944 * gdb.pascal/gdb11492.exp
3945 * gdb.python/lib-types.exp
3946 * gdb.python/py-arch.exp
3947 * gdb.python/py-as-string.exp
3948 * gdb.python/py-bad-printers.exp
3949 * gdb.python/py-block.exp
3950 * gdb.python/py-breakpoint-create-fail.exp
3951 * gdb.python/py-breakpoint.exp
3952 * gdb.python/py-caller-is.exp
3953 * gdb.python/py-cmd.exp
3954 * gdb.python/py-explore-cc.exp
3955 * gdb.python/py-explore.exp
3956 * gdb.python/py-finish-breakpoint.exp
3957 * gdb.python/py-finish-breakpoint2.exp
3958 * gdb.python/py-frame-args.exp
3959 * gdb.python/py-frame-inline.exp
3960 * gdb.python/py-frame.exp
3961 * gdb.python/py-framefilter-mi.exp
3962 * gdb.python/py-infthread.exp
3963 * gdb.python/py-lazy-string.exp
3964 * gdb.python/py-linetable.exp
3965 * gdb.python/py-mi-events.exp
3966 * gdb.python/py-mi-objfile.exp
3967 * gdb.python/py-mi.exp
3968 * gdb.python/py-objfile.exp
3969 * gdb.python/py-pp-integral.exp
3970 * gdb.python/py-pp-maint.exp
3971 * gdb.python/py-pp-re-notag.exp
3972 * gdb.python/py-pp-registration.exp
3973 * gdb.python/py-recurse-unwind.exp
3974 * gdb.python/py-strfns.exp
3975 * gdb.python/py-symbol.exp
3976 * gdb.python/py-symtab.exp
3977 * gdb.python/py-sync-interp.exp
3978 * gdb.python/py-typeprint.exp
3979 * gdb.python/py-unwind-maint.exp
3980 * gdb.python/py-unwind.exp
3981 * gdb.python/py-value-cc.exp
3982 * gdb.python/py-xmethods.exp
3983 * gdb.reverse/amd64-tailcall-reverse.exp
3984 * gdb.reverse/break-precsave.exp
3985 * gdb.reverse/break-reverse.exp
3986 * gdb.reverse/consecutive-precsave.exp
3987 * gdb.reverse/consecutive-reverse.exp
3988 * gdb.reverse/finish-precsave.exp
3989 * gdb.reverse/finish-reverse-bkpt.exp
3990 * gdb.reverse/finish-reverse.exp
3991 * gdb.reverse/fstatat-reverse.exp
3992 * gdb.reverse/getresuid-reverse.exp
3993 * gdb.reverse/i386-precsave.exp
3994 * gdb.reverse/i386-reverse.exp
3995 * gdb.reverse/i386-sse-reverse.exp
3996 * gdb.reverse/i387-env-reverse.exp
3997 * gdb.reverse/i387-stack-reverse.exp
3998 * gdb.reverse/insn-reverse.exp
3999 * gdb.reverse/machinestate-precsave.exp
4000 * gdb.reverse/machinestate.exp
4001 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4002 * gdb.reverse/pipe-reverse.exp
4003 * gdb.reverse/readv-reverse.exp
4004 * gdb.reverse/recvmsg-reverse.exp
4005 * gdb.reverse/rerun-prec.exp
4006 * gdb.reverse/s390-mvcle.exp
4007 * gdb.reverse/step-precsave.exp
4008 * gdb.reverse/step-reverse.exp
4009 * gdb.reverse/time-reverse.exp
4010 * gdb.reverse/until-precsave.exp
4011 * gdb.reverse/until-reverse.exp
4012 * gdb.reverse/waitpid-reverse.exp
4013 * gdb.reverse/watch-precsave.exp
4014 * gdb.reverse/watch-reverse.exp
4015 * gdb.rust/generics.exp
4016 * gdb.rust/methods.exp
4017 * gdb.rust/modules.exp
4018 * gdb.rust/simple.exp
4019 * gdb.server/connect-with-no-symbol-file.exp
4020 * gdb.server/ext-attach.exp
4021 * gdb.server/ext-restart.exp
4022 * gdb.server/ext-wrapper.exp
4023 * gdb.server/file-transfer.exp
4024 * gdb.server/server-exec-info.exp
4025 * gdb.server/server-kill.exp
4026 * gdb.server/server-mon.exp
4027 * gdb.server/wrapper.exp
4028 * gdb.stabs/exclfwd.exp
4029 * gdb.stabs/gdb11479.exp
4030 * gdb.threads/clone-new-thread-event.exp
4031 * gdb.threads/corethreads.exp
4032 * gdb.threads/current-lwp-dead.exp
4033 * gdb.threads/dlopen-libpthread.exp
4034 * gdb.threads/gcore-thread.exp
4035 * gdb.threads/sigstep-threads.exp
4036 * gdb.threads/watchpoint-fork.exp
4037 * gdb.trace/actions-changed.exp
4038 * gdb.trace/backtrace.exp
4039 * gdb.trace/change-loc.exp
4040 * gdb.trace/circ.exp
4041 * gdb.trace/collection.exp
4042 * gdb.trace/disconnected-tracing.exp
4043 * gdb.trace/ftrace.exp
4044 * gdb.trace/mi-trace-frame-collected.exp
4045 * gdb.trace/mi-trace-unavailable.exp
4046 * gdb.trace/mi-traceframe-changed.exp
4047 * gdb.trace/mi-tsv-changed.exp
4048 * gdb.trace/no-attach-trace.exp
4049 * gdb.trace/passc-dyn.exp
4050 * gdb.trace/qtro.exp
4051 * gdb.trace/range-stepping.exp
4052 * gdb.trace/read-memory.exp
4053 * gdb.trace/save-trace.exp
4054 * gdb.trace/signal.exp
4055 * gdb.trace/status-stop.exp
4056 * gdb.trace/tfile.exp
4057 * gdb.trace/trace-break.exp
4058 * gdb.trace/trace-buffer-size.exp
4059 * gdb.trace/trace-condition.exp
4060 * gdb.trace/tracefile-pseudo-reg.exp
4061 * gdb.trace/tstatus.exp
4062 * gdb.trace/unavailable.exp
4063 * gdb.trace/while-dyn.exp
4064 * gdb.trace/while-stepping.exp
4065
34c41c68
DE
40662016-12-22 Doug Evans <xdje42@gmail.com>
4067
4068 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4069 and msymbols.
4070
16e69324
YQ
40712016-12-19 Yao Qi <yao.qi@linaro.org>
4072
4073 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4074 (test_with_self): Don't call do_steps_and_nexts, and remove
4075 code about stepping into xmalloc.
4076
f94f411b
YQ
40772016-12-09 Yao Qi <yao.qi@linaro.org>
4078
4079 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4080
40812016-12-09 Yao Qi <yao.qi@linaro.org>
4082
4083 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4084
f1b5deee
PA
40852016-12-09 Pedro Alves <palves@redhat.com>
4086
4087 * gdb.base/all-architectures-0.exp: New file.
4088 * gdb.base/all-architectures-1.exp: New file.
4089 * gdb.base/all-architectures-2.exp: New file.
4090 * gdb.base/all-architectures-3.exp: New file.
4091 * gdb.base/all-architectures-4.exp: New file.
4092 * gdb.base/all-architectures-5.exp: New file.
4093 * gdb.base/all-architectures-6.exp: New file.
4094 * gdb.base/all-architectures-7.exp: New file.
4095 * gdb.base/all-architectures.exp.in: New file.
4096
364ca42e
YQ
40972016-12-09 Yao Qi <yao.qi@linaro.org>
4098
4099 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4100
107c2d62
LM
41012016-12-02 Luis Machado <lgustavo@codesourcery.com>
4102
4103 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4104 possible.
4105 Remove useless pattern-matching code.
4106
df3ee9ca
PA
41072016-12-02 Pedro Alves <palves@redhat.com>
4108
4109 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4110 procedure.
4111 (top level): Call it.
4112
ec835369
PA
41132016-12-02 Pedro Alves <palves@redhat.com>
4114
4115 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4116 New procedure.
4117 (top level): Call it.
4118
01770bbd
PA
41192016-12-02 Pedro Alves <palves@redhat.com>
4120
4121 PR cli/20559
4122 * gdb.base/commands.exp (user_defined_command_args_eval): New
4123 procedure.
4124 (top level): Call it.
4125
008459ea
LM
41262016-12-02 Luis Machado <lgustavo@codesourcery.com>
4127
4128 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4129 timeout handling.
4130
0c1b455e
TT
41312016-12-02 Tom Tromey <tom@tromey.com>
4132
4133 * gdb.dwarf2/main-subprogram.c: New file.
4134 * gdb.dwarf2/main-subprogram.exp: New file.
4135
018572b8
LM
41362016-12-01 Luis Machado <lgustavo@codesourcery.com>
4137
4138 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4139 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4140 gdb_test_no_output for a couple of cases.
4141 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4142
84c93cd5
LM
41432016-12-01 Luis Machado <lgustavo@codesourcery.com>
4144
4145 Fix test names and standardize compilation error messages throughout
4146 the following files:
4147
4148 * gdb.ada/start.exp
4149 * gdb.arch/alpha-step.exp
4150 * gdb.arch/e500-prologue.exp
4151 * gdb.arch/ftrace-insn-reloc.exp
4152 * gdb.arch/gdb1291.exp
4153 * gdb.arch/gdb1431.exp
4154 * gdb.arch/gdb1558.exp
4155 * gdb.arch/i386-dr3-watch.exp
4156 * gdb.arch/i386-sse-stack-align.exp
4157 * gdb.arch/ia64-breakpoint-shadow.exp
4158 * gdb.arch/pa-nullify.exp
4159 * gdb.arch/powerpc-aix-prologue.exp
4160 * gdb.arch/thumb-bx-pc.exp
4161 * gdb.base/annota1.exp
4162 * gdb.base/annota3.exp
4163 * gdb.base/arrayidx.exp
4164 * gdb.base/assign.exp
4165 * gdb.base/attach.exp
4166 * gdb.base/auxv.exp
4167 * gdb.base/bang.exp
4168 * gdb.base/bfp-test.exp
4169 * gdb.base/bigcore.exp
4170 * gdb.base/bitfields2.exp
4171 * gdb.base/break-fun-addr.exp
4172 * gdb.base/break-probes.exp
4173 * gdb.base/call-rt-st.exp
4174 * gdb.base/callexit.exp
4175 * gdb.base/catch-fork-kill.exp
4176 * gdb.base/charset.exp
4177 * gdb.base/checkpoint.exp
4178 * gdb.base/comprdebug.exp
4179 * gdb.base/constvars.exp
4180 * gdb.base/coredump-filter.exp
4181 * gdb.base/cursal.exp
4182 * gdb.base/cvexpr.exp
4183 * gdb.base/detach.exp
4184 * gdb.base/display.exp
4185 * gdb.base/dmsym.exp
4186 * gdb.base/dprintf-pending.exp
4187 * gdb.base/dso2dso.exp
4188 * gdb.base/dtrace-probe.exp
4189 * gdb.base/dump.exp
4190 * gdb.base/enum_cond.exp
4191 * gdb.base/exe-lock.exp
4192 * gdb.base/exec-invalid-sysroot.exp
4193 * gdb.base/execl-update-breakpoints.exp
4194 * gdb.base/exprs.exp
4195 * gdb.base/fileio.exp
4196 * gdb.base/find.exp
4197 * gdb.base/finish.exp
4198 * gdb.base/fixsection.exp
4199 * gdb.base/foll-vfork.exp
4200 * gdb.base/frame-args.exp
4201 * gdb.base/gcore.exp
4202 * gdb.base/gdb1250.exp
4203 * gdb.base/global-var-nested-by-dso.exp
4204 * gdb.base/gnu-ifunc.exp
4205 * gdb.base/hashline1.exp
4206 * gdb.base/hashline2.exp
4207 * gdb.base/hashline3.exp
4208 * gdb.base/hbreak-in-shr-unsupported.exp
4209 * gdb.base/huge.exp
4210 * gdb.base/infcall-input.exp
4211 * gdb.base/info-fun.exp
4212 * gdb.base/info-shared.exp
4213 * gdb.base/jit-simple.exp
4214 * gdb.base/jit-so.exp
4215 * gdb.base/jit.exp
4216 * gdb.base/jump.exp
4217 * gdb.base/label.exp
4218 * gdb.base/lineinc.exp
4219 * gdb.base/logical.exp
4220 * gdb.base/longjmp.exp
4221 * gdb.base/macscp.exp
4222 * gdb.base/miscexprs.exp
4223 * gdb.base/new-ui-echo.exp
4224 * gdb.base/new-ui-pending-input.exp
4225 * gdb.base/new-ui.exp
4226 * gdb.base/nodebug.exp
4227 * gdb.base/nofield.exp
4228 * gdb.base/offsets.exp
4229 * gdb.base/overlays.exp
4230 * gdb.base/pending.exp
4231 * gdb.base/pointers.exp
4232 * gdb.base/pr11022.exp
4233 * gdb.base/printcmds.exp
4234 * gdb.base/prologue.exp
4235 * gdb.base/ptr-typedef.exp
4236 * gdb.base/realname-expand.exp
4237 * gdb.base/relativedebug.exp
4238 * gdb.base/relocate.exp
4239 * gdb.base/remote.exp
4240 * gdb.base/reread.exp
4241 * gdb.base/return2.exp
4242 * gdb.base/savedregs.exp
4243 * gdb.base/sep.exp
4244 * gdb.base/sepdebug.exp
4245 * gdb.base/sepsymtab.exp
4246 * gdb.base/set-inferior-tty.exp
4247 * gdb.base/setshow.exp
4248 * gdb.base/shlib-call.exp
4249 * gdb.base/sigaltstack.exp
4250 * gdb.base/siginfo-addr.exp
4251 * gdb.base/signals.exp
4252 * gdb.base/signull.exp
4253 * gdb.base/sigrepeat.exp
4254 * gdb.base/so-impl-ld.exp
4255 * gdb.base/solib-display.exp
4256 * gdb.base/solib-overlap.exp
4257 * gdb.base/solib-search.exp
4258 * gdb.base/solib-symbol.exp
4259 * gdb.base/structs.exp
4260 * gdb.base/structs2.exp
4261 * gdb.base/symtab-search-order.exp
4262 * gdb.base/twice.exp
4263 * gdb.base/unload.exp
4264 * gdb.base/varargs.exp
4265 * gdb.base/watchpoint-solib.exp
4266 * gdb.base/watchpoint.exp
4267 * gdb.base/whatis.exp
4268 * gdb.base/wrong_frame_bt_full.exp
4269 * gdb.btrace/dlopen.exp
4270 * gdb.cell/ea-standalone.exp
4271 * gdb.cell/ea-test.exp
4272 * gdb.cp/dispcxx.exp
4273 * gdb.cp/gdb2384.exp
4274 * gdb.cp/method2.exp
4275 * gdb.cp/nextoverthrow.exp
4276 * gdb.cp/pr10728.exp
4277 * gdb.disasm/am33.exp
4278 * gdb.disasm/h8300s.exp
4279 * gdb.disasm/mn10300.exp
4280 * gdb.disasm/sh3.exp
4281 * gdb.dwarf2/dw2-dir-file-name.exp
4282 * gdb.fortran/complex.exp
4283 * gdb.fortran/library-module.exp
4284 * gdb.guile/scm-pretty-print.exp
4285 * gdb.guile/scm-symbol.exp
4286 * gdb.guile/scm-type.exp
4287 * gdb.guile/scm-value.exp
4288 * gdb.linespec/linespec.exp
4289 * gdb.mi/gdb701.exp
4290 * gdb.mi/gdb792.exp
4291 * gdb.mi/mi-breakpoint-changed.exp
4292 * gdb.mi/mi-dprintf-pending.exp
4293 * gdb.mi/mi-dprintf.exp
4294 * gdb.mi/mi-exit-code.exp
4295 * gdb.mi/mi-pending.exp
4296 * gdb.mi/mi-solib.exp
4297 * gdb.mi/new-ui-mi-sync.exp
4298 * gdb.mi/pr11022.exp
4299 * gdb.mi/user-selected-context-sync.exp
4300 * gdb.opt/solib-intra-step.exp
4301 * gdb.python/py-events.exp
4302 * gdb.python/py-finish-breakpoint.exp
4303 * gdb.python/py-mi.exp
4304 * gdb.python/py-prettyprint.exp
4305 * gdb.python/py-shared.exp
4306 * gdb.python/py-symbol.exp
4307 * gdb.python/py-template.exp
4308 * gdb.python/py-type.exp
4309 * gdb.python/py-value.exp
4310 * gdb.reverse/solib-precsave.exp
4311 * gdb.reverse/solib-reverse.exp
4312 * gdb.server/solib-list.exp
4313 * gdb.stabs/weird.exp
4314 * gdb.threads/reconnect-signal.exp
4315 * gdb.threads/stepi-random-signal.exp
4316 * gdb.trace/actions.exp
4317 * gdb.trace/ax.exp
4318 * gdb.trace/backtrace.exp
4319 * gdb.trace/change-loc.exp
4320 * gdb.trace/deltrace.exp
4321 * gdb.trace/ftrace-lock.exp
4322 * gdb.trace/ftrace.exp
4323 * gdb.trace/infotrace.exp
4324 * gdb.trace/mi-tracepoint-changed.exp
4325 * gdb.trace/packetlen.exp
4326 * gdb.trace/passcount.exp
4327 * gdb.trace/pending.exp
4328 * gdb.trace/range-stepping.exp
4329 * gdb.trace/report.exp
4330 * gdb.trace/stap-trace.exp
4331 * gdb.trace/tfind.exp
4332 * gdb.trace/trace-break.exp
4333 * gdb.trace/trace-condition.exp
4334 * gdb.trace/trace-enable-disable.exp
4335 * gdb.trace/trace-mt.exp
4336 * gdb.trace/tracecmd.exp
4337 * gdb.trace/tspeed.exp
4338 * gdb.trace/tsv.exp
4339 * lib/perftest.exp
4340
fb9feb35
LM
43412016-12-01 Luis Machado <lgustavo@codesourcery.com>
4342
4343 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4344 with gdb_test_no_output.
4345 Use command as test name.
4346
cd2ddb6c
LM
43472016-12-01 Luis Machado <lgustavo@codesourcery.com>
4348
4349 Fix test names starting with uppercase throughout the files.
4350
4351 * gdb.ada/assign_1.exp
4352 * gdb.ada/boolean_expr.exp
4353 * gdb.base/arrayidx.exp
4354 * gdb.base/del.exp
4355 * gdb.base/gcore-buffer-overflow.exp
4356 * gdb.base/testenv.exp
4357 * gdb.compile/compile.exp
4358 * gdb.python/py-framefilter-invalidarg.exp
4359 * gdb.python/py-framefilter.exp
4360
bb95117e
LM
43612016-12-01 Luis Machado <lgustavo@codesourcery.com>
4362
4363 Fix test names starting with uppercase throughout the files.
4364
4365 * gdb.ada/array_return.exp
4366 * gdb.ada/expr_delims.exp
4367 * gdb.ada/mi_dyn_arr.exp
4368 * gdb.ada/mi_interface.exp
4369 * gdb.ada/mi_var_array.exp
4370 * gdb.ada/watch_arg.exp
4371 * gdb.arch/alpha-step.exp
4372 * gdb.arch/altivec-regs.exp
4373 * gdb.arch/e500-regs.exp
4374 * gdb.arch/powerpc-d128-regs.exp
4375 * gdb.base/arrayidx.exp
4376 * gdb.base/break.exp
4377 * gdb.base/checkpoint.exp
4378 * gdb.base/debug-expr.exp
4379 * gdb.base/dmsym.exp
4380 * gdb.base/radix.exp
4381 * gdb.base/sepdebug.exp
4382 * gdb.base/testenv.exp
4383 * gdb.base/watch_thread_num.exp
4384 * gdb.base/watchpoint-cond-gone.exp
4385 * gdb.cell/break.exp
4386 * gdb.cell/ea-cache.exp
4387 * gdb.compile/compile.exp
4388 * gdb.cp/gdb2495.exp
4389 * gdb.gdb/selftest.exp
4390 * gdb.gdb/xfullpath.exp
4391 * gdb.go/hello.exp
4392 * gdb.go/integers.exp
4393 * gdb.objc/basicclass.exp
4394 * gdb.pascal/hello.exp
4395 * gdb.pascal/integers.exp
4396 * gdb.python/py-breakpoint.exp
4397 * gdb.python/py-cmd.exp
4398 * gdb.python/py-linetable.exp
4399 * gdb.python/py-xmethods.exp
4400 * gdb.python/python.exp
4401 * gdb.reverse/consecutive-precsave.exp
4402 * gdb.reverse/finish-precsave.exp
4403 * gdb.reverse/i386-precsave.exp
4404 * gdb.reverse/machinestate-precsave.exp
4405 * gdb.reverse/sigall-precsave.exp
4406 * gdb.reverse/solib-precsave.exp
4407 * gdb.reverse/step-precsave.exp
4408 * gdb.reverse/until-precsave.exp
4409 * gdb.reverse/watch-precsave.exp
4410 * gdb.threads/leader-exit.exp
4411 * gdb.threads/pthreads.exp
4412 * gdb.threads/wp-replication.exp
4413 * gdb.trace/actions.exp
4414 * gdb.trace/mi-tsv-changed.exp
4415 * gdb.trace/tsv.exp
4416
de97fdd4
LM
44172016-12-01 Luis Machado <lgustavo@codesourcery.com>
4418
4419 Fix test names starting with uppercase throughout the files.
4420
4421 * gdb.arch/i386-bp_permanent.exp
4422 * gdb.arch/i386-gnu-cfi.exp
4423 * gdb.base/disasm-end-cu.exp
4424 * gdb.base/macscp.exp
4425 * gdb.base/pending.exp
4426 * gdb.base/watch_thread_num.exp
4427 * gdb.cp/exception.exp
4428 * gdb.cp/gdb2495.exp
4429 * gdb.cp/local.exp
4430 * gdb.python/py-evsignal.exp
4431 * gdb.python/python.exp
4432 * gdb.trace/tracecmd.exp
4433
9f058c10
LM
44342016-12-01 Luis Machado <lgustavo@codesourcery.com>
4435
4436 Fix test names starting with uppercase throughout the files.
4437
4438 * gdb.base/charset.exp
4439 * gdb.base/eval.exp
4440 * gdb.base/multi-forks.exp
4441 * gdb.guile/scm-progspace.exp
4442 * gdb.opencl/datatypes.exp
4443 * gdb.python/py-block.exp
4444 * gdb.python/py-function.exp
4445 * gdb.python/py-symbol.exp
4446 * gdb.python/py-symtab.exp
4447 * gdb.python/py-xmethods.exp
4448 * gdb.reverse/break-precsave.exp
4449 * gdb.reverse/break-reverse.exp
4450 * gdb.reverse/consecutive-precsave.exp
4451 * gdb.reverse/consecutive-reverse.exp
4452 * gdb.reverse/finish-precsave.exp
4453 * gdb.reverse/finish-reverse-bkpt.exp
4454 * gdb.reverse/finish-reverse.exp
4455 * gdb.reverse/fstatat-reverse.exp
4456 * gdb.reverse/getresuid-reverse.exp
4457 * gdb.reverse/i386-precsave.exp
4458 * gdb.reverse/i386-reverse.exp
4459 * gdb.reverse/i386-sse-reverse.exp
4460 * gdb.reverse/i387-stack-reverse.exp
4461 * gdb.reverse/insn-reverse.exp
4462 * gdb.reverse/machinestate-precsave.exp
4463 * gdb.reverse/machinestate.exp
4464 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4465 * gdb.reverse/pipe-reverse.exp
4466 * gdb.reverse/readv-reverse.exp
4467 * gdb.reverse/recvmsg-reverse.exp
4468 * gdb.reverse/rerun-prec.exp
4469 * gdb.reverse/s390-mvcle.exp
4470 * gdb.reverse/sigall-precsave.exp
4471 * gdb.reverse/sigall-reverse.exp
4472 * gdb.reverse/solib-precsave.exp
4473 * gdb.reverse/solib-reverse.exp
4474 * gdb.reverse/step-precsave.exp
4475 * gdb.reverse/step-reverse.exp
4476 * gdb.reverse/time-reverse.exp
4477 * gdb.reverse/until-precsave.exp
4478 * gdb.reverse/until-reverse.exp
4479 * gdb.reverse/waitpid-reverse.exp
4480 * gdb.reverse/watch-precsave.exp
4481 * gdb.reverse/watch-reverse.exp
4482
cdc7edd7
LM
44832016-12-01 Luis Machado <lgustavo@codesourcery.com>
4484
4485 Fix test names starting with uppercase throughout the files.
4486
4487 * gdb.arch/i386-mpx-simple_segv.exp
4488 * gdb.arch/i386-mpx.exp
4489 * gdb.arch/i386-permbkpt.exp
4490 * gdb.arch/pa-nullify.exp
4491 * gdb.arch/powerpc-d128-regs.exp
4492 * gdb.arch/vsx-regs.exp
4493 * gdb.base/bfp-test.exp
4494 * gdb.base/break.exp
4495 * gdb.base/breakpoint-shadow.exp
4496 * gdb.base/callfuncs.exp
4497 * gdb.base/charset.exp
4498 * gdb.base/commands.exp
4499 * gdb.base/completion.exp
4500 * gdb.base/dfp-test.exp
4501 * gdb.base/echo.exp
4502 * gdb.base/ending-run.exp
4503 * gdb.base/eval.exp
4504 * gdb.base/expand-psymtabs.exp
4505 * gdb.base/float128.exp
4506 * gdb.base/floatn.exp
4507 * gdb.base/foll-exec-mode.exp
4508 * gdb.base/gdb1056.exp
4509 * gdb.base/gdb11531.exp
4510 * gdb.base/kill-after-signal.exp
4511 * gdb.base/multi-forks.exp
4512 * gdb.base/overlays.exp
4513 * gdb.base/pending.exp
4514 * gdb.base/sepdebug.exp
4515 * gdb.base/testenv.exp
4516 * gdb.base/valgrind-db-attach.exp
4517 * gdb.base/watch_thread_num.exp
4518 * gdb.base/watchpoint-cond-gone.exp
4519 * gdb.base/watchpoint.exp
4520 * gdb.base/watchpoints.exp
4521 * gdb.cp/arg-reference.exp
4522 * gdb.cp/baseenum.exp
4523 * gdb.cp/operator.exp
4524 * gdb.cp/shadow.exp
4525 * gdb.dwarf2/dw2-op-out-param.exp
4526 * gdb.dwarf2/dw2-reg-undefined.exp
4527 * gdb.go/chan.exp
4528 * gdb.go/hello.exp
4529 * gdb.go/integers.exp
4530 * gdb.go/methods.exp
4531 * gdb.go/package.exp
4532 * gdb.guile/scm-parameter.exp
4533 * gdb.guile/scm-progspace.exp
4534 * gdb.guile/scm-value.exp
4535 * gdb.mi/mi-pending.exp
4536 * gdb.mi/user-selected-context-sync.exp
4537 * gdb.multi/multi-attach.exp
4538 * gdb.multi/tids.exp
4539 * gdb.opt/clobbered-registers-O2.exp
4540 * gdb.pascal/floats.exp
4541 * gdb.pascal/integers.exp
4542 * gdb.python/py-block.exp
4543 * gdb.python/py-events.exp
4544 * gdb.python/py-parameter.exp
4545 * gdb.python/py-symbol.exp
4546 * gdb.python/py-symtab.exp
4547 * gdb.python/py-type.exp
4548 * gdb.python/py-value.exp
4549 * gdb.python/py-xmethods.exp
4550 * gdb.python/python.exp
4551 * gdb.reverse/break-precsave.exp
4552 * gdb.reverse/consecutive-precsave.exp
4553 * gdb.reverse/finish-precsave.exp
4554 * gdb.reverse/i386-precsave.exp
4555 * gdb.reverse/machinestate-precsave.exp
4556 * gdb.reverse/sigall-precsave.exp
4557 * gdb.reverse/solib-precsave.exp
4558 * gdb.reverse/step-precsave.exp
4559 * gdb.reverse/until-precsave.exp
4560 * gdb.reverse/watch-precsave.exp
4561 * gdb.server/ext-attach.exp
4562 * gdb.server/ext-restart.exp
4563 * gdb.server/ext-run.exp
4564 * gdb.server/ext-wrapper.exp
4565 * gdb.stabs/gdb11479.exp
4566 * gdb.stabs/weird.exp
4567 * gdb.threads/attach-many-short-lived-threads.exp
4568 * gdb.threads/kill.exp
4569 * gdb.threads/watchpoint-fork.exp
4570
bc6c7af4
LM
45712016-12-01 Luis Machado <lgustavo@codesourcery.com>
4572
4573 Fix test names starting with uppercase throughout all the files below.
4574
4575 * gdb.ada/array_return.exp
4576 * gdb.ada/catch_ex.exp
4577 * gdb.ada/info_exc.exp
4578 * gdb.ada/mi_catch_ex.exp
4579 * gdb.ada/mi_dyn_arr.exp
4580 * gdb.ada/mi_ex_cond.exp
4581 * gdb.ada/mi_exc_info.exp
4582 * gdb.ada/mi_interface.exp
4583 * gdb.ada/mi_task_arg.exp
4584 * gdb.ada/mi_task_info.exp
4585 * gdb.ada/mi_var_array.exp
4586 * gdb.arch/alpha-step.exp
4587 * gdb.arch/amd64-disp-step.exp
4588 * gdb.arch/arm-disp-step.exp
4589 * gdb.arch/disp-step-insn-reloc.exp
4590 * gdb.arch/e500-prologue.exp
4591 * gdb.arch/ftrace-insn-reloc.exp
4592 * gdb.arch/gdb1558.exp
4593 * gdb.arch/i386-bp_permanent.exp
4594 * gdb.arch/i386-disp-step.exp
4595 * gdb.arch/i386-float.exp
4596 * gdb.arch/i386-gnu-cfi.exp
4597 * gdb.arch/ia64-breakpoint-shadow.exp
4598 * gdb.arch/mips16-thunks.exp
4599 * gdb.arch/pa-nullify.exp
4600 * gdb.arch/powerpc-aix-prologue.exp
4601 * gdb.arch/powerpc-power.exp
4602 * gdb.arch/ppc-dfp.exp
4603 * gdb.arch/s390-tdbregs.exp
4604 * gdb.arch/spu-info.exp
4605 * gdb.arch/spu-ls.exp
4606 * gdb.arch/thumb-bx-pc.exp
4607 * gdb.base/advance.exp
4608 * gdb.base/annota-input-while-running.exp
4609 * gdb.base/arrayidx.exp
4610 * gdb.base/asmlabel.exp
4611 * gdb.base/async.exp
4612 * gdb.base/attach-wait-input.exp
4613 * gdb.base/auto-connect-native-target.exp
4614 * gdb.base/batch-preserve-term-settings.exp
4615 * gdb.base/bfp-test.exp
4616 * gdb.base/bigcore.exp
4617 * gdb.base/bp-permanent.exp
4618 * gdb.base/break-always.exp
4619 * gdb.base/break-fun-addr.exp
4620 * gdb.base/break-idempotent.exp
4621 * gdb.base/break-main-file-remove-fail.exp
4622 * gdb.base/break-probes.exp
4623 * gdb.base/break-unload-file.exp
4624 * gdb.base/break.exp
4625 * gdb.base/call-ar-st.exp
4626 * gdb.base/call-rt-st.exp
4627 * gdb.base/call-sc.exp
4628 * gdb.base/call-signal-resume.exp
4629 * gdb.base/call-strs.exp
4630 * gdb.base/callexit.exp
4631 * gdb.base/callfuncs.exp
4632 * gdb.base/catch-gdb-caused-signals.exp
4633 * gdb.base/catch-signal-siginfo-cond.exp
4634 * gdb.base/catch-syscall.exp
4635 * gdb.base/compare-sections.exp
4636 * gdb.base/cond-eval-mode.exp
4637 * gdb.base/condbreak-call-false.exp
4638 * gdb.base/consecutive-step-over.exp
4639 * gdb.base/cursal.exp
4640 * gdb.base/disabled-location.exp
4641 * gdb.base/disasm-end-cu.exp
4642 * gdb.base/display.exp
4643 * gdb.base/double-prompt-target-event-error.exp
4644 * gdb.base/dprintf-bp-same-addr.exp
4645 * gdb.base/dprintf-detach.exp
4646 * gdb.base/dprintf-next.exp
4647 * gdb.base/dprintf-non-stop.exp
4648 * gdb.base/dprintf-pending.exp
4649 * gdb.base/dso2dso.exp
4650 * gdb.base/ending-run.exp
4651 * gdb.base/enum_cond.exp
4652 * gdb.base/examine-backward.exp
4653 * gdb.base/exe-lock.exp
4654 * gdb.base/exec-invalid-sysroot.exp
4655 * gdb.base/execl-update-breakpoints.exp
4656 * gdb.base/execution-termios.exp
4657 * gdb.base/fileio.exp
4658 * gdb.base/fixsection.exp
4659 * gdb.base/foll-exec-mode.exp
4660 * gdb.base/foll-exec.exp
4661 * gdb.base/fork-running-state.exp
4662 * gdb.base/frame-args.exp
4663 * gdb.base/fullpath-expand.exp
4664 * gdb.base/func-ptr.exp
4665 * gdb.base/gcore-relro-pie.exp
4666 * gdb.base/gdb1090.exp
4667 * gdb.base/gdb1555.exp
4668 * gdb.base/global-var-nested-by-dso.exp
4669 * gdb.base/gnu-ifunc.exp
4670 * gdb.base/hbreak-in-shr-unsupported.exp
4671 * gdb.base/hbreak-unmapped.exp
4672 * gdb.base/hook-stop.exp
4673 * gdb.base/infcall-input.exp
4674 * gdb.base/info-fun.exp
4675 * gdb.base/info-shared.exp
4676 * gdb.base/interrupt-noterm.exp
4677 * gdb.base/jit-so.exp
4678 * gdb.base/jit.exp
4679 * gdb.base/line-symtabs.exp
4680 * gdb.base/list.exp
4681 * gdb.base/longjmp.exp
4682 * gdb.base/macscp.exp
4683 * gdb.base/max-value-size.exp
4684 * gdb.base/nodebug.exp
4685 * gdb.base/nofield.exp
4686 * gdb.base/overlays.exp
4687 * gdb.base/paginate-after-ctrl-c-running.exp
4688 * gdb.base/paginate-bg-execution.exp
4689 * gdb.base/paginate-inferior-exit.exp
4690 * gdb.base/pending.exp
4691 * gdb.base/pr11022.exp
4692 * gdb.base/printcmds.exp
4693 * gdb.base/ptr-typedef.exp
4694 * gdb.base/ptype.exp
4695 * gdb.base/randomize.exp
4696 * gdb.base/range-stepping.exp
4697 * gdb.base/realname-expand.exp
4698 * gdb.base/relativedebug.exp
4699 * gdb.base/remote.exp
4700 * gdb.base/savedregs.exp
4701 * gdb.base/sepdebug.exp
4702 * gdb.base/set-noassign.exp
4703 * gdb.base/shlib-call.exp
4704 * gdb.base/shreloc.exp
4705 * gdb.base/sigaltstack.exp
4706 * gdb.base/sigbpt.exp
4707 * gdb.base/siginfo-addr.exp
4708 * gdb.base/siginfo-obj.exp
4709 * gdb.base/siginfo-thread.exp
4710 * gdb.base/signest.exp
4711 * gdb.base/signull.exp
4712 * gdb.base/sigrepeat.exp
4713 * gdb.base/skip.exp
4714 * gdb.base/so-impl-ld.exp
4715 * gdb.base/solib-corrupted.exp
4716 * gdb.base/solib-disc.exp
4717 * gdb.base/solib-display.exp
4718 * gdb.base/solib-overlap.exp
4719 * gdb.base/solib-search.exp
4720 * gdb.base/solib-symbol.exp
4721 * gdb.base/source-execution.exp
4722 * gdb.base/sss-bp-on-user-bp-2.exp
4723 * gdb.base/sss-bp-on-user-bp.exp
4724 * gdb.base/stack-checking.exp
4725 * gdb.base/stale-infcall.exp
4726 * gdb.base/step-break.exp
4727 * gdb.base/step-line.exp
4728 * gdb.base/step-over-exit.exp
4729 * gdb.base/step-test.exp
4730 * gdb.base/structs.exp
4731 * gdb.base/sym-file.exp
4732 * gdb.base/symtab-search-order.exp
4733 * gdb.base/term.exp
4734 * gdb.base/type-opaque.exp
4735 * gdb.base/unload.exp
4736 * gdb.base/until-nodebug.exp
4737 * gdb.base/until.exp
4738 * gdb.base/unwindonsignal.exp
4739 * gdb.base/watch-cond.exp
4740 * gdb.base/watch-non-mem.exp
4741 * gdb.base/watch_thread_num.exp
4742 * gdb.base/watchpoint-reuse-slot.exp
4743 * gdb.base/watchpoint-solib.exp
4744 * gdb.base/watchpoint.exp
4745 * gdb.btrace/dlopen.exp
4746 * gdb.cell/arch.exp
4747 * gdb.cell/break.exp
4748 * gdb.cell/bt.exp
4749 * gdb.cell/core.exp
4750 * gdb.cell/data.exp
4751 * gdb.cell/dwarfaddr.exp
4752 * gdb.cell/ea-cache.exp
4753 * gdb.cell/ea-standalone.exp
4754 * gdb.cell/ea-test.exp
4755 * gdb.cell/f-regs.exp
4756 * gdb.cell/fork.exp
4757 * gdb.cell/gcore.exp
4758 * gdb.cell/mem-access.exp
4759 * gdb.cell/ptype.exp
4760 * gdb.cell/registers.exp
4761 * gdb.cell/sizeof.exp
4762 * gdb.cell/solib-symbol.exp
4763 * gdb.cell/solib.exp
4764 * gdb.compile/compile-tls.exp
4765 * gdb.cp/exception.exp
4766 * gdb.cp/gdb2495.exp
4767 * gdb.cp/local.exp
4768 * gdb.cp/mb-inline.exp
4769 * gdb.cp/mb-templates.exp
4770 * gdb.cp/pr10687.exp
4771 * gdb.cp/pr9167.exp
4772 * gdb.cp/scope-err.exp
4773 * gdb.cp/templates.exp
4774 * gdb.cp/virtfunc.exp
4775 * gdb.dwarf2/dw2-dir-file-name.exp
4776 * gdb.dwarf2/dw2-single-line-discriminators.exp
4777 * gdb.fortran/complex.exp
4778 * gdb.fortran/library-module.exp
4779 * gdb.guile/guile.exp
4780 * gdb.guile/scm-cmd.exp
4781 * gdb.guile/scm-frame-inline.exp
4782 * gdb.guile/scm-objfile.exp
4783 * gdb.guile/scm-pretty-print.exp
4784 * gdb.guile/scm-symbol.exp
4785 * gdb.guile/scm-type.exp
4786 * gdb.guile/scm-value.exp
4787 * gdb.linespec/keywords.exp
4788 * gdb.linespec/ls-errs.exp
4789 * gdb.linespec/macro-relative.exp
4790 * gdb.linespec/thread.exp
4791 * gdb.mi/mi-breakpoint-changed.exp
4792 * gdb.mi/mi-dprintf-pending.exp
4793 * gdb.mi/mi-fullname-deleted.exp
4794 * gdb.mi/mi-logging.exp
4795 * gdb.mi/mi-pending.exp
4796 * gdb.mi/mi-solib.exp
4797 * gdb.mi/new-ui-mi-sync.exp
4798 * gdb.mi/user-selected-context-sync.exp
4799 * gdb.multi/dummy-frame-restore.exp
4800 * gdb.multi/multi-arch-exec.exp
4801 * gdb.multi/remove-inferiors.exp
4802 * gdb.multi/watchpoint-multi-exit.exp
4803 * gdb.opt/solib-intra-step.exp
4804 * gdb.perf/backtrace.exp
4805 * gdb.perf/single-step.exp
4806 * gdb.perf/skip-command.exp
4807 * gdb.perf/skip-prologue.exp
4808 * gdb.perf/solib.exp
4809 * gdb.python/lib-types.exp
4810 * gdb.python/py-as-string.exp
4811 * gdb.python/py-bad-printers.exp
4812 * gdb.python/py-block.exp
4813 * gdb.python/py-breakpoint.exp
4814 * gdb.python/py-cmd.exp
4815 * gdb.python/py-events.exp
4816 * gdb.python/py-evthreads.exp
4817 * gdb.python/py-finish-breakpoint.exp
4818 * gdb.python/py-finish-breakpoint2.exp
4819 * gdb.python/py-frame-inline.exp
4820 * gdb.python/py-frame.exp
4821 * gdb.python/py-inferior.exp
4822 * gdb.python/py-infthread.exp
4823 * gdb.python/py-mi.exp
4824 * gdb.python/py-objfile.exp
4825 * gdb.python/py-pp-maint.exp
4826 * gdb.python/py-pp-registration.exp
4827 * gdb.python/py-prettyprint.exp
4828 * gdb.python/py-recurse-unwind.exp
4829 * gdb.python/py-shared.exp
4830 * gdb.python/py-symbol.exp
4831 * gdb.python/py-symtab.exp
4832 * gdb.python/py-template.exp
4833 * gdb.python/py-type.exp
4834 * gdb.python/py-unwind-maint.exp
4835 * gdb.python/py-unwind.exp
4836 * gdb.python/py-value.exp
4837 * gdb.python/python.exp
4838 * gdb.reverse/finish-reverse-bkpt.exp
4839 * gdb.reverse/insn-reverse.exp
4840 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4841 * gdb.reverse/solib-precsave.exp
4842 * gdb.reverse/solib-reverse.exp
4843 * gdb.stabs/gdb11479.exp
4844 * gdb.stabs/weird.exp
4845 * gdb.threads/fork-child-threads.exp
4846 * gdb.threads/fork-plus-threads.exp
4847 * gdb.threads/fork-thread-pending.exp
4848 * gdb.threads/forking-threads-plus-breakpoint.exp
4849 * gdb.threads/hand-call-in-threads.exp
4850 * gdb.threads/interrupted-hand-call.exp
4851 * gdb.threads/linux-dp.exp
4852 * gdb.threads/local-watch-wrong-thread.exp
4853 * gdb.threads/next-while-other-thread-longjmps.exp
4854 * gdb.threads/non-ldr-exit.exp
4855 * gdb.threads/pending-step.exp
4856 * gdb.threads/print-threads.exp
4857 * gdb.threads/process-dies-while-detaching.exp
4858 * gdb.threads/process-dies-while-handling-bp.exp
4859 * gdb.threads/pthreads.exp
4860 * gdb.threads/queue-signal.exp
4861 * gdb.threads/reconnect-signal.exp
4862 * gdb.threads/signal-command-handle-nopass.exp
4863 * gdb.threads/signal-command-multiple-signals-pending.exp
4864 * gdb.threads/signal-delivered-right-thread.exp
4865 * gdb.threads/signal-sigtrap.exp
4866 * gdb.threads/sigthread.exp
4867 * gdb.threads/staticthreads.exp
4868 * gdb.threads/stepi-random-signal.exp
4869 * gdb.threads/thread-unwindonsignal.exp
4870 * gdb.threads/thread_check.exp
4871 * gdb.threads/thread_events.exp
4872 * gdb.threads/tid-reuse.exp
4873 * gdb.threads/tls-nodebug.exp
4874 * gdb.threads/tls-shared.exp
4875 * gdb.threads/tls-so_extern.exp
4876 * gdb.threads/tls.exp
4877 * gdb.threads/wp-replication.exp
4878 * gdb.trace/actions-changed.exp
4879 * gdb.trace/actions.exp
4880 * gdb.trace/backtrace.exp
4881 * gdb.trace/change-loc.exp
4882 * gdb.trace/collection.exp
4883 * gdb.trace/deltrace.exp
4884 * gdb.trace/disconnected-tracing.exp
4885 * gdb.trace/entry-values.exp
4886 * gdb.trace/ftrace-lock.exp
4887 * gdb.trace/ftrace.exp
4888 * gdb.trace/infotrace.exp
4889 * gdb.trace/mi-trace-frame-collected.exp
4890 * gdb.trace/mi-trace-unavailable.exp
4891 * gdb.trace/mi-traceframe-changed.exp
4892 * gdb.trace/mi-tracepoint-changed.exp
4893 * gdb.trace/mi-tsv-changed.exp
4894 * gdb.trace/no-attach-trace.exp
4895 * gdb.trace/packetlen.exp
4896 * gdb.trace/passc-dyn.exp
4897 * gdb.trace/passcount.exp
4898 * gdb.trace/pending.exp
4899 * gdb.trace/pr16508.exp
4900 * gdb.trace/qtro.exp
4901 * gdb.trace/range-stepping.exp
4902 * gdb.trace/read-memory.exp
4903 * gdb.trace/report.exp
4904 * gdb.trace/save-trace.exp
4905 * gdb.trace/signal.exp
4906 * gdb.trace/stap-trace.exp
4907 * gdb.trace/status-stop.exp
4908 * gdb.trace/strace.exp
4909 * gdb.trace/tfile.exp
4910 * gdb.trace/tfind.exp
4911 * gdb.trace/trace-break.exp
4912 * gdb.trace/trace-condition.exp
4913 * gdb.trace/trace-enable-disable.exp
4914 * gdb.trace/trace-mt.exp
4915 * gdb.trace/tracecmd.exp
4916 * gdb.trace/tracefile-pseudo-reg.exp
4917 * gdb.trace/tspeed.exp
4918 * gdb.trace/tstatus.exp
4919 * gdb.trace/tsv.exp
4920 * gdb.trace/unavailable.exp
4921 * gdb.trace/while-dyn.exp
4922 * gdb.trace/while-stepping.exp
4923 * lib/gdb-guile.exp
4924 * lib/gdb.exp
4925 * lib/mi-support.exp
4926 * lib/pascal.exp
4927 * lib/perftest.exp
4928 * lib/prelink-support.exp
4929 * lib/selftest-support.exp
4930
ad02e4fe
SM
49312016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4932
4933 * Makefile.in: Include disable-implicit-rules.mk.
4934
22347e55
AA
49352016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4936
4937 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4938 non-byte-aligned bit fields.
4939
da5b30da
AA
49402016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4941
4942 PR gdb/12616
4943 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4944 respects the DW_AT_data_bit_offset attribute.
4945
b593ecca
SM
49462016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4947
4948 * gdb.base/default.exp: Fix output of "set language".
4949
3b165252
SM
49502016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4951
4952 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4953 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4954 make.
4955 * configure.ac: Remove checks for the make program.
4956 * configure: Re-generate.
4957
1a2f3d7f
KB
49582016-11-16 Kevin Buettner <kevinb@redhat.com>
4959
4960 * gdb.python/py-recurse-unwind.c (main): Add loop.
4961 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4962 to read_register() and gdb.parse_and_eval(). Make each code
4963 call a separate case that can be individually tested.
4964 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4965 proc. Call cont_and_backtrace for each of the code paths that
4966 we want to test in the unwinder.
4967
b7f38fda
AA
49682016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4969
4970 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4971 the definition of struct S.
4972
1f8db343
CM
49732016-11-11 Catherine Moore <clm@codesourcery.com>
4974
4975 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4976
fad0c9fb
PA
49772016-11-09 Pedro Alves <palves@redhat.com>
4978
4979 * gdb.base/commands.exp (runto_or_return): New procedure.
4980 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4981 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4982 (progvar_simple_while_test, progvar_complex_if_while_test)
4983 (if_while_breakpoint_command_test)
4984 (infrun_breakpoint_command_test, breakpoint_command_test)
4985 (user_defined_command_test, watchpoint_command_test)
4986 (test_command_prompt_position, redefine_hook_test)
4987 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4988 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4989 multi_line_input and multi_line. Remove gdb_expect and
4990 gdb_stop_suppressing_tests uses.
4991 * lib/gdb.exp (valnum_re): New global.
4992 (multi_line_input): New procedure.
4993
8354c62c
SM
49942016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4995
4996 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4997 Remove.
4998 (test_setup): Define with proc_with_prefix.
4999 (test_cli_inferior): Likewise.
5000 (test_cli_thread): Likewise.
5001 (test_cli_frame): Likewise.
5002 (test_cli_select_frame): Likewise.
5003 (test_cli_up_down): Likewise.
5004 (test_mi_thread_select): Likewise.
5005 (test_mi_stack_select_frame): Likewise.
5006 (test_cli_in_mi_inferior): Likewise.
5007 (test_cli_in_mi_thread): Likewise.
5008 (test_cli_in_mi_frame): Likewise.
5009 (top level): Do not use with_test_prefix_procname.
5010
64f367a2
PA
50112016-11-09 Pedro Alves <palves@redhat.com>
5012
5013 * gdb.base/commands.exp (gdbvar_simple_if_test)
5014 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5015 (progvar_simple_if_test, progvar_simple_while_test)
5016 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5017 (infrun_breakpoint_command_test, breakpoint_command_test)
5018 (user_defined_command_test, watchpoint_command_test)
5019 (test_command_prompt_position, deprecated_command_test)
5020 (bp_deleted_in_command, temporary_breakpoint_commands)
5021 (stray_arg0_test, source_file_with_indented_comment)
5022 (recursive_source_test, if_commands_test)
5023 (error_clears_commands_left, redefine_hook_test)
5024 (redefine_backtrace_test): Use proc_with_prefix.
5025 * lib/gdb.exp (proc_with_prefix): New proc.
5026
0bb65f1e
AA
50272016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5028
5029 * gdb.base/tui-layout.c: New file.
5030 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5031 disassembly window contains very long lines.
5032
7353f247
TT
50332016-11-08 Tom Tromey <tom@tromey.com>
5034
5035 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5036 depend on Python 2.
5037
30a7bb83
TT
50382016-11-08 Tom Tromey <tom@tromey.com>
5039
5040 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5041 New method.
5042
cdf5a07c
MG
50432016-10-29 Manish Goregaokar <manish@mozilla.com>
5044
2806dc7e 5045 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 5046
51a789c3
MG
50472016-10-27 Manish Goregaokar <manish@mozilla.com>
5048
2806dc7e
PA
5049 * gdb.rust/simple.rs: Add test for univariant enums without
5050 discriminants and for encoded struct-like enums.
51a789c3 5051
f610ab6d
PA
50522016-10-28 Pedro Alves <palves@redhat.com>
5053
5054 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5055 gdb_test_multiple, tighten regexps and match symtabs and line
5056 tables incrementally.
5057
b129b0ca
LM
50582016-10-28 Luis Machado <lgustavo@codesourcery.com>
5059
5060 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5061 general.
5062
ecf45d2c
SL
50632016-10-25 Luis Machado <lgustavo@codesourcery.com>
5064
5065 * gdb.base/exec-invalid-sysroot.exp: New file.
5066
b8d38ee4
JK
50672016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5068
5069 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5070
f90fd8c2
JK
50712016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5072
5073 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5074
2d2476aa
MR
50752016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5076
2806dc7e
PA
5077 * gdb.base/killed-outside.exp: Remove $options from a call to
5078 `prepare_for_testing'.
2d2476aa 5079
e42b25a0
SM
50802016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5081
5082 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5083 Change test message.
5084
3ccdb432
SM
50852016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5086
5087 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5088 Update comment.
5089
5bad3170
SM
50902016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5091
5092 * gdb.trace/mi-trace-save.exp: New file.
5093
5ad9dba7
YQ
50942016-10-13 Yao Qi <yao.qi@linaro.org>
5095
5096 * gdb.base/code_elim.exp (get_var_address): Remove.
5097 * gdb.base/relocate.exp: Likewise.
5098 * gdb.base/shreloc.exp: Likewise.
5099 * lib/gdb.exp (get_var_address): New.
5100
62df7e21
YQ
51012016-10-13 Yao Qi <yao.qi@linaro.org>
5102
5103 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5104 floating point tests if $skip_float_test is false.
5105
4dac951e
LM
51062016-10-12 Luis Machado <lgustavo@codesourcery.com>
5107
5108 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5109 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5110 argc values.
5111 Add 1 to argc so we guarantee distinct initial/modified argc values.
5112
8f1a8fc4
JK
51132016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5114
5115 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5116
16c85b5d
JK
51172016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5118
5119 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5120 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5121 * gdb.arch/vsx-regs.exp: Likewise.
5122
1d0e042a
YQ
51232016-10-07 Yao Qi <yao.qi@linaro.org>
5124
5125 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5126
68dadef5
MM
51272016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5128
5129 * gdb.python/python.exp: Test decode_line("*0").
5130
33fa2c6e
DE
51312016-10-06 Doug Evans <dje@google.com>
5132
5133 * gdb.python/py-value.exp (test_value_creation): Add test for large
5134 unsigned 64-bit value.
5135
9c37b5ae
TT
51362016-10-06 Tom Tromey <tom@tromey.com>
5137
5138 * gdb.compile/compile.exp: Change java tests to rust.
5139 * gdb.base/setshow.exp: Change java tests to rust.
5140 * gdb.base/default.exp: Remove java from language list.
5141 * README (Examples): Update language example.
5142 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5143 test.
5144 * lib/gdb.exp (skip_java_tests): Remove.
5145 * lib/java.exp: Remove.
5146 * gdb.java: Remove.
5147
78b86327
MR
51482016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5149
5150 * gdb.arch/mips-fcr.exp: New test.
5151 * gdb.arch/mips-fcr.c: Source for the new test.
5152
7470adbb
MR
51532016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5154
5155 * gdb.base/solib-disc.exp: Use `standard_output_file'
5156 throughout.
5157
4a556533
PA
51582016-10-06 Pedro Alves <palves@redhat.com>
5159
5160 * gdb.base/jit-simple-dl.c: New file.
5161 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5162 * gdb.base/jit-simple.c: ... this.
5163 * gdb.base/jit-simple.exp (jit_run): Delete.
5164 (build_jit): New proc.
5165 (jit_test_reread): Recompile either the main program or the shared
5166 library, depending on what is being tested. Skip changing address
5167 if caller wants to. Compare before/after addresses. If testing
5168 standalone, explicitly load the binary. Test "maint info
5169 breakpoints".
5170 (top level): Add "standalone vs shared lib" and "change address"
5171 vs "same address" axes.
5172
5a122fbc
PA
51732016-10-06 Pedro Alves <palves@redhat.com>
5174
5175 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5176 call.
5177 (jit_run): Delete.
5178 (jit_test_reread): Use with_test_prefix. Reload the main binary
5179 explicitly. Compare the before/after addresses of the JIT
5180 descriptor.
5181
ee8da4b8
DE
51822016-08-15 Doug Evans <dje@google.com>
5183
5184 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5185 for single bitfields is bool.
5186 * gdb.xml/tdesc-regs.exp: Ditto.
5187
f389f6fe
JK
51882016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5189
5190 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5191
fdebf1a4
YQ
51922016-10-05 Yao Qi <yao.qi@linaro.org>
5193
5194 * lib/gdb.exp (support_complex_tests): Return zero if
5195 gdb_skip_float_test return true.
5196
9c36d954 51972016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5198 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
5199
5200 PR gdb/20487
5201 * gdb.mi/user-selected-context-sync.exp: New file.
5202 * gdb.mi/user-selected-context-sync.c: New file.
5203
4034d0ff 52042016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5205 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
5206
5207 PR gdb/20487
5208 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5209 =thread-select-event check.
5210
a4297203
PB
52112016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5212
5213 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5214 the compulsory L operand changes.
5215 * gdb.arch/powerpc-power.s: Likewise.
5216
bb805577
JK
52172016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5218
5219 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5220 * gdb.base/jit-attach-pie.c: New file.
5221 * gdb.base/jit-attach-pie.exp: New file.
5222
6d61dee5
PA
52232016-09-28 Pedro Alves <palves@redhat.com>
5224
5225 * gdb.base/infcall-input.c: New file.
5226 * gdb.base/infcall-input.exp: New file.
5227
f73842fc
YQ
52282016-09-22 Yao Qi <yao.qi@linaro.org>
5229
5230 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5231 (gdb_exit): Rename it to ...
5232 (gdbserver_gdb_exit): ... Close GDBserver.
5233 (gdb_exit): New proc, call gdbserver_gdb_exit.
5234 (mi_gdb_exit): Likewise.
5235
90681dab
YQ
52362016-09-22 Yao Qi <yao.qi@linaro.org>
5237
5238 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5239 path.
5240 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5241 Remove duplication.
5242
9c211fd8
YQ
52432016-09-22 Yao Qi <yao.qi@linaro.org>
5244
5245 * lib/gdbserver-support.exp: Check the existence of
5246 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5247
ad0a504f
AK
52482016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5249
5250 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5251
36cf1806
TT
52522016-09-21 Tom Tromey <tom@tromey.com>
5253
5254 PR gdb/20604:
5255 * gdb.base/quit.exp: New file.
5256
74172ecf
SM
52572016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5258
5259 * .gitignore: New file.
5260
3d0ec882
MR
52612016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5262
5263 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5264 throughout.
5265
8193adea
AA
52662016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5267
5268 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5269
d41a5c09
JK
52702016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5271
5272 * gdb.cp/casts.cc (decltype): Move it ...
5273 (main): ... with its call to ...
5274 * gdb.cp/casts03.cc: ... a new file.
5275 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5276
d2dfe700
JK
52772016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5278
5279 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5280
e2a92b16
PB
52812016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5282
5283 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5284 and sync up the test with tests in gas/testsuite/gas/ppc.
5285 * gdb.arch/powerpc-power.exp: Likewise.
5286
49b4de64
JK
52872016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5288
5289 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5290
2c29df25
SDJ
52912016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5292 Jan Kratochvil <jan.kratochvil@redhat.com>
5293
5294 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5295 make m1's definition to be different from m2's. Use 'dummy' as an
5296 argument for probe 'two'.
5297
cc3c2846
JB
52982016-09-10 Jon Beniston <jon@beniston.com>
5299
5300 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5301 for sim target.
5302
e1b2624a
AA
53032016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5304
5305 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5306 variable declaration.
5307 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5308 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5309 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5310 received HWCAP as its argument.
5311
4295e285
PA
53122016-09-06 Pedro Alves <palves@redhat.com>
5313
5314 * gdb.base/new-ui-pending-input.c: New file.
5315 * gdb.base/new-ui-pending-input.exp: New file.
5316 * gdb.exp (clear_gdb_spawn_id): New procedure.
5317 (with_spawn_id): Check whether gdb_spawn_id exists before
5318 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5319 on exit.
5320
00d5215e
UW
53212016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5322
5323 * gdb.base/float128.c: New file.
5324 * gdb.base/float128.exp: Likewise.
5325 * gdb.base/floatn.c: Likewise.
5326 * gdb.base/floatn.exp: Likewise.
5327
a9ff5f12
UW
53282016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5329
5330 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5331
f245535c
PA
53322016-09-05 Pedro Alves <palves@redhat.com>
5333
5334 PR backtrace/19927
5335 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5336 unwinders are immediately called as side effect of "source" or
5337 "disable unwinder" commands.
5338 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5339
ae9cf263
YQ
53402016-09-02 Yao Qi <yao.qi@linaro.org>
5341
5342 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5343 is true and $type is "float" or "double".
5344
27aba047
YQ
53452016-09-02 Yao Qi <yao.qi@linaro.org>
5346
5347 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5348 true.
5349 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5350 * gdb.base/call-rt-st.exp: Likewise.
5351 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5352 return value instead of gdb,skip_float_test.
5353 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5354 (do_function_calls): Use its return value instead of
5355 gdb,skip_float_test.
5356 * gdb.base/finish.exp: Likewise.
5357 * gdb.base/funcargs.exp: Likewise.
5358 * gdb.base/return.exp: Likewise.
5359 * gdb.base/return2.exp: Likewise.
5360 * gdb.base/varargs.exp: Likewise.
5361 * lib/gdb.exp (gdb_skip_float_test): Change it to
5362 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5363
5af962df
AA
53642016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5365
5366 * gdb.multi/tids.exp: Test "thread apply all".
5367
7fac6910
JK
53682016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5369
5370 * gdb.base/default.exp (tty): Remove.
5371
bb1fe4ac
KB
53722016-08-24 Kevin Buettner <kevinb@redhat.com>
5373
2806dc7e
PA
5374 * gdb.python/py-recurse-unwind.c: New file.
5375 * gdb.python/py-recurse-unwind.py: New file.
5376 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 5377
0a1ddfa6
SM
53782016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5379
5380 * gdb.base/set-inferior-tty.exp: New file.
5381 * gdb.base/set-inferior-tty.c: New file.
5382
d9de1fe3
PA
53832016-08-23 Pedro Alves <palves@redhat.com>
5384
5385 PR gdb/20494
5386 * gdb.base/new-ui-echo.c: New file.
5387 * gdb.base/new-ui-echo.exp: New file.
5388
e9d9abd7
YQ
53892016-08-23 Yao Qi <yao.qi@linaro.org>
5390
5391 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5392 gdbserver_spawn.
5393 * gdb.server/connect-without-multi-process.exp (do_test):
5394 Likewise.
5395
3589529e
YQ
53962016-08-23 Yao Qi <yao.qi@linaro.org>
5397
5398 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5399 standalone_txt. Delete gdb_txt and standalone_txt on host
5400 and target. Spawn the binary on target. Copy files from
5401 target to host.
5402
6bb90213
PA
54032016-08-22 Pedro Alves <palves@redhat.com>
5404
5405 PR gdb/20505
5406 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5407 with_test_prefix. Factor out bits to ...
5408 (test_no_vdso): ... this new procedure.
5409
20c2c024
CL
54102016-08-19 Carl Love <cel@us.ibm.com>
5411
5412 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5413 maintaining separate logic for constructing the output path.
5414 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5415 * gdb.arch/ppc-dfp.exp: Likewise.
5416 * gdb.arch/ppc-fp.exp: Likewise.
5417 * gdb.arch/vsx-regs.exp: Likewise.
5418 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5419 binprefix for generating the additional binary files.
5420
0646e07d
PA
54212016-08-19 Pedro Alves <palves@redhat.com>
5422
5423 * gdb.trace/mi-trace-frame-collected.exp
5424 (test_trace_frame_collected): On x32, expect two registers.
5425
46da9242
CL
54262016-08-18 Carl Love <cel@us.ibm.com>
5427
5428 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5429 and sync up the test with tests in gas/testsuite/gas/ppc.
5430 * gdb.arch/powerpc-power.exp: Likewise.
5431
eb2332d7
SM
54322016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5433
5434 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5435 expected error message.
5436
63c61e04
SM
54372016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5438
5439 * gdb.multi/remove-inferiors.exp: New file.
5440 * gdb.multi/remove-inferiors.c: New file.
5441
7b17065f
YQ
54422016-08-12 Yao Qi <yao.qi@linaro.org>
5443
5444 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5445 argument list.
5446
01d3dedf
PA
54472016-08-10 Pedro Alves <palves@redhat.com>
5448
5449 PR gdb/19187
5450 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5451 setup_kfails.
5452
3eb7562a
PA
54532016-08-09 Pedro Alves <palves@redhat.com>
5454 Simon Marchi <simon.marchi@ericsson.com>
5455
5456 PR gdb/20418
5457 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5458 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5459
80614914
PA
54602016-08-09 Pedro Alves <palves@redhat.com>
5461
5462 PR mi/20431
5463 * gdb.mi/mi-cmd-error.exp: New file.
5464
f348d89a
PA
54652016-08-09 Pedro Alves <palves@redhat.com>
5466
5467 PR gdb/18653
5468 * gdb.base/signals-state-child.c: New file.
5469 * gdb.base/signals-state-child.exp: New file.
5470 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5471
e5ca03b4
PA
54722016-08-09 Pedro Alves <palves@redhat.com>
5473
5474 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5475
282a0691
TT
54762016-08-03 Tom Tromey <tom@tromey.com>
5477
5478 PR python/18565:
5479 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5480
41bfcd63
YQ
54812016-08-01 Yao Qi <yao.qi@linaro.org>
5482
5483 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5484 variable mode to "multi-process" if $multi_process is 1, otherwise
5485 set it to "single-process".
5486
e3465b24
YQ
54872016-08-01 Yao Qi <yao.qi@linaro.org>
5488
5489 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5490 * gdb.cp/cpexprs.exp: Likewise.
5491 * gdb.cp/m-static.exp: Likewise.
5492
0b31a4bc
TT
54932016-07-26 Tom Tromey <tom@tromey.com>
5494
5495 PR python/20190:
5496 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5497 test.
5498
e0461dbb
MM
54992016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5500
5501 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5502 selecting assembly source files.
5503 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5504 assembly source files.
5505 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5506 assembly source files.
5507 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5508 selecting assembly source files.
5509
8194e927
SM
55102016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5511
5512 * gdb.base/new-ui.exp (do_test_invalid_args): New
5513 procedure.
5514
c0272db5
TW
55152016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5516
5517 * gdb.btrace/reconnect.c: New file.
5518 * gdb.btrace/reconnect.exp: New file.
5519
e3487908
GKB
55202016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5521
5522 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5523 to test_catch_syscall_group.
5524 (test_catch_syscall_group): New.
5525
12df5c00
TT
55262016-07-21 Tom Tromey <tom@tromey.com>
5527
5528 * gdb.rust/simple.rs (main): Use empty struct expression.
5529 * gdb.rust/simple.exp: Add tests for empty struct expression.
5530
bae62ee2
YQ
55312016-07-21 Yao Qi <yao.qi@linaro.org>
5532
5533 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5534 if gdb_skip_xml_test is true on some targets.
5535
b1b53fb3
YQ
55362016-07-21 Yao Qi <yao.qi@linaro.org>
5537
5538 * gdb.server/solib-list.exp: Unset last_loaded_file.
5539
027d97f8
JK
55402016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5541
5542 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5543 "step into captured_main (args)".
5544
7674d381
JK
55452016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5546
5547 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5548
72b5d099
JK
55492016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5550
5551 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5552
1f960ced
PA
55532016-07-19 Pedro Alves <palves@redhat.com>
5554
5555 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5556 * gdb.opt/inline-bt.exp: Likewise.
5557 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5558 additional_flags=-Winline.
5559 * gdb.opt/inline-locals.exp: Likewise.
5560 * gdb.opt/inline-markers.c (ATTR): Define.
5561 (inlined_fn): Use it.
5562
f25827c1
YQ
55632016-07-19 Yao Qi <yao.qi@linaro.org>
5564
5565 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5566 (test_with_self): Remove some code. Remove argument executable.
5567 (top-level): Use do_self_tests.
5568
37539ebe
DB
55692016-07-15 Zachary Welch <zwelch@codesourcery.com>
5570 Don Breazeal <donb@codesourcery.com>
5571
5572 * gdb.base/maint.exp: Escape paths used in regular expressions.
5573 * gdb.stabs/weird.exp: Likewise.
5574
dac790e1
TT
55752016-07-13 Tom Tromey <tom@tromey.com>
5576
5577 PR python/15620, PR python/18620:
5578 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5579 (test_bkpt_events): New procs.
5580
93daf339
TT
55812016-07-13 Tom Tromey <tom@tromey.com>
5582
5583 PR python/17698:
5584 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5585 test.
5586 (test_watchpoints): Likewise.
5587 (test_bkpt_pending): New proc.
5588
6571a381
TT
55892016-07-13 Tom Tromey <tom@tromey.com>
5590
5591 PR cli/18053:
5592 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5593 completion test.
5594
e8732474
JK
55952016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5596
5597 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5598 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5599 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5600 f_label.
5601 (g): Rename g_end_lbl to g_label.
5602 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5603 low_pc and high_pc.
5604 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5605
e0f3fd7c
TT
56062016-07-12 Tom Tromey <tom@tromey.com>
5607
5608 PR python/19293:
5609 * gdb.python/py-unwind-maint.exp: Update tests.
5610
3cfe46b6
YQ
56112016-07-12 Yao Qi <yao.qi@linaro.org>
5612
5613 * lib/selftest-support.exp (selftest_setup): Match the output
5614 when captured_main is inlined.
5615
4f19a0e6
WT
56162016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5617
5618 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5619 New variables.
5620 (print this%a, print this%b, print this): New tests.
5621 * gdb.fortran/derived-types.f90 (this): New object and
5622 initialization.
5623
986cf455
SM
56242016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5625
5626 * gdb.ada/arraydim.exp: Remove extra directory level in build
5627 directory.
5628
f0464b23
SM
56292016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5630
5631 * lib/ada.exp: Remove extra directory level in build directory.
5632 * gdb.ada/cond_lang.exp: Likewise.
5633 * gdb.ada/exec_changed.exp: Likewise.
5634 * gdb.ada/lang_switch.exp: Likewise.
5635
42d94011
MG
56362016-07-06 Manish Goregaokar <manish@mozilla.com>
5637
2806dc7e
PA
5638 * simple.rs: Add test for raw pointer subscripting.
5639 * simple.exp: Add test expectations.
42d94011 5640
647c264c
YQ
56412016-07-05 Yao Qi <yao.qi@linaro.org>
5642
5643 * gdb.mi/mi-reverse.exp: Match =record-started output.
5644
20aa2c60
PA
56452016-07-01 Pedro Alves <palves@redhat.com>
5646
5647 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5648 procedure.
5649 (jit_reader_test): Test the jit reader's unwinder.
5650 * gdb.base/jithost.c (jit_function_00_code): New global.
5651 (main): Use memcpy to fill in the mmapped code, instead of poking
5652 bytes manually here.
5653 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5654 value.
5655 (read_debug_info): Save the function's range.
5656 (read_sp): New function.
5657 (unwind_frame): Use it. Also unwind RBP.
5658 (get_frame_id): Use read_sp.
5659 (gdb_init_reader): Use calloc instead of malloc.
5660 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5661 parameter. Use gdb_test_multiple.
5662
ced2dffb
PA
56632016-07-01 Pedro Alves <palves@redhat.com>
5664 Antoine Tremblay <antoine.tremblay@ericsson.com>
5665
5666 * gdb.threads/process-dies-while-detaching.c: New file.
5667 * gdb.threads/process-dies-while-detaching.exp: New file.
5668
63000888
PA
56692016-07-01 Pedro Alves <palves@redhat.com>
5670
5671 * gdb.multi/watchpoint-multi-exit.c: New file.
5672 * gdb.multi/watchpoint-multi-exit.exp: New file.
5673
038d4868
PA
56742016-06-30 Pedro Alves <palves@redhat.com>
5675
5676 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5677 unset inferior_spawn_id.
5678
994e9c83
PA
56792016-06-30 Pedro Alves <palves@redhat.com>
5680
5681 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5682 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5683
e5653468
YQ
56842016-06-29 Yao Qi <yao.qi@linaro.org>
5685
5686 * gdb.base/return.c: Add copyright header.
5687
803b47e5
TT
56882016-06-29 Tom Tromey <tom@tromey.com>
5689
5690 PR python/20129:
5691 * gdb.python/py-framefilter.exp: Add tests for setting priority
5692 and disabling of non-existent frame filter.
5693
28244707
YQ
56942016-06-29 Yao Qi <yao.qi@linaro.org>
5695
5696 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5697 0x0f07ff.
5698
a31d2f06
YQ
56992016-06-28 Yao Qi <yao.qi@linaro.org>
5700
5701 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5702 triplets. Start gdb, execute catch syscall, and continue. Check
5703 gdb's output to determine catch syscall is supported.
5704
921d8f54
MG
57052016-06-27 Manish Goregaokar <manish@mozilla.com>
5706
25d49b86
PA
5707 * gdb.rust/simple.rs: Add test for returning unit in a function.
5708 * gdb.rust/simple.exp: Add expectation for functions returning
5709 unit.
921d8f54 5710
f4952523
PMR
57112016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5712
5713 * gdb.python/py-breakpoint-create-fail.c,
5714 gdb.python/py-breakpoint-create-fail.exp,
5715 gdb.python/py-breakpoint-create-fail.py: New testcase.
5716
fccb08f8
MG
57172016-06-25 Manish Goregaokar <manish@mozilla.com>
5718
5719 PR gdb/20239
5720 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
5721 * gdb.rust/simple.exp: Add test expectations for new NonZero
5722 tests.
fccb08f8 5723
6b850546
DT
57242016-06-24 David Taylor <dtaylor@emc.com>
5725
5726 * gdb.base/offsets.exp: New file.
5727 * gdb.base/offsets.c: New file.
5728
17621150
TT
57292016-06-23 Tom Tromey <tom@tromey.com>
5730
5731 PR gdb/16483:
5732 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5733 before any filters are loaded.
5734
04d59df6
WT
57352016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5736
5737 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5738 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5739 structs.
5740 * gdb.fortran/derived-type-function.exp: New file.
5741 * gdb.fortran/derived-type-function.f90: New file.
5742
5743
ac69f786
PA
57442016-06-21 Pedro Alves <palves@redhat.com>
5745
5746 * gdb.base/new-ui.exp: New file.
5747 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5748 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5749 (with_spawn_id): New procedure.
5750
49940788
PA
57512016-06-21 Pedro Alves <palves@redhat.com>
5752
5753 * gdb.mi/mi-exec-run.exp: New file.
5754
ef274d26
PA
57552016-06-21 Pedro Alves <palves@redhat.com>
5756
5757 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5758 breakpoint command's output on the main UI.
5759 (test_break): New procedure, factored out from calls in the top
5760 level.
5761 (top level): Use foreach_with_prefix to test MI as main UI and as
5762 separate UI.
5763
468afe6c
PA
57642016-06-21 Pedro Alves <palves@redhat.com>
5765
5766 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5767 (test_awatch_creation_and_listing)
5768 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5769 Remove 'type' parameter.
5770 (test_watchpoint_all): New parameter mi_mode. Remove
5771 with_test_prefix.
5772 (top level): Use foreach_with_prefix, and add main/separate UI MI
5773 testing axis.
5774
51f77c37
PA
57752016-06-21 Pedro Alves <palves@redhat.com>
5776
5777 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5778 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5779 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5780 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5781 (gdb_main_spawn_id, mi_spawn_id): Declare and
5782 comment.
5783 (mi_create_inferior_pty): New procedure,
5784 factored out from default_mi_gdb_start.
5785 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5786 procedures.
5787 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5788 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5789 Use mi_create_inferior_pty.
5790 (mi_gdb_start): Use eval to pass down args list.
5791
8980e177
PA
57922016-06-21 Pedro Alves <palves@redhat.com>
5793
5794 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5795 * gdb.opt/inline-cmds.exp: Add MI tests.
5796
f38d3ad1
PA
57972016-06-21 Pedro Alves <palves@redhat.com>
5798
5799 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5800
45db7c09
PA
58012016-06-21 Pedro Alves <palves@redhat.com>
5802
5803 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5804 (top level): Use it instead of mi_execute_to.
5805
5a069ab3
PA
58062016-06-21 Pedro Alves <palves@redhat.com>
5807
5808 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5809 (cont_handler_str): New.
5810 (signal_stop_handler): Set stop_handler_str instead of printing to
5811 stdout.
5812 (continue_handler): Set cont_handler_str instead of printing to
5813 stdout.
5814 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5815 mi_send_resuming_command. Print stop_handler_str and
5816 cont_handler_str instead of expecting the python events print
5817 directly.
5818
2838cc1d
SD
58192016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5820
5821 * gdb.base/jit-reader.exp: New file.
5822 * gdb.base/jithost.c: New file.
5823 * gdb.base/jithost.h: New file.
5824 * gdb.base/jitreader.c : New file.
5825 * gdb.base/jit-protocol.h: New file.
5826
21a77091
YQ
58272016-06-17 Yao Qi <yao.qi@linaro.org>
5828
5829 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5830 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5831 and detach-on-fork. Adjust tests.
5832 (top level): Invoke break_cond_on_syscall with combinations of
5833 syscall, follow-fork-mode and detach-on-fork.
5834
f50bf8e5
YQ
58352016-06-17 Yao Qi <yao.qi@linaro.org>
5836
5837 * gdb.base/step-over-exit.c: New.
5838 * gdb.base/step-over-exit.exp: New.
5839
a28d8e50
YTL
58402016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5841
5842 * gdb.base/float.exp: Add target check for nds32*-*-*.
5843 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5844
cad8e26d
AB
58452016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5846
5847 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5848 for unsupported target features.
5849 * gdb.base/call-rt-st.exp: Likewise.
5850 * gdb.base/call-sc.exp: Likewise.
5851 * gdb.base/call-signal-resume.exp: Likewise.
5852 * gdb.base/call-strs.exp: Likewise.
5853 * gdb.base/callexit.exp: Likewise.
5854 * gdb.base/callfuncs.exp: Likewise.
5855 * gdb.base/nodebug.exp: Likewise.
5856 * gdb.base/printcmds.exp: Likewise.
5857 * gdb.base/ptype.exp: Likewise.
5858 * gdb.base/structs.exp: Likewise.
5859 * gdb.base/unwindonsignal.exp: Likewise.
5860 * gdb.cp/gdb2495.exp: Likewise.
5861 * gdb.cp/templates.exp: Likewise.
5862 * gdb.cp/virtfunc.exp: Likewise.
5863 * gdb.threads/hand-call-in-threads.exp: Likewise.
5864 * gdb.threads/interrupted-hand-call.exp: Likewise.
5865 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5866
347dc102
TT
58672016-06-10 Tom Tromey <tom@tromey.com>
5868
5869 PR rust/20110:
5870 * gdb.rust/expr.exp: Add test for integer constant larger than
5871 i32.
5872
5e13cf25
BH
58732016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5874
5875 * gdb.fortran/nested-funcs.exp: New.
5876 * gdb.fortran/nested-funcs.f90: New.
5877
bb556f1f
TK
58782016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5879
5880 * gdb.base/examine-backward.c: New file.
5881 * gdb.base/examine-backward.exp: New file.
5882
38b022b4
SM
58832016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5884
5885 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5886 matching.
5887
1b40ec05
TT
58882016-06-02 Tom Tromey <tom@tromey.com>
5889
5890 PR python/18984:
5891 * gdb.python/py-shared.exp: Add solib_name test.
5892
193bd378
SM
58932016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5894
5895 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5896
3326303b
MG
58972016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5898
5899 PR c++/19893
5900 * gdb.dwarf2/implref.exp: Rename to...
5901 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5902 * gdb.dwarf2/implref-array.c: New file.
5903 * gdb.dwarf2/implref-array.exp: Likewise.
5904 * gdb.dwarf2/implref-global.c: Likewise.
5905 * gdb.dwarf2/implref-global.exp: Likewise.
5906 * gdb.dwarf2/implref-struct.c: Likewise.
5907 * gdb.dwarf2/implref-struct.exp: Likewise.
5908
825c8ef2
AT
59092016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5910
5911 * gdb.trace/trace-condition.exp: Add 64bit tests.
5912
2320162a
AT
59132016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5914
5915 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5916 bits types.
5917 (main): Adapt to 8 to 64 bits types.
5918 * gdb.trace/trace-condition.exp: Add new tests.
5919
a7818233
AT
59202016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5921
5922 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5923
0d336466
AT
59242016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5925
5926 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5927 Move condition tests...
5928 * gdb.trace/trace-condition.exp: Here.
5929
7faeb45a
AT
59302016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5931
5932 * gdb.trace/trace-condition.exp: Add counter-case tests.
5933
e385593e
JK
59342016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5935
5936 PR c++/15231
5937 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5938 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5939
744608cc
PA
59402016-05-27 Pedro Alves <palves@redhat.com>
5941
5942 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5943 New procedure.
5944 (top level): Call it, and bail out of DejaGnu is known to be bad.
5945
ac775bf4
AB
59462016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5947
5948 * gdb.base/whatis.c: Extend the test case.
5949 * gdb.base/whatis.exp: Add additional tests.
5950
2bbad2ea
BH
59512016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5952
5953* gdb.fortran/type.f90: Add pointer variable.
5954* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5955
8b70175d
BH
59562016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5957
5958 * gdb.fortran/vla-type.exp: Fix testcase name.
5959
86d8a848
BH
59602016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5961
5962 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5963
e188eb36
BH
59642016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5965
5966 * gdb.fortran/type.f90: Add nested structures.
5967 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5968 * gdb.fortran/derived-type.exp: Adapt expected output.
5969 * gdb.fortran/vla-type.exp: Adapt expected output.
5970
9b2db1fd
BH
59712016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5972
5973 * gdb.fortran/whatis_type.exp: Adapt expected output.
5974
72b17055
BH
59752016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5976
5977 * gdb.fortran/print_type.exp: Fix expected output.
5978 * gdb.fortran/whatis_type.exp: Fix expected output.
5979
3cd81d8d
BH
59802016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5981
5982 * gdb.fortran/whatis_type.exp: Use multi_line.
5983
ddae9462
TT
59842016-05-24 Tom Tromey <tom@tromey.com>
5985
5986 PR python/17386:
5987 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5988 use value as an index.
5989
1957f6b8
TT
59902016-05-23 Tom Tromey <tom@tromey.com>
5991
5992 PR python/17981:
5993 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5994 no-breakpoint case.
5995
026a9174
PA
59962016-05-24 Pedro Alves <palves@redhat.com>
5997
5998 PR gdb/19828
5999 * gdb.threads/clone-attach-detach.c: New file.
6000 * gdb.threads/clone-attach-detach.exp: New file.
6001
e70a7231
FR
60022016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6003
6004 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6005
0f6ed0e0
TT
60062016-05-23 Tom Tromey <tom@tromey.com>
6007
6008 PR python/19438, PR python/18393:
6009 * gdb.python/py-progspace.exp: Add "dir" test.
6010 * gdb.python/py-objfile.exp: Add "dir" test.
6011
ffd19d61
YQ
60122016-05-23 Yao Qi <yao.qi@linaro.org>
6013
6014 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6015 * gdb.arch/thumb2-it.exp: Likewise.
6016
9e8f9b05
SM
60172016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6018
6019 * gdb.mi/mi-threads-interrupt.c: New file.
6020 * gdb.mi/mi-threads-interrupt.exp: New file.
6021
61c6156d
SM
60222016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6023
6024 PR gdb/18077
6025 * gdb.mi/mi-async-run.exp: New file.
6026 * gdb.mi/mi-async-run.c: New file.
6027
67218854
TT
60282016-05-17 Tom Tromey <tom@tromey.com>
6029 Manish Goregaokar <manishsmail@gmail.com>
6030
6031 * lib/rust-support.exp: New file.
6032 * lib/gdb.exp (skip_rust_tests): New proc.
6033 (build_executable_from_specs): Handle rust.
6034 * lib/future.exp (gdb_find_rustc): New proc.
6035 (gdb_default_target_compile): Handle rust.
6036 * gdb.rust/expr.exp: New file.
6037 * gdb.rust/generics.exp: New file.
6038 * gdb.rust/generics.rs: New file.
6039 * gdb.rust/methods.exp: New file.
6040 * gdb.rust/methods.rs: New file.
6041 * gdb.rust/modules.exp: New file.
6042 * gdb.rust/modules.rs: New file.
6043 * gdb.rust/simple.exp: New file.
6044 * gdb.rust/simple.rs: New file.
6045
c44af4eb
TT
60462016-05-17 Tom Tromey <tom@tromey.com>
6047
6048 * gdb.base/default.exp (set language): Add rust.
6049
dcd1f979
TT
60502016-05-17 Tom Tromey <tom@tromey.com>
6051
6052 * gdb.gdb/unittest.exp: New file.
6053
155b7f57
YQ
60542016-05-16 Yao Qi <yao.qi@linaro.org>
6055
6056 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6057 shell_prompt. Update shell_prompt_re.
6058
8ddd5a6c
DE
60592016-05-12 Doug Evans <dje@google.com>
6060
6061 PR symtab/19999
6062 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6063 $options when building executable.
6064 * gdb.dwarf2/fission-loclists-pie.S: New file.
6065 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6066
02e370d9
SM
60672016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6068
6069 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6070 of [is_remote target],
6071
8929ad8b
SM
60722016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6073
6074 * lib/gdb.exp (use_gdb_stub): New procedure.
6075
6c447423
DE
60762016-05-03 Yunlian Jiang <yunlian@google.com>
6077 Doug Evans <dje@google.com>
6078
6079 PR symtab/19914
6080 * gdb.dwarf2/dwp-sepdebug.c: New file.
6081 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6082
444e826c
SM
60832016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6084
6085 * gdb.base/detach.exp: Remove is_remote check.
6086
740feeaa
SM
60872016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6088
6089 * gdb.base/annota-input-while-running.exp: Don't check for
6090 [is_remote target]. Enable annotations after running to main.
6091 Remove unused "set test..." line.
6092
9080ac9d
SM
60932016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6094
6095 * gdb.trace/trace-enable-disable.exp: New file.
6096 * gdb.trace/trace-enable-disable.c: New file.
6097
952ebca5
SM
60982016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6099
6100 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6101 use it in info sharedlibrary test.
6102 * gdb.trace/ftrace-lock.exp: Likewise.
6103 * gdb.trace/ftrace.exp: Likewise.
6104 * gdb.trace/range-stepping.exp: Likewise.
6105 * gdb.trace/trace-break.exp: Likewise.
6106 * gdb.trace/trace-condition.exp: Likewise.
6107 * gdb.trace/trace-mt.exp: Likewise.
6108
d9019901
SM
61092016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6110
6111 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6112 (gdb_load_shlib): ... this.
6113 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6114 gdb_load_shlib.
6115 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6116 * gdb.base/ctxobj.exp: Likewise.
6117 * gdb.base/dprintf-pending.exp: Likewise.
6118 * gdb.base/dso2dso.exp: Likewise.
6119 * gdb.base/fixsection.exp: Likewise.
6120 * gdb.base/gcore-relro.exp: Likewise.
6121 * gdb.base/gdb1555.exp: Likewise.
6122 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6123 * gdb.base/gnu-ifunc.exp: Likewise.
6124 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6125 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6126 * gdb.base/pending.exp: Likewise.
6127 * gdb.base/print-file-var.exp: Likewise.
6128 * gdb.base/print-symbol-loading.exp: Likewise.
6129 * gdb.base/shlib-call.exp: Likewise.
6130 * gdb.base/shreloc.exp: Likewise.
6131 * gdb.base/so-impl-ld.exp: Likewise.
6132 * gdb.base/solib-disc.exp: Likewise.
6133 * gdb.base/solib-nodir.exp: Likewise.
6134 * gdb.base/solib-overlap.exp: Likewise.
6135 * gdb.base/solib-symbol.exp: Likewise.
6136 * gdb.base/solib-weak.exp (do_test): Likewise.
6137 * gdb.base/sym-file.exp: Likewise.
6138 * gdb.base/symtab-search-order.exp: Likewise.
6139 * gdb.base/type-opaque.exp: Likewise.
6140 * gdb.base/unload.exp: Likewise.
6141 * gdb.base/watchpoint-solib.exp: Likewise.
6142 * gdb.compile/compile.exp: Likewise.
6143 * gdb.cp/gdb2384.exp: Likewise.
6144 * gdb.cp/infcall-dlopen.exp: Likewise.
6145 * gdb.cp/re-set-overloaded.exp: Likewise.
6146 * gdb.fortran/library-module.exp: Likewise.
6147 * gdb.opt/solib-intra-step.exp: Likewise.
6148 * gdb.python/py-finish-breakpoint.exp: Likewise.
6149 * gdb.python/py-shared.exp: Likewise.
6150 * gdb.reverse/solib-precsave.exp: Likewise.
6151 * gdb.reverse/solib-reverse.exp: Likewise.
6152 * gdb.server/solib-list.exp: Likewise.
6153 * gdb.threads/dlopen-libpthread.exp: Likewise.
6154 * gdb.threads/tls-shared.exp: Likewise.
6155 * gdb.threads/tls-so_extern.exp: Likewise.
6156 * gdb.trace/change-loc.exp: Likewise.
6157 * gdb.trace/ftrace-lock.exp: Likewise.
6158 * gdb.trace/ftrace.exp: Likewise.
6159 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6160 * gdb.trace/pending.exp: Likewise.
6161 * gdb.trace/range-stepping.exp: Likewise.
6162 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6163 (strace_info_marker): Likewise.
6164 (strace_probe_marker): Likewise.
6165 (strace_trace_on_same_addr): Likewise.
6166 (strace_trace_on_diff_addr): Likewise.
6167 * gdb.trace/trace-break.exp: Likewise.
6168 * gdb.trace/trace-condition.exp: Likewise.
6169 * gdb.trace/trace-mt.exp: Likewise.
6170
fca4cfd9
SM
61712016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6172
6173 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6174 result of gdb_remote_download.
6175 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6176 * gdb.base/dso2dso.exp: Likewise.
6177 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6178 * gdb.base/print-file-var.exp: Likewise.
6179 * gdb.base/shlib-call.exp: Likewise.
6180 * gdb.base/shreloc.exp: Likewise.
6181 * gdb.base/solib-overlap.exp: Likewise.
6182 * gdb.base/solib-weak.exp (do_test): Likewise.
6183 * gdb.base/unload.exp: Likewise.
6184
11cf4ffb
YQ
61852016-04-27 Yao Qi <yao.qi@linaro.org>
6186
6187 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6188 exists.
6189
3e2e34f8
KB
61902016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6191
6192 * vla-type.exp: Print structure from toplevel.
6193
8f07e298
BH
61942016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6195
6196 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6197 of dynamic types.
6198 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6199 of dynamic types.
6200
9920b434
BH
62012016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6202
6203 * gdb.fortran/vla-type.f90: New file.
6204 * gdb.fortran/vla-type.exp: New file.
6205
f3abeff5
YQ
62062016-04-25 Yao Qi <yao.qi@linaro.org>
6207
6208 * gdb.base/branch-to-self.c: New file.
6209 * gdb.base/branch-to-self.exp: New file.
6210
0a5d52f0
YQ
62112016-04-22 Yao Qi <yao.qi@linaro.org>
6212
6213 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6214 more after $hex.
6215
495346f6
YQ
62162016-04-22 Yao Qi <yao.qi@linaro.org>
6217
6218 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6219 * gdb.base/annota3.exp: Likewise.
6220
4a7e075c
YQ
62212016-04-22 Yao Qi <yao.qi@linaro.org>
6222
6223 * gdb.reverse/step-precsave.exp: Do one step and test program
6224 stops in "callee" and do multiple steps until program goes out
6225 of "callee".
6226 * gdb.reverse/step-reverse.exp: Likewise.
6227
5b061e98
YQ
62282016-04-22 Yao Qi <yao.qi@linaro.org>
6229
6230 * gdb.trace/signal.exp: Also pass if
6231 $tracepoint_hits($i) > $iterations.
6232
5c5dc57f
YQ
62332016-04-22 Yao Qi <yao.qi@linaro.org>
6234
6235 * gdb.trace/signal.c: New file.
6236 * gdb.trace/signal.exp: New file.
6237
a55411b9
DE
62382016-04-19 Doug Evans <xdje42@gmail.com>
6239
6240 * gdb.base/bad-file.exp: New file.
6241
a22df60a
MG
62422016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6243
6244 * gdb.dwarf2/implref.exp: New file.
6245
0c13f7e5
BH
62462016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6247
6248 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6249 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6250 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6251 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6252 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6253 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6254 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6255 * lib/fortran.exp (fortran_int4): New procedure.
6256 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6257 (fortran_logical4): Likewise.
6258
9b9b09e9
BH
62592016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6260
6261 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6262
a14d1f4d
BH
62632016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6264
6265 * lib/compiler.c: Add Intel specific preprocessor macros.
6266 * lib/compiler.cc: Likewise.
25d49b86 6267
7d49b1d0
LM
62682016-04-13 Luis Machado <lgustavo@codesourcery.com>
6269
6270 * gdb.server/connect-with-no-symbol-file.c: New file.
6271 * gdb.server/connect-with-no-symbol-file.exp: New file.
6272
8392fa22
SM
62732016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6274
6275 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6276
8c4c4aeb
SM
62772016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6278
6279 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6280 standard output directory.
6281
45e3745e
AT
62822016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6283
6284 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6285
e26b7e41
MM
62862016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6287
6288 * gdb.btrace/instruction_history.c (loop): Add declaration.
6289
8ce09462
AT
62902016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6291
6292 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6293
2e88a1ea
SM
62942016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6295
6296 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6297 parentheses to print.
6298 (continue_handler): Likewise.
6299
f48e22e3
SM
63002016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6301
6302 * gdb.server/solib-list.exp: Remove is_remote check.
6303 Pass shlib= to gdb_compile. Don't link shared library with
6304 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6305 Run binary filename through "readlink -f" on the target.
6306
096be756
PA
63072016-04-08 Pedro Alves <palves@redhat.com>
6308
6309 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6310 interpreter filename as argument to gdbserver_spawn.
6311 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6312 Return empty if $last_loaded_file does not exist.
6313
06500533
JK
63142016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6315
6316 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6317 * gdb.base/jit-main.c: Use exit after usage.
6318
2d35e871
JK
63192016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6320
6321 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6322 GDBHISTSIZE prior to the tests.
6323 * gdb.base/gdbinit-history.exp: Likewise.
6324
63252016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
6326
6327 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6328 instead of build_executable. Use gdb_load_shlibs.
6329
c8064e7e
YQ
63302016-04-07 Yao Qi <yao.qi@linaro.org>
6331
6332 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6333 Execute "si" command.
6334
bde47561
YQ
63352016-04-07 Yao Qi <yao.qi@linaro.org>
6336
6337 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6338 number instead of the comments on some line.
6339
b16f8a3b
DB
63402016-04-06 Don Breazeal <donb@codesourcery.com>
6341
6342 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6343 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6344
c2f901df
SM
63452016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6346
6347 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6348 standard_output_file. Remove unused binfile variable.
6349
ac17fda0
CU
63502016-04-05 Catalin Udma <catalin.udma@freescale.com>
6351
6352 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6353 * gdb.python/py-mi-objfile.exp: Match "list main" output
6354 in console format.
6355
03a8c4df
SM
63562016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6357
6358 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6359 absolute.
6360
6e774b13
SM
63612016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6362
6363 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6364 absolute.
6365 * gdb.trace/ftrace.exp: Likewise.
6366 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6367 targets as well.
6368 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6369 (gdb_load_shlibs): Copy libraries to test directory when testing
6370 natively. Only set solib-search-path if testing remotely.
6371 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6372
7817ea46
SM
63732016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6374
6375 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6376 gdb_download. Use it even if the target is not remote.
6377 * gdb.base/jit.exp (compile_jit_test): Likewise.
6378 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6379 output directory if the destination board is local, otherwise use
6380 the standard remote_download from DejaGnu.
6381 (gdb_download): Remove.
6382 (gdb_load_shlibs): Use gdb_remote_download instead of
6383 gdb_download.
6384 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6385 Use gdb_remote_download instead of gdb_download. Use it even if
6386 the target is not remote.
6387 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6388 instead of gdb_download.
6389
7beb7f68
SM
63902016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6391
6392 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6393 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6394 run.
6395
cc63428a
AV
63962016-04-01 Artemiy Volkov <artemiyv@acm.org>
6397
6398 PR gdb/19820
6399 * gdb.base/printcmds.exp: Add artificial arrays tests.
6400
64cdf930
PA
64012016-03-31 Pedro Alves <palves@redhat.com>
6402
6403 PR gdb/19858
6404 * gdb.base/jit-main.c: Include unistd.h.
6405 (ATTACH): Define to 0 if not already defined.
6406 (wait_for_gdb, mypid): New globals.
6407 (WAIT_FOR_GDB): New macro.
6408 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6409 some breakpoint locations.
6410 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6411 New procedures.
6412 (one_jit_test): Add REATTACH parameter, and handle it. Use
6413 continue_to_test_location.
6414 (top level): Test attach, and adjusts calls to one_jit_test.
6415
40dea8cb
PA
64162016-03-31 Pedro Alves <palves@redhat.com>
6417
6418 PR gdb/19858
6419 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6420 BINSUFFIX parameter, and handle it.
6421 (top level): Adjust calls compile_jit_test.
6422
e7ea3ec7
CU
64232016-03-31 Catalin Udma <catalin.udma@freescale.com>
6424
6425 PR python/19743
6426 * gdb.python/py-mi-events-gdb.py: New file.
6427 * gdb.python/py-mi-events.c: New file.
6428 * gdb.python/py-mi-events.exp: New file.
6429
e6359af3
YQ
64302016-03-30 Yao Qi <yao.qi@linaro.org>
6431
6432 * gdb.reverse/until-precsave.exp: Match function name only.
6433 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6434 Move malloc to a condition block.
6435 * gdb.reverse/until-reverse.exp: Match function name only.
6436
a4105d04
MK
64372016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6438
6439 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6440 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6441 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6442 variable for GPR 0 instead of assuming it is register 0.
6443 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6444 * lib/trace-support.exp: Add s390 registers.
6445
bfa6adb9
YQ
64462016-03-29 Yao Qi <yao.qi@linaro.org>
6447
6448 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6449
1e6697ea
YQ
64502016-03-24 Yao Qi <yao.qi@linaro.org>
6451
6452 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6453 test message.
6454
64bcd522
AA
64552016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6456
6457 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6458 maintaining separate logic for constructing the output path.
6459
7868401b
DB
64602016-03-16 Don Breazeal <donb@codesourcery.com>
6461
6462 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6463 Retry fork and waitpid on interrupted system call errors.
6464 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6465 Use with_timeout_factor to increase timeout by factor of 10.
6466
1cafadb4
DB
64672016-03-15 Don Breazeal <donb@codesourcery.com>
6468
6469 * gdb.cp/scope-err.cc: New test program.
6470 * gdb.cp/scope-err.exp: New test script.
6471 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6472 lines and "set breakpoint here" comment.
6473 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6474 Fixed some whitespace and format issues.
6475 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6476 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6477
81516450
DE
64782016-03-15 Doug Evans <dje@google.com>
6479
6480 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6481 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6482 All callers updated. Add tests for enums, mixed flags register.
6483
aa52b601
DE
64842016-03-15 Doug Evans <dje@google.com>
6485
6486 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6487 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6488
fa4ff313
SM
64892016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6490
6491 * gdb.base/default.exp: Add $_as_string to the list of expected
6492 convenience functions.
6493
f2403c39
AB
64942016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6495
6496 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6497
f2f3ccb9
SM
64982016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6499
6500 * gdb.python/py-as-string.exp: New file.
6501 * gdb.python/py-as-string.c: New file.
6502
00dbd492
PA
65032016-03-09 Pedro Alves <palves@redhat.com>
6504
6505 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6506 signal" -> "Thread NN received signal" output change.
6507 * gdb.threads/ia64-sigill.exp: Likewise.
6508 * gdb.threads/linux-dp.exp: Likewise.
6509 * gdb.threads/manythreads.exp: Likewise.
6510 * gdb.threads/pending-step.exp: Likewise.
6511 * gdb.threads/print-threads.exp: Likewise.
6512 * gdb.threads/sigstep-threads.exp: Likewise.
6513 * gdb.threads/staticthreads.exp: Likewise.
6514 * gdb.threads/tls.exp: Likewise.
6515
1e6697ea
YQ
65162016-03-09 Pedro Alves <palves@redhat.com>
6517
6518 * gdb.base/command-line-input.exp: New file.
6519
b04fd3be
MK
65202016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6521
6522 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6523 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6524 * gdb.trace/pending.exp: Accept leading dot before function name.
6525 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6526 * lib/trace-support.exp: Set registers for ppc.
6527
98fa59e9
MK
65282016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6529
6530 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6531 use it for disassembly; accept .main in addition to main in backtrace.
6532
f77198c8
MK
65332016-03-09 Wei-cheng Wang <cole945@gmail.com>
6534 Marcin Kościelnicki <koriakin@0x04.net>
6535
6536 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6537 (gdb_recursion_test_ptr): New global variable.
6538 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6539 gdb_recursion_test.
6540 (gdb_c_test): Ditto.
6541
ba84e0da
MK
65422016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6543
6544 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6545 ordering.
6546
4366d36e
MK
65472016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6548
6549 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6550 (bar): Add bar_start_lbl label.
6551 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6552 of foo/bar for emitting DWARF and tracing.
6553
5eb264df
SDJ
65542016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6555
6556 * analyze-racy-logs.py: Set executable bit.
6557
fb6a751f
SDJ
65582016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6559
6560 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6561 (CHECK_TARGET_TMP): Likewise.
6562 (check-single-racy): New rule.
6563 (check-parallel-racy): Likewise.
6564 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6565 (do-check-parallel-racy): New rule.
6566 (check-racy/%.exp): Likewise.
6567 * README (Racy testcases): New section.
6568 * analyze-racy-logs.py: New file.
6569
bdf7e230
DE
65702016-03-03 Doug Evans <dje@google.com>
6571
6572 * gdb.base/skip.exp: Use with_test_prefix.
6573
4719d415
YQ
65742016-03-03 Yao Qi <yao.qi@linaro.org>
6575
6576 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6577 Invoke step_over_syscall "clone" and break_cond_on_syscall
6578 "clone".
6579 * gdb.base/step-over-clone.c: New file.
6580
ea507862
YQ
65812016-03-03 Yao Qi <yao.qi@linaro.org>
6582
6583 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6584 code format.
6585
8fc8cbda
YQ
65862016-03-03 Yao Qi <yao.qi@linaro.org>
6587
6588 * gdb.base/disp-step-fork.c: Rename to ...
6589 * gdb.base/step-over-fork.c: ... it. New file.
6590 * gdb.base/disp-step-vfork.c: Rename to ...
6591 * gdb.base/step-over-vfork.c: ... it. New file.
6592 * gdb.base/disp-step-syscall.exp: Rename to ...
6593 * gdb.base/step-over-syscall.exp: ... it. New file.
6594 (disp_step_cross_syscall): Rename to ...
6595 (step_over_syscall): ... it.
6596
92fa70b0
YQ
65972016-03-03 Yao Qi <yao.qi@linaro.org>
6598
6599 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6600 If target supports condition evaluation on target, invoke
6601 break_cond_on_syscall for fork and vfork.
6602
e197ad3c
YQ
66032016-03-03 Yao Qi <yao.qi@linaro.org>
6604
6605 * gdb.base/disp-step-syscall.exp: Don't invoke
6606 support_displaced_stepping.
6607 (disp_step_cross_syscall): Test with displaced stepping off and
6608 on if supported.
6609
0b47da9f
YQ
66102016-03-03 Yao Qi <yao.qi@linaro.org>
6611
6612 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6613 proc.
6614 (setup): New proc.
6615 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6616 and setup.
6617
065ab6dc
BH
66182016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6619
6620 * gdb.fortran/vla-history.exp: Remove breakpoint.
6621
07e448ad 66222016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6623
25d49b86
PA
6624 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6625 exceeds timeout.
07e448ad 6626
9ac2d526 66272016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6628
25d49b86
PA
6629 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6630 breakpoint.
9ac2d526 6631
17807369
BH
66322016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6633
6634 * gdb.mi/vla.f90: Nullify pointer after declaration.
6635
86e501af
PA
66362016-03-01 Pedro Alves <palves@redhat.com>
6637
6638 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6639
1e903e32
PA
66402016-03-01 Pedro Alves <palves@redhat.com>
6641
6642 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6643 before anything else.
6644 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6645 _GNU_SOURCE here.
6646 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6647 before anything else.
6648 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6649
6ccb54e2
PA
66502016-03-01 Pedro Alves <palves@redhat.com>
6651
6652 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6653
30ca9da1
YQ
66542016-03-01 Yao Qi <yao.qi@linaro.org>
6655
6656 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6657 prepare_for_testing.
6658
dc856b38
YQ
66592016-03-01 Yao Qi <yao.qi@linaro.org>
6660
6661 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6662
4a932159
AA
66632016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6664
6665 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6666 manually constructing the output path.
6667
f2489477
AA
66682016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6669
6670 * gdb.arch/s390-stackless.S: New.
6671 * gdb.arch/s390-stackless.exp: New.
6672
38899f16
IB
66732016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6674
6675 * gdb.dlang/circular.c: New file.
6676 * gdb.dlang/circular.exp: New file.
6677
9fde51ed
YQ
66782016-02-26 Yao Qi <yao.qi@linaro.org>
6679
6680 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6681 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6682 (testcases): Update.
6683
ce90fefe
YQ
66842016-02-26 Yao Qi <yao.qi@linaro.org>
6685
6686 * gdb.reverse/aarch64.c: Rename to ...
6687 * gdb.reverse/insn-reverse.c: ... it.
6688 * gdb.reverse/aarch64.exp: Rename to ...
6689 * gdb.reverse/insn-reverse.exp: ... it.
6690
3263bceb
YQ
66912016-02-26 Yao Qi <yao.qi@linaro.org>
6692
6693 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6694 (testcase_ftype): New.
6695 (testcases): New array.
6696 (n_testcases): New.
6697 (main): Call each element in testcases.
6698 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6699 (read_testcase): New.
6700 Do the tests in a loop.
6701
6cb59ff1
YQ
67022016-02-25 Yao Qi <yao.qi@linaro.org>
6703
6704 * gdb.base/branches.c: Remove.
6705
ae91f625
MK
67062016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6707
6708 PR gdb/13808
6709 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6710
678b48b7
MK
67112016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6712
6713 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6714
7337a6f2
MK
67152016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6716
6717 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6718 change x86_64 call_insn to 'callq'.
6719
861ca91f
AT
67202016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6721
6722 * gdb.trace/tfile-avx.c: Move to...
6723 * gdb.trace/tracefile-pseudo-reg.c: Here.
6724 * gdb.trace/tfile-avx.exp: Move to...
6725 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6726
bf74e428
GB
67272016-02-24 Gary Benson <gbenson@redhat.com>
6728
6729 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6730 message on attach.
6731
cce0e923
DE
67322016-02-23 Doug Evans <dje@google.com>
6733
6734 * gdb.base/skip.c (test_skip): New function.
6735 (end_test_skip_file_and_function): New function.
6736 (test_skip_file_and_function): New function.
6737 * gdb.base/skip1.c (test_skip): New function.
6738 (skip1_test_skip_file_and_function): New function.
6739 * gdb.base/skip.exp: Add tests for new skip options.
6740 * gdb.base/skip-solib.exp: Update expected output.
6741 * gdb.perf/skip-command.cc: New file.
6742 * gdb.perf/skip-command.exp: New file.
6743 * gdb.perf/skip-command.py: New file.
6744
4000e47e
MK
67452016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6746
6747 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6748 info registers pattern.
6749
24f75ead
IB
67502016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6751
6752 * lib/future.exp: Add D support.
6753 (gdb_find_gdc): New proc.
6754 (gdb_default_target_compile): Add D support.
6755
fbb7bcbe
WW
67562016-02-18 Wei-cheng Wang <cole945@gmail.com>
6757
6758 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6759 user+system time.
6760 (trace_speed_test): Determine the iteration count for a time
6761 between 15..30 seconds.
6762
012b3a21
WT
67632016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6764
6765 * gdb.arch/i386-mpx-sigsegv.c: New file.
6766 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6767 * gdb.arch/i386-mpx-simple_segv.c: New file.
6768 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6769
2d5189bd
YQ
67702016-02-18 Yao Qi <yao.qi@linaro.org>
6771
6772 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6773 Don't call setup_kfail.
6774
40fb20d0
YQ
67752016-02-18 Yao Qi <yao.qi@linaro.org>
6776
6777 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6778 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6779
21b1f8d2
DE
67802016-02-16 Doug Evans <dje@google.com>
6781
6782 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6783 * gdb.base/skip1.c: Ditto.
6784 * gdb.base/skip.exp: Whitespace cleanup.
6785
4041ed77
DB
67862016-02-16 Don Breazeal <donb@codesourcery.com>
6787
6788 PR remote/19496
6789 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6790 Remove kfail for PR remote/19496.
6791
c4ef31bf
SM
67922016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6793
6794 * lib/gdb.exp (standard_temp_file): Return a path specific to
6795 the runtest invocation.
6796
266b65b3
SM
67972016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6798
6799 * gdb.trace/save-trace.exp: Change relative path to be in the
6800 standard output directory.
6801
a7a0a6a9
JK
68022016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6803
6804 * gdb.arch/i386-prologue.c: Add missing prototypes.
6805
c99dbb42
JK
68062016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6807
6808 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6809 * gdb.arch/i386-prologue.exp: Likewise.
6810 * gdb.arch/i386-size.exp: Likewise.
6811
aa480355
SM
68122016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6813
6814 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6815 define object file path.
6816 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6817 file path.
6818 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6819 standard_output_file to define binfile.
6820
ba881f50
JK
68212016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6822
6823 Fix compatibility with recent gfortran-5.3.1.
6824 * gdb.fortran/vla-history.exp (print vla1 allocated)
6825 (print vla2 allocated, print $2, print $3): Remove
6826 (print $4): Rename to ...
6827 (print $2): ... here.
6828 (print $9): Rename to ...
6829 (print $5): ... here.
6830 (print $10): Rename to ...
6831 (print $6): ... here.
6832 * gdb.fortran/vla.f90: Add pvla initialization.
6833
e9fb005c
JK
68342016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6835
6836 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6837 New test.
6838 * gdb.fortran/vla-value-sub.exp: Likewise.
6839
e44e00ff
MK
68402016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6841
6842 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6843
97e94151
SM
68442016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6845
6846 * i386-biarch-core.exp: Define corefile using
6847 standard_output_file.
6848
01113bc1
YQ
68492016-02-12 Yao Qi <yao.qi@linaro.org>
6850
6851 * gdb.arch/arm-single-step-kernel-helper.c: New.
6852 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6853
33b4777c
MM
68542016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6855
6856 * gdb.btrace/tailcall-only.exp: New.
6857 * gdb.btrace/tailcall-only.c: New.
6858 * gdb.btrace/x86_64-tailcall-only.S: New.
6859 * gdb.btrace/i686-tailcall-only.S: New.
6860
acc23c11
PA
68612016-02-11 Pedro Alves <palves@redhat.com>
6862
6863 * README (Parallel testing): Add missing double quotes.
6864
e352bf0a
PA
68652016-02-11 Pedro Alves <palves@redhat.com>
6866
6867 * README (Parallel testing): New section.
6868 (GDB_PARALLEL): Rewrite.
6869 (FORCE_PARALLEL): Document.
6870
9f5fed78
MK
68712016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6872
6873 * gdb.trace/tfile-avx.c: New test.
6874 * gdb.trace/tfile-avx.exp: New test.
6875
9ef9e6a6
KS
68762016-02-09 Keith Seitz <keiths@redhat.com>
6877
6878 PR breakpoints/19546
6879 * gdb.base/infcall-exec.c: New file.
6880 * gdb.base/infcall-exec2.c: New file.
6881 * gdb.base/infcall-exec.exp: New file.
6882
a96e36da
KS
68832016-02-09 Keith Seitz <keiths@redhat.com>
6884
6885 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6886 (toplevel): Call test_bkpt_address.
6887
9f61929f
KS
68882016-02-09 Keith Seitz <keiths@redhat.com>
6889
6890 PR python/19506
6891 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6892 (toplevel): Call test_bkpt_address.
6893
1e94266c
SM
68942016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6895
6896 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6897 to AC_OUTPUT.
6898 * configure: Regenerate.
6899
2a7f3dff
PA
69002016-02-09 Pedro Alves <palves@redhat.com>
6901
6902 PR breakpoints/19548
6903 * gdb.base/execl-update-breakpoints.c (some_function): New
6904 function.
6905 (main): Call it.
6906 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6907 Tighten expected GDB output.
6908
2151ccc5
SM
69092016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6910
6911 * Makefile.in (ALL_SUBDIRS): Remove.
6912 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6913 (distclean maintainer-clean realclean): Likewise.
6914 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6915 * configure: Regenerate.
6916 * gdb.ada/Makefile.in: Delete.
6917 * gdb.arch/Makefile.in: Likewise.
6918 * gdb.asm/Makefile.in: Likewise.
6919 * gdb.base/Makefile.in: Likewise.
6920 * gdb.btrace/Makefile.in: Likewise.
6921 * gdb.cell/Makefile.in: Likewise.
6922 * gdb.compile/Makefile.in: Likewise.
6923 * gdb.cp/Makefile.in: Likewise.
6924 * gdb.disasm/Makefile.in: Likewise.
6925 * gdb.dlang/Makefile.in: Likewise.
6926 * gdb.dwarf2/Makefile.in: Likewise.
6927 * gdb.fortran/Makefile.in: Likewise.
6928 * gdb.gdb/Makefile.in: Likewise.
6929 * gdb.go/Makefile.in: Likewise.
6930 * gdb.guile/Makefile.in: Likewise.
6931 * gdb.java/Makefile.in: Likewise.
6932 * gdb.linespec/Makefile.in: Likewise.
6933 * gdb.mi/Makefile.in: Likewise.
6934 * gdb.modula2/Makefile.in: Likewise.
6935 * gdb.multi/Makefile.in: Likewise.
6936 * gdb.objc/Makefile.in: Likewise.
6937 * gdb.opencl/Makefile.in: Likewise.
6938 * gdb.opt/Makefile.in: Likewise.
6939 * gdb.pascal/Makefile.in: Likewise.
6940 * gdb.perf/Makefile.in: Likewise.
6941 * gdb.python/Makefile.in: Likewise.
6942 * gdb.reverse/Makefile.in: Likewise.
6943 * gdb.server/Makefile.in: Likewise.
6944 * gdb.stabs/Makefile.in: Likewise.
6945 * gdb.threads/Makefile.in: Likewise.
6946 * gdb.trace/Makefile.in: Likewise.
6947 * gdb.xml/Makefile.in: Likewise.
6948 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6949 GDB_PARALLEL.
6950 (standard_output_file): Remove check for GDB_PARALLEL, always
6951 return path in outputs/$subdir/$testname.
6952
437277d4
SM
69532016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6954
6955 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6956 (site.exp): Assign abs_srcdir to tcl's srcdir.
6957
31d913c7
YQ
69582016-02-04 Yao Qi <yao.qi@linaro.org>
6959
6960 * gdb.base/foll-exec-mode.c: Include limits.h.
6961 (main): Add parameters argc and argv. Get directory from
6962 argv[0].
6963 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6964 compilation.
6965 * gdb.base/foll-exec.c: Include limits.h.
6966 (main): Add parameters argc and argv.
6967 Get directory from argv[0].
6968 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6969 Adjust tests on the number of lines as source code changed.
6970 * gdb.base/foll-vfork-exit.c: Include limits.h.
6971 (main): Add one line of statement before vfork.
6972 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6973 (main): Add parameters argc and argv. Get directory from
6974 argv[0].
6975 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6976 (setup_gdb): Set tbreak to skip some source lines.
6977 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6978 (main): Add parameters argc and argv. Get directory from
6979 argv[0].
6980 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6981 compilation.
6982 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6983 (main): Add parameters argc and argv. Get directory from
6984 argv[0].
6985 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6986 compilation.
6987
9482b9fb
DE
69882016-02-01 Doug Evans <dje@google.com>
6989
6990 * gdb.base/skip.exp: Clean up multiple references to same test name.
6991
6b2e4f10
PA
69922016-02-01 Pedro Alves <palves@redhat.com>
6993
ccb6afd6 6994 PR remote/19496
6b2e4f10
PA
6995 * gdb.threads/forking-threads-plus-breakpoint.exp
6996 (displaced_stepping_supported): New global.
6997 (probe_displaced_stepping_support): New procedure.
6998 (do_test): Add 'displaced' parameter, and use it.
6999 (top level): Check for displaced stepping support. Add displaced
7000 stepping on/off testing axis.
7001
37a8db1a
AB
70022016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7003
7004 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7005 pointer. Don't perform further tests on the unassociated pointer
7006 if the first test fails.
7007
5fdf6324
AB
70082016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7009
7010 * gdb.base/max-value-size.c: New file.
7011 * gdb.base/max-value-size.exp: New file.
7012 * gdb.base/huge.exp: Disable max-value-size for this test.
7013
935c6144
IB
70142016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7015
7016 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7017
7fe8399d
YQ
70182016-01-28 Yao Qi <yao.qi@linaro.org>
7019
7020 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7021
a2077e25
PA
70222016-01-25 Pedro Alves <palves@redhat.com>
7023
7024 PR threads/19461
7025 * gdb.base/fork-running-state.c: New file.
7026 * gdb.base/fork-running-state.exp: New file.
7027
1d2736d4
PA
70282016-01-25 Pedro Alves <palves@redhat.com>
7029
7030 PR gdb/19494
7031 * gdb.base/catch-fork-kill.c: New file.
7032 * gdb.base/catch-fork-kill.exp: New file.
7033
f1da4b11
PA
70342016-01-25 Pedro Alves <palves@redhat.com>
7035
7036 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7037 Delete, moved to lib/gdb.exp.
7038 * gdb.threads/forking-threads-plus-breakpoint.exp
7039 (foreach_with_prefix): Likewise.
7040 * gdb.threads/process-dies-while-handling-bp.exp
7041 (foreach_with_prefix): Likewise.
7042 * lib/gdb.exp (foreach_with_prefix): New procedure.
7043
45f38546
MK
70442016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7045
7046 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7047 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7048
dc29a1ce
MK
70492016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7050
7051 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7052 endian targets.
7053
092127d7
JK
70542016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7055 Pedro Alves <palves@redhat.com>
7056
7057 Fix testsuite compatibility with Guile.
7058 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7059 number.
7060
31d765d3
JK
70612016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7062
7063 Fix testsuite compatibility with Guile.
7064 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7065 (thread 1): New test for backtrace through signal handler.
7066
1ac78c04
YQ
70672016-01-22 Yao Qi <yao.qi@linaro.org>
7068
7069 PR testsuite/19491
7070 * gdb.base/multi-forks.c: Include
7071 ../lib/unbuffer_output.c
7072 (main): Call gdb_unbuffer_output.
7073
4f5946a8
DE
70742016-01-21 Doug Evans <dje@google.com>
7075
7076 * lib/ada.exp (gdb_compile_ada): Fix typo.
7077
305e13e6
JB
70782016-01-21 Joel Brobecker <brobecker@adacore.com>
7079
7080 * gdb.base/break-fun-addr.exp: New file.
7081 * gdb.base/break-fun-addr1.c: New file.
7082 * gdb.base/break-fun-addr2.c: New file.
7083
5f5dfff6
SM
70842016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7085
7086 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7087 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7088 enum flag values.
7089
fd356fa2
AA
70902016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7091
7092 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7093 when GDB can not set the vector return value. Add more comments
7094 for clarification.
7095
9df22175
AT
70962016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7097
7098 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7099 command.
7100
41d1845e
SM
71012016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7102
7103 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7104
01ac6840
SM
71052016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7106
7107 * Makefile.in (check-single): Pass --status to runtest.
7108 (check/%.exp): Likewise.
7109
71102016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7111
7112 * Makefile.in (check-parallel): Propagate return code from make
7113 do-check-parallel.
7114
bd0a71fa
MK
71152016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7116
7117 * gdb.trace/ftrace.exp: Fix expected message on continue.
7118 * gdb.trace/pending.exp: Fix expected message on continue.
7119 * gdb.trace/trace-break.exp: Fix expected message on continue.
7120
8bcbad33
SM
71212016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7122
7123 * lib/gdb.exp (gdb_test): Remove unused global references.
7124
f303dbd6
PA
71252016-01-18 Pedro Alves <palves@redhat.com>
7126
7127 * gdb.base/async-shell.exp: Adjust expected output.
7128 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7129 * gdb.base/siginfo-thread.exp: Adjust expected output.
7130 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7131 * gdb.java/jnpe.exp: Adjust expected output.
7132 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7133 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7134 * gdb.threads/leader-exit.exp: Adjust expected output.
7135 * gdb.threads/manythreads.exp: Adjust expected output.
7136 * gdb.threads/pthreads.exp: Adjust expected output.
7137 * gdb.threads/schedlock.exp: Adjust expected output.
7138 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7139 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7140 expected output.
7141 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7142 output.
7143 * gdb.threads/sigthread.exp: Adjust expected output.
7144 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7145
b2789696
YQ
71462016-01-18 Yao Qi <yao.qi@linaro.org>
7147
7148 * gdb.guile/scm-section-script.c: Replace @progbits with
7149 %progbits.
7150 * gdb.python/py-section-script.c: Likewise.
7151
71ef29a8
PA
71522016-01-15 Pedro Alves <palves@redhat.com>
7153
7154 * gdb.multi/tids.exp: Test star wildcard ranges.
7155
3f5b7598
PA
71562016-01-15 Pedro Alves <palves@redhat.com>
7157
7158 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7159 command from "thread apply" invocation.
7160 (thr_apply_info_thr_invalid): Default the expected output to the
7161 input tid list.
7162 (top level): Add tests that use convenience variables. Add tests
7163 for "thread apply" with a valid TID list, but missing the command.
7164
663f6d42
PA
71652016-01-13 Pedro Alves <palves@redhat.com>
7166
7167 * gdb.base/default.exp: Expect $_gthread as well.
7168 * gdb.multi/tids.exp: Test $_gthread.
7169 * gdb.threads/thread-specific.exp: Test $_gthread.
7170
c84f6bbf
PA
71712016-01-13 Pedro Alves <palves@redhat.com>
7172
7173 * gdb.multi/tids.exp: Test "info threads -gid".
7174
22a02324
PA
71752016-01-13 Pedro Alves <palves@redhat.com>
7176
7177 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7178 Breakpoint.thread.
7179 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7180
5d5658a1
PA
71812016-01-07 Pedro Alves <palves@redhat.com>
7182
7183 * gdb.base/break.exp: Adjust to output changes.
7184 * gdb.base/hbreak2.exp: Likewise.
7185 * gdb.base/sepdebug.exp: Likewise.
7186 * gdb.base/watch_thread_num.exp: Likewise.
7187 * gdb.linespec/keywords.exp: Likewise.
7188 * gdb.multi/info-threads.exp: Likewise.
7189 * gdb.threads/thread-find.exp: Likewise.
7190 * gdb.multi/tids.c: New file.
7191 * gdb.multi/tids.exp: New file.
7192
84654457
PA
71932016-01-13 Pedro Alves <palves@redhat.com>
7194
7195 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7196
e3940304
PA
71972016-01-13 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.base/default.exp: Expect $_inferior as well.
7200 * gdb.multi/base.exp: Test $_inferior.
7201
a911d87a
PA
72022016-01-13 Pedro Alves <palves@redhat.com>
7203
7204 PR breakpoints/19388
7205 * gdb.base/catch-signal-siginfo-cond.c: New file.
7206 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7207
82075af2
JS
72082016-01-12 Josh Stone <jistone@redhat.com>
7209 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7210
7211 * gdb.base/catch-syscall.c (do_execve): New variable.
7212 (main): Conditionally trigger an execve.
7213 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7214 (test_catch_syscall_execve): New, check entry/return across execve.
7215 (do_syscall_tests): Call test_catch_syscall_execve.
7216
e46eeedd
PA
72172016-01-12 Pedro Alves <palves@redhat.com>
7218
7219 * gdb.base/random-signal.exp (do_test): New procedure, with body
7220 of testcase moved in.
7221
01d8c27e
JK
72222016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7223 Pedro Alves <palves@redhat.com>
7224
7225 * gdb.base/funcargs.exp (finish from indirectly called function):
7226 Reintroduce the case for 'First'.
7227
9a706302
JK
72282016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7229 Pedro Alves <palves@redhat.com>
7230
7231 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7232 (tcatch_vfork_then_child_follow_exec)
7233 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7234 identification.
7235
c0ecb95f
JK
72362016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7237
7238 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7239 and repeats to unlimited.
7240 * gdb.python/py-value.exp: Likewise.
7241 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7242 and repeats to unlimited.
7243
6cfc1fcb
JK
72442016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7245
7246 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7247 and reordering the functions.
7248 * gdb.multi/hangout.c: Likewise.
7249 * gdb.multi/hello.c: Likewise.
7250
582a1b00
SM
72512016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7252
7253 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7254 absolute.
7255 (SingleStatisticTestResult.report): Use dict.keys instead of
7256 dict.iterkeys.
7257
79bc59cb
PA
72582016-01-06 Pedro Alves <palves@redhat.com>
7259
7260 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7261
43368e1d
MM
72622016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7263
7264 * gdb.btrace/dlopen.exp: New.
7265 * gdb.btrace/dlopen.c: New.
7266 * gdb.btrace/dlopen-dso.c: New.
7267
79fad5b8
SL
72682015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7269
7270 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7271 PATTERN argument is optional.
7272
ab8314b3
JB
72732015-12-24 Joel Brobecker <brobecker@adacore.com>
7274
7275 * lib/ada.exp (target_compile_ada_from_dir): New function.
7276 (gdb_compile_ada): Reimplement avoiding the use of project files.
7277 * gdb.ada/gnat_ada.gpr: Delete.
7278 * gdb.ada/cond_lang.exp: Adjust test to make path before
7279 filename optional.
7280 * gdb.ada/small_reg_param.exp: Likewise.
7281
fe33faff
SM
72822015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7283
7284 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7285
6d265cb4
TP
72862015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7287
7288 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7289 case.
7290
10125099
SM
72912015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7292
7293 * gdb.base/break.exp: Remove dead code.
7294 * gdb.base/sepdebug.exp: Likewise.
7295
3ca22649
SM
72962015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7297
7298 * gdb.asm/asm-source.exp: Remove HP-UX references.
7299 * gdb.base/annota1.exp: Likewise.
7300 * gdb.base/annota3.exp: Likewise.
7301 * gdb.base/attach.exp: Likewise.
7302 * gdb.base/bigcore.exp: Likewise.
7303 * gdb.base/break.exp: Likewise.
7304 * gdb.base/call-ar-st.exp: Likewise.
7305 * gdb.base/callfuncs.exp: Likewise.
7306 * gdb.base/catch-fork-static.exp: Likewise.
7307 * gdb.base/display.exp: Likewise.
7308 * gdb.base/foll-exec-mode.exp: Likewise.
7309 * gdb.base/foll-exec.exp: Likewise.
7310 * gdb.base/foll-fork.exp: Likewise.
7311 * gdb.base/foll-vfork.exp: Likewise.
7312 * gdb.base/funcargs.exp: Likewise.
7313 * gdb.base/hbreak2.exp: Likewise.
7314 * gdb.base/inferior-died.exp: Likewise.
7315 * gdb.base/interrupt.exp: Likewise.
7316 * gdb.base/multi-forks.exp: Likewise.
7317 * gdb.base/nodebug.exp: Likewise.
7318 * gdb.base/sepdebug.exp: Likewise.
7319 * gdb.base/solib1.c: Likewise.
7320 * gdb.base/step-test.exp: Likewise.
7321 * gdb.mi/non-stop.c: Likewise.
7322 * gdb.mi/pthreads.c: Likewise.
7323 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7324 * gdb.threads/pthreads.c: Likewise.
7325 * gdb.threads/staticthreads.exp: Likewise.
7326 * lib/future.exp: Likewise.
7327 * lib/gdb.exp: Likewise.
7328 * gdb.base/so-indr-cl.c: Remove.
7329 * gdb.base/so-indr-cl.exp: Likewise.
7330 * gdb.base/solib.c: Likewise.
7331 * gdb.base/solib.exp: Likewise.
7332 * gdb.base/solib2.c: Likewise.
7333
b6304613
SM
73342015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7335
7336 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7337 * gdb.base/call-ar-st.exp: Likewise.
7338 * gdb.base/callfuncs.exp: Likewise.
7339 * gdb.base/condbreak.exp: Likewise.
7340 * gdb.base/constvars.exp: Likewise.
7341 * gdb.base/hbreak2.exp: Likewise.
7342 * gdb.base/langs.exp: Likewise.
7343 * gdb.base/list.exp: Likewise.
7344 * gdb.base/long_long.exp: Likewise.
7345 * gdb.base/ptype.exp: Likewise.
7346 * gdb.base/scope.exp: Likewise.
7347 * gdb.base/signals.exp: Likewise.
7348 * gdb.base/so-impl-ld.exp: Likewise.
7349 * gdb.base/varargs.exp: Likewise.
7350 * gdb.base/volatile.exp: Likewise.
7351 * gdb.base/whatis.exp: Likewise.
7352 * gdb.cp/cplusfuncs.exp: Likewise.
7353 * gdb.cp/inherit.exp: Likewise.
7354 * gdb.cp/local.exp: Likewise.
7355 * gdb.cp/member-ptr.exp: Likewise.
7356 * gdb.cp/method.exp: Likewise.
7357 * gdb.cp/overload.exp: Likewise.
7358 * gdb.cp/templates.exp: Likewise.
7359 * gdb.stabs/weird.exp: Likewise.
7360 * lib/compiler.c: Likewise.
7361 * lib/compiler.cc: Likewise.
7362 * lib/cp-support.exp: Likewise.
7363 * lib/gdb.exp: Likewise.
7364
bf401b07
SM
73652015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7366
7367 * configure.ac: Remove HP-UX case.
7368 * configure: Regenerate.
7369
aff9c0f8
SM
73702015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7371
7372 * lib/gdb.exp (gdb_compile): Add function doc.
7373
a6904d5a
PA
73742015-12-17 Pedro Alves <palves@redhat.com>
7375
7376 PR threads/19354
7377 * gdb.multi/info-threads.exp: New file.
7378
a22279dd
YQ
73792015-12-15 Yao Qi <yao.qi@linaro.org>
7380
7381 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7382 is aarch64*-*-*.
7383
0588c796
SL
73842015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7385
7386 * gdb.base/history-duplicates.exp: Skip if no readline support.
7387
5d978e17
SL
73882015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7389
7390 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7391
7e763b86
SL
73922015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7393
7394 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7395
87a3a92c
SL
73962015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7397
7398 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7399 ctrl-C if nointerrupts target property is set.
7400 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7401 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7402 * gdb.base/paginate-bg-execution.exp: Likewise.
7403 * gdb.base/paginate-execution-startup.exp: Likewise.
7404 * gdb.base/random-signal.exp: Likewise.
7405 * gdb.base/range-stepping.exp: Likewise.
7406 * gdb.cp/annota2.exp: Likewise.
7407 * gdb.cp/annota3.exp: Likewise.
7408 * gdb.gdb/selftest.exp: Likewise.
7409 * gdb.threads/continue-pending-status.exp: Likewise.
7410 * gdb.threads/leader-exit.exp: Likewise.
7411 * gdb.threads/manythreads.exp: Likewise.
7412 * gdb.threads/pthreads.exp: Likewise.
7413 * gdb.threads/schedlock.exp: Likewise.
7414 * gdb.threads/sigthread.exp: Likewise.
7415
a8f077dc
DB
74162015-12-11 Don Breazeal <donb@codesourcery.com>
7417
7418 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7419 remote.
7420 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7421 * gdb.base/foll-exec.exp (main): Enable for target remote.
7422 * gdb.base/foll-fork.exp (main): Likewise.
7423 * gdb.base/foll-vfork.exp (main): Likewise.
7424 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7425 (proc continue_to_exit_bp_loc): Use clean_restart.
7426 * gdb.base/pie-execl.exp (main): Disable for target remote.
7427 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7428 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7429 * gdb.threads/execl.exp (main): Likewise.
7430 * gdb.threads/fork-child-threads.exp (main): Likewise.
7431 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7432 remote.
7433 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7434 remote.
7435 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7436 pid.tid style ptids, instead of just tid.
7437 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7438 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7439 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7440 ptids, instead of just tid.
7441
3b2464a8
AB
74422015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7443
7444 * gdb.base/list.exp (test_list_forward): Add end of file error
7445 test.
7446 (test_repeat_list_command): Add end of file error test.
7447 (test_list_backwards): Add beginning of file error test.
7448
a0def019
AB
74492015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7450
7451 * gdb.base/list.exp (test_list_invalid_args): New function,
7452 defined, and called.
7453
5c000dff
AB
74542015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7455
7456 * gdb.base/list.exp (test_list): Make test names unique.
7457
f1637ebe
YQ
74582015-12-11 Yao Qi <yao.qi@linaro.org>
7459
7460 * gdb.base/coremaker2.c: Remove.
7461
36d6fc0a
PA
74622015-12-10 Pedro Alves <palves@redhat.com>
7463
7464 * gdb.multi/base.exp: Remove stale "spaces" references.
7465
762f7747
PA
74662015-12-10 Pedro Alves <palves@redhat.com>
7467
7468 * gdb.multi/base.exp: Don't use nowarnings.
7469 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7470 * gdb.multi/hangout.c: Include stdio.h.
7471 * gdb.multi/hello.c: Include stdlib.h.
7472 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7473 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7474 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7475
28d2bfb9
AB
74762015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7477
7478 * gdb.dwarf2/dw2-ranges-base.c: New file.
7479 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7480 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7481 support additional line table, and debug ranges generation.
7482 (Dwarf::ranges): New function, generate .debug_ranges.
7483 (Dwarf::lines): Support generating simple line table programs.
7484 (Dwarf::assemble): Initialise new namespace variables.
7485
5fc2beac
KB
74862015-12-09 Kevin Buettner <kevinb@redhat.com>
7487
7488 * gdb.base/async.exp (proc test_background): Add case for
7489 asynchronous execution not supported.
7490
1c35a88f
LM
74912015-12-09 Luis Machado <lgustavo@codesourcery.com>
7492
7493 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7494 format and change test names to make them unique.
7495
b593e3d9
RK
74962015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7497 Pedro Alves <pedro@redhat.com>
7498
7499 PR gdb/18702
7500 Add checking of floatformats setup on x86_64 hosts.
7501 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7502 (smallval, bigval): New labels/constants.
7503 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7504 float" after loading bigval and smallval.
7505
d72413e6
PMR
75062015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7507
7508 * gdb.ada/fun_overload_menu.exp: New testcase.
7509 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7510
ece66d65
JS
75112015-12-04 Josh Stone <jistone@redhat.com>
7512
7513 * gdb.base/catch-fork-static.exp: New.
7514
41d0efca
YQ
75152015-12-03 Yao Qi <yao.qi@linaro.org>
7516
7517 * gdb.base/sizeof.c: Don't include stdio.h and
7518 ../lib/unbuffer_output.c.
7519 (main): New variable 'size' and 'value'. Remove printf and
7520 gdb_unbuffer_output. Assign return value to size and value.
7521 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7522 at the beginning.
7523 (check_sizeof): Check the result by printing variable 'size'.
7524 (check_valueof): Check the result by printing variable 'value'.
7525
99fd02d9
YQ
75262015-12-01 Yao Qi <yao.qi@linaro.org>
7527
7528 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7529 for aarch64*-*-linux* target.
7530
f2faf941
PA
75312015-11-30 Pedro Alves <palves@redhat.com>
7532
7533 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7534
04bf20c5
PA
75352015-11-30 Pedro Alves <palves@redhat.com>
7536
7537 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7538 Handle non-stop mode vCont replies.
7539
09df4675
PA
75402015-11-30 Pedro Alves <palves@redhat.com>
7541
7542 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7543 prepare_for_testing. Start gdb with "set non-stop on" appended to
7544 GDBFLAGS. Lax expected stop output.
7545
58b584af
YQ
75462015-11-27 Yao Qi <yao.qi@linaro.org>
7547
7548 * gdb.arch/arm-neon.exp: New.
7549 * gdb.arch/arm-neon.c: New.
7550
dfcb77a8
YQ
75512015-11-27 Yao Qi <yao.qi@linaro.org>
7552
7553 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7554
88e8ec1b
YQ
75552015-11-27 Yao Qi <yao.qi@linaro.org>
7556
7557 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7558 frames-invalid annotation.
7559
bfde72c2
YQ
75602015-11-27 Yao Qi <yao.qi@linaro.org>
7561
7562 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7563
f6512a69
SM
75642015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7565
7566 * gdb.threads/names.exp: New file.
7567 * gdb.threads/names.c: New file.
7568 * README: Mention gdb,no_thread_names.
7569
46a3515b
MM
75702015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7571
7572 PR 19297
7573 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7574 support" error.
7575
62147a22
PA
75762015-11-24 Pedro Alves <palves@redhat.com>
7577
7578 PR 17539
7579 * gdb.base/display.exp: Expect displays to be sorted in ascending
7580 order. Use multi_line.
7581 * gdb.base/solib-display.exp: Likewise.
7582
2f341b6e
PA
75832015-11-24 Pedro Alves <palves@redhat.com>
7584
7585 PR 17539
25d49b86
PA
7586 * gdb.base/display.exp: Expect displays to be sorted in ascending
7587 order. Use multi_line.
7588 * gdb.base/solib-display.exp: Likewise.
2f341b6e 7589
7e0aa6aa
PA
75902015-11-24 Pedro Alves <palves@redhat.com>
7591
7592 PR 17539
7593 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7594 threads in ascending order.
7595 * gdb.base/foll-fork.exp: Likewise.
7596 * gdb.base/foll-vfork.exp: Likewise.
7597 * gdb.base/multi-forks.exp: Likewise.
7598 * gdb.mi/mi-nonstop.exp: Likewise.
7599 * gdb.mi/mi-nsintrall.exp: Likewise.
7600 * gdb.multi/base.exp: Likewise.
7601 * gdb.multi/multi-arch.exp: Likewise.
7602 * gdb.python/py-inferior.exp: Likewise.
7603 * gdb.threads/break-while-running.exp: Likewise.
7604 * gdb.threads/execl.exp: Likewise.
7605 * gdb.threads/gcore-thread.exp: Likewise.
7606 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7607 * gdb.threads/kill.exp: Likewise.
7608 * gdb.threads/linux-dp.exp: Likewise.
7609 * gdb.threads/multiple-step-overs.exp: Likewise.
7610 * gdb.threads/next-bp-other-thread.exp: Likewise.
7611 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7612 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7613 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7614 * gdb.threads/thread-find.exp: Likewise.
7615 * gdb.threads/tls.exp: Likewise.
7616 * lib/mi-support.exp (mi_reverse_list): Delete.
7617 (mi_check_thread_states): No longer reverse list.
7618
2cc57ad8
PA
76192015-11-24 Pedro Alves <palves@redhat.com>
7620
7621 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7622 use lowercase.
7623
c93e8391
SM
76242015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7625
7626 * gdb.trace/actions.c: Include trace-common.h.
7627 (main): Add a location for a fast tracepoint.
7628 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7629 the normal tracepoints.
7630 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7631
045ccf91
SM
76322015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7633
7634 * save-trace.exp: Factor out code to these...
7635 (gdb_save_tracepoints): New.
7636 (gdb_load_tracepoints): New.
7637 (do_save_load_test): New.
7638
5506f9f6
KB
76392015-11-23 Kevin Buettner <kevinb@redhat.com>
7640
7641 * gdb.base/asmlabel.exp: New test.
7642 * gdb.base/asmlabel.c: New test case.
7643
16c3b12f
JB
76442015-11-23 Joel Brobecker <brobecker@adacore.com>
7645
7646 * gdb.base/wrong_frame_bt_full-main.c: New file.
7647 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7648 * gdb.base/wrong_frame_bt_full.exp: New file.
7649
155bfbd3
JB
76502015-11-23 Joel Brobecker <brobecker@adacore.com>
7651
7652 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7653
bb097445
JM
76542015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7655
206853a0 7656 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
7657 pstate register when comparing registers values in
7658 sparc64-*-linux-gnu targets to avoid spurious differences.
7659
9c88ed8f
JM
76602015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7661
206853a0 7662 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 7663
96161e25
SL
76642015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7665
7666 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7667 as type argument to gdb_compile.
7668 * gdb.base/nested-subp2.exp: Likewise.
7669 * gdb.base/nested-subp3.exp: Likewise.
7670
340c2830
DV
76712015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7672
7673 * lib/dwarf.exp (_note): Fix left shift of negative value.
7674 * gdb.trace/trace-condition.exp: Likewise.
7675
c1862d0f
YQ
76762015-11-13 Yao Qi <yao.qi@linaro.org>
7677
7678 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7679 comments about d10v.
7680 (test_scalar_returns): Likewise.
7681 * gdb.base/d10v.ld: Remove.
7682 * gdb.base/overlays.exp: Remove the target triplet checking for
7683 d10v-*-*.
7684 * gdb.base/structs.exp (test_struct_returns): Remove the
7685 comments about d10v.
7686 (test_struct_calls): Likewise.
7687
77ae9c19
YQ
76882015-11-13 Yao Qi <yao.qi@linaro.org>
7689
7690 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7691 * gdb.base/gnu_vector.c: Don't include stdio.h.
7692 (main): Don't print res and call add_some_intvecs.
7693
430e004e
MK
76942015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7695
7696 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7697 macro.
7698 (func5): Removed.
7699 (func4): Use FAST_TRACEPOINT_LABEL.
7700 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7701 macro.
7702 (func): Removed.
7703 (thread_function): Use FAST_TRACEPOINT_LABEL.
7704 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7705 (func): Remove.
7706 (marker): Use FAST_TRACEPOINT_LABEL.
7707 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7708 (pendfunc1): Remove.
7709 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7710 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7711 (foo): Remove.
7712 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7713 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7714 macro.
7715 (func): Remove.
7716 (marker): Use FAST_TRACEPOINT_LABEL.
7717 * gdb.trace/trace-common.h: New header.
7718 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7719 macro.
7720 (func): Remove.
7721 (marker): Use FAST_TRACEPOINT_LABEL.
7722 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7723 (func): Remove.
7724 (thread_function): Use FAST_TRACEPOINT_LABEL.
7725
6e7675a7
MK
77262015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7727
7728 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7729 in front.
7730 * gdb.trace/change-loc.exp: Use global pcreg definition.
7731 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7732 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7733 in front.
7734 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7735 * gdb.trace/pending.exp: Likewise.
7736 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7737 * gdb.trace/trace-break.exp: Likewise.
7738 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7739 in front.
7740 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7741 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7742 in front.
7743 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7744
dddc0e16
JB
77452015-11-09 Joel Brobecker <brobecker@adacore.com>
7746
7747 * gdb.ada/fin_fun_out: New testcase.
7748
c6f0b406
KB
77492015-11-07 Kevin Buettner <kevinb@redhat.com>
7750
7751 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7752 value associated with DW_AT_byte_size.
7753 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7754 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7755 DW_AT_upper_bound.
7756
f01dcfd9
KB
77572015-11-07 Kevin Buettner <kevinb@redhat.com>
7758
7759 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7760 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7761 version.
7762 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7763 gdb.dwarf2/dw2-canonicalize-type.exp,
7764 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7765 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7766 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7767 provided by gdb_target_symbol_prefix_flags_asm.
7768 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7769 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7770 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7771 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7772 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7773 macros where needed). Use this macro for symbols which require
7774 the prefix provided by SYMBOL_PREFIX.
7775
2223449a
KB
77762015-11-05 Kevin Buettner <kevinb@redhat.com>
7777
7778 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7779 New procs.
7780 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7781 representing expressions, of more than one list element.
7782 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7783 to prepend linker symbol prefix to f.
7784 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7785 table_1 and table_2.
7786 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7787 Likewise, for f and g.
7788 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7789 for ptr.
7790 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7791 for main.
7792 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7793 table_1_ptr and table_2_ptr.
7794
6f2f1a3a
JK
77952015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7796 Joel Brobecker <brobecker@adacore.com>
7797
7798 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7799
566c56c9
MK
78002015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7801
7802 * gdb.reverse/s390-mvcle.c: New test.
7803 * gdb.reverse/s390-mvcle.exp: New file.
7804 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7805
d5f0636b
MK
78062015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7807
7808 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7809
7ad8b86c
MK
78102015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7811
7812 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7813 reaching marker2.
7814 * gdb.reverse/getresuid-reverse.exp: Likewise.
7815 * gdb.reverse/pipe-reverse.exp: Likewise.
7816 * gdb.reverse/readv-reverse.exp: Likewise.
7817 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7818 * gdb.reverse/time-reverse.exp: Likewise.
7819 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7820
4081c0f1
YQ
78212015-10-30 Yao Qi <yao.qi@linaro.org>
7822
7823 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7824 (empty_cycle): Remove.
7825 (main): Don't call empty_cycle. Don't use watch_count_done.
7826 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7827 empty_cycle. Rewrite the code counting HW watchpoints.
7828
452b4ba5
MK
78292015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7830
7831 * gdb.reverse/fstatat-reverse.c: New test.
7832 * gdb.reverse/fstatat-reverse.exp: New file.
7833 * gdb.reverse/getresuid-reverse.c: New test.
7834 * gdb.reverse/getresuid-reverse.exp: New file.
7835 * gdb.reverse/pipe-reverse.c: New test.
7836 * gdb.reverse/pipe-reverse.exp: New file.
7837 * gdb.reverse/readv-reverse.c: New test.
7838 * gdb.reverse/readv-reverse.exp: New file.
7839 * gdb.reverse/recvmsg-reverse.c: New test.
7840 * gdb.reverse/recvmsg-reverse.exp: New file.
7841 * gdb.reverse/time-reverse.c: New test.
7842 * gdb.reverse/time-reverse.exp: New file.
7843 * gdb.reverse/waitpid-reverse.c: New test.
7844 * gdb.reverse/waitpid-reverse.exp: New file.
7845
5e2e7507
JK
78462015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7847
7848 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7849
0fde2c53
DE
78502015-10-26 Doug Evans <dje@google.com>
7851
7852 PR symtab/17391
7853 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7854 * gdb.dwarf2/bad-regnum.c: New file.
7855 * gdb.dwarf2/bad-regnum.exp: New file.
7856
1a70ae97
DE
78572015-10-26 Doug Evans <dje@google.com>
7858
7859 PR python/18938
7860 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7861 file.
7862
27dc26ab
JK
78632015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7864
7865 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7866 for a change by "Mention language in compile error message".
7867
bed91f4d
SM
78682015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7869
7870 PR python/18073
7871 * gdb.python/py-type.c (C::a_method): New.
7872 (C::a_const_method): New.
7873 (C::a_static_method): New.
7874 (a_function): New.
7875 * gdb.python/py-type.exp (test_fields): Test getting fields
7876 from function and method.
7877
3f2f83dd
KB
78782015-10-21 Keven Boell <keven.boell@intel.com>
7879
7880 * gdb.fortran/vla-alloc-assoc.exp: New file.
7881 * gdb.fortran/vla-datatypes.exp: New file.
7882 * gdb.fortran/vla-datatypes.f90: New file.
7883 * gdb.fortran/vla-history.exp: New file.
7884 * gdb.fortran/vla-ptype-sub.exp: New file.
7885 * gdb.fortran/vla-ptype.exp: New file.
7886 * gdb.fortran/vla-sizeof.exp: New file.
7887 * gdb.fortran/vla-sub.f90: New file.
7888 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7889 * gdb.fortran/vla-value-sub-finish.exp: New file.
7890 * gdb.fortran/vla-value-sub.exp: New file.
7891 * gdb.fortran/vla-value.exp: New file.
7892 * gdb.fortran/vla-ptr-info.exp: New file.
7893 * gdb.mi/mi-vla-fortran.exp: New file.
7894 * gdb.mi/vla.f90: New file.
7895
27145d50
SL
78962015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7897
7898 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7899 of hardwired timeout value.
7900
5f3ff4f8
JK
79012015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7902 Pedro Alves <palves@redhat.com>
7903
7904 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7905 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7906
bfd09d20
JS
79072015-10-19 Josh Stone <jistone@redhat.com>
7908
7909 * gdb.base/catch-syscall.c: Include <sched.h>.
7910 (unknown_syscall): New variable.
7911 (main): Trigger a vfork and an unknown syscall.
7912 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7913 (unknown_syscall_number): Likewise.
7914 (check_call_to_syscall): Accept an optional syscall pattern.
7915 (check_return_from_syscall): Likewise.
7916 (check_continue): Likewise.
7917 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7918 (test_catch_syscall_skipping_return): New test toggling off 'catch
7919 syscall' to step over the syscall return, then toggling back on.
7920 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7921 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7922 (do_syscall_tests): Call test_catch_syscall_without_args and
7923 test_catch_syscall_mid_vfork.
7924 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7925 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7926
b32b93c6
AS
79272015-10-19 Andrew Stubbs <ams@codesourcery.com>
7928
7929 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7930 print g_vE): Add new pass patterns.
7931 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7932 print various symbol names for vptr fields.
7933
9d622bda
AB
79342015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7935
7936 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7937 results.
7938
0fd8ac1c
YQ
79392015-10-12 Yao Qi <yao.qi@linaro.org>
7940
7941 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7942
34240514
YQ
79432015-10-12 Yao Qi <yao.qi@linaro.org>
7944
7945 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7946 is aarch64*-*-linux*.
7947
8240f442
YQ
79482015-10-12 Yao Qi <yao.qi@linaro.org>
7949
7950 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7951 (can_relocate_bcond_true): ... it.
7952 (can_relocate_bcond_false): New function.
7953 (foo): Likewise.
7954 (can_relocate_bl): Likewise.
7955 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7956 can_relocate_bl.
7957
2520f728
PMR
79582015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7959
7960 * gdb.base/nested-addr.c: New file.
7961 * gdb.base/nested-addr.exp: New testcase.
7962
abcef95a
MM
79632015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7964
7965 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7966 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7967 its output. Ignore the output of "record goto begin" and instead
7968 check that GDB is replaying.
7969
145e3ddb
PA
79702015-10-09 Pedro Alves <palves@redhat.com>
7971
7972 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7973 (top level): Use it in the run with no args test.
7974
d5d8c4e1
IB
79752015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7976
7977 * gdb.dlang/properties.exp: New file.
7978
06e635ef
SL
79792015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7980
7981 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7982 whether or not address 0x1000 is mapped on the target.
7983
e019fd1d
SM
79842015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7985
7986 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7987 build.
7988
77ba2a67
MM
79892015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7990
7991 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7992 instruction-history test.
7993
c60eb31f
DE
79942015-09-28 Doug Evans <dje@google.com>
7995
7996 * gdb.base/gcore.c (array_func): Add reference to static_array.
7997
9a3c8263
SM
79982015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7999
8000 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8001 source line.
8002
9720e656
SL
80032015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8004
8005 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8006 short or char as base type.
8007
938d3bf2
SL
80082015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8009
8010 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8011 to allow any size enum.
8012
e6c2c623
PMR
80132015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8014
8015 * gdb.ada/array_ptr_renaming.exp: New testcase.
8016 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8017 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8018
06da0f77
PL
80192015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8020
8021 * gdb.trace/ftrace-lock.c: New file.
8022 * gdb.trace/ftrace-lock.exp: New file.
8023
4f51c22a
PL
80242015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8025
8026 * gdb.arch/insn-reloc.c: New file.
8027 * gdb.arch/ftrace-insn-reloc.exp: New file.
8028
7041adf4
PL
80292015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8030
8031 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8032 instruction.
8033 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8034 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8035 * gdb.trace/range-stepping.c: Likewise.
8036 * gdb.trace/trace-break.c: Likewise.
8037 * gdb.trace/trace-mt.c (thread_function): Likewise.
8038 * gdb.trace/ftrace.c (marker): Likewise.
8039 * gdb.trace/trace-condition.c (marker): Likewise.
8040 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8041 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8042 is_aarch64_target.
8043
015d2e7e
DE
80442015-09-18 Doug Evans <xdje42@gmail.com>
8045
8046 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8047 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8048
26b188a2
SL
80492015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8050
8051 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8052 the breakpoint.
8053
79dc332b
SL
80542015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8055
8056 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8057 the pending breakpoint. Remove timeout override for "Run till
8058 MI pending breakpoint on pendfunc3 on thread 2" test.
8059
f57929f2
SL
80602015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8061
8062 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8063 filename pattern.
8064
3f469b17
SL
80652015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8066
8067 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8068 in breakpoint filename pattern.
8069
515b89b3
SL
80702015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8071
7800dbe4
SL
8072 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8073
80742015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8075
515b89b3
SL
8076 * gdb.linespec/explicit.exp: Check for readline support for
8077 tab-completion tests. Fix obvious typo.
8078
d2939ba2
MM
80792015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8080
8081 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8082 and replay.
8083
cbb55fa7
MM
80842015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8085
8086 * gdb.btrace/non-stop.c: New.
8087 * gdb.btrace/non-stop.exp: New.
8088
43691ca1
PL
80892015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8090 Yao Qi <yao.qi@linaro.org>
8091
8092 * gdb.trace/trace-condition.c: New file.
8093 * gdb.trace/trace-condition.exp: New file.
8094
d78908cf
WW
80952015-09-16 Wei-cheng Wang <cole945@gmail.com>
8096
8097 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8098 for testing bytecode compilation.
8099
1ed415e2
PA
81002015-09-16 Pedro Alves <palves@redhat.com>
8101 Sandra Loosemore <sandra@codesourcery.com>
8102
8103 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8104 (SECONDS): Redefine.
8105 (main): Call pthread_kill and alarm early.
8106 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8107 support.
8108 (test): If the target can't hardware step and doesn't support
8109 displaced stepping, increase the timeout.
8110
d136eff5
PA
81112015-09-16 Pedro Alves <palves@redhat.com>
8112
8113 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8114 (enable_debug): New procedures.
8115 (test): Use them. Bail out if waiting for threads fails.
8116 (top level): Bail out if a test fails.
8117
991f019c
YQ
81182015-09-16 Yao Qi <yao.qi@linaro.org>
8119
8120 * gdb.asm/asm-source.exp: Set asm-arch for
8121 aarch64*-*-* target.
8122 * gdb.asm/aarch64.inc: New file.
8123
bfca584f
PMR
81242015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8125
8126 * gdb.ada/array_of_variable_length.exp: New testcase.
8127 * gdb.ada/array_of_variable_length/foo.adb: New file.
8128 * gdb.ada/array_of_variable_length/pck.adb: New file.
8129 * gdb.ada/array_of_variable_length/pck.ads: New file.
8130
b326e587
DE
81312015-09-15 Doug Evans <dje@google.com>
8132
8133 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8134 of function static local variable.
8135
5382cfab
PW
81362015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8137
8138 * gdb.threads/tls-so_extern.exp: New test file.
8139 * gdb.threads/tls-so_extern.c: New test file.
8140 * gdb.threads/tls-so_extern_main.c: New test file.
8141
141c5cc4
JK
81422015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8143
8144 * gdb.opt/solib-intra-step-lib.c: New file.
8145 * gdb.opt/solib-intra-step-main.c: New file.
8146 * gdb.opt/solib-intra-step.exp: New file.
8147
d15dcecd
PA
81482015-09-15 Pedro Alves <palves@redhat.com>
8149
8150 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8151 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8152
4c2f2a79
PA
81532015-09-14 Pedro Alves <palves@redhat.com>
8154
8155 * gdb.base/hook-stop-continue.c: Delete.
8156 * gdb.base/hook-stop-continue.exp: Delete.
8157 * gdb.base/hook-stop-frame.c: Delete.
8158 * gdb.base/hook-stop-frame.exp: Delete.
8159 * gdb.base/hook-stop.c: New file.
8160 * gdb.base/hook-stop.exp: New file.
8161
919e6dbe
PMR
81622015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8163
8164 * gdb.ada/access_to_packed_array.exp: New testcase.
8165 * gdb.ada/access_to_packed_array/foo.adb: New file.
8166 * gdb.ada/access_to_packed_array/pack.adb: New file.
8167 * gdb.ada/access_to_packed_array/pack.ads: New file.
8168
157280a4
MM
81692015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8170
8171 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8172 buffer size test.
8173
2fd33e94
DB
81742015-09-11 Don Breazeal <donb@codesourcery.com>
8175
8176 * gdb.base/foll-exec.c: Add copyright header. Fix
8177 formatting issues.
8178 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8179 (do_exec_tests): Use clean_restart in place of zap_session,
8180 and for test initialization. Fix formatting issues. Use
8181 fail in place of perror.
8182 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8183 an expect statement to match an expression with output from
8184 the program under debug.
8185 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8186 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8187 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8188 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8189 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8190
e70b6e8e
DE
81912015-09-09 Doug Evans <dje@google.com>
8192
8193 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8194
7a551a51
DE
81952015-09-09 Doug Evans <dje@google.com>
8196
8197 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8198
4c666f84
DE
81992015-09-09 Doug Evans <dje@google.com>
8200
8201 * gdb.base/savedregs.exp: Fix typo.
8202
243a9253
PA
82032015-09-09 Pedro Alves <palves@redhat.com>
8204
8205 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8206
c0fa8fbd
SL
82072015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8208
8209 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8210 command actually switches threads. Give up on remaining
8211 tests if target fails to stop at breakpoint.
8212
cd7c1778
PMR
82132015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8214
8215 * gdb.ada/funcall_char.exp: New testcase.
8216 * gdb.ada/funcall_char/foo.adb: New file.
8217
dc5c8746
PMR
82182015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8219
8220 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8221 expected outputs. Add two testcases for completing ambiguous
8222 functions.
8223 * gdb.ada/complete/aux_pck.adb: New file.
8224 * gdb.ada/complete/aux_pck.ads: New file.
8225 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8226 Ambiguous_Func functions.
8227 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8228 * gdb.ada/complete/pck.adb: Likewise.
8229
4e83a1e7
UW
82302015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8231
8232 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8233 failures to run the test program under GDB.
8234
8ce74153
LM
82352015-08-26 Luis Machado <lgustavo@codesourcery.com>
8236
8237 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8238 to C.
8239
e9756d52
PP
82402015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8241
8242 * gdb.base/run-after-attach.exp: New test file.
8243 * gdb.base/run-after-attach.c: New test file.
8244
8d37573b
DB
82452015-08-26 Don Breazeal <donb@codesourcery.com>
8246
8247 * gdb.base/foll-exec-2.c: New test program.
8248 * gdb.base/foll-exec-2.exp: New test.
8249
63e43d3a
PMR
82502015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8251
8252 * gdb.base/nested-subp1.exp: New file.
8253 * gdb.base/nested-subp1.c: New file.
8254 * gdb.base/nested-subp2.exp: New file.
8255 * gdb.base/nested-subp2.c: New file.
8256 * gdb.base/nested-subp3.exp: New file.
8257 * gdb.base/nested-subp3.c: New file.
8258
3d40fbb5
PA
82592015-08-24 Pedro Alves <palves@redhat.com>
8260
8261 * gdb.server/connect-without-multi-process.c: New file.
8262 * gdb.server/connect-without-multi-process.exp: New file.
8263
4422ac93
LM
82642015-08-24 Luis Machado <lgustavo@codesourcery.com>
8265
8266 * gdb.opt/inline-markers.c: Make z int.
8267
91dddb86
LM
82682015-08-24 Luis Machado <lgustavo@codesourcery.com>
8269
8270 * gdb.opt/inline-markers.c: Make z volatile.
8271
a48847ee
LM
82722015-08-24 Luis Machado <lgustavo@codesourcery.com>
8273
8274 * gdb.opt/inline-bt.c: New volatile global z.
8275 * gdb.opt/inline-cmds.c: Likewise.
8276 * gdb.opt/inline-locals.c: Likewise.
8277 * gdb.opt/inline-markers.c: New extern global z.
8278 (marker): Use z.
8279 (inline_fn): Likewise.
8280
0ebbc52b
PA
82812015-08-24 Pedro Alves <palves@redhat.com>
8282
8283 * config/m32r-stub.exp: Remove file.
8284 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8285 * gdb.base/call-rt-st.exp: Likewise.
8286 * gdb.base/call-strs.exp: Likewise.
8287 * gdb.base/default.exp: Remove references to h8300-*-hms and
8288 *-*-udi*.
8289 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8290
77c365df
AA
82912015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8292
8293 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8294 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8295 and "return" use KFAIL when GDB can not read/write the vector
8296 return value.
8297
4313b8c0
GB
82982015-08-21 Gary Benson <gbenson@redhat.com>
8299
8300 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8301
0e433b32
PA
83022015-08-20 Pedro Alves <palves@redhat.com>
8303
8304 * gdb.server/solib-list.exp: No longer expect an interior stop in
8305 non-stop mode.
8306
221e1a37
PA
83072015-08-20 Pedro Alves <palves@redhat.com>
8308
8309 * gdb.server/connect-stopped-target.c: New file.
8310 * gdb.server/connect-stopped-target.exp: New file.
8311
40e3ad0e
PA
83122015-08-20 Pedro Alves <palves@redhat.com>
8313
8314 * gdb.dwarf2/comp-unit-lang.exp: New file.
8315 * gdb.dwarf2/comp-unit-lang.c: New file.
8316
af39b327
PMR
83172015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8318
8319 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8320 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8321
7d45c7c3 83222015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 8323
7d45c7c3
KB
8324 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8325 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8326
4d6cceb4
DE
83272015-08-18 Doug Evans <dje@google.com>
8328 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8329
8330 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8331 skip_python_tests. New arg prompt_regexp.
8332 (skip_python_tests): New function.
8333 * lib/mi-support.exp (mi_skip_python_tests): New function.
8334 * gdb.python/py-mi-objfile-gdb.py: New file.
8335 * gdb.python/py-mi-objfile.c: New file.
8336 * gdb.python/py-mi-objfile.exp: New file.
8337
ad89c2aa
KS
83382015-08-17 Keith Seitz <keiths@redhat.com>
8339
8340 * gdb.linespec/explicit.exp: Move strace test from here ...
8341 * gdb.trace/strace.exp: ... to here.
8342
e3ae3c43
PP
83432015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8344
8345 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8346 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8347
604b2636
DE
83482015-08-14 Doug Evans <xdje42@gmail.com>
8349
8350 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8351 inferior before selecting a new file.
8352
6ff0ba5f
DE
83532015-08-14 Doug Evans <xdje42@gmail.com>
8354
8355 * gdb.mi/mi-disassemble.exp: Update.
8356 * gdb.base/disasm-optim.S: New file.
8357 * gdb.base/disasm-optim.c: New file.
8358 * gdb.base/disasm-optim.h: New file.
8359 * gdb.base/disasm-optim.exp: New file.
8360
9ca98f92
KS
83612015-08-14 Keith Seitz <keiths@redhat.com>
8362
8363 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8364 "evaluated-by".
8365
52bbc560
JB
83662015-08-13 Joel Brobecker <brobecker@adacore.com>
8367
8368 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8369
5d8c3ed3
PMR
83702015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8371
8372 * gdb.ada/fun_renaming.exp: New testcase.
8373 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8374 * gdb.ada/fun_renaming/pack.adb: New file.
8375 * gdb.ada/fun_renaming/pack.ads: New file.
8376
ea8812bc
KS
83772015-08-12 Keith Seitz <keiths@redhat.com>
8378
8379 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8380 gdb_get_line_number.
8381
4dafcdeb
JB
83822015-08-12 Joel Brobecker <brobecker@adacore.com>
8383
8384 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8385 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8386 gdb.base/dso2dso.exp: New files.
8387
5ba32597
SDJ
83882015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8389 Pedro Alves <palves@redhat.com>
8390 Keith Seitz <keiths@redhat.com>
8391
8392 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8393 GDBFLAGS.
8394
b6dafabf
PP
83952015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8396
8397 * gdb.base/gdbhistsize-history.exp
8398 (test_histsize_history_setting): Use save_vars.
8399 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8400 Use save_vars.
8401 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8402 * gdb.base/readline.exp: Use save_vars.
8403
abe8e607
PP
84042015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8405
8406 * lib/gdb.exp (save_vars): New proc.
8407
629500fa
KS
84082015-08-11 Keith Seitz <keiths@redhat.com>
8409
8410 * gdb.base/help.exp: Update help_breakpoint_text.
8411
eb8c4e2e
KS
84122015-08-11 Keith Seitz <keiths@redhat.com>
8413
8414 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8415 (at toplevel): Call test_explicit_breakpoints.
8416 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8417 breakpoints.
8418 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8419 breakpoint conditions, "-cond".
8420
87f0e720
KS
84212015-08-11 Keith Seitz <keiths@redhat.com>
8422
8423 * gdb.linespec/3explicit.c: New file.
8424 * gdb.linespec/cpexplicit.cc: New file.
8425 * gdb.linespec/cpexplicit.exp: New file.
8426 * gdb.linespec/explicit.c: New file.
8427 * gdb.linespec/explicit.exp: New file.
8428 * gdb.linespec/explicit2.c: New file.
8429 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8430 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8431 before using in the matching pattern.
8432 Clarify that `prefix' is a regular expression.
8433
f00aae0f
KS
84342015-08-11 Keith Seitz <keiths@redhat.com>
8435
8436 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8437 test.
8438 Add tests for missing ",FMT" and ",".
8439
e27852be
DE
84402015-08-10 Doug Evans <dje@google.com>
8441 Keith Seitz <keiths@redhat.com>
8442
8443 PR gdb/17960
8444 * gdb.base/completion.exp: Add location completer tests.
8445
7f03bd92
PA
84462015-08-07 Pedro Alves <palves@redhat.com>
8447
8448 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8449 tests here.
8450 (top level): Run do_test with and without displaced stepping.
8451
3fc8eb30
PA
84522015-08-07 Pedro Alves <palves@redhat.com>
8453
8454 * gdb.base/valgrind-disp-step.c: New file.
8455 * gdb.base/valgrind-disp-step.exp: New file.
8456
d4569d7b
PA
84572015-08-07 Pedro Alves <palves@redhat.com>
8458
8459 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8460 Delete function.
8461 (main): Add alarm. Run an infinite loop instead of calling
8462 wait_threads.
8463 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8464 comment.
8465 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8466 Delete function.
8467 (main): Add alarm. Run an infinite loop instead of calling
8468 wait_threads.
8469 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8470 comment.
8471
e1316e60
PA
84722015-08-07 Pedro Alves <palves@redhat.com>
8473
8474 * gdb.base/checkpoint-ns.exp: New file.
8475 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8476 standard_testfile.
8477
da8c46d2
MM
84782015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8479
8480 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8481 * gdb.btrace/instruction_history.exp: Update.
8482 * gdb.btrace/tsx.exp: New.
8483 * gdb.btrace/tsx.c: New.
8484
de1c2c52
PA
84852015-08-06 Pedro Alves <palves@redhat.com>
8486
8487 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8488 increase timeout.
8489 * gdb.reverse/until-precsave.exp: Bump timeouts.
8490
782e0bf4
PA
84912015-08-06 Pedro Alves <palves@redhat.com>
8492
8493 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8494
83e97ed0
PA
84952015-08-06 Pedro Alves <palves@redhat.com>
8496
8497 PR gdb/18749
8498 * gdb.threads/process-dies-while-handling-bp.c: New file.
8499 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8500
863d01bd
PA
85012015-08-06 Pedro Alves <palves@redhat.com>
8502
8503 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8504 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8505
0a39bb32
PA
85062015-08-05 Pedro Alves <palves@redhat.com>
8507
8508 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8509 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8510
ee2d2b10
SL
85112015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8512
8513 * gdb.base/bp-permanent.exp: Report test as unsupported if
8514 the target cannot stop at the permanent breakpoint.
8515
4e1bdb00
DE
85162015-08-03 Doug Evans <dje@google.com>
8517
8518 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8519 10000.
8520
3d338901
DE
85212015-08-03 Doug Evans <dje@google.com>
8522
8523 * Makefile.in (workers/%.worker, build-perf): New rule.
8524 (GDB_PERFTEST_MODE): New variable.
8525 (check-perf): Use it.
8526 (clean): Clean up gdb.perf parallel build subdirs.
8527 * lib/build-piece.exp: New file.
8528 * lib/gdb.exp (make_gdb_parallel_path): New function
8529 (standard_output_file, standard_temp_file): Call it.
8530 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8531 of $GDB_PARALLEL.
8532 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8533
af061d3e
DE
85342015-08-03 Doug Evans <dje@google.com>
8535
8e1afc81 8536 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
8537 (LOG_FILE_NAME): New global.
8538 (TextReporter.__init__): Initialize self.txt_sum.
8539 (TextReporter.report): Add support for multiple data-points.
8540 Move report to perftest.sum, put raw data in perftest.log.
8541 (TextReporter.start): Open sum and log files.
8542 (TextReporter.end): Close sum and log files.
8e1afc81
DE
8543 * gdb.perf/lib/perftest/testresult.py
8544 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 8545
2c8c5d37
PA
85462015-07-31 Pedro Alves <palves@redhat.com>
8547
8548 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8549 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8550 kill_wait_spawned_process instead of explicit "kill -9".
8551 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8552 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8553 kill_wait_spawned_process.
8554 * gdb.base/attach-twice.exp: Likewise.
8555 * gdb.base/attach.exp: Likewise.
8556 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8557 gdb_test_multiple.
8558 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8559 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8560 kill_wait_spawned_process.
8561 * gdb.base/valgrind-infcall.exp: Likewise.
8562 * gdb.multi/multi-attach.exp: Likewise.
8563 * gdb.python/py-prompt.exp: Likewise.
8564 * gdb.python/py-sync-interp.exp: Likewise.
8565 * gdb.server/ext-attach.exp: Likewise.
8566 * gdb.threads/attach-into-signal.exp (corefunc): Use
8567 spawn_wait_for_attach, spawn_id_get_pid and
8568 kill_wait_spawned_process.
8569 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8570 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8571 spawn_id_get_pid and kill_wait_spawned_process.
8572 * gdb.threads/attach-stopped.exp (corefunc): Use
8573 spawn_wait_for_attach, spawn_id_get_pid and
8574 kill_wait_spawned_process.
8575 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8576 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8577 kill_wait_spawned_process instead of explicit "kill -9".
8578 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8579 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8580 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8581 processes. Don't map cygwin/windows pids here. Now returns a
8582 spawn id list.
8583
032a0fca
SL
85842015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8585
8586 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8587 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8588 correct patch.
8589
61a934ca
SL
85902015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8591
8592 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8593
4bc4d428
SL
85942015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8595
8596 Reapply:
8597 2014-05-21 Mark Wielaard <mjw@redhat.com>
8598
8599 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8600
998d452a
PA
86012015-07-30 Pedro Alves <palves@redhat.com>
8602
8603 * linux-low.c (handle_extended_wait): Set the child's last
8604 reported status to TARGET_WAITKIND_STOPPED.
8605
69dde7dc
PA
86062015-07-30 Pedro Alves <palves@redhat.com>
8607
8608 PR threads/18600
8609 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8610 only shows inferior 1.
8611
4dd63d48
PA
86122015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8613 Pedro Alves <palves@redhat.com>
8614
8615 PR threads/18600
8616 * gdb.threads/fork-plus-threads.c: New file.
8617 * gdb.threads/fork-plus-threads.exp: New file.
8618
d618e4c5
PP
86192015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8620
8621 * gdb.base/batch-preserve-term-settings.exp
8622 (test_terminal_settings_preserved_after_cli_exit): Use
8623 send_quit_command.
8624
1eef6428
PA
86252015-07-29 Pedro Alves <palves@redhat.com>
8626 Don Breazeal <donb@codesourcery.com>
8627
8628 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8629 output from both inferior_spawn_id and gdb_spawn_id.
8630
7da5b897
SDJ
86312015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8632
8633 * gdb.threads/attach-into-signal.exp (corefunc): Use
8634 with_test_prefix on nested loops, uniquefying the test messages.
8635
dac804df
SDJ
86362015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8637
8638 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8639 commit.
8640
06265e53
PP
86412015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8642
8643 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8644 New proc.
8645 (test_terminal_settings_preserved_after_sigterm): New test.
8646
18206ca3
PP
86472015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8648
8649 * gdb.base/batch-preserve-term-settings.exp
8650 (test_terminal_settings_preserved_after_cli_exit): New test.
8651
90074d11
PP
86522015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8653
8654 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8655 manipulation of saved_gdbflags.
8656 (test_terminal_settings_preserved): Remove global declaration of
8657 the unused variable pagination_prompt. Remove manipulation of
8658 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8659 GDBFLAGS.
8660
eb1a7902
PA
86612015-07-29 Pedro Alves <palves@redhat.com>
8662
8663 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8664
8b75dd3b
PA
86652015-07-29 Pedro Alves <palves@redhat.com>
8666
8667 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8668 at the top.
8669
dedad4e3
PA
86702015-07-29 Pedro Alves <palves@redhat.com>
8671
8672 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8673 (main): Call gdb_unbuffer_output.
8674 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8675 (main): Call gdb_unbuffer_output.
8676 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8677 (main): Call gdb_unbuffer_output.
8678 * gdb.base/call-strs.exp: Adjust to step over the
8679 gdb_unbuffer_output call.
8680 * gdb.base/catch-gdb-caused-signals.c: Include
8681 "../lib/unbuffer_output.c".
8682 (main): Call gdb_unbuffer_output.
8683 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8684 (main): Call gdb_unbuffer_output.
8685 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8686 (main): Call gdb_unbuffer_output.
8687 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8688 (main): Call gdb_unbuffer_output.
8689 * gdb.base/shlib-call.exp: Adjust to step over the
8690 gdb_unbuffer_output call.
8691 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8692 (main): Call gdb_unbuffer_output.
8693 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8694 (main): Call gdb_unbuffer_output.
8695 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8696 (main): Rename to ...
8697 (test): ... this.
8698 (main): Reimplement.
8699 * gdb.base/varargs.exp: Run to test instead of to main.
8700 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8701 (main): Call gdb_unbuffer_output.
8702
58789a91
PA
87032015-07-29 Pedro Alves <palves@redhat.com>
8704
8705 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8706 factore out from mi_continue_dprintf. For call-style dprintfs,
8707 expect dprintf output out of $inferior_spawn_id.
8708 (mi_continue_dprintf): Use mi_expect_dprintf.
8709 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8710 (main): Call gdb_unbuffer_output.
8711
e8376742
PA
87122015-07-29 Pedro Alves <palves@redhat.com>
8713
8714 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8715 (default_mi_gdb_start): Set inferior_spawn_id instead of
8716 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8717 gdb_spawn_id.
8718 (mi_gdb_test): Always expect inferior output from both
8719 $inferior_spawn_id and $gdb_spawn_id.
8720
08280010
PA
87212015-07-29 Pedro Alves <palves@redhat.com>
8722
8723 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8724 send_inferior and $inferior_spawn_id.
8725
4d30e432
PA
87262015-07-29 Pedro Alves <palves@redhat.com>
8727
8728 * gdb.gdb/complaints.exp (test_initial_complaints)
8729 (test_serial_complaints, test_short_complaints): Use
8730 gdb_test_stdio.
8731 (test_empty_complaint): Handle $inferior_spawn_id !=
8732 $gdb_spawn_id.
8733
0d30a335
PA
87342015-07-29 Pedro Alves <palves@redhat.com>
8735
8736 * gdb.base/varargs.exp: Use gdb_test_stdio.
8737
39413b29
PA
87382015-07-29 Pedro Alves <palves@redhat.com>
8739
8740 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8741
7cb000a9
PA
87422015-07-29 Pedro Alves <palves@redhat.com>
8743
8744 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8745
d7b8ac82
PA
87462015-07-29 Pedro Alves <palves@redhat.com>
8747
8748 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8749 parameter into two new parameters, "inf_result" and "gdb_result".
8750 Expect inferior output and gdb output from $inferior_spawn_id and
8751 $gdb_spawn_id, respectively. Adjust all callers.
8752
789c3a0c
PA
87532015-07-29 Pedro Alves <palves@redhat.com>
8754
8755 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8756 of gdb_test_sequence.
8757
77e760c3
PA
87582015-07-29 Pedro Alves <palves@redhat.com>
8759
8760 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8761 (saw_spurious_output): Expect inferior output from
8762 $inferior_spawn_id. Use gdb_test_stdio.
8763
8396d2cd
PA
87642015-07-29 Pedro Alves <palves@redhat.com>
8765
8766 * gdb.base/dprintf.exp: Use standard_testfile. Change
8767 prepare_for_testing call.
8768 (srcfile): Don't set.
8769 (restart): New procedure.
8770 (test_dprintf): New procecure, use to continue over dprintfs.
8771 (test_call, test_agent): New procedures, tests moved here.
8772 Restart gdb and recreate dprintfs. Adjust expected output.
8773
2051d61f
PA
87742015-07-29 Pedro Alves <palves@redhat.com>
8775
8776 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8777
452397af
PA
87782015-07-29 Pedro Alves <palves@redhat.com>
8779
8780 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8781
8aed9555
PA
87822015-07-29 Pedro Alves <palves@redhat.com>
8783
8784 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8785 gdb_test_stdio.
8786
188a61b4
PA
87872015-07-29 Pedro Alves <palves@redhat.com>
8788
8789 * lib/gdb.exp (gdb_test_stdio): New procedure.
8790
12264a45
PA
87912015-07-29 Pedro Alves <palves@redhat.com>
8792
8793 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8794
23ffc893
PA
87952015-07-29 Pedro Alves <palves@redhat.com>
8796
8797 * gdb.base/call-signal-resume.exp: Remove check for
8798 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8799 * gdb.base/unwindonsignal.exp: Likewise.
8800 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8801 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8802
65566918
PA
88032015-07-29 Pedro Alves <palves@redhat.com>
8804
8805 * gdb.base/siginfo-addr.c (pass): New function.
8806 (handler): Call it iff si_addr is correct.
8807 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8808 Set a breakpoint at "pass" and continue to it.
8809
d60a9221
SDJ
88102015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8811
8812 * gdb.python/py-objfile.exp: Make some tests have unique names.
8813 * gdb.python/py-pp-registration.exp: Likewise.
8814
bde40b8f
PA
88152015-07-28 Pedro Alves <palves@redhat.com>
8816
8817 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8818
13e1dec8
SM
88192015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8820
8821 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8822
da33c9a7
SM
88232015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8824
8825 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8826
077836f7
PP
88272015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8828
8829 * gdb.base/gdb-sigterm-2.exp: New test.
8830
b8cc7b2e
DE
88312015-07-25 Doug Evans <xdje42@gmail.com>
8832
8833 Revert:
8834 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8835 (workers/%.worker, build-perf): New rule.
8836 (GDB_PERFTEST_MODE): New variable.
8837 (check-perf): Use it.
8838 (clean): Clean up gdb.perf parallel build subdirs.
8839 * lib/build-piece.exp: New file.
8840 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8841 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8842 name.
8843 (standard_temp_file): Ditto.
8844 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8845 of $GDB_PARALLEL.
8846
c8bd4544
DE
88472015-07-24 Doug Evans <dje@google.com>
8848
8849 * gdb.perf/lib/perftest/utils.py: New file.
8850 * gdb.perf/gm-hello.cc: New file.
8851 * gdb.perf/gm-pervasive-typedef.cc: New file.
8852 * gdb.perf/gm-pervasive-typedef.h: New file.
8853 * gdb.perf/gm-std.cc: New file.
8854 * gdb.perf/gm-std.h: New file.
8855 * gdb.perf/gm-use-cerr.cc: New file.
8856 * gdb.perf/gm-utils.h: New file.
8857 * gdb.perf/gmonster-null-lookup.py: New file.
8858 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8859 * gdb.perf/gmonster-print-cerr.py: New file.
8860 * gdb.perf/gmonster-ptype-string.py: New file.
8861 * gdb.perf/gmonster-runto-main.py: New file.
8862 * gdb.perf/gmonster-select-file.py: New file.
8863 * gdb.perf/gmonster1-null-lookup.exp: New file.
8864 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8865 * gdb.perf/gmonster1-print-cerr.exp: New file.
8866 * gdb.perf/gmonster1-ptype-string.exp: New file.
8867 * gdb.perf/gmonster1-runto-main.exp: New file.
8868 * gdb.perf/gmonster1-select-file.exp: New file.
8869 * gdb.perf/gmonster1.cc: New file.
8870 * gdb.perf/gmonster1.exp: New file.
8871 * gdb.perf/gmonster2-null-lookup.exp: New file.
8872 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8873 * gdb.perf/gmonster2-print-cerr.exp: New file.
8874 * gdb.perf/gmonster2-ptype-string.exp: New file.
8875 * gdb.perf/gmonster2-runto-main.exp: New file.
8876 * gdb.perf/gmonster2-select-file.exp: New file.
8877 * gdb.perf/gmonster2.cc: New file.
8878 * gdb.perf/gmonster2.exp: New file.
8879
6eab34f3
DE
88802015-07-24 Doug Evans <dje@google.com>
8881
8882 * gdb.perf/README: New file.
8883 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8884 * lib/gen-perf-test.exp: New file.
8885
63738bfd
DE
88862015-07-24 Doug Evans <dje@google.com>
8887
8888 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8889 (PerfTest::startup): New function.
8890 (PerfTest::run): Return result of calling body.
8891 (PerfTest::assemble): Rewrite.
8892 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8893 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8894 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8895 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8896 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8897
7b606f95
DE
88982015-07-24 Doug Evans <dje@google.com>
8899
8900 * lib/gdb.exp (clean_restart): Make executable optional.
8901
a97b16b8
DE
89022015-07-24 Doug Evans <dje@google.com>
8903
8904 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8905 compiler_info references.
8906 * gdb.cp/temargs.exp: Ditto.
8907 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8908 (get_compiler_info): Early exit if already computed. Set compiler_info
8909 to "unknown" if there was a problem.
8910 (test_compiler_info): Add function comment. Call get_compiler_info.
8911
35baa57f
DE
89122015-07-24 Doug Evans <dje@google.com>
8913
8914 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8915 (workers/%.worker, build-perf): New rule.
8916 (GDB_PERFTEST_MODE): New variable.
8917 (check-perf): Use it.
8918 (clean): Clean up gdb.perf parallel build subdirs.
8919 * lib/build-piece.exp: New file.
8920 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8921 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8922 name.
8923 (standard_temp_file): Ditto.
8924 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8925 of $GDB_PARALLEL.
8926
6ebea266
DE
89272015-07-24 Doug Evans <dje@google.com>
8928
8929 * lib/future.exp (gdb_default_target_compile): New option
8930 "early_flags".
8931 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8932 --as-needed.
8933
1e76a7e9
SDJ
89342015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8935
8936 * gdb.base/catch-syscall.exp: Call gdb_exit before
8937 gdb_skip_xml_test.
8938
5068630a
PA
89392015-07-24 Pedro Alves <palves@redhat.com>
8940
8941 * gdb.python/py-events.exp: Accept output between the stop event
8942 and the prompt.
8943 * gdb.python/py-evsignal.exp: Likewise.
8944 * gdb.python/py-evthreads.exp: Likewise.
8945
77598427
PA
89462015-07-24 Pedro Alves <palves@redhat.com>
8947
8948 PR gdb/18717
8949 * gdb.threads/non-ldr-exit.c: New file.
8950 * gdb.threads/non-ldr-exit.exp: New file.
8951
11e6c98f
YQ
89522015-07-24 Yao Qi <yao.qi@linaro.org>
8953
8954 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8955 restarting process.
8956
51aee833
YQ
89572015-07-24 Yao Qi <yao.qi@linaro.org>
8958
8959 * gdb.server/ext-restart.exp: New file.
8960
8cfe207c
YQ
89612015-07-24 Yao Qi <yao.qi@linaro.org>
8962
8963 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8964 argument options.
8965 * gdb.server/ext-wrapper.exp: New file.
8966
cc12ce38
DE
89672015-07-23 Doug Evans <dje@google.com>
8968
8969 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8970 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8971
d0d84780
PMR
89722015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8973
8974 * gdb.ada/var_arr_typedef.exp: New testcase.
8975 * gdb.ada/var_arr_typedef/pack.adb: New file.
8976 * gdb.ada/var_arr_typedef/pack.ads: New file.
8977 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8978
8b558f79
JB
89792015-07-20 Joel Brobecker <brobecker@adacore.com>
8980
8981 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8982
775a3298
JK
89832015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8984
8985 * gdb.arch/i386-biarch-core.exp: Replace istarget
8986 by "complete set gnutarget". Remove expectation for the "core-file"
8987 command.
8988
db1ff28b
JK
89892015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8990
8991 Revert the previous commit:
8992 Tests for validate symbol file using build-id.
8993
0a94970d
JK
89942015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8995
8996 Tests for validate symbol file using build-id.
8997 * gdb.base/solib-mismatch-lib.c: New file.
8998 * gdb.base/solib-mismatch-libmod.c: New file.
8999 * gdb.base/solib-mismatch.c: New file.
9000 * gdb.base/solib-mismatch.exp: New file.
9001
03346981
SL
90022015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9003
9004 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9005 nios2-*-linux*.
9006 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9007 * gdb.base/siginfo.exp: Likewise.
9008 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9009
42422cc7
PL
90102015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9011
9012 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9013 Move it to ...
9014 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9015 ... here.
9016 * gdb.trace/range-stepping.exp: Check that the target supports
9017 range stepping.
9018
cfa68bae
JK
90192015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9020
9021 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9022
8ffdba26
PA
90232015-07-14 Pedro Alves <palves@redhat.com>
9024
9025 * gdb.base/killed-outside.exp: New file.
9026 * gdb.base/killed-outside.c: New file.
9027
218a5a11
JK
90282015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9029
9030 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9031 (n at main): New.
9032 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9033
e03ed3c6
AA
90342015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9035
9036 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9037 infcall tests instead of setting up for KFAIL.
9038
485668e5
MM
90392015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9040
9041 * gdb.btrace/record_goto-step.exp: New.
9042
08464196
JK
90432015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9044
9045 PR compile/18484
9046 * gdb.compile/compile.c (struct struct_type): Add volatile to
9047 selffield's type.
9048 * gdb.compile/compile.exp
9049 (compile code struct_object.selffield = &struct_object): Skip further
9050 struct_object tests if this one xfails.
9051
bcf5c1d9
RC
90522015-07-08 Robert O'Callahan <robert@ocallahan.org>
9053
9054 PR exp/18617
9055 * gdb.trace/ax.exp: Add test.
9056
4931af25
YQ
90572015-07-07 Yao Qi <yao.qi@linaro.org>
9058
9059 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9060 instead of istarget "aarch64*-*-*".
9061 * gdb.arch/aarch64-fp.exp: Likewise.
9062 * gdb.base/float.exp: Likewise.
9063 * gdb.reverse/aarch64.exp: Likewise.
9064 * lib/gdb.exp (is_aarch64_target): New proc.
9065
9fcf688e
YQ
90662015-07-07 Yao Qi <yao.qi@linaro.org>
9067
9068 * lib/gdb.exp (is_aarch32_target): New proc.
9069 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9070 instead of "istarget "arm*-*-*"".
9071 * gdb.arch/arm-disp-step.exp: Likewise.
9072 * gdb.arch/thumb-bx-pc.exp: Likewise.
9073 * gdb.arch/thumb-prologue.exp: Likewise.
9074 * gdb.arch/thumb-singlestep.exp: Likewise.
9075 * gdb.base/disp-step-syscall.exp: Likewise.
9076 * gdb.base/float.exp: Likewise.
9077
fbd8d50d
YQ
90782015-07-07 Yao Qi <yao.qi@linaro.org>
9079
9080 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9081 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9082
71be1fdc
YQ
90832015-07-07 Yao Qi <yao.qi@linaro.org>
9084
9085 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9086 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9087 if it exists.
9088 * gdb.multi/multi-arch.exp: Likewise.
9089
3e221d36
SM
90902015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9091
9092 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9093 print.
9094
d441430b
YQ
90952015-07-07 Yao Qi <yao.qi@linaro.org>
9096
9097 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9098
06f810bd
MG
90992015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9100
9101 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9102 '[' and ']' characters.
9103
5e61e7c0
IB
91042015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9105
9106 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9107
28bf096c
PA
91082015-06-29 Pedro Alves <palves@redhat.com>
9109
9110 PR threads/18127
9111 * gdb.threads/hand-call-new-thread.c: New file.
9112 * gdb.threads/hand-call-new-thread.c: New file.
9113
ee93cd5e
KS
91142015-06-26 Keith Seitz <keiths@redhat.com>
9115 Doug Evans <dje@google.com>
9116
9117 PR 16253
9118 * gdb.cp/var-tag-2.cc: New file.
9119 * gdb.cp/var-tag-3.cc: New file.
9120 * gdb.cp/var-tag-4.cc: New file.
9121 * gdb.cp/var-tag.cc: New file.
9122 * gdb.cp/var-tag.exp: New file.
9123
fc637f04
PP
91242015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9125
9126 * gdb.base/history-duplicates.exp: New test.
9127
2e52ae68
PP
91282015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9129
9130 * gdb.base/completion.exp: Test the completion of the "focus"
9131 command.
9132
6e22494e
JK
91332015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9134
9135 * gdb.arch/amd64-prologue-skip.S: New file.
9136 * gdb.arch/amd64-prologue-skip.exp: New file.
9137
bf7b9cd9
SM
91382015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9139
9140 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9141 is_address_zero_readable check.
9142
201e8dfd
PB
91432015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9144
9145 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9146 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9147
5cd867b4
YQ
91482015-06-24 Yao Qi <yao.qi@linaro.org>
9149
9150 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9151 linux targets.
9152
4d7be007
YQ
91532015-06-24 Yao Qi <yao.qi@linaro.org>
9154
9155 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9156 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9157 * gdb.base/siginfo-thread.exp: Likewise.
9158
07fcd301
YQ
91592015-06-22 Yao Qi <yao.qi@linaro.org>
9160
9161 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9162
52042a00
YQ
91632015-06-22 Yao Qi <yao.qi@linaro.org>
9164
9165 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9166 aarch64*-*-*.
9167 (skip_hw_watchpoint_tests): Likewise.
9168
74bd41ce
PP
91692015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9170
9171 * gdb.base/gdbinit-history.exp: Test the interaction between
9172 setting GDBHISTSIZE and setting the history size via .gdbinit.
9173
bc460514
PP
91742015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9175
9176 PR gdb/16999
9177 * gdb.base/gdbhistsize-history.exp: New test.
9178
b58c513b
PP
91792015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9180
9181 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9182 with GDBHISTSIZE.
9183 * gdb.base/readline.exp: Likewise.
9184
92046791
YQ
91852015-06-17 Yao Qi <yao.qi@linaro.org>
9186
9187 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9188 line.
9189
2093d2d3
PP
91902015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9191
9192 * gdb.base/gdbinit-history.exp: Add test case to check that
9193 an unlimited history file does not get truncated on exit.
9194
e6c693af
AA
91952015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9196
9197 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9198 (VECTOR): New macro. Use it...
9199 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9200 ...for these typedefs.
9201 (int8, char1, int1, double1): New typedefs.
9202 (struct just_int2, struct two_int2): New structures.
9203 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9204 (add_structvecs, add_singlevecs): New functions.
9205 (main): Call add_some_intvecs twice.
9206 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9207 the compile and exit upon failure. Try compiling for the "native"
9208 architecture. Test inferior function calls with vector arguments
9209 and vector return value handling with "finish" and "return".
9210
c74f7d1c
JT
92112015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9212
9213 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9214 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9215 PE file.
9216 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9217
98aa42ee
AT
92182015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9219
9220 PR breakpoints/16465
9221 * gdb.mi/mi-dprintf-pending.c: New file.
9222 * gdb.mi/mi-dprintf-pending.exp: New test.
9223 * gdb.mi/mi-dprintf-pendshr.c: New file.
9224
7d73c23c 92252015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 9226 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
9227
9228 * gdb.arch/i386-mpx-map.c: New file.
9229 * gdb.arch/i386-mpx-map.exp: New File.
9230
92312015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9232
9233 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9234 * gdb.arch/i386-mpx.exp: Indentation fixed.
9235
92362015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9237
9238 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9239 function and improved indentation.
9240 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9241 gdb_test_multiple. Added additional tests to skip the test.
9242
92432015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9244
9245 * gdb.arch/i386-avx512.c: Change path in include file.
9246 * gdb.arch/i386-avx512.exp: Change include dir path
9247 compilation flag.
9248 * gdb.arch/i386-mpx.c: Change path in include file.
9249 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9250 flag.
9251
d5eba19a
JK
92522015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9253
9254 * gdb.compile/compile-print.exp (compile print *vararray@3)
9255 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9256
7f361056
JK
92572015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9258
9259 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9260 (do not keep jit in memory): ... this.
9261 (expect 5): Change it to ...
9262 (expect no 5): ... this.
9263
3b462ec2
SM
92642015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9265
9266 PR gdb/15564
9267 * gdb.mi/mi-detach.exp: New file.
9268
e0619de6
JK
92692015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9270
9271 PR symtab/18392
9272 * gdb.arch/amd64-tailcall-self.S: New file.
9273 * gdb.arch/amd64-tailcall-self.c: New file.
9274 * gdb.arch/amd64-tailcall-self.exp: New file.
9275
e970cb34
DB
92762015-05-28 Don Breazeal <donb@codesourcery.com>
9277
9278 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9279 tests for remote targets by checking is_target_gdbserver.
9280
b2e2f908
DE
92812015-05-27 Doug Evans <dje@google.com>
9282
9283 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9284 * gdb.dwarf2/opaque-type-lookup.c: New file.
9285 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9286
82c7be31
DE
92872015-05-26 Doug Evans <dje@google.com>
9288
9289 * gdb.cp/iostream.cc: New file.
9290 * gdb.cp/iostream.exp: New file.
9291
b4f54984
DE
92922015-05-26 Doug Evans <dje@google.com>
9293
9294 * gdb.dwarf2/dw2-op-call.exp: Update.
9295 * gdb.dwarf2/dw4-sig-types.exp: Update.
9296 * gdb.dwarf2/implptr.exp: Update.
9297 * gdb.mi/mi-cmd-param-changed.exp: Update.
9298
4ea6efe9
DE
92992015-05-26 Doug Evans <dje@google.com>
9300
9301 * gdb.python/py-lazy-string.c: New file.
9302 * gdb.python/py-lazy-string.exp: New file.
9303 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9304 (main): Update. Add estring3.
9305 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9306 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9307
f6bb7db3
YQ
93082015-05-26 Omair Javaid <omair.javaid@linaro.org>
9309 Yao Qi <yao.qi@linaro.org>
9310
9311 * gdb.reverse/aarch64.c: New.
9312 * gdb.reverse/aarch64.exp: New.
9313
a81bfbd0
OJ
93142015-05-26 Omair Javaid <omair.javaid@linaro.org>
9315
25d49b86
PA
9316 * lib/gdb.exp (supports_process_record): Return true for
9317 aarch64*-linux*.
a81bfbd0
OJ
9318 (supports_reverse): Likewise.
9319
158bf1b4
PP
93202015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9321
9322 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9323 Use with_test_prefix.
9324
a0145030
AB
93252015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9326
9327 * gdb.base/completion.exp: Add test for completion of layout
9328 names.
9329
ebe3b578
AB
93302015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9331
9332 * lib/gdb.exp (skip_tui_tests): New proc.
9333 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9334
84204ed7
PA
93352015-05-19 Pedro Alves <palves@redhat.com>
9336
9337 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9338 Save the whole env array instead of just HOME. Unset HISTSIZE in
9339 the environment while testing. Restore whole environment
9340 afterwards.
9341
37442ce1
DE
93422015-05-16 Doug Evans <xdje42@gmail.com>
9343
9344 * gdb.guile/scm-ports.c: New file.
9345 * gdb.guile/scm-ports.exp: Add memory port tests.
9346
36de76f9
JK
93472015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9348
9349 * gdb.compile/compile-print.c: New file.
9350 * gdb.compile/compile-print.exp: New file.
9351
3a9558c4
JK
93522015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9353
9354 * gdb.compile/compile-ops.exp: Cast param to void.
9355 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9356 (compile code struct_object.selffield = &struct_object): Add xfail.
9357
aa715135
JG
93582015-05-15 Joel Brobecker <brobecker@adacore.com>
9359
9360 * gdb.ada/arr_enum_with_gap: New testcase.
9361
931e5bc3
JG
93622015-05-15 Joel Brobecker <brobecker@adacore.com>
9363
9364 * gdb.ada/byte_packed_arr: New testcase.
9365
9cd4d857
JB
93662015-05-15 Joel Brobecker <brobecker@adacore.com>
9367
9368 * gdb.ada/pckd_neg: New testcase.
9369
ebfd00d2
PP
93702015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9371
9372 PR gdb/17820
9373 * gdb.base/gdbinit-history.exp: New test.
9374 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9375 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9376
4c082a81
SC
93772015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9378
9379 * gdb.python/py-xmethods.cc: Enhance test case.
9380 * gdb.python/py-xmethods.exp: New tests.
9381 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9382 function.
9383 (B_indexoper): Likewise.
9384 (global_dm_list) : Add new xmethod worker functions.
9385
f7797074
SDJ
93862015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9387
9388 * gdb.base/coredump-filter.exp: Correctly unset
9389 "coredump_var_addr" array.
9390
a4674e4e
PA
93912015-05-08 Pedro Alves <palves@redhat.com>
9392
9393 * gdb.server/non-existing-program.exp: Unset spawn_id.
9394
df2eb078
SC
93952015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9396
9397 PR python/18291
9398 * gdb.python/py-xmethods.exp: Add tests.
9399
422349a3
YQ
94002015-05-08 Yao Qi <yao.qi@linaro.org>
9401
9402 PR gdb/18208
9403 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9404 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9405 function set_coredump_filter, and remove remote_exec call.
9406 Remove argument ipid. Callers update.
9407 (top level): Don't get inferior's PID.
9408
63fc80ce
AA
94092015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9410
9411 * gdb.base/watch_thread_num.exp: Skip test on targets without
9412 access watchpoints.
9413
80ad801e
PA
94142015-05-06 Pedro Alves <palves@redhat.com>
9415
9416 PR server/18081
9417 * gdb.server/non-existing-program.exp: New file.
9418
0fa7fe50
JB
94192015-05-05 Joel Brobecker <brobecker@adacore.com>
9420
9421 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9422
3ea89b92
PMR
94232015-05-05 Joel Brobecker <brobecker@adacore.com>
9424
9425 * gdb.ada/out_of_line_in_inlined: New testcase.
9426
87b8eff0
JB
94272015-05-05 Joel Brobecker <brobecker@adacore.com>
9428
9429 * gdb.ada/var_rec_arr: New testcase.
9430
5fccc635
YQ
94312015-04-30 Yao Qi <yao.qi@linaro.org>
9432
9433 * gdb.base/break-idempotent.exp: If
9434 skip_hw_watchpoint_multi_tests returns true, skip the tests
9435 on "rwatch" and "awatch".
9436
42d38f42
YQ
94372015-04-30 Yao Qi <yao.qi@linaro.org>
9438
9439 * gdb.base/relativedebug.exp: Invoke gdb command
9440 "info sharedlibrary", and if libc.so doesn't have debug info,
9441 skip the test.
9442
2ce1cdbf
DE
94432015-04-29 Doug Evans <dje@google.com>
9444
9445 * gdb.python/py-xmethods.exp: Add ptype tests.
9446 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9447 get_result_type method.
9448
f24a38c5
LM
94492015-04-29 Luis Machado <lgustavo@codesourcery.com>
9450
9451 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9452 the target does not support hardware watchpoints.
9453
ecbf2b3c
LM
94542015-04-29 Luis Machado <lgustavo@codesourcery.com>
9455
9456 * gdb.base/break-always.exp: Abort testing if writing to memory
9457 causes an error.
9458
34f5f757
DE
94592015-04-28 Doug Evans <dje@google.com>
9460
9461 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9462 * gdb.python/py-pp-registration.exp: ... here. New file.
9463 * gdb.python/py-pp-registration.c: New file.
9464 * gdb.python/py-pp-registration.py: New file.
9465
69b4374a
DE
94662015-04-28 Doug Evans <dje@google.com>
9467
9468 * gdb.python/py-bad-printers.c: New file.
9469 * gdb.python/py-bad-printers.py: New file.
9470 * gdb.python/py-bad-printers.exp: New file.
9471
59fb7612
SS
94722015-04-28 Sasha Smundak <asmundak@google.com>
9473
9474 * gdb.python/py-type.exp: New test.
9475
2631b16a
AW
94762015-04-28 Andy Wingo <wingo@igalia.com>
9477
9478 * gdb.python/py-parameter.exp:
9479 * gdb.guile/scm-parameter.exp: Escape the path that we are
9480 matching against, as it might contain characters that are special
9481 to regular expressions.
9482
460efde1
JB
94832015-04-27 Joel Brobecker <brobecker@adacore.com>
9484
9485 * gdb.ada/rec_comp: New testcase.
9486
2d369d8e
SDJ
94872015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9488
9489 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9490 before using it.
9491
cf75d6c3
AB
94922015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9493
9494 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9495 new tests for verilog output.
9496
8dbe7ca5
YQ
94972015-04-24 Yao Qi <yao.qi@linaro.org>
9498
9499 * boards/remote-gdbserver-on-localhost.exp: New file.
9500
4ef9fb2f
PA
95012015-04-23 Pedro Alves <palves@redhat.com>
9502
9503 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9504 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9505 "end of file", remove $inferior_spawn_id from the indirect list.
9506
0a803169
PA
95072015-04-23 Pedro Alves <palves@redhat.com>
9508
9509 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9510
749ef8f8
PA
95112015-04-23 Pedro Alves <palves@redhat.com>
9512
9513 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9514 on $any_spawn_id instead of only on $gdb_spawn_id.
9515
8aae4344
PM
95162015-04-21 Pierre Muller <muller@sourceware.org>
9517
9518 PR pascal/17815
9519 * lib/pascal.exp (gpc_compile): Add new option "class".
9520 (fpc_compile): Likewise.
9521 * gdb.pascal/case-insensitive-symbols.pas: New file.
9522 * gdb.pascal/case-insensitive-symbols.exp: New file.
9523
1586c8fb
GB
95242015-04-20 Gary Benson <gbenson@redhat.com>
9525
9526 * gdb.base/attach.exp: Fix three extended remote failures.
9527
1b6e6f5c
GB
95282015-04-17 Gary Benson <gbenson@redhat.com>
9529
9530 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9531 the main executable over the remote protocol.
9532
e797481d
PA
95332015-04-16 Pedro Alves <palves@redhat.com>
9534
9535 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9536 a new gdbserver if gdbserver_reconnect_p is set.
9537
1ca99c42
PA
95382015-04-16 Pedro Alves <palves@redhat.com>
9539
9540 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9541 is set, don't exit gdbserver.
9542
af9fd6f8
AA
95432015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9544
9545 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9546 appropriate .insn, such that an older assembler can be used.
9547 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9548 the z/Architecture instruction set on 31-bit targets as well.
9549
04ff1e61
AA
95502015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9551
9552 * gdb.go/handcall.exp: Remove all logic related to the first
9553 breakpoint and rely on go_runto_main instead.
9554 * gdb.go/strings.exp: Likewise.
9555 * gdb.go/unsafe.exp: Likewise.
9556 * gdb.go/hello.exp: Likewise. Also rename the remaining
9557 breakpoint marker to "breakpoint 1".
9558 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9559 * gdb.go/strings.go: Likewise.
9560 * gdb.go/unsafe.go: Likewise.
9561 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9562 "set breakpoint 2 here" and rename the remaining breakpoint marker
9563 to "breakpoint 1".
9564
40d2f8d6
SM
95652015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9566
9567 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9568 if itertools.imap is not present.
9569 * gdb.python/py-objfile.exp: Add parentheses.
9570 * gdb.python/py-type.exp: Same.
9571 * gdb.python/py-unwind-maint.py: Same.
9572
8cbc97c6
YQ
95732015-04-15 Yao Qi <yao.qi@linaro.org>
9574
9575 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9576 of ":$ptr_size" and set its form explicitly.
9577
45fd756c
YQ
95782015-04-15 Pedro Alves <palves@redhat.com>
9579 Yao Qi <yao.qi@linaro.org>
9580
9581 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9582 timeout by factor of 4.
9583 (test_regular_watch): Likewise.
9584 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9585 * gdb.reverse/sigall-reverse.exp: Likewise.
9586 * gdb.reverse/until-precsave.exp: Likewise.
9587 * lib/gdb.exp (with_timeout_factor): New proc.
9588 (gdb_expect): Move some code to ...
9589 (get_largest_timeout): ... here. New procedure.
9590
9e811bc3
LM
95912015-04-14 Luis Machado <lgustavo@codesourcery.com>
9592
9593 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9594
0ff6fcb2
LM
95952015-04-13 Luis Machado <lgustavo@codesourcery.com>
9596
9597 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9598 to write to the .text section.
9599
7578d5f7
LM
96002015-04-13 Luis Machado <lgustavo@codesourcery.com>
9601
9602 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9603 Handle the case of targets that do not provide PID information.
9604
2efe15c4
YQ
96052015-04-13 Yao Qi <yao.qi@linaro.org>
9606
9607 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9608 and use expect instead of gdb_expect.
9609
8cd8f2f8
SDJ
96102015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9611
9612 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9613 "coredump_var_addr" to avoid naming conflict with other testcases.
9614
9ee41772
PA
96152015-04-10 Pedro Alves <palves@redhat.com>
9616
9617 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9618 gdb_test_sequence and gdb_assert.
9619
07473109
PA
96202015-04-10 Pedro Alves <palves@redhat.com>
9621
9622 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9623 test messages that don't include the breakpoint address.
9624
de3db44c
YQ
96252015-04-10 Yao Qi <yao.qi@linaro.org>
9626
9627 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9628 false for some offset and width combinations which aren't
9629 supported by linux kernel.
9630
c79d856c
PA
96312015-04-10 Pedro Alves <palves@redhat.com>
9632
9633 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9634 procedure, factored out from ...
9635 (top level): ... here. Add "set displaced-stepping" testing axis.
9636 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9637 parameter "displaced". Use it.
9638 (top level): Use foreach and add "set displaced-stepping" testing
9639 axis.
9640
ebc90b50
PA
96412015-04-10 Pedro Alves <palves@redhat.com>
9642
9643 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9644 Remove comment.
9645 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9646 both the address of the instruction that triggers the watchpoint
9647 and the address of the instruction immediately after, and use
9648 those addresses for the test. Fix comment.
9649
8f572e5c
PA
96502015-04-10 Pedro Alves <palves@redhat.com>
9651
9652 * gdb.base/sigstep.exp (breakpoint_to_handler)
9653 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9654 Test "backtrace" in handler.
9655 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9656 (top level): Add new "displaced" test axis to
9657 breakpoint_to_handler, breakpoint_to_handler_entry and
9658 breakpoint_over_handler.
9659
8d707a12
PA
96602015-04-10 Pedro Alves <palves@redhat.com>
9661
9662 PR gdb/18216
9663 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9664
ef713951
YQ
96652015-04-10 Yao Qi <yao.qi@linaro.org>
9666
9667 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9668 (test_add_rn_pc): New function.
9669 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9670 (top level): Invoke test_add_rn_pc.
9671
906d60cf
PA
96722015-04-10 Pedro Alves <palves@redhat.com>
9673
9674 PR gdb/13858
9675 * gdb.base/step-over-no-symbols.exp: New file.
9676
f2983cc3
AW
96772015-04-09 Andy Wingo <wingo@igalia.com>
9678
9679 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9680 after the Python tests.
9681
6d62641c
SDJ
96822015-04-08 Keith Seitz <keiths@redhat.com>
9683
9684 PR python/16699
9685 * gdb.python/py-completion.exp: New tests for completion.
9686 * gdb.python/py-completion.py (CompleteLimit1): New class.
9687 (CompleteLimit2): Likewise.
9688 (CompleteLimit3): Likewise.
9689 (CompleteLimit4): Likewise.
9690 (CompleteLimit5): Likewise.
9691 (CompleteLimit6): Likewise.
9692 (CompleteLimit7): Likewise.
9693
f3770638
PA
96942015-04-08 Pedro Alves <palves@redhat.com>
9695
9696 PR gdb/18214
9697 PR gdb/18216
9698 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9699 function.
9700 (main): Install it as SIGUSR1 handler.
9701 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9702 parameter. Always use "setup" as prefix. Toggle "set
9703 displaced-stepping" off/on depending on global. Don't switch to
9704 thread 1 here.
9705 (top level): Add displaced stepping "off/on" test axis. Update
9706 "setup" calls. Wrap each subtest with with_test_prefix. Test
9707 continuing with a queued signal in each thread.
9708
4496bed7
PA
97092015-04-08 Pedro Alves <palves@redhat.com>
9710
9711 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9712 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9713 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9714 Return early if running to main fails.
9715 * gdb.trace/while-stepping.exp: Likewise.
9716
b97fde92
PA
97172015-04-07 Pedro Alves <palves@redhat.com>
9718
9719 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9720 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9721 interact with inferior program.
9722
f71c18e7
PA
97232015-04-07 Pedro Alves <palves@redhat.com>
9724
9725 * lib/gdb.exp (inferior_spawn_id): New global.
9726 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9727 spawn id after processing the user code.
9728 (default_gdb_start): Set inferior_spawn_id.
9729 (send_inferior): New procedure.
9730 * lib/gdbserver-support.exp (gdbserver_start): Set
9731 inferior_spawn_id.
9732 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9733
6423214f
PA
97342015-04-07 Pedro Alves <palves@redhat.com>
9735
9736 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9737 * lib/gdbserver-support.exp (gdbserver_start): Make
9738 $server_spawn_id global.
9739 (gdbserver_start): Don't wait for gdbserver's spawn id with
9740 expect_background.
9741 (close_gdbserver): New procedure.
9742 (gdb_exit): Rename the default version and reimplement.
9743
71c0ee8c
PA
97442015-04-07 Pedro Alves <palves@redhat.com>
9745
72f4393d 9746 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
9747 append the substituted item, not the original item.
9748
203bc29b
PA
97492015-04-07 Pedro Alves <palves@redhat.com>
9750
9751 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9752 gdb_expect.
9753
508a3ddf
PA
97542015-04-07 Pedro Alves <palves@redhat.com>
9755
9756 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9757 output appearing once only.
9758
9f6dbe2b
PA
97592015-04-07 Pedro Alves <palves@redhat.com>
9760
9761 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9762 that doesn't expect anything. Return early if running to main
9763 fails.
9764
337532fa
YQ
97652015-04-07 Yao Qi <yao.qi@linaro.org>
9766
9767 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9768 (child_function): Call alarm.
9769 (main): Move call to alarm into the loop.
9770 * gdb.threads/non-stop-fair-events.exp: Build program with
9771 -DTIMEOUT=$timeout.
9772
01b622d4
DE
97732015-04-06 Doug Evans <xdje42@gmail.com>
9774
9775 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9776 Fix dest parameter to board_info.
9777 (fpc_compile): Ditto.
9778 (gdb_compile_pascal): Rename dest arg to destfile.
9779
961f4160
PMR
97802015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9781
9782 * gdb.ada/funcall_ref.exp: New file.
9783 * gdb.ada/funcall_ref/foo.adb: New file.
9784
cafda597
YQ
97852015-04-02 Yao Qi <yao.qi@linaro.org>
9786
9787 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9788 is remote.
9789
fed040c6
GB
97902015-04-02 Gary Benson <gbenson@redhat.com>
9791
9792 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9793
d11916aa
SS
97942015-04-01 Sasha Smundak <asmundak@google.com>
9795
9796 * gdb.python/py-unwind-maint.c: New file.
9797 * gdb.python/py-unwind-maint.exp: New test.
9798 * gdb.python/py-unwind-maint.py: New file.
9799 * gdb.python/py-unwind.c: New file.
9800 * gdb.python/py-unwind.exp: New test.
9801 * gdb.python/py-unwind.py: New test.
9802
a1471180
PA
98032015-04-01 Pedro Alves <palves@redhat.com>
9804
9805 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9806 to fail instead of non-existent $test.
9807
0bbeccb1
PA
98082015-04-01 Pedro Alves <palves@redhat.com>
9809
9810 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9811 GDBFLAGS if not empty.
9812
3c724c8c
PMR
98132015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9814
9815 * gdb.ada/complete.exp: Remove "multi_line".
9816 * gdb.ada/info_exc.exp: Remove "multi_line".
9817 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9818 * gdb.ada/ptype_field.exp: Remove "multi_line".
9819 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9820 * gdb.ada/tagged.exp: Remove "multi_line".
9821 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9822 [multi_line ...]
9823 * gdb.btrace/delta.exp: Likewise.
9824 * gdb.btrace/exception.exp: Likewise.
9825 * gdb.btrace/function_call_history.exp: Likewise.
9826 * gdb.btrace/instruction_history.exp: Likewise.
9827 * gdb.btrace/nohist.exp: Likewise.
9828 * gdb.btrace/record_goto.exp: Likewise.
9829 * gdb.btrace/segv.exp: Likewise.
9830 * gdb.btrace/stepi.exp: Likewise.
9831 * gdb.btrace/tailcall.exp: Likewise.
9832 * gdb.btrace/unknown_functions.exp: Likewise.
9833 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9834 * lib/gdb.exp: Add the "multi_line" helper.
9835
4eec2deb
PA
98362015-04-01 Pedro Alves <palves@redhat.com>
9837
9838 * gdb.threads/tid-reuse.c: New file.
9839 * gdb.threads/tid-reuse.exp: New file.
9840
df8411da
SDJ
98412015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9842
9843 PR corefiles/16092
9844 * gdb.base/coredump-filter.c: New file.
9845 * gdb.base/coredump-filter.exp: Likewise.
9846
6ef37366
PM
98472015-03-27 Petr Machata <pmachata@redhat.com>
9848
9849 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9850 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9851 (Dwarf::assemble): Initialize them.
9852 (Dwarf::lines): New function.
9853
7ec911b0
JT
98542015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9855
9856 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9857 SYMBOL_PREFIX for x86_64-*-cygwin.
9858
ff908ebf
AW
98592015-03-26 Andy Wingo <wingo@igalia.com>
9860
9861 PR symtab/18148
9862 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9863 const_value but not a location.
9864 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9865 location defined in non-main CUs are visible.
9866
6d5f0679
YQ
98672015-03-26 Yao Qi <yao.qi@linaro.org>
9868
9869 PR testsuite/18139
9870 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9871 Add a line number entry for the same line.
9872 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9873 Add a line number entry for the same line.
9874
2898689b
YQ
98752015-03-26 Yao Qi <yao.qi@linaro.org>
9876
9877 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9878 .int 0.
9879 (func): Likewise. Add .Lfunc_1 label.
9880 Use .Lfunc_1 label.
9881 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9882 .int 0.
9883 (func): Likewise.
9884 Use .Lfunc_1 label.
9885
85180498
YQ
98862015-03-26 Yao Qi <yao.qi@linaro.org>
9887
9888 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9889 Call gdb_compile instead to compile each .s files without debug
9890 information.
9891
8aa08a8d
YQ
98922015-03-26 Yao Qi <yao.qi@linaro.org>
9893
9894 * gdb.base/savedregs.exp (process_saved_regs): Make
9895 "Saved registers:" optional in the pattern.
9896
66849923
MM
98972015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9898
9899 * gdb.btrace/next.exp: Merged into step.exp.
9900 * gdb.btrace/finish.exp: Merged into step.exp.
9901 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9902 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9903 "record goto" and checking the exact replay position.
9904 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9905 check for "Recording format" in "info record" output.
9906 * gdb.btrace/record_goto.exp: Choose test file based on target.
9907 * gdb.btrace/x86-record_goto.S: Renamed into ...
9908 * gdb.btrace/x86_64-record_goto.S: ... this.
9909 * gdb.btrace/i686-record_goto.S: New.
9910 * gdb.btrace/x86-tailcall.S: Renamed into ...
9911 * gdb.btrace/x86_64-tailcall.S: ... this.
9912 * gdb.btrace/i686-tailcall.S: New.
9913 * gdb.btrace/x86-tailcall.c: Renamed into ...
9914 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9915 separate statements. Update test.
9916 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9917 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9918 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9919 * gdb.btrace/tailcall.exp: Choose test file based on target.
9920 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9921
11cc1b74
MM
99222015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9923
9924 * gdb.btrace/exception.exp: Increase BTS buffer size.
9925
a25d8bf9
PA
99262015-03-24 Pedro Alves <palves@redhat.com>
9927
9928 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9929
856e7dd6
PA
99302015-03-24 Pedro Alves <palves@redhat.com>
9931
9932 * gdb.threads/schedlock.exp (test_step): No longer expect that
9933 "set scheduler-locking step" with "next" over a function call runs
9934 threads unlocked.
9935
ad235a41
AT
99362015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9937
9938 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9939
15630549
AT
99402015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9941
9942 PR breakpoints/16466
9943 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9944 * gdb.mi/mi-pending.c (thread_func): New function.
9945 (int main): Add threading support required.
9946 * gdb.mi/mi-pending.exp: Add tests for this issue.
9947 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9948 (pendfunc2): Remove stdio dependency.
9949 * gdb.mi/mi-pendshr2.c: New file.
9950
693dca06
KS
99512015-03-23 Keith Seitz <keiths@redhat.com>
9952
9953 * gdb.linespec/keywords.c: New file.
9954 * gdb.linespec/keywords.exp: New file.
9955
7e993ebf
KS
99562015-03-23 Keith Seitz <keiths@redhat.com>
9957
9958 PR gdb/18021
9959 * gdb.dwarf2/staticvirtual.exp: New test.
9960
bc23328c
JK
99612015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9962
9963 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9964 * README: Remove HP-UX and gdb.hp.
9965 (configuration):
9966 * configure: Regenerate.
9967 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9968 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9969 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9970 gdb.hp/gdb.defects/Makefile.
9971 * gdb.hp/Makefile.in: File deleted.
9972 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9973 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9974 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9975 * gdb.hp/gdb.aCC/run.c: File deleted.
9976 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9977 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9978 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9979 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9980 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9981 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9982 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9983 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9984 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9985 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9986 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9987 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9988 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9989 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9990 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9991 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9992 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9993 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9994 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9995 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9996 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9997 * gdb.hp/gdb.compat/average.c: File deleted.
9998 * gdb.hp/gdb.compat/sum.c: File deleted.
9999 * gdb.hp/gdb.compat/xdb.c: File deleted.
10000 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10001 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10002 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10003 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10004 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10005 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10006 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10007 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10008 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10009 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10010 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10011 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10012 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10013 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10014 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10015 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10016 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10017 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10018 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10019 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10020 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10021 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10022 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10023 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10024 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10025 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10026 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10027 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10028 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10029 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10030 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10031 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10032 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10033 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10034 * gdb.hp/tools/odump: File deleted.
10035
8bf3b159
PA
100362015-03-19 Pedro Alves <palves@redhat.com>
10037
10038 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10039 (saw_thread_3): New globals.
10040 (top level): Increment them when an event for the corresponding
10041 thread is seen.
10042 (no thread starvation): New test.
10043
eb54c8bf
PA
100442015-03-19 Pedro Alves <palves@redhat.com>
10045
10046 * gdb.threads/continue-pending-status.c: New file.
10047 * gdb.threads/continue-pending-status.exp: New file.
10048
32d2e5d6
PA
100492015-03-18 Pedro Alves <palves@redhat.com>
10050
10051 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10052 Use gdb_is_target_remote instead of is_remote. Use
10053 gdb_test_multiple instead of gdb_expect. Exit early if
10054 gdb_test_multiple hits its internal matches. Tighten stepi tests
10055 expected output. Fail on exit with any signal, instead of just
10056 SIGILL.
10057
f68f11b7
YQ
100582015-03-18 Yao Qi <yao.qi@linaro.org>
10059
10060 PR tdep/18107
10061 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10062 variable.
10063 * gdb.base/catch-syscall.exp: Don't skip it on
10064 aarch64*-*-linux* target. Remove elements in all_syscalls.
10065 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10066 target.
10067 (setup_all_syscalls): New proc.
10068
ca5fd19b
YQ
100692015-03-16 Yao Qi <yao.qi@linaro.org>
10070
10071 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10072 (top level): Skip tests if valid_addr_p returns false for
10073 $cmd1 or $cmd2.
10074
85642ba0
AW
100752015-03-11 Andy Wingo <wingo@igalia.com>
10076
10077 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10078
e03f9645
YQ
100792015-03-11 Yao Qi <yao.qi@linaro.org>
10080
10081 * gdb.base/catch-syscall.exp: Fix typo in comments.
10082
5d0962b2
YQ
100832015-03-11 Yao Qi <yao.qi@linaro.org>
10084
10085 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10086
b2df3cef
PA
100872015-03-09 Pedro Alves <palves@redhat.com>
10088
10089 * dg-extract-results.py: Delete.
10090
ef878e53
PA
100912015-03-09 Pedro Alves <palves@redhat.com>
10092
10093 Merge dg-extract-results.sh from GCC upstream (r218843).
10094
10095 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10096 * dg-extract-results.sh: Use --text with grep to avoid issues with
10097 binary files. Fall back to cat -v, if that doesn't work.
10098
9494d219
PA
100992015-03-05 Pedro Alves <palves@redhat.com>
10100
10101 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10102
a8d9763a
SM
101032015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10104
10105 * lib/mi-support.exp (mi_expect_interrupt): Accept
10106 alternative event for when in all-stop mode.
10107
be9957b8
PA
101082015-03-04 Pedro Alves <palves@redhat.com>
10109
10110 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10111
d57be0f4 101122015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
10113
10114 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10115
c214c7cf
AA
101162015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10117
10118 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10119 regexps for GDB's current line display, accept a hex address
10120 preceding the line number.
10121
6d74a497
AA
101222015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10123
10124 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10125 the 'arch1' variable for "s390*-linux*" targets.
10126
511aee7c
PA
101272015-03-04 Pedro Alves <palves@redhat.com>
10128
10129 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10130 (main): Pass missing retval argument to pthread_join call.
10131
95e50b27
PA
101322015-03-02 Pedro Alves <palves@redhat.com>
10133
10134 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10135 (top level): Call do_test with non-stop as well.
10136
28054d69
PA
101372015-03-02 Pedro Alves <palves@redhat.com>
10138
10139 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10140 -1.
10141
4fa5d7b4
AA
101422015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10143
10144 * gdb.arch/s390-vregs.exp: New test.
10145 * gdb.arch/s390-vregs.S: New file.
10146
97c18565
PA
101472015-02-27 Pedro Alves <palves@redhat.com>
10148
10149 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10150 call to catch_command_errors.
10151 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10152 catch_command_errors.
10153
a37bfa30
PA
101542015-02-27 Pedro Alves <palves@redhat.com>
10155
10156 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10157 "true" for boolean result.
10158 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10159 prototype of main.
10160
6f98576f
PA
101612015-02-27 Pedro Alves <palves@redhat.com>
10162
10163 * lib/unbuffer_output.c: New file.
10164 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10165 (main): Call gdb_unbuffer_output.
10166
eba5ab56
YQ
101672015-02-27 Yao Qi <yao.qi@linaro.org>
10168
10169 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10170 target.
10171
0def5aaa
DE
101722015-02-26 Doug Evans <dje@google.com>
10173
10174 * gdb.cp/class2.cc (Dbase, D): New classes.
10175 (main): New local delta.
10176 * gdb.cp/class2.exp: Test printing delta.
10177 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10178 (dynbar): New global.
10179 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10180
081a1c2c
JK
101812015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10182
10183 * gdb.compile/compile-ifunc.c: New file.
10184 * gdb.compile/compile-ifunc.exp: New file.
10185
2f41223f
AT
101862015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10187
10188 * gdb.base/structs.exp: Check for correct struct on finish.
10189
03eddd80
YQ
101902015-02-26 Yao Qi <yao.qi@linaro.org>
10191
10192 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10193 is zero.
10194
80c57053
JK
101952015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10196
10197 * gdb.arch/cordic.ko.bz2: New file.
10198 * gdb.arch/cordic.ko.debug.bz2: New file.
10199 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10200
21613c12
YQ
102012015-02-25 Yao Qi <yao.qi@linaro.org>
10202
10203 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10204 aarch64*-*-* target.
10205
d8b901ed
PA
102062015-02-23 Pedro Alves <palves@redhat.com>
10207
10208 * lib/gdb.exp (delete_breakpoints): Rewrite using
10209 gdb_test_multiple.
10210
e5b85ead
PA
102112015-02-23 Pedro Alves <palves@redhat.com>
10212
10213 * gdb.base/info-os.c: Include stdlib.h.
10214
85c3a371
DE
102152015-02-22 Doug Evans <xdje42@gmail.com>
10216
10217 PR symtab/17855
10218 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10219 is read after symbols have been re-read.
10220 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10221 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10222
96553a0c
DE
102232015-02-21 Doug Evans <dje@google.com>
10224
10225 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10226
97a0c697
JK
102272015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10228
10229 PR corefiles/17808
10230 * gdb.arch/i386-biarch-core.core.bz2: New file.
10231 * gdb.arch/i386-biarch-core.exp: New file.
10232
a47cd6e9
PA
102332015-02-21 Pedro Alves <palves@redhat.com>
10234
10235 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10236 runto_main fails.
10237
c5facdc4
PA
102382015-02-20 Pedro Alves <palves@redhat.com>
10239
10240 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10241 info probes.
10242
2db9a427
PA
102432015-02-20 Pedro Alves <palves@redhat.com>
10244
10245 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10246
60fb7e9e
PA
102472015-02-20 Pedro Alves <palves@redhat.com>
10248
10249 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10250 clean_restart before gdb_target_supports_trace.
10251
5c5019c2
PA
102522015-02-20 Pedro Alves <palves@redhat.com>
10253
10254 PR threads/18006
10255 * gdb.threads/clone-thread_db.c: New file.
10256 * gdb.threads/clone-thread_db.exp: New file.
10257
c9587f88
AT
102582015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10259
10260 PR breakpoints/16812
10261 * gdb.base/catch-gdb-caused-signals.c: New file.
10262 * gdb.base/catch-gdb-caused-signals.exp: New file.
10263
f6a88844
JM
102642015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10265
10266 * configure: Regenerated.
10267 * configure.ac: Use GDB_AC_TRANSFORM.
10268 * aclocal.m4: sinclude ../transform.m4.
10269
497c491b
JM
102702015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10271
10272 * lib/dtrace.exp: New file.
10273 * gdb.base/dtrace-probe.exp: Likewise.
10274 * gdb.base/dtrace-probe.d: Likewise.
10275 * gdb.base/dtrace-probe.c: Likewise.
10276 * lib/pdtrace.in: Likewise.
10277 * configure.ac: Output variables with the transformed names of
10278 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10279 * configure: Regenerated.
10280
03e98035
JM
102812015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10282
10283 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10284 expected message when trying to access $_probe_* convenience
10285 variables while not on a probe.
10286
63cc30e9
JK
102872015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10288
10289 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10290
0703599a
PA
102912015-02-11 Pedro Alves <pedro@codesourcery.com>
10292
10293 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10294 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10295
7e60a48e
DE
102962015-02-10 Doug Evans <xdje42@gmail.com>
10297
10298 * lib/gdb.exp (gdb_load): Always return a result.
10299
01b088bc
PA
103002015-02-10 Pedro Alves <palves@redhat.com>
10301
10302 * gdb.threads/signal-sigtrap.c: New file.
10303 * gdb.threads/signal-sigtrap.exp: New file.
10304
b05ec7a5
AT
103052015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10306
10307 * gdb.trace/no-attach-trace.c: New file.
10308 * gdb.trace/no-attach-trace.exp: New file.
10309
a2c2acaf
MW
103102015-02-09 Mark Wielaard <mjw@redhat.com>
10311
10312 * gdb.dwarf2/atomic.c: New file.
10313 * gdb.dwarf2/atomic-type.exp: Likewise.
10314
31fd9caa
MM
103152015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10316
10317 * gdb.btrace/buffer-size.exp: Update "info record" output.
10318 * gdb.btrace/delta.exp: Update "info record" output.
10319 * gdb.btrace/enable.exp: Update "info record" output.
10320 * gdb.btrace/finish.exp: Update "info record" output.
10321 * gdb.btrace/instruction_history.exp: Update "info record" output.
10322 * gdb.btrace/next.exp: Update "info record" output.
10323 * gdb.btrace/nexti.exp: Update "info record" output.
10324 * gdb.btrace/step.exp: Update "info record" output.
10325 * gdb.btrace/stepi.exp: Update "info record" output.
10326 * gdb.btrace/nohist.exp: Update "info record" output.
10327
d33501a5
MM
103282015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10329
10330 * gdb.btrace/buffer-size: New.
10331
f4abbc16
MM
103322015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10333
10334 * gdb.btrace/delta.exp: Update "info record" output.
10335 * gdb.btrace/enable.exp: Update "info record" output.
10336 * gdb.btrace/finish.exp: Update "info record" output.
10337 * gdb.btrace/instruction_history.exp: Update "info record" output.
10338 * gdb.btrace/next.exp: Update "info record" output.
10339 * gdb.btrace/nexti.exp: Update "info record" output.
10340 * gdb.btrace/step.exp: Update "info record" output.
10341 * gdb.btrace/stepi.exp: Update "info record" output.
10342 * gdb.btrace/nohist.exp: Update "info record" output.
10343
b9d61307
SM
103442015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10345
10346 PR gdb/15678
10347 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10348
e584fdbc
PA
103492015-02-06 Pedro Alves <palves@redhat.com>
10350
10351 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10352 macro.
10353 (seconds_left, again): New globals.
10354 (main): Wait seconds_left in a 1-second sleep loop instead of
10355 sleeping 180 seconds. If 'again' is set, reset the seconds
10356 counter.
10357 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10358 'again' in the inferior before detaching. Print the seconds left.
10359 (options): New global.
10360 (top level): Build program with -DTIMEOUT=$timeout.
10361
77f41761
PA
103622015-02-06 Pedro Alves <palves@redhat.com>
10363
10364 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10365 determine how many seconds to pass to 'alarm'.
10366 * gdb.base/gdb-sigterm.exp (top level): Build program with
10367 -DTIMEOUT=$timeout.
10368 (do_test): Return success/failure indication. Add more verbose
10369 logging. Don't fail if 200 single steps are seen. Instead, fail
10370 when the test times out.
10371 (passes): New global.
10372 (top level): Break the testing loop if testing fails on any
10373 iteration. Use gdb_assert.
10374
b9394193
DB
103752015-02-04 Don Breazeal <donb@codesourcery.com>
10376
10377 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10378 and initialize them.
10379 (ipc_cleanup): New function.
10380 (main): Don't declare shmid, semid, and msqid. Add a call to
10381 atexit so that we call ipc_cleanup on exit.
10382
42d9e528
PA
103832015-02-04 Pedro Alves <palves@redhat.com>
10384
10385 * boards/native-extended-gdbserver.exp: Remove any target variant
10386 specifications from the board name before clearing the isremote
10387 flag from board_info.
10388
ae6ae975
DE
103892015-01-31 Doug Evans <xdje42@gmail.com>
10390
10391 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10392
cfb069a8
GB
103932015-01-31 Gary Benson <gbenson@redhat.com>
10394
10395 * gdb.base/completion.exp: Disable completion limiting for
10396 existing tests. Add new tests to check completion limiting.
10397 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10398
5dd31d79
DE
103992015-01-31 Doug Evans <xdje42@gmail.com>
10400
10401 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10402
9f050062
DE
104032015-01-31 Doug Evans <xdje42@gmail.com>
10404
10405 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10406 entries. Duplicate file section script entries.
10407 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10408 inlined entries. Add test for safe-path rejection.
10409 * gdb.python/py-section-script.c: Add duplicate inlined section script
10410 entries. Duplicate file section script entries.
10411 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10412 inlined entries. Add test for safe-path rejection.
10413
df25ebbd
JB
104142015-01-29 Joel Brobecker <brobecker@adacore.com>
10415
10416 * gdb.ada/disc_arr_bound: New testcase.
10417
4a0ca9ec
JB
104182015-01-29 Joel Brobecker <brobecker@adacore.com>
10419
10420 * gdb.ada/mi_var_array: New testcase.
10421
3a8b707a
DE
104222015-01-27 Doug Evans <dje@google.com>
10423
10424 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10425 Add test for objfile.filename, objfile.username after objfile
10426 has been unloaded.
10427
f8313f6e
JB
104282015-01-26 Joel Brobecker <brobecker@adacore.com>
10429
10430 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10431 the second test to print the name attribute of value
10432 returned by the call to gdb.lookup_type, and adjust
10433 the expected output accordingly.
10434
37bc665e
MW
104352015-01-25 Mark Wielaard <mjw@redhat.com>
10436
10437 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10438 * gdb.base/disp-step-fork.c: Include unistd.h.
10439 * gdb.base/siginfo-obj.c: Include stdio.h.
10440 * gdb.base/siginfo-thread.c: Likewise.
10441 * gdb.mi/non-stop.c: Include unistd.h.
10442 * gdb.mi/nsthrexec.c: Include stdio.h.
10443 * gdb.mi/pthreads.c: Include unistd.h.
10444 * gdb.modula2/unbounded1.c (main): Declare returns int.
10445 * gdb.reverse/consecutive-reverse.c: Likewise.
10446 * gdb.threads/create-fail.c: Include unistd.h.
10447 * gdb.threads/killed.c: Likewise.
10448 * gdb.threads/linux-dp.c: Likewise.
10449 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10450 * gdb.threads/non-ldr-exc-2.c: Likewise.
10451 * gdb.threads/non-ldr-exc-3.c: Likewise.
10452 * gdb.threads/non-ldr-exc-4.c: Likewise.
10453 * gdb.threads/pthreads.c: Include unistd.h.
10454 (main): Declare returns int.
10455 * gdb.threads/tls-main.c (foo): New declaration.
10456 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10457
f7e5394d
SM
104582015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10459
10460 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10461 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10462
743649fd
MW
104632015-01-15 Mark Wielaard <mjw@redhat.com>
10464
10465 * gdb.base/noreturn-return.c: New file.
10466 * gdb.base/noreturn-return.exp: New file.
10467 * gdb.base/noreturn-finish.c: New file.
10468 * gdb.base/noreturn-finish.exp: New file.
10469
198297aa
PA
104702015-01-23 Pedro Alves <palves@redhat.com>
10471
10472 * gdb.threads/continue-pending-after-query.c: New file.
10473 * gdb.threads/continue-pending-after-query.exp: New file.
10474
717cf30c
AG
104752015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10476 Simon Marchi <simon.marchi@ericsson.com>
10477
10478 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10479 * gdb.base/valgrind-db-attach.exp: Same.
10480 * gdb.base/valgrind-infcall.exp: Same.
10481 * lib/mi-support.exp (default_mi_gdb_start): Same.
10482 * lib/prompt.exp (default_prompt_gdb_start): Same.
10483 * lib/gdb.exp (default_gdb_spawn): Same.
10484 (gdb_interact): New.
10485
10486
4b62a76e
JK
104872015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10488
10489 * gdb.compile/compile.exp (pointer to jit function): New test.
10490
b4cdae6f
WW
104912015-01-17 Wei-cheng Wang <cole945@gmail.com>
10492
10493 * lib/gdb.exp (supports_process_record): Return true for
10494 powerpc*-*-linux*.
10495 (supports_reverse): Likewise.
10496
d221e7ef
DB
104972015-01-15 Don Breazeal <donb@codesourcery.com>
10498
10499 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10500 instead of checking whether the target board is remote and
10501 use spawn_wait_for_attach instead of exec/sleep.
10502 * gdb.base/attach-twice.exp: Likewise.
10503
bafffb51
JB
105042015-01-15 Joel Brobecker <brobecker@adacore.com>
10505
10506 * gdb.ada/var_arr_attrs: New testcase.
10507
5589af0e
PA
105082015-01-14 Pedro Alves <palves@redhat.com>
10509 Joel Brobecker <brobecker@adacore.com>
10510
10511 PR gdb/17525
10512 * gdb.base/bp-cmds-execution-x-script.c: New file.
10513 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10514 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10515
6c400b59
PA
105162015-01-14 Pedro Alves <palves@redhat.com>
10517
10518 PR cli/17828
10519 * gdb.base/batch-preserve-term-settings.c: New file.
10520 * gdb.base/batch-preserve-term-settings.exp: New file.
10521
e02c96a7
DE
105222015-01-13 Doug Evans <dje@google.com>
10523
10524 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10525 binary.
10526
576fd14c
JB
105272015-01-13 Joel Brobecker <brobecker@adacore.com>
10528
10529 * Makefile.in (clean mostlyclean): Do not delete *.py.
10530
04dccad0
JB
105312015-01-13 Joel Brobecker <brobecker@adacore.com>
10532
10533 * gdb.python/py-lookup-type.exp: New file.
10534
3d230f71
PA
105352015-01-12 Pedro Alves <palves@redhat.com>
10536
10537 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10538 restore GDBFLAGS before returning.
10539
7e67715d
JK
105402015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10541
10542 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10543 is_amd64_regs_target and is_x86_like_target.
10544
f2e0d4b4
DE
105452015-01-11 Doug Evans <xdje42@gmail.com>
10546
10547 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10548 is given without an explicit form.
10549 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10550 attributes.
10551 * gdb.dwarf/corrupt.exp: Ditto.
10552 * gdb.dwarf2/enum-type.exp: Ditto.
10553 * gdb.trace/entry-values.exp: Ditto.
10554 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10555
439250fb
DE
105562015-01-11 Doug Evans <xdje42@gmail.com>
10557
10558 PR gdb/15830
10559 * gdb.base/maint.exp: Remove references to "maint demangle".
10560 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10561 Add tests for explicitly specifying language to demangle.
10562 * gdb.dlang/demangle.exp: Ditto.
10563
ede9f622
PA
105642015-01-09 Pedro Alves <palves@redhat.com>
10565
10566 * gdb.threads/non-stop-fair-events.c: New file.
10567 * gdb.threads/non-stop-fair-events.exp: New file.
10568
a7b796db
PA
105692015-01-09 Pedro Alves <palves@redhat.com>
10570
10571 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10572 the global scope. Set a breakpoint after all threads are started
10573 rather than stepping over two source lines. Expect the prompt.
10574 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10575 global.
10576 (NUM): Now 15.
10577 (main): Use threads_started_barrier to wait for all threads to
10578 start. Main thread no longer calls thread_function. Exit after
10579 180 seconds.
10580 (loop): New function.
10581 (thread_function): Wait on threads_started_barrier barrier. Call
10582 'loop' at each iteration.
10583 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10584 threads have started, instead of hardcoding number of "next"
10585 steps. Use an access watchpoint instead of a write watchpoint.
10586
9665ffdd
PA
105872015-01-09 Pedro Alves <palves@redhat.com>
10588
10589 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10590 (thread_func): Wait on barrier.
10591 (main): Wait for all threads to start before stopping GDB.
10592 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10593 global.
10594 (thread1_func, thread2_func): Wait on barrier.
10595 (main): Wait for all threads to start before stopping GDB.
10596 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10597 New global.
10598 (thread1_func, thread2_func): Wait on barrier.
10599 (main): Wait for all threads to start before stopping GDB.
10600
c945a99f
PA
106012015-01-09 Pedro Alves <palves@redhat.com>
10602
10603 * gdb.threads/attach-many-short-lived-threads.c: New file.
10604 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10605
c1a747c1
PA
106062014-01-09 Pedro Alves <palves@redhat.com>
10607
10608 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10609 instead of to thread 2.
10610 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10611 Add barrier around each pthread_create call instead of around all
10612 calls.
10613 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10614 Set a break on thread_function and have the child threads hit it
10615 one at at a time.
10616
60b3033e
PA
106172015-01-09 Pedro Alves <palves@redhat.com>
10618
10619 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10620 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10621 false.
10622 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10623 checking whether the target board is remote.
10624 * gdb.multi/multi-attach.exp: Likewise.
10625 * gdb.python/py-sync-interp.exp: Likewise.
10626 * gdb.server/ext-attach.exp: Likewise.
10627 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10628 tests that need to attach, instead of checking whether the target
10629 board is remote at the top of the file.
10630
acc018ac
YQ
106312015-01-08 Yao Qi <yao@codesourcery.com>
10632
10633 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10634
50a18af8
JK
106352015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10636
10637 Fix testcase compilation.
10638 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10639
8503d6e1
JB
106402015-01-06 Joel Brobecker <brobecker@adacore.com>
10641
10642 * gdb.python/py-type.exp: Add a couple test about empty
10643 array creation, and negative-length array creation.
10644
cc73dbcc
DE
106452015-01-02 Doug Evans <xdje42@gmail.com>
10646
10647 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10648
0300bbc7
DE
106492015-01-02 Doug Evans <dje@google.com>
10650
10651 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10652
9d85a0ec
YQ
106532014-12-29 Yao Qi <yao@codesourcery.com>
10654
10655 * gdb.trace/entry-values.exp: Update comments. Rename variable
10656 bar_call_foo to returned_from_foo.
10657
87186c6a
MMN
106582014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10659
10660 PR gdb/17394
10661 * gdb.linespec/break-asm-file.c: New file.
10662 * gdb.linespec/break-asm-file.exp: New file.
10663 * gdb.linespec/break-asm-file0.s: New file.
10664 * gdb.linespec/break-asm-file1.s: New file.
10665
1bab7383
YQ
106662014-12-18 Nigel Stephens <nigel@mips.com>
10667 Maciej W. Rozycki <macro@codesourcery.com>
10668
10669 * gdb.base/float.exp: Handle the new output from "info float" on
10670 MIPS targets.
10671
1bc1068a
JK
106722014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10673
10674 Fix MinGW compilation.
10675 * gdb.compile/compile-ops.exp: Update untested message if
10676 !skip_compile_feature_tests.
10677 * gdb.compile/compile-setjmp.exp: Likewise.
10678 * gdb.compile/compile-tls.exp: Likewise.
10679 * gdb.compile/compile.exp: Likewise.
10680 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10681 supported on this host".
10682
b6615d10
DE
106832014-12-16 Doug Evans <xdje42@gmail.com>
10684
10685 * boards/stabs.exp: New file.
10686
25dda427
AA
106872014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10688
10689 * gdb.base/completion.exp: Adjust to format changes of "maint
10690 print user-registers".
10691
bf330350
CU
106922014-12-16 Catalin Udma <catalin.udma@freescale.com>
10693
10694 PR server/17457
10695 * gdb.arch/aarch64-fp.c: New file.
10696 * gdb.arch/aarch64-fp.exp: New file.
10697
395cf596
SDJ
106982014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10699
10700 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10701 r210637, r210913, r211666, r215400, r215817).
10702
10703 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10704 * dg-extract-results.py: New file.
10705 * dg-extract-results.sh: Use it if the environment seems
10706 suitable.
10707
10708 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10709
10710 * dg-extract-results.py (parse_run): Handle warnings that
10711 are printed before a test harness is run.
10712
10713 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10714
10715 * dg-extract-results.py (Named): Remove __cmp__ method.
10716 (output_variation): Use a key to sort variation.harnesses.
10717
10718 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10719
10720 * dg-extract-results.py: For Python 3, force sys.stdout to
10721 handle surrogate escape sequences.
10722 (safe_open): New function.
10723 (output_segment, main): Use it.
10724
10725 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10726
10727 * dg-extract-results.py (Prog.result_re): Include options
10728 in test name.
10729
10730 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10731
10732 * dg-extract-results.py (output_variation): Always sort if
10733 do_sum.
10734
e882ef3c
SM
107352014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10736
10737 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10738 as long as we get pagination notifications.
10739
4992aa20
JM
107402014-12-15 Jason Merrill <jason@redhat.com>
10741
10742 * Makefile.in (check-gdb.%): Restore.
10743 * README: Mention it.
10744
c1b5a1a6
JB
107452014-12-13 Joel Brobecker <brobecker@adacore.com>
10746
10747 * gdb.ada/str_uninit: New testcase.
10748
5537b577
JK
107492014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10750
10751 PR symtab/17642
10752 * gdb.base/vla-stub-define.c: New file.
10753 * gdb.base/vla-stub.c: New file.
10754 * gdb.base/vla-stub.exp: New file.
10755
bb2ec1b3
TT
107562014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10757 Jan Kratochvil <jan.kratochvil@redhat.com>
10758 Tom Tromey <tromey@redhat.com>
10759
10760 * configure.ac: Add gdb.compile/.
10761 * configure: Regenerate.
10762 * gdb.compile/Makefile.in: New file.
10763 * gdb.compile/compile-ops.exp: New file.
10764 * gdb.compile/compile-ops.c: New file.
10765 * gdb.compile/compile-tls.c: New file.
10766 * gdb.compile/compile-tls.exp: New file.
10767 * gdb.compile/compile-constvar.S: New file.
10768 * gdb.compile/compile-constvar.c: New file.
10769 * gdb.compile/compile-mod.c: New file.
10770 * gdb.compile/compile-nodebug.c: New file.
10771 * gdb.compile/compile-setjmp-mod.c: New file.
10772 * gdb.compile/compile-setjmp.c: New file.
10773 * gdb.compile/compile-setjmp.exp: New file.
10774 * gdb.compile/compile-shlib.c: New file.
10775 * gdb.compile/compile.c: New file.
10776 * gdb.compile/compile.exp: New file.
10777 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10778
4ff709eb
TT
107792014-12-12 Tom Tromey <tromey@redhat.com>
10780
10781 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10782 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10783
6dddd6a5
DE
107842014-12-12 Doug Evans <dje@google.com>
10785
10786 * lib/gdb-python.exp (get_python_valueof): New function.
10787 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10788
71c24708
AA
107892014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10790
10791 * gdb.base/completion.exp: Add test for completion of "info
10792 registers ".
10793
3e29f34a
MR
107942014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10795
10796 * gdb.base/func-ptrs.c: New file.
10797 * gdb.base/func-ptrs.exp: New file.
10798
fc126975
SM
107992014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10800
10801 PR breakpoints/17012
10802 * gdb.base/dprintf-detach.c: New file.
10803 * gdb.base/dprintf-detach.exp: New file.
10804
0a46d518
SM
108052014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10806
10807 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10808 * lib/gdb.exp (target_is_gdbserver): New procedure.
10809
a0be3e44
DE
108102014-12-08 Doug Evans <dje@google.com>
10811
10812 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10813
df1b803a
YQ
108142014-12-05 Yao Qi <yao@codesourcery.com>
10815
10816 * gdb.guile/scm-error.exp: Remove the third argument to
10817 gdb_remote_download.
10818 * gdb.guile/scm-frame-args.exp: Likewise.
10819 * gdb.guile/scm-section-script.exp: Likewise.
10820
ddb9f679
YQ
108212014-12-05 Yao Qi <yao@codesourcery.com>
10822
10823 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10824
86e4ed39
DE
108252014-12-04 Doug Evans <dje@google.com>
10826
10827 * gdb.python/py-objfile.exp: Add tests for
10828 objfile.add_separate_debug_file.
10829
7c50a931
DE
108302014-12-04 Doug Evans <dje@google.com>
10831
10832 * lib/gdb.exp (get_build_id): New function.
10833 (build_id_debug_filename_get): Rewrite to use it.
10834 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10835
621661e3
MR
108362014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10837
10838 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10839 `method(long)', not just 0x0.
10840 * gdb.cp/nsalias.exp: Align code labels to 4.
10841 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10842 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10843 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10844 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10845 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10846 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10847
29f0c3b7
DE
108482014-12-02 Doug Evans <dje@google.com>
10849
e1e061e7 10850 PR symtab/17602
29f0c3b7 10851 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 10852 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
10853 * gdb.cp/anon-ns.exp: Update.
10854
162078c8
NB
108552014-12-02 Nick Bull <nicholaspbull@gmail.com>
10856
10857 * gdb.python/py-events.py (inferior_call_handler): New.
10858 (register_changed_handler, memory_changed_handler): New.
10859 (test_events.invoke): Register new handlers.
10860 * gdb.python/py-events.exp: Add tests for inferior call,
10861 memory_changed and register_changed events.
10862
fdb09caf
AA
108632014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10864
10865 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10866 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10867 if the linker doesn't understand this.
10868
55cfb2c4
SM
108692014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10870
10871 * gdb.python/python.exp: Change expected reply to help().
10872
9e8cd6df
YQ
108732014-12-01 Yao Qi <yao@codesourcery.com>
10874
10875 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10876 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10877 * configure: Re-generated.
10878
6c659fc2
SC
108792014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10880
10881 * gdb.cp/chained-calls.cc: New file.
10882 * gdb.cp/chained-calls.exp: New file.
10883 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10884
d7fc3181
SM
108852014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10886
10887 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10888 * gdb.dwarf2/symtab-producer.exp: Same.
10889 * gdb.gdb/python-interrupts.exp: Same.
10890 * gdb.gdb/python-selftest.exp: Same.
10891 * gdb.python/py-linetable.exp: Same.
10892 * gdb.python/py-type.exp: Same.
10893 * gdb.python/py-value-cc.exp: Same.
10894 * gdb.python/py-value.exp: Same.
10895
10e79639
YQ
108962014-11-28 Yao Qi <yao@codesourcery.com>
10897
10898 * gdb.base/break-probes.exp: Match library name prefixed with
10899 sysroot.
10900
f28a0564
SM
109012014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10902
10903 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10904 test expected output. Add parentheses for the call to print.
10905 Remove L suffix from integers.
10906
3fe1ce1d
DE
109072014-11-26 Doug Evans <dje@google.com>
10908
10909 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10910
84429e27
YQ
109112014-11-22 Yao Qi <yao@codesourcery.com>
10912
10913 * gdb.trace/entry-values.c: Remove asms.
10914 (foo): Add foo_label.
10915 (bar): Add bar_label.
10916 * gdb.trace/entry-values.exp: Remove code computing foo's
10917 length and bar's length.
10918 (Dwarf::assemble): Invoke function_range for bar and use
10919 MACRO_AT_func for foo.
10920
26741859
YQ
109212014-11-22 Yao Qi <yao@codesourcery.com>
10922
10923 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10924 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10925 Use .Lgcc43_procstart instead of gcc43.
10926
45e44d27
JB
109272014-11-21 Joel Brobecker <brobecker@adacore.com>
10928
10929 * gdb.ada/n_arr_bound: New testcase.
10930
458c8db8
SDJ
109312014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10932
10933 PR breakpoints/10737
10934 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10935 test_catch_syscall_multi_arch.
10936 (test_catch_syscall_multi_arch): New function.
10937
43f3e411
DE
109382014-11-20 Doug Evans <xdje42@gmail.com>
10939
10940 * gdb.base/maint.exp: Update expected output.
10941
0d7b2549
AA
109422014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10943
10944 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10945 4-byte instruction on S390.
10946
8908fca5
JB
109472014-11-19 Joel Brobecker <brobecker@adacore.com>
10948
10949 * gdb.ada/arr_arr: New testcase.
10950
4a46959e
JB
109512014-11-19 Joel Brobecker <brobecker@adacore.com>
10952
10953 * gdb.ada/pkd_arr_elem: New Testcase.
10954
470e2f4e
LM
109552014-11-18 Luis Machado <lgustavo@codesourcery.com>
10956
10957 * gdb.reverse/break-precsave: Expect completion message for
10958 core file reads.
10959 * gdb.reverse/consecutive-precsave.exp: Likewise.
10960 * gdb.reverse/finish-precsave.exp: Likewise.
10961 * gdb.reverse/i386-precsave.exp: Likewise.
10962 * gdb.reverse/machinestate-precsave.exp: Likewise.
10963 * gdb.reverse/sigall-precsave.exp: Likewise.
10964 * gdb.reverse/solib-precsave.exp: Likewise.
10965 * gdb.reverse/step-precsave.exp: Likewise.
10966 * gdb.reverse/until-precsave.exp: Likewise.
10967 * gdb.reverse/watch-precsave.exp: Likewise.
10968
a267f3ad
AA
109692014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10970
10971 * gdb.base/bp-permanent.c: Include unistd.h.
10972 * gdb.python/py-framefilter-mi.c (main): Add return type.
10973 * gdb.python/py-framefilter.c (main): Likewise.
10974 * gdb.trace/actions-changed.c (main): Likewise.
10975
12084a9a
AA
109762014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10977
10978 * gdb.mi/until.c: Add eye-catchers.
10979 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10980 line numbers.
10981
dc7e1a77
AA
109822014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10983
10984 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10985 function header variants in break1.c.
10986 * gdb.base/ena-dis-br.exp: Likewise.
10987 * gdb.base/hbreak2.exp: Likewise.
10988 * gdb.reverse/until-precsave.exp: Drop references to removed
10989 non-prototype function header variants in ur1.c.
10990 * gdb.reverse/until-reverse.exp: Likewise.
10991
41c77605
PM
109922014-11-17 Petr Machata <pmachata@redhat.com>
10993
10994 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10995 ${_cu_offset_size} bytes abbrev offset.
10996
34248c3a
DE
109972014-11-15 Doug Evans <xdje42@gmail.com>
10998
10999 PR symtab/17559
11000 * gdb.base/line-symtabs.exp: New file.
11001 * gdb.base/line-symtabs.c: New file.
11002 * gdb.base/line-symtabs.h: New file.
11003
646da059
YQ
110042014-11-14 Yao Qi <yao@codesourcery.com>
11005
11006 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11007 (func): Add label func_label.
11008 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11009 Replace low_pc and high_pc with MACRO_AT_range.
11010 Replace name, low_pc and high_pc with MACRO_AT_func.
11011
9301ebe6
YQ
110122014-11-14 Yao Qi <yao@codesourcery.com>
11013
11014 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11015 Replace name, low_pc and high_pc with MACRO_AT_func.
11016
f166b542
YQ
110172014-11-14 Yao Qi <yao@codesourcery.com>
11018
11019 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11020 produce debug information.
11021 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11022
0f6e71e3
YQ
110232014-11-14 Yao Qi <yao@codesourcery.com>
11024
11025 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11026 object and get function length.
11027 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11028 with MACRO_AT_func.
11029 (top-level): Replace gdb_compile and clean_restart with
11030 prepare_for_testing.
11031 * gdb.dwarf2/main.c (main): Add label main_label.
11032
876c4df9
YQ
110332014-11-14 Yao Qi <yao@codesourcery.com>
11034
11035 * lib/dwarf.exp (function_range): New procedure.
11036 (Dwarf::_handle_macro_at_func): New procedure.
11037 (Dwarf::_handle_macro_at_range): New procedure.
11038 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11039
02ad9cf1
YQ
110402014-11-14 Yao Qi <yao@codesourcery.com>
11041
11042 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11043 (_handle_attribute): New procedure.
11044
a59add0c
AA
110452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11046
11047 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11048 * gdb.base/call-sc.c (zed): Likewise.
11049 * gdb.base/checkpoint.c (main): Likewise.
11050 * gdb.base/dump.c (main): Likewise.
11051 * gdb.base/gcore.c (main): Likewise.
11052 * gdb.base/huge.c (main): Likewise.
11053 * gdb.base/multi-forks.c (main): Likewise.
11054 * gdb.base/pr10179-a.c (main): Likewise.
11055 * gdb.base/savedregs.c (main): Likewise.
11056 * gdb.base/sigaltstack.c (main): Likewise.
11057 * gdb.base/siginfo.c (main): Likewise.
11058 * gdb.base/structs.c (zed): Likewise.
11059 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11060 * gdb.mi/mi-syn-frame.c (main): Likewise.
11061 * gdb.mi/until.c (foo, main): Likewise.
11062 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11063 * gdb.base/solib-weak.c (foo): Declare.
11064 * gdb.base/attach-twice.c: Include stdio.h.
11065 * gdb.base/weaklib1.c: Likewise.
11066 * gdb.base/weaklib2.c: Likewise.
11067 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11068 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11069 unistd.h.
11070 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11071 * gdb.mi/mi-exit-code.c: Likewise.
11072 * gdb.base/break-interp-lib.c: Include string.h.
11073 * gdb.base/coremaker.c: Likewise.
11074 * gdb.base/testenv.c: Likewise.
11075 * gdb.python/py-finish-breakpoint.c: Likewise.
11076 * gdb.base/inferior-died.c: Include sys/wait.h.
11077 * gdb.base/fileio.c: Include time.h.
11078 * gdb.base/async-shell.c: Include unistd.h.
11079 * gdb.base/dprintf-non-stop.c: Likewise.
11080 * gdb.base/info-os.c: Likewise.
11081 * gdb.mi/mi-console.c: Likewise.
11082 * gdb.mi/watch-nonstop.c: Likewise.
11083 * gdb.python/py-events.c: Likewise.
11084 * gdb.base/async.c (baz): Move up before its invocation.
11085 * gdb.base/code_elim2.c (my_global_func): Likewise.
11086 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11087 * gdb.base/advance.c (func2): Likewise.
11088
3b5d5997
AA
110892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11090
11091 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11092 variant.
11093 * gdb.base/annota3.c: Likewise.
11094 * gdb.base/async.c: Likewise.
11095 * gdb.base/average.c: Likewise.
11096 * gdb.base/call-ar-st.c: Likewise.
11097 * gdb.base/call-rt-st.c: Likewise.
11098 * gdb.base/call-sc.c: Likewise.
11099 * gdb.base/call-strs.c: Likewise.
11100 * gdb.base/ending-run.c: Likewise.
11101 * gdb.base/execd-prog.c: Likewise.
11102 * gdb.base/exprs.c: Likewise.
11103 * gdb.base/foll-exec.c: Likewise.
11104 * gdb.base/foll-fork.c: Likewise.
11105 * gdb.base/foll-vfork.c: Likewise.
11106 * gdb.base/funcargs.c: Likewise.
11107 * gdb.base/gcore.c: Likewise.
11108 * gdb.base/jump.c: Likewise.
11109 * gdb.base/langs0.c: Likewise.
11110 * gdb.base/langs1.c: Likewise.
11111 * gdb.base/langs2.c: Likewise.
11112 * gdb.base/mips_pro.c: Likewise.
11113 * gdb.base/nodebug.c: Likewise.
11114 * gdb.base/opaque0.c: Likewise.
11115 * gdb.base/opaque1.c: Likewise.
11116 * gdb.base/recurse.c: Likewise.
11117 * gdb.base/run.c: Likewise.
11118 * gdb.base/scope0.c: Likewise.
11119 * gdb.base/scope1.c: Likewise.
11120 * gdb.base/setshow.c: Likewise.
11121 * gdb.base/setvar.c: Likewise.
11122 * gdb.base/shmain.c: Likewise.
11123 * gdb.base/shr1.c: Likewise.
11124 * gdb.base/shr2.c: Likewise.
11125 * gdb.base/sigall.c: Likewise.
11126 * gdb.base/signals.c: Likewise.
11127 * gdb.base/so-indr-cl.c: Likewise.
11128 * gdb.base/solib2.c: Likewise.
11129 * gdb.base/structs.c: Likewise.
11130 * gdb.base/sum.c: Likewise.
11131 * gdb.base/vforked-prog.c: Likewise.
11132 * gdb.base/watchpoint.c: Likewise.
11133 * gdb.reverse/shr2.c: Likewise.
11134 * gdb.reverse/until-reverse.c: Likewise.
11135 * gdb.reverse/ur1.c: Likewise.
11136 * gdb.reverse/watch-reverse.c: Likewise.
11137
066a77c5
AA
111382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11139
11140 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11141 variant.
11142 * gdb.base/sepdebug.exp: Drop references to removed code.
11143
4f204ea5
AA
111442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11145
11146 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11147 variant. Preserve original line numbering.
11148 * gdb.base/list1.c: Likewise.
11149
3b377a3a
AA
111502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11151
11152 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11153 variant.
11154 * gdb.base/break1.c: Likewise.
11155 * gdb.base/break.exp: Drop references to removed code.
11156
e444df73
AA
111572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11158
11159 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11160 variant.
11161
8008f2a7
AA
111622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11163
11164 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11165
a5a06887
AA
111662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11167
11168 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11169 logic into perform_all_tests() and invoke it with and without
11170 function header prototypes.
11171 (do_function_calls): Remove conditional XFAIL for PR 5318.
11172 (rerun_and_prepare): Remove duplicate code.
11173 (perform_all_tests): New. Main logic moved here.
11174
44dba9b9
AA
111752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11176
11177 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11178 code guarded by #ifdef NO_PROTOTYPES.
11179 (t_double_many_args): Likewise.
11180 (DEF_FUNC_MANY_ARGS_1): Likewise.
11181 (DEF_FUNC_VALUES_1): Likewise.
11182 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11183 guarded by #ifdef PROTOTYPES.
11184
d1fbcd56
AA
111852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11186
11187 * gdb.mi/mi-console.c: Add eye-catcher.
11188 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11189 instead of literal line number.
11190
b0e59b8f
AA
111912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11192
11193 * gdb.base/shr2.c: Add eye-catcher.
11194 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11195 line number.
11196
78f98cca
AA
111972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11198
11199 * gdb.base/jump.c: Add eye-catchers.
11200 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11201 numbers.
11202
58fa2af0
AA
112032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11204
11205 * gdb.base/execd-prog.c: Add eye-catchers.
11206 * gdb.base/foll-exec.c: Likewise.
11207 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11208 line numbers.
11209
04e5059b
AA
112102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11211
11212 * gdb.base/ending-run.c: Add eye-catchers.
11213 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11214 literal line numbers.
11215
dbfdb174
AA
112162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11217
11218 * gdb.base/call-rt-st.c: Add eye-catchers.
11219 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11220 literal line numbers.
11221
888a2ade
AA
112222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11223
11224 * gdb.base/call-ar-st.c: Add eye-catchers.
11225 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11226 literal line numbers.
11227
6acc2dde
AA
112282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11229
11230 * gdb.base/average.c: Add eye-catchers.
11231 * gdb.base/sum.c: Likewise.
11232 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11233 regexps dynamically.
11234
9ecfcd1d
AA
112352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11236
11237 * gdb.base/solib1.c: Add eye-catchers.
11238 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11239 literal line numbers.
11240
78708b7c
PA
112412014-11-12 Pedro Alves <palves@redhat.com>
11242
11243 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11244 leader has exited.
11245
af48d08f
PA
112462014-11-12 Pedro Alves <palves@redhat.com>
11247
11248 * gdb.arch/i386-bp_permanent.c: New file.
11249 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11250 (srcfile): Set to i386-bp_permanent.c.
11251 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11252 that stepi does not execute the 'leave' instruction, instead of
11253 testing it does execute.
11254 * gdb.base/bp-permanent.c: New file.
11255 * gdb.base/bp-permanent.exp: New file.
11256
af3768e9
DE
112572014-11-10 Doug Evans <xdje42@gmail.com>
11258
11259 PR symtab/17564
11260 * gdb.base/symtab-search-order.exp: New file.
11261 * gdb.base/symtab-search-order.c: New file.
11262 * gdb.base/symtab-search-order-1.c: New file.
11263 * gdb.base/symtab-search-order-shlib-1.c: New file.
11264
9de00a4a
PA
112652014-11-07 Pedro Alves <palves@redhat.com>
11266
11267 PR gdb/17511
11268 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11269 i?86-*-linux*.
11270
e0f52461
SC
112712014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11272
11273 PR c++/17494
11274 * gdb.cp/pr17494.cc: New file.
11275 * gdb.cp/pr17494.exp: New file.
11276
6ce8c980
YQ
112772014-11-02 Yao Qi <yao@codesourcery.com>
11278
11279 * gdb.python/python.exp: Get working directory and match the
11280 output of "set extended-prompt \\w " with it.
11281
02be9a71
DE
112822014-10-30 Doug Evans <dje@google.com>
11283
11284 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11285 in objfiles.
11286 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11287 in progspaces.
11288
3bdff46b
LM
112892014-10-30 Janis Johnson <janisjo@codesourcery.com>
11290
11291 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11292 * gdb.base/realname-expand.exp: Likewise.
11293 * gdb.linespec/macro-relative.exp: Likewise.
11294
ab917dfb
PA
112952014-10-29 Pedro Alves <palves@redhat.com>
11296
11297 PR gdb/17408
11298 * gdb.threads/schedlock.c (some_function): New function.
11299 (call_function): New global.
11300 (MAYBE_CALL_SOME_FUNCTION): New macro.
11301 (thread_function): Call it.
11302 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11303 and use it instead of a global counter. Adjust all callers.
11304 (get_current_thread): Use "find current thread" for test message
11305 here rather than having all callers pass down the same string.
11306 (goto_loop): New procedure, factored out from ...
11307 (my_continue): ... this.
11308 (step_ten_loops): Change parameter from test message to command to
11309 use. Adjust.
11310 (list_count): Delete global.
11311 (check_result): New procedure, factored out from duplicate top
11312 level code.
11313 (continue tests): Wrap in with_test_prefix.
11314 (test_step): New procedure, factored out from duplicate top level
11315 code.
11316 (top level): Test "step" in combination with all scheduler-locking
11317 modes. Test "next" in combination with all scheduler-locking
11318 modes, and in combination with stepping over a function call or
11319 not.
11320 * gdb.threads/next-bp-other-thread.c: New file.
11321 * gdb.threads/next-bp-other-thread.exp: New file.
11322
d3d4baed
PA
113232014-10-29 Pedro Alves <palves@redhat.com>
11324
11325 PR python/17372
11326 * gdb.python/python.exp: Test a multi-line command that spawns
11327 interactive Python.
11328 * gdb.base/multi-line-starts-subshell.exp: New file.
11329
563e8d85
YQ
113302014-10-29 Yao Qi <yao@codesourcery.com>
11331
11332 * gdb.base/fileio.exp: Make directories on host.
11333
0ea4d52e
YQ
113342014-10-29 Yao Qi <yao@codesourcery.com>
11335
11336 * gdb.base/fileio.c (test_write): Close the file.
11337
7f5ef605
PA
113382014-10-28 Pedro Alves <palves@redhat.com>
11339
11340 PR gdb/12623
11341 * gdb.base/sigstep.c (no_handler): New global.
11342 (main): If 'no_handler is true, set the signal handlers to
11343 SIG_IGN.
11344 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11345 with_sw_watch and no_handler parameters. Handle them.
11346 (top level) <stepping over handler when stopped at a breakpoint
11347 test>: Add a test axis for testing with a software watchpoint, and
11348 another for testing with the signal handler set to SIG_IGN.
11349 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11350 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11351
abbdbd03
PA
113522014-10-28 Pedro Alves <palves@redhat.com>
11353
11354 PR gdb/17511
11355 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11356 * gdb.base/sigstep.exp (other_handler_location): New global.
11357 (advance): Support stepping into the signal handler, and running
11358 commands while in the handler.
11359 (in_handler_map): New global.
11360 (top level): In the advance test, add combinations for getting
11361 into the handler with stepping commands, and for running commands
11362 in the handler. Add comment descripting the advancei tests.
11363
1df4399f
PA
113642014-10-28 Pedro Alves <palves@redhat.com>
11365
11366 * gdb.base/sigstep.exp: Use build_executable instead of
11367 prepare_for_testing.
11368 (top level): Move code that starts GDB, runs to main and creates a
11369 display to ...
11370 (restart): ... this new procedure.
11371 (top level): Move backtrace from signal handler test to ...
11372 (validate_backtrace): ... this new procedure.
11373 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11374 with_test_prefix. Always restart GDB.
11375 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11376 with_test_prefix. Always restart GDB. No need to delete
11377 breakpoints after the test.
11378 (test_skip_handler): Remove prefix parameter.
11379 (skip_over_handler, breakpoint_to_handler)
11380 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11381 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11382 restart GDB. No need to delete breakpoints after the test.
11383 (top level): Use foreach to call the test procedures with
11384 different commands.
11385
a5b6e449
PA
113862014-10-28 Pedro Alves <palves@redhat.com>
11387
11388 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11389 instead of GNATS numbers.
11390 * gdb.base/sigbpt.exp: Likewise.
11391 * gdb.base/siginfo.exp: Likewise.
11392 * gdb.base/sigstep.exp: Likewise.
11393
e5f8a7cc
PA
113942014-10-27 Pedro Alves <palves@redhat.com>
11395
11396 * gdb.base/sigstep.c (dummy): New global.
11397 (main): Issue a couple writes to the new global.
11398 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11399 procedures.
11400 (skip_over_handler): Use test_skip_handler.
11401 (top level): Call skip_over_handler for stepi and nexti too.
11402 (breakpoint_over_handler): Use test_skip_handler.
11403 (top level): Call breakpoint_over_handler for stepi and nexti too.
11404
763905a3
YQ
114052014-10-27 Yao Qi <yao@codesourcery.com>
11406
11407 * gdb.trace/tfile.c (adjust_function_address)
11408 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11409 function descriptor.
11410
6f259a23
DB
114112014-10-24 Don Breazeal <donb@codesourcery.com>
11412
11413 * gdb.base/foll-fork.exp (test_follow_fork,
11414 catch_fork_child_follow): Check for updated fork messages emitted
11415 from infrun.c.
11416 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11417 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11418 vfork_and_exec_child_follow_through_step): Check for updated vfork
11419 messages emitted from infrun.c.
11420
09dd9a69
PA
114212014-10-24 Pedro Alves <palves@redhat.com>
11422
11423 * gdb.base/corefile.exp: Remove references to ultrix.
11424 * gdb.base/interrupt.exp: Likewise.
11425 * gdb.base/whatis.exp: Likewise.
11426 * gdb.gdb/selftest.exp: Likewise.
11427 * gdb.threads/manythreads.exp: Likewise.
11428 * gdb.threads/print-threads.exp: Likewise.
11429 * gdb.threads/pthreads.exp:: Likewise.
11430 * gdb.threads/schedlock.exp: Likewise.
11431
3433cfa5
SC
114322014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11433
11434 * gdb.cp/non-trivial-retval.cc: Add a test case.
11435 * gdb.cp/non-trivial-retval.exp: Add a test.
11436
092f880b
YQ
114372014-10-20 Yao Qi <yao@codesourcery.com>
11438
11439 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11440 * gdb.python/py-objfile-script-gdb.py: New file.
11441 * gdb.python/py-objfile-script.exp: Update reference to
11442 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11443 of remote_download. Remove the dest file.
11444
acbdb7f3
YQ
114452014-10-20 Yao Qi <yao@codesourcery.com>
11446
11447 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11448 * gdb.base/step-line.exp: Likewise.
11449 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11450 * gdb.dwarf2/dw2-basic.exp: Likewise.
11451 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11452 * gdb.dwarf2/dw2-filename.exp: Likewise.
11453 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11454 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11455 * gdb.dwarf2/dw2-producer.exp: Likewise.
11456 * gdb.dwarf2/mac-fileno.exp: Likewise.
11457 * gdb.python/py-frame-args.exp: Likewise.
11458 * gdb.python/py-framefilter.exp: Likewise.
11459 * gdb.python/py-mi.exp: Likewise.
11460 * gdb.python/py-objfile-script.exp: Likewise
11461 * gdb.python/py-pp-integral.exp: Likewise.
11462 * gdb.python/py-pp-re-notag.exp: Likewise.
11463 * gdb.python/py-prettyprint.exp: Likewise.
11464 * gdb.python/py-section-script.exp: Likewise.
11465 * gdb.python/py-typeprint.exp: Likewise.
11466 * gdb.python/py-xmethods.exp: Likewise.
11467 * gdb.stabs/weird.exp: Likewise.
11468 * gdb.xml/tdesc-regs.exp: Likewise.
11469
bd286a29
KCY
114702014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11471
11472 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11473 (out_cu): Use addr_len for the size of addresses.
11474 (out_line): Likewise. Size DW_LNE_set_address instruction
11475 according to addr_len.
11476 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11477 (FUNC): Add START_INSNS to definition.
11478
673dc4a0
YQ
114792014-10-18 Yao Qi <yao@codesourcery.com>
11480
11481 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11482 gdb_has_argv0 return true.
11483 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11484 check [target_info exists noargs], check [gdb_has_argv0]
11485 instead.
11486 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11487 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11488 procedures.
11489
4ffbba72
DE
114902014-10-17 Doug Evans <dje@google.com>
11491
11492 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11493 event.
11494 * gdb.python/py-events.py: Add clear_objfiles event.
11495
d096d8c1
DE
114962014-10-17 Doug Evans <dje@google.com>
11497
11498 * gdb.python/py-objfile.exp: Test progspace attribute.
11499
a80db015
LM
115002014-10-17 Luis Machado <lgustavo@codesourcery.com>
11501
11502 * gdb.guile/scm-breakpoint.exp: Do not assume any
11503 directory separators when matching source file paths.
11504 * gdb.python/py-breakpoint.exp: Likewise.
11505 * gdb.reverse/break-precsave.exp: Likewise.
11506 * gdb.reverse/break-reverse.exp: Likewise.
11507 * gdb.reverse/consecutive-precsave.exp: Likewise.
11508 * gdb.reverse/finish-precsave.exp: Likewise.
11509 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11510 * gdb.reverse/finish-reverse.exp: Likewise.
11511 * gdb.reverse/i386-precsave.exp: Likewise.
11512 * gdb.reverse/i387-env-reverse.exp: Likewise.
11513 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11514 * gdb.reverse/machinestate-precsave.exp: Likewise.
11515 * gdb.reverse/machinestate.exp: Likewise.
11516 * gdb.reverse/sigall-precsave.exp: Likewise.
11517 * gdb.reverse/solib-precsave.exp: Likewise.
11518 * gdb.reverse/step-precsave.exp: Likewise.
11519 * gdb.reverse/until-precsave.exp: Likewise.
11520 * gdb.reverse/watch-precsave.exp: Likewise.
11521 * gdb.reverse/watch-reverse.exp: Likewise.
11522
b22089ab
YQ
115232014-10-17 Yao Qi <yao@codesourcery.com>
11524
11525 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11526 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11527
6c4486e6
PA
115282014-10-17 Pedro Alves <palves@redhat.com>
11529
11530 PR gdb/17471
11531 * gdb.base/bg-execution-repeat.c: New file.
11532 * gdb.base/bg-execution-repeat.exp: New file.
11533
0ff33695
PA
115342014-10-17 Pedro Alves <palves@redhat.com>
11535
11536 PR gdb/17300
11537 * gdb.base/continue-all-already-running.c: New file.
11538 * gdb.base/continue-all-already-running.exp: New file.
11539
6fdebc3d
PA
115402014-10-17 Pedro Alves <palves@redhat.com>
11541
11542 PR gdb/17472
11543 * gdb.base/annota-input-while-running.c: New file.
11544 * gdb.base/annota-input-while-running.exp: New file.
11545
32a8097b
PA
115462014-10-17 Pedro Alves <palves@redhat.com>
11547
11548 * gdb.base/callfuncs.exp: emove references to osf.
11549 * gdb.base/sigall.exp: Likewise.
11550 * gdb.gdb/selftest.exp: Likewise.
11551 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11552 * gdb.mi/non-stop.c: Likewise.
11553 * gdb.mi/pthreads.c: Likewise.
11554 * gdb.reverse/sigall-precsave.exp: Likewise.
11555 * gdb.reverse/sigall-reverse.exp: Likewise.
11556 * gdb.threads/pthreads.c: Likewise.
11557 * gdb.threads/pthreads.exp: Likewise.
11558
7a3517ff
YQ
115592014-10-17 Yao Qi <yao@codesourcery.com>
11560
11561 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11562 check 'target_info exists noargs'.
11563 (test_command_prompt_position): Likewise.
11564 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11565 Remove "set args".
11566 (progvar_simple_while_test): Likewise.
11567 (progvar_complex_if_while_test): Likewise.
11568 (if_while_breakpoint_command_test): Likewise.
11569 (infrun_breakpoint_command_test): Likewise.
11570 (breakpoint_command_test): Likewise.
11571 (watchpoint_command_test): Likewise.
11572 (bp_deleted_in_command_test): Likewise.
11573 (temporary_breakpoint_commands): Likewise.
11574
bb99c472
YQ
115752014-10-16 Yao Qi <yao@codesourcery.com>
11576
11577 * gdb.base/remotetimeout.exp: Remove noargs checking.
11578
7c16b83e
PA
115792014-10-15 Pedro Alves <palves@redhat.com>
11580
11581 PR breakpoints/9649
11582 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11583 * gdb.base/breakpoint-in-ro-region.exp
11584 (probe_target_hardware_step): New procedure.
11585 (top level): Probe hardware stepping and hardware breakpoint
11586 support. Test stepping through a read-only region, with both
11587 "breakpoint auto-hw" on and off and both "always-inserted" on and
11588 off.
11589
35a49624
IB
115902014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11591
11592 * gdb.dlang/demangle.exp: Update for demangling changes.
11593
2d1c107c
SC
115942014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11595
11596 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11597 * gdb.cp/non-trivial-retval.exp: Add new tests.
11598
778811d5
SC
115992014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11600
11601 PR c++/13403
11602 PR c++/15154
11603 * gdb.cp/non-trivial-retval.cc: New file.
11604 * gdb.cp/non-trivial-retval.exp: New file.
11605
10c5f0a8
YQ
116062014-10-15 Yao Qi <yao@codesourcery.com>
11607
11608 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11609 remote host.
11610
65d7b369
YQ
116112014-10-15 Yao Qi <yao@codesourcery.com>
11612
11613 * gdb.python/py-symbol.exp: Match file base name if host is
11614 remote, otherwise match file name with dir name.
11615 * gdb.python/py-symtab.exp: Likewise.
11616 * gdb.python/python.exp: Likewise.
11617
46dc1394
YQ
116182014-10-15 Yao Qi <yao@codesourcery.com>
11619
11620 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11621 pattern.
11622 * gdb.python/py-symtab.exp: Likewise.
11623 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11624 locationn.
11625
c40cc657
JB
116262014-10-14 Joel Brobecker <brobecker@adacore.com>
11627
11628 * gdb.ada/addr_arith: New testcase.
11629
2abf49e1
MR
116302014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11631
11632 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11633 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11634 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11635 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11636
f7088df3
SDJ
116372014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11638
11639 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11640 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11641 * gdb.arch/stap-eval-lang-ada.exp: New file.
11642
4dc06805
YQ
116432014-10-14 Yao Qi <yao@codesourcery.com>
11644
11645 * gdb.mi/mi-var-child.c (nothing1): New function.
11646 (nothing2): New function.
11647 (do_children_tests): Set function pointers by nothing1 and
11648 nothing2.
11649 * gdb.mi/mi-var-child.exp: Step over new added statements.
11650 Update test to match the new output.
11651 * gdb.mi/var-cmd.c (nothing1): New function.
11652 (nothing2): New function.
11653 (do_children_tests): Set function pointers by nothing1 and
11654 nothing2.
11655 * gdb.mi/mi-var-display.exp: Update test to match output.
11656 Step to the line specified by $line_dct_nothing.
11657 Increase the number of lines to step.
11658
46a93de2
YQ
116592014-10-14 Yao Qi <yao@codesourcery.com>
11660
11661 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11662 tests.
11663 * gdb.mi/mi2-var-child.exp: Likewise.
11664
14ea52ee
DE
116652014-10-13 Doug Evans <dje@google.com>
11666
11667 * gdb.python/py-objfile.exp: Change name of file name test.
11668
e5c6e92b
DE
116692014-10-13 Doug Evans <dje@google.com>
11670
11671 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11672 from the start of the CU.
11673
c780cc2f
JK
116742014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11675 Yao Qi <yao@codesourcery.com>
11676
11677 Fix "save breakpoints" for "catch" command.
11678 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11679 Remove -nonewline. Match also the added "main" line.
11680
99894e11
JK
116812014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11682
11683 Fix "save breakpoints" for "disable $bpnum" command.
11684 * gdb.base/save-bp.c (main): Add label.
11685 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11686
6e1ac5a3
JK
116872014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11688
11689 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11690
754dd2b0
YQ
116912014-10-11 Yao Qi <yao@codesourcery.com>
11692
11693 * gdb.server/server-kill.exp: Execute command
11694 "set remote trace-status-packet on" before "tstatus".
11695
f90183d7
YQ
116962014-10-11 Yao Qi <yao@codesourcery.com>
11697
11698 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11699 (main): Call getppid.
11700 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11701 and continue to it. Read variable "server_pid".
11702
bf40a607
YQ
117032014-10-11 Yao Qi <yao@codesourcery.com>
11704
11705 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11706
052ca370
YQ
117072014-10-11 Yao Qi <yao@codesourcery.com>
11708
11709 * gdb.threads/thread-find.exp: Don't execute command
11710 "info threads".
11711 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11712 * gdb.threads/linux-dp.exp: Don't check the condition
11713 $threads_created equals to zero.
11714
3831839c
PA
117152014-10-10 Pedro Alves <palves@redhat.com>
11716
11717 * gdb.base/bigcore.exp: Remove references to IRIX.
11718 * gdb.base/funcargs.exp: Likewise.
11719 * gdb.base/interrupt.exp: Likewise.
11720 * gdb.base/mips_pro.exp: Likewise.
11721 * gdb.base/nodebug.exp: Likewise.
11722 * gdb.base/setvar.exp: Likewise.
11723 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11724
8b9a549d
PA
117252014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11726 Pedro Alves <palves@redhat.com>
11727
11728 PR symtab/14466
11729 * gdb.base/vdso-warning.c: New file.
11730 * gdb.base/vdso-warning.exp: New file.
11731
d48ba5e8
DE
117322014-10-02 Doug Evans <dje@google.com>
11733
11734 * gdb.base/structs.c (main): Don't run forever.
11735
2278c276
PA
117362014-10-02 Pedro Alves <palves@redhat.com>
11737
11738 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11739 (top level) <stop threads 1, stop threads 2>: Use it.
11740
b57bacec
PA
117412014-10-02 Pedro Alves <palves@redhat.com>
11742
11743 * gdb.threads/break-while-running.exp (test): Add new
11744 'update_thread_list' argument. Skip "info threads" if false.
11745 (top level): Add new 'update_thread_list' axis.
11746
13fd3ff3
PA
117472014-10-02 Pedro Alves <palves@redhat.com>
11748
11749 PR breakpoints/17431
11750 * gdb.base/execl-update-breakpoints.c: New file.
11751 * gdb.base/execl-update-breakpoints.exp: New file.
11752
0fec99e8
PA
117532014-10-01 Pedro Alves <palves@redhat.com>
11754
11755 * gdb.base/breakpoint-in-ro-region.c: New file.
11756 * gdb.base/breakpoint-in-ro-region.exp: New file.
11757
2ddf4301
SM
117582014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11759
11760 * gdb.mi/mi-exit-code.exp: New file.
11761 * gdb.mi/mi-exit-code.c: New file.
11762
6a5f3f43
YQ
117632014-09-30 Yao Qi <yao@codesourcery.com>
11764
11765 * lib/prelink-support.exp (build_executable_own_libs): Error if
11766 the target isn't native.
11767
345bcc73
YQ
117682014-09-30 Yao Qi <yao@codesourcery.com>
11769
11770 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11771 false.
11772
a25a5a45
PA
117732014-09-22 Pedro Alves <palves@redhat.com>
11774
11775 * gdb.threads/break-while-running.exp: New file.
11776 * gdb.threads/break-while-running.c: New file.
11777
00ba3162
YQ
117782014-09-19 Yao Qi <yao@codesourcery.com>
11779
11780 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11781 Invoke test. Restart GDB with --readnow and invoke test again.
11782
c3b7b696
YQ
117832014-09-19 Yao Qi <yao@codesourcery.com>
11784
11785 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11786 proc set_breakpoint_on_gcd_function. Invoke
11787 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11788 invoke set_breakpoint_on_gcd_function again.
11789
2b4fd423
DE
117902014-09-18 Doug Evans <dje@google.com>
11791
11792 * gdb.dwarf2/symtab-producer.exp: New file.
11793
a5947601
SDJ
117942014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11795
11796 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11797 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11798 * gdb.base/global-var-nested-by-dso.c: Likewise.
11799 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11800
91c19059
SDJ
118012014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11802 Pedro Alves <palves@redhat.com>
11803
11804 * gdb.base/watch-bitfields.exp: Pass string other than test file
11805 name to prepare_for_testing.
11806 (watch): New procedure.
11807 (expect_watchpoint): Use with_test_prefix.
11808 (top level): Factor out tests to ...
11809 (test_watch_location, test_regular_watch): ... these new
11810 procedures, and use with_test_prefix and gdb_continue_to_end.
11811
bb9d5f81
PP
118122014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11813
11814 PR breakpoints/12526
11815 * gdb.base/watch-bitfields.exp: New file.
11816 * gdb.base/watch-bitfields.c: New file.
11817
635856f5
PA
118182014-09-16 Pedro Alves <palves@redhat.com>
11819
11820 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11821 software and hardware addresses, not software address against
11822 itself.
11823
7280ceea
PA
118242014-09-16 Pedro Alves <palves@redhat.com>
11825
11826 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11827 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11828
428b16bd
PA
118292014-09-16 Pedro Alves <palves@redhat.com>
11830
11831 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11832 files.
11833 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11834 "*-*-vxworks*" throughout.
11835 * gdb.base/break.exp: Likewise.
11836 * gdb.base/default.exp: Likewise.
11837 * gdb.base/scope.exp: Likewise.
11838 * gdb.base/sepdebug.exp: Likewise.
11839 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11840 throughout.
11841 * gdb.base/run.c: Likewise.
11842 * gdb.base/sepdebug.c: Likewise.
11843 * gdb.hp/gdb.aCC/run.c: Likewise.
11844 * gdb.reverse/until-reverse.c: Likewise.
11845 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11846
666d413c
YQ
118472014-09-16 Yao Qi <yao@codesourcery.com>
11848
11849 * boards/local-remote-host-native.exp: New file.
11850
57cbd724
DE
118512014-09-14 Doug Evans <xdje42@gmail.com>
11852
11853 * gdb.threads/queue-signal.c (thread_count): New variable.
11854 (thread_count_mutex, thread_count_condvar): New variables.
11855 (incr_thread_count, wait_all_threads_running): New functions.
11856 (main): Wait for all threads to be in their thread functions.
11857
81219e53
DE
118582014-09-13 Doug Evans <xdje42@gmail.com>
11859
11860 * gdb.threads/queue-signal.c: New file.
11861 * gdb.threads/queue-signal.exp: New file.
11862
3714cea7
DE
118632014-09-13 Doug Evans <xdje42@gmail.com>
11864
11865 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11866 be consistent with what default_gdb_init uses.
11867 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11868 the plain text of the prompt. Add some logging printfs.
11869 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11870
fa43b1d7
PA
118712014-09-12 Pedro Alves <palves@redhat.com>
11872
11873 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11874 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11875 * gdb.arch/i386-size-overlap.exp: Likewise.
11876 * gdb.arch/i386-size.exp: Likewise.
11877 * gdb.arch/i386-unwind.exp: Likewise.
11878 * gdb.base/a2-run.exp: Likewise.
11879 * gdb.base/break.exp: Likewise.
11880 * gdb.base/charset.exp: Likewise.
11881 * gdb.base/chng-syms.exp: Likewise.
11882 * gdb.base/commands.exp: Likewise.
11883 * gdb.base/dbx.exp: Likewise.
11884 * gdb.base/find.exp: Likewise.
11885 * gdb.base/funcargs.exp: Likewise.
11886 * gdb.base/jit-simple.exp: Likewise.
11887 * gdb.base/reread.exp: Likewise.
11888 * gdb.base/sepdebug.exp: Likewise.
11889 * gdb.base/step-bt.exp: Likewise.
11890 * gdb.cp/mb-inline.exp: Likewise.
11891 * gdb.cp/mb-templates.exp: Likewise.
11892 * gdb.objc/basicclass.exp: Likewise.
11893 * gdb.threads/killed.exp: Likewise.
11894
9d9bf2df
EBM
118952014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11896
11897 PR tdep/17379
11898 * gdb.arch/powerpc-stackless.S: New file.
11899 * gdb.arch/powerpc-stackless.exp: New file.
11900
1cf2f1b0
JK
119012014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11902
11903 * gdb.base/attach.c: Include unistd.h.
11904 (main): Call alarm. Add label postloop.
11905 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11906 gdb_breakpoint, gdb_continue_to_breakpoint.
11907 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11908
98880d46
PA
119092014-09-11 Pedro Alves <palves@redhat.com>
11910
11911 PR gdb/17347
11912 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11913 * gdb.base/attach.exp (test_command_line_attach_run): New
11914 procedure.
11915 (top level): Call it.
11916
4c92ff2c
PA
119172014-09-11 Pedro Alves <palves@redhat.com>
11918
11919 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11920 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11921 (do_command_attach_tests): Use spawn_wait_for_attach.
11922 * gdb.base/solib-overlap.exp: Likewise.
11923 * gdb.multi/multi-attach.exp: Likewise.
11924 * gdb.python/py-prompt.exp: Likewise.
11925 * gdb.python/py-sync-interp.exp: Likewise.
11926 * gdb.server/ext-attach.exp: Likewise.
11927
3adc1a7d
GKB
119282014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11929
11930 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11931 command in testcase. Simplify testcase.
11932
96334934
JB
119332014-09-10 Joel Brobecker <brobecker@adacore.com>
11934
11935 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11936
eb479039
JB
119372014-09-10 Joel Brobecker <brobecker@adacore.com>
11938
11939 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11940
deede10c
JB
119412014-09-10 Joel Brobecker <brobecker@adacore.com>
11942
11943 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11944
7828a5f5
JB
119452014-09-10 Joel Brobecker <brobecker@adacore.com>
11946
11947 * gdb.dwarf2/dynarr-ptr.c: New file.
11948 * gdb.dwarf2/dynarr-ptr.exp: New file.
11949
33aeebcf
MR
119502014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11951
11952 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11953 of 30 rather than hardcoding 120 for a slow test case. Take the
11954 `gdb,timeout' target setting into account for this calculation.
11955 Don't extend the timeout for the test cases that don't need it.
11956
7b415901
MR
119572014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11958
11959 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11960 a factor of 2 for a slow test case. Take the `gdb,timeout'
11961 target setting into account for this calculation.
11962 * gdb.reverse/until-precsave.exp: Increase the timeout by
11963 a factor of 15 and 3 respectively rather than adding 120
11964 for a pair of slow test cases. Take the `gdb,timeout'
11965 target setting into account for this calculation.
11966
4a40f85a
MR
119672014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11968
11969 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11970 timeout, don't pass one down to gdb_expect.
11971 (gdb_expect): Rework timeout selection.
11972
09635af7
MR
119732014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11974
11975 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11976 exception on timeout.
11977 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11978 (gdbserver_start_extended): Catch any `gdbserver_start' error
11979 exceptions.
11980 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11981 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11982 `gdbserver_gdb_load' error exceptions.
11983
2bdd10b7
MR
119842014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11985
11986 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11987 120 on waiting for the TCP socket to open.
11988
316935f0
DE
119892014-09-09 Doug Evans <xdje42@gmail.com>
11990
11991 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11992 _caller_matches, _any_caller_is, _any_caller_matches.
11993
83740597
DE
119942014-09-09 Doug Evans <xdje42@gmail.com>
11995
11996 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11997
4c122fc3
YQ
119982014-09-09 Yao Qi <yao@codesourcery.com>
11999
12000 * gdb.mi/mi-var-display.exp: Set print symbol off.
12001
a9f116cb
GKB
120022014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12003
12004 PR gdb/17035
12005 * gdb.base/commands.exp: Add tests to verify user-defined
12006 commands with empty bodies.
12007 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12008 python commands in `show user command`.
12009 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12010 scheme commands in `show user command`.
12011
c75bd3a2
JK
120122014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12013
12014 PR python/17355
12015 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12016 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12017 * gdb.python/py-framefilter-invalidarg.exp: New file.
12018 * gdb.python/py-framefilter-invalidarg.py: New file.
12019
faa42425
DE
120202014-09-06 Doug Evans <xdje42@gmail.com>
12021
12022 PR 15276
12023 * gdb.python/py-caller-is.c: New file.
12024 * gdb.python/py-caller-is.exp: New file.
12025
474ca4f6
SDJ
120262014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12027
12028 PR gdb/17235
12029 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12030 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12031
eb0b0463
SDJ
120322014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12033
12034 PR fortran/17237
12035 * gdb.fortran/print-formatted.exp: New file.
12036 * gdb.fortran/print-formatted.f90: Likewise.
12037
5f3b99cf
SS
120382014-09-03 Sasha Smundak <asmundak@google.com>
12039
12040 * gdb.python/py-frame.exp: Test Frame.read_register.
12041
7d793aa9
SDJ
120422014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12043
12044 PR python/16699
12045 * gdb.python/py-completion.exp: New file.
12046 * gdb.python/py-completion.py: Likewise.
12047
fb0576e9
DE
120482014-08-28 Doug Evans <dje@google.com>
12049
12050 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12051 eax,etc. are live with values set by gdb and thus the compiler can't
12052 use them.
12053 * gdb.arch/i386-pseudo.c (main): Ditto.
12054
ee92b0dd
DE
120552014-08-27 Doug Evans <dje@google.com>
12056
12057 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12058
6649db35
DE
120592014-08-25 Doug Evans <dje@google.com>
12060
12061 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12062 (main): Ditto.
12063
564b7600
DE
120642014-08-25 Doug Evans <dje@google.com>
12065
12066 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12067
3881fb67
YQ
120682014-08-24 Yao Qi <yao@codesourcery.com>
12069
12070 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12071 symbol off.
12072 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12073
a05a36a5
DE
120742014-08-22 Doug Evans <dje@google.com>
12075
12076 PR 17276
12077 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12078 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12079 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12080
7c343b48
YQ
120812014-08-22 Yao Qi <yao@codesourcery.com>
12082
12083 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12084 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12085 * gdb.python/python.exp: Likewise. Use .py file on the host
12086 instead of the build.
12087
22fd09ae
JK
120882014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12089
12090 * gdb.threads/gcore-stale-thread.c: New file.
12091 * gdb.threads/gcore-stale-thread.exp: New file.
12092
a8454a7c
PA
120932014-08-21 Pedro Alves <palves@redhat.com>
12094
12095 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12096 * gdb.base/gcore-relro-pie.exp: Likewise.
12097 * gdb.base/gcore-relro.exp: Likewise.
12098 * gdb.base/gcore.exp: Likewise.
12099 * gdb.base/print-symbol-loading.exp: Likewise.
12100 * gdb.threads/gcore-thread.exp: Likewise.
12101 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12102
2a31c623
PA
121032014-08-20 Pedro Alves <palves@redhat.com>
12104 Jan Kratochvil <jan.kratochvil@redhat.com>
12105
12106 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12107 configure.
12108 (EXPECT): Handle READ1 being set.
12109 (all): Depend on EXTRA_RULES.
12110 (check-read1, expect-read1, read1.so, read1): New rules.
12111 * README (Testsuite Parameters): Document the READ1 make variable.
12112 (Race detection): New section.
12113 * configure: Regenerate.
12114 * configure.ac: If build==host==target, and running under a
12115 GNU/glibc system, add read1 to the extra Makefile rules.
12116 (EXTRA_RULES): AC_SUBST it.
12117 * lib/read1.c: New file.
12118
d36430db
JB
121192014-08-20 Joel Brobecker <brobecker@adacore.com>
12120
12121 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12122 the handling of variables declared as a typedef to an array
12123 which a DW_AT_data_location attribute.
12124
9a0dc9e3
PA
121252014-08-19 Andrew Burgess <aburgess@broadcom.com>
12126 Pedro Alves <palves@redhat.com>
12127
12128 PR symtab/14604
12129 PR symtab/14605
12130 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12131 gdb_test.
12132
0718a8da
PA
121332014-08-19 Pedro Alves <palves@redhat.com>
12134
12135 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12136
13b448cd
YQ
121372014-08-19 Yao Qi <yao@codesourcery.com>
12138
12139 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12140 right line.
12141
1cbf5077
DB
121422014-08-18 David Blaikie <dblaikie@gmail.com>
12143
12144 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12145
bf0fae19
JB
121462014-08-18 Joel Brobecker <brobecker@adacore.com>
12147
12148 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12149 attribute in array range.
12150
3c8c5dcc
JB
121512014-08-18 Joel Brobecker <brobecker@adacore.com>
12152
12153 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12154
e66d4446
SC
121552014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12156
12157 PR c++/17132
12158 * gdb.cp/pr17132.cc: New file.
12159 * gdb.cp/pr17132.exp: New file.
12160
940df408
SC
121612014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12162
12163 * gdb.python/py-xmethods.py (A_getarrayind)
12164 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12165 Use 'print' with function call syntax.
12166 (E_method_matcher.match): Fix tab vs space indentation mixup.
12167
ebcc6c3a
YQ
121682014-08-15 Yao Qi <yao@codesourcery.com>
12169
12170 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12171 false.
12172
775e0f04
YQ
121732014-08-15 Yao Qi <yao@codesourcery.com>
12174
12175 * gdb.cp/casts.exp: Set print symbol off.
12176 * gdb.cp/class2.exp: Likewise.
12177 * gdb.cp/overload.exp: Likewise.
12178 * gdb.cp/templates.exp: Likewise.
12179
d769e349
DE
121802014-08-11 Doug Evans <dje@google.com>
12181
12182 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12183 (test_load_shlib): Update.
12184
20c6f1e1
YQ
121852014-08-09 Yao Qi <yao@codesourcery.com>
12186
12187 * gdb.base/display.exp: Invoke is_address_zero_readable.
12188 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12189 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12190 * gdb.base/hbreak-unmapped.exp: Return if
12191 is_address_zero_readable returns true.
12192 * gdb.base/signest.exp: Likewise.
12193 * gdb.base/signull.exp: Likewise.
12194 * gdb.base/sigbpt.exp: Likewise.
12195 * gdb.guile/scm-disasm.exp: Do the test if
12196 is_address_zero_readable returns false.
12197 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12198 * gdb.python/py-arch.exp: Likewise.
12199 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12200 * lib/gdb.exp (is_address_zero_readable): New proc.
12201
5792e8e3
YQ
122022014-08-09 Yao Qi <yao@codesourcery.com>
12203
12204 PR testsuite/13443
12205 * gdb.mi/mi-var-display.exp: Make test messages unique.
12206
3cecbbbe
TT
122072014-08-04 Tom Tromey <tromey@redhat.com>
12208
12209 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12210 target 0".
12211
00b51ff5
TT
122122014-08-04 Tom Tromey <tromey@redhat.com>
12213
12214 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12215 "target_resume".
12216
6908c509
JB
122172014-08-01 Joel Brobecker <brobecker@adacore.com>
12218
12219 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12220 inner_vla_struct_object_size.
12221 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12222 as xfail.
12223
cc6563d2
PA
122242014-07-30 Pedro Alves <palves@redhat.com>
12225
12226 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12227 comment.
12228
7e09a223
YQ
122292014-07-29 Yao Qi <yao@codesourcery.com>
12230
12231 PR gdb/17206
12232 * gdb.base/until-nodebug.exp: New.
12233
7ebdbe92
DE
122342014-07-28 Doug Evans <xdje42@gmail.com>
12235
12236 PR guile/17203
12237 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12238 previously existing parameter, and previously ambiguously spelled
12239 parameter.
12240
fdb1adc6
WN
122412014-07-28 Will Newton <will.newton@linaro.org>
12242
12243 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12244
186fcde0
DE
122452014-07-26 Ludovic Courtès <ludo@gnu.org>
12246 Doug Evans <xdje42@gmail.com>
12247
12248 PR guile/17146
12249 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12250
70509625
PA
122512014-07-25 Pedro Alves <palves@redhat.com>
12252
12253 * gdb.threads/signal-command-handle-nopass.c: New file.
12254 * gdb.threads/signal-command-handle-nopass.exp: New file.
12255 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12256 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12257 * gdb.threads/signal-delivered-right-thread.c: New file.
12258 * gdb.threads/signal-delivered-right-thread.exp: New file.
12259
c3f814a1
PA
122602014-07-25 Pedro Alves <palves@redhat.com>
12261
12262 * gdb.base/double-prompt-target-event-error.exp
12263 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12264 match.
12265 (cancel_pagination_in_target_event): Rework double prompt
12266 detection.
12267 * gdb.base/paginate-after-ctrl-c-running.exp
12268 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12269 <return>' match.
12270 * gdb.base/paginate-bg-execution.exp
12271 (test_bg_execution_pagination_return)
12272 (test_bg_execution_pagination_cancel): Remove '-notransfer
12273 <return>' matches.
12274 * gdb.base/paginate-execution-startup.exp
12275 (test_fg_execution_pagination_return)
12276 (test_fg_execution_pagination_cancel): Remove '-notransfer
12277 <return>' matches.
12278 * gdb.base/paginate-inferior-exit.exp
12279 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12280 match.
12281 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12282 * lib/gdb.exp (pagination_prompt): Run text through
12283 string_to_regexp.
12284 (gdb_test_multiple): Match $pagination_prompt instead of
12285 "<return>".
12286 (string_to_regexp): Move to lib/gdb-utils.exp.
12287
e214cf6c
JK
122882014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12289
12290 * gdb.arch/amd64-entry-value-paramref.S: New file.
12291 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12292 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12293 * gdb.arch/amd64-optimout-repeat.S: New file.
12294 * gdb.arch/amd64-optimout-repeat.c: New file.
12295 * gdb.arch/amd64-optimout-repeat.exp: New file.
12296
17d0c5c8
JK
122972014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12298
12299 PR gdb/17170
12300 * gdb.base/statistics.exp: New file.
12301
b8b8facf
DE
123022014-07-17 Doug Evans <dje@google.com>
12303
74b49205 12304 PR gdb/17170
b8b8facf
DE
12305 * gdb.base/maint.exp: Update testing of per-command stats.
12306
1b5d0ab3
PA
123072014-07-16 Pedro Alves <palves@redhat.com>
12308
12309 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12310 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12311 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12312 (tfile_write_buf): New functions.
12313 (add_memory_block): Rewrite using the above.
12314 (adjust_function_address): New function.
12315 (FUNCTION_ADDRESS): New macro.
12316 (write_basic_trace_file): Remove short_x local, and use
12317 tfile_write_16. Change type of func_addr local to unsigned long
12318 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12319 here. Cast argument of add_memory_block to char pointer.
12320 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12321 (main): Remove parameters.
12322 * gdb.trace/tfile.exp: Remove nowarnings.
12323
4d974e88
SM
123242014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12325
12326 * gdb.base/debug-expr.exp: Test string evaluation with
12327 "debug expression" on.
12328
41e99568
PA
123292014-07-15 Pedro Alves <palves@redhat.com>
12330
12331 * gdb.base/reread.exp: Use clean_restart.
12332
487d9753
PL
123332014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12334
12335 * gdb.arch/avr-flash-qualifer.c: New.
12336 * gdb.arch/avr-flash-qualifer.exp: New.
12337
cc1c52ad
PA
123382014-07-14 Pedro Alves <palves@redhat.com>
12339
12340 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12341 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12342
1e973570
PA
123432014-07-14 Pedro Alves <palves@redhat.com>
12344
12345 * gdb.base/double-prompt-target-event-error.c: New file.
12346 * gdb.base/double-prompt-target-event-error.exp: New file.
12347
93d6eb10
PA
123482014-07-14 Pedro Alves <palves@redhat.com>
12349
12350 PR gdb/17072
12351 * gdb.base/paginate-inferior-exit.c: New file.
12352 * gdb.base/paginate-inferior-exit.exp: New file.
12353
0017922d
PA
123542014-07-14 Pedro Alves <palves@redhat.com>
12355
12356 PR gdb/17072
12357 * gdb.base/paginate-bg-execution.c: New file.
12358 * gdb.base/paginate-bg-execution.exp: New file.
12359
94696ad3
PA
123602014-07-14 Pedro Alves <palves@redhat.com>
12361
12362 PR gdb/17072
12363 * gdb.base/paginate-execution-startup.c: New file.
12364 * gdb.base/paginate-execution-startup.exp: New file.
12365 * lib/gdb.exp (pagination_prompt): New global.
12366 (default_gdb_spawn): New procedure, factored out from
12367 default_gdb_spawn.
12368 (default_gdb_start): Adjust to call default_gdb_spawn.
12369 (gdb_spawn): New procedure.
12370
bd293940
PA
123712014-07-14 Pedro Alves <palves@redhat.com>
12372
12373 * lib/gdb.exp (gdb_assert): New procedure.
12374 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12375
c933f875
PA
123762014-07-14 Pedro Alves <palves@redhat.com>
12377
12378 * gdb.base/execution-termios.c: New file.
12379 * gdb.base/execution-termios.exp: New file.
12380
d98b7a16
TT
123812014-07-14 Tom Tromey <tromey@redhat.com>
12382
12383 * gdb.cp/vla-cxx.cc: New file.
12384 * gdb.cp/vla-cxx.exp: New file.
12385
548740d6
TT
123862014-07-14 Tom Tromey <tromey@redhat.com>
12387
12388 * gdb.reverse/rerun-prec.c: New file.
12389 * gdb.reverse/rerun-prec.exp: New file.
12390
a25eb028
MR
123912014-07-12 Maciej W. Rozycki <macro@mips.com>
12392 Maciej W. Rozycki <macro@codesourcery.com>
12393
12394 * lib/gdb-utils.exp: New file.
12395 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12396 inline `gdb_init_command' processing.
12397 (gdb_start_cmd): Likewise.
12398 * lib/mi-support.exp (mi_run_cmd): Likewise.
12399 * README: Document `gdb_init_command' and `gdb_init_commands'.
12400
218c2655
JK
124012014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12402
12403 Fix false FAIL running under a very long directory name.
12404 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12405 and "set print elements 10000". Twice.
12406
5401fde3
YQ
124072014-07-11 Yao Qi <yao@codesourcery.com>
12408
12409 * gdb.base/exprs.exp: "set print symbol off".
12410
e76126e8
PA
124112014-07-11 Pedro Alves <palves@redhat.com>
12412
12413 * gdb.threads/kill.c: New file.
12414 * gdb.threads/kill.exp: New file.
12415
2d6f0de6
YQ
124162014-07-10 Yao Qi <yao@codesourcery.com>
12417
12418 * gdb.trace/tfile.c (write_basic_trace_file)
12419 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12420 address written to trace file.
12421
7180e04a
PA
124222014-07-09 Pedro Alves <palves@redhat.com>
12423
12424 * gdb.base/attach-wait-input.exp: New file.
12425 * gdb.base/attach-wait-input.c: New file.
12426
9a9a7608
AB
124272014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12428
12429 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12430 setting up test structures.
12431 (main): Call new test function.
12432 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12433 test function, continue into test function and walk test
12434 structures.
12435
161ac41e
YQ
124362014-07-02 Yao Qi <yao@codesourcery.com>
12437
12438 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12439 'bar_start' at the beginning of functions 'foo' and 'bar'
12440 respectively.
12441 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12442 instead of 'foo' and 'bar'.
12443
1f267ae3
MM
124442014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12445
12446 * gdb.btrace/segv.exp: New.
12447 * gdb.btrace/segv.c: New.
12448
2b239efb
LM
124492014-07-02 Luis Machado <lgustavo@codesourcery.com>
12450
12451 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12452 instruction.
12453
cf363f18
MW
124542014-06-30 Mark Wielaard <mjw@redhat.com>
12455
12456 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12457 vulture, vilify, villar): New volatile array constants.
12458 (vindictive, vegetation): New const volatile array constants.
12459 * gdb.base/volatile.exp: Test volatile and const volatile array
12460 types.
12461
aebf9d24
AA
124622014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12463
12464 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12465 target lacks support for awatch, rwatch, or hbreak.
12466
b67a2c6f
YQ
124672014-06-27 Yao Qi <yao@codesourcery.com>
12468
12469 * gdb.multi/dummy-frame-restore.exp: New.
12470 * gdb.multi/dummy-frame-restore.c: New.
12471
aef92902
MM
124722014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12473
12474 * gdb.btrace/gcore.exp: New.
12475
8e9db26e
PA
124762014-06-23 Pedro Alves <palves@redhat.com>
12477
12478 * gdb.base/watchpoint-reuse-slot.c: New file.
12479 * gdb.base/watchpoint-reuse-slot.exp: New file.
12480
70afc5b7
SC
124812014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12482
12483 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12484 progspace's filename in 'info', 'enable' and 'disable' command
12485 tests.
12486
b972bd9c
JK
124872014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12488
12489 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12490 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12491 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12492
125f8a3d
GB
124932014-06-20 Gary Benson <gbenson@redhat.com>
12494
12495 * gdb.arch/i386-avx.exp: Fix include file location.
12496 * gdb.arch/i386-sse.exp: Likewise.
12497
3ed9baed
IB
124982014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12499
12500 * gdb.dlang/expression.exp: New file.
12501
034f788c
PA
125022014-06-19 Pedro Alves <palves@redhat.com>
12503
12504 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12505 out from ...
12506 (top level): ... here. Iterate running tests under different
12507 scheduler-locking settings.
12508
45371d0c
LM
125092014-06-18 Luis Machado <lgustavo@codesourcery.com>
12510
12511 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12512 to DW_FORM_addr and use non-zero addresses.
12513
5d376983
SC
125142014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12515
12516 PR gdb/17017
12517 * gdb.python/py-xmethods.cc: Add global function call counters and
12518 increment them in their respective functions. Remove "cout"
12519 statements.
12520 * gdb.python/py-xmethods.exp: Make tests check the global function
12521 call counters instead of depending on inferior IO.
12522
a1aa2221
LM
125232014-06-18 Don Breazeal <donb@codesourcery.com>
12524
12525 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12526 Deleted procedure.
12527 (explicit_fork_parent_follow): Deleted procedure.
12528 (explicit_fork_child_follow): Deleted procedure.
12529 (test_follow_fork): New procedure.
12530 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 12531 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
12532 procedure calls.
12533
0fc05997
YQ
125342014-06-17 Yao Qi <yao@codesourcery.com>
12535
12536 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12537 CP1252.
12538
70795c52
LM
125392014-06-17 Luis Machado <lgustavo@codesourcery.com>
12540
12541 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12542 Initialize ptr and S explicitly.
12543 (skip_type_update_when_not_use_rtti_test): Likewise.
12544
6be47f0c
KS
125452014-06-16 Keith Seitz <keiths@redhat.com>
12546
12547 PR mi/15863
12548 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12549 the inferior is started.
12550
d03de421
PA
125512014-06-16 Pedro Alves <palves@redhat.com>
12552
12553 * gdb.base/break-main-file-remove-fail.c: New file.
12554 * gdb.base/break-main-file-remove-fail.exp: New file.
12555 * gdb.base/break-unload-file.exp: Use build_executable instead of
12556 prepare_for_testing.
12557 (test_break): New parameter "initial_load". Handle it.
12558 (top level): Add initial_load cmdline/file axis.
12559
f9579b99
TT
125602014-06-12 Tom Tromey <tromey@redhat.com>
12561
12562 * gdb.base/completion.exp: Don't use directory name in test.
12563
3657956b
GB
125642014-06-09 Gary Benson <gbenson@redhat.com>
12565
12566 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12567 separate the always-available ANSI-standard signals from the
12568 signals that require checking.
12569 (main): Likewise.
12570 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12571 Likewise.
12572 (main): Likewise.
12573
4186eb54
KS
125742014-06-07 Keith Seitz <keiths@redhat.com>
12575
12576 Revert:
12577 PR c++/16253
12578 * gdb.cp/var-tag.cc: New file.
12579 * gdb.cp/var-tag.exp: New file.
12580 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12581 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12582 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12583 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12584
25326a28 125852014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
12586
12587 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12588
829155c9
PA
125892014-06-06 Pedro Alves <palves@redhat.com>
12590
12591 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12592 in target debug output instead of looking at RSP packets,
12593 disabling the test on any target that uses hardware stepping.
12594 Update comments.
12595
61c8d22e
PA
125962014-06-06 Pedro Alves <palves@redhat.com>
12597
12598 * gdb.base/break-unload-file.exp: Fix typo.
12599
d9a47287
YQ
126002014-06-06 Yao Qi <yao@codesourcery.com>
12601
12602 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12603 from "jit_function" to "^jit_function".
12604
e5e01dbf
YQ
126052014-06-06 Yao Qi <yao@codesourcery.com>
12606
12607 * gdb.base/async.c (foo): Add one statement.
12608 * gdb.base/async.exp: Get the next instruction address and
12609 match the output of "nexti" by instruction address. Match
12610 the hex address in the output of "finish".
12611
73ba372c
GB
126122014-06-06 Gary Benson <gbenson@redhat.com>
12613
12614 * gdb.base/call-signals.c: Remove preprocessor conditionals
12615 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12616 SIGSEGV and SIGTERM.
12617 * gdb.base/sigall.c: Likewise.
12618 * gdb.base/unwindonsignal.c: Likewise.
12619 * gdb.reverse/sigall-reverse.c: Likewise.
12620
831517df
YQ
126212014-06-06 Yao Qi <yao@codesourcery.com>
12622
12623 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12624 readable, skip the test.
12625
b8b91e98
YQ
126262014-06-06 Yao Qi <yao@codesourcery.com>
12627
12628 * gdb.threads/staticthreads.c (thread_function): Move the line
12629 setting breakpoint on forward.
12630 * gdb.threads/staticthreads.exp: Update comments.
12631
fb934770
LC
126322014-06-05 Ludovic Courtès <ludo@gnu.org>
12633
12634 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12635 "history-append! type error".
12636
6ef284bd
SM
126372014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12638
12639 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12640 erroneous dprintf expected input.
12641
a872e241
DE
126422014-06-04 Doug Evans <xdje42@gmail.com>
12643
12644 * gdb.guile/scm-generics.exp: Delete.
12645
16f691fb
DE
126462014-06-04 Doug Evans <xdje42@gmail.com>
12647
12648 * gdb.guile/scm-breakpoint.exp: Update.
12649 Add tests for breakpoint registration.
12650
012370f6
TT
126512014-06-04 Tom Tromey <tromey@redhat.com>
12652
12653 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12654 VLA-in-union.
12655 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12656 inner_vla_struct, vla_union types. Initialize objects of those
12657 types and compute their sizes.
12658
9f5a4cef
HZ
126592014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12660 Hui Zhu <hui@codesourcery.com>
12661
12662 * gdb.base/fileio.exp: Add test for shell not available as well as
12663 available.
12664 * gdb.base/fileio.c (test_system): Check for shell twice.
12665
90a45c4d
YQ
126662014-06-04 Yao Qi <yao@codesourcery.com>
12667
12668 * gdb.base/auto-connect-native-target.exp: Remove redundant
12669 space from the regexp pattern.
12670
70017e41
YQ
126712014-06-04 Yao Qi <yao@codesourcery.com>
12672
12673 * gdb.base/default.exp: Replace "child" with "native" in
12674 regexp pattern.
12675
883964a7
SC
126762014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12677
12678 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12679 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12680 * gdb.python/py-xmethods.py: Python script supporting the
12681 new testcase and tests.
12682
ef370185
JB
126832014-06-03 Joel Brobecker <brobecker@adacore.com>
12684 Pedro Alves <palves@redhat.com>
12685
12686 PR breakpoints/17000
12687 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12688 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12689
1e2ccb61
BM
126902014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12691
12692 * gdb.base/subst.exp: Add tests to verify partial path matching
12693 output.
12694
c6ec5ab2
PA
126952014-06-03 Pedro Alves <palves@redhat.com>
12696
12697 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12698 target that doesn't use software single-stepping.
12699
835c559f
PA
127002014-06-03 Pedro Alves <palves@redhat.com>
12701
12702 PR breakpoints/17000
12703 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12704 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12705
06eb1586
DE
127062014-06-02 Doug Evans <xdje42@gmail.com>
12707
12708 * gdb.guile/scm-parameter.exp: New file.
12709
e698b8c4
DE
127102014-06-02 Doug Evans <xdje42@gmail.com>
12711
12712 * gdb.guile/scm-cmd.c: New file.
12713 * gdb.guile/scm-cmd.exp: New file.
12714
ded03782
DE
127152014-06-02 Doug Evans <xdje42@gmail.com>
12716
12717 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12718 pretty-printer lookup.
12719 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12720 (make-pp_s-printer): Call it.
12721 (make-pretty-printer-from-dict): New function.
12722 (lookup-pretty-printer-maker-from-dict): New function.
12723 (*pretty-printer*): Simplify.
12724 (make-objfile-pp_s-printer): New function.
12725 (install-objfile-pretty-printers!): New function.
12726 (make-progspace-pp_s-printer): New function.
12727 (install-progspace-pretty-printers!): New function.
12728 * gdb.guile/scm-progspace.c: New file.
12729 * gdb.guile/scm-progspace.exp: New file.
12730
41fac0cf
PA
127312014-06-02 Pedro Alves <palves@redhat.com>
12732
12733 * gdb.base/dprintf-bp-same-addr.c: New file.
12734 * gdb.base/dprintf-bp-same-addr.exp: New file.
12735
96ae5695
EBM
127362014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12737
12738 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12739 * gdb.arch/powerpc-power.s: Likewise.
12740
da02b3a8
JB
127412014-06-02 Joel Brobecker <brobecker@adacore.com>
12742
12743 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12744
c72b2e7b
YQ
127452014-06-01 Yao Qi <yao@codesourcery.com>
12746
12747 * gdb.base/watchpoint.exp (test_watch_location): Check null
12748 pointer can be dereferenced. If not, do the test, otherwise
12749 skip it.
12750
53e8a631
AB
127512014-05-30 Andrew Burgess <aburgess@broadcom.com>
12752
12753 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12754 results.
12755 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12756
938f0e2f
AB
127572014-05-30 Andrew Burgess <aburgess@broadcom.com>
12758
12759 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12760 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12761 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12762 * gdb.arch/amd64-invalid-stack-top.c: New file.
12763 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12764
9ba6657a
PA
127652014-05-30 Pedro Alves <palves@redhat.com>
12766
12767 PR breakpoints/17000
12768 * gdb.base/sss-bp-on-user-bp.c: New file.
12769 * gdb.base/sss-bp-on-user-bp.exp: New file.
12770
522c09bf
DB
127712014-05-30 David Blaikie <dblaikie@gmail.com>
12772
12773 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12774 gnu_inline semantics via attribute.
12775 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12776 source explicitly specifies the required semantics.
12777
bf4ef81e
MR
127782014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12779
12780 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12781
329ea579
PA
127822014-05-29 Pedro Alves <palves@redhat.com>
12783 Tom Tromey <tromey@redhat.com>
12784
12785 * gdb.base/async-shell.exp: Don't enable target-async.
12786 * gdb.base/async.exp
12787 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12788 parameter. Adjust.
12789 (top level): Don't test with "target-async".
12790 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12791 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12792 * gdb.base/inferior-died.exp: Don't enable target-async.
12793 * gdb.base/interrupt-noterm.exp: Likewise.
12794 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12795 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12796 * gdb.mi/mi-nonstop.exp: Likewise.
12797 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12798 * gdb.mi/mi-nsintrall.exp: Likewise.
12799 * gdb.mi/mi-nsmoribund.exp: Likewise.
12800 * gdb.mi/mi-nsthrexec.exp: Likewise.
12801 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12802 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12803 * gdb.python/py-evsignal.exp: Don't enable target-async.
12804 * gdb.python/py-evthreads.exp: Likewise.
12805 * gdb.python/py-prompt.exp: Likewise.
12806 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12807 * gdb.server/solib-list.exp: Don't enable target-async.
12808 * gdb.threads/thread-specific-bp.exp: Likewise.
12809 * lib/mi-support.exp: Adjust to use mi-async.
12810
fd664c91
PA
128112014-05-29 Pedro Alves <palves@redhat.com>
12812
12813 PR gdb/13860
12814 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12815 reason, even in sync mode.
12816
251bde03
PA
128172014-05-29 Pedro Alves <palves@redhat.com>
12818 Hui Zhu <hui@codesourcery.com>
12819
12820 PR PR15693
12821 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12822 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12823 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12824 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12825
7f3c0343
JB
128262014-05-28 Joel Brobecker <brobecker@adacore.com>
12827
12828 * config/monitor.exp (gdb_target_monitor): Replace use of
12829 "set remotebaud" by "set serial baud".
12830
b2715b27
AW
128312014-05-26 Andy Wingo <wingo@igalia.com>
12832
12833 * gdb.guile/scm-breakpoint.exp:
12834 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12835 properties instead of gdb-object-properties.
12836
498a4489
YQ
128372014-05-26 Yao Qi <yao@codesourcery.com>
12838
12839 * gdb.server/no-thread-db.exp: Specify source file name
12840 explicitly when setting a breakpoint.
12841
589fdceb
MM
128422014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12843
12844 * gdb.btrace/vdso.c: New.
12845 * gdb.btrace/vdso.exp: New.
12846
e9089e05
MM
128472014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12848
12849 * gdb.base/gcore.exp (capture_command_output): Move ...
12850 * lib/gdb.exp (capture_command_output): ... here.
12851
67b5c0c1
MM
128522014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12853
12854 * gdb.btrace/data.exp: Test memory access during btrace replay.
12855
a2199296
SM
128562014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12857
12858 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12859
17b2616c
PA
128602014-05-21 Pedro Alves <palves@redhat.com>
12861
12862 PR gdb/13860
12863 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12864 (top level): Test that output related to execution commands is
12865 sent to the console with CLI commands, but not with MI commands.
12866 Test that breakpoint events are always mirrored to the console.
12867 Also expect the new source line to be output after a "next" in
12868 async mode too. Make it a pass/fail test.
12869 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12870 output.
12871 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12872
5166082f
PA
128732014-05-21 Pedro Alves <palves@redhat.com>
12874
12875 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12876 Use them to test variations of "list" after reaching a breakpoint.
12877 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12878 Test "list" with listsize 10 after reaching a breakpoint.
12879 * gdb.python/python.exp (decode_line current location line
12880 number): Adjust expected line number.
12881
2f25d70f
SM
128822014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12883
12884 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12885 behavior for $args, pass it directly to "run".
12886
ff604a67
MR
128872014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12888
12889 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12890 30000 to 65536.
12891
6a3cb8e8
PA
128922014-05-21 Pedro Alves <palves@redhat.com>
12893
12894 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12895 auto-connect-native-target off".
12896 * gdb.base/auto-connect-native-target.c: New file.
12897 * gdb.base/auto-connect-native-target.exp: New file.
12898
4ebfc96e
PA
128992014-05-21 Pedro Alves <palves@redhat.com>
12900
12901 * gdb.base/default.exp: Test "target native" instead of "target
12902 child".
12903
36d46afb
MW
129042014-05-21 Mark Wielaard <mjw@redhat.com>
12905
12906 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12907
5876f503
JK
129082014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12909
12910 Fix TLS access for -static -pthread.
12911 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12912 <HAVE_TLS> (thread_function, main): Initialize it.
12913 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12914 Add clean_restart.
12915 <$have_tls != "">: Check TLSVAR.
12916
0256a6ac
PA
129172014-05-21 Pedro Alves <palves@redhat.com>
12918
12919 * gdb.base/dcache-line-read-error.c: New.
12920 * gdb.base/dcache-line-read-error.exp: New.
12921
936d2992
PA
129222014-05-20 Pedro Alves <palves@redhat.com>
12923
12924 * gdb.base/compare-sections.c: New file.
12925 * gdb.base/compare-sections.exp: New file.
12926
802e8e6d
PA
129272014-05-20 Pedro Alves <palves@redhat.com>
12928
12929 * gdb.base/break-idempotent.c: New file.
12930 * gdb.base/break-idempotent.exp: New file.
12931
e59fa00f
MM
129322014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12933
12934 * gdb.btrace/nohist.exp: New.
12935
8b696e31
YQ
129362014-05-20 Yao Qi <yao@codesourcery.com>
12937
12938 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12939 gdb.reverse directory and gdb_reverse_timeout exists in board
12940 setting.
12941 * README: Document gdb_reverse_timeout.
12942
73c9764f
YQ
129432014-05-20 Yao Qi <yao@codesourcery.com>
12944
12945 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12946 'test_file_name'. Treat args as a string instead of a list.
12947 (gdb_init): Rename argument 'args' by 'test_file_name'.
12948
f1f4348a
JK
129492014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12950
12951 * gdb.arch/powerpc-power.exp: New file.
12952 * gdb.arch/powerpc-power.s: New file.
12953
0dbe70ce
DE
129542014-05-16 Doug Evans <dje@google.com>
12955
12956 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
12957 * gdb.base/completion.exp: Check that all expected files exist
12958 before doing file completion.
0dbe70ce 12959
8d551b02
DE
129602014-05-16 Doug Evans <dje@google.com>
12961
12962 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12963 Update.
12964 (do_syscall_tests_without_xml): Update.
12965
73eb7709
PA
129662014-05-16 Pedro Alves <palves@redhat.com>
12967
12968 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12969 instead of "unknown output after running".
12970
3fae92fc
YQ
129712014-05-16 Yao Qi <yao@codesourcery.com>
12972
12973 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12974 file1.txt from host at the end.
12975 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12976
c2b2ccc5
DE
129772014-05-15 Doug Evans <dje@google.com>
12978
12979 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12980 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12981 loading file. Add test for TU lookup.
12982
8c217a4b
SM
129832014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12984
12985 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12986 calling "-exec-arguments" or "set args" before running the
12987 inferior.
12988
3deb39c6
SM
129892014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12990
12991 * lib/mi-support.exp (mi_expect_stop): Expect message for
12992 inferiors that exit with non-zero exit code.
12993
71a79f8c
YQ
129942014-05-14 Yao Qi <yao@codesourcery.com>
12995
12996 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12997 match absolute path on remote host.
12998 (test_file_list_exec_source_files): Remove "/" from the
12999 pattern.
13000
f23fcd46
YQ
130012014-05-14 Yao Qi <yao@codesourcery.com>
13002
13003 * boards/local-remote-host-notty.exp (${board}_file): New
13004 proc.
13005
9404b58f
KM
130062014-05-07 Kyle McMartin <kyle@redhat.com>
13007
13008 Pushed by Joel Brobecker <brobecker@adacore.com>.
13009 * gdb.arch/aarch64-atomic-inst.c: New file.
13010 * gdb.arch/aarch64-atomic-inst.exp: New file.
13011
5e45f04c
YQ
130122014-05-07 Yao Qi <yao@codesourcery.com>
13013
13014 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13015 in current context" too.
13016
c888a17d
KS
130172014-05-05 Keith Seitz <keiths@redhat.com>
13018
13019 * gdb.linespec/ls-dollar.exp: Add test for linespec
13020 file:convenience_variable.
13021
290a839c
YQ
130222014-05-05 Yao Qi <yao@codesourcery.com>
13023
13024 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13025 traceframes into tfile and ctf trace files. Read data from
13026 trace file and test collected data.
13027 (gdb_collect_locals_test): Likewise.
13028 (gdb_unavailable_registers_test): Likewise.
13029 (gdb_unavailable_floats): Likewise.
13030 (gdb_collect_globals_test): Likewise.
13031 (top-level): Append "ctf" to trace_file_targets if GDB
13032 supports.
13033
b5262cd0
YQ
130342014-05-05 Yao Qi <yao@codesourcery.com>
13035
13036 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13037 code to ...
13038 (gdb_collect_args_test_1): ... it. New proc.
13039 (gdb_collect_locals_test): Move some code to ...
13040 (gdb_collect_locals_test_1): ... it. New proc.
13041 (gdb_unavailable_registers_test): Move some code to ...
13042 (gdb_unavailable_registers_test_1): ... it. New proc.
13043 (gdb_unavailable_floats): Move some code to ...
13044 (gdb_unavailable_floats_1): ... it. New proc.
13045
30a1e6cc
SDJ
130462014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13047
13048 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13049 probes to test for bitness recognition.
13050 * gdb.arch/amd64-stap-optional-prefix.exp
13051 (test_probe_value_without_reg): New procedure.
13052 Add code to test for different kinds of bitness.
13053
f33da99a
SDJ
130542014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13055
13056 PR breakpoints/16889
13057 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13058 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13059
5b80f00d
PA
130602014-05-01 Pedro Alves <palves@redhat.com>
13061
13062 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13063 gdb_file_cmd if no file is specified.
13064 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13065 last_loaded_file to set the remote exec-file.
13066
f8c2a73c
PA
130672014-05-01 Pedro Alves <palves@redhat.com>
13068
13069 * boards/local-remote-host.exp: New file.
13070
be6e8ac7
PA
130712014-05-01 Pedro Alves <palves@redhat.com>
13072
13073 * boards/local-remote-host.exp: Rename to ...
13074 * boards/local-remote-host-notty.exp: ... this.
13075
cac0dc8f
JB
130762014-04-28 Joel Brobecker <brobecker@adacore.com>
13077
13078 * gdb.ada/dyn_arrayidx: New testcase.
13079
9730e6cc
YQ
130802014-04-26 Yao Qi <yao@codesourcery.com>
13081
13082 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13083 and compute the length of function main. Save it in
13084 $main_length.
13085 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13086 (top-level): Use gdb_compile to compile objects into
13087 executable and restart GDB. Remove invocation to
13088 prepare_for_testing.
13089
7ae1a6a6
PA
130902014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13091 Pedro Alves <palves@redhat.com>
13092
13093 PR server/16255
13094 * gdb.multi/multi-attach.c: New file.
13095 * gdb.multi/multi-attach.exp: New file.
13096
4082afcc
PA
130972014-04-25 Pedro Alves <palves@redhat.com>
13098
13099 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13100 user.
13101 (top level): Test that "set remote conditional-breakpoints-packet
13102 off" works as intended.
13103 * gdb.base/dprintf.exp: Test that "set remote
13104 breakpoint-commands-packet off" works as intended.
13105 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13106 New function.
13107 (top level): Call it.
13108 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13109 remote fast-tracepoints-packet off" works as intended.
13110 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13111 * lib/gdb.exp (gdb_is_target_remote): ... here.
13112
2abc3f8d
DB
131132014-04-24 David Blaikie <dblaikie@gmail.com>
13114
13115 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13116 ensure clang would not discard them.
13117 * gdb.base/gdbvars.c: Ditto.
13118 * gdb.base/memattr.c: Ditto.
13119 * gdb.base/whatis.c: Ditto.
13120 * gdb.python/py-prettyprint.c: Ditto.
13121 * gdb.trace/actions.c: Ditto.
13122 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13123 ensure clang would not discard it.
13124
bfd39632
DB
131252014-04-24 David Blaikie <dblaikie@gmail.com>
13126
13127 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13128 clang to emit the full definition of type required by the test
13129 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13130
22842ff6
DB
131312014-04-24 David Blaikie <dblaikie@gmail.com>
13132
13133 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13134 coax Clang into emitting the definition of the type.
13135 * gdb.cp/pr10728-x.h (y): Ditto.
13136 * gdb.cp/pr10728-y.cc (y): Ditto.
13137
c2e827ad
DB
131382014-04-24 David Blaikie <dblaikie@gmail.com>
13139
13140 * gdb.base/label.exp: XFAIL label related tests under Clang.
13141 * gdb.cp/cplabel.exp: Ditto.
13142 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13143 under Clang those using labels.
13144
4c2d33e7
YQ
131452014-04-25 Yao Qi <yao@codesourcery.com>
13146
13147 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13148 double_label.
13149 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13150 partial_label and double_label.
13151
56083b99
DB
131522014-04-24 David Blaikie <dblaikie@gmail.com>
13153
13154 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13155
25d4e99d
DB
131562014-04-24 David Blaikie <dblaikie@gmail.com>
13157
13158 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13159 of the function to work across GCC and Clang.
13160 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13161 pointer types (const void ** const V void **).
13162
01f9f808
MS
131632014-04-24 Michael Sturm <michael.sturm@mintel.com>
13164 Walfred Tedeschi <walfred.tedeschi@intel.com>
13165
13166 * Makefile.in (EXECUTABLES): Added i386-avx512.
13167 * gdb.arch/i386-avx512.c: New file.
13168 * gdb.arch/i386-avx512.exp: Likewise.
13169
4b48d439
KS
131702014-04-23 Keith Seitz <keiths@redhat.com>
13171
13172 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13173 (mi_make_breakpoint_table): New procedure.
13174 (mi_create_breakpoint): Use mi_make_breakpoint
13175 and return the result.
13176 (mi_make_breakpoint): New procedure.
13177 (mi_build_kv_pairs): New procedure.
13178
13179 * gdb.mi/mi-break.exp: Remove unused globals,
13180 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13181 All callers updated.
13182 * gdb.mi/mi-dprintf.exp: Use variable to track command
13183 number.
13184 Update all callers of mi_create_breakpoint and use
13185 mi_make_breakpoint_table.
13186 Remove any unused global variables.
13187 * gdb.mi/mi-nonstop.exp: Likewise.
13188 * gdb.mi/mi-nsintrall.exp: Likewise.
13189 * gdb.mi/mi-nsmoribund.exp: Likewise.
13190 * gdb.mi/mi-nsthrexec.exp: Likewise.
13191 * gdb.mi/mi-reverse.exp: Likewise.
13192 * gdb.mi/mi-simplerun.exp: Likewise.
13193 * gdb.mi/mi-stepn.exp: Likewise.
13194 * gdb.mi/mi-syn-frame.exp: Likewise.
13195 * gdb.mi/mi-until.exp: Likewise.
13196 * gdb.mi/mi-var-cp.exp: Likewise.
13197 * gdb.mi/mi-var-display.exp: Likewise.
13198 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13199 * gdb.mi/mi2-var-child.exp: Likewise.
13200 * gdb.mi/mi-vla-c99.exp: Likewise.
13201 * lib/mi-support.exp: Likewise.
13202
13203 From Ian Lance Taylor <iant@cygnus.com>:
13204 * lib/gdb.exp (parse_args): New procedure.
13205
08351840
PA
132062014-04-23 Pedro Alves <palves@redhat.com>
13207
13208 * gdb.base/break-unload-file.c: New file.
13209 * gdb.base/break-unload-file.exp: New file.
13210 * gdb.base/sym-file-lib.c (baz): New function.
13211 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13212 field.
13213 (load): Store the segment's mapped size.
13214 (unload): New function.
13215 (unload_shlib): New function.
13216 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13217 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13218 set a breakpoint at baz, and call it.
13219 * gdb.base/sym-file.exp: New tests for stale breakpoint
13220 instructions.
13221
076855f9
PA
132222014-04-23 Pedro Alves <palves@redhat.com>
13223
13224 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13225 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13226 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13227 * gdb.base/hbreak-unmapped.c: New file.
13228 * gdb.base/hbreak-unmapped.exp: New file.
13229 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13230 * lib/gdb.exp (gdb_is_target_remote): ... here.
13231
483805cf
PA
132322014-04-22 Pedro Alves <palves@redhat.com>
13233
13234 * gdb.base/consecutive-step-over.c: New file.
13235 * gdb.base/consecutive-step-over.exp: New file.
13236
06d97543
PA
132372014-04-22 Pedro Alves <palves@redhat.com>
13238
13239 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13240 instead of send_gdb/gdb_expect.
13241
b4429ea2
YQ
132422014-04-22 Yao Qi <yao@codesourcery.com>
13243
13244 * lib/trace-support.exp (generate_tracefile): New procedure.
13245 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13246 return 0.
13247 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13248 if generate_tracefile returns 1.
13249
51d48146
PA
132502014-04-18 Tom Tromey <palves@redhat.com>
13251 Pedro alves <tromey@redhat.com>
13252
13253 PR backtrace/15558
13254 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13255 with a backtrace limit.
13256 * gdb.python/py-frame-inline.exp: Test running to an inline
13257 function with a backtrace limit, and printing the newest frame.
13258 * gdb.python/py-frame-inline.c (main): Call f.
13259
bd1dce5f
MS
132602014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13261
13262 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13263
40d1a503
MS
132642014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13265
13266 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13267 Drop prefix from unsupported source file path.
13268
389b98f7
YQ
132692014-04-17 Yao Qi <yao@codesourcery.com>
13270
13271 * lib/gdb.exp (with_target_charset): New proc.
13272 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13273 with_target_charset.
13274 (test_print_strings): Likewise.
13275 (test_repeat_bytes): Likewise.
13276 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13277 for some tests.
13278
22869d73
KS
132792014-04-16 Keith Seitz <keiths@redhat.com>
13280
13281 PR gdb/15827
13282 * gdb.dwarf2/corrupt.c: New file.
13283 * gdb.dwarf2/corrupt.exp: New file.
13284
c4f87ca6
KS
132852014-04-16 Keith Seitz <keiths@redhat.com>
13286
13287 PR c++/16597
13288 * gdb.cp/namelessclass.cc: New file.
13289 * gdb.cp/namelessclass.exp: New file.
13290 * gdb.cp/namelessclass.S: New file.
13291
ab19de87
DE
132922014-04-16 Doug Evans <dje@google.com>
13293
13294 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13295 Add comment.
13296 (gdbserver_default_get_comm_port): New function.
13297 (gdbserver_start): Check if board file provided
13298 "gdbserver,get_comm_port" and use it if so.
13299 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13300 (gdb,socketport): Set to "stdio".
13301 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13302 (stdio_gdbserver_template): Delete.
13303 (${board}_get_remote_address): Update.
13304 (${board}_build_remote_cmd): Delete.
13305 (${board}_get_comm_port): New function.
13306 (${board}_spawn): Update.
13307 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13308 Delete.
13309 (${board}_get_remote_address): Update.
13310 (${board}_get_comm_port): New function.
13311
fc98a809
AB
133122014-04-16 Andrew Burgess <aburgess@broadcom.com>
13313
13314 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13315 appearing in any order.
13316
87fd9e6e
DE
133172014-04-15 Doug Evans <dje@google.com>
13318
13319 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13320 uninitialized value of "description".
13321
099fc3ea
KS
133222014-04-15 Keith Seitz <keiths@redhat.com>
13323
13324 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13325 Remove unused globals.
13326 (test_running_the_program): Likewise.
13327 (test_controlled_execution): Likewise.
13328 (test_controlling_breakpoints): Likewise.
13329 (test_program_termination): Likewise.
13330
5da151d4
KS
133312014-04-15 Keith Seitz <keiths@redhat.com>
13332
13333 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13334 unused globals.
13335 (test_rbreak_creation_and_listing): Likewise.
13336 (test_ignore_count): Likewise.
13337 (test_error): Likewise.
13338
35e5d2f0
PA
133392014-04-15 Pedro Alves <palves@redhat.com>
13340
13341 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13342 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13343 sym-file-loader.c.
13344 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13345 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13346 to sym-file-loader.c.
13347 (struct library): Forward declare.
13348 (load_shlib, lookup_function): Change prototypes.
13349 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13350 (translate_offset): Remove declarations.
13351 (get_text_addr): New declaration.
13352 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13353 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13354 sym-file-loader.h.
13355 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13356 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13357 here from sym-file-loader.h.
13358 (struct library): New structure.
13359 (load_shlib, lookup_function): Change prototypes and adjust to
13360 work with a struct library.
13361 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13362 (translate_offset): Make static.
13363 (get_text_addr): New function.
13364 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13365
eb4c1710
PA
133662014-04-15 Pedro Alves <palves@redhat.com>
13367
13368 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13369
2d1baf52
PA
133702014-04-15 Pedro Alves <palves@redhat.com>
13371
13372 * gdb.base/sym-file-loader.c: Include <limits.h>.
13373 (SELF_LINK): New define.
13374 (get_origin): New function.
13375 (load_shlib): Use it.
13376 * gdb.base/sym-file.exp: Don't early return if the target is
13377 remote. Use runto_main, and issue fail is that fails. Use
13378 gdb_load_shlibs.
13379 (shlib_name): Delete.
13380 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13381
7dd6df01
PA
133822014-04-15 Pedro Alves <palves@redhat.com>
13383
13384 * gdb.base/sym-file.exp: Remove regex characters from test
13385 message. Don't refer to breakpoint numbers in test messages.
13386
b50c8614
KS
133872014-04-14 Keith Seitz <keiths@redhat.com>
13388
13389 PR c++/16253
13390 * gdb.cp/var-tag.cc: New file.
13391 * gdb.cp/var-tag.exp: New file.
13392 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13393 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13394 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13395 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13396
3d567982
TT
133972014-04-14 Tom Tromey <tromey@redhat.com>
13398
13399 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13400 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13401 type.
13402 * gdb.cp/enum-class.exp: New file.
13403 * gdb.cp/enum-class.cc: New file.
13404
0626fc76
TT
134052014-04-14 Tom Tromey <tromey@redhat.com>
13406
13407 * gdb.dwarf2/enum-type.exp: New file.
13408
dca325b3
SA
134092014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13410
13411 * gdb.mi/mi-vla-c99.exp: New file.
13412 * gdb.mi/vla.c: New file.
13413
5854b38a
SA
134142014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13415
13416 * gdb.base/vla-datatypes.c: New file.
13417 * gdb.base/vla-datatypes.exp: New file.
13418
463bb957
SA
134192014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13420
13421 * gdb.base/vla-ptr.c: New file.
13422 * gdb.base/vla-ptr.exp: New file.
13423
3dd170be
SA
134242014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13425
13426 * gdb.dwarf2/count.exp: New file.
13427
5ecaaa66
SA
134282014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13429
13430 * gdb.base/vla-sideeffect.c: New file.
13431 * gdb.base/vla-sideeffect.exp: New file.
13432
41f1ada5
DB
134332014-04-14 David Blaikie <dblaikie@gmail.com>
13434
13435 * gdb.mi/non-stop.c: Add return value for non-void function return
13436 statement.
13437 * gdb.threads/staticthreads.c: Ditto.
13438
0be03e84
DE
134392014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13440 Doug Evans <xdje42@gmail.com>
13441
13442 * gdb.guile/scm-value.c: Improve test case.
13443 * gdb.guile/scm-value.exp: Add new test.
13444
f180a1fb
DB
134452014-04-11 David Blaikie <dblaikie@gmail.com>
13446
13447 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13448 override Clang's default.
13449
6b662e19
JB
134502014-04-11 Joel Brobecker <brobecker@adacore.com>
13451
13452 Revert the following changes (regressions):
13453
13454 * gdb.base/vla-sideeffect.c: New file.
13455 * gdb.base/vla-sideeffect.exp: New file.
13456
13457 * gdb.dwarf2/count.exp: New file.
13458
13459 * gdb.base/vla-multi.c: New file.
13460 * gdb.base/vla-multi.exp: New file.
13461
13462 * gdb.base/vla-ptr.c: New file.
13463 * gdb.base/vla-ptr.exp: New file.
13464
13465 * gdb.base/vla-datatypes.c: New file.
13466 * gdb.base/vla-datatypes.exp: New file.
13467
13468 * gdb.mi/mi-vla-c99.exp: New file.
13469 * gdb.mi/vla.c: New file.
13470
245a5f0b
KS
134712014-04-11 Keith Seitz <keiths@redhat.com>
13472
13473 PR c++/16675
13474 * gdb.cp/cpsizeof.exp: New file.
13475 * gdb.cp/cpsizeof.cc: New file.
13476
58a84dcf
SA
134772014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13478
191a8a90
JB
13479 * gdb.mi/mi-vla-c99.exp: New file.
13480 * gdb.mi/vla.c: New file.
58a84dcf 13481
c8655f75
SA
134822014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13483
13484 * gdb.base/vla-datatypes.c: New file.
13485 * gdb.base/vla-datatypes.exp: New file.
13486
024e13b4
SA
134872014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13488
13489 * gdb.base/vla-ptr.c: New file.
13490 * gdb.base/vla-ptr.exp: New file.
13491
1a237e0e
SA
134922014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13493
13494 * gdb.base/vla-multi.c: New file.
13495 * gdb.base/vla-multi.exp: New file.
13496
504f3432
SA
134972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13498
13499 * gdb.dwarf2/count.exp: New file.
13500
3bce8237
SA
135012014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13502
191a8a90
JB
13503 * gdb.base/vla-sideeffect.c: New file.
13504 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 13505
322f9c21
YQ
135062014-04-11 Yao Qi <yao@codesourcery.com>
13507
13508 * gdb.base/completion.exp: Check file exists before running tests
13509 on file completion.
13510
d708bcd1
PA
135112014-04-10 Pedro Alves <palves@redhat.com>
13512
13513 * gdb.base/cond-eval-mode.c: New file.
13514 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13515 prepare_for_testing to build the new file. Check result of
13516 runto_main.
13517 (test_break, test_watch): New procedures.
13518 (top level): Use them.
13519
ae1d2761
PM
135202014-04-08 Pierre Muller <muller@sourceware.org>
13521
13522 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13523 Ctrl-V use for mingw hosts.
13524
7af389b8
SC
135252014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13526
13527 * gdb.python/py-value.c: Improve test case.
13528 * gdb.python/py-value.exp: Add new test.
13529
5e703181
DE
135302014-04-07 David Blaikie <dblaikie@gmail.com>
13531
13532 * lib/compiler.c: Identify the clang compiler.
13533 * lib/compiler.cc: Ditto.
13534
9810b410
YQ
135352014-04-03 Yao Qi <yao@codesourcery.com>
13536
13537 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13538
98d1b8dc
AB
135392014-04-01 Anton Blanchard <anton@samba.org>
13540
13541 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13542 messages unique.
13543
3114cea1
AB
135442014-04-01 Anton Blanchard <anton@samba.org>
13545
13546 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13547 prepare_for_testing.
13548
62f7182c
AB
135492014-04-01 Anton Blanchard <anton@samba.org>
13550
13551 * gdb.arch/ppc64-atomic-inst.c: Remove.
13552 * gdb.arch/ppc64-atomic-inst.S: New file.
13553 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13554
770e7fc7
DE
135552014-03-31 Doug Evans <dje@google.com>
13556
13557 * gdb.base/print-symbol-loading-lib.c: New file.
13558 * gdb.base/print-symbol-loading-main.c: New file.
13559 * gdb.base/print-symbol-loading.exp: New file.
13560
46e2bafa
YQ
135612014-03-31 Yao Qi <yao@codesourcery.com>
13562
13563 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13564
8776cfe9
JB
135652014-03-28 Joel Brobecker <brobecker@adacore.com>
13566
13567 * gdb.ada/mi_dyn_arr: New testcase.
13568
5d1ef361
DE
135692014-03-27 Doug Evans <dje@google.com>
13570
13571 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13572
b5bee914
YQ
135732014-03-27 Yao Qi <yao@codesourcery.com>
13574
13575 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13576 if target is nios2-*-*.
13577
0d4d0e77
YQ
135782014-03-26 Yao Qi <yao@codesourcery.com>
13579
13580 * lib/gdb.exp (readline_is_used): New proc.
13581 * gdb.base/completion.exp: Move tests on command complete up.
13582 Skip the rest of tests if readline is not used.
13583 * gdb.ada/complete.exp: Skp the test if readline is not
13584 used.
13585 * gdb.base/filesym.exp: Likewise.
13586 * gdb.base/macscp.exp: Likewise.
13587 * gdb.base/readline-ask.exp: Likewise.
13588 * gdb.base/readline.exp: Likewise.
13589 * gdb.python/py-cmd.exp: Likewise.
13590 * gdb.trace/tfile.exp: Likewise.
13591
29361eee
YQ
135922014-03-26 Yao Qi <yao@codesourcery.com>
13593
13594 * gdb.base/macscp.exp: Fix code format issues.
13595
bc9a5525
UW
135962014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13597
13598 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13599 * gdb.asm/powerpc64le.inc: New file.
13600
d3839ede
PA
136012014-03-25 Pedro Alves <palves@redhat.com>
13602 Doug Evans <dje@google.com>
13603
13604 * gdb.base/source-execution.c: New file.
13605 * gdb.base/source-execution.exp: New file.
13606 * gdb.base/source-execution.gdb: New file.
13607
01672a57
DE
136082014-03-24 Doug Evans <dje@google.com>
13609
13610 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13611 using fission.
13612
88bbeca9
HZ
136132014-03-24 Hui Zhu <hui@codesourcery.com>
13614 Pedro Alves <palves@redhat.com>
13615
13616 PR breakpoints/16101
13617 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13618 test pass/fail messages. Detect missing support for dprintf when
13619 breakpoints are actually inserted.
13620 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13621 breakpoints are actually inserted.
13622 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13623 fails.
13624
d2348791
JK
136252014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13626
13627 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13628
feef67ab
DE
136292014-03-22 Doug Evans <xdje42@gmail.com>
13630
13631 * gdb.python/python.exp (python not supported): Verify multi-line
13632 python command issues an error.
25d743f9 13633 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 13634 guile command issues an error.
feef67ab 13635
ecebef6a
MR
136362014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13637
13638 * gdb.threads/thread-specific.exp: Handle the lack of usable
13639 $this_breakpoint and $this_thread.
13640
ccdd1909
HZ
136412014-03-21 Hui Zhu <hui@codesourcery.com>
13642
13643 * gdb.base/attach.exp (do_command_attach_tests): New.
13644
beb460e8
PA
136452014-03-20 Tom Tromey <tromey@redhat.com>
13646 Pedro Alves <palves@redhat.com>
13647
13648 PR cli/15718
13649 * gdb.base/condbreak-call-false.c: New file.
13650 * gdb.base/condbreak-call-false.exp: New file.
13651
40acf43a
PA
136522014-03-20 Pedro Alves <palves@redhat.com>
13653
13654 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13655 Delete.
13656 (block_signals, unblock_signals): Delete.
13657 (child_function_2, main): Remove references to deleted variable
13658 and functions.
13659
9f5e1e02
PA
136602014-03-20 Pedro Alves <palves@redhat.com>
13661
13662 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13663 Use pthread_kill to signal thread 2.
13664 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13665 Adjust to make the test send itself a signal rather than using the
13666 host's "kill" command.
13667
99619bea
PA
136682014-03-20 Pedro Alves <palves@redhat.com>
13669
13670 * gdb.threads/multiple-step-overs.c: New file.
13671 * gdb.threads/multiple-step-overs.exp: New file.
13672 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13673 Adjust expected infrun debug output.
13674
2adfaa28
PA
136752014-03-20 Pedro Alves <palves@redhat.com>
13676
13677 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13678 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13679
31e77af2
PA
136802014-03-20 Pedro Alves <palves@redhat.com>
13681
13682 PR breakpoints/7143
13683 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13684 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13685 of gdb_test_multiple.
13686 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13687 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13688
b9f437de
PA
136892014-03-20 Pedro Alves <palves@redhat.com>
13690
13691 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13692 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13693
05adc73e
PA
136942014-03-19 Pedro Alves <palves@redhat.com>
13695
13696 * gdb.base/async.exp: Remove early return.
13697
6048b950
PA
136982014-03-19 Pedro Alves <palves@redhat.com>
13699
13700 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13701
8bcfb00a
PA
137022014-03-19 Pedro Alves <palves@redhat.com>
13703
13704 * gdb.base/async.exp (test_background): Expect \r\n after
13705 "completed." in the fail pattern.
13706
884e37dc
PA
137072014-03-19 Pedro Alves <palves@redhat.com>
13708
13709 * gdb.base/async.exp (test_background): New procedure.
13710 Use it for all background execution command tests.
13711
148e57e2
PA
137122014-03-19 Pedro Alves <palves@redhat.com>
13713
13714 * gdb.base/async.exp: Use prepare_for_testing.
13715
f48088c7
PA
137162014-03-19 Pedro Alves <palves@redhat.com>
13717
13718 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13719 the same line.
13720
e2f6c966
PA
137212014-03-19 Pedro Alves <palves@redhat.com>
13722
13723 * gdb.base/async.c (main): Add "jump here" and "until here" line
13724 marker comments.
13725 * gdb.base/async.exp (jump_here): New global.
13726 (jump& test): Use it.
13727 (until_here): New global.
13728 (until& test): Use it.
13729
c30568d4
PA
137302014-03-19 Pedro Alves <palves@redhat.com>
13731
13732 * gdb.base/async.exp: Don't frob gdb_protocol.
13733
0172b6a7
DE
137342014-03-18 Doug Evans <xdje42@gmail.com>
13735
13736 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13737 Fix spelling of exec-done-display.
13738
06c868a8
JK
137392014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13740
13741 PR gdb/15358
13742 * gdb.base/gdb-sigterm.c: New file.
13743 * gdb.base/gdb-sigterm.exp: New file.
13744
0c7e1a46
PA
137452014-03-18 Pedro Alves <palves@redhat.com>
13746
13747 PR gdb/13860
13748 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13749 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13750 solib-event.
13751
f7c77d93
JB
137522014-03-17 Joel Brobecker <brobecker@adacore.com>
13753
13754 * gdb.ada/pckd_arr_ren: New testcase.
13755
5a1e8c7a
DE
137562014-03-13 Doug Evans <xdje42@gmail.com>
13757
13758 PR guile/16612
13759 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13760 collect after discarding symbols.
13761
350e1a76
DE
137622014-03-13 Ludovic Courtès <ludo@gnu.org>
13763 Doug Evans <xdje42@gmail.com>
13764
13765 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13766 to history survives a gc.
13767
a69900ae
PA
137682014-03-13 Pedro Alves <palves@redhat.com>
13769
13770 * gdb.base/default.exp: Don't test "target procfs".
13771
5db9f0bd
PA
137722014-03-13 Pedro Alves <palves@redhat.com>
13773
13774 * gdb.base/default.exp: Update "target child" and "target procfs"
13775 tests to not expect "Unix".
13776
b3ccfe11
TT
137772014-03-12 Tom Tromey <tromey@redhat.com>
13778
13779 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13780 New procs. Add target-async tests.
13781 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13782 Add target-async tests.
13783
646f4417
AA
137842014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13785
13786 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13787 'func_start' and 'func_end' for the beginning and end of the
13788 function code, respectively.
13789 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13790 'func_end' instead of 'func' and 'main'.
13791
288c211f
AA
137922014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13793
13794 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13795 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13796 generate the debug info assembler source.
13797
e0c0f156
AA
137982014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13799
13800 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13801 * gdb.dwarf2/arr-subrange.exp: Likewise.
13802 * gdb.dwarf2/dwz.exp: Likewise.
13803 * gdb.dwarf2/method-ptr.exp: Likewise.
13804 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13805 * gdb.dwarf2/subrange.exp: Likewise.
13806 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13807 * gdb.dwarf2/implptrpiece.exp: Likewise.
13808 * gdb.dwarf2/nostaticblock.exp: Likewise.
13809
0e5c4555
AA
138102014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13811
13812 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13813 directory to absolute path name arguments.
13814
5ec18f2b
JG
138152014-03-10 Joel Brobecker <brobecker@adacore.com>
13816
13817 * gdb.ada/tagged_access: New testcase.
13818
847fc4f2
MM
138192014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13820
13821 * gdb.btrace/data.exp: Update expected output.
13822
cc3da688
YQ
138232014-03-06 Yao Qi <yao@codesourcery.com>
13824
13825 * gdb.trace/pr16508.exp: New file.
13826
0f26cec1
PA
138272014-03-05 Pedro Alves <palves@redhat.com>
13828
13829 PR gdb/16575
13830 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13831 procedure.
13832 (top level): Adjust to use it. Add tests that exercise breakpoint
13833 interaction with the code-cache.
13834
7a5a839f
LC
138352014-02-26 Ludovic Courtès <ludo@gnu.org>
13836
13837 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13838 test for 'history-append!'.
13839
31aa7e4e
JB
138402014-02-26 Joel Brobecker <brobecker@adacore.com>
13841
13842 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13843 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13844 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13845 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13846 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13847 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13848
1b588015
JB
138492014-02-26 Joel Brobecker <brobecker@adacore.com>
13850
13851 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13852 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13853 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13854
55426c9d
JB
138552014-02-26 Joel Brobecker <brobecker@adacore.com>
13856
13857 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13858
dc53a7ad
JB
138592014-02-26 Joel Brobecker <brobecker@adacore.com>
13860
13861 * gdb.dwarf2/arr-stride.c: New file.
13862 * gdb.dwarf2/arr-stride.exp: New file.
13863
12ab52e9
PA
138642014-02-26 Pedro Alves <palves@redhat.com>
13865
13866 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13867 that won't ever trigger. Make sure that GDB reports the correct
13868 breakpoint that caused the stop.
13869
849c862e
JK
138702014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13871
13872 PR gdb/16626
13873 * gdb.base/auto-load-script: New file.
13874 * gdb.base/auto-load.c: New file.
13875 * gdb.base/auto-load.exp: New file.
13876
71b7d793
JK
13877 PR gdb/16626
13878 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13879
e2f0d509
JK
138802014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13881
13882 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13883 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13884
50cc37c8
DE
138852014-02-24 Doug Evans <dje@google.com>
13886
13887 * lib/gdb.exp (run_on_host): Log error output if program fails.
13888
ea4758f2
PA
138892014-02-21 Pedro Alves <palves@redhat.com>
13890
13891 * gdb.threads/step-after-sr-lock.c: Rename to ...
13892 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13893 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13894 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13895 ... this.
13896
d7b30f67
SDJ
138972014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13898
13899 PR tdep/16397
13900 * gdb.arch/amd64-stap-special-operands.exp: New file.
13901 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13902 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13903 * gdb.arch/amd64-stap-triplet.S: Likewise.
13904 * gdb.arch/amd64-stap-triplet.c: Likewise.
13905
83deb43f
JB
139062014-02-20 Joel Brobecker <brobecker@adacore.com>
13907
13908 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13909 in .section pseudo-op.
13910
adde2bff
DE
139112014-02-20 lin zuojian <manjian2006@gmail.com>
13912 Joel Brobecker <brobecker@adacore.com>
13913 Doug Evans <xdje42@gmail.com>
13914
13915 PR symtab/16581
13916 * gdb.dwarf2/dw2-icycle.S: New file.
13917 * gdb.dwarf2/dw2-icycle.c: New file.
13918 * gdb.dwarf2/dw2-icycle.exp: New file.
13919
f7bd0f78
SC
139202014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13921
13922 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13923 operations on gdb.Value objects.
13924 * gdb.python/py-value-cc.exp: Add new test to test operations on
13925 gdb.Value objects.
13926
c17ef0d5
DE
139272014-02-18 Doug Evans <dje@google.com>
13928
13929 * Makefile.in (TESTS): New variable.
13930 (expanded_tests, expanded_tests_or_none): New variables
13931 (check-single): Pass $(expanded_tests_or_none) to runtest.
13932 (check-parallel): Only run tests in $(TESTS) if non-empty.
13933 (check/no-matching-tests-found): New rule.
13934 * README: Document TESTS makefile variable.
13935
5dd3176f
DE
139362014-02-18 Doug Evans <dje@google.com>
13937
13938 * Makefile.in (check-parallel): rm -rf outputs temp.
13939
0b10be4f
JK
139402014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13941
13942 Fix "ERROR: no fileid for" in the testsuite.
13943 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13944
85f224e7
DE
139452014-02-12 Doug Evans <dje@google.com>
13946
13947 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13948 (MISCELLANEOUS): New variable.
13949 (clean): rm -rf $(MISCELLANEOUS).
13950 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13951 dwp live in the same directory as symlinks, with each symlink pointed
13952 to a differently named file in a different directory.
13953
149b30ff
DE
139542014-02-11 Doug Evans <dje@google.com>
13955
13956 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13957 of Tcl file commands.
13958
1dfdac32
MK
139592014-02-10 Mark Kettenis <kettenis@gnu.org>
13960
13961 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13962 "kill -SIGUSR1 -1".
13963
aa4fb036
JB
139642014-02-10 Joel Brobecker <brobecker@adacore.com>
13965
13966 * gdb.ada/tick_length_array_enum_idx: New testcase.
13967
ed3ef339
DE
139682014-02-10 Doug Evans <xdje42@gmail.com>
13969
13970 * configure.ac (AC_OUTPUT): Add gdb.guile.
13971 * configure: Regenerate.
13972 * lib/gdb-guile.exp: New file.
13973 * lib/gdb.exp (get_target_charset): New function.
13974 * gdb.base/help.exp: Update expected output from "apropos apropos".
13975 * gdb.guile/Makefile.in: New file.
13976 * gdb.guile/guile.exp: New file.
13977 * gdb.guile/scm-arch.c: New file.
13978 * gdb.guile/scm-arch.exp: New file.
13979 * gdb.guile/scm-block.c: New file.
13980 * gdb.guile/scm-block.exp: New file.
13981 * gdb.guile/scm-breakpoint.c: New file.
13982 * gdb.guile/scm-breakpoint.exp: New file.
13983 * gdb.guile/scm-disasm.c: New file.
13984 * gdb.guile/scm-disasm.exp: New file.
13985 * gdb.guile/scm-equal.c: New file.
13986 * gdb.guile/scm-equal.exp: New file.
13987 * gdb.guile/scm-error.exp: New file.
13988 * gdb.guile/scm-error.scm: New file.
13989 * gdb.guile/scm-frame-args.c: New file.
13990 * gdb.guile/scm-frame-args.exp: New file.
13991 * gdb.guile/scm-frame-args.scm: New file.
13992 * gdb.guile/scm-frame-inline.c: New file.
13993 * gdb.guile/scm-frame-inline.exp: New file.
13994 * gdb.guile/scm-frame.c: New file.
13995 * gdb.guile/scm-frame.exp: New file.
13996 * gdb.guile/scm-generics.exp: New file.
13997 * gdb.guile/scm-gsmob.exp: New file.
13998 * gdb.guile/scm-iterator.c: New file.
13999 * gdb.guile/scm-iterator.exp: New file.
14000 * gdb.guile/scm-math.c: New file.
14001 * gdb.guile/scm-math.exp: New file.
14002 * gdb.guile/scm-objfile-script-gdb.in: New file.
14003 * gdb.guile/scm-objfile-script.c: New file.
14004 * gdb.guile/scm-objfile-script.exp: New file.
14005 * gdb.guile/scm-objfile.c: New file.
14006 * gdb.guile/scm-objfile.exp: New file.
14007 * gdb.guile/scm-ports.exp: New file.
14008 * gdb.guile/scm-pretty-print.c: New file.
14009 * gdb.guile/scm-pretty-print.exp: New file.
14010 * gdb.guile/scm-pretty-print.scm: New file.
14011 * gdb.guile/scm-section-script.c: New file.
14012 * gdb.guile/scm-section-script.exp: New file.
14013 * gdb.guile/scm-section-script.scm: New file.
14014 * gdb.guile/scm-symbol.c: New file.
14015 * gdb.guile/scm-symbol.exp: New file.
14016 * gdb.guile/scm-symtab-2.c: New file.
14017 * gdb.guile/scm-symtab.c: New file.
14018 * gdb.guile/scm-symtab.exp: New file.
14019 * gdb.guile/scm-type.c: New file.
14020 * gdb.guile/scm-type.exp: New file.
14021 * gdb.guile/scm-value-cc.cc: New file.
14022 * gdb.guile/scm-value-cc.exp: New file.
14023 * gdb.guile/scm-value.c: New file.
14024 * gdb.guile/scm-value.exp: New file.
14025 * gdb.guile/source2.scm: New file.
14026 * gdb.guile/types-module.cc: New file.
14027 * gdb.guile/types-module.exp: New file.
14028
7026a7c1
YQ
140292014-02-10 Yao Qi <yao@codesourcery.com>
14030
14031 PR testsuite/16543
14032 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14033 * configure: Regenerated.
14034 * Makefile.in: New file.
14035
6c466447
AS
140362014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14037
14038 * gdb.python/py-framefilter.exp: Fix typo.
14039
6e854735
YQ
140402014-02-08 Yao Qi <yao@codesourcery.com>
14041
14042 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14043 that no =breakpoint-modified is emitted when breakpoints are
14044 modified through MI commands.
14045
d137e6dc
PA
140462014-02-07 Pedro Alves <pedro@codesourcery.com>
14047 Pedro Alves <palves@redhat.com>
14048
14049 * gdb.threads/step-after-sr-lock.c: New file.
14050 * gdb.threads/step-after-sr-lock.exp: New file.
14051
b5ee5a50
PA
140522014-02-07 Pedro Alves <palves@redhat.com>
14053
14054 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14055
3c77faf3
JK
140562014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14057
14058 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14059 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14060
6dddc817
DE
140612014-02-06 Doug Evans <xdje42@gmail.com>
14062
14063 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14064 output.
14065
14066 * gdb.gdb/python-interrupts.exp: New file.
14067
de7b2893
YQ
140682014-02-05 Yao Qi <yao@codesourcery.com>
14069
14070 * gdb.trace/report.exp (use_collected_data): Test the output
14071 of "info threads" and "info inferiors".
14072
66d032ac
YQ
140732014-02-05 Yao Qi <yao@codesourcery.com>
14074
14075 Revert this patch:
14076
14077 2013-05-24 Yao Qi <yao@codesourcery.com>
14078
14079 * gdb.trace/tfile.exp: Test inferior and thread.
14080
591a12a1
UW
140812014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14082
14083 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14084 on a function.
14085 * gdb.base/step-bt.c: Call hello via function pointer to make
14086 sure its first instruction is executed on powerpc64le-linux.
14087
0ff3e01f
UW
140882014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14089
14090 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14091
084ee545
UW
140922014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14093
14094 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14095 of the test patterns for use on little-endian systems.
14096
6ed14ff3
UW
140972014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14098
14099 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14100 (decimal_vector): Fix for little-endian.
14101
401e27fd
JM
141022014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14103
14104 * gdb.arch/sparc-sysstep.exp: New file.
14105 * gdb.arch/sparc-sysstep.c: Likewise.
14106
14107 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14108
8b924729
EBM
141092014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14110
14111 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14112
fb151210
JB
141132014-01-23 Tom Tromey <tromey@redhat.com>
14114
14115 * gdb.ada/array_char_idx: New testcase.
14116
0740f8d8
TT
141172014-01-23 Tom Tromey <tromey@redhat.com>
14118
14119 PR python/16487:
14120 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14121 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14122 classes.
14123
21909fa1
TT
141242014-01-23 Tom Tromey <tromey@redhat.com>
14125
14126 PR python/16491:
14127 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14128 string from an inferior frame.
14129 * gdb.python/py-framefilter-mi.exp: Update.
14130
87ce2a04
DE
141312014-01-22 Doug Evans <dje@google.com>
14132
14133 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14134
237b092b
AA
141352014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14136
14137 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14138
d674a709
AA
141392014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14140
14141 * gdb.trace/entry-values.exp: Remove excess space character from
14142 regex patterns. Handle s390 call instruction.
14143
20fa3390
AA
141442014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14145
14146 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14147 define "*_start" label. Make "name" static.
14148 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14149 ${name} by references to ${name}_start.
14150
78466714
AA
141512014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14152
14153 * gdb.base/info-macros.exp: Remove "debug" from the compile
14154 options.
14155
ec9f644a
IB
141562014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14157
14158 * gdb.dlang/demangle.exp: New file.
14159
94b1b47e
IB
141602014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14161
14162 * gdb.dlang/primitive-types.exp: New file.
14163
7f420862
IB
141642014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14165
14166 * configure.ac: Create gdb.dlang/Makefile.
14167 * configure: Regenerate.
14168 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14169 * gdb.dlang/Makefile.in: New file.
14170 * lib/d-support.exp: New file.
14171 * lib/gdb.exp (skip_d_tests): New proc.
14172
52834460
MM
141732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14174
14175 * gdb.btrace/delta.exp: Check reverse stepi.
14176 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14177 * gdb.btrace/finish.exp: New.
14178 * gdb.btrace/next.exp: New.
14179 * gdb.btrace/nexti.exp: New.
14180 * gdb.btrace/record_goto.c: Add comments.
14181 * gdb.btrace/step.exp: New.
14182 * gdb.btrace/stepi.exp: New.
14183 * gdb.btrace/multi-thread-step.c: New.
14184 * gdb.btrace/multi-thread-step.exp: New.
14185 * gdb.btrace/rn-dl-bind.c: New.
14186 * gdb.btrace/rn-dl-bind.exp: New.
14187 * gdb.btrace/data.c: New.
14188 * gdb.btrace/data.exp: New.
14189 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14190
6e07b1d2
MM
141912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14192
14193 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14194 * gdb.btrace/exception.exp: Update.
14195 * gdb.btrace/instruction_history.exp: Update.
14196 * gdb.btrace/record_goto.exp: Update.
14197 * gdb.btrace/tailcall.exp: Update.
14198 * gdb.btrace/unknown_functions.exp: Update.
14199 * gdb.btrace/delta.exp: New.
14200
0b722aec
MM
142012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14202
14203 * gdb.btrace/record_goto.exp: Add backtrace test.
14204 * gdb.btrace/tailcall.exp: Add backtrace test.
14205
066ce621
MM
142062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14207
14208 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14209 * gdb.btrace/record_goto.c: New.
14210 * gdb.btrace/record_goto.exp: New.
14211 * gdb.btrace/x86-record_goto.S: New.
14212
0688d04e
MM
142132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14214
14215 * gdb.btrace/function_call_history.exp: Update tests.
14216 * gdb.btrace/instruction_history.exp: Update tests.
14217
8710b709
MM
142182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14219
14220 * gdb.btrace/function_call_history.exp: Fix expected field
14221 order for "record function-call-history".
14222 Add new tests for "record function-call-history /c".
14223 * gdb.btrace/exception.cc: New.
14224 * gdb.btrace/exception.exp: New.
14225 * gdb.btrace/tailcall.exp: New.
14226 * gdb.btrace/x86-tailcall.S: New.
14227 * gdb.btrace/x86-tailcall.c: New.
14228 * gdb.btrace/unknown_functions.c: New.
14229 * gdb.btrace/unknown_functions.exp: New.
14230 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14231
5de9129b
MM
142322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14233
14234 * gdb.btrace/instruction_history.exp: Update.
14235 * gdb.btrace/function_call_history.exp: Update.
14236
23a7fe75
MM
142372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14238
14239 * gdb.btrace/function_call_history.exp: Fix expected function
14240 trace.
14241 * gdb.btrace/instruction_history.exp: Initialize traced.
14242 Remove traced_functions.
14243
724c7dd8
MM
142442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14245
14246 * gdb.btrace/function_call_history.exp: Update
14247 * gdb.btrace/instruction_history.exp: Update.
14248
6d78d93b
MM
142492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14250
14251 * gdb.btrace/enable.exp: Update expected text.
14252
93a360cc
OJ
142532014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14254
14255 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14256 bytes.
14257
3772b53f
MR
142582014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14259
14260 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14261
596662fa
OJ
142622014-01-15 Omair Javaid <omair.javaid@linaro.org>
14263
14264 * lib/gdb.exp (supports_process_record): Return true for
14265 arm*-linux*. (supports_reverse): Likewise.
14266
b5b08fb4
SC
142672014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14268
14269 PR python/15464
14270 PR python/16113
14271 * gdb.python/py-type.c: Enhance test case.
14272 * gdb.python/py-value-cc.cc: Likewise
14273 * gdb.python/py-type.exp: Add new tests.
14274 * gdb.python/py-value-cc.exp: Likewise
14275
52d7fb13
AA
142762014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14277 Pedro Alves <palves@redhat.com>
14278
14279 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14280 Make "name" extern.
14281 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14282 references to ${name}_start by references to ${name}.
14283
a2cd8cfe
JB
142842014-01-10 Joel Brobecker <brobecker@adacore.com>
14285
14286 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14287
4e23fced
JB
142882014-01-10 Joel Brobecker <brobecker@adacore.com>
14289
14290 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14291
c6a9e42c
PA
142922014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14293 Pedro Alves <palves@redhat.com>
14294
14295 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 14296 mi_gdb_target_load.
c6a9e42c 14297
b7ea362b
PA
142982014-01-08 Pedro Alves <palves@redhat.com>
14299
14300 * gdb.threads/reconnect-signal.c: New file.
14301 * gdb.threads/reconnect-signal.exp: New file.
14302
5e3f4fab
EBM
143032014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14304
14305 * gdb.base/source-dir.exp: New file.
14306
79301218
JB
143072014-01-07 Joel Brobecker <brobecker@adacore.com>
14308
14309 * gdb.ada/mi_interface: New testcase.
14310
8e355c5d
JB
143112014-01-07 Joel Brobecker <brobecker@adacore.com>
14312
14313 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14314 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14315 gdb.ada/pp-rec-component/pck.ads: New files.
14316
c0d48811
JB
143172014-01-07 Joel Brobecker <brobecker@adacore.com>
14318
14319 * gdb.python/py-pp-integral.c: New file.
14320 * gdb.python/py-pp-integral.py: New file.
14321 * gdb.python/py-pp-integral.exp: New file.
14322
17b609c3 14323For older changes see ChangeLog-1993-2013.
c906108c 14324\f
8d8cb839
EZ
14325;; Local Variables:
14326;; mode: change-log
14327;; left-margin: 8
14328;; fill-column: 74
14329;; version-control: never
14330;; End:
902f2ccb 14331
e2882c85 14332 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
14333 Copying and distribution of this file, with or without modification,
14334 are permitted provided the copyright notice and this notice are preserved.